main.stati section {
  padding: 0 0 30px 0;
}
.post-title h1 {
  font-size: 48px;
  text-align: center;
  margin: 0;
}
main.stati h1 {
  color: #ffffff;
}
main.stati h2 {
  /* text-transform: capitalize; */
  font-size: 28px;
  margin: 40px 0 20px 0;
}
main.stati h3 {
  font-size: 24px;
  margin: 40px 0 20px 0;
}
main.stati .header-bg p,
main.stati .header-bg i,
main.stati .header-bg span,
main.stati .header-bg a {
  color: #ffffff;
}
main.stati .background_bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}
main.stati p {
  color: #333333;
  margin: 20px 0;
  line-height: 1.5;
}

main.stati .header-bg {
  width: 100%;
  height: 100vh;
  max-height: 560px;
  min-height: 400px;
  position: relative;
}

main.stati .header-bg img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

main.stati .breadcrumbs-container{
  margin: 0 0 30px 0;
  padding-top: 100px;
  position: relative;
}
main.stati .breadcrumbs {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.stati .breadcrumbs span {
  margin-bottom: 5px;
  color: #c4c5b1;
  font-size: 14px;
}
main.stati .breadcrumbs span.current {
  color: #ffffff;
}
main.stati .breadcrumbs a span {
 color: rgb(236, 153, 70);
 margin-bottom: 5px;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
 font-weight: 400;
}
main.stati .breadcrumbs a:hover span {
 color: #ffffff;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}

main.stati .header-bg .title-description {
  position: relative;
  height: calc(100% - 180px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main.stati .header-bg .title-description .post-title {
  margin-top: 100px;
}
main.stati .header-bg .title-description .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
  /* content */
  main.stati .single-container img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 450px;
    max-width: 1200px;
    -o-object-fit: cover;
       object-fit: cover;-o-object-position: top;object-position: top;
  }
main.stati .single-container img.img-mini-size-post{
  max-width: 600px;
  height: auto;
  -o-object-fit:contain;
  object-fit: contain;
}
  main.stati .single-container blockquote {
    padding: 30px 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 8px solid #ed6c05;
    background-color: #f5f5f5;
    margin: 30px 0;
  }
    main.stati .single-container blockquote p {
      margin: 0;
    }
    main.stati .news_content ul {
      margin-left: 30px;
      list-style: disc;
    }
    main.stati .news_content ol {
      margin-left: 30px;
      list-style: decimal;
    }

  /* /content */

  main.stati .stars-tags  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.stati .stars-tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.stati .stars-tags ul li {
    margin: 10px;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  main.stati .stars-tags ul li a {
    padding: 10px 30px;
    border-radius: 30px;
    border: 1px solid #333333;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }

  /* star */
  main.stati .stars-tags .stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main.stati .stars-tags .stars > strong {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  main.stati .stars-tags .stars .post-ratings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
  }
  main.stati .stars-tags .post-ratings img {
    width: 16px;
    height: 16px;
    margin: 0 2px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  main.stati .stars-tags .post-ratings-loading img {
    width: auto;
    height: auto;
  }
  .stars .post-ratings strong {
    margin: 0 4px;
  }
  /* .stars .post-ratings em > strong {
    margin: 0 2px;
  } */


  /* /star */
/* uslugi-post */
.post-wrapper {
  padding-top: 100px;
}
.c-webfox::before {
  content: 'WebFox';
  display: block;
  position: absolute;
  font-size: 350px;
  font-weight: 900;
  color: #fff;
  text-shadow: 12.12px -21.865px 65px rgba(0, 0, 0, 0.06);
  top: -50px;
  left: 0;
  z-index: -1;
}
.ordinary-post-block {
  padding: 20px 0 50px;
  position: relative;
}
.ordinary-post-container {
  display: flex;
  flex-direction: row;
}
.post-container {
  width: 60%;
  margin-top: 45px;
}
.ordinary-post-title h1 {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 0.7em;
  color: var(--primary-color);
}
.ordinary-post-content p {
  font-size: 24px;
}
.ordinary__img-c {
  width: 40%;
  align-self: flex-end;
}
.ordinary__img-c .ordinary__img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  margin: auto 0 auto auto;
}
  .post-wrapper h2,
.post-wrapper .h2 {
  font-size: 36px;
}
.post-wrapper h3,
.post-wrapper .h3 {
  font-size: 24px;
}
  /* uslugi-steps */
  .uslugi-steps__items {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap:20px;
  }
  .uslugi-steps__item {
    width: 100% ;

    border-radius: 30px;
    padding: 50px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.09);
    transition: all .3s;
  }
  .uslugi-steps__item p {
    font-size: 18px;
    line-height: 1.66;
  }
  .uslugi-steps__item:nth-child(4n) {
    margin-right: 0;
  }
  .uslugi-steps__item:hover {
    background-color: rgb(224, 100, 63);
    color: #fff;
    transition: all .3s;
  }
  .uslugi-steps__item:hover .uslugi-steps__item_title,
  .uslugi-steps__item:hover p {
    color: #fff;
    transition: all .3s;
  }
  /* /uslugi-steps */
  /* u-content */
  .u-content {
    background-image: url('../img/seo_fon_01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .u-content-container {
    max-width: 1200px;
  }
  .u-content h2 {
    color: var(--primary-color);
    text-align: center;
  }
  .u-content p {
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 1.6;
  }
  /* /u-content */
/* /uslugi-post */



/* post-social */
.post-social {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 11;
  justify-content: center;
}
.post-social__icon {
  font-size: 25px;
  margin-bottom: 40px;
  height: 20px;
  text-align: center;
  z-index: 11;
}
.post-social__icon:last-child {
  margin-bottom: 0;
}
.post-social__icon i {
  color: #dadada;
  transition: all .3s;
}
/* /post-social */
/* complex-audit */
.audit-container {
  display: flex;
  flex-direction: row;
}
.audit__img-container {
  width: 450px;
  height: 560px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: var(--primary-color);
  box-sizing: border-box;
  position: relative;
}
.audit__img {
  background-image: url('../img/website-analytics.png');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  height: calc(100% - 200px);
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.audit__list_container {
  width: calc(100% - 650px);
  margin: 0 auto;
}
.audit__list li {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.audit__list_number {
  color: #aaaaaa;
  display: inline-block;
  margin-right: 20px;
}
/* /complex-audit */
/* answers */
.answers__items {
  margin-bottom: -20px;
}
.answers__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 35px 115px;
  border-radius: 30px;
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.09);
  margin-bottom: 20px;
}
.answers__number {
  width: 70px;
  height: 70px;
  font-size: 36px;
  line-height: 70px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.answers__content {
  width: calc(100% - 280px);
  margin-top: 20px;
}
.answers__item .a-content {
  overflow: hidden;
  height: 0;
  transition: all .3s;
}
.answers__item.active .a-content {
  height: auto;
  transition: all .3s;
}
.answer__cross-btn {
  font-size: 48px;
  font-weight: 700;
  background-color: transparent;
  height: 48px;
  width: 48px;
  border: none;
  margin-top: 15px;
  line-height: 1;
  padding: 0;
  transform-origin: center;
  transition: all .3s;
}
.answers__item.active .answer__cross-btn {
  transform: rotate(45deg);
  transition: all .3s;
}
/* /answers */

/*portfolio*/
main.portfolio section {
  padding: 400px 0 30px 0;
}
main.portfolio h1 {
  color: #ffffff;
}
main.portfolio h2 {
  /* text-transform: capitalize; */
  font-size: 28px;
  margin: 40px 0 20px 0;
}
main.portfolio h3 {
  font-size: 24px;
  margin: 40px 0 20px 0;
}
main.portfolio .header-bg p,
main.portfolio .header-bg i,
main.portfolio .header-bg span,
main.portfolio .header-bg a {
  color: #ffffff;
}
main.portfolio .background_bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}
main.portfolio p {
  color: #333333;
  margin: 20px 0;
  line-height: 1.5;
}
main.portfolio .header-bg {
  width: 100%;
  height: 100vh;
  max-height: 560px;
  min-height: 400px;
  position: relative;
}
main.portfolio .header-bg img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}


main.portfolio .breadcrumbs-container {
  margin: 0 0 30px 0;
  padding-top: 100px;
  position: relative;
}
main.portfolio .breadcrumbs {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main.portfolio .breadcrumbs span {
  margin-bottom: 5px;
  color: #c4c5b1;
  font-size: 14px;
}
main.portfolio .breadcrumbs span.current {
  color: #ffffff;
}
main.portfolio .breadcrumbs a span {
  color: rgb(236, 153, 70);
  margin-bottom: 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-weight: 400;
}
main.portfolio .breadcrumbs a:hover span {
  color: #ffffff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

main.portfolio .header-bg .title-description {
  position: relative;
  height: calc(100% - 180px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main.portfolio .header-bg .title-description .post-title {
  margin-top: 100px;
}
main.portfolio .header-bg .title-description .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* content */
main.portfolio .single-container img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 450px;
  max-width: 1200px;
  -o-object-fit: cover;
  object-fit: cover;-o-object-position: top;object-position: top;
}

main.portfolio .single-container blockquote {
  padding: 30px 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 8px solid #ed6c05;
  background-color: #f5f5f5;
  margin: 30px 0;
}
main.portfolio .single-container blockquote p {
  margin: 0;
}
main.portfolio .news_content ul {
  margin-left: 30px;
  list-style: disc;
}
main.portfolio .news_content ol {
  margin-left: 30px;
  list-style: decimal;
}

/* /content */

main.portfolio .stars-tags  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
main.portfolio .stars-tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main.portfolio .stars-tags ul li {
  margin: 10px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main.portfolio .stars-tags ul li a {
  padding: 10px 30px;
  border-radius: 30px;
  border: 1px solid #333333;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

/* star */
main.portfolio .stars-tags .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main.portfolio .stars-tags .stars > strong {
  margin-right: 10px;
  margin-bottom: 10px;
}
main.portfolio .stars-tags .stars .post-ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: auto;
}
main.portfolio .stars-tags .post-ratings img {
  width: 16px;
  height: 16px;
  margin: 0 2px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
main.portfolio .stars-tags .post-ratings-loading img {
  width: auto;
  height: auto;
}
/*portfolio*/