.container-result {
  display: flex;
  justify-content: center;
  
}

.wrapper-result {
	width: 70%;
	position: relative;
}

/***************** Хлебные крошки ********************/
.easy-breadcrumbs {
	padding: 25px 0px;
	/* background-color: blue; */
}

.easy-breadcrumbs-link {
	font-size: 16px;
	font-family: Lora;
	text-decoration: none;
	color: #C29525;
	line-height: 1.8;
	cursor: pointer;
}

.easy-breadcrumbs-link-active {
	font-size: 16px;
	font-family: Lora;
	text-decoration: none;
	color: #000000;
	line-height: 1.8;
}

/*************** Заголовок страницы  *****************/

.header-result {
	padding: 0 0 10px 0;
	position: relative;
	width: 100%;
	/*
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	*/
	/* background-color: red; */
}

.result-season {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 0px;
    border-radius: 10px;
    /*border-bottom: 1px solid #e8e9eb;*/
    /* background-color: #ffffff; */
}

.result-season-list {
    display: flex;
    flex-direction: row;
    align-items: center;


}

.result-season-list-li {
    list-style-type:  none;
    text-decoration: none;
    padding: 10px;
    color: #939495;
    cursor: pointer;
}

.result-season-list-li a{
    text-decoration: none;
    color: #939495;
}

.result-season-list-arrow-left {
    list-style-type:  none;
    margin-top: 5px;
    margin-right: 10px;
    cursor: pointer;
}

.result-season-list-arrow-right {
    list-style-type:  none;
     margin-top: 5px;
     margin-left: 10px;
     cursor: pointer;
}

.resultSeasonActive {
    text-decoration: none;
    list-style-type:  none;
    padding: 10px;
    color: #C29525;
    border-bottom: 2px solid #C29525;
}

.resultSeasonActive a {
    text-decoration: none;
    color: #C29525;
}

.result-season-list-li-active {
    list-style-type:  none;
    padding: 10px;
    background-color: #f8f8f8;
    color: #C29525;
    border-bottom: 2px solid #C29525;
}

.header-result-capital-text {
	margin-bottom: 0px;
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.8;
}

.header-result-text {
	margin-top: 0px;
	font-size: 1.32rem;
	text-align: center;
	line-height: 1.8;
}

.header-result-divider {
	border: 1px solid #C29525;
	margin-bottom: 20px;
}

.header-result-title {
	margin-top: 20px;
	margin-left: 10px;
	position: relative;
	text-align: left;
	font-size: 1.1rem;
  font-family: Merriweather Sans;
  letter-spacing: 1px;
  color: #696969;
}

.header-result-info {
	display: flex;
	flex-direction: row;
	position: relative;
	margin-bottom: 10px;
}

.header-result-img {
	margin-left: 20px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

/* Иконка мобильного меню */

.nav-result-seasons {
	display: block;
	position: absolute;
	right: 10px;
    bottom: 10px;
    cursor: pointer;
}

.nav-result-seasons img{
	width: 30px;
	height: 23px;
}
/*  Мобильное меню  */
.nav-result {
	display: block;
	position: absolute;
	right: 0;
	top: 92px;
	z-index: 7;
	background-color: #fff;
	padding: 0 0;
     -webkit-transition: top 2s ease-out 0.5s;
     -moz-transition: top 2s ease-out 0.5s;
     -o-transition: top 2s ease-out 0.5s;
     transition: top 2s ease-out 0.5s;
}

.nav-result-mobile {
	position: relative;
   list-style-type: none;
}

.nav-result-mobile li{
   border-bottom: 1px black solid;
   padding: 10px 30px;
   cursor: pointer;
}


.nav-result-mobile-link {
	text-decoration: none;
	color: #000000;
}

.result-criterian {
	border: 1px solid #e8e9eb;
	border-radius: 10px;
	position: relative;
	margin-bottom: 20px;
	box-shadow: 0 4px 12px rgba(0,0,0,.08), 0 0 1px rgba(1,0,0,.1);
}

.result-criterian-title {
	text-align: center;
	margin: 5px;
	margin-top: 10px;
	font-size: 1.5rem;
  font-family: Merriweather Sans;
  letter-spacing: 1px;
}

.result-criterian-description {
	margin: 20px 20px;
	font-size: 1.1rem;
	line-height: 1.7;
  font-family: Merriweather Sans;
  letter-spacing: 1px;
}

.result-criterian-description span {
	background-color: #C29525;
	width: 100px;
	color: #ffffff;
	padding: 8px;
	border-radius: 50%;
	position: relative;
	margin-bottom: 20px;
}

/*************** Основной контент ****************/

.body-result {
	display: flex;
    flex-direction: row;
}

.content-result {
	/*
	flex-grow: 1;
	*/
	padding: 20px 0;
	display: flex;
	flex-direction: row;
}

.content-result-items {
    flex-grow: 1;
    display: flex;
    text-decoration: none;
}


/* Информация о конкурсе */
.content-result-item-info {
   flex: 1 1 50%;
   min-width: 0;
   background-color: #333333;
   word-wrap: break-word;
}

.content-result-text-header {
	 font-size: 12px;
	 /* Сверху | Справа | Снизу | Слева */
	 padding: 10px 20px 5px 20px;
	line-height: 1.4;
	color: #C29525;
}

.content-result-text {
	font-size: 20px;
	/* Сверху | Справа | Снизу | Слева */
     padding: 0 20px 10px 35px;
	line-height: 1.4;
	color: #ffffff;
}

.content-result-text-date {
	font-size: 12px;
	line-height: 1.4;
	color: #C29525;
	padding: 10px 20px;
}

/* Картинка конкурса */

.content-result-item-pic {
	display: block;
	flex: 1 1 50%;
    position: relative;
    display: flex;
    align-items: center;
}

.content-result-item-img {
	position: absolute;
	z-index: 3;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
}

.content-result-item-img button{
	position: absolute;
	z-index: 4;
}

.content-result-item-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.content-result-item-triangle {
	position: relative;
	z-index: 4;
}

.content-result-item-triangle img {
	z-index: 4;
	margin-left: -2px;
	width: 25px;
	height: 90px;
}



/* Меню сезонов конкурса */

.content-result-seasons {
	display: block;
	flex: 0 0 250px;
	background-color: #fff;
	
	list-style-type: none;
}

.menu-result-seasons {
    position: relative;
	text-align: center;
	padding: 0 10px;
}

.nav-result-seasons {
	position: absolute;
	display: none;
}

.menu-result-seasons li {

    cursor: pointer;
	padding: 10px 5px;
	border-bottom: 1px solid #808082;
	font-size: 16px;
	font-weight: 200;
	 list-style-type: none;
}

.result-active-link {
	font-weight: 600;
}

.menu-result-seasons li:hover {
    background-color: #F9F4E9;
	padding: 10px 5px;
	border-bottom: 1px solid #808082;
}

.menu-result-seasons-link {
	text-decoration: none;
	color: black;
	
}

/*********** Страница результаты тур ************/

.wrapper-result-tour {
	width: 70%;
	position: relative;
}

.content-result-tour {
	/* Сверху | Справа | Снизу | Слева */
	padding: 20px 0 20px 0;
	display: flex;
	flex-direction: column;
}

.result-tour-items {
	flex: 1 1 100%;
	background-color: #fff;
	/* Сверху | Справа | Снизу | Слева */
	padding: 15px 0 15px 0;
	text-align: center;
	border-radius: 10px 10px 0 0;
	border: 1px solid #F0EEEE;
	box-shadow: 0 4px 12px rgba(0,0,0,.08), 0 0 1px rgba(1,0,0,.1);
}

.result-tour-items p {
	font-size: 20px;
	font-family: Lora;
}

.result-tour-items-category {
	flex: 1 1 100%;
	/* Сверху | Справа | Снизу | Слева */
	padding: 10px 0;
	width: 100%;
	position: relative;
	/*
	height: 50px;
	*/
	background-color: #DCDCDC;
	box-shadow: 0 4px 12px rgba(0,0,0,.08), 0 0 1px rgba(1,0,0,.1);
	text-align: center;
	border-bottom: 1px solid #C0C0C0;
	cursor: pointer;
	overflow-x: auto;
}

.result-tour-items-category p {
	font-size: 16px;
	font-family: Lora;
	width: 100%;
}

.result-tour-items-category-triangle {
	position: absolute;
	top: 13px;
	right: 20px;
}

.result-tour-items-category-triangle img{
	width: 15px;
	height: 15px;
}


.result-tour-items-category:hover {
	background-color: #A9A9A9;
}

/* Стили таблицы */

table.delivery {
  width: 100%;
  border: 0px;
  
  border-collapse: collapse;
  overflow-x: auto;
}
table.delivery thead {
position: relative;
  font-weight: bold;
  padding: 50px;
  margin-top: 30px;
}

table.delivery tbody :hover {
      background-color: #E7F2FD;
}

table.delivery td {
  padding: 0.6rem 1rem;
  border-bottom: 1px solid #e8e9eb;
}



table.delivery th {
  padding: 10px 0;
  border-bottom: 1px solid #e8e9eb;
  background-color: #F2F2F2;
}

.result-table-th {
	display: table-cell;
}

.result-table-ml {
	display: table-cell;
}

.result-table-ml-ml {
	display: table-cell;
}

.delivery {
  height: 0px;
}

/* Ссылка на дипломы */

.icon-google-disk {
	width: 50px;
	height: 50px;
}

.container-result-diploma {
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: relative;
	margin-bottom: 20px;
}

.container-result-diploma a {
	font-size: 1.2rem;
  font-family: Merriweather Sans;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-left: 10px;
  color: black;
  text-decoration: none;
}

@media only screen and (max-width: 1499px) {

.wrapper-result-tour {
	width: 90%;
	position: relative;
}

}

@media only screen and (max-width: 1299px) {

.wrapper-result {
	width: 90%;
	position: relative;
}

}

@media only screen and (max-width: 1199px) {

.result-table-th {
	display: none;
}

}


@media only screen and (max-width: 960px) {
  .content-result-seasons {
	display: none;
   }

  .nav-result-seasons {
	display: block;
} 

.result-table-ml {
	display: none;
}

}

@media only screen and (max-width: 599px) {
  .content-result-item-pic {
	display: none;
}

.result-table-ml-ml {
	display: none;
}

}


