* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	vertical-align: top;
}
article, aside, details, figcaption, figure, footer, header, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: #fff;
	text-decoration: none;
	outline: 0;
	font-size: 14px;
	font-family: tahoma;
}
a:hover {
	color: #fff;
}
select {
	background: url(../images/select-down.png) center no-repeat;
    background-position-x: 99%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input::-webkit-input-placeholder {
  color: #545855;
  font-size: 12px;
}
input::-moz-placeholder {
  color: #545855;
  font-size: 12px;
}
input:-ms-input-placeholder {
  color: #545855;
  font-size: 12px;
}
input:-moz-placeholder {
  color: #545855;
  font-size: 12px;
}
input::placeholder {
  color: #545855;
  font-size: 12px;
}
ul li {
 
    padding: 3px;
}
ul.square {
	list-style: square;
}
.pointer, .spoiler {
    cursor: pointer;
}
.hide {
	display: none;
}
.clear {
    clear: both;
}
.space {
	display: inline-block;
	width: 100%;
	height: 5x;
}
.block {
	display: block;
}
.space.big {
	height: 40px;
}
.space.void {
	background-color: #191d20;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.margin-top-5 {
	margin-top: 5px !important;
}
.margin-bottom-5 {
	margin-bottom: 5px !important;
}
.margin-top-15 {
	margin-top: 15px;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
label.margin-left-15,
.margin-left-15 {
	margin-left: 15px;
}
.margin-left-30 {
	margin-left: 30px;
}
.margin-right-15 {
	margin-right: 15px;
}
.margin-right-30 {
	margin-right: 30px;
}
.margin-left-10 {
	margin-left: 10px;
}
.margin-right-10 {
	margin-right: 10px;
}
.margin-left-5 {
	margin-left: 5px !important;
}
.margin-right-5 {
	margin-right: 5px !important;
}
.margin-top-3 {
	margin-top: 3px;
}
.margin-bottom-3 {
	margin-bottom: 3px;
}
.margin-left-0 {
	margin-left: 0 !important;
}
.margin-right-0 {
	margin-right: 0 !important;
}
.margin-top-0 {
	margin-top: 0 !important;
}
.margin-bottom-0 {
	margin-bottom: 0 !important;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top--20 {
	margin-top: -20px;
}
.padding-top-0 {
	padding-top: 0 !important;
}
.padding-bottom-0 {
	padding-bottom: 0 !important;
}
.relative {
	position: relative;
}
.width-100p {
	width: 100%;
}

.text-green {
	color: #03aa46 !important;
}
.text-red {
	color: #f94747 !important;
}
.text-yellow {
	color: #ffcc3c !important;
}
.text-blue {
	color: #558efa !important;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 50px #17191b;
	-webkit-text-fill-color: #fff;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: 15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .lightGallery .image-tile, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
}
.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}
.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}
.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}
.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}
.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}
.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}
.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}
.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.spoiler_main {
	display: none;
	padding: 5px;
}
.contecteeee {
    overflow: hidden;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 2px 4px #999;
    -moz-box-shadow: 1px 2px 4px #999;
    box-shadow: 1px 2px 4px #999;
    margin: 5px 6px 0 0;
    padding: 8px 0 10px 8px;
}