

/* Start:/bitrix/components/rnds/templates/.default/style.css?15959993183366*/
.esia-button:hover {
    background: #3bb3dc;
    background: -moz-linear-gradient(top, #3bb3dc 0%, #309ac3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3bb3dc), color-stop(100%,#309ac3));
    background: -webkit-linear-gradient(top, #3bb3dc 0%,#309ac3 100%);
    background: -o-linear-gradient(top, #3bb3dc 0%,#309ac3 100%);
    background: -ms-linear-gradient(top, #3bb3dc 0%,#309ac3 100%);
    background: linear-gradient(to bottom, #3bb3dc 0%,#309ac3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bb3dc', endColorstr='#309ac3',GradientType=0 );
}

.esia-button{
	vertical-align: bottom;
	padding: 10px 5px 5px 5px;
    font-family: Ubuntu, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    text-shadow: 2px 1px 0 rgba(0,0,0,0.5);
    min-width: 140px;
    height: 35px;
    box-shadow: 0 2px 0 #186086;
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
    text-decoration: none;
    float: left;
    margin: 20px 0 0;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    background: #2c94c7;
    background: -moz-linear-gradient(top, #2c94c7 0%, #247ba7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c94c7), color-stop(100%,#247ba7));
    background: -webkit-linear-gradient(top, #2c94c7 0%,#247ba7 100%);
    background: -o-linear-gradient(top, #2c94c7 0%,#247ba7 100%);
    background: -ms-linear-gradient(top, #2c94c7 0%,#247ba7 100%);
    background: linear-gradient(to bottom, #2c94c7 0%,#247ba7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c94c7', endColorstr='#247ba7',GradientType=0 );
}

.esia-button-inactive {
    vertical-align: bottom;
    padding: 10px 5px 5px 5px;
    font-family: Ubuntu, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    text-shadow: 2px 1px 0 rgba(0,0,0,0.5);
    min-width: 140px;
    height: 35px;
    box-shadow: 0 2px 0 #060606a6;
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
    text-decoration: none;
    float: left;
    margin: 20px 0 0;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    background: #525252a6;
}

.notifyer {
    position: absolute; 
    display: none;
    width: 300px;
    height: auto;
    border-radius: 3px;
    color: white;
    top: 10px;
    right: 20px;
    padding: 13px 10px 10px 10px;
    background: #2c94c7;
    background: -moz-linear-gradient(top, #2c94c7 0%, #247ba7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c94c7), color-stop(100%,#247ba7));
    background: -webkit-linear-gradient(top, #2c94c7 0%,#247ba7 100%);
    background: -o-linear-gradient(top, #2c94c7 0%,#247ba7 100%);
    background: -ms-linear-gradient(top, #2c94c7 0%,#247ba7 100%);
    background: linear-gradient(to bottom, #2c94c7 0%,#247ba7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c94c7', endColorstr='#247ba7',GradientType=0 );
}

.notifyer a {
    color: white !important;
    font-weight: bold;
}

.btn_close {
    position: absolute;
    background: scroll transparent url('/bitrix/components/rnds/templates/.default/images/arrow.png') right center no-repeat;		
    padding: 0 1px 1px 4px;	
    top: 0px;
    right: 5px;
    width: 30px;
    cursor: pointer;
}
/* End */
/* /bitrix/components/rnds/templates/.default/style.css?15959993183366 */
