.our_banner-top {
    width: 100%;
}
.our_banner-top>a,
.our_banner-top>a:active,
.our_banner-top>a:focus {
    color: #ffffff;
    padding: 5px 20px;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 17px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .2);
    background-color: #48b214;
    transition: background-color .3s;
}
.our_banner-top>a:hover {
    background-color: #59cd20;
    color: #ffffff;
}
.our_banner-top__counter {
    font: 14px/25px 'Arial';
}
.our_banner-top>p {
    margin: 12px 0 10px;
    font-size: 12px;
    line-height: 1.2em;
    color: #3a3a3a;
}
.our_banner-top>p>strong{
    font-weight: 700;
}
.our_banner-top>p:last-child {
    color: #666;
}
.our_banner-top>p>a {
    color: #666;
    text-decoration: underline;
}
.our_banner-top>p>a:hover {
    color: #1583E6;
}

.our_banner-hor {
    width: 100%;
}
.our_banner-hor__desc {
    margin: 0 0 17px;
}
.our_banner-hor__link,
.our_banner-hor__link:active,
.our_banner-hor__link:focus {
    text-decoration: underline;
    color: #bb1919;
}
.our_banner-hor__link:hover {
    text-decoration: underline;
    color: #000;
}
.our_banner-hor__block {
    display: flex;
    flex-wrap: wrap;
}
a.our_banner-hor__download,
a.our_banner-hor__download:active,
a.our_banner-hor__download:focus{
    display: block;
    position: relative;
    margin: 0 47px 18px 0;
    padding: 0 76px 0 18px;
    min-width:266px;
    border-radius: 0;
    background-color: #48b214;
    color: #fff !important;
    font:400 normal 18px/50px 'Arial' !important;
    height: 50px;
    cursor: pointer;
    transition: background-color .3s;
    white-space: nowrap;
    text-decoration: none;
}
a.our_banner-hor__download:hover {
    color: #fff;
    background-color: #59cd20;
}
.our_banner-hor__download:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 50px;
    background: #59cd20 url(../svg/download.svg) center center no-repeat;
    margin-left: 15px;
}
.our_banner-hor__count {
    margin: 0 49px 18px 0;
    font:400 normal 18px/25px 'Arial';
}
.our_banner-hor__count span {
    display: block;
    font-size: 14px;
}
.our_banner-hor__compatible {
    margin: 0 0 18px;
    font:400 normal 14px/25px Arial;
    color: #3a3a3a;
}
.our_banner-hor__compatible span {
    display: block;
    font-size: 13px;
}
.our_banner-hor__offer {
    margin: 0 0 1em;
    font:400 normal 12px/14px 'Arial';
}
.our_banner-hor__offer a,
.our_banner-hor__offer a:active,
outbyte-hor__offer a:focus{
    color: #333;
    font: revert;
    text-decoration: underline;
}
.our_banner-hor__offer a:hover {
    color: #1583E6;
}
