.e-addons-start-page {
    max-width: 900px;
    padding: 2.5em 0;
    margin: auto;
    text-align: center;

}
.e-addons-start-page__box{
    box-shadow: 0 0px 30px rgba(0,0,0,.1);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.e-addons-start-page__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #eeeeee;
}
.e-addons-start-page .e-addons-logo-wrapper {
    margin-right: 12px;
    display: inline-block;
    padding: 10px 0;
    width: 110px;
    margin-top: -110px;
}

.e-addons-start-page__header .e-addons-logo-wrapper img {
    width: 50px;
}
.e-addons-start-page__title {
    padding: 15px;
    margin: 0 10px;
    font-weight: 600;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.e-addons-start-page__skip {
    color: inherit;
}
.e-addons-start-page__skip .dashicons {
    border: none;
    font-size: 40px;
    text-decoration: none;
    margin: 0;
    position: relative;
    right: 0;
    display: inline-block;
    width: auto;
    height: auto;
    outline: none;
    padding: 15px;
}
.e-addons-start-page__content {
    padding: 50px;
}
.e-addons-start-page__content_first h2 {
    font-size: 3em;
    margin: 0 auto;
    font-weight: 300;
    max-width: 500px;

}
.e-addons-start-page__content_first h2 b {
    font-weight: 900;
}
.e-addons-start-page__content_first .e-addons-evidence {
    background-color: #000;
    color: #fff;
    padding: 20px;
    border-radius: 20px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    border: #9f16ff 7px solid;
}
.e-addons-start-page__content_first .e-addons-version{
    font-size: 60px;
    font-weight: 900;
    margin: 0;
    color: #9f16ff;
}
.e-addons-start-page__content_first .e-addons-steps{
    font-size: 28px;
    margin: 0;
}
.e-addons-start-page__content_intro {
    max-width: 500px;
    margin: auto;
    font-size: 22px;
}
.e-addons-start-page__content p{
    font-size: 16px;
}


.e-addons-start-page__scheme {
    margin: 0px 0 30px;
}
.e-addons-start-page__scheme img{
    width: 100%;
    height: auto;
}
.e-addons-start-page__scheme img.e-addons-start-page__scheme_panel{
    max-width: 600px;
    height: auto;
}
.e-addons-start-page__video iframe {
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
}
.e-addons-start-page__actions .button-primary {
    margin-right: 20px;
}
.e-addons-start-page .e-addons-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.e-addons-start-page .e-addons-col-3 {
    flex: 0 0 33%;
    padding: 15px;
    box-sizing: border-box;
}
.e-addons-start-page .e-addons-banner img{
    width: 100%;
    border-radius: 10px;
}
.button.button-e-addons{
    background-color: #9f16ff;
    border: none;
    margin-bottom: 40px;
}
.button.button-e-addons:hover{
    background-color: #000;
    border: none;
}
.e-addons-many-more{
    color: #000;
    display: block;
    padding: 18px 30px;
    border-radius: 50px;
    margin: 30px auto;
    font-size: 30px;
}
.e-addons-title-feature{
    font-size: 25px;
    margin: 10px 0 0 0;
}
.e-addons-description-feature{
    font-size: 25px;
    margin: 10px 0 0 0;
}
.e-addons-number-feature{
    font-size: 55px;
    margin: 0;
    font-weight: 900;
}
.e-addons-for-designers img.e-addons-img{
    max-width: 600px;
}
.e-addons-for-developers img.e-addons-img{
    max-width: 600px;
}
.e-addons-start-page__content img.e-addons-icon{
    max-width: 90px;
}