

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
::-moz-focus-inner { border: 0; padding: 0; }
body { margin:0; padding:0;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

div{ margin:0; outline:0;}
ul {outline:0;}
a:active,
a:hover {
  outline: 0;
}
/*убираем бордюры*/
img, a:link img, a:visited img, a:hover img, a:active img { border: 0; }
a:focus { border:0px; }
/*общее оформление ссылок*/
a { color: #061f3d; text-decoration: underline; }
a:hover { color:#a52423; text-decoration:underline; }


/*бэкграунд*/
html {background: #37547f;}
body {min-width:1250px; font-size: 18px; line-height: 1.4; color:#3b3b3b; font-weight:normal;}
 
/*разделитель*/
.clear { height:0px; width:100%; clear:both; }

/*все дивы в бокссайз бордер бокс*/
div {
	box-sizing: border-box;
}

/* обновите браузер*/
.browserupgrade {
	text-align:center;
	padding:10px;
	background:#fff;
	border-bottom:3px solid #000;
}
.browserupgrade a {
	color:#ff0000;
	font-weight:bold;
	text-decoration:underline;
}

/* шрифт */
body {font-family: 'Roboto', sans-serif;}



/* Типографика */
h1 {
	font-weight:bold;
	font-size:32px;
	line-height:36px;
	padding:0;
	margin:20px 0 10px;
	color:#3b3b3b;
	text-transform:uppercase;
}
h2 {
	font-weight:bold;
	font-size:28px;
	line-height:32px;
	padding:0;
	margin:20px 0 10px;
	color:#3b3b3b;
	text-transform:uppercase;
}
h3 {
	font-weight:bold;
	font-size:28px;
	line-height:36px;
	margin:20px 0px 10px;
}
p {
	margin:0 0 10px;
}


/*центрируем блоки*/
.center-box2 {
	margin:0 auto;
	width:1200px;
	position:relative;
	border-left:1px solid #999;
	border-right:1px solid #999;
	box-shadow:0 0 10px rgba(0,0,0,.3);
	background:#fff;
}
.center-box {
	margin:0 auto;
	/*width:1200px;*/
	position:relative;
	padding:20px;
}


/* шапка */
.header-line {
    background:#d0cecf url(../images/header.jpg) center no-repeat;
    background-size:cover;
}

    .header-line .center-box {
        height:340px;
        padding-bottom:50px;
        position:relative;
    }
 
.logo-box {
    width: auto;
    float: right;
    overflow: hidden;
    padding:0;
    /*background:rgba(255,255,255,0.7);*/
    text-align:right;
    font-size:21px;
    color:#fff;

}
    .logo {
        display: block;
        text-decoration: none;
        font-size:48px;
        line-height:60px;
        font-weight:bold;
        color:#3d3d3d;
        margin-bottom:20px;
    }
    .slogan {
        position:absolute;
        bottom:10px;
        left:5%;
        width: 90%;
        padding:5px 10px 5px 10px;
        line-height: 25px;
        font-size: 18px;
        background:rgba(0,0,0,0.2);
        color:#fff;
        text-align:center;
        font-style: italic;
    }
.adres {
    border-top:2px solid #fff;
    padding-top:10px;
}
.telefon {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color:#3d3d3d;
    margin-top:10px;
}
.telefon a{
    color:#fff;
    text-decoration:none;
}



/**/
.mob-menu {
    display:none;
}	
.nav-line {
    background: #a52423;
        height:auto;
    background: #a52423dd;
    height: auto;
    margin-top: -55px;
    height: 55px 
}

.nav-line .center-box {
	padding:0 20px;
}

.nav-line ul.menu {
    list-style:none;
    margin:0;
    padding:0;
    display:block;
    height:55px;
}
    .nav-line ul.menu li ul {
        display:none;
    }
    .nav-line ul.menu li {
        display:inline-block;
        margin-right:25px;
        padding:1px 0;
    }
    .nav-line ul.menu li a {
        display:block;
        color:#fff;
        text-transform:uppercase;
        line-height:25px;
        font-size:18px;
        padding:13px 0;
        text-decoration:none;
    }
    .nav-line ul.menu li a:hover {
        padding:13px 0 10px;
        border-bottom:3px solid #FFC107;
        color: #FFC107;
    }
    .nav-line ul.menu li.active a {
        padding:13px 0 10px;
        border-bottom:3px solid #fff;
        color: #fff;
    }
    
    
/**/
.main {
    padding:50px 0;
    
}
a.mail {
    white-space: nowrap;
}
.main-btn {
    display:block;
    margin:20px 0;
    border-radius:5px;
    box-shadow:0 0 5px rgba(0,0,0,0.4);
    float:left;
    width:360px;
    height:240px;
    overflow:hidden;
}
.main-btn:nth-child(2) {
    margin:20px 60px;
}
.main-btn:hover {
    box-shadow:0 0 7px rgba(0,0,0,0.7);
}
.main-btn img {
    display:block;
}

.catalog {
    margin:30px 0;
    margin-right:-24px;
}
.cat_item {
    float: left;
    width: 370px;
    height: 250px;
    background: #eee;
    margin: 0 24px 24px 0;
    position: relative;
    border-radius: 5px;
    display:block;
    text-decoration:none;
    cursor:pointer;
    text-align:right;
}
.cat_item:hover {
    box-shadow:0 0 5px rgba(0,0,0,0.3);
}
.cat_item.bigitem{
    height: 525px;
}
.cat_item span {
    position: absolute;
    displaY: block;
    top: 20px;
    right: 20px;
    padding: 10px 20px;
    background: #ffffffee;
    font-weight:normal;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing:0.5px;
    max-width: 280px;
    float:right;
}
.cat_more {
    float: right;
    width: 350px;
    height: auto;
    background: #eee;
    margin: 0 24px 25px 0;
    padding: 10px;
    position: relative;
    border-radius: 5px;
    display:block;
    text-decoration:none;
    cursor:pointer;
    text-align:center;
}
.cat_more:hover {
    background: #fff;
    box-shadow:0 0 5px rgba(0,0,0,0.3);
}

.qoute {
    margin:30px 0;
    padding:20px;
    background:#a52423;
    text-align:center;
    font-size:21px;
    border-radius:10px;
    color:#fff;
}

.step1 {
    float:left;
    width:290px;
    padding:20px;
    border-radius:5px;
    background: #eee;
    margin:0 20px 20px 0;
}
.step2 {
    float:left;
    width:520px;
    padding:20px;
    border-radius:5px;
    background: #eee;
    margin:0 20px 20px 0;
}
.step3 {
    float:left;
    width:290px;
    padding:20px;
    border-radius:5px;
    background: #eee;
    margin:0 0 20px 0;
}

/**/
.clients {
overflow:hidden;
margin-right:-10px;
}
.client_item {
    width:282px;
    margin: 0 10px 10px 0;
    float:left;
    border:1px solid #eee;
}
.client_item img {
    displaY:block;
    height:auto;
    width:100%;
}

/**/
.marks {
overflow:hidden;
}
.mark_item {
    padding: 5px 10px;
    border-radius: 5px;
    background: #eee;
    margin: 0 10px 10px 0;
    float:left;
}


/**/
.step {
    float:left;
    width:24%;
    margin:30px 1% 30px 0;
    padding:10px 10px 10px 70px;
    position:relative;
    background:#fff;
}
    .step .step_num {
        position:absolute;
        width:70px;
        text-align:center;
        left:0px;
        top:0px;
        font-size:70px;
        line-height:70px;
        font-weight:bold;
    }
    .step .step-title {
        font-size:21px;
        font-weight:bold;
    }

/*услуги*/
.usluga {
    
}
.usluga-info {
    color: #000;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
    padding:10px 20px;
    background:#eee;
    float:left;
}
.usluga-link a {
    display:block;
    color: #fff;
    font-size: 21px;
    margin-bottom: 20px;
    padding:10px 20px;
    background: #3d3d3d;
    float:left;
    text-decoration:none;
    cursor:pointer;
}
.usluga-link a:hover {
    background: #418275;
}

.usluga-fos {
    padding:10px 20px;
    background: #eee;
    margin-bottom:20px;
}
.usluga-fos .blo {
    margin-bottom:20px;
    overflow:hidden;
}
.usluga-fos input[type=text] {
    padding:10px;
    background: #fff;
    border:1px solid #999;
    width:600px;
    max-width:100%;
    box-sizing: border-box;
}
.usluga-fos input[type=text].error {
    border:1px solid red;
}
.usluga-fos input[type=email] {
    padding:10px;
    background: #fff;
    border:1px solid #999;
    width:600px;
    max-width:100%;
    box-sizing: border-box;
}
.usluga-fos .sendon {
    display:block;
    color: #fff;
    font-size: 21px;
    margin-bottom: 20px;
    padding:10px 20px;
    background: #3d3d3d;
    float:left;
    text-decoration:none;
    cursor:pointer;
}


/*контакты*/
.contact_img {
    displaY:block;
    float:left; 
    width:300px;
    margin-right:50px; 
    box-shadow:0 0 5px rgba(0,0,0,0.2); 
    border-radius:5px;
}
span.otst {
    display:inline-block; 
    width:120px;
}
.contact_rekviz {
    margin:20px 0; 
    padding:20px; 
    background:#eee; 
    border-radius:5px;
}
.map {
    overflow:hidden;
    box-shadow:0 0 5px rgba(0,0,0,0.2); 
    border-radius:5px;
}


/* Каталог */
.catalog_list {
    width:700px;
    float:right;
}
.catalog_item {
    display:block;
    padding:10px 20px 10px 50px;
    text-transform:uppercase;
    text-decoration:none;
    border-bottom:1px solid #eee;
    border-top:1px solid #eee;
    border-radius:0;
    position:relative;
    margin-bottom:-1px;
    z-index:10;
}
.catalog_item::before {
  content: '';
  position:absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius:6px;
  top:50%;
  left:10px;
  margin-top:-6px;
  border:1px solid #eee;
}
.catalog_item:hover {
    border-bottom:1px solid #a52423;
    border-top:1px solid #a52423;
    background:#eee;
    z-index:20;
}
.catalog_item:hover::before {
  border:1px solid #a52423;
  background:#fff;
}
.option_list {
    float:left;
    width:420px;
    min-height:400px;
    padding:10px 20px;
    border-radius:5px;
    border:1px solid #eee;
    /*background:#eee;*/
}

.fos {
    padding-bottom:30px;
    margin-bottom:10px;
    border-bottom:1px solid #eee
}
.fos_title {
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    margin: 10px 0px 10px;
}
.fos_subtitle {
    font-size: 14px;
    color:#999;
    margin-bottom:20px;
}
.fos_subtitle2 {
    font-size: 12px;
    color:#999;
    margin-bottom:20px;
    margin-top:-10px;
    padding-left:10px;
}
.fos_btn {
    width:200px;
    color:#fff;
    background:#a52423;
    border:1px solid #a52423;
    border-radius:5px;
    padding:10px 20px;
    text-align:center;
    cursor:pointer;
}
.fos input[type=text] {
    border:1px solid #eee;
    padding:10px 20px;
    border-radius:5px;
    display:block;
    width:100%;
    box-sizing: border-box;
    margin-bottom:20px;
}
.fos input[type=text].error {
    border:1px solid red;
}
.fos textarea {
    border:1px solid #eee;
    padding:10px 20px;
    border-radius:5px;
    display:block;
    width:100%;
    box-sizing: border-box;
    margin-bottom:20px;
}
.fos input[type=text]:hover {
    border:1px solid #a52423;
}
.fos_btn:hover {
    color:#a52423;
    background:#fff;
}
.fos_answer {
    font-size:16px;
    color:green;
}

.telefon_list {
    padding-bottom:30px;
    margin-bottom:10px;
    border-bottom:1px solid #eee
}
.telefon_or {
    width:60px;
    line-height:30px;
    background:#fff;
    margin:-25px 0 15px;
}
.telefon_text {
    font-size: 14px;
    color:#999;
}
.telefon_number {
    font-size:32px;
    font-weight:bold;
}

.price_btn {
    background: #a52423;
    border-radius: 5px;
    width: 300px;
    height: auto;
    margin: 0 auto 0 0;
    display: block;
}
.price_btn img {
    display: block;
    margin:0 auto;
}
.dopinfo_list {
    font-size:16px;
    margin-top:20px;
    padding-top:10px;
    color:#666;
    border-top:1px solid #eee
}

/**/
.footer-line {
    background:#a52423;
    color:#fff;
}
.footer-line .copyright {
    padding:20px 0;
}
.footer-line .copyright a {
    color:#fff;
}

/* ДОПОЛНИТЕЛЬНОЕ ОФОРМЛЕНИЕ */
/*листалка для постраничного вывода*/
.pagination
{
text-align:center;
margin-top:30px !important;
padding-top:10px !important;
border-top:1px solid #aaa;
}

.pagination ul
{
list-style: none;
}
.pagination ul li
{
display: inline-block;
margin-left:2px;
margin-right:2px;
}
.pagination ul li span, .pagination ul li a
{
    padding: 2px 15px;
    line-height: 18px;
    border: 1px solid #999;
    color:#999;
    border-radius: 3px;
}
.pagination ul li a
{
    border: 1px solid #065b9c;
    color:#065b9c;
}

#lightbox-wrap, #lightbox-wrap * {
    box-sizing: unset;
}

#lightbox-overlay {
    z-index:10000 !important;
}
#lightbox-wrap {
    z-index:10100 !important;
}