.fancybox-content{
	padding: 0 !important;
}
.card-gallery-main-link{
	display: block !important;
}
.product-top{
	display: flex;
	gap: 80px;
}
.product-slider{
	width: 100%;
	height: max-content;
	max-width: 550px;
}
.product-title__text{
	font-size: 32px;
	font-weight: 700;
	font-family: "PT-Sans-Caption";
	text-transform: uppercase;
}
.product-decription{
	font-size: 16px;
	font-weight: 400;
	font-family: "PT-Sans-Caption";
	padding-top: 50px;
}
.product-code{
	padding: 40px 0;
}
#productDetailPicture{
	cursor: zoom-in;
	display: block !important;
	width: 100%;
	object-fit: cover;
}
.product-price{
	padding: 46px 0;
	font-size: 40px;
	font-weight: 700;
	font-family: "PT-Sans-Caption";
}
.product-item__link, .product-action-item{
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
}
.product-action{
	max-width: 435px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px 0;
}
.product-action-item--dealer .product-item__link{
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	width: 100%;
	display: block;
	padding: 15px 12px;
}
.product-action-item--dealer{
	width: 100%;
	background-color: var(--green);
	transition: 0.5s;
}
.product-action-item:not(.product-action-item--dealer){
	background-color: rgba(218, 218, 218, 1);
	max-width: 50%;
	transition: 0.5s;
	border: 1px solid #fff;
}
.product-action-item--calc{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: unset !important;
	padding: 15px 12px;
}
.product-price--dflex{
	display: flex;
	gap: 10px;
	align-items: center;
}
.product-price-old{
	font-size: 28px;
	text-decoration: line-through;
	color: var(--black-grey);
    display: none;
}
.product-action-item{
	cursor: pointer;
	font-weight: bold;
}
.product-action-item--3d{
	padding: 15px 34px;
}
.product-item__link{
	color: #000;
}
.product-tabs{
	width: 100%;
}
.tabs-top{
	display: flex;
	border-bottom: 1px solid rgba(218, 218, 218, 1);
}
.tabs-item{
	width: 167px;
	text-align: center;
	padding-bottom: 10px;
	color: rgba(143, 143, 143, 1);
	font-size: 16px;
	font-family: "PT-Sans-Caption";
	cursor: pointer;
	transition: 0.5s;
}
.tabs-item.--active{
	border-bottom: 1px solid #000;
	color: rgba(66, 66, 66, 1);
}
.tabs-content{
	padding-top: 62px;
}
.properties{
	display: flex;
	gap: 185px;
	align-items: self-start;
}
.properties-list{
	width: 100%;
	max-width: 431px;
}
.properties-item{
	border-bottom: 1px solid rgba(223, 223, 223, 1);
	display: flex;
	justify-content: space-between;
	padding: 15px 0 5px;
	color: rgba(143, 143, 143, 1);
}
.properties-item-name{
	font-family: "PT-Sans-Caption";
	font-size: 16px;
	font-weight: 400;
}
.properties-item-value{
	font-family: "PT-Sans-Caption";
	font-weight: 700;
	font-size: 16px;
}
.tabs-content-calc, .tabs-content-properties{
	display: none;
}
.tabs-content-properties.--active, .tabs-content-calc.--active{
	display: flex !important;
}
.vigets-item--protect, 
.vigets-item--textures,
.vigets-item--induvidual,
.vigets-item--managers,
.vigets-item--3d,
.vigets-item--control{
	display: none !important;
}
.site-main-vigets{
	padding-top: 200px;
}
.vigets-item__title{
	color: var(--black);
}
.about{
	padding-top: 200px;
}
.about__title{
	font-family: "PT-Sans-Caption";
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 120px;
}

.more-photo {
	display: flex;
	flex-direction: row;
	gap: 1rem;
	margin: 1rem 0;
}
.more-photo--scroll{
	overflow-x: scroll;
}
.more-photo-wrap{
	display: flex;
	gap: 10px;
}
.detail-picture{
	height: 580px;
	display: flex;
	flex-direction: column;
}
.main-photo{
	height: 550px;
}
.more-photo .photo {
	width: 80px;
	height: 60px;
	position: relative;
	cursor: pointer;
	transition: 0.3s;
	border-bottom: white 4px solid;
}
.more-photo .photo:hover,
.more-photo .photo.active {
	border-bottom: black 4px solid;
}
.more-photo .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-bottom: white 2px solid;
	display: block !important;
}
.photo-container-modal {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	will-change: transform
}
.photo-container-modal.open {
	position: fixed;

	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;

	transition: 1s;

}
.photo-container-modal.blur {
	background: rgba(255,255,255,0.5);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.photo-container-modal.open .detail-picture {
	/*flex: 1;*/
	flex: 0 1 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: auto;
	padding: 14px;
	/*padding: 1rem;*/
	/*margin: 1rem;*/
}
.photo-container-modal.open .detail-picture img.main-photo {
	max-width: 100%;
	max-height: 100%;
	/*
	width: auto;
	height: auto;
	*/
	aspect-ratio: unset;
	box-shadow: rgb(0 0 0 / 25%) 2px 2px 8px;
	border-radius: 4px;
}
.photo-container-modal.open .detail-picture .click-system {
	display: none;
}
.photo-container-modal.open .main-photo {
	aspect-ratio: auto;
	flex: 1;

}
.photo-container-modal.open .more-photo .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-bottom: white 2px solid;
	border-radius: 4px;
}

.close-photo-container {
    display: none;
    position: fixed;
    font-size: 0;
    height: 40px;
    width: 40px;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.photo-container-modal.open .close-photo-container {
    display: block;
}

.detail-picture .btn__download {
	position: absolute;
	top: 10px;
	left: 10px;
	cursor: pointer;
	display: none;
}
.photo-container-modal.open .detail-picture .btn__download {
	top: 30px;
	left: 30px;
}

.btn__download {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding-right: 5px;
    text-decoration: none;
    color: white;
    font-size: 9px;
    line-height: 15px;
    text-transform: uppercase;
    background-color: var(--color-black); /* ÑÑ‚Ð¸Ñ€Ð°ÐµÐ¼ ÑÑ‚Ð¸Ð»Ð¸ button */
    border-radius: 3px;
    border: none; /* ÑÑ‚Ð¸Ñ€Ð°ÐµÐ¼ ÑÑ‚Ð¸Ð»Ð¸ button */
    opacity: 0.5;
}

.btn__download::before {
    content: '';
    width: 18px;
    height: 18px;
    margin-right: 2px;
    background-image: url('images/icon/icon-download-light.svg');
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center;
}

.btn__download:hover,
.btn__download:focus,
.btn__download:active {
    outline: transparent;
    color: white;
    opacity: 1;
}

.more-photo .photo:hover, .more-photo .photo.active {
    border-bottom: black 4px solid;
}
.detail-picture-description{
	font-family: "PT-Sans-Caption";
	font-weight: 400;
	font-size: 12px;
	padding: 8px 0 12px 0;
}
.product-middle{
	padding-top: 78px;
}
.vigets-item .vigets-item-front, 
.vigets-item .vigets-item-back{
	background-color: rgba(206, 211, 217, 1) !important;
}
@media screen{
	.product-item__link:hover{
		text-decoration: none;
	}
	.tabs-item:hover{
		border-bottom: 1px solid #000;
		color: rgba(66, 66, 66, 1);
	}
	.product-action-item--dealer:hover{
		background-color: #61952a;
	}
	.product-action-item:not(.product-action-item--dealer):hover{
		background-color: #fff;
		border: 1px solid rgba(162, 162, 162, 1);
	}
	.product-action-item:not(.product-action-item--dealer) .product-item__link:hover{
		color: #000;
	}
}
@media(min-width: 768px){
	.product-title--mobile{
		display: none;
	}
}
@media(max-width: 1560px){
	.detail-picture{
		height: 465px;
	}
	.product-slider{
		max-width: 465px;
	}
	.main-photo{
		height: 440px;
	}
}
@media(max-width: 1360px){
	.detail-picture {
        height: 435px;
    }
	.main-photo{
		height: 390px;
	}
	.product-slider {
        max-width: 410px;
    }
}
@media(max-width: 1280px){
	.detail-picture {
        height: 390px;
    }
	.main-photo{
		height: 345px;
	}
	.product-slider, .photo-container {
        width: 360px;
    }
	.properties{
		gap: 100px;
	}
}
@media(max-width: 1080px){
	.properties{
		gap: 35px;
	}
}
@media(max-width: 920px){
	.product-action-item--calc, .product-action-item--3d{
		max-width: 100% !important;
		width: 100%;
	}
	.product-action-item--calc{
		padding: 15px 34px;
	}
}
@media(max-width: 768px){
	.product-title:not(.product-title--mobile){
		display: none;
	}
	.product-top{
		flex-direction: column;
		gap: 50px;
	}
	.product-slider{
		align-self: center;
	}
	.properties{
		flex-direction: column;
	}
	.product-code {
		padding: 20px 0;
	}
}
@media(max-width: 380px){
	.product-slider, .photo-container {
        width: 270px;
    }
	.main-photo {
        height: 270px;
    }
	.detail-picture {
        height: 325px;
    }
}