.row-price {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}

.large_product .product {
  margin-bottom: 20px;
}
.large_product .full_description p {
  padding-bottom: .75em;
}

.row .product .gallery-popup{
  padding-left: 0;
  display: flex;
  align-items: center;
}

.gallery-popup .main-image{
  /* width: 50%; */
  display: inline-block;
  vertical-align: top;
  /* padding-right: 1.25em; */
  /* padding: 0 .625em; */
  padding: 0 1.25em;
  width: 100%;
}
.with-more-photo .gallery-popup .main-image{
  padding: 0 1.25em;
  width: 34.375em;
  order: 1;
}

.gallery-popup .main-image img{
    max-height: 22em;
}
.product .name{
  margin-top: 0.3em;
  margin-bottom: 0.1em;
}
.product .gallery_image a {
    margin: 0.4em 0.2em 0.5em 0.2em
}
.product .carousel-product {
  display: inline-block;
  /* width: 21%; */
  width: 6.25em;
  margin: 30px 0;
  /* padding: 0 10px; */
  /* align-self: normal; */
  /* overflow: hidden; */
}

.carousel-product .slick-prev, .carousel-product .slick-next {
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  height: 10px;
}
.carousel-product .slick-prev {
}
.carousel-product .slick-next {
  transform: rotate(180deg);
  left: 40%;
}
.carousel-product .slick-next {
  top: unset;
  bottom: -25px;
}
.carousel-product .slick-prev {
  top: -15px;
}
.carousel-product .slick-prev:before, .carousel-product .slick-next:before {
  content: '';
  background-image:url(./img/arrow.png);
  background-image: linear-gradient(transparent, transparent), url(./img/arrow.svg);
  background-repeat: no-repeat;
  opacity: 1;
  width: 1em;
  height: .625em;
  font-size: 16px;
  display: inline-block;
}
.carousel-product .slick-prev.slick-disabled:before, .carousel-product .slick-next.slick-disabled:before {
  opacity: 1;
}

.carousel-product .slick-list {
  margin: -.3125em 0;
}
.carousel-product .slick-slide {
  margin: .3125em 0;
  max-width: 6.25em !important;
  max-height: 4.6875em !important;
  height: 100% !important;
  border: 0 !important;
}
.carousel-product .slick-slide a{
  display: block;
}

.large_product .product-right {
  /* padding-left: 1.25em; */
}
.large_product .product-right form{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  margin-bottom: 0;
}
.large_product .product-right form > div{
}
.large_product .with-more-photo .product-right{
  /* padding-left: 0; */
}

.large_product #tabs {
    margin-top: 1em
}

.large_product ul {
    list-style-type: circle
}

.large_product ol, .large_product ul, .large_product li {
    list-style-position: inside
}


.large_product .pluses {
    color: #020203;
    /* padding-top: .6em; */
    /* margin-bottom: 1.9em; */
}

div.large_product h5, div.large_product .h5 {
  padding-left: 0;
  margin-bottom: 0.2em;
}
.pluses li {
  line-height: 1.25em;
}

.large_product #tabs > section > .content {
    border-color: #4baee2
}

.large_product #tabs > section > .title {
    border-color: #4baee2
}



.large_product .info, .large_product .vars {
  border-bottom: 1px solid #ccc;
}
.large_product .info, .large_product .vars , .large_product .quantity-block {
  /*margin-bottom: 0.5em;*/
  line-height: 2.1em;
  display: flex;
  align-items: center;
}
.large_product .info {
  /*margin-bottom: 14px;*/
}


.info-sub-block-wrapper {
  width: 100%;
}
.info-sub-block{
  display: flex;
}
.info-sub-block .price {
  /* font-size: .86em; */
  /* width: 100%; */
  width: 90%;
}

.item_price {
  display: inline-block;
  padding-right: .3125em;
  /* width: 16.4em; */

  /* display: grid;
  grid-template-columns: 1fr 10fr;
  grid-template-areas: "l-variant v-variant"
  "l-price v-price"
  "l-quantity v-quantity"; */
}
.site-en .item_price {
  /* width: 17.4em; */
}


/*******************/
/* SELECT VARIANTS */
.item_price select {
  /* width: auto; */
  width: 100%;
  font-size: 1em;
  border: 0;
  background-color: #fff;
  outline: none;
  float: right;
  /* width: 9em; */
  /* padding-top: 0.5em; */
  /* appearance: none; Но пропадает стрелка*/
  /* -webkit-appearance: none; Но пропадает стрелка */
  margin-left: -.1875em;
}
.item_price select option{
  line-height: 4em;
  height: 2em;
}

.custom-select-wrapper {
     position: relative;
     user-select: none;
     width: 100%;
}
 .custom-select {
     position: relative;
     display: flex;
     flex-direction: column;
     /* border-width: 0 2px 0 2px; */
     /* border-style: solid; */
     /* border-color: #394a6d; */
}
.custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 0 1.375em 0 0; */
  /* font-size: .8125em; */
  /* font-size: 1em; */
  /* letter-spacing: .14em; */
  background: #ffffff;
  cursor: pointer;
  /* border-width: 2px 0 2px 0; */
  /* border-style: solid; */
  /* border-color: #394a6d; */
  height: 2.6em;
}
.custom-select__trigger span{
  line-height: 1em;
}
.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  border: 2px solid #ccc;
  border-top: 0;
  background: #fff;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}
.custom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.custom-option {
  position: relative;
  display: block;
  padding: 0 .3125em;
  cursor: pointer;
  transition: all 0.5s;
  line-height: 1.5em;
}
 .custom-option:hover {
  cursor: pointer;
  background-color: #ccc;
}
 .custom-option.selected {
  color: #ffffff;
  background-color: #00aeff;
}

.vars .arrow {
  background-image:url(./img/arrow.png);
  background-image: linear-gradient(transparent, transparent), url(./img/arrow.svg);
  background-repeat: no-repeat;
  opacity: 1;
  width: 1em;
  height: .5em;
  display: inline-block;
  position: relative;
  transform: rotate(180deg);
}
.vars .open .arrow {
  transform: unset;
}
/* .vars .arrow::before, .arrow::after {
     content: "";
     position: absolute;
     bottom: 0px;
     width: 0.15rem;
     height: 100%;
     transition: all 0.5s;
}
.vars .arrow::before {
     left: -5px;
     transform: rotate(45deg);
     background-color: #394a6d;
}
.vars .arrow::after {
     left: 5px;
     transform: rotate(-45deg);
     background-color: #394a6d;
}
.vars .open .arrow::before {
     left: -5px;
     transform: rotate(-45deg);
}
.vars .open .arrow::after {
     left: 5px;
     transform: rotate(45deg);
} */

/* SELECT VARIANTS */
/*******************/


.item_price label {
  display: inline-block;
  font-size: 1em;
  margin-bottom: 0;
  width: 7.5em;
}
.site-ru .item_price label,
.site-ru .item_price .price-word {
  width: 10em;
  color: #222;
}
.site-en .item_price label,
.site-en .item_price .price-word {
  width: 6.5em;
  color: #222;
}
.site-fr .item_price label,
.site-fr .item_price .price-word {
  color: #222;
}
.price-word {
    width: 7.5em;
    display: inline-block;
}
.large_product .info .options-pay{
  width: 10%;
}
.info-buyer{
  border: 2px solid #00A551;
  color:  #00A551;
  font-size: 1em;
  border-radius: 50%;
  width: 1.25em;
  height: 1.25em;
  line-height: 1em;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
.info-buyer:visited,
.info-buyer:active,
.info-buyer:focus,
.info-buyer:hover{
  color:  #00A551;
  text-decoration: none;
}
.large_product .quantity-block {
  display: flex;
}
.quantity-inputs {
  width: 100%;
}
.item_price .quantity {
  width: 2em;
  padding: 0;
  text-align: center;
  font-size: unset;
  box-sizing: content-box;
  height: unset;
  margin-bottom: unset;
  display: inline-block;
  border: none;
  box-shadow: none;
}
.btn-quantity {
  text-decoration: none;
}
.btn-quantity:focus,
.btn-quantity:active,
.btn-quantity:hover {
  text-decoration: none;
  color: inherit;
}
.btn-quantity.disabled {
  color: #ccc;
  cursor: not-allowed;
}


.garanty {
  /*right: -3.125em;*/
  width: 5.2em;
  height: 6.2em;
  float: right;
}
.item_garanty{
  z-index: -1;
}


.close-buyer-info {
    position: absolute;
    right: 10px;
    top: 10px;
}
.close-buyer-info a:hover {
  cursor: pointer;
  color: #000;
  opacity: 0.7;
}

.mfp-close-btn-in .mfp-close {
  color: #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  cursor: pointer !important;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  height: 22px;
  width: 13px;
}
.mfp-close-btn-in .mfp-close:hover {
    background: none;
    opacity: 0.6;
}

.options__container {
    width: 60%;
    min-width: 500px;
    background: #ffffff;
    padding: 20px 35px 10px 35px;
    margin: auto;
    position: relative;
}
.options__container  h1 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 25px;
  text-align: left;
}
.options .option {
  /* padding-left: 160px; */
  padding-left: 10em;
  background-repeat: no-repeat;
  background-size: 90px;
  background-position: 15px 0;
}

.site-en .options__container,
.site-fr .options__container {
    padding: 5em;
    padding-bottom: 3.4375em;
}
.site-en .options,
.site-fr .options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* margin: 0 -1.5625em; */
}
.site-en .options .option,
.site-fr .options .option {
  flex-basis: 50%;
  /* margin: 0 1.5625em; */
  background-size: 3.125em;
  background-position: 0 center;
  margin-bottom: 1.5625em;
  min-height: 3.125em;
  display: flex;
  align-items: center;
}
.site-en .options .option:nth-child(odd),
.site-fr .options .option:nth-child(odd) {
  padding-right: 1.5625em;
  /* padding-right: 3.125em; */
  padding-left: 4.6875em;
}
.site-en .options .option:nth-child(even),
.site-fr .options .option:nth-child(even) {
  padding-left: 6.25em;
  /* padding-left: 3.125em; */
  background-position: 1.5625em center;
}

.option__title {
  font-weight: bold;
}
.option__text p {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 1.1;
}


div.added {
  display: block !important;
  margin-top: 0 !important;
  padding: 9px;
  visibility: visible;
}
div.added.hide {
  visibility: hidden;
  display: none !important;
}




.btns {
    display: grid;
    grid-template-columns: 50% 50%;
}
.options-pay a.new-btn {
  background-color: #00A551;
}
.btns > div {
  padding-top: 0.3125em;
  padding-bottom: 0.3125em;
}
.btns > div:nth-child(3),
.btns > div:first-child{
  padding-right: 0.3125em;
}
.btns > div:nth-child(2),
.btns > div:first-child{
  padding-top: 0;
}
.btns > div:nth-child(2),
.btns > div:last-child{
  padding-left: 0.3125em;
}
.btns > div:nth-child(3),
.btns > div:last-child{
  padding-bottom: 0;
}
.btns span.new-btn,
.btns a.new-btn {
  width: 100% !important;
}
.btns span.new-btn{
  background-color: #D1D3D4;
  cursor: not-allowed;
}
.btns span.new-btn:hover{
  color: #fff;
}

.content-blocks {
  padding: .625em 0 0;
}
.tabs-ul {
  border-top: 1px solid #428162;
  border-bottom: 1px solid #428162;
  clear: both;
}

ul.full-width{
  width: 100%;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
}
ul.full-width li {
}
ul.tabs-ul li {
  display: inline-block;
  vertical-align: top;
  list-style-type:none;
  margin:0;
  text-align: center;
}
ul.tabs-ul:not(.full-width) li {
  margin: 0 1em;
}
ul.tabs-ul li a,
ul.tabs-ul li a:hover,
ul.tabs-ul li.active a,
ul.tabs-ul li.active a:hover {
  background: unset;
}
ul.tabs-ul li a {
  float: unset;
  color: #d1d3d4;
  /*white-space: nowrap;*/
}
ul.tabs-ul li:first-child {
  /* text-align: left; */
}
ul.tabs-ul li:first-child a {
  padding-left: 0;
}
ul.tabs-ul li:last-child {
  text-align: right;
}
ul.tabs-ul li:last-child a {
  padding-right: 0;
}
ul.tabs-ul li:hover a,
ul.tabs-ul li.active a{
  color: inherit;
}
ul.tabs-ul li a,
ul.tabs-ul li.active a {
  text-decoration: none;
  height: unset;
  line-height: 2.5em;
}
.large_product .content-block:not(.t6-content) {
  padding: 1.375em 0;
}
.large_product .full_description * {
  line-height: 1.1875em;
}
.large_product .tabs .content-block .full_description p {
  padding-bottom: 19px;
}
.large_product .full_description .image_title,
.large_product .full_description .image_desc {
  text-align: left;
  padding: 0;
}
.large_product .full_description .image_title{
  padding: 20px 0 0;
}
.large_product .full_description .image_title[align=center],
.large_product .full_description .image_desc[align=center] {
  text-align: center;
}

.large_product table {
    margin-top: 0.5em;
    border-collapse: collapse
}
.large_product .tab_0-content table,
.large_product .t2-content table {
    margin-left: auto;
    margin-right: auto;
}
.large_product .t2-content table:first-child {
    margin-top: 0.15em;
}
.large_product table tr.even,
.large_product table tr.alt,
.large_product table tr:nth-of-type(even) {
    background-color: #fff
}

.large_product td {
    padding: 0.5em 0.15em;
}
.tab_0-content table thead tr th,
.tab_0-content table tfoot tr th,
.tab_0-content table tbody tr td,
.tab_0-content table tr td,
.tab_0-content table tfoot tr td,
.t2-content table thead tr th,
.t2-content table tfoot tr th,
.t2-content table tbody tr td,
.t2-content table tr td,
.t2-content table tfoot tr td {
  line-height: 1.25em;
  padding: 0.5em 0.75em;
}
.large_product .t2-content p {
  line-height: 1.1875em;
}
.t2-content table tr:nth-child(2n+1),
.tab_0-content table tr:nth-child(2n+1) {
    background-color: #f5f5f5;
}


.iframe-3dphoto{
	width:100%;
	min-height: 520px;
	border: 0;
}


.large_product .offer-group p{
  line-height: 1;
}





/* SLIDER */
.tiles-container.slick-slider {
  margin: 1.25em 0;
}
.tiles-container.slider .tile_2020{
  /* 24px */
  padding: 0 1.5em;
}
.tiles-container .tile_2020 a {
  text-decoration: none;
}
.tile_2020 .tile_2020__title{
  font-size: 1em;
  margin-top: .9375em;
  margin-bottom: .9375em;
}
.tiles-container.slider .slick-list{
  margin: 0 .6875em;/*11px*/
}
.tiles-container.slider img{
  margin: auto;
}
.tiles-container.slider.align-left .slick-track{
  margin-left: 0;
}

.tiles-container.slider .slick-prev,
.tiles-container.slider .slick-next {
  line-height: 10px;
  top: 102.5px;
  transform: translate(-50%, 0);
  z-index: 1;
  height: 10px;
}
.tiles-container.slider .slick-prev {
  transform: rotate(-90deg);
  left: -5px;
}
.tiles-container.slider .slick-next {
  transform: rotate(90deg);
  right: -5px;
}
.tiles-container.slider .slick-prev:before,
.tiles-container.slider .slick-next:before {
  content: '';
  background-image:url(./img/arrow.png);
  background-image: linear-gradient(transparent, transparent), url(./img/arrow.svg);
  background-repeat: no-repeat;
  opacity: 1;
  width: 1em;
  height: .625em;
  font-size: 16px;
  display: inline-block;
}
.tiles-container.slider .slick-prev.slick-disabled:before,
.tiles-container.slider .slick-next.slick-disabled:before {
  opacity: .2;
}
/* SLIDER */

@media (min-width: 80em) {
  .youtube-blocks > div:nth-child(odd){
    clear: both;
  }
  .row .product.with-more-photo .gallery-popup{
    width: 40.625em;
  }
  .row .product.with-more-photo .product-right{
    width: 33.125em;
  }
}
@media (min-width: 48em) {
  .product {
    display: flex;
  }
  .row .product .gallery-popup {
    /* width: 50%; */
    width: 40.625em;
  }

  .row .large_product .product-right {
    width: 33.125em;
  }

  .row .product.with-more-photo .gallery-popup{
    width: 50%;
  }
  .row .product.with-more-photo .product-right{
    width: 50%;
  }
}
@media (max-width: 80em) {
  .row-price {
      grid-template-columns: 78% 22%;
  }

  .item_price {
    width: auto;
  }
  .large_product .new-btn {
    width: 100%;
  }
  .site-ru .item_price label,
  .site-ru .item_price .price-word {
    width: 12em;
  }


  .options__container {
      width: 90%;
      min-width: unset;
  }
}

@media (max-width: 48em) {
  ul.full-width {
    flex-direction: column;
  }
  ul.tabs-ul li:last-child {
    text-align: center;
  }
  .site-en .options .option,
  .site-fr .options .option {
    flex-basis: 100%;
    padding-right: 0 !important;
    padding-left: 4.6875em !important;
    background-position: 0 center !important;
  }
}

@media screen and (max-width: 25em) {
  .large_product .vars, .info-sub-block, .large_product .quantity-block {
      flex-direction: column;
  }
  .row-price {
    grid-template-columns: 100%;
  }
  .item_garanty{
    text-align: center;
  }
  .garanty{
    float: unset;
  }
  /* .garanty {
    display: none;
  } */
  .options__container {
      width: 95%;
      padding: 20px 20px;
  }
  .site-en .options__container,
  .site-fr .options__container {
      padding: 2.5em;
  }
  .site-ru .options .option {
    padding-left: 0 !important;
    background: none !important;
  }
  .site-en .options .option {
    /* padding-left: 0 !important; */
    /* background: none !important; */
  }


}

