@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica/HelveticaThin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica/HelveticaLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica/HelveticaRegular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica/HelveticaBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica/HelveticaBlack.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'slick';
  src: url(’../fonts/slick.ttf’) format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype');
}
* {
  outline: none !important;
}
html {
  overflow-y: scroll;
  overflow-x: auto;
}
body {
  font-family: 'Helvetica', sans-serif;
  padding-right: 0 !important;
  font-size: 14px;
  position: relative;
  color: #26272c;
  line-height: 1.8;
  font-weight: 300;
}
a {
  color: #0079cd;
  text-decoration: underline;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #e84545;
}
hr {
  margin: 0;
}
.breadcrumb {
  font-size: 13px;
  padding: 15px 0 30px;
  margin: 0;
  background: none;
  font-weight: 300;
}
.breadcrumb a {
  color: #737373;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #e84545;
  text-decoration: underline;
}
.breadcrumb > .active {
  color: #b3b3b3;
}
.thumbnail {
  padding: 0;
  transition: all 0.3s ease;
  box-shadow: 0 0 5px #e1e1e1;
  border: none;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
.thumbnail .caption {
  position: absolute;
  bottom: 20%;
  background-color: #0079cd;
  color: #ffffff;
  z-index: 9;
  transition: all 0.3s ease;
}
.thumbnail .caption .h5 {
  margin: 0;
}
.thumbnail:hover {
  box-shadow: 0 4px 2px -2px #e1e1e1;
}
.thumbnail:hover .caption {
  background-color: #00b042;
}
.thumbnail:hover .caption .h5 {
  color: #ffffff;
}
.thumbnail img {
  overflow: hidden;
  transition: all 0.33s linear;
}
.thumbnail img:hover {
  transform: scale(1.1);
}
.thumbnail a {
  text-decoration: none;
}
.pagination {
  display: block;
  overflow: hidden;
  margin: 0 0 60px;
}
.pagination > .active > a {
  background-color: #0079cd;
  border-color: #0079cd;
}
.pagination > .active > a:hover,
.pagination > .active > a:focus {
  background-color: #0079cd;
  border-color: #0079cd;
}
.pagination > .active > span {
  background-color: #0079cd;
  border-color: #0079cd;
}
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background-color: #0079cd;
  border-color: #0079cd;
}
.pagination > li > a {
  color: #0079cd;
}
.pagination > li > span {
  color: #0079cd;
}
.btn-block + .btn-block {
  margin-top: 15px;
}
.form-control {
  height: 38px;
}
.text-gray {
  color: #f5f5f5;
}
.text-white {
  color: #ffffff;
}
.c-red {
  color: #e84545;
}
.c-white {
  color: #ffffff;
}
.bg-gray {
  background-color: #f5f5f5;
}
.bg-white {
  background-color: #ffffff;
}
.f-w-800 {
  font-weight: 800;
}
.f-w-700 {
  font-weight: 700;
}
.f-w-400 {
  font-weight: 400;
}
.f-w-300 {
  font-weight: 300;
}
.f-w-100 {
  font-weight: 100;
}
.f-s-18 {
  font-size: 18px !important;
}
.p-b-60 {
  padding-bottom: 60px !important;
}
.p-r-60 {
  padding-right: 60px;
}
.m-t-60 {
  margin-top: 60px !important;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-80 {
  margin-bottom: 80px;
}
.inline-block {
  display: inline-block;
}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.row.display-inline-block > [class*='col-'] {
  display: inline-block;
  float: none!important;
  vertical-align: top;
}
.section {
  padding: 80px 0;
}
h1 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.5;
  color: #26272c;
}
.h1 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 30px;
}
h2 {
  font-weight: 700;
  font-size: 24px;
  margin: 20px 0;
  line-height: 1.5;
  color: #26272c;
}
.h2 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  margin: 20px 0;
}
h3 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.5;
  color: #26272c;
}
.h3 {
  font-weight: 700;
  margin: 20px 0;
  line-height: 1.5;
  color: #26272c;
}
h4 {
  color: #26272c;
  line-height: 1.4;
}
.h4 {
  transition: all 0.3s ease;
}
.h5 {
  transition: all 0.3s ease;
}
ul {
  padding-left: 0;
  list-style-position: inside;
}
ul.dash-line-list {
  line-height: 24px;
  list-style: none;
}
ul.dash-line-list li {
  padding-left: 15px;
}
ul.dash-line-list li:before {
  content: "―";
  position: relative;
  margin-right: 4px;
  margin-left: -15px;
  color: #0079cd;
}
ul.dash-line-list li a {
  text-decoration: none;
}
ul.dash-line-list li a:hover {
  text-decoration: underline;
}
.text-color-red {
  color: #e84545;
}
.box-content-wrap {
  margin-bottom: 80px;
}
.box-content-wrap .box-content {
  padding: 30px;
  background-color: #ffffff;
}
.box-content-wrap:after,
.box-content-wrap:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-image: linear-gradient(to left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}
.bootstrap-select > select {
  left: 0;
}
.language {
  margin-right: 6px;
  min-width: 58px;
}
.language.open .btn {
  background-color: #f5f5f5;
  border-color: #e2e2e2;
}
.language.open .btn:hover {
  background-color: #f5f5f5;
  border-color: #e2e2e2;
}
.language.open .bs-caret:after {
  transform: rotate(180deg);
}
.language .dropdown-menu {
  background-color: #f5f5f5;
  border-color: #e2e2e2;
  box-shadow: none;
  padding: 0;
}
.language .dropdown-menu li a {
  padding: 3px 13px;
}
.language .dropdown-menu span.text {
  color: #26272c;
}
.language .dropdown-menu.inner {
  background-color: transparent;
}
.language .dropdown-menu.open a {
  background-color: transparent;
}
.language .dropdown-menu.open a:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.4);
}
.language .btn {
  background-color: #f5f5f5;
  border-color: #e2e2e2;
  font-size: 10px;
  padding: 4px 6px;
}
.language .btn:focus {
  outline: none !important;
}
.language .caret {
  display: none;
}
.language .bs-caret {
  transition: all 0.3s ease;
}
.language .bs-caret:after {
  content: "\f078";
  font-family: FontAwesome;
  color: #26272c;
  font-size: 8px;
  display: inline-block;
  transition: all 0.3s ease;
}
.language .filter-option-inner-inner {
  color: #26272c;
  font-weight: 400;
}
.header-mobile {
  display: none;
  padding: 40px 0;
}
.header-mobile .list-inline {
  margin-left: 0;
}
.header-mobile .list-inline > li {
  padding: 0;
  margin: 0 !important;
}
.header-mobile .head-item__search {
  text-align: right;
}
.header-mobile .head-item__search .fa {
  padding: 15px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
}
.header-mobile .head-item__search .fa:before {
  display: block;
  width: 14px;
  text-align: center;
}
.header-mobile .head-item__search .shopping-cart {
  position: relative;
}
.header-mobile .head-item__search .badge {
  position: absolute;
  top: -7px;
  right: -7px;
  background-color: #e84545;
}
.header-mobile #search .navbar-search {
  margin-top: 10px;
}
.header-mobile #search .stylish-input-group .form-control {
  border: 1px solid #d9d9d9;
  box-shadow: none !important;
  -webkit-appearance: none;
}
.header-mobile #search .stylish-input-group .input-group-addon {
  border: 1px solid #d9d9d9;
}
.header-mobile #search .stylish-input-group .input-group-addon:last-child {
  border-left: 0;
}
.header-mobile .city-selection,
.header-mobile .mailto {
  text-align: right;
}
.catalog-mobile .main-menu-toggle {
  display: none;
}
.city-selection {
  display: inline-block;
}
.city-selection a {
  text-decoration: none;
  border-bottom: 1px dashed #0079cd;
}
.city-selection a:hover {
  border-bottom: none;
}
.head-item__contact {
  text-align: right;
}
.header-main-page {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
.header-main-page .topbar {
  border: none;
  color: #ffffff;
}
.header-main-page .topbar .city-selection a {
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px dashed #ffffff;
}
.header-main-page .topbar .city-selection a:hover {
  border-bottom: none;
}
.header-main-page .topbar .mailto {
  text-align: center;
}
.header-main-page .topbar .mailto a {
  color: #ffffff;
}
.header-main-page .topbar .download-pricelist {
  text-align: center;
}
.header-main-page .topbar .shopping-cart {
  text-align: right;
}
.header-main-page .topbar .shopping-cart a {
  color: #ffffff;
}
.header-main-page .topbar .language.open .btn {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.2);
}
.header-main-page .topbar .language.open .btn:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.4);
}
.header-main-page .topbar .language .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.4);
}
.header-main-page .topbar .language .dropdown-menu span.text {
  color: #ffffff;
}
.header-main-page .topbar .language .dropdown-menu.inner {
  background-color: transparent;
}
.header-main-page .topbar .language .dropdown-menu.open a {
  background-color: transparent;
}
.header-main-page .topbar .language .dropdown-menu.open a:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.4);
}
.header-main-page .topbar .language .btn {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.2);
}
.header-main-page .topbar .language .bs-caret:after {
  color: #ffffff;
}
.header-main-page .topbar .language .filter-option-inner-inner {
  color: #ffffff;
}
.header-main-page .head-light .stylish-input-group {
  border: none;
}
.header-main-page .horizontal-main-menu-light.horizontal-main-menu .main-menu > li > .main-menu__link {
  color: #ffffff;
  cursor: pointer;
}
.header-main-page .horizontal-main-menu-light.horizontal-main-menu .main-menu-toggle .fa {
  color: #ffffff;
}
.header-main-page .horizontal-main-menu-light.horizontal-main-menu .main-menu-toggle span {
  color: #ffffff;
}
.header-main-page .phone {
  color: #ffffff;
}
.header-main-page .phone:hover {
  color: #ffffff;
}
.header-main-page .phone:focus {
  color: #ffffff;
}
.header-main-page .phone:active {
  color: #ffffff;
}

.header-main-page .phone a {
  color: #ffffff;
}
.header-main-page .phone a:hover {
  color: #ffffff;
}
.header-main-page .phone a:focus {
  color: #ffffff;
}
.header-main-page .phone a:active {
  color: #ffffff;
}

.logo {
  display: inline-block;
}
.head-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.head-item ul li:first-child {
  line-height: 24px;
  margin-bottom: 4px;
}
.phone {
  font-weight: 700;
  font-size: 20px;
  color: #26272c;
  text-decoration: none;
}
.phone:hover,
.phone:active,
.phone:focus {
  text-decoration: none;
  color: #26272c;
}

.phone a{
  font-weight: 700;
  font-size: 20px;
  color: #26272c;
  text-decoration: none;
}
.phone a:hover,
.phone a:active,
.phone a:focus {
  text-decoration: none;
  color: #26272c;
}

.callback a {
  color: #e84545;
  border-bottom: 1px dashed #e84545;
  text-decoration: none;
}
.callback a:hover {
  border: none;
}
.callback .fa-phone {
  color: #e84545;
  vertical-align: middle;
  font-size: 16px;
}
.head-light {
  padding: 30px 0;
}
.head-light .stylish-input-group {
  border: 1px solid #d9d9d9;
}
.head-light .stylish-input-group .fa {
  color: #0079cd;
}
.head-light .ib-col {
  vertical-align: middle;
  margin-right: -4px;
}
.topbar {
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
}
.topbar .mailto {
  text-align: center;
}
.topbar .download-pricelist {
  text-align: center;
}
.topbar .shopping-cart {
  text-align: right;
}
footer .h4 {
  margin-top: 0;
}
footer .phone {
  font-size: 16px;
}
footer .logo {
  margin-bottom: 20px;
}
footer ul {
  list-style: none;
}
footer hr {
  margin: 20px 0;
}
.scroll-top {
  position: fixed;
  right: 60px;
  bottom: 86px;
  width: 46px;
  height: 46px;
  background: #096BAD;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.horizontal-main-menu-light.horizontal-main-menu {
  margin: 0;
  border: none;
}
.horizontal-main-menu-light.horizontal-main-menu .main-menu {
  border-top: 1px solid #d9d9d9;
}
.horizontal-main-menu-light.horizontal-main-menu .main-menu > li > .main-menu__link {
  color: #26272c;
  cursor: pointer;
}
.horizontal-main-menu-light.horizontal-main-menu .main-menu > li:hover > .main-menu__link {
  color: white;
}
.horizontal-main-menu-light.horizontal-main-menu .main-menu > li:hover .fa {
  color: #ffffff;
}
.horizontal-main-menu-light.horizontal-main-menu .main-menu > li:hover span {
  color: #ffffff;
}
.horizontal-main-menu-light.horizontal-main-menu .main-menu > li.dropdown .dropdown-menu {
  margin: 0;
}
.horizontal-main-menu-light.horizontal-main-menu .main-menu-toggle .fa {
  color: #26272c;
}
.main-menu-toggle {
  cursor: pointer;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 16px 8px;
}
.main-menu-toggle .fa {
  font-size: 16px;
  color: #ffffff;
  vertical-align: middle;
  margin-right: 10px;
}
.main-menu-toggle span {
  font-size: 12px;
  line-height: normal;
  vertical-align: middle;
}
.main-menu {
  margin-bottom: 0;
}
.main-menu:before,
.main-menu:after {
  content: " ";
  display: table;
}
.main-menu:after {
  clear: both;
}
.main-menu > li {
  display: table-cell;
  width: 1%;
  text-align: center;
}
.main-menu > li > .main-menu__link {
  display: block;
  padding: 16px 8px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
.main-menu > li:hover {
  background: #0079cd;
}
.main-menu > li:hover > .main-menu__link {
  color: #ffffff;
}
.main-menu > li:hover > span {
  color: #ffffff;
}
.main-menu > li.dropdown .main-menu-item-toggle {
  display: none;
}
.main-menu > li.dropdown .dropdown-menu {
  margin-top: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  min-width: 100%;
}
.main-menu > li.dropdown .dropdown-menu > li {
  border-bottom: 1px solid #d9d9d9;
}
.main-menu > li.dropdown .dropdown-menu > li:last-child {
  border-bottom: none;
}
.main-menu > li.dropdown .dropdown-menu > li > a {
  text-decoration: none;
  display: block;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 400;
}
.main-menu > li.dropdown .dropdown-menu > li > a:hover,
.main-menu > li.dropdown .dropdown-menu > li > a:focus {
  background-color: #ffffff;
  color: #e84545;
}
.section-main-menu {
  position: fixed;
  top: 0;
  left: -320px;
  bottom: 0;
  background: #f5f5f5;
  z-index: 1001;
  width: 310px;
  height: 100%;
  transition: left 0.33s;
  border: none;
  box-shadow: 0 0 10px 0 #292c47;
}
.section-main-menu .mobile-header {
  display: block;
  padding: 18px;
  background: url(../img/pattern-2.png);
  color: #ffffff;
  line-height: 30px;
}
.section-main-menu .mobile-header h4 {
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
  line-height: 20px;
}
.section-main-menu .mobile-header .toggle-nav {
  cursor: pointer;
  float: right;
  font-size: 18px;
}
.section-main-menu .container {
  width: auto;
  padding: 0;
}
.section-main-menu.open {
  left: 0;
  transition: left 0.33s;
}
#main-menu > li > a {
  display: block;
  padding: 16px 8px;
  white-space: nowrap;
  font-size: 12px;
  color: #26272c;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
#main-menu > li:hover {
  background: #0079cd;
}
#main-menu > li:hover > a {
  color: #ffffff;
}
#main-menu > li:hover > span {
  color: #ffffff;
}
#main-menu > li:hover .main-menu__link {
  color: #ffffff;
}
#main-menu > li > .main-menu__link {
  cursor: pointer;
  display: block;
  padding: 16px 8px;
  white-space: nowrap;
  font-size: 12px;
  color: #26272c;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
#main-menu.main-menu {
  color: #26272c;
}
#main-menu.main-menu > li:hover > a {
  color: #ffffff;
}
#main-menu > li {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
}
#main-menu > li.dropdown .main-menu-item-toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
#main-menu > li.dropdown .main-menu-item-toggle:hover {
  cursor: pointer;
}
#main-menu > li.dropdown .main-menu-item-toggle .fa {
  transition: transform 0.15s;
}
#main-menu > li.dropdown .dropdown-menu {
  position: relative;
  width: 100%;
  float: none;
  left: auto;
  right: auto;
}
#main-menu > li.dropdown > ul.dropdown-menu .main-menu-item-toggle {
  height: 42px;
  width: 50px;
  line-height: 42px;
}
.simplebar-track {
  z-index: 9999 !important;
}
.slide-dropdown {
  display: none;
  position: relative;
  width: 100%;
  float: none;
  left: auto;
  right: auto;
  list-style: none;
  background-color: #ffffff;
}
.slide-dropdown li {
  border-bottom: 1px solid #d9d9d9;
}
.slide-dropdown li a {
  text-decoration: none;
  display: block;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 400;
  color: #26272c;
}
.slide-dropdown li a:hover {
  color: #e84545;
}
.main-menu-item-toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.main-menu-item-toggle:hover {
  cursor: pointer;
}
.fa-chevron-right {
  transition: transform 0.3s;
}
.is-closed {
  transform: rotate(90deg);
}
.offer {
  padding-bottom: 40px;
}
.offer .h2 {
  margin: 60px 0;
}
.special-offer {
  padding-bottom: 40px;
}
.special-offer .h2 {
  margin: 60px 0;
}
.special-offer .thumbnail .caption {
  position: relative;
  background-color: #ffffff;
  color: #26272c;
  padding: 20px;
}
.special-offer .thumbnail .caption .h5 {
  color: #26272c;
  margin: 0 0 10px;
}
.special-offer .thumbnail:hover {
  box-shadow: 0 2px 14px 0 #e1e1e1;
}
.special-offer .thumbnail:hover .caption .h5 {
  color: #26272c;
}
.special-offer .thumbnail .special-offer__price {
  color: #e84545;
  font-weight: 700;
}
.about .h3 {
  margin: 20px 0;
}
.section-callback {
  background: url(../img/pattern-2.png);
  padding: 40px 0;
}
.section-callback img {
  height: 100px;
}
.section-callback .h2 {
  color: #ffffff;
  margin: 0 0 20px;
}
.section-callback .form-control {
  height: 46px;
  border: none;
}
.section-callback .btn-kazmet {
  background-color: #00b042;
  height: 46px;
  border: none;
}
.section-callback .btn-kazmet:hover {
  background-color: #00bf48;
  border: none;
}
.section-callback .btn-kazmet:focus {
  color: #ffffff;
  background-color: #00bf48;
}
.sticky-header {
  padding: 10px 0;
  display: block;
  background: url(../img/pattern-2.png);
  position: fixed;
  top: -80px;
  right: 0;
  left: 0;
  z-index: 1001;
  opacity: 0;
  transition: all 0.33s;
}
.sticky-header.open {
  top: 0;
  opacity: 1;
  transition: all 0.33s;
}
.sticky-header .sticky-header__item {
  line-height: 36px;
  text-align: center;
}
.sticky-header .main-menu-toggle {
  padding: 0;
}
.sticky-header .main-menu-toggle .fa {
  margin: 0;
  font-size: 24px;
}
.sticky-header .city-selection a {
  text-decoration: none;
  border-bottom: 1px dashed #ffffff;
}
.sticky-header .city-selection a:hover {
  border-bottom: none;
}
.sticky-header .fa-map-marker {
  color: #e84545;
  font-size: 16px;
}
.sticky-header .select-region {
  color: #ffffff;
  font-size: 16px;
}
.sticky-header .phone {
  color: #ffffff;
  font-size: 16px;
}

.sticky-header .phone a {
  color: #ffffff;
  font-size: 16px;
}

.sticky-header .callback a {
  color: #ffffff;
  border-color: #ffffff;
}
.sticky-header .shopping-cart {
  display: inline-block;
  position: relative;
}
.sticky-header .fa-shopping-cart {
  padding: 10px;
  border: 1px solid #ffffff;
  border-radius: 6px;
  color: #ffffff;
}
.sticky-header .badge {
  position: absolute;
  top: -7px;
  right: -7px;
  background-color: #e84545;
}
.btn-kazmet {
  background-color: #0079cd;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  font-size: 14px;
  border-radius: 4px;
  text-transform: none;
  height: auto;
  padding: 10px 12px;
  color: #ffffff;
  text-decoration: none;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1);
}
.btn-kazmet:hover {
  background-color: #0082dc;
  color: #ffffff;
}
.btn-kazmet:focus {
  color: #ffffff;
  background-color: #0082dc;
}
.btn-kazmet-inverse {
  background-color: #ffffff;
  color: #0079cd;
  border: 1px solid #0079cd;
  box-shadow: none;
  text-decoration: none;
  padding: 10px 12px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.btn-kazmet-inverse:hover {
  background-color: #0079cd;
  color: #ffffff;
}
.btn-kazmet-inverse:focus {
  color: #0079cd;
  background-color: #ffffff;
}
.feature-list-1 .media .media-left {
  padding-right: 15px;
}
.feature-list-1 .media .media-left img {
  width: 60px;
}
.feature-list-1 .fa {
  font-size: 30px;
  color: #FBA919;
}
.ib-col {
  vertical-align: top;
  display: inline-block;
  float: none !important;
  margin-right: -4px;
}
/*Модальные окна общие стили*/
.modal {
  z-index: 5000;
}
.modal .close {
  font-size: 36px;
}
.modal-header,
.modal-body {
  padding: 20px;
}
.modal-title {
  text-transform: uppercase;
}
.modal-content {
  border-radius: 0;
  border: none;
}
/*Модальное окно "Заказ обратного звонка"*/
.modal-dialog_callback {
  width: 300px;
  margin-top: 100px;
}
.modal-dialog_callback .modal-title {
  font-weight: 700;
}
.modal-dialog_callback .modal-description {
  font-size: 13px;
}
/*Модальное окно "Выбор города"*/
.modal-dialog_region {
  width: 600px;
  margin-top: 100px;
}
.modal-dialog_region .modal-title {
  font-weight: 700;
}
.modal-dialog_region .modal-body ul {
  overflow: hidden;
  margin-bottom: 0;
  line-height: 24px;
  list-style: none;
}
.modal-dialog_region .modal-body ul li {
  float: left;
  margin: 10px;
}
.modal-dialog_region .modal-body ul li a {
  padding: 4px 10px;
  border-radius: 10px;
  text-decoration: none;
  background-color: #f5f5f5;
  border: 1px solid #d9d9d9;
}
.modal-dialog_region .modal-body ul li a:hover {
  background-color: #0079cd;
  color: #ffffff;
  border-color: #0079cd;
}
.modal-dialog_region .modal-body ul li a.inverse {
  background-color: #0079cd;
  color: #ffffff;
  border: 1px solid transparent;
}
.modal-dialog_region .modal-body ul li a.inverse:hover {
  background-color: #ffffff;
  color: #0079cd;
  border: 1px solid #0079cd;
}
/*Модальное окно добавления товара в заявку*/
.modal-dialog_buy {
  width: 300px;
  margin-top: 100px;
}
.modal-dialog_buy .modal-header {
  border: none;
}
.modal-dialog_buy .modal-description {
  color: #0079cd;
}
.modal-dialog_buy .btn-pkf {
  display: block;
  margin-bottom: 15px;
}
/*Модальное окно Узнать цену*/
.modal-dialog_price-request {
  width: 300px;
  margin-top: 100px;
}
.modal-dialog_price-request .modal-header {
  border: none;
}
.modal-dialog_price-request .btn-pkf {
  display: block;
  margin-bottom: 15px;
}
.main-slider {
  padding-bottom: 60px;
}
.swiper-container {
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 200px;
}
.swiper-slide img {
  border-radius: 6px;
}
.slick-slider {
  z-index: 1;
}
.slick-prev {
  left: 25px;
  height: auto;
  z-index: 2;
}
.slick-prev:before {
  color: #b3b3b3;
  content: "\f053";
  font-family: FontAwesome;
  font-size: 30px;
}
.slick-next {
  right: 25px;
  height: auto;
  z-index: 2;
}
.slick-next:before {
  color: #b3b3b3;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 30px;
}
.slick-loading .slick-list {
  background: #fff url('../libs/slick-carousel/slick/ajax-loader.gif') center center no-repeat;
}
.slick-dots {
  bottom: 30px;
}
.slick-dots li button:before {
  font-size: 14px;
  color: #b3b3b3;
}
.slick-dots li.slick-active button:before {
  color: #b3b3b3;
}
.wrap-slick-slide {
  background: no-repeat 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  min-height: 760px;
  position: relative;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap-slick-slide:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #26272c;
  opacity: 0.8;
}
.wrap-slick-slide .h1 {
  color: #ffffff;
  margin-bottom: 20px;
}
.wrap-slick-slide p {
  margin-bottom: 40px;
}
#main-page-slider .parallax-container {
  min-height: 760px;
}
.parallax-container {
  height: 100vh;
}
.parallax-container .parallax {
  z-index: 0;
}
.wrap-baner {
  background: no-repeat 50%;
  background-size: cover;
  width: 100%;
  height: 300px;
  position: relative;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap-baner:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #26272c;
  opacity: 0.8;
}
.wrap-baner .h1 {
  color: #ffffff;
  margin-bottom: 0;
}
.parallax-baner {
  height: 300px;
}
.parallax-baner .parallax {
  z-index: 0;
}
.certificates-slick .slick-dots {
  position: relative;
  bottom: 0;
}
.category-other-slick {
  padding: 0 30px;
}
.category-other-slick .thumbnail {
  margin: 0 15px;
}
.category-other-slick .slick-list {
  margin-bottom: 10px;
}
.category-other-slick .slick-dots {
  position: relative;
  bottom: 0;
}
.category-other-slick .slick-prev {
  left: 0;
}
.category-other-slick .slick-next {
  right: 0;
}
.SumoSelect {
  width: 100%;
}
.SumoSelect.open > .optWrapper {
  top: 40px;
}
.SumoSelect > .CaptionCont {
  cursor: pointer;
  border: 1px solid #d9d9d9;
}
.SumoSelect > .CaptionCont > span {
  cursor: pointer;
  font-weight: 700;
}
.SumoSelect > .CaptionCont > span b {
  font-weight: 300;
}
.SumoSelect > .CaptionCont > span.placeholder {
  color: black;
  font-style: normal;
  font-weight: 300;
}
.filter-box {
  margin-bottom: 60px;
  padding: 30px 15px;
  background-color: #f5f5f5;
}
.filter-box .filter-title i {
  color: #0079cd;
}
.filter-box .filter-title .h3 {
  margin: 0 0 20px;
}
.filter-box .filter-description .h4 {
  margin: 0 0 20px;
}
.filter-box .filter-description .h4 a {
  text-decoration: none;
  color: #e84545;
}
.filter-box .filter-description .h4 a span {
  font-weight: 700;
}
.filter .filter__item {
  margin-bottom: 20px;
}
.filter select {
  height: 100%;
}
.filter label {
  margin: 0;
  font-weight: 300;
  cursor: pointer;
}
.filter .filter-btn ul {
  margin-bottom: 0;
}
.filter .filter-btn ul li {
  margin-bottom: 20px;
}
.filter .filter-btn ul li:last-child {
  margin-bottom: 0;
}
.product-content .product-img .fotorama__nav--thumbs {
  text-align: left;
}
.product-content .table > tbody > tr:first-child > td {
  border: none;
}
.product-content .table tbody tr td {
  padding: 8px 0;
}
.product-content .need-help .btn-kazmet {
  padding: 16px 12px;
  background-color: #00b042;
}
.product-content .advantages-info-block {
  line-height: 1.5;
  font-size: 13px;
  overflow: hidden;
  padding: 40px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin: 40px;
}
.product-content .advantages-info-block .media-left {
  padding-right: 20px;
}
.product-content .advantages-info-block svg {
  width: 40px;
  height: 40px;
  fill: #0079cd;
}
.product-content .advantages-info-block-item-title {
  font-weight: 700;
  color: #0079cd;
}
.product-content .advantages-info-block-item-description {
  font-weight: 300;
}
.product-content .advantages-info-block-item-link a {
  text-decoration: none;
  border-bottom: 1px dashed #0079cd;
}
.product-content .advantages-info-block-item-link a:hover {
  border-bottom: none;
}
.product-buy-block-item {
  margin-bottom: 20px;
}
.product-description {
  margin-bottom: 60px;
}
.need-help {
  border: 1px solid #d9d9d9;
  margin: 20px 0;
  padding: 20px;
  font-size: 13px;
}
.need-help .form-control {
  font-size: 13px;
}
.need-help svg {
  width: 60px;
  height: 60px;
  fill: #d9d9d9;
}
.need-help .personal-data {
  font-size: 11px;
  margin: 10px 0;
}
.need-help .media-left,
.need-help .media-right,
.need-help .media-body {
  vertical-align: middle;
}
.news-block-item {
  padding: 30px 0;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
}
.news-block-item:first-child {
  padding-top: 0;
}
.news-block-item:last-child {
  border: none;
  padding-bottom: 0;
}
.news-block-item .h4 {
  margin-top: 0;
  line-height: 1.5;
}
.news-block-all-news {
  font-size: 16px;
  padding: 20px 0;
}
.other-news-block h2 {
  margin-top: 0;
}
.news-block-item-date {
  display: block;
}
.catalogs-content .ib-col {
  vertical-align: middle;
}
.catalogs-content-item {
  padding: 30px 0;
  border-bottom: 1px solid #d9d9d9;
}
.catalogs-content-item:first-child {
  padding-top: 0;
}
.catalogs-content-item:last-child {
  border: none;
  padding-bottom: 0;
}
.catalogs-content-item .catalogs-content-item__icon svg {
  width: 40px;
  vertical-align: middle;
}
.catalogs-content-item .catalogs-content-item__icon span {
  vertical-align: middle;
  padding: 0 10px;
}
.catalogs-content-item .catalogs-content-item__preview,
.catalogs-content-item .catalogs-content-item__title,
.catalogs-content-item .catalogs-content-item__icon,
.catalogs-content-item .catalogs-content-item__btn {
  padding: 10px 0;
}
.certificate-content .certificate .certificate-item {
  padding: 30px 0;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
}
.certificate-content .certificate .certificate-item:first-child {
  border-top: 1px solid #d9d9d9;
}
.certificate-content .certificate .certificate-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.certificate-content .certificate .certificate-item .ib-col {
  margin-bottom: 20px;
}
.certificate-content .certificate .certificate-item a {
  position: relative;
  display: block;
}
.certificate-content .certificate .certificate-item a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s all;
  background-color: #26272c;
}
.certificate-content .certificate .certificate-item a:hover:before {
  opacity: 0.5;
}
.certificate-content .certificate .certificate-item a:hover:after {
  position: absolute;
  content: "\f002";
  color: #fff;
  top: 50%;
  left: 50%;
  font-size: 24px;
  font-family: FontAwesome;
  transform: translate(-50%, -50%);
}
.certificate-content .certificate .certificate-item .title-certificate-img {
  padding: 10px;
  margin: 0;
}
.certificate-content .certificate .certificate-item .h3 {
  color: #0079cd;
}
.vacancy-content .vacancies .panel-group .panel + .panel {
  margin-top: 20px;
}
.vacancy-content .vacancies .panel-group .panel a {
  text-decoration: none;
}
.vacancy-content .vacancies .panel-group .panel a h3 {
  text-decoration: underline;
}
.vacancy-content .vacancies .panel-group .panel a small {
  color: #26272c;
}
.vacancy-content .vacancies .panel-group .panel .panel-heading {
  background-color: #f5f5f5;
}
.vacancy-content .vacancies .panel-group .panel .panel-heading .label-default {
  background-color: #0079cd;
  font-weight: 400;
  font-size: 14px;
}
.vacancy-content .vacancies .vacancy-item-title {
  font-weight: 700;
}
.vacancy-content .vacancies .vacancy-item + .vacancy-item {
  margin-top: 20px;
}
.vacancy-content .category-description .well {
  margin: 40px 0;
}
.contacts-content {
  position: relative;
  padding: 60px 0;
}
.contacts-content .container-wrap .box-content-wrap {
  margin: 0;
}
.contacts-content .nav-pills {
  margin-bottom: 20px;
}
.contacts-content .nav-pills li.active > a {
  text-decoration: none;
}
.contacts-content .nav-pills li a {
  padding: 4px 12px;
}
.contacts-content .tab-content .contacts-item {
  padding: 15px 30px;
}
.contacts-content .tab-content .contacts-item .contacts-item-title {
  font-weight: 700;
}
.contacts-content .tab-content .contacts-item .phone {
  font-size: 14px;
  font-weight: 400;
}
.contacts-content .tab-content .contacts-common {
  background-color: #f5f5f5;
  padding: 30px;
}
.contacts-content .tab-content .contacts-common .contacts-item {
  padding: 0;
  margin-bottom: 30px;
}
.contacts-content .tab-content .contacts-common .contacts-item:last-child {
  margin: 0;
}
.contacts-content .tab-content #tab-content-regions .contacts-item-title {
  font-size: 20px;
}

.contacts-content .ya-map {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.advantages {
  padding-bottom: 40px;
  background-color: #f5f5f5;
}
.advantages .h2 {
  margin: 60px 0;
}
.feature-list-1 svg {
  width: 60px;
  height: 60px;
  fill: #0079cd;
  transition: all 0.3s ease;
}
.feature-list-1 .media {
  padding: 40px;
  background-color: #ffffff;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  cursor: auto;
}
.feature-list-1 .media .media-body span {
  font-weight: 700;
  color: #0079cd;
  transition: all 0.3s ease;
}
.feature-list-1 .media:hover {
  background-color: #0079cd;
  color: #ffffff;
}
.feature-list-1 .media:hover svg {
  fill: #ffffff;
}
.feature-list-1 .media:hover .media-body span {
  color: #ffffff;
}
.feature-list-1 .media-left,
.feature-list-1 .media-right,
.feature-list-1 .media-body {
  vertical-align: middle;
}
.advantages-content .feature-list-1 .media {
  border: 1px solid #0079cd;
}
.question-answer-content .question-answer .panel-group .panel + .panel {
  margin-top: 20px;
}
.question-answer-content .question-answer .panel-group .panel .panel-heading {
  background-color: #f5f5f5;
}
.question-answer-content .question-answer .panel-group .panel .panel-heading .media-left,
.question-answer-content .question-answer .panel-group .panel .panel-heading .media-body {
  vertical-align: middle;
  line-height: normal;
}
.question-answer-content .question-answer .panel-group .panel .panel-heading .panel-title {
  color: #e84545;
  font-weight: 400;
}
.question-answer-content .question-answer .panel-group .panel .panel-heading svg {
  width: 20px;
  height: 20px;
  fill: #e84545;
}
.question-answer-content .question-answer .panel-group .panel .panel-body svg {
  width: 20px;
  height: 20px;
  fill: #00b042;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
.question-answer-content .question-answer .panel-group .panel .panel-body .panel-title {
  color: #00b042;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}
.question-answer-content .question-answer .panel-group .panel .panel-body .panel-description {
  margin-top: 10px;
}
.for-clients-content .h3 {
  color: #0079cd;
}
.for-clients-content .clients-list-slick {
  padding: 0 30px;
}
.for-clients-content .clients-list-slick img {
  margin: 30px;
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.for-clients-content .clients-list-slick .slick-prev {
  left: 0;
}
.for-clients-content .clients-list-slick .slick-next {
  right: 0;
}
.for-clients-content .clients-list-slick .slick-dots {
  bottom: 0;
}
.page-not-found-content .ib-col {
  vertical-align: middle;
}
.page-not-found-content .page-not-found-content__item {
  margin-bottom: 30px;
}
.page-not-found-content svg {
  fill: #e84545;
}
.page-not-found-content .error {
  color: #e84545;
  line-height: normal;
  font-weight: 600;
}
.page-not-found-content .error p {
  margin: 0;
  font-size: 24px;
}
.page-not-found-content .error span {
  font-size: 56px;
}
.success-callback-content .media-left {
  padding-right: 30px;
}
.success-callback-content .media-left svg {
  fill: #60bb4f;
  width: 120px;
}
.success-callback-content .media-body .h2 {
  margin: 0 0 20px;
}
.success-callback-content .media-left,
.success-callback-content .media-right,
.success-callback-content .media-body {
  vertical-align: middle;
}
.page-not-found {
  width: 100%;
  height: 100vh;
  background: url(../img/baner-4.jpg) no-repeat 50%;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
  color: #ffffff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.page-not-found:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #26272c;
  opacity: 0.8;
}
.page-not-found .error {
  text-align: center;
  font-weight: 700;
  color: #e84545;
}
.page-not-found .error p {
  font-size: 80px;
  line-height: normal;
  margin-bottom: 0;
}
.page-not-found .error span {
  font-size: 200px;
  line-height: normal;
}
.page-not-found .h3 {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}
.order-content .category-description {
  margin-bottom: 40px;
}
.order-content hr {
  margin: 40px 0;
}
.order-content .order-add-product {
  margin-bottom: 40px;
}
.order-content form .close {
  vertical-align: middle;
  text-decoration: none;
}
.order-content form .fileinput-filename {
  margin: 0 10px;
}
.product-in-order {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.product-in-order:hover {
  box-shadow: 0 0 14px -4px #26272c;
}
.product-in-order a {
  font-weight: 700;
  transition: all 0.3s ease;
}
.product-in-order:hover a {
  color: #e84545;
}
.product-in-order .close {
  margin-left: 20px;
  color: #26272c;
  opacity: 1;
  font-size: 24px;
  transition: all 0.3s ease;
}
.product-in-order .close:hover {
  color: #e84545;
}
.order-success-content .media-left {
  padding-right: 30px;
}
.order-success-content .media-left svg {
  fill: #60bb4f;
  width: 120px;
}
.order-success-content .media-body .h2 {
  margin: 0 0 20px;
}
.order-success-content .media-left,
.order-success-content .media-right,
.order-success-content .media-body {
  vertical-align: middle;
}
.order-success-content .phone {
  font-size: inherit;
  white-space: nowrap;
}
.press-about-us-brand-logo {
  margin: 20px 0;
  max-width: 100px;
}
.press-about-us-block-item {
  padding: 30px 0;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
}
.press-about-us-block-item:first-child {
  padding-top: 0;
}
.press-about-us-block-item:last-child {
  border: none;
  padding-bottom: 0;
}
.press-about-us-block-item .h4 {
  margin-top: 0;
  line-height: 1.5;
}
.press-about-us-block-all-news {
  font-size: 16px;
  padding: 20px 0;
}
.other-press-about-us-block .other-press-about-us-block-item {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
.about-us-content .map-img {
  display: inline-block;
}
.about-us-content .about-us-content-item {
  margin-bottom: 40px;
  border: 1px solid #d9d9d9;
}
.about-us-content .about-us-content-item .about-us-content-item__wrap {
  padding: 30px;
}
.about-us-content .about-us-content-item .about-us-content-item__wrap a {
  text-decoration: none;
}
.about-us-content .about-us-content-item .about-us-content-item__wrap .fa {
  display: inline-block;
}
.about-us-content .about-us-content-item p {
  margin-bottom: 20px;
  text-overflow: ellipsis;
}
.documentation-content .h3 {
  color: #0079cd;
}
.documentation-content-item-wrap {
  padding: 30px 0;
  border-bottom: 1px solid #d9d9d9;
}
.documentation-content-item-wrap:first-child {
  padding-top: 0;
}
.documentation-content-item-wrap:last-child {
  border: none;
  padding-bottom: 0;
}
.documentation-content-item {
  margin-top: 10px;
  margin-bottom: 10px;
}
.documentation-content-item .media-left,
.documentation-content-item .media-body {
  vertical-align: middle;
}
.documentation-content-item .documentation-content-item__icon svg {
  width: 60px;
  vertical-align: middle;
}
.documentation-content-item .documentation-content-item__icon span {
  display: block;
  text-align: center;
}
.documentation-content-item .documentation-content-item__title {
  padding: 0 15px;
}
.documentation-content-item .documentation-content-item__preview,
.documentation-content-item .documentation-content-item__icon,
.documentation-content-item .documentation-content-item__btn {
  padding: 10px 0;
}
.documentation-content-item .documentation-content-item__btn a {
  padding: 0 10px;
  display: inline-block;
}
.workers-content .h3 {
  color: #0079cd;
}
.workers-content .thumbnail .thumbnail-img:hover {
  transform: scale(1.1);
}
.workers-content .thumbnail .caption {
  position: relative;
  background-color: #ffffff;
  color: #26272c;
  padding: 20px;
}
.workers-content .thumbnail .caption p {
  font-weight: 700;
}
.workers-content .thumbnail:hover {
  box-shadow: 0 2px 14px 0 #e1e1e1;
}
.workers-content .thumbnail:hover span {
  color: #e84545;
}
.category-cable .category-cable__item {
  border-bottom: 1px solid #d9d9d9;
  padding: 30px 0;
}
.category-cable .category-cable__item .category-cable__alphabet {
  margin-bottom: 15px;
}
.category-cable .category-cable__item .category-cable__alphabet span {
  font-size: 16px;
  font-weight: 700;
  color: #e84545;
}
.category-cable .thumbnail {
  border: 1px solid #d9d9d9;
  margin-bottom: 10px;
}
.category-cable .thumbnail:hover .caption {
  color: #e84545;
}
.category-cable .thumbnail:hover .caption .h5 {
  color: #e84545;
}
.category-cable .thumbnail .caption {
  position: relative;
  background-color: #ffffff;
  color: #26272c;
  padding: 14px;
  transition: none;
  display: table;
  width: 100%;
}
.category-cable .thumbnail .caption .h5 {
  line-height: 1.3;
  padding-right: 14px;
}
.category-cable .thumbnail .caption i {
  transition: all 0.3s ease;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.subcategory-cable__item {
  border: 1px solid #d9d9d9;
  padding: 15px;
  margin-bottom: 20px;
}
.subcategory-cable__item .h4 {
  margin-bottom: 20px;
}
.subcategory-cable__item .h4 span {
  color: #e84545;
}
.subcategory-cable__item .h4 a {
  text-decoration: none;
  color: #e84545;
}
.subcategory-cable__item ul {
  list-style: none;
  margin-bottom: 0;
}
.readmore-ul {
  transition: height 250ms;
  overflow: hidden;
  margin-bottom: 10px;
}
.readmore-block a {
  text-decoration: none;
  border-bottom: 1px dashed #e84545;
  color: #e84545;
}
.readmore-block a:hover {
  border: 0;
}
.subcategory-content .products-table .btn-kazmet {
  font-size: 12px;
}
.subcategory-content .products-table > tbody > tr > td {
  padding: 10px;
  vertical-align: middle;
}
.subcategory-content .products-table > tbody span {
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 6px;
}
.category-description-img {
  width: 30%;
  padding: 0 30px 15px 0;
}
.product-catalog-content .product-catalog .product-catalog-item {
  overflow: hidden;
}
.product-catalog-content .product-catalog .product-catalog-item .product-catalog-img {
  overflow: hidden;
  transition: all 0.33s linear;
}
.product-catalog-content .product-catalog .product-catalog-item .product-catalog-img:hover {
  transform: scale(1.1);
}
.product-catalog-content .product-catalog .product-catalog-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.product-catalog-content .product-catalog .product-catalog-item .ib-col {
  margin-bottom: 20px;
}
.product-catalog-content .product-catalog .product-catalog-item .ib-col:hover .title-product-catalog-img a {
  color: #e84545;
}
.product-catalog-content .product-catalog .product-catalog-item a.img {
  position: relative;
  display: block;
  /*&:before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          opacity: 0;
          transition: .3s all;
          background-color: @black;
        }*/
  /*&:hover {

          &:before {
            opacity: 0.5;
          }
          &:after {
            position: absolute;
            content: "\f002";
            color: #fff;
            top: 50%;
            left: 50%;
            font-size: 24px;
            font-family: FontAwesome;
            transform: translate(-50%,-50%);

          }
        }*/
}
.product-catalog-content .product-catalog .product-catalog-item .zoom-wrap {
  position: relative;
}
.product-catalog-content .product-catalog .product-catalog-item .zoom-wrap:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.product-catalog-content .product-catalog .product-catalog-item .zoom-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.product-catalog-content .product-catalog .product-catalog-item .title-product-catalog-img {
  padding: 10px;
  margin: 0;
}
.product-catalog-content .product-catalog .product-catalog-item .h3 {
  color: #0079cd;
}
.product-catalog-other-slick {
  padding: 0 30px;
}
.product-catalog-other-slick .slick-prev {
  left: 0;
}
.product-catalog-other-slick .slick-next {
  right: 0;
}
.product-catalog-other-slick .slick-list {
  margin-bottom: 20px;
}
.product-catalog-other-slick-wrap {
  margin: 0 15px;
}
.product-catalog-other-slick-wrap a {
  position: relative;
  display: block;
}
.product-catalog-other-slick-wrap a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s all;
  background-color: #26272c;
}
.product-catalog-other-slick-wrap a:hover:before {
  opacity: 0.5;
}
.product-catalog-other-slick-wrap a:hover:after {
  position: absolute;
  content: "\f002";
  color: #fff;
  top: 50%;
  left: 50%;
  font-size: 24px;
  font-family: FontAwesome;
  transform: translate(-50%, -50%);
}
.articles-block-item {
  padding: 30px 0;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
}
.articles-block-item:first-child {
  padding-top: 0;
}
.articles-block-item:last-child {
  border: none;
  padding-bottom: 0;
}
.articles-block-item .h4 {
  margin-top: 0;
  line-height: 1.5;
}
.articles-block-all-news {
  font-size: 16px;
  padding: 20px 0;
}
.other-articles-block h2 {
  margin-top: 0;
}
.articles-block-item-date {
  display: block;
}
.articles-description {
  margin-bottom: 20px;
}
.articles-offer .h2 {
  margin: 60px 0;
}
.articles-offer .thumbnail .caption {
  position: relative;
  background-color: #ffffff;
  color: #26272c;
  padding: 20px;
}
.articles-offer .thumbnail .caption .h5 {
  color: #26272c;
  margin: 0 0 10px;
}
.articles-offer .thumbnail:hover {
  box-shadow: 0 2px 14px 0 #e1e1e1;
}
.articles-offer .thumbnail:hover .caption .h5 {
  color: #26272c;
}
.articles-offer .thumbnail .articles-offer__price {
  color: #e84545;
  font-weight: 700;
}
.sticky {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  transition: all 0.5s;
  transition-duration: 1s;
  display: none;
}
.stylish-input-group {
  border-radius: 4px;
}
.stylish-input-group .input-group-addon {
  background: #ffffff !important;
  border: none;
}
.stylish-input-group .form-control {
  box-shadow: 0 0 0;
  border: none;
}
.stylish-input-group button {
  border: none;
  background: transparent;
  outline: none;
}
.stylish-input-group button i {
  margin: 0;
}
.navbar {
  margin-bottom: 0;
  border: none;
}
.personal-data {
  margin-bottom: 20px;
}
.personal-data label {
  line-height: 20px;
}
.personal-data .checkbox {
  margin: 0;
}
.box-content h1 {
  text-transform: none;
  display: inline-block;
  position: relative;
}
.box-content h1 > a {
  position: relative;
  color: inherit;
  text-decoration: none;
  border-bottom: 2px dashed #26272c;
}
.box-content h1 > a:hover {
  border-bottom: none;
}
.box-content h1 .dropdown-menu {
  right: 0;
  left: auto;
  height: auto;
  max-height: 270px;
  overflow-x: hidden;
}
.box-content h1 ul.dropdown-menu li a {
  text-decoration: none;
}
.soc-block .icon {
  width: 30px;
  height: 30px;
}
@media (max-width: 1200px) {
  .other-category .thumbnail-description h4 {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .header-mobile {
    display: block;
  }
  .header-mobile .head-item ul li:first-child {
    margin: 0;
  }
  .header-mobile .head-item__contact .phone {
    font-size: 18px;
  }
  .catalog-mobile .main-menu-toggle {
    display: block;
    background-color: #0079cd;
    color: #ffffff;
    text-align: center;
  }
  .main-menu {
    display: none;
  }
  .topbar {
    display: none;
  }
  .head-light {
    display: none;
  }
  .panel-heading .label-default {
    display: inline-block;
    margin: 10px 0;
  }
  .other-news-block .other-news-block-item__wrap .other-news-block-item {
    border-bottom: 1px solid #d9d9d9;
    padding: 20px 0;
  }
  .other-news-block .other-news-block-item__wrap:last-child .other-news-block-item {
    border: none;
    padding-bottom: 0;
  }
  .other-category .thumbnail-img {
    height: 150px;
  }
  .other-category .thumbnail-description h4 {
    font-size: 15px;
  }
  .wrap-slick-slide {
    height: 500px;
    min-height: inherit;
  }
  #main-page-slider .parallax-container {
    height: 500px;
  }
  .category-description-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .category-description-img {
    width: 100%;
  }
  .box-content-wrap .box-content {
    padding: 30px 15px;
  }
  #main-page-slider .slick-next,
  #main-page-slider .slick-prev {
    display: none !important;
  }
  .head-item__logo {
    text-align: center;
    margin-bottom: 10px;
  }
  .language-mobile {
    text-align: center;
  }
  .city-selection,
  .mailto {
    text-align: center !important;
  }
  .head-item__contact {
    text-align: center;
    margin-bottom: 20px;
  }
  .head-item__search {
    text-align: center !important;
  }
  .subcategory-content .products-table {
    display: block;
    font-size: 14px;
  }
  .subcategory-content .products-table > thead {
    display: none;
  }
  .subcategory-content .products-table > tbody {
    display: block;
  }
  .subcategory-content .products-table > tbody > tr {
    display: block;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 10px;
  }
  .subcategory-content .products-table > tbody > tr:last-child {
    border: none;
  }
  .subcategory-content .products-table > tbody > tr > td {
    display: block;
    position: relative;
    border: none;
    padding: 6px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .subcategory-content .products-table > tbody > tr > td:last-child {
    position: absolute;
    right: 10px;
    bottom: 50%;
    height: 42px;
    margin-bottom: -21px;
  }
}
@media (min-width: 768px) {
  .products-table > tbody span {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .modal-dialog {
    width: 300px;
    margin: 20px auto;
  }
  .modal-dialog .modal-body ul {
    list-style: none;
  }
  .modal-dialog .modal-body ul li {
    float: none;
  }
  .other-category .thumbnail-img {
    display: none;
  }
  .order-content .order-add-product .good-name {
    margin-bottom: 15px;
  }
  .other-news-block .other-news-block-item__wrap:first-child .other-news-block-item {
    padding-top: 0;
  }
  .filter .filter-btn ul {
    text-align: center;
  }
}
#tab-content-regions {
    overflow-y: scroll;
    height: 300px;
    overflow-x: hidden
}

#tab-content-regions::-webkit-scrollbar-button {
    background-image: url('');
    background-repeat: no-repeat;
    width: 6px;
    height: 0
}

#tab-content-regions::-webkit-scrollbar-track {
    background-color: #eeece5;
    border-radius: 5px
}

#tab-content-regions::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #337ab7;
    background-position: center;
    background-repeat: no-repeat
}

#tab-content-regions::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 6px;
    height: 0
}

#tab-content-regions::-webkit-scrollbar {
    width: 10px
}