.mainArea {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: clamp(100px, 15vw, 120px);
}

.sectionBox {
    max-width: 1320px;
    width: 100%;
    display: flex;
    gap: 56px;
    align-items: center;
    justify-content: space-between;
}

.leftPartUTP {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    gap: 12px;
    flex-direction: column;
}

.utpText {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-family: Muller;
    font-size: clamp(32px, 3vw, 60px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.colorPurple {
    color: #522B88;
}

.colorOrange {
    color: #F2962E;
}

.simpleText {
    max-width: 492px;
    width: 100%;
    color: var(--Neutral-Base, #242424);
    font-family: Muller;
    font-size: clamp(14px, 1.25vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

.btnGetKP {
    border-radius: 12px;
    background: #6A4C93;
    display: flex;
    color: #F8F4E9;
    text-align: center;
    font-family: Muller;
    font-size: clamp(12px, 1.135vw, 14px);
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    padding: clamp(8px, 1.2vw, 12px) clamp(28px, 4vw, 40px);
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    gap: 10px;
    cursor: pointer;
    transition: 0.24s;
}

.btnGetKP:hover {
    background: #763ec5;
}

.rightBlockImage {
    max-width: clamp(350px, 32vw, 476px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rightBlockImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cardsItem {
    max-width: 1320px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.itemCard {
    display: flex;
    flex-direction: column;

    height: max-content;
    border-radius: 24px;
    background: #F8F4E9;
    box-shadow: 0 6px 20px 4px #D7D2C5;
    overflow: hidden;


}

.boxHeaderItemCard {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: clamp(18px, 1.5vw, 24px) clamp(16px, 1.2vw, 20px);
    box-sizing: border-box;
    background: #F8F1DD;
}

.anotherItemCard {
    background: #242424;
}

.nameCard {
    color: #242424;
    font-family: Muller;
    font-size: clamp(18px, 1.5vw, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.descCard {
    color: #242424;
    font-family: Muller;
    font-size: clamp(12px, 1.135vw, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    word-wrap: break-word;
    margin-bottom: 8px;
}

.boxStarsCard {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: clamp(10px, 1vw, 16px);
    padding: 24px 20px;
    box-sizing: border-box;
}

.anotherColorPopup {
    background: #E6C229;
    color: #242424;
    font-weight: 700;
    transition: 0.24s;
}

.anotherColorPopup:hover {
    background: #fad015;
}

.anotherColorItemCard {
    background: #522B88;
    box-shadow: 0 6px 20px 4px #D7D2C5;
}

.itemStarInfo {
    display: flex;
    gap: 8px;
}

.itemStarInfo span {
    color: #242424;
    font-family: Muller;
    font-size: clamp(12px, 1.135vw, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    word-wrap: break-word;
}

.anotherColor {
    color: #F8F4E9;
}

.anotherColor span {
    color: #F8F4E9;
}

.priceCard {
    width: 100%;
    display: flex;
    align-items: center;
    color: #242424;
    font-family: Muller;
    font-size: clamp(20px, 2.15vw, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    padding: 19px;
    box-sizing: border-box;
    justify-content: center;
    background: #F8F1DD;
}

.margBlock {
    margin-top: -46px;
}

.inMargBlock {
    max-width: 1320px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.topBoxMarg {
    display: flex;
    flex-direction: column;
}

.titleMargBlock {
    display: flex;
    flex-direction: column;
    font-family: Muller;
    font-size: 125px;
    font-style: normal;
    font-weight: 700;
    line-height: 80%;
}

.colorLightPurple {
    color: #9373BF;
}

.colorDarkPurple {
    color: #522B88
}

.boxDescCreateSite {
    display: flex;
    width: 100%;
    margin-top: 40px;
    gap: 12px;
    justify-content: space-between;
}

.descTextWeb {
    color: #242424;
    font-family: Muller;
    font-size: clamp(14px, 1.25vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    max-width: 716px;
}

.blackThemeDesc {
    color: #F8F4E9;
    font-family: Muller;
    font-size: clamp(12px, 1.135vw, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    border-radius: 16px;
    background: #242424;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 12px 24px;
    box-sizing: border-box;
}

.cardsMargItems {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: clamp(12px, 1.6vw, 16px);
    margin-top: 40px;
}

.itemMarg {
    display: flex;
    flex-direction: column;
    padding: clamp(16px, 1.4vw, 24px) clamp(12px, 1vw, 16px);
    box-sizing: border-box;
    border-right: 1px solid #C2C2C2;
}

.itemMarg.noneBorder {
    border-right: none;
}

.iconItemMarg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nameMargCard {
    color: #242424;
    text-align: center;
    font-family: Muller;
    font-size: clamp(14px, 1.25vw, 18px);
    font-style: normal;
    font-weight: 500;
    margin-top: 24px;
    margin-bottom: 12px;
    line-height: normal;
}

.descMargCard {
    color: #242424;
    text-align: center;
    font-family: Muller;
    font-size: clamp(14px, 1.25vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

.whatWeDo {
    max-width: 1320px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: clamp(48px, 5.5vw, 113px);
}

.titleWhatWeDo {
    display: flex;
    gap: 8px;
    align-items: flex-end;
    justify-content: flex-start;
}

.mainTextTitle {
    color: #522B88;
    font-family: Muller;
    font-size: clamp(36px, 5vw, 44px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.secondTextTitle {
    color: var(--Primary-Dark, #522B88);
    font-family: Muller;
    font-size: clamp(26px, 3vw, 32px);
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
}

.boxItemsCategory {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(12px, 1.6vw, 16px);
}

.itemCategoryWork {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 1.6vw, 16px);
    border-radius: 24px;
    border: 2px solid #522B88;
    background: #F8F4E9;
    padding: clamp(18px, 1.5vw, 24px) clamp(26px, 2vw, 32px);
    color: #242424;
}

.itemCategoryWork:hover {
    background: #242424;
    color: #F8F4E9;
}

.topCategoryName {
    gap: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.iconCategory {
    width: clamp(48px, 7vw, 64px);
    height: clamp(48px, 7vw, 64px);
    padding: 12px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #242424;
}

.itemCategoryWork:hover .iconCategory {
    background: #F8F4E9;
}

.itemCategoryWork:hover .iconCategory svg path {
    fill: #242424;
}

.iconCategory svg {
    width: 33px;
    height: 33px;
}

.nameCategory {
    font-family: Muller;
    font-size: clamp(26px, 3vw, 32px);
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
}

.rightPartTopCat {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.descCategoryText {
    font-family: Muller;
    font-size: clamp(14px, 1.25vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

.leftPartTopCat {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.ourWork {
    max-width: 1320px;
    width: 100%;
    align-items: start;
    justify-content: center;
    margin-top: clamp(48px, 5.5vw, 113px);
    gap: 24px;
    display: flex;
    flex-direction: column;
}

.titleOurWork {
    display: flex;
    gap: 5px;
    color: #522B88;
    width: 100%;
    font-family: Muller;
    font-size: clamp(36px, 6vw, 44px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    justify-content: space-between;
    align-items: flex-end;
}

.boxItemsOurWork {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.itemWork {
    padding: clamp(24px, 3vw, 32px) clamp(26px, 3.3vw, 30px);
    box-sizing: border-box;
    display: flex;

    justify-content: space-between;
    gap: 40px;
    border-radius: clamp(16px, 1.4vw, 32px);
    color: white;
    align-items: stretch;
    background: #522B88;


}

.itemWork:nth-child(2n) {
    flex-direction: row-reverse;
    background: #242424;
}

.itemWork .btnToWeb:hover {
    background: #fff;
    color: #6A4C93;

}

.itemWork:nth-child(2n) .btnToWeb:hover {
    background: #fff;
    color: #242424;

}


.contentAreaWork {
    max-width: 527px;
    width: 100%;
}

.imageAreaWork {
    max-width: 680px;
    width: 100%;
}

.partWorkCard {
    gap: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.topBoxAreaWordcard {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.topBoxAreaWordcard a:hover {
    color: #7ac0f8;
}

.descOurProject {
    gap: clamp(12px, 1.6vw, 16px);
    display: flex;
    flex-direction: column;
}

.boxPartInfoProj {
    display: flex;
    gap: 6px;
    flex-direction: column;

}

.namePartProj {
    font-family: Muller;
    font-size: clamp(14px, 1.25vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: white;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.418);
}

.descPartProj {
    font-family: Muller;
    font-size: clamp(12px, 1.135vw, 15px);
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    word-break: break-word;
    color: #CDCBCB;

}

.bottomAreaWorkProj {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
}

.bottomAreaWorkProj a {
    width: 100%;
}

.areaTimeWork {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}

.titleTimeWork {
    font-family: Muller;
    font-size: clamp(12px, 1.135vw, 14px);
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
}

.descTimeWork {
    font-family: Muller;
    font-size: clamp(12px, 1.135vw, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
}

.smallText {
    font-size: 18px;
    cursor: pointer;
    transition: 0.24s;
}

.smallText:hover {
    color: #724ca8;
}

.btnToWeb {
    display: flex;
    width: 100%;
    padding: clamp(8px, 1.2vw, 12px) clamp(5px, 4vw, 40px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    border-radius: 12px;
    border: 1px solid #FFF;
    font-family: Muller;
    font-size: clamp(12px, 1.135vw, 14px);
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    cursor: pointer;
    transition: 0.24s;
}


.titleNameProj {
    font-family: Muller;
    font-size: clamp(20px, 2.15vw, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}

.imageAreaWordcard {
    border-radius: 8px;
    box-shadow: 0 73px 71px -79px rgba(225, 125, 139, 0.70);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.imageAreaWordcard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ourWizards {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 1320px;
    width: 100%;
    margin-top: clamp(48px, 5.5vw, 113px);
}

.titleOurWizards {
    display: flex;
    gap: 4px;
    color: #522B88;

    font-family: Muller;
    font-size: clamp(36px, 6vw, 44px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cardsOurWizards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.cardWizard {
    display: flex;
    gap: clamp(12px, 1.6vw, 16px);
    border-radius: 16px;
    background: #F8F4E9;
    box-shadow: 0 6px 20px 4px #D7D2C5;
    padding: clamp(24px, 2.9vw, 37px) clamp(20px, 2.6vw, 28px);
    box-sizing: border-box;
}

.imageWizards {
    max-width: clamp(175px, 16vw, 205px);
    width: 100%;
    height: clamp(175px, 16vw, 205px);
}

.imageWizards img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.boxInfoWizard {
    display: flex;
    flex-direction: column;
    max-width: clamp(300px, 37vw, 371px);
    width: 100%;
}

.nameWizard {
    color: #242424;
    font-family: Muller;
    font-size: clamp(20px, 2.15vw, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.roleWizard {
    color: #242424;
    font-family: Muller;
    font-size: clamp(12px, 1.135vw, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
}

.descWizard {
    margin-top: 12px;
    color: #242424;
    font-family: Muller;
    font-size: clamp(14px, 1.25vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

.reviewsBlock {
    display: flex;
    margin-top: clamp(64px, 5.5vw, 144px);
    display: flex;
    flex-direction: column;

    width: 100%;
    max-width: 1320px;
    overflow: hidden;
}

.titleReview {
    margin-bottom: 32px;
    color: #522B88;
    font-family: Muller;
    font-size: clamp(36px, 6vw, 44px);
    font-style: normal;
    font-weight: 700;
    display: flex;
    gap: 4px;
    line-height: normal;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrowsSwiper {
    display: flex;
    gap: clamp(16px, 1vw, 24px);
    align-items: center;
    justify-content: center;
}

.arrowSwiper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    cursor: pointer;
    height: 40px;
    background: #6A4C93;
    border-radius: 50%;
}

.cardsBlockReviews {
    display: flex;
    width: 100%;
    align-items: center;
}

.wrapperReviews {
    display: flex;
    align-items: stretch;
}

.cardReview {

    border-radius: 16px;
    background: #F8F4E9;
    box-shadow: 0 6px 20px 4px #D7D2C5;
    border-radius: 16px;
    background: #F8F4E9;
    box-shadow: 0 6px 20px 4px #D7D2C5;
    box-sizing: border-box;
    padding: clamp(12px, 2vw, 16px) clamp(16px, 2.3vw, 20px);
    gap: clamp(64px, 6vw, 107px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    user-select: none;
}

.areaInfoRev {
    display: flex;
    flex-direction: column;
    gap: 24px;
}


.headerRev {
    display: flex;
    gap: clamp(12px, 1.6vw, 16px);
    align-items: center;
}

.imgRev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
}

.imgRev img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.boxInformationRev {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nameRev {
    color: #242424;
    font-family: Muller;
    font-size: clamp(14px, 1.25vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.companyRev {
    color: #242424;
    font-family: Muller;
    font-size: clamp(12px, 1.135vw, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
}

.descRev {
    color: #242424;
    font-family: Muller;
    font-size: clamp(14px, 1.25vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

.btnCheckSite {
    width: 100%;
    border-radius: 12px;
    display: flex;
    padding: clamp(8px, 1.2vw, 12px) clamp(28px, 4vw, 40px);
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #6A4C93;
    color: #6A4C93;
    text-align: center;
    font-family: Muller;
    font-size: clamp(12px, 1.135vw, 14px);
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    cursor: pointer;
}

.faqArea {
    display: flex;
    margin-top: clamp(24px, 5.5vw, 113px);
    align-items: center;
    justify-content: center;
    max-width: 1320px;
    flex-direction: column;
    width: 100%;
    gap: 28px;
}

.titleFaq {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #522B88;
    font-family: Muller;
    font-size: clamp(36px, 6vw, 44px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    user-select: none;
    z-index: 5;
}

.boxAreaFaq {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.faqItem {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: clamp(4px, 1vw, 12px);
    border-bottom: 1px solid #C2C2C2;
    padding: clamp(12px, 2vw, 20px) clamp(4px, 1vw, 8px);
    transition: 0.24s;
}

.titleFaqMain {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 24px;
    font-family: Muller;
    font-size: clamp(36px, 6vw, 44px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #522B88;
}

.titleFaq {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 24px;
    color: #242424;
    font-family: Muller;
    font-size: clamp(20px, 2.15vw, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.descFaq {
    color: #525151;
    font-family: Muller;
    font-size: clamp(14px, 1.25vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    height: 0;
    transition: 0.24s;
    opacity: 0;
}

.descFaq.activedesc {
    height: auto;
    opacity: 1;
}

.bannerForm {
    margin-top: clamp(48px, 5.5vw, 113px);
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(24px, 3.5vw, 40px) clamp(26px, 3.8vw, 48px);
    box-sizing: border-box;
    justify-content: space-between;
    gap: 24px;
    border-radius: 16px;
    background: #242424;
}

.leftPartBannerForm {
    max-width: 494px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 1.6vw, 16px);
}

.titleBannerForm {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #FFF;
    font-family: Muller;
    font-size: clamp(26px, 3vw, 32px);
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
}

.descBannerForm {
    color: #FFF;
    font-family: Muller;
    font-size: clamp(14px, 1.25vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

.rightPartForm {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 376px;
    width: 100%;
}

.tileForm {
    color: #FFF;
    font-family: Muller;
    font-size: clamp(20px, 2.15vw, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.rightPartForm form {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.rightPartForm form input {
    padding: 0 clamp(8px, 0.7vw, 12px);
    width: 100%;
    height: clamp(32px, 3.5vw, 48px);
    display: flex;
    box-sizing: border-box;
    border-radius: clamp(8px, 0.7vw, 12px);
    border: 1px solid #D7D7D7;
    background: #FFF;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.10);
    border: none !important;
}

.rightPartForm form input:focus-visible {
    border: none !important;
    outline: none !important;
}

.rightPartForm form input:focus {
    border: none !important;
    outline: none !important;
}

.btnSendForm {
    border-radius: 12px;
    background: #8A62C1 !important;
    color: #F8F4E9;
    text-align: center;
    font-family: Muller;
    font-size: clamp(12px, 1.135vw, 14px);
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    border: none !important;
    cursor: pointer;
    transition: 0.24s;
}

.btnSendForm:hover {
    background: #9a79c7 !important;
}

.descFormPersonData {
    color: #F8F4E9;
    font-family: Muller;
    font-size: clamp(12px, 1.135vw, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: 135%;

}

.blogBox {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(12px, 1.6vw, 16px);
}

.itemBlog {
    cursor: pointer;
    user-select: none;
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 4vw, 56px);
    padding: clamp(18px, 3vw, 32px);
    box-sizing: border-box;
    border-radius: 16px;
    background: #242424;
}

.topAreaBlockBox {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.headerBoxBlog {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 24px;
}

.headerBoxBlog span {
    overflow: hidden;
    color: #C2C2C2;
    font-family: Muller;
    font-size: clamp(12px, 1.135vw, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
}

.titleBlockBox {
    color: #F8F4E9;
    font-family: Muller;
    font-size: clamp(20px, 2.15vw, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: 125%;

}

.bottomAreaBlockBox {
    display: flex;
    gap: clamp(12px, 3.4vw, 38px);
    flex-direction: row;
    align-items: flex-end;
}

.simpleDescBlog {
    overflow: hidden;
    color: #C2C2C2;
    font-family: Muller;
    font-size: clamp(12px, 1.135vw, 14px);
    font-style: normal;
    overflow: hidden;
    font-weight: 500;
    line-height: 135%;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.btnMoreBlog {
    display: flex;
    padding: clamp(8px, 1vw, 16px) clamp(18px, 2vw, 32px);
    justify-content: center;
    align-items: center;
    gap: 42px;
    box-sizing: border-box;
    border-radius: 70px;
    border: 1px solid var(--Neutral-White, #F8F4E9);
}

.itemBlog:hover .btnMoreBlog svg path {
    stroke: #242424;
}

.itemBlog:hover .btnMoreBlog {
    background: #F8F4E9;
}


@media screen and (max-width: 1320px) {
    .mainArea {
        padding: 0 16px;
        box-sizing: border-box;
    }



    .cardsItem {
        grid-template-columns: repeat(2, 1fr);
    }

    .itemCard {
        height: 100%;
        justify-content: space-between;
    }

    .margBlock {
        margin-top: 40px;
    }

    .titleMargBlock {
        font-size: clamp(48px, 11.5vw, 125px);
    }

    .descTextWeb {
        font-size: clamp(16px, 1.45vw, 18px)
    }

    .cardsMargItems {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media screen and (max-width: 960px) {



    .btnGetKP {
        padding: 8px 40px;
        font-size: 12px;
    }

    .cardsItem {
        gap: clamp(16px, 2vw, 24px);
    }

    .itemStarInfo span {
        font-size: clamp(12px, 1.135vw, 14px);
    }

    .leftPartUTP {
        width: 100%;
    }

    .boxItemsCategory {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: clamp(12px, 1.6vw, 16px);
    }

    .ourWizards {
        gap: 24px;
    }

    .titleBlockBox,
    .simpleDescBlog {
        line-height: 115%;
    }

    .titleBlockBox {
        font-size: clamp(14px, 1.7vw, 16px);
    }

    .bottomAreaBlockBox {
        display: flex;
        gap: 8px;
        flex-direction: column;
        align-items: flex-end;
    }

    .itemBlog {
        gap: 12px;
    }
}

@media screen and (max-width: 820px) {

    .blogBox {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 790px) {
    .titleWhatWeDo {
        display: flex;
        gap: 8px;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .itemWork,
    .itemWork:nth-child(2n) {
        flex-direction: column;
    }

    .cardWizard {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .nameCategory {
        font-family: Muller;
        font-size: clamp(20px, 3vw, 26px);
        font-style: normal;
        font-weight: 500;
        line-height: normal;

    }

    .leftPartTopCat {
        gap: clamp(12px, 1vw, 20px);
    }

    .rightPartTopCat {
        width: clamp(32px, 2vw, 48px);
        height: clamp(32px, 2vw, 48px);
    }

    .rightPartTopCat svg {
        width: clamp(24px, 1vw, 29px);
        height: clamp(24px, 1vw, 29px);
    }

    .itemCategoryWork {
        padding: clamp(14px, 1.5vw, 18px) clamp(20px, 2vw, 26px);
    }
}

@media screen and (max-width: 660px) {
    .rightBlockImage {
        display: none;
    }

    .sectionBox {
        margin-bottom: clamp(32px, 1.6vw, 48px);
    }

    .boxInfoWizard {
        max-width: 100%;
    }

    .bannerForm {
        margin-top: clamp(24px, 5.5vw, 48px);
        padding: clamp(16px, 3.5vw, 24px) clamp(18px, 3.8vw, 26px);
        gap: 24px;
        flex-direction: column;
    }

    .rightPartForm {
        max-width: 100%;
    }

}

@media screen and (max-width: 580px) {
    .blogBox {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 0;
    }

    .cardsOurWizards {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .cardsItem {
        grid-template-columns: repeat(1, 1fr);
    }

    .boxDescCreateSite {
        display: flex;
        width: 100%;
        margin-top: 40px;
        gap: 12px;
        justify-content: space-between;
        flex-direction: column;
    }

    .boxDescCreateSite {
        margin-top: 24px;
    }

    .cardsMargItems {
        grid-template-columns: repeat(2, 1fr);
    }

    .descFormPersonData {
        text-align: center;
    }

    .titleOurWork {
        display: flex;
        gap: 5px;
        color: #522B88;
        width: 100%;
        font-family: Muller;
        font-size: clamp(36px, 6vw, 44px);
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

}

@media screen and (max-width: 420px) {
    .cardsMargItems {
        grid-template-columns: repeat(1, 1fr);
    }

    .itemMarg {
        border-right: none;
        border-bottom: 1px solid #C2C2C2;
    }
}