*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style-type: none;
  font-family: "Century Gothic";
  min-width: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  line-height: 1;
  background: #fff;
}

html._lock,
body._lock {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

a:active,
a:focus {
  outline: none;
}

input,
textarea {
  outline: none;
}

input:active,
textarea:active {
  outline: none;
}

:focus {
  outline: none;
}

textarea {
  resize: none;
}

textarea {
  resize: vertical;
}

textarea {
  resize: horizontal;
}

.big_wrapper {
  display: flex;
  flex-direction: column;
  background: #000;
}

main {
  flex: 1 1 auto;
  position: relative;
  z-index: 1;
}

.wrapper {
  padding: 0 30px;
  max-width: 960px;
  margin: 0 auto;
}

.header {
  position: relative;
}
@media screen and (max-width: 900px) {
  .header .wrapper {
    display: flex;
    padding-top: 20px;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 400px) {
  .header .wrapper {
    padding: 20px;
  }
}
.header .menu {
  position: relative;
  z-index: 10;
  margin-top: 30px;
  font-size: 14px;
  line-height: 2.15;
  color: #fff;
  text-transform: uppercase;
  display: flex;
}
@media screen and (max-width: 900px) {
  .header .menu {
    margin-top: 0;
  }
}
@media screen and (max-width: 400px) {
  .header .menu {
    font-size: 12px;
    line-height: 1.2;
  }
}
.header .manu_link {
  padding: 8px 20px;
  display: flex;
  align-items: center;
  border-radius: 500px;
}
.header .manu_link._active {
  background: #eb1c23;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .header .menu{
    justify-content: flex-end;
    width: 100%;
    padding-right: 15px;
  }
  .header .manu_link._active {
    display: block;
    padding: 10px;
    line-height: 1;
  }
  .header .manu_link._visible {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .header .manu_link {
    display: none;
  }
}
.header .main_img {
  width: 100%;
  margin-top: -110px;
  margin-bottom: -140px;
}
@media screen and (max-width: 400px) {
  .header .main_img {
    margin-top: -90px;
    height: 290px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 80% 0;
       object-position: 80% 0;
  }
}
.header .burger {
  width: 40px;
  height: 40px;
  background: #eb1c23;
  border-radius: 5px;
  display: none;
  z-index: 3;
  cursor: pointer;
}
.header .burger .burger_bef,
.header .burger .burger_mid,
.header .burger .burger_aft {
  height: 2px;
  border-radius: 3px;
  background: #fff;
}
.header .burger._active {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100;
}
@media screen and (max-width: 900px) {
  .header .burger {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 12px 10px;
  }
}

@media screen and (max-width: 500px) {
  .about_us .wrapper {
    padding: 0 20px;
  }
}
.about_us .title {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  background: #ceff00;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 500px;
  color: #000;
  margin: 30px 0 40px;
}
@media screen and (max-width: 500px) {
  .about_us .title {
    margin: 20px 0;
  }
}
.about_us .upper_text {
  position: relative;
  z-index: 10;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-align: justify;
}
.about_us .upper_text p {
  margin-bottom: 20px;
}
.about_us .upper_text p.small {
  max-width: 418px;
}
.about_us .box {
  border: solid 2px #ceff00;
  background-size: 100% 100%;
  padding: 25px 40px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  /* background: #000; */
}
.about_us .box p {
  position: relative;
  z-index: 1;
}
.about_us .box:after {
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(75, 92, 7, 0.6) 0%, rgba(0, 0, 0, 0.5) 86%);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 900px) {
  .about_us .box {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .about_us .box {
    padding: 20px;
    width: 100%;
    border-radius: 20px;
  }
}
.about_us .back_img {
  width: 100%;
  margin-top: -300px;
}
@media screen and (max-width: 1000px) {
  .about_us .back_img {
    margin-top: 0px;
  }
}
@media screen and (max-width: 600px) {
  .about_us {
    margin-top: 100px;
  }
}

.our_coaches .title {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  background: #ceff00;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 500px;
  color: #000;
  margin: 30px 0 40px;
}
@media screen and (max-width: 500px) {
  .our_coaches .title {
    margin: 20px 0;
  }
}
.our_coaches .text_block {
  width: 414px;
  /* font-size: 18px; */
  line-height: 1.5;
  text-align: justify;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .our_coaches .text_block {
    width: 100%;
  }
}
.our_coaches .wrapper {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .our_coaches .wrapper {
    padding: 0 20px;
  }
}
.our_coaches .main_img {
  width: 100%;
  margin-top: -400px;
}
@media screen and (max-width: 768px) {
  .our_coaches .text_block {
    width: 100%;
  }
  .our_coaches .main_img {
    margin: 0 0 0 -20%;
    width: 120%;
  }
}

.our_venicles {
  margin-top: 0;
}
@media screen and (max-width: 500px) {
  .our_venicles .wrapper {
    padding: 0 20px;
  }
}
.our_venicles .big_title {
  background: #5d5d5d;
  display: inline-flex;
  align-items: stretch;
  border-radius: 500px;
  margin-bottom: 25px;
}
.our_venicles .big_title .title_1 {
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
  background: #ceff00;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 500px;
  color: #000;
  margin-right: 0px;
  box-shadow: 20px 0px 25px -5px rgba(0, 0, 0, 0.61);
}
.our_venicles .big_title .title_2 {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  padding: 0 15px;
}
@media screen and (max-width: 500px) {
  .our_venicles .big_title .title_2 {
    background: #5d5d5d;
    border-radius: 100px;
    margin-top: 20px;
    padding: 8px 20px;
    line-height: 1.4;
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .our_venicles .big_title {
    display: block;
    background: rgba(0, 0, 0, 0);
  }
}

.our_benefits {
  position: relative;
}
.our_benefits .wrapper {
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 500px) {
  .our_benefits .wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 700px) {
  .our_benefits .img_cont {
    position: relative;
    height: 350px;
  }
}
.our_benefits .text_block p {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.87;
  text-align: justify;
  color: #fff;
}
.our_benefits .studing_block {
  display: flex;
  align-items: stretch;
  gap: 36px;
  margin-top: 150px;
}
@media screen and (max-width: 900px) {
  .our_benefits .studing_block {
    display: block;
  }
}
.our_benefits .block_1 {
  flex: 0 1 50%;
}
.our_benefits .block_1 .block_title {
  background: #ceff00;
  padding: 18px 40px 40px 40px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  border-radius: 20px 20px 0 0;
  text-transform: uppercase;
}
@media screen and (max-width: 500px) {
  .our_benefits .block_1 .block_title {
    padding: 20px 20px 40px;
  }
  .prices .content_box .price_block .text{
    font-size: 13px;
  }
}
.our_benefits .block_1 .desc {
  margin-top: -25px;
  background: #333;
  border-radius: 20px 20px 0 0;
  padding: 0px 35px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.67;
  text-align: justify;
  height: 175px;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .our_benefits .block_1 .desc {
    height: auto;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 500px) {
  .our_benefits .block_1 .desc {
    margin-top: -20px;
  }
}
@media screen and (max-width: 900px) {
  .our_benefits .block_1 {
    margin-bottom: 20px;
  }
}
.our_benefits .adv_list p {
  font-size: 16px;
  line-height: 2.0;
  position: relative;
  padding-left: 40px;
  color: #fff;
}
.our_benefits .adv_list p:after {
  content: "";
  top: 50%;
  width: 30px;
  height: 10px;
  left: 0;
  transform: translate(0, -50%);
  background: #ceff00;
  position: absolute;
}
.our_benefits .big_title {
  background: #5d5d5d;
  display: inline-flex;
  align-items: stretch;
  border-radius: 500px;
  margin-bottom: 25px;
}
.our_benefits .big_title .title_1 {
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
  background: #ceff00;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 500px;
  color: #000;
  margin-right: 0px;
  box-shadow: 20px 0px 25px -5px rgba(0, 0, 0, 0.61);
}
.our_benefits .big_title .title_2 {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  padding: 0 15px;
}
@media screen and (max-width: 500px) {
  .our_benefits .big_title .title_2 {
    background: #5d5d5d;
    border-radius: 100px;
    margin-top: 20px;
    padding: 8px 20px;
    line-height: 1.4;
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .our_benefits .big_title {
    display: block;
    background: rgba(0, 0, 0, 0);
  }
}
.our_benefits .title {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  background: #ceff00;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 500px;
  color: #000;
  margin: 30px 0 40px;
}
.our_benefits .main_img {
  position: absolute;
  width: 80%;
  right: 0;
  transition: 1s;
}
.our_benefits .main_img._active {
  opacity: 0;
}
@media screen and (max-width: 700px) {
  .our_benefits .main_img {
    height: 100%;
    width: unset;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 0;
       object-position: 100% 0;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
}
.our_benefits .content_box .wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .our_benefits .content_box .wrapper {
    align-items: stretch;
  }
}
.our_benefits .content_box .strip {
  width: 50px;
  flex: 0 0 50px;
}
.our_benefits .content_box .strip img {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .our_benefits .content_box .strip img {
    height: 120%;
  }
}
@media screen and (max-width: 500px) {
  .our_benefits .content_box .strip {
    width: 20px;
    flex: 0 0 20px;
  }
}
.our_benefits .content_box .list {
  /* font-size: 16px; */
  line-height: 1.5;
  /* text-align: left; */
  color: #fff;
  flex: 0 1 385px;
}
.our_benefits .content_box .list p {
  margin: 0 0 15px 15px;
}
@media screen and (max-width: 500px) {
  .our_benefits .content_box .list {
    font-size: 16px;
    padding-top: 10%;
  }
}
.prices {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .prices .wrapper {
    padding: 0 20px;
  }
}
.prices .title {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  background: #ceff00;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 500px;
  color: #000;
  margin: 30px 0 40px;
}
@media screen and (max-width: 500px) {
  .prices .title {
    margin: 20px 0;
  }
}
.prices .content_box {
  display: flex;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .prices .content_box .inside {
    background: #9a9596;
    padding: 20px 10px;
    border-radius: 10px;
    flex: 1 1 auto;
  }
}
.prices .content_box .price_block {
  flex: 0 1 calc(25% - 15px);
}
.prices .content_box .price_block img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .prices .content_box .price_block img {
    display: none;
  }
}
.prices .content_box .price_block .finger {
  font-size: 42px;
  text-align: center;
  color: #c9c7c8;
  margin-top: -170px;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .prices .content_box .price_block .finger {
    margin-top: 0;
    color: #000;
  }
}
.prices .content_box .price_block .text {
  font-size: 15px;
  line-height: 1.15;
  text-align: center;
  color: #000;
  height: 44px;
  padding: 0 5px;
}
@media screen and (max-width: 900px) {
  .prices .content_box .price_block .text {
    height: unset;
  }
}
.prices .content_box .price_block .button {
  margin-top: 50px;
  font-size: 23.5px;
  text-align: center;
  color: #000;
  background: #ceff00;
  border-radius: 15px;
  padding: 15px 0;
}
@media screen and (max-width: 900px) {
  .prices .content_box .price_block .button {
    margin-top: 30px;
  }
  .prices .content_box .price_block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .prices .content_box .price_block {
    flex: 0 1 calc(100% / 3 - 30px);
  }
}
@media screen and (max-width: 768px) {
  .prices .content_box .price_block {
    flex: 0 1 calc(100% / 2 - 30px);
  }
}
@media screen and (max-width: 600px) {
  .prices .content_box {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 400px) {
  .prices .content_box .price_block {
    flex: 0 1 calc(100%);
  }
}
.prices .wrapper {
  /* position: relative; */
  background: none;
  /* z-index: 2; */

}
.prices__wrapper {
  
  position: relative;
  padding-bottom: 50px;
}
.container-left {
  padding-left: calc((100% - 960px) / 2);
}
.prices__wrapper .main_img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 100%;
  /* max-width: 960px; */
  
  /* object-fit: contain; */
}
.prices__wrapper .main_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.development {
  position: relative;
  z-index: 6;
  margin-top: 40px;
  
}
.development .main_img {
  position: absolute;
  width: 100%;
  top: 0;
  /* bottom: 0; */
  /* top: 10%; */
}
.development .mobile__main_img {
  display: none;
  width: 100%;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .development .main_img, .prices__wrapper .main_img {
    display: none;
  }
  .development .mobile__main_img {
    display: block;
    opacity: 1.0;
  }
}
@media screen and (min-width: 1100px) {
  .development .main_img {
    height: 1000px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 100%;
       object-position: 100% 100%;
  }
}
.development .wrapper {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .development .wrapper {
    padding: 0 20px;
  }
}
.development .title {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  background: #ceff00;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 500px;
  color: #000;
  margin: 30px 0 240px;
}
@media screen and (max-width: 800px) {
  .development .title {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 500px) {
  .development .title {
    margin-bottom: 60px;
  }
}
.development p {
  width: 332px;
  line-height: 1.5;
  text-align: justify;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .development p {
    width: 100%;
  }
}
.development .small {
  width: 444px;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .development .small {
    width: 100%;
  }
}

.footer {
  padding: 20px 0;
}
.footer .number {
  font-size: 16px;
  color: #fff;
  margin-right: auto;
}
@media screen and (max-width: 700px) {
  .footer .number {
    margin-right: 0;
  }
}
.footer .adress {
  margin-left: auto;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  max-width: 150px;
}
@media screen and (max-width: 700px) {
  .footer .adress {
    margin-left: 0;
    max-width: 100%;
    text-align: center;
  }
}
.footer .wrapper, .socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.footer .wrapper img {
  height: 40px;
}
.socials a svg path{
  fill: #C0F700;
}
.socials a:hover path{
  fill: #a5d300;
  transition: all 300ms;
}
@media screen and (max-width: 700px) {
  .footer .wrapper {
    flex-direction: column;
  }
}

.mobile_menu {
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 100%;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: 10;
  gap: 30px;
  padding: 0 20px;
  transition: 0.2s;
}
.mobile_menu a {
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  .mobile_menu._active {
    top: 0;
  }
}