body {
    margin: 0;
    height: 100%;
}

h1, h2 {
    color: #294551;
}

.wrapper {
    position: relative;
    background-image: radial-gradient(white, #e4e4e4);
    width: 100%;
    height: 100vh;
    z-index: 2;
}

.wrapper2 {
    position: relative;
    height: 80%;
    width: 80%;
    left: 10%;
    top: 10%;
}


.logo_line {
    /*background-color: #50862f6e;*/
    height: 25%;
    width: 90%;

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    background-image: url(../img/site_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;


    /*-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);*/


}

.up_line_1 {
    /*background-color: #d213136e;*/
    height: 50%;
    width: 35%;
    float: left;

    /*position: relative;
    top: -150%;
    right:20%;*/

    background-image: url(../img/ru_up_1_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}


.space_1 {
    height: 50%;
    width: 3%;
    float: left;

}

.up_line_2 {
    /*background-color: #4b42966e;*/
    height: 50%;
    width: 25%;
    float: left;

    background-image: url(../img/ru_up_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.up_line_3 {
    /*background-color: #4e4b4b6e;*/
    height: 50%;
    width: 37%;
    float: left;

    background-image: url(../img/ru_up_3_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.up_line_4 {
    /*background-color: #4e4b4b6e;*/
    height: 50%;
    width: 35%;
    float: left;

    background-image: url(../img/ru_down_4.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
}
.up_line_5 {
    /*background-color: #2c158e6e;*/
    height: 50%;
    width: 33%;
    float: left;

    background-image: url(../img/ru_down_5_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}
.up_line_6 {
    /*background-color: #968e8e6e;*/
    height: 50%;
    width: 29%;
    float: left;

    background-image: url(../img/ru_down_6.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}

.link_block {
    display: block; /* Ссылка как блочный элемент */
    height: 100%; /* Высота на весь слой */
}

.get_resurses {
    display: block; /* Ссылка как блочный элемент */
    min-height: 100vh; /* Высота на весь слой */
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: linear-gradient(white, #f1f1f1);
}
