@font-face {
  font-family: "Bookman";
  src: url("../fonts/BOOKOS.TTF");
}
@font-face {
  font-family: "sfui";
  src: url("../fonts/SF-UI-Display-Light.ttf");
}
@font-face {
    font-family: 'sfui-regular';
    src: url('../fonts/SFUIDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SFUIDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: "Bookman Bold";
  src: url("../fonts/BookmanBold.ttf");
}

@font-face {
    font-family: 'sfui-bold';
    src: url('../fonts/SFUIDisplay-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/SFUIDisplay-Bold.otf')  format('opentype'),
    url('../fonts/SFUIDisplay-Bold.woff') format('woff'), url('../fonts/SFUIDisplay-Bold.ttf')  format('truetype'), url('../fonts/SFUIDisplay-Bold.svg#SFUIDisplay-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  width: 100%;
  height: 100%;
  color: #141414 !important;
  font-family: "sfui", sans-serif;
  background-color: #fff;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a, a:visited, a:active {
  text-decoration: none;
  color: #b4b6bd;
}
a:hover, a:visited:hover, a:active:hover {
  color: #f33f2e;
}

button {
  outline: none;
  border: none;
}

p {
  margin: 0;
  padding: 0;
  color: #141414;
}

h1, h2, h3, h4, h5 {
  color: #141414;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Bookman Bold", sans-serif;
  margin-bottom: 5px;
}

.menu-arrow {
  border: 1px solid #141414;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-bottom: 5px;
  margin-left: 5px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.menu-btn {
  display: none;
  width: 55px;
  height: 55px;
  padding: 0;
}

.menu-btn .hamburger-inner, .menu-btn .hamburger-inner::before, .menu-btn .hamburger-inner::after {
  background-color: #fff;
}

.open {
  display: block !important;
}

.open_flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.ls2 {
  letter-spacing: 2px;
}

.phone {
  font-weight: bold;
}

img.icon-social {
  display: block;
}

.search-line {
  display: none;
  padding: 10px 0;
  background-color: #141414;
  color: #fff;
}
.search-line .col-12 {
  position: relative;
}
.search-line input[type="text"] {
  border: 0;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  padding: 10px 0;
}
.search-line span {
  color: #fff;
  position: absolute;
  top: 10px;
  font-size: 1.2em;
  right: 20px;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5000;
}

header .contact-line {
  background-color: #fff;
  padding: 7px 0;
}
header .contact-line li {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .contact-line .phone, header .contact-line .mail {
  color: #141414;
  font-weight: bold;
}header .contact-line .mail {
  color: #141414;
  font-weight: normal;
  font-family: "sfui-regular",sans-serif;
}
header .contact-line .header-phone-list {
  font-size: 22px;
}
header .contact-line .header-phone-list li:nth-child(1) .fa, header .contact-line .header-phone-list li:nth-child(1) .fas, header .contact-line .header-phone-list li:nth-child(1) .far, header .contact-line .header-phone-list li:nth-child(1) .fal, header .contact-line .header-phone-list li:nth-child(1) .fab {
  font-size: 25px;
}
header .contact-line .header-social-list {
  font-size: 22px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .contact-line .header-social-list li:nth-child(3), header .contact-line .header-social-list li:nth-child(5) {
  font-size: 25px;
}
header .contact-line .header-social-list li .mail {
  font-size: 18px;
}
header .menu-line {
  background-color: #141414;
}
header .menu-line .header-main-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .menu-line .header-main-logo img {
  width: 100%;
}
header .menu-line .header-main-menu {
  text-transform: uppercase;
}
header .menu-line .header-main-menu .menu-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 50px;
}
header .menu-line .header-main-menu .menu-list li {
  margin-right: 10px;
  height: 90px;
}
header .menu-line .header-main-menu .menu-list li a {
  font-family: "Bookman", sans-serif;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .menu-line .header-main-menu .menu-list li:hover .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
}
header .menu-line .header-main-menu .menu-list li:hover a {
  color: #f33f2e;
}
header .menu-line .header-main-menu .menu-list li:hover .menu-arrow {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-bottom: -5px;
}
header .menu-line .header-main-menu .menu-list li .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 38px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 38px rgba(0, 0, 0, 0.15);
  width: 173px;
  z-index: 1000;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
}
header .menu-line .header-main-menu .menu-list li .sub-menu li {
  position: relative;
  height: 30px;
  margin-right: 0;
}
header .menu-line .header-main-menu .menu-list li .sub-menu li a {
  color: #141414;
  padding: 10px 20px;
}
header .menu-line .header-main-menu .menu-list li .sub-menu li a:hover {
  background-color: #f33f2e;
  color: #fff;
}
header .menu-line .header-main-menu .menu-list li .sub-menu li:hover .sub-menu-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
}
header .menu-line .header-main-menu .menu-list li .sub-menu-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  right: -123px;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 38px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 38px rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  visibility: hidden;
}
header .menu-line .header-main-menu .menu-list li .sub-menu-price {
  width: 420px;
  padding: 25px 50px;
}
header .menu-line .header-main-menu .menu-list li .sub-menu-price p {
  color: #a5a5a5;
  font-size: 16px;
  letter-spacing: 0.2px;
  text-transform: none;
  text-align: center;
}
header .menu-line .header-main-menu .menu-list li .sub-menu-price .btn {
  margin-top: 15px;
  color: #fff;
  padding: 10px 25px;
  text-align: center;
  display: inline-block;
  margin: 15px auto;
  margin-bottom: 0;
  max-width: 300px;
}
header .menu-line .header-main-shop .shop-list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .menu-line .header-main-shop .shop-list li {
  margin-right: 15px;
  position: relative;
}
header .menu-line .header-main-shop .shop-list li .fa, header .menu-line .header-main-shop .shop-list li .fas, header .menu-line .header-main-shop .shop-list li .far, header .menu-line .header-main-shop .shop-list li .fal, header .menu-line .header-main-shop .shop-list li .fab {
  font-size: 25px;
}
header .menu-line .header-main-shop .shop-list li .lnr {
  font-size: 26px;
}
header .menu-line .header-main-shop .shop-list li .cart_count {
  background-color: #f33f2e;
  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;
  color: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -10px;
  right: -7px;
  font-size: 11px;
  border-radius: 50%;
}

.welcome .container {
  height: 0;
}
.welcome .main-slider {
  margin-bottom: 0 !important;
}
.welcome .main-slider-item {
  position: relative;
}
.welcome .main-slider-item-img {
  width: 100%;
  height: auto;
}
.welcome .main-slider-item-info {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
}
.welcome .main-slider-item-info h2 {
  font-size: 64px;
}
.welcome .main-slider-item-info p {
  font-weight: bold;
}
.welcome .main-slider-item-info.slider-bottom-text {
  top: 50%;
}

.w-service .main-slider-item-info h2 {
  color: #fff;
}
.w-service .main-slider-item-info p {
  color: #fff;
}
.w-service .appendDots .slider-line:after {
  background-color: #fff;
}
.w-service .appendDots .slick-dots li a {
  color: #fff;
}

.appendDots {
  position: absolute;
  right: 0;
  z-index: 999;
  padding-top: 6%;
}
.appendDots .slider-line {
  height: 130px;
  position: relative;
}
.appendDots .slider-line:after {
  display: block;
  content: "";
  height: 130px;
  width: 1px;
  background-color: #141414;
  position: absolute;
  top: 0;
  right: 5px;
}
.appendDots .slick-dots {
  position: relative;
  bottom: 0;
  text-align: right;
}
.appendDots .slick-dots li {
  display: block;
  width: 100%;
  margin: 8px auto;
  height: auto;
  font-size: 1.3em;
}
.appendDots .slick-dots li a {
  color: #141414;
  outline: none;
  border: 0;
}
.appendDots .slick-dots .slick-active a {
  font-weight: bold;
  color: #141414;
  font-size: 1.4em;
}

.welcome-block {
  position: relative;
  width: 100%;
  min-height: 70px;
}
.welcome-block-wrap {
  position: absolute;
  width: 100%;
  bottom: -50px;
}
.welcome-block-wrap .row-form {
  -webkit-box-shadow: 0 8px 38px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 38px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  background-color: #fff;
}
.welcome-block-wrap .row-form .form-title h3 {
  font-size: 26px;
  letter-spacing: 2px;
  position: relative;
  padding-left: 50px;
  white-space: pre;
  margin-top: 0;
}
.welcome-block-wrap .row-form .form-title h3:before {
  content: "";
  width: 40px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  background-color: #f33f2e;
}
.welcome-block-wrap .row-form .form-title p {
  text-align: justify;
  color: #141414;
  padding-left: 50px;
}
.welcome-block-wrap .row-form .home-form-item:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.welcome-block-wrap .features {
  -webkit-box-shadow: 0 8px 38px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 38px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  background-color: #fff;
}
.welcome-block-wrap .features-item {
  text-align: center;
}
.welcome-block-wrap .features-item:nth-child(1) {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.welcome-block-wrap .features-item:nth-child(2) {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.welcome-block-wrap .features-item:nth-child(3) {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.welcome-block-wrap .features-item:nth-child(4) {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.s-services {
  padding: 100px 0;
}
.s-services .services-price .price-table-inner table {
  width: 80%;
  padding: 10px 100px;
  border-collapse: collapse;
  margin: 0 auto;
}
.s-services .services-price .price-table-inner table tr td {
  color: #141414;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  padding: 8px 0;
  margin: 5px 0;
}
.s-services .services-price .price-table-inner table tr td:first-child {
  width: 60%;
  text-align: left;
  position: relative;
}
.s-services .services-price .price-table-inner table tr td:first-child:after {
  content: "";
  display: inline-block;
  background-color: #141414;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.s-promo {
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #141414;
  min-height: 330px;
}
.s-promo h2, .s-promo p {
  color: #fff;
  font-size: 3em;
  letter-spacing: 5px;
}
.s-promo p {
  font-weight: 100;
  font-size: 2em;
}

.s-shino-price {
  padding: 50px 0;
}
.s-shino-price .shino-price-item {
  overflow-x: auto;
}
.s-shino-price .shino-price-item h3 {
  padding: 15px 0;
  margin-top: 0;
  font-family: "sfui",sans-serif;
}
.s-shino-price .shino-price-item table {
  width: 1100px;
  border-collapse: separate;
  border-spacing: 0 1em;
}
.s-shino-price .shino-price-item table tr td, .s-shino-price .shino-price-item table tr th {
  text-align: center;
  border-left: 1px solid #141414;
  padding: 8px 0;
  width: 60px;
  font-weight: bold;
}
.s-shino-price .shino-price-item table tr td:first-child, .s-shino-price .shino-price-item table tr th:first-child {
  text-align: left;
  border-left: 0;
  width: 300px;
}
.s-shino-price .shino-price-item table tr th {
  text-transform: uppercase;
  font-family: "sfui",sans-serif;
}
.s-shino-price .shino-price-item .second-table {
  border-spacing: 0;
}

.s-masters {
  padding: 20px 0;
}
.s-masters .masters-slider .slick-slide img {
  padding: 10px;
}
.s-masters .masters-slider .slick-prev:before, .s-masters .masters-slider .slick-next:before {
  color: #141414;
}
.s-masters .masters-slider .next, .s-masters .masters-slider .prev {
  position: absolute;
  z-index: 5;
  top: 45%;
  cursor: pointer;
  font-size: 26px;
  opacity: 0.5;
  color: #141414;
}
.s-masters .masters-slider .next:hover, .s-masters .masters-slider .prev:hover {
  opacity: 1;
}
.s-masters .masters-slider .next {
  right: 0;
}
.s-masters .masters-slider .prev {
  left: 10px;
}
.s-masters .masters-slider .slick-dots li button {
  border: 1px solid #141414;
  border-radius: 50%;
}
.s-masters .masters-slider .slick-dots li button:before {
  color: transparent;
}
.s-masters .masters-slider .slick-dots li.slick-active button:before {
  color: #f33f2e;
  top: 1px;
  font-size: 12px;
  opacity: 1;
}

.accent {
  color: #f33f2e;
}

label {
  display: inline-block;
  margin-bottom: 7px;
  color: #141414;
}

input[type="text"],input[type="email"],input[type="submit"], select, button, textarea {
  width: 100%;
  height: 40px;
  color: #141414;
  margin-bottom: 7px;
  padding: 10px;
  outline: none;
}

select {
  color: #141414;
}

textarea {
  border: none;
  color: #141414;
  padding: 0;
  font-size: 16px;
  resize: none;
  height: auto;
}
textarea::-webkit-input-placeholder {
  color: #141414;
  font-weight: bold;
}
textarea:-ms-input-placeholder {
  color: #141414;
  font-weight: bold;
}
textarea::-ms-input-placeholder {
  color: #141414;
  font-weight: bold;
}
textarea::placeholder {
  color: #141414;
  font-weight: bold;
}

input[type="radio"] {
  height: 20px;
  width: 20px;
  position: relative;
  margin: 0 3px 0 0;
}
input[type="radio"]:checked:before {
  content: "";
  display: inline-block;
  background-color: #f33f2e;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 4px;
}

.radio-wrap {
  max-width: 65px;
  margin: 0 auto;
}

.radio-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.radio-row label {
  color: #141414 !important;
  margin-bottom: 0;
  line-height: 23px;
}

.btn {
  background-color: #141414;
  display: inline-block;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  outline: 1px solid #fff !important;
  outline-offset: -3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "Bookman Bold", sans-serif;
}
.btn:hover {
  background-color: #f33f2e;
}

.btn-transparent {
  display: block;
  background-color: transparent;
  color: #141414 !important;
  text-align: center;
  margin: 20px auto;
  border: 1px solid #141414;
  padding: 15px 10px;
  font-weight: bold;
  max-width: 420px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "Bookman Bold", sans-serif;
}
.btn-transparent:hover {
  background-color: #f33f2e;
  color: #fff !important;
  border-color: #fff;
}

table {
  overflow-x: auto;
}
table tr th, table tr td {
  color: #141414;
}

.s-catalog {
  padding: 30px 0;
}
.s-catalog .catalog h3 {
  position: relative;
  padding-left: 50px;
  font-size: 24px;
  margin-bottom: 20px;
  display: inline-block;
}
.s-catalog .catalog h3:before {
  content: "";
  width: 40px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #f33f2e;
}
.s-catalog .catalog-sidebar-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.s-catalog .catalog-sidebar-menu li a {
  font-family: "Bookman", sans-serif;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  color: #141414;
  text-transform: uppercase;
  display: block;
  padding: 10px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-catalog .catalog-sidebar-menu li a:hover {
  color: #f33f2e;
}
.s-catalog .catalog-sidebar-menu li a .menu-arrow {
  position: absolute;
  right: 5px;
}
.s-catalog .catalog-sidebar-menu-second {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.s-catalog .catalog-sidebar-menu-second li {
  text-align: right;
}
.s-catalog .catalog-sidebar-menu-second li a {
  display: block;
}
.s-catalog .catalog-main-header {
  padding: 0 15px;
}
.s-catalog .catalog-main-header .sort {
  display: inline-block;
  float: right;
  padding: 20px 0;
}
.s-catalog .catalog-main .catalog-content {
  margin: 0 auto;
  width: 100%;
}

.catalog_open {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.menu-arrow_up {
  -webkit-transform: rotate(-135deg) !important;
          transform: rotate(-135deg) !important;
}

.catalog-pagination-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  overflow-x: auto;
}
.catalog-pagination-list li {
  margin-right: 10px;
}
.catalog-pagination-list li a {
  width: 35px;
  height: 35px;
  color: #141414;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog-pagination-list li.pag-active {
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 6px rgba(0, 0, 0, 0.15);
}
.catalog-pagination-list li.pag-active a {
  color: #08c;
}

.product-content {
  padding: 40px 0;
}
.product-content .product-photo img {
  width: 250px;
  margin: 0 auto;
  display: block;
}
.product-content .product-info h3 {
  padding-left: 0;
  text-align: left;
}
.product-content .product-info h3:before {
  display: none;
}
.product-content .product-info .product-info-table .product-info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}
.product-content .product-info .product-info-table .product-info-row .product-info-cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #141414;
}
.product-content .product-info .product-info-table .product-info-row .product-info-cell:first-child {
  color: #141414;
}
.product-content .product-info .price {
  display: block;
  margin: 30px 0;
}
.product-content .product-info .shop-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.product-content .product-info .shop-row .item-count {
  margin: 0;
}

.product-content .product-info .shop-row .addcart {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  text-align: center;
  display: inline-block;
  width: 270px;
  margin-left: 10px;
  margin-top: 0;
}
.product-content .product-description {
  padding: 15px;
  margin-top: 15px;
  text-align: justify;
}
.product-content .product-description {
    text-align: justify;

}
.item-count {
  display: inline-block;
  width: 55px;
  color: #141414;
}

small {
  color: #141414;
  font-weight: 100;
  font-size: 14px;
}

.breadcrumbs {
  color: #141414;
  font-size: 14px;
}

.price {
  color: #141414;
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}

.s-hitsales .hitsales {
  margin-bottom: 15px;
}

.addcart {
  display: block;
  padding: 10px 0;
  background-color: #f33f2e;
  color: #fff;
  font-weight: bold;
  margin-top: 40px;
  color: #fff !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
  font-family: "Bookman Bold", sans-serif;
}
.addcart:hover {
  color: #fff !important;
  background-color: #141414;
}

.product-item-inner {
  text-align: center;
}
.product-item-inner > * {
  margin-bottom: 10px;
}
.product-item-inner p {
  color: #141414;
}
.product-item-inner span {
  display: block;
}
.product-item-inner .item-eye {
  text-align: right;
  padding: 10px;
}
.product-item-inner .hover-visible {
  opacity: 0;
}
.product-item-inner:hover {
  -webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
}
.product-item-inner:hover .hover-visible {
  opacity: 1;
}

.s-callback {
  background: #f0f0f0;
}
.s-callback label {
  color: #141414;
}
.s-callback .callback {
  background-color: #fff;
  -webkit-box-shadow: 0 8px 38px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 38px rgba(0, 0, 0, 0.1);
}
.s-callback .callback-left {
  padding: 25px 35px;
  border-right: 1px solid #141414;
}
.s-callback .callback-left h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5em;
}
.s-callback .callback-left h3:after {
  content: "";
  display: block;
  margin: 10px 0;
  width: 30%;
  height: 1px;
  background-color: #141414;
}
.s-callback .callback-left .btn {
  margin-top: 20px;
}
.s-callback .callback-left input {
  margin-bottom: 16px;
}
.s-callback .callback-right {
  padding: 25px 35px;
}
.s-callback .mobile-textarea {
  display: none;
}

.s-reviews {
  padding-top: 45px;
}
.s-reviews .section-title {
  margin-bottom: 0;
}
.s-reviews .reviews-wrap {
  margin: 30px 0;
  padding: 20px;
  -webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
}
.s-reviews .reviews-wrap .reviews-slider-item-photo img {
  margin: 0 auto;
  width: 100%;
  padding: 25px;
}
.s-reviews .reviews-wrap .reviews-slider-item-text h4:after {
  content: "";
  display: block;
  margin: 10px 0;
  width: 15%;
  height: 1px;
  background-color: #141414;
}
.s-reviews .reviews-wrap .reviews-slider-item-text p {
  line-height: 25px;
}
.s-reviews .reviews-wrap .reviews-slider .slick-prev:before, .s-reviews .reviews-wrap .reviews-slider .slick-next:before {
  color: #141414;
}
.s-reviews .reviews-wrap .reviews-slider .next, .s-reviews .reviews-wrap .reviews-slider .prev {
  position: absolute;
  z-index: 5;
  top: 45%;
  cursor: pointer;
  font-size: 26px;
  opacity: 0.5;
  color: #141414;
}
.s-reviews .reviews-wrap .reviews-slider .next:hover, .s-reviews .reviews-wrap .reviews-slider .prev:hover {
  opacity: 1;
}
.s-reviews .reviews-wrap .reviews-slider .next {
  right: 0;
}
.s-reviews .reviews-wrap .reviews-slider .prev {
  left: 10px;
}
.s-reviews .reviews-wrap .reviews-slider .slick-dots li button {
  border: 1px solid #141414;
  border-radius: 50%;
}
.s-reviews .reviews-wrap .reviews-slider .slick-dots li button:before {
  color: transparent;
}
.s-reviews .reviews-wrap .reviews-slider .slick-dots li.slick-active button:before {
  color: #f33f2e;
  top: 1px;
  font-size: 12px;
  opacity: 1;
}

.s-cart {
  min-height: 500px;
  padding: 40px 0;
}
.s-cart .cart-title h1 {
  position: relative;
  padding-left: 50px;
  margin-bottom: 50px;
}
.s-cart .cart-title h1:before {
  content: "";
  width: 40px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  background-color: #f33f2e;
}
.s-cart .cart-product {
  border-bottom: 1px solid #141414;
}
.s-cart .cart-product:last-child {
  border-bottom: 0;
}
.s-cart .cart-product-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-cart .cart-product-row .action-product-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.s-cart .cart-product-row .cart-product-cell {
  padding: 15px;
}
.s-cart .cart-product-row .p-cart-img img {
  width: 100px;
  height: auto;
}
.s-cart .cart-product-row .p-cart-cancel a {
  background-color: transparent;
}
.fas.fa-times {
    color: #000;
}
.p-cart-count input {

    width: 35px;

}
.s-cart .cart .cart-buy {
  padding: 15px;
  text-align: right;
}
.s-cart .cart .cart-buy .price {
  margin-top: 5px;
  margin-bottom: 15px;
}
.s-cart .cart .cart-buy .btn {
  max-width: 250px;
}

.slider-navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider-navigation .reviewDots, .slider-navigation .mastersDots, .slider-navigation .sreviewsDots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-navigation .reviewDots .slick-dots, .slider-navigation .mastersDots .slick-dots, .slider-navigation .sreviewsDots .slick-dots {
  position: relative;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-navigation .reviewDots .slick-dots li, .slider-navigation .mastersDots .slick-dots li, .slider-navigation .sreviewsDots .slick-dots li {
  width: 25px;
  height: 25px;
  margin: 0 5px;
}
.slider-navigation .reviewDots .slick-dots li button, .slider-navigation .mastersDots .slick-dots li button, .slider-navigation .sreviewsDots .slick-dots li button {
  border: 1px solid #b2b2b2;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
.slider-navigation .reviewDots .slick-dots li button:before, .slider-navigation .mastersDots .slick-dots li button:before, .slider-navigation .sreviewsDots .slick-dots li button:before {
  color: transparent;
  width: 25px;
  height: 25px;
}
.slider-navigation .reviewDots .slick-dots li.slick-active button:before, .slider-navigation .mastersDots .slick-dots li.slick-active button:before, .slider-navigation .sreviewsDots .slick-dots li.slick-active button:before {
  color: #f33f2e;
  top: 4px;
  font-size: 19px;
  opacity: 1;
}
.slider-navigation .sl-prev, .slider-navigation .sl-next {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}

footer {
  background-color: #141414;
  width: 100%;
  text-align: center;
  padding: 10px 0 0 0;
}
footer .fa, footer .fas, footer .far, footer .fal, footer .fab {
  color: #b4b6bd !important;
}
footer .footer-title {
  width: 100%;
  background-color: #fff;
}
footer .footer-map {
  padding: 15px 0 0;
}
footer .footer-info {
  font-size: 24px;
  padding: 0 50px;
}
footer .footer-info h3 {
  color: #fff;
  position: relative;
  text-align: left;
  padding-left: 50px;
  margin-bottom: 20px;
}
footer .footer-info h3:before {
  content: "";
  width: 40px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #f33f2e;
}
footer .footer-info li {
  margin-right: 10px;
  text-align: left;
  margin-bottom: 10px;
}
footer .footer-info li a,footer .footer-info li span {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-info li a:hover .fab {
  color: #f33f2e !important;
}
footer .footer-info .footer-phone-list {
  margin-bottom: 20px;
}
footer .footer-info .footer-phone-list li:nth-child(1) .fa, footer .footer-info .footer-phone-list li:nth-child(1) .fas, footer .footer-info .footer-phone-list li:nth-child(1) .far, footer .footer-info .footer-phone-list li:nth-child(1) .fal, footer .footer-info .footer-phone-list li:nth-child(1) .fab {
  font-size: 27px;
}
footer .footer-info .footer-contact-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .footer-info .footer-contact-list a img,footer .footer-info .footer-contact-list span img {
  margin-right: 10px;
}
footer .footer-bottom {
  background-color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: 16px;
  color: #141414;
}

@media (max-width: 1200px) {
  .welcome-block-wrap .row-form .form-title h3 {
    font-size: 20px;
  }

  .appendDots {
    padding-top: 5%;
  }
}
@media (max-width: 992px) {
  header .menu-line .header-main-menu .menu-list {
    padding: 0;
  }

  header .menu-line .header-main-menu .menu-list li a {
    font-size: 12px;
  }

  header .menu-line .header-main-menu .menu-list li .sub-menu-second {
    right: -112px;
  }

  .welcome .main-slider-item-info h2 {
    font-size: 32px;
  }

  .appendDots {
    padding-top: 3%;
  }
  .appendDots .slider-line {
    height: 50px;
  }
  .appendDots .slider-line:after {
    height: 50px;
  }

  .welcome-block-wrap .row-form .form-title h3 {
    font-size: 13px;
  }
  .welcome-block-wrap .row-form .form-title p {
    font-size: 12px;
  }

  .btn {
    font-size: 0.7em;
  }

  .section-title {
    margin-bottom: 25px;
  }

  footer .footer {
    padding-bottom: 10px;
  }
  footer .footer a {
    font-size: 0.8em;
  }
  footer .footer .footer-info {
    padding: 0 10px;
  }
  footer .footer .footer-info .footer-phone-list li:nth-child(1) .fa, footer .footer .footer-info .footer-phone-list li:nth-child(1) .fas, footer .footer .footer-info .footer-phone-list li:nth-child(1) .far, footer .footer .footer-info .footer-phone-list li:nth-child(1) .fal, footer .footer .footer-info .footer-phone-list li:nth-child(1) .fab {
    font-size: 1.1em;
  }
  footer .footer .footer-info .footer-contact-list li {
    margin-right: 0;
  }

  .product-content .product-photo img {
    width: 100%;
    height: auto;
  }

  .s-services .services-price .price-table-inner table {
    padding: 10px;
  }

  .s-services .services-price .price-table-inner table tr td {
    padding: 5px;
  }

  .welcome-block-wrap .features-item {
    padding: 15px;
  }
  .welcome-block-wrap .features-item h3 {
    font-size: 0.9em;
  }

  .s-catalog .catalog-main-header .sort {
    float: none;
    padding: 0;
  }
}
@media (max-width: 767px) {
  header .contact-line {
    display: none;
  }

  .menu {
    display: none;
    position: absolute;
    z-index: 2000;
    top: 55px;
    left: 0;
    right: 0;
    background-color: #141414;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  header .menu-line .header-main-menu .menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  header .menu-line .header-main-menu .menu-list li {
    height: auto;
    position: relative;
    margin-right: 0;
  }
  header .menu-line .header-main-menu .menu-list li:hover .sub-menu {
    display: none;
    opacity: 1;
    visibility: visible;
  }
  header .menu-line .header-main-menu .menu-list li:hover .menu-arrow {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-bottom: 5px;
  }
  header .menu-line .header-main-menu .menu-list li .sub-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }
  header .menu-line .header-main-menu .menu-list li .sub-menu.sub-menu-price {
    text-align: center;
  }
  header .menu-line .header-main-menu .menu-list li .sub-menu.sub-menu-price .btn {
    max-height: 35px;
  }
  header .menu-line .header-main-menu .menu-list li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
    height: auto;
  }
  header .menu-line .header-main-menu .menu-list li .sub-menu {
    width: 100%;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: none;
  }
  header .menu-line .header-main-menu .menu-list li .sub-menu li {
    height: auto;
    position: relative;
  }
  header .menu-line .header-main-menu .menu-list li .sub-menu li .sub-menu-second {
    display: none;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }
  header .menu-line .header-main-menu .menu-list li .sub-menu li:hover .sub-menu-second {
    display: none;
  }
  header .menu-line .header-main-menu .menu-list li .sub-menu li a {
    padding: 5px 0;
  }
  header .menu-line .header-main-menu .menu-list li .sub-menu li .sub-menu-second {
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
    display: none;
  }

  .menu-btn {
    display: inline-block;
    vertical-align: middle;
  }

  .header-main-logo img {
    padding: 10px;
    width: 100%;
    height: auto;
  }

  .header-main-shop {
    position: relative;
  }
  .header-main-shop .shop-list {
    position: absolute;
    right: 15px;
    bottom: 15px;
  }

  .welcome .main-slider-item-info h2 {
    font-size: 18px;
  }
  .welcome .main-slider-item-info p {
    font-size: 12px;
  }

  .welcome-block-wrap .row-form .form-title h3 {
    font-size: 28px;
  }

  .appendDots {
    display: none;
  }

  .welcome-block-wrap {
    position: relative;
    bottom: 0;
  }
  .welcome-block-wrap .btn {
    margin: 15px 0;
  }

  .search-form form {
    margin-top: 15px;
  }

  .section-title {
    margin-bottom: 20px;
  }

  .product-item-inner {
    -webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
  }
  .product-item-inner .hover-visible {
    opacity: 1;
  }

  .btn-transparent {
    max-width: 300px;
  }

  .s-reviews .reviews-wrap .reviews-slider .prev {
    left: -20px;
  }

  .s-reviews .reviews-wrap .reviews-slider .next {
    right: -20px;
  }

  .s-reviews .reviews-wrap .reviews-slider-item-photo img {
    padding: 0;
  }

  .desktop-textarea {
    display: none;
  }

  .s-callback .callback-right {
    padding: 0;
  }

  .s-callback .mobile-textarea {
    display: block;
    height: auto;
  }
  .s-callback .g-recaptcha > div {
    margin: 0 auto;
  }

  .s-cart .cart-product-row .action-product-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .s-services {
    padding: 30px 0;
  }

  .s-catalog .catalog-sidebar-menu li a {
    text-align: left;
  }
}
@media (max-width: 576px) {
  .s-cart .cart-product-row .cart-product-cell {
    text-align: center;
  }

  .s-promo h2, .s-promo p {
    font-size: 2em;
  }

  .s-shino-price .shino-price-item {
    font-size: 0.8em;
  }
  .cart2 .container {
    padding: 0 10px;
	}
	.s-cart .cart-product-row .cart-product-cell {
    padding: 7px;
    font-size: 14px;
}
.s-cart .cart-product-row .action-product-block {
    justify-content: space-between;
}
.addres small {
    width: 130px;
}
textarea {
    font-size: 14px;
}
}
.wpcf7-response-output {
	display: none !important;
}
.cart2{width:100%}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    overflow: hidden;
}
@media (max-width: 320px) {
footer .footer-title img {
    max-width: 295px;
}
.zima {
   margin-bottom: 25px;
}
 .product-item{
    margin-bottom: 20px;
}


}
slick-initialized .slick-slide {
    z-index: 9999;
}


::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:5px;
height:0px
}

::-webkit-scrollbar-track {
background-color:#ecedee
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 0px;
background-color:#6dc0c8;
}

::-webkit-scrollbar-thumb:hover{
background-color:#56999f;
}

::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:4px;
height:0px
}

::-webkit-scrollbar{
width: 4px;
}
.product-content .product-info h3 {
    font-family: "sfui-bold",sans-serif;
    font-size: 26px;
}
.product-item-inner h4{font-family: "sfui-bold",sans-serif;
    font-size: 16px;}
.addres small {
    margin-right: 10px;
    top: 4px;
    position: relative;
}
.shop-row .item-count {
    top: -4px;
    position: relative;
}
#reviews:before {
	display: block;
	content: "";
	height: 150px;
	margin: -150px 0 0;
}
.product-description {
    text-align: justify;
    font-family: "sfui-regular",sans-serif;
}
.s-reviews .reviews-wrap .reviews-slider-item-text p {
    font-family: "sfui-regular",sans-serif;
}

.call-links {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #000;
  font-size: 0;
  padding: 10px 10px;
  text-align: center;
  z-index: 96;
  box-shadow: 0px -4px 14px -4px rgba(255, 255, 255, 0.2);
  transition: opacity 0.5s ease;
  opacity: 0;
}
.call-links.active {
  opacity: 1;
}
@media (max-width: 767px) {
  .call-links {
    display: flex;
  }
}
.call-links a {
  font-size: 0;
  background-color: #f33f2e;
  text-align: center;
  padding: 5px 5px;
  margin: 0 5px;
  width: calc(50% - 10px);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
}
.call-links img {
  max-height: 30px;
}
.call-links__link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.mobile-phone{
  display: none;
}

@media(max-width: 767px) {
  .mobile-phone{
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
  }

  .header-main-logo img {
    height: 74px;
  }

  html{
    height: auto;
  }

  body {
    height: auto;
    padding-top: 134px;
    padding-bottom: 60px;
  }

  header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  header.scrolled{
    position: fixed;
    z-index: 100;
  }

  header.scrolled .header-main-logo {
    display: none;
  }

  .wrap_1b90 {
    bottom: 50px !important;
  }
}
@media only screen and (max-width: 640px) {
    .welcome .main-slider-item {
        height:200px;
    }
    .welcome .main-slider-item img {
        width:100%;
        height:100%;
        -webkit-object-fit:cover;
        object-fit:cover;
    }
}

.empty_field{
  border: 1px solid #F00 !important;
}
.jq-selectbox__select-text {
  color: #141414 !important;
}
.jq-selectbox {
  color: #141414 !important;
}




.btn_red {
  background-color: #f33f2e !important;
  display: inline-block;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  outline: 1px solid #fff !important;
  outline-offset: -3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "Bookman Bold", sans-serif;
}
.btn_red:hover {
  background-color: #141414 !important;
}
