/* Tiny slider CSS */
.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-gallery > .tns-item {
  left: -100%;
  position: absolute;
  transition: transform 0s, opacity 0s;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  clear: both;
  content: '';
  display: table;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  left: 0;
  position: relative;
}

.tns-gallery {
  left: 0;
  min-height: 1px;
  position: relative;
}

.tns-gallery > .tns-slide-active {
  left: auto !important;
  position: relative;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  opacity: 0.6;
  transition: opacity 0.6s;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  left: -10000em;
  position: absolute;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  height: 10px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 310px;
}

.tns-t-ct {
  position: absolute;
  right: 0;
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
}

.tns-t-ct:after {
  clear: both;
  content: '';
  display: table;
}

.tns-t-ct > div {
  float: left;
  height: 10px;
  width: 1.4285714%;
  width: calc(100% / 70);
}

/* Slider */
.tns-outer {
  margin-bottom: 1.4rem;
  padding: 0 !important;
  padding-bottom: 1.4rem !important;
  position: relative;
}

@media (max-width: 767px) {
  .tns-item {
    padding: 0;
  }
}

.tns-nav {
  bottom: -1.4rem;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.tns-nav button {
  background-color: #d0d0d0;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  height: 12px;
  line-height: 0;
  margin: 0 0.25em;
  padding: 0;
  transition: all 300ms ease-in-out;
  width: 12px;
}

.tns-nav button:hover,
.tns-nav button:focus {
  border: 2px solid transparent;
}

.tns-nav .tns-nav-active {
  background-color: #34b5e5;
}

/* Testimonial */
.testimonial2-slider {
  display: flex;
  flex-wrap: wrap;
}

.testimonial2__inner-wrapper {
  padding: 2.1rem;
  background: #ffffff;
  border: 1px solid #c0c0c0;
  border-radius: 20px;
  box-shadow: 0 4px 10px 0 #cacaca;
  margin: 15px;
}

.testimonial2__content {
  border: none;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  font-size: 20px;
  margin: 0;
  padding: 30px 0;
  text-align: center;
}

.testimonial2__content p {
  width: 80%;
  margin: auto;
  color: #444444;
}

.testimonial2__author-name {
  margin: 10px 0 0;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  color: #444444;
}

.testimonial2__author-text2 {
  color: #666666;
  margin-bottom: 10px;
  font-size: 16px;
}

.testimonial2__quote_icon svg {
  width: 50px;
  fill: #0086f8;
  margin-bottom: 15px;
}
.testimonial2__start_icons svg {
  width: 16px;
  fill: #f5cf02;
}

.testimonial2__title {
  text-align: center;
  margin-bottom: 50px;
}

.testimonial2__title .testimonial2__start_icons svg {
  width: 25px;
}

.testimonial2__title h4 {
  font-size: 35px;
  margin-bottom: 15px;
  color: #333333;
}

.testimonial2__inner-wrapper--block {
  max-width: 750px;
  margin: auto;
}

.testimonial2__rating_blocks {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.testimonial2__rating_block .testimonial2__rating-no {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #525252;
}

.testimonial2__rating_block .testimonial2__rating-text {
  margin-bottom: 5px;
  color: #565656;
  font-size: 18px;
}

.testimonial2__author {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}

.testimonial2__author_block2 {
  width: 40%;
  padding: 0 30px;
  border-left: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
}


@media ( max-width: 768px ) {
  .testimonial2__rating_blocks {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .testimonial2__rating_block {
    width: 50%;
    margin-bottom: 15px;
  }
  .testimonial2__author_block2 {
    width: unset;
  }
  .testimonial2__author div {
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .testimonial2__author-name {
    font-size: 18px;
  }
}

@media ( max-width: 500px ) {
  .testimonial2__title h4 {
    font-size: 28px;
  }
  .testimonial2__content {
    font-size: 18px;
  }
  .testimonial2__content p {
    width: 100%;
  }
  .testimonial2__author {
    display: block;
  }
  .testimonial2__author_block2 {
    border: 0;
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
  }
}

@media ( max-width: 338px ) {
  .testimonial2__inner-wrapper {
    padding: 1.5rem;
    margin: 0;
  }
  .testimonial2__rating_block {
    width: 100%;
  }
}

