.kids{background-color: #FFD200}
.kids .bg{left: auto; right: 0; top: 50%; transform: translateY(-50%); width: 962px; height: 509px}
.kids .bg img{object-position: left center}
.kids__inline{display: flex; align-items: flex-end}
.kids__main{flex: 0 1 550px}
.kids__title{max-width: 510px; margin: 0 auto 35px; text-align: center}
.kids__subtitle{margin-bottom: 32px; font-size: 18px; font-weight: 700; line-height: 1.2; text-transform: uppercase}
.kids__item{display: flex; align-items: center; max-width: 430px; margin-bottom: 12px; font-size: 14px; line-height: 1.25; font-weight: 500}
.kids__ico{flex-shrink: 0; display: flex; justify-content: center; align-items: center; width: 61px; height: 61px; margin-right: 26px; padding: 10px; border-radius: 50%; background-color: #fff}
.kids__ico img{width: auto; max-width: 100%; max-height: 100%}
.kids__img{position: relative; left: -150px; top: 30px; flex-shrink: 0; width: 357px}
.kids__img  img{width: 100%}
@media screen and (max-width: 1450px){
	.kids .bg{width: 750px; height: 509px; }
}
@media screen and (max-width: 1139px){
	.kids .bg{width: 650px; height: 509px; }
	.kids__img{left: -200px; }
}
@media screen and (max-width: 991px){
	.kids .bg{width: 520px; height: 509px; }
	.kids__title{max-width: 100%; margin-bottom: 25px; font-size: 22px; }
	.kids__subtitle{margin-bottom: 20px; font-size: 16px; }
	.kids__img{left: -150px; width: 300px; }
}
@media screen and (max-width: 767px){
	.kids .bg{display: none; }
	.kids__img{position: absolute; right: 0; top: auto; left: auto; bottom: -20px; }
	.kids__main{flex: 0 1 100%; }
	.kids__subtitle{text-align: center; }
}
@media screen and (max-width: 575px){
	.kids__img{display: none; }
}
@media screen and (max-width: 479px){.kids__title{font-size: 20px; margin-bottom: 20px; }
	.kids__ico{margin-right: 15px; }
}