.spacer_xxl {
    margin-top: 172px;
}
.spacer_x {
    margin-top: 120px;
}
.spacer_68 {
    margin-top: 68px;
}
.spacer_60 {
    margin-top: 60px;
}
.spacer_100 {
    margin-bottom: 100px;
}
.spacer_84 {
    margin-bottom: 84px;
}
.spacer_64 {
    margin-bottom: 64px;
}
.spacer_48 {
    margin-bottom: 48px;
}
.spacer_40 {
    margin-bottom: 40px;
}
.spacer {
    margin-bottom: 32px;
}
.spacer_s {
    margin-bottom: 24px;
}
.spacer_ss {
    margin-bottom: 12px;
}
.spacer_8 {
    margin-bottom: 8px;
}

.aboutCards{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.aboutCard{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 24px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    width: 370px;
    height: 171px;
}

.spostsWrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
    p{
        line-height: 1.2;
    }
}
.aboutImageWrapper{
    min-width: 72px;
    height: 72px;
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.aboutCardImage{
    width: 42px;
    height: 42px;
}


.stepLogin{
    background-color: #fff;
    padding: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-top: 20px;
}
.stepLoginLast{
    margin-bottom: 20px;
}
.loginNumber{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100px;
    min-height: 100px;
    background-color: #f2f2f2;
    color: #b10000;
    font-weight: 600;
    font-size: 24px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-right: 20px;
}
.breakWord{
    overflow-wrap: break-word;
word-wrap: break-word;      
word-break: break-word;

}
.wordsWrapper p{
    max-width: 280px;    overflow-wrap: break-word;
word-wrap: break-word;      
word-break: break-word;
}

.cardContainerStyles{
    padding: 24px 12px !important;
    justify-content: space-between !important;
    h4{
        margin: 0 !important;
        text-align: left;
    }
}

.cardContainerStyles > div{
    margin: 0;
}

/* ===registration */


.registrationList{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    margin-top: calc(32px/2);
    margin-bottom: 32px;
    list-style: auto !important;
    padding-left: 30px;
    /* list-style:; */
    li{
        font-family: "poppins", sans-serif;
        line-height:  160%;
        font-size: 18px;
        list-style: decimal-leading-zero !important;
        color: #7d7d7e;
    }
}






@media (max-width: 768px) {
    .spacer_xxl {
        margin-top: calc(172px / 2);
    }
    .spacer_x {
        margin-top: calc(120px / 2);
    }
    .spacer_100 {
        margin-bottom: calc(100px / 2);
    }
    .spacer_68 {
        margin-top: calc(68px / 2);
    }
    .spacer_60 {
        margin-top: calc(60px / 2);
    }
    .spacer_84 {
        margin-bottom: calc(84px / 2);
    }
    .spacer_64 {
        margin-bottom: calc(64px / 2);
    }
    .spacer_48 {
        margin-bottom: calc(48px / 2);
    }
    .spacer_40 {
        margin-bottom: calc(40px / 2);
    }
    .spacer {
        margin-bottom: calc(32px / 2);
    }
    .spacer_s {
        margin-bottom: calc(24px / 2);
    }
}
