@font-face {
    font-family: Lava; /* Гарнитура шрифта */
    src: url("fonts/Lava/LavaPro-Regula.ttf"); /* Путь к файлу со шрифтом */
   }

@font-face {
    font-family: 'Lava Pro';
    src: url('fonts/Lava/LavaPro-HeavyItalic.eot');
    src: local('Lava Pro Heavy Italic'), local('LavaPro-HeavyItalic'),
        url('fonts/Lava/LavaPro-HeavyItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lava/LavaPro-HeavyItalic.woff2') format('woff2'),
        url('fonts/Lava/LavaPro-HeavyItalic.woff') format('woff'),
        url('fonts/Lava/LavaPro-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Lava Pro';
    src: url('fonts/Lava/LavaPro-BoldItalic.eot');
    src: local('Lava Pro Bold Italic'), local('LavaPro-BoldItalic'),
        url('fonts/Lava/LavaPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lava/LavaPro-BoldItalic.woff2') format('woff2'),
        url('fonts/Lava/LavaPro-BoldItalic.woff') format('woff'),
        url('fonts/Lava/LavaPro-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Lava Pro';
    src: url('fonts/Lava/LavaPro-Medium.eot');
    src: local('Lava Pro Medium'), local('LavaPro-Medium'),
        url('fonts/Lava/LavaPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lava/LavaPro-Medium.woff2') format('woff2'),
        url('fonts/Lava/LavaPro-Medium.woff') format('woff'),
        url('fonts/Lava/LavaPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Lava Pro';
    src: url('fonts/Lava/LavaPro-Bold.eot')
        url('fonts/Lava/LavaPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lava/LavaPro-Bold.woff2') format('woff2'),
        url('fonts/Lava/LavaPro-Bold.woff') format('woff'),
        url('fonts/Lava/LavaPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lava Pro';
    src: url('fonts/Lava/LavaPro-Regular.eot')
        url('fonts/Lava/LavaPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lava/LavaPro-Regular.woff2') format('woff2'),
        url('fonts/Lava/LavaPro-Regular.woff') format('woff'),
        url('fonts/Lava/LavaPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lava Pro';
    src: url('fonts/Lava/LavaPro-MediumItalic.eot');
    src: local('Lava Pro Medium Italic'), local('LavaPro-MediumItalic'),
        url('fonts/Lava/LavaPro-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lava/LavaPro-MediumItalic.woff2') format('woff2'),
        url('fonts/Lava/LavaPro-MediumItalic.woff') format('woff'),
        url('fonts/Lava/LavaPro-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Lava Pro';
    src: url('fonts/Lava/LavaPro-RegularItalic.eot');
    src: local('Lava Pro Regular Italic'), local('LavaPro-RegularItalic'),
        url('fonts/Lava/LavaPro-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lava/LavaPro-RegularItalic.woff2') format('woff2'),
        url('fonts/Lava/LavaPro-RegularItalic.woff') format('woff'),
        url('fonts/Lava/LavaPro-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lava Pro';
    src: url('fonts/Lava/LavaPro-Heavy.eot');
    src: local('Lava Pro Heavy'), local('LavaPro-Heavy'),
        url('fonts/Lava/LavaPro-Heavy.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lava/LavaPro-Heavy.woff2') format('woff2'),
        url('fonts/Lava/LavaPro-Heavy.woff') format('woff'),
        url('fonts/Lava/LavaPro-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

.background-competititons {
  display: flex;
  align-items: center;  
  width: 100%;
  margin: 0 auto;
  background: #d2d2d2 url('../../images/Karl Friedrich Lessing - Landscape with Crows.jpeg') no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  height: 300px;
}

.lists-test {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.lists-test p {
  margin-left: 10px;
}

/* Полоса статуса bar */

.progress-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.progress-bar-status {
    height: 5px;
    max-width: 100%;
    background-color: #000;
    transition: width .25s linear;
}

.competition-content-header {
    width: 100%;
    height: 300px;
    position: relative;
}

.competition-background-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 250px;
    z-index: 1;
    opacity: 1;
    overflow: hidden;
    background-color: black;
}

.competition-background-img img{
    height: 100%;
    width: 100%;
    opacity: 0.8;
    position: absolute;
    background-position: center center;
    object-fit: cover;
    filter: blur(15px);
}
/* Фон header */
.GlobalHeader-backgroundImage {
    background-image: url("/images/sliders/AV-theme.jpg");
    position: absolute;
    top: -100px;
    left: -100px;
    bottom: -100px;
    right: -100px;
    background-color: #222;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    filter: blur(20px);
    opacity: .7;
}

.GlobalHeader-backgroundImage-ushi {
    background-image: url("/images/sliders/Ushi-theme.jpg");
    position: absolute;
    top: -100px;
    left: -100px;
    bottom: -100px;
    right: -100px;
    background-color: #222;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    filter: blur(20px);
    opacity: .7;
}

.GlobalHeader-backgroundImage-AV-adult {
    background-image: url("/images/sliders/AV-adult-theme2.jpg");
    position: absolute;
    top: -100px;
    left: -100px;
    bottom: -100px;
    right: -100px;
    background-color: #222;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    filter: blur(20px);
    opacity: .7;
}

.GlobalHeader-backgroundImage-LS {
    background-image: url("/images/sliders/LS-theme.jpg");
    position: absolute;
    top: -100px;
    left: -100px;
    bottom: -100px;
    right: -100px;
    background-color: #222;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    filter: blur(20px);
    opacity: .7;
}

.GlobalHeader-backgroundImage-Maestro {
    background-image: url("/images/sliders/maestro-theme.jpg");
    position: absolute;
    top: -100px;
    left: -100px;
    bottom: -100px;
    right: -100px;
    background-color: #222;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    filter: blur(20px);
    opacity: .7;
}

.GlobalHeader-backgroundImage-Future {
    background-image: url("/images/sliders/future_theme.jpg");
    position: absolute;
    top: -100px;
    left: -100px;
    bottom: -100px;
    right: -100px;
    background-color: #222;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    filter: blur(20px);
    opacity: .7;
}

.GlobalHeader-backgroundImage-CompositionX {
    background-image: url("/images/sliders/compositionX-theme-comp.jpg");
    position: absolute;
    top: -100px;
    left: -100px;
    bottom: -100px;
    right: -100px;
    background-color: #222;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    filter: blur(20px);
    opacity: .7;
}

.GlobalHeader-backgroundImage-Plasticine {
    background-image: url("/images/sliders/plastylyn.jpg");
    position: absolute;
    top: -100px;
    left: -100px;
    bottom: -100px;
    right: -100px;
    background-color: #222;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    filter: blur(20px);
    opacity: .7;
}

.GlobalHeader-backgroundImage-OnTheWater {
    background-image: url("/images/sliders/onthewater.jpg");
    position: absolute;
    top: -100px;
    left: -100px;
    bottom: -100px;
    right: -100px;
    background-color: #222;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    filter: blur(20px);
    opacity: .7;
}

.GlobalHeader-backgroundImage-applique {
    background-image: url("/images/sliders/application.jpg");
    position: absolute;
    top: -100px;
    left: -100px;
    bottom: -100px;
    right: -100px;
    background-color: #222;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    filter: blur(20px);
    opacity: .7;
}

.GlobalHeader-backgroundImage-PaperCreativity {
    background-image: url("/images/sliders/bumagaplastica.jpg");
    position: absolute;
    top: -100px;
    left: -100px;
    bottom: -100px;
    right: -100px;
    background-color: #222;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    filter: blur(20px);
    opacity: .7;
}

.GlobalHeader-backgroundImage-WhiteOnBlack {
    background-image: url("/images/sliders/BelimPoChernomu.jpg");
    position: absolute;
    top: -100px;
    left: -100px;
    bottom: -100px;
    right: -100px;
    background-color: #222;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    filter: blur(20px);
    opacity: .7;
}

.GlobalHeader-backgroundImage-SoZdanie {
    background-image: url("/images/sliders/Sozdanie.jpg");
    position: absolute;
    top: -100px;
    left: -100px;
    bottom: -100px;
    right: -100px;
    background-color: #222;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    filter: blur(20px);
    opacity: .7;
}

.GlobalHeader-backgroundImage-FeatsAndHeroes {
    background-image: url("/images/sliders/podvigi_i_geroi.jpg");
    position: absolute;
    top: -100px;
    left: -100px;
    bottom: -100px;
    right: -100px;
    background-color: #222;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    filter: blur(20px);
    opacity: .7;
}

.GlobalHeader-backgroundImage-Ja-fantazer {
    background-image: url("/images/sliders/Ja_fantazer.jpg");
    position: absolute;
    top: -100px;
    left: -100px;
    bottom: -100px;
    right: -100px;
    background-color: #222;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    filter: blur(20px);
    opacity: .7;
}

.competition-card-info {
    position: absolute;
    width: 300px;
    height: 300px;
    background-color: #fff;
    z-index: 2;
    outline: 2px solid #fff;
    outline-offset: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    opacity: 0.85;
}

.indention {
    margin-top: 40px;
}

/*  Header  */

.row-competition {
    position: relative;
    width: 100%;
}


.competition-content-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-bottom: 1px solid #c29525;
}

.competition-content-header-wrapper {
    width: 50%;
    display: flex;
    flex-direction: row;
}

.competition-content-header-logo {
    display: block;
    z-index: 7;
    color: white;
    position: relative;
    top: 30px;
    width: 250px;
    height: 250px;
    box-shadow: 0 4px 12px rgba(0,0,0,.08), 0 0 1px rgba(1,0,0,.1);
}

.competition-content-header-logo img{
    border: 3px solid #ffffff;
    width: 250px;
    height: 250px;
    box-shadow: 0 4px 12px rgba(0,0,0,.08), 0 0 1px rgba(1,0,0,.1);
}

.competition-content-header-info {
    z-index: 99;
    position: relative;
    top: 40px;
}

.competition-content-header-info-italic {
    margin-left: 30px; 
    color: #ffffff;
    font-family: Lora;
    font-size: 1.0rem;
    opacity: 0.7;
    font-weight: 300;
    letter-spacing: 2px;
}

.competition-content-header-info-term {
    margin-top: 8px;
    margin-left: 30px; 
    color: #ffffff;
    font-family: Lora;
    font-size: 1.0rem;
    opacity: 0.7;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 1px;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 1.5;
}

.competition-content-header-info-term img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}


.competition-themes-button {

    display: flex;
    flex-direction: row;
    justify-content: center;
}

.competition-themes-button a{
    position: absolute;
    margin-top: 130px;
    background-color: #ffffff;
    padding: 10px 15px;
    border-radius: 8px;
    cursor: pointer;
}

.competition-terms {
    position: relative;
    top: 0px;

}

.competition-content-header-info-title {
    margin-top: 2px;
    margin-left: 30px; 
    font-family: Lora;
    font-style: 300;
    font-size: 1.6rem;
    letter-spacing: 2px;
    color: #ffffff;
}

.participate-block {
    position: relative;
    width: 100%;
    background: #FFE6E6;
    background: linear-gradient(244deg,rgba(255, 230, 230, 1) 0%, rgba(212, 241, 250, 1) 100%);
    color: blue;
    height: 100px;
    display: flex;
    margin-bottom: 30px;
    border-radius: 20px;
}

.competition-content-preface {
    display: flex;
    justify-content: center;

}

.competition-content-preface-row {
    width: 60%;
    height: 100%;
    margin-bottom: 30px;
    /*
    border-bottom: 1px solid #c29525;
    padding-bottom: 30px;
    */
}

.text-center {
    text-align: center;
}

.preface {
    text-align: left;
    font-family: 'Lava Pro';
    font-weight: normal;
    font-size: 2.0rem;
}

.main-preface {
    margin-left: 0px;
    margin-top: 40px;
}

.preface-text {
    font-family: Lora;
    font-size: 1.2rem;
    text-indent: 20px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    margin-left: 10px;
}

.preface-text-ps {
    font-family: 'Lava Pro';
    font-weight: bold;
    font-style: italic;
    font-size: 1.2rem;
    text-indent: 20px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    margin-left: 10px;
}

.preface-text-ps-xl {
    font-family: 'Lava Pro';
    font-weight: bold;
    font-style: italic;
    font-size: 1.8rem;
    text-indent: 20px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    margin-left: 10px;
}



.competition-content-position {
    display: flex;
    justify-content: center;
}

.competition-position {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.competition-position a{
    margin-left: 10px;
    font-family: Lora;
    font-size: 1.0rem;
    cursor: pointer;
}

.participate-block-button {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
}

.participate-block-button-item {
    background-color: #F55C59;
    padding: 15px 20px;
    border-radius: 25px;
    color: white;
    cursor: pointer;
}

.competitions-navigation {
    display: flex;
    justify-content: center;
    width: 100%;
}

.competitions-grid-1 {
    margin-left: 100px;
}

.competitions-breadcrumbs {
    display: flex;
    justify-content: flex-start;
    margin-left: 20px;
    margin-right: 20px;
    width: 1200px;
    border-bottom: 1px solid #C29525;
}

.competition-breadcrumbs {
    display: flex;
    width: 100%;
    margin-bottom: 10px;

}

.competition-breadcrumbs-ul {
    padding: 20px;
    display: flex;
    flex-direction: row;
    list-style-type: none;
}

.competitions-breadcrumbs-ul {
    
    padding: 20px;
    display: flex;
    flex-direction: row;
    list-style-type: none;
}


.competition-breadcrumbs-ul li {
    font-family: Lora;
    font-size: 0.9rem;
}

.breadcrumbs-li-active {
    margin-left: 3px;
}

.breadcrumbs-li-between {
    margin-right: 3px;
    color: #C29525;
    margin-left: 3px;
    text-decoration: none;
}

.breadcrumbs-li-between a {
    text-decoration: none;
    color: #C29525;
}

/* Категории */
.competition-description {
    display: flex;
    width: 100%;
    flex-direction: column;

    justify-content: center;
    text-align: justify;
    overflow: hidden;
    position: relative;
    margin-top: 0px;
    transition: height 1s ease-out;
}

.preface-text-continuation {
    display: none;
}

.competition-description-mask {
    display: block;
    position: absolute;
    background-color: #ffffff;
    height: 20px;
    opacity: 0.6;
    left: 0;
    right: 0;
    bottom: 0;
}

.competition-content-preface-row {
    
}




.competition-description-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    width: 100%;

}

.competition-description-button p {
    font-family: Lora;
    font-size: 0.9rem;
    cursor: pointer;
}

.competition-description-button img {
    transform: rotate(90deg);
    cursor: pointer;
}

.competition-category {
    margin-top: 40px;
    font-family: Lora;
    font-size: 1.1rem;
    padding-bottom: 30px;
}

.competition-category-title {
    display: flex;
    justify-content: center;
}

.competition-category-title-p {
    margin-left: 10px;
    font-family: 'Lava Pro';
    font-weight: bold;
    font-size: 1.4rem;
}

.competition-category-item {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    }

.competition-category-age {
    margin-top: 20px;
}

.competition-list {
    margin-top: 10px; 
    list-style-type: disc;
}

.competition-list li{
     font-family: Lora;
     font-size: 1.2rem;
     margin-top: 5px;
     line-height: 1.5;
}

.competition-category-age-title {
    font-family: Lora;
    font-size: 1.2rem;
    font-weight: 600;
}

/* Темы конкурса */

.competition-themes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.competitions-themes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.competition-themes-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20px;
}

.competitions-themes-row {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-content: center;
}

.competition-themes-cards-wrapper {
    display: flex;
    justify-content: center;
}

.competition-themes-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 700px;
}

.competition-themes-cards-item {
    width: 280px;
    height: 520px;
    position: relative;
    margin-top: 25px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 5px;
    cursor: pointer;
    /*
    border: 1px solid black;
    */
    border: 1px solid #e2e1dd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,.08), 0 0 1px rgba(1,0,0,.1);
}

.competition-themes-cards-item:hover {
    background-color: #fafafa;
}

.competition-themes-cards-item:hover .competition-themes-overlay {
    opacity: 0.15;
}

.competition-themes-overlay {
    position: absolute;
    width: 280px;
    height: 280px;
    opacity: 0;
    border-radius: 6px;
    background-color: #000;
}


.competition-themes-cards-pic {
    overflow: hidden;
    border-radius: 8px;
}

.competition-themes-cards-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.competition-divider {
    width: 90px;
    height: 2px;
    background-color: #c29525;
    margin-top: 10px;
}

.competition-divider-grey {
    margin: auto;
    height: 1px;
    width: 50%;
    background-color: #cecece;
    margin-top: 15px;
}

.competition-themes-title {
    font-family: Lora;
    font-size: 1.1rem;
    color: #A9A9A9;
    margin-top: 20px;
}



.competition-themes-cards-img {
    width: 280px;
    height: 280px;
    border-radius: 8px;

    /*
    filter: grayscale(100%); 
    */
}



.competition_closed {
    filter: grayscale(100%);
}

.competition-themes-gradient {
    border-radius: 8px;
    position: absolute;
    top: 0;
    opacity: 0.6;
    height: 40px;
    background-color: #000;
    width: 280px;
}

.competition-themes-gradient-text {
    position: absolute;
    top: 10px;
    color: #ffffff;
}

.competition-themes-gradient-text:before {
    content: ".";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    color: red;
    background-color: red;
}

.competition-themes-cards-body-title {
    font-family: Lora;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 10px;
    text-decoration: none;
    color: #000;
}

.competition-themes-cards-body-info {
    position: absolute;
    bottom: 20px;
}

.competition-themes-cards-body-date {
    font-family: Lora;
    font-size: 0.9rem;
    font-weight: 400;
    margin-left: 10px;
    margin-top: 5px;
    color: #7f7f7f;
}

.status-competition {
    position: relative;
    top: 10px;
    left: 16px;
    border: 1px solid #e2e1dd;
    padding: 5px;
    display: inline-block;
}

.status-competition:before {

    position: absolute;
    content: "";
    height: calc(100% + 2px);
    width: 6px;
    background-color: #008000;
    left: -6px;
    top: -1px;
}

.status-competition-closed {
    position: relative;
    top: 10px;
    left: 16px;
    border: 1px solid #e2e1dd;
    padding: 5px;
    display: inline-block;
}

.status-competition-closed:before {

    position: absolute;
    content: "";
    height: calc(100% + 2px);
    width: 6px;
    background-color: #cc3e03;
    left: -6px;
    top: -1px;
}

.status-competition-message {
    margin-left: 5px;
    margin-right: 5px;
    font-family: 0.9rem;
}

/*  ********** Правила участия в конкурсе ********** */

.competition-participation {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 30px;
}

.competition-collapsible {
    margin-top: 10px;
    width: 80%;
    list-style-type: none;
}

.competition-rewarding-collapsible {
    margin-top: 10px;
    width: 80%;
    list-style-type: none;
}

.competition-collapsible-header {
    padding: 10px;
    border-top: 1px solid #cecece;
    font-family: Lora;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.competition-collapsible-header img{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
     -moz-transform: rotate(90deg); /* Для Firefox */
    -ms-transform: rotate(90deg); /* Для IE */
    -webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(90deg); /* Для Opera */
    transform: rotate(90deg);
    transition: transform 0.2s ease-in-out;
}


.competition-collapsible-body {
    display: none;
}

.active-collapsible img{
    -moz-transform: rotate(-90deg); /* Для Firefox */
    -ms-transform: rotate(-90deg); /* Для IE */
    -webkit-transform: rotate(-90deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(-90deg); /* Для Opera */
    transform: rotate(-90deg);
    transition: transform 0.2s ease-in-out;
}

.competition-collapsible-ul {
    list-style-type: disc;
}

.competition-collapsible-ul li {
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-right: 10px;
    font-family: Lora;
    
    font-size: 1.1rem;

}

.competition-collapsible-ul p {
    margin-top: 20px;
    margin-left: 30px;
    
    margin-right: 10px;
}

.competition-rewarding {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
    margin-top: 30px;
}

.competition-rewarding-title {
    margin-left: 20px;
    font-family: Lora;
    font-size: 1.2rem;
    margin-top: 20px;
}


.competition-themes-bottom-title {
    background-color: #f8f8f8;
    font-family: Lora;
    font-size: 1.1rem;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 4px solid #ffa500;
    
}


.competition-rewarding-list li {
    margin-top: 20px;
    margin-left: 40px;
    text-align: justify;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.size-1 {
    font-size: 1.5rem;
}
.size-2 {
    margin-top: 5px;
    font-size: 1.2rem;
    opacity: 0.4;
}

.size-3 {
    margin-top: 15px;
    font-size: 1.1rem;
}

.size-4 {
    margin-top: 0px;
    font-size: 1.1rem;
}

.competition-financial-conditions {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 40px;
    margin-top: 30px;
    background-color: #f1f1f1;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.competition-financial-conditions-list {
    
}

.competition-financial-conditions-list li {
    margin-bottom: 20px;
    margin-left: 40px;
    text-align: justify;
}

mark {
    background: #ffffff;
    padding: 0 3px;
    border-bottom: 1px dashed #333;
   }

@media screen and (max-width: 1024px) {
    .preface {
    font-family: 'Lava Pro';
    font-weight: bold;
    font-size: 1.5rem;
    margin-left: 5px;
}

   .competition-list li{
     font-family: Lora;
     font-size: 1.2rem;
     margin-left: 30px;
     margin-top: 5px;
     line-height: 1.5;
}

.competition-themes-title {
    font-family: Lora;
    font-size: 1.1rem;
    color: #A9A9A9;
    margin-top: 20px;
    margin-left: 10px;
}

.competition-divider {
    width: 90px;
    height: 2px;
    background-color: #c29525;
    margin-top: 10px;
    margin-left: 7px;
}


}


@media screen and (max-width: 1299px) {
    .competition-content-header-wrapper {
    width: 95%;
    display: flex;
    flex-direction: row;
}

.competition-content-preface-row {
    width: 90%;
    
}

.competitions-themes-row {
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-content: center;
}


}

@media screen and (min-width: 1399px) {
   .competition-themes-cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 1299px;
}

}

@media screen and (max-width: 670px) {
    .competition-content-header-logo {
        display: none;
    }

    .competition-content-header-info {
    top: 20px;
}

.competition-collapsible {
    width: 95%;
}

.competition-themes-bottom-title {
    font-family: Lora;
    font-size: 1.0rem;
}

.participate-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.participate-block {
    position: relative;
    width: 100%;
    background: #FFE6E6;
    background: linear-gradient(244deg,rgba(255, 230, 230, 1) 0%, rgba(212, 241, 250, 1) 100%);
    color: blue;
    height: 200px;
    display: flex;
    margin-bottom: 30px;
    border-radius: 20px;
}

.participate-block-button {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.competition-content-header-info-italic {
    margin-left: 10px; 
    color: #ffffff;
    font-family: Lora;
    font-size: 0.8rem;
    opacity: 0.7;
    font-weight: 300;
    letter-spacing: 2px;
}

.competition-content-header-info-term {
    margin-top: 8px;
    margin-left: 10px; 
    color: #ffffff;
    font-family: Lora;
    font-size: 0.8rem;
    opacity: 0.7;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 1px;
}

.competition-terms {
    position: relative;
    bottom: 0px;
}

.competition-content-header-info-title {
    margin-top: 5px;
    margin-left: 10px; 
    font-family: Lora;
    font-style: 300;
    font-size: 1.2rem;
    letter-spacing: 2px;
    color: #ffffff;
}

.competition-content-preface-row {
    width: 95%;
}

.competition-themes-cards {
    width: 290px;
}

.competition-themes-cards-item {
    height: 380px;
    margin-top: 25px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.competition-themes-overlay {
    position: absolute;
    width: 280px;
    height: 140px;
    opacity: 0;
    border-radius: 6px;
    background-color: #000;
}

.competition-themes-cards-img {
    width: 280px;
    height: 140px;
    border-radius: 8px;
    object-fit: none;

    /*
    filter: grayscale(100%); 
    */
}

.competition-collapsible-header {
    padding: 10px;
    border-top: 1px solid #cecece;
    font-family: Lora;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.competition-financial-conditions {
    padding-right: 15px;
    padding-left: 5px;
    padding-top: 20px;
}


}