

/* Start:/local/components/vanda/price.list/templates/.default/style.css?16986573038011*/
.price-list-page {
  position: relative;
  background-color: #e9e6e6;
  padding: 20px 16px 0 16px;
}
.price-list__title {
  text-align: center;
}
.price-list__wrapper {  
  display: -ms-grid;  
  display: grid;
  -ms-grid-columns: calc(20% - 8px) 16px calc(80% - 8px);
  grid-template-columns: calc(20% - 8px) calc(80% - 8px);
  gap: 16px;
} 
.price-list__navigation {
  position: sticky;
  left: 0;
  top: calc(var(--header-height) + 20px) ;
  overflow-y: auto;
  height: 75vh;
}
.price-list__navigation::-webkit-scrollbar {
  width: 0;
}
.price-list__navigation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.price-list__navigation-item:not(:last-child) {
  margin-right: 15px;
}
.u-navigation__anchor-link {
  display: inline-block;
  width: 100%;
  color: #333333;
  padding: 5px;
  text-decoration: none !important;
}
.u-navigation__anchor-link--is-active {
  background-color: #53A4D8;
  color: white !important;
}
.u-navigation__anchor-link:hover {
  color: #991717;
}

.price-list__table {
  width: 100%;
}
.price-list-table {
  overflow-x: auto;
}
.price-list__tables {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  padding: 20px;
}

.download-file__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(70% - 25px) 50px calc(30% - 25px);
  grid-template-columns: calc(70% - 25px) calc(30% - 25px);
  gap: 50px;
}
.download-file__content {
  font-size: 18px;
}
.download-file__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.download-file__wrapper:hover .download-file__svg-wrapper {
  background-color: #0f773d;
  color: white;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.download-file__img {
  width: 100px;
  height: 80px;
}
.download-file__svg {
  width: 100%;
  height: 100%;
}

.price-list-table table {
  text-decoration: none;
  border-collapse: collapse;
  width:100%;
  text-align: center;
}
.price-list-table table th {
  font-weight: 700;
  text-align: center;
  max-width: 200px;
  padding: 10px 5px;
  background: #039 ;
  color: #FFF ;
  font-weight: 700;
  border-color: #FFF ;
}
.price-list-table table th:first-child {
  border-left-color: #039;
}  
.price-list-table table th:last-child {
  border-right-color: #039;
}
.price-list-table table td {
  color: #039;
  font-weight: 700;
  min-width: 100px;
}
.price-list-table table td,table th {
  line-height:13px;
  vertical-align: middle;
  border: 1px solid #039;
}
.price-list-table table tr:not(:first-child):hover {
  background-color: #ebf8ff;
}
.price-list-table table tr:hover td {
  color:#000000;
  cursor:default;
}
.price-list-table table td img {
  height: 50px;
  width: 100px;
  -o-object-fit: contain;
    object-fit: contain;
  cursor: pointer;
}

.price-list-table table td a:hover {
  text-decoration: underline;
  color: #c32328;
}

.anchor-catalog-link {
  display: block;
}

.y-accordion {
  padding: 10px;
  background: #edf6fc;
} 
.y-accordion-item {
  background: #edf6fc;
}
.y-accordion-item:last-child {
  margin-bottom: 0;
}
.y-accordion-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.y-accordion-item__header:hover {
  color: #0056b3;
  border-radius: inherit;
}
.y-accordion-item__header:active {
  background-color: inherit;
}
.y-accordion__title{
  margin: 0;
  display: block;
  text-decoration: none;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #333333;
}
.y-accordion-item__svg-arrow {
  width: 100%;
  height: 100%;
  color: #039be5;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.y-accordion-item__svg-arrow-wrapper {
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  width: 20px; 
  height: 20px;
  margin-left: 5px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.y-accordion-item.is-opened .y-accordion-item__svg-arrow {
  color: #c32328;
}
.y-accordion-item__body {
  padding-top: 7px;
  border-top: 1px solid black;
  overflow: hidden;
}
.y-accordion-item.is-opened .y-accordion-item__svg-arrow-wrapper {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.price-list__navigation .y-accordion-item.is-opened .y-accordion-item__svg-arrow-wrapper {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg)
}
.y-accordion .y-accordion-item:not(.is-opened) .y-accordion-item__svg-arrow-wrapper{
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
} 
.y-accordion .y-accordion-item:not(.is-opened) .y-accordion-item__svg-arrow{
  color: #039be5;
} 
.y-accordion-item__body:not(.is-opened) {
  border-color: transparent;
}
.y-accordion-item__link {
  display: block;
  color: black;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 60px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding-left: 20px;
  border-bottom: 1px solid rgb(102, 102, 102);
}
.y-accordion-item__link:hover{
  text-decoration: underline;
  color: #0056b3;
}
.y-accordion-item .y-accordion {
  padding: 5px;
  padding-bottom: 0;
}
.y-accordion-item .y-accordion .y-accordion-item.is-opened{
  border-bottom: 1px solid #53A4D8;
}
.y-accordion-item .y-accordion .y-accordion__title{
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;;
}
.y-accordion-item .y-accordion .y-accordion-item__body{
  padding: 0;
}
.y-accordion-item .y-accordion-item .y-accordion-item__svg-arrow-wrapper{
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.y-accordion-item__body .y-accordion-item.is-opened .y-accordion-item__svg-arrow-wrapper{
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 1400px) {
  .download-file__inner {
    display: block;
  }
}
@media (max-width: 1200px) {
  .price-list__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(25% - 8px) 16px calc(75% - 8px);
    grid-template-columns: calc(25% - 8px) calc(75% - 8px);
    gap: 16px;
  }
}
@media (max-width: 991px) {
  .price-list__wrapper {
    display: block;
  }
  .price-list__navigation {
    height: 100%;
    overflow-y: hidden;
    margin-left: unset;
    position: static;
  }
  .u-navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .u-navigation__anchor-link {
    text-align: start;
    padding-left: 30px;
  }
  .y-accordion-item .y-accordion {
    padding-left: 30px;
  }
  .y-accordion-item .y-accordion-item .u-navigation__anchor-link{
    padding-left: 10px;
  }
}
/* End */
/* /local/components/vanda/price.list/templates/.default/style.css?16986573038011 */
