/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.bread-crumbs {
  margin-bottom: 64px;
}
@media only screen and (max-width: 768px) {
.bread-crumbs {
    margin-bottom: 40px;
}
}
@media only screen and (max-width: 420px) {
.bread-crumbs {
    margin-bottom: 32px;
}
}
.bread-crumbs__block {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding-left: 0;
}
.bread-crumbs__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  list-style: none;
}
@media only screen and (max-width: 768px) {
.bread-crumbs__item {
    font-size: 14px;
}
}
@media only screen and (max-width: 420px) {
.bread-crumbs__item {
    font-size: 12px;
}
}
.bread-crumbs__item:first-child a {
  padding-left: 0;
}
.bread-crumbs__item:after {
  background: #272727;
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: 8px;
  margin-right: 8px;
  width: 20px;
}
.bread-crumbs__item:last-child:after {
  width: 0;
}
.bread-crumbs__item a {
  color: #272727;
  text-decoration: none;
}
.bread-crumbs__item span {
  color: #828282;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.form-group-checkbox {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.form-group-checkbox__label {
  font-size: 16px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 12px;
}
.form-group-checkbox__label.active {
  font-weight: 500;
}
.form-group-checkbox__loader {
  display: none;
}
.form-group-checkbox__content {
  background: #fff;
  border: 1px solid #272727;
  height: 24px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  width: 24px;
}
.form-group-checkbox__content.loaded {
  background: transparent;
  border: 0;
}
.form-group-checkbox__content.active {
  border: 8px solid #272727;
}
.form-group-checkbox__content.active.loaded {
  background: transparent;
  border: 0;
}
.form-group-checkbox__content.loaded .form-group-checkbox__loader {
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.form-group-checkbox__content.loaded .form-group-checkbox__control {
  pointer-events: none;
}
.form-group-checkbox__control {
  height: 24px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  z-index: 1;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.range-slider__field-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  width: 100%;
}
.range-slider__box {
  margin-left: 13px;
  margin-right: 13px;
}
.range-slider__field {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 40%;
}
.range-slider__field span {
  color: #828282;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.range-slider__field input {
  border-bottom: 1px solid #828282;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  height: 42px;
  width: 100%;
}
.range-slider__line {
  background: #272727;
  height: 1px;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(20% - 30px);
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.select-custom {
  cursor: pointer;
  position: relative;
}
.select-custom__range {
  max-width: 260px;
}
@media only screen and (max-width: 590px) {
.select-custom__range {
    margin-bottom: 16px;
    max-width: 100%;
}
}
.select-custom--filter {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #828282;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 0;
  width: 100%;
}
@media only screen and (max-width: 590px) {
.select-custom--filter {
    border-bottom: 1px solid #F2F2F2;
    padding: 16px 0;
}
}
.select-custom__popup--sorting .select-custom__popup-text {
  white-space: nowrap;
}
@media only screen and (max-width: 590px) {
.select-custom--filter .select-custom__scrollbar {
    max-height: 100%;
}
}
.select-custom__search {
  margin-bottom: 24px;
  margin-top: 12px;
}
.select-custom__search-input {
  background: url("../images/required/search.svg") 24px center no-repeat;
  border: 1px solid #272727;
  font-size: 16px;
  height: 50px;
  line-height: 150%;
  padding-left: 68px;
  width: 100%;
}
.select-custom--filter > .select-custom__text {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #828282;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0;
  position: relative;
  width: calc(100% - 34px);
}
.select-custom--filter > .select-custom__text svg {
  color: #272727;
  display: block;
  margin-right: 10px;
  width: 24px;
}
.select-custom__text-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
.select-custom__text-box span {
    display: none;
}
}
.select-custom__text-box svg {
  display: block;
}
.select-custom.active .select-custom__text-box svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.select-custom__text {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
}
@media only screen and (max-width: 530px) {
.select-custom__text {
    font-size: 14px;
}
}
.select-custom__text span {
  color: #828282;
  padding-right: 8px;
}
.select-custom__popup {
  background: #fff;
  -webkit-box-shadow: 0 0 10px 1px rgba(114, 114, 114, 0.2);
          box-shadow: 0 0 10px 1px rgba(114, 114, 114, 0.2);
  display: none;
  max-height: 400px;
  max-width: 130%;
  min-width: 100%;
  overflow: hidden;
  padding: 12px;
  position: absolute;
  right: 0;
  top: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 9;
}
.select-custom__popup.active {
  display: block;
}
.select-custom__popup--sorting {
  max-width: unset;
}
.select-custom__popup--check {
  left: 0;
  right: unset;
}
.select-custom__scrollbar {
  max-height: 376px;
}
.select-custom__scrollbar--search {
  max-height: 286px;
}
.select-custom__popup-text {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  max-width: 100%;
  padding: 16px 46px 16px 28px;
  position: relative;
}
@media only screen and (max-width: 960px) {
.select-custom__popup-text {
    padding: 12px 46px 12px 12px;
}
}
.select-custom__popup-text:hover {
  background: #F7F5F3;
}
@media only screen and (max-width: 768px) {
.select-custom__popup-text:hover {
    background: transparent;
}
}
.select-custom__popup-text.active:after {
  background: #272727;
}
.select-custom__popup-text:after {
  background: transparent;
  content: "";
  display: inline-block;
  height: 8px;
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
@media only screen and (max-width: 960px) {
.select-custom__popup-text:after {
    right: 12px;
}
}
.select-custom--filter.active svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.select-custom--filter > .select-custom__popup {
  top: 65px;
}
.select-custom--filter > .select-custom__popup > .select-custom__popup-text:hover {
  background: #F7F5F3;
}
@media only screen and (max-width: 590px) {
.select-custom--filter > .select-custom__popup > .select-custom__popup-text:hover {
    background: transparent;
}
}
.select-custom--filter > .select-custom__text > .select-custom__title {
  -webkit-box-orient: vertical;
  color: #272727;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 400;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.select-custom__subtext {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.select-custom__popup--check .select-custom__popup-text {
  padding: 16px 62px 16px 28px;
  position: relative;
}
@media only screen and (max-width: 960px) {
.select-custom__popup--check .select-custom__popup-text {
    padding: 12px 46px 12px 12px;
}
}
.select-custom__popup--check .select-custom__popup-text .form-group-checkbox {
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 960px) {
.select-custom__popup--check .select-custom__popup-text .form-group-checkbox {
    right: 8px;
}
}
.select-custom__popup-title {
  display: block;
  word-break: normal;
}
.select-custom__popup--check .select-custom__popup-text:after {
  display: none;
}
.select-custom__subtext.active {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 12px;
  left: 0;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-18px);
          transform: translateY(-18px);
}
.select-custom--category {
  width: 100%;
}
@media only screen and (max-width: 590px) {
.select-custom--category .active {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 0;
}
.select-custom--category svg {
    color: #CCCCCC;
}
}
@media only screen and (max-width: 590px) {
.select-custom--category .select-custom__text .select-custom__title {
    display: none;
}
}
@media only screen and (max-width: 590px) {
.select-custom--category .select-custom__subtext.active {
    position: static;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
}
}
@media only screen and (max-width: 590px) {
.select-custom--category .select-custom__popup {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 16px;
    padding: 0;
    position: static;
}
}
@media only screen and (max-width: 590px) {
.select-custom--category .select-custom__popup-text {
    padding: 16px 0;
}
}
@media only screen and (max-width: 590px) {
.select-custom--category .select-custom__subtext {
    color: #272727;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.show-more {
  max-width: 280px;
}
.show-more__btn-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.show-more__count {
  padding-left: 5px;
}
.show-more__btn {
  min-width: 280px;
}
@media only screen and (max-width: 768px) {
.show-more__btn {
    min-width: 240px;
}
}
@media only screen and (max-width: 420px) {
.show-more__btn {
    min-width: 100%;
}
.show-more__btn .btn {
    width: 100%;
}
}
.show-more__line {
  background: #E0E0E0;
  height: 2px;
  overflow: hidden;
  position: relative;
  width: 240px;
}
.show-more__line-item {
  background: #272727;
  height: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0;
}
.show-more__watch {
  font-size: 14px;
  padding: 24px 0;
}
@media only screen and (max-width: 420px) {
.show-more__watch {
    padding: 20px 0;
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.catalog-items-schema.swiper {
  padding-right: 32px;
}
@media only screen and (max-width: 768px) {
.catalog-items-schema.swiper {
    padding-right: 16px;
}
}
.catalog-items-schema.swiper--none {
  padding-right: 0;
}
.catalog-items-schema.swiper .catalog-items-schema__item {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
.catalog-items-schema.swiper .catalog-items-schema__item {
    margin-top: 28px;
}
}
.catalog-items-schema.swiper .catalog-items-schema__result {
  -webkit-flex-wrap: unset;
      -ms-flex-wrap: unset;
          flex-wrap: unset;
  margin-left: 0;
  margin-right: 0;
}
.catalog-items-schema__result {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -16px;
  margin-right: -16px;
}
.catalog-items-schema__no-card {
  font-size: 18px;
  font-weight: 500;
  margin-top: 80px;
}
@media only screen and (max-width: 960px) {
.catalog-items-schema__no-card {
    margin-top: 56px;
}
}
@media only screen and (max-width: 590px) {
.catalog-items-schema__no-card {
    margin-top: 48px;
}
}
.catalog-items-schema__show-more {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
@media only screen and (max-width: 960px) {
.catalog-items-schema__show-more {
    margin-top: 56px;
}
}
@media only screen and (max-width: 590px) {
.catalog-items-schema__show-more {
    margin-top: 48px;
}
}
.catalog-items-schema__item {
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 56px;
  width: calc(33.3333% - 32px);
}
@media only screen and (max-width: 960px) {
.catalog-items-schema__item {
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 40px;
    width: calc(50% - 24px);
}
}
@media only screen and (max-width: 530px) {
.catalog-items-schema__item {
    margin-top: 32px;
    width: calc(100% - 24px);
}
}
.catalog-items-schema__item--third {
  width: calc(33.3333% - 32px);
}
@media only screen and (max-width: 960px) {
.catalog-items-schema__item--third {
    margin-top: 40px;
    width: calc(50% - 32px);
}
}
@media only screen and (max-width: 530px) {
.catalog-items-schema__item--third {
    margin-top: 32px;
    width: calc(100% - 32px);
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.filter-count {
  cursor: pointer;
  display: none;
  position: relative;
}
@media only screen and (max-width: 590px) {
.filter-count {
    display: block;
}
}
.filter-count__count {
  background: #272727;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 2px 5px;
  position: absolute;
  right: -9px;
  top: -2px;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
@media only screen and (max-width: 960px) {
.tabs-block {
    padding-left: 32px;
    width: 100%;
}
}
@media only screen and (max-width: 768px) {
.tabs-block {
    padding-left: 16px;
}
}
.tabs-block__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  margin-top: 0;
  padding-left: 0;
  padding-top: 1px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 960px) {
.tabs-block__box {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
}
.tabs-block__loader {
  display: none;
}
.tabs-block__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin-right: 12px;
  overflow: hidden;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
.tabs-block__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 1;
}
}
.tabs-block__item span,
.tabs-block__item a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #272727;
  border-width: 1px 0;
  color: #272727;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 14px;
  margin-right: 14px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (max-width: 960px) {
.tabs-block__item span,
  .tabs-block__item a {
    height: 40px;
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 12px;
    padding-right: 12px;
}
}
@media only screen and (max-width: 530px) {
.tabs-block__item span,
  .tabs-block__item a {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
}
}
.tabs-block__item span i,
.tabs-block__item a i {
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  margin-left: 8px;
  margin-top: -8px;
}
.tabs-block__item span:before, .tabs-block__item span:after,
.tabs-block__item a:before,
.tabs-block__item a:after {
  border: 1px solid #272727;
  content: "";
  height: 27px;
  position: absolute;
  -webkit-transform: rotate(45deg) skew(15deg, 15deg);
          transform: rotate(45deg) skew(15deg, 15deg);
  width: 27px;
  z-index: -1;
}
.tabs-block__item span:before,
.tabs-block__item a:before {
  border-width: 0 0 1px 1px;
  left: -13px;
  top: 9px;
}
@media only screen and (max-width: 960px) {
.tabs-block__item span:before,
  .tabs-block__item a:before {
    height: 21px;
    left: -11px;
    top: 8px;
    width: 21px;
}
}
.tabs-block__item span:after,
.tabs-block__item a:after {
  border-width: 1px 1px 0 0;
  right: -13px;
  top: 9px;
}
@media only screen and (max-width: 960px) {
.tabs-block__item span:after,
  .tabs-block__item a:after {
    height: 21px;
    right: -11px;
    top: 8px;
    width: 21px;
}
}
.tabs-block__item--count span,
.tabs-block__item--count a {
  padding-right: 12px;
}
@media only screen and (max-width: 960px) {
.tabs-block__item--count span,
  .tabs-block__item--count a {
    padding-right: 8px;
}
}
.tabs-block__text {
  font-style: normal;
  font-weight: 400;
  opacity: 1;
}
@media only screen and (min-width: 769px) {
.tabs-block__item:hover span,
  .tabs-block__item:hover a {
    border-color: #828282;
    color: #828282;
    -webkit-transition: 0s;
    transition: 0s;
}
.tabs-block__item:hover span:after,
  .tabs-block__item:hover a:after {
    border-color: #828282;
    -webkit-transition: 0s;
    transition: 0s;
}
.tabs-block__item:hover span:before,
  .tabs-block__item:hover a:before {
    border-color: #828282;
    -webkit-transition: 0s;
    transition: 0s;
}
}
.tabs-block__item:hover .loader {
  fill: #fff;
}
.tabs-block__item.loaded .tabs-block__loader {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
}
.tabs-block__item.loaded .tabs-block__text {
  opacity: 0;
}
.tabs-block__item.active .loader {
  fill: #fff;
}
.tabs-block__item.active span,
.tabs-block__item.active a {
  background: #272727;
  color: #fff;
}
.tabs-block__item.active span:after,
.tabs-block__item.active a:after {
  background: #272727;
}
.tabs-block__item.active span:before,
.tabs-block__item.active a:before {
  background: #272727;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.three-d-models h2 {
  font-size: 64px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}
@media only screen and (max-width: 960px) {
.three-d-models h2 {
    font-size: 24px;
    line-height: 150%;
}
}
@media only screen and (max-width: 670px) {
.three-d-models h2 {
    font-size: 20px;
    text-align: left;
}
}
@media only screen and (max-width: 768px) {
.three-d-models__catalog-items .catalog-items-schema__result {
    margin-left: -12px;
    margin-right: -12px;
    width: calc(100% + 24px);
}
}
@media only screen and (max-width: 530px) {
.three-d-models__catalog-items .catalog-items-schema__result {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
}
.three-d-models__catalog-items .catalog-items-schema__item {
  margin-top: 64px;
  width: calc(33.3333% - 32px);
}
@media only screen and (max-width: 1170px) {
.three-d-models__catalog-items .catalog-items-schema__item {
    margin-top: 56px;
    width: calc(50% - 32px);
}
}
@media only screen and (max-width: 960px) {
.three-d-models__catalog-items .catalog-items-schema__item {
    width: calc(50% - 24px);
}
}
@media only screen and (max-width: 530px) {
.three-d-models__catalog-items .catalog-items-schema__item {
    margin-left: 0;
    margin-right: 0;
    margin-top: 48px;
    width: 100%;
}
}
.three-d-models__box {
  margin: 0 auto;
  max-width: 1664px;
  width: 100%;
}
.three-d-models__modal-title {
  color: #828282;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 16px;
  text-align: center;
}
.three-d-models__tabs {
  margin-bottom: 16px;
  padding-left: 0;
  width: calc(100% + 16px);
}
.three-d-models__tabs .tabs-block__box {
  margin-bottom: 0;
}
.three-d-models__modal-checkBox {
  border-bottom: 1px solid #F2F2F2;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
}
.three-d-models__modal-checkBox .form-group-checkbox__label {
  font-size: 16px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 0;
}
.three-d-models__modal-checkBox .form-group-checkbox__content {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.three-d-models__modal-footer-one {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 12px 0;
  width: calc(100% + 16px);
}
.three-d-models__modal-reset {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-right: 16px;
  padding: 8px 0;
  width: 107px;
}
.three-d-models__modal-swiper {
  width: calc(100% - 123px);
}
.three-d-models__modal-swiper-slide {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 150%;
  padding: 8px 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.three-d-models__modal-close {
  height: 18px;
  margin-left: 12px;
  width: 18px;
}
.three-d-models__modal-footer-two {
  margin-bottom: -16px;
  margin-left: -16px;
  margin-right: -16px;
}
.three-d-models__modal-footer-two .btn {
  width: 100%;
}
@media only screen and (max-width: 670px) {
.three-d-models__title {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
}
.three-d-models__filters {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  max-width: 1057px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 1365px) {
.three-d-models__filters {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -16px;
    margin-right: -16px;
    max-width: 960px;
    width: calc(100% + 32px);
}
}
@media only screen and (max-width: 960px) {
.three-d-models__filters {
    margin-left: -12px;
    margin-right: -12px;
    width: calc(100% + 24px);
}
}
@media only screen and (max-width: 590px) {
.three-d-models__filters {
    display: none;
}
}
.three-d-models__filter {
  margin-top: 32px;
  padding-left: 16px;
  padding-right: 16px;
  width: 330px;
}
@media only screen and (max-width: 1365px) {
.three-d-models__filter {
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 0;
    padding-right: 0;
    width: calc(33.3333% - 32px);
}
}
@media only screen and (max-width: 960px) {
.three-d-models__filter {
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 24px;
    width: calc(33.3333% - 24px);
}
}
@media only screen and (max-width: 670px) {
.three-d-models__filter {
    width: calc(50% - 24px);
}
}
.three-d-models__reset {
  bottom: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding: 14px 28px;
  position: absolute;
  right: -179px;
}
@media only screen and (max-width: 1365px) {
.three-d-models__reset {
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 32px;
    padding: 0;
    position: static;
    width: calc(100% - 32px);
}
}
@media only screen and (max-width: 960px) {
.three-d-models__reset {
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 24px;
    width: calc(100% - 24px);
}
}
.three-d-models__modal-content {
  margin-left: -10px;
  margin-right: -10px;
  overflow-y: scroll;
  padding-left: 10px;
  padding-right: 10px;
  width: calc(100% + 20px);
}
.three-d-models__modal-close {
  cursor: pointer;
}
