@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat/montserrat-regular.woff2') format('woff2'),
    url('../fonts/montserrat/montserrat-regular.woff') format('woff'),
    url('../fonts/montserrat/montserrat-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-medium';
    src: url('../fonts/montserrat/montserrat-medium.woff2') format('woff2'),
    url('../fonts/montserrat/montserrat-medium.woff') format('woff'),
    url('../fonts/montserrat/montserrat-medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-bold';
    src: url('../fonts/montserrat/montserrat-bold.woff2') format('woff2'),
    url('../fonts/montserrat/montserrat-bold.woff') format('woff'),
    url('../fonts/montserrat/montserrat-bold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #333333;
    font-family: Montserrat;
}

.container {
    max-width: 1044px;
    width: 100%;
    padding: 0 25px;
    margin: auto;
    position: relative;
}
.row {
    margin: 0 -15px;
}
.row:after, .row:before {
    content: "";
    display: table;
}
.row:after {
    clear: both;
}
.row-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.col-md-5 {
    padding: 0 15px;
    float: left;
}


/**************/

h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 1.2;
    font-family: 'montserrat-bold';
}
h2 {
    font-weight: 600;
    font-size: 34px;
    font-family: 'montserrat-medium';
    line-height: 1.6;
}
h2 strong {
    font-family: 'montserrat-bold';
}
h3 {
    font-weight: 600;
    font-size: 24px;
    color: #333333;
}
h3 i {
    font-size: 16px;
    font-weight: 500;
}
h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
}
p,a {
    font-size: 16px;
}
p {
    line-height: 1.5;
    margin: 12px 0;
}

.link {
    font-size: 16px;
    line-height: 1.4;
    text-decoration: none;
    color: #915FFF;
    display: inline-block;
    position: relative;
    text-align: center;
}
.link:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #915FFF;
    transition: .5s;
}
.link:hover:before {
    width: 0;
}
.btn {
    display: inline-block;
    border: none;
    outline: none;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.4;
    font-family: Montserrat;
    cursor: pointer;
    text-align: center;
}
.btn-blue {
    padding: 8px 16px;
    background: linear-gradient(90deg, #915FFF 0%, #6E36EA 100%);
    color: #fff;
    max-width: 288px;
    width: 100%;
    transition: all .5s 0s;
    border: 1px solid #915fff;
}
.btn-blue:hover {
    background: #fff;
    color: #915fff;
}
header .button-toggle {
    cursor: pointer;
    background-color: #fff;
}
header .button-toggle i {
    display: none;
    width: 21px;
    height: 3px;
    background-color: #915FFF;
    border: none;
    transition: .6s;
    position: relative;
    vertical-align: middle;
}
header .button-toggle i:after, header .button-toggle i:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    height: 3px;
    border-radius: 5px;
    transition: .5s;
    background-color: #915FFF;
}
header .button-toggle i:before {
    width: 100%;
    margin-top: -10px;
}
header .button-toggle i:after {
    width: 100%;
    margin-top: 6px;
}

/**************/

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.nav-menu .logo {
    display: inline-block;
    width: 210px;
}
.nav-menu .menu {
    list-style: none;
}
.nav-menu .menu li {
    display: inline-block;
    margin-left: 40px;
}
.nav-menu .menu li a {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
}

.main {
    overflow: hidden;
}
.main .front {
    position: absolute;
    z-index: -1;
    bottom: -70px;
    right: -105px;
    width: 640px;
}
.main .container {
    background-image: url("../images/background-1.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: bottom;
    position: relative;
    height: 546px;
    padding-top: 80px;
}
.main h1 {
    max-width: 762px;
}
.main-wraper {
    padding-top: 20px;
}

.business {
    padding-top: 90px;
    padding-bottom: 40px;
}
.business img {
    width: 100%;
}
.issues {
    padding: 40px 0;
}
.rate {
    padding: 40px 0;
}
.rate img {
    width: 100%;
}
.customers {
    padding: 40px 0;
}
.customers-charts {
    margin: 0 -20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.customers-charts--item {
    width: 220px;
    padding: 0 20px;
    margin-top: 26px;
    text-align: center;
}
.customers-charts--item p {
    font-family: 'montserrat-medium';
}
.customers-charts--item-mark {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 30px;
}
.customers-charts--item-mark:last-child {
    margin-right: 0;
}
.customers-charts--item-mark i {
    width: 10px;
    height: 10px;
    margin-right: 9px;
    display: inline-block;
}

.pieChart {
    position: relative;
    background: #fff;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
    transform: scale(1.2);
}
.pieChart svg {
    background-color: white;
    transform: rotate(-85deg);
}
.pieChart svg circle {
    fill: transparent;
    stroke-width: 9px;
    stroke-linecap: round;
    transition: stroke-dasharray 0.5s 0s;
}
.pieChart-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
}
.pieChart-info .total {
    font-weight: 600;
    font-size: 42px;
    color: #333333;
    font-family: 'montserrat-medium';
}
.pieChart-info .total-1 {
    font-weight: 600;
    font-size: 30px;
    color: #3DAE2B;
}
.pieChart-info .total-2 {
    font-weight: 600;
    font-size: 30px;
    color: #915FFF
}

.about {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 20px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15), 0px -10px 10px rgba(0, 0, 0, 0.15);
}
.about .image {
    margin: 0 -25px;
}
.about .image img {
    width: 100%;
    margin-top: -13px;
}
.about .link {
    margin-right: 50px;
    margin-top: 15px;
}

.product {
    background: #F2F2F2;
    padding-top: 40px;
}
.product .container {
    background-image: url("../images/background-1.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: bottom;
    position: relative;
}
.product .row {
    padding-top: 30px;
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}
.product-item {
    display: flex;
    margin: 25px 0;
}
.product-item img {
    width: 160px;
    height: 160px;
    box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    margin-right: 40px;
}
.product-item .title {
    font-family: 'montserrat-medium';
    font-weight: 600;
    font-size: 20px;
}

.whyWe {
    padding: 60px 0;
}
.whyWe-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
}
.whyWe-list--item {
    max-width: 460px;
    width: 100%;
    padding: 0 15px;
    margin-top: 60px;
}
.whyWe-list--item .image {
    margin-bottom: 20px;
    height: 61px;
    width: 61px;
    display: inline-flex;
    align-items: center;
}
.whyWe-list--item .image img {
    max-width: 100%;
    max-height: 100%;
}
.whyWe-list--item .title {
    font-family: 'montserrat-medium';
    font-weight: 600;
    font-size: 20px;
}

.count {
    padding-top: 25px;
    padding-bottom: 50px;
    background: #E0E0E0;
    overflow: hidden;
}
.count-item {
    width: 33.333%;
    padding: 0 20px;
    margin-top: 52px;
}
.count-item .head {
    font-style: normal;
    font-weight: 600;
    font-size: 120px;
    line-height: .8;
    color: #FFFFFF;
    position: relative;
    left: -7px;
    width: 260px;
}
.count-item .head span {
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 52px;
    color: #915FFF;
    position: absolute;
}

.p-top {
    top: 0;
}
.p-bottom {
    bottom: 0;
}
.p-right {
    right: 0;
}
.p-left {
    left: 8px;
}
.p-left-1 {
    left: 30px;
}
.p-left-2 {
    left: 50px;
}
.p-left-3 {
    left: 70px;
}
.p-left-4 {
    left: 120px;
}
.align-center {
    text-align: center;
}

.global {
    padding-top: 48px;
    padding-bottom: 60px;
}
.global-image {
    margin: 50px 0;
}
.global-image svg, .global-image img {
    width: 100%;
}
.global-countries--item {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    margin-right: 38px;
}
.global-countries--item i {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    background: #915FFF;
}

footer {
    color: #fff;
    background: linear-gradient(90deg, #915FFF 0%, #6E36EA 100%);
}
footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 140px;
    padding-top: 35px;
    padding-bottom: 35px;
}

.icon {
    display: inline-block;
    width: 19px;
    height: 15px;
    margin-right: 11px;
}
.icon-email {
    background-image: url("../images/icon-email.svg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.social {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 962px) {
    h1 {
        font-size: 42px;
    }
    header {
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15), 0px -10px 10px rgba(0, 0, 0, 0.15);
    }
    .main .container {
        background-position-x: center;
        background-size: 95%;
        margin-bottom: 20px;
    }
    .main .front {
        width: 66vw;
    }
    .main-wraper {
        max-width: 500px;
    }
    .whyWe {
        text-align: center;
    }
    .whyWe-list--item {
        margin: 50px auto 0;
    }
    .whyWe-list--item br {
        display: none;
    }
    .whyWe-list--item .image {
        justify-content: center;
    }

    .product {
        text-align: center;
    }
    .product-item {
        display: block;
        margin: 34px 0;
    }
    .product-item img {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .customers {
        overflow: hidden;
    }
    .customers-charts--item {
        width: 50%;
        margin-top: 35px;
        margin-bottom: 15px;
    }
    h2 {
        text-align: center;
    }
    .count-item {
        width: 50%;
    }
}
@media screen and (max-width: 700px) {
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 24px;
    }
    .container {
        padding: 0 15px;
    }
    header .button-toggle i {
        display: block;
    }
    .nav-menu {
        padding: 12px 0;
    }
    .nav-menu .logo {
        width: 140px;
    }
    .nav-menu .menu {
        display: none;
        position: absolute;
        z-index: 1;
        top: 48px;
        width: 100%;
        left: 0;
        background: #fff;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
        padding-bottom: 20px;
    }
    .nav-menu .menu li {
        padding: 24px 0;
        display: block;
    }
    .main h1 {
        max-width: 286px;
    }
    .main .front {
        position: relative;
        bottom: 0;
        right: 0;
        display: block;
        margin-left: auto;
        margin-right: -100px;
        width: 363px;
    }
    .main .container {
        height: auto;
        margin: 0;
        padding-top: 16px;
        background-position-y: center;
    }
    .main-wraper {
        max-width: 668px;
        margin: 0 -15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        background: #fff;
        text-align: center;
        box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.15);
    }
    .customers-charts--item {
        width: 100%;
    }
    .about {
        box-shadow: none;
    }
    .about .image {
        margin-left: -60px;
        margin-right: -50px;
        margin-bottom: -30px;
    }
    .business, .issues, .rate, .customers {
        padding: 30px 0;
    }
    .count h2 {
        text-align: left;
    }
    .count-item {
        width: 100%;
    }
    .global h2 {
        text-align: left;
    }
    .global-image {
        margin: 25px 0;
    }
    footer .container {
        justify-content: space-around;
    }

    .menu-on header .button-toggle i {
        background-color: transparent;
        width: 31px;
    }
    .menu-on header .button-toggle i:before {
        transform: translateY(-50%) rotate(45deg) scale(1);
        margin: 0;
    }
    .menu-on header .button-toggle i:after {
        transform: translateY(-50%) rotate(-45deg) scale(1);
        margin: 0;
        width: 100%;
    }
    .menu-on header .nav-menu .menu {
        display: block;
    }
}

@media screen and (min-width: 700px) {
    .col-md-5 {
        width: 50%;
    }
}
