@charset "UTF-8";
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-ExtraLight.woff2") format("woff2"), url("../fonts/Inter-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Thin.woff2") format("woff2"), url("../fonts/Inter-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
/* Шаблоны (заготовки)
* @extend %имя шаблона;
*/
* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  color: #fff;
}

*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

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

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

sup {
  color: inherit;
}

/* =======================================================================================================================
* Библиотеки
* раскомментировать для использования 
*/
* {
  scrollbar-width: 0.5rem;
  scrollbar-color: #051B34 #d6d6d6;
}
*::-webkit-scrollbar {
  width: 0.5rem;
}
*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  background: #eee;
}
*::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  border: 0 none #fff;
  background-color: #051B34;
  transition: all 280ms ease-in-out;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: #051B34;
}

body.lock {
  overflow: hidden;
  touch-action: none;
}

/*
* (i) Стили будут применяться ко 
* всем классам содержащим *__container
* Например header__container, main__container и т.д.
*/
[class*=__container] {
  max-width: 74.375rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

[class*=-ibg] {
  position: relative;
}
[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

[class*=-ibg_contain] img {
  object-fit: contain;
}

[class*=_overlay-bg] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 280ms ease-in-out 0ms;
  z-index: 2000;
  padding: 3.75rem 0.9375rem;
  overflow-y: auto;
}
@media (max-width: 768.98px) {
  [class*=_overlay-bg]::-webkit-scrollbar {
    display: none;
  }
}
[class*=_overlay-bg]._is-open {
  opacity: 1;
  visibility: visible;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.page {
  position: relative;
  flex: 1 1 auto;
}
.page [data-observ] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: transparent;
  pointer-events: none;
}
.page_start {
  padding-top: 6.25rem;
}

.header {
  width: 100%;
  padding: 20px 0;
  z-index: 10;
  background-color: #051B34;
}
.header.sticky {
  box-shadow: 3px -1px 20px 0px rgba(0, 0, 0, 0.5);
}
.header__container {
  height: 6.25rem;
  display: flex;
  align-items: center;
}
.header__socials, .footer__socials {
  display: flex;
}
.header__socials--mobile {
  display: none;
}
.header--shadow {
  box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.menu__link {
  display: block;
  padding: 25px 0px;
  padding-right: 1.25rem;
  font-size: 18px;
  text-transform: uppercase;
}
.menu__link:hover {
  color: #E79CA0;
}

.address, .footer__title {
  color: #86949E;
  font-size: 1rem;
}

.hamburger {
  display: none;
  height: 30px;
  width: 30px;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.hamburger span {
  display: block;
  background-color: #fff;
  height: 3px;
  margin-bottom: 8px;
  transition: all 0.3s;
}
.hamburger--active span:nth-child(1) {
  transform: rotate(45deg) translate(7px, -1px);
}
.hamburger--active span:nth-child(2) {
  display: none;
}
.hamburger--active span:nth-child(3) {
  transform: rotate(-45deg) translate(9px, 0px);
}

@media (min-width: 1400px) {
  .container {
    max-width: 1360px;
  }
}
@media (max-width: 1200px) {
  .hamburger {
    position: absolute;
    display: block;
    right: 30px;
  }
  .header__menu {
    position: absolute;
    z-index: 2;
    padding-top: 8rem;
    background: rgba(5, 27, 52, 0.9);
    left: -200%;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    transition: all 0.3s;
  }
  .header__menu--active {
    left: 0;
  }
  .header__link {
    padding-left: 25px;
  }
}
@media (max-width: 676px) {
  .header {
    padding: 10px 0;
  }
  .header__socials, .footer__socials {
    display: none;
  }
  .header__socials--mobile {
    position: absolute;
    top: 35px;
    display: flex;
  }
}
@media (max-width: 540px) {
  .logo {
    width: 75px;
    margin-right: 15px;
    flex-shrink: 0;
  }
  .logo img {
    width: 100%;
    height: 100%;
  }
  .hamburger {
    position: relative;
    right: 0;
  }
  .menu__link {
    padding: 15px 0;
    font-size: 15px;
  }
}
* {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-weight: normal;
}

html {
  scroll-behavior: smooth;
  font-size: 1rem;
}

body {
  background-color: #051B34;
  color: #fff;
}

h1 {
  font-size: 4.5rem;
  font-weight: 300;
  text-transform: uppercase;
}

h2 {
  font-size: 3.44rem;
  font-weight: 300;
  text-transform: uppercase;
}

h3 {
  font-size: 2rem;
  text-transform: uppercase;
}

h4 {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
}

a {
  font-size: 1.125rem;
  font-family: "Inter";
  color: #fff;
}
a:hover {
  color: #E79CA0;
}

.text-pink {
  color: #E79CA0;
}

.text {
  font-size: 1.5rem;
  line-height: 130%;
}

.text-2r {
  font-size: 2rem !important;
}

.field-text {
  font-size: 1.25rem;
}

.link-text {
  font-size: 1.25rem;
  color: #E76E74;
  text-decoration: underline;
}
.link-text:hover {
  color: #E79CA0;
}

.text-small {
  font-size: 1.125rem;
  line-height: 130%;
}

.caption {
  font-size: 1rem;
}

.phone {
  font-size: 1.1rem;
}

.icon {
  margin: 0 6px;
  fill: #fff;
}
.icon:hover {
  fill: #E79CA0;
}
.icon-small {
  fill: #fff;
  width: 24px;
  height: 24px;
}

.btn {
  max-width: 360px;
  width: 100%;
  min-height: 5.25rem;
  color: #E79CA0;
  font-size: 1.25rem;
  border: 2px solid #E76E74;
  border-radius: 1000px;
  transition: all 0.3s;
  text-transform: uppercase;
}
.btn:hover, .btn:focus {
  color: #E79CA0;
  box-shadow: 0px 2px 10px 15px rgba(231, 110, 116, 0.2);
}

.checkbox {
  margin-left: 1rem;
  visibility: hidden;
}
.checkbox + label {
  cursor: pointer;
  position: relative;
  line-height: 130%;
}
.checkbox + label::before {
  content: "";
  position: absolute;
  left: -2.5rem;
  bottom: 50%;
  transform: translateY(50%);
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.3rem;
  border: 2px solid #fff;
  background-color: transparent;
}
.checkbox:checked + label::before {
  content: "✓";
  color: #fff;
}
@media (max-width: 576px) {
  .checkbox + label {
    display: flex;
    align-items: end;
  }
  .checkbox + label::before {
    margin-right: 10px;
    display: inline-block;
    position: relative;
    left: 0;
    bottom: 50%;
    transform: translateY(10%);
    flex-shrink: 0;
  }
  .checkbox:checked + label::before {
    display: inline-block;
  }
}
@media (max-width: 425px) {
  .checkbox + label {
    align-items: center;
  }
}

.icon {
  width: 30px;
  height: 30px;
}

.section {
  padding: 40px 0;
}
.section--first {
  padding-top: 140px;
}

@media (max-width: 1400px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 540px) {
  h1 {
    font-size: 3rem;
  }
  .section--first {
    padding-top: 100px;
  }
}
.policy {
  font-size: 1em;
  text-decoration: underline;
}
.policy:hover {
  text-decoration: none;
}

.stars-bg {
  background: url(../images/pono-lopez.png) no-repeat;
  background-size: 100% 90%;
}

.clouds-bg {
  background: url(../images/clouds.png) no-repeat;
  background-size: cover;
}

@media (max-width: 992px) {
  .stars-bg {
    background-size: cover;
  }
}
.gray-text {
  color: #86949E;
}

.page-title {
  font-size: 2rem;
}

.document-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: none;
  padding-left: 2rem;
}
.document .document-li::before {
  position: absolute;
  font-size: 1.25rem;
  font-weight: 600;
}
.document .link-text {
  font-size: 1rem;
}
.document ul > li {
  list-style: inside;
}

/* Многоуровневый список */
/* 1-й уровень */
ol {
  counter-reset: num;
  /* 2-й уровень */
}
ol li {
  font-size: 1rem;
  line-height: 140.62%;
  margin-bottom: 1.25rem;
}
ol li::before {
  margin-right: 5px;
}
ol span {
  margin-bottom: 1.25rem;
}
ol > li {
  counter-increment: num;
}
ol > li::before {
  content: counter(num) ".";
}
ol ol {
  counter-reset: num2;
  /* 3-й уровень */
}
ol ol > li {
  counter-increment: num2;
}
ol ol > li::before {
  content: counter(num) "." counter(num2) ".";
}
ol ol ol {
  counter-reset: num3;
}
ol ol ol > li {
  counter-increment: num3;
}
ol ol ol > li::before {
  content: counter(num) "." counter(num2) "." counter(num3) ".";
}

.list-style-none {
  list-style: none !important;
}

.price {
  font-size: 2rem;
}

.list-style-dash li:before {
  content: "-";
  margin-right: 10px;
  line-height: 140%;
}

.list-style-disk li {
  list-style-type: disc;
}

.dropdown {
  padding-left: 0;
}
.dropdown__header {
  position: relative;
  cursor: pointer;
}
.dropdown__header::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 24px;
  height: 24px;
  transform: rotate(0deg);
  background: url("../images/icons/arrow-down.svg");
  transition: all 0.3s;
}
.dropdown__item {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.dropdown__item:first-child {
  border-top: 2px solid rgba(255, 255, 255, 0.3);
}
.dropdown__item--active .dropdown__header::after {
  transform: rotate(180deg);
}
.dropdown__item--noarrow .dropdown__header::after {
  content: none;
}
.dropdown__content {
  display: none;
}

.blueblock {
  margin: 15px 0;
  padding: 2rem;
  display: flex;
  border-radius: 20px;
  background-color: #2C4B6D;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.blueblock__title {
  text-transform: none;
}
.blueblock__text {
  max-width: 334px;
  line-height: 140%;
}

@media (max-width: 1200px) {
  .blueblock__text {
    margin: 15px 0;
    max-width: 100%;
  }
}
.tabs-triggers__item {
  position: relative;
  flex-basis: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
  color: #86949E;
}
.tabs-triggers__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}
.tabs-triggers__item--active {
  color: #E79CA0;
}
.tabs-triggers__item--active::after {
  height: 4px;
  bottom: -1px;
  background: #E79CA0;
}
.tabs-title {
  color: #86949E;
  font-size: 1.5rem;
  text-transform: none;
}
.tabs-content__item {
  display: none;
}
.tabs-content__item--active {
  display: block;
}

.promo-video {
  max-width: 621px;
  width: 100%;
  height: auto;
  max-height: 608px;
}
.promo__text {
  max-width: 360px;
}
@media (max-width: 1200px) {
  .promo-video {
    height: auto;
    max-height: 480px;
  }
}
@media (max-width: 992px) {
  .promo__title, .promo__content, .promo__text {
    text-align: center;
  }
  .promo__text {
    margin: 0 auto;
  }
  .promo-video {
    max-width: 100%;
    max-height: 350px;
  }
}

.textblock {
  padding: 20px 0;
}
.textblock__content {
  padding: 2.5rem 10rem;
  background-color: #2C4B6D;
  border-radius: 20px;
  line-height: 140%;
  font-size: 1.4rem;
}
.textblock .link-text {
  font-size: 1em;
}
@media (max-width: 1400px) {
  .textblock__content {
    padding: 2.5em 8rem;
  }
}
@media (max-width: 992px) {
  .textblock__content {
    padding: 2.5em 4rem;
  }
}
@media (max-width: 767px) {
  .textblock__content {
    padding: 2.5rem;
  }
}
@media (max-width: 576) {
  .textblock__content {
    padding: 2rem;
  }
}

.why__content {
  padding: 100px 0;
  padding-bottom: 0;
  position: relative;
}
.why__content::before, .why__content::after {
  content: "";
  position: absolute;
}
.why__content::before {
  position: absolute;
  content: url(../images/why/star.svg);
  left: -2.5%;
  top: 19%;
  z-index: 0;
}
.why__content::after {
  z-index: -1;
  max-width: 45%;
  width: 75vw;
  top: 0%;
  left: -8%;
  bottom: 0;
  height: 77vh;
  max-height: 95%;
  background: url(../images/why/circle.svg) no-repeat;
  position: absolute;
  background-size: 100% 100%;
}

.starlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.starlist__item {
  position: relative;
  flex: 0 0 45%;
  line-height: 140%;
  margin-bottom: 3rem;
}
.starlist__item::before {
  content: url("../images/why/small-star.svg");
  position: absolute;
  top: 0;
  left: -2rem;
}

@media (max-width: 1550px) {
  .why__content:before {
    left: -1.5vw;
    top: 24%;
  }
  .why__content:after {
    left: -6vw;
    width: 45vw;
    height: 70vh;
  }
}
@media (max-width: 1400px) {
  .why__content:before {
    left: -1vw;
  }
  .why__content::after {
    left: -3vw;
  }
}
@media (max-width: 1200px) {
  .why__content:before {
    left: -3vw;
  }
}
@media (max-width: 992px) {
  .why__content::before {
    left: 9%;
    top: 17%;
  }
  .why__content::after {
    max-width: 100%;
    width: 100vw;
    left: -8vw;
    height: 80vh;
    right: 0;
    top: 2%;
    bottom: 0;
  }
  .starlist {
    padding: 0;
  }
}
@media (max-width: 600px) {
  .why__content::before {
    top: 14%;
  }
  .starlist {
    padding: 0 25px;
    flex-direction: column;
  }
  .starlist__item {
    flex-basis: 100%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 576px) {
  .starlist {
    padding-left: 40px;
  }
}
@media (max-width: 500px) {
  .why__content::before {
    display: none;
  }
  .why__content::after {
    top: -2%;
  }
}
@media (max-width: 430px) {
  .why__content::after {
    top: -10%;
  }
}
.learning__item {
  padding: 1.5rem 0 3.5rem;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
}
.learning__name {
  text-transform: none;
}
.learning__time, .date-start,
.gray-text {
  font-size: 1.5rem;
  color: #86949E;
}
.learning__info {
  padding-right: 6rem;
  line-height: 140%;
}
.learning__price {
  font-size: 2rem;
}
.learning .link-text {
  font-size: 1em;
}

@media (max-width: 992px) {
  .learning__info {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .learning__item {
    padding: 2.5rem 1rem 2.5rem;
  }
}
.photos__item {
  padding: 15px;
  display: block;
  cursor: pointer;
}
.photos__item:hover .photos__album {
  transform: scale(1.1);
}
.photos__item:hover .photos__window {
  opacity: 1;
}
.photos__window {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s;
}
.photos__header {
  position: relative;
  overflow: hidden;
  max-height: 327px;
  height: 100%;
}
.photos__album {
  width: 100%;
  height: 327px;
  transition: all 0.3s;
}
.photos .link-text {
  font-size: 1em;
}

@media (max-width: 1400px) {
  .photos__header, .photos__album {
    max-height: 270px;
  }
}
@media (max-width: 1200px) {
  .photos__header, .photos__album {
    max-height: 223px;
  }
}
@media (max-width: 768px) {
  .photos__header, .photos__album {
    max-height: 182px;
  }
  .photos__window {
    display: none;
  }
  .photos:hover .photos__album {
    transform: scale(1);
  }
}
@media (max-width: 575px) {
  .photos__header {
    padding: 15px 20px;
  }
  .photos__text {
    text-align: center;
  }
  .photos__header, .photos__album {
    max-height: 327px;
    height: auto;
  }
}
@media (max-width: 480px) {
  .photos__header, .photos__album {
    height: 60vw;
  }
}
.team__item {
  margin: 15px 0;
  display: flex;
  border-radius: 20px;
  background-color: #2C4B6D;
  overflow: hidden;
}
.team__text {
  max-width: 334px;
  line-height: 140%;
}
.team__photo img {
  width: 183px;
  max-height: 278px;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .team__text {
    margin: 15px 0;
    max-width: 100%;
  }
}
.reviews__item {
  margin: 0 15px;
  padding: 40px;
  border-radius: 20px;
  background-color: #2C4B6D;
}
.reviews__item-header {
  display: flex;
  align-items: center;
}
.reviews__round {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #DAE7F4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
}
.reviews__round img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews__title {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.reviews__content {
  padding-top: 20px;
  line-height: 140.62%;
}
.reviews__name {
  font-size: 24px;
}
.reviews__city {
  font-size: 18px;
}

.learning .promo__img {
  max-height: 403px;
  border-radius: 30%;
}
.learning-info {
  border-top: 2px solid rgba(255, 255, 255, 0.3);
}
.learning-title {
  text-transform: capitalize;
}

.date-start,
.gray-text {
  line-height: 140%;
}
.date-start-small,
.gray-text-small {
  font-size: 18px;
}

.teachers h1 {
  font-size: 3.44rem;
}
.teachers__img {
  max-width: 100%;
  min-width: 250px;
  object-fit: cover;
  max-height: 401px;
}
@media (max-width: 992px) {
  .teachers__img {
    min-width: 200px;
    max-width: 300px;
    max-height: 35vh;
  }
}

.photoblock__img {
  width: 100%;
  min-height: 213px;
  object-fit: cover;
  object-position: center center;
}

.footer {
  padding: 2.5rem 0;
  background: #051B34;
}
.footer__container {
  display: flex;
  align-items: center;
}
@media (max-width: 510.98px) {
  .footer__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__text {
  font-size: 1.375rem;
  line-height: 140%;
}
.footer__socials {
  display: flex;
}
@media (max-width: 576px) {
  .footer {
    padding: 1.5rem 0;
  }
  .footer__item {
    text-align: center;
  }
  .footer__socials {
    justify-content: center;
  }
}

.form {
  max-width: 534px;
  width: 100%;
  padding: 3rem 4rem;
  background-color: #2C4B6D;
  border-radius: 20px;
}
.form__title {
  text-transform: none;
}
.form__input {
  padding: 10px 0;
  color: #86949E;
  background-color: transparent;
  border-bottom: 2px;
  border-color: #fff;
  border-style: solid;
}
.form__input.valid, .form__input:valid {
  color: #fff;
}
.form__input.invalid .form__input:invalid {
  color: #E76E74;
  border-style: #E76E74;
}
.form .btn {
  max-width: 100%;
}

@media (max-width: 576px) {
  .form {
    padding: 2rem 3rem;
  }
}
.fancybox__content > .f-button.is-close-btn {
  top: 10px;
  right: 18px;
  width: 17px;
}

.f-button {
  background: transparent;
}

@media (max-width: 600px) {
  .is-compact .fancybox__content > .f-button.is-close-btn {
    right: 10px;
  }
}
.slider-arrow {
  width: 2rem;
  height: 1rem;
  position: absolute;
  top: 45%;
  right: -4vw;
  transform: translateY(-50%);
}
.slider-arrow-prev {
  top: 44%;
  left: -4vw;
  right: auto;
  transform: rotate(180deg);
}
.slider-arrow[aria-disabled=true] {
  stroke: #86949E;
  opacity: 0.5;
}

.reviews__item {
  cursor: pointer;
}
.reviews-arrow {
  width: 3vw;
}
.reviews-arrow-next {
  cursor: pointer;
  top: -70px;
  right: 0;
}
.reviews-arrow-prev {
  cursor: pointer;
  top: -78px;
  left: auto;
  right: 50px;
  transform: rotate(180deg);
}
.reviews[aria-disabled=true] {
  stroke: #86949E;
  opacity: 0.5;
}

@media (max-width: 1200px) {
  .reviews-arrow-prev {
    top: -77px;
  }
}
@media (max-width: 992px) {
  .reviews-arrow-prev {
    top: -80px;
    right: 50px;
  }
  .reviews-arrow-next {
    right: 0;
    top: -73px;
  }
}
@media (max-width: 575px) {
  .slider-arrow {
    right: 0;
  }
  .slider-arrow-prev {
    left: 0;
  }
  .reviews-arrow-prev {
    right: 50px;
  }
}