html {
    width: 100%;
    height: 100%;
}

#wrapper {
    clear: both;
    width: 100%; 
    overflow-y: visible;
    background: url(../images/body/wrapper.png) 50% 160px repeat-x;
    background-position:  -116px -115px;
    padding-bottom: 30px;
}

#wrapper_footer {
    display: table; 
    width: 100%;   
}
 
.img-border { 
    padding: 2px; 
    padding-bottom: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #c0c0c0;
    border-left: 1px solid #fff;
    box-shadow: 1px 1px 2px #888888;
    border-radius: 4px; 
    margin-top: 5px;
    display: block;
    margin-bottom: 5px;
    
        background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
    background: -webkit-linear-gradient(top, #f7f7f7 0%,#eaeaea 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#eaeaea',GradientType=0 );
}

@media (max-width: 768px){ 
    #wrapper {
        background: none;
    }
}

.content_full > h1 {
    padding-left: 15px !important;
    padding-right: 15px;
}

.content * {
    line-height: 1.6em;
}
.content ul  { 
    padding-left: 10px;
}
.content ul li {
    padding-bottom: 5px;
}

.content ul li {
    list-style: none;
    padding: 0 0 0 15px;
    background: url(../images/li.png) 0 .6em no-repeat;
}

.workarea {
    padding-bottom: 20px;
}

#wrapper {
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 156px;
}

#wrapper_footer {
    position: absolute;
    bottom:0;
}

@media (min-width: 768px) {
    #wrapper { 
        padding-bottom: 211px;
    } 
    
}

@media (max-width: 768px) {
    #wrapper_footer {
        margin-bottom: 55px;
    }
    
    #wrapper { 
        padding-bottom: 305px;
    } 
}

@media (max-width: 480px) {
    #wrapper_footer {
        margin-bottom: 55px;
    }
    #wrapper { 
        padding-bottom: 250px;
    } 
}

.img-employee { 
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
    
}

.reason {
    background: url(/bitrix/templates/storm/css/../images/reason/num1.png) top left no-repeat;
    padding-left: 96px;
    background-position: -26px 0px;
}

.reason_1 {
    background-image: url(../images/reason/num1.png); 
}
.reason_2 {
    background-image: url(../images/reason/num2.png); 
}
.reason_3 {
    background-image: url(../images/reason/num3.png); 
}
.reason_4 {
    background-image: url(../images/reason/num4.png); 
}
.reason_5 {
    background-image: url(../images/reason/num5.png); 
}
.reason_6 {
    background-image: url(../images/reason/num6.png); 
}
.reason_7 {
    background-image: url(../images/reason/num7.png); 
}

.button_black {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#888888+0,4e4e4e+100 */
    background: #888888; /* Old browsers */
    background: -moz-linear-gradient(top,  #888888 0%, #4e4e4e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #888888 0%,#4e4e4e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #888888 0%,#4e4e4e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#4e4e4e',GradientType=0 ); /* IE6-9 */
    border: 1px solid #7b7b7b;
    color:#fff;
    text-shadow: 1px 1px 2px #505152; 
    border-radius: 4px;
    display: inline-block;
    height: 35px;
    text-align: center;
    white-space: nowrap;
    font-size: 13px;
    padding-top: 8px;
    font-weight: bold;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}

 .button_black:hover { 
    border: 1px solid #d9181f;
    color:#fff;
    text-shadow: 1px 1px 2px #960220; 
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2314e+0,c51331+100 */
    background: #e2314e; /* Old browsers */
    background: -moz-linear-gradient(top,  #e2314e 0%, #c51331 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e2314e 0%,#c51331 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e2314e 0%,#c51331 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2314e', endColorstr='#c51331',GradientType=0 ); /* IE6-9 */

}


.button_red {
    border: 1px solid #d9181f;
    color:#fff;
    text-shadow: 1px 1px 2px #960220; 
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2314e+0,c51331+100 */
    background: #e2314e; /* Old browsers */
    background: -moz-linear-gradient(top,  #e2314e 0%, #c51331 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e2314e 0%,#c51331 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e2314e 0%,#c51331 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2314e', endColorstr='#c51331',GradientType=0 ); /* IE6-9 */
    border-radius: 4px;
    display: inline-block;
    height: 35px;
    text-align: center;
    white-space: nowrap;
    font-size: 13px;
    padding-top: 8px;
    font-weight: bold;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}

.button_gray  {
    color:#000;
    text-shadow: 1px 1px 2px #fffff; 
    border : 1px solid #dbdbdb; 
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
    background: -webkit-linear-gradient(top, #f7f7f7 0%,#eaeaea 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#eaeaea',GradientType=0 );
    border-radius: 4px;
    display: inline-block;
    height: 35px;
    text-align: center;
    white-space: nowrap;
    font-size: 13px;
    padding-top: 8px;
    font-weight: bold;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}

input.button_red {
    padding-top: 0px;
}

input.button_black {
    padding-top: 0px;
}

 .button_red:hover { 
    border: 1px solid #d9181f;
    color:#fff;
    text-shadow: 1px 1px 2px #960220;  

}

.modal-dialog { 
    top: 300px;
}

.bx-breadcrumb {
    padding-left: 15px;
    padding-right: 15px;
}

.bx-breadcrumb a {
    color: #c81634;
    font-size: 13px;
}

 .content * iframe {
    max-width: 100% !important; 
}

@media (max-width: 768px) { 
    .modal-dialog {
        top: 120px;
        margin: 50px auto;
        width: 280px;
    }
}

.wrapper_security_button {
    margin: 20px 0px;
}


.open_rc {
    display: block !important;
}

.open_jivo {
    display: inline !important;
}


.close_rc {
    display: none !important;
    height:0px !important;
}

.close_jivo {
    display: none !important;
    height:0px !important;
}
 