@font-face {
    src: url("../fonts/ProximaNova-Regular.woff") format("woff");
    font-family: 'Proxima Nova';
    font-weight: 400;
    font-style: normal;
}

@font-face {
    src: url("../fonts/ProximaNova-Light.woff") format("woff");
    font-family: 'Proxima Nova';
    font-weight: 300;
    font-style: normal;
}

@font-face {
    src: url("../fonts/ProximaNova-Semibold.woff") format("woff");
    font-family: 'Proxima Nova';
    font-weight: 500;
    font-style: normal;
}

@font-face {
    src: url("../fonts/ProximaNova-Bold.woff") format("woff");
    font-family: 'Proxima Nova';
    font-weight: 700;
    font-style: normal;
}

.b-notification_float {
    position: fixed;
    right: 0;
    bottom: 40px;
    left: 0;
    z-index: 8100;
}

.b-notification-container {
    padding: 0 30px;
    margin-bottom: 30px;
}

.b-notification {
    color: #000;
    margin: 15px 0 20px;
    padding: 12px 25px 11px 15px;
    border-radius: 3px;
    background: rgba(125, 213, 153, 0.5);
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
}

.b-notification__text {
    font-family: 'Poppins','Nunito Sans','Helvetica','Arial',sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
}

.b-notification__text b {
    font-weight: 400;
}

.b-notification._small {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 15px;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
    margin-top: 0px;
    margin-bottom: 10px;
}

.b-notification._adaptive_length {
    display: inline-block;
}

.b-notification._small .b-notification__text {
    font-size: 16px
}

.b-notification._small .b-notification__icon {
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

.b-notification._red {
    border: none;
    background-color: rgba(255, 132, 101, 0.4);
}

.b-notification._red .b-notification__text {
    color: #000;
}

.b-notification._red .b-notification__text a {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}

.b-notification._red .b-notification__text a:hover {
    text-decoration: none
}

.b-notification._red .b-notification__close svg path {
    fill: #fff;
}

.b-notification._dark {
    border: 1px solid #464E57;
    background-color: #464E57;
}

.b-notification._dark .b-notification__text {
    color: #fff;
}

.b-notification._dark .b-notification__text a {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

.b-notification._dark .b-notification__text a:hover {
    text-decoration: none
}

.b-notification._dark .b-notification__close svg path {
    fill: #f3f3f3
}

.b-notification._dark .b-notification__close:hover svg path {
    fill: #31373d
}


.b-notification._yellow {
    border: 1px solid #fcd12e;
    background-color: #fcd12e;
}

.b-notification._yellow .b-notification__close svg path {
    fill: #000
}

.b-notification._yellow .b-notification__close:hover svg path {
    fill: #000
}

.b-notification._green {
    border-color: rgba(125, 213, 153, 0.5);
    background: rgba(125, 213, 153, 0.5);
}

.b-notification._green .b-notification__close svg path {
    fill: #000
}

.b-notification._green .b-notification__close:hover svg path {
    fill: #000
}

.b-notification._grey {
    background: #f9fbfd
}

.b-notification._big {
    padding-top: 21px;
    padding-bottom: 21px
}

.b-notification__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.b-notification__icon {
    display: flex;
    justify-content: center;
    width: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.b-notification__text {
    margin-right: 30px;
    font-size: 16px;
    line-height: 19px;
}

.b-notification__text a {
    font-size: 16px;
    line-height: 19px;
    color: #000;
    text-decoration: underline !important;
    cursor: pointer;
}

.b-notification__text a:hover {
    text-decoration: none !important;
}

._big .b-notification__text {
    font-size: 16px;
    line-height: 19px
}

.b-notification__close {
    /* resets for button */
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 0;


    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

._small .b-notification__close {
    margin-left: 100px;
}

.b-notification__close svg {
    display: block;
    max-width: 100%;
    width: 100%;
}

.b-notification__close svg path {
    -webkit-transition: fill .2s ease-in;
    transition: fill .2s ease-in;
    fill: #fff;
}

.b-subscribers .b-notification._success {
    display: none
}

.b-subscribers .b-notification._text {
    margin-top: 0
}

@media screen and (max-width:768px) {
    .b-notification__text {
        margin-right: 10px
    }
}
