* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  list-style-type: none;
  font-family: Inter, sans-serif;
  color: #000;
  font-weight: 400;
}

body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
}
/* default font size */
.fa {
  font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

a {
  color: #000;
}

a:hover {
  text-decoration: none;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}

label {
  font-size: 12px;
  font-weight: normal;
}

ul {
  margin-bottom: 0px;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 12px;
}

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
}

div.required .control-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

.container {
  padding: 0px;
}
/* top */

#top {
  background-color: #eeeeee;
  border-bottom: 1px solid #e2e2e2;
  padding: 4px 0px 3px 0;
  margin: 0 0 20px 0;
  min-height: 40px;
}
.header_black #top-links .fa {
  color: #fff;
}
.header_black #top-links li,
.header_black #top-links a {
  background-color: transparent;
  text-shadow: none;
}
.header_black #top-links span {
  color: #fff;
}
.header_black .caret {
  color: #fff;
}
#top .container {
  padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  text-shadow: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
  color: #888;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
  color: #444;
}

#top-links .dropdown-menu a {
  text-shadow: none;
}

#top-links .dropdown-menu a:hover {
  color: #fff;
}

#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}

#top-links {
  padding-top: 6px;
}

#top-links a + a {
  margin-left: 15px;
}
/* logo */
#logo {
  margin: 0 0 10px 0;
}

#logo h1 {
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: -5px;
}
/* search */
#search {
  display: flex;
  align-items: center;
  width: 160px;
}
.ocf-value-append,
.ocf-value-count {
  position: absolute;
  right: 0px;
}
.m {
  background-color: #ffea3d;
}
#search .input-lg {
  height: 40px;
  line-height: 20px;
  padding: 0 10px;
  color: #000;
  background: #fff;
  padding: 0.5rem 1rem;
  border: 0.063rem solid #dadada;
  border-radius: 0;
}

#search .btn-lg {
  outline: none;
  height: 40px;

  color: #000;
  background: #f8f8f8 none repeat scroll 0% 0% / auto padding-box border-box;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0.063rem solid #dadada;
  border-radius: 0;
  padding: 0.5rem 1rem;
}
.sorting-part {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.sorting-part .form-group {
  margin-bottom: 0px;
}
/* cart */
#cart {
  margin-bottom: 10px;
}

#cart > .btn {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}

#cart.open > .btn {
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}

#cart.open > .btn:hover {
  color: #444;
}

#cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
}

#cart .dropdown-menu {
  min-width: 100%;
  overflow-y: auto;
  max-height: 800px;
  scrollbar-width: thin;
  overflow-x: hidden;
}

@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
}

#cart .dropdown-menu table {
  margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px;
}

@media (max-width: 478px) {
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
}

#cart .dropdown-menu li p {
  margin: 20px 0;
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
}

#menu .nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
}

#menu .nav > li > a:hover,
#menu .nav > li.open > a {
  background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
  padding-bottom: 0;
}

#menu .dropdown-inner {
  display: table;
}

#menu .dropdown-inner ul {
  display: table-cell;
}

#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}

#menu .dropdown-inner li a:hover {
  color: #ffffff;
}

#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #ddd;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #fff;
  padding: 2px 18px;
  float: right;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #229ac8;
}

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }

  #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
  }

  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }

  #menu .dropdown-inner {
    display: block;
  }

  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }

  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }

  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
/* content */
#content {
  min-height: 600px;
}
/* footer */
footer {
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}

footer a {
  color: #000000;
}

footer a:hover {
  color: #000000;
}

footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}
/* breadcrumb */
/*.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}*/
html[dir="rtl"] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  right: unset;
  border-right: unset;
  border-bottom: unset;
}

.pagination {
  margin: 0;
}
/* buttons */
.buttons {
  margin: 1em 0;
}

.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-xs {
  font-size: 9px;
}

.btn-sm {
  font-size: 10.2px;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 12px;
}

.btn-group > .btn-xs {
  font-size: 9px;
}

.btn-group > .btn-sm {
  font-size: 10.2px;
}

.btn-group > .btn-lg {
  font-size: 15px;
}

.btn-default {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
  background: #fff200 none repeat scroll 0% 0% / auto padding-box border-box;
  color: #000;
  font-weight: normal;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  text-decoration: none;
  background: #fff200 none repeat scroll 0% 0% / auto padding-box border-box;
  color: #000;
  filter: brightness(0.92);
}
.mfp-img {
  background: #fff;
  margin: 40px 0px !important;
  padding: 0px !important;
}
.thumbnails span {
  margin-bottom: 30px;
  display: block;
}
.material-box-v5.p {
  background-color: #00b8f1;
}

.material-box-v5.m {
  background-color: #ffea3d;
}

.material-box-v5.k {
  background-color: #ff2d16;
  color: #fff;
}

.material-box-v5.n {
  background-color: #93dac3;
}

.material-box-v5.s {
  background-color: #ffbb86;
}

.material-box-v5.o {
  background-color: #93bdda;
}

.material-box-v5.h {
  background-color: #bfd1d8;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23a1d1;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
  border: 1px solid #dddddd;
  color: #888888;
  padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #dddddd;
  text-shadow: 0 1px 0 #fff;
}
/* carousel */
.carousel-caption {
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
  content: "\f053";
  font-family: FontAwesome;
}

.carousel-control .icon-next:before {
  content: "\f054";
  font-family: FontAwesome;
}
/* product list */
.product-thumb {
  margin-bottom: 20px;
  overflow: auto;
}

.product-thumb .image {
  text-align: center;
}

.product-thumb .image a {
  display: block;
}

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}

.product-grid .product-thumb .image {
  float: none;
}

@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}

.product-thumb h4 {
  font-weight: bold;
}

.product-thumb .caption {
  padding: 0 20px;
  min-height: 180px;
}
#product-search .product-thumb .caption {
  min-height: auto;
}
#product-search .product-thumb .caption > h4 + p {
  height: auto;
}
#product-search .product-thumb {
  display: flex;
  align-items: center;
}
.align-center {
  align-items: center;
}
.product-thumb .caption > h4 + p {
  height: 70px;
  overflow: hidden;
}

.product-list .product-thumb .caption {
  margin-left: 230px;
}

@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }

  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}

.product-thumb .rating {
  padding-bottom: 10px;
}

.rating .fa-stack {
  font-size: 8px;
}

.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #fc0;
  font-size: 15px;
}

.rating .fa-star + .fa-star-o {
  color: #e69500;
}

h2.price {
  margin: 0;
}
#price span,
.warning span {
  color: red;
}
.product-thumb .price {
  color: #444;
}

.product-thumb .price-new {
  font-weight: 600;
}

.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
}

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

.product-thumb .button-group {
  border-top: 1px solid #ddd;
  background-color: #eee;
  overflow: auto;
}

.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}

.product-thumb .button-group button {
  width: 60%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
.thumbnail {
  border: none;
}
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.sku_part {
  padding: 0px 30px;
}
.thumbnails > li {
  margin-left: 20px;
}

.thumbnails {
  margin-left: -20px;
}

.thumbnails > img {
  width: 100%;
}

.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}

.image-additional {
  max-width: 78px;
}

.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}

@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n + 1),
  #content .col-lg-3:nth-child(4n + 1),
  #content .col-lg-4:nth-child(3n + 1),
  #content .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n + 1),
  #content .col-md-3:nth-child(4n + 1),
  #content .col-md-4:nth-child(3n + 1),
  #content .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n + 1),
  #content .col-sm-3:nth-child(4n + 1),
  #content .col-sm-4:nth-child(3n + 1),
  #content .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }

  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }

  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }

  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^="quantity"] {
  min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

html[dir="rtl"] .checkbox input[type="checkbox"],
html[dir="rtl"] .checkbox-inline input[type="checkbox"],
html[dir="rtl"] .radio input[type="radio"],
html[dir="rtl"] .radio-inline input[type="radio"] {
  position: absolute;
  margin-top: 4px\9;
  margin-right: -20px;
  margin-left: unset;
}

html[dir="rtl"] .input-group-btn:last-child > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

html[dir="rtl"] .input-group .form-control:first-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

html[dir="rtl"] .container .row:first-child .col-sm-4,
html[dir="rtl"] .container .row:first-child .col-sm-5 {
  float: right;
}

html[dir="rtl"] #cart .dropdown-menu {
  left: 0;
  right: auto;
}

@media (min-width: 768px) {
  html[dir="rtl"] .navbar-nav {
    float: right;
    margin: 0;
  }

  html[dir="rtl"] .navbar-nav > li {
    float: right;
  }
}

@font-face {
  font-family: Circe;
  src: url(../fonts/Circe-Regular.eot);
  src: local("Circe"), local("Circe-Regular"),
    url(../fonts/Circe-Regular.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Circe-Regular.woff) format("woff"),
    url(../fonts/Circe-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Circe;
  src: url(../fonts/Circe-ExtraLight.eot);
  src: local("Circe ExtraLight"), local("Circe-ExtraLight"),
    url(../fonts/Circe-ExtraLight.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Circe-ExtraLight.woff) format("woff"),
    url(../fonts/Circe-ExtraLight.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: Circe;
  src: url(../fonts/Circe-Thin.eot);
  src: local("Circe Thin"), local("Circe-Thin"),
    url(../fonts/Circe-Thin.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Circe-Thin.woff) format("woff"),
    url(../fonts/Circe-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: Circe;
  src: url(../fonts/Circe-Light.eot);
  src: local("Circe Light"), local("Circe-Light"),
    url(../fonts/Circe-Light.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Circe-Light.woff) format("woff"),
    url(../fonts/Circe-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Circe;
  src: url(../fonts/Circe-Bold.eot);
  src: local("Circe Bold"), local("Circe-Bold"),
    url(../fonts/Circe-Bold.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Circe-Bold.woff) format("woff"),
    url(../fonts/Circe-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Circe;
  src: url(../fonts/Circe-ExtraBold.eot);
  src: local("Circe ExtraBold"), local("Circe-ExtraBold"),
    url(../fonts/Circe-ExtraBold.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Circe-ExtraBold.woff) format("woff"),
    url(../fonts/Circe-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}

.header_black {
  background: #323232;
}

.header_black .header__menu-link {
  color: #fff;
}

.header_black .header__phone {
  display: none;
}

.logo img {
  height: 120px;
}

.header__wrapper {
  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-around;
  padding-left: 150px;
  position: relative;
  height: 96px;
}

.header__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.header__menu-link {
  font-size: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header__phone {
  font-weight: 700;
  font-size: 24px;
}

.footer {
  padding: 62px 0;
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__title {
  display: none;
  font-weight: 350;
  font-size: 20px;
  font-family: Circe;
  color: rgba(0, 0, 0, 0.44);
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.footer__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__contacts-item-title {
  font-weight: 350;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.95);
  margin-left: 18px;
  font-family: Circe;
}

.footer__contacts-item-wrapper {
  width: 46px;
  height: 46px;
  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;
  background: #fff101;
}

.footer__contacts-item-icon {
  width: 20px;
  height: 20px;
}

.no-webp .promo {
}

.promo {
  height: 700px;
}

.promo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 750px;
}

.promo__title {
  font-weight: 700;
  font-size: 55px;
  line-height: 130%;
  color: #fff;
  font-family: Circe;
}

.promo__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  margin-top: 50px;
}

.btn-big {
  border: none;
  padding: 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 68px;
  font-weight: 700;
  font-family: Circe;
  font-size: 20px;
}
.number-spinner {
  display: flex;
  justify-content: flex-start;
}
.number-spinner .input-group-addon,
.number-spinner .input-group-btn {
  width: auto;
}
.btn_yellow {
  background: #fff101;
}

.btn_red {
  background: #d8232a;
  color: #fff;
}

.about {
  padding: 150px 0;
}

.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about__text {
  width: 840px;
}

.about__descr {
  margin-top: 50px;
  font-weight: 300;
  font-size: 20px;
  line-height: 37.7px;
}

.about__photo {
  width: 737px;
  position: relative;
}

.about__photo::after {
  content: "";
  width: 24px;
  height: 75%;
  position: absolute;
  right: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff101;
}

.about__photo-img {
  width: 100%;
}

.title,
.html_module h1,
.info h1 {
  font-weight: 700;
  font-size: 30px;
  height: 70px;
  border-left: 14px solid #fff101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  font-family: Circe;
}

.subtitle {
  margin-top: 60px;
  font-weight: 300;
  font-size: 20px;
  line-height: 188.5%;
}

.certificates_page {
  padding: 150px 0 70px 0;
}

.certificates__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
}

.certificates__item {
  width: 400px;
  height: 583px;
}

.certificates__item-img {
  width: 100%;
}

.tools {
  padding-bottom: 150px;
  gap: 20px;
}

.tools__items {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  gap: 20px;
}

.tools__items::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.tools__item {
  flex: 1 1 calc((100% / 3) - 40px);
  max-width: 24%;
  width: 260px;

  -webkit-box-shadow: 4px 4px 13px rgba(0, 0, 0, 0.17);
  box-shadow: 4px 4px 13px rgba(0, 0, 0, 0.17);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tools__item img {
  max-width: 100%;
}

.tools__item-title {
  font-family: Circe;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  margin-top: 3px;
  text-align: left;
  margin-top: 31px;
  padding: 0px 26px 26px 26px;
  width: 100%;
}

.videos {
  padding-bottom: 238px;
}

.videos_page {
  padding: 150px 0 70px 0;
}

.videos__items {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.videos__item {
  width: calc(50% - 10px);
  background: #d9d9d9;
  height: 400px;
}

.application {
  background: #323232;
  height: 545px;
  padding-bottom: 84px;
}

.application__text {
  width: 790px;
  padding-bottom: 30px;
}

.application__title {
  padding: 5px 0 5px 26px;
  font-weight: 700;
  font-size: 49px;
  line-height: 130%;
  color: #fff;
  border-left: 14px solid #fff101;
  font-family: Circe;
}

.application__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 35px;
}

.form {
  width: 820px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -114px;
}

.form__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.form__file-wrapper {
  height: 46px;
  width: 46px;
  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;
  background: #fff101;
}

.form__file-icon {
  width: 18px;
  height: 18px;
}

.form__file-title {
  margin-left: 16px;
  font-weight: 700;
  font-size: 20px;
  font-family: Circe;
}

.form__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input {
  width: 100%;
  height: 63px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  padding: 0 22px;
  font-weight: 300;
  font-size: 20px;
  font-family: Circe;
}

.textarea {
  width: 100%;
  height: 112px;
  padding: 19px 22px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  resize: none;
  font-weight: 300;
  font-size: 20px;
  font-family: Circe;
  margin-bottom: 37px;
}

.aboutus {
  padding: 156px 0 80px 0;
}

.aboutus__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.aboutus__item:first-of-type {
  margin-bottom: 123px;
}

.aboutus__item_alc {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.aboutus__item-text {
  width: 840px;
}

.aboutus__item-descr {
  margin-top: 60px;
  font-weight: 300;
  font-size: 20px;
  line-height: 188.5%;
}

.aboutus__item-descr_nm {
  margin: 0;
}

.aboutus__photo {
  position: relative;
}

.aboutus__photo::after {
  content: "";
  width: 24px;
  height: 75%;
  background-color: #fff101;
  position: absolute;
  top: 50%;
  right: -24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.aboutus__photo_al::after {
  right: auto;
  left: -24px;
}

.aboutus__photo-img {
  width: 100%;
}

.content {
  padding: 100px 0;
}

.content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 50px;
}

.content__item-text {
  width: 730px;
}

.content__item-wrapper {
  width: 840px;
  height: 454px;
}

.calc__item-descr {
  margin: 40px 0 55px 0;
  font-weight: 300;
  font-size: 20px;
  line-height: 188.5%;
}

.calc__img {
  width: 100%;
}

.contacts__item {
  margin-top: 37px;
}

.contacts__item-title {
  font-family: Circe;
  font-weight: 350;
  font-size: 20px;
}

.contacts__item-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9px;
}

.contacts__item-link {
  font-family: Circe;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
}

.products {
  padding: 109px 0 75px 0;
}

.products__promo-img {
  width: 100%;
}

.products__promo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}

.products__promo-text {
  width: 672px;
}

.products__promo-descr {
  font-weight: 300;
  font-size: 20px;
  line-height: 188.5%;
  margin-top: 60px;
}

.cats {
  padding: 75px 0;
}

.cats__items {
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.cats__item {
  width: 100%;
}

.cats__item-main {
  min-height: 80px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  -webkit-box-shadow: 4px 4px 13px rgba(0, 0, 0, 0.17);
  box-shadow: 4px 4px 13px rgba(0, 0, 0, 0.17);
}

.cats__item-title {
  font-family: Circe;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  margin-top: 3px;
}

.cats__item-img {
  width: 100%;
}

.cats__item ul {
  margin-top: 48px;
  padding-left: 20px;
  width: 100%;
}

.cats__item ul li {
  font-family: Circe;
  font-style: normal;
  font-weight: 350;
  font-size: 20px;
  position: relative;
}

.cats__item ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  list-style-type: none;
  font-family: Inter, sans-serif;
  color: #000;
  font-weight: 400;
}

.container {
  width: 1660px;
  margin: 0 auto;
}

.logo {
  position: absolute;
  left: 0;
}

.dpn {
  display: none;
}

picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1680px) {
  .about__text {
    width: 45%;
  }

  .about__descr {
    font-size: 18px;
    line-height: 28px;
  }

  .about__photo {
    width: 50%;
  }

  .tools__items {
    overflow: scroll;
    padding: 15px;
    gap: 20px;
  }

  .tools__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .videos__item {
    height: 22vw;
  }

  .application__text {
    width: 40%;
  }

  .application__title {
    font-size: 45px;
  }

  .aboutus__item-text {
    width: 48%;
  }

  .aboutus__photo {
    width: 48%;
  }

  .content__item {
    gap: 2%;
  }

  .content__item-text {
    width: 49%;
  }

  .content__item-wrapper {
    width: 49%;
  }

  .products__promo-photo {
    width: 49%;
  }

  .products__promo-text {
    width: 49%;
  }

  .container {
    width: 94%;
  }
}

@media screen and (max-width: 1530px) {
  .header__menu-list {
    gap: 1.3vw;
  }

  .about__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .certificates__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .certificates__item {
    width: 100%;
    height: auto;
  }

  .aboutus__item {
    gap: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .aboutus__item-descr {
    font-size: 18px;
    line-height: 150%;
  }

  .products__promo-descr {
    font-size: 18px;
    line-height: 150%;
  }
}

@media screen and (max-width: 1280px) {
  .header__phone {
    display: none;
  }

  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }

  .about {
    padding: 75px 0;
  }

  .about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about__text {
    width: 100%;
  }

  .about__descr {
    font-size: 20px;
    line-height: 37.7px;
  }

  .about__photo {
    width: 80%;
    margin-top: 50px;
  }

  .certificates__items {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tools {
    padding: 75px 0;
  }

  .videos {
    padding: 0 0 75px 0;
  }

  .videos_page {
    padding: 100px 0 70px 0;
  }

  .application {
    height: auto;
    padding-top: 84px;
  }

  .application__text {
    width: 100%;
    padding-bottom: 0;
  }

  .application__title br {
    display: none;
  }

  .application__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form {
    margin-top: 0;
    width: 100%;
  }

  .cats__items {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cats__item ul {
    margin-top: 20px;
  }

  .cats__item ul li {
    font-size: 15px;
  }
}

@media screen and (max-width: 769px) {
  .header__wrapper {
    height: 75px;
    /*padding-left: 20vw;*/
  }

  .header__menu-link {
    font-size: 1.8vw;
  }

  .header__menu {
    overflow: scroll;
  }

  .header__menu::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .footer__contacts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* justify-content: center; */
    padding: 1rem;
  }

  .promo {
    height: 500px;
  }

  .promo__content {
    width: 100%;
    height: 500px;
  }

  .about__descr {
    font-size: 16px;
    line-height: 120%;
  }

  .about__photo {
    width: 90%;
  }

  .title {
    font-size: 18px;
    height: 50px;
  }

  .subtitle {
    font-size: 18px;
    line-height: 130%;
    margin: 25px 0;
  }

  .application {
    padding: 50px 0;
  }

  .form {
    padding: 25px;
  }

  .aboutus__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .aboutus__item-text {
    width: 100%;
  }

  .aboutus__photo {
    width: 90%;
  }

  .content__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .content__item-text {
    width: 100%;
  }

  .content__item-wrapper_ha {
    height: auto;
  }

  .content__item-wrapper {
    width: 100%;
  }

  .products__promo-photo {
    width: 100%;
  }

  .products__promo-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .products__promo-text {
    width: 100%;
  }

  .cats__items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .cats__item-title {
    font-size: 18px;
  }

  .logo {
    height: 15vw;
  }

  .logo picture {
    height: 100%;
  }

  .logo img {
    height: 100%;
  }

  .tools__items {
    overflow: scroll;
    /* padding: 15px; */
    gap: 15px;
  }

  .tools__item-title {
    padding: 0px 26px 26px 5px;
  }
}

@media screen and (max-width: 625px) {
  .footer__title {
    text-align: center;
  }

  .promo__title {
    font-size: 48px;
  }

  .certificates__items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .videos__item {
    width: 100%;
    height: 44vw;
  }

  .application__title {
    font-size: 34px;
  }

  .application__wrapper {
    gap: 30px;
  }
}

@media screen and (max-width: 525px) {
  .header__menu-link {
    font-size: 2.3vw;
  }

  .promo__title {
    font-size: 39px;
    line-height: 100%;
  }

  .btn {
    font-size: 17px;
    height: 47px;
    padding: 0 18px;
  }

  .btn_form {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .application__title {
    line-height: 100%;
  }

  .form__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cats__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.header__menu-item {
  flex-shrink: 0;
}

.header_black .header__phone {
  color: #fff;
  display: block;
}

.calc__item-descr ul {
  padding-left: 35px;
  margin: 15px 0;
}

.calc__item-descr ul li {
  font-size: 18px;
  line-height: 150%;
  position: relative;
}

.calc__item-descr ul li::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  top: 10px;
  left: -10px;
}

.videos__item {
  overflow: hidden;
  position: relative;
}

.videos__item img {
  width: 100%;
}

.button-play:after {
  content: "";
  background: url("../imgs/youtube.png") no-repeat center center;
  cursor: pointer;
  width: 50px;
  height: 39px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -25px;
}

iframe {
  width: 100%;
  height: 100%;
}

.breadcrumb {
  margin-top: 50px;
  display: flex;
  font-size: 14px;
  background: none;
  padding: 0px;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  flex-wrap: wrap;
}

.breadcrumb a {
  margin-right: 30px;
  position: relative;
}

.breadcrumb a {
  font-weight: bold;
}

.breadcrumb a:after {
  content: "/";
  position: absolute;
  right: -20px;
  font-weight: normal;
}

.breadcrumb > li + li:before {
  display: none;
}

.breadcrumb li > span > span {
}

.promo {
  overflow: hidden;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
}

.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: -1;
}

.new-catalog img {
  width: 100%;
}

.info .flex {
  display: flex;
  align-items: end;
}

.flex > div:first-child {
  margin-right: 20px;
}

.nav-container {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-around;
}
.warning {
  width: 40%;
}

@media screen and (max-width: 769px) {
  .warning {
    width: 100%;
  }
}

.menu-mobile {
  display: none;
}

.header_white .header__phone {
  color: #000;
  display: block;
}
.flex {
  display: flex;
}
.flex-column {
  flex-flow: column;
  display: flex;
}
.product-top {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.product-top > div {
  max-width: 33%;
}
.title_small {
  font-size: 22px;
  padding-bottom: 12px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border: none;
}
#tab-description {
  display: flex;
  justify-content: space-between;
}
.product_table tr:nth-child(odd) {
  background-color: #f8f8f8;
}

.cat_desc > div {
  width: 50%;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 188.5%;
}
.cat_desc h1 {
  margin-bottom: 30px;
}
.category-list .title {
  margin-bottom: 30px;
}
.sub-cats {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
  margin-top: 30px;
}
.sub-cats li {
  flex: 1 1 calc((100% / 3) - 40px);
  max-width: 24%;
  margin-bottom: 40px;
  text-align: center;
}
.sub-cats li img {
  max-width: 100%;
  max-height: 270px;
  width: auto;
}
.sub-cats li span {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-content: center;
  box-shadow: 4px 4px 13px rgba(0, 0, 0, 0.17);
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  padding: 27px 20px;
  min-height: 122px;
}
.cor-font-section-title4 {
  font-size: 22px;
}
.d-block .row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.pb-2 {
  padding-bottom: 1rem !important;
}
.pe-2 {
  padding-right: 1rem !important;
}
.col-auto {
  flex: 0 0 auto;
  display: flex;
  width: auto;
}
.material-box-v5.s {
  background-color: #ffbb86;
}
.material-box-v5.large {
  font-size: 22px;
  font-weight: 300;
  height: 60px;
  line-height: 60px;
  width: 60px;
  margin: 0 0.5em 10px 0;
}
.material-box-v5 {
  display: block;
  width: 20px;
  height: 20px;
  color: #333;
  float: left;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center !important;
  vertical-align: middle;
}
.material-box-v5.m {
  background-color: #ffea3d;
}
#tab-specification {
  min-width: 60%;
}
@media screen and (max-width: 1620px) {
  .header__phone {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) {
  .header__phone {
    font-size: 16px;
  }

  .sub-cats {
    gap: 15px;
  }
}

@media screen and (max-width: 1350px) {
  #search {
    width: 120px;
  }
  .header__phone {
    font-size: 18px;
  }
  .header__menu-list {
    gap: 10px;
  }
  .sub-cats li {
    max-width: 100%;
    flex: none;
    width: 32%;
  }
}
@media screen and (max-width: 1270px) {
  #search {
    display: none;
  }
  .tools__item {
    max-width: 23%;
  }
}
@media screen and (max-width: 1150px) {
  .header__phone {
    font-size: 16px;
  }
  .tools__item-title {
    font-size: 16px;
  }
  .header__menu-link {
    font-size: 14px;
  }
}
#checkout-cart .btn {
  height: auto;
  padding: 9.5px 12px;
}
#checkout-cart .input-group-btn {
  display: flex;
  width: auto;
}
.price1 {
  display: none;
}
.quickcheckout-cart .total {
  display: none;
}
#totals-wrap {
  display: none;
}
table.quickcheckout-cart {
  border-bottom: 1px solid #dddddd;
}
.input-group .form-control[name^="quantity"] {
  width: 50px;
}
.quantity .input-group-btn {
  display: flex;
  width: auto;
}
.qc-btns {
  display: flex;
}
.terms {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.alert-dismissable .close,
.alert-dismissible .close {
  right: 0px;
}
header .cart {
  padding: 10px;
  border: 0.063rem solid #dadada;
}
header .cart i {
  margin-right: 10px;
}
.simplecheckout-cart td.quantity .input-group {
  display: flex;
}
.simplecheckout-cart td.quantity .input-group .btn {
  padding: 10px;
  height: 34px;
}

@media screen and (max-width: 1024px) {
  #top-links {
    margin-left: 20px;
  }
  .cat_desc {
    flex-flow: column;
  }
  .cat_desc > div {
    width: 100%;
  }
  .cat_desc p {
    font-size: 14px;
    line-height: normal;
  }
  .cat_desc img {
    max-width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .sub-cats img {
    height: auto !important;
  }
  .videos_page,
  .content,
  .aboutus {
    padding: 30px 0px;
  }
  .calc__item-descr {
    font-size: 16px;
  }
  .calc__item-descr ul {
    font-size: 16px;
    width: calc(100vw - 20px);
  }
  .promo__btns {
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
  .tools__item {
    max-width: 32%;
  }
  #search {
    display: flex;
    padding-right: 25px;
    margin-bottom: 0px;
    margin-right: 30px;
  }
  .show_on_search {
    display: none;
  }
  .nav-container .menu-mobile {
    display: flex;
    position: absolute;
    right: 0px;
    width: 32px;
    height: 32px;
  }
  header .nav-container {
    justify-content: flex-end;
    padding-right: 60px;
  }

  .header__menu,
  .nav-container .header__phone {
    display: none;
  }

  .menu-mobile {
    z-index: 11;
  }

  .menu-mobile > div {
    width: 32px;
    height: 3px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    transition: 1s all;
  }

  .menu-mobile .icon-1 {
    top: 5px;
  }

  .menu-mobile .icon-2 {
    top: 14px;
  }

  .menu-mobile .icon-3 {
    top: 23px;
  }

  .active-menu .header__menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #323232;
    left: 0px;
    z-index: 10;
    display: flex;
    top: 0;
  }

  .active-menu .header__menu-list {
    flex-flow: column;
    width: 100%;
    margin-top: 100px;
  }

  .active-menu .header__menu-list li {
    margin-bottom: 20px;
  }

  .active-menu .icon-1 {
    opacity: 0;
  }

  .active-menu .icon-2 {
    transform: rotate(45deg);
  }

  .active-menu .icon-3 {
    transform: rotate(135deg);
    top: 15px;
  }

  .no-scroll {
    overflow: hidden;
  }

  .header_white .menu-mobile > div {
    background: #000;
  }

  .header_white .active-menu .header__menu-list a {
    color: #fff;
  }

  .header_white .active-menu .menu-mobile > div {
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  .tools__item {
    max-width: 48%;
    flex: none;
    width: 47%;
  }
  .tools__item-title {
    padding-bottom: 10px;
    font-size: 13px;
  }

  .sub-cats li {
    width: 100%;
    flex: none;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .sub-cats li span {
    font-size: 16px;
    padding: 20px 10px;
    min-height: auto;
  }
  .breadcrumb {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 15px;
  }
  .container {
    overflow: hidden;
  }
  .product-top {
    flex-flow: column;
  }
  .product-top > div {
    max-width: 100%;
    padding: 0px 20px;
    margin-bottom: 20px;
  }
  #tab-description {
    display: flex;
    flex-flow: column;
  }
  .aboutus {
    padding: 30px 0px 20px 0px;
  }
}
