.new-radio {
	display: flex;
	padding: 0;
}

.new-radio li input[type="radio"]+label::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	transition: all 0.3s ease;
	top: 50%;
	left: 9px;
	width: 8px;
	height: 8px;
	opacity: 0;
	transform: translate(-50%, -50%) scale(0);
}

.new-radio li input[type="radio"]+label::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	transition: all 0.3s ease;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 1px solid #EFEFEF;
}

.new-radio {
	margin-bottom: 50px;
}

.new-radio li {
	position: relative;
	list-style: none;
	display: flex;
	align-items: center;
	width: max-content;
	margin-right: 40px;
}

.new-radio li input[type="radio"] {
	display: none;
}

.new-radio label {
	position: relative;
	cursor: pointer;
	padding-left: 28px;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 18px;
	color: #212123;
}

.new-radio li input[type="radio"]:checked+label::before {
	background: #fff;
	border: 2px solid #3165ED;
}

.new-radio li input[type="radio"]:checked+label::after {
	opacity: 1;
	background: #3165ED;
	transform: translate(-50%, -50%) scale(1);
	animation: ripple 1s none;
}
@media (max-width: 767px)  {
	.firsts-one-left__imag picture {
		display:none;
	}
}
@media (min-width: 807px)  {
	.firsts-one-left__imag picture {
		aspect-ratio: 602 / 451;
		width: auto;
	}
}
@media (min-width: 1190px) and (max-width: 1300px)  {
	.firsts-one-left__imag picture {
		max-height:85%;
		margin-top:30px;
	}
}



@media (min-width: 1190px) {
    .main-one-left__title {
        font-size: 32px;
		align-items: center;
    }
}
