.button-style2 {
    -webkit-transition-duration: 0.5s;
    -webkit-transition-delay: 0s;
    -webkit-transition-timing-function: ease;
    transition-duration: 0.5s;
    transition-delay: 0s;
    transition-timing-function: ease;
    border: 3px solid #58BC51;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    padding: 7px 20px;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    display:inline-block;
    width:auto;
    text-align:center;
    box-shadow: 0px 10px 40px rgba(51,51,51,0.33);
    -pie-box-shadow: 0px 10px 40px #BBBBBB;
	
	
}
.button-style2 span{
	display:block;
	font-size: 16px;
	line-height: 16px;
	font-weight: 300;
}
.button-style2.noshadow{
	box-shadow:none;
	-pie-box-shadow: none;
}
.button-style2:hover{
	color: #fff;
	text-decoration:none;
}
footer .button-style2:hover{
	color: #4C4C4C;
	text-decoration:none;
}
footer .button-style2 {
	color:#4C4C4C;
}
.logo_lp{
	
}


.jumbotron.lp_frame{
	position:relative;
}
.jumbotron.lp_frame:before{
	content:"";
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
    background: -webkit-gradient(linear, left center, right center, from(#5998FF),color-stop(100%, #5AD151));
    background: -webkit-linear-gradient(left,#5998FF ,#5AD151 100%);
    background: linear-gradient(to right,#5998FF ,#5AD151 100%);
    filter: alpha(opacity=50) progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF5998FF, endColorstr=#FF5AD151, GradientType=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50) progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5998FF', endColorstr='#FF5AD151', GradientType=1)";
    opacity: 0.5;
    background-size: 100% auto;
    z-index:0;
}


.jumbotron h1{
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    color: #fff;
    margin-top: 45px;
    margin-bottom: 61px;
}

.margin_top_header{
	padding-top: 0px;
}
.margin_top_footer{
	padding-top: 20px;
}

.regim{
	text-align: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color:#fff;
    margin-top:5px;
}
.regim span{
	display:block
}
.bt-big{
	font-size: 14px;
	width:100%;
	max-width:325px;
	text-transform:uppercase;
	padding: 25px 20px;
	border-radius: 60px;
}

.bt-green{
	background: -webkit-gradient(linear, left center, right center, from(#5AD151),color-stop(100%, #39B54A));
    background: -webkit-linear-gradient(left,#5AD151 ,#39B54A 100%);
    background: linear-gradient(to right,#5AD151 ,#39B54A 100%);
}

.bt-green:hover{
	background: #58BC51;
    background: -webkit-linear-gradient(left,#5AD151 74%,#39B54A );
    background: linear-gradient(to right,#5AD151 74%,#39B54A );

}
.bt-blue{
	background: -webkit-gradient(linear, left center, right center, from(#2B7FD8),color-stop(100%, #5998FF));
    background: -webkit-linear-gradient(left,#2B7FD8 ,#5998FF 100%);
    background: linear-gradient(to right,#2B7FD8 ,#5998FF 100%);
	border-color: #5998FF;
}
.bt-orange{
	background-color:#F7931E;
}
.bt-red{
	background-color:#C1272D;
}
a.bt-orange:hover{
	background-color: #FBB03B;
}
.bt-blue:hover{
	background: transparent;
}
.bt-blue-border{
	border-color: #5998FF;
} 
.bt-white-border{
	border-color: #fff;
	border-width:2px;
} 
.bt-hover_blue:hover{
	background-color: #5998FF;
}
.bt-green-border{
	border-color: #58BC51;
} 
.bt-hover_green:hover{
	background-color: #58BC51;
    
}
.border-radius-4{
	border-radius:5px !important;
}
.jumbotron{
	background: transparent url(../images/164123455-1024x682.jpg) no-repeat center center;
	background-size: cover;
	box-shadow: 0 0 0 600px rgba(0, 0, 0, 0.7) inset;
	margin-bottom:0px;
	position: relative;
}
.jumbotron.lp_frame{
	box-shadow:none;
	background: transparent url(../lp/images/test2.jpg) no-repeat left center;
	background-size: cover;
}
.jumbotron .h2{
	font-size: 26px;
	font-weight: 600;
	padding:5px 20px;
}
.frame_block{
	padding: 40px 0;
}

.frame_block.bottom_hr{
	padding: 40px 0 0 0;
}
.num_and_word{
	border-radius: 15px;
	border-style: solid;
	border-width: 1px;
	width:100%;
	max-width: 270px;
	border-color: #fff;
	border-width: 2px;
	position: relative;
	text-align:center;
	display:inline-block;
	margin-bottom: 20px;
}
.num_and_word span{
    text-transform: uppercase;
    font-weight: 200;
    text-align: left;
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    vertical-align: middle;
}
.num_and_word span b{
	font-weight: 400;
}
.num_and_word span.big-word{
    position: relative;
    padding-right: 5px;
    font-weight: 700;
    font-size: 65px;
    line-height: 78px;
}

.nums-block{
	margin:20px 0 20px 0;
}

.img_and_info{
	text-align:center;
	font-weight: 700;
    line-height: 19px;
    color: #666666;
    font-size: 16px;
}
.img_and_info div img:first-child{
	display:block;
	margin:30px auto 10px auto;

}
.info-text{
    margin: 50px auto 30px auto;
    text-align: center;
    width: 100%;
    max-width: 660px;

    border-color: #5998FF;
    border-style: solid;
    border-width: 1px;
    font-weight: 300;
    border-radius: 50px;
    font-size: 18px;
    line-height: 22px;
    color: #4C4C4C;
    position: relative;
	padding:10px;
}

.bt-middle{
	font-size: 14px;

	padding: 15px 20px;
	border-radius: 60px;
}
.bottom_hr:after{
	display:block;
	content:"";
	height:1px;
	width:100%;
	    background: -webkit-gradient(linear, left center, right center, from(#5998FF),color-stop(100%, #5AD151));
    background: -webkit-linear-gradient(left,#5998FF ,#5AD151 100%);
    background: linear-gradient(to right,#5998FF ,#5AD151 100%);
    /*margin-left: 18px;*/
	margin-top:50px;
}
.container_fluid h2, .container h2{
	border-color: #5AD151;
	border-style: solid;
	border-width: 2px;
	font-weight: 700;
	border-radius: 15px;
	font-size: 28px;
	line-height: 34px;
	display: table;
	margin:0 auto;
	color: #4C4C4C;
	padding:10px 20px;
	text-align: center;
	margin-bottom:40px;
}

.vid_trans > div{
	background-size: cover !important;
	height: 300px;
}
.container_fluid .frame_block{
	max-width:1200px;
	margin:0 auto;
}
.how_works strong{
	line-height: 26px;
    font-size: 22px;
    color: #4C4C4C;
    font-weight: 700;
    text-align: center;
    display:block;
    margin:10px 0 30px 0;
}
.how_works div > span{
    line-height: 26px;
    font-size: 22px;
    font-weight: 300;
    color: #53BA48;
    display: table-cell;
    vertical-align: middle;
}
.how_works > div > div{
	margin: 25px 0;
}
.how_works > div:first-child  span{
	color: #FF4637;
}
.how_works div > span:first-child{
	padding-right: 15px;
}
footer{
	padding:40px 0;
}
.feedback_block{
	margin: 40px 0 0 0;
	display:table;
}
.feedback_block .prev,.feedback_block .next,.points_feed .prev,.points_feed .next{
	display:table-cell;
	width:45px;   
    background-size: cover;
    cursor:pointer;  
    opacity: 0.7;
}
.feedback_block .prev,.points_feed .prev{
	 background: transparent url(/ved/images/left_arrow_blue.png) no-repeat left center;
	 padding-right:60px;
	 background-position-x:20%;
	 
}
.feedback_block .prev:hover,.points_feed .prev:hover{
	background-position-x:0px;
	opacity: 1;
}
.feedback_block .next,.points_feed .next{
	 padding-left:60px;
	 background: transparent url(/ved/images/right_arrow_blue.png) no-repeat center right;
	 background-position-x:80%;
	 
}
.feedback_block .next:hover,.points_feed .next:hover{
	background-position-x:100%;
	opacity: 1;
}
.feedback_block .mainfeed{
	display:table-cell;
	padding: 30px 20px;
	line-height: 19px;
	font-size: 16px;
	border-radius: 15px;
	background-color: #5998FF;
	color:#fff;
	vertical-align:middle;
	text-align:center;
	font-weight: 300;
	width: 100%;
}
.feedback_block .mainfeed > .item_feed >div{
	line-height: 22px;
    font-size: 18px;
    margin-bottom:20px
}
.feedback_block .mainfeed > .item_feed >time{
	display:block;
	text-align:right;
    font-size: 14px;
    margin-bottom:15px
}
.feedback_block .mainfeed > .item_feed{
	display:none;
}
.feedback_block .mainfeed > .item_feed.active{
	display:block;
}
 .points_feed{
	display: inline-block;
	/* width: 100%; */
	text-align:center;
	padding: 25px 0;
	margin: 0 auto;
	position:relative;
}
 .points_feed .prev,  .points_feed .next{
	display:none;
}

.points_feed a{
	width:15px;
	height:15px;
	display:inline-block;
	border:1px solid #5998FF;;
	margin:5px;
	border-radius:15px;
	text-align:center;
	cursor:pointer;
}
.points_feed a.active{
	background-color: #5998FF;
}
.white_border{
	border:3px solid #fff;
}
.bottom_header{
	position:absolute;
	bottom:30px;
	width:100%;
	left:0;
	padding:0 10px;
}
#image_row{
	 position: absolute;
    -webkit-transform: matrix(0.766,0.6428,-0.6428,0.766,52,-5);
    -ms-transform: matrix(0.766,0.6428,-0.6428,0.766,52,-5);
    transform: matrix(0.766,0.6428,-0.6428,0.766,52,-5);
    top: -63px;
}
#secondFrame{
	background-color: #4690F2;
}
#secondFrame .frame_block{
	padding:30px 0 10px 0;
}
#secondFrame .nums-block{
	margin:0;
}
#pogruz{
	height: 459px;
    background: #F2F2F2 url(../images/cargo_dark.jpg) no-repeat center center;
    background-size: cover;
	margin-top: 40px;
}
.contacts_frame{
	margin-top:40px;
}
.contacts_frame h2{
	margin-bottom:0;
}
@media screen and (min-width:768px){
	.jumbotron{
		padding-top: 20px;
		height: 715px;
	}
	.frame_block .col-xs-4:nth-child(4){
		clear:both;
	}
}
@media screen and (max-width:1000px){
	.jumbotron h1{
    	font-size: 31px;
    	line-height: 42px;
 }
	.vid_trans > div{
		height: 240px;
	}
}
@media screen and (max-width:800px){
	.jumbotron h1{
    	/*font-size: 35px;
    	line-height: 46px;*/
	}
}
@media screen and (max-width:700px){
	footer .col-xs-4{
		width:100%;
		text-align:center;
		margin:10px 0;
	}
}
@media screen and (max-width:768px){
	.feedback_block .prev,.feedback_block .next{
		display:none;
	}
	.points_feed .prev,  .points_feed .next{
		display:block;
		width:47px;
		height:50px;
		position:absolute;
	}
	.points_feed .prev{
		left: -80px;
		top: 13px;
	}
	.points_feed .next{
		right: -80px;
		top:13px;
	}
	.jumbotron h1{
    	font-size: 24px;
    	line-height: 31px;
    	margin-top: 13px;
    	margin-bottom: 27px;
 }
	.jumbotron{
		padding-top: 10px;
		height: 500px;
	}
	.frame_block .col-xs-4{
		width:50%;
	}
	.frame_block .col-xs-4:nth-child(3){
		clear:both;
	}
	.frame_block .col-xs-4:nth-child(5){
		clear:both;
	}
	.nums-block .col-xs-4:last-child{
		width:100%;
	}
	.regim{
		font-size: 14px;
		line-height: 17px;
	}
	.how_works div > span{
		line-height: 22px;
		font-size: 18px;
	}
	.how_works > div > div{
		margin: 20px 0;
	}
	.vid_trans > div{
		height: 180px;
		width:100% !important;
	}
	.container_fluid h2, .container h2{
		font-size: 24px;
	}
}
@media screen and (max-width:600px){
	.jumbotron{
		padding:10px 5px;
	}

	.jumbotron h1{
    	font-size: 20px;
    	line-height: 25px;
    	margin-top: 20px;
    	margin-bottom: 20px;
 }
	.jumbotron center .col-xs-6{
		width:100%;
		text-align:center;
		margin-bottom:20px;

	}
	.jumbotron center .col-xs-6{
		
	}
	.margin_top_header{
		padding-top:0px;
	}
	.jumbotron center .text-center{
		margin-top:0px !important;
	}
	.jumbotron .button-style2 {
		font-size: 14px;
	}
	.jumbotron .button-style2 span{
		font-size: 11px;
	}
	.bt-big{
		padding: 20px 20px;
	}
	.logo_lp{
		width:145px;
		height:48px;
	}
	.img_and_info{
		line-height: 16px;
		font-size: 14px;
	}
	.how_works div > span{
		line-height: 16px;
		font-size: 14px;
	}
	.how_works > div > div{
		margin: 18px 0;
	}
	.how_works strong{
		font-size: 15px;
	}
	.how_works img{
		width:20px;
		height:20px;
	}
	.how_works div > span:first-child{
		padding-right: 5px;
	}
	.container_fluid h2, .container h2{
		font-size: 20px;
	}
	.bt-big{
		font-size: 12px !important;
		padding: 15px 10px;
	}
	.bottom_header .text-center img{
		width:40px;
		height:40px;
	}
	.bottom_header{
		bottom:15px;
	}
}

@media screen and (max-width:500px){
	.jumbotron{
		padding-top: 10px;
	}
	.nums-block .col-xs-4{
		width:100%;
	}
	.jumbotron h1{
    	font-size: 16px;
    	line-height: 24px;
    	margin-top: 35px;
    	margin-bottom: 20px;
 }
	
	.jumbotron center .text-center{
		margin-top:0px !important;
	}
	.bt-big{
		font-size: 12px !important;
		padding: 12px 10px;
	}
}
@media screen and (max-width:400px){
	.jumbotron .button-style2 {
		font-size: 12px ;
	}
	.container_fluid h2, .container h2{
		font-size: 18px;
	}
}
@media screen and (max-width:370px){
	.jumbotron h1{
    	font-size: 14px;
    	line-height: 20px;
    	margin-top: 20px;
    	margin-bottom: 20px;
 }
	.bt-big{

		padding: 10px 10px;
	}
	.jumbotron .button-style2 {
		font-size: 14px;
	}
	.jumbotron  .col-xs-6{
		width:100%;
		text-align:center;
	}
	.margin_top_header{
		padding-top:10px;
	}
}