* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 17px;
    background: #f1f1f1;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    min-width: 1440px;
    min-height: 1200px;
    /*zoom: 1.2;*/
}

body {
    margin: 0;
    padding: 0;
}

.wow {
    visibility: hidden;
}

.form {
    display: none;
}

.button {
    display: block;
    text-align: center;
    border: 1px solid #ce0000;
    background-color: #ce0000;
    padding-top: 12px;
    width: 140px;
    height: 50px;
    -moz-box-sizing: border-box;
    /* Для Firefox */
    box-sizing: border-box;
    /* Ширина блока с полями */
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 40px;
    font-weight: 800;
}

.error {
    position: absolute;
    background-color: #d11900;
    padding: 7px;
    color: white;
    font-size: 14px;
    top: 150px;
    left: 30px;
    display: inline-block;
    -webkit-box-shadow: inset 9px 9px 30px 0px rgba(50, 50, 50, 0.47);
    -moz-box-shadow: inset 9px 9px 30px 0px rgba(50, 50, 50, 0.47);
    box-shadow: inset 9px 9px 30px 0px rgba(50, 50, 50, 0.47);
    border-radius: 5px;
    max-width: 240px;
}

.error::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #A02110;
    position: absolute;
    top: -8px;
}

#info {
    display: none;
}

.e2 {
    left: 310px;
}

.e3 {
    top: 216px;
}

.e4 {
    top: 216px;
    left: 310px;
}

.img_mobile {
    display: none;
}

.button:hover {
    background-color: white;
    color: #ce0000;
}

.block-content {
    width: 1440px;
    overflow: hidden;
    margin: auto;
    position: relative;
}

.block-head {
    background: url(../img/bg_desktop_top.jpg) no-repeat scroll center 0px #eaedf4;
    width: 100%;
    height: 530px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
}

.block-head h1 {
    font-size: 45px;
    color: white;
    position: absolute;
    top: 260px;
    left: 130px;
    margin: 0;
    font-weight: bold;
}

.block-head h2 {
    line-height: 30px;
    font-size: 24px;
    color: white;
    position: absolute;
    top: 350px;
    left: 130px;
    margin: 0;
    font-weight: normal;
}

.block-head .link_hitachi {
    display: inline-block;
    height: 60px;
    width: 175px;
    position: absolute;
    top: 54px;
    left: 130px;
}

.block-head .link_tadviser {
    display: inline-block;
    height: 60px;
    width: 175px;
    position: absolute;
    top: 54px;
    right: 130px;
}

.block-head .link_think {
    display: inline-block;
    height: 60px;
    width: 175px;
    position: absolute;
    top: 62px;
    right: 330px;
}

.block-body {
    background: url(../img/bg_desktop_body.jpg?1) no-repeat scroll center 0px #eaedf4;
    width: 100%;
    height: 1896px;
    position: relative;
    padding: 130px;
    font-weight: normal;
}

.article {
    position: absolute;
    top: 220px;
    max-width: 800px;
}

.article .title {
    display: block;
    color: #ce0000;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 70px;
    position: relative;
    text-decoration: none;
}

.article .title:hover {
    /* text-decoration: underline;*/
    color: #ce0000d3;
}

.article .desc {
    font-size: 20px;
    display: block;
    line-height: 1.5;
}

.article .title::after {
    content: " ";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 80px;
    height: 6px;
    background-color: #cc0000;
}

.article2 {
    top: 720px;
    left: 630px;
    max-width: 700px;
}

.article3 {
    top: 1300px;
    max-width: 650px;
}

.block-body2 {
    background: url(../img/bg_desktop_body2.jpg?1) no-repeat scroll center 0px #eaedf4;
    width: 100%;
    height: 1926px;
    position: relative;
    padding: 130px;
    font-weight: normal;
}

.block-body2 .block1 {
    color: white;
    position: relative;
    height: 600px;
}

.block-body2 .block1 h2 {
    position: absolute;
    font-size: 45px;
    font-weight: 700;
    line-height: 60px;
    width: 815px;
    margin: 0;
    padding: 0;
}

.block-body2 .block1 span {
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    position: absolute;
}

.block-body2 .block1 .span1 {
    left: 90px;
    top: 212px;
}

.block-body2 .block1 .span2 {
    left: 90px;
    top: 268px;
}

.block-body2 .block1 .span3 {
    left: 90px;
    top: 316px;
}

.block-body2 .block1 .span4 {
    font-weight: 600;
    left: 90px;
    top: 397px;
}

.block-body2 .block2 {
    color: black;
    position: relative;
    height: 470px;
}

.block-body2 .block2 h2 {
    position: absolute;
    font-size: 30px;
    font-weight: 700;
    line-height: 60px;
    width: 815px;
    margin: 0;
    padding: 0;
    top: 42px;
}

.block-body2 .block2 span {
    font-size: 20px;
    font-weight: 400;
    width: 420px;
    display: inline-block;
    position: absolute;
}

.block-body2 .block2 .span1 {
    left: 100px;
    top: 170px;
}

.block-body2 .block2 .span2 {
    left: 100px;
    top: 300px;
}

.block-body2 .block2 .span3 {
    left: 700px;
    top: 170px;
}

.block-body2 .block2 .span4 {
    left: 700px;
    top: 310px;
}

.block-body2 .block3 {
    color: black;
    position: relative;
    height: 600px;
}

.block-body2 .block3 h2 {
    position: absolute;
    font-size: 30px;
    font-weight: 700;
    line-height: 60px;
    width: 815px;
    margin: 0;
    padding: 0;
    top: 42px;
}

.block-body2 .block3 span {
    font-size: 18px;
    font-weight: 400;
    width: 420px;
    display: inline-block;
    position: absolute;
    color: #061B2C;
}

.block-body2 .block3 .span1 {
    left: 86px;
    top: 288px;
}

.block-body2 .block3 .span2 {
    left: 110px;
    top: 426px;
}

.block-body2 .block3 .span3 {
    left: 358px;
    top: 556px;
}

.block-body2 .block3 .span4 {
    left: 288px;
    top: 210px;
}

.block-body2 .block3 .span5 {
    left: 390px;
    top: 326px;
}

.block-body2 .block3 .span6 {
    left: 512px;
    top: 466px;
}

.block-body2 .block3 .span7 {
    left: 636px;
    top: 286px;
}

.block-body2 .block3 .span8 {
    left: 778px;
    top: 376px;
}

.block-body3 {
    background: url(../img/bg_desktop_body3.jpg?1) no-repeat scroll center 0px #eaedf4;
    width: 100%;
    height: 1516px;
    position: relative;
    font-weight: normal;
    padding: 70px 0 0 130px
}

.block-body3 .block1 {
    color: white;
    height: 601px;
    position: relative;
}

.block-body3 .block1 .title {
    position: absolute;
    font-weight: bold;
    font-size: 26px;
    line-height: 36px;
    color: white;
    text-decoration: none;
}

.block-body3 .block1 .title:hover
{
    color: #e1e1e1;
}

.block-body3 .block1 .desc {
    position: absolute;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    color: white;
    text-decoration: none;
}

.block-body3 .block1 .desc:hover {
    color: #e1e1e1;
}

.block-body3 .block1 .title1 {
    top: 266px;
    left: 0px;
}

.block-body3 .block1 .desc1 {
    top: 326px;
    left: 0px;
}

.block-body3 .block1 .title2 {
    top: 266px;
    left: 440px;
}

.block-body3 .block1 .desc2 {
    top: 326px;
    left: 440px;
}

.block-body3 .block1 .title3 {
    top: 266px;
    left: 874px;
}

.block-body3 .block1 .desc3 {
    top: 326px;
    left: 874px;
}

.block-body3 .block1 h2 {
    font-weight: 700;
    font-size: 30px;
}

.block-body3 .block2 {
    color: black;
    height: 278px;
    position: relative;
}

.block-body3 .block2 .desc1 {
    position: absolute;
    top: 60px;
    left: 500px;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
}

.block-body3 .block3 {
    color: white;
    height: 544px;
    position: relative;
    padding-top: 64px;
}

.block-body3 .block3 h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
}

.block-body3 .block3 span {
    position: absolute;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
}

.block-body3 .block3 .span1 {
    top: 230px;
    left: 90px;
}

.block-body3 .block3 .span2 {
    top: 296px;
    left: 90px;
}

.block-body3 .block3 .span3 {
    top: 390px;
    left: 90px;
}

.block-body3 .block3 .span4 {
    top: 232px;
    left: 780px;
}

.block-body3 .block3 .span5 {
    top: 312px;
    left: 780px;
}

.block-body3 .block3 .span6 {
    top: 390px;
    left: 780px;
}

.home {
    cursor: pointer;
    position: absolute;
    right: 47px;
    bottom: 41px;
}

.block-footer {
    height: 200px;
    width: 100%;
    padding-left: 130px;
    padding-right: 130px;
    color: white;
    font-size: 12px;
    padding-top: 65px;
    position: relative;
    background-color: #000000;
    font-weight: 600;
}

.block-footer .links {
    position: absolute;
    left: 300px;
    top: 64px;
}

.block-footer .links a {
    font-size: 14px;
    color: white;
    text-decoration: none;
    height: 30px;
    padding: 8px 24px 8px 12px;
    border-right: 1px solid white;
}

.block-footer a:last-child {
    border: 0;
    margin-right: 0;
    padding-right: 0;
}

.block-footer a:hover {
    text-decoration: underline;
}

.block-footer .copy {
    float: right;
    text-align: right;
}

.form {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../img/transparent.png) repeat scroll center 0px;
    position: fixed;
}

.form form {
    display: block;
    width: 780px;
    height: 400px;
    background-color: white;
    margin: 20vh auto 0 auto;
    padding: 30px;
    position: relative;
}

.form form .t {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 44px;
}

.form .x {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.form .button {
    width: 280px;
    height: 40px;
    padding: 0;
    cursor: pointer;
}

input {
    outline: none;
}

.form input[type='text'] {
    border: 1px solid #cccccc;
    border-radius: 8px;
    font-size: 14px;
    padding: 8px 12px;
    float: left;
    width: 270px;
    margin-bottom: 30px;
    margin-right: 10px;
    outline: none;
}

.form .c {
    font-size: 14px;
    margin-top: 30px;
    line-height: 1.1;
}

.form .c a {
    color: #ce0000;
    text-decoration: none;
}

@media screen and (max-width:1430px) {
    html {
        zoom: 0.9;
    }
}

@media screen and (max-width:1330px) {
    html {
        zoom: 0.8;
    }
}

@media screen and (max-width:1200px) {
    html {
        zoom: 0.7;
    }
}

@media screen and (max-width:1000px) {
    html {
        zoom: 0.6;
    }
}

@media screen and (max-width:880px) {
    .wow {
        visibility: unset;
    }
    html {
        min-width: 640px;
    }
    .block-content {
        width: 640px;
    }
    .block-head {
        background: url(../img/bg_mobile_top.jpg) no-repeat scroll center 0px #eaedf4;
        width: 100%;
        height: 1106px;
        position: relative;
        font-family: Arial, Helvetica, sans-serif;
    }
    .block-head h1 {
        font-size: 55px;
        color: white;
        position: absolute;
        top: 270px;
        left: 50px;
        margin: 0;
        text-align: center;
    }
    .block-head h2 {
        top: 370px;
        left: 30px;
        padding-right: 10px;
        margin: 0;
        font-weight: normal;
        font-size: 31px;
        line-height: 43px;
        text-align: center;
    }
    .block-head h2 br {
        display: none;
    }
    .block-head .link_hitachi {
        height: 120px;
        width: 300px;
        top: 70px;
        left: 160px;
    }
    .block-head .link_think {
        height: 60px;
        width: 175px;
        top: 740px;
        right: 340px;
    }
    .block-head .link_tadviser {
        height: 60px;
        width: 175px;
        top: 740px;
        right: 130px;
    }
    .block-body {
        background: url(../img/bg_mobile_body.jpg) no-repeat scroll center 0px #eaedf4;
        width: 100%;
        height: auto;
        position: relative;
        padding: 60px 0px 0 0px;
        font-weight: normal;
    }
    .block-body2 {
        background: url(../img/bg_mobile_body2.jpg) no-repeat scroll center 0px #eaedf4;
        width: 100%;
        height: 3756px;
        position: relative;
        padding: 60px 34px;
        font-weight: normal;
    }
    .block-body2 .block1 {
        height: 1214px;
    }
    .block-body2 .block1 h2 {
        width: 100% !important;
        text-align: center;
        font-size: 51px;
        line-height: 57px;
        padding: 0 10px;
    }
    .block-body2 .block1 span {
        font-size: 31px;
        font-weight: 400;
        display: inline-block;
        width: 100%;
        text-align: center;
        position: absolute;
        left: 0 !important;
    }
    .block-body2 .block1 .span1 {
        top: 332px;
    }
    .block-body2 .block1 .span2 {
        top: 462px;
    }
    .block-body2 .block1 .span3 {
        top: 586px;
    }
    .block-body2 .block1 .span4 {
        top: 660px;
        font-weight: bold;
        line-height: 1.3;
    }
    .block-body2 .block2 {
        height: 900px;
    }
    .block-body2 .block2 h2 {
        font-size: 44px;
        line-height: 35px;
        top: 90px
    }
    .block-body2 .block2 span {
        font-size: 31px;
        line-height: 41px;
        left: 150px !important;
    }
    .block-body2 .block2 .span1 {
        top: 220px;
    }
    .block-body2 .block2 .span2 {
        top: 430px;
    }
    .block-body2 .block2 .span3 {
        top: 554px;
    }
    .block-body2 .block2 .span4 {
        top: 766px;
    }
    .block-body2 .block3 {
        height: 1500px;
    }
    .block-body2 .block3 h2 {
        font-size: 44px;
        line-height: 58px;
        top: 40px;
        width: 500px;
    }
    .block-body2 .block3 span {
        left: 160px !important;
        font-weight: normal;
        font-size: 31px;
        line-height: 41px;
        color: #061B2C;
        top: 0 !important;
    }
    .block-body2 .block3 span br {
        display: none;
    }
    .block-body2 .block3 .span1 {
        top: 250px !important;
    }
    .block-body2 .block3 .span2 {
        top: 650px !important;
        left: 10px !important;
        width: 460px;
    }
    .block-body2 .block3 .span3 {
        top: 1276px !important;
        width: 460px;
        left: 120px !important;
    }
    .block-body2 .block3 .span4 {
        top: 500px !important;
        left: 260px !important;
    }
    .block-body2 .block3 .span5 {
        top: 830px !important;
        left: 120px !important;
    }
    .block-body2 .block3 .span6 {
        top: 1150px !important;
        left: 10px !important;
        width: 500px;
    }
    .block-body2 .block3 .span7 {
        top: 1416px !important;
        left: 300px !important;
        width: 280px;
    }
    .block-body2 .block3 .span8 {
        left: 220px !important;
        top: 1000px !important;
        width: 400px;
    }
    .block-body3 {
        background: url(../img/bg_mobile_body3.jpg) no-repeat scroll center 0px #eaedf4;
        width: 100%;
        height: 3056px;
        position: relative;
        padding: 37px 30px 20px;
        font-weight: normal;
    }
    .block-body3 .block1 {
        height: 1240px;
    }
    .block-body3 .block2 {
        height: 562px;
    }
    .block-body3 .block3 {
        height: 1186px;
        padding-left: 36px;
        padding-right: 36px;
    }
    .block-body3 .block1 h2 {
        font-size: 44px;
        line-height: 60px;
        top: 100px;
        width: 500px;
    }
    .block-body3 .block1 .title {
        font-weight: 600;
        font-size: 34px;
        line-height: 46px;
        top: 0;
        left: 0;
        width: 100%;
    }
    .block-body3 .block1 .desc {
        font-size: 31px;
        line-height: 41px;
        top: 0;
        left: 0;
        width: 100%;
    }
    .block-body3 .block1 .desc br {
        display: none;
    }
    .block-body3 .block1 .title1 {
        text-align: right;
        top: 380px;
    }
    .block-body3 .block1 .desc1 {
        text-align: right;
        top: 475px;
    }
    .block-body3 .block1 .title2 {
        text-align: left;
        top: 660px;
    }
    .block-body3 .block1 .desc2 {
        text-align: left;
        top: 750px;
        width: 510px;
    }
    .block-body3 .block1 .title3 {
        text-align: right;
        top: 980px;
    }
    .block-body3 .block1 .desc3 {
        text-align: right;
        top: 1070px;
    }
    .block-body3 .block2 .desc1 {
        top: 350px;
        left: 40px;
        font-weight: normal;
        font-size: 31px;
        line-height: 41px;
    }
    .block-body3 .block2 .desc1 br {
        display: none;
    }
    .block-body3 .block3 {
        padding: 0;
    }
    .block-body3 .block3 h2 {
        font-weight: bold;
        font-size: 44px;
        line-height: 60px;
        margin-top: 55px;
    }
    .block-body3 .block3 span {
        font-size: 31px;
        line-height: 41px;
        left: 92px !important;
        top: 0 !important;
    }
    .block-body3 .block3 span br {
        display: none;
    }
    .block-body3 .block3 .span1 {
        top: 280px !important;
    }
    .block-body3 .block3 .span2 {
        top: 420px !important;
    }
    .block-body3 .block3 .span3 {
        top: 640px !important;
    }
    .block-body3 .block3 .span4 {
        top: 770px !important;
    }
    .block-body3 .block3 .span5 {
        top: 910px !important;
    }
    .block-body3 .block3 .span6 {
        top: 1006px !important;
    }
    .block-body::after {
        content: "";
        overflow: hidden;
        display: block;
    }
    .img_mobile {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 40px;
    }
    .img_mobile:last-child {
        margin-bottom: -2px;
    }
    .article {
        position: unset;
        padding: 0 40px 0 30px;
    }
    .article .title {
        font-size: 40px;
        line-height: 50px;
    }
    .article .title br {
        display: none;
    }
    .article .title::after {
        content: " ";
        position: absolute;
        bottom: -40px;
        left: 0;
        width: 160px;
        height: 8px;
    }
    .article .desc {
        font-size: 28px;
        display: block;
        line-height: 40px;
    }
    .button {
        width: 280px;
        height: 70px;
        font-size: 28px;
        font-weight: 800;
        margin-top: 40px;
        margin-bottom: 80px;
        margin-left: 140px;
    }
    .block-footer {
        height: 300px;
        padding: 60px 30px;
        margin-top: -1px;
    }
    .block-footer .logo {
        width: 140px;
    }
    .block-footer .links {
        left: 200px;
        top: 60px;
    }
    .block-footer .links a {
        font-size: 22px;
    }
    .block-footer .copy {
        margin-top: 40px;
        font-size: 20px;
        font-weight: normal;
        float: none;
        text-align: left;
        line-height: 1.7;
    }
    .form form {
        width: 580px;
        height: auto;
        margin-top: 4vh;
        padding-bottom: 95px;
    }
    .form form .x {
        width: 33px;
    }
    .form form .t {
        /*width: 340px;*/
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        margin-top: 65px;
        margin-left: 80;
    }
    .form input[type='text'] {
        width: 100%;
        font-size: 28px;
        padding: 20px 15px;
    }
    .form .button {
        width: 100%;
        margin: 0;
        height: 75px;
        padding: 0;
        cursor: pointer;
        font-size: 23px;
    }
    .form .c {
        font-size: 22px;
        margin-top: 30px;
        line-height: 1.1;
        width: 460px;
    }
    .form .c br {
        display: none;
    }
    .error {
        padding: 14px;
        font-size: 24px;
        top: 350px;
        left: 30px;
        border-radius: 9px;
        max-width: 490px;
    }
    .e2 {
        top: 450px;
    }
    .e3 {
        top: 550px;
    }
    .e4 {
        top: 650px;
    }
    .home {
        display: none;
    }
}