.sec-1 {
    height: 486px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #1b52b2;
    margin-top: -1px
}

.sec-1>.bg-img-1 {
    height: 94%;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}

.sec-1>.bg-img-1 img.bg {
    
    position: absolute;
    bottom: 0;
    right: 0
}

.sec-1>.bg-img-2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 87%;
    background: -moz-linear-gradient(0 50% 0deg, rgba(8, 43, 94, 1) 0, rgba(8, 43, 94, 1) 54.23%, rgba(8, 43, 94, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(8, 43, 94, 1) 0, rgba(8, 43, 94, 1) 54.23%, rgba(8, 43, 94, 0) 100%);
    background: -webkit-gradient(linear, 0 50%, 100% 50%, color-stop(0, rgba(8, 43, 94, 1)), color-stop(.5423, rgba(8, 43, 94, 1)), color-stop(1, rgba(8, 43, 94, 0)));
    background: -o-linear-gradient(0deg, rgba(8, 43, 94, 1) 0, rgba(8, 43, 94, 1) 54.23%, rgba(8, 43, 94, 0) 100%);
    background: -ms-linear-gradient(0deg, rgba(8, 43, 94, 1) 0, rgba(8, 43, 94, 1) 54.23%, rgba(8, 43, 94, 0) 100%);
    background: linear-gradient(90deg, rgba(8, 43, 94, 1) 0, rgba(8, 43, 94, 1) 54.23%, rgba(8, 43, 94, 0) 100%)
}

.sec-1>.bg-img-3 {
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 100%
}

.sec-1>.bg-img-3 img.bg {
    width: 102%;
    height: auto;
    margin-left: -1%
}

.sec-1>.content-container {
    position: relative;
    color: #fff
}

.sec-1 .sec-text-1 {
    margin-left: 30px;
    margin-top: 101px;
    width: 650px;
}

.sec-1 .sec-text-2 {
    margin-left: 30px;
    margin-top: 52px;
    overflow: hidden
}

.sec-1 .sec-text-2 .box-item {
    float: left;
    margin-right: 48px
}

.sec-1 .sec-text-2 .box-icon {
    height: 40px;
    margin-right: 12px;
    float: left;
    max-width: 40px
}

.sec-1 .sec-text-2 .box-icon svg {
    fill: none;
    stroke: #468ef7;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8px
}

.sec-1 .sec-text-2 .box-title {
    font-size: 16px;
    font-weight: 400;
    float: left;
    line-height: 20px
}

.sec-1 .sec-text-3 {
    margin-left: 30px;
    margin-top: 52px;
    font-size: 24px
}

.sec-1 .sec-text-3 .price {
    font-size: 36px
}

.sec-1 .sec-text-3 .cta {
    width: 210px;
    margin-top: 10px
}

.sec-2 {
    background-color: #fff;
    padding: 70px 0 120px;
    position:relative;
    margin-top: -3px;
}

.sec-2 .boxes {
    padding: 50px 30px 0;
    display: block;
    overflow: hidden
}

.sec-2 .box-item {
    width: 23%;
    margin: 0 1%;
    text-align: center;
    float: left;
    cursor: pointer
}

.sec-2 .box-title {
    font-size: 18px;
    font-weight: 400;
    color: #939cad;
    line-height: 1.3em;
    display: inline-block
}

span.quotes-down,
span.quotes-up {
    display: inline-block;
    width: 1px;
    position: relative
}

span.quotes-down svg,
span.quotes-up svg {
    width: 20px;
    height: 16px;
    font-size: 49px;
    fill: #939cad;
    position: absolute;
    display: inline-block
}

span.quotes-up svg {
    top: -27px;
    left: -25px
}

span.quotes-down svg {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: -15px;
    right: -25px
}

.sec-2 .box-icon {
    margin-top: 19px;
    height: 42px;
    vertical-align: bottom
}

.sec-2 .box-icon img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5
}

.sec-2 .box-item:hover .box-title {
    color: #464a51
}

.sec-2 .box-item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

.sec-2 .box-item:hover span.quotes-down svg,
.sec-2 .box-item:hover span.quotes-up svg {
    fill: #333
}

.sec-3 {
    position: relative;
    width: 100%;
    padding: 85px 0 200px;
    min-height: 400px;
    overflow: hidden;
    /*
    background: -moz-linear-gradient(50% 96.7% 90deg, rgba(255, 255, 255, 1) 23.27%, rgba(243, 246, 253, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 23.27%, rgba(243, 246, 253, 1) 100%);
    background: -webkit-gradient(linear, 50% 96.7%, 50% 23.96%, color-stop(.2327, rgba(255, 255, 255, 1)), color-stop(1, rgba(243, 246, 253, 1)));
    background: -o-linear-gradient(90deg, rgba(255, 255, 255, 1) 23.27%, rgba(243, 246, 253, 1) 100%);
    background: -ms-linear-gradient(90deg, rgba(255, 255, 255, 1) 23.27%, rgba(243, 246, 253, 1) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 23.27%, rgba(243, 246, 253, 1) 100%)
    */
    background-color: #f3f6fd;
}

.sec-3 .bg-img-1 {
    position: absolute;
    bottom: -9px;
    width: 102%;
    left: -1%;
   
}

.sec-3 .bg-img-1 img.bg {
    width: 100%;
    height: auto
}

.sec-3 .boxes {
    margin: 80px 0 50px;
    display: flex
}

.sec-3 .box-item {
    float: left;
    width: 17%;
    margin-right: 4%;
    background-color: #fff;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    box-shadow: 0 20.87px 16.69px rgba(0, 0, 0, .1)
}

.sec-3 .box-icon {
    height: 45px;
    margin: 24px 14px 10px
}

.sec-3 .box-icon svg line,
.sec-3 .box-icon svg path,
.sec-3 .box-icon svg rect {
    fill: #468ef7;
    stroke: none
}

.sec-3 .box-title {
    font-size: 21px;
    color: #333;
    margin: 0 14px 26px;
    line-height: 1.2em
}

.sec-3 .box-title>span {
    color: #939cad;
    font-size: 13px;
    line-height: 1em;
    font-weight: 400;
    display: block
}

.sec-3 .box-list {
    margin: 0 14px 26px;
    font-size: 16px;
    color: #333;
    line-height: 22px
}

.sec-3 .box-list li i {
    font-size: 14px;
    line-height: 22px;
    color: #3fcf91;
    margin-right: 4px
}

.sec-3 .box-price {
    margin: 0 14px 6px;
    color: #468ef7;
    font-size: 24px;
    line-height: 1em
}

.sec-3 .box-price .price {
    font-size: 36px
}

.sec-3 .box-cta {
    margin: 0 14px 14px;
    text-align: center
}

.sec-3 .payments {
    margin-top: 52px;
    font-size: 18px;
    font-weight: 400;
    color: #939cad
}

.sec-3 .payments ul {
    margin-top: 13px;
    display: inline-block
}

.sec-3 .payments li {
    float: left;
    height: 36px;
    line-height: 36px;
    margin-right: 27px;
    display: inline-block
}

.sec-3 .payments li a,
.sec-3 .payments li>span {
    display: inline-flex;
    color: #939cad
}

.sec-3 .payments li a:active,
.sec-3 .payments li a:visited {
    color: #939cad
}

.sec-3 .payments li span.icon {
    margin-right: 7px;
    height: 36px
}

.sec-3 .payments li span.icon svg {
    fill: #939cad;
    max-width: 40px
}

.sec-3 .payments li span.icon.mastercard svg {
    padding-top: 4px
}

.sec-3 .payments li a:hover,
.sec-3 .payments li:hover a {
    color: #468ef7
}

.sec-3 .payments li a:hover span.icon svg,
.sec-3 .payments li:hover a span.icon svg {
    fill: #468ef7
}




@media (min-width:2239px) {
    .sec-1>.bg-img-1 {
        width: 57%
    }
    .sec-1>.bg-img-1 img.bg {
        width: 100%;
        bottom: 50%;
        transform: translate(0, 43%);
        margin-right: 0
    }
}

@media (max-width:1439px) {
    .sec-1>.bg-img-1 img.bg {
        right: 62%;
        transform: translate(50%, 0)
    }
    .sec-2 .box-title {
        font-size: 15px
    }
    .sec-3 .box-title {
        font-size: 19px
    }
    .sec-3 .box-price {
        font-size: 19px
    }
    .sec-3 .box-price .price {
        font-size: 32px
    }
    span.price>.price-decimal {
        font-size: .5em;
        line-height: .6em
    }
    
}

@media (max-width:1199px) {
    .sec-3 .boxes {
        margin: 80px 0 50px;
        display: inline-block;
        text-align: center;
        width: 100%
    }
    .sec-3 .box-item {
        float: none;
        width: auto;
        margin-right: 4%;
        margin-bottom: 40px;
        margin-left: 4%;
        display: inline-block;
        text-align: left;
        min-width: 240px
    }
    
}

@media (max-width:1020px) {
    .sec-1>.bg-img-1 img.bg {
        right: 78%
    }
    .sec-2 .boxes {
        text-align: center
    }
    .sec-2 .box-item {
        display: inline-block;
        float: none;
        width: 29%;
        margin: 29px 6%
    }
    
}

@media (max-width:919px) {
    .sec-1>.bg-img-1 {
        height: 100%
        }
}

@media (max-width:779px) {
    h1,
    h2 {
        margin-bottom: 8px
    }
    .sec-1 {height:445px}
    .sec-1 .sec-text-1 {
        width:auto;
    }
    .sec-3 {padding-bottom: 120px;}
    .sec-3 .payments ul {
        text-align: center;
        display: block
    }
    .sec-3 .payments li {
        float: none;
        display: inline-block;
        margin-bottom: 20px;
        margin-left: 2%;
        margin-right: 2%
    }
    

@media (max-width:599px) {
    h1,
    h2 {
        font-size: 26px
    }
    h3 {
        font-size: 16px
    }
    .sec-1 .sec-text-1 {
        margin-top: 40px
    }
    .content-container {
        width: auto;
        padding: 0 20px
    }
    .sec-1 .sec-text-2 .box-item {
        width: 100%;
        margin-bottom: 20px
    }
    .sec-1>.bg-img-2 {
        width: 100%;
        background: -moz-linear-gradient(left, rgba(8, 43, 94, 1) 0, rgba(8, 43, 94, .9) 45%, rgba(8, 43, 94, .6) 70%, rgba(8, 43, 94, .1) 100%);
        background: -webkit-linear-gradient(left, rgba(8, 43, 94, 1) 0, rgba(8, 43, 94, .9) 45%, rgba(8, 43, 94, .6) 70%, rgba(8, 43, 94, .1) 100%);
        background: linear-gradient(to right, rgba(8, 43, 94, 1) 0, rgba(8, 43, 94, .9) 45%, rgba(8, 43, 94, .6) 70%, rgba(8, 43, 94, .1) 100%)
    }
    .sec-2 .box-item {
        width: auto;
        margin-left: 0;
        margin-right: 0
    }
    .sec-2 .box-title {
        font-size: 20px
    }
    .sec-3 {
        padding-bottom: 75px;
        padding-top: 75px
    }
    .sec-3 .box-item {
        width: 90%;
        max-width: 280px
    }
    .sec-3 .payments {
        font-size: 15px;
        margin-top: 15px
    }
    .sec-3 .payments li {
        height: 27px;
        line-height: 27px;
        margin-left: 4px;
        margin-right: 3px
    }
    .sec-3 .box-title {
        font-size: 21px
    }
    .sec-3 .box-title>span {
        font-size: 16px;
        line-height: 1.2em
    }
    .sec-3 .box-price {
        font-size: 24px
    }
    .sec-1>.bg-img-3 img.bg .sec-3 .payments li span.icon {
        height: 24px
    }
    .sec-3 .payments li span.icon svg {
        max-width: 26px
    }
    
}

@media (max-width:369px) {
    
}