@import "normalize.css";
@import "header.css";
@import "footer.css";

@font-face { 
    font-family: 'Gramatika';
    src: url(../assets/fonts/gramatika_bold.ttf);
    font-weight: 900;              
    font-style: bold;
}

@font-face { 
    font-family: 'Gramatika';
    src: url(../assets/fonts/gramatika_regular.ttf);
    font-weight: 400;              
    font-style: normal;
}

*,
*::before,
*::after{
    box-sizing: border-box;
}

html{
    --orange: #fdba2d;
    --blue: #004A8F;
	--lightblue: #00ADEF;
    --lightgrey: #d0d5dd;
    --white: #fff;
    --gainsboro: #e7e7e7;
	--darkgrey: #333333;
	--green: #a0c515;
    --red: #ED0B0E;
    --darkred: #410A14;
    --wrapWidth: 1920px;
    --contWidth: 1080px;
}

.login_page{
    padding: 150px 0 50px 100px;
}

.bx_forgotpassword_page.bx_blue{
    padding: 150px 0 50px 100px;
}

.wrapper{
    width: 100%;
    margin: 0 auto;  
}

.page-banner{   
    font-family: Gramatika;
    font-weight: bold;
    width: 100%;
    height: 800px;    
    background: url('../assets/images/homeImage.webp') center/cover no-repeat;  
}

.background-overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.51);
}

.page-banner-header{
    max-width: 1900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 100px; 
    margin: auto;   
}

.page-banner-header h1{
    text-decoration: none;
    color: var(--white);
    font-size: 90px;
    margin-top: 200px;
    width: 50%;
    line-height: 1.2em;
    text-align: center;
}

.page-banner-row{
    width: 100%;
    display: flex;
   justify-content: space-evenly;
   margin-top: 30px;
}

.page-banner-row__item{
    text-align: center;
}

.page-banner-row__icon{
    margin: 0;
    margin-top: 30px;
    width: 65px;
}

.page-banner-row__item p{
    margin: 0;
    letter-spacing: 2px;   
    text-decoration: none;
    color: var(--white);
    font-size: 24px;
    font-weight: 600;
}

.page-banner__button{  
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--red);
    width: 150px;
    height: 40px;     
    margin-top: 70px;
    border-radius: 30px 30px 30px 30px;
    transition: all .9s ease 0s;     
}

.page-banner__button:hover, .page-banner__button:focus, .page-banner__button:active{
    background: var(--darkred);
	transition: all .9s ease 0s;  
}

.button__item{
    text-decoration: none;
    color: var(--white);
    font-weight: 700;
    font-size: 18px;
    padding: 20px 40px;    
}


.about{
    font-family: Gramatika;
    font-weight: normal;
    height: 400px; 
    /* padding: 0 100px; */
}

.about-content{
    max-width: 1600px;
    display: flex;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0 50px 0 50px;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.about-content__description{
    width: 50%;
    margin: 0 15px;
}

.about-content__description h2{
    font-weight: bold;
    margin: 0, 0, 20px, 0;
    font-size: 32px;
}

.about-content__description h3{
    font-weight: bold;
    margin: 0;
    font-size: 65px;
    border-bottom: 1px solid var(--red);  
    width: 62%;
}

.contact{
    font-family: Gramatika;
    font-weight: bold;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: cover;
    background: url('../assets/images/contactImage.webp') center/cover no-repeat;
    padding: 0 15px;
}

.contact-container{
    max-width: 1600px;
    width: 80%;
    display: flex;
    flex-direction: column;
    background-color: rgba(28, 28, 32, 0.8);
    margin: 150px 0 40px 0;
    padding: 40px 80px 30px 80px;
}

.contact-container__header{
    color: var(--white);
    margin: 0;
    text-decoration: none;
    margin: 40px 15px;
}
.contact-container__header h2{
    font-size: 60px;
}

.contact-row{
    font-size: 19px;   
    display: flex;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.contact-row__list{    
    list-style: none;
    width: 100%;
    display: flex;
    margin: 0;   
    padding: 0; 
    justify-content: center;
}

.contact-row__item{    
    font-family: var(--headFont);
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    color: var(--white);
    margin: 0 15px;
    text-align: center;
}

.contact-row__item i{
    color: var(--white);
    font-size: 50px;
    margin-bottom: 15px;
}

.contact-row__link{
    text-decoration: none;
    color: var(--white); 
}

.contact-list{
    width: 100%;
    display: flex;
    color: var(--white);
}

.contact-list__map{
    width: 50%;
    margin: 30px 30px 0 30px;
}

.contact-form{
    width: 50%;
    margin: 30px 30px 0 30px;
}

.form__list{
    display: flex;
    flex-direction: column;    
}

.contact-form input,
.contact-form textarea{
    font-family: Gramatika;
    font-weight: bold;
    width: 100%;
    margin: 15px auto;
    border: none;
    border-bottom: 1px solid rgb(88,88,89);
    background: none;
    font-size: 16px;
    color: var(--white);
    margin-bottom: 30px;
    outline: none;
}

.contact-form textarea{
    height: 130px;
    resize: none;
}

.contact-form button{
    font-family: Gramatika;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    color: white;
    background: var(--red);
    font-size: 15px;
    padding: 10px 30px;
    box-shadow: 0 0 35px rgba(65, 10, 20, 0.2);
    transition: all .9s ease 0s;  
    margin: 42px 0 0 0;
	border-radius: 30px 30px 30px 30px;	
}

.contact-form button:hover, .contact-form button:focus, .contact-form button:active{
    background: var(--darkred);
    box-shadow: none;
	transition: all .9s ease 0s;  
}

#erconts{
    display: none;
}

.page-banner.page-catalog{   
    height: 500px;    
    background: url('../assets/images/catalog.webp') center/cover no-repeat;  
    font-family: Gramatika;
    font-weight: bold;
}

.page-banner.page-logistic{   
    height: 500px;    
    background: url('../assets/images/logistic.webp') center/cover no-repeat;
    font-family: Gramatika;
    font-weight: bold;
}
.page-banner.page-contact{   
    height: 500px;    
    background: url('../assets/images/contact.webp') center/cover no-repeat;  
    font-family: Gramatika;
    font-weight: bold;
}

.page-banner__row{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 100px;    
}

.page-banner__row h1{
    text-decoration: none;
    color: var(--white);
    font-size: 90px;
    margin-top: 200px;
    width: 50%;
    line-height: 1.2em;
    text-align: center;
}

.catalog{       
    font-family: Gramatika;
    font-weight: bold;
    background: #a1948947;
}

.catalog-content{
    max-width: 1140px;
    display: flex;
    flex-wrap: wrap;    
    margin: 0 auto;
    padding-bottom: 60px;
    position: relative;  
    justify-content: space-around; 
}

.catalog-content h1{
    font-size: 45px;
    margin: 0;
    padding: 80px 50px;
    letter-spacing: 5px;
}

.catalog-content__item{  
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;  
    margin-bottom: 30px; 
}

.item__description{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 15px;    
    width: 100%;    
}

.catalog-row__link{
    text-align: center;
    text-decoration: none;
    color: black; 
}

.catalog-content__img{
    width: 300px;
    height: 650px;
    margin: 0 0 30px 0;
    overflow: hidden;
    position: relative;
}

.catalog-content__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;    
    position: absolute;
    top: 0;
    left: 0;
}

.catalog-content__img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.3s ease 0s;  
  }

.logistic{
    width: 100%;
    height: 800px;
    display: flex; 
    flex-direction: column;
    align-items: center; 
}

.logistic-content{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
}

.logistic-content__description{
    margin: 0 15px;
}

.logistic-content__container{
    margin-top: 15px;
    width: 756px;
    height: 426px;
}

.logistic-content__truck{
    margin-top: 15px;
    width: 871px;
    height: 287px;
}

.communication{
    width: 100%;
    height: 500px;
    display: flex; 
    flex-direction: column;
    align-items: center; 
    padding: 0 100px;
}

.communication-content{
    display: flex;
    height: 100%;
    margin-top: 60px;
    padding: 0 50px 60px 50px;
    align-items: center;
    justify-content: center;
}

.communication-content__description{
    width: 50%;
    margin: 0 15px;
	
}

.communication-column__items{
	margin-top: 15px;
}

.communication-column__items h3{
	margin: 0;
    font-family: Gramatika;
    font-weight: bold;
}

.communication-column__items h4{
	margin: 0;
    font-family: Gramatika;
    font-weight: bold;
}

.communication-column__items p{
	margin: 0;
    margin-top: 5px;
    font-family: Gramatika;
    font-weight: normal;
}

.communication-list{
    width: 50%;
    display: flex;
}

.communication-list__map{
    width: 20%;
    margin: 0;
}

.contact.page-contact{
    font-family: Gramatika;
    font-weight: bold;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: cover;
    background: url('../assets/images/contactImage.webp') center/cover no-repeat;
    padding: 0 15px;
}

.contact-container.page-contact{
    max-width: 1140px;
    width: 80%;
    display: flex;
    flex-direction: column;
    background-color: rgba(28, 28, 32, 0.8);
    margin: 40px 0;
    padding: 40px 80px 30px 80px;
}

.contact-container__header .page-contact{
    color: var(--white);
    margin: 0;
    text-decoration: none;
}

.contact-container__header .page-contact h2{
    font-size: 60px;
	margin-bottom: 0;
}

.contact-list .page-contact{
    width: 100%;
    display: flex;
    flex-direction: column;
	justify-content: center;
	color: var(--white);
}

.form__list .page-contact{
    display: flex;
    flex-direction: column;    
}

.contact-form.page-contact input,
.contact-form.page-contact textarea{
    font-family: Gramatika;
    font-weight: bold;
    width: 100%;
    margin: 15px auto;
    border: none;
    border-bottom: 1px solid rgb(88,88,89);
    background: none;
    font-size: 16px;
    color: var(--white);
    margin-bottom: 30px;
    outline: none;
}

.contact-form.page-contact textarea{
    height: 130px;
    resize: none;
}

.contact-form.page-contact button{
    font-family: Gramatika;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    color: white;
    background: var(--red);
    font-size: 15px;
    padding: 10px 30px;
    box-shadow: 0 0 35px rgba(65, 10, 20, 0.2);
    transition: all .9s ease 0s;  
    margin: 42px 0 0 0;
	border-radius: 30px 30px 30px 30px;	
}

.contact-form.page-contact button:hover, .contact-form.page-contact button:focus, .contact-form.page-contact button:active{
    background: var(--darkred);
    box-shadow: none;
	transition: all .9s ease 0s;  
}

.page-banner.page-gallery{   
    height: 500px;    
    background: url('../assets/images/gallery.webp') center/cover no-repeat;
    font-family: Gramatika;
    font-weight: bold;
}

.gallery{
    width: 100%;
    display: flex; 
    flex-direction: column;
    align-items: center; 
}

.gallery-list{
    width: 100%;
    max-width: 1600px;
    margin: 60px 0;
    display: flex;    
    flex-wrap: wrap;   
    justify-content: center;
}

.gallery-list__item{
    width: 30%;
    margin: 0 5px 3px 0;
}

.gallery-list__img{
    width: 100%;
    height: 100%;
}

 .whatsapp-float {
            position: fixed;
            bottom: 25px;
            right: 25px;
            width: 60px;
            height: 60px;
            background-color: #25D366;
            color: white;
            border-radius: 50%;
            text-align: center;
            font-size: 30px;
            box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
            z-index: 1000;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.4s ease;
            animation: pulse 2s infinite;
        }
       
        .whatsapp-float:hover {
            background-color: #128C7E;
            transform: scale(1.1) rotate(5deg);
            box-shadow: 0 6px 20px rgba(18, 140, 126, 0.4);
        }
       
        .whatsapp-float i {
            transition: transform 0.3s ease;
            margin: 0;
        }
       
        .whatsapp-float:hover i {
            transform: scale(1.1);
        }
       
        @keyframes pulse {
            0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
            70% { box-shadow: 0 0 0 12px rgba(37, 211, 102, 0); }
            100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
        }
       
        /* Для мобильных устройств */
        @media (max-width: 768px) {
            .whatsapp-float {
                width: 50px;
                height: 50px;
                font-size: 25px;
                bottom: 20px;
                right: 20px;
            }
        }