1
:root {
2
--light-gray: #f0f0f0;
3
--dark-yellow: #f1981d; /* f1981d */
4
--dark-gray: #454545;
5
--secondary-color: #E50000; /* D90660 */
6
--background: #282E33;
7
--ahref: #dc56c6;
8
--ahref-dark: #77166A;
9
}
10
11
12
*{margin:0;padding:0;box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box}
13
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,font,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{background:transparent;border:0}
14
html{overflow: -moz-scrollbars-vertical; overflow-y: scroll !important;}
15
html,body{height:100%}
16
body{font:15px/1.8 Arial,Helvetica,sans-serif;color:#c5c5c5}
17
aside,article,footer,header,nav,section{display:block}
18
a{text-decoration:none}
19
.clearboth{width:100%;height:0px;line-height:0px;display:block;clear:both;overflow:hidden;font-size:0px}
20
h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-family:Arial,Helvetica,sans-serif;color:#1a1a1a;font-weight:normal;line-height:1.2em}
21
h1,h1 a{font-size:22px}
22
h2,h2 a{font-size:19px}
23
h3,h3 a{
font-size:15px}
24
h4,h4 a{font-weight:bold}
25
h2,h3,h4,h5{ background:none; border-bottom:2px solid #000; font-family:Tahoma,Helvetica,Arial,sans-serif; text-transform:uppercase; font-style:normal}
26
body h2, body h3,body h4,body h5{ font-family:'Ubuntu Condensed',sans-serif; display:block; border-bottom:none}
27
body h2{ font-size:19px; text-align: center; margin: 40px 0 15px 0}
28
body h3{color:#fff; font-size:24px; margin-bottom:20px;margin-top:45px;text-align:left;line-height:24px}
29
body h4{color:#666;font-size:16px; font-weight:bold; margin:40px 20px 20px; text-align:left}
30
ul{list-style:none}
31
strong{font-style:italic;color:#000}
32
b{font-style:italic;color:#424242}
33
del{text-decoration:line-through}
34
table{border-collapse:collapse;border-spacing:0}
35
a img{border:none}
36
img{vertical-align:middle; margin: 0 0 20px 0}
37
input,textarea,select,a{outline:0px}
38
textarea{resize:none;overflow:auto}
39
figure{text-align:center; margin: 0 0 20px 0}
40
p,article{letter-spacing: 0.3px}
41
42
43
b.title{color:var(--dark-yellow) !important;}
44
45
46
.aligncenter{ margin-left:auto; margin-right:auto; display:block}
47
.alignleft{float:left}
48
.alignright{float:right}
49
body .wrapper{max-width:1008px;
-moz-box-shadow:0 5px 50px rgba(0,0,0,0.75);
-webkit-box-shadow:0 5px 50px rgba(0,0,0,0.75); box-shadow:0 5px 50px rgba(0,0,0,0.75); margin-right:auto; margin-left:auto; position: relative; z-index: 10;}
50
.line_2{height:5px;background:url('data:image/gif;base64,R0lGODlhAwAFAJEBAOjo6P////f39wAAACH5BAEAAAEALAAAAAADAAUAAAIGhBOSmyIFADs=') repeat-x;margin:12px 0px 12px}
51
52
53
.block_breadcrumbs{border-top:1px solid #efefef;border-bottom:1px solid #efefef;
font-size: 14px;white-space: nowrap;overflow: hidden;}
54
.block_breadcrumbs a{
font-size:11px;cursor:pointer;text-decoration:none !important}
55
.block_breadcrumbs >i.simple_crumb{height:26px;line-height:26px;font-family:Arial,Helvetica,sans-serif;
font-size:11px;font-style:normal}
56
.breadcrumb-current{
font-size:11px;text-decoration:none !important;color:#999}
57
.separator{clear:both;overflow:hidden;height:30px}
58
.post-in-pdf{float:left;/*background:url('../img/pdf_icon.png') no-repeat 0 0;*/
font-size:11px;padding-left:29px;height:20px;line-height:23px;margin-top:4px}
59
.pagination{overflow:hidden;margin-top:15px;line-height:33px;text-align: center;}
60
.pagination a.page-numbers,.pagination .current{display: inline-block;border: 1px solid #e0e0e0;border-radius: 5px;}
61
.pagination a.page-numbers,.pagination .dots{color: #6d6d6d !important;}
62
.pagination a.page-numbers,.pagination .current,.pagination .dots{padding: 5px 12px;font: normal 16px/1.27em 'PT Sans', Tahoma, Verdana, Segoe, sans-serif;}
63
.pagination a.page-numbers:hover,.pagination .current{color: #fff !important}
64
.fade-box label{color: #33393F;}
65
.send-msg-span {line-height: 25px;margin-right: 5px;color: #33393F;}
66
.slide-block-send-msg input[type="text"],.slide-block-send-msg textarea{ padding-top:1px; padding-left:3px; border:1px solid #ccc; border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;font-family:inherit; font-size:inherit; line-height:inherit}
67
.slide-block-send-msg{ background-color:#dbdbdb; padding:15px 20px; overflow:hidden; position:relative;
font-size: 14px;line-height: 20px}
68
#send-email {width: 86%;}
69
.slide-block-send-msg .close-link{ position:absolute; top:17px; right:220px; cursor:pointer; opacity:.8; display:none}
70
.slide-block-send-msg .close-link:hover{ opacity:1}
71
.slide-block-send-msg .inner-textbox{ width:510px; margin:0 auto}
72
.slide-block-send-msg .inner-textbox >label{ vertical-align:top;display:inline-block;font-weight:700}
73
.slide-block-send-msg .inner-textbox >label textarea{height:25px; width:400px; background-color:#FAFAFA;float:right}
74
.slide-block-send-msg .inner-textbox >label textarea:focus,.slide-block-send-msg .inner-textbox >label textarea.active{ background-color:#fff}
75
.slide-block-send-msg .inner-textbox .fade-box{ margin-left:50px; display:none;font-weight:700}
76
.slide-block-send-msg_agreement{
font-size:10px;color:#454545;padding: 15px 40px 10px 45px;line-height: 12px;}
77
.slide-block-send-msg .fade-box button{width: 85%;cursor:pointer; display:inline-block; color:#FFF; background-color:var(--ahref-dark); text-align:center; padding:5px 10px; border:none;
font-size:14px; margin-top:5px; margin-left:45px;border-radius: 3px;
-webkit-border-radius: 3px;}
78
.form_error{ border:1px solid #f00}
79
.block_home_slider{width:600px;max-width:100%;padding:1px;margin:auto;line-height:18px}
80
.block_home_slider .slide{position:relative}
81
.block_home_slider .slide a{text-decoration:none !important}
82
.block_home_slider .caption{height:115px;padding:13px 16px 12px;position:absolute;left:0px;right:0px;bottom:0px;/*background:url(../img/bg_caption.png);*/text-align:left}
83
.block_home_slider .caption p{
font-size:11px;color:#dedede;text-shadow:0px -1px #000;margin-bottom:8px !important}
84
.block_home_slider .caption p.title{
font-size:15px;line-height:18px;font-weight:bold}
85
.block_home_slider .flex-direction-nav a{width:25px;height:25px;margin-top:-27px;display:block;position:absolute;top:50%;background-repeat:no-repeat;/*background-image:url(../img/sprite_arrow_2.png);*/text-indent:-9000px}
86
.block_home_slider .flex-direction-nav a.flex-prev{left:6px;background-position:left top}
87
.block_home_slider .flex-direction-nav a.flex-prev:hover{background-position:left bottom}
88
.block_home_slider .flex-direction-nav a.flex-next{right:6px;background-position:right top}
89
.block_home_slider .flex-direction-nav a.flex-next:hover{background-position:right bottom}
90
.block_home_slider .flex-control-paging{padding-top:15px;display:inline-block}
91
.block_home_slider .flex-control-paging li{margin:0px;padding:0px;float:left;overflow:hidden}
92
.block_home_slider .flex-control-paging li a{width:12px;height:12px;display:block;background-repeat:no-repeat;text-indent:-9000px;cursor:pointer}
93
.block_home_slider .flex-control-paging li a.flex-active{background-position:right top}
94
.flexslider .slides img{ margin:0 auto}
95
.flexslider .slides .flex-active-slide{ cursor:pointer}
96
.flexslider .flex-viewport{overflow:hidden;position:relative}
97
.flexslider .slides{ width:1600%;margin-left:0px}
98
.flexslider .slides .clone{width:600px;float:left;display:block}
99
100
.top-cat-description{
101
border-bottom:2px solid #eee; overflow:hidden; padding:15px 20px;border-radius: 5px;
102
/* background: #F5F5F5; */
103
background-color: #23292f;
104
color: #c5c5cc;
105
margin: 0 0 10px 0;
font-size: 12px;line-height: 18px;
106
}
107
108
.main-box{ border-top:2px solid #ccc; overflow:hidden; padding:15px 20px;border-bottom: 1px solid #ccc;
109
}
110
.main-box a{ text-decoration:underline;text-decoration-style: dotted;color: #7a7a7a}
111
.main-box p{ margin:15px 0}
112
.block-all-categories .col{ float:left; margin:0 45px 0px 0; text-align:left}
113
.block-all-categories .col:last-child{ margin-right:0}
114
.block-all-categories .col >span{ font-weight:bold; margin-bottom:10px; text-transform:uppercase}
115
.block-all-categories .col >span >a{
font-size:12px; text-decoration:none !important}
116
.block-all-categories .col .child-col{ margin-top:7px}
117
.block-all-categories .col .child-col >span{ display:block; line-height:20px}
118
.block-all-categories .col .child-col >span >a{
font-size:13px}
119
.bottom-desc >div {text-align:justify}
120
121
.post-ad {margin:20px 0}
122
.post-ad .inner-ad-l{float:left}
123
.post-ad .inner-ad-r{float:right}
124
.post-ad{height:270px !important}
125
.post-ad *{margin:0 !important;line-height:normal !important}
126
.box-before-closing {position:fixed;z-index:999999}
127
.box-before-closing .popup {position:fixed;top:30%;padding:20px;background:#fff;border-radius:3px;z-index:999999;left:-9999px;visibility:hidden}
128
.box-before-closing .popup .title {font:24px 'Ubuntu Condensed',sans-serif;text-align:center;line-height:normal;margin-bottom:15px;text-transform:uppercase}
129
.box-before-closing .popup .close-it {position:absolute;top:-5px;right:-5px;width:16px;height:17px;cursor:pointer;z-index:99999}
130
.box-before-closing span{display: inline-block;padding: 3px;}
131
.box-before-closing .layout {position:fixed;width:100%;height:100%;background:rgba(0,0,0,.6);display:none}
132
ul.block_categories_list{list-style:none;line-height:26px;display: -webkit-flex;display: flex;
-webkit-flex-wrap: wrap;flex-wrap: wrap;}
133
ul.block_categories_list .cat-item {position: relative;overflow: hidden;width: 50px;margin: 0 5px 10px;text-align: center;color: #999;}
134
ul.block_categories_list .cat-item:after, ul.block_categories_list .cat-item:before {box-sizing: inherit;}
135
.cat-item_count {position: absolute;right: 5px;bottom: -5px;pointer-events: none;
font-size: 10px;}
136
ul.block_categories_list a{display: block;height: 50px;transition:0.2s all;color: #f1981d;
137
/* border: 2px solid #e3e3e3; */
138
border-radius: 2px;font-size: 22px;font-weight: 500;line-height: 46px;
139
/* background-color: #fdfdfd; */
140
background-color: #33393f;
141
}
142
ul.block_categories_list a:hover, ul.block_categories_list a:focus, .current-cat a {color: #000 !important;}
143
.cat-item:focus, .cat-item:hover, .current-cat {color: #FFF !important;}
144
ul.block_categories_list .current-cat a{font-weight:bold}
145
.recentcomments{ margin-bottom:20px; padding: 0 10px;}
146
.recentcomments .comm_author{font-weight:bold; color: #999;
font-size: 12px;line-height: 14px;}
147
.recentcomments .comm_author span{
font-size:12px; font-style:italic}
148
.recentcomments .post_title_text{font-size: 16px;}
149
150
.recentcomments .comm_link_text {
151
font-size:13px;
152
/* color:#414141; */
153
color: #c5c5cc;
154
display:block;
155
/* background-color: #fff; */
156
background-color: #33393f;
157
padding: 10px 8px;line-height: 1.5;position: relative;width: 100%;margin-top: 10px;border-radius: 2px;
158
}
159
160
.recentcomments .comm_link_text::before {content: "";position: absolute;width: 0;height: 0;top: -20px;left: 40px;border: 10px solid transparent;
161
/* border-bottom-color: #fff; */
162
border-bottom-color: #33393f;
163
}
164
#commentform #submit{border: 1px solid #77166A !important;}
165
#commentform{background: #23292F !important;}
166
167
168
.no_comments{text-align: center;}
169
#content .general_content .sidebar{padding:20px 0 0 0px;background-color: #f5f5f5;}
170
#content .general_content .sidebar h4{ white-space:nowrap;font-size:16px;text-align:center;width: 300px;height:44px; margin:15px auto 12px; line-height:44px;color: #000;border-radius: 2px;}
171
.tag_article_name, #content .general_content .sidebar h5{color: #fff;background-color: #888;
font-size: 10px;line-height: 1.8;padding-left: 10px; margin: 10px auto 3px;}
172
#content .general_content .sidebar >div{ max-width:300px; margin: 0px auto 30px;}
173
#content .general_content .sidebar .block-img img{ max-width:100%}
174
.no-gutter{margin-left:0;margin-right:0}
175
.no-gutter [class*='col-']:not(:first-child),.no-gutter [class*='col-']:not(:last-child),.col-no-gutter{padding-right:0;padding-left:0}
176
#header{position:relative}
177
#header .logo_wrap img{position:absolute;left:38px;top: 10px;height: 80px;}
178
.block_search_top{height:35px;border-radius:5px;opacity:0.93;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box; box-sizing:border-box}
179
.block_search_top{position:absolute;top:12px;left:720px;max-width:250px;width:100%;background:#fff;border:1.2px solid #BFBDBE}
180
.block_search_top input[type="text"]{width:230px}
181
#header input::-webkit-input-placeholder{color:#727272}
182
#header input::-moz-placeholder {color:#727272}
183
#header input:-moz-placeholder {color:#727272}
184
#header input:-ms-input-placeholder {color:#727272}
185
#header input::-webkit-input-placeholder {text-indent:0px; transition:text-indent 0.3s ease}
186
#header input::-moz-placeholder {text-indent:0px; transition:text-indent 0.3s ease}
187
#header input:-moz-placeholder {text-indent:0px; transition:text-indent 0.3s ease}
188
#header input:-ms-input-placeholder {text-indent:0px; transition:text-indent 0.3s ease}
189
#header input:focus::-webkit-input-placeholder{text-indent:500px;transition:text-indent 0.3s ease}
190
#header input:focus::-moz-placeholder {text-indent:500px;transition:text-indent 0.3s ease}
191
#header input:focus:-moz-placeholder {text-indent:500px;transition:text-indent 0.3s ease}
192
#header input:focus:-ms-input-placeholder {text-indent:500px;transition:text-indent 0.3s ease}
193
#search_more{display: inline-block;position: relative;width: 80px;top: 2px;left: 5px;}
194
#search_more p{float: right;
font-size: 12px;line-height: 15px;border-bottom: 1px solid #ffffff;color: #fff;}
195
#search_more p:hover{cursor:pointer}
196
.search_nothing_question{text-align: center;background-color: #f5f5f5;margin-top:10px;font-size: 20px;max-width: 600px;margin: 10px auto;word-break: break-all;}
197
.search_nothing_title{color: red !important;padding: 0 0 0 10px;margin-top: 10px;font-size: 18px;}
198
.block_social_top{position:absolute;top:7px;right:5px;padding-top:7px}
199
.block_social_top >a{float:left;margin-right:4px;height:32px;width:32px;/*background-image:url('../img/sprite-social-top.png');*/background-repeat:no-repeat}
200
.block_social_top a.fb{background-position:3px 3px}
201
.block_social_top a.fb:hover{background-position:-35px 0px}
202
.block_social_top a.tw{background-position:2px -33px}
203
.block_social_top a.tw:hover{background-position:-36px -42px}
204
.block_social_top a.gp{background-position:2px -69px}
205
.block_social_top a.gp:hover{background-position:-36px -84px}
206
.block_social_top a.vk{background-position:2px -105px}
207
.block_social_top a.vk:hover{background-position:-36px -126px}
208
.block_social_top a.od{background-position:2px -141px}
209
.block_social_top a.od:hover{background-position:-36px -168px}
210
.block_social_top a.y{background-position:2px -177px}
211
.block_social_top a.y:hover{background-position:-36px -210px}
212
#slogan{background: url('data:image/png;base64,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') no-repeat 0 0;position:absolute;width:364px;height:50px;left:360px;top:31px}
213
214
/*.bookmark_link:before{content: "\e9d3";font-size: 16px;position: relative;top: 2px;}
215
*/.bookmark_link{position: absolute;top: 33px;right: 20px;padding: 3px 10px;background: #F1F1F1;border-radius: 2px;line-height: 25px;display: block;border: 1px solid #F1F1F1;color: #000;}
216
.bookmark_name{text-transform: uppercase;
font-size: 11px;position: relative;top: -1px;}
217
#bookmark_count{position: relative;top: 2px;font-size: 16px;}
218
219
#asSubmit:hover, #asClear:hover { background-color: #49a42d !important; }
220
#asForm {border-top: 1px solid #22292f;padding-top: 35px;margin-top: 10px;}
221
.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#8b1840 !important;border:1px solid #8b1840 !important;color: #fff !important;}
222
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#fff !important;}
223
224
.img-responsive{margin:auto}
225
#header .section_main_menu{height:45px}
226
nav.main_menu.fixed-menu{position:fixed !important;width:1008px !important;top:0 !important; z-index:99999}
227
nav.main_menu{display:table;padding:0;width:100%;float:left}
228
nav.main_menu >ul{display:table-row}
229
nav.main_menu >ul >li{position:relative;z-index:1;display:table-cell;padding:0;text-align:center;white-space:nowrap}
230
nav.main_menu >ul >li >a{border-left:1px solid rgba(0,0,0,0.1);border-right:1px solid rgba(255,255,255,0.12);font-family:'Arial';
font-size:12px;font-weight:normal;height:45px;line-height:45px;text-shadow:none;display:block;color:#fff;text-transform:uppercase;text-decoration:none}
231
nav.main_menu >ul >li:first-child >a{border-left:none}
232
nav.main_menu >ul >li:last-child >a{border-right:none}
233
nav.main_menu >ul >li >a,nav.main_menu >ul >li:hover >a,nav.main_menu >ul >li.current_page_item >a{/*background-image:url('../img/cat_sprite_nav.png') !important;*/ background-repeat:no-repeat !important; padding:2px 0 0 0 /*padding:2px 0 0 33px*/}
234
nav.main_menu >ul >li.menu-item-12979 >a{background-position:18px 8px !important}
235
nav.main_menu >ul >li.menu-item-12980 >a{background-position:18px -39px !important}
236
nav.main_menu >ul >li.menu-item-12981 >a{background-position:18px -86px !important}
237
nav.main_menu >ul >li.menu-item-13092 >a{background-position:18px -136px !important}
238
nav.main_menu >ul >li.menu-item-13778 >a{background-position:18px -183px !important}
239
nav.main_menu > ul > li.menu-item-12980,nav.main_menu > ul > li.menu-item-13778,nav.main_menu > ul > li.menu-item-13092 {width:180px;}
240
nav.main_menu >ul >li >ul.sub-menu{top:43px;display:none;position:absolute !important;width:100%;margin-top:2px;}
241
nav.main_menu >ul >li:last-child >ul{right:0}
242
nav.main_menu >ul >li:hover >ul{display:block}
243
nav.main_menu >ul >li >ul.sub-menu >li{display:block;overflow:hidden;text-align:left;width:100%;border:none}
244
nav.main_menu >ul >li >ul.sub-menu >li >a{padding:10px 12px 11px;display:block;text-transform:uppercase;line-height:1em;color:#fff;
font-size:13px}
245
nav.main_menu >ul >li >ul.sub-menu >li >a{text-decoration:none}
246
#bottom_footer{clear:both;background:#191719;min-height:40px;line-height:40px;
font-size:12px}
247
#bottom_footer ul{position:absolute;right:30px;overflow:hidden}
248
#bottom_footer ul li{float:left}
249
#bottom_footer ul li a{text-transform:uppercase;text-decoration:none !important;margin:0 5px}
250
#bottom_footer ul li:last-child a{margin-right:0}
251
#bottom_footer ul li:first-child:after,#bottom_footer ul li:last-child:before{content:":";color:#BBB4B4}
252
.mobile_footer#bottom_footer{ height:auto; line-height:26px}
253
.mobile_footer li{ float:none !important; display:block}
254
.mobile_footer#bottom_footer ul li:first-child::after,.mobile_footer#bottom_footer ul li:last-child::before{ display:none}
255
.footer_br{padding:15px 20px}
256
footer{width:100%;position:relative;overflow:hidden;left:0px;bottom:0px}
257
footer a{text-decoration:underline;color:#fff !important}
258
footer .cols-wrap{padding-top:30px;padding-bottom:30px;overflow:hidden}
259
footer .col_right{padding:0 15px}
260
footer .col_right .info_list{padding-bottom:11px;
font-size:11px;color:#fff;border-bottom:1px solid #4d494b}
261
262
.info_list .mail, .info_list .speedload{display: inline-block;}
263
/*.info_list .speedload:before {content: "\e915";color:#7089CD;}
264
*/.info_list .speedload{margin: 0 0 0 20px;}
265
266
/*footer .col_right .info_list >div{background:url('../img/info_sprite.png') no-repeat 0 0;padding-left:26px}
267
*/footer .col_right .info_list .mail{/*background-position:0px -24px;*/margin-bottom:8px;line-height: 12px;}
268
/*.info_list .mail span:before{content: "\e945";font-size: 12px;color:#7089CD;padding: 0 5px 0 0;}
269
*/ footer .col_right .counters{overflow:hidden;padding:20px 0 0 16px;border-bottom:1px solid #4d494b}
270
footer .col_right .counters >div{float:left}
271
footer .col_right .counters div:first-child{margin-right:40px}
272
footer .col_left{color:#fff;font-family:Tahoma;padding-left:15px}
273
footer .col_left >div{
font-size:11px}
274
footer .col_left div p{margin-bottom:10px}
275
footer .col_left >p,footer .col_social >p,footer .col_right >p{color:#fff;text-shadow:1px 1px 1px #000;font-size:17px;text-decoration:none;margin-bottom:13px}
276
footer .col_left .bot_menu{margin-top:10px}
277
footer .col_left .bot_menu li{display:inline-block}
278
footer .col_left .bot_menu li a{color:#B968D5;
font-size:13px}
279
footer .col_left .bot_menu li:first-child:after,footer .col_left .bot_menu li:last-child:before{content:":"}
280
footer .col_social{padding-left:15px}
281
.col_social .icon{margin: 10px 0 0 15px;}
282
.col_social .rta img{width: 70px;height: 31px;margin-left: 5px;margin-top: 3px;}
283
.col_social .rta_text{color: #fff;
font-size: 11px;line-height: 15px !important;}
284
.col_social img{margin: 0 0 12px 0 !important;}
285
286
.filter_random_button {padding: 10px 0;text-align: center;}
287
.random_button_big {width: 100%;text-align: center;padding: 10px 5px;}
288
.random_button {width: 300px;margin: 5px;float: none;display: inline-block;text-align: center;}
289
.random_button_big a,.random_button a{width: 100%;display: inline-block;line-height: 40px;
font-size: 13px;transition: 0.2s all;border-radius: 2px;box-shadow: 0 1px 0 rgba(0,0,0,.08);}
290
291
/*.related_posts_item_content {display: none;}
292
.block_main_news .tags{width:100%;background:#333;padding:2px 5px;}
293
*/
294
.pull-right{float: right;height: 100%;border-left: 1px solid #dddddd;}
295
.pull-right .like{float: left;width: 60px;text-align: center;}
296
.pull-right .like:before{content: "\e9da";font-size: 16px;padding: 0 5px 0 0;line-height: 32px;}
297
298
.topline { border-bottom: 1px solid #504d4e;display: flex;justify-content: center;text-align: center;
font-size: 14px;line-height: 28px;background-color: #222930;}
299
300
301
302
303
#content .block_category_data{ margin-bottom:20px}
304
#content .block_category_data h3{ margin-bottom:10px;clear:both}
305
#content .block_category_data .inner-single_big_post{
font-size:14px; margin-bottom:30px; float:left; text-align:left}
306
.inner-single_big_post img, .inner-last_posts img {margin:0 0 10px 0}
307
.inner-single_big_post .thumb_text h4{margin: 40px 10px 20px !important}
308
.inner-single_big_post a.cat, .small_thumb a.cat{background: #828282 !important}
309
.small_thumb_text{line-height: 1.4}
310
#content .block_category_data .inner-last_posts{ float:right}
311
#content .block_category_data .inner-last_posts img{ width:100%; max-width:300px; height:auto}
312
#content .block_category_data .inner-last_posts .small_thumb{ margin:0 0 35px 10px; float:left;}
313
#content .block_category_data .thumb_text .big_thumb{ margin:0 0 10px 0}
314
#content .block_category_data .big_thumb img{ width:100%; max-width:550px; height:auto}
315
.inner-block_links_of_childs{ overflow:hidden; margin-bottom:10px}
316
.inner-block_links_of_childs a,a.cat{ text-decoration:none !important; color:#fff !important; float:left; padding:3px 6px; border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px; background:#454545; margin-right:6px; margin-bottom:3px;
font-size:11px}
317
.cat_page.inner-block_links_of_childs a{
font-size:14px; margin-bottom:6px}
318
.current_cat_name{text-transform: uppercase;font-size: 19px; text-align: center; margin: 0px}
319
h1.search_page{text-transform: uppercase;font-size: 24px; text-align: center; margin: 0px;margin: 0 0 20px 0;}
320
.inner-last_posts .small_thumb .link_title{ /*float:left;*/
font-size:14px; text-align:left; /*width:150px; margin-left:10px;*/ margin-bottom:10px; text-decoration:none !important}
321
/*.inner-last_posts .small_thumb .link_title a{ margin:0 !important; text-decoration:none !important}
322
*/.block_topic_post_main h2 a{ font-weight: bold;font-size:18px}
323
.block_topic_post_main{margin:25px 0 40px;padding-bottom:30px;border-bottom:1px dotted #000}
324
.block_topic_post_main a.post_count_comments{float:right;margin:0;height:15px;margin-top:-7px}
325
.block_topic_post_main .inner_post img{display:block;width:100%;height:auto;max-width:635px;margin:0 auto 10px}
326
.block_topic_post_main h2.title{margin-left:20px;}
327
.block_topic_post_main h2.title{text-align: left;padding-bottom:12px;font-weight:bold;line-height:24px}
328
.block_topic_post_main p, .block_topic_post_feature p{padding-bottom:0px; line-height: 23px;
font-size: 14px}
329
330
.block_topic_post_feature {margin:25px 0 30px; padding: 0 0 0 10px; overflow:hidden;border-left: 2px solid #f0f0f0;}
331
.block_topic_post_feature a {/*box-shadow: none !important*/}
332
333
.block_topic_post_feature .title{font-family:Tahoma,Helvetica,Arial,sans-serif; margin:0; padding:0; text-align:left; font-weight:bold; white-space: nowrap; background-image: none;font-size:16px;background-color: #33393f !important;}
334
335
336
.block_topic_post_feature .title a {font-size: 16px;line-height: 30px;color: var(--dark-yellow) !important;width: 100%;display: inline-block;padding: 4px 10px 2px;transition: 0.2s all;border-radius: 2px;font-weight: bold;text-decoration: none !important;}
337
.block_topic_post_feature .title a:hover{text-decoration:none;color: #000 !important;}
338
339
.block_topic_post_feature .content{overflow:hidden}
340
.block_topic_post_feature .info{height:32px;margin-bottom:11px;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}
341
.block_topic_post_feature .views{height:32px;line-height:32px;margin-left:11px;padding-left:21px;float:left;display:block;/*background:url(../img/icon_view_1.png) no-repeat 0px 11px;*/
font-size:11px;color:#8a8a8a}
342
.block_topic_post_feature .text{color:#666;line-height:18px;
font-size:14px}
343
.block_topic_post_feature .post_data {border-top: 1px dashed #e3e3e3;margin:20px 0 0 0}
344
.post_data div.fll{margin-top:-13px;float:left;background-color:#fff}
345
.post_data div.flr{float:right}
346
347
.post_data a.post_count_comments{margin-top:-8px;padding-left:20px;background-position-x:3px;height:20px;float:left;color:#454545 !important;
font-size:11px;/*background:url('../img/post_count_comments.png') no-repeat 0 1px;*/background-color:#fff;font-weight:bold;display:block;text-decoration:none!important}
348
.tag_post_feature {border-bottom: 1px solid #555; padding: 0 0 5px 0; margin: 0 0 10px 0;color: #aaa;font-weight: bold;}
349
.tag_post_feature p{line-height: 18px; padding: 0 !important; margin: 0 !important;}
350
.tag_post_feature a{
font-size: 11px;text-transform: uppercase;font-weight: bold;color: #aaa !important;}
351
.block_topic_post_feature .post_data_position{text-align: center;position: relative;top: -15px;}
352
353
.block_topic_post_feature .post_data_block {padding: 6px 20px 6px;display: inline-block;color: #aaa;background-color: #33393f;text-align: center;}
354
355
.current_cat_name{
356
/* color:#454545 !important;*/
357
color: var(--dark-yellow);
358
}
359
360
.more-link {float:right; text-align:right; line-height: 1.6}
361
a.more-link:hover {text-decoration:underline}
362
#content{ background:#fff !important;box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box}
363
.right_sidebar .general_content h3{border-bottom:none}
364
.general_content h4 a{ text-decoration:none !important}
365
#content .general_content .main_content{padding: 20px 20px 20px 20px;float:left;text-align:justify;font:inherit}
366
#content .general_content .main_content p{ margin-bottom:20px}
367
.block_single_news{overflow:hidden}
368
.page_data{text-align: center;}
369
.page_data_block{text-align: center;border-top: 1px solid #f0f0f0;padding: 5px 20px 0;display: inline-block;color:#aaa;}
370
.complaints_data{}
371
.complaints_block{}
372
#complaint_button{text-align:right;color: #aaa !important;line-height:25px;cursor: pointer;}
373
#complaint_button span{
font-size: 11px;text-transform: lowercase;font-family: sans-serif;}
374
/*#complaint_button::before{content: "\ea07";font-size: 16px;padding: 0 5px 0 0;position: relative;top: 2px;left:2px;}
375
*/
376
.block_single_news .function_block_top{
font-size: 14px;height: 40px;margin:30px 0 20px 0;padding: 5px 0;border-top:1px solid #22292f;border-bottom:1px solid #22292f}
377
.block_single_news .function_block_top a{color: #aaa !important;text-decoration:none !important}
378
.function_block_top a:hover{transition-duration: 0.2s;}
379
.block_single_news .function_block_top p{padding-bottom:0px}
380
.print_page{line-height: 32px;float: left;}
381
/*.print_page a::before{content: "\e954";font-size: 16px;padding: 0 5px 0 0;position: relative;top: 2px;}
382
*/.print_page a{padding: 0 0 3px 0;}
383
.block_single_news .bookmark{float:right;padding-top: 6px;line-height: 12px;}
384
/*.bookmark a::before{content: "\e9d2";font-size: 16px;padding: 0 5px 0 0;position: relative;top: 2px;}
385
*/.block_single_news .category a{
font-size:9px;text-transform:uppercase}
386
.block_single_news .category p{line-height:34px}
387
.block_single_news .content img.alignleft{margin:0 10px 0 0}
388
.block_single_news .content img.alignright{margin:0 0 0 10px}
389
.block_single_news img{ display:block; margin:auto;max-width:100%; height:auto}
390
.block_single_news .content,.block_single_news .content p{ line-height:22px}
391
.subtitle{font-family:'Georgian',serif;font-size:17px;font-style:italic;line-height: 25px;}
392
.subtitle+img {margin-bottom:20px}
393
ul.contents_list{border-bottom:1px solid #F0F0F0; padding-bottom:18px;margin-bottom:20px}
394
ul.contents_list li{/*background:url('../img/ul-li.png') no-repeat 0 9px;*/ padding-left:22px}
395
ul.contents_list li, ul.contents_list li a{ color:#828282 !important;
font-size:15px; line-height:30px; text-align: left !important}
396
ul.contents_list a{ font-style:italic; box-shadow: none !important;text-decoration-color: #dadada !important}
397
h1.searchResults, .block_single_news h1{font:bold 30px 'Ubuntu Condensed',sans-serif; text-align:center; line-height:normal; margin-bottom:20px}
398
399
.block_single_news h2{
400
clear: both;font-size: 26px;text-align: center;line-height: normal;text-transform: none;border: none;background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAyCAMAAADyWtKhAAAAh1BMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVU1HGUOAAAALHRSTlMA+QXHppJ9CvHdcQ8i1qGag0k5NOXOX1ooFMC6RC+0q4tmVRrqax5A9XiwT5kupnUAAANNSURBVEjHjZVXApswEEQHTDfdgOnNuGbuf76ghSRO9/vAEhrElhHGf6g7fMqLXz6VtuTwofTo+Ab1z7SHEAXTj6QFgZLxJ9KKM2AzwA+68i9arV8vOrW3gEdef9kv8abCOzeOpEfe3rSeG/6Y+d5Bo6DZan4izz9Wo0R3G2ycDAr5K+BJ7sTk23tHEwiWixqaFEJ/HeeS/4WjF7A+YaMdVCU5ocoZO6TTAcmcuGrjMssAkDR2ddOJuM4Y6LeFS5y7W8iGQdWJdDRVWPVBBTxAxHy06Wkks2dp234RSoIAwpNaJJXW1yopJ32vTR1a2Lk8NXLo7tkRekZS+uDmm6VMWB5fojvf1fUm+3EdWaQrCzOvR4/ZgSEOlDtfyHw6bpGRZ/k1NutxJdLR1b2xFd5hXXhq60pTQYfqEVNWPHK3f7h18PmjsQaFZ7Frc/5s0otGBzsJV9SUvZraGicg6u/YCeh898tNtAngOqJVKZ5c7tU6B+TDMw+RL4sPlcs6GCipqfEF51VcpRc0XJl7ctHVvpo0ocLIo2g3I5kLNd5VqsuEi88HViaSBdoDLIq9HlKorR7qxeUNXWqRtsrNHBjC6BFt2kUC9UeX4ywH5loelXMmXWazqR91ZKxQAG4NIA2SScOGGyFuMT08++2rsgCv8JZR5bkGbZ63c1i6rT41VlJhR5lnsVHt9Xt1iAKKwZ93v/DMcm8McL9OOakd13puNi1y2yQD//KMTON7J+aowJVCIOeCp8MgzsxWkZXi9NxCSRoOX+Bzw5TWqG4XuFmWpWpQe4Ovqh4/SEesu7HFFD9hjGp5a4nq6L2hZvVMxFlCCKFq4L8bLY0c1nGHl9ilFukLO0PvHSXntngagcvAioGi5Cw9Unm1+EYpZ2p8aDmzLG7jNb0x1ThAMOnq7x9lWnZI8qS3OGJkax5CanvXCjZ44046GqqeYWBkUfg6r41hB9i2KtMv/y/eIi2LqaUXSdNQNajqCrqjpfiFc67ORdcYq8a35En0V8xBL6H8ql76CojdTCP7o5zL2QwT/BE9qq/qmXiSCnYO6eGvlEa9n5GjH5O841/MTTMDZf3gioX/EDu5qVHh4r/YBjcSfEDXbOb+jGkhZ3yIPfwe7Vezh2M4DJ//rgAAAABJRU5ErkJggg==') no-repeat 10px 50%;padding: 15px 10px 15px 60px;margin: 60px 0 10px 0;color: #282e33;background-color: #f1981d;border-radius: 2px;
401
}
402
403
.block_single_news h3{font-size:19px; margin-bottom:20px;margin-top:45px;text-align:left;line-height:24px}
404
.block_single_news .content blockquote img{float:left; width:200px; margin-right:20px; max-width:100%; height:auto; margin-bottom:10px}
405
.block_single_news .content blockquote ul{float:left;width:350px;font-size:16px;color:#414141;text-transform:none;font-weight:normal;padding:10px 15px;background-color:rgba(211,24,80,0.02)}
406
.block_single_news .content blockquote ul li{ /*background:url('../img/ul-li.png') no-repeat 0 8px;*/ padding-left:20px; margin-bottom:10px}
407
.block_single_news .content a:hover {text-decoration: underline}
408
.block_single_news blockquote{font:inherit;text-align:left; margin:40px 0 40px 25px; padding-left:15px; overflow:hidden;quotes:none}
409
div.quote{padding:0 0 20px 60px;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAcCAMAAADVwFZpAAAAclBMVEUAAADZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmB6WranAAAAJnRSTlMA6+hJEeNPJ7yZcQpo29PNLyDZtqmmnJOShl5CGgTGwa9XgVM7Nse3Ku4AAAEvSURBVDjLhZPbcoMwDEQrGXOHkABJCG2T3v7/F+sdXCMpD1Vm8nBmhVYreDF1xN+/LOvpZlnRkTMo90TcanZjJiNcmFC5ZBURhINAZwI5FFI2BhJYpmRglZpwZwp0sQPIbDEDeeWjhg+GX9PqvyVyodGuVYPxoJL0QF86NyDTWjIz1Qq9nZgsq5FIqfO9wshZXwtTffY89dQodmFie64HmDb3itZey4bArJNPpGkeNyHOD71YB93i3FE4JgTQOidMr4gJnKfE2qDa2FVuQaAyrUdClIb3G0K9/1nxTBxpmbaNBUfNHh6A7C0wNv76yHJoYt0TS8Xzs44v8nmRrXtvokNkDVo3OMoLRVjtL0YQMpC4+hRVLE7XdMzAZSPu0W1TZ/MdMB1WhbIRn+PPDn4BFqwJlyIhpsIAAAAASUVORK5CYII=') no-repeat 0 0;text-align:left;margin:40px 0 20px;font-style:italic;font-size:18px}
410
div.quote p{margin:0 !important;font-size:18px;font-style:italic}
411
ul.term_list {margin: 0 0 30px 0}
412
ul.link_list {/*padding: 10px 0 5px 0;border-top: 1px solid #ccc;*/}
413
ul.grey_list li{background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALBAMAAABbgmoVAAAALVBMVEUAAACCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoItL+SQAAAADnRSTlMAmB/y4bTiSNMM25I38TQ5zzMAAABCSURBVAjXY2BQ9HNUYGBgt3v3zpyBQfeV37vHCgxyT2e/eyfAkPeU4cQ7B4Z3Txk4+x5AeTA5ZbBKmD4GxbxEBQYAgRkeI6JLuysAAAAASUVORK5CYII=') no-repeat 16px 5px !important;; padding: 0 0 10px 35px;font-style: italic; color: #545454}
414
ul.term_list li, ul.link_list li{background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALBAMAAABbgmoVAAAAMFBMVEUAAADZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmAihaA2AAAAD3RSTlMAH/LhtJniSNOXDNuSN/GI4NT8AAAARElEQVQI12NgkLS3FGBgYNf//1+dgUHut/3/TwIM8V/W/P8/gSH/C8ON/wYM/78wcPV/gPIgcgEMQmCVMH0MovmpAgwAzdkgIdsRGwUAAAAASUVORK5CYII=') no-repeat 16px 8px; padding:0 0 10px 35px; font-style: italic}
415
ul.term_list li >span{ color:#454545; font-weight: bold; font-style: normal}
416
.footerLline{background: #fff;padding-top: 10px;}
417
div.br1{ height:20px}
418
div.br2{ height:40px}
419
.video_clip{margin-bottom:25px}
420
.content table.artical_table {width:100%;border:1px solid #ccc;
font-size:13px}
421
.content table.artical_table tbody tr:first-child:hover td {background:#EEE !important;color:inherit !important}
422
.content table.artical_table tbody tr:hover td {background:#B3B3B3 !important;color:#fff !important}
423
.content table.artical_table tbody tr:first-child td {
font-size:14px;font-weight:bold;padding:10px 0 10px 7px;background:#eee !important;text-shadow:0 1px 1px #fff}
424
.content table.artical_table tbody tr td {border-bottom:1px solid #ddd;border-right:1px solid #ddd;padding:7px}
425
.content table.artical_table tbody tr:nth-child(odd) td {background:#FAFAFA}
426
.top_rate_aticle{max-width: 300px !important;position: relative;margin: 0 auto 25px !important;}
427
.top_rate_aticle img{margin: 0px !important;}
428
.top_rate_aticle p{
font-size: 14px;color: #fff;letter-spacing: 0.2px;line-height: 1.4;font-weight: 600}
429
.rate_caption{height: 75px;padding: 12px 16px 12px;position: absolute; left: 0px;right: 0px;bottom: 0px;text-align: left;}
430
.taxonomy_block{border-bottom: 2px solid #888;margin: 0 0 20px 0;}
431
.taxonomy_block .category {padding: 3px 0;}
432
.block_popular_tag a, .tag_all a, .taxonomy_block a{margin: 0 5px 7px 0;display: inline-block;line-height: 20px;border: 1px solid #e3e3e3;padding: 2px 10px;
font-size: 13px;transition: 0.2s all;border-radius: 2px;box-shadow: 0 1px 0 rgba(0,0,0,.08);color: #777!important;}
433
.tag_all a{width: 100%;text-align: center;}
434
footer .footer-top{background-color:#444}
435
436
.crb-container{margin-top: 60px;}
437
.crb-item-container{display: block;
font-size: 12px;letter-spacing: normal;margin: 25px 0 0 0;vertical-align: top;overflow: hidden;padding-bottom: 25px;border-bottom: 1px dotted #000;}
438
.crb-item-container .title{font-size: 18px;text-align: left;letter-spacing: 0.3px;font-weight: bold;}
439
.crb-item-container p{margin-bottom: 0 !important;}
440
.crb-item-container img {display: unset !important;}
441
.crb-item-container a:hover{text-decoration: none !important;}
442
.crb-item-container .f_pic {margin-right: 15px;margin-left: 20px;float: left;text-align: center;}
443
.crb-header-container{background-color: #f5f5f5;height: 35px;text-align: center;vertical-align: middle;line-height: 35px;border-top: 1px solid #e4e4e4;}
444
.crb-header{font-size: 24px;color: #454545;text-transform:uppercase;line-height: normal;display: inline-block;vertical-align: middle;}
445
.crb-container-close{height: 15px;background-color: #f5f5f5;border-bottom: 1px solid #e4e4e4;}
446
input.standart_button:hover, a.standart_button:hover{cursor: pointer;}
447
448
.bottom_article_soc_block {text-align:center;}
449
.download_block{border-top: 1px solid #f0f0f0;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;align-items: center;height: 40px;
font-size: 14px;color: #aaa;margin-top: 20px;}
450
.download_block ul {list-style: none;}
451
.download_block ul li{margin-right: 5px;color: #aaa;}
452
.download_block ul li a{color: #aaa !important;text-decoration: none;font-weight: 600;margin-left: 5px;display: inline-block;}
453
454
.displayFlex, .download_block ul, .download_block {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
455
456
457
.ad-bot {/*border-top:1px solid #F0F0F0;*/ padding:15px 0; text-align:center}
458
.AD_G_Adsense_h400px{max-height:400px;text-align:center;vertical-align:middle;margin:30px auto}
459
.ad_under_title{display:table;text-align:center;height:250px;margin:20px 0 25px 0;width:100%}
460
.ad_under_title_left{display:table-cell}
461
.ad_under_title_right{display:table-cell}
462
.ad_under_photo_center{display: table;margin: 10px auto}
463
.tz-ad-bot{border-top:1px solid #F0F0F0;border-bottom:1px solid #F0F0F0;padding:10px 0}
464
#yandex_ad2 {display:table;margin:0 auto}
465
.ya_shring_block{padding-bottom: 20px;text-align: center;}
466
.rating{padding-top: 20px;}
467
.tizer_table{padding: 25px 0 0 10px;}
468
.tizer_table_article{padding: 25px 0 0 0;}
469
.tizer_table_row{padding-bottom: 10px;}
470
.tizer_href{text-decoration: none;display: table-cell;position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;box-sizing: border-box;width: 100%;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;border-width: 0px;}
471
.tizer_img{max-width: 150px !important;width: 30%;min-width: 70px;}
472
.tizer_img_mobile{width: 100%;text-align: center;}
473
.tizer_img_article{max-width: 240px !important; float: left; /*min-width: 120px;*/}
474
.tizer_img img,.tizer_img_article img, .small_thumb_photo figure{margin: 0px !important;}
475
.tizer_img_mobile img {margin: 0px 0px 5px 0px;}
476
.tizer_img_block{width: 100%;border-width: 0px;}
477
.tizer_text_article{width:59%;}
478
.tizer_text, .tizer_text_article{line-height: 1.3;font-weight: bold;text-decoration: none !important;font-size: 16px;display: table-cell;padding-left: 20px;vertical-align: top;text-align: left;}
479
.tizer_content, .tizer_content_mobile{width: 100%;border-width: 0px;}
480
/*.tizer_content{display:table;}
481
*/.pravoved_iframe{min-height: 470px}
482
.banner_bottom_video_adsense{margin: 5px auto 20px;}
483
.first_ad_in_article{max-width: 600px;margin: 0px auto 10px;}
484
.ad_bottom_title_category{padding: 20px 0;}
485
.ad_bottom_title_article{padding:20px 0;max-width: 600px;margin: auto;}
486
.ad_under_title_category{padding: 20px 0;}
487
.banner_bottom_video_first{display: inline-block;}
488
.banner_bottom_video_second{margin: 5px auto 20px;}
489
.banner_bottom_comment_adsense{max-height: 400px;margin: 20px 0 20px -10px !important;}
490
.ad_inarticle_first_adsense{max-height: 180px !important; height:100%; margin: 30px auto -30px;}
491
.taligncenter{text-align: center;margin: 50px 0 -50px;}
492
.banner_block-300x300_adsense{display: inline-block;margin:3px;}
493
#banner_sidebar_top{}
494
#banner_sidebar_middle{margin: 30px auto !important;}
495
#sidebar_slider{margin: 15px auto 0px !important;text-align: center;}
496
#sidebar_slider span{margin-bottom: 5px;display: block;}
497
.top_ad_banner{border-bottom: 1px solid #E9E9E9;}
498
499
.side-fix-moble_ad{position:fixed;bottom:0;background:#fff;z-index:1000;max-height:120px;max-width:1008px;width:100%;text-align:center;vertical-align:middle}
500
.side-fix-moble_ad .close-it{position: absolute;right: 0px;top: 0px;width: 39px;height: 36px; background: url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAUEBAUEAwUFBAUGBgUGCA4JCAcHCBEMDQoOFBEVFBMRExMWGB8bFhceFxMTGyUcHiAhIyMjFRomKSYiKR8iIyL/2wBDAQYGBggHCBAJCRAiFhMWIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiL/wgARCAAYABgDAREAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAgD/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhADEAAAALFDCQ5OklGW7hxB/8QAJRAAAAUEAQUAAwAAAAAAAAAAAQIDBBIAERQVUQUTITFxFiLw/9oACAEBAAE/AF3CTRsou5VIkgkUTHUONgKHIjW36fp9nmIa+M8iYQt9++PtN3CTtsmu2VIqioUDEUINwMHIDXVhZaZ7toYHZNkT9Qt5oFSxtDqX4nne7/xZxrpWFpmeqjgdkuPC9oW/X359U4bovGqrd0kRVBUolOmcLgYOBrUsNRrcJDAjHGgELX4++abNkWbVNu1SIkikUCkTIFgKHAV//8QAFBEBAAAAAAAAAAAAAAAAAAAAMP/aAAgBAgEBPwAf/8QAFBEBAAAAAAAAAAAAAAAAAAAAMP/aAAgBAwEBPwAf/9k=') no-repeat 0 0; background-position: 8px 6px;cursor: pointer;z-index: 99999;background-color: #fff;}
501
.side-fix-moble_ad iframe{height: 120px !important;}
502
.side-fix-moble_ad .feed-cell-inner{padding: 1px 1px 1px 0 !important;}
503
.side-fix-moble_ad .bc_teaser .teaser_text{line-height: 120px;}
504
505
.billboard_ad center iframe, .ad_footer center iframe, .banner_block-300x300_adsense iframe{display: block;}
506
.ad_footer{ border-top:2px solid #ccc; overflow:hidden;}
507
.billboard_ad img, .ad_footer img{margin: 0px 0px 0px 0px !important;}
508
509
.PornDude{line-height: 33px;padding: 20px 0 0 40px;height: 0px;}
510
.PornDude .link{position: absolute;padding-left: 10px;
font-size: 13px;}
511
512
513
514
515
516
.outlinkblok {display: flex;margin-top: 0;text-align:left;background-color: #86143e;border-radius: 4px;padding: 20px;margin: 40px auto;align-items: center;}
517
.outlinkblok .text, .outlinkblok b {margin-bottom: 0 !important;color: #ffffff;}
518
.outlinkblok img {float: left;margin:0 20px;width: 45px;}
519
.outlinkblokimg{margin: 40px auto;}
520
521
522
523
524
/*Блок только Ð´Ð»Ñ single.php*/
525
.block_related_posts h3{padding: 40px 0 25px;margin:0;text-align: center; color:#fff}
526
527
528
.tooltip-j {width: 300px;max-width:100%;z-index:999;left:-9999px;top:-9999px;background:#fff;border:1px solid #ccc;
font-size:11px;color:#323232;padding:4px 8px;position:absolute;border-radius: 2px;}
529
530
.tooltip-j p {margin: 0px;padding: 0px;}
531
532
533
.block_main_news {max-width: 600px;margin: 0 auto;}
534
.related_posts_item {width: 100%;display: inline-block;margin: 0 0 10px 0;border: 1px solid #e3e3e3;
-moz-border-radius: 2px;border-radius: 2px;
-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;line-height: 30px;padding: 0 0 0 12px;
font-size: 15px;box-shadow: 0 1px 0 rgba(0,0,0,.08);background: #22292f;color: #777!important;font-family: Verdana;height: 35px;}
535
.related_block{height: 100%;}
536
.related_posts_item .text{white-space: nowrap;overflow: hidden;}
537
.relatedPostTag{box-shadow:inset 0 0 3px rgba(0,0,0,0.3);background:#666;border-radius:3px;padding:3px;
font-size:11px;color:#fff;margin:0 5px;margin-bottom:3px}
538
539
/*-------*/
540
541
542
543
/*ОСÐОВÐОЙ ЦВЕТ (выбранный Ñлемен в меню) -------------------------------------------------------------------------------->*/
544
.tizer_text, .tizer_text_article, .block_news_post .title a, .rato, .block_topic_post_main h2.title a, ul.contents_list a:hover,.box-before-closing .popup .title, .crb-item-container .title
545
{color:#165EA2 !important}
546
547
548
nav.main_menu >ul >li.current-menu-item >a, nav.main_menu >ul >li.current-category-ancestor >a, nav.main_menu >ul >li.current-post-ancestor >a nav.main_menu >ul >li.current_page_item >a
549
{background:#165EA2}
550
551
552
.inner-block_links_of_childs a:hover, a.cat:hover
553
{background:#165EA2 !important}
554
555
556
nav.main_menu >ul >li >ul.sub-menu {border-top:2px solid #165EA2}
557
558
559
nav.main_menu >ul >li >ul.sub-menu >li >a{border-bottom:1px dotted #165EA2}
560
561
562
.rate_caption{background: rgba(22, 94, 162, 0.7)}
563
564
565
566
567
568
/*ÐŸÐµÑ€Ð²Ð°Ñ Ð¿Ð¾Ð½Ð¸Ð¶ÐµÐ½Ð½Ð°Ñ Ð³Ñ€Ð°Ð´Ð°Ñ†Ð¸Ñ Ð¾Ñновного цвета [второй оÑновной] (внешний вид панели меню) -------->*/
569
570
.inner-single_big_post .thumb_text h4 a, .small_thumb_text .link_title
571
{color:#1869B4 !important}
572
573
574
575
nav.main_menu.fixed-menu, #header .section_main_menu
576
{background-color:#1869B4 !important}
577
578
579
580
581
/*Ð’Ñ‚Ð¾Ñ€Ð°Ñ Ð¿Ð¾Ð½Ð¸Ð¶ÐµÐ½Ð½Ð°Ñ Ð³Ñ€Ð°Ð´Ð°Ñ†Ð¸Ñ Ð¾Ñновного цвета [третий оÑновной] (меню при наведении) ---------------->*/
582
/*.section_search_top {background:#2888E2}
583
*/
584
585
nav.main_menu >ul >li:hover >a, nav.main_menu >ul >li >ul.sub-menu >li >a
586
{background-color:#2888E2}
587
588
589
590
591
/*Самый Ñветлый цвет из оÑновного (при наведении на Ñлемент подменю)*/
592
nav.main_menu >ul >li >ul.sub-menu >li >a:hover {background-color:#4B9CE7}
593
594
595
596
597
598
/*ВТОРОСТЕПЕÐÐЫЙ ЦВЕТ (контраÑтный) -------------------------------------------------------------------------------->*/
599
600
ul.block_categories_list .current-cat a, .block_breadcrumbs >i.simple_crumb, a.standart_button, #content .general_content .main_content a, a {color:var(--ahref)}
601
602
603
.block_news_post a:hover, .small_thumb_text .link_title:hover, .crb-item-container .title:hover, .postComment a:hover, .download_block ul li a:hover, #complaint_button:hover, .tag_post_feature a:hover, a.standart_link:hover, .recentcomments .post_title_text {color:var(--ahref) !important}
604
605
606
.tag_all a {color: var(--ahref) !important;}
607
608
609
.bottom_article_soc_block{border-top: 1px solid var(--ahref-dark); border-bottom: 1px solid var(--ahref-dark)}
610
611
.block_single_news blockquote{border-left:2px solid #D90660}
612
613
614
#search_more p:hover{border-bottom: 1px solid #D90660}
615
616
617
.block_single_news .content blockquote ul, .tag_all a, a.standart_button, .block_main_news a:hover, .taxonomy_block a:hover
618
{border:1px solid var(--ahref)}
619
620
621
.taxonomy_block a:hover {border:1px solid var(--ahref-dark) !important}
622
623
624
a.standart_button:hover, .tag_all a:hover, .block_popular_tag a:hover, .pagination .current, .pagination a.page-numbers:hover {border:1px solid var(--ahref-dark)}
625
626
627
.block_popular_tag a:hover, .tag_all a:hover, a.standart_button:hover, .taxonomy_block a:hover, .pagination .current, .filter_tag_title, .pagination a.page-numbers:hover
628
{background-color:var(--ahref-dark)}
629
630
631
#submit:hover, a.bookmark_link:hover {background-color: var(--ahref-dark) !important}
632
633
634
635
.block_popular_tag h4, .block_popular_posts h4 {background-color: #8b1840 !important}
636
637
638
.block_single_news h3, div.quote p, div.quote {color: #D90660}
639
640
641
642
/*подчеркивание у ÑÑылок внутри Ñтатьи*/
643
.block_single_news .content a:hover {text-decoration-color: var(--ahref);}
644
645
646
647
/*ТЕМÐОЖЕЛТЫЙ #F1981D*/
648
#content .general_content .sidebar h4, .block_topic_post_feature .title a:hover, .filter_cat_title, .related_posts_item:hover {background-color:#F1981D}
649
650
651
ul.block_categories_list a:hover, ul.block_categories_list a:focus, .current-cat a {background-color:#F1981D !important}
652
653
654
.function_block_top a:hover, .function_block_top .bb-active a {color:#e68b0d !important;}
655
656
657
ul.block_categories_list a:hover, ul.block_categories_list a:focus, .current-cat a, .block_topic_post_feature .title a:hover,.related_posts_item:hover
658
{border-color: #F1981D !important;}
659
660
661
.block_single_news h1 {color:#F1981D !important;}
662
663
664
665
666
/*БЕЛЫЙ #FFF*/
667
.block_popular_tag a:hover, .tag_all a:hover, a.standart_button:hover, .taxonomy_block a:hover, .block_popular_tag h4, .block_popular_posts h4, a.bookmark_link:hover {color: #fff !important;}
668
669
670
a.bookmark_link:hover {border-color: #fff !important;}
671
672
673
674
/*ЧЕРÐЫЙ #353535*/
675
h1.searchResults {color:#353535 !important;}
676
677
.related_posts_item:hover {color:#fff !important;}
678
679
680
@media only screen and (max-width:480px){.pravoved_iframe{display: none;}
681
#share42,.block_search_top,.block_home_slider,.line_2,.lnk_all_news_wrap,.sidebar,.slide-block-send-msg,#slogan{display:none !important}
682
.right_sidebar .general_content{background:transparent !important}
683
.block_social_top{top:-3px !important;right:5px !important}
684
.block_social_top >a{margin-right:6px !important}
685
#content .general_content .main_content{padding-top:10px !important;float:none}
686
.block_topic_post_feature .title a,.block_news_post .title a,.crb-item-container .title{font-size:16px}
687
.cat_page.inner-block_links_of_childs a{
font-size:12px}
688
#content .block_category_data .inner-single_big_post{margin-bottom:50px}
689
#content .block_category_data .thumb_text h4{margin-bottom:10px !important}
690
/*#content .block_category_data .inner-single_big_post .thumb_text h4+p{margin-bottom:0 !important}
691
*/#content .block_category_data .inner-last_posts{float:none !important}
692
.block_topic_post_feature h4.title,.block_topic_post_main h4.title{padding-bottom:0 !important}
693
.block_topic_post_feature .f_pic,.search_block_news_post .f_pic{text-align:center;margin-right:0px}
694
.search_block_news_post .f_pic{ padding-bottom:25px}
695
.block_topic_post_main .more-link{margin-top:0 !important}
696
.bottom-desc >div{text-align:left !important}
697
.pagination{margin-bottom:15px}
698
.block_single_news h1{font-size:26px !important}
699
.block_single_news .subtitle p{letter-spacing:0px;line-height:22px}
700
.right_sidebar .general_content h3{margin-bottom:10px}
701
.block_single_news .content,.block_single_news .content p{text-align:left !important}
702
.block_single_news blockquote ul{width:100% !important}
703
.block_main_news .block_news_post p.title {letter-spacing:0}
704
div.quote{font-size:18px !important}
705
.pagination li{margin-right:8px !important}
706
#teazers-mobile img{width:100% !important;height:auto !important}
707
#teazers-mobile table{width:100%}
708
#teazers-mobile h4{font-weight:normal;font-size:24px;margin-bottom:10px}
709
.block_single_news .content iframe{width:100% !important;height:auto !important}
710
footer .cols-wrap{margin-left:18px !important}
711
footer .col_left,footer .col_social{margin-bottom:20px !important}
712
#bottom_footer ul li a{font-size:69%}
713
#bottom_footer ul{display:block;margin:auto;position:static !important;width:100%}
714
}
715
@media only screen and (min-width:481px) and (max-width:991px){.wrapper-sticky{display:block!important;position:relative!important;clear:both}
716
.main_content,.sidebar,.wrapper-sticky{float:none!important;margin:auto!important}
717
.sidebar{display:none!important}
718
.right_sidebar .general_content{background:none!important}
719
footer .col_left,footer .col_social{margin-bottom:20px !important}
720
footer .col_left,footer .col_social,footer .col_right{margin:0}
721
}
722
@media only screen and (min-width:481px) and (max-width:620px){.pravoved_iframe {min-height: 550px;}
723
}
724
@media only screen and (min-width:481px) and (max-width:768px){#content >.inner{width:auto;margin:auto}
725
#content .block_category_data .inner-last_posts{/*float:none;*/padding-left:10px;width: 100%}
726
#slogan{display:none !important}
727
#bottom_footer ul li a{
font-size:11px}
728
#bottom_footer ul{display:block;margin:auto;position:static !important;width:100%}
729
.alignleft{float:none}
730
.alignright{float:none}
731
}
732
@media only screen and (min-width:768px){#content .block_category_data .inner-single_big_post{width:58.33333333%}
733
#content .block_category_data .inner-last_posts{width:41.66666667%; padding-left:35px}
734
.col_left{margin-left:8.33333333%}
735
}
736
@media only screen and (min-width:760px) and (max-width:950px){.pravoved_iframe {min-height: 400px;}
737
}
738
@media only screen and (min-width:991px){.small_thumb_photo{/*width:41.66666667%*/}
739
/*.small_thumb_text{width:58.33333333%;float:left}
740
*/.general_content .main_content{width:66.66666667%}
741
.col_left{width:33.33333333%;float:left}
742
.col_social{width:25%;float:left}
743
.col_right{margin-left:0;width:25%;float:left}
744
}
745
@media only screen and (max-width:585px){.block_topic_post_feature .f_pic{float:none}
746
.block_search_top,.block_home_slider,.line_2,#slogan{display:none !important}
747
.block_social_top{top:-3px !important;right:5px !important}
748
}
749
@media only screen and (max-width:630px){#content .block_category_data .inner-last_posts .small_thumb{width:100%!important}
750
/*.inner-last_posts .small_thumb .link_title{width:50%}
751
*/.block_news_post .f_pic{float: none}
752
.crb-item-container .f_pic{float: none;margin-bottom: 15px;}
753
}
754
@media only screen and (min-width:950px) and (max-width:1170px){#social-share{display:none !important}
755
}
756
@media only screen and (max-width:1023px){.header-top-logo{top:60px;left:170px;right:10px}
757
.header-top-logo img{height:70px;margin:auto;display:block}
758
}
759
#main-menu-toggle{display:none}
760
@media only screen and (max-width:950px){.block_search_top{display:none!important}
761
#menu-location-main_nav{display:none !important}
762
#main-menu-toggle{display:block}
763
.inner{width:100%!important}
764
.block_topic_post_feature .f_pic img{height:auto}
765
.block_topic_post_feature .info{overflow:hidden}
766
}
767
#main-menu-toggle{text-align:center;cursor:pointer}
768
#main-menu-toggle .menu-toggle-title{line-height:44px;font-size:20px;font-weight:bold;color:#fff}
769
#menu-toggle-icon{display:inline-block;width:28px;height:15px;padding-top:6px;margin-left:10px;z-index:1;cursor:pointer}
770
#menu-toggle-icon span:after,#menu-toggle-icon span:before{content:"";position:absolute;left:0;top:-9px}
771
#menu-toggle-icon span:after{top:9px}
772
#menu-toggle-icon span{position:relative;display:block}
773
#menu-toggle-icon span,#menu-toggle-icon span:after,#menu-toggle-icon span:before{width:100%;height:5px;background-color:#fff;transition:all 0.3s;backface-visibility:hidden;border-radius:2px}
774
.mm-menu.mm-theme-dark .mm-navbar .mm-title{font-size:17px;font-weight:bold;color:rgba(255,255,255,.8)}
775
.mm-listview>li>a,.mm-listview>li>span{padding:15px 10px 15px 20px;font-size:17px}
776
@media only screen and (min-width:610px) and (max-width:650px){.inner-last_posts .small_thumb {max-width: 250px}
777
}
778
@media only screen and (min-width:650px) and (max-width:710px){.inner-last_posts .small_thumb {max-width: 270px}
779
}
780
@media only screen and (min-width:710px) and (max-width:768px){.inner-last_posts .small_thumb {max-width: 300px}
781
}
782
@media only screen and (max-width:650px){.author-article{width: 70% !important;}
783
}
784
@media only screen and (max-width:560px){.editorial_photo{width: 100%;float: none !important;margin: auto;}
785
.editorial_promo{text-align:center !important;}
786
}
787
788
789
790
/*#linkservices {padding: 10px 0 5px 0;border-top: 1px solid #ccc;}
791
*/
792
#linkservices p {
793
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALBAMAAABbgmoVAAAAMFBMVEUAAADZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmDZBmAihaA2AAAAD3RSTlMAH/LhtJniSNOXDNuSN/GI4NT8AAAARElEQVQI12NgkLS3FGBgYNf//1+dgUHut/3/TwIM8V/W/P8/gSH/C8ON/wYM/78wcPV/gPIgcgEMQmCVMH0MovmpAgwAzdkgIdsRGwUAAAAASUVORK5CYII=) no-repeat 16px 8px;
794
padding: 0 0 10px 35px;
795
font-style: italic;
796
}
797
798
799
800
801
802
.select2-results__option[aria-selected=true] {
803
display: none;
804
}
805
806
#article-search-filter {
807
background-color: #fff;
808
padding: 15px;
809
display: none;
810
}
811
812
#article_search_tags {
813
width: 50%;
814
}
815
816
.filter_search_form label, .sort_group {
817
display: block;
818
padding-left: 2px;
819
text-transform: uppercase;
820
font-size: 11px;
821
822
}
823
824
.filter_search_form input[type="text"] {
825
display: block !important;
826
border: 1px solid black;
827
828
color: #313C44;
829
font-size: 12px;
830
font-family: "PT Sans",sans-serif;
831
height: 32px;
832
border-radius: 10px 0 0 10px;
833
padding: 13px 0px 11px 18px;
834
835
background-color: #f9f9f9;
836
border: 1px solid #aaa;
837
border-radius: 2px;
838
cursor: text;
839
box-shadow: 0 1px 0 rgba(0,0,0,.08);
840
841
842
}
843
844
.articleSearch_button_clr span, #article-search-filter .full_srch_submit_button {
845
line-height: 20px;
846
display: inline-block;
847
font-size: 13px;
848
transition: 0.2s all;
849
850
width: 100% !important;
851
padding: 2px 10px;
852
cursor: pointer;
853
border-radius: 2px;
854
border: 1px solid #444;
855
color: #444;
856
}
857
858
.articleSearch_button_clr span:hover, #article-search-filter .full_srch_submit_button:hover {
859
color: #fff;
860
background-color:#444;
861
862
863
}
864
865
.no_result{text-align: center;margin-top: 30px;font-size: 18px;text-decoration: underline;text-decoration-color: #ddd;}
866
867
868
869
.search_result h2 {
870
background: none !important;
871
}
872
873
874
875
.filter_categories_list, .filter_popular_tag{margin-bottom: 20px;}
876
877
878
879
.filter_cat_title, .filter_tag_title, .filter_search_title {white-space: nowrap;
font-size: 11px;width: 100%;margin: 15px auto 12px;border-radius: 2px;padding: 3px 0 3px 10px;text-transform: uppercase;font-weight: bold;}
880
881
.filter_cat_title {color: #000;}
882
883
.filter_tag_title, .filter_search_title {color: #fff;}
884
885
.filter_search_title{background-color:#444}
886
887
888
889
.filter_search_form {border-bottom: 1px dashed #aaa;margin-bottom: 20px;padding-bottom: 20px;}
890
891
892
.button_group, .input_group{width:100%; display: flex;justify-content: space-between;}
893
894
.articleSearch_likes_group{width: 100px;padding: 10px;text-align: center;}
895
896
.articleSearch_button_srh, .articleSearch_query_group{width: 100%;padding: 10px;}
897
898
.articleSearch_button_clr {width: 200px;padding: 10px;text-align: center;}
899
900
901
.articleSearch_likes, .articleSearch_query{width: 100%;}
902
903
904
.sort_group{margin: 5px 0 15px 0;}
905
906
.sort_group .sort_block{text-align: center;position: relative;}
907
908
.search_sort_block{display: inline-block;position: relative;top: -15px;background-color: #fff;padding: 0 10px;}
909
910
.search_sort_date .sort_radio:after{content: "\e94d";font-size: 19px;top: 1px;}
911
912
.search_sort_likes .sort_radio:after{content: "\e9da";font-size: 16px;top: 1px;}
913
914
.search_sort_views .sort_radio:after{content: "\e9ce";font-size: 19px;top: 2px;}
915
916
.search_sort_comments .sort_radio:after{content: "\e96e";font-size: 16px}
917
918
919
920
.sort_radio:after{position: relative;padding: 0 5px 0 10px;color: #666;}
921
922
.sort_desc {position: relative;top: 5px;left: -1px;
font-size: 9px;color: #aaa;}
923
924
925
.search_sort_comments{}
926
927
.search_sort_title{width:100%;border-bottom: 1px dashed #e3e3e3;padding: 0 0 20px 0;}
928
929
930
.sort_group label{text-align: center;background-color: #f5f5f5;
font-size: 10px;line-height: 1.8;}
931
932
933
.search_sort_date,.search_sort_likes,.search_sort_views,.search_sort_comments {float: left;padding: 0 10px;}
934
935
936
.search_sort_likes, .search_sort_comments{position: relative;top: 3px;}
937
938
939
.random_button_big a, .pagination a{text-decoration: none !important;}
940
941
942
.bia-wrap {
943
background-size: cover;
944
background-position: top center;
945
background-repeat: no-repeat;
946
background-color: var(--background);
947
}
948
949
#bia-wrap {
950
position: fixed;
951
top: 0;
952
left: 0;
953
width: 100%;
954
height: 100%;
955
956
}
957
958
#bia-wrap a {
959
display: block;
960
position: absolute;
961
width: 100%;
962
height: 100%;
963
left: 0;
964
right: 0;
965
}
966
967
#bia-padding {
968
width: 100%;
969
height: 0px;
970
}
971
972
.wpmm-force-bg {
973
background-color: transparent !important;
974
}
975
976
.block_categories_list .cat-item {
977
text-transform: uppercase;
978
}
979
980
.post_data_block .svgicon svg {
981
982
}
983
984
.post_data_block .svgicon svg path, .page_data_block .svgicon svg path {
985
fill: #aaa;
986
}
987
988
.postViews .svgicon svg {
989
width: 19px;
990
height: 19px;
991
}
992
993
.postLikes .svgicon svg, .postTime .svgicon svg, .postComment .svgicon svg {
994
width: 16px;
995
height: 16px;
996
}
997
998
#content .general_content .main_content, #content .general_content .sidebar {
999
float: none;
1000
}
1001
1002
.general_content {
1003
display: flex;
1004
}
1005
1006
.general_content .main_content {
1007
width: 66.6666667%;
1008
}
1009
1010
1011
.random_button {
1012
margin: 5px 3px;
1013
}
1014
1015
1016
.info_list.icon .mail .svgicon svg {
1017
width: 12px;
1018
height: 12px;
1019
}
1020
1021
1022
.info_list.icon .mail .svgicon svg path, .info_list .speedload .svgicon svg path {
1023
fill: #7089CD;
1024
}
1025
1026
1027
.info_list .speedload .svgicon svg {
1028
width: 12px;
1029
height: 12px;
1030
}
1031
1032
1033
.bookmark_link .svgicon {
1034
position: relative;
1035
top: 3px;
1036
right: 2px;
1037
}
1038
1039
1040
.bookmark_link .svgicon svg {
1041
width: 16px;
1042
height: 16px;
1043
}
1044
1045
.bookmark .svgicon svg {
1046
width: 16px;
1047
height: 16px;
1048
}
1049
1050
.print_page .svgicon svg {
1051
width: 16px;
1052
height: 16px;
1053
}
1054
1055
.print_page .svgicon svg path, .bookmark .svgicon svg path {
1056
fill: #aaa;
1057
}
1058
1059
1060
1061
1062
#article-search-filter {
1063
max-height: 0;
1064
overflow: hidden;
1065
transition: max-height 350ms cubic-bezier(0.7, 0.3, 0.3, 0.7);
1066
}
1067
1068
1069
1070
.swrap {
1071
padding: 0 0 10px;
1072
}
1073
1074
1075
#send-msg {
1076
transition: all 700ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
1077
}
1078
1079
1080
#send-msg.slide-down {
1081
height: 200px;
1082
}
1083
1084
1085
/*cubic-bezier(0.785, 0.135, 0.150, 0.860);*/
1086
#sendMsg .fade-box {
1087
height: 0;
1088
display: block;
1089
overflow: hidden;
1090
transition: height 450ms ease-in-out;
1091
}
1092
1093
1094
#sendMsg .close-link {
1095
opacity: 0;
1096
transition: opacity 450ms ease-in-out;
1097
display: block;
1098
}
1099
1100
1101
#sendMsg .fade-box.fadeIn {
1102
display: block;
1103
height: 120px;
1104
opacity: 1;
1105
}
1106
1107
1108
#sendMsg .close-link.fadeIn {
1109
opacity: 1;
1110
}
1111
1112
1113
.page_data_block .svgicon {
1114
width: 19px;
1115
height: 19px;
1116
display: inline-block;
1117
vertical-align: top;
1118
}
1119
1120
.page_data_block .pdb_value {
1121
line-height: 20px;
1122
vertical-align: top;
1123
}
1124
1125
.print_page a:hover svg path {
1126
fill: #e68b0d
1127
}
1128
1129
.print_page a {
1130
line-height: 28px;
1131
}
1132
1133
.print_page a .svgicon {
1134
display: inline-block;
1135
position: relative;
1136
top: 2px;
1137
}
1138
1139
.block_single_news .bookmark {
1140
padding-top: 3px;
1141
}
1142
1143
#bookmarkButton .svgicon {
1144
width: 16px;
1145
height: 18px;
1146
display: inline-block;
1147
position: relative;
1148
top: 3px;
1149
}
1150
1151
#bookmarkButton a:hover svg path, #bookmarkButton.bb-active a svg path {
1152
fill: #e68b0d
1153
}
1154
1155
.tooltip-j {
1156
position: fixed;
1157
}
1158
1159
1160
.bferror {
1161
border: 1px solid red !important;
1162
background: #fcc !important;
1163
}
1164
1165
1166
.block_topic_post_feature .post_data_block, .page_data_block {
1167
display: flex;
1168
justify-content: center;
1169
}
1170
1171
.block_topic_post_feature .post_data_block > div, .page_data_block > div {
1172
display: flex;
1173
align-items: center;
1174
line-height: 24px;
1175
margin: 0 6px;
1176
}
1177
1178
.block_topic_post_feature .post_data_block .svgicon, .page_data_block .svgicon {
1179
width: 19px;
1180
height: 19px;
1181
display: inline-block;
1182
margin: 0 4px;
1183
}
1184
1185
.pdb_value {
1186
line-height: 19px;
1187
}
1188
1189
.postViews .svgicon {
1190
position: relative;
1191
top: -1px;
1192
}
1193
1194
.postComment a {
1195
display: flex;
1196
}
1197
1198
.comment-body p {color: #c5c5c5 !important;}
1199
1200
.block_topic_post_feature .post_data_position, .block_single_news .page_data {
1201
display: flex;
1202
justify-content: center;
1203
}
1204
1205
.mt5 {
1206
margin-top: 5px;
1207
}
1208
1209
.block_popular_tag .scrollFix {
1210
width: 300px;
1211
top: 10px;
1212
}
1213
1214
1215
.function_block_top {
1216
font-family: serif;
1217
}
1218
1219
.taxonomy_block .category {
1220
text-align: left;
1221
}
1222
1223
1224
@media only screen and (max-width:991px){
1225
.general_content .main_content {
1226
width: 100%;
1227
}
1228
1229
.block_main_news {
1230
max-width: none;
1231
}
1232
1233
.filter_random_button {
1234
text-align: center;
1235
}
1236
1237
}
1238
1239
#menu-location-main_nav.scrollFix {
1240
top: 0;
1241
width: 1008px;
1242
background-color: #1869B4;
1243
z-index: 1000;
1244
}
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
.popap_wrap {
1255
background-color: rgba(0,0,0,0.7);
1256
position: fixed;
1257
top: 0px;
1258
left: 0px;
1259
bottom: 0px;
1260
right: 0px;
1261
z-index: 100;
1262
display: none;
1263
}
1264
1265
1266
.popap_body {
1267
margin-top: 4% !important;
1268
z-index: 9999;
1269
height: auto;
1270
width: 320px;
1271
font-family: 'Segoe UI';
1272
background: #FFF;
1273
padding-left: 30px;
1274
padding-bottom: 45px;
1275
margin: auto;
1276
}
1277
1278
1279
.popap_close:hover {
1280
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOAgMAAABiJsVCAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAGXVBGeh1AAAAOUlEQVQI12MQZWB1YMhzkJ7AUD8h/wJD/tP9Exikf/1zYGD7/5OBgXH/EwgB5oIlQEogisHawAYAAG/2GTOOlKGWAAAAAElFTkSuQmCC') no-repeat 50% 50%;
1281
cursor: pointer;
1282
}
1283
1284
1285
.popap_close {
1286
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOAgMAAABiJsVCAAAADFBMVEUAAACDg4ODg4ODg4MYmXBgAAAAA3RSTlMAGXVBGeh1AAAAOUlEQVQI12MQZWB1YMhzkJ7AUD8h/wJD/tP9Exikf/1zYGD7/5OBgXH/EwgB5oIlQEogisHawAYAAG/2GTOOlKGWAAAAAElFTkSuQmCC') no-repeat 50% 50%;
1287
}
1288
1289
1290
1291
.popap_close,
1292
.popap_close:hover {
1293
width: 25px;
1294
height: 25px;
1295
float: right;
1296
1297
}
1298
1299
.main_content_popap {
1300
padding-top: 10px;
1301
}
1302
1303
1304
.popap_padding {
1305
padding: 0 35px 20px 35px;
1306
}
1307
1308
1309
input,textarea {
1310
outline: none;
1311
}
1312
1313
1314
.popap_content input,
1315
.popap_content textarea {
1316
font-family: 'Segoe UI';
1317
color: #333333;
1318
padding-left: 5px;
1319
width: 260px;
1320
margin-bottom: 8px;
1321
background: none no-repeat scroll 0 0 #F9F9F9;
1322
border: 1px solid #E1E1E1;
1323
}
1324
1325
1326
.popap_content input {
1327
height: 24px;
1328
}
1329
1330
1331
.popap_content textarea {
1332
height: 80px;
1333
overflow-y: auto;
1334
resize: none !important;
1335
}
1336
1337
.block_form_agreement{
1338
font-size: 10px;
1339
color: #454545;
1340
padding-right: 20px;
1341
}
1342
1343
1344
.title_popap {
1345
color: #333;
1346
font-size: 24px;
1347
margin-bottom: 15px;
1348
}
1349
1350
1351
.title_punkt_input {
1352
font-size: 12px;
1353
margin-bottom: 3px;
1354
font-weight: bold;
1355
color: #828282;
1356
}
1357
1358
1359
.send_feedback,.send_do_order {
1360
margin-right: 30px;
1361
cursor: pointer;
1362
width: 120px;
1363
height: 35px;
1364
color: #FFF;
1365
border: 1px solid #fff;
1366
text-align: center;
1367
line-height: 28px;
1368
vertical-align: middle;
1369
float: right;
1370
font-weight: bold;
1371
}
1372
1373
1374
.form_error {
1375
border: 1px solid #f00 !important;
1376
}
1377
1378
1379
.send_feedback, .popap_close:hover {
1380
background-color: #E90412 !important;
1381
}
1382
1383
#complaint_button .svgicon svg {
1384
width: 16px;
1385
height: 16px;
1386
}
1387
1388
#complaint_button .svgicon svg path {
1389
fill: #aaa;
1390
}
1391
1392
#complaint_button:hover svg path {
1393
fill: var(--ahref);
1394
}
1395
1396
#complaint_button .svgicon {
1397
position: relative;
1398
top: 4px;
1399
right: 3px;
1400
}
1401
1402
.popap_wrap.show {
1403
display: block;
1404
}
1405
1406
1407
.bferror {
1408
border: 1px solid red !important;
1409
background: #fcc !important;
1410
}
1411
1412
.postComment a:hover .svgicon svg path {
1413
fill: var(--ahref);
1414
}
1415
1416
.postComment a:hover {
1417
text-decoration: none !important;
1418
}
1419
1420
#content a#clink, #content .general_content .main_content .postComment > a.clink {
1421
color: #aaa;
1422
}
1423
1424
1425
#zoomTools a {
1426
margin-right: 22px;
1427
}
1428
1429
#zoomTools a + .svgicon {
1430
margin-right: 14px;
1431
}
1432
1433
#zoomTools > .svgicon {
1434
position: relative;
1435
top: 3px;
1436
}
1437
1438
#zoomTools > .svgicon:hover svg path {
1439
fill: #e68b0d;
1440
cursor: pointer;
1441
}
1442
1443
1444
1445
1446
1447
/* HEADER MENU */
1448
1449
#header__menu {
1450
background-color: #8b1840;
1451
display: flex;
1452
height: 45px;
1453
align-items: center;
1454
padding-left: 10px;
1455
}
1456
1457
#header__menu > ul {
1458
display: flex;
1459
height: 45px;
1460
justify-content: left;
1461
width: 100%;
1462
z-index: 10;
1463
list-style-type: none;
1464
}
1465
1466
#header__menu > ul > li {
1467
position: relative;
1468
}
1469
1470
#header__menu a {
1471
display: flex;
1472
height: 100%;
1473
align-items: center;
1474
color: #fff;
1475
transition: 0.15s;
1476
padding: 0 15px;
1477
}
1478
1479
#header__menu > ul ul {
1480
display: none;
1481
position: absolute;
1482
/* background-color: #1869B4; */
1483
background-color: #8b1840;
1484
width: 300px;
1485
}
1486
1487
#header__menu > ul ul > li > a {
1488
padding: 9px 15px;
1489
}
1490
1491
#header__menu > ul > li > a:hover {
1492
/* background-color: #2888E2; */
1493
background-color: #da2f6b;
1494
color: #fff;
1495
}
1496
1497
#header__menu ul ul > li > a:hover {
1498
/* background-color: #4B9CE7; */
1499
background-color: #da2f6b;
1500
}
1501
1502
#header__menu > ul > li:hover ul {
1503
transition: 0.3 all;
1504
display: block;
1505
}
1506
1507
#header__menu li.active a {
1508
color: #fff;
1509
}
1510
1511
#header__menu li.active {
1512
background-color: #da2f6b;
1513
}
1514
1515
#header__menu .svgicon {
1516
width: 16px;
1517
height: 16px;
1518
}
1519
1520
#header__menu .svgicon {
1521
width: 16px;
1522
height: 16px;
1523
position: relative;
1524
top: -1px;
1525
margin-right: 7px;
1526
}
1527
1528
#header__menu .svgicon svg {
1529
vertical-align: top;
1530
}
1531
1532
#header__menu .svgicon svg path {
1533
fill: #fff;
1534
}
1535
1536
.filter_search_form {
1537
border-bottom: none;
1538
}
1539
1540
#article-search-filter.brdr {
1541
border-bottom: 2px solid rgb(51,51,51);
1542
}
1543
1544
1545
.commentsTitle{color: #F1981D;font-size: 18px;}
1546
1547
.recentcomments .post_title_text {
1548
line-height: 21px;
1549
display: inline-block;
1550
}
1551
1552
.recent_comment {
1553
padding-bottom: 25px;
1554
}
1555
1556
.recent_comment:last-child {
1557
padding-bottom: 10px;
1558
}
1559
1560
.sidebar {
1561
position: relative;
1562
}
1563
1564
#sidebar {
1565
width: 33.3333%;
1566
background-color: #22292f;
1567
border-left: 1px solid #cdcdcd;
1568
/* background-color: #f5f5f5;
1569
border-left: 1px solid #e9e9e9; */
1570
}
1571
1572
1573
#content .general_content .sidebar {
1574
background-color: #22292f;
1575
}
1576
1577
.sidebar_last_div {
1578
margin: -1px auto 15px !important;
1579
padding-top: 1px;
1580
}
1581
1582
#content .general_content .main_content {
1583
background-color: #33393f;
1584
}
1585
1586
.close-it {
1587
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAMAAADjcdz2AAAAjVBMVEUAAABobXBYXmN3d3d1dXV2dnZ3d3dIT1NjanBITlJRWFxjanBBRklHTE9ARUhgZ21janBeYWJgYmRyc3NXXWJjanAwNzs0Oz40Oz8+Q0g+Q0hdZGldZGlNUlZMUlZ3d3eysrJeZWv///9aYWZMUlc5QERXXWJIT1M9Q0g2PEEyOTxTWl9PVltES09AR0yyW+TqAAAAIHRSTlMABZkeY19P+vjm49fAv7yWjoBtVSsq+Ojl19a/vLm5Utyt88sAAACbSURBVBjTTc/XDsMgDAVQB7L37B6EtpSGlv//vJqhKEfIutcSDwZjaos0LdoJnKCZvSaw/TKvzmZDHhsEYBRCcCYQ4zhGIEopxpkfikD+RVjwmZTD02KcM5cgeRtmYUMC2Q+5LyZlcNVaY/FD36CXUnImEeM4eqDVa6OiAMPpszoO5paoXLwydNfFXb1fdoe6u2O3aByFYRRTQH92PhyvpJbl5AAAAABJRU5ErkJggg==') no-repeat 0 0;
1588
}
1589
1590
1591
@media only screen and (max-width:991px){
1592
#sidebar {
1593
width: 0;
1594
}
1595
1596
}
1597