* {
    margin: 0;
    padding: 0;
    border: 0;
}

/* Карта брендов */
:root {
	 --cover-timing: 0.5s;
	 --cover-ease: cubic-bezier(0.66, 0.08, 0.19, 0.97);
	 --cover-stagger: 0.15s;
	 --text-timing: 0.75s;
	 --text-stagger: 0.015s;
	 --text-ease: cubic-bezier(0.38, 0.26, 0.05, 1.07);
	 --title-stagger: 0.05s;
	 --highlight: -webkit-linear-gradient(130deg, rgba(255,255,255,1), rgba(255,127,80,1));
}
 .card {
	 position: relative;
	 overflow: hidden;
	 aspect-ratio: 0.75;
	 display: flex;
	 flex-direction: column;
	 border-radius: 7px;
	 box-shadow: rgba(255, 255, 255, 0.3) 0 5vw 6vw -8vw, rgba(255, 255, 255, 0) 0 4.5vw 5vw -6vw, rgba(50, 50, 80, 0.5) 0px 4vw 8vw -2vw, rgba(0, 0, 0, 0.8) 0px 4vw 5vw -3vw;
	 transition: box-shadow 1s var(--cover-ease);
}
 .card > * {
	 z-index: 2;
}
.card h2, .card p {
  background: -webkit-linear-gradient(130deg, rgba(255,255,255,1), rgba(255,127,80,1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.97, 0.8, 0.19, 0.97);
}
 .card > img {
	 z-index: 0;
	 transition: all 0.8s cubic-bezier(0.66, 0.08, 0.19, 0.97);
}
 .card::before, .card::after {
	 content: "";
	 width: 100%;
	 height: 50%;
	 top: 0;
	 left: 0;
	 background: rgba(0, 0, 0, 0.5);
	 position: absolute;
	 transform-origin: top left;
	 transform: scaleY(0) rotateY(-45deg);
	 transition: all var(--cover-timing) var(--cover-ease);
	 z-index: 1;
}
 .card::after {
	 transition-delay: var(--cover-stagger);
   transform: scaleY(0) rotateY(45deg);
	 right: 0%;
   top: 50%;
   transform-origin: bottom right;
}
 .card:hover {
	 box-shadow: white 0 5vw 6vw -9vw, var(--highlight) 0 5.5vw 5vw -7.5vw, rgba(50, 50, 80, 0.5) 0px 4vw 8vw -2vw, rgba(0, 0, 0, 0.8) 0px 4vw 5vw -3vw;
}
 .card:hover::before, .card:hover::after {
	 transform: scaleY(1) rotateX(0deg);
}
 .card:hover h2, .card:hover p {
	 opacity: 1;
	 transform: translateY(0) rotateX(0deg);
	 color: inherit;
   transition: all var(--cover-timing) var(--cover-ease);
   background: white;
    color: white;
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

 .card:hover img {
	 transform: scale(1.1);
}
 .card:nth-of-type(1) {
	 --highlight: coral;
}

 .text {
	 position: absolute;
	 inset: 20px;
	 top: auto;
}
.col-lg-4 {
    text-align: center;
}
.brends .card h2 {
	 font-size: 30px;
	 font-size: clamp(20px, 4vw, 40px);
	 font-weight: 800;
	 margin-bottom: 0.2em;
}
 .brends .card p {
	 font-size: 14px;
	 line-height: 1.4;
	 text-align: justify;
	 margin-top: 0.2em;
	 margin-bottom: 0;
}
.badge {
  color: #ffffff;
  padding: 0.5rem;
  margin: 1rem;
  border-radius: 0.4rem;
  margin-right: auto;
  background: #333333;
  border: 0.25rem solid #dddddd;
  font-weight: 700;
}
.brends .card img {
	 position: absolute;
	 inset: 0;
	 width: 100%;
	 height: 100%;
	 object-fit: contain;
	 border-radius: 7px;
}
 .brendsCard {
	 grid-template-columns: 1fr;
	 grid-template-rows: 60px;
	 grid-gap: 2em;
}

 .card {
	 width: 90vw;
	 max-width: 300px;
	 margin:30px 0;
}

 .brends .card h1 {
	 color: #5b6377;
	 font-weight: 100;
}

/************************************************************/
.header,.brends {
	box-sizing: border-box;
	padding: 100px 0 50px 0;
	display: block;
	width:100%;
	min-height: 500px;
	background-position: center ;
    background-image: url("../IMG/kraska_treschiny_mya.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.logo{
	text-align: center;
}
.TextLogo {
	text-align: center;
	font-size: 1.4em;
	margin: 140px;
}
.priceButton{
	text-align: center;
	padding-top:50px;
}
.priceButtonA {
	padding: 20px;
	background-color: #111111;
	color: #fff;
	border-radius: 35px;
	box-shadow: inset 0 0 0 0 #fff;
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
.priceButtonA:hover {
	text-decoration: none;
	box-shadow: inset 200px 0 0 0 #fff;
  	color:  #111111;
  	border-color: #111111;
  	border: 2px solid;
}
.contactUs {
	text-align: right;
	
}
.contactUs li{
	list-style: none;
}
.contactUs ul{
	display: inline-block;
	padding-right: 10px;
	border-right: 5px solid;
	border-color: yellow;
}
ul li p {
	color: red;
}
ul li a{
	color: black;
	font-size:18px;
}
.aboutUs {
	min-height:200px ;
}
.aboutUsText{
	padding: 50px;
}
.OKRASHENO {
	font-size: 1.7em;
}

.brendsTextTop {
	text-align: center;
	padding: 10px 0 50px 0;
	font-size: 1.6em;
}
.brendsTextBottom {
	text-align: center;
	padding: 2em 0;
	font-size: 1.8em;
}


/* Адаптация */
@media screen and (max-width: 480px) {

.logo img {
	max-width:348px;
	height:138;
}
.TextLogo {
	margin: 100px 0;
}
.priceButton {
	margin: 50 0px;
}
.header,.brends{
padding: 40px 0 20px 0}
}
.my-card {
	text-align: center;
	display: block;
	position: relative;
	padding:5px 0;
}
 .card-carousel {
 	display: inline-block;
 }
 .card{
    margin: 30px auto;
 }
.my-card img{
	max-width:300px;
	height:150px;
	margin: 0;
}