.footer-links,
.social-networks,
.settle-debt-block .solution-list,
.about-block ul,
.about-block ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

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

@font-face {
	font-family: "amrtype";
	src: url("../fonts/79822762-webfont.woff2") format("woff2"), url("../fonts/79822762-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "aleo";
	src: url("../fonts/Aleo-Regular-webfont.eot");
	src: url("../fonts/Aleo-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Aleo-Regular-webfont.woff") format("woff"), url("../fonts/Aleo-Regular-webfont.ttf") format("truetype"), url("../fonts/Aleo-Regular-webfont.svg#aleoregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

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

@font-face {
	font-family: "circular";
	src: url("../fonts/CircularStd-Medium.eot");
	src: url("../fonts/CircularStd-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Medium.woff2") format("woff2"), url("../fonts/CircularStd-Medium.woff") format("woff"), url("../fonts/CircularStd-Medium.ttf") format("truetype"), url("../fonts/CircularStd-Medium.svg#CircularStd-Medium") format("svg");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?gdv324");
	src: url("../fonts/icomoon.eot?gdv324#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?gdv324") format("truetype"), url("../fonts/icomoon.woff?gdv324") format("woff"), url("../fonts/icomoon.svg?gdv324#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
	content: "\e900";
}

.icon-financial-solution:before {
	content: "\e901";
}

.icon-flickr:before {
	content: "\e902";
}

.icon-linkedin:before {
	content: "\e903";
}

.icon-phone:before {
	content: "\e904";
}

.icon-play:before {
	content: "\e905";
}

.icon-settle:before {
	content: "\e906";
}

.icon-tie:before {
	content: "\e907";
}

.icon-twitter:before {
	content: "\e908";
}

.icon-youtube:before {
	content: "\e909";
}

.icon-arrow-right:before {
	content: "\e90a";
}

.icon-chat:before {
	content: "\e90b";
}

.icon-email:before {
	content: "\e90c";
}

.icon-experienced:before {
	content: "\e90d";
}

.icon-map-marker:before {
	content: "\e90e";
}

.icon-updown:before {
	content: "\e90f";
}

#header {
	-webkit-transition: 250ms ease box-shadow, 250ms ease background;
	transition: 250ms ease box-shadow, 250ms ease background;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 20px 0 0;
}

#header.affix {
	background: #fff;
	box-shadow: 1px 0 10px rgba(0, 0, 0, .22);
}

#header.affix .logo img {
	opacity: 0;
}

#header.affix .logo img.active {
	opacity: 1;
	visibility: visible;
}

.logo {
	float: left;
	width: 152px;
	height: 49px;
	margin: 0 0 20px 15px;
}

.logo a {
	display: block;
	position: relative;
	height: 100%;
}

.logo img {
	-webkit-transition: 250ms ease all;
	transition: 250ms ease all;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	opacity: 1;
}

.logo img.active {
	opacity: 0;
	visibility: hidden;
}

.header-bar {
	overflow: hidden;
	text-align: left;
	padding: 10px 0 3px;
}

.header-bar .phone-num {
	font-size: 18px;
	color: #ff4800;
	margin-bottom: 7px;
}

.header-bar .phone-num a {
	color: #fff;
}

.header-bar .phone-num a:hover {
	color: #ff4800;
}

.header-bar .social-networks li {
	font-size: 25px;
	margin: 0 7px 7px 0;
}

.header-bar .social-networks li a {
	color: #fff;
}

.header-bar .social-networks li a:hover {
	color: #ff4800;
}

#nav {
	border: none;
	background: none;
}

#nav .navbar-nav > li {
	font: 14px/1 "Circular", Arial, Helvetica, sans-serif;
}

#nav .navbar-toggle {
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 7px 15px;
	width: 44px;
	height: 35px;
	padding: 8px;
	background: #ff4800;
	border: none;
	position: relative;
	border-radius: 4px;
}

#nav .navbar-toggle span {
	-webkit-transition: .3s linear all;
	transition: .3s linear all;
	position: absolute;
	left: 10px;
	right: 10px;
	height: 3px;
	background: none;
	top: 50%;
	margin-top: -2px;
}

#nav .navbar-toggle span:before,
#nav .navbar-toggle span:after {
	-webkit-transition: .3s linear all;
	transition: .3s linear all;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	position: absolute;
	height: 3px;
	left: 0;
	right: 0;
	background: #fff;
	top: 0;
}

#nav .navbar-toggle span:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav .navbar-toggle:hover span {
	opacity: .85;
}

#nav .navbar-toggle.collapsed span {
	background: #fff;
}

#nav .navbar-toggle.collapsed span:before,
#nav .navbar-toggle.collapsed span:after {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	left: 0;
	right: 0;
}

#nav .navbar-toggle.collapsed span:before {
	top: -8px;
}

#nav .navbar-toggle.collapsed span:after {
	bottom: -8px;
	top: auto;
}

.dropdown-menu {
	border: none;
}

.dropdown-menu > li > a {
	padding: 12px 15px 12px 25px;
	white-space: normal;
	font-size: 13px;
}

#footer {
	background: #343434;
	padding: 25px 0 0;
	color: #fff;
}

#footer .links-title {
	display: block;
	color: #9a9a9a;
	font-size: 15px;
	margin-bottom: 6px;
}

.footer-links {
	margin-bottom: 28px;
}

.footer-links li {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 6px;
}

.footer-links li a {
	color: #fff;
}

.footer-links li a:hover {
	color: #ff7f4d;
}

.address {
	font-size: 13px;
	line-height: 22px;
}

.address > span {
	display: block;
}

.footer-bottom {
	background: #424242;
	font-size: 13px;
	line-height: 16px;
	padding: 8px 0;
}

.footer-bottom a {
	color: #ff4800;
}

.footer-bottom a:hover {
	color: #ffb699;
}

.footer-bottom .copy-text {
	display: block;
	margin-bottom: 5px;
}

.footer-bottom .by-text {
	display: block;
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin: 0 0 10px;
	font-weight: 700;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.social-networks {
	text-align: center;
}

.social-networks li {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-size: 40px;
	margin: 0 4px 10px;
}

.social-networks li a {
	-webkit-transition: 250ms linear all;
	transition: 250ms linear all;
	color: #000;
}

.social-networks li a:hover {
	color: #ff4800;
}

.hero-banner {
	position: relative;
	color: #fff;
	margin: 0 0 30px;
}

.hero-banner .image-holder {
	overflow: hidden;
}

.hero-banner h1 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 50px;
	margin: 0 0 35px;
}

.hero-banner .info {
	font-size: 22px;
	line-height: 1.2;
	position: relative;
	padding: 20px 0;
}

.hero-banner .info:before {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 100px;
	height: 3px;
	background: #e4c5a8;
}

.hero-banner .btn-book {
	background: #f00;
	border-color: #f00;
}

.hero-banner .btn-book:hover,
.hero-banner .btn-book:focus,
.hero-banner .btn-book.active {
	border-color: #f00;
	background: #fff;
}

.btn-primary {
	-webkit-transition: 250ms linear all;
	transition: 250ms linear all;
	white-space: normal;
	border-width: 2px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
	border-color: #ff4800;
	background: #fff;
	color: #ff4800;
}

.btn-primary span {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	position: relative;
	display: block;
	padding: 7px 23px 7px 12px;
	letter-spacing: .11em;
}

.btn-primary span:after {
	content: "";
	position: absolute;
	top: 7px;
	right: 1px;
	font-family: "icomoon" !important;
	content: "\e90a";
	line-height: 1;
	font-size: 10px;
	font-size: 14px;
}

.form-control {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .08);
	height: 44px;
	font: 15px/20px "circular", Arial, Helvetica, sans-serif;
	padding: 11px 10px;
	letter-spacing: -.06em;
}

.form-control::-webkit-input-placeholder {
	text-transform: uppercase;
}

.form-control::-moz-placeholder {
	opacity: 1;
	text-transform: uppercase;
}

.form-control:-moz-placeholder {
	text-transform: uppercase;
}

.form-control:-ms-input-placeholder {
	text-transform: uppercase;
}

.form-control.placeholder {
	text-transform: uppercase;
}

.reduce-form {
	box-shadow: 3px 2px 9px rgba(0, 0, 0, .16);
	background: #fff;
	overflow: hidden;
	border-radius: 7px 7px 0 0;
	margin: 25px 0 0;
}

.reduce-form .form-header {
	padding: 24px 10px 22px;
	background: #ff4800;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.reduce-form .form-header .form-title {
	display: block;
	font-size: 25px;
	line-height: 1;
}

.reduce-form .form-body {
	padding: 20px;
}

.reduce-form .form-group {
	margin-bottom: 17px;
}

.reduce-form textarea.form-control {
	width: 100% !important;
	min-height: 81px;
	margin: 0 0 18px;
}

.reduce-form .btn-submit {
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	padding: 9px;
	font-weight: 700;
}

.main-title {
	position: relative;
	padding: 0 0 11px;
	text-align: center;
	text-transform: uppercase;
	color: #3c3c3c;
	font-size: 26px;
}

.main-title:after {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	content: "";
	position: absolute;
	width: 100px;
	height: 3px;
	background: #ff4800;
	bottom: 0;
	left: 50%;
}

.what-we-do {
	margin-bottom: 15px;
}

.what-we-do h2 {
	margin: 0 0 20px;
}

.what-we-do .work-box {
	box-shadow: 2px 1px 6px 2px rgba(89, 89, 89, .1);
	border: 1px solid #b9b9b9;
	background: #f8f8f8;
	position: relative;
	text-align: center;
	font-size: 13px;
	line-height: 17px;
	margin: 0 0 40px;
}

.what-we-do .work-box:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	right: 10px;
	z-index: -1;
	box-shadow: 0 6px 20px -6px rgba(0, 0, 0, .7);
}

.what-we-do .work-box .img-holder {
	overflow: hidden;
}

.what-we-do .work-box .img-holder img {
	width: 100%;
	height: auto;
}

.what-we-do .work-box .desc-text {
	padding: 15px 10px 10px;
}

.what-we-do .work-box h3 {
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 0 5px;
}

.what-we-do .work-box p {
	margin-bottom: 1px;
}

.what-we-do .arrow-item {
	z-index: 9;
	position: relative;
}

.what-we-do .arrow-item .arrow-frame {
	width: 54px;
	height: 54px;
	border: 1px solid rgba(0, 0, 0, .19);
	border-radius: 50%;
	background: #fff;
	padding: 5px;
}

.what-we-do .arrow-item .line {
	font-size: 0;
	line-height: 0;
	height: 94px;
	background: #ff4800;
	z-index: -1;
	position: absolute;
	width: 2px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.what-we-do .arrow-item .line:after,
.what-we-do .arrow-item .line:before {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #ff4800;
	left: 50%;
	top: -4px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.what-we-do .arrow-item .line:after {
	top: auto;
	bottom: -4px;
}

.what-we-do .arrow-item .arrow-wrap {
	display: block;
	height: 100%;
	border-radius: 50%;
	background: #ff4800;
	text-align: center;
	color: #fff;
}

.what-we-do .arrow-item .arrow-wrap .icon-arrow-right {
	line-height: 42px;
}

.results-block {
	background: url(../images/bg-block.jpg);
	padding: 50px 0 35px;
	margin: 0 0 50px;
}

.results-block h2 {
	font-size: 46px;
	color: #3c3c3c;
	line-height: 49px;
	position: relative;
	margin-bottom: 30px;
}

.results-block .result-item {
	overflow: hidden;
	margin-bottom: 28px;
	line-height: 1;
	text-transform: uppercase;
	font-size: 10px;
	padding: 2px 0 4px;
}

.results-block .result-item .num {
	display: block;
	color: #ff4800;
	font: 400 31px/1 "dinbek";
	margin: 0 0 4px;
}

.results-block .result-item .num-small {
	font-size: 13px;
	font-weight: 700;
}

.testmonials {
	margin-bottom: 10px;
}

.testmonials .main-title {
	padding-bottom: 14px;
	margin: 0 0 30px;
}

.testmonials .blockquote {
	border: 0;
	padding: 25px 30px;
	margin: 0;
	border-radius: 5px;
	background: #f8f8f8;
	font-size: 13px;
	line-height: 18px;
	position: relative;
	letter-spacing: .006em;
	margin: 0 auto 75px;
	max-width: 450px;
}

.testmonials .blockquote:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 15%;
	border: 10px solid #000;
	border-width: 0 46px 46px 0;
	border-color: transparent #f8f8f8 transparent transparent;
}

.testmonials .blockquote:hover,
.testmonials .blockquote.active {
	background: #3c3c3c;
}

.testmonials .blockquote:hover:before,
.testmonials .blockquote.active:before {
	border-color: transparent #3c3c3c transparent transparent;
}

.testmonials .blockquote:hover q,
.testmonials .blockquote.active q {
	color: #fff;
}

.testmonials .blockquote q {
	color: #4f4f4f;
}

.testmonials .blockquote q:before,
.testmonials .blockquote q:after {
	display: none;
}

.testmonials .blockquote q span {
	font-weight: 900;
}

.testmonials .blockquote cite {
	position: absolute;
	top: 100%;
	left: 15%;
	color: #646464;
	font-style: normal;
	font-size: 14px;
	padding: 11px 0;
	margin-left: 58px;
}

.testmonials .blockquote cite .name {
	display: block;
	font-weight: 700;
}

.testmonials .btn-wrap {
	padding: 20px 0 30px;
}

.testmonials .btn-seemore {
	border-radius: 5px;
	font-weight: 700;
}

.testmonials .btn-seemore span {
	text-transform: none;
	padding: 2px 0 2px 30px;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
}

.testmonials .btn-seemore span:after {
	right: auto;
	left: 0;
	content: "\e90b";
	font-size: 19px;
	top: 5px;
}

.settle-debt-block {
	background: #e6e6e6;
	background: #f8f8f8;
	border-top: 1px solid #e6e6e6;
	padding: 50px 0;
}

.settle-debt-block .text-wrap {
	text-align: center;
	font-size: 18px;
	letter-spacing: .02em;
	overflow: hidden;
	margin: 0 0 30px;
}

.settle-debt-block .text-wrap p {
	margin-bottom: 22px;
}

.settle-debt-block .main-title {
	margin-bottom: 25px;
}

.settle-debt-block .solution-list {
	margin-bottom: 15px;
	overflow: hidden;
}

.settle-debt-block .solution-list li {
	font-size: 13px;
	letter-spacing: .02em;
	padding: 0 0 0 65px;
	position: relative;
	margin: 0 0 31px;
}

.settle-debt-block .solution-list .ico-wrap {
	position: absolute;
	top: 1px;
	left: 0;
	width: 46px;
	height: 46px;
	background: #ff4800;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 23px;
}

.settle-debt-block .solution-list .ico-wrap i {
	line-height: 46px;
}

.settle-debt-block .video-wrap {
	overflow: hidden;
	margin-bottom: 25px;
}

.settle-debt-block .video-wrap a {
	display: block;
	position: relative;
}

.settle-debt-block .video-wrap a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .72);
}

.settle-debt-block .video-wrap a:hover .icon-play {
	color: #fff;
}

.settle-debt-block .video-wrap .icon-play {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	color: #ff4800;
	z-index: 6;
	font-size: 80px;
}

.settle-debt-block .video-wrap img {
	width: 100%;
	height: auto;
}

.settle-debt-block .video-wrap.youtube {
	position: relative;
	padding-bottom: 54.75%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 0;
}

.settle-debt-block .video-wrap.youtube iframe,
.settle-debt-block .video-wrap.youtube object,
.settle-debt-block .video-wrap.youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.social-holder {
	background: #ffcc04;
	padding: 25px 0 15px;
	margin: 0 0 50px;
}

.social-holder.inner {
	margin-bottom: 0;
}

.fake-select {
	box-shadow: 0 2px 3px rgba(0, 0, 0, .08);
	position: relative;
	padding-right: 26px;
	background: #ffcc04;
	height: 44px;
	color: #fff;
}

.fake-select:after {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	content: "\e90f";
	position: absolute;
	right: 8px;
	position: absolute;
	top: 50%;
	line-height: 1;
	z-index: 1;
	font-family: "icomoon" !important;
	font-size: 20px;
	color: #fff;
}

.fake-select:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 26px;
	background: #ffcc04;
}

.fake-select select {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 42px;
	border: none;
	background: none;
	width: 100%;
	font-size: 15px;
	padding: 0 8px;
	letter-spacing: -.06em;
	text-transform: uppercase;
	border: 1px solid #dfdfdf;
}

.fake-select select option {
	background: none;
	color: #000;
	text-transform: none;
}

.contact-section {
	margin-bottom: 30px;
}

.contact-section .main-title {
	margin-bottom: 30px;
}

.contact-form .form-group {
	margin-bottom: 17px;
}

.contact-form .form-group + .form-group {
	margin-bottom: 19px;
}

.contact-form textarea.form-control {
	width: 100% !important;
	min-height: 157px;
	margin: 0 0 19px;
}

.contact-form .form-control::-webkit-input-placeholder {
	color: #6e6e6e;
}

.contact-form .form-control::-moz-placeholder {
	opacity: 1;
	color: #6e6e6e;
}

.contact-form .form-control:-moz-placeholder {
	color: #6e6e6e;
}

.contact-form .form-control:-ms-input-placeholder {
	color: #6e6e6e;
}

.contact-form .form-control.placeholder {
	color: #6e6e6e;
}

.contact-form .captcha-box {
	max-width: 300px;
	margin-bottom: 19px;
}

.contact-form .captcha-box img {
	width: 100%;
	height: auto;
}

.contact-form .btn-submit {
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	padding: 9px;
	font-weight: 700;
}

.map-box {
	overflow: hidden;
}

.map-box .map-img {
	overflow: hidden;
	margin-bottom: 18px;
	position: relative;
	padding-bottom: 75%;
	height: 0;
}

.map-box .map-img img {
	width: 100%;
	height: auto;
}

.map-box .map-img iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: none;
	outline: none;
}

.map-box .contact-item {
	position: relative;
	font-size: 13px;
	letter-spacing: .02em;
	padding: 8px 0 0 53px;
	margin-bottom: 17px;
}

.map-box .contact-item .ico-wrap {
	position: absolute;
	top: 1px;
	left: 0;
	width: 40px;
	height: 40px;
	background: #ff4800;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 22px;
}

.map-box .contact-item .ico-wrap i {
	line-height: 40px;
}

.map-box .contact-item .title {
	display: block;
	color: #ff4800;
	font-size: 15px;
}

.map-box .contact-item address {
	margin: 0;
}

.map-box .contact-item a {
	color: #646464;
}

.map-box .contact-item a:hover {
	color: #ff4800;
}

.tooltip.bottom {
	padding: 9px 0;
	margin-top: -5px;
}

.tooltip.bottom .tooltip-arrow {
	border-width: 0 5px 9px;
	border-bottom-color: #fff;
}

.tooltip-inner {
	font-size: 10px;
	color: #909090;
	line-height: 1.2;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 4px 7px rgba(0, 0, 0, .13);
}

.tooltip-inner strong {
	display: block;
	font-family: "aleo";
	font-size: 16px;
	color: #000;
}

.inner-banner {
	position: relative;
	overflow: hidden;
	background: #000;
	margin-bottom: 40px;
	max-height: 450px;
}

.inner-banner .img-wrap {
	min-width: 1540px;
	position: relative;
	left: 50%;
}

.inner-banner .img-wrap img {
	display: block;
	width: 100%;
	height: auto;
	margin-left: -50%;
	opacity: .8;
}

.inner-banner .title-holder {
	white-space: nowrap;
	text-align: center;
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	bottom: 0;
}

.inner-banner .title-holder:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.inner-banner .title-holder > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.inner-banner .inner-page-title {
	position: relative;
	font-size: 40px;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 5px;
}

.inner-banner .inner-page-title:before,
.inner-banner .inner-page-title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: #ff4800;
}

.inner-banner .inner-page-title:after {
	top: auto;
	bottom: 0;
}

.about-block {
	padding-bottom: 50px;
}

.about-block .reduce-form {
	box-shadow: 0 0 9px rgba(0, 0, 0, .16);
	margin: 0 0 25px;
}

.about-block .img {
	margin: 0 0 10px;
}

.about-block .img img {
	width: 100%;
	height: auto;
}

.about-block p {
	margin-bottom: 25px;
}

.about-block h3 {
	color: #ff4800;
	margin: 0 0 20px;
}

.about-block ul {
	overflow: hidden;
	margin-bottom: 25px;
}

.about-block ul li {
	position: relative;
	color: #424242;
	margin: 0 0 10px;
	padding: 0 0 0 20px;
}

.about-block ul li:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 5px;
	height: 5px;
	background: #ff4800;
	border-radius: 50%;
}

.about-block ol {
	counter-reset: item;
}

.about-block ol li {
	position: relative;
	color: #424242;
	margin: 0 0 10px;
	padding: 0 0 0 21px;
}

.about-block ol li:before {
	content: counters(item, ".") ".";
	counter-increment: item;
	position: absolute;
	top: 0;
	left: 0;
	color: #ff4800;
}

.inner-title {
	position: relative;
	padding: 0 0 11px;
	color: #3c3c3c;
	font-size: 24px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.inner-title:after {
	content: "";
	position: absolute;
	height: 3px;
	background: #ff4800;
	bottom: 0;
	left: 0;
	right: 0;
}

.results-table {
	margin-bottom: 25px;
}

.results-table > thead > tr > th {
	background: #ff4800;
	color: #fff;
	border: none;
}

.modal-body img {
	width: 100%;
	height: auto;
}

#rc-imageselect,
.g-recaptcha {
	margin-bottom: 10px;
	-ms-transform: scale(.83);
	transform: scale(.83);
	-webkit-transform: scale(.83);
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}

@media (min-width: 768px) {
	#header {
		padding: 25px 0;
	}

	#header.affix .header-bar .phone-num a {
		color: #ff4800;
	}

	#header.affix .header-bar .social-networks li a {
		color: #ff4800;
	}

	#header.affix .header-bar .social-networks li a:hover {
		color: #cc3a00;
	}

	#header.affix .navbar-nav > li > a {
		color: #767676;
	}

	#header.affix .navbar-nav > li:hover > a,
	#header.affix .navbar-nav > li.open > a,
	#header.affix .navbar-nav > li.active > a {
		color: #ff4800;
	}

	.logo {
		width: 191px;
		height: 61px;
		margin: 0;
	}

	.header-bar {
		text-align: right;
		padding: 4px 0 2px;
	}

	.header-bar .phone-num,
	.header-bar .social-networks {
		margin: 0 0 0 4px;
		display: inline-block;
		vertical-align: middle;
		margin: 0 16px 0 0;
	}

	.header-bar .phone-num a {
		-webkit-transition: 250ms ease all;
		transition: 250ms ease all;
	}

	.header-bar .social-networks li {
		margin: 0 0 7px 4px;
	}

	#nav .navbar-collapse {
		padding: 0;
	}

	#nav .navbar-nav {
		float: right;
	}

	#nav .navbar-nav > li > a {
		padding: 0;
		color: #fff;
		-webkit-transition: 250ms ease all;
		transition: 250ms ease all;
	}

	#nav .navbar-nav > li > .dropdown-menu {
		top: 100% !important;
		left: 0 !important;
		display: none !important;
		height: auto !important;
		padding: 5px 0 !important;
	}

	#nav .navbar-nav > li:hover > .dropdown-menu {
		display: block !important;
	}

	#nav .navbar-nav > li {
		margin: 0 0 0 19px;
		padding-bottom: 5px;
	}

	#nav .navbar-nav > li:hover > a,
	#nav .navbar-nav > li.open > a {
		color: #ff4800;
	}

	#nav .navbar-nav > li.open > .dropdown-menu {
		display: none;
	}

	#nav .navbar-nav > li.open:hover > .dropdown-menu {
		display: block;
	}

	.dropdown-menu {
		max-width: 270px;
		min-width: 250px;
	}

	.dropdown-menu > li > a {
		padding: 8px 15px;
		font-size: 14px;
	}

	.footer-links {
		margin-bottom: 33px;
	}

	.footer-top {
		margin-bottom: 5px;
	}

	.footer-bottom .copy-text {
		float: left;
		max-width: 48%;
		margin-bottom: 0;
	}

	.footer-bottom .by-text {
		text-align: right;
		padding-left: 20px;
	}

	.social-networks li {
		font-size: 50px;
		margin: 0 10px 10px;
	}

	.hero-banner {
		margin-bottom: 50px;
	}

	.hero-banner .banner-image {
		position: relative;
		left: 50%;
		min-width: 1980px;
	}

	.hero-banner .banner-image img {
		display: block;
		width: 100%;
		height: auto;
		margin-left: -50%;
	}

	.hero-banner .banner-conent {
		position: absolute;
		top: 138px;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.hero-banner .banner-conent .col-sm-7 {
		width: 53%;
	}

	.hero-banner .banner-conent .col-sm-5 {
		width: 47%;
	}

	.hero-banner h1 {
		margin-bottom: 45px;
	}

	.hero-banner .text-holder {
		padding: 119px 0 0;
	}

	.reduce-form {
		margin-top: 19px;
	}

	.what-we-do {
		margin-bottom: 50px;
	}

	.what-we-do h2 {
		margin-bottom: 35px;
	}

	.what-we-do [class^="col-"],
	.what-we-do [class*=" col-"] {
		padding-left: 34px;
		padding-right: 34px;
		position: relative;
	}

	.what-we-do .row {
		margin-left: -36px;
		margin-right: -36px;
	}

	.what-we-do .arrow-item {
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		position: absolute;
		top: 105px;
		right: -26px;
	}

	.what-we-do .arrow-item .line {
		width: 67px;
		height: 2px;
	}

	.what-we-do .arrow-item .line:after,
	.what-we-do .arrow-item .line:before {
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		top: 50%;
		left: -4px;
	}

	.what-we-do .arrow-item .line:after {
		left: auto;
		top: 50%;
		right: -4px;
	}

	.results-block {
		padding: 80px 0;
		margin: 0 0 60px;
	}

	.results-block h2 {
		margin-top: 35px;
		padding: 30px 20px 0 0;
	}

	.results-block h2:after {
		content: "}";
		position: absolute;
		top: 0;
		right: -24px;
		color: #ff4800;
		font: 150px/1 "amrtype", Arial, Helvetica, sans-serif;
	}

	.results-block .result-item {
		border-left: 1px solid #c9c9c9;
	}

	.results-block .row .row [class^="col-"]:first-child,
	.results-block .row .row [class^="col-"]:nth-child(3n+1),
	.results-block .row .row [class*=" col-"]:first-child,
	.results-block .row .row [class*=" col-"]:nth-child(3n+1) {
		width: 30%;
	}

	.results-block .row .row [class^="col-"]:first-child .result-item,
	.results-block .row .row [class^="col-"]:nth-child(3n+1) .result-item,
	.results-block .row .row [class*=" col-"]:first-child .result-item,
	.results-block .row .row [class*=" col-"]:nth-child(3n+1) .result-item {
		border: none;
		padding-left: 0;
	}

	.results-block .row .row [class^="col-"]:nth-child(3n),
	.results-block .row .row [class*=" col-"]:nth-child(3n) {
		width: 34%;
	}

	.results-block .row .row [class^="col-"]:nth-child(3n) .result-item,
	.results-block .row .row [class*=" col-"]:nth-child(3n) .result-item {
		padding-left: 30px;
	}

	.results-block .row .row .col-sm-6 {
		width: 36%;
	}

	.results-block .row .row .col-sm-6 .result-item {
		padding-left: 30px;
	}

	.testmonials {
		margin-bottom: 35px;
	}

	.testmonials.inner {
		padding-top: 19px;
	}

	.testmonials .main-title {
		margin-bottom: 50px;
	}

	.testmonials .btn-wrap {
		padding: 48px 0;
	}

	.testmonials .btn-seemore {
		min-width: 469px;
	}

	.settle-debt-block {
		padding: 60px 0;
	}

	.settle-debt-block .main-title {
		margin-bottom: 45px;
	}

	.settle-debt-block .solution-list {
		margin-bottom: 25px;
	}

	.social-holder {
		padding: 33px 011px;
	}

	.contact-section {
		margin-bottom: 45px;
	}

	.contact-section .main-title {
		margin-bottom: 55px;
	}

	.tooltip-inner {
		width: 127px;
		height: 43px;
		padding-top: 6px;
	}

	.about-block {
		font-size: 16px;
	}

	.about-block .img {
		float: left;
		width: 50%;
		margin-right: 15px;
	}

	#rc-imageselect,
	.g-recaptcha {
		-ms-transform: scale(.805);
		transform: scale(.805);
		-webkit-transform: scale(.805);
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#footer [class^="col-"]:first-child,
	#footer [class*=" col-"]:first-child {
		width: 23%;
	}

	#footer [class^="col-"]:last-child,
	#footer [class*=" col-"]:last-child {
		width: 27%;
	}
}

@media (min-width: 992px) {
	#header {
		padding: 29px 0;
	}

	.logo {
		width: 254px;
		height: 80px;
	}

	.header-bar {
		padding-bottom: 8px;
	}

	.header-bar .phone-num {
		font-size: 24px;
	}

	.header-bar .social-networks li {
		font-size: 33px;
	}

	#nav .navbar-nav > li {
		font-size: 17px;
		margin: 0 0 0 27px;
	}

	.social-networks li {
		font-size: 60px;
		margin: 0 16px 10px;
	}

	.social-networks li .icon-flickr,
	.social-networks li .icon-linkedin {
		font-size: 69px;
	}

	.hero-banner {
		margin-bottom: 73px;
	}

	.hero-banner .banner-conent .col-md-8 {
		width: 61.5%;
	}

	.hero-banner .banner-conent .col-md-4 {
		width: 38.5%;
	}

	.hero-banner h1 {
		font-size: 50px;
		margin-bottom: 52px;
	}

	.hero-banner .info {
		font-size: 26px;
		padding: 29px 0 21px;
	}

	.hero-banner .info:before {
		height: 4px;
		width: 107px;
	}

	.hero-banner .btn-book {
		margin-left: 21px;
	}

	.main-title {
		font-size: 28px;
	}

	.main-title:after {
		height: 4px;
		width: 107px;
	}

	.what-we-do {
		margin-bottom: 84px;
	}

	.what-we-do h2 {
		margin-bottom: 58px;
	}

	.what-we-do .work-box .desc-text {
		padding: 20px 10px;
	}

	.what-we-do .work-box h3 {
		font-size: 20px;
	}

	.what-we-do .arrow-item {
		top: 145px;
	}

	.results-block {
		padding: 130px 0 95px;
		margin: 0 0 76px;
	}

	.results-block h2 {
		font-size: 56px;
		margin-top: 27px;
		padding-top: 61px;
	}

	.results-block h2:after {
		right: -21px;
		font-size: 214px;
	}

	.results-block .result-item {
		font-size: 12px;
	}

	.results-block .result-item .num {
		font-size: 44px;
	}

	.results-block .result-item .num-small {
		font-size: 15px;
	}

	.results-block .row .row [class^="col-"]:first-child,
	.results-block .row .row [class^="col-"]:nth-child(3n+1),
	.results-block .row .row [class*=" col-"]:first-child,
	.results-block .row .row [class*=" col-"]:nth-child(3n+1) {
		width: 30%;
	}

	.results-block .row .row [class^="col-"]:nth-child(3n),
	.results-block .row .row [class*=" col-"]:nth-child(3n) {
		width: 35%;
	}

	.results-block .row .row [class^="col-"]:nth-child(3n) .result-item,
	.results-block .row .row [class*=" col-"]:nth-child(3n) .result-item {
		padding-left: 35px;
	}

	.results-block .row .row .col-sm-6 {
		width: 35%;
	}

	.results-block .row .row .col-sm-6 .result-item {
		padding-left: 40px;
	}

	.testmonials {
		margin-bottom: 59px;
	}

	.testmonials .main-title {
		margin-bottom: 71px;
	}

	.testmonials .blockquote {
		padding: 58px 42px 57px;
	}

	.testmonials .blockquote:before {
		left: 25%;
	}

	.testmonials .blockquote cite {
		left: 25%;
	}

	.settle-debt-block {
		padding: 80px 0;
	}

	.settle-debt-block .text-wrap {
		margin-bottom: 48px;
	}

	.settle-debt-block .main-title {
		margin-bottom: 69px;
	}

	.settle-debt-block .solution-list li {
		padding-left: 77px;
	}

	.settle-debt-block .solution-list .ico-wrap {
		left: 11px;
	}

	.settle-debt-block .col-sm-6 {
		width: 47.25%;
	}

	.settle-debt-block .col-sm-6:first-child {
		width: 52.75%;
	}

	.social-holder {
		margin-bottom: 66px;
	}

	.contact-section {
		margin-bottom: 63px;
	}

	.contact-section .main-title {
		margin-bottom: 73px;
	}

	.map-box .contact-item .ico-wrap {
		left: 5px;
	}

	.inner-banner {
		margin-bottom: 60px;
	}

	.inner-title {
		font-size: 26px;
	}

	#rc-imageselect,
	.g-recaptcha {
		-ms-transform: scale(.84);
		transform: scale(.84);
		-webkit-transform: scale(.84);
	}
}

@media (min-width: 1200px) {
	#footer [class^="col-"],
	#footer [class*=" col-"] {
		width: 28%;
	}

	#footer [class^="col-"]:first-child,
	#footer [class*=" col-"]:first-child {
		width: 23%;
	}

	#footer [class^="col-"]:nth-child(3n),
	#footer [class*=" col-"]:nth-child(3n) {
		width: 30.3%;
	}

	#footer [class^="col-"]:last-child,
	#footer [class*=" col-"]:last-child {
		width: 18.7%;
	}

	.what-we-do .arrow-item {
		top: 160px;
	}

	.results-block .row .col-sm-4 {
		width: 34%;
	}

	.results-block .row .col-sm-8 {
		width: 66%;
	}

	.results-block .row .row [class^="col-"]:first-child,
	.results-block .row .row [class^="col-"]:nth-child(3n+1),
	.results-block .row .row [class*=" col-"]:first-child,
	.results-block .row .row [class*=" col-"]:nth-child(3n+1) {
		width: 27.6%;
	}

	.results-block .row .row [class^="col-"]:nth-child(3n),
	.results-block .row .row [class*=" col-"]:nth-child(3n) {
		width: 36.9%;
	}

	.results-block .row .row [class^="col-"]:nth-child(3n) .result-item,
	.results-block .row .row [class*=" col-"]:nth-child(3n) .result-item {
		padding-left: 58px;
	}

	.results-block .row .row .col-sm-6 {
		width: 35.5%;
	}

	.results-block .row .row .col-sm-6 .result-item {
		padding-left: 63px;
	}

	.contact-section > .row {
		margin-left: -24px;
		margin-right: -24px;
	}

	.contact-section > .row > [class^="col-"],
	.contact-section > .row > [class*=" col-"] {
		padding-left: 24px;
		padding-right: 24px;
	}

	#rc-imageselect,
	.g-recaptcha {
		-ms-transform: scale(.93);
		transform: scale(.93);
		-webkit-transform: scale(.93);
	}
}

@media (max-width: 767px) {
	.header-bar {
		position: absolute;
		background: #ff4800;
		padding: 10px 15px 3px;
		top: -20px;
		right: 0;
		left: 0;
	}

	.header-bar .phone-num {
		float: left;
		color: #fff;
		margin-bottom: 0;
		padding: 6px 0;
	}

	.header-bar .phone-num a {
		color: #fff;
	}

	.header-bar .phone-num a:hover {
		color: #ffb699;
	}

	.header-bar .social-networks {
		float: right;
	}

	.header-bar .social-networks li a {
		color: #fff;
	}

	.header-bar .social-networks li a:hover {
		color: #ffb699;
	}

	#nav .navbar-header {
		padding-top: 50px;
	}

	#nav .navbar-collapse {
		background: #fff;
		border-top-color: #ff4800;
	}

	#nav .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}

	#nav .navbar-nav > li.active > .dropdown-menu {
		background-color: transparent;
		border: 0 none;
		box-shadow: none;
		float: none;
		margin-top: 0;
		position: static;
		width: auto;
	}

	#nav .navbar-nav > li > a {
		color: #ff4800;
		padding-top: 12px;
		padding-bottom: 12px;
	}

	#nav .navbar-nav > li:hover > a,
	#nav .navbar-nav > li.open > a,
	#nav .navbar-nav > li.active > a {
		background: #ff4800;
		color: #fff;
	}

	.dropdown-menu {
		padding: 0;
	}

	.footer-bottom {
		text-align: center;
	}

	.hero-banner .banner-image {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: url("../images/banner-image.jpg") 50% 50%/cover no-repeat;
	}

	.hero-banner .banner-image img {
		opacity: 0;
		visibility: hidden;
	}

	.hero-banner .banner-conent {
		position: relative;
		z-index: 2;
		padding: 147px 0 30px;
	}

	.hero-banner .btn-book {
		min-width: 290px;
	}

	.what-we-do .arrow-item {
		max-width: 54px;
		margin: -20px auto 20px;
	}

	.what-we-do .arrow-item .arrow-frame {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.results-block .row .row [class^="col-"]:nth-child(2n+2) .result-item,
	.results-block .row .row [class*=" col-"]:nth-child(2n+2) .result-item {
		border-left: 1px solid #c9c9c9;
		margin-left: -15px;
		padding-left: 15px;
	}

	.contact-form {
		margin-bottom: 25px;
	}
}
