@font-face {
    font-family: 'EuropeExtBold';
    src: url("../fonts/EuropeExtBold.woff")
}

@font-face {
    font-family: 'EuropeExtBold';
    src: url("../fonts/EuropeExtBold.woff")
}

@font-face {
    font-family: 'Mont-Regular';
    src: url("../fonts/Mont-Regular.woff")
}

body {
    font-family: 'Mont-Regular';
    color: #000
}

* {
    margin: 0;
    padding: 0
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex.sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex.center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.text-block {
    display: block
}

p {
    font-size: 16px;
    color: #000;
    line-height: 30px
}

a {
    text-decoration: none;
    color: #000
}

button,
input,
textarea {
    outline: none
}

button {
    background: transparent;
    border: none;
    cursor: pointer
}

ul {
    list-style: none
}

.green {
    color: #21e0d5
}

h1 {
    font-size: 64px;
    text-transform: uppercase;
    font-family: 'EuropeExtBold';
    font-weight: normal
}

h2 {
    font-size: 38px;
    text-transform: uppercase;
    font-family: 'EuropeExtBold';
    font-weight: normal
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.logo span {
    font-size: 24px;
    font-family: 'EuropeExtBold';
    text-transform: uppercase;
    margin-left: 10px
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu li {
    margin-right: 95px
}

.menu li a {
    font-size: 15px;
    color: #1a1d23;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.menu li a.cust:after {
    content: 'soon';
    font-size: 10px;
    color: #fff;
    background: #21e0d5;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 4px 10px 2px 10px;
    position: absolute;
    top: -18px;
    right: -40px
}

.menu li a:hover {
    color: #21e0d5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.btn-default {
    height: 50px;
    width: 140px;
    border-radius: 4px;
    background: #1a1d23;
    color: #fff;
    font-family: 'EuropeExtBold';
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    line-height: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.btn-default:hover {
    background: #21e0d5;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}


.section1 {
    padding: 100px 0 120px 0
}

.section1 h1 {
    margin: 90px 0 60px 0
}

.section1-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section1 .mask {
    width: 50%;
    position: relative;
    height: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section1 .mask.left {
    background: #f5f5f5
}

.section1 .mask-info {
    position: absolute
}

.section1 .mask-info.one {
    position: absolute;
    top: 75px;
    left: 220px
}

.section1 .mask-info.two {
    position: absolute;
    top: 230px;
    left: 220px
}

.section1 .mask-info.three {
    position: absolute;
    top: 290px;
    left: 35px
}

.section1 .mask-info.four {
    position: absolute;
    top: 175px;
    left: 150px;
    width: 310px
}

.section1 .mask-info.four .btn-info {
    left: auto;
    right: 0;
    position: absolute
}

.section1 .mask-info.four .mask-info-item {
    top: 35px;
    left: 0;
    z-index: 2
}

.section1 .mask-info.five {
    position: absolute;
    top: 190px;
    left: 180px
}

.section1 .mask-info-item {
    background: #fff;
    padding: 30px 65px 20px 25px;
    -webkit-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.07);
    position: relative;
    margin: 3px 0;
    display: none;
    z-index: 3
}

.section1 .mask-info-item p {
    font-size: 16px;
}

.section1 .mask-info-item .close {
    position: absolute;
    top: 5px;
    right: 5px
}

.btn-info {
    width: 32px;
    height: 32px;
    background: #21e0d5 url("../img/plus.png") center no-repeat;
    line-height: 0;
    z-index: 2
}

.btn-info.active {
    background: #21e0d5 url("../img/minus.png") center no-repeat
}

.section2 {
    position: relative
}

.section2 h2 {
    margin: 110px 0 35px 0
}

.section2-block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 485px
}

.section2-block .left {
    max-width: 860px;
    width: 100%
}

.section2-block .left p {
    padding-right: 80px
}

.section2-block .right {
    max-width: 690px;
    width: 100%;
    background: #f5f5f5;
    padding: 55px 20px 50px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0
}

.section2-block .right-block {
    width: 325px;
    text-align: center
}

.section2-block .right-block h4 {
    font-size: 22pxpxont-family:'EuropeExtBold';
    margin: 18px 0
}

.section2-block .right-block .option {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section2-block .right-block .option p {
    font-size: 15px;
    margin-bottom: 10px
}

.section2-block .right-block .option-item:last-child p {
    margin-bottom: 35px
}

.section3 {
    padding: 110px 0
}

.section3 h2 {
    text-align: center;
    margin-bottom: 50px
}

.section3 .graph {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section3 .graph .left .graph-title {
    text-align: right
}

.section3 .graph .left .graph-title p {
    font-size: 14px
}

.section3 .graph .center {
    margin: 0 10px;
    max-width: 640px;
    width: 100%
}

.section3 .graph .center img {
    margin-top: 12px;
    width: 100%
}

.section3 .graph .center-bottom {
    padding: 10px 0 0 0
}

.section3 .graph .center-bottom .note {
    font-size: 14px;
    text-align: center
}

.section3 .graph .center-bottom .time {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
    padding: 0 25px
}

.section3 .graph .center-bottom .time-item {
    text-align: center
}

.section3 .graph .center-bottom .time-item p {
    font-size: 16px;
    font-family: 'EuropeExtBold'
}

.section3 .graph .center-bottom .time-item .dot {
    width: 12px;
    height: 12px;
    border: 1px solid #31e2d8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto
}

.section3 .graph .center-bottom .time-item .dot-disk {
    width: 6px;
    height: 6px;
    background: #31e2d8;
    border-radius: 50%
}

.section3 .graph-title {
    height: 58px
}

.section3 .graph-title.add {
    height: auto
}

.section3 .graph-title.add:after {
    content: '';
    width: 20px;
    height: 15px;
    background: url("../img/total.png");
    display: block;
    margin: 30px 0 32px 0
}

.section3 .graph-title.add:before {
    content: '';
    width: 22px;
    height: 22px;
    background: url("../img/plus2.png");
    display: block;
    margin: 15px 0 30px 0
}

.section3 .graph-title h4 {
    font-size: 18px;
    font-family: 'Mont-Regular'
}

.section3 .graph-title h4.cust {
    margin-top: 8px;
    font-size: 16px
}

.section3 .graph-title h4.cust2 {
    text-transform: uppercase
}

.section3 .graph-title h4.cust2 .text-block {
    text-transform: none;
    margin-bottom: 3px
}

.section4 {
    position: relative;
    background: #f5f5f5
}

.section4-block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 499px
}

.section4 .left {
    max-width: 860px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.section4 .left img {
    width: 100%
}

.section4 .right {
    max-width: 670px;
    width: 100%;
    margin-left: auto;
    padding: 80px 0 0 0
}

.section4 .right .steps {
    margin: 25px 0 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section4 .right .steps p {
    font-family: 'Mont-Regular';
    font-size: 14px
}

.section4 .right .steps p:last-child:after {
    display: none
}

.section4 .right .steps p:after {
    content: '';
    width: 22px;
    height: 10px;
    background: url("../img/arr-right.png");
    display: inline-block;
    margin: 0 7px -1px 7px
}


/* Section 5 */
.section5
{
    background-color: #f4f4f4;
    padding: 76px 0;
}

.section5 .container .h4
{
    font-size: 30px;
    font-family: 'EuropeExtBold';
    color: rgb(0, 0, 0);
    line-height: 1.667;
    text-align: left;
}

.section5 .container .section5-block
{
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.section5 .container .section5-block .left, .section5 .container .section5-block .right
{
    width: 50%;
}

.section5 .container p
{
    font-size: 20px;
    color: rgb(76, 76, 76);
    line-height: 1.8;
    text-align: left;
}


/*.footer {*/
/*    padding: 120px 0 0 0*/
/*}*/

/*.footer-block {*/
/*    text-align: center*/
/*}*/

/*.footer-block .logo {*/
/*    margin: 0 0 50px 0;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center*/
/*}*/

/*.footer-block .menu {*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center*/
/*}*/

/*.footer-block .menu li {*/
/*    margin-right: 180px*/
/*}*/

/*.footer-block .menu li:last-child {*/
/*    margin-right: 0*/
/*}*/

/*.footer-bottom {*/
/*    padding: 50px 0 55px 0;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    -webkit-box-pack: justify;*/
/*    -ms-flex-pack: justify;*/
/*    justify-content: space-between*/
/*}*/

/*.footer-bottom .socials {*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center*/
/*}*/

/*.footer-bottom .socials a {*/
/*    line-height: 0;*/
/*    margin: 0 18px*/
/*}*/

/*.footer-bottom .socials a:last-child {*/
/*    margin-top: -5px*/
/*}*/

/*.footer-bottom .subscribe {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    border-bottom: 1px solid #e6e6e6;*/
/*    padding-bottom: 4px;*/
/*    width: 216px*/
/*}*/

/*.footer-bottom .subscribe img {*/
/*    margin-left: 30px*/
/*}*/

/*.footer-bottom .subscribe input {*/
/*    color: #999999;*/
/*    font-size: 14px;*/
/*    border: none*/
/*}*/

/*.footer-bottom .subscribe input::-webkit-input-placeholder {*/
/*    color: #999999;*/
/*    font-size: 14px*/
/*}*/

/*.footer-bottom .subscribe input::-moz-placeholder {*/
/*    color: #999999;*/
/*    font-size: 14px*/
/*}*/

/*.footer-bottom .subscribe input:-moz-placeholder {*/
/*    color: #999999;*/
/*    font-size: 14px*/
/*}*/

/*.footer-bottom .subscribe input:-ms-input-placeholder {*/
/*    color: #999999;*/
/*    font-size: 14px*/
/*}*/

/*.footer-bottom .mail {*/
/*    font-size: 14px;*/
/*    color: #1a1d23;*/
/*    width: 216px;*/
/*    text-align: left*/
/*}*/

/*.footer .copy {*/
/*    border-top: 1px solid #e6e6e6;*/
/*    padding: 20px 0;*/
/*    text-align: center*/
/*}*/

/*.footer .copy p {*/
/*    font-size: 13px;*/
/*    color: #1a1d23*/
/*}*/

.m-menu {
    width: 30px;
    display: none
}

.m-menu span {
    display: block;
    height: 2px;
    background: #000;
    margin: 6px 0;
    width: 100%
}

.m-note {
    display: none;
    font-size: 14px;
    text-align: center;
    padding-top: 20px
}

@media (max-width: 1800px) {
    .section4 .left {
        left: -250px
    }
    .section2-block .right {
        max-width: 600px
    }
    .section2-block .left {
        max-width: 700px
    }
}

@media (max-width: 1310px) {
    .section1 .mask {
        width: 49%
    }
    .section1 .mask-img {
        width: 100%
    }
    .section1 .mask-info.two {
        left: 150px
    }
    .section1 .mask-info.four .btn-info {
        right: 85px
    }
    .section2 h2 {
        margin-top: 15px
    }
    .section2-block .right {
        max-width: 420px
    }
    .section2-block .left {
        max-width: 550px
    }
    .section4-block {
        height: auto
    }
    .section4 .left {
        max-width: 480px;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
    .section4 .right {
        max-width: 450px;
        padding: 80px 0 50px 0
    }
    .section3 .graph .center {
        max-width: 610px
    }
    .section3 .graph .center img {
        width: 100%
    }
    h2 {
        font-size: 42px
    }
    .section3 .graph-title {
        height: 55px
    }
}

@media (max-width: 992px) {
    .section1-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .section1-block .mask {
        width: 100%
    }
    .section1-block .mask-info.one {
        top: 30px
    }
    .section1-block .mask-info.four {
        left: 220px
    }
    .section1-block .mask-info.four .btn-info {
        right: 0
    }
    h1 {
        font-size: 50px
    }
    .section2-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .section2-block .left {
        max-width: 100%;
        margin-bottom: 30px
    }
    .section2-block .left p {
        padding: 0
    }
    .section2-block .right {
        max-width: 100%;
        position: static;
        padding: 55px 20px 50px 20px
    }
    .section2-block .right-block {
        margin: 0 auto
    }
    .section3 {
        padding: 65px 0
    }
    .section3 .graph-title {
        min-width: 115px;
        height: 48px
    }
    .section3 .graph-title:nth-child(3) {
        margin-top: -10px
    }
    .section3 .graph-title h4 {
        font-size: 14px
    }
    .section3 .graph-title h4.cust {
        margin-top: -10px;
        font-size: 14px;
        padding-top: 8px
    }
    .section3 .graph .right .graph-title h4 {
        font-size: 12px
    }
    .section3 .graph .center-bottom .time-item p {
        font-size: 12px
    }
    h2 {
        font-size: 32px
    }
    .section4-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .section4-block .left {
        max-width: 100%;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .section4-block .right {
        max-width: 100%;
        padding: 55px 0 30px 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .menu li {
        margin-right: 65px
    }

    /* Section 5 */
    .section5
    {
        padding: 50px 0;
    }

    .section5 .container .h4
    {
        font-size: 30px;
        padding-bottom: 20px;
    }

    .section5 .container p
    {
        font-size: 16px;
        line-height: 1.6;
    }
}

@media (max-width: 767px) {
    /*.footer {*/
    /*    padding: 65px 0 0 0*/
    /*}*/
    /*.footer-block .menu {*/
    /*    -webkit-box-orient: vertical;*/
    /*    -webkit-box-direction: normal;*/
    /*    -ms-flex-direction: column;*/
    /*    flex-direction: column*/
    /*}*/
    /*.footer-block .menu li {*/
    /*    margin: 10px 0*/
    /*}*/
    /*.footer-bottom {*/
    /*    -webkit-box-orient: vertical;*/
    /*    -webkit-box-direction: normal;*/
    /*    -ms-flex-direction: column;*/
    /*    flex-direction: column;*/
    /*    padding: 30px 0 30px 0*/
    /*}*/
    /*.footer-bottom .mail {*/
    /*    text-align: center;*/
    /*    -webkit-box-ordinal-group: 4;*/
    /*    -ms-flex-order: 3;*/
    /*    order: 3*/
    /*}*/
    /*.footer-bottom .socials {*/
    /*    -webkit-box-ordinal-group: 2;*/
    /*    -ms-flex-order: 1;*/
    /*    order: 1*/
    /*}*/
    /*.footer-bottom .subscribe {*/
    /*    -webkit-box-ordinal-group: 3;*/
    /*    -ms-flex-order: 2;*/
    /*    order: 2;*/
    /*    margin: 28px 0*/
    /*}*/
    .m-menu {
        display: block;
        margin-right: 20px
    }
    .section1 .mask-info.one {
        top: 70px
    }
    .section1 .mask-info.four {
        left: 90px
    }
    .section1 .mask img {
        max-width: 550px
    }
    .graph {
        width: 720px;
        padding-bottom: 10px
    }
    .graph .note {
        display: none
    }
    .graph-scroll {
        overflow-x: scroll
    }
    .graph-scroll::-webkit-scrollbar {
        height: 20px
    }
    .graph-scroll::-webkit-scrollbar-track {
        background: #f5f5f5
    }
    .graph-scroll::-webkit-scrollbar-thumb {
        background: #21e0d5;
        width: 50px;
        border-radius: 3px
    }
    .m-note {
        display: block
    }
    .section1 {
        padding-bottom: 30px
    }

    /* Section 5 */
    .section5
    {
        padding: 40px 0;
    }

    .section5 .container .h4
    {
        font-size: 24px;
        padding-bottom: 15px;
    }

    .section5 .container .section5-block .left, .section5 .container .section5-block .right
    {
        width: 100%;
    }

    .section5 .container p
    {
        font-size: 16px;
        line-height: 1.6;
    }
}

@media (max-width: 550px) {
    .section1 .mask-info.five {
        left: 100px
    }
    .section1 .mask-info.four {
        left: 45px
    }
    .section1 .mask-info.one {
        top: 80px
    }
}

@media (max-width: 420px) {
    .section2-block .right {
        padding: 20px 20px 20px 20px
    }
    .section2-block .right-block {
        width: 100%
    }
    .section2-block .right-block img {
        width: 100%
    }
    .section2-block .right-block .option img {
        width: 80px
    }
    h2 {
        font-size: 25px
    }
    h1 {
        font-size: 40px
    }
    .section1 .mask {
        height: 320px
    }
    .section1 .mask-info.four {
        width: 100%;
        left: 0;
        top: 130px
    }
    .section1 .mask-info.four .btn-info {
        right: 50px
    }
    .section1 .mask-info.five {
        left: 48px;
        top: 150px
    }
    .section1 .mask-info.two {
        left: 75px;
        top: 165px
    }
    .section1 .mask-info.one {
        left: 45px
    }
    .section1 .mask-info.three {
        left: 20px;
        top: 215px
    }
    .section1 {
        padding-bottom: 0
    }
    .section1 h1 {
        margin: 60px 0 60px 0
    }
    .btn-default {
        width: 80px
    }
    .section4 .right .steps p {
        font-size: 12px
    }
}


.copy_links
{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}

.copy_links a
{
    white-space: nowrap;
}
.copy_links a:last-child:after
{
    display: none;
}

.copy_links a:after
{
    content: '|';
    margin: 0 5px;
    position: relative;
}


@media (max-width: 991px) {
    .copy span
    {
        text-align: center !important;
    }
    .copy_links
    {
        justify-content: center;
    }
}
