* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  padding: 0 150px;
  background: #f9f5f5;
}

ul,
li {
  display: block;
}

.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.red {
  color: #e10027 !important;
}

.header {
  padding: 25px 0px 110px 0px;
}

.nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-bottom: 30px;
}

.nav-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #26374b;
  text-decoration: none;
}

.nav-logo-best {
  width: 66px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #c4c4c4;
  color: #f8fafb;
  border-radius: 44px;
  text-decoration: none;
  margin-right: 10px;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav {
  padding-top: 5px;
}

.navigation-list {
  margin-left: 35px;
}
.navigation-list:hover .navigation-image {
  color: #e10027;
}
.navigation-list:hover .navigation-item {
  color: #e10027;
}
.navigation-list:hover .navigation-item::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  height: 1px;
  background: #e10027;
  -webkit-animation: under 0.7s ease;
  animation: under 0.7s ease;
}

.navigation-burger {
  display: none;
}

.navigation-image {
  color: #bac0d0;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.navigation-item {
  color: #26374b;
  text-decoration: none;
  font-size: 14px;
  font-size: 600;
  -webkit-transition: 0.6s ease all;
  -o-transition: 0.6s ease all;
  transition: 0.6s ease all;
}

.header-inner {
  background: url("../images/bg/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  height: 100%;
  padding: 130px 0px 130px 255px;
  color: #fff;
  position: relative;
}
.header-inner-title {
  max-width: 620px;
  font-size: 46px;
  font-weight: 700;
}

.header-inner-text {
  font-size: 18px;
  font-weight: 500;
  max-width: 586px;
  padding: 20px 0px 50px 0px;
}

.header-inner-button {
  width: 370px;
  height: 90px;
  border-radius: 81px;
  border: 1px solid #fff;
  padding: 10px;
}

.header-inner-button-inner {
  background-image: url("../images/button.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 64px;
}
.header-inner-button-inner-img {
  margin-right: 10px;
}

.header-inner-button-inner-link {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
.header-inner-button-inner-link:active .header-inner-button-inner {
  background: #fff;
}
.header-inner-button-inner-link:active .header-inner-button-inner-link {
  background-image: url("../images/button.png");
}

.header-inner-img {
  position: absolute;
  top: 0;
  right: 0;
}

.price{
  margin:0 5px
}
.services-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 46px;
}

.services-date {
  margin-left: 15px;
  font-weight: 500;
}
.services-date img {
  padding-right: 5px;
  height: 16px;
}

.services-users {
  margin-left: 15px;
  font-weight: 500;
}
.services-users img {
  padding-right: 5px;
  height: 16px;
}

.services-item {
  width: 100%;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 40px;
  margin-bottom: 20px;
}
.services-item:last-child {
  margin-bottom: 0;
}

.services-name {
  margin-left: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 242px;
}

.services-texts {
  margin: 0px 62px 0px 40px;
  width: 330px;
}

.services-text-popular {
  color: #1e66f6;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 20px;
}

.services-text-new {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 25px;
}

.services-text {
  font-size: 12px;
  color: #677381;
  font-weight: 500;
  padding-bottom: 10px;
  display: flex;
}
.services-text .fa-dot-circle {
  color: #0f8772;
  margin-right: 5px;
}

.services-rating-name {
  font-size: 10px;
  font-weight: 600;
  color: #7a8491;
  margin-left: 6px;
}

.services-rating-number {
  color: #1a61f5;
  font-size: 40px;
  font-weight: 700;
}

.services-rating-stars {
  margin-left: -12px;
}
.services-rating-stars .fa-star,
.services-rating-stars .fa-star-half-alt {
  color: #ffa701;
  margin-left: -3px;
}

.services-rating-text {
  font-size: 12px;
  font-weight: 600;
  color: #26374b;
}

.text-perfect {
  margin-left: -10px;
}

.text-satisfactory {
  margin-left: -5px;
}

.services-links {
  margin-left: 54px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.links-satisfactory {
  margin-left: 52px;
}

.number-satisfactory {
  color: #bac0d0 !important;
}

.services-link {
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}
.services-link:first-child {
  font-size: 14px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#1a61f5),
    to(#5fa0ff)
  );
  background: -o-linear-gradient(bottom, #1a61f5, #5fa0ff);
  background: linear-gradient(0deg, #1a61f5, #5fa0ff);
  width: 205px;
  height: 60px;
  border-radius: 100px;
  padding: 20px;
  color: #fff;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
}
.services-link:first-child img {
  padding-right: 5px;
}
.services-link:last-child {
  font-size: 13px;
  color: #1a61f5;
}

.services-name-viboom {
  color: #f47e2d;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
}

.services-name-prodvigate {
  color: #a4a9b6;
  font-size: 46px;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
}

.services-name-videoposev {
  color: #695d74;
  font-size: 40px;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
}

.videoposev-logo {
  margin-right: 5px;
}

.services-name-googleads {
  color: #a4a9b6;
  font-size: 44px;
  font-family: "Nunito", sans-serif;
}

.reviews {
  padding-bottom: 100px;
}

.reviews-logo {
  padding: 100px 0px 40px 0px;
  text-align: center;
}

.reviews-logo-title {
  font-size: 40px;
  font-weight: 600;
  color: #26374b;
  padding-bottom: 20px;
}
.reviews-logo-title .reviews-img {
  margin-right: 15px;
}

.reviews-logo-text {
  font-size: 14px;
  font-weight: 500;
  color: #677381;
  max-width: 635px;
  margin: 0 auto;
}

.reviews-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews-item {
  width: 50%;
  height: 272px;
  background: #fff;
  border-radius: 40px;
  margin: 30px 36px 0px 0px;
  padding: 33px 0px 0px 50px;
}
.reviews-item:last-child {
  margin-right: 0px;
}

.review-text {
  font-size: 18px;
  font-weight: 600;
  color: #26374b;
}

.review-text-link {
  max-width: 162px;
  width: 100%;
  height: 45px;
  background-image: url("../images/reviews/button2.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 13px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  margin-left: 20px;
}
.review-text-link .fa-arrow-right {
  margin-left: 15px;
}

.reviews-text {
  padding-top: 35px;
  max-width: 438px;
  font-size: 12px;
  font-weight: 500;
  color: #677381;
  position: relative;
}
.reviews-text::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #f3f4f7;
  bottom: -30px;
  left: 0;
}

.reviews-author {
  padding-top: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nothing {
  color: transparent;
  pointer-events: none;
  margin-right: 10px;
}

.reviews-author-name {
  margin-left: 12px;
  font-size: 10px;
  font-weight: 500;
}
.reviews-author-name .red {
  font-size: 12px;
  font-weight: 600;
}

.advice {
  background: -o-linear-gradient(315deg, #fe4445, #ff6766);
  background: linear-gradient(135deg, #fe4445, #ff6766);
  border-radius: 40px;
}

.advice-title {
  padding: 100px 0px 0px 50px;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.advice-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 60px;
}

.advice-item {
  width: 255px;
  height: 205px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin-right: 30px;
  border-radius: 40px;
  margin-bottom: 100px;
}
.advice-item:last-child {
  margin-right: 0px;
}

.advice-item-text {
  font-size: 16px;
  font-weight: 600;
  color: #26374b;
  max-width: 200px;
  padding-top: 20px;
}
.advice-item-text .advice-item-text-down {
  font-size: 12px;
  font-weight: 500;
  color: #677381;
}

.footer {
  padding: 100px 0px 15px 0px;
  background: #f5f5f5;
}

.footer-text {
  font-size: 24px;
  font-weight: 500;
  color: #26374b;
  text-align: center;
  padding-bottom: 70px;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-inner .nav {
  margin-top: 5px;
}
.footer-inner .nav .navigation .navigation-list .navigation-item {
  color: #26374b;
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-logo .footer-copyrights {
  font-size: 14px;
  font-weight: 500;
  padding-left: 20px;
}

.header-inner-review {
  background: url(../images/bg/bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  border-radius: 40px;
}

.header-inner-review-item {
  padding: 100px 0px;
  text-align: center;
}
.header-inner-review-item .header-inner-review-text {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}

.review-services-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review-services-item {
  width: 50%;
  margin: 0px 30px 30px 0px;
  height: 217px;
  border-radius: 40px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.review-services-item:last-child {
  margin: 0px;
}

.review-services-link-item {
  font-size: 16px;
  font-weight: 500;
  color: #e10027;
  width: 253px;
  height: 45px;
  background-image: url("../images/button2.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 12px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.review-services-link-item .fa-info-circle {
  margin-right: 5px;
}

.circle{
  margin-right: 5px;
}

.review-services-name {
  margin-bottom: 20px;
}

.review-services-name-viboom {
  color: #f47e2d;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
}

.review-services-name-prodvigate,
.review-services-name-videoposev,
.review-services-name-googleads {
  font-weight: 600;
  font-family: "Nunito", sans-serif;
}

.review-services-name-prodvigate {
  color: #a4a9b6;
  font-size: 46px;
}

.review-services-name-videoposev {
  color: #695d74;
  font-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-videoposev-logo {
  margin-right: 5px;
}

.review-services-name-googleads {
  color: #a4a9b6;
  font-size: 44px;
}

.header.instruction-header {
  padding-bottom: 50px;
}

.another-instructions {
  width: 348px;
  height: 500px;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  float: right;
  top: 0;
  border-radius: 40px;
  margin-left: 40px;
}

.another-instructions-logo {
  font-size: 24px;
  font-weight: 600;
  color: #26374b;
  text-align: center;
  padding-top: 40px;
  position: relative;
}
.another-instructions-logo::after {
  content: "";
  display: block;
  position: absolute;
  top: 100px;
  left: 20px;
  width: 90%;
  height: 1px;
  background: #f3f4f7;
}

.another-instructions-item-name-prodvigate,
.another-instructions-item-name-videoposev,
.another-instructions-item-name-googleads {
  font-weight: 600;
  font-family: "Nunito", sans-serif;
}

.another-instructions-item-name-viboom {
  color: #f47e2d;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
}

.another-instructions-item-name-prodvigate {
  color: #a4a9b6;
  font-size: 40px;
}

.another-instructions-item-name-videoposev {
  color: #695d74;
  font-size: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
}

.another-instructions-item-name-googleads {
  color: #a4a9b6;
  font-size: 40px;
}

.another-instructions-item {
  padding: 65px 46px 0px 45px;
  text-align: center;
}
.another-instructions-item .review-services-link-item {
  position: relative;
}
.another-instructions-item .review-services-link-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 80px;
  left: -20px;
  width: 120%;
  height: 1px;
  background: #f3f4f7;
}

.instruction {
  background: #f5f5f5;
}
.instruction .services-item {
  z-index: 1000;
}

.instruction-logo {
  font-size: 40px;
  font-weight: 600;
  color: #26374b;
  max-width: 485px;
  padding-bottom: 40px;
}

.instruction-sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.instruction-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 40px;
}
.instruction-item:last-child {
  margin-bottom: 0;
}

.section.instruction-services {
  margin-top: 30px;
}

.instruction-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #26374b;
  font-size: 16px;
  font-weight: 500;
  padding: 30px 0px 30px 30px;
}
.instruction-item-text-inner{
	max-width: 575px;
	padding-top: 13px;
}

.instruction-item-number {
  width: 45px;
  height: 45px;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -o-linear-gradient(315deg, #fe4445, #ff6766);
  background: linear-gradient(135deg, #fe4445, #ff6766);
  margin-right: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.instruction-item-image {
  border-radius: 40px;
  padding: 0px 20px 20px 20px;
}

.instruction-services-link {
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#1a61f5),
    to(#5fa0ff)
  );
  background: -o-linear-gradient(bottom, #1a61f5, #5fa0ff);
  background: linear-gradient(0deg, #1a61f5, #5fa0ff);
  width: 205px;
  height: 60px;
  border-radius: 100px;
  padding: 20px;
  color: #fff;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
  margin: auto 0;
}
.instruction-services-link img {
  padding-right: 5px;
}

.header.header-question {
  padding-bottom: 20px;
}

.question-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.question-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 730px;
  height: 250px;
  background: #fff;
  border-radius: 40px;
  margin-bottom: 30px;
  padding: 45px 0px 35px 84px;
}

.question-logo {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #26374b;
  position: relative;
}
.question-logo::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 8px;
  background: -o-linear-gradient(315deg, #fe4445, #ff6766);
  background: linear-gradient(135deg, #fe4445, #ff6766);
  left: -30px;
  top: 3px;
}

.question-text {
  font-size: 12px;
  font-weight: 500;
  color: #677381;
  max-width: 595px;
  padding-bottom: 30px;
  line-height: 1.3rem;
}

.another-instructions.instructions-question {
  width: 348px;
  height: 650px;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  float: right;
  top: 0;
  border-radius: 40px;
}

.question-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer.footer-question {
  padding-top: 0px;
}
@media screen and (max-width: 1919px){
  .header-inner{
    padding-left: 100px;
  }
  .header-inner-img{
    width: 45%;
  }
}
@media screen and (max-width: 1680px){
  body{
    padding: 0 100px;
  }
}
@media screen and (max-width: 1440px){
  body{
    padding: 0 70px;
  }
  .header-inner{
    padding-left: 100px;
  }
  .header-inner-img{
    width: 48%;
  }
}
@media screen and (max-width: 1377px) {
  body {
    padding: 0px 40px;
  }

  .container {
    padding: 0 50px;
  }

  .header-inner {
    padding: 90px 0px 130px 80px;
  }
  .header-inner-title {
    font-size: 41px;
  }

  .header-inner-text {
    font-size: 19px;
    max-width: 600px;
  }

  .reviews-item:first-child {
    margin-left: 36px;
  }

  .services-name {
    margin-left: 30px;
  }

  .services-link:first-child {
    width: 190px;
    height: 56px;
  }

  .advice-item:last-child {
    margin-right: 20px;
  }
  .advice-item:first-child {
    margin-left: 20px;
  }

  .links-satisfactory {
    margin-left: 45px;
  }

  .footer {
    padding-top: 90px;
  }

  .footer-text {
    font-size: 20px;
  }

  .footer-inner .nav-logo {
    font-size: 18px;
  }
  .footer-inner .nav {
    padding-top: 12px;
  }
  .footer-inner .nav .navigation-item {
    font-size: 14px;
  }

  .footer-copyrights {
    font-size: 11px !important;
  }

  .header.instruction-header {
    padding-bottom: 20px;
  }

  .another-instructions-item {
    padding-top: 45px;
  }

  .another-instructions-item-name-prodvigate {
    font-size: 38px;
  }

  .another-instructions-item-name-videoposev {
    font-size: 34px;
  }

  .another-instructions-item-name-viboom {
    font-size: 38px;
  }

  .instruction-videoposev-logo {
    width: 11%;
  }

  .another-instructions-item-name-googleads {
    font-size: 38px;
  }

  .another-instructions {
    right: 100px;
    height: 530px;
  }

  .another-instructions.instructions-question {
    height: 660px;
  }

  .question-item {
    width: 611px;
  }

  .question-text {
    max-width: 537px;
  }
}
@media screen and (max-width: 1230px) {
  body {
    padding: 0px 40px;
  }

  .container {
    padding: 0 70px;
  }

  .navigation-list {
    margin-left: 40px;
  }

  .navigation-item {
    font-size: 13px;
  }

  .header {
    padding-bottom: 90px;
  }

  .header-inner {
    padding: 80px 0px 100px 90px;
  }

  .header-inner-title {
    max-width: 465px;
    font-size: 36px;
  }

  .header-inner-img {
    width: 48%;
  }

  .header-inner-text {
    font-size: 18px;
    font-weight: 500;
    max-width: 480px;
  }

  .header-inner-button {
    width: 328px;
    height: 87px;
  }

  .header-inner-button-inner-link {
    font-size: 17px;
  }

  .services-rating-stars {
    margin-left: -1px;
  }

  .services-rating-stars .fa-star {
    margin-left: -7px;
  }

  .services-rating-stars .fa-star-half-alt {
    margin-left: -6px;
  }

  .services-name {
    margin-left: 20px;
    width: 200px;
  }

  .services-name-viboom,
  .services-name-prodvigate,
  .services-name-videoposev {
    font-size: 35px;
  }

  .videoposev-logo {
    width: 13%;
  }

  .services-name-googleads {
    font-size: 30px;
  }

  .services-links {
    margin-left: 64px;
  }

  .services-link:first-child {
    width: 164px;
    height: 50px;
    padding: 18px;
    font-size: 11px;
  }
  .services-link:last-child {
    font-size: 11px;
  }

  .services-texts {
    margin: 0 70 0 40px;
  }

  .services-text {
    font-size: 12px;
  }

  .services-rating {
    margin-left: 20px;
  }

  .links-satisfactory {
    margin-left: 36px;
  }

  .reviews-logo {
    padding-top: 90px;
  }

  .reviews-item {
    width: 50%;
    padding: 39px 0px 0px 63px;
  }

  .reviews-text {
    max-width: 350px;
  }

  .advice-title {
    font-size: 35px;
    padding: 90px 0px 0px 0px;
  }

  .advice-item {
    width: 200px;
    height: 190px;
  }
  .advice-item:first-child {
    margin-left: 20px;
  }
  .advice-item:last-child {
    margin-right: 20px;
  }

  .advice-item-text {
    font-size: 14px;
  }

  .footer {
    padding-top: 90px;
  }

  .footer-text {
    font-size: 20px;
  }

  .footer-inner .nav-logo {
    font-size: 16px;
  }
  .footer-inner .nav {
    padding-top: 5px;
  }
  .footer-inner .nav .navigation-item {
    font-size: 10px;
  }

  .footer-copyrights {
    font-size: 11px !important;
  }

  .instruction-services-link {
    width: 190px;
  }

  .another-instructions {
    right: 20px;
  }

  .question-item {
    width: 582px;
    height: 270px;
    padding: 35px 0px 35px 50px;
  }

  .question-text {
    max-width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    padding: 0 30px;
  }

  .container {
    padding: 0 50px;
  }

  .header-inner-title {
    font-size: 33px;
  }

  .services-texts {
    margin: 0px 5px 0px 23px;
    width: 274px;
  }

  .nothing {
    display: none;
  }

  .reviews-item {
    padding-left: 35px;
  }

  .review-text-link {
    width: 150px;
    border-radius: 40px;
  }
  .review-text-link .fa-arrow-right {
    margin-left: 0;
  }

  .footer-inner .nav {
    padding-top: 6px;
  }

  .header-inner-review-item {
    padding: 90px 0px;
  }

  .header-inner-review-item .header-inner-review-text {
    font-size: 38px;
  }

  .review-services-name-viboom {
    font-size: 46px;
  }

  .review-services-name-prodvigate {
    font-size: 44px;
  }

  .footer-text-review {
    font-size: 19px;
  }

  .instruction-services .services-item {
    width: 107%;
  }

  .another-instructions-item-name-viboom {
    font-size: 36px;
  }

  .another-instructions-item-name-prodvigate {
    font-size: 34px;
  }

  .another-instructions-item-name-videoposev {
    font-size: 32px;
  }

  .another-instructions-item-name-googleads {
    font-size: 34px;
  }

  .review-services-link-item {
    width: 210px;
    border-radius: 40px;
    font-size: 14px;
  }

  .another-instructions {
    right: 28px;
  }

  .another-instructions-logo {
    font-size: 21px;
  }
  .another-instructions-logo::after {
    top: 85px;
  }

  .another-instructions-item {
    padding: 30px 30px;
  }


  .instruction-logo {
    font-size: 38px;
  }
}
@media screen and (max-width: 990px) {
  .nav {
    padding-top: 0;
  }

  .nav-logo {
    font-size: 16px;
  }

  .nav-logo-best {
    width: 60px;
    height: 36px;
  }

  .navigation-item {
    font-size: 12px;
  }

  .header-inner-title {
    max-width: 400px;
    font-size: 31px;
  }

  .header-inner-text {
    font-size: 15px;
    max-width: 400px;
  }

  .header-inner-button {
    width: 280px;
    height: 75px;
  }

  .header-inner-button-inner-link {
    font-size: 15px;
  }

  .services-texts {
    margin: 0px 30px 0px 23px;
  }

  .services-rating-number {
    font-size: 36px;
  }

  .services-rating-stars {
    font-size: 12px;
    margin-left: 1px;
  }
  .services-rating-stars .fa-star {
    margin-left: -5px;
  }

  .services-info {
    font-size: 14px;
  }

  .services-links {
    margin: 0px 20px 0px 40px;
  }

  .links-satisfactory {
    margin-left: 9px;
  }

  .links-perfect {
    margin-left: 32px;
  }

  .services-link:first-child {
    width: 150px;
    height: 44px;
    padding: 16px;
    font-size: 10px;
  }
  .services-link:last-child {
    font-size: 10px;
  }

  .services-name-viboom,
  .services-name-prodvigate,
  .services-name-videoposev,
  .services-name-googleads {
    font-size: 27px;
  }

  .services-text-popular,
  .services-text-new {
    font-size: 14px;
    padding-bottom: 17px;
  }

  .services-rating-name {
    margin-left: 3px;
  }

  .services-rating-text {
    font-size: 10px;
    margin-right: 11px;
  }

  .text-satisfactory {
    margin-left: -33px;
  }

  .reviews-logo {
    margin-top: 50px;
  }

  .reviews-logo-title {
    font-size: 38px;
  }

  .reviews-logo-text {
    max-width: 600px;
  }

  .reviews-item {
    height: 300px;
    padding: 30px 0px 0px 30px;
  }

  .review-text {
    font-size: 16px;
  }

  .review-text-link {
    margin-left: 3px;
  }

  .reviews-text {
    max-width: 300px;
    font-size: 11px;
  }

  .advice-title {
    font-size: 30px;
    padding-top: 70px;
  }

  .advice-item {
    width: 162px;
    height: 172px;
  }

  .advice-item-text {
    font-size: 12px;
  }
  .advice-item-text .advice-item-text-down {
    font-size: 10px;
  }

  .footer {
    padding-top: 70px;
  }

  .footer-text {
    font-size: 17px;
  }

  .footer-copyrights {
    font-size: 9px !important;
  }

  .footer-inner .nav {
    padding-top: 10px;
  }
  .footer-inner .nav .navigation-item {
    font-size: 10px;
  }
  .footer-inner .nav-logo {
    font-size: 14px;
  }

  .instruction-item-text {
    padding: 20px 0px 20px 30px;
    font-size: 14px;
  }

  .another-instructions-item-name-prodvigate,
  .another-instructions-item-name-videoposev,
  .another-instructions-item-name-googleads,
  .another-instructions-item-name-viboom {
    font-size: 32px;
  }

  .review-services-link-item {
    font-size: 13px;
  }

  .another-instructions-logo {
    font-size: 19px;
    padding-top: 30px;
  }

  .another-instructions {
    height: 477px;
  }

  .another-instructions-item {
    padding: 25px;
  }

  .another-instructions-logo::after {
    top: 70px;
  }

  .instruction-services-link {
    width: 155px;
    height: 44px;
    font-size: 10px;
    padding: 16px;
    margin-left: 0;
  }
}
@media screen and (max-width: 770px) {
  body {
    padding: 0 20px;
  }

  .container {
    padding: 0 50px;
  }

  .nav {
    display: none;
  }

  .navigation-burger {
    display: block;
  }

  .header {
    padding-bottom: 50px;
  }

  .header-inner {
    padding: 54px 0px 50px 50px;
  }

  .header-inner-title {
    font-size: 27px;
  }

  .header-inner-text {
    font-size: 14px;
  }

  .header-inner-img {
    border-radius: 0px 30px 0px 0px;
  }

  .services-name-viboom,
  .services-name-prodvigate,
  .services-name-videoposev,
  .services-name-googleads {
    font-size: 22px;
  }

  .review-videoposev-logo {
    width: 15%;
  }

  .services-text-popular,
  .services-text-new {
    font-size: 12px;
  }

  .services-rating-number {
    font-size: 30px;
  }

  .services-texts {
    margin: 0px -14px 0px 20px;
  }

  .services-text {
    font-size: 10px;
  }

  .text-perfect {
    margin-left: -10px;
  }

  .links-perfect {
    margin-left: 19px !important;
  }

  .links-satisfactory {
    margin-left: 4px !important;
  }

  .services-links {
    margin-left: 29px;
  }

  .services-rating-text {
    font-size: 9px;
  }

  .services-rating-stars {
    font-size: 11px;
  }

  .services-rating-stars {
    margin-left: 4px;
  }
  .services-rating-stars .fa-star {
    margin-left: -6px;
  }

  .reviews-logo {
    padding-top: 30px;
  }

  .reviews-logo-title {
    font-size: 32px;
  }

  .reviews-logo-text {
    max-width: 450px;
    font-size: 12px;
  }

  .review-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 40px;
  }

  .review-text-link {
    width: 128px;
    height: 44px;
    font-size: 13px;
    border-radius: 40px;
    margin-top: 10px;
    margin-left: 10px;
  }
  .review-text-link .fa-arrow-right {
    margin-left: 6px;
  }

  .reviews-text {
    padding-top: 24px;
    max-width: 234px;
  }
  .reviews-text::after {
    bottom: -15px;
  }

  .reviews-author {
    padding-top: 24px;
  }

  .advice-title {
    font-size: 24px;
  }

  .advice-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .advice-item-text {
    font-size: 15px;
  }

  .advice-item {
    width: 80%;
    height: 200px;
    text-align: center;
    margin-left: 40px;
  }
  .advice-item:first-child {
    margin-left: 40px;
  }

  .footer-text {
    font-size: 14px;
  }

  .footer-inner .nav {
    padding: 0px 0px 7px 0px;
    display: block;
  }
  .footer-inner .nav .navigation .navigation-list {
    margin-left: 11px;
    margin-bottom: 0;
  }
  .footer-inner .nav .navigation .navigation-list .navigation-item {
    font-size: 8px;
  }

  .footer-logo .nav-logo {
    font-size: 10px;
  }
  .footer-logo .nav-logo .nav-logo-best {
    width: 48px;
    height: 27px;
  }

  .navigation-burger {
    width: 100px;
    height: 40px;
    position: absolute;
    right: 30px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1000;
  }
  .navigation-burger .burger-inner {
    width: 30px;
    height: 2px;
    position: relative;
    top: 0;
    left: 0;
    background: #000;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
  }
  .navigation-burger .burger-inner::after {
    position: absolute;
    content: "";
    display: block;
    background: #000;
    top: 7px;
    left: 0;
    width: 30px;
    height: 2px;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
  }
  .navigation-burger .burger-inner::before {
    position: absolute;
    content: "";
    display: block;
    background: #000;
    top: -7px;
    left: 0;
    width: 30px;
    height: 2px;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
  }

  .navigation-burger.burger-active .burger-inner {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    background: transparent;
  }
  .navigation-burger.burger-active .burger-inner::after {
    -webkit-transform: translate(0px, -7px) rotate(45deg);
    -ms-transform: translate(0px, -7px) rotate(45deg);
    transform: translate(0px, -7px) rotate(45deg);
    background: #fff;
  }
  .navigation-burger.burger-active .burger-inner::before {
    -webkit-transform: translate(0px, 7px) rotate(-45deg);
    -ms-transform: translate(0px, 7px) rotate(-45deg);
    transform: translate(0px, 7px) rotate(-45deg);
    background: #fff;
  }

  .nav-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    position: absolute;
    width: 105.5%;
    margin: 20px 0px 0px -20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    background: #26374b;
    -webkit-animation: navigation 0.5s ease;
    animation: navigation 0.5s ease;
    padding-top: 160px;
    color: #fff;
    border-radius: 20px;
    opacity: 1;
  }
  .nav-active .navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navigation-list {
    text-align: center;
    margin: 0px 0px 20px 0px;
  }

  .navigation-item {
    font-size: 24px;
    color: #fff;
  }

  .header-inner-review-item .header-inner-review-text {
    font-size: 36px;
  }

  .review-services-name-viboom,
  .review-services-name-prodvigate {
    font-size: 42px;
  }

  .review-services-name-videoposev {
    font-size: 38px;
  }

  .review-services-name-googleads {
    font-size: 40px;
  }

  .footer-inner .review-footer-nav .navigation-list {
    margin: 0px 0px 3px 0px;
  }

  .instruction-services .services-name {
    margin-left: 10px;
  }
  .instruction-services .services-texts {
    margin: 0;
  }
  .instruction-item-text-inner{
  	max-width: 505px
  }
  .instruction-services .links-perfect {
    margin-left: 0 !important;
  }

  .instruction-sticky {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .another-instructions {
    position: relative;
    margin: 20px auto;
    right: 0;
  }

  .instruction-services .services-item {
    width: 100%;
  }

  .section.instruction-services {
    margin-top: 10px;
  }

  .review-services-link-item {
    margin: 0 auto;
  }

  .another-instructions-item-name-videoposev {
    margin-left: 55px;
  }

  .question-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .another-instructions.instructions-question {
    height: 612px;
  }
}
@media screen and (max-width: 575px) {
  body {
    padding: 0 10px;
  }

  .container {
    padding: 0 30px;
  }

  .header-inner {
    padding: 40px 0px 54px 70px;
  }

  .header-inner-img {
    display: none;
  }

  .header-inner-title {
    font-size: 32px;
  }

  .header-inner-text {
    font-size: 16px;
  }

  .header-inner-button {
    margin-left: 65px;
  }

  .services-info {
    font-size: 11px;
  }

  .services-users img {
    width: 6%;
    height: 0%;
  }

  .services-date img {
    width: 8%;
    height: 0%;
  }

  .services-item {
    width: 65%;
    height: 450px;
    margin: 0 auto 20px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services-texts {
    width: 240px;
    margin: 0px -5px 10px 20px;
  }

  .services-text-popular,
  .services-text-new {
    font-size: 15px;
  }

  .services-text {
    font-size: 12px;
  }

  .services-name {
    margin: 20px 0px;
    font-size: 36px;
  }

  .services-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -17px;
  }

  .rating-satisfactory {
    margin-left: -55px;
  }

  .services-rating-name {
    display: none;
  }

  .services-rating-number {
    font-size: 40px;
  }

  .services-rating-stars {
    font-size: 14px;
    margin-top: 9px;
  }

  .services-rating-stars .fa-star {
    margin-left: -3px;
  }

  .services-rating-stars .fa-star-half-alt {
    margin-left: -3px;
  }

  .services-rating-text {
    font-size: 12px;
    font-size: 12px;
    position: absolute;
    margin-top: 26px;
    margin-left: 66px;
  }

  .text-perfect {
    margin-left: 65px;
  }

  .services-links {
    margin-left: 30px;
  }

  .services-link:first-child {
    width: 220px;
    height: 50px;
    padding: 16px;
    font-size: 14px;
    text-align: center;
    margin: 20px auto;
  }
  .services-link:last-child {
    font-size: 12px;
  }

  .sevices-item-videoposev {
    height: 370px;
  }

  .services-item-googleads {
    height: 365px;
  }

  .links-satisfactory {
    margin: 5px auto 0px auto !important;
  }

  .links-perfect {
    margin: 5px auto 0px auto !important;
  }

  .text-satisfactory {
    position: absolute;
  }

  .reviews {
    padding-bottom: 70px;
  }

  .reviews-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .reviews-item {
    margin: 0px auto 20px auto;
    width: 100%;
    height: 280px;
  }
  .reviews-item:first-child {
    margin-left: 0;
  }

  .review-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    font-size: 22px;
    display: block;
  }

  .review-text-link {
    width: 152px;
    font-size: 16px;
  }

  .reviews-text {
    font-size: 12px;
    max-width: 440px;
    text-align: left;
  }

  .advice-title {
    font-size: 20px;
  }

  .advice-item {
    margin-left: 30px;
  }
  .advice-item:first-child {
    margin-left: 30px;
  }

  .footer-inner .nav {
    display: none;
  }
  .footer-inner .nav-logo {
    font-size: 16px;
  }
  .footer-inner .nav-logo-best {
    width: 60px;
    height: 60px;
  }
  .footer-inner .footer-copyrights {
    font-size: 11px !important;
  }

  .review-services-name-viboom,
  .review-services-name-prodvigate {
    font-size: 38px;
  }

  .review-services-name-videoposev {
    font-size: 36px;
  }

  .review-services-item
    .review-services-name-videoposev
    .review-videoposev-logo {
    width: 11%;
  }

  .review-services-name-googleads {
    font-size: 36px;
  }

  .review-services-link-item {
    font-size: 14px;
    width: 200px;
    border-radius: 40px;
  }

  .instruction-logo {
    font-size: 36px;
  }

  .instruction-services .services-item {
    width: 65%;
    height: 360px;
  }
  .instruction-services .links-perfect,
  .instruction-services .services-links {
    margin: 20px auto !important;
  }
.instruction-item-text-inner{
	max-width: 380px
}
  .services-item.instruction-services-videoposev {
    height: 320px;
  }
  .services-item.instruction-services-videoposev .services-texts {
    margin-left: 33px;
  }

  .footer-instruction {
    padding-top: 50px;
  }

  .question-item {
    width: 100%;
    height: 300px;
  }

  .question-text {
    max-width: 410px;
  }
}
@media screen and (max-width: 414px){
  .header-inner{
    padding: 40px 0px 54px 0px;
  }
  .header-inner-title, .header-inner-text{
    padding-left: 50px;
  }
  .header-inner-button{
    margin: 0 auto;
  }
  .advice-items{
    display: flex;
    flex-direction: column;
  }
  .services-info{
    flex-direction: column;
    padding-bottom: 0;
    font-size: 13px;
  }
  .services-used{
    margin-top: 20px;
  }
  .review-services-item
  {
    width: 100%;
  }
  .reviews-item{
    height: 320px;
  }
  .review-text{
    display: flex;
  }
  .review-services-items{
    flex-direction: column;
    margin-bottom: 30px;
  }
  .footer{
    padding-top: 30px;
  }
  .instruction-services .services-item{
    width: 100%;
  }
  .instruction-item-number{
    height: 35px;
  }
  .instruction-item-text-inner{
  	max-width: 324px;
  	padding-right: 10px;
  }
  .services-item.instruction-services-googleads{
    height: 310px;
  }
  .services-item{
    width: 100%;
  }
  .question-item{
    height: 410px;
  }
  .question-text{
    max-width: 275px;
  }

}
@media screen and (max-width: 375px) {
  .header-inner {
    padding: 40px 0px 54px 0px;
  }

  .header-inner-title, .header-inner-text{
    padding-left: 25px;
  }
  .header-inner-button {
    width: 275px;
  }

  .instruction-logo {
    font-size: 32px;
  }

  .instruction-item-text{
  	flex-direction: column;
  	padding: 10px
  }
  .instruction-item-text-inner{
  	margin: 0 auto;
    font-size: 12px;
    text-align: center;
  }
  .navigation-burger {
    right: 0;
  }

  .navigation-item {
    font-size: 22px;
  }

  .nav-active {
    width: 108.5%;
  }

  .services-used {
    margin-left: 40px;
    margin-top: 0;
  }

  .services-info {
    font-size: 10px;
    flex-direction: row;
    margin-bottom: 20px;
  }

  .services-date img {
    width: 13%;
    margin-left: 0px;
  }

  .services-users img {
    width: 9%;
  }

  .services-users {
    margin-left: 0;
  }

  .services-item {
    width: 100%;
    height: 420px;
  }

  .services-item-googleads {
    height: 360px;
  }

  .sevices-item-videoposev {
    height: 360px;
  }

  .services-text-popular,
  .services-text-new {
    font-size: 14px;
  }

  .reviews-logo {
    padding-top: 0;
  }

  .reviews-logo-title {
    font-size: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reviews-logo-title .reviews-img {
    margin-right: 0;
    width: 12%;
    margin: 0 auto;
  }

  .review-text {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .review-text-link {
    margin-left: 0;
    width: 215px;
  }

  .text-satisfactory {
    margin-left: 61px;
  }

  .reviews-text {
    max-width: 248px;
    text-align: left;
  }

  .reviews-item {
    height: 400px;
    padding: 50px 40px;
  }

  .advice-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer {
    padding-top: 50px;
  }

  .footer-text {
    font-size: 10px;
  }

  .header-inner-review-item .header-inner-review-text {
    font-size: 30px;
  }
  .header-inner-review-item .header-inner-review-img {
    width: 7%;
  }

  .review-services-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .review-services-item {
    width: 100%;
  }

  .review-services-name-viboom,
  .review-services-name-prodvigate {
    font-size: 36px;
  }

  .review-services-name-videoposev {
    font-size: 34px;
  }

  .review-services-name-googleads {
    font-size: 34px;
  }


  .instruction-item-number {
    width: 30px;
    height: 30px;
    font-size: 14px;
    margin: 0 auto;
  }

  .instruction-item-image {
    padding: 0px 10px 10px 10px;
  }

  .another-instructions {
    width: 100%;
  }

  .another-instructions-item-name-videoposev {
    margin-left: 30px !important;
  }

  .instruction-services .services-item {
    width: 100%;
  }

  .services-item.instruction-services-videoposev {
    height: 315px;
  }

  .services-item.instruction-services-googleads {
    height: 310px;
  }

  .services-item.instruction-services-googleads .services-name {
    margin-left: 0;
  }
  .services-item.instruction-services-googleads .services-texts {
    margin-left: 52px;
  }
  .services-item.instruction-services-googleads .services-rating {
    margin-left: -45px;
  }

  .instruction-services-videoposev .services-text {
    margin-left: 18px;
  }

  .question-item {
    height: 450px;
    padding-left: 40px;
  }

  .question-logo::after {
    left: -20px;
  }

  .question-text {
    max-width: 230px;
  }

  .another-instructions.instructions-question {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .price {
    margin: 0 2px;
  }
  .instruction-logo {
    font-size: 27px;
    text-align: left;
  }

  .navigation-item {
    font-size: 20px;
  }

  .nav-active {
    width: 110%;
  }
  .header-inner-title, .header-inner-text{
    padding: 0;
  }

  .header-inner-title {
    font-size: 26px;
    max-width: 297px;
    text-align: center;
  }

  .header-inner-text {
    max-width: 230px;
    margin: 20px auto;
    text-align: center;
  }

  .services-used {
    margin-left: 53px;
  }

  .services-date img {
    width: 16%;
  }

  .services-users img {
    width: 12%;
  }

  .services-link:first-child {
    width: 200px;
  }

  .services-texts {
    max-width: 215px;
    margin: 0px 0px 10px 20px;
  }

  .review-videoposev-logo {
    width: 12%;
  }

  .services-rating-text {
    font-size: 10px;
  }

  .reviews-item {
    height: 420px;
    padding: 40px 20px;
  }

  .advice-title {
    font-size: 16px;
  }

  .advice-item {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .advice-item:first-child {
    margin-left: 20px;
  }

  .footer-text {
    padding-bottom: 50px;
  }

  .instruction-item-number {
    width: 29px;
    height: 29px;
  }

  .instruction-item-text {
    padding-left: 10px;
    font-size: 13px;
  }

  .instruction-services .services-texts {
    margin-left: 26px;
  }

  .another-instructions-item-name-videoposev {
    margin-left: 7px !important;
  }

  .another-instructions-item-name-viboom {
    font-size: 32px;
  }

  .services-item.instruction-services-googleads {
    height: 300px;
  }
  .services-item.instruction-services-googleads .services-texts {
    margin-left: 28px;
  }

  .services-item.instruction-services-videoposev {
    height: 310px;
  }

  .question-item {
    height: 532px;
    padding-left: 30px;
  }

  .question-text {
    max-width: 200px;
  }

  .question-logo {
    font-size: 16px;
  }
}
@-webkit-keyframes under {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes under {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes navigation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes navigation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
