

   



a:active, a:focus { outline: none; }  
   





   
a{
  text-decoration: none;
  color: #111111;
}


@keyframes enter-animation {
    0% {
      transform: translateY(300px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @media (prefers-reduced-motion: no-preference) {
    .all-animation{
      animation: enter-animation 1s 1;
    }
   
  }
  
  
@font-face {
    font-family: PlayfairDisplay;
    src: url(./font/PlayfairDisplay.woff)
}
@font-face {
    font-family: Raleway-v4020-Medium;
    src: url(./font/Raleway-v4020-Medium.woff)

}


body{
    border-spacing: border-box;
    margin: 0;
    padding: 0;
   
}
.container{
    max-width: 1400px;
    height: 5500px;
 z-index: 1;
    margin: 0 auto;
}
.container2{
    max-width: 1400px;
    height: 5500px;
 z-index: 1;
    margin: 0 auto;
}
.container3{
    max-width: 1400px;
    height: 1500px;
 z-index: 1;
    margin: 0 auto;
}



.block1{
    width: 100%;
    height: 700px;
    display: flex;
    flex-direction: wrap;
}






.header{
    width: 100%;
    height:100px;
   
}

.logo-icon{
    display: flex;
    flex-direction: wrap;
    flex-direction: row-reverse;
    position: relative;

    top:0px;
    right: 80px;
}
.logo-icon_item{
    width: 65px;
    height:65px;

}
.logo-icon_item1{
    width: 53px;
    height:53px;
    padding-top:5px ;

}
.logo-icon_item3{
    width: 48px;
    height:48px;
    padding-top:8px ;
    padding-left:8px ;


}

    

.burger{
    width: 30px ;
    height:30px;
    display: block;
    position: relative;
    top:40px;
    left:15px;
    z-index: 20;
}
.burger span{
    width: 80%;
    height: 3px;
    background-color: black;
    position: absolute;
    top:12px;
    border-radius: 25px;
}
.burger::before,
.burger::after{
    content:'';
    width:100%;
    height:3px;
    background-color: black;
    position: absolute;
}
.burger::before{
    top:5px;
}
.burger::after{
    top:19px;
}

.burger.active{
    width: 30px ;
    height:30px;
    display: block;
    position: absolute;
    top:40px;
    left:15px;
    z-index: 20;
}
.burger.active span{
    width: 80%;
    height: 3px;
    background-color: black;
    position: absolute;
    top:12px;
    display: none;
    border-radius: 25px;
    z-index: 20;
}

.burger::before,
.burger::after{
    content:'';
    width:100%;
    height:3px;
    background-color: black;
    position: absolute;
    z-index: 120;
   
}
.burger.active::before{
    top:10px;
    transform: rotate(45deg);
    z-index: 20;
}
.burger.active::after{
    top:10px;
    transform: rotate(-45deg);
    z-index: 20;

}

.nav{
    display: block;
    width: 100vw;
    height: 1000px;
    background-color: beige;
    z-index: 10;
    position: fixed;
    top:0;
    left: 0px;
    display: none;

}
.nav.active{
    display: block;
    width: 100vw;
    height: 1000px;
    background-color: beige;
    z-index: 10;
    position: fixed;
    top:0;
    left: 0px;
    

}
.menu{
    padding: 0;
    margin-top: 50px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.menu_list{

font-family:PlayfairDisplay ;
font-size: 35px;
text-align: center;

}
.menu_link{
    text-decoration: none;
    color: black;
}


.icon_nav2{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding-top: 140px;
    display: flex;
    flex-direction: wrap;
    justify-content: center;
}




.img_container-prising{
    max-width: 1400px;
    height: 1;
    display: block;
    margin: 0 auto;

}
    

    .flex_container1{
        display: flex;
        width:40%;
        height:100%;
        flex-direction: column;
        gap:13px;
    }
    .flex_container2{
        display: flex;
        position: relative;
        width:60%;
        height:100%;
    }
    .h1{
        font-family: PlayfairDisplay;
margin-bottom: 0px;
font-weight: normal;

        font-size: 60px;
        margin-top: 160px;
        margin-left:15px;
        line-height: 60px;
        color: rgb(24, 24, 24);
    }
    .p_podzagolovok{
        margin-top: 0;
       font-family: Raleway-v4020-Medium; 
        margin-left:15px;
        font-weight: 200;
        font-size: 20px;
    }


.button{
    margin-top:-5px;
    margin-left:15px;
    width: 280px;
    height:65px;
    border:1px solid rgb(0, 0, 0);
    border-radius: 9px;
    background-color: white;
    font-size: 20px;
    font-family: Raleway-v4020-Medium; 
    cursor: pointer;
    color:black;
}
button{
    cursor: pointer;    color:black;

        border:1px solid rgb(0, 0, 0);


}
.button:hover{
    margin-top:-5px;
    margin-left:15px;
    width: 280px;
    height:65px;
    border:1px solid black;
    border-radius: 19px;
    border:1px solid rgb(232, 183, 106);
    font-size: 20px;
    font-family: Raleway-v4020-Medium; 
    transition: 0.3s;
}
.cintainer_images1{
    max-width: 690px;
    max-height:600px;
   position: relative;
    border-radius: 25px;
   margin-top: 100px;
   margin-left: 150px;
   object-position: center;
   object-fit: cover;
   z-index: 2;
}
.img1{
    border-radius: 30px;
    z-index: 2;
}
.block_fon1{
 display: flex;
    width:50%;
 height: 50%;
    background-color: #eafdfc;
    z-index: 1;
position: absolute;
left: 80px;
top:60px;
    border-radius: 25px;
}
.block_fon2{
    display: flex;
       width:50%;
    height: 50%;
       background-color: #eafdfc;
       z-index: 1;
   position: absolute;
   left: 380px;
   top:360px;
       border-radius: 25px;
   }
   .block2_icon{
    background-color: white;
   }
   .h2{
font-family:PlayfairDisplay;
text-align: center;
font-size: 60px;
font-weight: normal;
margin-top: 150px;

   }
   
   .grid{
    max-width: 1200px;
    margin:80px auto;
    height:460px;

    display: grid;
    grid-template-columns: 0.8fr 0.8fr 0.8fr;
    grid-template-rows: 2 0fr ;
    font-weight: normal;
gap:5px;
  
   }
   .item_grid{
    border-radius: 25px;
    border: 1px solid;
text-align: center;
margin-left: 5px;
margin-right: 5px;
height: 180px;
padding-top: 20px;
font-family: Raleway-v4020-Medium;
font-weight: normal;
   }
   .img_icon03{
    max-width: 80px;
    height: 80px;

   }


   .block_onas1{
    max-width:1300px;
   
    height:800px;
    margin: 200px auto;
    background-image: url(./images/cae0f56f-f642-d8a3-9971-5b2c17f817d7.png) ;
 
 background-size: cover;
 background-position: 80%;
    display: flex;
    flex-direction: row;
   }
   .flex_conainer_onas01{

    width: 45%;
    height:100%;
   }
   .flex_conainer_onas02{
 

    width: 55%;
    height:100%;
   }
   .h2_onas1{
    color: #b08110;
    font-family: PlayfairDisplay ;
    font-size: 35px;
    font-weight: normal;
    margin-left:10px;
    margin-top: 120px;
   }
   .p_onas01{
    font-family: Raleway-v4020-Medium ;
    font-size: 17px;
    margin-left:10px;
    line-height: 25px;
    color: #111111;
    margin-top: -20px;
   }
   .button_prising{
    width: 184px;
    height: 60px;
    background-color:#f1d798;
    border-radius: 25px 0px 25px 0px;
    border: 0px solid;
    margin-left:10px;
    cursor: pointer;
   }
   .button_prising:hover{
    width: 184px;
    height: 60px;
    background-color:#f4c557;
    border-radius: 25px 0px 25px 0px;
    border: 0px solid;
    margin-left:10px;
    transition: 0.2s;
   }
.img_onas01{
    max-width: 600px;
    height: 1 ;
    margin-left: 40px;
  
}
.img_onas001{
    border-radius: 75px 0px 75px 0px;
}




.block_onas2{
    max-width:1300px;
    height:800px;
    margin: -150px auto;
    background-image: url(./images/cae0f56f-f642-d8a3-9971-5b2c17f817d7.png) ;
 
    background-size: cover;
    background-position: 80%;
    display: flex;
    flex-direction: row;
    flex-direction: row-reverse;
}



.block3_porfolio{
    max-width: 1400px;
    height:1400px;
  
    margin: 0 auto;
}


.h2_portfolio{
    font-family:  PlayfairDisplay;
    font-size: 60px;
    text-align: center;
    font-weight: normal;
    margin-top: 170px;
}
.grid_portfolio01{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 2 ;
    gap: 10px;
    padding-left: 5px;
    padding-right: 5px;

    
}
.item_grid_portfolio{
    height: 500px;
    border-radius: 25px;
    
  
}
.item_grid_portfolio:hover{
    transform: scale(1.1);
    transition: 0.5s;
 transform:rotate(10deg)
}
.img_grid_portfolio{
    border-radius: 25px;
}

.butom_portfolio{
    width: 300px;
    height: 65px;
    border:0.5px solid;
    border-radius: 8px;
    background-color: white;
   display: block;
    margin: 60px auto;
    font-family:PlayfairDisplay;
    font-size: 18px;
}
.butom_portfolio:hover{
    width: 300px;
    height: 65px;
    border:0.5px solid rgb(249, 196, 126);
    border-radius: 18px;
    background-color: white;
   display: block;
    margin: 60px auto;
    font-family:PlayfairDisplay;
    font-size: 18px;
    transition: 0.2s;
}

.block_footer_logo{
    max-width: 1300px;
    height:400px;

    margin: 0 auto;
}

.h2_kara{
    font-family: PlayfairDisplay;
    font-weight: normal;
    font-size: 80px;
    text-align: center;
}
.img_footer_icon{
    max-width: 400px;
    height: 1;
    margin: -70px auto;
}

.footer{
    width: 100%;
    height: 300px;
    background-color: #0a0a09;
    position: relative;
    margin-top:350px;
}

.nav_block01{
    max-width: 350px;
    height:300px;

    margin: 0 auto;
   margin-top: 5px;
   margin-bottom: 5px;
}
.icon_icon1{
    padding-top: 50px;
    display: flex;
    flex-direction: wrap;
    gap:5px;
    justify-content: center;
}

.icon_link{
    width: 50px;
    height: 50px;
    display: flex;
}
.icon_link1{
    width: 40px;
    height: 40px;
    display: flex;
    padding-top: 5px;
}
.icon_link3{
    width: 40px;
    height: 40px;
    display: flex;
    padding-top: 5px;
}
.P_glav{
    margin: 40px auto;
}
.p_nav{
    display: block;
    margin-top: -10px;
    font-family:  PlayfairDisplay;
    font-weight: normal;
    font-size: 18px;
    text-align: center; 
     color:white;
}
.naverh{
    width: 40px;
    height:40px;
  
    position: fixed;
    bottom: 20px;
    right: 20px;
}
@media(max-width:1200px){
    .cintainer_images1{
        width: 590px;
        height:500px;
      
        border-radius: 25px;
       margin-top: 100px;
       margin-left: 100px;
    }

    .block_fon2{
        display: flex;
           width:60%;
        height: 40%;
           background-color: #eafdfc;
           z-index: -1;
       position: absolute;
       left: 130px;
       top:160px;
           border-radius: 25px;
       }
       .block_fon1{
        display: flex;
           width:60%;
        height: 40%;
           background-color: #eafdfc;
           z-index: -1;
       position: absolute;
       left: 60px;
       top:40px;
           border-radius: 25px;
       }

       .h2_onas1{
        color: #b08110;
        font-family: PlayfairDisplay ;
        font-size: 40px;
        font-weight: normal;
        margin-left:10px;
        margin-top: 20px;
       }
       .p_onas01{
        font-family: Raleway-v4020-Medium ;
        font-size: 18px;
        margin-left:10px;
        line-height: 25px;
        color: #111111;
        margin-top: -20px;
       }
       .button_prising{
        width: 184px;
        height: 60px;
        background-color:#f1d798;
        border-radius: 25px 0px 25px 0px;
        border: 0px solid;
        margin-left:10px;
       }
    .img_onas01{
        max-width: 600px;
        height: 1 ;
        margin-left: 40px;
    }
    .img_onas001{
        border-radius: 75px 0px 75px 0px;
    }
}




@media(max-width:1050px){
   
    .block1{
        height:500px
    }
     
   
    .grid_portfolio01{
        display: grid;
        grid-template-columns: 1fr ;
        grid-template-rows: 1 ;
        gap: 10px;
        padding-left: 5px;
        padding-right: 5px;
    
        
    }
    .item_grid_portfolio{
        height: 500px;
        border-radius: 25px;
        
      
    }
    .container{
        max-width: 1400px;
        height: 8000px;
     
        margin: 0 auto;
    }
   
   
   
    .h1{
        font-family: PlayfairDisplay;
margin-bottom: 0px;
        font-size: 45px;
        margin-top: 160px;
        margin-left:15px;
        line-height: 50px;
        color: rgb(24, 24, 24);
    }
    .p_podzagolovok{
        margin-top: 0;
       font-family: Raleway-v4020-Medium; 
        margin-left:15px;
        font-weight: 200;
    }


    .block_onas1{
        max-width:1300px;
        height:650px;
        margin: 0 auto;
     
        display: flex;
        flex-direction: column;
       }
       .flex_conainer_onas01{
        
            margin-top: 300px;
        
    
        width: 70%;
        height:500px;
        margin: 0 auto;
       }
       .flex_conainer_onas02{
        margin: 0 auto;

    
        width: 70%;
        height:500px;
       }

    .h2_onas1{
        color: #b08110;
        font-family: PlayfairDisplay ;
        font-size: 40px;
        font-weight: normal;
        margin-left:10px;
       }
       .copy_h2{
        margin-top: 300px;
       }
       
       .p_onas01{
        font-family: Raleway-v4020-Medium ;
        font-size: 18px;
        margin-left:10px;
        line-height: 25px;
        color: #111111;
        margin-top: -20px;
       }
       .button_prising{
        width: 184px;
        height: 60px;
        background-color:#f1d798;
        border-radius: 25px 0px 25px 0px;
        border: 0px solid;
        margin-left:10px;
       }
    .img_onas01{
        margin-top: 30px;
        max-width: 800px;
        height: 1 ;
        margin-left: 0px;
    }
    .img_onas001{
        border-radius: 75px 0px 75px 0px;
    }

    



    .block_onas2{
        max-width:1300px;
        height:800px;
        margin: 0 auto;
     
        display: flex;
        flex-direction: column;
        flex-direction: column-reverse;
        margin-top: 700px;
    }
    
    .h2_portfolio{
        font-family:  PlayfairDisplay;
        font-size: 60px;
        text-align: center;
        font-weight: normal;
        margin-top: 300px;
    }

    .block_footer_logo{
        max-width: 1300px;
        height:400px;
    
        margin: 2000px auto;
    }
    
    .h2_kara{
        font-family: PlayfairDisplay;
        font-weight: normal;
        font-size: 50px;
        text-align: center;
    }
    .img_footer_icon{
        max-width: 300px;
        height: 1;
        margin: -70px auto;
    }


    .nav_block01{
        max-width: 350px;
        height:300px;

        margin: 1880px auto;
       margin-top: 35px;
       margin-bottom: 5px;
    }
    .icon_icon1{
        padding-top: 30px;
    }

}



@media(max-width:850px){
    .h1{
        font-family: PlayfairDisplay;
margin-bottom: 0px;
        font-size: 30px;
        margin-top: 160px;
        margin-left:15px;
        line-height: 40px;
        color: rgb(24, 24, 24);
    }
    .p_podzagolovok{
        margin-top: 0;
       font-family: Raleway-v4020-Medium; 
        margin-left:15px;
        font-weight: 200;
        font-size: 12px;
    }
    .button{
        margin-top:-10px;
        margin-left:15px;
        width: 230px;
        height:60px;
        border:1px solid black;
        border-radius: 12px;
        background-color: white;
        font-size: 20px;
    }
    
}


    
    @media(max-width:480px){

        .container{
            max-width: 1400px;

            margin: 0 auto;
        }
        
        .container2{
            max-width: 1400px;
            height: 14300px;
         margin-bottom:150px;
            margin: 0 auto;
        }



        .flex_container1{
            display: flex;
            width:100%;
            height:70%;
            
        }
        .flex_container2{
            display: flex;
            width:100%;
            height:100%;
            margin-top: 20px;
        }  
        .block1{
            width: 100%;
            height: 700px;
          
            display: flex;
            flex-direction: column;
        }
        .h1{
            font-family: PlayfairDisplay;
margin-bottom: 0px;
        font-size: 48px;
        margin-top: 60px;
        margin-left:5px;
        line-height: 49px;
        }
        .p_podzagolovok{
            margin-top:0 ;
           font-family: Raleway-v4020-Medium; 
            margin-left:5px;
            font-size: 16px;
        }
        .button{
            margin-top: -15px;
            margin-left:5px;
            width: 300px;
            height:70px;
            border:0.8px solid black;
            border-radius: 8px;
            background-color: white;
        }
        .cintainer_images1{
            width: 370px;
            height:350px;
          
            border-radius: 25px;
           margin-top: 40px;
           margin-left: 10px;
        }
        .block_fon1{
            margin-top: 20px;
            display: flex;
            width:60%;
         height: 60%;
            background-color: #eafdfc;
            z-index: -1;
        position: absolute;
        left: 0;
        top:-5px;
            border-radius: 25px;
        }
        .block_fon2{
            display: flex;
               width:60%;
            height: 60%;
               background-color: #eafdfc;
               z-index: -1;
           position: absolute;
           left: 130px;
           top:160px;
               border-radius: 25px;
           }
           .grid{
            max-width: 1200px;
            margin: 120px auto;
            height:500px;
        
            display: grid;
            grid-template-columns: 1fr;
            grid-template-rows: 2 0fr ;
        
        gap:10px;
          
           }
           .item_grid{
            border-radius: 25px;
      border: 1px solid;
        margin-left: 10px;
        margin-right: 10px;
        height: 140px;
           }
           .img_icon03{
            max-width: 60px;
            height: 60px;
            font-size: 14px;
           }
           
   .block_onas1{
    max-width:1200px;
    height:800px;
    margin: 0 auto;
    
    display: flex;
    flex-direction: column;
    margin-top: 500px;
   }
 
   .flex_conainer_onas01{
    width: 100%;
    height:500px;
    
   }
    
   .flex_conainer_onas02{
    width: 100%;
    height: 500px;
   }

   .img_onas001 {
    border-radius:28px 0px 28px 28px;
    margin-top: 0px;
  
}


   .h2_onas1{
    color: #b08110;
    font-family: PlayfairDisplay ;
    font-size: 25px;
    font-weight: normal;
    margin-left:10px;
    margin-top: 80px;
   }
   .copy_h2{
    padding-top: 7px;
    margin-top: 17px;
  align-self: self-start;
   }
   .p_onas01{
    font-family: Raleway-v4020-Medium ;
    font-size: 16px;
    margin-left:10px;
    line-height: 22px;
    color: #111111;
    margin-top: -10px;
   }

   .img_onas01{
    max-width: 600px;
    height: 1 ;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 50px;
}

   

.block_onas2{
    max-width:1300px;
    height:800px;
    margin: 150px auto;
   
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
   
}

.logo-icon{
    display: flex;
    flex-direction: wrap;
    flex-direction: row-reverse;
    position: relative;

    top:-5px;
    right: 10px;
}
.logo-icon_item{
    width: 65px;
    height:65px;
    margin-left: -1px;

}
.logo-icon_item1{
   
    margin-left: -5px;

}
.logo-icon_item3{
    width: 48px;
    height:48px;
    padding-top:8px ;
    padding-left:8px ;


}
.h2_portfolio{
    margin-top: 70px;
}
.container3{
    max-width: 1400px;
    height: 800px;
 z-index: 1;
    margin: 0 auto;
}
.block3_porfolio2{
    max-width: 1400px;
    height:800px;
  
    margin: 0 auto;
}

    }