#https://www.textcompare.org/css/

.pic {
    position: relative;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}

.pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pic video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.pic:after {
    background-color: rgba(0, 0, 0, 0.1);
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h1, h2 { font-weight: normal; overflow: hidden; }
h1 { font-size: 30px; line-height: 38px; margin: 10px 10px 0 10px; }

.cats-list .swiper-button-next, .cats-list .swiper-button-prev { height: 80px; line-height: 80px; margin-top: -40px; width: 35px; }
.list a { border-width: 1px; border-style: solid; border-radius: 6px; overflow: hidden; display: block; margin: 4px 2px 0 2px; padding: 12px; }

@media all and (min-width:1666px) {
    h1, h2 { font-size: 35px; line-height: 45px; }
    a.logo { font-size: 28px; }
    .menu a { min-width: 140px; }  
    .main-container { width: 1646px; }
    .brka-5 { display: inline-block; }
    .full-brkas-container .brka-3 { display: inline-block; }
    .full-meta a, .full-meta span { height: 44px; line-height: 44px; padding: 0 18px; }
    .full-column h1 { font-size: 36px; line-height: 40px; }
}

.list-tags {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list-tags .tag {
    width: 25%;
    margin: 0 0 5px;
}

@media all and (max-width:990px) {
    .list-tags .tag {
        width: 33.33%;
    }
}

@media all and (max-width:990px) {
    .list-tags .tag {
        width: 33.33%;
    }
}

@media all and (max-width:700px) {
    .list-tags .tag {
        width: 50%;
    }
}

.field_error {
    margin: 0 0 10px;
    color: rgb(41, 123, 185);
}

.g_hint,
.g_hidden {
    display: none;
}

.feedback .textarea {
    width: 100%;
    box-sizing: border-box;
    max-width: 800px;
}

.feedback .input {
    width: 100%;
    box-sizing: border-box;
    max-width: 800px;
    margin-top: 10px;
}

.result-vote.full-meta {
    width: 100%;
    float: none;
}

.global_comments .g_hint, 
.global_comments .g_hidden {
    width: 100%;
    margin: 10px 0 0;
    float: left;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
  
.top-text .social_link {
    line-height: 0;
    display: inline-block;
    margin: 10px 5px 0 0;
    font-size: 22px;
    transition: color .3s;
}

@media all and (min-width:1024px) {
    .top-text .social_link:hover {
        color: rgb(41, 123, 185);
    }
}

.captcha_holder .label {
    margin: 15px 0 10px;
    display: block;
}

.captcha_holder img {
    margin: 0 0 10px;
}

.preview-progress {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: rgb(41, 123, 185);
    -webkit-transition: width 1.2s;
    -o-transition: width 1.2s;
    transition: width 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: width;
}

.preview-progress.is-full {
    width: 100%;
}

.mobile_preview {
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    right: 7px;
    top: 9px;
    border-radius: 50%;
    padding: 10px;
}

.mobile_preview svg:not(:root) {
    overflow: visible;
}

.mobile_preview .svg-icon {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.mobile_preview {
    display: none;
}