@charset 'utf-8';

header, nav, article, aside, section, footer {display:block;}
html, body {margin:0;padding:0;font-family:'Roboto', sans-serif;color:#1e1e1e;font-size:15px;background:#f0f0f0;}
body.lf-page {background:linear-gradient(to bottom, rgba(255,73,50,.5)0%,rgba(255,255,255,1)40%) no-repeat;}
*, *:before, *:after {margin:0;padding:0;box-sizing:border-box;}
textarea, input {outline:none;resize:none;}
img, a img {border:none;outline:none;}
a, a:link, a:visited, a:active {color:#1e1e1e;text-decoration:none;transition:all .2s ease;}
a:hover {color:#ff4932;text-decoration:none !important;transition:all .2s ease;}
h1 {color:#333;font-size:30px;font-weight:400;line-height:1.1;padding:0;margin:0;}
h2 {color:#333;font-size:26px;font-weight:400;line-height:1.1;margin:15px 0 0;}
h3, h4, h5, h6 {color:#333;font-size:20px;font-weight:400;line-height:1.1;margin:15px 0 0;}
aside ul, aside ol, aside li {margin:0;padding:0;}
p {margin:1rem 0;line-height:1.6;padding:0;}

/* Шапка новогодняя на лого сайта */
@media only screen and (min-width:240px) {.Alogofirst:before {content:'';background:url('/img/newyear_hat.png') no-repeat 0 0 / 100%;position:absolute;top:-5px;left:-8px;width:27px;height:37px;}}


/* Эффект анимации списка категорий */
.catsTable .catName {
 display: inline-block;
 position: relative;
 transition: color 0.3s ease, transform 0.3s ease;
 cursor: pointer;
}

.catsTable .catName::after {
 content: '';
 position: absolute;
 width: 0;
 height: 2px;
 bottom: -3px;
 left: 0;
 background-color: red;
 transition: width 0.3s ease;
}

.catsTable .catName:hover {
 color: red;
 transform: translateX(5px);
}

.catsTable .catName:hover::after {
 width: 100%;
}

/* Цвет выделения */
::selection {
 background: #ff4932;
 color: #fff;
 text-shadow: none;
}

::-moz-selection {
 background: #ff4932;
 color: #fff;
 text-shadow: none;
}


.GItop {}
.GIheader {background:url('/img/bgtop.jpg') no-repeat 0 -80px / 100%;padding: 10px 0;height: 70px;display: flex;justify-content: space-between;align-items: center;}
.ARDlogo {display:flex;align-items:center;justify-content:center;position:relative;background:linear-gradient(-45deg,#ffc30f -10%,#151719 40%) !important;transition:all .3s ease-in-out;}
.ARDlogo:before {content:'';width:4px;height:51px;background:rgba(255, 195, 15, 1);position:absolute;top:-9px;left:10px;transform:rotate(10deg);}
.ARDlogo a {color:#f5f5f5;font-size:20px;font-weight:400;padding:5px 9px 5px 18px;transition:all .2s ease-in-out;}
.ARDlogo:hover a {color:#fbb1b1;}
.Alogofirst {font-size:18px;}
.Alogolast {padding:0 0 0 3px;}
.GIuserpanel {}
.GIuserpanel a {font-size:18px;color:#151719;padding:5px 10px;margin:0 10px;}
.GItopmenu {background:linear-gradient(-5deg, #ffc30f -10%, #151719 50%);position:relative;}
.GItopmenu ul {display:flex;}
.GItopmenu li {list-style:none;margin:5px 0;}
.GItopmenu li a {white-space:nowrap;font-size:17px;text-transform:uppercase;font-weight:300;letter-spacing:.01em;padding:10px 14px;color:#f7f7f7;}
.GItopmenu a:hover {color:#ff4932;}

/* Крестик про куки */
#cookiePolicyHide {display:none;}

/* Форма входа */
#uidLogButtonAjx {display:none;} 
#baseLogFormAjx {display: block !important;} 
#uidLogButton {display:none;} 
#baseLogForm {display: block !important;}

/* New Style BG */
.GItopmenu, .tabs_head, .lentanewshead {background: linear-gradient(-5deg, #ffc30f -10%, #151719 50%) !important;text-shadow:none !important;}
.GItopmenu a, .tabs_head, .tabs_head h1, .lentanewshead h1 {white-space:nowrap;font-size:17px;text-transform:uppercase;font-weight:300;letter-spacing:.01em;color:#f7f7f7;}

/* Search */
#search {position:relative;margin-bottom:20px;overflow: hidden;}
#search:after {content:'\f002';color:#437d77;cursor:pointer;font-family:FontAwesome;font-size:26px;position:absolute;right:6px;top:2px;}
#search input[type="submit"].searchSbmFl{position:absolute;top:0;right:0;height:100%;}
#search input[type="text"] {background:#fff;border:1px solid #dfdfdf;font-size:16px;color:#555;max-width:100% !important;padding:10px 60px 10px 20px;transition:all 0.2s ease 0s;margin:0;width:100%;}
#search input[type="text"]:focus {}
/* Search */

/* спойлер фото */
.spoiler > input + label:before{font:normal normal normal 20px/1 FontAwesome;float:left;margin-right:5px;content: "\f03e";position:relative;top: 5px;}
.spoiler > input + label:after{font:normal normal normal 20px/1 FontAwesome;float:right;margin-right:5px;content: "\f196";position:relative;top: 6px;}
.spoiler > input:checked + label:after{font:normal normal normal 20px/1 FontAwesome;float:right;margin-right:5px;content: "\f147";position:relative;top: 6px;}
.spoiler > input + label span{border-bottom:1px dashed #6da3bd}
.spoiler > input + label,.spoiler > .spoiler_body{padding:5px 15px;font-weight:400;overflow:hidden;width:100%;box-sizing:border-box;display:block;line-height:30px;box-shadow:0 0 0 1px rgba(0,0,0,0.1),0 3px 4px -3px rgba(0,0,0,0.3);-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.1),0 3px 4px -3px rgba(0,0,0,0.3);-moz-box-shadow:0 0 0 1px rgba(0,0,0,0.1),0 3px 4px -3px rgba(0,0,0,0.3);-khtml-box-shadow:0 0 0 1px rgba(0,0,0,0.1),0 3px 4px -3px rgba(0,0,0,0.3);text-shadow:#fff 0 1px 0;border-radius:2px;cursor:pointer;background:#FFF;}
.spoiler_body1{padding:5px 0;width:100%;box-sizing:border-box;display:block;line-height:30px;box-shadow:0 0 0 1px rgba(0,0,0,0.1),0 3px 4px -3px rgba(0,0,0,0.3);-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.1),0 3px 4px -3px rgba(0,0,0,0.3);-moz-box-shadow:0 0 0 1px rgba(0,0,0,0.1),0 3px 4px -3px rgba(0,0,0,0.3);-khtml-box-shadow:0 0 0 1px rgba(0,0,0,0.1),0 3px 4px -3px rgba(0,0,0,0.3);border-radius:2px;cursor:pointer;background:#FFF}
.spoiler > input,.spoiler > input + label + .spoiler_body,.spoiler > input + label + .spoiler_body1{display:none}
.spoiler > input:checked + label + .spoiler_body,.spoiler > input:checked + label + .spoiler_body1{display:block}
.spoiler > .spoiler_body{background:#FFF;border:3px solid #CCC;border-top:none}
.spoiler > .spoiler_body1{background:#FFF;border-top:none}
/* спойлер фото */

/* спойлер карта */
.mapspoiler > input + label:before{font:normal normal normal 20px/1 FontAwesome;float:left;margin-right:5px;content: "\f3c5";position:relative;top: 5px;}
.mapspoiler > input + label:after{font:normal normal normal 20px/1 FontAwesome;float:right;margin-right:5px;content: "\f196";position:relative;top: 6px;}
.mapspoiler > input:checked + label:after{font:normal normal normal 20px/1 FontAwesome;float:right;margin-right:5px;content: "\f147";position:relative;top: 6px;}
.mapspoiler > input + label span{border-bottom:1px dashed #6da3bd}
.mapspoiler > input + label,.mapspoiler > .mapspoiler_body{padding:5px 15px;font-weight:400;overflow:hidden;width:100%;box-sizing:border-box;display:block;line-height:30px;box-shadow:0 0 0 1px rgba(0,0,0,0.1),0 3px 4px -3px rgba(0,0,0,0.3);-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.1),0 3px 4px -3px rgba(0,0,0,0.3);-moz-box-shadow:0 0 0 1px rgba(0,0,0,0.1),0 3px 4px -3px rgba(0,0,0,0.3);-khtml-box-shadow:0 0 0 1px rgba(0,0,0,0.1),0 3px 4px -3px rgba(0,0,0,0.3);text-shadow:#fff 0 1px 0;border-radius:2px;cursor:pointer;background:#FFF;}
.spoiler_body1{padding:5px 0;width:100%;box-sizing:border-box;display:block;line-height:30px;box-shadow:0 0 0 1px rgba(0,0,0,0.1),0 3px 4px -3px rgba(0,0,0,0.3);-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.1),0 3px 4px -3px rgba(0,0,0,0.3);-moz-box-shadow:0 0 0 1px rgba(0,0,0,0.1),0 3px 4px -3px rgba(0,0,0,0.3);-khtml-box-shadow:0 0 0 1px rgba(0,0,0,0.1),0 3px 4px -3px rgba(0,0,0,0.3);border-radius:2px;cursor:pointer;background:#FFF}
.mapspoiler > input,.mapspoiler > input + label + .mapspoiler_body,.mapspoiler > input + label + .spoiler_body1{display:none}
.mapspoiler > input:checked + label + .mapspoiler_body,.mapspoiler > input:checked + label + .spoiler_body1{display:block}
.mapspoiler > .mapspoiler_body{background:#FFF;border:3px solid #CCC;border-top:none}
.mapspoiler > .spoiler_body1{background:#FFF;border-top:none}
/* спойлер карта */

/* Онлайн одной строкой, возраст */
#onl1 {display: inline;}
#onl2, #onl3, .userAge {display: none;}

/* Контейнер блока отзывов */
#emotion-block {
 margin: 20px auto;
 padding: 20px;
 text-align: center;
 font-family: Arial, sans-serif;
 border-radius: 16px;
 background: #FAFAFA;
}

/* Заголовок и общий счётчик */
#emotion-block h3 {
 margin-bottom: 5px;
 font-size: 14px;
}

#emotion-block > div:first-of-type {
 margin-bottom: 10px;
 font-size: 12px;
 color: #555;
}

/* Контейнер для списка эмоций */
.emoji-list {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 gap: 10px;
}

/* Каждый блок эмоции */
.emoji-item {
 flex: 1 1 100px; 
 max-width: 50px;
 display: flex;
 flex-direction: column;
 align-items: center;
 cursor: pointer;
 border: 1px solid #ccc;
 border-radius: 16px;
 transition: border 0.3s, background-color 0.3s;
 padding: 5px; 
 transition: transform 0.3s ease-in-out, border 0.3s ease, background-color 0.3s ease;
}

/* Эффект масштабирования для всего блока при наведении */
.emoji-item:hover {
 transform: scale(1.05);
}

/* Активное состояние блока */
.emoji-item.active {
 border: 1px solid #507fff;
 background-color: #f0f8ff;
}

/* При активном состоянии меняем цвет счетчика и подписи */
.emoji-item.active .count,
.emoji-item.active p {
 color: #507fff;
}

/* При наведении на блок (если не активен) меняем цвет счетчика и подписи */
.emoji-item:hover:not(.active) .count,
.emoji-item:hover:not(.active) p {
 color: #507fff;
}

/* Эмодзи */
.emoji {
 font-size: 16px;
 transition: opacity 0.3s, transform 0.3s;
}

/* Счётчик голосов под эмодзи */
.count {
 font-weight: bold;
 font-size: 12px;
 color: #333;
}

/* Подпись к эмодзи */
.emoji-item p {
 margin-top: 2px;
 font-size: 14px;
 color: #666;
}

/* Адаптивность: при маленьких экранах элементы растягиваются */
@media (max-width: 480px) {
 .emoji-item {
 flex: 1 1 80px;
 max-width: 35px;
 }
 .emoji {
 font-size: 15px;
 }
}

/* Скрываем блок до загрузки, анимация появления */
.catalog-emotion-block {
 opacity: 0;
 transition: opacity 0.5s;
}

/* Располагаем эмодзи в ряд или как нужно */
.catalog-emoji-list {
 display: flex;
 flex-direction: row;
 align-items: center;
 gap: 5px;
 position: relative;
 top: -2px;
}

/* Каждый эмодзи-блок */
.catalog-emoji-item {
 display: flex;
 align-items: center;
 gap: 2px; /* расстояние между эмодзи и числом */
 font-size: 1.2em;
}

/* Счётчик */
.catalog-count {
 display: block;
 margin-top: 4px;
 font-size: 0.9em;
 color: #6a6e7b;
}

/* Выделяем активный элемент, увеличивая эмодзи */
.catalog-emoji-item.active .catalog-emoji {
 transform: scale(1.1);
}


/* FLAT */
/* .tabs_head, .tabs_head h1, .lentanewshead h1 */
#search:after, #logo > a, .GIlogo a, #t-container input[type="button"], #t-container input[type="submit"], #t-container input[type="reset"], #t-container input[type="submit"].uf-btn, #t-container button.uf-btn {text-shadow:rgb(217,62,43) 1px 1px,rgb(218,62,43) 2px 2px,rgb(219,62,43) 3px 3px,rgb(220,63,43) 4px 4px,rgb(221,63,43) 5px 5px,rgb(222,63,44) 6px 6px,rgb(223,63,44) 7px 7px,rgb(224,64,44) 8px 8px,rgb(225,64,44) 9px 9px,rgb(226,64,44) 10px 10px,rgb(227,65,44) 11px 11px,rgb(228,65,45) 12px 12px,rgb(229,65,45) 13px 13px,rgb(230,65,45) 14px 14px,rgb(231,66,45) 15px 15px,rgb(232,66,45) 16px 16px,rgb(233,66,45) 17px 17px,rgb(234,66,46) 18px 18px,rgb(235,67,46) 19px 19px,rgb(236,67,46) 20px 20px,rgb(236,67,46) 21px 21px,rgb(237,68,46) 22px 22px,rgb(238,68,47) 23px 23px,rgb(239,68,47) 24px 24px,rgb(240,68,47) 25px 25px,rgb(241,69,47) 26px 26px,rgb(242,69,47) 27px 27px,rgb(243,69,47) 28px 28px,rgb(244,69,48) 29px 29px,rgb(245,70,48) 30px 30px,rgb(246,70,48) 31px 31px,rgb(247,70,48) 32px 32px,rgb(248,71,48) 33px 33px,rgb(249,71,48) 34px 34px,rgb(250,71,49) 35px 35px,rgb(251,71,49) 36px 36px,rgb(252,72,49) 37px 37px,rgb(253,72,49) 38px 38px,rgb(254,72,49) 39px 39px,rgb(255,73,50) 40px 40px;}
textarea {overflow:auto;}
#t-container textarea, #t-container input[type="text"], #t-container input[type="password"] {max-width:100% !important;border:1px solid #dcdcdc;background:white;font-size:15px;color:#555;transition:all 0.3s ease;border-radius:0;margin:10px 0;padding:1%;}
#t-container textarea:focus, #t-container input[type="text"]:focus, #t-container input[type="password"]:focus {border:1px solid #ff4932;background:#f9f9f9;}
/*#t-container input[type="button"], #t-container input[type="submit"], #t-container input[type="reset"] {font-size:14px;border:none;background:#ff4932;border:1px solid #ff4932;color:#fff;text-transform:uppercase;cursor:pointer;padding-left:20px;padding-right:20px;padding:10px 20px;font-weight:bold;}*/
#t-container input[type="text"][title*='Width'],#t-container input[type="text"][title*='Height']{width:75px !important;font-size:14px !important;}
#t-container {max-width:1180px;margin:0 auto;background:#fff;padding:0 15px 0 15px;box-sizing:border-box;}
#content textarea {resize:vertical !important;}
.oh:after {content:"";display:block;clear:both;}
.col2, .col3, .col4, .col2f {}
.col2 {width:420px;}
.col2f {width:120px;}
.col3, .col4 {margin-bottom:20px;}
.col3:last-child{margin-bottom:0;}
.col2:nth-child(2n), .col2f:nth-child(2n), .col3:nth-child(3n), .col4:nth-child(4n) {margin-right:0;}
.col3:last-child .news-name{padding:0;}
.img1, .img2, .img3 {background-position:center;background-size:cover;background-color:#dcdcdc;}

.allnews, .allnewsin, .lentanewsbutton {width:100%;max-width:450px;margin:20px 0 0 0;background:#f5f5f5;position:relative;text-align:center;transition:all .3s linear;}
.allnews:hover, .allnewsin:hover, .lentanewsbutton:hover {box-shadow:450px 0 0 0 rgba(85, 85, 85, .1) inset;}
.allnews:active, .allnewsin:active, .lentanewsbutton:active {box-shadow:450px 0 0 0 rgba(85, 85, 85, .1) inset;}
.allnews a, .allnewsin a, .lentanewsbutton a {color:#444;}
.allnews:hover a, .allnewsin:hover a, .lentanewsbutton:hover a {color:#222 !important;}
.allnews:active a, .allnewsin:active a, .lentanewsbutton:active a {color:#222 !important;}
.allnews a, .lentanewsbutton a {display:block;font-size:16px;padding:10px 0;}
.allnewsin a {display:block;font-size:16px;padding:5px 0;}
.allnews a::after, .allnewsin a::after, .lentanewsbutton a::after {content:'\f0da';font-family:FontAwesome;font-size:16px;position:absolute;margin:0 0 0 10px;}

.img1 {width:100px;height:100px;float:left;margin:0 10px 10px 0;}
.img2 {height:200px;}
.img2 img, .img1 img{max-width:100%;width:100%;height:100%;object-fit:cover;}
.img3 {width:870px;height:550px;}
#top {line-height:40px;background:rgba(0, 0, 0, 0.9) url(/img/overlay.png);color:#fff;padding:0 15px;}
.top-day {float:left;font-size:14px;}
.top-day .fa {font-size:14px;padding-right:5px;color:#adb4bc;}
.top-links {float:right;}
.top-links a {color:#fff;font-size:14px;}
.top-links a:hover {color:#ff4932 !important;}
.top-links .fa {color:#adb4bc;font-size:15px;margin:0 5px 0 15px;}
.yadtop {margin:0 0 0 20px;float:right;font-weight:bold;}
.yadtop a {padding:0 0 0 10px;}
.yadtop a::before {content:'\f0da';color:#adb4bc;font-family:FontAwesome;font-size:15px;font-weight:normal;padding:0 5px;}
#header {padding:10px 0;position:relative;}
#logo {background:#ff715a;float:left;margin:10px 0 0;padding:10px;overflow:hidden;position:relative;}
#logo > a {color:#fff;font-size:48px;font-family:Roboto-regular, sans-serif;line-height:48px;display:block;}
#logo > a:hover {color:#222 !important;}
#logo > span {}
#newscount li {display:none;}
#newscount li:last-child {color:#ff4932;display:block;}
#newscount > ul {float:right;margin:0 0 0 5px !important;padding:0 !important;}

.bgtop {background:url('/img/bgtop.jpg') no-repeat 0 -80px / 100%;}
.bgtopL {background:url('/img/bgtopL.jpg') no-repeat 0 0 / 100%;}
#nav {position:relative; /*z-index:999;padding-bottom:1px;border-bottom:2px solid #424242;*/}
#nav .uMenuV {border-top:1px solid #dfdfdf;border-bottom:1px solid #424242;float:left;width:100%;position:relative;display:block;}
.stripe{background:#dfdfdf;position:absolute;top:59px;height:1px;width:100%;opacity:0;}
#nav .uMenuV ul, #nav .uMenuV li {padding:0;margin:0;list-style:none;}
#nav .uMenuV .uMenuRoot > li {float:left;padding:15px 0;margin:-1px 25px 0 0;border-top:1px solid #dfdfdf;transition:all .3s ease;z-index:1;position:relative;}
#nav .uMenuV .uMenuRoot > li:hover, #nav .uMenuV .uMenuRoot > li.active{border-top:1px solid #ff4932;}
#nav .uMenuV .uMenuRoot > li:first-child{margin:-1px 20px 0 0;}
#nav .uMenuV .uMenuRoot > li > a {font-size:18px;text-transform:uppercase;position:relative;}
#nav .uMenuV .uMenuRoot > li > a:hover {}
#nav .uMenuV .uMenuRoot > li > a.uMenuItemA {color:#ff4932 !important;}
.uWithSubmenu {position:relative;}
.uWithSubmenu ul {display:none;position:absolute;width:200px;background:rgba(0, 0, 0, 0.9) url(/img/overlay.png);color:#fff;top:30px;}
.uWithSubmenu:hover > ul {display:block;}
.uWithSubmenu ul a {display:block;color:#fff !important;border-bottom:1px solid #000;line-height:30px;padding:0 10px;}
.uWithSubmenu ul a:hover {background:#ff4932;}
#nav .uMenuV .uMenuRoot > li.uWithSubmenu:hover > a {color:#ff4932;}
.uWithSubmenu ul li ul {left:200px;top:0px;}
.search-link {float:right;}
.search-link .fa {font-size:14px;}
#middle {padding:30px 0 50px;}
#content {float:left;width:65%;}
#slider-cnt, #slider {position:relative;}
#slider-cnt {margin-bottom:50px;width:55%;float:left;max-height:680px;overflow:hidden;}
#slider ul, #slider ul li {padding:0;margin:0;list-style:none;height:400px;max-width:501px;position:relative;width:100%;}
#slider ul li {background-position:center;background-size:cover;background-clip:#dcdcdc;}
#slider ul li img{max-width:100%;width:100%;height:100%;object-fit:cover;}
.slide-info {max-width:501px;width:100%;padding:10px;position:absolute;z-index:2;bottom:0;text-shadow:1px 1px #000;color:#fff;}
.slide-info a {color:#fff;}
.slide-title {font-size:18px;}
.slide-b {font-size:11px;padding-top:7px;letter-spacing:1px;}
.slide-b a {color:#ff4932 !important;}
#prevBtn, #nextBtn {position:absolute;z-index:10;width:40px;height:40px;top:50%;margin-top:-20px;display:none;}
#prevBtn {left:0;}
#nextBtn {right:0;}
#slider-cnt:hover #prevBtn, #slider-cnt:hover #nextBtn {display:block;}
#prevBtn a, #nextBtn a {display:block;width:40px;height:40px;line-height:40px;text-align:center;color:#fff !important;background:rgba(0, 0, 0, 0.8) url(/img/overlay.png);opacity:0.5;}
#prevBtn a:hover, #nextBtn a:hover {opacity:1;}

.newsblock {width:100%;max-height:525px;margin:0 auto 30px auto;display:inline-block;}
#newsblockentryone {width:100%;height:auto;margin:0 0 2% 0;position:relative;box-sizing:border-box;}
#newsblockentryone img {width:100%;height:auto;max-height:350px;object-fit:cover;display:block;}
#newsblockentryone .blockentrytitle {font-size:28px;padding:30px 15px 20px 15px;background:linear-gradient(0deg, rgba(0,0,0,.5), rgba(0,0,0,0) 100%);}
#newsblockentryone .blockentrymess {font-size:16px;display:block;border-top:1px solid rgba(255,255,255,.3);padding:20px 0 0 0;margin:20px 0 10px 0;}
.newsblockentry {width:32%;height:auto;position:relative;display:inline-block;background:#222;overflow:hidden;box-sizing:border-box;}
.newsblockentry img {width:100%;height:auto;max-height:150px;object-fit:cover;display:block;max-height:150px;opacity:.6;transition:all 0.3s ease 0s;}
.newsblockentry:hover img {transform:scale(1.05);-webkit-transform:scale(1.05);opacity:0.45;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=65);}
.blockentrytitle {position:absolute;padding:25px 10px 10px 10px;bottom:0;color:#fff;font-size:18px;font-weight:300;width:100%;background:linear-gradient(0deg, rgba(0,0,0,.7), rgba(0,0,0,0) 100%);}
.newsblock div:nth-child(2) {float:left;}
.newsblock div:nth-child(3) {margin:0 2%;}
.newsblock div:nth-child(4) {float:right;}

.lentanews {border:1px solid #dfdfdf;margin:0 0 25px 0;}
.lentanewshead {background:#ff4932;padding:10px 15px;text-transform:uppercase;margin-bottom:20px;overflow:hidden;}
.lentanewshead h1 {color:#fff;font-size:18px;text-align:center;}
.lentanewslist {padding:0 10px;}
.lentanewsentry {margin:0 0 20px 0;}
.lentanewsentry a {font-size:16px;display:block;padding:0 0 0 50px;font-weight:300;}
.lentanewstime {font-size:14px;color:#adb4bc;float:left;width:50px;}
.lentanewsimp {font-weight:400 !important;}
.lentanewsimp::before {content:'\f0e7';font-family:FontAwesome;padding:0 7px 0 0;color:#dfdfdf;}
.lentanewsbutton {margin:0 auto;}

.tabs_block.inf_block{width:43%;float:right;}

.news-name {display:block;line-height:20px;font-size:15px;font-weight:300;margin-top:-4px;}
.news-det {line-height:20px;font-size:13px;color:#adb4bc;float:left;margin-right:10px;}
#content2 .news-det{display:none;}
.news_num {line-height:26px;font-size:14px;color:#adb4bc;float:left;margin-right:10px;}
.news-det a {color:#ff4932 !important;}
.news-mes {font-size:16px;line-height:24px;font-weight:300;}
.news-more {color:#ff4932 !important;text-decoration:underline !important;}
.news-more span {font-family:arial;}
.news-more:hover {color:#000 !important;}
.tabs-cnt {display:none;}
.tabs-cnt.tabs-cnt-cur {display:block;}
.inf_block, .inf_block2, .inf_block3 {margin-bottom:20px;}
.inf_block:last-child{margin-bottom:0;}
.inf-head {text-transform:uppercase;font-weight:500;font-size:18px;color:#ff4932;padding-bottom:5px;margin-bottom:2px;border-bottom:1px solid #424242;}

.inf-head > a {float:right;color:#ff4932;}
.inf-head > a:hover {color:#1e1e1e !important;}
.inf-head > a::after {content:'\f0da';font-family:FontAwesome;font-size:18px;padding-left:10px;}

.first-big .news1 {clear:both;}
.first-big{border-top:2px solid #424242;padding:15px 0 0 0;display:table;}
.first-big .news1 .news-mes{display:none;}
.first-big .main {margin-left:0;width:55%;overflow:hidden;display:table-cell;padding:0 1% 0 0;}
.first-big .main .news-name{font-size:24px;padding:15px 0;font-weight:400;line-height:30px;margin:0;}
.first-big .news-det, .post .news-det{float:none;border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;padding:10px 0;margin:0 0 15px 0;}
.first-big .date, .first-big .view, .first-big .comm{position:relative;display:inline-block;width:30%;}
.post .news-det>span{margin-right:55px;} /*70*/
.first-big .date:before, .first-big .view:before, .first-big .comm:before, .post .date:before, .post .view:before, .post .comm:before{font-family:FontAwesome;font-size:15px;margin-right:5px;}
.first-big .date:before, .post .date:before{content:'\f073';}
.first-big .view:before, .post .view:before{content:'\f06e';}
.first-big .comm:before, .post .comm:before{content:'\f086';}
.first-big .other{width:45%;display:table-cell;vertical-align:top;padding:0 0 0 1%;}
.first-big .other .news-det{overflow:hidden;border:none;margin:0;padding:0;}
.first-big .other .news1{overflow:hidden;padding:25px 0;border-bottom:1px solid #dfdfdf;}
.first-big .other .news1:first-child{padding:0 0 25px 0;}
.first-big .other .news-name{min-height:85px;}
.first-big .other .news-det>span{width:32%;text-align:right;}
.first-big .other .news-det>span:last-child{margin-right:0;}
.first-big .main .news-mes{display:block;}
#sidebar {float:right;width:30%;}
.adsr {margin:0 auto;padding:0;width:100%;text-align:center;}
.block {margin-bottom:30px;}
.block-title {font-weight:500;text-transform:uppercase;padding-bottom:15px;font-size:16px;color:#ff4932;}
.login-f-links {padding-top:7px;}
.login-f-links a {text-decoration:underline;color:#ff4932;}
.login-f-links a:hover {color:#000 !important;}
.sm-news {padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #dcdcdc;line-height:16px;}
.sm-news-img {width:70px;height:70px;background-position:center;background-size:cover;margin-right:15px;float:left;}
.sm-news > a {font-weight:bold;}
.sm-news span {line-height:30px;}
#lsblock {max-width:100%;overflow:hidden;}
#lsblock a {color:#fff;font-size:18px;font-weight:300;}
#lsblock img {display:block;width:100%;height:130px;object-fit:cover;border-bottom:4px solid rgba(217, 62, 42, 1);}
#lsblock .ls-lnk {display:block;margin:5px 0 15px 0;}
#lsblock div:last-child {background:#151719;margin:-20px 0 0;padding:5%;}

.soc {margin-bottom:20px;}
.soc a {display:block;float:left;width:43px;height:43px;line-height:36px;text-align:center;font-size:36px;background:#f2f2f2;margin-right:20px;margin-bottom:10px;color:#adb4bc !important;}
.soc a:nth-child(5n) {margin-right:0;}
.soc a:hover {color:#fff !important;}
.tags{overflow:hidden;padding-bottom:10px;}
.eTag {display:block;float:left;margin:0 5px 5px 0;padding:12px 12px 12px 29px;text-transform:uppercase;border:1px solid #dfdfdf;border-right:none;border-left:none;line-height:14px;position:relative;font-size:0.75em;}
.eTag:before{content:'';position:absolute;border-top:1px solid #dfdfdf;border-right:1px solid #dfdfdf;top:5px;width:28px;height:28px;transform:rotate(45deg);-webkit-transform:rotateY(60deg) rotate(45deg);-moz-transform:rotateY(60deg) rotate(45deg);background:transparent;left:-14px;}
.eTag:after{ content:'';width:20px;height:20px;position:absolute;top:4px;content:'';position:absolute;border-top:1px solid #dfdfdf;border-right:1px solid #dfdfdf;top:5px;width:28px;height:28px;transform:rotate(45deg);-webkit-transform:rotateY(60deg) rotate(45deg);-moz-transform:rotateY(60deg) rotate(45deg);background:transparent;right:-14px;}
.block-cnt ul, .block-cnt li {margin:0;padding:0;list-style:none;list-style-type:none;line-height:30px;font-weight:300;}
.archLink{font-size:16px;margin-left:10px;}
.archLink:hover{text-decoration:none !important;}
.block .fa:before{content:'\f105';font-size:16px;margin-left:10px;}

.block-cnt li a:hover, .block-cnt .catsTable .catsTd a:hover {text-decoration:underline;}
.block-cnt li .fa, .block-cnt .catsTable .catsTd .fa {padding-right:5px;}
.block-cnt .catsTable .catsTd {line-height:30px;}
#footer{background:#151719;color:white;font-weight:300;font-size:15px;line-height:24px;}
.footer-bocks {max-width:1180px;margin:0 auto;padding:30px 15px;box-sizing:border-box;}
.footer-bocks a {color:#fff;}
#footer .block .sm-news {border-bottom:1px solid #323232;}
#footer .block .sm-news a {font-weight:400;}
#footer .soc a, #footer .eTag {background:transparent;}
#footer .soc a i {color:#adb4bc;font-size:34px;text-shadow:1px 0 0 #000;transition:all 0.3s ease 0s;}
#footer .soc a:hover:nth-child(1) i {color:#2b587a;}
#footer .soc a:hover:nth-child(2) i {color:#3b5998;}
#footer .soc a:hover:nth-child(3) i {color:#55acee;}
#footer .soc a:hover:nth-child(4) i {color:#e27d25;}

#footer .block-cnt .fa {color:#fff;}
.footer-contact {margin-top:25px;}
.footer-contact i {display:block;float:left;width:27px;padding-top:3px;font-size:16px;line-height:16px;}
.footer-contact span {display:block;margin-left:25px;}
.bottom {padding:25px 0;background:rgba(0, 0, 0,.9) url(/img/overlay.png);text-align:center;}
.bottom a {color:#ff4932 !important;}

.post {margin-bottom:45px;}
.post-image {width:36%;height:230px;margin:0 18px 10px 0;position:relative;}
.post-image img{max-width:330px;width:100%;display:block;max-width:100%;height:100%;object-fit:cover;}
.sprav-image {width:36%;height:100px;margin:0 18px 10px 0;position:relative;}
.sprav-image img{max-width:330px;width:100%;display:block;max-width:100%;height:100%;object-fit:cover;}
.post-cnt {overflow:hidden;}
.post-title {font-size:24px;line-height:30px;margin:0 0 5px 0;display:block;}
.post-title > i {color:#adb4bc;padding-left:15px;}
.post-det {font-size:11px;color:#5c5c5c;}
.post-det a {color:#5c5c5c;}
.post-mes {line-height:22px;}
.post-catname {background-color:rgba(17,41,51,.7);bottom:10px;color:#fff;font-size:14px;left:0;padding:3px 10px 3px 25px;position:absolute;}
.sprav-catname {background-color:rgba(17,41,51,.7);bottom:10px;color:#fff;font-size:12px;left:0;padding:3px 10px 3px 10px;position:absolute;}

.swchItem {display:inline-block;line-height:24px;margin:0 20px;font-weight:500;font-size:24px;width:20px;height:20px;}
.swchItemA {display:inline-block;line-height:24px;margin:0 20px;font-weight:500;font-size:24px;color:#ff4932;}
.swchItem:hover {background:#fff;}

.annotation {color:#000;font-size:18px;font-weight:500;line-height:1.5;margin:20px 0;padding:0 0 20px 0;border-bottom:1px solid #dfdfdf;}
.eTitle {font-size:18px;font-weight:700;color:#000;padding-bottom:30px;position:relative;}
.moderpanel {position:absolute;top:0;right:0;}
.eDetails {padding:15px 0;border-top:1px solid #dcdcdc;}
.eBlock {padding-bottom:15px;}
hr {height:1px;border:none;background:#dcdcdc;}
#allEntries > div[id^='comEnt']:first-child {padding-top:25px;}
#allEntries > div[id^='comEnt']:nth-last-child(2) .comment{margin-bottom:30px;}
.commTable {padding-top:20px;color:#898989;}
.commFl {width:100%;margin-bottom:20px;}

.morelink {margin:30px auto;width:100%;background:radial-gradient(at top, rgba(0, 0, 0, 0.1),rgba(255,255,255,.2));}
.morelinktitle {color:#222;font:20px 'Roboto',sans-serif;text-transform:uppercase;padding:10px;text-align:center;position:relative;}
.morelink ul {padding:0 14px 7px 14px;display:inline-block;margin:5px auto !important;}
.morelink ul li {line-height:1.2;background:none;padding:0;list-style:none !important;}
.morelink ul li a {color:#222;font-size:17px;display:block;padding:14px 7px;margin:10px 0 15px 0;border:2px solid rgba(255, 73, 50, .2);}
.morelink ul li a:active, .morelink ul li a:hover {color:#ff4932 !important;}

.readmore {display:inline-block;width:100%;border-bottom:1px solid #dcdcdc;margin:15px 0 0 0;background:#f7f7f7;}
.readmoretitle {font-size:20px;text-transform:uppercase;margin:10px 0 20px 0;padding:10px 10px 10px 50px;position:relative;}
.readmoreitem {margin:0 20px 20px 0;}
.readmoreitem a {display:block;font-weight:400;line-height:1.3;font-size:17px;}
.readmoreitem::before {content:'\f0da';font-family:FontAwesome;color:#999;font-size:14px;margin:4px 10px 10px 0;float:left;transition:all .15s ease-out;}
.readmoreitem:hover::before {color:#ff4932;}
.readmoreitemF {position:relative;width:40%;display:block;margin:0 25px 25px 0;float:left;overflow:hidden;background:#000;}
.readmoreitemF a {display:block;}
.readmoreitemF img {display:block;width:100%;max-height:170px;object-fit:cover;opacity:.8;transition:opacity .2s ease-out;}
.readmoreitemF span {position:absolute;bottom:0;left:0;color:#fff;font-size:20px;font-weight:500;padding:40px 10px 10px 10px;background:linear-gradient(0deg, rgba(0,0,0,.7), rgba(0,0,0,0) 100%) !important;text-shadow:1px 1px 0 #222;line-height:1.3;}
.readmore:hover img {opacity:.9;}
.readmore:hover {background:#f4f4f4;}
.add_comm {font-size:16px;margin:20px 0;}
.add_comm a {font-size:16px;box-shadow: inset 0 -1px 0 rgb(0 0 0 / 25%);}

.eMessage {font-family:'Roboto',sans-serif;color:#222;font-size:18px;font-weight:300;line-height:1.5;padding-bottom:20px;width:100%;height:100%;}
.eMessage p {margin:1rem 0;line-height:1.6;padding:0;}
.eMessage, .eMessage a {overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;-moz-hyphens:auto;hyphens:auto;}
.eMessage img {max-width:100%;overflow:hidden;}
.eMessage ul {margin:10px 0 10px 40px;}
.eMessage ul li {list-style:square;}
.eMessage ul li::marker {color:#151719;}
.eMessage ol {margin:10px 0 10px 40px;}
.eMessage h2, .eMessage h3, .eMessage h4 {margin:20px 0 5px 0;line-height:1.3;}
.eMessage strong {font-weight:500;}
.eMessage > a, .eMessage > strong > a, .eMessage > ul a, .eMessage > ol a, .eMessage > h2 a, .eMessage > h3 a, .eMessage > p a, .eMessage > blockquote a {color:rgba(255, 73, 50, .85);box-shadow:inset 0 -2px 0 rgba(255, 73, 50, .35);transition:all .25s ease-in-out;}
.eMessage > a:hover, .eMessage > strong > a:hover, .eMessage > ul a:hover, .eMessage > ol a:hover, .eMessage > h2 a:hover, .eMessage > h3 a:hover, .eMessage > p a:hover, .eMessage > blockquote a:hover {color:rgba(255, 73, 50, .95);box-shadow:inset 0 -2px 0 rgba(255, 73, 50, .75);}
.eMessage img[align="right"], .ulightbox > img[align="right"] {margin:9px 0 15px 15px !important;max-width:100%;}
.fancybox-outer {border-radius:0!important;}
.eMessage div[style="text-align: center;"] > img, .eMessage div[style="text-align: center;"] .ulightbox > img, .eMessage p[style="text-align: center;"] > img, .eMessage p[style="text-align: center;"] .ulightbox > img {margin:20px auto !important;text-align:center;max-width:100%;}
.eMessage div[style="text-align: center;"] a, .eMessage p[style="text-align: center;"] a {box-shadow:none;display:inline-block;}
.eMessage div[style="text-align: center;"] a:hover, .eMessage p[style="text-align: center;"] a:hover {box-shadow:none;display:inline-block;}
.eMessage div[style="margin-left: 40px;"], .eMessage p[style="margin-left: 40px;"] {border-left:4px solid #ff4932;padding:15px;margin:20px 0;}
.eMessage div[style="margin-left: 40px;"] h4, .eMessage p[style="margin-left: 40px;"] h4 {margin:10px 0;}
.eMessage iframe, .eMessage embed, .eMessage object, .eMessage twitter-widget {margin:15px auto!important;display:block;}


.eMessage blockquote {
 background: #f9f9f9;
 border-left: 6px solid #ff4932;
 padding: 20px 25px;
 margin: 20px 0;
 font-style: normal;
 font-weight: 500;
 color: #333;
 box-shadow: 0 4px 12px rgba(255, 73, 50, 0.15);
 border-radius: 8px;
 position: relative;
 transition: box-shadow 0.3s ease;
}

.eMessage blockquote:hover {
 box-shadow: 0 6px 20px rgba(255, 73, 50, 0.3);
}

.eMessage blockquote::before {
 content: "“";
 font-family: 'Georgia', serif;
 font-size: 4rem;
 color: #ff4932;
 position: absolute;
 top: 10px;
 left: 15px;
 line-height: 1;
 opacity: 0.2;
 user-select: none;
}

.eMessage blockquote p {
 margin: 0;
 font-size: 1.1rem;
 line-height: 1.6;
}


.updata {color:#888;font-size:12px;}
.topInfo {width:100%;display:inline-block;}
.topDate {float:left;font-size:12px;color:#555;padding:0 10px 0 0;}
.topDate i {padding:0 5px 0 0;}
#ePR {padding-left:10px;}
.topSoc {float:right;margin:0 -10px 0 0;}
.botSoc {margin:25px 0 -15px -3px;}
.videoblock > div > div {margin:20px auto 10px auto !important;}

.imgone {overflow:hidden;margin:5px auto 15px auto;position:relative;background:#000;box-sizing:border-box;max-width:100%;}
.imgone img {width:100%;height:100%;display:block;transition:all 0.3s ease 0s;margin:0;max-height:350px;object-fit:cover;}
.imgone:hover img {opacity:0.9;}

.imgonehistory {overflow:hidden;margin:5px auto 15px auto;position:relative;background:#000;box-sizing:border-box;max-width:100%;}
.imgonehistory img {width:100%;height:100%;display:block;transition:all 0.3s ease 0s;margin:0;max-height:500px;object-fit:cover;}
.imgonehistory:hover img {opacity:0.9;}


.thisphoto {bottom:20px;left:25px;color:#fff;font-size:12px;line-height:1;position:absolute;text-shadow:1px 1px #000;}
.thisphoto::before {content:'\f030';font-family:FontAwesome;padding-right:7px;}
.source {padding:15px 0 0 0;color:#555;}
.source a {padding:0 0 0 5px;}
.here, .here a {font-size:12px;color:#888;}

.instchannel {display:flex;align-items:center;padding:15px;margin:20px 0;justify-content:space-between;flex-wrap:wrap;background:radial-gradient(at top, rgba(0, 0, 0, 0.1),rgba(255,255,255,.2));}
.instmes {font-size:15px;}
.instbutt {width:150px;background:#C13584;padding:5px;display:flex;transition:all .3s linear;}
.instchannel:hover .instbutt {box-shadow:200px 0 0 0 rgba(0,0,0, .15) inset;}
.instchannel:active .instbutt {box-shadow:200px 0 0 0 rgba(0,0,0, .15) inset;}
.instbutt a {display:flex;width:100%;}
.instbutt img {width:25px;height:25px;margin:0 10px 0 0;}
.instbutt span {color:#fff;font-weight:500;margin:2px 0 0 0;font-size:15px;}

.tgchannel {display:flex;align-items:center;padding:15px;margin:20px 0;justify-content:space-between;flex-wrap:wrap;background:radial-gradient(at top, rgba(0, 0, 0, 0.1),rgba(255,255,255,.2));}
.tgmes {font-size:15px;}
.tgbutt {width:150px;background:#08c;padding:5px;display:flex;transition:all .3s linear;}
.tgchannel:hover .tgbutt {box-shadow:200px 0 0 0 rgba(0,0,0, .15) inset;}
.tgchannel:active .tgbutt {box-shadow:200px 0 0 0 rgba(0,0,0, .15) inset;}
.tgbutt a {display:flex;width:100%;}
.tgbutt img {width:25px;height:25px;margin:0 10px 0 0;}
.tgbutt span {color:#fff;font-weight:500;margin:2px 0 0 0;font-size:15px;}

.bread{font-size:14px;padding:15px 0 15px 5px;margin-bottom:15px;color:#ff4932;}
.bread a{position:relative;padding:0 25px 0 0;margin:0 20px 0 0;}
.bread a:before{content:"\f105";font-family:FontAwesome;text-decoration:inherit;position:absolute;top:1px;right:0;}
.topInfo > .bread a:before {content:none;}
.topInfo > .bread {font-size:12px;padding:0 40px 0 0;margin:0;float:left;}
.topInfo > .bread a {margin:0;padding:0;color:#555;}
.topInfo > .bread i {padding:0 7px;}
.comm-rules {font-size:12px;padding:0 0 25px 0;color:#555;}
.pulse {width:10px;height:10px;border:4px solid #ff4932;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background-color:#ff4932;z-index:1;float:left;opacity:0.8;position:absolute;top:18px;left:15px;}
.pulse .dot {border:2px solid #ff4932;background:transparent;-webkit-border-radius:50%;-moz-border-radius:60px;border-radius:60px;height:30px;width:30px;-webkit-animation:pulse 3s ease-out;-webkit-animation-iteration-count:infinite;-webkit-animation-delay:0.2s;margin-top:-14px;margin-left:-14px}
@-webkit-keyframes pulsate {0% {-webkit-transform:scale(0.1, 0.1);opacity:0.0} 50% { opacity:1.0 } 100% { -webkit-transform:scale(1.2, 1.2);opacity:0.0 }}
@-moz-keyframes pulse { 0% { -moz-transform:scale(0);opacity:0.0 } 25% { -moz-transform:scale(0);opacity:0.1 } 50% { -moz-transform:scale(0.1);opacity:0.3 } 75% { -moz-transform:scale(0.5);opacity:0.5 } 100% { -moz-transform:scale(1);opacity:0.0 }}
@-webkit-keyframes "pulse" { 0% { -webkit-transform:scale(0);opacity:0.1 } 25% { -webkit-transform:scale(0);opacity:0.2 } 50% { -webkit-transform:scale(0.1);opacity:0.3 } 75% { -webkit-transform:scale(0.5);opacity:0.6 } 100% { -webkit-transform:scale(1);opacity:0.1 }}

/* РјРµРЅСЋ */
.top-nav {background:#555555;box-shadow:0 2px 6px 0 rgba(0, 0, 0, 0.4);left:0;opacity:0.95;padding:8px;position:fixed;right:0;top:0;z-index:9999;}
.topnav-wrapper {margin:0 auto;max-width:980px;}
.top-logo {color:#ddd;font:bold 16px/20px "Crete Round",serif;padding-left:10px;text-shadow:1px 1px 0 rgba(0, 0, 0, 0.5);}
.top-logo a {color:#B8B8B8;text-decoration:none;}
.top-logo a:hover {color:#ddd;}
.topnav-right {float:right;}
.right-menu {margin:0;overflow:hidden;}
.right-menu li {float:left;list-style-type:none;margin:0;}
.right-menu li a {color:#B8B8B8;display:block;padding:0.05em 0.75em;text-decoration:none;text-shadow:1px 1px 0 rgba(0, 0, 0, 0.3);}
.right-menu li a:hover {color:#fff;text-shadow:none;}
.right-menu li span {font-size:16px;line-height:1.2;}
#container {max-width:980px;margin:0 auto;padding:25px 10px 0;}
.info{color:rgba(78, 78, 78, 0.8);width:100%;margin:40px auto;text-align:center;font-weight:300;}
.info a {color:#bbb;text-decoration:none;}
.info a:hover {color:#888;}

/* РўР°Р±С‹ */
.tabs_head {color:#fff;padding:10px 15px;font-size:18px;text-transform:uppercase;margin-bottom:20px;overflow:hidden;}
.tabs_head h1 {color:#fff;padding:0;font-size:18px;text-transform:uppercase;margin:0;}
.tabs {min-width:300px;max-width:800px;padding:0px;margin:0 auto;border:1px solid #dfdfdf;}
.tabs section {display:none;padding:15px 10px;background:#fff;}
.tabs input {display:none;}
.tabs label {display:block;padding:10px 19px;text-align:center;font-size:16px;width:50%;float:left;background:#f5f5f5;border-bottom:1px solid #dfdfdf;}
.tabs label:hover {color:#ff4932;cursor:pointer;}
.tabs input:checked + label {border-bottom:1px solid #fff;background:#fff;font-weight:500;color:#ff4932;position:relative;}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab11:checked ~ #content11,
#tab22:checked ~ #content22,
#tab33:checked ~ #content33,
#tab44:checked ~ #content44{display:block;overflow:hidden;clear:both;}
.str{background:#dfdfdf;height:1px;margin-top:37px;}
.tabs .news-name{overflow:hidden;}
.tabs .view{position:relative;line-height:26px;font-size:14px;color:#adb4bc;}
.tabs .view:before{font-family:FontAwesome;font-size:15px;margin-right:5px;content:'\f06e';}
.news-name.readNews {font-weight:400;}
.tabs input#tab1 + label{}
.tabs input#tab2 + label{word-break:break-all;}
.tabs input#tab1:checked + label{border-right:1px solid #dfdfdf;}
.tabs input#tab2:checked + label{border-left:1px solid #dfdfdf;}
.tabs.soc_tabs{border:none;}
.tabs.soc_tabs .str{display:none;}
.tabs input#tab11 + label, .tabs input#tab22 + label, .tabs input#tab33 + label{width:33.334% !important;display:inline-block;float:left;margin-bottom:-3px;color:transparent;}
.tabs.soc_tabs input:checked + label{padding:14px 12px 10px 12px !important;margin-top:-6px;color:transparent;}
.tabs input#tab11 + label{background:#23599b url(/img/social.png)no-repeat 50% 0;box-shadow:0px 2px 6px rgba(0,0,0,0.4);}
.tabs input#tab22 + label{background:#4580a9 url(/img/social.png)no-repeat 50% -38px;}
.tabs input#tab33 + label{background:#00cbff url(/img/social.png)no-repeat 50% -76px;}
.tabs input#tab11:checked + label{background:#23599b url(/img/social.png)no-repeat 50% 6px;}
.tabs input#tab22:checked + label{background:#4580a9 url(/img/social.png)no-repeat 50% -32px;box-shadow:0px 2px 6px rgba(0,0,0,0.4);}
.tabs input#tab33:checked + label{background:#00cbff url(/img/social.png)no-repeat 50% -70px;box-shadow:0px 2px 6px rgba(0,0,0,0.4);}
#tab11:checked ~ #content11{border:1px solid #23599b;position:relative;z-index:1;}
#tab22:checked ~ #content22{border:1px solid #4580a9;position:relative;z-index:1;}
#tab33:checked ~ #content33{border:1px solid #00cbff;position:relative;z-index:1;}

.fbplugin {margin:0 auto 35px auto;overflow:hidden;padding:0;height:auto;text-align:center;max-width:310px;}

.fbplugin iframe, .vkplugin iframe {margin:0 auto;}
#vk_groups, #vk_groups iframe, .fb-page, .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {width:100%!important;}

/* at sidebar*/
#sidebar .tabs_block.inf_block {float:none;width:100%;}
#sidebar .tabs {min-width:inherit;}
#sidebar .tabs label {padding:10px 0 10px;font-size:15px;}
#sidebar .news-name {font-size:15px;line-height:20px;padding-top:2px;}
#sidebar .view {font-size:11px;}
#sidebar .view:before {font-size:11px;}
#sidebar .col3 {margin-bottom:15px;}
#sidebar .news-det {font-size:11px;line-height:17px;margin-top:3px;}

.col3andPic {position:relative;background-color:#000;margin:0 0 15px;overflow:hidden;}
.col3andPic img {max-height:160px;object-fit:cover;width:100%;display:block;max-width:100%;transition:all .2s ease-out;opacity:.8;}
.col3andPic:hover img {transform:scale(1.05);-webkit-transform:scale(1.05);opacity:.5;}
.col3andPic span {bottom:0;color:#fff;font-size:18px;font-weight:600;left:0;padding:3%;position:absolute;}

.recomend .news-det {width:20px;height:45px;font-size:20px !important;margin:5px 10px 0 0 !important;}
.recomenditem {display:flex;flex-direction:column;padding:0 10px 0 15px;}
.recomenditem .col3 {margin:0 0 10px 0 !important;}

footer .block-title{font-size:24px;color:#adb4bc;padding-bottom:25px;font-weight:300;}
.f3{display:inline-block;max-width:33%;width:100%;float:left;padding:0 0 0 2%;text-shadow:1px 1px #222;}
.f3:first-child{padding:0;}
.stat a {opacity:0.7;padding:0 5px 0 0;}
.stat a:hover {opacity:1;}
.f_text{margin-bottom:20px;}
.double_f3{max-width:49%;width:100%;display:inline-block;float:left;padding:0 0 0 10%;}
.single_f3{padding:0 0 0 35%;}
footer .uMenuRoot{list-style-type:none;}
footer .uMenuRoot li a, footer a.catName, footer a.catNameActive{position:relative;display:inline-block;padding:0 0 0 18px;line-height:16px;margin-bottom:10px;}
footer .uMenuRoot li a:before, footer a.catName:before, footer a.catNameActive:before{content:'';display:block;width:9px;height:9px;background:#aeb5bc;position:absolute;bottom:3px;left:0;transition:all 0.3s ease;}
footer .uMenuRoot li a:hover:before, footer a.catName:hover:before{background:#ff4932;}
.stat {padding:0;height:31px;margin:0 0 5px 0;}

div.warn {border:1px solid #555;color:#ddd;cursor:help;display:inline-block;width:31px;height:31px;margin:0 0 0 20px;padding:0;opacity:.7;transition:all 0.2s ease-in;}
div.warn:hover {border:1px solid #adb4bc !important;color:#adb4bc !important;opacity:.9;text-shadow:0 1px #111;}
div.warn1 {float:left;font-size:17px;margin:2px 0 0 0;}
div.warn2 {float:left;font-size:17px;margin:2px 0 0 0;}

ul[id*="uStarRating"] a{transition:none;-webkit-transition:none;-moz-transition:none;-o-transition:none;}
.u-star-rating-15{height:14px !important;}
.posts .inf-head, .reg_page .inf-head{font-size:20px;font-weight:500;}

#content #allEntries, .dayAllEntries{/*border-top:2px solid #424242;*/ padding:1px 0 0 0;padding-bottom:1px;border-bottom:2px solid #424242;}
#content #allEntries .catPages1{border-bottom:1px solid #424242;}
.archiveEntries{/*border-top:1px solid #424242;*/}
.dayAllEntries .archiveEntries{border-bottom:1px solid #424242;}
.archiveEntries > div[id*='entry'], #allEntries > div[id*='entry']{padding-top:17px;}
#allEntries > div:first-child{/*border-top:1px solid #424242;*/}
.catPages1{padding:27px 0;border-top:1px solid #dfdfdf;}
.swchItem.left, .swchItem.right{position:relative;}
.swchItem.left:before, .swchItem.right:before{font-family:FontAwesome;color:white;font-size:15px;position:absolute;left:0;background:#adb5bc;border-radius:50%;width:23px;transition:all 0.3s ease;}
.comments .swchItem.left:before, .comments .swchItem.right:before{padding:0 5px 0 0;}
.swchItem.left:before{content:'\f060';}
.swchItem.right:before{content:'\f061';}
.swchItem.left:hover:before, .swchItem.right:hover:before{background:#ff4932;}
.eDetails>span{display:inline-block;margin-right:20px;font-size:14px;color:#adb4bc;position:relative;padding:0 0 0 20px;}
.eDetails>span:last-child{margin-right:0;}
.eDetails>span:before{font-family:FontAwesome;font-size:15px;position:absolute;left:0;top:-1px;}
.eDetails .category:before{content:"\f00b";}
.eDetails .date:before{content:'\f073';}
.eDetails .time:before{content:'\f017';}
.eDetails .view:before{content:'\f06e';}
.eDetails .comm:before{content:'\f086';}
.eDetails .author:before{content:'\f007';}
.eDetails .e-rating:before {content:'\f123';}
.eDetails .e-rating {float:right;margin:0 15px 0 0 !important;}
.eDetails .rating{float:right;}
.like_block{display:inline-block;}

.authorblock {display:flex;align-items:center;max-width:350px;margin:20px 0 0 0;font-size:14px;}
.authorblock img {border-radius:50%;margin:0 15px 0 0;width:45px !important;height:45px !important;max-width:45px !important;border:1px solid #dbe1e8 !important;padding:1px;}
.authorname {line-height:1.3;color:#555;}

.com_count{display:block;font:300 14px "Ubuntu";text-transform:uppercase;}
.com_text{font-weight:300;overflow:hidden;clear:both;font-size:14px;line-height:24px;color:#3c3c3c;}
.comments_all{padding:40px 0 0 0;}
.comment {margin-bottom:50px;position:relative;}
.comment a {color:#ff4932 !important;}
.comment a:hover {color:#000 !important;}
.comment .u-mpanel{float:left;}
.avatar{width:40px;height:40px;float:left;margin:0 10px 10px 0;}
.comment_date{font-size:12px;display:inline-block;padding:10px 0 17px 0;color:#898989;margin:-8px 0 0 35px;}
.answer_link{color:#009589;font-size:12px;}
.like{background:url("../img/like.png") center center no-repeat;height:24px;width:45px;display:table-cell;margin:0 10px;}
.like:hover{background:url("../img/like_hover.png") center center no-repeat;}
.dislike:hover{background:url("../img/dislike_hover.png") center center no-repeat;}
.dislike{background:url("../img/dislike.png") center center no-repeat;height:22px;width:45px;display:table-cell;margin:0 10px;}
.like_count{display:table-cell;vertical-align:middle;}
.comments .comEnt[style*= "margin-left:20px;"]{margin-left:50px !important;margin-top:-30px;}
.comments .comEnt[style*= "margin-left:40px;"] {margin-left:100px !important;margin-top:-30px;}
.myWinSuccess {color:#57ae00 !important;}
.comments .ans {border:1px solid #adb4bc;bottom:0;color:#ff4932;float:right;font-size:10px;padding:3px 17px;position:absolute;right:0;text-transform:uppercase;transition:all 0.3s ease 0s;}
.comments .ans:hover {border:1px solid #000;color:#000 !important;}
.comAnsw {display:inline-block;}
.comments .pagesBlock2{display:none;}
.float_left{min-width:250px;float:left;}
.com-order-block{display:none;} 
.username{font-size:13px;display:inline-block;margin:1px 0 0 0;}
.float_right{float:right;margin-top:15px;}
.answer:hover, .username:hover{color:#488ac2}
.report-spam-wrap{float:right;}
.com_num{padding:25px 0;text-transform:uppercase;color:#404040;font-weight:400;}
.com_num span{color:#ff4932;}
.comments #allEntries{border:none !important;}

#t-container input[type="submit"].uf-btn, #t-container button.uf-btn, #t-container input[type="button"], #t-container input[type="submit"], #t-container input[type="reset"] {font-size:16px !important;font-weight:300;text-transform:uppercase !important;padding:8px 16px !important;color:#f7f7f7 !important;height:auto !important;background:linear-gradient(-5deg, #ffc30f -10%, #151719 50%) !important;border-radius:3px !important;transition:all 0.3s ease !important;overflow:hidden;border:none;letter-spacing:1px;text-shadow: none !important;cursor:pointer;}
#t-container input[type="submit"].uf-btn:hover, #t-container button.uf-btn:hover, #t-container input[type="button"]:hover, #t-container input[type="submit"]:hover, #t-container input[type="reset"]:hover {color:#fff !important;background: linear-gradient(150deg, #ffc30f -10%, #151719 50%) !important;}
#iplus input.button {height:30px !important;padding:0 !important;width:40px !important;}
#t-container input[value="РћС‚РїСЂР°РІРёС‚СЊ СЃРѕРѕР±С‰РµРЅРёРµ"] {margin: 20px 0 0 20px;}
#t-container input[value="РќР°Р№С‚Рё"] {margin:12px 10px 0 10px !important;}
#nwF7 {font-weight:300 !important;margin:20px 0 !important;}

.com_title {text-transform:uppercase;color:#ff4932;}

/* Search START */
#search {position: relative;margin-bottom: 20px;overflow: hidden;}
#search:after {content:'\f002';}
#search:after {color:#fff;cursor:pointer;font-family:FontAwesome;font-size:22px;margin-right:5px;position:absolute;right:6px;top:9px;text-shadow:none;}
#search input[type="submit"].searchSbmFl{position:absolute;top:0;right:0;height:100% !important;width:41px;}
#search input[type="text"] {background: white;border: 1px solid #dfdfdf;font-size: 16px;color: #555;max-width: 100% !important;padding: 10px 60px 10px 20px;-moz-transition: all 0.7s ease 0s;-o-transition: all 0.7s ease 0s;transition: all 0.3s ease 0s;margin: 0;}
#search input[type="text"]:focus {}

#postFormContent{padding:28px;}
#postFormContent .captcha-block{display:inline;}
#postFormContent .captcha-answer{height:auto;width:105px;padding:10px 20px;line-height:16px;font-family:'Roboto', sans-serif;margin-right:20px;}
#postFormContent .captcha-question{margin-right:5px;}
.orange{color:#ff4932;}
#postFormContent .commTd1{ padding-bottom:20px;}
#postFormContent .wysibb{border-radius:0;margin-bottom:20px;}
.wysibb .wysibb-toolbar{background:#fff !important;}
.click{display:none;}
.sl_info{ text-align:left;padding:10px;position:relative;bottom:50px;height:50px;background:rgba(0, 0, 0, 0.5);color:#fff;display:none;}
.sl_info h2{color:#fff;font-size:14px;}

.pgwSlideshow .ps-caption a{font-size:20px;text-shadow:1px 1px #111;}
.pgwSlideshow .ps-list li img{display:none !important;}
.pgwSlideshow .ps-list li{width:140px;height:80px;}
.pgwSlideshow .ps-list li .ps-item{margin:0 !important;padding:5px;height:100%;}
.pgwSlideshow .ps-list li .ps-item:hover a{color:#ff4932;}
.pgwSlideshow .ps-list li .ps-item.ps-selected{border:1px solid #ff4932 !important;}

#postFormContent .ucf-content .uf-tooltip{left:0;}
#postFormContent .ucf-content .uf-tooltip:after{left:63%;}
#postFormContent .ucf-avatar img{border-radius:0;}
#postFormContent textarea.uf-txt-input{border-radius:0 !important;font-family:'Roboto', sans-serif !important;font-size:16px !important;color:#1e1e1e !important;}

.archiveDateTitle{position:relative;font-size:16px;color:#1c1c1c;padding:0 0 10px 27px;border-bottom:1px solid #dfdfdf;margin:25px 0 20px 0;display:block;}
.archiveDateTitle:before{content:'';content:"\f073";font-family:FontAwesome;font-size:15px;position:absolute;left:2px;}
table tr:first-child td.archiveDateTitle{margin:0 0 35px 0;}
.archiveDateTitle hr{display:none;}
.archiveEntryTitle ul.uz{list-style-type:none;padding:0;}
.archiveEntryTitle ul.uz>li{font-size:18px;position:relative;padding:0 0 25px 0;font-weight:300;}
.archiveEntryTitle .archiveEntryComms{float:right;margin-top:4px;position:relative;padding:0 0 0 20px;color:#ddd;font-size:13px;display:none;}
.archiveEntryTitle .archiveEntryComms:before{content:'';content:"\f0e6";font-family:FontAwesome;font-weight:normal;position:absolute;top:2px;left:0;color:#ddd;}
.archiveEntryTime {color:#ff715a;font-size:14px;margin:2px 0 0 0;display:block;float:left;width:8%;}
.archiveEntryTitleLink {display:inline-block;width:87%;}
.posts_archive .bread+table tr:first-child td.archiveDateTitle{margin-top:0;}
.posts_archive{border-bottom:2px solid #424242;padding-bottom:1px;}
.posts_archive .bread+table{border-bottom:1px solid #424242;padding-bottom:60px;}
.archiveCalendars .calMonthLink:before{ right:-120%;top:-6px !important;}
.archiveEntryTitle .u-mpanel {float:right !important;}
.search_page .queryField {float:left;}
.search_page .searchSbmFl {margin:10px 0 0 -46px !important;}
.search_page .aSchBrc1, .search_page .aSchBrc2, .search_page .schCatsSep{display:none;}
.search_page .eDetails{padding:15px 0;}
.search_page .schModName{position:relative;padding:0 0 0 25px;margin-right:35px;}
.search_page .schModName:before{font-family:FontAwesome;position:absolute;left:2px;top:1px;content:"\f00b";}
.search_page .schModName:after{font-family:FontAwesome;position:absolute;right:-30px;top:1px;content:'\f017';color:#1e1e1e !important;}
.search_page .catPages1{border-top:none;border-bottom:1px solid #424242;margin-bottom:1px;position:relative;}
.search_page .catPages1:after{content:'';width:100%;height:2px;background:#424242;position:absolute;left:0;bottom:-4px;}
.search_page .eTitle {}
.search_page .eMessage {}

.style-10 {min-width:60%;max-width:100%!important;overflow:hidden;transition:all 0.3s ease;}
.style-10 > .utl-icon-num-0 {width:17%!important;}
.style-10 > .utl-icon-num-1 {width:17%!important;}
.style-10 > .utl-icon-num-2 {width:17%!important;}
.style-10 > .utl-icon-num-3 {width:17%!important;}
.style-10 > .utl-icon-num-4 {width:17%!important;}
.utl-icon-num-0:hover, .utl-icon-num-1:hover, .utl-icon-num-2:hover, .utl-icon-num-3:hover, .utl-icon-num-4:hover {opacity:0.85;}
a.sn-icon {}
input.manFlRst {display:none !important;}

.otherBlock {width:100%;margin:20px 0;}
.otherN {float:left;margin:0 2%;position:relative;width:32%;}
.otherN:first-child {float:left;margin:0;position:relative;width:32%;}
.otherN:last-child {float:right;margin:0;position:relative;width:32%;}
.otherN img {width:100%;overflow:hidden;opacity:0.95;}
.otherN img:hover {opacity:1;}
.otherNA {background:rgba(0,0,0,.4);bottom:5px;height:20%;left:0;padding:0 5px 10px;position:absolute;overflow:hidden;width:100%;}
.otherNA a {font-size:14px;color:#fff;display:block;line-height:1.5;text-shadow:1px 1px rgba(0,0,0,.6);}

@media only screen and (max-width:1280px) {#nav .uMenuV .uMenuRoot > li {margin-right:25px!important;}}
@media only screen and (max-width:1024px) {#nav .uMenuV .uMenuRoot > li {margin-right:15px!important;font-size:16px;}}

@media only screen and (min-width: 960px) {.uMenu__plus {display:none;}}
@media only screen and (max-width: 960px) {
 .nav__adapt {background:none !important;border:none !important;position:relative;}
 .nav__adapt .nav-head {position:fixed;top:24px;right:20px;z-index:3;background:none !important;padding:0 !important;margin:0 !important;}
 .nav__adapt .nav-head a {display:none;}
 .nav__adapt .nav-head .icon {width:30px;height:22px;display:block;position:relative !important;right:0;top:0;}
 .nav__adapt .nav-head .icon span {background:#ff4932 !important;height:2px !important;width:100%;transition-duration: .25s;position:absolute;margin:0;}
 .nav__adapt .nav-head .icon span:nth-child(1) {top:0;}
 .nav__adapt .nav-head .icon span:nth-child(2) {top:10px;right:0;}
 .nav__adapt .nav-head .icon span:nth-child(3) {top:20px;}
 .nav__adapt .nav-head.over .icon span:nth-child(1) {transform:rotate(45deg);top:10px;}
 .nav__adapt .nav-head.over .icon span:nth-child(2) {right:-150px;}
 .nav__adapt .nav-head.over .icon span:nth-child(3) {transform:rotate(-45deg);top:10px;}
 .nav__adapt .nav-head .icon span:nth-child(4) {display:none;}
 .nav__adapt .nav-head + div > ul {position:fixed;top:-100%;right:0;width:100%;max-width:520px;z-index:2;background:linear-gradient(-45deg, #ffc30f -45%, #151719 45%);transition:all .3s cubic-bezier(.77,0,.18,1);visibility:hidden;display: flex !important;padding:150px 0 20px 0 !important;box-shadow: 0 4px 7px rgba(0,0,0,.3);flex-wrap:wrap;}
 .nav__adapt .nav-head.over + div > ul {top:-1px;visibility:visible;}
 .nav__adapt li {padding: 10px 0 !important;margin:1% 5% !important;width: 39%;}
 .nav__adapt li a {color:#ddd !important;font-size:16px !important;text-transform:none !important;font-weight: 500;}
 .nav__adapt .uMenu__plus {position:fixed;top:-100%;right:0;visibility:hidden;transition:all .4s cubic-bezier(.77,0,.18,1);max-width:520px;}
 .nav__adapt .nav-head.over + div + .uMenu__plus {top:5px;z-index:3;visibility:visible;display:flex;justify-content:center;flex-wrap:wrap;margin:40px 0 0 0;width:100%;padding:0 0 10px 0;}
 .nav__adapt .uMenu__plus a {display:block;}
 .nav__adapt .uMenu__plus .uMenu__plus__blocknews {display:flex;justify-content:space-around;width:100%;align-items:center;border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2);padding:3px 0;}
 .nav__adapt .uMenu__plus .uMenu__plus__lenta {color:#ddd;font-size:16px;font-weight:500;padding:10px 0 10px 0;width:39%;margin:0 5% 0 4%;text-transform:none;}
 .nav__adapt .uMenu__plus .uMenu__plus__lenta i {margin:0 10px 0 0;color:#ff4932;}
 .nav__adapt .uMenu__plus .uMenu__plus__news {color:#ddd;font-size:16px;font-weight:500;padding:10px 0 10px 0;width:40%;margin:0 5% 0 4%;text-transform:none;}
 .nav__adapt .uMenu__plus .uMenu__plus__news i {margin:0 10px 0 0;color:#ff4932;}
 .nav__adapt .uMenu__plus .uMenu__plus__blocksoc {display:flex;justify-content:space-between;width:100%;align-items:center;padding:10px 10px 15px 0;}
 .nav__adapt .uMenu__plus span {width:35%;font-size:14px;text-align:center;display:block;color:#aaa;}
 .nav__adapt .uMenu__plus .uMenu__plus__fb, 
 .nav__adapt .uMenu__plus .uMenu__plus__tw, 
 .nav__adapt .uMenu__plus .uMenu__plus__vk {width:20%;color:#ddd;font-size:24px;text-align:center;display:block;max-width:45px;}
 .nav__adapt .uMenu__plus .uMenu__plus__fb {color:#3b5998;}
 .nav__adapt .uMenu__plus .uMenu__plus__tw {color:#00acee;}
 .nav__adapt .uMenu__plus .uMenu__plus__vk {color:#597da3;}
 /*.GItopmenu {display: none;}*/
 /*.GItopmenu li a {padding:10px 7px;font-size:15px !important;}*/
 .GIuserpanel {display:flex;justify-content:space-between;align-content:center;margin:0 42px 0 0;}
 .GIuserpanel a {margin:0 auto;padding:5px 7px;}
 .GItopmenu {overflow:hidden;}
}

@media only screen and (max-width:810px) {
 .thisphoto {margin-bottom:;}
 .otherNA {height:32%!important;text-shadow:1px 1px #222;}
 .topInfo > .bread{display:none;}
 div[id*="_uwndTop"] {top: 20% !important;}
}
@media only screen and (min-width:768px) {.eMessage img[align="right"], .ulightbox > img[align="right"] {max-width:300px;}}
@media only screen and (max-width:767px) {.eMessage img[align="right"], .ulightbox > img[align="right"] {max-width:100%; display:block; margin:20px auto !important; float:none;}}

@media only screen and (max-width:700px) {
 .eMessage iframe, .eMessage object, .eMessage embed {width:100%!important;}
}
@media only screen and (max-width:600px) {
 .newsblock {display:none;}
}
@media screen and (max-width:480px) {
 .GItop {position:sticky;top:0;z-index:9;box-shadow:0 8px 4px -4px rgba(0,0,0,.1);height:60px;width:100%;}
 .GIheader {background:url('/img/bgtop.jpg') no-repeat 0 0px / 100%;height:60px;}
 .GIlogo {margin:0 0 0 1px;}
 .nav__adapt .nav-head {top:19px;}
 #nav .uMenuV .uMenuRoot{width:100%;left:0px;margin:0px !important;}
 #nav {top:-75px;}
 .first-big .main .news-name, .post-title{font-size:20px;line-height:24px;}
 .first-big .other .news-det{clear:both;}
 #logo > a{font-size:30px;line-height:38px;}
 .eTitle > h1 {font-size:22px;font-weight:600;}
 #uf-register .uf-field{max-width:100%;margin:0 0 10px 0;float:none;}
 #uf-register .uf-field label#uf-terms-label{display:inline-block;margin-top:25px;padding:0 0 0 10px;}
 .uf-reg-wrap input[type="checkbox"]:after,.uf-reg-wrap input[type="checkbox"]:checked:after {width:20px;height:20px;top:-5px;}
 #uf-register .uf-soc-icons ul li b{display:none;}
 .uf-soc-icons ul {text-align:center;}
 .uf-soc-icons ul li{display:inline-block;float:none; margin:0 3% 0 0;}
 .uf-soc-openselect {text-align:center;margin:-12px 0 20px 0;}
 #uf-register .uf-soc-icons {padding-bottom:30px;}
 .post .news-det>span.date{width:47%;}
 .post .news-det>span.view{width:20%;}
 .post .news-det>span.comm{width:30%;}
 #postFormContent{padding:5px;}
 #postFormContent .uauth-small-links{margin:0 0 10px 0px;}
 #postFormContent .ucf-content .uf-tooltip {left:-25px;}
 #postFormContent .ucf-content .uf-tooltip:after {left:83%;}
 #postFormContent .ucf-avatar .uf-tooltip {left:55px;}
 #postFormContent .ucf-avatar .uf-tooltip:after {left:30px;}
 table td.archiveCalendars table.calendarsTable tbody>tr>td[valign="top"]{display:block;}
 .imgone img {max-height:160px;}
 .eMessage img {}
 .eMessage div[style="text-align: center;"] > img, .eMessage div[style="text-align: center;"] .ulightbox > img {width:100%;margin:15px 0 !important;}
 .eMessage img[align="right"], .ulightbox > img[align="right"] {width:100%;margin:15px 0 !important;}
 .annotation h2 {padding:0 0 10px 0 !important;}
 .otherNA {height:95%!important;}
 .otherNA a {line-height:1.3;font-size:12px}
 .tgchannel {text-align:center;justify-content:center;font-weight:400;}
 .tgmes {margin:0 0 15px 0;}
 .tgbutt img {width:25px !important;}
 #logo{float:none;width:160px;margin:0 auto 20px;}
 .archiveEntryTime {margin:2px 10px 0 0;}
 .search_page input.queryField {width:200px !important;}
 .search_page td[nowrap="nowrap"] div {display:none;}
}

@media screen and (max-width:420px) {
 .first-big .other .news-det>span.view, .first-big .main .news-det>span.view, .first-big .other .news-det>span.comm, .first-big .main .news-det>span.comm{text-align:center;}
 .float_right{float:left;margin:0;}
 #t-container input[type="submit"].uf-btn{width:100%;margin:0 !important;}
 .post .news-det>span.date{width:50%;}
 .post .news-det>span.view{width:29%;}
 .post .news-det>span.comm{width:18%;}
}

@media only screen and (max-width:375px) {
}
@media only screen and (max-width:360px) {
 .eMessage {max-width:340px !important;}
 .eMessage blockquote {margin:15px 5px 15px 15px !important;}
}
@media only screen and (max-width:320px) {
 .eMessage {max-width:310px !important;}
 .topDate {display:none !important;}
 .topSoc {margin:0;padding:0;}
 .botSoc {margin:0;padding:0;overflow:hidden;max-width:295px;}
}

/* комменты в 1 столбец на мобиле */
@media screen and (min-width: 240px) and (max-width: 650px) { [id^=comEnt] {max-width: 350px;margin-left: inherit!important;} }

.archMenu {font-size:16px;width:100%;}
/* #cke_1_contents {height:80px !important;} */
#fln1,#fln2,#fln3,#fln4,#fln5,#fln6,#fln7,#fln8,#fln9,#fln10 {max-width:200px;width:200px;}
span[id*="iCode"] {margin:5px 0!important;padding:5px 0!important;}
.iCode_in > input {margin:0 !important;}
#thisArh {color:#555;float:left;font-size:14px;}
.viewsW {color:#555;font-size:14px;font-style:italic;margin:15px 0 0 0;}
.adsin {max-width:100%;width:350px;margin:3% auto;text-align:center;}
.uadm--open-subl .uadm-iparent--open .uadm-iparent-ico, .uadm-iparent:hover .uadm-iparent-ico {color:#ff4932;transform:none !important;}
.uadm-iparent::before {background-color:#ff4932 !important;}
.uadm-iparent::before {transition:none !important;}

/* fotorama */
.frama {margin:25px auto;padding:10px;width:100%;background:#333;}
.fotorama__thumb-border {border-color:#ff4932 !important;}

/* partners block */
@media only screen and (max-width:960px) {.ao-border, .btb-border, .gi-border, .rua-border, .at-border, .ard-border {margin:20px auto;max-width:340px;}}
.ao-border {border:1px solid #d2222a;width:100%;overflow:hidden;margin-bottom:20px;}
.btb-border {border:1px solid #61982a;width:100%;overflow:hidden;}
.gi-border {border:1px solid #ff4932;width:100%;overflow:hidden;margin-bottom:20px;}
.rua-border {border:1px solid #2c81ba;width:100%;overflow:hidden;}
.at-border {border:1px solid #457B9D;width:100%;overflow:hidden;margin-bottom:20px;}
.ard-border {border:1px solid #ffc30f;width:100%;overflow:hidden;margin-bottom:20px;}

.aoBlock, .btbBlock, .GiBlock, .ruaBlock, .atBlock, .ardBlock {float:left;margin:0 0 10px 5px;width:98%;}
.aoBlockI, .btbBlockI, .GiBlockI, .ruaBlockI, .atBlockI, .ardBlockI {float:left;margin:0 10px 5px 0;width:25%;}
.aoBlockI > img, .btbBlockI > img, .GiBlockI > img, .ruaBlockI > img, .atBlockI > img, .ardBlockI > img {display:block;width:100%;}
.aoBlockT a, .btbBlockT a, .GiBlockT a, .ruaBlockT a, .atBlockT a, .ardBlockT a {color:#222;font-size:14px;}

.aoText {background:#d2222a;color:#fff;padding:5px;margin-bottom:10px;font-size:16px;}
.btbText {background:#61982a;color:#fff;padding:5px;margin-bottom:10px;font-size:16px;}
.GiText {background:#ff4932;color:#fff;padding:5px;margin-bottom:10px;font-size:16px;}
.ruaText {background:#2c81ba;color:#fff;padding:5px;margin-bottom:10px;font-size:16px;}
.atText {background:#457B9D;color:#fff;padding:5px;margin-bottom:10px;font-size:16px;}
.ardText {background:#ffc30f;color:#fff;padding:5px;margin-bottom:10px;font-size:16px;}

.aoText a, .btbText a, .GiText a , .ruaText a, .atText a, .ardText a {color:#fff !important;}
/* END partners block */

#all-button {background:#e7e7e7;margin:25px auto;max-width:70%;text-align:center;border:1px solid #ff4932;}
#all-button a {text-decoration:none;display:block;color:#222;padding:10px 20px;font-weight:400;}
#all-button:hover, #all-button:hover a {background:#ff4932;text-decoration:none;color:#fff !important;}

/* uCoz */
.captcha-block {width:68%!important;}
.cke_source {border:0 none !important;margin:0 !important;padding:0 !important;white-space:pre-wrap !important;}
.cke_dialog {max-height:80%!important;max-width:80%!important;height:70%!important;width:70%!important;}
.cke_dialog_body {height:100%!important;width:100%!important;}
.cke_dialog_contents {height:100% !important;width:100% !important;}
.cke_dialog_ui_html {width:auto!important;}
.cke_dialog iframe.cke_pasteframe {height:100% !important;max-height:100% !important;min-height:350px !important;width:100% !important;}
form#addEntForm > table tr td:first-child {width:20%!important;}
form#addEntForm > table tr td input {font-size:14px!important;}
.manTable td input, .manTable td textarea {max-height:100%;max-width:100%;}
.manTable {font-size:14px;font-weight:300;}
.manTd2 > select{padding:5px;}
#uSocial .uscl-slide-open, .uSocial-Share .uscl-slide-open {background:rgba(217,62,43,1) !important;}
#uSocial .uscl-slide-open:hover, .uSocial-Share .uscl-slide-open:hover {background:rgba(217,62,43,.7) !important;}
.uscl-slide::after {content:'РЎРєСЂС‹С‚СЊ';display:block;width:39px;height:auto;color:#a7a7a7;font:11px Tahoma;position:relative;left:-2px;}
.uscl-slide-close::before {content:'\f00d' !important;font-family:FontAwesome !important;}
.imginf{font-size:13px;border:1px solid #ff4932;background:#f0f0f0;padding:5px 5px 5px 5px;width:100%;margin:0 0 20px 0;}
#toTop{width:40px;height:40px;position:fixed;bottom:25px;left:20px;cursor:pointer;display:none;}

.imginf2 {
 background: #fff3f0;
 border-left: 6px solid #ff4d4f;
 padding: 15px 20px;
 margin: 20px 0;
 font-family: 'Roboto', sans-serif;
 color: #333;
 font-size: 1rem;
 line-height: 1.5;
 border-radius: 8px;
 box-shadow: 0 4px 12px rgba(255, 77, 79, 0.15);
 display: flex;
 align-items: center;
 gap: 10px;
}

#nwM7 .manTd2 label:last-child, #blM9 label:last-child {font-size:16px;font-weight:400;background:#f0f0f0;padding:7px 14px;color:#222;cursor:pointer;}
#nwM7 .manTd2 label:last-child input, #blM9 label:last-child input {margin:30px 15px 25px 0;}

.myWinCont {font: 0.95em/1 sans-serif !important;}
.myWinCont hr {height:10px !important;background:transparent !important;}
.myWinCont .tmplCodeH, .myWinCont 
.xw-plain, .xw-plain .xw-tl, .xw-plain .xw-bl, .xw-blank {border-radius:0 !important;}
.xw-plain .xw-bl, .xw-plain .xw-ml, .xw-plain .xw-tl {background-color:#151719 !important;}
.xw-plain {box-shadow:none !important;}
input:not([type="color"]):not([type="file"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not(.tmplCodeH) {border-radius:0px !important;}
#uidLogFormAjx > div {display:flex;justify-content:center;}
#uidLogFormAjx > div > a {padding:0 3px !important;}
@media only screen and (max-width:640px) {div[id*="_uwndTop"] {top: 20% !important;}}
/* end uCoz */

.advert {max-width:100%;}
.advheader {}
.advrighttop {margin:0 auto 20px auto;}
.advrightcenter {margin:20px auto;}
.advrightbottom {margin:20px auto 0 auto;}
.advinside {margin:25px auto 10px auto;}
.advinmessage {margin:0 auto 10px auto;}
.advarchive {}
.mghead {display:none !important;}
.mgbox .mgline {box-shadow:0 1px 3px 0 rgba(210,34,42,.4) !important;border-radius:0px !important;}
.mcimg .image-container {height:160px !important;max-height:160px !important;}
.mgheader object {margin:0 !important;}

/* Антиблокер */
.noadblock {
 padding: 10px; 
 background:#fff; 
 border: 1px dotted #eee; 
 font-size: 18px; 
 line-height: 1.38em; 
 text-align:center; 
 color:#ffffff;
 background: #ff3300;
}
/* end Антиблокер */

div[id^="sData-"] {
 position: absolute;
 display: flex;
 top: 10px;
 background: #fff;
 box-shadow: 0 0 5px #969696;
 width: 100%;
 display: flex;
 flex-wrap: wrap;
 flex-direction: column;
 font-size: 14px;
 border-radius: 6px;
 z-index: 1;

}

div[id^="sData-"] a {
 display: flex;
 padding: 2px 5px;
 text-decoration: none;
 color: #020203;
}

div[id^="sData-"] a:hover {
 background: #507fff33;
 color: #507fff;
}

div[id^="sData-"] .sTit {
 display: flex;
 padding: 10px;
 word-wrap: break-word;
 white-space: normal;
 overflow-wrap: break-word;
}