.top-wr {
display: flex;
}
body[class^="product-product-"]:not(.common-home) #content {
	margin-top: 100px;
	display: grid;
}
body[class^="product-product-"]:not(.common-home) header::before {
height: 30px;
}
body[class^="product-product-"]:not(.common-home) .breadcrumb {
line-height: 30px;
}
.top-wr {
margin: 10px 0 0;
justify-content: space-between;
}
.top-1 {
width: 60%;
}
ul.thumbnails {
list-style-type: none;
padding: 0;
margin-bottom: 0;
}
a.thumbnail {
padding: 0;
margin-bottom: 0;
background-color: transparent;
border: none;
border-radius: 0;
}
.top-1-1 {
display: flex;
width: 100%;
gap: 4%;
}
.top-1-1 > li {
max-width: 22%;
}
.top-1-1 > li:nth-child(n+6) {
display: none;
}
.skryt-vid, .vid-tar {
height: 90vh;
}
.top-1-2 {
display: flex;
gap: 15%;
margin-bottom: 30px;
}
.top-1-2 a {
font-family: Montserrat;
font-style: normal;
line-height: 36px; 
letter-spacing: 1.8px; 
color: #313033;
font-size: 15px;
font-weight: 400;
}
.top-1-2 a:hover {
filter: brightness(130%);
text-decoration: none;
}
.top-2 {
width: 36%;
margin-top: 20px;
}
.top-2 h1 {
color: #313033;
font-family: Montserrat;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
margin-top: 0;
}
.top-2-1-1-wr {
color: #313033;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
display: block;
}
.top-2-1-1-hd {
color: #313033;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 130%;
display: inline-block;
}

.top-2-1-1-wr i {
display: block;
color: #313033;
font-family: Montserrat;
font-size: 8px;
font-style: normal;
font-weight: 400;
line-height: normal; 
}
.top-2-1 {
margin: 30px 0 20px;
}
.top-2-1-1 {
margin-bottom: 20px;
}
.top-2-2 {
display: block;
padding-top: 20px;
}
.top-2-2-1 {
color: #313033;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
white-space: nowrap;
}
.top-2-2-2 {
color: #313033;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-top: 30px;
font-size: 34px;
white-space: nowrap;
text-align: right;
display: inline-block;
position: relative;
}
.price_box p.old_price {
color: #6B6B6B;
font-size: 20px;
bottom: 90%;
}
.top-2-3 {
display: flex;
  gap: 10px;
  flex-direction: column;
}
.top-2-3 .ftrd-bt {
padding: 60px 0;
text-align: left;
}
.top-2-3 .ftrd-bt a {
padding: 13px 50px;
color: #313033;
border: 1px solid #313033;
max-width: 100%;
  display: block;
  width: 82%;
  text-align: center;
}

.prod-des-2 h3 {
color: #000;
font-family: Montserrat;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-top: 0;
}
.prod-des-wr {
display: flex;
align-items: center;
}
.prod-des-1 {
max-width: 50%;
}
.pd-l {
padding-left: 7%;
}
.pd-r {
padding-right: 7%;
}
.prod-des-tt {
color: #000;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin: 40px 0 0;
}
.prod-des-tt p {
margin-bottom: 25px;
}
.prod-des-wr .ftrd-bt {
text-align: left;
padding-bottom: 0;
padding-top: 30px;
}
.prod-des-wr .ftrd-bt a {
color: #000;
border: 1px solid #000;
text-align: center;
}
.pd-pd {
padding: 70px 0;
}
.pd-h-20 {
padding-top: 20px;
}
.wide-wr.bg-gra {
background: #EAEAEA; 
color: #000;
}
.prod-des-1 img {
max-width: 50vw;
}

.thumbnail a > img, .thumbnail > img {
max-height: 85vh;
}

.hid-area .prod-des-tt {
max-height: 280px;
overflow: hidden;
transition: 1000ms ease-out;
}
.hid-area.hid-opp .prod-des-tt {
max-height: 1780px;
transition: 1000ms ease-in;
}
.hid-area .ftrd-bt a::before {
content: 'Читать полностью';
}
.hid-area.hid-opp .ftrd-bt a::before {
content: 'Скрыть';
}

.top-1-1 .thumbnail a > img, .top-1-1 .thumbnail > img {
max-height: 94px;
}

.wide-wr {
background: #fff;
color: #313033;
}

@media (max-width: 768px) {
.top-2-3 .ftrd-bt a {
width: 100%;
}	
.top-1-1 .thumbnail a > img, .top-1-1 .thumbnail > img {
max-height: 40px;
}
.top-1-1 > li {
display: block !important;	
}	
.top-1-1 > li:nth-child(n+10) {
display: none !important;	
}	
.pd-pd {
padding: 30px 0;
}
.pd-l {
padding-left: 0;
}
.pd-r {
padding-right: 0;
}	
body[class^="product-product-"]:not(.common-home) #content {
margin-top: 60px;
padding-top: 0;
}
.top-wr {
flex-direction: column;
margin: 7vw 0;
}
.top-1 {
width: 100%;
}
a.thumbnail {
margin-bottom: 3vw;
}
ul.thumbnails {
margin-bottom: 0;
}
.top-1-2 {
flex-direction: column;
gap: 15px;
margin: 20px 0;
}
.top-1-2 a {
line-height: 20px;
}
.top-2 {
width: 100%;
}
.top-2 h1 {
font-size: 24px;
}
.top-2-2-1 {
font-size: 16px;
}
.top-2-2-2 {
font-size: 16px;
}
.top-2-3 .ftrd-bt {
padding: 40px 0;
text-align: center;
}

.prod-des-wr {
flex-direction: column;
}
.prod-des-1 img {
max-width: 100%;
}
.prod-des-1 {
max-width: 100%;
}
.prod-des-2 h3 {
font-size: 24px;
margin-top: 20px;
}
.prod-des-tt {
margin: 20px 0 0;
}
}

.top-2 {
display: flex;
flex-direction: column;
}
.top-2-1 {
    margin: 10px 0 5px;
}
.top-2-3 .ftrd-bt {
padding: 30px 0 70px;
}
.top-1-2 {
flex-direction: column;
margin-top: 35px;
}

.grrr-1 {
order: -3;
}
#content > div:nth-child(2) {
order: -2;
background: #EAEAEA;
}
#content > img {
order: -1;
margin: 50px auto;
width: 1250px !important;
}

.newCardThumbs__area {
position: relative;
}
.left-darkgrey-icon {
  background: url(/image/catalog/prods/prev_1.svg) no-repeat 50% 48%;
  width: 60px;
  height: 55px;
  min-width: 60px;
}
.right-darkgrey-icon {
  background: url(/image/catalog/prods/next_1.svg) no-repeat 50% 50%;
    background-size: auto;
  width: 60px;
  height: 55px;
  min-width: 60px;
}
.swiper-button-next::after, .swiper-button-prev::after {
display: none;
}
ul.thumbnails-top {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}
.swiper-button-prev, .swiper-button-next {
  background: transparent;
  border: none;
}  


@media (max-width: 768px) {
.swiper-button-prev, .swiper-button-next {
display: none;
}	
.top-2-3 .ftrd-bt {
padding: 20px 0;
}	
.top-2-4 {
order: -1;
}
.top-2-2-2.price_box {
text-align: right;
font-size: 30px;
width: 100%;
}
/*
.price_box p.old_price {
left: auto;
right: 0;
}
*/
.top-2-2-2.price_box {
	text-align:center;
}
.price_box p.old_price {
  position: static;
  right: auto;
  left: auto;
  bottom: auto;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding-top: .5em;
}
#content > img {
order: -1;
margin: 30px auto;
width: 140% !important;
margin-left: -44%;
}
.top-2-3 {
flex-direction: column;
}	
}	

.prod-pop {
  max-width: 96vw;
  background: #fff;
  color: #333;
  margin: auto;
  position: relative;
  padding: 40px 20px 10px;
  width: 450px;
}
.prod-pop .ftrd-bt #button-cart {
color: #333;
  border: 2px solid #333;
  text-transform: uppercase;
  font-weight: 600;
  display: inline;
}
.prod-pop .ftrd-bt.go-go-basket #button-cart {
display: none;
}
.prod-pop .ftrd-bt .go-basket {
color: #E5C063;
  border: 2px solid #E5C063;
  font-weight: 600;
  text-transform: uppercase;
  display: none;
}
.prod-pop .ftrd-bt .go-basket:hover {
text-decoration: none;
}
.prod-pop .ftrd-bt .go-basket svg {
padding-left: 7px;
}
.prod-pop .ftrd-bt.go-go-basket .go-basket {
	display: inline;
}	
.prod-pop .top-2-2-1 {
text-align: center;
  text-transform: uppercase;
}
.prod-pop-1 {
display: flex;
gap: 8px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.prod-pop-1-i img {
max-height: 200px;
max-width: 133px;
}
.prod-pop-1-hd {
display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-height: 200px;
}
.prod-pop-1-hd-1 {
font-size: 18px;
  font-weight: 600;
 line-height: 24px;
}
.prod-pop-1-hd-2 {
display: flex;
  gap: 10px;
  align-items: center;
  font-size: 18px;
}
.prod-pop .top-2-1-1-hd {
font-size: 18px;
}
.prod-l-i input {
width: 70px;
  text-align: center;
  padding: 5px 0;
  font-weight: 600;
  font-size: 21px;
}

.prod-vid-wr {
flex: 0 0 33%;
position: relative;
}
.prod-vid-ov {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 2;
opacity: 0.9;
cursor: pointer;
}
.prod-vid-ov:hover {
opacity: 0.6;
}
.go-vid .prod-vid-ov {
z-index: -1;
}
.prod-vid-ov::before {
content: '';
position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 56px;
		height: 56px;
		border-radius: 50%;
		box-shadow: 0 0 0 4px #fff;
		z-index: 1;
		cursor: pointer;
		transition: .2s ease;
		transition-property: opacity, visibility;
}
.prod-vid-ov::after {
content: '';
			display: block;
			position: absolute;
			top: 0;
			bottom: 0;
			margin: auto;
			width: 0;
			height: 0;
			border: 20px solid transparent;
			border-top-width: 12px;
			border-bottom-width: 12px;
			border-left-color: #fff;
			border-right-width: 0;
			transition: transform .2s ease;
			right: 0;
  left: 0;
  transform: translateX(3px);
}

@media (max-width: 768px) {
.prod-pop-1-hd-2 {
flex-direction: column;
  align-items: start;
}
}	

.orda-3 {
order: -2;
}
.orda-3 .d3-go {
margin-bottom: 30px;
}