@import 'font-awesome.min.css';
@import 'wp.css';
.show-tablet {
	display: none;
}
@media only screen and (max-width: 991px) {
	.show-tablet {
		display: block;
	}
}
.hide-tablet {
	display: block;
}
@media only screen and (max-width: 991px) {
	.hide-tablet {
		display: none;
	}
}
.show-mob {
	display: none !important;
}
@media only screen and (max-width: 767px) {
	.show-mob {
		display: block !important;
	}
}
.hide-mob {
	display: block;
}
@media only screen and (max-width: 767px) {
	.hide-mob {
		display: none;
	}
}
.transition {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
b,
strong {
	font-weight: bold;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
	outline: none;
}
body,
html {
	overflow-x: hidden;
}
body,
html {
	min-height: 100%;
}
body {
	font-size: 16px !important;
	font-family: 'Montserrat', arial, sans-serif !important;
	background: #f4f7f9 !important;
	overflow-x: hidden;
	color: #183a65 !important;
	line-height: 1.4 !important;
}
.container-fluid {
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
* {
	outline: none !important;
}
.head-wrap {
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	background: #f4f7f9 !important;
}
.head-wrap.sh {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.header-inner {
	padding: 15px 0;
	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;
	margin-left: -5px;
	margin-right: -5px;
}
@media only screen and (max-width: 767px) {
}
.header-col {
	padding: 0 5px;
}
@media only screen and (max-width: 767px) {
	.header-col-1 .logo img {
		height: 48px;
	}
}
.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none !important;
}
.logo-title {
	text-align: center;
	white-space: nowrap;
}
.logo-title span {
	display: block;
}
.logo-span-1 {
	color: #617489;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	margin-top: -2px;
}
.logo-span-2 {
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1;
	font-size: 15px;
	color: #01acfa;
}
.logo-span-3 {
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
	color: #617489;
}
@media only screen and (max-width: 767px) {
	.header-col-2 {
		display: none;
	}
}
.head-search {
	position: relative;
	width: 163px;
}
@media only screen and (max-width: 991px) {
	.head-search {
		display: none;
	}
}
.search-input {
	width: 100%;
	height: 30px;
	background: #e3e9ef;
	border: 1px solid #c8d3de;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	font-size: 11px;
	font-weight: 500;
	padding-left: 15px;
	padding-right: 35px;
}
.search-submit {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	top: 0;
	border: none;
	padding: 0;
	background: #4dc89c;
	border-radius: 0px 10px 10px 0px;
}
.search-submit:hover {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
}
.head-town {
	margin-top: 5px;
	color: #183a65;
	font-weight: 500;
	font-size: 13px;
	cursor: pointer;
}
.head-town i {
	margin-left: 4px;
	font-size: 12px;
}
@media only screen and (max-width: 991px) {
	.head-town .fa-chevron-down {
		display: none;
	}
}
.head-town em {
	font-style: normal;
}
@media only screen and (max-width: 991px) {
	.head-town em {
		display: none;
	}
}
.head-town:hover b {
	text-decoration: underline;
}
@media only screen and (max-width: 767px) {
	.head-town {
		margin-top: 0px;
	}
}
@media only screen and (max-width: 480px) {
	.head-town {
		display: none;
	}
}
.head-town-ico {
	display: none;
	color: #4dc89c;
	margin-right: 3px;
}
@media only screen and (max-width: 991px) {
	.head-town-ico {
		display: inline-block;
	}
}
@media only screen and (max-width: 1100px) {
	.header-col-3 {
		display: none;
	}
}
.head-contact-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 3px;
}

.head-contact-item-l {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 16px;
}


.head-contact-item:first-child {
	margin-top: 0;
}
.head-contact-item-icon {
	margin-right: 8px;
}
.header-contact-item-text {
	font-size: 13px;
	font-weight: 500;
	color: #183a65;
}
@media only screen and (max-width: 767px) {
	.header-col-4 .head-phone {
		margin-top: 0;
		line-height: 1;
	}
	.header-col-4 .head-phone-icon img {
		height: 12px;
	}
	.header-col-4 .head-messengers {
		margin-top: 0px;
		padding-left: 0px;
	}
	.header-col-4 .head-messenger {
		margin-right: 10px;
	}
	.header-col-4 .head-messenger:last-child {
		margin-right: 0;
	}
	.header-col-4 .head-email {
		display: none;
	}
}
.head-email {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.head-email-icon {
	margin-right: 10px;
}
.head-email-link {
	font-size: 13px;
	font-weight: bold;
	color: #4dc89c !important;
	text-decoration: underline;
}
.head-email-link:hover {
	text-decoration: none;
}
.head-messengers {
	padding-left: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 3px;
}
@media only screen and (max-width: 767px) {
	.head-messengers {
		margin-top: 0;
		padding-left: 0;
	}
}
.head-messenger {
	margin-right: 10px;
	display: block;
}
.head-messenger:last-child {
	margin-right: 0;
}
.head-messenger img {
	max-height: 20px;
}
@media only screen and (max-width: 767px) {
	.head-messenger img {
		max-height: 26px;
	}
}
.head-messenger:hover {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
}
@media only screen and (max-width: 767px) {
	.head-messenger {
		margin-right: 5px;
	}
}
.head-phones {
	white-space: nowrap;
}
.head-phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 3px;
}
.head-phone:first-child {
	margin-top: 0;
}
.head-phone-icon {
	margin-right: 10px;
}
.head-phone-link {
	color: #183a65 !important;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.head-phone-link:hover {
	text-decoration: underline;
}
.mybtn {
	height: 50px;
	background: -webkit-gradient(linear, left top, left bottom, from(#64f2bf), to(#4dc89c));
	background: -webkit-linear-gradient(top, #64f2bf 0%, #4dc89c 100%);
	background: -o-linear-gradient(top, #64f2bf 0%, #4dc89c 100%);
	background: linear-gradient(180deg, #64f2bf 0%, #4dc89c 100%);
	border-radius: 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;
	border: none;
	padding-left: 15px;
	padding-right: 15px;
	white-space: nowrap;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #ffffff !important;
	text-decoration: none !important;
	border-bottom: 4px solid #3c9d7b;
	text-shadow: 0px 2px 4px #3c9d7b;
}
.mybtn:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#58d0a5), to(#3daa83));
	background: -webkit-linear-gradient(top, #58d0a5 0%, #3daa83 100%);
	background: -o-linear-gradient(top, #58d0a5 0%, #3daa83 100%);
	background: linear-gradient(180deg, #58d0a5 0%, #3daa83 100%);
}
.mybtn:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#49ae8a), to(#328869));
	background: -webkit-linear-gradient(top, #49ae8a 0%, #328869 100%);
	background: -o-linear-gradient(top, #49ae8a 0%, #328869 100%);
	background: linear-gradient(180deg, #49ae8a 0%, #328869 100%);
	border: none;
}
.head-call {
	width: 200px;
}
@media only screen and (max-width: 991px) {
	.head-call {
		width: auto;
		font-size: 11px;
	}
}
@media only screen and (max-width: 767px) {
	.head-call {
		display: none;
	}
}
.head-bottom-mob {
	border-top: 1px solid #dae3ea;
}
.head-bottom-mob-inner {
	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;
	padding-top: 5px;
	padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
	.head-bottom-mob .head-call {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.btn-mob {
	color: #4dc89c;
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	border-radius: 100%;
	font-size: 20px;
	padding: 0;
}
.btn-mob:hover {
	color: #183a65;
}
.header-bottom {
	border-top: 1px solid #c8d2de;
}
.mob-block {
	background: #fff;
	width: 320px;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 2000;
	padding: 30px;
	color: #fff;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	left: -120%;
}
.mob-block a {
	color: #000 !important;
}
.mob-block .mob-block-close {
	display: none;
}
.mob-block.on {
	left: 0%;
}
.mob-block.on .mob-block-close {
	display: block;
}
.mob-block .town-select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #000;
}
.mob-block .town-select a {
	margin-left: 8px;
	color: #4dc89c !important;
}
.mob-block .mob-block-bottom {
	padding: 20px 30px;
	margin-left: -30px;
	margin-right: -30px;
	background: #f4f7f9;
	height: 100%;
}
.mob-block .head-town {
	display: block;
	margin-left: 0;
}
.mob-block .head-town * {
	font-size: 18px !important;
	font-weight: 600;
}
.mob-block .head-messengers {
	margin-bottom: 15px;
}
.mob-block .head-email-link {
	color: #4dc89c !important;
}
.mob-block .head-phones {
	margin: 10px 0;
}
.mob-block .head-phones .head-phone-link {
	font-size: 16px;
	font-weight: 600;
}
.mob-block .mybtn {
	width: 200px;
}
.mob-block .head-call {
	border: none;
	width: 100%;
	height: 50px;
	background: -webkit-gradient(linear, left bottom, left top, from(#ffb915), to(#ffd95e));
	background: -webkit-linear-gradient(bottom, #ffb915 0%, #ffd95e 100%);
	background: -o-linear-gradient(bottom, #ffb915 0%, #ffd95e 100%);
	background: linear-gradient(0deg, #ffb915 0%, #ffd95e 100%);
	-webkit-box-shadow: inset 0px -4px 5px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px -4px 5px rgba(0, 0, 0, 0.1);
	border-radius: 100px;
	padding: 0 15px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.mob-block .head-call:hover {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
}
.mob-block-head-top {
	padding: 10px 0;
	margin: 10px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.mob-block-close {
	position: fixed;
	z-index: 2000;
	left: 290px;
	top: 0px;
	font-size: 36px;
	color: #4dc89c;
}
.mob-menu {
	overflow: auto;
	margin-top: 25px;
	height: 300px;
	margin-right: -30px;
	padding-right: 30px;
	margin-bottom: 10px;
}
.mob-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.mob-menu ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	padding: 5px 0;
	font-size: 16px;
	font-weight: 600;
}
.mob-menu ul li.menu-item-has-children {
	padding-right: 0px;
	background: url('../img/down.png') right 12px no-repeat;
}
.mob-menu ul li.menu-item-has-children.current-menu-item,
.mob-menu ul li.menu-item-has-children.current-menu-parent,
.mob-menu ul li.menu-item-has-children:hover {
	background: url('../img/down-r.png') right 12px no-repeat;
}
.mob-menu ul li a {
	line-height: 1.2;
	text-decoration: none !important;
	display: block;
}
.mob-menu ul li:last-child {
	border: none;
}
.mob-menu ul li.current-menu-item > a,
.mob-menu ul li.current-menu-parent > a,
.mob-menu ul li:hover > a {
	color: #4dc89c !important;
}
.mob-menu ul .sub-menu {
	margin-left: 20px;
	padding-top: 5px;
	display: none;
}
.mob-menu ul .sub-menu li {
	padding: 4px 0;
	line-height: 1.2;
	border: none;
}
.mob-menu ul .sub-menu li.current-menu-item > a,
.mob-menu ul .sub-menu li.current-menu-parent > a,
.mob-menu ul .sub-menu li:hover > a {
	color: #4dc89c !important;
	font-weight: 500;
}
.mob-menu ul .sub-menu li.menu-item-has-children {
	padding-right: 0px;
	background: url('../img/down.png') right 6px no-repeat;
}
.mob-menu ul .sub-menu li.menu-item-has-children.current-menu-item,
.mob-menu ul .sub-menu li.menu-item-has-children.current-menu-parent,
.mob-menu ul .sub-menu li.menu-item-has-children:hover {
	background: url('../img/down-r.png') right 6px no-repeat;
}
.mob-menu ul .sub-menu a {
	font-weight: normal;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
}
.main-menu > ul {
	margin: 0;
	padding: 0;
	height: 80px;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}
.main-menu > ul > li {
	height: 80px;
}
.main-menu > ul > li > a {
	line-height: 80px;
	color: #617489 !important;
	text-transform: uppercase;
	display: block;
	text-decoration: none !important;
	font-size: 13px;
	font-weight: bold;
}
@media only screen and (max-width: 991px) {
	.main-menu > ul > li > a {
		font-size: 10px;
	}
}
.main-menu > ul > li.menu-item-has-children {
	padding-right: 16px;
	background: url('../img/down.png') right 37px no-repeat;
}
.main-menu > ul > li.current-menu-item.menu-item-has-children,
.main-menu > ul > li.current-menu-parent.menu-item-has-children,
.main-menu > ul > li:hover.menu-item-has-children {
	background: url('../img/down-r.png') right 37px no-repeat;
}
.main-menu > ul > li.current-menu-item > a,
.main-menu > ul > li.current-menu-parent > a,
.main-menu > ul > li:hover > a {
	color: #4dc89c !important;
}
.main-menu > ul > li:first-child > .sub-menu {
	background: #dae3ea;
	top: 100%;
	left: 0px;
	width: 310px;
	-webkit-box-shadow: 0px 4px 10px rgba(24, 58, 101, 0.3);
	box-shadow: 0px 4px 10px rgba(24, 58, 101, 0.3);
	border-radius: 0px 0px 20px 20px;
	margin: 0;
	padding: 20px 0 20px 10px;
	list-style-type: none;
	position: absolute;
	z-index: 500;
	display: none;
}
.main-menu > ul > li:first-child > .sub-menu:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 16px;
	background: -webkit-gradient(linear, left top, left bottom, from(#cad7e1), to(#dae3ea));
	background: -webkit-linear-gradient(top, #cad7e1 0%, #dae3ea 100%);
	background: -o-linear-gradient(top, #cad7e1 0%, #dae3ea 100%);
	background: linear-gradient(180deg, #cad7e1 0%, #dae3ea 100%);
}
.main-menu > ul > li:first-child > .sub-menu > li > a {
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #183a65 !important;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none !important;
	padding-left: 15px;
	border-radius: 20px 0px 0px 20px;
}
.main-menu > ul > li:first-child > .sub-menu > li.menu-item-has-children > a {
	background: url('../img/menur.png') right 15px center no-repeat;
}
.main-menu > ul > li:first-child > .sub-menu > li.current-menu-item > a,
.main-menu > ul > li:first-child > .sub-menu > li.current-menu-parent > a,
.main-menu > ul > li:first-child > .sub-menu > li:hover > a {
	color: #4dc89c !important;
	background-color: #fff;
}
.main-menu > ul > li:first-child > .sub-menu > li.current-menu-item.menu-item-has-children > a,
.main-menu > ul > li:first-child > .sub-menu > li.current-menu-parent.menu-item-has-children > a,
.main-menu > ul > li:first-child > .sub-menu > li:hover.menu-item-has-children > a {
	background: #fff url('../img/menurr.png') right 15px center no-repeat;
}
.main-menu > ul > li:first-child > .sub-menu > li > .sub-menu {
	position: absolute;
	left: 100%;
	right: 0;
	top: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #fff;
	z-index: 400;
	padding: 20px 300px 20px 30px;
	-webkit-box-shadow: 0px 4px 10px rgba(24, 58, 101, 0.3);
	box-shadow: 0px 4px 10px rgba(24, 58, 101, 0.3);
	border-radius: 0px 0px 20px 20px;
	height: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	display: none;
}
.main-menu > ul > li:first-child > .sub-menu > li > .sub-menu:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 16px;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
	background: -webkit-linear-gradient(top, #eee 0%, #fff 100%);
	background: -o-linear-gradient(top, #eee 0%, #fff 100%);
	background: linear-gradient(180deg, #eee 0%, #fff 100%);
}
.main-menu > ul > li:first-child > .sub-menu > li > .sub-menu > li > a {
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #183a65 !important;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none !important;
}
.main-menu > ul > li:first-child > .sub-menu > li > .sub-menu > li.current-menu-item > a,
.main-menu > ul > li:first-child > .sub-menu > li > .sub-menu > li.current-menu-parent > a,
.main-menu > ul > li:first-child > .sub-menu > li > .sub-menu > li:hover > a {
	color: #4dc89c !important;
}
@media only screen and (max-width: 991px) {
	.main-menu > ul > li:first-child > .sub-menu > li > .sub-menu {
		padding-right: 100px;
	}
}
.main-menu > ul > li:nth-child(8) {
	position: relative;
}
.main-menu > ul > li:nth-child(8) > .sub-menu {
	position: absolute;
	display: none;
	left: 0;
	top: 100%;
	margin: 0;
	padding: 20px 30px;
	list-style-type: none;
	background: #fff;
	border-radius: 0px 0px 20px 20px;
	white-space: nowrap;
	-webkit-box-shadow: 0px 4px 10px rgba(24, 58, 101, 0.3);
	box-shadow: 0px 4px 10px rgba(24, 58, 101, 0.3);
	height: fit-content;
	min-height: 0px;
}
.main-menu > ul > li:nth-child(8) > .sub-menu:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 16px;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
	background: -webkit-linear-gradient(top, #eee 0%, #fff 100%);
	background: -o-linear-gradient(top, #eee 0%, #fff 100%);
	background: linear-gradient(180deg, #eee 0%, #fff 100%);
}
.main-menu > ul > li:nth-child(8) > .sub-menu > li > a {
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #183a65 !important;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none !important;
}
.main-menu > ul > li:nth-child(8) > .sub-menu > li.current-menu-item > a,
.main-menu > ul > li:nth-child(8) > .sub-menu > li.current-menu-parent > a,
.main-menu > ul > li:nth-child(8) > .sub-menu > li:hover > a {
	color: #4dc89c !important;
}
.main-menu > ul > li:first-child > .sub-menu > li:nth-child(1) > .sub-menu {
	background: #fff url('../img/menu-pic-3.png') right 30px bottom 30px no-repeat;
	background-size: auto 270px;
}
.main-menu > ul > li:first-child > .sub-menu > li:nth-child(2) > .sub-menu {
	background: #fff url('../img/menu-pic-4.png') right 30px bottom 30px no-repeat;
	background-size: auto 270px;
}
.main-menu > ul > li:first-child > .sub-menu > li:nth-child(3) > .sub-menu {
	background: #fff url('../img/menu-pic-1.png') right 30px bottom 30px no-repeat;
	background-size: auto 270px;
}
.main-menu > ul > li:first-child > .sub-menu > li:nth-child(4) > .sub-menu {
	background: #fff url('../img/menu-pic-5.png') right 30px bottom 30px no-repeat;
	background-size: auto 270px;
}
.main-menu > ul > li:first-child > .sub-menu > li:nth-child(5) > .sub-menu {
	background: #fff url('../img/menu-pic-6.png') right 30px bottom 30px no-repeat;
	background-size: auto 270px;
}
.main-menu > ul > li:first-child > .sub-menu > li:nth-child(6) > .sub-menu {
	background: #fff url('../img/menu-pic-2.png') right 30px bottom 30px no-repeat;
	background-size: auto 270px;
}
.intro {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #dae3ea;
}
@media only screen and (max-width: 767px) {
	.intro {
		background-position: 56% center !important;
	}
	.intro:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		opacity: 0.75;
		background: #c4d9ea;
	}
}
@media only screen and (max-width: 767px) {
	.front-intro {
		background-position: 66% bottom !important;
	}
}
.intro-inner {
	min-height: 540px;
	padding: 60px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.intro-inner {
		min-height: 0;
		padding: 30px 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.intro-title {
	font-weight: bold;
	font-size: 48px;
	color: #183a65;
	max-width: 580px;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 0;
}
.intro-title b {
	color: #01acfa;
}
@media only screen and (max-width: 767px) {
	.intro-title {
		font-size: 30px;
	}
}
.intro-title-smaller {
	font-size: 40px;
}
@media only screen and (max-width: 767px) {
	.intro-title-smaller {
		font-size: 30px;
	}
}
.intro-text {
	font-size: 15px;
	font-weight: 500;
	color: #183a65;
	max-width: 570px;
	margin: 25px 0 10px 0;
}
.intro-subtitle {
	font-size: 25px;
	font-weight: bold;
	color: #01acfa;
	margin-top: 10px;
}
.intro-items {
	max-width: 570px;
}
.intro-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
}
@media only screen and (max-width: 767px) {
	.intro-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
}
.intro-item-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	width: 70px;
	height: 70px;
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	border-radius: 20px;
	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;
	margin-right: 15px;
}
@media only screen and (max-width: 767px) {
	.intro-item-icon {
		margin-right: 0;
		margin-bottom: 10px;
	}
}
.intro-item-content-title {
	font-weight: bold;
	font-size: 15px;
}
.intro-item-content-text {
	font-weight: 500;
	font-size: 11px;
	margin-top: 5px;
	line-height: 1.2;
}
.intro-items-2 {
	margin-top: 25px;
}
.intro-item-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}
.intro-item-2-icon {
	margin-right: 20px;
	margin-left: -4px;
}
.intro-item-2-text {
	margin-top: -6px;
	font-size: 15px;
	font-weight: 500;
	max-width: 500px;
}
.intro-inner-2 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.intro .intro-form {
	margin-left: 0;
	margin-right: 0;
}
.after-intro-inner {
	padding: 21px 40px;
	background: #183a65;
	border-radius: 0px 0px 20px 20px;
	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;
	margin-left: -15px;
	margin-right: -15px;
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.after-intro-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 15px;
		border-radius: 0;
	}
}
.after-intro-col {
	padding: 0 15px;
}
@media only screen and (max-width: 767px) {
	.after-intro-col {
		padding: 5px 15px;
		text-align: center;
	}
}
.after-intro-title {
	font-size: 19px;
	font-weight: bold;
}
.after-intro-phone-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only screen and (max-width: 991px) {
	.after-intro-phone-wrap {
		display: block;
	}
}
.after-intro-phone {
	white-space: nowrap;
	color: #fff !important;
	font-weight: bold;
	font-size: 36px;
	text-decoration: none;
}
.after-intro-phone:hover {
	text-decoration: underline;
}
.after-intro-phone-info {
	font-weight: 500;
	margin-left: 15px;
	font-size: 13px;
}
@media only screen and (max-width: 991px) {
	.after-intro-phone-info {
		margin-left: 0;
	}
}
.after-intro-button {
	width: 270px;
	height: 60px;
}
@media only screen and (max-width: 991px) {
	.after-intro-button {
		width: auto;
	}
}
.calc-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.calc-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}
.calc-left {
	width: 50%;
}
@media only screen and (max-width: 767px) {
	.calc-left {
		width: 100%;
	}
}
.calc-img {
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.calc-img {
		display: none;
	}
}
.calc-right {
	width: 50%;
}
@media only screen and (max-width: 767px) {
	.calc-right {
		width: 100%;
	}
}
.calc-title {
	font-weight: bold;
	font-size: 36px;
	color: #183a65;
	max-width: 570px;
	line-height: 1;
}
.calc-title b {
	color: #01acfa;
}
@media only screen and (max-width: 767px) {
	.calc-title {
		font-size: 30px;
		max-width: 100%;
	}
	.calc-title br {
		display: none;
	}
}
.calc-text {
	font-size: 15px;
	font-weight: 500;
	margin: 30px 0;
}
@media only screen and (max-width: 767px) {
	.calc-text {
		margin: 15px 0;
	}
}
.calc-button {
	width: 270px;
	height: 60px;
}
@media only screen and (max-width: 767px) {
	.calc-button {
		margin-left: auto;
		margin-right: auto;
	}
}
.services {
	background: #dae3ea;
}
.service-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.service-top {
		display: block;
	}
}
.service-top-left {
	-webkit-box-flex: 270px;
	-ms-flex: 270px;
	flex: 270px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin-right: 30px;
}
.service-top-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
	color: #617489;
}
.service-top-title img {
	margin-right: 40px;
}
@media only screen and (max-width: 767px) {
	.service-top-title img {
		margin-right: 32px;
	}
}
.service-top-right {
	width: 100%;
}
.service-top-desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.2;
	font-size: 13px;
	font-weight: 500;
}
.service-top-desc img {
	margin-right: 40px;
}
@media only screen and (max-width: 767px) {
	.service-top-desc {
		margin-top: 15px;
	}
}
.services-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 767px) {
	.services-main {
		display: block;
	}
}
.services-main-left {
	-webkit-box-flex: 270px;
	-ms-flex: 270px;
	flex: 270px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin-right: 30px;
}
@media only screen and (max-width: 767px) {
	.services-main-left {
		margin-right: 0;
	}
}
.services-steps .services-main-left {
	-webkit-box-flex: 340px;
	-ms-flex: 340px;
	flex: 340px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}
.services-list {
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	border-radius: 20px;
	padding: 35px 30px;
}
@media only screen and (max-width: 767px) {
	.services-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow: auto;
		padding: 10px;
		margin-bottom: 20px;
	}
}
.services-list-item-wrap {
	padding: 25px 0;
	border-bottom: 1px solid #c8d2de;
}
.services-list-item-wrap:first-child {
	padding-top: 0;
}
.services-list-item-wrap:last-child {
	padding-bottom: 0;
	border: none;
}
@media only screen and (max-width: 767px) {
	.services-list-item-wrap {
		padding: 0;
		margin-right: 15px;
		white-space: nowrap;
		border: none;
	}
}
.services-list-item {
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 20px;
	padding-left: 22px;
	color: #617489;
}
.services-list-item:after {
	content: '';
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	right: -1px;
	top: 0;
	background: url('../img/sright.png');
}
.services-list-item:hover {
	background: #dae3ea;
}
.services-list-item.on {
	background: -webkit-gradient(linear, left top, left bottom, from(#64f2bf), to(#4dc89c));
	background: -webkit-linear-gradient(top, #64f2bf 0%, #4dc89c 100%);
	background: -o-linear-gradient(top, #64f2bf 0%, #4dc89c 100%);
	background: linear-gradient(180deg, #64f2bf 0%, #4dc89c 100%);
	color: #ffffff;
	text-shadow: 0px 2px 4px #3c9d7b;
}
@media only screen and (max-width: 767px) {
	.services-list-item {
		white-space: nowrap;
		padding-right: 50px;
	}
}
.services-list-2 {
	padding-top: 15px;
	padding-bottom: 15px;
	height: 100%;
}
@media only screen and (max-width: 767px) {
	.services-list-2 {
		height: auto;
		padding-top: 0px;
		padding-bottom: 0;
	}
}
.services-list-2 .services-list-item-wrap {
	padding: 15px 0;
}
.services-list-2 .services-list-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 11px;
	line-height: 1.2;
}
.services-list-2 .services-list-item span {
	display: block;
	font-size: 9px;
}
.services-main-right {
	width: 100%;
}
.services-content-step {
	font-size: 13px;
	font-weight: bold;
	color: #01acfa;
}
.services-step-title {
	font-weight: bold;
	font-size: 24px;
}
.services-step-pic {
	margin-top: 15px;
}
.services-step-pic img {
	border-radius: 20px;
	max-width: 100%;
	height: auto;
}
.services-step-quot {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	font-weight: 500;
	margin-top: 15px;
}
.services-step-quot:before {
	content: '';
	display: block;
	height: 70px;
	width: 10px;
	background: #c4d9ea;
	border-radius: 5px;
	margin-right: 20px;
	-webkit-box-flex: 10px;
	-ms-flex: 10px;
	flex: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}
.services-content {
	font-size: 15px;
	font-weight: 500;
}
.services-content p {
	margin: 0 0 20px 0;
}
.services-content a {
	color: #183a65 !important;
	text-decoration: underline;
}
.services-content a:hover {
	text-decoration: none;
}
@media only screen and (max-width: 767px) {
	.services-content {
		font-size: 12px;
	}
}
.insects {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
@media only screen and (max-width: 767px) {
	.insects {
		margin-left: -5px;
		margin-right: -5px;
	}
}
.insect-col {
	padding: 0 15px;
	margin-bottom: 30px;
	width: 16.66666667%;
}
@media only screen and (max-width: 991px) {
	.insect-col {
		width: 25%;
	}
}
@media only screen and (max-width: 767px) {
	.insect-col {
		width: 33.33333333%;
		padding: 0 5px;
		margin-bottom: 10px;
	}
}
.insect {
	width: 100%;
	height: 130px;
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	cursor: pointer;
}
.insect:hover {
	background: #4dc89c;
}
.insect:hover .insect-title {
	color: #fff !important;
}
@media only screen and (max-width: 767px) {
	.insect {
		height: 110px;
	}
}
.insect-thumb {
	width: 70px;
	height: 70px;
	background: url('../img/insect-thumb.png') center center no-repeat;
	margin-left: auto;
	margin-right: auto;
	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;
}
.insect-title {
	font-size: 13px;
	font-weight: 500;
	margin-top: 10px;
	line-height: 1.2;
	color: #183a65 !important;
	padding: 0 5px;
}
@media only screen and (max-width: 767px) {
	.insect-title {
		margin-top: 5px;
		font-size: 12px;
	}
}
.insect-title.smaller {
	font-size: 10px;
	padding: 0 5px;
}
.home-content {
	font-size: 13px;
	font-weight: 500;
}
.home-content ol,
.home-content p,
.home-content ul {
	margin: 20px 0;
}
.home-content ol:last-of-type,
.home-content p:last-of-type,
.home-content ul:last-of-type {
	margin-bottom: 0;
}
.home-content h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 30px 0;
}
@media only screen and (max-width: 767px) {
	.home-content h2 {
		margin: 20px 0;
	}
}
.home-content-inner {
	overflow: hidden;
}
.home-content-title {
	font-size: 36px;
	font-weight: bold;
}
.home-content-title b {
	color: #01acfa;
}
@media only screen and (max-width: 991px) {
	.home-content-title {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.home-content-title {
		font-size: 30px;
	}
}
.home-content-1-pic {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	position: relative;
	margin-right: 30px;
}
.home-content-1-pic:before {
	content: '';
	display: block;
	position: absolute;
	background: #01acfa;
	border-radius: 30px;
	width: 85%;
	height: 85%;
	right: -30px;
	top: -30px;
}
.home-content-1-pic img {
	border-radius: 20px;
	position: relative;
	z-index: 100;
}
@media only screen and (max-width: 991px) {
	.home-content-1-pic {
		float: none;
		margin: 0;
	}
	.home-content-1-pic:before {
		display: none;
	}
	.home-content-1-pic img {
		max-width: 100%;
	}
}
a.home-content-1-pic:hover {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
}
.izbav {
	background: #183a65;
}
.izbav-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 404px;
}
@media only screen and (max-width: 991px) {
	.izbav-inner {
		height: 350px;
	}
}
@media only screen and (max-width: 767px) {
	.izbav-inner {
		height: auto;
		display: block;
		padding: 20px 0;
	}
}
@media only screen and (max-width: 991px) {
	.izbav-left {
		display: none;
	}
}
.izbav-center {
	padding: 0 30px;
	padding-bottom: 15px;
}
.izbav-title {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
}
.izbav-title b {
	color: #01acfa;
}
@media only screen and (max-width: 1050px) {
	.izbav-title {
		font-size: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.izbav-title br {
		display: none;
	}
}
.izbav-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}
.izbav-item-icon {
	width: 70px;
	height: 70px;
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	border-radius: 20px;
	-webkit-box-flex: 70px;
	-ms-flex: 70px;
	flex: 70px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	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;
	margin-right: 30px;
}
.izbav-item-content {
	color: #fff;
	max-width: 250px;
}
.izbav-item-title {
	font-weight: bold;
	font-size: 15px;
}
.izbav-item-text {
	font-size: 11px;
}
.izbav-form {
	-webkit-transform: translate(0px, 80px);
	-ms-transform: translate(0px, 80px);
	transform: translate(0px, 80px);
}
@media only screen and (max-width: 767px) {
	.izbav-form {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}
.priceblocks-section {
	background: #dae3ea;
}
.priceblock {
	min-height: 170px;
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	border-radius: 20px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 25px;
}
@media only screen and (max-width: 1050px) {
	.priceblock {
		padding: 15px;
	}
}
@media only screen and (max-width: 991px) {
	.priceblock {
		display: block;
	}
}
.priceblock-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-right: 1px solid #c8d2de;
}
@media only screen and (max-width: 991px) {
	.priceblock-left {
		display: block;
		border-right: none;
		border-bottom: 1px solid #c8d2de;
	}
}
@media only screen and (max-width: 767px) {
	.priceblock-left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-bottom: 15px;
	}
}
.priceblock-thumb img {
	width: 120px;
	height: 120px;
	border-radius: 10px;
}
@media only screen and (max-width: 767px) {
	.priceblock-thumb {
		margin-right: 15px;
	}
}
.priceblock-content {
	padding: 0 25px;
}
@media only screen and (max-width: 991px) {
	.priceblock-content {
		padding-left: 0;
		padding-top: 10px;
		padding-bottom: 15px;
		padding-right: 0;
	}
}
.priceblock-title {
	font-weight: bold;
	font-size: 17px;
}
.priceblock-text {
	font-weight: 500;
	font-size: 13px;
	margin-top: 10px;
}
.priceblock-right {
	padding-left: 25px;
	-webkit-box-flex: 170px;
	-ms-flex: 170px;
	flex: 170px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}
@media only screen and (max-width: 991px) {
	.priceblock-right {
		padding-left: 0;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		padding-top: 15px;
	}
}
.priceblock-price {
	color: #01acfa;
	font-size: 26px;
	white-space: nowrap;
}
@media only screen and (max-width: 767px) {
	.priceblock-price {
		text-align: center;
	}
}
.priceblock-button {
	width: 100%;
	height: 50px;
	margin-top: 20px;
}
@media only screen and (max-width: 991px) {
	.priceblock-button {
		margin-top: 15px;
	}
}
.offer {
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 30px;
}
.offer-top {
	height: 180px;
	position: relative;
	background: #01acfa;
}
.offer-top:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../img/off-bg.png');
	mix-blend-mode: soft-light;
	opacity: 0.75;
}
.offer-num {
	background: #fff;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 20px;
	top: 20px;
	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;
	border-radius: 10px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
	font-weight: bold;
	font-size: 15px;
	color: #01acfa;
}
.offer-img {
	position: absolute;
	right: 30px;
	bottom: 0;
}
.offer-bottom {
	background: #dae3ea;
	height: 90px;
	padding: 20px 20px 10px 20px;
}
.offer-title {
	font-weight: bold;
	font-size: 15px;
}
.offer-moar {
	text-decoration: none;
	color: #4dc89c !important;
	font-weight: bold;
	font-size: 13px;
	margin-top: 5px;
	display: block;
}
.offer-moar i {
	margin-left: 10px;
	font-size: 10px;
}
.offer-moar:hover span {
	text-decoration: underline;
}
.offer-orange {
	background: #fab401;
}
.offer-orange .offer-num {
	color: #fab401;
}
.stat {
	background: #dae3ea;
}
.stat-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.stat-left {
	margin-right: 30px;
}
@media only screen and (max-width: 767px) {
	.stat-left {
		margin-right: 0;
	}
}
.stat-item {
	height: 90px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	padding-left: 50px;
}
.stat-item:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	border-radius: 6px;
	background: #c4d9ea;
	width: 10px;
}
.stat-item b {
	display: block;
	font-size: 36px;
	color: #01acfa;
}
@media only screen and (max-width: 767px) {
	.stat-item b {
		font-size: 24px;
	}
}
.stat-item span {
	font-size: 15px;
	font-weight: bold;
	display: block;
	margin-top: -4px;
}
@media only screen and (max-width: 767px) {
	.stat-item {
		padding-left: 20px;
	}
}
.stat-today {
	padding-top: 10px;
}
.stat-today-title {
	font-size: 24px;
	font-weight: bold;
}
.stat-today-content {
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.stat-today-content {
		display: block;
	}
}
.stat-today-content-left {
	font-size: 100px;
	color: #01acfa;
	font-weight: bold;
	line-height: 1;
	white-space: nowrap;
}
@media only screen and (max-width: 767px) {
	.stat-today-content-left {
		font-size: 60px;
	}
}
.stat-today-content-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.stat-today-content-right-col {
	margin-left: 30px;
	font-size: 15px;
	width: 100%;
	font-weight: bold;
}
.stat-today-content-right-col b {
	color: #01acfa;
}
@media only screen and (max-width: 767px) {
	.stat-today-content-right-col b {
		display: block;
	}
}
@media only screen and (max-width: 767px) {
	.stat-today-content-right-col {
		margin-left: 0;
		margin-right: 15px;
	}
	.stat-today-content-right-col:last-child {
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.stat-right {
		display: none;
	}
}
@media only screen and (max-width: 991px) {
	.stat-pic img {
		width: 350px;
	}
}
.stat-bottom {
	margin-top: 60px;
	background: #183a65;
	border-radius: 20px 20px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 150px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 45px;
}
@media only screen and (max-width: 991px) {
	.stat-bottom {
		height: auto;
		padding-top: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.stat-bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 20px;
		text-align: center;
	}
}
.stat-bottom-left {
	position: relative;
	height: 150px;
	-webkit-box-flex: 200px;
	-ms-flex: 200px;
	flex: 200px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}
.stat-bottom-left img {
	position: absolute;
	left: 0;
	bottom: 0;
}
@media only screen and (max-width: 767px) {
	.stat-bottom-left {
		display: none;
	}
}
.stat-bottom-center {
	padding-left: 30px;
	padding-right: 60px;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
}
.stat-bottom-center b {
	color: #01acfa;
}
@media only screen and (max-width: 767px) {
	.stat-bottom-center {
		padding: 0;
		margin-bottom: 20px;
	}
	.stat-bottom-center br {
		display: none;
	}
}
.proyti-opros {
	width: 270px;
	height: 65px;
}
@media only screen and (max-width: 991px) {
	.proyti-opros {
		width: auto;
	}
}
@media only screen and (max-width: 767px) {
	.proyti-opros {
		width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
}
.section-title-with-text {
	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;
}
@media only screen and (max-width: 767px) {
	.section-title-with-text {
		display: block;
	}
}
.section-title-text {
	margin-left: 30px;
	background: url('../img/quot.png') left center no-repeat;
	padding-left: 60px;
	font-weight: 500;
	font-size: 19px;
}
@media only screen and (max-width: 767px) {
	.section-title-text {
		margin-left: 0;
		margin-top: 15px;
		padding-left: 40px;
		font-size: 16px;
	}
}
.quality-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.quality-left {
	margin-right: 30px;
}
.quality-item {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 767px) {
	.quality-item {
		margin-bottom: 20px;
	}
}
.quality-item-icon {
	width: 70px;
	height: 70px;
	-webkit-box-flex: 70px;
	-ms-flex: 70px;
	flex: 70px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	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: #01acfa;
	-webkit-box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	border-radius: 20px;
	margin-right: 30px;
}
@media only screen and (max-width: 767px) {
	.quality-item-icon {
		margin-right: 15px;
	}
}
.quality-item-title {
	font-size: 18px;
	font-weight: bold;
}
.quality-item-text {
	font-size: 13px;
	font-weight: 500;
	margin-top: 5px;
}
@media only screen and (max-width: 991px) {
	.quality-right {
		margin-left: 20px;
	}
	.quality-right img {
		width: 200px;
	}
}
@media only screen and (max-width: 767px) {
	.quality-right {
		display: none;
	}
}
.quality-bottom {
	margin-top: 30px;
	background: #183a65;
	height: 170px;
	border-radius: 20px;
	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;
	padding: 0 60px;
}
@media only screen and (max-width: 991px) {
	.quality-bottom {
		padding: 0 30px;
	}
}
@media only screen and (max-width: 767px) {
	.quality-bottom {
		height: auto;
		padding: 20px;
		margin-top: 0;
	}
	.quality-bottom input {
		margin-bottom: 15px;
	}
}
.quality-bottom-left {
	height: 100%;
	-webkit-box-flex: 138px;
	-ms-flex: 138px;
	flex: 138px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	position: relative;
}
.quality-bottom-left img {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
@media only screen and (max-width: 767px) {
	.quality-bottom-left {
		display: none;
	}
}
.quality-bottom-right {
	padding-left: 60px;
	width: 100%;
}
@media only screen and (max-width: 991px) {
	.quality-bottom-right {
		padding-left: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.quality-bottom-right {
		padding-left: 0;
	}
}
.quality-form-title {
	font-weight: bold;
	font-size: 19px;
	color: #fff;
}
.quality-form-title b {
	color: #01acfa;
}
@media only screen and (max-width: 767px) {
	.quality-form-title {
		text-align: center;
	}
}
.quality-form {
	margin-top: 15px;
}
.quality-submit {
	height: 60px;
	width: 100%;
}
.certs-slider {
	margin-left: -8px;
	margin-right: -8px;
}
.certs-slide {
	margin: 0 8px;
	text-align: center;
}
.certs-slide-inner {
	display: inline-block;
	padding: 10px;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #b0bed0;
	position: relative;
}
.certs-slide-inner:hover:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(25, 48, 101, 0.8) url('../img/zoom.svg') center center no-repeat;
}
.slider-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.slider-nav {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.slider-nav-prev {
	cursor: pointer;
}
.slider-nav-prev:hover {
	opacity: 0.75;
}
.slider-nav-dots {
	margin: 0 25px;
}
.slider-nav-dots ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.slider-nav-dots ul li {
	margin: 0 5px;
	height: 10px;
}
.slider-nav-dots ul li button {
	text-indent: -9999px;
	border: none;
	width: 10px;
	height: 10px;
	border-radius: 3px;
	padding: 0;
	background: #01acfa;
}
.slider-nav-dots ul li:hover {
	opacity: 0.75;
}
.slider-nav-dots ul li.slick-active {
	height: 14px;
}
.slider-nav-dots ul li.slick-active button {
	width: 14px;
	height: 14px;
	background: none;
	border: 1px solid #01acfa;
}
.slider-nav-next {
	cursor: pointer;
}
.slider-nav-next:hover {
	opacity: 0.75;
}
.team {
	background: #dae3ea;
}
.team-slider {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -10px;
	margin-bottom: -10px;
}
.team-slide {
	padding: 10px 15px;
}
.team-slide-inner {
	min-height: 300px;
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	border-radius: 20px;
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 767px) {
	.team-slide-inner {
		padding: 20px;
		display: block;
		text-align: center;
	}
}
.team-slide-photo {
	margin-right: 40px;
}
.team-slide-photo img {
	width: 220px;
	height: auto;
	border-radius: 10px;
}
@media only screen and (max-width: 767px) {
	.team-slide-photo {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.team-slide-photo img {
		margin-left: auto;
		margin-right: auto;
	}
}
.team-slide-name {
	font-size: 19px;
	font-weight: bold;
}
.team-slide-position {
	font-size: 13px;
	font-weight: 500;
	color: #617489;
}
.team-slide-rating {
	margin: 5px 0 10px 0;
}
.team-slide-rating i {
	font-size: 20px;
	margin-right: 4px;
	color: #fac301;
}
.team-slide-text {
	font-size: 13px;
	font-weight: 500;
}
@media only screen and (max-width: 767px) {
	.team-slide-text {
		text-align: left;
	}
}
.how-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media only screen and (max-width: 991px) {
	.how-items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.how-item {
	width: 170px;
	text-align: center;
	margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
	.how-item {
		margin: 0 15px 30px 15px;
	}
}
@media only screen and (max-width: 767px) {
	.how-item {
		width: 150px;
		margin-left: 5px;
		margin-right: 5px;
	}
}
.how-item-icon {
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	height: 150px;
	background: #dae3ea;
	border: 1px solid #01acfa;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 150px;
	-ms-flex: 150px;
	flex: 150px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}
.how-item-icon:after {
	content: '';
	display: block;
	position: absolute;
	width: 50px;
	height: 17px;
	background: url('../img/harr.png');
	left: calc(100% + 2px);
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
@media only screen and (max-width: 991px) {
	.how-item-icon:after {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.how-item-icon {
		width: 100%;
	}
}
.how-item:last-child .how-item-icon:after {
	display: none;
}
.how-item-step {
	margin-top: 20px;
	font-weight: bold;
	font-size: 13px;
	color: #617489;
}
.how-item-title {
	font-weight: bold;
	font-size: 15px;
	margin-top: 0px;
}
@media only screen and (max-width: 767px) {
	.how-item-title {
		font-size: 14px;
	}
}
.how-item-text {
	margin-top: 5px;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.2;
}
@media only screen and (max-width: 767px) {
	.how-item-text {
		font-size: 11px;
	}
}
.how-button {
	width: 100%;
	height: 54px;
	margin-top: 15px;
}
.zones-list {
	-webkit-columns: 2;
	columns: 2;
}
.zones-list a,
.zones-list div {
	margin-right: 15px;
	height: 36px;
	line-height: 36px;
	background: url('../img/zone.png') left top no-repeat;
	padding-left: 50px;
	display: block;
	color: #4dc89c !important;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: underline;
	margin-bottom: 20px;
}
.zones-list a:hover,
.zones-list div:hover {
	text-decoration: none;
}
@media only screen and (max-width: 767px) {
	.zones-list a,
	.zones-list div {
		font-size: 16px;
	}
}
.zones-pic {
	display: block;
	text-align: right;
	position: relative;
	margin-right: 30px;
}
.zones-pic:before {
	content: '';
	display: block;
	position: absolute;
	background: #dae3ea;
	border-radius: 30px;
	width: 85%;
	height: 85%;
	right: -30px;
	top: -30px;
}
.zones-pic img {
	position: relative;
	z-index: 10;
	border: 2px solid #01acfa;
	border-radius: 20px;
	max-width: 100%;
}
@media only screen and (max-width: 767px) {
	.zones-pic {
		margin-right: 0;
		margin-top: 30px;
		text-align: center;
	}
	.zones-pic:before {
		display: none;
	}
}
.home-reviews {
	background: #dae3ea;
}
.reviews-slider {
	margin: -10px -15px;
}
.reviews-slide {
	padding: 10px 15px;
}
.reviews-slide-inner {
	height: 300px;
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	border-radius: 20px;
	padding: 30px;
}
@media only screen and (max-width: 767px) {
	.reviews-slide-inner {
		height: auto;
		padding: 20px;
	}
}
.reviews-slide-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.reviews-slide-photo {
	margin-right: 20px;
}
.reviews-slide-photo img {
	width: 100%;
	border-radius: 10px;
}
.reviews-slide-name {
	font-weight: bold;
	font-size: 19px;
	line-height: 1.2;
}
.reviews-slide-type {
	font-size: 13px;
	color: #617489;
	line-height: 1.2;
}
.reviews-slide-rating {
	margin: 5px 0;
}
.reviews-slide-rating i {
	font-size: 20px;
	color: #fac301;
	margin-right: 4px;
}
.reviews-slide-original {
	width: 180px;
	height: 30px;
	border: none;
	font-size: 11px;
}
.reviews-slide-text {
	font-size: 13px;
	margin-top: 20px;
	line-height: 1.2;
	font-weight: 500;
}
.reviews-slide-text p {
	margin-bottom: 10px;
}
.reviews-slide-text p:last-child {
	margin-bottom: 0;
}
.slider-nav-with-button {
	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;
}
.slider-nav-with-button .mybtn {
	width: 200px;
	height: 54px;
}
@media only screen and (max-width: 767px) {
	.slider-nav-with-button {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.slider-nav-with-button .mybtn {
		margin-top: 20px;
	}
}
.videoreviews-slider {
	margin: -10px -15px;
}
.videoreviews-slide {
	padding: 10px 15px;
}
.videoreviews-slide-inner {
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	border-radius: 20px;
	overflow: hidden;
}
.videoreviews-slide-thumb {
	height: 210px;
	position: relative;
	display: block;
}
.videoreviews-slide-thumb > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.videoreviews-slide-thumb-over {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 58, 101, 0.3) url('../img/play.png') center center no-repeat;
}
.videoreviews-slide-thumb-over:hover {
	opacity: 0.75;
}
.videoreviews-slide-text {
	padding: 20px 30px;
}
.videoreviews-slide-text p {
	font-size: 13px;
	font-weight: 500;
	color: #617489;
	margin-bottom: 10px;
}
.videoreviews-slide-text p b {
	color: #183a65;
}
.videoreviews-slide-text p:last-child {
	margin-bottom: 0;
}
.section-title-with-btn {
	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;
}
.section-title-with-btn .section-title {
	margin-right: 30px;
}
.section-title-with-btn .mybtn {
	height: 54px;
	width: 200px;
}
@media only screen and (max-width: 767px) {
	.section-title-with-btn {
		display: block;
	}
	.section-title-with-btn .mybtn {
		margin-top: 20px;
	}
}
.section-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 0;
}
.section-title b {
	color: #01acfa;
}
@media only screen and (max-width: 767px) {
	.section-title {
		font-size: 30px;
	}
}
.articles-list {
	padding-bottom: 10px;
}
.article {
	border: 1px solid #b2c3d6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 767px) {
	.article {
		display: block;
	}
}
.article-left {
	margin-right: 20px;
}
@media only screen and (max-width: 767px) {
	.article-left {
		margin-right: 0;
		margin-bottom: 20px;
	}
}
.article-thumb {
	display: block;
}
.article-thumb:hover {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
}
.article-thumb img {
	width: 160px;
	height: 160px;
	border-radius: 10px;
}
.article-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 5px;
}
.article-date-icon {
	margin-right: 10px;
}
.article-date-date {
	font-weight: bold;
	font-size: 13px;
	color: #8fa7c1;
}
.article-title {
	display: block;
	margin: 10px 0;
	color: #183a65 !important;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
}
.article-title:hover {
	text-decoration: underline;
}
.article-excerpt {
	font-size: 13px;
	font-weight: 500;
}
.article-moar {
	margin-top: 10px;
	font-weight: bold;
	font-size: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #4dc89c !important;
	text-decoration: none;
}
.article-moar i {
	margin-left: 10px;
	font-size: 10px;
}
.article-moar:hover span {
	text-decoration: underline;
}
.article-vertical {
	display: block;
}
.article-vertical .article-left {
	margin-right: 0;
	margin-bottom: 10px;
}
.article-vertical img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.reshi {
	background: #dae3ea;
}
@media only screen and (max-width: 767px) {
	.reshi {
		padding-bottom: 20px;
	}
}
.reshi-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media only screen and (max-width: 767px) {
	.reshi-inner {
		display: block;
	}
}
.reshi-left {
	padding: 110px 0;
	width: 33.333%;
	padding-right: 30px;
}
@media only screen and (max-width: 991px) {
	.reshi-left {
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.reshi-left {
		width: 100%;
		padding: 20px 0;
	}
}
.reshi-left-2 {
	padding-bottom: 150px;
}
@media only screen and (max-width: 767px) {
	.reshi-left-2 {
		padding: 20px 0;
	}
}
.reshi-title {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	max-width: 340px;
}
.reshi-title b {
	color: #01acfa;
}
@media only screen and (max-width: 767px) {
	.reshi-title {
		max-width: 100%;
		font-size: 30px;
	}
}
.reshi-text {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	color: #617489;
	max-width: 360px;
	margin-top: 30px;
}
@media only screen and (max-width: 767px) {
	.reshi-text {
		max-width: 100%;
		margin-top: 20px;
		font-size: 18px;
	}
}
.reshi-center {
	width: 33.333%;
}
@media only screen and (max-width: 991px) {
	.reshi-center {
		width: auto;
	}
}
@media only screen and (max-width: 767px) {
	.reshi-center {
		width: 100%;
	}
}
.mini-form {
	width: 370px;
	height: 450px;
	background: #ffffff;
	border: 10px solid #01acfa;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 35px;
	padding-top: 45px;
	padding-bottom: 15px;
}
#popup-price .mini-form {
	width: 100%;
	height: auto;
}
.modal_btn {
	padding-bottom: 30px;
}
.mybtn_price {
	display: flex;
	width: fit-content;
	margin: 0 auto;
}
.mini-form .input {
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
	.mini-form {
		width: 100%;
		max-width: 370px;
		padding-left: 20px;
		padding-right: 20px;
		height: auto;
		padding-bottom: 25px;
		padding-top: 25px;
	}
}
.reshi-form {
	-webkit-transform: translate(0, -60px);
	-ms-transform: translate(0, -60px);
	transform: translate(0, -60px);
}
@media only screen and (max-width: 767px) {
	.reshi-form {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}
.mini-form-title {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}
.mini-form-subtitle {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.mini-submit {
	height: 60px;
	width: 100%;
}
.mini-garant {
	font-weight: 500;
	text-align: center;
	font-size: 13px;
	color: #617489;
	margin-top: 20px;
}
.reshi-right {
	padding-top: 30px;
	width: 33.333%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
	.reshi-right {
		display: none;
	}
}
.main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.contentbar {
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	max-width: 876px;
}
@media only screen and (max-width: 1200px) {
	.contentbar {
		width: 70%;
	}
}
@media only screen and (max-width: 991px) {
	.contentbar {
		width: 100%;
	}
}
.sidebar {
	-webkit-box-flex: 270px;
	-ms-flex: 270px;
	flex: 270px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin-left: 30px;
	padding-bottom: 30px;
}
@media only screen and (max-width: 991px) {
	.sidebar {
		display: none;
	}
}
.stat2 {
	background: #183a65;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.stat2 {
		display: block;
	}
}
.stat2-col {
	-webkit-box-flex: 25%;
	-ms-flex: 25%;
	flex: 25%;
	padding: 10px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.stat2-col {
		padding: 15px;
	}
}
.stat2-col-1:after {
	content: '';
	display: block;
	position: absolute;
	width: 12px;
	height: 19px;
	background: url('../img/stat2-tre1.png');
	right: -11px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 100;
}
.stat2-num-wrap {
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.stat2-num-wrap b {
	color: #01acfa;
	font-weight: bold;
	font-size: 40px;
	display: block;
	line-height: 0.5;
	margin-right: 15px;
}
.stat2-num-wrap span {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.2;
	max-width: 90px;
}
.stat2-col-2 {
	background: #1c4374;
}
.stat2-col-2:after {
	content: '';
	display: block;
	position: absolute;
	width: 12px;
	height: 19px;
	background: url('../img/stat2-tre2.png');
	right: -11px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 100;
}
.stat2-list p {
	margin: 2px 0;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}
.stat2-list p b {
	color: #01acfa;
}
.stat2-col-3:after {
	content: '';
	display: block;
	position: absolute;
	width: 12px;
	height: 19px;
	background: url('../img/stat2-tre1.png');
	right: -11px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 100;
}
.stat2-col-4 {
	background: #1c4374;
}
.stat2-text {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.stat2-text b {
	color: #01acfa;
}
.stat2-button {
	width: 100%;
	margin-top: 10px;
}
.content-infoblock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media only screen and (max-width: 767px) {
	.content-infoblock {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}
.content-infoblock-left {
	margin-right: 30px;
}
@media only screen and (max-width: 767px) {
	.content-infoblock-left {
		margin-right: 0;
		margin-top: 15px;
	}
}
.summary div {
	margin-bottom: 15px;
	font-weight: 600;
}
.summary a {
	display: block;
	margin-bottom: 10px;
}
.content-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.content-author-photo {
	margin-right: 15px;
	width: 150px;
}
.content-author-name {
	font-weight: 600;
}
.content-author-position {
	margin: 5px 0 15px 0;
	font-style: italic;
	color: #617489;
}
.the-content {
	font-size: 13px;
	font-weight: 500;
}
.the-content .h1,
.the-content h1 {
	font-weight: bold;
	font-size: 36px;
	margin: 20px 0;
}
.the-content .h1 b,
.the-content h1 b {
	color: #01acfa;
}
@media only screen and (max-width: 767px) {
	.the-content .h1,
	.the-content h1 {
		font-size: 24px;
	}
}
.the-content a {
	color: #4dc89c !important;
}
.the-content a:hover {
	color: #01acfa !important;
	text-decoration: none;
}
.the-content .h2,
.the-content h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0;
}
.the-content .h3,
.the-content h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
}
.the-content ol,
.the-content p,
.the-content table,
.the-content ul {
	margin-bottom: 20px;
}
.the-content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 20px;
}
.the-content ul li{
	position: relative;
	padding-left: 20px;
	margin-bottom: 8px;
}
.the-content ol li{
	margin-bottom: 8px;
}
.the-content table td, .the-content table th{color:#173a64;}
.the-content ul li:last-child {
	margin-bottom: 0;
}
.the-content ul li:before {
	content: '';
	display: block;
	position: absolute;
	width: 12px;
	height: 2px;
	background: #4dc89c;
	left: 0;
	top: 6px;
}
.the-content blockquote {
	margin-bottom: 20px;
	padding-left: 20px;
	border-left: 4px solid #dae3ea;
}
.the-content img {
	max-width: 100%;
	height: auto;
}
@media only screen and (max-width: 767px) {
	.the-content .alignleft,
	.the-content .alignright {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
}
.block-hor-form {
	background: #183a65;
	border-radius: 20px;
	padding: 20px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.block-hor-form {
		padding: 20px;
	}
}
.block-hor-form-icon {
	margin-right: 30px;
}
@media only screen and (max-width: 767px) {
	.block-hor-form-icon {
		display: none;
	}
}
.block-hor-form-title {
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	font-size: 13px;
}
.block-hor-form-title b {
	font-size: 19px;
	color: #01acfa;
	display: block;
}
.block-hor-form-form {
	margin-top: 15px;
}
@media only screen and (max-width: 767px) {
	.block-hor-form-form input {
		margin-bottom: 15px;
	}
}
.hor-form-submit {
	width: 100%;
	height: 60px;
}
.grayblock {
	background: #dae3ea;
	padding: 30px;
	border-radius: 20px;
}
@media only screen and (max-width: 767px) {
	.grayblock {
		padding: 15px;
	}
}
.videoprice-item {
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	border-radius: 20px;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}
.videoprice-item:last-child {
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.videoprice-item {
		display: block;
	}
}
.videoprice-video {
	display: block;
	overflow: hidden;
	border-radius: 10px;
	width: 200px;
	margin-right: 20px;
	position: relative;
	cursor: pointer;
}
.videoprice-video img {
	display: block;
	width: 100%;
	height: auto;
}
.videoprice-video:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(25, 58, 103, 0.3) url('../img/play.png') center center no-repeat;
	background-size: 60px auto;
}
.videoprice-video:hover:after {
	opacity: 0.5;
}
@media only screen and (max-width: 767px) {
	.videoprice-item-right {
		margin-top: 15px;
	}
}
.videoprice-item-title {
	display: block;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	color: #183a65 !important;
}
.videoprice-item-title:hover {
	text-decoration: underline;
}
.videoprice-item-text {
	font-size: 13px;
	font-weight: 500;
	margin-top: 10px;
}
.videoprice-item-bottom {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.videoprice-item-bottom {
		display: block;
	}
}
.videoprice-item-price {
	color: #01acfa;
	font-weight: bold;
	font-size: 15px;
	margin-right: 20px;
}
@media only screen and (max-width: 767px) {
	.videoprice-item-price {
		margin-right: 0;
		margin-bottom: 15px;
	}
}
.videoprice-button {
	height: 35px;
	border: none;
	width: 134px;
}
.category-price-item {
	margin-bottom: 30px;
	border-radius: 20px;
	overflow: hidden;
}
.category-price-item-top {
	height: 130px;
	background: #01acfa;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 30px;
	color: #fff;
}
.category-price-item-icon {
	width: 70px;
	height: 70px;
	border-radius: 15px;
	background: #fff;
	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;
	margin-right: 20px;
}
.category-price-item-title {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
}
.category-price-content {
	background: #dae3ea;
	padding: 20px 30px;
}
table.category-price-content {
	margin-bottom: 0;
}
.category-price-line,
.category-price-line-table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 13px;
	font-weight: 500;
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #adc1d7;
}
.category-price-line span,
.category-price-line-table span {
	margin-right: 15px;
	display: block;
}
.category-price-line span i,
.category-price-line-table span i {
	display: block;
	font-size: 10px;
}
.category-price-line b,
.category-price-line-table b {
	color: #01acfa;
	white-space: nowrap;
}
.category-price-line:first-child,
.category-price-line-table:first-child {
	padding-top: 0;
	margin-top: 0;
	border: none;
}
.category-price-content tbody {
	padding: 20px 30px;
	display: block;
}

.catprice-button {
	width: 220px;
	margin-left: auto;
	margin-right: auto;
	height: 54px;
}
.catprice-expand {
	color: #4dc89c;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
}
.catprice-expand i {
	color: #183a65;
	margin-left: 8px;
}
.catprice-expand:hover {
	color: #183a65;
}
.block-calc {
	border-radius: 20px;
	overflow: hidden;
	background: #183a65;
}
.block-calc-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.block-calc-tab {
	width: 50%;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 0px 2px 4px #0a2b54;
	background: #214573;
	cursor: pointer;
}
.block-calc-tab:hover {
	text-decoration: underline;
}
.block-calc-tab.on {
	background: #4dc89c;
}
@media only screen and (max-width: 767px) {
	.block-calc-tab {
		line-height: 1;
		padding: 10px;
		font-size: 10px;
	}
}
.block-calc-content {
	padding: 30px;
}
@media only screen and (max-width: 767px) {
	.block-calc-content {
		padding: 15px;
	}
}
.block-calc-content-group {
	margin-bottom: 20px;
	border-radius: 10px;
	border: 1px solid #355885;
	padding: 20px 30px;
	position: relative;
}
.block-calc-content-group:last-child {
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.block-calc-content-group {
		padding: 20px 10px;
	}
}
.block-calc-content-group-title {
	position: absolute;
	background: #183a65;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #355885;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	left: 20px;
	top: -6px;
}
.block-calc-select-title {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
	.block-calc-select-title {
		margin-top: 15px;
	}
}
select {
	background: #dae3ea;
	border: 1px solid #c8d3de;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: inset 0px 4px 8px rgba(24, 58, 101, 0.1);
	box-shadow: inset 0px 4px 8px rgba(24, 58, 101, 0.1);
	border-radius: 10px;
	padding: 0 25px;
	height: 60px;
	display: block;
	width: 100%;
	font-weight: 500;
	font-size: 13px;
	padding-left: 10px;
}
.block-calc-check-service {
	background: url('../img/checkservice.png') left center no-repeat;
	padding-left: 50px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	color: #fff;
	font-weight: 500;
}
.block-calc-check-service:hover {
	background: url('../img/checkservice-hover.png') left center no-repeat;
	color: #4dc89c;
}
.block-calc-check-service.on {
	color: #4dc89c;
	background: url('../img/checkservice-on.png') left center no-repeat;
}
.block-calc-legend {
	color: #fff;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 500;
}
.block-calc-legend b {
	font-size: 13px;
}
.block-calc-legend a {
	color: #4dc89c;
}
.block-calc-price {
	margin-top: 15px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
}
.block-calc-price b {
	color: #01acfa;
	margin-left: 8px;
	font-size: 19px;
}
.block-calc-button {
	float: right;
	height: 54px;
	width: 205px;
}
@media only screen and (max-width: 767px) {
	.block-calc-button {
		float: none;
		margin-top: 10px;
	}
}
.grayblock-why-title b {
	display: block;
	font-size: 24px;
}
.grayblock-why-title span,
span.desc {
	display: block;
	font-size: 13px;
	font-weight: 500;
}
.specialist {
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	border-radius: 20px;
	padding: 30px;
	margin-bottom: 30px;
	min-height: 245px;
}
.specialist-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.specialist-photo {
	margin-right: 20px;
}
.specialist-photo img {
	width: 80px;
	height: auto;
	border-radius: 10px;
}
.specialist-name {
	font-size: 19px;
	font-weight: bold;
}
.specialist-position {
	color: #617489;
	font-size: 13px;
	font-weight: 500;
}
.specialist-rating {
	margin-top: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.specialist-rating i {
	font-size: 24px;
	color: #fac301;
	margin-right: 5px;
}
.specialist-text {
	margin-top: 15px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
}
.pb0 {
	padding-bottom: 0;
}
.obor-slider-wrap {
	max-width: 390px;
}
@media only screen and (max-width: 767px) {
	.obor-slider-wrap {
		max-width: 100%;
	}
}
.obor-slider {
	margin-top: -10px;
}
.obor-slide {
	padding: 10px 5px;
}
.obor-slider a {
	-webkit-box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	border-radius: 20px;
	display: block;
	padding: 30px;
	background: #fff;
	min-height: 260px;
	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;
}
.obor-slider a img {
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.obor-slider-nav {
	width: 390px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media only screen and (max-width: 767px) {
	.obor-slider-nav {
		width: 100%;
	}
}
.obor-benefits-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
.obor-benefits .intro-item-2 {
	margin-bottom: 10px;
}
.obor-benefits .intro-item-2-text {
	font-size: 13px;
	font-weight: 500;
}
.obor-text {
	font-size: 13px;
	font-weight: 500;
}
.obor-text p {
	margin: 0 0 15px 0;
}
.obor-text p:last-child {
	margin-bottom: 0;
}
.still {
	height: 120px;
	background: #183a65;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 30px;
}
@media only screen and (max-width: 767px) {
	.still {
		height: auto;
		padding: 15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.still-col {
	height: 100%;
	padding: 10px 15px;
}
.still-col-1 {
	position: relative;
	-webkit-box-flex: 120px;
	-ms-flex: 120px;
	flex: 120px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}
.still-col-1 img {
	position: absolute;
	left: 0;
	bottom: 0;
}
@media only screen and (max-width: 767px) {
	.still-col-1 {
		display: none;
	}
}
.still-col-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.still-title {
	font-weight: bold;
	line-height: 1.2;
	font-size: 19px;
	color: #fff;
}
.still-title b {
	color: #01acfa;
}
.still-col-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.still-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.still-social a {
	margin-right: 10px;
}
.still-social a:hover {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
}
.still-social a:last-child {
	margin-right: 0;
}
.still-col-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.still-quick {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.2;
}
.faq-item {
	margin-bottom: 10px;
}
.faq-item.on .faq-item-question:after {
	background: url('../img/faq-minus.png') center center no-repeat;
}
.faq-item:last-child {
	margin-bottom: 0;
}
.faq-item-question {
	background: #dae3ea;
	border: 1px solid #b2c3d6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 20px 30px;
	padding-right: 90px;
	font-weight: bold;
	font-size: 15px;
	cursor: pointer;
	position: relative;
}
.faq-item-question:hover {
	text-decoration: underline;
}
.faq-item-question:after {
	content: '';
	display: block;
	position: absolute;
	right: 20px;
	top: 0;
	height: 100%;
	width: 30px;
	background: url('../img/faq-plus.png') center center no-repeat;
}
@media only screen and (max-width: 767px) {
	.faq-item-question {
		padding: 10px 15px;
		padding-right: 30px;
	}
}
.faq-item-answer {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	padding: 20px 30px 10px 30px;
}
.faq-item-answer p {
	margin-bottom: 10px;
}
.faq-item-answer p:last-child {
	margin-bottom: 0;
}
.works-slider {
	max-width: 906px;
	margin-left: -15px;
	margin-right: -15px;
}
.work-slide-inner {
	padding: 0 15px;
	position: relative;
}
.work-slide-thumb {
	display: block;
	position: relative;
}
.work-slide-thumb:hover {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
}
.work-slide-thumb img {
	display: block;
	width: 100%;
	height: auto;
}
.work-slide-desc {
	padding-top: 15px;
	font-size: 13px;
	font-weight: 500;
	color: #617489;
}
.work-slide-desc b {
	color: #183a65;
}
.work-slide-desc p {
	margin: 5px 0 0 0;
}
.videoover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 58, 101, 0.3) url('../img/play.png') center center no-repeat;
}
.videoover:hover {
	opacity: 0.75;
}
.smaller-title {
	font-size: 24px;
}
.videos-slider {
	max-width: 906px;
	margin-left: -15px;
	margin-right: -15px;
}
.videos-slider .videoreviews-slide-text {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1.2;
}
.videoreviews-slider-2 {
	max-width: 846px;
	margin-left: -15px;
	margin-right: -15px;
}
.videoreviews-slider-2 .videoreviews-slide-text {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1.2;
}
.grayblock .reviews-slider {
	max-width: 846px;
}
.grayblock .reviews-slider .reviews-slide-type {
	font-size: 11px;
}
.grayblock .reviews-slider .reviews-slide-inner {
	height: auto;
}
.grayblock-all-reviews {
	width: 235px;
	height: 54px;
}
@media only screen and (max-width: 767px) {
	.grayblock-all-reviews {
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
	}
}
.certs-slider-2 {
	max-width: 906px;
	margin-left: -10px;
	margin-right: -10px;
}
.certs-slider-2 .certs-slide-inner img {
	width: 130px;
	height: auto;
}
.category-bottom-form {
	position: relative;
	background: #dae3ea;
	border-radius: 20px 20px 0px 0px;
	padding: 30px 50px;
	padding-bottom: 0;
}
@media only screen and (max-width: 1050px) {
	.category-bottom-form {
		padding-bottom: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.category-bottom-form {
		padding: 20px;
	}
}
.category-bottom-form-title {
	font-size: 36px;
	line-height: 1.2;
	font-weight: bold;
	max-width: 420px;
}
.category-bottom-form-title b {
	color: #01acfa;
}
@media only screen and (max-width: 767px) {
	.category-bottom-form-title {
		font-size: 30px;
	}
}
.category-bottom-form-text {
	color: #617489;
	font-weight: bold;
	line-height: 1.2;
	font-size: 19px;
	margin: 20px 0 30px 0;
	max-width: 420px;
}
@media only screen and (max-width: 1050px) {
	.category-bottom-form-pic {
		display: none;
	}
}
.category-bottom-form .mini-form {
	position: absolute;
	right: 0px;
	top: -20px;
}
@media only screen and (max-width: 1050px) {
	.category-bottom-form .mini-form {
		position: static;
		margin-right: 0;
		margin-left: 0;
	}
}
.widget {
	margin-bottom: 30px;
}
.cats-widget {
	background: #dae3ea;
	border-radius: 20px;
	padding: 30px;
}
.cats-widget-title {
	font-size: 19px;
	font-weight: bold;
	color: #01acfa;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #c8d2de;
}
.cats-widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.cats-widget ul li {
	margin-bottom: 14px;
}
.cats-widget ul li a {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #617489 !important;
}
.cats-widget ul li:hover > a {
	color: #183a65 !important;
}
.cats-widget ul li.menu-item-has-children {
	background: url('../img/down.png') right 2px no-repeat;
}
.cats-widget ul li:last-child {
	margin-bottom: 0;
}
.cats-widget ul .sub-menu {
	padding-left: 15px;
	margin-top: 14px;
	display: none;
}
.calc-widget {
	background: #01acfa;
	border-radius: 20px;
	padding: 30px;
}
.calc-widget-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.calc-widget-icon {
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	border-radius: 20px;
	width: 70px;
	height: 70px;
	-webkit-box-flex: 70px;
	-ms-flex: 70px;
	flex: 70px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin-right: 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;
}
.calc-widget-title {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
}
.calc-widget-text {
	margin: 20px 0;
	color: #183a65;
	font-weight: bold;
	line-height: 1.2;
	font-size: 15px;
}
.calc-widget-button {
	width: 100%;
	height: 55px;
}
.offers-widget {
	background: #dae3ea;
	border-radius: 20px;
	padding: 30px;
}
.offers-widget-title {
	font-size: 19px;
	font-weight: bold;
	color: #01acfa;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #c8d2de;
}
.offers-widget .offer {
	-webkit-box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
}
.offers-widget .offer .offer-bottom {
	background: #fff;
	height: auto;
	padding: 15px;
}
.offers-widget .offer .offer-title {
	font-size: 11px;
}
.offers-widget .offer .offer-moar {
	font-size: 11px;
}
.offers-widget .offer .offer-top {
	height: 100px;
}
.offers-widget .offer .offer-img {
	right: 15px;
}
.offers-widget .offer .offer-img img {
	width: 76px;
}
.offers-widget .offer .offer-num {
	width: 50px;
	height: 50px;
	left: 15px;
	top: 15px;
}
.offers-widget .offer:last-child {
	margin-bottom: 0;
}
.widget-rospotreb {
	background: #fab401;
	border-radius: 20px;
	padding: 30px;
	font-weight: bold;
	color: #fff;
}
.widget-rospotreb-title {
	font-size: 17px;
	line-height: 1.2;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ffcc47;
}
.widget-rospotreb-img {
	text-align: center;
}
.widget-rospotreb-text {
	font-size: 13px;
	line-height: 1.2;
	margin-top: 20px;
}
.widget-articles {
	background: #dae3ea;
	border-radius: 20px;
	padding: 30px;
}
.widget-articles-title {
	font-size: 19px;
	font-weight: bold;
	color: #01acfa;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #c8d2de;
}
.widget-rospotreb-horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: none;
	padding: 0;
	color: #183a65;
}
.widget-rospotreb-horizontal .widget-rospotreb-title {
	border-color: #dae3ea;
}
.widget-rospotreb-horizontal .widget-rospotreb-img {
	margin-right: 30px;
	-webkit-box-flex: 71px;
	-ms-flex: 71px;
	flex: 71px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}
.widget-rospotreb-horizontal .widget-rospotreb-img img {
	height: 80px;
}
.widget-articles .article {
	padding: 0;
	border: none;
	margin-bottom: 20px;
}
.widget-articles .article:last-child {
	margin-bottom: 0;
}
.widget-articles .article-left {
	margin-right: 15px;
}
.widget-articles .article-thumb img {
	width: 70px;
	height: 70px;
}
.widget-articles .article-date {
	margin-top: 0;
}
.widget-articles .article-date-icon img {
	width: 12px;
}
.widget-articles .article-date-date {
	font-size: 9px;
}
.widget-articles .article-title {
	font-size: 11px;
	margin: 2px 0;
}
.widget-articles .article-excerpt {
	display: none;
}
.widget-articles .article-moar {
	font-size: 11px;
	margin-top: 2px;
}
.crumbs {
	font-size: 12px;
	color: #617489;
}
.crumbs a {
	color: #617489 !important;
	text-decoration: underline;
}
.also-service {
	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;
	padding: 15px;
	margin-bottom: 20px;
	text-align: left;
	height: 100px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.also-service .insect-thumb {
	-webkit-box-flex: 70px;
	-ms-flex: 70px;
	flex: 70px;
	margin-left: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin-right: 10px;
}
@media only screen and (max-width: 767px) {
	.also-service {
		-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;
		height: auto;
		text-align: center;
	}
	.also-service .insect-thumb {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
}
.page-big-title {
	background: #dae3ea;
}
.page-big-title-with-button {
	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;
}
.page-big-title-with-button h1 {
	margin-right: 30px;
}
@media only screen and (max-width: 767px) {
	.page-big-title-with-button {
		display: block;
	}
	.page-big-title-with-button h1 {
		margin-bottom: 10px;
	}
}
.pages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.pages a,
.pages span {
	display: block;
	text-align: center;
	line-height: 40px;
	height: 40px;
	width: 40px;
	-webkit-box-flex: 40px;
	-ms-flex: 40px;
	flex: 40px;
	border-radius: 6px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	text-decoration: none !important;
	background: #d5dbe1;
	color: #183a65 !important;
	font-weight: bold;
	margin: 5px;
}
.pages a.on,
.pages a:hover,
.pages span.on,
.pages span:hover {
	background: #4dc89c !important;
	color: #fff !important;
}
.obor-item {
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	border-radius: 20px;
	padding: 20px;
	text-align: center;
}
.obor-item img {
	max-width: 100%;
	height: auto;
}
.obor-item-title {
	font-weight: 500;
	font-size: 15px;
	margin-top: 15px;
}
.fz15 {
	font-size: 15px;
}
.whiteblock {
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	border-radius: 20px;
	padding: 20px;
}
.relative {
	position: relative;
}
.radius20 {
	border-radius: 20px;
}
.ruk-title {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: #183a65;
	color: #fff;
	padding: 15px 10px;
	font-weight: 500;
	text-align: center;
	display: block;
}
.ask-ruk {
	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;
	border: 5px solid #dae3ea;
	padding: 20px;
	border-radius: 20px;
	margin: 20px 0;
}
@media only screen and (max-width: 767px) {
	.ask-ruk {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
}
.ask-ruk-left {
	margin-right: 30px;
	font-size: 18px;
	font-weight: 600;
}
@media only screen and (max-width: 767px) {
	.ask-ruk-left {
		margin-right: 0;
		margin-bottom: 20px;
	}
}
.cursor-pointer {
	cursor: pointer;
}
.all-reviews-list .reviews-slide-text {
	max-height: 84px;
	overflow: hidden;
	position: relative;
}
.all-reviews-list .reviews-slide-text:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 30px;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.all-reviews-list .reviews-slide-inner.on {
	height: auto;
}
.all-reviews-list .reviews-slide-inner.on .reviews-slide-text {
	max-height: 100%;
}
.all-reviews-list .reviews-slide-inner.on .reviews-slide-text:after {
	display: none;
}
.all-reviews-list a.videoreviews-slide-thumb {
	height: 213px;
	background-position: center center;
	background-size: cover;
}
.reviews-slide-text-moar {
	margin-top: 10px;
	font-size: 13px;
	color: #4dc89c;
	cursor: pointer;
	text-decoration: underline;
}
.reviews-slide-text-moar:hover {
	text-decoration: none;
}
.report {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000 !important;
	font-size: 14px;
	text-decoration: none;
}
.report:hover {
	text-decoration: underline;
}
.report-icon {
	margin-right: 20px;
}
@media only screen and (max-width: 767px) {
	.report-icon {
		margin-right: 10px;
	}
	.report-icon img {
		max-width: 40px;
	}
}
@media only screen and (max-width: 767px) {
	.report-title {
		line-height: 1.2;
		font-size: 13px;
	}
}
@media only screen and (max-width: 767px) {
	.table-wrap {
		overflow: auto;
	}
	.table-wrap table {
		min-width: 500px;
		white-space: nowrap;
	}
}
.table-price {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
}
.table-price th {
	background: #01acfa;
	padding: 16px 30px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
.table-price tr + tr td {
	border-bottom: 1px solid #dae3ea;
}
.table-price td {
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 400;
}
.table-price th + th {
	text-align: center;
}
.table-price td + td {
	text-align: center;
	width: 200px;
}
.table-price tr:nth-child(2n) td {
	background: #f4f7f9;
}
.table-price a {
	color: #4dc89c !important;
	text-decoration: underline;
}
.table-price a:hover {
	text-decoration: none;
	color: #000 !important;
}
@media only screen and (max-width: 767px) {
	.table-price td,
	.table-price th {
		font-size: 14px;
		padding: 10px 15px;
	}
}
.hidden {
	display: none;
}
.table-toggler {
	color: #4dc89c !important;
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
	cursor: pointer;
}
.table-toggler:hover {
	color: #000 !important;
}
.videos-slider-prices,
.works-slider-prices {
	margin-left: -15px;
	margin-right: -15px;
}
.br20 {
	border-radius: 20px;
}
.footer {
	background: #183a65;
	padding: 45px 0;
}
@media only screen and (max-width: 767px) {
	.footer {
		padding: 30px 0;
	}
}
.footer-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 767px) {
	.footer-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.footer-left {
	-webkit-box-flex: 300px;
	-ms-flex: 300px;
	flex: 300px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}
@media only screen and (max-width: 767px) {
	.footer-left {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}
.footer-logo {
	margin-top: 10px;
}
.footer-logo .logo-span-1,
.footer-logo .logo-span-3 {
	color: #fff;
}
.footer-email {
	margin-top: 6px;
}
@media only screen and (max-width: 767px) {
	.footer-email {
		margin-top: 3px;
	}
}
.footer-phones {
	margin-top: 3px;
}
.footer-phones .head-phone-link {
	color: #fff !important;
}
@media only screen and (max-width: 767px) {
	.footer-phones {
		margin-top: 20px;
	}
}
.footer-right {
	width: 100%;
}
.footer-menu-title {
	position: relative;
	font-size: 24px;
	margin-top: 30px;
	font-weight: bold;
	overflow: hidden;
	color: #617489;
}
.footer-menu-title:first-child {
	margin-top: 0;
}
.footer-menu-title span {
	display: inline-block;
	position: relative;
}
.footer-menu-title span:after {
	content: '';
	display: block;
	position: absolute;
	width: 2000px;
	left: calc(100% + 30px);
	height: 2px;
	background: #244775;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
	.footer-menu-title:first-child {
		margin-top: 30px;
	}
}
.footer-menus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: 25px;
	margin-left: -15px;
	margin-right: -15px;
}
@media only screen and (max-width: 991px) {
	.footer-menus {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.footer-menu {
	padding: 0 15px;
	width: 33.333%;
}
.footer-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer-menu ul li {
	margin-bottom: 5px;
}
.footer-menu ul li a {
	color: #fff !important;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
.footer-menu ul li a:hover {
	text-decoration: none;
}
.footer-menu ul li.current-menu-item a,
.footer-menu ul li.current-menu-parent a,
.footer-menu ul li:hover a {
	color: #4dc89c !important;
}
@media only screen and (max-width: 767px) {
	.footer-menu ul li {
		margin-bottom: 2px;
	}
	.footer-menu ul li a {
		font-weight: 600;
	}
}
@media only screen and (max-width: 991px) {
	.footer-menu {
		width: 50%;
	}
}
.footer-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 45px;
}
.footer-messengers {
	margin-top: 16px;
	padding-left: 0;
}
.footer-messengers .head-messenger {
	margin-left: 30px;
	margin-right: 0;
}
.footer-messengers .head-messenger:first-child {
	margin-left: 0;
}
.footer-messengers .head-messenger img {
	height: auto;
	max-height: 99px;
}
@media only screen and (max-width: 767px) {
	.footer-messengers {
		margin-top: 20px;
	}
}
.footer-contact {
	margin-top: 16px;
}
.footer-contact .header-contact-item-text {
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.footer-contact {
		margin-top: 20px;
	}
}
.footer-copyright {
	border-top: 2px solid #244775;
	margin-top: 45px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding-top: 45px;
}
@media only screen and (max-width: 767px) {
	.footer-copyright {
		padding-top: 20px;
		margin-top: 20px;
	}
}
.input {
	background: #dae3ea;
	border: 1px solid #c8d3de;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: inset 0px 4px 8px rgba(24, 58, 101, 0.1);
	box-shadow: inset 0px 4px 8px rgba(24, 58, 101, 0.1);
	border-radius: 10px;
	padding: 0 25px;
	height: 60px;
	display: block;
	width: 100%;
	font-weight: 500;
	font-size: 13px;
}
.conf {
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
}
.conf-icon {
	margin-right: 10px;
}
.conf-text a {
	color: #4dc89c !important;
	text-decoration: underline;
}
.conf-text a:hover {
	text-decoration: none;
}
.towns-bg {
	position: fixed;
	z-index: 2001;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(30, 30, 30, 0.85);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.towns-fancy {
	position: fixed;
	z-index: 2001;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	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;
	padding: 0px;
}
.towns-fancy .popup {
	display: block;
	overflow: hidden;
}
.popup {
	background: none !important;
	display: none;
	padding: 0px 30px !important;
}
.popup-inner {
	background: #fff;
	border: 8px solid #01acfa;
	border-radius: 20px;
	padding: 30px;
	width: 400px;
	position: relative;
}

.popup-inner input {
	margin-bottom: 15px;
}
.popup-inner button[type='submit'] {
	height: 60px;
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
@media only screen and (max-width: 767px) {
	.popup-inner {
		padding: 20px;
		width: 100%;
		max-width: 500px;
	}
}
.popup-close {
	position: absolute;
	right: -35px;
	top: -5px;
	width: 17px;
	height: 17px;
	background: url('../img/popup-close.png');
	padding: 0;
	text-indent: -9999px;
	font-size: 30px;
	cursor: pointer;
}
.popup-close:hover {
	opacity: 0.5;
}
.popup-title {
	line-height: 1.2;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
}
@media only screen and (max-width: 767px) {
	.popup-title {
		font-size: 24px;
	}
}
.popup-subtitle {
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	margin-top: 10px;
	opacity: 0.85;
	margin-bottom: 30px;
}
.towns-search {
	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;
	margin-top: 20px;
}
.towns-search .towns-search-left {
	-webkit-box-flex: 50px;
	-ms-flex: 50px;
	flex: 50px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	padding-left: 20px;
	display: none;
}
.towns-search .towns-search-right {
	width: 100%;
}
.towns-list {
	margin-top: 0px;
	height: 300px;
	overflow: auto;
	border: 2px solid #dae3ea;
	padding: 15px;
	border-radius: 8px;
}
.towns-list a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 8px;
	text-decoration: underline;
	color: #4dc89c !important;
}
.towns-list a:hover {
	text-decoration: none;
}
@media only screen and (max-width: 767px) {
	.towns-list {
		width: 100%;
	}
}
.up {
	cursor: pointer;
	position: fixed;
	z-index: 999;
	right: 30px;
	bottom: 30px;
	display: none;
}
.up:hover {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
}
.bright:hover {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
}
.fancybox-close-small {
	width: 17px !important;
	height: 17px !important;
}
.fancybox-close-small:after {
	width: 17px !important;
	height: 17px !important;
	background: url('../img/popup-close.png') !important;
	padding: 0;
	top: 0px !important;
	right: 0px !important;
	text-indent: -9999px;
	border-radius: 0;
}
#modalContent .fancybox-close-small:after {
	width: 17px !important;
	height: 17px !important;
	background: url('../img/popup-close-black.png') !important;
	padding: 0;
	top: 0px !important;
	right: 0px !important;
	text-indent: -9999px;
	border-radius: 0;
}
.fancybox-bg {
	background: #183a65 !important;
}
.fancybox-close-small:hover:after {
	background-color: transparent !important;
	opacity: 0.75;
}
.compensate-for-scrollbar {
	margin-right: 0 !important;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	opacity: 1 !important;
}
::-webkit-input-placeholder {
	color: #617489;
	opacity: 1;
}
:-moz-placeholder {
	color: #617489;
	opacity: 1;
}
::-moz-placeholder {
	color: #617489;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #617489;
	opacity: 1;
}
.sp5 {
	height: 5px;
}
.sp10 {
	height: 10px;
}
.sp15 {
	height: 15px;
}
.sp20 {
	height: 20px;
}
.sp25 {
	height: 25px;
}
.sp30 {
	height: 30px;
}
.sp35 {
	height: 35px;
}
.sp40 {
	height: 40px;
}
.sp45 {
	height: 45px;
}
.sp50 {
	height: 50px;
}
.sp55 {
	height: 55px;
}
.sp60 {
	height: 60px;
}
@media only screen and (max-width: 767px) {
	.msp0 {
		height: 0px !important;
	}
}
@media only screen and (max-width: 767px) {
	.msp5 {
		height: 5px !important;
	}
}
@media only screen and (max-width: 767px) {
	.msp10 {
		height: 10px !important;
	}
}
@media only screen and (max-width: 767px) {
	.msp15 {
		height: 15px !important;
	}
}
@media only screen and (max-width: 767px) {
	.msp20 {
		height: 20px !important;
	}
}
@media only screen and (max-width: 767px) {
	.msp25 {
		height: 25px !important;
	}
}
@media only screen and (max-width: 767px) {
	.msp30 {
		height: 30px !important;
	}
}
@media only screen and (max-width: 767px) {
	.msp35 {
		height: 35px !important;
	}
}
@media only screen and (max-width: 767px) {
	.msp40 {
		height: 40px !important;
	}
}
@media only screen and (max-width: 767px) {
	.msp45 {
		height: 45px !important;
	}
}
@media only screen and (max-width: 767px) {
	.msp50 {
		height: 50px !important;
	}
}
@media only screen and (max-width: 767px) {
	.msp55 {
		height: 55px !important;
	}
}
@media only screen and (max-width: 767px) {
	.msp60 {
		height: 60px !important;
	}
	.fancybox-slide::before {
		height: 0;
	}
	#popup-price {
		padding: 0 !important;
	}
	#popup-price .mini-form {
		width: 90%;
		height: auto;
	}
}
.tooltip2 {
	position: relative;
	display: inline-flex !important;
}

.tooltip2 .tooltiptext {
	visibility: hidden;
	width: 700px;
	background-color: #dae3ea;
	color: #183a65;
	border: 2px solid #01acfa;
	text-align: center;
	border-radius: 6px;
	font-size: 10px;
	padding: 5px 0;
	position: absolute;
	top: 25px;
	left: 0px;
	z-index: 99;
	margin-left: 0;
}

.tooltip2:hover .tooltiptext {
	visibility: visible;
}

.tooltip2 .tooltiptext ul {
	list-style-type: none;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	line-height: 2rem;
	text-transform: none;
}
.tooltip2 .tooltiptext ul li {
	padding-right: 5px;
	list-style-type: none;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}

#modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 95%;
	margin-top: 40px;
	transform: translate(-50%, -50%);
	background: #ffffff;
	border: 10px solid #01acfa;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	box-shadow: 0px 4px 4px rgba(24, 58, 101, 0.1);
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 35px;
	padding-top: 45px;
	padding-bottom: 15px;
	z-index: 1000;
	display: none;
}

#modalContent {
	width: 100%;
	max-height: 80vh;
	overflow-y: auto;
	overflow-x: hidden;
}

#closeModalBtn {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.tooltip2 .tooltiptext {
		width: 500px;
		left: -10%;
	}
}
@media only screen and (max-width: 767px) {
	#modalContent {
		overflow-x: auto;
	}
}

@media only screen and (min-width: 421px) and (max-width: 767px) {
	.tooltip2 .tooltiptext {
		width: 400px;
		right: -120px;
		left: unset;
	}
}
@media only screen and (min-width: 320px) and (max-width: 420px) {
	.tooltip2 .tooltiptext {
		width: 300px;
		right: -62px;
		left: unset;
	}
}

span.bold{font-weight: bold; color: #01acfa;}
.show-mob {
	display: none !important;
}
@media (max-width: 480px) {
	.article-thumb img {
		width: 100%;
		object-fit: cover;
	}
	.hide-mob {
		display: none !important;
	}
	.show-mob {
		display: block !important;
	}
	.stat2-col-mob-flex {
		display: flex;
		align-items: center;
		width: 100%;
		gap: 12px
	}
	.stat2-list {
		display: flex;
		flex-wrap: wrap;
	}
	.stat2-list p:first-child {
		width: 100%;
	}
	.stat2-list p + p {
		width: 50%;
	}
	.stat2-button {
		font-size: 20px;
	}
}
.front-image {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}
.terms {
	--colorMain: #01acfa;
	line-height: 120%;
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	margin-bottom: 1rem;
	input[type="checkbox"], input[type="radio"] {
		-webkit-appearance: none;
		appearance: none;
		background-color: transparent;
		margin: 0;
		border-radius: 0;
		width: calc(.889rem + 2px);
		min-width: calc(.889rem + 2px);
		height: calc(.889rem + 2px);
		padding: 0;
		border: 2px solid var(--colorMain);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 130%;
		cursor: pointer;
		&:checked {
			background-color: var(--colorMain);
			border-color: var(--colorMain);
		}
		.data-form--dark & {
			border-color: rgba(255, 255, 255, 0.3);
			&:checked {
				background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' fill='%2317484C'%3E%3Cpath d='M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z'/%3E%3C/svg%3E");
				background-color: #fff;
			}
		}
	}
	input[type="checkbox"] {
		&:checked {
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' fill='%23ffffff'%3E%3Cpath d='M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z'/%3E%3C/svg%3E");
		}
	}
	input[type="radio"] {
		border-radius: 50%;
		&:checked {
			box-shadow: inset 0 0 0 .35rem #fff;
		}
	}
}
.terms .wpcf7-list-item {
	margin: 0;
}
.terms a {
	text-decoration: none;
	color: var(--colorMain)
}
@media screen and (min-width: 1201px) {
	.terms a:hover {
		color: var(--colorText)
	}
}
.terms + .terms {
	margin-top: .75rem
}
.terms input[type=checkbox]:not(:checked) {
	border-color: var(--colorMain);
	background-color: #fff
}
/*.wpcf7-checkbox {
	width: 20px;
	min-width: 20px;
	height: 20px;
	border: 1px solid #000;
	display: block;
}*/
@media screen and (max-width: 767px) {
	.terms {
		justify-content: flex-start;
		text-align: left;
		font-size: .875rem
	}
}
.mini-form {
	height: auto
}
.mini-form .wpcf7-response-output {
	display: block !important;
	font-size: 12px;
}
.mini-form .wpcf7-response-output:empty {
	display: none !important;
}
.quality-form {
	position: relative;
}
.quality-bottom {
	height: 190px;
}
.quality-form .wpcf7-response-output {
	display: block !important;
	font-size: 11px;
	color: #fff;
	margin: 8px 0 0 0 !important;
}
.quality-form .wpcf7-response-output:empty {
	display: none !important;
}
.quality-form .terms {
	position: absolute;
	bottom: -34px;
	left: -1px;
	margin: 0;
	color: #FFF;
	font-size: 13px;
}
.quality-bottom-right {
	margin-bottom: 28px;
}
@media (max-width: 767px) {
	.quality-bottom {
		height: auto;
	}
	.quality-form .terms {
		position: static;
		margin-bottom: 16px
	}
}
@media (min-width: 1024px) {
	body .main-menu .sub-menu {
		min-height: unset;
	}
	.main-menu > ul > li:first-child > .sub-menu > li > .sub-menu > li {
		max-width: 60%;
	}
	body .main-menu > ul > li:first-child > .sub-menu > li > .sub-menu > li > a {
		height: auto;
		min-height: 30px;
	}
}

.video-container {
  display: flex;
  justify-content: center; /* центрируем по горизонтали */
  align-items: center;     /* центрируем по вертикали (если нужно) */
  min-height: 100vh;       /* можно убрать, если не нужна высота на весь экран */
  padding: 20px;
  box-sizing: border-box;
}

.col-lg-10.video, .col-lg-12.video, .col-lg-9.video {
float: inherit;
}
.video{margin:auto; text-align:center;}
.video iframe{width:750px; height:450px;
}
@media (max-width: 767px) {

.video iframe{width:100%; height:500px;}
}
.post-top {
	display: flex;
	justify-content: space-between;
	gap: 32px;
}
.post-top .artilce-date {
	margin: 0;
	line-height: 0;
}
.post-share {
	display: flex;
	gap: 8px;
	align-items: center;
	font-size: 14px;
}
.article-preview {
	font-size: 13px;
	font-weight: 500;
	margin-top: 24px;
}
* {
	scroll-margin-top: 200px;
}
@media (max-width: 767px) {
	* {
		scroll-margin-top: 80px;
	}
}

img.iotzyvy{width:auto;
height:25px;
background: #fff;
border-radius: 3px;
padding: 3px 5px;}
.reg{text-align:center; color:#fff; margin-top:20px;}

.priceblockk {height: 170px !important;}
.priceblockk .category-price-item-title {text-align: center;margin: auto;color: #ebf0f4;}
.priceblockk a.mybtn {color: #fff !important;}
.priceblockk span.price {display: block;margin: 8px 0 12px 0;padding: 0; color:#ebf0f4;}
.priceblockk span.price span {font-size: 140%;color: #fff;}
.priceblockk .category-price-top-title {height: 25px;padding: 5px 0;}
table.tableprice {height: 490px; border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;}
@media (max-width: 767px) {
.priceblockk{height:220px !important;}

}

.page-price .table-wrap table.tableprice{height: 350px;}

.certs-slide-inner {
	/*height: 237px;*/
	height: 100%;
	display: flex;
	align-items: center;
}
.certs-slide-inner img {
	max-width: 100%;
	height: auto;
}
@media (max-width: 480px) {
	.page-certs .row {
		gap: 20px 0;
	}
}
@media (max-width: 767px) {
	.mob-hide {
		display: none !important;
	}
}
@media (min-width: 768px) {
	.mob-show {
		display: none !important;
	}
}
.offers-overflow {
	display: flex;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	overflow-x: scroll;
	margin: 0 -12px;
}
.offers-overflow > div {
	width: 80vw;
	min-width: 80vw;
	padding-left: 12px;
}
.offers-overflow > div:last-child {
	padding-right: 12px;
}
.offers-overflow .offer {
	margin: 0;
}


.sp20.msp15 ~ .videos-slider-prices .videoreviews-slide-thumb, .sp20.msp20 ~ .videos-slider .videoreviews-slide-thumb {
height: auto;
}
.sp20.msp15 ~ .videos-slider-prices .videoreviews-slide-thumb > img, .sp20.msp20 ~ .videos-slider .videoreviews-slide-thumb img{
height: auto;
}