#head {
    background: #FCFCFC;
}
#head .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 87px;
    padding-bottom: 63px;
}
#head .left {
    width: 620px;
    flex-shrink: 0;
}
#head .right {
    display: flex;
}
#head h1 {
    margin-bottom: 30px;
}
#head .no-fees {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 20px;
}
#head .modal-video {
    font-weight: normal;
    font-size: 20px;
    line-height: 40px;
    margin-top: 20px;
    background: url(../../img/main/play.svg) no-repeat left center;
    padding-left: 40px;
}
#head .modal-video:hover {
    opacity: 0.6;
}
#head .register {
    margin-right: 12px;
}
#head .list {
    margin-bottom: 40px;
}
#head .ready {
    font-weight: bold;
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 30px;
}
#build .container {
    position: relative;
}
#build .container:after {
    content: '';
    position: absolute;
    height: 1600px;
    width: 26px;
    top: 350px;
    left: 50%;
    background: url(../../img/pages/suppliers/div.svg) repeat-y center 0;
}
#build h2 {
    margin-bottom: 80px;
}
#build .item {
    display: flex;
    align-items: center;
    justify-content: center;
}
#build .item:not(:last-child) {
    margin-bottom: 74px;
}
#build .left {
    margin-right: 166px;
    text-align: right;
}
#build .img {
    width: 457px;
}
#build .text {
    width: 457px;
}
#build .info {
    font-weight: bold;
    font-size: 30px;
    line-height: 46px;
}
#build .step {
    background: #1971C2;
    border-radius: 8px;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
    line-height: 30px;
}
#build .img .step {
    display: none;
}
#expand {
    background: #F6F6F9;
}
#expand .container {
    padding-bottom: 35px;
}
#expand h2 {
    margin-bottom: 80px;
}
#expand .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#expand .item {
    background: #FFFFFF;
    box-shadow: 0px 5px 13px rgba(26, 70, 112, 0.1);
    border-radius: 34px;
    width: 48%;
    margin-bottom: 55px;
    padding: 50px;
    text-align: center;
}
#expand img {
    margin-bottom: 40px;
}
#expand .title {
    font-weight: bold;
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 30px;
}
#why h2 {
    margin-bottom: 20px;
}
#why .group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#why .group:first-child {
    margin-bottom: 40px;
}
#why .left {
    margin-right: 30px;
}
#why .text {
    width: 530px;
    flex-shrink: 0;
}
#faq {
    background: #F6F6F9;
}
#faq .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#faq .group {
    width: 47%;
}
#faq .info {
    display: none;
}
#faq .opened .info {
    display: block;
}
#faq .title {
    font-weight: bold;
    font-size: 19px;
    line-height: 26px;
    cursor: pointer;
    z-index: 1;
    position: relative;
}
#faq .item {
    padding: 32px 0;
    border-bottom: 1px solid #DADADA;
}
#faq .info {
    padding: 26px 55px 0 0;
}
#faq .show-me:after {
    background-color: #FFFFFF;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    background-size: 24px;
    top: 20px;
}
#contact {
    color: #fff;
    background: #1A1E25;
}
#contact .container {
    border-bottom: 1px solid #9EA0AC;
    padding-top: 90px;
    padding-bottom: 90px;
    background: url(../../img/pages/product/amal-min.png) no-repeat right bottom;
    position: relative;
}
#contact .container:after {
    position: absolute;
    content: '';
    width: 258px;
    height: 180px;
    bottom: 66px;
    right: 420px;
    background: url(../../img/pages/product/hi-amal.svg) no-repeat center;
}
#contact .info {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 60px;
}
#contact .wrapper {
    width: 600px;
    text-align: center;
}
#modal-contact-footer .modal__title {
    font-weight: bold;
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 30px;
}
#apply {
    background: #F6F6F9;
}
#apply .wrapper {
    width: 1000px;
    background: #fff;
    padding: 50px 40px;
    margin: 0 auto;
    text-align: center;
}
#apply .info {
    margin-bottom: 40px;
}
#apply .input-group {
    display: flex;
    justify-content: space-between;
}
#apply .input-group > * {
    width: 49%;
}
#apply .btn {
    margin-top: 20px;
}
#apply .result-message {
    display: none;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px;
}
#apply .result-message.success {
    background: #49b67f;
    display: block;
}
#apply .result-message.error {
    background: #b64949;
    display: block;
}

@media (max-width: 1150px) {
    #contact .container:after {
        display: none;
    }
}

@media (max-width: 1000px) {
    #apply .wrapper {
        width: 100%;
    }
}

@media (max-width: 991px) {
    #apply .input-group {
        flex-direction: column;
    }
    #apply .input-group > * {
        width: 100%;
    }
    #contact .container {
        background: none;
    }
    #contact .wrapper {
        margin-right: auto;
        margin-left: auto;
    }
    #head .right {
        display: none;
    }
}

@media (max-width: 767px) {
    #head .register {
        margin-right: 0;
        margin-bottom: 20px;
    }
    #apply .wrapper {
        padding: 30px 10px;
    }
    #apply input, #apply select {
        height: 60px;
    }
    #contact .wrapper {
        width: 100%;
    }
    #contact .container {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    #contact .info {
        margin-bottom: 40px;
        font-size: 19px;
        line-height: 26px;
    }
    #contact h2 {
        margin-bottom: 30px;
    }
    #head .btn-group {
        text-align: center;
    }
    #head .btn-group .modal-video {
        margin-left: 0;
        margin-bottom: 30px;
        display: inline-block;
    }
    #head .left {
        width: 100%;
    }
    #build .container:after {
        display: none;
    }
    #build .item {
        flex-direction: column;
    }
    #build .img {
        order: -1;
        width: 100%;
        margin-right: 0;
        text-align: center;
        margin-bottom: 30px;
    }
    #build .text {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
    #build h2 {
        margin-bottom: 40px;
    }
    #build .img .step {
        display: block;
        margin: 0 auto 20px auto;
    }
    #build .text .step {
        display: none;
    }
    #build .info {
        font-size: 19px;
        line-height: 26px;
    }
    #expand .item {
        width: 100%;
        padding: 30px 25px;
        margin-bottom: 40px;
    }
    #expand h2 {
        margin-bottom: 40px;
    }
    #expand .title {
        font-size: 19px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    #why .group {
        flex-direction: column;
    }
    #why .left {
        margin-right: 0;
    }
    #why .text {
        width: 100%;
    }
    #why .group:last-child .right {
        order: -1;
    }
    #why h2 {
        margin-bottom: 0;
    }
    #head .container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
