1
/*
2
Datalife Engine template, name: Only HD Club , creation date: 21 may 2021
3
*/
4
5
:root {
6
--bg: #fff;
7
--bg-2: #f3f2f2;
8
--bg-3: #212228;
9
--tt: #212228;
10
--tt-2: #7d7e81;
11
--bdc: #f3f2f2;
12
--bsh: -1px 2px 4px rgba(0, 0, 0, 0.09);
13
--gradient: linear-gradient(135deg, #00d2ae 0%, #1185c8 100%);
14
--accent: #00d2ae;
15
--accent-darker: #0775c0;
16
--ui-bg: #fff;
17
--ui-bg-darker: #f7f7f7;
18
--ui-bg-darkest: #f0f0f0;
19
--ui-bg-accent: #11222c;
20
--ui-text-color-on-accent: #fff;
21
--ui-bdc: #ccc;
22
--indent-negative: -20px;
23
--indent: 20px; /* основной отступ справа и слева */
24
--maximum-width: 1366px; /* максимальная ширина блока контента */
25
}
26
27
/* RESET, BASIC UI SETTINGS
28
----------------------------------------------- */
29
* {background: transparent; margin: 0; padding: 0; outline: none; border: 0; box-sizing: border-box;}
30
ol, ul {list-style: none;}
31
table {border-collapse: collapse; border-spacing: 0;}
32
img, table, iframe, video, frame, embed, object {max-width: 100%;}
33
body {font: 14px 'Montserrat', sans-serif; line-height: normal; padding: 0; margin: 0;
34
color: var(--tt); background: var(--bg);
35
min-height: 100%; width: 100%; font-weight: 400; overflow-x: hidden;}
36
a {color: var(--tt); text-decoration: none;}
37
a:hover, a:focus {color: var(--tt); text-decoration: none;}
38
h1, h2, h3, h4, h5 {font-weight: 700; font-size: 24px;}
39
::selection {background: #ff0000; color: #fff;}
40
b, strong, .bolder {font-weight: 700;}
41
42
button, select, textarea, input[type="text"], input[type="password"], input[type="button"], input[type="submit"]
43
{appearance: none;
-webkit-appearance: none; font-size: 16px; font-family: inherit;}
44
button, .btn, input[type="button"], input[type="reset"], input[type="submit"], .form__btn,
45
.qq-upload-button, .pm__links a, .usp__btn a {display: inline-flex; align-items: center; justify-content: center;
46
cursor: pointer; text-align: center; padding: 0 20px; height: 40px;
font-size: 15px; font-weight: 400;
47
white-space: nowrap; background-color: var(--accent); color:#fff; border-radius: 3px; box-shadow: none;}
48
button:hover, .btn:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,
49
.form__btn:hover, .qq-upload-button:hover, .pm__links a:hover, .usp__btn a:hover
50
{background-color: var(--accent-darker); color: #fff;}
51
button:active, input[type="button"]:active, input[type="submit"]:active {box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}
52
.color-btn, [class*=fr], [class*=plyr], [class*=owl-], [id*=mceu] {padding: 0; margin: 0;
53
line-height: normal; border: 0; box-shadow: none; background: none; border-radius: 0;}
54
55
input[type="text"], input[type="password"] {height: 40px; line-height: 40px; border-radius: 4px; padding: 0 15px;}
56
select {height: 40px; padding: 0 15px; display: block;}
57
select:not([multiple]) {background-image: url(../dleimages/chevron.svg); padding-right: 30px;
58
background-repeat: no-repeat; background-position: right 15px top 50%; background-size: .6em auto;}
59
select option {padding: 6px 10px;}
60
select[multiple] {padding: 0 5px;}
61
textarea {padding: 15px; overflow: auto; vertical-align: top; resize: vertical;}
62
input[type="text"], input[type="password"], select, textarea {width: 100%; background-color: #fff; color: #000;
63
box-shadow: inset 0 0 0 1px #e3e3e3, inset 1px 2px 5px rgba(0,0,0,0.1);}
64
input[type="text"]:focus, input[type="password"]:focus, textarea:focus
65
{box-shadow: inset 0 0 0 1px var(--accent), inset 1px 2px 5px rgba(0,0,0,0.1);}
66
input::placeholder, textarea::placeholder {color: #000; opacity: 0.4;
font-size: 13px;}
67
input:focus::placeholder, textarea:focus::placeholder {color: transparent}
68
69
/* SNIPPETS
70
----------------------------------------------- */
71
.img-box, .img-wide, .img-responsive, .img-fit-cover {overflow: hidden; position: relative;}
72
.img-responsive {padding-top: 60%;}
73
.img-responsive--portrait {padding-top: 150%;}
74
.img-box > img, .img-responsive > img {width: 100%; min-height: 100%; display: block;}
75
.img-responsive > img {position: absolute; left: 0; top: 0;}
76
.img-wide img, .img-wide > a {width: 100%; display: block;}
77
.img-fit-cover img {width: 100%; height: 100%; object-fit: cover;}
78
.clr {clear: both;}
79
.clearfix::after {content: ""; display: table; clear: both;}
80
.ws-nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
81
.line-clamp {display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; overflow: hidden;}
82
.vw100 {margin:0 calc((100% - 100vw)/2); padding:0 calc((100vw - 100%)/2);}
83
.img-mask::before {content: ''; position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; height: 70%;
84
background: linear-gradient(to top, #000 0%, transpatent 100%); opacity: 0.6;}
85
.d-flex, .fx-row, #dle-content {display: flex; flex-wrap: wrap; flex-direction: row;}
86
.fd-column, .fx-col {flex-direction: column; flex-wrap: nowrap;}
87
.jc-space-between, .fx-row {justify-content: space-between;}
88
.jc-flex-start, .fx-start, #dle-content {justify-content: flex-start;}
89
.jc-center, .fx-center {justify-content: center;}
90
.jc-flex-end {justify-content: flex-end;}
91
.ai-flex-start {align-items: flex-start;}
92
.ai-center, .fx-middle {align-items: center;}
93
.ai-flex-end {align-items: flex-end;}
94
.order-first {order: -1;}
95
.order-last {order: 10;}
96
.flex-grow-1, .fx-1, .stretch-free-width {flex: 1 1 0; max-width: 100%; min-width: 50px;}
97
.btn-icon, .centered-content {display: inline-flex; justify-content: center; align-items: center;}
98
.icon-at-left [class*="fa-"], .icon-left .icon {margin-right: 0.5em;}
99
.icon-at-right [class*="fa-"], .icon-right .icon {margin-left: 10px;}
100
.hidden, #dofullsearch, .form__header .form__btn, .comment-item__main .quote + br, .d-none {display: none;}
101
.animated-element, button, .btn, .page__rating-bar-progress,
102
.header__menu > li:hover .header__menu-hidden {transition: all .3s;}
103
104
#dle-content > *:not(.grid-item), #dle-content {width: 100%;}
105
#dle-content, .d-grid {display: grid; grid-template-columns: repeat(auto-fill,minmax(280px,1fr));
106
grid-gap: 20px 10px; grid-auto-flow: row dense;}
107
#dle-content > *:not(.grid-item) {grid-column: 1 / -1;}
108
[data-src] {opacity: 0; transition: opacity 0.3s;}
109
[data-src].lazy-loaded {opacity: 1;}
110
111
@font-face {font-family: 'Montserrat'; src: url('../webfonts/montserrat-400.woff2') format('woff2');
112
font-weight: 400; font-style: normal; font-display: swap;}
113
@font-face {font-family: 'Montserrat'; src: url('../webfonts/montserrat-500.woff2') format('woff2');
114
font-weight: 500; font-style: normal; font-display: swap;}
115
@font-face {font-family: 'Montserrat'; src: url('../webfonts/montserrat-600.woff2') format('woff2');
116
font-weight: 600; font-style: normal; font-display: swap;}
117
@font-face {font-family: 'Montserrat'; src: url('../webfonts/montserrat-700.woff2') format('woff2');
118
font-weight: 700; font-style: normal; font-display: swap;}
119
120
.preview_video {
121
width: 100%;
122
height: 100%;
123
object-fit: cover;
124
display: none;
125
position: absolute;
126
left: 0;
127
top: 0;
128
}
129
130
.wrapper {
131
overflow: hidden;
132
}
133
134
.message-alert {background-color: #fff; color: #000; box-shadow: 0 0 20px rgba(0,0,0,0.2); display: none;
135
position: fixed; left: 0; bottom: 0; z-index: 99999; width: 100%;
font-size: 12px; line-height: 1.5;}
136
.message-alert-in {max-width: 700px; margin: 0 auto; padding: 10px;
137
display:-ms-flexbox;display:-webkit-flex;display:flex;
-ms-flex-wrap:wrap;
-webkit-flex-wrap:wrap;flex-wrap:wrap;
138
-ms-flex-pack:justify;
-webkit-justify-content:space-between;justify-content:space-between;
139
-ms-flex-align:center;
-webkit-align-items:center;align-items:center;}
140
.message-alert-desc {
-ms-flex-preferred-size: 0; flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1; flex-grow: 1; max-width: 100%;}
141
.message-alert-btns {margin-left: 10px; width: 110px; text-align: center;}
142
.message-alert-caption {font-size: 1.2em; font-weight: 700; margin-bottom: 7px;}
143
.message-btn {display: block; padding: 7px 0; cursor: pointer; border-radius: 3px;
144
margin-bottom: 10px; font-weight: 700;}
145
.message-btn-yes {background-color: green; color: #fff;}
146
.message-btn-no {color: #888; box-shadow: inset 0 0 0 1px red;}
147
.message-link {text-decoration: underline; color: #06c;}