@font-face {
  font-family: 'ALSRubl-Tahoma';
  src: url('../b-rub_tahoma/alsrubl-tahoma-regular.eot');
  src: url('../b-rub_tahoma/alsrubl-tahoma-regular.eot?#iefix') format('embedded-opentype'), url('../b-rub_tahoma/alsrubl-tahoma-regular.woff') format('woff'), url('../b-rub_tahoma/alsrubl-tahoma-regular.ttf') format('truetype'), url('../b-rub_tahoma/alsrubl-tahoma-regular.svg#ALSRublTahomaItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ALSRubl-Tahoma';
  src: url('../b-rub_tahoma/alsrubl-tahoma-bold.eot');
  src: url('../b-rub_tahoma/alsrubl-tahoma-bold.eot?#iefix') format('embedded-opentype'), url('../b-rub_tahoma/alsrubl-tahoma-bold.woff') format('woff'), url('../b-rub_tahoma/alsrubl-tahoma-bold.ttf') format('truetype'), url('../b-rub_tahoma/alsrubl-tahoma-bold.svg#ALSRublTahomaItalic') format('svg');
  font-weight: bold;
  font-style: normal;
}

.b-rub,
.b-rub_tahoma {
  font-family: 'ALSRubl-Tahoma', Tahoma, sans-serif;
  line-height: normal;
}
html,
body {
  height: 100%;
}
body {
  width: 100%;
  min-width: 960px;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #707070;
  background-color: #f1f5f7;
}
.wrap {
  position: relative;
  margin: 0px auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  min-width: 960px;
}
.container {
  max-width: 960px;
}
.preloader-wrap {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: url(../img/bg.png);
  z-index: 2;
}
.preloader-wrap .preloader {
  width: 64px;
  height: 64px;
  background: url(../img/preloader.gif);
  position: fixed;
  left: 50%;
  margin-left: -64px;
  top: 50%;
  margin-top: -64px;
}
/* Main
-----------------------------------------------------------------------------*/
h1 {
  font-size: 44px;
  line-height: 44px;
}
h2 {
  font-size: 30px;
  line-height: 30px;
}
h3 {
  font-size: 18px;
  line-height: 21px;
}
h1,
h2,
h3 {
  color: #556270;
  margin-top: 0px;
  font-family: 'PT Sans', sans-serif;
}
a,
a:visited,
a span {
  -webkit-transition: border-color 0.15s linear;
  -moz-transition: border-color 0.15s linear;
  -ms-transition: border-color 0.15s linear;
  -o-transition: border-color 0.15s linear;
  transition: border-color 0.15s linear;
  color: #556270;
  text-decoration: none;
  outline: none;
  border-bottom: 1px solid rgba(85, 98, 112, 0.3);
}
a:hover,
a:hover span {
  color: #556270;
  text-decoration: none;
  border-bottom: 1px solid #556270;
}
.clear {
  clear: both;
}
.clear-css3:before,
.clear-css3:after {
  clear: both;
  display: table;
  content: "";
}
.left-float {
  float: left;
}
.right-float {
  float: right;
}
.unknown_width_block {
  width: 100%;
  overflow: visible;
}
.inner_wrap {
  margin-left: 50%;
  position: relative;
  float: left;
}
.the_block {
  right: 50%;
  position: relative;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
}
.margin-auto{
  margin-left: auto;
  margin-right: auto;
}
.block{
  display: block;
}
.inline-block{
  display:inline-block;
}
.inline{
  display: inline-block;
}
.mt50{
  margin-top: 50px;
}
.mb50{
  margin-bottom: 50px;
}
.mt120{
  margin-top: 120px;
}
.mb120{
  margin-bottom: 120px;
}
.pt50{
  padding-top: 50px;
}
.pb50{
  padding-bottom: 50px;
}
.pt80{
  padding-top: 80px;
}
.pb80{
  padding-bottom: 80px;
}
.line-height50{
  line-height: 50px;
}
.white-bg{
  background-color: rgb(255, 255, 255);
}
.white{
  color: white;
}
.blueGrayColor{
  color: rgb(133, 147, 153);
}
.h2-center h2 {
  text-align: center;
}
.margin-auto{
    margin-left: auto;
    margin-right: auto;
}
.block{
    display: block;
}
.inline-block{
    display:inline-block;
}
.inline{
    display: inline-block;
}
.pt50{
    padding-top: 50px;
}
.g-line {
  position: absolute;
  left: 50%;
  margin-left: -134px;
  width: 268px;
  height: 3px;
  background-color: #33cbad;
  margin-top: 20px;
}
.container .g-line {
  position: relative;
  left: auto;
  margin-left: 331px;
}
.lines-block > .top {
  padding-bottom: 35px;
  border-bottom: 1px solid #dfe5ec;
}
.lines-block > .bottom {
  border-top: 1px solid #ffffff;
  padding-top: 60px;
}
.pattern-block {
  background: url(../img/bg.png);
}
.pattern-block h1,
.pattern-block h2,
.pattern-block h3 {
  color: #ffffff;
}
.pattern-block.double-block .top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.pattern-block.double-block .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.pattern-block.double-block .light-side {
  background-color: rgba(190, 239, 251, 0.1);
}
.text-align-center {
  text-align: center;
}
.light-text {
  color: #ffffff;
}
.light-text .grey-text {
  color: #859397;
}
.green-text {
  color: #33cbad;
}
input[type="text"],
textarea {
  outline: none;
  height: 29px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -msborder-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  border: none;
  padding: 3px 10px;
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -ms-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
  background-color: #f1f5f7;
}
input[type="submit"],
input[type="button"] {
  background-color: #33cbad;
  color: #ffffff;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -msborder-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 3px 20px;
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -ms-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: -webkit-focus-ring-color auto 0px;
  outline: -moz-focus-ring-color auto 0px;
  outline: -ms-focus-ring-color auto 0px;
  outline: -o-focus-ring-color auto 0px;
}
input[type="text"]:focus,
textarea:focus {
  background-color: #ffffff;
  box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.6);
}
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #359683;
}
input[type="submit"]:active,
input[type="button"]:active {
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.4);
  -o-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.btn-lg{
    background-color: rgba(51,203,173,1);
    color: rgba(255,255,255,1);
    border: none;
    font-size: 24px;
    padding: 7px 24px;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}
.btn-lg:hover{
    background-color: rgba(53,150,131,1);
    color: white;
    border: none;
}
/* Header
-----------------------------------------------------------------------------*/
header#header {
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -ms-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
  background-color: #ffffff;
  padding-bottom: 30px;
  width: 100%;
  padding-top: 30px;
  z-index: 1;
}
header#header .contacts .img {
  margin-right: 10px;
}
header#header .contacts .top {
  font-size: 20px;
  line-height: 20px;
}
header#header .contacts .bottom {
  font-size: 12px;
  line-height: 14px;
}
header#header.fixed {
  position: fixed;
  margin: 0 auto;
  top: 0px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  padding-top: 15px;
  padding-bottom: 15px;
}
header#header.relative {
  position: relative;
}
.logo a {
  border-bottom: none;
}
.footer-menu ul,
#main-menu ul {
  margin: 0px;
  padding: 0px;
  padding-top: 8px;
  list-style: none;
}
.footer-menu ul li,
#main-menu ul li {
  margin-right: 10px;
  float: left;
}
.footer-menu ul li a,
#main-menu ul li a {
  text-transform: uppercase;
}
.footer-menu ul li:last-child,
#main-menu ul li:last-child {
  margin-right: 0px;
}
.footer-menu {
  font-size: 12px;
}
.footer-menu ul {
  padding-top: 0px;
}
.footer-menu ul li a {
  text-transform: none;
}
.false-header {
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -ms-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
  display: none;
  height: 100px;
}
.false-header.active {
  display: block;
  height: 70px;
}
/* Content
-----------------------------------------------------------------------------*/
.top-illustration h2 {
  font-size: 44px;
  line-height: 44px;
  color: #ffffff;
  text-align: center;
}
.top-illustration h2 span {
  background: url(../img/1c.png) right 10px no-repeat;
  padding-right: 80px;
}
.top-illustration #t2 .inner-cont,
.top-illustration #t1 .inner-cont {
  height: 487px;
  padding-top: 120px;
  padding-bottom: 120px;
  background: url(../img/slbg.jpg) center top no-repeat;
  background-size: cover;
}
.top-illustration #t2 .inner-cont h2,
.top-illustration #t1 .inner-cont h2 {
  text-transform: uppercase;
}
.top-illustration #t2 .inner-cont .items,
.top-illustration #t1 .inner-cont .items {
  margin-top: 80px;
}
.top-illustration #t2 .inner-cont .items .item .inner,
.top-illustration #t1 .inner-cont .items .item .inner {
  border-bottom: 5px solid #ffffff;
  text-align: center;
  padding-bottom: 10px;
}
.top-illustration #t2 .inner-cont .items .item .inner .text,
.top-illustration #t1 .inner-cont .items .item .inner .text {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 10px;
}
.top-illustration #t2 .inner-cont {
  background: url(../img/slbg2.jpg) center top no-repeat;
  background-size: cover;
}
.top-illustration .unknown_width_block {
  margin-top: -70px;
  margin-bottom: 31px;
}
.top-illustration .unknown_width_block ul {
  border: none;
}
.top-illustration .unknown_width_block ul li {
  margin-right: 10px;
}
.top-illustration .unknown_width_block ul li a {
  font-size: 13px;
  line-height: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -msborder-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #f8fafb;
  border: none;
}
.top-illustration .unknown_width_block ul li a:hover {
  border: none;
}
.top-illustration .unknown_width_block ul li a i.icon {
  display: block;
  float: left;
  margin-top: 4px;
  margin-right: 5px;
  width: 22px;
  height: 12px;
}
.top-illustration .unknown_width_block ul li a i.icon.f-icon {
  background: url(../img/buttonsSprite.png) 22px 0px;
}
.top-illustration .unknown_width_block ul li a i.icon.s-icon {
  background: url(../img/buttonsSprite.png) 22px -12px;
}
.top-illustration .unknown_width_block ul li.active a {
  background-color: #33cbad;
  color: #ffffff;
}
.top-illustration .unknown_width_block ul li.active a i.icon.f-icon {
  background: url(../img/buttonsSprite.png) 0px 0px;
}
.top-illustration .unknown_width_block ul li.active a i.icon.s-icon {
  background: url(../img/buttonsSprite.png) 0px -12px;
}
.top-illustration .unknown_width_block ul li:last-child {
  margin-right: 0px;
}
.c-solutions {
  padding-top: 100px;
  padding-bottom: 70px;
}
.c-solutions .top p {
  width: 610px;
}
.c-solutions .items h3 {
  text-transform: uppercase;
}
.c-solutions .items .section {
  margin-bottom: 40px;
}
.c-solutions .items .section:last-child {
  margin-bottom: 0px;
}
.under-slider-block .top {
  padding-top: 80px;
  padding-bottom: 80px;
}
.under-slider-block .top .left-col .diverse-text .t1 {
  font-size: 26px;
  line-height: 30px;
  color: #e6e6e6;
  margin-top: 18px;
}
.under-slider-block .top .left-col .diverse-text .t2 {
  font-size: 80px;
  line-height: 30px;
  color: #e6e6e6;
  margin: 20px 20px 0;
}
.under-slider-block .top .left-col .diverse-text .t3 {
  font-size: 80px;
  line-height: 30px;
  color: #33cbad;
}
.under-slider-block .top .right-col {
  color: #859399;
}
.under-slider-block .bottom {
  height: 313px;
  padding: 75px 0;
}
.under-slider-block .bottom .items .item {
  text-align: center;
}
.under-slider-block .bottom .items .item .text {
  font-size: 18px;
  line-height: 20px;
  color: #e6e6e6;
  margin-top: 10px;
}
.benefits-of-outsourcing {
  padding-top: 150px;
  padding-bottom: 150px;
}
.benefits-of-outsourcing .items {
  margin-top: 45px;
}
.benefits-of-outsourcing .items .section {
  margin-bottom: 40px;
}
.benefits-of-outsourcing .items .section .item .round-count {
  width: 50px;
  height: 50px;
  border: 2px solid #33cbad;
  border-radius: 50px;
  text-align: center;
  font-size: 26px;
  line-height: 49px;
  color: #33cbad;
}
.benefits-of-outsourcing .items .section:last-child {
  margin-bottom: 0px;
}
.accounting-services {
  padding-bottom: 110px;
}
.accounting-services h2 {
  margin-top: 30px;
}
.accounting-services .top p {
  width: 610px;
}
.accounting-services .items h3 {
  text-transform: uppercase;
}
.accounting-services .items .section:first-child {
  margin-bottom: 80px;
}
.some-works {
  padding-top: 70px;
  padding-bottom: 80px;
}
.some-works .top-text {
  margin-top: 20px;
  margin-bottom: 40px;
}
.some-works .sldr .nav-tabs {
  font-size: 16px;
  line-height: 20px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -msborder-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #33cbad;
}
.some-works .sldr .nav-tabs li {
  padding: 10px 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -msborder-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin: 0px;
  border-bottom: 1px solid rgba(53, 150, 131, 0.4);
  border-top: 1px solid rgba(153, 229, 214, 0.5);
  width: 100%;
}
.some-works .sldr .nav-tabs li a {
  position: relative;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -msborder-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 3px 10px;
  background-color: transparent;
  border: none;
  color: #ffffff;
}
.some-works .sldr .nav-tabs li:first-child {
  border-top: none;
}
.some-works .sldr .nav-tabs li:last-child {
  border-bottom: none;
}
.some-works .sldr .nav-tabs li.active a {
  color: #2c383e;
  padding: 3px 14% 3px 10px;
  width: 104%;
}
.some-works .sldr .nav-tabs li.active a:after {
  left: 99.5%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(53, 150, 131, 0);
  border-left-color: #33cbad;
  border-width: 12px;
  top: 50%;
  margin-top: -12px;
}
.some-works .sldr .nav-tabs.evilBrowser li.active a:after {
  margin-top: -11px;
}
.some-works .sldr .nav-tabs.evilBrowser li.active a.big-arrow:after {
  margin-top: -21px;
}
.why-choose-us {
  padding-top: 100px;
  padding-bottom: 100px;
}
.why-choose-us .items {
  margin-top: 40px;
  margin-bottom: 30px;
}
.why-choose-us .items h3 {
  text-transform: uppercase;
}
.why-choose-us .items .item {
  margin-bottom: 60px;
}
.why-choose-us .items .item .img {
  text-align: center;
}
.why-choose-us .items .item .img + .col-xs-9 p {
  width: 690px;
}
.why-choose-us .items .item:last-child {
  margin-bottom: 0px;
}
.why-choose-us .cols {
  margin-bottom: 30px;
}
.why-choose-us h2.green-text {
  margin-top: 80px;
}
.contacts-block {
  padding-top: 90px;
  padding-bottom: 90px;
}
.contacts-block .form .item {
  margin-bottom: 20px;
}
.contacts-block .form .item textarea {
  height: 109px;
  max-height: 109px;
  max-width: 100%;
}
.contacts-block .form .item:last-child {
  margin-bottom: 0px;
}
.contacts-block .form .item.button {
  text-align: right;
  margin-top: 30px;
}
.contacts-block .form .error {
  font-size: 10px;
  line-height: 10px;
  margin-top: -20px;
  margin-bottom: 10px;
  color: #bb5c5c;
}

.contacts-block .form .error-main {
  font-size: 16px;
  margin-top: 20px;
  color: #ffffff;
}

.contacts-block .form .error.error_p3 {
  margin-bottom: -10px;
}
.contacts-block .c-items {
  margin-top: 20px;
}
.contacts-block .c-items .c-item .img {
  margin-right: 10px;
}
.contacts-block .c-items .c-item .text {
  font-size: 26px;
  line-height: 30px;
  color: #33cbad;
  margin-bottom: 10px;
}
.contacts-block .c-items .c-item .text a {
  color: #33cbad;
  border-bottom: 1px solid rgba(51, 203, 173, 0.3);
}
.contacts-block .c-items .c-item .text a:hover {
  border-bottom: 1px solid #33cbad;
}
.text-b {
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 40px;
  color: #e6e6e6;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
  padding-top: 40px;
  position: relative;
  margin-top: -100px;
  height: 100px;
  padding-bottom: 40px;
}
.footer_blank {
  height: 100px;
}
.bebrain {
  font-size: 12px;
  display: block;
  width: 230px;
  text-decoration: none;
  border-bottom: none;
}
.bebrain .bebrain-img {
  margin-right: 10px;
  margin-top: -5px;
}
.bebrain .bebrain-link span {
  border-bottom: 1px solid rgba(85, 98, 112, 0.3);
}
.bebrain:hover {
  border-bottom: none;
}
.bebrain:hover span {
  border-bottom: 1px solid #556270;
}
