.button-favorite {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.button-favorite:focus {
  outline-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .button-favorite {
    cursor: pointer;
  }
}
.button-favorite {
  display: block;
  width: 22px;
  height: 22px;
  fill: rgba(0, 0, 0, 0);
  stroke: #4b4e51;
  transition: 0.1s;
  font-size: 0;
}
.button-favorite_active {
  stroke: #ff8838;
  fill: #ff8838;
}
.hint {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.hint:focus {
  outline-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .hint:not(.hint_static) {
    cursor: pointer;
  }
}
.hint {
  font-size: 0;
  stroke: #a0a2a3;
  fill: #a0a2a3;
  transition: 0.3s;
  width: 14px;
  height: 14px;
  flex: none;
}
@media (hover: hover) {
  .hint:not(.hint_static) {
    cursor: pointer;
  }
  .hint:not(.hint_static):hover {
    stroke: #fb9031;
    fill: #fb9031;
  }
}
.hint_size_2 {
  width: 16px;
  height: 16px;
}
.hint_gray {
  stroke: #dadcde;
  fill: #dadcde;
}
.hint_accent {
  stroke: #f60;
  fill: #f60;
}
@media only screen and (min-width: 1180px) {
  .hint {
    width: 16px;
    height: 16px;
  }
}
.product-count__input {
  border: 0;
  border-radius: 0;
}
.product-count__button {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.product-count__button:focus {
  outline-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .product-count__button {
    cursor: pointer;
  }
}
.product-count {
  display: flex;
  align-items: center;
  width: 50px;
}
.product-count_2 {
  width: 69px;
}
@media only screen and (min-width: 768px) {
  .product-count_2 {
    width: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .product-count_2 {
    width: 70px;
  }
}
.product-count__button {
  flex: none;
  font-size: 0;
  width: 10px;
  height: 15px;
  transition: 0.3s;
  stroke: #a0a2a3;
  position: relative;
}
.product-count__button::after {
  content: "";
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
}
@media (hover: hover) {
  .product-count__button {
    cursor: pointer;
  }
  .product-count__button:hover {
    stroke: #f60;
  }
}
.product-count__input {
  background: rgba(0, 0, 0, 0);
  padding: 0;
  flex: 1;
  width: 10px;
  height: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #4b4e51;
}
@media only screen and (min-width: 600px) {
  .product-count__input {
    font-size: 14px;
  }
}
.product-count__input_size_2 {
  font-size: 16px;
}
.article-content {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.6;
  color: #4b4e51;
}
@media only screen and (min-width: 900px) {
  .article-content {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1180px) {
  .article-content {
    font-size: 12px;
  }
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 11px;
}
@media only screen and (min-width: 900px) {
  .article-content h1,
  .article-content h2,
  .article-content h3,
  .article-content h4,
  .article-content h5,
  .article-content h6 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1180px) {
  .article-content h1,
  .article-content h2,
  .article-content h3,
  .article-content h4,
  .article-content h5,
  .article-content h6 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.article-content h1:last-child,
.article-content h2:last-child,
.article-content h3:last-child,
.article-content h4:last-child,
.article-content h5:last-child,
.article-content h6:last-child {
  margin-bottom: 0;
}
.article-content h4 {
  font-size: 10px;
  margin-bottom: 7px;
}
.article-content p {
  margin-bottom: 10px;
  min-height: 1px;
}
@media only screen and (min-width: 900px) {
  .article-content p {
    margin-bottom: 13px;
  }
}
@media only screen and (min-width: 1180px) {
  .article-content p {
    margin-bottom: 10px;
  }
}
.article-content p:last-child {
  margin-bottom: 0;
}
.article-content ul {
  padding-left: 6px;
  margin-bottom: 9px;
}
@media only screen and (min-width: 1180px) {
  .article-content ul {
    margin-bottom: 8px;
  }
}
.article-content ul:last-child {
  margin-bottom: 0;
}
.article-content ul li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 900px) {
  .article-content ul li {
    margin-bottom: 11px;
  }
}
@media only screen and (min-width: 1180px) {
  .article-content ul li {
    margin-bottom: 10px;
  }
}
.article-content ul li:last-child {
  margin-bottom: 0;
}
.article-content ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 100%;
  display: block;
  background: #b1b4b9;
  width: 6px;
  height: 6px;
}
@media only screen and (min-width: 1180px) {
  .article-content ul li::before {
    top: 7px;
  }
}
.article-content__bg {
  padding: 20px 26px !important;
  background: #f5f5f5;
  border-radius: 14px;
  margin-bottom: 9px;
}
@media only screen and (min-width: 1180px) {
  .article-content__bg {
    margin-bottom: 8px;
  }
}
.article-content__bg:last-child {
  margin-bottom: 0;
}
.article-content__bg_2 {
  padding: 20px 20px !important;
}
.article-content__flex {
  display: flex;
  flex-wrap: wrap;
}
.article-content__flex li {
  width: 50%;
  padding: 0 15px;
}
.article-content__flex li:nth-last-child(2) {
  margin-bottom: 0;
}
.article-content__flex-side {
  width: 100%;
  margin-bottom: 20px;
}
.article-content__flex-side li {
  width: 100%;
  padding-right: 0;
}
@media only screen and (min-width: 600px) {
  .article-content__flex-side {
    width: 50%;
    padding-right: 20px;
    margin: 0;
  }
}
.article-content__flex-side:last-child {
  margin-bottom: 0;
}
.article-content strong {
  font-weight: 500;
}
.article-content__image {
  width: 100%;
  display: block;
  border-radius: 20px;
  aspect-ratio: 1.31;
  position: relative;
  object-fit: cover;
}
@media only screen and (min-width: 900px) {
  .article-content__image {
    max-height: 393px;
  }
}
@media only screen and (min-width: 1180px) {
  .article-content__image {
    max-height: 419px;
  }
}
@media only screen and (min-width: 1440px) {
  .article-content__image {
    max-height: 500px;
  }
}
.article-content__m {
  margin-bottom: 22px;
}
@media only screen and (min-width: 1440px) {
  .article-content__m {
    margin-bottom: 30px;
  }
}
.article-content__image-button {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 10;
}
.article-content__grid {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .article-content__grid {
    display: flex;
    align-items: flex-start;
    gap: 15px;
  }
}
@media only screen and (min-width: 900px) {
  .article-content__grid {
    gap: 27px;
  }
}
@media only screen and (min-width: 1440px) {
  .article-content__grid {
    gap: 38px;
  }
}
.article-content__grid-body {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .article-content__grid-body {
    flex: 1;
    width: 10px;
    margin-top: 0;
  }
}
.article-content__grid-body:first-child {
  margin-top: 0;
}
.article-content__grid-image {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .article-content__grid-image {
    width: 50%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 900px) {
  .article-content__grid-image {
    width: 46%;
  }
}
@media only screen and (min-width: 1180px) {
  .article-content__grid-image {
    width: 43%;
  }
}
@media only screen and (min-width: 1440px) {
  .article-content__grid-image {
    width: 36%;
  }
}
.article-content__grid-image:first-child {
  margin-top: 0;
}
.article-content a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #f60;
  text-underline-offset: 2px;
}
.article-content a strong {
  font-weight: 600;
  text-decoration: none;
}
.article-content__link {
  text-decoration: none;
}
.article-content__slider {
  overflow: visible;
  margin-bottom: 14px;
}
@media only screen and (min-width: 1180px) {
  .article-content__slider {
    margin-bottom: 20px;
  }
}
.article-content__slider-slide {
  width: 290px;
  width: 91%;
}
@media only screen and (min-width: 768px) {
  .article-content__slider-slide {
    width: 50%;
  }
}
@media only screen and (min-width: 900px) {
  .article-content__slider-slide {
    width: 31%;
  }
}
.article-content__block {
  box-shadow: 0 4px 20px 0 rgba(25, 25, 27, 0.1);
  background: #fff;
  padding: 11px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 900px) {
  .article-content__block {
    padding: 34px 39px;
  }
}
@media only screen and (min-width: 1180px) {
  .article-content__block {
    margin-bottom: 30px;
  }
}
.article-content__descrp {
  margin-bottom: 17px;
}
@media only screen and (min-width: 900px) {
  .article-content__descrp {
    padding-left: 11px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 360px;
    gap: 18px 20px;
  }
}
.article-content__descrp-el {
  margin-top: 20px;
}
@media only screen and (min-width: 900px) {
  .article-content__descrp-el {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    width: 48%;
    margin: 0;
  }
}
.article-content__descrp-el:first-child {
  margin-top: 0;
}
.article-content__descrp-count {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #d9d9d9;
  opacity: 0.5;
}
@media only screen and (min-width: 900px) {
  .article-content__descrp-count {
    font-size: 60px;
    width: 86px;
    flex: none;
  }
}
.article-content__descrp-body {
  margin-top: 2px;
}
.article-content__form {
  margin-bottom: 14px;
}
@media only screen and (min-width: 1180px) {
  .article-content__form {
    margin-bottom: 30px;
  }
}
.article-content blockquote {
  background: #f5f5f5;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
  color: #282726;
  border-radius: 20px;
  padding: 17px 30px;
  padding-right: 16px;
  position: relative;
  margin-bottom: 15px;
}
@media only screen and (min-width: 900px) {
  .article-content blockquote {
    padding: 61px 120px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .article-content blockquote {
    font-size: 20px;
    padding: 53px 125px;
    padding-right: 40px;
    margin-bottom: 26px;
  }
}
.article-content blockquote::before {
  content: "";
  position: absolute;
  width: 85px;
  background: url(../icons\quote.055b0ad08dd1fb7ba4a8.svg) no-repeat
    center/contain;
  height: 80px;
  position: absolute;
  top: 49px;
  left: 45px;
  z-index: 1;
}
.article-content blockquote p {
  position: relative;
  z-index: 10;
}
.article-content__products-slider {
  overflow: visible;
  margin-bottom: 20px;
}
@media only screen and (min-width: 900px) {
  .article-content__products-slider {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1180px) {
  .article-content__products-slider {
    margin-top: 52px;
    padding: 0 20px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .article-content__products-slider {
    padding: 0;
  }
}
.article-content__products-slider-arr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 14px;
  width: 44px;
  height: 44px;
  display: none;
  padding: 16px;
}
@media only screen and (min-width: 900px) {
  .article-content__products-slider-arr {
    display: flex;
  }
}
.article-content__products-slider-arr.slider-nav__arr_prev {
  left: -12px;
}
@media only screen and (min-width: 1440px) {
  .article-content__products-slider-arr.slider-nav__arr_prev {
    left: -18px;
  }
}
.article-content__products-slider-arr.slider-nav__arr_next {
  right: -12px;
}
@media only screen and (min-width: 1440px) {
  .article-content__products-slider-arr.slider-nav__arr_next {
    right: -18px;
  }
}
.article-content__products-slider-slide {
  width: 155px;
}
@media only screen and (min-width: 600px) {
  .article-content__products-slider-slide {
    width: 208px;
  }
}
@media only screen and (min-width: 900px) {
  .article-content__products-slider-slide {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .article-content__products-slider-slide.swiper-slide-active {
    pointer-events: auto;
    opacity: 1;
  }
  .article-content__products-slider-slide.swiper-slide-active + .swiper-slide {
    pointer-events: auto;
    opacity: 1;
  }
  .article-content__products-slider-slide.swiper-slide-active
    + .swiper-slide
    + .swiper-slide {
    pointer-events: auto;
    opacity: 1;
  }
  .article-content__products-slider-slide.swiper-slide-active
    + .swiper-slide
    + .swiper-slide
    + .swiper-slide {
    pointer-events: auto;
    opacity: 1;
  }
}
@media only screen and (min-width: 900px) and (min-width: 1180px) {
  .article-content__products-slider-slide.swiper-slide-active
    + .swiper-slide
    + .swiper-slide
    + .swiper-slide {
    pointer-events: none;
    opacity: 0;
  }
}
@media only screen and (min-width: 900px) and (min-width: 1440px) {
  .article-content__products-slider-slide.swiper-slide-active
    + .swiper-slide
    + .swiper-slide
    + .swiper-slide {
    pointer-events: auto;
    opacity: 1;
  }
}
@media only screen and (min-width: 1180px) {
  .article-content__products-slider-slide {
    width: 280px;
  }
}
.article-content__selection {
  background: rgba(251, 144, 49, 0.1);
  border-left: 3px solid #fb9031;
  border-radius: 0 20px 20px 0;
  padding: 10px 17px;
  font-size: 10px;
  line-height: 1.8;
  margin-bottom: 19px;
}
@media only screen and (min-width: 600px) {
  .article-content__selection {
    font-size: 12px;
  }
}
@media only screen and (min-width: 900px) {
  .article-content__selection {
    font-size: 14px;
    padding: 30px 38px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1180px) {
  .article-content__selection {
    margin-top: 49px;
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 1440px) {
  .article-content__selection {
    font-size: 16px;
    padding: 44px 38px;
  }
}
.article-content__selection p {
  margin-bottom: 10px !important;
}
.article-content__selection p:last-child {
  margin-bottom: 0 !important;
}
.article-content__video {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1.53;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 21px;
}
@media only screen and (min-width: 900px) {
  .article-content__video {
    aspect-ratio: unset;
    height: 541px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1180px) {
  .article-content__video {
    margin-bottom: 52px;
  }
}
@media only screen and (min-width: 1440px) {
  .article-content__video {
    height: 646px;
  }
}
.article-content__video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.article-content__video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.article-content ol {
  margin-bottom: 11px;
}
@media only screen and (min-width: 900px) {
  .article-content ol {
    padding-left: 20px;
  }
}
.article-content ol li {
  padding-left: 38px;
  margin-top: 12px;
  position: relative;
}
.article-content ol li::before {
  content: "1";
  position: absolute;
  top: -1px;
  left: 0;
  border-radius: 8px;
  width: 24px;
  height: 24px;
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.article-content ol li:nth-child(1)::before {
  content: "1";
}
.article-content ol li:nth-child(2)::before {
  content: "2";
}
.article-content ol li:nth-child(3)::before {
  content: "3";
}
.article-content ol li:nth-child(4)::before {
  content: "4";
}
.article-content ol li:nth-child(5)::before {
  content: "5";
}
.article-content ol li:nth-child(6)::before {
  content: "6";
}
.article-content ol li:nth-child(7)::before {
  content: "7";
}
.article-content ol li:nth-child(8)::before {
  content: "8";
}
.article-content ol li:nth-child(9)::before {
  content: "9";
}
.article-content ol li:nth-child(10)::before {
  content: "10";
}
.article-content ol li:nth-child(11)::before {
  content: "11";
}
.article-content ol li:nth-child(12)::before {
  content: "12";
}
.article-content ol li:nth-child(13)::before {
  content: "13";
}
.article-content ol li:nth-child(14)::before {
  content: "14";
}
.article-content ol li:nth-child(15)::before {
  content: "15";
}
.article-content ol li:nth-child(16)::before {
  content: "16";
}
.article-content ol li:nth-child(17)::before {
  content: "17";
}
.article-content ol li:nth-child(18)::before {
  content: "18";
}
.article-content ol li:nth-child(19)::before {
  content: "19";
}
.article-content ol li:nth-child(20)::before {
  content: "20";
}
.article-content ol li:nth-child(21)::before {
  content: "21";
}
.article-content ol li:nth-child(22)::before {
  content: "22";
}
.article-content ol li:nth-child(23)::before {
  content: "23";
}
.article-content ol li:nth-child(24)::before {
  content: "24";
}
.article-content ol li:nth-child(25)::before {
  content: "25";
}
.article-content ol li:nth-child(26)::before {
  content: "26";
}
.article-content ol li:nth-child(27)::before {
  content: "27";
}
.article-content ol li:nth-child(28)::before {
  content: "28";
}
.article-content ol li:nth-child(29)::before {
  content: "29";
}
.article-content ol li:nth-child(30)::before {
  content: "30";
}
.article-content ol li:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 900px) {
  .article-content__ul_flex {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 24px !important;
  }
  .article-content__ul_flex li {
    width: 50%;
    padding: 0 15px;
  }
}
.article-content_type_2 {
  font-size: 12px;
}
.article-content_type_2 strong {
  font-weight: 600;
}
.article-content_type_2 ul li::before {
  background: #4b4e51;
  top: 7px;
}
.article-content_page {
  font-size: 12px;
  line-height: 1.58;
}
@media only screen and (min-width: 1180px) {
  .article-content_page {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .article-content_page {
    font-size: 15px;
  }
}
.article-content_page p {
  margin-bottom: 17px;
}
@media only screen and (min-width: 1180px) {
  .article-content_page p {
    margin-bottom: 24px;
  }
}
.article-content_page h2 {
  font-size: 20px;
  margin-bottom: 11px;
}
@media only screen and (min-width: 1180px) {
  .article-content_page h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1440px) {
  .article-content_page h2 {
    font-size: 28px;
  }
}
.article-content_page h3 {
  font-size: 15px;
  margin-bottom: 11px;
}
@media only screen and (min-width: 1180px) {
  .article-content_page h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .article-content_page h3 {
    font-size: 18px;
  }
}
.article-content_page ul {
  padding-left: 10px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1180px) {
  .article-content_page ul {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .article-content_page ul {
    margin-bottom: 21px;
  }
}
.article-content_page ul li {
  padding-left: 22px;
  margin-bottom: 20px;
}
.article-content_page ul li::before {
  background: #4b4e51;
  top: 7px;
  width: 8px;
  height: 8px;
  top: 5px;
}
@media only screen and (min-width: 1180px) {
  .article-content_page ul li::before {
    top: 6px;
  }
}
@media only screen and (min-width: 1440px) {
  .article-content_page ul li::before {
    top: 8px;
  }
}
.crumbs {
  display: flex;
  align-items: center;
}
.crumbs__text {
  display: inline;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.4;
  color: #a0a2a3;
  margin-right: 9px;
  min-width: 30px;
  display: block;
  flex: none;
}
.crumbs__text:first-child {
  flex: none;
}
@media only screen and (min-width: 900px) {
  .crumbs__text {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1180px) {
  .crumbs__text {
    font-size: 13px;
  }
}
.crumbs__span {
  color: #4b4e51;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}
.crumbs__arr {
  display: inline-block;
  flex: none;
  stroke: #a0a2a3;
  width: 6px;
  height: 10px;
  margin-right: 9px;
  position: relative;
  font-size: 0;
}
.crumbs__el:nth-child(n + 3):not(:nth-last-child(1)):not(
    :nth-last-child(2)
  ):not(:nth-last-child(3)) {
  display: none;
}
@media only screen and (min-width: 600px) {
  .crumbs__el:nth-child(n + 3):not(:nth-last-child(1)):not(
      :nth-last-child(2)
    ):not(:nth-last-child(3)) {
    display: inline-block;
  }
}
.expert-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.expert-card_button {
  cursor: pointer;
}
.expert-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.expert-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(182deg, rgba(50, 52, 55, 0) 0%, #323437 100%);
}
.expert-card__content {
  position: relative;
  z-index: 10;
  text-align: center;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px 16px;
}
@media only screen and (min-width: 900px) {
  .expert-card__content {
    height: 318px;
    padding: 24px 35px;
  }
}
@media only screen and (min-width: 1180px) {
  .expert-card__content {
    height: 360px;
    padding: 25px 25px;
  }
}
@media only screen and (min-width: 1440px) {
  .expert-card__content {
    height: 452px;
    padding: 30px 30px;
  }
}
.expert-card__content_2 {
  padding-bottom: 60px;
}
@media only screen and (min-width: 900px) {
  .expert-card__content_2 {
    height: 401px;
  }
}
@media only screen and (min-width: 1440px) {
  .expert-card__content_2 {
    height: 452px;
  }
}
.expert-card__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
@media only screen and (min-width: 1180px) {
  .expert-card__title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .expert-card__title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 900px) {
  .expert-card__title_2 {
    font-size: 18px;
  }
}
.expert-card__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: #fff;
  line-height: 1.15;
  margin-top: 2px;
}
@media only screen and (min-width: 1180px) {
  .expert-card__text {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .expert-card__text {
    line-height: 1.2;
    margin-top: 3px;
  }
}
@media only screen and (min-width: 900px) {
  .expert-card__text_2 {
    font-size: 12px;
  }
}
.expert-card__button {
  border-radius: 8px;
  padding: 10px;
  height: 40px;
  margin-top: 10px;
}
.expert-card__button::before {
  border-radius: 8px;
}
@media only screen and (min-width: 1180px) {
  .expert-card__button {
    height: 44px;
    margin-top: 13px;
  }
}
.expert-card__contacts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
}
@media only screen and (min-width: 1180px) {
  .expert-card__contacts {
    gap: 10px;
    margin-top: 15px;
  }
}
.expert-card__link {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  transition: 0.3s;
}
@media (hover: hover) {
  .expert-card__link {
    cursor: pointer;
  }
  .expert-card__link:hover {
    text-shadow: 0px 0px 1px #fff;
  }
}
@media only screen and (min-width: 1180px) {
  .expert-card__link {
    font-size: 18px;
  }
}
.expert-card__social {
  font-size: 0;
  transition: 0.3s;
}
@media (hover: hover) {
  .expert-card__social {
    cursor: pointer;
  }
  .expert-card__social:hover {
    opacity: 0.8;
  }
}
.expert-card__social-icon {
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 1180px) {
  .expert-card__social-icon {
    width: 24px;
    height: 24px;
  }
}
.expert-card__choose {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 6px;
}
.expert-card__choose-button {
  display: flex;
  border-radius: 100%;
  border: 1px solid #cad1d8;
  width: 16px;
  height: 16px;
  padding: 2px;
}
.expert-card__choose-button_active {
  border-color: #fb9031;
}
.expert-card__choose-button-point {
  border-radius: 100%;
  background: #fb9031;
  display: block;
  width: 100px;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
}
.expert-card__choose-button-point_active {
  opacity: 1;
}
.expert-card__choose-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: #fff;
}
@media only screen and (min-width: 900px) {
  .expert-card__choose-text {
    font-size: 12px;
  }
}
.sec-page__wrap {
  padding: 6px 0;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1440px) {
  .sec-page__wrap {
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .sec-page__wrap {
    padding-bottom: 0;
  }
}
.sec-page__crumbs {
  margin-bottom: 19px;
}
@media only screen and (min-width: 1180px) {
  .sec-page__crumbs {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-page__crumbs {
    margin-bottom: 39px;
  }
}
.sec-experts {
  overflow: hidden;
}
.sec-experts__wrap {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 900px) {
  .sec-experts__wrap {
    padding-top: 120px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-experts__wrap {
    padding-top: 130px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-experts__wrap {
    padding-top: 140px;
    padding-bottom: 90px;
  }
}
.sec-experts__wrap_productPage {
  padding-top: 40px;
}
@media only screen and (min-width: 900px) {
  .sec-experts__wrap_productPage {
    padding-top: 102px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-experts__wrap_productPage {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-experts__wrap_productPage {
    padding-top: 140px;
  }
}
.sec-experts__wrap_articles {
  padding-bottom: 79px;
}
@media only screen and (min-width: 900px) {
  .sec-experts__wrap_articles {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-experts__wrap_articles {
    padding-top: 202px;
    padding-bottom: 199px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-experts__wrap_articles {
    padding-top: 240px;
    padding-bottom: 158px;
  }
}
@media only screen and (min-width: 900px) {
  .sec-experts__left {
    margin-top: 12px;
  }
}
.sec-experts__slider_white::before {
  background: #fff;
}
.sec-experts__slider-slide {
  width: 218px;
}
@media only screen and (min-width: 900px) {
  .sec-experts__slider-slide {
    width: 248px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-experts__slider-slide {
    width: 280px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-experts__slider-slide {
    width: 350px;
  }
}
