.Swiper-HeroCertificats {
  border-radius: 2.25rem;
  padding-top: 1.3125rem;
  padding-bottom: 1.3125rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  width: 100%;
}
@media screen and (min-width: 64.0625rem) {
  .Swiper-HeroCertificats {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
}
@media screen and (max-width: 64rem) and (min-width: 36.25rem) {
  .Swiper-HeroCertificats {
    margin-top: -4.5rem;
  }
}
@media screen and (max-width: 36rem) and (min-width: 25.0625rem) {
  .Swiper-HeroCertificats {
    margin-top: -3rem;
  }
}
@media screen and (max-width: 25rem) {
  .Swiper-HeroCertificats {
    margin-top: -2.2rem;
  }
}
@media screen and (max-width: 30rem) {
  .Swiper-HeroCertificats {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    border: unset;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
}
@media screen and (max-width: 64rem) and (min-width: 37.5625rem) {
  .Swiper-HeroCertificats .swiper-wrapper {
    justify-content: center;
  }
}
.Swiper-HeroCertificats .swiper-wrapper .swiper-slide {
  max-width: 10.0625rem;
  width: fit-content;
}
@media screen and (max-width: 64rem) and (min-width: 37.5625rem) {
  .Swiper-HeroCertificats .swiper-wrapper .swiper-slide:not(:first-of-type) {
    margin-left: 25px;
  }
}
.Swiper-HeroCertificats .swiper-wrapper .swiper-slide img {
  object-fit: contain;
}
@media screen and (max-width: 64rem) {
  .Swiper-HeroCertificats .swiper-wrapper .swiper-slide {
    max-width: 8.75rem;
  }
}
/*.Swiper-HeroPartnersTop {
  margin-top: 5rem;
  padding-bottom: 6.25rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.Swiper-HeroPartnersTop .swiper-wrapper {
  transition-timing-function: linear;
}
.Swiper-HeroPartnersTop .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  row-gap: 3.6875rem;
  width: fit-content;
}
.Swiper-HeroPartnersTop .swiper-wrapper .swiper-slide-top {
  display: flex;
  height: 3.75rem;
  align-items: center;
  padding-left: 7.5rem;
}
.Swiper-HeroPartnersTop .swiper-wrapper .swiper-slide-bottom {
  display: flex;
  height: auto;
  align-items: center;
}*/


.services-case {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 95rem) and (min-width: 48rem) {
  .services-case {
    padding: 0 2.5rem 1.375rem;
  }
}
@media screen and (max-width: 48rem) and (min-width: 42.0625rem) {
  .services-case {
    padding: 0rem 0rem 1.6875rem;
  }
}
@media screen and (max-width: 42rem) {
  .services-case {
    padding: 0rem 0rem 1.6875rem 0rem;
  }
}
.services-case-round {
  position: relative;
  top: 0;
  overflow: hidden;
  z-index: 0;
}
@media screen and (min-width: 98.75rem) {
  .services-case-round {
    width: 34.125rem;
    height: 15.5rem;
  }
}
@media screen and (max-width: 98.75rem) and (min-width: 60rem) {
  .services-case-round {
    width: 60%;
    height: 15.5rem;
    border-top-left-radius: 70px;
  }
}
@media screen and (max-width: 60rem) and (min-width: 42.0625rem) {
  .services-case-round {
    width: 18.125rem;
    height: 10.25rem;
    border-top-left-radius: 70px;
  }
}
@media screen and (max-width: 42rem) {
  .services-case-round {
    width: 13.75rem;
    height: 10rem;
    margin-left: auto;
    margin-right: auto;
    top: -4.5rem;
  }
}
.services-case-round img {
  object-fit: none;
  width: 100%;
  position: absolute;
  top: -11.25rem;
  filter: grayscale(1);
  border-radius: 50%;
}
@media screen and (min-width: 98.75rem) {
  .services-case-round img {
    scale: 1.6;
    object-position: -11.4rem;
    height: 16.5rem;
  }
}
@media screen and (max-width: 98.75rem) and (min-width: 60rem) {
  .services-case-round img {
    scale: 1.4;
    object-position: -7.4rem;
    top: -16.25rem;
    height: 26.5rem;
  }
}
@media screen and (max-width: 60rem) and (min-width: 42.0625rem) {
  .services-case-round img {
    scale: 1;
    top: -7rem;
  }
}
@media screen and (max-width: 42rem) {
  .services-case-round img {
    scale: 1;
    top: 0;
  }
}
.services-case .services {
  display: grid;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 42.0625rem) {
  .services-case .services {
    margin-top: -6.75rem;
  }
  .services-case .services-page {
    margin-top: 0;
  }
}
@media screen and (max-width: 42rem) {
  .services-case .services {
    margin-top: -4.5rem;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .services-case .services-page {
    margin-top: 0;
  }
}
@media screen and (min-width: 98.75rem) {
  .services-case .services {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 98.75rem) {
  .services-case .services {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 98.75rem) {
  .services-case .services .subtitle {
    display: none;
  }
}
.services-case .services-items {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 48.0625rem) and (min-width: 42.0625rem) {
  .services-case .services-items {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.services-case .services-items .subtitle {
  background-image: linear-gradient(266.48deg, #000000 3.18%, #7B7B7B 98.8%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.25rem;
}
.services-case .services-items .title {
  background-image: linear-gradient(266.48deg, #000000 3.18%, #7B7B7B 98.8%);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 47.5rem;
  color: transparent;
  padding-bottom: 2.5rem;
}

.block-accordion-item {
  display: flex;
  flex-direction: column;
}

.block-accordion-item:has(.accordion__title.active) {
  padding-bottom: 2rem;
}

.block-accordion-item:last-of-type {
  border-bottom: 1px solid #E6E6F0;
}

.block-accordion-item .accordion__title {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.9375rem 0;
  width: 100%;
  cursor: pointer;
  border-top: 1px solid #E6E6F0;
  background: linear-gradient(266.48deg, #000000 3.18%, #7B7B7B 98.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1.5625rem, 4vw + 1rem, 2.5rem);
  transition: 0.3s ease;
}
@media screen and (max-width: 48rem) and (min-width: 42.0625rem) {
  .block-accordion-item .accordion__title {
    padding: 1.5625rem 0;
  }
}
.block-accordion-item .accordion__title:hover {
  background: linear-gradient(266.48deg, #141517 3.18%, #141517 98.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 5px;
}
.block-accordion-item .accordion__title:hover .icon-arrow {
  transform: rotate(-45deg);
}
.block-accordion-item .accordion__title p {
  font-size: clamp(1.5625rem, 2vw + 1rem, 2.5rem);
}
@media screen and (max-width: 25.625rem) {
  .block-accordion-item .accordion__title p {
    max-width: 18rem;
  }
}
@media screen and (min-width: 48rem) {
  .block-accordion-item .accordion__title .icon-arrow {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (max-width: 48rem) {
  .block-accordion-item .accordion__title .icon-arrow {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.block-accordion-item .accordion__title.active {
  padding-bottom: 2rem;
  transition: 0.3s ease;
  background: linear-gradient(266.48deg, #141517 3.18%, #141517 98.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
padding-left: 5px;
  
}

/*
@media screen and (min-width:42.0625rem){
	.block-accordion-item .accordion__title.active{
		padding-left: 5px;
	}
}
@media screen and (max-width:42rem) {
	.block-accordion-item .accordion__title.active{
		padding-left: 0px;
	}
}
*/
.block-accordion-item .accordion__title.active .icon-arrow {
  transform: rotate(-45deg);
}

.block-accordion-item .accordion__title.active .icon-arrow-accordion:after {
  transform: rotate(45deg);
}

.accordion__content {
  font-family: var(--font-family);
  font-weight: 450;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  overflow: hidden;
  box-sizing: content-box;
  border-top: none;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear, max-height 0.4s linear;
  display: grid;
}
@media screen and (min-width: 60rem) {
  .accordion__content {
    grid-template-columns: 1fr 1fr;
    column-gap: 4rem;
  }
}
@media screen and (max-width: 60rem) {
  .accordion__content {
    grid-template-columns: 1fr;
  }
}
.accordion__content .price {
  font-size: 1.375rem;
  position: relative;
  transition: 0.6s linear;
}
.accordion__content .info {
  font-size: 0.875rem;
  max-width: 29.0625rem;
  line-height: 120%;
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
  position: relative;
  opacity: 0;
  transition: 0.6s linear;
}
.accordion__content .result {
  font-size: 0.875rem;
  line-height: 120%;
  position: relative;
  opacity: 0;
  transition: 0.6s linear;
}
.accordion__content .result span {
  color: var(--oranzhevyy);
}
.accordion__content .btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 2.5rem;
  position: relative;
  opacity: 0;
  transition: 0.6s linear;
}
@media screen and (min-width: 48rem) {
  .accordion__content .btns {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 48rem) {
  .accordion__content .btns {
    gap: 1.875rem;
  }
}
@media screen and (max-width: 23.375rem) {
  .accordion__content .btns {
    flex-direction: column;
  }
}
@media screen and (max-width: 48rem) {
  .accordion__content .btn.btn-white {
    padding: 1.25rem 3.0625rem 1.25rem 1.53125rem;
    display: flex;
    gap: 1.25rem;
  }
  .accordion__content .btn.btn-white .icon-small {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%) rotate(-45deg);
    right: 1.53125rem;
  }
}
.accordion__content .which {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.625rem;
  grid-column: 2/3;
  grid-row: 1/5;
  align-self: flex-end;
  position: relative;
  opacity: 0;
  transition: 0.6s linear;
}
@media screen and (max-width: 60rem) {
  .accordion__content .which {
    grid-column: unset;
    grid-row: 4/5;
    margin-top: 1.25rem;
  }
}
.accordion__content .which .result {
  opacity: 0;
  transition: 0.6s linear;
}
.accordion__content .which-tags {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
  max-width: 34.9375rem;
}
.accordion__content .which-tags a, .accordion__content .which-tags span {
  padding: 0.625rem 1.25rem;
  border: 1px solid var(--chernyy);
  border-radius: 70px;
  font-size: 0.875rem;
  line-height: 120%;
  transition: 0.3s ease;
  color: #646464;
  width: fit-content;
}

.accordion__content.active ul {
  margin-left: 20px;
  margin-top: 10px;
}

.accordion__content.active ul li {
  list-style-type: circle;
  margin-top: 0px;
}

.accordion__content.active {
  visibility: visible;
  opacity: 1;
  color: var(--black-gray);
  transition: max-height 0.6s linear;
}
@media screen and (min-width: 23.375rem) {
  .accordion__content.active {
    max-height: 40rem !important;
  }
}
@media screen and (max-width: 23.375rem) {
  .accordion__content.active {
    max-height: 60rem !important;
  }
}
.accordion__content.active .price {
  opacity: 1;
  transition: 0.6s linear;
}
.accordion__content.active .info {
  opacity: 1;
  transition: 0.6s linear;
}
.accordion__content.active .result {
  opacity: 1;
  transition: 0.6s linear;
}
.accordion__content.active .btns {
  opacity: 1;
  transition: 0.6s linear;
}
.accordion__content.active .which {
  opacity: 1;
  transition: 0.6s linear;
}
.accordion__content.active .which .result {
  opacity: 1;
  transition: 0.6s linear;
}

.cases {
  position: relative;
  width: 100%;
  padding-bottom: 3.125rem;
  display: grid;
}
@media screen and (min-width: 57.0625rem) {
  .cases {
    margin-top: 12.5rem;
  }
  .cases-page {
    margin-top: 0;
  }
}
@media screen and (max-width: 57rem) {
  .cases {
    margin-top: 6.375rem;
  }
  .cases-page {
    margin-top: 0;
  }
}
@media screen and (min-width: 99.375rem) {
  .cases {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 99.375rem) {
  .cases {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 98.75rem) {
  .cases .subtitle {
    display: none;
  }
}
@media screen and (max-width: 95rem) and (min-width: 48.0625rem) {
  .cases {
    padding: 0 0rem 1.6875rem;
  }
  .cases-page {
    padding: 0 2.5rem 1.6875rem;
  }
}
@media screen and (max-width: 48rem) and (min-width: 42rem) {
  .cases {
    padding: 0rem 0rem 1.6875rem;
  }
}
@media screen and (max-width: 42rem) {
  .cases {
    padding: 0rem 0rem 1.6875rem 0rem;
  }
}
.cases-items {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
.cases-items .subtitle {
  background-image: linear-gradient(266.48deg, #000000 3.18%, #7B7B7B 98.8%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.25rem;
}
.cases-items .title {
  background-image: linear-gradient(266.48deg, #000000 3.18%, #7B7B7B 98.8%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (min-width: 57rem) {
  .cases-items .title {
    padding-bottom: 2.5rem;
    max-width: 47.5rem;
  }

	.cases-items-btns.animate-item.visible a:first-child{
		display: flex;
    	flex-direction: column;
    	align-items: flex-end;
		margin-right: 1.25rem;
	}

	.cases-items-btns.animate-item.visible a:first-child span.top{
		margin-right:100px;
	}

}
@media screen and (max-width: 57rem) {
  .cases-items .title {
    max-width: 26rem;
    padding-bottom: 1.875rem;
  }
}
@media screen and (max-width: 48.0625rem) and (min-width: 42.0625rem) {
  .cases-items .title {
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 42rem) {
  .cases-items .title {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media screen and (max-width: 48.0625rem) and (min-width: 42.0625rem) {
  .cases-items-tabs .swiperBooking {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 42rem) {
  .cases-items-tabs .swiperBooking {
    padding-left: 0.625rem;
    padding-right: 1.625rem;
  }
}
 .cases-items-tabs .swiperBooking .swiper-wrapper {
height: fit-content;
}
@media screen and (min-width: 60rem) {
  .cases-items-tabs .swiperBooking .swiper-wrapper {
    width: fit-content;
    max-width: 47.4375rem;

  }
}
@media screen and (max-width: 60rem) and (min-width: 42.5625rem) {
  .cases-items-tabs .swiperBooking .swiper-wrapper {
    width: fit-content;
    max-width: 27.25rem;
    flex-wrap: wrap;
    row-gap: 0.5rem;
  }
}
.cases-items-tabs .swiperBooking .swiper-wrapper .swiper-slide {
  width: fit-content;
height: fit-content;
}
.cases-items-tabs .swiperBooking .swiper-wrapper .swiper-slide .tab-title {
  width: fit-content;
  cursor: pointer;
  padding: 0.333rem 0.75rem;
  border-radius: 3.75rem;
  border: 1px solid var(--svetlo-seryy-2);
  color: var(--chernyy);
  transition: 0.3s ease;
  font-size: 0.875rem;
}
.cases-items-tabs .swiperBooking .swiper-wrapper .swiper-slide:hover:not(.active-tab) .tab-title {
  border-color: var(--oranzhevyy);
  background-color: var(--oranzhevyy);
  color: #fff;
}
.cases-items-tabs .swiperBooking .swiper-wrapper .swiper-slide.active-tab:hover .tab-title {
  opacity: 0.7;
}
.cases-items-tabs .swiperBooking .swiper-wrapper .swiper-slide.active-tab .tab-title {
  border-color: var(--oranzhevyy);
  background-color: var(--oranzhevyy);
  color: #fff;
}
.cases-items-tabs-blocks {
  display: grid;
  column-gap: 1.25rem;
  row-gap: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 57rem) {
  .cases-items-tabs-blocks {
    width: 100%;
  }
}
@media screen and (min-width: 57rem) {
  .cases-items-tabs-blocks {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 57rem) {
  .cases-items-tabs-blocks {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 48.0625rem) and (min-width: 42.0625rem) {
  .cases-items-tabs-blocks {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 42rem) {
  .cases-items-tabs-blocks {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.cases-items-tabs-blocks-item {
  flex-direction: column;
  gap: 0.625rem;
  align-items: flex-start;
  display: none;
}
.cases-items-tabs-blocks-item.active-block {
  display: flex !important;
  position: relative;
}
@media screen and (min-width: 57rem) {
  .cases-items-tabs-blocks-item.active-block.even {
   /* margin-top: 2.5rem;*/
  }
  .cases-items-tabs-blocks-item.active-block.even::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--oranzhevyy);
    bottom: -1.25rem;
    max-width: 0;
    transition: max-width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.cases-items-tabs-blocks-item.active-block a {
  overflow: hidden;
  white-space: normal;
  width: 100%;
  line-height: 1;

}

.cases-items-tabs-blocks-item.active-block a img {
  transition: scale 0.3s ease;
  width: 100%;
}
@media screen and (min-width: 57rem) {
  .cases-items-tabs-blocks-item.active-block:not(.even)::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--oranzhevyy);
    bottom: -1.25rem;
    max-width: 0;
    transition: max-width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.cases-items-tabs-blocks-item.active-block:hover .item-title {
  background: linear-gradient(229deg, #ff6900 0%, #141517 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cases-items-tabs-blocks-item.active-block:hover a img {
  scale: 1.2;
}
.cases-items-tabs-blocks-item.active-block:hover.even::before {
  max-width: 100%;
}
.cases-items-tabs-blocks-item.active-block:hover:not(.even)::before {
  max-width: 100%;
}
.cases-items-tabs-blocks-item .tags {
  display: inline-flex;
  gap: 0.625rem;
}
.cases-items-tabs-blocks-item .tags span {
  color: var(--oranzhevyy);
  font-size: 0.875rem;
}
.cases-items-tabs-blocks-item .item-title {
  background: linear-gradient(229deg, #000 0%, #7b7b7b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1.5625rem, 2vw + 1rem, 2.5rem);
}
.cases-items-tabs-blocks-item .item-subtitle {
  font-size: 0.875rem;
  line-height: 120%;
  color: var(--seryy-2);
}
.cases-items-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.cases-items-btns.cases-items-btns-page {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 85.625rem) {
  .cases-items-btns.cases-items-btns-page a:last-child .top {
    margin-right: 8rem;
  }
}
@media screen and (max-width: 85.5625rem) and (min-width: 46.3125rem) {
  .cases-items-btns.cases-items-btns-page a:last-child .top {
    margin-right: 6rem;
  }
}
@media screen and (max-width: 46.25rem) {
  .cases-items-btns.cases-items-btns-page a:last-child .top {
    margin-right: 4.5rem;
  }
}
@media screen and (max-width: 42rem) {
  .cases-items-btns.cases-items-btns-page a:last-child {
    align-items: flex-end;
  }
}
@media screen and (max-width: 48.0625rem) and (min-width: 42.0625rem) {
  .cases-items-btns {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 42rem) {
  .cases-items-btns {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 42rem) {
  .cases-items-btns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    grid-template-columns: 1fr;
    row-gap: 1.875rem;
    padding-top: 1.875rem;
  }
}
.cases-items-btns a:last-child {
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 42rem) {
  .cases-items-btns a:last-child {
    align-items: end;
  }
}
@media screen and (max-width: 42rem) {
  .cases-items-btns a:last-child {
    align-items: flex-start;
  }
}
@media screen and (max-width: 42rem) and (min-width: 23.375rem) {
  .cases-items-btns a:last-child {
    margin-left: 5.625rem;
  }
}
@media screen and (max-width: 23.375rem) {
  .cases-items-btns a:last-child {
    align-items: end;
  }
}
@media screen and (min-width: 54rem) {
  .cases-items-btns a:last-child .top {
    margin-right: 10rem;
  }
}
@media screen and (max-width: 54rem) {
  .cases-items-btns a:last-child .top {
    margin-right: 9.5rem;
  }
}

.reviews {
  position: relative;
  width: 100%;
  display: grid;
}
@media screen and (min-width: 66.0625rem) {
  .reviews {
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 66rem) and (min-width: 42.0625rem) {
  .reviews {
    padding-top: 4.6875rem;
  }
}
@media screen and (max-width: 42rem) {
  .reviews {
    padding-top: 1.875rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 95rem) and (min-width: 42.0625rem) {
  .reviews {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 95rem) and (min-width: 66.0625rem) {
  .reviews {
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 98.75rem) {
  .reviews {
    grid-template-columns: 1fr 6.25rem;
  }
}
@media screen and (max-width: 98.75rem) and (min-width: 42.5625rem) {
  .reviews {
    grid-template-columns: 1fr 6.25rem;
  }
}
@media screen and (max-width: 42.5rem) {
  .reviews {
    display: flex;
    flex-direction: column;
  }
}
.reviews .subtitle {
  font-size: 1.25rem;
  line-height: 100%;
  background: linear-gradient(229deg, #fff 0%, #7b7b7b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 98.75rem) {
  .reviews .subtitle {
    display: none;
  }
}
.reviews .title {
  font-size: clamp(1.875rem, 4vw + 1rem, 3.875rem);
  line-height: 90%;
  background: linear-gradient(229deg, #fff 0%, #7b7b7b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 18rem;
}

@media screen and (min-width: 64.0625rem) {
	.reviews .title {
		max-width: 30rem;
	}

}

@media screen and (max-width: 57.5rem) {
  .reviews .title {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 64rem) and (min-width: 40.0625rem) {
  .reviews .title {
    max-width: 30rem;
  }
}
.reviews-controllers {
  width: 6.25rem;
  display: flex;
  gap: 1.25rem;
}
.reviews-controllers .reviews-tabs-next,
.reviews-controllers .reviews-tabs-prev {
  cursor: pointer;
}
@media screen and (max-width: 57.5rem) {
  .reviews-controllers {
    grid-column: 2/3;
    grid-row: 2/3;
    margin-top: 1.875rem;
    margin-bottom: 2.5rem;
    align-items: center;
  }
}
@media screen and (max-width: 42rem) {
  .reviews-controllers {
    display: none;
  }
}
.reviews-tabs {
  margin-top: 1.875rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 98.75rem) {
  .reviews-tabs {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 98.75rem) and (min-width: 57.5625rem) {
  .reviews-tabs {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 57.5rem) and (min-width: 42.5625rem) {
  .reviews-tabs {
    grid-column: 1/2;
  }
}
@media screen and (max-width: 98.75rem) {
  .reviews-tabs {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 42.5625rem) {
  .reviews-tabs {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    /*overflow: hidden;*/
  }
}
@media screen and (min-width: 57.5625rem) {
  .reviews-tabs .swiperBooking {
    margin-left: 0;
  }
}
@media screen and (max-width: 57.5rem) {
  .reviews-tabs .swiperBooking {
    margin-left: 0;
  }
}
@media screen and (max-width: 42.5rem) {
  .reviews-tabs .swiperBooking {
    width: 100%;
  }
}
.reviews-tabs .swiperBooking .swiper-wrapper {
  padding-bottom: 5px;
}
@media screen and (min-width: 98.8125rem) {
  .reviews-tabs .swiperBooking .swiper-wrapper {
    max-width: 47.4375rem;
  }
}
@media screen and (max-width: 98.75rem) and (min-width: 57.5625rem) {
  .reviews-tabs .swiperBooking .swiper-wrapper {
    max-width: 48.4375rem;
  }
}
@media screen and (max-width: 57.5rem) and (min-width: 42.0625rem) {
  .reviews-tabs .swiperBooking .swiper-wrapper {
    max-width: 27rem;
    flex-wrap: wrap;
    row-gap: 0.5rem;
  }
}
.reviews-tabs .swiperBooking .swiper-wrapper .swiper-slide {
  width: fit-content;
}
@media screen and (max-width: 57.5rem) and (min-width: 42.0625rem) {
  .reviews-tabs .swiperBooking .swiper-wrapper .swiper-slide {
    height: fit-content;
  }
}
.reviews-tabs .swiperBooking .swiper-wrapper .swiper-slide .tab-title {
  width: fit-content;
  cursor: pointer;
  padding: 0.333rem 0.75rem;
  border-radius: 3.75rem;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.3s ease;
  font-size: 0.875rem;
  width: fit-content;
}
.reviews-tabs .swiperBooking .swiper-wrapper .swiper-slide:hover:not(.active-tab) .tab-title {
  border-color: var(--oranzhevyy);
  background-color: var(--oranzhevyy);
  color: #fff;
}
.reviews-tabs .swiperBooking .swiper-wrapper .swiper-slide.active-tab:hover .tab-title {
  opacity: 0.7;
}
.reviews-tabs .swiperBooking .swiper-wrapper .swiper-slide.active-tab .tab-title {
  border-color: var(--oranzhevyy);
  background-color: var(--oranzhevyy);
  color: #fff;
}
.reviews-tabs-next, .reviews-tabs-prev {
  cursor: pointer;
}

@media screen and (max-width: 57.5rem) and (min-width: 42.0625rem) {
  .reviewsSwiper {
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 42rem) {
  .reviewsSwiper {
    padding: 0 0.625rem;
  }
}
.reviewsSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 1.25rem;
  border: 1px solid #fff;
  transition: 0.5s linear;
  width: 100%;
height: fit-content;
}
.reviewsSwiper  .swiper-wrapper {
height: fit-content;
}
@media screen and (min-width: 57.5625rem) {
  .reviewsSwiper .swiper-slide {
    max-width: 36.75rem;
    margin-right: 10px;
  }
}
@media screen and (min-width: 106.5625rem) {
  .reviewsSwiper .swiper-slide {
    left: 190px;
  }
}
@media screen and (max-width: 106.5rem) and (min-width: 98.8125rem) {
  .reviewsSwiper .swiper-slide {
    left: 12%;
  }
}
@media screen and (max-width: 98.75rem) and (min-width: 86.125rem) {
  .reviewsSwiper .swiper-slide {
    left: -25%;
  }
}
@media screen and (max-width: 86.0625rem) and (min-width: 80.875rem) {
  .reviewsSwiper .swiper-slide {
    left: -23%;
  }
}
@media screen and (max-width: 80.8125rem) and (min-width: 72.875rem) {
  .reviewsSwiper .swiper-slide {
    left: -20%;
  }
}
@media screen and (max-width: 72.8125rem) and (min-width: 66.75rem) {
  .reviewsSwiper .swiper-slide {
    left: -18%;
  }
}
@media screen and (max-width: 66.6875rem) and (min-width: 57.5rem) {
  .reviewsSwiper .swiper-slide {
    left: -15%;
  }
}
.reviewsSwiper .swiper-slide:not(.active-block) {
  display: none;
}
.reviewsSwiper .swiper-slide .logotype {
  display: block;
  object-fit: contain;
}
.reviewsSwiper .swiper-slide .name {
  font-size: 1.25rem;
  line-height: 100%;
  color: var(--belyy);
  margin-top: 1.25rem;
  margin-bottom: 0.3125rem;
}
.reviewsSwiper .swiper-slide .position {
  font-size: 0.875rem;
  line-height: 120%;
  color: var(--belyy-600);
}
.reviewsSwiper .swiper-slide-text {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.reviewsSwiper .swiper-slide-text p {
  text-align: left;
  font-size: 1rem;
  line-height: 120%;
  color: #fff;
}
.reviewsSwiper .swiper-slide-btns {
  display: flex;
  gap: 1.25rem;
  margin-top: 0rem;
  max-height: 0%;
  height: 100%;
  opacity: 0;
  transition: margin-top 0.5s ease-in-out;
}
@media screen and (max-width: 32rem) {
  .reviewsSwiper .swiper-slide-btns {
    width: 100%;
  }
}
@media screen and (max-width: 32rem) {
  .reviewsSwiper .swiper-slide-btns .btn {
    max-width: 100%;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    gap: 1.25rem;
    width: 100%;
  }
  .reviewsSwiper .swiper-slide-btns .btn .icon-small {
    position: relative;
    transform: translate(0, 0) rotate(-45deg);
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 57.5rem) {
  .reviewsSwiper .swiper-slide {
    background: var(--oranzhevyy);
    border-color: var(--oranzhevyy);
    border-radius: 1.25rem;
  }
  .reviewsSwiper .swiper-slide .swiper-slide-btns {
    margin-top: 2.5rem;
    max-height: 100%;
    opacity: 1;
  }
}
.reviewsSwiper .swiper-slide:hover {
  background: var(--oranzhevyy);
  border-color: var(--oranzhevyy);
  cursor: pointer;
}
@media screen and (max-width: 57.5rem) {
  .reviewsSwiper .swiper-slide:hover {
    border-radius: 1.25rem;
  }
}
.reviewsSwiper .swiper-slide:hover .swiper-slide-btns {
  margin-top: 2.5rem;
  max-height: 100%;
  opacity: 1;
}

.reviewsSwiper-pagination {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.875rem;
}
@media screen and (min-width: 42.0625rem) {
  .reviewsSwiper-pagination {
    display: none;
  }
}
.reviewsSwiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px) !important;
  background-color: rgba(255, 255, 255, 0.3019607843);
}
.reviewsSwiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--oranzhevyy);
}

.team {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 66.0625rem) {
  .team {
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 66rem) and (min-width: 42.0325rem) {
  .team {
    padding-top: 4.6875rem;
  }
}
@media screen and (max-width: 42rem) {
  .team {
    padding-top: 1.875rem;
  }
}
@media screen and (max-width: 95rem) and (min-width: 66.0625rem) {
  .team {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 66rem) {
  .team {
    padding-left: 0;
    padding-right: 0;
  }
}
.team .subtitle {
  font-size: 1.25rem;
  line-height: 100%;
  background: linear-gradient(229deg, #000 0%, #7b7b7b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 98.75rem) {
  .team .subtitle {
    display: none;
  }
}
.team .title {
  font-size: clamp(1.875rem, 4vw + 1rem, 3.875rem);
  line-height: 90%;
  background: linear-gradient(229deg, #000 0%, #7b7b7b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  grid-column: 1/3;
}
@media screen and (max-width: 66rem) and (min-width: 42.0625rem) {
  .team .title {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 42rem) {
  .team .title {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.team-slider {
  display: grid;
  border-bottom: 1px solid var(--seryy);
}
@media screen and (min-width: 98.75rem) {
  .team-slider {
    grid-column: 1/3;
    max-width: 90rem;
    grid-template-columns: 1fr 4.25rem;
  }
}
@media screen and (max-width: 98.75rem) {
  .team-slider {
    overflow: hidden;
    width: 100%;
    display: flex;
  }
}
@media screen and (min-width: 66.0625rem) {
  .team-slider {
    align-items: end;
  }
}
@media screen and (max-width: 66rem) {
  .team-slider {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 66rem) {
  .team-slider {
    border-bottom: none;
  }
}
.team-about {
  position: relative;
  width: 100%;
  display: grid;
}
@media screen and (min-width: 66.0625rem) {
  .team-about {
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 66rem) {
  .team-about {
    padding-top: 1.875rem;
  }
}
@media screen and (min-width: 98.75rem) {
  .team-about {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 98.75rem) {
  .team-about {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 95rem) and (min-width: 42.0625rem) {
  .team-about {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 42rem) {
  .team-about {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.team-about .subtitle {
  font-size: 1.25rem;
  line-height: 100%;
  background: linear-gradient(229deg, #000 0%, #7b7b7b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 98.75rem) {
  .team-about .subtitle {
    display: none;
  }
}
.team-about-presentation .text {
  font-size: 40px;
  font-size: clamp(1.25rem, 2vw + 1rem, 2.5rem);
  line-height: 100%;
  background: linear-gradient(229deg, #ff6900 0%, #141517 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.team-about-presentation-socials {
  display: flex;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 23.375rem) {
  .team-about-presentation-socials {
    flex-direction: column;
    align-items: center;
  }
}

.swiperTeam {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 98.75rem) {
  .swiperTeam {
    max-width: calc(1440px - 4.25rem);
  }
}
@media screen and (max-width: 98.75rem) and (min-width: 66rem) {
  .swiperTeam {
    max-width: calc(100% - 4.25rem);
  }
}
@media screen and (max-width: 66rem) {
  .swiperTeam {
    order: 1;
    max-width: 100%;
  }
}
.swiperTeam .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
@media screen and (min-width: 76.5rem) {
  .swiperTeam .swiper-wrapper .swiper-slide .swiper-slide-inside .name {
    margin-top: 2.125rem;
  }
}
@media screen and (max-width: 76.4375rem) and (min-width: 66.0625rem) {
  .swiperTeam .swiper-wrapper .swiper-slide:nth-child(1) .swiper-slide-inside .name, .swiperTeam .swiper-wrapper .swiper-slide:nth-child(4) .swiper-slide-inside .name {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 66rem) and (min-width: 57.5625rem) {
  .swiperTeam .swiper-wrapper .swiper-slide .swiper-slide-inside .name {
    margin-top: 2.125rem;
  }
}
@media screen and (max-width: 57.5rem) and (min-width: 51.25rem) {
  .swiperTeam .swiper-wrapper .swiper-slide:nth-child(2) .swiper-slide-inside .name, .swiperTeam .swiper-wrapper .swiper-slide:nth-child(3) .swiper-slide-inside .name, .swiperTeam .swiper-wrapper .swiper-slide:nth-child(4) .swiper-slide-inside .name {
    margin-top: 1.5rem;
  }
  .swiperTeam .swiper-wrapper .swiper-slide:nth-child(1) .swiper-slide-inside .name {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 51.1875rem) and (min-width: 44.25rem) {
  .swiperTeam .swiper-wrapper .swiper-slide:nth-child(1) .swiper-slide-inside .name, .swiperTeam .swiper-wrapper .swiper-slide:nth-child(4) .swiper-slide-inside .name {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 44.1875rem) and (min-width: 42.0625rem) {
  .swiperTeam .swiper-wrapper .swiper-slide:nth-child(2) .swiper-slide-inside .name, .swiperTeam .swiper-wrapper .swiper-slide:nth-child(3) .swiper-slide-inside .name, .swiperTeam .swiper-wrapper .swiper-slide:nth-child(4) .swiper-slide-inside .name {
    margin-top: -5rem;
  }
  .swiperTeam .swiper-wrapper .swiper-slide:nth-child(1) .swiper-slide-inside .name {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 42rem) {
  .swiperTeam .swiper-wrapper .swiper-slide:nth-child(2) .swiper-slide-inside .name, .swiperTeam .swiper-wrapper .swiper-slide:nth-child(3) .swiper-slide-inside .name, .swiperTeam .swiper-wrapper .swiper-slide:nth-child(4) .swiper-slide-inside .name {
    margin-top: -1rem;
  }
  .swiperTeam .swiper-wrapper .swiper-slide:nth-child(1) .swiper-slide-inside .name {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 66rem) {
  .swiperTeam .swiper-wrapper .swiper-slide {
    align-items: center;
  }
}
@media screen and (max-width: 66rem) and (min-width: 42.0625rem) {
  .swiperTeam .swiper-wrapper .swiper-slide {
    align-items: flex-end;
    padding-left: 2.5rem;
  }
  .swiperTeam .swiper-wrapper .swiper-slide::after {
    content: "";
    position: absolute;
    width: calc(100% - 2.5rem);
    height: 1px;
    bottom: 0;
    right: 0;
    background-color: var(--seryy);
  }
}
@media screen and (max-width: 42rem) {
  .swiperTeam .swiper-wrapper .swiper-slide {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    align-items: center;
  }
  .swiperTeam .swiper-wrapper .swiper-slide::after {
    content: "";
    position: absolute;
    width: calc(100% - 1.25rem);
    height: 1px;
    bottom: 0;
    background-color: var(--seryy);
  }
}
@media screen and (min-width: 98.75rem) {
  .swiperTeam .swiper-wrapper .swiper-slide-inside {
    grid-template-columns: 36.5625rem 1fr;
    display: grid;
    align-items: flex-end;
  }
}
@media screen and (max-width: 98.75rem) and (min-width: 42.0625rem) {
  .swiperTeam .swiper-wrapper .swiper-slide-inside {
    grid-template-columns: minmax(250px, 1fr) minmax(250px, 1fr);
    display: grid;
    align-items: flex-end;
  }
}
@media screen and (max-width: 42rem) {
  .swiperTeam .swiper-wrapper .swiper-slide-inside {
    grid-template-columns: 1fr;
  }
}
.swiperTeam .swiper-wrapper .swiper-slide-inside-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  align-self: flex-end;
}
.swiperTeam .swiper-wrapper .swiper-slide-inside-image {
  position: relative;
}
@media screen and (max-width: 66rem) {
  .swiperTeam .swiper-wrapper .swiper-slide-inside-image {
    width: 37.625rem;
  }
}
@media screen and (max-width: 60rem) and (min-width: 42.0625rem) {
  .swiperTeam .swiper-wrapper .swiper-slide-inside-image {
    left: -6.25rem;
  }
}
@media screen and (max-width: 42rem) {
  .swiperTeam .swiper-wrapper .swiper-slide-inside-image {
    display: none;
  }
}
.swiperTeam .swiper-wrapper .swiper-slide-inside .name {
  font-size: clamp(1.5625rem, 3vw + 1rem, 3.125rem);
  line-height: 100%;
  background: linear-gradient(229deg, #ff6900 0%, #141517 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 18.5rem;
}
@media screen and (max-width: 40rem) and (min-width: 30.0625rem) {
  .swiperTeam .swiper-wrapper .swiper-slide-inside .name {
    max-width: 12rem;
  }
}
@media screen and (max-width: 30rem) {
  .swiperTeam .swiper-wrapper .swiper-slide-inside .name {
    max-width: 11rem;
  }
}
.swiperTeam .swiper-wrapper .swiper-slide-inside .position {
  font-size: 14px;
  line-height: 120%;
  color: var(--chernyy-600);
  margin-top: 0.625rem;
  margin-bottom: 1.5625rem;
}
.swiperTeam .swiper-wrapper .swiper-slide-inside .text {
  line-height: 120%;
  color: var(--chernyy);
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 79.6875rem) {
  .swiperTeam .swiper-wrapper .swiper-slide-inside .text {
    height: 8.4375rem;
  }
}
@media screen and (max-width: 79.625rem) and (min-width: 50.625rem) {
  .swiperTeam .swiper-wrapper .swiper-slide-inside .text {
    height: 11rem;
  }
}
@media screen and (max-width: 50.5625rem) and (min-width: 42.0625rem) {
  .swiperTeam .swiper-wrapper .swiper-slide-inside .text {
    height: 15.625rem;
  }
}
@media screen and (min-width: 42.0625rem) {
  .swiperTeam .swiper-wrapper .swiper-slide-inside .text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 42rem) {
  .swiperTeam .swiper-wrapper .swiper-slide-inside .text {
    font-size: 0.875rem;
  }
}
.swiperTeam .swiper-wrapper .swiper-slide-inside span {
  font-size: 14px;
  line-height: 120%;
  color: var(--chernyy-600);
}
.swiperTeam .swiper-wrapper .swiper-slide-inside .skills {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.625rem;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.swiperTeam .swiper-wrapper .swiper-slide-inside .skills-item {
  padding: 0.333rem 0.75rem;
  border-radius: 3.75rem;
  background: var(--oranzhevyy);
  width: fit-content;
  color: #fff;
  border: 1px solid var(--oranzhevyy);
  transition: 0.3s ease;
  font-size: 0.875rem;
  width: fit-content;
}

@media screen and (max-width: 98.75rem) {
  .swiperTeamThumb {
    max-width: 4.25rem;
    width: 100%;
  }
}
@media screen and (min-width: 66.0625rem) {
  .swiperTeamThumb {
    max-height: 19.5rem;
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 66rem) and (min-width: 42.0625rem) {
  .swiperTeamThumb {
    margin-left: 2.5rem;
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 66rem) and (min-width: 42.0625rem) {
  .swiperTeamThumb {
    max-width: 18.5rem;
    max-height: 4.3125rem;
    order: 0;
  }
}
@media screen and (max-width: 42rem) {
  .swiperTeamThumb {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.25rem;
    width: 100%;
    max-width: 100%;
    max-height: 7.5625rem;
    height: 100% !important;
  }
}
@media screen and (max-width: 42rem) {
  .swiperTeamThumb .swiper-slide {
    max-width: fit-content;
  }
}
.swiperTeamThumb .swiper-slide .thumb-active {
  opacity: 0;
  scale: 0;
  max-height: 0;
}
.swiperTeamThumb .swiper-slide .thumb-initial {
  opacity: 1;
  scale: 1;
  cursor: pointer;
}
@media screen and (max-width: 42rem) {
  .swiperTeamThumb .swiper-slide .thumb-initial {
    width: 81px;
    height: 81px;
  }
}
@media screen and (min-width: 66.0625rem) {
  .swiperTeamThumb .swiper-slide:hover {
    cursor: pointer;
  }
  .swiperTeamThumb .swiper-slide:hover .thumb-initial {
    scale: 0;
    opacity: 0;
    max-height: 0%;
    display: none;
  }
  .swiperTeamThumb .swiper-slide:hover .thumb-active {
    opacity: 1;
    scale: 1;
    max-height: 100%;
    display: block;
  }
}
.swiperTeamThumb .swiper-slide.swiper-slide-thumb-active .thumb-active {
  opacity: 1;
  scale: 1;
  max-height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 42rem) {
  .swiperTeamThumb .swiper-slide.swiper-slide-thumb-active .thumb-active {
    width: 7.5625rem !important;
    height: 7.5625rem !important;
  }
}
.swiperTeamThumb .swiper-slide.swiper-slide-thumb-active .thumb-initial {
  opacity: 0;
  scale: 0;
  max-height: 0;
  max-width: 0;
  position: absolute;
}
@media screen and (min-width: 42.0325rem) {
  .swiperTeamThumb .swiper-slide.swiper-slide-thumb-active .thumb-initial {
    transition: 0.2s ease 0.2s;
  }
}

.expert {
  position: relative;
  width: 100%;
  display: grid;
}
@media screen and (min-width: 66.0625rem) {
  .expert {
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 66rem) and (min-width: 42.0625rem) {
  .expert {
    padding-top: 4.6875rem;
  }
}
@media screen and (max-width: 42rem) {
  .expert {
    padding-top: 1.875rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 95rem) and (min-width: 42.0625rem) {
  .expert {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 95rem) and (min-width: 66.0625rem) {
  .expert {
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 98.75rem) {
  .expert {
    grid-template-columns: 1fr 6.25rem;
  }
}
@media screen and (max-width: 98.75rem) {
  .expert {
    grid-template-columns: 1fr 6.25rem;
  }
}
.expert .subtitle {
  font-size: 1.25rem;
  line-height: 100%;
  background: linear-gradient(229deg, #fff 0%, #7b7b7b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 98.75rem) {
  .expert .subtitle {
    display: none;
  }
}
.expert .title {
  font-size: clamp(1.875rem, 4vw + 1rem, 3.875rem);
  line-height: 90%;
  background: linear-gradient(229deg, #fff 0%, #7b7b7b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 23rem;
}
.expert-controllers {
  width: 6.25rem;
  display: flex;
  gap: 1.25rem;
}
.expert-controllers .expert-tabs-next,
.expert-controllers .expert-tabs-prev {
  cursor: pointer;
}
@media screen and (max-width: 42rem) {
  .expert-controllers {
    display: none;
  }
}
.expert-btns {
  display: flex;
  justify-content: flex-end;
  margin-top: 3.125rem;
}
@media screen and (max-width: 48rem) {
  .expert-btns {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 95rem) and (min-width: 42.0625rem) {
  .expert-btns {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 42rem) {
  .expert-btns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.expertSwiper {
  margin-top: 2.5rem;
  cursor: grab;
}
.expertSwiper .swiper-wrapper{
    height: fit-content;
}
.expertSwiper .swiper-wrapper .swiper-slide{
height: fit-content;
}

@media screen and (max-width: 95.0625rem) and (min-width: 57.5625rem) {
  .expertSwiper {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 57.5rem) {
  .expertSwiper {
    max-width: 44.125rem;
  }
}
@media screen and (max-width: 57rem) and (min-width: 42.0625rem) {
  .expertSwiper {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 42rem) {
  .expertSwiper {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
.expertSwiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.expertSwiper .swiper-wrapper .swiper-slide a {
  word-break: auto-phrase;
  white-space: wrap;
}
.expertSwiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
  transition: 0.6s linear;
}
@media screen and (max-width: 57rem) {
  .expertSwiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
    max-width: 100%;
  }
}
.expertSwiper .swiper-wrapper .swiper-slide.swiper-slide-prev .swiper-slide-main-title {
  font-size: 1.25rem;
  word-break: break-word;
  white-space: normal;
  white-space: wrap;
  line-height: 100%;
  background: linear-gradient(229deg, #fff 0%, #7b7b7b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.expertSwiper .swiper-wrapper .swiper-slide.swiper-slide-prev .swiper-slide-main-title:hover {
  background: linear-gradient(229deg, #7b7b7b 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 95.0625rem) {
  .expertSwiper .swiper-wrapper .swiper-slide.swiper-slide-next {
    transition: 1s linear;
  }
}
@media screen and (max-width: 95rem) and (min-width: 57.5625rem) {
  .expertSwiper .swiper-wrapper .swiper-slide.swiper-slide-next {
    transition: 0.6s linear;
  }
}
@media screen and (max-width: 57.5rem) {
  .expertSwiper .swiper-wrapper .swiper-slide.swiper-slide-next {
    transition: 0.4s ease;
  }
}
@media screen and (max-width: 57.5rem) {
  .expertSwiper .swiper-wrapper .swiper-slide.swiper-slide-next {
    max-width: 43.875rem;
  }
}
.expertSwiper .swiper-wrapper .swiper-slide.swiper-slide-next .swiper-slide-main-title {
  font-size: 1.25rem;
}
.expertSwiper .swiper-wrapper .swiper-slide.swiper-slide-next .swiper-slide-main-title {
  font-size: 1.25rem;
  word-break: break-word;
  white-space: normal;
  line-height: 100%;
  background: linear-gradient(229deg, #fff 0%, #7b7b7b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 95.0625rem) {
  .expertSwiper .swiper-wrapper .swiper-slide.swiper-slide-next .swiper-slide-main-title {
    max-width: 43.625rem;
    transition: 1s linear;
  }
}
@media screen and (max-width: 57.5rem) {
  .expertSwiper .swiper-wrapper .swiper-slide.swiper-slide-next .swiper-slide-main-title {
    max-width: 43.875rem;
  }
}
.expertSwiper .swiper-wrapper .swiper-slide.swiper-slide-next .swiper-slide-main-title:hover {
  background: linear-gradient(229deg, #7b7b7b 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.expertSwiper .swiper-wrapper .swiper-slide.swiper-slide-next ~ .swiper-slide .swiper-slide-main-title {
  font-size: 1.25rem;
  word-break: break-word;
  white-space: normal;
  max-width: 43.625rem;
  line-height: 100%;
  background: linear-gradient(229deg, #fff 0%, #7b7b7b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.expertSwiper .swiper-wrapper .swiper-slide.swiper-slide-next ~ .swiper-slide .swiper-slide-main-title:hover {
  background: linear-gradient(229deg, #7b7b7b 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 57.5625rem) {
  .expertSwiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    transition: 1s linear;
  }
}



	@media screen and (min-width:42.0625rem){
		.expertSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .block-time {
			margin-left: 1.4375rem;
		}
	}
	@media screen and (min-width:42rem){
		.expertSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .block-time {
			margin-left: 13px;
		}
	}
@media screen and (max-width: 95rem) and (min-width: 57.5625rem) {
  .expertSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-main-image {
    max-width: 100%;
  }
}
.expertSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-main-title {
  font-size: 1.25rem;
  word-break: break-word;
  white-space: normal;
  line-height: 100%;
  background: linear-gradient(229deg, #fff 0%, #7b7b7b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 57.5625rem) {
  .expertSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-main-title {
    transition: 1s linear;
  }
}
.expertSwiper .swiper-wrapper .swiper-slide .swiper-slide-main-image{
	overflow: hidden;
}
.expertSwiper .swiper-wrapper .swiper-slide .swiper-slide-main-image img  {
	transition: scale 0.3s ease;
}
.expertSwiper .swiper-wrapper .swiper-slide:hover .swiper-slide-main-image img  {
	scale:1.2;
}
.expertSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-main-title:hover {
  background: linear-gradient(229deg, #7b7b7b 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.expertSwiper .swiper-wrapper .swiper-slide .autor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  gap: 0.625rem;
}
.expertSwiper .swiper-wrapper .swiper-slide .autor img {
  width: 51px;
  height: 51px;
}
.expertSwiper .swiper-wrapper .swiper-slide .autor p {
  font-size: 0.875rem;
  color: var(--belyy);
}
.expertSwiper .swiper-wrapper .swiper-slide-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.625rem;
}
.expertSwiper .swiper-wrapper .swiper-slide-info .block-time {
  position: relative;
  width: fit-content;
  padding-left: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;

 white-space: nowrap;
    word-break: keep-all;

}
	@media screen and (min-width:42.0625rem){
		.expertSwiper .swiper-wrapper .swiper-slide-info .block-time {
			margin-left: 1.4375rem;
		}
	}
	@media screen and (min-width:42rem){
		.expertSwiper .swiper-wrapper .swiper-slide-info .block-time {
			margin-left: 13px;
		}
	}

.expertSwiper .swiper-wrapper .swiper-slide-info .block-time::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 12C15 12.7956 14.6839 13.5587 14.1213 14.1213C13.5587 14.6839 12.7956 15 12 15C11.2044 15 10.4413 14.6839 9.87868 14.1213C9.31607 13.5587 9 12.7956 9 12C9 11.2044 9.31607 10.4413 9.87868 9.87868C10.4413 9.31607 11.2044 9 12 9C12.7956 9 13.5587 9.31607 14.1213 9.87868C14.6839 10.4413 15 11.2044 15 12Z' stroke='%23FF6900' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M2 12C3.6 7.903 7.336 5 12 5C16.664 5 20.4 7.903 22 12C20.4 16.097 16.664 19 12 19C7.336 19 3.6 16.097 2 12Z' stroke='%23FF6900' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: -4px;
  left: 0;
}
.expertSwiper .swiper-wrapper .swiper-slide-info .block-time p {
  font-size: 14px;
  line-height: 120%;
  color: var(--belyy-600);
}
@media screen and (max-width: 22.5rem) {
  .expertSwiper .swiper-wrapper .swiper-slide-info .block-time p {
    font-size: 12px;
  }
}
.expertSwiper .swiper-wrapper .swiper-slide-info .block-views {
  position: relative;
  width: fit-content;
  padding-left: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.expertSwiper .swiper-wrapper .swiper-slide-info .block-views::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 3C14.0196 3 16.4359 4.00089 18.2175 5.78249C19.9991 7.56408 21 9.98044 21 12.5C21 15.0196 19.9991 17.4359 18.2175 19.2175C16.4359 20.9991 14.0196 22 11.5 22C8.98044 22 6.56408 20.9991 4.78249 19.2175C3.00089 17.4359 2 15.0196 2 12.5C2 9.98044 3.00089 7.56408 4.78249 5.78249C6.56408 4.00089 8.98044 3 11.5 3ZM11.5 4C9.24566 4 7.08365 4.89553 5.48959 6.48959C3.89553 8.08365 3 10.2457 3 12.5C3 14.7543 3.89553 16.9163 5.48959 18.5104C7.08365 20.1045 9.24566 21 11.5 21C12.6162 21 13.7215 20.7801 14.7528 20.353C15.7841 19.9258 16.7211 19.2997 17.5104 18.5104C18.2997 17.7211 18.9258 16.7841 19.353 15.7528C19.7801 14.7215 20 13.6162 20 12.5C20 10.2457 19.1045 8.08365 17.5104 6.48959C15.9163 4.89553 13.7543 4 11.5 4ZM11 7H12V12.42L16.7 15.13L16.2 16L11 13V7Z' fill='%23FF6900' /%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: -4px;
  left: 0;
}
.expertSwiper .swiper-wrapper .swiper-slide-info .block-views p {
  font-size: 14px;
  line-height: 120%;
  color: var(--belyy-600);
}
@media screen and (max-width: 22.5rem) {
  .expertSwiper .swiper-wrapper .swiper-slide-info .block-views p {
    font-size: 12px;
  }
}
.expertSwiper .swiper-wrapper .swiper-slide-info .date {
  font-size: 14px;
  line-height: 120%;
  color: var(--belyy-600);
 white-space: nowrap;
    word-break: keep-all;
}
@media screen and (max-width: 22.5rem) {
  .expertSwiper .swiper-wrapper .swiper-slide-info .date {
    font-size: 12px;
  }
}
.expertSwiper .swiper-wrapper .swiper-slide-info .tag {
  padding: 0.3125rem 0.75rem;
  border-radius: 3.75rem;
  background: var(--oranzhevyy);
  width: fit-content;
  color: #fff;
  border: 1px solid var(--oranzhevyy);
}
@media screen and (max-width: 22.5rem) {
  .expertSwiper .swiper-wrapper .swiper-slide-info .tag {
    font-size: 12px;
  }
}
/*.expertSwiper .swiper-wrapper .swiper-slide-info .tag:hover {
  background-color: transparent;
}*/
.expertSwiper-pagination {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
}
@media screen and (min-width: 42.0625rem) {
  .expertSwiper-pagination {
    display: none;
  }
}
.expertSwiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px) !important;
  background-color: rgba(255, 255, 255, 0.3019607843);
}
.expertSwiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--oranzhevyy);
}/*# sourceMappingURL=main.css.map */