.marketing {
    margin-top: 102px;
    position: relative;
}

.marketing-heading {
    padding: 40px 0 64px;
    margin-bottom: 64px;
}

.marketing-heading__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
}

.marketing-heading__presentation {
    width: 45%;
    margin-right: auto;
}

.marketing-heading__title {
    margin: 0;
    margin-bottom: 48px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    line-height: 65px;
    color: #333333;
}

.marketing-heading__btn.button {
    padding: 16px 48px;
    height: unset;
    border-radius: 50px;
    font-weight: bold;

}

.marketing-heading__btn.marketing-heading__btn--mobile {
    display: none;
}

.marketing-heading__info {
    width: 45%;
}

.marketing-heading__list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 24px;
}

.marketing-heading__item {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.marketing-heading__item:last-child {
    margin-bottom: 0;
}

.marketing-heading__item-icon {
    width: 10px;
    min-width: 10px;
    height: 8px;
    fill: none;
    stroke: #F85930;
    stroke-width: 3;
    margin-right: 12px;
    margin-top: 12px;
}


.marketing-heading__item b {
    color: #F85930;
}

.marketing-heading__item small {
    width: 100%;
    max-width: 406px;
    font-size: 12px;
    line-height: 16px;
    display: block;
    color: rgba(51, 51, 51, .5);
}



.marketing-heading__logos {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.marketing-heading__logo {
    margin-right: 32px;
}

.marketing-heading__logo:last-child {
    margin-right: 0;
}



.marketing-results__wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 64px 60px;
    background-image: url('/img/main/marketing-results-bg.png');
    background-size: 38% auto;
    background-repeat: no-repeat;
    background-position: 90% calc(100% + 1px);
}

.marketing-results__info {
    width: 558px;
    max-width: 100%;
}

.marketing-results__title {
    margin: 0;
    margin-bottom: 44px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 54px;
    color: #333333;
    text-align: center;
}

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

.marketing-results__item {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 24px;
}

.marketing-results__item a {
    color: inherit;
}

.marketing-results__item:last-child {
    margin-bottom: 0;
}

.marketing-results__item-icon {
    min-width: 34px;
    height: 10px;
    fill: none;
    stroke: #F85930;
    stroke-width: 5;
    margin-top: 12px;
    margin-right: 8px;
}

.marketing-prices {
    display: flex;
}

.marketing-prices__list {
    flex-grow: 1;
    border: 12px solid #F85930;
    padding: 56px;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.marketing-prices__item {
    width: calc(33.3333% - 56px);
    position: relative;
}

.marketing-prices__item:nth-child(1):after{
    display: block;
    content: '';
    position: absolute;
    top: 10px;
    left: -25px;
    background: url("/img/corp/1.png") no-repeat;
    bottom: 0;
    right: 0;
}

.marketing-prices__item:nth-child(2):after{
    display: block;
    content: '';
    position: absolute;
    top: 10px;
    left: -30px;
    background: url("/img/corp/2.png") no-repeat;
    bottom: 0;
    right: 0;
}

.marketing-prices__item.marketing-prices__item--closed:after {
    content: "";
    position: absolute;
    left: -56px;
    top: 50%;
    width: calc(100% + 80px);
    height: 12px;
    background: #F85930;
    opacity: 0.64;
    transform: rotate(-45deg);
}


.marketing-prices__title {
    width: 207px;
    max-width: 100%;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 16px;
    color: #333333;
    font-weight: bold;
}

.marketing-prices__price {
    font-size: 24px;
    line-height: 130%;
    color: #333333;
}

.marketing-prices__price span {
    position: relative;
}

.marketing-prices__discount {
    position: absolute;
    right: -16px;
    top: -12px;
    font-size: 18px;
    line-height: 130%;
    font-weight: bold;
    background: #F85930;
    border-radius: 4px;
    padding: 2px 4px;
    transform: rotate(12deg);
}


.marketing-prices__price small {
    margin-top: 4px;
    font-size: 14px;
    line-height: 130%;
    color: rgba(51, 51, 51, .5);
    display: block;
}



.marketing-prices__special {
    padding: 24px;
    padding-top: 62px;
    width: 305px;
    background: #F85930;
}

.marketing-prices__special-title {
    font-size: 18px;
    line-height: 130%;
    font-weight: bold;
    color: #000000;
    margin: 0;
    margin-bottom: 8px;
}

.marketing-prices__special-text {
    margin: 0;
    font-size: 18px;
    line-height: 130%;
}




.marketing-services {
    background-color: #F8F8F8;

}

.marketing-services__wrapper {
    padding: 70px 0 74px;
    background-image: url('/img/main/marketing-services-bg.png');
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: left center;
}

.marketing-services__info {
    /*width: 486px;*/
    width: 496px;
    max-width: 100%;
    margin-left: auto;
}

.marketing-services__title {
    margin: 0;
    margin-bottom: 42px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 54px;
    color: #333333;
}

.marketing-services__list {
    padding: 0;
    margin: 0;
    margin-bottom: 42px;
    list-style: none;
}


.marketing-services__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 24px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    color: #333333;
}



.marketing-services__item:last-child {
    margin-bottom: 0;
}

.marketing-services__item-icon {
    width: 18px;
    height: 12px;
    margin-right: 8px;
    margin-top: 6px;
    fill: none;
    stroke: #F85930;
    stroke-width: 3;
}

.marketing-services__text {
    margin: 0;
}

.marketing-services__text b {
    color: #F85930;
}

.marketing-services__text br {
    display: none;
}

.marketing-services__btn.button {
    padding: 16px 48px;
    height: unset;
    border-radius: 50px;
    text-transform: uppercase;
}

.working-process {
    padding: 92px 0 34px;
}

.working-process__title {
    margin: 0;
    margin-bottom: 42px;
    text-align: center;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 54px;
    color: #333333;
}


.working-process__list {
    width: 928px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.working-process__item {
    width: 30%;
    margin-bottom: 92px;
    text-align: center;
    position: relative;
}

.working-process__item:nth-child(1)::after,
.working-process__item:nth-child(2)::after,
.working-process__item:nth-child(4)::after,
.working-process__item:nth-child(5)::after {
    content: "";
    position: absolute;
    width: 173px;
    height: 36px;
    fill: none;
    top: 64px;
    left: 75%;
    background-image: url('/img/main/working-process__arrow.svg');
    background-size: cover;
}

.working-process__item:nth-child(4)::after,
.working-process__item:nth-child(5)::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


.working-process__item:nth-child(3)::after {
    content: "";
    position: absolute;
    top: unset;
    width: 33px;
    height: 93px;
    top: 98%;
    left: calc(50% - 16px);
    background-image: url('/img/main/working-process__arrow--vertical.svg');
    background-size: cover;
}



/* .working-process__arrow {
  position: absolute;
  width: 173px;
  height: 36px;
  height: auto;
  fill: none;
  top: 64px;
  left: calc(75%)
}




.working-process__arrow.working-process__arrow--rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.working-process__arrow.working-process__arrow--vertical {
  top: unset;
  width: 33px;
  height: 93px;
  top: 100%;
  left: calc(50% - 16px)
} */


.working-process__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 166px;
    height: 166px;
    background-color: #F8F8F8;
    border-radius: 50%;
    -webkit-box-shadow: 0px -5px 0px rgba(203, 203, 203, 0.25);
    box-shadow: 0px -5px 0px rgba(203, 203, 203, 0.25);
    margin: 0 auto 16px;
    z-index: 2;
    position: relative;
}


.working-process__text {
    max-width: 100%;
    margin: 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #333333;
    line-height: 160%;
}




.marketing__advertising-audit {
    margin-bottom: 64px;
}

.advertising-audit {
    padding: 64px 0;
    background-image: url('/img/main/audit-bg.png');
    background-size: 471px auto;
    background-repeat: no-repeat;
    background-position: calc(50vw - 580px) center;
}

.advertising-audit__info {
    width: 604px;
    max-width: 100%;
    margin-left: auto;
}


.advertising-audit__title {
    margin: 0;
    margin-bottom: 16px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 54px;
    color: #333333;
}

.advertising-audit__title b {
    color: #F85930;
    position: relative;
    display: inline-block;
}

.advertising-audit__title b small {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: 'Rubik';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #F85930;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-decoration: line-through;
}


.advertising-audit__list {
    margin: 0;
    margin-bottom: 24px;
    padding: 0;
    list-style: none;
    max-width: 100%;
}

.advertising-audit__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
}

.advertising-audit__item:last-child {
    margin-bottom: 0;
}

.advertising-audit__item-icon {
    width: 18px;
    min-width: 18px;
    height: 12px;
    margin-right: 4px;
    margin-top: 8px;
    fill: none;
    stroke: #F85930;
    stroke-width: 2;
}

.advertising-audit__text {
    margin: 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.advertising-audit__note {
    margin: 0;
    display: flex;
    align-items: center;

}

.advertising-audit__note span {
    font-size: 24px;
    line-height: 130%;
    color: #000000;
    font-weight: bold;
}

.advertising-audit__note small {
    font-size: 12px;
    line-height: 14px;
    color: #F85930;
    margin-left: 12px;
}

.advertising-audit__note small b {
    display: block;
}

.advertising-audit__btn.button {
    padding: 16px 48px;
    height: unset;
    border-radius: 50px;
    margin: 0 auto;
}

.recomendations {
    padding: 64px 0 16px;
    margin-bottom: 62px;
}

.recomendations__title {
    margin: 0;
    margin-bottom: 42px;
    text-align: center;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 54px;
    color: #333333;
}


.recomendations__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.recomendations__item {
    width: 48%;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.recomendations__item-icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
    fill: #F85930;
    margin-right: 16px;
}


.recomendations__item-title {
    margin: 0;
    margin-bottom: 4px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.recomendations__item-text {
    margin: 0;
    margin-bottom: 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.marketing-feedback {
    padding: 64px 0 224px;
}

.marketing-feedback__title {
    margin: 0;
    margin-bottom: 42px;
    text-align: center;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 54px;
    color: #121212;
}


.marketing-feedback__list {
    padding: 0 58px;
}

.marketing-feedback__item {
    padding: 0 10px;
    text-align: center;
}

.marketing-feedback__avatar {
    display: block;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto 24px;
}


.marketing-feedback__name {
    margin: 0;
    margin-bottom: 20px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
    text-align: center;

    color: #333333;

}

.marketing-feedback__position {
    margin-bottom: 16px;
    display: block;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    text-align: center;

    color: #333333;
}

.marketing-feedback__text {
    width: 727px;
    margin: 0 auto;
    max-width: 100%;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #333333;
}


.events-list__prev,
.events-list__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 210px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: #F85930;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.events-list__prev {
    left: 0;
}

.events-list__next {
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


.events-list__prev:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.events-list__next:hover {
    -webkit-transform: scale(1.05) rotate(180deg);
    transform: scale(1.05) rotate(180deg);
}


.events-list__prev svg,
.events-list__next svg {
    width: 10px;
    height: 21px;
    stroke: #fff;
    fill: none;
    stroke-width: 4;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


.video-reviews {
    margin: 0 -15px;
}

.video-reviews__item {
    padding: 0 15px;
}


.video-reviews__video {
    border-radius: 10px;
    margin-bottom: 4px;
}

.video-reviews__item-text {
    margin: 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}
.marketing-results__paragraph{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #151C34;
    opacity: 0.4;
    margin-top: 4px;
    width: 479px;
    max-width: 100%;
}
.our-work__title{
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 54px;
    color: #333333;
    margin-bottom: 25px;
    font-family: Rubik;
}
.portfolio-slider__item{
    width: 657px;
    max-height: 402px;
    margin-right: 62px;
}
.portfolio-slider__link{
    width: 100%;
    height: 100%;
}
.portfolio__image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.marketing__our-work{
    margin-bottom: 120px;
}
.section-employees__title{
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 54px;
    color: #333333;
    margin-bottom: 32px;
}
.employees-card__paragraph{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    opacity: 0.64;
    width: 230px;
}
.marketing__section-employees{
    margin-bottom: 220px;
}
.employees-card{
    display: block;
}
.gallery-employees__employees-card{
    min-width: 228px;
    margin-bottom: 32px;
}
.gallery-employees{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.employees-card__img{
    margin-bottom: 12px;
}
.secondary-btn{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #F85930;
    border: 1px solid transparent;
    background: transparent;
}
.gallery-employees__secondary-btn{
    width: fit-content;
    margin: 0 auto;
    display: block;
}
.our-work__portfolio{
    height: auto;
    margin-bottom: 0;
}






























@media(max-width: 1199px) {
    .marketing {
        margin-top: 0px;
        overflow: hidden;
    }

    .marketing-heading {
        padding: 0;
    }

    .marketing-heading__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .marketing-heading__presentation {
        max-width: 100%;
        width: 650px;
        margin: 0 auto 32px;
    }

    .marketing-heading__title {
        margin-bottom: 0;
        text-align: center;
    }

    .marketing-heading__btn.button {
        display: none;
    }

    .marketing-heading__btn.marketing-heading__btn--mobile.button {
        display: block;
        margin: 0 auto;
    }

    .marketing-heading__info {
        max-width: 100%;
        width: 480px;
        margin: 0 auto;
    }

    .marketing-heading__logos {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 32px;
    }

    .advertising-audit {
        padding: 32px 0;
    }

    .advertising-audit {
        background-size: 320px auto;
        background-position: calc(50vw - 480px) center;
    }


    .recomendations {
        margin-bottom: 92px;
    }

    .marketing-prices__list {
        padding: 40px;
    }

}

@media(max-width: 991px) {

    .marketing-services__wrapper {
        background-size: 36% auto;
    }

    .marketing-prices {
        flex-direction: column;
    }

    .marketing-prices__special {
        width: 100%;
        padding: 24px;
        text-align: center;
    }

    .advertising-audit {
        background-size: 290px auto;
        background-position: calc(50vw - 400px) center;
    }

    .advertising-audit__info {
        width: calc(100% - 320px);
    }



}



@media(max-width: 767px) {

    .marketing-heading {
        margin-bottom: 40px;
    }

    .marketing-heading__presentation {
        width: 100%;
        margin: 0 0 32px;
    }

    .marketing-heading__title {
        margin: 0;
        font-size: 32px;
        line-height: 125%;
        text-align: center;
    }

    .marketing-heading__info {
        width: 100%;
    }

    .marketing-heading__list {
        width: max-content;
        margin: 0 auto 24px;
    }

    .marketing-heading__item {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 12px;
        max-width: 290px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .marketing-heading__item-icon {
        margin-bottom: 0;
        margin-top: 10px;
        width: 12px;
        min-width: 12px;
        height: 8px;
    }


    .marketing-heading__logo {
        margin-right: 12px;
    }


    .marketing__results {
        margin-bottom: 40px;
    }

    .marketing-results__wrapper {
        padding: 0px 0 32px;
        border: none;
        background-image: none;
    }

    .marketing-results__info {
        width: 100%;
    }

    .marketing-results__title {
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 32px;
        text-align: center;
    }

    .marketing-results__list {
        margin: 0 auto;
        width: max-content;
    }

    .marketing-results__item {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .marketing-results__item-icon {
        min-width: 26px;
        width: 26px;
        height: 4px;
        stroke-width: 5;
        margin-top: 12px;
    }

    .marketing-prices__list {
        flex-direction: column;
        padding: 24px 12px;
    }

    .marketing-prices__item {
        width: 100%;
        margin-bottom: 24px;
        text-align: center;
    }

    .marketing-prices__item:last-child {
        margin-bottom: 0;
    }

    .marketing-prices__title {
        width: auto;
        font-size: 18px;
        margin-bottom: 8px;
    }

    .marketing-prices__item.marketing-prices__item--closed:after {
        width: 80%;
        max-width: 360px;
        height: 8px;
        left: 50%;
        transform: translateX(-50%) rotate(-15deg);
    }

    .marketing-prices__price {
        font-size: 16px;
    }

    .marketing-prices__discount {
        font-size: 12px;
    }

    .marketing-prices__price small {
        font-size: 12px;
    }

    .marketing-prices__special {
        padding-top: 12px;
    }

    .marketing-prices__special-title {
        font-size: 16px;
    }

    .marketing-prices__special-text {
        font-size: 14px;
    }


    .marketing-services__wrapper {
        padding: 28px 0 260px;
        background-size: 299px auto;
        background-repeat: no-repeat;
        background-position: center 93%;
    }

    .marketing-services__info {
        margin-left: 0;
        width: 100%;
    }

    .marketing-services__title {
        font-size: 26px;
        line-height: 38px;
        text-align: center;
        margin-bottom: 24px;
    }

    .marketing-services__list {
        margin-bottom: 0;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 0 auto;
    }

    .marketing-services__btn.button {
        display: none;
    }

    .marketing-services__item {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 24px;

    }

    .marketing-services__item-icon {
        min-width: 20px;
        height: 12px;
        stroke-width: 3;
        margin-top: 4px;
    }



    .working-process {
        padding: 40px 0;
    }

    .working-process__title {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 24px;
    }

    .working-process__list {
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
    }

    .working-process__item {
        width: 45%;
        margin-bottom: 0;
    }

    .working-process__item:nth-child(2) {
        margin-top: 135px;
    }


    .working-process__item:nth-child(5) {
        margin-top: 110px;
    }

    .working-process__item:nth-child(3),
    .working-process__item:nth-child(6) {
        margin-top: -34px;
    }

    .working-process__item:nth-child(4) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 110px;
    }


    .working-process__item:nth-child(4)::after {
        content: none;
    }


    .working-process__item:nth-child(1)::after,
    .working-process__item:nth-child(3)::after,
    .working-process__item:nth-child(6)::after {
        content: "";
        position: absolute;
        background-size: cover;
        background-image: url('/img/main/working-process__arrow--mobile.svg');
        width: 149px;
        height: 96px;
        top: 50px;
        left: 80%;
    }

    .working-process__item:nth-child(2)::after,
    .working-process__item:nth-child(5)::after {
        background-image: url('/img/main/working-process__arrow--mobile2.svg');
        width: 170px;
        height: 149px;
        left: unset;
        top: 0px;
        right: 80%;
        -webkit-transform: none;
        transform: none;
    }

    .working-process__img {
        width: 100px;
        height: 100px;
        -webkit-box-shadow: 0px 5px 0px rgba(203, 203, 203, 0.25);
        box-shadow: 0px 5px 0px rgba(203, 203, 203, 0.25);
    }

    .working-process__icon {
        width: 60px;
        height: 60px;
    }

    .working-process__text {
        font-size: 12px;
        line-height: 18px;
    }



    .advertising-audit {
        padding: 28px 0;
        margin-bottom: 0;
        background-position: center 106px;
    }


    .advertising-audit__info {
        width: 100%;
        margin: 0;
    }

    .advertising-audit__title {
        width: 320px;
        margin: 0 auto;
        max-width: 100%;
        text-align: center;
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 240px;
    }


    .advertising-audit__title b small {
        font-size: 12px;
        top: -2px;
        font-weight: normal;
    }

    .advertising-audit__list {
        width: max-content;
        margin: 0 auto 24px;
    }


    .advertising-audit__item {
        margin-bottom: 20px;
    }

    .advertising-audit__item-icon {
        min-width: 14px;
        width: 14px;
        height: 10px;
        stroke-width: 3;
        margin-top: 10px;
        margin-right: 8px;
    }


    .advertising-audit__text {
        font-size: 16px;
        line-height: 28px;
    }

    .advertising-audit__note {
        justify-content: center;
    }

    .recomendations {
        padding: 40px 0 0px;
        margin-bottom: 0;
    }

    .recomendations__title {
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 32px;
    }

    .recomendations__item {
        width: 100%;
        margin-bottom: 20px;
    }

    .recomendations__item-icon {
        width: 28px;
        height: 28px;
        min-width: 28px;
        margin-right: 12px;
        margin-top: 8px;
    }

    .recomendations__item-title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 8px;
    }

    .recomendations__item-text {
        font-size: 14px;
        line-height: 24px;
    }

    .marketing-feedback {
        padding: 36px 0 72px;
    }

    .marketing-feedback__list {
        padding: 0;
    }

    .marketing-feedback__title {
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 32px;
    }

    .marketing-feedback__avatar {
        width: 120px;
        height: 120px;
    }

    .marketing-feedback__name {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .marketing-feedback__position {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 16px;
    }

    .marketing-feedback__text {
        font-size: 14px;
        line-height: 24px;
    }
    .marketing-prices__item:nth-child(1):after{
        display: none;
    }
    .marketing-prices__item:nth-child(2):after{
        display: none;
    }
    .portfolio-slider__item{
        margin-right: 0px;
    }
}





@media(max-width: 540px) {
    .marketing-services__text br {
        display: inline;
    }
    .marketing-results__item a {
        width: 50%;
    }
    .marketing__section-employees {
        margin-bottom: 90px;
    }
    .section-employees__title{
        font-size: 26px;
        line-height: 38px;
    }
    .our-work__title{
        font-size: 26px;
        line-height: 38px;
    }



}