#facebook {
    margin-top: 20px;
    font-family: Arial
}

#facebook .avatar {
    width: 50px;
    height: 50px;
    float: left
}

#facebook .commentsList:after,#facebook .commentsList:before {
    content: '';
    display: table;
    clear: both;
    width: 100%
}

.commentsList {
    margin-bottom: 25px;
    padding-left: 0;
}

#facebook .commentsList .commentItem {
    box-sizing: border-box;
    margin: 0 0 25px;
    list-style: none
}

#facebook .commentsList .commentItem:last-child {
    margin-bottom: 0
}

#facebook .commentsList .commentItem .commentBody {
    padding-left: 65px;
    font-size: 15px;
    line-height: 1.5;
    text-align: justify
}

#facebook .commentsList .commentItem .commentBody .username {
    color: #3b5998;
    font-weight: 600;
    display: block;
    margin-bottom: 5px
}

#facebook .commentsList .commentItem .commentBody .commentAction a {
    height: 20px;
    color: #3b5998;
    text-decoration: none;
    display: inline-block
}

#facebook .commentsList .commentItem .commentBody .commentAction .circle {
    font-size: 7px;
    position: relative;
    top: -2px;
    padding: 0 5px
}

.commentMessage {
    margin-bottom: 5px
}

#facebook .commentsList .commentItem .commentBody .commentAction .likeImage {
    width: 20px;
    height: 20px;
    vertical-align: bottom
}

#facebook .commentsList .commentItem .commentBody .commentAction .likeCount {
    color: #ccc;
    vertical-align: middle
}

#facebook .commentsList .commentItem .commentBody .commentAction .time {
    color: #ccc;
    display: inline-block
}

html {
    line-height: 1
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

body {
    background: transparent repeat scroll 0 0
}

@media (max-width: 530px) {
    body {
        position:relative
    }
}

img {
    max-width: 100%
}

.live {
    display: block;
    width: 300px;
    max-width: 100%;
    margin-top: 5px
}

a:hover {
    text-decoration: none
}

input::-ms-clear {
    display: none
}

@keyframes btnScale {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1)
    }

    20% {
        transform: scale(1)
    }

    80% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }
}

.submit-roulette {
    max-width: 300px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 15px 8px;
    outline: 0;
    font-size: 18px;
    border: none;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0 4px 3px #242120;
    background: red;
    color: #fff!important;
    font-weight: 700;
    cursor: pointer;
    transition: background .3s;
    appearance: none;
    display: block;
    animation: btnScale 2s infinite;
    -webkit-appearance: none
}

.submit-roulette:hover {
    background: rgb(172, 0, 0);
}

.prod-bottom {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 15px;
    display: block;
}

@media (max-width: 767px) {

    #facebook .commentsList .commentItem .commentBody,.ls p {
        text-align: left
    }
}

.add-comm {
    color: #fff;
    text-decoration: none;
    user-select: none;
    background: #919191;
    padding: .7em 1.5em;
    outline: 0;
    border: 0;
    font-weight: 700;
    font-size: 16px;
    transition: .5s;
    cursor: pointer;
    margin-bottom: 15px;
}

.add-comm:hover {
    background: #626262; 
}

.comment-create__age,.comment-create__city,.comment-create__name {
    border-radius: 5px;
    border: 1px solid #838383;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    width: 47%!important
}

.name {
    margin-bottom: 20px
}

.date {
    padding-left: 4px
}

.date span {
    font-size: 14px
}

.comment-create__form.show {
    display: flex
}

.create-comment__image-1.show {
    display: block
}

.create-comment__image-wrapper {
    display: flex;
    align-items: center
}

.create-comment__image-1 {
    display: none
}

.comment_moderate {
    font-size: 18px;
    text-align: center;
    display: none;
    padding: 20px 0;
    line-height: 1.3
}

.comment-create__btn {
    border: none
}

.create-comment__image-wrapper {
    display: flex;
    align-items: center
}

.create-comment__image {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e5e5e5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.create-comment__image img.create-comment__image-1 {
    border-radius: 50%;
    width: 40px;
    height: 40px
}

.create-comment__image img.create-comment__image-2 {
    width: 24px;
    height: 24px
}

.create-comment__image-text {
    margin-left: 10px;
    cursor: pointer;
    text-decoration: underline;
    font-size: 16px
}

.comment-create__text {
    resize: none;
    height: 100px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #838383;
    overflow: auto;
    padding: 10px;
    font-size: 16px;
    font-family: Roboto,sans-serif;
    margin-bottom: 10px
}

.comment-create__text:focus {
    background-color: rgba(0,0,0,.03)
}

textarea:focus {
    outline: 1px #838383
}

.comment-create__city,.comment-create__name {
    border-radius: 5px;
    border: 1px solid #838383;
    padding: 10px;
    font-size: 16px;
    font-family: Roboto,sans-serif;
    margin-bottom: 10px;
    width: 47%!important
}

.comment__info-image-wrapper {
    margin-bottom: 10px;
    text-align: center
}

.comment-create__btn {
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #0252bb;
    border-radius: 10px
}

@media screen and (max-width: 479px) {
    .comment-create__city,.comment-create__name {
        width:100%!important;
        border-radius: 5px!important;
        border: 1px solid #838383!important
    }

    .submit-roulette {
        animation: none;
        font-size: 16px;
    }
}

.visually-hidden {
    position: absolute!important;
    clip: rect(1px,1px,1px,1px);
    padding: 0!important;
    height: 1px!important;
    width: 1px!important;
    overflow: hidden
}

.comment-create__form {
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 500px;
    margin: 30px auto;
}

.create-comment__image-wrapper {
    display: flex;
    align-items: center
}

.create-comment__image {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e5e5e5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.create-comment__image-2 {
    display: none
}

.create-comment__image img.create-comment__image-1 {
    border-radius: 50%;
    width: 40px;
    height: 40px
}

.create-comment__image img.create-comment__image-2 {
    width: 24px;
    height: 24px
}

.create-comment__image-text {
    margin-left: 10px;
    cursor: pointer;
    text-decoration: underline
}

.create-comment__image-wrapper {
    display: flex;
    align-items: center
}

.comment-create__text {
    resize: none;
    height: 100px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #838383;
    overflow: auto;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px
}

.comment-create__text:focus {
    background-color: rgba(0,0,0,.03)
}

.comment-create__form.show {
    display: flex
}

.create-comment__image-1.show {
    display: block
}

.comment-create__form.show {
    display: flex;
}

.comment_moderate.show {
    display: block
}

.create-comment__image-2.show {
    display: block
}

.create-comment__image-1 {
    display: none
}

.create-comment__image-2.show {
    display: block!important
}

.create-comment__image-wrapper {
    display: flex;
    align-items: center
}

.create-comment__image-1 {
    display: none
}

.comment-create__city,.comment-create__name {
    border-radius: 5px;
    border: 1px solid #838383;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    width: 48%!important
}

.comment-create__btn {
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #0252bb;
    border-radius: 10px;
    cursor: pointer
}

.comment-create__age,.comment-create__city {
    display: none
}

@media (max-width: 767px) {
    .comment-create__form {
        margin:20px auto!important
    }

    .comment-create__form {
        max-width: 450px
    }
}

.comment__info-image-wrapper {
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 479px) {
    .comment-create__age,.comment-create__city,.comment-create__name {
        width:100%!important;
        border-radius: 5px!important;
        border: 1px solid #838383!important
    }

    .comment-create__form {
        max-width: 300px!important
    }

    .comment-create__btn {
        margin: 0 auto
    }

    .comment__info-image-wrapper {
        margin: 0 auto 10px auto
    }
}

.comment-create__btn:hover {
    background-color: #1d68cc
}

.just-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap
}

@media screen and (max-width: 1023px) {
    .comment-create__btn {
        margin:0 auto
    }
}

@media screen and (max-width: 479px) {
    .just-wrap {
        flex-direction:column
    }
}

input::-ms-clear {
    display: none
}

html,
p,
h1,
h2,
a,
img {
    margin: 0;
    padding: 0;
    border: 0
}

html {
    height: 100%
}

.burg {
    display: none
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: black;
    margin: 0;
    height: auto;
    background-color: #eaeef0;
    background-image: url('../images/topbg.png');
    background-position: top center;
    background-repeat: repeat-x
}

.btn_cont {
    background: #0099a7;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 21px;
    padding: 5px 0;
    display: block;
    text-align: center;
    margin: 20px auto;
    max-width: 340px;
    width: 90%;
    border-radius: 8px;
    transition: .6s
}

.btn_cont:hover {
    background: #273d48;
    transition: .6s
}

.dummy {
    display: inline-block
}

.topsection {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 10
}

.logo {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -485px
}

.logo:hover {
    opacity: .7
}

.mainmenu {
    width: 700px;
    height: 38px;
    text-align: right;
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -210px
}

.mainmenu>div {
    display: inline-block
}

.ddm {
    display: none;
    border-color: silver;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    background-color: white;
    top: 36px;
    text-align: left;
    z-index: 7;
    -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.29);
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.29)
}

.ddm a {
    display: block;
    padding: 15px;
    padding-top: 8px;
    padding-bottom: 6px;
    padding-right: 16px;
    height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    color: #2f404c;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 0
}

.ddm a:hover {
    background-color: #2f404c;
    color: white
}

.mainmenu .a {
    display: inline-block;
    padding: 15px;
    padding-top: 7px;
    padding-bottom: 6px;
    height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    color: #2f404c;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 0;
    border-color: white;
    border-width: 1px;
    border-style: solid
}

.tmicn {
    height: 32px;
    width: 32px;
    border-color: #e1e5e6;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    color: #93a0a5;
    text-decoration: none;
    text-align: center
}

.tm_facebook {
    background-image: url('../images/tm_fb.png');
    background-position: 4px 4px;
    margin-left: 345px
}

.tm_gp {
    background-image: url('../images/tm_gp.png');
    background-position: 4px 4px;
    margin-left: 378px
}

.tm_yt {
    background-image: url('../images/tm_yt.png');
    background-position: 4px 4px;
    margin-left: 411px
}

.tm_tw {
    background-image: url('../images/tm_tw.png');
    background-position: 4px 4px;
    margin-left: 444px
}

.tmicn:hover {
    background-color: #0099a7;
    background-position: 4px -30px;
    color: white
}

.mainframe {
    position: relative;
    z-index: 5;
    width: 910px;
    padding: 20px 20px 40px;
    background-color: white;
    min-height: 760px;
    margin: 0 auto;
    margin-top: 120px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3)
}

.ssbm:hover {
    opacity: .35
}

.ssbm {
    width: 25px;
    height: 23px;
    position: absolute;
    left: 50%;
    margin-left: 449px;
    top: 93px;
    background-color: #0099a7;
    border: 0;
    z-index: 10;
    opacity: 0;
    cursor: pointer
}

.p_search {
    width: 249px;
    padding-left: 6px;
    position: absolute;
    top: 90px;
    height: 21px;
    left: 50%;
    margin-left: 215px;
    background-image: url('../images/search_icon.png');
    background-repeat: no-repeat;
    background-position: 238px 6px;
    border-width: 3px;
    border-color: #6a7d84;
    border-style: solid;
    z-index: 6;
    outline: 0
}

.ls {
    width: 650px;
    margin-right: 20px;
    min-height: 300px;
    float: left
}

.rs {
    width: 240px;
    float: left;
    min-height: 300px
}

.cal {
    width: 240px;
    margin-top: 30px
}

.cal .cct {
    background-color: #0099a7;
    color: white
}

.cal .cct:hover {
    background-color: #273d48
}

.cal .cct a {
    text-decoration: none;
    color: white
}

.cal thead tr td {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #273d48;
    color: white;
    font-weight: bold
}

.cal tbody tr td {
    border-bottom-color: #e6e6e7;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    color: #858383;
    font-family: Arial, sans-serif;
    font-size: 15px
}

.cal tbody tr:last-child td {
    border-bottom: 0
}

.cal tbody tr td {
    border-right-color: #e6e6e7;
    border-right-width: 2px;
    border-right-style: solid;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px
}

.cal tbody tr td:last-child {
    border-right: 0
}

.tagscloud {
    margin-top: 30px;
    text-align: justify;
    color: #2d95a4;
    line-height: 18px
}

.tagscloud a {
    color: #2d95a4;
    text-decoration: none
}

.tagscloud a:hover {
    color: #273d48;
    text-decoration: underline
}

.mod1 {
    font-size: 11px
}

.mod2 {
    font-size: 12px
}

.mod3 {
    font-size: 14px
}

.mod4 {
    font-size: 16px
}

.mod5 {
    font-size: 18px
}

.mod6 {
    font-size: 20px
}

.mod7 {
    font-size: 22px
}

.category {
    margin-top: 30px
}

.category a {
    display: block;
    height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    color: #2f404c;
    text-decoration: none;
    font-size: 19px;
    margin-bottom: 10px
}

.category a:hover {
    color: #2d95a4
}

.category a:hover span {
    opacity: .4
}

.category a span {
    color: #2d95a4;
    font-size: 15px;
    float: right
}

.t_informer span {
    line-height: 1.7
}

.ln_span {
    line-height: 1.7
}

.t_informer {
    width: 100%;
    margin-top: -10px;
    padding-bottom: 10px
}

.t_informer .pub_date,
.t_informer .pub_author,
.t_informer .pub_category {
    padding-right: 50px;
    float: left;
    font-size: 12px;
    color: #787878
}

.pub_category {
    padding-right: 0 !important
}

.t_informer .pub_author {
    text-align: center
}

.t_informer span {
    background-position: left 5px;
    background-repeat: no-repeat;
    display: inline-block;
    color: #333;
    font-weight: bold;
    padding-left: 18px
}

.t_informer .pub_date span:first-child {
    background-image: url('../images/micon_clock.png')
}

.t_informer .pub_author span {
    background-image: url('../images/micon_author.png')
}

.t_informer .pub_category span {
    background-image: url('../images/micon_category.png');
    padding-left: 12px
}

a {
    color: #475963
}

a:hover {
    text-decoration: none
}

.im_ac_avatar {
    float: left;
    margin-right: 10px
}

.blog_hdr {
    color: #3d505a;
    font-size: 22px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-bottom: 6px;
    margin-bottom: 15px;
    line-height: 28px
}

.month_list {
    background-color: white;
    position: absolute;
    border-color: silver;
    border-width: 1px;
    border-style: solid;
    z-index: 101;
    -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.29);
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.29);
    top: 50px;
    display: none
}

.month_sel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: #293f4b;
    text-transform: uppercase;
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 14px;
    float: left;
    text-decoration: none;
    display: block
}

.year_sel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: #293f4b;
    text-transform: uppercase;
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 14px;
    float: right
}

.month_list a {
    display: block;
    padding: 15px;
    padding-top: 8px;
    padding-bottom: 6px;
    padding-right: 16px;
    height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    color: #2f404c;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 0
}

.month_list a:hover {
    background-color: #2f404c;
    color: white
}

.text-center {
    text-align: center
}

.mainframe h1,
.mainframe h2 {
    color: #3d505a;
    font-size: 22px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-bottom: 6px;
    line-height: 28px
}

.mainframe h2 {
    margin-bottom: 5px
}

.mainframe h1 {
    font-size: 26px;
    margin-bottom: 15px
}

@media(max-width:990px) {
    * {
        box-sizing: border-box;
    }

    .ssbm {
        display: none;
    }
    
    .topsection {
        position: static;
    }

    .mainframe {
        width: 100%;
        margin-top: 0;
    }

    .rs {
        display: none
    }

    .ls {
        width: auto
    }

    .burg {
        display: block
    }

    .burg img {
        width: 35px;
        display: block;
        margin: 0 20px 0 auto
    }

    .logo {
        position: static;
        margin-left: 0
    }

    .mainmenu {
        display: none
    }

    .p_search {
        position: static;
        margin-top: 3px;
        margin-left: 0
    }

    .tm_tw,
    .tm_yt,
    .tm_gp,
    .tm_facebook {
        display: none
    }

    #search-panel input {
        display: none
    }

    .btn_cont {
        width: 340px;
        font-size: 22px
    }
}

@media(max-width:670px) {
    p {
        text-align: justify
    }

    .ln_span img,
    .im_ac_avatar {
        width: 100%;
        height: auto;
        max-width: 300px;
        float: none !important;
        display: block;
        margin: 15px auto !important
    }

    .ls {
        margin-right: 0
    }
}

@media screen and (max-width: 479px) {
    .mainframe {
        padding-left: 15px;
        padding-right: 15px;
    }

    .btn_cont {
        max-width: 290px;
        width: 100%;
        font-size: 19px;
    }

    @media screen and (max-width: 479px) {
        .comment-create__city,.comment-create__name {
            width:100%!important;
            border-radius: 5px!important;
            border: 1px solid #838383!important
        }
    
        .submit-roulette {
            animation: none;
            font-size: 16px;
        }
    
        .prod-bottom,
        .ln_span .inL_555839 {
            max-width: 260px;
        }
    }
}

.inL_788213 {
    text-decoration: none;
}

.inL_541803 {
    text-decoration: none;
}

.inL_556256 {
    color: rgb(11, 113, 241);
}

.inL_555839 {
    float: right;
    margin: 20px 0 10px 10px;
}

.inL_123291 {
    margin-top: 6px;
}

.inL_995207 {
    color: rgb(11, 113, 241);
}

.inL_257839 {
    color: rgb(11, 113, 241);
}