.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body {
  background-color: #120531;
}

.nav {
  background-color: #120531;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 20vh;
  display: flex;
}

.h1 {
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
  display: flex;
}

.herosectionworkout {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 60vh;
  display: flex;
}

.logodiv {
  background-image: url('../images/sticker1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 1px solid #120531;
  border-radius: 350px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
  box-shadow: 6px 5px 10px 2px #120531;
}

.infobutton {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #120531;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.buttontextnav {
  color: #120531;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.lvlsection {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 0;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 10vh;
  display: flex;
  position: fixed;
  inset: 0%;
  transform: translate(2000px);
}

.textbuttonsection {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.section {
  grid-row-gap: 15px;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  max-width: none;
  height: 295px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.textsections {
  color: #120531;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.untitled {
  filter: saturate(200%);
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 210px;
  display: flex;
  overflow: hidden;
}

.button_sections {
  cursor: pointer;
  background-color: #120531;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 40px;
  padding: 20px 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.psection {
  color: #120531;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
}

.textsection {
  color: #120531;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
  position: static;
  inset: 15% 20% auto;
}

.sections {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 100vw;
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: grid;
  overflow: hidden;
}

.sectionstext {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.lvlh1 {
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
  display: flex;
}

.logo {
  background-image: url('../images/logo456-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.liteworkouts {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
  inset: 0%;
}

.sectionsstart {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 100vw;
  max-width: none;
  text-decoration: none;
  display: inline-grid;
  overflow: hidden;
}

.infopart2text {
  grid-column-gap: 7vh;
  grid-row-gap: 7vh;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: hidden;
}

.textp-infopart2 {
  color: #120531;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.div-block {
  width: 50vw;
}

.sectionseexersixe {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100vw;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.herosection {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 60vh;
  display: flex;
}

.exersice {
  grid-row-gap: 15px;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  max-width: none;
  height: 295px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.otjim {
  z-index: 10;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  opacity: 0;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  transform: translate(-2000px);
}

.button_exe {
  cursor: pointer;
  background-color: #120531;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 40px;
  padding: 20px 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.buttonback {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #120531;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.buttontextnav-2 {
  color: #120531;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.div-block-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.blockbuttonestart {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 150px;
  display: flex;
}

.buttonestart {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #120531;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.requirements-exit {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  border: 0 #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 5% 5% auto auto;
}

.slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: auto;
  display: flex;
}

.left-arrow {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._1600249578_213_0_1111_505_1920x0_80_0_0_f55d540f562c0a924d8c699de9576aaa-1-1 {
  object-fit: cover;
  border-radius: 100px;
}

.namecom {
  color: #120531;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
}

.nextleft {
  cursor: pointer;
  background-image: url('../images/next-1_1next (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 2px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.nextcomment {
  color: #120531;
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.textcomments {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  text-decoration: none;
  display: flex;
}

.comments {
  grid-column-gap: 3vh;
  grid-row-gap: 3vh;
  background-image: linear-gradient(114.96deg, #827be4, #48447e);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 60vh;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.right-arrow {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nextright {
  cursor: pointer;
  background-image: url('../images/next_1next.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 2px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.div-block-3 {
  background-image: url('../images/e07fd9946f01346f455cd9671b6a9036.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.h1-footer {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
  display: flex;
}

._3_2_1_go {
  z-index: 100;
  background-color: #120531;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 70vh;
  display: flex;
  position: static;
  inset: 0%;
}

._1 {
  opacity: 0;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Black Ops One, sans-serif;
  font-size: 150px;
  line-height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
  transform: translate(1000px);
}

.nav_workouts {
  background-color: #120531;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 15vh;
  display: flex;
}

._2, ._3 {
  opacity: 0;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Black Ops One, sans-serif;
  font-size: 150px;
  line-height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
  transform: translate(1000px);
}

.go {
  opacity: 0;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Black Ops One, sans-serif;
  font-size: 150px;
  line-height: 100%;
  display: flex;
  transform: translate(1000px);
}

.workouts {
  z-index: 100;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  opacity: 0;
  background-color: #120531;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  place-items: center;
  width: 100vw;
  height: 70vh;
  display: flex;
  position: fixed;
  inset: 15vh 0% 0%;
  transform: translate(10000px);
}

._3exe, ._1exe, ._2exe, ._4exe {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 17vw;
  height: 20vh;
  display: flex;
}

._5exe, ._6exe {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 40vh;
  display: flex;
}

.div_vid_exe1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch center;
  place-items: center;
  width: auto;
  height: auto;
  display: grid;
}

.div_vid_exe2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  justify-items: center;
  width: auto;
  height: 50vh;
  display: inline-grid;
}

.text-block {
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 25px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-family: Inconsolata, monospace;
  font-size: 25px;
  line-height: 110%;
  display: flex;
}

.text_and_button {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 110%;
  display: flex;
}

.button-go {
  color: #120531;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: Black Ops One, sans-serif;
  font-size: 40px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.timer-01_00 {
  opacity: 1;
  color: #fff;
  text-align: center;
  border: 1px #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: Black Ops One, sans-serif;
  font-size: 40px;
  line-height: 110%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(10000px);
}

.timer1min {
  display: flex;
}

.workout_exe {
  z-index: 100;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  opacity: 1;
  background-color: #120531;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  place-items: center;
  width: 100vw;
  height: 70vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 15vh 0% 0%;
}

.nav_workouts_exe {
  background-color: #120531;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 15vh;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.button_next {
  color: #120531;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: Black Ops One, sans-serif;
  font-size: 40px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.videxe_1 {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 50vh;
  display: flex;
}

.link-block, .link-block-2, .link-block-3, .link-block-4, .link-block-5 {
  text-decoration: none;
}

.videxe_2 {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 25vw;
  height: 75vh;
  display: flex;
}

.text-block-exe_2 {
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 25px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50vw;
  padding: 10px;
  font-family: Inconsolata, monospace;
  font-size: 25px;
  line-height: 110%;
  display: flex;
}

.text_and_button_2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div_vid_exe2_2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  justify-items: center;
  width: auto;
  height: 50vh;
  display: inline-grid;
}

.link-block-6, .link-block-7 {
  text-decoration: none;
}

.div_vid_exe1_1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch center;
  place-items: center;
  width: auto;
  height: auto;
  display: grid;
}

.videxe_1-copy {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 50vh;
  display: flex;
}

._5exe1 {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 50vh;
  display: flex;
}

.div_vid_exe2-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  justify-items: center;
  width: auto;
  height: 50vh;
  display: inline-grid;
}

.link-block-8 {
  text-decoration: none;
}

.tg {
  background-image: url('../images/photo_5399966973313545539_x.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.yandex {
  background-image: url('../images/photo_5399966973313545538_y.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.nav_footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #120531;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 20vh;
  display: flex;
}

.plank, .bok_plank, .obr_plank, .rukohod, .stulchik, .sig_tyaga, .mahi, .nepoln_skr, .poln_skr, .bok_skr, .gampingjack {
  z-index: 10;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  opacity: 0;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  transform: translate(-2000px);
}

.videxe_2-_max {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 80vh;
  display: flex;
}

.div_vid_exe3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  justify-items: center;
  width: auto;
  height: 50vh;
  display: inline-grid;
}

.div_vid_exe2-copy-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  justify-items: center;
  width: auto;
  height: 50vh;
  display: inline-grid;
}

.div_vid_exe3-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  justify-items: center;
  width: auto;
  height: 50vh;
  display: inline-grid;
}

._2exe-copy {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 17vw;
  height: 20vh;
  display: flex;
}

._1exe-copy {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 23vw;
  height: 26vh;
  display: flex;
}

.div_vid_exe3-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  justify-items: center;
  width: auto;
  height: 50vh;
  display: inline-grid;
}

@media screen and (max-width: 991px) {
  .h1 {
    text-align: center;
  }

  .sections {
    grid-column-gap: 10vw;
    grid-row-gap: 3vh;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch;
    place-items: center;
    display: grid;
  }

  .lvlh1 {
    text-align: center;
  }

  .sectionsstart {
    grid-column-gap: 10vw;
    grid-row-gap: 3vh;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch;
    place-items: center;
    display: grid;
  }

  .infopart2text {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .textp-infopart2 {
    width: 60vw;
    font-size: 18px;
  }

  .sectionseexersixe {
    grid-column-gap: 10vw;
    grid-row-gap: 3vh;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch;
    place-items: center;
    display: grid;
  }

  .h1-footer {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .buttontextnav {
    font-size: 14px;
  }

  .psection {
    text-align: center;
    font-size: 14px;
  }

  .textsection {
    font-size: 22px;
  }

  .sections, .sectionsstart {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .infopart2text {
    flex-flow: column;
  }

  .textp-infopart2 {
    width: 80vw;
    font-size: 18px;
  }

  .sectionseexersixe {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .buttontextnav-2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    font-size: 28px;
  }

  .psection {
    font-size: 12px;
  }

  .textsection {
    font-size: 18px;
  }

  .lvlh1 {
    font-size: 28px;
  }

  .logo {
    border: 3px solid #fff;
    border-radius: 50px;
    box-shadow: 20px 10px 5px 2px #0003;
  }

  .infopart2text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .textp-infopart2 {
    width: 90vw;
    font-size: 16px;
  }

  .requirements-exit {
    cursor: pointer;
    width: 50px;
    height: 50px;
    inset: auto 5% 5% auto;
  }

  .nextcomment {
    font-size: 18px;
  }

  .textcomments {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .comments {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h1-footer {
    font-size: 28px;
  }

  .tg, .yandex {
    border: 3px solid #fff;
    border-radius: 50px;
    box-shadow: 20px 10px 5px 2px #0003;
  }
}


