

/* Start:/bitrix/components/vasoft/subscribenews.button/templates/.default/style.css?14822648992449*/
#vssn_box {
    position: fixed;
    right: 0;
    top: 50%;
    overflow: hidden;
    height: 320px;
    margin-top: -160px;
    z-index: 99;
}

#vssn-show-form {
    float: left;
    background: #fec940 url(/bitrix/components/vasoft/subscribenews.button/templates/.default/images/subs.png) 50% 50% no-repeat;
    width: 64px;
    height: 320px;
    cursor: pointer;
}

#vssn-show-form:hover {
    background-size: 110%;
}

#vssn_box form {
    box-sizing: border-box;
    background: #ffde8c;
    width: 300px;
    height: 320px;
    overflow: hidden;
    position: relative;
    padding: 0 30px;
    display: none;
	margin-left:64px;
}

#vssn_box form div,
#vssn_box form input,
#vssn_box form label {
    display: block;
    width: 100%;
}

#vssn_box form .vssn-header {
    margin-top: 40px;
    font-size: 22px;
    letter-spacing: 1.22px;
    text-align: center;
    font-weight: bold;
}

#vssn_box form label {
    margin-top: 30px;
    font-size: 18px;
}

#vssn_box form input[type=text] {
    background: #ffffff;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    height: 39px;
    line-height: 39px;
    margin-top: 12px;
    padding: 0 5px;
    box-sizing: border-box;
}

#vssn_box form input[type=submit] {
    background: #fec940;
    height: 61px;
    line-height: 61px;
    border: none;
    padding: 0;
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-top: 29px;
    cursor: pointer;
}

#vssn_box form input[type=submit]:hover {
    background: #f0ae01;
}
#vssn_box form .vssn-small label {
    margin-top: 0;
    font-size:14px;
}

#vssn_box form .vssn-small input[type=submit] {
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    font-size:14px;
}

.vssn-hide {
    background: transparent url(/bitrix/components/vasoft/subscribenews.button/templates/.default/images/ico_close.svg) 50% 50% no-repeat;
    cursor: pointer;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 20px;
    background-size: contain;
}

.vssn-hide:hover {
    width: 26px;
    height: 26px;
    right: 19px;
    top: 19px;
}

#vssn-confirm {
    height: 74px;
    line-height: 74px;
    text-align: center;
    font-size: 18px;
}

@media (max-width: 1250px) {
    #vssn_box {
        position: relative;
        right: auto;
        top: auto;
        margin: 0 auto;
        width: 320px;
        height: auto;
    }

    #vssn-show-form {
        float: left;
        background-image: url(/bitrix/components/vasoft/subscribenews.button/templates/.default/images/subsh.png);
        height: 64px;
        width: 300px;
    }
    #vssn_box form {
		margin-left:0;
	}
}

/* End */
/* /bitrix/components/vasoft/subscribenews.button/templates/.default/style.css?14822648992449 */
