/* 
Datalife Engine template by Broncolli.com,
name: , creation date: 10 september 2020, version dle: 14
*/

:root {
	--bg-color-primary: #fff;
	--bg-color-secondary: #f6f6f6;
	--accent-color-primary: #f0932b;
	--accent-color-secondary: #755144;
	--accent-color-third: #db8524;
	--text-color-primary: #333;
	--text-color-secondary: #959595;
	--ui-color: #755144;
	--main-indent-negative: -40px;
	--main-indent: 40px;
	--maximum-width: 1400px; /* максимальная ширина блока контента */
}

/* RESET, BASIC UI SETTINGS
----------------------------------------------- */
* {background: transparent; margin: 0; padding: 0; outline: none; border: 0; box-sizing: border-box;}
ol, ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
img, table, iframe, video, frame, embed, object {max-width: 100%;}
html {font-size: 62.5%;}
body {font: 1.5rem 'Roboto', sans-serif; line-height: normal; padding: 0; margin: 0;        
	color: var(--text-color-primary); background: #f5f5f5 url(../images/bg.jpg); 
	min-height: 100%; width: 100%; font-weight: 400;}
a {color: var(--text-color-primary); text-decoration: none;}
a:hover, a:focus {color: var(--accent-color-secondary); text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight: 500; font-size: 2.4rem;}
::selection {background: #f6e58d; color: #000;}
b, strong {font-weight: 500;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}

button, select, textarea, input[type="text"], input[type="password"], input[type="button"], input[type="submit"] 
{appearance: none; -webkit-appearance: none; font-size: 1.6rem; font-family: 'Roboto' !important;}
button:not(.color-btn):not([class*=fr]):not([class*=plyr]):not(.header__search-btn):not(.header__lang-btn):not(.form__btn1):not([id*=mceu]), 
.button, .btn, input[type="button"]:not(.form__btn), input[type="reset"], input[type="submit"] {
	display: inline-block; cursor: pointer; text-align: center; padding: 0 20px; height: 40px; line-height: 40px;
	background-color: var(--accent-color-primary); color:#fff; font-size: 1.5rem; font-weight: 400; white-space: nowrap;
	border-radius: 3px; text-shadow: 1px 1px rgba(0,0,0,0.1);}
button:not(.color-btn):not([class*=fr]):not([class*=plyr]):not(.header__search-btn):not(.header__lang-btn):not(.form__btn1):not([id*=mceu]):hover, 
.button:hover, .btn:hover, input[type="button"]:not(.form__btn):hover, input[type="reset"]:hover, 
input[type="submit"]:hover {background-color: var(--accent-color-third); color: #fff; box-shadow: 0 10px 20px 0 rgba(0,0,0,0);}
button:active, input[type="button"]:active, input[type="submit"]:active {box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}

input[type="text"], input[type="password"] {height: 40px; line-height: 40px; border-radius: 4px; padding: 0 15px;}
select {height: 40px; padding: 0 15px; display: block;}
select:not([multiple]) {background-image: url(../dleimages/chevron.svg); padding-right: 30px;
	background-repeat: no-repeat; background-position: right 15px top 50%; background-size: .6em auto;}
select option {padding: 6px 10px;}
select[multiple] {padding: 0 5px;}
textarea {padding: 15px; overflow: auto; vertical-align: top; resize: vertical;}
input[type="text"], input[type="password"], select, textarea {width: 100%; background-color: #fff; color: #000; 
	box-shadow: inset 0 0 0 1px #e3e3e3, inset 1px 2px 5px rgba(0,0,0,0.1);}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus 
{box-shadow: inset 0 0 0 1px var(--accent-color-primary), inset 1px 2px 5px rgba(0,0,0,0.1);}
input::placeholder, textarea::placeholder {color: #000; opacity: 0.6; font-size: 1.4rem;} 
input:focus::placeholder, textarea:focus::placeholder {color: transparent}

/* SNIPPETS
----------------------------------------------- */
.img-box, .img-wide, .img-responsive, .img-fit-cover {overflow: hidden; position: relative;}
.img-responsive {padding-top: 60%;}
.img-responsive--portrait {padding-top: 150%;}
.img-box > img, .img-responsive > img {width: 100%; min-height: 100%; display: block;}
.img-responsive > img {position: absolute; left: 0; top: 0;}
.img-wide img, .img-wide > a {width: 100%; display: block;}
.img-fit-cover img {width: 100%; height: 100%; object-fit: cover;}
.img-inner-shadow::before {content: ''; position: absolute; z-index: 5; left: 0; right: 0; bottom: 0; height: 50%; 
	background: linear-gradient(to bottom, transparent 0%,#000 100%); opacity: 0.6;}
.img-inner-overlay::after, .img-inner-overlay::before {content: ''; position: absolute; z-index: 5; left: 0; right: 0; bottom: 0; 
	background: url(../images/img-overlay.png); background-size: 16px; opacity: 0.4; height: 100%;}
.img-inner-overlay::before {z-index: 6; opacity: 0.6; 
	background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.4) 100%);}
.clr {clear: both;}
.clearfix::after {content: ""; display: table; clear: both;}
.ws-nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.d-flex, #dle-content {display: flex; flex-wrap: wrap; flex-direction: row;}
.fd-column {flex-direction: column; flex-wrap: nowrap;} 
.jc-flex-start {justify-content: flex-start;}
.jc-flex-end {justify-content: flex-end;}
.jc-space-between, #dle-content {justify-content: space-between;}
.jc-center {justify-content: center;}
.ai-flex-start {align-items: flex-start;}
.ai-center {align-items: center;}
.order-first {order: -1;}
.order-last {order: 10;}
.stretch-free-width {flex: 1 1 0; max-width: 100%; min-width: 50px;}
.icon-at-left [class*="fa-"], .icon-left .icon {margin-right: 10px;}
.icon-at-right [class*="fa-"], .icon-right .icon {margin-left: 10px;}
.hidden, #dofullsearch, .form__header .form__btn {display: none;}
.animated-element, button, .btn, a, .header__menu-hidden, 
.tile-item__link img, .tile-item__desc, .tile-item__link::before,.tile-item__link::after {transition: all .3s;}

#dle-content > *:not(.short-item-2), #dle-content {width: 100%;}

@font-face {font-family: 'Font-Awesome-Custom';
	src: url('../webfonts/Font-Awesome-Custom.woff?d0g5mw') format('woff');
	font-weight: normal; font-style: normal; font-display: swap;
}
  
.far {font-family: 'Font-Awesome-Custom' !important;
	speak: never; font-style: normal; font-weight: normal;
	font-variant: normal; text-transform: none; line-height: 1; display: inline-block;
	-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
  
  .fa-angle-down:before {
	content: "\e900" !important;
  }
  .fa-angle-right:before {
	content: "\e901" !important;
  }
  .fa-bars:before {
	content: "\e902" !important;
  }
  .fa-bookmark:before {
	content: "\e903" !important;
  }
  .fa-camera:before {
	content: "\e904" !important;
  }
  .fa-clock:before {
	content: "\e905" !important;
  }
  .fa-cog:before {
	content: "\e906" !important;
  }
  .fa-comments:before {
	content: "\e907" !important;
  }
  .fa-envelope:before {
	content: "\e908" !important;
  }
  .fa-eye:before {
	content: "\e909" !important;
  }
  .fa-facebook-f:before {
	content: "\e90a" !important;
  }
  .fa-heart:before {
	content: "\e90b" !important;
  }
  .fa-lock:before {
	content: "\e90c" !important;
  }
  .fa-long-arrow-up:before {
	content: "\e90d" !important;
  }
  .fa-mobile:before {
	content: "\e90e" !important;
  }
  .fa-odnoklassniki:before {
	content: "\e90f" !important;
  }
  .fa-pencil:before {
	content: "\e910" !important;
  }
  .fa-plus:before {
	content: "\e911" !important;
  }
  .fa-plus-circle:before {
	content: "\e912" !important;
  }
  .fa-poll:before {
	content: "\e913" !important;
  }
  .fa-print:before {
	content: "\e914" !important;
  }
  .fa-quote-left:before {
	content: "\e915" !important;
  }
  .fa-rss:before {
	content: "\e916" !important;
  }
  .fa-search:before {
	content: "\e917" !important;
  }
  .fa-sign-in:before {
	content: "\e918" !important;
  }
  .fa-sign-out:before {
	content: "\e919" !important;
  }
  .fa-tag:before {
	content: "\e91a" !important;
  }
  .fa-thumbs-down:before {
	content: "\e91b" !important;
  }
  .fa-thumbs-up:before {
	content: "\e91c" !important;
  }
  .fa-times:before {
	content: "\e91d" !important;
  }
  .fa-twitter:before {
	content: "\e91e" !important;
  }
  .fa-user:before {
	content: "\e91f" !important;
  }
  .fa-video:before {
	content: "\e920" !important;
  }
  .fa-vk:before {
	content: "\e921" !important;
  }
  .fa-youtube:before {
	content: "\e922" !important;
  }
  