@charset "UTF-8";
/*!
Theme Name: polytech
Theme URI: http://underscores.me/
Author: Malina tech
Author URI: http://malina.tech/
Description: Сеть центров оперативной полиграфии
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: polytech
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

polytech is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* @font-face {
  font-family: 'Kobzar';
  src: url('/fonts/Kobzar_KS.woff2.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */
:root {
	--dark: #3a3a3a;
	--gray: #717171;
	--s-gray: #9d9d9d;
	--l-gray: #c0c0c0;
	/* --blue: #10bcf4; */
	--blue: #001960;
	--l-blue: #f4f7fc;
	/* --d-blue: #0090bf; */
	--d-blue: #4a93dd;
	/* --da-blue: #087ca1; */
	--da-blue: #152e78;
	--dark-blue: #083146;
	--sdark-blue: #072636;
	--lighter: #e8e8e8;
	--light: #f9fafc;
	--t-light: #e9e9e9;
	--l-light: #eeeeee;
	--font-family-raleway: "Raleway";
	--font-family-roboto: "Roboto";
	--box-shadow-btn-primary: 0px 3px 7px rgba(16, 188, 244, 0.5);

	--gradient-1: linear-gradient(#4a93dd, #001960);

	--test-font-title: "Unbounded", sans-serif;
	--test-font-text: "Montserrat", sans-serif;
	--test-font-kobzar: "Kobzar", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0 !important;
}

p {
	font-family: "Roboto";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px;
	color: var(--gray);
	margin: 0;
}

body {
	background-color: var(--light) !important;
}

.title h1 {
	font-family: var(--font-family-raleway) !important;
	font-size: 50px !important;
	font-style: normal !important;
	font-weight: 800 !important;
	text-transform: uppercase;
	letter-spacing: 0.05em !important;
	text-align: left !important;
	color: var(--dark);
}

@media screen and (max-width: 768px) {
	.title h1 {
		font-size: 27px !important;
	}
}

.title-cust h1 {
	font-size: 75px !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

h2 {
	font-family: var(--font-family-raleway) !important;
	font-size: 35px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	letter-spacing: 0em !important;
	text-align: left !important;
	color: var(--dark);
}

@media screen and (max-width: 768px) {
	h2 {
		font-size: 21px !important;
	}
}

h4 {
	font-family: var(--font-family-raleway) !important;
	font-size: 23px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	letter-spacing: 0em !important;
	text-align: left !important;
	color: var(--dark);
}

ul li {
	font-size: 18px;
}

ul.ul-item {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 3px;
}

ul.ul-item li {
	font-size: 18px;
}

ul.ul-item li:before {
	content: "";
	width: 10px;
	height: 10px;
	margin-top: 9px;
	margin-right: 15px;
	display: block;
	float: left;
	background: transparent;
	border: 1px solid var(--blue);
	border-radius: 10px;
}

::-moz-selection {
	background: var(--blue);
	color: #fff;
}

::selection {
	background: var(--blue);
	color: #fff;
}

.cont-content {
	margin-bottom: 0;
	font-size: 21px;
	color: var(--gray);
}

.cont-content table {
	width: 100%;
	max-width: 100%;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid var(--lighter);
	margin-top: 15px;
}

.cont-content table thead > tr > td {
	font-weight: 600;
	color: var(--da-blue);
	vertical-align: bottom;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	text-align: left;
	font-size: 15px;
	padding: 12px 20px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.cont-content table tbody > tr > td {
	text-align: left;
	font-size: 15px;
	padding: 12px 20px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.cont-content table tbody tr:nth-child(odd) {
	background-color: var(--light);
}

.cont-content ul li,
.cont-content ol li {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px;
}

.prime-light {
	background-color: var(--white);
}

.prime-at {
	padding-top: 65px;
	padding-bottom: 65px;
}

.prime-main {
	padding-top: 50px;
}

.prime-cont--title {
	font-family: "Raleway";
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0em;
	color: var(--dark);
}

@media screen and (max-width: 768px) {
	.prime-cont--title {
		font-size: 21px !important;
	}
}

.prime-cont--title-order {
	font-size: 25px !important;
}

.prime-cont--desc {
	font-family: "Roboto";
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0em;
	color: var(--gray);
}

@media screen and (max-width: 768px) {
	.prime-cont--desc {
		font-size: 19px !important;
	}
}

.progress-wrap {
	position: fixed;
	right: 50px;
	bottom: 15px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50px;
	border: 1px solid #fff;
	background: var(--blue);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap:hover {
	-webkit-transform: scale(1.05) !important;
	transform: scale(1.05) !important;
}

@media screen and (max-width: 768px) {
	.progress-wrap {
		right: 25px;
		bottom: 25px;
	}
}

.progress-wrap-icon {
	color: #fff;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.progress-wrap svg {
	display: none;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg.progress-circle path {
	stroke: var(--grey);
	stroke-width: 4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

/** Custom Select **/
.select-hidden {
	display: none;
	visibility: hidden;
	padding-right: 10px;
}

.select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: var(--dark);
	width: 100%;
	height: 60px;
	border-radius: 10px;
}

.select-styled {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 60px;
	padding: 15px 30px;
	background-color: #fff;
	border: 1px solid var(--t-light);
	border-radius: 10px;
	font-size: 21px;
	color: var(--s-gray);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.select-styled:hover {
	border-color: var(--blue);
}

.select-styled:active,
.select-styled.active {
	border-color: var(--blue);
}

.select-options {
	display: none;
	position: absolute;
	top: calc(100% + 5px);
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid var(--light);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.select-options li {
	margin: 0;
	padding: 12px 0;
	text-indent: 15px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.select-options li:nth-child(2) {
	border-radius: 10px 10px 0 0;
}

.select-options li:last-child {
	border-radius: 0 0 10px 10px;
}

.select-options li:hover {
	color: var(--dark);
	background: var(--l-light);
}

.select-options li[rel="hide"] {
	display: none;
}

.form-select button {
	height: 60px;
	padding: 15px 30px;
	background-color: transparent;
	border: 1px solid var(--t-light);
	border-radius: 10px;
	font-size: 21px;
	color: var(--dark);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

@media screen and (max-width: 768px) {
	.form-select button {
		font-size: 19px;
	}
}

.form-select button:hover {
	border-color: rgba(16, 188, 244, 0.5);
}

.form-select button:focus {
	border-color: var(--da-blue);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-select button::-webkit-input-placeholder {
	font-size: 21px;
	color: var(--s-gray);
}

.form-select button::-moz-placeholder {
	font-size: 21px;
	color: var(--s-gray);
}

.form-select button:-ms-input-placeholder {
	font-size: 21px;
	color: var(--s-gray);
}

.form-select button::-ms-input-placeholder {
	font-size: 21px;
	color: var(--s-gray);
}

.form-select button::placeholder {
	font-size: 21px;
	color: var(--s-gray);
}

@media screen and (max-width: 768px) {
	.form-select button::-webkit-input-placeholder {
		font-size: 19px;
	}
	.form-select button::-moz-placeholder {
		font-size: 19px;
	}
	.form-select button:-ms-input-placeholder {
		font-size: 19px;
	}
	.form-select button::-ms-input-placeholder {
		font-size: 19px;
	}
	.form-select button::placeholder {
		font-size: 19px;
	}
}

.c-white {
	color: #fff;
}

.bg-white {
	background-color: var(--white);
}

.bs-head {
	-webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.btn-close-modal {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 15px;
	top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: transparent;
	border: 3px solid var(--s-gray);
	border-radius: 20px;
	z-index: 30;
}

.btn-close-modal .icon-close {
	color: var(--s-gray);
	font-size: 14px;
}

.custom-file {
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.custom-file-icon {
	padding-top: 3px;
	padding-right: 15px;
	color: #fff;
}

.navbar-toggler {
	display: none;
	position: relative;
	right: 15px;
	border: none;
}

@media screen and (max-width: 992px) {
	.navbar-toggler {
		display: block;
	}
}

.navbar-toggler:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-toggler-divider {
	width: 30px;
	height: 2px;
	position: absolute;
	left: 0;
	background-color: var(--blue);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.navbar-toggler-divider:first-child {
	top: 0;
}

.navbar-toggler-divider:nth-child(2) {
	top: 5px;
}

.navbar-toggler-divider:last-child {
	top: 10px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-divider {
	position: absolute;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-divider:first-child {
	top: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-divider:nth-child(2) {
	top: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-divider:last-child {
	opacity: 0;
}

.phone-big {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.phone-big-num {
	margin: 0 0 0 auto !important;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	color: var(--dark);
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.phone-big-num:hover {
	color: var(--blue);
}

.phone-big-num.__phone {
	font-size: 18px;
	font-weight: 700;
}

.phone-big-num.__email {
	font-size: 14px;
	font-weight: 700;
}

.phone-big .ptt-icon {
	display: none;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	font-size: 18px;
}

.phone-big:hover {
	text-decoration: none;
	color: var(--blue);
}

.phone-big:hover .phone-big-invert {
	color: var(--blue);
}

.phone-big:hover .ptt-icon {
	background-color: var(--blue) !important;
	border-color: var(--blue) !important;
	color: var(--white) !important;
	text-decoration: none;
	-webkit-box-shadow: var(--box-shadow-btn-primary) !important;
	box-shadow: var(--box-shadow-btn-primary) !important;
	outline: none !important;
}

.ptt-icon {
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 22px;
	border: 1px solid var(--lighter);
	border-radius: 50%;
	text-decoration: none;
	color: var(--da-blue);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

@media screen and (min-width: 992px) {
	.ptt-icon-phone {
		display: none;
	}
}

@media screen and (max-width: 992px) {
	.ptt-icon {
		width: 35px;
		height: 35px;
		font-size: 20px !important;
	}
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.ptt-icon:hover,
.ptt-icon:focus,
.ptt-icon:active {
	background-color: var(--blue) !important;
	border-color: var(--blue) !important;
	color: var(--white) !important;
	text-decoration: none;
	-webkit-box-shadow: var(--box-shadow-btn-primary) !important;
	box-shadow: var(--box-shadow-btn-primary) !important;
	outline: none !important;
}

.ptt-icon-inv {
	width: 38px;
	height: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 21px;
	/* background-color: var(--blue);
	border-color: var(--blue) !important; */
	background-color: var(--d-blue);
	border-color: var(--d-blue) !important;
	border-radius: 50%;
	text-decoration: none;
	color: var(--white) !important;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.ptt-icon-inv:hover,
.ptt-icon-inv:focus,
.ptt-icon-inv:active {
	/* background-color: transparent !important; */
	border: 1px solid var(--blue);
	color: var(--blue) !important;
	background-color: var(--d-blue);
	text-decoration: none;
	outline: none !important;
}

.btn-primary {
	padding: 12px 34px;
	background-color: var(--white);
	border: 3px solid var(--blue);
	border-radius: 10px;
	color: var(--da-blue);
	font-size: 21px;
	font-weight: 500;
}
.btn-small {
	padding: 6px 12px;
	font-size: 16px;
}
.btn-prime {
	padding: 12px 34px;
	background-color: transparent;
	border: 3px solid var(--blue);
	border-radius: 10px;
	color: var(--c-dark);
	font-size: 21px;
	font-weight: 500;
}

.btn-prime:hover {
	background-color: var(--blue);
	border-color: var(--blue);
	color: #fff !important;
}

.btn-sender {
	background-color: transparent !important;
	color: #fff;
	border-color: #fff;
}

.btn-sender:hover {
	background-color: #fff !important;
	border-color: #fff !important;
	color: var(--blue) !important;
	-webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5) !important;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5) !important;
}

.btn-hide {
	display: none;
}

.btn-select {
	padding: 10px;
	font-family: "Roboto";
	font-weight: 500;
	font-size: 18px;
	color: var(--da-blue);
	background: transparent;
	border: 3px solid var(--blue);
	border-radius: 8px;
}

.btn-select:hover {
	color: #fff;
	background: var(--blue);
	-webkit-box-shadow: 0px 3px 7px rgba(16, 188, 244, 0.5);
	box-shadow: 0px 3px 7px rgba(16, 188, 244, 0.5);
}

.btn-select .icon-chevron {
	margin-left: 10px;
	font-size: 14px;
}

.btn-select-more {
	padding: 10px 30px;
	color: #fff;
	background: var(--blue);
	-webkit-box-shadow: 0px 3px 7px rgba(16, 188, 244, 0);
	box-shadow: 0px 3px 7px rgba(16, 188, 244, 0);
}

.btn-select-more:hover {
	color: var(--da-blue);
	background: transparent;
	-webkit-box-shadow: 0px 3px 7px rgba(16, 188, 244, 0);
	box-shadow: 0px 3px 7px rgba(16, 188, 244, 0);
}

.edit_post_link {
	display: block;
	text-align: center;
	padding-top: 10px;
	font-size: 14px;
	font-family: "Roboto";
	color: var(--gray);
}

.view-map--link {
	margin-top: 10px;
	padding-bottom: 20px;
	display: block;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.view-map--link:hover {
	color: #fff;
}

.view-map--link .icon {
	color: #fff;
	margin-right: 15px;
	margin-left: 15px;
}

.breadcrumps {
	margin-bottom: 15px;
}

.breadcrumps-cust {
	margin-top: 40px;
}

.breadcrumps-cust .breadcrumps-link {
	color: var(--blue);
}

.breadcrumps-cust .breadcrumps-link-no_active {
	color: var(--blue);
}

.breadcrumps-cust .breadcrumps-link-no_active:hover {
	color: var(--blue);
}

.breadcrumps-link {
	color: var(--c-dark);
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.breadcrumps-link-no_active {
	font-size: 13px;
	font-weight: 500;
	color: var(--dark);
	opacity: 0.5;
}

.breadcrumps-link-no_active:hover {
	color: var(--dark);
	text-decoration: none;
}

.breadcrumps .separ {
	padding: 0 10px;
	font-size: 12px;
	color: var(--c-dark);
}

@media screen and (max-width: 768px) {
	.md-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

/*! Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
.fa,
.fas,
.far,
.fal,
.fad,
.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;
}

.fa-lg {
	font-size: 1.3333333333em;
	line-height: 0.75em;
	vertical-align: -0.0667em;
}

.fa-xs {
	font-size: 0.75em;
}

.fa-sm {
	font-size: 0.875em;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fa-border {
	border: solid 0.08em #eee;
	border-radius: 0.1em;
	padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
	margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
	margin-left: 0.3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
	content: "\f26e";
}

.fa-accessible-icon:before {
	content: "\f368";
}

.fa-accusoft:before {
	content: "\f369";
}

.fa-acquisitions-incorporated:before {
	content: "\f6af";
}

.fa-ad:before {
	content: "\f641";
}

.fa-address-book:before {
	content: "\f2b9";
}

.fa-address-card:before {
	content: "\f2bb";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-adn:before {
	content: "\f170";
}

.fa-adobe:before {
	content: "\f778";
}

.fa-adversal:before {
	content: "\f36a";
}

.fa-affiliatetheme:before {
	content: "\f36b";
}

.fa-air-freshener:before {
	content: "\f5d0";
}

.fa-airbnb:before {
	content: "\f834";
}

.fa-algolia:before {
	content: "\f36c";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-alipay:before {
	content: "\f642";
}

.fa-allergies:before {
	content: "\f461";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-amazon-pay:before {
	content: "\f42c";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}

.fa-amilia:before {
	content: "\f36d";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-android:before {
	content: "\f17b";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angry:before {
	content: "\f556";
}

.fa-angrycreative:before {
	content: "\f36e";
}

.fa-angular:before {
	content: "\f420";
}

.fa-ankh:before {
	content: "\f644";
}

.fa-app-store:before {
	content: "\f36f";
}

.fa-app-store-ios:before {
	content: "\f370";
}

.fa-apper:before {
	content: "\f371";
}

.fa-apple:before {
	content: "\f179";
}

.fa-apple-alt:before {
	content: "\f5d1";
}

.fa-apple-pay:before {
	content: "\f415";
}

.fa-archive:before {
	content: "\f187";
}

.fa-archway:before {
	content: "\f557";
}

.fa-arrow-alt-circle-down:before {
	content: "\f358";
}

.fa-arrow-alt-circle-left:before {
	content: "\f359";
}

.fa-arrow-alt-circle-right:before {
	content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
	content: "\f35b";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-arrows-alt-h:before {
	content: "\f337";
}

.fa-arrows-alt-v:before {
	content: "\f338";
}

.fa-artstation:before {
	content: "\f77a";
}

.fa-assistive-listening-systems:before {
	content: "\f2a2";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-asymmetrik:before {
	content: "\f372";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-atlas:before {
	content: "\f558";
}

.fa-atlassian:before {
	content: "\f77b";
}

.fa-atom:before {
	content: "\f5d2";
}

.fa-audible:before {
	content: "\f373";
}

.fa-audio-description:before {
	content: "\f29e";
}

.fa-autoprefixer:before {
	content: "\f41c";
}

.fa-avianex:before {
	content: "\f374";
}

.fa-aviato:before {
	content: "\f421";
}

.fa-award:before {
	content: "\f559";
}

.fa-aws:before {
	content: "\f375";
}

.fa-baby:before {
	content: "\f77c";
}

.fa-baby-carriage:before {
	content: "\f77d";
}

.fa-backspace:before {
	content: "\f55a";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-bacon:before {
	content: "\f7e5";
}

.fa-bacteria:before {
	content: "\e059";
}

.fa-bacterium:before {
	content: "\e05a";
}

.fa-bahai:before {
	content: "\f666";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-balance-scale-left:before {
	content: "\f515";
}

.fa-balance-scale-right:before {
	content: "\f516";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-band-aid:before {
	content: "\f462";
}

.fa-bandcamp:before {
	content: "\f2d5";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-bars:before {
	content: "\f0c9";
}

.fa-baseball-ball:before {
	content: "\f433";
}

.fa-basketball-ball:before {
	content: "\f434";
}

.fa-bath:before {
	content: "\f2cd";
}

.fa-battery-empty:before {
	content: "\f244";
}

.fa-battery-full:before {
	content: "\f240";
}

.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battle-net:before {
	content: "\f835";
}

.fa-bed:before {
	content: "\f236";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bezier-curve:before {
	content: "\f55b";
}

.fa-bible:before {
	content: "\f647";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-biking:before {
	content: "\f84a";
}

.fa-bimobject:before {
	content: "\f378";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-biohazard:before {
	content: "\f780";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitcoin:before {
	content: "\f379";
}

.fa-bity:before {
	content: "\f37a";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-blackberry:before {
	content: "\f37b";
}

.fa-blender:before {
	content: "\f517";
}

.fa-blender-phone:before {
	content: "\f6b6";
}

.fa-blind:before {
	content: "\f29d";
}

.fa-blog:before {
	content: "\f781";
}

.fa-blogger:before {
	content: "\f37c";
}

.fa-blogger-b:before {
	content: "\f37d";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-bold:before {
	content: "\f032";
}

.fa-bolt:before {
	content: "\f0e7";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-bone:before {
	content: "\f5d7";
}

.fa-bong:before {
	content: "\f55c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-book-dead:before {
	content: "\f6b7";
}

.fa-book-medical:before {
	content: "\f7e6";
}

.fa-book-open:before {
	content: "\f518";
}

.fa-book-reader:before {
	content: "\f5da";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-bootstrap:before {
	content: "\f836";
}

.fa-border-all:before {
	content: "\f84c";
}

.fa-border-none:before {
	content: "\f850";
}

.fa-border-style:before {
	content: "\f853";
}

.fa-bowling-ball:before {
	content: "\f436";
}

.fa-box:before {
	content: "\f466";
}

.fa-box-open:before {
	content: "\f49e";
}

.fa-box-tissue:before {
	content: "\e05b";
}

.fa-boxes:before {
	content: "\f468";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-brain:before {
	content: "\f5dc";
}

.fa-bread-slice:before {
	content: "\f7ec";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-briefcase-medical:before {
	content: "\f469";
}

.fa-broadcast-tower:before {
	content: "\f519";
}

.fa-broom:before {
	content: "\f51a";
}

.fa-brush:before {
	content: "\f55d";
}

.fa-btc:before {
	content: "\f15a";
}

.fa-buffer:before {
	content: "\f837";
}

.fa-bug:before {
	content: "\f188";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-burn:before {
	content: "\f46a";
}

.fa-buromobelexperte:before {
	content: "\f37f";
}

.fa-bus:before {
	content: "\f207";
}

.fa-bus-alt:before {
	content: "\f55e";
}

.fa-business-time:before {
	content: "\f64a";
}

.fa-buy-n-large:before {
	content: "\f8a6";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-calendar:before {
	content: "\f133";
}

.fa-calendar-alt:before {
	content: "\f073";
}

.fa-calendar-check:before {
	content: "\f274";
}

.fa-calendar-day:before {
	content: "\f783";
}

.fa-calendar-minus:before {
	content: "\f272";
}

.fa-calendar-plus:before {
	content: "\f271";
}

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

.fa-calendar-week:before {
	content: "\f784";
}

.fa-camera:before {
	content: "\f030";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-campground:before {
	content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
	content: "\f785";
}

.fa-candy-cane:before {
	content: "\f786";
}

.fa-cannabis:before {
	content: "\f55f";
}

.fa-capsules:before {
	content: "\f46b";
}

.fa-car:before {
	content: "\f1b9";
}

.fa-car-alt:before {
	content: "\f5de";
}

.fa-car-battery:before {
	content: "\f5df";
}

.fa-car-crash:before {
	content: "\f5e1";
}

.fa-car-side:before {
	content: "\f5e4";
}

.fa-caravan:before {
	content: "\f8ff";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-caret-square-down:before {
	content: "\f150";
}

.fa-caret-square-left:before {
	content: "\f191";
}

.fa-caret-square-right:before {
	content: "\f152";
}

.fa-caret-square-up:before {
	content: "\f151";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-carrot:before {
	content: "\f787";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cash-register:before {
	content: "\f788";
}

.fa-cat:before {
	content: "\f6be";
}

.fa-cc-amazon-pay:before {
	content: "\f42d";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-apple-pay:before {
	content: "\f416";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-centercode:before {
	content: "\f380";
}

.fa-centos:before {
	content: "\f789";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-chair:before {
	content: "\f6c0";
}

.fa-chalkboard:before {
	content: "\f51b";
}

.fa-chalkboard-teacher:before {
	content: "\f51c";
}

.fa-charging-station:before {
	content: "\f5e7";
}

.fa-chart-area:before {
	content: "\f1fe";
}

.fa-chart-bar:before {
	content: "\f080";
}

.fa-chart-line:before {
	content: "\f201";
}

.fa-chart-pie:before {
	content: "\f200";
}

.fa-check:before {
	content: "\f00c";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-check-double:before {
	content: "\f560";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-cheese:before {
	content: "\f7ef";
}

.fa-chess:before {
	content: "\f439";
}

.fa-chess-bishop:before {
	content: "\f43a";
}

.fa-chess-board:before {
	content: "\f43c";
}

.fa-chess-king:before {
	content: "\f43f";
}

.fa-chess-knight:before {
	content: "\f441";
}

.fa-chess-pawn:before {
	content: "\f443";
}

.fa-chess-queen:before {
	content: "\f445";
}

.fa-chess-rook:before {
	content: "\f447";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-chromecast:before {
	content: "\f838";
}

.fa-church:before {
	content: "\f51d";
}

.fa-circle:before {
	content: "\f111";
}

.fa-circle-notch:before {
	content: "\f1ce";
}

.fa-city:before {
	content: "\f64f";
}

.fa-clinic-medical:before {
	content: "\f7f2";
}

.fa-clipboard:before {
	content: "\f328";
}

.fa-clipboard-check:before {
	content: "\f46c";
}

.fa-clipboard-list:before {
	content: "\f46d";
}

.fa-clock:before {
	content: "\f017";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-closed-captioning:before {
	content: "\f20a";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-cloud-download-alt:before {
	content: "\f381";
}

.fa-cloud-meatball:before {
	content: "\f73b";
}

.fa-cloud-moon:before {
	content: "\f6c3";
}

.fa-cloud-moon-rain:before {
	content: "\f73c";
}

.fa-cloud-rain:before {
	content: "\f73d";
}

.fa-cloud-showers-heavy:before {
	content: "\f740";
}

.fa-cloud-sun:before {
	content: "\f6c4";
}

.fa-cloud-sun-rain:before {
	content: "\f743";
}

.fa-cloud-upload-alt:before {
	content: "\f382";
}

.fa-cloudscale:before {
	content: "\f383";
}

.fa-cloudsmith:before {
	content: "\f384";
}

.fa-cloudversify:before {
	content: "\f385";
}

.fa-cocktail:before {
	content: "\f561";
}

.fa-code:before {
	content: "\f121";
}

.fa-code-branch:before {
	content: "\f126";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cog:before {
	content: "\f013";
}

.fa-cogs:before {
	content: "\f085";
}

.fa-coins:before {
	content: "\f51e";
}

.fa-columns:before {
	content: "\f0db";
}

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

.fa-comment-alt:before {
	content: "\f27a";
}

.fa-comment-dollar:before {
	content: "\f651";
}

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

.fa-comment-medical:before {
	content: "\f7f5";
}

.fa-comment-slash:before {
	content: "\f4b3";
}

.fa-comments:before {
	content: "\f086";
}

.fa-comments-dollar:before {
	content: "\f653";
}

.fa-compact-disc:before {
	content: "\f51f";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-compress:before {
	content: "\f066";
}

.fa-compress-alt:before {
	content: "\f422";
}

.fa-compress-arrows-alt:before {
	content: "\f78c";
}

.fa-concierge-bell:before {
	content: "\f562";
}

.fa-confluence:before {
	content: "\f78d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-cookie:before {
	content: "\f563";
}

.fa-cookie-bite:before {
	content: "\f564";
}

.fa-copy:before {
	content: "\f0c5";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-cotton-bureau:before {
	content: "\f89e";
}

.fa-couch:before {
	content: "\f4b8";
}

.fa-cpanel:before {
	content: "\f388";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-creative-commons-by:before {
	content: "\f4e7";
}

.fa-creative-commons-nc:before {
	content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
	content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
	content: "\f4ea";
}

.fa-creative-commons-nd:before {
	content: "\f4eb";
}

.fa-creative-commons-pd:before {
	content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
	content: "\f4ed";
}

.fa-creative-commons-remix:before {
	content: "\f4ee";
}

.fa-creative-commons-sa:before {
	content: "\f4ef";
}

.fa-creative-commons-sampling:before {
	content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
	content: "\f4f1";
}

.fa-creative-commons-share:before {
	content: "\f4f2";
}

.fa-creative-commons-zero:before {
	content: "\f4f3";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-critical-role:before {
	content: "\f6c9";
}

.fa-crop:before {
	content: "\f125";
}

.fa-crop-alt:before {
	content: "\f565";
}

.fa-cross:before {
	content: "\f654";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-crow:before {
	content: "\f520";
}

.fa-crown:before {
	content: "\f521";
}

.fa-crutch:before {
	content: "\f7f7";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-css3-alt:before {
	content: "\f38b";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-cut:before {
	content: "\f0c4";
}

.fa-cuttlefish:before {
	content: "\f38c";
}

.fa-d-and-d:before {
	content: "\f38d";
}

.fa-d-and-d-beyond:before {
	content: "\f6ca";
}

.fa-dailymotion:before {
	content: "\e052";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-deaf:before {
	content: "\f2a4";
}

.fa-deezer:before {
	content: "\e077";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-democrat:before {
	content: "\f747";
}

.fa-deploydog:before {
	content: "\f38e";
}

.fa-deskpro:before {
	content: "\f38f";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-dev:before {
	content: "\f6cc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-dharmachakra:before {
	content: "\f655";
}

.fa-dhl:before {
	content: "\f790";
}

.fa-diagnoses:before {
	content: "\f470";
}

.fa-diaspora:before {
	content: "\f791";
}

.fa-dice:before {
	content: "\f522";
}

.fa-dice-d20:before {
	content: "\f6cf";
}

.fa-dice-d6:before {
	content: "\f6d1";
}

.fa-dice-five:before {
	content: "\f523";
}

.fa-dice-four:before {
	content: "\f524";
}

.fa-dice-one:before {
	content: "\f525";
}

.fa-dice-six:before {
	content: "\f526";
}

.fa-dice-three:before {
	content: "\f527";
}

.fa-dice-two:before {
	content: "\f528";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-digital-ocean:before {
	content: "\f391";
}

.fa-digital-tachograph:before {
	content: "\f566";
}

.fa-directions:before {
	content: "\f5eb";
}

.fa-discord:before {
	content: "\f392";
}

.fa-discourse:before {
	content: "\f393";
}

.fa-disease:before {
	content: "\f7fa";
}

.fa-divide:before {
	content: "\f529";
}

.fa-dizzy:before {
	content: "\f567";
}

.fa-dna:before {
	content: "\f471";
}

.fa-dochub:before {
	content: "\f394";
}

.fa-docker:before {
	content: "\f395";
}

.fa-dog:before {
	content: "\f6d3";
}

.fa-dollar-sign:before {
	content: "\f155";
}

.fa-dolly:before {
	content: "\f472";
}

.fa-dolly-flatbed:before {
	content: "\f474";
}

.fa-donate:before {
	content: "\f4b9";
}

.fa-door-closed:before {
	content: "\f52a";
}

.fa-door-open:before {
	content: "\f52b";
}

.fa-dot-circle:before {
	content: "\f192";
}

.fa-dove:before {
	content: "\f4ba";
}

.fa-download:before {
	content: "\f019";
}

.fa-draft2digital:before {
	content: "\f396";
}

.fa-drafting-compass:before {
	content: "\f568";
}

.fa-dragon:before {
	content: "\f6d5";
}

.fa-draw-polygon:before {
	content: "\f5ee";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-dribbble-square:before {
	content: "\f397";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-drum:before {
	content: "\f569";
}

.fa-drum-steelpan:before {
	content: "\f56a";
}

.fa-drumstick-bite:before {
	content: "\f6d7";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-dumbbell:before {
	content: "\f44b";
}

.fa-dumpster:before {
	content: "\f793";
}

.fa-dumpster-fire:before {
	content: "\f794";
}

.fa-dungeon:before {
	content: "\f6d9";
}

.fa-dyalog:before {
	content: "\f399";
}

.fa-earlybirds:before {
	content: "\f39a";
}

.fa-ebay:before {
	content: "\f4f4";
}

.fa-edge:before {
	content: "\f282";
}

.fa-edge-legacy:before {
	content: "\e078";
}

.fa-edit:before {
	content: "\f044";
}

.fa-egg:before {
	content: "\f7fb";
}

.fa-eject:before {
	content: "\f052";
}

.fa-elementor:before {
	content: "\f430";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-ello:before {
	content: "\f5f1";
}

.fa-ember:before {
	content: "\f423";
}

.fa-empire:before {
	content: "\f1d1";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-envelope-open:before {
	content: "\f2b6";
}

.fa-envelope-open-text:before {
	content: "\f658";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-envira:before {
	content: "\f299";
}

.fa-equals:before {
	content: "\f52c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-erlang:before {
	content: "\f39d";
}

.fa-ethereum:before {
	content: "\f42e";
}

.fa-ethernet:before {
	content: "\f796";
}

.fa-etsy:before {
	content: "\f2d7";
}

.fa-euro-sign:before {
	content: "\f153";
}

.fa-evernote:before {
	content: "\f839";
}

.fa-exchange-alt:before {
	content: "\f362";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-expand:before {
	content: "\f065";
}

.fa-expand-alt:before {
	content: "\f424";
}

.fa-expand-arrows-alt:before {
	content: "\f31e";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-external-link-alt:before {
	content: "\f35d";
}

.fa-external-link-square-alt:before {
	content: "\f360";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-dropper:before {
	content: "\f1fb";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-facebook:before {
	content: "\f09a";
}

.fa-facebook-f:before {
	content: "\f39e";
}

.fa-facebook-messenger:before {
	content: "\f39f";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-fan:before {
	content: "\f863";
}

.fa-fantasy-flight-games:before {
	content: "\f6dc";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-faucet:before {
	content: "\e005";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-feather:before {
	content: "\f52d";
}

.fa-feather-alt:before {
	content: "\f56b";
}

.fa-fedex:before {
	content: "\f797";
}

.fa-fedora:before {
	content: "\f798";
}

.fa-female:before {
	content: "\f182";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-figma:before {
	content: "\f799";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-alt:before {
	content: "\f15c";
}

.fa-file-archive:before {
	content: "\f1c6";
}

.fa-file-audio:before {
	content: "\f1c7";
}

.fa-file-code:before {
	content: "\f1c9";
}

.fa-file-contract:before {
	content: "\f56c";
}

.fa-file-csv:before {
	content: "\f6dd";
}

.fa-file-download:before {
	content: "\f56d";
}

.fa-file-excel:before {
	content: "\f1c3";
}

.fa-file-export:before {
	content: "\f56e";
}

.fa-file-image:before {
	content: "\f1c5";
}

.fa-file-import:before {
	content: "\f56f";
}

.fa-file-invoice:before {
	content: "\f570";
}

.fa-file-invoice-dollar:before {
	content: "\f571";
}

.fa-file-medical:before {
	content: "\f477";
}

.fa-file-medical-alt:before {
	content: "\f478";
}

.fa-file-pdf:before {
	content: "\f1c1";
}

.fa-file-powerpoint:before {
	content: "\f1c4";
}

.fa-file-prescription:before {
	content: "\f572";
}

.fa-file-signature:before {
	content: "\f573";
}

.fa-file-upload:before {
	content: "\f574";
}

.fa-file-video:before {
	content: "\f1c8";
}

.fa-file-word:before {
	content: "\f1c2";
}

.fa-fill:before {
	content: "\f575";
}

.fa-fill-drip:before {
	content: "\f576";
}

.fa-film:before {
	content: "\f008";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-fingerprint:before {
	content: "\f577";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-fire-alt:before {
	content: "\f7e4";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-firefox-browser:before {
	content: "\e007";
}

.fa-first-aid:before {
	content: "\f479";
}

.fa-first-order:before {
	content: "\f2b0";
}

.fa-first-order-alt:before {
	content: "\f50a";
}

.fa-firstdraft:before {
	content: "\f3a1";
}

.fa-fish:before {
	content: "\f578";
}

.fa-fist-raised:before {
	content: "\f6de";
}

.fa-flag:before {
	content: "\f024";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-flag-usa:before {
	content: "\f74d";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-flipboard:before {
	content: "\f44d";
}

.fa-flushed:before {
	content: "\f579";
}

.fa-fly:before {
	content: "\f417";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-minus:before {
	content: "\f65d";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-folder-plus:before {
	content: "\f65e";
}

.fa-font:before {
	content: "\f031";
}

.fa-font-awesome:before {
	content: "\f2b4";
}

.fa-font-awesome-alt:before {
	content: "\f35c";
}

.fa-font-awesome-flag:before {
	content: "\f425";
}

.fa-font-awesome-logo-full:before {
	content: "\f4e6";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-fonticons-fi:before {
	content: "\f3a2";
}

.fa-football-ball:before {
	content: "\f44e";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-fort-awesome-alt:before {
	content: "\f3a3";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-free-code-camp:before {
	content: "\f2c5";
}

.fa-freebsd:before {
	content: "\f3a4";
}

.fa-frog:before {
	content: "\f52e";
}

.fa-frown:before {
	content: "\f119";
}

.fa-frown-open:before {
	content: "\f57a";
}

.fa-fulcrum:before {
	content: "\f50b";
}

.fa-funnel-dollar:before {
	content: "\f662";
}

.fa-futbol:before {
	content: "\f1e3";
}

.fa-galactic-republic:before {
	content: "\f50c";
}

.fa-galactic-senate:before {
	content: "\f50d";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-gas-pump:before {
	content: "\f52f";
}

.fa-gavel:before {
	content: "\f0e3";
}

.fa-gem:before {
	content: "\f3a5";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-ghost:before {
	content: "\f6e2";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-gifts:before {
	content: "\f79c";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-git-alt:before {
	content: "\f841";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-github:before {
	content: "\f09b";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-gitkraken:before {
	content: "\f3a6";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-gitter:before {
	content: "\f426";
}

.fa-glass-cheers:before {
	content: "\f79f";
}

.fa-glass-martini:before {
	content: "\f000";
}

.fa-glass-martini-alt:before {
	content: "\f57b";
}

.fa-glass-whiskey:before {
	content: "\f7a0";
}

.fa-glasses:before {
	content: "\f530";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-globe-africa:before {
	content: "\f57c";
}

.fa-globe-americas:before {
	content: "\f57d";
}

.fa-globe-asia:before {
	content: "\f57e";
}

.fa-globe-europe:before {
	content: "\f7a2";
}

.fa-gofore:before {
	content: "\f3a7";
}

.fa-golf-ball:before {
	content: "\f450";
}

.fa-goodreads:before {
	content: "\f3a8";
}

.fa-goodreads-g:before {
	content: "\f3a9";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-google-drive:before {
	content: "\f3aa";
}

.fa-google-pay:before {
	content: "\e079";
}

.fa-google-play:before {
	content: "\f3ab";
}

.fa-google-plus:before {
	content: "\f2b3";
}

.fa-google-plus-g:before {
	content: "\f0d5";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-gopuram:before {
	content: "\f664";
}

.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-gratipay:before {
	content: "\f184";
}

.fa-grav:before {
	content: "\f2d6";
}

.fa-greater-than:before {
	content: "\f531";
}

.fa-greater-than-equal:before {
	content: "\f532";
}

.fa-grimace:before {
	content: "\f57f";
}

.fa-grin:before {
	content: "\f580";
}

.fa-grin-alt:before {
	content: "\f581";
}

.fa-grin-beam:before {
	content: "\f582";
}

.fa-grin-beam-sweat:before {
	content: "\f583";
}

.fa-grin-hearts:before {
	content: "\f584";
}

.fa-grin-squint:before {
	content: "\f585";
}

.fa-grin-squint-tears:before {
	content: "\f586";
}

.fa-grin-stars:before {
	content: "\f587";
}

.fa-grin-tears:before {
	content: "\f588";
}

.fa-grin-tongue:before {
	content: "\f589";
}

.fa-grin-tongue-squint:before {
	content: "\f58a";
}

.fa-grin-tongue-wink:before {
	content: "\f58b";
}

.fa-grin-wink:before {
	content: "\f58c";
}

.fa-grip-horizontal:before {
	content: "\f58d";
}

.fa-grip-lines:before {
	content: "\f7a4";
}

.fa-grip-lines-vertical:before {
	content: "\f7a5";
}

.fa-grip-vertical:before {
	content: "\f58e";
}

.fa-gripfire:before {
	content: "\f3ac";
}

.fa-grunt:before {
	content: "\f3ad";
}

.fa-guitar:before {
	content: "\f7a6";
}

.fa-gulp:before {
	content: "\f3ae";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-hacker-news-square:before {
	content: "\f3af";
}

.fa-hackerrank:before {
	content: "\f5f7";
}

.fa-hamburger:before {
	content: "\f805";
}

.fa-hammer:before {
	content: "\f6e3";
}

.fa-hamsa:before {
	content: "\f665";
}

.fa-hand-holding:before {
	content: "\f4bd";
}

.fa-hand-holding-heart:before {
	content: "\f4be";
}

.fa-hand-holding-medical:before {
	content: "\e05c";
}

.fa-hand-holding-usd:before {
	content: "\f4c0";
}

.fa-hand-holding-water:before {
	content: "\f4c1";
}

.fa-hand-lizard:before {
	content: "\f258";
}

.fa-hand-middle-finger:before {
	content: "\f806";
}

.fa-hand-paper:before {
	content: "\f256";
}

.fa-hand-peace:before {
	content: "\f25b";
}

.fa-hand-point-down:before {
	content: "\f0a7";
}

.fa-hand-point-left:before {
	content: "\f0a5";
}

.fa-hand-point-right:before {
	content: "\f0a4";
}

.fa-hand-point-up:before {
	content: "\f0a6";
}

.fa-hand-pointer:before {
	content: "\f25a";
}

.fa-hand-rock:before {
	content: "\f255";
}

.fa-hand-scissors:before {
	content: "\f257";
}

.fa-hand-sparkles:before {
	content: "\e05d";
}

.fa-hand-spock:before {
	content: "\f259";
}

.fa-hands:before {
	content: "\f4c2";
}

.fa-hands-helping:before {
	content: "\f4c4";
}

.fa-hands-wash:before {
	content: "\e05e";
}

.fa-handshake:before {
	content: "\f2b5";
}

.fa-handshake-alt-slash:before {
	content: "\e05f";
}

.fa-handshake-slash:before {
	content: "\e060";
}

.fa-hanukiah:before {
	content: "\f6e6";
}

.fa-hard-hat:before {
	content: "\f807";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-hat-cowboy:before {
	content: "\f8c0";
}

.fa-hat-cowboy-side:before {
	content: "\f8c1";
}

.fa-hat-wizard:before {
	content: "\f6e8";
}

.fa-hdd:before {
	content: "\f0a0";
}

.fa-head-side-cough:before {
	content: "\e061";
}

.fa-head-side-cough-slash:before {
	content: "\e062";
}

.fa-head-side-mask:before {
	content: "\e063";
}

.fa-head-side-virus:before {
	content: "\e064";
}

.fa-heading:before {
	content: "\f1dc";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-headphones-alt:before {
	content: "\f58f";
}

.fa-headset:before {
	content: "\f590";
}

.fa-heart:before {
	content: "\f004";
}

.fa-heart-broken:before {
	content: "\f7a9";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-helicopter:before {
	content: "\f533";
}

.fa-highlighter:before {
	content: "\f591";
}

.fa-hiking:before {
	content: "\f6ec";
}

.fa-hippo:before {
	content: "\f6ed";
}

.fa-hips:before {
	content: "\f452";
}

.fa-hire-a-helper:before {
	content: "\f3b0";
}

.fa-history:before {
	content: "\f1da";
}

.fa-hockey-puck:before {
	content: "\f453";
}

.fa-holly-berry:before {
	content: "\f7aa";
}

.fa-home:before {
	content: "\f015";
}

.fa-hooli:before {
	content: "\f427";
}

.fa-hornbill:before {
	content: "\f592";
}

.fa-horse:before {
	content: "\f6f0";
}

.fa-horse-head:before {
	content: "\f7ab";
}

.fa-hospital:before {
	content: "\f0f8";
}

.fa-hospital-alt:before {
	content: "\f47d";
}

.fa-hospital-symbol:before {
	content: "\f47e";
}

.fa-hospital-user:before {
	content: "\f80d";
}

.fa-hot-tub:before {
	content: "\f593";
}

.fa-hotdog:before {
	content: "\f80f";
}

.fa-hotel:before {
	content: "\f594";
}

.fa-hotjar:before {
	content: "\f3b1";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-start:before {
	content: "\f251";
}

.fa-house-damage:before {
	content: "\f6f1";
}

.fa-house-user:before {
	content: "\e065";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-hryvnia:before {
	content: "\f6f2";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-hubspot:before {
	content: "\f3b2";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-ice-cream:before {
	content: "\f810";
}

.fa-icicles:before {
	content: "\f7ad";
}

.fa-icons:before {
	content: "\f86d";
}

.fa-id-badge:before {
	content: "\f2c1";
}

.fa-id-card:before {
	content: "\f2c2";
}

.fa-id-card-alt:before {
	content: "\f47f";
}

.fa-ideal:before {
	content: "\e013";
}

.fa-igloo:before {
	content: "\f7ae";
}

.fa-image:before {
	content: "\f03e";
}

.fa-images:before {
	content: "\f302";
}

.fa-imdb:before {
	content: "\f2d8";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-industry:before {
	content: "\f275";
}

.fa-infinity:before {
	content: "\f534";
}

.fa-info:before {
	content: "\f129";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-instagram-square:before {
	content: "\e055";
}

.fa-intercom:before {
	content: "\f7af";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-invision:before {
	content: "\f7b0";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-italic:before {
	content: "\f033";
}

.fa-itch-io:before {
	content: "\f83a";
}

.fa-itunes:before {
	content: "\f3b4";
}

.fa-itunes-note:before {
	content: "\f3b5";
}

.fa-java:before {
	content: "\f4e4";
}

.fa-jedi:before {
	content: "\f669";
}

.fa-jedi-order:before {
	content: "\f50e";
}

.fa-jenkins:before {
	content: "\f3b6";
}

.fa-jira:before {
	content: "\f7b1";
}

.fa-joget:before {
	content: "\f3b7";
}

.fa-joint:before {
	content: "\f595";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-journal-whills:before {
	content: "\f66a";
}

.fa-js:before {
	content: "\f3b8";
}

.fa-js-square:before {
	content: "\f3b9";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-kaaba:before {
	content: "\f66b";
}

.fa-kaggle:before {
	content: "\f5fa";
}

.fa-key:before {
	content: "\f084";
}

.fa-keybase:before {
	content: "\f4f5";
}

.fa-keyboard:before {
	content: "\f11c";
}

.fa-keycdn:before {
	content: "\f3ba";
}

.fa-khanda:before {
	content: "\f66d";
}

.fa-kickstarter:before {
	content: "\f3bb";
}

.fa-kickstarter-k:before {
	content: "\f3bc";
}

.fa-kiss:before {
	content: "\f596";
}

.fa-kiss-beam:before {
	content: "\f597";
}

.fa-kiss-wink-heart:before {
	content: "\f598";
}

.fa-kiwi-bird:before {
	content: "\f535";
}

.fa-korvue:before {
	content: "\f42f";
}

.fa-landmark:before {
	content: "\f66f";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-laptop-code:before {
	content: "\f5fc";
}

.fa-laptop-house:before {
	content: "\e066";
}

.fa-laptop-medical:before {
	content: "\f812";
}

.fa-laravel:before {
	content: "\f3bd";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-laugh:before {
	content: "\f599";
}

.fa-laugh-beam:before {
	content: "\f59a";
}

.fa-laugh-squint:before {
	content: "\f59b";
}

.fa-laugh-wink:before {
	content: "\f59c";
}

.fa-layer-group:before {
	content: "\f5fd";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-lemon:before {
	content: "\f094";
}

.fa-less:before {
	content: "\f41d";
}

.fa-less-than:before {
	content: "\f536";
}

.fa-less-than-equal:before {
	content: "\f537";
}

.fa-level-down-alt:before {
	content: "\f3be";
}

.fa-level-up-alt:before {
	content: "\f3bf";
}

.fa-life-ring:before {
	content: "\f1cd";
}

.fa-lightbulb:before {
	content: "\f0eb";
}

.fa-line:before {
	content: "\f3c0";
}

.fa-link:before {
	content: "\f0c1";
}

.fa-linkedin:before {
	content: "\f08c";
}

.fa-linkedin-in:before {
	content: "\f0e1";
}

.fa-linode:before {
	content: "\f2b8";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-lira-sign:before {
	content: "\f195";
}

.fa-list:before {
	content: "\f03a";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-lock:before {
	content: "\f023";
}

.fa-lock-open:before {
	content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
	content: "\f309";
}

.fa-long-arrow-alt-left:before {
	content: "\f30a";
}

.fa-long-arrow-alt-right:before {
	content: "\f30b";
}

.fa-long-arrow-alt-up:before {
	content: "\f30c";
}

.fa-low-vision:before {
	content: "\f2a8";
}

.fa-luggage-cart:before {
	content: "\f59d";
}

.fa-lungs:before {
	content: "\f604";
}

.fa-lungs-virus:before {
	content: "\e067";
}

.fa-lyft:before {
	content: "\f3c3";
}

.fa-magento:before {
	content: "\f3c4";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-mail-bulk:before {
	content: "\f674";
}

.fa-mailchimp:before {
	content: "\f59e";
}

.fa-male:before {
	content: "\f183";
}

.fa-mandalorian:before {
	content: "\f50f";
}

.fa-map:before {
	content: "\f279";
}

.fa-map-marked:before {
	content: "\f59f";
}

.fa-map-marked-alt:before {
	content: "\f5a0";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-map-marker-alt:before {
	content: "\f3c5";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-markdown:before {
	content: "\f60f";
}

.fa-marker:before {
	content: "\f5a1";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mask:before {
	content: "\f6fa";
}

.fa-mastodon:before {
	content: "\f4f6";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-mdb:before {
	content: "\f8ca";
}

.fa-medal:before {
	content: "\f5a2";
}

.fa-medapps:before {
	content: "\f3c6";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-medium-m:before {
	content: "\f3c7";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-medrt:before {
	content: "\f3c8";
}

.fa-meetup:before {
	content: "\f2e0";
}

.fa-megaport:before {
	content: "\f5a3";
}

.fa-meh:before {
	content: "\f11a";
}

.fa-meh-blank:before {
	content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
	content: "\f5a5";
}

.fa-memory:before {
	content: "\f538";
}

.fa-mendeley:before {
	content: "\f7b3";
}

.fa-menorah:before {
	content: "\f676";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-meteor:before {
	content: "\f753";
}

.fa-microblog:before {
	content: "\e01a";
}

.fa-microchip:before {
	content: "\f2db";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-alt:before {
	content: "\f3c9";
}

.fa-microphone-alt-slash:before {
	content: "\f539";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-microscope:before {
	content: "\f610";
}

.fa-microsoft:before {
	content: "\f3ca";
}

.fa-minus:before {
	content: "\f068";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-mitten:before {
	content: "\f7b5";
}

.fa-mix:before {
	content: "\f3cb";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-mixer:before {
	content: "\e056";
}

.fa-mizuni:before {
	content: "\f3cc";
}

.fa-mobile:before {
	content: "\f10b";
}

.fa-mobile-alt:before {
	content: "\f3cd";
}

.fa-modx:before {
	content: "\f285";
}

.fa-monero:before {
	content: "\f3d0";
}

.fa-money-bill:before {
	content: "\f0d6";
}

.fa-money-bill-alt:before {
	content: "\f3d1";
}

.fa-money-bill-wave:before {
	content: "\f53a";
}

.fa-money-bill-wave-alt:before {
	content: "\f53b";
}

.fa-money-check:before {
	content: "\f53c";
}

.fa-money-check-alt:before {
	content: "\f53d";
}

.fa-monument:before {
	content: "\f5a6";
}

.fa-moon:before {
	content: "\f186";
}

.fa-mortar-pestle:before {
	content: "\f5a7";
}

.fa-mosque:before {
	content: "\f678";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-mountain:before {
	content: "\f6fc";
}

.fa-mouse:before {
	content: "\f8cc";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-mug-hot:before {
	content: "\f7b6";
}

.fa-music:before {
	content: "\f001";
}

.fa-napster:before {
	content: "\f3d2";
}

.fa-neos:before {
	content: "\f612";
}

.fa-network-wired:before {
	content: "\f6ff";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-newspaper:before {
	content: "\f1ea";
}

.fa-nimblr:before {
	content: "\f5a8";
}

.fa-node:before {
	content: "\f419";
}

.fa-node-js:before {
	content: "\f3d3";
}

.fa-not-equal:before {
	content: "\f53e";
}

.fa-notes-medical:before {
	content: "\f481";
}

.fa-npm:before {
	content: "\f3d4";
}

.fa-ns8:before {
	content: "\f3d5";
}

.fa-nutritionix:before {
	content: "\f3d6";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-oil-can:before {
	content: "\f613";
}

.fa-old-republic:before {
	content: "\f510";
}

.fa-om:before {
	content: "\f679";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-orcid:before {
	content: "\f8d2";
}

.fa-osi:before {
	content: "\f41a";
}

.fa-otter:before {
	content: "\f700";
}

.fa-outdent:before {
	content: "\f03b";
}

.fa-page4:before {
	content: "\f3d7";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-pager:before {
	content: "\f815";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-paint-roller:before {
	content: "\f5aa";
}

.fa-palette:before {
	content: "\f53f";
}

.fa-palfed:before {
	content: "\f3d8";
}

.fa-pallet:before {
	content: "\f482";
}

.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-parachute-box:before {
	content: "\f4cd";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-parking:before {
	content: "\f540";
}

.fa-passport:before {
	content: "\f5ab";
}

.fa-pastafarianism:before {
	content: "\f67b";
}

.fa-paste:before {
	content: "\f0ea";
}

.fa-patreon:before {
	content: "\f3d9";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-peace:before {
	content: "\f67c";
}

.fa-pen:before {
	content: "\f304";
}

.fa-pen-alt:before {
	content: "\f305";
}

.fa-pen-fancy:before {
	content: "\f5ac";
}

.fa-pen-nib:before {
	content: "\f5ad";
}

.fa-pen-square:before {
	content: "\f14b";
}

.fa-pencil-alt:before {
	content: "\f303";
}

.fa-pencil-ruler:before {
	content: "\f5ae";
}

.fa-penny-arcade:before {
	content: "\f704";
}

.fa-people-arrows:before {
	content: "\e068";
}

.fa-people-carry:before {
	content: "\f4ce";
}

.fa-pepper-hot:before {
	content: "\f816";
}

.fa-percent:before {
	content: "\f295";
}

.fa-percentage:before {
	content: "\f541";
}

.fa-periscope:before {
	content: "\f3da";
}

.fa-person-booth:before {
	content: "\f756";
}

.fa-phabricator:before {
	content: "\f3db";
}

.fa-phoenix-framework:before {
	content: "\f3dc";
}

.fa-phoenix-squadron:before {
	content: "\f511";
}

.fa-phone:before {
	content: "\f095";
}

.fa-phone-alt:before {
	content: "\f879";
}

.fa-phone-slash:before {
	content: "\f3dd";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-phone-square-alt:before {
	content: "\f87b";
}

.fa-phone-volume:before {
	content: "\f2a0";
}

.fa-photo-video:before {
	content: "\f87c";
}

.fa-php:before {
	content: "\f457";
}

.fa-pied-piper:before {
	content: "\f2ae";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-pied-piper-hat:before {
	content: "\f4e5";
}

.fa-pied-piper-pp:before {
	content: "\f1a7";
}

.fa-pied-piper-square:before {
	content: "\e01e";
}

.fa-piggy-bank:before {
	content: "\f4d3";
}

.fa-pills:before {
	content: "\f484";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-pizza-slice:before {
	content: "\f818";
}

.fa-place-of-worship:before {
	content: "\f67f";
}

.fa-plane:before {
	content: "\f072";
}

.fa-plane-arrival:before {
	content: "\f5af";
}

.fa-plane-departure:before {
	content: "\f5b0";
}

.fa-plane-slash:before {
	content: "\e069";
}

.fa-play:before {
	content: "\f04b";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-playstation:before {
	content: "\f3df";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-plus:before {
	content: "\f067";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-podcast:before {
	content: "\f2ce";
}

.fa-poll:before {
	content: "\f681";
}

.fa-poll-h:before {
	content: "\f682";
}

.fa-poo:before {
	content: "\f2fe";
}

.fa-poo-storm:before {
	content: "\f75a";
}

.fa-poop:before {
	content: "\f619";
}

.fa-portrait:before {
	content: "\f3e0";
}

.fa-pound-sign:before {
	content: "\f154";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-pray:before {
	content: "\f683";
}

.fa-praying-hands:before {
	content: "\f684";
}

.fa-prescription:before {
	content: "\f5b1";
}

.fa-prescription-bottle:before {
	content: "\f485";
}

.fa-prescription-bottle-alt:before {
	content: "\f486";
}

.fa-print:before {
	content: "\f02f";
}

.fa-procedures:before {
	content: "\f487";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-project-diagram:before {
	content: "\f542";
}

.fa-pump-medical:before {
	content: "\e06a";
}

.fa-pump-soap:before {
	content: "\e06b";
}

.fa-pushed:before {
	content: "\f3e1";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-python:before {
	content: "\f3e2";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-question:before {
	content: "\f128";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-quidditch:before {
	content: "\f458";
}

.fa-quinscape:before {
	content: "\f459";
}

.fa-quora:before {
	content: "\f2c4";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-quran:before {
	content: "\f687";
}

.fa-r-project:before {
	content: "\f4f7";
}

.fa-radiation:before {
	content: "\f7b9";
}

.fa-radiation-alt:before {
	content: "\f7ba";
}

.fa-rainbow:before {
	content: "\f75b";
}

.fa-random:before {
	content: "\f074";
}

.fa-raspberry-pi:before {
	content: "\f7bb";
}

.fa-ravelry:before {
	content: "\f2d9";
}

.fa-react:before {
	content: "\f41b";
}

.fa-reacteurope:before {
	content: "\f75d";
}

.fa-readme:before {
	content: "\f4d5";
}

.fa-rebel:before {
	content: "\f1d0";
}

.fa-receipt:before {
	content: "\f543";
}

.fa-record-vinyl:before {
	content: "\f8d9";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-red-river:before {
	content: "\f3e3";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-redhat:before {
	content: "\f7bc";
}

.fa-redo:before {
	content: "\f01e";
}

.fa-redo-alt:before {
	content: "\f2f9";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-remove-format:before {
	content: "\f87d";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-reply:before {
	content: "\f3e5";
}

.fa-reply-all:before {
	content: "\f122";
}

.fa-replyd:before {
	content: "\f3e6";
}

.fa-republican:before {
	content: "\f75e";
}

.fa-researchgate:before {
	content: "\f4f8";
}

.fa-resolving:before {
	content: "\f3e7";
}

.fa-restroom:before {
	content: "\f7bd";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-rev:before {
	content: "\f5b2";
}

.fa-ribbon:before {
	content: "\f4d6";
}

.fa-ring:before {
	content: "\f70b";
}

.fa-road:before {
	content: "\f018";
}

.fa-robot:before {
	content: "\f544";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-rocketchat:before {
	content: "\f3e8";
}

.fa-rockrms:before {
	content: "\f3e9";
}

.fa-route:before {
	content: "\f4d7";
}

.fa-rss:before {
	content: "\f09e";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-ruble-sign:before {
	content: "\f158";
}

.fa-ruler:before {
	content: "\f545";
}

.fa-ruler-combined:before {
	content: "\f546";
}

.fa-ruler-horizontal:before {
	content: "\f547";
}

.fa-ruler-vertical:before {
	content: "\f548";
}

.fa-running:before {
	content: "\f70c";
}

.fa-rupee-sign:before {
	content: "\f156";
}

.fa-rust:before {
	content: "\e07a";
}

.fa-sad-cry:before {
	content: "\f5b3";
}

.fa-sad-tear:before {
	content: "\f5b4";
}

.fa-safari:before {
	content: "\f267";
}

.fa-salesforce:before {
	content: "\f83b";
}

.fa-sass:before {
	content: "\f41e";
}

.fa-satellite:before {
	content: "\f7bf";
}

.fa-satellite-dish:before {
	content: "\f7c0";
}

.fa-save:before {
	content: "\f0c7";
}

.fa-schlix:before {
	content: "\f3ea";
}

.fa-school:before {
	content: "\f549";
}

.fa-screwdriver:before {
	content: "\f54a";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-scroll:before {
	content: "\f70e";
}

.fa-sd-card:before {
	content: "\f7c2";
}

.fa-search:before {
	content: "\f002";
}

.fa-search-dollar:before {
	content: "\f688";
}

.fa-search-location:before {
	content: "\f689";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-searchengin:before {
	content: "\f3eb";
}

.fa-seedling:before {
	content: "\f4d8";
}

.fa-sellcast:before {
	content: "\f2da";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-server:before {
	content: "\f233";
}

.fa-servicestack:before {
	content: "\f3ec";
}

.fa-shapes:before {
	content: "\f61f";
}

.fa-share:before {
	content: "\f064";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-shekel-sign:before {
	content: "\f20b";
}

.fa-shield-alt:before {
	content: "\f3ed";
}

.fa-shield-virus:before {
	content: "\e06c";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-shipping-fast:before {
	content: "\f48b";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-shoe-prints:before {
	content: "\f54b";
}

.fa-shopify:before {
	content: "\e057";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-shopware:before {
	content: "\f5b5";
}

.fa-shower:before {
	content: "\f2cc";
}

.fa-shuttle-van:before {
	content: "\f5b6";
}

.fa-sign:before {
	content: "\f4d9";
}

.fa-sign-in-alt:before {
	content: "\f2f6";
}

.fa-sign-language:before {
	content: "\f2a7";
}

.fa-sign-out-alt:before {
	content: "\f2f5";
}

.fa-signal:before {
	content: "\f012";
}

.fa-signature:before {
	content: "\f5b7";
}

.fa-sim-card:before {
	content: "\f7c4";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-sink:before {
	content: "\e06d";
}

.fa-sistrix:before {
	content: "\f3ee";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-sith:before {
	content: "\f512";
}

.fa-skating:before {
	content: "\f7c5";
}

.fa-sketch:before {
	content: "\f7c6";
}

.fa-skiing:before {
	content: "\f7c9";
}

.fa-skiing-nordic:before {
	content: "\f7ca";
}

.fa-skull:before {
	content: "\f54c";
}

.fa-skull-crossbones:before {
	content: "\f714";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-slack:before {
	content: "\f198";
}

.fa-slack-hash:before {
	content: "\f3ef";
}

.fa-slash:before {
	content: "\f715";
}

.fa-sleigh:before {
	content: "\f7cc";
}

.fa-sliders-h:before {
	content: "\f1de";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-smile:before {
	content: "\f118";
}

.fa-smile-beam:before {
	content: "\f5b8";
}

.fa-smile-wink:before {
	content: "\f4da";
}

.fa-smog:before {
	content: "\f75f";
}

.fa-smoking:before {
	content: "\f48d";
}

.fa-smoking-ban:before {
	content: "\f54d";
}

.fa-sms:before {
	content: "\f7cd";
}

.fa-snapchat:before {
	content: "\f2ab";
}

.fa-snapchat-ghost:before {
	content: "\f2ac";
}

.fa-snapchat-square:before {
	content: "\f2ad";
}

.fa-snowboarding:before {
	content: "\f7ce";
}

.fa-snowflake:before {
	content: "\f2dc";
}

.fa-snowman:before {
	content: "\f7d0";
}

.fa-snowplow:before {
	content: "\f7d2";
}

.fa-soap:before {
	content: "\e06e";
}

.fa-socks:before {
	content: "\f696";
}

.fa-solar-panel:before {
	content: "\f5ba";
}

.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-alpha-down:before {
	content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
	content: "\f881";
}

.fa-sort-alpha-up:before {
	content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
	content: "\f882";
}

.fa-sort-amount-down:before {
	content: "\f160";
}

.fa-sort-amount-down-alt:before {
	content: "\f884";
}

.fa-sort-amount-up:before {
	content: "\f161";
}

.fa-sort-amount-up-alt:before {
	content: "\f885";
}

.fa-sort-down:before {
	content: "\f0dd";
}

.fa-sort-numeric-down:before {
	content: "\f162";
}

.fa-sort-numeric-down-alt:before {
	content: "\f886";
}

.fa-sort-numeric-up:before {
	content: "\f163";
}

.fa-sort-numeric-up-alt:before {
	content: "\f887";
}

.fa-sort-up:before {
	content: "\f0de";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-sourcetree:before {
	content: "\f7d3";
}

.fa-spa:before {
	content: "\f5bb";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-speakap:before {
	content: "\f3f3";
}

.fa-speaker-deck:before {
	content: "\f83c";
}

.fa-spell-check:before {
	content: "\f891";
}

.fa-spider:before {
	content: "\f717";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-splotch:before {
	content: "\f5bc";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-spray-can:before {
	content: "\f5bd";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-square-full:before {
	content: "\f45c";
}

.fa-square-root-alt:before {
	content: "\f698";
}

.fa-squarespace:before {
	content: "\f5be";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-stackpath:before {
	content: "\f842";
}

.fa-stamp:before {
	content: "\f5bf";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-and-crescent:before {
	content: "\f699";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-star-half-alt:before {
	content: "\f5c0";
}

.fa-star-of-david:before {
	content: "\f69a";
}

.fa-star-of-life:before {
	content: "\f621";
}

.fa-staylinked:before {
	content: "\f3f5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-steam-symbol:before {
	content: "\f3f6";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-sticker-mule:before {
	content: "\f3f7";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stopwatch:before {
	content: "\f2f2";
}

.fa-stopwatch-20:before {
	content: "\e06f";
}

.fa-store:before {
	content: "\f54e";
}

.fa-store-alt:before {
	content: "\f54f";
}

.fa-store-alt-slash:before {
	content: "\e070";
}

.fa-store-slash:before {
	content: "\e071";
}

.fa-strava:before {
	content: "\f428";
}

.fa-stream:before {
	content: "\f550";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-stripe:before {
	content: "\f429";
}

.fa-stripe-s:before {
	content: "\f42a";
}

.fa-stroopwafel:before {
	content: "\f551";
}

.fa-studiovinari:before {
	content: "\f3f8";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-subway:before {
	content: "\f239";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-suitcase-rolling:before {
	content: "\f5c1";
}

.fa-sun:before {
	content: "\f185";
}

.fa-superpowers:before {
	content: "\f2dd";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-supple:before {
	content: "\f3f9";
}

.fa-surprise:before {
	content: "\f5c2";
}

.fa-suse:before {
	content: "\f7d6";
}

.fa-swatchbook:before {
	content: "\f5c3";
}

.fa-swift:before {
	content: "\f8e1";
}

.fa-swimmer:before {
	content: "\f5c4";
}

.fa-swimming-pool:before {
	content: "\f5c5";
}

.fa-symfony:before {
	content: "\f83d";
}

.fa-synagogue:before {
	content: "\f69b";
}

.fa-sync:before {
	content: "\f021";
}

.fa-sync-alt:before {
	content: "\f2f1";
}

.fa-syringe:before {
	content: "\f48e";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-table-tennis:before {
	content: "\f45d";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-tablet-alt:before {
	content: "\f3fa";
}

.fa-tablets:before {
	content: "\f490";
}

.fa-tachometer-alt:before {
	content: "\f3fd";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-tape:before {
	content: "\f4db";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-taxi:before {
	content: "\f1ba";
}

.fa-teamspeak:before {
	content: "\f4f9";
}

.fa-teeth:before {
	content: "\f62e";
}

.fa-teeth-open:before {
	content: "\f62f";
}

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

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

.fa-temperature-high:before {
	content: "\f769";
}

.fa-temperature-low:before {
	content: "\f76b";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-tenge:before {
	content: "\f7d7";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-the-red-yeti:before {
	content: "\f69d";
}

.fa-theater-masks:before {
	content: "\f630";
}

.fa-themeco:before {
	content: "\f5c6";
}

.fa-themeisle:before {
	content: "\f2b2";
}

.fa-thermometer:before {
	content: "\f491";
}

.fa-thermometer-empty:before {
	content: "\f2cb";
}

.fa-thermometer-full:before {
	content: "\f2c7";
}

.fa-thermometer-half:before {
	content: "\f2c9";
}

.fa-thermometer-quarter:before {
	content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
	content: "\f2c8";
}

.fa-think-peaks:before {
	content: "\f731";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbtack:before {
	content: "\f08d";
}

.fa-ticket-alt:before {
	content: "\f3ff";
}

.fa-tiktok:before {
	content: "\e07b";
}

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

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

.fa-tint:before {
	content: "\f043";
}

.fa-tint-slash:before {
	content: "\f5c7";
}

.fa-tired:before {
	content: "\f5c8";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-toilet:before {
	content: "\f7d8";
}

.fa-toilet-paper:before {
	content: "\f71e";
}

.fa-toilet-paper-slash:before {
	content: "\e072";
}

.fa-toolbox:before {
	content: "\f552";
}

.fa-tools:before {
	content: "\f7d9";
}

.fa-tooth:before {
	content: "\f5c9";
}

.fa-torah:before {
	content: "\f6a0";
}

.fa-torii-gate:before {
	content: "\f6a1";
}

.fa-tractor:before {
	content: "\f722";
}

.fa-trade-federation:before {
	content: "\f513";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-traffic-light:before {
	content: "\f637";
}

.fa-trailer:before {
	content: "\e041";
}

.fa-train:before {
	content: "\f238";
}

.fa-tram:before {
	content: "\f7da";
}

.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-trash-alt:before {
	content: "\f2ed";
}

.fa-trash-restore:before {
	content: "\f829";
}

.fa-trash-restore-alt:before {
	content: "\f82a";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-trello:before {
	content: "\f181";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-truck-loading:before {
	content: "\f4de";
}

.fa-truck-monster:before {
	content: "\f63b";
}

.fa-truck-moving:before {
	content: "\f4df";
}

.fa-truck-pickup:before {
	content: "\f63c";
}

.fa-tshirt:before {
	content: "\f553";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-tv:before {
	content: "\f26c";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-typo3:before {
	content: "\f42b";
}

.fa-uber:before {
	content: "\f402";
}

.fa-ubuntu:before {
	content: "\f7df";
}

.fa-uikit:before {
	content: "\f403";
}

.fa-umbraco:before {
	content: "\f8e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-umbrella-beach:before {
	content: "\f5ca";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-undo:before {
	content: "\f0e2";
}

.fa-undo-alt:before {
	content: "\f2ea";
}

.fa-uniregistry:before {
	content: "\f404";
}

.fa-unity:before {
	content: "\e049";
}

.fa-universal-access:before {
	content: "\f29a";
}

.fa-university:before {
	content: "\f19c";
}

.fa-unlink:before {
	content: "\f127";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-unsplash:before {
	content: "\e07c";
}

.fa-untappd:before {
	content: "\f405";
}

.fa-upload:before {
	content: "\f093";
}

.fa-ups:before {
	content: "\f7e0";
}

.fa-usb:before {
	content: "\f287";
}

.fa-user:before {
	content: "\f007";
}

.fa-user-alt:before {
	content: "\f406";
}

.fa-user-alt-slash:before {
	content: "\f4fa";
}

.fa-user-astronaut:before {
	content: "\f4fb";
}

.fa-user-check:before {
	content: "\f4fc";
}

.fa-user-circle:before {
	content: "\f2bd";
}

.fa-user-clock:before {
	content: "\f4fd";
}

.fa-user-cog:before {
	content: "\f4fe";
}

.fa-user-edit:before {
	content: "\f4ff";
}

.fa-user-friends:before {
	content: "\f500";
}

.fa-user-graduate:before {
	content: "\f501";
}

.fa-user-injured:before {
	content: "\f728";
}

.fa-user-lock:before {
	content: "\f502";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-user-minus:before {
	content: "\f503";
}

.fa-user-ninja:before {
	content: "\f504";
}

.fa-user-nurse:before {
	content: "\f82f";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-user-shield:before {
	content: "\f505";
}

.fa-user-slash:before {
	content: "\f506";
}

.fa-user-tag:before {
	content: "\f507";
}

.fa-user-tie:before {
	content: "\f508";
}

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

.fa-users:before {
	content: "\f0c0";
}

.fa-users-cog:before {
	content: "\f509";
}

.fa-users-slash:before {
	content: "\e073";
}

.fa-usps:before {
	content: "\f7e1";
}

.fa-ussunnah:before {
	content: "\f407";
}

.fa-utensil-spoon:before {
	content: "\f2e5";
}

.fa-utensils:before {
	content: "\f2e7";
}

.fa-vaadin:before {
	content: "\f408";
}

.fa-vector-square:before {
	content: "\f5cb";
}

.fa-venus:before {
	content: "\f221";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-viadeo:before {
	content: "\f2a9";
}

.fa-viadeo-square:before {
	content: "\f2aa";
}

.fa-vial:before {
	content: "\f492";
}

.fa-vials:before {
	content: "\f493";
}

.fa-viber:before {
	content: "\f409";
}

.fa-video:before {
	content: "\f03d";
}

.fa-video-slash:before {
	content: "\f4e2";
}

.fa-vihara:before {
	content: "\f6a7";
}

.fa-vimeo:before {
	content: "\f40a";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-vimeo-v:before {
	content: "\f27d";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-virus:before {
	content: "\e074";
}

.fa-virus-slash:before {
	content: "\e075";
}

.fa-viruses:before {
	content: "\e076";
}

.fa-vk:before {
	content: "\f189";
}

.fa-vnv:before {
	content: "\f40b";
}

.fa-voicemail:before {
	content: "\f897";
}

.fa-volleyball-ball:before {
	content: "\f45f";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-mute:before {
	content: "\f6a9";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-vote-yea:before {
	content: "\f772";
}

.fa-vr-cardboard:before {
	content: "\f729";
}

.fa-vuejs:before {
	content: "\f41f";
}

.fa-walking:before {
	content: "\f554";
}

.fa-wallet:before {
	content: "\f555";
}

.fa-warehouse:before {
	content: "\f494";
}

.fa-water:before {
	content: "\f773";
}

.fa-wave-square:before {
	content: "\f83e";
}

.fa-waze:before {
	content: "\f83f";
}

.fa-weebly:before {
	content: "\f5cc";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-weight:before {
	content: "\f496";
}

.fa-weight-hanging:before {
	content: "\f5cd";
}

.fa-weixin:before {
	content: "\f1d7";
}

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

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

.fa-wheelchair:before {
	content: "\f193";
}

.fa-whmcs:before {
	content: "\f40d";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-wind:before {
	content: "\f72e";
}

.fa-window-close:before {
	content: "\f410";
}

.fa-window-maximize:before {
	content: "\f2d0";
}

.fa-window-minimize:before {
	content: "\f2d1";
}

.fa-window-restore:before {
	content: "\f2d2";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-wine-bottle:before {
	content: "\f72f";
}

.fa-wine-glass:before {
	content: "\f4e3";
}

.fa-wine-glass-alt:before {
	content: "\f5ce";
}

.fa-wix:before {
	content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
	content: "\f730";
}

.fa-wolf-pack-battalion:before {
	content: "\f514";
}

.fa-won-sign:before {
	content: "\f159";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-wordpress-simple:before {
	content: "\f411";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpexplorer:before {
	content: "\f2de";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-wpressr:before {
	content: "\f3e4";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-x-ray:before {
	content: "\f497";
}

.fa-xbox:before {
	content: "\f412";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-y-combinator:before {
	content: "\f23b";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-yammer:before {
	content: "\f840";
}

.fa-yandex:before {
	content: "\f413";
}

.fa-yandex-international:before {
	content: "\f414";
}

.fa-yarn:before {
	content: "\f7e3";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-yen-sign:before {
	content: "\f157";
}

.fa-yin-yang:before {
	content: "\f6ad";
}

.fa-yoast:before {
	content: "\f2b1";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-youtube-square:before {
	content: "\f431";
}

.fa-zhihu:before {
	content: "\f63f";
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.sfull-img {
	width: 100%;
	height: 100%;
	position: relative;
}

.sfull-img--img {
	width: 100%;
	height: 110%;
	position: absolute;
	left: 0;
	top: -5%;
	-o-object-fit: contain;
	object-fit: contain;
}

@media screen and (max-width: 1200px) {
	.sfull-img--img {
		height: 90%;
		top: 5%;
	}
}

@media screen and (max-width: 768px) {
	.sfull-img--img {
		width: 100%;
		height: 100%;
		position: relative;
		top: -60px;
	}
}

.pt-icon {
	margin-right: 10px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.pt-icon-monitor {
	width: 35px;
	height: 34px;
	background-image: url("../img/icons/nav/monitor.svg");
}

.pt-icon-cup {
	width: 43px;
	height: 34px;
	background-image: url("../img/icons/nav/cup.svg");
}

.pt-icon-note {
	width: 29px;
	height: 34px;
	background-image: url("../img/icons/nav/note.svg");
}

.pt-icon-photo {
	width: 40px;
	height: 34px;
	background-image: url("../img/icons/nav/photo.svg");
}

.pt-icon-print {
	width: 37px;
	height: 34px;
	background-image: url("../img/icons/nav/print.svg");
}

.ico {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

.ico-smile {
	width: 40px;
	height: 40px;
	background-image: url("../img/icons/smile.png");
}

@media screen and (max-width: 768px) {
	.ico-smile {
		width: 25px;
		height: 25px;
	}
}

@media (min-width: 991px) {
	.menu_mobile_show {
		display: none !important;
	}
}

.menu_mobile_show a:before {
	display: none !important;
}
.menu_mobile_show:has(.dropdown-menu) a:before {
	display: flex !important;
}

.topbar {
	background-color: var(--white);
	position: relative;
	border-bottom: 1px solid var(--lighter);
	z-index: 200;
}

@media screen and (max-width: 992px) {
	.topbar {
		display: none;
	}
}

.topbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 9;
}

.topbar-nav ul {
	margin: 0;
	padding: 0;
	margin-left: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.topbar-nav ul:first-child {
	margin-left: 0;
}

.topbar-nav ul li {
	position: relative;
	list-style: none;
	display: inline;
	padding: 11px 15px 15px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	line-height: 15px;
}

.topbar-nav ul li:first-child {
	padding-left: 0;
}

.topbar-nav ul li:last-child {
	padding-right: 0;
}

.topbar-nav ul li:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: transparent;
	left: 0;
	bottom: -1px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.topbar-nav ul li:hover:after {
	background: var(--blue);
}

.topbar-nav ul li:hover a {
	color: var(--blue);
}

.topbar-nav ul li a {
	position: relative;
	text-decoration: none;
	color: var(--dark);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.topbar-nav-main {
	width: 100%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.topbar-nav-main li a {
	font-size: 14px;
}

@media screen and (max-width: 1200px) {
	.topbar-nav-main li a {
		font-size: 12px;
	}
}

.topbar-nav-info {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media screen and (max-width: 992px) {
	.topbar-nav-info {
		display: none !important;
	}
}

.topbar-nav-info li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
}

.topbar-nav-info li a .icon {
	color: var(--da-blue);
	margin-right: 10px;
}

#menu-top-menu .menu-item-has-children {
	position: relative;
	z-index: 10;
	padding-right: 25px !important;
}

#menu-top-menu .menu-item-has-children ul.sub-menu {
	position: absolute;
	top: calc(100% + 1px);
	left: 0;
	min-width: 300px;
	margin: 0;
	padding: 5px 0;
	border-radius: 0;
	border: 0;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
	background: #fff;
	display: none;
	z-index: 900;
}

#menu-top-menu .menu-item-has-children ul.sub-menu li {
	padding: 0 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#menu-top-menu .menu-item-has-children ul.sub-menu li ul.sub-menu {
	display: none;
	left: 98%;
	top: 0;
}

#menu-top-menu .menu-item-has-children ul.sub-menu li:hover ul.sub-menu {
	display: block;
}

#menu-top-menu .menu-item-has-children ul.sub-menu li a {
	height: auto;
	font-family: var(--font-family-roboto);
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	background-color: transparent;
	color: var(--dark) !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	white-space: normal;
	border-bottom: 1px solid var(--lighter);
	border-right: 0;
	padding: 8px 40px 8px 0 !important;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	width: 100%;
}

#menu-top-menu .menu-item-has-children ul.sub-menu li a:hover {
	padding-left: 10px !important;
	padding-right: 30px !important;
	color: var(--blue) !important;
}

#menu-top-menu .menu-item-has-children ul.sub-menu li::after {
	display: none;
}

#menu-top-menu .menu-item-has-children ul.sub-menu li:last-child a {
	border: 0;
}

#menu-top-menu
	.menu-item-has-children
	ul.sub-menu
	.menu-item-has-children
	> a:before {
	top: 10px;
	right: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#menu-top-menu .menu-item-has-children:hover ul.sub-menu {
	display: block;
}

#menu-top-menu .menu-item-has-children > a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 10px;
	content: "\f078";
	position: absolute;
	top: 5px;
	right: -15px;
	color: var(--dark);
	-webkit-transition: 0.2s;
	transition: 0.2s;
	opacity: 0.8;
}

#menu-top-menu .menu-item-has-children > a:hover:before {
	color: var(--blue);
}

#menu-top-menu .current-menu-parent .current_page_item a {
	pointer-events: none;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu a::after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: 0.8em;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-left: 0.1rem;
	margin-right: 0.1rem;
}

.navbar {
	margin-bottom: 0px;
}

@media screen and (max-width: 992px) {
	.navbar-collapse {
		height: auto !important;
		padding-bottom: 15px;
	}
}

.navbar.navbar-pt {
	padding: 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (max-width: 768px) {
	.navbar-logo {
		width: 35vw;
	}
}

.navbar-contacts {
	width: 35%;
}

@media screen and (max-width: 992px) {
	.navbar-contacts {
		width: 55vw;
		margin: 0 auto;
	}
}

@media screen and (max-width: 768px) {
	.navbar-contacts {
		padding-right: 5vw;
		padding-left: 5vw;
	}
}

@media (max-width: 576px) {
	.navbar-contacts {
		padding-left: 0vw;
	}
}

@media screen and (max-width: 335px) {
	.navbar-contacts {
		display: none;
	}
}

.navbar-burger {
	position: relative;
	right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (min-width: 992px) {
	.navbar-burger {
		position: absolute;
	}
}

@media screen and (max-width: 992px) {
	.navbar-burger {
		width: 10vw;
	}
}

@media screen and (max-width: 992px) {
	.navbar-phone {
		display: none;
	}
}

.navbar-info-cont {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: var(--white);
}

@media screen and (max-width: 992px) {
	.navbar-info-cont {
		height: 90px;
		-webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
	}
}

.navbar-info-cont--cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navbar-info-main {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 992px) {
	.navbar-info-main {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-info-main .ptt-icon {
		margin-right: 10px;
	}
	.navbar-info-main .ptt-icon:last-child {
		margin-right: 0;
	}
}

.navbar-info-main .ptt-icon {
	margin-left: 15px;
}

.navbar-info-main .ptt-icon:first-child {
	margin-left: 0;
}

@media (max-width: 576px) {
	.navbar-info-main .ptt-icon {
		margin-left: 3px;
		margin-right: 3px;
	}
	.navbar-burger {
		right: 0;
	}
}

.navbar-info-main .navbar-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.navbar-info-main .navbar-brand {
	max-width: 280px;
}

.navbar-info-main .navbar-brand img {
	width: 100%;
}

.navbar-info-main .navbar-description {
	display: none;
	padding-top: 5px;
	font-size: 15px;
	font-family: var(--font-family-roboto);
	font-weight: 400;
	color: var(--dark);
}

@media screen and (max-width: 992px) {
	.navbar-info-main .navbar-description {
		display: none;
	}
}

.navbar-info-main .btn-order_rush {
	padding: 7px 15px;
	border-radius: 7px;
	max-width: 200px;
	width: auto;
	margin-right: 15px;
	font-size: 16px;
}

@media screen and (max-width: 992px) {
	.navbar-info-main .btn-order_rush,
	.navbar-info-main .phone-big {
		display: none;
	}
}

.navbar-info-main--col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.navbar-info-main--col a:first-child {
	margin-bottom: 5px;
}

.navbar-info-main--col a span {
	margin: 0 auto;
}

.navbar-menu-cont {
	width: 100%;
	/* background-color: var(--blue); */
	/* background-color: #001960; */
	background: var(--gradient-1);
}

.navbar-menu-main ul li {
	padding: 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

@media screen and (min-width: 992px) {
	.navbar-menu-main ul li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.navbar-menu-main ul li:hover {
	/* background-color: var(--d-blue); */
	background-color: #f8fbff;
	color: #001960 !important;
}
.navbar-menu-main ul li:hover a .menu-image-title {
	color: #001960 !important;
}
.navbar-menu-main ul li:hover > a:before {
	color: var(--blue);
}

.navbar-menu-main ul li:last-child a {
	border: 0;
}

.navbar-menu-main ul li:last-child:last-child .nav-link:after {
	display: none;
}

@media screen and (max-width: 992px) {
	.navbar-menu-main ul li {
		padding: 0;
	}
	.navbar-menu-main ul li:hover {
		border-radius: 36px;
	}
}

.navbar-menu-main ul li > .nav-link {
	padding-top: 19px;
	padding-bottom: 19px;
}

.navbar-menu-main ul li > .nav-link:after {
	content: "";
	position: absolute;
	margin: 0;
	width: 2px;
	height: 50px;
	/* background: var(--d-blue); */
	background-color: rgba(255, 255, 255, 0.4);
	border: 0;
	right: -1px;
}

@media screen and (max-width: 992px) {
	.navbar-menu-main ul li > .nav-link:after {
		display: none;
	}
}

.navbar-menu-main ul li > a {
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: normal;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 1rem !important;
	padding-right: 2rem !important;
	background-color: transparent;
	color: var(--white) !important;
	font-family: var(--font-family-raleway);
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.navbar-menu-main ul li > a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 13px;
	content: "\f078";
	position: absolute;
	right: 10px;
	color: var(--white);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

@media screen and (max-width: 992px) {
	.navbar-menu-main ul li > a[aria-expanded="true"]:before {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

@media (min-width: 992px) and (max-width: 1280px) {
	.navbar-menu-main ul li > a {
		font-size: 10px;
	}
}

@media screen and (max-width: 992px) {
	.navbar-menu-main ul li > a {
		border: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-left: 0 !important;
		padding: 19px 0;
	}
	.navbar-menu-main ul li > a:before {
		right: 10px;
	}
	.navbar-menu-main ul li > a .pt-icon {
		width: 50px;
		background-size: contain;
	}
}

@media screen and (min-width: 992px) {
	.navbar-menu-main ul li.dropdown:hover > .dropdown-menu,
	.navbar-menu-main ul li .dropdown-submenu:hover > .dropdown-menu {
		display: block;
	}
}

.navbar-menu-main ul li.dropdown .dropdown-menu,
.navbar-menu-main ul li .dropdown-submenu .dropdown-menu {
	min-width: 300px;
	margin: 0;
	padding: 10px 0;
	border-radius: 0;
	border: 0;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 992px) {
	.navbar-menu-main ul li.dropdown .dropdown-menu,
	.navbar-menu-main ul li .dropdown-submenu .dropdown-menu {
		min-width: 100%;
	}
}

.navbar-menu-main ul li.dropdown .dropdown-menu li,
.navbar-menu-main ul li .dropdown-submenu .dropdown-menu li {
	padding: 0 30px;
}

.navbar-menu-main ul li.dropdown .dropdown-menu li:hover,
.navbar-menu-main ul li .dropdown-submenu .dropdown-menu li:hover {
	background-color: transparent !important;
}

.navbar-menu-main ul li.dropdown .dropdown-menu li:last-child a,
.navbar-menu-main ul li .dropdown-submenu .dropdown-menu li:last-child a {
	border: 0;
}

.navbar-menu-main ul li.dropdown .dropdown-menu li a,
.navbar-menu-main ul li .dropdown-submenu .dropdown-menu li a {
	height: auto;
	font-family: var(--font-family-roboto);
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	background-color: transparent;
	color: var(--dark) !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	white-space: normal;
	border-bottom: 1px solid var(--lighter);
	border-right: 0;
	padding: 10px 40px 10px 0 !important;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.navbar-menu-main ul li.dropdown .dropdown-menu li a:hover,
.navbar-menu-main ul li .dropdown-submenu .dropdown-menu li a:hover {
	color: var(--blue) !important;
	background-color: transparent !important;
}

@media screen and (min-width: 992px) {
	.navbar-menu-main ul li.dropdown .dropdown-menu li a:hover,
	.navbar-menu-main ul li .dropdown-submenu .dropdown-menu li a:hover {
		padding-left: 10px !important;
		padding-right: 30px !important;
	}
}

.navbar-menu-main ul li.dropdown .dropdown-submenu > ul,
.navbar-menu-main ul li .dropdown-submenu .dropdown-submenu > ul {
	left: calc(100% - 1px);
	top: -10px;
	background-color: var(--light);
}

@media screen and (max-width: 992px) {
	.navbar-menu-main ul li.dropdown .dropdown-submenu > ul,
	.navbar-menu-main ul li .dropdown-submenu .dropdown-submenu > ul {
		background-color: var(--t-light);
		margin-left: -30px;
		margin-right: -30px;
	}
}

.navbar-menu-main ul li.dropdown .dropdown-submenu a,
.navbar-menu-main ul li .dropdown-submenu .dropdown-submenu a {
	height: auto;
	font-family: var(--font-family-roboto);
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	background-color: transparent;
	color: var(--dark) !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	white-space: normal;
	padding: 10px 40px 10px 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.navbar-menu-main ul li.dropdown .dropdown-submenu > a:before,
.navbar-menu-main ul li .dropdown-submenu .dropdown-submenu > a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 13px;
	content: "\f054";
	position: absolute;
	right: 0;
	color: var(--da-blue);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

@media screen and (max-width: 992px) {
	.navbar-menu-main ul li.dropdown .dropdown-submenu > a:before,
	.navbar-menu-main ul li .dropdown-submenu .dropdown-submenu > a:before {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

.navbar-menu-main ul li.dropdown .dropdown-submenu > a:after,
.navbar-menu-main ul li .dropdown-submenu .dropdown-submenu > a:after {
	display: none;
}

.navbar .third-row a:before {
	display: none;
}

.breadcrumps-link-no_active {
	pointer-events: none;
}

.sd-cont-content {
	margin-bottom: 0;
	font-size: 21px;
	color: var(--gray);
	min-height: 240px;
}

.sd-cont-content ul {
	list-style: none;
	margin: 15px 0 0;
	padding: 0;
}

.sd-cont-content ul li {
	list-style: none;
	margin: 6px 0;
	padding: 0 0 0 30px;
	position: relative;
}

.sd-cont-content ul li::before {
	content: "\f3c5";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: var(--blue);
	position: absolute;
	top: 2px;
	left: 0;
}

.sd-cont-content ul li a {
	text-decoration: none;
	color: var(--gray);
}

.sd-cont-content ul li a:hover {
	text-decoration: none;
	color: var(--blue);
}

.to-print--contact {
	overflow: hidden;
}

.to-print--contact .title-cust h1 {
	text-transform: none !important;
	font-size: 50px !important;
	letter-spacing: 0.03em !important;
	margin-bottom: 50px !important;
}

.sd-map {
	position: absolute;
	top: 0;
	left: 0;
	width: 50vw;
	height: 330px;
}

.sd-prime-cont {
	display: block;
}

.sd-prime-cont-contact {
	line-height: 1.3em;
	background-color: var(--light);
	padding: 25px 25px 15px;
	border-radius: 4px;
	display: inline-block;
}

.sd-prime-cont-title {
	padding-bottom: 15px;
	font-family: "Raleway";
	font-size: 23px;
	font-weight: 700;
	color: #212529;
}

.sd-prime-cont-time {
	margin-bottom: 25px;
}

.sd-prime-cont-timelist {
	color: var(--gray);
	line-height: 1.6em;
}

.sd-prime-cont-timelist span {
	color: var(--blue);
	font-weight: bold;
}

.sd-prime-cont-nav {
	padding: 0;
	list-style: none;
	margin: 0 0 25px;
	padding: 0;
}

.sd-prime-cont-nav--item {
	padding-bottom: 1px;
	position: relative;
	font-family: "Roboto";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0em;
	text-align: left;
	text-decoration: none;
	color: var(--gray);
	border-bottom: 1px solid transparent;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	word-break: break-word;
}

.sd-prime-cont-nav--item b {
	padding-right: 5px;
	color: var(--blue);
}

.sd-prime-cont-nav--item .icon {
	height: 100%;
	margin-right: 15px;
	color: var(--blue);
	font-size: 16px;
}

.sd-prime-cont-nav--item a {
	text-decoration: none;
	color: var(--gray);
}

.sp-selcet-size {
	margin: 30px 0 50px;
}

.sp-selcet-size__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sp-selcet-size__title {
	font-size: 18px;
	font-weight: bold;
	margin-right: 30px;
}

.sp-selcet-size__price-table {
	color: var(--blue);
	font-style: italic;
	text-decoration: underline;
}

.sp-selcet-size__price-table:hover {
	cursor: pointer;
}

.sp-selcet-size__list {
	list-style: none;
	margin: 15px 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.sp-selcet-size__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sp-selcet-size__name {
	line-height: 18px;
}

.sp-selcet-size__plus,
.sp-selcet-size__minus {
	width: 40px;
	height: 40px;
	border: 0;
	background: transparent;
	text-align: center;
	font-size: 24px;
	margin: 5px;
	padding: 0;
}

.sp-selcet-size__plus:hover,
.sp-selcet-size__minus:hover {
	border: transparent;
	color: var(--blue);
}

.sp-selcet-size__plus:focus,
.sp-selcet-size__minus:focus {
	outline: 0;
}

.sp-selcet-size__input {
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid var(--t-light);
}

.sp-selcet-size__input:focus {
	border-radius: 3px;
	border: 1px solid var(--blue);
	outline: 0;
}

.dynamicnumber.phone-big > span {
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	color: var(--dark);
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	margin: 0 0 0 5px;
}

.dynamicnumber.phone-big:hover > span {
	color: var(--blue);
}

@media screen and (max-width: 992px) {
	.dynamicnumber.ptt-icon-phone > span {
		display: none;
	}
	.dynamicnumber.ptt-icon-phone {
		position: relative;
		z-index: 10;
	}
	.dynamicnumber.ptt-icon-phone:after {
		content: "\f879";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		position: absolute;
		top: 2px;
		left: 0;
		width: 100%;
		text-align: center;
		font-size: 18px;
	}
}

@media screen and (min-width: 992px) {
	#main_nav ul li.dropdown .dropdown-menu ul.dropdown-menu {
		-webkit-box-shadow: 0px 0px 15px rgba(127, 179, 213, 0.9);
		box-shadow: 0px 0px 15px rgba(127, 179, 213, 0.9);
	}
	#main_nav ul li.dropdown.menu2column .dropdown-menu {
		width: auto;
	}
	#main_nav ul li.dropdown.menu2column .dropdown-menu li.menu-item {
		padding: 0 15px;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		break-inside: avoid-column;
	}
	#main_nav
		ul
		li.dropdown.menu2column
		.dropdown-menu
		li.menu-item
		ul.dropdown-menu {
		min-width: 250px;
		width: 250px;
		display: none;
	}
	#main_nav
		ul
		li.dropdown.menu2column
		.dropdown-menu
		li.menu-item
		ul.dropdown-menu
		li.menu-item {
		width: 100%;
	}
	#main_nav ul li.dropdown.menu2column--2 .dropdown-menu {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
	}
	#main_nav ul li.dropdown.menu2column--3 .dropdown-menu {
		-webkit-columns: 3;
		-moz-columns: 3;
		columns: 3;
	}
	#main_nav ul li .dropdown-menu li.menu-item:hover ul.dropdown-menu,
	#main_nav
		ul
		li.dropdown.menu2column
		.dropdown-menu
		li.menu-item:hover
		ul.dropdown-menu {
		display: block;
	}
}

#main_nav ul li.dropdown .dropdown-menu {
	padding: 5px 0;
}

#main_nav ul li.dropdown .dropdown-menu li {
	padding: 0 20px;
}

#main_nav ul li.dropdown .dropdown-menu li a {
	text-transform: none;
	padding: 5px 35px 5px 0 !important;
}

@media (max-width: 992px) {
	.navbar-menu-main {
		width: 100%;
	}
	.navbar {
		height: 100%;
	}
	.navbar-collapse {
		width: 100%;
		height: 100%;
	}
	.navbar-collapse .navbar-nav > .nav-item > a {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

.prime-top {
	padding-top: 35px;
}

@media screen and (max-width: 768px) {
	.prime-top {
		padding-bottom: 35px;
	}
}

.prime-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.prime-item--img {
	max-height: 500px;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.prime-cont {
	height: 100%;
	margin-top: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (max-width: 768px) {
	.prime-cont {
		margin-top: 25px;
	}
}

.prime-cont--title {
	font-size: 60px;
	font-weight: 800;
	letter-spacing: 5%;
}

.prime-cont--desc {
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 25px;
	color: var(--c-dark);
}

@media screen and (max-width: 768px) {
	.prime-cont--desc {
		margin-top: 15px;
	}
}

.prime-cont--btn {
	padding-top: 40px;
	padding-bottom: 50px;
}

@media screen and (max-width: 576px) {
	.prime-cont--btn {
		padding-bottom: 15px;
	}
}

@media screen and (max-width: 576px) {
	.prime-cont--btn .btn-price {
		width: 100%;
		font-size: 16px;
	}
}

@media screen and (max-width: 768px) {
	.prime-price {
		padding: 40px 0;
	}
}

.prime-price .prime-cont {
	padding: 40px 0;
}

@media screen and (max-width: 768px) {
	.prime-price .prime-cont {
		padding: 0;
		margin-top: -30px;
	}
}

@media screen and (max-width: 768px) {
	.prime-price .md-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.prime-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.prime-item--img {
	width: 100%;
}

@media (max-width: 576px) {
	.prime-item--img {
		width: 70%;
	}
}

.prime-cont {
	height: 100%;
	margin-top: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (max-width: 768px) {
	.prime-cont {
		margin-top: 25px;
	}
}

.prime-cont--desc {
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.prime-cont--desc {
		margin-top: 15px;
	}
}

.prime-cont-footer {
	margin-top: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

@media screen and (max-width: 768px) {
	.prime-cont-footer {
		margin-top: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.prime-cont-footer--btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 40px;
}

@media screen and (max-width: 768px) {
	.prime-cont-footer--btns {
		padding-top: 30px;
		padding-left: 0;
	}
}

.prime-cont-footer .whyprice-btn {
	margin-left: 15px;
}

.prime-cont-footer .whyprice-btn:first-child {
	margin-left: 0;
}

.why-items-container {
	padding-top: 50px;
	padding-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 768px) {
	.why-items-container {
		padding-top: 50px;
	}
}

.why-items-item {
	width: 100%;
	margin-left: 12.5px;
	margin-right: 12.5px;
	margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
	.why-items-item {
		max-width: calc(20% - 25px);
	}
}

@media screen and (max-width: 992px) {
	.why-items-item {
		width: calc(50% - 30px);
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 30px;
	}
	.why-items-item:nth-child(2n) {
		margin-right: 0;
	}
	.why-items-item:nth-child(3n) {
		margin-left: 0;
	}
}

@media screen and (max-width: 576px) {
	.why-items-item {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.why-items-item:last-child {
		margin-bottom: 0;
	}
}

.why-items-item .card {
	height: 100%;
	padding: 13px;
	background-color: var(--white);
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	border: none;
	border-radius: 10px;
	text-align: center;
}

.why-items-item .card-header,
.why-items-item .card-body {
	padding: 0;
	margin: 0;
	height: auto;
	background: transparent;
	border: 0;
}

.why-items-item .card-header {
	padding-bottom: 15px;
}

.why-items-item--img {
	height: 90px;
	-o-object-fit: contain;
	object-fit: contain;
}

.why-items-item--title {
	display: block;
	font-family: "Raleway";
	font-weight: 700;
	font-size: 18px;
	line-height: 130%;
	color: var(--dark);
}

.why-items-item--desc {
	display: block;
	padding-top: 10px;
	font-family: "Roboto";
	font-size: 13px;
	line-height: 140%;
	color: var(--gray);
}

.to-print {
	padding-top: 40px;
	padding-bottom: 40px;
}

.to-print .prime-cont--title {
	padding-bottom: 25px;
}

.person-btn {
	padding-top: 60px;
}

@media screen and (max-width: 768px) {
	.person-btn .btn-select {
		margin-bottom: 20px;
	}
}

.items-cat {
	padding-top: 0;
}

.items-cat-show {
	display: block;
}

.items-cat-hide {
	display: none;
}

.items .btn-more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.items .btn-select-more {
	margin-top: 20px;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.items .btn-select-more {
		width: 100%;
		margin-top: 10px;
	}
}

.items .card-item {
	height: calc(100% - 25px);
	margin-bottom: 25px;
}

.prime-slider {
	padding: 65px 0 25px;
}

.prime-slider .owl-prime {
	padding-top: 60px;
}

.owl-theme.owl-prime .owl-item {
	width: 100%;
	height: 350px;
}

.owl-theme.owl-prime .owl-item .item {
	height: 100%;
}

.owl-theme.owl-prime .owl-item .item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.owl-theme.owl-prime .owl-nav .owl-prev,
.owl-theme.owl-prime .owl-nav .owl-next {
	width: 42px;
	height: 42px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: var(--light);
	border-radius: 42px;
	top: 45%;
	position: absolute;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.owl-theme.owl-prime .owl-nav .owl-prev:focus,
.owl-theme.owl-prime .owl-nav .owl-next:focus {
	outline: none;
}

.owl-theme.owl-prime .owl-nav .owl-prev:hover,
.owl-theme.owl-prime .owl-nav .owl-next:hover {
	background: var(--lighter);
}

.owl-theme.owl-prime .owl-nav .owl-prev .owl-nav-icon,
.owl-theme.owl-prime .owl-nav .owl-next .owl-nav-icon {
	width: 38px;
	height: 38px;
	margin: 0;
	padding: 0;
	padding-top: 8px;
	position: absolute;
	font-size: 18px;
	color: var(--blue);
	background: transparent;
	border: 1px solid var(--lighter);
	border-radius: 42px;
}

.owl-theme.owl-prime .owl-nav .owl-prev {
	left: -25px;
}

.owl-theme.owl-prime .owl-nav .owl-next {
	right: -25px;
}

.owl-theme.owl-prime .owl-dots {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.owl-theme.owl-prime .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: transparent;
	border: 1px solid var(--blue);
	border-radius: 10px;
	opacity: 0.5;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}

.owl-theme.owl-prime .owl-dots .owl-dot:focus {
	outline: none;
}

.owl-theme.owl-prime .owl-dots .owl-dot:hover span {
	width: 8px;
	height: 8px;
	background: var(--blue);
}

.owl-theme.owl-prime .owl-dots .owl-dot.active {
	opacity: 1;
}

.owl-theme.owl-prime .owl-dots .owl-dot.active span {
	background: var(--blue);
}

.owl-theme.owl-prime .owl-dots .owl-dot span {
	position: absolute;
	width: 4px;
	height: 4px;
	margin: 0;
	background: var(--white);
	-webkit-transition: 0.1s;
	transition: 0.1s;
}

.prime-tabs {
	padding-top: 65px;
	padding-bottom: 65px;
}

.prime-tabs--tabs {
	padding-top: 60px;
}

.nav-tabs.nav-method {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	border: none;
	border-radius: 10px 10px 0 0;
	background: var(--light);
}

@media screen and (max-width: 992px) {
	.nav-tabs.nav-method {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.nav-tabs.nav-method li {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}

@media screen and (max-width: 992px) {
	.nav-tabs.nav-method li {
		width: 100%;
	}
	.nav-tabs.nav-method li:last-child.active {
		margin-bottom: -7px;
	}
}

.nav-tabs.nav-method li.active {
	background: var(--blue);
	border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 992px) {
	.nav-tabs.nav-method li.active {
		border-radius: 10px;
	}
}

.nav-tabs.nav-method li a {
	width: 100%;
	padding: 25px 10px;
	font-size: 16px;
	color: var(--dark);
	font-family: "Raleway";
	font-weight: 700;
	text-align: center;
	border: none;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

@media screen and (max-width: 992px) {
	.nav-tabs.nav-method li a {
		padding: 15px 10px;
	}
}

.nav-tabs.nav-method li a.active {
	color: #fff;
	background-color: transparent;
}

.tab-content.tab-method {
	padding: 50px 40px;
	border: 2px solid var(--blue);
	border-radius: 0 0 10px 10px;
	background-color: var(--light);
}

@media screen and (max-width: 768px) {
	.tab-content.tab-method {
		padding: 40px 15px;
	}
}

@media screen and (min-width: 769px) {
	.shadow-z-1 {
		border: 1px solid var(--lighter);
		border-radius: 10px;
		margin-top: 15px;
	}
}

.tab-content__table table {
	width: 100%;
	max-width: 100%;
	background-color: #fff;
	border-radius: 10px;
}

@media screen and (min-width: 769px) {
	.tab-content__table table tbody tr:nth-child(odd) {
		background-color: var(--light);
	}
}

.tab-content__table table > thead > tr,
.tab-content__table table > tbody > tr,
.tab-content__table table > tfoot > tr {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tab-content__table table > thead > tr > th,
.tab-content__table table > tbody > tr > th,
.tab-content__table table > tfoot > tr > th,
.tab-content__table table > thead > tr > td,
.tab-content__table table > tbody > tr > td,
.tab-content__table table > tfoot > tr > td {
	text-align: left;
	font-size: 15px;
	padding: 12px 20px;
	vertical-align: top;
	border-top: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tab-content__table table > thead > tr > th,
.tab-content__table table > thead > tr > td {
	font-weight: 600;
	color: var(--da-blue);
	vertical-align: bottom;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.tab-content__table table > caption + thead > tr:first-child > th,
.tab-content__table table > colgroup + thead > tr:first-child > th,
.tab-content__table table > thead:first-child > tr:first-child > th,
.tab-content__table table > caption + thead > tr:first-child > td,
.tab-content__table table > colgroup + thead > tr:first-child > td,
.tab-content__table table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

.tab-content__table table > tbody + tbody {
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}

/* -- Material Design Table style -------------- */
.table-res {
	width: 100%;
	max-width: 100%;
	background-color: #fff;
	border-radius: 10px;
}

@media screen and (min-width: 769px) {
	.table-res tbody tr:nth-child(odd) {
		background-color: var(--light);
	}
}

.table-res > thead > tr,
.table-res > tbody > tr,
.table-res > tfoot > tr {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.table-res > thead > tr > th,
.table-res > tbody > tr > th,
.table-res > tfoot > tr > th,
.table-res > thead > tr > td,
.table-res > tbody > tr > td,
.table-res > tfoot > tr > td {
	text-align: left;
	font-size: 15px;
	padding: 12px 20px;
	vertical-align: top;
	border-top: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.table-res > thead > tr > th {
	font-weight: 600;
	color: var(--da-blue);
	vertical-align: bottom;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.table-res > caption + thead > tr:first-child > th,
.table-res > colgroup + thead > tr:first-child > th,
.table-res > thead:first-child > tr:first-child > th,
.table-res > caption + thead > tr:first-child > td,
.table-res > colgroup + thead > tr:first-child > td,
.table-res > thead:first-child > tr:first-child > td {
	border-top: 0;
}

.table-res > tbody + tbody {
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.table-res .table-res {
	background-color: #fff;
}

.table-res .no-border {
	border: 0;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: 0.8rem;
}

.table-bordered {
	border: 0;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 0;
	border-bottom: 1px solid #e0e0e0;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f5f5f5;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 768px) {
	.table-responsive-vertical > .table-res {
		margin-bottom: 0;
		background-color: transparent;
	}
	.table-responsive-vertical > .table-res > thead,
	.table-responsive-vertical > .table-res > tfoot {
		display: none;
	}
	.table-responsive-vertical > .table-res > tbody {
		display: block;
	}
	.table-responsive-vertical > .table-res > tbody > tr {
		display: block;
		border: 1px solid #e0e0e0;
		border-radius: 2px;
		margin-bottom: 1.6rem;
	}
	.table-responsive-vertical > .table-res > tbody > tr > td {
		background-color: #fff;
		display: block;
		vertical-align: middle;
		text-align: right;
	}
	.table-responsive-vertical > .table-res > tbody > tr > td[data-title]:before {
		content: attr(data-title);
		float: left;
		font-size: inherit;
		font-weight: 600;
		color: var(--da-blue);
	}
	.table-responsive-vertical.shadow-z-1 {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.table-responsive-vertical.shadow-z-1 > .table-res > tbody > tr {
		-webkit-box-shadow: 0;
		box-shadow: 0;
		border: 1px solid var(--lighter);
		border-radius: 10px;
	}
	.table-responsive-vertical.shadow-z-1 > .table-res > tbody > tr > td {
		padding: 15px;
	}
	.table-responsive-vertical.shadow-z-1
		> .table-res
		> tbody
		> tr
		> td:nth-child(2n) {
		background-color: var(--light);
	}
	.table-responsive-vertical.shadow-z-1
		> .table-res
		> tbody
		> tr
		> td:first-child {
		border-radius: 10px 10px 0 0;
	}
	.table-responsive-vertical.shadow-z-1
		> .table-res
		> tbody
		> tr
		> td:last-child {
		border-radius: 0 0 10px 10px;
	}
	.table-responsive-vertical > .table-bordered {
		border: 0;
	}
	.table-responsive-vertical > .table-bordered > tbody > tr > td {
		border: 0;
		border-bottom: 1px solid #e0e0e0;
	}
	.table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
		border-bottom: 0;
	}
	.table-responsive-vertical > .table-striped > tbody > tr > td,
	.table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
		background-color: #fff;
	}
	.table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
		background-color: #f5f5f5;
	}
	.table-responsive-vertical > .table-hover > tbody > tr:hover {
		background-color: #fff;
	}
	.table-responsive-vertical > .table-hover > tbody > tr:hover > td {
		background-color: #fff;
	}
	.table-responsive-vertical > .table-hover > tbody > tr > td:hover {
		background-color: rgba(0, 0, 0, 0.12);
	}
}

.table-striped.table-mc-red > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-red > tbody > tr:nth-child(odd) > th {
	background-color: #fde0dc;
}

.table-hover.table-mc-red > tbody > tr:hover > td,
.table-hover.table-mc-red > tbody > tr:hover > th {
	background-color: #f9bdbb;
}

@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td,
	.table-responsive-vertical
		.table-striped.table-mc-red
		> tbody
		> tr:nth-child(odd) {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-striped.table-mc-red
		> tbody
		> tr
		> td:nth-child(odd) {
		background-color: #fde0dc;
	}
	.table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover {
		background-color: #fff;
	}
	.table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover > td {
		background-color: #fff;
	}
	.table-responsive-vertical .table-hover.table-mc-red > tbody > tr > td:hover {
		background-color: #f9bdbb;
	}
}

.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > th {
	background-color: #fce4ec;
}

.table-hover.table-mc-pink > tbody > tr:hover > td,
.table-hover.table-mc-pink > tbody > tr:hover > th {
	background-color: #f8bbd0;
}

@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td,
	.table-responsive-vertical
		.table-striped.table-mc-pink
		> tbody
		> tr:nth-child(odd) {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-striped.table-mc-pink
		> tbody
		> tr
		> td:nth-child(odd) {
		background-color: #fce4ec;
	}
	.table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-hover.table-mc-pink
		> tbody
		> tr:hover
		> td {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-hover.table-mc-pink
		> tbody
		> tr
		> td:hover {
		background-color: #f8bbd0;
	}
}

.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > th {
	background-color: #f3e5f5;
}

.table-hover.table-mc-purple > tbody > tr:hover > td,
.table-hover.table-mc-purple > tbody > tr:hover > th {
	background-color: #e1bee7;
}

@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td,
	.table-responsive-vertical
		.table-striped.table-mc-purple
		> tbody
		> tr:nth-child(odd) {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-striped.table-mc-purple
		> tbody
		> tr
		> td:nth-child(odd) {
		background-color: #f3e5f5;
	}
	.table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-hover.table-mc-purple
		> tbody
		> tr:hover
		> td {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-hover.table-mc-purple
		> tbody
		> tr
		> td:hover {
		background-color: #e1bee7;
	}
}

.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > th {
	background-color: #ede7f6;
}

.table-hover.table-mc-deep-purple > tbody > tr:hover > td,
.table-hover.table-mc-deep-purple > tbody > tr:hover > th {
	background-color: #d1c4e9;
}

@media screen and (max-width: 767px) {
	.table-responsive-vertical
		.table-striped.table-mc-deep-purple
		> tbody
		> tr
		> td,
	.table-responsive-vertical
		.table-striped.table-mc-deep-purple
		> tbody
		> tr:nth-child(odd) {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-striped.table-mc-deep-purple
		> tbody
		> tr
		> td:nth-child(odd) {
		background-color: #ede7f6;
	}
	.table-responsive-vertical
		.table-hover.table-mc-deep-purple
		> tbody
		> tr:hover {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-hover.table-mc-deep-purple
		> tbody
		> tr:hover
		> td {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-hover.table-mc-deep-purple
		> tbody
		> tr
		> td:hover {
		background-color: #d1c4e9;
	}
}

.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > th {
	background-color: #e8eaf6;
}

.table-hover.table-mc-indigo > tbody > tr:hover > td,
.table-hover.table-mc-indigo > tbody > tr:hover > th {
	background-color: #c5cae9;
}

@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td,
	.table-responsive-vertical
		.table-striped.table-mc-indigo
		> tbody
		> tr:nth-child(odd) {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-striped.table-mc-indigo
		> tbody
		> tr
		> td:nth-child(odd) {
		background-color: #e8eaf6;
	}
	.table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-hover.table-mc-indigo
		> tbody
		> tr:hover
		> td {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-hover.table-mc-indigo
		> tbody
		> tr
		> td:hover {
		background-color: #c5cae9;
	}
}

.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > th {
	background-color: #e7e9fd;
}

.table-hover.table-mc-blue > tbody > tr:hover > td,
.table-hover.table-mc-blue > tbody > tr:hover > th {
	background-color: #d0d9ff;
}

@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td,
	.table-responsive-vertical
		.table-striped.table-mc-blue
		> tbody
		> tr:nth-child(odd) {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-striped.table-mc-blue
		> tbody
		> tr
		> td:nth-child(odd) {
		background-color: #e7e9fd;
	}
	.table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-hover.table-mc-blue
		> tbody
		> tr:hover
		> td {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-hover.table-mc-blue
		> tbody
		> tr
		> td:hover {
		background-color: #d0d9ff;
	}
}

.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > th {
	background-color: #e1f5fe;
}

.table-hover.table-mc-light-blue > tbody > tr:hover > td,
.table-hover.table-mc-light-blue > tbody > tr:hover > th {
	background-color: #b3e5fc;
}

@media screen and (max-width: 767px) {
	.table-responsive-vertical
		.table-striped.table-mc-light-blue
		> tbody
		> tr
		> td,
	.table-responsive-vertical
		.table-striped.table-mc-light-blue
		> tbody
		> tr:nth-child(odd) {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-striped.table-mc-light-blue
		> tbody
		> tr
		> td:nth-child(odd) {
		background-color: #e1f5fe;
	}
	.table-responsive-vertical
		.table-hover.table-mc-light-blue
		> tbody
		> tr:hover {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-hover.table-mc-light-blue
		> tbody
		> tr:hover
		> td {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-hover.table-mc-light-blue
		> tbody
		> tr
		> td:hover {
		background-color: #b3e5fc;
	}
}

.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > th {
	background-color: #e0f7fa;
}

.table-hover.table-mc-cyan > tbody > tr:hover > td,
.table-hover.table-mc-cyan > tbody > tr:hover > th {
	background-color: #b2ebf2;
}

@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td,
	.table-responsive-vertical
		.table-striped.table-mc-cyan
		> tbody
		> tr:nth-child(odd) {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-striped.table-mc-cyan
		> tbody
		> tr
		> td:nth-child(odd) {
		background-color: #e0f7fa;
	}
	.table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-hover.table-mc-cyan
		> tbody
		> tr:hover
		> td {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-hover.table-mc-cyan
		> tbody
		> tr
		> td:hover {
		background-color: #b2ebf2;
	}
}

.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > th {
	background-color: #e0f2f1;
}

.table-hover.table-mc-teal > tbody > tr:hover > td,
.table-hover.table-mc-teal > tbody > tr:hover > th {
	background-color: #b2dfdb;
}

@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td,
	.table-responsive-vertical
		.table-striped.table-mc-teal
		> tbody
		> tr:nth-child(odd) {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-striped.table-mc-teal
		> tbody
		> tr
		> td:nth-child(odd) {
		background-color: #e0f2f1;
	}
	.table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-hover.table-mc-teal
		> tbody
		> tr:hover
		> td {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-hover.table-mc-teal
		> tbody
		> tr
		> td:hover {
		background-color: #b2dfdb;
	}
}

.table-striped.table-mc-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-green > tbody > tr:nth-child(odd) > th {
	background-color: #d0f8ce;
}

.table-hover.table-mc-green > tbody > tr:hover > td,
.table-hover.table-mc-green > tbody > tr:hover > th {
	background-color: #a3e9a4;
}

@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td,
	.table-responsive-vertical
		.table-striped.table-mc-green
		> tbody
		> tr:nth-child(odd) {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-striped.table-mc-green
		> tbody
		> tr
		> td:nth-child(odd) {
		background-color: #d0f8ce;
	}
	.table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-hover.table-mc-green
		> tbody
		> tr:hover
		> td {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-hover.table-mc-green
		> tbody
		> tr
		> td:hover {
		background-color: #a3e9a4;
	}
}

.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > th {
	background-color: #f1f8e9;
}

.table-hover.table-mc-light-green > tbody > tr:hover > td,
.table-hover.table-mc-light-green > tbody > tr:hover > th {
	background-color: #dcedc8;
}

@media screen and (max-width: 767px) {
	.table-responsive-vertical
		.table-striped.table-mc-light-green
		> tbody
		> tr
		> td,
	.table-responsive-vertical
		.table-striped.table-mc-light-green
		> tbody
		> tr:nth-child(odd) {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-striped.table-mc-light-green
		> tbody
		> tr
		> td:nth-child(odd) {
		background-color: #f1f8e9;
	}
	.table-responsive-vertical
		.table-hover.table-mc-light-green
		> tbody
		> tr:hover {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-hover.table-mc-light-green
		> tbody
		> tr:hover
		> td {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-hover.table-mc-light-green
		> tbody
		> tr
		> td:hover {
		background-color: #dcedc8;
	}
}

.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > th {
	background-color: #f9fbe7;
}

.table-hover.table-mc-lime > tbody > tr:hover > td,
.table-hover.table-mc-lime > tbody > tr:hover > th {
	background-color: #f0f4c3;
}

@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td,
	.table-responsive-vertical
		.table-striped.table-mc-lime
		> tbody
		> tr:nth-child(odd) {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-striped.table-mc-lime
		> tbody
		> tr
		> td:nth-child(odd) {
		background-color: #f9fbe7;
	}
	.table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-hover.table-mc-lime
		> tbody
		> tr:hover
		> td {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-hover.table-mc-lime
		> tbody
		> tr
		> td:hover {
		background-color: #f0f4c3;
	}
}

.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > th {
	background-color: #fffde7;
}

.table-hover.table-mc-yellow > tbody > tr:hover > td,
.table-hover.table-mc-yellow > tbody > tr:hover > th {
	background-color: #fff9c4;
}

@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td,
	.table-responsive-vertical
		.table-striped.table-mc-yellow
		> tbody
		> tr:nth-child(odd) {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-striped.table-mc-yellow
		> tbody
		> tr
		> td:nth-child(odd) {
		background-color: #fffde7;
	}
	.table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-hover.table-mc-yellow
		> tbody
		> tr:hover
		> td {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-hover.table-mc-yellow
		> tbody
		> tr
		> td:hover {
		background-color: #fff9c4;
	}
}

.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > th {
	background-color: #fff8e1;
}

.table-hover.table-mc-amber > tbody > tr:hover > td,
.table-hover.table-mc-amber > tbody > tr:hover > th {
	background-color: #ffecb3;
}

@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td,
	.table-responsive-vertical
		.table-striped.table-mc-amber
		> tbody
		> tr:nth-child(odd) {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-striped.table-mc-amber
		> tbody
		> tr
		> td:nth-child(odd) {
		background-color: #fff8e1;
	}
	.table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-hover.table-mc-amber
		> tbody
		> tr:hover
		> td {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-hover.table-mc-amber
		> tbody
		> tr
		> td:hover {
		background-color: #ffecb3;
	}
}

.table-striped.table-mc-orange > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-orange > tbody > tr:nth-child(odd) > th {
	background-color: #fff3e0;
}

.table-hover.table-mc-orange > tbody > tr:hover > td,
.table-hover.table-mc-orange > tbody > tr:hover > th {
	background-color: #ffe0b2;
}

@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td,
	.table-responsive-vertical
		.table-striped.table-mc-orange
		> tbody
		> tr:nth-child(odd) {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-striped.table-mc-orange
		> tbody
		> tr
		> td:nth-child(odd) {
		background-color: #fff3e0;
	}
	.table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-hover.table-mc-orange
		> tbody
		> tr:hover
		> td {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-hover.table-mc-orange
		> tbody
		> tr
		> td:hover {
		background-color: #ffe0b2;
	}
}

.table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > th {
	background-color: #fbe9e7;
}

.table-hover.table-mc-deep-orange > tbody > tr:hover > td,
.table-hover.table-mc-deep-orange > tbody > tr:hover > th {
	background-color: #ffccbc;
}

@media screen and (max-width: 767px) {
	.table-responsive-vertical
		.table-striped.table-mc-deep-orange
		> tbody
		> tr
		> td,
	.table-responsive-vertical
		.table-striped.table-mc-deep-orange
		> tbody
		> tr:nth-child(odd) {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-striped.table-mc-deep-orange
		> tbody
		> tr
		> td:nth-child(odd) {
		background-color: #fbe9e7;
	}
	.table-responsive-vertical
		.table-hover.table-mc-deep-orange
		> tbody
		> tr:hover {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-hover.table-mc-deep-orange
		> tbody
		> tr:hover
		> td {
		background-color: #fff;
	}
	.table-responsive-vertical
		.table-hover.table-mc-deep-orange
		> tbody
		> tr
		> td:hover {
		background-color: #ffccbc;
	}
}

.footer {
	width: 100%;
	height: auto;
	margin-top: 45px;
	padding: 40px 0;
	/* background-color: var(--dark-blue); */
	background-color: var(--blue);
}

@media screen and (max-width: 1200px) {
	.footer-col .footer-cont {
		padding-bottom: 50px;
	}
	.footer-col:last-child .footer-cont {
		padding-bottom: 0;
	}
	.footer-col:nth-last-child(2) .footer-cont {
		padding-bottom: 0;
	}
}

@media screen and (max-width: 768px) {
	.footer-col .footer-cont {
		padding-bottom: 50px;
	}
	.footer-col:last-child .footer-cont {
		padding-bottom: 0;
	}
	.footer-col:nth-last-child(2) .footer-cont {
		padding-bottom: 50px;
	}
}

.footer-cont-title {
	margin-bottom: 25px;
}

.footer-cont-title span {
	font-family: "Raleway";
	font-size: 23px;
	font-weight: 700;
	color: var(--light);
}

.footer-cont-nav {
	padding: 0;
	list-style: none;
}

.footer-cont-nav--item,
.footer-cont-navspan {
	padding-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-cont-nav--item:last-child,
.footer-cont-navspan:last-child {
	padding-bottom: 0;
}

.footer-cont-nav--item a,
.footer-cont-nav--item__text,
.footer-cont-navspan a,
.footer-cont-navspan__text {
	padding-bottom: 1px;
	position: relative;
	font-family: "Roboto";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0em;
	text-align: left;
	text-decoration: none;
	color: var(--l-light);
	border-bottom: 1px solid transparent;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	word-break: break-word;
}

.footer-cont-nav--item a:hover,
.footer-cont-nav--item__text:hover,
.footer-cont-navspan a:hover,
.footer-cont-navspan__text:hover {
	/* border-bottom: 1px solid var(--blue); */
	color: var(--d-blue);
}

.footer-cont-nav--item b,
.footer-cont-navspan b {
	padding-right: 5px;
	/* color: var(--blue); */
	color: var(--d-blue);
}

.footer-cont-nav--dop {
	padding-top: 15px;
}

.footer-cont-nav .icon {
	height: 100%;
	margin-right: 15px;
	/* color: var(--blue); */
	color: var(--d-blue);
	font-size: 16px;
}

.footer-cont-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-cont-social .ptt-icon-inv {
	margin-right: 15px;
	margin-bottom: 15px;
}

.footer-cont-social .ptt-icon-inv:last-child {
	margin-right: 0;
}

.footer-brands {
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--sdark-blue);
}

.footer-brands-imgs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.footer-brands-imgs {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.footer-brands-imgs img {
	padding-right: 50px;
}

@media screen and (max-width: 768px) {
	.footer-brands-imgs img {
		padding-right: 0;
	}
}

.footer-brands-imgs img:last-child {
	padding-right: 0;
}

.footer-brands-dop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 352px) {
	.footer-brands-dop {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media screen and (max-width: 768px) {
	.footer-brands-dop img {
		margin-top: 30px;
		margin-right: 20px;
	}
	.footer-brands-dop img:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 768px) {
	.footer-brands-copyright {
		margin-top: 30px;
		text-align: right;
	}
}

@media screen and (max-width: 352px) {
	.footer-brands-copyright {
		text-align: center;
	}
}

.footer-brands-copyright--text {
	font-size: 13px;
	color: var(--l-gray);
}

.block4photo {
	padding: 40px 0 50px;
	background: #fff;
	margin-bottom: 50px;
}

.block4photo__title {
	font-family: var(--font-family-raleway) !important;
	font-size: 35px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-align: left;
	color: var(--dark);
}

.block4photo__box {
	margin: 30px 0 0;
	overflow: hidden;
}

.block4photo__blockimg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 600px;
}

.block4photo__blockimg--right {
	float: right;
	margin: 0 0 15px 20px;
}

.block4photo__blockimg--right::after {
	content: "";
	display: block;
	clear: both;
}

.block4photo__blockimg--left {
	float: left;
	margin: 0 20px 15px 0;
}

.block4photo__blockimg--left::after {
	content: "";
	display: block;
	clear: both;
}

.block4photo__img {
	margin-bottom: 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	padding: 0 5px;
}

.block4photo__img img {
	width: 100%;
}

.block5icon {
	padding: 50px 0;
	background: var(--light);
}

.block5icon__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -15px;
	width: 100%;
}

.block5icon__item {
	width: calc(20% - 30px);
	max-width: calc(20% - 30px);
	margin: 0 15px;
	background: #fff;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	border: none;
	border-radius: 10px;
	text-align: center;
	padding: 15px 15px 20px;
}

.block5icon__icon {
	width: 100px;
	margin: 10px auto;
}

.block5icon__icon img {
	width: 100%;
}

.block5icon__text {
	font-family: "Raleway";
	font-weight: 700;
	font-size: 18px;
	line-height: 140%;
	color: var(--dark);
}

.pt_portfolio {
	padding: 50px 0;
	background: #fff;
}

.owl-portfolio {
	margin-top: 30px;
}

.owl-portfolio .owl-dots {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.owl-portfolio .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: transparent;
	border: 1px solid var(--blue);
	border-radius: 10px;
	opacity: 0.5;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}

.owl-portfolio .owl-dots .owl-dot.active {
	opacity: 1;
}

.owl-portfolio .owl-dots .owl-dot.active span {
	background-color: var(--blue);
}

.owl-portfolio .owl-dots .owl-dot span {
	position: absolute;
	width: 4px;
	height: 4px;
	margin: 0;
	background: var(--white);
	-webkit-transition: 0.1s;
	transition: 0.1s;
}

.owl-portfolio .owl-nav {
	position: absolute;
	top: 50%;
	width: calc(100% + 30px);
	margin: 0 -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.owl-portfolio .owl-nav .owl-prev,
.owl-portfolio .owl-nav .owl-next {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.owl-portfolio .owl-nav .owl-prev .owl-nav-icon,
.owl-portfolio .owl-nav .owl-next .owl-nav-icon {
	background: #f9fafc;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: var(--blue);
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.owl-portfolio .owl-nav .owl-prev:hover .owl-nav-icon,
.owl-portfolio .owl-nav .owl-next:hover .owl-nav-icon {
	background: var(--blue);
	color: #fff;
}

.owl-portfolio .owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: transparent;
}

.tp-print-price-section .prime-tabs--tabs {
	padding-top: 0;
}

.feature-icons {
	padding: 50px 0;
	background: var(--light);
}

.feature-icons__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -15px;
	width: calc(100% + 30px);
}

.feature-icons__item {
	width: calc(20% - 30px);
	max-width: calc(20% - 30px);
	margin: 0 15px;
	background: #fff;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	border: none;
	border-radius: 10px;
	text-align: center;
	padding: 15px 15px 20px;
}

@media screen and (max-width: 1024px) {
	.feature-icons__item {
		width: calc(33% - 30px);
		max-width: calc(33% - 30px);
	}
}

@media screen and (max-width: 768px) {
	.feature-icons__item {
		width: calc(50% - 30px);
		max-width: calc(50% - 30px);
	}
}

.feature-icons__icon {
	width: 100px;
	margin: 10px auto;
}

.feature-icons__icon img {
	width: 100%;
}

.feature-icons__title {
	font-family: "Raleway";
	font-weight: 700;
	font-size: 18px;
	line-height: 140%;
	color: var(--dark);
}

.feature-icons__text {
	padding-top: 10px;
	font-family: "Roboto";
	font-size: 13px;
	line-height: 140%;
	color: var(--gray);
}

.pt-articles {
	padding: 50px 0;
	background: #fff;
}

.pt-articles .prime-cont--title {
	padding-bottom: 20px;
}

.pt-articles__card {
	border: 1px solid var(--blue);
	border-radius: 5px;
	overflow: hidden;
}

.pt-articles__img img {
	width: 100%;
}

.pt-articles__link {
	padding: 20px 15px 15px;
	text-decoration: none;
	display: block;
	color: var(--dark);
}

.pt-articles__link:hover {
	text-decoration: none;
	color: var(--dark);
}

.pt-articles__title {
	font-size: 20px;
	color: var(--dark);
	font-family: "Raleway";
	font-weight: 700;
}

.pt-articles__arrow {
	text-align: right;
}

.pt-articles__arrow img {
	width: 35px;
}

.print-faq {
	padding: 40px 0 60px;
}

.print-faq__title {
	margin-bottom: 20px !important;
}

.print-faq__item {
	border: 1px solid var(--blue);
	padding: 15px 20px;
	margin-bottom: 20px;
	border-radius: 10px;
	background: #fff;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.print-faq__item:hover {
	-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15),
		0 10px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.1);
}

.print-faq__question {
	margin-bottom: 10px !important;
	color: var(--dark);
}

.sp-comments {
	margin: 0;
	background: #fff;
}

.sp-comments__header {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sp-comments__title {
	color: var(--dark);
	font-family: "Raleway";
	font-weight: 700;
	font-size: 25px;
	margin-right: 30px;
}

.sp-comments__form {
	width: 100%;
}

.sp-comments__form--hide {
	display: none;
}

.sp-comments__form .comment-respond {
	border: 0;
}

.sp-comments__form .comment-reply-title {
	font-family: "Raleway";
	font-weight: 700;
	font-size: 25px;
	line-height: 20px;
	color: var(--dark);
}

.sp-comments__form .comment-form {
	padding: 10px 0 30px;
}

.sp-comments__form .wppcr_rating {
	display: block;
	margin-bottom: 15px;
	float: none;
}

.sp-comments__form .wppcr_rating legend {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: auto;
	max-width: 120px;
}

.sp-comments__body {
	margin: 0;
}

.sp-comments__body .comments-area {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sp-comments__body .comments-area .comment {
	list-style: none;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
}

.sp-comments__body .comments-area .comment .comment-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 7px;
}

.sp-comments__body .comments-area .comment .comment-author .fn {
	font-family: "Raleway";
	font-weight: 700;
	font-size: 15px;
	font-style: normal;
	text-decoration: none;
	color: var(--dark);
	margin-right: 10px;
}

.sp-comments__body .comments-area .comment .comment-author .fn a {
	font-family: "Raleway";
	font-weight: 700;
	font-size: 15px;
	font-style: normal;
	text-decoration: none;
	color: var(--dark);
}

.sp-comments__body .comments-area .comment .comment-author .commentmetadata {
	text-decoration: none;
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	color: var(--gray);
}

.sp-comments__body .comments-area .comment .comment-author .commentmetadata a {
	text-decoration: none;
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	color: var(--gray);
}

.sp-comments__body .comments-area .comment .comment-author .commentmetalink {
	margin-left: 15px;
	text-decoration: none;
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	color: var(--gray);
}

.sp-comments__body .comments-area .comment .comment-text p {
	font-size: 15px;
}

.sp-comments__body .comments-area .comment .comment-text .stars {
	color: #f5b041;
}

.comments-rating__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.comments-rating__box label {
	margin-right: 20px;
	color: var(--dark);
	font-size: 18px;
}

.comments-rating__box .rating-container label {
	font-size: 18px;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-textarea label {
	display: block;
	font-family: "Raleway";
	font-weight: 700;
	font-size: 15px;
}

.comment-form-author label .required,
.comment-form-email label .required,
.comment-form-textarea label .required {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
}

.comment-form-author .form-control,
.comment-form-email .form-control,
.comment-form-textarea .form-control {
	border-bottom: 1px solid var(--dark);
	border-right: 0;
	border-left: 0;
	border-top: 0;
	border-radius: 0;
	height: auto;
	padding: 10px 15px;
	font-size: 18px;
	background: transparent;
}

.comment-form-textarea {
	margin: 15px 0;
}

.page-template-contacts .sp-comments__body {
	padding: 40px 0;
}

.page-template-contacts .sp-comments__add {
	background-color: #fff;
	padding: 40px 0;
}

.single-product .sp-comments__body {
	padding: 40px 0;
}

.single-product .sp-comments__add {
	background-color: var(--light);
	padding: 40px 0;
}

.p-reviews .sp-comments__body {
	padding: 40px 0;
}

.p-reviews .sp-comments__body .comments-area .comment .comment-author {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-reviews .sp-comments__body .comment-author-start {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-reviews .sp-comments__add {
	background-color: var(--light);
	padding: 40px 0;
}

.page-reviews-head {
	background: #ffd600;
	padding: 40px 0;
}

.page-reviews-head .breadcrumps {
	margin: 0 0 25px;
}

.page-reviews-head .breadcrumps .breadcrumps-link,
.page-reviews-head .breadcrumps .breadcrumps-link-no_active,
.page-reviews-head .breadcrumps .breadcrumps .separ {
	color: #3a3a3a;
}

.article-card {
	background: #fff;
	border: 1px solid var(--blue);
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 30px;
}

.article-card__img img {
	width: 100%;
}

.article-card__cat {
	padding: 10px 15px 0;
}

.article-card__cat-link {
	font-size: 15px;
	color: var(--gray);
	text-decoration: none;
}

.article-card__link {
	padding: 5px 15px 15px;
	text-decoration: none;
	display: block;
	color: var(--dark);
}

.article-card__link:hover {
	text-decoration: none;
	color: var(--dark);
}

.article-card__title {
	font-size: 20px;
	line-height: 24px;
	color: var(--dark);
	font-family: "Raleway";
	font-weight: 700;
	margin-bottom: 10px;
}

.article-card__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.article-card__data {
	font-size: 15px;
	color: var(--gray);
}

.article-card__arrow {
	text-align: right;
}

.article-card__arrow img {
	width: 35px;
}

.popular-articles {
	margin: 40px 0;
}

.popular-articles .prime-cont--title {
	padding-bottom: 20px;
}

.owl-archive .owl-dots {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.owl-archive .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: transparent;
	border: 1px solid var(--blue);
	border-radius: 10px;
	opacity: 0.5;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}

.owl-archive .owl-dots .owl-dot.active {
	opacity: 1;
}

.owl-archive .owl-dots .owl-dot.active span {
	background-color: var(--blue);
}

.owl-archive .owl-dots .owl-dot span {
	position: absolute;
	width: 4px;
	height: 4px;
	margin: 0;
	background: var(--white);
	-webkit-transition: 0.1s;
	transition: 0.1s;
}

.owl-archive .owl-nav {
	position: absolute;
	top: 50%;
	width: calc(100% + 30px);
	margin: 0 -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.owl-archive .owl-nav .owl-prev,
.owl-archive .owl-nav .owl-next {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.owl-archive .owl-nav .owl-prev .owl-nav-icon,
.owl-archive .owl-nav .owl-next .owl-nav-icon {
	background: #f9fafc;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: var(--blue);
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.owl-archive .owl-nav .owl-prev:hover .owl-nav-icon,
.owl-archive .owl-nav .owl-next:hover .owl-nav-icon {
	background: var(--blue);
	color: #fff;
}

.owl-archive .owl-nav .owl-prev:focus,
.owl-archive .owl-nav .owl-next:focus {
	outline: none;
}

.owl-archive .owl-nav [class*="owl-"]:hover {
	background-color: transparent;
}

.all-category {
	padding: 40px 0;
}

.all-category .prime-cont--title {
	padding-bottom: 20px;
}

.all-category__list {
	background: #fff;
	padding: 15px;
	display: block;
}

.all-category__item {
	padding: 8px 15px;
	font-size: 14px;
	border: 1px solid #e8e8e8;
	margin: 0 10px 10px 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: var(--gray);
	text-decoration: none;
}

.archive-more {
	margin: 20px 0;
	text-align: center;
	display: block;
	width: 100%;
}

.form-online {
	width: 100%;
	padding: 40px 45px 50px;
	background-color: var(--light);
	border-radius: 10px;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 768px) {
	.form-online {
		padding: 30px 20px 25px;
	}
}

.form-online-head {
	margin-bottom: 30px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.form-online-head {
		text-align: left;
	}
}

.form-online-title {
	padding-bottom: 15px;
	font-family: "Raleway";
	font-size: 23px;
	font-weight: 700;
}

.form-online-description {
	font-size: 19px;
}

.form-online-description b {
	color: var(--blue);
}

.form-group {
	margin-bottom: 30px;
}

.form-group:last-child {
	margin-bottom: 0;
}

.form-control {
	height: 60px;
	padding: 15px 30px;
	background: #fff;
	border: 1px solid var(--t-light);
	border-radius: 10px;
	font-size: 21px;
	color: var(--dark);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

@media screen and (max-width: 768px) {
	.form-control {
		font-size: 19px;
	}
}

.form-control:hover {
	border-color: rgba(16, 188, 244, 0.5);
}

.form-control:focus {
	border-color: var(--da-blue);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control::-webkit-input-placeholder {
	font-size: 21px;
	color: var(--s-gray);
}

.form-control::-moz-placeholder {
	font-size: 21px;
	color: var(--s-gray);
}

.form-control:-ms-input-placeholder {
	font-size: 21px;
	color: var(--s-gray);
}

.form-control::-ms-input-placeholder {
	font-size: 21px;
	color: var(--s-gray);
}

.form-control::placeholder {
	font-size: 21px;
	color: var(--s-gray);
}

@media screen and (max-width: 768px) {
	.form-control::-webkit-input-placeholder {
		font-size: 19px;
	}
	.form-control::-moz-placeholder {
		font-size: 19px;
	}
	.form-control:-ms-input-placeholder {
		font-size: 19px;
	}
	.form-control::-ms-input-placeholder {
		font-size: 19px;
	}
	.form-control::placeholder {
		font-size: 19px;
	}
}

.form-dop {
	margin-bottom: 45px;
	display: block;
	font-size: 16px;
	color: var(--dark);
	cursor: pointer;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.form-dop:hover {
	color: var(--blue);
}

.form-dop .icon-chevron {
	margin-right: 15px;
	color: var(--da-blue);
}

.prime-faq {
	padding: 65px 0 65px;
}

.faq-accordion {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 60px;
}

.faq-accordion .card {
	width: calc(50% - 15px);
	margin-bottom: 30px;
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 10px;
	border: none;
}

@media screen and (max-width: 768px) {
	.faq-accordion .card {
		width: 100%;
		margin: 0 0 30px;
	}
	.faq-accordion .card:last-child {
		margin-bottom: 0;
	}
}

.faq-accordion .card:nth-child(odd) {
	margin-left: 0;
}

.faq-accordion .card:nth-child(2n) {
	margin-right: 0;
}

.faq-accordion .card-header {
	padding: 0;
	margin-bottom: -10px;
	background-color: transparent;
	border: none;
	border-radius: 10px;
	z-index: 9;
}

.faq-accordion .card-header .btn {
	width: 100%;
	padding: 20px;
	padding-right: 55px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 23px;
	font-weight: 700;
	font-family: "Raleway";
	color: #fff;
	text-align: left;
	background-color: var(--blue);
	border-radius: 10px;
	text-decoration: none;
}

.faq-accordion .card-header .btn.collapsed {
	background-color: var(--light);
	color: var(--dark);
}

.faq-accordion .card-header .btn.collapsed .icon {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	border: 1px solid var(--lighter);
}

.faq-accordion .card-header .btn.collapsed .icon-chevron {
	color: var(--da-blue);
}

.faq-accordion .card-header .btn:active,
.faq-accordion .card-header .btn:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.faq-accordion .card-header .btn .icon {
	position: absolute;
	right: 10px;
	padding: 2px 12px;
	border: 1px solid var(--white);
	border-radius: 100%;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.faq-accordion .card-header .btn .icon-chevron {
	font-size: 16px;
	color: var(--white);
}

.faq-accordion .card-body {
	padding: 25px 50px;
	border: none;
	background-color: var(--light);
	border-radius: 0 0 10px 10px;
	font-size: 15px;
	color: var(--gray);
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.requirements-content {
	margin: 40px 0 0;
}
.requirements-content img,
.faq-requirements .card-body img {
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
}

.requirements-content img.aligncenter,
.faq-requirements .card-body img.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.faq-requirements {
	display: block;
	padding-top: 60px;
}

.faq-requirements .card-header {
	width: 100%;
	padding: 20px;
	/* padding-right: 55px; */
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	font-size: 23px;
	font-weight: 700;
	font-family: "Raleway";
	color: #fff;
	text-align: left;
	background-color: var(--blue);
	border-radius: 10px;
	text-decoration: none;
}

.faq-requirements .card-header h5 {
	min-width: calc(100% - 40px);
	cursor: pointer;
}

.faq-requirements .card {
	width: 100%;
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
	border-radius: 10px;
	border: none;
}

.faq-requirements .card-header .btn {
	min-width: 40px;
	height: 40px;
	width: 40px;
	padding: 0;
	border: 1px solid var(--white);
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: all 0.3s ease;
}

.faq-requirements .card-header .btn:hover {
	background-color: var(--d-blue);
}

.faq-requirements .card-header [aria-expanded="true"] + .btn {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.faq-requirements .card-header .btn.collapsed .icon-chevron {
	color: #fff;
}

.card-item {
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.2s;
	transition: 0.2s;
	position: relative;
	z-index: 10;
}

@media screen and (max-width: 768px) {
	.card-item {
		margin-bottom: 30px;
	}
}

.card-item:hover {
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}

.card-item__header {
	position: relative;
}

.card-item__header--img {
	width: 100%;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}

.card-item__header--img img {
	width: 101%;
	border-radius: 10px 10px 0 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.card-item__header--title {
	width: 100%;
	padding: 10px;
	position: relative;
	bottom: 35px;
	display: block;
	font-family: "Raleway";
	font-weight: bold;
	font-size: 23px;
	color: #fff;
	text-align: center;
	background: var(--blue);
	border-radius: 10px;
}

.card-item__body {
	padding: 0 15px 0;
}

.card-item__body--info {
	padding-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.card-item__body--info:last-child {
	padding-bottom: 5px;
}

.card-item__body--info.color {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-item__body--info-title {
	font-family: "Raleway";
	font-weight: bold;
	font-size: 17px;
	color: var(--dark);
	padding-right: 5px;
}

.card-item__body--info .select {
	height: 40px;
}

.card-item__body--info .select-styled {
	padding: 10px 15px;
	height: 40px;
	font-size: 16px;
	border-radius: 5px;
	margin-top: 5px;
	color: var(--c-dark);
}

.card-item__body--info .select-options {
	max-height: 150px;
	margin-top: 5px;
	border: 0;
	border-radius: 5px;
	overflow: hidden;
	overflow-y: auto;
}

.card-item__body--info .select-options::-webkit-scrollbar {
	height: 0;
	width: 3px;
}

.card-item__body--info .select-options::-webkit-scrollbar-thumb {
	background-color: var(--blue);
}

.card-item__body--info .select-options li:hover {
	border-radius: 0;
}

.card-item__body--more-cont {
	padding: 0 5px 0 0;
	font-family: "Roboto";
	font-weight: normal;
	font-size: 15px;
	color: var(--gray);
	text-transform: none;
	border-right: 1px solid var(--gray);
}

.card-item__body--more-cont:first-child {
	padding-left: 0;
}

.card-item__body--more-cont:last-child {
	padding-right: 0;
	border-right: 0;
}

.card-item__body--more-cont.__title {
	margin-bottom: -5px;
	font-weight: 700;
	color: var(--dark);
	text-transform: none;
	font-size: 19px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

.card-item__body--more-cont > input[type="radio"]:checked + span {
	color: var(--blue);
}

.card-item__body--more-hide {
	display: none;
}

.card-item__body--price {
	width: 100%;
	position: relative;
	height: 34px;
}

.card-item__body--price .item-price_inp {
	display: none;
}

.card-item__body--price-item {
	position: absolute;
	right: 10px;
	/* top: -45px; */
	top: 0;
	font-size: 18px;
	color: var(--dark);
	font-weight: 500;
}

.card-item__body--price-item .item-price {
	font-size: 24px;
	color: var(--blue);
}

.card-item__body--price-item .item-price-ico {
	padding-left: 5px;
	font-size: 24px;
	color: var(--blue);
}

.card-item__body--price-info {
	position: absolute;
	right: -7px;
	/* top: -50px; */
	top: -5px;
	font-size: 16px;
	color: var(--blue);
	font-weight: 500;
	height: 18px;
	width: 16px;
}
.tooltip-price-info {
	position: absolute;
	right: 0;
	top: -90px;
	font-size: 13px;
	line-height: 15px;
	color: var(--dark);
	font-weight: 400;
	height: auto;
	width: 160px;
	border: 1px solid var(--blue);
	padding: 6px 8px 8px;
	background: #fff;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	border-radius: 6px;
	display: none;
	transition: all 0.4s ease-in-out;
}
.card-item__body--price-info:hover .tooltip-price-info {
	display: block;
}

.card-item-gallery {
	width: 100%;
	height: 100%;
}

.card-item-gallery .carousel {
	height: 100%;
}

.card-item-gallery .carousel-inner {
	width: 100%;
	height: 83%;
	border-radius: 10px;
	overflow: hidden;
	padding-bottom: 60px;
	margin-bottom: -25px;
}

.card-item-gallery .carousel-nav {
	width: 100%;
	position: absolute;
	bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: absolute;
	z-index: 9;
}

.card-item-gallery .carousel-nav-left {
	position: absolute;
	top: 6px;
	left: -15px;
	border-radius: 0 5px 5px 0;
}

.card-item-gallery .carousel-nav-right {
	position: absolute;
	top: 6px;
	right: -15px;
	border-radius: 5px 0 0 5px;
}

.card-item-gallery .carousel-nav-btn {
	width: 25px;
	height: 54px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	background: #fff;
	border: 0 solid #fff;
	font-size: 18px;
	color: var(--blue);
	font-weight: 800;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.card-item-gallery .carousel-nav-btn:hover {
	background-color: var(--blue);
	color: #fff;
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}

.card-item-gallery .carousel-nav-btn:focus,
.card-item-gallery .carousel-nav-btn:active {
	outline: none;
}

.card-item-gallery .carousel-nav-btn .icon {
	padding-top: 1px;
	padding-right: 1px;
	position: absolute;
}

.card-item-gallery .carousel-item {
	width: 100%;
	/* height: 320px; */
	height: 232px;
	padding: 10px;
	border-radius: 10px;
}

.card-item-gallery .carousel-item input[type="radio"] {
	display: none;
}

.card-item-gallery
	.carousel-item
	input[type="radio"]:checked
	+ .carousel-item__check:before {
	background: var(--blue);
	border: none;
}

.card-item-gallery .carousel-item__check {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 3px 10px;
	padding-left: 25px;
	background: #fff;
	border: 1px solid var(--blue);
	border-radius: 30px;
}

.card-item-gallery .carousel-item__check:before {
	position: absolute;
	top: 6px;
	left: 4px;
	content: "";
	width: 18px;
	height: 18px;
	display: block;
	border: 2px solid var(--blue);
	background: #fff;
	border-radius: 50%;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.card-item-gallery .carousel-item__check span {
	margin-left: 2px;
	margin-top: 1px;
	margin-bottom: 1px;
	display: block;
	font-size: 14px;
}

.card-item-gallery .carousel-item label {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.card-item-gallery .carousel-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	border-radius: 10px;
}

.card-item-gallery .carousel-indicators {
	margin: 0;
	bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow-x: auto;
	height: 65px;
	margin: 0 20px 20px;
	-ms-flex-line-pack: baseline;
	align-content: baseline; /* ползунок скроллбара */
}

.card-item-gallery .carousel-indicators::-webkit-scrollbar {
	height: 5px; /* высота для горизонтального скролла */
	background-color: #fff;
}

@media screen and (max-width: 768px) {
	.card-item-gallery .carousel-indicators::-webkit-scrollbar {
		display: none;
	}
}

.card-item-gallery .carousel-indicators::-webkit-scrollbar-thumb {
	background-color: var(--blue);
	border-radius: 9em;
}

@media screen and (max-width: 768px) {
	.card-item-gallery .carousel-indicators::-webkit-scrollbar-thumb {
		display: none;
	}
}

.card-item-gallery .carousel-indicators li {
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	background: #fff;
	border-radius: 50px;
	border: 1px solid var(--l-gray);
	opacity: 1;
}

.card-item-gallery .carousel-indicators li.active {
	border-color: var(--blue);
}

.card-item-gallery .carousel-indicators li img {
	display: block;
	width: 30px;
	height: 30px;
	-o-object-fit: cover;
	object-fit: cover;
}

.card-item__footer {
	padding: 0 20px 15px;
}

.card-item__badges {
	position: absolute;
	top: 10px;
	left: 10px;
	width: auto;
	height: auto;
	z-index: 30;
}

.p-badge {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-badge__item {
	width: 64px;
	height: 64px;
	margin-bottom: 5px;
	background: #fff;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
	padding: 3px;
	font-family: "Roboto";
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.p-badge__item img {
	width: 24px;
	height: 24px;
	margin-bottom: 5px;
}

label.card-item__body--more-cont {
	cursor: pointer;
	margin-bottom: 0;
}

label.card-item__body--more-cont span {
	border-bottom: 2px solid transparent;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

label.card-item__body--more-cont span:hover {
	color: var(--blue);
	border-bottom: 2px solid var(--blue);
}

.section-product {
	margin-top: 20px;
}

.section-product .card-product {
	background: #fff;
	border: 1px solid #f4f4f4;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 15px 25px;
}

.section-product .card-product--img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.section-product .card-product--img:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.section-product .card-product--img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.section-product .card-body {
	padding: 0 0 0 1.25rem;
}

@media screen and (max-width: 768px) {
	.section-product .card-body {
		padding: 0;
	}
}

.section-product .card-img {
	width: 100%;
	height: 100%;
	padding: 15px 0 15px 15px;
}

@media screen and (max-width: 768px) {
	.section-product .card-img {
		padding: 15px 15px 0;
	}
}

.section-product .card-gallery {
	width: 100%;
	padding: 15px 0 15px 15px;
}

.section-product .card-gallery .carousel {
	height: 100%;
}

.section-product .card-gallery .carousel-inner {
	width: 100%;
	height: 83%;
	border-radius: 10px;
	overflow: hidden;
}

.section-product .card-gallery .carousel-item {
	width: 100%;
	height: 100%;
}

.section-product .card-gallery .carousel-item img {
	width: auto;
	height: auto;
	max-height: 450px;
	max-width: 100%;
	margin: 0 auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.section-product .card-gallery .carousel-indicators {
	margin: 0;
}

.section-product .card-gallery .carousel-indicators li {
	width: 50px;
	height: 50px;
	min-width: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	background: transparent;
	border-radius: 50px;
	margin-bottom: 6px;
	border: 1px solid var(--l-gray);
	opacity: 1;
}

.section-product .card-gallery .carousel-indicators li.active {
	border-color: var(--blue);
}

.section-product .card-gallery .carousel-indicators li img {
	display: block;
	width: 30px;
	height: 30px;
	-o-object-fit: cover;
	object-fit: cover;
}

.section-product .card-info {
	padding-bottom: 25px;
}

.section-product .card-info .card-meta-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.section-product .card-info .card-meta-header {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.section-product .card-info .card-meta-header .card-meta-price {
		margin-bottom: 15px;
	}
}

.section-product .card-info .sp-btn-order {
	min-width: 210px;
	height: 60px;
	padding: 15px;
}

.section-product .card-info h2 {
	padding-bottom: 10px;
}

.section-product .card-info--description {
	font-size: 21px;
	color: var(--gray);
}

.section-product .card-info-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 25px;
}

.section-product .card-info-form .form-group {
	width: calc(50% - 15px);
	margin: 0 15px;
}

.section-product .card-info-form .form-group:first-child,
.section-product .card-info-form .form-group:nth-child(3n) {
	margin-left: 0;
}

.section-product .card-info-form .form-group:nth-child(2n) {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.section-product .card-info-form .form-group {
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
	}
	.section-product .card-info-form .form-group:last-child {
		margin-bottom: 0;
	}
}

.section-product .card-info-form .form-group .form-select,
.section-product .card-info-form .form-group input {
	width: 100%;
}

.section-product .card-info-form .btn-primary {
	width: calc(50% - 15px);
	margin-top: 25px;
}

@media screen and (max-width: 768px) {
	.section-product .card-info-form .btn-primary {
		width: 100%;
		margin: 0;
	}
}

.section-product .card-meta {
	padding-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.section-product .card-meta-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.section-product .card-meta-head {
	font-size: 17px;
	font-weight: 700;
	color: var(--dark);
	padding-bottom: 5px;
}

.section-product .card-meta-code {
	font-size: 17px;
	color: var(--gray);
}

.section-product .card-meta-price {
	font-size: 17px;
	color: var(--dark);
	font-weight: 700;
}

.section-product .card-meta-price--price {
	padding: 0 3px;
	font-size: 28px;
	font-weight: 700;
	color: var(--blue);
}

.section-product .card-meta-price--ico {
	font-size: 28px;
	font-weight: 700;
	color: var(--blue);
}

.section-product .card-form {
	padding-top: 25px;
}

.sp-tabs {
	margin: 25px 0;
}

.sp-tabs .nav-tabs {
	border-bottom: 1px solid var(--blue);
}

.sp-tabs .tab-content {
	border: 1px solid var(--blue);
	padding: 15px;
}

.sp-tabs .nav-tabs .nav-link {
	background-color: transparent;
	border-radius: 10px 10px 0 0;
	width: 100%;
	padding: 10px 15px;
	font-size: 15px;
	color: var(--dark);
	font-family: "Raleway";
	font-weight: 700;
	text-align: center;
	border: none;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.sp-tabs .nav-tabs .nav-link.active,
.sp-tabs .nav-tabs .nav-link:hover {
	color: #fff;
	background: var(--blue);
}

.sp-tabs #descriptions p {
	font-size: 14px;
	line-height: 21px;
}

.sp-feature__body {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	margin-bottom: 15px;
}

.sp-feature__item {
	margin-bottom: 10px;
	font-size: 13px;
	color: var(--gray);
	line-height: 18px;
}

.sp-feature__item-title {
	color: var(--dark);
	font-family: "Raleway";
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 2px;
}

.sp-feature__item-link {
	color: var(--gray);
	text-decoration: underline;
	margin-right: 10px;
}

.sp-feature__item-link:hover {
	color: var(--blue);
}

.sp-size-table {
	border-top: 1px solid var(--t-light);
	margin: 15px 0;
	padding-top: 15px;
}

.sp-size-table img {
	width: 100%;
}

.sp-delivery .prime-cont--title + .row {
	margin-top: 30px;
}

.sp-delivery__item {
	min-height: 392px;
	padding: 13px;
	background-color: var(--white);
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	border: none;
	border-radius: 10px;
	text-align: center;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 30px;
}

.sp-delivery__img {
	width: 120px;
	height: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto 15px;
}

.sp-delivery__img img {
	width: 100%;
}

.sp-delivery__name {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 8px;
}

.sp-color .card-gallery {
	padding-left: 0;
}

.sp-color .carousel-indicators {
	position: unset;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sp-color__check-color {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
}

.sp-color__check-color-img {
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	background: transparent;
	border-radius: 50px;
	border: 1px solid var(--l-gray);
	margin-right: 10px;
}

.sp-color__check-color-img img {
	width: 30px;
	height: 30px;
}

.how-care__title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.how-care__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
	.how-care__list {
		display: block;
	}
}

.how-care__item {
	max-width: 20%;
	width: 20%;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media screen and (max-width: 1200px) {
	.how-care__item {
		width: 33%;
		max-width: 33%;
	}
}

@media screen and (max-width: 768px) {
	.how-care__item {
		width: 100%;
		max-width: 100%;
	}
}

.how-care__img {
	width: 36px;
	min-width: 36px;
	margin-right: 15px;
}

.how-care__img img {
	width: 100%;
}

.how-care__text {
	font-size: 13px;
	line-height: 18px;
	padding-right: 15px;
}

.sp-open-price-box {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.sp-open-price-btn {
	font-size: 18px;
	color: var(--blue);
	font-style: italic;
	text-decoration: underline;
}

.sp-open-price-btn:hover {
	cursor: pointer;
}

.sp-print-price-section {
	display: none;
}

.sp-print-price-section .prime-tabs--tabs {
	margin-top: 30px;
	padding-top: 0;
}

.sp-related {
	padding-top: 40px;
}

.sp-related .prime-cont--title + .row {
	margin-top: 20px;
}

.sp-related__link {
	text-decoration: none;
}

.sp-related__link:hover {
	text-decoration: none;
}

.sp-related__item {
	max-width: calc(20% - 10px);
	width: calc(20% - 10px);
	padding: 13px;
	background-color: var(--white);
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	border: none;
	border-radius: 10px;
	text-align: center;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 5px 10px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.sp-related__item:hover {
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}

@media screen and (max-width: 1200px) {
	.sp-related__item {
		width: calc(33% - 10px);
		max-width: calc(33% - 10px);
	}
}

@media screen and (max-width: 768px) {
	.sp-related__item {
		width: calc(50% - 10px);
		max-width: calc(50% - 10px);
	}
}

.sp-related__img {
	margin-bottom: 10px;
	height: 280px;
}

.sp-related__img img {
	width: auto;
	max-height: 280px;
	max-width: 100%;
}

.sp-related__title {
	color: var(--dark);
	margin-bottom: 10px;
	font-weight: bold;
}

.sp-related__price {
	color: var(--dark);
	font-weight: bold;
}

.sp-typesprint {
	margin: 60px 0;
}

.sp-typesprint__item {
	position: relative;
	z-index: 10;
	padding: 0 20px 20px 0;
}

.sp-typesprint__title {
	background: #ffffff;
	border-radius: 4px;
	padding: 4px 15px;
	font-size: 16px;
	text-transform: uppercase;
	position: absolute;
	right: 2px;
	bottom: 2px;
	width: auto;
	max-width: 80%;
	height: auto;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.owl-print-types {
	margin-top: 30px;
}

.owl-print-types .owl-dots {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.owl-print-types .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: transparent;
	border: 1px solid var(--blue);
	border-radius: 10px;
	opacity: 0.5;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}

.owl-print-types .owl-dots .owl-dot.active {
	opacity: 1;
}

.owl-print-types .owl-dots .owl-dot.active span {
	background-color: var(--blue);
}

.owl-print-types .owl-dots .owl-dot span {
	position: absolute;
	width: 4px;
	height: 4px;
	margin: 0;
	background: var(--white);
	-webkit-transition: 0.1s;
	transition: 0.1s;
}

.card-meta-price-clear {
	font-size: 15px;
	margin-top: 10px;
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	line-height: 29px;
	color: var(--gray);
}

.sp-card-gallery {
	position: relative;
	z-index: 10;
}

.sp-card-gallery__badges {
	position: absolute;
	top: 10px;
	left: 10px;
	width: auto;
	height: auto;
	z-index: 30;
}

.tablesize:hover {
	cursor: pointer;
}

.tablesize__title {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
}

.tablesize table {
	border: 1px solid #dee2e6;
	margin-bottom: 10px;
}

.tablesize table td,
.tablesize table th {
	border: 1px solid #dee2e6;
	padding: 3px 10px;
	vertical-align: middle;
}

.tablesize table td img {
	min-width: 100%;
	height: auto;
}

.tablesize p {
	font-size: 14px;
	line-height: 18px;
}

@media screen and (min-width: 992px) {
	.owl-services {
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.owl-services .item {
		width: 100%;
		height: 330px;
	}
}

.popular-services {
	padding-top: 40px;
}

.card-services {
	height: 100%;
	display: block;
	position: relative;
}

.card-services-head {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.card-services-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 1200px) {
	.card-services-controls {
		display: none;
	}
}

@media screen and (max-width: 568px) {
	.card-services-controls {
		position: absolute;
		right: 0;
		top: 80px;
		z-index: 9;
	}
}

.card-services-dots {
	margin-right: 55px;
}

@media screen and (max-width: 768px) {
	.card-services-dots {
		margin-right: 15px;
	}
}

.card-services-dots .owl-dot {
	width: 11px;
	height: 12px;
	margin: 0 4px;
	background: var(--dark);
	border: 0;
	border-radius: 20px;
	opacity: 0.5;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

@media screen and (max-width: 568px) {
	.card-services-dots .owl-dot {
		background: #fff;
	}
}

.card-services-dots .owl-dot:focus {
	outline: none;
}

.card-services-dots .owl-dot:first-child {
	margin-left: 0;
}

.card-services-dots .owl-dot:last-child {
	margin-right: 0;
}

.card-services-dots .owl-dot.active {
	opacity: 1;
}

.card-services-nav button {
	margin: 5px;
	background: transparent;
	border: 0;
	font-size: 32px;
	color: var(--dark);
	opacity: 0.5;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

@media screen and (max-width: 568px) {
	.card-services-nav button {
		color: #fff;
	}
}

.card-services-nav button:first-child {
	margin-left: 0;
}

.card-services-nav button:hover {
	opacity: 1;
}

.card-services-nav button:focus {
	outline: none;
}

.card-services:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

@media screen and (min-width: 992px) {
	.card-services:hover img {
		-webkit-transform: scale(1.03);
		transform: scale(1.03);
	}
}

.card-services-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.card-services-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.card-services-info {
	width: 100%;
	height: 120px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0)),
		to(rgba(0, 0, 0, 0.8))
	);
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.8) 100%
	);
}

.card-services--title {
	position: absolute;
	bottom: 15px;
	left: 15px;
	font-family: "Raleway";
	font-size: 23px;
	font-weight: 700;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.card-services--title {
		max-width: 50%;
		bottom: 25px;
		left: 20px;
	}
}

.card-services--more {
	position: absolute;
	right: 20px;
	bottom: 25px;
	font-family: "Roboto";
	font-weight: 500;
	font-size: 21px;
	color: #fff;
	border-bottom: 1px solid var(--blue);
}

@media screen and (min-width: 768px) {
	.card-services--more {
		display: none;
	}
}

.online-order {
	margin-top: 50px;
}

.online-order .order-body {
	padding: 65px 50px 40px;
	border-radius: 10px 10px 0 0;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-color: rgba(16, 188, 244, 0.9); */
	background-color: rgba(74, 147, 221, 0.9);
}

@media screen and (max-width: 768px) {
	.online-order .order-body {
		padding: 40px 10px 20px;
	}
}

.online-order .order-body .select-options {
	border: 0;
	overflow: hidden;
}

.online-order .order-body .select-options li {
	border-radius: 0;
}

.online-order .order-body .select-options li:first-child {
	display: none;
}

.online-order .order-body-head {
	color: #fff;
	text-align: center;
}

.online-order .order-body-head h2 {
	font-size: 35px;
	font-family: "Raleway";
	color: #fff;
	text-align: center !important;
}

.online-order .order-body-head--description {
	font-size: 23px;
	font-family: "Raleway";
}

@media screen and (max-width: 768px) {
	.online-order .order-body-head--description {
		font-size: 18px;
	}
}

.online-order .order-body-head--description b {
	font-size: 52px;
}

@media screen and (max-width: 768px) {
	.online-order .order-body-head--description b {
		font-size: 30px;
	}
}

.online-order .order-form-foot {
	display: none;
}

@media screen and (max-width: 768px) {
	.online-order .order-form .form-control,
	.online-order .order-form .select {
		margin-bottom: 15px;
	}
	.online-order .order-form .select {
		margin-top: -15px;
	}
	.online-order .order-form .custom-file {
		margin-bottom: 25px;
		margin-left: 15px;
	}
}

@media screen and (max-width: 768px) {
	.online-order .order-form .btn-sender_1 {
		display: none;
	}
}

.online-order .order-form .btn-sender_2 {
	margin-top: 15px;
}

@media screen and (min-width: 769px) {
	.online-order .order-form .btn-sender_2 {
		display: none;
	}
}

.online-order .order-form .label-file-img {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 0 auto;
	color: #fff;
}

.online-order .order-form .label-file-img:hover {
	text-decoration: underline;
}

.online-order .order-form .upload-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.online-order .order-form .image-wrapper {
	width: 200px;
	height: 200px;
	border-radius: 100%;
	margin-bottom: 40px;
	background: #ebebeb;
	overflow: hidden;
}

.online-order .order-form .image-wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: none;
}

.online-order .order-form .label-file {
	position: relative;
	display: block;
	width: 150px;
	text-align: left;
	margin: 0 auto;
	padding: 8px 12px;
	border: 1px solid #fff;
	font-family: sans-serif;
	color: #fff;
	cursor: pointer;
}

.online-order .order-form .input-file {
	display: none;
}

.online-order .order-form .label-file-img {
	text-align: left;
	font-family: sans-serif;
	color: #fff;
	font-size: 21px;
}

.online-order .order-form .label-file-img.bad-input {
	color: #fff;
}

.online-order .order-form .input-submit {
	display: block;
	position: relative;
	margin: 0 auto;
	top: 15px;
}

.online-order .order-form .under-block {
	position: relative;
	overflow: hidden;
	height: 60px;
}

.online-order .order-form .input-submit {
	position: relative;
	top: -33px;
	opacity: 1;
	padding: 6px 12px;
	font-size: 1rem;
	color: #fff;
	background: #fff;
	border: 0;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.online-order .order-form .set-input-submit {
	top: 20px;
	-webkit-transition: all 0.4s 0.4s;
	transition: all 0.4s 0.4s;
}

.online-order .order-form .horizontal-line {
	width: 0px;
	height: 1px;
	background: #fff;
	margin: 20px auto 0;
	-webkit-transition: width 0.4s 0.4s;
	transition: width 0.4s 0.4s;
}

.online-order .order-form .file-name {
	color: #fff;
}

.online-order .order-form .set-horizontal-line {
	width: 140px;
	-webkit-transition: width 0.4s;
	transition: width 0.4s;
}

.online-order .order-footer {
	width: 100%;
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: var(--blue);
	border-radius: 0 0 10px 10px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	cursor: pointer;
}

.online-order .order-footer:hover {
	background: var(--da-blue);
}

.online-order .order-footer--description {
	font-size: 21px;
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.online-order .order-footer--description {
		font-size: 16px;
	}
}

.online-order .order-footer .icon-chevron {
	margin-top: 10px;
	color: #fff;
	font-size: 18px;
}

.online-order .order-footer .icon-chevron.active {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.our-clients {
	margin-top: 100px;
}

.our-clients .owl-clients {
	margin-top: 40px;
}

@media screen and (max-width: 568px) {
	.our-clients .owl-item {
		opacity: 0.3;
	}
	.our-clients .owl-item.active {
		opacity: 1;
	}
}

.our-clients-item-double {
	height: 100%;
	padding: 25px 20px 20px;
	margin: 5px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.297017);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.297017);
}

.our-clients-item--img {
	max-width: 170px;
	max-height: 170px;
	width: 100%;
	height: 100%;
	padding-bottom: 15px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

.our-clients-item--img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.our-clients-item--title {
	display: block;
	margin-top: 20px;
	padding-top: 10px;
	font-family: "Raleway";
	font-size: 13px;
	font-weight: 700;
	color: var(--c-dark);
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.our-clients-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.our-clients-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.our-clients-dots {
	margin-right: 55px;
}

@media screen and (max-width: 568px) {
	.our-clients-dots {
		display: none;
	}
}

.our-clients-dots .owl-dot {
	width: 11px;
	height: 12px;
	margin: 0 4px;
	background: var(--blue);
	border: 0;
	border-radius: 20px;
	opacity: 0.5;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.our-clients-dots .owl-dot:focus {
	outline: none;
}

.our-clients-dots .owl-dot:first-child {
	margin-left: 0;
}

.our-clients-dots .owl-dot:last-child {
	margin-right: 0;
}

.our-clients-dots .owl-dot.active {
	opacity: 1;
}

.our-clients-nav button {
	margin: 5px;
	background: transparent;
	border: 0;
	font-size: 32px;
	color: var(--blue);
	opacity: 0.5;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.our-clients-nav button:first-child {
	margin-left: 0;
}

.our-clients-nav button:hover {
	opacity: 1;
}

.our-clients-nav button:focus {
	outline: none;
}

.full-map {
	padding-top: 50px;
}

.full-map-cont {
	border-radius: 10px;
	overflow: hidden;
}

.contact-geo {
	padding-top: 50px;
}

.contact-geo-item--title {
	font-size: 24px !important;
}

.contact-geo-item-imgs {
	padding-top: 35px;
}

.contact-geo-item-imgs--img {
	width: 100%;
	height: 100%;
	margin-bottom: 25px;
	border-radius: 5px;
	overflow: hidden;
}

.contact-geo-item-imgs--img:last-child {
	margin-bottom: 0;
}

.contact-geo-item-imgs--img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.perfilter .dropdown-menu {
	margin-top: 15px;
}

.perfilter--btn {
	width: 230px;
	margin-left: 25px;
	padding: 6px 15px;
	background: transparent;
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	color: #333;
	border: 1px solid var(--lighter);
	border-radius: 5px;
}

.perfilter--btn:after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	color: var(--dark);
	position: absolute;
	top: 12px;
	right: 15px;
	border: none;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.perfilter--btn:hover {
	background-color: var(--blue) !important;
	color: #fff !important;
	border: 1px solid var(--blue) !important;
}

.perfilter--btn:hover:after,
.perfilter--btn:hover:before {
	color: #fff;
}

.perfilter--btn:active,
.perfilter--btn:focus {
	background-color: var(--blue) !important;
	color: #fff !important;
	border: 1px solid var(--blue) !important;
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.perfilter--btn:active:after,
.perfilter--btn:active:before,
.perfilter--btn:focus:after,
.perfilter--btn:focus:before {
	color: #fff;
}

.perfilter--btn[aria-expanded="true"] {
	background-color: var(--blue) !important;
	color: #fff !important;
	border: 1px solid var(--blue) !important;
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.perfilter--btn[aria-expanded="true"]:after,
.perfilter--btn[aria-expanded="true"]:before {
	color: #fff;
}

.perfilter--btn-filter:before {
	content: "\f0b0";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	margin-right: 5px;
	color: var(--dark);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.perfilter .btn-sort {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	color: var(--dark);
}

.perfilter .btn-sort:focus,
.perfilter .btn-sort:active {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.perfilter .btn-sort:after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 12px;
	margin-left: 5px;
	color: var(--dark);
}

.perfilter .btn-drop {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	font-family: "Raleway";
	color: #848484;
}

.perfilter .btn-drop:hover {
	color: var(--dark);
}

.perfilter .btn-drop:active,
.perfilter .btn-drop:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.perfilter-sort {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-bottom: 30px;
}

@media (max-width: 768px) {
	.perfilter-sort {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.perfilter-sort > .dropdown {
		margin-bottom: 15px;
	}
}

@media (max-width: 574px) {
	.perfilter-sort {
		width: 100%;
	}
	.perfilter-sort button {
		width: 100%;
		margin-left: 0;
	}
	.perfilter-sort .dropdown-menu {
		width: 100% !important;
	}
	.perfilter-sort .filters {
		width: 100%;
		margin-right: 0;
	}
	.perfilter-sort .filters-drop {
		padding: 7px 15px;
	}
	.perfilter-sort .btn-drop {
		width: auto;
	}
}

.perfilter-sorting {
	margin-right: 25px;
	position: relative;
}

.perfilter-sorting .btn-sort:hover + .perfilter-sorting-drop {
	display: block;
}

.perfilter-sorting-drop {
	display: none;
	position: absolute;
	z-index: 9;
	background: #fff;
	padding: 5px;
	border-radius: 8px;
	width: 150px;
}

.perfilter-sorting-drop:hover {
	display: block;
}

.perfilter-sorting-drop button {
	margin: 5px;
	background: #fff;
	border: 0;
}

.perfilter-drop {
	position: absolute;
	right: 40px;
}

.perfilter-head {
	width: 100%;
	padding-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.perfilter-head .title-4 {
	font-size: 18px !important;
	font-weight: 500 !important;
	font-family: "Raleway";
	color: var(--dark);
}

.perfilter-body {
	width: 100%;
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.perfilter-contain {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

@media (max-width: 574px) {
	.perfilter-contain {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

.perfilter-contain .prime-cont--title {
	font-size: 25px !important;
}

@media (max-width: 574px) {
	.perfilter-contain .prime-cont--title {
		margin-top: 35px;
	}
}

.perfilter-box {
	max-width: 600px;
	position: absolute;
	top: 4rem;
	right: 0;
	background: #fff;
	-webkit-box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid var(--l-gray);
	border-radius: 8px;
	padding: 25px;
	padding-bottom: 10px;
	z-index: 5;
	display: none;
}

.perfilter-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.perfilter-item {
	width: 250px;
	margin-right: 15px;
}

.perfilter-item:nth-child(even) {
	margin-right: 0;
}

.filters {
	width: 250px;
	height: auto;
	margin-right: 15px;
	margin-bottom: 25px;
	position: relative;
}

.filters:nth-child(even) {
	margin-right: 0;
}

.filters--label {
	padding-left: 15px;
	padding-bottom: 5px;
	font-size: 15px;
	color: var(--dark);
	font-weight: 500;
	font-family: "Raleway";
	cursor: default;
}

.filters-dropi {
	width: 570px !important;
	padding: 25px 25px 0;
}

.filters-drop {
	width: 100%;
	height: 41px;
	padding: 7px 15px;
	display: block;
	visibility: visible;
	background-color: #fff;
	border: 1px solid var(--t-light);
	border-radius: 5px;
	font-size: 18px;
	font-weight: 400;
	color: var(--s-gray);
	-webkit-transition: 0.2s;
	transition: 0.2s;
	cursor: pointer;
}

.filters-drop:hover + .filters-dropdown {
	z-index: 10;
}

.filters-dropdown {
	width: 100%;
	margin-top: -4px;
	display: none;
	position: absolute;
}

.filters-dropdown:hover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 10;
}

.filters-list {
	width: 100%;
	height: auto;
	max-height: 250px;
	padding-top: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	visibility: visible;
	background-color: #fff;
	border: 1px solid var(--t-light);
	border-top: 0;
	border-radius: 0 0 5px 5px;
	font-size: 17px;
	color: var(--s-gray);
	overflow: auto;
	-webkit-transition: 0.2s;
	transition: 0.2s; /* ползунок скроллбара */
}

.filters-list:hover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.filters-list::-webkit-scrollbar {
	margin-top: -41px;
	width: 5px; /* высота для горизонтального скролла */
	background-color: #fff;
}

.filters-list::-webkit-scrollbar-thumb {
	margin-top: -41px;
	background-color: var(--blue);
	border-radius: 9em;
}

.filters-item {
	padding: 10px 15px 10px 16px;
	margin: 0;
	position: relative;
	cursor: pointer;
	color: #b7b7b7;
}

.filters-item:hover {
	background: var(--light);
}

.filters-item input {
	display: none;
}

.filters-item-check:before {
	content: "";
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.filters-item-check--text {
	z-index: 1;
}

.filters-item input:checked + .filters-item-check {
	color: var(--blue);
}

.filters-item input:checked + .filters-item-check:after {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--blue);
}

.filters-item input:checked + .filters-item-check:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--light);
	z-index: -1;
}

.pnfound {
	text-align: center;
	z-index: 2;
}

.pnfound-cont {
	padding: 10vh 0;
	position: relative;
}

.pnfound--num {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	color: var(--blue);
	font-size: 220px;
	font-weight: 900;
	line-height: 250px;
	text-align: center;
	opacity: 0.1;
	z-index: -1;
}

@media (max-width: 768px) {
	.pnfound--num {
		font-size: 150px;
	}
}

.pnfound--nf {
	display: block;
	padding-top: 15vh;
	color: var(--blue);
	font-size: 32px;
	font-weight: 500;
}

.btn-nf {
	color: var(--da-blue);
	text-decoration: none;
}

.btn-nf:hover {
	color: var(--d-blue);
	text-decoration: none;
}

.filter_products {
	margin-bottom: 20px;
}

.filter_products .select {
	margin-bottom: 15px;
}

.filter_products .btn-noactive {
	color: var(--gray) !important;
	background-color: var(--lighter) !important;
	border-color: var(--lighter) !important;
	cursor: unset !important;
}

.filter_products .btn-noactive:hover,
.filter_products .btn-noactive:active,
.filter_products .btn-noactive:focus {
	color: var(--gray) !important;
	background-color: var(--lighter) !important;
	border-color: var(--lighter) !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.filter-items {
	width: 100%;
	height: 60px;
	padding: 15px 30px;
	display: block;
	visibility: visible;
	background-color: #fff;
	border: 1px solid var(--t-light);
	border-radius: 10px;
	font-size: 21px;
	color: var(--s-gray);
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-webkit-appearance: none;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.filter-items {
		margin-bottom: 25px;
	}
}

.filter-items:hover {
	border-color: var(--blue);
}

.filter-items:focus {
	outline: none;
}

.filter-items option {
	font-size: 18px;
	border: none;
	margin-top: 10px;
}

.filter-items + .select-styled {
	display: none;
}

/* Language selector */
.sd-language {
	display: none;
}
.sd-header-mobile {
	display: none;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	margin-bottom: 12px;
}
.sd-header-mobile .phone,
.sd-header-mobile .telegram {
	color: var(--white);
}
.sd-language .language-chooser {
	list-style: none;
	margin: 0;
	padding: 12px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	flex-direction: row-reverse;
	border-top: 1px solid #fff;
}
.sd-language .language-chooser li a {
	/* padding: 22px 20px 22px 46px !important; */
	padding: 16px !important;
	position: relative;
	background: none;
	display: block;
	margin-bottom: 12px;
	background-color: var(--c-blue);
	border-radius: 8px;
}
.sd-language .language-chooser .qtranxs_flag::before {
	content: "";
	position: absolute;
	top: 24px;
	left: 20px;
	height: 22px;
	width: 24px;
	background-repeat: no-repeat;
}
/* .sd-language .language-chooser .qtranxs_flag_ru::before {
	background-image: url("/wp-content/plugins/qtranslate-xt-3.12.0/flags/ru.png");
}
.sd-language .language-chooser .qtranxs_flag_ua::before {
	background-image: url("/wp-content/plugins/qtranslate-xt-3.12.0/flags/ua.png");
} */
@media screen and (max-width: 992px) {
	#main_nav.show + .sd-search-form--phone {
		display: block;
	}
	#main_nav.show + .sd-search-form--phone + .sd-language {
		display: block;
	}
	#main_nav.show + .sd-search-form--phone + .sd-language + .sd-header-mobile {
		display: flex;
	}
}
/* End Language selector */

#mfcf7_zl_add_file {
	padding: 7px 15px;
	border-radius: 7px;
	max-width: 200px;
	width: auto;
	margin-right: 15px;
	font-size: 16px;
	background-color: var(--white);
	border: 3px solid var(--blue);
	color: var(--da-blue);
	font-weight: 500;
}

.mfcf7-zl-multifile-name {
	font-size: 14px;
}

#mfcf7_zl_multifilecontainer p {
	margin: 0 !important;
}

#mfcf7_zl_multifilecontainer .mfcf7_zl_delete_file img {
	width: 12px !important;
	height: 12px !important;
}

.codedropz-upload-handler {
	border: 2px dashed var(--t-light);
}

.codedropz-upload-container {
	padding: 7px 12px;
}

.codedropz-upload-inner {
	line-height: 21px;
	font-size: 15px;
}

.codedropz-upload-inner h5 {
	line-height: 21px;
	font-size: 15px;
}

.dnd-upload-status .dnd-upload-details .name {
	font-size: 15px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.dnd-upload-status .dnd-upload-details .name span {
	color: var(--blue);
}

.dnd-upload-status .dnd-upload-details .name em {
	font-size: 11px;
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar {
	background: var(--t-light);
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
	background: var(--blue);
	text-align: center;
}

.custom-file-main {
	width: 100%;
}

.custom-file-main .codedropz-upload-inner,
.custom-file-main .dnd-upload-counter {
	color: #fff;
}

.custom-file-main .cd-upload-btn {
	color: #fff;
}

.custom-file-main .dnd-upload-status .dnd-upload-details .name span {
	color: #fff;
}

.custom-file-main
	.dnd-upload-status
	.dnd-upload-details
	.dnd-progress-bar
	span {
	background: #fff;
	color: var(--l-gray);
}

.custom-file-main .dnd-upload-status .dnd-upload-details .name {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.custom-file-main .dnd-upload-status .dnd-upload-details .name em {
	color: #fff;
}

.custom-file-main .dnd-upload-image {
	display: none;
}

.custom-file-main .dnd-upload-details {
	width: 100%;
	padding: 0;
}

.wpcf7-not-valid {
	border-color: #dc3232 !important;
}

.wpcf7-not-valid-tip {
	font-size: 12px;
	text-align: center;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0 !important;
	margin-top: 15px !important;
	padding: 15px 20px !important;
	display: block;
	border-radius: 8px;
	font-size: 15px;
	font-family: "Roboto";
	font-weight: 500;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border-color: #ffd871 !important;
	background: #ffedbb;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #a3ff8c !important;
	background: #e4ffe9;
}

.ajax-loader {
	width: 0 !important;
	height: 0 !important;
	margin: 0 auto !important;
}

.ajax-loader.is-active {
	width: 16px !important;
	height: 16px !important;
	margin-top: 15px !important;
	display: block !important;
}

.wpcf7-form br {
	display: none;
}

.send-online-form .wpcf7-form-control-wrap {
	display: block;
	margin-top: 10px !important;
}

.send-online-form .wpcf7-form-control-wrap:first-child {
	margin: 0 !important;
}

.send-online-form .wpcf7-form-control-wrap.dop-info {
	display: none;
}

.send-online-form .wpcf7-form-control-wrap.dop-info input {
	margin: 10px 0 20px;
}

.send-online-form .form-dop {
	margin-top: 10px;
	margin-bottom: 10px;
}

.send-online-form .inp_files_order {
	display: none;
}

.send-online-form .modal--description {
	display: none;
	margin-bottom: 15px;
}

.send-online-form .custom-file-icon {
	padding-top: 0;
	padding-right: 10px;
	font-size: 21px;
	color: var(--blue);
}

.send-online-form .custom-file-main label {
	margin-top: 3px;
	margin-bottom: 0;
	font-size: 17px;
	color: var(--c-dark);
}

.send-online-form .custom-file-main .user-file {
	display: none;
}

.send-online-form .custom-file-main .input-file {
	display: none;
}

.inp_files_modal .custom-file {
	margin-top: 15px;
}

.inp_files_modal .custom-file-icon {
	padding-top: 0;
	padding-right: 10px;
	font-size: 21px;
	color: var(--blue);
}

.inp_files_modal .custom-file-main label {
	margin-top: 3px;
	margin-bottom: 0;
	font-size: 17px;
	color: var(--c-dark);
}

.inp_files_modal .custom-file-main .user-file {
	display: none;
}

.inp_files_modal .custom-file-main .input-file {
	display: none;
}

.modal-map .modal-content {
	border: 0;
	border-radius: 0;
}

.modal-map .modal-body {
	margin: 0;
	padding: 0;
}

.modal-fast p {
	margin: 0;
}

.modal-fast .modal-content {
	border: 0;
	border-radius: 0;
}

.modal-fast .modal-body {
	margin: 0;
	padding: 50px 35px;
}

.modal-fast .modal-body .wpcf7-form-control-wrap {
	display: block;
	margin-top: 10px !important;
}

.modal-fast .modal-body .wpcf7-form-control-wrap:first-child {
	margin: 0 !important;
}

.modal-fast .modal-body .btn {
	margin-top: 20px;
}

.modal-fast .modal-form-mt {
	padding-bottom: 10px;
	font-family: "Raleway" !important;
	font-size: 23px !important;
	font-weight: 700 !important;
	color: var(--c-dark);
}

.modal-fast .modal-form--description {
	font-family: "Roboto";
	font-size: 14px;
	color: var(--c-dark);
}

.modal-fast .wpcf7-not-valid-tip {
	margin-bottom: -10px;
}

.modal-fast .wpcf7-form {
	margin-top: 20px;
}

.modal-product-cont {
	padding: 20px 35px;
}

@media screen and (max-width: 992px) {
	.modal-product-cont {
		padding: 15px;
	}
}

.modal-product .select-options li:first-child {
	display: none;
}

.modal-product-result {
	width: 100%;
}

.modal-product-result--cont {
	width: 100%;
	display: none;
	padding: 7px 20px;
	margin-bottom: 10px;
	background: var(--blue);
	border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: #fff;
}

.modal-product-result--cont:first-child {
	display: block !important;
}

.modal-product h2 {
	font-size: 23px !important;
	margin-bottom: 15px !important;
}

.modal-product .custom-file-icon {
	padding-top: 0;
	padding-right: 10px;
	font-size: 21px;
	color: var(--blue);
}

.modal-product .custom-file-main label {
	margin-top: 3px;
	margin-bottom: 0;
	font-size: 17px;
	color: var(--c-dark);
}

.modal-product .custom-file-main .user-file {
	display: none;
}

.modal-product .custom-file-main .input-file {
	display: none;
}

.modal-product .add_file {
	margin-left: 30px;
}

.modal-product .add_file .icon-add {
	margin-right: 5px;
	font-size: 14px;
	color: var(--blue);
}

.modal-product .add_file--title {
	font-size: 14px;
	color: var(--s-gray);
}

.modal-product .contact-info {
	margin-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.modal-product .contact-info:last-child {
	margin-bottom: 0;
}

.modal-product .contact-info-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.modal-product .contact-info-soc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.modal-product .contact-info-soc .ptt-icon-inv {
	margin-right: 15px;
}

.modal-product .contact-info-soc .ptt-icon-inv:last-child {
	margin-right: 0;
}

.modal-product .contact-info .ci-item {
	margin-bottom: 10px;
	font-family: "Roboto";
	font-size: 15px;
	color: var(--s-gray);
}

.modal-product .contact-info .ci-item:last-child {
	margin-bottom: 0;
}

.modal-product .contact-info .ci-item .icon-contact {
	margin-right: 15px;
	color: var(--blue);
	font-size: 18px;
}

.modal-product .contact-info .ci-item b {
	color: var(--blue);
}

.modal-product .modal-content {
	border: 0;
	border-radius: 0;
}

.modal-product .modal-body {
	width: 100%;
	position: relative;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

@media screen and (min-width: 992px) {
	.modal-product .modal-body {
		max-height: 80vh;
	}
}

@media screen and (max-width: 992px) {
	.modal-product .modal-body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.modal-product .modal-body-head {
	width: 100%;
	max-width: 0;
	/* position: -webkit-sticky;
	position: sticky;
	top: 0;
	background: var(--l-blue); */
	z-index: 9;
}

/* @media screen and (min-width: 992px) {
	.modal-product .modal-body-head {
		display: none;
	}
} */

.modal-product .modal-body-head--links {
	display: none;
	background: var(--l-blue);
	padding: 10px 0 15px 15px;
}

.modal-product .modal-body-head--link {
	margin-right: 20px;
	font-family: "Raleway";
	font-size: 21px;
	font-weight: 700;
	color: var(--c-dark);
	opacity: 0.4;
}

.modal-product .modal-body-head--link:last-child {
	margin-right: 0;
}

.modal-product .modal-body-head--link.active {
	opacity: 1;
	border-bottom: 3px solid var(--blue);
}

@media screen and (min-width: 992px) {
	.modal-product .modal-contacts,
	.modal-product .modal-form {
		overflow: auto;
	}
}

.modal-product .modal-contacts::-webkit-scrollbar,
.modal-product .modal-form::-webkit-scrollbar {
	width: 3px;
}

.modal-product .modal-contacts::-webkit-scrollbar-track,
.modal-product .modal-form::-webkit-scrollbar-track {
	background: var(--lighter);
	border-radius: 10px;
}

.modal-product .modal-contacts::-webkit-scrollbar-thumb,
.modal-product .modal-form::-webkit-scrollbar-thumb {
	width: 3px;
	background-color: var(--blue);
	border-radius: 10px;
}

.modal-product .modal-form {
	width: 100%;
	background-color: var(--l-blue);
}

@media screen and (max-width: 992px) {
	.modal-product .modal-form-mt {
		display: none;
	}
}

.modal-product .modal-contacts {
	width: 100%;
	background-color: var(--light);
}

.modal-product .modal--description {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	display: block;
	line-height: 18px;
}

.modal-product form input {
	margin-bottom: 5px;
}

.form-control-comment {
	height: 150px !important;
	max-height: 100% !important;
}

.modal-input-hide {
	display: none;
}

.load_anim_hide {
	display: none;
}

.btn-style-ua {
	background: #ffeb3b;
}
.btn-style-ua a,
.navbar-menu-main ul li.btn-style-ua > .nav-link {
	color: #087ca1 !important;
	font-weight: bold;
}
.btn-style-ua:hover a,
.navbar-menu-main ul li.btn-style-ua:hover > .nav-link {
	color: #10bcf4 !important;
}

.form-radio {
	padding: 15px 30px;
	background: #fff;
	border: 1px solid var(--t-light);
	border-radius: 10px;
	font-size: 21px;
	color: var(--dark);
	-webkit-transition: 0.2s;
	transition: 0.2s;
	margin: 10px 0;
}
.form-radio:hover {
	border-color: rgba(16, 188, 244, 0.5);
}
.form-radio label {
	color: var(--s-gray);
	margin-bottom: 0;
}
.form-radio .wpcf7-list-item {
	margin: 0 20px 0 0;
	color: var(--s-gray);
	font-size: 18px;
	font-weight: bold;
}

#modalProduct .form-radio .wpcf7-list-item {
	margin: 0 0 0 20px;
}
#modalProduct .form-control-comment {
	height: auto !important;
	max-height: unset !important;
}
#modalProduct .form-control {
	height: 46px;
	margin-bottom: 10px;
}
#modalProduct .form-radio {
	height: 46px;
	padding: 8px 30px;
}
#modalProduct .select,
#modalProduct .select-styled {
	height: 46px;
}
.order-form-foot .form-radio {
	margin: 0;
	padding: 8px 30px;
}

@media screen and (max-width: 768px) {
	.form-radio {
		font-size: 19px;
	}
}

@media screen and (max-width: 480px) {
	.modal-dialog {
		margin: 30px 15px;
	}
	.modal-fast .modal-body {
		margin: 0;
		padding: 25px 20px;
	}
	#modalProduct .form-radio {
		height: unset;
	}
	#modalProduct .form-radio label {
		width: 100%;
		display: block;
	}
	#modalProduct .form-radio .wpcf7-list-item {
		margin: 0 20px 0 0;
	}
}

#circularG {
	position: relative;
	width: 25px;
	height: 25px;
	margin: auto;
}

.circularG {
	position: absolute;
	background-color: #10bbf4;
	width: 6px;
	height: 6px;
	border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	animation-name: bounce_circularG;
	-o-animation-name: bounce_circularG;
	-ms-animation-name: bounce_circularG;
	-webkit-animation-name: bounce_circularG;
	-moz-animation-name: bounce_circularG;
	animation-duration: 1.1s;
	-o-animation-duration: 1.1s;
	-ms-animation-duration: 1.1s;
	-webkit-animation-duration: 1.1s;
	-moz-animation-duration: 1.1s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
}

#circularG_1 {
	left: 0;
	top: 10px;
	animation-delay: 0.41s;
	-o-animation-delay: 0.41s;
	-ms-animation-delay: 0.41s;
	-webkit-animation-delay: 0.41s;
	-moz-animation-delay: 0.41s;
}

#circularG_2 {
	left: 3px;
	top: 3px;
	animation-delay: 0.55s;
	-o-animation-delay: 0.55s;
	-ms-animation-delay: 0.55s;
	-webkit-animation-delay: 0.55s;
	-moz-animation-delay: 0.55s;
}

#circularG_3 {
	top: 0;
	left: 10px;
	animation-delay: 0.69s;
	-o-animation-delay: 0.69s;
	-ms-animation-delay: 0.69s;
	-webkit-animation-delay: 0.69s;
	-moz-animation-delay: 0.69s;
}

#circularG_4 {
	right: 3px;
	top: 3px;
	animation-delay: 0.83s;
	-o-animation-delay: 0.83s;
	-ms-animation-delay: 0.83s;
	-webkit-animation-delay: 0.83s;
	-moz-animation-delay: 0.83s;
}

#circularG_5 {
	right: 0;
	top: 10px;
	animation-delay: 0.97s;
	-o-animation-delay: 0.97s;
	-ms-animation-delay: 0.97s;
	-webkit-animation-delay: 0.97s;
	-moz-animation-delay: 0.97s;
}

#circularG_6 {
	right: 3px;
	bottom: 3px;
	animation-delay: 1.1s;
	-o-animation-delay: 1.1s;
	-ms-animation-delay: 1.1s;
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
}

#circularG_7 {
	left: 10px;
	bottom: 0;
	animation-delay: 1.24s;
	-o-animation-delay: 1.24s;
	-ms-animation-delay: 1.24s;
	-webkit-animation-delay: 1.24s;
	-moz-animation-delay: 1.24s;
}

#circularG_8 {
	left: 3px;
	bottom: 3px;
	animation-delay: 1.38s;
	-o-animation-delay: 1.38s;
	-ms-animation-delay: 1.38s;
	-webkit-animation-delay: 1.38s;
	-moz-animation-delay: 1.38s;
}

@keyframes bounce_circularG {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
	}
}

@-webkit-keyframes bounce_circularG {
	0% {
		-webkit-transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.3);
	}
}

/* Modal Thanks */
.sd-cf7-modal {
	display: none;
	position: fixed;
	z-index: 1200;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
	justify-content: center;
	align-items: center;
}

.sd-cf7-modal-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 30px;
	background-color: #fff;
	padding: 30px;
	width: 90%;
	max-width: 360px;
	height: auto;
	border-radius: 0;
	box-shadow: 0px 24px 48px rgba(29, 32, 43, 0.18);
	position: relative;
	z-index: 10;
}

.sd-cf7-modal-header {
	min-height: 180px;
}

.sd-cf7-modal-bottom {
	text-align: right;
}

.sd-cf7-modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0;
	border: 0;
	padding: 0;
	background: #fff;
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all 150ms;
}

.icon-cross {
	width: 32px;
	height: 32px;
	position: relative;
}

.icon-cross:before,
.icon-cross:after {
	content: "";
	position: absolute;
	left: 15px;
	height: 33px;
	width: 2px;
	background-color: #000;
}

.icon-cross:before {
	transform: rotate(45deg);
}

.icon-cross:after {
	transform: rotate(-45deg);
}

/* Counter */
.counters-box {
	padding: 64px 0;
}
.counters-row {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.counter__item {
	text-align: center;
	padding: 0 16px 24px;
}
.counter__icon {
	text-align: center;
	margin-bottom: 16px;
}
.counter__icon img {
	width: 100%;
	height: auto;
	max-width: 64px;
	display: block;
	margin: 0 auto;
}
.counter__value {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 8px;
}
.counter__name {
	font-size: 18px;
}

@media screen and (min-width: 769px) {
	.counters-row {
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: row;
		gap: 0;
	}
	.counter__item {
		flex: 0 0 25%;
	}
}

.infobar {
	background: var(--d-blue);
	color: var(--white);
	text-align: center;
	padding: 2px 16px 4px;
	font-size: 15px;
}

.mb-10 {
	margin-bottom: 10px;
}

/* test-font */
.test-font,
.test-font p,
.test-font .card-item__body--more-cont,
.test-font .footer-cont-nav--item a,
.test-font .footer-cont-nav--item__text,
.footer-cont-navspan a,
.test-font .footer-cont-navspan__text,
.test-font .prime-cont--desc {
	font-family: var(--test-font-text) !important;
	letter-spacing: 0.5px;
	font-size: 18px !important;
}
.test-font .prime-top-header .prime-cont--title,
.test-font h2,
.test-font h3,
.test-font .footer-cont-title span,
.test-font div#n2-ss-112 .n2-font-8e44d57513ea3193286a83254f4fe638-paragraph {
	font-family: var(--test-font-title) !important;
	text-transform: uppercase !important;
}

.test-font div#n2-ss-112 .n2-font-8e44d57513ea3193286a83254f4fe638-paragraph {
	font-size: 42px !important;
}

.test-font .cont-content h2 {
	font-size: 90px !important;
}

.test-font .navbar-menu-main ul li > a,
.test-font .why-items-item--desc {
	font-family: var(--test-font-text) !important;
	letter-spacing: 0.5px;
}

.video-box {
	padding: 40px 0;
}
/* .video-box  .video-box__title {
	margin-bottom: 20px;
} */
.video-box__content {
	margin-top: 20px;
}
.video-box__content video {
	width: 100%;
	max-width: 100%;
}

.blog-box {
	padding: 40px 0;
}
.blog-box__title {
	padding-bottom: 20px;
}
.archive-card__thumbnail a {
	display: block;
	aspect-ratio: 3 / 2;
	width: 100%;
	height: 100%;
	margin-bottom: 12px;
	border-radius: 8px;
	overflow: hidden;
}
.archive-card__thumbnail a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.archive-card__title a {
	font-family: var(--font-family-raleway);
	text-decoration: none;
	font-size: 21px;
	font-weight: bold;
	color: #212529;
	margin-bottom: 12px;
}
.archive-card__body {
	margin-bottom: 12px;
}

.blog-single-nav {
	padding-bottom: 32px;
}
.blog-single-nav .nav-links {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.blog-single-nav .nav-links .nav-next {
	text-align: right;
}
.blog-single .cont-content img {
	max-width: 100%;
	height: auto;
	padding: 12px 0;
}
.blog-single .cont-content .wp-video {
	width: 100% !important;
	height: auto;
	padding: 12px 0;
}
@media screen and (min-width: 769px) {
	.blog-single-nav .nav-links {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto;
		gap: 24px;
	}
}

.fc-mb-10 {
	margin-bottom: 10px;
}
.fc-mtb-10 {
	margin: 10px 0;
}

/* Radio Colors */
.form-radio-colors .wpcf7-form-control.wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
}

.form-radio-colors input[type="radio"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.form-radio-colors .wpcf7-list-item {
	margin: 0;
}

.form-radio-colors .wpcf7-list-item label {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	user-select: none;
}

.form-radio-colors .wpcf7-list-item-label {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	width: 1px;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
}

.form-radio-colors .wpcf7-list-item label::before {
	content: "";
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #d0d3d9;
	box-sizing: border-box;
	display: inline-block;
}

.form-radio-colors
	.wpcf7-list-item
	label:has(input[type="radio"]:checked)::after {
	content: "";
	position: absolute;
	inset: -4px;
	border-radius: 50%;
	border: 2px solid #2b6fff;
	pointer-events: none;
}

.form-radio-colors
	.wpcf7-list-item
	label:has(input[type="radio"]:focus-visible) {
	outline: 2px solid #2b6fff;
	outline-offset: 4px;
}

:root {
	--c-white: #ffffff;
	--c-black: #111111;
	--c-blue: #1976d2;
	--c-red: #e53935;
}

.form-radio-colors .wpcf7-list-item label:has(input[value="white"])::before {
	background: var(--c-white);
}
.form-radio-colors .wpcf7-list-item label:has(input[value="black"])::before {
	background: var(--c-black);
}
.form-radio-colors .wpcf7-list-item label:has(input[value="blue"])::before {
	background: var(--c-blue);
}
.form-radio-colors .wpcf7-list-item label:has(input[value="red"])::before {
	background: var(--c-red);
}

/* Для очень светлых тонов можно затемнить обводку */
.form-radio-colors .wpcf7-list-item label:has(input[value="white"])::before {
	border-color: #b6bbc4;
}

/* Radio Colors */

/* Hero */
.owl-hero {
	overflow: hidden;
	padding-top: 32px;
}
.owl-hero__slide {
	width: 100%;
	/* height: calc(100vh - 200px); */
	position: relative;
	z-index: 10;
	/* border-radius: 12px; */
	overflow: hidden;
}
.owl-hero__img {
	width: 100%;
	height: auto;
	display: block;
	/* object-fit: cover;
	object-position: center; */
}
.owl-hero__content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 40px;
}
.owl-hero__img-mobile {
	display: block !important;
}
.owl-hero__img-desktop {
	display: none !important;
}
.hero-container {
	padding: 0 16px;
	width: 100%;
}

/* Search Results */
.search-results__header {
	margin-bottom: 32px;
}
.search-results .c-item {
	margin-bottom: 32px;
}
.search-results nav.navigation.pagination {
	display: flex;
	justify-content: center;
	margin: 24px 0;
}

.search-results .navigation.pagination .nav-links {
	display: inline-flex;
	align-items: center;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
}

.search-results .navigation.pagination .page-numbers {
	display: inline-block;
	min-width: 36px;
	padding: 0.375rem 0.75rem;
	text-decoration: none;
	color: var(--dark);
	background: #fff;
}

.search-results .navigation.pagination .page-numbers:hover,
.search-results .navigation.pagination .page-numbers:focus {
	background: #e9ecef;
	color: var(--dark);
}

.search-results .navigation.pagination .page-numbers.current {
	color: #fff;
	background: var(--gradient-1);
}

.search-results .navigation.pagination .page-numbers.dots {
	color: #6c757d;
	pointer-events: none;
}
/* End Search Results */

/* Search Form */
.sd-search-form--desktop {
	display: none;
}
.sd-search-form--phone {
	display: none;
	text-align: center;
	margin: 20px auto;
}
.sd-search-form--phone .search-form {
	justify-content: center;
}
.sd-search-form .search-form {
	display: flex;
	align-items: center;
	gap: 8px;
}

.sd-search-form .search-form label {
	display: flex;
	align-items: center;
	margin: 0;
}

.sd-search-form .search-form .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sd-search-form .search-form .search-field {
	display: block;
	width: 220px;
	max-width: 100%;
	padding: 8px 12px;
	border: 1px solid #dee2e6;
	border-radius: 6px;
	background: #fff;
	font-size: 14px;
	line-height: 1.4;
}

.sd-search-form .search-form .search-field:focus {
	outline: 0;
	border-color: var(--gray);
	box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
}

.sd-search-form .search-form .search-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	border: 1px solid var(--l-gray);
	border-radius: 6px;
	background: var(--l-gray);
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	cursor: pointer;
}

.sd-search-form .search-form .search-submit:hover,
.sd-search-form .search-form .search-submit:focus {
	background: var(--gray);
	border-color: var(--gray);
}


.page-search {
	display: flex;
	align-items: center;
	gap: 8px;
	position: relative;
}

.page-search input {
	display: block;
	width: 220px;
	max-width: 100%;
	padding: 8px 12px;
	border: 1px solid #dee2e6;
	border-radius: 6px;
	background: #fff;
	font-size: 14px;
	line-height: 1.4;
	outline: none;
}
.page-search button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	border: 1px solid var(--l-gray);
	border-radius: 6px;
	background: var(--l-gray);
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	cursor: pointer;
}

.page-search button:hover,
.page-search button:focus {
	background: var(--gray);
	border-color: var(--gray);
}


.pageSearchSuggest {
	display: none;
	position: absolute;
	left: 0;
	top: calc(100% + 2px);
	width: 100%;
	background: #fff;
	border: 1px solid #dee2e6;
	border-radius: 6px;
	overflow: hidden;
	z-index: 999;
}

.pageSearchSuggest__item {
	padding: 8px 10px;
	cursor: pointer;
}

.pageSearchSuggest__item:hover,
.pageSearchSuggest__item--active {
	background: #dee2e6;
}
@media (max-width: 576px) {
	.sd-search-form .search-form {
		gap: 4px;
	}
}
@media screen and (min-width: 768px) {
	.sd-search-form--desktop {
		display: block;
	}
	.sd-search-form--phone {
		display: none;
	}
}
/* End Search Form */

@media screen and (min-width: 769px) {
	/* .owl-hero__slide  {
		height: 680px;
	} */
	.hero-container {
		padding: 0 32px;
	}
	.owl-hero__img-mobile {
		display: none !important;
	}
	.owl-hero__img-desktop {
		display: block !important;
	}
}
@media screen and (min-width: 1480px) {
	.hero-container {
		padding: 0 32px;
		max-width: 1880px;
		margin: 0 auto;
	}
}

/* End Hero */

@media (min-width: 1440px) {
	.container {
		max-width: 1320px;
	}
}

