@charset "UTF-8";
.page-seo .not-conveyor {
  margin-top: 144px
}

@media (max-width:1133px) {
  .page-seo .not-conveyor {
    margin-top: 0
  }
}

.page-seo h2 {
  margin: 80px 0 60px;
  font-weight: bold;
  font-size: 48px;
  line-height: 55px;
  color: #191919;
  max-width: 670px;
}
.page-seo h2:before {
  background: #5c5c5c;
  display: block;
  content: "";
  width: 68px;
  height: 3px;
  margin-bottom: 25px;
}
.c-promo {
  background-color: #181818;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 140px;
  overflow: hidden;
  position: relative;
  max-height: 1000px;
}
.c-promo__text {
  font-size: 16px;
  line-height: 26px;
  color: #fafafa;
  max-width: 650px;
  margin-bottom: 50px;
}
.arrow-to-content {
  width: 145px;
  height: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #282828;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  transition: height 0.8s ease;
}
.arrow-to-content:hover {
  height: 210px;
}
@media (min-width: 1201px) {
  .c-promo {
    background-image: url(../../img/fair-seo-min.png);
    background-size: auto;
    background-position: 93.5% 50%;
    height: calc(100vh - 139px);
    min-height: 600px;
  }
  .logged-in .c-promo {
    height: calc(100vh - 172px);
  }
}
@media (max-width: 1700px) {
  .c-promo {
    background-position: 100% 50%;
    background-size: 478px;
  }
}
@media (max-width: 767px) {
  .c-promo {
    padding-bottom: 20px;
  }
  .c-promo {
    background-size: cover;
  }
}
.promo-form-container button {
  margin-right: 0;
  border: 1px solid #5c5c5c;
  background: transparent;
  border-radius: 50px;
  padding: 16px 34px 16px 35px;
  font-size: 14px;
  line-height: 14px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  transition: background-color, color 0.5s ease;
}
.promo-form-container button:hover,
.promo-form-container button:focus {
  background: #4bdbb1;
  color: #191919;
  border: 1px solid #5c5c5c;
}
.front-header-container {
  max-width: 1030px;
}
.c-promo h1 {
  margin: 0 0 30px;
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  color: #ffffff;
  max-width: 850px;
}
.c-promo h1 .c-section__title--text1 {
  display: block;
}
.c-promo [type="submit"],
.c-promo .wpcf7-form-control-wrap {
  width: calc(33% - 10px);
  max-width: 235px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .c-promo [type="submit"],
  .c-promo .wpcf7-form-control-wrap {
    width: 300px;
    max-width: 100%;
    margin: 0 0 15px;
  }
}
.c-promo input {
  max-width: 100%;
}
.c-promo input:not([type="submit"]) {
  background: none;
  outline: none;
  border: none;
  border-bottom: 1px solid rgb(241 241 241 / 50%);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
  transition: border-color 0.5s ease;
}
.c-promo input:not([type="submit"]):focus {
  border-color: #1fc4b0;
}
@media (max-width: 975px) {
  .c-promo h1 {
    text-align: center;
  }
}
@media (max-width: 800px) {
  .c-promo {
    padding: 70px 0 170px;
  }
}
@media (max-width: 600px) {
  .c-promo {
    padding: 50px 0 20px;
  }
}

.arrow-left,
.arrow-right {
  height: 100%;
  min-width: 8.33333333%;
  max-width: 8.33333333%;
  display: flex;
  align-items: center;
}
.arrow-left img,
.arrow-right img {
  cursor: pointer;
}

.arrow-left {
  justify-content: flex-start;
}

.arrow-right {
  justify-content: flex-end;
}

/*слайдер*/
.top-seo-slider-container .arrow-left,
.top-seo-slider-container .arrow-right {
  display: none;
}

@media (max-width: 991px) {
  .top-seo-slider-.slick-initialized ~ .arrow-right,
  .top-seo-slider-.slick-initialized ~ .arrow-left {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
  }
}
@media (min-width: 950px) {
  .top-seo-slider {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
  }
  /*.top-seo-slider-item{
    min-width: calc(33% - 10px);
  }  */
}
@media (min-width: 992px) {
  .top-seo-slider-container {
    margin-left: auto;
    margin-right: auto;
  }
}

.top-seo-slider-container .arrow-left,
.top-seo-slider-container .arrow-right {
  position: absolute;
}

.top-seo-slider-container .arrow-left {
  left: 0px;
}
.top-seo-slider-container .arrow-right {
  right: 0px;
}

.top-seo-slider-item {
  /*height: 100%;*/
  position: relative;
  border-radius: 10px;
  margin: 0 0 20px;
  outline: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 426px;
}
.top-seo-slider-item-img {
  margin-right: 15px;
}
.top-seo-slider-item-title {
  display: block;
  max-width: 310px;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  transition: color 0.5s ease;
}
.top-seo-slider-item-title:hover,
.top-seo-slider-item-title:focus {
  color: #1fc3b0;
  text-decoration: none;
}
.top-seo-slider-item-desc {
  font-size: 16px;
  line-height: 26px;
  opacity: 0.85;
  color: #fafafa;
  margin-bottom: 30px;
}
.top-seo-slider-item-link {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  padding: 0 0 5px 0;
  cursor: pointer;
  text-transform: uppercase;
  border-bottom: 1px solid #686868;
  color: #fff;
  transition: border-color, color 0.5s ease;
  align-self: flex-end;
}
.top-seo-slider-item-link:focus {
  outline: none;
}
.top-seo-slider-item-link.collapsed:hover {
  color: #1fc3b0;
  border-color: #1fc3b0;
  text-decoration: none;
}
.top-seo-slider-item .collapse a:first-child {
  margin-top: 40px;
}
.top-seo-slider-item .collapse a {
  font-size: 16px;
  line-height: 22px;
  color: #9d9d9d;
  display: block;
  margin-bottom: 10px;
}
.top-seo-slider .slick-track {
  grid-template-columns: repeat(1000, 1fr);
  display: grid;
}
.top-seo-slider .slick-initialized .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: auto;
}

.structure {
  margin-bottom: 70px;
}
.structure-item-container {
  display: flex;
}
.structure-item__conter {
  color: #1fc3b0;
  font-weight: bold;
  font-size: 70px;
  line-height: 55px;
  margin-right: 15px;
}
.structure-item-container hr {
  min-width: 30px;
  max-width: 30px;
  margin: 10px 10px 0;
  height: 0;
  border: 1px solid #c4c4c4;
  border-bottom: 0;
}
.structure-item {
  padding-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
}
.structure-item__header {
  margin-bottom: 20px;
  width: 100%;
}
.structure-item-title {
  font-size: 24px;
  line-height: 20px;
  color: #2b2b2b;
  font-weight: 500;
  font-size: 24px;
  line-height: 27px;
}
.structure-item-desc {
  opacity: 0.75;
  color: #5c5c5c;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  max-width: 338px;
}
.structure-item__link-wrap {
  width: 100%;
}
.structure-item__link {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 5px;
  color: #191919;
  letter-spacing: 1px;
  border-bottom: 1px solid #686868;
  transition: color 0.5s ease, border-color 0.5s ease;
}
.structure-item__link:hover {
  color: #1fc3b0;
  border-color: #1fc3b0;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .structure .btn {
    position: static;
  }
}
@media (max-width: 400px) {
  .structure .structure-item-title {
    margin-left: 40px;
  }
  .structure .structure-item .btn {
    white-space: normal;
  }
}
.not-conveyor {
  display: flex;
  width: 100%;
  padding: 80px 0 0;
  border-radius: 6px 0 0 6px;
  position: relative;
  background: none;
}
.page-seo .not-conveyor {
  margin-top: 80px;
}
.not-conveyor img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: unset;
  object-fit: contain;
  object-position: bottom right;
}
.not-conveyor:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 150px);
  height: 100%;
  background: #fafafa;
}
.not-conveyor .max-width-2 {
  position: relative;
}
.not-conveyor-title {
  font-size: 48px;
  line-height: 55px;
  font-weight: bold;
  color: #191919;
  margin-bottom: 15px;
}
.not-conveyor-title:before {
  background: #5c5c5c;
  display: block;
  content: "";
  width: 68px;
  height: 3px;
  margin-bottom: 25px;
}
.not-conveyor-container {
  padding-top: 0;
  padding-bottom: 80px;
  max-width: 800px;
}
.not-conveyor-desc {
  color: #5c5c5c;
  opacity: 0.75;
  margin-bottom: 28px;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
}
.not-conveyor-footer {
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  color: #191919;
}

.site-dev-trust__content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
}
.site-dev-trust__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.site-dev-trust__logo img {
  max-width: 100%;
  object-fit: contain;
  /*transition: filter .4s ease;*/
  transition: opacity 0.4s ease;
}
/*.site-dev-trust__logo img:not(:hover):not(:focus),
.site-dev-trust__logo img:not(:hover){
  filter: grayscale(100%);
}*/
.site-dev-trust__logo img:not(.site-dev-trust__logo-gray) {
  opacity: 0;
  position: absolute;
}
.site-dev-trust__logo:hover img:not(.site-dev-trust__logo-gray),
.site-dev-trust__logo:focus img:not(.site-dev-trust__logo-gray) {
  opacity: 1;
}
.site-dev-trust__logo:hover .site-dev-trust__logo-gray {
  opacity: 0;
}
.site-dev-trust__logo:focus .site-dev-trust__logo-gray {
  opacity: 0;
}
@media (max-width: 991px) {
  .site-dev-trust__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .site-dev-trust__title:before {
    margin-bottom: 20px;
  }
}
@media (max-width: 900px) {
  .site-dev-trust__content {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 750px) {
  .site-dev-trust__content {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 60px;
  }
}
@media (max-width: 500px) {
  .site-dev-trust__content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  body .top-seo-slider-.slick-slider {
    max-width: 990px;
  }
}

.top-seo {
  font-weight: 500;
  max-width: 400px;
  background-image: url("../../img/wpnew-top-11.svg");
  margin-bottom: 30px;
}

.front-header-list {
  padding-left: 20px;
  margin-bottom: 80px;
}

.front-header-list__item {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 10px;
}
.front-header-list__item::marker {
  color: #1fc3b0;
}
.front-desc {
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 25px;
}
.bg-block-28 {
  padding: 80px 0;
  background-color: #282828;
}

.c-footer {
  margin-top: 0;
}
.top-seo-slider-.slick-slider {
  max-width: unset;
}
.not-conveyor img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 1500px) {
  .c-promo {
    padding-top: 20px;
  }
  .top-seo {
    margin-bottom: 10px;
  }
  .c-promo h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .top-seo-slider-item {
    margin-right: 20px;
  }
  .top-seo-slider-item:last-child {
    margin-right: 0;
  }
  .front-header-list {
    margin-bottom: 20px;
  }
  .front-desc {
    margin-bottom: 15px;
  }
}
@media (max-width: 1320px) {
  .top-seo-slider-item {
    max-width: unset;
    margin-right: unset;
    padding-right: 28px;
    justify-content: center;
  }
  .top-seo-slider-item-img {
    display: flex;
    justify-content: center;
    min-width: 65px;
  }
  .top-seo-slider-item-link {
    margin: 0 auto;
    display: block;
    max-width: max-content;
  }
  .front-header-container .top-seo {
    margin: 0 0 25px 0;
  }
  .c-promo h1 {
    text-align: left;
  }
  .structure-item-desc {
    max-width: unset;
  }
  .not-conveyor-desc,
  .not-conveyor-footer,
  .not-conveyor-title {
    text-align: left;
  }
  .not-conveyor-title,
  .page-seo h2 {
    font-size: 30px;
    line-height: 40px;
    max-width: unset;
  }
  .not-conveyor:before {
    width: 100%;
  }
  .not-conveyor-footer {
    max-width: 359px;
    padding-bottom: 220px;
  }
  .not-conveyor img {
    position: absolute;
    width: 360px;
  }

}
@media (max-width: 767px) {
  .front-header-container .top-seo {
    margin-bottom: 15px;
  }
  .c-promo h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .front-header-list__item {
    line-height: 18px;
  }
  .not-conveyor-footer {
    padding-bottom: 0;
  }
  .not-conveyor-container {
    padding-bottom: 10px;
  }
  .not-conveyor img {
    position: static;
    margin-left: auto;
    display: block;
    height: auto;
  }
  .c-promo {
    height: calc(100vh - 75px);
  }
  .logged-in .c-promo {
    height: calc(100vh - 123px);
  }
}
@media (max-width: 767px) and (min-height: 750px) {
  .c-promo {
    padding-top: 30px;
  }
  .c-promo h1 {
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 40px;
  }
  .front-desc {
    margin-bottom: 25px;
  }
  .front-header-list {
    margin-bottom: 35px;
  }
  .front-header-container .top-seo {
    background-size: 30px;
    padding-left: 35px;
    min-height: 30px;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 30px;
  }
  .front-header-list__item {
    font-size: 20px;
    line-height: 22px;
  }
  .arrow-to-content {
    display: none;
  }
}
@media (max-width: 767px) and (max-height: 829px) {
  .arrow-to-content {
    display: none;
  }
}
@media (max-width: 767px) and (max-height: 685px) {
  .front-header-container .top-seo {
    margin-bottom: 20px;
  }
  .c-promo h1 {
    margin-bottom: 20px;
  }
  .front-header-list {
    margin-bottom: 15px;
  }
  .front-desc {
    margin-bottom: 10px;
  }
  .c-promo input:not([type="submit"]) {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .c-promo [type="submit"],
  .c-promo .wpcf7-form-control-wrap {
    margin-bottom: 10px;
  }
  .c-promo {
    padding-top: 20px;
  }
}
@media (max-width: 400px) and (max-height: 829px) {
  .c-promo {
    padding-top: 25px;
  }
  .top-seo {
    background-size: 30px;
    padding-left: 35px;
    min-height: 30px;
    font-size: 10px;
    line-height: 12px;
  }
  .front-header-list__item {
    font-size: 14px;
  }
  .c-promo h1 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 767px) and (max-height: 600px) {
  .front-desc {
    font-size: 14px;
    line-height: 16px;
  }
  .front-header-list__item {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 400px) and (max-height: 650px) {
  .c-promo {
    padding-top: 20px;
  }
}
@media (max-width: 400px) and (max-height: 600px) {
  .promo-form-container button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 12px;
  }
}
/* ----------------------------

  cursor styles

--------------------------- */
.cursor-body {
  background-color: #1fc3b0;
  opacity: 0.5;
  /*width: 50px;
	height: 50px;*/
  border-radius: 50%;
  position: fixed;
  z-index: 5;
  transform: translate(-50%, -50%);
}

.cursor-body:before {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background-color: #1fc3b0;
  border-radius: 50%;
}
.cursor {
  pointer-events: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: block;
  /*styles applied for showing / hiding cursor - do not touch*/
  -webkit-transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  opacity: 0;
  /*element width*/
  /*width: 6px;
    height: 6px;*/
}

.cursor.moving {
  opacity: 1;
}

.cursor::before {
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #ffffff;
  border-radius: 50%;
  top: 0;
  left: 0;
  /* transitions animations*/
  opacity: 1;
  -webkit-transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

/* expand is the class you assigned with the plugin to cursor when a selected element is hovered*/
.cursor.expand::before {
  opacity: 0;
}

/* ----------------------------

  node styles

--------------------------- */
.node {
  pointer-events: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.5;
  /*styles applied for showing / hiding cursor - do not touch*/
  -webkit-transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  opacity: 0;
  /*element width*/
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  z-index: 1060;
}

.node.moving {
  opacity: 1;
}

.node::before {
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  /*background-color: transparent;*/
  background-color: #1fc3b0;
  border-radius: 50%;
  top: 0;
  left: 0;
  /*border: 1px solid #ffffff;*/
  /*states and transitions animations*/
  transform: scale(1.5);
  opacity: 0.5;
  -webkit-transition: opacity 300ms linear, transform 300ms linear,
    border 300ms linear, background-color 300ms linear;
  -moz-transition: opacity 300ms linear, transform 300ms linear,
    border 300ms linear, background-color 300ms linear;
  -o-transition: opacity 300ms linear, transform 300ms linear,
    border 300ms linear, background-color 300ms linear;
  transition: opacity 300ms linear, transform 300ms linear, border 300ms linear,
    background-color 300ms linear;
}

/* expand is the class you assigned with the plugin to cursor when a selected element is hovered*/
.node.expand::before {
  transform: scale(3);
  background-color: #ffffff;
  opacity: 0.2;
}

.node.hover-image {
  opacity: 0;
}

.node.node-invert::before {
  background-color: white;
  opacity: 0.3;
}

/*.node.reduce {
    transform: scale(1);
    background-color: #ffffff;
}*/
.hover__btn {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2px;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  text-transform: uppercase;
  cursor: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* end */

.seo-page-list {
  font-family: Montserrat, "Open Sans", sans-serif;
  display: flex;
  justify-content: space-between;
  /*margin-left: -10px;
      margin-right: -10px;*/
}

.seo-page-list-item {
  height: 100%;
  padding: 35px 20px 25px;
  background: #191919;
  border-radius: 10px;
  min-width: 315px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  transition: background 1s ease;
}

@media (min-width: 1200px) and (max-width: 1500px){
    .seo-page-list-item {
        min-width: 275px;
    }
}

.seo-page-list-item-form .wpcf7-response-output {
  display: none;
}
.seo-page-list-item-form-title {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 30px;
  color: white;
  font-weight: 500;
  font-weight: normal;
}

.seo-page-list-item-container {
  /*width: 25%!important;
      padding: 0 10px;*/
  overflow: hidden;
}

.swiper-slide.seo-page-list-item-container {
  height: auto;
  /*min-width: 335px;*/
  padding: 0 15px;
  opacity: 1 !important;
}
@media(min-width: 450px){
    /* .swiper-slide.seo-page-list-item-container:first-child{
        padding-left: 15px
    } */
    .swiper-slide.seo-page-list-item-container{
        padding: 0 10px;
    }
}

#seo-page-list.swiper-container-initialized {
  margin-right: -15px;
  margin-left: -15px;
}

.seo-page-list-pagination {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
}
.seo-page-list-pagination.pagination-reverse-margin {
  margin-top: 0;
  margin-bottom: 40px;
}
@media (min-width: 1320px) {
  .seo-page-list-pagination {
    display: none;
  }
}

.seo-page-list-item_active {
  /*background: #4BDBB1;*/
  background: #1fc4b0;
  padding-top: 25px;
}
.seo-page-list-item_active .seo-page-list-item__title {
  color: #191919;
  font-weight: 500;
}
.seo-page-list-item_active .seo-page-list-item__title:before {
  margin-bottom: 9px;
  width: 35px;
  height: 1px;
  background: #191919;
  content: "";
  display: block;
}
.seo-page-list-item_active .seo-page-list-item_desc {
  list-style-image: url("../../images/li-active.svg");
  color: #191919;
}
.seo-page-list-item_active .seo-page-list-item__price {
  color: #191919;
  font-weight: bold;
}
.seo-page-list-item_active .seo-page-list-item__btn span {
  color: #191919;
  border-bottom-color: #686868;
}
.seo-page-list-item_active .seo-page-list-item__btn span:after {
  border-bottom-color: #191919;
}
.seo-page-list-item_active .seo-page-list-item__btn:focus span,
.seo-page-list-item_active .seo-page-list-item__btn:hover span {
  /*color: #191919;*/
  color: white;
  /*color: #686868;*/
  border-bottom-color: #686868;
}

.seo-page-list-item__title {
  margin-bottom: 0px;
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: normal;
}

.seo-page-list-item_desc {
  list-style-image: url("../../images/li.svg");
  color: #a6a6a6;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  list-style-position: inside;
  padding: 0;
  margin-bottom: 25px;
}
.seo-page-list-item_desc li {
  margin-bottom: 7px;
}
.seo-page-list-item_desc li span {
  /*display: inline-block;*/
  display: inline;
  position: relative;
  top: -3px;
}
/*@media(min-width: 1320px){
        .seo-page-list-item_desc{
            height: 502px;
        }
    }*/

.seo-page-list-item__price {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 25px;
}

.seo-page-list-item__btn {
  font-family: Montserrat, "Open Sans", sans-serif;
  padding: 15px 0 0;
  border: none;
  background-color: transparent;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  /*margin-top: auto;*/
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
  /*width: 100%;*/
}
.seo-page-list-item__btn span {
  position: relative;
  display: block;
  /*border-bottom: 1px solid #686868;*/
  color: #686868;
  padding: 0 0 5px;
  width: 80px;
  min-width: min-content;
  transition: color 0.4s ease;
  /*border-bottom .5s ease,
              width 1s ease*/
}
.seo-page-list-item__btn span:before {
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  position: absolute;
  border-bottom: 1px solid #686868;
}
.seo-page-list-item__btn span:after {
  display: block;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  content: "";
  position: absolute;
  transform: scaleX(0);
  border-bottom: 1px solid white;
  transition: transform 0.4s ease;
  transform-origin: 0 50%;
}
.seo-page-list-item__btn:focus,
.seo-page-list-item__btn:hover {
  outline: none;
}
.seo-page-list-item__btn:focus span,
.seo-page-list-item__btn:hover span {
  color: white;
  /*border-bottom-color: white;*/
}
.seo-page-list-item__btn:focus span:after,
.seo-page-list-item__btn:hover span:after {
  transform: scaleX(1);
}

.seo-page-animate {
  border-radius: 50%;
  border: 0 solid #1fc4b0;
  position: absolute;
  left: 60px;
  bottom: 40px;
  transform: translate(-50%, 50%);
  background-color: #1fc4b0;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-name: seo-page-animate;
  animation-timing-function: ease-in-out;
}

.seo-page-animate2 {
  background-color: #191919;
  border-radius: 50%;
  border: 0 solid #191919;
  position: absolute;
  left: 60px;
  bottom: 40px;
  transform: translate(-50%, 50%);
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 0.4s;
  animation-name: seo-page-animate;
  animation-timing-function: ease-in-out;
}

@keyframes seo-page-animate {
  from {
    border-width: 0px;
  }
  to {
    border-width: 533px;
  }
}

.page-seo__desc{
  max-width: 600px;
}
.page-seo__works-button{
  margin-top: 70px;
}
.seo-cases {
  padding: 80px 0;
  border-radius: 10px;
}
.seo-cases,
.seo-cases .max-width-2 {
  position: relative;
}
.seo-cases:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 150px);
  height: 100%;
  background: #fafafa;
}
.seo-cases h2 {
  margin-top: 0;
}
.seo-cases-slider-graph-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 40px;
  font-size: 16px;
  line-height: 22px;
  color: #191919;
  margin-top: 40px;
}
.seo-cases-slider-graph-info .yandex-info,
.seo-cases-slider-graph-info .google-info,
.seo-cases-slider-graph-info .general-info {
  display: flex;
  align-items: center;
}
.seo-cases-slider-graph-info .yandex-info:before,
.seo-cases-slider-graph-info .google-info:before,
.seo-cases-slider-graph-info .general-info:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 6px;
  margin-right: 10px;
}
.seo-cases-slider-graph-info .yandex-info:before {
  background: #f7cc5a;
}
.seo-cases-slider-graph-info .google-info:before {
  background: #9ac163;
}
.seo-cases-slider-graph-info .general-info:before {
  background: #4c4c4c;
}
.seo-cases-slider__item {
  padding-bottom: 50px;
}
.seo-case-left {
  min-width: 558px;
}
.seo-case-right {
  min-width: 650px;
}
.seo-cases-slider__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 30px;
}
.seo-cases-slider-props {
  margin-bottom: 45px;
}
.seo-cases-slider-props__item {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  color: #191919;
  margin-bottom: 15px;
}
.seo-cases-slider-props__item > .seo-cases-slider-props__name,
.seo-cases-slider-props__item > .seo-cases-slider-props__value {
  width: 50%;
}
.seo-cases-slider-props__item > .seo-cases-slider-props__value {
  font-weight: 500;
}
.seo-cases-link {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #191919;
  padding-bottom: 5px;
  border-bottom: 1px solid #5c5c5c;
  transition: all 0.3s ease;
}
.seo-cases-link:hover,
.seo-cases-link:focus {
  text-decoration: none;
  color: #1fc4b0;
  border-color: #1fc4b0;
}
body .slick-slider {
  max-width: 100%;
}
.cases-arrow {
  position: absolute;
  bottom: -25px;
  background: none;
  outline: none;
  z-index: 1;
  border: none;
  padding: 0;
}
.cases-arrow-prev {
  left: 0;
}
.cases-arrow-next {
  right: 0;
  transform: rotate(180deg);
}
.seo-cases-item-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1320px) {
  .seo-case-left,
  .seo-case-right {
    min-width: unset;
  }
  .seo-cases-item-wrapper {
    flex-wrap: wrap;
  }
  .seo-case-left,
  .seo-case-right {
    width: 100%;
  }
  .seo-case-left {
    margin-bottom: 30px;
  }
  .seo-cases-slider-graph-info {
    justify-content: center;
  }
  .seo-cases-slider-graph {
    justify-content: center;
    display: flex;
  }
  .seo-cases:before {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .seo-cases-slider-graph img {
    height: auto;
  }
  .works__button {
    margin: 0 auto;
    display: block;
  }
}

/* .seo-page-reviews {
  margin-top: 80px;
} */
.seo-page-reviews .seo-page-reviews-slider {
  max-width: 100%;
  width: 100%;
}

.seo-page-reviews {
  background: #181818;
  padding: 80px 0;
}

.seo-page-reviews__title {
  font-size: 48px;
  line-height: 55px;
  color: #ffffff;
  margin: 0 0 15px;
  max-width: 555px;
}

.seo-page-reviews__title:before {
  background: #616161;
  display: block;
  content: "";
  width: 68px;
  height: 3px;
  margin-bottom: 25px;
}

.seo-page-reviews__desc {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #d6d6d6;
  margin-bottom: 95px;
}
/* seo-page-reviews */
.seo-page-reviews {
  font-family: Montserrat, "Open Sans", sans-serif;
  background-color: #181818;
  padding: 80px 0;
}

.seo-page-reviews__title {
  font-size: 48px;
  line-height: 55px;
  color: #ffffff;
  margin: 0 0 15px;
  max-width: 555px;
}
.seo-page-reviews__title:before {
  background: #616161;
  display: block;
  content: "";
  width: 68px;
  height: 3px;
  margin-bottom: 25px;
}

.seo-page-reviews__desc {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #d6d6d6;
  margin-bottom: 95px;
}

.seo-page-reviews-item {
  /*padding: 0 15px;*/
  padding: 0 30px 0 0;
  max-width: 780px;
}
@media (max-width: 810px) {
  .seo-page-reviews-item {
    padding: 0 15px;
  }
}

.seo-page-reviews-item-header {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.seo-page-reviews-item__img {
  margin-right: 20px;
}

.seo-page-reviews-item__img img {
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
  border-radius: 50%;
}

.seo-page-reviews-item__name {
  margin-bottom: 5px;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
}

.seo-page-reviews-item__post {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #d6d6d6;
}

.seo-page-reviews-item__body {
  /*font-weight: 600;*/
  font-size: 16px;
  line-height: 26px;
  color: #fafafa;
}

#seo-page-reviews {
  margin: 0 0 0 auto;
  /*width: calc(50% + 675px);*/
  width: calc(50% + 660px);
}
@media (max-width: 1500px) {
  #seo-page-reviews {
    width: calc(50% + 585px);
  }
}

#seo-page-reviews .swiper-wrapper {
  margin-bottom: 75px;
}

.seo-page-reviews__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  top: 25px;
}

.seo-page-reviews-item-prev,
.seo-page-reviews-item-next {
  background: transparent;
  border: none;
  padding: 10px 0;
}

.seo-page-reviews-item-prev:hover,
.seo-page-reviews-item-next:hover,
.seo-page-reviews-item-prev:focus,
.seo-page-reviews-item-next:focus{
  background: transparent;
}
.seo-page-reviews-item-prev path,
.seo-page-reviews-item-next path {
  transition: fill 0.3s ease;
  fill: #fafafa;
}
.seo-page-reviews-item-prev.swiper-button-disabled path,
.seo-page-reviews-item-next.swiper-button-disabled path {
  fill: #5c5c5c;
}
.seo-page-reviews-item-prev:not(.swiper-button-disabled):hover,
.seo-page-reviews-item-prev:not(.swiper-button-disabled):focus,
.seo-page-reviews-item-next:not(.swiper-button-disabled):hover,
.seo-page-reviews-item-next:not(.swiper-button-disabled):focus {
  outline: none;
}
.seo-page-reviews-item-prev:not(.swiper-button-disabled):hover path,
.seo-page-reviews-item-prev:not(.swiper-button-disabled):focus path,
.seo-page-reviews-item-next:not(.swiper-button-disabled):hover path,
.seo-page-reviews-item-next:not(.swiper-button-disabled):focus path {
  fill: #1fc3b0;
}
@media (max-width: 1200px) {
  #seo-page-reviews {
    width: calc(100% - 15px);
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  #seo-page-reviews .swiper-wrapper {
    margin-bottom: 30px;
  }
  .seo-page-reviews {
    padding: 50px 0;
  }
  .seo-page-reviews__desc {
    margin-bottom: 40px;
  }
  .seo-page-reviews__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 7px;
  }
  .seo-page-reviews__title:before {
    margin-bottom: 20px;
  }
}

@media (max-width: 900px) {
  .seo-page-reviews-item {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .seo-page-reviews__title {
    margin-bottom: 20px;
  }
  .seo-page-reviews__btn {
    display: none;
  }
}
.swiper-pagination-bullets {
  max-width: calc(100% - 162px);
  margin-left: auto;
  margin-right: auto;
}

.page-seo__quests{
  padding-bottom: 50px;
}