@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;
}

p {
  margin-bottom: 1rem;
}

main {
  overflow: hidden;
}

.section-title {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.section-title h2 {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 600;
  color: #67048C;
  white-space: nowrap;
}
.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 {
  font-size: 2.1rem;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-align: left;
}

.top-cell {
  max-width: 700px;
}

.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;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.poster-info .box {
  height: 100%;
  position: relative;
}

.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;
}


.task-section__body {
  display: flex;
  flex-direction: row;
  gap: 176px;
}

.task-section__item h2{
  color: rgba(249, 88, 95, 1);
font-size: 48px;
font-weight: 600;
line-height: 100%;
margin-bottom: 35px;
}

.task-section__item .img img{
  width: 100%;
  height: 100%;
  object-fit: inherit;
}

.task-section__item:nth-child(1) .img{
  width: 323.91px;
height: 347.39px;
}

.task-section__item:nth-child(2) .img{
  width: 356.86px;
  height: 415.41px;
}

.task-section__item:nth-child(3) .img{
  width: 360.43px;
  height: 359.23px;
}

.task-section__item p{
  margin-bottom: 35px;
  padding: 0;
  color: var(--text, rgba(33, 33, 33, 1));

font-family: Arial;
font-size: 20px;
font-weight: 400;
line-height: 24px;
}

.task-section__item:nth-child(1) p{
  width: 70%;
}

.task-section,
.whatwedo-shema__img{
  margin-bottom: 110px;
}

.whatwedo-section h2{
font-size: 48px;
font-weight: 500;
line-height: 100%;
margin-bottom: 40px;
}

.whatwedo-shema__img{
  height: 1368px;
}

.whatwedo-shema__img img, .whatwedo-template__img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.whatwedo-num-item {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
}

.whatwedo-num-item .num{
  border-radius: 39.66px;
  background: #F9585F;
  color: rgba(255, 255, 255, 1);
  width: 79.33px;
  height: 79.33px;
font-family: Arial;
font-size: 40px;
font-weight: 700;
line-height: 48px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}

.whatwedo-num-item  .content {
  padding: 0;
  min-height: auto;
  width: 70%;
}

.whatwedo-num-item .name{
  color: rgba(16, 16, 16, 1);
font-family: Arial;
font-size: 24px;
font-weight: 400;
line-height: 100%;
padding: 0;
}

.whatwedo-num-item .descr, .whatwedo-num-item span.gray{
  color: rgba(103, 103, 103, 1);
  padding: 0;
}

.whatwedo-num-item .descr{
margin-top: 30px;
}

.whatwedo-template__img{
  height: 828.8px;
  margin-top: 50px;
}

.whatwedo__body_f {
  display: flex;
  flex-direction: row;
  margin-top: 63px;
  justify-content: space-between;
  margin-bottom: 83px;
}

.whatwedo__body_f__item:nth-child(2){
  width: 708px;
  height: 708px;
}

.whatwedo__body_f__item:nth-child(1){
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.whatwedo__body_f__item:nth-child(1) .whatwedo-num-item{
  width: 55%;
}

.whatwedo__body_s {
  display: flex;
  flex-direction: row;
  gap: 77px;
  margin-left: 120px;
  margin-right: 71px;
  margin-bottom: 170px;
}

.whatwedo__body_s__item{
  width: calc(50% - 38px);
}

.whatwedo__body_th{
  display: flex;
  flex-direction: row;
  gap: 139px;
  margin-bottom: 180px;
}

.whatwedo__body_th__item{
  width: calc(50% - 70px);
}

.whatwedo__body_th__item:nth-child(1){
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: space-between;
}

.whatwedo__body_th__item:nth-child(2){
  height: 830px;
}

.whatwedo__body_th__item .whatwedo-num-item{
  margin-bottom: 20px;
}

.whatwedo__body_th__item:nth-child(2) img{
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.whatwedo__finish-block{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 140px;
}

.whatwedo__finish__item:nth-child(1){
  width: 500px;
}

.whatwedo__finish__item:nth-child(2){
  width: 800px;
}

.whatwedo__finish__item p{
margin-bottom: 69px;
font-family: Arial;
font-size: 24px;
font-weight: 400;
line-height: 100%;
}

.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 <= 1290px) {
  .task-section__body {
    gap: 80px;
}

.whatwedo-section h2 {
  margin-bottom: 0px;
  padding: 0;
}

.whatwedo-shema__img,.whatwedo-template__img {
  margin-bottom: 0px;
}

.whatwedo__body_f{
  margin-top: 0;
  margin-bottom: 0;
}

.whatwedo__finish__item{
  width: calc(50% - 40px) !important;
}

.whatwedo__finish-block{
  gap: 80px;
  margin-bottom: 80px;
}

.whatwedo__finish__item .img{
  height: 400px;
}

.whatwedo__body_th {
  margin-bottom: 80px;
}

.whatwedo__finish__item p {
  margin-bottom: 30px;
}

}

@media (width <=1024px) {
  .task-section__item h2 {
    color: rgba(249, 88, 95, 1);
    font-size: 28px;
    margin-bottom: 20px;
}

.task-section__item p {
  font-size: 16px;
  line-height: 20px;
}

.task-section__item {
  width: calc(33% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.task-section__item:nth-child(1) .img,
.task-section__item:nth-child(2) .img,
.task-section__item:nth-child(3) .img {
  width: 100%;
  height: auto;
}

.task-section__item:nth-child(1) p{
  width: 100%;
}

.task-section{
  margin-bottom: 50px;
}

.whatwedo-shema__img {
  height: 1000px;
}

.whatwedo-num-item .name{
  font-size: 20px;
}
.whatwedo-num-item {
  gap: 20px;
}

.whatwedo-template__img {
  height: 600px;
  margin-top: 0px;
}

.whatwedo__body_f__item:nth-child(1) .whatwedo-num-item {
  width: 80%;
}

.whatwedo-num-item .descr {
  margin-top: 10px;
  font-size: 14px;
}

.whatwedo__body_f__item:nth-child(2) {
  width: 100%;
  height: 508px;
}

.whatwedo__body_s {
  gap: 50px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
}

.whatwedo__body_f {
  margin-bottom: 50px;
}

.whatwedo__body_th__item:nth-child(2) {
  height: 630px;
}

.whatwedo__body_th {
  gap: 0px;
  margin-bottom: 50px;
  justify-content: space-between;
}

.whatwedo__finish__item p {
  font-size: 18px;
  padding: 0;
}

.whatwedo__finish-block {
  gap: 80px;
  margin-bottom: 50px;
}

.button-callback {
    width: 33%;
}

.whatwedo-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
}



}

@media (width <=768px) {
  .top h1 {
    font-size: 1.8rem;
}

.task-section__body {
  gap: 50px;
}

.whatwedo-shema__img {
  height: 600px;
}

.whatwedo-num-item .num {
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 30px;
}

.whatwedo__body_th__item {
  width: calc(50% - 20px);
}

.whatwedo__body_s {
  flex-direction: column;
}

.whatwedo__body_s__item {
  width: 100%;
}


}

@media (width <= 440px) {
  .whatwedo__finish-block {
    gap: 20px;
    flex-direction: column;
}

.whatwedo__finish__item {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.whatwedo__finish__item .img {
  height: 200px;
}

.whatwedo__body_th {
  flex-direction: column;
  gap: 30px;
}

.whatwedo__body_th__item:nth-child(1) {
  gap: 30px;
}

.whatwedo__body_th__item {
  width: 100%;
}

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

.whatwedo__body_f__item{
  display: contents !important;
}

.whatwedo__body_f__item .whatwedo-num-item:nth-child(1){
  order: 1;
}

.whatwedo__body_f__item img{
  order: 2;
}

.whatwedo__body_f__item .whatwedo-num-item:nth-child(2){
  order: 3;
}

.whatwedo__body_f__item:nth-child(1) .whatwedo-num-item {
  width: 100%;
}

.whatwedo-template__img {
  height: auto;
  margin: 30px 0px;
}

.whatwedo-shema__img {
  height: auto;
  margin-bottom: 30px;
}
.task-section__body {
  gap: 30px;
  flex-direction: column;
}

.task-section__item {
  width: 100%;
}

.task-section__item:nth-child(1) .img, .task-section__item:nth-child(2) .img, .task-section__item:nth-child(3) .img {
  width: 200px;
  height: 200px;
  display: block;
  margin: 0 auto;
}

}