
#shopping-assistant-landing {
    background-color: #f2f2f2;
}

#sa-banner {

}

#sa-banner {
    margin-top: 99px;
    text-align: justify;
    background: #c1c8d2; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#c1c8d2, #8d989e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#c1c8d2, #8d989e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#c1c8d2, #8d989e); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #c1c8d2, #8d989e); /* Standard syntax (must be last) */
}

#sa-banner .row {
    display: flex;
    margin: 0;
    color: white
}

#sa-banner .sa-banner-content {
    padding: 0 140px
}
#sa-banner h1 {
    margin-top: 50px;
}

#sa-banner .sa-banner-img {
    /*height: 500px;*/
    min-height: 500px;
    background-image: url("../img/bg-sa-banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

#sa-how-it-works {
    min-height: 500px;
    background-image: url("../img/sa-h-i-w.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#sa-how-it-works div.circle {
    width: 80px;
    height: 80px;
    color: white;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #059ad8; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#059ad8, #206fac); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#059ad8, #206fac); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#059ad8, #206fac); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#059ad8, #206fac); /* Standard syntax (must be last) */
}

#sa-how-it-works div.circle:hover {
    background: #3fc770; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#3fc770, #20b05e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#3fc770, #20b05e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#3fc770, #20b05e); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#3fc770, #20b05e); /* Standard syntax (must be last) */
}

#sa-how-it-works .circle span {
    position: relative;
    top: 6px;
    left: 25px;
    font-size: 45px;
}

#sa-how-it-works .swiper-container-hiw .circle span {
    position: relative;
    top: 6px;
    left: 0;
    font-size: 45px;
}

#sa-how-it-works .hiw-row {
    margin-top: 50px;
    margin-bottom: 50px;
}

#sa-how-it-works div.title {
    text-align: center;
}

#sa-how-it-works span.title {
    height: 60px;
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
}

#sa-how-it-works .custom-col {
    width: 12.5%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

#sa-how-it-works .swiper-pagination-hiw {
    margin-top: 50px;
}

#sa-how-it-works .swiper-container-hiw {

    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#sa-how-it-works .swiper-container-hiw div.circle {
    margin: 20px auto 15px;
}

#sa-how-it-works .swiper-container-hiw .swiper-wrapper {

    height: 250px;
    margin-top: 32px;
}

#sa-how-it-works .swiper-slide {
    padding-left: 40px;
    padding-right: 40px;
}

#sa-how-it-works .swiper-button-next, #sa-how-it-works .swiper-button-prev {
    background-size: 18px 44px;
}

@media only screen and   (max-width: 768px) {
    #sa-how-it-works {
        min-height: 425px;
    }
}

#sa-form {
    min-height: 600px;
    background-image: url("../img/sa-form.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;

}

#sa-form .section-header {
    color: white;
    margin: 40px 0;
}
#sa-form .section-header  p{
    font-size: 18px;
}

#sa-form .section-body {
    text-align: left;
}

#sa-catalog {
    min-height: 300px;
    text-align: center;
    position: relative;
    margin: 20px;
}

#sa-catalog .layer-catalog {
    background-color: rgba(0, 162, 223, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#sa-catalog .banner-catalog {
    position: relative;
    min-height: 300px;
}

#sa-catalog .ban-img {
    min-height: 300px;
    background-image: url("../img/sa-logos-lg.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    margin: 20px;
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

#sa-catalog .section-body {
    position: relative;
    top: -216px;
    height: 0;
    color: white;
}

#sa-catalog .sa-catalog-title {
    display: block;
    font-size: 36px;
}

@media only screen and   (max-width: 767px) {
    #sa-catalog {
        min-height: 400px;
        text-align: center;
        position: relative;
        margin: 0;
    }

    #sa-catalog .ban-img {
        min-height: 400px;
        background-image: url("../img/sa-logos-xs.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        text-align: center;
        position: relative;
        margin: 0;
        -webkit-filter: blur(3px);
        filter: blur(3px);
    }

    #sa-catalog .section-body {
        position: relative;
        top: -300px;
        height: 0;
        color: white;

    }

    #sa-catalog .sa-catalog-title {
        display: block;
        font-size: 36px;
        margin-bottom: 45px;

    }

}

@media only screen and (min-width: 768px)  and  (max-width: 990px) {

    #sa-catalog {
        min-height: 400px;
        text-align: center;
        position: relative;
        margin: 0;
    }

    #sa-catalog .ban-img {
        min-height: 400px;
        background-image: url("../img/sa-logos-lg.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        text-align: center;
        position: relative;
        margin: 0;
        -webkit-filter: blur(3px);
        filter: blur(3px);
    }

    #sa-catalog .section-body {
        position: relative;
        top: -242px;
        height: 0;
        color: white;
    }
}

#sa-faq {
    background-color: #f2f2f2;
}

#sa-faq .section-header {
    color: #3d73aa;
}

#register-section {
    background-color: #e3e3e3;
}

@media only screen and   (max-width: 989px) {

    #sa-banner {
        /*height: 500px;*/
        min-height: 500px;
        background-image: url("../img/bg-sa-banner.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        text-align: center;
        position: relative;
    }

    #sa-banner .layer-banner {
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #sa-banner .sa-banner-content {
        padding: 0 40px
    }

    #sa-banner h1 {
        text-align: center;
    }

}

@media only screen and (min-width: 768px)  and  (max-width: 990px) {
    #sa-banner .sa-banner-content {
        padding: 0 140px
    }
}

.left-align, .right-align {
    float: left; /* Обтекание справа */
    width: 50%; /* Ширина текстового блока */
}

.right-align {
    text-align: right; /* Выравнивание по правому краю */
}

.sa-form-header-landing{
    height: 40px;margin-bottom: 20px
}
.sa-form-header-landing p:nth-child(1) {
    font-size: 28px
}

.sa-form-header-landing p:nth-child(2) {
    color: #3d73aa;
    font-weight: bold;
}

#shop-service-few-goods{
    top: 105px;
}