html {
    height: 100%;
    
}
body {
    margin: 0;
    height: 100%;
    font: 12pt 'Arial', sans-serif;
    /*background-image: url(/assets/image/suitcrm_site.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;*/
}

h1, h2 {
    color: #294551;
}

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

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

.content {
position: relative;
    width: 80%;
    left: 10%;
    padding-top: 10%;
    /*top: 10%;*/
}


 /*---------------  Слайдер --------------------- */

.bx-wrapper{
    margin: auto;
    width: 80%;
}


.footer {
   
    background-color: #e4e4e4;
    width: 100%;
}

.contact_form {
    position: relative;
    width: 80%;
    left: 10%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.logo_line {
    /*background-color: #50862f6e;*/
    height: 25%;
    width: 90%;
    
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    
    background-image: url(/assets/image/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(/assets/image/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(/assets/image/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(/assets/image/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(/assets/image/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(/assets/image/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(/assets/image/ru_down_6.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}

.return_button {
    position: fixed;
    bottom: 1%;
    right: 1%;
    
    height: 7%;
    width: 7%;
    
    background-image: url(/assets/image/up_button.png);
    background-size: contain;
    background-repeat: no-repeat;
    
    opacity: 0.1;
}


/*------     Верхнее меню     -------*/

.bot_menu {
    position: fixed;
    top: 0%;
    background-color: #e4e4e4;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
}

.bot_link {
    text-decoration: none;
    display: inline-table;
    background-color: #294551;
    color: #fff;
    margin: 1px;
    padding: 5px;
    border-radius: 3px;
}

a.bot_link:hover {
    background-color: #395d6d;
    color: #fff;
}

a.bot_link:active {
    background-color: #395d6d;
    color: #000;
}



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

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

/*------     Форма обратной связи     -------*/

.message_atribut {
    float: left;
    padding-right: 40px;
}

input, label, textarea{
    display: block;
}
input, textarea{
    margin: 0 0 10px 0;
    border: 1px solid #ccc;
    padding: 5px;
}
input.submit_button{
    background-color: #294551;
    border: 1px solid #7d7d7d;
    padding: 5px 10px;
    border-radius: 3px;
    font: 13px Arial, Verdana, Tahoma, sans-serif;
    color: #fff;
    cursor: pointer;
}
input.submit_button:hover{
    background-color: #272727;
}
span.required,
span.error{
   color: #ff0000;
}
span.required{
    font-size: 18px;
}
span.error{
    font-size: 11px;
}
