/*********************************************************************************************************************************** Reset */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,textarea,iframe,label { margin: 0; padding: 0; }
html, body {
	font-family: "Nunito Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-variation-settings: "wdth" 100, "YTLC" 500;
	font-size: 16px;
	line-height: 1;
	color: #444444;
	position: relative;
	min-height: 100%;
	word-wrap: break-word;
	background: #ffffff;
	overflow-x: hidden;
}
@supports (font-variation-settings: "wght" 450) {
	html, body {
		font-family: "Nunito Sans", sans-serif;
		font-weight: 350;
	}
}
body {
	padding-top: 90px;
}
img, a img, fieldset, iframe { border: none; }
input, textarea, select, button, a { outline: none; }
textarea { resize: none; font-family: "Nunito Sans", sans-serif; }
label { cursor: pointer; }
p { margin: 0px 0px 15px 0px; }
a, a:link, a:visited {
	color: #7b53c1;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: color 0.2s ease, background 0.2s ease;
	   -moz-transition: color 0.2s ease, background 0.2s ease;
			transition: color 0.2s ease, background 0.2s ease;
}
a:hover, a:focus {
	color: #39aae9;
	text-decoration: none;
	outline: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus, .btn:active, .btn.active {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.nopadding {
	padding: 0 !important;
}
.nomargin {
	margin: 0 !important;
}
.nobr {
	white-space: nowrap;
}

::-moz-selection {
	color: #ffffff;
	background: #7b53c1;
}
::selection {
	color: #ffffff;
	background: #7b53c1;
}

.wow { visibility: hidden; }


/*********************************************************************************************************************************** Header */
.header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 15px 0px;
	background: #ffffff;
	background: rgba(255,255,255,0.95);
	z-index: 100;
	box-shadow: 0 1px 15px rgba(0,0,0,0.1);
}

.header_logo {
	display: block;
	float: left;
}
.header_logo img {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: 60px;
}

.header_info {
	float: right;
}

.header_phone {
	display: block;
	float: left;
	height: 60px;
	padding-left: 30px;
	position: relative;
}
.header_phone_icon {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 26px;
	line-height: 64px;
	color: #ffffff;
	text-align: center;
	background: #39aae9;
	border-radius: 50%;
	z-index: 10;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
.header_phone:hover .header_phone_icon {
	background: #7b53c1;
}
.header_phone_icon:before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 50px;
	height: 50px;
	border: 1px solid #ffffff;
	opacity: 0.5;
	border-radius: 50%;
}
.header_phone_icon .fa {
	opacity: 0.8;
}
.header_phone_body {
	display: block;
	position: relative;
	padding: 10px 22px 10px 40px;
	margin-top: 5px;
	background: #e8f0f7;
	border-radius: 0px 25px 25px 0px;
	z-index: 1;
}
.header_phone_name {
	display: block;
	font-size: 13px;
	line-height: 1;
	color: #888888;
	font-weight: 400;
}
.header_phone_number {
	display: block;
	padding-top: 3px;
	font-size: 15px;
	line-height: 1;
	color: #2f2c43;
	font-weight: 700;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
.header_phone:hover .header_phone_number {
	color: #7b53c1;
}

.header_menu {
	float: left;
	padding: 10px 10px 0px 0px;
	border-top: none;
}
.header_menu ul {
	display: block;
	list-style-type: none;
}
.header_menu ul li {
	display: block;
	list-style-type: none;
	padding: 0px 2px;
	float: left;
	position: relative;
	z-index: 10;
}
.header_menu ul li a:link, .header_menu ul li a:visited {
	display: block;
	height: 40px;
	padding: 0px 5px;
	font-size: 16px;
	line-height: 40px;
	color: #2f2c43;
	text-align: center;
	font-weight: 400;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
.header_menu ul li a:hover {
	color: #39aae9;
}


/*********************************************************************************************************************************** Content */
.box_content {
	padding: 80px 0px;
}
.box_gradient {
	background: #eaecf5;
	background: linear-gradient(90deg, #eaecf5 0%, #e7f1f7 100%);
}

.page_title {
	padding: 0px;
	margin: -5px 0px 40px 0px;
	font-size: 40px;
	line-height: 46px;
	color: #47407b;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}
.page_title_white {
	color: #ffffff;
}

.page_content {
	font-size: 16px;
	line-height: 21px;
	color: #2f374d;
}
.page_content p {
	margin-bottom: 12px;
}
.page_content p:last-child {
	margin-bottom: 0px;
}

.page_content h1, .page_content h2, .page_content h3, .page_content h4, .page_content h5, .page_content h6 {
	padding: 15px 0px 10px 0px;
	color: #2f374d;
	font-weight: 700;
	text-align: left;
}
.page_content h1:first-child, .page_content h2:first-child, .page_content h3:first-child, .page_content h4:first-child, .page_content h5:first-child, .page_content h6:first-child {
	padding-top: 0px;
}
.page_content h1 {
	font-size: 20px;
	line-height: 26px;
}
.page_content h2 {
	font-size: 20px;
	line-height: 26px;
}
.page_content h3 {
	font-size: 19px;
	line-height: 25px;
}
.page_content h4 {
	font-size: 19px;
	line-height: 25px;
}
.page_content h5 {
	font-size: 18px;
	line-height: 24px;
}
.page_content h6 {
	font-size: 18px;
	line-height: 24px;
}

.page_content img {
	max-width: 100%;
	height: auto;
}
.page_content .alignleft, .page_content .alignright, .page_content .aligncenter {
	display: block;
}
.page_content .alignleft {
	margin: 5px 30px 12px 0px;
	float: left;
}
.page_content .alignright {
	margin: 5px 0px 12px 30px;
	float: right;
}
.page_content .aligncenter {
	margin: 0px auto 12px auto;
	clear: both;
}
.page_content .alignnone {
	margin-bottom: 12px;
	clear: both;
}

.page_content .gallery {
	margin: 0px -10px 12px -10px !important;
}
.page_content .gallery-item {
	padding: 10px !important;
	margin: 0px !important;
}
.page_content .gallery-item img {
	width: 100% !important;
	height: auto !important;
	border: none !important;
}

.page_content ul {
	list-style-type: none;
	position: relative;
	margin: -5px 0px 12px 0px;
}
.page_content ul li {
	list-style-type: none;
	position: relative;
	padding: 0px 0px 5px 15px;
}
.page_content ul li:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 7px;
	left: 0px;
	background: #39aae9;
	border-radius: 50%;
}

.page_content ol {
	list-style-position: inside;
	position: relative;
	margin: -5px 0px 12px 0px;
}
.page_content ol li {
	padding: 0px 0px 5px 0px;
	position: relative;
}
.page_content ul:last-child, .page_content ol:last-child {
	margin-bottom: 0px;
}

.lg-backdrop {
	background-color: rgba(0,0,0,0.75);
}
.lg-toolbar {
	background: none;
}
.lg-toolbar .lg-close {
	background-color: rgba(0,0,0,.45);
	border-radius: 2px;
}


/*********************************************************************************************************************************** Forms */
.form-group {
	margin-bottom: 20px;
}
.form-control {
	height: auto;
	padding: 9px 15px;
	font-size: 15px;
	line-height: 18px;
	background: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 6px;
	-webkit-box-shadow: none;
			box-shadow: none;
}
.form-control:focus {
	border-color: #39aae9;
	outline: none;
	-webkit-box-shadow: none;
			box-shadow: none;
}

.form-group-submit {
	position: relative;
	padding-top: 5px;
}
.btn {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 12px 30px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
	text-transform: uppercase;
	border: none;
	border-radius: 6px;
}
.btn-lg {
	padding: 15px 50px;
	font-size: 17px;
	line-height: 21px;
}
 
.btn-primary, .btn-primary:link, .btn-primary:visited  {
	color: #ffffff;
	background: #39aae9;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover {
	color: #ffffff;
	background: #7b53c1;
}

.btn-default, .btn-default:link, .btn-default:visited {
	color: #ffffff;
	background: #7b53c1;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:hover {
	color: #ffffff;
	background: #39aae9;
}

.wpcf7-spinner {
	vertical-align: middle;
	margin: 0px 0px 0px 10px;
}
span.wpcf7-not-valid-tip {
	padding-top: 3px;
	font-size: 13px;
	line-height: 17px;
	color: #dc3232;
}
.form-control.wpcf7-not-valid {
	border-color: #ff0000;
}
.form-control.wpcf7-not-valid:focus {
	border-color: #39aae9;
}
.wpcf7 form .wpcf7-response-output {
	margin: 15px 0px 0px 0px;
	padding: 10px;
	font-size: 14px;
	line-height: 18px;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: #3c763d;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
    border-radius: 3px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output {
	color: #a94442;
	text-align: center;
	background-color: #f2dede;
	border: 1px solid #ebccd1;
    border-radius: 3px;
}


/*********************************************************************************************************************************** Hero */
.box_hero {
	padding: 150px 0px;
	background: url("../images/box_hero.jpg") no-repeat 50% 50%;
	background-size: cover;
}

.hero_title {
	display: block;
	margin: -10px 0px 30px 0px;
	font-size: 46px;
	line-height: 60px;
	color: #ffffff;
	font-weight: 800;
	text-transform: uppercase;
}

.hero_features {
	list-style-type: none;
}
.hero_features ul {
	display: block;
}
.hero_features ul li {
	list-style-type: none;
	font-size: 18px;
	line-height: 20px;
	color: #cacbdb;
}
.hero_features ul li .fa {
	font-size: 16px;
}
.hero_features ul li+li {
	padding-top: 15px;
}

.hero_btn {
	padding-top: 40px;
}
.hero_btn_info {
	padding-top: 15px;
	font-size: 14px;
	line-height: 18px;
	color: #a3d7fc;
	font-style: italic;
}


/*********************************************************************************************************************************** About */
.main_about_warranty {
	position: relative;
	margin-top: 25px;
	padding-right: 60px;
}
.main_about_warranty_badge {
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -66px;
}
.main_about_warranty_body {
	padding: 30px 90px 30px 30px;
	border-radius: 10px;
	background: #ecf5fc;
	background-image: url("../images/dots.png");
	background-image: url("../images/dots.png"), linear-gradient(90deg, #f2edf8 0%, #ecf5fc 100%);
}
.main_about_warranty_title {
	font-size: 20px;
	line-height: 26px;
	color: #7b53c1;
	font-weight: 800;
	text-transform: uppercase;
}
.main_about_warranty_text {
	padding-top: 7px;
	font-size: 17px;
	line-height: 21px;
	color: #7b53c1;
}


/*********************************************************************************************************************************** Services */
.main_service {
	overflow: hidden;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 30px 0px;
}
.main_service_title {
	position: relative;
	padding-bottom: 50%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.main_service_title div {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 15px;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
	background: #7b53c1;
	background: rgba(123,83,193,0.8);
	background-image: url("../images/dots.png");
}
.main_service_problems {
	padding: 20px 25px;
}
.main_service_problem {
	font-size: 16px;
	line-height: 21px;
	color: #2f374d;
}
.main_service_problem+.main_service_problem {
	padding-top: 12px;
}
.main_service_problem span {
	color: #7b53c1;
	font-weight: 700;
}
.main_service_btn {
	text-align: center;
}
.main_service_btn_info {
	padding: 20px 10px;
	font-size: 15px;
	line-height: 20px;
	color: #838690;
	font-style: italic;
	text-align: center;
}


/*********************************************************************************************************************************** Price */
table.main_price_table {
	margin: 0px;
	background: #ffffff;
	border: 1px solid #7b53c1;
}

table.main_price_table thead tr th {
	padding: 15px 20px;
	color: #ffffff;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	background: #7b53c1;
	border: 1px solid #7b53c1;
}
table.main_price_table thead tr th:first-child {
	text-align: left;
	border-right: 1px solid #ffffff;
}
table.main_price_table thead tr th:last-child {
	border-left: 1px solid #ffffff;
}

table.main_price_table tbody tr:nth-of-type(even) {
    background-color: #f0f5f8;
}
table.main_price_table tbody tr th, table.main_price_table tbody tr td {
	vertical-align: middle;
	border: 1px solid #7b53c1;
}
table.main_price_table tbody tr th.main_price_td_group {
	padding: 30px 20px;
	font-size: 17px;
	line-height: 21px;
	color: #7b53c1;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	background: #f3eef8;
	background-image: url("../images/dots.png");
}
table.main_price_table tbody tr td {
	padding: 8px 20px;
	font-size: 16px;
	line-height: 21px;
}
table.main_price_table tbody tr td.main_price_td_cost {
	text-align: center;
}

.main_price_info {
	padding-top: 30px;
	font-size: 16px;
	line-height: 21px;
	color: #2f374d;
	font-weight: 700;
	text-align: center;
}

.main_price_mbank {
	position: relative;
	margin-top: 30px;
	padding-right: 60px;
}
.main_price_mbank_badge {
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -66px;
}
.main_price_mbank_body {
	padding: 30px 90px 30px 30px;
	border-radius: 10px;
	background: #f0e7e4;
	background-image: url("../images/dots.png");
	background-image: url("../images/dots.png"), linear-gradient(90deg, #f0e7e4 0%, #f0ece4 100%);
}
.main_price_mbank_title {
	font-size: 20px;
	line-height: 26px;
	color: #f56e37;
	font-weight: 800;
	text-transform: uppercase;
}
.main_price_mbank_text {
	padding-top: 7px;
	font-size: 17px;
	line-height: 21px;
	color: #e5845c;
}


/*********************************************************************************************************************************** Brands */
.main_brands {
	padding: 20px;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 30px 0px;
}
.main_brands_text {
	font-size: 16px;
	line-height: 21px;
	color: #2f374d;
	text-align: center;
}

.main_brands_list {
	padding: 10px 0px;
	text-align: center;
}
.main_brands_item {
	display: inline-block;
	vertical-align: middle;
	margin: 12px;
}
.main_brands_item img {
	width: 100%;
	height: auto;
}

.main_brands_btn {
	padding-top: 30px;
	text-align: center;
}


/*********************************************************************************************************************************** Portfolio */
.portfolio_item {
	padding: 20px;
	border-radius: 10px;
	background: #eaecf5;
	background: linear-gradient(90deg, #eaecf5 0%, #e7f1f7 100%);
}
.portfolio_item_img img {
	width: 100%;
	height: auto;
}
.portfolio_item_title {
	padding-top: 15px;
	font-size: 16px;
	line-height: 21px;
	color: #2f374d;
	text-align: center;
}

.portfolio_carousel .owl-dots {
	margin-top: 20px;
	text-align: center;
}
.portfolio_carousel .owl-dot {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin: 0px 3px;
	border: 2px solid #7b53c1;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
.portfolio_carousel .owl-dot.active {
	background: #7b53c1;
}


/*********************************************************************************************************************************** Testimonials */
.testimonial {
	padding: 20px;
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
}
.testimonial_title {
	font-size: 16px;
	line-height: 21px;
	color: #2f374d;
	font-weight: 800;
}
.testimonial_info {
	margin-top: 3px;
	font-size: 14px;
	line-height: 18px;
	color: #838690;
}
.testimonial_rating {
	margin-top: 15px;
	width: 100px;
	height: 16px;
}
.testimonial_rating_0 { background: url("../images/testimonial_rating_0.png") no-repeat 50% 50%; }
.testimonial_rating_1 { background: url("../images/testimonial_rating_1.png") no-repeat 50% 50%; }
.testimonial_rating_2 { background: url("../images/testimonial_rating_2.png") no-repeat 50% 50%; }
.testimonial_rating_3 { background: url("../images/testimonial_rating_3.png") no-repeat 50% 50%; }
.testimonial_rating_4 { background: url("../images/testimonial_rating_4.png") no-repeat 50% 50%; }
.testimonial_rating_5 { background: url("../images/testimonial_rating_5.png") no-repeat 50% 50%; }
.testimonial_text {
	position: relative;
	height: 84px;
	margin-top: 15px;
	font-size: 16px;
	line-height: 21px;
	color: #2f374d;
	overflow: hidden;
}

.testimonial_text_toggle {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 30px 5px 0px 5px;
	cursor: pointer;
	font-size: 14px;
	line-height: 1;
	color: #7b53c1;
	text-align: center;
	background: #ffffff;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 100%);
	-webkit-transition: color 0.2s ease;
	   -moz-transition: color 0.2s ease;
			transition: color 0.2s ease;
}
.testimonial_text_toggle:hover {
	color: #39aae9;
}
.testimonial_text .testimonial_text_toggle .toggle_open { display: inline; }
.testimonial_text .testimonial_text_toggle .toggle_close { display: none; }

.testimonial_text.togglable .testimonial_text_toggle {
	display: block;
}

.testimonial_text.toggled {
	height: auto;
}
.testimonial_text.toggled .testimonial_text_toggle {
	position: relative;
	padding-top: 5px;
}
.testimonial_text.toggled .testimonial_text_toggle .toggle_open { display: none; }
.testimonial_text.toggled .testimonial_text_toggle .toggle_close { display: inline; }

.testimonials_carousel .owl-dots {
	margin-top: 20px;
	text-align: center;
}
.testimonials_carousel .owl-dot {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin: 0px 3px;
	border: 2px solid #7b53c1;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
.testimonials_carousel .owl-dot.active {
	background: #7b53c1;
}


/*********************************************************************************************************************************** Footer */
.box_footer {
	background: url("../images/box_footer.jpg") no-repeat 50% 50%;
	background-size: cover;
	background-attachment: fixed;
}
.footer_block {
	padding: 30px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 30px 0px;
}
.footer_block_form {
	background: #ecf5fc;
	background-image: url("../images/dots.png");
	background-image: url("../images/dots.png"), linear-gradient(90deg, #f2edf8 0%, #ecf5fc 100%);
}
.footer_block_contacts {
	background: #ecf5fc;
	background-image: url("../images/dots.png");
	background-image: url("../images/dots.png"), linear-gradient(90deg, #ecf5fc 0%, #f2edf8 100%);
}

.footer_contacts_item {
	padding-left: 65px;
	min-height: 50px;
	line-height: 50px;
	position: relative;
}
.footer_contacts_item+.footer_contacts_item {
	margin-top: 20px;
}
.footer_contacts_icon {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	font-size: 24px;
	line-height: 46px;
	color: #ffffff;
	text-align: center;
	background: #7b53c1;
	border-radius: 50%;
}
.footer_contacts_icon_2 {
	font-size: 20px;
}
.footer_contacts_icon .fa {
	display: inline-block;
	vertical-align: middle;
}
.footer_contacts_body {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 20px;
	color: #2f374d;
}
.footer_contacts_body_2 {
	padding-left: 15px;
	font-size: 14px;
	line-height: 16px;
	color: #888888;
}
.footer_contacts_body a:link, .footer_contacts_body a:visited {
	color: #2f374d;
}
.footer_contacts_body a:hover {
	color: #39aae9;
}
.footer_contacts_body a.footer_contacts_phone {
	display: inline-block;
	vertical-align: middle;
	margin: 2px 0px;
}
.footer_contacts_body a.footer_contacts_whatsapp:link, .footer_contacts_body a.footer_contacts_whatsapp:visited {
	float: right;
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 26px;
	margin-top: -2px;
	margin-left: 10px;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	text-align: center;
	background: #25d366;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
			transition: all 0.3s ease;
}
.footer_contacts_body a.footer_contacts_whatsapp:hover {
	color: #ffffff;
	opacity: 0.75;
}

.footer_copyright {
	padding: 20px 0px;
    font-size: 14px;
    line-height: 20px;
	color: #afadc1;
	text-align: center;
	background: #47407b;
}
.footer_copyright a:link, .footer_copyright a:visited {
	color: #afadc1;
}
.footer_copyright a:hover {
	color: #ffffff;
}


/*********************************************************************************************************************************** Up */
.scroll_up:link, .scroll_up:visited {
	display: none;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 10px;
	left: 10px;
	font-size: 32px;
	line-height: 46px;
	text-align: center;
	color: #ffffff;
	background: #333333;
	background: rgba(0,0,0,0.2);
	border-radius: 50%;
	z-index: 100;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
.scroll_up:hover {
	background: #7b53c1;
	background: rgba(123,83,193,0.9);
}


/*********************************************************************************************************************************** Floating WhatsApp */
.floating_whatsapp:link, .floating_whatsapp:visited {
	display: block;
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	font-size: 28px;
	line-height: 60px;
	text-align: center;
	color: #ffffff;
	background: #00e676;
	border-radius: 50%;
	opacity: 0.9;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
	z-index: 100;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
			transition: all 0.2s ease;
	animation: whatsapp_pulse 2s infinite;
}
.floating_whatsapp:hover {
	color: #ffffff;
	background: #07bd64;
}
@keyframes whatsapp_pulse {
	0% {
		box-shadow: 0 0 0 0px rgba(7,189,100,0.5);
	}
	100% {
		box-shadow: 0 0 0 20px rgba(7,189,100,0);
	}
}


/*********************************************************************************************************************************** Viewport Bugfixes */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }


/*********************************************************************************************************************************** Mobile */
@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
	body {
		padding-top: 70px;
	}	
	
	.header {
		padding: 10px 0px;
	}
	.header_logo img {
		height: 50px;
	}
	.header_info {
		padding-top: 3px;
	}
	.header_phone {
		height: 44px;
		padding: 33px 0px 0px 0px;
		margin-top: -5px;
	}
	.header_phone_icon {
		left: 50%;
		margin-left: -22px;
		width: 44px;
		height: 44px;
		font-size: 20px;
		line-height: 46px;
		z-index: 1;
	}
	.header_phone_icon:before {
		top: 3px;
		left: 3px;
		width: 38px;
		height: 38px;
	}
	.header_phone_body {
		padding: 4px 12px;
		margin: 0px;
		border-radius: 20px;
		white-space: nowrap;
		z-index: 10;
		opacity: 0.9;
	}
	.header_phone_number {
		display: none;
	}
	
	.navbar-toggle {
		display: block;
		margin: 4px 0px 0px 15px;
		padding: 6px 0px;
	}
	.navbar-toggle .icon-bar {
		width: 34px;
		background-color: #7b53c1;
	}
	.navbar-toggle .icon-bar+.icon-bar {
		margin-top: 8px;
	}
	.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
		background-color: #39aae9;
	}
	
	.header_menu {
		float: none;
		position: absolute;
		top: 100%;
		left: 0px;
		width: 100%;
		padding: 0px;
		box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
	}
	.header_menu ul li {
		float: none;
		padding: 0px;
		border-top: 1px solid #c1ced9;
	}
	.header_menu ul li a:link, .header_menu ul li a:visited {
		height: 36px;
		padding: 0px 15px;
		font-size: 15px;
		line-height: 36px;
		text-align: center;
		background: #e8f0f7;
		background: rgba(232, 240, 247, 0.95);
		-webkit-transition: all 0.2s ease;
		   -moz-transition: all 0.2s ease;
				transition: all 0.2s ease;
	}
	.header_menu ul li a:hover {
		color: #ffffff;
		background: #7b53c1;
	}
	
	
	.box_content {
		padding: 55px 0px;
	}
	.page_title {
		margin: 0px 0px 25px 0px;
		font-size: 24px;
		line-height: 28px;
	}
	
	.page_content {
		font-size: 15px;
		line-height: 20px;
	}
	
	.page_content h1, .page_content h2, .page_content h3, .page_content h4, .page_content h5, .page_content h6 {
		padding: 10px 0px 5px 0px;
	}
	.page_content h1 {
		font-size: 19px;
		line-height: 23px;
	}
	.page_content h2 {
		font-size: 19px;
		line-height: 23px;
	}
	.page_content h3 {
		font-size: 18px;
		line-height: 22px;
	}
	.page_content h4 {
		font-size: 18px;
		line-height: 22px;
	}
	.page_content h5 {
		font-size: 17px;
		line-height: 21px;
	}
	.page_content h6 {
		font-size: 17px;
		line-height: 21px;
	}
	
	.page_content .alignleft, .page_content .alignright, .page_content .aligncenter {
		width: 100%;
	}
	.page_content .alignleft, .page_content .alignright {
		margin: 0px 0px 12px 0px;
		float: none;
	}
	.page_content img.alignleft, .page_content img.alignright  {
		width: 100%;
	}
	
	.page_content .gallery {
		margin: 0px -5px 12px -5px !important;
	}
	.page_content .gallery:before, .page_content .gallery:after {
		content: " ";
		display: table;
	}
	.page_content .gallery:after {
		clear: both;
	}
	.page_content .gallery br {
		display: none;
	}
	.page_content .gallery .gallery-item, .page_content .gallery .gallery-item {
		width: 50% !important;
		padding: 5px !important;
	}
	
	.form-group {
		margin-bottom: 15px;
	}
	.btn-lg {
		padding: 13px 35px;
		font-size: 16px;
		line-height: 20px;
	}
	
	
	.box_hero {
		padding: 60px 0px;
	}
	.hero_title {
		margin: -5px 0px 20px 0px;
		font-size: 26px;
		line-height: 34px;
		letter-spacing: 1px;
	}
	.hero_features ul li {
		font-size: 16px;
		line-height: 20px;
	}
	.hero_features ul li+li {
		padding-top: 7px;
	}
	.hero_features ul li .fa {
		font-size: 14px;
	}
	.hero_btn {
		padding-top: 30px;
	}
	.hero_btn_info {
		padding-top: 10px;
	}
	
	.main_about_warranty {
		padding-right: 0px;
	}
	.main_about_warranty_badge {
		top: -10px;
		right: -10px;
		margin-top: 0px;
	}
	.main_about_warranty_badge img {
		width: auto;
		height: 58px;
	}
	.main_about_warranty_body {
		padding: 20px 20px 20px 20px;
	}
	.main_about_warranty_title {
		padding-right: 40px;
		font-size: 17px;
		line-height: 24px;
	}
	.main_about_warranty_text {
		font-size: 15px;
		line-height: 20px;
	}
	
	.main_services_column+.main_services_column {
		margin-top: 15px;
	}
	.main_service_title div {
		padding: 12px;
		font-size: 16px;
		line-height: 21px;
	}
	.main_service_title div br {
		display: none;
	}
	.main_service_problems {
		padding: 15px 15px;
	}
	.main_service_problem {
		font-size: 15px;
		line-height: 20px;
	}
	.main_service_btn_info {
		padding: 15px 10px;
	}
	
	table.main_price_table thead tr th {
		padding: 12px 10px;
		color: #ffffff;
		font-size: 15px;
	}
	table.main_price_table tbody tr td {
		padding: 8px 10px;
		font-size: 15px;
		line-height: 20px;
	}
	table.main_price_table tbody tr td.main_price_td_cost {
		white-space: nowrap;
	}
	table.main_price_table tbody tr th.main_price_td_group {
		padding: 18px 10px;
		font-size: 16px;
		line-height: 20px;
	}
	
	.main_price_info {
		font-size: 15px;
		line-height: 20px;
	}
	
	.main_price_mbank {
		padding-right: 0px;
	}
	.main_price_mbank_badge {
		top: -10px;
		right: -10px;
		margin-top: 0px;
	}
	.main_price_mbank_badge img {
		width: auto;
		height: 58px;
	}
	.main_price_mbank_body {
		padding: 20px 20px 20px 20px;
	}
	.main_price_mbank_title {
		padding-right: 40px;
		font-size: 17px;
		line-height: 24px;
	}
	.main_price_mbank_text {
		font-size: 15px;
		line-height: 20px;
	}
	
	.main_brands_text {
		font-size: 15px;
		line-height: 20px;
	}
	.main_brands_item {
		margin: 10px;
		width: 80px;
	}
	
	.portfolio_item {
		padding: 15px;
	}
	.portfolio_item_title {
		font-size: 15px;
		line-height: 20px;
	}
	.portfolio_carousel .owl-dots {
		margin-top: 15px;
	}
	.portfolio_carousel .owl-dot {
		width: 16px;
		height: 16px;
		margin: 0px 2px;
	}
	
	.testimonial {
		padding: 15px;
	}
	.testimonial_title {
		font-size: 15px;
		line-height: 20px;
	}
	.testimonial_text {
		font-size: 15px;
		line-height: 20px;
	}
	.testimonials_carousel .owl-dots {
		margin-top: 15px;
	}
	.testimonials_carousel .owl-dot {
		width: 16px;
		height: 16px;
		margin: 0px 2px;
	}
	
	.footer_column+.footer_column {
		margin-top: 15px;
	}
	.footer_block {
		padding: 15px;
	}
	.footer_contacts_item {
		padding-left: 60px;
	}
	.footer_contacts_body_2 {
		padding-left: 5px;
	}
	
}


/*********************************************************************************************************************************** Tablet */
@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-device-width: 768px) and (max-device-width: 991px) {
	body {
		padding-top: 80px;
	}	
	
	.header {
		padding: 10px 0px;
	}
	.header_info {
		padding-top: 4px;
	}
	.header_phone {
		height: 52px;
	}
	.header_phone_icon {
		width: 52px;
		height: 52px;
		font-size: 21px;
		line-height: 54px;
	}
	.header_phone_icon:before {
		width: 42px;
		height: 42px;
	}
	.header_phone_body {
		padding: 7px 20px 7px 32px;
		margin-top: 4px;
	}
	.header_phone_number {
		font-size: 14px;
	}
	
	.navbar-toggle {
		display: block;
		margin: 8px 0px 0px 30px;
		padding: 6px 0px;
	}
	.navbar-toggle .icon-bar {
		width: 34px;
		background-color: #7b53c1;
	}
	.navbar-toggle .icon-bar+.icon-bar {
		margin-top: 8px;
	}
	.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
		background-color: #39aae9;
	}
	
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-collapse.collapse.in {
		display: block !important;
	}
	
	.header_menu {
		float: none;
		position: absolute;
		top: 100%;
		left: 0px;
		width: 100%;
		padding: 0px;
		box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
	}
	.header_menu ul li {
		float: none;
		padding: 0px;
		border-top: 1px solid #c1ced9;
	}
	.header_menu ul li a:link, .header_menu ul li a:visited {
		height: 36px;
		padding: 0px 15px;
		font-size: 15px;
		line-height: 36px;
		text-align: center;
		background: #e8f0f7;
		background: rgba(232, 240, 247, 0.95);
		-webkit-transition: all 0.2s ease;
		   -moz-transition: all 0.2s ease;
				transition: all 0.2s ease;
	}
	.header_menu ul li a:hover {
		color: #ffffff;
		background: #7b53c1;
	}
	
	.box_content {
		padding: 60px 0px;
	}
	.page_title {
		margin: -5px 0px 30px 0px;
		font-size: 30px;
		line-height: 36px;
	}
	
	.page_content h1 {
		font-size: 19px;
		line-height: 24px;
	}
	.page_content h2 {
		font-size: 19px;
		line-height: 24px;
	}
	.page_content .alignleft, .page_content .alignright {
		max-width: 50%;
	}
	.page_content .gallery:before, .page_content .gallery:after {
		content: " ";
		display: table;
	}
	.page_content .gallery:after {
		clear: both;
	}
	.page_content .gallery br {
		display: none;
	}
	.page_content .gallery .gallery-item, .page_content .gallery .gallery-item {
		width: 33.33% !important;
	}
	
	.btn-lg {
		padding: 14px 40px;
		font-size: 16px;
		line-height: 20px;
	}
	
	.box_hero {
		padding: 80px 0px;
	}
	.hero_title {
		margin: -5px 0px 20px 0px;
		font-size: 36px;
		line-height: 44px;
	}
	.hero_features ul li {
		font-size: 17px;
		line-height: 20px;
	}
	.hero_features ul li+li {
		padding-top: 10px;
	}
	.hero_btn {
		padding-top: 30px;
	}
	
	.main_about_warranty_body {
		padding: 20px 80px 20px 20px;
	}
	.main_about_warranty_title {
		font-size: 19px;
		line-height: 25px;
	}
	.main_about_warranty_text {
		padding-top: 5px;
		font-size: 16px;
		line-height: 20px;
	}
	
	.main_services_column+.main_services_column {
		margin-top: 30px;
	}
	.main_service_title div {
		font-size: 17px;
		line-height: 23px;
	}
	
	.main_price_mbank_body {
		padding: 20px 80px 20px 20px;
	}
	.main_price_mbank_title {
		font-size: 19px;
		line-height: 25px;
	}
	.main_price_mbank_text {
		padding-top: 5px;
		font-size: 16px;
		line-height: 20px;
	}
	
	.main_brands_item {
		margin: 12px;
		width: 130px;
	}
	
	.footer_column+.footer_column {
		margin-top: 30px;
	}
	
}


/*********************************************************************************************************************************** Big */
@media (min-width: 1200px) {
	body {
		padding-top: 110px;
	}
	.header_info {
		padding-top: 10px;
	}
	.header_logo img {
		height: 80px;
	}
	.header_menu ul li {
		padding: 0px 7px;
	}
	
}
