@import url(css/bootstrap.min.css);
@font-face {
  font-family: 'FreeSetCyrillic';
  src: url("fonts/FreeSetCyrillic.ttf") format("truetype"), url("fonts/FreeSetCyrillic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ofont.ru_FreeSet';
  src: url("fonts/ofont.ru_FreeSet.eot");
  src: url("fonts/ofont.ru_FreeSet.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

.container {
  max-width: 1140px; }

.section-header {
  font-size: 26px;
  text-transform: uppercase;
  font-family: 'FreeSetCyrillic', sans-serif;
  line-height: 1.1;
  text-align: center; }
  @media screen and (max-width: 991px) {
    .section-header {
      font-size: 22px; } }
  @media screen and (max-width: 380px) {
    .section-header {
      font-size: 20px; } }

.slick-arrow {
  width: 20px;
  height: 20px;
  display: block;
  position: static;
  transform: none;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.slick-arrow::before {
  display: none; }

.slick-arrow.slick-prev {
  background: url(img/arrow-left.png) center no-repeat; }

.slick-arrow.slick-next {
  -ms-flex-order: 3;
      order: 3;
  background: url(img/arrow-right.png) center no-repeat; }

.slick-dotted.slick-slider {
  margin-bottom: 15px; }

.slider-nav {
  display: none; }
  @media screen and (max-width: 991px) {
    .slider-nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; } }

.slick-dots {
  position: static;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .slick-dots li {
    margin: 0 2px; }
    @media screen and (max-width: 480px) {
      .slick-dots li button {
        padding: 0; } }
    .slick-dots li.slick-active button::before {
      color: #dd0031; }
    .slick-dots li button::before {
      font-size: 10px;
      color: #b6b6b6;
      opacity: 1; }

.map-section {
  padding: 65px 0 95px;
  background-color: #f0f0f0; }
  @media screen and (max-width: 991px) {
    .map-section {
      padding: 50px 0; } }

.map-header {
  margin-bottom: 70px; }
  @media screen and (max-width: 991px) {
    .map-header {
      margin-bottom: 40px; } }

@media screen and (max-width: 991px) {
  #map {
    height: 400px !important; } }

.address-header {
  margin-bottom: 15px;
  padding-left: 30px;
  font-family: 'Arial', sans-serif;
  font-weight: 700; }

.address-cont {
  background: url("img/mark.png") left center no-repeat; }

.address-schedule {
  background: url("img/map-cal.png") left center no-repeat; }

.map-item-info {
  padding-left: 30px; }
  .map-item-info .map-see {
    position: relative;
    color: #dd0031;
    text-decoration: none;
    font-size: 14px; }
    .map-item-info .map-see::after {
      content: '';
      display: block;
      width: 30px;
      height: 2px;
      margin: 25px 0;
      background: #fff; }

.address {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.1; }

.map-phones .phone {
  font-size: 23px;
  font-weight: normal; }
  .map-phones .phone:not(:last-child) {
    margin-bottom: 5px; }

.map-dots {
  margin-top: 60px; }
  @media screen and (max-width: 1199px) {
    .map-dots {
      display: none; } }

@media screen and (max-width: 991px) {
  .map-address-item {
    max-width: 250px;
    margin: 0 auto 50px; } }

.footer-top {
  padding: 30px 0 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px solid #dddddd; }
  @media screen and (max-width: 1199px) {
    .footer-top {
      -ms-flex-direction: column;
          flex-direction: column; }
      .footer-top .phones {
        margin-bottom: 25px; } }
  @media screen and (max-width: 991px) {
    .footer-top {
      border-bottom: none; } }

@media screen and (max-width: 1199px) {
  .footer-logo {
    margin-bottom: 40px; } }

.br-mob {
  display: none; }
  @media screen and (max-width: 1199px) {
    .br-mob {
      display: block; } }

.footer-slogan {
  max-width: 300px;
  font-size: 14px; }
  @media screen and (max-width: 1199px) {
    .footer-slogan {
      margin-bottom: 40px;
      text-align: center; } }

.footer-bottom {
  padding: 50px 0;
  font-size: 14px;
  text-align: center;
  color: #999999; }
  @media screen and (max-width: 991px) {
    .footer-bottom {
      padding: 0 0 25px; } }

html,
body,
ul {
  margin: 0;
  padding: 0; }

body {
  overflow-x: hidden;
  font-family: 'FreeSetCyrillic', sans-serif;
  color: #4c4c4c; }

img {
  display: block;
  max-width: 100%; }

ul {
  list-style: none; }

a,
button {
  transition: all .4s;
  cursor: pointer; }

button {
  display: block; }

button:focus {
  outline: none; }

a:hover {
  text-decoration: none; }

.slick-slide {
  outline: none; }

.page-header {
  padding: 20px 0; }
  @media screen and (max-width: 480px) {
    .page-header {
      padding: 10px 0; } }

@media screen and (max-width: 1199px) {
  .page-header .nav-item:last-child {
    display: none; }
  .page-header .nav-item:nth-child(3) {
    margin-right: 0; } }

@media screen and (max-width: 991px) {
  .page-header .main-menu {
    display: none; } }

.header-inner,
.main-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }

.nav-item {
  position: relative; }

.nav-item:not(:last-child) {
  margin-right: 70px; }

.menu-link {
  color: inherit;
  text-shadow: .1px .1px .1px #4c4c4c; }

.menu-link::before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #dd0031;
  transition: all .4s; }

.menu-link:hover {
  color: inherit; }

.menu-link:hover::before {
  width: 100%; }

.phones {
  padding-left: 30px;
  background: url("img/phone.png") left 5px no-repeat; }
  @media screen and (max-width: 380px) {
    .phones {
      padding-left: 0;
      background: none; } }

.phone {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #4c4c4c; }

@media screen and (max-width: 380px) {
  .phone {
    font-size: 16px; } }

.phone:hover {
  color: #dd0031; }

.phones-link {
  color: #dd0031;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -.5px;
  line-height: 1; }
  .phones-link:hover {
    color: #dd0031;
    text-decoration: underline; }
  @media screen and (max-width: 991px) {
    .phones-link {
      display: none; } }

.mob-menu {
  display: none; }

.mob-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 40px 15px 20px;
  background-color: #dd0031;
  display: none; }
  .mob-dropdown .menu-link {
    color: #fff; }
    .mob-dropdown .menu-link:hover {
      color: #fff; }

.mob-dropdown .phone,
.mob-dropdown .map-see {
  margin: 0 auto;
  text-align: center;
  color: #fff; }

.map-see {
  background: transparent;
  border: none;
  text-decoration: underline; }

.menu-close {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 30px;
  height: 30px;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 45px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  background-color: transparent;
  line-height: .8;
  color: #fff;
  border: none; }

.menu-item:not(:last-child) {
  margin-bottom: 25px; }

.menu-header, .menu-text {
  text-align: center;
  color: #fff; }

.menu-text:not(:last-of-type) {
  margin-bottom: 10px; }

.menu-header {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700; }
  @media screen and (max-width: 380px) {
    .menu-header {
      font-size: 16px; } }

.menu-btn {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url(img/menu.png) center/20px no-repeat;
  border: none;
  cursor: pointer;
  display: none; }

@media screen and (max-width: 991px) {
  .menu-btn {
    display: block; } }

@media screen and (max-width: 480px) {
  .logo {
    max-width: 90px; } }

.header-bottom {
  padding: 15px 0;
  background-color: #666666; }

.header-bottom-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  font-family: 'Arial', sans-serif; }
  @media screen and (max-width: 767px) {
    .header-bottom-inner {
      -ms-flex-pack: center;
          justify-content: center; } }

.line-break {
  display: none; }
  @media screen and (max-width: 767px) {
    .line-break {
      display: block;
      width: 100%; } }

.header-bottom-item {
  padding-left: 30px;
  font-weight: 700; }
  .header-bottom-item.item-rep {
    background: url("img/cal.png") left center no-repeat; }
    @media screen and (max-width: 767px) {
      .header-bottom-item.item-rep {
        margin-right: 20px; } }
  .header-bottom-item.item-guar {
    background: url("img/mech.png") left center no-repeat; }
  .header-bottom-item.item-diag {
    background: url("img/screw.png") left center no-repeat; }
    @media screen and (max-width: 767px) {
      .header-bottom-item.item-diag {
        margin-top: 10px; } }
  @media screen and (max-width: 480px) {
    .header-bottom-item {
      font-size: 14px; } }
  @media screen and (max-width: 380px) {
    .header-bottom-item {
      padding-left: 25px;
      font-size: 11px; } }

@media screen and (max-width: 767px) {
  .sep {
    display: none; } }

.fs-section {
  padding: 120px 0 95px;
  background: url("img/bg1.jpg") center top no-repeat; }
  @media screen and (max-width: 767px) {
    .fs-section {
      padding: 30px 0 270px;
      background: url("img/bg1-tablet.jpg") center top no-repeat; } }
  @media screen and (max-width: 480px) {
    .fs-section {
      background: url("img/bg1-mob.jpg") center top no-repeat; } }

.main-header {
  margin-bottom: 15px;
  font-size: 48px;
  color: #fff;
  line-height: 1.2; }
  .main-header span {
    text-transform: uppercase; }
  @media screen and (max-width: 480px) {
    .main-header {
      font-size: 40px; } }
  @media screen and (max-width: 380px) {
    .main-header {
      font-size: 32px; } }

.main-subheader {
  margin-bottom: 30px;
  line-height: 1.3;
  font-size: 18px;
  color: #fff; }
  @media screen and (max-width: 480px) {
    .main-subheader {
      font-size: 16px;
      max-width: 250px; }
      .main-subheader br {
        display: none; } }

.call-btn {
  position: relative;
  z-index: 1;
  width: 280px;
  padding: 15px;
  color: #fff;
  border: 2px solid #dd0031;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  background: linear-gradient(to right, #fff 50%, #dd0031 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  text-align: center;
  text-transform: uppercase; }
  .call-btn:hover {
    color: #dd0031;
    background-position: left bottom; }
  @media screen and (max-width: 380px) {
    .call-btn {
      width: 100%; } }

.btn-text {
  margin-top: 20px;
  padding-left: 25px;
  background: url("img/btn-text.png") left 5px no-repeat;
  font-style: italic;
  line-height: 1.3;
  font-size: 14px;
  color: #dd0031;
  font-family: 'Arial', sans-serif; }

.rep-section {
  padding: 80px 0 50px; }
  @media screen and (max-width: 575px) {
    .rep-section {
      padding: 40px 0 50px; } }

.rep-header {
  margin-bottom: 40px; }

.rep-slider [class*=col-] {
  margin-bottom: 30px; }
  @media screen and (max-width: 991px) {
    .rep-slider [class*=col-] {
      margin-bottom: 20px; } }

@media screen and (max-width: 991px) {
  .rep-slider .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end; } }

.rep-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  cursor: pointer;
  transition: all 0.4s; }
  .rep-card:hover .rep-text {
    background-color: #dd0031; }
  @media screen and (max-width: 991px) {
    .rep-card {
      width: 265px;
      margin: 0 auto; } }

.rep-img {
  height: 100%; }
  @media screen and (max-width: 991px) {
    .rep-img {
      -o-object-fit: cover;
         object-fit: cover; } }

.rep-text {
  padding: 15px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-family: 'Arial', sans-serif;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.4s; }

.rep-bottom {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media screen and (max-width: 991px) {
    .rep-bottom {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start;
      max-width: 450px;
      margin: 20px auto 0; } }

.rep-bottom-left {
  padding-right: 55px;
  margin-right: 40px;
  background: url("img/dots-vertical.png") right 5px no-repeat;
  font-size: 27px;
  line-height: 1.2; }
  @media screen and (max-width: 1199px) {
    .rep-bottom-left {
      margin-right: 20px;
      font-size: 20px; } }
  @media screen and (max-width: 991px) {
    .rep-bottom-left {
      background: none;
      margin-right: 0;
      padding-right: 0;
      padding-left: 70px;
      margin-bottom: 15px; } }
  @media screen and (max-width: 480px) {
    .rep-bottom-left {
      padding-left: 45px; }
      .rep-bottom-left br {
        display: none; } }
  @media screen and (max-width: 380px) {
    .rep-bottom-left {
      padding-left: 0; } }

.rep-bottom-right {
  font-family: 'Arial', sans-serif;
  font-weight: 700; }
  @media screen and (max-width: 991px) {
    .rep-bottom-right {
      padding-left: 70px;
      background: url("img/dots-vertical.png") left 5px no-repeat; } }
  @media screen and (max-width: 480px) {
    .rep-bottom-right {
      padding-left: 45px; }
      .rep-bottom-right br {
        display: none; } }
  @media screen and (max-width: 380px) {
    .rep-bottom-right {
      padding-left: 0;
      background: none; } }

.rep-bottom-info {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (max-width: 991px) {
    .rep-bottom-info {
      margin-top: 15px;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start; } }

.rep-phone {
  font-size: 24px;
  color: #2f2f2f;
  font-family: 'FreeSetCyrillic', sans-serif; }
  .rep-phone:hover {
    color: #dd0031; }

.rep-btn {
  margin-left: 40px; }
  @media screen and (max-width: 991px) {
    .rep-btn {
      margin-left: 0;
      margin-top: 15px; } }

.go-section {
  padding: 120px 0 90px;
  background: url("img/bg2.jpg") center top no-repeat; }
  @media screen and (max-width: 767px) {
    .go-section {
      padding: 350px 0 80px;
      background: url("img/bg2-tablet.jpg") center top/768px no-repeat #000; } }

.discount-header,
.go-header {
  margin-bottom: 40px;
  font-size: 48px;
  color: #fff; }
  .discount-header sup,
  .go-header sup {
    font-size: 30px;
    left: -10px;
    top: -20px; }
  @media screen and (max-width: 991px) {
    .discount-header,
    .go-header {
      font-size: 36px; }
      .discount-header sup,
      .go-header sup {
        font-size: 20px;
        top: -15px; } }
  @media screen and (max-width: 480px) {
    .discount-header,
    .go-header {
      margin-bottom: 25px;
      font-size: 28px; }
      .discount-header sup,
      .go-header sup {
        top: -10px;
        font-size: 16px; } }
  @media screen and (max-width: 380px) {
    .discount-header,
    .go-header {
      font-size: 22px; }
      .discount-header sup,
      .go-header sup {
        left: -5px; } }

.discount-text,
.go-text {
  margin-bottom: 25px;
  font-size: 18px;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .discount-text br,
    .go-text br {
      display: none; } }
  @media screen and (max-width: 380px) {
    .discount-text,
    .go-text {
      font-size: 16px; } }

.price-section {
  padding: 50px 0; }
  @media screen and (max-width: 991px) {
    .price-section {
      padding: 25px 0 50px; } }

.price-main-header {
  margin-bottom: 50px; }
  @media screen and (max-width: 575px) {
    .price-main-header {
      margin-bottom: 30px; } }

.price-card {
  height: 100%;
  padding: 50px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border: 2px solid #e3e3e3; }
  @media screen and (max-width: 991px) {
    .price-card {
      max-width: 350px;
      margin: 0 auto 25px; } }

.free-text::before,
.price-img-wrapper::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: #ebebeb; }

.price-img-wrapper {
  position: relative; }
  .price-img-wrapper::after {
    margin: 25px auto 30px; }

.price-header {
  margin-bottom: 5px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  text-align: center; }

.price-text {
  font-family: 'Lato-Light', sans-serif;
  font-weight: 300;
  color: #808080;
  font-size: 14px; }

.price {
  font-weight: 700;
  color: #dd0031;
  font-family: 'Arial', sans-serif; }

.price-feature {
  background-color: #dd0031;
  color: #fff;
  border: none; }
  .price-feature .price-header {
    margin-bottom: 25px;
    padding-left: 30px; }

.feat-go .price-header {
  background: url("img/price-feat1.png") left center no-repeat; }

.feat-diag .price-header {
  background: url("img/price-feat2.png") left center no-repeat; }

.feat-guar .price-header {
  background: url("img/price-feat3.png") left center no-repeat; }

.price-text {
  text-align: center;
  color: #fff; }

.free-text {
  position: relative;
  color: #fff;
  text-align: center;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  text-transform: uppercase; }
  .free-text::before {
    margin: 20px auto; }

.steps-section {
  padding: 50px 0 70px; }

.steps-main-header {
  margin-bottom: 60px; }
  @media screen and (max-width: 991px) {
    .steps-main-header {
      margin-bottom: 40px; } }
  @media screen and (max-width: 480px) {
    .steps-main-header {
      margin-bottom: 20px; } }

.step-card {
  margin-bottom: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }
  @media screen and (max-width: 991px) {
    .step-card {
      width: 255px;
      margin: 0 auto 20px; } }

.step-num {
  padding-bottom: 40px;
  background: url("img/dots-hor.png") left bottom no-repeat;
  color: #dd0031;
  font-family: 'Arial Black', sans-serif;
  line-height: 1;
  font-size: 38px;
  font-weight: 700; }

.step-info {
  margin-top: 10px;
  margin-left: 25px; }

.step-header {
  margin-bottom: 10px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2; }

.step-text {
  font-size: 14px;
  color: #808080;
  line-height: 1.3; }
  @media screen and (max-width: 380px) {
    .step-text {
      font-size: 12px; } }

.feat-price-slider {
  margin-top: 50px; }
  .feat-price-slider .slick-slide {
    padding: 0; }

.discount-section {
  padding: 90px 0;
  background: url("img/bg3.jpg") center top no-repeat; }
  @media screen and (max-width: 767px) {
    .discount-section {
      padding: 380px 0 80px;
      background: url("img/bg3-tablet.jpg") center top/768px no-repeat #000; } }

.discount-header span {
  position: relative; }
  .discount-header span::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 5px;
    left: 0;
    background-color: #dd0031; }

.stories-section {
  padding: 115px 0 50px; }
  @media screen and (max-width: 991px) {
    .stories-section {
      padding: 40px 0 50px; } }

.stories-header {
  margin-bottom: 55px; }
  @media screen and (max-width: 991px) {
    .stories-header {
      margin-bottom: 25px; } }

.stories-slider .slick-list {
  margin: 0 -15px; }

.stories-slider .slick-slide {
  margin: 0 15px; }

.stories-slide {
  display: table; }
  @media screen and (max-width: 991px) {
    .stories-slide {
      margin: 0 auto 30px; } }

.stories-img-wrapper {
  position: relative;
  max-height: 265px;
  margin-bottom: 40px; }
  .stories-img-wrapper::after {
    content: '';
    display: block;
    width: 55px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("img/stories-dots.png") center no-repeat; }

.img-text {
  position: absolute;
  top: 10px;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase; }
  .img-text.before {
    left: 15px; }
  .img-text.after {
    left: calc(50% + 15px); }

.info-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .info-item:not(:last-child) {
    margin-bottom: 10px; }
  @media screen and (max-width: 480px) {
    .info-item {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start; } }

.info-header {
  width: calc(50% - 15px);
  margin-right: 15px;
  position: relative;
  z-index: 1;
  font-size: 15px;
  color: #999999; }
  .info-header span {
    padding-right: 5px;
    position: relative;
    z-index: 1;
    background-color: #fff; }
  .info-header::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 7px;
    width: 100%;
    border-bottom: .1em dotted #999; }
  @media screen and (max-width: 480px) {
    .info-header {
      width: 100%;
      margin-right: 0; } }

.info-text {
  font-size: 18px; }
  @media screen and (max-width: 1199px) {
    .info-text {
      font-size: 16px; } }

.device {
  color: #dd0031; }

.feed-section {
  padding: 60px 0; }
  @media screen and (max-width: 991px) {
    .feed-section {
      padding: 30px 0; } }

.feed-header {
  margin-bottom: 50px; }
  @media screen and (max-width: 991px) {
    .feed-header {
      margin-bottom: 25px; } }

.feed-slide {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 25px 25px 20px;
  background-color: #fff;
  box-shadow: 0 10px 25px 1px rgba(0, 0, 0, 0.07);
  border: 2px solid #f0f0f0; }
  @media screen and (max-width: 991px) {
    .feed-slide {
      max-width: 350px;
      margin: 20px auto; } }
  @media screen and (max-width: 480px) {
    .feed-slide {
      max-width: 100%; } }

.feed-name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Arial', sans-serif; }

.feed-text {
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 14px; }

.feed-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

.feed-date {
  font-size: 14px;
  font-weight: 300;
  color: #dd0031; }

.feed-nav {
  margin-top: -10px; }

.faq-section {
  padding: 50px 0; }

.faq-section-header {
  margin-bottom: 65px; }
  @media screen and (max-width: 575px) {
    .faq-section-header {
      margin-bottom: 30px; } }

.faq-block {
  margin-bottom: 15px;
  background-color: #f0f0f0; }

.faq-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  padding: 25px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  background-color: #f0f0f0;
  cursor: pointer; }

.faq-toggle::after {
  content: '';
  display: block;
  position: absolute;
  right: 25px;
  top: 40%;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  transition: all 0.4s;
  border-bottom: 2px solid #4b4b4b;
  border-right: 2px solid #4b4b4b; }

.faq-toggle[aria-expanded='true'] {
  color: #dd0031; }

.faq-toggle[aria-expanded='true']::after {
  top: 45%;
  transform: rotate(-135deg); }

.faq-num {
  display: block;
  margin-right: 15px;
  background-color: #dd0031;
  width: 15px;
  height: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%; }

.faq-body {
  padding: 0 25px 25px 25px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3; }
  @media screen and (max-width: 1199px) {
    .faq-body {
      padding-left: 25px; } }
  @media screen and (max-width: 767px) {
    .faq-body {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 480px) {
    .faq-body {
      padding: 0 15px 15px; } }

.faq-link {
  color: #dd0031 !important;
  text-decoration: underline !important; }

@media screen and (max-width: 767px) {
  .faq-toggle {
    padding: 25px 15px;
    line-height: 1.2; }
  .faq-toggle::after {
    right: 15px; } }

@media screen and (max-width: 575px) {
  .faq-toggle {
    padding: 15px;
    font-size: 14px; }
  .faq-toggle {
    display: -ms-flexbox;
    display: flex;
    padding-right: 35px; } }

.faq-btn {
  width: 390px;
  margin: 50px auto 0;
  border-color: #dd0031;
  background-color: #dd0031;
  color: #fff; }
  @media screen and (max-width: 480px) {
    .faq-btn {
      max-width: 380px;
      width: 100%;
      margin-top: 20px; } }
  @media screen and (max-width: 380px) {
    .faq-btn {
      font-size: 16px; } }

.faq-btn-text {
  padding-left: 30px;
  background: url("img/faq-text.png") left center no-repeat;
  display: table;
  margin: 20px auto 0;
  text-align: center;
  font-style: italic;
  font-size: 14px;
  line-height: 1.2; }
  @media screen and (max-width: 480px) {
    .faq-btn-text {
      text-align: left; } }
  @media screen and (max-width: 380px) {
    .faq-btn-text {
      font-size: 14px; } }



.text-section {
padding: 60px 0;
text-align: left;
}
@media screen and (max-width: 991px) {
.text-section {
padding-top: 40px;
}
}
.text h1,
.text h2,
.text h3 {
margin: 30px 0;
font-size: 30px;
line-height: 1;
}

.text h4 {
margin: 30px 0;
font-size: 22px;
}
.text ul {
list-style: circle inside;
}
.text p,
.text ul {
margin-bottom: 1rem;
font-size: 17px;
}
@media screen and (max-width: 480px) {
.text h1,
.text h2,
.text h3 {
font-size: 25px;
}
.text p,
.text ul {
font-size: 16px;
}
}

