@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Manrope:wght@200..800&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.content-wrap1600 h1{
  display: none;
}

html {
  font-size: 20px !important;
}
.wrapper.content-wrap1600, .wrapper.max1200.case-top{
  max-width: 100% !important;
  padding: 0;
}

body, .content {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.2;
  color: #101010 !important;
}

img, svg, object {
  max-width: 100%;
  max-height: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.box, .breadcrumbs{
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1600px;
}

main {
  overflow: hidden;
}

.yagoda32-page section p{
  font-family: "Manrope", sans-serif !important;
  padding: 0;
  margin: 0;
}

.yagoda32-page h2{
  color: rgba(0, 0, 0, 1);
  font-family: "Manrope", sans-serif;
  font-size: 64px;
  font-weight: 700;
  text-align: left;
  line-height: 64px;
  margin: 0;
  padding: 0;
}

.yagoda32-page h3{
  color: rgba(0, 0, 0, 1);
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0%;
  text-align: left;
  margin: 0;
  padding: 0;
}



.section-title__bkt{
  max-width: 50%;
  text-align: center;
  padding: 30px 55px;
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-title__bkt::before, .section-title__bkt::after{
  position: absolute;
  display: block;
  width: 55px;
  height: 100%;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section-title__bkt::before{
  background-image: url("../img/bkt_left.svg");
  left: 0;
}
.section-title__bkt::after{
  background-image: url("../img/bkt_right.svg");
  right: 0;
}

.section-title__bkt p{
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  text-wrap: balance;
}

.fw-bold {
  font-weight: 700;
}

.topic .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "PT Sans";
  padding: 1.5rem 0 2rem;
}
.top h1 {
  color: rgba(16, 16, 16, 1);
  font-size: 42px;
  font-weight: 700;
  line-height: 77.29%;
  text-align: left;
  font-family: "PT Sans";
}

.top-cell{
  max-width: 82%;
}

.client-info > * {
  margin-bottom: 10px;
}

.ci-label {
  color: #F9585F;
}

.ci-name {
  font-size: 1.2rem;
}

.ci-description {
  font-size: 0.8rem;
}

.project-link {
  font-size: 1.2rem;
  color: #5C0D80;
  font-family: Arial, sans-serif;
  position: relative;
  padding-right: 1.2rem;
  line-height: 1;
}
.project-link::after {
  position: absolute;
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../img/Share.svg) no-repeat center/contain;
}

.poster {
  position: relative;
}
.poster img {
  display: block;
  margin: 0 auto;
}

.poster-info {
  position: absolute;
  bottom: 80px;
  right: 160px;
  border-radius: 40px;
  background: rgba(0, 74, 154, 1);
  width: fit-content;
  padding: 40px;
  height: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.poster-info .poster_logo{
  width: 170px;
  height: 57px;
}

.poster-info .poster_logo img{
  width: 100%;
  height: 100%;
}

.poster-info p{
  color: rgba(255, 255, 255, 1);
  font-family: "Manrope", sans-serif;
font-size: 16px;
font-weight: 500;
line-height: 22px;
text-align: left;
padding: 0;
}

.poster-description {
  position: absolute;
  background: #fff;
  width: fit-content;
  max-width: 590px;
  padding: 1.193rem 1.928rem;
  right: 15px;
  bottom: 3.709rem;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 2rem;
}
.poster-description p {
  font-size: 0.8rem;
  margin-top: 1rem;
  margin-bottom: 0;
  font-family: "PT Sans";
  line-height: 1.3;
}
.poster-description img{
  flex-shrink: 0;
  width: 83px;
  height: 104px;
}

 .poster {
  margin-bottom: 4.5rem;
}

.second_section__body {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.second_section__item {
  width: calc(50% - 20px);
  border-radius: 12px;
  background: rgba(234, 244, 255, 1);
  box-sizing: border-box;
  padding: 68px 65px;
}

.second_section__item .name{
color: rgba(0, 72, 153, 1);
font-family: 'Onest';
font-size: 40px;
font-weight: 700;
line-height: 48px;
padding-bottom: 50px;
text-align: center;
}

.second_section__list{
  list-style: none;
  margin: 0;
  padding: 0;
}

.second_section__list li{
padding: 30px 0px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 25px;
}

.second_section__list li:not(:last-child){
  border-bottom: 1.09px solid rgba(16, 16, 16, 1);
}

.second_section__list .content{
color: rgba(0, 0, 0, 1) !important;
font-family: "Manrope", sans-serif !important;
font-size: 32px;
font-weight: 500;
line-height: 44px;
padding: 0;
min-height: auto !important; 
}

.second_section__list .sub-content{
color:rgba(16, 16, 16, 1);
font-family: "Manrope", sans-serif;
font-size: 24px;
font-weight: 400;
line-height: 33px;
padding: 0;
opacity: 0.4;

}

.second_section,
.tasks,
.create-site,
.before-after,
.cont-adv__list{
  margin-bottom: 100px;
}

.tasks .headline{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.tasks .headline p{
  width: 1011px;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 500;
  text-align: left;
}

.tasks__body {
  display: flex;
  flex-direction: row;
  gap: 50px;
  margin-top: 40px;
}

.tasks__item{
  box-sizing: border-box;
  border-radius: 12px;
  background: rgba(0, 74, 154, 1);
  width: calc(33% - 17px);
  position: relative;
  padding: 30px;
  height: 500px;
  overflow: hidden;
}

.tasks__item .name{
color: rgba(255, 255, 255, 1);
font-size: 32px;
font-weight: 600;
text-align: left;
margin-bottom: 24px;
}

.tasks__item .descr{
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  opacity: 0.6;
  }


  .tasks__item:nth-child(1) .img-1{
    width: 182px;
    height: 57px;
    position: absolute;
    bottom: 115px;
    left: 30px;
  }

  .tasks__item:nth-child(1) .img-2{
    width: 174.75px;
    height: 58.31px;
    position: absolute;
    bottom: 119px;
    right: 42px;
  }

  .tasks__item:nth-child(2) .img-1{
    width: 202.27px;
    height: 53.51px;
    position: absolute;
    left: 36px;
    bottom: 94px;
  }

  .tasks__item:nth-child(2) .img-2{
    width: 271.2px;
    height: 36.28px;
    position: absolute;
    left: 36px;
    bottom: 23px;
  }

  .tasks__item:nth-child(2) .img-3{
    width: 249.79px;
    height: 273.33px;
    position: absolute;
    bottom: -23px;
    right: -50px;
  }

  .tasks__item:nth-child(3) .img-1{
    width: 195.78px;
    height: 189.64px;
    position: absolute;
    bottom: -35px;
    left: -35px;
  }

  .tasks__item:nth-child(3) .img-2{
    width: 359.18px;
    height: 359.18px;
    position: absolute;
    bottom: -75px;
    right: -34px;
  }

  .create-site__body{
    display: flex;
    flex-direction: row;
    gap: 160px;
  }

  .create-site__img{
    width: 674px;
    height: 480px;
  }

  .create-site__content{
    width: 50%;
  }

  .create-site__content h2{
    margin-bottom: 52px;
  }

  .create-site__content p{
    color: rgba(0, 0, 0, 1);
font-size: 24px;
font-weight: 400;
line-height: 100%;
  }

  .create-site__content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .create-site__footer{
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .create-site__footer p{
    color: rgba(111, 111, 111, 1);
font-size: 20px;
font-weight: 400;
  }

  .create-site__footer .create-site__link{
    color: rgba(17, 17, 17, 1);
font-size: 20px;
font-weight: 500;
box-sizing: border-box;
border: 1px solid rgba(0, 74, 154, 1);
border-radius: 12px;
padding: 23px 20px;
display: flex;
flex-direction: row;
gap: 50px;
width: fit-content;
  }

  .importanta-in-dev{
    margin-bottom: 96px;
  }

  .importanta-in-dev h3{
    margin-bottom: 48px;
  }

  .importanta-in-dev__body{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }

  .importanta-in-dev__item{
    width: calc(50% - 10px);
    border-radius: 8px;
    background: rgba(234, 244, 255, 1);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    padding: 25px 40px 25px 40px;

  }

  .importanta-in-dev__item p{
    color: rgba(16, 16, 16, 1);
font-size: 24px;
font-weight: 500;
  }

  .importanta-in-dev__item .importanta-in-dev__img{
    width: 60px;
    height: 60px;
  }

  .before-after__gallery img {
    object-fit: cover;
    height: 100%;
}

  .before-after__body{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 100px;
  }

  .before-after__item{
    width: calc(50% - 50px);
  }

  .before-after__item h2{
    color: rgba(0, 0, 0, 1);
    font-family: "Manrope", sans-serif;
font-size: 32px;
font-weight: 600;
text-align: left;
margin-bottom: 50px;
  }

  .before-after__item:nth-child(1) h2{
    opacity: 0.4;
  }

  .before-after__gallery{
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .before-after__gallery a{
    height: 383px;
    display: block;
  }

  .development h2{
    margin-bottom: 72px;
  }

  .development{
    margin-bottom: 70px;
  }

  .development__content{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  }

  .development__text ul li{
    font-size: 24px;
    font-weight: 500;
  }

  .development__text{
    width: 708px;
  }

  .development__content img{
    width: 780px;
    height: 444px;
  }

  .development__content h3{
    margin-bottom: 40px;
  }

  .development__body{
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-bottom: 60px;
  }

  .development__item{
    width: calc(50% - 20px);
    box-sizing: border-box;
    border: 2px solid rgba(0, 74, 154, 1);
    border-radius: 12px;
    height: 400px;
    padding: 40px;
    overflow: hidden;
    position: relative;
  }

  .development__item p{
  color: rgba(69, 69, 69, 1);
font-size: 24px;
font-weight: 500;
text-align: left;
  }

  .development__item:nth-child(1) img {
    width: 100%;
    height: 362px;
    object-fit: cover;
    position: absolute;
    left: 0;
    bottom: -148px;
}

.development__item:nth-child(2) img {
  position: absolute;
  width: 320px;
  height: 361.23px;
  bottom: -206px;
  display: block;
}

.development__item:nth-child(2) .img-1 {
left: 40px;
}
.development__item:nth-child(2) .img-2 {
right: 40px;
}

.seo-prom__body{
  display: flex;
  justify-content: space-between;
}

.seo-prom__content{
  width: 766px;
  height: 196px;
  margin-top: 71px;
}

.seo-prom__content h2{
  line-height: normal;
  margin-bottom: 32px;
}

.seo-prom__content p{
font-size: 24px;
font-weight: 400;
}

.seo-prom__img{
  width: 480px;
height: 480px;
}

.seo-prom h3{
  margin-bottom: 40px;
}

.seo-prom-compl__body {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}

.seo-prom-compl__item{
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
border-bottom: 2px solid rgba(217, 217, 217, 1);

color: rgba(0, 0, 0, 1);
font-size: 24px;
font-weight: 500;
text-align: left;
}

.seo-prom-compl__item:nth-child(even){
padding: 45px 50px;
}
.seo-prom-compl__item:nth-child(odd){
padding: 30px 86px 30px 0px;
border-right: 2px solid rgba(217, 217, 217, 1);
}

.attention{
  margin-top: 120px;
  margin-bottom: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.attention p{
color:rgba(0, 0, 0, 1);
font-size: 36px;
font-weight: 400;
text-align: center;
width: 80%;
}

.attention span{
  font-weight: 700;
}

.attention .first-place{
  background: url(/include/landings/yagoda32/img/image_2025-10-28_16-06-19.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0px 40px;
}

.statistic__img{
  width:511px;
  height:545px;
}

.statistic__body{
  display: flex;
  flex-direction: row;
  gap: 185px;
  align-items: center;
  margin-bottom: 120px;
}

.statistic__content{
  width: 904px;
}

.statistic__content img{
  height: 344px;
}

.statistic__content p{
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 48px !important;
}

.grafics__item p{
color: rgba(0, 0, 0, 1);
font-size: 24px;
font-weight: 500;
text-align: center;
}

.grafics__item img{
  width: 1336px;
}

.grafics__item{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.grafics__item:nth-child(2) p{
  margin-bottom: 60px;
}

.grafics__item:nth-child(1) .img-1{

  height: 562px;
  margin: 60px 0px;
}
.grafics__item:nth-child(1) .img-2{

  height: 234px;
  margin-bottom: 100px;
}

.grafics__item:nth-child(2) .img-1{

  height: 400px;
  margin-bottom: 60px;
}
.grafics__item:nth-child(2) .img-2{

  height: 87px;
}

.grafics{
  margin-bottom: 120px;
}

.cont-adv .headline,
.stratedgy .headline,
.targ-adv .headline{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 60px;
}

.cont-adv__body{
  display: flex;
  flex-direction: row;
  gap: 67px;
  margin-bottom: 60px;
}

.cont-adv__item{
  width: calc(33% - 22px);
  height: 488.22px;
}

.cont-adv .headline img{
width: 444px;
height: 60px;
}

.cont-adv__list-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0px;
  box-sizing: border-box;
border-bottom: 2px solid rgba(217, 217, 217, 1);
}

.cont-adv__content{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 70px;
}

.cont-adv__content .num{
color: rgba(30, 30, 30, 1);
font-size: 64px;
font-weight: 600;
line-height: 87px;
width: 280px;
}

.cont-adv__content p,.cont-adv__list-item .sub-p{
color: rgba(30, 30, 30, 1);
font-size: 32px;
font-weight: 500;
}

.cont-adv__list-item .sub-p{
  opacity: 0.4;
}

.stratedgy .headline .headline-num{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
}

.stratedgy .num{
  color: rgba(30, 30, 30, 1);
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
  text-align: left;
  opacity: 0.4;
}

.headline-num p{
  color: rgba(33, 33, 33, 1);
font-size: 24px;
font-weight: 500;
line-height: 100%;
}

.stratedgy__row,.stratedgy_gal{
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.stratedgy_gal__item p{
  margin-top: 25px !important;
  color: rgba(16, 16, 16, 1);
font-size: 24px;
font-weight: 500;
line-height: 100%;
}

.stratedgy_gal{
  margin-bottom: 29px;
}
.stratedgy__row:not(:last-child){
  margin-bottom: 40px;
}

.stratedgy__col,.stratedgy_gal__item{
  width: calc(50% - 20px);
}

.stratedgy__item{
  box-sizing: border-box;
border: 2px solid rgba(238, 238, 238, 1);
border-radius: 12px;
position: relative;
padding: 40px;
height: 351px;
display: flex;
flex-direction: column;
justify-content: space-between;
overflow: hidden;
}

.stratedgy__item p{
color: rgba(33, 33, 33, 1);
font-size: 24px;
font-weight: 500;
line-height: 100%;
}

.stratedgy__item .img-bg{
  position: absolute;
}

.stratedgy__item.stratedgy__item-1 .img-bg{
  width: 304px;
  height: 304px;
  bottom: -71px;
  right: -78px;
}
.stratedgy__item.stratedgy__item-2 .img-bg{
  width: 359px;
  height: 240px;
  bottom: -62px;
  right: -68px;
}
.stratedgy__item.stratedgy__item-3 .img-bg{
  width: 334.96px;
  height: 261.94px;
  bottom: -9px;
  right: -29px;
}
.stratedgy__item.stratedgy__item-4 .img-bg{
  width: 292px;
  height: 63px;
  bottom: 40px;
  right: 40px;
}

.stratedgy__item.stratedgy__item-5{
  border-bottom: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  justify-content: start;
  gap: 40px;
}
.stratedgy__item.stratedgy__item-6{
  border-top: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  justify-content: end;
  gap: 40px;
}

.stratedgy__tags{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 58px;
  gap: 18px;
  
}

.stratedgy__tag:nth-child(1){
  width: 100%;
}

.stratedgy__tag{
  color: rgba(33, 33, 33, 1);
  font-family: 'Onest';
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  box-sizing: border-box;
/*border: 1px solid rgba(238, 238, 238, 1);*/
border-radius: 100px;
padding: 10px 25px 10px 25px;
width: calc(50% - 9px);
white-space: pre;
}

.stratedgy__col-img{
  height: auto;
}

.stratedgy__col-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.stratedgy{
  margin-bottom: 144px;
}

.targ-adv .headline img{
  width: 438.86px;
height: 114.64px;
}

.targ-stratedgy__row .gray{
opacity: 0.4;
}

.comp-interes h2{
  font-size: 58px;
  margin-bottom: 60px;
}

.comp-interes__body{
  display: flex;
  flex-direction: row;
  gap: 35px;
  margin-bottom: 60px;
}

.comp-interes__item{
  width: calc(33% - 14px);
}

.comp-interes__img{
  height: 307px;
 margin-bottom: 24px;
}

.comp-interes__item p{
color: rgba(16, 16, 16, 1);
font-size: 24px;
font-weight: 500;
line-height: 100%;
}

.stratedgy__item-7 .img-bg{
  width: 272px;
height: 272px;
bottom: 40px;
right: -37px;
position: absolute;
}
.stratedgy__item-8 .img-bg{
  width: 186.25px;
  height: 186.25px;
  bottom: 10px;
right: 36px;
position: absolute;
}
.stratedgy__item-9 .img-bg{
  width: 228.82px;
  height: 213.72px;
  bottom: -38px;
  right: 10px;
  position: absolute;
}
.stratedgy__item-10 .img-bg{
  width: 211.62px;
  height: 211.62px;
  bottom: -20px;
  right: 14px;
  position: absolute;
}

.reviews{
  margin-top: 40px;
  margin-bottom: 140px;
}

.reviews h2{
  text-align: center;
  margin-bottom: 60px;
}
.reviews__body{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.reviews__item{
  width: 555px;
height: 764px;
}

.double-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.double-half:not(.--freeWidth) {
  max-width: 50%;
}

.callback.center p {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 2.4rem;
  padding: 0 0.5rem;
  color: #F9585F;
}

.button-callback {
  width: 100%;
  border: none;
  color: #fff;
  background-color: #F9585F;
  height: 4rem;
  font-size: 1.2rem;
  border-radius: 10px;
}
.callback.center {
  text-align: center;
  margin: 0 auto;
}

@media (width <=1440px) {
  .second_section__item {
    padding: 68px 45px;
  }

  .tasks__item:nth-child(2) .img-3 {
    right: -80px;
  }
  .tasks__item:nth-child(3) .img-2 {
    right: -54px;
  }
  .stratedgy__col-img img {
    object-fit: fill;
  }
  .second_section__list .content {
    font-size: 28px;
    text-align: center;
  }

  .stratedgy__tag,.stratedgy__tag:nth-child(1) {
    border: 1px solid rgba(238, 238, 238, 1);
   width: auto; 
   white-space: normal; 
}
}

@media (width <= 1280px) {
  .second_section__item .name {
    padding-bottom: 30px;
  }
  .tasks .headline p {
    width: 900px;
  }
  .tasks__item:nth-child(1) .img-2 {
    bottom: 37px;
    right: auto;
    left: 30px;
  }

  .tasks__item:nth-child(2) .img-3 {
  display: none;
  }
  .tasks__item:nth-child(3) .img-2 {
    right: -104px;
  }

  .before-after__gallery a {
    border-radius: 20px;
    overflow: hidden;
    height: 283px;
  }

  .development__item:nth-child(2) img {
    width: 250px;
    height: 261.23px;
    bottom: -106px;
  }

  .development__content img {
    width: 600px;
    height: 344px;
  }

  .development__text {
    width: 608px;
  }

  .seo-prom__content {
    width: 600px;
    height: auto;
  }


}

@media (width <=1024px) {
  .second_section__item {
    padding: 48px 35px;
  }

  .second_section__item .name {
    padding-bottom: 0px;
  }

  .second_section__item .name {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 20px;
    text-align: center;
}
.second_section__list .content {
  font-size: 24px;
  line-height: 24px;
}

.second_section__list li {
  padding: 20px 0px;
}

.second_section__list .sub-content {
  font-size: 18px;
  line-height: 18px;
}

.yagoda32-page h2 {
  font-size: 50px;
  line-height: 50px;
}
.tasks .headline p {
  width: 100%;
}
.tasks .headline {
  flex-direction: column;
  gap: 20px;
}

.tasks__body {
  gap: 20px;
}

.tasks__item {
  width: calc(33% - 10px);
}

.tasks__item:nth-child(3) .img-2 {
  display: none;
}

.create-site__body {
  gap: 50px;
}

.create-site__content {
  width: 60%;
}

.create-site__content h2 {
  margin-bottom: 32px;
}

.importanta-in-dev__item p {
  font-size: 18px;
  width: fit-content;
}

.before-after__body {
  gap: 50px;
}

.before-after__item {
  width: calc(50% - 25px);
}

.development h2 {
  margin-bottom: 42px;
}

.development__item:nth-child(1) img {
  width: 90%;
  height: auto;
  left: 21px;
  bottom: -112px;
}

.development__item:nth-child(2) img {
  width: 180px;
  height: auto;
  bottom: -106px;
}

.development__content {
  flex-direction: column;
  gap: 20px;
}

.development__content img {
  width: 100%;
  height: auto;
}

.development__text {
  width: 100%;
}
.attention p {
  width: 100%;
}
.statistic__body {
  gap: 50px;
  margin-bottom: 80px;
}

.statistic__img {
  width: 511px;
  height: auto;
}
.cont-adv__body {
  gap: 30px;
  margin-bottom: 60px;
}

.cont-adv__item {
  width: calc(33% - 10px);
  height: 288.22px;
  border-radius: 12px;
  overflow: hidden;
}

.cont-adv__item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
} 

.cont-adv__content p, .cont-adv__list-item .sub-p {
  font-size: 20px;
}

.cont-adv__content .num {
  font-size: 50px;
  line-height: 50px;
  width: auto;
}

.stratedgy__item.stratedgy__item-1 .img-bg {
  bottom: -111px;
}
.stratedgy__item.stratedgy__item-2 .img-bg {
  bottom: -136px;
}

.stratedgy__item-7 .img-bg {
  bottom: -20px;
}

.stratedgy__item-9 .img-bg {
  bottom: -60px;
}

.button-callback {
  width: 50%;
}
}

@media (width <= 768px) {
  .top h1 {
    font-size: 30px;
    line-height: 30px;
}
.bx-breadcrumb .bx-breadcrumb-item {
  float: left;
  margin-bottom: 10px;
  white-space: normal;
  line-height: 13px;
  vertical-align: middle;
  margin-right: 10px;
}

.top-cell {
  max-width: none;
}

.poster-info {
  bottom: 20px;
  right: 20px;
  border-radius: 10px;
  padding: 20px;
  gap: 15px;
}

.poster-info .poster_logo {
  width: 150px;
}

.second_section__item .name {
  font-size: 24px;
  line-height: 24px;
}

.second_section__item {
  padding: 30px 25px;
}

.second_section__list .content {
  font-size: 18px;
  line-height: 18px;
}

.second_section__list li {
  padding: 10px 0px;
  gap: 10px;
}

.second_section, .tasks, .create-site, .before-after, .cont-adv__list {
  margin-bottom: 50px;
}

.yagoda32-page h2 {
  font-size: 35px;
  line-height: 35px;
}

.tasks .headline p {
  font-size: 18px;
}

.tasks__body {
  flex-direction: column;
}

.tasks__item {
  padding: 20px;
  height: 300px;
  width: 100%;
}

.tasks__item:nth-child(1) .img-2 {
  left: 250px;
}
.tasks__item:nth-child(1) .img-1 {
  bottom: 37px;
}
.tasks__item .name {
  font-size: 24px;
  margin-bottom: 15px;
}

.tasks__item .descr {
  font-size: 18px;
}

.tasks__item:nth-child(2) .img-2 {
  left: 283px;
  bottom: 43px;
}

.tasks__item:nth-child(2) .img-3 {
  width: 200px;
  height: 250px;
  position: absolute;
  bottom: -71px;
  right: -40px;
  display: block;
}

.tasks__item:nth-child(2) .img-1 {
  left: 36px;
  bottom: 37px;
}

.tasks__item:nth-child(3) .img-1 {
  width: 160px;
  height: 150px;
  bottom: 0px;
  left: 0px;
}

.tasks__item:nth-child(3) .img-2 {
  bottom: -65px;
  right: -34px;
  display: block;
}

.create-site__content {
  width: 100%;
  display: contents;
}

.create-site__content p {
  font-size: 18px;
}

.create-site__content h2 {
  margin-bottom: 20px;
}

.create-site__content .headline{
  order: 1;
}

.create-site__img{
  order: 2;
}

.create-site__footer{
  order: 3;
}

.create-site__body {
  flex-direction: column;
}

.create-site__footer .create-site__link {
  font-size: 16px;
}

.yagoda32-page h3 {
  font-size: 30px;
  line-height: 30px;
}

.importanta-in-dev h3 {
  margin-bottom: 30px;
}

.importanta-in-dev__item {
  gap: 20px;
  padding: 20px;
}

.importanta-in-dev {
  margin-bottom: 50px;
}

.before-after__gallery a {
  height: 150px;
}

.before-after__item h2 {
  margin-bottom: 30px;
}

.before-after__gallery img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.development h2 {
  margin-bottom: 30px;
}

.development__body {
  flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;
}

.development__item {
  width: 100%;
  box-sizing: border-box;
  height: 300px;
  padding: 20px;
}

.development__item p {
  font-size: 18px;
}

.development__item:nth-child(2) img {
  width: 40%;
}

.development__content h3 {
  margin-bottom: 20px;
}

.development__text ul li {
  font-size: 18px;
  font-weight: 500;
}

.seo-prom__content h2 {
  margin-bottom: 20px;
}

.seo-prom__content p {
  font-size: 18px;
  font-weight: 400;
}

.seo-prom__img {
  width: 480px;
  height: 280px;
}

.seo-prom h3 {
  margin-bottom: 20px;
}

.seo-prom-compl__item:nth-child(odd) {
  padding: 15px 20px 15px 0px;
}

.seo-prom-compl__item {
  width: 50%;
  font-size: 18px;
}

.seo-prom-compl__item:nth-child(even) {
  padding: 15px 20px;
}

.attention {
  margin-top: 50px;
  margin-bottom: 50px;
}

.attention p {
  font-size: 24px;
}


.attention .first-place {
  padding: 0px 20px;
}

.statistic__content p {
  font-size: 18px;
  margin-bottom: 24px !important;
}

.statistic__img{
  display: none;
}

.statistic__body {
  margin-bottom: 50px;
}

.grafics__item:nth-child(1) .img-1 {
  width: 100%;
  height: auto;
  margin: 50px 0px;
}

.grafics__item:nth-child(1) .img-2 {
  height: auto;
  width: 100%;
  margin-bottom: 50px;
}

.grafics__item:nth-child(2) p {
  margin-bottom: 50px;
  font-size: 18px;
}

.grafics__item:nth-child(2) .img-1 {
  height: auto;
  width: 100%;
  margin-bottom: 50px;
}

.grafics__item:nth-child(2) .img-2 {
  height: auto;
  width: 100%;
}

.cont-adv .headline img {
  width: 200px;
  height: auto;
}

.cont-adv__body {
  margin-bottom: 50px;
}

.cont-adv__content .num {
  font-size: 24px;
  line-height: 24px;
  width: auto;
}

.cont-adv__content p, .cont-adv__list-item .sub-p {
  font-size: 18px;
}

.stratedgy__row, .stratedgy_gal {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.stratedgy_gal__item {
  width: calc(50% - 10px);
}
.stratedgy__col{
  width: 100%;
}

.stratedgy_gal{
  flex-direction: row;
}

.stratedgy__row {
  flex-direction: column;
  gap: 20px;
}

.stratedgy .num {
  font-size: 40px;
  line-height: 40px;
}

.cont-adv .headline, .stratedgy .headline, .targ-adv .headline {
  margin-bottom: 30px;
}

.headline-num p {
  font-size: 18px;
  width: fit-content;
}

.stratedgy_gal__item p {
  margin-top: 10px !important;
  font-size: 18px;
  text-align: center;
}

.stratedgy__item {
  padding: 20px;
  height: 250px;
}

.stratedgy__item p {
  font-size: 18px;
}

.stratedgy__item.stratedgy__item-2 .img-bg {
  bottom: -96px;
  right: -38px;
}

.stratedgy__item.stratedgy__item-3 .img-bg {
  bottom: -30px;
}

.stratedgy__item.stratedgy__item-5,
.stratedgy__item.stratedgy__item-6{
    border: 2px solid rgba(238, 238, 238, 1);
    border-radius: 12px;
    justify-content: space-between;
    flex-direction: column-reverse;
}

.stratedgy__item.stratedgy__item-5{
  margin-bottom: 20px;
}

.stratedgy__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 18px;
}

.stratedgy__col.stratedgy__col-img{
  display: none;
}

.stratedgy__item.stratedgy__item-6{
justify-content: space-between;
flex-direction: column-reverse;
height: 150px;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
border-top: 2px solid rgba(238, 238, 238, 1);
border-bottom: none;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}

.stratedgy__tags{
  border: 2px solid rgba(238, 238, 238, 1);
  border-top:none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px; 
  padding: 20px;
  margin: 0;
}

.stratedgy {
  margin-bottom: 50px;
}

.targ-adv .headline img {
  width: 250px;
  height: auto;
}

.targ-adv .headline{
  align-items: center;
}

.comp-interes__body {
  gap: 20px;
  margin-bottom: 50px;
}

.comp-interes__img {
  height: auto;
  margin-bottom: 15px;
}

.comp-interes__item p {
  font-size: 18px;
}

.reviews h2 {
  margin-bottom: 30px;
}

.reviews__item {
  width: auto;
  height: 300px;
}

.reviews {
  margin-top: 50px;
  margin-bottom: 80px;
}

}

@media (width <= 500px) {
  .topic .top {
    flex-direction: column;
}

.top-cell:nth-child(2){
  display: none;
}

.top h1 {
  font-size: 24px;
  line-height: 24px;
}

.yagoda32-page p{
  font-size: 16px !important;
  line-height: 16px !important;
}

.yagoda32-page h2{
  font-size: 20px;
  line-height: 20px;
}

.yagoda32-page h3{
  font-size: 18px;
  line-height: 18px;
}

.poster-info {
  position: static;
  padding: 20px 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.poster-info .poster_logo {
  width: 80px;
  height: auto;
}

.second_section__body {
  flex-direction: column;
  gap: 20px;
}

.second_section__item {
  width: 100%;
}

.second_section__item .name{
  font-size: 20px !important;
  line-height: 20px !important;
}

.tasks .headline{
  gap: 10px;
}

.tasks__item{
  height: auto;
}

.tasks__item img{
  display: none !important;
}
.create-site__img {
  width: 100%;
  height: auto;
}

.importanta-in-dev__item {
  width: 100%;
}
.before-after__body {
  flex-direction: column;
}

.before-after__item {
  width: 100%;
}

.development__item:nth-child(1) img {
  left: 15px;
  bottom: -62px;
}

.development__item {
  height: 250px;
}

.development__item:nth-child(2) img {
  bottom: -60px;
}

.development__item:nth-child(2) .img-1 {
  left: 20px;
}

.development__item:nth-child(2) .img-2 {
  right: 20px;
}

.seo-prom__body {
  flex-direction: column;
}
.seo-prom__content {
  width: 100%;
  height: auto;
}

.seo-prom__img {
  width: 100%;
  height: auto;
}

.seo-prom-compl__item:nth-child(odd) {
  border-right: none;
}

.seo-prom-compl__item {
  width: 100%;
  font-size: 16px;
  padding: 10px 10px 10px 0px !important;
}

.attention p{
  line-height: 20px !important;
  padding: 0;
}

.statistic__content img {
  height: auto;
}

.cont-adv .headline, .stratedgy .headline, .targ-adv .headline {
  flex-direction: column;
  gap: 10px;
}

.cont-adv__body {
  gap: 20px;
  flex-direction: column;
}

.cont-adv__item {
  width: 100%;
}

.cont-adv .headline img {
  width: 150px;
  height: auto;
}

.cont-adv__content {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.cont-adv__list-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.stratedgy_gal {
  margin-bottom: 0px;
}

.stratedgy__item .img-bg{
  display: none;
}

.stratedgy__item {
  padding: 20px;
  gap: 20px;
  height: auto;
}

.stratedgy__tag {
  font-size: 16px;
  border-radius: 20px;
  padding: 10px 15px 10px 15px;
}

.stratedgy__item.stratedgy__item-6{
  height: auto;
}

.targ-adv .headline img {
  width: 150px;
  height: auto;
}

.targ-adv .headline {
  align-items: baseline;
}

.comp-interes__body {
  flex-direction: column;
}

.comp-interes__item {
  width: 100%;
}

.comp-interes h2 {
  margin-bottom: 20px;
}

}