@font-face {
    font-family: 'Perfo';
    font-style: normal;
    font-weight: 400;
    src: local('Perfo'), local('Perfo-Normal'),
        url(../fonts/Perfo/perfo.woff) format('woff'),
        url(../fonts/Perfo/perfo.ttf) format('truetype');
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
}

.marquee{
    height: 60px;
    background: url(../img/bg-m.png)repeat-x ;
}

marquee {
    color:#a0e9ff; 
    font-family: 'Perfo', arial;
    font-size: 40px;
}


.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }
/* PTSans */
@font-face {
    font-family: 'PT Sans';
    src: url('/assets/fonts/PTSans/PTSans-Italic.eot');
    src: url('/assets/fonts/PTSans/PTSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/PTSans/PTSans-Italic.woff2') format('woff2'),
        url('/assets/fonts/PTSans/PTSans-Italic.woff') format('woff'),
        url('/assets/fonts/PTSans/PTSans-Italic.ttf') format('truetype'),
        url('/assets/fonts/PTSans/PTSans-Italic.svg#PTSans-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'PT Sans';
    src: url('/assets/fonts/PTSans/PTSans-Regular.eot');
    src: url('/assets/fonts/PTSans/PTSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/PTSans/PTSans-Regular.woff2') format('woff2'),
        url('/assets/fonts/PTSans/PTSans-Regular.woff') format('woff'),
        url('/assets/fonts/PTSans/PTSans-Regular.ttf') format('truetype'),
        url('/assets/fonts/PTSans/PTSans-Regular.svg#PTSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('/assets/fonts/PTSans/PTSans-BoldItalic.eot');
    src: url('/assets/fonts/PTSans/PTSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/PTSans/PTSans-BoldItalic.woff2') format('woff2'),
        url('/assets/fonts/PTSans/PTSans-BoldItalic.woff') format('woff'),
        url('/assets/fonts/PTSans/PTSans-BoldItalic.ttf') format('truetype'),
        url('/assets/fonts/PTSans/PTSans-BoldItalic.svg#PTSans-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'PT Sans Narrow';
    src: url('/assets/fonts/PTSans/PTSans-Narrow.eot');
    src: url('/assets/fonts/PTSans/PTSans-Narrow.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/PTSans/PTSans-Narrow.woff2') format('woff2'),
        url('/assets/fonts/PTSans/PTSans-Narrow.woff') format('woff'),
        url('/assets/fonts/PTSans/PTSans-Narrow.ttf') format('truetype'),
        url('/assets/fonts/PTSans/PTSans-Narrow.svg#PTSans-Narrow') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans Narrow';
    src: url('/assets/fonts/PTSans/PTSans-NarrowBold.eot');
    src: url('/assets/fonts/PTSans/PTSans-NarrowBold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/PTSans/PTSans-NarrowBold.woff2') format('woff2'),
        url('/assets/fonts/PTSans/PTSans-NarrowBold.woff') format('woff'),
        url('/assets/fonts/PTSans/PTSans-NarrowBold.ttf') format('truetype'),
        url('/assets/fonts/PTSans/PTSans-NarrowBold.svg#PTSans-NarrowBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans Caption';
    src: url('/assets/fonts/PTSans/PTSans-Caption.eot');
    src: url('/assets/fonts/PTSans/PTSans-Caption.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/PTSans/PTSans-Caption.woff2') format('woff2'),
        url('/assets/fonts/PTSans/PTSans-Caption.woff') format('woff'),
        url('/assets/fonts/PTSans/PTSans-Caption.ttf') format('truetype'),
        url('/assets/fonts/PTSans/PTSans-Caption.svg#PTSans-Caption') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('/assets/fonts/PTSans/PTSans-Bold.eot');
    src: url('/assets/fonts/PTSans/PTSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/PTSans/PTSans-Bold.woff2') format('woff2'),
        url('/assets/fonts/PTSans/PTSans-Bold.woff') format('woff'),
        url('/assets/fonts/PTSans/PTSans-Bold.ttf') format('truetype'),
        url('/assets/fonts/PTSans/PTSans-Bold.svg#PTSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans Caption';
    src: url('/assets/fonts/PTSans/PTSans-CaptionBold.eot');
    src: url('/assets/fonts/PTSans/PTSans-CaptionBold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/PTSans/PTSans-CaptionBold.woff2') format('woff2'),
        url('/assets/fonts/PTSans/PTSans-CaptionBold.woff') format('woff'),
        url('/assets/fonts/PTSans/PTSans-CaptionBold.ttf') format('truetype'),
        url('/assets/fonts/PTSans/PTSans-CaptionBold.svg#PTSans-CaptionBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

/* PlayfairDisplay */

@font-face {
    font-family: 'Playfair Display SC';
    src: url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-Bold.eot');
    src: url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-Bold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-Bold.woff2') format('woff2'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-Bold.woff') format('woff'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-Bold.ttf') format('truetype'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-Bold.svg#PlayfairDisplaySC-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display SC';
    src: url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-BoldItalic.eot');
    src: url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-BoldItalic.woff2') format('woff2'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-BoldItalic.woff') format('woff'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-BoldItalic.ttf') format('truetype'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-BoldItalic.svg#PlayfairDisplaySC-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-BoldItalic.eot');
    src: url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-BoldItalic.woff2') format('woff2'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-BoldItalic.woff') format('woff'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-BoldItalic.ttf') format('truetype'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-BoldItalic.svg#PlayfairDisplay-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-Italic.eot');
    src: url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-Italic.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-Italic.woff2') format('woff2'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-Italic.woff') format('woff'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-Italic.ttf') format('truetype'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-Italic.svg#PlayfairDisplay-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-Bold.eot');
    src: url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-Bold.woff2') format('woff2'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-Bold.woff') format('woff'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-Bold.ttf') format('truetype'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display SC';
    src: url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-Italic.eot');
    src: url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-Italic.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-Italic.woff2') format('woff2'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-Italic.woff') format('woff'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-Italic.ttf') format('truetype'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-Italic.svg#PlayfairDisplaySC-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-Black.eot');
    src: url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-Black.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-Black.woff2') format('woff2'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-Black.woff') format('woff'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-Black.ttf') format('truetype'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-Black.svg#PlayfairDisplay-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-Regular.eot');
    src: url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-Regular.woff2') format('woff2'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-Regular.woff') format('woff'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-Regular.ttf') format('truetype'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-BlackItalic.eot');
    src: url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-BlackItalic.woff2') format('woff2'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-BlackItalic.woff') format('woff'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-BlackItalic.ttf') format('truetype'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplay-BlackItalic.svg#PlayfairDisplay-BlackItalic') format('svg');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Playfair Display SC';
    src: url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-Regular.eot');
    src: url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-Regular.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-Regular.woff2') format('woff2'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-Regular.woff') format('woff'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-Regular.ttf') format('truetype'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-Regular.svg#PlayfairDisplaySC-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display SC';
    src: url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-BlackItalic.eot');
    src: url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-BlackItalic.woff2') format('woff2'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-BlackItalic.woff') format('woff'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-BlackItalic.ttf') format('truetype'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-BlackItalic.svg#PlayfairDisplaySC-BlackItalic') format('svg');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Playfair Display SC';
    src: url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-Black.eot');
    src: url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-Black.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-Black.woff2') format('woff2'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-Black.woff') format('woff'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-Black.ttf') format('truetype'),
        url('/assets/fonts/PlayfairDisplay/PlayfairDisplaySC-Black.svg#PlayfairDisplaySC-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}
*{
	font-family: 'PT Sans';
	outline:none;
}
*:hover, *:focus, *:active, *:visited{
	outline: 0!important;
    outline-offset: 0!important;

}
button.btn.dropdown-toggle.btn-default,
.radio-info input[type="radio"]:checked + label::before,
.checkbox-primary input[type="checkbox"]:checked + label::before {
	outline: 0!important;
    outline-offset: 0!important;
	outline-color: #fff!important;
	outline-style: auto!important;
	-webkit-appearance:none!important;
	box-shadow: none!important;
        -moz-box-shadow: none!important;
        -webkit-box-shadow: none!important;
}
.container {
    //width: 1140px;
}
.row{
	margin:0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:before {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: #ffffff00;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #fff;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.menu1{
	background:#282828;
	height: 40px;
}
ul.nav1 {
    list-style: none;
    padding: 0;
}
.nav1 li a {
    color: #b3b3b3;
    float: left;
    font-family: 'PT Sans';
    padding: 1px 12px;
    border-right: 1px solid #b3b3b3;
    text-align: center;
    display: block;
    height: 13px;
    line-height: 10px;
    margin: 3px 0 0;
}
.nav1 li:first-child a {
    padding-left:0px;
}
.nav1 li:last-child a {
    border-right: 0px solid #b3b3b3;
}
.nav1 li a:hover {
    color: #27b7f8;
	text-decoration:none
}
.lo {
    padding: 20px 0 19px;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
}
.menu2 {
    height: 61px;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
}
.market a#dLabel {
    background: #2dbbf8;
    background: -moz-linear-gradient(top, #2dbbf8 0%, #019ff7 100%);
    background: -webkit-linear-gradient(top, #2dbbf8 0%,#019ff7 100%);
    background: linear-gradient(to bottom, #2dbbf8 0%,#019ff7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbbf8', endColorstr='#019ff7',GradientType=0 );
    border: 0px solid #000;
    border-radius: 0px;
    height: 60px;
    width: 280px;
    text-align: left;
    padding: 19px 0 0 14px;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 16px;
}
.market a#dLabel img {
	margin-right:11px;
	margin-top: -4px;
}
span.caret1 {
    background-image: url(/assets/img/menu_arrow.png);
    display: block;
    width: 10px;
    height: 5px;
    float: right;
    top: 9px;
    right: 20px;
    position: relative;
}
span.caret2 {
    background-image: url(/assets/img/arrow_down.png);
    display: block;
    width: 10px;
    height: 5px;
    float: right;
    top: 9px;
    right: 0px;
	left: 10px;
    position: relative;
}
.market ul.dropdown-menu.multi-level {
    background: #019ff7;
    border-radius: 0px;
    margin: 1px 0 0;
    border: 0px solid #fff;
	    padding: 0px 0;
		
}
.market ul.dropdown-menu.multi-level li a{
    color:#fff;
	margin-top:-1px;
}
.market ul.dropdown-menu.multi-level li a:after {
    content: '';
    display: block;
    height: 1px;
    background: #58b9f0;
    top: 8px;
    position: relative;
}
.market ul.dropdown-menu.multi-level li:last-child a:after {
    height: 0px;
}


.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: #58b9f0;
}
.dropdown-menu>li>a {
    text-transform: uppercase;
    padding: 8px 15px;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 1px;
	background: #019ff7;
    border-radius: 0px;
    border: 0px solid #fff;
	padding:0;
}
.dropdown.usl a#dLabel {
    background: #fff;
    border: 0px solid #000;
    color: #4c4c4c;
    font-size: 16px;
    text-transform: uppercase;
    height: 60px;
    background-repeat: no-repeat;
    padding: 20px 20px 0 51px;
    background-position: 7px center;
}
.dropdown.usl a#dLabel img {
    top: -3px;
    position: relative;
    margin-right: 7px;
}
.dropdown.usl.usl1 {
    width: auto;
    margin-left: 20px;
}
.dropdown.usl.usl2 {
    margin-left: 10px;
}
.dropdown.usl.usl3 {
    margin-left: 10px;
}
.dropdown.usl a#dLabel img {
    top: 16px;
    position: absolute;
    margin-right: 7px;
}
.usl ul.dropdown-menu.multi-level {
    width: 100%;
    border-radius: 0px;
    margin: 0px 0 0;
    border: 0px solid #fff;
    padding: 0;
    box-shadow: 0px 3px 6px #a2a2a2;
}
.usl ul li a {
    color: #4c4c4c;
    font-size: 16px;
}
.usl ul li a:hover {
    background-color:#f0f0f0
}
.usl.open #dLabel{
    background-color: #f0f0f0!important;
}
.usl #dLabel{
    border-radius:0px;
}
.reg {
    float: right;
    width: 183px;
}
ul.navreg {
    list-style: none;
}
.navreg li a {
    color: #b3b3b3;
    float: left;
    font-family: 'PT Sans';
    padding: 1px 12px;
    border-right: 1px solid #b3b3b3;
    text-align: center;
    display: block;
    height: 13px;
    line-height: 10px;
    margin: 3px 0 0;
}
.navreg li:last-child a {
    padding: 1px 0px 1px 12px;
    border-right: 0px solid #b3b3b3;
}
.dropdown.lang {
    float: right;
    margin: 0 25px 0 0;
}
.lang a#dLabel {
    background-color: transparent;
    border: 0px solid #fff;
    background-repeat: no-repeat;
    border-radius: 0px;
    top: -2px;
    position: relative;
    color: #b3b3b3;
    padding: 0 0 0 19px;
    background-position: 0px 7px;
}
.lang ul.dropdown-menu.multi-level {
    border-radius: 0px;
    border: 0px solid #fff;
    min-width: 68px;
    padding: 0;
    top: 28px;
    left: -6px;
}
.lang .multi-level li a {
    color: #000;
    text-transform: capitalize;
    display: block;
    background-image: url(/assets/img/eng.png);
    background-repeat: no-repeat;
    background-position: 6px 14px;
    padding-left: 25px;
    font-size: 14px;
}
.lang .multi-level li a:hover {
    background-color:#f0f0f0;
}



.owl-theme .owl-nav {
    position: absolute;
}
.owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    margin: 5px 6px;
    background: #ffffff91;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 2px;
}
.owl-dots {
    bottom: 26px;
    position: absolute;
    width: 100%;
}


.cont_fix{
	padding:0;
}
a.logo {
    float: left;
    margin-right: 32px;
}
form.search {
    float: left;
}
.cart{
	float: left;
}
.zvonok{
	float: left;
}
.kn_zvonok{
	float:right
}
.dropdown{
	float: left;
}
.item {
    background-size: 1920px;
    background-repeat: no-repeat;
    height: 493px;
    background-position: top center;
}
input#mySearch {
    border: 1px solid #e6e6e6;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    margin: 0 0 0 1px;
    top: 0px;
    position: relative;
    height: 40px;
    width: 316px;
    border-right: 0px solid;
    padding: 1px 0 0 16px;
    font-size: 16px;
    color: #888888;
}
input#mySearch::-webkit-input-placeholder {color:#cccccc;}
input#mySearch::-moz-placeholder          {color:#cccccc;}/* Firefox 19+ */
input#mySearch:-moz-placeholder           {color:#cccccc;}/* Firefox 18- */
input#mySearch:-ms-input-placeholder      {color:#cccccc;}

button.lupa {
    background-image: url(/assets/img/lupa.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    position: relative;
    top: 0px;
    float: right;
    border-left: 0px solid;
    background-position: center;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	
}
.cart {
    float: left;
    background-image: url(/assets/img/cart.png);
    margin: 0 0 0 53px;
    background-repeat: no-repeat;
    padding: 0 0 0 58px;
    font-size: 16px;
    color: #4c4c4c;
}
.vkor {
    margin: -2px 0 0;
}
.zvonok {
    float: left;
    margin: 0 0 0 20px;
}
.porf {
    color: #4c4c4c;
    font-size: 12px;
}
.phone {
    color: #4c4c4c;
    font-size: 18px;
    font-weight: bold;
}
a.kn_zvonok {
    background: #2dbbf8;
    background: -moz-linear-gradient(top, #2dbbf8 0%, #019ff7 100%);
    background: -webkit-linear-gradient(top, #2dbbf8 0%,#019ff7 100%);
    background: linear-gradient(to bottom, #2dbbf8 0%,#019ff7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbbf8', endColorstr='#019ff7',GradientType=0 );
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    width: 165px;
    text-align: center;
    height: 40px;
    font-size: 16px;
    line-height: 39px;
}
.slider_zag {
    font-size: 48px;
    font-family: 'PT Sans Narrow';
    color: #4c4c4c;
    font-weight: bold;
    line-height: 36px;
    margin: 131px 0 0;
}
.slider_text {
    color: #4c4c4c;
    font-size: 30px;
    font-family: 'PT Sans Narrow';
    margin: 22px 0 0;
}
a.slider_kn {
    background: #2dbbf8;
    background: -moz-linear-gradient(top, #2dbbf8 0%, #019ff7 100%);
    background: -webkit-linear-gradient(top, #2dbbf8 0%,#019ff7 100%);
    background: linear-gradient(to bottom, #2dbbf8 0%,#019ff7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbbf8', endColorstr='#019ff7',GradientType=0 );
    color: #fff;
    width: 107px;
    display: block;
    border-radius: 3px;
    margin: 20px 0 0;
    padding: 10px 0;
    text-align: center;
}
.h2 {
    text-align: center;
    color: #4c4c4c;
    font-family: 'PT Sans Narrow';
    font-size: 36px;
    font-weight: bold;
    margin: 24px 0 34px;
}
img.img-stro {
    width: 100%;
}
.stroim {
    background: #fff;
    border-bottom: 1px solid #d1d2d2;
}
.stro1 {
    border: 1px solid #d9d9d9;
    width: 100%;
    font-family: 'PT Sans Narrow';
    color: #4c4c4c;
    font-weight: bold;
    font-size: 14px;
    padding: 14px 18px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}
.stroo .d1{

	margin-bottom: 10px;
}
.stroo .d2 {
    padding: 0 8px 0;
    z-index: 999;
    position: relative;
}
.stroo .d3{
	padding:0 0 0 16px;
}
a.pokaz {
    color: #4c4c4c;
    font-size: 16px;
    margin: 19px auto 42px!important;
    display: block;
    border-bottom: 1px dashed;
    position: relative;
    width: 200px;
    text-align: center;
    text-decoration: none!important;
    top: 16px;
}
.frame ul{
	font-size:14px!important;
	line-height:14px;
}
.frame ul li {
    background: #fff!important;
	color:#4c4c4c!important;
}
.stroimat {
    background-image: url(/assets/img/bg1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    height: 238px;
	border-bottom: 1px solid #d1d2d2;
}
.blue {
    width: 200px;
    height: 100px;
	margin:0 17.5px;
	float:left;
	font-family: 'PT Sans Narrow';
    color: #fff;
    font-weight: bold;
    font-size: 18px;
	cursor:pointer;
}
.blue1 {
    background-image: url(/assets/img/blue1.jpg);
	margin:0 17.5px 0 0;
}
.blue2 {
    background-image: url(/assets/img/blue2.jpg);
}
.blue3 {
    background-image: url(/assets/img/blue3.jpg);
}
.blue4 {
    background-image: url(/assets/img/blue4.jpg);
}
.blue5 {
    background-image: url(/assets/img/blue5.jpg);
	margin:0 0 0 17.5px;
}
span.caret3 {
    background-image: url(/assets/img/ar_down.png);
    width: 10px;
    height: 6px;
    display: inline-block;
    position: relative;
    top: -1px;
}
.stro1q {
    text-align: center;
    margin: 32px 0 0;
    font-family: 'PT Sans Narrow';
    font-size: 18px;
    font-weight: bold;
}
.stro1q.active {
    top: -16px;
    position: relative;
}
.drop ul li a {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: normal;
    padding: 7px 17px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
}
.drop ul li:last-child a {
    border-bottom: 0px solid #d9d9d9;
}
.drop ul li a:hover {
	background:#d9d9d9;
	text-decoration:none;
}
.drop ul li:last-child a{
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.drop ul{
	padding:0;
	list-style:none;
}
.novinki{
	background:#fff;
}
.akcia{
	background:#fff;
}
.scrollbar {
	margin: 15px 0 1em 0;
    background: #c6c6c6;
}
.scrollbar .handle {
    //width: 100px!important;
    background: #27b6f8;
    cursor: pointer;
    height: 16px;
    top: -7px;
    position: relative;
    border-radius: 4px;
    background-image: url(/assets/img/polz.png);
    background-repeat: no-repeat;
    background-position: center;
}
#toTop {
    width: 60px;
    height: 50px;
    border: 1px solid #ccc;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 100px;
    right: 10px;
    cursor: pointer;
    background-image: url(/assets/img/ar_top.png);
    background-repeat: no-repeat;
    background-position: center;
	border-radius: 4px;
	background-color: #fff;
	z-index: 999;
	display:none;
}
.fix_row {
    height: 40px;
    background-color: #666666;
    position: fixed;
    bottom: 0px;
    width: 100%;
    border-top: 1px solid #fff;
	z-index: 1000;
}
.banner {
    background: #fff;
    padding: 45px 0 0;
}
.banner .row {
    background-color: #ffffff;
    background-image: url(/assets/img/bg2.jpg);
    background-repeat: no-repeat;
    height: 140px;
    margin: 0 0 29px;
    padding: 0 0 0 293px;
}
.h2_2 {
    color: #4c4c4c;
    font-family: 'PT Sans Narrow';
    font-size: 36px;
    font-weight: bold;
    margin: 25px 0 11px;
}
.banner_txt{
	color: #4c4c4c;
    font-family: 'PT Sans Narrow';
    font-size: 24px;
}
a.banner_kn {
    background: #2dbbf8;
    background: -moz-linear-gradient(top, #2dbbf8 0%, #019ff7 100%);
    background: -webkit-linear-gradient(top, #2dbbf8 0%,#019ff7 100%);
    background: linear-gradient(to bottom, #2dbbf8 0%,#019ff7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbbf8', endColorstr='#019ff7',GradientType=0 );
    color: #fff;
    float: right;
    position: relative;
    top: -69px;
    right: 38px;
    width: 147px;
    padding: 19px 0;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
	text-decoration:none!important
}
.vigodi {
    background: #fff;
}
.h2_v{
	margin: -6px 0 17px;
}
.v_desc {
    text-align: center;
    font-size: 16px;
    color: #4c4c4c;
    line-height: 20px;
}
.vig {
    text-align: center;
    margin: 26px 0 42px;
}
.img_v {
    height: 90px;
}
.vig3 .img_v {
    padding: 16px 0 0;
}
.vig4 .img_v {
    padding: 6px 0 0;
}
.zag_v{
	color: #4c4c4c;
    font-family: 'PT Sans Narrow';
    font-size: 22px;
    font-weight: bold;
	margin: -9px 0 8px;
}
.txt_v{
	color: #4c4c4c;
	font-size: 16px;
}
.btn:active, .btn.active {
    box-shadow: inherit;
}
.stro1_1{
	width:100%;
}
a#dLabel.stro1 {
    background-color: #fff!important;
    border-radius: 0px!important;
    border-bottom-left-radius: 3px!important;
    border-bottom-right-radius: 3px!important;
    width: 100%;
    text-align: left;
}
a#dLabel.stro1:focus, a#dLabel.stro1:hover, .open a#dLabel.stro1 {
    border: 1px solid #d9d9d9;
	color: #4c4c4c;
}
.stro1_1 ul.dropdown-menu.multi-level {
    padding: 0;
    top: 56px;
    border-top: 0px solid #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%;
}
.stro1_1 span.caret2 {
    top: 13px;
    right: 8px;
    left: -2px;
}
.stro1_1 .dropdown-menu>li>a {
    color: #4c4c4c;
    font-size: 16px;
    text-transform: inherit;
    background-image: url(/assets/img/dom.png);
    background-repeat: no-repeat;
    background-position: 19px 13px;
    padding: 7px 19px 7px 44px;
	margin-top:-1px;
	    white-space: normal;
}
.stro1_1 .dropdown-menu>li>a:after {
    height: 1px;
    content: '';
    background: #d9d9d9;
    width: 100%;
    display: block;
    left: -26px;
    position: relative;
    top: 7px;
}
.stro1_1 .dropdown-menu>li>a:hover {
	background-color: #d9d9d9;
}
.stro1_1 .dropdown-menu>li:last-child>a:hover {
	border-bottom-left-radius: 3px!important;
    border-bottom-right-radius: 3px!important;
}
.stro1_1 .dropdown-menu>li:last-child>a:after {
    height: 0px;
}
.drop {
    background: #fff;
    z-index: 999;
    position: relative;
    box-shadow: 0px 3px 6px #c1c1c1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	display:none;
}
.wrap {
    margin: 0 0 0;
}
.frame {
    height: 440px;
}
.frame ul li {
    background: #fff!important;
    color: #4c4c4c!important;
    padding: 20px 0 20px;
    height: 450px;
	border: 1px solid #fff;
}
.frame ul li:hover {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
}
span.art {
    display: block;
    float: left;
    padding: 0 0 0 18px;
    color: #4c4c4c;
    font-size: 14px;
}
.frame ul li {
    width: 284px;
}
span.fla {
    font-size: 14px;
    background: #ccc;
    color: #ffffff;
    border-radius: 3px;
    height: 20px;
    display: block;
    float: right;
    top: -1px;
    position: relative;
    line-height: 19px;
    padding: 0 4px;
	right: 18px;
}
span.new{
	background:#29ce5c;
}
span.hit{
	background:#28b7fb;
}
span.percent{
	background:#c13838;
}
.item_img{
    text-align:center;
}
.item_img img {
    margin: 13px 0;
}
a.name {
    color: #4c4c4c;
    font-family: 'PT Sans Narrow';
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    display: block;
    text-align: left;
    padding: 0 5px;
}
span.desc {
    display: block;
    text-align: left;
    padding: 6px 17px;
    font-size: 14px;
    color: #4c4c4c;
}
hr.line {
    margin: 5px 17px 10px;
}
.price {
    color: #4c4c4c;
    font-family: 'PT Sans Narrow';
    font-size: 24px;
    font-weight: bold;
    padding: 20px 17px;
    float: left;
}
a.like {
    display: block;
	margin-right: 7px;
    float: right;
    background-color: #d9d9d9;
    width: 34px;
    height: 30px;
    padding-top: 6px;
    border-radius: 3px;
}
a.sravn {
    display: block;
	margin-right: 7px;
    float: right;
    background-color: #d9d9d9;
    width: 34px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 6px;
    border-radius: 3px;
}
a.icon_cart {
    padding: 20px 10px;
    display: block;
    float: right;
    background-color: #d9d9d9;
    width: 80px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 6px;
    border-radius: 3px;
	background: #2dbbf8;
    background: -moz-linear-gradient(top, #2dbbf8 0%, #019ff7 100%);
    background: -webkit-linear-gradient(top, #2dbbf8 0%,#019ff7 100%);
    background: linear-gradient(to bottom, #2dbbf8 0%,#019ff7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbbf8', endColorstr='#019ff7',GradientType=0 );
}
.kns {
    padding: 0px 17px;
}
.quickview {
    border-top: 1px solid #d9d9d9;
    float: left;
    width: calc(100% - 34px);
    margin: 9px 17px;
    font-size: 16px;
    color: #4c4c4c;
    padding: 14px 0;
	display:none;
}
.quickview a {
    color: #4c4c4c;
}
.quickview a:hover {
    text-decoration:none;
}
.quickview img {
    position: relative;
    right: 4px;
    top: -2px;
}
.frame ul li:hover > .pr .quickview{
	display:block
}
.works_frame ul li, .works_frame ul li:hover {
    width: 366.66px;
    margin: 0 10px;
    height: 400px;
    padding: 0;
    border: 0px solid #fff;
    border-radius: 4px!important;
}
.works_frame li img {
    width: 100%;
}
div#basic3 {
    height: 430px;
	width:calc(100% + 20px);
	position:relative;
	left:-10px;
}
.works {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    background-image: url(/assets/img/bg3.jpg);
    background-position: 0px -25px;
}
.hov {
    position: relative;
    top: -190px;
    background: #f8fbfd;
    width: 100%;
    height: 190px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0px 1px 6px #e4e4e4;
    text-align: left;
    padding: 23px 20px;
	display:none;
}
.i_icon {
    background-color: #27b8f9;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: 'Playfair Display';
    position: absolute;
    line-height: 29px;
    top: -15px;
    right: 20px;
}
.works_frame ul li:hover > .hov{
	display:block;
}
a.pokaz2 {
    color: #4c4c4c;
    font-size: 16px;
    margin: 38px auto 42px!important;
    display: block;
    border-bottom: 1px dashed;
    position: relative;
    width: 188px;
    text-align: center;
    text-decoration: none!important;
    top: -6px;
}
p.we {
    font-size: 16px;
    color: #4c4c4c;
}
h2.h2.h2_we {
    margin: 5px 0 -2px;
    top: -26px;
    position: relative;
}
.owl-carousel2 .owl-item img {
    width: auto;
	vertical-align: middle;
    display: inline;
}
.owl-carousel2 .owl-item {
    width: auto;
	line-height: 100px;
}
.owl-carousel2 .item {
    height: 100px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #d8dad9;
    padding: 0px 10px;
}
.owl-carousel2 .owl-dots {
    display: none;
}
.owl-carousel2 {
    margin: 55px 0;
}
.owl-carousel2  .owl-nav {
    position: absolute;
    width: 100%;
    top: 22px;
}
.owl-carousel2 button.owl-prev {
    left: -25px;
    position: absolute;
}
.owl-carousel2 button.owl-next {
    right: -25px;
    position: absolute;
}
.blog{
	background:#fff;
}
.bb{
	padding:0px;
	width:360px;
}
.bb1{
	margin:0 15px 0 0;
}
.bb2{
	margin:0 15px;
}
.bb3{
	margin:0 0 0 15px;
}
.works .controls {
    margin: -251px 0 0;
    text-align: center;
    position: absolute;
    width: 100%;
}
button.btn.prevPage{
	left: -25px;
    position: absolute;
}
button.btn.nextPage{
	right: -25px;
    position: absolute;
}
.akcia .controls.center {
    margin: -300px 0 300px;
}
.novinki .controls.center {
    margin: -300px 0 300px;
}
.txt_b1 {
    color: #4c4c4c;
    font-family: 'PT Sans Narrow';
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
    line-height: 24px;
}
.txt_b2 {
    font-size: 14px;
    color: #999999;
    margin: -15px 0 0;
}
.txt_b3 {
    color: #4c4c4c;
    font-size: 16px;
    margin: 8px 0 47px;
    line-height: 18px;
}
.owl-carousel1.owl-theme .owl-nav {
    position: relative;
    height: 0px;
    margin: 0 auto;
    padding: 0;
    width: 1140px;
}
.owl-carousel1 button.owl-prev {
    left: -45px;
    position: absolute;
    background-image: url(/assets/img/arrow_slider_left.png)!important;
    top: -280px;
    width: 22px;
    height: 40px;
	line-height: 200px!important;
    overflow: hidden;
	    background-repeat: no-repeat;
}
.owl-carousel1 button.owl-prev:hover {
    background-color:inherit!important;
    background-image: url(/assets/img/arrow_slider_left_hover.png)!important;
}
.owl-carousel1 button.owl-next {
    right: -45px;
    position: absolute;
    background-image: url(/assets/img/arrow_slider_right.png)!important;
    top: -280px;
    width: 22px;
    height: 40px;
	line-height: 200px!important;
    overflow: hidden;
	    background-repeat: no-repeat;
}
.owl-carousel1 button.owl-next:hover {
    background-color:inherit!important;
    background-image: url(/assets/img/arrow_slider_right_hover.png)!important;
}

button.btn.prevPage {
    left: -35px;
    position: absolute;
    width: 22px;
    background-color: transparent!important;
    background-image: url(/assets/img/left.png)!important;
    height: 40px;
    line-height: 200px;
    overflow: hidden;
    padding: 0;
    margin: 0;
	    background-repeat: no-repeat;
}
button.btn.prevPage:hover {
    background-image: url(/assets/img/left_hover.png)!important;
}
button.btn.nextPage {
    right: -35px;
    position: absolute;
    width: 22px;
    background-color: transparent!important;
    background-image: url(/assets/img/right.png)!important;
    height: 40px;
    line-height: 200px;
    overflow: hidden;
    padding: 0;
    margin: 0;
	    background-repeat: no-repeat;
}
button.btn.nextPage:hover {
    background-image: url(/assets/img/right_hover.png)!important;
}
.akcia h2.h2 {
    margin: 48px 0 34px;
}
.hov_z1 {
    color: #4c4c4c;
    font-family: 'PT Sans Narrow';
    font-size: 22px;
    font-weight: bold;
    margin: 4px 0 15px;
}
.hov_z2 {
    color: #4c4c4c;
    font-size: 16px;
    margin: 3px 0 24px;
}
.hov_z3 {
    color: #4c4c4c;
    font-size: 16px;
    line-height: 20px;
}
a.podr {
    color: #4c4c4c;
    font-size: 16px;
    margin: 21px 0 0;
    display: block;
}
.podr img {
    margin-left: 3px;
	width: inherit!important;
}
.owl-carousel2 button span {
    color: #27b7f8;
    font-size: 26px;
    top: -8px;
    position: relative;
}
button.owl-prev {
    background-color: transparent!important;
}
button.owl-next {
    background-color: transparent!important;
}
.footer1 {
    background: #eaeaea;
    padding-bottom: 13px;
}
.footer2{
	background:#999999;
	padding: 11px;
	height: 60px;
}
.footer1 .ft {
    padding: 0;
}
.fooz {
    font-size: 18px;
    margin: 20px 0 0;
    font-family: 'PT Sans Narrow';
    font-weight: bold;
}
ul.fooul {
    padding: 0;
    list-style: none;
}
.fooul li a {
    font-size: 16px;
    color: #4c4c4c;
    margin: 3px 0;
    display: block;
}
.fooul li a:hover {
    color: #27b7f8;
}
.fooz2 {
    margin: 7px 0 1px;
    line-height: 22px;
}
a.footer_phone {
    font-size: 18px;
    margin: 20px 0 5px;
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    color: #4c4c4c;
    width: 100%;
    display: block;
}
a.footer_phone2 {
    font-size: 18px;
    margin: 0px 0 0;
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    color: #4c4c4c;
    width: 100%;
    display: block;
}
a.footer_zvonok {
    background: #2dbbf8;
    background: -moz-linear-gradient(top, #2dbbf8 0%, #019ff7 100%);
    background: -webkit-linear-gradient(top, #2dbbf8 0%,#019ff7 100%);
    background: linear-gradient(to bottom, #2dbbf8 0%,#019ff7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbbf8', endColorstr='#019ff7',GradientType=0 );
    color: #fff;
    float: right;
    margin: 29px 0 0;
	padding: 9px 25px;
    text-decoration: none!important;
    border-radius: 4px;
    font-size: 16px;
}
a.logo2 {
    float: left;
}
ul.fo2 {
    list-style: none;
    float: left;
    width: 70%;
}
.fo2 li a {
    color: #fff;
    float: left;
    font-size: 14px;
    padding: 7px 13px 0;
	text-decoration:none!important
}
.fo2 li a:after {
    content: '';
    height: 11px;
    width: 1px;
    display: block;
    background: #fff;
    top: -15px;
    position: relative;
    left: -13px;
}
.fo2 li:first-child a:after {
    display:none;
}
.footer_soc {
    float: right;
    margin: 7px 0 0;
}
.footer_soc a {
    margin: 0 0 0 6px;
}
.footer3 {
    background: #434343;
    height: 40px;
    padding: 11px 0 0;
    color: #fff;
}
.copy {
    font-size: 14px;
    padding: 0;
}
.crea {
    padding: 0;
    text-align: right;
}
.poli{
	text-align:center
}
.policy{
	color:#27b7f8!important;
	text-decoration:none!important
}
a.blue_bl {
    background: #2dbbf8;
    background: -moz-linear-gradient(top, #2dbbf8 0%, #019ff7 100%);
    background: -webkit-linear-gradient(top, #2dbbf8 0%,#019ff7 100%);
    background: linear-gradient(to bottom, #2dbbf8 0%,#019ff7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbbf8', endColorstr='#019ff7',GradientType=0 );
    color: #fff;
    font-size: 14px;
	width:100px;
	text-align:center;
	display:block;
	float:left;
	height:30px;
	line-height: 28px;
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
	text-decoration:none!important
}
a.gray_bl {
    color: #4c4c4c;
    background: #fff;
	width:100px;
	text-align:center;
	display:block;
	float:left;
	height:30px;
	line-height: 28px;
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
	text-decoration:none!important
}
.fixx {
    float: left;
    margin: 5px 7px 0;
	cursor:pointer;
}
.fix_w {
    width: 645px;
    margin: 0 auto;
}
.bc {
    background: #fff;
}
.bc ul{
	list-style:none;
	padding:0;
}
.bc ul li a {
    color: #000;
    text-decoration: none!important;
}
.bc ul li span.current {
    color: #b3b3b3;
}
.bc ul li span.delim {
    background-image: url(/assets/img/br_deli.jpg);
    width: 7px;
    height: 6px;
    display: block;
    float: left;
    top: 8px;
    position: relative;
	margin: 0 7px 0;
}
.bc ul {
    margin: 15px 0 0;
}
.bc h1 {
    font-size: 36px;
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    color: #4c4c4c;
    margin: 8px 0 6px;
}
.line_bc {
    margin: 14px 0;
}
p.text {
    color: #4c4c4c;
    font-size: 16px;
    margin: 0 0 14px;
	line-height: 20px;
}
.text a {
    border-bottom: 1px dashed #009ef7;
    color: #009ef7;
}
.text a {
    border-bottom: 0px dashed #009ef7;
	text-decoration:none;
}
.bc form.search {
    margin: 11px 0 0;
}
.bc form.search input#mySearch {
    width: 429px;
}
.er404 {
    float: left;
    width: 100%;
    margin: 68px 0 35px;
}
.bc h2 {
    font-size: 30px;
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    color: #4c4c4c;
    margin: 30px 0 10px;
}
.vigodi.vigodi_onas {
    padding: 17px 0 0;
}
.vigodi_onas h2.h2 {
    text-align: left;
    font-size: 30px;
    margin: 22px 0 17px;
    float: left;
    line-height: 31px;
    width: 90%;
}
.works2 .owl-carousel2 {
    margin: 21px 0;
}
.forma{
	background:#fff;
}
.forma h2 {
    font-size: 30px;
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    color: #4c4c4c;
    margin: 31px 0 15px;
}
.vopros .col-lg-3 {
    padding: 0;
}
.vopros .col-lg-7 {
    padding: 0;
}
.vopros .col-lg-2 {
    padding: 0;
}
.vopros input[type="text"] {
    border: 1px solid #d9d9d9;
    width: 92%;
    height: 35px;
    border-radius: 2px;
    margin: 0 0 9px;
    padding: 0 14px 1px 14px;
}
.vopros textarea {
    border: 1px solid #d9d9d9;
    width: 98%;
    height: 78px;
    border-radius: 2px;
    margin: 0 0 9px 9px;
    padding: 7px 14px 1px 14px;
}
.vopros input[type="submit"] {
    background: #2dbbf8;
    background: -moz-linear-gradient(top, #2dbbf8 0%, #019ff7 100%);
    background: -webkit-linear-gradient(top, #2dbbf8 0%,#019ff7 100%);
    background: linear-gradient(to bottom, #2dbbf8 0%,#019ff7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbbf8', endColorstr='#019ff7',GradientType=0 );
    color: #fff;
    border: 0px solid #fff;
    float: right;
    width: 164px;
    font-size: 16px;
    padding: 9px 0;
    border-radius: 3px;
}
.radio.radio-info.radio-inline {
    margin: 5px 0 0;
}
.radio a {
    color: #009ef7;
}
.forma {
    background: #fff;
    padding: 0 0 50px;
}
.portfolio{
	background:#fff;
	padding: 0 0 25px;
}
.port .frame.works_frame {
    height: inherit;
}
.portfolio h2 {
    font-size: 30px;
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    color: #4c4c4c;
    margin: 0 0 14px;
}
.portfolio .works_frame ul li {
    margin-bottom: 30px;
}
.portfolio a.pokaz2 {
    margin: -9px auto 28px!important;
}
li.col1 {
    margin-left: 0px!important;
}
li.col2 {
    margin: 0px 20px!important;
}
li.col3 {
    margin-right: 0px!important;
}
.services .row.stroo {
    float: left;
    height: -webkit-fill-available;
}
.services .dropdown-menu {
    box-shadow: inherit;
	margin: -2px 0 0px;
}
.services a#dLabel:after {
    height: 1px;
    content: '';
    background: #d9d9d9;
    width: 99%;
    display: block;
    left: 0;
    position: relative;
    top: 7px;
}
.services .stro1_1 .dropdown-menu>li>a:after {
    width: 108%;
}
.stroim.services {
    padding: 14px 0 0;
}
.stroim.services_in {
    padding: 19px 0 124px;
}
.mai {
    border: 1px solid #d9d9d9;
    border-top: 0px solid #fff;
    padding: 11px 19px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}
.mai a {
    font-size: 22px;
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    color: #4c4c4c;
	text-decoration:none!important;
}
.mai p {
    color: #4c4c4c;
    font-size: 16px;
    margin: 6px 0 7px;
}
.services_in .col-lg-4 {
    margin-bottom: 31px;
}
p.text_sostav {
    font-size: 22px;
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    color: #4c4c4c;
    margin: -5px 0 0px;
    display: inline-block;
}
.fix_w_s {
    width: 655px;
    margin: 21px 0 0;
}
table.sostav {
    border: 1px solid #d9d9d9;
    width: 100%;
    text-align: center;
}
.sostav tr td {
    border-bottom: 1px solid #d9d9d9;
	padding: 16px 11px;
	border-right:1px solid #d9d9d9;
}
.table_head td {
    background: #e5e5e5;
    padding: 4px 11px!important;
}
.sostav tr td:nth-child(2){
	text-align:left
}
.sostav tr td:last-child{
	border-right:0px solid #d9d9d9;
}
.sost .s1 {
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 800;
    float: left;
    width: calc(30% - 5px);
    background-image: url(/assets/img/dot.jpg);
    background-repeat: repeat-x;
    background-position: 1px 16px;
    margin-right: 5px;
}
.sost .s2 {
    font-size: 16px;
    color: #4c4c4c;
    float: left;
    width: 70%;
}
.sost2 {
    float: left;
    width: 100%;
	margin: 0 0 8px;
}
.sost .s1 span {
    background: #fff;
}
.sost {
    margin: 23px 0 2px;
}
hr.br_sostav {
    display: inline-block;
    height: 1px;
    width: 100%;
    margin: 16px 0 11px;
    float: left;
}
.oplata {
    float: left;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;
    margin: 17px 0 0;
}
a.print_order {
    background: #2dbbf8;
    background: -moz-linear-gradient(top, #2dbbf8 0%, #019ff7 100%);
    background: -webkit-linear-gradient(top, #2dbbf8 0%,#019ff7 100%);
    background: linear-gradient(to bottom, #2dbbf8 0%,#019ff7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbbf8', endColorstr='#019ff7',GradientType=0 );
    color: #fff;
    float: right;
    width: 192px;
    font-size: 16px;
    padding: 9px 0 9px 8px;
    margin: 9px 0 0;
    border-radius: 3px;
    line-height: 27px;
	text-decoration:none!important
}
.print_order img {
    float: left;
    margin: 2px 13px 0 9px;
}
.row.thanks {
    padding: 0 0 86px;
}
.contacts .col-lg-4 {
    padding-left: 0;
}
.contacts .col-lg-8 {
    padding-right: 0;
}
.line_bc2{
	float: left;
    display: inline-block;
    width: 100%;
}
.shop .zag {
    font-size: 22px;
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    color: #4c4c4c;
}
.shop .pp {
    color: #4c4c4c;
    font-size: 16px;
    margin: 2px 0 0;
    line-height: 29px;
}
.shop a {
    color: #009ef7;
    text-decoration: none!important;
    font-size: 16px;
    display: block;
    margin: 6px 0 0;
}
.shop {
    border-bottom: 1px solid #d9d9d9;
    padding: 0px 0 15px;
}
.shop2 {
    padding: 15px 0 15px;
}
.shop3 {
    border-bottom: 0px solid #d9d9d9;
	margin-bottom: 38px;
}
.pp.i_1 {
    border-bottom: 1px solid #d9d9d9;
    background-image: url(/assets/img/i_1.png);
    background-repeat: no-repeat;
    padding: 12px 0 12px 64px;
    margin: 0px 0 0;
    line-height: 24px;
    background-position: 9px 16px;
}
.pp.i_2 {
    border-bottom: 1px solid #d9d9d9;
    background-image: url(/assets/img/i_2.png);
    background-repeat: no-repeat;
    padding: 12px 0 12px 64px;
    margin: 0px 0 0;
    line-height: 24px;
    background-position: 5px 16px;
}
.pp.i_3 {
    border-bottom: 1px solid #d9d9d9;
    background-image: url(/assets/img/i_3.png);
    background-repeat: no-repeat;
    padding: 12px 0 12px 64px;
    margin: 0px 0 0;
    line-height: 24px;
    background-position: 6px 15px;
}
.pp.i_4 {
    border-bottom: 1px solid #d9d9d9;
    background-image: url(/assets/img/i_4.png);
    background-repeat: no-repeat;
    padding: 23px 0 23px 64px;
    margin: 0px 0 0;
    line-height: 24px;
    background-position: 9px 15px;
}
.row.contacts {
    padding-bottom: 75px;
}
.catalog .frame {
    height: inherit;
}
.catalog{
	background:#fff;
}
.stroimat.catalog_menu {
    background-image: url(/assets/img/bg3.jpg);
    border-top: 1px solid #d1d2d2;
    margin: 17px 0 23px;
    padding: 19px 0 19px;
    height: inherit;
    background-repeat: repeat;
    float: left;
    width: 100%;
}
.catalog_novinki h2.h2 {
    text-align: left;
    margin: 0px 0 9px;
}
.raspr h2.h2 {
    text-align: left;
    margin: 25px 0 7px;
}
.catalog {
    background: #fff;
    padding: 50px 0 0;
}
ul.pagination {
    float: right;
}

.pagination a.page_current {
    background: #2dbbf8;
    background: -moz-linear-gradient(top, #2dbbf8 0%, #019ff7 100%);
    background: -webkit-linear-gradient(top, #2dbbf8 0%,#019ff7 100%);
    background: linear-gradient(to bottom, #2dbbf8 0%,#019ff7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbbf8', endColorstr='#019ff7',GradientType=0 );
    color: #fff!important;
}
.pagination a.page_prev {
    background-image: url(/assets/img/page_prev.png);
    background-repeat: no-repeat;
    background-position: center;
}
.pagination a.page_next {
    background-image: url(/assets/img/page_next.png);
    background-repeat: no-repeat;
    background-position: center;
}
.pagination a.page_dots {
    background-color: #fff!important;
}
hr.catalog_line {
    margin-bottom: 0px;
}
span.old_price {
    color: #4c4c4c;
    font-size: 12px;
    text-decoration: line-through;
    position: relative;
    top: -3px;
    width: 100%;
    display: block;
    text-align: left;
    padding: 0 0 0 2px;
    margin-top: -15px;
}
.price.catalog_price {
    position: relative;
    top: -7px;
}
.quickview_catalog {
    margin: -10px 17px;
}
.stroimat.cat_menu {
    background-image: url(/assets/img/bg3.jpg);
    border-top: 1px solid #d1d2d2;
    margin: 0px 0 23px;
	padding: 10px 0 0px;
    height: inherit;
    background-repeat: repeat;
    float: left;
    width: 100%;
	height: 120px;
}
ul.cat_menu {
    padding: 0;
    list-style: none;
}
ul.cat_menu li a {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    width: calc(25% - 23px);
    display: block;
    float: left;
    padding: 5px 10px;
    color: #4c4c4c;
    font-size: 16px;
    background: #fff;
    margin: 0 15px 22px;
}
ul.cat_menu li a:hover {
    border: 1px solid #d9d9d9;
	text-decoration:none;
	color:#009ef7;
	box-shadow: 0 3px 4px #d0d0d0;
}
ul.cat_menu li:first-child a {
    margin-left:0px;
}
ul.cat_menu li:nth-child(4n+1) a {
    margin-left:0px;
}
ul.cat_menu li:nth-child(4n) a {
    margin-right: 0px;
}
p.cat_text {
    margin: 0 0 25px;
}
a.sver_top {
    color: #b3b3b3;
    text-decoration: none!important;
    top: -18px;
    position: relative;
}
a.sver_top img {
    position: relative;
    left: 3px;
}
.svernut {
    background: #fff;
    text-align: center;
}
.catalog.category {
    padding: 0;
}
.seo_text {
    float: left;
	margin: 0 0 59px;
}
.seo_text h2 {
    font-size: 30px;
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    color: #4c4c4c;
	margin: 4px 0 9px;
}
.seo_text p {
    color: #4c4c4c;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
}
#filter .col-lg-2 {
    padding: 0;
}
#filter .col-lg-8 {
    padding: 0;
}
#filter .col-lg-3 {
    padding: 0;
}
#filter .col-lg-4 {
    padding: 0;
}
#filter .col-lg-9 {
    padding: 0;
}
#filter .radio {
    width: 100%;
}
input.filter_kn {
    background: #2dbbf8;
    background: -moz-linear-gradient(top, #2dbbf8 0%, #019ff7 100%);
    background: -webkit-linear-gradient(top, #2dbbf8 0%,#019ff7 100%);
    background: linear-gradient(to bottom, #2dbbf8 0%,#019ff7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbbf8', endColorstr='#019ff7',GradientType=0 );
    color: #fff;
    border: 0px solid #fff;
    width: 100%;
    border-radius: 3px;
    padding: 6px 0;
	font-size: 16px;
	width: 87%;
    float: right;
    margin: 10px 0 0 0;
}
a.filter_clear {
    background: #cccccc;
    width: 100%;
    display: block;
    margin: 7px 0 0;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    text-decoration: none!important;
    padding: 6px 0;
    font-size: 16px;
	width: 87%;
    float: right;
    margin: 10px 0 0 0;
}
#filter label {
    font-size: 16px;
    color: #4c4c4c;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    margin-top: 2px;
}
.bootstrap-select.btn-group .bs-caret .caret:after {
    content: '';
    display: inline-block;
    width: 0;
    margin-top: -42px;
    height: 0;
    margin-left: -4px;
    vertical-align: middle;
    border-bottom: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.radio-info input[type="radio"]:checked + label::after {
    background-color: #019ff7;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #019ff7;
    border-color: #019ff7;
}
button.btn.dropdown-toggle.btn-default {
    border: 0px solid #fff;
    background: #fff;
}
.radio input[type="radio"] {
    top: 6px;
    position: relative;
    margin: 5px -6px 0;
    display: inline-block;
}
#filter .radio {
    width: 100%;
    margin: 6px 0 -2px;
}
.radio label::before {
    top: 3px;
}
.radio label::after {
    top: 6px;
}
.radio label {
    padding-left: 7px;
}
.btn-group.bootstrap-select.f_50 {
    width: 45%!important;
    margin-right: 5%!important;
    margin-top: 10px;
    float: left;
}
.btn-group.bootstrap-select.f_50:last-child {
    margin-right: 0!important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 16px;
}
.checkbox label::after {
    top: 3px;
}
.checkbox label::before {
    top: 3px;
}
#filter .checkbox.checkbox-primary {
    margin: 22px 0px 0;
}
input.filter_price {
    float: right;
    width: 105px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    padding: 6px 8px;
    margin: 10px 6px 0;
}
span.price_do {
    float: left;
    display: block;
    font-size: 16px;
    margin: 16px 0 0 0px;
}
.f_50 span.text {
    text-transform: initial!important;
}
.sorti span.text {
    text-transform: initial!important;
}
.f_50 a:hover > span {
    color:#fff
}
.sorti a:hover > span {
    color:#fff
}
.sorti .btn-group.bootstrap-select {
    width: inherit!important;
}
.sorti span.caret {
    background-image: url(/assets/img/arrow_down.png);
    display: block;
    width: 10px;
    height: 5px;
    position: absolute;
    float: right;
    top: 0px;
    margin: 0px 0 0!important;
    right: 0px;
    border: 0px solid #fff;
}
.sorti span.caret:after {
    display:none!important;
}
.sorti .sor {
    font-size: 16px;
    float: left;
	position: relative;
    top: 6px;
}
.sorti {
    float: right;
}
.sorti_wrap {
    float: left;
    width: 100%;
}
.category .wrap {
    float: left;
}
.sorti .btn-group.bootstrap-select {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    margin: 0 0 0 7px;
}
.sorti span.filter-option.pull-left {
    margin-right: 9px;
}
.sorti_wrap {
    float: left;
    width: 100%;
    margin: 13px 0 16px;
}
.work_content .col-lg-2 {
    padding: 0 25px 0 0;
}
.work_content button.btn.prevPage {
    width: 100%;
    background: #fff;
    border: 1px solid #d9d9d9;
    height: 30px;
    background-image: url(/assets/img/work_top.png)!important;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
	margin: 7px 0 10px;
	position: relative;
    left: 0;
}
.work_content button.btn.nextPage {
    width: 100%;
    background: #fff;
    border: 1px solid #d9d9d9;
    height: 30px;
    background-image: url(/assets/img/work_down.png)!important;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
	margin: 10px 0 8px;
	position: relative;
    right: 0;
}
.work_content .frame ul.items li {
    opacity: 0.7;
	margin-bottom: 0px;
}
.work_content .frame ul.items li.:hover {
    opacity: 1;
}
.work_content .frame ul.items li.active {
    opacity: 1;
}
.work_content{
	background:#fff;
	padding: 0 0 41px;
}
.work_gallery a{
	display:none;
}
.work_gallery a:first-child{
	display:block;
}
.work_gallery {
    padding: 7px 5px 0;
}
.work_har {
    padding: 0;
}
.work_har .sost {
    padding: 0;
    margin: 0 0 0 18px;
}
.sost h2 {
    font-size: 22px;
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    color: #4c4c4c;
    margin: 3px 0 14px;
}
.work_har .sost .s1 {
    width: calc(41% - 5px);
	background-position: 1px bottom;
	padding-right: 10px;
}
.work_har .sost .s2 {
    width: 59%;
	position: relative;
    top: 6px;
}
.work_har .sost .s1 span {
    position: relative;
    top: 5px;
}
.work_har .sost2{
	line-height: 24px;
}
a.next_work {
    background: #2dbbf8;
    background: -moz-linear-gradient(top, #2dbbf8 0%, #019ff7 100%);
    background: -webkit-linear-gradient(top, #2dbbf8 0%,#019ff7 100%);
    background: linear-gradient(to bottom, #2dbbf8 0%,#019ff7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbbf8', endColorstr='#019ff7',GradientType=0 );
    color: #fff;
    width: 165px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
    margin: 20px 0 0;
    padding: 9px 0;
	text-decoration:none!important
}
.hov_b:hover{
	background: #019ff7;
    background: -moz-linear-gradient(top, #019ff7 0%, #2dbbf8 100%);
    background: -webkit-linear-gradient(top, #019ff7 0%,#2dbbf8 100%);
    background: linear-gradient(to bottom, #019ff7 0%,#2dbbf8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#019ff7', endColorstr='#2dbbf8',GradientType=0 );
}
.work_content button.btn.prevPage:hover,
.work_content button.btn.nextPage:hover {
    background-color: #f3f3f3!important;
    cursor: pointer;
}
.work_content button.btn.prevPage.disabled,
.work_content button.btn.nextPage.disabled {
    opacity: 0.3;
}

.product .col-lg-1{
	padding:0;
}
.work_content.product {
    padding: 12px 0 0px;
}
.product button.btn.prevPage {
    height: 21px;
    background-size: 11px;
}
.product button.btn.nextPage {
    height: 21px;
    background-size: 11px;
}
.product .wrap {
    width: 67px;
}
.product .frame {
    height: 298px;
}
.product img {
    border-radius: 3px;
    margin: -40px 0 0;
    max-width: 100%;
    //max-height: 67px;
    text-align: center;
}
.product .frame ul.items li{
	height: 77px!important;
}
.product .frame ul.items li div {
    border: 1px solid #d9d9d9!important;
    height: 67px;
    border-radius: 3px;
    text-align: center;
}
.product .work_gallery a {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    height: 359px;
    width: 96%;
    line-height: 359px;
    padding: 0 2%;
}
.product .work_gallery img {
    margin: 0 auto;
    width: auto;
    vertical-align: middle;
    display: inline!important;
    text-align: center;
}
.product .sost {
    margin: -5px 0 0 12px;
}
.product .work_har .sost2 {
    margin: 0 0 6px;
}
.product .work_har .sost .s1 {
    width: calc(45% - 5px);
}
.product .work_har .sost .s2 {
    width: 55%;
}
.product_new {
    position: absolute;
    color: #ffffff;
    font-size: 18px;
    background: #29ce5c;
    top: 23px;
    right: 35px;
    padding: 1px 9px;
    border-radius: 3px;
}
.product_t {
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    margin: 7px 0 0 7px;
    height: 332px;
}
.product .col-lg-3 {
    padding-right: 0;
}
.product .frame ul.items li:last-child{
	height: 67px!important;
}
.pri {
    border-bottom: 1px solid #d9d9d9;
	height: 62px;
}
.product form {
    border-bottom: 1px solid #d9d9d9;
	height: 71px;
}
.p_kn {
    border-bottom: 1px solid #d9d9d9;
	height: 70px;
}
.pri .old_price {
    float: left;
    font-size: 18px;
    font-family: 'PT Sans Narrow';
    font-weight: normal;
    color: #4c4c4c;
    padding: 22px 0 0 18px;
    text-decoration: line-through;
}
.pri .old_price i.fa.fa-rub {
    font-size: 17px;
    font-weight: 400;
}
.pri .price {
    font-size: 30px;
    padding: 9px 9px;
}
.pri .price i.fa.fa-rub {
    font-size: 26px;
}
.pri .col {
    padding: 26px 0 0px;
}
.product form .count {
    float: left;
    width: 42%;
    padding: 20px 0 0 20px;
}
.product form a.minus {
    width: 18px;
    height: 30px;
    border: 1px solid #dcdcdc;
    float: left;
    text-align: center;
    color: #0099f2;
    cursor: pointer;
    border-radius: 3px;
    font-size: 30px;
    line-height: 23px;
	text-decoration:none!important;
}
.product form a.plus {
    width: 18px;
    height: 30px;
    border: 1px solid #dcdcdc;
    float: left;
    text-align: center;
    color: #0099f2;
    cursor: pointer;
    border-radius: 3px;
    font-size: 21px;
    line-height: 26px;
	text-decoration:none!important;
}
.product form input.cou {
    float: left;
    width: 34px;
    margin: 0px 6px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    color: #4c4c4c;
}
a.korz {
    background: #2dbbf8;
    background: -moz-linear-gradient(top, #2dbbf8 0%, #019ff7 100%);
    background: -webkit-linear-gradient(top, #2dbbf8 0%,#019ff7 100%);
    background: linear-gradient(to bottom, #2dbbf8 0%,#019ff7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbbf8', endColorstr='#019ff7',GradientType=0 );
    color: #fff;
    float: right;
    margin: 20px 20px 0 0;
    border-radius: 3px;
    width: 120px;
    font-size: 16px;
    line-height: 19px;
    padding: 5px 0 6px 10px;
    text-align: left;
	text-decoration:none!important;
}
.product form .korz img {
    top: 19px;
    position: relative;
    right: -9px;
}
.p_kn a.p_like {
    float: left;
    display: block;
    background: #cccccc;
    padding: 4px 0 4px 8px;
    margin: 19px 0 0 20px;
    width: 100px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
	text-decoration:none!important;
}
.p_kn a.p_sravn {
    float: left;
    display: block;
    background: #cccccc;
    padding: 4px 0 4px 8px;
    margin: 19px 0 0 20px;
    width: 100px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
	text-decoration:none!important;
}
.p_kn a.p_like img {
    position: relative;
    top: 18px;
    right: -4px;
	border-radius:0px;
}
.p_kn a.p_sravn img {
    position: relative;
    top: 18px;
    right: -4px;
	border-radius:0px;
}
.p_kn2 ul {
    padding: 0;
    list-style: none;
}
.p_kn2 ul li {
    color: #4c4c4c;
    font-size: 16px;
    padding: 0 31px 0 47px;
    background-image: url(/assets/img/dom.png);
    background-repeat: no-repeat;
    background-position: 22px 7px;
    margin: 14px 0 -6px;
    line-height: 21px;
}
.product_text {
    background: #fff;
}
.product_text h2 {
    font-size: 30px;
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    color: #4c4c4c;
    margin: -15px 0 11px;
}
.product_text p.text {
    line-height: 18px;
}
.product_pokup h2.h2 {
    font-size: 30px;
    margin: 21px 0 12px;
}
.viewed h2.h2 {
    font-size: 30px;
    margin: 29px 0 12px;
}
.viewed {
    padding: 0 0 32px;
}
.lk {
    background: #fff;
    padding: 0 0 54px;
}
.lk .col-lg-3{
	padding-left:0;
}
.lk .col-lg-9{
	padding-right:0;
}
ul.lk_menu2 {
    padding: 0;
    list-style: none;
}
.lk_menu2 li a {
    border: 1px solid #d9d9d9;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    text-decoration: none!important;
    height: 53px;
    border-radius: 3px;
    margin: 9px 0 0;
    color: #4d4d4d;
    font-size: 16px;
    padding: 14px 0 0 44px;
    background-position: 12px center;
}
.lk_menu2 li a:hover, .lk_menu li.active a  {
    color: #fff;
	background-color:#2bbaf8;
	border: 1px solid #2bbaf8;
}
.lk_menu2 li a.lk1 {background-image:url(/assets/img/lk1.png);}
.lk_menu2 li a.lk2 {background-image:url(/assets/img/lk2.png);}
.lk_menu2 li a.lk3 {background-image:url(/assets/img/lk3.png);}
.lk_menu2 li a.lk4 {background-image:url(/assets/img/lk4.png);}
.lk_menu2 li a.lk5 {background-image:url(/assets/img/lk5.png);}
.lk_menu2 li a.lk1:hover, .lk_menu li.active a.lk1 {background-image:url(/assets/img/lk1_hov.png);}
.lk_menu2 li a.lk2:hover, .lk_menu li.active a.lk2 {background-image:url(/assets/img/lk2_hov.png);}
.lk_menu2 li a.lk3:hover, .lk_menu li.active a.lk3 {background-image:url(/assets/img/lk3_hov.png);}
.lk_menu2 li a.lk4:hover, .lk_menu li.active a.lk4 {background-image:url(/assets/img/lk4_hov.png);}
.lk_menu2 li a.lk5:hover, .lk_menu li.active a.lk5 {background-image:url(/assets/img/lk5_hov.png);}
.lk_menu2 li a span {
    background-color: #cb2f2f;
    color: #fff;
    font-size: 12px;
    height: 20px;
    display: inline-block;
    padding: 1px 6px;
    border-radius: 3px;
    margin: 0 0 0 5px;
}
.lk table.sostav {
    width: 77%;
    float: left;
}
.lk_row {
    float: left;
    width: 100%;
    margin: 0 0 8px;
}
.lk_line {
    float: left;
    width: 100%;
}
.lk a.print_order {
    float: right;
    width: 20%!important;
    line-height: 18px;
    background-position: 17px center;
    margin: 0 0 0;
    padding: 9px 0 9px 10px;
	text-decoration:none!important
}
.lk .print_order img {
    float: left;
    margin: 6px 13px 0 9px;
}
.print_order span {
    display: block;
}
.lk .gray td {
    background: #e5e5e5;
}
.lk h2 {
    font-size: 30px;
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    color: #4c4c4c;
    margin: 1px 0 -4px;
}
.lk_line {
    float: left;
    margin: 20px 0 10px;
    width: 100%;
}
.lk_zag {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    color: #4c4c4c;
    font-size: 14px;
}
.lk_zag span {
    color: #ebebeb;
    margin: 0 5px;
}
.lk_zag a {
    color: #009ef7;
}
.lk_r .name {
    float: left;
    width: 34%;
    color: #4c4c4c;
    font-size: 16px;
	padding: 5px 0 0;
}
.lk_r .data input {
    float: left;
    width: 100%;
    height: 34px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
	color: #808080;
    font-size: 14px;
    padding: 0 12px;
}
.lk_r {
    width: 100%;
    float: left;
    margin: 10px 0 0;
}
.data {
    width: 54%;
    float: left;
}
.lk_r .bootstrap-select.f_50 {
    width: 100%!important;
    float: left;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    margin: 0;
}
.lk_r .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 14px;
    color: #808080;
}
.lk_h2 {
    margin: 33px 0 9px!important;
    float: left;
    width: 100%;
}
hr.lk_line.lk_line2 {
    margin: 6px 0 -3px;
}
.lk_r .checkbox.checkbox-primary {
    margin-bottom: 18px;
}
hr.lk_line.lk_line3 {
    margin: -3px 0 14px;
}
hr.lk_line.lk_line4 {
    margin: 14px 0 2px;
}
a.save {
    background: #2dbbf8;
    background: -moz-linear-gradient(top, #2dbbf8 0%, #019ff7 100%);
    background: -webkit-linear-gradient(top, #2dbbf8 0%,#019ff7 100%);
    background: linear-gradient(to bottom, #2dbbf8 0%,#019ff7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbbf8', endColorstr='#019ff7',GradientType=0 );
    color: #fff;
    margin: 18px 0 24px;
    float: left;
    width: 112px;
    font-size: 16px;
    text-align: center;
    padding: 9px 0;
    border-radius: 3px;
	text-decoration:none!important
}
.lk_reg .name {
    width: 25%;
}
.lk_reg .data {
    width: 40%;
}
.lk_reg .info {
    float: right;
    width: 32%;
    color: #4c4c4c;
    font-size: 14px;
    line-height: 17px;
}
.info.one_str {
    padding: 7px 0 0;
}
a.save.reg {
    width: 175px;
    margin: 18px 0 80px;
}
table.sostav.cart_in {
    margin: 7px 0 0;
    border: 0px solid #fff;
    float: left;
}
.cart_in.sostav tr td {
    border-right: 0px solid #fff;
    padding: 1px 0 0;
}
.cart_in.sostav .table_head td {
    border-right: 0px solid #fff;
    font-size: 14px;
	border-bottom: 0px solid #fff;
}
.table_head td:first-child{
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}
.table_head td:last-child{
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}
td.cart_img {
    padding-left: 0!important;
}
.cart_img a {
    display: block;
    width: 67px;
    text-align: center;
    border: 1px solid #d9d9d9;
    line-height: 67px;
}
a.product_name {
    width: 100%;
    display: block;
    font-size: 18px;
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    color: #4c4c4c;
    text-decoration: none!important;
}
span.product_desc {
    color: #4c4c4c;
    font-size: 14px;
}
.product_cart form .count {
    width: 100%;
}
.product_cart form {
    border-bottom: 0px solid #d9d9d9;
}
.product_cart form.cart_count {
    float: inherit;
    width: 110px;
    margin: 0 auto;
}
td.cen {
    font-size: 24px;
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    color: #4c4c4c;
	text-align: center!important;
}
.cart_in.sostav tr td {
    border-right: 0px solid #fff;
    padding: 21px 0 16px;
}
.cart_in.sostav tr:last-child td {
    border-bottom: 0px solid #fff;
}
.cart_in.sostav tr:last-child td {
    background: #e5e5e5;
    padding: 10px 0;
}
.cart_in.sostav tr:last-child td:first-child {
    border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}
.cart_in.sostav tr:last-child td:last-child {
    border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}
td.itog {
    text-align: right;
    padding: 0 34px 0!important;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;
    margin-right: 12px;
}
td.skid {
    text-align: center;
    color: #4c4c4c;
    font-size: 16px;
}
a.delete {
    background-image: url(/assets/img/delete.png);
    width: 24px;
    height: 24px;
    display: block;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}
.cart_in.sostav tr:nth-last-child(2) td {
	border-bottom: 0px solid #fff;
}
.promo {
    float: left;
    width: 100%;
    text-align: right;
}
.sk {
    float: left;
}
input.promocode {
    float: left;
}
a.prim {
    float: left;
}
.promo2 {
    float: right;
}
a.prim {
    float: left;
    background: #2dbbf8;
    background: -moz-linear-gradient(top, #2dbbf8 0%, #019ff7 100%);
    background: -webkit-linear-gradient(top, #2dbbf8 0%,#019ff7 100%);
    background: linear-gradient(to bottom, #2dbbf8 0%,#019ff7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbbf8', endColorstr='#019ff7',GradientType=0 );
    color: #fff;
    margin: 23px 0 0;
    font-size: 16px;
    border-radius: 3px;
    text-align: center;
    width: 120px;
    padding: 4px 0;
}
input.promocode {
    float: left;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    margin: 23px 21px 0 15px;
    font-size: 16px;
    padding: 3px 9px;
    width: 120px;
}
.sk {
    float: left;
    font-size: 16px;
    margin: 26px 0 0;
}
hr.lk_line.ca1 {
    margin: 20px 0 23px;
}
h2.ca_h2 {
    float: left;
    width: 100%;
    margin: 0 0 -5px;
}
.org {
    float: left;
    width: 100%;
}
.org .radio.radio-info.radio-inline {
    float: left;
    font-size: 16px;
    margin: 16px 19px 0 0;
}
.org input[type="text"] {
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    float: left;
    margin: 10px 19px 0 11px;
    width: 263px;
    font-size: 16px;
    padding: 5px 15px;
}
.org input[type="text"]:last-child {
    margin-right: 0px;
}
.pay {
    padding-left: 0;
    margin: 43px 0 0;
}
.deliver {
    padding-right: 0;
    margin: 43px 0 43px;
}
.pay .radio.radio-info.radio-inline {
    width: 50%;
    float: left;
    font-size: 16px;
    margin: 8px 0 2px;
}
.deliver .radio.radio-info.radio-inline {
    width: 48%;
    float: left;
    font-size: 16px;
    display: flex;
}
.deliver button.btn.dropdown-toggle.btn-default {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    padding: 5px 10px;
}
.deliver span.filter-option.pull-left {
    color: #4c4c4c;
}
.comm textarea {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    margin: 10px 0 8px;
    width: 79%;
    min-height: 120px;
    padding: 7px 10px;
}
.comm a.polt {
    background: #2dbbf8;
    background: -moz-linear-gradient(top, #2dbbf8 0%, #019ff7 100%);
    background: -webkit-linear-gradient(top, #2dbbf8 0%,#019ff7 100%);
    background: linear-gradient(to bottom, #2dbbf8 0%,#019ff7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbbf8', endColorstr='#019ff7',GradientType=0 );
    color: #fff;
    float: right;
    margin: 10px 0 0;
    width: 165px;
    text-align: center;
    font-size: 16px;
    padding: 9px 0;
    border-radius: 3px;
}
.row.cart_r {
    margin: 0 0 90px;
}
.deliver .bootstrap-select.btn-group .dropdown-menu li a {
    width: 100%;
}
.service_content {
    padding-left: 0;
    margin: 15px 0 0;
}
.service_calc{
	padding-right:0;
}
.servi .works_frame{
	width:774px;
	height: 435px!important;
}
.servi .controls.center {
    display: none;
}
.ben1 {
    width: calc(50% - 10px);
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    margin: 13px 10px 25px 0;
    float: left;
    height: 82px;
    background-image: url(/assets/img/ser1.png);
    background-repeat: no-repeat;
    background-position: 81px center;
    padding: 19px 0 0 148px;
}
.ben2 {
    width: calc(50% - 10px);
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    margin: 13px 0 25px 10px;
    float: left;
    height: 82px;
    background-image: url(/assets/img/ser2.png);
    background-repeat: no-repeat;
    background-position: 81px center;
    padding: 19px 0 0 148px;
}
span.st2 {
    font-size: 22px;
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    color: #4c4c4c;
    display: block;
    width: 100%;
    margin: -4px 0 0;
}
.service_content h2.h2 {
    text-align: left;
    font-size: 20px;
    margin: 10px 0 2px!important;
    float: left;
    width: 100%;
}
.service_content .p_kn2 {
    margin: -10px 0 20px;
    float: left;
    width: 100%;
}
.service_content .p_kn2 ul li {
    padding: 0 0 0 21px;
    margin: 4px 0 0;
    background-position: 1px 5px;
}
.tooltip.bottom {
    left: inherit!important;
	right:0px;
    width: 200px!important;
    border: 1px solid #d9d9d9;
    background: #fff;
    padding:5px;
	margin-top:12px;
}
.tooltip-inner{
	background: #fff;
	background-color: #fff;
	color:#4c4c4c;
	font-size:14px;
	text-align:left;
	
}
.tooltip-arrow{
	display:none;
}
h3.se_h3 {
    font-size: 22px;
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    color: #4c4c4c;
    margin: 10px 0 -3px;
}
.service_calc{
	font-size:16px;
}
.s_r {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d9;
}
.s_r .ff {
    float: left;
    width: 125px;
}
.s_r .btn-group.bootstrap-select.f_50 {
    margin: 9px 0 0px 0!important;
    width: 231px!important;
    top: -13px;
}
.s_r button.btn.dropdown-toggle.btn-default {
    width: 240px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
}
.s_r .btn-group.bootstrap-select.f_50:last-child {
    margin: -3px 0 8px 10px;
}
.s_r .checkbox label {
    padding-left: 13px;
}
.plo1 {
    float: left;
    width: 169px;
    margin: 21px 0 13px;
}
.plo1 span{
	display:block;
	float:left;
}
.plo1 input[type="text"] {
    float: left;
    width: 60px;
    margin: -6px 9px 0 11px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    font-size: 16px;
    padding: 5px 0;
}
a.tool {
    background: #009ef7;
    color: #fff;
    width: 18px;
    height: 18px;
    display: block;
    float: right;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    text-decoration: none!important;
	margin: 21px 0 0;
}
a.plo4 {
    text-decoration: none!important;
    color: #4c4c4c;
    cursor: pointer;
    float: left;
}
a.plo4 span {
    display: block;
    float: left;
    background: #029df7;
    color: #fff;
    width: 20px;
    height: 20px;
    margin: 0 17px 0 0;
    position: relative;
    top: 1px;
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
    font-size: 18px;
    line-height: 19px;
}
.dopi {
    background: #f5f5f5;
    padding: 23px 20px;
    margin: 18px 0 0;
    border-radius: 3px;
    float: left;
    width: 100%;
}
.ff.ff2 {
    margin: 14px 0 0;
    line-height: 16px;
    width: 135px;
}
input.geo {
    font-size: 14px;
    color: #808080;
    margin: 15px 0 10px;
    padding: 6px 10px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    width: 229px;
}
.dopi a img {
    margin: 0 0 0 3px;
}
a.ras {
    background: #2dbbf8;
    background: -moz-linear-gradient(top, #2dbbf8 0%, #019ff7 100%);
    background: -webkit-linear-gradient(top, #2dbbf8 0%,#019ff7 100%);
    background: linear-gradient(to bottom, #2dbbf8 0%,#019ff7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbbf8', endColorstr='#019ff7',GradientType=0 );
    color: #fff;
    width: 120px;
    display: block;
    margin: 10px 0 0;
    text-align: center;
    padding: 9px 0;
    border-radius: 3px;
	text-decoration:none!important;
}
.obsh {
    font-size: 22px;
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    color: #4c4c4c;
    margin: 24px 0 0;
}
.s_r .sost .s1 {
    width: calc(100% - 5px);
}
.s_r .sost .s2 {
    position: absolute;
    left: 0px;
    float: right!important;
    width: 100%;
    text-align: right;
}
.s_r .sost .s2 span {
    background: #fff;
    padding-left: 4px;
}
.s_r .sost .s2 span i.fa.fa-rub {
    font-size: 14px;
}
.s_r .sost {
    float: left;
    margin: 5px 0 -2px;
}
a.podb1 {
    color: #4c4c4c;
    background: #f2f2f2;
    text-align: center;
    width: 174px;
    margin: 9px 0 0;
    float: left;
    border-radius: 3px;
    padding: 4px 0;
}

a.podb2 {
    background: #2dbbf8;
    background: -moz-linear-gradient(top, #2dbbf8 0%, #019ff7 100%);
    background: -webkit-linear-gradient(top, #2dbbf8 0%,#019ff7 100%);
    background: linear-gradient(to bottom, #2dbbf8 0%,#019ff7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbbf8', endColorstr='#019ff7',GradientType=0 );
    color: #fff;
    text-align: center;
    width: 174px;
    margin: 9px 0 0;
    float: left;
    border-radius: 3px;
    padding: 4px 0;
}
a.podb2 {
    background: #2dbbf8;
    background: -moz-linear-gradient(top, #2dbbf8 0%, #019ff7 100%);
    background: -webkit-linear-gradient(top, #2dbbf8 0%,#019ff7 100%);
    background: linear-gradient(to bottom, #2dbbf8 0%,#019ff7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbbf8', endColorstr='#019ff7',GradientType=0 );
    color: #fff;
    text-align: center;
    width: 110px;
    margin: 9px 0 0 21px;
    float: left;
    border-radius: 3px;
    padding: 4px 0;
}
a.podb3 {
    background: #2dbbf8;
    background: -moz-linear-gradient(top, #2dbbf8 0%, #019ff7 100%);
    background: -webkit-linear-gradient(top, #2dbbf8 0%,#019ff7 100%);
    background: linear-gradient(to bottom, #2dbbf8 0%,#019ff7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbbf8', endColorstr='#019ff7',GradientType=0 );
    color: #fff;
    text-align: center;
    width: 34px;
    margin: 9px 0 0 21px;
    float: left;
    border-radius: 3px;
    padding: 2px 0 6px;
}
.otr {
    font-size: 22px;
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    color: #4c4c4c;
    margin: 33px 0 2px;
    float: left;
}
.s_r2 input[type="text"] {
    color: #808080;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    width: calc(50% - 10px);
    float: left;
    margin: 10px 0 0;
    padding: 6px 14px;
}
.s_r2 input[type="text"]:first-child {
    margin-right:10px;
}
.s_r2 input[type="text"]:nth-child(2) {
    margin-left:10px;
}
.s_r2 textarea {
    width: 100%;
    border: 1px solid #d9d9d9;
    margin: 20px 0 0;
    height: 75px;
    padding: 5px 14px;
	border-radius: 3px;
}
.s_r2 label {
    font-size: 14px;
}
.s_r3{
	border-bottom:0px solid #fff;
}
a.podb4 {
    background: #2dbbf8;
    background: -moz-linear-gradient(top, #2dbbf8 0%, #019ff7 100%);
    background: -webkit-linear-gradient(top, #2dbbf8 0%,#019ff7 100%);
    background: linear-gradient(to bottom, #2dbbf8 0%,#019ff7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbbf8', endColorstr='#019ff7',GradientType=0 );
    color: #fff;
    width: 110px;
    float: left;
    text-align: center;
    border-radius: 3px;
    padding: 9px 0;
    margin: 10px 0 0;
}
.row.service_one {
    margin: 0 0 116px;
}
.hh{
	display:none;
}
.hide_destop{
	display:none!important;
}
.logo_menu, .cart_menu, .lk_menu, .market_menu{
	display:none;
}
.fix_porfolio li{
	width:360px!important
}
.modal_zv{
	width: 320px;
    background: #f7f7f7;
    border-radius: 5px;
}
.modal_zv h2 {
    color: #4c4c4c;
    font-size: 36px;
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    text-align: center;
    margin: 0px 0 5px;
}
.modal_zv input[type="text"] {
    width: 100%;
    margin: 11px 0 0;
    color: #666666;
    border: 1px solid #d9d9d9;
    padding: 6px 12px;
    border-radius: 3px;
}
.modal_zv input[type="submit"] {
    background: #2dbbf8;
    background: -moz-linear-gradient(top, #2dbbf8 0%, #019ff7 100%);
    background: -webkit-linear-gradient(top, #2dbbf8 0%,#019ff7 100%);
    background: linear-gradient(to bottom, #2dbbf8 0%,#019ff7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbbf8', endColorstr='#019ff7',GradientType=0 );
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    width: 165px;
    text-align: center;
    height: 40px;
    border: 0px solid #fff;
    margin: 17px auto 0;
    font-size: 16px;
    display: block;
}
.par {
    background: #f0f0f0;
    margin: 18px -23px -22px;
    padding: 0 23px 11px;
}

.stroimat.cat_menu.cct {
    height: auto;
}




@media (max-width:1199px){

	input#mySearch {
		width: 185px;
	}
	.cart {
		margin: 0 0 0 24px;
	}
	.zvonok {
		margin: 0 0 0 32px;
	}
	.dropdown.usl.usl1 {
		width: auto;
		margin-left: 5px;
	}
	.dropdown.usl.usl2 {
		margin-left: 5px;
	}
	.dropdown.usl.usl3 {
		margin-left: 5px;
	}
	.dropdown.usl a#dLabel {
		font-size: 15px;
	}
	.owl-carousel1.owl-theme .owl-nav {
		width: 970px;
	}
	.owl-carousel1 button.owl-prev {
		left: -8px;
	}
	.owl-carousel1 button.owl-next {
		right: -8px;
	}
	a#dLabel.stro1 {
		font-size: 18px;
	}
	.stro1_1 span.caret2 {
		top: 11px;
	}
	.stro1_1 ul.dropdown-menu.multi-level {
		top: 46px;
	}
	.stroimat {
		background-image: url(/assets/img/bg3.jpg);
		background-repeat: repeat;
	}
	.blue {
		width: 160px;
		background-size: 100%;
		height: 80px;
	}
	.stro1q {
		margin: 26px 0 0;
	}
	.frame {
		height: 417px;
	}
	.frame ul li {
		width: 233px;
		height: 417px;
	}
	.item_img img {
		max-width: 100%;
	}
	.h2_2 {
		font-size: 33px;
	}
	.works_frame ul li img {
		max-width: 100%;
	}
	.works_frame ul li{
		width:293px!important;
		height: 325px;
	}
	div#basic3 {
		height: 325px;
	}
	.bb img {
		width: 100%;
	}
	.bb {
		padding: 0px;
		width: calc(33.33333% - 20px);
	}
	a.footer_zvonok {
		font-size: 14px;
	}
	.fo2 li a {
		font-size: 13px;
		padding: 9px 10px 0;
	}
	button.btn.nextPage {
		right: -20px;
	}
	button.btn.prevPage {
		left: -20px;
	}
	.vopros textarea{
		width:100%
	}
	.vopros input[type="submit"] {
		width: 80%;
	}
	.portfolio .works_frame ul li {
		margin-bottom: 30px!important;
		height: 325px;
	}
	.services .stro1_1 ul.dropdown-menu.multi-level {
		top: 50px;
	}
	.mai a {
		padding: 8px 0 6px;
		display: block;
		line-height: 22px;
	}
	.shop .pp {
		font-size: 14px;
	}
	ul.cat_menu li a {
		width: calc(33% - 17px);
		margin:0 15px 22px!important;
	}
	ul.cat_menu li:nth-child(3n+1) a {
		margin-left:0px!important;
	}
	ul.cat_menu li:nth-child(3n) a {
		margin-right: 0px!important;
	}
	input.filter_price {
		width: 80px;
	}
	.work_gallery a img {
		width: 100%;
	}
	.work_content .frame ul li img {
		width: 100%;
		margin: -15px 0 0;
	}
	.work_content .frame ul.items li {
		height: 88px;
	}
	.work_content .frame {
		height: 260px;
	}
	.work_content button.btn.prevPage {
		margin: 7px 0 5px;
	}
	.work_content button.btn.nextPage {
		margin: 11px 0 8px;
	}
	.sost2 {
		margin: 0 0 1px;
	}
	.sost h2 {
		margin: 3px 0 9px;
	}
	.product .frame ul li img {
		width: inherit;
		margin: -40px 0 0;
	}
	.product .frame {
		height: 298px!important;
	}
	.product form a.minus {
		width: 15px;
	}
	.product form input.cou {
		width: 29px;
		margin: 0px 3px;
	}
	.product form a.plus {
		width: 15px;
	}
	a.korz {
		width: 98px;
		font-size: 14px;
		padding: 5px 0 6px 8px;
	}
	.product form .korz img {
		right: 0px;
	}
	.p_kn a.p_like {
		padding: 4px 0 4px 0px;
		width: 80px;
		font-size: 14px;
		text-align: center;
	}
	.p_kn a.p_like img {
		display: none;
	}
	.p_kn a.p_sravn {
		padding: 4px 0 4px 0px;
		width: 80px;
		font-size: 14px;
		text-align: center;
		margin: 19px 0 0 10px;
	}
	.p_kn a.p_sravn img {
		display: none;
	}
	.p_kn2 ul li {
		font-size: 14px;
		padding: 0 13px 0 42px;
		background-position: 22px 4px;
	}
	.lk .table_head td {
		padding: 2px 7px!important;
	}
	.lk td {
		padding: 4px 7px!important;
	}
	.lk .print_order img {
		margin: 6px 9px 0 1px;
	}
	.org input[type="text"] {
		width: 196px;
	}
	.comm textarea {
		width: 79%;
	}
	.servi .works_frame {
		height: 352px!important;
	}
	.wrap.servi {
		margin: 0 0 34px;
	}
	.s_r .btn-group.bootstrap-select.f_50 {
		margin: 20px 11px 0px 0!important;
		width: 100%!important;
	}
	.s_r button.btn.dropdown-toggle.btn-default {
		width: 100%;
	}
	.plo1 span:first-child {
		width: 70px;
	}
	.plo1 {
		width: 100%;
	}
	.plo1 input[type="text"] {
		width: 152px!important;
		margin: -6px 23px 0 11px!important;
	}
	.tool{
		display:none!important;
	}
	a.tool.hh {
		display:block!important;
		margin: 0;
	}
	.ff.ff2 {
		width: 100%;
	}
	input.geo {
		width: 100%;
	}
	a.podb1 {
		width: 100%;
	}
	a.podb2 {
		width: 243px;
		margin: 15px 0 0 0px;
	}
	a.podb3 {
		margin: 15px 0 0 21px;
	}
	.otr {
		font-size: 20px;
	}
	.ben1 {
		background-position: 48px center;
		padding: 19px 0 0 115px;
	}
	.ben2 {
		background-position: 48px center;
		padding: 19px 0 0 115px;
	}


}

@media (min-width:767px) and (max-width:991px){

	.nav1 li a {
		padding: 1px 4px;
		border-right: 1px solid #676767;
		font-size: 12px;
	}
	.reg {
		width: 135px;
	}
	.navreg li a {
		padding: 1px 4px;
		border-right: 1px solid #717171;
		font-size: 13px;
	}
	.reg {
		width: 154px;
	}
	.navreg li:last-child a {
		padding: 1px 0px 1px 4px;
	}
	.dropdown.lang {
		margin: -1px 1px 0 0;
	}
	input#mySearch {
		width: 140px;
	}
	a.logo {
		margin-right: 19px;
	}
	.cart {
		display: none;
	}
	.dropdown.usl a#dLabel {
		font-size: 12px;
		width: 181px;
		padding-top: 13px;
		word-wrap: inherit;
		white-space: initial;
		padding-left: 50px;
		text-align: left;
		padding-right: 0;
	}
	.usl2 a#dLabel {
		padding-top: 21px!important;
	}
	.usl3 a#dLabel {
		padding-top: 21px!important;
	}
	.dropdown.usl.usl1 {
		margin-left: 0;
	}
	span.caret2 {
		top: 27px;
		right: 4px;
		left: inherit;
		position: absolute;
	}
	.usl ul li a {
		font-size: 13px;
	}
	a#dLabel.stro1 {
		font-size: 15px;
		padding: 7px 9px;
	}
	.stro1_1 span.caret2 {
		top: 9px;
		position: relative;
	}
	.stro1_1 ul.dropdown-menu.multi-level {
		top: 30px;
	}
	.stro1_1 .dropdown-menu>li>a {
		font-size: 13px;
	}
	.blue {
		width: 133px;
		background-size: 100%;
		height: 66px;
		margin: 0 5px 0;
	}
	.stro1q {
		margin: 23px 0 0;
		font-size: 15px;
	}
	.stro1q.active {
		top: -11px;
	}
	.drop ul li a {
		font-size: 14px;
		line-height: 16px;
		padding: 7px 13px;
	}
	.banner .row {
		background-size: 100%;
		padding: 0 0 0 183px;
		height: 95px;
	}
	.h2_2 {
		font-size: 28px;
		margin: 11px 0 0;
	}
	a.banner_kn {
		top: -55px;
		right: 21px;
		width: 122px;
		padding: 14px 0;
	}
	.zag_v {
		line-height: 20px;
	}
	.txt_v {
		font-size: 14px;
		line-height: 16px;
	}
	.works_frame ul li {
		width: 217px!important;
		height: 239px!important;
	}
	div#basic3 {
		height: 252px;
	}
	.hov_z1 {
		font-size: 19px;
		margin: -4px 0 5px;
	}
	.hov_z2 {
		font-size: 14px;
		margin: 9px 0 5px;
	}
	.hov_z3 {
		font-size: 14px;
		line-height: 17px;
	}
	a.podr {
		font-size: 14px;
		margin: 7px 0 0;
	}
	.hov {
		top: -145px;
		height: 145px;
	}
	.works .controls {
		margin: -179px 0 0 -5px;
	}
	ul.fooul {
		padding: 0 16px 0 0;
		list-style: none;
	}
	.fooul li a {
		font-size: 14px;
		color: #4c4c4c;
		margin: 1px 0;
		display: block;
	}
	.fooz2 {
		margin: 0px 0 1px;
		line-height: 20px;
	}
	a.footer_phone {
		font-size: 18px;
		margin: 15px 0 -4px;
		font-family: 'PT Sans Narrow';
		font-weight: bold;
		color: #4c4c4c;
		width: 100%;
		display: block;
	}
	a.footer_zvonok {
		font-size: 14px;
		text-align: center;
		width: 113px;
		margin: 27px 0 0;
		line-height: 15px;
	}
	ul.fo2 {
		padding: 0px 0 0 16px;
		width: 61%;
	}
	.fo2 li a {
		font-size: 13px;
		padding: 0px 25px 0;
		line-height: 19px;
	}
	.fo2 li a:after {
		display:none;
	}
	.copy {
		font-size: 13px;
		padding: 2px 0 0;
	}
	.lang span.caret2 {
		display: none;
	}
	.item {
		background-size: 1000px;
		background-repeat: no-repeat;
		height: 256px;
		background-position: top center;
	}
	.slider_zag {
		font-size: 45px;
		font-family: 'PT Sans Narrow';
		color: #4c4c4c;
		font-weight: bold;
		line-height: 36px;
		margin: 50px 0 0;
	}
	.slider_text {
		margin: 3px 0 0;
	}
	a.slider_kn {
		margin: 1px 0 0;
		padding: 6px 0;
	}
	.stroimat {
		height: 202px;
	}

	.vigodi_onas h2.h2 {
		margin: 0px 0 20px;
		width: 100%;
	}
	.vopros input[type="submit"] {
		width: 84%;
	}
	.services .stro1_1 ul.dropdown-menu.multi-level {
		top: 35px;
	}
	.mai p {
		font-size: 14px;
		line-height: 16px;
	}
	.stroim.services_in {
		padding: 19px 0 50px;
	}
	ul.cat_menu li a {
		width: calc(33% - 18px);
		font-size: 13px;
	}
	span.price_do {
		display: none;
	}
	input.filter_price {
		width: 95%;
	}
	#filter .checkbox label {
		font-size: 14px;
		padding-left: 0px;
	}
	.checkbox label::before {
		top: 2px;
	}
	.checkbox label::after {
		top: 2px;
	}
	.bootstrap-select.btn-group .dropdown-toggle .filter-option {
		font-size: 14px;
	}
	#filter label {
		font-size: 14px;
	}
	#filter .checkbox.checkbox-primary {
		margin: 19px 0px 0;
	}
	.work_content .col-lg-2 {
		padding: 0 19px 0 0;
	}
	.work_content .frame ul.items li {
		height: 68px;
	}
	.work_content .frame {
		height: 205px;
		margin: 4px 0 0;
	}
	.work_content button.btn.prevPage {
		margin: 6px 0 0px;
		height: 21px;
	}
	.work_content .frame ul li img {
		margin: -32px 0 0;
	}
	.work_content button.btn.nextPage {
		margin: 5px 0 8px;
		height: 21px;
	}
	.sost .s1 {
		font-size: 14px;
	}
	.sost .s2 {
		font-size: 14px;
	}
	.work_har .sost2 {
		line-height: 19px;
	}
	.work_har .sost .s1 {
		padding-right: 15px;
	}
	a.next_work {
		font-size: 14px;
	}
	.product .frame {
		height: 223px!important;
	}
	.product .work_gallery a {
		height: 273px;
		line-height: 273px;
		margin: -1px 0 0 12px;
	}
	.product_new {
		top: 20px;
		right: 15px;
		font-size: 14px;
	}
	.pri .col {
		padding: 0 0 0 69px;
		float: left;
		margin: -18px 0px 0 0px;
		width: 100%;
		text-align: left;
	}
	.pri {
		height: 73px;
	}
	.product form .count {
		width: 100%;
		padding: 12px 0 0 20px;
	}
	.product form a.minus {
		width: 30px;
	}
	.product form a.plus {
		width: 30px;
	}
	.product form input.cou {
		width: 49px;
		margin: 0px 3px;
	}
	a.korz {
		width: 116px;
		margin: 8px 20px 0 0;
	}
	.product form .korz img {
		right: -16px;
	}
	.product form {
		height: 92px;
	}
	.p_kn a.p_like {
		padding: 4px 0 4px 0px;
		width: 116px;
		font-size: 14px;
		text-align: center;
		margin: 10px 0 0 20px;
	}
	.p_kn a.p_sravn {
		padding: 4px 0 4px 0px;
		width: 116px;
		font-size: 14px;
		text-align: center;
		margin: 10px 0 0 20px;
	}
	.p_kn {
		height: 86px;
	}
	.p_kn2 ul li {
		font-size: 14px;
		padding: 0 12px 0 42px;
		background-position: 23px 1px;
		margin: 7px 0 0;
		line-height: 14px;
	}
	.product_t {
		height: inherit;
	}
	.product .sost {
		margin: 0px 0 0 12px;
	}
	.lk table.sostav {
		width: 100%;
	}
	.lk a.print_order {
		float: right;
		width: 200px!important;
		line-height: 34px;
		margin: 10px 0 0;
		padding: 5px 0 6px 10px;
	}
	a.lk1 {
		line-height: 16px;
		padding: 9px 0 0 44px!important;
	}
	.cart_in.sostav tr td {
		padding: 0px 0 0px;
	}
	a.product_name {
		padding-left: 12px;
	}
	span.product_desc {
		padding-left: 12px;
	}
	.product_cart form input.cou {
		width: 35px;
	}
	.product_cart form a.minus {
		width: 20px;
	}
	.product_cart form a.plus {
		width: 20px;
	}
	.org .radio.radio-info.radio-inline {
		margin: 0;
		width: 50%;
	}
	.org input.dd {
		margin-left: 15px!important;
		margin-right: 15px!important;
		width:calc(33.3333% - 20px)!important;
	}
	.org input.dd:nth-last-child(3) {
		margin-left: 0!important;
	}
	.org input.dd:nth-last-child(1) {
		margin-right: 0!important;
	}
	.pay .radio.radio-info.radio-inline {
		width: 100%;
	}
	.deliver .radio.radio-info.radio-inline {
		width: 100%;
	}
	.pay {
		margin: 43px 0 30px;
	}
	.comm textarea {
		width: 100%;
	}
	.polits {
		margin: 16px 0 0!important;
	}
	.ben1 {
		background-position: 15px center;
		padding: 18px 0 0 75px;
	}
	.ben2 {
		background-position: 15px center;
		padding: 18px 0 0 75px;
	}
	.plo1 input[type="text"] {
		width: 96px!important;
		margin: -6px 11px 0 -1px!important;
	}
	.servi .works_frame {
		height: 273px!important;
	}
	.dopi a.plo4 span {
		margin: 0 9px 0 0;
		font-size: 14px;
	}
	.dopi a.plo4 {
		font-size: 14px;
	}
	.dopi {
		padding: 16px 16px;
	}
	.dopi a.plo4 img {
		display:none
	}
	a.podb2 {
		width: 170px;
	}

}

@media (max-width:767px){

	.menu1{
		display:none;
	}
	.lo {
    display: none;
}
.menu2 {
    display: none;
}

.works_frame ul li {
    width: 366.66px;
    margin: 0 10px;
    height: 400px;
    padding: 0;
    border: 0px solid #fff;
    border-radius: 4px!important;
}

.show_mob{
	display:block!important;
}
.hide_mob{
	display:none!important;
}
a.blue_bl {
    width: 45px;
    height: 26px;
    margin: 2px 0 0;
    line-height: 22px;
}
a.gray_bl {
    width: 45px;
    height: 26px;
    margin: 2px 0 0;
    line-height: 26px;
}
.fix_w {
    width: 300px;
    margin: 0 auto;
}
#toTop {
    display: none!important;
}
.owl-carousel1.owl-theme .owl-nav{
	display:none;
}
a.logo_mob {
    padding: 3px;
    float: left;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    width: 38px;
}
.menu_mob {
    background: #fff;
    padding: 8px 0;
    border-bottom: 1px solid #d9d9d9;
	z-index: 100;
    position: relative;
}
a.lk_mob {
    float: left;
    margin: 7px 0 0 11px;
}
a.cart_mob {
    float: left;
    margin: 6px 0 0;
}
input.mob_search {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    float: left;
    margin: 7px 15px 0;
    width: calc(100% - 118px);
	padding: 1px 6px;
    font-size: 14px;
    color: #848484;
}
.item {
    height: 180px;
	background-size: 768px;
}
.banner{
	display:none;
}
.novinki .controls.center, .akcia .controls.center, .works .controls {
    display: none;
}
.owl-carousel2 button.owl-prev {
    left: 0;
}
.owl-carousel2 button.owl-next {
    right: 0;
}
.owl-carousel1 .owl-dots {
    display: none;
}
.slider_zag {
    font-size: 24px;
    line-height: 24px;
    margin: 34px 0 0;
}
.slider_text {
    color: #4c4c4c;
    font-size: 18px;
    font-family: 'PT Sans Narrow';
    margin: 0px 0 0;
}
a.slider_kn {
    width: 86px;
    margin: 13px 0 0;
    padding: 5px 0;
}
.stroo h2.h2 {
    font-size: 19px;
    margin: 20px 0 17px;
}
.stroo .d1 {
    padding: 0;
    margin: 0 0 14px;
    float: left;
}
.stroo .d2 {
    padding: 0;
    margin: 0 0 14px;
    float: left;
}
.stroo .d3 {
    padding: 0;
    margin: 0 0 14px;
    float: left;
}
a#dLabel.stro1 {
    font-size: 16px;
    font-weight: normal;
}
a.pokaz {
    font-size: 14px;
    margin: 19px auto 9px!important;
    width: 124px;
    top: -5px;
}
.stroimat h2.h2 {
    font-size: 19px;
    margin: 17px 0 17px;
}
.blue {
    width: 74%;
    background-size: 100%;
    height: 40px;
    margin: 0 13% 10px;
    border-radius: 3px;
}
.stro1q {
    margin: 8px 0 0;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding: 0 0 0 19px;
}
span.caret3 {
    top: 9px;
    float: right;
    right: 18px;
}
.stroimat {
    height: inherit;
    padding-bottom: 9px;
}
.novinki h2.h2 {
    font-size: 19px;
    margin: 17px 0 6px;
}
.stro1q.active {
    top: -5px;
    position: relative;
}
.logo2 img {
    width: 76px;
}
ul.fo2{
	display:none
}
a.logo2 {
    margin: 8px 0 0;
}
.footer2 .container{
	padding:0;
}
.footer3 {
    height: 91px;
}
.copy {
    text-align: left;
}
.poli {
    text-align: left;
    padding: 0;
}
.crea {
    padding: 0;
    text-align: left;
}
a.footer_zvonok {
    float: left;
    margin: 29px 0 13px;
    font-size: 13px!important;
}
.fooul li a {
    font-size: 14px;
    color: #737373;
}
.fixx {
    margin: 5px 5px 0;
}
.bc form.search {
    width: 100%;
}
.bc form.search input#mySearch {
    width: calc(100% - 41px);
}
.er404 {
    margin: 33px 0 35px;
}
.er404 img {
    width: 100%;
}
.bc h1 {
    font-size: 20px;
    color: #4c4c4c;
    margin: 13px 0 5px;
    font-weight: normal;
}
.fix_row{
	border-top:0px solid #fff;
}
.bc ul {
    margin: 15px 0 0;
    
}
.bc .line_bc {
    display: none;
}
input#mySearch {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
	    font-size: 14px;
}
.bc form.search {
    margin: 12px 0 -4px;
}
p.text {
    margin: 0 0 5px;
	font-size: 14px;
}
button.lupa {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
p.text_sostav {
    font-size: 14px;
    font-weight: 400;
    font-family: 'PT Sans';
    margin: 14px 0 0;
}
.fix_w_s {
    width: 100%;
    margin: 6px 0 0;
}
.table_head td {
    background: #e5e5e5;
    padding: 2px 8px!important;
	font-size:13px;
}
.table_head td:nth-child(3) {
    width: 57px;
}
.table_head td:nth-child(4) {
    width: 61px;
}
.sostav tr td {
    border-bottom: 1px solid #d9d9d9;
    padding: 4px 8px;
    border-right: 1px solid #d9d9d9;
    font-size: 13px;
    line-height: 15px;
}
.sost .s1 span {
    font-size: 14px;
    font-weight: 400;
}
.sost .s1 {
    width: calc(50% - 5px);
}
.sost .s2 {
    font-size: 14px;
    width: 50%;
    margin: 2px 0 0;
}
.oplata {
    font-size: 14px;
    margin: 2px 0 3px;
	width: 100%;
}
a.print_order {
    float: left;
    width: 185px;
    font-size: 14px;
}
.row.thanks {
    padding: 0 0 30px;
}
hr.br_sostav {
    background: #ffffff;
}
.lk .col-lg-3 {
    padding: 0;
}
.lk_menu li a {
    height: 40px;
    padding: 7px 0 0 46px;
}
.lk .col-lg-9 {
    padding: 0;
}
.lk h2 {
    font-size: 18px;
    margin: 9px 0 -4px;
    float: left;
    width: 100%;
}
.lk_r .name {
    font-size: 14px;
	width: 43%;
}
.data {
    width: 57%;
}
.lk_r .name {
    line-height: 12px;
}
.lk_r .checkbox.checkbox-primary {
    margin-bottom: 8px;
}
.lk .radio.radio-info.radio-inline {
    margin: -16px 0 0;
}
.lk {
    padding: 0 0 1px;
}
.data .dropdown-menu.open {
    width: 100%;
}
.lk table.sostav {
    width: 100%;
}
.lk .table_head td {
    padding: 1px 5px!important;
}
.lk a.print_order {
    width: 170px!important;
    line-height: 34px;
    background-position: 17px center;
    margin: 12px 0 -10px;
    float: left;
    padding: 1px 0 2px 9px;
    text-decoration: none!important;
}
a.print_order.last_pr_or {
    margin: 12px 0 15px;
}
.lk_reg .data {
    width: 57%;
}
.lk_reg .info {
    display: none;
}
.lk_line.mr {
    margin: 20px 0 -10px;
}
hr.lk_line.lk_line3.mr {
    margin: 3px 0 -5px;
    float: left;
}
a.save.reg {
    margin: 18px 0 28px;
}
.stro1_1 ul.dropdown-menu.multi-level {
    position: relative;
    top: 0!important;
}
.services .row.stroo {
    height: auto;
}
.stroo .d1 {
    margin: 0 0 20px;
}
.stroo .d2 {
    margin: 0 0 20px;
}
.stroo .d3 {
    margin: 0 0 20px;
}
.drop ul li a {
    font-size: 14px;
    padding: 4px 17px;
}
.owl-carousel.branding .owl-item img {
    width: inherit;
    margin: 0 auto;
}
.branding button.owl-dot {
    background: #d9d9d9;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px 0;
}
.branding button.owl-dot.active {
    background: #27b8f7;
}
.branding .owl-dots {
    text-align: center;
    margin: 40px 0 0px;
    position: relative;
    float: left;
    display: block;
}
.branding .vig {
    margin: 12px auto 0;
    width: 290px;
    display: contents;
}
.row.owl-carousel.branding {
    margin: 0 0 -40px;
    height: 196px!important;
}
.vigodi_onas h2.h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 5px 0 18px;
    line-height: 18px;
    width: 100%;
}
.forma h2 {
    font-size: 18px;
    font-weight: normal;
    color: #4c4c4c;
    margin: 15px 0 15px;
}
.vopros input[type="text"] {
    width: 100%;
}
.vopros textarea {
    width: 100%;
    margin: 0 0 9px;
}
.forma .radio.radio-info.radio-inline {
    margin: -22px 0 6px;
}
.vopros input[type="submit"] {
    width: 167px;
    float: left;
}
#bra .owl-item img {
    width: auto;
	vertical-align: middle;
    display: inline;
}
#bra .owl-item {
    width: auto;
	line-height: 100px;
}
#bra .item {
    height: 100px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #d8dad9;
    padding: 0px 10px;
    text-align: center;
    margin: 0 40px;
}
#bra .owl-dots {
    display: none;
}
#bra {
    margin: 20px 0;
}
#bra .owl-nav {
    position: absolute;
    width: 100%;
    top: 22px;
}
#bra button.owl-prev {
    left: 0px;
    position: absolute;
}
#bra button.owl-next {
    right: 0px;
    position: absolute;
}
#bra button span {
    color: #27b7f8;
    font-size: 26px;
    top: -8px;
    position: relative;
}
.forma {
    padding: 0 0 20px;
}
.v_desc {
    margin: 0 0 36px;
}
.bc h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 19px 0 7px;
}
.contacts .col-lg-4 {
    padding: 0;
}
.shop3 {
    border-top: 1px solid #d9d9d9;
    margin-bottom: -15px;
}
.contacts .col-lg-8 {
    padding: 0;
    margin: 0 -15px;
}
.contacts .col-lg-8 > ymaps {
    height: 180px!important;
}
.row.contacts {
    padding-bottom: 25px;
}
.portfolio h2 {
    font-size: 18px;
    font-weight: normal;
}
#portfolio li {
    width: 100%!important;
    margin: 0!important;
    padding: 0;
}
#portfolio li img{
    width: 100%!important;
    margin: 0;
    padding: 0;
}
#portfolio li .podr img {
    width: 10px!important;
    float: right;
    top: 4px;
    position: relative;
	right: 9px;
}
#portfolio button.owl-dot {
    background: #d9d9d9;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px 0;
}
#portfolio button.owl-dot.active {
    background: #27b8f7;
}
#portfolio  .owl-dots .owl-dot span{
	display:none;
}
#portfolio li {
    width: 288px!important;
    margin: 0 auto!important;
    padding: 0;
    display: block;
    float: initial;
	height: 384px;
}
.portfolio a.pokaz2 {
    margin: -7px auto 28px!important;
    z-index: 99;
}
#portfolio2 li {
    width: 100%!important;
    margin: 0!important;
    padding: 0;
}
#portfolio2 li img{
    width: 100%!important;
    margin: 0;
    padding: 0;
}
#portfolio2 li .podr img {
    width: 10px!important;
    float: right;
    top: 4px;
    position: relative;
	right: 9px;
}
#portfolio2 button.owl-dot {
    background: #d9d9d9;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px 0;
}
#portfolio2 button.owl-dot.active {
    background: #27b8f7;
}
#portfolio2  .owl-dots .owl-dot span{
	display:none;
}
#portfolio2 li {
    width: 288px!important;
    margin: 0 auto!important;
    padding: 0;
    display: block;
    float: initial;
	height: 384px;
}
#portfolio .owl-stage {
    height: 385px!important;
    float: left;
}
#portfolio2 .owl-stage {
    height: 385px!important;
    float: left;
}
.portfolio {
    padding: 0 0 0px;
}
.logo_menu, .cart_menu, .lk_menu, .market_menu {
    background: #fff;
    box-shadow: 0 2px 9px #c3c1c1;
    z-index: 99;
    position: absolute;
    width: 100%;
}
#portfolio3 li {
    width: 100%!important;
    margin: 0!important;
    padding: 0;
}
#portfolio3 li img{
    width: 100%!important;
    margin: 0;
    padding: 0;
}
#portfolio3 li .podr img {
    width: 10px!important;
    float: right;
    top: 4px;
    position: relative;
	right: 9px;
}
#portfolio3 button.owl-dot {
    background: #d9d9d9;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px 0;
}
#portfolio3 button.owl-dot.active {
    background: #27b8f7;
}
#portfolio3  .owl-dots .owl-dot span{
	display:none;
}
#portfolio3 li {
    width: 288px!important;
    margin: 0 auto!important;
    padding: 0;
    display: block;
    float: initial;
	height: 270px;
}
#portfolio3 .owl-nav {
    display: none;
}
.portf3 {
    height: 330px;
}
.stroim.services_in {
    padding: 19px 0 0px;
}
.mai a {
    font-size: 18px;
    font-weight: normal;
    text-align: left;
}
.mai p {
    font-size: 14px;
    margin: 0px 0 11px;
    text-align: left;
}
.master2 {
    height: 110px;
    background: #f5f5f5;
    border-radius: 3px;
    margin: 0 0 21px;
    background-image: url(/assets/img/master2.png);
    background-position: right 0px;
    background-repeat: no-repeat;
    padding: 15px 41px 0 17px;
    line-height: 19px;
}
.master2 div{
	font-family: 'PT Sans Narrow';
	font-size:18px;
	color:#4c4c4c;
}
.master2 a {
    background: #2dbbf8;
    background: -moz-linear-gradient(top, #2dbbf8 0%, #019ff7 100%);
    background: -webkit-linear-gradient(top, #2dbbf8 0%,#019ff7 100%);
    background: linear-gradient(to bottom, #2dbbf8 0%,#019ff7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbbf8', endColorstr='#019ff7',GradientType=0 );
    color: #fff;
    font-size: 13px;
    width: 85px;
    display: block;
    padding: 6px 0;
    text-align: center;
    border-radius: 3px;
    margin: 11px 0 0;
}
.work_gallery {
    padding: 0;
    margin: 7px 0 0;
}
ul.w_g {
    padding: 0;
    list-style: none;
    margin: 10px 0 13px;
    float: left;
}
.w_g li {
    float: left;
    width: calc(33.3333% - 8px);
    margin: 0 6px;
}
.w_g li:first-child {
    margin-left:0;
}
.w_g li:last-child {
    margin-right:0;
}
.w_g li img{
    width: 100%;
}
.work_har.mw .sost {
    padding: 0;
    margin: 0;
}
.mw .sost h2 {
    font-size: 18px;
    font-weight: normal;
}
.work_har.mw .sost .s1 {
    width: calc(50% - 5px);
}
.work_har.mw .sost .s2 {
    width: 50%;
}
a.next_work {
    width: 155px;
    font-size: 14px;
    padding: 6px 0;
}
.work_content {
    padding: 0 0 25px;
}
.product .work_gallery {
    margin: 0;
}
.product .work_gallery a {
    border: 0px solid #fff;
    width: 100%;
    height: auto;
    max-width: 320px;
    padding: 0;
    line-height: inherit;
	margin: 0 auto;
}
.product_new {
    font-size: 14px;
    top: 0px;
    right: 5px;
}
.product .work_har {
    float: left;
}
.product .sost {
    float: left;
    margin: 0;
    padding: 0;
}
.product .flp {
    float: left;
    padding: 0;
    margin: 0;
	width: 100%;
}
.product .work_har .sost2 {
    margin: 0 0 0px;
}
.product .work_har .sost .s1 {
    width: calc(50% - 5px);
}
.product .work_har .sost .s2 {
    width: 50%;
}
.product_t {
    margin: 25px auto 0;
    max-width: 320px;
}
.product form a.minus {
    width: 30px;
}
.product form a.plus {
    width: 30px;
}
.product form input.cou {
    width: 34px;
}
a.korz {
    width: 123px;
}
.p_kn a.p_like img {
    display: inline-block;
}
.p_kn a.p_sravn img {
    display: inline-block;
}
.p_kn a.p_like{
	width: 100px;
}
.p_kn a.p_sravn {
    width: 100px;
    float: right;
    margin-right: 21px;
}
.product_text h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 16px 0 11px;
}
.novinki h2.h2 {
    font-size: 18px;
    font-weight: normal;
}
.viewed h2.h2 {
    font-size: 18px;
    font-weight: normal;
}

.tov1 li {
    width: 100%!important;
    margin: 0!important;
    padding: 0!important;
}
.tov1 li img {
    width: 80px!important;
    margin: 0!important;
    padding: 0!important;
    float: left!important;
}
.tov1 li .podr img {
    width: 10px!important;
    float: right!important;
    top: 4px!important;
    position: relative!important;
	right: 9px!important;
}
.tov1 button.owl-dot {
    background: #d9d9d9;
    width: 10px!important;
    height: 10px!important;
    border-radius: 50%!important;
    margin: 0 5px 0!important;
}
.tov1 button.owl-dot.active {
    background: #27b8f7!important;
}
.tov1  .owl-dots .owl-dot span{
	display:none!important;
}
.tov1 li {
    width: 288px!important;
    margin: 0 auto!important;
    padding: 0!important;
    display: block!important;
    float: initial!important;
	height: 270px;
}
.tov1 .owl-nav {
    display: none;
}
.tov1 .rr {
    float: left!important;
    width: calc(100% - 80px)!important;
    font-size: 14px!important;
	padding: 0 0 0 3px!important;
}
.tov1 span.fla.new {
    position: inherit;
    right: inherit;
    top: inherit;
    float: inherit;
	font-size: 13px!important;
}
.tov1 a.name {
    font-size: 16px!important;
    font-weight: normal;
    width: 100%;
    float: left;
    padding: 0;
}
.tov1 span.desc {
    float: left!important;
    text-align: left!important;
    padding: 0!important;
    margin: 2px 0 0!important;
}
.tov1 hr.line {
    float: left!important;
    width: 100%!important;
    margin: 7px 0 11px!important;
}
.tov1 .pr {
    float: left!important;
    width: 100%!important;
}
.tov1 .price {
    color: #4c4c4c;
    font-family: 'PT Sans Narrow';
    font-size: 18px!important;
    font-weight: normal;
    padding: 6px 0!important;
    float: left!important;
}
.tov1 .price span {
    color: #4c4c4c;
    font-size: 14px!important;
    text-decoration: line-through;
    font-weight: 400!important;
    margin: 0 9px 0 0!important;
}
.tov1 li .kns img {
    width: auto!important;
    float: inherit!important;
    margin: 0 auto!important;
}
.tov1 .kns {
    padding: 0!important;
    float: right!important;
    width: 162px!important;
}
.tov1 .kns a{
	display: grid!important;
}
h2.h2.mob_h2_1 {
    margin: 16px 0 26px!important;
}
.tov_a {
    height: 190px;
}
.viewed h2.h2 {
    margin: 10px 0 25px;
}
.viewed {
    padding: 0 0 5px;
}
.tov1 a.like img {
    top: 3px;
    position: relative;
}
.tov1 a.sravn img {
    top: 3px;
    position: relative;
}
.stroimat.catalog_menu {
    padding: 19px 0 10px;
}
h2.h2.mobh2_2 {
    margin: 0 0 21px;
}
h2.h2.mobh2_3 {
    margin: 0 0 21px;
    font-size: 18px;
    font-weight: normal;
}
.btn-group.bootstrap-select.f_50.category_select {
    width: 100%!important;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
}
.stroimat.cat_menu {
    height: 77px;
    margin: 12px 0 26px;
}
.svernut {
    display: none;
}
.tov_a {
    height: 190px!important;
}
.category .wrap {
    width: 100%;
}
.seo_text h2 {
    font-size: 18px;
    font-weight: normal;
}
.seo_text p {
    font-size: 14px;
}
.seo_text {
    margin: 0 0 7px;
}
div#filter {
    height: auto;
    padding: 8px 0 17px;
}
#filter label {
    font-size: 14px;
    color: #4c4c4c;
}
#filter .radio {
    width: 100%;
    margin: 5px 0 -5px;
}
#filter .btn-group.bootstrap-select.f_50 {
    width: 100%!important;
}
#filter .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 14px;
}
#filter .col-lg-3 {
    padding: 0;
    float: left;
	width: 100%;
}
#filter .col-lg-9 {
    padding: 0;
    float: left;
	width: 100%;
}
input.filter_price {
    width: 133px;
    float: left;
    margin: 11px 0 0 17px;
    font-size: 14px;
}
.mob_check {
    width: 50%!important;
    margin: -10px 0 -10px;
}
input.filter_kn {
    float: left;
    margin: 23px 13px 0 0;
    width: 100px;
}
a.filter_clear {
    float: left;
    width: 100px;
    margin: 23px 0 0 0;
}
.sorti .sor {
    font-size: 14px;
}
.sorti_wrap span.filter-option.pull-left {
    font-size: 14px!important;
}
.sorti_wrap button.btn.dropdown-toggle.btn-default {
    padding: 4px 18px 4px 9px!important;
}
.sorti_wrap {
    margin: -10px 0 33px;
}
.ben1 {
    width: 100%;
    border: 0px solid #fff;
    margin: 0;
}
.ben2 {
    width: 100%;
    border: 0px solid #fff;
    margin: 0;
}
.service_content {
    padding: 0;
    margin: 15px 0 0;
}
.bens {
    float: left;
    margin: 12px 0 20px;
	    width: 100%;
}
.wrwr {
    width: 100%;
    height: 385px;
}
.service_calc {
    font-size: 14px;
    padding: 0;
}
.s_r .btn-group.bootstrap-select.f_50 {
    width: 165px!important;
    float: left;
    margin: 6px 0 0!important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 14px;
}
.m1{
	padding: 10px 0 1px;
}
.plo1 span:first-child {
    width: 45px;
}
.plo1 {
    width: 45%;
}
.plo1 input[type="text"] {
    width: 50px!important;
    margin: -6px 6px 0 8px!important;
}
a.tool.hh {
    display: none!important;
}
.ff.ff2 {
    width: 30%;
}
input.geo {
    width: 59%;
    float: right;
}
a.podb1 {
    width: 157px;
}
a.podb2 {
    width: 91px;
    margin: 9px 0 0 8px;
}
a.podb3 {
    margin: 9px 0 0 4px;
    width: 30px;
}
h3.se_h3 {
    font-size: 20px;
    font-weight: normal;
    margin: 12px 0 -9px;
}
.obsh {
    font-size: 18px;
    font-weight: normal;
}
.otr {
    font-size: 18px;
    font-weight: normal;
    margin: 17px 0 0;
}
.s_r2 input[type="text"]:first-child {
    margin-right: 0;
    width: 100%;
}
.s_r2 input[type="text"]:nth-child(2) {
    margin-left: 0;
    width: 100%;
}
.s_r2 textarea {
    margin: 13px 0 -14px;
}
a.podb4 {
    padding: 6px 0;
}
.row.service_one {
    margin: 0 0 10px;
}
.dopi {
    padding: 10px 11px 12px;
}
a.ras {
    padding: 6px 0;
}
tr.table_head {
    display: none;
}
a.product_name {
    font-size: 16px;
    font-weight: normal;
}
span.product_desc {
    font-size: 12px;
}
.cart_in.sostav tr td {
    border-right: 0px solid #fff;
    padding: 13px 0 12px 12px;
}
td.cart_img {
    vertical-align: text-bottom;
}
.cart_img a {
    width: 57px;
    line-height: inherit;
}
table.sostav.cart_in {
    margin: -5px 0 0;
}
.cena {
    font-size: 18px;
    color: #4c4c4c;
    margin: 13px 0 5px;
    font-weight: normal;
    float: left;
}
form.cart_count.casrt {
    float: right;
    width: 100px;
    margin: 6px 0 0;
}
.casrt a.minus {
    float: left;
    display: block;
    border: 1px solid #d9d9d9;
    text-align: center;
    width: 20px;
    height: 30px;
    font-size: 21px;
    line-height: 25px;
    border-radius: 3px;
}
.casrt a.plus {
    float: left;
    display: block;
    border: 1px solid #d9d9d9;
    text-align: center;
    width: 20px;
    height: 30px;
    font-size: 21px;
    line-height: 25px;
    border-radius: 3px;
}
.casrt input.cou {
    float: left;
    width: 30px;
    margin: 0px 5px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    text-align: center;
    padding: 6px 0;
    height: 30px;
}
span.product_desc {
    margin: 3px 0;
    float: left;
}
.sostav tr td:last-child {
    vertical-align: text-bottom;
}
td.itog {
    padding: 0!important;
}
.e1 {
    width: 33.3333%;
    float: left;
}
td.itog {
    padding: 9px 7px 9px 0 !important;
}
.e1.e1_1 {
    font-size: 18px;
    font-family: 'PT Sans Narrow';
    position: relative;
    top: -1px;
}
.sk {
    float: left;
    font-size: 14px;
    margin: 12px 0 -12px;
}
input.promocode {
    margin: 23px 21px 0 0px;
    font-size: 14px;
    width: 180px;
}
a.prim {
    font-size: 14px;
    width: 89px;
    float: right;
}
.bc .cart_r h2 {
    margin: -9px 0 -4px;
}
.org {
    margin: -12px 0 0;
    font-size: 14px;
}
.radio label {
    font-size: 14px;
}
.org input[type="text"] {
    width: 100%;
    margin: 13px 0 0;
}
h2.ca_h2.m5 {
    margin: 11px 0 -8px;
}
.pay .radio.radio-info.radio-inline {
    width: 100%;
    float: left;
    font-size: 16px;
    margin: 0px 0 2px;
}
.deliver {
    padding:0;
}
.deliver h2.ca_h2 {
    margin: 11px 0 -2px;
}
.deliver .radio.radio-info.radio-inline {
    width: 100%;
	font-size:14px;
}
.cart_r .btn-group.bootstrap-select.f_50:last-child {
    width: 100%!important;
    margin: 9px 0 23px 0;
}
.comm textarea {
    width: 100%;
    margin: 4px 0 -2px;
    font-size: 14px;
}
.polt2 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 17px 0 0;
}
.comm a.polt {
    float: initial;
    margin: 18px auto!important;
    padding: 6px 9px;
    font-size: 14px;
}
.row.cart_r {
    margin: 0 0 35px;
}
h2.h2.m6 {
    margin: 13px 0 20px;
	font-size: 20px;
}
h2.h2.m7 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: normal;
}
.master3 .row {
    height: 110px;
    background: #f5f5f5;
    border-radius: 3px;
    margin: 0 0 21px;
    background-image: url(/assets/img/master2.png);
    background-position: right 0px;
    background-repeat: no-repeat;
    padding: 15px 41px 0 17px;
    line-height: 19px;
}
.master3 {
	background:#fff;
}
.m7 {
    font-family: 'PT Sans Narrow';
    font-size: 18px;
}
.m8 {
    font-family: 'PT Sans Narrow';
    font-size: 16px;
    padding-right: 34px;
}
.master3 .row {
    height: 132px;
    background: #f5f5f5;
    border-radius: 3px;
    margin: 0 0 21px;
    background-image: url(/assets/img/master3.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 15px 41px 0 17px;
    line-height: 19px;
}
.master3 a {
    background: #2dbbf8;
    background: -moz-linear-gradient(top, #2dbbf8 0%, #019ff7 100%);
    background: -webkit-linear-gradient(top, #2dbbf8 0%,#019ff7 100%);
    background: linear-gradient(to bottom, #2dbbf8 0%,#019ff7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbbf8', endColorstr='#019ff7',GradientType=0 );
    color: #fff;
    font-size: 13px;
    width: 85px;
    display: block;
    padding: 6px 0;
    text-align: center;
    border-radius: 3px;
    margin: 11px 0 0;
}
h2.h2.h2_v.m9 {
    font-size: 20px;
    font-weight: normal;
}
.v_desc {
    font-size: 14px;
}
.v_desc br{
    display:none;
}
.glav #portfolio li {
    height: 320px;
}
.glav .owl-nav {
    display: none;
}
.glav .frame.works_frame {
    height: 380px;
}
h2.h2.m10 {
    font-size: 20px;
    font-weight: normal;
    margin: 13px 0;
}
a.pokaz2.m11 {
    margin: 0 auto 34px!important;
}
h2.h2.h2_we {
    font-size: 20px;
    font-weight: normal;
    margin: 5px 0 -13px;
}
p.we {
    font-size: 14px;
}
.blog .owl-nav {
    display: none;
}
.bb.bb3 {
    width: 100%!important;
    padding: 0;
    margin: 0;
}
.txt_b1 {
    font-size: 18px;
    font-weight: normal;
    margin: 9px 0 20px;
    line-height: 19px;
    text-align: left;
}
.txt_b2 {
    font-size: 11px;
    margin: -12px 0 0;
    text-align: left;
}
.txt_b3 {
    font-size: 14px;
    margin: 8px 0 41px;
    line-height: 18px;
    text-align: left;
}
.blog .frame.works_frame.hide_destop.show_mob {
    height: 391px;
}
h2.h2.m12 {
    font-size: 20px;
    font-weight: normal;
    margin: 12px 0 12px;
}
.tov1 a.icon_cart {
    margin-right: 3px;
}
.cart_menu {
    padding: 7px 0;
}
.cart_menu .row {
    margin: 0 -15px;
    padding: 0 0;
}
.cart_menu .cart_img a {
    width: 57px;
    line-height: inherit;
    margin-left: 15px;
}
.cart_menu a.delete{
	margin-right: 15px;
}
.cart_menu table.sostav.cart_in.hide_destop.show_mob {
    border-bottom: 1px solid #d9d9d9;
}
a.mob_of {
    background: #2dbbf8;
    background: -moz-linear-gradient(top, #2dbbf8 0%, #019ff7 100%);
    background: -webkit-linear-gradient(top, #2dbbf8 0%,#019ff7 100%);
    background: linear-gradient(to bottom, #2dbbf8 0%,#019ff7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbbf8', endColorstr='#019ff7',GradientType=0 );
    color: #fff;
    font-size: 14px;
    float: right;
    margin-right: 15px;
    padding: 4px 9px;
    margin: 11px 15px 5px 0;
    border-radius: 3px;
}
span.product_desc {
    width: 100%;
}
.vhod {
    font-family: 'PT Sans Narrow';
    font-size: 14px;
    color: #b2b2b2;
    margin: 10px 0 8px;
}
.lk_menu input {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #b2b2b2;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    padding: 7px 12px;
    margin: 0 0 9px;
}
.lk_menu input::-webkit-input-placeholder {color:#b2b2b2;}
.lk_menu input::-moz-placeholder          {color:#b2b2b2;}/* Firefox 19+ */
.lk_menu input:-moz-placeholder           {color:#b2b2b2;}/* Firefox 18- */
.lk_menu input:-ms-input-placeholder      {color:#b2b2b2;}
a.remember {
    color: #29b8f8;
}
a.login {
    background: #2dbbf8;
    background: -moz-linear-gradient(top, #2dbbf8 0%, #019ff7 100%);
    background: -webkit-linear-gradient(top, #2dbbf8 0%,#019ff7 100%);
    background: linear-gradient(to bottom, #2dbbf8 0%,#019ff7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dbbf8', endColorstr='#019ff7',GradientType=0 );
    color: #fff;
    float: right;
    padding: 3px 12px;
    border-radius: 3px;
	text-decoration:none!important
}
a.registration {
    color: #29b8f8;
    float: left;
    width: calc(100% + 30px);
    border-top: 1px solid #d9d9d9;
    margin: 8px 0 0;
    padding: 8px 15px 10px;
    font-size: 14px;
    position: relative;
    left: -15px;
}
.mark {
    color: #6bb6f5;
    font-size: 13px;
    border-bottom: 1px solid #d9d9d9;
    padding: 8px 0 5px;
    text-transform: uppercase;
}
.logo_menu ul {
    list-style: none;
    padding: 0;
    margin: 0 0 -1px;
}
.logo_menu ul li a {
    color: #4c4c4c;
    font-size: 13px;
    border-bottom: 1px solid #d9d9d9;
    display: block;
    padding: 4px 0;
    background-image: url(/assets/img/mob_array_right.png);
    background-repeat: no-repeat;
    background-position: right center;
}
a.mark3 {
    color: #6bb6f5;
    font-size: 13px;
    border-bottom: 1px solid #d9d9d9;
    padding: 8px 0 5px;
    text-transform: uppercase;
    display: block;
    background-image: url(/assets/img/mob_array_left.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.market_menu ul {
    list-style: none;
    padding: 0;
    margin: 0 0 -1px;
}
.market_menu ul li a {
    color: #4c4c4c;
    font-size: 13px;
    border-bottom: 1px solid #d9d9d9;
    display: block;
    padding: 4px 0;
}
a.mark2 {
    color: #6bb6f5;
    font-size: 13px;
    padding: 8px 0 5px;
    text-transform: uppercase;
    display: block;
    background-image: url(/assets/img/mob_array_right.png);
    background-repeat: no-repeat;
    background-position: right center;
	border-bottom: 1px solid #d9d9d9;
}
a.mob_banner {
    display: block;
    margin: 14px 0 17px;
}
.stroimat.cat_menu.cct {
    height: 77px;
}



.ms2_product .price {
    padding-left: 30px;
    padding-right: 30px;
}


	

}