
.center {
  
  
}

.main-content {
  display: flex;
  flex-direction: column;


}

/*************************Слайдер старт***************************/

.slider-container {

}



.slider-header {
  /*
  height: 100vh;
  height: calc(100vh - 70px);
  position: relative;
  */
}

.slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center; 
  background-color: black;
 
}

.slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center; 
  background-color: black;
 
}
  
.slider-body {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    align-items: stretch;
    transition: none;
    will-change: transform;
    transition: all .5s ease;
    
    z-index: 5;
  }

.slider-wrapper {
   width: 100%;
   height: 100%;
   
   z-index: 2;
}  
 
 
.slider-slide {
    display: flex;
    flex-direction: row;
    justify-content: center;
    min-width: 100%;
    height: 100vh;
    height: calc(100vh - 70px);
    background-size: cover;
    background-position: center;
    flex: 1 100%;
    z-index: 2;
    opacity: 1;

  }

.slider-header-img {
  position: absolute;
  
}

.slider-slide img{
  height: 100%;
  object-fit: cover;
  width: 100%;
  z-index: 1;
  opacity: 0.8;
}  

.slider-header-content {
  position: relative;
  display: flex;
  top: 50px;
  flex-direction: column;
  width: 90%;
  z-index: 6;
  height: 90%;
  align-content: space-between;
  /*
  border: 1px solid white;
  */
}

.slider-header-competition-content {
	height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: flex-end;
  
  flex-direction: row;
}

.slider-footer-content {
	
}

.slider-header-competition-switch {
    display: block;
}

.slider-header-competition-tours {
  display: block;
  width:90%;
  height: 30px;
  position: absolute;
  bottom: 110px;
  z-index: 5;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.slider-header-competition-tours-item {
    margin: 8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    /*background: rgba(255, 255, 255, 0.9);*/
    overflow: hidden;
    opacity: 0.6;
    cursor: pointer;
    
    text-indent: -9999px;

    border: 2px solid white;
}

.current {
  background: white;
  opacity: 1;
}


.slider-header-competition-switch-left {
  top: 50%;
  position: absolute;
  z-index: 5;
  left: 10px;
  height: 60px;
  width: 60px;
  margin-top: -40px;
  overflow: hidden;
}

.slider-header-competition-switch-right {
  top: 50%;
  position: absolute;
  z-index: 5;
  right: 10px;
  height: 60px;
  width: 60px;
  margin-top: -40px;
  overflow: hidden;
}


.slider-header-competition-switch img {
	position: relative;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.slider-header-competition-switch-left-img {
	position: relative;
	padding: 10px;
	cursor: pointer;
	opacity: 0.7;
	transition: all 0.2s ease;
}

.slider-header-competition-switch-left-img:hover {
	opacity: 1;
	transition: all 0.2s ease;
}

.slider-header-competition-switch-right-img {
	position: relative;
  padding: 10px;
	cursor: pointer;
	opacity: 0.7;
	transition: all 0.2s ease;
}

.slider-header-competition-switch-right-img:hover {
	opacity: 1;
	transition: all 0.2s ease;
}

.slider-header-competition-info {
	flex-grow: 1;
	
}

.slider-header-competition-content-header {
	font-family: Merriweather serif;
	font-style: 300;
	font-size: 3.5rem;
	letter-spacing: 2px;
	color: white;
	z-index: 5;
}

.slider-header-competition-content-header-italic {
	font-family: Merriweather serif;
	font-style: italic;
	font-size: 2.1rem;
	padding: 10px 0;
	color: white;
	z-index: 5;
	letter-spacing: 2px;
}

.slider-header-competition-content-header-bold {
	font-family: Merriweather serif;
	font-style: normal;
	font-size: 18px;
	padding: 5px 0;
	color: white;
	z-index: 5;
	letter-spacing: 2px;
}

.slider-header-competition-content-button {
	position: relative;
	margin-top: 30px;
	padding: 30px 0px;
}

.header-competition-content-button {
  padding: 12px 22px;
  line-height: 48px;
  min-width: 200px;
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: 1px;
  color: black;
  background-color: #FFFFFF;
  font-family: Lora;
  font-size: 18px;
  margin-left: 0px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.header-competition-content-button-theme {
  padding: 12px 22px;
  line-height: 48px;
  min-width: 200px;
  border-radius: 4px;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  letter-spacing: 1px;
  font-family: Lora;
  font-size: 18px;
  margin-left: 5px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.header-competition-content-button-theme:hover {
  
  color: black;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
}



.button-votes-filter:hover {
  background-color: #00ACF0;
  color: white;
}



.slider-header-competition-content-header-feedback {
	font-family: Merriweather serif;
	font-style: normal;
	font-size: 36px;
	z-index: 5;
	color: #ffffff;
	padding: 5px 0;
	letter-spacing: 2px;
}

.main-container-info {
	position: relative;
}

.slider-body-content {	
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: space-between;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid #5e5d5d;
  bottom: 40px;
}


.slider-body-content-competition {
   position: relative;
   padding: 15px;
   color: #ffffff;
   opacity: 0.7;
   cursor: pointer;
   letter-spacing: 2px;
}

.active-clip {
	border-bottom: 2px solid white;
	opacity: 1;
}

/*  Подвал Главной страницы  */

.slider-footer-content {
   position: absolute;
   display: flex;
   width: 90%;
   justify-content: space-between;
   z-index: 8;
   bottom: 35px;
}

.slider-footer-content-soc {
  position: relative;
  display: flex;
  justify-content: start;
  align-content: space-between;
  align-items: center;
  flex-direction: row;
}


.slider-footer-content-soc-vk img {
	width: 39px;
	height: 25px;
	cursor: pointer;
	opacity: 0.7;
	transition: all 0.2s ease;
}

.slider-footer-content-soc-vk img:hover {
	opacity: 1;
	transition: all 0.2s ease;
}

.slider-footer-content-soc-inst img {
	margin-left: 20px;
	width: 27px;
	height: 25px;
	cursor: pointer;
	opacity: 0.7;
	transition: all 0.2s ease;
}

.slider-footer-content-soc-inst img:hover {
	opacity: 1;
	transition: all 0.2s ease;
}

.slider-footer-content-soc-youtube img {
	margin-left: 20px;
	width: 40px;
	height: 25px;
	cursor: pointer;
	opacity: 0.7;
	transition: all 0.2s ease;
}

.slider-footer-content-soc-youtube img:hover {
	opacity: 1;
	transition: all 0.2s ease;
}


.slider-footer-content-author p {
  display: block;
	font-family: Merriweather serif;
	font-style: italic;
	font-size: 1.0rem;
	color: #ffffff;
}

.slider-footer-content-scroll {
	position: absolute;
  /*
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    */
    bottom: 35px;
	  display: flex;
    justify-content: center;
    align-content: flex-end;
    align-items: flex-end;
    flex-direction: row;
    z-index: 10;
}

@keyframes glow {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

.slider-footer-content-scroll img {
	width: 27px;
	height: 45px;
	animation-name: glow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

/******************Слайдер финиш***********************/

/******************О нас начало******************************/

.about-us {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  top: 20px;
}

.about-us-content {
  position: relative;
  width: 60%;
}

.about-us-statistics {
  display: flex;
  flex-direction: row;
}

.about-us-statistics-item {
  flex-grow:1;
  text-align: center;
}

.about-us-statistics-item-center {
   flex-grow:1;
  text-align: center;
  border-left: 1px solid #C2BEBE;
  border-right: 1px solid #C2BEBE;
}

.about-us-statistics-item-count {
  font-size: 3rem;
  font-family: Merriweather serif;
}

.about-us-statistics-item-type {
  letter-spacing: 2px;
  color: #828282;
   font-family: Merriweather serif;
}

.head-line {
  text-align: center;
  font-size: 2.5rem;
  padding: 30px;
}

.about-us-text {
   text-indent: 20px;
  position: relative;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  color: #696969;
  letter-spacing: 1px;
  line-height: 1.5;
  font-family: Merriweather serif;
}

.about-us-button {
  padding-top: 20px;
  text-align: center;
  padding-bottom: 50px;
}

.about-us-button a{
  background-image: linear-gradient(to right, #92469E, #BF829B);
   font-size: 18px; 
   color: white; 
    padding: 0.6rem 1.9rem; /* Поля вокруг текста */
  box-shadow: 0 2px 8px 0 rgb(152 160 180);
}

.about-us-button-link {
  
   
    
    /*
    color: #fff; /* Белый цвет текста */
    */
    padding: 0.6rem 1.5rem; /* Поля вокруг текста */
    text-decoration: none; /* Убираем подчёркивание */
    border-radius: 6px; /* Скругляем уголки */
    cursor: pointer;
}

/******************О нас конец******************************/

/****************** Слайдер конкурсов начало ******************/

.slider-competiton {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #1A2535;
}

.slider-competiton-nav {
  flex-basis: 80px;
  flex-shrink: 0;
  height: 100%;
  top: 265px;
  background-color: red;
  position: relative;
  display: flex;
  flex-direction: row;
   align-content: center;
   align-items: center;
}

.slider-competiton-content {
  /*
  flex-basis: 1280px;
  */
  flex-shrink: 0;
  height: 520px;
  position: relative;
  overflow: hidden;
  /*
  background-color: red;
  */
}
  
 .slider-competiton-body {
    margin-top: 50px;
    width: 100%;
    height: 530px;
    display: flex;
    flex-direction: row;
    position: relative;  
    transition: all .5s ease;
  }
  
 .slider-competiton-slider {
    /*
    min-width: 300px;
    height: 430px;
    width: 300px;
    */
    min-width: 250px;
    height: 400px;
    width: 250px;
    position: relative;
    background-color: white;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    cursor: pointer;
    /*
    box-shadow: 0 2px 8px 0 rgb(152 160 180);
    */
    margin: 10px;
  }

  .block-header-name {
    margin-top: 5px;
    display: flex;
    position: absolute;
    height: 50px;
    width: 100%;
    /*
    background: red;
    */
    flex-direction: row;
    align-content: center;
  }

  .block-header-name-text {
    flex-basis: 200px;
    flex-shrink: 0; 
    text-align: center;
    /*
    background-color: blue;
    */
    font-size: 2.1rem;
    font-family: Merriweather serif;
  }

  .text-white {
    color: #ffffff;
  }

  .block-header-name-divider {
    flex-grow: 1;
    border-bottom: solid 1px #515151;
    margin-bottom: 25px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .slider-competiton-slider-img {
    position: relative;
    /*
    height: 300px;
    width: 300px;
    */
    height: 250px;
    width: 250px;
  }

  .slider-competiton-slider-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
    }
  
  .slider-competiton-slider-span {
    color: #bbb;
  font-size: 0.9rem;
  position: relative;
  font-family: Lora;
  word-spacing: .0625em;
  /*
  text-transform: uppercase;
  */
  margin: 20px;
  top: 7px;
  }

  .slider-competiton-slider-name {
    position: relative;
    font-size: 1.3rem;
    font-family: Lora;
    margin-left: 20px;
    top: 10px;
    letter-spacing: .5px;
  }

  

  

  .slider-competiton-slider:hover .slider-competiton-slider-overlay {
    transition: all 1s ease-in-out;

    display: block;
  }

  .slider-competiton-slider:hover .slider-competiton-slider-mask-button {
    transition: all 1s ease-in-out;

    display: block;
  }

  .slider-competiton-slider:hover .slider-competiton-slider-term {
    transition: all 1s ease-in-out;

    display: block;
  }

  .slider-competiton-slider-mask {
    position: absolute;
    display: flex;
    z-index: 3;
    width: 250px;
    flex-direction: row;
    justify-content: center;
  }

  .slider-competiton-slider-term {
    display: none;
    position: absolute;
    margin-top: 200px;
    z-index: 5;
    text-align: left;
  }

  .slider-competiton-slider-date {
    font-size: 1.1rem;
    font-family: Lora;
    letter-spacing: .5px;
     margin-top: 5px;
     color: #FFFFFF;
     z-index: 5;
  }

  .slider-competiton-slider-overlay {
    border-radius: 10px;
    background-color: black;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 250px;
    opacity: .5;
    z-index: 2;
    display: none;
    transition: all 1s ease-in-out;
  }

 .slider-competiton-slider-mask-button {
  text-align: center;
  display: none;
  padding: 10px 25px;
  background-color: white;
  z-index: 3;
  color: black;
  position: absolute;
  top: 90px;
  transition: all 1s ease-in-out;
  font-size: 1.1rem;
    font-family: Lora;
    border-radius: 6px;
 }


/****************** Слайдер конкурсов  Конец ******************/


/****************** События начало ******************/

      .events-container {
        position: relative; 
        display: flex;
        flex-direction: column;
       
      }

      .events-content {
        width: 100%;
        position: relative;
        min-height: 400px;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        bottom: 10px;
      }

      .events-content-body {
        width: 60%;
        position: relative;
        min-height: 400px;
        height: auto;
      }

      .events-content-body-item {
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        width: 100%;
        z-index: 2;
        background-color: #F8F8F8;
      }

      .events-header-name {
        margin-top: 5px;
        display: flex;
        position: relative;
        height: 50px;
         width: 100%;
       /* background: red; */
        flex-direction: row;
        align-content: center;
      }

      .events-header-name-text {
        flex-basis: 200px;
        flex-shrink: 0;
        text-align: center;
        color: black;
        /* background-color: blue; */
        font-size: 2.1rem;
        font-family: Merriweather serif;
      }

      .text-black {
        color: black;
      }

      .events-content-body-date {
        position: relative;
        width: 25%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: center;
      }

      .events-content-body-date-block {
        display: flex;
        flex-direction: column;
        align-content: flex-end;
        line-height: 1.2;
        text-align: center;
      }

      .events-content-body-date-day {
        font-family: Merriweather serif;
        font-size: 2.5rem;
        font-weight: 400;
      }

      .events-content-body-date-month {
        font-size: 1.1rem;
        font-family: Merriweather serif;
        font-style: italic;
      }

      .events-content-body-date-year {
        font-family: Merriweather serif;
        font-size: 1.1rem;
        font-style: italic;
      }
      
      .events-content-body-body {
       width: 50%;
       position: relative;
      
       border-left: 3px solid #ffffff;
       border-right: 3px solid #ffffff;
       display: flex;
       flex-direction: row;
       justify-content: flex-start;
       align-items: center;
      }

      .events-content-body-body-text {
        
        padding: 30px;
        font-family: Merriweather serif;
        font-size: 1.2rem;
        font-style: italic;
      }

      .events-content-body-button {
        width: 25%;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
      }

      .events-content-body-button a{
        text-decoration: none;
        color: #000;
      }

      .events-content-body-button-click {
        font-family: Merriweather serif;
        font-size: 1.1rem;
        padding: 10px 20px;
        border: 1px solid black;
        border-radius: 6px;
        cursor: pointer;
        transition: all .2s ease-out;
      }

      .events-content-body-button-click:hover {
         background-color: black;
         color: white;
         transition: all .2s ease-out;
      }

/****************** События конец ******************/

/*****************Спецпроект  начало***********************/

.promotion-container {
  background-image: url(/images/sliders/promotion.jpg);
  width: 100%;
  height: 500px;
  
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: linear-gradient(to right, #6991DF, #33C799);
}

.promotion-container img {
  min-height: 500px;
  object-fit: cover;
  object-position: 40%;
  width: 100%;
  z-index: 1;
 
}

.promotion-container-overlay {
  background: black;
  background: linear-gradient(to right, #6991DF, #33C799);
  position: absolute;
  opacity: 0.6;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

  
.promotion-content {
  background-image: url(/images/home/promotion.jpg);
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  height: auto;
  background-size: cover;
  background-position: center;
}

.promotion-container-header {
  margin-top: 20px; 
  position: relative;
  z-index: 6;
  font-family: Lava Pro;
  font-size: 1.8rem;
  font-style: italic;
  text-align: center;
  color: #ffffff;
  font-weight: normal;
}  


.promotion-content-winners {
  background-image: url(/images/home/winners.JPG);
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  height: auto;
  background-size: cover;
  background-position: center;
}

.promotion-container-winners-overlay {
  background: black;
  
  position: absolute;
  opacity: 0.6;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.promotion-container-wreath {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  z-index: 6;
}

.promotion-container-body-winners {
  margin-top: 20px;
  position: relative;
  z-index: 6;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Lava Pro;
  font-size: 3.6rem;
  text-align: center;
  color: #FFC752;
  font-weight: 400;
}

.promotion-container-body-winners-small {
  margin-top: 10px;
  position: relative;
  z-index: 6;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Lava Pro;
  font-size: 1.6rem;
  text-align: center;
  color: #FFC752;
  font-weight: 200;
}

.promotion-container-body-winners-buttons {
  display: flex;
  justify-content: center;
  z-index: 6;
}

.promotion-container-body-winners-links {
   color: #FFC752;
   border: 1px solid #FFC752;
   padding: 10px 20px;
   font-size: 1.1rem;
   border-radius: 20px;
   margin: 40px 40px;
   text-decoration: none;
   transition: all 0.4s;
}

.promotion-container-body-winners-links:hover {
   background-color: #FFC752;
   color: #FFC752;
   border: 1px solid #FFC752;
   padding: 10px 20px;
   font-size: 1.1rem;
   border-radius: 20px;
   margin: 40px 40px;
   text-decoration: none;
   color: white;
   cursor: pointer;
   transition: all 0.4s;
}

/*  screen  */ 

.promotion-container-body {
  margin-top: 20px;
  position: relative;
  z-index: 6;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Merriweather serif;
  font-size: 3.6rem;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
}

/* screen */
.promotion-container-text {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 6;
 font-family: Merriweather serif;
  font-size: 1.32rem;
  text-align: justify;
  color: #ffffff;
  font-weight: 200;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.promotion-container-text p{
  position: relative;
  z-index: 6;
  width: 60%;
  font-family: Merriweather serif;
  font-size: 1.1rem;
  text-align: justify;
  text-indent: 20px;
  color: #ffffff;
  line-height: 1.4;
  letter-spacing: 2px;
  font-weight: 200;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.rating-button {
  padding-top: 30px;
  text-align: center;
  padding-bottom: 30px;
}

.rating-button a{
  background-image: linear-gradient(to right, #6991DF, #33C799);
   font-size: 18px; 
   color: white; 
    padding: 0.6rem 1.9rem; /* Поля вокруг текста */
  box-shadow: 0 2px 8px 0 rgb(152 160 180);
}

/*****************Спецпроект  конец***********************/

.subscribe {
  background-color: #F8F8F8;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.subscribe-container {
  width: 350px;
  display: flex;
  flex-direction: column;
  font-family: Merriweather serif;
  font-size: 1.8rem;
  text-align: center;
}

.subscribe-container-header {
  margin-top: 20px;
  font-family: Merriweather serif;
  font-size: 1.8rem;
}

.subscribe-container-body {
  
  margin-top: 15px;
  font-family: Merriweather serif;
  font-size: 1.1rem;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.4;
  font-weight: 200;
  color: #989898;
}

.subscribe-container-form {
  width: 350px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}

#subscribe-input {
  width: 350px;
  padding: 8px 0 8px 8px;
  font-size: 1.4rem;
  font-family: Merriweather serif;
  border: 1px solid #DBDBDB;
  border-right: 0;
  border-radius: 3px;
  box-shadow: 0 0 10px rgb(220, 220, 220);
}

.subscribe-input-button {
  text-decoration: none;
  position: absolute;
  right: 0;
  width: 40px;
  height: 43px;
  border: none;
  cursor: pointer;
  background-color: #92469E;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
   box-shadow: 0 0 10px rgb(220, 220, 220);
}

.subscribe-container-img {
  margin: 20px;
  display: flex;
  justify-content: center;
}

.subscribe-container-img img{
  
}

 #subscribe-input:focus {
     outline: none;
     border: 1px solid #92469E; /* Параметры рамки */
   }

input[type="text"]::-webkit-input-placeholder {
    color: #DBDBDB;
   } 
input[type="text"]::-moz-placeholder {
    color: #DBDBDB;
   }

.subscribe-container-error-message {
  position: absolute;
  width: 350px;
  background-color: #ffffff;
  padding: 10px 0px;
  color: red;
  font-size: 1.0rem;
  font-family: Merriweather serif;
  line-height: 1.3;
}

.subscribe-container-form-message {
  height: 43px;
  font-size: 1.2rem;
  font-family: Merriweather serif;
  line-height: 1.3;
}

/****************** Подписка ********************/

.about-us-statistics-item-statistics {
  margin-top: 20px;
  margin-left: 50px;
  font-family: Merriweather serif;
  font-size: 1.0rem;
  color: #858383;
  letter-spacing: 1px;
}

.about-us-statistics-item-count:after {
  content: "*";
  position: absolute;
  font-size: 2.0rem;
}

@media (min-width: 0) and (max-width: 650px) {
.slider-header-content {
  top: 10px;
  width: 90%;
}

 .slider-header-competition-content-header {
  font-family: Lora;
  font-size: 2.0rem;
}

.events-content-body-date {
   width: 30%;
}

.events-content-body-body {
  width: 70%;
}

.events-content-body-button {
  width: 0%;
}

.slider-header-competition-content-header-italic {
  font-family: Lora;
  font-size: 1.2rem;
  padding: 10px 0;
  color: white;
  z-index: 5;
  letter-spacing: 2px;
}

.slider-header-competition-content-header-bold {
  font-family: Lora;
  font-size: 0.8rem;
  padding: 5px 0;
  line-height: 1.5;
}

.slider-header-competition-content-header-feedback {
  font-family: Lora;
  font-size: 0.8rem;
  padding: 5px 0;
}

.about-us-statistics-item-count {
  font-size: 2rem;
  font-family: Lora;
}

.about-us-statistics-item-count:after {
    content: "*";
    position: absolute;
    font-size: 1.2rem;
}

.about-us-statistics-item-type {
   font-size: 0.6rem;
  letter-spacing: 2px;
  font-family: Lora;
  margin-left: 10px;
  margin-right: 10px;
}

.about-us-statistics-item-statistics {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Lora;
  font-size: 0.8rem;
}

.head-line {
  text-align: center;
  font-size: 1.7rem;
  padding: 30px;
  font-family: Lora;
}

.about-us-text {
  position: relative;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1rem;
  color: #696969;
  letter-spacing: 1px;
  line-height: 1.5;
  font-family: Lora;
}

.slider-header-competition-switch {
    display: none;
}

.slider-header-competition-content-button {
  position: relative;
  margin-top: 5px;
  padding: 30px 0px;
}

.header-competition-content-button {
  padding: 10px 20px;
  transition: all 0.2s ease;
}

.header-competition-content-button:active {
  transition: all 0.2s ease;
  background-color: #DCDCDC;
}
.header-competition-content-button-theme {
  padding: 10px 20px;
  
}

.header-competition-content-button-theme:active {
  transition: all 0.2s ease;
  background-color: #ffffff;
  opacity: 0.5;
  color: black;
  border: 1px solid white;
}

.header-competition-content-button-theme:hover {
   background-color: transparent;
   color: #ffffff;
}

.events-content-body {
    width: 100%;
    position: relative;
    min-height: 400px;
    height: auto;

}

.events-content-body-button {
  display: none;
}

.slider-competiton-nav {
  display: none;
}


/* < 650 */
.promotion-container-body {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  z-index: 6;
  font-family: Lava Pro;
  font-size: 1.8rem;
  font-weight: 400;
}

.promotion-container-header {
  margin-top: 20px; 
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  z-index: 6;
  font-family: Lava Pro;
  font-weight: normal;
  font-style: italic;
  font-size: 1.2rem;
  text-align: center;
  color: #ffffff;
}  

/*  < 650  */
.promotion-container-text {
  margin-top: 20px;
  position: relative;
  z-index: 6;
 font-family: Lora;
  font-size: 0.5rem;
  text-align: center;
  color: #ffffff;
  font-weight: 200;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.promotion-container-text p{
  position: relative;
  z-index: 6;
  width: 95%;
  font-family: Lora;
  font-size: 0.7rem;
  text-align: justify;
  color: #ffffff;
  line-height: 1.4;
  
}

.events-content-body-date-block {
    margin-right: 5px;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    line-height: 1.2;
    text-align: center;
  }

.events-content-body-date-month {
  font-size: 0.9rem;
}  

.events-content-body-date-day {
        font-family: Lora;
        font-size: 2.0rem;   
  }

.events-content-body-body-text {
      padding: 5px 10px;
      font-family: Lora;
      font-size: 0.9rem;
      font-style: italic;
      }  

.subscribe-container-body {
  margin-top: 15px;
  font-family: Lora;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.4;
  font-weight: 200;
  color: #989898;
}

#subscribe-input {
  width: 250px;
  margin-left: 10px;
  font-family: Lora;
}

.subscribe-container-form {
  width: 250px;
  margin-left: 10px;
}

.events-content-body-date-month {
  
  font-family: Lora;
  font-style: italic;
      }

.events-content-body-date-year {
  font-family: Lora;
  font-style: italic;
}

}

@media screen and (max-width: 800px) {
  .about-us-content {
  width: 100%;
}

.slider-header-competition-tours {
  display: none;
}



.slider-footer-content-author p {
  display: none;
}

.slider-footer-content {
   display: flex;
   justify-content: center;
}

.slider-footer-content-scroll {
    display: none; 
}

.block-header-name-text {
    flex-basis: 200px;
    flex-shrink: 0; 
    text-align: center;
    /*
    background-color: blue;
    */
    font-size: 1.8rem;
    font-family: Lora;
  }

/* < 800 */
 .promotion-container-body {
    font-size: 2.2rem;
  } 

 .promotion-container-header {
    font-size: 1.5rem;
  }
 
   .promotion-container-text p{
  width: 90%;
  font-family: Lora;
  font-size: 0.9rem;
}

.promotion-container-text {
    margin-top: 30px;
}



.subscribe-container-header {
  margin-top: 10px;
  font-family: Lora;
  font-size: 1.2rem;
}  

.promotion-container-body-winners {
  font-size: 2.6rem;
}

.promotion-container-body-winners-small {
  font-size: 1.1rem;
}

.promotion-container-body-winners-buttons {
  display: flex;
  justify-content: center;
  z-index: 6;
}

.promotion-container-body-winners-links {
   color: #FFC752;
   border: 1px solid #FFC752;
   padding: 10px 20px;
   font-size: 1.1rem;
   border-radius: 20px;
   margin: 40px 20px;
   text-decoration: none;
   transition: all 0.4s;
}

.promotion-container-body-winners-links:hover {
   background-color: #FFC752;
   color: #FFC752;
   border: 1px solid #FFC752;
   padding: 10px 20px;
   font-size: 1.1rem;
   border-radius: 20px;
   margin: 40px 40px;
   text-decoration: none;
   color: white;
   cursor: pointer;
   transition: all 0.4s;
}

}

@media (min-width: 0px) and (max-width: 1024px) {
  .events-content-body {
    width: 100%;
    position: relative;
    min-height: 400px;
    height: auto;
  }

  .promotion-container-header {
    font-size: 1.4rem;
  }

  .slider-competiton-slider:hover .slider-competiton-slider-overlay {
    display: none;
  }

  .slider-competiton-slider:hover .slider-competiton-slider-mask-button {
    display: none;
  }

  .slider-competiton-slider:hover .slider-competiton-slider-term {
    display: none;
  }


}

@media (min-width: 800px) and (max-width: 1299px) {

  /*  800 < 1299  */
    .promotion-container-text p{
  width: 80%;
  font-family: Lora;
  font-size: 1.0rem;
}

.promotion-container-text {
    margin-top: 30px;
}

/*  800 < 1299 */

.promotion-container-body {
  margin-top: 20px;
  position: relative;
  z-index: 6;
  font-family: Lava Pro;
  font-size: 3.2rem;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
}


}