.topbar {
    padding: 10px 0
}

.topbar img {
    width: 100%
}

.navbar-nav .nav-link {
    color: #0094ff !important;
    text-transform: uppercase
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.nav-link {
    padding: .5rem!important
}

.topbar h2 {
    font-size: 1.5rem;
    font-weight: 400
}

.bg-light {
    background: #fff !important
}

.main {
    padding: 50px 0 0
}

p {
    font-size: 1.1rem
}

.row {
    margin-bottom: 1.5rem
}

ul {
    margin: 0;
    padding: 0
}

ol li,
ul li {
    list-style: none;
    font-weight: 500
}

ol {
    margin: 0;
    padding: 0
}

ol li:not(:last-child) {
    margin-bottom: 1rem
}

@media(max-width:991px) {
    .sadrzaj img {
        max-width: 100% !important;
        width: 100% !important
    }
}

.main-link {
    text-transform: uppercase;
    height: auto;
    display: block;
    margin: 20px auto;
    padding: 20px;
    font-size: 20px;
    text-decoration: none;
    background-color: #de0606;
    text-align: center;
    color: #fff !important;
    border-radius: 4px;
    border: none;
    cursor: pointer
}

.vk-container {
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    font-size: 15px;
    color: #000;
    text-decoration: none
}

.vk-header {
    background: #dae2e8 none repeat scroll 0 0;
    padding: 4px 4px 4px 6px;
    margin-bottom: 10px
}

.vk-logo {
    background: transparent none no-repeat scroll 0 0;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: -1px
}

.vk-header-text {
    padding: 2px 3px 1px;
    line-height: 100%;
    color: #45688e;
    font-weight: 700
}

.vk-avatar img {
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px
}

.vk-comment {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #dae1e8;
    padding-bottom: 15px
}

.vk-comment:last-child {
    border-bottom: 0
}

.vk-comment-name {
    color: #2b587a;
    font-weight: 700;
    font-size: 12px
}

.vk-comment-text {
    margin-left: 60px;
    text-align: left
}

.vk-comment-date {
    margin-left: 60px;
    color: #999
}

.main-site-btn {
    display: inline-block;
    padding: 15px 40px;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(20%, #b50f01), color-stop(25%, #f11902));
    background-image: linear-gradient(to bottom right, #b50f01 20%, #f11902 25%);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 20px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.opacity {
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 1
}

@media (max-width:768px) {
    .float {
        display: none
    }
}