@charset "UTF-8";
.lager *:not(h1, h2, h3, h4, h5, h6) {
  font-size: 20px;
  line-height: 1.3;
}
.lager h2 {
  font-family: "Oswald";
  font-weight: 700;
  font-size: 52px;
  line-height: normal;
  vertical-align: bottom;
  margin-bottom: 60px;
  width: 100%;
}
.lager h3 {
  font-family: "Oswald";
  font-weight: 700;
  font-size: 38px;
  line-height: normal;
  vertical-align: bottom;
  margin-bottom: 35px;
  width: 100%;
}
.lager h4 {
  font-family: "Oswald";
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  vertical-align: bottom;
  margin-bottom: 20px;
  width: 100%;
}
.lager h5 {
  font-family: "Oswald";
  font-weight: 700;
  font-size: 26px;
  line-height: normal;
  vertical-align: bottom;
  margin-bottom: 20px;
  width: 100%;
}
.lager h6 {
  font-family: "Oswald";
  font-weight: 700;
  font-size: 21px;
  line-height: normal;
  vertical-align: bottom;
  margin-bottom: 20px;
  width: 100%;
}
.lager .lastYear {
  padding: 55px 0 35px;
}
.lager .programm {
  margin-bottom: 90px;
}
.lager .programm .text {
  margin-bottom: 35px;
}
.lager .programm .text ul li p {
  margin-bottom: 5px;
}
.lager .programm .tab-buttons button.active {
  white-space: wrap;
  min-width: 270px;
  font-size: 19px;
}
.lager .programm .tab-content .tab-pane {
  display: none;
  gap: 50px;
}
.lager .programm .tab-content .tab-pane.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lager .programm .tab-content .tab-pane .img {
  width: 540px;
  height: 1000px;
}
.lager .programm .tab-content .tab-pane .img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.lager .programm .tab-content .tab-pane .block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lager .programm .tab-content .tab-pane .block .calendar,
.lager .programm .tab-content .tab-pane .block .age {
  position: relative;
  padding-left: 40px;
  line-height: 23px;
}
.lager .programm .tab-content .tab-pane .block .calendar::before,
.lager .programm .tab-content .tab-pane .block .age::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
}
.lager .programm .tab-content .tab-pane .block .calendar::before {
  background: url("../img/calendar.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.lager .programm .tab-content .tab-pane .block .age::before {
  background: url("../img/children.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.lager .programm .tab-content .tab-pane .block .button {
  border-radius: 0;
}
.lager .programm .tab-content .tab-pane .block .text table {
  min-width: 300px;
  width: 100%;
}
.lager .programm .tab-content .tab-pane .block .text table tr td {
  border: 2px solid #8fd6f5;
  padding: 5px 7px;
  font-size: 16px;
}
.lager .programm .tab-content .tab-pane .block .text table tr td:first-child {
  text-align: left;
}
.lager .programm .tab-buttons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.lager .programm .tab-buttons button {
  cursor: pointer;
  padding: 10px 25px;
  margin-right: 15px;
  color: #009fe3;
  border: 1px solid #009fe3;
  background: #fff;
  line-height: 1.3;
}
.lager .programm .tab-buttons button.active {
  background-color: #009fe3;
  color: white;
}
.lager .programm .tab-buttons button span {
  font-size: 16px;
  text-align: center;
}
.lager .cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 5%;
  margin-bottom: 90px;
}
.lager .cost .block {
  width: 30%;
  background: #009FE3;
  color: #fff;
  padding: 20px 25px;
  border-radius: 20px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lager .cost .block p {
  font-size: 30px;
}
.lager .gallery {
  margin-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 5%;
}
.lager .gallery h2 {
  margin-bottom: 20px;
}
.lager .gallery .img {
  width: 30%;
  display: block;
}
.lager .gallery .img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.banner {
  height: 752px;
  position: relative;
}
.banner * {
  color: #fff;
}
.banner::before {
  content: "";
  background: rgba(0, 0, 0, 0.3803921569);
  height: 50%;
  position: absolute;
  display: block;
  width: 100%;
  top: 160px;
  z-index: 1;
}
.banner .container {
  position: relative;
  z-index: 2;
  padding: 205px 0;
}
.banner h1 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 50px;
}
.banner p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 35px;
  font-weight: 600;
}
.banner img {
  margin: 0 auto 35px;
  display: block;
}
.banner .button {
  background: #009FE3;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 0;
  font-size: 14px;
}

.formLager {
  margin-bottom: 90px;
}
.formLager .lager_body {
  margin: 0 auto;
}
.formLager .lager_body .input span, .formLager .lager_body .input span a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  color: #333;
}

.success_lager {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
}

.lager_body {
  background: #fff;
  border-radius: 4px;
  width: 600px;
  margin: 100px auto;
}

.lager_header {
  padding: 30px 20px 20px 30px;
  position: relative;
}

.success_lager .lager_header h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.01em;
  color: #000;
  margin: 0;
}

.lager_header h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 29px;
  letter-spacing: 0.01em;
  color: #000;
  margin: 0;
}

.lager_close {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../img/order_close.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: 30px;
  opacity: 0.65;
  cursor: pointer;
}

.lager_close:hover {
  opacity: 1;
}

.lager_data {
  background: #F7F9F9;
  padding: 20px 30px;
}

.lager_data {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #333;
}

.lager_data h5 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #333;
}

.lager_content {
  padding: 20px 30px 30px;
}

.lager_content label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  color: #333;
  display: block;
  margin-bottom: 6px;
}

.lager_content input {
  border: 1px solid #eee;
  padding: 8px 12px;
  font-size: 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  border-radius: 2px;
}

.lager_content input:hover {
  border: 1px solid #ccc;
}

.lager_content input:focus {
  border: 1px solid #009FE3;
}

.lager_content .lager_form > a {
  background: #009FE3;
  color: #fff !important;
  padding: 16px;
  text-align: center;
  border-radius: 4px;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}

.lager_content .input a {
  color: #333;
}

.lager_content .lager_form > a:hover {
  background: #004382;
}

.success_lager_modal,
.lager_modal {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  z-index: 5;
  left: 0;
}

.lager_modal_body {
  background: #fff;
  border-radius: 4px;
  width: 600px;
  margin: 100px auto;
}

.lager_modal_header {
  padding: 30px 20px 20px 30px;
  position: relative;
}

.lager_modal_header h3 {
  margin: 0;
}

.success_lager_modal .lager_modal_header h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.01em;
  color: #000;
  margin: 0;
}

.lager_modal_close {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../img/order_close.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: 30px;
  opacity: 0.65;
  cursor: pointer;
}

.lager_modal_close:hover {
  opacity: 1;
}

.lager_modal_data {
  background: #F7F9F9;
  padding: 20px 30px;
}

.lager_modal_data {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #333;
}

.lager_modal_data h5 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #333;
}

.lager_modal_content {
  padding: 20px 30px 30px;
}

.lager_modal_content label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  color: #333;
  display: block;
  margin-bottom: 6px;
}

.lager_modal_content input {
  border: 1px solid #eee;
  padding: 8px 12px;
  font-size: 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  border-radius: 2px;
}

.lager_modal_content input:hover {
  border: 1px solid #ccc;
}

.lager_modal_content input:focus {
  border: 1px solid #009FE3;
}

.lager_modal_content .lager_modal_form > a {
  background: #009FE3;
  color: #fff !important;
  padding: 16px;
  text-align: center;
  border-radius: 4px;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}

.lager_modal_content .lager_modal_form > a:hover {
  background: #004382;
}

.lager_modal_content .input a {
  color: #333;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox:checked + label::before {
  border-color: #0b76ef;
  background-color: #0b76ef;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active + label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus + label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked) + label::before {
  border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled + label::before {
  background-color: #e9ecef;
}

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 20px;
}
.input:last-child {
  margin-top: 5px;
}
.input input {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 10px;
}
.input * {
  margin-bottom: 0 !important;
}

.lager_modal_content .input span, .lager_modal_content .input span a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  color: #333;
}

.custom-checkbox-error + label::before {
  border-color: #FF6767 !important;
}

@media screen and (max-width: 548px) {
  .lager * {
    font-size: 16px;
    line-height: normal;
  }
  .lager h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .lager h3 {
    font-size: 30px;
    line-height: 1.3;
  }
  .lager .lager_modal_header h3 {
    padding-right: 30px;
  }
  .lager h4 {
    font-size: 26px;
  }
  .lager h5 {
    font-size: 24px;
  }
  .lager h6 {
    font-size: 22px;
  }
  .lager .lastYear {
    padding-bottom: 0;
  }
  .lager .programm {
    margin-bottom: 65px;
  }
  .lager .programm .text {
    margin-bottom: 35px;
  }
  .lager .programm .tab-buttons {
    overflow: scroll;
  }
  .lager .programm .tab-buttons button {
    white-space: nowrap;
  }
  .lager .programm .tab-buttons button span {
    font-size: 17px;
  }
  .lager .programm .tab-content .tab-pane {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
   .lager .programm .tab-content .tab-pane .img {
    height: auto;
    width: 100%;
    
   }
  .lager .programm .tab-content {
    overflow: hidden;
  }
  .lager .programm .tab-content .block {
    width: 100%;
  }
  .lager .programm .tab-content .block .scrol_t {
    width: 100%;
    overflow: scroll;
  }
  .lager .cost {
    margin-bottom: 65px;
    gap: 20px;
  }
  .lager .cost .block {
    width: 100%;
  }
  .lager .gallery .img {
    width: 47%;
  }
  .lager .lager_header h3 {
    font-size: 32px;
    line-height: 36px;
  }
  .lager .lager_body {
    width: 100%;
  }
  .lager .lager_modal_body,
  .lager .lager_modal_body {
    width: 100%;
  }
  .banner {
    height: 400px;
  }
  .banner::before {
    height: 75%;
    top: 50px;
  }
  .banner .container {
    padding: 85px 0;
  }
  .banner h1 {
    line-height: 1.1;
    font-size: 35px;
  }
  .banner p {
    font-size: 18px;
  }
}
@media (min-width: 549px) and (max-width: 768px) {
  .lager h2 {
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  .lager h3 {
    font-size: 30px;
  }
  .lager .lastYear {
    padding-bottom: 0;
  }
  .lager .programm .tab-buttons {
    overflow: scroll;
  }
  .lager .programm .tab-buttons button {
    white-space: nowrap;
  }
  .lager .programm .tab-buttons button span {
    font-size: 14px;
  }
  .lager .programm .tab-content .tab-pane {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lager .programm .tab-content .tab-pane .block .text table tr td:first-child {
    text-align: left;
  }
  .lager .cost {
    gap: 20px;
  }
  .lager .cost .block {
    width: 100%;
  }
  .lager .lager_body {
    width: 100%;
  }
  .lager .lager_header h3 {
    font-size: 35px;
    line-height: 38px;
  }
  .lager .lager_modal_body,
  .lager .lager_modal_body {
    width: 550px;
  }
  .banner {
    height: 400px;
  }
  .banner h1 {
    font-size: 35px;
  }
  .banner::before {
    height: 70%;
    top: 65px;
  }
  .banner .container {
    padding: 60px 0;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .lager h2 {
    font-size: 42px;
  }
  .lager .programm .tab-buttons {
    overflow: scroll;
  }
  .lager .programm .tab-buttons button {
    white-space: nowrap;
  }
  .lager .cost {
    gap: 0 2%;
  }
  .lager .cost .block {
    padding: 20px 20px;
    width: 32%;
  }
  .lager .cost .block h3 {
    font-size: 26px;
  }
  .lager .lager_header h3 {
    font-size: 42px;
  }
  .banner h1 {
    font-size: 45px;
  }
}
.preimuschestva h2 {
  text-align: center;
}
.preimuschestva img {
  width: 27%;
  display: block;
  margin: 40px auto 0;
}
.preimuschestva p {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
}
.preimuschestva .img {
  border-radius: 300px;
  background: #fff;
}
.preimuschestva .wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 65px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px;
}
.preimuschestva .wrap .about-item {
  width: 35%;
  background: #fff;
  padding: 50px 30px;
}

.detstvo .raspisanie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.detstvo .raspisanie h2 {
  display: block;
  width: 100%;
}
.detstvo .raspisanie .block {
  width: 50%;
  margin-bottom: 30px;
}
.detstvo .raspisanie .block table {
  border: 2px solid #009ae1;
  width: 85%;
  margin: 0 auto;
}
.detstvo .raspisanie .block table thead {
  border-bottom: 2px solid #009ae1;
}
.detstvo .raspisanie .block table thead th {
  font-size: 20px;
  width: 100%;
  text-align: center;
  padding: 15px 0;
}
.detstvo .raspisanie .block table tbody tr td {
  padding: 5px 10px;
}
.detstvo .raspisanie .block table tbody tr td:not(:last-child) {
  border-right: 2px solid #009ae1;
}
.detstvo .raspisanie .block table tbody tr:first-child td {
  font-weight: 500;
}
.detstvo .raspisanie .block table tbody tr:not(:last-child) {
  border-bottom: 2px solid #009ae1;
}
.detstvo .raspisanie .child {
  width: 100%;
  text-align: center;
}
.detstvo .cost .wrap {
  margin-bottom: 40px;
}
.detstvo .cost .service {
  width: 70%;
  padding: 20px 0;
  border-right: 2px solid #009fe3;
  padding-left: 25px;
}
.detstvo .cost .service p {
  text-align: left;
}
.detstvo .cost .cost {
  width: 30%;
  padding: 20px 25px;
}
.detstvo .cost .cost p {
  font-size: 18px;
  margin: 0;
  text-align: center;
}
.detstvo .cost .head_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid #009FE3;
  border-bottom: 2px solid #009FE3;
}
.detstvo .cost .head_block p {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.detstvo .cost .head_block .service {
  background: #009fe3;
  border-right: 2px solid #fff;
}
.detstvo .cost .head_block .service p {
  text-align: left;
  color: #fff;
}
.detstvo .cost .head_block .cost {
  background: #009fe3;
  border-right: 2px solid #fff;
}
.detstvo .cost .head_block .cost p {
  color: #fff;
}
.detstvo .cost .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #009FE3;
}
.detstvo .cost .block h3 {
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  margin: 0;
}
.detstvo .infrastruct h3 {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
}
.detstvo .infrastruct .row {
  gap: 60px 0;
}
.detstvo .infrastruct .block p {
  font-size: 18px;
  margin-top: 15px;
}
.detstvo .infrastruct .block .img {
  height: 205px;
  display: block;
}
.detstvo .infrastruct .block .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detstvo .treners .slide {
  position: relative;
}
.detstvo .treners .slide .front {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.detstvo .treners .slide .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  padding: 0 15px;
  font-size: 14px;
}
.detstvo .treners .slide.active .front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.detstvo .treners .slide.active .back {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.detstvo .treners .team-slider-detstvo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.detstvo .treners .team-slider-detstvo .slide {
  padding: 0 15px;
}
.detstvo .treners .team-slider-detstvo .slide .name {
  text-align: left;
  padding: 0;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 4px;
}
.detstvo .treners .team-slider-detstvo .slide .anotation {
  text-align: left;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #999;
}
.detstvo .faq .question {
  padding: 7px 30px 5px 40px;
  background: #009fe3;
  color: #fff;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detstvo .faq .question .arrow {
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/arrow.svg") no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.detstvo .faq .question .arrow.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.detstvo .faq .answer {
  opacity: 0;
  max-height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.detstvo .faq .answer p {
  font-size: 18px;
  padding: 0 0 27px 40px;
}
.detstvo .faq .answer.visible {
  opacity: 1;
  max-height: initial;
}
.detstvo .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 1%;
}
.detstvo .gallery h2 {
  width: 100%;
}
.detstvo .gallery .img {
  width: 24%;
  height: 235px;
}
.detstvo .gallery .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detstvo .feedback .feedback-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.detstvo .feedback .feedback-slider .slick-slide iframe {
  width: 100%;
}
.detstvo .feedback .feedback-slider .slick-dots {
  width: 100%;
}

@media (min-width: 549px) and (max-width: 768px) {
  .preimuschestva .wrap {
    padding: 0;
    gap: 20px 20px;
  }
  .preimuschestva .wrap .about-item {
    width: 48%;
    padding: 25px 20px;
  }
  .preimuschestva p {
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 25px;
  }
  .preimuschestva img {
    margin-bottom: 25px;
  }
  .detstvo .raspisanie .block table {
    width: 99%;
  }
  .detstvo .cost .cost {
    width: 35%;
    padding: 10px;
  }
  .detstvo .cost .cost p {
    font-size: 16px;
    line-height: 1.1;
  }
  .detstvo .cost .block h3 {
    font-size: 16px;
    line-height: 1.1;
  }
  .detstvo .cost .service {
    padding: 10px;
    width: 65%;
  }
  .detstvo .faq .question {
    font-size: 18px;
    line-height: 1.1;
    padding: 10px 30px 11px 40px;
  }
  .detstvo .gallery {
    gap: 5px 1%;
  }
  .detstvo .gallery .img {
    width: 49%;
    height: 185px;
  }
  .detstvo .lager_header h3 {
    font-size: 32px;
    line-height: 36px;
  }
  .detstvo .lager_body {
    width: 100%;
  }
  .detstvo .lager_modal_body,
  .detstvo .lager_modal_body {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .preimuschestva .wrap {
    padding: 0;
    gap: 30px;
  }
  .preimuschestva .wrap .about-item {
    width: 47%;
  }
}
@media screen and (max-width: 548px) {
  .preimuschestva .wrap .about-item {
    width: 100%;
  }
  .detstvo .raspisanie .block {
    width: 100%;
  }
  .detstvo .cost .cost {
    padding: 10px 5px;
  }
  .detstvo .cost .cost p {
    line-height: 1.1;
    font-size: 14px;
  }
  .detstvo .cost .block h3 {
    font-size: 14px;
    line-height: 1.1;
  }
  .detstvo .cost .service {
    padding: 10px;
  }
  .detstvo .cost .service p {
    line-height: 1.1;
    font-size: 14px;
    text-align: center;
  }
  .detstvo .faq .question {
    font-size: 16px;
    line-height: 1.1;
    padding: 10px 15px;
  }
  .detstvo .faq .question .arrow {
    width: 20px;
    height: 20px;
  }
  .detstvo .gallery {
    gap: 5px 1%;
  }
  .detstvo .gallery .img {
    width: 49%;
    height: 140px;
  }
  .detstvo .infrastruct .row {
    gap: 20px 0;
  }
  .detstvo .infrastruct .block p {
    font-size: 16px;
  }
  .detstvo .lager_header h3 {
    font-size: 32px;
    line-height: 36px;
  }
  .detstvo .lager_body {
    width: 100%;
  }
  .detstvo .lager_modal_body,
  .detstvo .lager_modal_body {
    width: 100%;
  }
  .slick-slide .img {
    height: 100%;
  }
}
.form_new {
  margin: 0 auto 90px;
  width: 600px;
}

.form_new h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: normal;
  letter-spacing: 0.01em;
  color: #000;
  margin: 0 0 10px 0;
  padding-left: 30px;
}

.form_new .form_new_content {
  padding: 20px 30px 30px;
}

.form_new .form_new_content label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  color: #333;
  display: block;
  margin-bottom: 6px;
}

.form_new .form_new_content input:not(.custom-checkbox) {
  border: 1px solid #eee;
  padding: 8px 12px;
  font-size: 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  border-radius: 2px;
}

.form_new .form_new_content a.submit {
  background: #009FE3;
  color: #fff !important;
  padding: 16px;
  text-align: center;
  border-radius: 4px;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}

.form_new .form_new_content a.submit:hover {
  background: #004382;
}

.form_new .form_new_content .input a {
  color: #333;
}

#scrollToTopBtn {
  display: none; /* Скрыта по умолчанию */
  position: fixed; /* Фиксированная позиция */
  bottom: 110px;
  right: 23px;
  z-index: 99;
  font-size: 30px;
  border: none;
  outline: none;
  background-color: #009fe3;
  color: white;
  cursor: pointer;
  padding: 11px 13px 19px;
  border-radius: 100px;
  line-height: 31px;
}
#scrollToTopBtn svg {
  width: 35px;
}

#scrollToTopBtn:hover {
  background-color: #004382; /* Цвет фона при наведении */
}

@media (max-width: 650px) {
  #scrollToTopBtn {
    bottom: 92px;
    right: 24px;
    font-size: 23px;
  }
}
.modal_new {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  z-index: 5;
  left: 0;
}

.modal_new > div {
  background: #fff;
  border-radius: 4px;
  width: 600px;
  margin: 100px auto;
  position: relative;
}

.modal_new h3 {
  padding: 30px 50px 20px 30px;
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 20px;
}

.modal_new .close_new {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../img/order_close.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: 30px;
  opacity: 0.65;
  cursor: pointer;
}

.accordion_c {
  width: 100%;
  margin-bottom: 20px;
}
.accordion_c .accordion-button_c {
  background: #009fe3;
  border: none;
  outline: none;
  width: 100%;
  text-align: left;
  padding: 7px 30px 5px 40px;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 52px;
}
.accordion_c .accordion-button_c .arrow {
  display: block;
  width: 25px;
  height: 25px;
  background: url("https://делоспорт.рф/templates/delosport/img/arrow.svg") no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.accordion_c .accordion-button_c.active .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion_c .accordion-content {
  display: none;
  background: #fff;
  border: 3px solid #009fe3;
}
.accordion_c .accordion-button.active + .accordion-content {
  display: block;
}
.accordion_c table {
  width: 100%;
}
.accordion_c th {
  width: 45%;
  font-size: 20px;
  padding: 15px;
}
.accordion_c th:first-child {
  width: 35%;
}
.accordion_c th:last-child {
  width: 20%;
}
.accordion_c th, .accordion_c td {
  border: 2px solid #009fe3;
}
.accordion_c td {
  padding: 5px 15px;
}
.accordion_c .article_page td p {
  font-size: 16px;
  margin-bottom: 0;
}

@media (max-width: 769px) {
  .accordion_c .accordion-button_c {
    font-size: 16px;
    line-height: 1.1;
    padding: 10px 15px;
  }
  .accordion_c .accordion-button_c .arrow {
    width: 20px;
    height: 20px;
  }
  .accordion_c th {
    font-size: 14px;
    padding: 10px 5px;
  }
  .article_page .accordion_c td a {
    font-size: 14px;
  }
  .article_page .accordion_c td p {
    font-size: 14px;
  }
  .article_page .accordion_c td {
    font-size: 14px;
    padding: 10px 5px;
  }
  .modal_new > div {
    width: 100%;
  }
  .form_new, .lager_body {
    width: 100%;
  }
  .modal_new h3 {
    font-size: 35px;
    line-height: 100%;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .success_lager .lager_header h3 {
    padding: 0;
  }
}
.slider_gallery {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 120px;
}
.slider_gallery .slick-track {
  margin-left: 0;
}
.slider_gallery .slick-dots {
  width: 100%;
}
.slider_gallery .img {
  display: block;
  width: 100%;
  height: 150px;
  margin-bottom: 15px;
}
.slider_gallery .img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.slider_gallery a {
  text-decoration: none;
  color: #000;
}

.formreference {
  margin-top: 60px;
}
.formreference a.download {
  margin-bottom: 50px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.reference_body {
  width: 600px;
}
.reference_body h3 {
  margin-bottom: 30px;
}

.reference_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 120px;
}
.reference_form #reference_submit {
  background: #009FE3;
  padding: 10px 30px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  margin-top: 40px;
  margin-bottom: 20px;
}
.reference_form .input {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
}
.reference_form .input label {
  width: 100%;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  color: #333;
  display: block;
  margin-bottom: 6px;
}
.reference_form .input.file, .reference_form .input.approval {
  width: 100%;
}
.reference_form .input.approval label {
  width: 100%;
}
.reference_form .input input:not(#app) {
  border: 1px solid #eee;
  padding: 8px 12px;
  font-size: 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  border-radius: 2px;
}
.reference_form .input input:not(#app):focus {
  border: 1px solid #009FE3;
}

.success_reference_modal,
.reference_modal {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  z-index: 5;
  left: 0;
}

.reference_modal_body {
  background: #fff;
  border-radius: 4px;
  width: 600px;
  margin: 100px auto;
}

.reference_modal_header {
  padding: 30px 20px 20px 30px;
  position: relative;
}

.success_reference_modal .reference_modal_header h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.01em;
  color: #000;
  margin: 0;
}

.reference_modal_close {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../img/order_close.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: 30px;
  opacity: 0.65;
  cursor: pointer;
}

.reference_modal_close:hover {
  opacity: 1;
}

.reference_modal_data {
  background: #F7F9F9;
  padding: 20px 30px;
}

.reference_modal_data {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #333;
}

.reference_modal_data h5 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #333;
}

.reference_modal_content {
  padding: 20px 30px 30px;
}

.reference_modal_content label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  color: #333;
  display: block;
  margin-bottom: 6px;
}

.reference_modal_content input {
  border: 1px solid #eee;
  padding: 8px 12px;
  font-size: 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  border-radius: 2px;
}

.reference_modal_content input:hover {
  border: 1px solid #ccc;
}

.reference_modal_content input:focus {
  border: 1px solid #009FE3;
}

.reference_modal_content .reference_modal_form > a {
  background: #009FE3;
  color: #fff !important;
  padding: 16px;
  text-align: center;
  border-radius: 4px;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}

.reference_modal_content .reference_modal_form > a:hover {
  background: #004382;
}

.reference_modal_content .input a {
  color: #333;
}

@media (max-width: 600px) {
  .reference_body {
    width: 100%;
  }
}
.e404 * {
  text-align: center;
  font-size: 22px;
}
.e404 .bold {
  font-size: 135px;
  color: #009FE3;
  line-height: normal;
  font-weight: 800;
}
.e404 img {
  max-width: 30%;
  opacity: 0.5;
  position: absolute;
}

.mod_team .slide {
  position: relative;
}
.mod_team .slide .front {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.mod_team .slide .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  padding: 0 15px;
  font-size: 14px;
}
.mod_team .slide .back * {
  text-align: left;
}
.mod_team .slide.active .front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.mod_team .slide.active .back {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.mod_team .team-member {
  position: relative;
}
.mod_team .team-member .front {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.mod_team .team-member .front p, .mod_team .team-member .front h2 {
  width: 100%;
}
.mod_team .team-member .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 14px;
  z-index: 1;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  padding: 0 15px;
}
.mod_team .team-member .back * {
  text-align: left;
}
.mod_team .team-member.active .front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.mod_team .team-member.active .back {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.sport.module a {
  text-decoration: none;
}
.sport.module .nav-buttons {
  position: relative;
  display: none;
  width: 100%;
}
.sport.module .nav-buttons .prev-chip {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.sport.module .nav-buttons .prev-chip, .sport.module .nav-buttons .next-chip {
  background: #009FE3;
  position: absolute;
  opacity: 1;
  width: 2.5em;
  border: 0;
  height: 2.5em;
  border-radius: 20px;
  bottom: -150px;
}
.sport.module .nav-buttons .prev-chip svg, .sport.module .nav-buttons .next-chip svg {
  height: 1.2em;
  width: 1.2em;
  fill: #fff;
}
.sport.module .nav-buttons .prev-chip {
  left: 5px;
}
.sport.module .nav-buttons .next-chip {
  right: 5px;
}

@media (max-width: 600px) {
  .detstvo .treners .team-slider-detstvo .slick-list {
    width: 80vw;
  }
  .detstvo .treners .team-slider-detstvo .slick-prev, .detstvo .treners .team-slider-detstvo .slick-next {
    padding: 0;
    width: 20px;
    margin: 0;
  }
  .sport.module .nav-buttons {
    display: block;
  }
}
.head_sport {
  margin-bottom: 60px;
}
.head_sport .headlink {
  padding: 0;
  line-height: normal;
}
.head_sport h2 {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .head_sport {
    margin-bottom: 30px;
  }
  .order_header h3 {
    max-width: calc(100% - 30px);
  }
  .lager_modal_header h3 {
    max-width: calc(100% - 30px);
  }
  #sport .chipsbox > div.active {
    margin-bottom: 0;
  }
}
#order_data_text {
  display: none;
}

#order_data_header {
  margin-bottom: 0;
}

.lager_modal_exit, .lager_exit {
  background: #009FE3;
  color: #fff !important;
  padding: 16px;
  text-align: center;
  border-radius: 4px;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 548px) {
  .lager_modal_body {
    margin-top: 20px;
  }
  .lager_modal_header {
    padding-bottom: 0;
  }
}