@import url("https://fonts.googleapis.com/css?family=Cinzel:400,700|Montserrat:300,400,600,700|Open+Sans|Oswald:400,700|Playfair+Display:400,700|Raleway:400,500,700,800|Roboto:400,700&display=swap");

@font-face {
	font-family: "Myriad Pro";
	src: url("../fonts/MyriadPro-Regular.eot");
	src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

.big-h1 {
	font-size: 45px;
	font-family: "Cinzel", "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: 400;
}

.custom-h2 {
	font-size: 33px;
	font-family: "Raleway", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	font-weight: 700;
	display: block;
	color: #454545;
}

h1,
.h1 {
	font-size: 33px;
	font-family: "Raleway", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	font-weight: 700;
	margin: 0 0 36px;
}

h2,
.h2 {
	font-size: 25px;
	font-family: "Raleway", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	font-weight: 700;
	display: block;
	color: #454545;
	margin: 0 0 30px;
}

h3,
.h3 {
	font-size: 14px;
	margin: 0 0 40px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h4,
.h4 {
	font-size: 13px;
}

h5,
.h5 {
	font-size: 12px;
}

h6,
.h6 {
	font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	line-height: 1.2;
}

a {
	-webkit-transition: color .3s ease-out, background .3s ease-out, opacity .3s ease-out, -webkit-transform .3s ease-out;
	transition: color .3s ease-out, background .3s ease-out, opacity .3s ease-out, -webkit-transform .3s ease-out;
	transition: color .3s ease-out, transform .3s ease-out, background .3s ease-out, opacity .3s ease-out;
	transition: color .3s ease-out, transform .3s ease-out, background .3s ease-out, opacity .3s ease-out, -webkit-transform .3s ease-out;
}

.btn,
#header .tel,
.nav-opener,
.main-nav a,
.fraud-list-holder .fraud-list a,
.calendar-block a,
.faq-accordion .opener,
.tabset .opener {
	text-decoration: none;
}

.btn:hover,
#header .tel:hover,
.nav-opener:hover,
.main-nav a:hover,
.fraud-list-holder .fraud-list a:hover,
.calendar-block a:hover,
.faq-accordion .opener:hover,
.tabset .opener:hover {
	text-decoration: none;
	color: inherit;
}

.about-section .bg-block,
.section-evaluation .img-holder {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.custom-ul-romb,
ol,
.main-nav,
.main-nav>li ul,
.fraud-list-holder .fraud-list,
.custom-ul,
.two-col-text,
.calendar-list,
.btn-list,
.faq-accordion,
.tabset,
.testimonial .stars-list,
.testimonials-list,
#footer .footer-list,
#footer .footer-nav,
#footer .contact-list,
#footer .clients-list,
.copyright-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.logo {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ellipsis {
	white-space: nowrap;
	/* 1 */
	text-overflow: ellipsis;
	/* 2 */
	overflow: hidden;
}

.btn {
	display: inline-block;
	padding: 12px 15px;
	text-align: center;
	color: #000;
	border: 1px solid #e40000;
	font-family: "Raleway", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1.3px;
}

.btn:hover {
	text-decoration: none;
	color: rgba(0, 0, 0, .8);
}

.btn-black {
	border: none;
	color: #fff;
	background: #000;
}

.btn-text-red {
	padding: 12px 15px;
	letter-spacing: 1.3px;
	color: #e40000;
}

.btn-text-red:hover {
	color: rgba(228, 0, 0, .8);
}

.btn-red {
	border: none;
	background: #e40000;
	color: #fff;
	padding: 13px 20px;
}

.btn-red:hover {
	color: #fff;
	background: rgba(193, 87, 75, .8);
}

.red-form {
	background: #e40000;
	color: #fff;
	padding: 35px 35px 30px;
	margin: 0 -30px 0 5px;
}

.red-form .form-header>div:last-child {
	margin: 0 0 7px;
}

.red-form .form-title-mid {
	font-size: 24px;
	text-transform: uppercase;
	text-align: left;
	font-family: "Oswald", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	display: block;
	margin: 0 0 20px;
	letter-spacing: 2.2px;
	padding: 0 0 0 7px;
	line-height: 1.2;
}

.red-form .submiting-text {
	margin: 10px 0 0 0;
	display: inline-block;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: -.4px;
}

.red-form .submiting-text a {
	color: inherit;
}

.red-form label {
	margin: 0 0 5px;
}

.red-form .form-center {
	margin: 0 0 20px;
}

.red-form input {
	color: #131313;
}

.red-form input::-webkit-input-placeholder {
	color: inherit;
}

.red-form input::-moz-placeholder {
	opacity: 1;
	color: inherit;
}

.red-form input:-moz-placeholder {
	color: inherit;
}

.red-form input:-ms-input-placeholder {
	color: inherit;
}

.red-form input.placeholder {
	color: inherit;
}

input {
	width: 100%;
	border: 1px solid #acacac;
	font-size: 12px;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	font-weight: 300;
	color: #000;
	padding: 14px 13px;
	outline: none;
	-webkit-transition: background .3s ease-out;
	transition: background .3s ease-out;
	-moz-appearance: none;
	-webkit-appearance: none;
}

input::-webkit-input-placeholder {
	color: inherit;
}

input::-moz-placeholder {
	opacity: 1;
	color: inherit;
}

input:-moz-placeholder {
	color: inherit;
}

input:-ms-input-placeholder {
	color: inherit;
}

input.placeholder {
	color: inherit;
}

textarea {
	outline: none;
	width: 100%;
	border: 1px solid #acacac;
	font-size: 12px;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	font-weight: 300;
	color: #000;
	padding: 11px 13px;
	min-height: 80px;
	resize: none;
}

textarea::-webkit-input-placeholder {
	color: inherit;
}

textarea::-moz-placeholder {
	opacity: 1;
	color: inherit;
}

textarea:-moz-placeholder {
	color: inherit;
}

textarea:-ms-input-placeholder {
	color: inherit;
}

textarea.placeholder {
	color: inherit;
}

label {
	font-family: "Raleway", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	font-size: 12px;
	text-align: left;
	display: inline-block;
}

.field-row {
	margin: 0 0 15px;
}

input[type="submit"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	padding: 18px 20px;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #000;
	border: none;
	font-size: 14px;
	font-weight: 700;
	font-family: "Raleway", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	text-transform: uppercase;
}

input[type="submit"].light-bg {
	background: #2b2b2b;
}

input[type="submit"].light-bg:hover {
	background: rgba(43, 43, 43, .8);
}

input[type="submit"]:hover {
	background: rgba(0, 0, 0, .8);
}

.testimonial-block {
	border: 1px solid #000;
	border-radius: 5px;
	position: relative;
	padding: 50px 45px 20px;
	margin: 0 0 40px;
}

.testimonial-block.border-red {
	border: none;
	border-bottom: 5px solid #e40000;
	border-radius: 0;
}

.testimonial-block .qoute {
	position: absolute;
	top: 0;
	left: 0;
}

.testimonial-block blockquote {
	font-family: "Open Sans", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	font-size: 20px;
	font-style: italic;
	line-height: 28px;
}

.testimonial-block cite {
	font-size: 17px;
	font-style: normal;
	letter-spacing: -.5px;
}

.testimonial-block .company-name {
	font-weight: 700;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.custom-ul-romb {
	padding: 27px 0 0 80px;
	margin: 0 0 37px;
	font-size: 20px;
	letter-spacing: -.5px;
}

.custom-ul-romb li {
	padding: 0 0 0 45px;
	margin: 0 0 20px;
	position: relative;
}

.custom-ul-romb li::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	left: 5px;
	top: 12px;
	background: rgba(228, 0, 0, .6);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

ol {
	padding: 15px 0 0 80px;
	font-size: 20px;
	counter-reset: my-counter;
	letter-spacing: -.5px;
}

ol li {
	counter-increment: my-counter;
	padding: 0 0 0 45px;
	margin: 0 0 20px;
	position: relative;
}

ol li::before {
	content: counter(my-counter) ". ";
	position: absolute;
	left: 0;
	color: #000;
	font-weight: bold;
	font-family: "Raleway", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
}

.text-holder {
	font-size: 20px;
	color: #333;
	margin: 0 0 40px;
	font-family: "Raleway", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
}

.text-holder p {
	margin: 0 0 25px;
}

.text-holder-mont {
	color: #202020;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	font-size: 15px;
	letter-spacing: -.35px;
	line-height: 27px;
}

.text-holder-mont p {
	margin: 0 0 25px;
}

.text-holder-mont p:last-child {
	margin: 0;
}

#header {
	background: #fff;
	z-index: 10;
	-webkit-transition: box-shadow .3s ease-out;
	transition: box-shadow .3s ease-out;
	position: relative;
}

.fixed-position #header {
	box-shadow: 1px -2px 6px #2b2b2b;
}

.fixed-position #header .nav-drop {
	display: none;
}

#header .phone-holder-desktop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#header .phone-holder-mobile {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#header .phone-holder-mobile .tel {
	font-size: 16px;
	color: #e40000;
	padding: 9px 18px;
	margin: -6px 5px 0 0;
}

#header .tel-link {
	color: #2b2b2b;
	text-align: right;
	margin: 0 24px 0 0;
}

#header .tel-link .call-text {
	display: block;
	font-size: 14px;
	font-family: "Myriad Pro", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
}

#header .tel {
	font-family: "Roboto", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	font-size: 22px;
	color: #2b2b2b;
	display: block;
	margin: -6px 0 0 0;
}

#header .header-top,
#header .nav-drop {
	background: inherit;
	border-bottom: 1px solid #facccc;
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

#header .header-top {
	padding: 10px 0;
}

#header .nav-drop {
	width: 100%;
}

.resize-active #header .nav-drop {
	-webkit-transition: none;
	transition: none;
}

.logo {
	display: block;
	margin: 5px 0 0;
}

.logo:hover {
	opacity: .8;
}

.nav-opener {
	width: 92px;
	height: 44px;
	border: 1px solid #a3a3a3;
	position: relative;
	bottom: 0;
	right: auto;
	left: 0;
	overflow: hidden;
	outline: none;
	z-index: 9999;
	display: none;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	border-radius: 6px;
	background: #464646;
	position: absolute;
	top: 24px;
	width: 24px;
	left: 3%;
	right: 15%;
	height: 2px;
	margin-top: -3px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 15px;
	width: 13px;
}

.nav-opener:before {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.nav-opener:after {
	width: 19px;
	top: 32px;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:focus:before,
.nav-opener:focus:after {
	opacity: 1;
}

.nav-opener mark {
	background: none;
	text-transform: uppercase;
	font-size: 13px;
	font-family: "Myriad Pro", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	position: absolute;
	top: 50%;
	right: 8px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.nav-active {
	height: 100vh;
}

.nav-active .nav-opener:before {
	opacity: 1;
	-webkit-transform: translate(6px, -1px) rotate(-46deg);
	-ms-transform: translate(6px, -1px) rotate(-46deg);
	transform: translate(6px, -1px) rotate(-46deg);
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg) translate(3px, 1px);
	-ms-transform: rotate(-45deg) translate(3px, 1px);
	transform: rotate(-45deg) translate(3px, 1px);
	width: 12px;
}

.nav-active .nav-opener span {
	-webkit-transform: rotate(45deg) translate(-1px, -2px);
	-ms-transform: rotate(45deg) translate(-1px, -2px);
	transform: rotate(45deg) translate(-1px, -2px);
	width: 23px;
}

.nav-active .nav-drop {
	top: 100%;
	width: 100%;
	height: calc(100vh - 62px);
	overflow: auto;
}

.main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	font-weight: 300;
	font-size: 15px;
	text-transform: uppercase;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-nav.header-nav>li {
	padding: 6px 0;
}

.main-nav>li {
	position: relative;
	margin: 0 15px 0 0;
}

.main-nav>li:last-child {
	margin: 0;
}

.main-nav>li.active>a {
	color: #d02121;
}

.main-nav>li.hover>a {
	color: rgba(51, 51, 51, .8);
}

.main-nav>li.hover>a::after {
	-webkit-transform: translate(-50%, -50%) rotate(-180deg);
	-ms-transform: translate(-50%, -50%) rotate(-180deg);
	transform: translate(-50%, -50%) rotate(-180deg);
}

.main-nav>li.hover ul {
	display: block;
}

.main-nav>li ul {
	position: absolute;
	width: 160%;
	left: 50%;
	top: 98%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 1;
	background: #fff;
	padding: 15px 0;
	font-size: 14px;
	text-align: center;
	border: 1px solid #ececec;
	border-top: 0;
	display: none;
}

.main-nav>li ul>li {
	margin: 0 0 10px;
}

.main-nav>li ul>li:last-child {
	margin: 0;
}

.main-nav>li ul a {
	color: #1c1c1c;
}

.main-nav a {
	cursor: pointer;
	color: #333;
}

.main-nav a:hover {
	color: rgba(51, 51, 51, .8);
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.intro-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 43px 0 5px;
	margin: 0 0 43px;
	border-bottom: 1px solid #9d1919;
}

.intro-title .img-holder {
	margin: 0 26px 0 0;
}

.intro-title .title-text {
	padding: 6px 0 0 25px;
	border-left: 1px solid #e40000;
}

.intro-title .suptitle {
	font-size: 15px;
	font-weight: 700;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	color: #9d1919;
	text-transform: uppercase;
	letter-spacing: 2.75px;
}

.intro-title .subtitle {
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	font-weight: 700;
	font-size: 17px;
	display: block;
	text-transform: uppercase;
	max-width: 650px;
	letter-spacing: 1.4px;
	margin: 0 auto 20px;
	line-height: 20px;
}

.intro-title .big-h1 {
	margin: 0;
	color: #333;
	font-family: "Cinzel", "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.intro-title .big-h1 strong {
	font-weight: 400;
	font-size: 64px;
}

.intro-title-mobile {
	text-align: center;
	padding: 35px 0;
}

.intro-title-mobile .custom-h3 {
	display: block;
	font-size: 20px;
	letter-spacing: 1px;
	font-family: "Raleway", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0 0 7px;
}

.intro-title-mobile h1 {
	font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 43px;
	line-height: 1;
	margin: 0 0 20px;
}

.intro-title-mobile h1 i {
	font-size: 31px;
}

.intro-title-mobile .subtitle {
	display: block;
	color: #000;
	font-size: 18px;
	font-family: "Raleway", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
}

.intro-text {
	text-align: center;
	font-size: 20px;
	color: #333;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	font-weight: 300;
	max-width: 495px;
	margin: 0 auto 30px;
}

.intro-text .small-title {
	margin: 0 0 15px;
	line-height: 38px;
}

.intro-text .red-text {
	color: #9d1919;
	font-size: 17px;
	max-width: 355px;
	margin: 0 auto;
	line-height: 27px;
}

.intro-text span {
	display: block;
}

.intro-form-holder {
	background-color: #1c1c1c;
	position: relative;
	margin: 0 -15px;
	padding: 33px 0 27px 45px;
	min-height: 430px;
}

.intro-form-holder::after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	background-color: inherit;
	height: 100%;
}

.intro-form-holder .intro-form-title {
	display: block;
	font-size: 18px;
	color: #fff;
	font-family: "Raleway", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	font-weight: 700;
	padding: 0 0 20px;
	margin: 0 0 20px;
	position: relative;
	line-height: 23px;
	letter-spacing: -.55px;
}

.intro-form-holder .intro-form-title::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 300px;
	height: 2px;
	background: #9d1919;
}

.intro-form-holder .intro-form-title mark {
	background: none;
	color: #e40000;
}

.intro-form label {
	color: #fff;
	font-size: 13px;
	font-family: "Raleway", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	display: block;
	margin: 0 0 3px;
}

.intro-form .field-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -13px 9px;
}

.intro-form .field-block {
	width: 50%;
	padding: 0 13px;
}

.intro-form input {
	padding: 4px 8px 4px 10px;
	font-size: 15px;
}

.intro-form .jcf-select,
.intro-form .jcf-list .jcf-option {
	padding: 0 0 0 6px;
}

.intro-form .jcf-select.jcf-drop-active .jcf-list .jcf-option,
.intro-form .jcf-list .jcf-option.jcf-drop-active .jcf-list .jcf-option {
	padding: 8px 6px;
}

.intro-form .jcf-select {
	border-radius: 5px;
}

.intro-form .jcf-select .jcf-select-opener {
	width: 30px;
}

.intro-form .jcf-select .jcf-select-opener::after {
	border-top: 5px solid #e40000;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.intro-form .jcf-select .jcf-select-text {
	font-size: 15px;
}

.intro-form input[type="submit"] {
	background: #e40000;
	font-size: 13px;
	padding: 13px 20px;
	font-weight: 800;
	margin: 0 12px 15px 0;
	letter-spacing: 1.44px;
	min-width: 155px;
}

.intro-form input[type="submit"]:hover {
	background: rgba(228, 0, 0, .8);
}

.intro-form .textarea-block,
.intro-form .bottom-block {
	padding: 0 13px;
}

.intro-form .bottom-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.intro-form .agree-text {
	font-size: 8px;
	display: block;
	color: #777;
	margin: -2px 0 0 0;
}

.intro-form .agree-text a {
	color: inherit;
}

.intro-form .radio-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.intro-form input,
.intro-form textarea {
	letter-spacing: -.5px;
	border-radius: 0;
}

.intro-form input::-webkit-input-placeholder,
.intro-form textarea::-webkit-input-placeholder {
	color: #bababa;
	font-size: 15px;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
}

.intro-form input::-moz-placeholder,
.intro-form textarea::-moz-placeholder {
	opacity: 1;
	color: #bababa;
	font-size: 15px;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
}

.intro-form input:-moz-placeholder,
.intro-form textarea:-moz-placeholder {
	color: #bababa;
	font-size: 15px;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
}

.intro-form input:-ms-input-placeholder,
.intro-form textarea:-ms-input-placeholder {
	color: #bababa;
	font-size: 15px;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
}

.intro-form input.placeholder,
.intro-form textarea.placeholder {
	color: #bababa;
	font-size: 15px;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
}

.intro-form .radio-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 15px 0 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.intro-form .radio-btn label {
	font-size: 16px;
	margin: 0;
}

.intro-form .textarea-block label {
	font-size: 15px;
}

.intro-form textarea {
	padding: 4px 7px;
	min-height: 74px;
}

.lawyers-section {
	padding: 22px 0;
	background: #c6c6c6;
}

.lawyers-section .logobar-carousel .slick-slide {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.lawyers-section .logobar-carousel img {
	filter: grayscale(100%);
	opacity: .6;
}

.lawyers-section .logobar-carousel img:hover {
	filter: none;
}

.lawyers-section .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.help-section {
	padding: 20px 0;
}

.help-section .intro-title {
	max-width: 800px;
	margin: 0 auto 40px;
	display: block;
	text-align: center;
}

.help-section .intro-title .img-holder {
	margin: 0 0 20px;
}

.help-section .intro-title .title-text {
	border: none;
	margin: 0;
	padding: 0;
}

.help-section .intro-title .suptitle {
	display: block;
	margin: 0 0 7px;
}

.help-section .big-h1 {
	margin: 0 0 20px;
}

.help-section .big-h1 strong {
	font-size: inherit;
}

.help-section .h4 {
	font-size: 20px;
	color: #747474;
	font-family: "Raleway", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	text-align: center;
	display: block;
	margin: 0 0 47px;
}

.help-section .btn-red {
	display: block;
	max-width: 150px;
	margin: 0 auto;
	padding: 12px 15px;
	letter-spacing: 1px;
}

.fraud-list-holder {
	overflow: hidden;
	margin: 0 0 27px;
}

.fraud-list-holder .fraud-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	font-size: 16px;
	color: #202020;
	text-align: center;
	font-weight: 300;
	margin: 0 -10px;
	letter-spacing: -.5px;
	line-height: 21px;
}

.fraud-list-holder .fraud-list li {
	width: 16.6%;
	overflow: hidden;
	padding: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

.fraud-list-holder .fraud-list li:last-child::after {
	display: none;
}

.fraud-list-holder .fraud-list li::after {
	content: "";
	position: absolute;
	background: #575757;
	width: 1px;
	height: 140px;
	right: 0;
	top: 0;
}

.fraud-list-holder .fraud-list li.active a,
.fraud-list-holder .fraud-list li:hover a {
	color: #9d1919;
}

.fraud-list-holder .fraud-list li.active img,
.fraud-list-holder .fraud-list li:hover img {
	filter: grayscale(0);
	opacity: 1;
}

.fraud-list-holder .fraud-list .img-holder {
	min-height: 122px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.fraud-list-holder .fraud-list .img-holder img {
	filter: grayscale(1);
	opacity: .6;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

.fraud-list-holder .fraud-list a {
	color: inherit;
}

.testimonial-holder {
	max-width: 840px;
	margin: 0 auto;
	padding: 30px 0 100px;
	text-align: center;
}

.testimonial-holder .img-holder {
	max-width: 75px;
	max-height: 75px;
	margin: 0 auto 25px;
}

.testimonial-holder img {
	width: 100%;
	filter: grayscale(1);
	opacity: .7;
	-webkit-transition: opacity .3s ease-out, filter .3s ease-out;
	transition: opacity .3s ease-out, filter .3s ease-out;
}

.testimonial-holder img:hover {
	filter: grayscale(0);
}

.testimonial-holder .avatar-holder {
	opacity: .7;
	max-width: 45px;
	max-height: 45px;
}

.testimonial-holder .cite-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.testimonial-holder .cite-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	margin: 0 0 20px auto;
	font-family: "Open Sans", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	opacity: .65;
}

.testimonial-holder .cite-content span {
	display: block;
}

.testimonial-holder .name-holder {
	font-style: normal;
	padding: 0 0 0 15px;
}

.testimonial-holder blockquote {
	color: #e40000;
	font-family: "Raleway", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	font-size: 28px;
	letter-spacing: 2.3px;
}

.testimonial-holder blockquote p {
	margin: 0 0 20px;
}

.testimonial-holder .name {
	font-size: 14px;
	color: #1c1c1c;
}

.testimonial-holder .date {
	font-size: 12px;
	color: #c3c3c3;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.about-section {
	position: relative;
}

.about-section::after {
	position: absolute;
	content: "";
	width: 100vw;
	height: 1px;
	background: #ececec;
	top: 0;
	left: 50%;
}

.about-section .container {
	max-width: 1330px;
}

.about-section .bg-block {
	background-position: 100% 0;
	position: relative;
}

.about-section .bg-block::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .1);
}

.about-section .about-text {
	padding: 76px 0 95px 30px;
}

.about-section .h2 {
	display: block;
	letter-spacing: 1px;
	margin: 0 0 25px;
	font-size: 33px;
	color: #333;
	font-family: "Myriad Pro", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	font-weight: 700;
}

.knowlege-section {
	background: #f3f3f3;
	padding: 107px 0 130px;
}

.knowlege-section .knowlege-content {
	max-width: 708px;
	margin: 0 auto;
}

.knowlege-section .custom-h2 {
	text-align: center;
	margin: 0 0 37px;
}

.text-section .h2 {
	text-align: center;
}

.custom-ul {
	padding: 0 0 0 45px;
}

.custom-ul li {
	margin: 0;
	position: relative;
}

.custom-ul li::before {
	position: absolute;
	content: "";
	width: 2px;
	height: 2px;
	background: #e40000;
	left: -8px;
	top: 13px;
}

.section-evaluation .container {
	max-width: 1300px;
}

.section-evaluation .text-block {
	padding: 125px 0 95px;
	position: relative;
	height: 100%;
}

.section-evaluation .text-block::after {
	content: "";
	position: absolute;
	right: -15px;
	bottom: 0;
	height: 1px;
	width: 100vw;
	background: #ececec;
}

.section-evaluation .img-holder {
	position: relative;
}

.section-evaluation .img-holder::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .5);
}

.section-evaluation .text-block-2 {
	padding: 108px 0 110px 30px;
	position: relative;
	z-index: 2;
	max-width: 270px;
}

.section-evaluation .custom-h1 {
	font-size: 60px;
	color: #fff;
	font-family: "Oswald", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	display: block;
	line-height: 60px;
	margin: 0 0 28px;
	font-weight: 700;
}

.section-evaluation .custom-h2 {
	max-width: 375px;
	margin: 0 0 21px;
	line-height: 40px;
}

.section-evaluation .custom-h2 a {
	color: inherit;
}

.full-text-section {
	padding: 132px 0 26px;
	border-bottom: 1px solid #ececec;
}

.full-text-section .custom-h2 {
	margin: 0 0 37px;
}

.full-text-section .width-text .custom-h2 {
	text-align: center;
}

.full-text-section .text-holder-mont {
	margin: 0 0 78px;
}

.two-col-text {
	-webkit-column-count: 2;
	column-count: 2;
	margin: 0 -40px;
}

.two-col-text li {
	padding: 0 40px;
}

.cases-section {
	padding: 109px 0 55px;
}

.cases-section h2 {
	font-size: 33px;
	text-align: center;
	margin: 0 0 56px;
}

.case-holder {
	border: 1px solid #e40000;
	padding: 35px 11px 18px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.case-holder .case-header {
	max-width: 180px;
	margin: -55px auto 8px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 18px;
	background: #fff;
	font-family: "Raleway", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 21px;
}

.case-holder .case-header .price {
	font-weight: 900;
	font-size: 22px;
	display: inline-block;
	margin: 0 0 0 5px;
}

.case-holder .case-header .dollar-box {
	color: #fff;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #e93333;
	border-radius: 50%;
}

.case-holder .text-holder-mont {
	margin: 0 0 50px;
	color: #1b1b1b;
	width: 100%;
}

.case-holder .case-bottom {
	margin: auto 0 0 0;
}

.case-holder .case-bottom span {
	display: block;
	font-family: "Raleway", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	font-weight: 700;
	font-size: 16px;
}

.calendar-section {
	padding: 10px 0;
}

.calendar-section .text-holder-mont {
	margin: 0 0 33px;
}

.calendar-section .btn {
	font-family: "Myriad Pro", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	padding: 12px 30px;
}

.calendar-section .custom-h2 {
	line-height: 40px;
	margin: 0 0 15px;
}

.calendar-holder {
	border-left: 1px solid #ececec;
	padding: 9px 0 10px 57px;
}

.calendar-list li {
	margin: 0 0 18px;
}

.calendar-list li:last-child {
	margin: 0;
}

.calendar-block {
	padding: 17px 30px 18px 47px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #1c1c1c;
}

.calendar-block.bg-black {
	color: #fff;
	background: #2b2b2b;
}

.calendar-block.bg-gray {
	background: #f3f3f3;
}

.calendar-block.bg-white {
	background: #fff;
}

.calendar-block.bg-white .calendar-text {
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
}

.calendar-block .calendar-text {
	font-family: "Open Sans", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	line-height: 18px;
	display: block;
	letter-spacing: 0;
	font-size: 15px;
	margin: 0 0 11px;
}

.calendar-block .date-block {
	padding: 6px 12px;
	margin: 0 20px 0 -80px;
	color: #fff;
	text-align: center;
	background: #a1a1a1;
	font-family: "Open Sans", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	font-size: 15px;
}

.calendar-block .date-block .number {
	font-family: "Cinzel", "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 28px;
	font-weight: 700;
	margin: -7px 0 0 0;
}

.calendar-block .date-block .mounth {
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
}

.calendar-block .category-holder {
	font-size: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 0 4px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Open Sans", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
}

.calendar-block .image-holder {
	margin: 0 5px 0 0;
}

.calendar-block a {
	color: #e40000;
	letter-spacing: -.76px;
}

.calendar-block a:hover {
	color: rgba(228, 0, 0, .8);
}

.consultation-section {
	padding: 75px 0 95px;
	border-bottom: 1px solid #ececec;
}

.consultation-section .red-form input {
	color: #131313;
	border-radius: 0;
	box-shadow: none;
}

.consultation-section .red-form textarea {
	border-radius: 0;
	box-shadow: none;
}

.consultation-section .red-form input[type="submit"] {
	color: #fff;
	letter-spacing: 1.3px;
	padding: 15px;
}

.consultation-section .red-form .jcf-select {
	color: #131313;
}

.icon-title {
	margin: 0 auto;
	text-align: center;
}

.icon-title .img-holder {
	margin: 0 0 30px;
	text-align: center;
}

.icon-title .custom-h2 {
	color: #1c1c1c;
	margin: 0 0 50px;
}

.icon-title .text-holder-mont {
	text-align: left;
	color: #202020;
	font-family: "Myriad Pro", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
}

.divider-section.divider-padding {
	padding: 69px 0;
}

.divider-bar {
	padding: 20px 0;
	letter-spacing: 2px;
}

.divider-bar.divider-margin {
	margin: 0 0 33px;
}

.divider-red {
	background: #e40000;
}

.divider-black {
	background: #1c1c1c;
}

.divider-text {
	font-size: 20px;
	font-weight: 700;
	font-family: "Raleway", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	color: #fff;
	display: block;
	text-align: center;
	text-transform: uppercase;
}

.blog-section {
	padding: 34px 0;
}

.btn-list {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0 auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn-list li {
	padding: 0 15px;
	margin: 0 0 15px;
}

.btn-list a {
	font-family: "Myriad Pro", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
}

.btn-list .btn {
	min-width: 250px;
}

.call-section {
	padding: 55px 0 40px;
}

.call-section .icon-title .img-holder {
	margin: 0 0 30px;
}

.call-section .custom-h2 {
	color: #1c1c1c;
	max-width: 430px;
	margin: 0 auto 15px;
	line-height: 45px;
	text-align: center;
}

.call-section .subtitle {
	font-size: 17px;
	text-transform: uppercase;
	display: block;
	max-width: 430px;
	margin: 0 auto 47px;
	letter-spacing: 1.1px;
	line-height: 22px;
	text-align: center;
}

.faq-section {
	padding: 73px 0;
}

.title-red {
	font-size: 33px;
	text-transform: capitalize;
	font-weight: 700;
	margin: 0 0 30px;
	padding: 0 0 12px;
	position: relative;
	display: inline-block;
}

.title-red::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 4px;
	width: 50%;
	background: #e40000;
}

.faq-accordion li,
.tabset li {
	padding: 15px 0;
	border-top: 1px solid #cfcfcf;
}

.faq-accordion li:last-child,
.tabset li:last-child {
	border-bottom: 1px solid #cfcfcf;
}

.faq-accordion li.active .open-btn,
.tabset li.active .open-btn {
	background: #e40000;
}

.faq-accordion li.active .open-btn span::after,
.tabset li.active .open-btn span::after {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.faq-accordion .opener,
.tabset .opener {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Raleway", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	font-weight: bold;
	color: #454545;
}

.faq-accordion .open-btn,
.tabset .open-btn {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 20px 0 0;
	width: 21px;
	height: 21px;
	border-radius: 2px;
	background: #cfcfcf;
	position: relative;
	display: block;
	-webkit-transition: background .3s ease-out;
	transition: background .3s ease-out;
}

.faq-accordion .open-btn span,
.tabset .open-btn span {
	position: absolute;
	width: 15px;
	height: 3px;
	background: #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.faq-accordion .open-btn span::after,
.tabset .open-btn span::after {
	content: "";
	width: 15px;
	height: 3px;
	background: inherit;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.faq-accordion .slide,
.tabset .slide {
	padding: 12px 0;
}

.faq-accordion .answer,
.tabset .answer {
	font-size: 14px;
	font-family: "Open Sans", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
}

.fut-section {
	padding: 114px 0 80px;
}

.tabset {
	background: #fff;
	position: relative;
	z-index: 5;
}

.tab-content {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 0 20px;
}

.tab-content>div {
	padding: 30px 20px 40px;
	border: 1px solid #000;
	border-radius: 4px;
	-webkit-transition: opacity .3s ease-out, visibility .3s ease-out, -webkit-transform .3s ease-out;
	transition: opacity .3s ease-out, visibility .3s ease-out, -webkit-transform .3s ease-out;
	transition: transform .3s ease-out, opacity .3s ease-out, visibility .3s ease-out;
	transition: transform .3s ease-out, opacity .3s ease-out, visibility .3s ease-out, -webkit-transform .3s ease-out;
}

.tab-content>div.active {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
	visibility: visible;
}

.tab-content .tab-title {
	display: block;
	color: #e40000;
	font-weight: 700;
	font-family: "Raleway", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 6px;
}

.tab-content .text-holder {
	font-family: "Open Sans", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
}

.testimonials-main {
	padding: 42px 0 58px;
}

.testimonials-main .custom-h2 {
	text-align: center;
	margin: 0 0 27px;
}

.testimonial {
	max-width: 740px;
	margin: 0 auto 50px;
	text-align: center;
	font-family: "Open Sans", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
}

.testimonial .stars-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -6px 45px;
}

.testimonial .stars-list li {
	padding: 0 6px;
}

.testimonial blockquote {
	font-size: 20px;
	margin: 0 0 30px;
}

.testimonial .cite-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 350px;
	margin: 0 auto;
	line-height: 22px;
}

.testimonial .cite-holder cite,
.testimonial .cite-holder span {
	display: block;
}

.testimonial .cite-holder .img-holder {
	margin: 0 15px 0 0;
}

.testimonial .cite-holder cite {
	font-size: 19px;
	font-style: normal;
}

.testimonial .cite-holder .date {
	font-size: 17px;
	text-transform: uppercase;
	color: rgba(43, 43, 43, .5);
	letter-spacing: .5px;
}

.testimonial .name-holder {
	margin: 9px 0 0 16px;
}

.testimonials-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -45px;
}

.testimonials-list li {
	width: 50%;
	padding: 0 45px;
	margin: 0 0 25px;
}

.testimonials-list .testimonial-secondary {
	padding: 20px 0 0 0;
	position: relative;
}

.testimonials-list .testimonial-secondary::before {
	position: absolute;
	content: "";
	height: 1px;
	width: 150px;
	background: #e40000;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.testimonials-list blockquote {
	font-size: 14px;
	margin: 0 0 20px;
	line-height: 1.75;
}

.testimonials-list .img-holder {
	margin: 0 35px 0 0;
}

.testimonials-list .img-holder img {
	width: 100%;
}

.big-form-section {
	background: #e40000;
	padding: 95px 0 100px;
}

.big-form-section .form-title {
	display: block;
	max-width: 650px;
	margin: 0 0 63px;
	font-size: 60px;
	font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #fff;
	line-height: 50px;
	font-weight: 700;
}

.big-form-section .form-title strong {
	font-size: 42px;
}

.big-form-section .red-form {
	margin: 0;
	padding: 0;
}

.big-form-section .red-form input,
.big-form-section .red-form textarea {
	color: #000;
	border-radius: 0;
	border: 1px solid #000;
}

.big-form-section .red-form input::-webkit-input-placeholder,
.big-form-section .red-form textarea::-webkit-input-placeholder {
	color: #000;
	font-family: "Raleway", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
}

.big-form-section .red-form input::-moz-placeholder,
.big-form-section .red-form textarea::-moz-placeholder {
	opacity: 1;
	color: #000;
	font-family: "Raleway", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
}

.big-form-section .red-form input:-moz-placeholder,
.big-form-section .red-form textarea:-moz-placeholder {
	color: #000;
	font-family: "Raleway", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
}

.big-form-section .red-form input:-ms-input-placeholder,
.big-form-section .red-form textarea:-ms-input-placeholder {
	color: #000;
	font-family: "Raleway", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
}

.big-form-section .red-form input.placeholder,
.big-form-section .red-form textarea.placeholder {
	color: #000;
	font-family: "Raleway", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
}

.big-form-section .red-form input[type="submit"] {
	background: #000;
	max-width: 270px;
	margin: 0 0 0 auto;
	color: #fff;
	padding: 14px 0;
	letter-spacing: 1.1px;
}

.big-form-section .red-form input[type="submit"]:hover {
	background: rgba(0, 0, 0, .8);
}

.big-form-section .red-form textarea {
	min-height: 150px;
	padding: 24px 13px;
}

.big-form-section .red-form .submiting-text {
	margin: 0 0 31px;
	letter-spacing: -.7px;
}

.big-form-section .red-form .jcf-select {
	border: 1px solid #000;
}

.big-form-section .red-form .jcf-select-text {
	color: #000;
	opacity: 1;
}

.big-form-section .red-form .jcf-list {
	border: 1px solid #000;
	border-top: 0;
}

.big-form-section .red-form .form-center {
	padding: 12px 0 0 0;
	margin: 0 0 6px;
}

.big-form-section .red-form .form-center>div:last-child {
	margin: 0;
}

/* Slick slider styles */

.cases-carousel {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	padding: 0 15px;
}

.cases-carousel .slick-slide {
	margin: 0 15px;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.cases-carousel .slick-track,
.cases-carousel .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
	padding: 25px 0 0 0;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-arrow {
	display: block;
	position: absolute;
	width: 35px;
	height: 35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slick-arrow::after,
.slick-arrow::before {
	content: "";
	width: 2px;
	height: 15px;
	background: #5a5a5a;
	position: absolute;
}

.slick-arrow::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 16px;
	top: 14px;
}

.slick-arrow::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 16px;
	top: 4px;
}

.slick-prev {
	left: 0;
}

.slick-next {
	-webkit-transform: rotate(180deg) translateY(-50%);
	-ms-transform: rotate(180deg) translateY(-50%);
	transform: rotate(180deg) translateY(-50%);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	left: 100%;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
	opacity: 0;
}

/* custom radio styles */

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #871616;
	border-radius: 9px;
	margin: 0 8px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #871616;
	border-radius: 100%;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #acacac;
	background: #fff;
	min-width: 150px;
	padding: 10px 10px;
	width: 100%;
}

.jcf-select.jcf-drop-active .jcf-select-opener {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 12px;
	line-height: 26px;
	color: #131313;
	opacity: .7;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 38px;
	bottom: 0;
	right: 0;
	top: 0;
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.jcf-select .jcf-select-opener::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-top: 8px solid #e40000;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

body>.jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body>.jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
	border: 1px solid #acacac;
	border-top: 0;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list ul li:first-child {
	display: none;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 15px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

#footer {
	font-weight: 300;
	color: #333;
	padding: 45px 0 40px;
}

#footer .footer-top {
	margin: 0 0 47px;
}

#footer .footer-top .row>div {
	position: relative;
}

#footer .footer-top .row>div:last-child::after {
	display: none;
}

#footer .footer-top .row>div::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #dcdcdc;
}

#footer .footer-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#footer .logo {
	margin: 8px 0 30px;
	display: block;
}

#footer .logo img {
	width: 100%;
}

#footer .footer-description {
	font-size: 13px;
	line-height: 19px;
	display: block;
}

#footer .footer-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Cinzel", "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 20px;
	margin: 3px 12px 39px;
}

#footer .footer-title .icon-holder {
	margin: 0 15px 0 0;
}

#footer .footer-nav {
	font-size: 15px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 11px 27px;
	text-transform: capitalize;
}

#footer .footer-nav>li {
	margin: 0 0 8px;
	position: relative;
	width: 100%;
	padding: 0 5px;
}

#footer .footer-nav>li:hover .slide {
	display: block;
}

#footer .footer-nav>li:last-child {
	margin: 0;
}

#footer .footer-nav a {
	display: inline-block;
	color: inherit;
	cursor: pointer;
}

#footer .footer-nav .slide {
	display: none;
	position: absolute;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	left: 10%;
	top: 85%;
	width: 100%;
	z-index: 5;
	border-top: 1px solid #ececec;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

#footer .contact-list {
	font-size: 15px;
	padding: 0 10px;
}

#footer .contact-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 16px;
}

#footer .contact-list .icon-holder {
	width: 23px;
	height: 23px;
	margin: 0 5px 0 0;
}

#footer .contact-list a {
	color: inherit;
}

#footer .clients-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -1px;
	padding: 5px 10px;
	max-width: 245px;
}

#footer .clients-list>li {
	padding: 1px;
}

#footer .clients-list a {
	display: block;
	width: 54px;
	height: 54px;
	background: #636363;
	-webkit-transition: background .3s ease-out;
	transition: background .3s ease-out;
}

#footer .clients-list a:hover {
	background: rgba(99, 99, 99, .8);
}

#footer .clients-list a img {
	width: 100%;
}

.copyright-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 10px;
	font-family: "Raleway", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	color: #636363;
	margin: 0 0;
}

.copyright-list li {
	padding: 0 5px;
	position: relative;
}

.copyright-list li::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 10px;
	background: #747474;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.copyright-list li:last-child {
	color: #e40000;
}

.copyright-list li:last-child::after {
	display: none;
}

.copyright-list a {
	color: inherit;
}

body {
	min-width: 320px;
}

@media (min-width: 375px) {
	.cases-carousel .slick-slide {
		margin: 0 30px;
	}
}

@media (min-width: 500px) {
	#footer .logo {
		max-width: 225px;
	}
}

@media (min-width: 576px) {
	.lawyers-section .logobar-carousel {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -15px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.lawyers-section .logobar-carousel>div {
		padding: 0 15px;
	}

	.cases-carousel {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -9px;
		padding: 0;
	}

	.cases-carousel>div {
		width: 25%;
		padding: 0 9px;
		margin: 0 0 55px;
	}
}

@media (min-width: 576px) and (max-width: 992px) {
	.cases-carousel>div {
		width: 50%;
	}
}

@media (min-width: 769px) {
	#header .phone-holder-mobile {
		display: none;
	}

	.intro-title-mobile {
		display: none;
	}
}

@media (max-width: 1200px) {
	.main-nav.header-nav>li:first-child ul {
		left: 0;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.main-nav.header-nav>li:last-child ul {
		left: auto;
		right: 0;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.intro-section .intro-title {
		max-width: 700px;
		margin: 0 auto 43px;
	}

	.intro-form-holder {
		margin: 0;
	}

	.case-holder {
		padding: 35px 15px 13px;
	}
}

@media (max-width: 992px) {
	.nav-active .nav-drop-header {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.intro-form-holder {
		padding: 30px 15px;
		margin: 0 0 40px;
	}

	.intro-form-holder::after {
		display: none;
	}

	.intro-form .field-block {
		width: 50%;
		margin: 0 0 10px;
	}

	.help-section {
		padding: 48px 0 20px;
	}

	.fraud-list-holder .fraud-list {
		margin: -2px -10px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.fraud-list-holder .fraud-list li {
		width: 33.3%;
		padding: 0 10px 30px;
	}

	.fraud-list-holder .fraud-list li::after {
		height: 100%;
	}

	.fraud-list-holder .fraud-list li::before {
		content: "";
		position: absolute;
		background: #575757;
		height: 1px;
		width: 100%;
		left: 0;
		bottom: 0;
	}

	.about-section .about-text {
		padding: 60px 0;
	}

	.knowlege-section {
		padding: 70px 0 105px;
	}

	.section-evaluation .text-block {
		padding: 60px 0 52px;
	}

	.section-evaluation .text-block-2 {
		padding: 50px 5px 65px;
		max-width: none;
	}

	.section-evaluation .custom-h1 {
		text-align: center;
		max-width: 380px;
		line-height: 70px;
		margin: 0 auto 54px;
	}

	.section-evaluation .custom-h2 {
		max-width: none;
		margin: 0 0 42px;
	}

	.full-text-section {
		padding: 65px 0 26px;
		border-bottom: none;
	}

	.full-text-section .custom-h2 {
		margin: 0 0 24px;
	}

	.cases-section {
		padding: 45px 0 55px;
	}

	.cases-section h2 {
		margin: 0 0 35px;
	}

	.case-holder .case-header {
		padding: 0 32px;
		max-width: none;
	}

	.case-holder .text-holder-mont {
		margin: 0 0 20px;
	}

	.consultation-section .red-form {
		margin: 48px -15px 0;
		padding: 40px 20px;
	}

	#footer .footer-top .row>div {
		margin: 0 0 40px;
	}

	#footer .footer-top .row>div:after {
		display: none;
	}

	#footer .footer-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	#footer .footer-nav>li {
		width: 50%;
	}

	#footer .footer-nav .slide {
		left: 10%;
	}
}

@media (max-width: 991px) {
	.red-form .form-title-mid {
		padding: 0;
		margin: 0 0 15px;
	}

	.faq-section {
		padding: 45px 0;
	}
}

@media (max-width: 768px) and (max-width: 768px) {
	.nav-active .main-nav.header-nav {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@media (max-width: 768px) {
	.testimonial-block {
		padding: 44px 12px 25px;
		margin: 0 0 15px;
	}

	.testimonial-block blockquote {
		font-family: "Cinzel", "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
		text-transform: uppercase;
		font-size: 17px;
		letter-spacing: -.64px;
	}

	.custom-ul-romb {
		padding: 33px 0 0 0;
		margin: 0 0 55px;
	}

	.custom-ul-romb li {
		padding: 0 0 0 40px;
		line-height: 1.3;
	}

	.custom-ul-romb li::before {
		width: 7px;
		height: 7px;
	}

	ol {
		padding: 20px 0 0;
		margin: 0 0 55px;
	}

	ol li {
		padding: 0 0 0 40px;
		line-height: 1.3;
	}

	ol li::before {
		font-family: "Cinzel", "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
		left: 2px;
		top: 2px;
	}

	.fixed-position #header .nav-drop {
		display: block;
	}

	#header .phone-holder-desktop {
		display: none;
	}

	#header .phone-holder-mobile .tel {
		margin: 0 5px 0 0;
	}

	#header .tel-link {
		font-size: 14px;
		font-family: "Roboto", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
		letter-spacing: 1px;
		line-height: 16px;
		margin: 0 16px 0 0;
	}

	#header .header-top,
	#header .nav-drop {
		border-bottom: 1px solid #dedede;
	}

	#header .header-bottom {
		border-bottom: 0;
		padding: 0;
	}

	#header .logo {
		display: none;
	}

	#header .nav-drop {
		position: absolute;
		left: 0;
		top: 100%;
		background: #fff;
		-webkit-transform: translate(-150%, 0);
		-ms-transform: translate(-150%, 0);
		transform: translate(-150%, 0);
		-webkit-transition: -webkit-transform .3s ease-out;
		transition: -webkit-transform .3s ease-out;
		transition: transform .3s ease-out;
		transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	}

	.nav-active #header .nav-drop {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.nav-opener {
		display: block;
	}

	.main-nav.header-nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 40px 0;
	}

	.resize-active .main-nav.header-nav {
		-webkit-transition: none;
		transition: none;
	}

	.main-nav.header-nav>li {
		min-width: 170px;
		text-align: center;
		margin: 0 0 25px;
		padding: 0;
		position: relative;
	}

	.main-nav.header-nav>li:last-child {
		margin: 0;
	}

	.main-nav.header-nav>li>a {
		position: relative;
		display: block;
	}

	.main-nav.header-nav>li>a::after {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		top: 10px;
		right: 0;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		border-top: 5px solid #e40000;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		-webkit-transition: -webkit-transform .3s ease-out;
		transition: -webkit-transform .3s ease-out;
		transition: transform .3s ease-out;
		transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	}

	.main-nav.header-nav>li ul {
		position: static;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		width: 100%;
		border: none;
	}

	.intro-section .intro-title {
		display: none;
	}

	.intro-title .subtitle {
		font-weight: 600;
		letter-spacing: .9px;
		margin: 0 auto 24px;
	}

	.intro-text {
		display: none;
	}

	.intro-form-holder {
		background-color: #b60913;
	}

	.intro-form-holder .intro-form-title {
		padding: 0;
	}

	.intro-form-holder .intro-form-title::after {
		display: none;
	}

	.intro-form-holder .intro-form-title mark {
		color: inherit;
	}

	.intro-form .jcf-select.jcf-drop-active .jcf-list,
	.intro-form .jcf-list .jcf-option.jcf-drop-active .jcf-list {
		border: 1px solid #000;
		border-top: 0;
	}

	.intro-form .jcf-select.jcf-drop-active .jcf-list .jcf-option,
	.intro-form .jcf-list .jcf-option.jcf-drop-active .jcf-list .jcf-option {
		padding: 14px 13px;
	}

	.intro-form .jcf-select {
		border: 1px solid #000;
		padding: 14px 13px;
		border-radius: 0;
	}

	.intro-form input[type="submit"] {
		background: #000;
	}

	.intro-form input[type="submit"]:hover {
		background: rgba(0, 0, 0, .8);
	}

	.intro-form .agree-text {
		color: #fff;
		margin: 0;
	}

	.intro-form input,
	.intro-form textarea {
		border: 1px solid #000;
		padding: 14px 13px;
	}

	.intro-form input::-webkit-input-placeholder,
	.intro-form textarea::-webkit-input-placeholder {
		color: #131313;
	}

	.intro-form input::-moz-placeholder,
	.intro-form textarea::-moz-placeholder {
		color: #131313;
	}

	.intro-form input:-moz-placeholder,
	.intro-form textarea:-moz-placeholder {
		color: #131313;
	}

	.intro-form input:-ms-input-placeholder,
	.intro-form textarea:-ms-input-placeholder {
		color: #131313;
	}

	.intro-form input.placeholder,
	.intro-form textarea.placeholder {
		color: #131313;
	}

	.intro-form textarea {
		padding: 14px 13px;
	}

	.help-section .intro-title {
		margin: 0 auto 25px;
	}

	.help-section .intro-title .img-holder {
		margin: 0 0 13px;
	}

	.help-section .big-h1 {
		line-height: 1.13;
		margin: 0 0 10px;
	}

	.help-section .big-h1 strong {
		font-size: 64px;
	}

	.help-section .h4 {
		margin: 0 0 30px;
	}

	.testimonial-holder {
		padding: 30px 0 87px;
	}

	.testimonial-holder .img-holder {
		max-width: 79px;
		max-height: 79px;
		margin: 0 auto 13px;
	}

	.testimonial-holder blockquote {
		font-size: 24px;
		letter-spacing: 0;
		margin: 0 0 28px;
	}

	.testimonial-holder blockquote p {
		margin: 0 0 28px;
	}

	.about-section .bg-block {
		min-height: 355px;
		background-position: 50% 50%;
	}

	.about-section .about-text {
		padding: 73px 0 60px;
	}

	.full-text-section .width-text .text-holder-mont {
		margin: 0 0 58px;
	}

	.full-text-section .text-holder-mont {
		margin: 0;
	}

	.two-col-text {
		-webkit-column-count: 1;
		column-count: 1;
		margin: 0 -40px 27px;
	}

	.calendar-section {
		padding: 46px 0;
	}

	.calendar-section .content-text {
		margin: 0 0 25px;
	}

	.consultation-section {
		padding: 42px 0;
	}

	.divider-section.divider-padding {
		padding: 17px 0;
	}

	.divider-bar {
		padding: 24px 0;
	}

	.divider-bar.divider-margin {
		margin: 0 0 40px;
	}

	.divider-text {
		line-height: 25px;
	}

	.btn-list .btn {
		min-width: auto;
	}

	.call-section {
		padding: 30px 0;
	}

	.call-section .custom-h2 {
		margin: 0 auto 22px;
	}

	.call-section .subtitle {
		margin: 0 auto 27px;
	}

	.faq-accordion {
		padding: 53px 7px 0;
	}

	.tabset {
		padding: 0 7px;
	}

	.fut-section {
		padding: 84px 0 111px;
	}

	.tab-content>div {
		padding: 30px 20px 23px;
	}

	.testimonials-main {
		background-color: #f4f4f4;
		padding: 55px 0 0;
	}

	.testimonial {
		margin: 0 auto 63px;
	}

	.testimonial .cite-holder .img-holder {
		margin: 0;
	}

	.testimonial .name-holder {
		margin: 9px 0 0 10px;
	}

	.testimonials-list {
		margin: 0 -15px;
		background: #fff;
		padding: 71px 0;
	}

	.testimonials-list li {
		width: 100%;
		padding: 0 15px;
	}

	.testimonials-list .testimonial-secondary {
		margin: 0 auto 21px;
	}

	.testimonials-list blockquote {
		margin: 0 0 35px;
	}

	.testimonials-list .img-holder {
		width: 55px;
		height: 55px;
	}

	.testimonials-list .name-holder {
		margin: 0 0 0 10px;
	}

	.testimonials-list .cite-holder cite {
		font-size: 16px;
		font-family: "Myriad Pro", "Montserrat", "Arial", "Helvetica Neue", "Segoe UI", "Roboto", sans-serif;
	}

	.testimonials-list .cite-holder .date {
		font-size: 15px;
	}

	.big-form-section {
		padding: 61px 0 65px;
	}

	.big-form-section .red-form .jcf-select .jcf-select-drop {
		left: 0;
	}

	.big-form-section .red-form .jcf-list {
		border: 0;
		border-bottom: 1px solid #ececec;
		left: 0;
	}

	.jcf-radio {
		border: 1px solid #000;
	}

	.jcf-radio span {
		background: #000;
	}

	#footer .footer-top {
		margin: 0;
	}

	#footer .footer-title {
		margin: 0 5px 30px;
	}

	#footer .footer-nav {
		padding: 0 22px;
	}

	#footer .contact-list {
		padding: 0 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#footer .contact-list li {
		margin: 0 15px 16px;
	}

	#footer .clients-list {
		margin: 0;
		max-width: 325px;
		padding: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#footer .clients-list a {
		width: 75px;
		height: 75px;
	}
}

@media (max-width: 767px) {
	.calendar-holder {
		border-left: none;
		padding: 7px 0 10px 35px;
	}

	.faq-section {
		padding: 20px 0;
	}

	.tab-content {
		padding: 40px 0 0 0;
	}

	.big-form-section .form-title {
		font-size: 42px;
		line-height: 33px;
		letter-spacing: 0;
		padding: 0 5px;
		margin: 0 0 32px;
	}

	.big-form-section .form-title strong {
		font-size: 22px;
		letter-spacing: 2.2px;
	}
}

@media (max-width: 576px) {
	.red-form .submiting-text {
		opacity: .8;
	}

	.testimonial-block {
		border: none;
	}

	.testimonial-block .qoute {
		top: 20px;
		left: -6px;
	}

	.text-holder {
		line-height: 1.6;
		margin: 0 0 32px;
	}

	h3,
	.h3 {
		letter-spacing: 1.85px;
		margin: 0 0 33px;
	}

	#header .tel-link {
		font-size: 13px;
	}

	.nav-opener mark {
		font-size: 12px;
		top: 55%;
		right: 16px;
	}

	.intro-title-mobile .subtitle {
		max-width: 420px;
		margin: 0 auto;
	}

	.intro-form .field-block {
		width: 100%;
		margin: 0 0 10px;
	}

	.lawyers-section {
		padding: 30px 0;
	}

	.help-section .btn-red {
		display: none;
	}

	.fraud-list-holder .fraud-list li {
		width: 50%;
	}

	.testimonial-holder .cite-content {
		margin: 0 auto;
	}

	.about-section .h2 {
		letter-spacing: 2.3px;
		margin: 0 8px 30px;
	}

	.knowlege-section .custom-h2 {
		text-align: left;
	}

	.custom-ul {
		padding: 0 0 0 40px;
	}

	.custom-ul li::before {
		left: -11px;
		width: 3px;
		height: 3px;
	}

	.section-evaluation .btn-red {
		width: 100%;
	}

	.full-text-section .width-text .custom-h2 {
		text-align: left;
		line-height: 40px;
	}

	.full-text-section .width-text .text-holder-mont {
		padding: 0 15px 63px;
		margin: 0 -15px 60px;
		border-bottom: 1px solid #ececec;
	}

	.cases-section h2 {
		margin: 0 0 25px;
	}

	.calendar-section .btn {
		width: 100%;
	}

	.calendar-block a {
		letter-spacing: 0;
	}

	.icon-title {
		text-align: left;
	}

	.icon-title .img-holder {
		margin: 0 0 35px;
	}

	.icon-title .custom-h2 {
		line-height: 40px;
		margin: 0 0 16px;
	}

	.blog-section {
		padding: 69px 7px 0;
	}

	.btn-list li {
		width: 100%;
		padding: 0 5px;
		margin: 0 0 20px;
	}

	.btn-list .btn {
		width: 100%;
	}

	.tab-content .tab-title {
		margin: 0 0 3px;
	}

	.testimonial .cite-holder .date {
		letter-spacing: 0;
	}

	.big-form-section .red-form input,
	.big-form-section .red-form textarea {
		border: none;
	}

	.big-form-section .red-form input[type="submit"] {
		max-width: none;
	}

	.big-form-section .red-form .jcf-select {
		border: none;
	}

	#footer {
		padding: 36px 0 20px;
	}

	#footer .contact-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#footer .clients-list {
		max-width: 490px;
	}

	#footer .clients-list a {
		width: 108px;
		height: 108px;
	}

	.copyright-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 480px) {
	.intro-form input[type="submit"] {
		width: 100%;
		min-width: auto;
		margin: 0 0 5px;
	}

	.intro-form .bottom-block {
		display: block;
	}
}

@media (max-width: 470px) {
	.copyright-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (max-width: 375px) {
	#header .phone-holder-mobile .tel {
		font-size: 14px;
		padding: 9px 13px;
	}

	#header .tel-link {
		display: none;
	}

	.nav-opener {
		height: 41px;
		bottom: 0;
	}

	.intro-title .subtitle {
		font-size: 15px;
	}

	.intro-form-holder {
		padding: 10px 15px;
		margin: 0 -15px;
	}

	.intro-form-holder .intro-form-title {
		font-size: 16px;
		margin: 0 0 15px;
	}

	.intro-form .jcf-select.jcf-drop-active .jcf-list .jcf-option,
	.intro-form .jcf-list .jcf-option.jcf-drop-active .jcf-list .jcf-option {
		padding: 8px;
	}

	.intro-form .jcf-select {
		padding: 8px;
	}

	.intro-form input,
	.intro-form textarea {
		padding: 8px;
	}

	.intro-form textarea {
		min-height: 125px;
	}

	.help-section {
		padding: 20px 0;
	}

	.help-section .big-h1 {
		font-size: 36px;
	}

	.help-section .big-h1 strong {
		font-size: 52px;
	}

	.fraud-list-holder .fraud-list li {
		padding: 0 10px 10px;
	}

	.testimonial-holder {
		padding: 30px 0;
	}

	.about-section .about-text {
		padding: 35px 0;
	}

	.knowlege-section {
		padding: 35px 0;
	}

	.custom-ul {
		padding: 0 0 0 20px;
	}

	.full-text-section .width-text .text-holder-mont {
		padding: 0 15px 63px;
		margin: 0 -15px 35px;
	}

	.cases-section {
		padding: 25px 0;
	}

	.calendar-section {
		padding: 35px 0;
	}

	.calendar-block {
		padding: 10px 14px 10px 40px;
	}

	.consultation-section {
		padding: 25px 0;
	}

	.divider-text {
		font-size: 18px;
	}

	.blog-section {
		padding: 30px 0;
	}

	.fut-section {
		padding: 35px 0;
	}

	.testimonials-list {
		padding: 35px 0;
	}

	.slick-prev {
		left: -6%;
	}

	.slick-next {
		left: 106%;
	}

	#footer .footer-nav .slide {
		width: 115%;
	}

	#footer .clients-list a {
		width: 70px;
		height: 70px;
	}
}

@media (max-width: 374px) {
	.big-form-section .form-title {
		font-size: 35px;
		line-height: 28px;
		margin: 0 0 15px;
	}

	.big-form-section .form-title strong {
		font-size: 18px;
		letter-spacing: 1.8px;
		line-height: 0;
	}
}
@media (max-width: 570px) {
	.fraud-list-holder .fraud-list li:nth-child(even)::after {
		display: none;
	}

	.fraud-list-holder .fraud-list li {
		padding: 0 10px 10px !important;
	}
}

@media screen and (min-width: 580px) and (max-width:995px) {
	.fraud-list-holder .fraud-list li:nth-child(3)::after {
		display: none;
	}

	.fraud-list-holder .fraud-list li {
		padding: 0 10px 10px !important;
	}
}