html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: auto;
    padding: 0;
}

a {
	text-decoration: none;
}

.mob-menu{
    display: none;
}


.headert{
    height: auto; padding-bottom: 200px;
}

header{
    width: 100%;
    height: 300px;
    position: relative;
    padding-bottom: 120px;
    background: url(img/banner.webp);
    background-size: cover;
    background-position: center top -0px;
}

.main-header {
	height: 900px;
}

.menu-left {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 1.5rem;
}

.wp-link{
    text-decoration: none;
}


.header-shadow{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000b8;
}

header .container{
    display: flex;
    justify-content: space-between;
	align-items: center;
    flex-wrap: wrap;
    padding-top: 30px;
}

.top-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}

.logo-wrapper{
    display: flex;
	flex-direction: row;
    justify-content: flex-start;
	align-items: center;
    flex-wrap: wrap;
	gap: 15px;
}

.logo{
    width: 30%;
	display: flex;
	flex-direction: row;
	align-items:center;
	justify-content: space-between;
}

.logo img{
    width: 100%;
    margin-top: 2px;
}

.logo-text{
    
    font-family: Gotham-Light; 
    font-size: 13px;
    color: #fff;
    font-weight: 700;
}

a {
	text-decoration: none;
	color: yellow;
}

.phone-wrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
}

.phone-top{
    width: 100%;
    font-family: Gotham-Light; 
    font-size: 13px;
    color: #fff;
    text-align: right;
    padding-top: 10px;
}

.phone{
    width: 100%;
    font-family: Gotham-Medium; 
    font-size: 10px;
    color: #fff;
    text-align: right;  
}

.phone-link {
	color: yellow;
	text-decoration: none;
}

.phone-social{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 20%;   
    position: fixed; 
    right: 0;
    bottom: 20px;
}

.social-item{
    width: 18%;
}

.social-item img{
    width: 35px;
    margin-top: 2px;
}

.right-header-menu {
	display: flex;
	flex-direction: row;
	gap: 5px;
	align-items: center;
}

.social-text{
    width: 60%;
    font-family: Gotham-Medium; 
    font-size: 15px;
    padding-top: 8px;
    padding-right: 20px;
    color: #fff;
    text-align: right;    
}

.header-menu{
    width: 100%;
    color: #fff;
    padding-top: 40px;
}

.header-menu a{
    text-decoration: none;
    color: #fff;
}

.header-menu a:hover{
    color: #f59d1c;
}

.header-menu ul{
    padding-left: 0rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  
    padding-top: 5px;  
}

.header-menu ul > li{
    width: auto;
    font-family: Gotham-Medium; 
    font-size: 12px;
    text-align: center;
    list-style: none;
    cursor: pointer;
    text-transform: uppercase;
    padding-left: 0px;
}

.header-menu span{
    border-bottom: solid 1px #fff;
}

.banner-wrapper{
    width: 60%;
    padding-top: 80px;
    position: relative;
    text-align: left;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.banner-title{
    color: #ffc235;
    font-family: Gotham-Bold;
    font-size: 15px;
}

.banner-text{
    color: #fff;
    font-family: Gotham-Bold;
    font-size: 32px; 
    width: 100%; 
    text-transform: uppercase;
}

.banner-sm-text-2 {
    color: #fff;
    font-family: Gotham-Medium;
    font-size: 18px;
	margin-top: 5px;
}

.banner-sm-text-3 {
	font-size: 14px;
	color: #fff;
}

.banner-sm-text{
    color: #fff;
    font-family: Gotham-Medium;
    font-size: 22px; 
    width: 50%;   
    padding-top: 60px; 
    padding-bottom: 20px;   
}

.banner-button {
    background-color: yellow;
    border-radius: 30px;
    padding: 15px 10px 10px 10px;
    color: #000;
    width: 300px;
    height: 50px;
    font-family: Gotham-Bold;
    text-align: center;
    cursor: pointer;
	
}

.banner-button-2 {
    background-color: yellow;
    border-radius: 30px;
    padding: 15px 10px 10px 10px;
    color: #000;
    width: 300px;
    height: 50px;
    font-family: Gotham-Bold;
    text-align: center;
    cursor: pointer;
	margin-top: 20px;
	border: none;
	transition: background-color 0.5s ease-in-out;
}

.banner-button-2:hover {
    background-color: #ffc235;
 
}

.header-button {
    background-color: yellow;
    border-radius: 30px;
    padding: 12px 20px;
    color: #000;
    width: 230px;
    font-size: 14px;
    font-family: Gotham-Bold;
	border: none;
    text-align: center;
    cursor: pointer;
	transition: background-color 0.5s ease-in-out;
}

.header-button:hover {
    background-color: #ffc235;
}

.main-page .container {
	justify-content: space-between;
}

.icon-wrap{
    padding-top: 50px;
}

.icon-wrap .container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.icon-item{
    width: 30%;
    font-family: Gotham-Light; 
    font-size: 18px;
    color: #fff;
}

.icon-item span{
    font-family: Gotham-Bold; 
    font-size: 28px;    
}

.about{
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(img/bg2.jpg);
    background-size: 100%;
    background-position: right 0px top 0px;
}

.about .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about .left{
    width: 50%;
    padding-top: 30px;
}

.about .right{
    width: 50%;
    padding-top: 30px;
}

.about .right img{
    width: 100%;
    margin-top: 20px;
    border-radius: 6px;
}

.about-sm-title{
    font-family: Gotham-Light;
    font-size: 24px;
}

.about-title{
    font-family: Gotham-Bold; 
    font-size: 42px;  
}

.about-text{
    font-family: Gotham-Light;
    font-size: 15px;  
    padding-top: 20px; 
    font-weight: 700; 
    width: 90%;  
}

.about span{
    font-family: Gotham-Bold; 
    font-size: 24px; 
    padding-bottom: 20px; 
}

.about i{
    color: #ffc235;
}

.about-button{
    background-color: #ffc235;
    border-radius: 30px;
    padding: 15px 10px 10px 10px;
    color: #000;
    width: 300px;
    height: 50px;
    font-family: Gotham-Bold;
    text-align: center;
    cursor: pointer;
    margin-top: 50px;
}


.thank-you{
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(img/bg2.jpg);
    background-size: 100%;
    background-position: right 0px top 0px;
}

.thank-you .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.thank-you .left{
    width: 50%;
    padding-top: 30px;
}

.thank-you .right{
    width: 50%;
    padding-top: 30px;
}

.thank-you .right img{
    width: 100%;
    margin-top: 20px;
    border-radius: 6px;
}

.thank-you-sm-title{
    font-family: Gotham-Light;
    font-size: 24px;
}

.thank-you-title{
    font-family: Gotham-Bold; 
    font-size: 42px;  
}

.thank-you-text{
    font-family: Gotham-Light;
    font-size: 15px;  
    padding-top: 20px; 
    font-weight: 700; 
    width: 90%;  
}

.thank-you span{
    font-family: Gotham-Bold; 
    font-size: 24px; 
    padding-bottom: 20px; 
}

.thank-you i{
    color: #ffc235;
}

.thank-you-button{
    background-color: #ffc235;
    border-radius: 30px;
    padding: 15px 10px 10px 10px;
    color: #000;
    width: 300px;
    height: 50px;
    font-family: Gotham-Bold;
    text-align: center;
    cursor: pointer;
    margin-top: 50px;
}

.serv{
    padding: 80px 0 80px 0;
}

/* Mobile-first: Default to a single column */
.my-responsive-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100%;
}

/* For screens wider than 768px (tablets and desktops) */
@media (min-width: 768px) {
  .my-responsive-grid {
    grid-template-columns: 1fr 1fr 1fr; /* Three columns for larger screens */
  }
  .phone {
	font-size: 14px;
  }
	
	
}

.serv .container{
    display: flex;
	flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;    
}

.serv-item{
    width: 31%;
    height: 350px;
    margin-top: 30px;
    position: relative;
    box-shadow: 4px 4px 15px 10px rgba(51, 60, 68, 0.05);
    position: relative;
    border-radius: 16px;
	opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.8s ease-out forwards;
}

.serv-item:nth-child(1) { animation-delay: 0.3s; }
.serv-item:nth-child(2) { animation-delay: 0.6s; }
.serv-item:nth-child(3) { animation-delay: 0.9s; }
.serv-item:nth-child(4) { animation-delay: 1.2s; }
.serv-item:nth-child(5) { animation-delay: 1.5s; }
.serv-item:nth-child(6) { animation-delay: 1.8s; }

.serv-show{
   display: flex;
	flex-direction: column;
	justify-content: space-between;
    bottom: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    background: #0000006b;   
    border-radius: 16px;
	padding-bottom: 15px;
}

.serv-item .top{
    width: 100%;
    height: 240px;
    border-radius: 6px;
}

.serv .center{
    height: 100px;
    font-size: 20px;
    font-family: Gotham-Bold; 
    text-align: left;    
    color: #fff;
}

.serv .center span{
    font-family: Gotham-Light; 
    font-size: 14px;
}

.serv .bottom{
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.serv a{
    text-decoration: none;
}

.serv-button{
	background-color: rgb(247, 197, 30);
    width: 160px;
    height: 35px;
    padding: 8px 10px;
    color: black;
    font-family: Gotham-Medium;
    font-size: 12px;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
	margin-left: 15px;
	margin-top: 10px;
}

.serv-title{
    font-family: Gotham-Light; 
    font-size: 24px; 
    padding-bottom: 20px; 
}

.serv-title span{
    color: #ffc235;
}

.offer{
    width: 100%;
    padding: 0 0 0px 0;
    position: relative;
    background: url(img/167000888.jpg) center/cover;
}

.offer .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.offer .left{
    width: 50%;
    padding-top: 30px;
}

.offer p{
    color: #fff;
    font-size: 32px;  
    text-align: left;
    font-family: Gotham-Bold; 
    padding-top: 50px;
}

.offer p > span{
    color: #ffc235;
}

.offer-title{
    color: #fff;
    font-size: 20px;    
    text-align: left; 
    font-family: Gotham-Light; 
    padding-top: 10px;  
}

.offer ul{
    padding-left: 0rem;
    padding-top: 20px;
}

.offer li{
    background: url(img/target-3.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: left top 4px;
    list-style: none;
    padding-left: 25px;
    color: #fff;
    font-size: 17px;
    font-family: Gotham-Light; 
    margin-top: 10px; 
}

.offer .right{
    width: 50%;
    padding-top: 70px;
    position: relative;
}

.offer .right img{
    width: 90%;
}

.offer-button{
    background-color: yellow;
    border-radius: 30px;
	border: none;
    padding: 15px 10px 10px 10px;
    color: #000;
    width: 350px;
    height: 50px;
    font-family: Gotham-Bold;
    text-align: center;
    cursor: pointer;
    margin-top: 50px;   
	transition: background-color 0.5s ease-in-out;
}

.offer-button:hover {
	 background-color: #ffc235;
}

.concurs{
    padding: 80px 0 50px 0;
}

.concurs .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.concurs-title{
    width: 100%;
    padding-top: 30px;
    color: #000;
    font-family: Gotham-Bold;
    font-size: 32px;
}

.concurs-title span{
    border-bottom: solid 2px #ffd660;
}

.concurs-item{
    width: 31%;
    height: auto;
    margin-top: 40px;
    border: solid 1px #d7d7d7;
    padding-bottom: 30px;
    border-radius: 16px;
	opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.8s ease-out forwards;
}

.concurs-item:nth-child(1) { animation-delay: 0.4s; }
.concurs-item:nth-child(2) { animation-delay: 0.8s; }
.concurs-item:nth-child(3) { animation-delay: 1.2s; }

.concurs-item .top{
    width: 100%;
    height: 250px;
    border-radius: 16px;
}

.concurs-item p{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-family: Gotham-Bold;
    font-size: 16px;
    padding-top: 20px;
}

.con-data{
    text-align: center;
    margin: 0 auto;
    font-family: Gotham-Light; 
    font-size: 13px;  
    padding-top: 10px;   
    font-weight: 700;
}

.concurs-button-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
}

.concurs-button-wrap a{
    text-decoration: none;
    margin: 0 auto;
    text-align: center;    
}

.concurs-button{
    background: #ffc235; 
    width: 160px;
    height: 40px;
    padding: 8px 10px;
    text-align: center;   
    font-family: Gotham-Light; 
    font-size: 16px;   
    border-radius: 30px; 
    margin: 0 auto;
    text-align: center;  
}

.partner{
    padding: 0px 0 150px 0;
}

.partner .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.partner-item{
    width: 20%;
    font-family: Gotham-Medium;
    font-size: 15px;
    margin-top: 40px;
}

.partner-item img{
    width: 90%;
}

.part-title{
    width: 100%;
    padding-top: 0px;
    color: #000;
    font-family: Gotham-Light;
    font-size: 24px;
}

.part-title span{
    border-bottom: solid 2px #ffd660;
}

footer{
    padding: 80px 0 80px 0;
    background: #000;
    color: #fff;
}

footer .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .container a{
    text-decoration: none;
    color: #fff;
}

.footer-item{
    width: 19%;
}

.footer-item p{
    font-family: Gotham-Medium; 
    font-size: 18px;
}

.footer-item ul{
    padding-left: 0rem;
}

.footer-item li{
    list-style: none;
    font-family: Gotham-Light; 
    font-size: 14px; 
    padding-top: 15px;   
}

.podval{
    width: 100%;
    margin-top: 40px;
    padding: 40px 0 30px 0;
    border-top: solid 1px grey;
    border-bottom: solid 1px grey;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;       
}

.podval-item{
    width: 32%;
    font-family: Gotham-Light; 
    font-size: 14px; 
    color: #fff;    
}

.contact{
    padding: 80px 0 80px 0;
}

.contact .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact .left{
    width: 50%;
    margin-top: 20px;
}

.contact .right{
    width: 50%;
    margin-top: 20px;
}

.contact h1{
    font-size: 48px !important;
    color: #000;
    text-align: left;
    font-family: Gotham-Bold; 
    text-transform: none;
    height: 100px !important;
    padding: 0;
}

.contact iframe{
    width: 90%;
    height: 480px;
    border-radius: 30px;
}

.contact span{
    font-size: 14px;
    font-family: Gotham-Light;     
}

.cont-phone{
    width: 90%;
    font-size: 18px;
    font-family: Gotham-Bold; 
    background: url(img/phone-call.png);
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 0px;
    background-position: left top 7px;
}

.cont-adress{
    width: 90%;
    font-size: 16px;
    font-family: Gotham-Bold;
    margin-top: 18px;   
    background: url(img/marker.png);
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 0px;
    background-position: left top 4px;      
}

.cont-social{
    width: 90%;
    font-size: 18px;
    font-family: Gotham-Bold;
    margin-top: 18px;   
    background: url(img/instagram.png);
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 0px;
    background-position: left top 5px;        
}

.cont-mail{
    width: 90%;
    font-size: 18px;
    font-family: Gotham-Bold;
    margin-top: 18px;   
    background: url(img/paper-plane.png);
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 0px;
    background-position: left top 5px;        
}

.cont-social p{
    font-size: 18px;
    font-family: Gotham-Bold;      
}

.cont-button{
    background-color: yellow;
    border-radius: 30px;
    padding: 12px 10px 10px 10px;
    color: #000;
    width: 200px;
    height: 40px;
    font-size: 12px;
    font-family: Gotham-Bold;
    text-align: center;
    cursor: pointer;
    margin-top: 25px;
	border: none;
	transition: background-color 0.5s ease-in-out;
}

.cont-button:hover {
	background-color:  #ffc235;
}

.product{
    padding: 80px 0 50px 0;
}

.product .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product .left{
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
}

.product .left img{
    width: 100%;
}

.prod-img{
    width: 100%;
    height: 500px;
    border: solid 1px #80808038;
    border-radius: 4px;
    background-size: contain; 
    background-repeat: no-repeat; 
    background-position: center;
    cursor: pointer;
}

.prod-img-small{
    width: 70px;
    height: 70px;
    border: solid 1px #80808038;
    border-radius: 4px; 
    position: relative;
    margin: 10px 10px 0px 0px;
    background-size: contain; 
    background-repeat: no-repeat; 
    background-position: center;
    cursor: pointer;
}

.product .right{
    width: 45%;
}

.product .right a{
    text-decoration: none;
}

.product .right h3 {
    font-family: Gotham-Bold; 
    font-size: 22px !important;
}

.prod-cat{
    color: grey;
    font-family: Gotham-Light; 
    font-size: 14px;
    padding: 0px 0 10px 0;
}

.prod-cash{
    background-color: yellow;
    border-radius: 30px;
	border: none;
    padding: 12px 10px 10px 10px;
    color: #000;
    width: 200px;
    height: 40px;
    font-size: 12px;
    font-family: Gotham-Bold;
    text-align: center;
    cursor: pointer;
    margin-top: 25px;
	transition: background-color 0.5s ease-in-out;
}

.prod-cash:hover {
	background-color: #ffc235;
}

.prod-cash del{
    color: grey;
    font-family: Gotham-Medium;
    font-size: 18px;
}

.prod-size{
    width: 250px;
    padding: 20px 0 10px 0;
    font-family: Gotham-Medium;
}

.prod-opis{
    font-family: Gotham-Light; 
    font-size: 16px;
    padding: 40px 0 10px 0; 
    font-weight: 700;   
}

.prod-opis p{
    font-family: Gotham-Light; 
    font-size: 16px;
    font-weight: 200;    
}

.prod-opis span{
    font-family: Gotham-Bold; 
    font-size: 20px;    
}

.prod-harak{
    padding: 40px 0 0 0;
}

.prod-harak p{
    font-family: Gotham-Bold; 
    font-size: 20px;        
}

.prod-harak ul{
    padding-left: 0rem;
}

.prod-harak li{
    list-style: none;
    font-family: Gotham-Light; 
    font-size: 14px;
    padding: 10px 0 0px 0; 
    font-weight: 700;     
}

.prod-harak li > span{
    color: grey;
}

.prod-button{
    background-color: #000;
    color: #fff;
    font-family: Gotham-Bold; 
    font-size: 14px;
    width: 220px;
    height: 40px;
    padding-top: 11px;
    text-align: center;
    border-radius: 4px; 
    background-image: url(img/shopping-bag-2.png);
    background-repeat: no-repeat;   
    background-position: left 10px top 9px;
    background-size: 22px;
    padding-left: 20px;
    cursor: pointer;
    margin-top: 20px;
    position: relative;
}

.prod-button span {
position: absolute;
top: 10px;
left: 50%;
color: black;
font-size:  20px;
font-family: Montserrat-Bold;
animation: flyUp 2s ease-out forwards;
}

.vidjet{
    position: fixed;
    right: 10px;
    bottom: 24%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    vertical-align: top;
    background-image: url(img/whatsapp-22.png);
    background-repeat: no-repeat;
    background-position: center top 15px;
    background-size: 32px;
    z-index: 9999;
    cursor: pointer;
    box-shadow: 0 0 0 #4caf50;
    animation: pulse 2s infinite;
}

.vidjet_2{
    position: fixed;
    right: 10px;
    bottom: 7%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    vertical-align: top;
    background-image: url(img/telephone-22.png);
    background-repeat: no-repeat;
    background-position: center top 15px;
    background-size: 32px;    
    z-index: 9999;
    cursor: pointer;
    animation: pulse 2s infinite;
}

.vidjet:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 40px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.vidjet__text{
    font-family: centurygothic; 
    font-size: 12px;
    position: relative;
    top: 32px;
}

.vidjet__text_2{
    font-family: centurygothic;  
    font-size: 12px;
    position: relative;
    top: 25px;
}

.modal-title{
    font-size: 18px !important;
}

.vidjet_2:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 40px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px #dee2e6;
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.partner{
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.partner .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.partner .left{
    width: 100%;
    padding-top: 30px;
}

.partner .right{
    width: 100%;
    padding-top: 30px;
}

.partner .right img{
    width: 20%;
    margin-top: 20px;
    border-radius: 6px;
}

.partner-sm-title{
    font-family: Gotham-Light;
    font-size: 24px;
}

.partner-title{
    font-family: Gotham-Bold; 
    font-size: 42px;  
}

.partner-text{
    font-family: Gotham-Light;
    font-size: 15px;  
    padding-top: 20px; 
    font-weight: 700; 
    width: 90%;  
}

/* Исходные состояния */
.fade-in,
.fade-up,
.fade-left,
.fade-right,
.scale-in {
  opacity: 0;
  transform: translateY(20px); /* для fade-up */
  transition: all 0.8s ease;
}

/* Когда появляется класс animate */
.fade-in.animate {
  opacity: 1;
  transform: translateY(0);
}

.fade-up.animate {
  opacity: 1;
  transform: translateY(0);
}

.fade-left.animate {
  opacity: 1;
  transform: translateX(0);
}

.fade-right.animate {
  opacity: 1;
  transform: translateX(0);
}

.scale-in.animate {
  opacity: 1;
  transform: scale(1);
}

/* Можно задать разные смещения под каждый эффект */
.fade-left { transform: translateX(-40px); }
.fade-right { transform: translateX(40px); }
.scale-in { transform: scale(0.8); }


.fade-in, .fade-up, .fade-left, .fade-right, .scale-in {
    opacity: 0;
}

/* Generic reusable animations */
.fade-in {
    opacity: 0;
    animation: fadeIn 1s ease-out forwards;
}
.fade-up {
    opacity: 0;
    transform: translateY(30px);
}
.fade-left {
    opacity: 0;
    transform: translateX(-40px);
}
.fade-right {
    opacity: 0;
    transform: translateX(40px);
}
.scale-in {
    opacity: 0;
    transform: scale(0.8);
}

/* Keyframes */
@keyframes fadeUp {
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeLeft {
    to { opacity: 1; transform: translateX(0); }
}
@keyframes fadeRight {
    to { opacity: 1; transform: translateX(0); }
}
@keyframes scaleIn {
    0% { opacity: 0; transform: scale(0.8); }
    100% { opacity: 1; transform: scale(1); }
}
