<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.work-float-block {
    display: block;
    float: left;
    padding: 0 12px 24px 12px;
    min-height:530px;
}

.ap-main {
    background-color: #f2f2f2;
}

.page-nav {
    background-color: #f2f2f2;
}

.comp-f .comp-f_select {
    background-color: #f2f2f2;
}

.konkurs-work-list {
    max-width: 1920px;
    padding-top: 14px;
}

.work-float-block:nth-child(5n) .konkurs-work__drop-actions {
    left: auto;
    right: 0;
}

.konkurs-work {
    height: 380px;
    position: relative;
    z-index: 1;
}

.konkurs-work:hover {
    z-index: 2;
}

.konkurs-work__actions {
    height: 46px;
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
    padding: 8px 4px;
    -ms-flex-pack: distribute;
    justify-content: center;
    /* text-align: center; */
}

.konkurs-work__action {
    position: relative;
    padding: 0 2px;
    flex-basis: 0;
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.konkurs-work__action:first-child,
.konkurs-work__action:last-child {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.konkurs-work__action-more {
    position: relative;
    width: 34px;
}

.konkurs-work__drop-actions {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    padding: 20px 20px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .4);
}

.konkurs-work__drop-actions .konkurs-work__action {
    flex: none;
    margin-bottom: 5px;
}


.konkurs-work__drop-actions .konkurs-work__btn {
    font-size: 11px;
    color: #000;
    border: 0;
    box-shadow: none;
    background-color: transparent;
}

.konkurs-work__drop-actions .social {
    list-style: none;
    padding: 10px 0;
    margin: 0 0 0 50px;
    font-size: 0;
    text-align: left;
    height: auto;
}

.konkurs-work__drop-actions .social-item {
    padding: 0 7px;
    margin-bottom: 14px;
    display: inline-block;
    vertical-align: top;

}

.konkurs-work__drop-actions .social-item a {
    display: block;
    text-decoration: none;
    background-color: #b7b7b7;
    width: 20px;
    height: 20px;
    transition: opacity .3s;
}


.konkurs-work__drop-actions .social-item a:hover {
    opacity: .7;
}


.konkurs-work__action-more:hover .konkurs-work__drop-actions {
    display: block;
}


.konkurs-work__btn {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    outline: 0 !important;
    text-decoration: none !important;
    cursor: pointer;
    display: block;
    height: 30px;
    min-width: 30px;
    padding: 0 4px;
    line-height: 28px;
    white-space: nowrap;
    font-size: 10px;
    color: #999;
    /* letter-spacing: .05em; */
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    transition: color .3s, box-shadow .3s;
}


.konkurs-work:hover .konkurs-work__btn {
    color: #000000;
}

.konkurs-work:hover .konkurs-work__btn:hover,
.konkurs-work__btn:hover {
    color: #ff0000;
    box-shadow: none;
}


.konkurs-work:hover .konkurs-work__icon {
    fill: #000000 !important;
}

.konkurs-work__btn:hover .konkurs-work__icon {
    fill: #ff0000 !important;
}

.konkurs-work__caption {
    position: absolute;
    /*z-index: 22;*/
    z-index: 10000;
    bottom: 46px;
    left: 0;
    right: 0;
    height: auto;
    max-height: 334px;
    padding: 10px 15px;
    color: #ffffff;
    /*white-space: nowrap;*/
    background-image: linear-gradient(to top, #000000, transparent);
}

.konkurs-work__caption-photo {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0;
}

.konkurs-work__author-photo {
    display: inline-block;
    vertical-align: bottom;
    width: 96px;
}

.konkurs-work__author-photo img {
    display: block;
    max-width: 100%;
    height: auto;
    transform: none !important;
}

.konkurs-work__caption-photo .konkurs-work__caption-inner {
    display: inline-block;
    vertical-align: bottom;
    white-space: normal;
    width: 100%;
    max-width: calc(100% - 103px);
}

.konkurs-work__title {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 4px;
    line-height: 1.3;
}

.konkurs-work__authors {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

.konkurs-work__title a {
    color: #ffffff;
}

.konkurs-work__authors a {
    color: #ffffff;
}

.konkurs-work__authors a:hover,
.konkurs-work__title a:hover {
    color: #ffffff;
}

.konkurs-work__img {
    height: 334px;
}

.konkurs-work__img .img-block {
    height: 100%;
}

.konkurs-work__img a {
    height: 100%;
    display: block;
    opacity: 0;
    transition: opacity 0.5s ease, transform .3s;
    background-position: 50% 50%;
    background-size: cover;
}

.konkurs-work__img a:hover {
    transform: scale(1.1);
}

.konkurs-work__img img {
    height: auto;
    width: 100%;
    opacity: 0;
}


.konkurs-work__flag {
    display: block;
    position: absolute;
    z-index: 2;
    top: -7px;
    left: 7px;
    width: 64px;
    height: 60px;
    background-color: #ffd900;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .4);
    text-align: center;
}


.konkurs-work__flag:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    width: 100%;
    border-left: 32px solid #ffd900;
    border-right: 32px solid #ffd900;
    border-bottom: 12px solid transparent;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .4);
}

.konkurs-work__flag-inner {
    position: relative;
    height: 72px;
}

.konkurs-work__flag-inner:after {
    content: '';
    display: block;
    position: absolute;
    right: -10px;
    top: 0;
    border: 5px solid transparent;
    border-top-color: #222222;
    border-bottom: 0;
    transform-origin: 0 0;
    transform: rotate(45deg);
}

.konkurs-work__flag-label {
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 7px 0;
    text-shadow: 0 0 4px rgba(0, 0, 0, .4);
}


.konkurs-work__action {

}

.konkurs-work__flag.yellow {
    background-color: #ffd900;
}

.konkurs-work__flag.yellow:after {
    border-left-color: #ffd900;
    border-right-color: #ffd900;
}

.konkurs-work__flag.red {
    background-color: #ff1722;
}

.konkurs-work__flag.red:after {
    border-left-color: #ff1722;
    border-right-color: #ff1722;
}

.icon-flag {
    display: block;
    vertical-align: top;
    max-width: 100%;
    background: transparent no-repeat center center;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.icon-flag-ap {
    width: 44px;
    height: 44px;
    /* 	margin-top: -10px; */
    background-image: url(http://postulat.indadev.ru/temp/icon-flag-ap.svg);

}

.icon-flag-rocket {
    width: 44px;
    height: 44px;
    /* 	margin-top: -10px; */
    background-image: url(http://postulat.indadev.ru/temp/icon-flag-rocket.svg);

}

.icon-flag-heart {
    width: 44px;
    height: 44px;
    /* 	margin-top: -10px; */
    background-image: url(http://postulat.indadev.ru/temp/icon-flag-heart.svg);

}

.icon-flag-share {
    width: 44px;
    height: 44px;
    /* margin-top: 0; */
    background-image: url(http://postulat.indadev.ru/temp/icon-flag-share.svg);
}

.icon-flag-comment {
    width: 38px;
    height: 38px;
    /* 	margin-top: -8px; */
    background-image: url(http://postulat.indadev.ru/temp/icon-flag-comment.svg);

}

.icon-flag-cup {
    width: 34px;
    height: 34px;
    /* 	margin-top: 0; */
    background-image: url(http://postulat.indadev.ru/temp/icon-flag-cup.svg);
}

.konkurs-work__action-up {
    padding: 0;
    margin-left: 57px;
    margin-bottom: 0 !important;
}

.konkurs-work__btn-up {
    min-width: 130px;
    height: 24px;
    line-height: 24px;
    background-color: #ffd900 !important;
    color: #ffffff !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .2) !important;
    transition: box-shadow .3s, background-color .3s
}


.konkurs-work__btn-up:hover {
    box-shadow: none !important;
    background-color: #f9d400 !important;
}

.konkurs-work .icon-more {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #999999;
    transition: background-color .3s
}

.konkurs-work .icon-more:before,
.konkurs-work .icon-more:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    background-color: #999999;
    top: 0;
    transition: background-color .3s
}

.konkurs-work .icon-more:before {
    left: -6px;
}

.konkurs-work .icon-more:after {
    right: -6px;
}

.konkurs-work:hover .icon-more,
.konkurs-work:hover .icon-more:before,
.konkurs-work:hover .icon-more:after {
    background-color: #000000;
}


.konkurs-work__btn:hover .icon-more,
.konkurs-work__btn:hover .icon-more:before,
.konkurs-work__btn:hover .icon-more:after {
    background-color: #ff0000;
}

.konkurs-work__brand {
    max-width: 145px;
    max-height: 145px;
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 22;
    border-radius: 3px;
    overflow: hidden;
}

.konkurs-work__brand {
    width: 100px;
    height: 74px;
    background-color: #ffffff;
}

div.rotator ul li {
    float: none;
    position: relative;
}

.konkurs-work__brand img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    max-width: 82%;
    max-height: 82%;
    width: auto;
    height: auto;
    margin: auto;
}

.brands-list.rotator,
.brands-list.rotator ul,
.brands-list.rotator li {
    width: 100%;
    height: 100%;
}

.konkurs-work__icon {
    display: inline-block;
    vertical-align: middle;
    fill: #999999 !important;
    height: auto;
    transition: fill .3s;
}

.icon-stat {
    margin: 0 3px;
    width: 10px;
    height: 11px;
}

.icon-vote {
    width: 14px;
    height: 14px;
    margin-top: -6px;
}

.icon-favourite {
    width: 14px;
    height: 14px;
    margin: 0 4px;
}

.icon-share {
    width: 18px;
    /* 	height: 14px; */
    margin: -3px 3px 0;
}


.contest-list {
    padding-bottom: 36px;
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.contest-list .container-fluid {
    padding: 0 40px;
}

.contest-card {
    border: 1px solid #cecece;
}

.contest-card__header {
    height: 34px;
    text-align: center;
    font-size: 12px;
    color: #000000;
    font-weight: 300;
    padding: 8px 10px;
    letter-spacing: 0.02em
}

.contest-card__body {
    height: 286px;
    text-align: center;
    background-color: rgba(255, 255, 255, .6);

}

.contest-card--simple .contest-card__body {
    background: #ffffff no-repeat center center;
    background-size: cover;
}


.contest-card__footer {
    height: 102px;
    padding: 17px 0;
}
.contest-card__footer.center_text
{
    text-align: center;
}

.contest-card__actions {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding-left: 4.5%;
    padding-right: 4.5%;

}

.contest-card__action {
    padding: 0 6px;
    position: relative;
    flex: 0 0 50%;
    width: 100%;
    max-width: 50%;
    text-align: center;
}

.contest-card__btn-icon {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin-top: -6px;
    margin-right: 6px;
    fill: #222222;
    transition: fill .3s;
}

.contest-card__action-label {
    display: inline-block;
    vertical-align: top;
    letter-spacing: .01em;
    font-weight: 300;
    font-size: 11px;
    line-height: 1.2;
    margin-bottom: 8px;
    width: 120px;
}

.contest-card-form-text {
    font-size: 15pt;
    padding: 10px 30px;
}

.contest-card-form-text.grey {
    color: #999999
}
.contest-card__btn-form
{
    display: inline-block;
    border: 1px solid #000;
    padding: 0 20px;
    line-height: 32pt;
    color: #000;
    font-size: 15pt;
}
a.contest-card__btn-form:hover
{
    text-decoration: none;
}
.konkurs-work-list__title {
    font-size: 25px;
    color: #666666;
    font-weight: 400;
    text-align: center;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 28px;
}

.contest-card .icon-upload {
    margin-top: -2px;
}

.contest-card .icon-vote {
    margin-top: -4px;
}

.contest-card--color-white .contest-card__footer,
.contest-card--color-white .contest-card__header {
    color: #ffffff;
}

.contest-card__btn {
    width: auto;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    outline: 0 !important;
    text-decoration: none !important;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    height: 30px;
    min-width: 30px;
    padding: 0 12px;
    line-height: 28px;
    white-space: nowrap;
    font-size: 10px;
    color: #222222;
    letter-spacing: .05em;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .3);
    transition: color .3s, box-shadow .3s, border-color .3s;
}

.contest-card__btn:hover {
    color: #ff0000;
    box-shadow: none;
    border: 1px solid #ebebeb;
}

.contest-card__btn:hover .contest-card__btn-icon {
    fill: #ff0000;
}

.contest-card__top {
    padding: 5px 15px;
    height: 112px;
}

.contest-card__top {
    line-height: 1.2;
}

.contest-card__label {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 300;

    letter-spacing: 0.02em;
}

.contest-card__middle {
    background-color: #ffffff;
    height: 94px;
    padding: 4px 15px 7px 15px;
}

.contest-card__bottom {
    padding: 3px 15px;
    line-height: 1.3;
    height: 82px;
}


.contest-card__logo {
    display: block;
    height: 65px;
    padding: 0 15px;
}

.contest-card__logo img {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;

}


.contest-card__title {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, .7);
}

.contest-card__date,
.contest-card__works-count,
.contest-card__prize {
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .01em;
}

.contest-card__date {
    margin-bottom: 4px;
}


@media (max-width: 1919px) and (min-width: 1366px) {

    .konkurs-work__actions &gt; .konkurs-work__action {
        padding-left: 4px;
        padding-right: 4px;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .konkurs-work__actions &gt; .konkurs-work__action .konkurs-work__btn {
        padding-left: 10px;
        padding-right: 10px;
    }

    .konkurs-work__actions &gt; .konkurs-work__action .konkurs-work__btn-text {
        display: none;
    }

    /* .konkurs-work__actions &gt; .konkurs-work__action .konkurs-work__icon {
         margin-left: 7px;
     }*/
    .konkurs-work__action:first-child,
    .konkurs-work__action:last-child {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }


}


@media (max-width: 1240px) and (min-width: 960px) {

    .konkurs-work__actions &gt; .konkurs-work__action {
        padding-left: 4px;
        padding-right: 4px;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .konkurs-work__actions &gt; .konkurs-work__action .konkurs-work__btn {
        padding-left: 10px;
        padding-right: 10px;
    }

    .konkurs-work__actions &gt; .konkurs-work__action .konkurs-work__btn-text {
        display: none;
    }

    /* .konkurs-work__actions &gt; .konkurs-work__action .konkurs-work__icon {
         margin-left: 7px;
     }*/

}


@media (max-width: 820px) and (min-width: 640px) {

    .konkurs-work__actions &gt; .konkurs-work__action {
        padding-left: 4px;
        padding-right: 4px;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .konkurs-work__actions &gt; .konkurs-work__action .konkurs-work__btn {
        padding-left: 10px;
        padding-right: 10px;
    }

    .konkurs-work__actions &gt; .konkurs-work__action .konkurs-work__btn-text {
        display: none;
    }

    /* .konkurs-work__actions &gt; .konkurs-work__action .konkurs-work__icon {
         margin-left: 7px;
     }*/

}


@media (max-width: 820px) and (min-width: 640px) {

    .konkurs-work__actions &gt; .konkurs-work__action {
        padding-left: 4px;
        padding-right: 4px;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .konkurs-work__actions &gt; .konkurs-work__action .konkurs-work__btn {
        padding-left: 10px;
        padding-right: 10px;
    }

    .konkurs-work__actions &gt; .konkurs-work__action .konkurs-work__btn-text {
        display: none;
    }

    /*.konkurs-work__actions &gt; .konkurs-work__action .konkurs-work__icon {
        margin-left: 7px;
    }*/

}


@media (max-width: 1679px) {

    .work-float-block:nth-child(5n) .konkurs-work__drop-actions {
        left: 0;
        right: auto;
    }

    .work-float-block:nth-child(4n) .konkurs-work__drop-actions {
        left: auto;
        right: 0;
    }


    .konkurs-work__author-photo {
        width: 76px;
    }

    .konkurs-work__caption-photo .konkurs-work__caption-inner {
        display: inline-block;
        vertical-align: bottom;
        white-space: normal;
        width: 100%;
        max-width: calc(100% - 123px);
    }

}


@media (max-width: 1365px) {

    .work-float-block:nth-child(4n) .konkurs-work__drop-actions {
        left: 0;
        right: auto;
    }

    .work-float-block:nth-child(3n) .konkurs-work__drop-actions {
        left: auto;
        right: 0;
    }

}


@media (max-width: 1024px) {

    .konkurs-work__brand {
        max-width: 120px;
        max-height: 120px;
    }

}


@media (max-width: 959px) {

    .work-float-block:nth-child(3n) .konkurs-work__drop-actions {
        left: 0;
        right: auto;
    }

    .work-float-block:nth-child(2n) .konkurs-work__drop-actions {
        left: auto;
        right: 0;
    }

}


@media (max-width: 767px) {

    .konkurs-work__brand {
        max-width: 100px;
        max-height: 100px;
    }

    .contest-list .container-fluid {
        padding: 0 24px;
    }

    .contest-list {
        padding-bottom: 0;
    }
}


@media (max-width: 639px) {

    .work-float-block:nth-child(2n) .konkurs-work__drop-actions {
        left: 0;
        right: auto;
    }

    .work-float-block:nth-child(1n) .konkurs-work__drop-actions {
        left: auto;
        right: 0;
    }

    .contest-list .container-fluid {
        padding: 0 12px;
    }
}


@media (max-width: 420px) {

    .konkurs-work__actions &gt; .konkurs-work__action {
        padding-left: 4px;
        padding-right: 4px;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .konkurs-work__actions &gt; .konkurs-work__action .konkurs-work__btn {
        padding-left: 10px;
        padding-right: 10px;
    }

    .konkurs-work__actions &gt; .konkurs-work__action .konkurs-work__btn-text {
        display: none;
    }

    /*  .konkurs-work__actions &gt; .konkurs-work__action .konkurs-work__icon {
          margin-left: 7px;
      }*/
    .konkurs-work-list__title {
        font-size: 21px;
        margin-bottom: 24px;
    }

}

#id_contest_block .page-nav {
    background-color: #f2f2f2;
}


.konkurs-work-list {
    position: relative;
    margin: 0 auto;
}

.konkurs-work {
    height: 380px;
}

.konkurs-work__img a {
    opacity: 1;
    overflow: hidden;
}


.konkurs-work__img img {
    opacity: 1;
}

.konkurs-work .ya-share2__list {

    margin: 0 -6px -12px -6px !important;

}

.konkurs-work .ya-share2__item {
    margin: 0 0 12px !important;
    padding: 0 6px !important;
}

.konkurs-work__drop-actions {
    min-width: 197px;
}

.konkurs-work .tmb-wrap {
    margin: 0;
}

.konkurs-work .tmb-wrap .tmb-wrap-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.konkurs-work .brazzers-daddy img {
    margin-bottom: 0;
}

.konkurs-work .image-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.contest-card__body &gt; a {
    display: block;
    outline: 0 !important;
    text-decoration: none !important;
    width: 100%;
    height: 100%;
}

.contest-card__top &gt; a {
    text-decoration: none !important;
    outline: 0 !important;

}

.konkurs-work__img a:hover {
    transform: scale(1);
}

.konkurs-work__btn-value {
    margin-right: 3px;
}

.konkurs-work__btn-text {
    margin-left: 2px;
}

.konkurs-work__btn {
    position: relative;
}

/*
.konkurs-work .show_more_works {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: rgba(255,255,255,.9);
    padding: 3px 6px;
}
*/
.tmb-wrap-table div:hover,
.tmb-wrap-table div.active {
    border-bottom-color: #ff0000 !important;
}

.tmb-wrap {
    height: 80%;
}

.tmb-wrap-table div {
    border-bottom-width: 0;
}


@media (max-width: 1919px) and (min-width: 1200px) {
    .konkurs-work__actions &gt; .konkurs-work__action .konkurs-work__btn-text {
        display: none;
    }
}

.konkurs-work__img .tmb-wrap .tmb-wrap-table div:hover, .konkurs-work__img .tmb-wrap .tmb-wrap-table div.active {
    border: transparent;
}


@media (max-width: 639px) {

    .contest-card {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

}

.vote-modal .btn-black.reg-btn {
    height: 40px;
    line-height: 40px;
    min-width: 120px;
    text-align: center;
}

.modal-backdrop {
    z-index: 10040 !important;
}

.modal {
    z-index: 10050 !important;
}

.contest_chain_item {
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    color: #999999;
    padding: 0 40px;
}

@media (max-width: 767px) {
    .contest_chain_item {
        padding: 0 24px;
    }
}

.contest_chain_item a {
    color: #999999;
}

/* new */
.konkurs-winner {
    position: relative;
    width: 100%;
    background: #fff;
    border: 1px solid #d6d6d6;
    height: 100%;
}

.konkurs-winner__text {
    padding: 21px 20px 18px 20px;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    line-height: 16.5px;
    letter-spacing: 1.1px;
}

.konkurs-winner__text span {
    display: block;
    color: #ff0000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px; }

.konkurs-winner__descr {
    position: relative;
    color: #fff;
    height: 401px; }

.konkurs-winner__icon {
    position: absolute;
    top: 9px;
    right: 10px;
    cursor: pointer;
    z-index: 10;
    border: none;
    padding: 0; }

.icon-wreath,
.icon-book {
    display: block;
    width: 30px;
    height: 25px;
    background: transparent url(/img/icon-book.png) 0 0 no-repeat;
    background-size: contain; }

.icon-wreath {
    background-image: url(/img/wreath-small.png); }

.konkurs-winner__descr a {
    color: #fff;
    text-decoration: underline; }

.konkurs-winner__descr a:hover {
    text-decoration: none;
    color: #fff; }

.konkurs-winner__images {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 401px;
    width: 100%;
    z-index: 0; }

.konkurs-winner__images img {
    -o-object-fit: cover;
    object-fit: cover; }

.konkurs-winner__author {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    padding-bottom: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 185, 232, 0)), to(rgba(0, 0, 0, 0.7)));
    background: -o-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#b3000000',GradientType=0 ); }

.konkurs-winner__author_wrap {
    margin: auto; }

.konkurs-winner__author_photo {
    position: relative;
    width: 140px;
    height: 100%;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 37px;
    margin-top: 18px; }

.konkurs-winner__author_photo img {
    position: relative;
    border-radius: 50%;
    max-width: 100%;
    border: 2px solid #fff;
    height: auto; }

.konkurs-winner__author_photo .author_photo_wreath {
    position: absolute;
    top: 0;
    /*left: -8%;
    width: 115%;
    height: 117%;*/
    left: -25px;
    width: 190px;
    height: 117%;
    background: transparent url(/img/wreath.png) center center no-repeat;
    background-size: contain; }

.konkurs-winner__author_name {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 2px;
    letter-spacing: -0.4px; }

.konkurs-winner .konkurs-work__actions {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 30px;
    font-weight: 300;
    font-size: 11px;
    padding-top: 0;
    padding-bottom: 0;
    height: 35px; }

.konkurs-winner .konkurs-work__btn {
    background-color: transparent;
    border: none;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none; }

.konkurs-winner .konkurs-work__icon {
    fill: #fff !important; }

.konkurs-winner .konkurs-work__drop-actions {
    z-index: 10; }

.work-float-block {
    display: block;
    float: left;
    padding: 0 12px 24px 12px;
}

.konkurs-news__image {
    overflow: hidden;
    position: relative;
}
.konkurs-news__bg-image {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    filter: blur(4px);
    background-size: cover;
    z-index: 0;
}
.konkurs-news__image a {
    display: block;
    position: relative;
    font-size: 0;
    line-height: 0;
    z-index: 1;
}
.konkurs-news__image-top {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 2;
}
.konkurs-news__image:hover .konkurs-news__image-top {display: none;}

.konkurs-news__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 336px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: transform 10s cubic-bezier(0.215, 0.61, 0.355, 1);
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.konkurs-news__image.show_sq img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 336px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    transition: none;
    max-height: 100%;
    max-width: 100%;
}

/* .konkurs-news__image a:hover img {
    -webkit-transform: scale(1.18);
    -moz-transform: scale(1.18);
    -ms-transform: scale(1.18);
    -o-transform: scale(1.18);
    transform: scale(1.18);
} */

.konkurs-news__image.show_sq a:hover img{
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}


.konkurs-news__wrap {
    padding: 11px 16px 41px;
    min-height: 168px;
}

.konkurs-news__title {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 19px;
}

.konkurs-news__announce {
    font-size: 10px;
    color: #ff0000;
    margin-bottom: 10px;
    letter-spacing: 0.6px;
}

.konkurs-news__tags {
    font-size: 11px;
    font-style: italic;
    line-height: 14px;
    color: #999999;
    margin-bottom: 11px;
}

.konkurs-news__tags a {
    display: inline-block;
    vertical-align: top;
    color: #b3b3b3;
    margin-right: 5px;
}

.konkurs-news__icons_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 8px;
    border-top: 1px solid #b2b2b2;
    position: absolute;
    bottom: 12px;
    left: 10px;
    right: 10px;
}

.konkurs-news__icon {
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    line-height: 17px;
    color: #999999;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    margin-right: 13px;
}

.konkurs-news__icon:hover {
    color: #ff0000;
    text-decoration: none;
}

.konkurs-news__icon svg {
    fill: #999999;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.konkurs-news__icon:hover svg {
    fill: #ff0000;
}

.konkurs-news__icon-eye {
    width: 19px;
    height: 14px;
}

.konkurs-news__icon-vote {
    width: 13px;
    height: 15px;
}

.konkurs-news__icon-star {
    width: 15px;
    height: 15px;
}

.konkurs-news__icon-comment {
    width: 13px;
    height: 13px;
}

.konkurs-news__icon-share {
    width: 17px;
    height: 15px;
}

.konkurs-news_icons_count {
    display: inline-block;
    vertical-align: bottom;
    line-height: 21px;
    margin-left: 2px;
}

.konkurs-partners {
    height: 505px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.konkurs-partners__wrap {
    width: 100%;
    text-align: center; }

.konkurs-partners__descr {
    font-size: 10px;
    color: #ff0000;
    text-transform: uppercase;
    font-weight: 400; }

.konkurs-partners__logo {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 15px; }

.konkurs-partners__logo img {
    position: relative;
    max-width: 100%;
    height: auto; }

.konkurs-partners__block {
    display: inline-block;
    vertical-align: top;
    width: 78%;
    border: 1px solid #999999;
    padding: 23px 15px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase; }

.konkurs-partners__block span {
    color: #999999; }

.konkurs-partners__block::after {
    content: "\2193";
    display: block; }

.konkurs-partners__block--without-arrow::after {
    display: none; }

.konkurs-partners--with-dark-bg .konkurs-partners__descr {
    color: #fff; }

.konkurs-partners--with-dark-bg .konkurs-partners__logo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-filter: blur(3px);
    filter: blur(3px); }

.konkurs-partners--with-dark-bg .konkurs-partners__block {
    background-color: rgba(0, 0, 0, 0.55);
    color: #fff; }

.konkurs-partners--in-feed {
    height: 390px;
    padding: 10px 0 13px; }

.konkurs-partners--in-feed .konkurs-partners__logo img {
    max-height: 60px;
    width: auto; }

.konkurs-partners--in-feed .konkurs-partners__block {
    padding-top: 9px;
    padding-bottom: 9px; }

.konkurs-partners--with-light-bg .konkurs-partners__descr {
    color: #000; }

.konkurs-partners--with-light-bg .konkurs-partners__block {
    background-color: rgba(255, 255, 255, 0.73); }

#id_contest_block {
    /*display: table;*/
    width: 100%;
}
#id_contest_block .row_block
{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.konkurs-work__user {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.konkurs-work__user-avatar {
    display: inline-block;
    vertical-align: top;
    width: 96px;
    height: 96px;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-top: -25px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4); }

.konkurs-work__user-avatar img {
    max-width: 96px;
    height: auto;
    max-height: 96px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain; }

.konkurs-work__user-name {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px; }

.konkurs-work__user-name span {
    display: block;
    color: #999999; }

.konkurs-work__user-position {
    margin-bottom: 0;
    margin-top: 4px; }

.konkurs-news__announce, .konkurs-work__user-position {
    font-size: 10px;
    color: #ff0000;
    margin-bottom: 10px;
    letter-spacing: 0.6px; }
.konkurs-work__drop-actions {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    padding: 20px 20px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .4);
}
@media (min-width: 640px) {

    .work-float-block {
        width: 50%;
    }

    /*.konkurs-work-list .container-fluid {
        padding: 0 24px;
    }*/

}

@media (min-width: 640px) and (max-width: 779px) {

    .konkurs-work-img img {
        height: 100%;
        width: auto;
    }

}

@media (min-width: 768px) {

    /*.konkurs-work-list .container-fluid {
        padding: 0 40px;
    }*/

    .has-sidebar .konkurs-work-list .container-fluid {
        padding: 0 15px;
    }

}

@media (min-width: 960px) {

    .work-float-block {
        width: 33.33333%;
    }

}

@media (min-width: 960px) and (max-width: 1160px) {

    .has-sidebar .work-float-block .konkurs-work-img img {
        height: 100%;
        width: auto;
    }

    .work-float-block .konkurs-work-img img {
        height: 100%;
        width: auto;
    }

}

@media (min-width: 1280px) {

    .work-float-block {
        width: 33.33333%;
    }

    .has-sidebar.content-collapse .work-float-block {
        width: 50%;
    }

}


@media (min-width: 1280px) and (max-width: 1472px) {

    .work-float-block .konkurs-work-img img {
        height: 100%;
        width: auto;
    }

}


@media (min-width: 1366px) {

    .has-sidebar .work-float-block {
        width: 25%;
    }

}


@media (min-width: 1366px) and (max-width: 1640px) {

    .has-sidebar .work-float-block .konkurs-work-img img {
        height: 100%;
        width: auto;
    }

}


@media (min-width: 1366px) {

    .has-sidebar.content-collapse .work-float-block {
        width: 33.33333%;
    }

}


@media (min-width: 1680px) {

    .work-float-block .konkurs-work-img img {
        height: 100%;
        width: auto;
    }

}

@media (min-width: 1920px) {

    .has-sidebar .work-float-block .konkurs-work-img img {
        height: auto;
        width: 100%;
    }

    .has-sidebar.content-collapse .work-float-block .konkurs-work-img img {
        height: 100%;
        width: auto;
    }

}

@media (min-width: 1720px) {

    .has-sidebar.content-collapse .work-float-block {
        width: 25%;
    }

}

@media (min-width: 1560px) and (max-width: 1680px) {

    .has-sidebar .work-float-block .konkurs-work-img img {
        height: auto;
        width: 100%;
    }

}

@media (min-width: 1600px) and (max-width: 1920px) {

    .has-sidebar .work-float-block .konkurs-work-img img {
        height: 100%;
        width: auto;
    }

}

@media (min-width: 1550px) and (max-width: 1720px) {

    .has-sidebar.content-collapse .work-float-block .konkurs-work-img img {
        height: auto;
        width: 100%;
    }

}

@media (min-width: 640px) {
    .work-float-block--two_cols {
        width: 100% !important; } }

@media (min-width: 960px) {
    .work-float-block--two_cols {
        width: 66.66666% !important; } }

@media (min-width: 1280px) {
    .work-float-block--two_cols {
        width: 50% !important; }
    .work-float-block--three-columns .work-float-block {
        width: 33.33333% !important; }
    .work-float-block--three-columns .work-float-block--two_cols {
        width: 66.66666% !important; } }

@media (min-width: 1680px) {
    .work-float-block--two_cols {
        width: 40% !important; }
    .work-float-block--three-columns .work-float-block {
        width: 33.33333% !important; }
    .work-float-block--three-columns .work-float-block--two_cols {
        width: 66.66666% !important; } }


.ya-share2{
    text-align: center;
}</pre></body></html>