.delivery-product {
	margin-top: 40px;
}
.delivery-product h1 {
	line-height: 1.2;
	margin-bottom: 20px;
}
.delivery-product h2 {
	margin-bottom: 20px;
}
.delivery-product .desc {
	font-weight: 500;
	margin-bottom: 25px;
}
.delivery-product .info__list--working {
	gap: 10px;
	margin-bottom: 20px;
}
.delivery-product .info__list--working .info__item {
	line-height: 1.3;
	padding-left: 16px;	
	background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='5' cy='5.5' r='5' fill='%23F52828' /%3e%3c/svg%3e");	
	background-size: 8px 8px;
	background-position: 0 6px;
    background-repeat: no-repeat;
}

/* Доставка окон */
.delivery__city {
	margin-bottom: 40px;
}
.delivery__city .conditions {
	gap: 25px;
	margin-bottom: 40px;
}
.delivery__city .variants__inner {
	gap: 20px;
}
.delivery__city .variant {
	border-radius: 16px;
	box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
	background: var(--white);	
	padding: 15px;	
}
.delivery__city .variant__title {
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 20px;	
}
.delivery__city .variant__item {
	font-size: 18px;
	line-height: 1.3;
	justify-content: space-between;
}
.delivery__city .variant__item:first-child {
	padding-bottom: 12px;
	position: relative;
}
.delivery__city .variant__item:first-child:before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 0;
	border: 1px solid var(--chernyy-100);
}
.delivery__city .variant__item:last-child {
	padding-top: 12px;
}
.delivery__city .consultation {
	gap: 15px;
}
.delivery__city .consultation__img {
	width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
}
.delivery__city .consultation__text {
	font-size: 18px;
	line-height: 130%;
	letter-spacing: 0.01em;	
	margin-bottom: 12px;
}
.delivery__city .consultation .btn {
	height: 46px;
	gap: 4px;	
}
.delivery__city .consultation .btn .btn__title {
	font-size: 20px;
}
.delivery__city .consultation .btn svg {
	width: 24px;
	position: relative;
    z-index: 1;	
}
.delivery__city .image {
	display: none;
}
.delivery__city .conditions__list {
	gap: 20px;
}
.delivery__city .conditions__item {
	gap: 10px;
}
.delivery__city .conditions__item-title {
	font-size: 18px;
	line-height: 1.2;	
	gap: 15px;
    align-items: center;
    margin-bottom: 0;	
}
.delivery__city .conditions__item-title svg {
	width: 30px;
	flex-shrink: 0;
}
.delivery__city .conditions__item-desc {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 0;	
}

/* самовывоз */
.delivery__pickup {
	margin-bottom: 40px;
}
.delivery__pickup .box__inner {
	padding: 20px;
	background: var(--chernyy-50);
	gap: 20px;
}
.delivery__pickup .info__desc {
	font-size: 16px;
	line-height: 1.3;	
}
.delivery__pickup .info__desc.first {
	margin-bottom: 10px;
}
.delivery__pickup .info__desc.last {
	width: 280px;
	margin-bottom: 0;
}
.delivery__pickup .info__location {
	gap: 6px;
	align-items: start;
	line-height: 1.3;
	margin-bottom: 20px;
}
.delivery__pickup .info__location svg {
	width: 18px;
	flex-shrink: 0;
}
.delivery__pickup .box__map {
	height: 240px;
}
.delivery__pickup iframe {
    width: 100%;
    height: 100%;
}

/* способы оплаты */
.delivery__payment {
	
}
.delivery__payment .card__list {
	gap: 10px;
}
.delivery__payment .card__item {
    background: var(--white);
    padding: 20px;	
}
.delivery__payment .card__title {
	align-items: center;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0.01em;	
	gap: 10px;
	margin-bottom: 15px;
}
.delivery__payment .card__title svg {
	flex-shrink: 0;
	width: 30px;
}
.delivery__payment .card__info {
	gap: 15px;
}
.delivery__payment .info__desc {
	line-height: 1.3;
}
.delivery__payment .info__list--working {
	margin-bottom: 0;
}
.delivery__payment .btn {
	border-radius: 16px;
	height: 50px;
	margin-top: 20px;
	gap: 10px;
}
.delivery__payment .btn .btn__title {
	font-size: 14px;
}
.delivery__payment .btn svg {
	width: 21px;
	position: relative;
    z-index: 1;	
}
@media (min-width: 768px) {
	.delivery-product {
		margin-top: 50px;
	}
	.delivery-product h1 {
		font-size: 44px;
		margin-bottom: 25px;
	}
	.delivery-product h2 {
		margin-bottom: 30px;
	}
	.delivery-product .desc {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.delivery-product .info__list--working {
		margin-bottom: 25px;
	}
	.delivery-product .info__list--working .info__item {
		font-size: 18px;
		background-position: 0 7px;
	}	
	
	/* Доставка окон */
	.delivery__city .conditions {
		grid-template-columns: 1fr 312px;
        gap: 25px 27px;		
		border-radius: 16px;
		padding: 25px 0 25px 25px;
		background: var(--chernyy-50);
	}
	.delivery__city .variants__inner {
		gap: 10px;
		width: 344px;
	}
	.delivery__city .variants {
		margin-bottom: 0;
	}	
	.delivery__city .variant {
		padding: 20px;
	}
	.delivery__city .variant__title {
		margin-bottom: 15px;
		text-align: left;
	}
	.delivery__city .consultation {
		width: 324px;
	}
	.delivery__city .image {
		display: block;
		grid-column: 2 / 3;
        grid-row: 1 / 3;
        height: 312px;		
	}	
	.delivery__city .conditions__list {
		grid-template-columns: 1fr 1fr;	
		gap: 25px 20px;		
	}
	.delivery__city .conditions__item-title svg {
		width: 40px;
	}
	.delivery__city .conditions__item-desc {
		font-size: 16px;
	}
	.delivery__city .conditions__item-title {
		gap: 10px;
	}	
	
	/* самовывоз */
	.delivery__pickup .box__inner {
		padding: 25px;
		gap: 20px;
	}
	.delivery__pickup .info__desc {
		font-size: 18px;
		width: 580px!important;
	}
	.delivery__pickup .info__location {
		font-size: 20px;
		margin-bottom: 25px;
	}
	.delivery__pickup .info__location svg {
		width: 24px;
	}	
	.delivery__pickup .box__map {
		height: 300px;
	}
	
	/* способы оплаты */
	.delivery__payment .card__item {
		padding: 25px;
	}
	.delivery__payment .card__title {
		font-size: 24px;
		gap: 15px;
		margin-bottom: 20px;
	}
	.delivery__payment .card__title svg {
		width: 40px;
	}
	.delivery__payment .card__info {
		gap: 20px;
	}
	.delivery__payment .info__desc {
		font-size: 18px;
	}
	.delivery__payment .btn {
		width: 330px;
		margin-left: 0;
	}
	.delivery__payment .btn .btn__title {
		font-size: 16px;
	}	
}
@media (min-width: 1024px) {
	.delivery-product {
		margin-top: 60px;
	}
	.delivery-product h1 {
		font-size: 46px;
		margin-bottom: 20px;
	}
	.delivery-product h2 {
		font-size: 38px;
		margin-bottom: 30px;
	}
	.delivery-product .desc {
		font-weight: 400;
	}
	.delivery-product .info__list--working {
		margin-bottom: 20px;
	}
	.delivery-product .info__list--working .info__item {
		padding-left: 24px;
		background-size: 10px 10px;
		background-position: 0 6px;
	}	

	/* Доставка окон */
	.delivery__city .conditions {
		grid-template-columns: 1fr 454px;
        gap: 20px;		
		padding: 35px 0 35px 30px;
	}
    .delivery__city .variants__inner {
        gap: 20px;
        width: 390px;
    }
    .delivery__city .variant__title {
        margin-bottom: 20px;
    }
	.variant__item:first-child {
		padding-bottom: 15px;
	}
	.variant__item:last-child {
		padding-top: 15px;
	}
    .delivery__city .consultation {
        width: 100%;
    }	
	.delivery__city .consultation {
		gap: 10px 15px;
	}
	.delivery__city .consultation__img {
		width: 70px;
		height: 70px;
	}
	.delivery__city .consultation__text {
		font-size: 16px;
		margin-bottom: 12px;
	}
	.delivery__city .consultation .btn {
		border-radius: 10px;
		width: 250px;
		margin-left: 0;
	}
	.delivery__city .consultation .btn svg {
		width: 20px;
	}
	.delivery__city .image {
        height: 454px;
	}
	.delivery__city .conditions__list {
		grid-template-columns: repeat(4, 1fr);
	}	

	/* самовывоз */	
	.delivery__pickup .box__inner {
		grid-template-columns: 1fr 408px;
		gap: 38px;	
		padding: 30px;
	}
	.delivery__pickup .info__desc {
		width: 100%!important;
	}
	.delivery__pickup .info__desc.first {
		margin-bottom: 15px;
	}
	.delivery__pickup .info__location {
		font-size: 18px;
		margin-bottom: 20px;
		gap: 5px;
	}	
	
	/* способы оплаты */
	.delivery__payment .card__list {
		gap: 15px;
	}
    .delivery__payment .card__item {
        padding: 30px;
    }
	.delivery__payment .card__title {
        font-size: 23px;
        gap: 12px;
    }
	.delivery__payment .card__title svg {
		width: 35px;
	}
	.delivery__payment .btn {
		width: 330px;
		margin-top: 25px;
		gap: 15px;
	}	
}