.previews-card-series {
  border: 1px solid #dadada;
  padding: 2rem 1rem 1rem 1rem;
  position: relative; }
  
.previews-card-series .zoom {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 5.5rem;
	height: 5.5rem;
}
.previews-card-series .zoom:before {content: '';position: absolute; left: 2rem; top: 1.75rem; background: url(images/zoom.svg) center center no-repeat; width: 2rem; height: 2.0625rem; background-size: contain;}


.previews-card-series .gallery-list {
    margin-top: 1.5rem; }

.gallery-show-wrapper {
  display: block; 
  position: relative;    width: 100%;
    overflow: hidden;
  }
  .gallery-show-wrapper:before {
  	content: "";
    display: block;
    padding-top: 70%; }
  .gallery-show-wrapper .gallery-show {
  	  left: 0;
    bottom: 0;
    right: 0;
    top: auto;
    height: 100%;
    width: auto;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap; 
    position: absolute;
    }
    .gallery-show-wrapper .gallery-show .cover {
      position: relative;
      height: 100%;
      width: 33.3333%;
      display: inline-block;
      text-align: center; }
    .gallery-show-wrapper .gallery-show img {
      position: absolute;
      bottom: 0;
      left: 50%;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      display: inline;
      max-width: 100%;
      max-height: 100%; }
      .gallery-show-wrapper .gallery-show img.no_photo {
        margin: 0 auto;
        display: block; }

.gallery-list {
  overflow: auto;
   }
  .gallery-list .gallery-item {
    margin-top: 0.5rem;
    height: 4rem;
    overflow: hidden;
    float: left;
    display: inline-block;
    margin-right: 0.5rem;
    padding: 0.5rem;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    white-space: nowrap; 
		width: 4rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
    .gallery-list .gallery-item.active {
      border-color: #e31e24; }
    .gallery-list .gallery-item:hover {
      border-color: #b2b2b2; }
    .gallery-list .gallery-item:last-child {
      margin-right: 0; }
    .gallery-list .gallery-item .cover {
      padding-right: 2px;
      padding-left: 2px;
      height: 100%;
      display: inline-block;
      width: auto; }
    .gallery-list .gallery-item img {
         max-width: 100%;
    max-height: 100%;
    height: auto;}




.catalog-series .button {
  padding: 6px 18px 6px 48px;
  font-size: 20px;
  margin-top: 0;
  color: #fff;
  min-width: 189px;
  border-bottom: 0; }
  .catalog-series .button:hover {
    color: #fff;
    font-weight: bold; }
  .catalog-series .button:before {
    position: absolute;
    top: 10px;
    left: 18px; }
  .catalog-series .button:focus {
    outline: none; }

.catalog-series .options-wrapper .button {
  min-width: 155px; }

.options-wrapper {
  width: 100%;
  padding: 2rem 15px 0;
}
  .options-wrapper .separator {
    border-bottom: 1px solid #d7d7d7; }
  @media (max-width: 639px) {
    .options-wrapper {
      margin-top: 50px; } }


.options-list {
  border-bottom: 1px solid #eeeeee; 
}
.options-list:hover, 
.options-list.hover {
	cursor: pointer;
	background-color: #f5f5f5; 
	box-shadow: 0 0 3px #d4d3d3;
}

.options-list._items .options-item {border-right: 1px solid #eeeeee; font-size: 1.125rem;}
.options-list._items .options-item:last-child {border-right: none;}
.options-list._items:hover .options-item {border-right-color: transparent;}
.options-list._items:hover .options-item.props._2:before {display: none;}

.options-item.prices  {line-height: 1;}
.options-item.prices .itemOldPrice {font-size: 0.75rem; color: #656565; text-decoration: line-through;}
.inner-list .options-list:last-child {
  border: 0; }

.options-item {
  padding: 1rem 0.5rem;
  color: #787878;
  word-break: break-all;
  text-align: center;
}
  @media (max-width: 1169px) {
 }
  @media (max-width: 639px) {
 }
  .options-item.props span {
    display: inline; 
    width: 50%;
    text-align: center;
    float: left; 
   }
  .options-item p {
    margin: 0; }
  @media (max-width: 639px) {
    .options-item.prices {
      padding-top: 0; } }
  .options-item.prices p {
    font-size: 12px; }





.options-item .quantity {
  display: inline-block;
  border: 1px solid #c1c1c1;
  background-color: #fff; 
  vertical-align: top;
}

.options-item .quantity._disabled {position: relative; border-color: #e8e8e8; cursor: default;}
.options-item .quantity._disabled:before {content: ''; position: absolute; display: block; left: 0; top: 0; right: 0; bottom: 0; background: rgba(255,255,255,0.7); z-index: 5;  cursor: default;}
.options-item .quantity._disabled button {color: #444343 !important;}

.options-item .quantity button {
  padding: 0;
  color: #444343;
  background-color: transparent;
  outline: 0;
  border: 0;
  width: 1.625rem;
  line-height: 1.875rem;
  font-size: 1rem;
  height: 1.875rem;
  float: left; 
}
.options-item .quantity button:hover {background: #e6e6e6;}
.options-list:hover .options-item .quantity button {color: #e31f24;}


.options-item .quantity input {
  height: 1.875rem;
  text-align: center;
  width: 2.125rem;
  background-color: transparent;
  outline: 0;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  vertical-align: top;
  float: left; 
  font-size: 0.875rem;
  color: #444343;
}


.options-item.bold {color: #434343; font-weight: bold;}
.options-item.art {color: #434343;}
.options-item.prices {color: #434343;}
.options-item.prices .bold {font-weight: bold;}
.options-item.quantity-item {padding: 0.5rem;}
.options-item.props._2:before {content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: #eeeeee;}


  @media (max-width: 639px) {
    .options-item.quantity-item {
      padding-top: 0; } }

.options-item.all-width {
  padding: 12px 6px;
  border: 0; }
  .options-item.all-width input {
    width: 80px; }

@media (max-width: 639px) {
  .options-item.available {
    text-align: right; } 
}

	.options-list-subhead {border-bottom: none !important;}
	.options-list-subhead,
	.options-list-subhead:hover {background: #e8e8e8; cursor: default !important;}
    
  .options-list-subhead .options-item {}

.text-characteristic {
  margin-top: 6px;
  width: 100%; }
  .text-characteristic p {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    color: #686868;
    margin-bottom: 0; }
    .text-characteristic p.sub-header.sub-header-second-level {
      margin-bottom: 14px;
      font-size: 20px;
      line-height: 20px;
      padding-bottom: 14px;
      color: #303030;
      padding-left: 0;
      padding-right: 0; }
    @media (max-width: 1169px) {
      .text-characteristic p {
        font-size: 12px; } }
  .text-characteristic .bottom-grey-border {
    border-bottom: 1px solid #d7d7d7; }
  .text-characteristic .interactive-link.add-link {
    margin-left: 16px;
    color: #2983df;
    text-decoration: none;
    font-size: 14px; }
    @media (max-width: 1169px) {
      .text-characteristic .interactive-link.add-link {
        font-size: 12px; } }
    .text-characteristic .interactive-link.add-link:hover {
      color: #e31e24;
      font-weight: normal; }
  @media (max-width: 639px) {
    .text-characteristic {
      margin-top: 16px; } }

.characteristics-table {}
  .characteristics-table p {
    font-size: 14px;
    color: #686868;
    margin-bottom: 0; }
    @media (max-width: 1169px) {
      .characteristics-table p {
        font-size: 12px; } }
  @media (max-width: 1169px) {
    .characteristics-table {
      margin-top: 18px; } }
  @media (min-width: 640px) and (max-width: 1169px) {
    .characteristics-table {
      margin-bottom: 40px; } }
  @media (max-width: 639px) {
    .characteristics-table {
      margin-bottom: 30px; } }
  .characteristics-table .table-wrapper > div {
    width: 100%;
    overflow-x: auto; }
    .characteristics-table .table-wrapper > div table {
      overflow-x: scroll;
      table-layout: fixed;
      border-collapse: inherit;
      color: #686868;
      font-size: 14px;
      width: 100%; }
      @media (max-width: 1169px) {
        .characteristics-table .table-wrapper > div table {
          font-size: 12px; } }
      .characteristics-table .table-wrapper > div table tr td {
        padding: 18px 16px;
        border-bottom: 1px solid #efefef;
        width: 138px; }
        .characteristics-table .table-wrapper > div table tr td:nth-of-type(odd) {
          background-color: #f5f5f5; }
        @media (min-width: 640px) and (max-width: 1169px) {
          .characteristics-table .table-wrapper > div table tr td {
            width: 122px; } }
        @media (max-width: 639px) {
          .characteristics-table .table-wrapper > div table tr td {
            width: 100px; } }
      .characteristics-table .table-wrapper > div table tr:last-child td {
        border: 0; }
  .characteristics-table .table-wrapper a {
    display: none; }
  .characteristics-table .fake-row {
    display: none; }
  .characteristics-table.animate .fake-row, .characteristics-table.animate .table-wrapper {
    float: left; }
  .characteristics-table.animate .fake-row {
    width: 11%;
    display: block; }
    .characteristics-table.animate .fake-row p {
      padding: 18px 16px;
      border-bottom: 1px solid #efefef; }
      .characteristics-table.animate .fake-row p:last-child {
        border: 0; }
    @media (min-width: 640px) and (max-width: 1169px) {
      .characteristics-table.animate .fake-row {
        width: 24%; } }
    @media (max-width: 639px) {
      .characteristics-table.animate .fake-row {
        width: 27%; } }
  .characteristics-table.animate .table-wrapper {
    padding: 0 26px;
    position: relative;
    width: 89%;
    background-color: #f5f5f5; }
    .characteristics-table.animate .table-wrapper > div {
      overflow: hidden; }
    .characteristics-table.animate .table-wrapper table {
      background-color: #fff;
      border: 0;
      overflow: hidden;
      margin-left: -138px; }
      @media (min-width: 640px) and (max-width: 1169px) {
        .characteristics-table.animate .table-wrapper table {
          margin-left: -122px; } }
      @media (max-width: 639px) {
        .characteristics-table.animate .table-wrapper table {
          margin-left: -100px; } }
    .characteristics-table.animate .table-wrapper a {
      position: absolute;
      top: 50%;
      color: #e31e24;
      text-decoration: none;
      font-size: 20px;
      display: block; }
      .characteristics-table.animate .table-wrapper a.left {
        left: 2px; }
      .characteristics-table.animate .table-wrapper a.right {
        right: 2px; }
      .characteristics-table.animate .table-wrapper a:hover {
        font-weight: normal; }
    @media (min-width: 640px) and (max-width: 1169px) {
      .characteristics-table.animate .table-wrapper {
        width: 76%; } }
    @media (max-width: 639px) {
      .characteristics-table.animate .table-wrapper {
        width: 73%; } }




.gallery-3d-btn {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: #e31f24; padding: 0; border: 1px solid #e31f24 !important;
}
.gallery-3d-btn:hover {
    background: #C3181E; border: 1px solid #C3181E !important;
}
.gallery-3d-btn:before {
	content: '';
	display: block;background: url(images/rotate-360.svg) no-repeat center;background-size: contain; border: 0.75rem solid transparent; position: absolute; top: 0; left: 0; bottom: 0; right: 0;
}
.gallery-3d-btn._open {display: none;}
.gallery-3d-btn._open:before {
	background: url(images/rotate-pic.png) no-repeat center;
	background-size: contain;
}

.gallery-item.gallery-3d-btn {position: relative;} 


.close3D {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #cccccc;
  width: 50px;
  height: 50px;
  z-index: 200;
  display: none;
  
}
.close3D._open {display: block;}
.close3D:before {
  color: #fff;
  font-size: 19px;
  position: absolute;
top: 15px;
    left: 16px;
}

#gallery-rotate {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	z-index: -1;
	opacity: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	padding: 2rem 1rem;
}
#gallery-rotate img {max-width: 100%;max-height: 100%;height: auto;width: auto;margin: 0 auto}
#gallery-rotate div.reel {max-width: 100%;max-height: 100%;width: 100% !important}

.gallery-item._yt {background: #e31f24; padding: 0; border: 1px solid #e31f24;}
.gallery-item._yt:hover {background: #C3181E; border: 1px solid #C3181E;}
.gallery-item._yt a {display: block;background: url(images/yt.svg) no-repeat center;background-size: contain; border: 0.75rem solid transparent; position: absolute; top: 0; left: 0; bottom: 0; right: 0;}  	

.nbCatalogElement {letter-spacing: 0.05em;}
.nbCatalogElement__gal {width: 37.75rem;}
.nbCatalogElement__stikers {position: absolute; left: 0; top: 0.375em; width: 3.125em; z-index: 5; font-size: 1.5rem;}
.nbCatalogElement__stiker.icon {height: 1.5em; width: 3.125em; font-size: 1.5rem;}
.nbCatalogElement__stiker.icon:before { left: 0; transform: translateY(-50%);}
.nbCatalogElement__stiker._discount {background: #f98e3d; color: #fff; text-align: center; font-size: 1.125rem; padding: 0.125rem 0;}
.nbCatalogElement__actions {position: absolute; top: 0.25rem; right: 0.5rem; z-index: 5;}
.nbCatalogElement__action {height: 3.125rem; width: 3.125rem; display: block; opacity: 0.6;}
.nbCatalogElement__action:hover {opacity: 1;}
.nbCatalogElement__action.icon:before {transform: translate(-50%,-50%) scale(0.9);}

.another {padding-top: 1rem;}
.another__title {font-weight: 600; color: #010101; margin-bottom: 0.375rem;}
.another__items {white-space: nowrap;width: auto; margin: 0 -8px; overflow: hidden;}
.another__item {display: inline-block; vertical-align: top; padding: 0 8px; width: 20%; text-decoration: none !important;}
.another__itemC {border: 1px solid #e6e6e6; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 4.25rem;}
.another__item:hover .another__itemC,
.another__item.active .another__itemC {border: 1px solid #e31f24;}
.another__itemI {max-width: 80%; max-height: 70%; height: auto;}
.another__itemN {white-space: normal; text-align: center; padding-top: 0.75rem; line-height: 1.1; font-size: 0.875rem; font-weight: 400; color: #010101;}
.another .bx-wrapper .another__items {margin: 0;}
.another .bx-wrapper .another__item {padding: 0;}
.another .bx-wrapper .bx-controls-direction a {right: auto; left: auto; top: 1rem; height: 4.25rem; width: 1rem; background: none;}
.another .bx-wrapper .bx-controls-direction a.disabled {display: block;}
.another .bx-wrapper .bx-controls-direction a.bx-prev {left: 0;}
.another .bx-wrapper .bx-controls-direction a.bx-next {right: 0; transform: rotate(180deg);}
.another .bx-wrapper .bx-controls-direction a:before {content: ''; display: block;position: absolute; width: 1rem; height: 1rem; top: 50%; left: 0; transform: translateY(-50%); background: #e31f24 url(images/aarrow.svg) center center no-repeat;}
.another .bx-wrapper .bx-controls-direction a:hover:before {background-color: #C3181E;}
.another .bx-wrapper .bx-controls-direction a.disabled:before {background-color: #d2d2d2 !important;}

.about-series {font-weight: 400; line-height: 1.3; margin-bottom: 1rem;}
.about-prop {font-weight: 400; line-height: 1.3; margin-bottom: 0.25rem;}
.about-prop .bold {font-weight: 600;}

.nbCatalogElement__links {margin: 0 -0.375rem !important; padding-top: 1rem;}
.nbCatalogElement__linkCol {padding: 0 0.375rem 0.75rem !important;}
.nbCatalogElement__link {font-size: 0.8125rem !important;}

.nbCatalogElement__share {margin-bottom: 1.5rem;}
.nbCatalogElement__shareT {font-weight: 600; margin-bottom: 0.375rem;}
.nbCatalogElement__shareI {background: #cdcdcd; position: relative; padding: 0rem 2.75rem 0rem 0rem;}
.nbCatalogElement__shareI:before {content: ''; position: absolute; right: 0; bottom: 0; top: 0; width: 2.75rem; background: #d8d8d8 url(images/p.svg) 0 1px;}
.nbCatalogElement__shareI .ya-share2__container {text-align: center;}
.nbCatalogElement__shareI .ya-share2__link {}
.nbCatalogElement__shareI .ya-share2__badge {background: #cdcdcd !important; border-radius: 0 !important;}
.nbCatalogElement__shareI .ya-share2__badge:hover {background: #a2a2a2 !important;}
.nbCatalogElement__shareI .ya-share2__icon {height: 2.75rem !important; width: 2.75rem !important; background-size: 2rem !important; background-repeat: no-repeat !important; background-position: center !important;}

.itemSticker__priceType {padding: 0.5rem 1rem !important; font-weight: 400; margin-bottom: 0.5rem !important;}

.nbCatalogElement__d {font-size: 0.875rem; font-weight: 400; line-height: 1.2; color: #272727;}

.nbCatalogElement__d._1 {}
.nbCatalogElement__d._1 .nbCatalogElement__di {padding-left: 4.5rem; position: relative; margin-bottom: 1rem; min-height: 3.125rem;}
.nbCatalogElement__d._1 .nbCatalogElement__dicon {position: absolute; left: 0; top: 0; width: 3.125rem; height: 3.125rem; border: 1px solid #e6e6e6; border-bottom: 2px solid #e31f24; background-size: 2rem 2rem; background-repeat: no-repeat; background-position: center;}
.nbCatalogElement__d._1 .nbCatalogElement__dicon._1 {background-image: url(images/i11.svg);}
.nbCatalogElement__d._1 .nbCatalogElement__dicon._2 {background-image: url(images/i12.svg);}
.nbCatalogElement__d._1 .nbCatalogElement__ditext {}

.nbCatalogElement__d._2 { padding-top: 0.5rem;}
.nbCatalogElement__d._2 .nbCatalogElement__di {position: relative; margin-bottom: 0.5rem; min-height: 3.125rem; padding-top: 1rem; }
.nbCatalogElement__d._2 .nbCatalogElement__dicon {position: absolute; left: 0.5rem; top: 0; width: 4.125rem; height: 2.875rem; background-size: 2.25rem 2.25rem; background-repeat: no-repeat; background-position: center; background-color: #e31f24;}
.nbCatalogElement__d._2 .nbCatalogElement__dicon._1 {background-image: url(images/i21.svg);}
.nbCatalogElement__d._2 .nbCatalogElement__dicon._2 {background-image: url(images/i22.svg);}
.nbCatalogElement__d._2 .nbCatalogElement__dicon._3 {background-image: url(images/i23.svg);}
.nbCatalogElement__d._2 .nbCatalogElement__ditext {padding: 0.75rem 0.5rem 0.75rem 5.5rem; background: #f2f2f2; font-weight: normal;}


.nbCatalogElement__d._3 {margin: 0 -0.5rem !important; padding-top: 1rem;}
.nbCatalogElement__d._3 .nbCatalogElement__dc {padding: 0 0.5rem !important;}
.nbCatalogElement__d._3 .nbCatalogElement__di {border: 1px solid #e6e6e6; padding: 0.5rem 0.5rem 0.5rem 1.5rem; font-size: 0.8125rem; height: 3.625rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: start;
position: relative;
font-weight: normal;
letter-spacing: 0;
}
.nbCatalogElement__d._3 .nbCatalogElement__di:before {position: absolute; left: 0; top: -1px; bottom: -1px; width: 1rem; background: #e31f24; content: '';}
.nbCatalogElement__d._3 .nbCatalogElement__di:last-child {margin-right: 0; }
.nbCatalogElement__d._3 .nbCatalogElement__di._1 {background:url(images/i31.svg) right 80% no-repeat; }
.nbCatalogElement__d._3 .nbCatalogElement__di._2 {background:url(images/i32.svg) right 80% no-repeat; }

/*.nbCatalogElement__rec .bx-viewport {z-index: 199;}*/
.nbCatalogElement__viewd {position: relative; z-index: 6;}

.nbCatalogElement__iwant {display: block;text-decoration: none !important; line-height: 0;}
.nbCatalogElement__iwant:hover {}
.nbCatalogElement__iwantText {text-transform: uppercase; font-size: 1.125rem; font-weight: 600; line-height: 1; display: block; padding: 0.5rem 0.75rem; background: #e31f24; color: #fff !important; transition: .5s;}
.nbCatalogElement__iwantImg {display: block; white-space: nowrap; padding-top: 0.375rem; }
.nbCatalogElement__iwantImgC { border: 1px solid #b4b4b4;  transition: .5s;}
.nbCatalogElement__iwantIcon {display: inline-block; width: 2.75rem; height: 1.25rem; background-position: center center; background-size: contain; background-repeat: no-repeat; margin-right: 0.25rem;}
.nbCatalogElement__iwantIcon:last-child {margin-right: 0;}
.nbCatalogElement__iwantIcon._mir {background-image: url('../../../../images/mir_logo.svg');}
.nbCatalogElement__iwantIcon._mc {background-image: url('../../../../images/mc_logo.svg');}
.nbCatalogElement__iwantIcon._visa {background-image: url('../../../../images/visa_logo.svg');}
.nbCatalogElement__iwantIcon._nal {background-image: url('../../../../images/nal.svg'); margin-right: -1rem;} 

.nbCatalogElement__iwant:hover .nbCatalogElement__iwantText {background: #C3181E;}
.nbCatalogElement__iwant:hover .nbCatalogElement__iwantImgC {border-color: #C3181E;}
.nbCatalogElement__iwantTextC {max-width: calc(50% - 0.375rem) !important;}
.nbCatalogElement__iwantImgC {max-width: calc(50% + 0.375rem) !important; -ms-flex: 0 0 calc(50% + 0.375rem) !important; flex: 0 0 calc(50% + 0.375rem) !important;}

.nbCatalogElement__rec {margin-top: 8rem;}


/*desktops*/
@media (max-width: 1200px) { 
	.nbCatalogElement__gal {width: 27rem;}
	.options-list._items .options-item {font-size: 1rem;}
	.another__item {width: 33.33%;}
}

/*tablets*/
@media (max-width: 991px) {

}

/*phones*/
@media (max-width: 767px) { 
	.nbCatalogElement__gal {width: 100%;}
	.nbCatalogElement__shareI {padding-right: 0.5rem;}
	.nbCatalogElement__another {}
	.about-series {padding-top: 1rem;}
	.options-wrapper {margin-top: 1rem;}
	.options-item {padding: 0.5rem !important;}
	.options-item.bold {font-weight: 600;}
	.options-list._items .options-item {border-right: none;}
	.options-list._items .options-item.prices {text-align: left;}
	.options-list._items .options-item:last-child {text-align: right;}
	.inner-list .options-list:last-child {border-bottom: 1px solid #eeeeee;}
	
	.nbCatalogElement__iwantIcon {width: 2.25rem;}
}
