/*
----------------------------------------------------------------------------
Base
----------------------------------------------------------------------------
 */
 @font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	src: local('Ubuntu'), url(http://fonts.gstatic.com/s/ubuntu/v8/l61wsm10hTEpJuizfs2S_g.woff2) format('woff2');
}
h1, h2, h3, h4, h5, h6, p {
    clear: both;
    line-height: 1.1;
}
h1.superH {
	font-weight: normal;
	margin: 15px 0px;
	text-align: center;
}
h2.superH {
	margin: 15px 0px;
	text-align: center;
}
h3.superH {
	font-size: 18pt;
	margin-top: 0;
}
h4.superH {
   font-size: 26pt;
   font-weight: normal;
   margin: 0;
   padding: 18px 0;
   text-align: center;
   width: 100%;
}
h5.superH {
   font-size: 26pt;
   margin: 0;
}
h6.superH {
   font-size: 18pt;
   font-weight: normal;
   margin: 0 0 3px;
   text-align: left;
}
img {
  margin: 0 auto;
}
button, input[type="submit"], input[type="button"], input[type="reset"] {
    display: inline-block;
    padding: 11px 24px 10px;
    text-decoration: none;
}
button, input[type="submit"], input[type="button"], input[type="reset"] {
   border: none;
   display: inline-block;
   text-decoration: none;
}  
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    border-color: #00b3ff !important;
    border-radius: 4px !important;
    border-style: solid;
    border-width: 1px;
    font-family: inherit;
    margin: 0 0 1rem;
    width: 100%;
}
/*
----------------------------------------------------------------------------
Header
----------------------------------------------------------------------------
 */
.mainTitle {
   padding-top: 0;
   text-align: center;
}
.mainSlogan {
   font-size: 18pt;
   margin: 10px 0 20px;
}
.mainDesc {
   height: 60px;
   padding: 0 35px;
   text-align: left;
}
/*
----------------------------------------------------------------------------
Button
----------------------------------------------------------------------------
 */
.BigButton, .SelectButton {
	font-size: 22px;
	background: #FC9F25 none repeat scroll 0% 0%;
	color: #FEFEFE !important;
	padding: 10px 0;
	width: 80%;
}
.actFormButton {
   height: 120px;
   padding: 35px;
}
.btn-block {
   display: block;
   font-size: 18pt;
   height: 50px;
   line-height: 1.1pt;
   margin: 0 auto;
   width: 570px;
}
.button {
	font-size: 22px;
	line-height: 1;
	padding: 15px;
  width: 100%;
}
.button:hover, .button:focus {
   outline: none;
}
/*
----------------------------------------------------------------------------
Panel
----------------------------------------------------------------------------
 */
.panel {
 border-radius: 0;
 box-shadow: none;
 cursor: pointer;
 margin-bottom: 20px;
}
.panel-heading {
 border: medium none;
 border-radius: 0;
 padding: 20px 35px 10px;
}
.panel-body {
 height: 140px;
 padding: 20px;
 text-align: center;
}
.panel-footer {
 background:none;
 border-radius: 0px;
 border-top: none;
 font-size: 14px;
    padding: 10px 20px;
 text-align:center;
 height: 80px;
}
.triangl {
 width: 0;
 height: 0;
 border-left: 120px solid transparent;
 border-right: 120px solid transparent;
 border-top: 30px solid white ;
 background: none;
}
.panel-selected .panel-heading, .panel-selected .panel-body, .panel-selected .panel-footer {
 background: #4ebcea none repeat scroll 0 0;
}
.panel-onmouse .panel-heading, .panel-onmouse .panel-body, .panel-onmouse .panel-footer {
 background: #EAF4FA none repeat scroll 0 0;
}
.panel-selected .triangl {
 border-top: 30px solid #4ebcea !important;
}
.panel-onmouse .triangl {
 border-top: 30px solid #EAF4FA!important;
}
.col-md-3:first-child .panel .panel-footer {
 font-size: 14px;
}
.CheckTitle.right {
 padding-top: 5px;
}
.TimeCheck.ActMouse {
    background: white none repeat scroll 0 0;
    border-radius: 4px;
}
/*
----------------------------------------------------------------------------
Options
----------------------------------------------------------------------------
 */
.ChooseOptions {
   margin: 0 0 50px;
}
.ChooseOptions .ChooseOptionsItem
{  float:left;
   width:33.3%;
   z-index:10;
   position:relative;
   margin-top: 20px;
}
.Topest {
   border-radius: 0;
   box-shadow: 0 10px 10px 3px #aaa;
   margin-top: 0 !important;
}
.ChooseOptions h3 {
   background-color: #ffbb39;
   color: white;
   font-size: 24px;
   font-weight: normal;
   margin: 0 0 20px;
   padding: 12px;
   text-align: center;
}
.ChooseOptions p {
   font-size:14pt;
}
.ChooseOptions img {
   margin-bottom:30px;
   max-width:150px;
}
.ChooseOptions ul {
  display: block;
  font-family: "Ubuntu";
  font-size: 12pt;
  height: 210px;
  list-style: outside none none;
  margin: 0;
  padding: 0 0 0 40px;
  text-align: left;
}

.ChooseOptions li {
   margin: 0;
   padding: 3px 0;
}
.ChooseOptions ul.ChooseMenu {
   display:none;
}
.ChooseOptions .OptPrice {
   font-size:26pt;
   margin-bottom:20px;
}
.ChooseOptions img {
    margin-bottom: 30px;
    max-width: 170px;
}
.bundleImg {
   text-align: center;
}
.Topest .bundleImg {
   margin: 0 0 20px;
}
/*
----------------------------------------------------------------------------
Quantity Block
----------------------------------------------------------------------------
 */
.quantity-text {
   border: medium none;
   border-radius: 4px;
   float: left;
   font-size: 24pt;
   height: 50px;
   line-height: 0;
   padding: 0 0 0 0;
   width: 50px;
   text-align: center;
}
.smallbutton.minus {
   padding: 9px 0 16px 13px !important;
}
.Quantity {
   margin: 0 auto 80px;
   width: 150px;
}
.blockTitle {
   font-size: 12pt;
   height: 100px;
   padding: 40px 0 0;
   text-align: center;
}
/*
----------------------------------------------------------------------------
Form
----------------------------------------------------------------------------
 */
.baseform {
   margin: 0 auto;
   width: 630px;
}
.form-cell {
   float: left;
   margin: 0;
   padding: 6px 4px;
   text-align: left;
}
.form-cell-small {
   width: 314px;
}
.form-cell-wide {
   width: 630px;
}
.form-cell input, .form-cell textarea {
   background: white none repeat scroll 0 0;
   border: 1px solid #009bd7;
   border-radius: 5px;
   font-size: 13pt;
   margin-top: -5px;
   padding: 8px 15px 8px 25px;
   width: 100%;
}
.form-cell input.message-text  {
   padding: 8px 15px 8px 25px;
}
.form-cell-submit {
   width: 50%;
}
.message-text {
    height: 150px;
    width: 100%;
   resize: none;
}
.white-block {
    clear: both;
    padding: 0px;
    border-collapse: collapse;
    width: 1020px;
    margin-left: 2px;
}
/*
----------------------------------------------------------------------------
AlertBox
----------------------------------------------------------------------------
 */
.alert-box {  
   background-color: #f04124;
   border-color: #de2d0f;
   border-radius: 4px;
   color: #ffffff;
   font-family: ubuntu;
   font-size: 17px;
   height: 50px;
   margin: 0 auto 7px;
   padding: 10px 20px;
   text-align: center;
}
.alert-box .img {
   width: 50px;
}
.alert-box .txt {
   padding: 3px 0;
}
.alert-dif {
  line-height: 1.6;
}
.alert-box i {
    line-height: 1;
}
/*
----------------------------------------------------------------------------
buy.css
----------------------------------------------------------------------------
 */
.buyTable_l {
  padding-left:7px;
  padding-right:7px;
  padding-top:2px;
  padding-bottom:2px;
  border-top: 1px solid black;
  border-right: 1px solid black;
}
.buyTable_r {
   padding-left:7px;
   padding-right:7px;
   padding-top:2px;
   padding-bottom:2px;
   border-top: 1px solid black;
}
.buyTable {
   border: 1px solid black;
   font-family: Arial;
   font-size: 12px;
}
.buyPrice {
   float:left;
   width:98%;
   border-top: 1px solid black;
   border-left: 1px solid black;
   border-right: 1px solid black;
   font-family: Arial;
   font-size: 12px;
   padding-left:7px;
   padding-right:7px;
}
.buyPrice_a {
   float: left;
   width: 44%;
   text-align: left;
   padding: 2px;
}
.buyPrice_b {
   width: 10%;
   text-align: center;
   float: left;
   padding: 2px;
}
.buyPrice_c {
   width: 10%;
   text-align: center;
   float: left;
   padding: 2px;
}
.buyPrice_d {
   width: 15%;
   text-align: center;
   float: left;
   padding: 2px;
}
.buyPrice_e {
   width: 15%;
   text-align: center;
   float: left;
   clear: right;
   padding: 2px;
}
.input_buy {
   border: 1px solid #7E7E7E;
   height:18px;
   width: 100%;
}
.back_color {
   border: none;
   background: url(/img/back.png);
   height: 34px;
   width: 85px;
   padding-left: 15px;
   padding-bottom: 5px;
   cursor: pointer;
   font: 12px arial;
   font-weight: bold;
   outline: none;
}
.back_color:hover {
   text-decoration: underline;
   color: blue;
}
.next_color {
   border: none;
   background: url(/img/dalee.png);
   height: 34px;
   width: 85px;
   padding-right: 15px;
   padding-bottom: 5px;
   cursor: pointer;
   font: 12px arial;
   font-weight: bold;
   outline: none;
}
.next_color:hover {
   text-decoration: underline;
   color: blue;
}
.next_color_long {
   border: none;
   background: url(/img/next_long.png) center;
   height: 34px;
   width: 153px;
   padding-right: 15px;
   padding-bottom: 8px;
   cursor: pointer;
   font: 12px arial;
   font-weight: bold;
   outline: none;
}
.next_color_long:hover {
   text-decoration: underline;
   color: blue;
}
.NewPageLong {
   display: block;
   font-size: 14pt;
   font-weight: bold;
   height: 30px;
   line-height: 1.1pt;
   margin: 0 auto;
   width: 450px;
   color: white;
   padding: 25px;
   cursor: pointer;
   background: #FC9F25 none repeat scroll 0 0 !important;
   border: none;
   border-radius:6px;
}
.action_color {
   border: none;
   background: url(/img/action_color.png) center;
   height: 34px;
   width: 106px;
   padding-right: 2px;
   padding-bottom: 8px;
   cursor: pointer;
   font: 12px arial;
   font-weight: bold;
   outline: none;
}
.action_color:hover {
   text-decoration: underline;
   color: blue;
}
.mini_text ul li {
/*   font-size: 10px; */
   margin-left: 14px;
   line-height: 1.2em;
}
.mini_text p {
/*   font-size: 10px; */
   line-height: 1.2em;
}
.Product {
   font-size: 12pt;
}
/*
----------------------------------------------------------------------------
Trial
----------------------------------------------------------------------------
 */
 .stepArrowImg {
   padding: 150% 0 0 0;
 }
 .stepTxt {
    padding: 20px 0;
}
.contactBlock {
  height: 100px;
  padding-bottom: 15px;
  padding-top: 25px;
  width: 100%;
  color: white;
}
.contactLeft {
  background: #245d92 none repeat scroll 0 0;
}
.contactRight {
  background: #33C2FF none repeat scroll 0 0;
}
.contactBlock .center-block {
  width: 240px;
}
.skew {
  background: url("../img/theme/skew.jpg") no-repeat scroll center center;
  height: 100px;
}
.footImg {
  background: url("../img/ending/footImgBack.jpg") repeat-x scroll center bottom;
}
/*
----------------------------------------------------------------------------
Modal
----------------------------------------------------------------------------
 */
.modal-content {
	background: transparent none repeat scroll 0% 0%;
	border: medium none;
	box-shadow: none;
}
.FRLMCloser {
	margin: 10px 0 0;
}
/*
----------------------------------------------------------------------------
Special
----------------------------------------------------------------------------
 */
.container-fluid, .container {
   background: white;
}
.vcenter {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.col-md-p {
	width: 4.16666%;
	float: left;
	padding: 10px;
	min-height: 1px;
}
.text-xs {
  font-size: 12px;
}
.text-sm {
  font-size: 14px;
}
.text-md {
  font-size: 16px;
}
.text-lg {
  font-size: 20px;
  line-height: 1;
}
.text-xlg {
  font-size: 30px;
  line-height: 1;
}
.text-xxlg {
  font-size: 50px;
  line-height: 1.1;
}
.nomargin {
  margin: 0;
}
.blue, .blue:hover, .blue:focus {
	color: #00B3FF;
}
.white, .white:hover, .white:focus {
  color: white;
}
.orange {
  color: #FC9F25;
}
.bluebg, .bluebg:hover, .bluebg:focus {
	background: #00B3FF;
  color: #fff;
}
.bluebg:active {
	background: #245D92;
  color: #fff;
}
.orangebg, .orangebg:hover, .orangebg:focus {
 background: #FC9F25;
 color: white;
}
.orangebg:active {
 background: #752F00;
}
/*
----------------------------------------------------------------------------
Main Page
----------------------------------------------------------------------------
 */
.mainDownBlock {
	padding: 23px 0px 0px;
  background: rgba( 1, 1, 1, 0.5);
	margin: 0 -10px;
	height: 100px;
}
.mainmainDownBlock {
	right: 0px;
	left: 0px;
	position: absolute;
	bottom: 0px;
	padding: 25px 0px;
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
	margin: 0px 20px;
	max-height: 100%;
}
.buttonTitle {
	text-align: right;
	margin: 10px 0;
}
.mainDescription {
  margin: 0 10px;
}
.iconRound {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	padding: 20px;
}
.gBlockIcon {
	margin: 10px auto;
}
.blockDescription {
	margin: 10px 25px;
	height: 70px;
}
.reviewHeder {
  margin: 10px 0;
}
.personaly {
	margin: 10px 0px;
}
.mainReview {
  text-align: left;
}
.dropArrow {
	padding: 0px 10px;
	vertical-align: middle;
}
.contactPhoto {
	height: 220px;
}
.dropArrow {
	padding: 0 0 0 10px;
	vertical-align: middle;
}
.mainSingleNews {
	padding: 20px 0px;
}
.iconContact {
  padding: 0 8px 0 0;
}
.iconClose {
  vertical-align: middle;
}
.mainSingleNews {
	padding: 20px 0px;
	text-align: center;
}
#reviewCarousel .carousel-caption {
	left: 5%;
	right: 5%;
	padding-bottom: 30px;
}
#reviewCarousel .carousel-control {
	background-image: none;
}
.carousel-control .glyphicon, .carousel-control .glyphicon {
	position: absolute;
	z-index: 5;
	display: inline-block;
	margin-top: -25px;
	top: 50%;
	color: black;
	text-shadow: none;
}
.carousel-control {
	width: 5%;
}
.glyphicon.icon-chevron-left {
	left: 0px;
}
.glyphicon.icon-chevron-right {
	right: 0px;
}
.carousel-inner > .item {
	width: 90%;
	margin: 0 auto;
}
.contactBlock a {
	color: white !important;
}
/*
----------------------------------------------------------------------------
Download Block
----------------------------------------------------------------------------
 */
.border-white {
	border: 3px solid #FFF;
	margin: 0px auto 20px;
}
.leadmodalarow {
	margin: 0px 0px 10px;
}
.modalBtn {
	width: 100%;
	padding: 10px 0px;
}
.vs-text {
	padding: 20px 0px;
}
.downBlock  .nav-tabs {
  border-bottom: medium none;
  margin: 0 0 10px;
  height: 100px;
}
.downBlock  .nav-tabs > li {
    width: 50%;
    text-align: center;
}
.downBlock  .nav-tabs > li > a {
  border: 1px solid #00b3ff;
  margin-right: 0;
  border-bottom: none;
  font-family: "Ubuntu",Helvetica,Arial,sans-serif;
  font-size: 17px;
  background: #00b3ff;
}
.downBlock  .nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	border: 1px solid #00b3ff;
  color: #fff;
  border-bottom: none;
}
.downBlock  .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  color: #00b3ff;
  background: none;
}
.downBlock  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #aaa;
  border: 1px solid #00b3ff;
  border-bottom: none;  
  background: none;
}
/*
----------------------------------------------------------------------------
SPPS
----------------------------------------------------------------------------
 */
.sppsLogo {
	padding: 15px 20px 0px 0;
}
.contacts  .text-lg {
  vertical-align: middle;
}
.contacts  img {
  padding: 0 10px 0 0;
}
.contactsPoint {
  padding: 0 0 5px 0;
}
.logoBlock {
	width: 330px;
}
.contBlock {
	width: 240px;
  padding: 20px 0 0px 0px;
}
.btn-lg {
    padding: 10px 16px 12px;
}
.magnit {
	background: rgb(0, 179, 255) url("../img/spps/frontBack.png") no-repeat scroll 0% 100%;
}
#ErrorShow {
	margin-top: -50px;
}
.subtitle {
  margin-top: 20px;
}
.block {
  margin-top:20px;
}
.bigIcon {
	font-size: 70px;
	line-height: 1;
  color: #E73B35;
}

.canals .nav-pills > li > a {
	border-radius: 0;
}
.canals .nav-pills > li + li {
	margin-left: 0;
}
.canals  .nav-pills {
  border-bottom: medium none;
  margin: 0 0 10px;
}
.canals  .nav-pills > li {
  width: 25%;
  text-align: center;
}
.canals  .nav-pills > li > a {
  border: 1px solid #fff;
  margin-right: 0;
  border-bottom: none;
  font-family: "Ubuntu",Helvetica,Arial,sans-serif;
  font-size: 17px;
  background: #FC9F25;
}
.canals  .nav-pills > li > a {
  border-top: 1px solid #FC9F25;
  border-right: 1px solid white;
  color: #fff;
  border-bottom: none;
}
.canals  .nav-pills > li > a:hover, .nav-pills > li > a:focus {
  border-top: 1px solid #FC9F25;
  border-right: 1px solid white;
  color: #fff;
  border-bottom: none;
}
.canals  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #FC9F25;
  border: 1px solid #FC9F25;
  border-bottom: none;  
  background: none;
}
.canals i, .price i {
    padding: 0 10px 0 0;
    vertical-align: top;
}
.canals span {
    vertical-align: middle;
}
.icon-moneybag {
    line-height: 0.95;
}
.sppsTest {
	margin: 20px 0 !important;
}
.blockPrice>div>div {
	padding:20px 0;
}
.blockPrice>div {
    padding: 0;
}
.priceBlock {
	padding: 40px 0px;
	border-right: 1px solid #245D92;
}
.lastPriceBlock {
	border: none;
}
#sppsMainForm, #sppsMainFormButton {
    z-index: 1100;
    position: relative;
}
#fakeModal {
    display: none !important;
}
#fakeModal .modal-dialog {
    margin: 170px auto;
}
.FkMCloser, .FkMCloser:hover, .FkMCloser:focus {
    position: fixed;
    top: 10px;
    right: 20px;
    color: white;
    display: none;
}
.mblock {
    line-height: 1.2;
}
.plus i {
    color: #83CD21;
}
.minus i {
    color: #E73B35;
}