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

*:focus:not(:focus-visible) {
  outline: none;
}

html,
body {
  font-size: 62.5%;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

ul {
  padding-left: 0;
}

ul>li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

.container {
  width: 120rem;
  margin: 0 auto;
}

.header {
  background: linear-gradient(269.91deg, rgba(46, 49, 146, 0.7) 0%, rgba(212, 20, 90, 0.7) 98.16%);
  padding-top: 2.3rem;
  padding-bottom: 2.6rem;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 63%;
}

.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__telephone-img {
  width: 2rem;
  height: 2rem;
}

.header__maps-img {
  width: 1.5rem;
  height: 2.5rem;
}

.header__inst-img {
  width: 3rem;
  height: 3rem;
}

.header__telephone-img,
.header__maps-img,
.header__inst-img {
  margin-right: 1.5rem;
}

.header__telephone,
.header__maps,
.header__inst {
  display: flex;
  align-items: center;
}

.header__telephone-text span:nth-child(1) {
  margin-right: 1.2rem;
}

.header__inst span {
  line-height: 100%;
}

.main-display {
  padding-top: 4.7rem;
}

.main-display__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-display__logo {
  display: flex;
  align-items: center;
}

.main-display__logo-img {
  width: 10rem;
  height: 6rem;
  margin-right: 1.1rem;
}

.main-display__title {
  font-style: italic;
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 117%;
}

.main-display__nav {
  display: flex;
}

.main-display__nav li {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 117%;
}

.main-display__nav li:not(:last-child) {
  margin-right: 2.5rem;
}

.main-display__center {
  display: flex;
  justify-content: space-between;
}

.main-display__left {
  padding-top: 19rem;
}

.main-display__right {
  width: 53.3rem;
  height: 68.6rem;
}

.main-display__header {
  margin: 0;
  margin-bottom: 2rem;
  font-weight: 900;
  font-size: 5rem;
  line-height: 118%;
}

.main-display__subheader {
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 117%;
}

.main-display__button {
  font-weight: 900;
  font-size: 2rem;
  line-height: 115%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 1.5rem 3rem;
  background: linear-gradient(95.2deg, #B90160 2.23%, #2E3192 99.51%);
  border-radius: 0.7rem;
  border: none;
  cursor: pointer;
}

.about {
  padding-bottom: 22.5rem;
}

.about__items {
  /* display: flex;
  justify-content: space-between; */
  display: grid;
  grid-template-columns: repeat(3, 29%);
  gap: 0 6.1rem;
}

.about__item {
  /* width: 28%; */
  box-shadow: 0px 0px 40px rgba(184, 0, 95, 0.2);
  border-radius: 0.9rem;
  overflow: hidden;
}

.about__header {
  margin-bottom: 10rem;
  font-size: 5rem;
  font-weight: 400;
  line-height: 118%;
  text-align: center;
}

.about__item-header {
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 117%;
}

.about__item-text {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 114%;
  color: #767676;
}

.about__item-description {
  background: #fff;
  padding: 5%;
}

.about__header span {
  background: linear-gradient(90deg, rgba(185, 1, 96, 1) 0%, rgba(61, 91, 245, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about__item-img {
  width: 100%;
  height: 21.5rem;
}

.about__item-img img {
  object-fit: cover;
}

.review {
  background: linear-gradient(94.31deg, rgba(212, 20, 90, 0.25) 0.96%, rgba(46, 49, 146, 0.25) 104.83%);
}

.review__wrapper {
  padding-top: 13rem;
  padding-bottom: 5rem;
}

.review__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 25rem;
  padding: 6.3rem 4.5rem 5rem 4.5rem;
  background: #fff;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.25);
  border-radius: 0.9rem;
}

.review__slide-img {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, 45%);
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(50% 0, 100% 30%, 100% 70%, 50% 100%, 0% 70%, 0% 30%);
  width: 11.5rem;
  height: 13rem;
  background: linear-gradient(180deg, #e29bb5 0%, #adaee6 100%);
}

.review__slide-photo {
  clip-path: polygon(50% 5%, 98% 31%, 98% 69%, 50% 96%, 1% 67%, 1% 33%);
  width: 10.5rem;
  height: 12.5rem;
  background-color: #fff;
}

.review__slide-photo img {
  object-fit: cover;
}

.review__slide-text {
  position: relative;
  margin-bottom: 5rem;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 117%;
  text-align: center;
}

.review__slide-name {
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 115%;
}

.review__slide-text::after {
  content: '';
  position: absolute;
  height: 0.2rem;
  width: 13rem;
  bottom: -3rem;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, rgba(185, 1, 96, 1) 0%, rgba(61, 91, 245, 1) 100%);
}

.footer__wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17.2rem 12rem 8.4rem;
}

.footer__inst-img {
  width: 3.3rem;
  height: 3.3rem;
}

.footer__header {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.4rem;
  left: 114%;
}

.footer__adress ul {
  max-width: 22.4rem;
}

.footer__decor-1 {
  position: absolute;
  left: 0;
  top: 47%;
  transform: translate(50%, -50%);
  width: 11rem;
  height: 12.5rem;
}

.footer__decor-2 {
  position: absolute;
  right: 0;
  top: 47%;
  transform: translate(-50%, -50%);
  width: 23.3rem;
  height: 26.4rem;
}

.footer__wrap li {
  font-weight: 300;
  font-size: 1.4rem;
  left: 114%;
}