.container {
    max-width: 1800px;
    margin: 0 auto;
}

.main{
    padding: 50px 0;
    background-image: url('../images/privacy.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.main::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 147, 215, 0.4);
    z-index: 1;
}
.main__inner {
    position: relative;
    z-index: 2;
    margin-top: 14px;
    display: flex;
    gap: 40px !important;
    
}
@media screen and (max-width:800px)  {
    .main__inner{
        display: block;
    }
   
}
.main__header{
    background: #DCE7F5;
    border-radius: 14px 14px 0px 0px;
    padding: 12px 20px;
}
.section-one{
    min-width: 250px;
    height: 1360px;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-top: 85px;
    
    overflow: hidden;
}
@media screen and (max-width:800px)  {
    .section-one{
        background-color:rgba(0, 0, 0, 0);
        height: 200px;
        display: flex;
        max-width: 700px;
        width: 100%;
    }

   
}
@media screen and (max-width:800px)  {
    .section-one__media{
        
        display: flex;
        flex-direction: column;
        margin-left: 30px;
    }
}
@media screen and (max-width:800px)  {
    .section-one__title p {
       width: 100%;
    }
}
.section-one__logo{

}
.section-one__logo img{
    max-width: 160px;
    height: 160px;
    padding-top: 10px;    
    padding-right: 10px;  
    padding-bottom: 10px; 
    padding-left: 0px;  
} 
.section-one__text{
    margin-top: 8px;
    padding: 0px 2px;
    background-color: #DE2180;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    font-size: 13px;
    min-height: 20px;
    width: 100px;
    text-align: center;
}
.section-one__title{
    margin-top: 10px;
    font-size: 26px;
    color: #060C18;
    font-weight: 900;
}
.section-one__description{
    color: #000;
}
.title{
    color: #1A5AEF;
    font-weight: 700;
    margin-top: 30px;
}
.section-one__links {
    color: #000;
    list-style-type: disc; /* Set list style to disc */
}
.section-one__links a{
    color: #000;
    text-decoration: none;
}
.section-one__links li {
    margin-top: 5px;
    margin-left: 20px;  
}
.section-one__links a:hover{
    color: #1A5AEF;
    text-decoration: underline; 
}
.section-one__contact{
    color: #000;
    margin-left: 7px;
}
.section-one__contact a:hover{
    color: #1A5AEF;
    text-decoration: underline;
}
.button{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #000;
    padding: 5px;
    border: 2px solid #000;
    border-radius: 8px;
    margin-top: 2px;
    max-width: 200px;
    transition: 0.1s;
    background-color: #fff;
}
.button:hover{
    background-color:#c4d6ff;
    transition: 0.1s;
}
.button span{
font-weight: 900;
font-size: 25px;
}
.button p{
 
    font-size: 15px;
    }
    .section-two{
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
.tabs{
    background-color: #fff;
    border-radius: 8px;
    margin-top: 20px;
    height: 40px;
    padding: 2px 3px;

}
.tab {
    cursor: pointer;
    display: inline-block;
    width: 110px;
    text-align: center;
    height: 35px;
    line-height: 34px;
    border-radius: 8px;
    color: #000; 
    transition: 0.1s; /* Змінено транзицію */
    border: 2px solid transparent; /* Додано рамку, щоб утримувати місце */
    box-sizing: border-box; /* Додайте цей рядок */
}

.tab:hover {
    border-color: #000; /* Змінено колір рамки при наведенні */
}
    
    .tab-content {
        width: 100%;
        margin-top: 23px;
        color: #000;
        background-color: #fff;
        padding: 15px 25px 15px 25px;
        border-radius: 10px;
        transition: 0s;
    }
    
    .d-none {
        display: none;
    }
    
    .active {
        transition: 0.1s;
        background-color:#DE2180;
        color: #fff;
    }
    .line{
        margin: -30px;
        height: 2px;
        background-color: #DE2180;
    }
.tab-one__title{
    margin-top: 2px;
    font-size: 38px;
    font-weight: 900;
    line-height: 1.2;
   text-align: center;
}
@media screen and (max-width:800px)  {
    .tab-one__title{
      font-size: 40px;
    }
}   
.tab-one__img{
    margin-top: 15px;
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
    
}
.tab-one__img img{
    width: 100%;
    border-radius: 10px;
    
}
.tab-one__description{
    margin-top: 20px;
    color: #343434;
}
.tab-one__features{
    margin-top: 20px;
    color: #343434;
}
.tab-one__features li{
margin-top: 10px;
margin-left: 25px;
}
.tab-content__made{
    margin-top: 40px;
}
.line-grey{
    width: 100%;
    height:1px;
    background-color: #5a5a5a;
    margin-top: 10px;
}

.tab-content__end{
    margin-top: 20px;
}
.tab-content__end a{
   text-decoration: dashed !important;
}
.tab-two__button{
    width: 100%;
    display: flex;
    justify-content: center;
    white-space: nowrap;

}
.tab-two__content{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); 
    gap: 15px;
    
}
.download{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 250px;
    height: 30px;
    border: 2px solid #DE2180;
    border-radius: 5px;
    gap: 5px;
    transition: 0.1s;
    padding: 5px;
}
.modal a{
   
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 150px;
        height: 30px;
        border: 2px solid #DE2180;
        border-radius: 5px;
        gap: 5px;
        transition: 0.1s;
        padding: 5px;
        background-color: #fff;
        transform: translateY(-40px);

    
        
}
.modal-two a{
   
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 150px;
    height: 30px;
    border: 2px solid #DE2180 !important;
    border-radius: 5px;
    gap: 5px;
    transition: 0.1s;
    padding: 5px;
    background-color: #fff;
    transform: translateY(-55px);

    
}
.download:hover{
    transition: 0.1s;
    background-color: #fde6e6;
    
}
.modal a:hover{
    transition: 0.1s;
    background-color: #e4aaaa;
    
}
.modal-two a:hover{
    transition: 0.1s;
    background-color: #e4aaaa;
    
}
.q{
    max-width: 15px;
    width: 100%;
}
.download img{
    max-width: 15px;
  width: 100%;
    }
    .cart{
      
        width: 100%;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        
    
      
    }
    .cart img{
      width: 100%;
      border-radius: 5px;
      cursor: pointer;
    }
    .download-cart{
       margin-top: 10px;
    }
    .tab-thre__content{
        margin-top: 30px;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); 
        gap: 15px;
      
    }
    
.tab-thre__content_cart {
    position: relative;

    display: flex;
    flex-direction: column;

    align-items: center;
    margin-top: 20px;
    overflow: hidden;
}


    .gallery{
     
       background-position: 0px 0px, 8px 8px;
    background-size: 16px 16px;
    background-image: 
        linear-gradient(45deg, #c0c0c0bf 25%, transparent 25%, transparent 75%, #c0c0c0bf 75%, #c0c0c0bf 100%),
        linear-gradient(45deg, #c0c0c0bf 25%, white 25%, white 75%, #c0c0c0bf 75%, #c0c0c0bf 100%);
    }
    .thre-img{
        cursor: pointer;
      width: 160px;
      margin-top: 10px;
       background-position: 0px 0px, 8px 8px;
    background-size: 16px 16px;
    background-image: 
        linear-gradient(45deg, #c0c0c0bf 25%, transparent 25%, transparent 75%, #c0c0c0bf 75%, #c0c0c0bf 100%),
        linear-gradient(45deg, #c0c0c0bf 25%, white 25%, white 75%, #c0c0c0bf 75%, #c0c0c0bf 100%);
    }
    .tab-thre__description{
        font-size: 12px;
    }
    .size{
        border-radius: 10px !important;
    }
    .adapt{
        display: none;
        width: 100%;
        padding: 35px;
    }
    @media screen and (max-width:800px)  {
        .adapt{
           display: block;
        }
    }    
    @media screen and (max-width:800px)  {
        .revers{
           display: none;
        }
    }   
    .modal {
        display: none;
        position: fixed !important;
        z-index: 100 !important;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.925);
        overflow: hidden;
        flex-direction: column;
        align-items: center;
    }
    
    .modal-content {
        display:flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        max-width: 80%;
        max-height: 70%;
        z-index: 101;

    }
    .modal-two {
        display: none;
        position: fixed !important;
        z-index: 1001 !important;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.925);
        overflow: hidden;
        flex-direction: column;
        align-items: center;
    }
    
    .modal-two-content {
        display:flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        max-width: 70%;
        max-height: 70%;
  
        z-index: 1000;
    }
    
    .close {
        position: absolute;
        top: 60px;
        right: 55px;
        color: white;
        font-size: 30px;
        cursor: pointer;
        z-index: 999;
    }
.tab-thre-img{
  
    display: flex;
    justify-content: center;
}
    .margin{
        margin-bottom: 30px;
    }
    #modal-description{
        transform: translateY(-60px);
        color: #fff;
    }
    #modal-two-description{
        transform: translateY(-70px);
        color: #fff;
    }
    p{
        color: #000;
    }