@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

body {
    font-family: 'Roboto', sans-serif;
    min-width: 320px;
}
:focus {
    outline: none;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
a {
    text-decoration: none;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
a:hover {
    text-decoration: none;
}
.text-width-white {
    color: #3ac5ff;
}
.text-width-white span {
    color: #fff;
}
.fz-44 {
    font-size: 44px;
}
.fz-40 {
    font-size: 40px;
}
.fz-37 {
    font-size: 37px;
}
.fz-30 {
    font-size: 30px;
}
.container {
    max-width: 1060px;
}

.header-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 45px 60px;
}

.main-banner {
    padding-top: 202px;
    padding-bottom: 110px;
    background: url(../img/bg3.jpg) center top no-repeat;
    background-size: cover;
}
.sub-header-text {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.top-text-banner {
    margin-bottom: 70px;
}
.grafic-block .g-frame {
   
}
.top-text-banner h1 {
    text-align: center;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 14px;
    text-transform: none;
}
.benefits-title {
    font-size: 37px;
    font-weight: 700;
    color: #000;
    text-align: center;
    text-transform: none;
    margin-bottom: 50px;
}
.benefits-title span {
    color: #3ac5ff;
}
.top-text-banner p {
    font-weight: 300;
    text-align: center;
}
.info-row {
    text-align: center;
}
.banner-info-block {

}
.text-center {
    text-align: center;
}
.banner-info-block h2 {
    color: #fff;
    margin-top: 25px;
    text-align: center;
}
.banner-info-block .nofication-banner {
    font-size: 26px;
    color: #3ac5ff;
    font-weight: 700;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0 0 20px 0;
}
.promo-block {
    display: inline-block;
    padding: 5px 0 20px 0;
    background: #fff;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #000;
    font-size: 37px;
    text-transform: uppercase;
    line-height: 33px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.promo-block span {
    font-size: 16px;
    color: #434343;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}
.btn-activate {
    display: inline-block;
    height: 80px;
    font-size: 21px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background: #3ac5ff;
    padding: 0 40px;
    line-height: 80px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 20px 0;
}
.btn-activate:hover {
    background: #f74a5c;
    color: #fff;
}
.timer-block {
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin-top: 65px;
}
.timer-block span {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    color: #3ac5ff;
    font-size: 40px;
}

.step-block {
    margin-top: 40px;
}
.step-block h3 {
    font-size: 24px;
    color: #3ac5ff;
    text-align: left;
    margin-bottom: 15px;
    text-transform: none;
}
.step-inner {
    display: flex;
    flex-direction: row;
}
.step-inner .step {
    width: 50%;
    display: inline-block;
    /*flex-direction: row;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}
.step-inner .step span {
    float: left;
    display: inline-block;
    width: 59px;
    height: 59px;
    background: #3ac5ff;
    text-align: center;
    color: #fff;
    font-size: 37px;
    font-weight: 400;
    line-height: 59px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.step-inner .step p {
    float: left;
    width: calc(100% - 59px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding-left: 20px;
    margin: 10px 0 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.advantages {
    padding: 100px 0;
    background: #f1f1f1;
}
.advantages-list ul {

}
.advantages-list ul li {
    position: relative;
    padding-left: 38px;
    background: url(../img/check.png) left 12px no-repeat;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    min-height: 49px;
    display: block;
    width: 100%;
    padding-top: 10px;
}
.advantages-list ul li span {
    width: 100%;
    display: inline-block;
}
.advantages-list ul li img {
    max-width: 100%;
    margin-right: 30px;
}


.comment {
    padding: 110px 0;
}
.comment-title {
    text-align: center;
    font-size: 37px;
    font-weight: 700;
    color: #3ac5ff;
    margin-bottom: 70px;
}
.comment-title span {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #000;
}
.comment-row {
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
}
.user-info {
    flex: 0 0 17%;
}
.user-info .avatar {
    margin-bottom: 15px;
}
.user-info .avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.user-info .name-auth {
    font-size: 20px;
    font-weight:400;
    color: #222d30;
}
.user-info .position-auth {
    font-size: 20px;
    font-weight: 400;
    color: #222d30;
    opacity: .6;
}
.comment-inner {
    position: relative;
    background: #f1f1f1;
    padding: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.comment-inner::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13.5px 14px 13.5px 0;
    border-color: transparent #f1f1f1 transparent;
    position: absolute;
    left: -14px;
    top: 39px;
}
.comment-inner p {
    font-size: 16px;
    color: #34484e;
    line-height: 24px;
    margin-bottom: 3px;
}

.footer-wrapper {
    padding: 70px 40px;
    background: #1c202a;
    font-size: 14px;
    color: #58627c;
    left: 22px;
}
.footer-wrapper p {
    margin-bottom: 30px;
}
.logo-footer {
    display: none;
}
.adv-btn {
    margin-top: 50px;
}
.big-btn {
    display: inline-block;
    height: 65px;
    color: #fff;
    padding: 15px 30px 0 98px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    text-align: center;
    background: url(../img/browser.png) #3ac5ff 25px 14px no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.big-btn:hover {
    opacity: .8;
}
.big-btn h4 {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
}
.big-btn span {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: left;
}
.experience {
    padding: 90px 0;
    background: url(../img/bg-new.jpg) center no-repeat;
    background-size: cover;
}
.main-title {
    font-size: 37px;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    line-height: 43px;
    margin-bottom: 20px;
}
.logo-centbot {
    margin-bottom: 10px;
}
.main-title span {
    display: inline-block;
    width: 100%;
    color: #3ac5ff;
}
.desc-text-experience {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 80px;
    margin-top: 5px;
}

.image-block-exp {
    padding-right: 30px;
}
.image-block-exp img {
    text-align: right;
    float: right;
}

.step-block-exp {
    padding-left: 30px;
}
.step-inner.full-step {
    margin-bottom: 45px;
}
.step-block-exp .step-inner .step span {
    background: #27c97b;
}
.full-step .step {
    width: 100%;
}
.step-text {
    float: left;
    width: calc(100% - 59px);
    padding-left: 20px;
}
.step-text h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    text-transform: none;
}
.step-inner .step .step-text p {
    width: 100%;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
.exp-btn {
    margin-top: 15px;
}
.exp-btn .big-btn {
    background-image: url(../img/Bot.png);
    background-position: 28px 14px;
    padding-left: 78px;
}

.bot-logo {
    padding: 90px 0;
}
.bot-title {
    font-size: 37px;
    text-transform: none;
    color: #000;
    font-weight: 700;
    margin-bottom: 40px;
}
.bot-block {
    text-align: justify;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media(max-width: 1200px) {
    .image-block-exp img {
        max-width: 100%;
    }
    .step-inner.full-step {
        margin-bottom: 20px;
    }
    .step-text h3 {
        margin-bottom: 0;
    }
}
@media(max-width: 991px) {

    .widget-platform {
        width: 100%;
    }

    .image-block-exp {
        text-align: center;
        margin-bottom: 40px;
    }
    .image-block-exp img {
        float: none;
        display: inline-block;
    }
    .step-block-exp,
    .image-block-exp {
        padding-left: 15px;
        padding-right: 15px;
    }
    .bot-block img {
        display: inline-block;
        margin: 0 10px 20px 0;
    }
    .bot-block {
        display: block;
        text-align: center;
    }
    .banner-info-block h2 {
        margin-top: 0;
    }
    .step-block h3 {
        text-align: center;
        font-size: 20px;
    }
    .timer-block {
        margin-top: 30px;
    }
    .step-inner {
        flex-direction: column;
    }
    .step-inner .step {
        width: 100%;
        margin-bottom: 20px;
    }
    .step-inner .step p {
        margin: 21px 0 0 0;
    }
    .banner-info-block h2 {
        margin-top: 0;
        font-size: 26px;
    }
    .grafic-block .g-frame {
        margin-left: -70px;
        margin-bottom: -51px;
        margin-top: -50px;
        -webkit-transform: scale(.7,.7);
        -moz-transform: scale(.7,.7);
        -ms-transform: scale(.7,.7);
        -o-transform: scale(.7,.7);
        transform: scale(.7,.7);
    }
}
@media(max-width: 767px) {

    .widget-platform {
        width: 480px;
    }

    .step-inner.full-step {
        max-width: 100%;
    }
    .grafic-block .g-frame {
        margin-left: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1);
    }
    .adv-btn,
    .advantages-list {
        clear: both;
    }
    .advantages-list ul {
        margin-bottom: 0;
    }
    .grafic-block {
        text-align: center;
    }
    .top-text-banner h1 {
        font-size: 29px;
        margin-bottom: 11px;
    }
    .top-text-banner p {
        font-size: 20px;
    }
    .banner-info-block {
        padding-top: 20px;
    }
    .header-wrapper {
        padding: 25px 30px;
    }
    .main-banner {
        padding-top: 130px;
    }
    .advantages {
        padding: 30px 0;
        background: #f1f1f1;
    }
    .comment {
        padding: 40px 0;
    }
    .comment-title {
        font-size: 27px;
    }
    .comment-row {
        display: block;
    }
    .comment-inner::before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 7px 14px 7px;
        border-color: transparent transparent #f1f1f1 transparent;
        left: 50%;
        top: -14px;
        margin-left: -7px;
    }
    .user-info {
        text-align: center;
        margin-bottom: 20px;
    }
    .step-inner .step p {
        text-align: left;
    }
    .step-inner {
        display: block;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    .grafic-block {
        overflow: hidden;
    }
    .logo2 {
        display: none;
    }
    .logo-footer {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .footer-wrapper p {
        margin-bottom: 30px;
        text-align: justify;
    }
    .main-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .desc-text-experience {
        font-size: 19px;
        margin-bottom: 50px;
        margin-top: 15px;
    }
    .big-btn h4 {
        font-size: 16px;
    }
    .sub-header-text {
        font-size: 15px;
    }

}
@media(max-width: 510px) {
    .bot-logo,
    .experience {
        padding: 50px 0;
    }
    .main-title {
        font-size: 20px;
        line-height: 25px;
    }
    .bot-title {
        font-size: 27px;
    }
    .graf-inner {
        max-width: 300px;
        margin: 0 auto;
    }
    .grafic-block .g-frame {
        margin-left: -90px;
        margin-bottom: -80px;
        margin-top: -70px;
        -webkit-transform: scale(.6,.6);
        -moz-transform: scale(.6,.6);
        -ms-transform: scale(.6,.6);
        -o-transform: scale(.6,.6);
        transform: scale(.6,.6);
    }
    .step-block h3 {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .top-text-banner h1 {
        font-size: 24px;
    }
    .logo1 {
        margin-bottom: 20px;
    }
    .logo1,
    .logo2 {
        width: 100%;
        text-align: center;
    }
    .main-banner {
        padding-top: 90px;
    }
    .step-inner {
        flex-direction: column;
    }
    .step-inner .step {
        width: 100%;
        margin-bottom: 20px;
    }
    .step-inner .step p {
        margin-top: 20px;
        text-align: left;
    }
    .top-text-banner {
        margin-bottom: 40px;
    }
    .promo-block {
        width: 100%;
    }
    .btn-activate {
        width: 100%;
        text-align: center;
        font-size: 18px;
    }
    .comment-title {
        font-size: 21px;
    }
    .comment-inner {
        padding: 35px 15px;
        text-align: justify;
    }
    .step-text h3 {
        font-size: 19px;
        margin-bottom: 10px;
    }
}
@media(max-width: 350px) {
    .step-inner .step {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .step-inner .step p {
        margin-top: 0;
    }
}

@media(max-width: 480px) {
    .widget-platform {
        width: 100% !important;
    }

    .graf-inner {
        margin: 0;
        max-width: 100%;
    }
}