
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 font: inherit;
 vertical-align: baseline;
 font-family: 'Roboto', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
 display: block;
}
input {
	margin-bottom: 12px;
}

p {
   padding-bottom: 10px;
}

*
{
	font-family: Open Sans!important;
	/*src: url('../fonts/OpenSans.ttf'); /* Путь к файлу со шрифтом */
	color: #4f4f4f;
}

html, body, .formsWrapper
{
	width: 100%;
	height: 100%;
}
body {
	padding-top: 70px;
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	background-color: #fff;
}
.controlsToScroll
{
	position: fixed;
	top: 50%;
	margin-top: -175px;
	right: 0;
	width: 100px;
	z-index: 1000;
}

.upButton
{
	opacity: 0.8;
	position: relative;
	top: 0;
	margin: 0 auto;
	margin-bottom: 100px;
	width: 40px;
	height: 40px;
	background: url("../img/upButton.png") no-repeat center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.downButton
{
	opacity: 0.8;
	position: relative;
	bottom: 0;
	margin: 0 auto;
	margin-top: 100px;
	width: 40px;
	height: 40px;
	background: url("../img/downButton.png") no-repeat center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.upButton:hover .downButton:hover
{
	opacity: 1;
}

.markers
{
	margin: 20px auto; 
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #4f4f4f;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.markers:hover {
	cursor: auto;
}

.markers.active
{
	width: 13px;
	height: 13px;
	background: none;
	border: 1px #4f4f4f solid;
	border-radius: 7px;
}
.modal-backdrop.fade.in {
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1040;
}

#yak1 {
	background-color: #fff;
	z-index: 999;
	position: relative;
}
.monitor
{
	position: relative;
}

.firstMonitorImgWrap
{
	width: 100%;
	text-align: center;
}

.firstMonitorImgWrap img
{
	width: 80%;
}

.clear
{
	clear: both;
}

.formsWrapper
{
	position: fixed;
	z-index: 9998;
	display: none;
}

.formsWrapper .socialNetworks
{
	font-size: 12px;
	color: #a2a2a2;
}
.reg-link, .auth-link {
    border-bottom: 1px dotted;
    color: #337ab7;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.reg {
	text-align: center;
}
.rvr.registr {
	display: none;
}
.autorisationForm
{
	display: none;
	position: fixed;
	padding: 15px;
	z-index: 1050;
	width: 25%;
	border-radius: 4px;
	background: #fff;
	margin-left: -12.5%;
	margin-top: -23%;
	left: 50%;
	top: 50%;
	box-shadow: 0px 0px 15px #000;
}

.registrationForm  input {
	margin-bottom: 2px!important;
}

.registrationForm  p {
	padding-bottom: 10px;
}

.registrationForm,
.rvr
{
	display: none;
	position: fixed;
	padding: 15px;
	z-index: 1050;
	width: 25%;
	border-radius: 4px;
	background: #fff;
	margin-left: -12.5%;
	margin-top: -23%;
	left: 50%;
	top: 50%;
	box-shadow: 0px 0px 15px #000;
}

.closeBtn
{
	display: none;
	cursor: pointer;
	position: relative;
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding-right: 52px;
	float: right;
}

.closeBtn span
{
	display: inline-block;
	position: absolute;
	margin: 15px;
	height: 2px;
	width: 85%;
	background:#71b81c; 
	-moz-transform: rotate(45deg); /* Для Firefox */
    -ms-transform: rotate(45deg); /* Для IE */
    -webkit-transform: rotate(45deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Для Opera */
    transform: rotate(45deg);
}

.closeBtn span:first-child
{
	-moz-transform: rotate(-45deg); /* Для Firefox */
    -ms-transform: rotate(-45deg); /* Для IE */
    -webkit-transform: rotate(-45deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(-45deg); /* Для Opera */
    transform: rotate(-45deg);
}

.sbmtWrap
{
	text-align: center;
}

.autorisationForm input[type="submit"]
{
	width: 60%;
	margin: 15px 0;
	line-height: 38px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	background: #71b81c;
	color: #ffffff;
	text-align: center;
	border-radius: 20px;
	border:1px #71b81c solid;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.autorisationForm input[type="submit"]:hover
{
	cursor: pointer;
	background: #ffffff;
	color: #71b81c;
}

.registrationForm input[type="submit"],
.rvr input[type="submit"]
{
	width: 100%;
	margin: 15px 0;
	line-height: 38px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	background: #71b81c;
	color: #ffffff;
	text-align: center;
	border-radius: 20px;
	border:1px #71b81c solid;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.button-block {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.headerButton.center {
	width: 300px;
	margin: 0 auto;
	float: none;
	/*border-radius: 20px;*/
}
.registrationForm input[type="submit"]:hover,
.rvr input[type="submit"]:hover
{
	cursor: pointer;
	background: #ffffff;
	color: #71b81c;
}

.titleRegistration
{
	color: #28282a;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 20px;
}
.reg-company {
	background: #d4e9ff;
	margin: 10px -15px;
	padding: 10px 15px 8px 15px;
	min-height: 54px;
	display:block;
}

.reg-company span {
	font-weight: bold;
	margin-left: 2px;
}
.reg-company input {
	margin-bottom: 3px;
}

.registrationForm input[type="text"],
.registrationForm input[type="password"],
.rvr input[type="text"],
.rvr input[type="password"]
{
	width: 100%;
	border:1px #a2a2a2 solid;
	border-radius: 4px;
	padding: 5px;
}

.autorisationForm input[type="text"],
.autorisationForm input[type="password"]
{
	width: 100%;
	border:1px #a2a2a2 solid;
	border-radius: 4px;
	padding: 5px;
}

.email, .password, .phone
{
	background-position: 2% !important;
	padding-left: 30px !important;
}

.firstName, .lastName
{
	width: 45% !important;
}

.lastName
{
	float: right;
}

.registrationInputsRadio
{
	padding: 0;
	list-style: none;
}

.registrationInputsRadio input[type="checkbox"]
{
	display: none;
}

.registrationInputsRadio input[type="checkbox"]:checked + label
{
	background: url("../img/iPhoneSwichOn.png") no-repeat left;
}

.registrationInputsRadio label
{
	cursor: pointer;
	font-weight: 300;
	font-size: 12px;
	color: #a2a2a2;
	padding-left: 65px;
	background: url("../img/iPhoneSwichOff.png") no-repeat left;
}

.email
{
	background: url("../img/mailIcon.png") no-repeat left;
}

.password
{
	background: url("../img/lockIcon.png") no-repeat left;
}

.phone
{
	background: url("../img/mobilePhoneIcon.png") no-repeat left;
}
/*
.company
{
	background: url("../img/companyIcon.png") no-repeat left;
}
*/
.container
{
	min-width: 320px;
}

.markerText
{
	list-style-image: url("../img/listMarker.png"); 
}

.navbar-default
{
	background: none;
	border:none;
}

.navbar
{
	margin-bottom: 0;
	border-radius: 0;
}

.navbar-brand
{
	height: inherit;
	padding: 4px 15px;
}

.navbar-toggle
{
	margin-top: 18px;
	margin-bottom: 18px;
}

.header
{
	line-height: 70px;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.06);
}

.headerPhoneWrap
{
	height: 70px;
	line-height: 70px;
	text-align: center;
}

.headerPhone
{
	display: inline-block;
	vertical-align: middle;
	padding-left: 45px;
	line-height: 20px;
	font-weight: 300;
	color: #56595c;
	background: url("../img/phoneIcon.png") no-repeat left center;
}

.headerPhone span
{
	font-size: 25px;
	font-weight: 400;
}

.headerButton
{
	margin: 15px 0;
	float: left;
	height: 40px;
	line-height: 38px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	background: #71b81c;
	color: #ffffff;
	text-align: center;
	border-radius: 20px;
	border:1px #71b81c solid;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.headerButton:hover
{
	cursor: pointer;
	background: #ffffff;
	color: #71b81c;
}

.login
{
	width: 30%;
}

.registrsation
{
	width: 65%;
	float: right;
}


.hidden {
	visibility: hidden;
}
/*firstSlider*/

.firstSliderBg
{
	background: url("../img/firstSliderBg.jpg") no-repeat center;
	background-size: cover;
	height: 100%;
	padding: 50px 0 100px;
}

.firstSliderWrapper,
.secondSliderContantWrapper,
.theLastPageSpaceWrapper
{
	width: 100%;
	padding: 75px 0;
}

.firstSliderTitle
{
	font-size: 40px;
	font-weight: 300;
	text-align: center;
	margin: -40px 0 20px;
}

.topColumsWrap
{
	width: 70%;
	margin: 20px auto;
	border:1px #007dcf solid;
	border-radius: 25px;
	height: 50px;
	line-height: 50px;
}

.topColumsWrap .topColum
{
	height: 49px;
	line-height: 48px;
	float: left;
	width: 25%;
	border:1px rgba(0,0,0,0) solid;
	border-radius: 23px;
	color: #4f4f4f;
	text-align: center;
}

.smallRomb
{
	position: relative;
	bottom: 6px;
	width: 12px;
	height: 12px;
	margin: 0 auto;
	-moz-transform: rotate(45deg); /* Для Firefox */
    -ms-transform: rotate(45deg); /* Для IE */
    -webkit-transform: rotate(45deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Для Opera */
    transform: rotate(45deg);
   background: #007dcf;
}

.topColumsWrap .topColum.active
{
	border:1px #007dcf solid;
	background: #007dcf;
	color: #ffffff;
	text-shadow: 1px 1px #4f4f4f;
}

.bxslider
{
	background: none !important;
	padding-left: 0 !important;
}

.bx-wrapper .bx-viewport
{
	background: none !important;
	-moz-box-shadow: inherit;
	-webkit-box-shadow: inherit; 
	box-shadow: inherit;
	border:none;
	padding-right: 50px; 
}

.bx-wrapper .bx-prev
{
	left: inherit;
	right: 10px !important;
	top: 30% !important;
}

.bx-wrapper .bx-next
{
	top: inherit !important;
	bottom: 30% !important;
}

.bx-wrapper .bx-pager
{
	right: 15.1px !important;
	top: 38% !important;
	position: absolute !important;
	float: right !important;
	width: 21px !important;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item
{
	display: block;
	margin: 15px 0;
}

.bx-wrapper .bx-pager.bx-default-pager a
{
	background: #4f4f4f;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active
{
	width: 13px;
	height: 13px;
	border-radius: 7px !important;
	margin-left: 4px;
	background: none;
	border: 1px #4f4f4f solid;
}

.firstSliderTxtFishTitle
{
	font-size: 24px;
	color: #007dcf;
}

.firstSliderTxtFishTxt
{
	color: #000;
	font-size: 18px;
}

/*firstSlider*/

/*secondSlider*/

.secondSliderBg
{
	background: url("../img/secondSliderBg.jpg") no-repeat center;
	background-size: cover;
}

.secondSliderBg, .secondSliderBg .container, .secondSliderBg .container .col-xs-12
{
	height: 100%;
}

.secondSliderButtonsWrap
{
	width: 100%;
	text-align: center;
}

.secondSliderContantWrapper .firstSliderTitle
{
	margin: 25px 0;
}

.secondSliderButton
{
	display: inline-block;
	margin: 0px 15px;
	width: 130px;
	line-height: 48px;
	font-size: 21px;
	border:1px #007dcf solid;
	border-radius: 4px;
	color: #4f4f4f;
	text-align: center;
}

.secondSliderButton.active
{
	border:1px #007dcf solid;
	background: #007dcf;
	color: #ffffff;
	text-shadow: 1px 1px #4f4f4f;
}

.secondSliderContant
{
	padding: 25px 0;
}

.secondSliderContant .col-md-6
{
	padding-right: 0;
	padding-left: 0;
}

.secondSliderHelpContant
{
	width: 370px;
	float: right;
	background: #fff;
	border-radius: 4px;
	box-shadow: 4px 4px 21px rgba(0,0,0,0.15);
}

.secondSliderHelpContant>div
{
	padding: 11% 45px;
}

.secondSliderHelpTitle
{
	text-align: center;
	color: #000;
	font-size: 24px;
	font-weight: 300;
}

.secondSliderHelpMainMsg
{
	padding: 25px 45px !important;
	text-align: center;
	background: #e9f4f8;
	font-size: 24px;
	font-weight: 300;
	color: #2781ca;
}

.secondSliderHelpMainMsg span
{
	color: #2781ca;
	font-size: 36px;
}

.secondSliderHelpDesc
{
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	color: #a2a2a2;
}

.secondSliderHelpBtn
{
	width: 100%;
	line-height: 43px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	background: #71b81c;
	color: #ffffff;
	text-align: center;
	border-radius: 4px;
	border:1px #71b81c solid;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.secondSliderHelpBtn:hover
{
	cursor: pointer;
	background: #ffffff;
	color: #71b81c;
}

.secondbxslider .secondSliderHelpContant
{
	float: left;
	box-shadow: none;
	border:4px #2781ca solid;
	border-radius: 5px;
}

.secondbxslider .secondSliderHelpDesc
{
	text-align: left;
	line-height: 25px;
}

.secondbxslider .secondSliderHelpDesc ul li
{
	color: #a2a2a2;
}

.secondSliderSomeDesc
{
	font-size: 16px !important;
	color: #575757 !important;
}

.secondbxslider .secondSliderHelpContant>div
{
	padding: 15px 45px;
}

.underButtonTxt
{
	text-align: center;
	font-size: 12px;
	font-weight: 300;
	color: #a2a2a2;
}
/*secondSlider*/

.bigBlock
{
	height: initial;
}

.lastPageSpaceTxtWrap
{
	display: inline-block;
	line-height: initial;
	text-align: left;
}

.lastPageSpaceTxtTitle
{
	font-size: 36px;
	color: #2781ca;
	font-weight: 300;
	margin: 25px 0;
}

.lastPageSpaceTxtTitle span
{
	color: #4f4f4f;
	font-size: 18px;
}

.lastPageSpaceTxt
{
	padding: 0 60px;
	color: #4f4f4f;
}

.lastPageSpaceTxt .markerText
{
	color: #4f4f4f;
}



.lastPageSpaceTxt .markerText li p
{
	line-height: 15px;
	vertical-align: middle;
}

.lastSlider
{
	padding-left: 0;
}

.simpleMenege
{
	margin-right: 30px;
	background: url("../img/simpleMenege.png") no-repeat right;
	background-size: contain;
	line-height: 36px;
}

.mobile
{
	padding: 25px 0;
	background: url("../img/mobileBg.jpg") no-repeat center;
	background-size: cover;
}

.mobileContantWrap
{
	background: url("../img/mobile.png") no-repeat left;
	background-size: contain;
	text-align: right;
	line-height: 36px;
}

.integration
{
	padding: 25px 0;
}

.integrationContantWrap
{
	background: url("../img/integration.png") no-repeat right;
	background-size: contain;
	line-height: 36px;
}

.clientBaseBg
{
	padding: 25px 0;
	background: url("../img/clientBaseBg.jpg") no-repeat center;
	background-size: cover;
}

.clientBaseContantWrap
{
	background: url("../img/clientBase.png") no-repeat left;
	background-size: contain;
	text-align: right;
	
	/*min-height: 380px;*/
	line-height: 36px;
}

.clientBaseContantWrap .lastPageSpaceTxtWrap
{
	vertical-align: middle;
}

.emailBlock
{
	padding: 25px 0;
}

.emailBlockContantWrap
{
	background: url("../img/oneEmail.png") no-repeat right;
	background-size: contain;
	/*min-height: 380px;*/
	line-height: 36px;
}

.emailBlockContantWrap .lastPageSpaceTxtWrap
{
	vertical-align: middle;
}

.trafficGeneration
{
	padding: 25px 0;
	background: url("../img/trafficGenerationBg.jpg") no-repeat center;
	background-size: cover;
}

.trafficGenerationContantWrap
{
	background: url("../img/trafficGeneration.png") no-repeat left;
	background-size: contain;
	text-align: right;
	/*min-height: 380px;*/
	line-height: 36px;
}

.trafficGenerationContantWrap .lastPageSpaceTxtWrap
{
	vertical-align: middle;
}

.allInOnePutinHuilo
{
	padding: 25px 0;
}

.allInOnePutinHuiloContantWrap
{
	background: url("../img/allInOnePutinHuilo.png") no-repeat right;
	background-size: contain;
	/*min-height: 380px;*/
	line-height: 36px;
}

footer
{
	background: #282828;
}

footer *
{
	color: #fff;
}

.copyryght
{
	margin: 10px 0;
	padding-top: 40px;
	font-size: 16px;
	font-weight: 300;
	background: url("../img/footerLogo.png") no-repeat top left;
}

.socialNetworks
{
	line-height: 40px;
	margin: 20px 0;
	text-align: center;
}

.fb
{background-image: url("../img/fb.png");}
.twitter
{background-image: url("../img/twitter.png");}
.lin
{background-image: url("../img/lin.png");}

.socialNetworksItem
{
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
}
.devCopy
{
	text-align: right;
	margin: 21px 0;
}


.topColum {
	cursor: pointer;
}

.downButton, .upButton, .markers, .secondSliderButton {
	cursor: pointer;
}

.markerText > li {
    margin-bottom: 12px;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 300px, 0);
            transform: translate3d(0, 300px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 300px, 0);
            transform: translate3d(0, 300px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
    -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -300px, 0);
            transform: translate3d(0, -300px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -300px, 0);
            transform: translate3d(0, -300px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
    -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 300px, 0);
            transform: translate3d(0, 300px, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 300px, 0);
            transform: translate3d(0, 300px, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
    -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;       
}


@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -300px, 0);
            transform: translate3d(0, -300px, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -300px, 0);
            transform: translate3d(0, -300px, 0);
  }
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
    -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;
}
.topColum {
    height: 48px !important;
    
}
.topColum a {
	display: inline-block;
	text-decoration: none;
	width: 100%;
	height: 100%;
}
.movewrap {
	-webkit-transform: translate3d(0,0,0);
	tranform: translate3d(0,0,0);
}

.tabs {
	position: relative;
	z-index: 99;
	overflow: hidden;
	margin-bottom: -90px;
}

.upButton,
.downButton {
	display: block;
}

.rvr {
	width: 320px;
	display: block;
	margin: 0 auto;
	position: relative !important;
	top: auto;
	left: auto;
	box-shadow: none;
}
.firstMonitorImgWrap {
	margin: 0 auto;
	max-width: 820px;
	padding-top: 200px;
	height: 420px;
	background: url(../img/centralPart.png) no-repeat;
	-webkit-background-size: 96% auto;
	background-size: 96% auto;
	/* background-position: -17px top; */
}
.rvr .firstName, 
.rvr .lastName {
	width: 48% !important;
}
.rvr li {
	text-align: left;
}
.rvr .firstName {
	float: left;
}

.grivn,
.teng, .forgot {
	display: none;
}

.errorEmail, .errorPhone, .errorName, .errorCompany {
	display: none;
	font-size: 10px;
	color: red;
}

.divMessageBox{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,.6);z-index:100000}
.MessageBoxContainer{top:35%;color:#fff;position:relative;width:100%;background-color:#232323;background-color:rgba(0,0,0,.8);padding:20px}
.MessageBoxMiddle{position:relative;left:20%;width:60%}
.MessageBoxMiddle .MsgTitle{color:#aaa;letter-spacing:-1px;font-size:24px;font-weight:300}
.MessageBoxMiddle .MsgTitle strong {color:#fff;letter-spacing:-1px;font-size:24px;font-weight:800}
.MessageBoxMiddle .pText{color:#fff;font-style:30px;}
.MessageBoxContainer input,.MessageBoxContainer select{width:50%;padding:5px}
.MessageBoxButtonSection{width:100%;height:30px}
.MessageBoxButtonSection button{float:right;margin-right:7px;padding-left:15px;padding-right:15px;font-size:14px;font-weight:700}

.txt-color-blue {
	color: #57889c !important
}

.txt-color-blueLight {
	color: #92a2a8 !important
}

.txt-color-blueDark {
	color: #4c4f53 !important
}

.txt-color-green {
	color: #356e35 !important
}

.txt-color-greenLight {
	color: #71843f !important
}

.txt-color-greenDark {
	color: #496949 !important
}

.txt-color-red {
	color: #a90329 !important
}

.txt-color-yellow {
	color: #b09b5b !important
}

.txt-color-orange {
	color: #b19a6b !important
}

.txt-color-orangeDark {
	color: #a57225 !important
}

.txt-color-pink {
	color: #ac5287 !important
}

.txt-color-pinkDark {
	color: #a8829f !important
}

.txt-color-purple {
	color: #6e587a !important
}

.txt-color-darken {
	color: #404040 !important
}

.txt-color-lighten {
	color: #d5e7ec !important
}

.txt-color-white {
	color: #fff !important
}

.txt-color-grayDark {
	color: #525252 !important
}

.txt-color-magenta {
	color: #6e3671 !important
}

.txt-color-teal {
	color: #568a89 !important
}

.txt-color-redLight {
	color: #a65858 !important
}

/*   tooltip */
tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.4;visibility:visible;filter:alpha(opacity=0);opacity:0}
.tooltip.in{filter:alpha(opacity=100);opacity:1}
.tooltip.top{padding:5px 0;margin-top:-3px}
.tooltip.right{padding:0 5px;margin-left:3px}
.tooltip.bottom{padding:5px 0;margin-top:3px}
.tooltip.left{padding:0 5px;margin-left:-3px}
.tooltip-inner{max-width:300px;min-width: 200px; padding:5px 10px;color:#333333;border:solid 1px #0082d5;text-align:left;text-decoration:none;background-color:#fff;border-radius:4px}
.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}
.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}
.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}
.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}
.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-8px; margin-left:-1px; width:7px; height:14px;background-image: url("images/arrow-left.png"); border: none;}
.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}
.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}
.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}

@media (max-width:1200px){
	.monitor
	{
		height: initial;
		overflow: visible;
	}
}

@media (max-width:992px){
	.tarifs .firstSliderTitle {
		margin: 8px 0 15px 0!important;
		font-size: 28px;
	}
	.headerButton
	{
		font-size: 12px;
	}

	.topColumsWrap
	{
		width: 100%;
	}

	.firstSliderTitle
	{
		font-size: 20px;
		margin: -35px 0 15px 0!important;
	}

	.bx-wrapper .bx-next
	{
		bottom: 10% !important;
	}

	.secondSliderHelpContant
	{
		width: 100%;
	}

	.secondSliderStatic
	{
		margin-bottom: 20px;
	}

	footer
	{
		text-align: center;
	}

	.copyryght
	{
		background-position: top center;
	}

	.devCopy
	{
		text-align: center;
	}

	.registrationForm,
	.rvr
	{
		margin-left: -20% !important;
		width: 40% !important;
	}

	.autorisationForm
	{
		margin-left: -20% !important;
		width: 40% !important;
	}

	.firstMonitorImgWrap {
		height: 350px!important;
	}

}

@media (max-width:768px){
	.capabilities .lastPageSpaceTxtTitle {
		font-size: 20px;
	}
	.capabilities .firstSliderTitle {
		font-size: 14px;
	}
	.tarifs .firstSliderTitle {
		margin: 8px 0 10px 0!important;
		font-size: 22px;
	}

	.firstSliderTitle {
		margin: -35px 0 15px 0!important;
		font-size: 18px;
	}

	.logoWrapper
	{
		text-align: center;
	}

	.secondSliderButton {
		font-size: 15px;
		width: 100px;
		margin: 0 5px;
	}

	.registrationForm,
	.rvr
	{
		margin: 0 !important;
		left: 0 !important;
		top: 0 !important;
		width: 100% !important;
		height: 100% !important;
	}

	.autorisationForm
	{
		margin: 0 !important;
		left: 0 !important;
		top: 0 !important;
		width: 100% !important;
		height: 100% !important;
	}

	.closeBtn
	{
		display: inline-block;
	}
	.firstMonitorImgWrap {
		height: 320px!important;
	}

	.topColum {
		height: 38px !important;
	}
	.topColumsWrap .topColum {
		line-height: 37px
	}

	.topColumsWrap
	{
		border-radius: 20px;
		height: 40px;
		line-height: 40px;
	}
}

@media (max-width:500px){
	.capabilities .firstSliderTitle {
		font-size: 12px;
	}

	.tarifs .firstSliderTitle {
		margin: 8px 0 10px 0!important;
	}

	.firstSliderTitle
	{
		margin: 3px 0 10px 0!important;
		font-size: 14px;
		display: block;
	}

	.firstSliderWrapper {
		padding: 35px 0;
	}
	.topColum {
		font-size: 9px;
	}

	.bx-wrapper .bx-pager
	{
		top: 25% !important;
	}

	.secondSliderWrapper .bx-wrapper .bx-pager
	{
		top: 40% !important;
	}

	.lastPageSpaceTxtTitle {
		font-size: 20px;
	}

	.secondSliderButton {
		font-size: 13px;
		width: 90px;
		margin: 0 3px;
	}
	.firstMonitorImgWrap {
		height: 220px!important;
	}

	.topColum {
		height: 30px !important;
	}
	.topColumsWrap .topColum {
		line-height: 29px
	}

	.topColumsWrap
	{
		border-radius: 16px;
		height: 32px;
		line-height: 32px;
	}
}



