.case__wrapper [class*=__container] {
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 1230px;
}

.case__hero__banner:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
}

.case__hero__banner {
  background-size: cover;
  background-position: center center;
  position: relative;
}
.case__hero__banner .case__hero__row {
  z-index: 5;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 100px 0px 100px;
  flex-direction: column;
  min-height: 80vh;
}
.case__hero__banner .case__hero__bottom p {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
}
.case__hero__banner .case__hero__top h1 {
  font-size: 100px;
  font-weight: 700;
  color: #fff;
  max-width: 1000px;
  padding-bottom: 25px;
}
.case__hero__banner .case__hero__top h2 {
  font-weight: 700;
  font-size: 60px;
  color: #1db38d;
}

.case__task__section {
  background: #5d4cdb;
  padding: 75px 0px;
}
.case__task__section h2 {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 20px;
}
.case__task__section p {
  font-size: 20px;
  color: #fff;
  padding-bottom: 15px;
  line-height: 1.5;
}
.case__task__section p:last-child {
  padding-bottom: 0px;
}

.problems__section__simple {
  padding-top: 75px;
}
.problems__section__simple .problems__row h2 {
  font-size: 50px;
  font-weight: 600;
  color: #1db38d;
  padding-bottom: 40px;
}
.problems__section__simple .problems__row ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 20px;
}
.problems__section__simple .problems__row p {
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
}
.problems__section__simple .problems__row p:last-child {
  padding-bottom: 0px;
}

.solutions__section {
  padding-top: 75px;
}
.solutions__section .solutions__container {
  padding: 0px 0px;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
.solutions__section .solutions__row {
  display: flex;
  overflow-x: hidden;
  align-items: center;
}
.solutions__section .solutions__row .solutions__right {
  flex: 0 0 50%;
  transform: translate(-100%, 0);
}
.solutions__section .solutions__row .solutions__right img {
  width: 100%;
  display: block;
}
.solutions__section .solutions__row .solutions__left {
  flex: 0 0 100%;
}
.solutions__section .solutions__row .solutions__left .solutions__body {
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 1230px;
}
.solutions__section .solutions__row .solutions__left .solutions__body .solutions__content {
  max-width: 40%;
}
.solutions__section .solutions__row .solutions__left .solutions__body .solutions__content .title__h3 h3 {
  font-size: 45px;
  font-weight: 500;
  color: #1db38d;
  padding-bottom: 30px;
}
.solutions__section .solutions__row .solutions__left .solutions__body .solutions__content .title__h3 p {
  font-size: 24px;
  line-height: 1.5;
  padding-bottom: 40px;
}
.solutions__section .solutions__row .solutions__left .solutions__body .solutions__content .descr ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
  line-height: 1.5;
}
.solutions__section .solutions__row .solutions__left .solutions__body .solutions__content .descr ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.solutions__section .solutions__row .solutions__left .solutions__body .solutions__content .descr ul li span {
  max-width: 80%;
}
.solutions__section .solutions__row .solutions__left .solutions__body .solutions__content .descr ul li:before {
  content: url(../../../images/list.svg);
  display: block;
  position: relative;
  width: 25px;
}

.results__section {
  margin-top: 75px;
}
.results__section .results__title h3 {
  font-size: 45px;
  font-weight: 500;
  color: #1db38d;
  padding-bottom: 100px;
}
.results__section .results__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.results__section .results__row .column .numb {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  color: rgb(93, 76, 219);
  padding-bottom: 40px;
  border-bottom: 1px solid #1db38d;
  margin-bottom: 20px;
}
.results__section .results__row .column .desc {
  font-size: 20px;
  text-align: center;
}

.template02__solution b {
  font-weight: 700;
  color: #fff;
}

.success__section {
  margin-top: 100px;
}
.success__section .success__row_2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.success__section .success__row_2 .success__left h2 {
  color: rgb(94, 82, 216);
  font-size: 34px;
  padding-bottom: 40px;
}
.success__section .success__row_2 .success__left ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
  line-height: 1.5;
}
.success__section .success__row_2 .success__left ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.success__section .success__row_2 .success__left ul li span {
  max-width: 80%;
}
.success__section .success__row_2 .success__left ul li:before {
  content: url(../../../images/list.svg);
  display: block;
  position: relative;
  width: 25px;
}
.success__section .success__row_2 .success__left p {
  font-size: 20px;
  padding-bottom: 20px;
  line-height: 1.5;
}
.success__section .success__row_2 .success__left p:last-child() {
  padding-bottom: 0px;
}
.success__section .success__row_2 .success__right img {
  display: block;
  width: 100%;
}
.success__section .success__row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 100px;
}
.success__section .success__row .success__left h2 {
  color: rgb(94, 82, 216);
  font-size: 34px;
  padding-bottom: 40px;
  font-weight: 600;
}
.success__section .success__row .success__left ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
  line-height: 1.5;
}
.success__section .success__row .success__left ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.success__section .success__row .success__left ul li span {
  max-width: 80%;
}
.success__section .success__row .success__left ul li:before {
  content: url(../../../images/list.svg);
  display: block;
  position: relative;
  width: 25px;
}
.success__section .success__row .success__left p {
  font-size: 20px;
  padding-bottom: 20px;
  line-height: 1.5;
}
.success__section .success__row .success__left p:last-child() {
  padding-bottom: 0px;
}
.success__section .success__row .success__right img {
  display: block;
  width: 100%;
}

.design__01__variation {
  padding: 40px 0px;
  background-color: #6c63ff;
  margin-top: 75px;
}
.design__01__variation .design__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.design__01__variation .design__row .design__right h2 {
  font-size: 40px;
  max-width: 500px;
  line-height: 1.25;
  color: #fff;
  font-weight: 500;
  padding-bottom: 25px;
}
.design__01__variation .design__row .design__right p {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}
.design__01__variation .design__row .design__left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
  gap: 30px;
}
.design__01__variation .design__row .design__left .small {
  max-width: 80%;
}
.design__01__variation .design__row .design__left img {
  width: 100%;
  display: block;
}

.creative__section {
  margin-top: 75px;
}
.creative__section .creative__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
.creative__section .creative__row img {
  display: block;
  width: 100%;
}
.creative__section .creative_title {
  padding-bottom: 75px;
}
.creative__section .creative_title h2 {
  color: #21cca1;
  font-size: 52px;
  padding-bottom: 25px;
  font-weight: 600;
}
.creative__section .creative_title p {
  font-size: 20px;
  line-height: 1.5;
}

.case__google__banner .google__banner__row__1 {
  grid-template-columns: 2fr 1fr;
  gap: 50px;
  display: grid;
  align-items: center;
}
.case__google__banner .google__banner__row__1 .left p {
  font-size: 20px;
  line-height: 1.5;
}
.case__google__banner .google__banner__row__1 .left h1 {
  font-size: 50px;
  color: rgb(94, 82, 216);
  line-height: 1.25;
  font-weight: 600;
  padding-bottom: 20px;
}
.case__google__banner .google__banner__row__1 .left h1 b {
  color: #1db38d;
}
.case__google__banner .google__banner__row__1 .right img {
  width: 100%;
  display: block;
}
.case__google__banner .google__banner__row__2_1_2 {
  grid-template-columns: 3fr 2fr !important;
}
.case__google__banner .google__banner__row__1__1 {
  grid-template-columns: 1fr 1fr !important;
}
.case__google__banner .google__banner__row__2 {
  margin-top: 75px;
  grid-template-columns: 2fr 3fr;
  gap: 50px;
  display: grid;
  align-items: center;
}
.case__google__banner .google__banner__row__2 .right img {
  width: 100%;
  display: block;
  max-height: 600px;
  object-fit: contain;
}
.case__google__banner .google__banner__row__2 .left p:last-child {
  padding-bottom: 0px;
}
.case__google__banner .google__banner__row__2 .left h2, .case__google__banner .google__banner__row__2 .left h1 {
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 20px;
  line-height: 1.25;
  color: #5e52d8;
}
.case__google__banner .google__banner__row__2 .left p {
  font-size: 20px;
  padding-bottom: 25px;
  line-height: 1.5;
}
.case__google__banner .google__banner__row__2 .left ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
  line-height: 1.5;
}
.case__google__banner .google__banner__row__2 .left ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.case__google__banner .google__banner__row__2 .left ul li span {
  max-width: 80%;
}
.case__google__banner .google__banner__row__2 .left ul li:before {
  content: url(../../../images/list.svg);
  display: block;
  position: relative;
  width: 25px;
}

.case__content {
  margin-top: 75px;
}
.case__content .case__content__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.case__content .case__content__row h2 {
  font-size: 50px;
  font-weight: 600;
  color: #21cca1;
  padding-bottom: 40px;
}
.case__content .case__content__row .block {
  padding-bottom: 30px;
}
.case__content .case__content__row .block .desc {
  font-size: 20px;
  line-height: 1.5;
}
.case__content .case__content__row .block a {
  font-size: 20px;
  line-height: 1.5;
}
.case__content .case__content__row .block ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
  line-height: 1.5;
}
.case__content .case__content__row .block ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.case__content .case__content__row .block ul li span {
  max-width: 80%;
}
.case__content .case__content__row .block ul li:before {
  content: url(../../../images/list.svg);
  display: block;
  position: relative;
  width: 25px;
}
.case__content .case__content__row .block p.title {
  font-size: 30px;
  color: #5e52d8;
  font-weight: 600;
  padding-bottom: 25px;
}
.case__content .case__content__row .right img {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

.case__google__results__section {
  margin-top: 75px;
}
.case__google__results__section .results__title h3 {
  font-size: 45px;
  font-weight: 500;
  color: #1db38d;
  padding-bottom: 100px;
}
.case__google__results__section .results__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  padding: 40px;
  border: 2px solid #c1bdff;
  box-shadow: 0px 20px 20px 0px rgb(240, 240, 240);
  border-radius: 25px;
  max-width: 950px;
  margin: 0 auto;
}
.case__google__results__section .results__row .column .numb {
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  color: #21cca1;
  padding-bottom: 20px;
  border-bottom: 1px solid #1db38d;
  margin-bottom: 20px;
}
.case__google__results__section .results__row .column .desc {
  color: #5e52d8;
  font-size: 20px;
  text-align: center;
}

.google__banner__row__1__2 {
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 200px;
  display: grid;
  align-items: center;
}
.google__banner__row__1__2 .left p:last-child {
  padding-bottom: 0px;
}
.google__banner__row__1__2 .left p {
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 25px;
}
.google__banner__row__1__2 .left h1 {
  font-size: 30px;
  line-height: 1.25;
  color: rgb(94, 82, 216);
  font-weight: 600;
  padding-bottom: 20px;
}
.google__banner__row__1__2 .left h1 b {
  color: #1db38d;
}
.google__banner__row__1__2 .right img {
  width: 100%;
  display: block;
}

.pagetitle__section {
  margin-top: 150px;
}
.pagetitle__section .pagetitle__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.pagetitle__section .pagetitle__row h1 {
  font-size: 50px;
  font-weight: 600;
  max-width: 400px;
  color: #5e52d8;
  line-height: 1.25;
}
.pagetitle__section .pagetitle__row p:last-child() {
  padding-bottom: 0px;
}
.pagetitle__section .pagetitle__row p {
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.pagetitle__screen {
  margin-top: 75px;
}
.pagetitle__screen img {
  display: block;
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.template02__task {
  background: #5e52d8;
  padding: 75px 0px;
}
.template02__task h2 {
  color: #fff;
  font-size: 50px;
  padding-bottom: 40px;
  font-weight: 600;
}
.template02__task ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 16px;
  line-height: 1.5;
}
.template02__task ul li {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 15px;
  font-size: 20px;
}
.template02__task ul li span {
  font-size: 20px;
  max-width: 80%;
  width: 40px;
  background: #fff;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.template02__task p.desc:last-child {
  padding-bottom: 0px;
}
.template02__task p.desc {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  padding-bottom: 20px;
}
.template02__task .template02__task__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.template02__solution {
  background: #5e52d8;
  padding: 75px 0px;
}
.template02__solution h2 {
  color: #fff;
  font-size: 50px;
  padding-bottom: 40px;
  font-weight: 600;
}
.template02__solution ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 16px;
  line-height: 1.5;
}
.template02__solution ul li {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 15px;
  font-size: 20px;
}
.template02__solution ul li span {
  font-size: 20px;
  max-width: 80%;
  width: 40px;
  background: #fff;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.template02__solution p.desc:last-child {
  padding-bottom: 0px;
}
.template02__solution p.desc {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  padding-bottom: 20px;
}
.template02__solution .template02__solution__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.template02__solution .template02__solution__row .left img {
  display: block;
  width: 100%;
  border-radius: 20px;
}
.template02__solution .template02__solution__row .right h3 {
  color: #fff;
  font-weight: 700;
  padding-bottom: 35px;
  font-weight: 700;
  font-size: 40px;
}
.template02__solution .template02__solution__row .right p {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  padding-bottom: 20px;
}

.template02__images .template02__images__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}
.template02__images .template02__images__row img {
  display: block;
  width: 100%;
}

.template02__images__row {
  margin-top: 50px;
}

.separator__image img {
  display: block;
  width: 100%;
}

.template02__images__with__title {
  margin-top: 150px;
}
.template02__images__with__title .template02__images__row img {
  display: block;
  width: 100%;
}
.template02__images__with__title .title-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.template02__images__with__title .title-row h2 {
  font-size: 50px;
  font-weight: 600;
  max-width: 400px;
  line-height: 1.25;
  color: #5e52d8;
}
.template02__images__with__title .title-row p {
  font-size: 20px;
  line-height: 1.5;
}

.template03__hero {
  background: #5d4cdb;
}
.template03__hero .template03__hero__row {
  display: flex;
  overflow-x: hidden;
  align-items: center;
}
.template03__hero .template03__hero__row .right {
  flex: 0 0 40%;
  transform: translate(-100%, 0);
}
.template03__hero .template03__hero__row .right img {
  width: 100%;
  display: block;
  max-height: 600px;
  min-height: 600px;
  object-fit: cover;
}
.template03__hero .template03__hero__row .left {
  flex: 0 0 100%;
}
.template03__hero .template03__hero__row .left .left-body {
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 1230px;
}
.template03__hero .template03__hero__row .left .left-body .left-content {
  max-width: 46%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 350px;
}
.template03__hero .template03__hero__row .left .left-body .left-content h1 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
}
.template03__hero .template03__hero__row .left .left-body .left-content h1 b {
  color: #1db38d;
}
.template03__hero .template03__hero__row .left .left-body .left-content p {
  color: #fff;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 500;
}

.separator__image__small img {
  max-height: 400px;
  object-fit: cover;
  min-height: 400px;
}

.wedo__section {
  margin-top: 100px;
}
.wedo__section h2 {
  color: #1db38d;
  font-size: 50px;
  font-weight: 600;
  padding-bottom: 70px;
}
.wedo__section .wedo__section__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 50px;
  margin-top: 50px;
}
.wedo__section .wedo__section__row .column:nth-child(1) .title::before {
  content: "1";
}
.wedo__section .wedo__section__row .column:nth-child(2) .title::before {
  content: "2";
}
.wedo__section .wedo__section__row .column:nth-child(3) .title::before {
  content: "3";
}
.wedo__section .wedo__section__row .column:nth-child(4) .title::before {
  content: "4";
}
.wedo__section .wedo__section__row .column:nth-child(5) .title::before {
  content: "5";
}
.wedo__section .wedo__section__row .column:nth-child(6) .title::before {
  content: "6";
}
.wedo__section .wedo__section__row .column {
  position: relative;
}
.wedo__section .wedo__section__row .column .title::before {
  color: rgba(230, 230, 230, 0.7);
  opacity: 0.6;
  font-size: 200px;
  font-weight: 700;
  font-family: sans-serif;
  position: absolute;
  top: -130px;
  z-index: -5;
  width: 100%;
  text-align: center;
}
.wedo__section .wedo__section__row .title {
  font-size: 24px;
  color: #6d63ff;
  font-weight: 600;
  padding-bottom: 20px;
  line-height: 1.35;
}
.wedo__section .wedo__section__row .descr {
  font-size: 17px;
  line-height: 1.5;
}

.case__google__results__section__back {
  margin-top: 100px;
  background: rgb(93, 76, 219);
  padding: 100px 0px;
}
.case__google__results__section__back .results__title h3 {
  font-size: 50px;
  padding-bottom: 40px;
  color: #fff;
}
.case__google__results__section__back .column .numb {
  color: #fff !important;
  font-size: 35px !important;
  padding-bottom: 20px !important;
}
.case__google__results__section__back .column .desc {
  color: #fff;
  font-size: 17px !important;
}

.inside__section {
  padding: 100px 0px;
}
.inside__section .inside__row h3 {
  color: rgb(93, 76, 219);
  font-size: 30px;
  text-align: center;
  padding-bottom: 30px;
  font-weight: 600;
  position: relative;
}
.inside__section .inside__row h3 span {
  background: #21cca1;
  color: #fff;
  display: inline-flex;
  padding: 15px;
}
.inside__section .inside__row h3 span:before {
  content: "";
  width: 100%;
  position: absolute;
  background: #21cca1;
  height: 2px;
  left: 0px;
  top: 30px;
  z-index: -5;
}
.inside__section .inside__row .content p {
  padding-bottom: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}
.inside__section .inside__row .content p:last-child() {
  padding-bottom: 0px;
}

.photo__section .photo__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.photo__section .photo__row .left p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  max-width: 360px;
}
.photo__section .photo__row .right img {
  display: block;
  width: 100%;
}

.website__link {
  margin-top: 75px;
}
.website__link h2 {
  font-size: 40px;
  color: #5d4cdb;
  font-weight: 600;
  text-align: center;
  padding-bottom: 15px;
}
.website__link h3 {
  font-size: 24px;
  color: #5d4cdb;
  font-weight: 600;
  text-align: center;
}
.website__link a {
  display: block;
  max-width: 250px;
  margin: 0 auto;
  background-color: #1db38d;
  text-align: center;
  line-height: 65px;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  margin-top: 40px;
  font-weight: 600;
}

.template02__images__1 .template02__images__row {
  grid-template-columns: repeat(1, 1fr);
}

.green__bg__section {
  background: #1db38d;
  padding: 40px 0px;
}
.green__bg__section h2 {
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  line-height: 1.25;
}

.green__title h2 {
  font-size: 45px;
  font-weight: 600;
  color: #1db38d;
  padding-bottom: 50px;
}

.case__google__results__section__v2 .results__row .column .numb {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.case__google__results__section__v2 .results__row .column .desc {
  font-weight: 600;
}

.case__task__section__white {
  background: #fff;
}
.case__task__section__white h2 {
  color: rgb(93, 76, 219);
}
.case__task__section__white p {
  color: rgb(52, 43, 112);
}

.problems__section__simple__bg {
  background: rgb(93, 76, 219);
  padding-bottom: 75px;
}
.problems__section__simple__bg h2 {
  color: #fff !important;
  font-size: 50px !important;
}
.problems__section__simple__bg p {
  color: #fff !important;
}

.results__bg__dark .results__row {
  border: none;
  box-shadow: none;
  width: 100%;
  max-width: 100%;
  padding: 30px 0px 0px;
}
.results__bg__dark .results__row .column .numb {
  border-bottom: 2px solid #1db38d;
  font-weight: 600;
  color: rgb(93, 76, 219) !important;
}
.results__bg__dark .results__row .column .desc {
  line-height: 1.5;
  font-weight: 600;
}

.results__bg .results__row {
  border: none;
  box-shadow: none;
  width: 100%;
  max-width: 100%;
  padding: 30px 0px 0px;
}
.results__bg .results__row .column .numb {
  border-bottom: 2px solid #1db38d;
  text-align: left;
  font-weight: 600;
}
.results__bg .results__row .column .desc {
  color: #fff;
  line-height: 1.5;
  text-align: left;
}

.photo__section__2 .photo__row {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 50px;
}

.case__task__row__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.case__task__row__right {
  max-height: 550px;
  margin: 0 auto;
  display: block;
}
.case__task__row__right img {
  max-height: 550px;
  margin: 0 auto;
  display: block;
}

.template02__images__fixed img {
  max-height: 300px;
  object-fit: cover;
  object-position: top;
}

.interest__section {
  margin-top: 75px;
}
.interest__section .interest__row .interest__row__parent .interest__col__section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 50px 0px;
}
.interest__section .interest__row .interest__row__parent .interest__col__section .interest__col {
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 1230px;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 1230px;
  display: grid;
  grid-template-columns: 1fr 10fr;
  gap: 0px;
}
.interest__section .interest__row .interest__row__parent .interest__col__section .interest__col .left p {
  color: #21cca1;
  font-weight: 700;
  font-size: 50px;
}
.interest__section .interest__row .interest__row__parent .interest__col__section .interest__col .right p.title {
  color: #5d4cdb;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 30px;
}
.interest__section .interest__row .interest__row__parent .interest__col__section .interest__col .right .desc {
  line-height: 1.5;
  font-size: 20px;
}

.interest__section .interest__row .interest__row__parent .interest__col__section:nth-child(2) .interest__col {
  padding-left: 15%;
}

.advantages__section__fix {
  margin-top: 75px;
  padding-bottom: 75px;
}
.advantages__section__fix .advantages__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.advantages__section__fix .advantages__row .advantages__column img {
  max-height: 100px;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
.advantages__section__fix .advantages__row .advantages__column .title {
  color: #5d4cdb;
  font-weight: 500;
  text-align: center;
  font-size: 25px;
  padding: 15px 0px;
}
.advantages__section__fix .advantages__row .advantages__column .desc {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  max-width: 250px;
  margin: 0 auto;
}

.photo__row__2 {
  display: grid;
  grid-template-columns: 2fr 3fr !important;
  gap: 50px;
}

@media screen and (max-width: 600px) {
  .pagetitle__section .pagetitle__row {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .pagetitle__section .pagetitle__row h1 {
    font-size: 35px;
  }
  .pagetitle__section {
    margin-top: 100px;
  }
  .pagetitle__screen {
    margin-top: 40px;
  }
  .template02__task .template02__task__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .template02__task h2,
  .template02__solution h2 {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .template02__solution .template02__solution__row .right p {
    font-size: 15px;
  }
  .template02__task {
    padding: 40px 0px;
  }
  .template02__task ul li {
    display: flex;
    align-items: flex-start;
    color: #fff;
    gap: 15px;
    font-size: 15px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .template02__solution .template02__solution__row {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .photo__section .photo__row .left p {
    font-size: 15px;
    padding-bottom: 10px;
    font-weight: 400;
  }
  .template02__solution {
    padding: 40px 0px;
  }
  .template02__images .template02__images__row {
    gap: 10px;
    grid-template-columns: 1fr;
  }
  .template02__task p.desc,
  .template02__solution ul li {
    font-size: 15px;
  }
  .template02__solution ul {
    gap: 10px;
  }
  .pagetitle__section .pagetitle__row p {
    font-size: 15px;
  }
  .template02__images__with__title .title-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .template02__images__with__title .title-row h2 {
    font-size: 30px;
  }
  .template02__images__with__title .title-row p {
    font-size: 15px;
  }
  .template02__images__row {
    margin-top: 20px;
  }
  .template02__images__with__title {
    margin-top: 50px;
  }
  .template03__hero .template03__hero__row {
    flex-direction: column;
  }
  .template03__hero .template03__hero__row .right {
    flex: 0 0 100%;
    transform: translate(0%, 0);
    width: 100%;
  }
  .template03__hero .template03__hero__row .left .left-body .left-content {
    max-width: 100%;
    min-height: auto;
    padding: 120px 0px;
    gap: 30px;
  }
  .template03__hero .template03__hero__row .left .left-body .left-content h1 {
    font-size: 30px;
  }
  .template03__hero .template03__hero__row .right img {
    max-height: 400px;
    min-height: 400px;
  }
  .case__task__section h2 {
    font-size: 30px;
  }
  .case__task__section p {
    font-size: 15px;
  }
  .case__task__section {
    padding: 40px 0px;
  }
  .separator__image__small img {
    max-height: 300px;
    min-height: 300px;
  }
  .problems__section__simple .problems__row h2 {
    font-size: 30px;
  }
  .problems__section__simple .problems__row p {
    font-size: 15px;
  }
  .solutions__section .solutions__row {
    flex-direction: column;
  }
  .solutions__section .solutions__row .solutions__right {
    flex: 0 0 100%;
    transform: translate(0%, 0);
    width: 100%;
    margin-top: 30px;
  }
  .solutions__section .solutions__row .solutions__left .solutions__body .solutions__content {
    max-width: 100%;
  }
  .solutions__section .solutions__row .solutions__left .solutions__body .solutions__content .descr ul {
    font-size: 15px;
  }
  .wedo__section {
    margin-top: 50px;
  }
  .wedo__section h2 {
    font-size: 30px;
    padding-bottom: 35px;
  }
  .wedo__section .wedo__section__row .title {
    font-size: 20px;
  }
  .wedo__section .wedo__section__row .descr {
    font-size: 15px;
  }
  .case__google__results__section__back .results__title h3 {
    padding-bottom: 30px;
    font-size: 30px;
  }
  .case__google__results__section__back {
    margin-top: 50px;
    padding: 50px 0px;
  }
  .wedo__section .wedo__section__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .case__google__results__section .results__row {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .case__google__results__section .results__row .column .numb {
    font-size: 24px !important;
  }
  .inside__section {
    padding: 50px 0px;
  }
  .inside__section .inside__row .content p {
    font-size: 15px;
  }
  .photo__section .photo__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .website__link h2 {
    font-size: 30px;
  }
  .website__link h3 {
    font-size: 16px;
    line-height: 1.5;
  }
  .website__link a {
    margin-top: 30px;
  }
  .website__link {
    margin-top: 50px;
  }
  .contact-us {
    margin-top: 50px;
  }
  .case__google__banner .google__banner__row__1 .left p {
    font-size: 15px;
  }
  .case__google__banner .google__banner__row__1 .left h1 {
    font-size: 30px;
  }
  .case__google__banner .google__banner__row__1 {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .case__google__banner .google__banner__row__2 {
    grid-template-columns: 1fr !important;
    gap: 25px !important;
    margin-top: 50px !important;
  }
  .green__title h2 {
    font-size: 28px;
    padding-bottom: 25px;
  }
  .case__content .case__content__row .block p.title {
    font-size: 20px !important;
  }
  .case__google__banner .google__banner__row__2 .left h2, .case__google__banner .google__banner__row__2 .left h1 {
    font-size: 35px;
  }
  .google__banner__row__1__2 {
    margin-top: 50px;
  }
  .advantages__section__fix .advantages__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .advantages__section__fix .advantages__row .advantages__column .title {
    font-size: 20px;
  }
  .advantages__section__fix .advantages__row .advantages__column .desc {
    font-size: 15px;
  }
  .case__task__row__columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    align-items: center;
  }
  .case__task__row__right img {
    width: 100%;
  }
  .template02__solution .template02__solution__row {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 0px !important;
  }
  .interest__section .interest__row .interest__row__parent .interest__col__section .interest__col {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .interest__section .interest__row .interest__row__parent .interest__col__section .interest__col .right .desc {
    font-size: 15px;
  }
  .interest__section .interest__row .interest__row__parent .interest__col__section:nth-child(2) .interest__col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .interest__section .interest__row .interest__row__parent .interest__col__section .interest__col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .interest__section .interest__row .interest__row__parent .interest__col__section {
    padding: 25px 0px;
  }
  .photo__section .photo__row {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .inside__section .inside__row h3 span {
    font-size: 20px;
  }
  .case__google__banner .google__banner__row__2 .left p {
    font-size: 15px;
  }
  .case__content .case__content__row {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .case__content .case__content__row h2 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 30px;
  }
  .case__content .case__content__row .block {
    padding-bottom: 15px;
  }
  .case__content .case__content__row .block p.title {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .case__content .case__content__row .block .desc,
  .case__content .case__content__row .block a {
    font-size: 15px;
  }
  .case__google__results__section .results__title h3 {
    font-size: 30px;
    padding-bottom: 30px;
  }
  .google__banner__row__1__2 {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .google__banner__row__1__2 .left p {
    font-size: 15px;
  }
  .case__google__banner .google__banner__row__2 .left h2 {
    font-size: 30px;
  }
  .case__hero__banner .case__hero__top h1 {
    font-size: 40px;
  }
  .case__hero__banner .case__hero__top h2 {
    font-size: 25px;
  }
  .case__hero__banner .case__hero__bottom p {
    font-size: 20px;
  }
  .case__hero__banner .case__hero__row {
    padding: 50px 0px;
    min-height: 60vh;
  }
  .problems__section__simple .problems__row ul {
    gap: 7px;
    font-size: 15px;
  }
  .solutions__section .solutions__row .solutions__left .solutions__body .solutions__content .title__h3 h3 {
    font-size: 30px;
  }
  .solutions__section .solutions__row .solutions__left .solutions__body .solutions__content .title__h3 p {
    font-size: 18px;
  }
  .results__section .results__row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .results__section .results__title h3 {
    font-size: 30px;
    padding-bottom: 30px;
  }
  .results__section .results__row .column .numb {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .results__section .results__row .column .desc {
    font-size: 15px;
  }
  .success__section .success__row {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .design__01__variation .design__row {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .design__01__variation .design__row .design__right h2,
  .creative__section .creative_title h2 {
    font-size: 30px;
  }
  .design__01__variation .design__row .design__right p,
  .creative__section .creative_title p {
    font-size: 15px;
  }
  .creative__section .creative__row {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .success__section .success__row_2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .success__section .success__row_2 .success__left p {
    font-size: 15px;
  }
  .green__bg__section h2 {
    font-size: 24px;
  }
  .case__google__results__section .results__row .column .desc {
    font-size: 15px !important;
  }
  .case__google__banner .google__banner__row__2 .left h2, .case__google__banner .google__banner__row__2 .left h1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1600px) {
  .home07 .container-fluid {
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
    max-width: 1230px;
  }
}

/*# sourceMappingURL=landing.css.map */
