.advantages-plastic-win {
	display: none;
}
@media (min-width: 1024px) {
	.advantages-plastic-win {
		display: block;
		overflow: unset;
		margin-bottom: 178px;
	}	
	.advantages-plastic-win .content__box {
		position: relative;
	}	
	.advantages-plastic-win .box__background {
		width: 960px;
		height: 430px;
		background-image: url('../../assets/img/advantages-plastic-win.png');
		position: relative;			
	}	
	.advantages-plastic-win .box__background:after {
		position: absolute;
		top: 26px;
		left: 112px;
		width: 601px;
		height: 358px;
		background-position: initial;
		background-repeat: no-repeat;
		background-size: cover;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='601' height='358' viewBox='0 0 601 358' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M109 26L293 26' stroke='%23F52828' stroke-width='2' /%3e%3cpath d='M293 184.333C295.946 184.333 298.333 181.946 298.333 179C298.333 176.054 295.946 173.667 293 173.667C290.054 173.667 287.667 176.054 287.667 179C287.667 181.946 290.054 184.333 293 184.333ZM293 179H294V26H293H292V179H293Z' fill='%23F52828' /%3e%3cpath d='M266.667 235C266.667 237.946 269.054 240.333 272 240.333C274.946 240.333 277.333 237.946 277.333 235C277.333 232.055 274.946 229.667 272 229.667C269.054 229.667 266.667 232.055 266.667 235ZM0 235L-8.74228e-08 236L272 236L272 235L272 234L8.74228e-08 234L0 235Z' fill='%23F52828' /%3e%3cpath d='M1 288L1 235' stroke='%23F52828' stroke-width='2' /%3e%3cpath d='M408.667 6C408.667 8.94552 411.054 11.3333 414 11.3333C416.946 11.3333 419.333 8.94552 419.333 6C419.333 3.05448 416.946 0.666666 414 0.666667C411.054 0.666667 408.667 3.05448 408.667 6ZM414 6L414 7L600 6.99998L600 5.99998L600 4.99998L414 5L414 6Z' fill='%23F52828' /%3e%3cpath d='M600 58L600 5' stroke='%23F52828' stroke-width='2' /%3e%3cpath d='M460 260L586 260' stroke='%23F52828' stroke-width='2' /%3e%3cpath d='M461 228.333C463.946 228.333 466.333 225.946 466.333 223C466.333 220.054 463.946 217.667 461 217.667C458.054 217.667 455.667 220.054 455.667 223C455.667 225.946 458.054 228.333 461 228.333ZM461 260L462 260L462 223L461 223L460 223L460 260L461 260Z' fill='%23F52828' /%3e%3cpath d='M331 296L331 358' stroke='%23F52828' stroke-width='2' /%3e%3cpath d='M313.333 296C313.333 293.054 310.946 290.667 308 290.667C305.054 290.667 302.667 293.054 302.667 296C302.667 298.946 305.054 301.333 308 301.333C310.946 301.333 313.333 298.946 313.333 296ZM332 296V295H308V296V297H332V296Z' fill='%23F52828' /%3e%3c/svg%3e");
	}
	.advantages-plastic-win .caption__item {
		padding: 15px;
		border-radius: 16px;
		width: fit-content;	
	}
	.advantages-plastic-win .caption__item.is-active {
		box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
		background: var(--white);
	}
	.advantages-plastic-win .caption__desc {
		font-size: 14px;
		line-height: 1.3;
		color: var(--chernyy-600);	
		display: none;
	}	
	.advantages-plastic-win .caption__item.is-active .caption__desc {
		display: block;
	}	
	.advantages-plastic-win .caption__title {
		line-height: 1.3;
		margin-bottom: 10px;
	}	
	.advantages-plastic-win .caption__title .caption__icon {
		width: 30px;
		height: 30px;
		position: absolute;
		top: -40px;		
		cursor: pointer;		
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='30' height='30' rx='15' fill='%23F52828'/%3e%3cpath d='M21 13H17V9C17 8.46957 16.7893 7.96086 16.4142 7.58579C16.0391 7.21071 15.5304 7 15 7C14.4696 7 13.9609 7.21071 13.5858 7.58579C13.2107 7.96086 13 8.46957 13 9L13.071 13H9C8.46957 13 7.96086 13.2107 7.58579 13.5858C7.21071 13.9609 7 14.4696 7 15C7 15.5304 7.21071 16.0391 7.58579 16.4142C7.96086 16.7893 8.46957 17 9 17L13.071 16.929L13 21C13 21.5304 13.2107 22.0391 13.5858 22.4142C13.9609 22.7893 14.4696 23 15 23C15.5304 23 16.0391 22.7893 16.4142 22.4142C16.7893 22.0391 17 21.5304 17 21V16.929L21 17C21.5304 17 22.0391 16.7893 22.4142 16.4142C22.7893 16.0391 23 15.5304 23 15C23 14.4696 22.7893 13.9609 22.4142 13.5858C22.0391 13.2107 21.5304 13 21 13Z' fill='white'/%3e%3c/svg%3e ");
	}	
	.advantages-plastic-win .caption__item:nth-child(1) {
		top: 74px;
		left: 54px;
		width: 328px;
	}
	.advantages-plastic-win .caption__item:nth-child(1) .caption__icon {
		top: -37px;
		left: 138px;
	}	
	.advantages-plastic-win .caption__item:nth-child(2) {
		top: 330px;
		left: 0;
		width: 313px;
	}
	.advantages-plastic-win .caption__item:nth-child(2) .caption__icon {
		left: 97px;
	}
	.advantages-plastic-win .caption__item:nth-child(3) {
		top: 106px;
		right: 12px;
		width: 313px;
		z-index: 2;
	}
	.advantages-plastic-win .caption__item:nth-child(3) .caption__icon {
		left: 62px;
	}
	.advantages-plastic-win .caption__item:nth-child(4) {
		top: 310px;
		right: 0px;
		width: 336px;
		z-index: 1;
	}
	.advantages-plastic-win .caption__item:nth-child(4) .caption__icon {
		left: 58px;
	}
	.advantages-plastic-win .caption__item:nth-child(5) {
		top: 421px;
		right: 300px;
		width: 338px;
	}
	.advantages-plastic-win .caption__item:nth-child(5) .caption__icon {
		left: 105px;
	}
}