/* stylelint-disable selector-list-comma-newline-after */
body {
  font-family: "Roboto", sans-serif;
}
img.max-width {
  max-width: 100%;
  max-width: 100%
}
.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  /*font-family: "Playfair Display", Georgia, "Times New Roman", serif;*/
  font-family: "Roboto", sans-serif;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

h2, h3, h4, h5, h6 {
  /*font-family: "Playfair Display", Georgia, "Times New Roman", serif;*/
  font-family: "Roboto", sans-serif;
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

/*
 * Blog name and description
 */
.blog-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}
.blog-description {
  font-size: 1.1rem;
  color: #999;
}

@media (min-width: 40em) {
  .blog-title {
    font-size: 3.5rem;
  }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

.marketing .block {
  background: #F9F9F9;
  border-radius: 10px;
}

.marketing .block h2 {
  font-size: 120%;
  font-weight: bold;
}

.bg-block {
  background: #F9F9F9;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 15px;
}

.ratings-block_rating {
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.ratings-block_rating .logo {
  width: 100px;
}
.ratings-block_rating .rating-block {
  width: calc(100% - 120px);
  display: flex;
  padding-left: 25px;
}

.ratings-block_rating .item {
  width: 33.3333%;
  text-align: center;
  color: #504C50;
}

.ratings-block_rating .item p {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.ratings-block_rating .item .rating {
  font-size: 16px;
  font-weight: 700;
}

.ratings-block_rating .number {
  position: relative;
}

.ratings-block_rating .number span {
  color: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  z-index: 2;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 120px;
/*  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);*/
  z-index: 1;
}

.circle {
  stroke: #48BFBE;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.ratings-block .text-descr {
  font-size: 21px;
  color: #504C50;
  margin: 0;
  padding: 0 15px;
}

.guarantee {
  background: #F5F5F6;
  padding: 45px 0;
}
.guarantee .block {
  background: #fff;
}

.list-guar h4 {
  font-size: 18px;
  gap: 10px;
}

footer {
  background: #000;
  padding: 2rem 0;
}

.txt-red {
  color: #A80E13;
}

.list-unstyled li {
  position: relative;
  padding-left: 20px;
}

.list-unstyled li .bi {
  color: #A80E13;
  position: absolute;
  left: 0;
  top: 3px;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.brdr-r {
  border-radius: 3px;
}

.featurette.last img {
  width: 100%;
}

@media (max-width: 575px) {
  .order-sm-first {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1
  }

  .order-sm-last {
      -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
      order: 13
    }   
  h2, .h2 {
    font-size: 1.25rem;
  }
  .display-4 {
    font-size: 1.7rem;
  }
  .lead {
    font-size: 1rem;
  }
  header > .flex-md-row {
    padding-bottom: 0 !important;
  }
  header h5 {
    text-align: center;
  }
  .jumbotron {
    padding-bottom: 0 !important;
    margin-bottom: 1rem;
  }
  .jumbotron .btn {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  .blog-post {
    margin-bottom: 1rem;
  }
  .guarantee .row .block {
    margin-bottom: 1rem;
  }
  .ratings-block .bg-block {
    padding: 1.5rem 1rem;
  }
  .ratings-block_rating {
    flex-direction: column;
    padding: 0;
  }
  .ratings-block_rating .logo {
    margin-bottom: 1rem;
  }
  .ratings-block_rating .rating-block {
    padding: 0;
    width: 100%;
    gap: 15px;
  }
  .ratings-block_rating {
    margin-bottom: 15px;
  }
  .ratings-block .text-descr {
    text-align: center;
  }
  .featurette:not('.last') {
    margin-top: 2rem;
  }
}

