.top-wrap {}
.container {
    width: 980px;
    margin: auto;
    font-size: 70%;
}
.container:after {
    display: table;
    content: ' ';
    clear: both;
}
.container:before {
    display: table;
    content: ' ';
    clear: both;
}
.text-info__wrap {
    width: 810px;
    margin: 0 auto;
}
a {
    text-decoration: underline;
}
/*.c-menu__item a:hover {
    height: 62px;
    line-height: 62px;
    background-color: #bb2739;
}*/

/*.c-menu__item:hover {

}*/


/* * * HEADER * * */

/* menu */
.actives {
	background-color: #BB2739!important;
    padding-top: 21px;
    padding-bottom: 21px;
}
.header {
    height:138px;
}
.top-container {
    background-color: #bb2739;
    -moz-box-shadow: 0 8px 9px #261617;
    -webkit-box-shadow: 0 8px 9px #261617;
    box-shadow: 0 8px 9px #261617;
    position: relative;
    z-index: 999;
}
.bottom-container {
    height:62px;
    background-color: #362527;
}
.menu-wrap {
    height: 76px;
    display: table;
    width: 100%;
    vertical-align: middle;
    color:#fff;
}
.logo {
    display: block;
    width: 253px;
    height: 39px;
    background: url("/files/img/logo.png") no-repeat center;
    background-size: contain;
}
.logo-wrap {
    display: table-cell;
    vertical-align: middle;
    width: 253px;
    padding-right:38px;
}
.select {
    background: url(/files/img/select.png) no-repeat;
    background-position: right;
    padding-right: 20px;
}
.c-menu {
    display:table;
    width:100%;
}
.c-menu__item {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-right: 60px;
    height: 62px;
    z-index: 2;
}
.c-menu__item a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding-left: 2px;
    white-space: nowrap;
    font-weight: 600;
    font-size: 20px;
    transition: all 200ms ease;
}
.c-menu__item a:hover{
    color:#bb2739
}
.c-menu__item:last-child {
    padding:0;
}
.b-menu__item {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    z-index: 2;
}
.b-menu__item:hover {
    background-color: #ffd300;
}
.b-menu__item a {
    display: block;
    text-align: center;
    padding: 0 25px;
    font-size: 14px;
    font-weight: 700;
}
.b-menu__inner-item {
    /*width: 100%;
    text-align: left;*/
}
.b-menu__inner-item a {

}
.b-menu__inner {
    text-align: left;
    position: absolute;
    background: #362527;
    top: 62px;
    border-top: 1px solid #812732;
    padding:30px 30px;
    left:-33px;
    opacity: 0;
    visibility: hidden;
    padding-bottom: 20px;
}
ul.bigwidth {
    left: -121px!important;
    width: 980px!important;
    height: 284px!important;
}
.b-menu__inner-block {
    display:inline-block;
    width:33%;
    vertical-align: top;
}
.b-menu__inner li {
    margin-bottom:20px;
}
.b-menu__inner li a {
    font-size: 17px;
    text-decoration: underline;
    font-weight: 400;
}
.header-menu-active .b-menu__inner{
    visibility: visible;
    opacity: 1;
}

/* telephone */
.tel-info {
    width: 200px;
    display: table-cell;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 29px;
    position: relative;
}
.tel-info a {
    text-decoration:none;
}
.tel-info > li:first-child a:after {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    content: ' ';
    width: 12px;
    height: 8px;
    background: url(/files/img/select.png) no-repeat center;
    position: absolute;
    top: 37px;
}
.tel-info li {
    cursor: pointer;
}
.tel-info-hide {
    position: absolute;
    z-index: 9999;
    padding-top: 3px;
    padding-bottom: 10px;
    background-color: #bb2739;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
    width: 100%;
}
.tel-info a {
    display: block;
    text-align: center;
}
.tel-info-hide li {
    text-align: center;
    padding: 0px;
}
.tel-info li:hover .tel-info-hide {
    opacity: 1;
    visibility: visible;
}

/* address */
.adr-info {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    width: 225px;
}

/* search */
.header-search-input-text {
    font-size: 20px;
    height: 39px;
    color: #fff;
    background-color: #bb283a;
    width: 222px;
    border: 1px solid #e1a1a8;
    padding: 0 10px;
    outline: medium none;
}
.header-search button {
    background: url(/files/img/search_button.png) no-repeat;
    height: 26px;
    width: 33px;
    border: medium none;
    cursor: pointer;
    outline: medium none;
    position: absolute;
    right: 10px;
    top: 25px;
}
.header-search {
    position:relative;
    display: table-cell;
    vertical-align: middle;
    width: 200px;
}

/* placeholder */
.header-search-input-text::-webkit-input-placeholder       {text-indent: 0px;   transition: text-indent 0.3s ease;}
.header-search-input-text::-moz-placeholder                {text-indent: 0px;   transition: text-indent 0.3s ease;}
.header-search-input-text:-moz-placeholder                 {text-indent: 0px;   transition: text-indent 0.3s ease;}
.header-search-input-text:-ms-input-placeholder            {text-indent: 0px;   transition: text-indent 0.3s ease;}
.header-search-input-text:focus::-webkit-input-placeholder {text-indent: 500px; transition: text-indent 0.3s ease;}
.header-search-input-text:focus::-moz-placeholder          {text-indent: 500px; transition: text-indent 0.3s ease;}
.header-search-input-text:focus:-moz-placeholder           {text-indent: 500px; transition: text-indent 0.3s ease;}
.header-search-input-text:focus:-ms-input-placeholder      {text-indent: 500px; transition: text-indent 0.3s ease;}
::-webkit-input-placeholder {color:#fff;}
::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
:-moz-placeholder           {color:#fff;}/* Firefox 18- */
:-ms-input-placeholder      {color:#fff;}

/* * * END __ HEADER * * */

/* * * bread-crumbs * * */
.bread-crumbs {
    background: #e9e6e6;
}
.bread-crumbs-wrap {
    padding: 26px 0;
}
.bread-crumbs li {
    display: inline-block;
}
.bread-crumbs li a{
    font-size: 16px;
    color: #797474;
}
.bread-crumbs li:after {
    content: '\2192';
    padding: 0 5px;
    text-decoration: none;
    display:inline-block;
    color: #797474;
}
.bread-crumbs li:last-child:after {
    content: "";
}
.bread-crumbs li a:hover {
    text-decoration: none;
}
.bread-crumbs .active {
    text-decoration: none;
    color: #bb283a;
}
/* * * end __ bread-crumbs * * */

/* * * category * * */
.category {
background-color: #ffffff;
border-bottom: 1px solid #beb7b7;
border-top: 1px solid #beb7b7;
}
.category-wrap {
    padding: 35px 0;
}
.category ul {
margin-top: 17px;
text-align: center;
}
.category ul li {
display: inline-block;
margin: 0 3px 8px;
text-align: center;
vertical-align: top;
width: 260px;
}
/*.category ul li:first-child {
margin-left: 0;
}
.category ul li:last-child {
margin-right: 0;
}*/
.img-overlay {
background: #ffffff none repeat scroll 0 0;
display: table-cell;
height: 180px;
text-align: center;
vertical-align: middle;
width: 258px;
}
.img-overlay img{
height: auto;
max-width: 100%;
vertical-align: middle;
width: 165px;
}
.category ul li a {
border: 1px solid #ececec;
display: block;
font-size: 16px;
font-weight: 600;
padding: 8px 0 !important;
text-decoration: none;
text-transform: uppercase;
}
.category ul li a:hover {
  border: 1px solid #bb283a;
}
.category ul li a p{
padding: 10px 0;
}
.category ul li a:hover {
    color: #bb283a;
}
.category span {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}
a.choosed p{
    background-color: #bb283a;
    color: #fff;
    text-decoration: none;
}
a.choosed:hover {
    color: #fff!important;

}
/* * * end __ category * * */

/* * * DEFAULT-CONTAINER * * */
.default-container {
    background: #fff;
    padding-bottom: 48px;
}
.default-container__wrap {
    width: 980px;
    margin: 0 auto;
}
.default-container .text-info__text {
font-size: 16px;
line-height: 22px;
padding: 10px 0;
text-align: justify;
}
/* * * END __ TEXT-CONTAINER-default * * */

/* * * SERVICES-CONTAINER * * */
.services-container {
    background: url(/files/img/section1.jpg) no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
}
.services-container-wrap {}
.shadow {
    box-shadow: 0px 7px 9px -5px;
    -moz-box-shadow: 0px 7px 9px -5px;
    -webkit-box-shadow: 0px 7px 9px -5px;
}
.services-thumbnail__wrap img {
    display: block;
    width: 100%;
    height: auto;
}
.services-thumbnail__caption {
    line-height: 25px;
    margin:40px 0px;
    text-decoration: underline;
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
}
.services-thumbnail {
    text-align: center;
    display: block;
}
a.services-thumbnail h3:after {
    margin-top: 5px;
}
a.services-thumbnail:hover.services-thumbnail h3 {
    color: #bb2739;
}
.product-disc {}
.services-container li {
    margin-bottom:19px;
}
.services-container li a {
    font-size: 16px;
    white-space: nowrap;
}
.services-container li a:hover {
    color: #bb2739;
}
.services-container ul {
    text-align: center;
}
.services-disc {
    margin-bottom: 50px;
}
/* * * END __ SERVICES-CONTAINER * * */

/* * * CATALOG-CONTAINER * * */
.catalog-container-wrap {padding-bottom: 30px;}
.catalog-container {
    background: url(/files/img/small_steps.png) repeat;
    background-attachment: scroll;
}
.m-catalog-container{
    background: none!important;
    background-color: #fff;
}
.catalog-container .container-title {
    padding-bottom:28px;
}
.catalog-thumbnail__caption span{
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
}
.catalog_thumbnail {
border: 5px solid rgba(0, 0, 0, 0);
color: #000000;
display: block;
padding-top: 15px;
text-align: center;
text-decoration: none;
transition: border 0.3s ease-in-out 0s;
}
.catalog_thumbnail__wrap {
-webkit-box-align: center;
-webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 151px;
-webkit-box-pack: center;
-webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
margin: auto;
overflow: hidden;
width: 206px;
}
.catalog_thumbnail__wrap > img {
height: auto !important;
max-width: 100%;
}
a.catalog_thumbnail::after {
  border: 1px solid #ececec;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
a.catalog_thumbnail:hover::after {
  border: 1px solid #bb283a;
}
a.catalog_thumbnail:hover .catalog-thumbnail__caption span {
	border-bottom: 1px solid rgba(174, 39, 55, 0.6);
    color: #bb2739;
}
a.catalog_thumbnail:hover .thumb-details{
color: #bb2739;
}
.catalog-thumbnail__caption {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 10px;
}

.catalog-thumbnail__price {
  color: #666666;
  font-size: 15px;
  margin-bottom: 30px;
}

.notfound {
    font-size: 20px;
    padding: 20px 0px;
}

.price-active {
  color: #bb2739;
  font-size: 18px;
}
/* * * END __ CATALOG-CONTAINER * * */

/* * * TEXT-CONTAINER * * */
.text-container {
    background: #fff;
    margin:0 auto;
}
.text-container:after {
    content: " ";
    display: block;
    height: 7px;
    background: url(/files/img/text_bottom.png) repeat-x;
    padding-bottom: 40px;
    position: relative;
    bottom: -46px;
}
.default-container .container-title, .text-container .container-title, .constr-container .container-title, .help-container .container-title {
    padding-bottom: 18px;
}
.text-info__text p {
font-size: 16px;
line-height: 20px;
padding: 15px 0;
text-align: justify;
}
/* * * CONSTRUCTION-CONTAINER * * */
.constr-container {
    background-color: #362527;
    box-shadow: inset 0 13px 9px #261617;
    padding-bottom: 48px;
}
.constr-container p, .constr-container h2{
    color: #fff;
}
.constr-container img {
    padding: 29px 0;
}
/* * * END __ CONSTRUCTION-CONTAINER * * */

/* * * HELP-CONTAINER and SEO-CONTAINER* * */
.help-container, .other-category, .seo-container {
    background: url(/files/img/small_steps.png) repeat;
    background-attachment: scroll;
    padding-bottom: 48px;
}
.seo-container {
    padding-top: 33px;
}
.seo-container__wrap {
    width: 810px;
    margin: 0 auto;
}
.seo-container h2 {
    padding-top: 15px!important;
    padding-bottom: 18px!important;
}
.seo-container img {
    padding: 5px;
    vertical-align: top;
}
.help-container ul li, .seo-container ul li, .in_box ul li, .page-no-found ul li, .default-container ul li, .desc-block ul:not(.tabs) li{
color: #bb283a;
font-size: 22px;
line-height: 22px;
list-style: outside none none;
margin-bottom: 1px !important;
position: relative;
text-align: justify;
text-indent: 15px;
}
.help-container ul li:after, .seo-container ul li:after, .in_box ul li:after, .page-no-found ul li:after, .default-container ul li:after, .desc-block ul:not(.tabs) li:after{
background: #bb283a none repeat scroll 0 0;
border-radius: 50%;
content: "";
display: block;
height: 8px;
left: 0;
position: absolute;
top: 8px;
width: 8px;
}
.help-container ul, .seo-container ul, .in_box ul, .page-no-found ul, .default-container ul, .desc-block ul:not(.tabs) {
    padding: 0px;
    line-height: 30px;
}
.help-container ul li span, .seo-container ul li span, .in_box ul li span, .page-no-found ul li span, .default-container ul li span, .desc-block ul:not(.tabs) li span {
color: #000000;
font-size: 16px;
line-height: 17px;
vertical-align: middle;
}
/* * * END __ HELP-CONTAINER and SEO-CONTAINER * * */





.tabs.tabs-calc {
height: 90px;
margin-top: 40px;
text-align: center;
}
.tabs.tabs-calc li{
background: #e9e6e6 none repeat scroll 0 0;
margin: 0 15px;
padding-bottom: 12px;
padding-top: 7px;
text-align: center;
width: 160px;
}
.tabs.tabs-calc li::after {
  content: "";
  height: 0;
  margin-top: 0;
  display: none;
}
.tabs.tabs-calc li a{
    font-size: 16px;
    line-height: 20px;
    color: #000;
    text-decoration: underline;
    display: block;
    text-indent: 0;
}
.tabs.tabs-calc li:hover a{
    color: #bb2739;
}
.tabs.tabs-calc li:hover{
    background: #f5f2f2;
}
.tabs.tabs-calc li.current a{
    color: #fff;
}
.tabs.tabs-calc li.current{
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 38px;
}
.tabs.tabs-calc li.current:first-child{
    background: url(../images/tabs/design-project.jpg);
}
.tabs.tabs-calc li.current:nth-child(2){
    background: url(../images/tabs/remont-otdelka.jpg);
}
.tabs.tabs-calc li.current:nth-child(3){
    background: url(../images/tabs/kapital-stroy.jpg);
}
.tabs.tabs-calc li.current:nth-child(4){
    background: url(../images/tabs/arch-project.jpg);
}
.tabs.tabs-calc li.current:nth-child(5){
    background: url(../images/tabs/konstr-project.jpg);
}

.accordion-group {
    border-left: 1px solid #c7c2c2;
    border-right: 1px solid #c7c2c2;
    border-top: 1px solid #c7c2c2;
}
.accordion-group:last-child{
     border-bottom: 1px solid #c7c2c2;
}
.accordion-heading {
  border-bottom: 0 none;
}
.accordion-heading .accordion-toggle {
color: #000000;
display: block;
font-size: 20px;
font-weight: bold;
padding: 10px 14px;
text-decoration: none;
position: relative;
overflow: hidden;
}
.collapse {
  height: 0;
  overflow: hidden;
  position: relative;
  transition: height 0.35s ease 0s;
}
.accordion-inner {
  border-top: 1px solid #c7c2c2;
}

.accordion-heading.activestate{
    background: #bb283a;
}
.accordion-heading.activestate .accordion-toggle{
    color: #fff;
}

.accordion-inner table{
    width: 100%;
}
.accordion-inner table thead {
border-bottom: 4px solid #c2bcbc;
}
.accordion-inner table tr{
    border-top: none;
    border-left: none;
    border-right: none;
border-bottom: 1px solid #c7c2c2;
}
.desc-block .accordion-inner table th{
background: #f3f1f1 none repeat scroll 0 0;
font-size: 17px;
font-weight: 600;
}
.desc-block .accordion-inner table td{
background: #f3f1f1;
font-size: 16px;
}
.desc-block .accordion-inner table td:last-child{
padding-right: 60px;
text-align: right;
}
.desc-block .accordion-inner table td:first-child {
  width: 480px;
}

.desc-block .accordion-inner table .deep-item td{
background: #c7c2c2 none repeat scroll 0 0;
font-size: 17px;
font-weight: bold;
padding-left: 0;
padding-right: 0;
text-align: center;
}

.accordion-heading .toggle-arrow{
background-image: url("../images/toggle-arrow.png");
background-position: center bottom;
height: 14px;
position: absolute;
right: 17px;
top: 16px;
width: 21px;
}
.accordion-heading.activestate .toggle-arrow{
    background-position: center top;
}

.accordion-toggle .intermediate-summ{
color: #000000;
display: inline;
font-size: 20px;
font-weight: bold;
margin: 0;
opacity: 1;
padding: 0;
position: absolute;
right: 60px;
transform: translate(0px, 0px);
transition: all 0.2s ease 0s;
visibility: visible;
display: none;
}
.activestate .accordion-toggle .intermediate-summ{
/*opacity: 0;
visibility: hidden;
transform: translate(0, 50px);*/
color: #fff;
}

.accordion-inner input{
  border: 1px solid #c2bcbc;
  font-size: 16px;
  height: 26px;
  padding-right: 6px;
  text-align: right;
  width: 84px;
}
.input-arrows {
  display: inline-block;
  margin-left: 11px;
  vertical-align: top;
}
.count-plus, .count-minus{
background-image: url("../images/count-arrows.png");
background-position: center bottom;
background-repeat: no-repeat;
display: block;
height: 10px;
width: 15px;
cursor: pointer;
}
.count-plus{
background-position: center top;
margin-bottom: 6px;
}

.desc-block .calc-footer-info{
    font-size: 16px;
    padding-left: 15px;
    float: left;
}
.desc-block .calc-footer-total{
    float: right;
    padding-right: 60px;
    display: none;
}
.desc-block .calc-footer-total-heading{
font-size: 20px;
padding-bottom: 0;
text-align: right;
}
.desc-block .calc-footer-totalprice{
    font-size: 26px;
    font-weight: bold;
}
.accordion-inner sup {
  font-size: 13px;
  position: relative;
  top: -5px;
}

.desc-block .box ul{

}
.desc-block .box ul li{
color: #000000;
font-size: 16px;
margin: 0;
}


/* * * FOOTER-CONTAINER * * */
.footer-container {
    background-color: #362527;
    padding: 40px 0px;
}
.footer-container-wrap {}
.footer-menu-wrap {
    vertical-align: top;
    float: right;
}
.footer-menu-right a:hover {
    color: #bb2739;
}
.footer-logo {
    display: inline-block;
    background: url("/files/img/bottom_logo.png") no-repeat center;
    width: 104px;
    height: 76px;
    background-size: contain;
    vertical-align: top;
    margin-right: 40px;
}
.license-container a:hover {
	color: #bb2739;
}
.license-container {
    display: inline-block;
}
.license-container p {
    padding: 20px 0px;
}
.license-container img {
    height: 270px;
}
.footer-menu-right {
    display: inline-block;
    width: 130px;
}
.footer-menu-left {
    display: inline-block;
    margin-right:130px;
    vertical-align: top;
}
.footer-menu-left p {
    margin-bottom: 53px;
}
.footer-menu-bottom {
    margin-top: 50px;
}
.footer-mail {
    display: inline-block;
}
.footer-menu-wrap a.mail {
    padding:10px 20px;
    background-color: #bb283a;
}
.footer-menu-wrap a.mail:hover {
    text-decoration: none;
}
.footer-container a.copy {
    font-size: 13px;
    color: #868081;
    display: inline-block;
    line-height: 16px;
}
.footer-container a.copy:hover {
    color: #bb2739;
}
.footer-menu-left p, .footer-container-wrap a {
    color: #fff;
    font-size: 20px;
}
.footer-menu-wrap p, .footer-menu-wrap a{
    line-height: 38px;
    transition: all 200ms ease;
}
.footer-menu-right ul {
    margin-bottom: 52px;
}
/* * * END __ FOOTER-CONTAINER * * */

.clear-div {
    clear: both;
    width: 100%;
}

/* * * HR-SECTION * * */
.hr-section {
    width: 100%;
    background-color: #bb283a;
    text-align: center;
    padding: 35px 0;
}
.capt-big {
    color: #fff;
    font-size: 27px;
    display: inline-block;
    font-weight: 600;
}
a.capt-big {
    text-decoration: none;
}
.capt-small {
    color: #fff;
    font-size:20px;
    font-weight: 400;
    display: block;
    padding-top: 25px;
}
.m-capt-big {
    text-transform: uppercase;
    font-weight: 800;
}
.hr-section a:after {
    width: 100%;
    content: "";
    display: block;
    height:2px;
    background:#fff;


}
.hr-section a:focus:after,
.hr-section a:hover:after {
    width:0%;
    transition: width .3s ease-in-out;
}
/* * * END __ HR-SECTION * * */

.container-title, .seo-container h2 {
font-family: "Open Sans",sans-serif;
font-size: 25px;
font-weight: 800;
line-height: 37px;
padding: 48px 0;
text-align: center;
text-transform: uppercase;
}

/**
 * SHADER-CONTAINER
 */
/* * * SHARES-CONTAINER * * */
.shares-container {
    background: url(/files/img/small_steps.png) repeat;
    background-attachment: scroll;
    padding-bottom: 85px;
}
.shares-container-wrap {
	width: 980px;
    margin: auto;
}
.shares-title {
    background-image: url(/files/img/shares_title.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    height:92px;
    margin-bottom: 52px;
}
.shares-title p{
    color:#fff;
    line-height: 89px;
    font-size: 35px;
    font-weight: bold;
    text-align:center;
}
/* * * END __ SHARES-CONTAINER * * */

/* * * PROJECT-CONTAINER * * */
.project-container {
    background: #362527;
    padding-bottom: 48px;
}
.project-container-wrap {
    margin: 0 auto;
    width: 980px;
}
.project-thumbnail {
	text-decoration: none;
}
.project-container .container-title {
    text-align: center;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.project-thumbnail__caption {
    font-size:20px;
    text-decoration: none;
    line-height: 25px;
    margin-top: 30px;
    font-weight: 400;
}
.project-thumbnail:hover .project-thumbnail__caption span {
	border-bottom: 1px solid rgba(174, 39, 55, 0.6);
    color: #bb2739;
    transition: all 200ms ease;
}
.project-thumbnail__caption span{
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
}
/* * * END __ PROJECT-CONTAINER * * */

.owl-skprofil-proj.noact{
    text-align: center;
}
.owl-skprofil-proj.noact .project-thumbnail {
  width: 222px;
  margin: 0 15px;
  display: inline-block;
}







/* * * SLIDER * * */
.owl-skprofil-proj {
	position: relative!important;
}
.owl-skprofil-item {
    position: relative!important;
}
.owl-skprofil-header .owl-nav,
.owl-skprofil-proj .owl-nav,
.owl-product .owl-nav {
    top: 42%!important;
    margin: auto!important;
    left: 0!important;
    right: 0!important;
}
.owl-skprofil-header .owl-nav {
	position: absolute!important;
    top: 42%!important;
}
.owl-controls {

}

.owl-skprofil-proj .owl-nav,
.owl-product .owl-nav {
   	top: 25%!important;
}
.owl-skprofil-proj {
    padding: 5px 0!important;
}
.owl-skprofil-header .owl-dots, .owl-skprofil-proj .owl-dots {
    position: absolute!important;
    bottom: 30px!important;
    left: 0!important;
    right: 0!important;
    margin: auto!important;
}
.m-slider .owl-skprofil-proj .owl-prev {top: 45px!important;}
.owl-skprofil-proj .owl-prev {
    float: left!important;
    position: absolute!important;
    top: 77px!important;
    left: -105px!important;
}
.m-slider .owl-skprofil-proj .owl-next {top: 45px!important;}
.owl-skprofil-proj .owl-next {
    float: right!important;
  	position: absolute!important;
  	top: 77px!important;
  	right: -105px!important;
}
.owl-prev {
    float: left!important;
}
.owl-next {
    float: right!important;
}
.owl-controls {
    margin: 0!important;
}
.owl-skprofil-header .owl-dots .owl-dot.active span, .owl-skprofil-proj .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff!important;
}
.owl-skprofil-header .owl-controls .owl-nav [class*=owl-],
.owl-skprofil-proj .owl-controls .owl-nav [class*=owl-],
.owl-product .owl-controls .owl-nav [class*=owl-] {
    width: 65px!important;
    height: 65px!important;
    border-radius: 50%!important;
    background-color: #362527!important;
    background-image: url("/files/img/slider/arrow-slider.png")!important;
    background-repeat: no-repeat!important;
    background-size: 135px!important;
    background-position: 6px center!important;
}
.owl-skprofil-header .owl-controls .owl-nav [class*=owl-].owl-next,
.owl-skprofil-proj .owl-controls .owl-nav [class*=owl-].owl-next,
.owl-product .owl-controls .owl-nav [class*=owl-].owl-next {
    background-position: -76px center!important;
}
.owl-skprofil-header .owl-controls .owl-nav [class*=owl-]:hover,
.owl-skprofil-proj .owl-controls .owl-nav [class*=owl-]:hover{
    background-color: #bb283a!important;
}
.owl-product .owl-controls .owl-nav [class*=owl-].owl-next {
    background-position: -28px center!important;
}
.owl-product .owl-controls .owl-nav [class*=owl-]:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.owl-skprofil-header .owl-item img,
.owl-skprofil-proj .owl-item img,{
    display: inline!important;
    max-height: 500px!important;
}
.slider-container {
    height: 445px!important;
}
.owl-carousel .owl-stage {
    height: 100%!important;
    position: relative!important;
}
.owl-carousel .owl-stage-outer {
    height: 100%!important;
}

.owl-carousel .owl-item {
    height: 100%!important;
    text-align: center!important;
}
.owl-carousel.owl-loaded {
    height: 100%!important;
}
.owl-skprofil-item {
    height: 100%!important;
    text-align: center!important;
}
/* * * END __ SLIDER * * */

/* * * PAGINATION * * */
.pagination {
    display: table;
    width: 100%;
    text-align: center;
    padding-top:10px;
    padding-bottom: 50px;
}
.pagination li {
    vertical-align: middle;
    display: inline-block;
}
.pagination li a {
    font-size: 26px;
    color: #d4d0d0;
    text-decoration: none;
    display: block;
    padding:0 12px;
}
.pagination li.active a, .pagination li a:hover {
    color: #000;
}
.pag-prev, .pag-next {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #d4d0d0;
    background-image: url("/files/img/slider/arrow-slider.png");
    background-repeat: no-repeat;
    background-size: 55px;
}
.pag-prev:hover, .pag-next:hover {
    background-color: #bb283a;
}
.pag-prev {
    background-position: 6px center;
    margin-right: 5px;
}
.pag-next {
    background-position: -28px center;
    margin-left: 5px;
}

/* * * END __ PAGINATION * * */
.owl-carousel .owl-item img {
    margin: 0 auto;
}
/* * * OTHER-CATEGORY * * */
.other-category .project-thumbnail span {
	border-bottom: 1px solid rgba(0,0,0,0.6);
	color: #000;
}
/* * * END __ OTHER-CATEGORY * * */

/* * * GOODS CARD * * */
.goods {
    background-color: #fff;
}
.goods-wrap {
    padding: 57px 0;
}
.card-img {
	width: 25%;
    padding-right: 30px;
    float: left;
}
.top-desc__title {
    font-size: 31px;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: -6px;
}
.top-desc__desc {
font-size: 16px;
font-weight: 400;
line-height: 22px;
padding-bottom: 72px;
padding-top: 24px;
}
.top-desc {
    display: table;
}
.goods-cost {
    float: left;
    margin-right: 30px;
}
.goods-cost span {
    font-size: 28px;
    font-weight: 600;
}
.goods-buy {
    padding: 14px 25px;
    background-color: #bb283a;
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    font-weight: 600;
    transition: all .5s ease;
}
.card-view-goods {
    margin-bottom: 60px;
}
.tabs {
    margin-bottom: 36px;
}
.tabs li {
color: #797474;
cursor: pointer;
display: inline-block;
font-size: 21px;
font-weight: 600;
margin-bottom: 10px;
margin-right: 18px;
}
.tabs li a {
    text-decoration: none;
}
.tabs .current {
    color: #000;
}
.tabs li:after {
    content: "";
    height: 5px;
    background-color: #e9e6e6;
    display: block;
    width: 100%;
    margin-top: 8px;
}
.tabs li.current:after {
    background-color: #bb283a;
}
.goods-buy:hover {
    background-color: #362527;
    transition: all .5s ease-in-out;
}
.card-buy {}

/* table */

.desc-block table {
    /*width: 100%;*/
    background-color: #fff;
}
.desc-block table tr{
    border: 1px solid #c7c2c2;
}
.desc-block table tr:hover{
    background-color: #e9e6e6;
}
.desc-block table tr td, .desc-block table tr th{
border-right: 1px solid #c7c2c2;
font-size: 16px;
font-weight: 400;
line-height: 22px;
padding: 5px 15px;
vertical-align: middle;
}

.desc-block table.nb tr td, .desc-block table.nb tr th, .desc-block table.nb tr, .desc-block table.nb tr:hover{
    background: none !important;
    border: none !important;
}


.in_box {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.in_box p {
    padding: 10px 0px;
}
.in_box ol {
    list-style-type: decimal!important;
    margin-left: 25px;
    padding:10px 0px;
}
.in_box ul {
    padding:10px 0px;
}
.in_box ol li {
font-size: 16px;
line-height: 22px;
margin: 5px 0;
}
.in_box a {
    color: #BB2739;
    text-decoration: underline;
}
.box {
    display: none;
}
.box.visible {
    display: block;
}
.desc-block p {
font-size: 16px;
font-weight: 400;
line-height: 22px;
padding: 10px 0;
}
.desc-block table p {
    padding-top: 0;
    padding-bottom: 0;
}
/* back link */
.bclink {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.bclink:hover {
    color: #bb283a;
}
.bclink:before {
    content: '\2190';
    display: inline-block;
    margin-right: 5px;
}
.back-link {
    text-align: left;
    padding-left: 15px;
    margin-top: 50px;
}
/* * * END __ GOODS CARD * * */

/* * * NEWS-CONTAINER * * */
.news-container {
    background: #fff;
}
.news-container__wrap {
    width: 870px;
    margin: 0 auto;
}
.news-container h2 {
color: #000000;
font-size: 21px;
font-weight: 600;
padding-bottom: 15px;
text-decoration: underline;
}
.news-container .container-title {
    padding-bottom: 20px;
}
.news-container .date {
color: #bb283a;
font-size: 15px;
font-weight: 400;
}
.news-article {
    padding: 15px;
    border: 5px solid rgba(0, 0, 0, 0);
}
.news-article:hover {
    border: 5px solid #bb283a;
}
.news-container p, .news-article p  {
font-size: 16px;
font-weight: 400;
line-height: 22px;
}
.news-container p {
    padding: 10px 0px;
}

/* * * END __ NEWS-CONTAINER * * */

/* * * FANCYBOX * * */
.fancybox-title-float-wrap .child {
    background: rgb(54, 37, 39);
}
/* * * END__ FANCYBOX * * */

/* * * INPUT and other setting koda style * * */
.button {
    font-size: 20px!important;
    color: #000!important;
    text-decoration: underline!important;
    display: block!important;
    width: 260px!important;
}
.button:hover {
    color: #bb2739!important;
}
.u_login {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-left: 10px;
    float: right;
}
.btn, .notify {
    color: #333;
    background-color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.notify {
    background-color: #BB283A;
    color: #FFF;
    padding: 12px 22px;
    font-size: 22px;
    transition: all 200ms ease;
}
.notify:hover {
    background-color: #362527;
}
.btn:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
}
.form-group {
    margin-bottom: 15px;
    width: 300px;
}
.control-label{
    margin-bottom: 0;
    text-align: right;
}
label {
    display: inline-block;
    margin-bottom: 5px;
}
#josForm input[type="text"] {
  display: block;
  margin: 0;
  width: 100%;
  font-family: sans-serif;
  font-size: 18px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  padding: 10px;
  border: none;
  border-bottom: solid 2px #c9c9c9;
  transition: border 0.3s;
  outline: none;
}
#josForm input[type="text"]:focus,
#josForm input[type="text"].focus {
  border-bottom: solid 2px #969696;
  outline: none;
}
.makeorder {
    display: table;
    width: 100%;
}
.makeorder .row-order {
    margin-bottom: 5px;
    padding: 5px 30px;
    background-color: #efefef;
    width: 100%;
}
.makeorder .col-order {
    width: 100%;
    padding: 4px 0;
    color: #505050;
}
.makeorder .req {
    color: red;
}
.makeorder textarea {
    display: block;
    margin: 0;
    width: 100%;
    font-family: sans-serif;
    font-size: 18px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    padding: 10px;
    border: none;
    border-bottom: solid 2px #c9c9c9;
    transition: border 0.3s;
    outline: none;
}



 
.stickly{
    z-index: 149;
    position: fixed;
    left: 0;
    top: 0;
    /*width: 100%;*/
    /*background: rgba(14, 15, 15, .5);*/
    background-color:#362527;
    /*width: 980px;*/
    width:100%;
    
}


.stickly .b-menu__inner {
	position: absolute;
	top:62px;
	padding:30px 30px;
    	left:-33px;
   	padding-bottom: 20px;
}

.b-menu__inner-block .stickly {
    
   display:inline-block;
    width:33%;
    vertical-align: top;
    position: absolute;
    top:auto;
    left:auto;
    background: none;
}
.stickly .c-menu__item {
	
    	
}


/* * * END __ INPUT * * */
@media screen and (max-width: 1150px) {
    .owl-skprofil-proj .owl-prev {left: 0px!important;}
    .owl-skprofil-proj .owl-next {right: 0px!important;}
}


.like-price {
border-collapse: collapse;
border-spacing: 0;
border-bottom: 1px solid #c7c2c2;
}
.like-price tr{
    background: #f3f1f1;
}
.like-price tr[style^="text"]{
     background: #bb283a none repeat scroll 0 0;
     color: #fff;
}
.like-price td{
border-right: 1px solid #c7c2c2;
border-left: 1px solid #c7c2c2;
border-bottom: 1px solid #c7c2c2;
font-size: 16px;
font-weight: 400;
line-height: 22px;
padding: 5px 15px;
vertical-align: middle;
}
