#ownd-product-models,
.ownd-product-models
{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 5px;
}

.ownd-product-models
{
	margin-top: 18px;
	max-width: 252px;
}

.ownd-product-models.slick-slider
{
	display: block;
}

.ownd-product-models.slick-slider .slick-slide
{
	padding: 0 2px;
}

#ownd-product-models a,
.ownd-product-models a
{
	display: block;
	width: 70px;
	height: 70px;
	border: 1px solid #eee;
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

.ownd-product-models a
{
	width: calc((100% / 6) - 5px);
	height: 37px;
}

#ownd-product-models a.ownd-active,
.ownd-product-models a.ownd-active
{
	border-color: #000;
}

.ownd-product-models .slick-prev,
.ownd-product-models .slick-next
{
	font-size: 0;
	border: none;
	outline: none;
	position: absolute;
	top: 0;
	width: 10px;
	height: 38px;
	z-index: 1;
	cursor: pointer;
	background: url('images/chevron-right-dark.svg') 50% 50% / contain no-repeat;
}

.ownd-product-models .slick-prev
{
	left: -15px;
	transform: rotate(180deg);
}

.ownd-product-models .slick-next
{
	right: -15px;
}

.ownd-product-models .slick-prev:hover,
.ownd-product-models .slick-next:hover
{
	background-color: #eee;
}

.modern-page-navigation
{
	flex-wrap: wrap;
}

.modern-page-navigation a
{
	white-space: nowrap;
}

.intec-header.complex.old
{
	min-height: unset !important;
}



@media (max-width: 500px)
{
	.ownd-product-models a
	{
		width: calc((100% / 3) - 5px);
		height: 34px;
	}
}





@font-face {
    font-display: swap;
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    src: url("assets/fa-brands-400.woff2") format("woff2");
    font-display: swap
}

.fab {
    font-family: 'Font Awesome 5 Brands'
}

@font-face {
    font-display: swap;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    src: url("assets/fa-regular-400.woff2") format("woff2");
    font-display: swap;
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

@font-face {
    font-display: swap;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url("assets/fa-solid-900.woff2") format("woff2");
    font-display: swap;
}

.fa,.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.d-none {
    display: none !important;
}

.fa-comment-dots:before {
    content: "\f4ad";
}

.fa-times:before {
    content: "\f00d";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-whatsapp:before {
    content: "\f232";
}

.us-product-one-click {
	margin-top: 29px
}

.us-product-advantages-item {
	border: 1px solid transparent;
	-moz-border-image: -moz-linear-gradient(top left, #ed0202, #0b7ccc);
	-webkit-border-image: -webkit-linear-gradient(top left, #ed0202, #0b7ccc);
	border-image: linear-gradient(to bottom right, #ed0202, #0b7ccc);
	border-image-slice: 1
}

.us-product-advantages-icon i {
	color: #0a2665
}

.us-product-advantages-icon i:hover {
	color: #274b9a
}

.us-product-advantages-link {
	color: #333
}

.us-product-advantages-link:hover {
	color: #000
}

.us-content a, .us-product-description-cont a, .us-category-description-text a {
	color: #0a2665 !important
}

@keyframes pulsation {
	0% {
		transform: scale(0);
		opacity: 1
	}

	50% {
		opacity: .5
	}

	to {
		transform: scale(1);
		opacity: 0
	}
}

@keyframes rotation {
	0%,100%,50% {
		transform: rotate(0)
	}

	25% {
		transform: rotate(30deg)
	}

	75% {
		transform: rotate(-30deg)
	}
}

#us_fixed_contact_button {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 70px;
	height: 70px;
	background: rgb(77,194,71);
	border-radius: 100%;
	cursor: pointer;
	z-index: 10
}

#us_fixed_contact_button_mobile {
	width: 30px;
	height: 24px;
	background: none;
	border-radius: 100%;
	position: relative;
}

#us_fixed_contact_button.clicked {
	z-index: 1021
}

#us_fixed_contact_substrate {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	z-index: 0;
	display: none
}

#us_fixed_contact_substrate.active {
	z-index: 1020;
	display: block
}

.us-fixed-contact-pulsation {
	width: 100px;
	height: 100px;
	background: rgb(77,194,71);
	border-radius: 50px;
	position: absolute;
	left: -15px;
	top: -15px;
	z-index: -1;
	transform: scale(0);
	animation: pulsation 2s infinite;
}

.us-fixed-contact-icon {
	color: #fff;
	width: 44px;
	height: 44px;
	border-radius: 50px;
	position: absolute;
	top: calc(50% - 22px);
	right: calc(50% - 22px);
	overflow: hidden;
	font-size: 28px
}

#us_fixed_contact_button_mobile .us-fixed-contact-icon {
	color: #1b1e25;
	width: 28px;
	height: 24px;
	position: static;
	font-size: 20px;
}

.us-fixed-contact-icon .fa-comment-dots {
	animation: rotation 1.5s linear infinite;
}

#us_fixed_contact_button_mobile .us-fixed-contact-icon .fa-comment-dots {
	animation: unset;
}

.us-fixed-contact-dropdown {
	position: absolute;
	bottom: 60px;
	right: 60px;
	padding: 20px;
	border-radius: 1px;
	background: #fff;
	display: block;
	opacity: 0;
	z-index: -1;
	margin-bottom: 20px;
	transition: margin-bottom 0.3s ease, opacity 0.3s ease;
	box-shadow: 5px 12px 30px rgba(0,0,0,0.35);
	visibility: hidden;
	min-width: 250px
}

#us_fixed_contact_button_mobile  .us-fixed-contact-dropdown {
	bottom: unset;
	top: 40px;
	right: -60px;
	min-width: 200px;
}

.us-fixed-contact-dropdown.expanded {
	margin-bottom: 0;
	opacity: .98;
	z-index: 1;
	visibility: visible
}

.us-fixed-contact-dropdown-close {
	background: none;
	border: 0;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
	color: #333;
	transition: color .3s ease
}

.us-fixed-contact-dropdown-close:hover {
	color: #71be00
}

.us-fixed-contact-item {
	color: #333;
	text-decoration: none;
}

.us-fixed-contact-item:hover {
	color: #71be00
}

.us-fixed-contact-item:not(:last-child) {
	margin-bottom: 18px
}

.us-fixed-contact-item-icon {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	margin-right: 10px;
	color: #fff
}

.us-fixed-contact-item-icon i {
	font-size: 18px
}

.us-fixed-contact-messenger {
	background: #0084ff
}

.us-fixed-contact-viber {
	background: #7c529d
}

.us-fixed-contact-telegram {
	background: #2ca5e0
}

.us-fixed-contact-skype {
	background: #31c4ed
}

.us-fixed-contact-whatsapp {
	background: #25D366
}

.us-fixed-contact-email {
	background: #50a8ff
}

.us-fixed-contact-call {
	background: #71be00
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center !important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center !important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex !important;
}
.align-items-start {
    -ms-flex-align: start!important;
    align-items: flex-start !important;
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column !important;
}

.us-fixed-contact-max
{
	background: url('images/max_icon.svg?1') 50% / 50% no-repeat, linear-gradient(90deg, #4695fd, #a44ede);
}

@media (max-width: 768px)
{
	#us_fixed_contact_button
	{
		display: none !important;
	}
}