/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-family: FuturaPT;
}

@font-face {
    font-family: 'Root';
    src: url('../fonts/PT Root UI_Regular.eot');
    src: url('../fonts/PT Root UI_Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PT Root UI_Regular.woff') format('woff'),
         url('../fonts/PT Root UI_Regular.ttf') format('truetype'),
         url('../fonts/PT Root UI_Regular.svg#palatinobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaPT';
    src: url('../fonts/FuturaPT-Book.eot');
    src: url('../fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FuturaPT-Book.woff') format('woff'),
         url('../fonts/FuturaPT-Book.ttf') format('truetype'),
         url('../fonts/FuturaPT-Book.svg#palatinobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: '18847';
    src: url('../fonts/18847.eot');
    src: url('../fonts/18847.eot?#iefix') format('embedded-opentype'),
         url('../fonts/18847.woff') format('woff'),
         url('../fonts/18847.ttf') format('truetype'),
         url('../fonts/18847.svg#palatinobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: '17896';
    src: url('../fonts/17896.eot');
    src: url('../fonts/17896.eot?#iefix') format('embedded-opentype'),
         url('../fonts/17896.woff') format('woff'),
         url('../fonts/17896.ttf') format('truetype'),
         url('../fonts/17896.svg#palatinobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: '17897';
    src: url('../fonts/17897.eot');
    src: url('../fonts/17897.eot?#iefix') format('embedded-opentype'),
         url('../fonts/17897.woff') format('woff'),
         url('../fonts/17897.ttf') format('truetype'),
         url('../fonts/17897.svg#palatinobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaPT';
    src: url('../fonts/FuturaPT-Medium.eot');
    src: url('../fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FuturaPT-Medium.woff') format('woff'),
         url('../fonts/FuturaPT-Medium.ttf') format('truetype'),
         url('../fonts/FuturaPT-Medium.svg#palatinobold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'BLISSPRO';
    src: url('../fonts/BLISSPRO.eot');
    src: url('../fonts/BLISSPRO.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BLISSPRO.woff') format('woff'),
         url('../fonts/BLISSPRO.ttf') format('truetype'),
         url('../fonts/BLISSPRO.svg#palatinobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Geometria';
    src: url('../fonts/Geometria.eot');
    src: url('../fonts/Geometria.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Geometria.woff') format('woff'),
         url('../fonts/Geometria.ttf') format('truetype'),
         url('../fonts/Geometria.svg#palatinobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaPT';
    src: url('../fonts/FuturaPT-Demi.eot');
    src: url('../fonts/FuturaPT-Demi.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FuturaPT-Demi.woff') format('woff'),
         url('../fonts/FuturaPT-Demi.ttf') format('truetype'),
         url('../fonts/FuturaPT-Demi.svg#palatinobold') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
  font-family: FuturaPT;
  margin: -20px 0;
}

main {
  display: block;
}

h1, h2, h3 {
  text-align: center;
  font-size: 2em;
  margin: 0 0 0.6em;
  font-family: BLISSPRO;
  line-height: 2;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-family: FuturaPT;
  font-weight: bold;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}
img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}


[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* My_Style */
.contain {
    max-width: 1226px;
    width: 95%;
    margin: 0 auto;
    text-align: center;
}
.site_title{
    margin: 0;
}
.site_title_img2 {
    max-width: 30%;
    margin-top: 20px;
}
.blog-description {
    color: #2a2a2a;
    margin: -17px auto 10px;
    padding-bottom: 2px;
    font-family: BLISSPRO;
    font-size: 1.3em;
}
.tab-content {
    border-top: 1px solid #000213;
}

.tab-content li:nth-child(3) {
    color: red;
    display: none;
}

.nav-menu ul {
    width: 75%;
    text-align: center;
    padding: 0;
    margin: 0 auto -5px;
}

.nav-menu, .footer, .content {
    clear: both;
}
.nav-menu li {
    list-style: none;
    padding: 7px 0 0;
    display: inline-block;
    margin-right: 4.305%;
    text-align: center;
    font-family: Geometria;
    color: #000213;
    line-height: 2.5;
    font-size: 0.85em;
}
.nav-menu li:last-child {
    margin-right: 0;
}
.nav-menu li a {
    color: #000213;
    line-height: 2.4;
}
.nav-menu li a {
    color: #000213;
    line-height: 2.4;
}
#tab1, .tab-title {
    display: none;
}
.logo-img {
    background-color: white;
    height: 1.8em;
    vertical-align: bottom;
    padding: 0.35em;
}
.content {
    width: 95%;
    max-width: 1226px;
    margin: 0 auto;
}
li.menu-active,
.nav-menu a:hover {
    color: red;
}
.content-loading {
    text-align: center;
}
.content-loading p {
    margin: 5% auto;
    max-width: 300px;
    padding: 100px 50px 50px 50px;
    border: 2px solid #050073;
    border-radius: 10px;
    background-image: url("/img/звезда_002.svg");
    background-repeat: no-repeat;
    background-position: 50% -60px;
    background-size: 250px;
    
}
.content-news-header img {
    width: 100%;
}
.giorgi_lenta {
    margin-top: -115px;
}
.tab-title img {
    width: 30px;
    height: 30px;
}
.content-news {
    float: left;
    width: 31.0666667%;
    text-align: center;
    background: #f7f7f7;
}
.content-news:nth-child(2) {
    margin-left: 3.4%;
    margin-right: 3.4%;
}
.news-content .content-news {
    margin: 0;
    margin-right: 3.4%;
}
.news-content-media-p {
    text-align: center;
    font-size: 1.3em;
}
.content-news-new {
    float: left;
    width: 31.0666667%;
    text-align: center;
    background: #f7f7f7;
}
.content-news-new:nth-child(3) {
    margin-left: 3.4%;
    margin-right: 3.4%;
}
.content-news-new a {
    color: #000213;
}
.news-content a:nth-child(3) .content-news,
.news-content a:nth-child(6) .content-news,
.news-content a:nth-child(9) .content-news,
.news-content a:nth-child(12) .content-news {
    margin: 0;
}
.news-content a {
    color: #000213;
}
.partners-content {
    text-align: center;
}
.partnersOl {
    width: 75%;
    margin: 30px auto 0;
    padding: 0;
    list-style: none;
}
.partnersOl img {
    width: 63%;
}
.partnersOl li {
    display: inline-block;
}
.juri-content {
    box-sizing: border-box;
    padding: 15% 30% 15% 25%;
    text-align: center;
    background-image: url("/img/НАЗВАНИЕ ЖЮРИ.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
}
.btn-group {
    clear: both;
    padding: 60px;
    text-align: center;
}
.juri-content .btn,
.btn-group .btn{
    display: inline-block;
    padding: 10px;
    border: 1px solid #000213;
    border-radius: 20px;
}
.btn-black {
    margin-left: 10px;
    background-color: #000213;
}
a, .header {
    text-decoration: none;
    text-align: center;
}
.btn-black a {
    color: white;
}
.juri-content .btn-white {
    background-color: #dbe6ea;
}
.btn-white a {
    color: #000213;
}
.btn-group-a {
    display: block;
    padding-top: 100px;
    padding-bottom: 13px;
    color: red;
    text-decoration: underline;
    font-size: 1.2em;
}
.partners-content p {
    margin-top: 30px;
}
.content-news h3 {
    height: 76px;
    padding-top: 14%;
    padding-bottom: 0.67em;
    margin-bottom: 0;
    margin-top: -4px;
    line-height: 1.3;
    font-size: 1.4em;
}
.news-content .content-news h3 {
    height: 110px;
}
.content-news p {
    text-align: center;
    font-size: 1.1em;
    line-height: 1.7;
    padding-left: 10%;
    padding-right: 10%;
}
.tab-news1 input, .tab-content-news1 { 
    display: none; 
}
.tab-news2 input, .tab-content-news2 { 
    display: none; 
}
.tab-news3 input, .tab-content-news3 { 
    display: none; 
}
.tab-news1 :checked ~ .tab-content-news1 {
    display: block;
}
.tab-news2 :checked ~ .tab-content-news2 {
    display: block;
}
.tab-news3 :checked ~ .tab-content-news3 {
    display: block;
}
.content-card {
    width: 95%;
    max-width: 1226px;
    margin: 0 auto;
}
.content-artCouncil {
    text-align: center;
}
.representative {
    display: inline-block;
    width: 33%;
    color: #000213;
}
.representative img {
    width: 50%;
    float: left;
    filter: grayscale(.99);
    transition-property: filter;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.representative img:hover {
    filter: grayscale(.0);
}
.content-orgCom .representative span,
.content-artCouncil .representative span {
    width: 50%;
    float: right;
    padding-top: 30%;
}
.content-orgCom .representative:nth-child(2) span {
    padding-top: 5%;
}
.predsedatel img,
.content-orgCom .representative:nth-child(5) img,
.content-orgCom .representative:nth-child(6) img {
    float: right;
}
.predsedatel span,
.content-orgCom .representative:nth-child(3) img,
.content-orgCom .representative:nth-child(5) span,
.content-orgCom .representative:nth-child(6) span {
    float: left;
}
.stageCompetition {
    list-style: none;
}
.ageParticipants,
.nomination {
    text-align: left;
    list-style: none;
    padding-left: 0;
}
.content-contacts {
    min-height: 450px;
    padding-top: 100px;
    text-align: center;
    line-height: 3;
    font-size: 1.1em;
    color: white;
    background-color: #42454a;
    background-image: url("../img/КОНТАКТЫ ФОН 2 ДЛЯ ПРОКРУТКИ .jpg");
    background-repeat: no-repeat;
    background-size: 100%;
}
.content-contacts h1 {
    margin-bottom: -26px;
    font-size: 2.4em;
}
.content-contacts .content-block {
    margin: 0 auto;
}
.footer {
    max-width: 1226px;
    width: 95%;
    border-top: 1px solid #000213;
    margin: 0 auto;
    text-align: center;
    font-size: 0.8em;
}
.footer a {
    color: #000213;
}
.social-block {
    margin-top: 3px;
}
.social-block ul {
    margin: 0 auto;
    padding: 0;
    height: 65px;
    background-image: url("../img/фон подвал.jpg");
    background-size: 240px;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-clip: padding-box;
}
.footer-bottom {
    width: 65%;
    margin: 0 auto;
    text-align: center;
}
.footer-btn-left a {
    margin-top: 5px;
    float: left;
    width: 100px;
    border: 1px solid #000213;
    border-radius: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.footer-btn-right a {
    margin-top: 5px;
    float: right;
    display: block;
    width: 100px;
    border-radius: 15px;
    color: white;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #ff4746;
}
.footer-copiright {
    float: right;
    margin-bottom: 40px;
}
.social-block li {
    padding-top: 22px;
    display: inline-block;
    margin-right: 15px;
    text-align: center;
}
.social-block li:last-child {
    margin-right: 0;
}
.footer-link {
    margin-top: 20px;
}
.footer-link a {
    display: block;
    margin-top: 2px;
}
.social-block a img {
    width: 20px;
}
.social-block li:first-child img {
    width: 22px;
}
.line-through {
    text-decoration: line-through;
    text-decoration-color: red;
}
@media(hover: hover) and (pointer: fine) {
    .tab-news-desktop .content-news:nth-child(1) .content-news-header:hover h3,
    .news-content a:nth-child(1) .content-news:hover,
    .news-content a:nth-child(7) .content-news:hover,
    .news-content a:nth-child(10) .content-news:hover {
        background-color: #309fff;
    }
    .tab-news-desktop .content-news:nth-child(2) .content-news-header:hover h3,
    .news-content a:nth-child(2) .content-news:hover,
    .news-content a:nth-child(8) .content-news:hover,
    .news-content a:nth-child(11) .content-news:hover {
        background-color: #ff4746;
    }
    .tab-news-desktop .content-news:nth-child(3) .content-news-header:hover h3,
    .news-content a:nth-child(3) .content-news:hover,
    .news-content a:nth-child(9) .content-news:hover,
    .news-content a:nth-child(12) .content-news:hover {
        background-color: #ffe800;
    }
    .news-content a:nth-child(4) .content-news:hover {
        background-color: #12c07d;
    }
    .news-content a:nth-child(5) .content-news:hover {
        background-color: #ff7300;
    }
    .news-content a:nth-child(6) .content-news:hover {
        background-color: #bc6d9b;
    }
}
.news-content img {
    margin-bottom: 15px;
}
.content-orgCom {
    text-align: center;
}
.btn-group-a {
    clear: both;
    font-family: Geometria;
    font-weight: bold;
    text-transform: uppercase;
}
.news-content img {
    width: 100%;
}
.content-card img {
    float: left;
    width: 29%;
    margin: 0 3% 3% 0;
}
.news28-images {
    float: left;
    width: 31%;
    margin-right: 3%;
}
.news28-images img {
    width: 100%;
    text-align: left;
}
.content-card-news img {
    margin: 0 3% 3% 0;
}
.content-card ul {
    padding: 0;
    margin-left: 2%;
}
.content-card-text {
    float: left;
    width: 66%;
}
.content-card-text p:first-child {
    margin-top: 0;
}
.content-card li {
    list-style-position: outside;
}
.footer-nav {
    text-align: center;
}
.strong-error {
    color: red;
    font-weight: bold;
}
.tab-news-desktop input {
    display: none;
}
.tab-news-desktop section {
    border-bottom: 1px solid gray;
}
.tab-news-desktop section {
    display: none;
    margin: 0 auto;
    padding-top: 15px;
    width: 65%;
    clear: both;
    background-color: white;
    text-align: center;
    line-height: 2;
}
.tab-news-desktop section li {
    text-align: center;
}
.contacts-tel {
    color: yellow !important;
}
.content-contacts + .footer,
.juri-content + .footer {
    border: none;
}
.video {
    width: 100%;
    text-align: center;
    padding-top: 25px;
    clear: both;
}
.video iframe {
    margin: 30px;
}
.strong {
    width: 60%;
    color: red;
    font-size: 1.8em;
    line-height: 1.5;
}
.content-strong {
    text-align: center;
    margin: 2% auto;
    border-top: 2px solid red;
    border-bottom: 2px solid red;
}
.content-strong div {
    font-size: 1.1em;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 10px;
}
.content-works-after {
    clear: both;
    margin-bottom: 30px;
    width: 100%;
    height: 1px;
}
.work-card {
    position: relative;
    float: left;
    width: 33%;
    height: 100%;
    color: #000213;
}
.work-card-img {
    width: 50%;
    margin-bottom: -1.3%;
}
.work-card-text {
    width: 50%;
    float: right;
    margin-top: 20%;
    font-size: 0.81em;
}
.work-card-tetxts {
    margin-top: 9%;
}
.work-card:nth-child(6n-2) .work-card-text,
.work-card:nth-child(6n-1) .work-card-text,
.work-card:nth-child(6n) .work-card-text {
    float: left;
}
.work-card-text span {
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: 18px;
    padding-left: 50%;
}
.work-card:nth-child(6n-2) .work-card-text span,
.work-card:nth-child(6n-1) .work-card-text span,
.work-card:nth-child(6n) span {
    padding-left: 0;
    padding-right: 50%;
}
/* .partnersContent {
    background-image: url("/img/���������������� ������ �� �������������������� .jpg");
    background-repeat: no-repeat;
    background-position: 50% center;
    background-clip: padding-box;
} */
.contestants-card {
    position: relative;
    width: 95%;
    margin: 10px auto;
    max-width: 1226px;
    font-family: Root;
}
.work-content > div {
    background-color: #f7f7f7;
    margin: 0 30px;
}
.work-content .clear {
    clear: both;
}
.work-content > div > img{
    float: right;
    width: 63.9%;
}
.work-content-vertical > div > img {
    width: 45%;
}
.work-content > div {
    padding: 60px 92px 60px 88px;
}
.work-content-vertical > div {
    padding: 60px 183px 60px 88px;
}
.work-name {
    margin-bottom: 3%;
    float: left;
    width: 30%;
    font-weight: bold;
    font-size: 1.1em;
}
.work-content .work-text {
    float: left;
    width: 30%;
}
.work-content .work-text div {
    line-height: 1.5;
}
.work-content .work-esse {
    float: left;
    width: 30%;
    margin-top: 3%;
    font-size: 1.2em;
}
.work-content .work-esse-1 {
    font-family: "18847";
}
.work-content .work-esse-2 {
    font-family: "17896";
}
.work-content .work-esse-3 {
    font-family: "17897";
}
.work-content-vertical .work-name,
.work-content-vertical .work-text,
.work-content-vertical .work-esse {
    width: 40%;
}
.contestants-card .prev-work img,
.contestants-card .next-work img {
    width: 20px;
}
.contestants-card .prev-work,
.contestants-card .next-work {
    position: absolute;
    display: block;
    height: calc(100% - 134px)!important;
    top: 0;
    background-color: #e8e8e8;
    width: 30px;
   /*  display: none; */
}
.contestants-card .next-work {
    right: 0;
}
.contestants-card .prev-work img,
.contestants-card .next-work img {
    margin-top: 200px;
}
.work-content a {
    color: #000213;
}
.back-work-group {
    color: #000213;
    font-family: "Geometria";
    font-size: 0.85em;
    line-height: 2;
}
.back-work-group:hover {
    color: #fc7e82;
}
.back-winners-group:hover {
    color: #279dff;
}
.clearfix {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 40px auto;
}
.content-news-header-top {
    background-color: white;
    font-family: BLISSPRO;
    font-size: 0.58em;
}
.content-news-winners {
    width: 910px;
    margin: 0 auto 80px;
}
.content-news-winners h1 {
    margin-top: 10px;
    margin-bottom: -40px;
    font-size: 3em;
}
.content-news-header-top .works-naw {
    background-image: url("/img/звезда_004.svg");
    background-repeat: no-repeat;
    background-size: 61%;
    background-position: center;
}
.content-news-header-top .works-naw-btn:nth-child(1) {
    text-align: center;
    float: left;
    width: 45%;
    padding: 14% 0 8%;
}
.content-news-header-top .works-naw-btn:nth-child(3) {
    text-align: left;
    float: left;
    width: 45%;
    padding: 19% 0;
}
.content-news-header-top .works-naw-btn:nth-child(2) {
    text-align: center;
    float: right;
    width: 45%;
    padding: 14% 0 8%;
}
.content-news-header-top .works-naw-btn:nth-child(4) {
    text-align: right;
    float: right;
    width: 45%;
    padding: 19% 0;
}
.content-news-header-top .works-naw-btn:nth-child(5) {
    text-align: center;
    clear: both;
    padding: 0;
}
.works-naw-btn a {
    font-family: BLISSPRO;
    border: 1px solid #000213;
    border-radius: 30px;
    padding: 10px;
    font-size: 4em;
    font-weight: bold;
    color: #000213;
}
.works-naw-btn a:visited {
    color: #000213;
}
.works-naw-btn a:hover {
    color: #ff0000;
    border-color: #ff0000;
}
.news-content .content-news .content-news-header-top h3 {
    height: auto;
    font-size: 1.8em;
}
.red-link {
    color: red;
    font-weight: bold;
    text-decoration: underline;
}
.red-link:hover {
    color: orange;
}
.content-announcement {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
.error404 {
    width: 95%;
    min-width: 1226px;
    min-height: 250px;
    margin: 50px auto;
}
.competition-content {
    margin-top: 10px;
    background-image: url("/img/фон  о конкурсе.jpg");
    background-size: 100%;
    background-repeat: repeat-y;
}
.competition {
    margin: 0 auto;
    padding: 5px 2.5% 30px;
    width: 70%;
    text-align: center;
    background-color: white;
}
.competition-result > div {
    margin-top: 30px;
}
.competition-dock {
    margin: 0 auto;
    padding: 20px 2.5%;
    width: 70%;
    text-align: center;
    background-color: white;
}
.competition-dock a {
    color: red;
}
.competition-dock a:hover {
    color: orange;
}
.opacity-nul {
    width: 70%;
    margin: 0 auto;
    background-color: white;
    opacity: 0.5;
    padding: 50px 2.5%;
}
.competition-result {
    border-left: 10px solid orange;
    border-right: 10px solid orange;
    border-image: url("/img/линия.jpg") 10 repeat;
}
.roman-num {
    font-family: Root;
}
.news-content {
    margin-bottom: 30px;
}
.news-content-media h2 {
    border-top: 1px solid #e8e8e8;
}
.publication-news-block {
    position: relative;
    min-height: 190px;
    margin: 0 12.5%;
    border-bottom: 2px solid #2a2a2a;
    margin-top: 60px;
}
.publication-news-block:nth-child(2) {
    margin-top: 0;
}
.publication-news-block:last-child {
    border: none;
}
.publication-news-block a {
    color: #0000ee;
}
.publication-news-block a:hover {
    color: red;
}
.publication-news-data {
    position: absolute;
    top: -29.5px;
    width: 14.5%;
    height: 100%;
    margin-left: 2%;
}
.publication-news-block .data-num {
    font-size: 3.1em;
}
.publication-news-block .data-max {
    font-size: 2em;
}
.publication-news-text {
    width: 58%;
    margin: 0 auto;
}
.publication-news-text h3 {
    text-align: left;
    margin-top: 28px;
    font-size: 1.5em;
}
.publication-news-link {
    position: absolute;
    height: 130px;
    width: 250px;
    text-align: center;
    top: 45px;
    right: 0;
    background-size:200px;
    background-clip: padding-box;
    background-repeat: no-repeat;
    background-position: 83% 5px;
}
.publication-news-link1 {
    background-image: url("/img/фон меню 1.jpg");
}
.publication-news-link2 {
    background-image: url("/img/фон меню 2.jpg");
}
.publication-news-link3 {
    background-image: url("/img/фон меню 3.jpg");
}
.publication-news-link4 {
    background-image: url("/img/фон меню 4.jpg");
}
.publication-news-link5 {
    background-image: url("/img/фон меню 5.jpg");
}
.publication-news-link6 {
    background-image: url("/img/фон меню 6.jpg");
}
.publication-news-link a {
    display: block;
    margin-top: 15px;
    font-size: 1.2em;
    color: #2a2a2a;
}
.publication-news-after {
    clear: both;
    height: 30px;
    width: 100%;
}
.publication-news-block .child-man-img {
    display: block;
    margin: 20px auto;
    width: 100%;
}
.publication-news-block .drg-link {
    float: left;
    margin: 20px 0;
}
.publication-news-block img {
    width: 100%;
}
.thanks-block {
    width: 71.5%;
    margin: 0 auto;
}
.content-card-voting {
    max-width: 1226px;
    width: 95%;
    margin: 0 auto;
    text-align: center;
}
.content-card-voting > div {
    width: 64%;
    text-align: center;
    padding: 0;
    margin: 0 auto;
}
.content-card-voting ol {
    list-style-type: none;
    padding: 0;
    margin: 0 0 50px 0;
}
.content-card-voting-ol {
    margin-left: 33%;
}
.content-card-voting li {
    margin-bottom: 10px;
}
.content-card-voting-ol span {
    line-height: 2.5;
}
.content-card-voting a {
    color: red;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 2;
}
.content-card-voting a:hover {
    color: orange;
}
.content-card-voting-hr {
    margin-left: 33%;
}
.content-card-text-3107 {
    float: none;
    margin: 0 auto;
}
.content-card-text-3107 .content-card-text-3107-img {
    float: left;
    width: 50%;
    padding: 0 15px 15px 0;
    margin: 0;
    text-align: center;
}
.content-card-text-3107-clear {
    clear: both;
}
.content-card-text-3107 .content-card-text-3107-img img {
    float: none;
    width: 100%;
    margin: 0;
}
.content-card-text-3107 .content-card-text-3107-img .img-vertical {
    width: 65%;
}
.content-card-text-3107 .hashtag {
    clear: both;
    margin-bottom: 50px;
}
.content-card .content-card-news-poster img {
    float: none;
    display: block;
    width: 75%;
    max-width: 1226px;
    margin: 0 auto;
}
.content-card-news-150221 hr:nth-child(2) {
    margin-top: 50px;
}
@media screen and (max-width: 939px) {
    .content-card-voting > div {
        width: 75%;
    }
    .content-news-winners {
        width: 90%;
    }
    .site_title_img2 {
        max-width: 45%;
    }
    .content-contacts {
        background-size: auto;
    }
    .publication-news-block {
        margin: 0;
    }
}
@media screen and (max-width: 870px) {
    .footer-bottom {
        width: 90%;
    }
    .footer-copiright {
        margin-top: 20px;
    }
    .content-orgCom .representative,
    .content .representative {
        width: 49%;
    }
    .content .representative:nth-child(4) img,
    .jury-content .representative:nth-child(4) img,
    .content .representative:nth-child(5) img,
    .content .representative:nth-child(9) img,
    .content .representative:nth-child(10) img,
    body .content-artCouncil .representative:nth-child(6) img {
        float: right;
    }
    .predsedatel .representative img,
    .content-jury .representative:nth-child(4) img,
    .content .representative:nth-child(7) img,
    .content .representative:nth-child(8) img,
    .content .representative:nth-child(11) img,
    .content .representative:nth-child(12) img,
    .content-orgCom .representative:nth-child(3) img {
        float: left;
    }
    .work-card {
        width: 50%;
    }
    .work-card:nth-child(4n-3) .work-card-text,
    .work-card:nth-child(4n-2) .work-card-text {
        float: right;
    }
    .work-card:nth-child(4n-1) .work-card-text,
    .work-card:nth-child(4n) .work-card-text {
        float: left;
    }
    .work-card:nth-child(n) .work-card-text span {
        padding: 0;
    }
    .work-card:nth-child(4n-1) .work-card-text span,
    .work-card:nth-child(4n) .work-card-text span {
        padding-right: 50%;
    }
    .work-card:nth-child(4n-3) .work-card-text span,
    .work-card:nth-child(4n-2) .work-card-text span {
        padding-left: 50%;
    }
}
@media screen and (max-width: 827px) {
    .juri-content {
        padding: 15% 10% 15% 10%;
    }
    .content-card-text {
        float: none;
        width: 100%;
    }
    
}
@media screen and (max-width: 797px) {
    .content-announcement,
    .tab-news-desktop section {
        width: 95%;
    }
}
@media screen and (max-width: 780px) {
    .content-news-winners {
        width: 95%;
        font-size: 1em;
    }
    .content-news-winners a {
        font-size: 3.5em;
    }
    .site_title_img2 {
        max-width: 55%;
    }
    .juri-content {
    background-size: 140%;
    }
    .content-news {
        width: 48.25%;
    }
    .news-content .content-news,
    .news-content a:nth-child(3) .content-news {
        margin-right: 3.4%;
    }
    .content-news:nth-child(2),
    .news-content a:nth-child(2) .content-news,
    .news-content a:nth-child(4) .content-news,
    .news-content a:nth-child(6) .content-news,
    .news-content a:nth-child(8) .content-news {
        margin-right: 0;
    }
    .tab-news3 {
        margin: 0 auto;
        float: none;
    }
    .publication-news-link {
        position: static;
        width: 100%;
        background-position: 50% 0;
        height: auto;
    }
    .publication-news-link a {
        line-height: 3;
    }
    .publication-news-data {
        top: 0;
        width: 15.5%;
    }
    .publication-news-block img {
        margin: 20px 0;
    }
}
@media screen and (max-width: 650px) {
    .content-card-voting > div {
        width: 100%;
    }
    .work-content > div > img,
    .work-content .work-name,
    .work-content .work-text,
    .work-content .work-esse {
        font-size: 0.8em;
        float: none;
        width: 100%;
        padding-bottom: 25px;
        margin: 0;
    }
    .work-content .work-esse {
        width: 85%;
        margin: 10px auto 0;
    }
    .work-content .work-name {
        text-align: center;
    }
    .work-content > div > img {
        padding-bottom: 10px;
    }
    .work-content .work-text div {
        float: left;
    }
    .work-content .work-text div:last-child {
        float: right;
    }
    .work-content > div {
        padding: 5%;
    }
}
@media screen and (max-width: 650px) {
    .video iframe {
        width: 355.555556px;
        height: 200px;
    }
    .juri-content {
        background-size: 150%;
    }
    .content-orgCom .representative,
    .content .representative {
        width: 100%;
    }
    .content-orgCom .representative:nth-child(3) img,
    .content .representative:nth-child(3) img,
    .content .representative:nth-child(5) img,
    .content .representative:nth-child(7) img,
    .content .representative:nth-child(9) img,
    .content .representative:nth-child(11) img {
        float: right;
    }
    .content .representative:nth-child(4) img,
    .content .representative:nth-child(6) img,
    .content .representative:nth-child(8) img,
    .content .representative:nth-child(10) img,
    .content .representative:nth-child(12) img,
    .content .representative:nth-child(14) img,
    body .content-artCouncil .representative:nth-child(6) img,
    .content-orgCom .representative:nth-child(5) img {
        float: left;
    }
    .publication-news-text {
        width: 100%;
        margin-left: 0;
    }
    .publication-news-data {
        position: static;
        text-align: center;
        width: 100%;
        margin-left: 0;
        margin-bottom: -30px;
    }
    .publication-news-block .data-num {
        font-size: 1em;
    }
    .publication-news-text h3 {
        text-align: center;
    }
    .publication-news-text {
        text-align: center;
    }
}
@media screen and (max-width: 620px) {
    .footer-bottom {
        width: 100%;
    }
    .footer-copiright {
        float: none;
        margin-top: 20px;
    }
    .juri-content {
        background-size: 160%;
    }
    .site_title_img2 {
        max-width: 63%;
    }
    .logo-img {
        display: none;
    }
    
    .form-float {
        float: none;
        display: block;
        width: 91.3%;
    }
    .work-card {
        width: 100%;
    }
    .work-card:nth-child(2n-1) .work-card-text {
        float: right;
    }
    .work-card:nth-child(2n) .work-card-text {
        float: left;
    }
    .work-card-img {
        margin-bottom: -0.8%;
    }
    .work-card:nth-child(2n-1) .work-card-text span {
        padding: 0;
        padding-left: 50%;
    }
    .work-card:nth-child(2n) .work-card-text span {
        padding: 0;
        padding-right: 50%;
    }
}
@media screen and (max-width: 575px) {
    .news28-images,
    .content-card .content-card-news-poster img {
        width: 100%;
    }
    .news28-images img {
        margin: 0;
        margin-bottom: 3%;
    }
    .content-card-voting-hr {
        margin-left: 0;
    }
    .content-card-voting-ol {
        margin-left: 0;
    }
}
@media screen and (max-width: 575px) {
    .content-news-winners {
        width: 95%;
        font-size: 0.9em;
    }
    .content-news-winners a {
        font-size: 3em;
    }
    .juri-content {
        background-size: 180%;
    }
    .site_title_img2 {
        max-width: 70%;
    }
    #applicationForm .form-float {
        float: none;
        width: 100%;
    }
    .content .content-news {
        margin: 0 auto;
        float: none;
        width: 100%;
    }
    .tab input, .tab-content {
        display: none;
    }
    .tab :checked ~ .tab-content {
        display: block;
    }
    .tab-title {
        cursor: pointer;
        display: block;
    }
    .nav-menu ul, .footer ul {
        text-align: center;
    }
    .nav-menu li {
        display: block;
        margin: 0;
    }
}
@media screen and (max-width: 525px) {
    .footer-btn-left a,
    .footer-btn-right a {
        float: none;
        display: inline-block;
    }
    .footer-bottom {
        text-align: center;
    }
    
}
@media screen and (max-width: 506px) {
    .juri-content {
        background-size: 190%;
    }
    .btn-black {
        margin-top: 20px;
    }
    .content-card-text-3107 .content-card-text-3107-img {
        float: none;
        width: 100%;
        padding: 0;
    }
}
@media screen and (max-width: 474px) {
    .content-news-winners {
        width: 95%;
        font-size: 0.8em;
    }
    .content-news-winners a {
        font-size: 2.5em;
    }
    .video iframe {
        width: 320px;
        height: 180px;
    }
    .juri-content {
        background-size: 150%;
        padding: 15% 5% 15% 5%;
    }
    .btn-white {
        margin-top: 20px;
    }
    .site_title_img2 {
        max-width: 85%;
    }
}
@media screen and (max-width: 430px) {
    .video iframe {
        width: 284.444445px;
        height: 160px;
    }
    .juri-content {
        background-size: 230%;
    }
}
@media screen and (max-width: 390px) {
    .content-news-winners a {
        font-size: 2em;
    }
    .content-news-winners h1 {
        margin-bottom: -10px;
        line-height: 1;
    }
    .work-content .work-text div {
        float: none;
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 350px) {
    .video iframe {
        margin: 0 auto;
    }
    .representative {
        padding: 5px;
        background: #f7f7f7;
    }
    .content-orgCom .representative img,
    .content-orgCom .representative span,
    .content .representative img,
    .content .representative span {
        width: 100%;
        float: none;
    }
    .content-card img {
        width: 50%;
    }
    .work-card {
        width: 100%;
        text-align: center;
    }
    .work-card .work-card-img {
        float: none;
        width: 100%;
    }
    .work-card .work-card-text {
        float: none;
        width: 100%;
        margin: 5% 0;
    }
    .work-card .work-card-text div::after {
        content: "-";
        color: white;
    }
    .work-card:nth-child(2n-1) .work-card-text span,
    .work-card:nth-child(2n) .work-card-text span {
        position: static;
        padding: 0;
    }
}

@media screen and (max-width: 333px) {
    .content-news-winners a {
        font-size: 1.8em;
    }
    .contestants-card .prev-work {
        left: 0;
    }
    .contestants-card .next-work {
        right: 0;
    }
    .juri-content {
        background-size: 360%;
        width: 100%;
        font-size: 0.8em;
    }
    .btn-white {
        margin-top: 20px;
    }
    .site_title_img2 {
        max-width: 100%;
    }
    .form-float, #workName {
        width: 80%;
    }
}
@media screen and (max-width: 300px) {
    .content-news-winners a {
        font-size: 1.6em;
    }
    .content-card img {
        width: 100%;
        margin: 0 0 2% 0;
        padding: 0;
    }
}
@media screen and (max-width: 290px) {
    .content-news-winners a {
        font-size: 1.3em;
    }
    .content-news-winners h1 {
        font-size: 2.5em;
    }
}
.popup-body {
    position: absolute;
    width: 40%;
    max-width: 400px;
    border: 1px solid gray;
    top: 10%;
    left: 50%;
    z-index: 100;
    background-color: white;
    text-align: center;
    padding: 25px;
    margin-left: -20%;
    border-radius: 5px;
}
.popup-body h3 {
    color: red;
}
.popup-body a {
    display: block;
    font-size: 22px;
    line-height: 1;
    padding: 0 7px 5px;
    height: 20px;
    color: gray;
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid gray;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
}
@media screen and (max-width: 850px) {
    .popup-body {
        width: 65%;
        margin-left: -32.5%;
    }
}
@media screen and (max-width: 530px) {
    .popup-body {
        width: 80%;
        margin-left: -45%;
    }
}