

/* Start:/bitrix/templates/.default/css/styles.css?173947526020503*/
@font-face {
  font-family: 'Roboto Black';
  src: url("/bitrix/templates/.default/css/../fonts/Roboto-Black.eot?") format("eot"), url("/bitrix/templates/.default/css/../fonts/Roboto-Black.woff") format("woff"), url("/bitrix/templates/.default/css/../fonts/Roboto-Black.ttf") format("truetype"), url("/bitrix/templates/.default/css/../fonts/Roboto-Black.svg#Roboto-Black") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*#####################################################*/
/* Global Reset */
/*#####################################################*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
a,
input[type=submit],
input[type="text"] {
  transition: all 100ms linear 0s;
  -webkit-transition: all 100ms linear 0s;
  -moz-transition: all 100ms linear 0s;
}
a {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
small {
  font-size: 80%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
label,
p,
th,
td,
img {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  max-width: 100%;
}
li {
  list-style: none;
}
/*#####################################################*/
/* Common Styles */
/*#####################################################*/
body {
  background: #f0f0f0;
  overflow-x: auto;
  overflow-y: auto;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  display: block;
  color: #666666;
  position: relative;
}
.page-box {
  min-height: 100%;
  height: auto !important;
}
.base-container {
  margin: 0 auto;
  padding: 0;
  height: 100%;
  position: relative;
}
.base-description {
  float: left;
  padding: 30px;
  box-sizing: border-box;
}
.base-description h2 {
  color: #ffffff;
  line-height: 38px;
  margin-bottom: 16px;
  font-family: 'Roboto Slab';
}
.base-description h2 span {
  font-weight: 300;
}
.base-description p {
  line-height: 24px;
  color: #ece1e2;
}
.container {
  margin: 0 auto;
  padding: 0;
  height: 100%;
  position: relative;
  width: 1200px;
}
.big-container {
  margin: 0 auto;
  padding: 0;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1920px;
}
.top-nav-container {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: auto;
  z-index: 100;
}
.bg-image {
  background: url("/bitrix/templates/.default/css/../images/inner-bg.png") no-repeat;
  height: 900px;
  background-size: cover;
}
.full-width {
  margin: 0 auto;
  position: relative;
  min-width: 1200px;
}
H1,
H2,
H3,
H4,
H5,
H6 {
  font-weight: normal;
}
H1 {
  font-size: 40px;
}
H2 {
  font-size: 36px;
}
H3 {
  font-size: 24px;
}
H4 {
  font-size: 18px;
}
a {
  text-decoration: none;
  color: #666666;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
.button {
  position: absolute;
  padding: 15px 25px;
  text-transform: uppercase;
  font-size: 13px;
  bottom: 20px;
  color: #ffffff;
}
.button:hover {
  opacity: .7;
}
.mat-red {
  background: #bc4c53;
}
.mat-red-dark {
  background: #963d42;
}
/*#####################################################*/
/*HEADER*/
/*#####################################################*/
.flexslider {
  height: 900px;
}
.bg-corner {

  height: 212px;
  min-width: 1200px;
  margin-top: -211px;
  position: relative;
}
.bg-corner svg{
  height: 100%;
  width: 100%;
}

#top-nav {
  box-shadow: 0 2px 2px 0 rgba(3, 3, 3, 0.6);
  height: 81px;
  background: url("/bitrix/templates/.default/css/../images/menu-bg.png") repeat-x;
  position: relative;
}
#top-nav .logo {
  float: left;
  background: url("/bitrix/templates/.default/css/../images/logo.png") no-repeat;
  width: 168px;
  height: 143px;
  margin-top: -9px;
  margin-left: -10px;
}
#top-nav ul {
  float: left;
  width: 66%;
  text-align: center;
  display: table;
}
#top-nav ul li {
  display: table-cell;
}
#top-nav ul li a {
  display: inline-block;
  padding: 32px 7px;
  text-transform: uppercase;
  font-family: 'Roboto Black';
  font-size: 16px;
  color: rgba(134, 132, 128, 0.71);
  text-shadow: 1px 2px 0px #f1eee8, 0 0 0 rgba(0, 0, 0, 0.6), 1px 2px 0px #f1eee8;
}
#top-nav ul li a:hover {
  opacity: 0.7;
}
#top-nav ul li a.active {
  color: rgba(129, 27, 27, 0.6);
  text-shadow: 1px 2px 0px #f1eee8, 0 0 0 rgba(0, 0, 0, 0.5), 1px 2px 0px #f1eee8;
}
#top-nav .phones {
  background: url("/bitrix/templates/.default/css/../images/menu-red-ribbon.png");
  margin-left: auto;
  height: 88px;
  width: 239px;
  margin-top: -6px;
  margin-right: -5px;
  float: right;
}
#top-nav .phones span {
  margin: 4px 0 0px 27px;
  display: block;
  color: rgba(129, 27, 27, 0.6);
  text-shadow: 1px 2px 0px rgba(202, 103, 113, 0.18), 0 0 0 rgba(0, 0, 0, 0.4), 1px 2px 0px rgba(202, 103, 113, 0.18);
  font-size: 21.11px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
#top-nav .phones span:first-child {
  margin-top: 20px;
}
/*#####################################################*/
/* catalog-slider */
/*#####################################################*/
.catalog-section {
  margin-top: -300px;
  z-index: 2;
}
.catalog-section.inner {
  margin-top: -547px;
}
.catalog-wrap {
  min-height: 600px;
  height: auto;
}
.catalog-wrap .left-side {
  background: #bc4c53;
  width: 300px;
  height: 600px;
  float: left;
  padding: 30px;
  box-sizing: border-box;
}
.catalog-wrap .left-side h2 {
  color: #ffffff;
  line-height: 38px;
  margin-bottom: 16px;
  font-family: 'Roboto Slab';
}
.catalog-wrap .left-side h2 span {
  font-weight: 300;
}
.catalog-wrap .left-side p {
  line-height: 24px;
  color: #ece1e2;
}
.catalog-wrap .right-side {
  float: left;
  width: 900px;
}
.catalog-wrap .right-side .slide-elem {
  float: left;
  height: 600px;
  width: 33.33333%;
}
.catalog-wrap .right-side .slide-elem a {
  color: #666666;
}
.catalog-wrap .right-side .slide-elem a:hover p {
  opacity: .7;
}
.catalog-wrap .right-side .slide-elem a div {
  background: url("/bitrix/templates/.default/css/../images/catalog-slider-corner-bottom.png") no-repeat;
  height: 241px;
  margin-top: -51px;
  padding: 80px 30px 30px;
  position: relative;
}
.catalog-wrap .right-side .slide-elem a div p {
  line-height: 24px;
}
.catalog-wrap .right-side .slide-elem img{
  display: block;
}
.catalog-wrap .right-side .slide-elem.top-slide img {
  margin-top: 249px;
}
.catalog-wrap .right-side .slide-elem.top-slide div {
  background: url("/bitrix/templates/.default/css/../images/catalog-slider-corner-top.png") no-repeat;
  height: 300px;
  margin-top: -600px;
  position: relative;
  padding-top: 30px;
}
.catalog-wrap .right-side .slide-elem h4 {
  font-family: 'Roboto Slab';
  font-weight: 900;
  margin-bottom: 20px;
}
.catalog-section.detail .catalog-wrap {
  background-color: #ffffff;
}
.catalog-section.detail .left-side {
  height: auto;
  padding: 0;
}
.catalog-section.detail .left-side .left-menu-wrap {
  padding: 30px;
}
.catalog-section.detail .left-side .left-menu-wrap ul li {
  font-family: 'Roboto Slab';
  line-height: 42px;
}
.catalog-section.detail .left-side .left-menu-wrap ul li a {
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
}
.catalog-section.detail .left-side .left-menu-wrap ul li a:hover,
.catalog-section.detail .left-side .left-menu-wrap ul li a.active {
  text-decoration: underline;
}
.catalog-section.detail .left-side .left-menu-wrap ul li ul {
  margin-left: 20px;
}
.catalog-section.detail .left-side .left-menu-wrap ul li ul li a {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
}
.catalog-section.detail .left-side .left-new {
  padding: 20px 30px;
  background: #ffffff;
  position: relative;
}
.catalog-section.detail .left-side .left-new h3 {
  color: #383737;
  font-family: 'Roboto Slab';
  margin-bottom: 20px;
}
.catalog-section.detail .left-side .left-new li:last-child {
  margin-bottom: 70px;
}
.catalog-section.detail .left-side .left-new li a {
  color: #383737;
  display: block;
  /*height: 197px;*/
}
.catalog-section.detail .left-side .left-new li a:hover {
  opacity: .7;
}
.catalog-section.detail .left-side .left-new li a .image-wrap {
  height: 190px;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}
.catalog-section.detail .left-side .left-new li a .description {
  text-align: center;
  /*height: 70px;*/
}
.catalog-section.detail .left-side .left-new li a .description .section-name {
  margin-bottom: 5px;
}
.catalog-section.detail .left-side .left-new li a .description .name {
  font-weight: 900;
}
.catalog-section.detail .right-side {
  padding: 30px;
  box-sizing: border-box;
  font-size: 16px;
}
.catalog-section.detail .right-side h3 {
  color: #383737;
  font-family: 'Roboto Slab';
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 20px;
}
.catalog-section.detail .right-side .breadcrumb {
  margin-bottom: 25px;
}
.catalog-section.detail .right-side .breadcrumb li + li:before {
  content: '\3E';
  margin: 5px;
}
.catalog-section.detail .right-side .breadcrumb li {
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  font-family: 'Roboto Slab';
}
.catalog-section.detail .right-side .breadcrumb li a {
  color: #383737;
}
.catalog-section.detail .right-side .breadcrumb li a:hover {
  opacity: .7;
}
.catalog-section.detail .right-side .breadcrumb li span {
  color: #383737;
}
.catalog-section.detail .right-side .left-half {
  width: 420px;
  float: left;
  margin-right: 30px;
}
.catalog-section.detail .right-side .left-half .new-label {
  font-size: 18px;
  padding: 6px 30px;
  color: #ffffff;
  float: left;
  font-family: 'Roboto Slab';
  z-index: 9999;
}
.catalog-section.detail .right-side .left-half .gallery {
  height: 380px;
  position: relative;
}
.catalog-section.detail .right-side .left-half .textures ul li{
  display: block;
  float: left;
  text-align: center;
  vertical-align: middle;
  height: 80px;
  width: 80px;
  margin-right: 20px;
  border-radius: 80px;
}
.catalog-section.detail .right-side .left-half .textures ul li:last-child{
  margin-right: 0;
}
.catalog-section.detail .right-side .left-half .textures ul li div{
  display: none;
}
.catalog-section.detail .right-side .left-half .textures ul li:hover div{
  display: table-cell;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.6);
}
.catalog-section.detail .right-side .left-half .textures ul li div span{
  font-size: 13px;
  color: #383737;
  display: block;
  padding: 2px 0;
}
.catalog-section.detail .right-side .right-half {
  width: 390px;
  float: left;
  height: 100% !important;
}
.catalog-section.detail .right-side .right-half .article {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 16px;
  color: #b4bbc2;
}
.catalog-section.detail .right-side .right-half ul {
  width: 60%;
  text-align: right;
}
.catalog-section.detail .right-side .right-half ul b {
  float: left;
}
.catalog-section.detail .right-side .right-half ul.characteristics {
  width: 100%;
}
.catalog-section.detail .right-side .right-half ul.characteristics li {
  text-align: left;
}
.catalog-section.detail .right-side .right-half ul.characteristics li b {
  float: none;
}


.catalog-section.detail .catalog-section-list{
  position: relative;
}
.catalog-section.detail .catalog-section-list li{
  float: left;
  width: 31.7%;
  margin: 20px 20px 25px 0;
  position: relative;
}
.catalog-section.detail .catalog-section-list li.last{
  margin-right: 0;
}
.catalog-section.detail .catalog-section-list .cat-new{
  background: url("/bitrix/templates/.default/css/../images/new.png") no-repeat;
  width: 69px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
}
.catalog-section.detail .catalog-section-list li a {
  color: #383737;
  display: block;
  height: 197px;
  padding-top: 10px;
}
.catalog-section.detail .catalog-section-list li a:hover {
  opacity: .7;
}
.catalog-section.detail .catalog-section-list li a .image-wrap {
  height: 190px;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  width: 266px;
  text-align: center;
}
.catalog-section.detail .catalog-section-list li a .description {
  text-align: center;
  height: 70px;
}
.catalog-section.detail .catalog-section-list li a .description .section-name {
  margin-bottom: 5px;
}
.catalog-section.detail .catalog-section-list li a .description .name {
  font-weight: 900;
}
.more-news-wrap{
  margin-top: 50px;
  text-align: center;
}
#ajax_view_more{
  display: inline-block;
  background: url("/bitrix/templates/.default/css/../images/more.png") no-repeat;
  width: 304px;
  height: 48px;
}
#waiting_gif {
  display: none;
  width: 190px;
  height: 48px;
  vertical-align: middle;
  line-height: 48px;
}
.zoomContainer{
  z-index: 999;
}
.zoomWrapper{
  height: 248px !important;
  width: 393px !important;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  overflow: hidden;
}

.zoomWrapper div {
  display: none !important;
}
img#zoom_03{
  position: relative !important;
}
.zoomWrapper img + * {
  display: none;
}

.right-sidebar .container{
  overflow: hidden;
}
.right-sidebar .right-wrap{
  width: 100%;
  background: #fff;
  float: left;
}
.right-sidebar .left-wrap{
  width: 100%;
  background: #bc4c53;
  float: left;
  position: relative;
  right: 480px;
  position: relative;
}

.right-sidebar .left-side{
  height: 100%;
  width: 720px;
  float: left;
  padding: 30px;
  box-sizing: border-box;
  left: 480px;
  overflow: hidden;
  position: relative;
  min-height: 547px;
}
.right-sidebar  .left-side.about{
  min-height: 260px;
}
.right-sidebar .right-wrap.bottom .left-side.about{
  padding: 0;
}
.right-sidebar  .left-side h2,
.right-sidebar .right-wrap.bottom h2{
  color: #ffffff;
  line-height: 38px;
  margin-bottom: 16px;
  font-family: 'Roboto Slab';
}
.right-sidebar  .left-side h2 span,
.right-sidebar .right-wrap.bottom span {
  font-weight: 300;
}
.right-sidebar  .left-side p,
.right-sidebar  .left-side div,
.right-sidebar .right-wrap.bottom p,
.right-sidebar .right-wrap.bottom div{
  line-height: 24px;
  color: #ece1e2;
}
.right-sidebar .right-side{
  width: 480px;
  height: 100%;
  float: left;
  overflow: hidden;
  left: 480px;
  position: relative;
  padding: 30px;
  box-sizing: border-box;
}
.right-sidebar  .right-side h2 {
  line-height: 38px;
  margin-bottom: 16px;
  font-family: 'Roboto Slab';
}
.right-sidebar  .right-side h2 span {
  font-weight: 300;
}
.right-sidebar  .right-side p,
.right-sidebar  .right-side div{
  line-height: 24px;
}
.right-sidebar .right-wrap.bottom{
  background: #bc4c53;
  min-height: 335px;
}
/*#####################################################*/
/*special-bid*/
/*#####################################################*/
.special-bid img {
  float: left;
}
.special-bid .text-block {
  position: relative;
  background: #963d42;
  min-height: 282px;
  width: 601px;
  float: left;
  padding: 30px;
  box-sizing: border-box;
}
.special-bid .text-block h2 {
  color: #ffffff;
  line-height: 38px;
  margin-bottom: 16px;
  font-family: 'Roboto Slab';
}
.special-bid .text-block h2 span {
  font-weight: 300;
}
.special-bid .text-block p {
  line-height: 24px;
  color: #ece1e2;
}
/*#####################################################*/
/*new*/
/*#####################################################*/
.new ul {
  background: #ffffff;
  width: 900px;
  float: left;
  text-align: center;
}
.new ul li {
  float: left;
  display: inline-block;
  margin: 0 21px;
}
.new ul li a {
  color: #666666;
  display: block;
  height: 260px;
  margin-top: 40px;
}
.new ul li a:hover {
  opacity: .7;
}
.new ul li a .image-wrap {
  height: 190px;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}
.new ul li a .description {
  /*height: 70px;*/
}
.new ul li a .description .section-name {
  margin-bottom: 5px;
}
.new ul li a .description .name {
  font-weight: 900;
}
.new .text-block {
  position: relative;
  height: 300px;
  background: #bc4c53;
  width: 300px;
  float: left;
  padding: 30px;
  box-sizing: border-box;
}
.new .text-block h2 {
  color: #ffffff;
  line-height: 38px;
  margin-bottom: 16px;
  font-family: 'Roboto Slab';
}
.new .text-block h2 span {
  font-weight: 300;
}
.new .text-block p {
  line-height: 24px;
  color: #ece1e2;
}
.new .text-block h2 {
  text-transform: uppercase;
}
/*#####################################################*/
/*FOOTER*/
/*#####################################################*/
footer .big-container {
  background: url("/bitrix/templates/.default/css/../images/footer-bg.png") repeat-x;
  height: 105px;
}
.footer-content {
  height: 100%;
}
.footer-left {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
}
.footer-phones {
  margin-top: 36px;
  margin-bottom: 9px;
  color: #999999;
  font-size: 18px;
  font-weight: 900;
}
.footer-copy-right {
  font-size: 12px;
}
.footer-copy-right > div {
  float: left;
  margin-right: 5px;
}
.footer-copy-right a{
  margin-left: 5px;
  color: #666666;
}
.medialuki {
  float: right;
  margin-top: 30px;
}
.medialuki a div {
  background: url("/bitrix/templates/.default/css/../images/medialuki-logo.png") no-repeat;
  width: 264px;
  height: 59px;
}
/*#####################################################*/
/*popup*/
/*#####################################################*/
.popup-window-overlay {background:rgb(254,251,251);}
.popup-window-top-row, .popup-window-left-column, .popup-window-right-column, .popup-window-bottom-row {display:none;}
.popup-window, .popup-window-content-row, .popup-window tbody  {
  background: rgba(0,0,0,0);
  border: none;
  box-shadow: none;
  padding: 0px;
}
.popup-window-center-column {
  color: #fff;
  border: 2px solid  #963d42;
  overflow: hidden;
  margin: 10px;
  background: #bc4c53 !important;
}

#bx_auth_popup_form_auth h2 {
  font-size: 36px;
  margin: 16px 0px;
}
#bx_auth_popup_form_auth .bx-auth-note {display:none;}
#bx_auth_popup_form_auth input[type=text], #bx_auth_popup_form_auth input[type=password] {
  outline: none;
  border: none;
  border-radius: 4px;
  padding: 4px 8px;
  font-family: Tahoma;
}
#bx_auth_popup_form_auth input[type=submit] {
  padding: 6px 12px;
  font-family: Tahoma;
  background:  #963d42;
  color: #fff;
  border: none;
  font-weight: normal;
  font-size: 16px;
  margin-right: 70px;
}
#bx_auth_popup_form_auth input[type=submit]:hover {
  color: #fff;
  background: #963d42;
}
#bx_auth_popup_form_auth .bx-auth-table {
  font-family: Tahoma;
  font-size: 16px;
  margin: 0px 10px;
}
#bx_auth_popup_form_auth .bx-auth-table td {padding: 6px;}
#bx_auth_popup_form_auth .bx-auth-table .remember {font-size:14px;}
#bx_auth_popup_form_auth label[for=USER_REMEMBER] {padding-right: 20px;}
#bx_auth_popup_form_auth #USER_REMEMBER:before {
  display:inline-block;
  width: 20px;
  height: 20px;
  margin-top: -20px;
  content: '';
  background: url('/bitrix/templates/.default/css/../images/checkbox.png') no-repeat;
  width: 20px;
}
#bx_auth_popup_form_auth #USER_REMEMBER:checked:before {
  background-position: -20px 0px;
}
#bx_auth_popup_form_auth #USER_REMEMBER {
  width: 20px;
  height:0px;
  padding-top: 20px;
  margin-bottom: 4px;
  display:inline-block;
  vertical-align: middle;


}
#bx_auth_popup_form_auth .authorize-submit-cell {
  text-align: right;
}
/*.popup-window-close-icon {*/
  /*width: 15px;*/
  /*height: 15px;*/
  /*background: url('/bitrix/templates/.default/css/images/x.png') no-repeat;*/
/*}*/
/*.popup-window-close-icon:hover {*/
  /*width: 15px;*/
  /*height: 15px;*/
  /*background: url('/bitrix/templates/.default/css/images/x.png') 0px -15px no-repeat;*/
/*}*/



/*IB element edit form*/

.my-elem-edit span{
  width: 27%;
  display: inline-block;
  text-align: right;
  margin-right: 7px;
}
.my-elem-edit tr{
  height: 40px;
}

@media only screen and (min-device-width: 1920px) {
  .catalog-section{
    margin-top: -710px;
    /*margin-top: -490px;*/
    }
}
@media only screen and (min-device-width: 1600px) and (max-device-width: 1919px) {
  .catalog-section{
    margin-top: -368px;;
  }
}
@media only screen and (min-device-width: 1440px) and (max-device-width: 1599px) {
  .catalog-section{
    margin-top: -310px;
  }
}
@media only screen and (min-device-width: 1281px) and (max-device-width: 1439px) {
  .catalog-section{
    margin-top: -365px;
  }
}
@media only screen and (max-device-width: 480px) {
  .special-bid .text-block p{
    line-height: 18px;
    font-size: 9px;
  }
}


/* 
 * ВАЖНО!
 * для всех дивов битрикса, в которых редактируется текст, отменяем стили, иначе все разъезжается
 */
div[id^=bx_incl_area_] {all: unset !important;}

/* End */
/* /bitrix/templates/.default/css/styles.css?173947526020503 */
