.home-wrapper p {
    font-size: 14px;
    line-height: 17px;
}

.home-wrapper .mt {
    margin-top: 40px;
}

.home-wrapper .container {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1450px;
    display: block;
}

@media (max-width: 1600px) {
    .home-wrapper .container {
        max-width: 1320px;
    }
}

.home-wrapper .section-key {
    padding: 55px 0 150px !important;
}

@media (max-width: 768px) {
    .home-wrapper .section-key {
        padding: 40px 0 60px !important;
    }
}

.home-wrapper .section-key .row {
    margin-bottom: 95px;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    grid-gap: 100px;
}

@media (max-width: 1440px) {
    .home-wrapper .section-key .row {
        grid-gap: 35px;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 992px) {
    .home-wrapper .section-key .row {
        margin-bottom: 50px;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .home-wrapper .section-key .row {
        margin-bottom: 30px;
        gap: 20px;
    }
}

.home-wrapper .section-key .row a {
    text-decoration: underline;
}

.home-wrapper .section-key .row p {
    font-size: 16px;
    line-height: 157.9%;
}

@media (max-width: 576px) {
    .home-wrapper .section-key .row p {
        font-size: 14px;
        line-height: 17px;
    }
}

.home-wrapper .section-key .items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 65px 35px;
}

@media (max-width: 1200px) {
    .home-wrapper .section-key .items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .home-wrapper .section-key .items {
        grid-gap: 50px;
    }
}

@media (max-width: 576px) {
    .home-wrapper .section-key .items {
        grid-template-columns: 1fr;
    }
}

.home-wrapper .section-key .items .item {
    display: flex;
    gap: 22px;
}

.home-wrapper .section-key .items p {
    flex: 1;
    font-size: 15px;
    line-height: 140%;
    font-weight: 300;
    color: #686f76;
}

@media (max-width: 768px) {
    .home-wrapper .section-key .items p {
        font-size: 14px;
        line-height: 140%;
    }
}

.home-wrapper .section-key .items p a {
    text-decoration: underline;
}

.home-wrapper .section-key .content {
    font-weight: 300;
    font-size: 16px;
    line-height: 157.9%;
    color: #1a2129;
}

@media (max-width: 768px) {
    .home-wrapper .section-key .content p {
        font-size: 14px;
        line-height: 17px;
    }
}

.home-wrapper .block-title {
    font-weight: 900;
    font-size: 34px;
    line-height: 130%;
    text-transform: uppercase;
    color: #1a2129;
    max-width: 700px;
    text-align: left;
}

@media (max-width: 1200px) {
    .home-wrapper .block-title {
        font-size: 30px;
    }
    .home-wrapper .block-title br {
        display: none;
    }
}

@media (max-width: 992px) {
    .home-wrapper .block-title {
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .home-wrapper .block-title {
        font-size: 20px;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .home-wrapper .block-title {
        font-size: 16px;
        line-height: 140%;
    }
    .home-wrapper .block-title br {
        display: inline;
    }
}

.home-wrapper .block-title span {
    color: #fab50a;
    font-weight: 300;
}

.home-wrapper .section-whatrep {
    background: #f8f8f8;
}

.home-wrapper .section-whatrep.section {
    padding: 88px 0;
}

@media (max-width: 768px) {
    .home-wrapper .section-whatrep.section {
        padding: 40px 0;
    }
}

.home-wrapper .section-whatrep .row {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    grid-gap: 100px;
}

@media (max-width: 1440px) {
    .home-wrapper .section-whatrep .row {
        grid-gap: 35px;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 992px) {
    .home-wrapper .section-whatrep .row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .home-wrapper .section-whatrep .row {
        gap: 20px;
    }
}

.home-wrapper .section-whatrep .p1 {
    font-weight: 300;
    font-size: 16px;
    line-height: 157.9%;
    color: #1a2129;
}

@media (max-width: 768px) {
    .home-wrapper .section-whatrep .p1 {
        font-size: 14px;
        line-height: 17px;
    }
}

.home-wrapper .section-whatrep .name {
    display: flex;
    gap: 15px;
    align-items: center;
    margin: 30px 0 15px;
}

.home-wrapper .section-whatrep .name .p {
    font-weight: 700 !important;
    font-size: 24px;
    line-height: 20px;
    text-transform: uppercase;
    color: #1a2129;
}

@media (max-width: 992px) {
    .home-wrapper .section-whatrep .name .p {
        font-weight: 600 !important;
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .home-wrapper .section-whatrep .name .p {
        font-size: 16px;
        line-height: 125.9%;
    }
}

@media (max-width: 768px) {
    .home-wrapper .section-whatrep .name {
        margin: 40px 0 20px;
    }
}

.home-wrapper .section-whatrep .p2 {
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
    color: #686f76;
}

@media (max-width: 768px) {
    .home-wrapper .section-whatrep .p2 {
        font-size: 14px;
        line-height: 17px;
    }
}

.home-wrapper .section-whoneed.section {
    padding: 150px 0;
}

@media (max-width: 1200px) {
    .home-wrapper .section-whoneed.section {
        padding: 100px 0;
    }
}

@media (max-width: 768px) {
    .home-wrapper .section-whoneed.section {
        padding: 60px 0;
    }
}

@media (max-width: 576px) {
    .home-wrapper .section-whoneed.section {
        padding: 30px 0;
    }
}

.home-wrapper .section-whoneed .row {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    grid-gap: 100px;
    margin-bottom: 70px;
}

@media (max-width: 1440px) {
    .home-wrapper .section-whoneed .row {
        grid-gap: 35px;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 992px) {
    .home-wrapper .section-whoneed .row {
        grid-template-columns: 1fr;
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .home-wrapper .section-whoneed .row {
        gap: 20px;
        margin-bottom: 30px;
    }
}

.home-wrapper .section-whoneed .p1 {
    font-weight: 300;
    font-size: 16px;
    line-height: 157.9%;
    color: #1a2129;
}

@media (max-width: 768px) {
    .home-wrapper .section-whoneed .p1 {
        font-size: 14px;
        line-height: 17px;
    }
}

.home-wrapper .section-whoneed .items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

@media (max-width: 1200px) {
    .home-wrapper .section-whoneed .items {
        grid-gap: 20px;
    }
}

@media (max-width: 992px) {
    .home-wrapper .section-whoneed .items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .home-wrapper .section-whoneed .items {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .home-wrapper .section-whoneed .items .whoneed_item:not(:last-child) .top {
        border-bottom: 1px solid rgba(196, 196, 196, 0.6);
    }
}

.home-wrapper .section-whoneed .items .top {
    padding-bottom: 20px;
    cursor: pointer;
    display: flex;
    gap: 20px;
    align-items: center;
    min-height: 60px;
}

@media (max-width: 992px) {
    .home-wrapper .section-whoneed .items .top {
        padding-bottom: 16px;
    }
}

@media (max-width: 576px) {
    .home-wrapper .section-whoneed .items .top {
        flex-direction: row-reverse;
        gap: 30px;
        padding-bottom: 20px;
    }
    .home-wrapper .section-whoneed .items .top.active {
        border-color: transparent !important;
    }
    .home-wrapper .section-whoneed .items .top.active .name {
        color: #fab50a;
    }
    .home-wrapper .section-whoneed .items .top.active svg {
        transform: rotate(90deg);
    }
}

.home-wrapper .section-whoneed .items .top .name {
    flex: 1;
    font-weight: 700;
    font-size: 16px;
    line-height: 125.9%;
    text-transform: uppercase;
    max-width: 250px;
    color: #000000;
}

@media (max-width: 768px) {
    .home-wrapper .section-whoneed .items .top .name {
        font-weight: 600;
    }
}

.home-wrapper .section-whoneed .items .content p {
    font-size: 15px;
    line-height: 140%;
    color: #686f76;
}

@media (max-width: 576px) {
    .home-wrapper .section-whoneed .items .content p {
        font-size: 14px;
        line-height: 17px;
    }
}

@media (max-width: 576px) {
    .home-wrapper .section-whoneed .items .content {
        display: none;
        background: #ffffff;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        padding: 16px 12px;
    }
}

.home-wrapper .section-auditProblems {
    background: #f8f8f8;
    position: relative;
}

.home-wrapper .section-auditProblems.section {
    padding: 90px 0;
    overflow: unset;
}

@media (max-width: 1200px) {
    .home-wrapper .section-auditProblems.section {
        padding: 70px 0;
    }
}

@media (max-width: 768px) {
    .home-wrapper .section-auditProblems.section {
        padding: 60px 0;
    }
}

.home-wrapper .section-auditProblems .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 50px;
}

@media (max-width: 1440px) {
    .home-wrapper .section-auditProblems .row {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 992px) {
    .home-wrapper .section-auditProblems .row {
        grid-template-columns: 1fr;
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .home-wrapper .section-auditProblems .row {
        grid-gap: 40px;
        margin-bottom: 30px;
    }
}

.home-wrapper .section-auditProblems .row .p1 {
    font-size: 16px;
    line-height: 150%;
}

@media (max-width: 576px) {
    .home-wrapper .section-auditProblems .row .p1 {
        font-size: 14px;
        line-height: 17px;
    }
}

.home-wrapper .section-auditProblems .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5%;
}

@media (max-width: 768px) {
    .home-wrapper .section-auditProblems .items {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}

.home-wrapper .section-auditProblems .items .problems-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 576px) {
    .home-wrapper .section-auditProblems .items .problems-item {
        gap: 25px;
    }
}

.home-wrapper .section-auditProblems .items .problems-item p {
    font-size: 15px;
    line-height: 140%;
    color: #686f76;
}

@media (max-width: 576px) {
    .home-wrapper .section-auditProblems .items .problems-item p {
        font-size: 14px;
        line-height: 140%;
    }
}

.home-wrapper .section-auditProblems .items span {
    font-weight: 900;
    font-size: 100px;
    line-height: 125.9%;
    text-transform: uppercase;
    color: #e3e5e8;
}

@media (max-width: 1440px) {
    .home-wrapper .section-auditProblems .items span {
        font-size: 90px;
        line-height: 90px;
    }
}

@media (max-width: 992px) {
    .home-wrapper .section-auditProblems .items span {
        font-size: 60px;
        line-height: 65px;
    }
}

@media (max-width: 768px) {
    .home-wrapper .section-auditProblems .items span {
        font-size: 54px;
        line-height: 125.9%;
        flex: 0 0 85px;
    }
}

.home-wrapper .section-auditHelp.section {
    padding: 150px 0 80px;
}

@media (max-width: 1200px) {
    .home-wrapper .section-auditHelp.section {
        padding: 70px 0;
    }
}

@media (max-width: 768px) {
    .home-wrapper .section-auditHelp.section {
        padding: 60px 0;
    }
}

.home-wrapper .section-auditHelp .block-title {
    margin-bottom: 100px;
}

@media (max-width: 1200px) {
    .home-wrapper .section-auditHelp .block-title {
        margin-bottom: 80px;
    }
}

@media (max-width: 768px) {
    .home-wrapper .section-auditHelp .block-title {
        margin-bottom: 60px;
    }
}

@media (max-width: 576px) {
    .home-wrapper .section-auditHelp .block-title {
        margin-bottom: 40px;
    }
}

.home-wrapper .section-auditHelp .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px 45px;
}

@media (max-width: 992px) {
    .home-wrapper .section-auditHelp .items {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .home-wrapper .section-auditHelp .items {
        grid-template-columns: 1fr;
    }
}

.home-wrapper .section-auditHelp .items .top {
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.home-wrapper .section-auditHelp .items .top .name {
    flex: 1;
    font-weight: 700;
    font-size: 16px;
    line-height: 125.9%;
    text-transform: uppercase;
    color: #000000;
}

.home-wrapper .section-auditHelp .items .content p {
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
    color: #686f76;
}

@media (max-width: 576px) {
    .home-wrapper .section-auditHelp .items .content p {
        font-size: 14px;
        line-height: 17px;
    }
}

.home-wrapper .title-row p:first-child {
    font-weight: 600 !important;
}

.home-wrapper .section-repAdvantage.section {
    padding: 60px 0;
}

@media (max-width: 768px) {
    .home-wrapper .section-repAdvantage.section {
        padding: 30px 0;
    }
}

.home-wrapper .section-repAdvantage .repAdvantage__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 18px;
}

@media (max-width: 576px) {
    .home-wrapper .section-repAdvantage .repAdvantage__grid {
        display: flex;
        grid-gap: unset;
    }
}

.home-wrapper .section-repAdvantage .swiper-scrollbar {
    display: none;
}

@media (max-width: 768px) {
    .home-wrapper .section-repAdvantage .swiper-scrollbar {
        display: block;
    }
}

.home-wrapper .section-repAdvantage .repAdvantage__item {
    height: 211.72px;
    background: #f6f6f6;
    padding: 25px 25px 25px 0;
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 992px) {
    .home-wrapper .section-repAdvantage .repAdvantage__item {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .home-wrapper .section-repAdvantage .repAdvantage__item {
        gap: 15px;
    }
}

.home-wrapper .section-repAdvantage .repAdvantage__item .content {
    flex: 1;
}

.home-wrapper .section-repAdvantage .repAdvantage__item .img {
    flex: 0 0 25%;
}

@media (max-width: 992px) {
    .home-wrapper .section-repAdvantage .repAdvantage__item .img {
        flex: 0 0 40%;
    }
}

.home-wrapper .section-repAdvantage .repAdvantage__item .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 125.9%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 11px;
    padding-bottom: 11px;
    border-bottom: 1px solid #000000;
    width: fit-content;
}

@media (max-width: 992px) {
    .home-wrapper .section-repAdvantage .repAdvantage__item .title {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 8px;
        padding-bottom: 8px;
    }
}

@media (max-width: 576px) {
    .home-wrapper .section-repAdvantage .repAdvantage__item .title {
        font-size: 18px;
        line-height: 22px;
    }
}

.home-wrapper .section-repAdvantage .repAdvantage__item p {
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}

@media (max-width: 992px) {
    .home-wrapper .section-repAdvantage .repAdvantage__item p {
        font-size: 12px;
        line-height: 15px;
    }
}

@media (max-width: 576px) {
    .home-wrapper .section-repAdvantage .repAdvantage__item p {
        font-size: 14px;
        line-height: 18px;
    }
}

.home-wrapper .section-repPlan.section {
    padding: 60px 0;
}

@media (max-width: 768px) {
    .home-wrapper .section-repPlan.section {
        padding: 30px 0;
    }
}

.home-wrapper .section-repPlan .products-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 21px;
}

@media (max-width: 992px) {
    .home-wrapper .section-repPlan .products-list {
        grid-template-columns: 1fr;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
}

.home-wrapper .section-repPlan .products-list .product-item {
    background: #ffffff;
    box-shadow: 0px 19px 52px 2px #d8dcdd;
    border-radius: 10px;
}

.home-wrapper .section-repPlan .products-list .product-item .top {
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    font-weight: 900;
    font-size: 24px;
    line-height: 125.9%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1a2129;
}

@media (max-width: 992px) {
    .home-wrapper .section-repPlan .products-list .product-item .top {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .home-wrapper .section-repPlan .products-list .product-item .top {
        font-size: 24px;
    }
}

.home-wrapper .section-repPlan .products-list .product-item .center {
    background: #f9f9f9;
    min-height: 193px;
    padding: 25px 40px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    gap: 16px;
}

@media (max-width: 1440px) {
    .home-wrapper .section-repPlan .products-list .product-item .center {
        padding: 25px 16px;
    }
}

.home-wrapper .section-repPlan .products-list .product-item .center p {
    font-weight: 300;
    font-size: 15px;
    line-height: 140%;
    color: #686f76;
    flex: 1;
}

@media (max-width: 768px) {
    .home-wrapper .section-repPlan .products-list .product-item .center p {
        font-size: 14px;
        line-height: 16px;
    }
}

.home-wrapper .section-repPlan .products-list .product-item .bottom {
    min-height: 125px;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

@media (max-width: 1440px) {
    .home-wrapper .section-repPlan .products-list .product-item .bottom {
        padding: 0 16px;
    }
}

.home-wrapper .section-repPlan .products-list .product-item .bottom .p {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #1a2129;
    flex: 1;
}

@media (max-width: 1200px) {
    .home-wrapper .section-repPlan .products-list .product-item .bottom .p {
        font-size: 18px;
    }
}

.home-wrapper .section-repPlan .products-list .product-item .bottom .p span {
    font-size: 17px;
}

@media (max-width: 1200px) {
    .home-wrapper .section-repPlan .products-list .product-item .bottom .p span {
        font-size: 14px;
    }
}

.home-wrapper .section-repPlan .products-list .product-item .bottom a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(90.23deg, #ffc100 0.2%, #ffa500 99.54%);
    border-radius: 4px;
    height: 66px;
    width: 100%;
    max-width: 183px;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    text-transform: uppercase;
    color: #1a2129;
    min-width: 110px;
}
.items .item{
	position: static;
	width: unset;
}
.items .item p{
	max-width: 300px;
}
@media (max-width: 1200px) {
    .home-wrapper .section-repPlan .products-list .product-item .bottom a {
        height: 42px;
        width: 103px;
    }
}

.home-wrapper .section-repSteps.section {
    padding: 80px 0;
}

@media (max-width: 1200px) {
    .home-wrapper .section-repSteps.section {
        padding: 70px 0;
    }
}

@media (max-width: 768px) {
    .home-wrapper .section-repSteps.section {
        padding: 30px 0;
    }
}

.home-wrapper .section-repSteps .repSteps-items {
    border-top: 1px solid rgba(196, 196, 196, 0.6);
}

.home-wrapper .section-repSteps .repSteps-item {
    height: 172px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 30px;
    border-bottom: 1px solid rgba(196, 196, 196, 0.6);
}

@media (max-width: 768px) {
    .home-wrapper .section-repSteps .repSteps-item {
        grid-template-columns: 1fr;
        height: unset;
        padding: 40px 0;
    }
}

.home-wrapper .section-repSteps .repSteps-item .col {
    display: flex;
    gap: 40px;
    align-items: center;
}

@media (max-width: 1200px) {
    .home-wrapper .section-repSteps .repSteps-item .col {
        gap: 30px;
    }
}

.home-wrapper .section-repSteps .repSteps-item .col span {
    font-weight: 900;
    font-size: 72px;
    line-height: 125.9%;
    text-transform: uppercase;
    color: #e3e5e8;
}

@media (max-width: 1200px) {
    .home-wrapper .section-repSteps .repSteps-item .col span {
        font-size: 60px;
    }
}

@media (max-width: 768px) {
    .home-wrapper .section-repSteps .repSteps-item .col span {
        font-size: 54px;
    }
}

.home-wrapper .section-repSteps .repSteps-item .col .p {
    font-weight: 700;
    font-size: 18px;
    line-height: 125.9%;
    text-transform: uppercase;
    color: #1a2129;
    flex: 1;
}

.home-wrapper .section-repSteps .repSteps-item .col .p b {
    color: #008cbe;
}

.home-wrapper .section-repSteps .repSteps-item .col p {
    font-weight: 300;
    font-size: 17px;
    line-height: 157.9%;
    color: #686f76;
}

@media (max-width: 768px) {
    .home-wrapper .section-repSteps .repSteps-item .col p {
        font-size: 14px;
        line-height: 120%;
    }
}

.section-repSuccess-full img{
    height: auto !important;
}
.repSuccess-images img{
    max-width: 100%;
}
.repSuccess-images{
    text-align: center;
}
.repSuccess-images a{
    display: inline-block;
}
.repSuccess-swiper {
  display: none;
}
.repSuccess-items{
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}
.repSuccess-item {
  width: 262px;
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  background: #f8f8f8;
  padding: 15px 5px 15px 20px;
}
.repSuccess-item img{
  height: 86px;
  width: 85px;
}
.item-line {
  height: 1.5px;
  width: 187px;
  background: #f6c320;
  margin-bottom: 16px;
}
.item-title {
  font-weight: 700 !important;
  text-transform: uppercase;
  color: #1a2129;
  margin-bottom: 5px;
}
.item-text {
  margin-top: 5px;
}
@media (max-width: 1440px){
  .repSuccess-item{
    width: 241px;
   }
}
@media (max-width: 767px){
  .section-repSuccess{
    display: none;
   }
}
.section-repSuccess .strategy__grid-item {
    min-height: 0 !important;
}
.section-repSuccess .strategy__grid-item img {
    position: static !important;
}
@media (max-width: 340px){
    .repSuccess-items {
    display: none;
  }
  .repSuccess-swiper {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .repSuccess-swiper .swiper-wrapper {
    width: 100%;
  }
  .repSuccess-swiper .swiper-slide {
    width: 100% !important;
    box-sizing: border-box;
    padding: 10px;
  }
}
@media (min-width:992px){
    .repSuccess-images{
        display: flex;
        margin-top: 60px;
    }
}
@media (max-width:992px){
    .section .repSuccess-images img{
        margin-bottom: 0;
    }
}

.home-wrapper .main .repSuccess-slider-full .swiper-slide img{
     display: none;
}
.home-wrapper .main .repSuccess-slider-full .swiper-slide.swiper-slide-active img{
     display: block;
}

.visible-mob{
    display: none !important;
}
.oveflow-vis{
    overflow: visible !important;
}
@media (max-width:768px){
    .visible-mob{
        display: block !important;
    }
    .visible-pc{
        display: none !important;
    }
    .max1440{
        display: none;
    }

}

.home-wrapper .section-repCases.main__article .article-items {
    margin-top: 0;
}

.home-wrapper .section-auditProblems::after {
    content: url(../img/cosmo.webp);
    position: absolute;
    top: -100px;
    left: 0;
}

@media (max-width: 1300px) {
    .home-wrapper .section-auditProblems::after {
        display: none;
    }
}

.home-wrapper .section-auditProblems::before {
    content: url(../img/planet.webp);
    position: absolute;
    bottom: -70px;
    right: 0;
}

.form-screen {
    margin-top: 45px;
    margin-bottom: 100px;
    background-image: url(../img/form-fon.jpg.webp);
    background-position: center;
    background-size: cover;
}

.form-screen .container {
    background: unset !important;
}

@media (max-width: 992px) {
    .home-wrapper .section-auditProblems::before {
        bottom: -70px;
        width: 80px;
        height: auto;
    }
}

@media (max-width: 576px) {
    .form-screen {
        margin-bottom: 35px;
    }
    .home-wrapper .section-auditProblems::before {
        display: none;
    }
    .form-screen {
        background-image: url(../img/form-mobile.png);
    }
    .form-screen .form-box form span[data-name="your-name"],
    .form-box form span[data-name="your-email"],
    .form-box form span[data-name="your-tel"],
    .form-box form span[data-name="text-site"] {
        width: 100%;
    }
    .form-screen .form-box form br {
        display: none;
    }
    .form-screen .container .content {
        width: 100%;
    }
}

.home-wrapper .section-auditHelp.section-auditHelp-uslugi .row {
    display: grid;
}

.home-wrapper .section-auditHelp.section-auditHelp-uslugi .items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.home-wrapper .section-auditHelp-uslugi .row {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    grid-gap: 20px;
    margin-bottom: 50px;
}

.home-wrapper .section-auditHelp-uslugi .row .block-title {
    margin-bottom: 0;
}

.home-wrapper .auditProblems-service .row {
    grid-template-columns: 1.2fr 1fr;
}

@media (max-width: 992px) {
    .home-wrapper .section-auditHelp-uslugi .row {
        grid-template-columns: 1fr;
        margin-bottom: 50px;
    }
    .home-wrapper .section-auditHelp.section-auditHelp-uslugi .items {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .home-wrapper .section-auditHelp-uslugi .row {
        grid-gap: 40px;
        margin-bottom: 30px;
    }
}

.home-wrapper .section-auditHelp-uslugi .row .p1 {
    font-size: 16px;
    line-height: 150%;
    font-weight: 300;
}

@media (max-width: 576px) {
    .home-wrapper .section-auditHelp-uslugi .row .p1 {
        font-size: 14px;
        line-height: 17px;
    }
    .home-wrapper .section-auditHelp-uslugi .row .content span {
        display: block;
        margin-top: 20px;
    }
    .home-wrapper .section-auditHelp.section-auditHelp-uslugi .items {
        display: grid;
        grid-template-columns: 1fr;
    }
    .home-wrapper .section-auditHelp.section-auditHelp-uslugi .items .top {
        margin-bottom: 0;
    }
}

.home-wrapper .section-whoneed.section-mod {
    padding: 85px 0;
    background: #f8f8f8;
}

@media (max-width: 576px) {
    .home-wrapper .section-whoneed.section-mod {
        padding: 40px 0;
    }
}

.home-wrapper .section-key.mb-0 .row {
    margin-bottom: 0;
    grid-template-columns: 1.2fr 1fr;
}

.home-wrapper .whoneed-service .row {
    grid-template-columns: 1.2fr 1fr;
}

@media (max-width: 992px) {
    .home-wrapper .section-key.mb-0 .row,
    .home-wrapper .auditProblems-service .row,
    .home-wrapper .whoneed-service .row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .whoneed-service .top {
        justify-content: space-between;
        padding-left: 25px;
    }
}

.home-wrapper .auditProblems-service .row:last-child {
    margin-bottom: 0;
    margin-top: 70px;
}

.problems-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}

.problems-grid .problems-item {
    padding: 12px;
    border-radius: 20px;
    border: 1px solid #cecece;
    display: flex;
    gap: 16px;
    color: #686f76;
    align-items: center;
}

.problems-grid .problems-item p {
    font-size: 15px;
    font-weight: 300;
    line-height: 140%;
}

.problems-title {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 125.9%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 3/4;
    grid-row: 1/3;
}

.problems-grid .problems-item:nth-child(10) {
    grid-column: 2/3;
}

.problems-grid .problems-item:nth-child(11) {
    grid-column: 3/4;
}

.problems-grid .problems-item:nth-child(12) {
    grid-column: 4/5;
}

@media (max-width: 576px) {
    .home-wrapper .auditProblems-service .row:last-child {
        margin-top: 40px;
    }
}

@media (max-width: 1200px) {
    .problems-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .problems-title {
        grid-column: 1/5;
        grid-row: unset;
    }
    .problems-grid .problems-item:nth-child(10) {
        grid-column: unset;
    }
    .problems-grid .problems-item:nth-child(11) {
        grid-column: unset;
    }
    .problems-grid .problems-item:nth-child(12) {
        grid-column: unset;
    }
}

@media (max-width: 1200px) {
    .problems-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .problems-title {
        grid-column: 1/4;
    }
}

@media (max-width: 700px) {
    .problems-grid {
        grid-template-columns: 1fr 1fr;
    }
    .problems-title {
        grid-column: 1/3;
    }
}

@media (max-width: 576px) {
    .problems-grid .problems-item img {
        width: 40px;
        height: auto;
    }
    .problems-grid .problems-item {
        gap: 10px;
        border: none;
        padding: 12px 0;
    }
    .problems-grid .problems-item p {
        font-size: 14px;
    }
    .problems-grid {
        grid-gap: 12px 20px;
    }
}

.repAdvantage__item img {
    height: auto;
}

.banner-text.my {
    margin: 32px 0 128px;
}

@media (max-width: 768px) {
    .banner-text.my {
        margin: 20px 0 40px;
    }
}

.imageShows {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    align-items: center;
}

.imageShows span {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 125.9%;
    text-transform: uppercase;
    flex: 1;
}

.imageShows-item {
    display: flex;
    gap: 20px;
    align-items: center;
}

@media (max-width: 1200px) {
    .imageShows {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px 25px;
    }
}

@media (max-width: 576px) {
    .imageShows {
        grid-template-columns: 1fr;
        grid-gap: 25px;
    }
}

.imageNeed-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.imageNeed-item {
    display: flex;
    align-items: start;
    gap: 15px;
}

.imageNeed-item span {
    color: #e3e5e8;
    font-size: 100px;
    font-style: normal;
    font-weight: 900;
    line-height: 80%;
    text-transform: uppercase;
}

.imageNeed-item .name {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 125.9%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.imageNeed-item .text {
    flex: 1;
}

.imageNeed-item p {
    color: #686f76;
    font-size: 15px;
    font-weight: 300;
    line-height: 140%;
}

@media (max-width: 1200px) {
    .imageNeed-item span {
        font-size: 74px;
        flex: 0 0 120px;
    }
}

@media (max-width: 1024px) {
    .imageNeed-grid {
        grid-template-columns: 1fr;
        grid-gap: 34px;
    }
}

@media (max-width: 768px) {
    .imageNeed-item span {
        font-size: 54px;
        flex: 0 0 100px;
    }
    .imageNeed-item {
        gap: 10px;
    }
}

.imageTasks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 45px 25px;
}

.imageTasks-item {
    display: flex;
    gap: 10px;
}

.imageTasks-item p {
    flex: 1;
    color: #686f76;
    font-size: 15px;
    font-weight: 300;
    line-height: 140%;
    margin-top: 10px;
}

.imageTasks-item:nth-child(5) {
    grid-column: 2/3;
}

.imageTasks-item:nth-child(6) {
    grid-column: 3/4;
}

@media (max-width: 1200px) {
    .imageTasks {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .imageTasks-item:nth-child(5),
    .imageTasks-item:nth-child(6) {
        grid-column: unset;
    }
}

@media (max-width: 992px) {
    .imageTasks {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 700px) {
    .imageTasks {
        grid-template-columns: 1fr;
        grid-gap: 25px;
    }
    .imageTasks-item {
        gap: 23px;
    }
}

.home-wrapper .repSteps-items__image .repSteps-item {
    grid-template-columns: 0.5fr 1fr;
}

.repSteps-items__image .col:first-child {
    padding-left: 200px;
}

@media (max-width: 1200px) {
    .repSteps-items__image .col:first-child {
        padding-left: 50px;
    }
}

@media (max-width: 992px) {
    .repSteps-items__image .col:first-child {
        padding-left: 0;
    }
}

.home-wrapper .section-auditHelp .items.items-half {
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 768px) {
    .home-wrapper .repSteps-items__image .repSteps-item {
        grid-template-columns: 1fr;
        height: unset;
        padding: 40px 0;
    }
    .home-wrapper .section-auditHelp .items.items-half {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .home-wrapper .section-repAdvantage.image-repAdvantage .repAdvantage__item {
        padding-right: 5px;
    }
    .home-wrapper .section-repAdvantage.image-repAdvantage .repAdvantage__item .title {
        font-size: 14px;
        line-height: 125.9%;
    }
}


/*  */

.content-bottom {
    margin-top: 42px;
    color: #1a2129;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
    max-width: 620px;
}

.content-bottom a {
    text-decoration-line: underline;
}

.content-bottom__text {
    flex: 1;
}

@media (max-width: 768px) {
    .content-bottom {
        margin-top: 20px;
        align-items: unset;
        padding-right: 35px;
    }
    .content-bottom svg:nth-child(1) {
        margin-bottom: auto;
    }
    .content-bottom svg:nth-child(3) {
        position: absolute;
        bottom: 0;
        right: 10px;
    }
}

.home-wrapper .section-key.mb-0v2 .row {
    margin-bottom: 0;
}

.imginc-items {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 45px 25px;
}

.imginc-item:nth-child(5) {
    grid-column: 2/3;
}

.imginc-item:nth-child(6) {
    grid-column: 3/4;
}

.imginc-item svg {
    width: 70px;
    height: 70px;
}

@media (max-width: 1200px) {
    .imginc-items {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .imginc-item:nth-child(5),
    .imginc-item:nth-child(6) {
        grid-column: unset;
    }
}

@media (max-width: 992px) {
    .imginc-items {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 700px) {
    .imginc-items {
        grid-template-columns: 1fr;
        grid-gap: 25px;
        margin-top: 20px;
    }
    .imginc-item {
        gap: 23px;
    }
}

.imginc-item {
    display: flex;
    gap: 26px;
}

.imginc-content {
    flex: 1;
}

.imginc-content .p2 {
    color: #686f76;
    font-size: 15px;
    font-weight: 300;
    line-height: 140%;
    margin-top: 4px;
}

.imginc-text__p {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
}

.imageShows .imageNeed-item {
    flex-direction: column;
}

.whoneed-imginc .imageShows {
    align-items: start;
}

.imageShows .imageNeed-item span {
    flex: unset;
}

@media (max-width: 576px) {
    .imageShows .imageNeed-item {
        display: grid;
        grid-template-columns: 94px 1fr;
        gap: 30px;
    }
    .whoneed-imginc .imageShows {
        grid-gap: 40px;
    }
    .home-wrapper .section-auditHelp-uslugi.imginc-help .row {
        grid-gap: 25px;
    }
}

.section-imgincNeed {
    background: white !important;
}

.incNeedItems {
    display: flex;
    flex-wrap: wrap;
    gap: 54px;
    justify-content: center;
    margin-top: 60px;
}

.incNeedItem {
    display: grid;
    grid-template-columns: 70px 1fr;
    grid-gap: 19px;
    max-width: 390px;
}

@media (max-width: 576px) {
    .incNeedItems {
        margin-top: 20px;
        gap: 26px;
    }
    .incNeedItem {
        grid-gap: 30px;
    }
}

.home-wrapper .section-imgincgive {
    background: #f8f8f8;
    padding: 15px 0 30px;
}

.section-imgincgive .items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-top: 35px;
}

.giveBottom>div {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.giveBottom>div>* {
    max-width: 400px;
}

.giveBottom .col {
    display: grid;
    grid-gap: 28px;
}

.giveBottom strong {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 20.8px */
    text-transform: uppercase;
}

.giveBottom span {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    flex: 1;
    /* 22.4px */
}

.giveBottom .flex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.home-wrapper .section-imgincgive .items .content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #686f76;
}

@media (max-width: 1200px) {
    .section-imgincgive .items {
        grid-template-columns: 1fr 1fr;
        margin-top: 25px;
    }
    .giveBottom>div {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .section-imgincgive .items {
        grid-template-columns: 1fr;
    }
    .giveBottom .col {
        display: grid;
        grid-gap: 20px;
    }
    .giveBottom>div {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .giveBottom {
        margin-top: 20px;
    }
    .home-wrapper .section-imgincgive .items .content p {
        font-size: 15px;
        line-height: 17px;
    }
}

.home-wrapper .section-imgincgive .items .top {
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.home-wrapper .section-imgincgive .items .top .name {
    flex: 1;
    font-weight: 700;
    font-size: 16px;
    line-height: 125.9%;
    text-transform: uppercase;
    color: #000000;
}

.banner-text.my2 {
    margin: 40px 0;
}