/* =========== © 2016 Centroarts.com =========== */

/* Сброс */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; font-size: 100%; font: inherit; vertical-align: baseline } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block } body { line-height: 1 } ol, ul { list-style: none } blockquote, q { quotes: none } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none } table { border-collapse: collapse; border-spacing: 0 }

html { height: 100%; min-height: 100%; }
body { min-height: 100%; }
html, html a { -webkit-font-smoothing: antialiased; }

/* Настройка основной типографии */
body, select, input, textarea, button {
    font: normal 15px/1.5 Arial, Helvetica, sans-serif;
    color: #393a3c;
    outline: none;
}
a { 
    outline: none;
    color: #db383c;
    text-decoration: none;
}
a:hover {
    color: #be2226;
    text-decoration: none;
}

a img { border: 0 none; }
a > img { vertical-align: bottom; }

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

p { margin-bottom: 15px; }

/* Заголовки H1-6 */
h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5 {
    line-height: normal;
    text-rendering: optimizeLegibility;
    margin: 0 0 1em 0;
    letter-spacing: 1px;
}
h1, .h1 { font-size: 35px; }
h2, .h2 { font-size: 30px; }
h3, .h3 { font-size: 25px; }
h4, .h4 { font-size: 20px; }
h5, .h5 { font-size: 18px; }

.addcomment h3 { margin: .3em 0 .6em 0; }

.dlevideoplayer ul[data-theme] {
    display: none;
}

/* Частые стили */
.strike { text-decoration: line-through; }
.nobr { white-space: nowrap; }
.hide { display: none; }
.title_hide { left: -9999px; position: absolute; top: -9999px; overflow: hidden; width: 0; height: 0; }
.uline { text-decoration: underline; }
.strike { text-decoration: line-through; }
.justify { text-align: justify; }
.center { text-align: center; }
.left { float: left; }
.right { float: right; }
fieldset { border: 1px solid rgba(0,0,0,0.1); padding: 20px; margin-bottom: 25px; }
fieldset legend { font-weight: bold; }

.grey { color: #919191; }
.grey a { color: inherit; }
.grey a:hover { color: #353535; }
.blue { color: #3394e6; }
.orange { color: #e85319; }

sup { vertical-align: super; font-size: smaller; }
sub { vertical-align: sub; font-size: smaller; }
.over { display: inline-block; vertical-align: middle; max-width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
a .over { cursor: pointer; }

.cover { background-position: 50% 50%; background-repeat: no-repeat; -webkit-background-size: cover; background-size: cover; }

/* Настройка других элементов */
ul { padding-left: 40px; list-style: disc outside; margin-top: 1em; margin-bottom: 1em;}
ol { padding-left: 40px; list-style: decimal outside; margin-top: 1em; margin-bottom: 1em;}

strong, b { font-weight: bold }
em, cite, i { font-style: italic }
caption { text-align: left }
th, td { vertical-align: middle }
small, .small { font-size: .9em; }
hr { height: 0; border: 0; border-top: 2px solid #eeeeef; -moz-box-sizing: content-box; box-sizing: content-box; margin: 20px 0; }

.clr { clear: both }
.clrfix:after { clear: both; content: ""; display: table; }
.box {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

.line {
    height: 2px;
    width: 40px;
    border-radius: 50px;
    background-color: #256585;
    margin: 0 auto 15px;
}
.redline {
    height: 3px;
    width: 60px;
    border-radius: 50px;
    background-color: #db383c;
    margin: 0 auto 15px;
}

#gallery a {
    width: 32.3333%;
    margin: 0.5%;
    float: left;
    text-align: center;
}
#gallery a img {
    max-width: 100%;
}
#gallery a img:hover {
    box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
}

/* --- Layout --- */
body {
    background: #E6F1F8;
    min-width: 320px;
}

.wrp {
    max-width: 1122px;
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
}

#header {
    position: fixed;
    left: 0;
    right: 0;
    margin-top: 0;
    padding: 15px 0;
    max-width: none;
    width: 100%;
    min-width: 320px;
    color: #fff;
    background-color: rgba(3, 57, 88, 0.3);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    z-index: 1000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.has-scrolled #header {
    background-color: #033958;
    padding: 5px 0;
}

#header a.logo {
    display: block;
    float: left;
    margin-right: 20px;
}
#header a.logo:hover {
    opacity: .8;
}
#header a.logo img {
    height: 50px;
    padding: 12px 5px;
}


/* smartphone menu */
#mobile_menu_btn {
    display: none;
}
#mobile_menu_btn {
    position: relative;
    float: right;
    width: 36px;
    height: 28px;
    margin: 11px 0 11px 11px;
    transition: .25s;
    cursor: pointer;
    z-index: 1001;
}
#mobile_menu_btn:hover {
    cursor: pointer;
}
#mobile_menu_btn .menu-bar {
    position: absolute;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
    width: 100%;
    transition: .5s;
}
#mobile_menu_btn .menu-bar-top {
    top: 0;
}
#mobile_menu_btn .menu-bar-middle {
    margin-top: 7px;
    margin-bottom: 7px;
    top: 4px;
}
#mobile_menu_btn .menu-bar-bottom {
    top: 22px;
}
html.mobile-menu_open,
html.mobile-menu_open body {
    overflow: hidden;
    position: relative;
}
.mobile-menu_open .menu-bar {
    background-color: #fff;
}
.mobile-menu_open .menu-bar-top {
    transform: rotate(45deg) translate(8px, 8px);
    transition: .5s;
}
.mobile-menu_open .menu-bar-middle {
    transform: translate(-230px);
    transition: .1s ease-in;
    opacity: 0;
}
.mobile-menu_open .menu-bar-bottom {
    transform: rotate(-45deg) translate(8px, -7px);
    transition: .5s;
}



#top_menu {
    float: right;
}
#top_menu > ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}
#top_menu > ul > li {
    display: block;
    position: relative;
    float: left;
    margin-left: 5px;
}
#top_menu > ul > li > a {
    display: block;
    color: #fff;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 2px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#top_menu > ul > li > a:hover,
#top_menu > ul > li > a.active {
    color: #fff;
    background-color: #db383c;
    text-decoration: none;
}
#top_menu > ul > li > a.sub {
    padding-right: 20px;
}
#top_menu > ul > li > a.sub:after {
    content: '\f078';
    position: absolute;
    top: 50%;
    right: 6px;
    left: auto;
    font: 8px/20px "FontAwesome";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s transform ease;
}
#top_menu > ul > li:hover > a.sub:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

#top_menu > ul > li > ul {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;
    min-width: 100%;
}
#top_menu > ul > li > ul:after {
    content: "";
    display: block;
    height: 10px;
    background-color: #fff;
}
#top_menu > ul > li:hover > ul {
    display: block;
}
#top_menu > ul > li > ul > li {
    background-color: #fff;
}
#top_menu > ul > li > ul > li:first-child {
    border-top: 2px solid #db383c;
}
#top_menu > ul > li > ul > li > a {
    display: block;
    padding: 5px 15px;
    color: #db383c;
    white-space: nowrap;
}
#top_menu > ul > li > ul > li > a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #222;
    padding: 5px 10px 5px 20px;
}

#top_menu > ul li.language a:before {
    content: "";
    display: inline-block;
    vertical-align: sub;
    height: 20px;
    width: 24px;
    margin-right: 6px;
}

#top_menu > ul li.language a.hy:before {
    background: url("../images/flags/am.png") no-repeat center;
}
#top_menu > ul li.language a.ru:before {
    background: url("../images/flags/ru.png") no-repeat center;
}
#top_menu > ul li.language a.en:before {
    background: url("../images/flags/us.png") no-repeat center;
}


/* --- Карусель --- */
.carousel {
    position: relative;
    height: 80vh;
    min-height: 400px;
    overflow: hidden;
    width: 100%;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
}
.carousel-inner {
    position: absolute;
    overflow: hidden;
    width: 100%;
    left: 0; top: 0; bottom: 0;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    width: 100%; height: 100%;
    overflow: hidden;
    -webkit-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > .cover {
    width: 100%;
    position: absolute;
    left: 0; top: 0; bottom: 0;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img { line-height: 1; vertical-align: top; }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev { display: block; }
.carousel-inner > .active { left: 0; }
.carousel-inner > .next,
.carousel-inner > .prev { position: absolute; top: 0; width: 100%; }
.carousel-inner > .next { left: 100%; }
.carousel-inner > .prev { left: -100%; }
.carousel-inner > .next.left,
.carousel-inner > .prev.right { left: 0; }
.carousel-inner > .active.left { left: -100%; }
.carousel-inner > .active.right { left: 100%; }
.carousel-control {
    position: absolute;
    top: 0; bottom: 0; right: 0;
    margin: 25px;
    width: 44px;
    display: flex;
    align-items: center;
    z-index: 1;
}
.carousel-control_in {
    box-shadow: 0 5px 25px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,0.2);
    background-color: #fff;
    border-radius: 22px;
    text-align: center;
}
.carousel-control .up, .carousel-control .down {
    display: block;
    padding: 15px 12px;
}
.carousel-control .icon {
    fill: #d7d7d7;
    width: 20px; height: 32px;
}
.carousel-control a:hover > .icon { fill: #3394e6; }
.carousel-indicators {
    list-style: none;
    padding: 0; margin: 0;
    text-align: center;
}
.carousel-indicators li {
    display: block;
    width: 20px; height: 20px;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
}
.carousel-indicators li:after, .carousel-indicators li:before {
    content: "";
    position: absolute;
    left: 50%; top: 50%;
    border-radius: 50%;
}
.carousel-indicators li:after {
    width: 4px; height: 4px;
    margin: -2px 0 0 -2px;
    background-color: #7f7f7f;
}
.carousel-indicators li:hover:after, .carousel-indicators li.active:after { background-color: #3394e6; }
.carousel-indicators li:before {
    display: none;
    border: 2px solid #3394e6;
    width: 8px; height: 8px;
    margin: -6px 0 0 -6px;
}
.carousel-indicators li.active:before { display: block; }
.carousel-caption {
    position: absolute;
    left: 0; bottom: 0; right: 94px;
    margin: 0 0 8% 8%;
    z-index: 10;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0, 0.2);
}
.carousel-caption .title {
    font-weight: bold;
    letter-spacing: -.03em;
    font-size: 2.9em;
    line-height: 1.3em;
    text-shadow: 2px 2px #464646;
}
.carousel-caption .text { 
    font-size: 1.3em;
    line-height: 1.45em;
    text-shadow: 1px 1px #464646;
}
.carousel.vertical .carousel-inner { height: 100%; }
.carousel.vertical .item { left: 0; -webkit-transition: .4s ease-in-out top; transition: .4s ease-in-out top; }
.carousel.vertical .active { top: 0; }
.carousel.vertical .next { top: 100%; }
.carousel.vertical .prev { top: -100%; }
.carousel.vertical .next.left,
.carousel.vertical .prev.right { top: 0; }
.carousel.vertical .active.left { top: -100%; }
.carousel.vertical .active.right { top: 100%; }

.cover.notmain {
    height: 300px;
    max-height: 50vh;
}


/*****The Best *****/
.thebest {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
    background-image: url(../images/header/main/thebest/thebest.jpg);
}
.thebest:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(3, 57, 88, 0.94);
}
.thebest .bestblock {
    float: left;
    width: 25%;
    padding-top: 25px;
    padding-right: 25px;
    text-align: center;
}
.thebest .bestblock:last-child {
    padding-right: 0px;
}

.thebest .icon {
    width: 90px;
    height: 90px;
    border: 2px solid #256585;
    border-radius: 50%;
    margin: 0 auto 20px;
}
.thebest .icon.skyline {
    background: url(../images/header/main/thebest/skyline.svg) center center no-repeat;
    background-size: 40px;
}
.thebest .icon.airplain {
    background: url(../images/header/main/thebest/airplane.svg) center center no-repeat;
    background-size: 40px;
    transform: rotate(270deg);
}
.thebest .icon.team {
    background: url(../images/header/main/thebest/teamwork.svg) center center no-repeat;
    background-size: 40px;
}
.thebest .icon.star {
    background: url(../images/header/main/thebest/star.svg) center center no-repeat;
    background-size: 40px;
}



/**********/

.midside {
    padding: 30px 0 100px;
}


/* --- speedbar --- */
.speedbar {
    padding: 10px 20px;
    line-height: 22px;
    color: #888;
    background-color: #fff;
    margin-bottom: 30px;
}
.speedbar a {
    color: #111;
}



/* --- shortstory --- */
.shortstory {
    display: inline-block;
    width: 354px;
    vertical-align: top;
    margin-bottom: 25px;
    padding: 0 7px 0 7px;
}
.shortstory .box {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.shortstory img.preview  {
    display: block;
    width: 100%;
}

.shortstory .info  {
    padding: 20px;
    text-align: left;
}

.shortstory .info > .cat {
    display: block;
    color: #6c717a;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}


.shortstory .info > h2 {
    margin: 0;
    margin-bottom: 15px;
}
.shortstory .info > h2 a {
    display: block;
    line-height: 24px;
    color: #151d2a;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 16px;
    font-weight: bold;
}

.shortstory .info > .rat {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.shortstory .info > .rat > span {
    display: inline-block;
    vertical-align: middle;
}
.shortstory .info > .rat > span:first-child {
    margin-right: 15px;
}
.shortstory .info > .rat > span:last-child {
    line-height: 23px;
    text-transform: uppercase;
    font-size: 13px;
}

.shortstory .info > .cost {
    margin-bottom: 30px;
}
.shortstory .info > .cost > .right {
    color: #56bd97;
    font-weight: bold;
}

.shortstory .info > .more {
    text-align: center;
    margin-bottom: 15px;
}
.shortstory .info > .more > a {
    display: inline-block;
    background-color: #ffffff;
    color: #6c717a;
    padding: 12px 20px 11px 20px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #db383c;
    border-radius: 4px;
}


.shortstory .info > .more > a:hover {
    background-color: #db383c;
    color: #fff;
}

/* --- fullstory --- */
.fullstory .story {
    padding: 20px;
    background-color: #fff;
}
.fullstory .story img {
    max-width: 100%;
}

.fullstory .story .text img,
img.pics {
    display: block;
    margin: 15px auto;
}

.fullstory.left_col,
aside.right_col {
    display: table-cell;
    vertical-align: top;
}
.fullstory.left_col {
    padding-right: 22px;
}
aside.right_col {
    width: 340px;
    padding: 20px;
    background-color: #fff;
}

.fullstory .cost .left {
}
.fullstory .cost .right {
    color: #56bd97;
}

/*********************/
/* социальные кнопки */
/*********************/
#shar-icon {
    padding: 0;
    margin: 20px 0;
}

#shar-icon #shareme {
    float: left;
}
#shar-icon #edit {
    float: right;
}

#shar-icon #shareme span,
#shar-icon #edit a {
    display: inline-block;
    margin: 0 8px 0 0;
    float: left;
}
#shar-icon #shareme span:last-child,
#shar-icon #edit a:last-child {
    margin: 0;
}
#shar-icon #shareme span,
#shar-icon #edit a i {
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 19px;
    text-align: center;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #0078D7;
    cursor: pointer;
}
#shar-icon #edit a i.fa-thumbs-up {
    width: auto;
    padding: 0 10px;
}

#shar-icon #shareme span {
    font-size: 18px;
}
#shar-icon #shareme span.vk {
    background: url(../images/social/vk.svg) #4A76A8 center no-repeat;
    background-size: 30px
}
#shar-icon #shareme span.ok {
    background: url(../images/social/ok.svg) #EE8208 center no-repeat;
    background-size: 30px
}
#shar-icon #shareme span.viber {
    background: url(../images/social/viber.svg) #7B58E9 center no-repeat;
    background-size: 26px;
}
#shar-icon #shareme span.whatsapp {
    background: url(../images/social/whatsapp.svg) #27C34B center no-repeat;
    background-size: 30px
}

/* --- topnews --- */
.topnews {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #d8d8d8;
}
.topnews img {
    max-width: 100%;
}
.topnews img {
    max-width: 100%;
    border-radius: 5px;
}
.topnews > a,
.topnews > h2 {
    display: table-cell;
    vertical-align: top;
}
.topnews > a {
    width: 120px;
}
.topnews > h2 {
    margin: 0;
    padding-left: 10px;
    font-size: inherit;
}

/* --- footer --- */
.footer {
    min-height: 200px;
    padding: 50px 0;
    background-color: #db383c;
    color: #fff;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    text-decoration: underline;
}

.footer .first {
    margin-bottom: 50px;
}
.footer .first .logo {
    float: left;
}
.footer .first .copyright {
    float: right;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer ul li {
    display: inline-block;
    margin-right: 20px;
}
.footer ul li.addnews {
    opacity: 0;
    margin-right: 0;
}
.footer ul li.addnews:hover {
    opacity: 1;
}

/* --- Постраничная навигация --- */
.navigation { margin: 25px 0; }
.navigation:after { clear: both; display: block; content: ""; }

.pages { text-align: left; }
.pages span, .pages a:hover, .page_next-prev { 
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    border-radius: 18px;
}
.pages span, .pages a {
    color: inherit;
    display: inline-block;
    position: relative;
    padding: 7px 7px;
    min-width: 22px; height: 22px; line-height: 22px;
    text-align: center;
    text-decoration: none !important;
    font-weight: bold;
}
.pages span { color: #399; }
.pages a:hover { color: #fff; background-color: #3394e6; }
.pages span { color: #3394e6; }

.page_next-prev { float: right; height: 36px; }
.page_next-prev * { float: left; }
.page_next-prev .icon { width: 32px; height: 20px; fill: #d7d7d7; }
.page_next-prev > span >  a:hover .icon { fill: #3394e6; }
.page_next-prev > span > * { float: left; padding: 8px 12px; }

.page_next > span, .page_prev > span { opacity: 0.5; }

/* --- Информация об ошибках --- */
.berrors {
    background: #ffe6dd;
    border: 1px solid #f0c4b5;
    color: #553c33;
    padding: 20px 25px;
    margin-bottom: 25px;
    height: 1%;
    border-radius: 2px;
}

/* --- Комментарии --- */
/* Форма добавления */
.addcomment { background-color: #f7f7f7; }

/* Формы на UL */
ul.ui-form { list-style: none; padding: 0; margin: 0; }
ul.ui-form > li { margin-bottom: 20px; }
ul.ui-form > li:last-child { margin-bottom: 0; }
.form-group { margin-bottom: 20px; }
.form-group > label { display: block; margin-bottom: .4em; }
.imp:after { content: "*"; margin: 0 0 0 10px; color: #e85319; }

@media only screen and (min-width: 601px) {
    .form-group.combo:after { clear: both; display: table; content: ""; }
    .form-group.combo > .combo_field { width: 50%; float: left;
    }
    .form-group.combo > .combo_field:last-child { padding-left: 10px; }
    .form-group.combo > .combo_field:first-child { padding-right: 10px; }
}
.form_submit { margin-top: 20px; }
.form-sep { border-top: 1px solid #efefef; }

/* Комментарии */
.comment {
    padding: 4% 4%;
    position: relative;
    -webkit-transition: box-shadow ease .4s; transition: box-shadow ease .4s;
}
.com_list .comment {
    border-top: 1px solid #efefef;
    background-color: transparent;
    margin: 0;
    border-radius: 0;
    box-shadow: none; -webkit-box-shadow: none;
}
.comment:hover {
    position: relative;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.2);
}
.avatar { display: inline-block; }
.avatar .cover {
    width: 100px; height: 100px;
    border-radius: 50%;
    white-space: nowrap;
    text-indent: -9999px;
    display: inline-block;
}
.comment .avatar { float: left; margin-right: 15px; position: relative; }
.comment .avatar .cover { width: 36px; height: 36px; }
.com_online {
    position: absolute;
    left: 100%; top: 50%;
    margin: -4px 0 0 -4px;
    overflow: hidden;
    text-indent: -9999px;
    background-color: #70bb39;
    border: 2px solid #fff;
    width: 4px; height: 4px;
    border-radius: 50%;
}

.com_info { font-size: .9em; margin-bottom: 2%; margin-top: -5px; }
.com_info:after { clear: both; display: block; content: ""; }

.com_user { float: left; margin: 9px 15px 0 0; }
.comment .meta { display: inline; }
.comment .meta .left { margin: 9px 0 0 0; }
.comment .meta .left .mass input { margin: -2px 0 0 0; vertical-align: middle; }
.comment .meta > ul.left > li { margin-right: 10px; }

.comment .reply { text-transform: lowercase; }
.comment .meta .left a {
    display: inline-block;
    width: 20px; height: 20px;
    vertical-align: middle;
    padding: 2px;
    margin-top: -2px;
}
.comment .meta .left .reply a { padding: 2px; width: auto; vertical-align: baseline; }
.comment .meta .left .del a { padding: 4px; }
.comment .meta .left .icon { margin: 0; fill: #919191; vertical-align: top; }
.comment .meta .left a:hover .icon { fill: #3394e6; }
.comment .meta .left a .icon-reply {
    width: 15px; height: 16px;
    fill: #3394e6 !important;
    margin-right: .4em;
    vertical-align: middle;
}
.comment .meta .left a .icon-coms {
    width: 15px; height: 16px;
    fill: #3394e6 !important;
    margin-right: .4em;
    vertical-align: middle;
}
.comment .meta .left .edit_btn > a { padding: 2px; margin-top: -4px; } 
.comment .icon-bad { width: 16px; height: 16px; }
.comment .icon-cross { width: 12px; height: 12px; }

.comment .meta .rate { float: right; }

/* Древовидные комментарии */
#dle-comments-list { width: 100%; overflow: hidden; }
#dle-comments-list .comments-tree-list { list-style: none; padding: 0; margin: 0; }
#dle-comments-list > .comments-tree-list > li > .comments-tree-list { padding: 0 8%; border-top: 1px solid #efefef; }
#dle-comments-list > .comments-tree-list > li .comments-tree-list > li { padding-left: 20px; }
#blind-animation .comments-tree-list { list-style: none; padding: 0; margin: 0; }

.comments-tree-list > li > ol > li .comment {
    padding: 30px 0;
    position: relative;
    box-shadow: none; -webkit-box-shadow: none;
    border-width: 0;
}
.comments-tree-list li ol li .comment {

    position: relative;
    box-shadow: none; -webkit-box-shadow: none;
    border-width: 0;
}
.comments-tree-list > li > ol > li .comment:after {
    content: "";
    position: absolute;
    width: 2000px; height: 1px;
    margin-left: -500px;
    left: 0; top: 0;
    background-color: #efefef;
}

.comments-tree-list > li > ol > li .comment:before {
    content: "";
    position: absolute;
    left: 0; top: 12px;
    margin: 30px 0 0 -20px;
    background-color: #e6e6e6;
    width: 10px; height: 2px;
}	




/* --- === Разрешение ниже 1280 === ---*/
@media only screen and (max-width: 1122px) {
    #mobile_menu_btn {
        display: block;
    }

    #top_menu {
        background-color: #033958;
        color: #fff;
        position: fixed;
        top: 0;
        right: 0px;
        height: 100%;
        width: 280px;
        margin-right: -280px;
        font-size: 1em;
        font-weight: 700;
        transition: .25s;
        z-index: 904;
        -webkit-overflow-scrolling: touch;
        overflow: scroll;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .mobile-menu_open #top_menu {
        margin-right: 0;
        box-shadow: 4px 2px 15px 1px #B9ADAD;
    }


    #top_menu > ul {
        padding: 60px 5px 10px 10px;
    }
    #top_menu > ul > li {
        display: block;
        margin: 0;
        width: 100%;
    }
    #top_menu ul li a {
        display: block;
        color: #ffffff;
        padding: 5px 10px;
    }
    #top_menu ul li a.sub:after {
        display: none;
    }
    #top_menu > ul > li > ul {
        display: block;
        position: initial;
        margin: 0;
        padding: 0;
    }
    #top_menu > ul > li > ul > li {
        background-color: inherit;
    }
    #top_menu > ul > li > ul > li:first-child {
        border: none;
    }
    #top_menu > ul > li > ul:after {
        display: none;
    }
    #top_menu > ul > li > ul > li > a {
        padding: 5px 10px 5px 30px;
        color: inherit;
    }


    #top_menu ul li.language {
        margin-top: 50px;
        margin-bottom: 20px;
        text-align: center;
    }
    #top_menu > ul > li.language > a.sub {
        padding: 5px 10px;
        display: inline;
    }
    #top_menu ul li.language ul {
        display: inline;
    }
    #top_menu ul li.language ul li {
        display: inline;
    }
    #top_menu ul li.language ul li a {
        padding: 5px 10px;
        display: inline;
    }

    .carousel-control {
        display: none;
    }



}

/* --- === Разрешение ниже 980 === ---*/
@media (min-width: 981px) {

}
@media (max-width: 980px) {

    .fullstory.left_col, aside.right_col {
        display: block;
    }
    .fullstory.left_col {
        padding-right: 0;
    }
    aside.right_col {
        width: 100%;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 750px) {
    .thebest .bestblock {
        width: 100%;
        padding-right: 0;
    }
    .wrp {
        padding: 0 20px;
    }

    .fullstory .story {
        padding: 10px;
    }
    aside.right_col {
        padding: 10px;
    }

}
@media only screen and (max-width: 700px) {
    #gallery a {
        width: 48%;
        margin: 1%;
    }
}
@media only screen and (max-device-width: 480px) {
    .wrp {
        padding: 0 15px;
    }
    .shortstory {
        max-width: 100%;
    }
}

/* --- === Разрешение ниже 600 === ---*/
@media only screen and (max-width: 600px) {

    /* Всплывающие окна */
    .ui-dialog { width: 100% !important; left: 0 !important; } 
    .ui-dialog-buttonset > .ui-button { margin: 2px; }

    #header {
        padding: 5px 0;
    }
    #header a.logo {
        margin-right: 0;
    }
    #header a.logo img {
        padding: 14px 0;
    }

    /* Постраничная навигация */
    .page_next-prev { height: auto; float: none; background: none; box-shadow: none; -webkit-box-shadow: none; }
    .page_prev { float: left; }
    .page_next { float: right; }
    .page_prev, .page_next {
        position: relative;
        z-index: 1;
        border-radius: 18px;
        background-color: #fff;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    }
    .pages { text-align: center; }
    .navigation .pages > * {
        display: none;
        border-radius: 18px;
        background: #9c9c9c;
        color: #fff;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    }
    .navigation .pages > span { background: #3394e6; }
    .navigation .pages > span,
    .navigation .pages > *:first-child,
    .navigation .pages > *:last-child { display: inline-block; }
    .navigation .pages > span.nav_ext { display: none; }
}

@media only screen and (max-device-width: 340px) {
    .shortstory {
        padding: 0;
    }
}

/******* login ********/

#login {
    margin: 30px 0;
}
#login ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#login ul li {
    margin-bottom: 20px;
}

/******* feedback ********/

.contacts {
    list-style: none;
    margin: 30px 0;
    padding: 0;
}
.contacts li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
}
.contacts li i {
    vertical-align: middle;
    text-align: left;
    min-width: 21px;
    font-size: 24px;
    line-height: 24px;
    margin-right: 10px;
}
.contacts li a {
    color: inherit;
}







