* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	width: 100%;
	height: 100%;
	color:#2b2b2b;
	background-color:#f7f7f7;
}
a, button {
	transition:all 200ms;
	outline:none;
}
a:focus {
	text-decoration: none;
	outline:none;
}
.no-padding {
	padding:0;
}
.block_title {
	font-size:39px;
	text-transform: uppercase;
	text-align:center;
	font-weight:600;
}
.btn_red {
	background-color:#ff3333;
	color:#fff;
	box-shadow:inset 2px 2px 1px rgba(0,0,0,0.4);
	border:0;
	padding:8px 19px;
}
.btn_red.shadow {
	box-shadow:inset 0px -3px 1px rgba(0,0,0,0.4);
}
.btn_red:hover {
	box-shadow:inset -2px -2px 1px rgba(0,0,0,0.4);
	color:#fff;
}
.btn_red:focus {
	outline:0;
	color:#fff;
}
.btn_red.shadow:hover {
	box-shadow:inset 0px 0px 1px rgba(0,0,0,0.4);
}
.btn_white {
	background-color:#f3f2f1;
	color:#2b2b2b;
	box-shadow:inset 1px 1px 1px rgba(0,0,0,0.4);
	border:0;
	padding:6px 19px;
	width:49%;
	vertical-align: top;
}
.btn_white:hover {
	box-shadow:inset -1px -1px 1px rgba(0,0,0,0.4);
	color:#2b2b2b;
}
.btn_white:focus {
	outline:0;
	color:#000;
}
/* header */
#header {
	background-image:url(images/header_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding:20px 0 40px;
	min-height:688px;
	position:relative;
	z-index:1;
}
#header .logo_top {
	margin-bottom: 15px;
}
#header .phone_top {
	font-size: 20px;
	color:#424242;
	font-weight:400;
}
#header .phone_top p {
	line-height: 1;
	margin-bottom: 15px;
	font-weight:bold;
}
#header .page_title {
	font-size: 32px;
	line-height: normal;
	font-weight:600;
	color:#fff;
	text-align: center;
	margin-top: 28px;
	text-transform: uppercase;
	margin-bottom:30px;
}
#header .page_title span {
	background-color: rgba(131, 20, 37, 0.75);
	padding: 10px 35px;
	display: inline-block;
}
.header_form {
	max-width:300px;
	width:100%;
	overflow:hidden;
	float:right;
	text-align:center;
}
.header_form p {
	color:#fff;
	font-size:18px;
	background-color:#666666;
	margin-bottom:0;
	padding:15px;
	border-radius:4px 4px 0 0;
	position:relative;
}
.header_form p:before {
	position:absolute;
	width:0;
	height:0;
	border-left:13px solid transparent;
	border-right:13px solid transparent;
	border-top:10px solid #666;
	bottom:-10px;
	left:50%;
	margin-left:-13px;
	content:"";
}
.header_form p span {
	text-transform:uppercase;
	font-weight:700;
}
.header_form form {
	background-color: rgba(255, 255, 255, 0.85);
	padding:25px 17px 30px;
}
.header_form form input:not([type="file"]) {
	border:1px solid #4a4949;
	text-align:center;
	width:100%;
	margin-bottom:20px;
	height:35px;
	background-color:transparent;
}
.header_form form input[type="file"] {
	margin-bottom:20px;
}
.header_form form button {
	width:100%;
}
/* products */
#products {
	margin-top:-153px;
	background-color:#e8e6e2;
	padding-bottom:49px;
}
#products .container {
	position:relative;
	z-index:3;
}
#myTabs.nav_tabs {
	margin:0;
	font-size:0;
	margin-bottom:20px;
}
#myTabs.nav_tabs li:first-child a {
	border-radius:6px 0 0 6px;
}
#myTabs.nav_tabs li:last-child a {
	border-radius:0 6px 6px 0;
}
#myTabs.nav_tabs li {
	padding:0;
	font-size:14px;
	width:14.222%;
	vertical-align:top;
}
#myTabs.nav_tabs li a {
	color:#2b2b2b;
	display:block;
	background-color:#f7f7f7;
	border:1px solid #e8e8e8;
	font-weight:700;
	padding:7px 5px;
	box-shadow:inset 1px 1px 1px rgba(0,0,0,0.4);
	text-transform: uppercase;
}
#myTabs.nav_tabs li a.line_one {
	padding:17px 5px;
}
#myTabs.nav_tabs li a:hover {
	box-shadow:inset 1px 2px 1px rgba(0,0,0,0.4);
	text-decoration: none;
}
#myTabs.nav_tabs li.active a {
	box-shadow:inset 1px 2px 1px rgba(0,0,0,0.4);
}
#myTabs.tab-pane > div {
	padding:0 10px;
}
.product_card {
	margin-bottom:20px;
	max-width:300px;
}
.product_photo {
	margin-bottom:10px;
}
.product_card .product_price {
	display:inline-block;
	text-align:center;
	width:49%;
}
#products .btn_red {
	margin-top:20px;
	padding:7px 25px;
}
/* our_work */
#our_work {
	padding:12px 0 38px;
}
#our_work .block_title {
	margin-bottom:36px;
}
#our_work .btn_white {
	border:1px solid #e8e8e8;
	padding:6px 15px;
	background-color:#f7f7f7;
}
#our_work .btn_red {
	margin-top:20px;
	padding:7px 25px;
}
/*get_consultation*/
#get_consultation {
	padding:40px 0 58px;
	background-image:url(images/get_consultation_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
}
#get_consultation p {
	font-size:37px;
	color:#2b2b2b;
}
#get_consultation .container {
	position:relative;
}
#get_consultation .container:before {
	position:absolute;
	content:"";
	background-image:url(images/get_consultation_img.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	bottom:-58px;
	right:15%;
	width:487px;
	height:397px;
}
#get_consultation form input {
	border:1px solid #4a4949;
	padding-left:15px;
	width:100%;
	max-width:300px;
	margin-bottom:20px;
	height:35px;
	background-color:transparent;
	display:block;
	color:#000;
}
::-webkit-input-placeholder {
	color:#2b2b2b;
}
::-moz-placeholder {
	color:#2b2b2b;
}
:-moz-placeholder {
	color:#2b2b2b;
}
:-ms-input-placeholder {
	color:#2b2b2b;
}
#get_consultation form button {
	max-width:300px;
}
/* advantages */
#advantages {
	padding:12px 0 22px;
	background-image:url(images/advantages_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#advantages .block_title {
	margin-bottom:36px;
}
#advantages ul {
	margin:0;
	font-size:0;
	text-align:center;
}
#advantages ul li {
	padding:0;
	width:185px;
	vertical-align:top;
	font-size:9px;
	margin-bottom: 20px;
}
#advantages ul li .icon_block {
	width:170px;
	height:170px;
	border-radius:50%;
	border:1px solid #a8a8a8;
	display:block;
	margin:0 auto;
	background-position:center center;
	background-repeat:no-repeat;
}
#advantages ul li .icon_block_1 {
	background-image:url(images/advantage_1.png);
}
#advantages ul li .icon_block_2 {
	background-image:url(images/advantage_2.png);
}
#advantages ul li .icon_block_3 {
	background-image:url(images/advantage_3.png);
}
#advantages ul li .icon_block_4 {
	background-image:url(images/advantage_4.png);
}
#advantages ul li .icon_block_5 {
	background-image:url(images/advantage_5.png);
}
#advantages ul li .advantage_title {
	display:table;
	text-transform: uppercase;
	min-height:40px;
	width: 100%;
	margin-top: 17px;
}
#advantages ul li .advantage_title span {
	display:table-cell;
	vertical-align:middle;
}
#advantages ul li .short_line {
	display:block;
	height:1px;
	width:20px;
	margin:10px auto;
	background-color:#a8a8a8;
}
/* material */
#material {
	padding:12px 0 0;
}
#material .block_title {
	margin-bottom:40px;
}
/* certificate */
#certificate {
	padding:12px 0 42px;
}
#certificate .block_title {
	margin-bottom:44px;
}
#certificate .btn_red {
	padding:7px 66px;
}
#certificate .bx-wrapper {
	margin-bottom:41px;
}
#certificate .bx-wrapper .bx-viewport {
	box-shadow:none;
	border:0;
	left:0;
	background:transparent;
}
#certificate .bx-wrapper .bx-pager {
	display:none;
}
#certificate .bx-wrapper .bx-controls-direction a {
	margin-top: -25px;
	width: 25px;
	height: 50px;
	background-image:url(images/slider_arrows.png);
	background-repeat:no-repeat;
}
#certificate .bx-wrapper .bx-prev {
	left: -12%;
	background-position:top left;
}
#certificate .bx-wrapper .bx-next {
	right: -12%;
	background-position:top right;
}
#certificate .slide span {
	position:relative;
	border-bottom:1px dashed #2b2b2b;
	color:#2b2b2b;
}
#certificate .slide span:before {
	position:absolute;
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	top:2px;
	left:-23px;
	width:25px;
	height:20px;
	color:#2b2b2b;
	font-size: 11px;
}
#certificate .slide a:hover {
	text-decoration:none;
}
/* work_steps */
#work_steps {
	padding:12px 0 14px;
	background-image:url(images/work_steps_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#work_steps .block_title {
	margin-bottom:36px;
}
#work_steps ul {
	margin:0;
	font-size:0;
	text-align:center;
}
#work_steps ul li {
	padding:0;
	width:185px;
	vertical-align:top;
	font-size:14px;
	min-height:250px;
	margin-bottom: 20px;
}
#work_steps ul li .icon_step {
	width:155px;
	height:155px;
	border-radius:50%;
	border:1px solid #a8a8a8;
	display:block;
	margin:0 auto 16px;
	background-position:center center;
	background-repeat:no-repeat;
}
#work_steps ul li .icon_step_1 {
	background-image:url(images/work_step_1.png);
}
#work_steps ul li .icon_step_2 {
	background-image:url(images/work_step_2.png);
}
#work_steps ul li .icon_step_3 {
	background-image:url(images/work_step_3.png);
}
#work_steps ul li .icon_step_4 {
	background-image:url(images/work_step_4.png);
}
#work_steps ul li .icon_step_5 {
	background-image:url(images/work_step_5.png);
}
#work_steps ul li p {
	padding:0 10px;
	line-height: 17px;
}
#work_steps ul li .btn_red {
	margin-top:10px;
}
/* reviews */
#reviews {
	padding:12px 0 43px;
}
#reviews .block_title {
	margin-bottom:36px;
}
#reviews .carousel {
	height:307px;
	width: 83%;
	margin: 0 auto;
}
#reviews .carousel-control {
	position: absolute;
	top: 50%;
	bottom: auto;
	width: 25px;
	height:50px;
	margin-top:-25px;
	background-image:url(images/slider_arrows.png);
	background-repeat:no-repeat;
	filter:0;
}
#reviews .carousel-control.right {
	right: -10%;
	left: auto;
	background-position:top right;
}
#reviews .carousel-control.left {
	left: -10%;
	background-position:top left;
}
#reviews .slider_photo {
	float:left;
	margin-right:20px;
}
#reviews .slider_photo img {
	margin:0 auto;
}
#reviews .carousel_text {
	font-style:italic;
	text-align:justify;
	line-height: 17px;
}
/* action */
#action {
	padding:12px 0 24px;
	background-image:url(images/action_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	overflow:hidden;
}
#action .block_title {
	margin-bottom:21px;
}
#action .action_text {
	font-size:37px;
	line-height: 45px;
	margin-bottom:20px;
	position:relative;
}
#action .action_text:after {
	position:absolute;
	content:"";
	width:690px;
	height:356px;
	background-image:url(images/action_icon.png);
	background-position:top center;
	background-repeat:no-repeat;
	top:-50px;
	right:-545px;
}
#action input {
	height:35px;
	width:300px;
	margin-bottom:20px;
	padding-left:20px;
	display:block;
}
#action .btn_red {
	width:300px;
	margin-bottom:20px;
}
/* footer */
#footer {
	padding:12px 0 43px;
}
#footer .block_title {
	margin-bottom:21px;
}
#footer .terminal {
	margin-left:73px;
	position:relative;
}
#footer .terminal:before {
	position:absolute;
	content:"";
	width:107px;
	height:101px;
	background-image:url(images/terminal.png);
	background-position:top center;
	background-repeat:no-repeat;
	top:0;
	left:-108px;
}
#footer .terminal p {
	margin-bottom:10px;
}
#footer .terminal p span {
	font-weight: 400;
}
#footer .address {
	font-weight: 400;
	font-size: 18px;
	margin-top:10px;
}
#footer .phone_bottom {
	margin-top:10px;
}
#footer .phone_bottom p {
	font-size: 20px;
}
#footer .questions .block_title {
	text-transform: none;
	margin-top: 0;
	margin-bottom: 27px;
}
#footer .questions .btn_red {
	padding:6px  55px;
}
/* map */
#google-map {
	width:100%;
	height:485px;
}

/* MODAL_PRODUCT */
#close_modal_product {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:999;	
}
.modal_product .modal-backdrop {
	background-color:#f7f7f7;
}
.modal_product .modal-dialog {
	background-color:#f7f7f7;
	width:940px;
	position:relative;
	z-index:1000;
}
.modal_product button.close {
	position:absolute;
	top:10px;
	right:10px;
	z-index:5;
	opacity: 1;
}
.modal_product button.close:hover {
	opacity: .5;
}
.modal_product button.close span {
	width: 30px;
	height: 30px;
	font-size: 30px;
}
.modal_product .carousel {
	margin-bottom:20px;
	position:relative;
}
.modal_product .carousel img {
	height:422px;
	margin: 0 auto;
}
.modal_product .carousel .product_index {
	position: absolute;
	bottom:5%;
	left:0;
	background-color:rgba(0,0,0,0.5);
	color: #fff;
	width: 130px;
	height: 35px;
	text-align: center;
	line-height: 35px;
}
.modal_product .text_block {
	padding:0 15px;
	margin-bottom:20px;
}
.modal_product .carousel-control {
	position: absolute;
	top: 50%;
	margin-top:-30px;
	bottom: auto;
	width: 35px;
	height:60px;
	background-image:url(images/slider_modal_arrows.png);
	background-repeat:no-repeat;
}
.modal_product .carousel-control.right {
	right: 2%;
	left: auto;
	background-position:top right;
}
.modal_product .carousel-control.left {
	left: 2%;
	background-position:top left;
}
.modal_product .form_block {
	text-align:center;
	max-width:300px;
	float: right;
	margin: 0 15px;
}
.modal_block {
	background:#f7f7f7;
}
.modal_product .form_block input {
	width:300px;
	height:35px;
	padding-left:20px;
	margin-bottom:20px;
}
.modal_product .form_block .btn_red {
	width:300px;
	margin-bottom:20px;
}
/* thanks_content */
#thanks_content {
	display:table;
	background:#fff;
	width:100%;
	height:100%;
	font-weight:400;
}
#thanks_content .thanks_block {
	display:table-cell;
	vertical-align:middle;
}
#thanks_content .thanks_descr {
	font-size:18px;
	line-height: 25px;
	margin-bottom: 16px;
	padding: 25px 0;
	background-color:#f7f7f7;
	text-align:center;
}
#thanks_content .thanks_title {
	font-size:35px;
	margin-bottom: 15px;
	line-height: 39px;
	text-align:center;
	padding-top: 50px;
}
#thanks_content .thanks_block div {
	background:#fff;
	width:500px;
	height:230px;
	margin:0 auto;
}

/* modal_form  */
.modal_form .modal-dialog {
	max-width:500px;
}
.modal_form .modal-backdrop.in {
	background-color: #fff;
	opacity: 0.75;
}
.modal_form .modal_content {
	border-radius:0;
	padding:47px 0;
	background: #fff;
	box-shadow: 0px 0px 4px rgba(23, 20, 21, 0.4);
}
#Modal_2 .modal_content {
	padding:30px 0;
}
.close {
	top: 10px;
	right: 10px;
	position: absolute;
	z-index: 888;
}
.modal_form .modal_content .modal_descr {
	font-size:18px;
	line-height: 25px;
	margin-bottom: 16px;
	padding: 16px 10px;
	background-color:#f7f7f7;
}
.modal_form .modal_content .modal_title {
	font-size:35px;
	margin-bottom: 15px;
	line-height: 39px;
}
.modal_form .modal_content .form-group {
	margin-bottom: 0;
}
.modal_form .modal_content input {
	border-radius:0;
	border:1px solid #cccccc;
	width: 63%;
	height:42px;
	margin: 0 auto -4px;
	text-align: center;
	font-size:15px;
}
.modal_form .modal_content .btn_red {
	width: 63%;
	white-space: normal;
}

/* modal_onesec */
#modal_onesec .modal-dialog {
	background:#fff;
	padding:20px 40px;
	width:480px;
	border-radius:10px;
	box-shadow:inset 2px 2px 6px rgba(0,0,0,0.2);
	position:relative;
	z-index:999;
}
#modal_onesec .modal_descr_onesec:after {
	content:"";
	position:absolute;
	bottom:-20px;
	right:10px;
	width:0px;
	height:0px;
	border:20px solid transparent;
	border-left:20px solid #fffdd9;
}
#modal_onesec .modal_descr_onesec {
	position:relative;
	background:#fffdd9;
	margin:0px 30px;
	border-radius:10px;
	padding:15px;
	z-index:1;
}
#modal_onesec .modal_descr_onesec strong {
	color:#66121f;
	font-size:18px;
	font-weight:bold;
}
#modal_onesec .modal_descr_onesec_block {
	height:260px;
	width:400px;
	background:url(images/modal_onesec_girl.png) bottom center no-repeat;
	margin-top:-14px;
	z-index:2;
	position: relative;
}
#modal_onesec .form-group {
	margin-bottom:0px;
}
#modal_onesec h3.modal_title_onesec {
	font-size:34px;
	line-height:38px;
	padding-bottom:5px;
	font-weight:bold;
	color:#333333;
}
.close_modal_onesec {
	position:absolute;
	top:0px;
	right:-25px;
	background:url(images/cross.png) top center no-repeat;
	width:19px;
	height:19px;
	border:0px;
}
.modal-dialog-overlay {
	background:rgba(0,0,0,0.6);
	position:fixed;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	z-index:100;
}

/* modal_right_btn */
#modal_right_btn {
	transform:rotate(270deg);
	padding:0px 0px;
	width:320px;
	position:fixed;
	top:50%;
	right:-138px;
	border-radius:10px 10px 0px 0px;
	z-index:999;
	text-align:center;
	font-size:18px;
	line-height:44px;
	color:#fff;
	font-weight:700;
	text-decoration:none;
	background: #65121f;
	background: -moz-linear-gradient(top,  #65121f 0%, #901529 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#65121f), color-stop(100%,#901529));
	background: -webkit-linear-gradient(top,  #65121f 0%,#901529 100%);
	background: -o-linear-gradient(top,  #65121f 0%,#901529 100%);
	background: -ms-linear-gradient(top,  #65121f 0%,#901529 100%);
	background: linear-gradient(to bottom,  #65121f 0%,#901529 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65121f', endColorstr='#901529',GradientType=0 );
}
#modal_right_btn:hover {
	text-decoration:none;
	background: #87191b;
	background: -moz-linear-gradient(top,  #87191b 0%, #901529 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87191b), color-stop(100%,#901529));
	background: -webkit-linear-gradient(top,  #87191b 0%,#901529 100%);
	background: -o-linear-gradient(top,  #87191b 0%,#901529 100%);
	background: -ms-linear-gradient(top,  #87191b 0%,#901529 100%);
	background: linear-gradient(to bottom,  #87191b 0%,#901529 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87191b', endColorstr='#901529',GradientType=0 );
}
#right_block_form {
	position:fixed;
	top:50%;
	margin-top:-135px;
	right:-330px;
	width:320px;
	height:270px;
	z-index:101;
	
	background:#fff;
	padding:15px;
	width:300px;
	border-radius:10px;
	box-shadow:inset 2px 2px 6px rgba(0,0,0,0.2);
}
#right_block_form .cross {
	position:absolute;
	top:4px;
	left:-32px;
	display:block;
	width:19px;
	height:19px;
	cursor:pointer;
	background:url(images/cross.png) top center no-repeat;
}
#right_block_form p {
	margin:0px;
	padding:0px;
}
#right_block_form p.title {
	font-size:18px;
	line-height:24px;
	font-weight: 700;
	text-align:center;
	padding:0px 0px 10px;
	color:#8d1528;
	margin:0px;
	text-transform:uppercase;
}
#right_block_form p.description {
	background:#fffdd9;
	padding:10px 10px;
	color:#666666;
	font-size:15px;
	line-height:18px;
	margin-bottom:10px;
	text-align:center;
}
#right_block_form input[type="text"]{
	border:1px solid #909090;
	padding:3px 12px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:30px;
	width:263px;
	display:block;
	border-radius:3px;
	font-style:normal;
	background-image:none;
}
#right_block_form .btn_red {
	display:block;
	width:97%;
}


@media (max-width: 467px) {
	#modal_onesec .modal-dialog {
		display:none !important;
	}
}


@media (max-width: 1199px) {
#action .action_text:after {
	right:-661px;
}
}
@media (max-width: 991px) {
#products .nav_tabs li a {
	height:45px;
	padding: 2px 5px;
}
#reviews .carousel {
	width: 90%;
}
#reviews .carousel-control.left {
	left: -7%;
}
#reviews .carousel-control.right {
	right: -7%;
}
#action,
#work_steps,
#advantages {
	background-size:cover;
}
#footer .terminal {
	margin-left: 45px;
}
.modal_product .modal-dialog {
	width:auto;
}
.modal_product .carousel img {
  height: auto;
}
#get_consultation .container:before {
	right: 0;
}
}
@media (max-width: 767px) {
#header {
	background-size: cover;
}
.header_form {
	float: none;
	margin: 0 auto;
}
#header .logo_top,
#header .phone_top {
	text-align:center;
}
#products .nav_tabs li {
	width:30%;
}
#products .nav_tabs li:first-child a,
#products .nav_tabs li:last-child a {
	border-radius:0;
}
#reviews {
	min-height:580px;
}
#reviews .slider_photo {
	float: none;
	margin:0 auto 20px;
}
#action .action_text:after {
	display:none;
}
#footer .terminal {
	text-align:center;
	margin-left: 0px;
	margin-bottom:20px;
}
#footer .phone_bottom {
	text-align:center;
	margin-bottom:20px;
}
#footer .terminal:before {
	left:40px;
}
.modal_product .form_block {
	float: none;
	margin:0 auto;
}
#get_consultation .container:before {
	display:none;
}
}
@media (max-width: 467px) {
.block_title {
	font-size:32px;
}
#header .page_title {
	text-align:center;
}
#header .page_title span {
	padding:0;
}
#header .page_title {
	margin-top:50px;
	font-size: 26px;
}
#reviews .carousel-control.left,
#reviews .carousel-control.right {
	width: 15px;
}
#reviews .carousel-control {
	top: 35%;
}
#footer .terminal:before {
	left:-30px;
}
.modal_product .carousel-control {
	width:20px;
}
}