.header-info__social-btn.telegram,
.footer-info__social-btn.telegram,
.slide-menu__social-btn.telegram{
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gU3ZnIFZlY3RvciBJY29ucyA6IGh0dHA6Ly93d3cub25saW5ld2ViZm9udHMuY29tL2ljb24gLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwMCAxMDAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAwIDEwMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPG1ldGFkYXRhPiBTdmcgVmVjdG9yIEljb25zIDogaHR0cDovL3d3dy5vbmxpbmV3ZWJmb250cy5jb20vaWNvbiA8L21ldGFkYXRhPg0KPGc+PGc+PHBhdGggZD0iTTc5OC45LDkzOC4zYy03LjcsMC0xNS4zLTIuMy0yMS44LTYuN0w1MzAuNyw3NjQuNWwtMTMyLjIsOTUuMWMtMTAuNCw3LjUtMjMuNyw5LjMtMzUuOCw1Yy0xMi00LjMtMjEuMS0xNC4zLTI0LjQtMjYuNkwyNzIsNTg2LjVMMzQuOSw0OTUuOGMtMTQuOS01LjctMjQuOC0yMC0yNC45LTM2Yy0wLjEtMTYsOS42LTMwLjQsMjQuNC0zNi4zTDkzNiw2NC44YzQuMS0xLjcsOC40LTIuNywxMi44LTNjMS42LTAuMSwzLjEtMC4xLDQuNywwYzksMC41LDE3LjksNC4yLDI0LjksMTFjMC43LDAuNywxLjQsMS40LDIsMi4yYzUuNyw2LjYsOC45LDE0LjYsOS41LDIyLjdjMC4xLDIsMC4xLDQuMSwwLDYuMmMtMC4xLDEuNS0wLjMsMy0wLjYsNC40TDgzNyw5MDYuOGMtMi40LDEyLjgtMTEuMiwyMy42LTIzLjIsMjguNkM4MDksOTM3LjMsODA0LDkzOC4zLDc5OC45LDkzOC4zeiBNNTUyLjQsNjg1LjRsMjE5LjUsMTQ4LjlMODkwLjMsMjEzTDQ2Mi42LDYyNC41bDg4LjcsNjAuMkM1NTEuNyw2ODQuOSw1NTIsNjg1LjEsNTUyLjQsNjg1LjR6IE0zNjkuNyw2NTIuM0wzOTksNzYzLjZsNjMuMy00NS42bC04Mi45LTU2LjJDMzc1LjYsNjU5LjIsMzcyLjMsNjU2LDM2OS43LDY1Mi4zeiBNMTU1LjUsNDU4LjlsMTYyLjgsNjIuMmMxMS43LDQuNSwyMC41LDE0LjMsMjMuNywyNi4zbDIwLjYsNzguM2MwLjktOSw1LTE3LjUsMTEuNy0yMy45bDQwNy41LTM5Mi4xTDE1NS41LDQ1OC45eiIvPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L2c+DQo8L3N2Zz4=");
  border: 2px solid #000 !important;
  border-radius: 25%;
  box-sizing: border-box;
  width: 30px;
  height: auto;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1 / 1;
}
.slide-menu__social-btn.telegram {
  display: block;
  height: 30px;
  margin: 5px 0 0 5px;
}
.footer-info__social-btn.telegram {
  width: 60px;
  border-width: 3px !important;
  margin-left: 8px;
}
.telegram:hover {
  filter: invert(13%) sepia(43%) saturate(7145%) hue-rotate(1deg) brightness(102%) contrast(127%);
}
.header {
  margin-bottom: 10px;
}


.test-mess {
  background-color: #453b26;
  color: #fff;
  position: fixed;
  top: -18px;
  left: 50px;
  padding: 7px 15px;
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-duration: 1.8s;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  z-index: 10;
  font-size: 0.8em;
}

@-webkit-keyframes blinker {
  0% { opacity: 0.0; }
  30% { opacity: 1.0; }
  70% { opacity: 1.0; }
  100% { opacity: 0.0; }
}

/* ---------------------- search ----------------------- */

.search_btn {
  border: 0;
  background-color: transparent;
  width: 30px;
  height: 25px;
  cursor: pointer;
  position: inherit;
  z-index: 1;
}
#search-button {
  position: absolute;
  top: 3px;
  right: 5px;
  width: 25px;
}
.search_fld {
  font-family: inherit;
  font-size: 1em;
  line-height: 1.15;
  margin: 0;
  padding: 7px 10px 4px;
  width: calc(100% - 20px);
  border: solid 1px #453b26;
  border-radius: 15px;
}
.search-icon {
  position: absolute;
  right: 1px;
  top: 3px;
  color: #453b26;
  width: 20px;
  height: 20px;
}
.search-field {
  font-size: 0.7em;
  position: relative;
  margin-bottom: 20px;
}
/* ---------------------- search ----------------------- */

/* --- order -----*/
#buy_title {
  font-weight: 300;
  margin: 0 0 10px;
}

fieldset {
  border: 0;
  padding: 0;
}

.order-form__agreement {
  padding: 10px 0;
  font-size: 0.8em;
}
.order-form__agreement a:hover{text-decoration: underline;}
.order-form__agreement a{
  color: #c20000;
  text-decoration: none;
}
#buy_form [type="text"], textarea {
  width: 100%;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 5px 10px;
  font-size: 0.9em;
  font-weight: 300;
  border: 1px solid #bcbaba;
  border-radius: 3px;
}

#buy_send_button {
  background: none;
  border: none;
  color: #fff;
  font-weight: 300;
  cursor:pointer;
}

[id*="-error"] {
  font-size: 0;
  height: 0;
}
.required.error,
textarea.error{
  border: #c90000 1px solid !important;
}

/* --- order -----*/

/* ---------------------- detailed --------------------- */

.map-block {
  height: 408px;
  background-color: #fff;
  background-image: url(/i/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20%;
}

.detailed-page__gallery [class$="_baton"]:before {padding: 5px !important;}


.fancybox-container {font-family: inherit !important;}

.rouble:before{
  content: "\f158";
}
.rouble {
  font-size: 0.6em !important;
  margin-left: 0.2em;
  display: inline !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
select#imgselcpanel {
  padding: 6px;
  font-size: 2em;
}
.detailed-page__gallery a:second-child{border: red solid;}

.detailed-page__gallery-item .img-edit {
  margin: -14px 0 0 0;
}


a.gallery {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 0;
  display: inline-block;
}
.detailed-page__gallery-item {
  width: 24%;
  display: inline-block;
  padding: 5px;
  box-sizing: border-box;
  line-height: 0;
}

.detailed-page__complect-item {
  float: left;
  width: 25%;
}

.detailed-page__complect-item a{
  border: 0px solid #0000;
  text-decoration: none;
  color: #000;
  display: block;
  box-sizing: border-box;
  margin: 0;
  text-align: center;
  padding: 20px;
  font-size: 2rem;
}

.catalog-list__item-btn a {padding: 0 !important;}

.detailed-page__complect-item img {
  display: block;
  border: 8px solid #808080;
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
}


.detailed-page__txt {font-size: 0.8em;}

.detailed-page [class*="-btn"],
#buy [class*="-btn"]
{
  background-color: #c90000;
  position: absolute;
  top: 0;
  left: -20px;
  padding: 6px 0px;
  border-radius: 3px 0px 0px 3px;
  width: 45px;
  height: 29px;
}


.detailed-page__btn:hover {
  transform: translateY(-3px);
  box-shadow: -10px 8px 16px 0px rgba(0, 0, 0, 0.48);
}
.detailed-page__btn{
  text-decoration: none;
  background-color: #717171;
  border-radius: 3px;
  font-size: 1.5rem;
  color: #fff;
  padding: 6px 0 6px 12px;
  text-align: center;
  width: 200px;
  position: relative;
  cursor: pointer;
  height: 29px;
  left: 20px;
  display: inline-block;
  margin: 10px 40px 10px 0;
}

.detailed-page__left {
  float: left;
  width: 40%;
}

.detailed-page__right-price {
  color: #ff0000;
  font-size: 2.6rem;
  font-weight: 400;
  margin: 15px 0 0 0;
}

.price-unit {
  color: #727272;
  font-size: 0.5em;
  font-weight: 300;
}
.detailed-page__right h1{margin:0 0 15px 0; font-weight: 400;}
.detailed-page__right {
  float: right;
  width: 55%;
}
.detailed-page {
  margin: 20px -50px 0;
  padding: 0 50px 50px;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 47%, rgba(0,0,0,0.1) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 47%,rgba(0,0,0,0.1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 47%,rgba(0,0,0,0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=0 );
}

.detailed-page__left img:hover {
  border: 4px solid #c90000;
}
.detailed-page__left img,
.map-block{
  width: 100%;
  box-sizing: border-box;
  border: 4px solid #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}


div:not(.detailed-page__left) ~ .detailed-page__gallery{
  position: fixed;
  z-index: 10;
  width: 150px;
  bottom: 0;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px;
  border-radius: 10px;
}

div:not(.detailed-page__left) ~ .detailed-page__gallery .detailed-page__gallery-item img {
  width: 100%;
}
/* ---------------------- detailed --------------------- */

/* ---------------------- catalog --------------------- */
.crumbs,
.crumbs a {color: inherit;
  text-decoration: none;
  font-size: 0.9em;
}

.crumbs:lash-child {display: none !important;}

.crumbs .fa-arrow-right {
  font-size: 0.4em;
  padding: 5px;
  vertical-align: middle;
}


.crumbs a:hover {text-decoration: underline;}
.catalog {
  margin: 50px 50px 0;
}

.catalog-list {
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 0 -20px 20px -20px;
}


.catalog-list__item {
  width: 25%;
  box-sizing: border-box;
  float: left;
  padding: 20px;
}

.catalog-list__item img {
  width: 100%;
  box-sizing: border-box;
  border: 5px solid #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

.catalog-list__item a {
  text-decoration: none;
  color: inherit;
  font-size: 1em;
  /* fix*/
  display: inline;
  font-size: 0;
  /* fix*/
}
.catalog-list__item a span {
  font-size: 0.7em;
  display: block;
}
.catalog-list__item-price {
  color: #ff0000;
  font-size: 2.4rem;
  font-weight: 400;
  margin: 25px 0 0 0;
}

.catalog-list__item:hover {
  background-color: #fbf8f3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
  border-radius: 5px;
}
/* ---------------------- catalog --------------------- */

/* ---------------------- catalog-menu --------------------- */


.catalog-menu li:last-child:after,
.catalog-submenu li:last-child:after{content:'';}
.catalog-menu li::after,
.catalog-menu li::after, .catalog-submenu li::after {
  content: '•';
  padding: 0 0 0 0.8rem;
}
.catalog-menu a.active,
.catalog-submenu a.active{font-weight: 400;}

.catalog-menu a,
.catalog-submenu a{
  color: inherit;
  text-decoration: none;
}

.catalog-menu a:hover,
.catalog-submenu a:hover{
  border-bottom: 3px #c20000 solid;
  color: #c20000;
}

.catalog-menu {
  font-size: 1.8em;
  padding: 0 10%;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.catalog-submenu {
  font-size: 1.4em;
  background-color: rgba(255, 255, 255, 0.75);
  border: 4px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px 50px;
}

.catalog-menu,
.catalog-submenu{
  text-align: center;
  list-style: none;
}
.catalog-menu li,
.catalog-submenu li{
  display: inline-block;
}

/* ---------------------- catalog-menu --------------------- */

/* ---------------------- footer-block --------------------- */

.footer-info__social-btn [class*="-btn"],
.header-info__social-btn [class*="-btn"]{
  width: 100%;
  height: 100%;
}
.footer-info__social-btn svg:hover,
.header-info__social-btn svg:hover{
  fill: #c20000;
}

.footer-info__social-btn,
.header-info__social-btn{
  display: inline-block;
}
.footer-info__social-btn{
  padding: 10px;
  width: 60px;
  height: 60px;
}
.header-info__social-btn{
  padding: 0px;
  width: 30px;
  height: 30px;
}


footer{
  text-align: center;
  background-image: url("/i/footer-block__bg.jpg");
  background-position: bottom left;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}

.footer-block {
  margin: 200px 0 0px 0;
  position: relative;
}

.footer-info__name {
  display: block;
  margin-bottom: 20px;
}
.footer-info__tel {
  margin-right: 1em;
}

.mfr-link__img:hover{
  background-image: url(/i/mfr-hover.png);
}

.mfr-link__img{
  background-image: url(/i/mfr.png);
  width: 93px;
  height: 49px;
  margin: 0 auto -8px;
}

.mfr-link {
  font-size: 0.7em;
  margin-top: 25px;
  display: block;
  color: #c20000;
  text-decoration: none;
}
/* ---------------------- footer-block --------------------- */

/* ---------------------- hot-block --------------------- */

.hot-block__inner {
  padding: 20px 0;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.hot-block__item img {
  display: block;
  border: 8px solid #3f520a;
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.hot-block__item span {
  display: block;
  font-size: 0.7em;
}

.hot-block__item:hover {
  background-color: cornsilk;
}
.hot-block__item {
  border: 0px solid #0000;
  text-decoration: none;
  color: #000;
  display: block;
  box-sizing: border-box;
  margin: 0;
  text-align: center;
  padding: 20px;
  float: left;
  font-size: 2rem;
  cursor: move;
  cursor: -webkit-grab;
  cursor:    -moz-grab;
  cursor:         grab;
}

.hot-block__item:active {
  cursor: -webkit-grabbing;
  cursor:    -moz-grabbing;
  cursor:         grabbing;
}


.hot-block__item-name {
  line-height: 1;
  height: 70px;
  margin: 0;
}

.hot-block__item-price {
  color: #ff0000;
  font-size: 2.4rem;
  font-weight: 400;
  margin: 10px 0 0 0;
}
.hot-block h2::before {
  content: '';
  display: block;
  background-image: url("/i/hot-block__fire.jpg");
  width: 56px;
  height: 92px;
  position: absolute;
  top: -67px;
  left: -26px;
  z-index: -1;
}

.hot-block h2 {
  padding: 0;
  margin-left: 50%;
  position: absolute;
  z-index: 2;
  transform: translateX(-50%);
}
.hot-block__tail {
  background-image: url("/i/hot-block__tail.png");
  width: 1044px;
  height: 254px;
  position: absolute;
  right: 0;
  bottom: -250px;
}
.hot-block:before,
.hot-block:after{
  content: "";
  border-top: 100px solid #ffcd24;
  display: block;
  margin-right: -10px;
}

.hot-block:before {
  transform: rotate(-2deg);
  transform-origin: left;
}

.hot-block:after {
  transform: rotate(2deg);
  transform-origin: left;
  margin-top: -90px;
}

.hot-block {
  background-color: #ffcd24;
  position: relative;
}



/* ---------------------- hot-block --------------------- */

/* ---------------------- client-block --------------------- */

.client-block a img {
  display: block;
  margin: 20px auto;
}

.client-block a span {
  display: block;
  font-size: 0.7em;
}

.client-block a{
  width: 33%;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  text-align: center;
  font-size: 2rem;
  color: #000;
  text-decoration: none;
  transform: scale(0.96);
}

.client-block a:hover{transform: scale(1);}

.client-block {
  padding: 50px 0 80px 0;
}

/* ---------------------- client-block --------------------- */

/* ---------------------- portfolio-block --------------------- */

.portfolio-block__inner a:hover .portfolio-block__inner-descr {
  margin: 0 0 10px 0;
}
.portfolio-block__inner-descr {
  position: absolute;
  width: calc(100% - 50px);
  height: auto;
  background-color: #0009;
  color: #fff;
  margin: 0 0 -70px 0;
  padding: 10px 0;
  text-align: center;
  bottom: 15px;
  z-index: 3;
}

.portfolio-block__inner a img {
  display: block;
  width: 100%;
  filter: saturate(0.95);
}

.portfolio-block__inner a:hover img {filter: saturate(1.5);}
.portfolio-block__inner a {
  position: relative;
  width: 33%;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 25px;
  overflow: hidden;
}
.portfolio-block__inner {
  width: 90%;
  margin: 0 auto;
}

.portfolio-block h2{color: #fff;}

h2 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 40px 0 0 0;
  margin: 0;
}

.portfolio-block {
  background: rgb(59,59,59);
  background: -moz-linear-gradient(top, rgba(59,59,59,1) 0%, rgba(50,50,50,1) 21%, rgba(12,12,12,1) 74%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(top, rgba(59,59,59,1) 0%,rgba(50,50,50,1) 21%,rgba(12,12,12,1) 74%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(59,59,59,1) 0%,rgba(50,50,50,1) 21%,rgba(12,12,12,1) 74%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b', endColorstr='#000000',GradientType=0 );
  padding-bottom: 50px;
}

/* ---------------------- portfolio-block --------------------- */

/* ---------------------- about-block --------------------- */


.about-block h1{font-weight: 300;}
.txt-regular {
  font-family: 'Open Sans', sans-serif;
}
.txt-regular a{color: #c20000;}

.about-block {
  margin: 0;
  background-image: url('/i/about-block__bg.jpg');
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 40px;
  position: relative;
  z-index: -1;
}

/* ---------------------- about-block --------------------- */

/* ---------------------- tile-block --------------------- */

.tile-block {
  width: 90%;
  border: 10px #fff solid;
  box-shadow: 0 0 15px #000;
  border-left: 0px;
  margin-left: -10px;
}

.tile-block__row-item:nth-child(1) {
  width: 65%;
  float: left;
}

.tile-block__row-item:nth-child(2) {
  width: 35%;
  float: right;
}
.tile-block__row-item:nth-child(3) {
  width: 35%;
  float: left;
}

.tile-block__row-item:nth-child(4) {
  width: 65%;
  float: right;
}
.tile-block__row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.tile-block__row-item {
  height: 300px;
}


.tile-block__row-item a:hover{
  letter-spacing: 0.32em;
}


.tile-block__row-item a {
  text-align: center;
  display: block;
  height: 100%;
  vertical-align: middle;
  background-size: cover;
  background-position: center center;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.3em;
  font-size: 1.2em;
  padding-top: 12vh;
  color: #fff;
  border: 10px solid #fff;
  box-sizing: border-box;
  text-shadow: 0 0 5px #180606, 0 0 20px #180606;
  -webkit-transition: ease-out 0.15s;
  -moz-transition: ease-out 0.15s;
  -o-transition: ease-out 0.15s;
  transition: ease-out 0.15s;
  position: relative;
}

.tile-block__row-item a span {
  position: relative;
  z-index: 2;
}
.tile-block__row-item a::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
  position: absolute;
  bottom: 0;
  -webkit-transition: ease-out 0.15s;
  -moz-transition: ease-out 0.15s;
  -o-transition: ease-out 0.15s;
  transition: ease-out 0.15s;
}
.tile-block__row-item a:hover:after {height: 100%;}

/* ---------------------- tile-block --------------------- */
/* ---------------------- header ------------------------- */
.header-info__name {
  display: block;
  height: 0.9em;
}
.header-info {
  width: 40%;
  float: right;
  margin: 0.5em 0;
  font-size: 2.7rem;
}

.header-info__social-btn {
  margin: 11px 0 10px 0;
  display: block;
}
.header-info__social {
  width: 30px;
  float: left;
  margin: -100px 0 0 -50px;
  height: 103px;
}
.header-info a:hover{
  border-bottom: 3px solid #c20000;
  color: #c20000;
}
.header-info__social-btn:hover{border: 0 !important;} 
.header-info__address {
  padding: 0;
  margin: 0;
}
.header-info a {
  border-bottom: 0px solid #c20000;
  color: #000;
  text-decoration: none;
  font-family: "Open Sans";
  font-size: 0.46em;
}
.header-info__tel {
  margin-right: 1.3em;
}
.header-logo {
  height: 60px;
  margin: 50px 0 0 70px;
  float: left;
  width: 240px;
}

.header-column {
  background-image: url(/i/column.png);
  background-repeat: no-repeat;
  width: 150px;
  height: 500px;
  position: absolute;
  top: 30px;
  right: 30px;
  background-size: contain;
  z-index: -1;
}

.clearfix{
  content:'';
  clear: both;
  width: 0;
  height: 0;
}
/* ---------------------- header ------------------------ */

.logo {
  background-image: url(/i/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

/* ---------------------- slide menu -------------------- */

.slide-menu__social svg:hover{
  height: 35px;
  width: 35px;
  fill: #c20000;
}

.slide-menu__social svg {
  fill: #180606;
  width: 30px;
  height: 30px;
  padding: 5px;
}
.slide-menu__social {
  text-align: center;
  position: absolute;
  bottom: 70px;
  display: flex;
}
/* ---------------------- menu button ------------------- */
.slide-menu__button {
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 21;
  position: fixed;
  cursor: pointer;
  padding: 14px 10px;
  top: 0;
}
.slide-menu__enable .slide-menu__button-stripe:nth-child(1) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 7px;
}
.slide-menu__enable .slide-menu__button-stripe:nth-child(2) {
  opacity: 0;
}
.slide-menu__enable .slide-menu__button-stripe:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -14px;
  margin-bottom: 7px;
}

.slide-menu__button-stripe:nth-child(1),
.slide-menu__button-stripe:nth-child(2) {
  margin-bottom: 5px;
}

.slide-menu__button-stripe {
  display: block;
  width: 30px;
  height: 0;
  border-bottom: 2px solid #180606;
  -moz-transition: ease-out 0.2s;
  -o-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}


/* ------------------ menu button --------------- */

.slide-submenu__open .slide-submenu__openbtn {
  transform: rotate(135deg);
  margin: -2px 0px 2px -3px;
}

.slide-submenu__openbtn {
  padding: 0;
  margin: 0 0 16px 0;
  width: 16px;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  cursor: pointer;
  left: -14px;
  top: 10px;
  height: 16px;
}

.slide-submenu__openbtn::before {
  transform: rotate(0deg);
  border-top: 1px solid #000;
  top: 6px;
}

.slide-menu__list li.portfolio p.slide-submenu__openbtn,
.slide-menu__list li.portfolio .slide-submenu__list{display: none;}
.slide-submenu__openbtn::after {
  transform: rotate(0deg);
  border-left: 1px solid #000;
  left: 6px;
}
.slide-submenu__openbtn::before,
.slide-submenu__openbtn::after {
  content: '';
  width: 13px;
  display: block;
  position: absolute;
  height: 13px;
}

.slide-submenu__list {
  font-size: 0.7em !important;
  opacity: 0;
  height: 0px;
  -webkit-transition: ease-out 0.8s;
  -moz-transition: ease-out 0.8s;
  -o-transition: ease-out 0.8s;
  transition: ease-out 0.8s;
  transform: scaleY(0);
  transform-origin: top;
}

.slide-submenu__open .slide-submenu__list {
  display: block;
  opacity: 1;
  height: auto;
  transform: scaleY(1);
}
.slide-menu__enable #slide-menu {
  opacity: 1;
  margin-left: 0;
  box-shadow: 10px 0 10px 10px rgba(0, 0, 0, 0.2);
}

#slide-menu ul {
  list-style: none;
  font-size: 3.3vh;
  margin: 0;
  padding-left: 16px;
}
#slide-menu ul li {
  padding: 0.1em 10px;
  -webkit-transition: ease-out 0.15s;
  -moz-transition: ease-out 0.15s;
  -o-transition: ease-out 0.15s;
  transition: ease-out 0.15s;
  z-index: 0;
  position: relative;
}


#slide-menu li:hover{background-color: rgba(247, 239, 229, 0.5);
}

#slide-menu a {
  color: inherit;
  text-decoration: none;
}

#slide-menu ul a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}


#slide-menu {
  width: 250px;
  padding: 30px;
  margin-left: -340px;
  height: 100%;
  position: fixed;
  background-color: #fff;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: ease-out 0.15s;
  -moz-transition: ease-out 0.15s;
  -o-transition: ease-out 0.15s;
  transition: ease-out 0.15s;
  z-index: 20;
  top: 0;
}



.slide-menu__address a {text-decoration: }
.slide-menu__address {
  position: absolute;
  bottom: 80px;
  font-size: 14px;
  font-family: open sans;
  padding: 10px;
}
.slide-menu__address-name {
  font-size: 1.9rem;
  font-family: Yanone Kaffeesatz;
  font-weight: normal;
  line-height: 0.8;
  margin-bottom: 15px;
  display: block;
}

.slide-menu__logo {
  height: 56px;
  margin: 17px auto 20px;
  background-position: center;
}
/* ---------------------- slide menu -------------------- */


.content {
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

@font-face {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/YanoneKaffeesatz-Light.ttf');
}

@font-face {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/YanoneKaffeesatz-Regular.ttf');
}

@font-face {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/OpenSans-Light.ttf');
}

@font-face {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/OpenSans-Regular.ttf');
}

@font-face {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/OpenSans-Bold.ttf');
}

.delay05,
.delay05 *{
  transition-delay: 0.5s !important;
}

.transition30,
.transition30 *{
  -webkit-transition: ease-out 0.3s;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.transition15,
.transition15 *{
  -webkit-transition: ease-out 0.15s;
  -moz-transition: ease-out 0.15s;
  -o-transition: ease-out 0.15s;
  transition: ease-out 0.15s;
}

.transition10,
.transition10 *{
  -webkit-transition: ease-out 0.1s;
  -moz-transition: ease-out 0.1s;
  -o-transition: ease-out 0.1s;
  transition: ease-out 0.1s;
}
.transition05,
.transition05 *{
  -webkit-transition: ease-out 0.05s;
  -moz-transition: ease-out 0.05s;
  -o-transition: ease-out 0.05s;
  transition: ease-out 0.05s;
}
body {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  color: #180606;
  font-size: 25px;
  line-height: 1.2;
  background-image: url("/i/bg.jpg");
  background-position: top left;
  background-repeat: no-repeat;
}


/* ----------------------------------------- responsive ------------------------------- */

/* monitors and laptops */

/*@media screen and (min-width: 1920px)  {
a.header-logo.logo {
display: none;
}
.content {
margin-left: 300px;
width: calc(100% - 300px);
}
#slide-menu {
margin-left: 0;
opacity: 1;
box-shadow: 0 0 50px rgba(0, 0, 0, 0.63);
}
#slide-menu ul {
font-size: 35px;
}
.slide-menu__button {
display: none;
}
}*/

@media screen and (max-width: 1330px)  {
  .header-info {
    margin-right: 5%;
  }
  .header-column {
    right: -60px;
  }
}

@media screen and (min-width: 1240px)  {}


/* tablet */

@media screen and (min-width: 1024px) and (max-width: 1240px)  {
  a.header-info__social-btn.telegram {
    width: 25px;
  }

  .header-info {
    font-size: 2.3rem;
  }
  .header-info__social-btn {
    width: 25px;
    height: 25px;
    margin: 5px 0 0 0;
  }
  .header-info__social {
    margin: -86px 0 0 -35px;
  }
}

@media screen and (max-width: 1024px) {
  a.header-info__social-btn.telegram {
    width: 25px;
  }
  .tile-block {
    width: 100%;
    margin: 0;
  }
  .tile-block__row-item a {
    border-right: 0;
    border-left: 0;
  }
  .tile-block__row-item:nth-child(1),
  .tile-block__row-item:nth-child(2),
  .tile-block__row-item:nth-child(3),
  .tile-block__row-item:nth-child(4){
    width: 50%;
  }
  .header-info {
    font-size: 2.2rem;
  }
  .header-info__social-btn {
    width: 25px;
    height: 25px;
    margin: 5px 0 12px 0;
  }
  .header-info__social {
    margin: -76px 0 0 -35px;
  }
}

@media screen and (max-width: 1137px) {
  .hot-block h2::before {left: 48px;}
  .hot-block h2 {
    width: 350px;
    height: 60px;
    position: relative;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .portfolio-block__inner a {width: 50%;}
}

/* mobile */
@media screen and (max-width: 768px) {
  .catalog-menu li::after, .catalog-menu li::after{
    content: '';
    padding: 0 0 0 5px;
  }
  .client-block a {width: 100%;}
  .portfolio-block__inner a {width: 100%;}
  .tile-block__row-item:nth-child(1),
  .tile-block__row-item:nth-child(2),
  .tile-block__row-item:nth-child(3),
  .tile-block__row-item:nth-child(4){
    width: 100%; float: none;
  }
}

@media screen and (max-width: 690px) {
  .header-info__social-btn [class*="-btn"] {
    width: 30px;
    height: 100%;
    margin-right: 30px;
  }
  a.header-info__social-btn.telegram {
    width: 30px;
  }
  .slide-submenu__openbtn{display: none;}
  h2 {
    font-size: 1.7em;
  }
  .hot-block h2::before {
    left: 75px;
  }
  .header-info__social-btn {
    width: 33%;
    float: left;
    position: relative;
    top: 75px;
    height: 30px;
  }
  .header-info__social {
    margin-left: 50%;
    text-align: center;
    width: auto;
    transform: translateX(-50%);
    height: 120px;
    margin-bottom: 10px;
  }
  .header-logo.logo {
    width: 100%;
    background-position: center;
    margin: 50px 0 0;
  }
  .header-info.transition10 {
    width: 100%;
    text-align: center;
    position: relative;
    left: 0;
    padding-left: 50px;
    margin: 10px 0 0 0px;
  }

}

@media screen and (max-width: 667px) {
  .detailed-page__left,
  .detailed-page__right {
    width: 100%;
    float: none;
    padding: 0;
  }
  .catalog-list__item,
  .detailed-page__complect-item{
    width: 50%;
  }
  .detailed-page__txt img{
    width: 100%;
    height: auto;
  }

  .catalog-menu {
    font-size: 1.5em;
    margin: 10px 0;
  }
  .catalog {
    margin: 0 20px;
  }
  #slide-menu ul {
    list-style: none;
    font-size: 5vh;
    margin-left: 0;
    padding-left: 0;
  }

  .search-field {
    margin-bottom: 5px;
  }
  .logo.slide-menu__logo {
    height: 40px;
    margin: -10px 0 15px;
  }
  body {font-size: 20px;}
  .header-column {
    right: -100px;
  }
  .detailed-page {
    margin: 0 -20px;
    padding: 20px;
  }
}


/* iPhone 5-6 in landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 667px) and (orientation : landscape) {
  .catalog-list__item,
  .detailed-page__complect-item{
    width: 33%;
  }
}
/* iPhone 5-6 in portrait */
@media only screen and (min-device-width : 320px) and (max-device-width : 667px) and (orientation : portrait) {
  .detailed-page__left,
  .detailed-page__right {
    width: 100%;
    float: none;
    padding: 0;
  }
  .catalog-list__item,
  .detailed-page__complect-item{
    width: 50%;
  }
}


@media screen and (max-width: 370px) {
  .header-column {display: none;}

}

/* ----------------------------------------- responsive ------------------------------- */


/* ------- system styles ------- */

.catalog-list__item-btn {
  padding: 0;
  margin: 0;
}
.catalog-list__item-btn [class$="_baton"] {
  font-size: 0px !important;
  display: inline;
}


/* paging */

.noisePaginate a.page_active{
  background-color: #001223;
  color: #fff;
}

.noisePaginate a {
  padding: 5px 10px;
  background-color: #fff;
  color: #1b3d9b;
  text-decoration: none;
  margin-bottom: 4px;
  display: inline-block;
  margin: 0 5px 4px 0;
}

.paging__button-ff:before {
  content: "\f054";
  background-color: #fff;
  padding: 10px;
  margin: 0px -10px;
}
.paging__button-rew:before {
  content: "\f053";
  background-color: #fff;
  padding: 10px;
  margin: 0px -10px;
}



.paging__button-ff, .paging__button-rew {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* paging */


.sitemap ul li {
  margin: -5px;
  padding: 0 5px;
  border-radius: 3px;
}


.sitemap ul li ul li ul li ul li:hover{background-color: rgba(255, 255, 255, 1);}
.sitemap ul li ul li ul li:hover{background-color: rgba(255, 255, 255, 0.5);}
.sitemap ul li ul li:hover{background-color: rgba(255, 255, 255, 0.3);}
.sitemap ul li:hover{
  background-color: rgba(0, 0, 0, 0.05);
  transition:  0.2s ease-in;
  text-decoration: none !important;
}
.sitemap {margin-bottom: 20px !important;}
.sitemap ul li [class$="_baton"] {opacity: 0 !important;}
.sitemap ul li:hover > [class$="_baton"] {
  opacity: 1 !important;
  transition:  0.2s ease-in;
}
.sitemap ul li {
  font-size: 100%;
  list-style-type: decimal;
}
.sitemap ul li ul li {
  font-weight: normal;
  list-style-type: disc;
}
.sitemap ul li ul li ul li{
  font-weight: normal;
  list-style-type: circle;
}
.sitemap ul li ul li ul li ul li{
  font-weight: light;
  list-style-type: square;
}
.img-edit:hover:before,
.img-del:hover:before {opacity: 1;}
.image-edit__buttons {
  display: inline-block;
  margin-left: -130px;
  width: 130px;
}
.admpad {
  position: relative;
  padding-left: 33px;
}

#cpanel {
  position: absolute;
  top: 3px;
  right: 3px;
  font-size:10px;
}

.epanel {
  font-size:8px;
}
