* {
font-family: 'Unbounded', sans-serif;
margin: 0%;
box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-image: url('images/fon.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 5vw;
}

.container11 a {
  text-decoration: none;
}

.container11 a:hover {
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.container1 {
  background-color: #E1BAD5;
  background-size: cover;
  display: flex;
  height: 5vw;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 2vw;
  margin: 0 auto;
}

.container11 {
  display: flex;  
  height: 5vw;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2vw;
  width: 61vw;
  margin: 0 auto;
}
.container21 {
  display: flex;
  width: 40vw;
  height: 30vw;
  flex-direction: column;
  justify-content: space-around;
  max-width: 1200px;
  margin: 5vw 20vw 15vw;
}

.broni {
  display: flex;
  align-items: center;
  flex-direction:row;
  justify-content: space-around;
  width: 24vw;
  height: 3.5vw;
  background-color: #6E9495;
  font-size: 1.4vw;
  transition: 0.5s;
  border-radius: 8px;
  font-weight: 600;
}

.broni:hover {
  transform: scale(1.1);
 }

.broni a {
  text-decoration: none;
 }


.bannyi {
  font-weight: 600;
  font-size: 2.5vw;
  text-align: left;
  max-width: 1200px;
  margin: 0;
}

.text {
  font-size: 1.2vw;
  text-align: left;
  max-width: 1200px;
  margin: 0;
}

.scrytraz {
height: 0.2vw;
}

.container {
  max-width: 1200px;
  justify-content: space-around;
  align-items: center;
  max-width: 1200px;
  margin: 2vw auto 20vw;
}

.containerdva {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
  max-width: 1200px;
  margin: 2vw auto 0;
}

.gallery {
  text-decoration: none!important;
  text-decoration: none;
}

.banya{
  display: flex;
  height: 17vw;
  width: 18.6vw;
  background-image: url('images/banya.png');
  background-repeat: no-repeat;
  justify-content: space-around;
  background-size: 100%;
  text-align: center;
  align-items: center;
  font-size: 1.8vw;
  font-weight: 600;
  color: #fff;
  margin: 2vw auto 0;
}
.banya {
  text-decoration: none!important;
  text-decoration: none;
  transition: 0.5s;
 }
 .banya:hover {
  text-decoration: none!important;
  text-decoration: none;
  transform: scale(1.1);
 }

.podarok {
  display: flex;
  height: 17vw;
  width: 18.5vw;
  background-image: url('images/podarok.png');
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 2vw auto 5vw;
}
.podarok {
  transition: 0.5s;
 }
 .podarok:hover {
  transform: scale(1.1);
 }

.cream {
  display: flex;
  height: 17vw;
  width: 18.5vw;
  background-image: url('images/cream.png');
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 2vw auto 5vw;
}
.cream {
  transition: 0.5s;
 }
 .cream:hover {
  transform: scale(1.1);
 }

.scryt {
  height: 0.5vw;
}

.container3 {
  display: flex;
  justify-content: center;
  font-size: 2.5vw;
  margin: 3vw auto 0;
}

.container4 {
  display: flex;
  max-height: 47vw;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 2vw;
}

.container40 {
  display: flex;
  max-height: 50vw;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto 9vw;
}

.container41 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font-size: 1.2vw;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

.container42 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font-size: 1.2vw;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

.rus2 {
  max-width: 20vw;
}

.rus3 {
  max-width: 20vw;
}

.container5 {
  display: flex;
  height: 50vw;
  justify-content: flex-end;
  background-color: #e9d6e3;
  background-size: cover;
  margin: 0 auto 0;
}

.container50 {
  display: flex;
  justify-content: flex-end;
  max-width: 1200px;
  margin: 0 auto 0;
}

.container51 {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto 0;
}

.container52 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto 0;
}

.contacts {
  font-size: 1.5vw;
  margin: 0 auto 0;
}

.textt {
  font-size: 1.2vw;
}


@media (max-width: 800px) {
  body {
    background-image: url('images/fon.jpg');
    background-repeat: no-repeat;
    background-size: 130%;
    background-position: center 5vw;
  }

  .container11 {
    display: flex;  
    height: 10vw;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 2vw;
    width: 80vw;
    margin: 0 auto;
  }

  .container21 {
    display: flex;
    width: 80vw;
    height: 30vw;
    flex-direction: column;
    justify-content: space-around;
    margin: 10vw auto;
  }

  .bannyi {
    font-weight: 600;
    font-size: 3.3vw;
    text-align: left;
    max-width: 1200px;
    margin: 0;
  }
  
  .text {
    font-size: 2vw;
    text-align: left;
    margin: 0;
  }
  
  .broni {
    display: flex;
    align-items: center;
    flex-direction:row;
    justify-content: space-around;
    width: 35vw;
    height: 4.3vw;
    background-color: #6E9495;
    font-size: 2.2vw;
    transition: 0.5s;
    border-radius: 8px;
    font-weight: 600;
  }
  
  .scrytraz {
    height: 0.2vw;
    }

  .container {
    max-width: 1200px;
    justify-content: space-around;
    align-items: center;
    margin: 2vw auto 2  vw;
  }

  .containerdva {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 80vw;
    margin: 2vw auto 0;
  }

  .banya {
    display: flex;
    height: 22vw;
    width: 24vw;
    background-image: url('images/banya.png');
    background-repeat: no-repeat;
    justify-content: space-around;
    background-size: cover;
    text-align: center;
    align-items: center;
    font-size: 1.8vw;
    font-weight: 600;
    color: #fff;
    margin: 17vw auto 0;
  }

  .podarok {
    height: 22vw;
    width: 24vw;
    align-items: center;
  }

  .cream {
    height: 22vw;
    width: 24vw;
    align-items: center;
  }

  .container3 {
    display: flex;
    justify-content: center;
    font-size: 3vw;
  }

  .container41 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    font-size: 1.5vw;
    align-items: center;
    text-align: center;
  }
  
  .container42 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    font-size: 1.5vw;
    align-items: center;
    text-align: center;
  }

  .rus2 {
    max-width: 25vw;
  }

  .rus3 {
    max-width: 25vw;
  }

  .contacts {
    font-size: 2vw;
  }
  
  .textt {
    font-size: 1.7vw;
  }
}