

/* Start:/local/templates/alt/components/bitrix/breadcrumb/nav/style.css?1757426440227*/
ul.breadcrumb-navigation
{
	padding:0; margin:0;
	padding-top:4px;
	list-style:none;
}

ul.breadcrumb-navigation li
{
	display:inline;
}

ul.breadcrumb-navigation a
{
	
}

ul.breadcrumb-navigation span
{
	
}
/* End */


/* Start:/css/style-razdel.css?175742620622890*/
/**
* letter-spacing
*/
/**
* sprite
*/
/**
* breakpoints custom
*/
/**
* breakpoints custom
*/
/**
* clearfix
*/
/**
* verticatfix
*/
/**
* list_jst
*/
/**
* hold-center
*/
/**
* core-justify
*/
/**
* placeholder
*/
/**
* placeholder
*/
/**
* triangle
*/
.filtr-wrap {
  position: relative; }
  @media screen and (max-width: 999px) {
    .filtr-wrap {
      z-index: 7;
      margin-left: -100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1000;
      height: 100%;
      overflow-y: scroll;
      transition: margin .2s;
      width: 100%; }
      .filtr-wrap.active {
        margin-left: 0px; } }

.fitr-box {
  padding: 15px 40px 5px 40px;
  /*border-top: 1px solid #353535;*/ }
  @media screen and (max-width: 999px) {
    .fitr-box {
      padding: 0 0 70px 0; } }
  .fitr-box .col-7 .h4 {
    /*font-family: Arial;*/ }

.fitr-box_bb {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 999px) {
    .fitr-box_bb {
      width: 100%; } }
  .fitr-box_bb .mob-subfiltr-title {
    display: none;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 15px;
    box-sizing: border-box;
    background: #3a3a3a;
    width: 100%;
    color: #ffffff;
    cursor: pointer; }
    .fitr-box_bb .mob-subfiltr-title span {
      font-size: 17px;
      font-weight: 600;
      margin: auto; }
    .fitr-box_bb .mob-subfiltr-title svg {
      position: absolute;
      top: 15px;
      left: 15px;
      fill: #ffffff;
      width: 15px;
      height: 15px; }
    @media screen and (max-width: 999px) {
      .fitr-box_bb .mob-subfiltr-title {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  .fitr-box_bb .mob-filtr-title {
    display: none;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 15px;
    background: #3a3a3a;
    width: 100%;
    color: #ffffff; }
    .fitr-box_bb .mob-filtr-title input {
      color: #a2a1a1;
      font-size: 13px; }
    .fitr-box_bb .mob-filtr-title span {
      font-size: 17px;
      font-weight: 600;
      margin-right: 15px; }
    .fitr-box_bb .mob-filtr-title svg {
      margin-left: auto;
      fill: #ffffff;
      width: 15px;
      height: 15px; }
    .fitr-box_bb .mob-filtr-title.active {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    @media screen and (max-width: 999px) {
      .fitr-box_bb .mob-filtr-title {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  .fitr-box_bb .filter-container {
    width: 100%; }
    @media screen and (max-width: 999px) {
      .fitr-box_bb .filter-container {
        width: 100%;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3; } }
  .fitr-box_bb .price-type-container {
    width: 100%;
    margin-bottom: 10px;
    border-top: solid 1px #e2e2e2;
    padding-top: 15px;
    margin-top: 5px; }
    @media screen and (max-width: 999px) {
      .fitr-box_bb .price-type-container {
        width: 100%;
        margin-bottom: 0;
        margin-top: 0;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        padding: 20px 15px 10px 15px;
        border-top: none; }
        .fitr-box_bb .price-type-container .f-label .rf-label {
          color: #1c1c1c;
          font-size: 14px; } }
  .fitr-box_bb .ucenka-link {
    text-decoration: none;
    border-bottom: 1px dotted;
    padding: 5px 12px;
    border: 1px solid #f5a200;
    border-radius: 7px;
    background: #f5a200;
    color: #fff; }
    .fitr-box_bb .ucenka-link:hover {
      background: #fff;
      color: #f5a200; }

@media screen and (max-width: 999px) {
  .m-filter__box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 2; }
    .m-filter__box .chec-body {
      padding: 15px 15px 40px 15px; } }

.js-open-filter {
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
  border-bottom: 1px solid #353535;
  font-size: 1.73333rem; }
  .js-open-filter:after {
    display: inline-block;
    content: '';
    vertical-align: middle;
    background-image: url("/css/../images/sprites.png");
    background-repeat: no-repeat;
    background-position: -271px -262px;
    width: 22px;
    height: 13px;
    margin-left: 6px; }
  .js-open-filter.filter-open {
    border-bottom-color: transparent; }
    .js-open-filter.filter-open:after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  @media screen and (max-width: 420px) {
    .js-open-filter {
      font-size: 1.36364rem; }
      .js-open-filter:after {
        background-image: url("/css/../images/sprites.png");
        background-repeat: no-repeat;
        background-position: -392px -259px;
        width: 9px;
        height: 5px; } }

.all-link {
  text-decoration: none;
  color: #a2a1a1; }
  .all-link:after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    content: '';
    background-image: url("/css/../images/sprites.png");
    background-repeat: no-repeat;
    background-position: -406px -353px;
    width: 6px;
    height: 10px; }
  .all-link:hover {
    color: #a2a1a1;
    text-decoration: underline; }

.col-7 .h4 {
  font-size: 1em; }

@media screen and (min-width: 1000px) {
  .col-7 {
    position: relative;
    float: left;
    /*width: 14.2857%;*/
    vertical-align: top;
    box-sizing: border-box;
    margin-right: 35px;
    margin-bottom: 10px; }
    .col-7.price-type-block {
      margin-right: 0;
      float: right; }
    .col-7.col-7_big {
      width: 17.5844%; }
    .col-7.col-7_small {
      width: 10.987%; }
    .col-7 .h4 {
      /*font-family: Arial;*/
      font-weight: bold;
      cursor: pointer;
      font-size: 1em;
      /*min-height: 45px;*/ }
      .col-7 .h4.fwn {
        font-weight: normal; }
      .col-7 .h4:after {
        display: inline-block;
        vertical-align: middle;
        content: '';
        margin-left: -15px;
        background-image: url("/css/../images/sprites.png");
        background-repeat: no-repeat;
        background-position: -392px -235px;
        width: 9px;
        height: 5px; }
      .col-7 .h4.filter-open:after {
        display: inline-block;
        vertical-align: middle;
        content: '';
        margin-left: -15px;
        background-image: url("/css/../images/sprites.png");
        background-repeat: no-repeat;
        background-position: -406px -380px;
        width: 9px;
        height: 5px; } }

.col-7.lbl .h4:after {
  display: none; }

@media screen and (max-width: 1200px) {
  .col-7.lbl {
    display: none; }
    .col-7.lbl .h4:after {
      display: none; } }

@media screen and (max-width: 999px) {
  .col-7 .h4 {
    color: #1a1a1a;
    padding: 12px 20px;
    position: relative;
    border-bottom: solid 1px #e2e2e2;
    border-top: solid 1px #e2e2e2;
    font-size: 14px;
    margin-top: -1px; }
    .col-7 .h4:after {
      display: none;
      content: '';
      border: solid #fdb019;
      padding: 3px;
      margin: -3px 0 0 8px;
      border-width: 0 2px 2px 0;
      vertical-align: middle;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }
    .col-7 .h4.filter-open {
      color: #fdb019; }
      .col-7 .h4.filter-open:after {
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
        -webkit-transform: rotate(225deg); } }
  @media screen and (max-width: 999px) and (max-width: 420px) {
    .col-7 .h4 {
      font-size: 1.36364rem;
      padding-right: 40px; } }

.filtr-row {
  /*height: 40px;*/
  margin-bottom: 15px; }
  @media screen and (max-width: 999px) {
    .filtr-row {
      display: block;
      vertical-align: top; } }
  @media screen and (max-width: 750px) {
    .filtr-row {
      width: 48%; } }
  @media screen and (max-width: 420px) {
    .filtr-row {
      width: auto;
      display: block; } }
  .filtr-row.hidden {
    display: none !important; }

@media screen and (min-width: 1000px) {
  .chec-body {
    min-width: 155px;
    margin-bottom: 20px;
    /*position: relative;*/
    /*overflow: hidden;*/ }
    .chec-body.showed {
      overflow: visible;
      z-index: 3; }
    .chec-body .mCS_y_hidden {
      padding-right: 10px; } }

.chec-body .f-label {
  display: block;
  overflow: hidden; }

.chec-body .cf-ico, .chec-body .rf-ico {
  float: left; }

.chec-body .rf-label {
  display: block;
  margin-left: 28px; }

@media screen and (max-width: 750px) {
  .rf-label {
    font-size: 1.36364rem;
    padding-top: 2px; } }

@media screen and (min-width: 1000px) {
  .chec-list {
    /*position: absolute;*/
    height: 190px;
    box-sizing: border-box;
    max-height: none;
    /*top: 0;*/
    /*left: 0;*/
    /*
    .filtr-row:nth-child(5){
      margin-bottom: 80px;
    }*/ }
    .chec-list:before {
      display: none;
      content: '';
      position: absolute;
      left: -17px;
      top: -16px;
      right: 0;
      background: #f5f5f5;
      bottom: 0; }
    .showed .chec-list {
      max-height: 360px; }
      .showed .chec-list:before {
        display: block; }
      .showed .chec-list .filtr-row:nth-child(5) {
        margin-bottom: 0; } }

.selected-filters {
  font-size: 0; }

.selected-filter {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 20px 0;
  transition: all 0.3s;
  color: #fff;
  font-size: 1rem;
  /*font-family: $fA;*/
  font-family: 'Inter', sans-serif;
  background: #fdb019;
  border-radius: 4px;
  overflow: hidden; }
  .selected-filter:hover {
    background: #ffca29; }
  .selected-filter.cancel {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
    background: #fff;
    border: 1px solid #fff;
    color: #1c1c1c; }
    @media screen and (max-width: 650px) {
      .selected-filter.cancel {
        position: initial;
        margin-right: 20px; } }
    .selected-filter.cancel a {
      cursor: pointer;
      text-decoration: none; }
      .selected-filter.cancel a:hover {
        color: #fff;
        background: #fdb019; }
    .selected-filter.cancel .selected-filter__title {
      border-right: 0 none; }

.selected-filter__title {
  float: left;
  padding: 6px 18px;
  border-right: 1px solid #fff;
  cursor: default; }

.selected-filter__remove {
  float: right;
  height: 100%;
  width: 30px;
  height: 27px;
  cursor: pointer;
  text-align: center; }
  .selected-filter__remove:before, .selected-filter__remove:after {
    display: inline-block;
    content: '';
    vertical-align: middle; }
  .selected-filter__remove:before {
    height: 100%; }
  .selected-filter__remove:after {
    background-image: url("/css/../images/sprites.png");
    background-repeat: no-repeat;
    background-position: -406px -280px;
    width: 10px;
    height: 10px; }

.filtr-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none; }

.sect__name {
  margin-bottom: 60px; }

@media screen and (min-width: 1000px) {
  .wrap-sect-link {
    vertical-align: middle;
    display: inline-block;
    margin-right: 30px; } }

@media screen and (max-width: 999px) {
  .wrap-sect-link {
    text-align: center;
    margin-bottom: 30px; } }

.sect__name__link {
  color: #1c1c1c;
  font-weight: 600;
  font-size: 23px; }

@media screen and (min-width: 1000px) {
  .sect__countries {
    display: inline-block;
    vertical-align: middle; } }

.sect__countries .flag {
  margin-bottom: 0;
  margin-right: 6px; }

@media screen and (max-width: 999px) {
  .sect__countries {
    text-align: center;
    padding-top: 20px; }
    .sect__countries .flag {
      margin: 0 3px 10px; } }

.js-open-countries {
  /*font-family: $fA;*/
  font-family: 'Inter', sans-serif; }
  @media screen and (max-width: 999px) {
    .js-open-countries {
      font-size: 1.69231rem; }
      .js-open-countries:after {
        display: inline-block;
        content: '';
        vertical-align: middle;
        margin-left: 6px;
        background-image: url("/css/../images/sprites.png");
        background-repeat: no-repeat;
        background-position: -271px -262px;
        width: 22px;
        height: 13px; }
      .js-open-countries.country-open:after {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); } }
  @media screen and (max-width: 420px) {
    .js-open-countries {
      font-size: 1.36364rem; }
      .js-open-countries:after {
        background-image: url("/css/../images/sprites.png");
        background-repeat: no-repeat;
        background-position: -392px -259px;
        width: 9px;
        height: 5px; } }

.clear-gray-link {
  position: absolute;
  top: 22px;
  right: 40px;
  font-size: 15px;
  text-decoration: none;
  color: #a2a1a1; }
  @media screen and (min-width: 1000px) {
    .clear-gray-link {
      /*float: right;*/ } }
  .clear-gray-link:hover {
    color: #fdb019; }

.page-desc {
  line-height: 1.8;
  /*font-family: $fA;*/
  font-family: 'Inter', sans-serif;
  max-width: 770px; }
  .page-desc .h4 {
    margin-bottom: 40px; }

.clear-form-box {
  padding-bottom: 20px; }

.top-panel {
  margin-bottom: 35px; }
  @media screen and (max-width: 650px) {
    .top-panel .flr {
      float: left; } }
  .top-panel .show-more {
    display: none; }
  .top-panel .navigate {
    margin-top: 20px; }

.bottom-panel {
  position: relative;
  min-height: 34px;
  text-align: center;
  /*background: #fff;
    padding: 30px;
    border-top: 3px solid #fdb019;*/ }
  @media screen and (max-width: 420px) {
    .bottom-panel {
      padding: 10px; } }
  .bottom-panel .show-more {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    /*height: 34px;*/
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    background: #fdb019;
    padding: 10px 30px;
    border-radius: 20px;
    line-height: 20px; }
    .bottom-panel .show-more span {
      font-size: 1.5em;
      margin-right: 10px;
      font-family: Geneva;
      margin-top: -5px; }
    .bottom-panel .show-more svg {
      width: 20px;
      height: 20px;
      margin-right: 15px; }
    .bottom-panel .show-more:hover {
      background: #ffca29; }
    @media screen and (max-width: 1100px) {
      .bottom-panel .show-more {
        margin-bottom: 15px; } }
  .bottom-panel .flr {
    float: none;
    position: absolute;
    top: 4px;
    right: 0; }
    @media screen and (max-width: 1100px) {
      .bottom-panel .flr {
        position: initial; }
        .bottom-panel .flr .pagination {
          display: inline-block; } }

.sort-box {
  /*font-family: $fA;*/
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  padding-top: 20px; }
  @media screen and (max-width: 650px) {
    .sort-box {
      margin-bottom: 30px; }
      .sort-box.fll {
        float: none; } }
  .sort-box.active .sort-el {
    z-index: 7; }
  .sort-box.active .sort-overlay {
    display: block; }

.sort-title, .sort-el {
  vertical-align: middle;
  display: inline-block; }

.sort-title {
  margin-right: 10px;
  font-weight: bold; }
  @media screen and (max-width: 999px) {
    .sort-title {
      margin: 5px; } }

.sort-el {
  position: relative; }

.sort-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 18px;
  width: calc(100% - 50px);
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #c3c3c3;
  z-index: 1;
  /*white-space: nowrap;*/
  padding: 5px 0; }
  @media screen and (max-width: 999px) {
    .sort-list {
      top: calc(100% - 5px);
      left: 17px;
      width: calc(100% - 30px); } }

.sort-list__item {
  padding: 6px 10px;
  cursor: pointer; }
  .sort-list__item:hover, .sort-list__item.active {
    background: #f5f5f5; }
  .sort-list__item.active {
    cursor: default; }

.sort-prop {
  cursor: pointer;
  padding: 12px 20px 12px 30px;
  background: #ffffff;
  border-radius: 20px;
  margin-right: 15px; }
  .sort-prop:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin-left: 18px;
    background-image: url("/css/../images/sprites.png");
    background-repeat: no-repeat;
    background-position: -406px -267px;
    width: 13px;
    height: 8px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  @media screen and (max-width: 999px) {
    .sort-prop {
      padding: 6px 12px;
      border-radius: 14px;
      margin: 5px; } }

.sort-overlay {
  position: fixed;
  z-index: 6;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none; }

.smf .tags {
  position: relative;
  margin-top: 25px;
  padding-right: 155px;
  /*
        @include breakpointmedia($m, max-width){
            display: none;
        }*/ }
  .smf .tags.new-tag-block {
    padding-right: 0; }
    @media screen and (max-width: 999px) {
      .smf .tags.new-tag-block {
        padding: 0 15px; } }
  @media screen and (max-width: 650px) {
    .smf .tags {
      padding-right: 0;
      margin-top: 15px; } }
  .smf .tags.minh {
    min-height: 47px; }
    @media screen and (max-width: 999px) {
      .smf .tags.minh {
        display: none; } }

.smf .apply-filter {
  color: #fff;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  background: #fdb019;
  border-radius: 4px;
  padding: 6px;
  border: 0 none;
  transition: all 0.3s;
  cursor: pointer; }
  .smf .apply-filter:hover {
    background: #ffca29; }
  .smf .apply-filter.disabled {
    background: #dbdbdb;
    cursor: default; }
  .smf .apply-filter.sub-close {
    display: none; }

.smf .cancel-filter {
  color: #000000;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  background: #d6d6d6;
  border-radius: 4px;
  padding: 6px;
  border: 0 none;
  transition: all 0.3s;
  cursor: pointer;
  margin-right: 25px; }
  .smf .cancel-filter:hover {
    background: #ededed; }

@media screen and (max-width: 999px) {
  .smf .m-filter__box .apply-filter {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px;
    border-radius: 0;
    font-size: 15px;
    font-weight: bold; }
    .smf .m-filter__box .apply-filter.sub-close {
      display: block; }
    .smf .m-filter__box .apply-filter.desk {
      display: none; } }

.product-popup {
  opacity: 0;
  position: absolute;
  top: -10000px;
  left: 50%;
  margin-left: -450px;
  width: 900px;
  background: #fff;
  border: 2px solid #fdb019;
  min-height: 565px;
  z-index: 1000; }
  .product-popup .icons-stock-status {
    display: block; }
    .product-popup .icons-stock-status .stock-status {
      margin-top: 7px; }
  .product-popup .product-popup-in {
    padding: 50px 80px; }
  .product-popup .popup-close {
    position: absolute;
    top: 20px;
    right: 15px; }
  .product-popup .arrows .arrow {
    position: absolute;
    top: 50%;
    margin-top: -29px;
    cursor: pointer; }
  .product-popup .arrows .left {
    left: -60px;
    width: 31px;
    height: 58px;
    background-image: url("/css/../images/sprites.png");
    background-repeat: no-repeat;
    background-position: -36px -221px;
    width: 31px;
    height: 58px; }
    .product-popup .arrows .left:hover {
      background-image: url("/css/../images/sprites.png");
      background-repeat: no-repeat;
      background-position: -72px -221px;
      width: 31px;
      height: 58px; }
  .product-popup .arrows .right {
    right: -60px;
    width: 31px;
    height: 58px;
    background-image: url("/css/../images/sprites.png");
    background-repeat: no-repeat;
    background-position: -255px -104px;
    width: 31px;
    height: 58px; }
    .product-popup .arrows .right:hover {
      background-image: url("/css/../images/sprites.png");
      background-repeat: no-repeat;
      background-position: 0px -221px;
      width: 31px;
      height: 58px; }
  .product-popup .gallery {
    position: relative;
    width: 420px;
    float: left;
    margin-right: 45px; }
    .product-popup .gallery .pb-slide-box {
      position: relative; }
    .product-popup .gallery .pb-hor {
      width: 370px;
      margin: 30px auto 0 auto; }
  .product-popup .info {
    width: 275px;
    float: left; }
    .product-popup .info .title {
      font-size: 1.2em;
      line-height: 1.2em; }
    .product-popup .info .price {
      margin-top: 30px; }
      .product-popup .info .price .main-price {
        float: left;
        /*font-family: Arial;*/ }
        .product-popup .info .price .main-price .rf-bold {
          display: block;
          font-size: 1.2em; }
        .product-popup .info .price .main-price .izm {
          display: block;
          font-size: 0.7em;
          margin-top: 3px; }
      .product-popup .info .price .old-price {
        /*font-family: Arial;*/
        float: left;
        font-size: 1.4em;
        text-decoration: line-through;
        margin-left: 10px;
        color: #c3c3c3; }
      .product-popup .info .price .promo-icon {
        float: left;
        position: initial;
        margin-left: 15px; }
        .product-popup .info .price .promo-icon .icon {
          font-size: 0.8em; }
    .product-popup .info .hars {
      margin-top: 30px; }
      .product-popup .info .hars .har {
        margin-bottom: 10px; }
        .product-popup .info .hars .har:last-child {
          margin-bottom: 0; }
        .product-popup .info .hars .har span {
          color: #a2a1a1; }
    .product-popup .info .icons {
      margin-top: 30px; }
    .product-popup .info .title a:after {
      content: '';
      border: solid black;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 2px;
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      margin-top: 9px;
      vertical-align: top; }
    .product-popup .info .title a span {
      border-bottom: 1px solid;
      margin-right: 4px; }
    .product-popup .info a {
      color: #1c1c1c;
      /*font-family: Arial;*/
      text-decoration: none; }
      .product-popup .info a:hover {
        color: #fdb019; }
    .product-popup .info .readmore {
      margin-top: 30px; }
      .product-popup .info .readmore a {
        color: #a2a1a1; }
        .product-popup .info .readmore a:hover {
          color: #fdb019; }
        .product-popup .info .readmore a span {
          border-bottom: 1px solid; }
  .product-popup .collection__labels .coll-label {
    margin-bottom: 0; }

/* End */


/* Start:/css/style-homepage.css?175742620522112*/
/**
* letter-spacing
*/
/**
* sprite
*/
/**
* breakpoints custom
*/
/**
* breakpoints custom
*/
/**
* clearfix
*/
/**
* verticatfix
*/
/**
* list_jst
*/
/**
* hold-center
*/
/**
* core-justify
*/
/**
* placeholder
*/
/**
* placeholder
*/
/**
* triangle
*/
.box_big {
  background: #fff; }
  @media screen and (min-width: 1000px) {
    .box_big {
      width: 73.8%; } }
  @media screen and (max-width: 999px) {
    .box_big {
      float: none;
      margin-bottom: 74px; } }

.box_small {
  background: #fff;
  border: 0 none !important; }
  @media screen and (min-width: 1000px) {
    .box_small {
      margin-left: calc( 73.8% + 0px); } }

.h-half.new {
  padding: 25px;
  /*font-family: Arial;*/ }
  .h-half.new:before {
    display: none; }
  .h-half.new .dib-lost {
    width: 100%; }
    .h-half.new .dib-lost li {
      margin: 0; }
      .h-half.new .dib-lost li .g-link {
        text-decoration: none; }
  .h-half.new .decor-but {
    float: right;
    font-size: 9px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 7px 15px 5px 15px;
    border-radius: 12px;
    display: block;
    margin-top: 15px; }
  @media screen and (max-width: 999px) {
    .h-half.new .t-head,
    .h-half.new .hf-box {
      font-size: 18px;
      margin: 20px 0; } }
  @media screen and (max-width: 650px) {
    .h-half.new {
      margin: 0; } }

.h-half {
  border: 1px solid #e2e2e2;
  border-left: 0 none;
  box-sizing: border-box;
  padding: 10px 5% 10px 10%; }
  .h-half:first-child {
    border-bottom: 0 none; }
  @media screen and (max-width: 1200px) {
    .h-half {
      padding: 10px 3.5% 10px 6%; } }
  .h-half:before {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: ''; }
  @media screen and (min-width: 1000px) {
    .h-half {
      position: absolute;
      height: calc( 50% - 0px);
      width: 100%;
      left: 0; }
      .h-half:first-child {
        top: 0; }
      .h-half:last-child {
        bottom: 0; } }
  @media screen and (max-width: 999px) {
    .h-half {
      width: calc( 50% - 23px);
      padding: 60px 40px;
      text-align: center; }
      .h-half:first-child {
        float: left; }
      .h-half:last-child {
        float: right; } }
  @media screen and (max-width: 650px) {
    .h-half {
      float: none !important;
      width: auto;
      margin-bottom: 50px; } }

.t-link {
  color: #1a1915;
  font-size: 1.4rem;
  text-decoration: none;
  border-bottom: 1px solid #1a1915;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 600; }
  @media screen and (max-width: 1150px) {
    .t-link {
      font-size: 1.26667rem; } }
  @media screen and (max-width: 999px) {
    .t-link {
      font-size: 2.33333rem;
      margin-bottom: 50px; } }
  .t-link:hover {
    border-bottom-color: #f5a200; }

.t-head {
  color: #1a1915;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
  display: inline-block;
  margin: 30px 0;
  font-weight: bold; }
  @media screen and (max-width: 1150px) {
    .t-head {
      font-size: 1.26667rem; } }
  @media screen and (max-width: 999px) {
    .t-head {
      font-size: 2.33333rem;
      margin-bottom: 50px; } }

.hf-box .g-link {
  font-size: 1.2em;
  line-height: 1.4em; }

@media screen and (min-width: 1000px) {
  .hf-box {
    text-align: justify;
    text-justify: nespaper; }
    .hf-box:after {
      display: inline-block;
      content: '';
      width: 100%; } }

@media screen and (max-width: 1150px) {
  .hf-box {
    font-size: 0.86667rem; } }

@media screen and (max-width: 999px) {
  .hf-box {
    font-size: 1.86667rem;
    text-align: center; } }

.dib-lost {
  font-weight: 400; }
  @media screen and (min-width: 1000px) {
    .dib-lost {
      display: inline-block;
      vertical-align: middle; } }
  @media screen and (min-width: 1000px) {
    .dib-lost li {
      margin-bottom: 8px;
      text-align: left; } }
  @media screen and (max-width: 999px) {
    .dib-lost li {
      text-align: center;
      margin-bottom: 30px; } }

.r-lab {
  cursor: default;
  font-size: 0;
  display: inline-block;
  border-radius: 50%;
  width: 83px;
  height: 83px;
  text-align: center;
  position: relative;
  transition: all 0.3s; }
  @media screen and (min-width: 1000px) {
    .r-lab {
      border: 2px solid #fedd9c;
      color: #323335;
      font-weight: 300; }
      .r-lab:before {
        display: block;
        border-radius: 50%;
        width: 67px;
        height: 67px;
        position: absolute;
        content: '';
        background: #fdb019;
        top: 8px;
        left: 8px;
        transition: all 0.3s; } }
  @media screen and (max-width: 999px) {
    .r-lab {
      background: #fdb019;
      color: #fff;
      font-weight: 600; } }
  .r-lab:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    height: 100%; }

.h-half_r:hover .r-lab {
  border-color: transparent; }
  .h-half_r:hover .r-lab:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.r-lab_new {
  font-size: 1.4rem;
  vertical-align: middle; }

.r-lab_sale {
  font-size: 2.4rem;
  vertical-align: middle; }

.h-half__body {
  text-align: center; }
  @media screen and (min-width: 1000px) {
    .h-half__body {
      vertical-align: middle;
      width: 98%; } }
  @media screen and (max-width: 999px) {
    .h-half__body {
      display: block; } }

.slider-wrap {
  width: 56.3%;
  margin-bottom: -2px; }
  .slider-wrap img {
    display: block;
    width: 100%; }
  @media screen and (max-width: 650px) {
    .slider-wrap {
      float: none;
      width: auto; } }

.sl-content {
  margin-left: 56.3%;
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-color: #e2e2e2 #e2e2e2 #e2e2e2 transparent;
  height: 100%; }
  .sl-content .h2 {
    font-size: 2.93333rem;
    font-weight: 600;
    margin-bottom: 10%; }
    @media screen and (max-width: 1200px) {
      .sl-content .h2 {
        font-size: 2.53333rem; } }
    @media screen and (max-width: 999px) {
      .sl-content .h2 {
        margin-bottom: 50%; } }
  .sl-content p {
    font-size: 1.13333rem;
    font-weight: 300;
    line-height: 1.41; }
    @media screen and (max-width: 1300px) {
      .sl-content p {
        padding-bottom: 23%; } }
    @media screen and (max-width: 1150px) {
      .sl-content p {
        padding-bottom: 21%; } }
  @media screen and (max-width: 999px) {
    .sl-content {
      position: relative; }
      .sl-content .h2 {
        font-size: 2rem; } }
  @media screen and (max-width: 650px) {
    .sl-content {
      margin-left: 0;
      border-width: 0 2px 2px 2px;
      border-color: transparent #fdb019 #fdb019;
      text-align: center; }
      .sl-content p {
        padding-bottom: 50px;
        font-size: 1.26667rem; }
      .sl-content .h2 {
        margin: 30px; } }
  .sl-content .owl-wrapper:after {
    content: "";
    display: block;
    clear: both; }

.slider-text__item {
  /*font-family: Arial;*/
  padding: 10% 5% 0 10%;
  box-sizing: border-box; }
  @media screen and (max-width: 999px) {
    .slider-text__item {
      padding: 50px 45px 0; } }
  @media screen and (max-width: 650px) {
    .slider-text__item {
      padding-bottom: 50px; } }

.sl-content___gray {
  font-size: 0.86667rem;
  color: #a8a8a8;
  padding-bottom: 10%; }
  @media screen and (max-width: 650px) {
    .sl-content___gray {
      padding-bottom: 50px;
      font-size: 1rem; } }

.category-link__bg_right {
  background-position: 100% 100%; }

.category-link__bg_center {
  background-position: 50% 100%; }

.category-link__bg_left {
  background-position: 0 100%; }

.cat-link-wrap {
  float: left;
  position: relative;
  box-sizing: border-box; }
  @media screen and (min-width: 1000px) {
    .cat-link-wrap {
      width: calc( 33.33%);
      /*
    margin-right: 2px;
    margin-bottom: 2px;
    */ }
      .cat-link-wrap:first-child .cat-link {
        border-left: 0 none; }
      .cat-link-wrap:nth-child(4) .cat-link {
        border-left: 0 none; } }
  @media screen and (max-width: 999px) {
    .cat-link-wrap {
      width: 50%;
      /*padding: 16px;*/ }
      .cat-link-wrap .cat-link {
        border-left: 1px solid #e2e2e2; }
      .cat-link-wrap:nth-child(odd) .cat-link {
        border-left: 0 none; } }
  @media screen and (max-width: 650px) {
    .cat-link-wrap {
      width: auto;
      /*padding: 16px 0;*/
      float: none; } }

.cat-link {
  background-color: #fff;
  background-repeat: no-repeat;
  height: 325px;
  text-decoration: none;
  text-align: center;
  font-size: 1.4rem;
  color: #1c1c1c;
  border-left: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  font-weight: 600; }
  @media screen and (max-width: 1150px) {
    .cat-link {
      font-size: 1.2rem; } }
  @media screen and (max-width: 999px) {
    .cat-link {
      font-size: 2rem; } }
  .cat-link:hover .category-link__text {
    color: #fdb019;
    border-bottom-color: #fed59a; }

.category-link__text {
  border-bottom: 2px solid transparent;
  line-height: 1;
  font-size: 1.2em; }

.catalog-link__name {
  box-sizing: border-box;
  height: 70px;
  line-height: 1.1;
  position: relative;
  margin-top: 20px; }
  .catalog-link__name:before {
    display: inline-block;
    content: '';
    height: 100%;
    vertical-align: middle; }

@media screen and (min-width: 1000px) {
  .category-link__ico {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; } }

@media screen and (max-width: 999px) {
  .category-link__ico {
    display: inline-block;
    margin-bottom: -100px;
    padding-top: 30px; } }

.dib_cat {
  width: 97%;
  vertical-align: middle; }

.cat-link_all {
  float: left;
  height: 327px;
  text-align: center;
  box-sizing: border-box;
  border-style: solid;
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  background: #fff;
  transition: all 0.2s;
  text-decoration: none; }
  @media screen and (min-width: 1000px) {
    .cat-link_all {
      width: 33.33%;
      border-color: #e2e2e2 #fff #fff #e2e2e2; }
      .cat-link_all:hover {
        background: #fff; } }
  @media screen and (max-width: 999px) {
    .cat-link_all {
      /*border-color: #fff;*/
      /*width: calc( 50% - 32px );*/
      width: calc( 50%);
      /*margin: 16px 0 0 16px;*/ } }
  @media screen and (max-width: 650px) {
    .cat-link_all {
      float: none;
      width: auto;
      margin: 16px 0; } }
  .cat-link_all:before {
    display: inline-block;
    content: '';
    height: 100%;
    vertical-align: middle; }

.cl__body {
  display: inline-block;
  vertical-align: middle;
  width: 240px;
  height: 240px;
  max-width: 98%;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  background: #f5f5f5;
  font-size: 2.4rem;
  color: #161c12;
  padding-top: 83px; }
  .cl__body .rf-light {
    margin-bottom: 6px; }
  .cl__body .rf-bold {
    margin-bottom: 8px; }

.arrov-cat {
  background-image: url("/css/../images/sprites.png");
  background-repeat: no-repeat;
  background-position: -75px -94px;
  width: 44px;
  height: 12px; }

.box_news img {
  display: block;
  max-width: 100%;
  margin-bottom: -1px; }

.col-half_text {
  position: relative;
  box-sizing: border-box;
  padding: 50px 10% 0; }

.news-link {
  color: #a8a8a8;
  font-weight: 300;
  font-size: 1.13333rem;
  line-height: 1.76; }

.news__date {
  position: absolute;
  bottom: 40px; }

.col-half_text {
  margin-left: 50%;
  color: #a8a8a8;
  font-weight: 300;
  font-size: 1.13333rem;
  /*
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-color: #e2e2e2 #e2e2e2 #e2e2e2 transparent;
  */ }

.item-4 {
  position: relative;
  margin: 27px 26px 0 26px;
  box-sizing: border-box; }
  @media screen and (min-width: 1000px) {
    .item-4 {
      min-height: 380px; } }
  @media screen and (min-width: 1100px) {
    .item-4 {
      min-height: 410px; } }
  @media screen and (min-width: 1200px) {
    .item-4 {
      min-height: 430px; } }
  @media screen and (min-width: 1300px) {
    .item-4 {
      min-height: 450px; } }
  .item-4 img {
    width: 100%;
    display: none; }
    .item-4 img.active-important, .item-4 img.active {
      display: block; }
  @media screen and (min-width: 1000px) {
    .item-4 .hv {
      position: absolute;
      top: -20px;
      left: -20px;
      padding: 20px 20px 0 20px; }
    .item-4.hover .hv:hover {
      background: #fff;
      box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.18);
      z-index: 5; }
      .item-4.hover .hv:hover .icons-stock-status {
        display: block; }
      .item-4.hover .hv:hover .fast-look {
        display: block; }
      .item-4.hover .hv:hover .item-4__bottom {
        margin: 0 -20px;
        border: 0 none; }
      .item-4.hover .hv:hover .hars-icons {
        display: block; }
      .item-4.hover .hv:hover img {
        display: block; }
        .item-4.hover .hv:hover img.active {
          display: none; }
      .item-4.hover .hv:hover .item-4__img {
        /*border: 1px solid #ededed;*/
        border-bottom: 0 none; } }

.grid-4__size {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #1c1c1c;
  /*font-family: $fA;*/
  font-family: 'Inter', sans-serif;
  text-align: right; }
  .grid-4__size .old-price {
    display: block;
    float: left;
    margin-right: 5px;
    color: #c3c3c3;
    text-decoration: line-through;
    font-size: 1.2em;
    /*@include breakpointmedia($m-750, min-width){
        font-size: 0.6em;
        vertical-align: middle;
      }
      @include breakpointmedia($m-850, min-width){
        font-size: 0.6em;
        vertical-align: middle;
      }
      @include breakpointmedia($d, min-width){
        font-size: 0.6em;
        vertical-align: middle;
      }
      @include breakpointmedia($m-1100, min-width){
        font-size: 1.2em;
        vertical-align: top;
      }*/ }
  .grid-4__size .main-price {
    display: block;
    float: left;
    vertical-align: top; }
    .grid-4__size .main-price .measure {
      font-size: 0.5em;
      margin-top: 4px; }
  .grid-4__size span {
    display: block; }
  @media screen and (min-width: 1000px) {
    .grid-4__size {
      font-size: 1.6rem; } }
  @media screen and (max-width: 999px) {
    .grid-4__size {
      font-size: 2.6rem; } }
  @media screen and (max-width: 420px) {
    .grid-4__size {
      font-size: 1.73333rem; } }

.icons-stock-status {
  background: #ededed;
  padding: 8px 15px;
  display: none; }
  .icons-stock-status .icons {
    float: left;
    margin: 0; }
    .icons-stock-status .icons .collection__labels {
      min-height: auto;
      /*background: #ededed;*/ }
  .icons-stock-status .stock-status {
    margin-top: 3px;
    /*font-family: Arial;*/
    float: right; }
    .icons-stock-status .stock-status.green {
      color: #15aa19; }
    .icons-stock-status .stock-status.red {
      color: #dd3c3b; }

.hars-icons .hars {
  margin: 10px 0; }
  .hars-icons .hars .har {
    /*font-family: Arial;*/
    margin-bottom: 15px; }
    .hars-icons .hars .har .label {
      color: #a2a1a1;
      font-size: 0.9em;
      line-height: 1.4em;
      margin-bottom: 3px; }
    .hars-icons .hars .har .value {
      font-size: 0.9em;
      line-height: 1.4em; }

.item-4__bottom {
  position: relative;
  padding: 22px 20px;
  background: #fff;
  /*border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: transparent #e2e2e2 #e2e2e2 #e2e2e2;*/ }
  @media screen and (min-width: 420px) {
    .item-4__bottom {
      height: 200px; } }
  @media screen and (min-width: 750px) {
    .item-4__bottom {
      height: 300px; } }
  @media screen and (min-width: 1000px) {
    .item-4__bottom {
      height: 150px; } }

.promo-icon {
  position: absolute;
  /*@include breakpointmedia($m-750, min-width){
        bottom: 48px;
    }*/
  left: 20px; }
  @media screen and (min-width: 320px) {
    .promo-icon {
      bottom: 32px; } }
  @media screen and (min-width: 650px) {
    .promo-icon {
      bottom: 35px; } }
  @media screen and (min-width: 1000px) {
    .promo-icon {
      bottom: 30px; } }
  .promo-icon .icon {
    color: #fff;
    /*font-family: Arial;*/
    font-weight: bold;
    display: block;
    padding: 5px 15px;
    background-color: #dd3c3b;
    border-radius: 7px;
    font-size: 0.8em;
    /*@include breakpointmedia($m-320, min-width){
            font-size: 1.6em;
        }
        @include breakpointmedia($m-650, min-width){
            font-size: 1.4em;
        }
        @include breakpointmedia($m-750, min-width){
            font-size: 1.4em;
        }
        @include breakpointmedia($d, min-width){
            
        }*/ }
    .promo-icon .icon.finger:after {
      content: '';
      background-image: url("/css/../images/sprites.png");
      background-repeat: no-repeat;
      background-position: -179px -42px;
      width: 17px;
      height: 19px;
      display: block; }
    .promo-icon .icon.partner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 11px;
      margin-bottom: -10px;
      line-height: 13px; }
      .promo-icon .icon.partner span {
        width: 65px; }
      .promo-icon .icon.partner svg {
        width: 22px;
        height: 22px;
        fill: #ffffff;
        margin-right: 5px; }

.price-type.disabled {
  display: none; }

.price-type .promo-icon {
  position: initial;
  left: auto;
  display: inline-block; }
  .price-type .promo-icon .icon {
    font-size: 16px;
    padding: 5px 12px; }
    .price-type .promo-icon .icon.finger:after {
      content: '';
      background-image: url("/css/../images/sprites.png");
      background-repeat: no-repeat;
      background-position: -104px -356px;
      width: 14px;
      height: 14px;
      display: inline-block; }
    .price-type .promo-icon .icon.check {
      background: #18b31c;
      border-radius: 100%;
      padding: 0;
      margin-bottom: -6px; }
      .price-type .promo-icon .icon.check svg {
        width: 15px;
        height: 15px;
        fill: #ffffff;
        display: block;
        padding: 5px; }
    .price-type .promo-icon .icon.new {
      background: #18b31c; }

.act-label {
  position: absolute;
  top: 20px;
  left: 25px;
  border-radius: 15px;
  text-align: center;
  font-family: Raleway;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 12px 5px; }

.act-label_new {
  font-size: 0.6rem;
  font-weight: 700;
  color: #fff;
  background: #18b31c; }

.act-label_sale {
  font-size: 1.4rem;
  font-weight: 700; }

.item-4__links {
  text-align: right;
  font-size: 13px; }
  @media screen and (max-width: 999px) {
    .item-4__links {
      font-size: 2.33333rem;
      min-height: 115px; } }
  @media screen and (max-width: 420px) {
    .item-4__links {
      font-size: 1.6rem;
      min-height: 0;
      margin-bottom: 50px; } }
  .item-4__links .orange-link {
    display: inline-block;
    margin-right: 15px; }
    @media screen and (max-width: 420px) {
      .item-4__links .orange-link {
        margin-bottom: 20px; } }
  .item-4__links .gray {
    /*font-family: Arial;*/
    color: #c3c3c3; }
    .item-4__links .gray:last-child {
      margin-left: 10px; }

.item-4__wrap-name {
  text-align: right; }
  @media screen and (min-width: 1000px) {
    .item-4__wrap-name {
      margin-bottom: 3px; } }
  @media screen and (max-width: 999px) {
    .item-4__wrap-name {
      height: 125px;
      overflow: hidden;
      margin-bottom: 3px; } }
  @media screen and (max-width: 420px) {
    .item-4__wrap-name {
      min-height: 0;
      margin-bottom: 50px; } }

.grid-4__link {
  text-decoration: none;
  color: #000;
  line-height: 1.3em;
  /*font-family: Arial;*/ }
  @media screen and (min-width: 1000px) {
    .grid-4__link {
      font-size: 1.06667rem; } }
  @media screen and (max-width: 999px) {
    .grid-4__link {
      font-size: 3.26667rem; } }
  @media screen and (max-width: 420px) {
    .grid-4__link {
      font-size: 2.4rem; } }
  .grid-4__link:hover {
    border-bottom-color: #f5a200; }

@media screen and (max-width: 999px) {
  .main-blocks .h2.tac {
    padding-bottom: 50px; } }

.main-blocks .act-label {
  top: 0;
  left: 0;
  font-weight: bold;
  height: 30px;
  border-radius: 0;
  width: auto;
  padding: 0 20px; }
  .main-blocks .act-label.new {
    background: #1dbc60; }
  .main-blocks .act-label.raspr {
    background: #f85c4d; }
  .main-blocks .act-label.act-label_new {
    padding: 10px;
    height: auto;
    font-size: 0.8em; }

.main-blocks .preview {
  line-height: 1.4em;
  text-align: left;
  color: #a8a8a8; }

.main-blocks .grid-4__link {
  color: #000; }
  .main-blocks .grid-4__link:hover {
    color: #fdb019; }

.main-blocks .look-all a {
  text-decoration: none;
  display: inline-block;
  background: #fdb019;
  color: #fff;
  text-align: center;
  padding: 10px 45px;
  border-radius: 20px;
  margin-top: 20px; }

.main-blocks .item-4 {
  margin-bottom: 30px; }

.main-blocks .item-4__bottom {
  text-align: center;
  border: 0 none; }

.main-blocks .item-4__wrap-name {
  height: auto;
  margin-bottom: 20px;
  text-align: center; }

@media screen and (max-width: 999px) {
  .box_news .cl {
    display: none; }
  .box_news .title-link {
    display: block;
    text-decoration: underline;
    border: 5px solid #fedd9c;
    padding: 70px 0; }
    .box_news .title-link:after {
      display: none; }
  .box_news .h2 {
    margin-bottom: 0;
    font-size: 2.8rem;
    font-weight: 600; } }

@media screen and (max-width: 999px) {
  .grid-4-carusel .owl-pagination, .grid-5-carusel .owl-pagination {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    text-align: center;
    padding-bottom: 35px; } }

@media screen and (max-width: 650px) {
  .grid-4-carusel .owl-pagination, .grid-5-carusel .owl-pagination {
    padding-bottom: 20px; } }

.grid-4-carusel .owl-wrapper-outer, .grid-5-carusel .owl-wrapper-outer {
  padding-bottom: 1px; }

.slider-wrap .owl-next, .slider-wrap .owl-prev {
  height: 100%;
  width: 100px;
  top: 0; }

.slider-wrap .owl-next {
  right: 0; }

.slider-wrap .owl-prev {
  left: 0; }

/* End */


/* Start:/css/style-catalog.css?17574262054738*/
/**
* letter-spacing
*/
/**
* sprite
*/
/**
* breakpoints custom
*/
/**
* breakpoints custom
*/
/**
* clearfix
*/
/**
* verticatfix
*/
/**
* list_jst
*/
/**
* hold-center
*/
/**
* core-justify
*/
/**
* placeholder
*/
/**
* placeholder
*/
/**
* triangle
*/
.section-desc {
  line-height: 1.4em;
  margin-top: 40px; }
  .section-desc p {
    margin-bottom: 20px; }
  .section-desc b {
    font-weight: bold; }
  .section-desc ul {
    font-family: 'Inter', sans-serif;
    margin-bottom: 20px; }
    .section-desc ul li {
      margin-bottom: 10px; }
      .section-desc ul li:before {
        display: inline-block;
        content: '';
        margin-right: 15px;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        background: #fdb019;
        vertical-align: middle; }
  @media screen and (max-width: 999px) {
    .section-desc {
      padding-left: 15px;
      padding-right: 15px; } }

.cat-wrap {
  padding-top: 87px; }
  @media screen and (max-width: 650px) {
    .cat-wrap {
      padding-top: 10px; } }

.cat-box {
  margin-bottom: 100px; }
  @media screen and (max-width: 650px) {
    .cat-box {
      margin-bottom: 40px; } }

.subsections .cat-box {
  padding: 35px 40px 10px 40px; }
  .subsections .cat-box .tac a {
    padding-right: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
    border-right: 1px solid #fdb019; }
    .subsections .cat-box .tac a span {
      text-decoration: none;
      margin-bottom: 0; }
  .subsections .cat-box .tac:last-child a {
    border-right: none;
    padding-right: 0;
    margin-right: 0; }

.tags {
  margin-top: 30px; }
  .tags .dib {
    margin-right: 30px;
    margin-bottom: 10px; }
    .tags .dib:last-child {
      margin-right: 0; }
      @media screen and (max-width: 999px) {
        .tags .dib:last-child {
          margin-right: 5px; } }
    .tags .dib a {
      color: #a8a8a8;
      /*font-family: Arial;*/ }
      .tags .dib a:hover {
        color: #f5a200; }

.cb__title {
  border-bottom: 2px solid #353535;
  margin-bottom: 70px;
  padding-bottom: 20px; }
  .cb__title .h3 {
    float: left;
    margin-bottom: 0;
    padding-top: 4px; }
    @media screen and (max-width: 750px) {
      .cb__title .h3 {
        float: none;
        margin-bottom: 20px; } }
  @media screen and (max-width: 650px) {
    .cb__title {
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 15px; } }

.cb__title__counties {
  float: right; }
  .cb__title__counties .flag {
    margin-left: 6px; }
  @media screen and (max-width: 750px) {
    .cb__title__counties {
      float: none; }
      .cb__title__counties .flag {
        margin-left: 0;
        margin-right: 6px; } }

.cb__title__ico {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.cb__body {
  font-size: 0; }
  @media screen and (max-width: 650px) {
    .cb__body {
      white-space: nowrap;
      overflow-x: auto; } }

.cb__dib {
  width: 20%;
  margin-bottom: 50px;
  /*@include breakpointmedia($mm, max-width){
    width: 100%;
  }*/ }
  @media screen and (max-width: 999px) {
    .cb__dib {
      width: 33.3333%; } }
  @media screen and (max-width: 650px) {
    .cb__dib {
      width: 150px;
      padding: 0 15px;
      box-sizing: border-box;
      margin-bottom: 25px; } }

.cb__link {
  text-decoration: none;
  color: #1c1c1c;
  /*font-family: $fR;*/
  font-family: 'Inter', sans-serif;
  white-space: initial; }
  .cb__link:hover .cb__img_img:after {
    opacity: 1; }
  .cb__link:hover .cb__img_ico {
    background: #ffca29; }

.cb__link__title {
  font-size: 1.13333rem;
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 25px; }
  @media screen and (max-width: 650px) {
    .cb__link__title {
      font-size: 14px;
      margin-bottom: 15px; } }

.cb__img {
  display: inline-block;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%; }
  @media screen and (max-width: 650px) {
    .cb__img {
      width: 120px;
      height: 120px; } }

.cb__img_img {
  position: relative; }
  .cb__img_img img {
    display: block;
    max-width: 100%; }
  .cb__img_img:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(30, 30, 30, 0.3);
    transition: all 0.3s;
    opacity: 0;
    border-radius: 50%; }

.cb__img_ico {
  background: #fdb019;
  transition: all 0.3s;
  font-weight: 300;
  color: #353535; }
  .cb__img_ico:before {
    display: inline-block;
    content: '';
    vertical-align: middle;
    height: 100%; }
  .cb__img_ico img {
    vertical-align: middle; }

.cb__img_new {
  font-size: 2.8rem; }

.cb__img_sale {
  font-size: 4rem; }
  .cb__img_sale:before {
    margin-top: 10px; }

/* End */
/* /local/templates/alt/components/bitrix/breadcrumb/nav/style.css?1757426440227 */
/* /css/style-razdel.css?175742620622890 */
/* /css/style-homepage.css?175742620522112 */
/* /css/style-catalog.css?17574262054738 */
