@import url(reset.css);
@import url(grid.css);

/*@font-face {
	font-family: 'HelveticaNeueCyr-Light';
	src: url('../fonts/HelveticaNeueCyr-Light.eot');
	src: local('☺'), url('../fonts/HelveticaNeueCyr-Light.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Light.ttf') format('truetype'), url('../fonts/HelveticaNeueCyr-Light.svg') format('svg'),  url('../fonts/HelveticaNeueCyr-Light.otf') format('otf');
	font-weight: normal;
	font-style: normal;
}*/
/*@font-face {
	font-family: 'Conv_HelveticaNeueCyr-Medium';
	src: url('../fonts/HelveticaNeueCyr-Medium.eot');
	src: local('☺'), url('../fonts/HelveticaNeueCyr-Medium.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Medium.ttf') format('truetype'), url('../fonts/HelveticaNeueCyr-Medium.svg') format('svg'), url('../fonts/HelveticaNeueCyr-Medium.otf') format('otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_HelveticaNeueCyr-Bold';
	src: url('../fonts/HelveticaNeueCyr-Bold.eot');
	src: local('☺'), url('../fonts/HelveticaNeueCyr-Bold.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Bold.ttf') format('truetype'), url('../fonts/HelveticaNeueCyr-Bold.svg') format('svg'),  url('../fonts/HelveticaNeueCyr-Bold.otf') format('otf');
	font-weight: normal;
	font-style: normal;
}*/
* {
    /*font-family: 'Conv_HelveticaNeueCyr-Medium';*/
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
}

section {
    padding: 0 35px;
    margin-bottom: 20px;
}

h1 {
    /*font-family: 'Conv_HelveticaNeueCyr-Bold';	*/
    /*font-weight: bold;*/
    font-size: 22px;
    line-height: 24px;
}

h2 {
    font-size: 18px;
    line-height: 20px;
}

h3 {
    font-size: 15px;
    line-height: 18px;
}

h4 {
    font-size: 14px;
    line-height: 16px;
}

h5 {
    font-size: 12px;
    line-height: 14px;
}

h6 {
    font-size: 10px;
    line-height: 12px;
}

p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 20px;
}

p:last-of-type {
    margin-bottom: 0;
}

.menu-link {
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    color: #1872b8;
}

.menu-link:hover {
    color: #1872b8;
    text-decoration: none;
}

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.button-center {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.blue-button {
    font-size: 14px;
    line-height: 16px;
    padding: 9px 15px;
    background: #24a1c3;
    border-radius: 3px;
    border: 1px solid #24a1c3;
    border-bottom: 2px solid #1c7c96;
    color: #fff;
}

.white-button {
    font-size: 13px;
    padding: 9px 15px;
    border-radius: 3px;
    border: 1px solid #bfbfbf;
    background: #fff;
}

.overloaded input[type="text"] {
    font-size: 13px;
    height: 30px;
    margin: 0 10px 0 10px;
    border: 1px solid #bfbfbf;
    padding: 5px;
}

.img-checkbox {
    display: none;
}

.img-checkbox + label {
    cursor: pointer;
    padding-left: 0;
    position: relative;
    margin-left: 25px;
}

.img-checkbox + label::before {
    content: "";
    display: block;
    position: absolute;
    height: 22px;
    width: 24px;
    margin: 0 5px 0 0;
    background: url(../images/unchecked.png) center center no-repeat;
    top: -5px;
    left: -22px;
}

.img-checkbox:checked + label::before {
    background: url(../images/checked.png) center center no-repeat;
}

.wrapper {
    min-width: 1000px;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 0;
}

.layout-footer {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
}
.header-container {
    border-bottom: 1px solid #e4f1fa;
}

header {
    padding: 20px 20px 20px 20px;
    background: #479fc0;
}

.logo {
    margin-bottom: 5px;
}

.logo h1 a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    line-height: 24px;
}

.navigation {

}

.navigation li {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 4px 4px 0 0;
    background: #e4f1fa;
}

.navigation li.active {
    background: #fff;
}

.navigation li:not(.active) {
    -webkit-box-shadow: inset -1px -29px 10px -30px rgba(4, 120, 252, 1);
    -moz-box-shadow: inset -1px -29px 10px -30px rgba(4, 120, 252, 1);
    box-shadow: inset -1px -29px 10px -30px rgba(4, 120, 252, 1);
}

nav.navigation-container .navigation li a {
    text-decoration: none;
    background: transparent;
    padding: 0;
    color: #186999;
    font-size: 13px;
}

nav.navigation-container .navigation li a:hover, nav.navigation-container .navigation li a:focus {
    text-decoration: none;
    background: transparent;
}

.content-container {
    max-width: 1280px;
    margin: 0 auto;
    /*padding: 0 20px;*/
}

.underheader-links {
    background: #fff;
    /*padding: 0 20px;*/
}

.links {
    padding: 0 20px;
}

.links li {
    display: inline-block;
    padding: 10px 15px;
}

.menu-title {
    color: #186999;
    text-decoration: underline;
    font-size: 14px;
}

.heading-container {
    margin-bottom: 0;
}

.heading {
    padding: 20px 0
}

.heading h2 {
    display: inline-block;
    /*margin-top: 20px;*/
}

.heading a {
    display: inline-block;
    /*margin-top: 20px;*/
}

.whatis {
    position: relative;
    border-radius: 10px;
    background: #479fc0;
}

#whatis-content:before {
    position: absolute;
    content: "";
    border: 10px solid transparent;
    border-bottom: 10px solid #479fc0;
    top: -20px;
    right: 40px;
}

#whatis-content {
    position: relative;
    display: none;
    margin-bottom: 20px;
    -webkit-transition: max-height ease-in-out 0.5s;
    -o-transition: max-height ease-in-out 0.5s;
    transition: max-height ease-in-out 0.5s;
}

.whatis p {
    color: #fff;
}

#whatis-close {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/close.png) center center no-repeat;
    top: 5px;
    right: 5px;
}

.settings {
    background: #f2f2f2;
    border-radius: 10px;
}

.settings h3 {
    margin-bottom: 10px;
}

.recency {

}

.recency ol {
    padding-left: 10px;
    color: #818181;
}

.recency ol li {
    line-height: 40px;
    font-size: 10px;
}

.recency .ui-state-default.ui-selectmenu-button {
    display: inline-block;
    width: 30% !important;
    height: 30px;
    margin-bottom: -8px;
    background: #f2f2f2;
}

.ui-selectmenu-menu .ui-menu li {
    font-size: 14px;
}

span.ui-selectmenu-button span.ui-selectmenu-text {
    padding: 5px 10px;
    font-size: 14px;
}

.ui-selectmenu-menu .ui-menu li.ui-menu-item.ui-state-focus {
    font-size: 14px;
    background: #f2f2f2;
}

span.ui-selectmenu-button .ui-icon.ui-icon-triangle-1-s {
    background: url(../images/select-arr.png) center center no-repeat;
}

li .slider-range {
    width: 60%;
    height: 5px;
    border: 0;
    border-radius: 0;
    background: #d9d9d9;
    display: inline-block;
    float: none;
    margin-bottom: 5px;
    margin-left: 10px;
}

li .slider-range .ui-slider-range {
    background: #8dc3d1;
}

li .slider-range .ui-slider-handle {
    top: -2px;
    width: 10px;
    border: 0;
    line-height: 14px;
    font-size: 12px;
    height: 34px;
    margin-top: -12px;
    text-align: center;
}

li .slider-range .ui-slider-handle:first-of-type {
    background: url(../images/slid-left.png) center bottom no-repeat;
    margin-left: -9px;
    padding-left: 4px;
}

li .slider-range .ui-slider-handle:last-of-type {
    background: url(../images/slid-right.png) center bottom no-repeat;
    margin-left: -1px;
}

.frequency li {
    list-style: none;
    line-height: 40px;
    font-size: 14px;
}

.frequency input[type="number"] {
    width: 20%;
    height: 30px;
    margin: 0 10px 0 10px;
    font-size: 18px;
    border: 1px solid #bfbfbf;
    padding: 0px;
    -moz-appearance: textfield;
}

.frequency input[type=number]::-webkit-inner-spin-button,
.frequency input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.monetary li:nth-of-type(3) {
}

.monetary li {
    list-style: none;
    line-height: 40px;
    font-size: 14px;
}

.monetary input[type="number"] {
    width: 20%;
    height: 30px;
    margin: 0 10px 0 10px;
    border: 1px solid #bfbfbf;
    font-size: 18px;
    padding: 0px;
    -moz-appearance: textfield;
}

.monetary input[type=number]::-webkit-inner-spin-button,
.monetary input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.monetary a {
    color: #000;
}

.monetary input[type="checkbox"] {
    margin-left: 10px;
    display: none;
}

.monetary input[type="checkbox"]:checked {

}

.monetary label {
    margin-left: 5px;
}

.popup-help {
    display: inline-block;
    position: relative;
    text-decoration: underline;
    cursor: pointer;
    /*font-family: 'Conv_HelveticaNeueCyr-Bold';*/
}

.popup-content {
    display: none;
    border-radius: 10px;
    padding: 20px;
    position: absolute;
    width: 450px;
    left: -215px;
    top: 25px;
    background: #fff;
    z-index: 2;
    -webkit-box-shadow: 0px 5px 20px 5px rgba(175, 175, 175, 1);
    -moz-box-shadow: 0px 5px 20px 5px rgba(175, 175, 175, 1);
    box-shadow: 0px 5px 20px 5px rgba(175, 175, 175, 1);
}

.popup-content p {
    font-weight: normal;
}

.popup-content:before {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    left: 49%;
    top: -20px;

}

.color-table-container {

}

.color-table {
    border-radius: 10px;
    background: #f8f8f8;
}

.color-table h3 {
    margin-bottom: 20px;
}

#color-table {
    width: 100%;
    text-align: center;
    border-collapse: separate;
    border-radius: 10px;
    border: 0;
}

#color-table th:first-of-type {
    width: 10%;
    border-top-left-radius: 10px;
}

#color-table th:last-of-type {
    border-top-right-radius: 10px;
}

#color-table th {
    width: 30%;
    background: #ebebeb;
    padding: 20px 0

}

#color-table td.selected, #abc-color-table td.selected {
    border: 10px solid #fff;
}

#color-table td.selected span {
    font-weight: bold;
}

#color-table tbody td {
}

#color-table tbody td:first-of-type {
    background: #ebebeb;
    padding: 60px 20px;
    text-align: left;
}

#color-table tbody tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 10px;
}

#color-table tbody td span {
    display: block;
    font-size: 40px;
}

#color-table tbody td p {
    font-size: 15px;
}

.color-table-item {
    text-align: center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.color-table-item span {
    /*font-family: 'Conv_HelveticaNeueCyr-Bold';*/
}

#novices {
    background: #e0efdf;
    /*border: 10px solid #fff;*/
}

#candidates {
    background: #faf8dc;
}

#onetime {
    background: #f8ddd7;
}

#activies {
    background: #badfb7;
}

#perspectives {
    background: #fcf7b0;
}

#riscoflosing {
    background: #f5b2a4;
}

#goldies {
    background: #a1d49d;
}

#emphasis {
    background: #fdf693;
}

#dontletgoout {
    background: #f49682;
}

#dontletgoout span, #dontletgoout p {
    opacity: 0.4;
}

.color-table-description h2 {
    font-size: 20px;
    margin: 40px 0 20px 0;
}

.color-table-description input, .color-table-description button {
    margin: 0 10px 20px 0;
}

.color-table-description input[type="text"] {
    width: 60%;
    margin: 0;
}

.client-table-container table {
    width: 100%;
    font-size: 14px;
}

.client-table-container table thead {
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
}

.client-table-container table th {
    font-size: 13px;
    padding: 10px 0;
}

.client-table-container table th:first-of-type {
    width: 30%;
    padding-left: 25px;
}

.client-table-container table th:nth-of-type(2) {
    width: 30%;
}

.client-table-container table th:nth-of-type(3) {
    width: 20%;
}

.client-table-container table th:nth-of-type(4) {
    width: 10%;
}

.client-table-container table th:nth-of-type(5) {
    width: 10%;
}

.client-table-container table tbody td {
    font-size: 16px;
    padding: 10px 0;
}

.client-table-container table tbody td:first-of-type {
    padding-left: 25px;
}

.client-table-container table tbody tr:hover {
    background: #f2f2f2;
}

.load-clients {
    font-size: 13px;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #bfbfbf;
    background: #fff;
}

.date-container {

}

.date {
    background: #f2f2f2;
    border-radius: 10px;
    padding: 20px;
}


.date h3 {
    display: inline-block;
}

#ui-datepicker-div {
    width: 12em;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 0px 5px 20px 5px rgba(175, 175, 175, 1);
    -moz-box-shadow: 0px 5px 20px 5px rgba(175, 175, 175, 1);
    box-shadow: 0px 5px 20px 5px rgba(175, 175, 175, 1);
}

#ui-datepicker-div .ui-datepicker-header {
    background: #e5e5e5;
    border-radius: 0;
    border: 0;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-year, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-month {

}

#ui-datepicker-div .ui-state-default {
    background: #f2f2f2;
    border: 0;
}

.buyers-container {

}

.buyers {
}

.buyers .cute-9 {
    border: 1px solid #f2f2f2;
    border-radius: 10px;
}

.buyers-table {
    width: 100%;
    position: relative;
}

.buyers-table th {
    text-align: right;
    padding-right: 20px;
}

.buyers-table th:first-of-type {
    width: 16%;
}

.buyers-table th:not(:first-of-type) {
    width: 28%;
}

.buyers-table tbody tr:not(:first-of-type) td:not(:first-of-type) {
    position: relative;
}

.buyers-table tbody tr:not(:first-of-type) td:not(:first-of-type):after {
    position: absolute;
    bottom: 20px;
    right: 0;
    content: "";
    display: inline-block;
    height: 30px;
    width: 20px;
}

.buyers-table tr:first-of-type td {
    padding-right: 20px;
}

.buyers-table tr:not(:first-of-type) td:nth-of-type(2):after {
    background: url(../images/rubl-bl.png) bottom center no-repeat;
}

.buyers-table tr:not(:first-of-type) td:nth-of-type(3):after {
    background: url(../images/rubl-gr.png) bottom center no-repeat;
}

.buyers-table tr:not(:first-of-type) td:nth-of-type(4):after {
    background: url(../images/rubl-blu.png) bottom center no-repeat;
}

.buyers-table td {
    padding: 15px 0;
}

.buyers-table td:nth-of-type(2) {
    color: #191919;
}

.buyers-table td:nth-of-type(3) {
    color: #a8d8a4;
}

.buyers-table td:nth-of-type(4) {
    color: #479fc0;
}

.buyers-table td:not(:first-of-type) {
    /*font-family: 'Conv_HelveticaNeueCyr-Bold';*/
    font-size: 30px;
    text-align: right;
    padding-right: 20px;
}

.buyers .cute-3 {
    padding: 0 0 0 20px;
}

.buyers-clv {
    padding: 20px;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
}

.buyers-clv a {
    display: block;
    color: #000;
}

.buyers-clv-val {
    display: inline-block;
    /*font-family: 'Conv_HelveticaNeueCyr-Bold';*/
    font-size: 40px;
    margin-top: 10px;
}

.buyers-clv-val:after {
    content: "";
    display: inline-block;
    background: url(../images/rubl-bl.png) bottom center no-repeat;
    height: 30px;
    width: 10px;
    margin-left: -5px;
}

.buyers-average-check {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
}

.buyers-average-check div.null {
    left: 0 !important;
}

.buyers-average-check div.null > span {
    top: 6px !important;
}

.bar-dataLabel {
    color: #333;
    font-weight: bold;
    font-size: 13px;
    top: 2px;
}

.bar-dataLabel:after {
    display: inline-block;
    background: url(../images/rubl-bl.png) bottom center no-repeat;
    content: "";
    margin-left: 3px;
    width: 10px;
    height: 13px;
    margin-bottom: 0px;
}

.diagramm {
    border-radius: 10px;
    border: 1px solid #f2f2f2;
}

.diagramm h3 {
    display: inline-block;
}

.form-block {
    display: inline-block;
    margin-left: 20px;
}

#sales-radio .ui-button-text {
    font-size: 14px;
}

#sales-radio label.ui-state-default {
    background: #fff;
    border-color: #bfbfbf;
}

#sales-radio label.ui-state-default span {
    color: #4c4c4c
}

#sales-radio label.ui-state-active {
    background: #e5e5e5;
    border-color: #acacac;
}

#sales-radio label.ui-state-active span {
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
}

#sales-chart .highcharts-legend-item span {
    font-family: Helvetica, Arial, sans-serif !important;
}

#sales-chart .highcharts-legend-item:first-of-type span {
    color: #7cc576 !important;
}

#sales-chart .highcharts-legend-item:last-of-type span {
    color: #479fc0 !important;
}

.sales-chart-tooltip {
    padding: 5px;
    position: relative;
}

.sales-chart-tooltip:after {
    position: absolute;

}

.sales-chart-tooltip-rub {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.sales-chart-tooltip-rub:after {
    display: inline-block;
    background: url(../images/rubl-wh1.png) bottom center no-repeat;
    content: "";
    margin-left: 3px;
    width: 10px;
    height: 13px;
}

#sales-chart-tooltip-after {
    position: absolute;
    content: "";
    border: 10px solid transparent;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
}

.analys-target {

}

.analys-target .ui-selectmenu-button {
    background: #f2f2f2;
}

.analys-target .blue-button {
    float: right;
}

.turnover-select {
    max-width: 100px;
}

.analys-target .ui-state-default.ui-selectmenu-button {
    width: 14% !important;
    margin-left: 1%;
}

.analys-target .ui-state-default.ui-selectmenu-button:first-of-type {
    margin-left: 0;
}

#analys-ranges {
    width: 51%;
    display: inline-block;
    margin-left: 3%;
    margin-right: 1%;
    margin-bottom: 12px;
    height: 6px;
    border: 0;
}

#analys-ranges:before {
    content: "%";
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    left: -20px;
    top: -3px;
}

#analys-ranges .ui-slider-handle {
    background: url(../images/color-range.png) bottom center no-repeat;
    border: 0;
    top: 6px;
}

.analys-target .blue-button {
    vertical-align: top;
}

#left-range-value, #center-range-value, #right-range-value {
    font-size: 13px;
    top: -15px;
}

#left-range-value {
    position: absolute;
    left: 46%;
}

#center-range-value {
    position: absolute;
    left: 46%;
}

#right-range-value {
    position: absolute;
    left: 46%;
}

#abc-color-table {
    width: 100%;
    text-align: center;
    border-collapse: separate;
    border: 0;
}

#abc-color-table .color-table-item.selected .abc-color-table-count {
    font-weight: bold;
}

#abc-color-table .color-table-item {
    vertical-align: middle;
}

#abc-color-table td {
    padding: 50px 0;
    font-size: 40px;
}

#abc-color-table td:last-of-type {
    padding: 0;
}

#abc-color-table td span {
    /*display: block;*/
}

.abc-color-table-left {
    width: 14%;
    background: #ebebeb;
}

#abc-color-table tr:first-of-type .abc-color-table-left {
    border-top-left-radius: 10px;
}

#abc-color-table tr:last-of-type .abc-color-table-left {
    border-bottom-left-radius: 10px;
}

.abc-color-table-percent {
    font-size: 13px;
    display: block;
    margin-top: 5px;
}

.abc-color-table-count {
    display: block;
}

.abc-color-table-summ {
    font-size: 13px;
    position: relative;
    display: block;
    margin-top: 5px;
    /*padding-right: 15px;*/

}

.abc-color-table-summ:after {
    /*position: absolute;*/
    /*bottom: 20px;*/
    /*right: 0;*/
    content: "";
    display: inline-block;
    height: 13px;
    width: 10px;
    background: url(../images/rubl-bl.png) bottom center no-repeat;
    margin-left: 5px;
}

.abc-color-table-a {
    background: #badfb7;
}

.abc-color-table-b {
    background: #fcf7b0;
}

.abc-color-table-c {
    background: #f49682;
}

.color-table.abc input[type="text"] {
    width: 25%;
}

.color-table.abc .blue-button {
    display: block;
}

/*LANDING PAGE STYLES*/

/* font-family: "PTSansRegular"; */
@font-face {
    font-family: "PTSansRegular";
    src: url("../fonts/PTSansRegular/PTSansRegular.eot");
    src: url("../fonts/PTSansRegular/PTSansRegular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/PTSansRegular/PTSansRegular.woff") format("woff"),
    url("../fonts/PTSansRegular/PTSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "PTSansItalic"; */
@font-face {
    font-family: "PTSansItalic";
    src: url("../fonts/PTSansItalic/PTSansItalic.eot");
    src: url("../fonts/PTSansItalic/PTSansItalic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/PTSansItalic/PTSansItalic.woff") format("woff"),
    url("../fonts/PTSansItalic/PTSansItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "PTSansBold"; */
@font-face {
    font-family: "PTSansBold";
    src: url("../fonts/PTSansBold/PTSansBold.eot");
    src: url("../fonts/PTSansBold/PTSansBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/PTSansBold/PTSansBold.woff") format("woff"),
    url("../fonts/PTSansBold/PTSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

html, body {
    height: 100%;
}

.landing h1 {
    font-size: 35px;
    line-height: 40px;
}

.landing h2 {
    font-size: 30px;
    line-height: 34px;
}

.landing h3 {
    font-size: 24px;
    line-height: 28px;
}

.landing p {
    font-size: 14px;
}

.try-free {
    display: inline-block;
    padding: 20px 25px;
    text-transform: uppercase;
    font-size: 17px;
    color: #fff;
    background: url(../images/button-bg.png) center center;
    background-repeat: repeat-x;
    -webkit-background-size: contain;
    background-size: contain;
    font-family: "PTSansBold";
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    border: 1px solid #157896;
}

.try-free:hover {
    color: #fff;
    text-decoration: none;
}

.landing.wrapper {
    min-width: 1000px;
    margin: 0 auto;
}

.landing.wrapper section {
    padding: 0 20px;
}

.wrapper-inner {
    background: url(../images/landing-bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.content {
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.landing header {
    background: transparent;
    color: #fff;
}

.header-logo {
    display: inline-block;
    width: 239px;
    height: 23px;
    background: url(../images/landing-logo.png);
}

.header-logo-caption {
    display: inline-block;
    font-family: "PTSansRegular";
    margin-left: 10px;
    font-size: 11px;
    text-transform: uppercase;
}

.phone-container {
    display: inline-block;
    font-family: "PTSansRegular";
}

.phone-container span {
    font-size: 12px;
    display: block;
}

.phone-container .phone {
    font-size: 24px;
    display: block;
}

.log-in {
    display: inline-block;
    position: relative;
    font-family: "PTSansRegular";
    color: #fff;
    border: 1px solid #fff;
    border-right: 0;
    border-radius: 3px;
    padding: 10px 10px 10px 15px;
    margin-left: 100px;
    margin-top: -2px;
    vertical-align: top;
    /*float: right;*/
}

.log-in:hover {
    color: #fff;
    text-decoration: none;
}

.log-in:after {
    content: "";
    position: absolute;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-radius: 3px;
    width: 28px;
    height: 28px;
    top: 4px;
    right: -12px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

section.row.services {
    padding-bottom: 20px;
}

.screeshots-container {
    padding-right: 10px;
}

.services-description {
    padding-left: 10px;
}

.screenshots {
    min-height: 500px;
    max-height: 520px;
    background: url(../images/screenshots.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.services-description {
    color: #fff;
}

.services-description h1 {
    font-family: "PTSansBold";
    padding-top: 20px;
}

.services-description h3 {
    font-family: "PTSansBold";
    font-size: 24px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.services-description p {
    font-family: "PTSansItalic";
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
}

.services-description ul {
    list-style: none;
}

.services-description li {
    margin-top: 10px;
    font-size: 14px;
    font-family: "PTSansRegular";
}

.services-clv {
    padding-bottom: 3px;
    border-bottom: 1px dashed #fff;
    color: #fff;
    text-decoration: none;
}

.services-clv:hover {
    color: #fff;
    text-decoration: none;
}

.services-description .try-free {
    margin-top: 30px;
}

.about {
    color: #fff;
    width: 65%;
    margin: 0 auto 20px auto;
}

.about h2 {
    font-family: "PTSansRegular";
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
}

.about-table {
    width: 100%;
}

.about-table td {
    width: 50%;
    position: relative;
    font-size: 14px;
    margin-top: 20px;
    min-height: 50px;
    padding-top: 10px;
}

.about-table p {
    font-family: "PTSansRegular";
    font-size: 14px;
    min-height: 50px;
    margin: 10px 15px 10px 10px;
    padding-left: 50px;
}

.about-table p:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 50px;
    height: 50px;
}

.segmentation p:before {
    background: url(../images/segmentation.png) center center no-repeat;
}

.integration p:before {
    background: url(../images/integration.png) center center no-repeat;
}

.monitoring p:before {
    background: url(../images/monitoring.png) center center no-repeat;
}

.excel p:before {
    background: url(../images/excel.png) center center no-repeat;
}

.analys p:before {
    background: url(../images/analys.png) center center no-repeat;
}

.knowledge p:before {
    background: url(../images/knowledge.png) center center no-repeat;
}

#hfooter {
    height: 500px;
    margin-bottom: -500px;
}

.footer-container {
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

footer {
    max-width: 1000px;
    width: 65%;
    margin: 0 auto;
    padding: 50px 0 30px 0;
    text-align: center;
}

footer h3 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: "PTSansBold";
    font-size: 24px;
    color: #5587bf;
}

footer .footer-quote {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    font-family: "PTSansItalic";
    font-size: 18px;
}

.betters {
    margin-top: 20px;
}

.betters .cute-3 {
    padding-top: 100px;
    padding-bottom: 0;
}

.betters .cute-3 span {
    font-family: "PTSansBold";
    font-size: 18px;
}

.sale-rise {
    background: url(../images/sale-rise.png) top center no-repeat;
}

.money-rise {
    background: url(../images/money-rise.png) center 7px no-repeat;
}

.loyality-rise {
    background: url(../images/loyality-rise.png) top center no-repeat;
}

.spending-decrease {
    background: url(../images/spending-decrease.png) center 7px no-repeat;
}

footer .try-free {
    border-top: 1px solid #b5b5b5;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #c9c9c9;
    border-left: 1px solid #b5b5b5;
}

#rfm00 {
    background: #e0efdf;
    /*border: 10px solid #fff;*/
}

#rfm01 {
    background: #faf8dc;
}

#rfm02 {
    background: #f8ddd7;
}

#rfm10 {
    background: #badfb7;
}

#rfm11 {
    background: #fcf7b0;
}

#rfm12 {
    background: #f5b2a4;
}

#rfm20 {
    background: #a1d49d;
}

#rfm21 {
    background: #fdf693;
}

#rfm22 {
    background: #f49682;
}

.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.menu-badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /*background-color: #777;*/
    border-radius: 10px;
}
