 body {
        font-family: 'Guardian Sans Cy', 'Guardian Sans', 'Guardian TextSans', Tahoma, sans-serif;
        font-size: 16px;
    }
    #veeam_footer {
        z-index: 10;
        position: relative;
    }

    .mktoForm,
    .mktoForm .mktoButtonRow,
    .mktoForm .mktoButton {
        margin: 0 !important;
        padding: 0 !important;
        height: 0 !important;
        width: 0 !important;
        font-size: 0px !important;
        opacity: 0 !important;
    }

    .wrapper {
        max-width: 1170px;
        margin: 0 auto;
    }

    /* HEADER */

    .preheader__table .preheader__td:last-child {
        text-align: left;
    }
    
    .header-flex__item:last-child {
        display: flex;
        align-items: center;
    }

   

    @media screen and (max-width: 480px) {
        .preheader__table .preheader__td:last-child {
        text-align: center; 
    }

    }

    .z-index-10 {
        position: relative;
        z-index: 10;
    }

    .bgr-white {
        background: #fff;
    }

    header {
    box-sizing: border-box;
    padding: 40px 15px 60px;
    color: #fff;
    background: #00655E url(https://go.veeam.com/rs/870-LBG-312/images/header_bg_image_lp_cloud_data_report_440x858.png) no-repeat 40% 0%;
    background-size: 440px 858px;
    position: relative;
    left: 0;
    top: 0;
}


   .header_text {
    padding-left: 130px;
   }


       .header__sup {
        padding-top: 65px;
        margin-bottom: 33px;
        font-size: 25px;
        font-weight: 600;
        line-height: 1.3;
        text-transform: uppercase;
        color: #93EA20;
    }

    .header__title {
        font-size: 50px;
        line-height: 1.1;
        margin: 145px 0 55px;
    }

    .header_text {
        font-size: 28px;
        padding-left: 130px;
    }


    header a {
        color: #93ea20;
    }


    @media screen and (max-width: 1100px) {
        header {
            padding-bottom: 0;
            background-image: none;
            min-height: auto;
        }
    }

    @media screen and (max-width: 768px) {
        header {
            padding-top: 40px;
        }
    }

    .header-flex {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }

    .header-flex .header-flex__item:first-child {
        margin-right: 70px;
    }

   

    .header-flex .header-flex__item:last-child:after {
        content: "";
        position: fixed;
        background: #004550;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 0;
    }

    @media screen and (max-width: 1240px) {
        .header-flex .header-flex__item:last-child {
            flex-basis: 35%;
        }
        .header-flex .header-flex__item:first-child {
            margin-right: 50px;
        }
    }

    @media screen and (max-width: 1100px) {
        header {
            overflow: hidden;
            padding: 0px;
        }

        .header_text {
        padding-left: 0px;
       }

        .header-flex {
            flex-wrap: wrap;
        }
        .header-flex .header-flex__item:first-child {
            margin-right: 0;
            padding: 30px 15px 30px;
            flex-basis: 100%;
            background: #00655E url("https://go.veeam.com/rs/870-LBG-312/images/header_bg_image_lp_cloud_data_report_440x858.png") no-repeat 80% 50%;
            background-size: contain;
        }
        .header-flex .header-flex__item:first-child,
        .header-flex .header-flex__item:first-child * {
            position: relative;
            z-index: 10;
        }

        .header-flex .header-flex__item:last-child {
            display: block;
            padding: 0 15px;
            background: #004550;
            flex-basis: -moz-calc(100% + 30px);
            flex-basis: -webkit-calc(100% + 30px);
            flex-basis: calc(100% + 30px);
        }
        .header-flex .header-flex__item:last-child:after {
            content: none;
        }
      

        .header__title {
    margin: 50px 0 40px;
}


    }

    @media screen and (max-width: 768px) {
        .header-flex .header-flex__item:first-child:after {
            width: 348px;
            height: 253.891px;
        }
    }

    @media screen and (max-width: 480px) {
        .header-flex .header-flex__item:first-child:after {
            right: -75px;
        }

        .header-flex .header-flex__item:first-child {
            text-align: center;
            padding: 30px 15px 0px;
            padding-bottom: 0px;
            background: #00655E;
        }

        

    }




    @media screen and (max-width: 768px) {
        .header__title {
            font-size: 45px;
        }

        .header_text {
        font-size: 24px;
    }

        .header__sup {
            padding-top: 40px;
        }
    }


    @media screen and (max-width: 520px) {
        .header__title {
            font-size: 40px;
        }
        .header__subtitle {
            font-size: 40px;
        }
    }

    .form-wrapper {
        padding-left: 100px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        min-width: 320px;
    }

    .g-cta {
    text-align: left;
    }

.success .g-cta {
max-width: 300px;
margin: 40px auto;
}


    @media screen and (max-width: 768px) {
        .g-cta {
    text-align: center;
    }
    }

    .mForm,
    .success {
        width: 300px;
    }

    .mForm__title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .success {
        display: none;
    }

    .success__p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    @media screen and (max-width: 1240px) {
        .mForm,
        .success {
            width: 100%;
        }
        .form-wrapper {
            padding-left: 50px;
            padding-right: 15px;
        }
        .success .mForm__btn-green {
            max-width: 300px;
            margin: 15px auto;
            width: 100%;
        }
    }

    @media screen and (max-width: 1100px) {
        .form-wrapper {
            padding: 40px 15px;
            min-width: inherit;
        }
        .mForm {
            max-width: 300px;
        }
        .success {
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
        }

        .mForm__title {
            text-align: center;
        }
    }

    .text_center {
        text-align: center;
    }

    @media screen and (max-width: 768px){
        .hide768 {
            display: none !important;
        }

    }
    @media screen and (min-width: 960px){
        .header__h1 {
            font-size: 60px;
        }
    }
    .zoom {
        position: relative;
        display: inline-block;
        min-height: 100px;
        border: solid 10px #f1f1f1;
    }
    .zoom span {
        position: absolute;
        background: url(https://go.veeam.com/rs/veeam/images/zoom_green.png) no-repeat 100% 100%;
        display: block;
        height: 100px;
        width: 100px;
        bottom: 0px;
        right: 0px;
        transition: all ease-out .5s;
    }
    .screen {
        display: block;
        width: 100%;
        max-width: 710px;
    }
    .zoom a:hover span {
        opacity: .6;
    }
    p, .content p {
        margin: 0 0 30px;
        font-size: 16px;
        line-height: 1.5;
    }

    .content h2 {
        margin-bottom: 50px;
        font-size: 28px;
    }

    @media screen and (max-width: 768px){

    .content h2 {
        text-align: center;
    }

}

    .list {
        list-style: none;
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 1.5;
    }
    .list__item {
        margin: 0 0 15px 30px;
        position: relative;
    }
    .list__item::before {
        content: "\f04d";
        font-family: FontAwesome;
        font-size: 10px;
        position: absolute;
        left: -29px;
        top: 4px;
    }
    .list__item:last-child {
        margin-bottom: 0;
    }
    @media screen and (max-width: 768px){
        .block_tr {
            display: block;
        }
        #picture_block {
            margin: 0 auto;
            padding-right: 0px !important;
        }
    }
    @media screen and (max-width: 480px){
        .header__wrap_wp {
            margin: 0px 0 34px;
        }
    }

    .content {
        margin: 0 auto;
        padding: 70px 15px;
        max-width: 1170px;
        position: relative;
        z-index: 10;
    }

    .bg-grey {
        background-color: #f1f1f1;
    }

    .mb0 {
        margin-bottom: 0px !important;
    }

    .bold {
        font-weight: bold;
    }

    .red__highlight {
        font-size: 28px;
        font-weight: 500;
        color: #BA0200;
    }

    .green__highlight {
        font-size: 52px;
        display: block;
        font-weight: 500;
        color: #00B492;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .flex-300 {
        max-width: 300px;
        padding: 0 20px;
    }

    .flex-200 {
        max-width: 200px;
        padding: 0 20px;
    }


    .flex-block {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-content: center;
    }
    .top-flex {
        max-width: 770px !important;
        border: none !important;
    }

    .top-img {
        padding-right: 20px;
        padding-bottom: 20px;
    }

    span.text-button,
    span.text-button:link,
    span.text-button:visited,
    span.text-button:hover,
    span.text-button:active {
        text-decoration: none;
    }

    span.text-button {
        font-weight: 700;
        font-size: 16px;
        display: inline-block;
        text-transform: uppercase;
        color: #00b336;
        transition: all .15s ease-in-out;
        max-width: 100%;
    }

    span.text-button::after {
        content: "";
        display: inline-block;
        background: url('https://go.veeam.com/rs/870-LBG-312/images/arrow_green_link_100x116.png') no-repeat left center;
        width: 8px;
        height: 14px;
        vertical-align: text-top;
        background-size: cover;
        margin: 0 0 0 7px;
    }

    span.text-button:hover {
        color: #019b2f;
    }

    span.text-button:hover::after {
        background-position: right center;
    }

    .g-cta__btn-primary a, .mForm__btn-green {color: #93EA20}
    .g-cta__btn-primary, .mForm__btn-green{color: #005F4B;background: #93EA20}
    .g-cta__btn-primary:hover, .mForm__btn-green:hover{background: #A0FF23}
    .g-cta__btn-primary:active, .mForm__btn-green:active{background: #83D11D}