

		.btn-request {
			box-shadow: inset 0 0px 0px rgba(255,255,255,.3), inset 0 38px 31px rgba(281,236,0,.5), inset 0 0px 0px rgba(0,0,0,.4);
			font-size: 18px;
			padding: 13px 0px;
			vertical-align: middle;
			background-color: #FDB64C;
			border: 0;
			border-radius: 3px;
			color: #fff;
			display: inline-block;
			text-align: center;
			text-decoration: none;
			width: 222px;
			margin-right: 17px;
		}

		.btn-request:visited {
			color: #fff;
		}


		.how-works li {
			margin: 0 0 50px 0;
		}

		.how-works ul li:last-child {
			margin: 0 0 33px 0;
		}


		.why-list ul {
			list-style: none;
			/*padding: 17px 0 17px 0;*/
		}

		.why-list li {
			position: relative;
            margin: 15px 0;
            line-height: 17px;
		}

		.why-list li:before {
			content: ' ';
			background: url('../img/v/li-dot.png') 0 0 no-repeat;
			display: block;
			width: 9px;
			height: 9px;
			position: absolute;
			top: 4px;
			left: -15px;
		}

		.why-we-checked {
			float: left;
		}


		.whe-we-descr {
			margin-left: 83px;
			line-height: 17px;
		}


		.why-we-txt{
			font-weight: bold;
			font-size: 15px;
			color:#e67e22;
			width:70%;
			margin: 20px 0 25px 0;
		}


		.advantages {
			margin: 23px 0 17px 0;
		}

		.to-know {
			padding-top: 17px;
		}

		.div-p-top {
			padding-top: 22px;
		}

		.top-banner{
			background-image: url(../img/v/top-banner-how.png);
		}

        .ul-list-get ul {
            margin-top: 37px;
            margin-left: 0px;
            line-height: 18px;
            list-style: none;
        }

        .ul-list-get li {
            position: relative;
            padding-bottom: 35px;
            width: 210px;
            padding-left: 73px;
            display: inline-block;
            vertical-align: top;
        }

         .ul-list-get li:before {
            content: ' ';
            display: block;
            width: 64px;
            height: 64px;
            position: absolute;
            top: 4px;
            left: -5px;
            background: url('../img/v/checked-circle.png') 0 0 no-repeat;
        }