.main-container {
    width: 93%;
    margin: 0 auto;
}

.main-container > section {
    padding: 120px 18% 120px 18%;
}

.section-left-title, .section-center-title {
    align-items: center;
    margin-bottom: 75px;
}

.size40px {
    width: 40px;
    height: 40px;
}

.size24px {
    width: 24px;
    height: 24px;
}

/* main screen */
.wider-section {
    /*position: relative;*/
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    height: 100vh;
    width: 100%;
    padding: 0 !important;
    margin-bottom: 120px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    opacity: 0;
    transition: .5s ease-in;
}

.wider-section.fade {
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.heading {
    font-family: metropolisbold, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 110%;
    max-width: 76%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #121212;
    margin-bottom: 50px;
}

.heading > span {
    font-family: metropolisbold, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 110%;
    max-width: 76%;
    text-align: center;
    letter-spacing: -0.02em;
    margin: 50px 0;
    background: -webkit-linear-gradient(135deg, #FE5196 0%, #F77062 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-screen_assessments {
    position: absolute;
    bottom: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    width: 445px;
    height: 52px;
    min-height: 57px;
}

.assessments-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.large-image {
    padding: 0 11% 0 11%;
}

.large-image img {
    width: 100%;
}

/* steps-section */

.steps-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.step-block {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 0 50px 57px;
    border-left: 2px solid #2F80ED;
    box-sizing: border-box;
}

.step-block:last-of-type {
    border-color: transparent;
}

.step-block::before {
    content: '';
    position: absolute;
    left: -7.5px;
    top: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #2F80ED;
}

.step-number {
    font-family: metropolis, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #2F80ED;
    margin-bottom: 10px;
}

.step-title {
    font-family: metropolis, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 120%;
    color: #121212;
    margin-bottom: 10px;
}

.step-content {
    font-family: metropolis, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #626262;
}

/* learn block */

.learn-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    min-height: 464px;
    width: 100%;
    background-color: #2F80ED;
    padding: 120px 18%;
    box-sizing: border-box;
}

/* important things sections */

.important-things-sections {
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.thing-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 55px;
    background-color: #F0F2F4;
    margin-bottom: 30px;
}

.thing-title {
    font-family: metropolis, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 100%;
    color: #121212;
    margin-bottom: 15px;
    margin-top: 20px;
}

.thing-content {
    font-family: metropolis, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    color: #626262;
}

/* security block */

.security-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    min-height: 450px;
    width: 100%;
    background: #F0F2F4;
    padding: 120px 18%;
    box-sizing: border-box;
}

.security-block {
    display: flex;
    flex-direction: row;
}

.security-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 30px;
}

.security-item p {
    font-family: metropolis, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #121212;
    margin-top: 18px;
}

/* people say section */

.people-say-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.people-say-comment {
    max-width: 840px;
    font-family: metropolis, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 47px;
    text-align: center;
    color: #121212;
    margin-bottom: 15px;
}

.people-say-author {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.people-say-author p {
    font-family: metropolis, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    margin: 0 0 0 15px;
}

/* pricing section */

.pricing-section {
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #2F80ED;
}

.price-block {
    display: flex;
    align-items: center;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    max-width: 840px;
    height: 258px;
    margin: 0 auto;
}

.plus-block {
    padding: 40px;
}

.plus {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), #000;
    background-position: center;
    background-size: 100% 2px, 2px 100%;
    background-repeat: no-repeat;
}

.alt {
    background: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(#FFFFFF, #FFFFFF);
    background-position: center;
    background-size: 100% 2px, 2px 100%;
    background-repeat: no-repeat;
}

.price-item {
    width: 375px;
    height: 258px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    padding: 50px;
    background-color: #5999F1;
    box-shadow: 0 8px 18px rgba(15, 41, 77, 0.12);
    margin: 0;
}

.price-item-title {
    font-family: metropolis, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.price-item-small {
    font-family: metropolis, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.6;
    margin: 0;
}

.price-item-price {
    font-family: metropolis, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}


.price_top {
    cursor: pointer;
    display: flex;
    position: relative;
    justify-content: space-between;
}

.price_title {
    font-family: metropolis, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
}

.pricing_container {
    margin-top: 75px;
}

.price_item {
    cursor: pointer;
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 25px;
}

.price_item:first-child {
    margin-top: 0;
}

.price_item:last-child {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.price_content {
    font-family: metropolis, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    opacity: 0;
    height: 0;
    transition: .2s ease-in;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
}

.price_item.show .price_top:hover .price_title {
    color: #FFFFFF;
}

.price_item .price_top:hover .price_title {
    color: rgba(255, 255, 255, 0.5);
}

.show .price_content {
    margin-top: 35px;
    display: block;
    opacity: 1;
    transition: .2s ease-in;
    height: auto;
}

.price_top span {
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    position: absolute;
    right: 0;
    top: 7px;
    color: #FFFFFF;
    transition: .2s ease-in;
}

.show .price_top span {
    transition: .2s ease-in;
    transform: rotate(45deg);
}

/* share idea */

.share-idea-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 250px 18%;
}

.share-idea-header {
    font-family: metropolisbold, Arial, sans-serif;
    font-style: normal;
    font-size: 64px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #121212;
    max-width: 617px;
    margin-bottom: 50px;
}

.share-idea-header > span {
    font-family: metropolisbold, Arial, sans-serif;
    font-style: normal;
    font-size: 64px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #121212;
    background: -webkit-linear-gradient(135deg, #FE5196 0%, #F77062 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Media queries */

@media screen and (max-width: 1420px) {
    .price-item {
        padding: 25px;
        height: 200px;
        width: 300px;
    }
}

@media screen and (max-width: 1256px) {
    .price-block {
        flex-direction: column;
        height: auto;
    }
}

@media screen and (max-width: 1024px) {
    .large-image {
        display: none;
    }

    .price_title {
        max-width: 90%;
        font-size: 18px;
        line-height: 130%;
    }

    .price_content {
        font-size: 14px;
    }

    .price-item {
        padding: 25px;
        height: 200px;
        width: 300px;
    }

    .heading,
    .heading span {
        font-size: 58px;
    }
}

@media screen and (max-width: 768px) {
    section {
        margin: 0;
    }

    .price_top span {
        top: 0;
    }

    .main-container > section,
    .security-container {
        padding: 75px 3.5%;
    }

    .important-things-sections {
        padding: 75px 0!important;
    }

    .share-idea-container {
        padding: 120px 14%;
    }

    .security-block {
        flex-direction: column;
    }

    .security-item {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .security-item:last-of-type {
        margin: 0;
    }

    .people-say-comment {
        font-size: 28px;
    }

    .important-things-sections {
        padding: 0;
    }

    .thing-block {
        padding: 15px;
    }

    .thing-title {
        font-size: 24px;
    }

    .thing-content {
        font-size: 18px;
    }

    .step-title {
        font-size: 24px;
    }

    .step-content {
        font-size: 16px;
    }
}

@media screen and (max-width: 568px) {
    .main-container > section,
    .security-container {
        padding: 25px 3.5%;
    }

    .share-idea-container {
        padding: 120px 9%;
    }


    .important-things-sections {
        padding: 50px 0!important;
    }

    /* main screen */
    .main_screen_assessments {
        display: none;
    }

    .main-screen_assessments {
        display: none;
    }

    .people-say-comment {
        font-size: 24px;
    }

    .price-item {
        padding: 20px;
        height: 180px;
        width: 280px;
    }

    .step-title {
        font-size: 18px;
    }

    .step-content {
        font-size: 14px;
    }

    .people-say-comment {
        font-size: 18px;
        line-height: 38px;
    }

    .price-item-title {
        font-size: 22px;
    }

    .price-item-price {
        font-size: 38px;
    }

    .heading,
    .heading span {
        font-size: 42px;
    }
}
