/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   LARGE
   -------------------------------------------------------------------
   Large desktops and laptops
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media (min-width: 1200px) {
/* START */

/* END */
}


@media (max-width: 1920px) {
/* START */

/* ---------------------------------------------
   PROMO
   --------------------------------------------- */

    #promo .slide {
      height: 450px;
    }
    #promo h1,
    #promo h3,
    #promo .button-group {
        margin: 0;
    }
    #promo .slide p {
        margin: 25px 0 35px;
        padding: 0;
        border: none;
        font-size: 20px;
    }

/* END */
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   STANDARD
   -------------------------------------------------------------------
   Landscape tablets and medium desktops or laptops
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media (min-width: 992px) and (max-width: 1199px) {
/* START */

/* ---------------------------------------------
   PROMO
   --------------------------------------------- */
/*
    #promo {
        height: 400px;
    }
    #promo .swiper-slide {
        background: #333 url("../../assets/images/demo/1920x400.png") no-repeat center center;
    }
*/


/* ---------------------------------------------
   CREDITS
   --------------------------------------------- */

    #credits dl dd {
        padding: 0;
    }


/* END */
}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   NORMAL
   -------------------------------------------------------------------
   Portrait tablets and small desktops
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media (min-width: 768px) and (max-width: 991px) {
/* START */

/* ---------------------------------------------
   NAVIGATION
   --------------------------------------------- */

/* --- Affix --- */

    .topnav {
        padding-top: 25px;
        padding-bottom: 5px;
    }
    .topnav.affix {
        padding-top: 15px;
        padding-bottom: 0;
    }

/* --- Logotype --- */

    .navbar-brand,
    .navbar-header {
        width: 100%;
    }
    .navbar-brand img {
        margin: 0 auto;
        width: 300px !important;
    }
    .affix .navbar-brand img {
        width: 240px !important;
    }

/* --- Navigation --- */

    .navbar-nav {
        margin: 0 auto;
        padding-top: 35px;
        float: none !important;
        clear: both !important;
        text-align: center;
    }
    .affix .navbar-nav {
       padding-top: 25px;
    }

/* --- First Level --- */

    .navbar-nav > li {
        display: inline-block !important;
        float: none;
    }
    .navbar-nav > li:last-child > a {
        padding: 0;
    }

/* --- Second Level --- */

    .navbar-nav > li > .dropdown-menu {
        margin-top: 6px;
        transform: translateX(50%);
        right: 50%;
    }
    .affix .navbar-nav > li > .dropdown-menu {
        margin-top:  0;
    }
    .navbar-nav > li > .dropdown-menu:before {
        width: auto;
        right: -1px;
        left: -1px;
    }

/* ---------------------------------------------
   CREDITS
   --------------------------------------------- */

    #credits dl {
        overflow: hidden;
        padding-left: 15px;
        padding-right: 15px;
    }
    #credits dl dt {
        float: left !important;
        text-align: center;
    }
    #credits dl dd {
        text-align: left;
        padding-left: 75px;
    }

/* ---------------------------------------------
   DETAILS
   --------------------------------------------- */

    #details dl {
        overflow: hidden;
        padding-left: 15px;
        padding-right: 15px;
    }
    #details dl dt {
        float: left !important;
        text-align: center;
    }
    #details dl dd {
        text-align: left;
        padding-left: 75px;
    }
    #details dl dd p {
      font-size: 16px;
    }

/* ---------------------------------------------
   SUBMENU
   --------------------------------------------- */

    #submenu ul li {
        font-size: 16px;
    }
    #submenu ul li.current a:after,
    #submenu ul li.current span:after,
    #submenu ul li.current a:before,
    #submenu ul li.current span:before {
        margin-left: -10px;
        border: 10px solid transparent;
    }
    #submenu ul li.current a:before,
    #submenu ul li.current span:before {
        top: 38px;
        border-top-color: #d15;
    }
    #submenu ul li.current a:after,
    #submenu ul li.current span:after {
        top: 32px;
        border-top-color: #fff;
    }


/* ---------------------------------------------
   FOUNDERS
   --------------------------------------------- */

    #founders .content-wide {
        padding-bottom: 25px;
    }
    #founders p {
        padding: 25px 0 0;
        text-transform: uppercase;
        text-align: center;
    }
    #founders p .founders-divider {
        padding: 0 0 5px;
    }

/* ---------------------------------------------
  LOCATION
  --------------------------------------------- */

    .location-map {
        height: 300px;
    }
    #location .wrapper article {
        display: block;
        width: 280px;
        height: 250px;
        padding: 20px 25px;
        top: 25px;
        left: 25px;
    }
    #location .wrapper article dl {
        margin: 15px 0 15px;
    }
    #location .wrapper article dl:last-child {
        margin: 0;
    }
    #location .wrapper article dl dt {
        padding-bottom: 5px;
        font-size: 16px;
        text-transform: uppercase;
    }
    #location .wrapper article dl dd {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.7);
    }
    #location .wrapper article dl dd a {
        margin-top: 5px;
    }

/* ---------------------------------------------
  NEWS LIST
  --------------------------------------------- */
    .periodic dl dt {
        width: 140px;
        text-align: center;
        background-color: #fff;
        vertical-align: top;
        border: none;
    }
    .periodic dl dt time {
        height: 140px;
        display: block;
        background-color: rgba(0, 0, 0, 0.01);
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(0, 0, 0, 0.07);
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 10px;
    }
    .periodic dl dt time strong {
        margin-top: 35px;
    }

/* ---------------------------------------------
   CONTENT
   --------------------------------------------- */

    .card-symbolic dd h3 {
        font-size: 18px;
    }



/* END */
}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   MEDIUM
   -------------------------------------------------------------------
   Small desktops, portrait tablets and lower
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media (max-width: 991px) {
/* START */

/* ---------------------------------------------
  PROMO
  --------------------------------------------- */
    #promo {
        background-image: url("../../resource/layout/promo/1920x450.jpg");
    }
    #promo .slide {
        height: 450px;
        text-align: center;
    }
    #promo .slide h1:after {
        height: 2px;
        width: 150px;
        margin: 20px auto 15px;
        background-color: rgba(255, 255, 255, 1);
    }
    #promo h1,
    #promo h3,
    #promo .button-group {
        margin: 0;
    }
    #promo .slide p {
        margin: 25px 0 25px;
        border-color: transparent;
    }


/* ---------------------------------------------
  REVIEW Content
  --------------------------------------------- */

    .review-item dl {
        padding: 0;
    }
    .review-item .review-author {
        z-index: 10;
    }
    .review-item  dl dt {
        float: none;
        margin: 0 auto;
        clear: both;
        text-align: center;
    }
    .review-item dl dt img {
        width: 150px;
        padding: 5px;
        border: 2px solid rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }
    .review-item  dl dd {
        display: none;
    }
    .review-item cite {
      padding-top: 10px;
    }
    .review-item .review-content {
        margin-top: -100px;
        z-index: 1;
      }
    .review-item blockquote {
        padding-top: 100px;
    }
    .review-item blockquote:after,
    .review-item blockquote:before {
        width: 0;
        height: 0;
        left: 50%;
        top: auto;
        content: "";
        display: block;
        position: absolute;
        margin-left: -16px;
        border: 16px solid transparent;
    }
    .review-item blockquote:before {
        bottom: -32px;
        border-top-color: rgba(0, 0, 0, 0.3);
    }
    .review-item blockquote:after {
        bottom: -31px;
        border-top-color: #fff;
    }

/* ---------------------------------------------
  PROGRAM
  --------------------------------------------- */

    .program .tab-pane dl dt,
    .program .tab-pane dl dd:not(:last-child),
    .program .tab-pane dl dd > .row > div:not(:last-child)  {
        border: none;
    }
    .program .tab-pane dl dt,
    .program .tab-pane dl dd {
        text-align: center;
    }
    .program .tab-pane dl dt .wrap {
        padding: 15px;
    }
    .program .tab-pane dl dd .wrap {
        padding: 0 15px 15px;
    }
    .program .tab-pane dl dd:not(:last-child) .wrap:after,
    .program .tab-pane dl dd > .row > div:not(:last-child) .wrap:after {
        content: "";
        height: 1px;
        width: 50px;
        display: block;
        margin: 15px auto 0;
        background-color: #aaa;
    }
    .program .tab-pane > dl:nth-child(even) {
        background-color: rgba(0, 0, 0, 0.03);
    }

/* --- Нижние отступы для первой и последней вкладок --- */
    .program .tabbable .tab-content #in,
    .program .tabbable .tab-content #out {
        margin-bottom: 0;
    }

/* --- Time Column --- */

    .program .tab-pane time {
        display: inline-block;
        font-size: 18px;
    }
    .program .tab-pane time:after {
        content: "";
        height: 3px;
        width: 50px;
        display: block;
        margin: 10px auto 0;
        background-color: #d15;
    }

/* --- Content --- */

    .program .tab-pane dl h3 {
        font-size: 20px;
    }
    .program .tab-pane dl p,
    .program .tab-pane dl ul li {
        font-size: 18px;
    }

/* ---------------------------------------------
  ARCHIVE
  --------------------------------------------- */

    .event .card-event .row {
        margin: 0;
        padding: 15px;
    }

/* ---------------------------------------------
  OBJECT PAGE
  --------------------------------------------- */

/* --- Moderator --- */

    .moderator dl dt,
    .moderator.with-super-long dl dt  {
        float: none;
        clear: both;
        margin-bottom: 15px;
        width: 100%;
    }
    .moderator dl dt span {
        display: inline !important;
    }
    .moderator dl dd,
    .moderator.with-super-long dl dd {
        margin-left: 0;
    }

/* END */
}




/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   SMALL
   -------------------------------------------------------------------
   Landscape phones and portrait tablets
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media (max-width: 767px) {
/* START */

/* ---------------------------------------------
   BACK TO TOP
   --------------------------------------------- */
    #back-to-top {
        bottom: 30px;
    }


/* ---------------------------------------------
   BUTTONS
   --------------------------------------------- */

/* --- Outline --- */

    .btn-outline {
        width: 240px;
        padding: 14px 15px;
        font-size: 16px;
    }


    #promo .slide {
      padding-top: 35px;
      padding-bottom: 35px;
      height: auto !important;
    }

    #promo .button-group .btn {
        display: block;
        margin: 0 auto 15px !important;
    }
    #promo .button-group .btn:last-child {
        margin-bottom: 15px !important;
    }

/* ---------------------------------------------
   SWIPER CONTROLS
   --------------------------------------------- */

    #review-main .swiper-button-next,
    #gallery-main .swiper-button-next,
    #periodic-main .swiper-button-next {
        margin-right: -150px;
    }
    #review-main .swiper-button-prev,
    #gallery-main .swiper-button-prev,
    #periodic-main .swiper-button-prev {
        margin-left: -150px;
    }

/* ---------------------------------------------
  PROMO
  --------------------------------------------- */

    #promo {
        background-image: url("../../resource/layout/promo/1920x450.jpg");
    }
    #promo .slide p {
        padding: 0;
        margin: 15px 0 25px;
        font-size: 18px;
        border: none;
    }

/* ---------------------------------------------
   TITLE
   --------------------------------------------- */

    .header-wide h2 {
        padding: 0 0 10px;
        font-size: 28px;
    }

/* ---------------------------------------------
   NAVIGATION
   --------------------------------------------- */

/* --- Affix --- */

    .topnav {
        padding-top: 15px;
        padding-bottom: 30px;
    }
    .topnav.affix {
        padding-top: 5px;
        padding-bottom: 25px;
    }

/* --- Logotype --- */

    .navbar-brand  {
        margin-left: 5px;
    }
    .navbar-brand img {
        width: 240px;
    }

/* --- Registration Button --- */

    .navbar-link {
        display: block;
        padding: 8px 10px;
        margin: 15px 0 0 15px;
        border: 2px solid #d15;
        border-radius: 3px;
        font-weight: 700;
        font-size: 16px;
        line-height: 1;
        color: #d15;
        -webkit-transition: all 0.25s ease-in-out;
           -moz-transition: all 0.25s ease-in-out;
             -o-transition: all 0.25s ease-in-out;
                transition: all 0.25s ease-in-out;
    }
    .navbar-link:hover {
        background-color: #d15;
        text-decoration: none;
        color: #fff;
    }

/* --- Burger --- */

    .navbar-toggle {
        cursor: pointer;
        padding: 9px 10px;
        margin: 15px 10px 0 15px;
        border: 2px solid #1a6;
        background-color: #fff;
        -webkit-transition: all 0.5s ease-in-out;
           -moz-transition: all 0.5s ease-in-out;
             -o-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
    }
   .navbar-toggle:hover {
        border-color: #1a6;
        background-color: #1a6;
    }
    .navbar-toggle .icon-bar {
        height: 2px;
        background-color: #1a6;
        -webkit-transition: all 0.5s ease-in-out;
           -moz-transition: all 0.5s ease-in-out;
             -o-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
    }
   .navbar-toggle:hover .icon-bar {
        background-color: #fff !important;
    }
    .navbar-toggle:hover .icon-bar,
    .navbar-toggle:not(.collapsed) .icon-bar {
        background-color: #1a6;
    }
    .navbar-toggle:not(.collapsed) .icon-bar  {
        -webkit-transform: translateY(0) rotate(45deg) !important;
           -moz-transform: translateY(0) rotate(45deg) !important;
            -ms-transform: translateY(0) rotate(45deg) !important;
             -o-transform: translateY(0) rotate(45deg) !important;
                transform: translateY(0) rotate(45deg) !important;
        -webkit-transform-origin: 50% 50%;
           -moz-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
             -o-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
    }
    .navbar-toggle:not(.collapsed) .icon-bar:last-child  {
        -webkit-transform: translateY(-6px) rotate(-45deg) !important;
           -moz-transform: translateY(-6px) rotate(-45deg) !important;
            -ms-transform: translateY(-6px) rotate(-45deg) !important;
             -o-transform: translateY(-6px) rotate(-45deg) !important;
                transform: translateY(-6px) rotate(-45deg) !important;
        -webkit-transform-origin: 50% 50%;
           -moz-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
             -o-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
    }
    .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2)  {
        opacity: 0;
    }

/* --- Reset --- */

    .navbar-nav,
    .navbar-nav > li,
    .navbar-nav > li > a,
    .navbar-nav > li > ul,
    .navbar-nav > li > ul > li,
    .navbar-nav > li > ul > li > a {
        border: none;
        margin: 0;
        padding: 0;
        line-height: 1.5;
        color: #333;
        -webkit-transition: none !important;
           -moz-transition: none !important;
             -o-transition: none !important;
                transition: none !important;
    }

/* --- First Level --- */

    .navbar-nav {
        padding-top: 35px;
        margin-left: -10px;
    }
    .navbar-nav > li:not(:last-child) {
        border-bottom: 1px dashed #eee;
    }
    .navbar-nav > li > a {
        border-radius: 5px;
        font-size: 18px;
        line-height: 2.5;
        text-decoration: none;
        background-color: transparent;
    }
    .navbar-nav > li > a:after {
        float: right;
        padding-right: 15px;
    }

/* Second Level */

    .navbar-nav > li > .dropdown-menu {
        width: 100%;
        margin-top: 0;
        margin-bottom: 15px;
        padding: 0;
        border-radius: 0;
        border-top: none;
        overflow: hidden;
    }
    .navbar-nav > li:last-child > .dropdown-menu {
        margin-bottom: 0;
    }
    .navbar-nav > li > .dropdown-menu:before {
        display: none;
    }
    .navbar-nav > li > .dropdown-menu > li > a {
      padding: 5px 15px !important;
    }
    .navbar-nav > li:last-child > .dropdown-menu > li:last-child > a {
        padding-bottom: 0 !important;
    }

/* ---------------------------------------------
   FOOTER
   --------------------------------------------- */
    #footer {
        overflow: hidden;
    }
    #footer .copyright  {
        height: auto;
        padding-top: 25px;
        padding-bottom: 15px;
        text-align: center;
    }
    #footer .social {
        height: auto;
    }
    #footer .social ul {
        float: none !important;
        text-align: center;
        margin: 0 auto 0;
        width: 150px;
        padding: 0;
    }

/* ---------------------------------------------
   CREDITS
   --------------------------------------------- */

    #credits dl {
        overflow: hidden;
        padding-left: 15px;
        padding-right: 15px;
    }
    #credits dl dt {
        float: left !important;
        text-align: center;
    }
    #credits dl dd {
        text-align: left;
        padding-left: 75px;
    }
    #credits dl dd h3 {
        font-size: 16px;
    }
    #credits dl dd p {
        font-size: 14px;
    }

/* ---------------------------------------------
   DETAILS
   --------------------------------------------- */

    #details dl {
        overflow: hidden;
        padding-left: 15px;
        padding-right: 15px;
    }
    #details dl dt {
        float: left !important;
        text-align: center;
    }
    #details dl dd {
        text-align: left;
        padding-left: 75px;
    }
    #details dl dd h3 {
        font-size: 16px;
    }
    #details dl dd p {
        font-size: 14px;
    }


/* ---------------------------------------------
   SPONSORS
   --------------------------------------------- */

/* ---------------------------------------------
   FOUNDERS
   --------------------------------------------- */

    #founders .content-wide {}
    #founders ul li:last-child {
      clear: both;
    }
    #founders p {
        clear: both;
        padding: 25px 0 0;
        text-transform: uppercase;
        text-align: center;
        font-size: 16px;
    }
    #founders p .founders-divider {
        padding: 0 0 5px;
    }



/* ---------------------------------------------
   PATH
   --------------------------------------------- */

    #path h1 {
        padding-top: 35px;
        padding-bottom: 25px;
    }

/* ---------------------------------------------
  LOCATION
  --------------------------------------------- */

    #location .wrapper article {
        display: block;
        width: auto;
        height: 135px;
        padding: 15px 30px;
        top: auto;
        left: 25px;
        right: 25px;
        bottom: 0;
        border-radius: 10px 10px 0 0;
        overflow: hidden;
    }
    #location .wrapper article dl {
        float: left;
        margin: 5px 25px 0 0;
        width: 47%;
        text-align: right;
    }
    #location .wrapper article dl:last-child {
        float: right !important;
        margin-right: 0;
        margin: 5px 0 0;
        text-align: left;
    }
    #location .wrapper article dl {
        margin-bottom: 0 0 10px;
    }
    #location .wrapper article dl dt {
        padding-bottom: 5px;
        font-size: 16px;
        text-transform: uppercase;
    }
    #location .wrapper article dl dd {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.7);
    }
    #location .wrapper article dl dd a {
        margin-top: 5px;
    }


/* ---------------------------------------------
  PROGRAM — Accordeon
  --------------------------------------------- */

    .program .panel {
        margin: 0 0 35px;
    }

/* --- Header --- */

    .program .panel-heading h4 a {
        display: block;
        padding: 10px 10px 10px 50px;
        font-size: 20px;
        font-weight: 400;
        border-radius: 5px;
        background-color: rgba(0, 0, 0, 0.1);
        text-decoration: none;
        color: #333;
        -webkit-transition: all ease-in-out 0.5s;
           -moz-transition: all ease-in-out 0.5s;
             -o-transition: all ease-in-out 0.5s;
                transition: all ease-in-out 0.5s;
    }
    .program .collapsing {
        -webkit-transition: height ease-in-out 0.5s;
           -moz-transition: height ease-in-out 0.5s;
             -o-transition: height ease-in-out 0.5s;
                transition: height ease-in-out 0.5s;

    }
    .program .panel-heading h4 a:not(.collapsed) {
        display: block;
        border-radius: 5px 5px 0 0;
        background-color: #d15;
        color: #fff;
    }
    .program .panel-heading h4 a:before {
        float: left;
        display: block;
        margin: 2px 0 0 -30px;
        padding: 0;
        font-family: "FontAwesome";
        font-size: 18px;
    }
    .program .panel-heading h4 a.collapsed:before {
        content: "\f078";
    }
    .program .panel-heading h4 a:not(.collapsed):before {
        content: "\f077";
    }

/* --- Container --- */

    .program .panel-body {
        margin: 0 0 25px;
        text-align: center;
        border-left: 1px solid rgba(0, 0, 0, 0.2);
        border-right: 1px solid rgba(0, 0, 0, 0.2);
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
    .program .panel-body dl:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
    .program .panel-body > dl:nth-child(even) {
        background-color: rgba(0, 0, 0, 0.03);
    }
    .program .panel-body dl dt .wrap {
        padding: 15px;
    }
    .program .panel-body dl dd .wrap {
        padding: 0 15px 15px;
    }
    .program .panel-body dl dd:not(:last-child) .wrap:after,
    .program .panel-body dl dd > .row > div:not(:last-child) .wrap:after {
        content: "";
        height: 1px;
        width: 50px;
        display: block;
        margin: 15px auto 0;
        background-color: rgba(0, 0, 0, 0.3);
    }

/* --- Time Column --- */

    .program .panel-body  time {
        display: inline-block;
        font-size: 18px;
    }
    .program .panel-body time:after {
        content: "";
        height: 3px;
        width: 50px;
        display: block;
        margin: 10px auto 0;
        background-color: #d15;
    }

/* --- Content --- */

    .program .panel-body h3 {
        padding-bottom: 10px;
        font-weight: 700;
        font-size: 20px;
    }
    .program .panel-body ul {
        list-style: none;
    }
    .program .panel-body p,
    .program .panel-body li {
        font-size: 18px;
    }
    .program .panel-body p a,
    .program .panel-body li a {
        text-decoration: none;
        color: #333;
    }
    .program .panel-body p a:hover,
    .program .panel-body li a:hover {
        color: #d15;
    }





/* ---------------------------------------------
  ARCHIVE - SINGLE EVENT
  --------------------------------------------- */

/* --- Control --- */

    .event .event-header span {
        display: none;
    }

/* --- Container --- */

    .event .card-event .row {
        padding: 25px 15px;
        text-align: center;
    }
    .item-download {
        text-align: center;
    }
    .item-download:before {
        content: "";
        display: block;
        width: 50px;
        height: 3px;
        margin: 15px auto 15px;
        background-color: #d15;
    }
/* --- Content --- */

    .event .card-event ul {
        padding: 0;
    }
    .event .card-event ul li:before {
        display: none;
        content: "";
    }


/* ---------------------------------------------
  OBJECT PAGE
  --------------------------------------------- */

    .moderator dl {
        text-align: center;
    }
    .moderator dl dt {
        float: none;
        clear: both;
        margin-bottom: 25px;
    }
    .moderator dl dt span {
        display: inline !important;
    }
    .moderator dl dd {
        margin-left: 0 !important;
    }
    .moderator dl dd h3 span {
        display: block;
    }
    .moderator dl dd p {}
    .moderator dl dd:not(:last-child):after {
        content: "";
        display: block;
        height: 2px;
        width: 50px;
        margin: 25px auto 15px;
        background-color: #d15;
    }

/* ---------------------------------------------
  NEWS LIST
  --------------------------------------------- */

    .periodic dl {
        display: block;
        margin-bottom: 0;
        text-align: center;
    }
    .periodic dl dt {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 0;
        padding-left: 25px;
        padding-right: 25px;
        border: none;
        background-color: #fff;
    }
    .periodic dl dt time,
    .periodic dl dt strong {
        display: inline;
        font-size: 18px;
        font-weight: 400;
        line-height: 1;
        padding: 0;
    }
    .periodic dl dt:after {
        content: "";
        display: block;
        width: 50px;
        height: 3px;
        margin: 15px auto;
        background-color: #d15;
    }
    .periodic dl dd {
        margin: 0;
        height: auto;
        display: block;
        padding: 0 25px 25px;
        border-radius: 0 0 10px 10px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border: none;
    }
    .periodic dl:not(:last-child) dd:after {
        content: "";
        display: block;
        width: 150px;
        height: 1px;
        margin: 25px auto 15px;
        background-color: #ddd;
    }
    .periodic dl dd h3 {
        margin: 0 0 10px;
    }
    .periodic dl dd p {
        margin: 0;
    }



/* ---------------------------------------------
  ERROR
  --------------------------------------------- */
    #error .promo-error p {
        color: rgba(255, 255, 255, 0.5);
        font-weight: 700;
        font-size: 50px;
    }

/* ---------------------------------------------
  TEXT
  --------------------------------------------- */

/* --- Оформление цитат --- */

.citation {
  padding: 25px 35px !important;
}

/* END */
}





/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   EXTRA SMALL
   -------------------------------------------------------------------
   Portrait phones and smaller
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media (max-width: 600px) {
/* START */

/* ---------------------------------------------
   BUTTONS
   --------------------------------------------- */

/* --- Outline --- */

    .btn-outline {
        width: 240px;
        padding: 10px 0;
        font-size: 15px;
    }

/* --- Group --- */

    .button-group .btn {
        display: block;
        margin: 0 auto !important;
    }
    .button-group .btn:not(:last-child) {
        margin-bottom: 15px !important;
    }

/* ---------------------------------------------
   SWIPER CONTROLS
   --------------------------------------------- */

    #review-main .swiper-button-next,
    #gallery-main .swiper-button-next,
    #periodic-main .swiper-button-next {
        margin-right: -150px;
    }
    #review-main .swiper-button-prev,
    #gallery-main .swiper-button-prev,
    #periodic-main .swiper-button-prev {
        margin-left: -150px;
    }

/* ---------------------------------------------
   TITLE H2
   --------------------------------------------- */

    .header-wide {
      padding: 25px 0 25px;
    }

    .header-wide h2 {
        padding: 0 0 10px;
        font: bold 24px/1 "Roboto Condensed",  "Arial Narrow", sans-serif !important;
    }

/* ---------------------------------------------
   NAVIGATION
   --------------------------------------------- */

    .navbar-brand img {
        width: 200px;
    }

/* ---------------------------------------------
   CREDITS
   --------------------------------------------- */

    #credits {
        padding: 15px 0 0;
    }
    #credits .item {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    #credits dl {
        overflow: hidden;
        padding: 20px 15px 15px;
    }
    #credits dl:after {
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        width: 100%;
        display: block;
        position: absolute;
        background-image: linear-gradient( to left,
                          rgba(255, 255, 255, 0) 0%,
                          rgba(255, 255, 255, 0.2) 25%,
                          rgba(255, 255, 255, 0.4) 50%,
                          rgba(255, 255, 255, 0.2) 75%,
                          rgba(255, 255, 255, 0) 100% );
    }
    #credits .item:last-child dl:after {
        display: none;
    }
    #credits dl dt {
        float: left !important;
    }
    #credits dl dd {
        margin: 0;
        padding-left: 80px;
        text-align: left;
    }
    #credits dl dd h3 {
        font-size: 18px;
    }
    #credits dl dd p {
        font-size: 16px;
    }

/* ---------------------------------------------
   DETAILS
   --------------------------------------------- */

    #details .item {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    #details dl {
        overflow: hidden;
        padding: 20px 15px 15px;
    }
    #details dl:after {
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        width: 100%;
        display: block;
        position: absolute;
        background-image: linear-gradient( to left,
                          rgba(17, 170, 102, 0) 0%,
                          rgba(17, 170, 102, 0.2) 25%,
                          rgba(17, 170, 102, 0.4) 50%,
                          rgba(17, 170, 102, 0.2) 75%,
                          rgba(17, 170, 102, 0) 100% );
    }
    #details .item:last-child dl:after {
        display: none;
    }
    #details dl dt {
        float: left !important;
    }
    #details dl dd {
        margin: 0;
        padding-left: 80px;
        text-align: left;
    }
    #details dl dd h3 {
        font-size: 18px;
    }
    #details dl dd p {
        font-size: 16px;
    }

/* ---------------------------------------------
   COMМON
   --------------------------------------------- */

    #comeon h3 {
        margin-top: 0;
        font-size: 18px;
        line-height: 1.5;
    }
    #comeon ul {
        padding: 15px 0 0;
    }
    #comeon ul li {
        width: 80px;
        height: 80px;
        font-size: 32px;
        margin-right: 10px;
        padding-top: 17px;
    }
    #comeon ul li span {
        font-size: 11px;
        line-height: 1.5;

    }

/* ---------------------------------------------
  LOCATION
  --------------------------------------------- */

    #location .wrapper article {
        display: block;
        width: auto;
        height: 135px;
        padding: 15px 30px;
        top: auto;
        left: 25px;
        right: 25px;
        bottom: 0;
        overflow: hidden;
        border-radius: 10px 10px 0 0;
    }
    #location .wrapper article dl:first-child {
        display: none;
    }
    #location .wrapper article dl:last-child {
        width: 100%;
        text-align: center;
    }

/* ---------------------------------------------
   CONTENT
   --------------------------------------------- */

    .card-symbolic dd h3 {
        font-size: 18px;
    }


/* END */
}






/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   SUPER SMALL
   -------------------------------------------------------------------
   Old Tables and Phones
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media (max-width: 540px) {
/* START */

/* ---------------------------------------------
   NAVIGATION
   --------------------------------------------- */

    .navbar-link {
        display: none !important;
    }

/* ---------------------------------------------
   CONTENT
   --------------------------------------------- */
    .card-symbolic div {
        width: 90%;
        margin: 0 auto;
    }
/* END */
}





/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   FUCKING SMALL
   -------------------------------------------------------------------
   Older Pocket PCs and Phones
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


@media (max-width: 480px) {
/* START */

/* ---------------------------------------------
   CREDITS & DETAILS
   --------------------------------------------- */

    #credits dl,
    #details dl {
        padding: 20px 0 15px;
    }

/* ---------------------------------------------
   COMМON
   --------------------------------------------- */

    #comeon h3 {
        margin-top: 0;
        font-size: 18px;
        line-height: 1.5;
    }
    #comeon ul {
        padding: 0 0 0;
    }
    #comeon ul li {
        font-size: 30px;
        margin-right: 0;
        padding-top: 13px;
        width: 60px;
        height: 40px;
        margin-right: 0;
        border-radius: 0;
        border: none;
    }
    #comeon ul li span {
        font-size: 14px;
        line-height: 1.7;
        text-transform: none;
    }

/* ---------------------------------------------
   SPONSORS
   --------------------------------------------- */

/* ---------------------------------------------
  GALLERY
  --------------------------------------------- */

    .card-gallery .item {
        width: 80%;
        float: none;
        clear: both;
        margin: 0 auto;
    }

/* ---------------------------------------------
  ARCHIVE
  --------------------------------------------- */

    .card-archive .item {
        width: 80%;
        float: none;
        clear: both;
        margin: 0 auto;
    }

/* END */
}




/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   TOTAL TRASH
   -------------------------------------------------------------------
   Very Old Phones
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media (max-width: 320px) {
/* START */

/* ---------------------------------------------
   SYSTEM
   --------------------------------------------- */

    body {
        width: 320px !important;
    }

/* ---------------------------------------------
   COMМON
   --------------------------------------------- */

    #comeon h3 {
        margin-top: 0;
        font-size: 18px;
        line-height: 1.5
    }
    #comeon ul {
        padding: 0 0 0;
    }
    #comeon ul li {
        font-size: 24px;
        margin-right: 0;
        padding-top: 13px;
        width: 50px;
        height: 30px;
        margin-right: 0;
        border-radius: 0;
        border: none;
    }
    #comeon ul li span {
        font-size: 11px;
        line-height: 1.7;
        color: rgba(255, 255, 255, 0.7);
    }

/* ---------------------------------------------
   SPONSORS
   --------------------------------------------- */

/* ---------------------------------------------
  GALLERY
  --------------------------------------------- */

    .card-gallery .item {
        width: 100%;
        float: none;
        clear: both;
        margin: 0 auto;
    }

/* ---------------------------------------------
  ARCHIVE
  --------------------------------------------- */

    .card-archive .item {
        width: 100%;
        float: none;
        clear: both;
        margin: 0 auto;
    }

/* END */
}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  SPONSORS GOLD
  -------------------------------------------------------------------
  Доработка 2021.02.01 — выделение премиум-партнеров в один блок
  с цветовой границей и заголовком. Сетка — FLEXBOX
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


#sponsors .sponsors-gold {
  position: relative;
}
#sponsors .sponsors-gold:after {
  content: "";
  display: block;
  margin: 30px auto;
  background-color: rgba( 221, 17, 85, 1);
  width: 120px;
  height: 2px;
}
#sponsors .sponsors-gold ul {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
#sponsors .sponsors-gold ul li {
  background-color: rgba( 0, 0, 0, 0.025);
}
#sponsors .sponsors-gold ul li span {
  min-height: 40px;
}
#sponsors .sponsors-gold ul:first-of-type li {
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  color: rgba( 221, 17, 85, 1);
}

@media (max-width: 767px) {
    #sponsors ul li {
        width:  50%;
        padding-bottom: 30px;
    }
    #sponsors .sponsors-gold ul:first-of-type li {
        width: 100%;
        padding-bottom: 15px;
    }
}

/* ---------------------------------------------
   Временно увеличиваем размер шрифта
   для спонсорского статуса!
  --------------------------------------------- */

#sponsors ul li span {
  font-size: 14px;
}