@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body {
	font-family: "Montserrat", sans-serif;
    background-image: url(../img/raonback.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    min-height: 100vh;
    }
h1 {	
margin: 25px 0 25px 0;
font-size: 26px;	}

.logo {width:100%; margin-top: 187px;}

.about {font-size: 35px;margin: 30px 0;}
	
.stores img {width: 100%; margin-bottom:30px; background-color: #fff;}	

.smartimg {margin: 70px;}



@media (max-width: 575px) { 

body {margin: 0 20px;}
h1 {	
margin: 25px 0 25px 0;
font-size: 18px;	}

.about {font-size: 24px;margin: 30px 0;}

.smartimg {
    margin: 70px 0 200px 0;
    width: 100%;
}

.logo { margin-top: 167px;}
.about {margin: 30px 0 100px 0;}
.stores img {
    padding: 0 30px;
}

 }

@media (min-width: 576px) {  }

@media (min-width: 768px) {  }

@media (min-width: 992px) {  }

@media (min-width: 1200px) {  }



/* окно с cookie */

.cookie-notification {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #2c3e50;
  color: white;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  z-index: 1000;
  max-width: 400px;
  display: none;
}

.cookie-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.cookie-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.cookie-content a {
  color: #3498db;
  text-decoration: underline;
}

.cookie-btn {
  background: #80e800;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
}

.cookie-btn:hover {
  background: #c0392b;
}

@media (max-width: 768px) {
  .cookie-content {
    flex-direction: column;
    text-align: center;
  }
  
  .cookie-notification {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}
 