/* ==========================================================================
   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,html {
    padding:0;
    margin: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:#ff322b; text-decoration:underline; }



html {background: #fff;}
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;}


.center-box {
    width:1200px;
    margin:0 auto;
}

.header {
    height:auto;
    padding:20px 0;
    background:#fff;
    /*border-bottom:1px solid #ff322b;*/
    position:relative;
    z-index:120;
}
.logo {
    display:block;
    float:left;
}
.logo img {
    width:auto;
    height:70px;
    display:block;
}

.contacts {
    float:right;
    text-align:right;
}
    .telefon {
        line-height:45px;
        font-size:38px;
        font-weight:bold;
    }
    .address {
        line-height:25px;
        font-size:18px;
    }
.links {
    float:right;
    text-align:right;
    margin-left:50px;
    padding-left:50px;
    border-left:1px solid #ff322b;
}
    .links a {
        display:block;
        line-height:20px;
        padding-right:30px;
        Font-size:18px;
    }
    .links .avito {
        margin-bottom:5px;
        background:url(/images/avito.png) center right no-repeat;
        background-size:contain;
    }
    .links .vk {
        margin-bottom:5px;
        background:url(/images/vk.png) center right no-repeat;
        background-size:contain;
    }
    .links .email {
        background:url(/images/email2.png) center right no-repeat;
        background-size:contain;
    }
    
.navigate {
    background:#ff322b;
    height:auto;
    position:relative;
    z-index:100;
    box-shadow:0 0 3px rgba(0,0,0,0.5);
}
.mob-menu {
    display: none;
}
ul.menu {
    margin:0;
    padding:0;
    list-style:none;
    display:block;
    overflow:hidden;
}
ul.menu li {
    display:block;
    float:left;
    border-left:1px solid #ffffff99;
    padding:0;
}
ul.menu li a {
    display:block;
    line-height:20px;
    padding:10px 20px;

    color:#fff;
    text-decoration:none;
}
ul.menu li:last-child {
    border-right:1px solid #ffffff99;
}
ul.menu li a:hover {
    background:#000;
}
ul.menu li.active a {
    text-decoration:underline;
}
ul.menu li a.pro {
    background:transparent url(/images/pro.png) left 10px center no-repeat;
    background-size:40px;
    padding-left:60px;
}
ul.menu li a.pro:hover {
    background:#000 url(/images/pro.png) left 10px center no-repeat;
    background-size:40px;
}


.content {
    background:#fff url(/images/bg2.jpg) top center repeat-x;
    overflow:hidden;
}

h2 {
    line-height:45px;
    font-size:38px;
    font-weight:bold;
    margin:40px 0 20px;
    padding:0;
}

.items {
    
    margin:0 -15px 40px;
}
.item {
    display:block;
    float:left;
    margin:0 15px 40px;
    width:380px;
    height:240px;
    background-color:#eee;
    background-size:cover;
    background-position:center;
    /*overflow:hidden;*/
    border-radius:5px;
    position:relative;
    box-shadow:0 0 3px rgba(0,0,0,0.5);
    box-sizing: border-box;
    border:1px solid #00000033;
}
.item:hover {
    box-shadow:0 0 7px rgba(0,0,0,0.5);
    border:1px solid #fff;
}
.item .item-title {
    position:absolute;
    text-align:right;
    color:#000;
    font-weight:bold;
    bottom:-20px;
    padding:5px 10px;
    border-radius:5px;
    background:#fafafa;
    right:10px;
    line-height:30px;
    font-size:24px;
    box-shadow:0 0 3px rgba(0,0,0,0.3);
}
.item .item-title span {
    color:#ff322b;
    text-transform:uppercase;
}
.item .item-cost {
    line-height:16px;
    font-size:14px;
}


.footer {
    border-top:10px solid #ff322b;
    background:#f3f3f3;
    padding:20px 0;
}

.copyright {
    float:left;
}

.study {
    float:right;
    text-align:right;
}
.study a {
    display:inline-block;
}
.study a img {
    display:block;
    height:20px;
}


.project-box {
    position:relative;
    background: #fff url(/images/bg2.jpg) top center repeat-x;
    height: 100vh;
    height: auto;
    max-height:100%;
    overflow-y:auto;
    z-index:100;
    padding-top:40px;
    padding-bottom:140px;
    padding-bottom:0px;
}
.project-subtitle {
    margin:10px 0 0;
    font-size:21px;
    line-height:24px;
    display:inline-block;
    color:#ce1720;
}
.project-title {
    margin:0px 0 20px;
    font-size:28px;
    line-height:36px;
    font-weight:bold;
    display:block;
}
.project-info {
    float:left;
    width:50%;
    margin-right:3%;
    max-height:100%;
    padding-right:10px;
}
.project-info img {
    width:100%;
    display:block;
    margin-bottom:20px;
    border: 1px solid rgba(0,0,0,.1);
}
.project-infs {
    overflow:hidden;
    margin-right:-10px;
}
.project-inf {
    /*float: left;
    padding: 10px 15px;
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 10px 10px 0;*/
    float: left;
    padding: 5px 10px;
    margin: 0 10px 10px 0;
    background: #ce1720;
    color: #fff;
    border-radius: 5px;
}

.project-config {
    float:left;
    width:47%;
    /*max-height:100%;
    max-height:60vh;*/
    height:auto;
    overflow-y:auto;
    padding:10px;
    background:#fff;
    border: 1px solid rgba(0,0,0,.1);
    font-size:16px;
}
.project-config_title {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom:5px;
    font-weight:bold;
    font-size:21px;
}

.project-conf {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-top:5px;
    padding-bottom:5px;
    position:relative;
}
.project-conf:hover {
    /*background:#ce172011;*/
    border-bottom: 1px solid #ce1720;
}
.project-conf_img {
    float:left;
    width:10%;
}
.project-conf_btns {
    float:left;
    width:12%;
    padding:5px 0 5px 10px;
}
.change-btn {
    float:left;
    width:20px;
    height:20px;
    background:url(../test_img/change.png) center no-repeat;
    background-size:contain;
    opacity:0.3;
    cursor:pointer;
}
.change-btn:hover {
    opacity:1;
}
.change .change-btn {
    background:url(../test_img/change2.png) center no-repeat;
    background-size:contain;
    opacity:1;
}
.info-btn {
    float:left;
    width:20px;
    height:20px;
    margin-right:5px;
    background:url(../test_img/info.png) center no-repeat;
    background-size:contain;
    opacity:0.3;
    cursor:pointer;
}
.info-btn:hover {
    opacity:1;
}
.info .info-btn {
    background:url(../test_img/info2.png) center no-repeat;
    background-size:contain;
    opacity:1;
}
.project-conf_img img {
    float:left;
    max-width:100%;
    height:auto;
    max-height:100px;
    display:block;
    margin:0 auto;
    cursor:pointer;
}
.project-conf_title {
    float:left;
    width:58%;
    padding:5px 15px;
    font-size: 18px;
}
.project-conf_subtitle {
    font-size: 14px;
    font-weight: normal;
    color:#333;
}
.project-conf_cost {
    float:left;
    width:20%;
    padding:5px;
    font-weight:bold;
}
.project-conf_desc {
    display:none;
}
.info .project-conf_desc {
    display:block;
    padding:10px 15px;
    color:#333;
    background:#fafafa;
    border-radius:5px;
    margin-top:5px;
    margin-left:10%;
}
.project-conf_list {
    display:none;
}
.change .project-conf_list {
    display:block;
    margin-top:5px;
}
.change .project-conf_li {
    display:block;
    padding:5px 25% 5px 35px;
    color:#333;
    background:#fafafa;
    border-radius:5px;
    margin-top:5px;
    position:relative;
    cursor:pointer;
}
.change .project-conf_li:hover {
    background:#f5f5f5;
}
.change .project-conf_li.active {
    background:#fafafa url(../test_img/check.png) left 5px top 5px no-repeat;
    background-size:20px;
}
.change .project-conf_li_cost {
    position:absolute;
    width:23%;
    padding:5px;
    font-weight:bold;
    right:0;
    top:0;
}


.summory-box {
	position:absolute;
	position:relative;
	height:120px;
	background:#ce1720;
	color:#fff;
	overflow:hidden;
	width:100%;
	bottom:0;
	z-index:200;
	padding:20px 0;
	margin-top:40px;
}
.summory {
	float:left;
	margin-right:30px;
}
.summory_summa {
	float:right;
	margin-right:0;
}
.sum_btn {
    padding:15px 45px;
    border:1px solid #fff;
    color:#fff;
    border-radius:5px;
    cursor:pointer;
    font-size:21px;
    line-height:32px;
    display:block;
    text-decoration:none;
}
.sum_btn:hover {
    background:#ffffff44;
    color:#fff;
    text-decoration:none;
}
.summory .summa {
    padding:15px 0;
    color:#fff;
    cursor:pointer;
    font-size:24px;
    line-height:32px;
}
.summory .summa span {
    font-weight:bold;
}

.ci-image {
    display:block;
    width: 100%;
    height: 450px;
    background: url(/images/item.jpg) center no-repeat;
    background-size: contain !important;
    border-radius: 3px;
    float: none;
    background-color:#ffffffee!important;
    box-shadow:0 0 3px rgba(0,0,0,0.5);
}
.images {
    padding: 20px 0;
    margin-right: -20px;
}
.img_prev {
    display: block;
    float: left;
    width: 190px;
    height: 120px;
    background: url(/images/item.jpg) center no-repeat;
    background-size: cover !important;
    margin: 0 10px 10px 0;
    border-radius: 3px;
    cursor: pointer;
}

.gallery_list {
    margin: 55px auto 0;
    width: 100%;
}
.gallery_item {
    float: left;
    width: 33.33%;
    margin: 0;
    position: relative;
    height: 320px;
    z-index:100;
}
.gallery_item div {
    width: 100%;
    margin: 0;
    position: relative;
    transition: all 0.5s ease-out;
    height: 320px;
    background-size:cover!important;
    background-color:#fff!important;
    z-index:100;
    border:1px solid #d6dae1;transition: all 0.5s ease-out;
}
.gallery_item:hover {
    z-index:110;
}
.gallery_item:hover div {
    box-shadow:0 0 15px #00000099;
    z-index:110;
    width:120%;
    height: 360px;
    margin:-20px -10%;
}
