@import url(//fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=cyrillic,latin);

@font-face {
    font-family: Braille;
    src: url("fonts/Braille.ttf");
}

.widget_wp_cr_plugin {
    display: inline-block !important;
}

#cr_widget {
    display: block !important;
}

.widget_wp_cr_plugin2 {
    display: inline !important;
}

#cr_widget a {
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
    cursor: pointer;
    background: #DB151C !important;
    box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.1) inset;
    border: 0 none;
    border-radius: 6px;
    overflow: hidden;
    font-size: 17px !important;
    padding: 13px 18px 16px;
    text-decoration: none;
    color: #fff !important;
    display: inline-block;
    outline: none;
    line-height: 100% !important;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
    margin-top: -3px;
}

#cr_widget_img a {
    position: fixed;
    top: 25px;
    right: 0;
    cursor: pointer;
    border: 0 none;
    overflow: hidden;
    outline: none;
    text-decoration: none;
    display: inline-block;
    z-index: 999999999999;
    background: none;
}

#cr_version_link img {
    width: 135px;
    border: none;
    text-shadow: none;
    box-shadow: none;
}

#cr_widget a:hover {
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.14) inset;
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.14) inset;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.14) inset;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.14) inset;
    text-decoration: underline;
}

.cr_with_icon {
    background: url('../img/eye-icon.png');
    background-repeat: no-repeat;
    background-position-y: -2px;
}

.cr_with_icon span {
    padding-left: 35px;
    color: #000;
}

#special-version-container hr {
    color: inherit !important;
}

#special-version-container * {
    color: inherit !important;
    border-color: inherit !important;
    text-shadow: none !important;
    box-shadow: inherit !important;
    background-image: none !important;
}

#special-version-container *:hover {
    color: inherit !important;
    border-color: inherit !important;
    text-shadow: none !important;
    box-shadow: inherit !important;
    background-image: none !important;
}

#special-version-container *::before {
    color: inherit !important;
    background: transparent !important;
    border-color: inherit !important;
    text-shadow: none !important;
    box-shadow: inherit !important;
    background-image: none !important;
}

#special-version-container *::after {
    color: inherit !important;
    background: transparent !important;
    border-color: inherit !important;
    text-shadow: none !important;
    box-shadow: inherit !important;
    background-image: none !important;
}