@charset "UTF-8";

/* Регистрация файла шрифтов */
/* @font-face {
    font-family: 'Gogono Cocoa Mochi Cyrillic', sans-serif;
    font-style: normal;
    font-weight: normal;
    src: url('https://sporte.co/sporteco2/wp-content/themes/sporteco/assets/fonts/Gogoa/gogono-cocoa-mochi-cyrillic.otf') format("opentype");

} */
#panel {
  overflow: hidden;
}

body {
  font-family: var(--font-pl);
  background: var(--bg-color);
}

.main__section {
  background: url(../img/bgmain.webp?v=1.3) center no-repeat;
  background-size: cover;
  height: calc(100vh - 115px);
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 25px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 25px;
}

.main__section .container {
  margin: 0;
}

.main__content {
  border-radius: 25px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  background: rgba(0, 0, 0, 0.45);
  max-width: 1074px;
  width: 100%;
  padding: clamp(1.25rem, 0.889rem + 1.2vw, 2.188rem) clamp(0.938rem, 0.697rem + 0.8vw, 1.563rem) clamp(1.25rem, 0.889rem + 1.2vw, 2.188rem) clamp(0.938rem, 0.697rem + 0.8vw, 1.563rem);
  box-sizing: border-box !important;
}

.main__content .main__subtitle {
  font-weight: 700;
  font-size: clamp(1.563rem, 1.25rem + 1.04vw, 2.375rem);
  color: rgba(255, 255, 255, 0.5);
}

.main__content .main__title-box-cover {
  overflow: hidden;
  height: clamp(1.75rem, 0.5rem + 4.17vw, 5rem);
  width: 100%;
  margin-top: 15px;
}

@keyframes mainbox {
  0% {
    transform: translateY(calc(clamp(0.188rem, 0.161rem + 0.13vw, 0.375rem) * -1));
  }

  23% {
    transform: translateY(calc(clamp(2.875rem, 2.384rem + 2.46vw, 6.313rem) * -1));
  }

  25% {
    transform: translateY(calc(clamp(2.875rem, 2.384rem + 2.46vw, 6.313rem) * -1));
  }

  48% {
    transform: translateY(calc(clamp(5.563rem, 4.607rem + 4.78vw, 12.25rem) * -1));
  }

  50% {
    transform: translateY(calc(clamp(5.563rem, 4.607rem + 4.78vw, 12.25rem) * -1));
  }

  75% {
    transform: translateY(calc(clamp(8.25rem, 6.83rem + 7.1vw, 18.188rem) * -1));
  }

  75% {
    transform: translateY(calc(clamp(8.25rem, 6.83rem + 7.1vw, 18.188rem) * -1));
  }

  100% {
    transform: translateY(calc(clamp(0.188rem, 0.161rem + 0.13vw, 0.375rem) * -1));
  }
}

.main__content .main__title {
  font-weight: 700;
  font-size: clamp(1.75rem, 0.5rem + 4.17vw, 5rem);
  line-height: 100%;
  color: #fff;
  white-space: nowrap;
  text-wrap: nowrap;
}

.main__content .main__descr {
  margin-top: 25px;
  max-width: 71%;
  width: 100%;
}

.main__content .main__btns {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: clamp(1.875rem, 1.514rem + 1.2vw, 2.813rem);
}

.main__content .main__connect {
  font-weight: 700;
  font-size: 16px;
  line-height: 137%;
  color: #252525;
  background: #fff;
  border-radius: 10px;
  padding: 5px 35px;
  border: 2px solid #fff;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}

.main__content .main__connect:hover {
  background: transparent;
  color: #fff;
  transform: scale(0.98);
}

@media (max-width: 550px) {
  .main__btns {
    flex-direction: column;
    width: fit-content;
    text-align: center;
  }
}

.info__section {
  margin: 20px 0;
  background: #887869;
  border-radius: 25px;
  margin-top: 20px !important;
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.info__section .info__items {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 10px 25px;
}

.info__num {
  font-weight: 900;
  font-size: clamp(1.25rem, 0.774rem + 2.18vw, 3.125rem);
  text-align: center;
  color: #fff;
  font-variant: lining-nums;
  display: flex;
  flex-direction: row;
}

.info__num div {
  font-weight: 900;
  font-size: clamp(1.25rem, 0.774rem + 2.18vw, 3.125rem);
  text-align: center;
  color: #fff;
  font-variant: lining-nums;
}

.info__num.num-2 {
  justify-content: center;
}

.info__num.num-3 {
  justify-content: flex-end;
}

.info__descr {
  font-weight: 900;
  font-size: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.info__item1 .info__num,
.info__item1 .info__descr {
  text-align: left;
}

.info__item3 .info__num,
.info__item3 .info__descr {
  text-align: right;
}

@media (max-width: 1024px) {
  .info__section .info__items {
    justify-content: space-between;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .info__section .info__descr {
    font-size: clamp(0.75rem, 0.714rem + 0.18vw, 1rem);
  }
}

@media (max-width: 400px) {
  .info__section .info__items {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .info__item {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 5px;
  }
}

.help__title {
  text-align: center;
  width: 100% !important;
}

.help__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(0.938rem, 0.39rem + 0.8vw, 1.25rem);
  margin-top: clamp(2.188rem, 1.827rem + 1.2vw, 3.125rem);
}

.help__item {
  display: flex;
  flex-direction: column;
  padding: clamp(1.25rem, 1.13rem + 0.4vw, 1.563rem);
  border: 1px solid rgba(37, 37, 37, 0.25);
  border-radius: 25px;
  /* backdrop-filter: blur(15px); */
  background: rgba(255, 255, 255, 0.15);
}

.help__item .help__item-title {
  font-weight: 700;
  font-size: clamp(1.25rem, 1.058rem + 0.64vw, 1.75rem);
  color: #252525;
  margin-top: clamp(0.938rem, 0.258rem + 1.21vw, 1.563rem);
  margin-bottom: clamp(0.625rem, 0.285rem + 0.6vw, 0.938rem);
  line-height: 115%;
}

.help__item .help__item-descr {
  width: 100% !important;
  margin-top: clamp(0rem, -0.134rem + 0.67vw, 0.938rem);
}

.help__item .help__item-bgimg {
  border-radius: 50px;
  width: clamp(4.063rem, 3.269rem + 2.64vw, 6.125rem);
  height: clamp(4.063rem, 3.293rem + 2.56vw, 6.063rem);
  background: rgba(136, 120, 105, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.help__item .help__item-bgimg img {
  width: clamp(2.5rem, 1.779rem + 2.4vw, 4.375rem);
}

.help__descr {
  border: 1px solid rgba(37, 37, 37, 0.25);
  border-radius: 25px;
  padding: clamp(0.938rem, 0.625rem + 1.04vw, 1.75rem);
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.058rem + 0.64vw, 1.75rem);
  text-align: center;
  color: #252525;
  line-height: 130%;
  margin-top: clamp(0.938rem, 0.39rem + 0.8vw, 1.25rem);
}

.help__link {
  width: fit-content;
  border-radius: 10px;
  padding: 11px clamp(2.5rem, 1.827rem + 2.24vw, 4.25rem);
  background: #887869;
  font-weight: 700;
  font-size: clamp(1rem, 0.904rem + 0.32vw, 1.25rem);
  line-height: 110%;
  text-transform: lowercase;
  color: #fff;
  border: 2px solid #887869;
  margin: 0 auto;
  display: block;
  margin-top: clamp(1.875rem, 1.514rem + 1.2vw, 2.813rem);
  cursor: pointer;
  transition: all ease-in-out 0.3s !important;
}

.help__link:hover {
  background: transparent;
  color: #887869;
  transform: scale(0.98);
}

@media (max-width: 900px) {
  .help__items {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 550px) {
  .help__items {
    grid-template-columns: 1fr;
  }
}

.work__section {
  margin-top: clamp(4.063rem, 3.75rem + 1.56vw, 6.25rem);
  margin-bottom: clamp(4.063rem, 3.75rem + 1.56vw, 6.25rem);
}

.work__section li.work__li {
  width: 100%;
  margin: 0;
}

.work__section .work__list {
  display: flex;
  flex-direction: column;
  gap: 7px;
  list-style-type: disc;
  padding-left: 15px;
}

.work__section .work__inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.work__section .work__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.work__section .work__title {
  margin-bottom: clamp(0.938rem, 0.848rem + 0.45vw, 1.563rem);
}

.work__section .work__descr {
  width: 95% !important;
}

.work__section .work__right img {
  background: #c7c7c7;
  width: 100%;
  height: 400px;
  border-radius: 25px;
  object-fit: cover;
}

.work__section .methods__btn {
  margin-top: 45px;
  border-radius: 10px;
  padding: 11px 48px;
  background: #887869;
  font-weight: 700;
  font-size: clamp(1rem, 0.904rem + 0.32vw, 1.25rem);
  line-height: 110%;
  text-transform: lowercase;
  color: #fff;
  border: 2px solid #887869;
  display: block;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  width: fit-content;
}

.work__section .methods__btn:hover {
  background: transparent;
  color: #887869;
  transform: scale(0.98);
}

@media (max-width: 1024px) {
  .work__section .work__inner {
    grid-template-columns: 1fr;
  }

  .work__section .work__right img {
    height: 300px;
  }
}

.about__section {
  background: url(../img/about.webp?v=1.2) no-repeat center;
  height: 500px;
  background-size: cover;
  overflow: hidden;
  position: relative;
  border-radius: 25px;
}

.about__inner {
  position: absolute;
  filter: blur(85px);
  background: rgba(0, 0, 0, 0.85);
  padding: 20px 20px 45px 20px;
  width: 600px;
  height: 260px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about__text {
  padding: 20px 20px 45px 20px;
  max-width: 600px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.about__title {
  color: #fff;
  text-align: center;
  width: 100% !important;
}

.about__descr {
  margin: 0 auto;
  margin-top: 15px;
  text-align: center;
  max-width: 100%;
}

@media (max-width: 1100px) {
  .about__section {
    height: 400px;
  }
}

@media (max-width: 800px) {
  .about__section {
    height: 300px;
  }

  .about__text {
    width: 70%;
  }
}

.price__section {
  background: rgba(136, 120, 105, 0.15);
  margin: 20px 0;
  border-radius: 25px;
  padding: clamp(3.125rem, 1.944rem + 3.94vw, 6.25rem) 0;
  position: relative;
}

.price__section .price__svg {
  position: absolute;
  top: 0;
  right: 0;
}

.price__section .price__svg-bottom {
  position: absolute;
  left: 0;
  bottom: 620px;
}

.price__inner {
  position: relative;
}

.price__descr {
  max-width: 41%;
  width: 100%;
}

.price__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: clamp(2.188rem, 1.827rem + 1.2vw, 3.125rem);
  position: relative;
}

.price__items .price__items-top-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 25px;
}

.price__items .price__item {
  border-radius: 25px;
  background: #fff;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.price__items .price__item ul {
  margin-top: 25px;
  margin-left: clamp(0.625rem, 0.385rem + 0.8vw, 1.25rem);
}

.price__items-bottom-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 25px;
  gap: 20px;
}

.price__items-title {
  font-weight: 700;
  font-size: clamp(1.25rem, 1.058rem + 0.64vw, 1.75rem);
  line-height: 130%;
  color: #fff;
}

.price__items-top,
.price__items-bottom {
  background: #887869;
  padding: 25px;
  border-radius: 25px;
}

.price__item-subtitle {
  font-weight: 700;
  font-size: clamp(1.375rem, 0.942rem + 1.44vw, 2.5rem);
  line-height: 130%;
  color: #887869;
  margin-bottom: 15px;
}

.price__item-descr {
  color: rgba(37, 37, 37, 0.5) !important;
  width: 90%;
}

.price__item-li {
  width: 90%;
  padding-bottom: 10px;
  position: relative;
  padding-left: 10px;
  margin-top: 0;
}

.price__item-li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #887869;
  position: absolute;
  top: 4px;
  left: -10px;
}

.price__item-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 25px;
}

.price__item-link {
  border: 2px solid rgba(136, 120, 105, 0.5);
  border-radius: 10px;
  font-weight: 700;
  font-size: clamp(1rem, 0.904rem + 0.32vw, 1.25rem);
  line-height: 130%;
  color: rgba(37, 37, 37, 0.75);
  padding: 11px;
  width: 100%;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease-out;
}

.price__item-link:hover {
  background: #887869;
  color: #fff;
  transform: scale(0.98);
}

.price__item-link-record {
  position: relative;
  border: 2px solid #887869;
  border-radius: 10px;
  background: #887869;
  font-weight: 700;
  font-size: clamp(1rem, 0.904rem + 0.32vw, 1.25rem);
  line-height: 130%;
  color: #fff;
  padding: 10px;
  padding-right: 30px;
  width: 100%;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease-out;
}

.price__item-link-record::after {
  content: "\e929";
  font-family: "icomoon";
  font-size: 20px;
  position: absolute;
  padding-left: 9px;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 3px;
}

.price__item-link-record:hover {
  transform: scale(0.98);
  background: transparent;
  color: #887869;
}

@media (max-width: 1480px) {

  .price__items-top,
  .price__items-bottom {
    padding: 20px;
  }

  .price__items .price__item {
    padding: 20px;
  }
}

@media (max-width: 1100px) {
  .price__items .price__items-top-box {
    grid-template-columns: 1fr 1fr;
  }

  .price__section .price__svg {
    width: 200px;
    top: -50px;
  }

  .price__descr {
    max-width: 70%;
  }
}

@media (max-width: 700px) {

  .price__items .price__items-top-box,
  .price__items .price__items-bottom-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .price__title {
    width: 100%;
  }

  .price__descr {
    max-width: 100%;
  }

  .price__item-link {
    padding: 5px;
  }

  .price__item-link-record {
    padding: 5px;
  }

  .price__item-link-record::after {
    font-size: 18px;
    padding-left: 5px;
  }
}

.trening__swiper-box {
  margin-top: clamp(1.875rem, 1.394rem + 1.6vw, 3.125rem);
  position: relative;
}

.trening__swiper-box .swiper-wrapper {
  height: 490px;
}

.trening__item img,
.trening__item iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
  cursor: pointer;
}

.swiper-button-prev {
  left: -65px;
  transition: all ease-in-out 0.3s;
}

.swiper-button-prev:hover {
  transform: scale(0.98);
}

.swiper-button-prev::after {
  content: "\e922";
  font-size: clamp(1.563rem, -2.167rem + 4.03vw, 2.188rem);
  font-family: "icomoon";
  background: #887869;
  border-radius: 50%;
  color: #fff;
  padding: 15px;
}

.swiper-button-next {
  right: -65px;
  transition: all ease-in-out 0.3s;
}

.swiper-button-next:hover {
  transform: scale(0.98);
}

.swiper-button-next::after {
  content: "\e924";
  font-size: clamp(1.563rem, -2.167rem + 4.03vw, 2.188rem);
  font-family: "icomoon";
  background: #887869;
  border-radius: 50%;
  color: #fff;
  padding: 15px;
}

@media (max-width: 1480px) {
  .trening__swiper-box .swiper-wrapper {
    height: clamp(18.75rem, 15.75rem + 10vw, 25rem);
  }
}

@media (max-width: 1250px) {

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

.reviews__section {
  background: rgba(136, 120, 105, 0.15);
  border-radius: 25px;
  margin: clamp(4.688rem, 4.087rem + 2vw, 6.25rem) 0;
  padding: clamp(2.188rem, 0.625rem + 5.21vw, 6.25rem) 0;
  position: relative;
}

.reviews__section svg {
  position: absolute;
  right: 0;
  bottom: 0;
}

.reviews__swiper-box {
  margin-top: clamp(1.875rem, 1.394rem + 1.6vw, 3.125rem);
  position: relative;
}

.reviews__swiper-box .swiper-wrapper {
  height: 450px;
}

.reviews__item img,
.reviews__item iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
  cursor: pointer;
}

.reviews__section .swiper-button-prev {
  left: -65px;
  transition: all ease-in-out 0.3s;
}

.reviews__section .swiper-button-prev:hover {
  transform: scale(0.98);
}

.reviews__section .swiper-button-prev::after {
  content: "\e922";
  font-size: clamp(1.563rem, -2.167rem + 4.03vw, 2.188rem);
  font-family: "icomoon";
  background: #887869;
  border-radius: 50%;
  color: #fff;
  padding: 15px;
}

.reviews__section .swiper-button-next {
  right: -65px;
  transition: all ease-in-out 0.3s;
}

.reviews__section .swiper-button-next:hover {
  transform: scale(0.98);
}

.reviews__section .swiper-button-next::after {
  content: "\e924";
  font-size: clamp(1.563rem, -2.167rem + 4.03vw, 2.188rem);
  font-family: "icomoon";
  background: #887869;
  border-radius: 50%;
  color: #fff;
  padding: 15px;
}

@media (max-width: 1480px) {
  .reviews__swiper-box .swiper-wrapper {
    height: clamp(18.75rem, 15.75rem + 10vw, 25rem);
  }
}

@media (max-width: 1280px) {

  .reviews__section .swiper-button-next,
  .reviews__section .swiper-button-prev {
    display: none;
  }
}

.questions__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(2.188rem, 1.827rem + 1.2vw, 3.125rem);
  align-items: center;
}

.questions__btn {
  font-weight: 700;
  font-size: clamp(1rem, 0.904rem + 0.32vw, 1.25rem);
  line-height: 110%;
  text-transform: lowercase;
  color: #fff;
  border-radius: 10px;
  padding: clamp(0.313rem, 0.168rem + 0.48vw, 0.688rem) clamp(2.5rem, 1.827rem + 2.24vw, 4.25rem);
  background: #887869;
  border: 2px solid #887869;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}

.questions__btn:hover {
  transform: scale(0.98);
  background: transparent;
  color: #887869;
}

.questions__bottom {
  padding: clamp(0.938rem, 0.697rem + 0.8vw, 1.563rem);
  border: 1px solid rgba(37, 37, 37, 0.25);
  border-radius: 25px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.15);
}

.questions__bottom .box {
  position: relative;
  margin-bottom: 10px;
  /* Нижний отступ между элементами аккордеона */
}

.questions__bottom .box:last-child {
  margin-bottom: 0;
  /* Для последнего элемента нижний отступ убираем */
}

.questions__bottom .box .label {
  position: relative;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.058rem + 0.64vw, 1.75rem);
  line-height: 100%;
  color: #252525;
  padding: 18px 25px 0;
  cursor: pointer;
}

.questions__bottom .box .label::after {
  content: "\e911";
  /* Задаем иконку "+" для элемента аккордеона */
  font-family: "icomoon";
  position: absolute;
  top: 11px;
  right: 25px;
  border-radius: 100%;
  background: #887869;
  font-weight: bold;
  font-weight: 500;
  font-size: clamp(1.375rem, 1.183rem + 0.64vw, 1.875rem);
  line-height: 100%;
  text-align: center;
  color: #fff;
  padding: 3px;
  transition: all 0.3s ease-out;
}

.questions__bottom .box.active .label::after {
  content: "\e911";
  /* Меняем иконку на "-" при нажатии на элемент */
  font-family: "icomoon";
  transform: rotate(45deg);
  transition: all 0.3s ease-out;
}

.questions__bottom .box .content {
  position: relative;
  display: flex;
  flex-direction: column;
}

.questions__bottom .box .content a.header__upper-right-btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 137%;
  border-radius: 25px;
  border: 2px solid #887869;
  color: #fff;
  background: #887869;
  padding: 5px 35px;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
  margin-left: 25px;
  margin-top: 10px;
  width: fit-content;
}

.questions__bottom .box .content p {
  padding-left: 25px;
  max-width: 70%;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: rgba(37, 37, 37, 0.5);
  padding: 30px 0 12px 25px;
}

.questions__bottom .box .content p+p {
  padding-top: 0 !important;
}

.questions__line {
  margin: 0;
  margin-top: 18px;
}

@media (max-width: 750px) {
  .questions__bottom .box .label {
    padding-right: 80px;
  }

  .questions__top {
    display: grid;
    justify-content: space-between;
    margin-bottom: 35px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
}

@media (max-width: 550px) {
  .questions__bottom .box .label {
    padding: 15px 60px 0 10px;
  }

  .questions__bottom .box .label::after {
    right: 10px;
  }

  .questions__bottom .box .content p {
    padding: 15px 0 12px 10px;
  }

  .questions__bottom .box .content a.header__upper-right-btn {
    margin-left: 0 !important;
  }
}

@media (max-width: 400px) {
  .questions__top {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .questions__title {
    text-align: center;
  }
}

.contacts__section {
  margin: clamp(4.688rem, 4.087rem + 2vw, 6.25rem) 0;
  background: rgba(136, 120, 105, 0.15);
  border-radius: 25px;
  margin-top: 20px !important;
}

.contacts__section .contacts__inner {
  text-align: center;
  padding-top: clamp(4.688rem, 4.087rem + 2vw, 6.25rem);
}

.contacts__section .contacts__inner .contacts__title {
  margin-bottom: 15px;
  width: 100% !important;
  text-align: left;
}

.contacts__section .contacts__inner .contacts__descr {
  margin: 0;
  text-align: left;
  margin-bottom: 25px;
}

.contacts__section .contacts__items-box {
  padding-bottom: 60px;
  position: relative;
}

.contacts__section .contacts__items {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 90px 0 120px;
}

.contacts__section .contacts__whatsapp {
  background: #73a163;
  padding: 15px 0 15px 80px;
  width: 316px;
  border: 2px solid #73a163;
  display: flex;
  border-radius: 25px;
  align-items: center;
  transition: all ease-in-out 0.3s;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
}

.contacts__section .contacts__whatsapp:hover {
  transform: scale(0.98);
  background: transparent;
  color: #73a163;
}

.contacts__section .contacts__whatsapp:hover::after {
  color: #73a163;
}

.contacts__section .contacts__whatsapp::after {
  content: "\ea93";
  font-family: "icomoon";
  font-size: 34px;
  font-weight: 100;
  color: #fff;
  position: absolute;
  left: 25px;
  transition: all ease-in-out 0.3s;
}

.contacts__section .contacts__whatsapp::after:hover::after {
  color: #73a163;
}

.contacts__section .contacts__whatsapp:hover {
  color: #73a163;
}

.contacts__section .contacts__tg {
  background: #6695a8;
  padding: 15px 0 15px 80px;
  width: 316px;
  border: 2px solid #6695a8;
  display: flex;
  border-radius: 25px;
  align-items: center;
  transition: all ease-in-out 0.3s;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
}

.contacts__section .contacts__tg:hover {
  transform: scale(0.98);
  background: transparent;
  color: #6695a8;
}

.contacts__section .contacts__tg:hover::after {
  color: #6695a8;
}

.contacts__section .contacts__tg:hover {
  color: #6695a8;
}

.contacts__section .contacts__tg::after {
  content: "\e90b";
  font-family: "icomoon";
  font-size: 34px;
  font-weight: 100;
  color: #fff;
  position: absolute;
  left: 25px;
  transition: all ease-in-out 0.3s;
}

.contacts__section .contacts__tg::after:hover {
  color: #6695a8;
}

.contacts__section .contacts__insta {
  background: #d26eb0;
  padding: 15px 0 15px 80px;
  width: 316px;
  border: 2px solid #d26eb0;
  display: flex;
  border-radius: 25px;
  align-items: center;
  transition: all ease-in-out 0.3s;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
}

.contacts__section .contacts__insta:hover {
  transform: scale(0.98);
  background: transparent;
  color: #73a163;
}

.contacts__section .contacts__insta:hover::after {
  color: #d26eb0;
}

.contacts__section .contacts__insta::after {
  content: "\ea92";
  font-family: "icomoon";
  font-size: 34px;
  font-weight: 100;
  color: #fff;
  position: absolute;
  left: 25px;
  transition: all ease-in-out 0.3s;
}

.contacts__section .contacts__insta::after:hover::after {
  color: #d26eb0;
}

.contacts__section .contacts__insta:hover {
  color: #d26eb0;
}

.contacts__section .contacts__items-right {
  position: absolute;
  bottom: 0;
  right: 70px;
}

.contacts__section .contacts__items-right img {
  height: 420px;
}

@media (max-width: 1480px) {
  .contacts__section .contacts__items {
    padding: 0 0 0 70px;
  }

  .contacts__section .contacts__items-right {
    right: 0;
  }

  .contacts__section .contacts__items-right img {
    height: 390px;
  }
}

@media (max-width: 1200px) {

  .contacts__section .contacts__whatsapp,
  .contacts__section .contacts__tg,
  .contacts__section .contacts__insta {
    padding: 12px 0 12px 70px;
    font-size: 20px;
  }

  .contacts__section .contacts__whatsapp::after,
  .contacts__section .contacts__tg::after,
  .contacts__section .contacts__insta::after {
    font-size: 30px;
    left: 20px;
  }

  .contacts__section .contacts__items-right {
    right: 30px;
  }

  .contacts__section .contacts__items-right img {
    height: 340px;
  }

  .contacts__items-right {
    right: 60px;
  }

  .contacts__items-right img {
    height: 340px;
  }
}

@media (max-width: 1100px) {
  .contacts__section .contacts__inner .contacts__descr {
    width: 50%;
  }

  .contacts__items-right {
    right: 40px;
  }
}

@media (max-width: 1024px) {
  .contacts__section .contacts__items {
    padding: 0;
  }
}

@media (max-width: 950px) {
  .contacts__section .contacts__items-right {
    position: relative;
  }

  .contacts__section .contacts__items {
    flex-direction: column;
  }

  .contacts__section .contacts__items-box {
    padding-bottom: 0;
  }

  .contacts__section .contacts__inner .contacts__descr {
    width: 70%;
  }

  .contacts__section .contacts__whatsapp,
  .contacts__section .contacts__tg,
  .contacts__section .contacts__insta {
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .contacts__section .contacts__items-right {
    margin-top: 45px;
    right: 0;
  }

  .contacts__section .contacts__items-right img {
    height: 240px;
  }
}

@media (max-width: 600px) {
  .contacts__section .contacts__inner .contacts__descr {
    width: 90%;
  }
}

@media (max-width: 480px) {
  .contacts__section .contacts__inner .contacts__descr {
    width: 100%;
  }

  .contacts__section .contacts__whatsapp,
  .contacts__section .contacts__tg,
  .contacts__section .contacts__insta {
    justify-content: center;
    padding: 12px 0;
    width: 280px;
    margin-left: 0;
  }

  .contacts__section .contacts__whatsapp::after,
  .contacts__section .contacts__tg::after,
  .contacts__section .contacts__insta::after {
    font-size: 26px;
  }

  .contacts__section .contacts__items-right img {
    height: 200px;
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  border: 2px solid #887869;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
  padding: 10px !important;
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  color: #887869 !important;
  background: transparent !important;
  border-color: #887869 !important;
}

.diplomes__section {
  background: rgba(136, 120, 105, 0.15);
  border-radius: 25px;
  padding: clamp(4.063rem, 3.75rem + 1.56vw, 6.25rem);
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-bottom: 20px !important;
}

.diplomes__section .container {
  position: relative;
}

.diplomes__section .container::after {
  content: "";
  background: url(../img/diplomes-right.svg);
  width: clamp(15.625rem, 12.268rem + 16.79vw, 39.125rem);
  height: clamp(15.625rem, 12.268rem + 16.79vw, 39.125rem);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  right: -300px;
  top: -200px;
}

.diplomes__section .container::before {
  content: "";
  background: url(../img/diplomes-left.svg);
  width: clamp(15.625rem, 13.563rem + 10.31vw, 30.063rem);
  height: clamp(15.625rem, 13.563rem + 10.31vw, 30.063rem);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  left: -200px;
  bottom: -200px;
}

.diplomes__title {
  margin: 0 auto;
  text-align: center;
}

.diplomes__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  box-sizing: border-box;
  margin-top: clamp(2.188rem, 2.054rem + 0.67vw, 3.125rem);
}

.diplomes__items .diplomes__item {
  height: clamp(15.625rem, 14.643rem + 4.91vw, 22.5rem);
  border-radius: 20px;
  object-fit: cover;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s ease-out;
  cursor: pointer;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(37, 37, 37, 0.25);
}

.diplomes__items .diplomes__item:hover {
  transform: scale3d(1.01, 1.01, 1.01);
}

.diplomes__items .diplomes__item.item-1 {
  grid-column: 1/2;
  object-position: left !important;
}

.diplomes__items .diplomes__item.item-2 {
  grid-column: 2/4;
}

.diplomes__items .diplomes__item.item-5 {
  grid-column: 1/3;
}

.diplomes__items .diplomes__item.item-7 {
  grid-column: 4/6;
}

@media (max-width: 1300px) {
  .diplomes__section {
    padding-left: 0px;
    padding-right: 0px;
  }

  .diplomes__items .diplomes__item {
    height: 230px;
  }
}

@media (max-width: 850px) {
  .diplomes__items {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .diplomes__items .diplomes__item {
    grid-column: auto !important;
  }
}

@media (max-width: 650px) {
  .diplomes__items {
    grid-template-columns: 1fr 1fr;
  }

  .diplomes__items .diplomes__item {
    grid-column: auto !important;
  }
}