@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oregano:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Overlock:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');
@font-face {
  font-family: 'MyFont'; /* Название, под которым будем использовать шрифт */
  src: url('/fonts/Disruptors_Script.woff2') format('woff2');
  font-weight: 100; /* можно указать bold, 100–900 */

}

body {
  top: 0px;
  margin: unset;
  padding: unset;
  background-color: #FFFFFF;
}
/* 
h6 {
  font-family: "Oregano", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 30px;
  margin: 70px 30px;

} */


/* h6 {
  font-family: "Overlock", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 30px;
  margin: 70px 30px;

} */

h1 {
  font-size: 68px;
  font-weight: 200;
  font-family: 'MyFont';
  line-height: 50px;
  color: 000000;
  margin: 20px 0px;
}

h1.bottom {
  color: black;
  margin-top: 40px;
}

h2 {
  font-family: 'MyFont';
  font-size: 66px;
  font-weight: 100;
  margin: 50px 0px 10px 0px;
  margin-bottom: 10px;
  text-align: center;
  color: #000000;
  line-height: 42px;
}

h2.white {
  color: #000000;
}

/* октябрь 18 25 */
h3 {
  font-family: 'MyFont';
  font-weight: 100;
  font-style: normal;
  font-size: 42px;
  line-height: 30px;
  margin: 0px 0px 20vh 0px;

}

p {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin: unset;
  padding: 15px;

}

p.white {
  color: #000000;
}

p.right {
  text-align: right;
}

p.time {
  /* font-style: italic; */
  font-weight: 300;
  align-self: center;
  font-size: 24px;
}

p.big {
  font-size: 20px;
  padding-left: 30px;
}

span.tab {
  display: block;
  width: 40px;
  height: 10px;
}

img {
  width: 300px;
  height: auto;
  
}

.wrapper__img {
  align-items: start;
}

button {
  background-color: #7285a8;
  color: white;
  width: 90%;
  padding: 14px 0px;
  border: unset;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  transition: 10ms;
  margin: 12px 0px;
  text-align: center;

}

.form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.send_request{
  background-color: #FFFFFF;
  color: #7285a8;
  width: 90%;
  padding: 14px 0px;
  border: unset;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  transition: 10ms;
  margin: 12px 0px;
  display: flex;
  justify-content: center;
  
}

button:hover, button:active{
  background-color: #a8b8d5;
}
.send_request:hover, .send_request:active {
  background-color: #e4e9ee;
}

a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.greenbg {
  /* background-color: #c6d7ec; */
  padding-top: 10px;
  background-repeat: repeat-y;

  background-size: 200% auto;
  background-image: url('/static/photo/fon.jpg');
}


.backgrounds {
  position: relative;
}
.bg_flower1 {
  width: 270PX;
  height: 360PX;
  transform: rotate(180deg);
  opacity: 0.5;
  position: absolute;
  background-image: url('/static/photo/ne_ssy_v_trusy-Photoroom.png');
  background-size: cover;
  top: 50%;
  right: 0PX;
  z-index: -1;
}




@media (min-width: 500px) {
  html {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body {
    width: 500px
  }
}