/** FONTS **/

/* clear sans regular */
@font-face {
  font-family: 'ClearSans';
  src: url('../fonts/ClearSans.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ClearSans.woff') format('woff'),
       url('../fonts/ClearSans.ttf')  format('truetype'),
       url('../fonts/ClearSans.svg#ClearSans') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* clear sans italic */
@font-face {
  font-family: 'ClearSans';
  src: url('../fonts/ClearSans-Italic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ClearSans-Italic.woff') format('woff'),
       url('../fonts/ClearSans-Italic.ttf')  format('truetype'),
       url('../fonts/ClearSans-Italic.svg#ClearSans-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
}
/* clear sans bold */
@font-face {
  font-family: 'ClearSans';
  src: url('../fonts/ClearSans-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ClearSans-Bold.woff') format('woff'),
       url('../fonts/ClearSans-Bold.ttf')  format('truetype'),
       url('../fonts/ClearSans-Bold.svg#ClearSans-Bold') format('svg');
  font-weight: 600;
  font-style: normal;
}
/* clear sans bold italic */
@font-face {
  font-family: 'ClearSans';
  src: url('../fonts/ClearSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ClearSans-BoldItalic.woff') format('woff'),
       url('../fonts/ClearSans-BoldItalic.ttf')  format('truetype'),
       url('../fonts/ClearSans-BoldItalic.svg#ClearSans-BoldItalic') format('svg');
  font-weight: 600;
  font-style: italic;
}
/* gotham pro regular */
@font-face {
  font-family: 'GothamPro';
  src: url('../fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
       url('../fonts/GothamPro.otf')  format('opentype'),
	     url('../fonts/GothamPro.woff') format('woff'),
       url('../fonts/GothamPro.ttf')  format('truetype'),
       url('../fonts/GothamPro.svg#GothamPro') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* gotham pro medium */
@font-face {
  font-family: 'GothamPro';
  src: url('../fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/GothamPro-Medium.otf')  format('opentype'),
	     url('../fonts/GothamPro-Medium.woff') format('woff'),
       url('../fonts/GothamPro-Medium.ttf')  format('truetype'),
       url('../fonts/GothamPro-Medium.svg#GothamPro-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
/* gotham pro bold */
@font-face {
  font-family: 'GothamPro';
  src: url('../fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/GothamPro-Bold.otf')  format('opentype'),
	     url('../fonts/GothamPro-Bold.woff') format('woff'),
       url('../fonts/GothamPro-Bold.ttf')  format('truetype'), url('../fonts/GothamPro-Bold.svg#GothamPro-Bold') format('svg');
  font-weight: 600;
  font-style: normal;
}


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


/** END FONTS **/

/** GRID **/
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  display: block;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
 
.col-xs-1-5 {
  width: 20%;
  float: left;
}
 
@media (min-width: 768px) {
  .col-sm-1-5{
    width: 20%;
    float: left;
  }
}
 
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}
 
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}

.modal-dialog {
  position: relative;
  width: auto;
  max-width: 600px;
  margin: 10px;
}

.modal-sm {
  max-width: 300px;
}

.modal-lg {
  max-width: 900px;
}

@media (min-width: 768px) {
  .modal-dialog {
    margin: 30px auto;
  }
}

@media (min-width: 320px) {
  .modal-sm {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 620px) {
  .modal-dialog {
    margin-right: auto;
    margin-left: auto;
  }
  .modal-lg {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media (min-width: 920px) {
  .modal-lg {
    margin-right: auto;
    margin-left: auto;
  }
}

/** END GRID **/

/** MAIN STYLES **/
body {
  font-family: 'ClearSans', sans-serif;
  font-size: 15px;
  color: #434343;
  overflow-x: hidden;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="password"] {
  font-family: 'ClearSans', sans-serif;
  padding-left: 12px;
}

textarea {
  font-family: 'ClearSans', sans-serif;
  padding-left: 12px;
}

.nobg {background: transparent;}

::-webkit-input-placeholder {font-family: 'ClearSans', sans-serif; color: #555;}
::-moz-placeholder {font-family: 'ClearSans', sans-serif; color: #555;}
:-moz-placeholder {font-family: 'ClearSans', sans-serif; color: #555;}
:-ms-input-placeholder {font-family: 'ClearSans', sans-serif; color: #555;}

:focus {
  outline: none;
}

.nopaddingLeft {
  padding-left: 0;
}

.nopaddingRIght {
  padding-right: 0;
}


a, button, input[type="submit"], a .animate, .important-animate {
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  text-decoration: none;
}

.button {
  height: 42px;
  display: inline-block;
  text-align: center;
  font-family: "GothamPro", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 1px #d13a10;
  padding: 10px 36px 10px;
  background: url(../img/button-bg.png) repeat-x 0px -1px;
  border-radius: 3px;
  border: 1px solid transparent;
  border-bottom: 2px solid transparent;
}

.button:hover, .button.button-small:hover {
  color: #fff;
  text-decoration: none;
  background: #fff;
  color: #f15e22;
  border-color: #f15e22;
  text-shadow: 0 1px 1px #ccc;
}

.button.button-yellow {
  background: url(../img/button-yellow-bg.png) repeat-x 0px -1px;
  color: #3e3e3e;
  text-shadow: 0 1px 1px #fff;
}

.button.button-small {
  background: url(../img/button-small-bg.png) repeat-x 0 -1px;
  height: 36px;
  font-size: 13px;
  padding: 9px 15px 11px;
}

.button.button-yellow.button-small {
  background: url(../img/button-yellow-small-bg.png) repeat-x 0 -1px;
  height: 36px;
  font-size: 13px;
  padding: 9px 15px 10px;
}

.button.button-yellow:hover {
  background: #fff;
  border-color: #a63c13;
  color: #a63c13;
  text-shadow: 0 1px 1px #ccc;
}

.button.button-transparent {
  background: transparent;
  color: #f05b21;
  border: 1px solid #f05b21;
  border-bottom: 1px solid #f05b21;
  text-shadow: none;
  height: 40px;
}

.button.button-transparent:hover {
  background: #f05b21;
  color: #fff;
  text-shadow: none;
}

.button-container {
  text-align: center;
}

.button.button-gray-transparent {
  font-family: "ClearSans", sans-serif;
  background: transparent;
  border: 1px solid #8c8c8c;
  color: #8c8c8c;
  font-size: 11px;
  line-height: 11px;
  padding: 2px 13px 3px;
  text-shadow: none;
  font-weight: normal;
  height: auto;
}

.button.button-gray-transparent:hover {
  color: #fff;
  background-color: #8c8c8c;
  text-shadow: none;
}

.img-animate {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;  
}

a {
  color: #f15e22;
}

a:hover {
  color: #f15e22;
  text-decoration: underline;
}

h2 {
  font-family: "GothamPro", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #434343;
  text-align: center;
  margin: 60px 0 30px;
}

/** END MAIN STYLES **/

/** OTHER STYLES **/

#header {
  padding-bottom: 45px;
  position: relative;
}

#allAdresses {
  width: 100%;
  position: absolute;
  z-index: 100;
  display: none;
  top: 153px;
}

#allAdresses > .container > .row > .col-xs-12 > .addresses-content {
  background: #fff;
  border: 1px solid #dedede;
  min-height: 302px;
  padding: 20px 20px 0 20px;
}

.addresses-content h2 {
  margin: 0 0 18px;
  text-align: center;
  font-family: 'ClearSans', sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.addressess-one-container {
  border: 1px solid transparent;
  padding: 20px;
  min-height: 235px;
  border-radius: 3px;
  cursor: default;
  margin-bottom: 20px;
}

.addressess-one-container:hover {
  border-color: #f2d22e;
}

.addressess-one-container h3 {
  color: #f15e22;
  font-size: 16px;
  font-weight: bold;
  font-family: 'ClearSans', sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
}

.addressess-one-container .fa {
  font-size: 16px;
  color: #f2d22e;
  float: left;
  margin-right: 11px;
  margin-top: 3px;
}

.addressess-one-container p {
  float: left;
  font-size: 13px;
  line-height: 21px;
}

.addressess-one-container .link-phone {
  font-size: 13px;
  color: #434343;
  text-decoration: none;
}

.addressess-one-container .link-phone:hover {
  text-decoration: none;
}

.showMap {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px dashed #f15e22;
  line-height: 17px;
}

.showMap:hover {
  text-decoration: none;
}

#close-addresses, #close-collections, button.modal-close {
  display: block;
  width: 11px;
  height: 11px;
  background: url(../img/close-addresses.png) no-repeat top left;
  position: absolute;
  right: 27px;
  top: 13px;
  z-index: 111;
  opacity: 1;
}

#close-collections {
  right: 15px;
  top: 15px;
}

#close-addresses:hover, #close-collections:hover, button.modal-close:hover {
  -webkit-transform: rotate( 90deg );
  -moz-transform: rotate( 90deg );
  -ms-transform: rotate( 90deg );
  -o-transform: rotate( 90deg );
  transform: rotate( 90deg );
  opacity: 1;
}

button.modal-close {
  top: 15px;
  right: 15px;
}

#header-top {
  min-height: 46px;
  background: #f2d22e;
}

#menu-top {
  
}

#menu-top ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 9px;
  text-align: center;
}

#menu-top ul li {
  display:inline-block;
  float: none;
  border-right: 1px solid #f9e994;
}

#menu-top ul li:first-child {
  border-left: 1px solid #f9e994;
}

#menu-top ul li a {
  display: inline-block;
  padding: 5px 16px;
  font-family: 'GothamPro', sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #3e3e3e;
  text-transform: uppercase;
}

#menu-top ul li a:hover, #menu-top ul li a.active {
  
}

#search-form {
  margin-top: 7px;
  padding-bottom: 7px;
}

#search-form input[type="text"] {
  width: 100%;
  height: 31px;
  border: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

#search-form .button-field-search {
  width: 100%;
  height: 31px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border: none;
  font-family: 'GothamPro', sans-serif;
  font-size: 12px;
  color: #fff;
  background: #f15e22;
}

#search-form .button-field-search:hover {
  border-left: 1px solid #f15e22;
  background: #fff;
  color: #f15e22;
}

#cart-top-right {
  float: right;
  margin-top: 10px;
  padding-bottom: 9px;  
}

#cart-top-right i {
  position: relative;
}

#cart-top-right a {display: block;}
#cart-top-right a, #cart-top-right a:hover {color: #3e3e3e; text-decoration: none;}
/* #cart-top-right a:hover .cart-text {text-decoration: underline;} */
#cart-top-right a:hover .count-in-cart {background: #fff; color: #f15e22; border-color: #f15e22;}

#cart-top-right .count-in-cart {
  font-size: 14px;
  display: inline-block;
  background: #f15e22;
  color: #fff;
  padding: 2px 8px 3px;
  border-radius: 3px;
  border: 1px solid transparent;
}

#header-middle {
  
}

#header-middle .logo {
  display: block;
  margin: 21px 0 5px;
}

#header-middle .logo img {
  margin: 0 auto;
}

#header-middle .slogan {
  line-height: 24px;
  margin: 34px 0;
  text-align: center;
}

#header-middle .phone-container {
  text-align: center;
}

#header-middle .phone {
  display: block;
  font-family: 'GothamPro', sans-serif;
  color: #434343;
  font-weight: 600;
}

#header-middle .phone:hover {
  text-decoration: none;
}

#header-middle .phone span {
  color: #ababab;
  font-weight: normal;
}

#header-middle .callme {
  font-size: 15px;
  line-height: 17px;
  display: inline-block;
  color: #f15e22;
  border-bottom: 1px dashed #f15e22;
}

#header-middle .callme:hover {
  text-decoration: none;
  color: #ff7b45;
  border-color: #ff7b45;
}

#header-middle .address-header {
  margin-top: 0;
  text-align: center;
}

#header-middle .address-header span.address-title {
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #434343;
}

#header-middle .address-header a {
  display: inline-block;
  padding: 2px 6px 3px;
  color: #f15e22;
  border: 1px solid #f15e22;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
  margin-left: 0;
  margin-bottom: 12px;
}

#header-middle .address-header a:hover {
  text-decoration: none;
  color: #fff;
  background: #f15e22;
}

#header-middle .address {
  margin-top: 0;
  font-size: 12px;
  font-weight: 600;
}

#main-menu {
  
}

#main-menu ul {
  background: none;
  border-radius: 3px;
}

#header .header-menu {
  position: fixed;
  background: rgba(0, 0, 0, .85);
  top: 10px;
  width: 300px;
  top: 40px;
  left: 50%;
  margin-left: -150px;
  border-radius: 4px;
  z-index: 99;
  text-align: center;
}

#main-menu ul li {
  
}

#main-menu ul li:first-child {
  
}
/*
#main-menu ul li:first-child a, #main-menu ul li:first-child a:hover {
  display: inline-block;
  width: 15px;
  height: 18px;
  background: url(../img/home.png) no-repeat center center;
  padding: 35px 35px 10px;;
}
*/

#main-menu ul li a {
  font-family: "GothamPro", sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 2px 2px 1px #d13a10;
  font-size: 16px;
  font-weight: 600;
}

#main-menu ul li a:hover, #main-menu ul li a.active {
  background: transparent;
  text-decoration: underline;
}

#main-menu ul ul {
  
}

#main-menu ul ul li {
  
}

#main-menu ul ul li a {
  
}

.navbar-toggle {
  border-color: #d13a10;
  float: none;
  margin: 0;
  background: #fff;
}

.navbar-toggle .icon-bar {
  background: #d13a10;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 5px;
}

.menu-mobile {
  position: fixed;
  top: 94px;
  left: 15px;
  text-align: center;
  z-index: 999;
}

#menu .title-bar, .cart-mobile .title-bar {
  color: #d13a10;
  text-transform: uppercase;
  position: relative;
  font-size: 12px;
  line-height: 12px;
  top: -2px;
}

.cart-mobile {
  position: fixed;
  top: 94px;
  right: 15px;
  text-align: center;
  z-index: 999;
}

.cart-mobile a {
  display: inline-block;
  position: relative;
  text-align: center;
  padding-right: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid #d13a10;
  border-radius: 4px;
  font-size: 25px;
  color: #d13a10;
  width: 44px;
  height: 36px;
  background: #fff;
}

.cart-mobile a .count-in-cart {
  position: absolute;
  padding: 2px 6px 3px 6px;
  border-radius: 50%;
  background: #d13a10;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  top: -9.5px;
  right: -9.5px;
  color: #fff;
  
}

.top-reasons {
  margin: 30px 0;
}

.top-reasons .one-top-reason {
  height: 63px;
  margin: 4.5px 0;
}

.top-reasons img {
  float: left;
  margin-right: 18px;
}

.top-reasons p {
  font-size: 16px;
  line-height: 24px;
}

/* #carousel-top {
  margin-top: 30px;
} */

#carousel-cart, #carousel-articles, #carousel-remont { 
  margin-bottom: 40px;
}

#carousel-cart .slide-text, #carousel-articles .slide-text, #carousel-remont .slide-text {
  display: block;
  position: absolute;
  width: 90%;
  max-width: 384px;
  height: 183px;
  background: #f15e22;
  z-index: 99;
  top: 20px;
  left: 28px;
  padding: 30px;
  text-align: center;
}

#carousel-cart .slide-text header, #carousel-articles .slide-text header, #carousel-remont .slide-text header {
  font-family: "GothamPro", sans-serif;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

#carousel-cart .slide-text span, #carousel-articles .slide-text span, #carousel-remont .slide-text span {
  font-family: "GothamPro", sans-serif;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}

#carousel-cart .slide-text .button, #carousel-articles .slide-text .button, #carousel-remont .slide-text .button {
  margin-top: 16px;
  padding: 10px 20px;
}

#carousel-top .carousel-indicators, #carousel-articles .carousel-indicators, #carousel-remont .carousel-indicators {
  bottom: -46px;
}

#carousel-cart  .carousel-indicators, #carousel-articles .carousel-indicators, #carousel-remont .carousel-indicators {
  bottom: -44px;
}

#carousel-top .carousel-indicators li, #carousel-cart  .carousel-indicators li , #carousel-articles .carousel-indicators li, #carousel-remont .carousel-indicators li {
  background: url(../img/bullits-slider.png) no-repeat top left;
  width: 15px;
  height: 15px;
  border-radius: 0;
}

#carousel-top .carousel-indicators li.active, #carousel-cart  .carousel-indicators li.active, #carousel-articles .carousel-indicators li.active, #carousel-remont .carousel-indicators li.active {
  width: 15px;
  height: 15px;
  background-position: top right;
  margin: 1px;
}


.slide-text.black {
  background: #000 ! important;
  padding: 8px 30px ! important;
}

.slide-text.black header {
  font-size: 16px ! important;
}

.slide-text.black .button {
  margin-top: 7px ! important;
}

.slide-text.blue {
  background: #0ab0bc ! important;
  padding: 8px 30px ! important;
}

.slide-text.blue header {
  font-size: 16px ! important;
  line-height: 27px ! important;
  margin-top: 35px ! important;
}

.slide-text.blue .button {
  margin-top: 26px ! important;
}

#index-catalog {
  background: #f2f2f2;
}

#main-catalog-menu {
  padding: 0;
}

#main-catalog-menu header, #catalog-menu  .navbar-toggle, .news-block header {
  text-align: center;
  padding: 9px 0 6px;
  background: url(../img/orange-gradient-35.png) repeat-x top left;
  font-family: 'GothamPro', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  border-color: transparent;
  border-radius: 0;
  display: block;
}

#catalog-menu  .navbar-toggle {
    margin: 30px 0;
}

#catalog-menu  .navbar-toggle:hover {
  text-decoration: none;
  border-color: #f15e22;
  color: #f15e22;
  background: #fff;
}

#main-catalog-menu header i,  #catalog-menu  .navbar-toggle i {
  color: #ffcbb7;
  text-shadow: 2px 0 1px #d13a10;
  margin-right: 9px;
}

#catalog-menu  .navbar-toggle:hover i {
  color: #f15e22;
}

#main-catalog-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

#main-catalog-menu ul ul, #main-catalog-menu ul ul ul {
  display: none;
}

#main-catalog-menu ul li {
  
}

#main-catalog-menu ul li a {
  font-family: "GothamPro", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #707070;
  text-decoration: none;
  background: #fff;
  display: block;
  padding: 7px 10px 7px 20px;
  border: 1px solid #ebebeb;
  border-top: none;
}

#main-catalog-menu li.open > ul {
  display: block;
  margin-left: 15px;
  border-left: 2px solid #f15e22;
}

#main-catalog-menu ul li a:hover, #main-catalog-menu .active {
  text-decoration: none;
  color: #fff;
  background: #f15e22;
}

#main-catalog-menu ul li:first-child a {
  border-top: 1px solid #ebebeb;
}

#main-catalog-menu ul li:last-child a {
  padding-top: 7.5px;
  padding-bottom: 7.5px;  
}

#index-catalog-grid {
  position: relative;
}

#index-catalog-grid .container-image {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 262px;
  margin: 0 auto 30px;
}

#index-catalog-grid .container-image img {
  overflow: hidden;
  margin: 0 auto;
}

#index-catalog-grid .container-image img:hover {
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);  
}

#index-catalog-grid .container-image .overlay-bottom {
  position: absolute;
  bottom: 0;
  min-height: 42px;
  background: rgba(33, 33, 33, .7);
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 11px 0;
  font-size: 16px;
  text-transform: uppercase;
}

#index-catalog-grid .container-image:hover .overlay-bottom {
  font-size: 18px;
  background: rgba(33, 33, 33, .9);
}

#index-why-choose-us {
  position: relative;
  padding-bottom: 30px;
}

#index-why-choose-us .container-one-choose {
  max-width: 280px;
  margin: 0 auto;
  margin-bottom: 30px;
}

#index-why-choose-us .container-one-choose img {
  display: block;
  margin: 0 auto;
}

#index-why-choose-us .container-one-choose p {
  text-align: center;
  font-family: "GothamPro", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

#order-repairs .container-order-repairs {
  background: url(../img/order-repairs.jpg) no-repeat center center;
  background-size: auto 100%;
  min-height: 225px;
  height: auto;
}

#order-repairs .container-order-repairs .text-repairs {
  max-width: 540px;
  margin-left: 0;
  padding-top: 33px;
  padding-bottom: 14px;
}

#order-repairs .container-order-repairs .text-repairs h2 {
  font-size: 36px;
  color: #3162cf;
  margin: 0 0 20px;
  text-shadow: 0 1px 2px rgba(255, 255, 255, .9);
}

#order-repairs .container-order-repairs .text-repairs p {
  font-size: 20px;
  line-height: 30px;
  color: #0e4565;
  font-family: "GothamPro", sans-serif;
  text-align: center;
}

#order-repairs .container-order-repairs .text-repairs .button {
  display: block;
  width: 234px;
  margin: 15px auto 0;
}

#only-here {
  position: relative;
  padding-bottom: 30px;
}

#only-here .container-one-only-here {
  max-width: 215px;
  margin: 0 auto;
  margin-bottom: 30px;
}

#only-here .container-one-only-here img {
  display: block;
  margin: 0 auto;
}

#only-here .container-one-only-here p {
  text-align: center;
  font-family: "GothamPro", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

#only-here .container-one-only-here .one-line {
  margin-top: 12px;
}

#how-much-a-repair .container-how-much-a-repair {
  background: url(../img/how-much-is-repair.jpg) no-repeat center center;
  background-size: auto 100%;
  min-height: 213px;
  height: auto;
}

#how-much-a-repair .container-how-much-a-repair .text-how-much-a-repair {
  max-width: 750px;
  margin-left: 0;
  padding-top: 33px;
  padding-bottom: 14px;
}

#how-much-a-repair .container-how-much-a-repair .text-how-much-a-repair h2 {
  font-size: 34px;
  color: #fff;
  margin: 0 0 6px;
  text-shadow: 0 1px 2px rgba(188, 98, 1, .9);
}

#how-much-a-repair .container-how-much-a-repair .text-how-much-a-repair p {
  font-size: 20px;
  line-height: 30px;
  color: #0e4565;
  font-family: "GothamPro", sans-serif;
  text-align: center;
  text-shadow: 0 1px 2px rgba(255, 234, 204, .9);
}

#how-much-a-repair .container-how-much-a-repair .text-how-much-a-repair .button {
  display: block;
  width: 327px;
  padding-left: 26px;
  padding-right: 26px;
  margin: 42px auto 0;
}

.container-what-do-we-offer {
  display: block;
  max-width: 259px;
  margin: 0 auto 30px;
  border: 1px solid #ebebeb;
  position: relative;
  overflow: hidden;
}

.container-what-do-we-offer img {
  margin: 0 auto;
  border: 1px solid #f5f6f6;
}

.container-what-do-we-offer .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 255px;
  height: 171px;
  left: 1px;
  top: 1px;
  background: rgba(241, 94, 34, .75);
}

.container-what-do-we-offer .overlay span {
  display: block;
  font-family: "GothamPro", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-top: 60px;
}

.container-what-do-we-offer:hover .overlay {
  background: transparent;
}

.container-what-do-we-offer:hover img {
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4); 
}

.container-what-do-we-offer:hover .overlay span {
  color: #434343;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, .8);
}

.container-what-do-we-offer .overlay span.one-line {
  padding-top: 68px;
}

.slick {
  position: relative;
}

/* slick */
.slick-one {
  height: 425px;
  padding: 0 15px;
}

.slick-one .slick-container {
  border: 1px solid #dedede;
  padding: 15px;
}

.slick-one .aciya-img {
  max-width: 229px;
  border: 1px solid #ebebeb;
  margin: 0 auto;
  display: block;
}

.slick-one .aciya-img img {
  border: 1px solid #f5f6f6;
  margin: 0 auto;
}

.slick-one header a {
  display: block;
  text-align: center;
  font-family: "ClearSans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #555555;
  max-width: 185px;
  margin: 13px auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.slick-one .price {
  font-family: "GothamPro", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #f15e22;
  text-align: center;
}

.slick-one .in-stock {
  font-family: "ClearSans", sans-serif;
  font-size: 11px;
  display: block;
  text-align: center;
  margin: 10px 0 14px;
}

.slick-one .in-stock .yes {
  color: #6eba00;
}

.slick-one .in-stock .no {
  color: #cc0000;
}

.slick-one .button {
  display: block;
  margin: 0 auto;
  width: 133px;
  height: 36px;
  padding: 7px 0;
  background-position: 0 -7px;
  
}

.slick-prev, .slick-next {
  display: block;
  width: 47px;
  height: 52px;
  background: url(../img/slick-arrows.png) no-repeat top left;
  z-index: 1000;
}

.slick-prev:hover, .slick-next:hover {
  opacity: 1;
}

.slick-next {
  background-position: top right;
  right: 10px;
}

.slick-prev {
  left: 10px;
}
/**************************************/

#buy-200000 .container-buy-200000 {
  background: url(../img/buy-200000.jpg) no-repeat center center;
  background-size: auto 100%;
  min-height: 285px;
  height: auto;
}

#buy-200000 .container-buy-200000 .text-buy-200000 {
  margin-left: 0;
  padding-top: 33px;
  padding-bottom: 14px;
  text-align: center;
}

#buy-200000 .container-buy-200000 .text-buy-200000 p {
  font-size: 28px;
  line-height: 43px;
  color: #434343;
  font-family: "GothamPro", sans-serif;
  text-align: center;
}

#buy-200000 .container-buy-200000 .text-buy-200000 p span {
  font-weight: bold;
  color: #f0581f;
}

#buy-200000 .container-buy-200000 .text-buy-200000 .button {
  display: inline-block;
  width: 240px;
  padding-left: 26px;
  padding-right: 26px;
  margin: 15px auto 0;
}

#figures {
  
}

#figures h2 {
  margin-top: 25px;
}

#figures .figures-container {
  padding-top: 30px;
}

#figures .figures-container .one-figure {
  text-align: center;
  margin-bottom: 25px;
}

#figures .figures-container .one-figure .figure {
  display: inline-block;
  font-family: "GothamPro", sans-serif;
  font-size: 70px;
  font-weight: 500;
  color: #f15e22;
}

#figures .figures-container .one-figure .figure-description {
  font-family: "ClearSans", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #555;
  display: inline-block;
}

/* .figure-description.one-line {
  margin-top: 22px;
}

.figure-description.two-lines {
  margin-top: 14px;
} */

#discount-7 {
  margin-top: 85px;
}

#discount-7 .container-discount-7 {
  background: url(../img/discount-7.jpg) no-repeat center center;
  background-size: auto 100%;
  min-height: 225px;
  height: auto;
}

#discount-7 .container-discount-7 .text-discount-7 {
  margin-left: 0;
  padding: 33px 43px 14px;
  text-align: center;
  /* max-width: 570px; */
  float: right;
}

#discount-7 .container-discount-7 .text-discount-7 p {
  font-size: 28px;
  line-height: 43px;
  color: #fff;
  font-family: "GothamPro", sans-serif;
  text-align: center;
}

#discount-7 .container-discount-7 .text-discount-7 p span {
  font-size: 40px;
  font-weight: 600;
}

#discount-7 .container-discount-7 .text-discount-7 .button {
  display: inline-block;
  width: 206px;
  padding-left: 0;
  padding-right: 0;
  margin: 15px auto 0;
}


#new-receipt {
  padding-bottom: 47px;
  text-align: center;
}

#new-receipt .button {
  margin-top: 10px;
}

#discount-card .container-discount-card {
  background: url(../img/discount-card.jpg) no-repeat center center;
  background-size: auto 100%;
  min-height: 225px;
  height: auto;
}

#discount-card .container-discount-card .text-discount-card {
  margin-left: 0;
  padding: 33px 25px 14px;
  text-align: center;
  /* max-width: 570px; */
  float: left;
}

#discount-card .container-discount-card .text-discount-card p {
  font-size: 24px;
  line-height: 46px;
  color: #2f3031;
  font-family: "GothamPro", sans-serif;
  text-align: center;
  text-shadow: -1px 1px 1px #fff;
}

#discount-card .container-discount-card .text-discount-card p span {
  font-size: 36px;
  font-weight: 600;
}

#discount-card .container-discount-card .text-discount-card .button {
  display: inline-block;
  width: 206px;
  padding-left: 0;
  padding-right: 0;
  margin: 15px auto 0;
}

#seo-text-index {
  background: #f5f1e9;
}

#seo-text-index .block {
  width: 100%;
  max-width: 1470px;
  margin: 0 auto;
  background: url(../img/seo-block.jpg) no-repeat center bottom;
  background-size: auto 100%;
  min-height: 741px;
  height: auto;
}

#seo-text-index h2 {
  text-align: left;
}

#seo-text-index p {
  font-family: "LiberationSans", sans-serif;
  font-size: 14px;
  line-height: 24px;
}

#parthners {
  background: #fff;
}

.articles-parthners {
  padding-bottom: 50px;
}

#parthners .parthners-container {
  margin-top: 10px;
}

#parthners .one-parthner {
  margin-bottom: 25px;
}

#parthners .one-parthner img {
  margin: 0 auto;
}

#have-questions {
  background: #feb042;
  margin-top: 85px;
}

#have-questions img {
  position: relative;
  margin-top: -64px;
  
}

#have-questions .have-questions-container {
  text-align: center;
  padding-top: 60px;
}

#have-questions .have-questions-container h3 {
  font-family: "GothamPro", sans-serif;
  font-size: 34px;
  line-height: 43px;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 1px 1px rgba(188, 98, 1, .9);
}

#have-questions .have-questions-container p {
  font-family: "GothamPro", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #434343;
  text-shadow: 0 1px 1px rgba(255, 234, 204, .9);
}

#have-questions .have-questions-container .button {
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 25px;
}

#footer {
  color: #fff;
}

#footer .top {
  width: 100%;
  max-width: 1472px;
  margin: 0 auto;
  min-height: 422px;
  height: auto;
  background: url(../img/footer-bg.jpg) no-repeat center center;
  background-size: auto 100%;
}

.footer-slogan {
  font-size: 14px;
  line-height: 24px;
  margin-top: 43px;
  margin-bottom: 0;
}

.footer-phone {
  margin-top: 37px;
}

.footer-phone .p {
  display: block;
  font-family: "GothamPro", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 28px;
  line-height: 34px;
}

.footer-phone .p:hover, .footer-phone .footer-callme:hover {
  text-decoration: none;
}

.footer-phone .p span {
  font-weight: 400;
  color: #ababab;
}

.footer-phone .footer-callme {
  font-size: 15px;
  color: #f15e22;
  border-bottom: 1px dashed #f15e22;
  line-height: 15px;
  margin-left: 127px;
}

.footer-logo {
  display: block;
  margin-top: 34px;
}

#footer .header {
  display: block;
  font-family: "GothamPro", sans-serif;
  text-align: center;
  border-bottom: 2px solid #f05b21;
  font-size: 18px;
  padding-bottom: 28px;
  margin-bottom: 23px;
  margin-top: 34px;
}

#footer .header.s {
  margin-top: 34px;
}

#footer ul.navfooter {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer ul.navfooter li {
  padding-left: 23px;
  background: url(../img/orange-square.png) no-repeat 0px 10px;
}

#footer ul.navfooter li a {
  color: #fff;
  font-family: "LiberationSans", sans-serif;
  font-size: 14px;
  line-height: 24px;
}

#footer ul.socials {
  margin: 31px 0;
  padding: 0;
  list-style: none;
}

#footer ul.socials li {
  float: left;
  margin-right: 10px;
}

#footer ul.socials li:last-child {
  margin-right: 0;
}

#footer ul.socials li a {
  display: block;
  width: 39px;
  height: 39px;
  background: url(../img/socials.png) no-repeat 0px 0px;
}

#footer ul.socials li a.vkontakte {
  background-position: 0px 0px;
}

#footer ul.socials li a.facebook {
  background-position: -49px 0px;
}

#footer ul.socials li a.twitter {
  background-position: -98px 0px;
}

#footer ul.socials li a.youtube {
  background-position: -147px 0px;
}

#footer ul.socials li a.instagram {
  background-position: -196px 0px;
}

#footer ul.socials li a.tiktok {
  background-position: -245px 0px;
}

.footer-block {
  /* margin-bottom: 22px; */
}

#footer .bottom {
  min-height: 60px;
  padding: 10px 0;
  background: #282828;
  height: auto;
}

#footer .bottom p {
  font-size: 14px;
  margin: 7px 0;
}

.one-col-category {
  padding-bottom: 40px;
  padding-top: 20px;
}

.one-category {
  padding-left: 10px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border: 1px solid transparent;
  border-bottom: 1px solid #e2e2e2;
  min-height: 231px;
}

.one-col-category .one-category:hover {
  border-color: #ef9d1f;
}

.one-category img {
  margin:0 auto;
}

.one-category h2 {
  font-family: "GothamPro", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
  text-align: center;
  padding-left: 16px;
  margin-bottom: 23px;
}

.one-category a {
  color: inherit;
}

.one-category-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.one-category-menu li {
  padding-left:16px;
  background: url(../img/gray-square.png) no-repeat 0px 10px;
  line-height: 24px;
}

.one-category-menu li a {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}

.one-category-menu li a small {
  font-size: 10px;
  font-weight: bold;
  color: #f15e22;
}

div.line {
  width: 100%;
  height: 2px;
  background: #ef9d1f;
}

#header.headernopadding {padding-bottom: 0;}

/** filter **/
#filter {
  border: 1px solid #dedede;
  padding: 14px 30px;
  margin-bottom: 30px;
}

#filter .show-more-params {
  display: block;
  border: 1px solid #f15e22;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 11px;
  color: #f15e22;
  padding: 2px 7px 3px;
  position: relative;
  top: 0;
  margin-left: 0;
  margin-top: 15px;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
}

#filter .show-more-params:hover {
  text-decoration: none;
  color: #fff;
  background: #f15e22;
}

#filter h2 {
  display: inline-block;
  font-family: "GothamPro", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin: 0;
  line-height: 30px;
}

#filter h3 {
  display: inline-block;
  margin: 13px 0px;
  font-family: "ClearSans", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}

.showHelp {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  color: #c7c7c7;
}

#filter .helpBlock {
  display: inline-block;
  position: relative;
}

#filter .help {
  display: none;
  position: absolute;
  border: 1px solid #f15e22;
  border-radius: 3px;
  padding: 3px 15px;
  font-size: 11px;
  line-height: 14px;
  width: 200px;
  top: 1px;
  left: 30px;
  z-index: 11;
  background: #fff;
}

#filter .help:after {
	right: 100%;
	top: 4px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#filter .help:after {
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #f15e22;
  border-width: 6px;
}

.proizvoditel label {
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  display: block;
}

.proizvoditel-img {
  display: inline-block;
  position: relative;
  top: -2px;
  margin: 0 4px;
}

.filter-show-more {
  text-align: center;
  margin: 21px 0 10px;
}

.filter-show-more a {
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
  color: #8c8c8c;
  text-transform: uppercase;
  border: 1px solid #8c8c8c;
  border-radius: 3px;
  padding: 2px 8px 3px;
}

.filter-show-more a:hover {
  text-decoration: none;
  background: #8c8c8c;
  color: #fff;
}

#filter-colors {
  
}

#filter-colors .color-one{
  display: inline-block;
  margin: 0 1px;
  text-align: center;
  width: 44px;
  margin-bottom: 14px;
}

#filter-colors .color-one .color-name {
  font-size: 11px;
  color: #8c8c8c;
  display: block;
  text-align: center;
}


#filter-colors label {
  display: block;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 43px;
  height: 43px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
}

#filter-colors label .jq-checkbox {
  margin-right: 0;
  margin-top: 12px;
  top: 0;
  visibility: hidden;
}

#filter-colors label .jq-checkbox.checked {
  visibility: visible;
}

#filter-colors .white {
  background: #fff;
  border-color: #ebebeb;
}

#filter-colors .red {
  background: #e71c1c;
}

#filter-colors .yellow {
  background: #f2de00;
}

#filter-colors .darkblue {
  background: #3c6bf3;
}

#filter-colors .green {
  background: #09b83b;
}

#filter-colors .violet {
  background: #aa46f6;
}

#filter-colors .brown {
  background: #774713;
}

#filter-colors .black {
  background: #353535;
}

#filter-colors .orange {
  background: #ff9a09;
}

#filter-colors .vinous {
  background: #bb3232;
}

#filter-colors .gray {
  background: #bdbdbd;
}

#filter-colors .turquoise {
  background: #09efb1;
}

#filter-colors .pink {
  background: #fa39a6;
}

#filter-colors .blue {
  background: #55c2fa;
}

#filter-colors .lime {
  background: #8cff10;
}

#filter-colors .filter-show-more {
  margin-top: 0;
}

#type-izdeliya {
  
}

.filter-type {
  padding-left: 65px;
}

#type-izdeliya label {
  display: block;
  cursor: pointer;
  margin-bottom: 3px;
}

#type-izdeliya label span {
  font-weight: 400;
  font-size: 14px;
}

#type-izdeliya .filter-show-more {
  margin-top: 27px;
}

.podbor {
  text-align: center;
}

.price-inputs {
  margin-bottom: 30px;
}

.price-inputs input[type="text"] {
  width: 60px;
  height: 25px;
  padding-left: 7px;
  color: #434343;
  font-family: "ClearSans", sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
}

.price-inputs span {
  display: inline-block;
  font-size: 14px;
}

.price-inputs .span1 {
  margin-right: 7px;
}

.price-inputs .span2 {
  margin: 0 10px;
}

.price-inputs .span3 {
  margin-left: 7px;
}

.ui-slider-horizontal {
  height: 9px;
  background: #e4e4e4;
  border: 1px solid #c0c0c0;
  border-radius: 10px;
}

.ui-slider .ui-slider-range {
  background: url(../img/slider-bg.png) repeat-x 0px -1px;
  height: 8px;
}

.ui-slider .ui-slider-handle {
  width: 22px;
  height: 23px;
  background: url(../img/range.png) no-repeat top left;
  border: none;
  cursor: pointer;
}

.range-grid {
  margin-top: 9px;
}

.range-grid span {
  display: block;
  width: 33.333%;
  float: left;
  position: relative;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 10px;
  color: #636569;
  padding-top: 3px;
}

.range-grid span:before {
  content: ' ';
  display: block;
  width: 1px;
  height: 5px;
  background: url(../img/range-grid.png) no-repeat top left;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -0.5px;
}

#left-summ {
  text-align: left;
}

#left-summ:before {
  left: 2px;
  margin-left: 0;
}

#center-summ {
  text-align: center;
}

#right-summ {
  text-align: right;
  position: relative;
  right: -13px;
}

#right-summ:before {
  right: 11px;
  left: auto;
  margin-left: 0;
}

#filter-price .button {
  width: 100%;
  max-width: 250px;
  margin-top: 45px;
  font-size: 14px;
}

#filter-price .sbros {
  text-align: center;
  margin-top: 42px;
}

#filter-price  .sbros a {
  font-family: "GothamPro", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #8c8c8c;
  border-bottom: 1px dashed #8c8c8c;
  line-height: 13px;
  text-transform: uppercase;
}

#filter-price  .sbros a:hover {
  text-decoration: none;
  border-bottom: 1px solid #8c8c8c;
}

#filter-top {
  height: 40px;
  text-align: center;
}

#filter-top .navbar-toggle {
  border: none;
  font-size: 15px;
  text-decoration: none;
  line-height: 16px;
  border-bottom: 1px dashed #d13a10;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0;

}

#filter-top .navbar-toggle .fa {
  margin-right: 9px;
  font-size: 23px;
}

/** end filter **/

/** main catalog **/
.catalog-main, .cart-main, .articles-main {
  background: #f2f2f2;
  padding-bottom: 55px;
}

.banner {
  display: block;
  margin: 46px 0;
}

.banner img {
  margin: 0 auto;
}

.news-block header {
  padding: 8px 0 6px;
}

.news-icon {
  width: 15px;
  height: 16px;
  background: url(../img/news-icon.png) no-repeat top left;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 4px;  
}

.news-block  {
  background: #fff;
}

.news-block  ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 18px;
}

.news-block  ul li {
  padding: 20px 0 25px;
  border-bottom: 1px solid #ebebeb;
}

.news-block  ul li .news-date {
  display: block;
  font-size: 14px;
  color: #f15e22;
  margin-bottom: 4px;
}

.news-block  ul li .news-title {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #555;
  text-decoration: underline;
}

.news-block  ul li .news-title:hover {
  text-decoration: none;
}

.show-all-news {
  text-align: center;
  padding: 31px 0;
}

.show-all-news a {
  font-size: 14px;
  color: #555;
  text-decoration: none;
}

.show-all-news a:hover {
  text-decoration: underline;
}

.show-all-news i {
  margin-right: 4px;
  font-size: 14px;
}

.catalog-main h1, .catalog-main .h1, .cart-main h1, .articles-main h1 {
  display: inline-block;
  font-family: "GothamPro", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  margin-top: 11px;
}

.cart-main h1, .articles-main h1 {
  display: block;
}

.sort {
  display: inline-block;
/*  float: right; */
  width: 100%;
  padding-top: 17px;
}

.sort .collection, .sort {
  display: inline-block;
}

.sortable {
    float: right;
}

.sort .collection {
  margin-right: 35px;
}

.sort .collection span, .sort .sortable span {
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
}

.sort .collection a, .sort .sortable a {
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  color: #f15e22;
  padding: 2px 8px 3px;
  border-radius: 3px;
  text-decoration: underline;
  border: 1px solid transparent;
}

.sort .collection a:hover, .sort .sortable a:hover, .sort .sortable a.active, .sort .collection a.active:hover {
  background: #f15e22;
  color: #fff;
  text-decoration: none;
}

.sort .collection a.active {
  border-color: #f15e22;
  background: #fff;
  text-decoration: none;
}

.collections-all {
  margin-top: 15px;
    border: 1px solid #cecece;
    border-radius: 5px;
}

.collections-all .collection-one {
  margin-bottom: 30px;
}

.collections-all .collection-one .collection-container {
  padding: 15px;
  background: #fff;
  border: 1px solid #dedede;
}

.collections-all .collection-one .collection-container .img {
  display: block;
  border: 1px solid #ebebeb;
  overflow: hidden;
}

.collections-all .collection-one .collection-container .img:hover img {
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}

.collections-all .collection-one .collection-container .img img {
  border: 1px solid #f5f6f6;
  width: 100%;
  max-width: none;
}  

.collections-all .collection-one .collection-container h2 {
  font-family: "ClearSans", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #555;
  line-height: 30px;
  margin: 0 0 10px;
  text-align: left; 
}

.collections-all .collection-one .collection-container .params {
  
}

.collections-all .collection-one .collection-container .params ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  max-width: 302px;
  width: 100%;
}

.collections-all .collection-one .collection-container .params ul li {
  
}

.collection-right {
  position: relative;
}

.collection-right .right-top {
  width: 206px;
  position: absolute;
  top: 0;
  right: 30px;
}

.collection-right .right-top .price {
  font-family: "ClearSans", sans-serif;
  font-size: 14px;
  color: #555;
  text-align: center;
}

.collection-right .right-top .price span {
  font-family: "GothamPro", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #f15e22;
}

.collection-right .right-top .button {
  margin-top: 12px;
}

.collection-elements {
  
}

.collection-elements {
  list-style: none;
  margin: 0;
  padding: 0;
}

.collection-elements li {
  display: inline-block;
}

.collection-elements li img {

}

.collection-elements li a {
  display: block;
  overflow: hidden;
  border: 1px solid transparent;
}

.collection-elements li a:hover {
  border-color: #f15e22;
}

.collection-elements li a:hover img {
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}

.header-collections {
  font-size: 12px;
  margin-top: 65px;
  margin-bottom: 7px;
}

/** end main catalog **/

/** catalog categories **/

.categoies-container {
  background: #fff;
  padding: 15px;
  text-align: center;
  height: 314px;
}

.categoies-container .img {
  display: inline-block;
  overflow: hidden;
  border: 1px solid #ebebeb;
}

.categoies-container .img img {
  border: 1px solid #f5f6f6;
}

.categoies-container h2 {
  font-family: "ClearSans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #555;
  text-align: center;
  padding-left: 0;
  margin: 20px 0 10px;
  text-transform: uppercase;
}

.categoies-all {
  margin-top: 15px;
}

.categoies-all .one-category {
  margin-bottom: 30px;
  display: block;
}

.categoies-all .one-category:hover {
  text-decoration: none;
}

.categoies-all .one-category:hover .categoies-container {
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, .15);
}

.one-category:hover .categoies-container h2 {
  text-decoration: none;
  color: #f15e22;
}

.one-category:hover .categoies-container img {
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);    
}

/** end catalog categories **/

/** catalog item detail **/
.catalog-one-detail {
  background: #fff;
  border: 1px solid #dedede;
  padding: 15px;
  margin-top: 15px;
}

.catalog-one-detail .img {
  display: block;
  border: 1px solid #ebebeb;
  overflow: hidden;
}

.catalog-one-detail .img img {
  border: 1px solid #f5f6f6;
}

.catalog-one-detail .img:hover img {
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4); 
}

.catalog-one-detail h1 {
  max-width: 325px;
}

.catalog-one-detail .detail-params {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
}

.catalog-one-detail h2 {
  text-align: left;
  font-size: 16px;
  line-height: 18px;
  margin: 25px 0;
}

.table-complectation {
  width: 90%;
  max-width: 540px;
  font-size: 14px;
}

.table-complectation tbody tr {
  border-bottom: 1px solid #ebebeb;
}

.table-complectation tbody tr:last-child {
  border-bottom: none;
}

.table-complectation th {
  font-weight: bold;
  color: #f15e22;
  padding-bottom: 5px;
  text-align: left;
}

.table-complectation td {
  padding: 15px 10px 10px;
  text-align: left;

}

.table-complectation .c-nomenklatura {
  color: #b7b7b7;
}

.table-complectation .c-summ-title {
  font-weight: bold;
}

.table-complectation .c-summ-price {
  padding-top: 2px;
  font-size: 24px;
  font-weight: bold;
  color: #f15e22;
}

.catalog-one-detail .buynow {
  width: 165px;
  margin: 25px 0;
}

.catalog-one-detail .shema-podklucheniya {
  margin: 0;
  padding: 0;
  list-style: none;
}

.catalog-one-detail .shema-podklucheniya li {
  display: inline-block;
  margin: 0 15px 15px 0;
}

.catalog-one-detail .shema-podklucheniya li a img  {
  border: 1px solid transparent;
}

.catalog-one-detail .shema-podklucheniya li a:hover img {
  border-color: #f15e22;
}

.recommendations h2 {
  text-align: left;
  font-size: 22px;
  margin: 15px 0;
  padding-left: 15px;
}

/** end catalog item detail **/

/** cart **/
.cart {
  width: 100%;
  height: auto;
  border: 0;
  background: #fff;
}

.cart thead tr:first-child {
  background: #f2d22e;
  height: 36px;
  border: 1px solid #e9d880;
}

.cart thead tr:first-child th {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}

.cart tbody tr {
  
}

.cart .cart-line {
  padding: 0 15px;
}

.cart .cart-line hr, hr.line-cart {
  margin: 0;
  border-color: #ebebeb;
}

.cart tbody tr td {
  padding: 15px;
}

.cart .cart-img {
  max-width: 90px;
}

.cart .cart-img a {
  display: block;
  border: 1px solid #ebebeb;
  max-width: 93px;
  overflow: hidden;
}

.cart .cart-img a:hover {
  border-color: #f15e22;
}

.cart .cart-img a:hover img {
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);  
}

.cart .cart-img a img {
  border: 1px solid #f5f6f6;
}

.cart .cart-title {
  text-align: center;
  max-width: 195px;
}

.cart .cart-title a {
  color: inherit;
  font-size: 14px;
  line-height: 18px;
}

.cart .cart-title a:hover {
  text-decoration: none;
  color: #f15e22;
}

.cart-count {
  
}

.cart-count .count {
  width: 90px;
  margin: 0 auto;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
}

.cart-count .count a {
  display: block;
  float: left;
  width: 26px;
  height: 25px;
  background: #b3b3b3 url(../img/plusminus.png) no-repeat 7px 7px;
}

.cart-count .count a:hover {
  background-color: #f15e22;
}

.cart-count .count a.cart-count-plus {
  background-position: -54px 7px;
}

.cart-count .count input[type="text"] {
  float: left;
  width: 36px;
  height: 25px;
  border: none;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}

.cart-price, .cart-summ {
  font-family: "GothamPro", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.cart-mera {
  font-size: 14px;
  text-align: center;
}

.cart-delete a {
  display: block;
  width: 26px;
  height: 28px;
  background: transparent url(../img/cart-delete.png) no-repeat top left;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
}

.cart-delete a:hover {
  background-position: bottom left; 
}

.help-delete {
  position: relative;
}

.help-delete .help {
  position: absolute;
  border: 1px solid #d6d6d6;
  background: #fff;
  width: 70px;
  height: 27px;
  text-align: center;
  border-radius: 3px;
  left: 50%;
  margin-left: -39px;
  top: -33px;
  display: none;
}

.help-delete .help p {
  margin: 0;
  font-size: 9px;
  line-height: 11px;
}

.help-delete .help:before {
  content: ' ';
  display: block;
  width: 6px;
  height: 6px;
  background: url(../img/arrow-down.png) no-repeat top left;
  left: 50%;
  margin-left: -3px;
  bottom: -6px;
  position: absolute;
}

.cart-bottom {
  background: #fff;
  padding: 0 15px;
}

.cart-bottom .itog {
  
}

.cart-bottom .itog p {
  text-align: right;
  font-family: "GothamPro", sans-serif;
  font-size: 18px;
  margin: 25px 0; 
  font-weight: bold;
  color: #555;
  padding-right: 57px;
}

.cart-bottom .itog p span {
  color: #f15e22;
}

.cart-bottom .cart-form-block {
  padding-left: 52px;
  padding-bottom: 27px;
}

.cart-bottom .cart-form-block header {
  font-family: "GothamPro", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #555;
  margin: 15px 0;
}

.cart-bottom .cart-form-block label {
  display: block;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  color: #555;
  margin-bottom: 10px;
}


.form-field {
  padding-bottom: 13px;
}

.form-field .form-title {
  width: 100px;
  float: left;
  font-size: 14px;
  padding-top: 6px;
}

.form-field .form-title span {
  color: #f15e22;
}

.form-field .form-input {
  width: 200px;
  float: left;
}

.form-field .form-input input[type="text"], .form-field .form-input select, .form-field .form-input textarea {
  width: 100%;
  height: 35px;
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
}

.form-field .form-input select {
  margin-bottom: 15px;
}

.form-field .form-input textarea {
  height: 89px;
}

.required p {
  font-size: 12px;
  color: #cfcfcf;
  margin: 10px 0 0;
}

.required p span {
  color: #f15e22;
}

.cart-info {
  color: #555;
  font-size: 14px;
  line-height: 17px;
  margin: 3px 0 22px;
  max-width: 300px;
}

.cart-info span {
  color: #f15e22;
  font-weight: bold;
}

.button-cart {
  text-align: center;
  padding: 50px 0;
}

/** end cart **/

.breadcrumbs {
  padding-top: 15px;
}

.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs ul li {
  display: inline-block;
}

.breadcrumbs ul li:last-child a {
  color: #f15e22;
  border: none;
}

.breadcrumbs ul li a {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  color: #707070;
  border-bottom: 1px solid #d6d6d6;
  margin-right:3px;
}

.breadcrumbs ul li a:hover {
  text-decoration: none;
  border: none;
}

.breadcrumbs ul li span {
  display: inline-block;
  padding: 0 5px;
  font-size: 9px;
  color: #cbcbcb;
}

.pagination {
  text-align: center;
  display: block;
}

.pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.pagination ul li {
  display: inline-block;
}

.pagination ul li a {
  display: block;
  width: 23px;
  height: 23px;
  border: 1px solid transparent;
  background: transparent;
  font-size: 13px;
  color: #434343;
  text-align: center;
  border-radius: 3px;
  padding-top: 1px;
}

.pagination ul li a:hover, .pagination ul li.active a {
  background: #fff;
  border-color: #f15e22;
  text-decoration: none;
}

.pagination ul li a:hover {
  
}

.pagination ul li.prev {
  margin-right: 50px;
}

.pagination ul li.next {
  margin-left: 50px;
}

.pagination ul li.prev a, .pagination ul li.next a {
  width: 6px;
  height: 12px;
  background: url(../img/arrows.png) no-repeat top left;
  position: relative;
  top: 2px;
}

.pagination ul li.prev a:hover {
  border-color: transparent;
  background-position: bottom left;
}

.pagination ul li.next a:hover {
  border-color: transparent;
  background-position: bottom right;
}

.pagination ul li .prev a {
  
}

.pagination ul li.next a {
  background-position: top right;
}

.pagination ul li .active {
  
}

/** articles */

.articles {
  background: #fff;
  border: 1px solid #dedede;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 3px;
  margin-bottom: 47px;
}

.articles .line {
  margin: 18px 0 22px;
  border-color: #ebebeb;
}

.article .article-img {
  display: inline-block;
  overflow: hidden;
  position: relative;
  border: 1px solid #ebebeb;
}

.article .article-img img {
  border: 1px solid #f5f6f6;
}

.article .article-img .overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(241, 94, 34, .2);
  position: absolute;
  top: 0;
  left: 0;
}

.article .article-img:hover .overlay {
  display: block;
}

.article .article-img:hover img {
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);  
}

.article h2 {
  margin: 10px 0;
  font-family: "ClearSans", sans-serif;
  text-align: left;
  font-size: 20px;
  color: #555;
  line-height: 20px;
}

.article p {
  font-size: 14px;
  line-height: 22px;
  color: #555;
}

.article .read-more {
  float: right;
  margin-right: 15px;
}

.article .read-more:before {
  content: '—';
  display: inline-block;
  color: #f15e22;
  margin-right: 7px;
}

.article .np {
  padding-left: 15px;
}

.only-article {
  padding: 15px 20px;
  background: #fff;
  border: 1px solid #dedede;
  margin-top: 15px;
}

.only-article h1 {
  margin-top: 10px;
  color: #555;
}

.article-content .img {
  display: inline-block;
  float: right;
  border: 1px solid #ebebeb;
  overflow: hidden;
}

.article-content .img img {
  border: 1px solid #f5f6f6;
}

.article-content .img:hover {
  border-color: #f15e22;
}

.article-content .img:hover img {
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}

.article-content p {
  color: #6c6865;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 22px;
}

.article-content h2 {
  margin: 0 0 22px;
  text-align: left;
  font-family: "ClearSans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #555;
}

/** end articles **/

/** page remont **/
#seo-text-remont .block {
    width: 100%;
    max-width: 1470px;
    margin: 0 auto;
    background: transparent;
    background-size: auto 100%;
    min-height: 690px;
    height: auto;
}

#header.remont-header {
  padding-bottom: 0;
}

.remont-main .breadcrumbs {
  padding-top: 0;
}

.remont-main h1 {
  font-family: 'GothamPro', sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: inherit;
  text-align: center;
  margin: 14px 0 39px;
}

#seo-text-remont .txt {
  padding-top: 55px;
}

#seo-text-remont .txt p {
  font-family: "ClearSans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: inherit;
  margin-bottom: 33px;
}

.container-one-work {
  min-height: 482px;
  position: relative;
  max-width: 360px;
  margin: 0 auto 30px;
}

.container-one-work .img {
  display: block;
  margin: 0 auto 23px;
  border: 1px solid #ebebeb;
  position: relative;
  overflow: hidden;
}

.container-one-work .img img {
  margin: 0 auto;
  border: 1px solid #f5f6f6;
}

.container-one-work .img:hover img {
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}

.container-one-work .img .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 288px;
  height: 192px;
  left: 1px;
  top: 1px;
  background: rgba(241, 94, 34, .75);  
}

.container-one-work .img .overlay span {
  display: block;
  font-family: "GothamPro", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-top: 60px;
}

.container-one-work .img:hover .overlay span {
  color: #434343;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, .8);  
}

.container-one-work .img .overlay span.two-lines {
  padding-top: 74px;
}

.container-one-work .img .overlay span.three-lines {
  padding-top: 62px;
}

.container-one-work .img:hover .overlay {
  background: transparent;
}

.container-one-work .description {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.container-one-work .button-container {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

#kind-of-works h2 {
  margin: 90px 0 47px;
}

.example {
  margin-bottom: 30px;
}

.example .example-container {
  border: 1px solid #dedede;
  padding: 15px;
  text-align: center;
  height: 367px;
  position: relative;
}

.example .example-container .img {
  display: inline-block;
  overflow: hidden;
  border: 1px solid #ebebeb;
}

.example .example-container .img:hover {
  border-color: #f15e22;
}

.example .example-container .img img {
  margin: 0 auto;
  border: 1px solid #f5f6f6;
}

.example .example-container .img:hover img {
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);  
}

.example .example-container header {
  max-width: 210px;
  margin: 19px auto 18px;
  font-size: 14px;
  line-height: 18px;
  color: #555;
}

.example .example-container .button {
  
}

#examples-of-works h2 {
  margin: 32px 0 36px;
}

#what-do-we-work {
  padding-bottom: 36px;
}

#what-do-we-work h2 {
  margin: 33px 0 44px;
}

#what-do-we-work .what-do-we-work-container {
  text-align: center;
  margin-bottom: 30px;
}

#what-do-we-work .what-do-we-work-container img {
  margin: 0 auto 16px;
}

#what-do-we-work .what-do-we-work-container header {
  font-family: "GothamPro", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: inherit;
}

#what-do-we-work .what-do-we-work-container header.one-line {
  padding-top: 11px;
}

#zayavka-remont .container-zayavka-remont {
  background: url(../img/remont-zayavka-bg.jpg) no-repeat center center;
  background-size: auto 100%;
  min-height: 225px;
  height: auto;
  margin-bottom: 40px;
}

#zayavka-remont .container-zayavka-remont .text-remont {
  max-width: 770px;
  margin-left: 0;
  padding-top: 33px;
  padding-bottom: 14px;
}

#zayavka-remont .container-zayavka-remont .text-remont h2 {
  font-size: 34px;
  color: #f05920;
  margin: 0 0 20px;
  text-shadow: 0 1px 2px rgba(255, 255, 255, .9);
  margin-bottom: 15px;
}

#zayavka-remont .container-zayavka-remont .text-remont p {
  font-size: 20px;
  line-height: 30px;
  color: #0e4565;
  font-family: "GothamPro", sans-serif;
  text-align: center;
}

#zayavka-remont .container-zayavka-remont .text-remont .button {
  display: block;
  width: 300px;
  margin: 30px auto 0;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.goods-all {
  margin-top: 20px;
}

.good-container {
  padding: 15px;
  background: #fff;
  border: 1px solid #dedede;
  margin-bottom: 30px;
  height: 417px;
  position: relative;
}

.good-container .product-list-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15px;
}

.good-container .img {
  max-width: 228px;
  border: 1px solid #ebebeb;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}

.good-container .img img {
  border: 1px solid #f5f6f6;
  margin: 0 auto;
}

.good-container .img:hover img {
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);  
}

.good-container h2 {
  margin: 0;
}

.good-container h2 a {
  display: block;
  text-align: center;
  font-family: "ClearSans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #555555;
  max-width: 185px;
  margin: 13px auto;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.good-container .price {
  font-family: "GothamPro", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #f15e22;
  text-align: center;
}

.good-container .in-stock {
  font-family: "ClearSans", sans-serif;
  font-size: 11px;
  display: block;
  text-align: center;
  margin: 10px 0 14px;
}

.good-container .in-stock .yes {
  color: #6eba00;
}

.good-container .in-stock .no {
  color: #cc0000;
}

.good-container .button {
  display: block;
  margin: 0 auto;
  width: 133px;
  height: 36px;
  padding: 7px 0;
  background-position: 0 -7px;
}

.container-right-aside {
  position: relative;
}

.all-collections {
  display: none;
  height: auto;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #dedede;
  z-index: 99;
  padding: 25px 15px 25px 43px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, .15);
}

.all-collections header h3 {
  margin: 0 0 18px;
  font-family: "GothamPro", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: inherit;
  text-align: center;
}

.all-collections header p {
  margin: 0 0 40px;
  font-size: 13px;
  color: #878787;
  text-align: center;
}

.all-collections .one-col-collection {
  
}

.all-collections .one-col-collection ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.all-collections .one-col-collection ul li {
  margin-bottom: 19px;
  line-height: 14px;
}

.all-collections .one-col-collection ul li a {
  font-size: 16px;
  line-height: 14px;
  color: inherit;
  display: inline-block;
}

.all-collections .one-col-collection ul li a:before {
  content: ' ';
  width: 4px;
  height: 4px;
  display: inline-block;
  position: relative;
  background: #e2e2e2;
  margin-right: 13px;
  top: -3px;
}

.all-collections .one-col-collection ul li a:hover, .all-collections .one-col-collection ul li a.active {
  text-decoration: none;
  color: #f15e22;
  padding-left: 3px;
}

.all-collections .one-col-collection ul li a:hover:before, .all-collections .one-col-collection ul li a.active:before {
  background-color: #f15e22;
}

#modal-form {
  display: block;
}

#modal-form .mf-text {
  font-size: 14px;
}

#modal-form input[type="text"], #modal-form input[type="tel"], #modal-form textarea {
  width: 100%;
  height: 35px;
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  margin-bottom: 7px;
}

#modal-form textarea {
  height: 100px;
}

#modal-form .mf-req {
  color: #cc0000;
}

#modal-form input[type="submit"] {
  display: block;
  width: 145px;
  margin: 5px auto 0;
  height: 31px;
  border-radius: 3px;
  border: 1px solid transparent;
  font-family: 'GothamPro', sans-serif;
  font-size: 12px;
  color: #fff;
  background: #f15e22;
  padding-left: 15px;
  padding-right: 15px;
}

#modal-form input[type="submit"]:hover {
    background: #fff;
    color: #f15e22;
    border-color: #f15e22;
}

.mfeedback {
  padding: 15px;
}

.mfeedback h2 {
  text-align: left;
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}

font.errortext {
  display: inline-block;
  background: #cc0000;
  margin-bottom: 3px;
  border-radius: 3px;
  color: #fff ! important;
  padding: 5px 2px;
  font-weight: bold;
  padding: 2px 13px 3px;
  font-size: 14px;
}

.mf-name, .mf-email, .mf-message {
  width: 100% ! important;
}

.modal {
  cursor: pointer;
}

.modal .modal-dialog {
  cursor: auto;
}

/** faq **/

.faq-sections {
  
}

.faq-sections .one {
  margin-bottom: 30px;
}

.faq-sections .one a {
  display: block;
  width: 100%;
  min-height: 200px;
  border: 1px solid #ccc;
  padding: 15px;
}

.faq-sections .one a .img {
  display: inline-block;
  overflow: hidden;
}

.faq-sections .one a header {
  font-size: 14px;
  line-height: 16px;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  margin-top: 5px;
}

.faq-sections .one a:hover {
  border-color: #f15e22;
}

.faq-sections .one a:hover img {
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4); 
}

.faq-button {
  position: absolute;
  top: 30px;
  right: 0;
}

#container-ajax-loader {
  position: relative;
}

#ajax-loader {
  background: rgba(0, 0, 0, .15) url(../img/ajax-loader-gray.svg) no-repeat 50% 100px;
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 100%;
}

.addtocart {
  padding: 15px;
  text-align: center;
}

.addtocart h2 {
  margin: 15px 0;
  font-size: 24px;
}

.addtocart a {
  margin: 0 10px;
}

font.notetext {
  color: #fff;
  background: #cc0000;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  border-radius: 4px;
  padding: 15px;
}

/** END OTHER STYLES **/

/** RESPONSIVE **/
@media (min-width: 768px) {
  
  #menu-top ul li a {
    padding: 5px 17px;  
  }
  
  #menu-top ul li {
    float: left;
  }
  
  #menu-top ul li a {
    font-size: 10px;
  }
  
  #cart-top-right i {
    margin-right: 5px;
  }

  #cart-top-right .count-in-cart {
    margin-left: 5px;
  }  
  
  #cart-top-right i {
    font-size: 21px;
    top: 2px;
  }
  
  .navbar-nav>li>a {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }  
  
  .nav>li>a {
    padding: 13px 8px;
  }    
  
  #main-menu ul li a {
    font-size: 12px;
  }    
  
  #header .header-menu {
    position: relative;
    background: transparent;
    top: auto;
    left: auto;
    border-radius: 0;
    width: auto;
    margin-left: auto;
  }  
  
  #main-menu ul {
    background: url(../img/main-menu.png) repeat-x top left;
    width: 100%;
  }  
 
  #allAdresses {
    top: auto;
  }
 
  #main-catalog-menu ul {
    margin-bottom: 0;
  }
  
  #index-catalog-grid .container-image {
    margin: 0 auto 14.5px;
  }
 
  .slick-next {
    right: -40px;
  }

  .slick-prev {
    left: -40px;
  }     
 
  #figures .figures-container .one-figure .figure {
    font-size: 43px;
  }

  #figures .figures-container .one-figure .figure-description {
    font-size: 15px;
    line-height: 17px;
  }
    
  #discount-card .container-discount-card .text-discount-card {
    margin-left: 0;
    padding: 33px 142px 14px;
    text-align: center;
    /* max-width: 570px; */
    float: left;
  }  
  
  .creater {
    text-align: right;
  }
 
  #filter-price .button {
    font-size: 15px;
  }
 
  .price-inputs .span2 {
    margin: 0 15px;
  } 
 
  #filter .show-more-params {
    display: inline-block;
    top: -2px;
    margin-left: 25px;
    margin-top: 0;
    font-size: 11px;
    line-height: 11px;    
  }
 
  .article .np {
    padding-left: 0;
  } 
  
  #seo-text-remont .block {
    background: url(../img/remont-bg.jpg) no-repeat center center;
  }
 
  .container-one-work .img .overlay {
    width: 356px;
    height: 236px;
  }  
  
  .container-one-work .img .overlay span.two-lines {
    padding-top: 90px;
  }

  .container-one-work .img .overlay span.three-lines {
    padding-top: 82px;
  } 
  
  #container-ajax-loader {
    min-height: 400px;
  }
 
}

@media (min-width: 992px) {
  .nopadding {
    padding-left: 0;
    padding-right: 0;
  }
  
  #cart-top-right i {
    margin-right: 12px;
  }

  #cart-top-right .count-in-cart {
    margin-left: 12px;
  }    
  
  #cart-top-right i {
    font-size: 16px;
  }  
  
  #header-middle .logo img {
    margin: 0;
  }  
  
  #header-middle .slogan {
    text-align: left;
  }
  
  #header-middle .phone {
    margin-top: 43px;
  }
  
  #header-middle .phone-container {
    text-align: right;
  }  
  
  #header-middle .address-header a {
    margin-left: 10px;
  }
    
  #header-middle .address-container {
      margin-left: 20px;
  }
    
  #header-middle .address-header {
    margin-top: 20px;
    text-align: left;
  }
  
  #header-middle .logo {
    margin: 21px 0 28px;
  }  
  
  #header-middle .slogan {
    font-size: 17px;
  }  
  
  #header-middle .phone {
    font-size: 24px;
  }  
  
  #header-middle .address-header a {
    margin-bottom: 0;
  }  
  
  .nav>li>a {
    padding: 13px 12px;
  }  
  
  #main-menu ul li a {
    font-size: 16px;
  }  
  
  #index-catalog-grid .container-image.no-margin {
    margin-bottom: 0;
  }   
  
  #index-catalog-grid .container-image {
    margin: 0 auto 30px;
    max-height: 250px;
  }  
  
  #order-repairs .container-order-repairs .text-repairs {
    margin-left: 99px;
  }
  
  #how-much-a-repair .container-how-much-a-repair .text-how-much-a-repair {
    margin-left: 170px;
  }
  
  .container-what-do-we-offer .overlay {
    width: 209px;
    height: 140px;
  }    
  
  .container-what-do-we-offer {
    margin-bottom: 0;
  }
  
  .slick-next {
    right: -40px;
  }

  .slick-prev {
    left: -40px;
  }    
  
  #figures .figures-container .one-figure .figure {
    font-size: 56px;
  }

  #figures .figures-container .one-figure .figure-description {
    font-size: 16px;
    line-height: 20px;
  }
  
  .footer-phone .p {
    font-size: 23px;
    line-height: 30px;
  }   
  
  .footer-phone .footer-callme {
      margin-left: 84px;
  }    
  
  #filter-price .button {
    padding: 10px 15px;
  } 
  
  .price-inputs span {
    font-size: 13px;
  }
  
  .price-inputs .span1 {
    margin-right: 1px;
  }

  .price-inputs .span2 {
    margin: 0 3px;
  }

  .price-inputs .span3 {
    margin-left: 1px;
  }
  
  .container-one-work .img .overlay {
    width: 291px;
    height: 194px;
  }   
  
  .container-one-work .img .overlay span.two-lines {
    padding-top: 75px;
  }

  .container-one-work .img .overlay span.three-lines {
    padding-top: 62px;
  }  
  
  #zayavka-remont .container-zayavka-remont .text-remont {
    margin-left: 99px;
  }  
  
}

@media (min-width: 1200px) {
  #menu-top ul li a {
    font-size: 12px;
  }
  
  #header-middle .slogan {
    font-size: 18px;
  }   
  
  #header-middle .phone {
    font-size: 28px;
  }   
  
  .nav>li>a {
    padding: 12.5px 15px;
  }  
  
  .top-reasons .one-line {
    margin-top: 17px;
  }

  .top-reasons .two-line {
    margin-top: 5px;
  }  
  
  #order-repairs .container-order-repairs .text-repairs {
    margin-left: 193px;
  }  
  
  #how-much-a-repair .container-how-much-a-repair .text-how-much-a-repair {
    margin-left: 303px;
  }  
  
  .container-what-do-we-offer .overlay {
    width: 255px;
    height: 171px;
  }  
  
  .slick-next {
    right: -47px;
  }

  .slick-prev {
    left: -47px;
  }  
  
  #figures .figures-container .one-figure .figure {
    font-size: 70px;
  }

  #figures .figures-container .one-figure .figure-description {
    font-size: 18px;
    line-height: 22px;
  }  
  
  .footer-phone .p {
    font-size: 28px;
    line-height: 34px;
  }
  
  .footer-phone .footer-callme {
      margin-left: 127px;
  }  
  
  #footer .bottom p.creater {
    margin-right: 76px;
  }
  
  #filter-price .button {
    padding: 10px 36px;
  }
  
  .price-inputs span {
    font-size: 14px;
  }
  
  .price-inputs .span1 {
    margin-right: 7px;
  }

  .price-inputs .span2 {
    margin: 0 15px;
  }

  .price-inputs .span3 {
    margin-left: 7px;
  }
  
  .container-one-work .img .overlay {
    width: 356px;
    height: 236px;
  }  
  
  .container-one-work .img .overlay span.two-lines {
    padding-top: 90px;
  }

  .container-one-work .img .overlay span.three-lines {
    padding-top: 82px;
  }  
  
  #zayavka-remont .container-zayavka-remont .text-remont {
    margin-left: 317px;
  }    
  
  .all-collections {
    width: 1140px;
  }
  
}

textarea.bxeditor-textarea {
  line-height: 30px;
}
/** END RESPONSIVE **/

.one-category-menu {
  position: absolute;
  width: 100%;
  background: #fff;
  border-right: 1px solid #ef9d1f;
  border-left: 1px solid #ef9d1f;
  border-bottom: 1px solid #ef9d1f;
  left: 15px;
  max-width: 262.5px;
  padding: 0 15px 15px;
  display: none;
  z-index: 1;
}

.one-category:hover .one-category-menu {
  display: block;
}

.creater
{
    /*
    float: left;
    margin-top: -20px !important;
    */
}

/* FILTER BLOCK */
.filter-detail-settings
{
    margin-top: 10px;
    display: none;
}

.filter-detail-toggle
{
    float: left;
    width: 270px;
/*    height: 21px; */
}

.filter-detail-button
{
    border: 2px solid #F15E22;
    background: #FFFFFF;
    border-radius: 5px;
    color: #F15E22;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

.filter-detail-button:hover
{
    color: #FFFFFF;
    background-color: #F15E22;
}

.filter-section
{
    display: inline-block;
    vertical-align: top;
    width: 270px;
    margin: 1px 0;
}

.filter-section-heading
{
    font-weight: bold;
    font-size: 16px;
    display: block;
}

.filter-detail-checkbox-item label
{
    font-weight: 400;
    margin-bottom: 0;
    vertical-align: text-bottom;
    color: #777777;
}
.filter-detail-checkbox-item label:hover{
    color: #000000;
}

.filter-detail-slider-input
{
    width: 70px;
    margin: 0 5px 0 5px;
    border: 1px solid #ACACAC;
    border-radius: 3px;
    text-align: center;
}

.filter-params-section
{
    display: inline-block;
    width: 550px;
}

.filter-controls-section
{
    width: 250px;
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-right: 30px;
}

.filter-price
{
    height: 100px;
}

.filter-price-slider
{
    text-align: center;
}

#filter-detail-slider-range
{
    margin-top: 30px;
}

.filter-slider-mark
{
    margin-top: 3px;
    width: 1px;
    height: 5px;
    background: linear-gradient(to bottom, #7F7F7F, #BEBEBE);
}

.filter-range-number
{
    font-size: 10px;
    vertical-align: super;
}

.range-left
{
    float: left;
}
.range-middle
{
    margin: auto;
}
.range-right
{
    float: right;
}

.range-left-number
{
    margin-left: -3px;
    float: left;
}
.range-right-number
{
    margin-right: -16px;
    float: right;
}
.range-middle-number
{
    margin-left: 10px;
    margin-top: -1px;
}

.filter-submit-section
{
    margin-top: 54px;
    text-align: center;
}

.filter-submit-section button
{
    height: 40px;
    width: 238px;
    border: 2px solid #F05A20;
    border-radius: 2px;
    text-transform: uppercase;
    background-color: #fff;
    color: #F05A20;
    font-size: 16px;
    font-weight: bold;
}

.filter-submit-section button:hover
{
    color: #FFFFFF;
    border: none;
    background: linear-gradient(to bottom, #F15D22, #EB4316);
}

.filter-clear-section
{
    margin-top: 20px;
    text-align: center;
}

.filter-clear-section div
{
    border: none;
    border-bottom: 1px dashed #ACACAC;
    text-transform: uppercase;
    color: #ACACAC;
    font-size: 14px;
    background-color: transparent;
}

.filter-clear-section div:hover
{
    color: #5A5A5A;
    border-color: #5A5A5A;
}

.filter-clear-section a {
    text-decoration: none;
}

.filter-search-note
{
    margin-left: 20px;
    margin-bottom: 20px;
}

.filter-section-popup
{
  display: none;
  position: absolute;
  z-index: 1000;
  width: auto;
  padding: 20px;
  border: 2px solid #F05A20;
  border-radius: 5px;
  box-shadow: 0 0 10px 1px #656565;
  background-color: #FAFAFA;
  max-width: 600px;
}

.filter-section-popup-close {
  border: none;
  background: transparent;
  color: #656565;
  float: right;
  margin: -20px -15px 0 0;
  font-size: 16px;
}
.filter-section-popup-close:hover {
  color: #F05A20;
}

.filter-section-name {
  padding: 20px 0;
  line-height: 0.2;
  border: 2px solid #FAFAFA;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  background-color: #FAFAFA;
  color: #505050;
  cursor: pointer;
}

.filter-section-name:hover {
  background-color: #FFFFFF;
}

.filter-section-filtered {
  /* border: 2px solid #D4D4D4; */
  border: 2px solid #f8c23f;
}

.filter-popup-show {
  display: inline-block;
}
.filter-popup-hidden {
  display: none;
}
.popup-half-wide {
    width: 49%;
    display: inline-block;
    /* добвавил */
    display: inline-flex;
    padding: 5px 0;
}
.popup-half-wide input {
    margin-right: 5px;
}
.filter-section-items {
  /*max-height: 400px;*/
  min-width: 225px;
}
.popup-vert-overflow {
  overflow-y: scroll;
}
.form-prop-checked {
  font-weight: bold !important;
  color: #F05A20 !important;
}

.categories-hide-button {
  width: 200px;
  height: 30px;
  padding-top: 4px;
  border-radius: 2px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #77B21D;
  cursor: pointer;
}
.categories-hide-button:hover {
  background-color: #A3C723;
}
.categories-show-active {
  background-color: #8EBD20;
}
.categoies-all .row {
  margin-top: 10px;
  /* display: none; */
}
.catalog-error-block {
  border: 2px solid #EB4517;
  padding: 5px 20px;
  border-radius: 2px;
  font-size: 17px;
  background-color: rgba(235, 69, 23, 0.04);
}

/* END OF FILTER BLOCK */

.item-id-note
{
    display: block;
    float: right;
    color: #999999;
}

/* FAKE ORDERS WINDOW */
#new-call-request {
    display: none;   
	opacity: 0;
	transition: all 0.7s ease;
}

.informer {
    padding: 1.5em;
    display: none;
    top: 1em;
    right: 1em;
    width: 300px;
    border-radius: 0.5em;
    color: #fff;
    background: rgba(0,0,0,0.85);
    box-shadow: 0 0 20px rgba(0,0,0,0.45);
    z-index: 99;
	opacity: 0.9;
	position: fixed;
    top: 60px;
    right: 0;
	margin-right: 10px;
	margin-top: 10px;
}

/* СОПУТСТВУЮЩИЕ ТОВАРЫ */

.catalog-one-detail-related
{
  background: #FFF;
  border: 1px solid #dedede;
  padding: 15px;
  margin-top: 5px;
}

.catalog-one-detail-similar
{
  background: #FFF;
  border: 1px solid #dedede;
  padding: 15px;
  margin-top: 30px;
  height: 410px;
}

.related-items-heading
{
  margin-left: 15px;
}

.related-items-heading h1
{
  margin-top: 0;
  margin-bottom: 10px;
}

.related-items-heading span
{
  margin-top: 0;
  margin-bottom: 10px;
  display: block;
  color: #666666;
  font-size: 14px;
}

.related-items-container {
  padding: 15px;
  background: #fff;
  border: 1px solid #dedede;
  margin-bottom: 30px;
  height: 340px;
  position: relative;
}

.related-items-container .product-list-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15px;
}

.related-items-container .img {
  max-width: 228px;
  border: 1px solid #ebebeb;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}

.related-items-container .img img {
  border: 1px solid #f5f6f6;
  margin: 0 auto;
}

.related-items-container .img:hover img {
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}

.related-items-container h2 {
  margin: 0;
}

.related-items-container h2 a {
  display: block;
  text-align: center;
  font-family: "ClearSans", sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #555555;
  max-width: 160px;
  margin: 13px auto;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.related-items-container .price {
  font-family: "GothamPro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #f15e22;
  text-align: center;
}

.price-unit, .price-unavailable
{
  font-family: "GothamPro", sans-serif;
  font-weight: 600;
  line-height: 20px;
  color: #f15e22;
  text-align: center;
  font-size: 12px;
}

.price-unavailable
{
  color: #000;
  font-weight: 400;
}

.related-items-container .in-stock {
  font-family: "ClearSans", sans-serif;
  font-size: 11px;
  display: block;
  text-align: center;
  margin: 10px 0 14px;
}

.related-items-container .in-stock .yes {
  color: #6eba00;
}

.related-items-container .in-stock .no {
  color: #cc0000;
}

.related-items-container .button {
  display: block;
  margin: 0 auto;
  width: 133px;
  height: 36px;
  padding: 7px 0;
  background-position: 0 -7px;
}

/* КОНЕЦ СОПУТСТВУЮЩИХ ТОВАРОВ */

.pagination {
    margin: 0px 0 30px 0 !important;
}

.search-item {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  margin: 10px 0;
  padding: 10px;
}
.search-item-photo {
  width: 140px;
  display: inline-block;
}
.search-item-text {
  display: inline-block;
  width: 670px;
  font-size: 16px;
}
.search-item-section {
  margin-bottom: 20px;
  display: block;
  width: 80px;
  border: 1px solid #f15e22;
  border-radius: 5px;
  background-color: #f15e22;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
}

/*------SEO-custom------*/
#seo-article h2 {font-size: 22px; line-height: 1.5; margin: 30px 0;}
#seo-article p {text-align: justify; font-size: inherit; padding: 15px 30px 15px 0;}
#seo-article ul li,
#seo-article ol li {padding-bottom: 15px;}
#seo-article img {display: table; margin: 15px auto; width: 100%}

#main-heading {
    font-family: "GothamPro", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #434343;
    text-align: center;
    margin: 60px 0 30px;
}

#main-seo-heading {font-size: 24px; }

#cat-heading {font-size: 28px; font-weight: 600; text-align: left; margin: 40px 0;}
#cat-heading-2 {font-size: 24px; font-weight: normal; margin: 40px 0 20px;}

#seo-text-toggle {
	background: url(../img/button-yellow-bg.png) repeat-x 0px -1px;
    color: #3e3e3e;
    text-shadow: 0 1px 1px #fff;
    height: 42px;
    display: inline-block;
    text-align: center;
    font-family: "GothamPro", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 3px;
    border: 1px solid transparent;
    border-bottom: 2px solid transparent;
}

#seo-text-toggle:hover {
	background: #fcb637;
    color: #fff;
    text-shadow: 0 1px 1px #000;
    transition: 0.3s;
}

.seo-text-additional {
    /* Скрытие блока с текстом для работы кнопки */
    display: none;
}

.seo-article ul li,
.seo-article ol li {padding-bottom: 10px;}

/*------SEO-custom------*/

/* для фиксации сайдбара */
/*
@media (min-width: 1190px) {
	.catalog-main .row {
		position: relative;
	}

	.catalog-main aside {
		position: initial;
	}

	.fixed {
		position: fixed;
		z-index: 9999; 
		left: 65px;
		bottom: 30px;
		max-width: 262px;
	}
	.sticky {
	  position: fixed;
	  z-index: 101;
	  margin: 15px 0;
	}
	.stop {
	  position: relative;
	  z-index: 101;
	}
}*/
/* конец фиксации сайдбара */

.scrollup{
	width:40px;
	height:40px;
	opacity:0.3;
	position:fixed;
	bottom:100px;
	right:1%;
	display:none;
	text-indent:-9999px;
	background: url('icon_top.png') no-repeat;
}

/* Раздел (коллекция) - галерея*/
.section-gallery-slick-prev,
.section-gallery-slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    display: block;
    cursor: pointer;
    border: none;
    outline: none;
    text-indent: -9999px;
}
.section-gallery-slick-prev {
    left: -25px;
}
.section-gallery-slick-next {
    right: -25px;
}

.section-gallery-slick-next:hover,
.section-gallery-slick-prev:hover,
.section-gallery-slick-next:focus,
.section-gallery-slick-prev:focus {
    color: transparent;
    outline: none;
}
.section-gallery-slick-next:hover:before,
.section-gallery-slick-prev:hover:before,
.section-gallery-slick-next:focus:before,
.section-gallery-slick-prev:focus:before {
    opacity: 1;
}
.section-gallery-slick-prev:before,
.section-gallery-slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.section-gallery-slick-prev:before {
    content: '←';
}
.section-gallery-slick-next:before {
    content: '→';
}
/* dots */
.section-gallery-slick-dots {
  position: absolute;
  bottom: -45px;

  display: block;

  width: 88%;
  padding: 0;

  list-style: none;

  text-align: center;
}
.section-gallery-slick-dots li {
  position: relative;

  display: inline-block;

  /*width: 20px;*/
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.section-gallery-slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 10px;
  height: 10px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  border-radius: 50%;
  margin: 5px 0px 0px 5px;
  outline: none;
  background: #C5C5C5;
}
.section-gallery-slick-dots li button:hover,
.section-gallery-slick-dots li button:focus {
  background: #7B7B7B;
}
.section-gallery-slick-dots li button:hover:before,
.section-gallery-slick-dots li button:focus:before {
  opacity: 1;
}
.section-gallery-slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  /*content: '•';*/
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section-gallery-slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

