*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none;
  font-family: "DIN Pro Condensed Regular";
  min-width: 0;
}

html {
  font-size: 0.5076142132vw;
}
@media (max-width: 1000px) {
  html {
    font-size: 3.125vw;
  }
}

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;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-list {
  overflow: hidden;
}

.big_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #000;
  overflow-x: hidden;
}

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

.wrapper {
  padding: 0 20px;
  max-width: 1520px;
  margin: 0 auto;
}

.header {
  position: relative;
  padding-top: 40px;
  margin-bottom: 120px;
}
.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 400px) {
  .header .wrapper {
    padding: 20px;
  }
}
.header .logo {
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .header .logo {
    width: 150px;
  }
  .header .logo img {
    width: 100%;
  }
}
.header .menu {
  position: relative;
  z-index: 10;
  font-size: 29px;
  gap: 40px;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1400px) {
  .header .menu {
    gap: 0px;
  }
}
@media screen and (max-width: 1100px) {
  .header .menu .manu_link {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .header .menu {
    font-size: 12px;
    line-height: 1.2;
  }
}
.header .number {
  padding: 8px 0 8px 20px;
}
@media screen and (max-width: 600px) {
  .header .number {
    font-size: 16px;
    padding: 10px;
  }
}
.header .manu_link {
  padding: 8px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
}
.header .manu_link._active {
  background: #eb1c23;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .header .manu_link._active {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .header .manu_link {
    display: none;
  }
}
.header .main_img {
  width: 100%;
  margin-top: -110px;
  margin-bottom: -200px;
}
@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: 1100px) {
  .header .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12px 10px;
  }
}
@media screen and (max-width: 600px) {
  .header {
    padding: 0;
    margin-bottom: 20px;
  }
}

.first_screen {
  position: relative;
  padding-bottom: 300px;
}
.first_screen .wrapper {
  position: relative;
  z-index: 4;
}
.first_screen .main_img {
  position: absolute;
  top: -220px;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .first_screen .main_img {
    top: 0;
  }
}
@media screen and (max-width: 800px) {
  .first_screen .main_img {
    width: 200%;
    -o-object-position: 100% 0;
       object-position: 100% 0;
    left: unset;
    right: -40%;
  }
}
@media screen and (max-width: 600px) {
  .first_screen .main_img {
    width: 200%;
    -o-object-position: 100% 0;
       object-position: 100% 0;
    left: unset;
    right: -25%;
    top: 100px;
  }
}
.first_screen .text .pre {
  font-size: 32px;
  margin-bottom: 5px;
  color: #a7a7a7;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .first_screen .text .pre {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 600px) {
  .first_screen .text .pre {
    font-size: 12px;
  }
}
.first_screen .text h1 {
  font-size: 76px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .first_screen .text h1 {
    font-size: 34px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 600px) {
  .first_screen .text h1 {
    font-size: 28px;
    line-height: 1.2;
  }
}
.first_screen .text .after {
  font-size: 77px;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .first_screen .text .after {
    font-size: 34px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 600px) {
  .first_screen .text .after {
    font-size: 28px;
    line-height: 1.2;
  }
}
.first_screen .text .logos {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.first_screen .text .logos img {
  max-width: 180px;
}
@media screen and (max-width: 600px) {
  .first_screen .text .logos img {
    max-width: 40px;
  }
}
@media screen and (max-width: 600px) {
  .first_screen .text .logos {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .first_screen {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 600px) {
  .first_screen {
    padding-bottom: 270px;
  }
}

.block_title .title {
  font-size: 77px;
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .block_title .title {
    font-size: 40px;
  }
}
.block_title .desc {
  font-size: 32px;
  line-height: 42px;
  color: #a7a7a7;
}
@media screen and (max-width: 800px) {
  .block_title .desc {
    font-size: 24px;
    line-height: 30px;
  }
}

.about_us {
  overflow: hidden;
  position: relative;
  padding-bottom: 100px;
}
.about_us .wrapper {
  position: relative;
  z-index: 2;
}
.about_us .upper_text {
  position: relative;
  z-index: 10;
  font-size: 13px;
  line-height: 1.65;
  color: #fff;
  text-align: justify;
}
.about_us .upper_text p {
  margin-bottom: 20px;
}
.about_us .upper_text p.small {
  max-width: 418px;
}
.about_us .block_main_part .suptitle {
  font-size: 40px;
  line-height: 1.4;
  margin: 80px 0;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 1100px) {
  .about_us .block_main_part .suptitle {
    margin: 40px 0;
  }
}
@media screen and (max-width: 800px) {
  .about_us .block_main_part .suptitle {
    font-size: 40px;
  }
}
@media screen and (max-width: 769px) {
  .about_us .block_main_part .suptitle {
    font-size: 20px;
  }
}
.about_us .block_main_part ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 800px) {
  .about_us .block_main_part ul {
    gap: 20px;
  }
}
@media screen and (max-width: 769px) {
  .about_us .block_main_part ul {
    padding-left: 20px;
  }
}
.about_us .block_main_part li {
  font-size: 32px;
  line-height: 42px;
  position: relative;
  padding-left: 5px;
  color: #fff;
  text-transform: uppercase;
}
.about_us .block_main_part li img {
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
@media screen and (max-width: 800px) {
  .about_us .block_main_part li img {
    top: 3px;
  }
}
@media screen and (max-width: 769px) {
  .about_us .block_main_part li img {
    height: 15px;
    top: 6px;
    font-size: 16px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 800px) {
  .about_us .block_main_part li {
    font-size: 18px;
    line-height: 24px;
  }
}
.about_us .back_img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .about_us .back_img {
    bottom: 0%;
    top: unset;
    right: 0;
    -webkit-transform: none;
            transform: none;
    width: 1000px;
  }
}
@media screen and (max-width: 800px) {
  .about_us .back_img {
    -webkit-transform: translate(20%, 0);
            transform: translate(20%, 0);
  }
}
@media screen and (max-width: 1100px) {
  .about_us {
    padding-bottom: 500px;
  }
}
@media screen and (max-width: 769px) {
  .about_us {
    margin-top: 50px;
  }
}

.main_slider {
  background: url("../img/third_screen.jpg");
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 100px;
}
.main_slider .block_title {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .main_slider .block_title {
    margin-bottom: 20px;
  }
}
.main_slider .slider_container {
  position: relative;
}
.main_slider .slider_body {
  padding: 0 40px;
}
.main_slider .slider_body .slider_item {
  text-align: center;
}
.main_slider .slider_body .slider_item img {
  margin-bottom: 50px;
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  .main_slider .slider_body .slider_item img {
    margin-bottom: 0;
  }
}
.main_slider .slider_body .slider_item p {
  text-align: center;
  line-height: 32px;
  font-size: 27px;
  color: #fff;
  text-transform: uppercase;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 600px) {
  .main_slider .slider_body .slider_item p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 600px) {
  .main_slider .slider_body {
    padding: 0;
  }
}
.main_slider .slider_next,
.main_slider .slider_prev {
  background: #fff;
  width: 50px;
  height: 60px;
  cursor: pointer;
  top: 50%;
  position: absolute;
}
@media screen and (max-width: 600px) {
  .main_slider .slider_next,
  .main_slider .slider_prev {
    top: 78%;
    width: 30px;
    height: 30px;
  }
}
.main_slider .slider_prev {
  left: 0;
  -webkit-clip-path: polygon(100% 0, 0% 50%, 100% 100%);
          clip-path: polygon(100% 0, 0% 50%, 100% 100%);
}
.main_slider .slider_next {
  right: 0;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.our_coaches {
  background: url("../img/coaches-bg.png");
  background-size: 100% 90%;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  z-index: 6;
  margin-bottom: 80px;
}
.our_coaches::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 230px;
  background-image: url("./../img/red-sh.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.our_coaches .coaches_slider {
  overflow: hidden;
  position: relative;
  padding-bottom: 10rem;
}
@media (min-width: 1520px) {
  .our_coaches .coaches_slider {
    padding: 0 calc((100% - 1520px) / 2);
  }
}
.our_coaches .coaches_slider .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.our_coaches .coaches_slider .swiper-slide-active,
.our_coaches .coaches_slider .swiper-slide-next {
  opacity: 1;
}
@media (max-width: 699px) {
  .our_coaches .coaches_slider .swiper-slide-next {
    opacity: 0;
  }
}
.our_coaches .coaches_slider .slick-slide {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.our_coaches .coaches_slider .slick-slide[aria-hidden=true] {
  opacity: 0;
}
@media screen and (max-width: 1000px) {
  .our_coaches .coaches_slider {
    padding: 0 20px;
    padding-bottom: 40px;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .our_coaches .coaches_slider {
    padding: 0 2rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 700px) {
  .our_coaches .coaches_slider {
    overflow: visible;
    padding-bottom: 10rem;
  }
}
.our_coaches .coaches_slider_prev,
.our_coaches .coaches_slider_next {
  background: #fff;
  width: 50px;
  height: 60px;
  cursor: pointer;
  top: 30%;
  position: absolute;
  z-index: 7;
}
@media screen and (max-width: 700px) {
  .our_coaches .coaches_slider_prev,
  .our_coaches .coaches_slider_next {
    width: 30px;
    height: 30px;
    top: 92%;
  }
}
.our_coaches .coaches_slider_prev {
  -webkit-clip-path: polygon(100% 0, 0% 50%, 100% 100%);
          clip-path: polygon(100% 0, 0% 50%, 100% 100%);
  left: 20px;
}
@media (min-width: 1520px) {
  .our_coaches .coaches_slider_prev {
    left: calc((100% - 1520px) / 2);
  }
}
@media (max-width: 768px) {
  .our_coaches .coaches_slider_prev {
    left: 2rem;
  }
}
@media (max-width: 400px) {
  .our_coaches .coaches_slider_prev {
    left: 0;
  }
}
.our_coaches .coaches_slider_next {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  right: 20px;
}
@media (min-width: 1520px) {
  .our_coaches .coaches_slider_next {
    right: calc((100% - 1520px) / 2);
  }
}
@media (max-width: 768px) {
  .our_coaches .coaches_slider_next {
    right: 2rem;
  }
}
@media (max-width: 400px) {
  .our_coaches .coaches_slider_next {
    right: 0;
  }
}
.our_coaches .slick-list {
  overflow: visible;
}
.our_coaches .slider_item {
  z-index: 4;
}
.our_coaches .slider_item._1 .after_text {
  text-align: center;
}
.our_coaches .slider_item._2 .after_text {
  text-align: center;
}
.our_coaches .slider_item .ill {
  width: 60%;
  margin: 0 auto;
  -webkit-transform: translate(10%, 0);
          transform: translate(10%, 0);
}
@media screen and (max-width: 1000px) {
  .our_coaches .slider_item .ill {
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 100%;
  }
  .our_coaches .slider_item .ill img {
    max-width: 100%;
  }
}
.our_coaches .slider_item .text {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 769px) {
  .our_coaches .slider_item .text {
    font-size: 24px;
    text-align: left;
    margin: 0 auto;
    line-height: 1.4;
  }
}
.our_coaches .slider_item .after_text {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
  position: relative;
  z-index: 3;
  -webkit-transform: translate(-20%, 0);
          transform: translate(-20%, 0);
}
@media screen and (max-width: 1000px) {
  .our_coaches .slider_item .after_text {
    -webkit-transform: translate(0);
            transform: translate(0);
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .our_coaches .slider_item .after_text {
    position: absolute;
    bottom: -27%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 25rem;
  }
}
@media screen and (max-width: 450px) {
  .our_coaches .slider_item .after_text {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
  }
}
.our_coaches .slider_item .main_pic {
  position: relative;
  z-index: 6;
  width: 100%;
  margin: -20rem 0 0;
  position: relative;
  z-index: 2;
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
}
@media (max-width: 769px) {
  .our_coaches .slider_item .main_pic {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.our_coaches .slider_item .main_pic._1 {
  margin: -28rem 0 0;
}
@media (max-width: 1000px) {
  .our_coaches .slider_item .main_pic._1 {
    display: none;
    margin: -280px 0 0;
  }
}
@media (max-width: 700px) {
  .our_coaches .slider_item .main_pic._1 {
    display: block;
    width: 120%;
    margin: -28rem 0 0;
    -webkit-transform: translate(-3rem, -3rem) scale(1.3);
            transform: translate(-3rem, -3rem) scale(1.3);
  }
}
.our_coaches .slider_item .main_pic._2 {
  width: 85%;
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
}
@media (max-width: 1000px) {
  .our_coaches .slider_item .main_pic._2 {
    display: none;
  }
}
@media (max-width: 700px) {
  .our_coaches .slider_item .main_pic._2 {
    display: block;
    width: 100%;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media (max-width: 1000px) {
  .our_coaches .slider_item .main_pic {
    display: none;
  }
}
@media (max-width: 700px) {
  .our_coaches .slider_item .main_pic {
    display: block;
    margin: -80px 0 0;
    -webkit-transform: translate(0) scale(1.1);
            transform: translate(0) scale(1.1);
    width: 100%;
  }
}
.our_coaches .slider_item .img_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 700px) {
  .our_coaches .slider_item .img_cont {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 1000px) {
  .our_coaches .slider_item {
    margin: 0 20px;
  }
}
@media screen and (max-width: 769px) {
  .our_coaches .slider_item {
    margin: 0;
    padding: 0 20px;
  }
}
.our_coaches .block_title {
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .our_coaches {
    overflow: hidden;
  }
}
@media screen and (max-width: 769px) {
  .our_coaches {
    margin-bottom: 0;
  }
}

.our_brands {
  padding-bottom: 50px;
  position: relative;
}
.our_brands .img_back {
  display: none;
  position: absolute;
  top: 5%;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.our_brands .img_back img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .our_brands .img_back {
    display: block;
  }
}
.our_brands .block_title {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .our_brands .block_title {
    margin-bottom: 60px;
  }
}
.our_brands .wrapper {
  position: relative;
  z-index: 2;
}
.our_brands .content_box {
  background: url("../img/fifth_screen.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .our_brands .content_box {
    background-image: url("./../img/fifth_screen_mobile.jpg");
    background-size: cover;
    padding: 0;
  }
}
.our_brands .content_box .brands__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px 80px;
}
.our_brands .content_box .brands__row:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .our_brands .content_box .brands__row:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .our_brands .content_box .brands__row {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, 200px);
  }
}
@media (max-width: 600px) {
  .our_brands .content_box .brands__row {
    grid-template-columns: 1fr 1fr;
  }
}
.our_brands .content_box img {
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}
@media (max-width: 768px) {
  .our_brands .content_box img {
    height: 80px;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 425px) {
  .our_brands .content_box img {
    height: 65px;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 600px) {
  .our_brands .content_box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 1300px) {
  .our_brands {
    background: none;
  }
}
@media screen and (max-width: 600px) {
  .our_brands {
    padding-bottom: 20px;
    background: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% -50%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.our_specialists {
  background: url("../img/sith_screen.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding: 110px 0;
  position: relative;
  z-index: 4;
}
.our_specialists .block_title {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .our_specialists .block_title {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 400px) {
  .our_specialists .block_title {
    margin-bottom: 20px;
    margin-top: 2px;
  }
}
.our_specialists .author .name {
  color: #fefefe;
  font-size: 40px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .our_specialists .author .name {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
  }
}
.our_specialists .author .position {
  color: #fff;
  font-size: 32px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .our_specialists .author .position {
    font-size: 20px;
    line-height: 1.4;
  }
}
.our_specialists p {
  margin-top: 70px;
  font-size: 32px;
  line-height: 42px;
  color: #fff;
  display: inline-block;
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
  padding-right: 40px;
}
@media screen and (max-width: 600px) {
  .our_specialists p {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
    padding: 0;
    text-transform: uppercase;
    -webkit-clip-path: none;
            clip-path: none;
  }
}
@media screen and (max-width: 1300px) {
  .our_specialists {
    padding-bottom: 400px;
    background-size: contain;
    background-position: 100% 100%;
  }
}
@media screen and (max-width: 800px) {
  .our_specialists {
    padding-bottom: 80%;
    background: url("../img/sith_screen_mobile.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    padding-top: 40px;
  }
}

.our_benefits {
  background: url("../img/seventh_screen.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 50%;
}
.our_benefits .block_title {
  margin-bottom: 100px;
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .our_benefits .block_title {
    margin-bottom: 30px;
  }
}
.our_benefits .content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 800px;
}
.our_benefits .content_box .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .our_benefits .content_box .item {
    padding: 0 10px;
    margin-bottom: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
.our_benefits .content_box .icon {
  margin-bottom: 10px;
  height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.our_benefits .content_box .icon img {
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  .our_benefits .content_box .icon {
    height: 100px;
  }
}
.our_benefits .content_box .text {
  font-size: 30px;
  line-height: 42px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .our_benefits .content_box .text {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 600px) {
  .our_benefits {
    background-size: contain;
    background-position: 0 100%;
    padding-bottom: 150px;
  }
}

.contuct_us {
  background: url("../img/eight_screen.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 100px 0 200px;
}
@media (max-width: 1024px) {
  .contuct_us {
    padding-bottom: 60px;
  }
}
.contuct_us .block_title {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .contuct_us .block_title {
    margin-bottom: 20px;
  }
}
.contuct_us .content_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 140px;
}
@media screen and (max-width: 1000px) {
  .contuct_us .content_box .left_part {
    margin-bottom: 40px;
  }
}
.contuct_us .content_box input {
  border: 1px solid #eb1c23;
  border-radius: 30px;
  width: 100%;
  padding: 25px 30px;
  font-size: 50px;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .contuct_us .content_box input {
    padding: 15px 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .contuct_us .content_box input {
    border-radius: 15px;
  }
}
.contuct_us .content_box textarea {
  border: 1px solid #eb1c23;
  border-radius: 30px;
  width: 100%;
  padding: 25px 30px;
  font-size: 50px;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  height: 300px;
  resize: none;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .contuct_us .content_box textarea {
    padding: 15px 20px;
    font-size: 24px;
    height: 200px;
  }
}
@media screen and (max-width: 600px) {
  .contuct_us .content_box textarea {
    border-radius: 15px;
  }
}
.contuct_us .content_box button {
  border: 1px solid #eb1c23;
  border-radius: 30px;
  width: 100%;
  padding: 25px 30px;
  font-size: 50px;
  color: #fff;
  background: #eb1c23;
  text-align: left;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .contuct_us .content_box button {
    padding: 15px 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .contuct_us .content_box button {
    border-radius: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .contuct_us .content_box {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0px;
  }
}
.contuct_us .right_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contuct_us .right_part .map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .contuct_us .right_part .map {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    height: 350px;
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .contuct_us .right_part .map {
    height: 250px;
  }
}
.contuct_us .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
}
@media (max-width: 600px) {
  .contuct_us .contact-item {
    width: 40px;
    height: 40px;
  }
}
.contuct_us .contact-item a {
  display: block;
  height: 100%;
}
.contuct_us .contact-item img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.contuct_us .contucts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contuct_us .contucts__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 600px) {
  .contuct_us .contucts__left {
    gap: 3px;
  }
}
.contuct_us .contucts .text {
  text-align: right;
}
.contuct_us .contucts .text .upper {
  font-size: 31px;
  line-height: 42px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .contuct_us .contucts .text .upper {
    font-size: 16px;
    line-height: 20px;
  }
}
.contuct_us .contucts .text .lower {
  font-size: 37px;
  line-height: 42px;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .contuct_us .contucts .text .lower {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 600px) {
  .contuct_us .contucts .text {
    margin-left: auto;
  }
}
@media screen and (max-width: 1300px) {
  .contuct_us .contucts {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .contuct_us .contucts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .contuct_us {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

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

.icon-marker {
  cursor: pointer;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  position: relative;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.shop {
  padding-bottom: 60px;
}
@media (max-width: 800px) {
  .shop {
    padding-bottom: 0px;
  }
}
.shop__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 77px;
  margin-bottom: 60px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  background-color: #eb1c23;
  border-radius: 15px;
}
@media (max-width: 800px) {
  .shop__title {
    font-size: 40px;
    margin-bottom: 30px;
    padding: 10px;
  }
}
@media (max-width: 800px) {
  .shop__title {
    font-size: 33px;
  }
}
.shop__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-image: url("./../img/shop/touch.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 800px) {
  .shop__title::after {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 375px) {
  .shop__title::after {
    width: 30px;
    height: 30px;
  }
}
.shop__wrapper {
  padding: 0 80px;
  position: relative;
}
.shop__slider {
  position: relative;
  padding-bottom: 20px;
}
.shop__slider .swiper-slide {
  height: auto;
}
.shop__btn {
  position: absolute;
  top: 30%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 20px;
  height: 20px;
  -webkit-transform-origin: center;
          transform-origin: center;
  cursor: pointer;
}
.shop__btn--prev {
  border: 30px solid transparent;
  border-right: 40px solid #fff;
  left: 0;
}
@media (max-width: 699px) {
  .shop__btn--prev {
    -webkit-transform: unset;
            transform: unset;
    top: unset;
    bottom: 60px;
    border: 15px solid transparent;
    border-right: 30px solid #fff;
  }
}
.shop__btn--next {
  border: 30px solid transparent;
  border-left: 40px solid #fff;
  right: 0;
}
@media (max-width: 699px) {
  .shop__btn--next {
    -webkit-transform: unset;
            transform: unset;
    top: unset;
    bottom: 60px;
    border: 15px solid transparent;
    border-left: 30px solid #fff;
  }
}

.shop-item {
  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;
  gap: 30px;
  position: relative;
}
.shop-item__link {
  position: absolute;
  inset: 0;
  z-index: 3;
}
.shop-item__image {
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
}
.shop-item__subtitle {
  display: block;
  text-align: center;
  color: #a7a7a7;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .shop-item__subtitle {
    font-size: 18px;
  }
}
.shop-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}
.shop-item__content {
  text-align: center;
}
.shop-item__title {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: "DIN Pro";
}
.shop-item__title span {
  font-weight: 400;
  color: #a7a7a7;
}
@media (max-width: 768px) {
  .shop-item__title {
    font-size: 18px;
  }
}
.shop-item__price {
  display: inline-block;
  border: 1px solid #eb1c23;
  color: #eb1c23;
  font-size: 22px;
  font-weight: 700;
  border-radius: 15px;
  padding: 10px 30px;
  margin: 0 auto;
  font-family: "DIN Pro";
}
@media (max-width: 768px) {
  .shop-item__price {
    font-size: 18px;
  }
}