.smm,
.copywriting {
    padding-top: 110px;
    padding-bottom: 110px;
}
h2 {
    text-align: center;
}
.smm .content .laptop,
.copywriting .content .laptop {
    position: relative;
}
.smm .content .laptop img,
.copywriting .content .laptop .display img {
    width: 100%;
}
.smm .content .laptop .display {
    position: absolute;
    width: 67.5%;
    top: 5%;
    left: 16.4%;
}
.smm .content .laptop .display video,
.copywriting .content .laptop .display iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.smm button {
    margin: 0;
}
.copywriting {
    background: var(--background-section);
}
.copywriting .content .laptop img {
    width: 90%;
}
.copywriting .content .laptop .display {
    position: absolute;
    width: 69.5%;
    top: 3%;
    left: 10.5%;
}
.copywriting .content button {
    margin: 40px 0 0;
}
.media-plan {
    background: var(--color-section-header);
    padding: 120px 0 0;
    color: var(--main-color-white);
}
.media-plan h2 {
    color: var(--main-color-white);
}
.media-plan .content .text p {
    font-size: 18px;
    font-weight: 300;
    padding-right: 60px;
}
.media-plan .content img {
    width: 50%;
}
.media-plan .link-pdf button {
    margin: 0;
}
.about  {
    & > div {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    & > div:nth-child(odd) {
        background: var(--background-section);
    }
    & > div:nth-child(odd) .content {
        flex-flow: row-reverse;
    }
    & .content img {
        max-width: 90%;
        margin-left: auto;
        display: block;
        margin-top: 89px;
    }
    & .content.last img {
        max-width: 50%;
        margin: auto;
    }
    & .content .macbook img {
        margin-left: 0;
        margin-top: 0;
        max-width: 100%;
    }
    & > div:nth-child(odd) .content img {
        margin-left: 0;
        margin-right: auto;
        margin-top: auto; 
    }
    & .content p {
        margin-bottom: 20px;
    }
    & .content.double {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
        h3 {
            font-size: 30px;
        }
    }
    & .content.triple {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
        h3 {
            font-size: 30px;
        }
        b {
            margin-bottom: 10px;
        }
        ul {
            display: flex;
            flex-direction: column;
            gap: 10px;
            li {
                margin-bottom: 0;
            }
        }
    }
    & button {
        margin: 0;
    }
    & > div:nth-child(2n) button {
        margin-left: 50%;
    }
    & > div > .wrapper:has(>h2 + p) > h2 {
        margin-bottom: 20px;
    }
    & > div > .wrapper:not(img) > div > div {
        width: 100%;
    }
    & > div > .wrapper > p {
        margin: 0 auto;
        margin-bottom: 50px;
        text-align: center;
        max-width: 768px;
    }
    .profit-items {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        > div {
            width: 20.33% !important;
        }
        span {
            font-size: 90px;
            color: var(--color-span);
            font-weight: 900;
        }
        h3 {
            top: -50px;
            font-size: 18px;
            color: var(--color-section-header);
            font-weight: bold;
            position: relative;
        }
        p {
            top: -30px;
            color: var(--color-section-header);
            position: relative;
        }
        &.triple {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 50px;
            > div {
                width: 100% !important;
                h3 {
                    position: static;
                }
                p {
                    margin-top: 20px;
                    position: static;
                }
            }
        }
    }
    &.dev div:nth-child(2) .content > div > div {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}
.price {
    padding: 80px 0 140px;
    background: linear-gradient(to right, var(--background-violet), var(--background-violet), var(--color-text), var(--background-gradient-blue));
    .table {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        color: var(--main-color-white);
        margin-bottom: 30px;
        position: relative;
    }
    .table .column div {
        padding-bottom: 10px;
    }
    .table .column div:first-child {
        padding: 6px 25px 0;
        min-height: 40px;
        text-align: center;
        max-width: 260px;
    }
    .table .column div p {
        background: var(--background-table-row);
        height: 30px;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        padding: 0 25px;
        text-align: left;
    }
    .table .column.border div p {
        justify-content: center;
    }
    .table .column.border {
        border: 1px solid var(--main-color-white);
    }
    .table .column img {
        width: 31px;
        height: 31px;
        display: block;
    }
    .table .column div p span::before {
        font-family: 'icon';
        color: var(--main-color-white);
        font-size: 21px;
        line-height: 21px;
        margin-right: 20px;
    }
    .table .column div:nth-child(2) p:nth-child(1) span::before,
    .table .column div:nth-child(2) p:nth-child(2) span::before,
    .table .column div:nth-child(2) p:nth-child(3) span::before {
        width: 21px;
        height: 21px;
        border: 1px solid var(--main-color-white);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .table .column div:nth-child(2) p:nth-child(1) span::before {
        content: '\e922';
        font-size: 7px;
        line-height: 7px;
    }
    .table .column div:nth-child(2) p:nth-child(2) span::before {
        content: '\e922';
        font-size: 12px;
        line-height: 12px;
    }
    .table .column div:nth-child(2) p:nth-child(3) span::before {
        content: '\e922';
        font-size: 17px;
        line-height: 17px;
    }
    .table .column div:nth-child(2) p:nth-child(4) span::before {
        content: '\e92f';
    }
    .table .column div:nth-child(3) p:nth-child(1) span::before {
        content: '\e92d';
    }
    .table .column div:nth-child(3) p:nth-child(2) span::before {
        content: '\e92b';
    }
    .table .column div:nth-child(3) p:nth-child(3) span::before {
        content: '\e91c';
    }
    .table .column div:nth-child(3) p:nth-child(4) span::before {
        content: '\e929';
    }
    .table .column div:nth-child(3) p:nth-child(5) span::before {
        content: '\e925';
    }
    .table .column div:nth-child(3) p:nth-child(6) span::before {
        content: '\e91b';
    }
    .table .column div:nth-child(3) p:nth-child(7) span::before {
        content: '\e925';
    }
    .table .column div:nth-child(3) p:nth-child(8) span::before {
        content: '\e91b';
    }
    .table .column div:nth-child(3) p:nth-child(9) span::before {
        content: '\e927';
    }
    .table .column div:nth-child(3) p:nth-child(10) span::before {
        content: '\e923';
    }
    .table .column div:last-child {
        max-width: 260px;
        padding: 0 0 0 13px;
        font-size: 12px;
        text-align: left;
    }
    .table .column button {
        min-width: 100%;
        padding: 10px;
        font-size: 12px;
        margin-bottom: 20px;
    }
}
.form-question {
    background: var(--background-section);
    padding-top: 100px;
    padding-bottom: 100px;
    h3 {
        text-transform: uppercase;
        font-weight: 800;
        margin-bottom: 22px;
        font-size: 18px;
    }
    p {
        margin-bottom: 30px;
        font-size: 16px;
    }
    form {
        flex-direction: row;
        justify-content: space-between;
        align-items: inherit;
    }
    form .info {
        display: flex;
        flex-direction: column;
    }
    form .info p {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 16px;
    }
    form .info p::before {
        content: '';
        background: linear-gradient(to left, var(--background-violet),var(--background-violet), var(--color-text), var(--background-gradient-blue));
        width: 65px;
        height: 5px;
        margin: 32px 0 18px 0;
        display: block;
    }
    form .info input {
        width: 450px;
        height: 45px;
        background: var(--background-input);
        border-radius: 0;
        margin-bottom: 8px;
    }
    form .info textarea {
        width: 450px;
        height: 160px;
        font-weight: 400;
        font-style: italic;
        border: none;
        background: var(--background-input);
        border-radius: inherit;
        margin-bottom: 66px;
        font-size: 15px;
        padding: 15px 30px 14px;
        resize: none;
    }
    form .info button {
        margin: 0 auto 0 0;
    }
    form .types {
        width: 330px;
        max-width: 330px;
        padding: 30px;
        height: fit-content;
        background: linear-gradient(to left, var(--background-violet), var(--background-violet), var(--color-text), var(--background-gradient-blue));
    }
    form .types .block {
        background: var(--main-color-white);
        padding: 15px 40px;
        text-transform: uppercase;
        font-size: 20px;
        flex-direction: column;
        align-items: flex-start;
        display: flex;
    }
    form .types .block strong {
        text-transform: uppercase;
        font-size: 20px;
        color: var(--color-text-list);
    }
    form .types > div {
        display: none;
        align-items: center;
        margin-bottom: 10px;
    }
    form .types > div:nth-child(8) {
        margin-bottom: 30px;
    }
    form .types p {
        color: var(--main-color-white);
        font-size: 16px;
        margin-bottom: 15px;
        font-weight: bold;
        display: none;
    }
    form .types input {
        background: var(--main-color-white);
        width: 20px;
        height: 20px;
        margin-bottom: 0;
    }
    form .types label {
        padding-left: 10px;
        color: var(--main-color-white);
        font-style: italic;
        font-size: 16px;
    }
}
@media screen and (max-width:1370px) {
    .smm .content .laptop .display {
        top: 3%;
    }
    .about  {
        .profit-items {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            > div {
                width: 100% !important;
            }
        }
        
    }
    .price .table .column div p {
        font-size: 13px;
    }
}
@media screen and (max-width:870px) {
    .smm .content .laptop .display {
        top: 6%;
    }
    .media-plan .content > div:first-child,
    .media-plan .content img {
        width: 100%;
    }
    .media-plan .content .text p {
         padding-right: 0;
    }
    .form-question {
        form {
            flex-direction: column;
            .types {
                order: -1;
            }
            .info p {
                text-align: center;
            }
            .info p::before {
                margin: 32px auto 18px;
            }
            .info button {
                margin: 0 auto;
            }
        }
    }
    .about  {
        &.dev div:nth-child(2) .content > div > div {
            grid-template-columns: 1fr;
            gap: 20px;
        }
        & .content.last img {
            max-width: 90%;
        }
        & .content.triple {
            grid-template-columns: 1fr;
            gap: 30px;
            h3 {
                font-size: 20px;
            }
        }
        & .content.double {
            grid-template-columns: 1fr;
            gap: 30px;
        }
        & .content img {
            max-width: 100%;
            margin-left: 0;
            display: block;
            margin-top: 89px;
        }
        & > div:nth-child(2n) button, button {
            margin-left: auto;
            margin-right: auto;
        }
    }
    .price .table {
        .column:nth-child(3),
        .column:nth-child(5) {
            display: none;
        }
        .column div:first-child,
        .column div p {
            padding: 5px;
            font-size: 12px;
        }
    }  
}
@media screen and (max-width: 578px) {
    .smm,
    .copywriting {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .smm button {
        margin: 0 auto;
    }
    .copywriting {
        padding: 40px 0;
    }
    .copywriting .content button {
        margin: 40px auto 0;
    }
    .price {
        .table .column button {
            display: none;
        }
        .table .column div {
            padding-bottom: 0;
        }
        .table .column div p:last-child {
            margin-bottom: 0;
        }
        .table .column div:last-child {
            position: absolute;
            top: calc(100% + 20px);
            width: 100%;
            max-width: 434px;
        }
        .table .column div:nth-child(2) {
            padding-bottom: 10px;
        }
    }
    .form-question {
        form .types {
            width: 100%;
            max-width: 100%;
        }
        form .info input,
        form .info textarea,
        form .info button {
            width: 100%;
        }
    }
    .about  {
        .profit-items {
            display: grid;
            grid-template-columns: 1fr;
        }
    }
}