/*- Made by DeMETAL (c) 2021 >>> -*/
/* velestbox@gmail.com */

/* bs >>> */
.row.row-half {
	margin-left: -8px !important;
	margin-right: -8px !important;
}
.row.row-half > [class*="col-"] {
	padding-left: 8px !important;
	padding-right: 8px !important;
}
.row.row-full {
	margin-left: -15px !important;
	margin-right: -15px !important;
}
.row.row-full > [class*="col-"] {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
/* bs <<< */

/* common >>> */
.spy {
	position: fixed;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ff0;
	padding: 0 5px;
	/*top: 0;*/
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 9999;
}

.ovh {
	overflow: hidden;
}
.m0a {
	margin: 0 auto;
}

.c_white {
	color: #fff;
}
.c_black {
	color: #000;
}
.bg_white {
	background: #fff;
}
.bg_black {
	background: #000;
}

.posf {
	position: absolute;
}
.posr {
	position: relative;
}
.dib {
	display: inline-block;
}

.placeholder:focus::-webkit-input-placeholder {
	color: transparent;
}
.placeholder:focus:-ms-input-placeholder {
	color: transparent;
}
.placeholder:focus::-moz-placeholder {
	color: transparent;
}
.placeholder:focus::placeholder {
	color:transparent;
}

a, button, button:focus, button:active {
	outline: none !important;
	box-shadow: none;
	border: none;
}
/* common <<< */

/* owl >>> */
.owl-nav {
	height: 0;
}
.owl-nav button {
	position: static;
}
.owl_arr {
	position: absolute;
	width: 30px;
	height: 100%;
	margin: auto;
	top: 0;
	bottom: 0;
	background: url(images/svg/owl_arr.svg) 50% 50% / contain no-repeat;
}

.owl-dots {
	position: absolute;
	height: 25px;
	width: 100%;
	line-height: 0;
	text-align: center;
}
.owl-dots .owl-dot {
	display: inline-block;
	line-height: 0 !important;
	outline: none !important;
}
.owl-dots .owl-dot span {
	display: inline-block;
	width: 30px;
	height: 5px;
	margin: 10px 5px;
	border-radius: 2px;
	background: #c3cb03;
}
.owl-dots .active span {
	background: #ff761b;
}
/* owl <<< */

/* text >>> */
p {
	margin: 0;
}
.whs {
	white-space: nowrap;
}
.tal {
	text-align: left !important;
}
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}
.fwb {
	font-weight: bold;
}
.fwn {
	font-weight: normal;
}
.tdn {
	text-decoration: none;
}
.tdu {
	text-decoration: underline;
}
.lh10 {
	line-height: 1!important;
}
.lh12 {
	line-height: 1.2!important;
}
.lh15 {
	line-height: 1.5!important;
}
.fz12 {
	font-size: 12px!important;
}
.fz14 {
	font-size: 14px!important;
}
.fz16 {
	font-size: 16px!important;
}
.fz18 {
	font-size: 18px!important;
}
.fz20 {
	font-size: 20px!important;
}
.fz22 {
	font-size: 22px!important;
}
.fz24 {
	font-size: 24px!important;
}
.fz26 {
	font-size: 26px!important;
}
.fz28 {
	font-size: 28px!important;
}
.fz30 {
	font-size: 30px!important;
}
.fz32 {
	font-size: 32px!important;
}
.fz34 {
	font-size: 34px!important;
}
.fz36 {
	font-size: 36px!important;
}
.fz48 {
	font-size: 48px!important;
}

.txt_wrap p,
.txt_wrap ul,
.txt_wrap ol {
	margin-bottom: 1rem;
}
.txt_wrap p:last-child {
	margin: 0;
}
.txt_wrap ol, ul {
	padding-left: 1rem;
}
/* text <<< */

/* bootstrap fix >>> */
.container-fluid {
	padding: 0;
}

@media screen and (max-width: 991px) {
	.container {
		/*max-width: 100%;*/
	}
	.telto, .call_btn {
		pointer-events: auto;
	}
}
/* bootstrap fix <<< */

/* SM+ (sm-*) */
@media screen and (min-width: 576px) {
	.sm-tal {
		text-align: left !important;
	}
	.sm-tac {
		text-align: center !important;
	}
	.sm-tar {
		text-align: right !important;
	}
	.sm-fwb {
		font-weight: bold !important;
	}
	.sm-lh10 {
		line-height: 1 !important;
	}
	.sm-lh12 {
		line-height: 1.2 !important;
	}
	.sm-lh15 {
		line-height: 1.5 !important;
	}

	.row.row-sm-half {
		margin-left: -8px !important;
		margin-right: -8px !important;
	}
	.row.row-sm-half > [class*="col-"] {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
	.row.row-sm-full {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
	.row.row-sm-full > [class*="col-"] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
/* MD+ (md-*) */
@media screen and (min-width: 768px) {
	.container {
		max-width: 100%;
	}
	
	.md-tal {
		text-align: left !important;
	}
	.md-tac {
		text-align: center !important;
	}
	.md-tar {
		text-align: right !important;
	}
	.md-fwb {
		font-weight: bold !important;
	}
	.md-lh10 {
		line-height: 1 !important;
	}
	.md-lh12 {
		line-height: 1.2 !important;
	}
	.md-lh15 {
		line-height: 1.5 !important;
	}

	.row.row-md-half {
		margin-left: -8px !important;
		margin-right: -8px !important;
	}
	.row.row-md-half > [class*="col-"] {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
	.row.row-md-full {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
	.row.row-md-full > [class*="col-"] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
/* LG+ (lg-*) */
@media screen and (min-width: 992px) {
	.container {
		max-width: 960px;
	}
	
	.lg-tal {
		text-align: left !important;
	}
	.lg-tac {
		text-align: center !important;
	}
	.lg-tar {
		text-align: right !important;
	}
	.lg-fwb {
		font-weight: bold !important;
	}
	.lg-lh10 {
		line-height: 1 !important;
	}
	.lg-lh12 {
		line-height: 1.2 !important;
	}
	.lg-lh15 {
		line-height: 1.5 !important;
	}

	.row.row-lg-half {
		margin-left: -8px !important;
		margin-right: -8px !important;
	}
	.row.row-lg-half > [class*="col-"] {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
	.row.row-lg-full {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
	.row.row-lg-full > [class*="col-"] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
/* XL+ (xl-*) */
@media screen and (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
	
	.xl-tal {
		text-align: left !important;
	}
	.xl-tac {
		text-align: center !important;
	}
	.xl-tar {
		text-align: right !important;
	}
	.xl-fwb {
		font-weight: bold !important;
	}
	.xl-lh10 {
		line-height: 1 !important;
	}
	.xl-lh12 {
		line-height: 1.2 !important;
	}
	.xl-lh15 {
		line-height: 1.5 !important;
	}

	.row.row-xl-half {
		margin-left: -8px !important;
		margin-right: -8px !important;
	}
	.row.row-xl-half > [class*="col-"] {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
	.row.row-xl-full {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
	.row.row-xl-full > [class*="col-"] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

/* XS ONLY (*-xs) */
@media screen and (max-width: 575px) {
	.tal-xs {
		text-align: left !important;
	}
	.tac-xs {
		text-align: center !important;
	}
	.tar-xs {
		text-align: right !important;
	}
	.fwb-xs {
		font-weight: bold !important;
	}
	.lh10-xs {
		line-height: 1 !important;
	}
	.lh12-xs {
		line-height: 1.2 !important;
	}
	.lh15-xs {
		line-height: 1.5 !important;
	}
}
/* SM ONLY (*-sm) */
@media screen and (min-width: 576px) and (max-width: 767px) {
	.tal-sm {
		text-align: left !important;
	}
	.tac-sm {
		text-align: center !important;
	}
	.tar-sm {
		text-align: right !important;
	}
	.fwb-sm {
		font-weight: bold !important;
	}
	.lh10-sm {
		line-height: 1 !important;
	}
	.lh12-sm {
		line-height: 1.2 !important;
	}
	.lh15-sm {
		line-height: 1.5 !important;
	}
}
/* MD ONLY (*-md) */
@media screen and (min-width: 768px) and (max-width: 991px) {
	.tal-md {
		text-align: left !important;
	}
	.tac-md {
		text-align: center !important;
	}
	.tar-md {
		text-align: right !important;
	}
	.fwb-md {
		font-weight: bold !important;
	}
	.lh10-md {
		line-height: 1 !important;
	}
	.lh12-md {
		line-height: 1.2 !important;
	}
	.lh15-md {
		line-height: 1.5 !important;
	}
}
/* LG ONLY (*-lg) */
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.tal-lg {
		text-align: left !important;
	}
	.tac-lg {
		text-align: center !important;
	}
	.tar-lg {
		text-align: right !important;
	}
	.fwb-lg {
		font-weight: bold !important;
	}
	.lh10-lg {
		line-height: 1 !important;
	}
	.lh12-lg {
		line-height: 1.2 !important;
	}
	.lh15-lg {
		line-height: 1.5 !important;
	}
}
/*- Made by DeMETAL (c) 2021 <<< -*/