.french-types h2 {
	margin-bottom: 20px;
}
.french-types .desc, .french-types .tab__list, .french-types .content__info-list {
	margin-bottom: 20px;
}
.french-types .content__list {
	padding: 15px 20px;
	background: var(--white);
}
.french-types .content__title {
	font-size: 20px;
	line-height: 1.3;	
	margin-bottom: 10px;
}
.french-types .content__desc {
	line-height: 1.2;
	margin-bottom: 20px;
}
.french-types .content__info-list {
	font-size: 17px;
	line-height: 1.2;
	gap: 13px;
	height: 146px;
}
.french-types .content__info-item {
	gap: 12px;
	align-items: center;
}
.french-types .content__info-item svg {
	flex-shrink: 0;
	width: 30px;
}
.french-types .content__img {
    margin-bottom: 15px;
}
.french-types .slider__controls {
    margin-top: 0;
}
.french-types .slider__pagination {
	position: absolute;
    z-index: 10;
    bottom: 10px;
	display: flex;
    align-items: center;
	gap: 8px
}
.french-types .slider__bullet {
	width: 8px;
    height: 8px;
	background: var(--white);
	margin: 0;
}
.french-types .slider__bullet-active {
    background: var(--chernyy-500-osnovnoy);
}
.french-types .slider__button-prev, .french-types .slider__button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
    height: 35px;
}
.french-types .slider__button-prev {
	left: 12px;
}
.french-types .slider__button-next {
	right: 12px;
}
.french-types .content__price {
    grid-template-columns: max-content auto;
    gap: 10px;
	align-items: center;
    margin-bottom: 10px;
}
.french-types .content__price-title {
	display: none;
}
.french-types .price__current {
    border-radius: 16px;
    padding: 10px;
    background: var(--chernyy-50);
    width: fit-content;
}
.french-types .price__current .caption {
    font-size: 16px;
	line-height: 1;
    margin-bottom: 4px;
}
.french-types .price__current .price {
	font-size: 30px;
	line-height: 1;
	letter-spacing: 0.01em;
}
.french-types .price__current .word, .french-types .price__current .currency {
    font-size: 20px;
}
.french-types .price .word {
    margin-right: 8px;
}
.french-types .price .currency {
    margin-left: 4px;
}
.french-types .price__other .caption {
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.01em;
	margin-bottom: 4px;
	color: var(--chernyy-600);
}
.french-types .price__other .price {
	font-size: 22px;
	line-height: 1;
}
.french-types .price__other .currency {
    font-size: 14px;
}
.french-types .btn {
	font-size: 16px;
}
@media (max-width: 767px) {
	.french-types .item-switch, .french-types .tab__item br {
		display: none!important;
	}
	.french-types .tab__list {
		flex-direction: column;
		gap: 10px;
	}
	.french-types .tab__item {
		display: flex;
		align-items: center;
		justify-content: center;
		background: var(--white);
		border: 2px solid var(--chernyy-500-osnovnoy);
		border-radius: 12px;
		height: 50px;
		font-family: var(--second-family);
		font-weight: 900;
		font-size: 16px;
		width: 100%;
	}
	.french-types .tab__item.active {
		background: var(--chernyy-500-osnovnoy);
		color: var(--white);
		pointer-events: none;
	}
	.french-types .content__title > span > span {
		text-decoration: underline;
		text-decoration-color: #ffe70f;
		text-decoration-thickness: 3px;
		text-underline-offset: .22em;
	}	
}
@media (min-width: 768px) {
	.french-types .desc br {
		display: none;
		margin-bottom: 25px;
	}
	.french-types .tab__list {
		gap: 40px;
		justify-content: center;
		margin-bottom: 26px;
	}
	.french-types .content__title, .french-types .content__desc {
		text-align: center;
	}
	.french-types .content__list {
		padding: 25px 30px;
	}
	.french-types .content__item-inner {
		display: grid;
		grid-template-columns: 1fr 333px;
		column-gap: 26px
	}	
	.french-types .content__headline {
		grid-column: 1 / 3;
		grid-row: 1 / 2;
	}
	.french-types .content__info-list {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
		margin-bottom: 40px;
		height: auto;
		font-size: 18px;
	}
	.french-types .content__img {
		grid-column: 2 / 3;
		grid-row: 2 / 5;
		margin-bottom: 0;
	}
	.french-types .content__price {
		grid-column: 1 / 2;
		grid-row: 3 / 4;
		margin-bottom: 15px;
		gap: 12px;
	}	
	.french-types .content__btn {
		grid-column: 1 / 2;
		grid-row: 4 / 5;
		margin-top: auto;
	}
	.french-types .content__title > span {
		text-decoration: underline;
		text-decoration-color: #ffe70f;
		text-decoration-thickness: 3px;
		text-underline-offset: .22em;
	}	
	.french-types .content__title br {
		display: none;
	}
	.french-types .content__desc, .french-types .content__info-item {
		font-size: 18px;
	}
	.french-types .slider__pagination {
		bottom: 15px;
		gap: 10px;
	}
	.french-types .slider__bullet {
		width: 11px;
		height: 11px;
	}	
	.french-types .slider__button-prev, .french-types .slider__button-next {
		width: 45px;
		height: 45px;
	}
	.french-types .slider__button-prev {
		left: 15px;
	}
	.french-types .slider__button-next {
		right: 15px;
	}	
}
@media (min-width: 1024px) {
	.french-types .tab__item br, .french-types .tab__item br {
		display: none;
	}
	.french-types .desc, .french-types .tab__list {
		margin-bottom: 30px;
	}
	.french-types .tab__list {
		gap: 30px;
		width: auto;
	}
	.french-types .content__list {
		padding: 30px;
	}
	.french-types .content__item-inner {
		grid-template-columns: 383px 1fr;
		column-gap: 30px;
	}	
	.french-types .content__headline {
		grid-column: 2 / 3;
		grid-row: 1 / 2;
	}
	.french-types .content__info-list {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}
	.french-types .content__img {
		grid-column: 1 / 2;
		grid-row: 1 / 5;
	}
	.french-types .content__price {
		grid-column: 2 / 3;
		grid-row: 3 / 4;
	}
	.french-types .content__btn {
		grid-column: 2 / 3;
		grid-row: 4 / 5;
		width: 380px;
	}
	.french-types .content__title, .french-types .content__desc {
		text-align: left;
	}
	.french-types .content__title {
		font-size: 22px;
		margin-bottom: 15px;
		line-height: 1.2;
	}
	.french-types .content__desc {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.french-types .content__info-list {
		gap: 12px;
		margin-bottom: 30px;
		height: auto;
	}
	.french-types .content__info-item {
		gap: 10px;
	}
	.french-types .content__info-item svg {
		width: 26px;
	}	
	.french-types .content__price {
		margin-bottom: 15px;
		column-gap: 15px;
		row-gap: 0;
		align-items: end;
	}
	.french-types .content__price-title {
		line-height: 1;
		margin-bottom: 10px;
		display: block;
		grid-column: 1 / 3;
	}	
	.french-types .price__current .caption {
		font-size: 16px;
		margin-bottom: 2px;
	}
	.french-types .price__current .price {
		font-size: 32px;
	}
	.french-types .price__other {
		padding-bottom: 12px;
	}	
	.french-types .price__other .price {
		font-size: 24px;
	}
	.french-types .price__other .currency {
		font-size: 16px;
	}	
	.french-types .content__btn .btn {
		border-radius: 10px;
		font-size: 16px;
		width: 335px;
	}
	.french-types .slider__button-prev, .french-types .slider__button-next {
		width: 45px;
		height: 45px;
	}
	.french-types .slider__button-prev {
		left: 15px;
	}	
	.french-types .slider__button-next {
		right: 15px;
	}	
}