body {
	width:100%;
	min-width: 1000px;
	max-width: 2000px;
	height: 100%;
	margin: 0 auto;
	background-color: #F1F0F0;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	}

 textarea {

    resize: none; 
   } 
   
.bottomMenu {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    border-top: 1px solid #000;
    background: red;
    z-index: 999;
}
p {
	font-family: 'Open Sans', sans-serif;
	line-height: 23px;
}
h1 {
	font-family: 'Roboto', serif;
	font-size: 31px;
	font-weight: 500;
	color: #000;
	display:block;
	text-align: center;
	padding: 25px 0 0 0;
	position: relative;
	width: 100%;
	/* float: left; */
	margin: 0 0 20px 0;
}

h2 {
	font-family: 'Roboto', serif;
	font-weight: 300;
	font-size: 21px;
	line-height: 120%;
	border-bottom: 1px solid #D4D4D4;
	background-color: #fff;
	padding: 15px 0px 15px 37px;
	margin: 10px 0 2px -20px;
	display: block;
	position: relative;
	/* float: left; */
	width: 960px;
}

h3 {
	font-family: 'Roboto', serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 120%;
	color: #000;
	/* float: left; */
	width: 100%;
	margin: 12px 0 9px 6px;
}	
a { color: inherit;text-decoration: none;}

.content li { line-height: 23px;margin-bottom: 12px;}
.content ul, ol {/* float: left; */display: block;/* width: 880px; */}

.topcontacts p { display: block;float: left;font-weight: 600;color: #FFF !important;font-size: 12px;letter-spacing: 1px;height: 20px;margin: 0;}
.topcontacts { display: block;background-color: #1B98A7;width: 149px;position: absolute;right: 0;top: 77px;}
.yellow { padding: 4px 13px 0;color: #FFF !important;}
.white { padding: 0px 13px 0;}
.blue { padding: 1px 13px 9px;}

/* ........................................................................... TOP...................................................................................................... */
.first_maintop {
     position: absolute;
     width: 90%;
     min-width: 1000px;
     height: 60px;
     z-index: 99;
     margin: 0 auto;
     text-align: center;
     width: 100%;
     min-width: 1000px;
}
.maintop {
     position: fixed;
     top: 0;
     width: 100%;
     min-width: 1000px;
     max-width: 2000px;
     z-index: 999;
     background-color: rgb(255, 255, 255);
     box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.48);
     margin: 0 auto;
     text-align: center;
}



.mainmenu {
     position: relative;
     display: inline-block;
     width: 100%;
     margin: 0;
     height: 77px;
     z-index: 99999;
     background:none;
     background-color: #ffffff;
}
	
.logo {
	position:absolute;
	height: 53px;
	z-index: 99;
	top: 10px;
	left: 25px;
}
.logo_small {
	position:absolute;
	height: 55px;
	z-index: 99;
	top: 11px;
	left: 65px;
}


.menu {
	position: absolute;
	/* width: 300px; */
	height: 50px;
	z-index: 9999;
	top: 23px;
	right: 30px;
	text-align: center;
}
.menu .avmenu {
	
    margin: 0;
    /* overflow: hidden; */

}

.menu .avmenu li {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	list-style-type: none;
	letter-spacing: 0px;
	float: left;
	list-style: none;
	margin: 0;
	overflow: hidden;
	position: relative;
	/* top: 17px; */
	/* z-index: 1; */
	/* margin-left: 35px; */
}



.menu .avmenu a {
    float: left;
    color: #2934cf;
    text-decoration: none;
    text-decoration:none;
    padding: 6px 15px;
    margin-left: 5px;
    border-radius: 100px;
	font-size: 20px;
    -o-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
    -moz-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
    -khtml-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
    -webkit-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
    -ms-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
    transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
}

//.selected {
background-color: #FFCA00;
}

//.menu .avmenu a:hover {
	background-color: #FFCA00;
	}
	
	
	
	
	
	
	

.menu_start {
	position: absolute;
	/* width: 300px; */
	height: 61px;
	z-index: 9999;
	/* top: 10px; */
	right: 0px;
	text-align: center;
}
.menu_start .avmenu_start {
	
    margin: 0;
    /* overflow: hidden; */

}

.menu_start .avmenu_start li {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	list-style-type: none;
	letter-spacing: 0px;
	float: left;
	list-style: none;
	margin: 0;
	overflow: hidden;
	position: relative;
	top: 24px;
	/* z-index: 1; */
	/* margin-left: 35px; */
}



.menu_start .avmenu_start a {
    float: left;
    line-height: 2em;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: none;
    text-decoration:none;
    /* text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); */
    padding: 3px 40px;
    border: 1px solid rgba(255, 255, 255, 0);
    margin-left: 5px;
    border-radius: 3px;
    -o-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
    -moz-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
    -khtml-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
    -webkit-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
    -ms-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
    transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
}


 .avmenu_start a:hover {
	
	text-decoration:none;
	
	 border:1px solid rgba(255, 255, 255, 100);    
	}	
	
	


/* ........................................................................... PROMO...................................................................................................... */
.textblock1 
{
    position: relative;
    padding-top: 17%;
    padding-bottom: 20px;
    text-align: center;
    font-family: 'Roboto', serif;
    font-size: 29px;
    font-weight: 500;
    color: #FFF;
    width: 800px;
    margin: 0 auto;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.56);
}

.textblock2 
{
    position: relative;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 19px;
    width: 600px;
}

.textblock3 
{
    position: relative;
	
	
    text-align: center;
    font-size: 15px;
    width: 600px;
    margin: 0 auto;
    color: #fff;
}
.textblock4 
{
    position: relative;
    display: table-cell;
    /* top: 71px; */
    width: 18.1%;
    padding: 5% 3% 6% 12%;
    margin: 0px;
    text-align: left;
    font-size: 14px;
    vertical-align: middle;
    height: 100%;
}
.textblock4 img { position: absolute;left: 8%;top: 82px;width: 93px;}
.textblock5 
{
    position: absolute;
    top: 47%;
	
    right: 50%;
    width: 260px;
    margin: 0px;
    margin-right: -416px;
    text-align: center;
    /* background-color: #cc0000; */
    /* display: inline-block; */
    text-shadow: 0px 0px 10px #cc0000;
}

.textblock44 
{
    position: relative;
    display: table-cell;
    /* top: 71px; */
    width: 18.1%;
    padding: 5% 3% 6% 12%;
    margin: 0px;
    text-align: left;
    font-size: 14px;
    vertical-align: middle;
    height: 100%;
	color: ffffff;
}
.textblock44 img { position: absolute;left: 8%;top: 82px;width: 93px;}

.block_wrap {
    width: 100%;
    max-width: 1280px;
    display: inline-block;
    height: 100%;
    position: relative;
}
.block_wrap7{
    width: 960px;
    max-width: 1280px;
    display: inline-block;
    /* height: 1000px; */
    position: relative;
    left: 0;
}
.feat_wrap {
    width: 100%;
    /* max-width: 1280px; */
    display: table;
    /* height: 557px; */
    position: relative;
    margin: 0 auto;
}
.morebenefits_wrap {
    padding-top: 0;
    width: 640px;
    max-width: 1280px;
    display: inline-block;
    height: 1254px;
    position: relative;
}
	.how_wrap {
    width: 1000px;
    display: table;
    height: 685px;
    position: relative;
    margin: 0 auto;
}
	
.block1 {
	/* min-height: 700px; */
	position: relative;
	background-image:url(../images/bg_11.jpg);
	background-position: center bottom;
	background-repeat:no-repeat;
	background-size: cover;
	margin: 0 auto;
	width: 100%;
	min-width: 1000px;
	height: 589px;
	text-align:center;
	background-color: #EEEEEE;
	overflow: hidden;
	/* border-bottom: 2px inset #fff; */
	}
	
.block2 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 1000px;
	height: 1275px;
	text-align:center;
	background: #EEEEEE;
}


.block2_2 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 1000px;
	height: auto;
	text-align:center;
	background-color: #FFFFFF;
}

	.block3:before
{
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  height: 30px;
  width: 100%;
  background-size: auto 100%;
  background-repeat:no-repeat;
  background-position: center;
  z-index: 99;
}
.block3 {
	height: 1699px;
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 1000px;
	text-align:center;
	/* padding-top: 10%; */
	background-image: url(../images/gradient-bg.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.parallax-window {
    background: transparent;
}

.block44 {
	height: 773px;
	min-height: 100%;
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 1000px;=:100%;
	text-align:center;
	/* background-color: #33393E; */
	background-image: url(../images/drops.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	/* padding-top: 3%; */
	padding-bottom: 2%;
	display: inline-block;
/*	text-align: center;*/
	color: #fff;
	font-size: 22px;
}

.block4 {
	height: 773px;
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 1000px;=:100%;
	text-align:center;
	/* background-color: #33393E; */
	background-image: url(../images/drops.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	/* padding-top: 3%; */
	padding-bottom: 3%;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 17px;
}

	
	.block4:after
{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 20px;
  width: 100%;
  background-size: auto 100%;
  background-repeat:repeat-x;
  background-position: bottom;
  z-index: 999;
  background-color: none;
}



.block5 {
	height: 1668px;
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 1000px;
	text-align:center;
	background-color: #E0E0E0;
	padding-top: 3%;
	display: inline-block;
	background-repeat:no-repeat;
	background-position:bottom;
	background-size: 100% 100px;
}
.block6 {
	height: 900px;
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 1000px;
	text-align:center;
	background-color: #EEEEEE;
	padding-top: 3%;
	display: inline-block;
	background-repeat:no-repeat;
	background-position:bottom;
	background-size: 100% 100px;
}
.block7 {
	height: 545px;
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 1000px;
	text-align:center;
	background-color: #33393D;
	/* padding-top: 3%; */
	display: inline-block;
	background-repeat:no-repeat;
	background-position:bottom;
	background-image: url(../images/bg_mk.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.round_bot {
    position: absolute;
    margin: 0;
    bottom: -1px;
    width: 100%;
    height: 40%;
    left: 0;
    background-image: url(../images/rounded_bottom.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position:bottom;
    display: none;
}


.block_title {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 28PX;
	color: #FFF;
	display: block;
	text-align:center;
	padding: 6% 10% 3%;
	font-family: 'Roboto', serif;
	font-size: 29px;
	font-weight: 500;
	text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.56);
}

.btn_reg {
    position: relative;
    display: block;
    background-color: #2934cf;
    padding: 22px 56px;
    margin: 30px auto 50px;
    text-decoration: none;
	color: #ffffff;    
//color: #502606;
    font-family: 'Roboto', serif;
    font-weight: 400 !important;
    letter-spacing: 1px;
    font-size: 21px;
    width: 217px;
    border-radius: 100px;
    box-shadow: 7px 7px 2px rgba(0, 0, 0, 0.15);
    //text-shadow: 0 1px 2px rgba(255, 255, 255, 0.82);
    -o-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
    -moz-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
    -khtml-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
    -webkit-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
    -ms-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
    transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
}

.btn_reg:hover {
	background-color:#2934cf;
}

.btn_why {
    position: absolute;
    top: 16%;
    display: block;
    background-color: #fff;
    padding: 25px 50px;
    margin: 0 auto;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
    font-family: 'Roboto Slab', serif;
	
    font-weight: 300 !important;    
    letter-spacing: 2px;
    font-size: 28px;
	width: 360px;
    left: 50%;
	margin-left: -230px;
	
	-o-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
-moz-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
-khtml-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
-webkit-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
-ms-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;

}

.btn_why:hover {	color: #8DC63F;	

}



.main__down-arrow {
    position: absolute;
    top: 64px;
    left: 45%;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
	    -o-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
-moz-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
-khtml-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
-webkit-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
-ms-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
    border-right: 5px solid #333333;
    border-top: 5px solid #333;
}

.btn_why:hover .main__down-arrow{	
    border-right: 5px solid #8DC63F;
    border-top: 5px solid #8DC63F;

}


.btn_reg_2 {
    position: absolute;
    bottom: 14%;
    display: block;
    background-color: #FFCD06;
    padding: 25px 50px;
    margin: 0 auto;
    border-radius: 300px;
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
    font-family: 'Roboto Slab', serif;
	font-weight: 700 !important;    
    font-size: 2em;
	width: 360px;
    left: 50%;
	margin-left: -230px;

}

.btn_reg_2:hover {
	background-color:#333;
	color: #FFF;	
}
	.top_min {
	position: fixed;
	margin: 0 auto;	
	width:100%;
	height: 50px;
	top: 0;
	background-color: #001D2F;
	z-index: 999;
	opacity: 0;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.78);
}












.feat_block{
	width: 20%;
	height: 220px;
	display: block;
	float: left;
	font-weight: 300;
	color: #323232;
	text-align: center;
	margin: 60px 60px 0px;
	top: 0;
}

.feat_block i {
    border: 2px solid #FFFFFF;
    margin: 0 auto;
    margin-bottom: 24px;
    position: relative;
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 500px;
    font-size: 29px;
    color: #FFFFFF;
    line-height: 100px;
    text-align: center;
    /* background: #fff; */
}
.fb_left {
	
    left: 100px;
}
.fb_center {
	
    left: 50%;
    margin-left: -150px;
}

.fb_right {
	
    right: 100px;
}



.fb_header  {
	font-family: 'Roboto Slab', serif;  
	font-weight: 300;
	font-size: 25px;
	 
	color: #555; 
	display:block;
	text-align:center;
	/* text-transform: uppercase; */

	margin-bottom: 10px;
}




.fb_text  {
	color: #000000;
	display:block;
	text-align:center;
	font-size: 15px;
	margin-bottom: 10px;
	height: 100px;
	font-weight: 400;
	/* text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.38); */
}




.fb_btn  {
	color: #919191;
	display: inline-block;
	text-align:center;
	font-size: 14px;
	background-color: transparent;
	border: 1px solid #ccc;
	padding: 10px 20px;
	border-radius: 4px;
	cursor: pointer;
	-o-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
-moz-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
-khtml-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
-webkit-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
-ms-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
}

.fb_btn:hover  {
		border: 1px solid #000;
		color: #000;
}


.mcbook{
	position: absolute;
	top: 136px;
	width: 90%;
	/* height: 500; */
    
	left: 5%;
	/* margin-left: -480px; */
	display: block;
}


.work_title {
	font-family: 'Roboto Slab', serif;  
	font-weight: 300;
	font-size: 28PX;
	 
	color: #FFFFFF; 
	display:block;
	text-align:center;
	text-transform: uppercase;

}

.form_title {
	font-family: 'Roboto Slab', serif;  
	font-weight: 400;
	font-size: 28px;
	 
	color: #FFFFFF; 
	display:block;
	text-align:center;
	text-transform: uppercase;

}
.form_title_2 {
	font-family: 'Open Sans', sans-serif;

	font-weight: 400;
	font-size: 1.4em;
	/* letter-spacing: -2px; */
	 
	color: rgba(0, 0, 0, 0.65); 
	display:block;
	text-align:center;
	/* text-transform: uppercase; */

	margin-top: 32px;
}

.form_title::before {
  content: '';
  width: 23%;
  height: 0.07143rem;
  position: absolute;
  top: 28px;
  left: 2.57143rem;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.46);
}
.form_title::after {
  content: '';
  width: 23%;
  height: 0.07143rem;
  position: absolute;
  top: 28px;
  right: 2.57143rem;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.47);
}

.b1_icon_1 {
    position: absolute;
	
    display: block;
    width: 86px;
    margin-left: -365px;
    left: 50%;
    top: 31%;
}
.b1_icon_2 {
    position: absolute;    display: block;    width: 86px;    
    margin-left: -43px;    
    left: 50%;    top: 31%;
	
}
.b1_icon_3 {
    position: absolute;    display: block;    width: 86px;    
    margin-right: -333px;    
    right: 50%;    top: 31%;
	
}
.form_title_3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 44px;
	/* letter-spacing: 10px; */
	color: #747474;
	display:block;
	text-align:center;
	/* margin-top: 32px; */
}










.morebenefits{
	position: relative;
	width: 320px;
	height: 209px;
	display: block;
	font-weight: 300;
	color: #323232;
	text-align: center;
	float: left;
	margin-top: 69px;
}

.morebenefits i {
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 500px;
    font-size: 35px;
    color: #3C3C3C;
    line-height: 100px;
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 3px rgba(204, 204, 204, 0.53);
}


.mb_header  {
	font-family: 'Roboto Slab', serif;  
	font-weight: 300;
	font-size: 25px;
	 
	color: #555; 
	display:block;
	text-align:center;
	/* text-transform: uppercase; */

	margin-bottom: 10px;
}




.mb_text  {
	color: #919191;
	display:block;
	text-align:center;
	font-size: 14px;
	margin-bottom: 10px;
}



.mb_last {
	margin-left: 156px;
}






/* ...........................................................................FORMa...................................................................................................... */


.feedback_form {
    display: inline-block;
    width: 500px;
    height: auto;
    padding: 20px 30px 10px 30px;
    background-color: #fff;
    border-radius: 3px;
    position: relative;
    margin-top: 34px;
    box-shadow: 0px 2px 5px rgba(85, 77, 51, 0.12);
}

.feedback_form input, textarea{
    width: 90%;
    display: inline-block;
    border: 1px solid #ccc;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    padding: 10px 10px;
    margin: 0px 0px 18px 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #202020;
	   -o-transition: box-shadow 0.5s linear, border 0.5s linear;
   -moz-transition: box-shadow 0.5s linear, border 0.5s linear;
   -khtml-transition: box-shadow 0.5s linear, border 0.5s linear;
   -webkit-transition: box-shadow 0.5s linear, border 0.5s linear;
   -ms-transition: box-shadow 0.5s linear, border 0.5s linear;
   transition: box-shadow 0.5s linear, border 0.5s linear;
}

.feedback_form input:hover {
	   border: 1px solid #FFCC00;
	 box-shadow: 0px 0px 8px  #FFCC00;
	}
	.feedback_form input:focus {
		outline: 0;
	   border: 1px solid #FFCC00;
	 box-shadow: 0px 0px 8px  #FFCC00;
	}
.feedback_form textarea:hover {
	   border: 1px solid #FFCC00;
	 box-shadow: 0px 0px 8px  #FFCC00;
	}
	.feedback_form textarea:focus {
		outline: 0;
	   border: 1px solid #FFCC00;
	 box-shadow: 0px 0px 8px  #FFCC00;
	}
.nameInput {
    
}


.emailInput {
}

.phoneInput {
}

.textInput {
	height: 130px;
	line-height: 110%;
	text-transform: none;
}

.submit_btn_form {
		font-size: 16pt;
		resize: none;
		position: realtive;
		overflow-y: auto;
		text-indent:0;
		border: 0;
		display:inline-block;
		color: #ffffff;
		/* font-family: 'Roboto Slab', serif; */
		font-weight: 400;
		letter-spacing: 2px;
		font-size: 2em;
		/* letter-spacing: 1px; */
		height:75px;
		line-height:55px;
		width: 90%;
		/* text-transform: uppercase; */
		text-align:center;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 10px;
		/* margin-bottom: 5px; */
		vertical-align:middle;
		background-color: #2934cf;
		//text-shadow: 0 1px 2px rgba(255, 255, 255, 0.82);
		cursor: pointer;
		border-radius: 3px;
}

.submit_btn_form:hover {
	background-color: #2934cf;
}








.contacts_title {
	font-family: 'Roboto Slab', serif;  
	font-weight: 300;
	font-size: 1.8em;
	/* letter-spacing: -2px; */
	 
	color: #353535; 
	display:block;
	text-align:center;
	text-transform: uppercase;

}



.skype {
		font-family: 'Roboto Slab', serif;  
	font-weight: 400;
	
		font-size: 1.5em;

		width: 340px;
		border: 1px solid #ccc;
		border-radius: 300px;
		padding: 20px;
		padding-left: 60px;
		position: absolute;
		left: 50%;
		margin-left: -450px;
		top: 90px;
		background-image:url(../images/logo_skype.png);
		background-repeat:no-repeat;
		background-position: 10px 10px;
		background-size: 50px;
}

.mail {
		font-family: 'Roboto Slab', serif;  
	font-weight: 400;
	
		font-size: 1.5em;

		width: 340px;
		border: 1px solid #ccc;
		border-radius: 300px;
		padding: 20px;
		padding-left: 60px;
		position: absolute;
		right: 50%;
		margin-right: -450px;
		top: 90px;
		background-image:url(../images/logo_mail.png);
		background-repeat:no-repeat;
		background-position: 10px 10px;
		background-size: 50px;
}








.textblock6, .textblock7, .textblock8
{
    position: absolute;
    text-align: center;
    width: 200px;
    height: 313px;
    padding: 46px;
    /* background-color: #FFFFFF; */
    /* box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.25); */
    color: #B7B7B7;
    top: 12%;
    border-radius: 3px;
    border: 1px dashed;
}


.textblock8 {
left: 50%;
margin-left: 200px;	
z-index: 98;
}

.textblock7 {
left: 50%;
margin-left: -140px;	
z-index: 99;
}
.textblock6 {
right: 50%;
margin-right: 200px;	
z-index: 100;
}

.b3_main
{
    position: relative;
    text-align: center;
    margin: 21% 29px;
    width: 80px;
    height: 80px;
    padding: 14%;
    float: left;
    color: #8DC63F;
    font-size: 56px;
    line-height: 75px !important;
    border-radius: 300px;
    border: 2px solid #FFF;
}


.b3_steps {
	position:absolute;
	top: 5px;
	left: 5px;
	padding: 5px 10px;
	font-size: 18px;
	color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.22);
	border-radius: 2px;
	font-weight: 300;
	font-family: 'Roboto Slab', serif;
}






  /* ........................................................................CONTACTS........................................................................................... */
	 
	 div.contactswarp {
   width:100% ;
    height: 400px;
    margin: auto;
	position:relative;
   text-align:center;
  
	 }
	 
	  div.contactsinfo {
	width:364px;
	height: 273px;
	margin: 0;
	position:absolute;
	text-align:left;
	background-color:#FFF;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);  
	z-index: 96;
	left: 40px;
	top: 65px; 
	 }
	 
	 div.chead {
	width:341px;
	margin: 0;
	position:absolute;
	left: 10px;
	top: 5px;
	text-align:left;
	 }
	 div.cblock1 {
	width:323px;
	margin: 0;
	position:absolute;
	left: 27px;
	top: 45px;
	text-align:left;
	 }
	  div.cblock2 {
	width:323px;
	margin: 0;
	position:absolute;
	left: 27px;
	top: 146px;
	text-align:left;
	 }
	   div.cblock3 {
	width:323px;
	margin: 0;
	position:absolute;
	left: 26px;
	top: 222px;
	text-align:left;
	 }
	  .contactsinfo p{
	font-family: 'Open Sans', Tahoma, sans-serif;
	font-weight:100;
	font-size: 10pt;
	color: #999;
	line-height: 0.1;
	vertical-align:middle;
}
	  .contactsinfo h2{
	font-family: 'Open Sans', Tahoma, sans-serif;
	font-weight:100;
	font-size: 10pt;
	color: #000;
	line-height: 1.4;
	vertical-align:middle;
}
	 .chead {
font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 17pt;
	color: #233642;
	line-height: 1.2;
	vertical-align:middle;
}
















.tb_text {
	
position: absolute;
	
bottom: 2%;
	
left: 10%;
	
color: #FFFFFF;
	
display: block;
	
text-align: center;
	
font-size: 17px;
	
margin-bottom: 10px;
	
width: 80%;
	
height: 83px;
}




i.icon_cart_1 {
	top: 28px;
	left: 105px;
	font-size: 32px;
	padding: 29px;
	background-color: rgb(141, 197, 62);
	color: #FFFFFF;
	/* border: 2px solid #8DC53E; */
	border-radius: 324px;
	position: absolute;
	z-index: 2;
}

i.icon_mobile_1 {
	top: 153px;
	left: 50px;
	position: absolute;
	font-size: 33px;
	color: rgb(255, 255, 255);
	z-index: 1;
}

i.icon_tablet_1 {
	top: 152px;
	left: 211px;
	position: absolute;
	font-size: 36px;
	color: rgb(255, 255, 255);
	z-index: 1;
}
i.icon_desktop_1 {
	top: 226px;
	left: 124px;
	position: absolute;
	font-size: 45px;
	color: rgb(255, 255, 255);
	z-index: 1;
}
i.icon_user_1 {
	top: 141px;
	left: 121px;
	position: absolute;
	font-size: 57px;
	color: rgb(140, 196, 61);
	z-index: 1;
}





i.icon_mobile_2 {
	top: 180px;
	left: 44px;
	position: absolute;
	font-size: 44px;
	color: rgb(255, 255, 255);
	z-index: 1;
}

i.icon_card_1 {
	top: 181px;
	left: 204px;
	position: absolute;
	font-size: 48px;
	color: rgb(255, 255, 255);
	z-index: 1;
}
i.icon_sms_1 {
	top: 178px;
	left: 120px;
	position: absolute;
	font-size: 55px;
	color: rgb(255, 255, 255);
	z-index: 1;
}




i.icon_m_1 {
	top: 185px;
	left: 72px;
	font-size: 22px;
	padding: 10px;
	background-color:  transparent;
	color: rgb(141, 197, 62);
	border: 5px solid rgb(141, 197, 62);
	border-radius: 324px;
	position: absolute;
	z-index: 2;
}


i.icon_m_2 {
	top: 228px;
	left: 139px;
	font-size: 17px;
	padding: 5px;
	background-color: transparent;
	color: rgb(141, 197, 62);
	border: 3px solid rgb(141, 197, 62);
	border-radius: 324px;
	position: absolute;
	z-index: 2;
}


i.icon_m_3 {
	top: 97px;
	left: 133px;
	font-size: 43px;
	padding: 19px;
	background-color:  transparent;
	color: rgb(141, 197, 62);
	border: 7px solid rgb(141, 197, 62);
	border-radius: 324px;
	position: absolute;
	z-index: 2;
}


i.icon_m_4 {
	top: 83px;
	left: 41px;
	font-size: 32px;
	padding: 16px;
	background-color:  transparent;
	color: rgb(141, 197, 62);
	border: 6px solid rgb(141, 197, 62);
	border-radius: 324px;
	position: absolute;
	z-index: 2;
}

i.icon_m_5 {
	top: 25px;
	left: 117px;
	font-size: 24px;
	padding: 10px;
	background-color:  transparent;
	color: rgb(141, 197, 62);
	border: 5px solid rgb(141, 197, 62);
	border-radius: 324px;
	position: absolute;
	z-index: 2;
}


i.icon_m_6 {
	top: 203px;
	left: 191px;
	font-size: 18px;
	padding: 5px;
	background-color:  transparent;
	color: rgb(141, 197, 62);
	border: 4px solid rgb(141, 197, 62);
	border-radius: 324px;
	position: absolute;
	z-index: 2;
}

i.icon_m_7 {
	top: 57px;
	left: 194px;
	font-size: 16px;
	padding: 2px;
	background-color:  transparent;
	color: rgb(141, 197, 62);
	border: 2px solid rgb(141, 197, 62);
	border-radius: 324px;
	position: absolute;
	z-index: 2;
}

.ru_link {
     line-height: 2em;
     color: #999;
     text-decoration: none;
     text-decoration: none;
     padding: 3px 8px;
     border: 1px solid rgb(199, 199, 199);
     margin-left: 5px;
     border-radius: 4px;
     position: absolute;
     right: 60px;
     top: 8px;
     }
	 


.eng_link {
	line-height: 2em;
	color: #999;
	text-decoration: none;
	text-decoration: none;
	padding: 3px 8px;
	border: 1px solid rgb(199, 199, 199);
	margin-left: 5px;
	border-radius: 4px;
	position: absolute;
	right: 13px;
	top: 8px;
}
	 .ru_link:hover { border: 1px solid #333;    color: #333;}

.eng_link:hover { border: 1px solid #333;    color: #333;}

.ru_link_1 {
     line-height: 2em;
     color: #fff;
     text-decoration: none;
     text-decoration: none;
     padding: 3px 8px;
     border: 1px solid #fff;
     margin-left: 5px;
     border-radius: 4px;
     position: absolute;
     right: 60px;
     top: 8px;
     }
	 


.eng_link_1 {
	line-height: 2em;
	color: #fff;
	text-decoration: none;
	text-decoration: none;
	padding: 3px 8px;
	border: 1px solid #fff;
	margin-left: 5px;
	border-radius: 4px;
	position: absolute;
	right: 13px;
	top: 8px;
}
	 .ru_link_1:hover { opacity:0.5}

.eng_link_1:hover {opacity:0.5}
.lang_selected { border: 1px solid #8DC53E;    color: #8DC53E;}


.bgwhite {background-color:#2934cf !important;}
.bglgrey {background-color: #ffffff !important;}
.bgdgrey {background-color: #2934cf !important;}
.bigphone { position: absolute;width: 320px;margin-left: -160px;left: 50%;top: 612px;z-index: 2;}

.lines-top { width: 100%;      /* max-width: 1280px; */      display: table;            position: relative;      margin: 0 auto;}

#full-width-slider {
  width: 500px;
  height: 363px !important;
  position: absolute;
  left: 50%;
  z-index: 99;
  top: 737px;
  margin-left: -250px;
  text-align: center;
  /* max-height: 650px; */
  /* margin-left: auto; */
  /* margin-right: auto; */
}

#full-width-slider2 {
  width: 800px;
  height: 363px !important;
  position: absolute;
  left: 50%;
  z-index: 99;
  top: 737px;
  margin-left: -250px;
  text-align: center;
  /* max-height: 650px; */
  /* margin-left: auto; */
  /* margin-right: auto; */
}


.mainouter {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
	z-index: 1;
}

.maincenter {
    display: table-cell;
    vertical-align: middle;
	
}



div.outer{
	display: table;
    position: absolute;
    height: 100%;
    width: 100%;
	z-index:99;
}

div.center{
display: table-cell;
    vertical-align: top;
	
}

div.infoblock{
margin: 0 auto;

width: 175px;
	 
  z-index: 100;
color: #000;font-size: 12px;padding: 24px;}

.infoblock span { font-family: 'Roboto', serif;font-size: 14px;font-weight: bold;padding-top: 163px;padding-bottom: 21px;display: block;border-bottom: 1px dashed #000;color: #000;}

div.slidemainhead {
	position:relative;
	height:auto;
	text-align: left;
}
div.maintext{
position:relative;
	height:auto;
	text-align: left
	
}

.slide1text1{
	right: 12%;
	top: 10%;
	width: 40%;
}
div.demobutblock {
	position:relative;
	height:auto;
	text-align: left;
	margin-top: 25px;
}

.slidemainhead h4 {
	margin: 0;
	padding-bottom: 3px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22pt;
	color: #000;
	line-height: 1.2;
	vertical-align:middle;
	
	text-transform:uppercase;
	font-weight: 300;
}
.maintext p {
	font-family: 'Open Sans', Tahoma, sans-serif;
	font-size: 10pt;
	color: #666;
	vertical-align:middle;
	line-height: 1.4;
	
}






.demobutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#ffffff;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:1px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	height:39px;
	line-height:39px;
	width:142px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}.demobutton:hover {
	background-color:#f7f7f7;
}.demobutton:active {
	position:relative;
	top:1px;
}

.closebutton {
	-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
	box-shadow:inset 0px 0px 0px 0px #ffffff;
	background-color:#ffffff;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:1px;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	height:24px;
	line-height:24px;
	width:71px;
	text-decoration:none;
	text-align:center;
	text-shadow:0px 0px 0px #ffffff;
}.closebutton:hover {
	background-color:#bdbdbd;
	color:#fff;
}.closebutton:active {
	position:relative;
	top:1px;
}

.openbutton {
	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
	box-shadow:inset 1px 1px 0px 0px #ffffff;
	background-color:#ebebeb;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;

	text-indent:1px;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:142px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}.openbutton:hover {
	background-color:#b5b5b5;
}.openbutton:active {
	position:relative;
	top:1px;
}






.slide1image {
	right: 7%;
	bottom: 0px;
  position: absolute;
  z-index: 1;
	}
	
	.lines-bottom { position: absolute;bottom: 0;z-index: 1;width: 100px;left: 50%;margin-left: -50px;}
	.slide1 {
		background-image:url(../images/slide1.png);
		background-repeat:no-repeat;
		background-position: top center; }
			.slide2 {
		background-image:url(../images/slide2.png);
		background-repeat:no-repeat;
		background-position: top center; }
			.slide3 {
		background-image:url(../images/slide3.png);
		background-repeat:no-repeat;
		background-position: top center; }
			.slide4 {
		background-image:url(../images/slide4.png);
		background-repeat:no-repeat;
		background-position: top center; }
		
		
		
	.macbook { width: 70%;max-width: 700px;margin: 0 auto;margin-top: 148px;margin-left: -282px;left: 46%;z-index: 99;position: absolute;}
	
	.office-text-11 { position: absolute;width: 1196px;top: 174px;margin-left: -600px;left: 50%;z-index: 80;}


	.office-text-1 { position: absolute;width: 200px;top: 174px;margin-left: -100px;left: 50%;z-index: 80;}
	.office-text-1::before {
  content: '';
  width: 26px;
  height: 342px;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -18px;
  background-image:url(../images/joint-1.png);
  z-index: 98;
}
	.office-text-2::before {
  content: '';
  width: 344px;
  height: 26px;
  position: absolute;
  top: 27px;
  left: 95%;
  margin-left: -18px;
  background-image:url(../images/joint-2.png);
  z-index: 98;
}
	.office-text-3::before {
  content: '';
  width: 344px;
  height: 26px;
  position: absolute;
  top: 29px;
  right: 112%;
  margin-right: -11px;
  background-image:url(../images/joint-3.png);
  z-index: 98;
}
	.office-text-2 { position: absolute;      width: 172px;      top: 416px;      margin-left: -534px;      left: 50%;color: #FEC900;}
	.office-text-3 { position: absolute;      width: 159px;      top: 415px;      margin-right: -498px;      right: 50%;color: #1B98A7;}
	
	
	.step_block { position: relative;width: 100%;height: 374px;margin: 0 auto;overflow: hidden;                  }
	
.step1 { background-color: #fff;} 
.step3 { background-color: #FFCA00;} 
.step4 { background-color: #2934cf;} 
.step5 { background-image: url(../images/bg_money.jpg);      background-position: center bottom;      background-repeat: no-repeat;      background-size: cover;color: #fff !important;} 
.step2 { background-color: #FBE389;} 

.step-num { position: relative;      display: inline-block;            width: 53px;text-align: center;      font-family: 'Roboto', serif;      font-size: 41px;      font-weight: 900;            /* width: 800px; */      margin: 25px auto;      border: 1px solid rgba(0, 0, 0, 0.29);padding: 19px;border-radius: 100px;}

.step-text {
    padding: 10px;
    position: relative;
    text-align: center;
    font-family: 'Roboto', serif;
    font-size: 21px;
    font-weight: 300;
    margin: 0 auto;
    width: 640px;
}
.step-text2 {
    padding: 100px;
    position: relative;
    text-align: center;
    font-family: 'Roboto', serif;
    font-size: 21px;
    font-weight: 300;
    margin: 0 auto;
    width: 640px;
}


.step-text span{

font-size: 16px;

margin-top: 8px;

display: inline-block;

font-style: italic;
}
	.title-dark {
    color: #010101;
    text-shadow: none;
}

.step-1-1 { position: absolute;right: 20%;bottom: -24px;} 
.step-1-2 { position: absolute;      left: 24%;      bottom: 35px;} 
.step-1-3 { position: absolute;      left: 20%;      bottom: -24px;} 
.step-2-1 { position: absolute;      right: 50%;      margin-right: -53px;bottom: -14px;}
.step-3-1 { position: absolute;      right: 50%;      margin-right: -66px;bottom: -24px;}

.step-4-1 { position: absolute;right: 50%;margin-right: -209px;bottom: 48px;} 
.step-4-2 {             position: absolute;      left: 50%;      margin-left: -208px;      bottom: 48px;} 
.step-4-3 { position: absolute;      left: 50%;      margin-left: -64px;bottom: -6px;} 
.step-4-4 { position: absolute;      left: 50%;      margin-left: -90px;bottom: 107px;} 
.btn_form { z-index: 999;position: relative;      display: inline-block;      background-color: #FFCA00;      padding: 11px 0;      margin: 31px 30px;      text-decoration: none;      color: #502606;      font-family: 'Roboto', serif;      font-weight: 400 !important;      letter-spacing: 1px;      font-size: 15px;      width: 161px;      border-radius: 100px;      box-shadow: 7px 7px 2px rgba(0, 0, 0, 0.15);      text-shadow: 0 1px 2px rgba(255, 255, 255, 0.82);      -o-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;      -moz-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;      -khtml-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;      -webkit-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;      -ms-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;      transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;}
.btn_call{
z-index: 999;position: relative;
    display: inline-block;
    background-color: #1B95A4;
    padding: 11px 0;
    margin: 31px 30px;
    text-decoration: none;
    color: #FFFFFF;
    font-family: 'Roboto', serif;
    font-weight: 400 !important;
    letter-spacing: 1px;
    font-size: 15px;
    width: 161px;
    border-radius: 100px;
    box-shadow: 7px 7px 2px rgba(0, 0, 0, 0.15);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.82);
    -o-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
    -moz-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
    -khtml-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
    -webkit-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
    -ms-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
    transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;	
	
	 }
	 
	 .btn_doc{
z-index: 999;position: relative;
    display: inline-block;
    background-color: #FFFFFF;
    padding: 11px 0;
    margin: 31px 30px;
    text-decoration: none;
    color: #000000;
    font-family: 'Roboto', serif;
    font-weight: 400 !important;
    letter-spacing: 1px;
    font-size: 15px;
    width: 161px;
    border-radius: 100px;
    box-shadow: 7px 7px 2px rgba(0, 0, 0, 0.15);
    text-shadow: 0 1px 2px rgba(148, 148, 148, 0.82);
    -o-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
    -moz-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
    -khtml-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
    -webkit-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
    -ms-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
    transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;	
	
	 }
	 
	 .whiteborder { border: 1px solid #fff;}
	 
	 .bigwhite { font-size: 43px;font-weight: 500;}
	 
	 
	 .mk-textblock { position: relative;display: inline-block;width: 470px;/* height: 98px; */color: #B7B3B3;text-align: left;vertical-align: top;float: left;font-family: 'Roboto', serif;      font-size: 13px;      line-height: 19px;font-weight: 300;margin: 11px 10px;}
	 
	 .mk-textblock-highligh { position: relative;display: inline-block;width: 470px;/* height: 98px; */color: #FFCA01;text-align: left;vertical-align: top;float: left;font-family: 'Roboto', serif;      font-size: 15px;      line-height: 19px;font-weight: 600;margin: 15px 10px;}
	 
	 .content { width: 960px;margin: 0 auto;margin-top: 100px;padding-bottom: 7px;overflow: hidden;}
	 
	 
	 
	 .service-block { display: block;float: left;width: 380px;margin: 10px 10px 10px 10px;background-color: #fff;padding: 40px;height: 171px;box-shadow: 2px 2px 2px #ccc;}
	 
	 .service-block h2 { background-color: transparent;border: 0;margin: 0;padding: 0 0 20px 0;}
	 
	 .service-block p {}
	 
	 .copyright { display: inline-block;width: 100%;position: relative;text-align: center;padding: 50px 0;}
	 
	 .mobipayment {
	display: inline-block;
	width: 100%;
	position: relative;
	text-align: center;
	font-size: 15px;
    color: #2934cf;
}

	.ya-share2 {
	position: relative;
	float: right;
	
}
	 
	 .sb-1 { background-image: url(../images/service-pointer.jpg);     
	background-repeat: no-repeat;      
	background-size: 188px;      
	background-position-x: 296px;      
	background-position-y: 110px;}
	 .sb-2 {
    //background-color: rgb(255, 202, 0);
	background-color: #2934cf;
    //background-image: url(../images/service-stat.jpg);
    background-repeat: no-repeat;
    background-size: 231px;
    background-position-x: 290px;
    background-position-y: 68px;
}
	 .sb-3 { background-color: #2934cf;color: #fff !important;
	//background-image: url(../images/service-plane.jpg);      
	background-repeat: no-repeat;      
	background-size: 231px;      
	background-position-x: 252px;      
	background-position-y: 87px;}
	 .sb-4 {
    background-image: url(../images/service-info.jpg);
    background-repeat: no-repeat;
    background-size: 182px;
    background-position-x: 333px;
    background-position-y: 88px;
}
	 
	 
	 .sp-1 { background-image: #url(../images/service-pointer.jpg)#;      background-repeat: no-repeat;      background-size: 188px;      background-position-x: 296px;      background-position-y: 110px;}
	 .sp-2 {
    background-color: rgb(255, 202, 0);
    background-image: #url(../images/service-stat.jpg)#;
    background-repeat: no-repeat;
    background-size: 231px;
    background-position-x: 290px;
    background-position-y: 68px;
}
	 .sp-3 { background-color: #1B98A7;color: #fff !important;background-image: #url(../images/service-plane.jpg)#;      background-repeat: no-repeat;      background-size: 231px;      background-position-x: 252px;      background-position-y: 87px;}
	 .sp-4 {
    background-image: #url(../images/service-info.jpg)#;
    background-repeat: no-repeat;
    background-size: 182px;
    background-position-x: 333px;
    background-position-y: 88px;
}

.sb-long { width: 860px;height: auto;padding: 40px 40px 20px 40px;}
.sp-long { background-image: url(../images/bg_1.jpg); width: 860px;height: 300px; font-size:20px; font-weight:strong; color: #FFFFFF;}
.sp2-long { background-image: url(../images/bg.jpg); width: 860px;height: 300px; font-size:20px; font-weight:strong; color: #FFFFFF;}
.tabs {
  position: relative;
  min-height: 400px;/* This part sucks */
  height: auto;
  clear: both;
  margin: 25px 0;
  display: block;
}
.tab {
  float: left;
}
.tab label {
  background: #eee;
  padding: 10px;
  border: 1px solid #ccc;
  margin-left: -1px;
  top: 1px;
  position: relative;
  left: 1px;
  padding-left: 43px;
  cursor: pointer;
}
.tab [type=radio] {
  display: none;   
}
.content_info {
  position: absolute;
  top: 28px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  padding: 20px;
  border-top: 1px solid #ccc;
  overflow-y: scroll;
}
[type=radio]:checked ~ label {
  background: white;
  border-bottom: 1px solid white;
  z-index: 2;
}
[type=radio]:checked ~ label ~ .content_info {
  z-index: 1;
}
.tab label:hover{

color: #157BB6
}
.tab label i{
	font-size: 18px;
	margin-right: 10px;
	line-height: 12px;
	position: absolute;
	top: 6px;
	text-indent: -27px;
	top: 12px;
}

.tabs__content {
    display: none; /* по умолчанию прячем все блоки */
}
.tabs__content.active {
    display: block; /* по умолчанию показываем нужный блок */
}

.vklad{
    cursor: default;
    color: #555;
    margin-right: 2px;
    line-height: 1.42857;

    border: 1px solid inherit;
    border-radius: 4px 4px 0px 0px;

    position: relative;
    display: inline-block;
    padding: 10px 15px;
}
.vklad.active{
    border: 1px solid #888;
    border-bottom: none;
    border-radius: 4px 4px 0px 0px;
}

.tabs__caption {
    border-bottom: 1px dotted #888;
}

.vklad:hover{
    background: #eee;
}




.faq-menu { margin: 0;margin-bottom: 30px;}
.faq-menu li{ list-style: none;margin: 1px 0px 0 -36px;}
.faq-menu  a{ width: 100%;display: inline-block;background-color: #E6E6E6;border-bottom: 1px solid #ccc;text-decoration: none;color: #333;padding: 10px;margin: 0;}
.faq-menu a:hover{
	background-color:#FFF}
	
	
	.faq h2 {margin-top: 100px}
	
	.sys-logos { position: relative;display: block;margin: 0 auto;}
	.tbl_sng { font-size: 12px;width: 100%;padding: 0;}
	.tbl_sng thead{ }
	.tbl_sng tr{ margin: 0;}
	.tbl_sng th{ margin: 0;padding: 15px;background-color: #DCDCDC;}
	.tbl_sng td{ border: 0 solid;margin: 0;padding: 15px;background: #E6E6E6;}

	.sys-logos2 { position: relative;display: block;margin: 0 auto;}
	.tbl_sng { font-size: 8px;width: 100%;padding: 0;}
	.tbl_sng thead{ }
	.tbl_sng tr{ margin: 0;}
	.tbl_sng th{ margin: 0;padding: 15px;background-color: #DCDCDC;}
	.tbl_sng td{ border: 0 solid;margin: 0;padding: 15px;}
	
	pre  { color: #777;font-family: inherit;font-size: 11px;padding: 20px 20px;border: 1px dashed #777;}
	
	.left_col { width: 200px;}
	
 div.contactswarp {
   width:100% ;
   height: 70px;
   margin: auto;
   position:relative;
   text-align:center;
   background-color: #F9F9F9;
   box-shadow: 0px 0px 3px #ccc;

  }
	 
	  div.contactsinfo {
	min-width: 960px;
	width: 90%;
	margin: 0 auto;
	margin-left: 5%;
	position: relative;
	text-align:left;
	height: auto;
	/* border-top: 1px solid #E8E8E8; */
	padding-top: 30px;
	}
.menu_foot .avmenu_foot li {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	list-style-type: none;
	letter-spacing: 0px;
	float: left;
	list-style: none;
	margin: 0;
	overflow: hidden;
	position: relative;
	top: 7px;
	/* z-index: 1; */
	/* margin-left: 35px; */
}


.menu_foot .avmenu_foot a {
    float: left;
    color: #000000;
    text-decoration: none;
    text-decoration:none;
    padding: 6px 15px;
    border: 1px solid rgba(255, 255, 255, 0);
    margin-left: 5px;
    border-radius: 100px;
    letter-spacing: 0.5px;
    -o-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
    -moz-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
    -khtml-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
    -webkit-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
    -ms-transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
    transition: background-color 0.5s linear, color 0.5s linear, border 0.5s linear;
}

.selected {
background-color: #FFCA00;
}

.menu_foot .avmenu_foot a:hover {
		background-color: #FFCA00;
	}
		.logo_foot {
			width: 96px;
			margin-bottom: 10px;
			position: relative;
			float: left;
			margin-right: 20px;
		}
		
