@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?85280996');
  src: url('../fonts/fontello.eot?85280996#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?85280996') format('woff2'),
       url('../fonts/fontello.woff?85280996') format('woff'),
       url('../fonts/fontello.ttf?85280996') format('truetype'),
       url('../fonts/fontello.svg?85280996#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding-top: 80px;
	color: #000;
  position: relative;
}

h1,
h2 {
	line-height: 1.3;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

h1:last-child,
h2:last-child,
p:last-child {
	margin-bottom: 0;
}

section {
	padding: 50px 0;
}

a,
a:hover,
a:active,
a:focus {
	color: #000;
	transition: all 0.2s ease;
}

/* ========== Common ========== */

.section-bg-color:nth-child(odd) {
	background-color: #F0EEEE;
}

.row {
	margin-bottom: 30px;
}

.row.margin-none,
.row:last-child {
	margin-bottom: 0;
}

.row-caption {
	font-weight: bold;
	font-size: 18px;
}

.row-eq-height {
  display:  -webkit-flex-flow;
  display: -webkit-flex;
  display:  -ms-flexbox;
  display:         flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.section-full-height {
	height: calc(100vh - 80px);
}

.col-border-left {
	border-left: 1px solid #a0a0a0;
}

.content-table {
	display: table;
	width: 100%;
}

.content-table > .content-table-cell {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

.divider-after {
	position: relative;
	margin: 0 0 82px 0;
}

.divider-after:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -42px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 120px;
	height: 2px;
	background-color: #da491c;
}

.border-sides-white {
	padding: 15px;
	border-width: 4px;
	border-color: rgba(255, 255, 255, 0.5);
	border-style: none solid none solid;
}

.border-left-orange {
	border-width: 2px;
	border-color: #da491c;
	border-style: none none none solid;
	padding: 10px 15px;
}

.list {
	padding: 0;
	list-style-type: none;
	margin: 0;
}

/*.list li {
	padding-bottom: 20px;
}

.list li:last-child {
	padding-bottom: 0;
}*/

.list-inline li {
	display: inline-block;
	padding-right: 20px;
	padding-left: 0;
}

.list-inline li:last-child {
	padding-right: 0;
}

.list-fa-check li {
	padding-left: 30px;
	line-height: 1.5;
	position: relative;
	font-size: 16px;
	margin-bottom: 20px;
}

.list-fa-check li:before {
	content: "\f00c";
	position: absolute;
  /*top: 50%;
	transform: translate(0,-50%);
	transform: translate3d(0,-50%,0);*/
	top: 4px;
	left: 0;
	font-size: 18px;
	color: #da491c;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.list-fa-check li:last-child {
	margin-bottom: 0;
}

.list-inline-sep-line li {
	display: inline;
	line-height: 2;
}

.list-inline-sep-line li:after {
	content: '\A';
	white-space:pre;
}

.text-underlined {
	text-decoration: underline;
}

.text-offer-point-padding {
	/*padding-left: 32px;*/
}

.desktop-only {
	display: block;
}

.mobile-only {
	display: none !important;
}

.button-share:before {
  content: '\e806';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ========== Header ========== */

.nav-header > li {
	line-height: 80px;
	padding-right: 0;
}

.nav-header > li > a {
	padding: 10px;
	display: inline-block;
	line-height: 1;
}

.nav-header > li > a:hover,
.nav-header > li > a:focus,
.nav-header > li > a:active,
.nav-header > li.active > a,
.nav-header > li.highlight > a {
	background-color: rgba(255, 255, 255, 0.8);
  color: #da491c;
	text-decoration: none;
	border-radius: 5px;
}

.navbar-inverse {
	height: 80px;
}

.navbar-inverse .navbar-brand {
	color: #fff;
	font-weight: bold;
	font-size: 36px;
	line-height: 80px;
	padding: 0 0 0 15px;
	height: auto;
}

.navbar-collapse {
	float: right;
}

.navbar-collapse a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 80px;
}

.navbar.navbar-fixed-top {
	border: none;
	margin-bottom: 0;
	box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.75);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5b5b5b+0,373737+100 */
	background: #5b5b5b; /* Old browsers */
	background: -moz-linear-gradient(top,  #5b5b5b 0%, #373737 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #5b5b5b 0%,#373737 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #5b5b5b 0%,#373737 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#373737',GradientType=0 ); /* IE6-9 */
}

.navbar.navbar-native {
	background: transparent;
	box-shadow: none;
}

.share-block {
  position: relative;
  float: right;
}

.button-share {
  padding: 6px;
  margin-right: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  border: 1px solid #333;
  color: #fff;
  outline: none;
}

.button-share:before {
  content: '\e806';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ========== Section | Home ========== */

.section-home {
	background: url('../img/bg_business_woman.png') #F0EEEE no-repeat;
  background-position: center;
  -webkit-background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: 100%;
  -moz-background-size: cover;
  background-size: 100%;
  background-size: cover;
	color: #fff;
	text-transform: uppercase;
	padding: 0;
	/*margin-top: -80px;*/
}

.section-home p {
	font-size: 18px;
}

.section-home h1 {
	display: inline-block;
}

/* ========== Section | Pricing ========== */

.tariff-price {
	color: #da491c;
	font-size: 50px;
	font-weight: bold;
	line-height: 1;
}

.tariff-caption {
	color: #7a7a7a;
	font-size: 25px;
}

.tariff-price-desc {
	/*color: #da491c;*/
	font-size: 20px;
	margin-bottom: 25px;
}

/* ========== Section | Process ========== */

.row.process-row {
	margin: 0;
}

.process-steps {
	padding: 40px 90px;
}

.process-steps .process-cell {
	height: 160px;
	border-left: 1px solid #a0a0a0;
	color: #000;
	font-weight: bold;
	position: relative;
	text-align: center;
	padding: 50px;
}

.process-steps .process-cell.process-cell-border-none {
	border-left: none;
}

.process-steps .process-cell-last {
	border-right: 1px solid #a0a0a0;
}

.process-steps .process-cell-step-last {
	border-right: 1px solid #a0a0a0;
}

.process-steps .process-cell-step-first .process-cell-inner-absolute {
	position: absolute;
	background-color: #F0EEEE;
	bottom: 38px;
	left: -52px;
}

.process-steps .process-cell-step-first .process-modal-trigger {
  position: absolute;
  width: 155px;
  bottom: -50px;
  left: -22px;
  z-index: 10;
}

.process-steps .process-cell-step-last .process-cell-inner-absolute {
	position: absolute;
	background-color: #F0EEEE;
	bottom: 38px;
	right: -56px;
}

.process-steps .process-modal-trigger {
	display: inline-block;
	background-color: #D2E6EB;
	padding: 5px;
	color: #2C4864;
	font-weight: bold;
	cursor: pointer;
	line-height: 1;
}

.process-steps .process-modal-trigger:hover {
	opacity: 0.8;
	text-decoration: none;
}

.process-steps .process-row-top .process-cell-last:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: -10px;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #a0a0a0;
	border-radius: 50%;
	background-color: #F0EEEE;
	z-index: 1;
}

.process-steps .process-row-top .process-cell {
	/*padding-bottom: 15px;*/
}

.process-steps .process-row-top .process-cell:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: -10px;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #a0a0a0;
	border-radius: 50%;
	background-color: #fff;
	z-index: 1;
}

.process-steps .process-row-bottom .process-cell {
	/*padding-top: 15px;*/
	border-top: 1px dashed #a0a0a0;
}

.process-steps .process-cell strong {
	color: #000;
}

.process-steps .process-cell-icon {
	position: relative;
}

.process-steps .process-cell-icon:before {
	position: absolute;
	left: -40px;
	display: block;
	width: 80px;
	height: 80px;
	border: 1px solid #da491c;
	border-radius: 50%;
	background-color: #fff;
	z-index: 1;
	font-family: "fontello";
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	color: #000;
	font-size: 30px;
	text-align: center;
	line-height: 78px;
}

.process-steps .process-cell-step-last.process-cell-icon:before {
	left: auto;
	right: -40px;
}

.process-steps .process-row-bottom .process-cell-last.process-cell-icon:after {
	content: "\f0f6";
	position: absolute;
	bottom: -40px;
	right: -40px;
	display: block;
	width: 80px;
	height: 80px;
	border: 1px solid #da491c;
	border-radius: 50%;
	background-color: #fff;
	z-index: 1;
	font-family: "fontello";
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	color: #000;
	font-size: 30px;
	text-align: center;
	line-height: 78px;
}

.process-steps .process-row-top .process-cell-icon:before {
	top: -40px;
}

.process-steps .process-row-bottom .process-cell-icon:before {
	bottom: -40px;
}

/*.process-steps .process-cell-icon.process-cell-icon-eye:before {
	content: "\f06e";
}

.process-steps .process-cell-icon.process-cell-icon-university:before {
	content: "\f19c";
}

.process-steps .process-cell-icon.process-cell-icon-cog:before {
	content: "\f013";
}

.process-steps .process-cell-icon.process-cell-icon-cloud-upload:before {
	content: "\f0ee";
}*/

.process-steps .process-cell-icon.process-cell-icon-hammer:before {
	content: "\e801";
}

.process-steps .process-cell-icon.process-cell-icon-tools:before {
	content: "\e802";
}

.process-steps .process-cell-icon.process-cell-icon-angellist:before {
	content: "\e804";
}

.process-steps .process-cell-icon.process-cell-icon-shovel:before {
	content: "";
	background-image: url(../img/lopata.png);
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center;
}

.process-steps .process-cell-icon.process-cell-you:before,
.process-steps .process-cell-icon.process-cell-we:before {
	font-family: initial;
	font-size: 22px;
	color: initial;
	font-weight: bold;
}

.process-steps .process-cell-icon.process-cell-you:before {
	content: "Вы";
}

.process-steps .process-cell-icon.process-cell-we:before {
	content: "Мы";
}

.process-steps .process-cell-icon.process-cell-we:after {
	content: "\e800";
	position: absolute;
	top: 50px;
	left: -15px;
	display: block;
	background-color: #F0EEEE;
	z-index: 1;
	font-family: "fontello";
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	color: #000;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
}

/*.process-steps .process-cell-icon.process-cell-you:after {
	content: "\e805";
	position: absolute;
	bottom: -21px;
	left: -18px;
	border: none;
	width: auto;
	height: auto;
	border-radius: 0;
	display: block;
	background-color: #fff;
	z-index: 1;
	font-family: "fontello";
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	color: #000;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
}*/

.process-steps .process-cell-icon.process-cell-you:after {
  display: none;
}

.process-steps .process-cell-icon.process-cell-step-last .process-cell-inner-absolute:after {
	content: "\e803";
	position: absolute;
	bottom: -68px;
	right: 38px;
	display: block;
	background-color: #F0EEEE;
	z-index: 1;
	font-family: "fontello";
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	color: #000;
	font-size: 38px;
	font-weight: normal;
	text-align: center;
}

/* ========== Modal windows | Common ========== */

.modal-button:focus,
.modal-button:active {
	outline: none;
}

.modal-open {
	overflow: auto;
	padding-right: 0 !important;
}

.modal-header .close {
	margin-top: 0;
}

.modal .close {
	font-size: 30px;
	color: #fff;
	text-shadow: none;
	opacity: 1;
	line-height: 25px;
}

.modal .close:hover,
.modal .close:focus {
	outline: none;
	color: #da491c;
}

.modal-header {
	border-bottom: none;
	color: #fff;
}

.modal-content {
	/*background-color: #4b4b4d;*/
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#041220+0,132c59+0,3f5d89+100 */
	background: rgb(4,18,32); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(4,18,32,1) 0%, rgba(19,44,89,1) 0%, rgba(63,93,137,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(4,18,32,1) 0%,rgba(19,44,89,1) 0%,rgba(63,93,137,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(4,18,32,1) 0%,rgba(19,44,89,1) 0%,rgba(63,93,137,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#041220', endColorstr='#3f5d89',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.modal-backdrop.in {
	opacity: 0.7;
}

/* ========== Modal window | Bank details ========== */

#modal-bank-details .table.table-bank-details {
	width: 100%;
	margin-bottom: 0;
}

.table.table-bank-details > tfoot > tr > th,
.table.table-bank-details > tfoot > tr > td {
  border-top: 2px solid #ddd;
}

#modal-bank-details .table > tfoot a,
#modal-bank-details .table > tfoot a:hover {
	color: #fff;
}

/* ========== Modal window | Form ========== */

.modal-form-button {
	position: fixed;
	bottom: 0;
	right: 10%;
	z-index: 100;
	background-color: #da491c;
	border: none;
	border-radius: 10px 10px 0 0;
	color: #fff;
	padding: 20px;
	outline: none;
	transition: all 0.2s ease;
	font-size: 24px;
	line-height: 1;
}

.modal-form-button:hover,
.modal-form-button:active,
.modal-form-button:focus {
	background-color: #F46336;
}

.form-main .form-group {
	margin-bottom: 30px;
}

.form-main .form-group:last-child {
	margin-bottom: 0;
}

.form-main .form-control {
	color: #000;
	height: auto;
	padding: 10px 15px;
}

.form-main .form-control:focus {
	border-color: #7a7a7a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(122, 122, 122, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(122, 122, 122, 0.6);
}

.form-main textarea::-webkit-input-placeholder,
.form-main input::-webkit-input-placeholder {
  color: #7a7a7a;
}

.form-main textarea:-moz-placeholder,
.form-main input:-moz-placeholder {
  color: #7a7a7a;
}

.form-main textarea::-moz-placeholder,
.form-main input::-moz-placeholder {
  color: #7a7a7a;
}

.form-main textarea:-ms-input-placeholder,
.form-main input:-ms-input-placeholder {
  color: #7a7a7a;
}

.form-main input[type="checkbox"] {
	position: absolute;
	left: -9999px;
}

.form-main input[type="checkbox"] + label,
.form-main input[type="checkbox"]:checked + label {
	position: relative;
	padding-left: 40px;
	cursor: pointer;
	margin-left: 0;
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 0;
	color: #fff;
}

.form-main input[type="checkbox"] + label:before,
.form-main input[type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	-webkit-box-shadow: inset 0px 2px 1px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: inset 0px 2px 1px 0px rgba(0,0,0,0.08);
	box-shadow: inset 0px 2px 1px 0px rgba(0,0,0,0.08);
	border: 1px solid #7a7a7a;
	border-radius: 5px;
	outline: none;
	background-color: #fff;
}

.form-main input[type="checkbox"] + label:after,
.form-main input[type="checkbox"]:checked + label:after {
	content: "\f00c";
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	left: 0;
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 27px;
	color: #da491c;
	text-align: center;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.form-main input[type="checkbox"] + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.form-main input[type="checkbox"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.form-main input[type="checkbox"] + label a {
	color: #7DB2E8;
}

.form-main input[type="checkbox"] + label a:hover {
	color: #4A7FB5;
}

input[type="radio"] {
  position: absolute;
  left: -9999px;
}

input[type="radio"] + label,
input[type="radio"]:checked + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  margin-left: 0;
  display: inline-block;
  font-size: 18px;
  color: #fff;
}

input[type="radio"] + label:before,
input[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  width: 26px;
  height: 26px;
  box-shadow: inset 0px 2px 0px 0px rgba(72, 72, 72, 0.08);
  border: 1px solid #dbdbdb;
	background-color: #fff;
  border-radius: 5px;
  outline: none;
}

input[type="radio"] + label:after,
input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  -webkit-transition: all .2s;
  transition: all .2s;
}

input[type="radio"] + label,
input[type="radio"]:checked + label {
  line-height: 28px;
}

input[type="radio"] + label:before,
input[type="radio"]:checked + label:before {
  top: 0;
  border-radius: 100%;
}

input[type="radio"] + label:after,
input[type="radio"]:checked + label:after {
  width: 14px;
  height: 14px;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  background-color: #da491c;
}

input[type="radio"] + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.form-main button[type="submit"] {
	background: #292929;
	padding: 15px 30px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-shadow: none;
	border: none;
	background-color: #da491c;
	transition: all 0.2s ease;
}

.form-main button[type="submit"]:hover,
.form-main button[type="submit"]:focus,
.form-main button[type="submit"]:active {
	background-color: #F46336;
	color: #fff;
}

.form-main button[type="submit"] i {
	padding-right: 10px;
}

.first-radio-line {
	margin-bottom: 15px;
}

.tooltip {
	font-size: 18px;
	position: relative;
	top: 0 !important;
	left: 0 !important;
	text-align: center;
	/*margin-bottom: 10px;*/
}

.tooltip.bottom {
	margin-top: 0;
}

.tooltip-inner {
	max-width: 100%;
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	padding: 10px;
	color: #fff;
	/*border: 1px solid #FF3E40;*/
	background-color: rgba(169, 68, 66, 0.52);;
	font-size: 14px;
}

.tooltip.bottom .tooltip-arrow {
	/*border-bottom-color: #FF3E40;*/
	display: none;
}

.tooltip.bottom {
	top: 5px !important;
}

.form-group-message .tooltip.bottom .tooltip-inner,
label + .tooltip.bottom .tooltip-inner {
	width: auto;
}

/* ========== Section | Team ========== */

.team-member {
	/*display: inline-block;*/
	position:relative;
}

.team-member-hover,
.team-member-content-overlay {
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}

.team-member-hover {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	opacity: 0;
	z-index: 100;
}

.team-member-content {
	color: #fff;
	z-index: 5;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.team-member-content-overlay {
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 0;
}

.team-member-hover:hover {
	opacity: 1;
}

.team-member-name {
	font-size: 28px;
	line-height: 1;
}

.team-member-role {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1;
}

.team-member-content .list-social {
	margin-top: 10px;
}

.team-member-content .list-social li {
	padding-right: 10px;
}

/* ========== Section | Achievements ========== */

.section-achievements {
  background: url('../img/bg_girl_phone.png') #F0EEEE no-repeat;
  background-position: center;
  -webkit-background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: 100%;
  -moz-background-size: cover;
  background-size: 100%;
  background-size: cover;
  color: #fff;
  padding: 120px 0;
}

.section-achievements .section-part-header {
  margin-bottom: 60px;
}

.section-achievements .fa {
  font-size: 50px;
  color: #da491c;
  position: relative;
  top: 5px;
}

.achievement-block {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  text-align: left;
}

.achievement-block span {
  display: block;
  line-height: 1;
}

.achievement-number {
  font-size: 60px;
  font-weight: bold;
  padding-bottom: 10px;
}

.achievement-text {
  font-size: 26px;
}

/* ========== Section | Examples ========== */

.panel {
  border-radius: 5px;
  border: 1px solid #a0a0a0;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel + .panel {
  margin-top: 10px;
}

.panel-heading {
  background-color: #ddd;
  border-color: #a0a0a0;
  border-radius: 5px;
}

.panel-heading.panel-opened {
  border-radius: 5px 5px 0 0;
}

.panel-title {
  margin: 0;
  font-size: 16px;
}

.panel-title a {
  color: #000;
  padding: 15px;
  display: block;
  line-height: 1;
}

.panel-title a:hover,
.panel-title a:focus,
.panel-title a:active {
  color: inherit;
  text-decoration: none;
}

.panel-title span {
  padding-left: 10px;
}

.panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #a0a0a0;
}

.panel-body {
  padding: 15px;
}

.list-examples .owl-item {
	/*background-color: rgba(241, 239, 239, 0.7);*/
  background-color: rgba(255, 255, 255, 0.7);
	background-image: url(../img/quotes.png), url(../img/quotes_close.png);
	background-repeat: no-repeat;
  background-position: bottom 10px left 10px, top 10px right 10px;
  background-size: 50px;
	/*border: 1px solid #292929;*/
	border-radius: 5px;
	padding: 20px;
	display: table;
	font-style: italic;
}

.list-examples .owl-item > li {
	display: table-cell;
	vertical-align: middle;
}

/* ========== Section | Reviews ========== */

.review-image-holder {
	position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.review-image,
.review-image-left-separator,
.review-image-right-separator {
	display: table-cell;
  vertical-align: middle;
}

.review-image-left-separator,
.review-image-right-separator {
	width: 50%;
}

.review-image-left-separator span,
.review-image-right-separator span {
	display: block;
	height: 1px;
	background-color: #a0a0a0;
}

.review-image {
	width: 109px;
  padding: 0 42px;
}

.review-image img {
	width: auto !important;
	max-width: 109px;
	height: auto;
	display: block;
}

.review-text-inner {
	text-align: center;
}

.review-text {
	margin: 20px 0 0;
	padding: 0 10%;
	font-size: 18px;
	line-height: 1.5;
	color: #7a7a7a;
}

.review-author {
	margin: 15px 0 0;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
}

/* ========== Owl Carousel common styles ========== */

.list-carousel {
	padding: 0 30px;
	position: relative;
}

.list-carousel .owl-prev,
.list-carousel .owl-next {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	transform: translate3d(0,-50%,0);
	/*margin-top: -20px;*/ /* offset for owl dots */
	font-size: 50px;
	line-height: 1;
}

.list-carousel .owl-prev {
	left: 0;
}

.list-carousel .owl-next {
	right: 0;
}

.list-carousel .owl-prev:hover,
.list-carousel .owl-next:hover {
	color: #da491c;
}

.list-carousel .owl-prev.disabled,
.list-carousel .owl-next.disabled {
	opacity: 0.3;
	cursor: default;
}

.list-carousel .owl-prev.disabled:hover,
.list-carousel .owl-next.disabled:hover {
	color: inherit;
}

.list-carousel .owl-prev .fa,
.list-carousel .owl-next .fa {
	display: inline-block;
	vertical-align: top;
}

.list-carousel .owl-dots {
	text-align: center;
	margin-top: 10px;
}

.list-carousel .owl-dots .owl-dot {
	display: inline-block;
}

.list-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background-color: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.list-carousel .owl-dots .owl-dot.active span,
.list-carousel .owl-dots .owl-dot:hover span {
	background-color: #da491c;
}

/* ========== To top button ========== */

.to-top {
	position: fixed;
  display: inline-block;
	height: 60px;
	width: 60px;
	right: 0;
	bottom: 20%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #da491c url(../img/to-top-arrow.svg) no-repeat center 50%;
	background-size: 24px;
	border-radius: 5px 0 0 5px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 100;
}

.to-top.to-is-visible,
.to-top.to-fade-out,
.no-touch .to-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.to-top.to-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.to-top.to-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.no-touch .to-top:hover {
  background-color: #FF7C4F;
  opacity: 1;
}

.to-top.to-fade-out:hover {
	opacity: 1;
}

/* ========== Social Likes ========== */

.social-likes {
	border-radius: 5px;
	position: fixed;
	top: 50%;
  transform: translate(0, -50%);
  transform: translate3d(0, -50%, 0);
	left: 25px;
	z-index: 100;
}

.social-likes.social-likes_vertical .social-likes__widget {
	width: auto;
	margin: 0;
	margin-bottom: 5px;
}

.social-likes.social-likes_vertical .social-likes__widget:last-child {
	margin-bottom: 0;
}

.social-likes .social-likes__icon {
	width: 1.5em;
	height: 1.5em;
}

.social-likes__widget_vkontakte:active,
.social-likes__widget_vkontakte:focus,
.social-likes__widget_vkontakte:active,
.social-likes__widget_facebook:focus,
.social-likes__widget_odnoklassniki:active,
.social-likes__widget_odnoklassniki:focus,
.social-likes__widget_telegram:active,
.social-likes__widget_telegram:focus,
.social-likes__widget_twitter:active,
.social-likes__widget_twitter:focus,
.social-likes__widget_linkedin:active,
.social-likes__widget_linkedin:focus {
	background: #fff;
	border-color: #ccc;
}

.social-likes__widget_vkontakte:active,
.social-likes__widget_vkontakte:active .social-likes__icon,
.social-likes__widget_vkontakte:focus,
.social-likes__widget_vkontakte:focus .social-likes__icon {
	color: #526e8f;
}

.social-likes__widget_facebook:active,
.social-likes__widget_facebook:active .social-likes__icon,
.social-likes__widget_facebook:focus,
.social-likes__widget_facebook:focus .social-likes__icon {
	color: #425497;
}

.social-likes__widget_odnoklassniki:active,
.social-likes__widget_odnoklassniki:active .social-likes__icon,
.social-likes__widget_odnoklassniki:focus,
.social-likes__widget_odnoklassniki:focus .social-likes__icon {
	color: #f6903b;
}

.social-likes__widget_telegram:active,
.social-likes__widget_telegram:active .social-likes__icon,
.social-likes__widget_telegram:focus,
.social-likes__widget_telegram:focus .social-likes__icon {
	color: #34abde;
}

.social-likes__widget_twitter:active,
.social-likes__widget_twitter:active .social-likes__icon,
.social-likes__widget_twitter:focus,
.social-likes__widget_twitter:focus .social-likes__icon {
	color: #00b7ec;
}

.social-likes__widget_linkedin:active,
.social-likes__widget_linkedin:active .social-likes__icon,
.social-likes__widget_linkedin:focus,
.social-likes__widget_linkedin:focus .social-likes__icon {
	color: #0077b5;
}

/* ========== Footer ========== */

.footer-content {
	padding: 50px 0;
	background-color: #292929;
	color: #7a7a7a;
}

.nav-footer a {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.nav-footer a:hover,
.nav-footer a:focus,
.nav-footer a:active {
	/*color: #da491c;*/
	text-decoration: none;
}

.nav-footer a:hover {
	color: #da491c;
}

.footer-email {
	margin-top: 20px;
	border-bottom: 1px solid #7a7a7a;
}

.footer-email a {
	color: #4C4B4B;
	font-size: 30px;
	padding-bottom: 10px;
	display: inline-block;
}

.footer-email a:hover,
.footer-email a:focus,
.footer-email a:active {
	color: #fff;
	text-decoration: none;
}

.footer-brand a {
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	line-height: 1;
}

.footer-brand a:hover,
.footer-brand a:focus,
.footer-brand a:active {
	text-decoration: none;
}

.list-social {
	margin-top: 20px;
}

.list-social a {
	color: #292929;
	background-color: #fff;
	width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  border-radius: 50%;
  line-height: 30px;
}

.list-social a:hover,
.list-social a:focus,
.list-social a:active {
	color: #da491c;
	text-decoration: none;
}

.copyright {
	margin-top: 20px;
}

/* ========== Pages | Offer ========== */

.page-offer .table-bank-details {
	width: 500px;
}

/* ========== Media queries ========== */

@media only screen
and (min-width: 320px)
and (max-width: 1024px) {

	.desktop-only {
		display: none !important;
	}

  .mobile-only,
  .tablet-only {
		display: block !important;
	}

	body {
		padding-top: 50px;
		font-size: 14px;
	}

	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 20px;
	}

	.section-achievements .row > div + div,
	.process-row > div + div {
		margin-top: 0;
	}

	.list-fa-check li {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.form-main .form-group {
    margin-bottom: 20px;
	}

	.tariff-price {
		font-size: 30px;
	}

	.tariff-caption {
		font-size: 16px;
	}

	.section-achievements .fa {
		font-size: 40px;
	}

	.achievement-number {
		font-size: 40px;
		padding-bottom: 5px;
	}

	.achievement-text {
		font-size: 16px;
	}

}

@media only screen
and (min-width: 320px)
and (max-width: 767px) {

	section {
    padding: 30px 0;
	}

	.row > div + div {
		margin-top: 20px;
	}

  .social-likes {
    display: none;
    position: absolute;
    top: 63px;
    left: 3px;
    transform: none;
  }

	.form-main .form-group > div + div {
    margin-top: 20px;
	}

	.navbar-inverse {
		height: 50px;
	}

	.navbar-collapse {
		float: none;
	}

	.navbar-inverse .navbar-brand {
		line-height: 50px;
	}

	.navbar-collapse.collapse,
	.navbar-collapse.collapsing {
		background-color: #5b5b5b;
	}

	.nav-header {
		padding: 10px 0;
	}

	.nav-header > li {
		line-height: 1;
		display: block;
	}

	.nav-header > li + li {
		padding-top: 10px;
	}

	.navbar-inverse .navbar-brand {
		font-size: 20px;
	}

	.modal-form-button {
		right: 50%;
		transform: translate(50%, 0);
		transform: translate3d(50%, 0, 0);
		width: 200px;
		z-index: 100;
    font-size: 16px;
	}

	.footer-email a {
		font-size: 20px;
	}

	.form-group-message .tooltip.bottom .tooltip-inner,
	label + .tooltip.bottom .tooltip-inner {
    width: 100%;
	}

	.review-image {
		padding: 0 12px;
	}

	.review-text {
		font-size: 14px;
	}

	.list-carousel .owl-prev,
	.list-carousel .owl-next {
		font-size: 30px;
	}

	.team-member-name {
		font-size: 18px;
	}

	.footer-content {
		padding: 15px 0;
	}

	.section-achievements {
		padding: 30px 0;
	}

	.section-achievements .section-part-header {
		margin-bottom: 30px;
	}

	.section-achievements .fa {
		display: block;
		margin-bottom: 10px;
	}

	.achievement-block {
		padding-left: 0;
	}

	.nav-footer li {
		display: block;
		line-height: 2;
	}

	.footer-email {
		margin-top: 10px;
	}

	.tariff-express.col-border-left {
		border-left: none;
		padding-top: 20px;
		border-top: 1px solid #a0a0a0;
	}

	.review-image img {
		width: 75px !important;
	}

	.page-offer .table-bank-details {
		width: 100%;
	}

  .process-steps {
    padding: 40px 15px 40px 55px;
  }

  .process-steps .row > div + div {
    margin-top: 0;
  }

  .process-steps .process-cell {
		height: 200px;
    display:flex;
    justify-content: center;
    /*align-items: center;*/
    flex-direction: column;
    text-align: left;
	}

  .process-steps .process-cell.process-cell-icon-shovel,
  .process-steps .process-cell.process-cell-icon-hammer,
  .process-steps .process-cell.process-cell-icon-tools {
    height: 140px;
  }

  .process-steps .process-cell-step-first p {
    /*margin-bottom: 0;*/
  }

  .process-steps .process-cell-step-first .process-modal-trigger {
    position: static;
    display: block;
    text-align: center;
  }

  .process-steps .process-cell-icon.process-cell-we:after {
    border: none;
    width: 35px;
    height: 45px;
    top: 75px;
  }

  .process-steps .process-cell-icon.process-cell-you:after {
    content: "\e805";
    position: absolute;
    top: 75px;
    left: -23px;
    display: block;
    background-color: #f0eeee;
    border: none;
    width: 35px;
    height: 45px;
    z-index: 1;
    font-family: "fontello";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-size: 38px;
    font-weight: normal;
    text-align: center;
    line-height: 45px;
  }

  .process-steps .process-cell-icon-tools.process-cell-icon:after {
    content: "\f0f6";
    position: absolute;
    bottom: -40px;
    right: auto;
    left: -40px;
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #da491c;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1;
    font-family: "fontello";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-size: 30px;
    text-align: center;
    line-height: 78px;
  }

  .process-steps .process-cell-icon-angellist.process-cell-icon:before {
    content: "\e803";
    position: absolute;
    top: 80px;
    left: -18px;
    display: block;
    background-color: #f0eeee;
    border: none;
    width: 35px;
    height: 45px;
    z-index: 1;
    font-family: "fontello";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-size: 38px;
    font-weight: normal;
    text-align: center;
    line-height: 45px;
  }

  .process-steps .process-cell-icon-angellist.process-cell-icon:after {
    content: "\e804";
    position: absolute;
    left: -40px;
    bottom: -40px;
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #da491c;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1;
    font-family: "fontello";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-size: 30px;
    text-align: center;
    line-height: 78px;
  }

  .to-top {
    width: 40px;
    height: 40px;
    background-size: 20px;
  }

}

@media only screen
and (min-width: 768px)
and (max-width: 1024px) {

	body {
		padding-top: 80px;
	}

	.tablet-show {
		display: block !important;
	}

	.navbar-inverse .navbar-brand {
		font-size: 26px;
	}

	.review-text {
		font-size: 16px;
	}

	.section-achievements {
		padding: 50px 0;
	}

	.footer-content {
		padding: 20px 0;
	}

	.footer-email a {
		font-size: 30px;
	}

  .button-share {
    display: none !important;
  }

}

@media only screen
and (min-width: 768px)
and (max-width: 1024px)
and (orientation: portrait) {
  .process-steps {
    padding: 40px 15px 40px 55px;
  }

  .process-steps .row > div + div {
    margin-top: 0;
  }

  .process-steps .process-cell {
		height: 200px;
    display:flex;
    justify-content: center;
    /*align-items: center;*/
    flex-direction: column;
    text-align: left;
	}

  .process-steps .process-cell.process-cell-icon-shovel,
  .process-steps .process-cell.process-cell-icon-hammer,
  .process-steps .process-cell.process-cell-icon-tools {
    height: 140px;
  }

  .process-steps .process-cell-step-first p {
    /*margin-bottom: 0;*/
  }

  .process-steps .process-cell-step-first .process-modal-trigger {
    position: static;
    display: block;
    text-align: center;
  }

  .process-steps .process-cell-icon.process-cell-we:after {
    border: none;
    width: 35px;
    height: 45px;
    top: 75px;
  }

  .process-steps .process-cell-icon.process-cell-you:after {
    content: "\e805";
    position: absolute;
    top: 75px;
    left: -23px;
    display: block;
    background-color: #f0eeee;
    border: none;
    width: 35px;
    height: 45px;
    z-index: 1;
    font-family: "fontello";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-size: 38px;
    font-weight: normal;
    text-align: center;
    line-height: 45px;
  }

  .process-steps .process-cell-icon-tools.process-cell-icon:after {
    content: "\f0f6";
    position: absolute;
    bottom: -40px;
    right: auto;
    left: -40px;
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #da491c;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1;
    font-family: "fontello";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-size: 30px;
    text-align: center;
    line-height: 78px;
  }

  .process-steps .process-cell-icon-angellist.process-cell-icon:before {
    content: "\e803";
    position: absolute;
    top: 80px;
    left: -18px;
    display: block;
    background-color: #f0eeee;
    border: none;
    width: 35px;
    height: 45px;
    z-index: 1;
    font-family: "fontello";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-size: 38px;
    font-weight: normal;
    text-align: center;
    line-height: 45px;
  }

  .process-steps .process-cell-icon-angellist.process-cell-icon:after {
    content: "\e804";
    position: absolute;
    left: -40px;
    bottom: -40px;
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #da491c;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1;
    font-family: "fontello";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-size: 30px;
    text-align: center;
    line-height: 78px;
  }
}

@media only screen
and (min-width: 768px)
and (max-width: 1024px)
and (orientation: landscape) {

	.desktop-only {
		display: block !important;
	}

  .mobile-only,
  .tablet-only {
		display: none !important;
	}

	.footer-brand a {
		font-size: 26px;
	}

}
