@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	overflow-x: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

::-webkit-input-placeholder {color:#656565;}
::-moz-placeholder          {color:#656565;}/* Firefox 19+ */
:-moz-placeholder           {color:#656565;}/* Firefox 18- */
:-ms-input-placeholder      {color:#656565;}

body {
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	width: 100%;
	height: 100%;
    background: #e9eaec;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.container {
    width: 1260px;
    /*border: 1px solid black;*/
}

header {
    width: 100%;
    margin: 0 auto;
	height: 95px;
	background: #fff;
}

.content {
	padding: 0 0 100px;
}

footer {
	width: 100%;
	margin: -100px auto 0;
	height: 120px;
	background: #36393e;
	position: relative;
    padding-top: 20px;
}

.top-panel {
    width: 100%;
    height: 90px;
    background: #36393e;
}

.phone {
    display: block;
    background: url(../images/call.png) no-repeat;
    width: auto;
    height: 32px;
    color: #fff;
    font-size: 20px;
    padding-left: 42px;
    padding-top: 4px;
    margin-top: 25px;
}

.time-work {
    margin: 30px 0px 0px 25px;
    display: block;
    color: #b3b3b3;
    font-size: 15px;
}

.mail_icon {
    float: left;
    background: url(../images/mail.png) no-repeat;
    background-size: 14px 11px;
    width: 15px;
    height: 15px;
    color: #fff;
    margin-right: 7px;
    background-size: 100%;
    margin-top: 3px;
}

.email {
    font-size: 15px;
    margin-top: 25px;
}

.email a {
    color: #fff;
}

.search {
    margin-top: 25px;
}

.search input {
    background: #b3b3b3;
    width: 225px;
    height: 33px;
    border: none;
    border-radius: 5px;    
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.41);
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    margin-left: 10px;
}

.search_icon {
    background: url(../images/Search.png) no-repeat;
    width: 24px;
    height: 24px;
    border: none;
    margin: 6px 3px 0px 7px;
    float: right;
}

.logo {
    margin-top: 16px;
    width: 135px;
    display: block;
}

.description {
    text-transform: uppercase;
    color: #515151;
    font-size: 22px;
    margin-top: 30px;
    display: block;
	font-weight: 600;
}

.order-call {
    background: url(../images/Button.png) no-repeat;
    width: 232px;
    height: 48px;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    font-size: 17px;
    display: inline-block;
    margin-top: 23px;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
}

.order-call:hover {color: #fff; text-decoration: none; margin-right: 10px;}
.order-call:active {color: #fff; text-decoration: none;}
.order-call:focus {color: #fff; text-decoration: none;}

nav {
    width: 100%;
    height: auto;
    position: relative;
    background: rgb(204, 62, 48);
    background: -moz-linear-gradient(90deg, rgb(204, 62, 48) 30%, rgb(189, 41, 21) 65%);
    background: -webkit-linear-gradient(90deg, rgb(204, 62, 48) 30%, rgb(189, 41, 21) 65%);
    background: -o-linear-gradient(90deg, rgb(204, 62, 48) 30%, rgb(189, 41, 21) 65%);
    background: -ms-linear-gradient(90deg, rgb(204, 62, 48) 30%, rgb(189, 41, 21) 65%);
    background: linear-gradient(180deg, rgb(204, 62, 48) 30%, rgb(189, 41, 21) 65%);
}

nav ul {
    list-style: none;
    position: relative;
    padding-top: 5px;
    padding-bottom: 3px;
}

nav ul li {
    display: inline-block;
    background: url(../images/menu_arrow.png) no-repeat;
    background-position: 2px 50%;
    background-size: 5px;
    font-size: 16px;
    position: relative;
}
nav ul li a {
    color: #fff;
}

nav ul li a:hover {
    color: #fff;
}

nav ul li a:active {
    color: #fff;
}

nav ul li a:focus {
    color: #fff;
}

.nav>li {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 5px 15px;
    box-sizing: border-box;
    transition: 0.3s linear;
    
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent!important;
    text-decoration: underline;
    
}

.nav-child {
    position: absolute;
    background: #36393e;
    margin: 0;
    margin-left: 6px;
    width: 345px;
    padding: 6px 0px 10px 8px;
    color: #eee;
    transition: 0.5s opacity;
    z-index: 999;
    border-radius: 5px;
	display: none;
}

@media (min-width: 890px) {
	.nav-child .nav-child {
		left: 335px;
		top: 0;
		margin: 0;
	}
}

ul.nav > li:hover > ul {
    display: block;
    opacity: 1;
}


.nav-child li {
    font-size: 14px;
    display: block;
    background-position: 3.5px 5.5px;
    margin-bottom: 5px;
}

.nav-child li:hover {
    background-color: #484c52;
    width: 98%;    
}

.nav-child li:last-child {
    margin-bottom: 0px;
}

.nav-child li a {padding-left: 15px;}
.nav-child li a:hover {text-decoration: none;}


ul.nav > li > ul:before {
    content: ''; 
    position: absolute; 
	margin-top: -22px;
	margin-left: 20px;
	border: 10px solid transparent;	
	border-bottom: 10px solid #36393e;     
}

.sticky {
    position: fixed;
    z-index: 101;
    border-bottom: 1px solid #7f2a2a !important;
}
.stop {
    position: relative;
    z-index: 101;
}

.block_1 {
    width: 100%;
    height: 463px;
    background-size: cover !important;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
}

.bg_1 {
    background: url(../images/bg_1.png) no-repeat;
}

.bg_2 {
    background: url(../images/bg_2.png) no-repeat;
}

.bg_3 {
    background: url(../images/bg_3.png) no-repeat;
}

.about {
    width: 570px;
    min-width: 570px;
    color: #fff;
    border: 4px solid #ffffff;
    text-align: center;
    font-size: 34px;
    margin: 0 auto;
    margin-top: 189px;
    font-weight: 600;
    padding: 23px;
    line-height: 41px;
    text-transform: uppercase;
}

.advantages {
    margin: 5px 0px 15px 0px;
}

.advantages img {
    -webkit-transition: 0.4s linear; 
    width: 100%;
}

.advantages img:hover {
    opacity: 0.7;
}

.mini-icon {
    background: url(../images/icon_logo.png) no-repeat;
    padding-left: 45px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 35px;
}

.main-title {
    padding-bottom: 10px;
    font-weight: 600;
    border-bottom: 2px solid #c9c9c9;
}

.red_block {
    width: 100%;
    height: auto;
    background-size: cover !important;
    background: url(../images/bg_red.png) no-repeat;
    padding-top: 45px;
}

.icon-title {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    padding-top: 3px;
}

.icon_1 {
    background: url(../images/icon_1.png) no-repeat;
    display: block;
    height: 38px;
    padding-left: 50px;
}

.icon_2 {
    background: url(../images/icon_2.png) no-repeat; 
    display: block;
    height: 38px;
    padding-left: 50px;   
}

.icon_3 {
    background: url(../images/icon_3.png) no-repeat;
    display: block;
    height: 38px;
    padding-left: 50px;   
}

.icon_4 {
    background: url(../images/icon_4.png) no-repeat;
    display: block;
    height: 38px;
    padding-left: 50px;    
}

.icon_5 {
    background: url(../images/icon_5.png) no-repeat;
    display: block;
    height: 38px;
    padding-left: 50px;   
}

.icon_6 {
    background: url(../images/icon_6.png) no-repeat;
    display: block;
    height: 38px;
    padding-left: 50px;    
}

.red_block p {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 50px;
}

.red_block .pad-left {
    padding-left: 35px;
}

.red_block .pad-right {
    padding-right: 35px;
}

.o-nas p {
    font-size: 15px;
    font-weight: 600;
    text-align: justify;
}

.form-call {
    margin-top: 40px;
    margin-bottom: 40px;
}

.call-back-form {
    border: 9px solid #b62e20;
    padding: 35px;
    margin: 0 auto;
    width: 80%;
}

.call-back-form span {
    font-weight: 700;
    text-align: center;
    display: block;
    width: auto;
    font-size: 25px;
}

.call-back-form p {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;    
    text-align: center;
    font-size: 16px;
    color: #424242;
}

.call-back-form input {
    display: block;
    width: 100%;
    height: 35px;
    padding-left: 8px;
    margin-bottom: 15px;
    -webkit-box-shadow: inset 0px 4px 11px -7px rgba(0,0,0,0.40);
    -moz-box-shadow: inset 0px 4px 11px -7px rgba(0,0,0,0.40);
    box-shadow: inset 0px 4px 11px -7px rgba(0,0,0,0.40);  
    outline: none;
}

.call-back-form button {
    border: none;
    outline: none;
    margin: 0 auto;
    display: block;
    background: url(../images/Button.png) no-repeat;
    width: 232px;
    height: 48px;
    text-align: center;
    color: #fff;
    padding-top: 4px;
    font-size: 17px; 
    font-weight: 600;
}

.home {
    width: auto;
    height: 372px;
    background: url(../images/Home_sweet_home.png) no-repeat;
    background-size: 80%;
    background-position: center;   
}

.socials {

}

.fb {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../images/sprite_soc_wh.png) no-repeat;
}

.tw {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../images/sprite_soc_wh.png) no-repeat;
    background-position: -46px 0;
}

.vk {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../images/sprite_soc_wh.png) no-repeat;
    background-position: -90px 0;
}

.inst {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../images/sprite_soc_wh.png) no-repeat;
    background-position: -134px 0;
}

footer .email {
    font-size: 14.7px;
    margin-top: 5px;
}

footer .email a {
    color: #fff;
    margin-top: 3px;
}

footer .mail_icon {
    float: left;
    background: url(../images/mail.png) no-repeat;
    background-size: 14px 11px;
    width: 15px;
    height: 15px;
    color: #fff;
    margin-right: 7px;
    background-size: 100%;
    margin-top: 3px;
}

footer .phones-footer {
    color: #fff;
    display: block;
    text-align: justify;
    font-size: 15.5px;
}

footer .pocht-address {
    display: block;
    width: auto;
    font-size: 15px;
    color: #fff;
    margin-bottom: 7px;
    text-align: right;
}

footer .pocht-address img {
    width: auto;
    width: 15px;
    margin-right: 7px;
}

footer .geo-address {
    display: block;
    width: auto;
    height: 32px;
    background: url(../images/Locate.png) no-repeat;
    background-size: 19px 23px;
    background-position: 8px 7px;
    padding-left: 38px;
    font-size: 15px;
    color: #fff;    
}

 .call-back-window input {
    display: block;
    width: 100%;
    height: 35px;
    padding-left: 5px;
    margin-bottom: 15px;
    -webkit-box-shadow: inset 0px 4px 11px -7px rgba(0,0,0,0.40);
    -moz-box-shadow: inset 0px 4px 11px -7px rgba(0,0,0,0.40);
    box-shadow: inset 0px 4px 11px -7px rgba(0,0,0,0.40);  
    outline: none;
}

 .call-back-window textarea {
    display: block;
    width: 100%;
    padding-left: 5px;
    margin-bottom: 15px;
    -webkit-box-shadow: inset 0px 4px 11px -7px rgba(0,0,0,0.40);
    -moz-box-shadow: inset 0px 4px 11px -7px rgba(0,0,0,0.40);
    box-shadow: inset 0px 4px 11px -7px rgba(0,0,0,0.40);  
    outline: none;
}

.call-back-window button {
    border: none;
    outline: none;
    margin: 0 auto;
    display: block;
    background: url(../images/Button.png) no-repeat;
    width: 232px;
    height: 48px;
    text-align: center;
    color: #fff;
    padding-top: 4px;
    font-size: 17px; 
    font-weight: 600;
}

.item-image {
    
    width: 365px;
    margin-bottom: 20px;
}

.item-image img {
    width: 360px;
    padding-right: 15px;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 5px;
    border-bottom: none;
}

.page-header h2 {
    border-bottom: 2px solid #c9c9c9;
    line-height: 50px;
	font-weight: 600;
}

.simple-little-table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:0px;
	border:#ccc 1px solid;
	border-collapse:separate;
 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
 
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
 
.simple-little-table th {
	font-weight:bold;
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
 
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.simple-little-table th:first-child{
	text-align: left;
	padding-left:20px;
}
.simple-little-table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.simple-little-table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.simple-little-table tr{
	text-align: center;
	padding-left:20px;
}
.simple-little-table tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.simple-little-table tr td {
    padding: 15px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.simple-little-table tr:nth-child(even) td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.simple-little-table tr:last-child td{
	border-bottom:0;
}
.simple-little-table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.simple-little-table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.simple-little-table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}
 
.simple-little-table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.simple-little-table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.simple-little-table a:active,
.simple-little-table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}

.btn-toolbar {
    margin-left: -15px;
}

.form-horizontal .control-label {
    text-align: left;
}

.controls textarea {
    width: 100%;
}

.controls input[type="text"] {
    width: 320px;
    height: 32px;
    outline: none;
}

.controls input[type="email"] {
    width: 320px;
    height: 32px;
    outline: none;    
}

.dl-horizontal dd {
    margin-left: 28px;
}

.dl-horizontal dt {
    width: 15px;
}

.search-page input[type="text"] {
    margin: 8px;
    width: 95%;
    height: 33px;
    padding: 5px;
    outline: none;
}

.search-field {
    width: 100%;
    display: inline-block;
}

.search-button {
    display: inline-block;
    float: right;
    margin: 7px;
    padding: 0px;
}

.search-button button {
    width: 115px;
    background: #b62e20;
    color: #fff;
    outline: none;
}

.search-button .btn {
    border-radius: 0px;
}

.search-button button:hover {
    color: #fff;
    outline: none;
}

.search-button button:focus {
    color: #fff;
    outline: none;
}

.search-button button:active {
    color: #fff;
    outline: none;
}

.partners .partner {
	padding-bottom: 15px;
	text-align: center;
}

.calculator {
	padding:25px;
	background: #fff;
	margin: 20px 0;
}

#calc-final-price {
    background: url(../images/Button.png) no-repeat;
    width: 232px;
    height: 48px;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    font-size: 17px;
    display: inline-block;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
}

#calc-final-price:hover {color: #fff; text-decoration: none; margin-right: 10px;}
#calc-final-price:active {color: #fff; text-decoration: none;}
#calc-final-price:focus {color: #fff; text-decoration: none;}

.calc-final-button {
	text-align: right;
}

.calculator .desc img {
	float: left;
	margin-right: 10px;
}

.calculator .desc h2 {
	margin-top: 0;
    font-size: 24px;
    font-weight: bold;
	margin-bottom: 7px;
}

.calculator .payment #calc-price-input {
	width: 30%;
}

.calculator .rezult {
	font-weight: bold;
}

.partners-carousel {
	margin: 15px 0;
}

.partners-carousel .owl-nav {
	position: absolute;
	top: calc(50% - 12px);
	width: 100%;
}

.partners-carousel .owl-prev {
	position: absolute;
	left: 8px;
	outline: none;
}

.partners-carousel .owl-next {
	position: absolute;
	right: 8px;
	outline: none;
}

.partners-carousel .owl-prev span, 
.partners-carousel .owl-next span {
	font-size: 30px;
	line-height: 20px;
    display: block;
	font-size: 30px;
	color: #36393e;
}

.partners-carousel .owl-prev:hover span, 
.partners-carousel .owl-next:hover span {
	color: #000;
}

.email .inst {
	background: url(../images/instagram-logo_wh.png) no-repeat;
    position: relative;
    float: left;
    background-size: 100%;
    width: 20px;
    height: 20px;
    margin: 0 7px 0 0;
}

.top-panel .social-icons {
	padding: 0;
}

.top-panel .email {
    font-size: 14px;
    margin-top: 31px;
}

.logo-footer {
	text-align: center;
}

footer .addresss {
	text-align: right;
	color: #fff;
}