@font-face {
  font-family: "Oranienbaum";
  src: url("../fonts/Oranienbaum.TTF");
  font-weight: 400;
}
.main-text {
  font-family: "Oranienbaum";
  font-size: 50px;
}

.gradient {
  background: rgb(245, 226, 154);
  background: linear-gradient(to bottom right, rgb(245, 226, 154), rgb(213, 173, 81));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

body {
  font-family: "PT Sans";
  font-weight: 400;
  line-height: 45px;
}

img {
  max-width: 100%;
  height: auto;
}

footer {
  background: #1d1d1d;
  padding: 70px 0px 50px 0px;
}
footer p {
  margin-bottom: 0;
}

.header {
  position: relative;
  background-image: url("https://www.glamurnenko.ru/images/glamurnenko/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  color: #ffffff;
  padding-top: 60px;
}
.header-title {
  font-size: 45px;
  text-align: center;
  line-height: 46px;
  margin-bottom: 90px;
}
.header-subtitle {
  font-size: 85px !important;
  text-align: center;
  line-height: 46px;
  margin-bottom: 90px;
  padding: 15px;
}
.header-text {
  font-size: 32px;
  margin-bottom: 90px;
}
.header .main-text {
  font-size: 92px;
}

.webp .header {
  background-image: url("https://www.glamurnenko.ru/images/glamurnenko/bg.webp");
}

@media (max-width: 767.98px) {
  .header-title {
    font-size: 33px;
  }
  .header-text {
    font-size: 27px;
    line-height: 39px;
    text-align: center;
  }
  .gradient {
    line-height: 70px;
  }
}
@media (min-width: 1900px) {
  .header {
    background-image: url("https://www.glamurnenko.ru/images/glamurnenko/bg-2x-scale-2_00x.jpg");
  }
  .webp .header {
    background-image: url("https://www.glamurnenko.ru/images/glamurnenko/bg-2x-scale-2_00x.webp");
  }
}
.school {
  padding-top: 60px;
  padding-bottom: 70px;
  margin-top: 10px;
}
.school-row {
  display: flex;
  justify-content: space-between;
}
.school h3 {
  margin-bottom: 20px;
}
.school-icon-item {
  background-color: #ffffff;
  width: 195px;
  padding: 15px 25px 15px 25px;
  margin-bottom: 45px;
}
.school-text {
  font-size: 20px;
}
.school p {
  margin-bottom: 0px;
}
.school-img-item {
  max-width: 120%;
}
.school a {
  color: #2a2a2a;
  text-decoration: none;
}
.school a:hover {
  background: #C5C163;
  background: linear-gradient(to bottom right, #C5C163, #451C43);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-decoration: none;
}
.school-small__icon {
  width: 33px;
  height: 33px;
  margin-right: 30px;
  border-radius: 5px;
}
.school .mobile {
  display: none;
}

@media (max-width: 1330px) {
  .school-img-item {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .school-img-item {
    margin-top: 50px;
  }
  .school h3 {
    text-align: center;
  }
  .school-icon {
    display: flex;
    flex-direction: column;
  }
  .school picture {
    margin: 0 auto;
  }
  .school-link {
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .header-title {
    font-size: 33px;
  }
  .header-text {
    font-size: 29px;
    line-height: 39px;
    text-align: center;
  }
  .gradient {
    line-height: 70px;
  }
}
@media (max-width: 575.98px) {
  .school .desc {
    display: none;
  }
  .school .mobile {
    display: block;
  }
  .school-small__icon {
    margin-right: 10px;
  }
  .school h3 {
    font-size: 40px;
    line-height: 38px;
  }
}
.kod-molodosti {
  background-color: #ffecec;
}

.sobakarisovaka {
  background-color: #f3ebc3;
}

.glamurnenko {
  background-color: #cad6d6;
}

.desertomania {
  background-color: #e9d3cc;
}
.desertomania .school-icon-item {
  width: 255px;
}

.bigmoneyschool {
  background-color: #e1edd9;
  margin-bottom: 10px;
}
.bigmoneyschool .school-icon-item {
  width: 137px;
  height: 117px;
  padding: 20px 45px 20px 45px;
}/*# sourceMappingURL=style.css.map */