.section {
  display: table;
  width: 100%;
  position: relative;
}
.section__content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 5;
  padding: 80px 0;
}
.section__text {
  font-weight: 300;
  font-size: 50px;
  line-height: 125%;
  color: #fff;
}
.section__text + .section__text {
  margin-top: 90px;
}
.section_faq,
.section_faq .section__content {
    display: block !important;
}
@media screen and (max-width: 1199px) {
    .section__text {
        font-size: 42px;
    }
}
@media screen and (max-width: 991px) {
    .section__text {
        font-size: 32px;
    }
}
@media screen and (max-width: 767px) {
    .section__text {
        font-size: 26px;
    }
    .section__text + .section__text {
        margin-top: 40px;
    }
    .section__content {
        padding: 60px 0;
    }
    .section_faq,
    .section_faq .section__content {
        display: block;
    }
}

.faq-slider {
  margin-top: 40px;
  margin-bottom: 60px;
  max-width: 100%;
}
.faq-slider .swiper-container {
    padding-bottom: 40px;
    overflow: visible;
}
.faq-slider .swiper-slide {}
.faq-slider__title {
    display: flex;
    align-items: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 125%;
  color: #FFFFFF;
}
.rate-progress {
    margin-left: 10px;
}
.rate-progress,
.rate-progress__line {
    width: 85px;
    height: 16px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNyAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMuNSAwTDE2LjUzMDkgOS4zMjgyN0gyNi4zMzkzTDE4LjQwNDIgMTUuMDkzNUwyMS40MzUxIDI0LjQyMTdMMTMuNSAxOC42NTY1TDUuNTY0OSAyNC40MjE3TDguNTk1ODQgMTUuMDkzNUwwLjY2MDczNyA5LjMyODI3SDEwLjQ2OTFMMTMuNSAwWiIgZmlsbD0iI0NFQ0VDRSIvPjwvc3ZnPg==");
    background-repeat: repeat-x;
    background-size: contain;
}

.rate-global {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 20px;
}
.rate-global .rate-progress {
    margin: 2px 20px 0 0;
}
.rate-global__text {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: normal;
}
.rate-global__text_large {
    font-size: 24px;
    font-weight: 600;
}

.rate-progress__line {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNyAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMuNSAwTDE2LjUzMDkgOS4zMjgyN0gyNi4zMzkzTDE4LjQwNDIgMTUuMDkzNUwyMS40MzUxIDI0LjQyMTdMMTMuNSAxOC42NTY1TDUuNTY0OSAyNC40MjE3TDguNTk1ODQgMTUuMDkzNUwwLjY2MDczNyA5LjMyODI3SDEwLjQ2OTFMMTMuNSAwWiIgZmlsbD0iI0VBMDcyQiIvPjwvc3ZnPg==");
}
.faq-slider__helper {
  font-weight: normal;
  font-size: 15px;
  line-height: 125%;
  color: #FFFFFF;
  margin-top: 8px;
}
.faq-slider__text {
  font-weight: normal;
  font-size: 15px;
  line-height: 125%;
  color: #FFFFFF;
  background: #212022;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 20px 16px;
  border-radius: 6px;
  margin-top: 24px;
  position: relative;
  
}
.faq-slider__text:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 0 15px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.25);
  left: 50px;
  top: -16px;
  position: absolute;
}
.faq-slider__text:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 0 15px;
  border-color: transparent transparent transparent #212022;
  left: 51px;
  top: -13px;
  position: absolute;
}
.faq-slider__text a {
  color: #ea072b;
  border-bottom: 1px solid rgba(234, 7, 43, 0.5);
}
.faq-slider__text a:hover {
  color: #ea072b;
  border-color: transparent;
}
.faq-slider__text .text-bold {
    margin-bottom: 10px;
}
.faq-slider__text p {
    font-size: 13px;
    font-weight: 100;
    line-height: 1.6;
}
.faq-slider__content {
  max-height: 240px;
  overflow: hidden;
}
.faq-slider__more {
    margin-top: 15px;
    display: none;
}
.faq-slider__more-link {
    font-weight: bold;
}
.faq-slider__item_trimmed .faq-slider__more {
    display: block;
}
.faq-slider__item_expanded .faq-slider__content {
    max-height: none;
}
.faq-slider__item_expanded .faq-slider__more {
    display: none;
}
@media screen and (min-width: 768px) {
    .faq-slider {
        margin-top: 80px;
        cursor: grab;
    }
    .faq-slider .swiper-pagination {
        display: none;
    }
}

.faq-slider .swiper-slide {
	opacity: 0.3;
	filter: blur(8px);
	transition-property: transform, filter;
}
.faq-slider .swiper-slide.swiper-slide-next,
.faq-slider .swiper-slide.swiper-slide-prev {
	opacity: 0.5;
	filter: blur(3px);
	transition: 0.3s all;
}
.faq-slider .swiper-slide.swiper-slide-active {
	opacity: 1;
	filter: blur(0px);
}
