a {
    cursor: pointer;
}

p {
    padding-right: 0;
}

.group:after {
    content: "";
    display: table;
    clear: both;
}

/*BACKGROUND*/
.lay {
    height: 100%;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: -9;
}

.lay .top_green,
.lay .top_blue,
.lay .top_orange,
.lay .top_red {
    background: url("../images/round-sprite.png") transparent;
    position: absolute;
}

.lay .top_red {
    background-position: -86px -2px;
}

.lay .top_blue {
    background-position: -1px -2px;
}

.lay .top_orange {
    background-position: -44px -2px;
    width: 40px;
}

.lay .top_green {
    background-position: -127px -2px;
    width: 42px;
}

.lay .top_green,
.lay .top_orange {
    height: 41px;
}

.lay .top_blue,
.lay .top_red {
    height: 41px;
    width: 41px;
}

.lay div {
    height: 41px;
    width: 41px;
    position: absolute;
    border-radius: 21px;
}

.lay .violet {
    background-color: #7700d9;
}

.lay .yellow {
    background-color: #ccc500;
}

.lay .green {
    background-color: #66cc00;
}

.lay .pink {
    background-color: #e6006b;
}

.lay .turquoise {
    background-color: #00b2a1;
}

.lay .orange {
    background-color: #cc6d00;
}

.lay .blue {
    background-color: #333dff;
}

.news-l-i-text {
    height: 141px;
    overflow: hidden;
}

.news-l-i-text p {
    padding-right: 10px;
    padding-bottom: 0;
}

.block-news-descr {
    height: 70px;
    overflow: hidden;
}

.block-news-social {
    margin-top: 10px;
    margin-top: -7px;
}

.news-l-item h3 a {
    /*    font-family: 'Neucha', sans-serif;
          font-size: 24px;
          font-weight: normal;
          padding-top: 10px;*/
    color: #fff;
    text-decoration: none;
}

.thumbnails-i-descr h3 a {
    color: #fff;
    text-decoration: none;
}

.news-l-i-date {
    color: #fff;
}

.wp-polls h3 {
    background: none repeat scroll 0 0 #4D4D4D;
    color: #F7F7F7;
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    font-size: 18px;
    margin-bottom: 18px;
    padding: 10px;
    display: block;
    font-weight: normal;
    text-align: left;
}

.wp-polls .Buttons {
    cursor: pointer;
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    background-color: #33cc14;
    padding: 5px;
    border: none;
    text-decoration: none !important;
}

/*
.wp-polls .Buttons {
  font-size: 14px;
  font-family: Arial;
  font-weight: normal;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #74b807;
  padding: 0;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #89c403), color-stop(100%, #77a809));
  background: -moz-linear-gradient(center top, #89c403 5%, #77a809 100%);
  background: -ms-linear-gradient(top, #89c403 5%, #77a809 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
  background-color: #89c403;
  color: #ffffff;
  display: inline-block;
  text-shadow: 1px 1px 0px #528009;
  -webkit-box-shadow: inset 1px 1px 0px 0px #a4e271;
  -moz-box-shadow: inset 1px 1px 0px 0px #a4e271;
  box-shadow: inset 1px 1px 0px 0px #a4e271;
}
.wp-polls .Buttons:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #77a809), color-stop(100%, #89c403));
  background: -moz-linear-gradient(center top, #77a809 5%, #89c403 100%);
  background: -ms-linear-gradient(top, #77a809 5%, #89c403 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
  background-color: #77a809;
}
.wp-polls .Buttons:active {
  position: relative;
  top: 1px;
}
*/
.subject-list li a {
    display: block;
    background: #2693ff;
    color: #fff;
    text-decoration: none;
    line-height: normal;
    padding: 10px;
    margin-bottom: 2px;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    overflow: hidden;
}

.block-vote h2 {
    font-size: 20px !important;
}

.wp-polls-ul li {
    margin-bottom: 5px;
}

.wp-polls-ul li label {
    color: #4d4d4d;
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    font-size: 15px;
}

.wp-polls-ul li .pollbar {
    background-image: none;
}

.wp-polls-ul li:nth-child(1) .pollbar {
    background-color: #66cc00;
}

.wp-polls-ul li:nth-child(1) input[type="radio"] + label span {
    background-position: 0px 0px;
}

/*
.wp-polls-ul li:nth-child(1) label {
    color: #33cc14;
}
*/

.wp-polls-ul li:nth-child(2) .pollbar {
    background-color: #FF8000;
}

.wp-polls-ul li:nth-child(2) input[type="radio"] + label span {
    background-position: -27px 0px;
}

/*
.wp-polls-ul li:nth-child(2) label {
    color: #ff8000;
}
*/

.wp-polls-ul li:nth-child(3) .pollbar {
    background-color: #FF3344;
}

.wp-polls-ul li:nth-child(3) input[type="radio"] + label span {
    background-position: -54px 0px;
}

/*
.wp-polls-ul li:nth-child(3) label {
    color: #FF3344;
}
*/

.wp-polls-ul li:nth-child(4) .pollbar {
    background-color: #2693FF;
}

.wp-polls-ul li:nth-child(4) input[type="radio"] + label span {
    background-position: -81px 0px;
}

/*
.wp-polls-ul li:nth-child(4) label {
    color: #2693FF;
}
*/

.wp-polls-ul li:nth-child(1) input[type="radio"]:checked + label span {
    background-position: 0px -27px;
}

.wp-polls-ul li:nth-child(2) input[type="radio"]:checked + label span {
    background-position: -27px -27px;
}

.wp-polls-ul li:nth-child(3) input[type="radio"]:checked + label span {
    background-position: -54px -27px;
}

.wp-polls-ul li:nth-child(4) input[type="radio"]:checked + label span {
    background-position: -81px -27px;
}

.wp-polls-ul input[type="radio"] {
    display: none;
}

.wp-polls-ul input[type="radio"] + label span {
    display: inline-block;
    width: 27px;
    height: 27px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background-image: url("../images/radio.png");
    background-repeat: no-repeat;
    cursor: pointer;
}

.wp-polls-ul label {
    cursor: pointer;
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}

img.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.article-news h3 {
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    font-weight: normal;
    color: #e6006b;
    font-size: 30px;
    padding: 0 0 5px 10px;
    overflow: hidden;
}

/*@yellow: #ccc500;
@green: #66cc00;
@pink: #e6006b;
@turquoise: #00b2a1;
@violet: #7700d9;
@orange: #cc6d00;
@blue: #333dff;

.hover_activ(@color){

}*/
.inline-block {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

.header-inner nav {
    float: right;
    width: 68%;
}

.h-menu {
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    font-weight: bold;
    font-size: 20px;
}

.h-menu li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin-left: 4%;
    height: 132px;
    line-height: 132px;
}

.h-menu li:nth-child(1) {
    margin-left: 0;
}

.h-menu li a {
    display: table-cell;
    width: 131px;
    height: 132px;
    background: url("../images/h-menu.png");
    text-align: center;
    text-decoration: none;
    line-height: 21px;
    vertical-align: middle;
}

.h-menu li a.blue {
    background-position: 0 0;
    color: #2693ff;
    border-color: #2693ff;
}

.h-menu li a.blue:hover,
.h-menu li a.blue.active {
    color: rgba(255, 255, 255, 0);
    background-position: 0 -132px;
}

.h-menu li a.green {
    background-position: -131px 0;
    color: #33cc14;
    border-color: #33cc14;
}

.h-menu li a.green.active {
    background-position: -131px -132px;
    color: rgba(255, 255, 255, 0);
}

.h-menu li a.green:hover {
    background-position: -131px -132px;
    color: rgba(255, 255, 255, 0);
}

.h-menu li a.red {
    background-position: -263px 0;
    color: #ff3344;
    border-color: #ff3344;
}

.h-menu li a.red.active {
    background-position: -263px -132px;
    color: rgba(255, 255, 255, 0);
}

.h-menu li a.red:hover {
    background-position: -263px -132px;
    color: rgba(255, 255, 255, 0);
}

.h-menu li a.orange {
    background-position: -395px 0;
    color: #ff8000;
    border-color: #ff8000;
}

.h-menu li a.orange.active {
    background-position: -395px -132px;
    color: rgba(255, 255, 255, 0);
}

.h-menu li a.orange:hover {
    background-position: -395px -132px;
    color: rgba(255, 255, 255, 0);
}

.category-top-list li:nth-child(4) {
    margin-right: 0;
}

.category-top-list li.active a {
    border-color: #2693ff;
    display: block;
    color: #2693ff;
}

.category-top-list li.active a:after {
    content: '';
    width: 30px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -16px;
    background: url("../images/cat-arrow.png") 0 0 no-repeat;
}

.thumbnails-quest-item {
    width: 247px;
    height: 212px;
    border: 4px solid;
    color: #f7f7f7;
    float: left;
    margin: 0 20px 20px 0;
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    font-weight: normal;
    font-size: 20px;
    padding: 10px 25px 0 10px;
    display: block;
    position: relative;
    text-decoration: none;
}

section.search .thumbnails-quest-item {
    float: left;
    height: 278px;  
    margin-bottom: 45px;
    margin-right: 29px;
}

.thumbnails-quest-item:hover {
    color: #fff;
    opacity: 0.8;
}

.thumbnails-quest-item.min {
    height: 128px;
}

.thumbnails-quest-item a:hover {
    opacity: 0.8;
}

.resource_item .content {
    display: none;
}

/*
.resource_item.active .content {
  display: block;
}
*/
.thumbnails-quest-item .content {
    display: none;
}

.thumbnails-quest-item:nth-child(3n) {
    margin-right: 0;
}

.thumbnails-quest-item.green {
    background: #66cc00;
    border-color: #66cc00;
}

.thumbnails-quest-item.green a {
    color: #66cc00;
}

.thumbnails-quest-item.green.sumb {
    background: rgba(247, 247, 247, 0.945);
    color: #66cc00;
}

.thumbnails-quest-item.yellow {
    background: #ccc500;
    border-color: #ccc500;
}

.thumbnails-quest-item.yellow a {
    color: #ccc500;
}

.thumbnails-quest-item.yellow.sumb {
    background: rgba(247, 247, 247, 0.945);
    color: #ccc500;
}

.thumbnails-quest-item.pink {
    background: #e6006b;
    border-color: #e6006b;
}

.thumbnails-quest-item.pink a {
    color: #e6006b;
}

.thumbnails-quest-item.pink.sumb {
    background: rgba(247, 247, 247, 0.945);
    color: #e6006b;
}

.thumbnails-quest-item.turquoise {
    background: #00b2a1;
    border-color: #00b2a1;
}

.thumbnails-quest-item.turquoise a {
    color: #00b2a1;
}

.thumbnails-quest-item.turquoise.sumb {
    background: rgba(247, 247, 247, 0.945);
    color: #00b2a1;
}

.thumbnails-quest-item.violet {
    background: #7700d9;
    border-color: #7700d9;
}

.thumbnails-quest-item.violet a {
    color: #7700d9;
}

.thumbnails-quest-item.violet.sumb {
    background: rgba(247, 247, 247, 0.945);
    color: #7700d9;
}

.thumbnails-quest-item.orange {
    background: #cc6d00;
    border-color: #cc6d00;
}

.thumbnails-quest-item.orange a {
    color: #cc6d00;
}

.thumbnails-quest-item.orange.sumb {
    background: rgba(247, 247, 247, 0.945);
    color: #cc6d00;
}

.thumbnails-quest-item.blue {
    background: #333dff;
    border-color: #333dff;
}

.thumbnails-quest-item.blue a {
    color: #333dff;
}

.thumbnails-quest-item.blue.sumb {
    background: rgba(247, 247, 247, 0.945);
    color: #333dff;
}

.map-inner .easySpoilerWrapper th,
.map-inner .easySpoilerGroupWrapperLastRow {
    background: #ff3344;
    color: #fff;
    border-color: #ff3344;
}

.map-inner .easySpoilerWrapper {
    border-color: #ff3344;
}

.map-inner .easySpoilerButtonBare {
    color: #fff !important;
}

/*.thumbnails-quest-item.pink{background:#e6006b;border-color:#e6006b}
.thumbnails-quest-item.pink a{color:#e6006b}
.thumbnails-quest-item.pink.sumb{background:rgba(247, 247, 247, 0.945);color:#e6006b;font-family: 'Roboto Condensed', sans-serif;font-size:14px;line-height:18px}*/
#article.yellow h1 {
    background: #f7f7f7;
    display: block;
    /*
      border-top:2px solid @color;
      border-bottom:2px solid @color;
      color:@color;
      */
    text-align: center;
    font-size: 55px;
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    line-height: 55px;
    padding: 5px 70px 12px 70px;
    margin-bottom: 35px;
    position: relative;
}

#article.yellow h1:before,
#article.yellow h1:after {
    display: block;
    width: 52px;
    height: 52px;
    content: '';
    position: absolute;
    background: url("../images/cat-icons.png") -364px -104px no-repeat;
    top: 50%;
    margin-top: -25px;
}

#article.yellow h1:before {
    left: 8px;
}

#article.yellow h1:after {
    right: 8px;
}

#article.yellow .q {
    background-color: #ccc500;
    color: #fff;
    padding: 20px;
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    font-size: 22px;
}

#article.yellow h1 {
    border-top: 2px solid #ccc500;
    border-bottom: 2px solid #ccc500;
    color: #ccc500;
}

#article.yellow .news-art-descr {
    background: #ccc500;
}

#article.yellow .easySpoilerWrapper th,
#article.yellow .easySpoilerGroupWrapperLastRow {
    background: #ccc500;
    color: #fff;
    border-color: #ccc500;
}

#article.yellow .easySpoilerWrapper {
    border-color: #ccc500;
    margin-bottom: 25px;
}

#article.green h1 {
    background: #f7f7f7;
    display: block;
    /*
      border-top:2px solid @color;
      border-bottom:2px solid @color;
      color:@color;
      */
    text-align: center;
    font-size: 55px;
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    line-height: 55px;
    padding: 5px 70px 12px 70px;
    margin-bottom: 35px;
    position: relative;
}

#article.green h1:before,
#article.green h1:after {
    display: block;
    width: 52px;
    height: 52px;
    content: '';
    position: absolute;
    background: url("../images/cat-icons.png") -52px -104px no-repeat;
    top: 50%;
    margin-top: -25px;
}

#article.green h1:before {
    left: 8px;
}

#article.green h1:after {
    right: 8px;
}

#article.green .q {
    background-color: #66cc00;
    color: #fff;
    padding: 20px;
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    font-size: 22px;
}

#article.green h1 {
    border-top: 2px solid #66cc00;
    border-bottom: 2px solid #66cc00;
    color: #66cc00;
}

#article.green .news-art-descr,
.news-solo-descr .news-art-descr {
    background: #66cc00;
}

.news-solo .easySpoilerWrapper th,
.news-solo .easySpoilerGroupWrapperLastRow,
#article.green .easySpoilerWrapper th,
#article.green .easySpoilerGroupWrapperLastRow {
    background: #66cc00;
    color: #fff;
    border-color: #66cc00;
}

.news-solo .easySpoilerWrapper,
#article.green .easySpoilerWrapper {
    border-color: #66cc00;
    margin-bottom: 25px;
}

#article.pink h1 {
    background: #f7f7f7;
    display: block;
    /*
      border-top:2px solid @color;
      border-bottom:2px solid @color;
      color:@color;
      */
    text-align: center;
    font-size: 55px;
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    line-height: 55px;
    padding: 5px 70px 12px 70px;
    margin-bottom: 35px;
    position: relative;
}

#article.pink .q {
    background-color: #e6006b;
    color: #fff;
    padding: 20px;
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    font-size: 22px;
}

#article.pink h1 {
    border-top: 2px solid #e6006b;
    border-bottom: 2px solid #e6006b;
    color: #e6006b;
}

#article.pink .news-art-descr {
    background: #e6006b;
}

#article.pink .easySpoilerWrapper th,
#article.pink .easySpoilerGroupWrapperLastRow {
    background: #e6006b;
    color: #fff;
    border-color: #e6006b;
}

#article.pink .easySpoilerWrapper {
    border-color: #e6006b;
    margin-bottom: 25px;
}

#article.pink h1:before,
#article.pink h1:after {
    display: block;
    width: 50px;
    height: 50px;
    content: '';
    position: absolute;
    background: url("../images/heart.png") 0 0 no-repeat;
    top: 50%;
    margin-top: -25px;
}

#article.pink h1:before {
    left: 8px;
}

#article.pink h1:after {
    right: 8px;
}

#article.turquoise h1 {
    background: #f7f7f7;
    display: block;
    /*
      border-top:2px solid @color;
      border-bottom:2px solid @color;
      color:@color;
      */
    text-align: center;
    font-size: 55px;
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    line-height: 55px;
    padding: 5px 70px 12px 70px;
    margin-bottom: 35px;
    position: relative;
}

#article.turquoise h1:before,
#article.turquoise h1:after {
    display: block;
    width: 52px;
    height: 52px;
    content: '';
    position: absolute;
    background: url("../images/cat-icons.png") -104px -104px no-repeat;
    top: 50%;
    margin-top: -25px;
}

#article.turquoise h1:before {
    left: 8px;
}

#article.turquoise h1:after {
    right: 8px;
}

#article.turquoise .q {
    background-color: #00b2a1;
    color: #fff;
    padding: 20px;
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    font-size: 22px;
}

#article.turquoise h1 {
    border-top: 2px solid #00b2a1;
    border-bottom: 2px solid #00b2a1;
    color: #00b2a1;
}

#article.turquoise .news-art-descr {
    background: #00b2a1;
}

#article.turquoise .easySpoilerWrapper th,
#article.turquoise .easySpoilerGroupWrapperLastRow {
    background: #00b2a1;
    color: #fff;
    border-color: #00b2a1;
}

#article.turquoise .easySpoilerWrapper {
    border-color: #00b2a1;
    margin-bottom: 25px;
}

#article.violet h1 {
    background: #f7f7f7;
    display: block;
    /*
      border-top:2px solid @color;
      border-bottom:2px solid @color;
      color:@color;
      */
    text-align: center;
    font-size: 55px;
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    line-height: 55px;
    padding: 5px 70px 12px 70px;
    margin-bottom: 35px;
    position: relative;
}

#article.violet h1:before,
#article.violet h1:after {
    display: block;
    width: 52px;
    height: 52px;
    content: '';
    position: absolute;
    background: url("../images/cat-icons.png") -156px -104px no-repeat;
    top: 50%;
    margin-top: -25px;
}

#article.violet h1:before {
    left: 8px;
}

#article.violet h1:after {
    right: 8px;
}

#article.violet .q {
    background-color: #7700d9;
    color: #fff;
    padding: 20px;
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    font-size: 22px;
}

#article.violet h1 {
    border-top: 2px solid #7700d9;
    border-bottom: 2px solid #7700d9;
    color: #7700d9;
}

#article.violet .news-art-descr {
    background: #7700d9;
}

#article.violet .easySpoilerWrapper th,
#article.violet .easySpoilerGroupWrapperLastRow {
    background: #7700d9;
    color: #fff;
    border-color: #7700d9;
}

#article.violet .easySpoilerWrapper {
    border-color: #7700d9;
    margin-bottom: 25px;
}

#article.orange h1 {
    background: #f7f7f7;
    display: block;
    /*
      border-top:2px solid @color;
      border-bottom:2px solid @color;
      color:@color;
      */
    text-align: center;
    font-size: 55px;
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    line-height: 55px;
    padding: 5px 70px 12px 70px;
    margin-bottom: 35px;
    position: relative;
}

#article.orange h1:before,
#article.orange h1:after {
    display: block;
    width: 52px;
    height: 52px;
    content: '';
    position: absolute;
    background: url("../images/cat-icons.png") -312px -104px no-repeat;
    top: 50%;
    margin-top: -25px;
}

#article.orange h1:before {
    left: 8px;
}

#article.orange h1:after {
    right: 8px;
}

#article.orange .q {
    background-color: #cc6d00;
    color: #fff;
    padding: 20px;
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    font-size: 22px;
}

#article.orange h1 {
    border-top: 2px solid #cc6d00;
    border-bottom: 2px solid #cc6d00;
    color: #cc6d00;
}

#article.orange .news-art-descr {
    background: #cc6d00;
}

#article.orange .easySpoilerWrapper th,
#article.orange .easySpoilerGroupWrapperLastRow {
    background: #cc6d00;
    color: #fff;
    border-color: #cc6d00;
}

#article.orange .easySpoilerWrapper {
    border-color: #cc6d00;
    margin-bottom: 25px;
}

#article.blue h1 {
    background: #f7f7f7;
    display: block;
    /*
      border-top:2px solid @color;
      border-bottom:2px solid @color;
      color:@color;
      */
    text-align: center;
    font-size: 55px;
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    line-height: 55px;
    padding: 5px 70px 12px 70px;
    margin-bottom: 35px;
    position: relative;
}

#article.blue h1:before,
#article.blue h1:after {
    display: block;
    width: 52px;
    height: 52px;
    content: '';
    position: absolute;
    background: url("../images/cat-icons.png") -260px -104px no-repeat;
    top: 50%;
    margin-top: -25px;
}

#article.blue h1:before {
    left: 8px;
}

#article.blue h1:after {
    right: 8px;
}

#article.blue .q {
    background-color: #333dff;
    color: #fff;
    padding: 20px;
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    font-size: 22px;
}

#article.blue h1 {
    border-top: 2px solid #333dff;
    border-bottom: 2px solid #333dff;
    color: #333dff;
}

#article.blue .news-art-descr {
    background: #333dff;
}

#article.blue .easySpoilerWrapper th,
#article.blue .easySpoilerGroupWrapperLastRow {
    background: #333dff;
    color: #fff;
    border-color: #333dff;
}

#article.blue .easySpoilerWrapper {
    border-color: #333dff;
    margin-bottom: 25px;
}

#article ul li {
    margin: 0 0 25px 40px;
    list-style-type: disc;
}

.slider a {
    text-decoration: none;
}

.slider-text.yellow {
    background-color: #ccc500;
}

.slider-text.green {
    background-color: #66cc00;
}

.slider-text.pink {
    background-color: #e6006b;
}

.slider-text.turquoise {
    background-color: #00b2a1;
}

.slider-text.violet {
    background-color: #7700d9;
}

.slider-text.orange {
    background-color: #cc6d00;
}

.slider-text.blue {
    background-color: #333dff;
}

.category-in-item {
    display: block;
    float: left;
    width: 223px;
    height: 52px;
    line-height: normal;
    margin: 0 12px 13px 0;
    text-decoration: none;
    color: #4d4d4d;
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    font-weight: bold;
    font-size: 14px;
}

.category-in-item:hover img.one {
    background-position: 0 -52px;
}

.category-in-item:hover img.two {
    background-position: -104px -52px;
}

.category-in-item:hover img.three {
    background-position: -208px -52px;
}

.category-in-item:hover img.four {
    background-position: -312px -52px;
}

.category-in-item:hover img.five {
    background-position: -52px -52px;
}

.category-in-item:hover img.six {
    background-position: -156px -52px;
}

.category-in-item:hover img.seven {
    background-position: -260px -52px;
}

.category-in-item:hover img.eight {
    background-position: -364px -52px;
}

.category-in-item.one.active {
    color: #2693ff;
}

.category-in-item.one.active img {
    background-position: 0 -104px;
}

.category-in-item.two:hover {
    color: #00b2a1;
}

.category-in-item.two.active {
    color: #00b2a1;
}

.category-in-item.two.active img {
    background-position: -104px -104px;
}

.category-in-item.three:hover {
    color: #e6006b;
}

.category-in-item.three.active {
    color: #e6006b;
}

.category-in-item.three.active img {
    background-position: -208px -104px;
}

.category-in-item.four:hover {
    color: #cc6d00;
}

.category-in-item.four.active {
    color: #cc6d00;
}

.category-in-item.four.active img {
    background-position: -312px -104px;
}

.category-in-item.five:hover {
    color: #66cc00;
}

.category-in-item.five.active {
    color: #66cc00;
}

.category-in-item.five.active img {
    background-position: -52px -104px;
}

.category-in-item.six:hover {
    color: #7700d9;
}

.category-in-item.six.active {
    color: #7700d9;
}

.category-in-item.six.active img {
    background-position: -156px -104px;
}

.category-in-item.seven:hover {
    color: #333dff;
}

.category-in-item.seven.active {
    color: #333dff;
}

.category-in-item.seven.active img {
    background-position: -260px -104px;
}

.category-in-item.eight {
    width: 210px;
    margin-right: 0;
}

.category-in-item.eight:hover {
    color: #ccc500;
}

.category-in-item.eight.active {
    color: #ccc500;
}

.category-in-item.eight.active img {
    background-position: -364px -104px;
}

.category-in-i-img {
    display: block;
    float: left;
    width: 52px;
    height: 52px;
    margin-right: 9px;
    background: url("../images/cat-icons.png") 0 0 no-repeat;
}

.category-in-i-img.one {
    background-position: 0 0;
}

.category-in-i-img.two {
    background-position: -104px 0;
}

.category-in-i-img.three {
    background-position: -208px 0;
}

.category-in-i-img.four {
    background-position: -312px 0;
}

.category-in-i-img.five {
    background-position: -52px 0;
}

.category-in-i-img.six {
    background-position: -156px 0;
}

.category-in-i-img.seven {
    background-position: -260px 0;
}

.category-in-i-img.eight {
    background-position: -364px 0;
}

.category-in-i-text {
    display: table-cell;
    vertical-align: middle;
    height: 52px;
}

/*ARTICLE*/
.news-article h1 {
    display: block;
    background: #f7f7f7;
    text-align: center;
    font-size: 45px !important;
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    padding: 0;
    line-height: 55px;
    padding: 5px 70px 12px 70px;
    margin-bottom: 35px;
    position: relative;
}

#article .news-art-descr,
.news-solo-descr .news-art-descr {
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    padding: 18px;
    margin: 0 0 25px;
    line-height: 26px;
}

/*
@yellow: #ccc500;
@green: #66cc00;
@pink: #e6006b;
@turquoise: #00b2a1;
@violet: #7700d9;
@orange: #cc6d00;
@blue: #333dff;
*/
.yellow .block-news-social.news-art-soc {
    background-color: #ccc500;
}

.green .block-news-social.news-art-soc {
    background-color: #66cc00;
}

.pink .block-news-social.news-art-soc {
    background-color: #e6006b;
}

.turquoise .block-news-social.news-art-soc {
    background-color: #00b2a1;
}

.violet .block-news-social.news-art-soc {
    background-color: #7700d9;
}

.orange .block-news-social.news-art-soc {
    background-color: #cc6d00;
}

.blue .block-news-social.news-art-soc {
    background-color: #333dff;
}

.block-news-social.news-art-soc {
    margin: 0 15px 0 15px;
}

.news-art-img {
    margin: 35px 0 20px 0;
    text-align: center;
}

.news-art-items {
    margin: 5px 0 7px 0;
}

.news-art-name {
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    font-weight: normal;
    color: #e6006b;
    font-size: 30px;
    padding: 0 0 5px 10px;
}

.news-article-title {
    color: #e6006b;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    padding: 40px 0 15px 0;
}

/*
@yellow: #ccc500;
@green: #66cc00;
@pink: #e6006b;
@turquoise: #00b2a1;
@violet: #7700d9;
@orange: #cc6d00;
@blue: #333dff;
*/
.ask-thum-item {
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    color: #fff;
    padding: 15px 15px 15px 10px;
    margin-bottom: 25px;
    /*width: 901px;*/
    border: 2px solid;
}

section.search .ask-thum-item {
    float: left;
    height: 262px;
    width: 262px;
    margin-bottom: 45px;
    margin-right: 29px;
}

.ask-thum-item.blue {
    background: #333dff;
    border-color: #333dff;
}

.ask-thum-item.blue a {
    color: #fff;
    text-decoration: none;
}

.ask-thum-item.orange {
    background: #cc6d00;
    border-color: #cc6d00;
}

.ask-thum-item.orange a {
    color: #fff;
    text-decoration: none;
}

.ask-thum-item.violet {
    background: #7700d9;
    border-color: #7700d9;
}

.ask-thum-item.violet a {
    color: #fff;
    text-decoration: none;
}

.ask-thum-item.pink {
    background: #e6006b;
    border-color: #e6006b;
}

.ask-thum-item.pink a {
    color: #fff;
    text-decoration: none;
}

.ask-thum-item.green {
    background: #66cc00;
    border-color: #66cc00;
}

.ask-thum-item.green a {
    color: #fff;
    text-decoration: none;
}

.ask-thum-item.turquoise {
    background: #00b2a1;
    border-color: #00b2a1;
}

.ask-thum-item.turquoise a {
    color: #fff;
    text-decoration: none;
}

.ask-thum-item.yellow {
    background: #ccc500;
    border-color: #ccc500;
}

.ask-thum-item.yellow a {
    color: #fff;
    text-decoration: none;
}

.ask-thum-i-title {
    font-weight: normal;
    font-size: 24px;
    padding-bottom: 13px;
}

.ask-thum-i-text {
    font-size: 14px;
    padding-bottom: 15px;
}

section.search .ask-thum-i-text {
    display: none;
}

.ask-thum-item.answ {
    background: #fff;
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    font-size: 14px;
    line-height: 18px;
}

.ask-thum-item.answ a {
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
}

.ask-thum-item.answ a:hover {
    opacity: 0.8;
}

/*VOCABULARY*/
.voc-items {
    width: 74px;
    /*height:43px;*/
    float: left;
    margin: 2px 14px 2px 14px;
}

.voc-items a {
    display: block;
    background-color: #2693ff;
    color: #fff;
    border: 1px solid #2693ff;
    text-decoration: none;
    text-align: center;
    line-height: 46px;
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    font-weight: normal;
    font-size: 34px;
}

.voc-items a:hover {
    color: #fff;
    opacity: .8;
}

.voc-items a.active {
    background-color: #fff;
    color: #2693ff;
    /*border:1px solid #2693ff;*/
}

.voc-i-round {
    width: 44px;
    height: 44px;
    margin: 0 auto;
    /*background:url("../images/vocab.png") 0 0 no-repeat;*/
    border-radius: 22px;
}

.voc-i-rectangle {
    width: auto;
    height: 43px;
    margin: 0 auto;
    overflow: hidden;
    display: inline-block !important;
}

.voc-delivery {
    margin-bottom: 15px;
}

.voc-del-container {
    margin-bottom: 35px;
    width: 95.5%;
    padding-top: 6px;
}

.voc-del-container .line {
    border: 1px solid #ddd;
    padding: 15px;
    width: 898px;
    margin-bottom: 20px;
    background-color: #F7F7F7;
}

.voc-del-title {
    display: block;
    background: #2693ff;
    color: #fff;
    height: 43px;
    line-height: 43px;
    padding-left: 11px;
    text-decoration: none;
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    font-weight: normal;
    font-size: 19px;
}

.voc-del-title:hover {
    color: #fff;
    opacity: 0.8;
}

.voc-del-txt {
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    border: 2px solid #2693ff;
    border-top: none;
    background: #fff;
    padding: 13px 5px 13px 10px;
}

/*THUMBNAILS*/
.thumbnails-container {
    margin: 0 15px 0 15px;
    overflow: hidden;
}

#article .thumbnails-container {
    margin: 0;
}

.thumbnails-inner {
    max-width: 1100px;
    width: 105%;
}

.thumbnails-item {
    display: block;
    float: left;
    width: 291px;
    height: 296px;
    margin: 0 29px 45px 0;
    position: relative;
    overflow: hidden;
}

.thumbnails-item img {
    display: block;
}

.thumbnails-item:hover .thumbnails-i-descr,
.thumbnails-item.hover .thumbnails-i-descr
{
    top: 0;
}

.thumbnails-item:hover .thumbnails-i-text,
.thumbnails-item.hover .thumbnails-i-text{
    height: 165px;
}

.thumbnails-item .thumbnails-i-descr {
    padding: 3px 11px 9px;
    position: absolute;
    top: 146px;
    transition: top 0.2s ease;
    height: 296px;
    width: 269px;
}

.thumbnails-item .thumbnails-i-descr h3 {
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    color: #f7f7f7;
    font-size: 22px;
    font-weight: normal;
    min-height: 60px;
}

.thumbnails-item .thumbnails-i-text {
    height: 53px;
    transition: height 0.2s ease;
    overflow: hidden;
}

.thumbnails-item .thumbnails-i-text p {
    padding-right: 10px;
    padding-bottom: 0;
}

.thumbnails-i-text {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    padding-top: 5px;
}

.thumbnails-i-text a {
    font-weight: bold;
    font-style: italic;
    color: #fff;
    text-decoration: none;
}

.thumbnails-i-text a:hover {
    color: #fff;
    opacity: 0.8;
}

.thumbnails-item.yellow .thumbnails-i-descr {
    background: #ccc500;
}

.thumbnails-item.orange .thumbnails-i-descr {
    background: #cc6d00;
}

.thumbnails-item.pink .thumbnails-i-descr {
    background: #e6006b;
}

.thumbnails-item.blue .thumbnails-i-descr {
    background: #333dff;
}

.thumbnails-item.violet .thumbnails-i-descr {
    background: #7700d9;
}

.thumbnails-item.green .thumbnails-i-descr {
    background: #66cc00;
}

.thumbnails-item.turquoise .thumbnails-i-descr {
    background: #00b2a1;
}

.thumbnails-more {
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    display: block;
    line-height: 101px;
    text-align: center;
    width: 102px;
    height: 101px;
    margin: 0 auto;
    background: url("../images/more.png") 0 0 no-repeat;
    color: #4d4d4d;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.thumbnails-pagination {
    font-family: 'Comfortaa', sans-serif;
    display: block;
    line-height: 101px;
    text-align: center;
    width: 100%;
    height: 101px;
    margin: 0 auto;
    /*background: url("../images/more.png") 0 0 no-repeat;*/
    color: #4d4d4d;
    font-size: 21px;
    font-weight: bold;
    text-decoration: none;
}

.thumbnails-pagination a, .thumbnails-pagination span {
  display: inline-block;
  margin: 0 5px;
}

.thumbnails-more:hover {
    color: #4d4d4d;
    opacity: 0.8;
}

.thumbnails-quest-more {
    font-size: 14px;
    margin-top: 20px;
}

.thumbnails-quest-more a {
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
}

.thumb-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -5px;
    right: -4px;
    background: url("../images/thum-right.png") 0 0 no-repeat;
}

.thumb-icon-in {
    position: absolute;
    top: -5px;
    right: 0;
}

.tabscontent {
    display: none;
}

.breadcrumbs {
    margin: 0 0 20px;
    font-size: 16px;
}

.another_faq {
    margin: 20px 0;
    font-size: 26px;
    text-align: center;
}

#slides {
    position: relative;
}

.slidesPagination {
    margin-top: 9px;
    text-align: center;
}

.slidesPagination li {
    display: inline-block;
    margin: 0 2px;
    list-style: none;
}

.slidesPagination li a {
    display: block;
    width: 16px;
    height: 0;
    padding-top: 17px;
    background-image: url(../images/pagination.png);
    background-position: 0 0;
    overflow: hidden;
}

.slidesPagination li a.active {
    background-position: 0 -17px;
}

.current_slide {
    font: bold 10px/1.33 sans-serif;
    float: left;
    margin-top: 12px;
}

.controls {
    display: block;
    margin-top: 12px;
    float: left;
    color: #333;
    font: bold 10px/1.33 sans-serif;
    margin-right: 10px;
}

/*CALENDAR*/
.calendar {
    width: 287px;
    background: #fff;
    padding-bottom: 13px;
}

.calendar h2 {
    color: #4dd232 !important;
    text-align: center;
    padding: 3px 0 12px 0;
    display: block !important;
    background: #fff !important;
}

#wp-calendar {
    width: 90%;
    margin: 0 auto;
}

#wp-calendar caption {
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    font-weight: normal;
    font-size: 20px;
    color: #4d4d4d;
    text-align: center;
    position: relative;
}

#wp-calendar td {
    text-align: center;
}

#wp-calendar tbody {
    font-size: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

#wp-calendar tbody a {
    color: #4d4d4d;
    background: #33cc14;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-decoration: none;
    border-radius: 20px;
}

#wp-calendar .monthlink {
    text-decoration: none;
    color: #4d4d4d;
    font-size: 20px;
    font-weight: bold;
}

#wp-calendar .monthlink.left {
    /*      display:block;
              position:absolute;
              top:3px;
              left:-10px;*/
    padding-right: 20px;
}

#wp-calendar .monthlink.right {
    /*      display:block;
              position:absolute;
              top:3px;
              right:-10px;*/
    padding-left: 20px;
}

.calendar-in {
    width: 245px;
    margin: 0 auto;
    text-align: center;
    color: #575757;
}

.calendar-in .monthselect {
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    font-weight: normal;
    font-size: 24px;
    color: #4d4d4d;
    position: relative;
}

.calendar-in .monthlink {
    text-decoration: none;
    color: #4d4d4d;
    font-size: 20px;
    font-weight: bold;
}

.calendar-in .monthlink.left {
    display: block;
    position: absolute;
    top: 3px;
    left: -10px;
}

.calendar-in .monthlink.right {
    display: block;
    position: absolute;
    top: 3px;
    right: -10px;
}

.calendar-in .day {
    font-size: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.calendar-in .day a {
    color: #4d4d4d;
    background: #33cc14;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-decoration: none;
    border-radius: 20px;
}

.calendar-in .weekday {
    font-size: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.calendar-date {
    padding: 3px 0 2px 15px;
}

.calendar-date a {
    font-weight: bold;
    font-style: italic;
    color: #4d4d4d;
    text-decoration: none;
}

.calendar-date a:hover {
    color: #4d4d4d;
    opacity: 0.8;
}

#errors label {
    display: block;
    font-size: 16px;
    color: red;
    margin-bottom: 10px;
}

.map-container ul {
    list-style: disc;
    margin: 0 0 15px 30px;
}

.yarpp-related .thumbnails {
    margin-left: -40px;
}

.yarpp-related .news-l-i-date {
    font-size: 13px;
}

.yarpp-related h3 {
    padding: 0;
    line-height: normal;
}

.yarpp-related .news-article-title {
    margin-bottom: 10px;
}

.yarpp-related .thumbnails-item {
    margin: 0 15px 22px 0;
}

.yarpp-related .wrap {
    max-width: 10000px;
    width: 110%;
}

.thumbnails.search .voc-delivery {
    clear: both;
}

.vocabulary .thumbnails-inner {
    width: 104%;
}

/*NEWS*/

.news-right h2 {
  display: none;
}

.news-l-i-pic {
  display: none;
}

@media screen and (max-width: 960px) {
    section#article iframe,
    section.news-solo iframe {
      max-width: 100%;
    }
  
    .map-google {
        width: auto;
        margin: 0 15px;
    }

    .category-inner {
        margin-left: 0;
        margin-right: 0;
    }

    .thumbnails-quest-item:nth-child(3n) {
        margin-right: 30px;
    }

    .thumbnails-quest-item:nth-child(2n) {
        margin-right: 0px;
    }

    .thumbnails-inner {
        width: 620px;
        margin: 0 auto;
    }

    .thumbnails-inner .thumbnails-item:nth-child(even) {
        margin-right: 0;
    }

    .contact-left,
    .contact-right {
        float: none;
        width: 100%;
    }

    .contact-form.orange {
        width: auto;
    }

    .header-inner nav {
        width: 498px;
    }

    .header-inner .h-menu li {
        margin-left: 0;
        line-height: 120px;
    }

    .header-inner .h-menu li a {
        height: 120px;
        width: 120px;
        background-size: 480px;
    }

    .header-inner .h-menu li a.blue:hover,
    .header-inner .h-menu li a.blue.active {
        background-position: 0 -121px;
    }

    .header-inner .h-menu li a.green {
        background-position: -120px 0;
    }

    .header-inner .h-menu li a.green.active,
    .header-inner .h-menu li a.green:hover {
        background-position: -120px -121px;
    }

    .header-inner .h-menu li a.red {
        background-position: -240px 0;
    }

    .header-inner .h-menu li a.red.active,
    .header-inner .h-menu li a.red:hover {
        background-position: -240px -121px;
    }

    .header-inner .h-menu li a.orange {
        background-position: -360px 0;
    }

    .header-inner .h-menu li a.orange.active,
    .header-inner .h-menu li a.orange:hover {
        background-position: -360px -121px;
    }
    
    .news-right {
        width: 100%;
        float: none;
        overflow: hidden;
        margin: 0px auto 30px;
    }

    .news-right .news-r-social {
        width: 45%;
        float: left;
        margin-left: 15px;
    }

    .news-right .calendar {
        width: 45%;
        float: right;
        margin-right: 15px;
    }

    .news-right h2 {
      display: block;
      color: #33cc14;
      padding-bottom: 7px;
      background: #f7f7f7;
      margin: 0 15px;
    }
    
    .news-left {
        width: 100%;
        float: none;
        padding: 0;
    }
    
    .news-left h2 {
      display: none;
    }

    .news-left #unesco_posts_list {
      padding: 0 15px;
    }
    
    .news-left .news-l-item, #unesco_posts_list .news-l-item {
        width: 98%;
    }

    .news-left .news-l-item .news-l-i-right, #unesco_posts_list .news-l-item .news-l-i-right {
        width: 54%;
        overflow: hidden;
        text-align: right;
    }
    .news-left .news-l-item .news-l-i-right img, #unesco_posts_list .news-l-item .news-l-i-right img {
        max-width: 9999px;
    }

    .news-solo-right {
        width: 100%;
    }
    .news-solo-right .block-news {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .news-solo-right .block-news div, .news-solo-right .block-news h2 {
        margin-right: 10px;
        margin-left: 10px;
    }
    section.contact .contact-f-item {
      margin-bottom: 25px;
    }
    .footer-item {
      height: 140px;
    }
    .voc-del-container .line {
      width: 90%;
    }
    .voc-del-container .line img, .voc-del-container .line iframe {
      max-width: 100%;
    }
}

@media screen and (min-width: 835px) {
    .header-inner .h-menu{
        display: block !important;
    }
    .header-inner #h-menu-control{
        display: none;
    }
}
@media screen and (max-width: 835px) {
    .header-inner nav {
        clear: both;
        padding-top: 20px;
        width: 100%;
    }
    .header-inner .h-menu{
        display: none;
    }
    .header-inner .h-menu li {
        display: block;
        margin-left: 0;
        margin-bottom: 20px;
        height: auto;
        line-height: normal;
        width: 99%;
    }

    .header-inner .h-menu li a {
        display: block;
        background: #f7f7f7;
        line-height: 50px;
        width: 100%;
        height: 50px;
        text-align: center;
        border-width: 3px;
        border-style: solid;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .header-inner .h-menu li a:hover,
    .header-inner .h-menu li a.active {
        color: #fff;
    }

    .header-inner .h-menu li a.blue:hover,
    .header-inner .h-menu li a.blue.active {
        background: #2693ff;
    }

    .header-inner .h-menu li a.green:hover,
    .header-inner .h-menu li a.green.active {
        background: #33cc14;
    }

    .header-inner .h-menu li a.red:hover,
    .header-inner .h-menu li a.red.active {
        background: #ff3344;
    }

    .header-inner .h-menu li a.orange:hover,
    .header-inner .h-menu li a.orange.active {
        background: #ff8000;
    }

    .info-blocks-inner .grid3 {
        width: 40%;
        padding: 5px 4% 0;
    }

    .info-blocks-left {
        margin-right: 3%;
    }

    .block-subject {
        margin-right: 0;
    }

    .info-blocks-inner .block-news {
        clear: both;
        margin-top: 30px;
        width: 91%;
    }

    img {
        max-width: 100%;
        height: auto;
    }
    .captchablock img {
        max-width: 9999px;
    }
}

@media screen and (max-width: 700px) {
    .news-left {
        width: 95%;
        margin: 0 auto;
        padding: 0;
    }

    .news-left #unesco_posts_list {
      padding: 0;
    }
    
    .news-right {
        width: 95%;
        margin: 0 auto 30px;
        padding: 0;
    }

    .news-right h2 {
      margin: 0;
    }
}

@media screen and (max-width: 655px) {
    .thumbnails-inner {
        width: 300px;
    }

    .thumbnails-item {
        margin: 0 auto 45px;
        float: none;
    }

    .ask-form-left {
        width: 100%;
        position: relative;
        z-index: 10;
    }

    .ask-form-left .contact-f-i-input,
    .ask-form-left .contact-f-i-textarea,
    .ask-form-left .contact-f-item.min .contact-f-i-input {
        width: 75%;
    }

    .ask-form-left .contact-f-i-left {
        width: 15%;
    }

    .ask-form-right-item {
        margin-right: 0px;
        position: relative;
        left: -87%;
        top: 22px;
        width: 180%;
    }

    .ask-form-right-item.spec {
        top: 30px;
        margin-bottom: 16px;
    }

    .ask-form-right-item.big {
        top: 130px;
    }

    .category-top-list li {
        width: 47%;
        margin-bottom: 20px;
    }

    .category-top-list li:nth-child(3) {
        clear: left;
    }
    
    section.contact .contact-f-i-input, section.contact textarea {
        width: 90%;
        padding-right: 0;
    }
    
    section.contact .contact-f-item.big .contact-f-i-input {
        width: 90%;
        padding-left: 30px;
    }
}
@media screen and (max-width: 700px) {
    .news-right .news-r-social, .news-right .calendar {
        width: 98%;
        float: none;
        margin: 0 auto;
    }
}
@media screen and (max-width: 575px) {
    .info-blocks-inner .grid3 {
        clear: both;
        margin-top: 30px;
        width: 91%;
    }

    .info-blocks-inner .block-vote {
        margin-top: 0;
    }

    .info-blocks-left {
        margin-right: 0;
    }

    .slider .slider-text {
        position: static;
        width: auto;
    }

    .news-right {
        width: 90%;
        float: none;
        margin: 0 auto 30px;
    }

    .news-left {
        width: 90%;
        float: none;
    }

    .news-left .news-l-item, #unesco_posts_list .news-l-item {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .news-left .news-l-item h3, #unesco_posts_list .news-l-item h3 {
      padding: 0 11px;
    }
    
    .news-left .news-l-item .news-l-i-text, #unesco_posts_list .news-l-item .news-l-i-text {
      height: auto;
      padding: 0 11px;
    }
    
    .news-left .news-l-item .news-l-i-date, #unesco_posts_list .news-l-item .news-l-i-date {
      position: static;
      padding: 0;
      margin: 15px 0;
      padding: 0 11px;
    }
    
    .news-left .news-l-item .news-l-i-pic, #unesco_posts_list .news-l-item .news-l-i-pic {
      display: block;
      overflow: hidden;
    }

    .news-left .news-l-item .news-l-i-pic img, #unesco_posts_list .news-l-item .news-l-i-pic img {
      width: 100%;
    }
    
    .news-left .news-l-item .news-l-i-right, #unesco_posts_list .news-l-item .news-l-i-right {
        display: none;
    }
    .news-left .news-l-item .news-l-i-right img, #unesco_posts_list .news-l-item .news-l-i-right {
        max-width: 9999px;
    }
    
/*
    .news-right .news-r-social .social-share > div {
        float: left;
        margin: 10px;
        width: auto;
    }
*/
    .news-l-item {
      height: auto;
    }
    
    #slideshow-wrapper {
      width: 100% !important;
    }
    
    #slideshow-wrapper #fullsize {
      width: 100% !important;
    }
    
    #slideshow-wrapper #slidearea {
      width: 88% !important;
    }
    
    #slideshow-wrapper #information {
      width: 100% !important;
    }
    
    #article h1 {
      font-size: 24px !important;
      line-height: 24px !important;
      padding: 10px 60px !important;
    }
    .news-solo h1 {
      font-size: 24px !important;
      line-height: 24px !important;
      padding: 10px !important;
    }
}
@media screen and (max-width: 520px) {
    .ask-form-right-item.min.email, .ask-form-right-item.min.private {
        top: 45px;
    }
    
    .ask-form-right-item.min {
        top: 38px;
    }
    
    .ask-sended {
      width: 100%;
    }
}
@media screen and (max-width: 425px) {
    .ask-form-right-item {
        top: 5px;
        height: 46px;
    }
    .ask-form-right-item.big {
        top: 155px;
        height: 223px;
    }
  
    .ask-form-right-item.spec {
        top: 64px;
        margin-bottom: 60px;
    }
    .ask-form-right-item.min {
        top: 28px;
        height: 72px;
    }
    .ask-form-right-item.min.spec {
        top: 30px;
        height: 37px;
    }
    .ask-form-right-item.min.email, .ask-form-right-item.min.private {
        top: 75px;
    }
    section.ask .contact-f-i-left {
      float: none;
    }
    section.ask .contact-f-item {
      margin-bottom: 25px;
    }
    .ask-form-vote-item {
      margin-top: 42px;
    }
    .ask-form-left .contact-f-i-left {
      width: 100%;
    }
    .ask-form-vote-i-left, .ask-form-vote-i-right {
      float: none;
    }
    .block-vote-item.ask-vote {
      margin-left: 0;
      margin-right: 11px;
    }
    .contact-f-i-left.name:before {
      right: none;
      left: 5px;
      top: 24px;
    }
    .contact-f-i-left.theme:before {
      right: none;
      left: 5px;
      top: 24px;
    }
    .contact-f-i-left.quest:before {
      right: none;
      left: 5px;
      top: 24px;
    }
}
@media screen and (max-width: 405px) {
    .footer-item {
        margin: 0 auto 30px;
        float: none;
    }

    .slider-text {
        left: 0;
    }

    .news-solo-descr {
        padding: 10px 20px;
    }

    .news-solo-in {
        padding: 0;
    }

    .thumbnails-container {
        margin: 0 10px;
    }

    .block-news-social.news-art-soc {
        margin: 0 10px;
    }

    .news-article h1 {
        font-size: 45px !important;
        padding: 5px 30px 12px 30px !important;
    }

    .yarpp-related .thumbnails {
        margin-left: -15px;
    }

    .voc-items {
        margin: 2px 11px;
    }
}

.contact #captchaImgDiv > div {
    float: left !important;
    clear: none !important;
}

.bx-viewport {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.category-name {
    background: #f7f7f7;
}
