
body{
    font-size: 16px;
}


    /* ------ CONTENT ------ */

    b, strong {
        font-weight: 600;
    }

    header {
        padding: 28px 0;
        background: #28685b;
        background: -webkit-linear-gradient(to bottom, #28685b, #317d6d 50%);
        background: linear-gradient(to bottom, #28685b, #317d6d 50%);
        position: relative;
        overflow: hidden;
    }

    /* removed form - s */

    header.removed_form {
        padding-bottom: 120px;
    }

    @media screen and (max-width:960px) {
        header.removed_form {
            padding-top: 60px;
            padding-bottom: 60px;
        }
    }
    @media screen and (max-width:480px) {
        header.removed_form {
            padding-top: 30px;
            padding-bottom: 30px;
        }
    }
    /* removed form - e */

    header:after, .header_bgr:after{
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 1281px;
        height: 100%;
        z-index: 1;
        background: url('https://go.veeam.com/rs/veeam/images/bgr_linean_top__big_3.png') no-repeat 50% 12%;
        background-size: 1281px auto;
    }


    .header {
        display: table;
        box-sizing: border-box;
        margin: 0 auto;
        width: 100%;
        max-width: 1170px;
        position: relative;
        z-index: 10;
        min-height: 480px;
    }

    .header_margin {
        min-height: auto;
        box-sizing: border-box;
        margin: 70px auto 150px;
    }

    .header section {
        position: relative;
        display: table-cell;
        text-align: left;
        vertical-align: top;
    }

    .header section:first-child {
        color: #fff;
    }

    .header section:last-child {
        box-sizing: border-box;
        width: 385px;
        padding-left: 10px;
        vertical-align: middle;
    }

    header ul.ul_checkbox {
        font-size: 35px;
        margin-bottom: 0;
        text-align: left;
    }

    .header__wrap_gartner {
        margin: 75px 0 34px;
    }

    .header__wrap_gartner .block_td:first-child{
        width: 130px;
        padding-right: 40px;
    }

    .img_gartner_logo {
        display: block;
        margin: 6px 0 0;
        width: auto;
        height: 30px;
    }

    .sup_title {
        font-size: 25px;
        font-family: 'Guardian Sans', Tahoma, sans-serif;
        font-weight: 300;
    }

    .header__h1 {
        font-size: 50px;
        line-height: 1.3;
        margin-bottom: 30px;
    }

    .header__h1_span {
        font-size: 75%;
        line-height: 1.3;
        display: block;
    }

    .header__h2{
        font-weight: 500;
        font-size: 45px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .header__p {
        font-size: 19px;
        line-height: 27px;
        margin-bottom: 0px;
    }

    .content__wrap_form{
        max-width: 
    }

    .mForm__btn-red, .mForm__btn-green{
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .header__btn {
        margin: 0;
    }

    .h2 {
        font-size: 50px;
        margin-bottom: 20px;
        font-weight: 300;
        font-family: 'Guardian Sans', Tahoma, sans-serif;
        line-height: 1.3;
    }

    header h3{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .wrap_form {
        position: relative;
        box-sizing: border-box;
        padding: 35px;
        background: #fff;
        border-radius: 30px;
        margin: 0 auto;
    }

    .wrap_form h2 {
        margin-bottom: 23px;
        line-height: 1.3;
        text-align: center;
        font-size: 25px;
    }


.wrap_gartner_quadrant {
    width: 526px;
    padding-left: 60px;
}

    .img_gartner_quadrant {
        display: block;
        width: 100%;
        max-width: 526px;
        height: auto;
    }

    .block_table {
        display: table;
        width: 100%;
    }

    .block_td {
        display: table-cell;
        vertical-align: top;
    }

    .content {
    font-size: 19px;
    line-height: 27px;   
        margin: 0 auto;
        padding: 70px 0;
        max-width: 1170px;
        position: relative;
        z-index: 10;
    }

    .content p {
        margin-bottom: 40px;
    }

.unique_a {
display: inline-block;
white-space: nowrap;
text-transform: uppercase;
font-weight: 600;
box-shadow: 0 1px 0 0 #00b336;
transition: all ease-out .2s;
text-decoration: none;
}

.unique_a:hover {
box-shadow: 0 2px 0 0 #00b336;
text-decoration: none;
}

.arrow_a {
    transition: all ease-out .2s;
    text-transform: uppercase;
    font-weight: 600;
}

.arrow_a:hover{
    box-shadow: 0 2px 0 0;
    text-decoration: none;
}

.arrow_a .arr{
    font-size: 127%;
    line-height: 0;
}



.ul_list, .ul_checkbox {
    list-style: none;
    margin-bottom: 40px;
}

.ul_list li, .ul_checkbox li{
    margin: 0 0 15px 30px;
    position: relative;
}

.ul_list li::before {
    content: "\f04d";
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    left: -30px;
    top: 0;
}

.ul_list li .ul_list li::before {
    color: #959597;
}

.ol_list li {
    margin: 0 0 15px 15px;
    padding-left: 15px;
}

.ul_checkbox li{
    padding-left: 20px;
}

.ul_checkbox li::before{
    content: "";
    height: 18px;
    width: 25px;
    background: transparent url('https://go.veeam.com/rs/veeam/images/icon_checkbox_50x37.png') 0% 0% no-repeat;
    background-size: contain;
    position: absolute;
    left: -30px;
    top: 6px;
}

header ul.ul_checkbox{
    font-family: 'Guardian Sans', Tahoma, sans-serif;
    font-weight: 300;
}

header ul.ul_checkbox li::before{
    top: 16px;
}

header ul.ul_checkbox li{
    margin-bottom: 8px;
}


.text__red {
    color: #ff0300;
}

.text__green {
    color: #93ea20;
}

.text__center{
    text-align: center;
}

.padding_top_bottom_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.border_top__gray {
    padding-top: 45px; border-top: solid 1px #b3b3b3;
}

.bgr__line{
    background: #005f4b;
    position: relative;
    color: #fff;
}

.bgr__line:after{
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 450px;
        height: 100%;
        z-index: 1;
        background: url("https://go.veeam.com/rs/veeam/images/bgr_linean_bottom.png") no-repeat 100% 100%;
        background-size: contain;
    }

h3{
    margin: 0 0 30px; 
    font-size: 25px;
}

.font_size__15 {
    font-size: 15px;
    line-height: 21px;
}

.font_size__15 p{
    margin-bottom: 30px;
}


.ws_nowrap{
    white-space: nowrap;
}

.mb10, .content .mb10{
    margin-bottom: 10px;
}

.mb0, .content .mb0{
    margin-bottom: 0;
}

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


        header, .header, .content {
            width: 100%;
            margin: 0;
            padding-right: 15px;
            padding-left: 15px;
            box-sizing: border-box;
        }
        header {
            padding-left: 15px;
            padding-right: 15px;
        }

        .header {
            width: 100%;
        }

        .wrap_gartner_quadrant {
            width: 375px; 
        }

        .header_margin {
            margin: 40px auto 120px;
        }

        .header_bgr:after {
            background-position: 100% 12%;
            background-size: 1150px auto;
        }

        .hide1240 {
            display: none !important;
        }
    }

    @media screen and (min-width: 961px) and (max-width: 1135px), (max-width: 740px) {
        .sup_title {
            font-size: 20px;
        }
        .header__wrap_gartner .block_td:first-child{
            padding-right: 25px;
        }
        .h2 {
            font-size: 35px;
        }
        header ul.ul_checkbox{
            font-size: 25px;
        }
        header ul.ul_checkbox li::before{
            top: 8px;
        }
    }

    @media screen and (min-width: 961px) and (max-width: 1165px){
        .header__h1 {
            font-size: 42px;
        }

        .header__h2{
            font-size: 37px;
        }

    }

    @media screen and (min-width: 961px) and (max-width: 1050px), (max-width: 760px)  {
        .header__h1 {
            font-size: 36px;
        }

        .header__h2{
            font-size: 30px;
        }
    }

    @media screen and (max-width:960px) {
        header:after{
            left: -50px;
            background-size: 1000px auto;
            width: 1000px;
            background-position: 0% 3%;
        }

/*
        .img_gartner_logo {
            margin-top: 30px;
        }*/

        .header__wrap_gartner, .header__h1 {
            margin-top: 0;
        }

        header{
            padding-top: 60px;
        }

        
        .header, .header section {
            display: block;
            padding: initial;
            width: auto;
            box-sizing: border-box;
        }

        .header section:first-child {
            margin: 0 auto 40px;
            display: inline-block;
        }

        .header section:last-child {
            box-sizing: border-box;
            margin-left: auto;
            margin-right: auto;
            max-width: 385px;
            width: 100%;
            padding-left: 0;
        }

        .wrap_form {
            margin: 0 auto;
        }

        .header {
            text-align: center;
        }

        .header section{
            text-align: left;
        }

        .wrap_gartner_quadrant {
            width: 300px; 
        }

        .header_margin {
            margin: 0px auto 50px;
        }

        .header__btn {
            margin: 0 auto;
        }

        .header_bgr:after {
            background-position: 0% 12%;
            background-size: 1080px auto;
        }

        .hide960 {
            display: none !important;
        }
    }

    @media screen and (max-width:860px) {
        header:after{
            background-position: 0% 8%;
        }

        .content .block_table, .content .block_td {
            display: block;
            width: 100%;
            margin: initial;
            padding: initial;
            box-sizing: border-box;
        }

        .content .block_table .block_td:first-child {
            margin-bottom: 55px;
        }

        .img_gartner_quadrant {
            margin: 0px auto 50px;
        }

        .wrap_gartner_quadrant {
            padding-left: 0;
        }

    }

    @media screen and (max-width:570px) {
        .header__wrap_gartner, header .block_td, .header__wrap_gartner .block_td:first-child {
            display: block;
            width: 100%;
            margin: initial;
            padding: initial;
            box-sizing: border-box;
        }

        .header__wrap_gartner {
            margin-bottom: 40px;
        }

        .img_gartner_quadrant {
            width: 100%;
        }

        .img_gartner_logo {
            margin: 0 auto 20px;
        }

        .h2{
            font-size: 30px;
            text-align: center;
        }

        header ul.ul_checkbox {
            font-size: 20px;
            display: inline-block;
        }

        header:after, .header_bgr:after{
            display: none;
        }

        .header section:first-child{
            text-align: center;
        }

        .hide570{
            display: none;
        }
    }

    @media screen and (max-width:480px) {
        .veeam_logo_lp {
            margin: 0 auto 6px;
            display: block;
        }

        .header__h1 {
            font-size: 33px;
        }

        .header__h2{
            font-size: 30px;
        }
/*
        .mForm__btn-red, .mForm__btn-green{
            max-width: 250px;
        }
*/
    }




.mb75 {
    margin-bottom: 75px;
}

.pb75 {
    padding-bottom: 75px;
}