.about-body {
    color: white;
    font-family: Roboto, sans-serif;
}

.about-body a {
    color: #ffffff;
}

.about-body a:hover, .about-body a:active {
    text-decoration: none !important;
    outline: none !important;
}

.about-logo {
    width: 210px;
    height: 40px;
    /*display: block;*/
    display: inline-block;
    background-size: 100%;
    background: url(../images/logo-svg-white.svg) center no-repeat;
    background-size: contain;
}

.about-logo strong > span, .about-logo p > span {
    font-family: Roboto, sans-serif;
    font-weight: 300;
}

.about-header {
    background: url(../images/about_us/header.jpg) 100% no-repeat;
    background-size: cover;
}

.about-header_shadow {
    background: rgba(0, 0, 0, 0.6);
    /*   height: 670px; */
}

.about-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 150px;
}

.about-header_logo {
    text-align: left;
    text-decoration: none;
    width: 335px;
    height: 60px;
    display: block;
    background-size: 100%;
    background: url(../images/logo-svg-white.svg) center no-repeat;
    background-size: contain;
}

.about-header_logo:hover {
    color: #fff;
}

.about-header_logo strong > span, .about-header_logo p > span {
    font-family: Roboto, sans-serif;
    font-weight: 300;
}

.about-header_h {
    text-transform: uppercase;
    margin: 100px 0 50px 0;
    text-align: center;
}

.about-header_h h1 {
    font: 42px Roboto, sans-serif;
    font-weight: bold;
}

.about-header_t {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 30px;
}

.about-mission {
    min-height: 670px;
    color: #000000;
}

.about-mission_first {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}

.about-mission_logo {
    width: 210px;
    height: 41px;
    margin-right: 5px;
    display: inline-block;
    padding: 0;
    background: url(../images/logo-svg-black.svg) center no-repeat;
    background-size: contain;
}

.about-mission_text {
    font: 28px Roboto, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.about-mission_second p {
    font-size: 24px;
    padding: 50px 100px 0 0;
}

.about-mission_second span {
    color: #FFDE00;
    font-size: 36px;
}

.about-mission_img {
    height: 320px;
}

.about-benefits-first {
    background: url(../images/about_us/benefits.jpg) 100% no-repeat;
    background-size: cover;
}

.about-benefits-first_shadow {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
}

.about-benefits_wrap {
    margin: 100px 0 0 163px;
}

/*.about-benefits-first_logo {*/
    /*color: #ffffff;*/
    /*text-align: left;*/
    /*padding: 0 0 0 68px;*/
/*}*/

.about-benefits-first img {
    width: 565px;
}

.about-benefits-first_list {
    padding: 60px 0 263px 50px;
}

.about-benefits-first_list span {
    font-size: 36px;
    text-transform: uppercase;
}

.about-benefits-first_list p {
    margin-top: 40px;
    font-size: 18px;
}

.about-benefits_pointer {
    padding-top: 8px;
    background-color: rgba(0, 0, 0, 0.9);
    height: 40px;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
}
.about-benefits-scroll {
    max-height: 800px;
    margin-top: 100px;
    /*overflow-x: hidden;*/
    /*overflow-y: scroll;*/
}

.about-benefits-second {
    height: 100%;
}

.about-benefits-second button {
    width: 585px;
    padding: 0;
    border: none;
    background-color: rgba(0, 0, 0, 0.9);
    height: 40px;
    margin-top: 100px;
    text-transform: uppercase;
    font-size: 18px;
}

.about-benefits-second img {
    width: 585px;
}

.about-benefits-second_logo {
    background: url(../images/logo-svg-black.svg) center no-repeat;
    background-size: contain;
}

.about-benefits-second_list {
    text-align: right;
    color: #000000;
    padding: 60px 50px 263px 0;
}

.about-benefits-second_list span {
    font-size: 36px;
    text-transform: uppercase;
}

.about-benefits-second_list p {
    margin-top: 40px;
    font-size: 18px;
}
.about-start {
    background: url(../images/about_us/start.jpg) 100% no-repeat;
    background-size: cover;
}

.about-start .col-md-6 {
    padding-left: 90px;
}

.about-start_shadow {
    background: rgba(0, 0, 0, 0.6);
    height: 810px;
}

.about-start h2 {
    text-transform: uppercase;
    font-size: 48px;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    margin: 100px 0 50px 0;
}

.about-start_circle {
    height: 405px;
    width: 405px;
    color: black;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-start_circle div {
    margin-bottom: 20px;
}

.about-start_circle p {
    font-size: 24px;
    text-transform: uppercase;
    margin: -15px 0;
}

.about-start_circle a {
    color: black;
}

.about-start_circle span {
    font-size: 46px;
}

.about-start_circle img {
    height: 50px;
    margin-bottom: 40px;
}

.about-start_circle1 {
    background-color: #fff;
}

.about-start_circle2 {
    background-color: #FDDD31;
}

.about-start_txt {
    text-align: center;
    text-transform: uppercase;
    margin: 50px 0;
    padding: 20px;
    font-size: 24px;
}

.about-beginners {
    color: #000000;
    text-align: center;
    margin-bottom:50px;
}

.about-beginners h2 {
    text-transform: uppercase;
    font-size: 48px;
    font-weight: bold;
    margin: 100px 0 37px 0;
}
.about-beginners ul {
    list-style: none;
    text-align: start;
}

.about-beginners_right {
    float: right;
    text-transform: uppercase;
    color: #000000;
    font-size: 24px;
}
.about-beginners_left {
    float: left;
    text-transform: uppercase;
    color: #000000;
    font-size: 24px;
}
.about-beginners ul li {
    min-height: 12px;
    padding: 0 0px 30px 30px;
    background: url(../images/about_us/slider_list_yellow.png) 0 10% no-repeat;
    font-size: 24px;
    text-transform: uppercase;
}

.about-beginners .text_top_under_button b {
    color:#333;
}

.about-beginners_paragraph {
    margin: 180px 0 40px 0;
    font-size: 36px;
}
.about-beginners_price {
    font-size: 72px;
    font-weight: bold;
    color: #FDDD31;
    margin-bottom: 70px;
}
.about-beginners_price span {
    color: #000000;
}
.about-existing {
    background: url(../images/about_us/existing.jpg) 100% no-repeat;
    background-size: cover;
    text-align: center;

}
.about-existing_shadow {
    background: rgba(0, 0, 0, 0.6);
}
.about-existing h2 {
    text-transform: uppercase;
    font-size: 48px;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    margin: 100px 0 50px 0;
}
.about-existing ul {
    list-style: none;
    text-align: start;
}

.about-existing .support_buttons {
    margin-top: 40px;
}

.about-existing_right {
    float: right;
}
.about-existing_left {
    float: left;
}
.about-existing_left-yellow {
    color: #fddd31;
}
.about-existing ul li {
    min-height: 12px;
    padding: 0 0px 30px 30px;
    background: url(../images/about_us/slider_list_white.png) 0 10% no-repeat;
    font-size: 24px;
    text-transform: uppercase;
}
.about-existing .col-md-12 {
    margin-bottom: 100px;
    letter-spacing: 2px;
}
.about-chart {
    color: #000000;
}
.about-chart_header {
    text-align: center;
    margin: 100px 0 50px 0;
}
.about-chart_header span {
    font-size: 48px;
    font-family: Roboto, sans-serif;
    font-weight: bold;
}
.about-chart_header p {
    font-size: 24px;
}
.about-chart_flex {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.about-chart_text{
    margin: 10px 60px 10px 0;
    text-align: center;
}
.about-chart_text p {
    font-size: 36px;
}
.about-chart_text span {
    font-size: 18px;
}
.about-chart_text span small {
    font-size:12px;color:#bbb;
}
.about-chart_text-yellow {
    color: #73C842;
}
.about-chart_solomono div {
    width: 80px;
    height: 23px;
    background-color: #FDDD31;
    margin-bottom: 15px;
}
.about-chart_oscommerce div {
    width: 80px;
    height: 30px;
    background-color: #D8D8D8;
    margin-bottom: 15px;
}

.about-chart_opencart div {
    width: 80px;
    height: 50px;
    background-color: #D8D8D8;
    margin-bottom: 15px;
}
.about-chart_shopscript div {
    width: 80px;
    height: 66px;
    background-color: #D8D8D8;
    margin-bottom: 15px;
}
.about-chart_prestashop div {
    width: 80px;
    height: 98px;
    background-color: #D8D8D8;
    margin-bottom: 15px;
}
.about-chart_magento div {
    width: 80px;
    height: 100px;
    background-color: #D8D8D8;
    margin-bottom: 15px;
}
.about-chart_wordpress div {
    width: 80px;
    height: 170px;
    background-color: #D8D8D8;
    margin-bottom: 15px;
}
.about-chart_footer {
    text-align: center;
    margin: 50px 0 100px 0;
}
.about-chart_footer span {
    font-size: 36px;
    font-weight: bold;
}
.about-chart_footer p {
    font-size: 18px;
    color: #727272;
}
.hidden {
    visibility: hidden;
}
.pullUp{
    animation-name: pullUp;
    -webkit-animation-name: pullUp;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;

    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
}
@keyframes pullUp {
    0% {
        transform: scaleY(0);
    }

    100% {
        transform: scaleY(1);
    }
}
@-webkit-keyframes pullUp {
    0% {
        -webkit-transform: scaleY(0.1);
    }
    40% {
        -webkit-transform: scaleY(1.02);
    }
    60% {
        -webkit-transform: scaleY(0.98);
    }
    80% {
        -webkit-transform: scaleY(1.01);
    }
    100% {
        -webkit-transform: scaleY(0.98);
    }
    80% {
        -webkit-transform: scaleY(1.01);
    }
    100% {
        -webkit-transform: scaleY(1);
    }
}
.about-support {
    background: url(../images/about_us/support.jpg) 100% no-repeat;
    background-size: cover;
}
.about-support_shadow {
    background: rgba(0, 0, 0, 0.8);
}
.about-support_txt {
    text-align: center;
    margin: 100px 0;
}
.about-support_header {
    text-transform: uppercase;
    font-size: 48px;
    font-family: Roboto, sans-serif;
    font-weight: bold;
}
.about-support_secondary {
    font-size: 24px!important;
}
.about-support_color {
    font-size: 36px;
    color: #FDDD31;
}
.about-support_last {
    font-size: 36px!important;
    padding-top: 40px;
}
.about-history {
    color: #000;
}
.about-history_logo {
    width: 210px;
    height: 30px;
    margin-right: 5px;
    display: inline-block;
    padding: 0;
    background: url(../images/logo-svg-black.svg) center no-repeat;
    background-size: contain;
}
.about-history_head {
    text-align: center;
    margin: 150px 0 50px 0;
}
.about-history_header {
    font-size: 37px;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-right: 30px
}
.about-history_graphic-left {
    text-align: right;
    font-size: 17px;
    padding-right: 30px;
    max-width: 400px;
   /* text-transform: uppercase;    */
}
.about-history_graphic-left span {
    font-size: 24px;
    font-weight: bold;
}
.about-history_flex {
    display: flex;
    justify-content: center;
}
.about-history_2017 {
    padding-bottom: 89px;
    padding-top: 100px;
}
.about-history_graphic-center img {
    height: 325px;
    margin-top:8px;
}
.about-history_graphic-right {
    max-width: 400px;
    font-size: 17px;
    padding: 50px 0 30px 30px;
}
.about-history_graphic-right span {
    font-size: 24px;
    font-weight: bold;
}
.about-history_2015 {
    padding-top: 75px;
}
.about-history_2006 {
    padding-top: 92px;
}
.about-history_year {
    position: relative;
    padding-bottom: 70px;
}
.about-history_year::before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    background: #D8D8D8;
    top: 10px;
}
.about-history_graphic-right .about-history_year::before {
    left: -31px;
}
.about-history_graphic-left .about-history_year::before {
    right: -31px;
}
.about-history_year::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    background: #D8D8D8;
    top: 6px;
}
.about-history_graphic-right .about-history_year::after {
    left: -35px;
}
.about-history_graphic-left .about-history_year::after {
    right: -35px;
}
.about-history_year:last-of-type::before {
    background: #ffffff;
}
.about-history_last {
    font-size: 24px;
    color: #000000;
    text-align: center;
    padding: 0 0 100px 0;
}
.about-history_last p {
    font-size: 36px;
    color: #000000;
}
.about-footer {
    background: url(../images/about_us/footer.jpg) 100% no-repeat;
    background-size: cover;
    text-align: center;
}
.about-footer_shadow {
    background: rgba(0, 0, 0, 0.6);
    color: white;
}
.about-footer h2 {
    margin: 50px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 26px;
    font-family: Roboto,sans-serif;
    font-weight: 700;
}
.article_info_text .about-footer p {
    position: relative;
    margin: 25px 0;
}
.about-footer_span {
    display: inline-block;
}
.article_info_text .about-footer .about-footer_span p {
    font-size: 34px;
    font-weight: 700;
    padding-bottom: 25px;
    margin: 0;
    line-height: 1;
}
.about-footer_logo {
    text-align: left;
    text-decoration: none;
    display: block;
    margin: 0 auto 25px;
    width: 220px;
    height: 55px;
    background: url(../images/logo-svg-white.svg) center top no-repeat;
    background-size: 100%;
}


/* респонсив стили для страницы "о компании" */
@media (max-width: 1200px) {
    .about-mission_logo {
        width: 160px;
        height: 20px;
    }
}
@media (max-width: 992px) {
    .about-mission_second p {
        padding: 0 20px;
        text-align: center;
        font-size: 18px;
    }
    .about-mission_second {
        text-align: center;
    }
    .about-benefits_wrap {
        margin: 50px;
    }
    .about-benefits-first_list {
        padding: 0 0 50px 50px;
    }
    .about-benefits-second .about-benefits_wrap {
        text-align: right;
    }

    .about-benefits-second_list {
        padding: 0px 50px 50px 0;
    }
    .about-start_shadow {
        height: 100%;
    }
    .about-start .col-md-6 {
        padding-left: 0;
    }
    .about-start_circle {
        margin: auto;
        height: 350px;
        width: 350px;
    }
    .about-chart_text {
        margin: 10px 30px 10px 10px;
    }
    .about-history_graphic-right {
        float: none;
    }
    .about-history_graphic-left {
        float: right;
        background: none;
    }

    .about-mission_text {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .about-flex {
        margin-top: 50px;
    }
    .about-header_h {
        margin: 50px 0;
        text-align: center;
    }
    .about-header_h h1 {
        font-size: 36px;
    }
    .about-header_t {
        text-align: center;
    }

    .about-mission_text {
        font-size: 24px;
    }
    .about-mission_first {
        text-align: center;
    }
    .about-mission_img {
        height: 300px;
        padding-bottom: 20px;
    }
    .about-benefits_wrap {
        margin: 50px 0;
        text-align: center;
    }
    .about-benefits-second .about-benefits_wrap {
        text-align: center;
    }
    .about-benefits-first_shadow {
        height: 100%;
    }
    .about-benefits-first_list {
        padding: 0 50px 20px 0;
    }
    .about-benefits-first_list p {
        font-size: 16px;
        margin-top: 20px;
    }
    .about-benefits-second {
        height: 100%;
    }
    .about-benefits-second_list {
        padding-top: 0;
        padding-bottom: 20px;
        padding-right: 0;
        text-align: center;

    }
    .about-benefits-second_list p {
        font-size: 16px;
        margin-top: 20px;
    }
    .about-start_circle {
        height: 300px;
        width: 300px;
        margin: auto auto 30px auto;
    }
    .about-start_circle span {
        font-size: 44px;
    }
    .about-start h2 {
        margin: 40px 0;
    }
    .about-start_txt {
        margin: 40px 0;
    }

    .about-beginners h2 {
        font-size: 30px;
        margin: 40px 0;
    }
    .about-beginners ul {
        padding: 0;
        font-size: 18px;
    }
    .about-beginners ul li {
        font-size: 18px;
    }

    .about-beginners_paragraph {
        margin: 10px 0 40px 0;
        font-size: 24px;
        text-align: left;
    }
    .about-beginners_price {
        font-size: 40px;
        text-align: center;
        margin-bottom: 40px;
    }

    .about-existing_shadow {
        height: 100%;
    }
    .about-existing h2 {
        font-size: 30px;
        margin: 40px 0;
    }
    .about-existing ul {
        padding: 0;
        font-size: 18px;
        text-align: left;
        float: left;
    }
    .about-existing ul li {
        font-size: 18px;
    }

    .about-chart_header {
        margin: 40px 0;
    }
    .about-chart_header span {
        font-size: 36px;
    }
    .about-chart_footer span {
        font-size: 30px;
    }
    .about-chart_flex {
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    .about-chart_text, .benefits-chart_text {
        margin: 0 5px!important;
    }
    .about-chart_text p, .benefits-chart_text p {
        font-size: 18px!important;
    }
    .about-chart_text span, .benefits-chart_text span {
        font-size: 14px!important;
    }
    .about-chart_solomono div, .about-chart_opencart div,
    .about-chart_shopscript div, .about-chart_prestashop div,
    .about-chart_magento div, .about-chart_wordpress div{
        width: 60px!important;
    }
    .about-history_graphic-right {
        float: none;
        font-size: 14px;
    }
    .about-history_graphic-left {
        float: none;
        background: none;
        padding-right: 30px;
        font-size: 14px;
    }

    .about-support_shadow {
        height: 100%;
    }
    .about-support_txt {
        margin: 40px 0;
    }
    .about-support_header {
        font-size: 30px;
    }
    .about-support_secondary {
        font-size: 18px;
    }
    .about-support_color {
        font-size: 24px;
    }
    .about-support_last {
        font-size: 24px!important;
        padding-top: 40px;
    }

    .about-history_head {
        margin: 40px 0;
        text-align: left;
        display: flex;
        flex-direction: column;
    }
    .about-history_header {
        font-size: 30px;
        padding-right: 0;
    }
    .about-history_logo strong {
        padding-left: 10px;
    }
    .about-history_last {
        font-size: 18px;
        padding: 50px 0;
    }
    .about-history_last p {
        font-size: 30px;
    }
    .about-history_2014, .about-history_2017 {
        padding-bottom: 20px;
    }
    .about-history_2017 {
        padding-left: 0;
    }
    .about-history_2006, .about-history_2015{
        padding: 0 0 20px 0;
    }
    .about-footer_shadow {
        height: 100%;
    }
    .about-footer h2 {
        font-size: 30px;
        margin: 40px 0;
    }
    .about-footer_span {
        display: block;
        text-align: center;
    }
    .about-footer p, .about-footer span {
        font-size: 24px;
        font-weight: 100;
    }
    .about-footer p {
        padding-bottom: 0;
    }
    .about-footer span {
        padding-right: 20px;
    }

    .about-beginners_left, .about-beginners_right {
        float: none;
    }
    .request_support_top {
        display: block!important;
    }
    .about-mission_first {
        display: block;
    }
}

@media (max-width: 480px) {
    .about-header_h h1, .about-start h2 {
        font-size: 33px;
    }

    .about-benefits-first_list span, .about-benefits-second_list span {
        font-size: 25px;
    }
    .about-benefits-second_list {
        padding-right: 0;
    }
    .about-start_circle p {
        font-size: 20px!important;
    }
    .about-start_circle span {
        font-size: 28px;
        font-weight: 500;
    }
    .about-start_circle {
        width: 250px;
        height: 250px;
    }
    .about-beginners h2 {
        font-size: 24px;
    }
    .about-beginners_price {
        font-size: 32px;
    }
    .about-chart_oscommerce div {
        width: 40px;
        margin-right: 0;
    }
    .about-chart_text {
        margin: 0 2px 0 0!important;
        position: relative;
    }
    .about-chart_text p {
        font-size: 15px!important;
    }
    .about-chart_text span {
        font-size: 9px!important;
    }
    .about-chart_text > span {
        display: block;
        transform: rotate(-55deg);
        position: absolute;
        font-size: 9px!important;
    }
    .about-chart_solomono div, .about-chart_opencart div,
    .about-chart_shopscript div, .about-chart_prestashop div,
    .about-chart_magento div, .about-chart_wordpress div{
        width: 40px!important;
    }
    .about-start_circle img {
        max-width: 60px;
        margin-bottom: 30px;
    }


}

@media (max-width: 380px) {

    .about-header_logo {
        width: 230px;
    }
    .about-header_h {
        margin: 25px 0;
    }
    .about-header_h h1 {
        font-size: 33px;
    }

}
/* конец респонсив стилей */
.about-body .about-benefits-scroll {
    overflow-x: hidden;
}
.about-body .about-benefits-scroll::-webkit-scrollbar { width: 5px; height: 15px;}
.about-body .about-benefits-scroll::-webkit-scrollbar-button {  height: 0px;}
.about-body .about-benefits-scroll::-webkit-scrollbar-track {  background-color: transparent;}
.about-body .about-benefits-scroll::-webkit-scrollbar-track-piece { background-color: #ffffff;}
.about-body .about-benefits-scroll::-webkit-scrollbar-thumb { height: 50px; background-color: #b2b2b2; border-radius: 3px;}
.about-body .about-benefits-scroll::-webkit-scrollbar-corner { background-color: #b2b2b2;}
.about-body .about-benefits-scroll::-webkit-resizer { background-color: #b2b2b2;}
.about-body .about-benefits-scroll::-webkit-resizer { background-color: #b2b2b2;}
.about-body .about-benefits-scroll::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #D8D8D8;
    border-radius: 3px;
}
.about-body .about-benefits-scroll::-webkit-scrollbar-track-piece {
    background-color: transparent;
}