* {
    margin: 0;
    padding: 0
}

*,
*:after {
    box-sizing: border-box
}

body {
    background: #fff;
    font-family:"Roboto", sans-serif;
    font-size: 14px;
    line-height: 23px;
    width: 100%
}

a {
    color: #0a78c2 !important;
    outline: medium none;
    text-decoration: none;
    font-weight: 700;
}

a:hover {
    text-decoration: underline
}

p {
    margin: 0 0 11px
}

b,
strong {
    font-weight: 700
}

img {
    border: medium none;
    padding-top: 5px;
    max-width: 100%;
}

h1 {
    margin: 10px 0;
    font-size: 26px;
    line-height: 1
}

h2 {
    margin: 10px 0;
    font-size: 24px
}

h3 {
    margin: 2px 0 10px;
    font-size: 22px;
    font-weight: 400
}

.nowraptext {
    white-space: nowrap;
}

.container {
    width: 960px;
    margin: 0 auto
}

.header p {
    margin-left: 30px
}

.sidebar-last-post {
    color: #489b1f
}

.header {
    /* width: 940px; */
    font-size: 50px;
    line-height: 2;
    color: #fff;
    margin: 0 auto 15px;
    background: url(header_blue.png) no-repeat scroll 0 -25px transparent;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 20px;
    /* background-size: cover; */
}

.left-column {
    width: 630px;
    display: inline-block;
    vertical-align: top;
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    margin-right: 20px;
    padding: 10px 30px;
    margin-bottom: 10px;
}

.sidebar {
    width: calc(100% - 654px);
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
}

.sidebar-bloggers {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    padding: 15px;
    margin-bottom: 20px
}

.sidebar-bloggers-avatar {
    display: inline-block;
    width: 48px;
    height: 48px;
    font-size: 0;
    text-align: center;
    margin: 5px;
}

.sidebar-bloggers img {
    padding: 0;
    margin: 0;
}

.footer {
    clear: both;
    margin-bottom: 20px;
    margin-top: 15px;
    font-size: 12px;
    color: #777;
    text-align: center
}

.vk-container {
    font-family:"Roboto", sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    text-decoration: none;
    display: table;
    clear: both;
}

.vk-container a {
    text-decoration: none
}

.vk-header {
    background: none repeat scroll 0 0 #dae2e8;
    padding: 4px 4px 4px 6px;
    margin-bottom: 10px
}

.vk-header-text {
    padding: 2px 3px 1px;
    line-height: 100%;
    color: #45688e;
    font-weight: 700
}

.vk-avatar {
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    font-size: 0;
    text-align: center;
}

.vk-avatar img {
    padding: 0;
    margin: 0;
}

.vk-comment,
.vk-comment-load {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #dae1e8;
    padding-bottom: 15px;
    min-height: 60px
}

.vk-comment-name {
    color: #2b587a;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none
}

.vk-comment-name:hover {
    text-decoration: none
}

.vk-comment-text {
    margin-left: 60px
}

.vk-comment-text a {
    font-weight: 700
}

.vk-comment-date {
    margin-left: 60px;
    color: #999
}

.vk-comment-like {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 16px;
    display: inline-block;
    text-decoration: none
}

.vk-comment-like-count {
    padding-left: 20px;
    font-weight: 700;
    color: #7295b2;
    font-size: 12px;
    text-decoration: none;
    line-height: 16px;
    position: relative;
}

.vk-comment-like-count:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(114, 149, 178)' width='32' height='32'%3E%3Cpath d='M14.708 15.847C14.252 14.864 14 13.742 14 12.5s.252-2.489.708-3.659a10.976 10.976 0 011.929-3.205c.814-.938 1.784-1.723 2.86-2.271C20.574 2.814 21.758 2.5 23 2.5s2.426.252 3.503.707a9.02 9.02 0 014.789 4.79c.457 1.076.708 2.261.708 3.503a8.96 8.96 0 01-2.637 6.364C28.55 18.678 17.077 29.044 16 29.5c-1.077-.456-12.55-10.822-13.364-11.636A8.978 8.978 0 010 11.5a8.978 8.978 0 012.636-6.364A8.974 8.974 0 019 2.5c1.243 0 2.427.314 3.503.863 1.077.55 2.046 1.334 2.861 2.272a11.02 11.02 0 011.929 3.205c.455 1.171.707 2.418.707 3.66s-.252 2.364-.707 3.347a7.315 7.315 0 01-1.929 2.518'/%3E%3C/svg%3E");
    position: absolute;
    width: 13px;
    height: 13px;
    background-size: cover;
    left: 0;
    top: 1px;
}

.vk-comment-answer {
    color: #2b587a;
    text-decoration: none
}

.btn {
    line-height: 1;
    font-size: 30px;
    margin: 20px 0 25px 0;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: none;
    z-index: auto;
    width: auto;
    height: auto;
    position: static;
    cursor: pointer;
    opacity: 1;
    padding: 0;
    overflow: visible;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .0980392), 0 0 5px rgba(0, 0, 0, .0980392), 0 1px 3px rgba(0, 0, 0, .298039), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .247059), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .14902);
    -webkit-transition: all .3s cubic-bezier(.42, 0, .58, 1);
    -moz-transition: all .3s cubic-bezier(.42, 0, .58, 1);
    -o-transition: all .3s cubic-bezier(.42, 0, .58, 1);
    transition: all .3s cubic-bezier(.42, 0, .58, 1);
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0
}

.btn:hover {
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: none;
    z-index: auto;
    width: auto;
    height: auto;
    position: static;
    cursor: pointer;
    opacity: 1;
    padding: 0;
    overflow: visible;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: rgba(169, 214, 169, 1);
    text-align: center;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1), 0 2px 0 rgba(255, 255, 255, 1), 0 3px 0 rgba(255, 255, 255, 1), 0 4px 0 rgba(255, 255, 255, 1), 0 5px 0 rgba(255, 255, 255, 1), 0 6px 1px rgba(0, 0, 0, .0980392), 0 0 5px rgba(0, 0, 0, .0980392), 0 1px 3px rgba(0, 0, 0, .298039), 0 3px 5px rgba(0, 0, 0, .2), 0 -5px 10px rgba(0, 0, 0, .247059), 0 -7px 10px rgba(0, 0, 0, .2), 0 -15px 20px rgba(0, 0, 0, .14902);
    -webkit-transition: all .2s cubic-bezier(.42, 0, .58, 1) 10ms;
    -moz-transition: all .2s cubic-bezier(.42, 0, .58, 1) 10ms;
    -o-transition: all .2s cubic-bezier(.42, 0, .58, 1) 10ms;
    transition: all .2s cubic-bezier(.42, 0, .58, 1) 10ms;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    text-decoration: none
}

.time {
    float: right;
    font-size: 12px;
    margin-top: -16px;
    font-weight: 700;
    color: #2b587a
}

.main_btn {
    margin: 40px auto;
    color: #fff;
    text-transform: uppercase;
    background-color: #0a78c2;
    width: 260px;
    border-radius: 5px;
    letter-spacing: 2px;
    text-align: center;
    padding: 10px 0;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.btn_link {
    text-decoration: none
}

.main_btn:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    transform: scale(1.1);
    text-decoration: none
}

.cenimgmg {
    display: block;
    margin: 10px auto
}

.rimgmg {
    float: right;
    margin: 10px 0 10px 10px
}

.img-in-text-container {
    width: 100%;
    text-align: center;
}

.img-in-text {
    max-width: 100%;
}

@media (min-width: 768px) {
    .img-in-text {
        max-width: 100%;
    }

    .img-in-text-container {
        width: 50%;
        float: left;
        margin-right: 10px;
    }

    .img-in-text-container.img-right {
        float: right;
    }
}

select::-ms-expand {
    display: none;
}

@media (max-width: 950px) {
    .header {
        text-align: center
    }

    .header p {
        margin: 0
    }
}

@media (max-width: 992px) {
    .sidebar {
        display: none
    }

    .container,
    .header {
        width: 100%;
        padding: 0px 10px;
    }

    .parent {}

    .header {
        background: #346bc1;
        text-align: center;
    }

    .left-column {
        width: initial;
        margin: 20px auto 10px auto;
        display: block;
    }

    .mobile {
        display: none
    }
}

@media (max-width: 650px) {
    .container {
        margin: 0;
        padding: 0
    }

    .left-column {
        width: 100%;
        margin: 0;
        padding: 10px 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .header p {
        margin: 0;
        padding: 10px 0
    }

    .header {
        font-size: 27px;
        text-align: center
    }

    img {
        max-width: 100%;
        height: auto
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 18px
    }

    .rimgmg {
        display: block;
        float: none;
        width: 100%;
        margin: 0 auto
    }

    .imm {
        float: none !important;
        margin: 0 !important;
    }
}

