.act_wrapper {}
.act_title {
    color: #000000;
    text-align: center;
    padding: 46px 0;
    font-size: 48px;
    text-transform: uppercase;
    font-family: 'NeoSansPro-Bold';
}
.act_container {
    width: 1170px;
    margin: 0 auto;
}
.act_flex {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.act_flex_sb {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.act_left {
    float: left;
}
.act_clb {
    clear: both;
}
.footer {
    margin-top: 0;
}
.act_container > a {
    margin-bottom: 43px;
}
.act_item {
    width: 365px;
    height: 500px;
    background: #fff;
    margin-bottom: 0;
    position: relative;
    background: #F6F7F8;
}
.act_bottom {
    margin-top: 0;
    margin-bottom: 77px;
    font-size: 12px;
    color: #C4C4C4;
}
.act_block {
    padding: 0 16px;
}
.act_condition {
    font-size: 12px;
    color: #000;
    padding-top: 35px;
}
.act_name {
    font-size: 20px;
    color: #000000;
    padding-top: 40px;
}
.act_text {
    font-size: 14px;
    color: #949494;
    padding-top: 18px;
}
.act_more {
    font-size: 16px;
    color: #E1212E;
    position: absolute;
    bottom: 30px;
    right: 36px;
    cursor: pointer;
}
.act_show {
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 145px;
    height: 41px;
    background: #FFFFFF;
    border: 1px solid #E1212E;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    line-height: 41px;
}
.act_show a:link, .act_show a:visited {
    color: #000000;
    display: block;
}
.act_img {}
.act_item_inner {
    width: 370px;
    height: 563px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.act_back {
    width: 28px;
    height: 28px;
    position: absolute;
    left: 31px;
    bottom: 30px;
    background: url(../img/back.jpg) center center no-repeat;
    cursor: pointer;
}
.act_link:link, .act_link:visited {
    font-size: 14px;
    border-bottom: 1px solid #E1212E;
    color: #E1212E;
    position: absolute;
}
.act_link_1 {
    left: 35px;
    top: 25px;
}
.act_link_2 {
    right: 55px;
    top: 25px;
}
.act_link_3 {
    left: 35px;
    top: 310px;
}
.act_link_4 {
    right: 40px;
    top: 347px;
}
.act_inner_text {
    width: 325px;
    font-size: 11px;
    color: #949494;
    position: absolute;
}
.act_inner_text_1 {
    top: 445px;
    left: 25px;
}
.act_inner_text_2 {
    left: 25px;
    top: 407px;
}
.act_inner_text_3 {
    left: 25px;
    top: 392px;
}
.act_inner_text_4 {
    left: 25px;
    top: 434px;
}
.act_inner_title {
    font-size: 16px;
    color: #242424;
    text-align: center;
    padding-top: 26px;
}
.act_item_inner_1 {
	background: #fff url(../img/inner_1.jpg) center center no-repeat;
}
.act_item_inner_2 {
	background: #fff url(../img/inner_2.jpg) center center no-repeat;
}
.act_item_inner_3 {
	background: #fff url(../img/inner_3.jpg) center center no-repeat;
}
.act_item_inner_5 {
	background: #fff url(../img/inner_5.jpg) center center no-repeat;
}
.act_item_inner_9 {
	background: #fff url(../img/inner_9.jpg) center center no-repeat;
}
.act_arrow_left {
    position: absolute;
    top: 56px;
    left: 69px;
	cursor: pointer;
    width: 9px;
    height: 13px;
}
.act_arrow_right {
    position: absolute;
    top: 56px;
    right: 77px;
	cursor: pointer;
    width: 9px;
    height: 13px;
}
.act_slider {
    width: 100%;
    height: 350px;
    background: url(../img/slider/slide_1.jpg) center center no-repeat;
    position: absolute;
    top: 43px;
    left: 0;
}
.act_item_inner .act_arrow_left {
	background: url(../img/slider/left_1.svg) center center no-repeat;
}
.act_item_inner .act_arrow_right {
	background: url(../img/slider/right_1.svg) center center no-repeat;
}
.act_item_inner[data-number="1"] .act_arrow_left {
	background: url(../img/slider/left_2.svg) center center no-repeat;
}
.act_item_inner[data-number="5"] .act_arrow_right {
	background: url(../img/slider/right_2.svg) center center no-repeat;
}

.act_breadcrumbs {
    margin-top: 48px;
    margin-bottom: 37px;
}
.bc_item {
    display: inline-block;
}
a.bc_item {
    font-size: 14px;
    text-decoration-line: underline;
}
.act_breadcrumbs img {
    padding: 0 8px 2px;
}
div.bc_item {
    font-size: 14px;
    color: #C4C4C4;
}
.act_banner {
    text-align: center;
}
.act_banner_text {
    font-size: 16px;
    text-align: center;
    color: #000000;
    margin-top: 24px;
    margin-bottom: 25px;
}
.act_banner_text_2 {
    font-size: 12px;
    text-align: center;
    color: #C4C4C4;
    margin-top: 44px;
    margin-bottom: 92px;
}
.act_banner_button {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #E2000F;
    border-radius: 67px;
    width: 145px;
    height: 33px;
    display: block;
    line-height: 33px;
    margin: 0 auto 80px;
}

a.act_button {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #E2000F;
    border-radius: 67px;
    width: 145px;
    height: 33px;
    display: block;
    line-height: 33px;
    margin: 0 auto;
}
.action_title {
    margin-top: 100px;
    margin-bottom: 23px;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'NeoSansPro-Medium';
}
.action_item {
    position: relative;
    width: 384px;
    min-height: 159px;
    background: #F6F7F8;
    padding-left: 21px;
    padding-right: 21px;
}
.action_item_price {
    font-size: 24px;
    font-family: 'NeoSansPro-Medium';
    text-align: center;
    padding-top: 43px;
    padding-bottom: 32px;
    border-bottom: 1px solid #E5E5E5;
}
.action_item_text {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
}
.action_item_text ul {
    list-style: disc;
    list-style-position: inside;
}
.action_item_text li {
    margin: 5px 0;
}
.act_banner.act_banner_4 {
    margin-top: 35px;
    text-align: center;
}
.act_banner.act_banner_6 {
    margin-top: 137px;
    margin-bottom: 79px;
}
.act_banner_mkd {
    margin-top: 89px;
}
.act_banner.act_banner_8 {
    margin-top: 111px;
    margin-bottom: 86px;
}
.act_banner.act_banner_10 {
    margin-top: 70px;
    margin-bottom: 56px;
}
.act_banner.act_banner_12 {
    margin: 0 auto;
    margin-bottom: 61px;
    position: relative;
    width: 1069px;
    height: 482px;
}
a.act_banner_link_1 {
    position: absolute;
    left: 46px;
    bottom: 16px;
    width: 107px;
    height: 20px;
    display: block;
}
a.act_banner_link_2 {
    position: absolute;
    left: 365px;
    bottom: 16px;
    width: 107px;
    height: 20px;
    display: block;
}

@media (max-width: 1200px) {
	.act_container {
		width: 90%;
		padding: 0 5%;
	}
	.act_flex_sb {
		-webkit-justify-content: center;
		justify-content: center;
	}
	.act_item {
		margin: 0 15px 30px;
	}
	.act_bottom {
		text-align: center;
	}
	.action_item {
		margin: 0 15px 30px;
	}
	.act_banner.act_banner_bottom.act_banner_12 {
		width: 100%;
	    height: auto;
	}
	.act_banner.act_banner_bottom.act_banner_12 a {
		display: none;
	}
}

@media (max-width: 900px) {
	.act_banner_bottom {
		display: none;
	}
	.act_banner_text_2 {
		color: #000;
		font-size: 16px;
	}
	.act_banner_mkd {
		text-align: center;
	}
}

@media (max-width: 400px) {
	.act_item, .act_item_inner {
		width: 300px;
		width: 100%;
		margin: 0 0 30px;
	}
	.act_img img {
		width: 300px;
	}
	.act_inner_text {
		width: 250px;
	}
	.act_item_inner {
		background-size: contain;
		background-position: top center;
	}
	.act_link_1 {
		left: 25px;
	}
	.act_link_2 {
		right: 25px;
	}
	.act_inner_text_1 {
		top: 390px;
	}
	.act_text {
		padding-top: 40px;
	}
	.act_link_4 {
		right: 30px;
		top: 279px;
	}
	.act_inner_text_2 {
		top: 360px;
	}
	.act_slider {
		background-size: contain !important;
	}
	.act_arrow_left, .act_arrow_right {
		top: 85px;
	}
	.act_arrow_left {
		left: 55px;
	}
	.act_arrow_right {
		right: 55px;
	}
	.act_inner_text_3 {
		top: 340px;
	}
	.act_inner_text_4 {
		top: 400px;
	}
	.action_item {
		width: 100%;
		margin: 0 0 30px;
	}
}

ol {
    list-style-type: decimal;
}