* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gotham Pro' !important;
    font-style: normal;
    font-weight: normal;
}
html, body {
    height: 100%;
    width: 100%;
    position: relative;
    font-family: 'Gotham Pro' !important;
    font-style: normal;
    font-weight: normal;
}
body {
    background-color: #fff;
}

.container {
    width: 1040px;
    margin: auto;
    padding-top: 42px;
    padding-left: 20px;
    padding-right: 20px;
}

.logo {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}
.logo_text {
    display: inline-block;
    margin-top: 15px;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    color: #E9211C;
    margin-left: 40px;
    vertical-align: middle;
}
.promo_text {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #4374C2;
    margin-top: 72px;
    text-align: center;
}
#chart {
    margin-top: 60px;
    width: 100%;
}
.borisbot {
    margin-top: 10px;
    width: 100%;
}
.promo_image1 {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 30px;
}
.promo_image2 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}

.promo_text__wrapper {
    /* margin-left: auto;
    margin-right: auto; */
    width: 100%;
    margin-top: 50px;
}
.promo_text__block {
    width: 46%;
    display: inline-block;
    vertical-align: top;
}
.promo_text__block:nth-of-type(1) {
    margin-right: 60px;
}
.promo_text__block .caption {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 31px;
    text-transform: uppercase;
    color: #F36E67;
    height: 60px;
}
.promo_text__block .text {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 23px;
    color: #000000;
}
.promo_text__block .rectangle {
    margin-top: 25px;
    margin-bottom: 25px;
}

.how_connect__caption {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #4374C2;
    margin-top: 80px;
}

.how_connect_steps {
    height: 147px;
    width: 100%;
    margin-top: 48px;
    margin-bottom: 95px;
    position: relative;
}
.how_connect_steps.step_one {
    background: #002776;
}
.how_connect_steps.step_two {
    background: #4374C2;
}
.how_connect_steps.step_three {
    background: #93AEDB;
}
.how_connect_steps.step_three .number {
    color: #002776 !important;
}

.how_connect_steps .number {
    font-style: normal;
    font-weight: normal;
    font-size: 200px;
    line-height: 14px;
    color: #F9ACA8;
    position: absolute;
    margin-top: 108px;
    margin-left: 19px;
}
.how_connect_steps .text {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    display: block;
    margin-left: 165px;
    padding-top: 25px;
}
.how_connect_steps .text span {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    color: #FFFFFF;
}
.goto_link {
    background: #F36E67;
    border-radius: 6px;
    width: 240px;
    height: 50px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    padding-top: 9px;
    position: absolute;
    right: 15px;
    bottom: -18px;
    z-index: 10;
}
.goto_link:hover, .goto_link:active {
    text-decoration: none;
    color: #FFFFFF;
}
.step_img {
    position: absolute;
    right: 140px;
    top: 50px;
    z-index: 11;
}
.step_img2 {
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: 1;
}
.step_img3 {
    position: absolute;
    right: 0;
    bottom: -20px;
    z-index: 1;
}


.question_label {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #4374C2;
    margin-top: 75px;
}

.question_caption {
    margin-top: 45px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 15px;
    color: #000000;
    cursor: pointer;
}
.question_desc {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #000000;
    margin-top: 30px;
    display: none;
    padding-left: 35px;
}

.people_img {
    margin-top: 33px;
    width: 100%;
}

.footer {
    background: #93AEDB;
    height: 43px;
    margin-top: 80px;
    width: 100%;
    min-width: 670px;

}

.widget .persistent-menu {
    display: none!important;
}
.hidden_label {
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: #fff;
    bottom: 0;
    right: 0;
}

.promo_image_mobile {
    display: none;
}


@media only screen and (max-width: 640px) {

    .container {
        
        /* padding-top: 42px; */
        padding-left: 30px;
        padding-right: 0;
    }

    .promo_image_mobile {
        display: block;
        width: 100%;
    }
    .promo_image_desktop {
        display: none;
    }

    .main_caption {
        font-size: 53px;
        line-height: 65px;
    }
    .logo_container {
        text-align: center;
    }
    .logo {
        width: 150px;
        /* text-align: center; */
    }
    .logo_text {
        font-size: 33px;
        line-height: 46px;
        margin-left: 0;
        /* text-align: center; */
        width: auto;
    }
    .promo_text {
        font-size: 37px;
        line-height: 49px;
    }
    .promo_image1, .promo_image2 {
        width: 100%;
    }

    .promo_text__block:nth-of-type(1) {
        margin-right: 0;
    }
    .promo_text__block:nth-of-type(2) {
        margin-top: 55px;
    }
    .promo_text__block {
        width: 100%;
    }
    .promo_text__block .caption {
        font-size: 37px;
        line-height: 49px;
    }
    .promo_text__block .text {
        font-size: 28px;
        line-height: 42px;
    }
    .how_connect__caption {
        font-size: 37px;
        line-height: 49px;
    }
    .question_label {
        font-size: 37px;
        line-height: 49px;
    }
    .question_caption {
        font-size: 28px;
        line-height: 38px;
        margin-top: 48px;
    }
    .question_desc {
        font-size: 25px;
        line-height: 38px;
    }
    .footer {
        height: 70px;
    }
    
    .borisbot, .hidden_label, .step_img, .step_img2, .step_img3 {
        display: none;
    }

    .promo_text__block .caption {
        height: auto !important;
    }

    
    .how_connect_steps {
        height: auto;
        padding-bottom: 55px;
        /* width: 100%;
        margin-top: 48px;
        margin-bottom: 95px;
        position: relative; */
    }
    .how_connect_steps .text {
        font-size: 28px;
        line-height: 32px;
        margin-left: 165px;
        padding-top: 25px;
        padding-right: 20px;
    }
    .how_connect_steps .text span {
        font-size: 23px;
        line-height: 27px;
    }
    .goto_link {
        font-size: 22px;
        line-height: initial;
        width: 300px;
        height: 80px;
        padding-top: 17px;
        bottom: -40px;
        right: 100px;
        border-radius: 10px;
    }
}