.team-page .h1 {
  font-size: 65px;
  line-height: 71.5px;
}
@media (max-width: 1366px) {
  .team-page .h1 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .team-page .h1 {
    font-size: 38px;
    line-height: 42px;
  }
}
.team-page .h2 {
  font-size: 64px;
  line-height: 70.4px;
  font-weight: 700;
}
@media (max-width: 1366px) {
  .team-page .h2 {
    font-size: 48px;
    line-height: 53px;
  }
}
@media (max-width: 576px) {
  .team-page .h2 {
    font-size: 38px;
    line-height: 42px;
  }
}
.team-page .slick-track {
  display: flex;
}
.team-page .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffc600;
  border-radius: 50%;
  transition: 0.3s all;
}
@media (max-width: 1024px) {
  .team-page .slick-arrow {
    width: 60px;
    height: 60px;
    top: 55%;
    transform: unset;
  }
}
.team-page .slick-arrow:before {
  display: block;
  line-height: 0;
}
.team-page .slick-arrow:hover {
  background: #fff;
}
.team-page .slick-arrow.slick-prev {
  left: -30px;
  z-index: 1;
}
@media (max-width: 1250px) {
  .team-page .slick-arrow.slick-prev {
    left: -15px;
  }
}
.team-page .slick-arrow.slick-prev:before {
  rotate: 180deg;
  content: url("../../icon/arrow.png");
}
.team-page .slick-arrow.slick-next {
  right: -30px;
  z-index: 1;
}
@media (max-width: 1250px) {
  .team-page .slick-arrow.slick-next {
    right: -15px;
  }
}
.team-page .slick-arrow.slick-next:before {
  content: url("../../icon/arrow.png");
}
.team-page .slick-dots {
  position: absolute;
  display: flex;
  gap: 8px;
  top: -43px;
  right: 0;
  left: unset;
  bottom: unset;
  transform: unset;
}
@media (max-width: 1366px) {
  .team-page .slick-dots {
    top: -58px;
  }
}
@media (max-width: 793px) {
  .team-page .slick-dots {
    top: -25px;
    left: 0;
    right: 0;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .team-page .slick-dots {
    top: -58px;
    left: 0;
    right: 0;
    justify-content: center;
  }
}
.team-page .slick-dots li {
  font-size: 0;
  height: 6px;
  background: #CACACA;
  width: 36px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.team-page .slick-dots li:hover {
  background: rgb(178.5, 138.6, 0);
}
.team-page .slick-dots li.slick-active {
  width: 50px;
  background: #ffc600;
}
.team-page .team-intro {
  position: relative;
  min-height: 1079px;
  padding-top: 267px;
  padding-bottom: 15px;
}
@media (max-width: 1600px) {
  .team-page .team-intro {
    min-height: 900px;
    padding-top: 215px;
  }
}
@media (max-width: 1366px) {
  .team-page .team-intro {
    min-height: 450px;
    margin-top: 151px;
    padding-top: 15px;
  }
}
@media (max-width: 1024px) {
  .team-page .team-intro {
    min-height: 618px;
    margin-top: 150px;
    padding-top: 13px;
  }
}
@media (max-width: 991px) {
  .team-page .team-intro {
    margin-top: 61px;
  }
}
@media (max-width: 768px) {
  .team-page .team-intro {
    min-height: 967px;
    padding-top: 62px;
  }
}
@media (max-width: 576px) {
  .team-page .team-intro {
    min-height: 606px;
    padding-top: 30px;
  }
}
.team-page .team-intro__inner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-top: 110px;
}
@media (max-width: 1600px) {
  .team-page .team-intro__inner {
    padding-top: 47px;
  }
}
@media (max-width: 1366px) {
  .team-page .team-intro__inner {
    padding-top: 20px;
  }
}
@media (max-width: 1024px) {
  .team-page .team-intro__inner {
    padding-top: 0;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .team-page .team-intro__inner {
    padding-top: 0;
  }
}
.team-page .team-intro__bg-image-container {
  position: absolute;
  top: 158px;
  left: 0;
  z-index: -1;
  right: 0;
  bottom: 0;
}
.team-page .team-intro__bg-image-container:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(49, 48, 51, 0.5);
}
@media (max-width: 1366px) {
  .team-page .team-intro__bg-image-container {
    top: 0;
  }
}
.team-page .team-intro__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
.team-page .team-intro__bg-image.tablet-image {
  display: none;
}
.team-page .team-intro__bg-image.mobile-image {
  display: none;
}
@media (min-width: 1920px) {
  .team-page .team-intro__bg-image {
    object-position: 50% 10%;
  }
}
.team-page .team-intro__bg-image.intro-bg-1600, .team-page .team-intro__bg-image.intro-bg-1366, .team-page .team-intro__bg-image.intro-bg-1024, .team-page .team-intro__bg-image.intro-bg-768, .team-page .team-intro__bg-image.intro-bg-375 {
  display: none;
}
@media (max-width: 1600px) {
  .team-page .team-intro__bg-image.intro-bg-1920 {
    display: none;
  }
  .team-page .team-intro__bg-image.intro-bg-1600 {
    display: block;
  }
}
@media (max-width: 1366px) {
  .team-page .team-intro__bg-image.intro-bg-1600 {
    display: none;
  }
  .team-page .team-intro__bg-image.intro-bg-1366 {
    display: block;
  }
}
@media (max-width: 1024px) {
  .team-page .team-intro__bg-image.intro-bg-1366 {
    display: none;
  }
  .team-page .team-intro__bg-image.intro-bg-1024 {
    display: block;
  }
}
@media (max-width: 768px) {
  .team-page .team-intro__bg-image {
    object-position: center;
  }
  .team-page .team-intro__bg-image.intro-bg-1024 {
    display: none;
  }
  .team-page .team-intro__bg-image.intro-bg-768 {
    display: block;
  }
}
@media (max-width: 375px) {
  .team-page .team-intro__bg-image {
    object-position: center;
  }
  .team-page .team-intro__bg-image.intro-bg-768 {
    display: none;
  }
  .team-page .team-intro__bg-image.intro-bg-375 {
    display: block;
  }
}
.team-page .team-intro__text-wrapper {
  width: 100%;
  max-width: 44%;
}
@media (max-width: 1366px) {
  .team-page .team-intro__text-wrapper {
    max-width: 34%;
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  .team-page .team-intro__text-wrapper {
    max-width: 41%;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .team-page .team-intro__text-wrapper {
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 578px) {
  .team-page .team-intro__text-wrapper {
    max-width: 85%;
  }
}
@media (max-width: 372px) {
  .team-page .team-intro__text-wrapper {
    max-width: 100%;
  }
}
.team-page .team-intro__title {
  font-weight: 900;
  color: #fff;
}
.team-page .team-intro__title span {
  color: #ffc600;
}
@media (max-width: 1600px) {
  .team-page .team-intro__title {
    margin-top: 36px;
  }
}
@media (max-width: 1366px) {
  .team-page .team-intro__title {
    margin-top: 20px;
  }
}
.team-page .team-intro__text {
  color: #fff;
  margin-top: 37px;
  padding-right: 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 26.4px;
}
@media (max-width: 1600px) {
  .team-page .team-intro__text {
    padding-right: 0;
    font-size: 21px;
    line-height: 23px;
  }
}
@media (max-width: 1366px) {
  .team-page .team-intro__text {
    margin-top: 40px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 1024px) {
  .team-page .team-intro__text {
    margin-top: 22px;
  }
}
.team-page .team-intro__button {
  justify-content: flex-start;
  width: 100%;
  max-width: 300px;
  height: 300px;
  margin-top: 287px;
}
@media (max-width: 1600px) {
  .team-page .team-intro__button {
    margin-top: 238px;
  }
}
@media (max-width: 1366px) {
  .team-page .team-intro__button {
    margin-top: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 1024px) {
  .team-page .team-intro__button {
    margin-top: 39px;
    margin-right: 0;
    max-width: 341px;
    height: 179px;
  }
}
@media (max-width: 768px) {
  .team-page .team-intro__button {
    margin: 187px auto 0;
    max-width: 300px;
    height: 300px;
  }
}
@media (max-width: 576px) {
  .team-page .team-intro__button {
    height: 100%;
    width: 100%;
    max-width: 335px;
    margin: 77px auto 0;
  }
}
.team-page .team-intro__button .main-quality__btn {
  width: 404px;
  height: 100%;
  min-height: 166px;
  padding: 36px 85px 52px 36px;
}
@media (max-width: 1366px) {
  .team-page .team-intro__button .main-quality__btn {
    width: 352px;
    height: 100%;
    min-height: 126px;
    padding: 16px 85px 51px 35px;
  }
}
@media (max-width: 1024px) {
  .team-page .team-intro__button .main-quality__btn {
    padding: 16px 109px 15px 23px;
  }
}
@media (max-width: 768px) {
  .team-page .team-intro__button .main-quality__btn {
    padding: 100px 51px 51px 35px;
  }
}
@media (max-width: 576px) {
  .team-page .team-intro__button .main-quality__btn {
    margin: 0 auto;
    width: 90%;
    padding: 25px 81px 25px 25px;
    border-radius: 50px;
    min-height: 10px;
  }
}
.team-page .team-intro__button .main-quality__btn:hover .main-quality__btn-bg {
  clip-path: circle(115% at 78.7% 24.5%);
}
@media (max-width: 1024px) {
  .team-page .team-intro__button .main-quality__btn:hover .main-quality__btn-bg {
    clip-path: circle(115% at 84.7% 40.5%);
  }
}
@media (max-width: 768px) {
  .team-page .team-intro__button .main-quality__btn:hover .main-quality__btn-bg {
    clip-path: circle(115% at 78.7% 25.5%);
  }
}
@media (max-width: 576px) {
  .team-page .team-intro__button .main-quality__btn:hover .main-quality__btn-bg {
    clip-path: circle(130% at 85% 50%);
  }
}
.team-page .team-intro__button .main-quality__btn-bg {
  clip-path: circle(9.5% at 78.7% 24.5%);
}
@media (max-width: 1024px) {
  .team-page .team-intro__button .main-quality__btn-bg {
    clip-path: circle(9.5% at 84.7% 24.5%);
  }
}
@media (max-width: 768px) {
  .team-page .team-intro__button .main-quality__btn-bg {
    clip-path: circle(8.5% at 78.7% 25.5%);
  }
}
@media (max-width: 576px) {
  .team-page .team-intro__button .main-quality__btn-bg {
    clip-path: circle(8.5% at 85% 50%);
  }
}
.team-page .team-intro__button .main-quality__btn-title,
.team-page .team-intro__button .main-quality__btn-desc {
  text-align: left;
}
@media (max-width: 1024px) {
  .team-page .team-intro__button .main-quality__btn-title,
  .team-page .team-intro__button .main-quality__btn-desc {
    margin-bottom: 0;
  }
}
.team-page .team-intro__button .main-btn-icon {
  right: 57px;
  top: 64px;
}
@media (max-width: 1366px) {
  .team-page .team-intro__button .main-btn-icon {
    right: 57px;
    top: 65px;
  }
}
@media (max-width: 1024px) {
  .team-page .team-intro__button .main-btn-icon {
    right: 45px;
    top: 35px;
  }
}
@media (max-width: 768px) {
  .team-page .team-intro__button .main-btn-icon {
    right: 59px;
    top: 70px;
  }
}
@media (max-width: 576px) {
  .team-page .team-intro__button .main-btn-icon {
    right: 13.5%;
    top: 43%;
  }
}
.team-page .team-blocks__inner {
  display: flex;
  padding: 139px 0;
}
@media (max-width: 1366px) {
  .team-page .team-blocks__inner {
    padding: 80px 0;
  }
}
@media (max-width: 1024px) {
  .team-page .team-blocks__inner {
    flex-direction: column;
    padding: 138px 0;
  }
}
@media (max-width: 768px) {
  .team-page .team-blocks__inner {
    padding: 133px 0 65px;
  }
}
@media (max-width: 576px) {
  .team-page .team-blocks__inner {
    padding: 78px 0;
  }
}
.team-page .team-blocks__text-container {
  display: flex;
  flex-direction: column;
  flex: 1 1 50%;
  padding: 13px 120px 17px 0;
  gap: 24px;
}
@media (max-width: 1024px) {
  .team-page .team-blocks__text-container {
    flex-direction: row;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .team-page .team-blocks__text-container {
    flex-direction: column;
    align-items: center;
    flex: 1 1 100%;
    gap: 37px;
  }
}
@media (max-width: 576px) {
  .team-page .team-blocks__text-container {
    gap: 15px;
  }
}
.team-page .team-blocks__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1024px) {
  .team-page .team-blocks__text-wrapper {
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .team-page .team-blocks__text-wrapper {
    max-width: 100%;
    text-align: center;
  }
}
.team-page .team-blocks__button {
  width: unset;
  height: unset;
  padding: 17px 36px;
  display: unset;
  font-size: 18px;
  font-weight: 700;
  margin-top: auto;
  margin-right: auto;
  border-radius: 70px;
  transition: all 0.3s ease;
}
.team-page .team-blocks__button:hover {
  background: #313033;
  color: #fff;
}
@media (max-width: 1024px) {
  .team-page .team-blocks__button {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .team-page .team-blocks__button {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .team-page .team-blocks__button {
    margin-top: 20px;
  }
}
.team-page .team-blocks__title {
  color: #000;
  border-bottom: 3px solid #DDDDDD;
  padding-bottom: 24px;
}
.team-page .team-blocks__title span {
  color: #ffc600;
}
.team-page .team-blocks__text {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
.team-page .team-blocks__blocks-container {
  display: flex;
  gap: 24px 24px;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex: 1 1 50%;
  padding-left: 12px;
}
@media (max-width: 1024px) {
  .team-page .team-blocks__blocks-container {
    margin-top: 50px;
    padding-left: 0;
  }
}
@media (max-width: 576px) {
  .team-page .team-blocks__blocks-container {
    gap: 16px;
  }
}
.team-page .team-blocks .team-block {
  width: 100%;
  flex: 1 1 47%;
  height: auto;
  min-height: 269px;
  border: 3px solid #DDDDDD;
  padding: 22px 22px 30px;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .team-page .team-blocks .team-block {
    min-height: 216px;
  }
}
@media (max-width: 768px) {
  .team-page .team-blocks .team-block {
    min-height: 238px;
  }
}
@media (max-width: 576px) {
  .team-page .team-blocks .team-block {
    min-height: 100px;
  }
}
.team-page .team-blocks .team-block:hover {
  border-color: #ffc600;
}
.team-page .team-blocks .team-block__title {
  margin-top: 20px;
  font-weight: 700;
  font-size: 24px;
}
.team-page .team-blocks .team-block__text {
  font-size: 16px;
  line-height: 18px;
}
.team-page .specialists {
  background-color: #DDDDDD;
  padding: 98px 0;
}
@media (max-width: 1366px) {
  .team-page .specialists {
    padding: 75px 0;
  }
}
@media (max-width: 1024px) {
  .team-page .specialists {
    padding: 75px 0 98px;
  }
}
@media (max-width: 768px) {
  .team-page .specialists {
    padding: 75px 0 48px;
  }
}
@media (max-width: 576px) {
  .team-page .specialists {
    padding: 50px 0;
  }
}
.team-page .specialists__inner {
  display: flex;
  flex-direction: column;
}
@media (max-width: 820px) {
  .team-page .specialists__title {
    max-width: 50%;
  }
}
@media (max-width: 794px) {
  .team-page .specialists__title {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
  }
}
.team-page .specialists__slider {
  display: flex;
  border-top: 2px solid #CACACA;
  border-bottom: 2px solid #CACACA;
  padding: 25px 0 45px;
  margin-top: 25px;
}
@media (max-width: 1366px) {
  .team-page .specialists__slider {
    padding: 20px 0;
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .team-page .specialists__slider {
    padding: 22px 0;
    margin-top: 80px;
  }
}
.team-page .specialists__slider .slick-arrow {
  top: 33%;
}
@media (max-width: 1024px) {
  .team-page .specialists__slider .slick-arrow {
    top: 31%;
  }
}
@media (max-width: 576px) {
  .team-page .specialists__slider .slick-arrow {
    top: 50%;
  }
}
.team-page .specialists__slider .specialist-slide {
  display: flex;
  flex-direction: column;
  align-content: center;
  min-height: 605px;
  overflow: hidden;
  position: relative;
  margin: 0 10px;
}
@media (max-width: 1366px) {
  .team-page .specialists__slider .specialist-slide {
    min-height: 560px;
  }
}
@media (max-width: 768px) {
  .team-page .specialists__slider .specialist-slide {
    min-height: 573px;
    align-items: center;
  }
}
@media (max-width: 576px) {
  .team-page .specialists__slider .specialist-slide {
    min-height: 542px;
    align-items: center;
  }
}
.team-page .specialists__slider .specialist-slide:nth-child(odd) .specialist-slide__job-title {
  background: #fff;
}
.team-page .specialists__slider .specialist-slide__photo-container {
  max-height: 407px;
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .team-page .specialists__slider .specialist-slide__photo-container {
    max-height: 295px;
  }
}
.team-page .specialists__slider .specialist-slide__photo {
  width: 100%;
  object-fit: contain;
}
@media (min-width: 576px) {
  .team-page .specialists__slider .specialist-slide__photo {
    height: 100%;
  }
}
.team-page .specialists__slider .specialist-slide__text-container {
  padding: 30px 20px;
  position: absolute;
  bottom: 7px;
  transition: 0.3s all ease-in-out;
  height: fit-content;
  background: #DDDDDD;
}
@media (max-width: 1024px) {
  .team-page .specialists__slider .specialist-slide__text-container {
    bottom: 46px;
    padding: 24px 24px;
  }
}
@media (max-width: 768px) {
  .team-page .specialists__slider .specialist-slide__text-container {
    bottom: 70px;
    padding: 16px 20px;
  }
}
@media (max-width: 673px) {
  .team-page .specialists__slider .specialist-slide__text-container {
    bottom: 110px;
  }
}
@media (max-width: 618px) {
  .team-page .specialists__slider .specialist-slide__text-container {
    bottom: 120px;
  }
}
@media (max-width: 576px) {
  .team-page .specialists__slider .specialist-slide__text-container {
    bottom: 64px;
  }
}
@media (max-width: 375px) {
  .team-page .specialists__slider .specialist-slide__text-container {
    bottom: 40px;
  }
}
.team-page .specialists__slider .specialist-slide__job-title {
  position: absolute;
  top: -57px;
  background: #ffc600;
  padding: 4px 14px;
  width: fit-content;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .team-page .specialists__slider .specialist-slide__job-title {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: max-content;
  }
}
.team-page .specialists__slider .specialist-slide__name {
  font-size: 24px;
  line-height: 26.4px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .team-page .specialists__slider .specialist-slide__name {
    max-width: 48%;
  }
}
@media (max-width: 576px) {
  .team-page .specialists__slider .specialist-slide__name {
    max-width: 50%;
    text-align: center;
    margin: 0 auto 10px;
    padding: 4px 12px;
    width: fit-content;
  }
}
.team-page .specialists__slider .specialist-slide__description {
  font-size: 16px;
  line-height: 18px;
  height: 100px;
}
@media (max-width: 576px) {
  .team-page .specialists__slider .specialist-slide__description {
    text-align: center;
  }
}
.team-page .specialists__slider .specialist-slide__description .full-text {
  display: none;
}
.team-page .specialists__slider .specialist-slide__show-more-btn {
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  left: 10px;
  bottom: 0;
  cursor: pointer;
  transition: 0.3s all ease;
  height: 20px;
  width: 100%;
}
.team-page .specialists__slider .specialist-slide__show-more-btn .btn-text {
  transition: all 0.3s ease;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 576px) {
  .team-page .specialists__slider .specialist-slide__show-more-btn .btn-text {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.team-page .specialists__slider .specialist-slide__show-more-btn:hover .btn-text:after,
.team-page .specialists__slider .specialist-slide__show-more-btn:hover .btn-text:before {
  border-color: rgb(178.5, 138.6, 0);
}
.team-page .specialists__slider .specialist-slide__show-more-btn:hover .btn-text {
  color: rgb(178.5, 138.6, 0);
}
.team-page .specialists__slider .specialist-slide__show-more-btn .more-text-btn {
  padding-left: 20px;
}
@media (max-width: 576px) {
  .team-page .specialists__slider .specialist-slide__show-more-btn .more-text-btn {
    padding-left: 0;
  }
}
.team-page .specialists__slider .specialist-slide__show-more-btn .more-text-btn:before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #000;
  width: 12px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .team-page .specialists__slider .specialist-slide__show-more-btn .more-text-btn:before {
    left: -15px;
  }
}
.team-page .specialists__slider .specialist-slide__show-more-btn .more-text-btn:after {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  content: "";
  border-left: 2px solid #000;
  height: 11px;
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .team-page .specialists__slider .specialist-slide__show-more-btn .more-text-btn:after {
    left: -10px;
  }
}
.team-page .specialists__slider .specialist-slide__show-more-btn .less-text-btn {
  display: none;
  padding-left: 20px;
}
@media (max-width: 576px) {
  .team-page .specialists__slider .specialist-slide__show-more-btn .less-text-btn {
    padding-left: 0;
  }
}
.team-page .specialists__slider .specialist-slide__show-more-btn .less-text-btn:before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #000;
  width: 12px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .team-page .specialists__slider .specialist-slide__show-more-btn .less-text-btn:before {
    left: -15px;
  }
}
.team-page .quotes {
  padding: 140px 0;
}
@media (max-width: 1366px) {
  .team-page .quotes {
    padding: 90px 0;
  }
}
@media (max-width: 1024px) {
  .team-page .quotes {
    padding: 140px 0;
  }
}
@media (max-width: 768px) {
  .team-page .quotes {
    padding: 63px 0;
  }
}
@media (max-width: 576px) {
  .team-page .quotes {
    padding: 80px 0;
  }
}
@media (max-width: 1024px) {
  .team-page .quotes .slick-arrow {
    top: 55%;
    transform: unset;
  }
  .team-page .quotes .slick-arrow.slick-next {
    right: -15px;
  }
  .team-page .quotes .slick-arrow.slick-prev {
    left: -15px;
  }
}
@media (max-width: 768px) {
  .team-page .quotes .slick-arrow {
    top: 47%;
  }
}
@media (max-width: 576px) {
  .team-page .quotes .slick-dots {
    top: -53px;
  }
}
.team-page .quotes__inner {
  display: flex;
  flex-direction: column;
}
@media (max-width: 930px) {
  .team-page .quotes__title {
    display: flex;
    flex-direction: column;
    max-width: 50%;
  }
}
@media (max-width: 794px) {
  .team-page .quotes__title {
    text-align: center;
    align-items: center;
    max-width: 100%;
  }
}
.team-page .quotes__title span {
  color: #ffc600;
}
.team-page .quotes__slider {
  display: flex;
  border-top: 2px solid #CACACA;
  padding: 36px 0;
  margin-top: 35px;
}
@media (max-width: 576px) {
  .team-page .quotes__slider {
    padding: 35px 0;
    margin-top: 80px;
  }
}
.team-page .quotes .quote-slide {
  display: flex;
  flex-direction: column;
  min-height: 290px;
  height: auto;
  flex: 1 1 25%;
  width: 100%;
  max-width: 302px;
  background: #f4f4f4;
  margin: 0 15px;
  padding: 36px 36px 70px;
  position: relative;
}
.team-page .quotes .quote-slide:before {
  position: absolute;
  content: "";
  bottom: 36px;
  left: 36px;
  width: 24px;
  height: 17px;
  background: url("../../icon/quote.png") no-repeat center center/contain;
}
@media (max-width: 768px) {
  .team-page .quotes .quote-slide:before {
    bottom: 10px;
    left: 48px;
  }
}
@media (max-width: 576px) {
  .team-page .quotes .quote-slide:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .team-page .quotes .quote-slide {
    max-width: 100%;
    padding: 36px 48px 30px;
  }
}
@media (max-width: 576px) {
  .team-page .quotes .quote-slide {
    text-align: center;
    align-items: center;
  }
}
.team-page .quotes .quote-slide__job-title {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
}
.team-page .quotes .quote-slide__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 26.4px;
  margin-bottom: 16px;
  max-width: 66%;
}
@media (max-width: 576px) {
  .team-page .quotes .quote-slide__name {
    max-width: 100%;
  }
}
.team-page .quotes .quote-slide__quote-text {
  font-size: 16px;
  line-height: 18px;
}

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