/* TYPES OF HELP START */

.types-of-help__title {
    margin: 0 0 40px 0;
}

.types-of-help__title h2 {
    font-family: var(--main-font-semi-bold);
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    color: var(--color-blue);
    width: fit-content;
    margin: 0 auto;
    position: relative;
}

.types-of-help__title h2::before{
    content: "";
    position: absolute;
    width: 102%;
    height: 16px;
    background: var(--color-orange);
    bottom: 2px;
    left: -2px;
    z-index: -1;
    opacity: 0.6;
    border-radius: 4px;
}

.types-of-help__text {
    font-family: var(--main-font-semi-bold);
    font-size: 18px;
    line-height: 25px;
    color: var(--color-blue);
    text-align: center;
    padding: 0 102px;
	margin: 0 0 40px 0;
}

.toh-top-block__item {
	padding: 30px;
	background: #FEB9CC;
	border-radius: 30px;
	position: relative;
}

.toh-top-block__item--alt {
	background: #89D4F3;
}

.toh-top-block__item--alt2{
	background: #FFD787;
}


.toh-top-block__item::before {
	content: "";
	position: absolute;
	top:-1px;
	left:0;
	width: 340px;
	height: 140px;
	background: url(/local/templates/s1/images/types-of-help/toh-cloud.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 10;
}

.toh-top-block__img,
.toh-bottom-block__img {
	margin: 0 0 30px 0;
	position: relative;
	z-index: 20;
	border-radius: 30px;
	overflow: hidden;
}

.toh-top-block__img img,
.toh-bottom-block__img img {
	display: block;
	max-height: 240px;
	width: 100%;
}

.toh-top-block__text,
.toh-bottom-block__text {
	font-family: var(--main-font-semi-bold);
	font-size: 25px;
	line-height: 30px;
	color: var(--color-blue);
	text-align: center;
	margin: 0 0 10px 0;
}

.toh-bottom-block__text {
	text-align: left;
}

.toh-top-block__link {
	text-align: center;
}

.toh-bottom-block__link {
	text-align: left;
}

.toh-top-block .toh-top-block__link a {
	font-family: var(--main-font);
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	text-decoration: none;
	position: relative;
	padding: 0 36px 0 0;
}

.toh-top-block .toh-top-block__link a::after {
	content: "";
	position: absolute;
	top:0;
	right: 0;
	width: 26px;
	height: 26px;
	background: url(/local/templates/s1/images/types-of-help/arrow-redo.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.toh-top-block .toh-top-block__link a:hover {
	color: #fff;
	text-decoration: underline;
}

.toh-bottom-block .toh-bottom-block__link a {
	font-family: var(--main-font);
	font-size: 18px;
	line-height: 25px;
	color: #FB9FB8;
	text-decoration: none;
	position: relative;
	padding: 0 36px 0 0;
}

.toh-bottom-block .toh-bottom-block__link a::after {
	content: "";
	position: absolute;
	top:0;
	right: 0;
	width: 26px;
	height: 26px;
	background: url(/local/templates/s1/images/types-of-help/arrow-redo-pink.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.toh-bottom-block .toh-bottom-block__link a:hover {
	color: #FB9FB8;
	text-decoration: underline;
}

.toh-top-block__container {
	margin: 0 0 80px 0;
}

.toh-bottom-block__container {
	background: #FDFAF5;
	padding: 60px 103px;
}

.toh-bottom-block__figure-top {
	height: 58px;
	background: url(/local/templates/s1/images/main-map/map-figure.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.toh-bottom-block__figure-top::before{
	content: "";
	position: absolute;
	top:40px;
	left: 26px;
	width: 93px;
	height: 78px;
	background: url(/local/templates/s1/images/types-of-help/stars-top.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.toh-bottom-block__figure-top::after{
	content: "";
	position: absolute;
	top:-23px;
	left: 220px;
	width: 227px;
	height: 112px;
	background: url(/local/templates/s1/images/types-of-help/cloud-top.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.toh-bottom-block__figure-bottom {
	height: 58px;
	background: url(/local/templates/s1/images/main-map/map-figure.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: rotate(180deg);
	position: relative;
}

.toh-bottom-block__figure-bottom::before{
	content: "";
	position: absolute;
	top:50px;
	left: 50px;
	width: 64px;
	height: 64px;
	background: url(/local/templates/s1/images/types-of-help/wind.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(180deg);
}

.toh-bottom-block__figure-bottom::after{
	content: "";
	position: absolute;
	top:9px;
	left: 180px;
	width: 244px;
	height: 101px;
	background: url(/local/templates/s1/images/types-of-help/cloud-bottom.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(180deg);
}

.types-of-help__container {
	margin: 0 0 80px 0;
}




/* TYPES OF HELP END */