@charset "UTF-8";


ul {
	box-sizing: border-box
}

:where(p.has-text-color:not(.has-link-color)) a {
	color: inherit
}

:root {
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px
}

html :where(.has-border-color),
html :where([style*=border-width]) {
	border-style: solid
}

html :where(img[class*=wp-image-]) {
	height: auto;
	max-width: 100%
}

body,
html {
	height: 100%
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

article,
aside,
footer,
header,
main,
menu,
nav,
section {
	display: block
}

audio,
progress {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden] {
	display: none
}

a {
	background-color: transparent
}


a:active,
a:hover {
	outline: 0
}

b,
strong {
	font-weight: 700
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle
}

small {
	font-size: 80%
}

svg:not(:root) {
	overflow: hidden
}

hr {
	border: 0;
	background-color: #f1f1f1
}

*,
html {
	box-sizing: border-box;
	-moz-box-sizing: border-box
}


article,
aside,
audio,
b,
big,
body,
caption,
center,
del,
div,
em,
font,
footer,
form,
h1,
h2,
h3,
header,
html,
i,
iframe,
img,
label,
li,
menu,
nav,
object,
p,
q,
s,
section,
small,
span,
strong,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
u,
ul,
var {
	padding: 0;
	margin: 0;
	border-width: 0;
	border-style: solid;
	outline: 0;
	font-size: 100%;
	background: transparent;
	text-align: left
}

a,
button {
	cursor: pointer
}


.container-fluid {
	margin-right: auto;
	margin-left: auto
}

.container-fluid {
	padding-right: 2rem;
	padding-left: 2rem
}

.row {
	box-sizing: border-box;
	display: flex;
	flex: 0 1 auto;
	flex-direction: row;
	flex-wrap: wrap;
	margin-right: -.5rem;
	margin-left: -.5rem
}

.row.reverse {
	flex-direction: row-reverse
}

.col.reverse {
	flex-direction: column-reverse
}


.col-xs-3,
.col-xs-4,
.col-xs-9,
.col-xs-12 {
	box-sizing: border-box;
	flex: 0 0 auto;
	padding-right: .5rem;
	padding-left: .5rem
}

.col-xs-3 {
	flex-basis: 25%;
	max-width: 25%
}

.col-xs-4 {
	flex-basis: 33.33333333%;
	max-width: 33.33333333%
}

.col-xs-9 {
	max-width: 100%
}

.col-xs-12 {
	flex-basis: 100%;
	max-width: 100%
}

.end-xs {
	justify-content: flex-end;
	text-align: end
}

.middle-xs {
	align-items: center
}

@media only screen and (min-width:64em) {

	
	.col-md-8 {
		box-sizing: border-box;
		flex: 0 0 auto;
		padding-right: .5rem;
		padding-left: .5rem
	}

	.col-md-8 {
		flex-basis: 100%;
		max-width: 100%
	}
}

strong {
	font-weight: 700
}

body {
	color: #666;
	font-size: 16px;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased
}

.wrap {
	max-width: 1000px
}

.container-fluid,
.wrap {
	padding-right: .5rem;
	padding-left: .5rem
}

h1,
h2,
h3 {
	font-family: Poppins, sans-serif;
	line-height: 1.25em;
	color: #222;
	font-weight: 700;
	margin: 10px 0
}

ul {
	display: block;
	padding-left: 30px
}

ul li {
	line-height: 1.375em
}


ul li {
	margin: 10px 0
}

a {
	color: #222;
	text-decoration: none;
	font-weight: 700
}

iframe,
img {
	max-width: 100%
}

h1 {
	font-size: 1.375em
}

h2 {
	font-size: 1.25em
}

h3 {
	font-size: 1.125em
}

p {
	font-weight: 400;
	font-size: 1em;
	line-height: 1.375em;
	margin: 10px 0
}

small {
	font-size: .875em
}

hr {
	width: 100%;
	height: 1px;
	background: #f6f6f6
}


hr {
	margin: 15px 0;
	display: block
}


u {
	display: inline-block;
	border-bottom: 2px solid transparent
}

.full {
	width: 100%;
	display: block
}

.align-center,
.align-center .label,
.align-center .section-title,
.align-center .section-title .label,
.align-center a,
.align-center button,
.align-center h1,
.align-center h2,
.align-center h3,
.align-center img,
.align-center input,
.align-center label,
.align-center p {
	text-align: center
}

.text-uppercase {
	text-transform: uppercase
}

.without-margin-top {
	margin-top: 0 !important
}

* .without-margin-top {
	margin-top: 0
}


.select,
a,
button,
i,
input,
select,
textarea {
	transition: .3s
}

.fa,
.fab,
.far,
.fas {
	font-size: 1em
}

.fa.big,
.fab.big,
.far.big,
.fas.big {
	font-size: 2.5em
}

.fas {
	font-weight: 900 !important
}

.far {
	font-weight: 400 !important
}

.fab {
	font-weight: 400 !important
}

.section-title {
	margin: 25px 0;
	position: relative;
	display: block
}

.section-title .label {
	font-weight: 700;
	font-size: 1rem;
	display: inline-block;
	position: relative;
	z-index: 20;
	background: #fff;
	padding: 0 20px 0 0
}

.section-title:before {
	content: "";
	width: 100%;
	height: 1px;
	background: transparent;
	border-top: 1px solid #f6f6f6;
	position: absolute;
	left: 0;
	top: 50%
}

.section-title.big .label {
	font-size: 1.125rem
}

.section-title.small .label {
	font-size: .75em
}

.titles-color {
	color: #222
}

.white-color {
	color: #fff
}

.main-bg {
	background-color: #1e9dd4
}

.facebook-bg {
	background-color: #3b5998
}

.twitter-bg {
	background-color: #1da1f2
}

.pinterest-bg {
	background-color: #bd081c
}

.whatsapp-bg {
	background-color: #25d366
}

.main-border {
	border-color: #1e9dd4
}

.twitter-border {
	border-color: #1da1f2
}

.pinterest-border {
	border-color: #bd081c
}

.whatsapp-border {
	border-color: #25d366
}

.btn,
.select,
button,
input,
select,
textarea {
	font-size: 1em;
	line-height: 1em;
	padding: 4px 12px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-o-border-radius: 1px;
	max-width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

input:focus,
textarea:focus {
	border-color: #000
}

.btn.rounded,
.select.rounded,
button.rounded,
input.rounded,
select.rounded,
textarea.rounded {
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-o-border-radius: 100px
}

label {
	margin: 5px 0;
	display: block
}

label .label {
	font-weight: 700;
	font-size: .875rem;
	display: block;
	margin-top: 15px;
	margin-bottom: 10px
}

.btn.small,
.input.small,
.select.small select,
.textarea.small {
	padding: 4px 6px;
	font-size: .75em
}

.btn.big,
.input.big,
.select.big select,
.textarea.big {
	font-size: 1.063em;
	padding: 6px 18px
}

.btn,
button {
	font-weight: 700;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	display: inline-block;
	position: relative;
	cursor: pointer;
	box-shadow: 0 2px 0 rgba(27, 39, 41, .1)
}

.btn i,
button i {
	font-weight: 400
}

.btn.whatsapp-bg,
.btn.whatsapp-border {
	display: inline-block
}

.input,
.textarea,
input,
textarea {
	background: #fff;
	border: 1px solid #d6d6d6;
	text-align: left;
	display: inline-block;
	position: relative
}

.textarea,
textarea {
	min-height: 100px
}

.select {
	background: #fff;
	border: 1px solid #d6d6d6;
	text-align: left;
	display: inline-block;
	position: relative
}

.select select {
	padding-right: 30px;
	display: block;
	border: 0;
	background: transparent
}

.select:after {
	content: "\f078";
	font-family: Font Awesome\ 5 Free;
	font-size: .75em;
	position: absolute;
	right: 10px;
	top: 14px;
	pointer-events: none
}

.select.small:after {
	top: 7px
}

.select.big:after {
	top: 18px
}

input[type=checkbox],
input[type=radio] {
	display: none
}

input[type=radio]+label:before {
	border: 1px solid #d6d6d6;
	border-radius: 8px
}

input[type=checkbox]+label:before,
input[type=radio]+label:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-right: 8px
}

input[type=checkbox]+label:before {
	border: 1px solid #d6d6d6;
	border-radius: 4px
}

input[type=radio]:checked+label:before {
	content: "\2022";
	color: #424242;
	font-size: 1.8em;
	text-align: center;
	line-height: 14px
}

input[type=checkbox]:checked+label:before {
	content: "\2714";
	color: #424242;
	text-align: center;
	line-height: 15px
}

input[type=checkbox]+label {
	font-weight: 600
}

input[type=checkbox]+label p,
input[type=radio]+label p {
	font-weight: 600;
	margin: 0;
	padding-left: 30px;
	font-size: .875em
}

table {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

table tr:first-child th {
	background: #f6f6f6;
	font-weight: 700
}

table th {
	font-weight: 400;
	border-bottom: 1px solid #d6d6d6
}

table td,
table th {
	padding: 5px
}

table tr:hover {
	background: #f6f6f6
}

@media only screen and (min-width:425px) {
	h1 {
		font-size: 1.5em
	}

	h2 {
		font-size: 1.375em
	}

	h3 {
		font-size: 1.25em
	}

	.btn,
	.select,
	button,
	input,
	select,
	textarea {
		padding: 10px 12px
	}

	.btn.big,
	.input.big,
	.select.big select,
	.textarea.big {
		font-size: 1em;
		padding: 12px 22px
	}
}

@media only screen and (min-width:768px) {
	h1 {
		font-size: 1.875em
	}

	h2 {
		font-size: 1.5em
	}

	h3 {
		font-size: 1.375em
	}

	.btn.big,
	.input.big,
	.select.big select,
	.textarea.big {
		font-size: 1.125em;
		padding: 14px 26px
	}

	.section-title.big .label {
		font-size: 1.25rem
	}
}

@media only screen and (min-width:1024px) {
	.container-fluid {
		padding-right: 2rem;
		padding-left: 2rem
	}

	.wrap {
		padding-right: .5rem;
		padding-left: .5rem
	}

	hr {
		margin: 25px 0
	}

	h1 {
		font-size: 2em
	}

	h2 {
		font-size: 1.75em
	}

	h3 {
		font-size: 1.5em
	}

	.btn.small,
	.input.small,
	.select.small select,
	.textarea.small {
		padding: 4px 12px;
		font-size: .875em
	}

	.btn.big,
	.input.big,
	.select.big select,
	.textarea.big {
		font-size: 1.25em;
		padding: 14px 35px
	}

	.section-title .label {
		font-size: 1rem
	}

	.section-title.big .label {
		font-size: 1.375rem
	}
}

body {
	background: #fff;
	position: relative
}

#header .header {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0e4a64;
	height: 80px;
	position: relative;
	z-index: 333;
	border-top: 5px solid #1e9dd4;
	padding: 0 20px;
}

#header .header .container-fluid,
#header .header .row {
	height: 100%
}

.logo-wrap {
	max-width: 125px;
	width: 100%;
}

#header .header .logo {
	display: inline-block
}

#header .header .logo .logo-svg {
	height: 55px;
	display: inline-block
}

#header .menu {
	display: inline-block;
	position: relative
}

#header .menu ul {
	margin: 0;
	padding: 0
}

#header .menu ul li {
	margin: 0;
	padding: 0;
	display: inline-block
}

#header .menu ul li a {
	font-size: 1rem;
	font-family: Poppins, sans-serif;
	display: block;
	padding: 10px 5px;
	color: #fff;
	border-bottom: 2px solid transparent;
	transition: .2s
}

#header .menu ul li a:hover {
	border-color: #1e9dd4
}

#header .menu ul li ul.sub-menu {
	width: 100%;
	padding: 10px 20px;
	background: #1e9dd4;
	position: absolute;
	left: 0;
	display: none
}

#header .menu ul li ul.sub-menu li {
	display: block
}

#header .menu ul li ul.sub-menu li a {
	color: #fff;
	padding: 5px 0;
	border: 0
}

#header .menu ul li ul.sub-menu li ul.sub-menu {
	width: inherit;
	display: inherit;
	padding: 4px 20px;
	margin: 4px -20px;
	background: #26a8e0;
	position: relative
}


#header .menu ul li:hover ul.sub-menu {
	display: block
}

#header .menu ul:hover li a {
	opacity: .5;
	filter: alpha(opacity=50)
}

#header .menu ul:hover li a:hover,
#header .menu ul:hover li ul.sub-menu li a {
	opacity: 1;
	filter: alpha(opacity=100)
}

#header .btn {
	font-size: 1.25rem;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #1e9dd4;
	color: #fff;
	padding: 0;
	border: 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	z-index: 8888
}

#header .social-networks {
	width: 45px;
	position: fixed;
	left: 0;
	bottom: 20px;
	transition: .3s
}

#header .social-networks .btn {
	width: 35px;
	height: 35px;
	line-height: 35px;
	position: relative;
	display: inline-block;
	margin-bottom: 10px
}

#header .social-networks .facebook {
	background: #3b5998
}

#header .social-networks .twitter {
	background: #1da1f2
}

#mobile-menu {
	position: fixed;
	z-index: 9999;
	background: rgba(27, 30, 34, .95);
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0)
}

#mobile-menu,
#mobile-menu .mask {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

#mobile-menu .mask {
	position: absolute;
	cursor: pointer
}

#mobile-menu .mobile-menu {
	width: 400px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #115b7b;
	padding: 45px 20px 15px;
	overflow-y: auto;
	margin-left: -400px;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: .3s;
	z-index: 20
}

#mobile-menu .mobile-menu .close {
	color: #fff;
	font-size: 1.375rem;
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px;
	cursor: pointer
}

#mobile-menu .mobile-menu ul {
	display: block;
	margin: 0 0 30px;
	padding: 0;
	text-align: center
}

#mobile-menu .mobile-menu ul li {
	display: inline;
	margin: 0;
	padding: 0
}

#mobile-menu .mobile-menu ul li a {
	display: inline-block;
	padding: 2px 8px;
	background: #1e9dd4;
	color: #fff;
	margin: 2px 0;
	font-weight: 700;
	font-size: 1.125rem;
	font-family: Poppins, sans-serif
}

#mobile-menu .mobile-menu ul li ul.sub-menu {
	display: inline;
	margin: 0;
	padding: 0
}

#mobile-menu .mobile-menu ul li.title {
	color: #fff;
	font-weight: 300;
	display: block;
	text-transform: uppercase;
	font-size: 1rem;
	letter-spacing: 2px;
	padding: 10px 0;
	text-align: center
}

#mobile-menu .mobile-menu ul.brands li {
	padding: 15px 0;
	display: block;
	margin: 0 -20px;
	text-align: center;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center
}

#mobile-menu .mobile-menu ul.brands li a {
	background: transparent;
	display: inline-block
}

#mobile-menu .mobile-menu ul.brands li a img {
	width: 100%;
	max-height: 55px;
	max-width: 160px
}

#mobile-menu .mobile-menu ul.brands li:first-child,
#mobile-menu .mobile-menu ul.brands li:last-child {
	border: 0
}

#mobile-menu .mobile-menu ul.social li a {
	font-size: 1.25rem;
	width: 45px;
	height: 45px;
	padding: 0;
	margin: 3px;
	line-height: 45px;
	border: 0;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	background: hsla(0, 0%, 100%, .05)
}

#search-bar {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	background: rgba(21, 107, 145, .95);
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	transition: .2s
}

#search-bar .search-bar {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column
}

#search-bar .search-bar .search-form,
#search-bar .search-bar .tag-cloud {
	width: 90%;
	max-width: 800px;
	position: relative;
	margin: 20px 0;
	z-index: 20
}

#search-bar .search-bar .search-form .input,
#search-bar .search-bar .tag-cloud .input {
	border: 0
}

#search-bar .search-bar .search-form .btn,
#search-bar .search-bar .tag-cloud .btn {
	position: absolute;
	right: -5px;
	top: 0
}

#search-bar .search-bar .tag-cloud {
	text-align: center;
	color: #fff
}

#search-bar .search-bar .tag-cloud .title {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 700;
	font-family: Poppins, sans-serif
}

#search-bar .search-bar .tag-cloud a {
	display: inline-block;
	padding: 1px 4px;
	background: rgba(0, 0, 0, .1);
	margin: 1px 2px;
	color: #fff
}

#search-bar .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer
}

.posts-row {
	margin: -15px
}

.metas {
	display: block
}

.metas .meta {
	display: inline-block;
	margin-right: 15px;
	font-size: .875rem;
	color: #666;
	font-weight: 300
}

.metas .meta.cat {
	background: #1e9dd4;
	color: #fff;
	border: 1px solid #fff;
	padding: 4px 8px;
	font-family: Poppins, sans-serif;
	z-index: 20;
	line-height: 1em;
	margin-bottom: 10px
}

.metas .meta.cat a {
	color: #fff
}

.widget {
	display: block;
	margin-bottom: 20px
}


body.single #sidebar {
	padding-top: 5px;
	padding-left: 25px
}


body.single #header {
	margin-bottom: 25px
}

body.single #header .social-networks {
	display: none
}

body.single #main {
	margin-top: -25px;
	margin-bottom: -25px
}

#single {
	background: #fff;
	padding-top: 25px;
	padding-bottom: 25px
}

#single .metas .meta.cat {
	background: transparent;
	padding: 0
}

#single .metas .meta.cat a {
	padding: 1px 6px;
	background: #1e9dd4
}

#single .single-content {
	display: block;
	padding: 0 30px
}

#single .single-title {
	font-size: 2rem;
	margin: 0 0 5px
}

#single .the-content {
	font-size: 1.125rem;
	display: block;
	margin: 0 auto 15px;
	color: #222;
	width: 100%;
	float: left;
	clear: both
}

#single .the-content p {
	display: block;
	margin: 20px 0
}

#single .the-content p a {
	color: #1e9dd4;
	border-bottom: 1px solid #1e9dd4
}

#single .the-content iframe,
#single .the-content img {
	width: 100%;
	max-width: 100%;
	display: block;
	margin: 10px auto;
}


#single .the-content ul {
	display: block;
	padding: 20px 0;
	margin: 20px 0
}


#single .the-content ul li {
	padding-left: 45px;
	counter-increment: item;
	display: block;
	position: relative;
	margin-bottom: 25px
}


#single .the-content ul li:before {
	content: counter(item);
	position: absolute;
	left: 0;
	top: 3px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #f6f6f6;
	color: #1e9dd4;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px
}

#single .the-content ul li {
	margin-bottom: 10px
}

#single .the-content ul li:before {
	width: 8px;
	height: 8px;
	background: #1e9dd4;
	content: "";
	top: 10px;
	left: 12px
}

#single .share {
	margin-top: 20px;
	display: block
}

#single .share a {
	border: 0;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-o-border-radius: 100px;
	margin-right: 15px;
}

#single .share a:last-of-type {
	margin-right: 0;
}

#single .share a i {
	font-size: 1.125rem
}

#footer {
	margin-top: 25px;
	background: #0e4a64;
	display: block;
	color: #fff;
	padding: 15px 0
}

#footer hr {
	background: hsla(0, 0%, 100%, .2);
	margin: 10px 0 15px
}

#footer ul.footer-menu {
	margin: 0;
	padding: 0;
	text-align: center
}

#footer ul.footer-menu li {
	display: inline-block;
	margin: 0;
	padding: 0
}

#footer ul.footer-menu li a {
	font-weight: 400;
	display: block;
	padding: 5px 10px;
	color: #fff
}

#footer ul.footer-menu li a:hover {
	text-decoration: underline
}

#ad-spot {
	width: 100%;
	margin: 10px 0;
	clear: both
}

#ad-spot,
#ad-spot * {
	text-align: center
}

.is-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 10px
}

@media only screen and (max-width:1150px) {
	.hidden-lg {
		display: none
	}

	#header .header .logo-wrap {
		flex-basis: 100%;
		max-width: 100%;
		text-align: center
	}

	#header .menu {
		display: none
	}
}

@media only screen and (max-width:1024px) {

	.posts-row {
		margin: -10px
	}
}

@media only screen and (max-width:768px) {
	.hidden-sm {
		display: none
	}

	#header .header {
		height: 60px;
		border-top: 2px solid #1e9dd4
	}

	#header .header .logo .logo-svg {
		height: 45px
	}

	#header .btn {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 1rem
	}


	#header .social-networks {
		width: auto;
		bottom: 10px
	}

	#mobile-menu .mobile-menu {
		width: 85%;
		margin-left: -85%
	}

	#mobile-menu .mobile-menu ul li a {
		font-size: 1rem
	}

	#mobile-menu .mobile-menu ul.brands li a img {
		max-height: 40px;
		max-width: 110px
	}

	#single .single-content {
		padding: 0 15px
	}

	#single .single-title {
		font-size: 1.5rem
	}
}

@media only screen and (max-width:550px) {

	#header .header .logo .logo-svg {
		height: 38px
	}

	.posts-row {
		margin: -5px
	}

	#single .single-content {
		padding: 0
	}

	#single .single-title {
		font-size: 1.25rem
	}

	#single .the-content {
		font-size: 1rem
	}

	#single .share {
		text-align: center;
		width: 100%;
		float: left;
		clear: both;
		margin: 10px 0
	}

	#single .share a {
		width: 25%;
		float: left;
		border: 2px solid #fff
	}
}

@media only screen and (max-width:768px) {
	.hidden__xs {
		display: none
	}
}

@media only screen and (max-width:1024px) and (min-width:768px) {
	.hidden__sm {
		display: none
	}
}

center,
center>* {
	display: block;
	text-align: -webkit-center;
}

.lead-form-box {
	background: #fff;
	background-image: url(../images/formbg.jpg);
	background-position: top 0 right 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-bottom: 1px solid #dacec6;
	box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.15);
	box-sizing: border-box !important;
	font-family: Arial;
	max-width: 600px;
	padding: 20px;
	margin: 0 auto;
}

.fields-box {
	margin: auto;
	max-width: 320px;
	width: 100%;
}

#lead-form input {
	background: #fff !important;
	border: 2px solid #e9d7dc;
	border-radius: 5px !important;
	box-sizing: border-box !important;
	font-size: 17px !important;
	font-weight: 400 !important;
	margin: 0 !important;
	padding: 15px !important;
	width: 100% !important;
}

#lead-form-result {
	background-color: #f2dede;
	border: 1px solid #ebccd1;
	border-radius: 3px;
	box-sizing: border-box;
	color: #a94442;
	display: none;
	font-size: 15px;
	padding: 7px;
	width: 100%;
}

.name-field,
.phone-field {
	margin-bottom: 10px;
	text-align: left;
}

.name-field label,
.phone-field label {
	color: #333 !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
}

.lead-form-box h2 {
	border: none;
	color: #000 !important;
	line-height: 32px !important;
	margin: 20px 0 !important;
	padding: 0 !important;
	text-align: center;
}

.lead-form-box label {
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding: 5px 0 5px 0;
	width: 100%;
}

.lead-form-box span {
	font-size: 12px;
}

#send-lead {
	background: #0299ff;
	border: none;
	border-radius: 5px;
	box-shadow: 0 4px 25px 0 rgba(129, 150, 160, 0.45);
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: 700 !important;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px;
	text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
	width: 100%;
}

@media screen and (max-width: 600px) {
	.lead-form-box {
		background-image: url(../images/formbg.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto 100%;
		border-left: 1px solid #dacec6;
		border-right: 1px solid #dacec6;
	}
}

@media screen and (max-width: 400px) {
	.fields-box {
		padding: 10px;
	}

	.lead-form-box {
		padding: 10px;
	}

	#send-lead {
		padding: 10px;
	}
}

.myh4,
.rub-ramka a {
	text-transform: uppercase;
}

.rub-ramka {
	background: rgba(3, 224, 0, 0.04);
	border: 4px double rgba(21, 160, 37, 0.32);
	border-radius: 2px;
	color: #4a4a4a;
	font-family: open sans, arial;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin: 0 auto !important;
	max-width: 86%;
	padding: 6px 13px !important;
}

.myh4 {
	background-color: #f5fef5;
	background-image: -ms-repeating-linear-gradient(0deg, #bfe6bf 0, rgba(3, 224, 0, 0.04) 100%);
	background-image: repeating-linear-gradient(90deg, #bfe6bf 0, #f5fef5 100%);
	background-image: -webkit-repeating-linear-gradient(0deg, #bfe6bf 0, #f5fef5 100%);
	border: 1px dotted #e2e2e2;
	border-radius: 2px;
	border-right: none;
	color: #3a753a;
	display: table;
	font-size: 14px;
	font-weight: 600;
	line-height: 23px;
	margin-bottom: 9px;
	margin-left: -3px;
	margin-top: 5px;
	padding: 6px 4px 4px 5px;
	width: 100%;
}



.prices {
	display: flex;
	justify-content: center;
}

.prices div {
	padding: 10px;
}

.prices span {
	font-size: 22px;
	font-weight: bold;
}

.oldprice {
	position: relative;
	color: red;
}

.oldprice::after {
	content: "";
	position: absolute;
	top: 22px;
	left: 0;
	height: 2px;
	background: #000;
	width: 100%;
}

.newprice {
	color: rgb(0, 230, 0);
}

.comment-box {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.comment-profile-box {
	margin-bottom: 7px;
}

.comment-text-box img {
	margin: 7px 0;
}

.ava-img {
	display: inline-block !important;
	margin-right: 10px !important;
	vertical-align: middle;
	width: 50px !important;
}

.comments-block>h3 {
	font-size: 28px;
	margin-top: 30px;
	padding-bottom: 20px
}

#push-comments #push_mlyjekpdfdd1 {
	background-color: #f0f0f0;
	box-sizing: border-box;
	font-family: Arial, serif;
	padding: 3rem 2rem;
	transition: 1s;
	width: 100%;
}

#push-comments #push_mlyjekpdfdd1.hide {
	display: block !important;
	opacity: 0;
}

#push-comments #push_mlyjekpdfdd1__form {
	box-sizing: border-box;
	margin: auto;
	max-width: 600px;
}

#push-comments #push_mlyjekpdfdd1__title {
	border-bottom: 0 solid;
	box-shadow: 1px 4px 10px -7px #ccc;
	color: #43a047;
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 16px;
	margin-top: 0;
}

#push-comments #push_mlyjekpdfdd1__message {
	border: 1px solid #43a047;
	box-shadow: 0 2px 4px -3px #237a27;
	box-sizing: border-box;
	font-size: 16px;
	height: 120px;
	padding: 10px 20px;
	width: 100%;
}

#push-comments #push_mlyjekpdfdd1__submit {
	background: #43a047;
	border: none;
	border-radius: 25px;
	box-shadow: 0 2px 4px -3px #000;
	color: #fff;
	cursor: pointer;
	display: table;
	font-size: 18px;
	height: 50px;
	margin: 20px 0 0;
	max-width: 280px;
	text-align: center;
	text-shadow: 0 0 1px #237a27;
	transition: 0.5s;
	width: 100%;
	line-height: 50px;
}

#push-comments #push_mlyjekpdfdd1__submit:hover {
	background: #237a27;
	box-shadow: none;
	text-shadow: none;
}

.fa,
.fab,
.far,
.fas {
	-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-bars:before {
	content: "\f0c9"
}

.fa-facebook-f:before {
	content: "\f39e"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-search:before {
	content: "\f002"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-whatsapp:before {
	content: "\f232"
}

@font-face {
	font-family: Font Awesome\ 5 Brands;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/fa-brands-400.eot);
	src: url(../fonts/fa-brands-400.eot@#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.woff) format("woff"), url(../fonts/fa-brands-400.ttf) format("truetype"), url(../fonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
	font-family: Font Awesome\ 5 Brands
}

@font-face {
	font-family: Font Awesome\ 5 Free;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/fa-regular-400.eot);
	src: url(../fonts/fa-regular-400.eot@#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.woff) format("woff"), url(../fonts/fa-regular-400.ttf) format("truetype"), url(../fonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
	font-weight: 400
}

@font-face {
	font-family: Font Awesome\ 5 Free;
	font-style: normal;
	font-weight: 900;
	src: url(../fonts/fa-solid-900.eot);
	src: url(../fonts/fa-solid-900.eot@#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
	font-family: Font Awesome\ 5 Free
}

.fa,
.fas {
	font-weight: 900
}

.center {
	text-align: center;
	margin: 0 auto;
}

.center img {
	display: inline !important;
}

.blue-border {
	margin:20px 10px 20px 10px;
	border:2px solid #0299ff;
	padding:10px;
	text-align: center;
}