html,
body {
	min-height: 100%;
}

body {
	position: relative;
	min-width: 320px;
	font-family: 'Gilroy', Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 300;
	color: #fff;
	
	background-color: #3B3B3B;
	background-repeat: no-repeat;
	background-image: url('../img/main/bg.jpg');
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	-webkit-font-smoothing: antialiased;
	
	
	
}
body.steps {
	background-image: url('../img/main/bg.jpg');
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #575757;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #575757;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #575757;
}
a {
	color: inherit;
}
a:focus,
button:focus {
	outline: none;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
}
img {
	max-height: 100%;
	max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0; 
	font-weight: normal;
}
.wrapper {
	position: relative;
	overflow: hidden;
}
.sect {
	position: relative;
}
.container {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}
a,
a::before,
a::after,
.button,
.mfp-close,
input[type="checkbox"] + label::before,
input[type="checkbox"] + label::after,
.services.sect .content > .top .items .bg {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
input[type="text"],
input[type="tel"],
textarea {
	display: inline-block;
	vertical-align: middle;
	outline: none;
	border: none;
	width: 100%;
	font-size: 20px;
	color: #fff;
	background-color: transparent;
	border-bottom: 1px solid #fff;
	padding: 0 0 10px;
}
textarea {
	resize: none;
	height: 109px;
}
.error input[type="text"],
.error input[type="tel"],
.error textarea {
	border-color: #6b1200!important;
}
.button {
	cursor: pointer;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border: none;
	text-align: center;
}

.bottom {
	z-index: 100;
	position: relative;
}

.header.sect {
	padding-bottom: 120px;
}
.header.sect .content {
	position: relative;
	display: table;
	width: 100%;
}
.header.sect .logo {
	float: left;
	position: relative;
	text-align: left;
	z-index: 1;
}
.header.sect .info {
	float: right;
	position: relative;
	text-align: right;
	z-index: 1;
}
.header.sect .info .phone {
	font-size: 27px;
}
.header.sect .info .callback {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	padding-bottom: 8px;
	margin-top: 10px;
}
.header.sect .info .callback:hover {
	color: #ee9d59;
}
.header.sect .info .callback::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 46px;
	height: 1px;
	background-color: #fff;
}
.header.sect .info .callback:hover::before {
	width: 100%;
	background-color: #ee9d59;
}

.main.sect {
	padding: 120px 0;
}
.main.sect > .container .content > .top {
	font-size: 0;
}
.main.sect > .container .content > .top > .left,
.main.sect > .container .content > .top > .right {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 18px;
}
.main.sect > .container .content > .top > .left {
	width: 640px;
	margin-right: 80px;
}
.main.sect > .container .content > .top > .left .intro {
	margin-bottom: 50px;
}
.main.sect > .container .content > .top > .left .intro .caption {
	font-size: 60px;
	line-height: 67px;
	font-weight: 900;
	text-transform: uppercase;
}
.main.sect > .container .content > .top > .left .intro .desc {
	font-size: 27px;
	text-transform: uppercase;
	margin-top: 10px;
}
.main.sect > .container .content > .top > .left .buttons .button {
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	-moz-box-shadow: 0 0 6px rgba(255,179,115,.5);
	-webkit-box-shadow: 0 0 6px rgba(255,179,115,.5);
	box-shadow: 0 0 6px rgba(255,179,115,.5);
	-webkit-animation-name: blink;
	animation-name: blink;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	padding: 24px 60px;
}
@keyframes blink {
	0% {
		color: #fff;
		border-color: #fff;
	}
	50% {
		color: #ee9d59;
		border-color: #ee9d59;
	}
	100% {
		color: #fff;
		border-color: #fff;
	}
}
.main.sect > .container .content > .top > .left .buttons .button:hover {
	-webkit-animation-name: none;
	animation-name: none;
	background: #ee9d59;
	border-color: #ee9d59;
	-moz-box-shadow: 0 0 18px rgba(255,179,115,.21), 0 0 1px rgba(198,198,198,.5);
	-webkit-box-shadow: 0 0 18px rgba(255,179,115,.21), 0 0 1px rgba(198,198,198,.5);
	box-shadow: 0 0 18px rgba(255,179,115,.21), 0 0 1px rgba(198,198,198,.5);
}
.main.sect > .container .content > .top > .right {
	width: 450px;
}
.main.sect > .container .content > .top > .left .intro .slogan,
.main.sect > .container .content > .top > .right .slogan {
	position: relative;
	font-size: 24px;
	line-height: 30px;
	padding: 70px 45px 100px;
	margin-top: 30px;
}
.main.sect > .container .content > .top > .right .slogan::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	-o-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	transform: rotate(-6deg);
	z-index: -1;
}
.main.sect > .container .content > .top > .right .slogan::after {
	content: '';
	position: absolute;
	left: 0;
	top: -30px;
	width: 90%;
	height: 100%;
	border: 10px solid rgba(187,187,187,.8);
	-webkit-transform: rotate(-11.5deg);
	-moz-transform: rotate(-11.5deg);
	-o-transform: rotate(-11.5deg);
	-ms-transform: rotate(-11.5deg);
	transform: rotate(-11.5deg);
	z-index: -1;
}
.main.sect > .container .content > .top > .left .intro .slogan .selected,
.main.sect > .container .content > .top > .right .slogan .selected {
	color: #ee9d59;
}

.steps.sect {
	display: none;
	padding: 220px 0 120px;
}
.steps.sect .content {
	font-size: 0;
}
.steps.sect .questions,
.steps.sect .info {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
}
.steps.sect .questions {
	position: relative;
	width: 830px;
	color: #000;
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url('../img/steps/border.png');
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	padding: 60px 80px;
	margin-left: -85px;
	margin-right: 70px;
}
.steps.sect .step .intro {
	margin-bottom: 30px;
}
.steps.sect .step .intro .caption {
	font-family: 'MicrosoftSansSerif', Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight: 700;
	line-height: 32px;
}
.steps.sect .step .num {
	position: relative;
	margin-bottom: 50px;
}
.steps.sect .step .num .line {
	height: 2px;
	background-color: #ffe6d1;
}
.steps.sect .step .num .line .fill {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #ee9d59;
}
.steps.sect .step .num .dot {
	position: absolute;
	top: 50%;
	width: 40px;
	font-size: 14px;
	text-indent: -9999px;
	color: #fccda6;
	padding-top: 10px;
	margin-left: -20px;
}
.steps.sect .step .num .dot.current {
	text-indent: 0;
}
.steps.sect .step .num .dot::before {
	content: '';
	display: none;
	position: absolute;
	left: 50%;
	top: 0;
	width: 12px;
	height: 12px;
	background-color: #fccda6;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-left: -6px;
	margin-top: -6px;
}
.steps.sect .step .num .dot.active::before {
	display: block;
}
.steps.sect .step .num .dot::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 6px;
	height: 6px;
	background-color: #fccda6;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-left: -3px;
	margin-top: -3px;
}
.steps.sect .step .num .dot.active::after {
	background-color: #ee9d59;
}
.steps.sect .step .answer {
	text-align: left;
}
.steps.sect .step .answer > .table {
	display: table;
	width: 100%;
}
.steps.sect .step .answer > .table > .cell {
	display: table-cell;
	vertical-align: top;
	height: 214px;
}
.steps.sect .step .answer .groups {
	font-size: 0;
	margin-left: -20px;
	margin-top: -50px;
}
.steps.sect .step .answer .groups .group {
	display: inline-block;
	vertical-align: top;
	width: 210px;
	font-size: 18px;
	margin-left: 20px;
	margin-top: 50px;
}
.steps.sect .step .answer .groups .group .fields {
	font-size: 0;
	margin-top: -50px;
}
.steps.sect .step .answer .groups .group .fields .field {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 18px;
	margin-top: 50px;
}
.steps.sect .step .answer .groups .group .fields .field .checkbox {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.steps.sect .step .answer .groups .group .fields .field .checkbox input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.steps.sect .step .answer .groups .group .fields .field .checkbox input[type="checkbox"] + label {
	cursor: pointer;
	position: relative;
	display: block;
	font-family: 'MicrosoftSansSerif', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	padding-left: 25px;
}
.steps.sect .step .answer .groups .group .fields .field .checkbox input[type="checkbox"] + label::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	border: 2px solid #fccda6;
}
.steps.sect .step .answer .groups .group .fields .field .checkbox input[type="checkbox"] + label::after {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	width: 12px;
	height: 11px;
	background-repeat: no-repeat;
	background-image: url('../img/steps/checkbox.png');
	opacity: 0;
}
.steps.sect .step .answer .groups .group .fields .field .checkbox input[type="checkbox"]:checked + label::after {
	opacity: 1;
}
.steps.sect .step .buttons {
	text-align: right;
	font-size: 0;
	margin-top: 45px;
}
.steps.sect .step .buttons .button {
	top: 0;
	left: 0;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background-color: #ee9d59;
	-moz-box-shadow: 4px 4px 18px rgba(0,0,0,.13);
	-webkit-box-shadow: 4px 4px 18px rgba(0,0,0,.13);
	box-shadow: 4px 4px 18px rgba(0,0,0,.13);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	padding: 21px 55px;
	margin-left: 20px;
}
.steps.sect .step .buttons .button:hover {
	top: 2px;
	left: 2px;
}
.steps.sect .step .buttons .button:first-child {
	margin-left: 0;
}
.steps.sect .step .buttons .button.prev {
	font-weight: 300;
	color: #000;
	background: transparent;
	border: 2px solid #ee9d59;
	padding: 19px 53px;
}
.steps.sect .info {
	width: 400px;
	background-color: rgba(9,12,31,.7);
	padding: 40px;
	margin-right: -45px;
}
.steps.sect .info .items {
	font-size: 0;
	margin-top: -50px;
}
.steps.sect .info .items .item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: left;
	font-size: 18px;
	padding-top: 30px;
	padding-left: 60px;
	margin-top: 50px;
	z-index: 1;
}
.steps.sect .info .items .item .num {
	position: absolute;
	top: 0;
	left: 30px;
	font-size: 70px;
	font-weight: 900;
	line-height: 1;
	color: rgba(255,255,255,.2);
}
.steps.sect .info .items .item .num::before {
	content: '';
	position: absolute;
	top: 0;
	left: -30px;
	width: 64px;
	height: 2px;
	background-color: #ee9d59;
	-webkit-transform: rotate(-34deg);
	-moz-transform: rotate(-34deg);
	-o-transform: rotate(-34deg);
	-ms-transform: rotate(-34deg);
	transform: rotate(-34deg);
	z-index: -1;
}
.steps.sect .info .items .item .text .caption {
	font-size: 20px;
	line-height: 25px;
}
.steps.sect .info .items .item .text .desc {
	font-size: 12px;
	line-height: 17px;
	margin-top: 10px;
}
.steps.sect .step.form .intro {
	margin-bottom: 60px;
}
.steps.sect .step.form .intro .desc {
	font-size: 20px;
	line-height: 25px;
	margin-top: 10px;
}
.steps.sect .step.form > .bottom .fields {
	position: relative;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
}
.steps.sect .step.form > .bottom .fields::before {
	content: '';
	position: absolute;
	left: 100%;
	top: -40px;
	width: 42px;
	height: 67px;
	background-repeat: no-repeat;
	background-image: url('../img/form/arrow.png');
	-webkit-background-size: cover;
	background-size: cover;
	margin-left: 10px;
}
.steps.sect .step.form > .bottom .fields .field {
	position: relative;
	text-align: left;
	margin-bottom: 40px;
}
.steps.sect .step.form > .bottom .fields .field label {
	display: block;
	font-size: 12px;
	color: #9e9e9e;
	margin-bottom: 20px;
}
.steps.sect .step.form > .bottom .fields .field label.phone {
	position: relative;
	padding-left: 20px;
}
.steps.sect .step.form > .bottom .fields .field label.phone::before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-image: url('../img/form/phone.png');
}
.steps.sect .step.form > .bottom .fields .field input[type="text"],
.steps.sect .step.form > .bottom .fields .field input[type="tel"],
.steps.sect .step.form > .bottom .fields .field  textarea {
	color: #000;
	border-bottom-color: #000;
}
.steps.sect .step.form > .bottom .fields .field .note {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	font-size: 12px;
	color: #6b1200;
	opacity: 0;
	margin-top: 5px;
}
.steps.sect .step.form > .bottom .fields .field.error .note {
	opacity: 1;
}
.steps.sect .step.form > .bottom .button {
	display: table;
	top: 0;
	left: 0;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background-color: #ee9d59;
	-moz-box-shadow: 4px 4px 18px rgba(0,0,0,.13);
	-webkit-box-shadow: 4px 4px 18px rgba(0,0,0,.13);
	box-shadow: 4px 4px 18px rgba(0,0,0,.13);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	padding: 21px 55px;
	margin-left: auto;
	margin-right: auto;
}
.steps.sect .step.form > .bottom .button:hover {
	top: 2px;
	left: 2px;
}
.steps.sect .step.form > .bottom .personal {
	position: relative;
	display: inline-block;
	vertical-align: top;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	margin-top: 15px;
}
.steps.sect .step.form > .bottom .personal input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.steps.sect .step.form > .bottom .personal input[type="checkbox"] + label {
	cursor: pointer;
	position: relative;
	display: block;
	text-align: left;
	font-size: 12px;
	line-height: 17px;
	padding-left: 20px;
}
.steps.sect .step.form > .bottom .personal input[type="checkbox"] + label::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 10px;
	height: 10px;
	border: 1px solid #ee9d59;
}
.steps.sect .step.form > .bottom .personal input[type="checkbox"] + label::after {
	content: '';
	position: absolute;
	top: 5px;
	left: 2px;
	width: 6px;
	height: 6px;
	background-color: #ee9d59;
	opacity: 0;
}
.steps.sect .step.form > .bottom .personal input[type="checkbox"]:checked + label::after {
	opacity: 1;
}
.steps.sect .step.form > .bottom .note {
	font-size: 20px;
	margin-top: 40px;
}
.steps.sect .step.form > .bottom .note .phone {
	font-weight: 900;
}
body.form .steps.sect .questions {
	margin-right: 470px;
}
body.form .steps.sect .info {
	display: none;
}

body.form .steps.sect .questions::before {
	content: '';
	position: absolute;
	left: 100%;
	top: -205px;
	width: 640px;
	height: 380px;
	border: 15px solid rgba(187,187,187,.8);
	-webkit-transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	transform: rotate(-8deg);
	margin-left: 240px;
	z-index: -1;
}
.steps.sect .step.form > .ornaments img {
	max-width: none;
	max-height: none;
}
.steps.sect .step.form > .ornaments .img {
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: 170px;
	z-index: 1;
}
.steps.sect .step.form > .ornaments .ornament1 {
	position: absolute;
	top: -120px;
	left: 100%;
	margin-left: 50px;
	z-index: 1;
}
.steps.sect .step.form > .ornaments .ornament2 {
	position: absolute;
	top: 50px;
	left: 100%;
	margin-left: 120px;
	z-index: 1;
}
.steps.sect .step.form > .ornaments .ornament3 {
	position: absolute;
	bottom: 20px;
	left: 100%;
	margin-left: -90px;
	z-index: 1;
}

.preload.sect {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #090c1f;
	padding: 240px 0 120px;
	z-index: 999;
}
.preload.sect .intro {
	margin-bottom: 80px;
}
.preload.sect .intro .caption {
	font-family: 'MicrosoftSansSerif', Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight: 700;
	line-height: 37px;
}
.preload.sect .num {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 630px;
	margin-bottom: 26px;
}
.preload.sect .num .line {
	height: 2px;
	background-color: #ffe6d1;
}
.preload.sect .num .line .fill {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #ee9d59;
}
.preload.sect .num .dot {
	position: absolute;
	top: 50%;
	width: 40px;
	font-size: 14px;
	text-indent: -9999px;
	color: #fccda6;
	padding-top: 10px;
	margin-left: -20px;
}
.preload.sect .num .dot.current {
	text-indent: 0;
}
.preload.sect .num .dot::before {
	content: '';
	display: none;
	position: absolute;
	left: 50%;
	top: 0;
	width: 12px;
	height: 12px;
	background-color: #fccda6;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-box-shadow: 0 0 9px rgba(255,179,115,.29);
	-webkit-box-shadow: 0 0 9px rgba(255,179,115,.29);
	box-shadow: 0 0 9px rgba(255,179,115,.29);
	margin-left: -6px;
	margin-top: -6px;
}
.preload.sect .num .dot.active::before {
	display: block;
}
.preload.sect .num .dot::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 6px;
	height: 6px;
	background-color: #fccda6;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-left: -3px;
	margin-top: -3px;
}
.preload.sect .num .dot.active::after {
	background-color: #ee9d59;
}

.complete.sect {
	padding: 340px 0 155px;
}
.complete.sect .intro {
	margin-bottom: 70px;
}
.complete.sect .intro .caption {
	font-size: 60px;
	font-weight: 900;
	line-height: 67px;
	text-transform: uppercase;
}
.complete.sect .intro .desc {
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
	margin-top: 10px;
}
.complete.sect .buttons .button {
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	-moz-box-shadow: 0 0 6px rgba(255,179,115,.5);
	-webkit-box-shadow: 0 0 6px rgba(255,179,115,.5);
	box-shadow: 0 0 6px rgba(255,179,115,.5);
	padding: 24px 60px;
}
.complete.sect .buttons .button:hover {
	background: #ee9d59;
	border-color: #ee9d59;
	-moz-box-shadow: 0 0 18px rgba(255,179,115,.21), 0 0 1px rgba(198,198,198,.5);
	-webkit-box-shadow: 0 0 18px rgba(255,179,115,.21), 0 0 1px rgba(198,198,198,.5);
	box-shadow: 0 0 18px rgba(255,179,115,.21), 0 0 1px rgba(198,198,198,.5);
}

.footer.sect {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #090c1f;
	padding: 20px 0!important;
}
.footer.sect .politics {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 12px;
}
.footer.sect .politics a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 5px;
}
.footer.sect .politics a:hover {
	color: #ee9d59;
}
.footer.sect .politics a::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
.footer.sect .politics a:hover::before {
	background-color: #ee9d59;
}

.mfp-close {
	cursor: pointer;
	display: block;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666;
	opacity: 1;
}
.mfp-close:hover {
	opacity: .8;
}
.mfp-close:active {
	top: 0;
}

.popup.sect {
	position: relative;
	width: 100%;
	max-width: 970px;
	text-align: center;
	color: #000;
	background-color: #fff;
	padding: 30px;
	margin-left: auto;
	margin-right: auto;
}

.popup_politics.sect .intro {
	margin-bottom: 40px;
}
.popup_politics.sect .intro .caption {
	font-size: 48px;
	font-weight: 900;
}
.popup_politics.sect .items {
	text-align: left;
	font-size: 0;
	margin-top: -40px;
}
.popup_politics.sect .items .item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 18px;
	margin-top: 40px;
}
.popup_politics.sect .items .item .text .caption {
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 20px;
}
.popup_politics.sect .items .item .text .desc {
	font-size: 16px;
}

.popup_callback.sect {
	position: relative;
	overflow: hidden;
	max-width: 770px;
	color: #fff;
	background-color: #060815;
	z-index: 1;
}
.popup_callback.sect::before {
	content: '';
	position: absolute;
	right: 20px;
	bottom: -20px;
	width: 180px;
	height: 130px;
	border: 10px solid rgba(187,187,187,.8);
	-webkit-transform: rotate(24deg);
	-moz-transform: rotate(24deg);
	-o-transform: rotate(24deg);
	-ms-transform: rotate(24deg);
	transform: rotate(24deg);
	z-index: -1;
}
.popup_callback.sect .intro {
	margin-bottom: 40px;
}
.popup_callback.sect .intro .caption {
	font-size: 27px;
	font-weight: 900;
	text-transform: uppercase;
}
.popup_callback.sect .intro .desc {
	font-size: 16px;
	margin-top: 10px;
}
.popup_callback.sect form > .bottom {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 230px;
}
.popup_callback.sect form .fields .field {
	position: relative;
	text-align: left;
	margin-bottom: 30px;
}
.popup_callback.sect form .fields .field label {
	display: block;
	font-size: 12px;
	margin-bottom: 20px;
}
.popup_callback.sect form .fields .field label.phone,
.popup_callback.sect form .fields .field label.name,
.popup_callback.sect form .fields .field label.email {
	position: relative;
	padding-left: 20px;
}
.popup_callback.sect form .fields .field label.phone::before,
.popup_callback.sect form .fields .field label.name::before,
.popup_callback.sect form .fields .field label.email::before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-image: url('../img/popup_callback/phone.png');
}
.popup_callback.sect form .fields .field label.name::before {
	width: 11px;
	height: 12px;
	background-image: url('../img/popup_callback/name.png');
}
.popup_callback.sect form .fields .field label.email::before {
	width: 14px;
	height: 11px;
	background-image: url('../img/popup_callback/email.png');
}
.popup_callback.sect form .fields .field .note {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	font-size: 12px;
	color: #6b1200;
	opacity: 0;
	margin-top: 5px;
}
.popup_callback.sect form .fields .field.error .note {
	opacity: 1;
}
.popup_callback.sect form .button {
	width: 100%;
	max-width: 210px;
	font-size: 12px;
	font-weight: 900;
	color: #fff;
	background: transparent;
	border: 1px solid #898989;
	padding: 15px 10px;
}
.popup_callback.sect form .button:hover {
	background: #ee9d59;
	border-color: #ee9d59;
	-moz-box-shadow: 0 0 29px rgba(255,179,115,.1);
	-webkit-box-shadow: 0 0 29px rgba(255,179,115,.1);
	box-shadow: 0 0 29px rgba(255,179,115,.1);
}
.popup_callback.sect form .personal {
	position: relative;
	display: inline-block;
	vertical-align: top;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	margin-top: 15px;
}
.popup_callback.sect form .personal input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.popup_callback.sect form .personal input[type="checkbox"] + label {
	cursor: pointer;
	position: relative;
	display: block;
	text-align: left;
	font-size: 12px;
	line-height: 17px;
	padding-left: 20px;
}
.popup_callback.sect form .personal input[type="checkbox"] + label::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 10px;
	height: 10px;
	border: 1px solid #959595;
}
.popup_callback.sect form .personal input[type="checkbox"] + label::after {
	content: '';
	position: absolute;
	top: 5px;
	left: 2px;
	width: 6px;
	height: 6px;
	background-color: #959595;
	opacity: 0;
}
.popup_callback.sect form .personal input[type="checkbox"]:checked + label::after {
	opacity: 1;
}

.popup_complete.popup_callback.sect .intro {
	margin-bottom: 0;
}

.services.sect{
	padding: 290px 0 70px;	
}

.hefon{
	background-image: url('../img/main/bg.png');
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.fofon {
	background: #F9F9F9;
	position: absolute;
	top: 250px;
	left:0;
	right:0;
	bottom:0;
	z-index:0;
}


.services.sect .intro {
	margin-bottom: 80px;
	position: relative;
    z-index: 19;
}
.services.sect .intro .caption {
    font-size: 60px;
    line-height: 67px;
    font-weight: 900;
    text-transform: uppercase;
	color:#000;
}
.services.sect .content > .top {
	position: relative;
	z-index: 1;
}
.services.sect .content > .top::after {
	content: '';
	position: absolute;
	left: 0;
	top: 19px;
	width: 100%;
	height: 90%;
	border: 30px solid rgba(189,230,188,1);
	-webkit-transform: rotate(11.5deg);
	-moz-transform: rotate(11.5deg);
	-o-transform: rotate(11.5deg);
	-ms-transform: rotate(11.5deg);
	transform: rotate(11.5deg);
	z-index: -1;
}
.services.sect .content > .top .items {
	font-size: 0;
	margin-left: -15px;
	margin-top: -15px;
}
.services.sect .content > .top .items .item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	width: 380px;
	font-size: 18px;
	margin-left: 15px;
	margin-top: 15px;
	z-index: 1;
}
.services.sect .content > .top .items .item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#000000',GradientType=0 );
z-index: -1;
}
.services.sect .content > .top .items .item .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: -2;
}
.services.sect .content > .top .items .item:hover .bg {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.services.sect .content > .top .items .item > .table {
	display: table;
	width: 100%;
}
.services.sect .content > .top .items .item > .table > .cell {
	display: table-cell;
	vertical-align: bottom;
	height: 561px;
	padding: 40px;
}
.services.sect .content > .top .items .item .text .caption {
	font-size: 20px;
}
.services.sect .content > .top .items .item .text .desc {
	font-size: 14px;
	margin-top: 6px;
}

.list li span {
	display: inline-block;
	margin: 3px auto;
	width: 100%;
}


.mbdesc {
	margin-bottom: 28px;
}


.services.sect .content > .top .items .item .text .desc ul.list {
	font-size: 0;
	margin-top: -15px;
}
.services.sect .content > .top .items .item .text .desc ul.list li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 14px;
	margin-top: 10px;
}
.services.sect .content > .top .items .item .button {
	width: 100%;
	max-width: 190px;
	font-size: 14px;
	font-weight: 900;
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	-moz-box-shadow: 0 0 6px rgba(255,179,115,.5);
	-webkit-box-shadow: 0 0 6px rgba(255,179,115,.5);
	box-shadow: 0 0 6px rgba(255,179,115,.5);
	padding: 17px 10px;
	margin-top: 25px;
}
.services.sect .content > .top .items .item .button:hover {
	background: #ee9d59;
	border-color: #ee9d59;
	-moz-box-shadow: 0 0 29px rgba(255,179,115,.1);
	-webkit-box-shadow: 0 0 29px rgba(255,179,115,.1);
	box-shadow: 0 0 29px rgba(255,179,115,.1);
}
.services.sect .content > .bottom {
margin-top: 80px;
}
.services.sect .content > .bottom .buttons {
	margin-left: -30px;
	margin-top: -30px;
}
.services.sect .content > .bottom .buttons .button {
	width: 100%;
	max-width: 270px;
	font-size: 16px;
	/*font-weight: 900*/
	color: #000;
	background: transparent;
	border: 1px solid #000;
/*	-moz-box-shadow: 0 0 6px rgba(255,179,115,.5);
	-webkit-box-shadow: 0 0 6px rgba(255,179,115,.5);
	box-shadow: 0 0 6px rgba(255,179,115,.5);*/
	padding: 20px 10px;
	margin-top: 30px;
	margin-left: 30px;
}
.services.sect .content > .bottom .buttons .button.start {
	border-width: 5px;
	-webkit-animation-name: blink;
	animation-name: blink;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	padding-top: 17px;
	padding-bottom: 17px;
}
.services.sect .content > .bottom .buttons .button:hover {
	background: #acacac;
	border-color: #acacac;
	color: #FFF;
}
.services.sect .content > .bottom .buttons .button > .table {
	display: table;
	width: 100%;
}
.services.sect .content > .bottom .buttons .button > .table > .cell {
	display: table-cell;
	vertical-align: middle;
	height: 38px;
}
.services.sect .content > .bottom .info {
	text-align: right;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 60px;
	color:#000;
}




.pdfbut {
	cursor: pointer;
	position: relative;
	display: block;
	vertical-align: middle;
	border: none;
	text-align: center;
	margin: 0 auto;
}

.pdfbut,
.services.sect .content > .top .items .item .pdfbut {
	width: 100%;
	font-size: 14px;
	font-weight: 900;
	color: #fff;
	background: transparent;
	/*border: 2px solid #fff;*/
	-moz-box-shadow: 0 0 6px rgba(255,179,115,.5);
	-webkit-box-shadow: 0 0 6px rgba(255,179,115,.5);
	box-shadow: 0 0 6px rgba(255,179,115,.5);
	padding: 17px 10px;
	margin-top: 25px;
}



pdfbut,
.services.sect .content > .top .items .item .pdfbut:hover {
	background: #ee9d59;
	border-color: #ee9d59;
	-moz-box-shadow: 0 0 29px rgba(255,179,115,.1);
	-webkit-box-shadow: 0 0 29px rgba(255,179,115,.1);
	box-shadow: 0 0 29px rgba(255,179,115,.1);
}

.grens {
	max-width: 250px !important;
}

.grens:hover {
	background-color: #03BBA1 !important;
	border-color: #03BBA1 !important;
}

a.grens {
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	-moz-box-shadow: 0 0 6px rgba(255,179,115,.5);
	-webkit-box-shadow: 0 0 6px rgba(255,179,115,.5);
	box-shadow: 0 0 6px rgba(255,179,115,.5);
	-webkit-animation-name: blink2;
	animation-name: blink2;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	padding: 24px 60px;
}

.orange{
	max-width: 250px !important;
}



.orange:hover {
	background-color: #ee9d59 !important;
	border-color: #ee9d59 !important;
}

a.orange {
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	-moz-box-shadow: 0 0 6px rgba(255,179,115,.5);
	-webkit-box-shadow: 0 0 6px rgba(255,179,115,.5);
	box-shadow: 0 0 6px rgba(255,179,115,.5);
	-webkit-animation-name: blink3;
	animation-name: blink3;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	padding: 24px 60px;
}




.pdfbut.topbut {
	width: 70%;
	padding: 10px;
	margin: 20px 0 0 0;
	background-color: #ee9d59;
}


@media only screen and (max-width : 767px) {

body {
    background-image: url("../img/main/bg_min.jpg");
    background-size: contain;
}

}