@import "fonts.css";

*{
    box-sizing: border-box;
    text-decoration: none !important;
}
.mine-container{
    width: 80%;
    margin: 0 auto;
    position: relative;
}
p{
    margin: 0px 0px 0px !important;
}
textarea{
    width: 1345px;
    height: 180px;
}
path{
    fill: #000;
}
.icons svg:hover path{
    fill: #FFDC00;
    transition: all .3s ease;
}
.icons path{
    transition: all .3s ease;

}

/* particle */
#particles-js{
    height: 100%;
}

#particles-js{
    background-color: #ffffff;
    /* position: absolute; */

}
.particle .particles-js-canvas-el{
    position: absolute !important;
    top: 0;
    height: 100% !important;

}
canvas{
    display: inline-block;
}


/* particle-js */
/* loader */

#loader-bg{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 111111;
    background-color: #ffffff;
    transition: all .5s ease;


}
#loader {
  width: 70px;
  height: 70px;
    border-style: solid;
  border-top-color: #FFDC00;
  border-right-color: #FFDC00;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotate 3s ease-in-out infinite;
  transform: rotate(-200deg)
}
@keyframes rotate {
  0% { border-width: 10px; }
  25% { border-width: 3px; }
  50% { 
    transform: rotate(115deg); 
    border-width: 10px;
  }
  75% { border-width: 3px;}
  100% { border-width: 10px;}
}

/* loader end*/

/* nav  */

nav{
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.burger-main{
    display: flex;
    justify-content: end;
}


.nav-info{
    display: flex;
    width: 399px;
    justify-content: space-between;
}
.nav-info a{
    color: #222;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 400;
    transition: all .3s ease;
    line-height: 24px; /* 150% */
}

.nav-info a:hover{
    color: #FFDC00;
    transition: all .3s ease;
}
.logo-dst{
    text-align: center;
}
.my-navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.burger-menu{
    display: block;
    position: relative;
    width: 35px;
    height: 30px;
}
.burger-menu::before,
.burger-menu::after{
    content: '';
    background-color: black;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    transition: all 0.3s ease;
    border-radius: 2px;

}
.burger-menu span{
    position: absolute;
    background-color: black;
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 2px;
    height: 3px;
    top: 13px;
}
.burger-menu::before{
    top: 0;
}
.burger-menu::after{
    bottom: 0;
}

.nav-menu{
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    background: rgb(255, 255, 255);
    padding: 30px 0px 0px 0px;
    margin-top: 100px;
    z-index: 10;
    transition: all 0.3s ease;
    transform: scaleY(0);

}
.nav-menu.active {
    transform: scaleY(1);
    transition: all 0.3s ease;

}
.nav-wrapper{
    position: relative;
    z-index: 10px;
}
.nav-list li {
    list-style: none;
}
.burger-list-none{
    display: none;
    
}
.nav-link{
    color: black;
    text-transform: uppercase;
    font-size: 20px;
    transition: all .3s ease;
}
.nav-link:hover{
    color: #FFDC00;
    transition: all .3s ease;

}
.nav-list {
    display: flex;
    justify-content: center;
    gap: 50px;
}
.burger-menu.active::before{
    rotate: 45deg;
    top: 13px;
    transition: all 0.3s ease;
}
.burger-menu.active span{
    transform: scale(0);
    transition: all 0.3s ease;
}
.burger-menu.active::after{
    rotate: -45deg;
    bottom: 13px;
    transition: all 0.3s ease;
}
/* nav end */




/* img-block */
.img-block-wrapper{
    padding-top: 120px;
    padding-bottom: 120px;
}
.first-floor{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;

    
}
.first-floor-right{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.img-card{
    position: relative;
}

.images-block{
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
}
.images-block img {
    width: 100%;
}
.second-floor-left{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 644px;
}
.second-floor-down{
    display: flex;
    gap: 16px;
}
.second-floor{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;

    

}
.third-floor{
    display: flex;
    justify-content: center;
    align-items: center;

    

}
.third-floor-1{
    display: none;
}
.third-floor-2{
    display: flex;
}
.fourth-floor{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;

    

}
.fourth-floor-right{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.fourth-floor-up{
    display: flex;
    gap: 16px;
}
.fiveth-floor{
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;

    

}
.images-block p{
    position: absolute;
}
.first-floor p:nth-child(1){
    color: #000000;
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.4px;
    left: 64px
}
/* .img-card:hover p{ 
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    bottom: 0px;
    top: 0;
    left: 0;
    right: 0;
    transition: 2s ease;
}
.img-card p{
    transition: 2s ease;   
    display: flex;
    align-items: end;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
} */

.img-card:hover p{
    bottom: 45% !important;
    transition: all .5s ease;
    color: white !important;
}
.img-card p{
    transition: all .5s ease;
    z-index: 9;
}
.img-card:hover img{
    transition: all .5s ease;
    filter: blur(4px);
    opacity: 0.5;
}
.img-card img{
    transition: all .5s ease;
    filter: blur(0px);

}
.img-card{
    /* border-radius: 4px; */
    border: 4px solid #FFDC00;
    /* background-color: #222222; */
    background: linear-gradient(0deg, rgba(34, 34, 34, 0.48) 0%, rgba(34, 34, 34, 0.48) 100%), url(<path-to-image>), lightgray 50% / cover no-repeat;

    
}

.first-floor p{
    position: absolute;
    color: #222;
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.4px;
    left: 64px;
    bottom:64px;
}

.second-floor-left a:nth-child(1) p{
    position: absolute;
    color: #222;
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.4px;
    left: 64px;
    bottom:64px;    
}
.second-floor-down a:nth-child(1) p{
    color: #222;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.18px;    
    left: 64px;
    bottom:64px;  
}
.main-floor p{
    color: #222;
    font-family: Raleway;
    font-size: 28px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.18px;    
    left: 64px;
    bottom:64px;  
}

.second-floor-right p{
    color: #222;
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.18px;    
    bottom:64px; 
    left: 64px;
}

.third-floor p{
    color: #222;
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.4px;    
    left: 64px;
    bottom:64px; 
}

.fourth-floor-left p{
    color: #222;
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.18px;    
    left: 64px;    
    bottom:64px; 
}
.fourth-floor-right p{
    color: #222;
    font-family: Raleway;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.4px;
    left: 64px;    
    bottom:64px; 
}
.fourth-floor-up p{
    color: #000;
    font-family: Raleway;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.28px;
    left: 64px;    
    bottom:64px;     
}

.fiveth-floor p{
    color: #000;
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.28px;
    left: 64px;    
    bottom:64px;    
}
/* img-block end */

/* contact  */
.contact-wrapper{
    height: 478px;
    background: #FBFBFB;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 80px;
}
.contact{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 32px;
}
.contact p:nth-child(1) {
    width: 1100px;
    color: #222;
    text-align: center;
    font-family: Raleway;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.44px;
}
.contact a{
    color: #FFDC00;
    text-align: center;
    font-family: Raleway;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.96px;
}

.contact p:nth-child(3) {
    color: #000;
    text-align: center;
    font-family: 'OpenSans';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 16px;
}

/* contact end */

/* footer  */
.footer-wrapper{
    background-image: url(../img/footer-bg.jpg) ;
    background-repeat: no-repeat;
    height: 962px;
    background-position-x: 0;
    background-position-y: 0;
    background-position: center;
    background-size: cover;  
    padding-top: 83px; 
}
.order-input{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
}
.order-input input{
    width: 300px;
    height: 60px;
    border-radius: 4px;
    border: 1px solid #B4B4B4;
    background: #FFF;
    padding: 16px;
}
input::placeholder{
    color: #000;
    font-family: 'OpenSans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.order-area{
    display: flex;
    justify-content: center;
    margin-top: 32px;

}
.order-area textarea{
    border-radius: 4px;
    border: 1px solid #B4B4B4;
    background: #FFF;
    padding-top: 20px;
    padding-left: 16px;
}

textarea::placeholder{
    color: #000;
    font-family: 'OpenSans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.order-button{
    width: 363px;
    height: 68px;
    border-radius: 4px;
    border: 1px solid #B4B4B4;
    transition: all .5s ease;
    background: #FFDC00;
    margin-top: 48px;

}
.order-button a:hover {
    border-radius: 4px;
    /* border: 1px solid #000; */
    background: #222;
    transition: all .5s ease;
    box-shadow: 4px 6px 6px 0px rgba(0, 0, 0, 0.25);
}
.order-button:hover a{
    color: #F2F2F2; 
    transition: all .5s ease;
}
.order-button a{
    width: 363px;
    height: 68px;
    transition: all .5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    text-align: center;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.48px;

}
.footer-order{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* margin-top: 150px; */

}
.footer{
    display: flex;
    flex-direction: column;
    gap: 260px;
    z-index: 90;
    position: relative;
}
.footer-adres{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 90px;
}
.footer-adres span{
    width: 1px;
    height: 180px;
    background: #B4B4B4;
}
.adres-tell{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 32px;
}
.adres-tell p{
    color: #000;
    text-align: center;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.adres-tell a{
    color: #000;
    text-align: center;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    transition: all 1s ease;
    line-height: normal;  
    margin-top: 8px;
}
.adres-tell a:hover{
    color: #FFDC00;
    transition: all .5s ease;
}
.adres-tell img {
    width: 48px;
}

.adres-address{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 32px;
    padding-top: 30px;
}

.adres-address p{
    color: #000;
    text-align: center;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.adres-address a{
    color: #000;
    text-align: center;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    transition: all 1s ease;
    line-height: normal;  
    width: 235px;
    margin-top: 8px;

}
.adres-address a:hover{
    color: #FFDC00;
    transition: all .5s ease;
}

.adres-email{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 32px;
}

.adres-email p{
    color: #000;
    text-align: center;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.adres-email a{
    color: #000;
    text-align: center;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    transition: all 1s ease;
    line-height: normal;  
    width: 235px;
    margin-top: 8px;

}
.adres-email a:hover{
    color: #FFDC00;
    transition: all .5s ease;
}
.icons{
    display: flex;
    gap: 20px;
}

.social{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
.footer-social{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 80%;
    margin:  auto;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 90;
    position: relative;
}
.social-icons{
    display: flex;
    align-items: flex-end;
    gap: 20px;
}
.social-icons p{
    color: #222;
    text-align: right;
    
    /* Copy / Desktop / Bold */
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */    
    text-transform: uppercase;
}

.footer-end{
    display: flex;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 90;
}
.footer-2023 p{
    color: #222;
    text-align: right;
    
    /* Copy / Desktop / Regular */
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.footer-2023{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer{
    gap: 180px;
}
.footer-wrapper{
    height: 780px;
}
/* footer end */
.burger-menu{
    cursor: pointer;
}
.nav-menu{
    margin-top: 80px;
}

@media(max-width: 1566px) {
    .first-floor p:nth-child(1){
        left: 25px;
        font-size: 38px;
        bottom: 25px;
    }
    .first-floor p{
        left: 25px;
        font-size: 38px;
        bottom: 25px;    
    }
    .second-floor-left a:nth-child(1) p{
        left: 25px;
        font-size: 28px !important;
        bottom: 25px;
    }
    .nav-info{
        width: 350px;
        
    }
    .second-floor-right p{
        left: 25px;
        font-size: 38px;
        bottom: 25px;
    }
    .third-floor p{
        left: 25px;
        font-size: 38px;
        bottom: 25px;
    }
    .fourth-floor-up p{
        left: 25px;
        font-size: 38px;
        bottom: 25px;
    }
    .fourth-floor-right p{
        left: 25px;
        font-size: 38px;
        bottom: 25px;
    }
    .fourth-floor-left p{
        left: 25px;
        font-size: 38px;
        bottom: 25px;    
    }
    .fiveth-floor p{
        left: 25px;
        font-size: 38px;
        bottom: 25px;    
    }

}


@media(max-width: 1440px) {

    .footer-social{
        padding: 0px;
    }
    .footer-adres{
        gap: 38px;
    }
    .contact-wrapper{
        height: 570px;
        padding-top: 0px;
    }
    .nav-menu{
        margin-top: 73px;
    }
    .nav-info {
        width: 300px;
    }
    .footer{
        gap: 100px;
    }
    .footer-wrapper{
        height: 700px;
    }
    .contact p:nth-child(1){
        font-size: 46px;
    }
    .footer-order{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .first-floor p:nth-child(1){
        left: 25px;
        font-size: 30px;
        bottom: 25px;
    }
    .first-floor p{
        left: 25px;
        font-size: 30px;
        bottom: 25px;    
    }
    .second-floor-left a:nth-child(1) p{
        left: 25px;
        font-size: 17px !important;
        bottom: 25px;
    }

    .second-floor-right p{
        left: 25px;
        font-size: 30px;
        bottom: 25px;
    }
    .third-floor p{
        left: 25px;
        font-size: 30px;
        bottom: 25px;
    }
    .fourth-floor-up p{
        left: 25px;
        font-size: 30px;
        bottom: 25px;
    }
    .fourth-floor-right p{
        left: 25px;
        font-size: 30px;
        bottom: 25px;
    }
    .fourth-floor-left p{
        left: 25px;
        font-size: 30px;
        bottom: 25px;    
    }
    .fiveth-floor p{
        left: 25px;
        font-size: 30px;
        bottom: 25px;    
    }

}
@media(max-width: 1220px) {
    .order-input input{
        width: 100%;
        display: block;
    }
    .order-input{
        gap: 20px;
    }
    .contact p:nth-child(1){
        width: 80%;
    }

}


@media(max-width: 1024px) {

    
    .burger-list-none{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: left;
    }
    .burger-list-none a{
        color: #222;
        font-family: Raleway;
        font-size: 24px;
        font-weight: 400;
        line-height: 24px;
    }
    .burger-list{
        display: none;
    }
    .first-floor p:nth-child(1){
        left: 12px;
        font-size: 20px;
        bottom: 22px;
    }
    .first-floor p{
        left: 12px;
        font-size: 20px;
        bottom: 22px;    
    }
    .second-floor-left a:nth-child(1) p{
        left: 12px;
        font-size: 15px !important;
        bottom: 22px;
    }
    .contact p:nth-child(3){
        padding-top: 0px;
    }
    .contact a{
        font-size: 29px;
    }
    .footer-adres{
        justify-content: space-between;
    }
    .footer{
        gap: 100px;
    }

    .footer-wrapper{
        height: 650px;
    }
    .adres-address a{
        font-size: 20px;
        margin-top: 0px;
    }
    .adres-tell a{
        font-size: 20px;
        margin-top: 0px; 
    }
    .adres-tell p{
        font-size: 22px;
    }
    .adres-address p{
        font-size: 22px;

    }
    .adres-tell{
        width: 200px;

    }
    .footer-adres span{
        display: none;
    }
    .adres-email p{
        font-size: 22px;
    }
    .adres-email{
        width: 200px;
    }
    .adres-email a{
        font-size: 20px;
        margin-top: 0px; 
    }
    .contact-wrapper{
        height: 410px;
        padding-top: 0px;
    }
    .contact p:nth-child(1){
        font-size: 30px;
    }
    .second-floor-right p{
        left: 12px;
        font-size: 20px;
        bottom: 22px;
    }
    .nav-wrapper{
        display: none;
    }
    .logo-dst{
        text-align: start;
    }
    .img-block-wrapper{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .nav-menu{
        margin-top: 80px;
    }

    .third-floor p{
        left: 12px;
        font-size: 20px;
        bottom: 22px;
    }
    .fourth-floor-up p{
        left: 12px;
        font-size: 20px;
        bottom: 22px;
    }
    .fourth-floor-right p{
        left: 12px;
        font-size: 20px;
        bottom: 22px;
    }
    .fourth-floor-left p{
        left: 12px;
        font-size: 20px;
        bottom: 22px;    
    }
    .fiveth-floor p{
        left: 12px;
        font-size: 20px;
        bottom: 22px;    
    }
    .footer-adres{
        gap: 0;
    }
    .footer-order{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nav-wrapper{
        display: none;
    }
    .nav-list{
        display: flex;
        flex-direction: column;
        gap: 90px;
        height: 100%;
        justify-content: center;
        padding: 0px;

    }
    .burger-menu.active::after{
        bottom: 9px;
    }
    .nav-menu{
        height: 100%;
        position: fixed;
        margin: 0;
        z-index: 999;
    }
    .burger-menu{
        position: fixed;
        z-index: 9999;
        height: 25px;
        top: 35px;
    }
    .burger-menu span{
        top: 11px;
    }
}

@media screen and (max-width: 767px) {
    [data-aos] {
      pointer-events: auto !important;
      opacity: 1 !important;
      transform: none !important;
    }
  }

@media(max-width: 767px) {
    /* .img-block-wrapper{
        display: none;
    } */
    .contact-wrapper{
        height: 480px;
    }

    .first-floor p:nth-child(1){
        left: 12px;
        font-size: 22px;
        bottom: 22px;
    }
    .first-floor p{
        left: 12px;
        font-size: 22px;
        bottom: 22px;    
    }
    .second-floor-left a:nth-child(1) p{
        left: 12px;
        font-size: 20px !important;
        bottom: 22px;
    }

    .second-floor-right p{
        left: 12px;
        font-size: 22px;
        bottom: 22px;
    }
    .third-floor p{
        left: 12px;
        font-size: 22px;
        bottom: 22px;
    }
    .fourth-floor-up p{
        left: 12px;
        font-size: 22px;
        bottom: 22px;
    }
    .fourth-floor-right p{
        left: 12px;
        font-size: 22px;
        bottom: 22px;
    }
    .fourth-floor-left p{
        left: 12px;
        font-size: 22px;
        bottom: 22px;    
    }
    .fiveth-floor p{
        left: 12px;
        font-size: 22px;
        bottom: 22px;    
    }
    
    .contact p:nth-child(1){
        font-size: 28px;
        width: 90%;
        text-align: start;
    }
    .contact a{
        font-size: 20px;
        width: 90%;
        text-align: start;

    }
    .contact{
        gap: 20px;
        align-items: flex-start;
    }
    .contact p:nth-child(3){
        width: 90%;
        text-align: start;
        padding-top: 0px;
    }


    .img-card{
        border: 2px solid #FFDC00;
    }
    /* .contact-wrapper{
        display: none;
    } */
    .footer-adres{
        display: block;
    }
    .social{
        display: block;
    }
    .order-button a{
        width: 100%;
        display: block;
        height: auto;
        border-radius: 4px;
        border: 1px solid #B4B4B4;
        background: #FFDC00;
        padding: 20px;
    }
    .order-button{
        height: 0px;
        width: 100%;
        border: none;
    }
    .nav-info{
        width: 100%;
        display: none;
    }
    .logo-dst{
        text-align: left;
    }
    .logo-dst img{
        width: 100%;
    }

    .social-icons{
        gap: 7px;
    }
    .social-icons p{
        font-size: 11px !important;
    }
    .footer-2023 p{
        text-align: center;
    }

    .contact-wrapper{
        padding-top: 0px;
    }
    .adres-address{
        padding-top: 60px;
        gap: 10px;
    }
    .adres-tell{
        gap: 10px;
        width: 100%;
    }
    .adres-email{
        padding-top: 60px;
        width: 100%;
    }

    .social-icons{
        justify-content: space-between;
    }


    .first-floor{
        flex-direction: column;        
    }
     .second-floor{
        
        flex-direction: column;        

    }
    .third-floor-1{
        display: flex;
    }
    .third-floor-2{
        display: none;
    }
    .img-block-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footer-wrapper{
        padding-top: 15px;
        height: 862px;
    }
    .footer{
        gap: 170px;
    }
    .social-logo{
        display: flex;
        justify-content: center;
        padding-bottom: 10px;
    }
    .footer-2023 p{
        font-size: 11px;
    }
    .burger-menu.active::before{
        top: 9px;
    }
    .adres-email{
        gap: 10px;
    }
    .icons{
        gap: 8px;
    }
    .social-icons p{
        font-size: 13px;
    }
    .second-floor-left{
        width: auto;
    }

    .fiveth-floor{
        flex-direction: column;        

    }
    .fourth-floor{
        flex-direction: column;
    }
    .mine-container{
        width: 90%;
    }
}
.footer-part{
    position: relative !important;
}