body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.text-red {
    /*color: #D21316;*/
    color: #bf9e50;

    
}

.how-start {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;

}

.how-start-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.how-start-title {
    padding: 30px 15px 40px;
    text-align: center;
    font-size: 26px; 
    font-weight: 900;
    text-transform: uppercase;
}

.how-start-item {
    max-width: 400px;
    min-width: 250px;
    padding: 60px 15px 30px 80px;
    line-height: 1.6em;
    box-sizing: border-box;
}

.how-start-subtitle {
    position: relative;
    padding-bottom: 15px;
    color: #282828;
    font-size: 16px;
    font-weight: 900;
}

.how-start-subtitle::before {
    content: '';
    position: absolute;
    top: -60px;
    left: -80px;
    z-index: -1;
    width: 100px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
   /* color: #F5F5F5;*/
    color: #fff;
    /*background: #F5F5F5;*/
    background: #fff;
    line-height: 100px;
    font-size: 70px;
    font-weight: 800;
    /*text-shadow: 0 0 2px #D21316;*/
    text-shadow: 0 0 2px #bf9e50;
    /*-webkit-text-stroke-color: #D21316;*/
    -webkit-text-stroke-color: #bf9e50;
    -webkit-text-stroke-width: 2.00px; 
    border-radius: 50%;
}

.how-start-item:nth-child(1) .how-start-subtitle::before {
    content: '1';
}

.how-start-item:nth-child(2) .how-start-subtitle::before {
    content: '2';
}

.how-start-item:nth-child(3) .how-start-subtitle::before {
    content: '3';
}

.how-start-text:not(:last-child) {
    padding-bottom: 20px;
    color: #505050;
}

.how-start-text a {
    color: #505050; 
    text-decoration: none; 
    font-weight: 600;
    white-space: nowrap;
}

.reg-form {
    max-width: 340px;
}

.reg-form input {
    margin-bottom: 5px;
    padding: 13px 20px;
    width: 100%;
    font-size: 16px;
    color: #505050;
    border: none;
    outline: none; 
    background: #ffffff;
}

.reg-form input::placeholder {
    color: #a7a7a7;
}

/*.reg-form button {
    padding: 13px 20px;
    margin-top: 15px;
    width: 100%;
    color: #FFFFFF;
    font-weight: 900;
    text-transform: uppercase;
    background: #D21316;
    border: none;
    outline: none;
    box-sizing: content-box;
    cursor: pointer;
    transition: background 0.3s ease;

}*/
.reg-form button {
    padding: 13px 20px;
    margin-top: 15px;
    width: 87%;
    color: #FFFFFF;
    font-weight: 900;
    text-transform: uppercase;
    background: #f75959;
    border: none;
    outline: none;
    box-sizing: content-box;
    cursor: pointer;
    border-radius: 26px;
    transition: background 0.3s ease;
}

.reg-form button:hover {
    background: #ec3636 ;
    transition: background 0.3s ease;
}

.how-work {
    width: 100%;
}

.how-work-title {
    padding: 40px 15px; 
    margin-bottom: 30px;
    width: 100%;
    background: #282828;
    text-align: center;
    font-size: 26px; 
    font-weight: 900;
    color: #FFFFFF;
    text-transform: uppercase;
    box-sizing: border-box;
}

.how-work-inner {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.how-work-item {
    width: 30%;
    padding: 50px 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.how-work-number {
    width: 80px; 
    margin-right: 30px;
    padding-right: 30px;
    padding-top: 3px;
    font-size: 70px; 
    line-height: 48px;
    vertical-align: middle;
    font-weight: 100;
    color: #999999;
    border-right: 2px solid #999999;
}

.how-work-text {
    margin-top: -3px;
    font-size: 16px;
    color: #505050;
}

.how-work-subtitle {
    padding-bottom: 7px;
    font-size: 21px;
    color: #282828;
}

.benefit {
    width: 100%;
    padding-bottom: 7px;
}

.benefit-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.benefit-title {
    padding: 30px 15px 40px;
    text-align: center;
    font-size: 26px; 
    font-weight: 900;
    text-transform: uppercase;
}

.benefit-item {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.benefit-item-wrap {
    width: 50%;
}

.benefit-item-sm {
    height: 312px;
    width: 50%;
    display: flex;
    flex-direction: row;
}

.benefit-item-wrap>.benefit-item-sm {
    width: 100%;
}

.benefit-item-lg {
    position: relative;
    height: 625px;
    width: 50%;
}

.benefit-item-sm .benefit-img {
    width: 50%;
}

.benefit-item-sm.benefit-item-sm-solo .benefit-img {
    width: 100%;
}

.benefit-item-lg .benefit-img {
    width: 100%;
}

.benefit-img {
    padding: 7px;
    height: 100%; 
    overflow: hidden;
    box-sizing: border-box;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}

.benefit-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    transform: scale(1);
    transition: all 0.5s; 
}

.benefit-square {
    padding: 7px;
    height: 100%;
    width: 50%;
    box-sizing: border-box;
}

.benefit-square-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #282828;
}

.benefit-square-inner::before {
    content: '';
    position: absolute;
    
    width: 15px;
    height: 15px;
    background: #282828;
    transform: rotate(-45deg);
}

.benefit-square-inner.chevron-left::before {
    left: -6px;
}

.benefit-square-inner.chevron-right::before {
    right: -6px;
}

.benefit-subtitle {
    padding-bottom: 10px; 
    margin-bottom: 10px;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #F5F5F5;
    border-bottom: 1px solid #999999;
}

.benefit-text {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 100;
    text-align: center;
    line-height: 1.4em;
}

.benefit-item-lg .benefit-lg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}




.propose {
    width: 100%;
    padding: 50px 0;
    background: #f6f6f6;
    box-sizing: border-box;
    overflow: hidden;
}

.propose-title {
    padding: 20px 15px 50px;
    text-align: center;
    font-size: 26px; 
    font-weight: 900;
    text-transform: uppercase;
}

.propose-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.propose-item {
    width: 30%;
    padding: 50px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.propose-img {
    height: 80px;
    margin-bottom: 20px;
}

.propose-subtitle {
    font-size: 16px;

}

.propose-text {
    font-size: 16px;
    color: #505050;
}

.propose-subtitle {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 21px;
    color: #282828;
}


.dropship {
    width: 100%; 
    padding: 50px 0;

}

.dropship-inner {
    max-width: 1000px;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.dropship-title {
    padding: 20px 15px 50px;
    text-align: center;
    font-size: 26px; 
    font-weight: 900;
    text-transform: uppercase;
}

.dropship-left {
    max-width: 400px;
}

.dropship-subtitle {
    padding-bottom: 10px;
    color: #282828;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

.dropship-text {
    padding-bottom: 15px;
    font-size: 16px;
    color: #505050;
}

.dropship-right {
    padding-left: 20px;
    max-width: 600px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.dropship-right img:nth-child(1) {
    height: 260px;
    padding-right: 35px;
}

.dropship-right img:nth-child(2) {
    height: 340px;
}

.benefit-img img:hover {
    object-fit: cover;
    transform: scale(1.2);
    transition: all 0.5s;
}
.names {
    font-size: 16px;
    padding: 5px 0px;
    font-weight: 500;
    margin-top: 5px;
    height: auto;
    display: block;
    background: #282828;
    color: #fff;
}
@media screen and (max-width: 1024px) {
    .how-start-inner {
        padding: 0 15px;
        flex-direction: column;
        align-items: center;
    }
    .how-start-item {
        max-width: 600px;
    }
    .reg-form input, 
    .reg-form button {
        box-sizing: border-box;
    }
    .how-work-inner {
        justify-content: center;
    }
    .how-work-item {
        max-width: 400px;
        width: 50%;
    }
    .benefit-item-sm {
        height: 200px;
    }
    .benefit-item-lg {
        height: 410px;
    }
    .benefit-subtitle {
        font-size: 30px;
    }
    .benefit-text {
        font-size: 16px;
    }

    .propose-item {
        width: 40%;
    }
    .dropship-right img:nth-child(1) {
        height: 230px;
        padding-right: 20px;
    }
    
    .dropship-right img:nth-child(2) {
        height: 300px;
    }
}

@media screen and (max-width: 730px) {
    .how-start-item {
        padding: 80px 15px 30px;
    }
    .how-start-subtitle::before {
        top: -78px;
        left: -20px;
    }
    .how-work-item {
        max-width: 400px;
        width: 100%;
    }
    .reg-form {
        max-width: unset;
    }
    .benefit-item {
        flex-wrap: wrap;
    }
    .benefit-item-wrap {
        width: 100%;
    }
    .benefit-item-lg {
        width: 100%;
    }
    .benefit-item-sm {
        width: 100%;
    }
    .propose-title {

    }
    .propose-item {
        width: 100%;
        padding: 30px 15px;
    }
    .propose-img {
        height: 60px;
    }
    .dropship-inner {
        flex-direction: column;
    }
    .dropship-left {
        padding-bottom: 50px;
        max-width: unset;
    }
    .dropship-right {
        padding-left: 0;
        justify-content: center;
    }
    .dropship-right img:nth-child(1) {
        height: unset;
        width: 45%;
        padding-right: 20px;
        box-sizing: border-box;
    }
    
    .dropship-right img:nth-child(2) {
        height: unset;
        width: 50%;
    }
}