

/* Start:/local/templates/.default/components/bitrix/catalog/new_catalog_def/style.css?16886371933700*/
.ubuntu-font * {
  font-family: 'Ubuntu', sans-serif;
}
.new-catalog-bighead {
  min-height: 110px;
}
.filter-bg-color {
  background: #F4F6F7;
    border: 1px solid #E8EBEC;
}
.big-borger-line {
  border-bottom:2px solid #C4C4C4;
}
.new-catalog-all-elems {
    margin: auto;
    font-size: 24px;
    color: #8B969D;
    font-weight: bold;
}
.new-catalog-all-elems span {
  color: #495055;
  white-space: nowrap;
}
.new-catalog-head {
  justify-content: space-between;
}
.new-catalog-header {
  display: block;
  margin: auto 0;
}
.new-catalog-header h1 {
  margin: 0;
  font-size: 36px;
  color: #000;
  padding: 15px 0;
}
.new-catalog-sort-block {
  display: block;
  position: relative;
  border: 2px solid #999999;
  border-radius: 5px;
  white-space: nowrap;
  margin: auto 0;
}
.new-catalog-sort-active,
a.new-catalog-sort-element {
  font-size: 14px;
  display: block;
  padding: 15px 80px 15px 50px;
  position: relative;
  color: #000;
  text-decoration: none;
}
a.new-catalog-sort-element:hover {
  background-color: #ECECEC;
  color: #000;
  text-decoration: none;
}
.new-catalog-sort-list {
  position: absolute;
  display: none;
  top: calc(100% + 3px);
  left: 0;
  z-index: 2;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  width: 100%;
}
.new-catalog-sort-block.opened .new-catalog-sort-list {
  display: block;
}

.new-catalog-sort-active[data-nav="ASC"]::before,
a.new-catalog-sort-element[data-nav="ASC"]::before,
.new-catalog-sort-active[data-nav="DESC"]::before,
a.new-catalog-sort-element[data-nav="DESC"]::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  background-position: center;
  background-size: cover;
}
.new-catalog-sort-active[data-nav="ASC"]::before,
a.new-catalog-sort-element[data-nav="ASC"]::before {
  background-image: url('/upload/new_cat/asc.svg');
}
.new-catalog-sort-active[data-nav="DESC"]::before,
a.new-catalog-sort-element[data-nav="DESC"]::before {
  background-image: url('/upload/new_cat/desc.svg');
}
.new-catalog-sort-active::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-position: center;
  background-size: cover;
  background-image: url('/upload/new_cat/arrows.svg');
}
.new-catalog-filterbutton {
  display: none;
}
@media (max-width: 991px) {
  .new-catalog-header {
    width: 100%;
    margin-top: 20px;
  }
  .new-catalog-header h1 {
    font-size: 34px;
  }
  .new-catalog-head {
    flex-wrap: wrap;
  }
  .new-catalog-sort-block {
    margin-bottom: 20px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .new-catalog-header h1 {
    font-size: 24px;
  }
  .new-catalog-filterbutton {
    display: block;
    padding: 10px 10px 10px 54px;
    color: #fff;
    background-color: #005EC5;
    border-radius: 5px;
    font-size: 14px;
    width: 49%;
    margin-right: 1%;
    margin-bottom: 20px;
    border: 2px solid #005EC5;
    position: relative;
  }
  .new-catalog-filterbutton::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: cover;
    background-image: url('/local/templates/.default/components/bitrix/catalog/new_catalog_def/imgs/filter.svg');
    transform: translateY(-50%);
  }
  .new-catalog-sort-block {
    width: 49%;
    margin-left: 1%;
  }
  .new-catalog-sort-active, a.new-catalog-sort-element {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .new-catalog-sort-list a.new-catalog-sort-element:nth-child(even) {
    background-color: #ECECEC;
  }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/new_catalog_def/bitrix/catalog.element/.default/style.css?16886371939856*/
.new-catalog-detail *{
  font-family: 'Ubuntu', sans-serif;
}
.bordered-bottom-md {
  border-bottom: 1px solid #C4C4C4;
}
.element-header {
   padding: 40px 0 30px 0;
   display: flex;
}
.element-header-name {
  margin-left: 50px;
  margin-top: auto;
  margin-bottom: auto;
}
.element-header-name h1 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 36px;
  color: #000;
}

a.back-button {
  display: flex;
  padding: 10px 20px;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #C4C4C4;
  text-transform: uppercase;
  margin: auto 0;
  text-decoration: none;
  background-color: #fff;
  transition: all linear .1s;
}
a.back-button .back-button-arrow {
  background-image: url('/bitrix/templates/new_mtk/assets/imgs/catal/back.svg');
  width: 18px;
  height: 18px;
  background-position: center;
  background-size: cover;
  margin: auto 0;
  margin-right: 20px;
  transition: all linear .1s;
}
a.back-button:hover {
  color: #000;
  text-decoration: none;
  border-color: #000;
}
a.back-button:hover .back-button-arrow {
  filter: brightness(0);
}
.element-images-block {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.element-img {
  margin-bottom: 15px;
  display: block;
}
.element-info-row {
  width: 100%;
  padding: 30px 15px 30px 15px;
  display: flex;
  background-color: #F4F6F7;
  justify-content: space-between;
  border-bottom: 1px solid #C4C4C4;
  position: relative;
}

.element-info-price {
  white-space: nowrap;
  font-size: 36px;
  color: #8B969D;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
}
.element-info-buy {
  color: #FFFFFF;
  background: #005EC5;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  padding: 20px 16px 20px 70px;
  width: fit-content;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: auto;
  transition: all linear .1s;
  margin-bottom: auto;
}
.element-info-buy:hover {
  background-color: #0F4588;
}
.element-info-buy::before {
  content: '';
  position: absolute;
  background-image: url('/bitrix/templates/new_mtk/assets/imgs/catal/store.svg');
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 25px;
  height: 25px;
  background-position: center;
  background-size: cover;
  filter: brightness(0) invert(1);
}
.element-info-countblock {
  white-space: nowrap;
  margin-left: 5px;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
}
.element-info-count {
  padding: 5px 50px 15px 0px;
  color: #8B969D;
  font-size: 14px;
  position: relative;
}
.element-info-count span {
  color: #000;
  padding-left: 2px;
}
.element-info-count > div {
  position: relative;
}
.element-info-count .new-catalog-elem-status {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 5px);
}
.element-info-count .new-catalog-elem-status > div {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  display: inline-block;
  border-radius: 50%;
}
.element-info-count .new-catalog-elem-status.new-catalog-many {
  left: calc(100% + 1px);
}
.element-info-count .new-catalog-elem-status.new-catalog-many > div {
  background-color: #47AE45;
  margin-left: 2px;
}
.element-info-count .new-catalog-elem-status.new-catalog-little > div {
  background-color: #FFA800;
}
.element-info-count .new-catalog-elem-status.new-catalog-zakaz > div {
  background-color: #969696;
}
.element-info-print > a {
  padding: 7px;
  font-size: 14px;
  color: #8B969D;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  text-decoration: none;
  box-sizing: border-box;
  display: block;
  width: fit-content;
}
.element-info-print > a:hover {
  color: #000;
  border-color: #000;
  text-decoration: none;
}

.element-info-zakaz {
  color: #FFFFFF;
  background: #005EC5;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  padding: 20px 16px 20px 70px;
  width: fit-content;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
  transition: all linear .1s;
}

.element-info-zakaz:hover {
    background-color: #0F4588;
}
.element-info-zakaz::before {
  content: '';
  position: absolute;
  background-image: url('/bitrix/templates/new_mtk/assets/imgs/catal/box.svg');
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 25px;
  height: 25px;
  background-position: center;
  background-size: cover;
  filter: brightness(0) invert(1);
}

@media (max-width: 1199px) {
  .element-info-price {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .element-info-row {
    flex-wrap: wrap;
  }
  .element-info-countblock {
    width: 100%;
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
    margin-left: 10px;
  }
  .element-info-row {
    padding: 20px 10px;
  }
}

@media (max-width: 768px) {
  .element-images-block .element-img {
    display: none;
  }
  .element-images-block .element-img:first-child {
    display: block;
  }
  .container-fluid.no-pad-on-md {
    padding: 0;
  }
  .container-fluid.no-pad-on-md > .container {
    max-width: 100%;
    padding: 0;
  }
  .container-fluid.no-pad-on-md > .container .row {
    margin-right: 0;
    margin-left: 0;
  }
  .container-fluid.no-pad-on-md > .container .row > .nopad-col {
    padding: 0!important;
  }
  a.back-button {
    padding: 10px;
  }
  .back-button-text {
    display: none;
  }
  a.back-button .back-button-arrow {
    margin: 0;
  }
  .element-header-name h1 {
    font-size: 24px;
  }
  .element-header {
    padding-top: 38px;
  }
  .element-header-name {
    margin-left: 15px;
  }
  .bordered-bottom-md {
    border: none;
  }
  .element-info-price {
    font-size: 22px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
  }
  .element-info-buy {
    margin-left: 0;
    margin-right: 0;
  }
  .element-info-countblock {
    display: block;
    width: fit-content;
    margin: 0;
    position: absolute;
    bottom: 30px;
  }

  .element-info-print {
    display: none;
  }

  .element-info-count {
    padding-bottom: 0;
    font-size: 13px;
  }
  .element-info-count .new-catalog-elem-status > div {
    width: 8px;
    height: 8px;
    margin-left: 4px;
  }
  .element-info-row {
    flex-wrap: nowrap;
  }
  .element-info-zakaz {
    margin-left: auto;
  }
}

@media (max-width: 330px) {
  .element-info-buy {
    padding: 20px 16px 20px 50px;
    font-size: 15px;
  }
  .element-info-buy::before {
    left: 20px;
    width: 20px;
    height: 20px;
  }
  .element-info-zakaz {
    padding: 20px 16px 20px 50px;
    font-size: 15px;
    margin-right: 0;
  }
  .element-info-zakaz::before {
    left: 20px;
    width: 20px;
    height: 20px;
  }
  .element-info-count .new-catalog-elem-status.new-catalog-many > div {
    margin-left: 2px;
  }
}
.element-attr-row {

}
.element-attr {
  width: 100%;
  display: flex;
  padding: 15px 30px;
  min-height: 50px;
  background-color: #F4F6F7;
}
.element-attr-row > .element-attr:nth-child(even) {
  background-color: #FFFFFF;
}

.element-attr-name {
  width: 60%;
  font-size: 16px;
  color: #8B969D;
  margin: auto 0;
}
.element-attr-val {
  width: 40%;
  font-size: 16px;
  color: #000000;
  padding-left: 15px;
  margin: auto 0;
}
.element-seo-row {
  padding: 40px 70px 30px 30px;
  background-color: #F4F6F7;
  border-top: 1px solid #C4C4C4;
}
.element-seo-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 40px;
}
.element-seo-wrapper-href {
  display: block;
  color: #8B969D;
  padding: 7px 10px;
  font-size: 14px;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  border-radius: 5px;
  transition: all linear .1s;
  margin: auto 0;
  width: fit-content;
  white-space: nowrap;
}
.element-seo-wrapper-href:hover {
  text-decoration: none;
  color: #000;
  border-color: #000;
}
.element-seo-wrapper-text {
  font-weight: 500;
  font-size: 19px;
  color: #000000;
  margin: auto 0;
  max-width: 60%;
}
.element-seo-wrapper-text  a {
  white-space: nowrap;
  color: #000000;
  text-decoration: none;
}
.element-seo-wrapper-text  a:hover {
  color: #000000;
  text-decoration: underline;
}
.element-seo-seotext {
  font-size: 14px;
  color: #8B969D;
}
@media (max-width: 991px) {
  .element-seo-row  {
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  /* .element-attr-name,
  .element-attr-val {
    width: 50%;
  } */
  .element-seo-wrapper {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .element-seo-wrapper-href {
    text-align: center;
    width: 100%;
  }
  .element-seo-wrapper-text {
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 19px;
    margin-top: 20px;
  }
  .element-seo-row {
    padding-top: 20px;
    padding-left: 27px;
    padding-right: 27px;
  }
}

@media (min-width: 769px) {
  .p-rel {
    position: relative;
  }
  .element-images-block {
    overflow-y: scroll;
    max-height: 100%;
  }
  .element-images-block::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #F1F1F1;
  }
  .element-images-block::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
  }
  .element-images-block-big {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
  }
}

.element-images-block-big {
  width: 100%;
}
.element-info-zakaz.mtk-buy-btn-active {
  background-color: darkgrey;
}
.element-info-zakaz.mtk-buy-btn-active:hover {
  background-color: #8a8989;
}
.element-info-buy.mtk-buy-btn-active {
  background-color: darkgrey;
}
.element-info-buy.mtk-buy-btn-active:hover {
  background-color: #8a8989;
}

/* End */
/* /local/templates/.default/components/bitrix/catalog/new_catalog_def/style.css?16886371933700 */
/* /local/templates/.default/components/bitrix/catalog/new_catalog_def/bitrix/catalog.element/.default/style.css?16886371939856 */
