@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPTWeb-Light.eot');
    src: local('Futura PT Web Light'), local('FuturaPTWeb-Light'),
        url('../fonts/FuturaPTWeb-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPTWeb-Light.woff2') format('woff2'),
        url('../fonts/FuturaPTWeb-Light.woff') format('woff'),
        url('../fonts/FuturaPTWeb-Light.ttf') format('truetype'),
        url('../fonts/FuturaPTWeb-Light.svg#FuturaPTWeb-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPTWeb-Book.eot');
    src: local('Futura PT Web Book'), local('FuturaPTWeb-Book'),
        url('../fonts/FuturaPTWeb-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPTWeb-Book.woff2') format('woff2'),
        url('../fonts/FuturaPTWeb-Book.woff') format('woff'),
        url('../fonts/FuturaPTWeb-Book.ttf') format('truetype'),
        url('../fonts/FuturaPTWeb-Book.svg#FuturaPTWeb-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPTWeb-Demi.eot');
    src: local('Futura PT Web Demi'), local('FuturaPTWeb-Demi'),
        url('../fonts/FuturaPTWeb-Demi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPTWeb-Demi.woff2') format('woff2'),
        url('../fonts/FuturaPTWeb-Demi.woff') format('woff'),
        url('../fonts/FuturaPTWeb-Demi.ttf') format('truetype'),
        url('../fonts/FuturaPTWeb-Demi.svg#FuturaPTWeb-Demi') format('svg');
    font-weight: 500;
    font-style: normal;
}


* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#list {
	width: 100%;
	max-width: 1920px;
	min-width: 320px;
	overflow: hidden;
	margin: 0 auto;
}

body {
	font-family: 'Futura PT';
}

.container {
	width: 100%;
	max-width: 1210px;
	padding: 0 20px;
	margin: 0 auto;
}

/*sprite*/
.icon {
	display: inline-block;
	background-image: url(../img/sprite.png);
	-webkit-background-size: 789px 226px;
	background-size: 789px 226px;
}
.icon-1 {
	background-position: 0 -2px;
	width: 232px;
	height: 195px;
}
.icon-2 {
	background-position: -234px 0;
	width: 254px;
	height: 226px;
}
.icon-3 {
	background-position: -489px 0;
	width: 254px;
	height: 214px;
}
.icon-arrow {
	background-position: -744px -54px;
	width: 33px;
	height: 59px;
}
.icon-check {
	background-position: -744px -2px;
	width: 45px;
	height: 44px;
}
/*sprite END*/

/*creative*/
.creative {
	/*background-image: url(../img/creative.jpg);*/
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 370px;
	padding-bottom: 25px;
	color: #fff;
	font-size: 0;
	-ms-background-position-y: 0;
	background-position-y: 0;
	-webkit-transition: background-position-y ;
	-o-transition: background-position-y ;
	transition: background-position-y ;
}
.creative:after {
	content: '';
	display: block;
	clear: both;
}
.creative_title {
	font-size: 30px;
	font-weight: 500;
	display: inline-block;
	width: 200px;
	vertical-align: top;
	padding-top: 20px;
}
.creative_header {
	font-weight: 500;
	font-size: 52px;
	display: inline-block;
	width: 970px;
	vertical-align: top;
}
.creative_note {
	font-size: 14px;
	margin-top: 15px;
}
/*creative END*/

/*triangle*/
.triangle {
	/*background-color: #FFDB00;*/
	padding: 44px 0 102px;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}
.triangle:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 130px;
	background-color: #FFDB00;
}
.triangle svg {
	position: absolute;
	bottom: -59px;
	left: 50%;
	margin-left: -960px;
	z-index: 1;
}
.triangle_header {
	font-weight: 500;
	color: #1D1D1D;
	font-size: 30px;
	margin-bottom: 35px;
	position: relative;
	z-index: 2;
}
.triangle_text {
	font-size: 24px;
	max-width: 966px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
span.bold {
	font-weight: 500;
}


/*triangle END*/

/*items*/
.items {
	font-size: 0;
	color: #1D1D1D;
	margin: 0 -50px;
	padding-bottom: 64px;
}
.col-3 {
	display: inline-block;
	width: 33%;
	width: 33.33%;
	padding: 0 25px;
	vertical-align: top;
}

.item_step {
	font-weight: 500;
	font-size: 44px;
}
.item_img {
	text-align: center;
	height: 280px;
	position: relative;
}
.item_img:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.item_img .icon {
	vertical-align: middle;
}
.item_img:before {
	content: '';
	display: inline-block;
	background-image: url(../img/sprite.png);
	-webkit-background-size: 789px 226px;
	background-size: 789px 226px;
	background-position: -744px -54px;
	width: 33px;
	height: 59px;
	position: absolute;
	right: -40px;
	bottom: 75px;
}
.items .col-3:last-child .item_img:before {
	display: none;
}
.item_text {
	font-size: 20px;
	line-height: 1.3;
}
.item_descr {
	padding-top: 24px;
	margin-top: 24px;
	border-top: 1px solid #E0E1E2;
	font-size: 16px;
	line-height: 1.25;
}
.item_btn {
	margin-top: 52px;
	display: block;
	background-color: #FFDB00;
	text-decoration: none;
	height: 56px;
	text-align: center;
}
.item_btn:after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.item_btn_text {
	font-weight: 500;
	color: #1D1D1D;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
	color: #1D1D1D;
	letter-spacing: 1.4px;
	padding: 0 10px;
}
/*items END*/

/*prefooter*/
.prefooter {
	background-color: #FFDB00;
	padding: 40px 0 64px;
	color: #1D1D1D;
}
.prefooter .container {
	max-width: 1000px;
}
.prefooter_header {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 20px;
}
.prefooter_items {
	font-size: 0;
	margin-bottom: 50px;
}
.prefooter_item {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.prefooter_item .icon {
	float: left;
	margin-top: 25px;
}
.prefooter_item_text,
.prefooter_item_descr {
	padding-left: 62px;
}
.prefooter_item_text {
	font-weight: 500;
	font-size: 24px;
}
.prefooter_num {
	font-size: 44px;
	display: inline;
}
.prefooter_item_descr {
	font-size: 18px;
	line-height: 1.33;
}
.prefooter_bold,
.prefooter_text {
	display: inline-block;
	vertical-align: top;
}
.prefooter_bold {
	font-weight: 500;
	font-size: 44px;
	margin-right: 56px;
}
.prefooter_text {
	font-size: 30px;
}
.prefooter_text_item {
	padding-left: 40px;
	position: relative;
}
.prefooter_text_item:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #000000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	top: 10px;
}
.prefooter_text_item:first-child {
	margin-bottom: 12px;
}
/*prefooter END*/

/*footer*/
.footer {
	background-color: #262626;
	padding: 60px 0 64px;
	color: #FFFFFF;
}
.footer_text {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 40px;
}
.footer_links {
	font-size: 18px;
	line-height: 1.33;
	margin-bottom: 32px;
}
.footer_links a {
	font-weight: 500;
	text-decoration: underline;
	color: #fff;
	white-space: nowrap;
}
.footer_copy {
	font-size: 18px;
}
/*footer END*/