.product-full {
  margin-bottom: 1.875rem;
}
.product-top {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 0 0 50px;
}

.product-header {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
  margin: 0 0 1.5rem;
}

.product-header h1 {
  flex: 0 0 100%;
  font-family: "Sero Pro", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 33px;
  margin: 0;
}

.product-full .product-photo {
  box-sizing: border-box;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}
.product-labels {
  display: flex;
  gap: .5rem;
  position: absolute;
  left: 0;
  top: -.75rem;
  z-index: 99;
}
.product-label {
  background: #2F9BF0;
  border-radius: 1.875rem;
  color: #fff;
  font-family: "Sero Pro", sans-serif;
  font-size: .75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  padding: .75rem 1rem;
}
.product-label.hit {
  background: #FE9902;
}
.product-label.special {
  background: #2F9BF0;
}
.product-label.action {
  background: #FE3225;
}
.product-full .product-photo .photoswipe-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.product-full .product-photo .field--name-field-photo {
  flex: 0 0 100%;
  max-width: 100%;
}
.product-full .product-photo .field--name-field-photo .slick-list,
.product-full .product-photo .field--name-field-photo .slick-track,
.product-full .product-photo .field--name-field-photo .slick-slide {
  height: 100%;
}
.field--name-field-photo .slick-arrow {
  background: #F7F6F6 url("../images/icons/icon-arrow.svg") no-repeat 50%;
  border-radius: 50%;
  height: 26px;
  margin-top: -7px;
  top: 50%;
  transform: none;
  width: 26px;
}
.field--name-field-photo .slick-arrow:hover {
  opacity: .8;
}
.field--name-field-photo .slick-arrow:before,
.field--name-field-photo .slick-arrow:after {
  content: none;
}
.field--name-field-photo .slick-prev {
  left: .25rem;
  transform: rotate(180deg);
}
.field--name-field-photo .slick-next {
  right: .25rem;
}
.product-full .product-photo .field--name-field-photo a {
  align-items: center;
  display: flex;
  height: 100%;
}
.product-full .product-photo .field--name-field-photo img {
  border-radius: 0.625rem;
}
.field-product-photo-nav {
  flex: 0 0 calc(100% + 1.25rem);
  height: 224px;
  max-width: calc(100% + 1.25rem);
  position: relative;
  width: calc(100% + 1.25rem);
}
.field-product-photo-nav img {
  border: 1px solid transparent;
  border-radius: 0.625rem;
  height: 106px;
  width: 100%;
}
.field-product-photo-nav .slick-slide {
  margin: 0 1.25rem 0 0;
}
.field-product-photo-nav .slick-current {
  /*border: 1.5px solid #1345A6;*/
}

.product-fields {
  display: flex;
  flex-direction: column;
  font-family: "Sero Pro", sans-serif;
  font-size: .875rem;
}
.field--referenced {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 0 1.5rem;
}
.field--referenced .field__label {
  display: block;
  padding: 0;
  font-family: "Sero Pro", sans-serif;
  font-size: .875rem;
}
.field--referenced .field__items {
  display: flex;
  justify-content: start;
  gap: .75rem;
  max-width: 320px;
}
.field--referenced .product-type {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: "Sero Pro", sans-serif;
  font-size: .75rem;
  gap: 1.25rem;
}
.field--referenced .product-type:before {
  background: #e7e7e9;
  border: 6px solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 40px;
  margin: 0 auto;
  width: 40px;
}
.field--referenced .product-type.dvp:before,
.field--referenced .product-type-1:before {
  background: url("../images/icons/icon-dvp.jpg") no-repeat 50%;
  background-size: contain;
}
.field--referenced .product-type.osb:before,
.field--referenced .product-type-2:before {
  background: url("../images/icons/icon-osb.png") no-repeat 50%;
  background-size: contain;
}
.field--referenced .product-type.lining:before,
.field--referenced .product-type-3:before {
  background: url("../images/icons/icon-lining.png") no-repeat 50%;
  background-size: contain;
}
.field--referenced .product-type.pvh:before,
.field--referenced .product-type-4:before {
  background: url("../images/icons/icon-pvh.jpg") no-repeat 50%;
  background-size: contain;
}
.field--referenced .product-type.mdf:before,
.field--referenced .product-type-5:before {
  background: url("../images/icons/icon-mdf.jpg") no-repeat 50%;
  background-size: contain;
}
.field--referenced .product-type.tree:before,
.field--referenced .product-type-6:before {
  background: url("../images/icons/icon-tree.png") no-repeat 50%;
  background-size: contain;
}
.field--referenced .product-type.new:before {
  background: #e7e7e9 url("../images/icons/icon-option--new.svg") no-repeat 50%;
}
.field--referenced .product-type.old:before {
  background: #535357 url("../images/icons/icon-option--old.svg") no-repeat 50%;
}
.field--referenced .product-type.active,
.field--referenced a.product-interior:hover {
  color: #0249A3;
  font-weight: 700;
}
.field--referenced .product-type:hover:before {
  border: 6px solid rgba(2, 73, 163, .5);
}
.field--referenced .product-type.active:before {
  border-color: #D9D9D9;
}

.field--name-field-layout .field__item:not(:last-child):after {
  content: ";";
}

.field--inline * {
  display: inline;
}
.product-full .field--name-field-size,
.product-full .field--name-field-article {
  background: #F7F6F6;
  border-radius: 50px;
  padding: .5rem .625rem;
}
.product-full .field--name-field-size *,
.product-full .field--name-field-article * {
  font-size: .75rem;
  line-height: 1rem;
}

.product-variation {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 100%;
  position: relative;
}

.product-deposit {
  background: #F2F2F2;
  border-radius: 1.25rem;
  box-sizing: border-box;
  font-family: Sero Pro, sans-serif;
  font-weight: 500;
  margin: 0 -1.25rem;
  padding: 1.25rem;
}
.field--name-field-deposit {
  margin: 0 0 10px;
}
.field--name-field-deposit .field__label {
  font-size: 19px;
  line-height: 25px;
  margin: 0 0 10px;
}
.field--name-field-deposit .field__item {
  background: rgba(2, 73, 163, 0.5);
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: .875rem;
  line-height: 18px;
  padding: .625rem 1.25rem;
}
.product-deposit .product-discount {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.product-variation .product-article {
  display: none;
}

.commerce-product-add-to-cart-form {
  position: relative;
}
.price-wrapper {
  bottom: 90px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.product-variation .field--name-price {
  display: flex;
  font-family: "Sero Pro", sans-serif;
  font-size: 22px;
  font-weight: 500;
  justify-content: center;
  gap: .25rem;
  line-height: 29px;
  margin: 0 0 .25rem;
  text-align: center;
}
.product-rent .product-variation .field--name-price:after {
  content: "р/мес";
}
.product-variation .field--name-price--desc {
  margin: 0 auto;
  max-width: 260px;
}
.product-variation .field--name-price--desc p {
  color: #535357;
  font-family: "Sero Pro", sans-serif;
  font-size: .75rem;
  line-height: 1rem;
  text-align: center;
}
.field--name-variations {
  width: 100%;
}
.field--name-variations form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.field--name-variations .field--name-quantity {
  margin: 0 0 130px;
  order: 1;
}
.field--name-variations .field--name-quantity .form-item {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 1.875rem;
  justify-content: center;
}
.field--name-variations .field--name-quantity label {
  font-family: "Sero Pro", sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
  width: 200px;
}
.field--name-variations .field--name-quantity .input-number {
  position: relative;
}
.field--name-variations .field--name-quantity input {
  background: none;
  border: .125rem solid #D9D9D9;
  box-shadow: none;
  font-family: "Sero Pro", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  height: 2.5rem;
  line-height: 2.5rem;
  max-width: 10rem;
  outline: none;
  padding: 0;
  text-align: center;
  text-indent: 0;
  width: 100%;
}
.field--name-variations .field--name-quantity span {
  border-right: .125rem solid #D9D9D9;
  color: #000;
  cursor: pointer;
  font-family: "Sero Pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  height: 100%;
  left: .125rem;
  line-height: 2.75rem;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}
.field--name-variations .field--name-quantity .number-plus {
  border-left: .125rem solid #D9D9D9;
  border-right: none;
  left: auto;
  right: .125rem;
}

.field--name-purchased-entity {
  display: none;
}

.commerce-vado-group {
  display: none;
}

.field--name-variations .form-actions {
  order: 2;
}
.field--name-variations .button--add-to-cart {
  display: block;
  font-family: "Sero Pro", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 auto;
  max-width: 300px;
  padding: 1.125rem;
  width: 100%;
}

.product-prices {
  padding: 0 0 50px;
}

.product-tabs {
  display: flex;
  flex-direction: column;
  font-family: "Sero Pro", sans-serif;
  font-size: 1.125rem;
  gap: .625rem;
  line-height: 1.5rem;
}
.tab-links ul {
  display: flex;
  flex-wrap: wrap;
}
.tab-links ul li {
  flex: 0 0 50%;
}
.tab-links ul li span {
  border-radius: 1.25rem;
  color: #535357;
  cursor: pointer;
  display: block;
  font-family: "Sero Pro", sans-serif;
  font-size: .75rem;
  line-height: 1rem;
  padding: .625rem 1rem;
}
.tab-links ul li.active span {
  background: #F2F2F2;
  color: #0249A3;
  font-weight: 500;
}
.tab-links ul li:hover span {

}
.product-tabs .tab-content {
  background: #F2F2F2;
  border-radius: 10px;
  margin: 0 -1.25rem;
  padding: 1.5rem;
}
.product-tabs .tab-item {
  display: none;
  opacity: 0;
}
.product-tabs .tab-item.active {
  display: inherit;
  opacity: 1;
}

.product-base .field__label {
  font-weight: 500;
}
.product-change-house .product-base .field--name-field-subfloor .field__item,
.product-container .product-base .field--name-field-subfloor .field__item,
.product-container .product-base .field--name-field-main-frame .field__item {
  display: block;
}

.product-desc {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}
.product-desc .field--name-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 37px;
}
.product-desc .product-teaser {
  font-weight: 400;
}

.product-form {
}
.product-form .field {
}
.product-form .field__label {
  background: rgba(2, 73, 163, 0.5);
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  padding: 1rem .25rem;
  text-align: center;
}
.product-form .field__items {

}
.product-form .field__item {
  border-bottom: 1px solid rgba(217, 217, 217, 1);
  display: flex;
  justify-content: space-between;
}
.product-form .field__item:last-child {
  border: none;
}
.product-form .field__item .double-field-first {
  padding: .25rem;
}
.product-form .field__item .double-field-second {
  border-left: 1px solid rgba(217, 217, 217, 1);
  align-items: center;
  display: flex;
  flex: 0 0 150px;
  gap: .25rem;
  justify-content: center;
  padding: .25rem 1rem;
}
.product-form .field__item .double-field-second:after {
  content: 'руб.';
}

.product-delivery-payment {
}
.product-delivery-payment .product-delivery {
  margin: 0 0 1.875rem;
}
.product-delivery-payment .product-payment {
  margin: 0 0 .625rem;
}
.product-delivery-payment .field__label {
  font-weight: 500;
  margin: 0 0 1.25rem;
}
.product-delivery-payment p:not(:last-child) {
  margin: 0 0 .625rem;
}
.product-delivery-payment .product-payments_method {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
}
.product-delivery-payment .payment_method {
  font-size: .75rem;
  line-height: 1rem;
  padding-left: 28px;
}
.product-delivery-payment .payment_nocash {
  background: url(../images/icons/icon-nocash--black.svg) no-repeat 0 50%;
}
.product-delivery-payment .payment_cash {
  background: url(../images/icons/icon-cash--black.svg) no-repeat 0 50%;
}
.product-delivery-payment .payment_qrcode {
  background: url(../images/icons/icon-qrcode--black.svg) no-repeat 0 50%;
}

.product-bottom .block__title {
  margin-bottom: 1.25rem;
}
.product-bottom > .block,
.product-bottom > .field {
  padding: 1.875rem 0;
}

.field--name-field-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .625rem;
}
.field--name-field-tags a {
  background: #F2F2F2;
  border-radius: 50px;
  color: #2E323D;
  display: block;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding: .375rem 1rem;
}
.field--name-field-tags a:hover {

}

@media (min-width: 360px) {
  .field--name-variations form  a span:before {
    height: 49px;
    width: 49px;
  }
}
@media (min-width: 440px) {
  .field--name-variations form .form-boolean-group {
    justify-content: start;
    gap: .75rem;
    max-width: 100%;
  }
  .field--name-variations form  a span:before {
    height: 55px;
    width: 55px;
  }
}
@media (min-width: 768px) {
  .product-top {
    display: grid;
    gap: 2.75rem 1.25rem;
    grid-template-columns: 330px auto;
    grid-template-areas:
    "A A"
    "B C";
  }
  .product-header {
    grid-area: A;
    margin: 0;
  }
  .product-header h1 {
    font-size: 34px;
    margin: 1.5rem 0 0;
  }
  .product-header .field {
    display: none;
  }

  .product-full .product-photo {
    grid-area: B;
  }
  .product-full .product-photo .photoswipe-gallery {
    gap: 1.25rem;
  }

  .product-variation {
    grid-area: C;
  }

  .product-variation .product-article {
    display: flex;
    gap: 1rem;
  }
  .product-full .field--name-field-size,
  .product-full .field--name-field-article {
    padding: 0.5rem 1.25rem;
  }
  .product-full .field--name-field-size *,
  .product-full .field--name-field-article * {
    font-size: .875rem;
    line-height: 18px;
  }

  .product-deposit {
    bottom: 0;
    left: -350px;
    margin: 0;
    max-width: 330px;
    padding: 1.25rem 1.75rem;
    position: absolute;
    width: 100%;
  }
  .field--name-field-deposit .field__label {
    font-size: 1rem;
    line-height: 21px;
  }
  .field--name-field-deposit .field__item {
    font-size: .875rem;
    line-height: 18px;
  }
  .product-deposit .product-discount {
    font-size: .875rem;
    line-height: 18px;
  }

  .field--name-variations form legend {
    margin: 0 0 .5rem;
  }
  .field--name-variations form .form-boolean-group {
    gap: 0;
  }
  .field--name-variations form  a span {
    gap: 1rem;
  }

  .product-tabs {
    gap: 1rem;
  }
  .tab-links ul {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .tab-links ul li {
    flex: 0 0 auto;
  }
  .tab-links ul li span {
    font-size: .875rem;
    letter-spacing: .2px;
    line-height: 18px;
    text-align: left;
    padding: 0.625rem 0;
  }
  .tab-links ul li.active span {
    padding: 0.625rem 1rem;
  }
  .product-tabs .tab-content {
    margin: 0;
    padding: 2.125rem 3rem;
  }

  .product-base .field:not(:last-child) {
    margin-bottom: .125rem;
  }


  .product-desc {
    max-width: 100%;
  }

  .product-bottom .block__title {
    font-size: 28px;
    line-height: 2.25rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .product-top {
    grid-template-columns: 400px auto;
  }
  .product-deposit {
    left: -420px;
    max-width: 400px;
  }
}
@media (min-width: 1240px) {
  .product-top {
    grid-template-columns: 500px auto;
  }
  .product-deposit {
    left: -520px;
    max-width: 500px;
  }
}
@media (min-width: 1440px) {
  .product-full {
    margin-bottom: 2.25rem;
  }

  .product-top {
    gap: 2rem 1.25rem;
    grid-template-columns: 410px auto;
    grid-template-areas:
    "A B"
    "A C"
    "A C";
    padding: 0 0 70px;
  }

  .product-header {
    grid-area: B;
  }
  .product-header h1 {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 46px;
    margin: 0;
  }
  .product-header {
    gap: .5rem 1.25rem;
  }
  .product-header .field {
    display: block;
  }
  .product-full .field--name-field-size,
  .product-full .field--name-field-article {
    padding: 0.25rem 1.25rem;
  }
  .product-full .field--name-field-size *,
  .product-full .field--name-field-article * {
    font-size: 18px;
    line-height: 23px;
  }

  .product-full .product-photo {
    grid-area: A;
    margin: 0.75rem 0 0;
  }
  .product-full .product-photo .photoswipe-gallery {
    gap: 1.5rem;
  }
  .field-product-photo-nav {
    height: 140px;
  }
  .field-product-photo-nav img {
    height: 140px;
  }

  .product-variation {
    gap: 1.75rem;
    grid-area: C;
    width: 100%;
    max-width: 100%;
  }
  .product-deposit {
    left: -430px;
    max-width: 410px;
  }

  .product-variation .product-article {
    display: none;
  }

  .product-fields {
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    line-height: 32px;
  }
  .field--referenced {
    gap: .5rem;
    margin: 0 0 26px;
  }
  .field--referenced .field__label {
    font-size: 1rem;
    line-height: 21px;
  }
  .field--referenced .field__items {
    justify-content: start;
    gap: .75rem;
    max-width: 100%;
  }
  .field--referenced .product-type {
    font-size: .875rem;
    gap: 0.625rem;
    line-height: 33px;
  }
  .field--referenced .product-type:before {
    height: 85px;
    width: 85px;
  }

  .product-variation .field--name-price {
    font-size: 28px;
    line-height: 34px;
  }
  .product-variation .field--name-price--desc {
    max-width: 100%;
  }
  .product-variation .field--name-price--desc p {
    font-size: .75rem;
    line-height: 1rem;
  }
  .field--name-variations .field--name-quantity {
    margin: 0 0 105px;
  }
  .field--name-variations .field--name-quantity label {
    font-size: 22px;
    line-height: 22px;
  }
  .field--name-variations .field--name-quantity span {
    line-height: 3.75rem;
  }
  .field--name-variations .field--name-quantity input {
    font-size: 1.25rem;
    line-height: 19px;
    padding: 6px 0;
  }

  .product-tabs {
    gap: 0;
  }
  .tab-links ul {
    padding: 0 0 0 1.25rem;
  }
  .tab-links ul li span {
    align-items: center;
    border-radius: 1.25rem 1.25rem 0 0;
    box-sizing: border-box;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    height: 100%;
    line-height: 1.5rem;
    max-width: 195px;
    padding: 0.625rem 1.25rem;
  }
  .tab-links ul li:last-child span {
    max-width: 300px;
  }
  .tab-links ul li.active span {
    color: #000;
  }

  .product-bottom > .block,
  .product-bottom > .field {
    padding: 35px 0;
  }

  .field--name-field-tags {
    gap: 1.25rem;
  }
  .field--name-field-tags a {
    font-size: .875rem;
    padding: 0.625rem 1.25rem;
  }
}
