#container-hr.container_hr hr, #container-hr-2.container_hr hr {
	border: 2px solid transparent;
    border-image: linear-gradient(90deg,#097dc0 0,#097dc0 100%);
    border-image-slice: 1;
    background: none;
    height: 0px;
    margin: 0;
    clear: both;
    position: relative;
    right: 0;
    top: 0;
    z-index: 0;
    width: auto;
}

#container-hr-3.container_hr hr {
	border: 5px solid transparent;
    border-image: linear-gradient(90deg,#097dc0 0,#ffba00 100%);
    border-image-slice: 1;
    background: none;
    height: 0px;
    margin: 0;
    clear: both;
    position: relative;
    right: 0;
    top: 0;
    z-index: 0;
    width: auto;
}

#index_block {
    padding: 120px 0px 10px 0px;
    background: url(/local/templates/kemgik/images/header/bg_1.svg);
    background-repeat: no-repeat;
    z-index: -1;
    margin-top: -30px;
}

#index_block .subscribes-and-services__cards-wrapper {
    justify-content: space-evenly;
    align-items: center;
}

#index_block .subscribes-and-services__card {
    display: flex;
    flex-wrap: nowrap;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    cursor: pointer;
    position: relative;
    justify-content: start;
    border: solid 2px transparent;
    background: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(270deg, #097DC0 1.03%, #FFBA00 100%) border-box;
    border-radius: 24px;
}

#index_block .subscribes-and-services__card:hover {
    -webkit-box-shadow: 0 125px 80px rgb(23 58 105 / 7%), 0 81.0185px 46.8519px rgb(23 58 105 / 5%), 0 48.1481px 25.4815px rgb(23 58 105 / 4%), 0 25px 13px rgb(23 58 105 / 4%), 0 10.1852px 6.51852px rgb(23 58 105 / 3%), 0 2.31481px 3.14815px rgb(23 58 105 / 2%);
    box-shadow: 0 125px 80px rgb(23 58 105 / 7%), 0 81.0185px 46.8519px rgb(23 58 105 / 5%), 0 48.1481px 25.4815px rgb(23 58 105 / 4%), 0 25px 13px rgb(23 58 105 / 4%), 0 10.1852px 6.51852px rgb(23 58 105 / 3%), 0 2.31481px 3.14815px rgb(23 58 105 / 2%);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

#index_block .subscribes-and-services .card__content {
	padding-top: 40px;
	padding-left: 40px;
	max-width: 67%;
}

#index_block .subscribes-and-services .card__content-heading a {
    margin-bottom: 8px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
	color: #000000;
	font-family: Spectral;
}

#index_block .subscribes-and-services .card__content-heading a:hover {
    text-decoration: none;
}

#index_block .subscribes-and-services .card__content-text {
    margin-top: 25px;
    margin-bottom: 15px;
}

#index_block .subscribes-and-services .card__content-text a {
    font-size: 16px;
	font-weight: 500;
    color: #525252;
}

#index_block .subscribes-and-services .card__content-text a p {
    line-height: 18px;
    margin-bottom: 20px;
	font-family: Raleway;
	color: #525252;
}

#index_block .subscribes-and-services .card__floating-img {
    margin-top: -17px;
    overflow: hidden;
    border-bottom-right-radius: 24px;
    min-width: 30%;
    position: absolute;
    right: 0;
    bottom: 0;
    min-height: 270px;
}

#index_block .subscribes-and-services .card__floating-img img {
    height: 100px;
    right: 0;
    bottom: 0;
    position: absolute;
}

@media screen and (max-width: 1199px) {
	#index_block .subscribes-and-services__card {
		margin-bottom: 20px;
	}
	#index_block .subscribes-and-services .card__content {
		padding-left: 20px;
	}
	#index_block .subscribes-and-services__cards-wrapper {
		align-items: stretch;
	}
}
@media (min-width: 1024px) {
	#container-hr-2.container_hr hr {
		display: none;
	}
}

@media screen and (max-width: 1024px){
	#index_block .container {
		padding: 0px;
		margin: 0 auto;
	}
}