.topbar{
    padding: 10px 0;
}
.topbar img{
    width: 100%;
}
.navbar-nav .nav-link{
    color: #fff !important;
    text-transform: uppercase;
}
.nav-link{
    padding: .5rem 2rem !important;
}
.topbar h2{
    font-size: 1.5rem;
    font-weight: 400;
}
.main{
    padding: 50px 0;
}
p{
    font-size: 1.1rem;
}
.row{
    margin-bottom: 1.5rem;
}
ul{
    margin: 0;
    padding: 0;
}
ul li,ol li{
    list-style: none;
    font-weight: 500;
}
ol{
    margin: 0;
    padding: 0;
}
ol li:not(:last-child){
    margin-bottom: 1rem;
}


.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,
.vk-comment-load {
    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: 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;
    transition: all 200ms;
}



.opacity {
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1;
    filter: alpha(opacity=100);
}

.sadrzaj p img{
    width: 100% !important;
    max-width: 700px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sadrzaj p img.main-img {
    max-width: 700px !important;
    margin-left: auto;
    margin-right: auto;
}