* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  margin: inherit;
  padding: inherit;
}

body {
  line-height: 1.5;
  font-family: 'Golos Text', sans-serif;
  font-size: 16px;
}

input.error {
  border: 1px solid red !important;
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

.container {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.resp-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.resp-menu {
  position: relative;
  display: none;
  flex-direction: column;
  align-items: center;
  margin-left: 20px;
  cursor: pointer;
  z-index: 999;
  user-select: none;
  cursor: pointer;
}

.resp-menu_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30px;
  height: 30px;
  transition: .3s linear;
  user-select: none;
}

.resp-menu_inner span {
  width: 30px;
  height: 3px;
  background: #000;
  transition: .15s;
}

.resp-menu_inner span:nth-child(1) {
  margin-bottom: 7px;
}

.resp-menu_inner span:nth-child(3) {
  margin-top: -3px;
}

.resp-menu_inner span:nth-child(4) {
  margin-top: 7px;
}

body.open-menu .resp-menu span {
  display: none;
}

body.open-menu .resp-menu span:nth-child(2) {
  display: block;
  transform: rotate(-45deg);
}

body.open-menu .resp-menu span:nth-child(3) {
  display: block;
  transform: rotate(45deg);
}

body.open-menu .resp-wrap {
  opacity: 1;
  visibility: visible;
}

.title {
  color: #FFF;
  text-align: center;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.descr {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

@media (max-width: 1023px) {
  .title {
    font-size: 1.75rem;
  }

  .descr {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .title {
    font-size: 1.5rem;
  }

  .descr {
    font-size: 0.95rem;
  }
}

.slider-prev,
.slider-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: #F07F1C;
}

.header {
  position: fixed;
  top: 0;
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-bottom: 1px solid #ccc;
  z-index: 999;
}

.header__inner {
  display: flex;
  align-items: center;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  z-index: 999;
}

.header__logo {
  flex: none;
  display: flex;
  align-items: center;
  margin-right: 75px;
}

.header__logo img {
  max-width: 100%;
  height: auto;
}

.header__nav {
  margin-right: 40px;
}

.header__nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header__nav ul li {
  padding: 3px 25px;
  color: #646464;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.header__nav ul li a {
  color: #646464;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}

.header__nav ul li a:hover {
  color: #F07F1C;
  font-weight: 500;
}

.header__nav ul li a.active {
  color: #F07F1C;
  font-weight: 500;
}

.header__nav_info {
  display: none;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #050505;
}

.header__nav_info_phone {
  margin-bottom: 20px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  color: #050505;
  text-align: center;
}

.header__nav_info_phone a {
  color: #050505;
  text-decoration: none;
}

.header__nav_info_social {
  display: flex;
  justify-content: center;
}

.header__nav_info_social a {
  display: flex;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
}

.header__nav_info_feedback {
  margin-top: 20px;
}

.header__nav_info_feedback a {
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 40px;
  padding: 0px 24px;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  background: #F07F1C;
  border-radius: 12px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  transition: 0.3s;
  cursor: pointer;
}

.header__nav_info_feedback a img {
  margin-right: 8px;
}

.header__contacts {
  flex: none;
  display: flex;
  align-items: center;
  margin-left: auto;
}

.header__phone {
  margin-right: 15px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  color: #050505;
}

.header__phone a {
  color: #050505;
  text-decoration: none;
}

.header__social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}

.header__social:last-child {
  margin-bottom: 0;
}

.header__social a {
  display: flex;
  align-items: center;
}

.header__feedback {
  flex: none;
  margin-left: 30px;
}

.header__feedback a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0px 24px;
  color: #fff;
  text-decoration: none;
  background: #F07F1C;
  border-radius: 12px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  transition: 0.3s;
  overflow: hidden;
  cursor: pointer;
}

.header__feedback a img {
  margin-right: 8px;
}

.header__feedback a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -120%;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform: skewX(-45deg);
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  transition: 0.7s;
}

.header__feedback a:hover::before {
  left: 120%;
}

.header-space {
  height: 101px;
}

@media (max-width: 1536px) {
  .header__nav ul li {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1439px) {
  .header__nav ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1365px) {
  .header__nav ul li {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.05rem;
  }
}

@media (max-width: 1279px) {
  .header {
    padding-left: 15px;
    padding: 15px;
  }

  .header__logo {
    margin-right: 35px;
  }

  .header__feedback {
    margin-left: 20px;
  }
}

@media (max-width: 1023px) {
  .resp-menu {
    display: flex;
  }

  .header {
    min-height: 66px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header__inner {
    padding: 0;
  }

  .header-space {
    height: 66px;
  }

  .header__logo {
    margin-right: 0;
    width: 130px;
  }

  .header__nav {
    position: fixed;
    top: 0;
    right: -450px;
    bottom: 0;
    width: 100%;
    max-width: 320px;
    margin-right: 0;
    padding-top: 70px;
    padding-left: 50px;
    padding-right: 50px;
    background: #fff;
    z-index: 100;
    overflow-y: auto;
    transition: 0.3s;
  }

  .header__nav ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .header__nav ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .header__nav ul li a {
    color: #050505;
  }

  .header__nav_info {
    display: flex;
    flex-direction: column;
  }

  .header__feedback {
    margin-left: auto;
  }

  body.open-menu .header__nav {
    right: 0;
  }
}

@media (max-width: 767px) {
  .header__contacts {
    display: none;
  }
}

@media (max-width: 479px) {
  .header__feedback a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0.7rem;
  }

  .header__feedback img {
    display: none;
  }
}

.main {
  background-size: cover;
  background-position: right center;
  height: calc(100vh - 101px);
}

.main__block {
  display: flex;
  align-items: center;
  max-width: 1240px;
  min-height: 870px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.main__title {
  font-size: 4.1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
}

@media(max-width: 1900px) {
  .main__title {
    font-size: 3.8rem;
  }
}

@media (max-width: 1599px) {
  .main__block {
    min-height: 670px;
    height: 100%;
  }

  .main__title {
    font-size: 3.7rem;
  }
}

@media (max-width: 1599px) {
  .main__title {
    font-size: 3.5rem;
  }
}

@media (max-width: 1439px) {
  .main__title {
    font-size: 3.2rem;
  }
}

@media (max-width: 1023px) {
  .main {
    height: 100%;
  }

  .main__block {
    min-height: 450px;
  }

  .main__title {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .main {
    background-position: -180px center;
  }

  .main__block {
    min-height: 350px;
  }

  .main__title {
    font-size: 1.5rem;
  }
}

@media (max-width: 479px) {
  .main {
    background-position: -180px center;
  }

  .main__block {
    min-height: 300px;
  }

  .main__title {
    font-size: 1.15rem;
  }
}

.school {
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: 40%;
  background-repeat: repeat;
}

.school__title {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #646464;
  text-align: center;
}

.school__descr {
  margin-top: 15px;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #646464;
  text-align: center;
}

.school__items {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.school__items_item {
  width: 235px;
}

.school__items_item_photo {
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 2px solid #727272;
}

.school__items_item_photo.orange {
  border: 2px solid #F07F1C;
}

.school__items_item_title {
  margin-top: 12px;
  color: #363636;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.school__items_item_title.orange {
  color: #F07F1C;
}

.school__items_arrow {
  display: flex;
  align-items: center;
  margin-top: -5%;
  margin-left: 10px;
  margin-right: 10px;
}

.school__feedback {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.school__feedback a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  padding: 0px 38px;
  color: #fff;
  text-decoration: none;
  background: #F07F1C;
  border-radius: 16px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  transition: 0.3s;
  cursor: pointer;
}

.school__feedback a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -120%;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform: skewX(-45deg);
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  transition: 0.7s;
}

.school__feedback a:hover::before {
  left: 120%;
}

@media (max-width: 1279px) {
  .school__title {
    font-size: 1.8rem;
  }

  .school__descr {
    font-size: 1.2rem;
  }

  .school__items_item_title {
    font-size: 1.1rem;
  }
}

@media (max-width: 1023px) {
  .school__title {
    font-size: 1.6rem;
  }

  .school__descr {
    font-size: 1.1rem;
  }

  .school__items_item_title {
    font-size: 0.9rem;
  }

  .school__feedback {
    margin-top: 50px;
  }

  .school__feedback a {
    height: 50px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .school {
    padding-bottom: 50px;
    padding-top: 50px;
    background-size: 80%;
  }

  .school__title {
    font-size: 1.2rem;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }

  .school__descr {
    font-size: 1rem;
  }

  .school__items {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }

  .school__items_item {
    position: relative;
    width: 25%;
    margin-bottom: 55px;
    padding-left: 2px;
    padding-right: 2px;
  }

  /* 
  .school__items_item:nth-of-type(1) {
    order: 4;
  }

  .school__items_item:nth-of-type(3) {
    order: 1;
  }

  .school__items_item:nth-of-type(3)::before {
    content: '';
    position: absolute;
    background-image: url('../images/school-arrow.svg');
    width: 44px;
    height: 45px;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -50px;
    left: calc(50% - 22px);
    transform: rotate(270deg);
  }

  .school__items_item:nth-of-type(5) {
    order: 3;
  }

  .school__items_item:nth-of-type(5)::before {
    content: '';
    position: absolute;
    background-image: url('../images/school-arrow.svg');
    width: 44px;
    height: 45px;
    background-size: cover;
    background-repeat: no-repeat;
    top: calc(50% - 42px);
    left: -24px;
    transform: rotate(0);
  }

  .school__items_item:nth-of-type(7) {
    order: 4;
  }

  .school__items_item:nth-of-type(7)::before {
    content: '';
    position: absolute;
    background-image: url('../images/school-arrow.svg');
    width: 44px;
    height: 45px;
    background-size: cover;
    background-repeat: no-repeat;
    top: -50px;
    left: calc(50% - 22px);
    transform: rotate(90deg);
  } */


  .school__items_item_title {
    font-size: 0.65rem;
  }

  .school__items_arrow {
    width: 15px;
    margin-left: auto;
    margin-right: auto;
    align-self: flex-start;
    margin-top: 35px;
  }

  .school__items_arrow img {
    max-width: 100%;
    height: auto;
  }

  .school__feedback {
    margin-top: 0px;
  }

  .school__feedback a {
    height: 45px;
    font-size: 0.80rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.advantages {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #37b3e7;
  background-size: 50%;
  background-repeat: repeat;
}

.advantages__descr {
  margin-top: 15px;
}

.advantages__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  margin-left: -15px;
  margin-right: -15px;
}

.advantages__items_item {
  display: flex;
  align-items: center;
  width: calc(50% - 20px);
}

.advantages__items_item:nth-child(2n+1) {
  margin-right: 40px;
}

.advantages__items_item_photo {
  display: flex;
  max-width: 270px;
  width: 100%;
  flex: none;
}

.advantages__items_item_photo img {
  max-width: 100%;
  height: auto;
}

.advantages__items_item_info {
  display: flex;
  flex-direction: column;
  margin-left: -5px;
}

.advantages__items_item_info_title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
}

.advantages__items_item_info_text {
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
}

@media (max-width: 1279px) {
  .advantages__items {
    margin-left: auto;
    margin-right: auto;
  }

  .advantages__items_item_photo {
    max-width: 200px;
  }

  .advantages__items_item_info_title {
    font-size: 1.35rem;
  }

  .advantages__items_item_info_text {
    font-size: 0.9em;
  }
}

@media (max-width: 1023px) {
  .advantages__block {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .advantages__items_item {
    width: 100%;
    margin-bottom: 45px;
    margin-right: 0 !important;
    margin-top: 0;
  }

  .advantages__items_item:last-child {
    margin-bottom: 0;
  }

  .advantages__items_item_photo {
    margin-right: 20px;
  }

  .advantages__items_item_info_title {
    font-size: 1.25rem;
    text-align: left;
  }

  .advantages__items_item_info_text {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .advantages {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .advantages__block {
    max-width: 370px;
  }

  .advantages__items_item_photo {
    max-width: 130px;
    margin-right: 20px;
  }

  .advantages__items_item_info_title {
    font-size: 1rem;
  }

  .advantages__items_item_info_text {
    font-size: 0.75rem;
  }

  .advantages__items_item_info_descr {
    font-size: 0.70rem;
  }
}

.teacher {
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: 40%;
  background-repeat: repeat;
}

.teacher-container {
  max-width: 1362px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.teacher__title {
  max-width: 1180px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  color: #050505;
}

.teacher__descr {
  max-width: 1180px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  color: #646464;
}

.teacher__content {
  display: flex;
  width: 100%;
  margin-top: 40px;
}

.teacher__slider {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.teacher__slider_prev {
  align-self: center;
  flex: none;
  margin-right: 20px;
  cursor: pointer;
}

.teacher__slider_next {
  align-self: center;
  flex: none;
  margin-left: 20px;
  cursor: pointer;
}

.teacher__slider_slide {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  background: #F4F4F4;
}

.teacher__slider_slide_photo {
  padding-top: 127.5%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.teacher__slider_slide_name {
  padding: 20px 24px;
  color: #050505;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.teacher__slider_slide_button {
  display: flex;
  padding-left: 24px;
  margin-bottom: 20px;
}

.teacher__slider_slide_button a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0px 24px;
  color: #fff;
  text-decoration: none;
  background: #F07F1C;
  border-radius: 12px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  transition: 0.3s;
}

.teacher__slider_slide_button a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -120%;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform: skewX(-45deg);
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  transition: 1s;
}

.teacher__slider_slide_button a:hover::before {
  left: 120%;
}


@media (max-width: 1279px) {
  .teacher__slider_slide_name {
    font-size: 1rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .teacher__slider_slide_button {
    padding-left: 10px;
  }
}

@media (max-width: 1023px) {
  .teacher__slider_slide_name {
    font-size: 1rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .teacher__slider_slide_button {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .teacher {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .teacher__slider {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .teacher__slider_prev {
    width: 30px;
    height: 30px;
    border-radius: 5px;
  }

  .teacher__slider_prev img {
    width: 20px;
  }

  .teacher__slider_next {
    width: 30px;
    height: 30px;
    border-radius: 5px;
  }

  .teacher__slider_next img {
    width: 20px;
  }
}

.review {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #37b3e7;
  background-repeat: repeat;
  background-size: 50%;
  overflow: hidden;
}

.review-container {
  max-width: 1362px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.review__title {
  max-width: 1180px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}

.review__descr {
  max-width: 1180px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  color: #fff;
}

.review__content {
  display: flex;
  width: 100%;
  margin-top: 40px;
}

.review__slider {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.review__slider_prev {
  align-self: center;
  flex: none;
  margin-right: 20px;
  cursor: pointer;
}

.review__slider_next {
  align-self: center;
  flex: none;
  margin-left: 20px;
  cursor: pointer;
}

.review__slider_slide {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  background: #F4F4F4;
}

.review__slider_slide_photo {
  padding-top: 188%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@media (max-width: 1279px) {
  .review__slider_slide_name {
    font-size: 1rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .review__slider_slide_button {
    padding-left: 10px;
  }
}

@media (max-width: 1023px) {
  .review__slider_slide_name {
    font-size: 1rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .review__slider_slide_button {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .review {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .review__slider {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .review__slider_prev {
    width: 30px;
    height: 30px;
    border-radius: 5px;
  }

  .review__slider_prev img {
    width: 20px;
  }

  .review__slider_next {
    width: 30px;
    height: 30px;
    border-radius: 5px;
  }

  .review__slider_next img {
    width: 20px;
  }
}

/* 
.review__slider {
  position: relative;
  left: 80px;
  margin-top: 60px;
}

.review__slider::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(270deg, rgba(56, 179, 231, 0.8) 0%, rgba(56, 179, 231, 0) 100%);
  z-index: 1;
}

.review__slider_slide_photo {
  padding-top: 190%;
  background-size: cover;
  background-repeat: no-repeat;
}

.review__nav {
  display: flex;
  margin-top: 40px;
  margin-left: 80px;
}

.review__nav_prev {
  margin-right: 20px;
  cursor: pointer;
}

.review__nav_next {
  cursor: pointer;
}

@media (max-width: 767px) {
  .review {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .review__block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .review__title {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }

  .review__descr {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }

  .review__slider {
    max-width: 245px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    left: 0px;
  }

  .review__slider::after {
    content: none;
  }

  .review__nav {
    position: absolute;
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    left: 15px;
    right: 15px;
    margin-top: 25px;
    z-index: 10;
  }

  .review__nav_prev {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    margin-right: 10px;
  }

  .review__nav_prev img {
    width: 20px;
  }

  .review__nav_next {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    margin-left: auto;
  }

  .review__nav_next img {
    width: 20px;
  }
} */

.gallery {
  padding-top: 80px;
  padding-bottom: 80px;
  background-repeat: repeat;
  background-size: 40%;
}

.gallery::after {
  content: '';
  clear: both;
  display: table;
}

.gallery__title {
  color: #050505;
}

.gallery__descr {
  margin-top: 15px;
  color: #646464;
}

.gallery__items {
  margin-top: 80px;
  border-radius: 30px;
  overflow: hidden;
}

.gallery__items_item {
  width: 25%;
  float: left;
}

.gallery__items_item_inner {
  display: flex;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
}

.gallery__items_item:nth-child(1) .gallery__items_item_inner {
  padding-top: 200%;
}

.gallery__items_item:nth-child(6) {
  width: 50%;
}

.gallery__items_item:nth-child(6) .gallery__items_item_inner {
  padding-top: 50%;
}

.gallery__items_item:nth-child(8) {
  width: 50%;
}

.gallery__items_item:nth-child(8) .gallery__items_item_inner {
  padding-top: 50%;
}

.gallery__items_item:nth-child(9) {
  float: right;
  width: 25%;
}

.gallery__items_item:nth-child(9) .gallery__items_item_inner {
  padding-top: 200%;
}

.gallery__items_item:nth-child(10) {
  width: 37.5%;
}

.gallery__items_item:nth-child(10) .gallery__items_item_inner {
  padding-top: 66.65%;
}

.gallery__items_item:nth-child(11) {
  width: 37.5%;
}

.gallery__items_item:nth-child(11) .gallery__items_item_inner {
  padding-top: 66.65%;
}

@media (max-width: 767px) {
  .gallery {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .gallery__items {
    margin-top: 30px;
  }
}

.footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #38B3E7;
  background-repeat: repeat;
  background-size: 50%;
}

.footer__descr {
  margin-top: 15px;
}

.footer__advantages {
  display: flex;
  width: 100%;
  margin-top: 80px;
}

.footer__advantages_content {
  width: 50%;
}

.footer__advantages_content_item {
  display: flex;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer__advantages_content_item_icon {
  margin-right: 25px;
}

.footer__advantages_content_item_icon img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.footer__advantages_content_item_text {
  color: #fff;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.footer__advantages_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}

.footer__advantages_button a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding: 0px 36px;
  color: #fff;
  text-decoration: none;
  background: #F07F1C;
  border-radius: 16px;
  font-size: 1.25rem;
  font-style: normal;
  line-height: 120%;
  transition: 0.3s;
}

.footer__advantages_button a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -120%;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform: skewX(-45deg);
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  transition: 1s;
}

.footer__advantages_button a:hover::before {
  left: 120%;
}

.footer__form {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  padding: 40px 60px;
  border-radius: 40px;
  background: #71C9EE;
}

.footer__form_title {
  color: #fff;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.footer__form_form {
  display: flex;
  margin-top: 40px;
}

.footer__form_form_label {
  width: 100%;
  height: 55px;
  margin-right: 20px;
}

.footer__form_form_label input {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 16px;
  padding-left: 24px;
  padding-right: 24px;
  background: #fff;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  outline: none;
}

.footer__form_form_button input {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding: 0px 36px;
  color: #fff;
  text-decoration: none;
  background: #F07F1C;
  border: 0;
  border-radius: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  transition: 0.3s;
  cursor: pointer;
}

.footer__form_form_button button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -120%;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform: skewX(-45deg);
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  transition: 1s;
}

.footer__form_form_button button:hover::before {
  left: 120%;
}

.footer__copy {
  display: flex;
  align-items: center;
  width: 100%;
  color: #fff;
  margin-top: 80px;
  text-align: right;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  gap: 10px;
}

.footer__copy_button a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 24px;
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  transition: 0.3s;
  text-align: center;
  /* Ensure text is centered */
}

.footer__copy_button a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -120%;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  transform: skewX(-45deg);
  z-index: 1;
  transition: 1s;
}

.footer__copy_button a:hover::before {
  left: 120%;
}

.footer__copy_velvet {
  margin-left: auto;
}

.footer__copy a {
  color: #fff;
  text-decoration: none;
}

.footer__copy span {
  color: #DE33CD;
}

@media (max-width: 1023px) {
  .footer__block {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__advantages {
    flex-direction: column;
    margin-top: 50px;
  }

  .footer__advantages_content {
    width: 100%;
  }

  .footer__advantages_content_item_text {
    font-size: 1rem;
  }

  .footer__advantages_button {
    width: 100%;
    margin-top: 30px;
  }

  .footer__advantages_button a {
    height: 55px;
    font-size: 1rem;
  }

  .footer__form {
    margin-top: 50px;
  }

  .footer__form_title {
    font-size: 1.5rem;
  }

  .footer__form_form {
    flex-direction: column;
  }

  .footer__form_form_label {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .footer__copy {
    margin-top: 0;
    flex-direction: column;
    gap: 0px;
    align-items: center;
  }

  .footer__copy_button {
    width: fit-content;
  }

  .footer__copy_velvet {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer__block {
    max-width: 370px;
  }

  .footer__advantages {
    margin-top: 30px;
  }

  .footer__advantages_content_item_icon {
    width: 35px;
  }

  .footer__advantages_button a {
    height: 45px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 0.8rem;
  }

  .footer__form {
    padding: 30px 35px;
  }

  .footer__form_title {
    font-size: 1.2em;
  }

  .footer__form_form_label {
    height: 45px;
  }

  .footer__form_form_label input {
    font-size: 0.775rem;
  }

  .footer__form_form_button button {
    height: 45px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 0.8rem;
  }
}

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