/*
Theme Name: PCF
Author: Ground Studio
Author URI: http://ground.studio
Description: PCF
Version: 1.0/
*/
#XMLID_1083_ {
	display: none !important;
}

body {
	counter-reset: item;
}

ol {
	list-style: none;
}

input [type="submit"]:focus {
	outline: none;
}

input:focus {
	outline: none;
}

button:focus {
	outline: none;
}

ol li {
	counter-increment: item;
	margin-bottom: 5px;
}

.wrapper {
	width: 100%;
	height: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.marg345 {
	margin-top: 350px !important;
}

.marg440 {
	margin-top: 515px !important;
}

p {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	color: #535353;
	font-weight: 400;
	line-height: 27px;
}

header {
	position: relative;
	width: 100%;
	z-index: 50;
}

header > .container {
	z-index: 50;
}

.logo {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	position: absolute;
	top: 10px;
	left: 20px;
	max-width: 190px;

	max-width: 130px;
	left: 40px;
}

.moving_menu .logo {
	max-width: 82px;
	top: 5px;
}

.logo_m {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	position: absolute;
	top: 3px;
	left: 20px;
	width: 270px;
}

.clearfix {
	clear: both;
}

.menu {

	width: 100%;
	text-align: center;
}

.menu ul {
	margin-bottom: 0;
	padding-left: 0;
	display: inline-block;
	list-style: none;
}

.menu > ul > li {
	position: relative;
	padding: 20px 20px;
	float: left;
}

.menu > ul > li:hover {
	background-color: #ffb400;
}

.menu > ul > li:hover a {
	color: #000;
}

.menu ul li a {
	/* padding-bottom: 3px; */
	display: block;
	color: #fff;
	font-family: proxima;
}

.menu > ul > li > a {
	position: relative;
	text-transform: uppercase;
}

.footer_menu .arrow_left:before,
.mob_menu .arrow_left:before {
	display: none;
}

.arrow_left:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 3px 0 3px;
	border-color: #fff transparent transparent transparent;
	display: inline-block;
	position: absolute;
	top: 28px;
	left: 10px;
}

.arrow_left:hover:before {
	border-color: transparent transparent transparent transparent;
}

.white_menu li a {
	color: #fff;
}

.white_menu li a:hover,
.white_menu li a:focus {
	text-decoration: none;

}

.menu ul li a:hover,
.menu ul li a:focus {
	text-decoration: none;
}

.menu ul li:hover > ul {
	display: inline-block;
}

.white_menu .arrow > a:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	display: inline-block;
	position: absolute;
	top: 6px;
	left: -10px;
	border-color: #fff transparent transparent transparent;
}

.arrow > a:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	display: inline-block;
	position: absolute;
	top: 6px;
	left: -10px;
	border-color: #000000 transparent transparent transparent;
}

.black_menu {
	position: relative;
	top: 5px;
}

.black_menu a {
	color: #000 !important;
}

.menu ul li > ul {
	padding-left: 0px;
	display: none;
	background-color: #fff;
	width: 230px;
	text-align: left;
	position: absolute;
	top: 59px;
	left: 0px;
}

.menu ul li > ul li {
	margin-right: 0;
	padding: 0px 15px 0px 15px;
	float: none;
}

.menu ul li > ul li a {
	position: relative;
}

.menu ul li > ul li:hover {
	background-color: #ffb400;
}

.sub-menu {
	-webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.5);
}

.sub-menu li:hover > a {
	border-bottom: 1px solid #ffb400;
}

.sub-menu li > a {
	border-bottom: 1px solid #e6e6e6;
}

.menu ul li > ul li a {
	font-size: 15px;
	padding: 15px 10px 15px 15px;
}

.white_button {
	background-color: transparent !important;
	border: 1px solid #fff !important;
	color: #fff !important;
}

.login_button {
	position: absolute;
	top: 17px;
	font-family: proxima;
	right: 20px;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 2px;
	width: 95px;
	height: 30px;
}

.mobile_menu {
	display: none;
	width: 30px;
	top: 23px;
	right: 10px;
	position: absolute;
}

.mobile_menu .mobile_menu_line_close {
	width: 30px;
	height: 3px;
	background-color: #000;
	margin-bottom: 5px;
	display: block;
	opacity: 1;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.mobile_menu .mobile_menu_line_close.line_close-hide {
	opacity: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.mobile_menu .mobile_menu_line_open_1 {
	width: 30px;
	height: 3px;
	background-color: #000;
	margin-bottom: 5px;
	display: block;
	position: absolute;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 9px;
	opacity: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.mobile_menu .mobile_menu_line_open_2 {
	width: 30px;
	height: 3px;
	background-color: #000;
	margin-bottom: 5px;
	display: block;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: absolute;
	top: 9px;
	opacity: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.line_open.line_open-show {
	opacity: 1;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

main {
	width: 100%;
	margin-top: 75px;
}

main > .container {
	padding-left: 75px;
	padding-right: 75px;
}

main > .container {
	padding-left: 75px;
	padding-right: 75px;
}

.main {
	/* padding-left: 75px;
	padding-right: 75px; */
	padding-top: 25px;
	border: none;
}

.content h4 {
	text-align: center;
}

.main_picture {
	width: 100%;
	float: left;
	padding-top: 30px;
}

.main_picture > img {
	max-height: 460px;
	display: block;
	margin: 0 auto;
}

.types_of_cases {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
}

.types_of_cases ul {
	margin-top: 25px;
	display: inline-block;
	list-style: none;
	padding-left: 0;
	width: 100%;
}

.types_of_cases ul li {
	color: transparent;
	position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	float: left;
	height: 60px;
}

.types_of_cases ul li a {
	align-self: center;
}

.types_of_cases ul li a:hover {
	text-decoration: none;
}

.types_of_cases ul li:nth-child(1n) {
	width: 25%;
}

.types_of_cases ul li:nth-child(1n) > a {
	color: #a9a9a9;
	font-family: 'Noto Serif', serif;
	font-size: 18px;
}

.types_of_cases ul li:nth-child(1n) > a:hover {
	color: #4a4848;
}

.types_of_cases ul li:nth-child(1n) > a:hover:before {
	-webkit-filter: brightness(45%);
}

.types_of_cases ul li:nth-child(3) > a:hover:after {
	-webkit-filter: brightness(45%);
}

.types_of_cases ul li:nth-child(2n) {
	width: 50%;
}

.types_of_cases ul li:nth-child(2n) > a {
	color: #4a4848;
	font-family: 'Noto Serif', serif;
	font-size: 30px;
}

.types_of_cases ul li:nth-child(1) > a:before {
	content: '';
	background-image: url('images/arrow_left.png');
	width: 40px;
	height: 17px;
	display: block;
	position: absolute;
	left: -60px;
	top: 36%;
	background-repeat: no-repeat;
}

.types_of_cases ul li:nth-child(3) > a:after {
	content: '';
	background-image: url('images/arrow_r.png');
	width: 40px;
	height: 17px;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	position: absolute;
	right: -50px;
	top: 36%;
}

.content {
	margin-top: 20px;
	width: 100%;
	float: left;
}

.content p:first-child {
	margin-bottom: 25px;
}

.list {
	list-style: none;
	padding-left: 100px;
	margin-top: 20px;
}

.list li {
	position: relative;
	font-family: 'Open Sans', serif;
	font-size: 14px;
	color: #535353;
	font-weight: 400;
	line-height: 27px;
}

.list li:before {
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	background-color: #40df9d;
	display: inline-block;
	top: 11px;
	left: -13px;
}

.applying_block {
	padding-bottom: 80px;
	margin-top: 80px;
	width: 100%;
	float: left;
}

.applying_block h4 {
	text-align: center;
}

h4 {
	text-align: left;
	margin-bottom: 25px;
	color: #4c4c4c;
	font-family: 'Noto Serif', serif;
}

.openform {
	width: 100%;
	background-color: #fff;
	padding: 10px;
	height: 63px;
	position: fixed;
	bottom: -1px;
	left: 0;
	text-align: center;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
	z-index: 999;
	visibility: hidden;
}

.openform label {
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	font-size: 12px;
}

.openform_button {
	text-transform: uppercase;
	width: 150px;
	height: 40px;
	border: 1px;
	margin-left: 20px;
	font-family: 'Open Sans', serif;
	font-weight: 200;
	background-color: #40df9d;
	color: white;
	border-radius: 3px;

}

.apply_button {
	text-transform: uppercase;
	width: 153px;
	height: 54px;
	background-color: #40df9d;
	border: none;
	font-family: 'Open Sans', serif;
	font-weight: 600;
	color: #fff;
	margin: 15px auto;
	display: block;
	border-radius: 2px;
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
}

.apply_button:hover {
	background-color: #37cd8f;
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
}

.applying_block h3 {
	margin-top: 50px;
	text-align: center;
	color: #4c4c4c;
	font-size: 20px;
	font-family: 'Lato', serif;
	font-weight: 600;
	line-height: 30px;
}

.applying_block p {
	width: 90%;
	display: block;
	color: #999999;
	margin: 25px auto;
}

.applying_block p a {
	color: #1e8f7b;
}

.applying_block img {
	display: block;
	margin: 0 auto;
}

.footer_top {
	padding-top: 40px;
	background-color: #555555;
}

.footer_bottom {
	background-color: #4f4f4f;
	padding-bottom: 55px;
}

.footer_menu .sub-menu {
	box-shadow: none;
}

.footer_menu {
	padding-left: 0px;
	display: inline-block;
	width: 100%;
	list-style: none;
}

.footer_menu > li {
	padding-left: 50px;
	float: left;
	min-width: 110px;
	text-align: left;
}

.footer_menu > li > ul {
	margin-top: 8px;
	list-style: none;
	padding-left: 0px;
}

.footer_menu > li > ul li {
	text-align: left;
	margin-bottom: 5px;
	line-height: 15px;
}

.footer_menu > li > ul li a {
	font-family: proxima;
	color: #a1a1a1;
}

.footer_menu > li > a {
	padding-bottom: 3px;
	font-weight: bold;
	text-transform: uppercase;
	color: #817c7c;
	font-family: proxima;
}

.footer_logo {
	position: absolute;
	top: 48px;
	left: 3%;
	max-width: 50px;
}

.footer_bottom_inner {
	width: 80%;
	margin: 0 auto;
}

.footer_bottom_inner a {
	color: #fff;
	position: relative;
}

.footer_bottom_inner {
	text-align: center;
	padding-top: 25px;
}

.footer_bottom_inner > ul {
	width: 80%;
	padding-left: 0;
	display: inline-block;
	list-style: none;
}

.footer_bottom_inner > ul > li {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #dcdcdc;
	font-size: 15px;
	font-family: 'Lato', serif;
	font-weight: 600;
	float: left;
	padding-right: 19px;
	padding-left: 19px;
	max-width: 216px;
	border-right: 1px solid #686868;
}

.footer_bottom_inner ul li:hover a {
	color: #00c775;
}

.footer_bottom_inner ul li:last-child {
	border-right: none;
}

.footer_bottom_inner ul li div {
	font-weight: 500;
	align-self: center;
}

.footer_bottom_inner ul li p {
	margin-bottom: 0;
	line-height: 20px;
	color: #9b9b9b;
	font-family: 'Open Sans', serif;
	font-style: italic;
}

.footer_bottom_inner ul li a {
	color: #dcdcdc;
}

.footer_bottom_inner ul li a:hover {
	text-decoration: none;
}

.footer_bottom_inner > ul > li:first-child a:before {
	content: '';
	background-image: url('images/play_icon.png');
	width: 26px;
	height: 26px;
	display: inline-block;
	position: absolute;
	top: -3px;
	left: -31px;
}

.footer_bottom_inner > ul > li:first-child:hover a:before {
	content: '';
	background-image: url('images/play.png');
	width: 26px;
	height: 26px;
	display: inline-block;
	position: absolute;
	top: -3px;
	left: -31px;
}

.footer_bottom_inner > p {
	color: #9b9b9b;
	font-size: 12px;
	text-align: center;
}

.nobord {
	/* padding-left: 75px;
	padding-right: 75px; */

}

.faq_bg {
	background-image: url('images/faq_bg.png');
	background-position: center;
	position: absolute;
	background-size: cover;
	width: 100%;
	height: 400px;
	top: 0;
}

.calc_bg {
	background-image: url('images/calc_bg.png');
	background-position: center;
	position: absolute;
	background-size: cover;
	width: 100%;
	height: 400px;
	top: 0;
	bottom: 0;
	z-index: 1;
	padding-bottom: -550px;
}

.comp_pricing_bg {
	background-image: url('images/comp_pricing.png');
	background-position: center;
	position: absolute;
	background-size: cover;
	width: 100%;
	height: 400px;
	top: 0;
}

.glo_bg {
	background-image: url('images/glo.png');
	background-position: center;
	position: absolute;
	background-size: cover;
	width: 100%;
	height: 400px;
	top: 0;
}

.testem_bg {
	background-image: url('images/testem_bg.png');
	background-position: center;
	position: absolute;
	background-size: cover;
	width: 100%;
	height: 400px;
	top: 0;
}

.about_bg {
	background-image: url('images/about_bg.png');
	background-position: center;
	position: absolute;
	background-size: cover;
	width: 100%;
	height: 400px;
	top: 0;
}

.req_bg {
	background-image: url('images/rec_bg.png');
	background-position: center;
	position: absolute;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 400px;
	top: 0;
}

.contacts_bg {
	background-image: url('images/contacts_bg.png');
	background-position: center;
	position: absolute;
	background-size: cover;
	width: 100%;
	height: 400px;
	top: 0;
}

.doc_bg {
	background-image: url('images/doc_bg.png');
	background-position: center;
	position: absolute;
	background-size: cover;
	width: 100%;
	height: 400px;
	top: 0;
}

.qualify_bg {
	position: absolute;
	background-image: url('images/qualify_bg.png');
	background-size: cover;
	width: 100%;
	background-position: center;
	height: 400px;
	top: 0;

}

.thank_you_bg {
	position: absolute;
	background-image: url('images/qualify_bg.png');
	background-size: cover;
	width: 100%;
	background-position: center;
	height: 400px;
	top: 0;
}

.index_bg {
	position: absolute;
	background-image: url('images/index_bg.png');
	background-size: cover;
	width: 100%;
	height: 600px;
	top: 0;
	margin-bottom: 200px;
	max-width: 1920px;
}

.head {
	display: flex;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 430px;
	position: relative;
	top: 0px;
	background-size: cover;
	background-position: center;
}

.head_centered {
	width: 100%;
}

.head_inner {
	margin-top: 13%;
	align-self: center;
}

.head_inner p {
	font-family: 'Noto Serif', serif;
	font-size: 24px;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 500;
	text-align: center;
	margin-top: 245px;
	margin-bottom: 40px;
}

/* .w_menu span{
	background-color: #fff !important;
} */
.w_line {
	width: 70px;
	height: 2px;
	background-color: #fff;
	margin: 0 auto;
}

.question {
	font-weight: 700;
}

.answer {
	margin-bottom: 25px;
	font-weight: 400;
}

.answer a {
	text-decoration: underline;
	font-style: italic;
}

.line_2 {
	height: 23px;
	background-image: url('images/line_2.png');
	background-size: cover;
}

.relate_fq {
	float: left;
	margin-top: 35px;
	padding-top: 20px;
	border-right: 1px solid #e9e9e9;
	padding-bottom: 80px;
	margin-bottom: 20px;
	padding-left: 25px;
}

.relate_fq p {
	min-height: 80px;
}

.relate_fq h5 {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	color: #535353;
	font-weight: 600;
	text-transform: uppercase;
}

.relate_fq a {
	font-family: 'Open Sans', serif;
	font-size: 12px;
	color: #7800ff;
	font-weight: 600;
	font-style: italic;
}

.relate {
	float: none;
	clear: both;
}

.relate > div:nth-child(1) {
	background-image: url('images/icon1.png');
	background-position: center;
	background-repeat: no-repeat;
}

.relate > div:nth-child(2) {
	background-image: url('images/icon2.png');
	background-position: center;
	background-repeat: no-repeat;
}

.relate > div:nth-child(3) {
	background-image: url('images/icon3.png');
	background-position: center;
	background-repeat: no-repeat;
}

.content > div {
	width: 100%;
	margin-bottom: 20px;
}

.common_surgeries {
	width: 85%;
	padding-left: 0;
	display: block;
	margin: 35px auto;
	list-style: none;
}

.common_surgeries li {
	width: 25%;
	float: left;
	text-align: center;
	font-family: 'Open Sans', serif;
}

.common_surgeries li img {
	display: block;
	margin: 0 auto;
}

.content h5 {
	font-family: 'Noto Serif', serif;
	font-size: 16px;
	color: #535353;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	margin-top: 55px;
	margin-bottom: 55px;
}

.lists_of_types {
	padding-right: 70px;
	padding-left: 70px;
	margin-top: 50px;
}

.lists_of_types > div:nth-child(5),
.lists_of_types > div:nth-child(6) {
	min-height: 260px;
	margin-bottom: 0;
}

.lists_of_types_item {
	height: 360px;
	margin-bottom: 40px;
	padding-left: 35px;
	padding-right: 35px;
}

.lists_of_types_item img {
	float: left;
	margin-top: 50px;
	max-width: 180px;
}

.lists_of_types_item_inner {
	float: right;
}

.lists_of_types_item_inner ul {
	padding-left: 15px;
}

.lists_of_types_item_inner ul li {
	max-width: 205px;
}

.more_info {
	font-family: 'Open Sans', serif;
	font-size: 12px;
	padding-left: 10px;
	color: #7800ff;
	font-weight: 600;
	font-style: italic;
}

.case_item {
	height: 420px;
}

.case_item img {
	max-width: 150px;
}

.case_item p {
	text-transform: uppercase;
}

.case_item ul {
	padding-left: 0;
}

.determ {
	padding-top: 50px;
}

.determ h4 {
	line-height: 25px;
}

.determ_img img {
	width: 80%;
	float: right;
}

.the_process {
	width: 100%;
	background-color: #fafafa;
}

.the_process h4 {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
}

.the_process ol {
	padding-left: 0;
	display: inline-block;
}

.the_process ol li {
	position: relative;
	width: 33%;
	float: left;
	padding-left: 25px;
	padding-right: 55px;
	margin-bottom: 40px;
}

.the_process ol li:before {
	margin-right: 10px;
	content: counter(item);
	color: #797979;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 5px;
	left: -10px;
	font-family: 'Noto Serif', serif;
	font-size: 25px;
}

.the_process ol li p:before {
	content: '';
	width: 2px;
	height: 40px;
	background-color: #00d17b;
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 14px;
}

.the_process > .container {
	padding-right: 80px;
	padding-left: 80px;
}

.proc_items > div {
	padding-left: 80px;
	padding-right: 80px;
	margin-bottom: 40px;
}

.proc_items img {
	min-height: 136px;
	display: block;
	margin: 40px 0px;
}

.index_bg_inner {
	width: 35%;
	padding-top: 11%;
	text-align: center;
	float: left;
}

.index_bg_inner svg {
	max-width: 30px;
	margin: 0 auto;
	display: block;
}

.index_bg_inner #XMLID_532_, #XMLID_531_, circle {
	fill: transparent !important;
}

.index_bg_inner a:hover {
	text-decoration: none;
}

.index_bg_inner a:hover circle {
	fill: #fff !important;
}

.index_bg_inner a:hover path#XMLID_1541_ {
	fill: #1e8f7b !important;
}

.index_bg_inner h3 {
	font-family: 'Playfair Display', serif;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	font-size: 41px;
}

.index_bg_inner h5 {
	margin-top: 20px;
	font-family: proxima;
	letter-spacing: 2px;
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 21px;
	margin-bottom: 25px;
}

.index_bg_inner a img {
	display: block;
	margin: 0 auto;
}

.index_bg_inner a {
	font-family: proxima;
	color: #fff;
	letter-spacing: 2px;
}

.index_bg_inner > div {
	margin-top: 15px;
	margin-bottom: 45px;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
}

.index_bg_inner > div > div {
	padding-top: 20px;
	color: #fff;
	font-size: 20px;
	font-family: 'Alegreya Sans SC', sans-serif;
	width: 50%;
	float: right;
}

.index_bg_inner > div > div p {
	color: #fff;
	font-family: 'Open Sans', serif;
}

.index_bg_inner > div button {
	float: left;
	background-color: #ffb400;
}

.index_bg_inner > div button:hover {
	background-color: #eaa500;
}

.index_bg_inner ul {
	list-style: none;
	padding-left: 0;
}

.index_bg_inner ul li {
	min-height: 91px;
	width: 25%;
	float: left;
	display: flex;
	justify-content: center;
	align-content: center;
	margin-right: 0px;
	text-align: center;
}

.index_bg_inner ul li a {
	line-height: 61px;
	align-self: center;
	display: flex;
	align-content: center;
	justify-content: center;
}

.index_bg_inner ul li img {
	display: inline-block;
}

.index_bg_inner ul li svg, .index_bg_inner ul li img {
	align-self: center;
	max-width: 90px;
	max-height: 80px;
}

/* .index_bg_inner ul li svg:hover path{
	fill: #000;
}
.index_bg_inner ul li svg:hover polygon{
	fill: #000;
} */
.row2 {
	padding-bottom: 30px;
	width: 100%;
	background-color: #f9f9f9;
}

.row2 img {
	width: 100%;
}

.row3 {
	display: flex;
	align-content: center;
	justify-content: center;
	background-image: url('images/row3_bg.png');
	height: 430px;
	background-position: center;
	width: 100%;
}

.row3 > .container {
	display: flex;
	justify-content: center;
	align-content: center;
}

.row3_inner {
	width: 720px;
	text-align: center;
	align-self: center;
}

.row3_inner h4 {
	font-family: 'Noto Serif', serif;
	text-align: center;
	line-height: 49px;
	color: #fff;
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 2px;
}

.row3_inner h4 strong {
	font-family: 'Playfair Display', serif;
	font-weight: 300;
	font-size: 50px;
}

.row3_inner p {
	color: #fff;
}

.row4 {
	padding-bottom: 40px;
	width: 100%;
	background-color: #f9f9f9;
}

.row4 img {
	margin-top: 45px;
	width: 100%;
	float: left;
}

.row5,
.row6 {
	width: 100%;
}

.row5 ul {
	margin-top: 60px;
	margin-bottom: 40px;
	list-style: none;
	display: inline-block;
	padding-left: 0;
	width: 100%;
}

.row5 ul li {
	float: left;
	width: 20%;
	text-align: center;
}

.row5 ul li img {
	display: block;
	height: 100px;
	width: 100px;
	margin: 20px auto;
}

.row5 p {
	width: 65%;
	display: block;
	margin: 0 auto;
}

.row6 h5 {
	margin-bottom: 23px;
}

.row6 .relate_fq:nth-child(1) h5:before {
	content: '';
	position: relative;
	top: 13px;
	margin-right: 10px;
	width: 34px;
	height: 39px;
	background-image: url('svg/PCF_icon20.svg');
	display: inline-block;
}

.row6 .relate_fq:nth-child(2) h5:before {
	content: '';
	position: relative;
	top: 13px;
	margin-right: 10px;
	width: 30px;
	height: 38px;
	background-image: url('svg/PCF_icon21.svg');
	display: inline-block;
}

.row6 .relate_fq:nth-child(3) h5:before {
	content: '';
	position: relative;
	top: 13px;
	margin-right: 10px;
	width: 29px;
	height: 37px;
	background-image: url('svg/PCF_icon22.svg');
	display: inline-block;
}

.row7 {
	text-align: center;
	display: flex;
	align-content: center;
	justify-content: center;
	background-image: url('images/row7_bg.png');
	min-height: 750px;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
}

.row7_inner {
	margin-top: -60px;
	align-self: center;
}

.row7_inner button {
	margin-top: 40px;
}

.row7_inner p {
	font-family: 'Lato', serif;
	margin: 25px 0;
}

.row8 {
	margin-top: -80px;
	width: 100%;
}

.row8 > div {
	width: 50%;
	float: left;
}

.row8 p {
	color: #fff;
}

.calc {
	background-color: #1e8f7b;
}

.calc:hover {
	background-color: #127e6b;
}

.calc > div {
	text-align: left;
	padding-top: 50px;
	float: right;
	width: 350px;
	margin-bottom: 80px;
}

.calc > div > p:first-child {
	text-transform: uppercase;
	font-size: 16px;
}

.get_lawsuit {
	background-color: #00d17b;
}

.get_lawsuit:hover {
	background-color: #00c775;
}

.get_lawsuit > div {
	padding-top: 50px;
	margin-bottom: 80px;
	padding-left: 50px;
	text-align: left;
	width: 350px;
	float: left;
}

.get_lawsuit > div > p:first-child {
	text-transform: uppercase;
	font-size: 16px;
}

.transp_button {
	text-transform: uppercase;
	border: 2px solid #fff;
	width: 153px;
	height: 54px;
	background-color: transparent;
	font-family: 'Open Sans', serif;
	font-weight: 600;
	color: #fff;
	margin: 15px auto;
	display: inline-block;
	border-radius: 2px;
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
}

.transp_button:hover {
	background-color: rgba(0, 0, 0, 0.1);
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
}

.mob_menu {
	position: fixed;
	overflow: auto;
	width: 25%;
	height: 100%;
	z-index: 8888;
	top: 0;
	right: -27%;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.2);
	background-color: #fff;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.mob_menu.show {
	right: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.mob_menu .sub-menu {
	box-shadow: none;
}

.mob_menu .mobile_menu {
	width: 100%;
	height: 30px;
	padding-left: 20px;
}

.mob_menu ul {
	float: left;
	margin-top: 35px;
	list-style: none;
}

.mob_menu > ul > li {
	position: relative;
}

.mob_menu > ul > li > a {
	position: relative;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 10px;
	padding-top: 10px;
	display: block;
	font-family: proxima;
	font-size: 16px;
}

.mob_menu > ul > li ul {
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 10px;
}

.mob_menu > ul > li ul {
	display: none;
}

.mob_menu > ul > li ul a {
	color: #000;
	font-family: proxima;
}

.call_box {
	display: none;
	color: #fff;
	font-size: 15px;
	font-family: 'Lato', serif;
	font-weight: 600;
}

.call_box a {
	color: #fff;
}

.call_box p {
	color: #fff;
	font-family: 'Open Sans', serif;
}

.relate_fq > img {
	display: none;
}

.mob_list_logos {
	display: none;
}

.article_about {
	width: 90%;
	max-width: 800px;
	margin: 25px auto;
}

.contacts_title {
	margin: 35px 0px;
}

.about_item {
	margin-bottom: 30px;
}

.about_item_inner {
	display: flex;
	align-content: center;
	justify-content: center;
	height: 182px;
	padding: 20px 20px;
}

.about_item_inner img {
	width: 100%;
	display: block;
	align-self: center;
}

.about_item_inner > div:first-child {
	width: 10%;
	float: left;
	height: 135px;
	display: flex;
	align-content: center;
	justify-content: center;
}

.about_item_inner > div:last-child {
	align-self: center;
	width: 85%;
	margin-left: 5%;
	float: left;
}

.about_item_inner p {
	line-height: 24px;
}

.about_item_inner > div:last-child p:first-child {
	font-weight: 700;
}

.about_item_inner {
	border: 1px solid #dbdbdb;
}

.all_types h4 {
	margin-top: 40px;
	margin-bottom: 30px;
}

.svg {
	width: 100%;
}

.svg .st0,
.svg .st1,
.svg .st2,
.svg .st3,
.svg .st4 {
	font-size: 35px;
	stroke: #1e8f7b;
	font-weight: 100;
	font-family: 'Open Sans', serif;
}

#XMLID_532_,
#XMLID_531_,
circle {
	fill: #1e8f7b;
}

.logo path {
	stroke: #fff;
}

#XMLID_1084_ {
	font-size: 11px;
	stroke:;
	font-weight: 100;
	font-family: 'PT Serif', serif;
}

#XMLID_1083_ {
	font-size: 22px;
	stroke:;
	font-weight: 100;
	font-family: 'PT Serif', serif;
}

.black text {
	fill: #000 !important;
}

.black line,
.black path {
	stroke: #000 !important;
}

.all_types ul {
	display: inline-block;
	height: 184px;
	list-style: none;
	padding-left: 0;
}

.all_types > ul > li:first-child {
	margin-bottom: 5px;
	font-size: 25px;
	text-transform: uppercase;
	color: #4c4c4c;
	font-family: 'Noto Serif', serif;
}

.all_types ul li {
	margin-bottom: 3px;
	font-family: 'Open Sans', serif;
	font-size: 13px;
	color: #535353;
	font-weight: 400;
}

.all_types li {

}

.thin {
	padding-left: 120px;
	padding-right: 120px;
	overflow: hidden;
}

.watch_bth {
	display: none;
}

.wpcf7 p {
	width: 50%;
	float: left;
	text-align: center;
}

body .popup div.wpcf7 .screen-reader-response {
	position: relative;
	width: auto;
	height: auto;
}

.wpcf7 p span {

	margin-left: auto;
	margin-right: auto;
}

.wpcf7 p span input {
	margin-bottom: 25px;
	background-color: #fbfafa;
	height: 40px;
	width: 280px;
	padding-left: 10px;
	border-radius: 2px;
	border: 1px solid #dbdbdb;
}

.thin select {
	width: 280px !important;
}

.wpcf7 p span input:focus {
	border: 1px solid #40df9d;
	background-color: #fff;
}

input {
	margin-bottom: 25px;
	background-color: #fbfafa;
	height: 40px;
	padding-left: 10px;
	border-radius: 2px;
	border: 1px solid #dbdbdb;
}

select {
	margin-right: 35px;
	width: 280px;
	margin-bottom: 15px;
	background-color: #fbfafa;
	height: 40px;
	padding-left: 10px;
	border-radius: 2px;
	border: 1px solid #dbdbdb;
}

.wpcf7 p span select {
	margin-right: 0px;
	width: 310px;
	margin-bottom: 15px;
	background-image: url(images/dpr.png);
	background-repeat: no-repeat;
	background-position: 95%;
	background-color: #fbfafa;
	height: 40px;
	padding-left: 10px;
	border-radius: 2px;
	border: 1px solid #dbdbdb;

}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

.wpcf7 p span textarea {
	margin-bottom: 25px;
	background-color: #fbfafa;
	height: 170px;
	padding-left: 10px;
	resize: none;
	width: 280px;
	border-radius: 2px;
	border: 1px solid #dbdbdb;
}

.inline_inp {
	width: 50%;
	float: left;
}

.inline_inp h6 {
	margin-bottom: 20px;
	padding-left: 75px;
	font-family: 'Open Sans', serif;
	font-size: 14px;
	color: #535353;
	font-weight: 400;
	text-align: center;
}

.inline_inp p {
	width: 100%;
}

.submit_p {
	margin-right: auto;
	margin-left: auto;
	width: 100% !important;
	display: block;
}

.screen-reader-response {
	color: #5b3bff;
	display: block;
	text-align: center;
	font-family: 'Open Sans', serif;
	font-weight: 600;
	padding-bottom: 15px;
}

.screen-reader-response ul {
	display: none !important;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-form.sent {
	display: none;
}

.wpcf7-not-valid-tip {
	position: absolute;
	top: 30px;
	left: 0;
	color: #e87565;
}

.wpcf7-response-output {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: none;
	position: absolute;
	top: 5px;
	float: left;
}

.ajax-loader {
	display: none !important;
}

div.wpcf7 {
	position: relative;
}

div.wpcf7-mail-sent-ok {
	position: absolute;
	top: -28px;
	left: 13px;
	color: #40df9d;
	font-family: 'Open Sans', serif;
	font-size: 14px;
	font-weight: 400;
}

div.wpcf7-validation-errors {
	color: #e15e4c;
	font-family: 'Open Sans', serif;
	font-size: 14px;
	font-weight: 400;
	display: none !important;
}

.wpcf7-submit {
	text-transform: uppercase;
	width: 153px;
	height: 54px;
	background-color: #40df9d;
	border: 3px solid #fff;
	font-family: 'Open Sans', serif;
	font-weight: 600;
	color: #fff;
	margin: 15px auto;
	display: block;
	border-radius: 2px;
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
}

.wpcf7-submit:hover {
	background-color: #37c88c;
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
}

.green_border {
	border-bottom: 3px solid #40df9d;
}

.contacts_inner {
	width: 218px;
	position: absolute;
	top: 172px;
	right: 21%;
}

.contacts_inner ul {
	list-style: none;
}

.contacts_inner ul li {
	font-family: 'Open Sans', serif;
	font-size: 13px;
	color: #fff;
	font-weight: 400;
}

.contacts_inner ul li:first-child {
	margin-bottom: 5px;
	font-weight: 700;
	font-style: italic;
}

.videolayout {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: -1;
	display: none;
	justify-content: center;
}

.videolayout.video_show_layout {
	z-index: 8000;
	display: flex;
}

.videolayoutsmall {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: -1;
	display: none;
	justify-content: center;
}

.videolayoutsmall.video_show_layoutsmall {
	z-index: 8000;
	display: flex;
}

.popup_video {
	align-self: center;
	width: 650px;
	border-radius: 2px;
	height: 420px;
	background-color: #fff;
	z-index: 9001;
}

.popup_bottom_video {
	position: relative;
	padding-top: 15px;
	padding-left: 15px;
	margin: 0 auto;
}

.close_popup_video {
	width: 20px !important;
	float: right;
	position: relative;
	top: 10px;
	margin: 0 !important;
	right: 10px;
	cursor: pointer;
	-webkit-filter: brightness(0%);
	padding-bottom: 10px;
}

.popup_videosmall {
	align-self: center;
	width: 210px;
	border-radius: 2px;
	height: 140px;
	background-color: #fff;
	z-index: 9001;
}

.popup_bottom_videosmall {
	position: relative;
	padding-top: 15px;
	padding-left: 15px;
	margin: 0 auto;
}

.close_popup_videosmall {
	width: 20px !important;
	float: right;
	position: relative;
	top: 10px;
	margin: 0 !important;
	right: 10px;
	cursor: pointer;
	-webkit-filter: brightness(0%);
}

.layout {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: -1;
	display: none;
	justify-content: center;
}

.layout.show_layout {
	z-index: 8000;
	display: flex;
}

.popup {
	align-self: center;
	width: 57%;
	border-radius: 2px;
	height: 520px;
	background-color: #fff;
	z-index: 9000;
}

.close_popup {
	width: 15px !important;
	float: right;
	position: relative;
	top: 10px;
	margin: 0 !important;
	right: 10px;
	cursor: pointer;
	-webkit-filter: brightness(0%);
}

.popup p {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	color: #01233b;
	font-size: 24px;
	width: 50%;
}

.popup h5 {
	font-family: 'Noto Serif', serif;
	font-size: 14px;
	color: #535353;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	line-height: 23px;
	margin-bottom: 20px;
}

.popup h4 {
	text-align: center;
	padding-top: 25px;
	margin-top: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.popup_top {
	background-image: url('images/popup_bg.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border-bottom: 3px solid #1e8f7b;
}

.popup_bottom {
	position: relative;
	padding-top: 35px;
	width: 80%;
	margin: 0 auto;
}

/*.popup div{
	width: 70%;
	margin: 25px auto;
}*/

.popup img {
	display: block;
	margin: 40px auto;
}

.popup input {
	margin-bottom: 15px;
	background-color: #fbfafa;
	height: 40px;
	padding-left: 10px;
	border-radius: 2px;
	border: 1px solid #dbdbdb;
	font-size: 14px;
	width: 267px;
}

.popup select {
	margin-right: 0px !important;
	margin-bottom: 15px;
	background-color: #fbfafa;
	height: 40px;
	width: 267px !important;
	padding-left: 10px;
	font-size: 14px !important;
	border-radius: 2px;
	border: 1px solid #dbdbdb;
}

.popup .wpcf7-submit {
	text-transform: uppercase;
	width: 153px;
	height: 54px;
	background-color: #40df9d;
	border: 3px solid #40df9d;
	font-family: 'Open Sans', serif;
	font-weight: 600;
	color: #fff;
	margin: 15px auto;
	display: block;
	border-radius: 2px;
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
}

.popup .wpcf7-submit:hover {
	background-color: #fff;
	color: #40df9d;
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
}

.mark_p {
	color: #8321ff !important;
	font-size: 12px !important;
	text-align: left !important;
	font-style: italic;
	padding-left: 22px;
}

.popup .wpcf7-not-valid-tip {
	position: absolute;
	top: 40px !important;
	font-size: 12px !important;
	left: 0;
	color: #e87565;
}

.pink_border {
	border-top: 2px solid #8e42ff;
}

.thiner {
	width: 80%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	float: none;
}

.thiner ul {
	list-style: none;
}

.thiner ul li {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	font-weight: 400;
}

.gloss p {
	margin-bottom: 35px;
}

.testem {
	width: 80%;
	margin: 0 auto;
	float: none;
}

.testem > div:last-child {
	border-bottom: none;
}

.testem > div:nth-child(1n) .testem_img {
	float: left;
}

.testem > div:nth-child(1n) .testem_text {
	float: left;
}

.testem > div:nth-child(2n) .testem_img {
	float: right;
}

.testem > div:nth-child(2n) .testem_text {
	float: right;
}

.testem_item {
	padding-top: 25px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e7e7e7;
	width: 100%;
}

.testem_img {
	width: 40%;
	min-height: 230px;
	display: flex;
	align-content: center;
	justify-content: center;
}

.testem_img img {
	display: block;
	align-self: center;
}

.testem_text {
	float: left;
	width: 57%;
}

.testem_text h5 {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	color: #535353;
	font-weight: 700;
	margin-top: 30px;
	font-style: italic;
}

.news_item_bottom {
	min-height: 280px;
	height: auto;
	position: relative;
	padding: 15px 20px;
	border-right: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

.news_item_bottom .more-link {
	font-style: italic;
	font-size: 13px;
	color: #7800ff;
	clear: both;
	float: left;
	position: absolute;
	top: 89%;
	left: 20px;
}

.news_item_bottom h6 {
	color: #a1a1a1;
	font-size: 12px;
	font-style: italic;
}

.news_item_bottom h5 {
	font-family: 'Open Sans', serif !important;
	font-size: 14px !important;
	text-align: left !important;
	font-weight: 500 !important;
	line-height: 27px !important;
	font-style: normal !important;
}

.news_item_bottom p {
	line-height: 21px;
}

.aligncenter {
	text-align: center;
}

.lawnews {
	padding-top: 25px;
}

.lawnews h4 {
	text-align: center;
}

.black_line {
	width: 75px;
	height: 2px;
	background-color: #000;
	margin: 10px auto;
}

.slider {
	text-align: center;
	display: none;
}

.slick-dots {
	margin-top: 10px;
	padding-left: 0;
	list-style: none;
	display: inline-block;
}

.slick-dots li {
	margin-right: 5px;
	margin-left: 5px;
	color: transparent;
	font-size: 1;
	float: left;
}

.slick-active button {
	background-color: #333333;
}

.slick-dots li button {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	border: none;
}

.lawnews h5 {
	font-family: 'Noto Serif', serif;
	font-size: 14px;
	color: #535353;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	line-height: 23px;
	margin-bottom: 20px;
}

.news_item_wrap {
	margin-top: 20px;
	margin-bottom: 20px;
}

.full_w {
	width: 100%;
	margin-bottom: 15px;
}

.table1 {
	border: 1px solid #e3e3e3;
	overflow: auto;
}

.table1 .table_inner {
	/* min-width: 1000px; */
	width: 100%;
}

.comp_pr p {
	margin-bottom: 30px;
}

.comp_pr h4 {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.state_item {
	padding-bottom: 50px;
}

.state_item img {
	float: left;
	margin: 5px 10px;
}

.last_news {
	margin-top: 25px;
	padding-left: 150px;
	padding-right: 150px;
	text-align: center;
}

.other_news {
	padding-left: 0;
	list-style: none;
	width: 80%;
	display: inline-block;
}

.other_news li {
	width: 45%;
	float: left;
	margin-right: 5%;
}

.other_news li {
	text-align: left;
}

.other_news a {
	margin-top: 20px;
	font-style: italic;
	font-size: 13px;
}

.no_borders a {
	border-bottom: none !important;
}

.fixed_m {
	position: fixed;
	top: 0;
	background-color: #fff;
	left: 0;
}

.main_content {
	margin-top: 75px;
}

.post_title {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 35px;
}

.faq_block {
	padding-top: 30px;
}

.demo {
	border-collapse: collapse;
	padding: 5px;
}

.demo th {

	padding: 5px;
}

.demo td {
	font-family: 'Open Sans', serif;
	font-weight: 600;
	padding: 10px 5px 10px 30px;

}

.demo {
	width: 100%;
}

.demo thead th {
	color: #535353;
	font-size: 16px;
	font-family: 'Open Sans', serif;
	font-weight: 500;
	font-style: italic;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;

}

.demo thead th:last-child {
	color: #000;
}

.demo tbody td {
	padding: 25px 5px 25px 30px;
}

.demo tbody td:first-child {
	width: 21%;
	font-style: italic;
	color: #555555;
}

.demo tbody td:first-child {
	width: 21%;
	font-style: italic;
	color: #555555;
}

.demo tbody tr:last-child {
	height: 20px;

}

.demo tbody tr:last-child td {
	padding: 0;
	border: none;

}

.demo tbody td:last-child {
	color: #000;

}

.greenbg {
	background-color: #40df9d;
}

.graybg {
	background-color: #e8e8e8;
}

.demo p {
	margin: 0;
	color: #535353;
	font-style: italic;
	font-size: 13px;
}

.computation > div {
	width: 50%;
	float: left;
}

.computation > div:last-child {
	border-left: 1px solid #e3e3e3;
}

.computation ul {
	float: left;
	list-style: none;
	display: inline-block;
	width: 250px;
}

.computation ul li {
	position: relative;
	height: 60px;
	line-height: 55px;
	color: #535353;
	font-size: 16px;
	font-family: 'Open Sans', serif;
	font-weight: 600;
	font-style: italic;
	width: 100%;
}

.computation ul li p {
	margin-bottom: 0;
	position: relative;
	height: 60px;
	line-height: 55px;
	color: #535353;
	font-size: 16px;
	font-family: 'Open Sans', serif;
	font-weight: 600;
	font-style: italic;
}

.computation_company li:nth-child(1):before {
	content: '';
	background-color: #40df9d;
	width: 25px;
	height: 25px;
	display: inline-block;
	position: absolute;
	top: 15px;
	left: -35px;
}

.computation_company li:nth-child(2):before {
	content: '';
	background-color: #bababa;
	width: 25px;
	height: 25px;
	display: inline-block;
	position: absolute;
	top: 15px;
	left: -35px;
}

.computation_company li:nth-child(3):before {
	content: '';
	background-color: #dedede;
	width: 25px;
	height: 25px;
	display: inline-block;
	position: absolute;
	top: 15px;
	left: -35px;
}

.computation_perc li {
	position: relative;
}

.computation_perc li span {
	position: absolute;
	top: -10px;
	text-align: center;
	left: -13px;
	font-size: 10px;
	line-height: 11px;
	color: #bababa;
}

.computation_right input {
	width: 150px;
	float: right;
	margin-right: 5px;
	font-style: normal;
	padding-left: 25px;
}

.computation_right input::-webkit-input-placeholder {
	color: #535353;
}

.computation_right input::-moz-placeholder {
	color: #535353;
}

/* Firefox 19+ */
.computation_right input:-moz-placeholder {
	color: #535353;
}

/* Firefox 18- */
.computation_right input:-ms-input-placeholder {
	color: #535353;
}

.computation_right button {
	width: 150px;
	margin-right: 5px;
	height: 40px;
	float: right;
	line-height: 0px;
	background-color: #ffb400;
	border: none;
	border-radius: 4px;
	color: #fff;
}

.computation_right button:hover {
	background-color: #f2a900;
}

.computation_right button:focus {
	background-color: #da9b03;
}

.result_block {
	padding: 7px 17px;
	width: 95%;
	margin: 0 auto;
	border-radius: 3px;
	background-color: #9efdd5;
}

.result_block p:first-child {
	float: left;
	margin: 0;
}

.result_block p:last-child {
	float: right;
	margin: 0;
}

.result_block p {
	color: #535353;
	font-size: 16px;
	font-family: 'Open Sans', serif;
	font-weight: 600;
}

.dxLegend {
	display: none;
}

.moving_menu {
	display: none;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	min-height: 63px;
	z-index: 555;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
}

.moving_menu svg path {
	stroke: #000 !important;
}

.moving_menu svg line {
	stroke: #000 !important;
}

.moving_menu svg text {
	fill: #000 !important;
}

.moving_menu a {
	color: #000 !important;
}

.moving_menu .current_page_item > a:after {
	content: '';
	width: 100%;
	position: absolute;
	top: 80%;
	left: 0;
	height: 2px;
	background-color: #00d17b;
}

.moving_menu .menu {
	height: 63px;
}

.moving_menu .sub-menu {
	top: 60px !important;
}

.moving_menu .call_box {
	padding-top: 8px;
	padding-left: 20px;
	height: 63px;
	position: absolute;
	border-left: 1px solid #f3f3f3;
	right: 25px;
	top: 0;
	display: block;
	text-align: center;
}

.moving_menu .call_box a {
	letter-spacing: 1px;
	color: #00d17b !important;
}

.moving_menu .call_box p {
	font-size: 13px !important;
	color: #000 !important;
}

.grey_backgr {
	width: 100%;
	background-color: #fafafa;
}

.state_item ol {
	list-style: decimal !important;
}

.wavebord {
	position: relative;
}

.line_3 {
	height: 23px;
	background-image: url('images/line_2.png');
	background-size: cover;
	position: relative;
	top: -13px;
}

.footer_socials {
	width: 100%;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	display: inline-block;
}

@-moz-document url-prefix() {
	.footer_socials {
		width: 135%;
	}
	.footer_socials li {
		width: 28% !important;
		margin-right: 3px !important;
	}
}

.footer_socials li {
	float: left;
}

.index_bg_inner ul li:last-child path {
	fill: #fff;
}

.index_bg_inner ul li:last-child svg {
	max-width: 120px;
	max-height: 80px;
}

.footer_socials li {
	display: inline-block;
	width: 18%;
	margin-top: 7px;
	margin-right: 10px;
	max-width: 32px;
}

.footer_socials li svg path {
	fill: #6d6d6d;
}

.footer_socials li svg:hover path {
	fill: #40df9d;
}

.footer_bottom_inner > ul > li:last-child {
	display: inline-block;
}

.footer_bottom_inner > ul > li:last-child p {
	text-align: left;
}

.text_for_ff {
	display: block;
}

.posrel {
	position: relative;
}

header .text_for_ff {
	color: #fff;
	text-indent: -9999em;
}

.moving_menu .text_for_ff {
	color: #000;
	text-indent: -9999em;
}

.text_for_ff {
	position: absolute;
	top: 11px;
	left: 77px;
	letter-spacing: 8px;
	font-size: 22px;
	font-weight: 100;
	font-family: 'PT Serif', serif;
}

.text_for_ff:hover {
	text-decoration: none;
}

@-moz-document url-prefix() {

}

.black_text {
	color: #000 !important;
}

.watch_btnfoot {
	display: none;
}

img.svg {
	display: none !important;
}

.index_bg_inner ul.header-logos li svg, .index_bg_inner ul.header-logos li img {
	max-height: 50px !important;
	max-width: 100% !important;
	fill: #fff;
}

.index_bg_inner ul.header-logos li {
	min-height: 50px;
	width: auto;
}

.index_bg_inner ul.header-logos {
	margin-bottom: 0;
}

.header-logos {
	overflow: hidden;
}

.header-logos--2 {
	padding-left: 12px !important;
}

.lists_of_types_item {
	padding-right: 0;
}

.lists_of_types_item_image {
	float: left;
	margin-top: 50px;
	width: 200px;
	text-align: center;
}

.lists_of_types_item img {
	float: none;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	margin-top: 0;
	width: 180px;
}

.lists_of_types_item_inner {
	float: none;
	margin-left: 220px;
}

@media screen and (max-width: 768px) {

	.lists_of_types_item {
		width: 300px;
		margin: 0 auto 30px;
	}

	.lists_of_types_item_image {
		text-align: left;
		float: none;
		margin: 0 0 0 20px;
	}
}

.the_process ol li {
	position: relative;
	width: 33%;
	display: inline-block;
	vertical-align: top;
	padding-left: 25px;
	padding-right: 55px;
	margin-bottom: 40px;
	float: none;
}

.container.thank-you {
	margin-bottom: 30px;
}

@media screen and (max-width: 739px) {
	.thank_you_bg {
		height: 195px;
	}

	.thank-you-page .marg345 {
		margin: 95px 0 0 !important;
	}

	.logo {
		width: 120px;
		height: 105px;
	}

}

.moving_menu .logo {
	max-width: none;
}

@media (max-width: 480px) {
	.moving_menu .logo {
		top: 3px !important;
	}
}

.moving_menu .logo {
	height: 54px !important;
}

@media (max-width: 739px) {
	.logo {
		width: auto !important;
		height: 40px !important;
	}
}

.moving_menu .logo {
	width: auto !important;
}

/*<editor-fold>*/

.n-popup {
	align-self: center;
	position: relative;
	width: 840px;
	height: 485px;
	background: none;
}

.n-popup.active {
	width: 1040px;
}

.n-popup .wpcf7 {
	margin-top: 85px !important;
}

.n-popup .n-popup-bg {
	width: 840px;
	height: 485px;
	background-color: #40df9d;
	position: absolute;
}

.n-popup.active .n-popup-bg {
	width: 1040px;
}

.n-popup .n-popup-body {
	position: absolute;
	width: 690px;
	height: 555px;
	background-color: #fff;
	border: solid 1px #f2f2f2;
	right: 12px;
	bottom: -12px;
	text-align: center;
}

.n-popup.active .n-popup-body {
	width: 890px;
}

.n-popup-body-wrapper {
	padding: 0 100px;
}

.n-popup-body .marked {
	color: #40df9d;
	font-size: 20px;
}

.n-popup-man {
	position: absolute;
	width: 260px;
	height: 450px;
	background: url(images/man.png) left top no-repeat;
	bottom: -37px;
	left: -75px;
}

.n-popup-cloud-1 {
	position: absolute;
	width: 83px;
	height: 56px;
	background: url(images/cloud-1.png) left top no-repeat;
	left: 501px;
	top: -95px;
	z-index: -1;
}

.n-popup-cloud-2 {
	position: absolute;
	width: 145px;
	height: 98px;
	background: url(images/cloud-2.png) left top no-repeat;
	left: 85px;
	top: -125px;
	z-index: -1;
}

/*</editor-fold>*/