@charset "utf-8";
/* CSS Document */

/* Reset */
html, body, div, span, blockquote, fieldset, frame, table, thead, tbody, tfoot, tr, td, th,
h1, h2, h3, h4, h5, h6, p, a, img, ol, ul, li, a img, br, hr, em, i, u, small, strong,
object, iframe, pre, address, code, del, dfn, dl, dd, dt, sub, sup,
form, label, legend, caption {
    margin: 0px; padding: 0px;}

input, a {outline: none;}
:focus {outline: none;}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {border: none;}
:focus {moz-outline: 3px solid #fff !important;}
input[type="radio"]:focus {-moz-outline-radius: 12px !important;-moz-outline-offset: 0px !important;}
input[type="checkbox"]:focus {-moz-outline-offset: -1px !important;-moz-outline: 1px solid #000 !important;}
a img {border: 0;}
table {border-collapse: collapse;}
html {width: 100%; height: 100%}
ul {list-style-type: none;}


@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../font/MyriadPro-Regular.eot?') format('eot'),
    url('../font/MyriadPro-Regular.otf')  format('opentype'),
    url('../font/MyriadPro-Regular.woff') format('woff'),
    url('../font/MyriadPro-Regular.ttf')  format('truetype'),
    url('../font/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
}
@font-face {
    font-family: 'MyriadPro-Light';
    src: url('../font/MyriadPro-Light.eot?') format('eot'),
    url('../font/MyriadPro-Light.otf')  format('opentype'),
    url('../font/MyriadPro-Light.woff') format('woff'),
    url('../font/MyriadPro-Light.ttf')  format('truetype'),
    url('../font/MyriadPro-Light.svg#MyriadPro-Light') format('svg');
}
@font-face {
    font-family: 'MyriadPro-LightIt';
    src: url('../font/MyriadPro-LightIt.eot?') format('eot'),
    url('../font/MyriadPro-LightIt.otf')  format('opentype'),
    url('../font/MyriadPro-LightIt.woff') format('woff'),
    url('../font/MyriadPro-LightIt.ttf')  format('truetype'),
    url('../font/MyriadPro-LightIt.svg#MyriadPro-Regular') format('svg');
}

body {
    min-width: 1024px;
    font-family: 'MyriadPro-Regular', Arial, Georgia sans-serif;
    min-height: 100%;
    position: relative;
}
.wrapper {
    min-height: 100%;
    padding-bottom: 30px;
}
.footer {
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
/* block */
.b-header {
    padding-top: 35px;
    position: relative;
}

/* logo */
.b-logo {
    text-align: center;
    margin-bottom: 35px;
}
.b-logo .logo__lnk {
    display: inline-block;
}

/* menu */
.b-menu {
    background: #41322B;
    text-align: center;
}
.b-menu .menu__item {
    display: inline-block;
    min-width: 165px;
}
.b-menu .menu__lnk {
    position: relative;
    display: inline-block;
    margin: 8px 0px 8px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 20px;
}
.b-menu .menu__item:hover,
.b-menu .menu__item._active {
    background: #655a54;
}
.b-menu .menu__lnk:after,
.b-menu .menu__lnk:before {
    font-family: serif;
    box-sizing: border-box;
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}
.b-menu .menu__lnk:before {
    margin-right: 10px;
    content: '|';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}
.b-menu .menu__lnk:after {
    margin-left: 10px;
    content: '|';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}
.b-menu .submenu__list {
    position: absolute;
    background: rgba(101, 90, 84, .8);
    min-width: 165px;
    z-index: 10;
    display: none;
}
.b-menu .submenu__item:hover {
    background: rgba(141, 133, 129, .8);
}

/* slider */
.b-slider {
    position: relative;
    margin-bottom: 60px;
}
.b-slider .slider__list {
    overflow: hidden;
}
.b-slider .slider__item {
    min-width: 980px;
    float: left;
    position: relative;
}
.b-slider .slider__item img {
    max-width: 100%;
    /*height: 332px;*/
}
.b-slider .slider-nav__btn {
    width: 70px;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
    cursor: pointer;
    z-index: 100;
}
.b-slider .slider-nav__btn:hover {
    background: rgba(255, 255, 255, .4);
}
.b-slider .slider-nav__btn._left {
    left: 0;
}
.b-slider .slider-nav__btn._right {
    right: 0;
}
.b-slider .slider-nav__btn i {
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 30px;
    height: 60px;
    margin-top: -30px;
}
.b-slider .slider-nav__btn._left i {
    background: url("../images/sprite.png") -90px -338px no-repeat;
}
.b-slider .slider-nav__btn._right i {
    background: url("../images/sprite.png") -90px -278px no-repeat;
}
.b-slider-pagination {
    position: absolute;
    bottom: -12px;
    width: 100%;
    text-align: center;
    z-index: 100;
}
.b-slider-pagination .slider-pagination__item {
    display: inline-block;
    width: 22px;
    height: 23px;
    margin: 0 8px;
    background: url("../images/sprite.png") left top no-repeat;
}
.b-slider-pagination .slider-pagination__item.selected {
    background-position: -22px 0;
}

/* aboutUs */
.b-aboutUs {
    overflow: hidden;
    position: relative;.
}
.b-aboutUs .aboutUs-w {
    width: 680px;
    margin: 0 auto;
    position: relative;
}
.b-aboutUs .aboutUs__title {
    text-transform: uppercase;
    text-align: center;
    color: #41322B;
    font: bold 25px/1 'MyriadPro-Regular', Arial, sans-serif;
    padding-bottom: 40px;
}
.b-aboutUs .aboutUs__title span {
    border-bottom: 3px solid #41322B;
    padding-bottom: 5px;
}
.b-aboutUs .aboutUs__text {
    font: 14px/1.2 'MyriadPro-Regular', Arial, sans-serif;
    text-align: justify;
    color: #41322B;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.b-aboutUs .aboutUs__text p {
    margin-bottom: 15px;
}
.b-aboutUs .aboutUs__pic {
    width: 523px;
    position: absolute;
    top: -18px;
    /*стили из скрипта */
    right: -25px; top: -18px; opacity: 1
}
.b-aboutUs .aboutUs__pic img {
    max-width: 100%;
}

/* guide */
.b-guide {
    padding: 70px 85px 48px;
    background:#41322B url("../images/patt_guide.png") left top repeat;
    color: #fff;
    margin-bottom: 83px;
}
.b-guide .guide__title {
    max-width: 980px;
    margin: 0 auto 18px;
    font: bold 62px/1.2 'MyriadPro-Regular', Arial, sans-serif;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
.b-guide .guide__title:after {
    content: '';
    width: 366px;
    height: 3px;
    position: absolute;
    left: 50%; bottom: 0;
    margin-left: -188px;
    background: #fff;
}
.b-guide .guide__sub-title {
    text-align: center;
    font: 36px/1 'MyriadPro-Regular', Arial, sans-serif;
    color: #fff;
    margin-bottom: 35px;
}
.b-guide .guide__lnk {
    position: relative;
    display: block;
    margin: 0 auto;
    height: 121px;
    width: 121px;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    color: #fff;
    background: rgba(255,255,255,0.1);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;

}
.b-guide .guide__lnk:before {
    content: '';
    width: 63px;
    height: 61px;
    background: url("../images/sprite.png") 0 -23px no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -29px 0 0 -28px;
}
.b-guide .guide__lnk:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
}
.b-guide .guide__lnk:hover {
    background: rgba(255,255,255,0.05);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}
.b-guide .guide__lnk:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #41322B, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #41322B, 0 0 0 10px rgba(255,255,255,0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #41322B, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #41322B, 0 0 0 10px rgba(255,255,255,0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #41322B, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #41322B, 0 0 0 10px rgba(255,255,255,0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

/* services */
.b-services {
    margin: 0 auto 97px;
    min-width: 980px;
    max-width: 1080px;
    position: relative;
    padding-top: 135px;
}
.b-services .services__title {
    color: rgba(65, 50, 43, .1); /* #41322B */
    text-transform: uppercase;
    font: bold 90px/1 Arial, sans-serif;
    position: absolute;
    left: 6px;
    top: 15px;
}
.b-services .services__list {
    text-align: center;
}
.b-services .services__item {
    display: inline-block;
    margin: 0 40px 40px;
}
.b-services .services__pic {
    width: 228px;
    height: 228px;
    border: 8px solid #41322B;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #41322B;
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;

}
.b-services .services__pic img {
    vertical-align: middle;
    max-width: 100%;
}
.b-services .services__lnk {
    text-decoration: none;
}
.b-services .services__lnk-txt {
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-top: 4px solid #41322B;
    margin-top: 40px;
    padding-top: 36px;
    font: 28px/1 'MyriadPro-Regular', Arial, sans-serif;
    color: #41322B;
}
.b-services .services__lnk:hover .services__pic {
    background: transparent;
    border: 8px solid rgba(65, 50, 43, .5); /* #41322B */
}
/* project */
.b-project {
    margin-left: 1px;
    margin-bottom: 135px;
}
.b-project .project__item {
    font-size: 0;
}
.b-project .project__cont {
    max-width: 190px;
    background: #41322B;
    position: relative;
}
.b-project .project__cont._projectLink {
    background: transparent;
}
.b-project .project__pic {
    max-width: 100%;
    position: relative;
    z-index: 10;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}
.b-project .project__pic._second {
    position: absolute;
    opacity: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
}
.b-project .project__pic:hover {
    opacity: 0;
}
.b-project .project__lnk {
    display: block;
    font: 26px/1 'MyriadPro-Regular', Arial, sans-serif;
    position: relative;
    color: #41322B;
    text-align: center;
    text-decoration: none;
}
.b-project .project__lnk:after {
    content: '';
    width: 88px;
    height: 5px;
    background: #41322B;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -44px;
}

/* download */
.b-download {
    overflow: hidden;
}
.b-download .download-w {
    width: 980px;
    min-height: 420px;
    position: relative;
    margin: 40px auto 0;
}
.b-download .download__patt {
    width: 499px;
    position: absolute;
}
.b-download .square {
    width: 215px;
    height: 329px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: left .2s;
    -moz-transition: left .2s;
    -ms-transition: left .2s;
    -o-transition: left .2s;
    transition: left .2s;
}
.b-download .square_2 {
    left: 60px;
}
.b-download .square_3 {
    left: 120px;
}
.b-download .square_4 {
    left: 180px;
}
.b-download .square_5 {
    left: 240px;
}
.b-download .square_1:hover {
    left: -130px;
}
.b-download .square_2:hover {
    left: -70px;
}
.b-download .square_3:hover {
    left: -10px;
}
.b-download .square_4:hover {
    left: 60px;
}
.b-download .square_5:hover {
    left: 130px;
}

.b-download .download__cont {
    width: 250px;
    position: absolute;
    text-align: center;
}
.b-download .download__pic {
    width: 190px;
    height: 190px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 50px;
    background: rgba(65, 50, 43, .1); /* #41322B */
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.b-download .download__pic:before {
    content: '';
    width: 108px;
    height: 115px;
    background: url("../images/sprite.png") -67px 0 no-repeat;
    position: absolute;
    left: 50%;top: 50%;
    margin: -53px 0 0 -54px;
}
.b-download .download__pic:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
}
.b-download .download__pic:hover {
    background: rgba(65, 50, 43, .15); /* #41322B */
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}
.b-download .download__pic:hover:after {
    -webkit-animation: sonarEffect2 1.3s ease-out 75ms;
    -moz-animation: sonarEffect2 1.3s ease-out 75ms;
    animation: sonarEffect2 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect2 {
    0% {
        opacity: 0.1;
    }
    40% {
        opacity: 0.3;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #41322B, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #41322B, 0 0 0 10px rgba(255,255,255,0.5);
        -webkit-transform: scale(1.2);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect2 {
    0% {
        opacity: 0.1;
    }
    40% {
        opacity: 0.3;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #41322B, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #41322B, 0 0 0 10px rgba(255,255,255,0.5);
        -moz-transform: scale(1.2);
        opacity: 0;
    }
}
@keyframes sonarEffect2 {
    0% {
        opacity: 0.1;
    }
    40% {
        opacity: 0.3;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #41322B, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #41322B, 0 0 0 10px rgba(255,255,255,0.5);
        transform: scale(1.2);
        opacity: 0;
    }
}
.b-download .download__lnk {
    position: relative;
    display: block;
    text-decoration: none;
    text-align: center;
    font: 30px/1.1 'MyriadPro-Regular', Arial, sans-serif;
    color: #41322B;
    padding-top: 20px;
}
.b-download .download__lnk:hover {
    text-decoration: none;
}
.b-download .download__lnk:after {
    content: '';
    display: block;
    width: 166px;
    height: 4px;
    background: #41322B;
    position: absolute;
    left: 50%; top: 0;
    margin-left: -83px;
}

.b-download .download__descr {
    font: 18px/1 'MyriadPro-Regular', Arial, sans-serif;
    color: rgba(65, 50, 43, .5); /* #41322B */
    text-transform: uppercase;
}

/* contact */
.b-contact .contact__title-w {
    padding: 30px 0 40px;
}
.b-contact .contact__title {
    color: #41322B;
    font: bold 25px/1 'MyriadPro-Regular', Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}
.b-contact .contact__title span {
    border-bottom: 3px solid #41322B;
    padding-bottom: 5px;
}

/* adress */
.b-adress {
    overflow: hidden;
    background: #edecec;
}
.b-adress .adress__cont {
    float: right;
    width: 300px;
    /*min-height: 230px;*/
    padding-left: 10px;
    padding-top: 40px;
    position: relative;
    border-left: 1px solid #41322B;
    border-right: 1px solid #cfccca;
}
.b-adress .adress__cont .adress_select {
    background: #41322B;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 100%;
}
.b-adress .adress__cont .adress_select .select_item {
    float: left;
    width: 50%;
    text-align: center;
    color: #fff;
    font: 14px/1.2 'MyriadPro-Light', Arial, sans-serif;
    line-height: 20px;
    cursor: pointer;
}
.b-adress .adress__cont .adress_select .select_item.active {
    background: #756c67;
}
.b-adress .adress__list {
}
.b-adress .adress__list2 {
    display: none;
}
.b-adress .adress__item {
    margin-left: 55px;
    margin-bottom: 20px;
    min-height: 20px;
    position: relative;
    padding-right: 10px;
}
.b-adress .adress__item:last-of-type {
    margin-bottom: 20px;
}
.b-adress ._adress {
    min-height: 32px;
}
.b-adress .adress__txt {
    font: 14px/1.2 'MyriadPro-Light', Arial, sans-serif;
    color: #41322B;
    text-decoration: none;
    margin-bottom: 5px;
}
.b-adress ._phone:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url("../images/sprite.png") -265px 0px no-repeat;
    position: absolute;
    left: -40px;
    top: 0px;
}
.b-adress ._phone:hover:after{
    background-position: -289px 0px;
}
.b-adress ._adress:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url("../images/sprite.png") -265px -24px no-repeat;
    position: absolute;
    left: -40px;
    top: 0px;
}
.b-adress ._adress:hover:after{
    background-position: -289px -24px;
}
.b-adress ._site:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url("../images/sprite.png") -265px -48px no-repeat;
    position: absolute;
    left: -40px;
    top: 0px;
}
.b-adress ._site:hover:after{
    background-position: -289px -48px;
}
.b-adress ._mail:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url("../images/sprite.png") -265px -72px no-repeat;
    position: absolute;
    left: -40px;
    top: 0px;
}
.b-adress ._mail:hover:after{
    background-position: -289px -72px;
}
/* map */
.b-map {
    min-height: 250px;
    overflow: hidden;
}

/* copyright */
.b-copyright {
    background: #41322B;
}
.b-copyright .copyright__text {
    /*font: 20px/1 'MyriadPro-Regular', Arial, sans-serif;*/
    font: 13px/1 Arial, sans-serif;
    text-align: center;
    color: #bab5b3;
    padding: 10px 0 8px;
}

/* main */
.b-main {
    position: relative;
    width: 1024px;
    margin: 60px auto 60px;
}
.b-main .main__title {
    color: rgba(65, 50, 43, .1); /* #41322B */
    text-transform: uppercase;
    font: bold 90px/1 Arial, sans-serif;
    position: absolute;
    left: -90px;
    top: -70px;
    z-index: 1;
    visibility: hidden;
}

/* project-tabs */
.b-project-tabs {
    width: 860px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
.b-project-tabs .project-tabs__head {
    padding-bottom: 5px;
    border-bottom: 1px solid #41322B;
    margin-bottom: 20px;
    text-align: justify;
}
.b-project-tabs .project-tabs__head-i {
    display: inline-block;
    margin: 0 11px 7px;
}
.b-project-tabs .project-tabs__head-txt {
    display: block;
    padding: 5px 16px 4px;
    font: 16px/1 'MyriadPro-Regular', Arial, sans-serif;
    color: #41322B;
    cursor: pointer;
}
.b-project-tabs .project-tabs__head-txt._active {
    background: #41322B;
    color: #fff;
}

.b-project-tabs .cont__item {
    border: 1px solid #e5e4e3;
    border-right: 0;
}
.b-project-tabs .project-tabs__cont tr:first-child td {
    border-top: 0;
}
.b-project-tabs .project-tabs__cont tr:last-child td {
    border-bottom: 0;
}
.b-project-tabs .project-tabs__cont tr td:first-child {
    border-left: 0;
}

.b-project-tabs .prev__pic {
    width: 150px;
    margin: 13px;
    position: relative;
    overflow: hidden;
}
.b-project-tabs .project-tabs__cont tr:first-child .prev__pic {
    margin-top: 0;
}
.b-project-tabs .project-tabs__cont tr .cont__item:first-child .prev__pic{
    margin-left: 0;
}
.b-project-tabs .project-tabs__cont tr .cont__item:last-child .prev__pic{
    margin-right: 0;
}
.b-project-tabs .project-tabs__cont tr:last-child .prev__pic {
     margin-bottom: 0;
}

.b-project-tabs .prev__pic img{
    max-width: 100%;
    display: block;
}
.b-project-tabs .prev__info {
    display: none;
    background: rgba(65, 50, 43, .8); /* #41322B */
    position: absolute;
    left: 0;right: 0;
    top: 0; bottom: 0;
    padding: 7px 8px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}
.b-project-tabs .prev__info p {
    margin-bottom: 4px;
  position: relative;
}
.b-project-tabs .prev__info p:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0px;
  bottom: -5px;
}
.b-project-tabs .btn__popap {
    display: block;
    width: 42px;
    height: 40px;
    background: url("../images/sprite.png") -82px -115px no-repeat;
    position: absolute;
    right: 9px;
    bottom: 9px;
    cursor: pointer;

}
.b-project-tabs .popap__cont {
    display: none;
}

/* popup */
.b-popup {
    display: block;
    background: #fff;
}
.b-popup .popup__w {
    background: #fff;
}
.b-popup .popap__cont {
    position: relative;
    padding: 48px 65px 50px 65px;
    width: 690px;
}
.b-popup .popap__cont-title {
    font-size: 16px;
    color: #41322B;
    border-bottom: 1px solid #41322B;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.b-popup .popap__cont-title:before {
    content: '';
    background: #41322B;
    position: absolute;
    width: 2px;
    height: 18px;
}
.b-popup .popap__cont-title p {
    padding-left: 10px;
    margin-bottom: 5px;
    color: #41322B;
}
.b-popup .popap__cont-img {
    display: inline-block;
    width: 250px !important;
    height: 285px !important;
}
.b-popup .popap__slider--prew {
    width: 100px;
    float: left;
    cursor: pointer;
    margin: 0 5px;
}
.b-popup .popap__slider--prew img {
    max-width: 100%;
}
.b-popup .popup__slider--w {
    position: absolute;
    top: 92px;
    right: 0;
    width: 280px;
}
.b-popup .popup__btn {
    position: absolute;
    display: block;
    width: 100%;
    height: 20px;
    background: rgba(255, 255, 255, .5);
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    -ms-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.b-popup .popup__btn:hover {
    background: rgba(255, 255, 255, .6);
}
.b-popup .popup__btn--left {
    top: 0;
}
.b-popup .popup__btn--right {
    bottom: 0;
}
.b-popup .popap__img--w {
    /*width: 500px;
    height: 450px;*/
    overflow: hidden;
}
#popapBtn--prev,
#popapBtn--next {
    display: block;
    width: 45px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(65, 50, 43, .1); /* #41322B */
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    -ms-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#popapBtn--next {
    right: 0;
}
#popapBtn--prev:hover,
#popapBtn--next:hover {
    background: rgba(65, 50, 43, .3); /* #41322B */
}
#popapBtn--prev i,
#popapBtn--next i {
    display: block;
    position: absolute;
    top: 50%;
    left: 12px;
    width: 24px;
    height: 37px;
    margin-top: -18px;
}
#popapBtn--prev i {
    background: url("../images/sprite.png") -313px -38px no-repeat;
}
#popapBtn--next i {
    background: url("../images/sprite.png") -313px 0px no-repeat;
}
.popup_close {
    right: -23px;
    top: -23px;
    width: 8px;
    height: 8px;
    background: url("../images/sprite.png") -82px -180px no-repeat;
}
.popup_cont {
	/*position: absolute;
	margin: auto;*/
}

/* materials */
.b-materials {
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.b-materials .materials__menu {
    width: 175px;
    float: left;
    border-right: 1px dashed #41322B;
    padding-bottom: 2000px;
    margin-bottom: -2000px;
}
.b-materials .materials__content {
    overflow: hidden;
    padding-left: 25px;
}
.b-materials .materials__menu--item {
    text-align: right;
    padding: 4px 20px 3px 0px;
    cursor: pointer;
    margin-bottom: 8px;
}
.b-materials .materials__menu--item._bottomLine {
    margin-bottom: 16px;
    position: relative;
}
.b-materials .materials__menu--item._bottomLine:after {
    content: '';
    height: 3px;
    width: 100%;
    background: #41322B;
    position: absolute;
    left: 0;
    bottom: -8px;
}
.b-materials .materials__menu--txt {
    display: block;
    font-size: 19px;
    color: #41322B;
}
.b-materials .materials__menu--item._active {
    background: #41322B;
}
.b-materials .materials__menu--item._active .materials__menu--txt {
    color: #fff;
}
.b-materials ._subCategory .materials__menu--txt {
  font-size: 16px;
  color: rgba(65, 50, 43, .8); /* #41322B */
}
.b-materials .cont__item {
    border: 1px solid #e5e4e3;
    border-right: 0;
}
.b-materials .materials__content-i tr:first-child td {
    border-top: 0;
}
.b-materials .materials__content-i tr:last-child td {
    border-bottom: 0;
}
.b-materials .materials__content-i tr td:first-child {
    border-left: 0;
}
.b-materials .prev__pic {
    width: 235px;
    margin: 7px;
    position: relative;
    overflow: hidden;
}
.b-materials .materials__content-i tr:first-child .prev__pic {
    margin-top: 0;
}
.b-materials .materials__content-i tr .cont__item:first-child .prev__pic{
    margin-left: 0;
}
.b-materials .materials__content-i tr .cont__item:last-child .prev__pic{
    margin-right: 0;
}
.b-materials .materials__content-i tr:last-child .prev__pic {
    margin-bottom: 0;
}

.b-materials .prev__pic img{
    max-width: 100%;
    display: block;
}
.b-materials .prev__info {
    display: none;
    background: rgba(65, 50, 43, .8); /* #41322B */
    position: absolute;
    left: 0;right: 0;
    top: 0; bottom: 0;
    padding: 7px 8px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.b-materials .prev__info p {
    margin-bottom: 4px;
    position: relative;
}
.b-materials .prev__info p:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0px;
    bottom: -5px;
}
.b-materials .btn__popap {
    display: block;
    width: 42px;
    height: 40px;
    background: url("../images/sprite.png") -82px -115px no-repeat;
    position: absolute;
    right: 9px;
    bottom: 9px;
    cursor: pointer;

}
.b-materials .popap__cont {
    display: none;
}
.b-popup .popup__cont-mat {
    padding: 48px 65px 70px 65px;
    position: relative;
    width: 450px;
    height: 370px;
}
.b-popup .popup__mat-img {
}
.b-popup .popup__mat-wrap {
    overflow: hidden;
}
.b-popup .popup__mat-img img {
    max-width: 100%;
}
.b-popup .popap__mat-title {
    font-size: 16px;
    position: relative;
    margin-bottom: 20px;
}
.b-popup .popap__mat-title:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #41322B;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.b-popup .popap__mat-title:before {
    content: '';
    background: #41322B;
    position: absolute;
    width: 2px;
    height: 18px;
}
.b-popup .popap__mat-title p {
    padding-left: 10px;
    margin-bottom: 5px;
    color: #41322B;
}
.b-popup .popap__mat-title span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
}
.b-popup .popup__mat-slab {
    display: none;
    background: rgba(65, 50, 43, .1); /* #41322B */
    overflow: hidden;
    width: 210px;
    height: 250px;
    position: absolute;
    right: 65px;
    top: 167px;
}
.b-popup .popup__mat-slab img {
    cursor: pointer;
}
.b-popup .materials__tabs-head {
    margin-bottom: 20px;
}
.b-popup .materials__title-item {
    display: inline-block;
    padding: 20px 14px 19px 50px;
    position: relative;
    color:  #41322B;
    font-size: 16px;
}
.b-popup .materials__title-item._active {
}
.b-popup .materials__title-ico {
    display: block;
    width: 45px;
    height: 38px;
    background: url("../images/sprite.png") 0 -298px no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -19px;
}
.b-popup .materials__title-ico._sleb {
    background-position: 0 -298px;
}
.b-popup .materials__title-ico._plit {
    background-position: -5px -336px;
    width: 40px;
}
.b-popup .materials__title-ico._block {
    background-position: 0 -374px;
}
.b-popup .materials__title-item:hover ._sleb {
    background-position: -45px -298px;
}
.b-popup .materials__title-item:hover ._plit {
    background-position: -50px -336px;
}
.b-popup .materials__title-item:hover ._block {
    background-position: -45px -374px;
}

.b-lang {
    width: 280px;
    position: absolute;
    right: 15px;
    top: 45px;
    text-align: right;
}
.b-lang .lang__item {
    display: inline-block;
    margin: 0 2px;
}
.b-lang .lang__lnk {
    display: block;
    width: 45px;
    height: 30px;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
}
.b-lang .lang__lnk._ru {
    background-position: -175px 0;
}
.b-lang .lang__lnk._ru:hover {
    background-position: -220px 0;
}
.b-lang .lang__lnk._tu {
    background-position: -175px -30px;
}
.b-lang .lang__lnk._tu:hover {
    background-position: -220px -30px;
}
.b-lang .lang__lnk._eu {
    background-position: -175px -60px;
}
.b-lang .lang__lnk._eu:hover {
    background-position: -220px -60px;
}

/* b-enter */
.b-enter {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.b-enter .enter__img {
    max-width: 100%;
}
.b-enter .enter__pic {
    position: absolute;
    left: 50%;
    margin-left: -331px;
    top: 50%;
    margin-top: -241px;
}

.b-enter .b-lang {
    position: absolute;
    top: auto;
    right: auto;
    display: inline-block;
    text-align: center;
    bottom: 100px;
    left: 50%;
    margin-left: -140px;
}
.b-enter .enter__footer {
    color: rgba(65, 50, 43, .6); /* #41322B */
    font-size: 24px;
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
}
