h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: 'Harmonia Sans Pro Cyr';
  font-weight: 600;
  line-height: 1.5;
  color: #222222;
}

a {
  color: #222222;
  text-decoration: none;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #282d35;
  border-color: #282d35;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover {
  color: #FFFFFF;
  background-color: #e97e3d;
  border-color: #e97e3d;
}

.form-check-input {
  margin-left: 0;
}

.footer-container {
  padding: 80px 0 30px;
  background: #222222;
}

.footer-container .block .title_block {
  color: #FFFFFF;
}

.footer-container li {
  margin-bottom: 10px;
}

.nav-item .nav-link {
  color: #fff;
  font-weight: inherit;
}

.footer-container li a:hover {
  color: #e97e3d;
}

.footer-container .block ul li a:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.footer-container .block ul li a {
  position: relative;
  padding: 4px 0;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-container .block ul li a:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.footer-container li a {
  color: #fff;
}

.sub-letter {
  font-size: 14px;
  margin-bottom: 25px;
  font-family: "Harmonia Sans Pro Cyr";
  padding-left: 0;
}

.block_newsletter .title_block {
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  padding-bottom: 30px;
}

.sender-btn {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  margin-top: 10px;
}

.block_newsletter form input[type=email], .block_newsletter form input[type=text] {
  border: 1px solid #ccc;
  color: #999999;
  background-color: transparent;
  font-size: 16px;
  height: 50px;
  width: 70%;
  padding: 0 12px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  float: left;
}

.block_newsletter form input {
  outline: 0;
}

.bx-search-form .bx-input-group .bx-form-control {
  width: 100%;
}

.btn-subscribe {
    background: #FFFFFF;
    border: none;
    color: #222222;
    padding: 0 20px;
    min-width: 30%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    right: 1px;
}
.btn-subscribe:hover {
	background: #e97e3d;
    color: #FFFFFF;
}

.btn-subscribe span {
  display: block;
}

input[placeholder] {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.page-content h2 {
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  margin: 20px 0 30px;
  z-index: 1;
  font-size: 36px;
}

.page-content .product-item-price-current {
  color: #222222;
  font-weight: 700;
  font-family: "Harmonia Sans Pro Cyr";
  font-size: 16px;
}

.product-item-title {
  margin-bottom: 10px;
}

#cart-block .cart-preview i,
.basket-line i {
  font-size: 20px;
}

.blockcart.cart-preview {
  position: relative;
}

.basket-line.right-header {
  display: flex;
  align-items: center;
}

.basket-line-block {
  display: flex;
  align-items: center;
  line-height: 10px;
}

.basket-line-block-auth i {
  margin-right: 5px;
}

.bx-advertisingbanner-btn {
  background-color: transparent !important;
  border: 1px solid #fff;
}

.main-calalog-link {
  position: relative;
  margin: 30px 0;
  overflow: hidden;
}

.main-calalog-links .cover-img {
  overflow: hidden;
  position: relative;
}


.main-calalog-links .banner-text {
  position: absolute;
  z-index: 10;
  bottom: 50px;
  font-weight: 600;
  font-size: 24px;
  left: 50px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition: all 0.5s ease 0s;
  color: #fff;
}

.main-calalog-links .cover-img:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.main-calalog-link a:hover .cover-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: opacity 0.4s, transform 0.4s;

}

.main-calalog-link:hover .cover-img:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner-center {
  margin: 30px;
}

.effect-layla > a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.effect-layla > a img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  backface-visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.effect-layla > a:before,
.effect-layla > a:after {
  position: absolute;
  z-index: 9;
  content: "";
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.effect-layla > a:before {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}

.effect-layla > a:after {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}

.effect-layla:hover > a img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.effect-layla:hover > a:before,
.effect-layla:hover > a:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*** Style scrollbar ***/
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #505f74;
}

::-webkit-scrollbar-thumb {
  background-color: #75c435;
  border-radius: 0;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
}


#owlMainReviews .item .product {
  position: absolute;
  z-index: 999;
  color: #ffffff;
  display: inline-block;
  top: 40%;
  left: 20%;
  font-weight: 600;
  font-size: 24px;
  text-shadow: 1px 1px 2px #222222, 0 0 1em #222222, 0 0 0.2em #222222;
}

#owlMainReviews .item .review {
  position: absolute;
  z-index: 999;
  color: #ffffff;
  display: block;
  bottom: 0%;
  left: 0%;
  width: 100%;
  background-color: #222222 !important;
  padding: 5%;
  opacity: 0.7;
  filter: alpha(Opacity=70);
  color: #fff;
}

#owlMainReviews .item .review .review_author {
  color: #E97E3D;
}

#owlMainReviews .item .review .review_title {
  font-weight: bolder;
}

.owl-carousel.owl-loading {
  opacity: 1;
  display: block
}


.reviews .owl-theme .owl-nav button {
  position: absolute;
  bottom: 50%;
  top: auto;
  width: 40px;
  height: 40px;
  color: transparent;
  text-align: center;
  background: #FFFFFF;
  border: none;
  border-radius: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -moz-box-shadow: 0 0px 0px 0px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0px 0px 0px rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0px 0px 0px rgba(255, 255, 255, 0.3);
  -ms-box-shadow: 0 0px 0px 0px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0px 0px 0px rgba(255, 255, 255, 0.3);
}

.reviews .owl-theme .owl-nav button:before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #222222;
  font-size: 20px;
  display: block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height: 40px;
}


.reviews .owl-theme .owl-nav button.owl-prev {
  left: 20px;
}


.reviews .owl-theme .owl-nav button.owl-prev:before {
  content: "\f104";
  left: 12px;
}


.reviews .owl-theme .owl-nav button.owl-next {
  right: 20px;
}


@media (min-width: 992px) {
  .reviews .owl-theme .owl-nav button:hover {
    -moz-box-shadow: 0 0px 0px 10px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 0px 0px 10px rgba(255, 255, 255, 0.3);
    -o-box-shadow: 0 0px 0px 10px rgba(255, 255, 255, 0.3);
    -ms-box-shadow: 0 0px 0px 10px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0px 0px 10px rgba(255, 255, 255, 0.3);
  }
}

.reviews .owl-theme:hover .owl-nav button {
  opacity: 1;
  filter: alpha(opacity=100);
}


.reviews .owl-theme:hover .owl-nav button.owl-next {
  right: 0;
  outline: none;
}

.reviews .owl-theme:hover .owl-nav button.owl-prev {
  left: 0;
  outline: none;
}

.box-banner .banner-text {
  padding: 30px;
  margin-right: -100px;
  position: relative;
  z-index: 10000;
  background: #efefef;
  color: #888888;
  line-height: 24px;
}

.box-banner {
  display: flex;
  align-items: center;
}


.box-banner a {
  display: inline-block;
  font-weight: 600;
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  font-family: 'Roboto', sans-serif;
}


.modal-backs {
  display: none;
}

.modal-backs .modal-set.auth,
.modal-backs .modal-set.register,
.modal-backs .modal-set.forgot {
  position: absolute;
  left: auto;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  width: 400px;
  height: 75vh;
  min-height: 970px;
  background: #fff;
  z-index: 100;
}

.register .bx-auth-reg td {
  padding: 0 5px 5px 0;
}


.modal-backs .bx-authform {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 100%;
}


.modal-backs .modal-dialog .form_bg {
  padding: 0 40px;
}

.modal-backs .modal-dialog .modal-head {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  color: #222;
  padding: 0 0 34px 0;
}

.modal-backs .modal-dialog input[type="password"],
.modal-backs .modal-dialog input[type="email"],
.modal-backs .modal-dialog input[type="text"],
.modal-backs .modal-dialog textarea {
  background: #FFFFFF;
  border-radius: 3px;
  color: black;
  padding: 10px 15px;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  margin: 8px 0px;
  border: 1px solid #777;
}

.forgout {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #222;
}

.modal-backs .custom_yellow {
  background: #282d35 !important;
  border-radius: 3px;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 25px;
  color: #fff;
  margin: 0px 10px 0 0;
}

input[type="password"] {
  background: #f8fafc url('/local/templates/apolloget/img/pass.svg') 98% 50% no-repeat !important;
}

.line_flex {
  display: flex;
  align-items: center;
}

.modal-backs .register {
  /*  padding: 0 0 0 25px;*/
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  color: #222;
}

.bx-authform-formgroup-container {
  margin: 10px 0;
}

/*
.modal-backs .modal-set.auth .form_bg,
.modal-backs .modal-set.register .form_bg,
.modal-backs .modal-set.forgot .form_bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  border-left: 1px solid #777;
}
*/


#auth .modal-dialog,  #one_click_order .modal-dialog {
  min-width: 350px;
}



.description_modal {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #222;
  padding: 20px 0;
}

.modal-backs .closes {
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 45px;
  right: 15px;
  cursor: pointer;
  background-image: url(/local/templates/apolloget/img/closes.png);
  transition: all .5s;
  opacity: .8;
}

.smart-filter-angles:after,
.smart-filter-angles:before {
  background-color: black;
}

.smart-filter-slider-handle {
  border: 7px solid #222;
}

.smart-filter-parameters-box-title {
  padding-bottom: 10px;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #222;
}

.smart-filter-block label {
  text-align: left;
}

.smart-filter-block .form-check-input[type="checkbox"] {
  border-radius: 0;
}

.form-check-input:checked {
  background-color: #222;
  border-color: #222;
}

.smart-filter-parameters-box-title .smart-filter-container-modef {
  display: none;
}

.page-content .sale-personal-section-index-block h2 {
  font-size: 24px;
}

.page-content .sale-personal-section-index-block {
  background-color: #222;
}

.basket-line-block-icon-profile.enter i {
  display: none;
}

@media (max-width: 991px) {
  .header-flex {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .breadcrumb > .container {
    background: transparent;
    position: static;
    display: inherit;
  }

  .main-calalog-link {
    /*    display: none;*/
    width: 100%;
  }

  img {
    max-width: 100%;
  }

  .d-flex.main-calalog-links {
    flex-wrap: wrap;
  }

  .banner-center {
    margin: 0px;
  }

  .footer-container {
    padding: 20px 0 20px;
  }

  a.bx-footer-logo {
    text-align: center;
    display: inline-block;
    width: 100%;
  }

  .page-content .sale-personal-section-index-block h2 {
    font-size: 20px;
  }

  .enter span {
    display: none;
  }

  .basket-line-block-icon-profile.enter i,
  .basket-line-block-icon-profile.enter {
    display: inline-block;
  }

  .bx-auth-reg p {
    font-size: 10px;
    line-height: 1.2;
  }

  .modal-backs .modal-dialog .bx-auth-reg input[type="password"],
  .modal-backs .modal-dialog .bx-auth-reg input[type="email"],
  .modal-backs .modal-dialog .bx-auth-reg input[type="text"],
  .modal-backs .modal-dialog .bx-auth-reg textarea {
    padding: 5px 15px;
    margin: 4px 0px;
  }

  .header-flex .basket-line-block {
    position: relative;
    z-index: 10;
    padding: 0;
  }

}

.iview-directionNav a {
  bottom: 0;
  width: 90px;
  height: 90px;
  border-radius: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.iview-directionNav a:before {
  line-height: 90px;
  font-size: 30px;
}

@media (max-width: 991px) {
  .iview-directionNav a {
    width: 40px;
    height: 40px;
  }

  .iview-directionNav a:before {
    line-height: 40px;
    font-size: 20px;
  }
}

.iview-directionNav a.iview-prevNav {
  left: inherit;
  right: 90px;
}

.rtl .iview-directionNav a.iview-prevNav {
  left: 90px;
  right: auto;
}

@media (max-width: 991px) {
  .iview-directionNav a.iview-prevNav {
    right: 40px;
  }

  .rtl .iview-directionNav a.iview-prevNav {
    left: 40px;
    right: auto;
  }
}

.iview-directionNav a.iview-prevNav:after {
  content: "";
  background: #f2f2f2;
  width: 1px;
  height: 50px;
  position: absolute;
  bottom: 50%;
  right: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}

.rtl .iview-directionNav a.iview-prevNav:after {
  left: 0;
  right: auto;
}

@media (max-width: 991px) {
  .iview-directionNav a.iview-prevNav:after {
    height: 20px;
  }
}

.iview-directionNav a.iview-nextNav {
  right: 0;
}

.rtl .iview-directionNav a.iview-nextNav {
  left: 0;
  right: auto;
}

.iview-directionNav a:hover {
  background: #e97e3d;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.iview-directionNav a:hover:before {
  color: #FFFFFF;
}

.iview.iview-hover .iview-directionNav a {
  opacity: 1;
  filter: alpha(opacity=100);
}

.iview.iview-hover .iview-directionNav a.iview-prevNav {
  left: inherit;
  right: 90px;
}

.rtl .iview.iview-hover .iview-directionNav a.iview-prevNav {
  left: 90px;
  right: auto;
}

@media (max-width: 991px) {
  .iview.iview-hover .iview-directionNav a.iview-prevNav {
    right: 40px;
  }

  .rtl .iview.iview-hover .iview-directionNav a.iview-prevNav {
    left: 40px;
    right: auto;
  }
}

.iview.iview-hover .iview-directionNav a.iview-nextNav {
  right: 0;
}

.rtl .iview.iview-hover .iview-directionNav a.iview-nextNav {
  left: 0;
  right: auto;
}

@media (max-width: 991px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  .navbar-container {
    width: 64px;
  }
  .form-group .agile-styled-input-top {
    overflow-x: scroll;
  }
  .td_txt {
    font-size: 1em;
  }
  .td_txt {
    display: block;
  }
  .td_img {
    display: block;
    width: 100%;
    max-height: 50vh;
    overflow: hidden;
  }
}

.smart-filter-button-box input {
  width: 100%;
}

.smart-filter-block .btn-link {
  font-weight: 400;
  color: #e97e3d;
  text-decoration: none;
  border: 1px solid #e97e3d;
  margin-top: 10px;
}

#content .modal-dialog,
body .modal.fade .modal-dialog {
  max-width: 90%;
  width: max-content;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#contact-form-box .contact-form .form-control-label {
  margin-bottom: 5px;
}

.contact-form .form-group {
  margin-bottom: 10px;
}

.product-item-info-container .product-item-properties {
  display: none;
}

.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
  position: absolute;
  content: "";
  cursor: not-allowed;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNHB4IiBoZWlnaHQ9IjRweCIgdmlld0JveD0iMCAwIDQgNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNCA0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0FCQUJBQiIgc3Ryb2tlLXdpZHRoPSIwLjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjAiIHkxPSIwIiB4Mj0iNCIgeTI9IjQiLz4NCjwvc3ZnPg0K);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 5px 5px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.product-item-scu-item-text {
  z-index: 10;
  position: relative;
}

.inputselect {
  height: 42px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right center;
  background-position-x: 99%;
  background-size: 20px 20px;
  padding-right: 32px;
  width: 100%;
  padding-left: 10px;
}

.inputfile {
    position: relative;
    z-index: 1;
    padding: 10px 45px;
    border-radius: 0;
    text-transform: uppercase;
    border: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #282d35;
    border-color: #282d35;
    width: 100%;
}

.captcha img {
    float: left;
    margin-right: 20px;
}

#contact-form-box .contact-form .captcha .form-control {
  border: 1px solid #5f5b5b;
  width: calc(100% - 200px);
  height: 40px;
}

#contact-form-box .contact-form textarea {
    min-height: 72px;
}

/* увеличили шриты */
.product-item-title {
  font-size: 16px;
}
.product-item-title a{
  font-size: 16px;
}
.product-item-price-old {
  font-size: 16px;
}
.product-item-price-discount {
  font-size: 16px;
}
.product-item-price-discount-diff {
  font-size: 16px;
}
.product-item-detail-properties-name, .product-item-detail-properties-value {
  font-size: 16px;
}
.catalog-block-header {
  font-size: 16px;
}
.product-detail-scu-container-title {
  font-size: 16px;
}
.product-item-detail-quantity-title {
  font-size: 16px;
}
.product-item-detail-quantity-description-text {
  font-size: 16px;
}
.size-table {
  font-size: 100%;
}
#size td {
  font-size: 16px;
}
#size .size-table {
  overflow-x: auto;
}

#divOrderFormAuth {
  display: none;
}

.btndot {
  text-decoration: none;
  border-bottom: 1px dashed #222222;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  white-space: nowrap !important;
  text-align: center;
  cursor: pointer;
  padding: 0.25rem 0;
  margin-top: 0.5rem;
}