

/* Start:/local/templates/.default/components/bitrix/catalog/rowen/style.css?17435008521822*/
.additional-sections-tiles {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    column-gap: 30px;
}

.additional-sections-tiles .ast-btn {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 80px;
    background-color: #fefefe;
    width: 33%;
    padding: 15px;
    border: 1px solid #ABCAE9;
    box-shadow: 0px 4px 20px rgba(0, 90, 170, 0.08);
    border-radius: 6px;
}
.additional-sections-tiles .ast-btn div:first-child{
    width: 20px;
    height: 20px;
    margin-bottom: 14px;
}
.additional-sections-tiles .ast-btn svg{
    overflow: visible;
}

.additional-sections-tiles .ast-btn:hover {
    background-color: #014ea2;
    color: #fff;
}

.additional-sections-tiles.ast-full-width-tiles .ast-btn {
    width: 100%;
}

@media (min-width: 440px) {
    .additional-sections-tiles{
        display: none;
    }
}

.section_description{
    margin-top: 30px;
}

.product-promo-sticker-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}
.product-promo-sticker {
    display: flex;
    white-space: nowrap;
    background-color: #014ea2;
    width: fit-content;
    color: white;
    font-size: 16px;
    padding: 5px 6px;
    border-radius: 4px;
}
.product-promo-sticker.mobile {
    transform: translateY(-3px);
    font-size: 13px;
    line-height: 10px;
    padding: 5px 6px 6px;
}
.catalog-mobile-detail-container {
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

.catalog-mobile-detail-container h1 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 27px;
    margin: 0 0 24px;
}

@media (min-width: 769px) {
    .catalog-mobile-detail-container {
        max-width: calc(100% - 231px - 30px);
    }
}
/* End */


/* Start:/local/components/rowen/catalog-navigation.v2/templates/.default/style.css?17319159572402*/
.select-program-link svg {
    fill: #014ea2;
    width: 15px;
    margin-right: 5px;
    transform: translateY(-1px);
    transition: fill 0.3s ease, opacity 0.3s ease, border 0.3s ease, background .3s ease;
}

.select-program-link a:hover svg {
    fill: #4587e6;
}

.select-program-link a {
    font-size: 13px;
}

.catalog-sections-sidebar-list__item.current a,
.catalog-sections-sidebar-list__item.current.active a {
    color: #014ea2;
}
.catalog-sections-sidebar-list__item.current a:hover,
.catalog-sections-sidebar-list__item.current.active a:hover {
    color: #4587e6;
}
.catalog-sections-sidebar-list__item.current a {
    position: relative;
    display: block;
}
.catalog-sections-sidebar-list__item.current a:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -9px;
    width: 4px;
    height: 100%;
    background-color: #014ea2;
    border-radius: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.catalog-sections-sidebar-list__item-inner.current a,
.catalog-sections-sidebar-list__item-inner.current.active a {
    color: #014ea2;
}
.catalog-sections-sidebar-list__item-inner.current {
    /*padding-left: 10px;*/
}
.catalog-sections-sidebar-list__item-inner.current:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -9px;
    width: 4px;
    height: 100%;
    background-color: #014ea2;
    border-radius: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.catalog-sections-sidebar-list__item-inner.active:not(.current) a {
    color: #014ea2;
}

.catalog-sections-sidebar-list li:last-child .catalog-sections-sidebar-list__item + .catalog-sections-sidebar-list__dropdown {
    padding-bottom: 10px;
}

.nav-catalog-filter-clear {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 13px;
    height: 40px;
    color: #005AAA;
    border-radius: 0;
    border: 1px solid #005AAA;
    margin-top: -40px;
    transition: 300ms ease;
}

.nav-catalog-filter-clear:hover {
    color: #ffffff;
    background: #005AAA;
    cursor: pointer;
}

@media only screen and (max-width: 960px) {
    .nav-catalog-filter-clear {
        margin-top: -15px;
    }
}
@media only screen and (max-width: 768px) {
    .nav-catalog-filter-clear {
        display: none;
    }
}
/* End */


/* Start:/local/components/custom/industry-filter/templates/.default/style.css?17526703865085*/
.industry {
    margin-bottom: 15px;
}
.industry__title{
    font-size: 2.5rem;
    margin: 0 15px 15px;
}
@media (max-width: 1200px) {
    .industry__title{
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .industry__title{
        margin: 0 15px 10px;
    }
}
@media (max-width: 440px) {
    .industry__title{
        margin: 0 0 10px;
    }
}
.industry__container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: -16px 0 14px 14px;
    transition: 0.3s ease;
    z-index: 50;
}
.industry__item{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 44px;
    /*max-width: 340px;*/
    margin-top: 16px;
    margin-right: 12px;
    padding: 0 2px;
    background-color: #ffffff;
    border: 1px solid #015aaa;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
}
.industry__container .active{
    background-color: #005AAA !important;
}
.industry__container .active{
    background-color: #005AAA !important;
}
.industry__container .active .industry__name{
    color: #ffffff;
}
.industry__container .active img:first-child{
    opacity: 0;
}
.industry__container .active img:last-child{
    opacity: 1;
}
.industry__container .active .industry__close{
    display: block;
    /*display: none;*/
}
.industry__img{
    position: relative;
    display: flex;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    margin-right: 4px;
}
.industry__img img{
    width: 30px;
    height: 30px;
    object-fit: contain;
    transition: 0.3s ease;
}
.industry__img img:first-child{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}
.industry__img img:last-child{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.industry__name{
    color: #005AAA;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    transition: 0.3s ease;
}

.industry__item:hover{
    background-color: #005AAA;
}
.industry__item:hover .industry__name{
    color: #ffffff;
}
.industry__item:hover img:first-child{
   opacity: 0;
}
.industry__item:hover img:last-child{
    opacity: 1;
}
.industry__close{
    display: none;
    position: absolute;
    top: -4px;
    right: -1px;
    color: #015aaa;
    font-size: 15px;
    background: #ffffff;
    border-bottom-left-radius: 16px;
    width: 18px;
    padding: 0 4px 2px 4px;
}
.industry__close > div{
    transform: rotate(45deg);
}
.choose-item{
    position: relative;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    padding: 6px 12px;
    background-color: #ffffff;
    border: 1px solid #ABCAE9;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    color: #828282;
    margin-bottom: 10px;
}
.choose-item .chosen {
    color: #005AAA;
    font-weight: 500;
}
.choose-arrow{
    transition: 0.3s ease;
}
.choose-arrow-rotate{
    transform: rotate(180deg);
}

@media (max-width: 879px){
    .industry{
        width: 100%;
        padding-right: 15px;
    }
    .industry__container{
        margin-top: 0;
        padding-right: 14px;
        flex-direction: column;
    }
    .industry__item{
        margin-top: 10px;
        width: 100% !important;
        justify-content: center;
        height: 60px;
    }
    .industry__img{
        width: 20px;
        height: 20px;
    }
    .industry__img img{
        width: 20px;
        height: 20px;
    }
    .industry__name{
        max-width: 200px;
        text-align: center;
    }
    .industry__container .active .industry__close{
        display: none;
    }
    .industry__close{
        display: none !important;
    }
}

@media (max-width: 440px){
    .industry{
        padding-left: 15px;
    }
    .choose-item{
        display: flex;
    }
    .industry{
        position: relative;
    }
    .industry__container{
        position: absolute;
        border: 1px solid #ABCAE9;
        border-radius: 8px;
        overflow: hidden;
        transform-origin: 0 0;
        transform: scaleY(0);
        width: 93%;
        visibility: hidden;
        padding: 0;
        margin: 0;
    }
    .industry__item{
        padding: 6px 12px;
        margin: 0;
        justify-content: space-between;
        height: 44px;
        border: none;
        border-top: 1px solid #ABCAE9;
        border-radius: unset;
        width: unset;

    }
    .industry__container .industry__item:first-child{
        border-top: none;
    }
    .industry__img{
        display: none;
    }
    .industry__name{
        text-align: left;
        font-size: 14px;
        font-weight: 500;
        text-transform: none;
    }
}

.industry .disable-filter__container {
    margin-bottom: 14px;
}
.industry .disable-filter__container .disable-filter {
    border-radius: 8px;
}

@media (min-width: 769px) {
    .industry .disable-filter__container {
        display: none;
    }
}

@media (min-width: 441px) {
    .industry .disable-filter__container {
        margin-left: 14px;
        margin-top: 30px;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/rowen/bitrix/catalog.section.list/.default/style.css?172923149010387*/
.section_description
	{
	padding: 20px;
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
	margin-bottom:20px;
	}
.catalog-list {
  padding: 5px 0 0;
  margin: 0 15px;
  width: -webkit-calc(100% - 2*15px);
  width: calc(100% - 2*15px); }
  .catalog-list__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: wrap row;
    flex-flow: wrap row;
    margin-right: -15px;
    margin-left: -15px; }

.catalog-list-item {
  padding: 0 15px;
  margin-bottom: 30px; }
  .catalog-list-item--small {
    width: 26.65%; }
    @media only screen and (max-width: 992px) {
      .catalog-list-item--small {
        width: 50%; } }
    @media only screen and (max-width: 768px) {
      .catalog-list-item--small {
        width: 100%; } }
  .catalog-list-item--big {
    width: 46.7%; }
    @media only screen and (max-width: 992px) {
      .catalog-list-item--big {
        width: 50%; } }
    @media only screen and (max-width: 768px) {
      .catalog-list-item--big {
        width: 100%; } }
  .catalog-list-item--medium {
    width: 33.33%; }
    @media only screen and (max-width: 992px) {
      .catalog-list-item--medium {
        width: 50%; } }
    @media only screen and (max-width: 768px) {
      .catalog-list-item--medium {
        width: 100%; } }
  .catalog-list-item__box {
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    height: 324px;
    padding: 20px 15px 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center; }
.catalog-list-item__box .catalog-list-item__promo-sticker-container {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  top: 12px;
  left: 12px;
  width: calc(100% - 24px);
}
.catalog-list-item__promo-sticker-container .catalog-list-item__promo-sticker {
  position: relative;
  display: block;
  white-space: nowrap;
  background-color: #014ea2;
  width: fit-content;
  color: white;
  font-size: 14px;
  line-height: normal;
  padding: 4px 6px;
  border-radius: 4px;
}
    @media only screen and (max-width: 1200px) {
      .catalog-list-item__box {
        height: 280px; } }
    @media only screen and (max-width: 1100px) {
      .catalog-list-item__box {
        height: 240px; } }
    @media only screen and (max-width: 768px) {
      .catalog-list-item__box {
        height: 100px;
        padding: 20px 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; } }
    .catalog-list-item__box:hover .catalog-list-item__title {
      color: #4587e6; }
    .catalog-list-item__box a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3; }
  .catalog-list-item__title {
    font: bold 15px/133% "Open Sans", sans-serif;
    color: #014ea2;
    -webkit-transition: .4s;
    transition: .4s;
    word-break: break-word;
    text-align: center;
    max-width: 320px;
    max-height: 61px;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .catalog-list-item__title {
        font: bold 14px/143% "Open Sans", sans-serif;
        max-height: 80px;
        overflow: hidden;
        text-align: left; } }
  .catalog-list-item__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 219px;
    width: -webkit-calc(100% - 2*50px);
    width: calc(100% - 2*50px);
    margin: 0 0 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto; }
    @media only screen and (max-width: 1200px) {
      .catalog-list-item__img {
        height: 135px; } }
    @media only screen and (max-width: 768px) {
      .catalog-list-item__img {
        width: 80px;
        height: 80px;
        margin: 0 10px 0 0; } }
    .catalog-list-item__img img {
      max-width: 100%;
      max-height: 100%; }

/*форма оповестить о поступлении*/
.any-questions__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 50px; }
@media only screen and (max-width: 960px) {
  .any-questions__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px; } }
@media only screen and (max-width: 740px) {
  .any-questions__grid {
    margin-bottom: 20px; } }

.any-questions__first {
  width: -webkit-calc(100% / 3 - 30px - 1px);
  width: calc(100% / 3 - 30px - 1px);
  margin-right: 30px; }
@media only screen and (max-width: 960px) {
  .any-questions__first {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px; } }

.any-questions_not-amount-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #000000;
  margin: 0 15px 25px;
  width: 100%;
}
.any-questions__title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 25px; }
@media only screen and (max-width: 960px) {
  .any-questions__title {
    font-size: 28px;
    margin-bottom: 25px; } }
@media only screen and (max-width: 740px) {
  .any-questions__title {
    font-size: 22px;
    margin-bottom: 20px; } }

.any-questions__subtitle-text {
  font-size: 20px;
  color: #272727; }
@media only screen and (max-width: 960px) {
  .any-questions__subtitle-text {
    max-width: 600px;
    margin: 0 auto;
    font-size: 18px; } }
@media only screen and (max-width: 740px) {
  .any-questions__subtitle-text {
    font-size: 15px; } }

.any-questions__second {
  width: -webkit-calc(100% / 3 * 2);
  width: calc(100% / 3 * 2); }
@media only screen and (max-width: 960px) {
  .any-questions__second {
    width: 100%; } }

.any-questions__form-wrap {
  width: 100%;
  /*margin: 0 15px 40px;*/
  margin-bottom: 30px;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  padding: 32px 40px 37px; }
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .any-questions__form-wrap {
    margin-right: -15px;
    margin-left: -15px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
  }
}
@media only screen and (max-width: 960px) {
  .any-questions__form-wrap {
    padding: 25px 35px 30px; } }
@media only screen and (max-width: 740px) {
  .any-questions__form-wrap {
    padding: 20px 15px 25px; } }
@media only screen and (max-width: 479px) {
  .any-questions__form-wrap {
    padding: 10px 0;
    border: 0; } }

.any-questions__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 0 -15px; }
@media only screen and (max-width: 1200px) {
  .any-questions__row {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media only screen and (max-width: 740px) {
  .any-questions__row {
    margin: 0; } }

.any-questions__label {
  width: -webkit-calc(100% / 3 - 30px);
  width: calc(100% / 3 - 30px);
  margin: 0 15px 25px; }
@media only screen and (max-width: 1200px) {
  .any-questions__label {
    width: -webkit-calc(100% / 2 - 30px);
    width: calc(100% / 2 - 30px); }
  .any-questions__label:first-child {
    width: -webkit-calc(100% / 1 - 30px);
    width: calc(100% / 1 - 30px); } }
@media only screen and (max-width: 740px) {
  .any-questions__label {
    width: 100%;
    margin: 0 0 20px; }
  .any-questions__label:first-child {
    width: 100%; } }

.any-questions__label-textarea {
  width: 100%;
  margin-bottom: 25px; }
@media only screen and (max-width: 740px) {
  .any-questions__label-textarea {
    margin-bottom: 25px; } }

.any-questions__footer {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }
@media only screen and (max-width: 740px) {
  .any-questions__footer {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; } }

.any-questions__agree {
  max-width: 360px;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.23px;
  color: #2d2d2d;
  margin-right: 25px; }
@media only screen and (max-width: 740px) {
  .any-questions__agree {
    margin-right: 0;
    margin-bottom: 15px;
    max-width: none; } }
.any-questions__agree a {
  font-weight: 600;
  letter-spacing: 0.25px; }

.any-questions__form-wrap .form-success__title,
.any-questions__form-wrap .form-success__text {
  max-width: unset;
}
.any-questions__form-wrap .form-success__text {
  margin-bottom: 0;
}

.catalog-list-item--selection a {
  background: url('/images/designers.jpg') ;
  background-size: cover;
}

.catalog-list-item--selection a .catalog-list-item__title {
  margin-top: 20px;
  font-size: 19px;
  text-align: center;
}


.disable-filter{
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 13px;
  height: 40px;
  max-width: 160px;
  color: #005AAA;
  border-radius: 0;
  border: 1px solid #005AAA;
  margin-top: 20px;
  cursor: pointer;
  transition: 300ms ease;
}
.disable-filter:hover{
  color: #ffffff;
  background: #005AAA;
}

@media (max-width: 440px){
  .industry__item{
    padding: 6px 12px;
    margin: 0;
    justify-content: space-between;
    height: 44px;
    border: none;
    border-top: 1px solid #ABCAE9;
    border-radius: unset;
    width: unset;

  }
  .disable-filter{
    margin-top: 10px;
    border: 1px solid #ABCAE9;
  }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/rowen/bitrix/catalog.section/.default/style.css?174350085250211*/
.catalog-sections__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 20px 0 0; }
  @media only screen and (max-width: 768px) {
    .catalog-sections__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column; } }

.catalog-sections__left-menu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 231px;
  flex: 0 0 231px;
  max-width: 231px;
  margin-right: 30px; }
  @media only screen and (max-width: 768px) {
    .catalog-sections__left-menu {
      width: 100%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin: 0;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      order: 1; } }

.catalog-sections__grid {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  max-width: -webkit-calc(100% + 30px - 231px - 30px);
  max-width: calc(100% + 30px - 231px - 30px); }
  @media only screen and (max-width: 768px) {
    .catalog-sections__grid {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      order: 2;
      max-width: -webkit-calc(100% + 30px);
      max-width: calc(100% + 30px); } }
  .catalog-sections__grid-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: wrap row;
    flex-flow: wrap row; }
  .catalog-sections__grid-inner-wrapper {
    width: 100%; }
  .catalog-sections__grid h1 {
    margin: 0 15px 30px; }

.catalog-sections__col {
  padding: 0 15px;
  width: 33.33333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  margin-bottom: 30px; }
  @media only screen and (max-width: 992px) {
    .img-table{
      display: none !important;
    }
    .catalog-sections__col {
      width: 50%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      flex: 0 0 50%; } }
  @media only screen and (max-width: 768px) {
    .catalog-sections__col {
      width: 100%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%; } }

.catalog-sections-item {
  border-radius: 2px;
  border: solid 1px #d9d9d9;
  padding: 15px;
  position: relative;
  height: 100%; }
  .catalog-sections-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .catalog-sections-item__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px; }
  .catalog-sections-item__text {
    padding-bottom: 10px; }
  .catalog-sections-item__title {
    font: bold 15px/133% "Open Sans", sans-serif;
    text-align: center;
    color: #014ea2;
    -webkit-transition: .4s;
    transition: .4s; }
  .catalog-sections-item:hover .catalog-sections-item__title {
    color: #4587e6; }

.catalog-sections-sidebar {
  border-radius: 2px;
  border: solid 1px #d9d9d9;
  background-color: #ffffff;
  padding: 0;
  margin-bottom: 55px; }
  @media only screen and (max-width: 960px) {
    .catalog-sections-sidebar {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 768px) {
    .catalog-sections-sidebar {
      margin-bottom: 20px;
      border-radius: unset;
      border: none;
    }
    .catalog-sections-sidebar__menu {
      border: 1px solid rgb(217, 217, 217);
    }
  }
  .catalog-sections-sidebar__title {
    font: bold 16px/100% "Open Sans", sans-serif;
    color: #014ea2;
    text-transform: uppercase;
    padding: 18px 20px;
    pointer-events: none; }
    @media only screen and (max-width: 768px) {
      .catalog-sections-sidebar__title {
        background: #014ea2;
        color: white;
        font-size: 15px;
        border-radius: 4px;
        cursor: pointer;
        pointer-events: auto;
        text-align: center;
        padding: 16px 20px;
      }
        .catalog-sections-sidebar__title.active {
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0; } }
  @media only screen and (max-width: 768px) {
    .catalog-sections-sidebar__menu {
      display: none; } }

.catalog-sections-sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
  word-break: break-word; }
  .catalog-sections-sidebar-list > li {
    border-bottom: 1px solid #f1f1f1; }
  .catalog-sections-sidebar-list li {
    padding: 0;
    margin: 0; }
    .catalog-sections-sidebar-list li:before {
      content: unset; }
  .catalog-sections-sidebar-list__item {
    font: 600 14px/143% "Open Sans", sans-serif;
    color: #014ea2;
    padding: 15px 20px;
    word-break: normal;
    border-bottom: 1px solid #f1f1f1; }
    .catalog-sections-sidebar-list__item:last-child {
      border-bottom: none; }
    .catalog-new-sales{
      outline: 1.5px solid #ABCAE9;
      box-shadow: 0px 4px 20px rgba(0, 90, 170, 0.08);
    }
    .catalog-sections-sidebar-list__item.active {
      color: #807f84; }
      .catalog-sections-sidebar-list__item.active a {
        color: #807f84; }
        .catalog-sections-sidebar-list__item.active a:hover {
          color: #014ea2; }
    .catalog-sections-sidebar-list__item + .catalog-sections-sidebar-list__dropdown {
      padding-left: 20px; }
  .catalog-sections-sidebar-list__dropdown {
    padding-top: 10px; }
    .catalog-sections-sidebar-list__dropdown.active {
      display: block; }
    .catalog-sections-sidebar-list__dropdown ul {
      margin: 0; }
    .catalog-sections-sidebar-list__dropdown li {
      border-bottom: none;
      padding: 10px;
      font: normal 14px/114% "Open Sans", sans-serif;
      letter-spacing: 0.27px;
      color: #3e3e3e; }
      .catalog-sections-sidebar-list__dropdown li a {
        color: #3e3e3e; }
        .catalog-sections-sidebar-list__dropdown li a:hover {
          color: #014ea2; }
      .catalog-sections-sidebar-list__dropdown li.active {
        color: #014ea2; }
        .catalog-sections-sidebar-list__dropdown li.active a {
          color: #014ea2; }
        .catalog-sections-sidebar-list__dropdown li.active:before {
          content: '';
          display: inline-block;
          width: 4px;
          height: -webkit-calc(100% - 15px);
          height: calc(100% - 15px);
          background-color: #014ea2;
          border-radius: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.js-trigger {
  padding-right: 40px;
  position: relative;
  display: block; }
  .js-trigger.active .js-trigger-icon {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
    background-image: url(/local/static/assets/img/svg/arrow-sm-down-gray.svg); }

.js-trigger-icon {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 14px;
  height: 9px;
  background: url(/local/static/assets/img/svg/arrow-sm-down.svg) no-repeat center/contain;
  /*z-index: 10000;*/
  cursor: pointer; }




/* стикер "распродажа" */
.stickers.offers-list-sticker {
  position: relative;
  display: inline;
  top: 0;
  margin: 0 auto auto 0;

  float: left;
  height: 0;
}


@media only screen and (max-width: 1200px) {
  .catalog-detail-product {
    margin-bottom: 30px; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-product {
    border-top: 1px solid #e6e6e6; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-product__header {
    display: none !important; } }
.catalog-detail-product__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  border-bottom: solid 1px #e6e6e6; }
.catalog-detail-product__row:nth-child(odd) .catalog-detail-product-desc {
  background: #f5f5f5; }
.catalog-detail-product__row:nth-child(odd) .catalog-detail-product-price {
  background: #f5f5f5; }
.catalog-detail-product__head {
  font: 600 12px/100% "Open Sans", sans-serif;
  color: white;
  background: #014ea2;
  padding: 10px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center; }
.catalog-detail-product__col:first-child .catalog-detail-product__head {
  -webkit-box-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-product__head {
    font: 600 10px/120% "Open Sans", sans-serif;
    text-align: center;
    padding: 9px 9px; } }
.catalog-detail-product__col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31%;
  flex: 0 0 31%;
  max-width: 31%; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-product__col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-product__col-4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    max-width: 100%; } }
.catalog-detail-product__col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 9.50%;
  flex: 0 0 9.50%;
  max-width: 9.50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-product__col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 7.50%;
    flex: 0 0 7.50%;
    max-width: 7.50%; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-product__col-1 {
    display: none; } }
.catalog-detail-product__col-1 .catalog-detail-product__head {
  padding: 10px 19px; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-product__col-1 .catalog-detail-product__head {
    padding: 9px 9px; } }
.catalog-detail-product__col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-product__col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 53%;
    flex: 0 0 53%;
    max-width: 53%; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-product__col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px; } }
.catalog-detail-product__col-4 > div, .catalog-detail-product__col-1 > div, .catalog-detail-product__col-6 > div {
  height: 100%; }

.catalog-detail-product-desc {
  padding: 14px 30px;
  font: 300 14px/114% "Open Sans", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
  border-left: solid 1px #e6e6e6; }
.catalog-detail-product__col:nth-child(2) .catalog-detail-product-desc {
  text-align: center; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-product-desc {
    padding: 14px 10px;
    font: 300 13px/123% "Open Sans", sans-serif; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-product-desc {
    display: block;
    padding: 22px 10px 14px;} }

.catalog-detail-product-price {
  padding: 14px 30px;
  border-right: solid 1px #e6e6e6;
  border-left: solid 1px #e6e6e6; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-product-price {
    padding: 14px 20px; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-product-price {
    border-left: none;
    padding: 14px 10px; } }
.catalog-detail-product-price__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%; }
.catalog-detail-product-price__row-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row; }
.catalog-detail-product-price__price {
  font: bold 14px/114% "Open Sans", sans-serif; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-product-price__price {
    font: bold 13px/123% "Open Sans", sans-serif; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-product-price__price--desktop {
    display: none; } }
.catalog-detail-product-price__price--mobile {
  display: none; }
@media only screen and (max-width: 992px) {
  .catalog-detail-product-price__price--mobile {
    margin-top: 20px;
    display: block; } }


.overflow
{
  overflow:auto;
}
.catalog-detail
{
  overflow: hidden;
}
@media only screen and (max-width: 992px)
{
  .catalog-detail-tabs__content {
    padding: 30px 20px!important;
    margin: 0 !important;
  }
  @media only screen and (max-width: 740px)
  {
    .catalog-detail-tabs__content {
      margin: 0 10px !important;

    }
    .catalog-detail-tabs__controls{
      margin: 0 20px;
    }
    .catalog-detail-tabs__control:first-child{
      width: 100%;
    }
    .catalog-detail-tabs__control{
      font-size: 12px;
      word-break: break-word;
      border: solid 0.5px #ffffff;
    }
  }
}

.catalog-detail__arrow {
  position: absolute;
  width: 12px;
  height: 22px;
  display: inline-block;
  top: 50%;
  will-change: transform;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 7;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: .4s;
  transition: .4s;
  background-repeat: no-repeat;
  background-position: center; }
.catalog-detail__arrow--prev {
  left: -15px;
  background-image: url("/local/static/build/img/arrow-cat-l.svg"); }
@media only screen and (max-width: 992px) {
  .catalog-detail__arrow--prev {
    left: 0; } }
.catalog-detail__arrow--next {
  right: -15px;
  background-image: url("/local/static/build/img/arrow-cat-r.svg"); }
@media only screen and (max-width: 992px) {
  .catalog-detail__arrow--next {
    right: 0; } }

.catalog-detail__nav-arrow {
  position: absolute;
  width: 22px;
  height: 12px;
  display: inline-block;
  left: 50%;
  will-change: transform;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 7;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: .4s;
  transition: .4s;
  background-repeat: no-repeat;
  background-position: center; }
@media only screen and (max-width: 1200px) {
  .catalog-detail__nav-arrow {
    height: 7px; } }
.catalog-detail__nav-arrow:hover {
  opacity: .5; }
.catalog-detail__nav-arrow--next {
  background-image: url("/local/static/build/img/nav-down.svg");
  bottom: 0; }
@media only screen and (max-width: 1200px) {
  .catalog-detail__nav-arrow--next {
    background-image: url("/local/static/build/img/sl-ar-tablet-down.svg"); } }
.catalog-detail__nav-arrow--prev {
  background-image: url("/local/static/build/img/nav-up.svg");
  top: 0; }
@media only screen and (max-width: 1200px) {
  .catalog-detail__nav-arrow--prev {
    background-image: url("/local/static/build/img/sl-ar-tablet-up.svg"); } }

/*.catalog-detail__slide {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
.catalog-detail__slide img{
  min-width: 285px;
}

.catalog-detail__slider {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 450px;
  margin-right: 0;
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s; }
@media only screen and (max-width: 1200px) {
  .catalog-detail__slider {
    max-width: 270px; } }
@media only screen and (max-width: 992px) {
  .catalog-detail__slider {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding: 0 20px; } }
.catalog-detail__slider.slick-initialized {
  opacity: 1; }
.catalog-detail__slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }
.catalog-detail__slider .slick-slide {
  height: auto; }
.catalog-detail__slider .slick-slide > div {
  height: 100%;
  !*width: 450px;*!
}

.catalog-detail__slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 45%; }
@media only screen and (max-width: 992px) {
  .catalog-detail__slider-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 23px; } }

.catalog-detail__nav-slide {
  width: 80px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 10px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important; }
@media only screen and (max-width: 1200px) {
  .catalog-detail__nav-slide {
    width: 50px;
    height: 59px;
    padding: 0 4.5px; } }

.catalog-detail__nav-slide-inside {
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: border-color .4s;
  transition: border-color .4s;
  height: 100%;
  width: 100%; }
.catalog-detail__nav-slide-inside:hover {
  border-color: #014ea2; }
.catalog-detail__nav-slide-inside img {
  max-width: 100%;
  max-height: 100%; }

.catalog-detail__nav-slider {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 450px;
  padding: 20px 0;
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s; }
@media only screen and (max-width: 1200px) {
  .catalog-detail__nav-slider {
    max-width: 270px;
    padding: 10px 0; } }
@media only screen and (max-width: 992px) {
  .catalog-detail__nav-slider {
    display: none !important; } }
.catalog-detail__nav-slider.slick-initialized {
  opacity: 1; }
.catalog-detail__nav-slider .slick-slide.slick-current.slick-active .catalog-detail__nav-slide-inside {
  border-color: #014ea2; }*/

.catalog-detail-sl {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
 /* margin: 0 15px 40px;*/
  max-width: 100%;
  width: -webkit-calc(100% - 30px);
  width: 100%;
  /*width: calc(100% - 30px);*/ }
@media only screen and (max-width: 1200px) {
  .catalog-detail-sl {
    margin-bottom: 30px; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-sl {
    max-width: -webkit-calc(100% - 30px);
    max-width: calc(100% - 30px); } }
.catalog-detail-sl__options {
  font: normal 18px/144% "Open Sans", sans-serif; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-sl__options {
    font: normal 15px/133% "Open Sans", sans-serif; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-sl__options {
    font: normal 12px/167% "Open Sans", sans-serif; } }
.catalog-detail-sl__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-left: 50px;
  padding-bottom: 32px; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-sl__right {
    padding-left: 20px;
    padding-bottom: 28px; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-sl__right {
    padding-left: 0;
    padding-bottom: 0; } }
.catalog-detail-sl__bottom-item {
  font: bold 16px/150% "Open Sans", sans-serif;
  color: #014ea2;
  margin-bottom: 20px; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-sl__bottom-item {
    font: bold 13px/185% "Open Sans", sans-serif;
    margin-bottom: 5px; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-sl__bottom-item {
    text-align: center; } }
.catalog-detail-sl__bottom-item:last-child {
  margin-bottom: 0; }
.catalog-detail-sl__desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap column;
  flex-flow: wrap column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.catalog-detail-product {
  width: 100%;
  /*margin: 0 15px 60px; */
}

@media only screen and (max-width: 1200px) {
  .catalog-detail-product {
    margin-bottom: 30px; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-product {
    border-top: 1px solid #e6e6e6; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-product__header {
    display: none !important; } }
.catalog-detail-product__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  border-bottom: solid 1px #e6e6e6; }
.catalog-detail-product__row:nth-child(odd) .catalog-detail-product-desc {
  background: #f5f5f5; }
.catalog-detail-product__row:nth-child(odd) .catalog-detail-product-price {
  background: #f5f5f5; }
.catalog-detail-product__head {
  font: 600 12px/100% "Open Sans", sans-serif;
  color: white;
  background: #014ea2;
  padding: 10px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center; }
.catalog-detail-product__col:first-child .catalog-detail-product__head {
  -webkit-box-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-product__head {
    font: 600 10px/120% "Open Sans", sans-serif;
    text-align: center;
    padding: 9px 9px; } }
.catalog-detail-product__col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31%;
  flex: 0 0 31%;
  max-width: 31%; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-product__col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-product__col-4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    max-width: 100%; } }
.catalog-detail-product__col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 9.50%;
  flex: 0 0 9.50%;
  max-width: 9.50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-product__col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 7.50%;
    flex: 0 0 7.50%;
    max-width: 7.50%; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-product__col-1 {
    display: none; } }
.catalog-detail-product__col-1 .catalog-detail-product__head {
  padding: 10px 19px; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-product__col-1 .catalog-detail-product__head {
    padding: 9px 9px; } }
.catalog-detail-product__col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-product__col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 53%;
    flex: 0 0 53%;
    max-width: 53%; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-product__col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px; } }
.catalog-detail-product__col-4 > div, .catalog-detail-product__col-1 > div, .catalog-detail-product__col-6 > div {
  height: 100%; }

.catalog-detail-product-desc {
  padding: 14px 30px;
  font: 300 14px/114% "Open Sans", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
  border-left: solid 1px #e6e6e6; }
.catalog-detail-product__col:nth-child(2) .catalog-detail-product-desc {
  text-align: center; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-product-desc {
    padding: 14px 10px;
    font: 300 13px/123% "Open Sans", sans-serif; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-product-desc {
    display: block;
    padding: 22px 10px 14px;} }

.catalog-detail-product-price {
  padding: 14px 30px;
  border-right: solid 1px #e6e6e6;
  border-left: solid 1px #e6e6e6; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-product-price {
    padding: 14px 20px; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-product-price {
    border-left: none;
    padding: 14px 10px; } }
.catalog-detail-product-price__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%; }
.catalog-detail-product-price__row-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row; }
.catalog-detail-product-price__price {
  font: bold 14px/114% "Open Sans", sans-serif; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-product-price__price {
    font: bold 13px/123% "Open Sans", sans-serif; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-product-price__price--desktop {
    display: none; } }
.catalog-detail-product-price__price--mobile {
  display: none; }
@media only screen and (max-width: 992px) {
  .catalog-detail-product-price__price--mobile {
    margin-top: 20px;
    display: block; } }

.product-price-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 50px; }
@media only screen and (max-width: 1200px) {
  .product-price-counter {
    margin-right: 40px; } }
@media only screen and (max-width: 992px) {
  .product-price-counter {
    margin-right: 0;
    margin-bottom: 20px; } }
.product-price-counter__count {
  border: none;
  background: transparent;
  width: 49px;
  height: 32px;
  font: normal 18px/130% "Open Sans", sans-serif;
  text-align: center;
  margin: 0 10px; }
@media only screen and (max-width: 1200px) {
  .product-price-counter__count {
    padding: 0 4px;
    margin: 0; } }
@media only screen and (max-width: 992px) {
  .product-price-counter__count {
    width: -webkit-calc(100% - 54px);
    width: calc(100% - 54px);
    font: normal 14px/130% "Open Sans", sans-serif; } }
.product-price-counter__controls {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  cursor: pointer;
  -webkit-transition: -webkit-transform .13s;
  transition: -webkit-transform .13s;
  transition: transform .13s;
  transition: transform .13s, -webkit-transform .13s; }
.product-price-counter__controls svg g {
  -webkit-transition: .4s;
  transition: .4s; }
.product-price-counter__controls:hover svg g {
  stroke: #4587e6; }
.product-price-counter__controls:active {
  -webkit-transform: scale(0.94);
  transform: scale(0.94); }
.product-price-counter__controls.disable {
  pointer-events: none; }
.product-price-counter__controls.disable svg g {
  stroke: #85888c; }

.product-price-add-cart {
  font: bold 12px/133% "Open Sans", sans-serif;
  text-transform: uppercase; }
@media only screen and (max-width: 992px) {
  .product-price-add-cart {
    width: 100%;
    text-align: center; } }
.product-price-add-cart__btn {
  font: bold 12px/133% "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #014ea2;
  -webkit-transition: .4s;
  transition: .4s; }
@media only screen and (max-width: 992px) {
  .product-price-add-cart__btn {
    display: inline-block; } }
.product-price-add-cart__btn:hover {
  color: #4587e6; }
.product-price-add-cart__btn--link {
  font: bold 12px/133% "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #0eb34e;
  -webkit-transition: .4s;
  transition: .4s; }
@media only screen and (max-width: 992px) {
  .product-price-add-cart__btn--link {
    display: inline-block; } }

.catalog-detail-tabs {
  width: 100%;
  margin: 0 15px;
  /*border: solid 1px #e6e6e6; */
}
@media only screen and (max-width: 992px) {
  .catalog-detail-tabs {
    margin-right: -15px;
    margin-left: -15px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px); } }
.catalog-detail-tabs__controls {
  display: flex;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  /*flex-flow: wrap row;*/
  /*display: -webkit-box;*/
  /*display: -webkit-flex;*/
}
.catalog-detail-tabs__control {
  flex: 1 1 auto;
  font: 600 16px/150% "Open Sans", sans-serif;
  padding: 20px;
  background: #014ea2;
  color: white;
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s;
  cursor: pointer;
  /*-webkit-box-flex: 0;*/
  /*-webkit-flex: 0 0 50%;*/
  /*flex: 0 0 50%;*/
  /*max-width: 50%;*/
}
@media only screen and (max-width: 1200px) {
  .catalog-detail-tabs__control {
    font: 600 15px/160% "Open Sans", sans-serif; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-tabs__control {
    font: 600 13px/160% "Open Sans", sans-serif;
    padding: 10px; } }
.catalog-detail-tabs__control.active {
  background: #e7f0f7;
  color: #014ea2; }
.catalog-detail-tabs__content {
  /* padding: 40px; */
  position: relative;
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 992px) {
  .catalog-detail-tabs__content {
    padding: 30px 10px; } }
.catalog-detail-tabs__content p {
  margin-bottom: 50px; }
.catalog-detail-tabs__content table p {
  margin: 0 !important; }
.catalog-detail-tabs__content img {
  display: block;
  margin-bottom: 30px; }
.catalog-detail-tabs__box {
  background: white; }
.catalog-detail-tabs__box.disabled {
  display: none; }
.catalog-detail-tabs__box.active {
  display: block;
  position: relative; }

.catalog-detail-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px; }
.catalog-detail-file__img {
  margin-right: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px; }
@media only screen and (max-width: 1200px) {
  .catalog-detail-file__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 52px;
    flex: 0 0 52px;
    max-width: 52px; } }
@media only screen and (max-width: 992px) {
  .catalog-detail-file__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46px;
    flex: 0 0 46px;
    max-width: 46px;
    margin-right: 10px; } }
.catalog-detail-file__img img {
  margin-bottom: 0; }
.catalog-detail-file__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1; }
.catalog-detail-file__title {
  font: 600 16px/188% "Open Sans", sans-serif; }
@media only screen and (max-width: 992px) {
  .catalog-detail-file__title {
    font: 600 16px/113% "Open Sans", sans-serif; } }
.catalog-detail-file__desc {
  font: normal 14px/214% "Open Sans", sans-serif; }
.catalog-detail-file__desc a {
  font: normal 14px/214% "Open Sans", sans-serif; }

.table-scroll-wrapper .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #e9e9e9; }

.table-scroll-wrapper .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 10px; }

.table-scroll-wrapper .mCSB_scrollTools {
  opacity: 1; }

.table-scroll-wrapper .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  height: 10px;
  border-radius: 5px;
  background-color: #014ea2; }

.table-scroll-wrapper .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #4587e6; }

.table-scroll-wrapper .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .table-scroll-wrapper .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #014ea2; }

.jq-toast-single {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }

.table-header {
  background-color: #014ea2 !important; }
.table-header td {
  color: #fff !important;
  font: 600 12px/100% "Open Sans", sans-serif !important;
  padding: 10px 30px !important;
  border: none; }
.table-header td p {
  font: 600 12px/100% "Open Sans", sans-serif !important;
  color: #fff !important;
  margin: 0 !important; }

table td {
  padding: 10px 5px; }
table td p {
  margin: 0 !important; }



/*форма оповестить о поступлении*/
.any-questions__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 50px; }
@media only screen and (max-width: 960px) {
  .any-questions__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px; } }
@media only screen and (max-width: 740px) {
  .any-questions__grid {
    margin-bottom: 20px; } }

.any-questions__first {
  width: -webkit-calc(100% / 3 - 30px - 1px);
  width: calc(100% / 3 - 30px - 1px);
  margin-right: 30px; }
@media only screen and (max-width: 960px) {
  .any-questions__first {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px; } }

.any-questions_not-amount-title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  color: #000000;
  margin: 0 15px 25px;
}
.any-questions__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 25px; }
@media only screen and (max-width: 960px) {
  .any-questions__title {
    font-size: 28px;
    margin-bottom: 25px; } }
@media only screen and (max-width: 740px) {
  .any-questions__title {
    font-size: 22px;
    margin-bottom: 20px; } }

.any-questions__subtitle-text {
  font-size: 20px;
  color: #272727; }
@media only screen and (max-width: 960px) {
  .any-questions__subtitle-text {
    max-width: 600px;
    margin: 0 auto;
    font-size: 18px; } }
@media only screen and (max-width: 740px) {
  .any-questions__subtitle-text {
    font-size: 15px; } }

.any-questions__second {
  width: -webkit-calc(100% / 3 * 2);
  width: calc(100% / 3 * 2); }
@media only screen and (max-width: 960px) {
  .any-questions__second {
    width: 100%; } }

.any-questions__form-wrap {
  width: 100%;
  /*margin: 0 15px 40px;*/
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  padding: 32px 40px 37px; }
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .any-questions__form-wrap {
    margin-right: -15px;
    margin-left: -15px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
  }
}
@media only screen and (max-width: 960px) {
  .any-questions__form-wrap {
    padding: 25px 35px 30px; } }
@media only screen and (max-width: 740px) {
  .any-questions__form-wrap {
    padding: 20px 15px 25px; } }
@media only screen and (max-width: 479px) {
  .any-questions__form-wrap {
    padding: 10px 0;
    border: 0; } }

.any-questions__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 0 -15px; }
@media only screen and (max-width: 1200px) {
  .any-questions__row {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media only screen and (max-width: 740px) {
  .any-questions__row {
    margin: 0; } }

.any-questions__label {
  width: -webkit-calc(100% / 3 - 30px);
  width: calc(100% / 3 - 30px);
  margin: 0 15px 25px; }
@media only screen and (max-width: 1200px) {
  .any-questions__label {
    width: -webkit-calc(100% / 2 - 30px);
    width: calc(100% / 2 - 30px); }
  .any-questions__label:first-child {
    width: -webkit-calc(100% / 1 - 30px);
    width: calc(100% / 1 - 30px); } }
@media only screen and (max-width: 740px) {
  .any-questions__label {
    width: 100%;
    margin: 0 0 20px; }
  .any-questions__label:first-child {
    width: 100%; } }

.any-questions__label-textarea {
  width: 100%;
  margin-bottom: 25px; }
@media only screen and (max-width: 740px) {
  .any-questions__label-textarea {
    margin-bottom: 25px; } }

.any-questions__footer {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }
@media only screen and (max-width: 740px) {
  .any-questions__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; } }

.any-questions__agree {
  max-width: 360px;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.23px;
  color: #2d2d2d;
  margin-right: 25px; }
@media only screen and (max-width: 740px) {
  .any-questions__agree {
    margin-right: 0;
    margin-bottom: 15px;
    max-width: none; } }
.any-questions__agree a {
  font-weight: 600;
  letter-spacing: 0.25px; }

.any-questions__form-wrap .form-success__title,
.any-questions__form-wrap .form-success__text {
  max-width: unset;
}
.any-questions__form-wrap .form-success__text {
  margin-bottom: 0;
}


/* стикер "распродажа" */
.stickers.offers-list-sticker {
  position: relative;
  display: inline;
  top: -3px;
  margin: 0 auto auto 0;

  float: left;
  height: 0;
}

.stickers.offers-list-sticker .sticker {
  font: normal 11px/100% "Open Sans", sans-serif;
  padding: 0px 9px 2px 5px;
}
.stickers.offers-list-sticker .sticker:before {
  border: 8.5px solid transparent;
  border-right: 6px solid white;
}

.catalog-detail-product__row:nth-child(odd) .catalog-detail-product__col.offers-list-sticker .stickers.offers-list-sticker .sticker:before {
  border-right: 6px solid #f5f5f5;
}

.slick-slide img {
  display: block;
  /*max-width: initial !important;*/
  /*width: -webkit-fill-available;*/
}

.catalog-detail-sl__bottom-item.a {
  border-bottom: 1px dashed;
}

.catalog-detail-sl__bottom-item svg {
  fill: #014ea2;
  width: 17px;
  margin-right: 5px;
  transform: translateY(-1px);
  transition: fill 0.3s ease, opacity 0.3s ease, border 0.3s ease, background .3s ease;
}

.catalog-detail-sl__bottom-item:hover svg {
  fill: #4587e6;
}

.catalog-detail-materials img {
  max-width: 100% !important;
  height: auto !important;
}

.catalog-detail-materials .table-scroll-wrap {
  max-width: 100%;
  overflow-x: auto;
}


.consultation-btn-old {
  display: inline-block;
  background-color: #ffae00;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#db9500), to(#ffae00));
  background-image: linear-gradient(to top, #db9500 0%, #ffae00 100%);
  border-radius: 3px;
  position: relative;
  text-decoration: none;
  padding-left: 11px; }
.consultation-btn-old:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffae00), to(#db9500));
  background-image: linear-gradient(to top, #ffae00 0%, #db9500 100%);
  border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.consultation-btn-old:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=10;
  opacity: 1; }
.consultation-btn-old:active {
  top: 2px; }
.consultation-btn-old img {
  position: absolute;
  top: 5px; }
.consultation-btn-old span {
  font: bold 14px/100% "Open Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 25px 12px 30px;
  display: inline-block;
  z-index: 100;
  position: relative;
  white-space: nowrap; }
.phone-block{
  margin: 20px 0 10px 0;
}

.catalog-detail-product{
  margin: 0 15px 60px 15px;
  width: 100%;
}
.show-more-container{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
#showMore{
  font-size: 16px;
  padding: 6px 18px;
  color: #005AAA;
  background-color: #ffffff;
  border: 1px solid #005AAA;
  border-radius: 4px;
  cursor: pointer;
  transition: 200ms;
}
#showMore:hover{
  color: #ffffff;
  background-color: #005AAA;
}

.offers-table .catalog-detail-product-desc {
  padding: 15px;
}
.offers-table .catalog-detail-product-desc__row{
  display: flex;
  align-items: center;
}
.offers-table .img-table{
  display: flex;
  flex: 1 0 auto;
  margin-right: 15px;
  width: 60px;
  height: 60px;
}
.offers-table .img-table img{
  object-fit: contain;
  width: 100%;
}



/* стили грида каталога */
.section_description
{
  padding: 20px;
  border-radius: 2px;
  border: solid 1px #d9d9d9;
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-bottom:20px;
}
.catalog-list {
  padding: 5px 0 0;
  margin: 0 15px;
  width: -webkit-calc(100% - 2*15px);
  width: calc(100% - 2*15px); }
.catalog-list__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  margin-right: -15px;
  margin-left: -15px; }

.catalog-list-item {
  padding: 0 15px;
  margin-bottom: 30px; }
.catalog-list-item--small {
  width: 26.65%; }
@media only screen and (max-width: 992px) {
  .catalog-list-item--small {
    width: 50%; } }
@media only screen and (max-width: 768px) {
  .catalog-list-item--small {
    width: 100%; } }
.catalog-list-item--big {
  width: 46.7%; }
@media only screen and (max-width: 992px) {
  .catalog-list-item--big {
    width: 50%; } }
@media only screen and (max-width: 768px) {
  .catalog-list-item--big {
    width: 100%; } }
.catalog-list-item--medium {
  width: 33.33%; }
@media only screen and (max-width: 992px) {
  .catalog-list-item--medium {
    width: 50%; } }
@media only screen and (max-width: 768px) {
  .catalog-list-item--medium {
    width: 100%; } }
.catalog-list-item__box {
  border-radius: 2px;
  border: solid 1px #d9d9d9;
  height: 324px;
  padding: 20px 15px 15px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }
.catalog-list-item__box .catalog-list-item__promo-sticker-container {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  top: 12px;
  left: 12px;
  width: calc(100% - 24px);
}
.catalog-list-item__promo-sticker-container .catalog-list-item__promo-sticker {
  position: relative;
  display: block;
  white-space: nowrap;
  background-color: #014ea2;
  width: fit-content;
  color: white;
  font-size: 14px;
  line-height: normal;
  padding: 4px 6px;
  border-radius: 4px;
}
@media only screen and (max-width: 1200px) {
  .catalog-list-item__box {
    height: 280px; } }
@media only screen and (max-width: 1100px) {
  .catalog-list-item__box {
    height: 240px; } }
@media only screen and (max-width: 768px) {
  .catalog-list-item__box {
    height: 100px;
    padding: 20px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .catalog-list-item__promo-sticker-container {
    justify-content: end;
    top: 7px !important;
    right: 7px !important;
    left: auto !important;
  }
  .catalog-list-item__promo-sticker-container .catalog-list-item__promo-sticker {
    font-size: 13px;
    padding: 3px 5px;
  }
}
.catalog-list-item__box:hover .catalog-list-item__title {
  color: #4587e6; }
.catalog-list-item__box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3; }
.catalog-list-item__title {
  font: bold 15px/133% "Open Sans", sans-serif;
  color: #014ea2;
  -webkit-transition: .4s;
  transition: .4s;
  word-break: break-word;
  text-align: center;
  max-width: 320px;
  max-height: 61px;
  overflow: hidden; }
@media only screen and (max-width: 768px) {
  .catalog-list-item__title {
    font: bold 14px/143% "Open Sans", sans-serif;
    max-height: 80px;
    overflow: hidden;
    text-align: left; } }
.catalog-list-item__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 219px;
  width: -webkit-calc(100% - 2*50px);
  width: calc(100% - 2*50px);
  margin: 0 0 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto; }
@media only screen and (max-width: 1200px) {
  .catalog-list-item__img {
    height: 135px; } }
@media only screen and (max-width: 768px) {
  .catalog-list-item__img {
    width: 80px;
    height: 80px;
    margin: 0 10px 0 0; } }
.catalog-list-item__img img {
  max-width: 100%;
  max-height: 100%; }

.disable-filter{
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 13px;
  height: 40px;
  max-width: 160px;
  color: #005AAA;
  border-radius: 0;
  border: 1px solid #005AAA;
  margin-top: 20px;
  cursor: pointer;
  transition: 300ms ease;
}
.disable-filter:hover{
  color: #ffffff;
  background: #005AAA;
}
/* End */


/* Start:/local/templates/.default/include/consultation-in-catalog/style.css?174280475510220*/
.supplement {
    font-size: 0;
    position: relative;
    width: 100%;
    /*margin: 0 -15px 20px 245px;*/
}

.supplement:after {
    content: "";
    display: table;
    clear: both;
}

.supplement-contacts .consultation-block {
    height: auto;
    float: none;
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.supplement-contacts .consultation-block .consultation__text {
    font: 400 16px/120% "Open Sans", sans-serif;
    color: #000;
}

.supplement-contacts .consultation-block .consultation__phone {
    font: bold 40px/110% "Open Sans", sans-serif;
    color: #000;
}

.supplement-contacts .consultation-block .consultation__phone:hover {
    color: #9dcbff;
}

.bootstrap-list {
    position: relative;
    float: left;
    height: 225px;
    width: 49%;
    border: 5px solid #e9e9e9;
    margin: 0 0 40px 0;
}

@media only screen and (max-width: 900px) {
    .bootstrap-list {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .bootstrap-list {
        display: table;
    }
}

.bootstrap-list__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    margin-top: 33px;
}

@media only screen and (max-width: 900px) {
    .bootstrap-list__wrap {
        margin-top: 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (max-width: 500px) {
    .bootstrap-list__wrap {
        display: table-cell;
        vertical-align: middle;
        padding: 0 0 0 0;
        margin: 0;
    }
}

.bootstrap-list__block {
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
    position: relative;
}

@media only screen and (max-width: 500px) {
    .bootstrap-list__block {
        display: block;
        float: none;
        width: 100%;
        height: auto;
        margin: 0 0 20px 0;
    }
}

.bootstrap-list__block--big {
    width: 50%;
}

@media only screen and (max-width: 500px) {
    .bootstrap-list__block--big {
        width: 100%;
    }
}

.bootstrap-list__block-wrap {
    position: relative;
    width: 100%;
    height: 112px;
    font-size: 0;
    display: block;
}

@media only screen and (max-width: 500px) {
    .bootstrap-list__block-wrap {
        height: inherit;
    }
}

.bootstrap-list__block:nth-child(2n+1) .bootstrap-list__item {
    width: 100%;
}

@media only screen and (max-width: 500px) {
    .bootstrap-list__block:nth-child(2n+1) .bootstrap-list__item {
        width: 100%;
    }
}

.bootstrap-list__item {
    text-align: center;
    position: relative;
    font-size: 0;
    display: block;
    line-height: 0;
    width: 100%;
    vertical-align: middle;
}

.bootstrap-list__item--right {
    padding: 0 20px;
    text-align: center;
    margin-top: 20px;
}

@media only screen and (max-width: 500px) {
    .bootstrap-list__item--right {
        display: block;
        width: 100%;
    }
}

.bootstrap-list__item--left {
    text-align: center;
}

@media only screen and (max-width: 500px) {
    .bootstrap-list__item--left {
        display: none;
    }
}

.bootstrap-list__link {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font: 400 14px/140% "Open Sans", sans-serif;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media only screen and (max-width: 500px) {
    .bootstrap-list__link {
        display: block;
        font: 400 16px/120% "Open Sans", sans-serif;
    }
}

.bootstrap-list__icon {
    display: table-cell;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
}

.bootstrap-list__icon--1 {
    width: 57px;
    height: 73px;
    background-image: url(/local/static/assets/img/bootstrap-icon-1.png);
}

.bootstrap-list__icon--2 {
    width: 97px;
    height: 67px;
    background-image: url(/local/static/assets/img/bootstrap-icon-2.png);
}

.bootstrap-list__icon--3 {
    width: 58px;
    height: 73px;
    background-image: url(/local/static/assets/img/bootstrap-icon-3.png);
}

.bootstrap-list__icon--4 {
    width: 57px;
    height: 73px;
    background-image: url(/local/static/assets/img/bootstrap-icon-4.png);
}

.consultation-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    background-color: #ffae00;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#db9500), to(#ffae00));
    background-image: linear-gradient(to top, #db9500 0%, #ffae00 100%);
    border-radius: 3px;
    position: relative;
    text-decoration: none;
}

.consultation-block .consultation-btn {
    margin-top: 10px;
}

.consultation-btn:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffae00), to(#db9500));
    background-image: linear-gradient(to top, #ffae00 0%, #db9500 100%);
    border-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.Alpha Opacity=0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.consultation-btn:hover:before {
    filter: progid:DXImageTransform.Microsoft.Alpha Opacity=10;
    opacity: 1;
}

.consultation-btn:active {
    top: 2px;
}

.consultation-btn span {
    font: bold 12px/100% "Open Sans", sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 0 10px;
    display: inline-block;
    z-index: 100;
    position: relative;
    white-space: nowrap;
}

.consultation-btn img {
    display: inline-block;
    position: relative;
    z-index: 100;
}

.consultation-btn-old {
    display: inline-block;
    background-color: #ffae00;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#db9500), to(#ffae00));
    background-image: linear-gradient(to top, #db9500 0%, #ffae00 100%);
    border-radius: 3px;
    position: relative;
    text-decoration: none;
    padding-left: 11px;
}

.consultation-btn-old:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffae00), to(#db9500));
    background-image: linear-gradient(to top, #ffae00 0%, #db9500 100%);
    border-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.Alpha Opacity=0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.consultation-btn-old:hover:before {
    filter: progid:DXImageTransform.Microsoft.Alpha Opacity=10;
    opacity: 1;
}

.consultation-btn-old:active {
    top: 2px;
}

.consultation-btn-old img {
    position: absolute;
    top: 5px;
}

.consultation-btn-old span {
    font: bold 14px/100% "Open Sans", sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 25px 12px 30px;
    display: inline-block;
    z-index: 100;
    position: relative;
    white-space: nowrap;
}

.consultation {
    display: flex;
    flex-direction: column;
    align-items: center;

    position: relative;
    width: 100%;
    border: 5px solid #ffae00;
    height: auto;
    /*height: 225px;*/
    text-align: center;
    margin-top: 40px;
    padding: 10px 20px;
}

@media only screen and (max-width: 900px) {
    .consultation {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .consultation {
        padding: 5px 20px;
    }
}

p.consultation__text {
    font: 400 16px/140% "Open Sans", sans-serif;
    color: #000;
    margin: 0 0 5px 0;
}

.consultation__phone {
    font: bold 40px/100% "Open Sans", sans-serif;
    color: #424242;
    display: block;
    margin: 0 0 5px 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.consultation__phone--grey {
    font: bold 30px/100% "Open Sans", sans-serif;
    color: #747474;
    margin: 0 0 5px 0;
}

@media only screen and (max-width: 500px) {
    .consultation__phone--grey {
        font: bold 25px/100% "Open Sans", sans-serif;
    }
}

@media only screen and (max-width: 500px) {
    .consultation__phone {
        font: bold 30px/100% "Open Sans", sans-serif;
    }
}

.consultation_rvz {
    position: relative;
    float: right;
    width: 100%;
    border: 5px solid #ffae00;
    height: 150px;
    text-align: center;
    padding: 10px 20px;
}

@media only screen and (max-width: 900px) {
    .consultation_rvz {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .consultation_rvz {
        padding: 5px 20px;
    }
}

.supplement-contacts .consultation-block {
    height: auto;
    float: none;
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.supplement-contacts .consultation-block .consultation__text {
    font: 400 16px/120% "Open Sans", sans-serif;
    color: #000;
}

.supplement-contacts .consultation-block .consultation__phone {
    font: bold 40px/110% "Open Sans", sans-serif;
    color: #000;
}

.supplement-contacts .consultation-block .consultation__phone:hover {
    color: #9dcbff;
}

.scroll-anim {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}

.scroll-anim-active {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.scroll-anim-transition {
    -webkit-transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
}

.viewed-product{
    margin-bottom: 30px;
}
/* End */


/* Start:/local/components/rowen/get-consultation/templates/bit/style.css?16536619491362*/

.consultation-btn-old {
    display: inline-block;
    background-color: #ffae00;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#db9500), to(#ffae00));
    background-image: linear-gradient(to top, #db9500 0%, #ffae00 100%);
    border-radius: 3px;
    position: relative;
    text-decoration: none;
    padding-left: 11px; }
.consultation-btn-old:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffae00), to(#db9500));
    background-image: linear-gradient(to top, #ffae00 0%, #db9500 100%);
    border-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.Alpha Opacity=0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.consultation-btn-old:hover:before {
    filter: progid:DXImageTransform.Microsoft.Alpha Opacity=10;
    opacity: 1; }
.consultation-btn-old:active {
    top: 2px; }
.consultation-btn-old img {
    position: absolute;
    top: 5px; }
.consultation-btn-old span {
    font: bold 14px/100% "Open Sans", sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 25px 12px 30px;
    display: inline-block;
    z-index: 100;
    position: relative;
    white-space: nowrap; }
.phone-block{
    margin: 20px 0 10px 0;
}
/* End */
/* /local/templates/.default/components/bitrix/catalog/rowen/style.css?17435008521822 */
/* /local/components/rowen/catalog-navigation.v2/templates/.default/style.css?17319159572402 */
/* /local/components/custom/industry-filter/templates/.default/style.css?17526703865085 */
/* /local/templates/.default/components/bitrix/catalog/rowen/bitrix/catalog.section.list/.default/style.css?172923149010387 */
/* /local/templates/.default/components/bitrix/catalog/rowen/bitrix/catalog.section/.default/style.css?174350085250211 */
/* /local/templates/.default/include/consultation-in-catalog/style.css?174280475510220 */
/* /local/components/rowen/get-consultation/templates/bit/style.css?16536619491362 */
