* {margin: 0;padding: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, div, .wrapper, content{display: block;position:relative;}
ul {list-style: none;}
img, iframe{max-width:100%;height: initial;max-height:100%;color: transparent;vertical-align: bottom;border:0;}
button{border: 0; cursor: pointer;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}
input, textarea{font-family: 'Jost', sans-serif;}
a{text-decoration: none;-webkit-transition: all 0.35s;-o-transition: all 0.35s;transition: all 0.35s;-moz-transition: all 0.35s;-ms-transition: all 0.35s;outline: none !important;color: #333;}
a:hover, a:focus {color: #c92027;}
*:focus{outline:0;}
input::-webkit-input-placeholder {color: #8E8E8E;}input::-moz-placeholder {color: #8E8E8E;}input:-ms-input-placeholder {color: #8E8E8E;}input:-moz-placeholder {color: #8E8E8E;}textarea::-webkit-input-placeholder {color: #8E8E8E;}textarea::-moz-placeholder {color: #8E8E8E;}textarea:-ms-input-placeholder {color: #8E8E8E;}textarea:-moz-placeholder {color: #8E8E8E;}
input[type=submit], button {-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 0;border: none;outline: none;}
table {border-collapse: collapse;border-spacing: 0;width: 100%;max-width: 100%;}
body {
    margin: 0 auto;
    min-width: 320px;
    font-size: 16px;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    color: #333333;
    background-color: #fff;
}
body::-webkit-scrollbar-button{width:14px;height:14px;background:#ea742e;cursor: pointer;}
body::-webkit-scrollbar-track{background-color:#6f06c4;}
body::-webkit-scrollbar-thumb{background:#ea742e;cursor: pointer;}
body::-webkit-resizer{width:0px;height:0px}
body::-webkit-scrollbar{width:14px;height:0;cursor: pointer;}
.row:after {
    content: '';
    clear: both;
    display: block;
}
.wrap{
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 40px;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.flex-center {
    display: flex;
    align-items: center;
}
.flex-justify {
    display: flex;
    justify-content: space-between;
}
.flex-all {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.button {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:1189px){
    .wrap{
        width: 768px;
        padding: 0 10px;
    }
}
@media screen and (max-width:767px){
    .wrap{
        width: 480px;
    }
}
@media screen and (max-width:479px){
    .wrap{
        width: 100%;
    }
}
/* Header
-----------------------------------------------------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 10px 0;
    height: 70px;
    background: rgb(111 6 196 / 10%);
    -webkit-backdrop-filter: blur(45px);
    backdrop-filter: blur(45px);
    color: #fff;
}
.header a {
    color: #fff;
}
.header a:hover {
    color: #fbe516;
}
.head-logo {
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.head-logo img {
    margin-right: 15px;
    border-radius: 50%;
}
.head-menu li {
    padding-left: 70px;
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    color: #fff;
}
.head-menu-open {
    display: none;
}
@media screen and (max-width:1189px){
    .head-menu {
        position: fixed;
        top: 70px;
        height: calc(100vh - 70px);
        bottom: 0;
        left: -100%;
        width: 100%;
        background: rgb(111 6 196 / 90%);
        z-index: 999;
        display: flex;
       -webkit-transition: all 0.35s;
       -o-transition: all 0.35s;
       transition: all 0.35s;
       -moz-transition: all 0.35s;
       -ms-transition: all 0.35s; 
    }
    .head-menu.active {
        left: 0;
    }
    .head-menu ul {
        margin: auto;
        flex-direction: column;
    }
    .head-menu li {
        padding: 10px 0;
    }
    .head-menu-open{display:inline-block;width:30px;height:24px;cursor: pointer;margin-top: 6px;}
    .head-menu-open span{position:absolute;left:0;top:10px;}
    .head-menu-open span,
    .head-menu-open span:before,
    .head-menu-open span, .head-menu-open span:before, .head-menu-open span:after {position: absolute;display: block;content: '';height: 2px;width: 30px;background: white;}
    .head-menu-open span:before{top:-10px;}
    .head-menu-open span:after{bottom:-10px;}
    .head-menu-open span, .head-menu-open span:before, .head-menu-open span:after{transition:all 500ms ease-in-out;}
    .head-menu-open.active span{background-color:transparent;}
    .head-menu-open.active span:before, .head-menu-open.active span:after{top:0;}
    .head-menu-open.active span:before{transform:rotate(45deg);}
    .head-menu-open.active span:after{transform:rotate(-45deg);}
}
@media screen and (max-width:479px){
    .header {
        height: 60px;
    }
    .head-logo {
        height: 40px;
        font-size: 12px;
        font-weight: 500;
    }

    .head-menu {
        position: fixed;
        top: 60px;
        height: calc(100vh - 60px);
    }
    .head-menu-open {
        margin-top: 2px;
    }
}
/*.header*/

/*content*/
.content {
    padding-top: 70px;
    background: #0e141e;
    color: #fff;
}

.section-one .section-one-wrap {
    align-items: center;
    padding-top: 50px;
    height: calc(100vh - 70px);
}
.section-one .image {
    max-width: 800px;
    margin-top: auto;
    display: flex;
    flex-shrink: 0;
    margin-right: 30px;
    height: 100%;
}
.section-one .image img {
    margin-top: auto;
}
.section-one .right .slogan {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 30px;
}
.section-one .right .icon {
    width: calc(33.333% - 10px);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #b2bad8;
}
.section-one .right .icon img {
    margin-bottom: 10px;
    max-width: 40px;
}
@media screen and (max-width:1189px){
    .section-one .section-one-wrap {
        padding-top: 20px;
        height: initial;
    }
    .section-one .image {
        max-width: 300px;
        display: block;
    }
    .section-one .image img {
        margin-top: 0;
    }
    .section-one .right .slogan {
        font-weight: 400;
        font-size: 15px;
        padding-bottom: 20px;
    }
    .section-one .right .icon {
        font-size: 14px;
    }
    .section-one .right .icon img {
        max-width: 30px;
    }
}
@media screen and (max-width:767px){
    .section-one .section-one-wrap {
        padding: 20px 10px;
        flex-direction: column;
    }
    .section-one .image {
        margin: 0 0 30px;
    }
}
@media screen and (max-width:479px){
    .section-one .right .slogan {
        font-size: 16px;
        padding-bottom: 10px;
        max-width: 300px;
        margin: auto;
    }
    .section-one .right .icon {
        width: calc(33.333% - 15px);
        padding-top: 15px;
    }
}

.section-two {
    padding-top: 100px;
    padding-bottom: 50px;
    text-align: center;
}
.section-two .title {
    font-size: 40px;
    line-height: 58px;
    font-weight: bold;
    padding-bottom: 50px;
}
.section-two .list {
    flex-wrap: wrap;
    max-width: 1050px;
    margin: auto;
}
.section-two .list .icon {
    width: calc(33.333% - 20px);
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 50px;
    color: #b2bad8;
    font-weight: 400;
}
.section-two .list .icon img {
    height: 80px;
    margin-bottom: 15px;
}
@media screen and (max-width:1189px){
    .section-two {
        padding-top: 60px;
        padding-bottom: 0;
    }
    .section-two .title {
        font-size: 30px;
        line-height: initial;
    }
    .section-two .list .icon {
        width: calc(33.333% - 35px);
        font-size: 15px;
        padding-bottom: 50px;
        color: #b2bad8;
        font-weight: 400;
    }
}
@media screen and (max-width:767px){
    .section-two .list .icon {
        width: calc(50% - 20px);
    }
}
@media screen and (max-width:479px){
    .section-two .title {
        font-size: 22px;
        font-weight: 500;
    }
    .section-two .list .icon {
        width: calc(50% - 10px);
    }
    .section-two .list .icon img {
        height: 50px;
        margin-bottom: 10px;
    }
}

.section-three {
    padding-top: 100px;
    padding-bottom: 25px;
}
.section-three .title {
    font-size: 40px;
    line-height: 58px;
    font-weight: bold;
    text-align: center;
}
.section-three .list .item {
    padding: 75px 0;
    justify-content: center;
}
.section-three .list .item:nth-child(1n+2):before {
    content: '';
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg,#f4ba2a 0,#6f06c4 50%,#f4ba2a 100%);
    position: absolute;
    top: 0;
    opacity: .5;
}
.section-three .list .item .icon {
    width: 500px;
}
.section-three .list .item:nth-child(2n) .icon {
    order: 2;
}
.section-three .list .item .desc {
    width: 600px;
    font-size: 18px;
    margin-left: 75px;
    color: #b2bad8;
    font-weight: 400;
}
.section-three .list .item:nth-child(2n) .desc {
    margin-left: 0;
    margin-right: 75px;
}
.section-three .list .item .desc strong {
    font-size: 30px;
    line-height: 43px;
    padding-bottom: 10px;
    display: block;
    color: #fff;
    font-weight: 400;
}
@media screen and (max-width:1189px){
    .section-three {
        padding: 50px 10px;
    }
    .section-three .title {
        font-size: 30px;
        line-height: initial;
    }
    .section-three .list .item {
        padding: 50px 0;
        justify-content: space-between;
    }
    .section-three .list .item .icon {
        width: 300px;
    }
    .section-three .list .item .desc, .section-three .list .item:nth-child(2n) .desc {
        width: 420px;
        font-size: 15px;
        margin: 0;
    }
    .section-three .list .item .desc strong {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 10px;
    }
}
@media screen and (max-width:767px){
    .section-three .list .item .icon, .section-three .list .item:nth-child(2n) .icon {
        order: 0;
        width: 100%;
        padding-bottom: 30px;
    }
    .section-three .list .item .desc, .section-three .list .item:nth-child(2n) .desc {
        width: 100%;
    }
}
@media screen and (max-width:479px){
    .section-three .title {
        font-size: 22px;
        font-weight: 500;
    }
    .section-three .list .item .desc strong {
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 10px;
    }
}

.section-four, .section-five {
    padding-bottom: 100px;
}
.section-four-wrap, .section-five-wrap {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 25px;
    color: #fff;
    background: #141c29 url('../images/bg-top-dark.svg') no-repeat top left;
}
.section-four-wrap .title, .section-five-wrap .title, .section-price .title {
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 40px;
}
.section-four-wrap .button {
    background: linear-gradient(80.46deg,#f5a270 -.68%,#ea742e 100%);
    border-radius: 40px;
    font-weight: 600;
    display: inline-flex;
    padding: 0 50px;
    height: 60px;
    font-size: 22px;
    color: #fff;
}
.section-four-wrap .button:hover {
    background: linear-gradient(80.46deg,#ea742e -.68%,#ea742e 100%);
}
@media screen and (max-width:1189px){
    .section-four-wrap {
        background-size: 200px;
    }
    .section-four-wrap .title, .section-five-wrap .title, .section-price .title {
        font-size: 30px;
    }
    .section-four-wrap .button {
        height: 50px;
        font-size: 18px;
    }
}
@media screen and (max-width:767px){
    .section-four, .section-five {
        padding-bottom: 50px;
    }
}
@media screen and (max-width:479px){
    .section-four-wrap, .section-five-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
        background-size: 100px;
    }
    .section-four-wrap .title, .section-five-wrap .title, .section-price .title {
        font-size: 22px;
        font-weight: 500;
    }
    .section-four-wrap .button {
        padding: 0 30px;
        height: 40px;
        font-size: 16px;
    }
}

.section-five-wrap {
    background: #2287fd url('../images/bg-top-right.svg') no-repeat top right;
}
.section-five .button {
    border: 2px solid #fff;
    border-radius: 40px;
    background: transparent;
    margin: 0 auto;
    width: 233px;
    height: 66px;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
}
.section-five .button:hover {
    color: #2287fd;
    background: #fff;
}
.section-five .button svg {
    width: 26px;
    margin-right: 10px;
    fill: #ffffff;
}
.section-five .button:hover svg {
    fill: #2287fd;
}
@media screen and (max-width:1189px){
    .section-five-wrap {
        background-size: 200px;
    }
    .section-five-wrap .button {
        height: 50px;
        font-size: 18px;
    }
}
@media screen and (max-width:479px){
    .section-five-wrap {
        background-size: 100px;
    }
    .section-five-wrap .button {
        width: initial;
        display: inline-flex;
        padding: 0 30px;
        height: 40px;
        font-size: 16px;
    }
}

.section-price {
    text-align: center;
    padding-bottom: 100px;
}
.section-price-list {
    display: flex;
    justify-content: center;
}
.section-price-list .item {
    width: 300px;
    font-weight: initial;
    padding: 50px 30px;
    margin: 0 20px;
    border-radius: 25px;
    background: #141c29;
    border: 2px solid;
    display: flex;
    flex-direction: column;
}
.section-price-list .item .name {
    font-size: 30px;
    line-height: 1;
    padding-bottom: 20px;
    font-weight: 500;
}
.section-price-list .item .desc {
    font-size: 14px;
    padding-bottom: 20px;
    color: #b2bad8;
}
.section-price-list .item .price {
    font-size: 30px;
    font-weight: 500;
    color: #ea742e;
}
.section-price-list .item .price span {
    color: #3a4254;
    font-size: 16px;
    text-decoration: line-through;
    font-weight: initial;
}
.section-price-list .item .params {
    padding-top: 20px;
    padding-bottom: 20px;
}
.section-price-list .item .params li {
    list-style-type: initial;
    list-style-position: inside;
    padding-bottom: 20px;
}
.section-price-list .item .link {
    margin-top: auto;
}
.section-price-list .item .link .button {
    border: 2px solid #fff;
    border-radius: 40px;
    background: transparent;
    margin: 0 auto;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.section-price-list .item .link .button:hover {
    color: #141c29;
    background: #fff
}
@media screen and (max-width:1189px){
    .section-price-list {
        justify-content: space-between;
    }
    .section-price-list .item {
        width: calc(33.333% - 15px);
        padding: 30px 10px;
        margin: 0;
        border: 1px solid;
    }
    .section-price-list .item .name {
        font-size: 24px;
        padding-bottom: 10px;
    }
    .section-price-list .item .desc {
        font-size: 12px;
    }
    .section-price-list .item .price {
        font-size: 26px;
        font-weight: bold;
    }
    .section-price-list .item .price span {
        font-size: 14px;
        font-weight: 500;
    }
    .section-price-list .item .params li {
        padding-bottom: 10px;
        font-size: 14px;
    }
    .section-price-list .item .link .button {
        border: 1px solid #fff;
        height: 40px;
        font-size: 16px;
        margin: 0 10px;
    }
}
@media screen and (max-width:767px){
    .section-price {
        padding-bottom: 30px;
    }
    .section-price-list {
        flex-direction: column;
    }
    .section-price-list .item {
        width: 100%;
        margin: 0 0 30px;
    }
}

.page-blog {
    padding-top: 50px;
    padding-bottom: 30px;
    max-width: 1175px;
}
.item-page {
    padding-top: 50px;
    padding-bottom: 30px;
}
.page-blog .title, .item-page .title {
    font-size: 40px;
    line-height: 58px;
    font-weight: bold;
    padding-bottom: 50px;
    text-align: center;
}
.blog-item {
    padding-bottom: 30px;
    align-items: center;
}
.rows-leading {
    padding-top: 30px;
    justify-content: start;
}
.rows-leading:before {
    content: '';
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg,#f4ba2a 0,#6f06c4 50%,#f4ba2a 100%);
    position: absolute;
    top: 0;
    opacity: .5;
}
.rows-leading .blog-item {
    width: calc(33.333% - 20px);
    flex-direction: column;
    align-items: initial;
}
.rows-leading .blog-item:nth-child(1n+2) {
    margin-left: 30px;
}
.rows-leading .blog-item.column-2 {
    flex-direction: column-reverse;
}
.items-leading .blog-item .item-image {
    width: 300px;
}
.blog-item .item-image img {
    width: 100%;
}
.items-leading .blog-item .right {
    width: calc(100% - 330px);
}
.blog-item .right .page-header h2 {
    font-size: 30px;
    line-height: 43px;
    padding-bottom: 10px;
    display: block;
    color: #fff;
    font-weight: 400;
}
.blog-item .right .page-header h2 a {
    color: #fff;
}
.blog-item .right .desc {
    font-size: 18px;
    color: #b2bad8;
    font-weight: 400;
}
.rows-leading .blog-item .right {
 
    padding-top: 20px;
}
.rows-leading .blog-item.column-2 .right {
    padding: 0 0 20px;
}
.item-page * {color: #fff !important}
.item-page p, .item-page li, .item-page h2, .item-page h3, .item-page h4 {
    padding-bottom: 20px;
}
.item-page ul, .item-page ol {
    padding-left: 20px;
}
.item-page li {
    list-style-type: disc;
}
.item-page blockquote {
    border-left: 3px solid #fff;
    padding-left: 20px;
    margin-bottom: 20px;
    font-style: italic;
}
@media screen and (max-width:767px){
    .items-leading .blog-item {
        flex-direction: column;
    }
    .items-leading .blog-item .item-image {
        width: 100%;
        padding-bottom: 20px;
    }
    .items-leading .blog-item .right {
        width: 100%;
    }
    .rows-leading {
        flex-direction: column;
        padding-top: 0;
    }
    .rows-leading:before {display: none;}
    .rows-leading .blog-item, .rows-leading .blog-item.column-2, .rows-leading .blog-item:nth-child(1n+2) {
        width: 100%;
        flex-direction: column;
        padding-top: 30px;
        margin-left: 0;
    }
    .rows-leading .blog-item:before {
        content: '';
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg,#f4ba2a 0,#6f06c4 50%,#f4ba2a 100%);
        position: absolute;
        top: 0;
        opacity: .5;
    }
    .rows-leading .blog-item.column-2 .right {
        padding: 20px 0 0;
    }
    .blog-item .right .page-header h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .blog-item .right .desc {
        font-size: 15px;
    }
}
/*.content*/

/*footer*/
.footer {
    color: #fff;
    background: #141c29;
    text-align: center;
    line-height: 70px;
}
.footer a {
    color: #fff;
    text-decoration: underline;
}
.footer a:hover {
    color: #ea742e;
}
@media screen and (max-width:479px){
    .footer {
        line-height: 50px;
        font-size: 12px;
    }
}
/*.footer*/
