@import url("res.css");
html {
  font-size: 1.5625vw;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  min-width: 320px;
  position: relative;
  line-height: 1.42857;
  -webkit-font-smoothing: antialised;
}

body * {
  box-sizing: border-box;
}

.hidden {
  display: none;
}

.holder {
  width: 91%;
  margin: 0 auto;
}

h1 {
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1.2;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  margin-top: 21.6rem;
  width: 85%;
  margin-bottom: 5.6rem;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 5.4rem;
  line-height: 1;
  text-align: center;
  color: #67869A;
}

h3 {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
}

.button {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #03A0E2;
  border-radius: 4rem;
  padding: 0;
  text-decoration: none;
  border: none;
  display: block;
  margin: 0 auto;
  width: 80%;
  line-height: 3.85;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2rem;
}
.button svg {
  width: 4rem;
}
.button:hover {
  background: #11B9FF;
}

strong {
  font-weight: bold;
}

header {
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%), center/cover url(../img/bg1.jpg);
  color: white;
  padding-top: 3.5rem;
  padding-bottom: 19.4rem;
  margin-bottom: -13.3rem;
}
header .holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header img {
  width: 30rem;
  height: auto;
}

.numbers-wrap {
  background: #FFFFFF;
  box-shadow: 0px 0.3rem 2.3rem rgba(0, 0, 0, 0.25);
  border-radius: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 1.05;
  color: #000000;
  padding: 4.2rem 3.6rem 4.4rem;
  justify-content: space-between;
}
.numbers-wrap span {
  display: block;
  font-family: Bebas Neue;
  font-weight: bold;
  font-size: 8.5rem;
  line-height: 1.15;
  text-transform: uppercase;
  color: #67869A;
}
.numbers-wrap div {
  width: 42%;
  margin-bottom: 8.1rem;
}
.numbers-wrap div:last-child, .numbers-wrap div:nth-last-child(2) {
  margin: 0;
}

.programs {
  padding-top: 5.8rem;
}

.program {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 0.4rem 3rem rgba(0, 0, 0, 0.25);
  border-radius: 1.6rem;
  font-family: Montserrat;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #000000;
  margin-top: 2.6rem;
  padding: 4.2rem 3.2rem 2.4rem;
  margin-bottom: 3rem;
}
.program-status {
  background: #009CFF;
  border-radius: 0px 1.3rem 1.3rem;
  font-family: Montserrat;
  font-weight: 300;
  font-size: 1.15rem;
  line-height: 1.14;
  text-align: left;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 5.5%;
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 767px) {
  .program-status {
    font-size: 1.25rem;
  }
}
.program-status.record {
  background: #67869A;
}
.program-status.packege {
  background: #0038FF;
}
.program-title {
  display: flex;
  align-items: center;
  margin-bottom: 1.7rem;
}
.program img {
  width: 4.7rem;
  margin-right: 2.3rem;
}

.phone {
  overflow: hidden;
  padding-top: 1.7rem;
  padding-bottom: 11.5rem;
}
.phone .holder {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.phone img {
  width: 46.9rem;
  position: relative;
  left: -19.3rem;
  z-index: 1;
}
.phone img + div {
  width: 83%;
  flex-shrink: 0;
  position: relative;
  left: -35rem;
  background-image: url(../img/phonebg.jpg);
  font-style: normal;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1.4;
  color: #000000;
  padding: 6rem 0.5rem 7.7rem 17rem;
  margin-top: 2rem;
  background-size: cover;
  background-position: left top;
}

.contacts {
  background-image: url(../img/bg2.jpg);
  padding-top: 6rem;
  padding-bottom: 5.7rem;
  background-size: cover;
}
.contacts h2 {
  color: #fff;
  font-size: 3.2rem;
}
.contacts h2 + p {
  font-size: 3.2rem;
  text-align: center;
  color: #fff;
  font-weight: 300;
  width: 80%;
  margin: 2rem auto 3rem;
}
.contacts-form {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2rem;
  width: 93%;
  margin: 0 auto;
  margin-top: 3.5rem;
  padding-top: 3.6rem;
  padding-bottom: 3.7rem;
}
.contacts fieldset {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contacts input:not([type=submit]) {
  background: #0A0A0A;
  border-radius: 4rem;
  border: none;
  width: 85%;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 4.4;
  margin-bottom: 1.9rem;
  color: #fff;
  padding: 0 4rem;
  box-sizing: border-box;
}
.contacts input[type=submit] {
  width: 85%;
}

footer {
  background: #1B1D1E;
  font-family: Montserrat;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  color: #FFF;
  padding-top: 4.8rem;
  padding-bottom: 4.5rem;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 0.521vw;
  }
  .holder {
    width: 57.9%;
  }
  header {
    padding-top: 3.9rem;
    padding-bottom: 14.7rem;
    margin-bottom: -8.9rem;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  header img {
    width: 22.1rem;
  }
  .button {
    font-size: 1.8rem;
    width: 39rem;
    line-height: 3.65;
    display: flex;
    align-items: center;
    column-gap: 2rem;
    justify-content: center;
  }
  .button svg {
    width: 4rem;
  }
  h1 {
    margin-top: 25rem;
    width: 85%;
    margin-bottom: 6.4rem;
    font-size: 4.6rem;
    line-height: 1.3;
  }
  h1 strong {
    display: block;
  }
  h1 br {
    display: none;
  }
  .numbers-wrap {
    width: 88%;
    margin: 0 auto;
    font-size: 1.8rem;
    padding: 5.2rem 0.9rem 3.8rem 7.9rem;
  }
  .numbers-wrap div {
    width: 21.5%;
    margin-bottom: 0;
  }
  .numbers-wrap span {
    font-size: 5.4rem;
    line-height: 1;
  }
  .programs {
    padding-top: 9.3rem;
    padding-bottom: 13.6rem;
  }
  .programs .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .programs h2 {
    width: 100%;
  }
  .program {
    width: 48.7%;
    margin-top: 3.8rem;
    padding: 4.2rem 3.2rem 3.7rem;
    margin-bottom: -1rem;
    font-size: 1.8rem;
  }
  h3 {
    font-size: 2.6rem;
  }
  .phone {
    padding-top: 1.7rem;
    padding-bottom: 4.2rem;
  }
  .phone img {
    width: 62.3rem;
    left: 9.4rem;
  }
  .phone img + div {
    width: 72.5%;
    left: -10rem;
    font-size: 4rem;
    line-height: 1.3;
    padding: 12.7rem 0.5rem 14.6rem 23.2rem;
    margin-top: 8rem;
  }
  .contacts {
    padding-top: 6.5rem;
    padding-bottom: 6rem;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
  }
  .contacts h2 + p {
    font-size: 2.8rem;
    width: 100%;
    margin-bottom: 3rem;
    margin-top: 2rem;
  }
  .contacts-form {
    width: 48.5%;
    margin-top: 3.2rem;
    padding-top: 3.6rem;
    padding-bottom: 3rem;
  }
  .contacts input[type=submit] {
    width: 85%;
    line-height: 4.6;
  }
  footer {
    font-size: 1.4rem;
  }
}

/*# sourceMappingURL=main.css.map */
