
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    background-size: cover;
    background-position: 100% 100%;
    font-family: sans-serif;
    scroll-behavior: smooth;
}

.container {
    max-width: 1420px;
    margin: 0 auto;
    padding: 50px 10px;
}

/*=== Heder ===*/

header {
    background-color: rgba(162, 0, 255, .5);
}

header .container {
    align-items: center;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    padding: 40px 10px;
    width: 100%;
}

.navigation {
    font-size: 14px;
    font-weight: 900;
    position: relative;
    text-decoration: none;
}

.nav_link {
    border: 1px solid transparent;
    color: #fff;
    padding: 12px 22px;
    position: relative;
    text-decoration: none;
    z-index: 6;
}

.nav_link:hover {
    border: 1px solid #fff;
    border-radius: 5px;
}

.desctop_navigation {
    display: block;
}

.mobile_navigation {
    display: none;
}

main {
    position: relative;
    background-repeat: no-repeat;
}

/*=== Live Support ===*/

.live_support {
    background-color: rgba(162, 0, 255, .5);
    height: 700px;
}

.live_support_wrapper {
    margin-top: 80px;
    text-align: center;
}

.live_title {
    color: #fff;
    font-size: 80px;
    font-weight: bold;
    line-height: 0.856;
    text-transform: uppercase;
}

.live_sub_title {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.31;
    margin: 25px auto 35px auto;
}

.button_go_live {
    background-color: #cc0033;
    box-shadow: 4px 6px 20px 0 #2d2d2d;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    padding: 33px 104px;
    text-decoration: none;
    text-transform: uppercase;
}

.live_support_image {
    position: absolute;
    right: 0;
    top: 170px;
    z-index: 7;
}

/*=== About ===*/

.about {
    background-color: #fff;
}

.about .container {
    background-color: transparent;
    padding: 0;
}

.about_wrapper {
    align-items: center;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.about_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 150px 60px;
    width: 100%;
}

.about_item {
    max-width: 500px;
}

.about_text {
    color: #333333;
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 60px;
}


.about_title {
    color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.about_sub_title {
    color: #000;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.458;
}

/*=== About Section ===*/

.section_wrapper_left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 50px 0 0 0;
}

.section_wrapper_right {
    display: flex;
    justify-content: flex-end;
    margin: 50px 0 0 0;
}

.section_content {
    border: 1px solid #000;
    height: 401px;
    max-width: 720px;
}

.section_img_left {
    max-width: 960px;
}

.section_text {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    line-height: 2.2;
}

.section_title {
    color: rgba(0, 0, 0, 0.4);
    font-size: 17px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.section_item {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 0 150px 0 70px;
    width: 100%;
}

/*=== Focus ===*/

.img_focus {
    width: 100%;
}

/*=== Faq ===*/

.faq .container {
    display: flex;
    justify-content: flex-start;
}

.faq_left_page {
    max-width: 595px;
    width: 100%;
}

.faq_right-page {
    max-width: 595px;
    margin-left: 70px;
    width: 100%;
}

.faq_title {
    color: rgba(0, 0, 0, 0.4);
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.faq_sub_tile {
    color: #000;
    font-weight: 300;
    font-size: 35px;
}

.faq-item {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.7;
    text-transform: uppercase;
}

.faq-item_text {
    color: #000;
    font-size: 14px;
    line-height: 1.8;
    max-width: 670px;
    margin: 10px 0 15px 0;
}

.faq .page_link {
    color: #707070;
    font-weight: bolder;
    font-size: 1.1em;
    text-decoration: none;
}

/*=== contact ===*/

.contact {
    background-color: #cc0033;
}

.contact_text {
    color: #fff;
    font-weight: 300;
    font-size: 42px;
    line-height: 1.45;
}

.contact_title {
    color: rgba(255, 255, 255, 0.4);
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.contact_wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.contact_data {
    align-items: center;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    display: flex;
    height: 155px;
    justify-content: center;
    margin: 15px;
    width: 390px;
}

.contact_data .page_link {
    color: rgb(255, 224, 79);
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.contact .button_go_live {
    background-color: #fff;
    color: #cc0033;
}

.contact_data .page_link:hover {
    border-color: #fff44f;
    color: #fff;
}

.contact_data:hover {
    border-color: #fff44f;
}

.contact .go_to_live_support {
    display: flex;
    justify-content: center;
    padding: 50px 0 100px 0;
}

.contact_message {
    display: flex;
    justify-content: flex-start;
}

.contact_text {
    max-width: 600px;
    margin-bottom: 60px;
    width: 100%;
}

.right_box {
    margin-left: 70px;
}

/*=== Top button ===*/

#myBtn {
    background-color: rgba(162, 0, 255, .8);
    border-radius: 5px;
    border: none;
    bottom: 20px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 18px;
    outline: none;
    position: fixed;
    padding: 15px;
    right: 30px;
    z-index: 99;
}

#myBtn:hover {
    background-color: #555;
}

/*=== Bottom nav ===*/

.bottom_nav .navigation {
    margin: 0 auto;
}

.bottom_nav a {
    color: #fff;
}

.bottom_nav .nav_link:hover:before {
    border-top: 4px solid #fff;
    content: ' ';
    position: absolute;
    top: -70px;
    width: 60px;
}

/*=== Footer ===*/

footer {
    background-color: #cc0033;
    border-top: 2px solid #fff;
    color: #fff;
}

.footer_content {
    line-height: 2.5;
}

footer .container {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    justify-content: space-between;
    padding: 69px 10px;
    text-align: left;
}

/*=== Other device sizes ===*/

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

    img {
        max-width: 100%;
        width: 100%;
    }

    .logo_img {
        width: 130px;
    }

    .navigation {
        display: flex;
        flex-direction: column;
    }

    .nav_link {
        padding: 7px;
    }

    .faq_title {
        padding-top: 15px;
    }

    .faq_sub_tile {
        font-size: 22px;
    }

    .faq_left_page {
        max-width: 100%;
    }

    .faq_right-page {
        margin: 25px 0;
        max-width: 100%;
    }

    .faq .container {
        flex-direction: column;
    }

    .contact_data {
        height: 200px;
        width: 240px;
    }

    .contact_title {
        padding-top: 15px;
    }

    .container {
        padding: 0 10px
    }

    .contact_text {
        font-size: 26px;
        line-height: 1;
        margin-bottom: 20px;
    }

    .contact_data {
        width: 100%;
    }

    .right_box {
        margin: 0;
    }

    .contact_wrapper {
        flex-direction: column;
    }

    .contact_message {
        flex-direction: column;
    }

    .live_support {
        height: 400px;
        padding-top: 10px;
    }

    .sevices {
        padding: 0 0 40px 0;
    }

    .button_go_live {
        padding: 23px 70px;
    }

    .live_title {
        font-size: 38px;
    }

    .live_sub_title {
        font-size: 17px;
    }

    .section_img_left {
        max-width: 100%;
    }

    .about_sub_title,
    .about_text {
        line-height: 1;
        margin-bottom: 10px;
    }

    .about_sub_title {
        font-size: 24px;
    }

    .about_wrapper {
        flex-direction: column-reverse;
    }

    /*=== Burger menu ===*/

    .desctop_navigation {
        display: none;
    }

    header .container {
        display: none;
    }

    .mobile_navigation {
        display: block;
    }

    .topnav {
        background-color: #333;
        overflow: hidden;
        position: relative;
    }

    .topnav #myLinks {
        display: none;
    }

    #myLinks {
        background-color: #707070;
    }

    .topnav a {
        color: #fff;
        display: block;
        font-size: 17px;
        padding: 14px 16px;
        text-decoration: none;
    }

    .topnav a.icon {
        background-color: yellowgreen;
        color: #fff;
        display: block;
        position: absolute;
        right: 10px;
        top: 14px;
    }

    .topnav a:hover {
        color: black;
    }

    footer .container {
        display: block;
    }

    .footer_content {
        line-height: 1;
        text-align: right;
    }
}

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

    .live_support_image {
        position: relative;
        right: 0;
        top: 0;
    }

    /*header {*/
    /*    background-color: #666666;*/
    /*}*/

    .section_wrapper_left {
        align-items: center;
        flex-direction: column;
        max-width: 100%;
        width: 100%;
    }

    .section_wrapper_right {
        align-items: center;
        flex-direction: column-reverse;
        max-width: 100%;
        width: 100%;
    }
}

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

    .about_content {
        flex-direction: column;
        padding: 20px 0 0 0;
    }

    .about_item {
        margin: 0 auto;
        max-width: 100%;
        padding: 10px;
    }

    .section_img_left {
        flex-direction: column;
    }

    .section_content {
        height: 140px;
    }
}

@media screen and (max-width: 1400px) {
    .section_item {
        padding: 20px;
    }

    .section_text {
        line-height: 1.5;
    }

    .section_img_left {
        max-width: 700px;
    }

    .section_content {
        height: 292px;
    }
}

