* {
    margin: 0; padding: 0;
}

html, body {
    min-width: 1260px;
}

body,
button,
input,
textarea,
select {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000;
}

ul {
    list-style-position: outside;
}

.clear {
    clear: both;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

.hidden {
    display: none !important;
}

img {
    border: none;
}

sup {
    vertical-align: top;
}

a {
    color: #818181;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

strong, b {
    font-weight: 500;
}

.input-1 {
    position: relative;
    height: 24px;
    padding: 8px 10px;
    border-bottom: 1px solid #ccc;
}

.input-1.error {
    border-color: #f00 !important;
}

.input-1 input {
    display: block;
    width: 100%;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #6a6a6a;
    border: none;
    outline: none;
    background: none;
}

.input-1 input::-webkit-input-placeholder {
    color: #ccc;
}

.input-1 input:-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

.input-1 input::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

.input-1 input:-ms-input-placeholder {
    color: #ccc;
}

.input-2 {
    position: relative;
    height: 24px;
    padding: 6px 15px 7px;
    background: #fff;
    border: 1px solid #fff;
}

.input-2.error {
    border-color: #f00 !important;
}

.input-2 input {
    display: block;
    width: 100%;
    height: 24px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    color: #444;
    border: none;
    outline: none;
    background: none;
}

.input-2 input::-webkit-input-placeholder {
    color: #444;
}

.input-2 input:-moz-placeholder {
    color: #444;
    opacity: 1;
}

.input-2 input::-moz-placeholder {
    color: #444;
    opacity: 1;
}

.input-2 input:-ms-input-placeholder {
    color: #444;
}

.input-3 {
    position: relative;
    height: 24px;
    padding: 6px 12px 5px;
    background: rgba(255, 255, 255, 0.73);
    border: 1px solid rgba(255, 255, 255, 0.73);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.input-3.error {
    border-color: #f00 !important;
}

.input-3 input {
    display: block;
    width: 100%;
    height: 24px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    color: #444;
    border: none;
    outline: none;
    background: none;
}

.input-3 input::-webkit-input-placeholder {
    color: #444;
}

.input-3 input:-moz-placeholder {
    color: #444;
    opacity: 1;
}

.input-3 input::-moz-placeholder {
    color: #444;
    opacity: 1;
}

.input-3 input:-ms-input-placeholder {
    color: #444;
}

.textarea-1 {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.textarea-1.error {
    border-color: #f00 !important;
}

.textarea-1 textarea {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 300;
    color: #6a6a6a;
    resize: vertical;
    border: none;
    outline: none;
    background: none;
}

.textarea-1 textarea::-webkit-input-placeholder {
    color: #ccc;
}

.textarea-1 textarea:-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

.textarea-1 textarea::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

.textarea-1 textarea:-ms-input-placeholder {
    color: #ccc;
}

.select-1 {
    position: relative;
    height: 24px;
    padding: 8px 6px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.select-1.error {
    border-color: #f00 !important;
}

.select-1 select {
    display: block;
    width: 100%;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    border: none;
    outline: none;
    background: none;
}

.select-2 {
    position: relative;
    height: 24px;
    overflow: hidden;
}

.select-2 select {
    display: block;
    width: 100%;
    height: 24px;
    padding-right: 14px;
    font-size: 12px;
    line-height: 24px;
    border: none;
    outline: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('images/select-2.png') right center no-repeat;
}

.select-2 select::-ms-expand {
    display: none;
}

.select-3.jq-selectbox {
    height: 30px;
    font-size: 24px;
    line-height: 30px;
    color: #737b85;
    border: 1px solid rgba(120, 130, 144, 0.4);
    border-radius: 2px;
    cursor: default;
}

.select-3.jq-selectbox.disabled {
    border-color: transparent;
}

.select-3.jq-selectbox .jq-selectbox__trigger {
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -3px;
    border: 6px solid transparent;
    border-top: 6px solid #788290;
}

.select-3.jq-selectbox.disabled .jq-selectbox__trigger {
    display: none;
}

.select-3.jq-selectbox .jq-selectbox__dropdown {
    width: 100%;
    margin-top: 2px;
}

.select-3.jq-selectbox .jq-selectbox__dropdown ul {
    background: #fff;
    border: 1px solid rgba(120, 130, 144, 0.4);
    border-radius: 4px;
}

.select-3.jq-selectbox .jq-selectbox__dropdown li.sel {
    background: rgba(232, 235, 239, 0.7);
}

.select-3.jq-selectbox .jq-selectbox__dropdown li:hover {
    background: rgba(232, 235, 239, 0.5);
}

.modals {
    display: none;
}

.modal .fancybox-skin {
    padding: 0 !important;
}

.modal .fancybox-close {
    right: 25px;
    top: 12px;
    width: auto;
    height: auto;
    background: none;
    text-decoration: none;
}

.modal .fancybox-close:before {
    content: '×';
}

.main-wrapper {
    position: relative;
    overflow: hidden;
}

.inner-wrapper {
    position: relative;
    z-index: 1;
    width: 1260px;
    margin: 0 auto;
    padding-top: 1px;
}

.inner-wrapper.half-width {
    width: 630px;
    margin: 0;
}

.button-1 {
    display: block;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    background: #ff0066;
    border: 1px solid #ff0066;
    -webkit-appearance: none;
    cursor: pointer;
}

.button-2 {
    display: block;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    background: none;
    border: 1px solid #fff;
    -webkit-appearance: none;
    cursor: pointer;
}

.button-3 {
    display: block;
    color: #818181 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    border: 1px dotted #b0b0b0;
    border-radius: 3px;
    -webkit-appearance: none;
    cursor: pointer;
}

.button-4 {
    display: block;
    color: #ff0066 !important;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    border: 1px solid #ff0066;
    -webkit-appearance: none;
    cursor: pointer;
}

.button-5 {
    display: block;
    color: #fff !important;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    background: #3cd4cb;
    -webkit-appearance: none;
    cursor: pointer;
}

.button-6 {
    display: block;
    color: #00aebc !important;
    text-align: center;
    text-decoration: none !important;
    background: #fff;
    border: 1px solid #fff;
    -webkit-appearance: none;
    cursor: pointer;
}

.button-3 span {
    display: block;
}

.bx-wrapper {
    margin: 0 auto !important;
}

.bx-viewport {
    left: 0 !important;
    border: none !important;
    background: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.bx-controls-direction a {
    z-index: 2 !important;
}

.bx-pager {
    position: relative;
    z-index: 1;
    padding-top: 0 !important;
}

.b-header-notice__item {
    display: none;
    position: relative;
    padding: 15px 55px 15px 30px;
    font-size: 11px;
    line-height: 150%;
    color: #666;
    background: #e8fafe;
}

.b-header-notice__item.show {
    display: block;
}

.b-header-notice__close {
    position: absolute;
    right: 30px;
    top: 50%;
    width: 19px;
    height: 17px;
    margin-top: -9px;
    text-decoration: none !important;
    background: url('images/close-2.png') no-repeat;
}

.b-header {
    position: relative;
    z-index: 10;
}

.b-header__top {
    border-bottom: 1px solid #d6d6d6;
}

.b-header__top_menu {
    display: block;
    float: right;
    margin-right: 10px;
    list-style: none;
}

.b-header__top_language {
    float: left;
    margin: 1px 0 0 11px;
}

.b-header__top_menu li {
    position: relative;
    display: block;
    float: left;
    padding: 4px 23px 6px 0;
}

.b-header__top_menu li.login {
    cursor: pointer;
}
.b-header__top_menu li.login:before {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 15px;
    height: 18px;
    margin-top: -10px;
    background: url('images/login-icon.png') no-repeat;
}
.b-header__top_menu li.dashboard {
    margin-right: 0px;
}

.b-header__top_menu a {
    font-size: 12px;
    line-height: 12px;
    color: #666;
}

.b-header__main {
    position: relative;
    padding-top: 20px;
}

.b-header__main .inner-wrapper {
    position: static;
}

.b-header__logo {
    display: block;
    float: left;
    margin-left: 6px;
    text-decoration: none;
    text-align: center;
}

.b-header__logo img {
    width: 192px;
    vertical-align: top
}

.b-header__main_menu_right {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    float: right;
    margin-top: 6px;
    list-style: none;
}

.b-header__main_menu_right li {
    display: block;
    margin-left: 4px;
}

.b-header__btn_signup {
    height: 24px;
    padding: 13px 10px 0;
    font-size: 13px;
    line-height: 12px;
    text-transform: uppercase;
}

.b-header__btn_menu {
    display: none;
    width: 28px;
    height: 40px;
    background: url('images/header-menu.png') center center no-repeat;
    background-size: contain;
    text-decoration: none !important;
}

.b-header__btn_call {
    position: relative;
    height: 32px;
    padding: 5px 5px 0 51px;
    font-size: 12px;
    line-height: 14px;
}

.b-header__btn_call:before {
    display: block;
    content: '';
    position: absolute;
    left: 6px;
    top: 50%;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    background: url('images/phone-icon.png') no-repeat;
    background-size: contain;
}

.b-header__btn_call span:first-child {
    font-size: 13px;
    font-weight: bold;
}

.b-header__main_menu_center {
    display: -webkit-flex;
    display: flex;
    margin-left: 244px;
    padding-top: 24px;
    list-style: none;
    text-align: center;
}

.b-header__main_menu_center_item a,
.b-header__main_menu_center_item span {
    display: block;
    position: relative;
    padding: 0 21px 26px;
    font-size: 19px;
    line-height: 19px;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.b-header__main_menu_center_item:after {
    display: block;
    content: '';
    height: 2px;
    margin: 0% 49%;
    background: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.b-header__main_menu_center_item:hover {
    z-index: 1;
}

.b-header__main_menu_center_item:hover:after {
    margin: 0% 10%;
    background: #3cd4cb;
}

.b-header__main_menu_center_dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 245px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.b-header__main_menu_center_item:hover .b-header__main_menu_center_dropdown {
    display: block;
}

.b-header__main_menu_center_dropdown_image {
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.b-header__main_menu_center_dropdown_image img {
    vertical-align: top;
    min-width: 100%;
    min-height: 100%;
}

.b-header__main_menu_center_dropdown_items {
    float: left;
    height: 100%;
}

.b-header__main_menu_center_dropdown_items ul {
    padding: 28px 10px 0;
}

.b-header__main_menu_center_dropdown_items li {
    display: block;
    text-align: left;
}

.b-header__main_menu_center_dropdown_items li:after {
    display: none;
}

.b-header__main_menu_center_dropdown_items a {
    padding: 0 15px;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: normal;
    text-transform: none;
    border: 1px solid transparent;
}

.b-header__main_menu_center_dropdown_items a:hover {
    border-color: #fff;
}

.b-header__main_menu_center_dropdown_text {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    height: 100%;
    padding: 0 20px 0 70px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    color: #878787;
    background: #fff;
    text-align: left;
}

.b-header__main_menu_center_dropdown_text p {
    max-width: 300px;
}

.b-header.gray {
    padding: 20px 0;
    background: #f7f6f5 url('images/split-line-1.png') center bottom repeat-x;
}

.b-header.gray .b-header__logo {
    margin-top: 0;
}

.b-header__phone,
.b-header__connection {
    float: right;
    padding: 21px 10px 0 30px;
    font-size: 12px;
    line-height: 12px;
    color: #333;
    text-transform: uppercase;
}

.b-header-image {
    /*max-height: 513px;*/
    overflow: hidden;
}

.b-header-image img {
    display: block;
    width: 100%;
}

.b-header__main_menu_button {
    display: none;
    position: absolute;
    left: 8px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-decoration: none !important;
    border: 1px solid #ccc;
    background: url('images/header-menu.png') center center no-repeat;
}

.b-mobile-sidebar {
    position: fixed;
    z-index: 15;
    left: -100%;
    top: 0;
    width: 256px;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 7px 0px 5px 0px rgba(26, 25, 22, 0.25);
    -moz-box-shadow: 7px 0px 5px 0px rgba(26, 25, 22, 0.25);
    box-shadow: 7px 0px 5px 0px rgba(26, 25, 22, 0.25);
    -webkit-transition: left 0.6s ease-out;
    -moz-transition: left 0.6s ease-out;
    -o-transition: left 0.6s ease-out;
    transition: left 0.6s ease-out;
}

.b-mobile-sidebar__close {
    display: block;
    position: absolute;
    right: -15px;
    top: 15px;
    width: 30px;
    height: 30px;
    text-decoration: none !important;
    background: url('images/close-1.png') no-repeat;
    border: 2px solid #fff;
    border-radius: 17px;
    -webkit-box-shadow: 4px 0px 6px 0px rgba(26, 25, 22, 0.25);
    -moz-box-shadow: 4px 0px 6px 0px rgba(26, 25, 22, 0.25);
    box-shadow: 4px 0px 6px 0px rgba(26, 25, 22, 0.25);
}

.b-mobile-sidebar__menu {
    padding: 50px 12px;
}

.b-mobile-sidebar__menu h3,
.b-mobile-sidebar__menu a {
    display: block;
    padding: 4px 0;
    outline: none;
    font-size: 18px;
    font-weight: normal;
    color: #444;
    text-decoration: none !important;
    border-bottom: 1px dotted #888;
    cursor: pointer;
}

.b-mobile-sidebar__menu_dropdown ul {
    padding: 10px 0;
    list-style: none;
}

.b-mobile-sidebar__menu_dropdown a {
    padding: 2px 0;
    font-size: 16px;
    border: none;
}

.b-mobile-sidebar__logo {
    display: block;
    margin-top: 20px;
    padding: 0 10px;
    text-decoration: none;
    text-align: center;
}

.b-mobile-sidebar__logo img {
    width: 192px;
    vertical-align: top
}

.b-mobile-sidebar__social {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 0 10px;
}

.b-mobile-sidebar__social_title {
    float: left;
    margin-right: 12px;
    font-size: 20px;
    white-space: nowrap;
}

.b-mobile-sidebar__social ul {
    display: -webkit-flex;
    display: flex;
    list-style: none;
}

.b-mobile-sidebar__social li {
    float: left;
    margin-left: 2px;
}

.b-mobile-sidebar__social a {
    display: block;
    width: 29px;
    height: 28px;
    text-decoration: none;
}

.b-mobile-sidebar__social .tw {
    background: url('images/social-icon-twitter-2.png') no-repeat;
}

.b-mobile-sidebar__social .fb {
    background: url('images/social-icon-facebook-2.png') no-repeat;
}

.b-mobile-sidebar__social .in {
    background: url('images/social-icon-linkedin-2.png') no-repeat;
}

.b-intro {
    position: relative;
    color: #fff;
    background: #00adef;
    overflow: hidden;
}

.b-intro.big {
    height: 700px;
}

.b-intro.smaller {
    height: 513px;
}

.b-intro__slider {
    float: left;
    width: 50%;
    text-align: right;
    overflow: hidden;
}

.b-intro__slider .bx-wrapper .bx-controls-direction a {
    top: 330px;
    width: 48px;
    height: 48px;
    margin-top: 0;
    background: none;
    border: 1px solid #fff;
    border-radius: 25px;
}

.b-intro__slider .bx-wrapper .bx-controls-direction .bx-prev:before,
.b-intro__slider .bx-wrapper .bx-controls-direction .bx-next:before {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    height: 17px;
    margin: -9px 0 0 -5px;
    background: url('images/slider-nav-1.png') no-repeat;
}

.b-intro__slider .bx-wrapper .bx-controls-direction .bx-next:before {
    background-position: -10px 0;
}

.b-intro__slider .bx-wrapper img {
    max-width: none;
}

.b-intro__slide {
    overflow: hidden;
}

.b-intro__slide img {
    display: block;
    float: right;
    min-width: 100%;
    max-width: none;
    min-height: 700px;
}

.b-intro.smaller .b-intro__slide img {
    min-height: 513px;
}

.b-intro__content {
    float: left;
    width: 50%;
    height: 100%;
}

.b-intro__text {
    padding: 188px 100px 0 57px;
}

.b-intro__text .row-1 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 500;
}

.b-intro__text .row-2 {
    padding-top: 9px;
    font-size: 26px;
    font-weight: 300;
}

.b-intro__buttons {
    padding: 0 5px 0 46px;
}

.b-intro__buttons a {
    display: block;
    float: left;
    margin-left: 11px;
    padding: 11px 22px 12px;
    font-size: 17px;
}

.b-intro.big .b-intro__text {
    height: 402px;
}

.b-intro.smaller .b-intro__content {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.b-intro.smaller .b-intro__text {
    padding-top: 0;
}

.b-intro.smaller .b-intro__buttons {
    padding-top: 30px;
}

.b-intro__bottom {
    position: relative;
    z-index: 1;
    padding: 39px 0 33px;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    background: #252b2f;
}

.b-intro__bottom:before {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: -32px;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    background: url('images/scroll-icon.png') no-repeat;
}

.b-part-of {
    padding: 25px 0 21px;
    font-size: 34px;
    color: #494949;
    text-align: center;
}

.b-part-of p {
    display: inline;
}

.b-part-of img {
    vertical-align: middle;
    max-width: 70%;
}

.b-title {
    padding: 0 10px;
    position: relative;
    font-size: 36px;
    line-height: 36px;
    font-weight: normal;
    color: #818181;
    text-align: center;
    white-space: pre-line;
}

.b-title.w-border {
    padding-bottom: 16px;
    font-size: 30px;
    font-weight: bold;
    color: #494949;
    border-bottom: 1px solid #e4e6e3;
}

.b-title.w-border:after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 334px;
    height: 2px;
    margin-left: -167px;
    background: #51d9d1;
}

.b-value-proposition {
    padding: 48px 0 25px;
}

.b-value-proposition__items {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b-value-proposition__item {
    float: left;
    width: 33.33%;
    text-align: center;
}

.b-value-proposition__item_content {
    margin: 0 12px 0 11px;
    padding: 14px 25px 17px;
}

.b-value-proposition__item_icon {
    width: 65px;
    height: 80px;
    margin: 0 auto;
}

.b-value-proposition__item_icon img {
    width: 65px;
    height: 64px;
}

.b-value-proposition__item_title {
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    color: #ff0066;
    text-transform: uppercase;
}

.b-value-proposition__item_text {
    height: 110px;
    padding: 8px 0 11px;
    font-size: 17px;
    line-height: 22px;
    color: #444;
    overflow: hidden;
}

.b-value-proposition__item_btn {
    width: 144px;
    margin: 0 auto;
    padding: 12px 0 11px;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}

.b-testimonial-1 {
    height: 318px;
    color: #fff;
    background: #ff0066;
}

.b-testimonial-1__left {
    float: right;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    width: 50%;
}

.b-testimonial-1__left .inner-wrapper {
    float: right;
}

.b-testimonial-1__icon {
    padding: 0 0 25px 23px;
    overflow: hidden;
}

.b-testimonial-1__icon img {
    width: 183px;
    height: 100%;
}

.b-testimonial-1__text {
    padding: 25px 45px 0 21px;
    font-size: 21px;
    line-height: 25px;
    font-weight: 300;
}

.b-testimonial-1__button {
    display: inline-block;
    margin: 41px 0 0 25px;
    padding: 7px 18px;
    font-size: 16px;
    font-weight: 500;
}

.b-testimonial-1__image {
    float: right;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.b-testimonial-1__image img {
    display: block;
    min-height: 100%;
}

.b-trusted-by {
    padding: 48px 0 72px 0;
}

.b-trusted-by .b-title {
    font-size: 30px;
    font-weight: 300;
}

.b-trusted-by .b-title strong {
    color: #494949;
}

.b-trusted-by__items_wrapper {
    position: relative;
    margin-top: 20px;
    border-top: 1px solid #e4e6e3;
    border-bottom: 1px solid #e4e6e3;
}

.b-trusted-by__items_wrapper .decor-line {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    width: 229px;
    height: 2px;
    margin-left: -115px;
    background: #ffdd1d;
}

.b-trusted-by__items_wrapper .decor-line.top {
    top: -1px;
}

.b-trusted-by__items_wrapper .decor-line.bottom {
    bottom: -1px;
}

.b-trusted-by__items {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 12px 0;
    text-align: center;
    align-items: center;
}

.b-trusted-by__item {
    width: 20%;
}

.b-trusted-by__item img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

/*
.b-call-for-action {
    position: relative;
    max-height: 373px;
    background: #f7f6f5;
    overflow: hidden;
}

.b-call-for-action__bg {
    position: relative;
}

.b-call-for-action__bg .overlay {
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.b-call-for-action__bg img {
    width: 100%;
}

.b-call-for-action__content {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.b-call-for-action__content .inner-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    padding: 0;
}

.b-call-for-action__heading_wrapper {
    width: 100%;
}

.b-call-for-action__heading {
    margin: 0 256px;
    color: #fff;
    text-align: center;
}

.b-call-for-action__heading:before,
.b-call-for-action__heading:after {
    display: block;
    content: '';
    height: 1px;
    background: rgba(255, 255, 255, 0.8);
}

.b-call-for-action__heading:before {
    margin: 0 58px;
}

.b-call-for-action__heading:after {
    margin-top: 24px;
}

.b-call-for-action__heading .row-1 {
    font-size: 36px;
    line-height: 66px;
}

.b-call-for-action__heading .row-2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
}

.b-call-for-action__btn {
    width: 227px;
    margin: 25px auto 0;
    padding: 10px 0 11px;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    letter-spacing: -0.3px;
    text-transform: uppercase;
}
*/

.b-call-for-action {
    background: #ff0066;
}

.b-call-for-action__image {
    float: left;
    width: 50%;
    height: 373px;
    overflow: hidden;
}

.b-call-for-action__image img {
    display: block;
    float: right;
    height: 100%;
}

.b-call-for-action__content {
    float: left;
    width: 50%;
    height: 373px;
    color: #fff;
}

.b-call-for-action__text {
    position: relative;
    padding: 128px 0 0 72px;
}

.b-call-for-action__text:before {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 49px;
    margin-left: -31px;
    width: 62px;
    height: 60px;
    background: url('images/call-for-action-icon.png') no-repeat;
}

.b-call-for-action__text .row-1 {
    padding: 0 2px;
    font-size: 34px;
    line-height: 41px;
    font-weight: 500;
}

.b-call-for-action__text .row-2 {
    padding-top: 9px;
    font-size: 24px;
    line-height: 29px;
    font-weight: 300;
}

.b-call-for-action__btn {
    display: inline-block;
    margin: 42px 0 0 73px;
    padding: 9px 23px 10px;
    font-size: 17px;
    font-weight: 500;
}

.b-featured-in {
    padding: 56px 0 40px;
}

.b-featured-in .b-title {
    font-size: 30px;
    font-weight: 300;
}

.b-featured-in .b-title strong {
    color: #494949;
}

.b-featured-in__slider_wrapper {
    position: relative;
    margin-top: 20px;
    padding: 20px 0 18px;
    border-top: 1px solid #e4e6e3;
    border-bottom: 1px solid #e4e6e3;
}

.b-featured-in__slider_wrapper .decor-line {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    width: 230px;
    height: 2px;
    margin-left: -115px;
    background: #e82666;
}

.b-featured-in__slider_wrapper .decor-line.top {
    top: -1px;
}

.b-featured-in__slider_wrapper .decor-line.bottom {
    bottom: -1px;
}

.b-featured-in__slider {
    display: block;
    margin: 0 55px;
    text-decoration: none;
}

.b-featured-in__slider .bx-controls-direction a {
    width: 44px;
    height: 44px;
    top: 67px;
    text-align: center;
    text-decoration: none !important;
    background: #ff0066;
    border-radius: 22px;
}

.b-featured-in__slider .bx-controls-direction a:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 17px;
    margin: -9px 0 0 -5px;
    background: url('images/slider-nav-1.png') no-repeat;
}

.b-featured-in__slider .bx-controls-direction a.bx-prev {
    left: -50px;
}

.b-featured-in__slider .bx-controls-direction a.bx-next {
    right: -50px;
}

.b-featured-in__slider .bx-controls-direction a.bx-next:before {
    background-position: -10px 0;
}

.b-featured-in__slide_icon {
    display: block;
    height: 140px;
    margin: 0 20px;
    line-height: 140px;
    text-align: center;
    overflow: hidden;
}

.b-featured-in__slide_icon img {
    display: inline;
    max-width: 100%;
    max-height: 140px;
    vertical-align: middle;
}

.b-featured-in__slide_text {
    display: block;
    padding: 12px 24px 0;
    font-size: 14px;
    line-height: 16px;
    font-style: italic;
    color: #444;
    text-align: center;
}

.b-featured-in__slide_text:before,
.b-featured-in__slide_text:after {
    content: '"';
}

.b-positionnement {
    position: relative;
    height: 208px;
    margin-bottom: 25px;
    background: #222 url('images/b-positionnement-bg.jpg') center top no-repeat;
}

.b-positionnement:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 75px;
    width: 50%;
    height: 67px;
    background: #fff;
}

.b-positionnement__items {
    float: left;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 74px 0 0 0;
}

.b-positionnement__item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: relative;
    float: right;
    max-width: 110px;
    height: 67px;
    padding: 0 3px 0 27px;
    font-size: 18px;
    font-weight: 300;
    color: #444;
    background: #fff;
}

.b-positionnement__item:after {
    display: block;
    content: '';
    position: absolute;
    right: -17px;
    top: 0;
    width: 17px;
    height: 67px;
    background: url('images/b-positionnement-arrows.png') no-repeat;
}

.b-positionnement__item:first-child {
    color: #fff;
    background: #ff0066;
}

.b-positionnement__item:first-child:after {
    background-position: 0 -68px;
}

.b-positionnement__text {
    margin-left: 836px;
    padding-top: 48px;
    color: #fff;
}

.b-positionnement__text .row-1 {

    font-size: 34px;
    font-weight: 500;
}

.b-positionnement__text .row-2 {
    padding: 7px 0 0 4px;
    font-size: 24px;
    font-weight: 300;
}

.b-reviews {
    padding: 23px 0 27px;
    background: #f1f1f1;
}

.b-reviews__slider {
    margin: 0 70px;
}

.b-reviews__slider .bx-controls-direction a {
    width: 44px;
    height: 44px;
    margin-top: -19px;
    text-align: center;
    text-decoration: none !important;
    background: #fff;
    border-radius: 22px;
}

.b-reviews__slider .bx-controls-direction a:before {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    height: 17px;
    margin: -9px 0 0 -5px;
    background: url('images/slider-nav-2.png') no-repeat;
}

.b-reviews__slider .bx-controls-direction a.bx-prev {
    left: -55px;
}

.b-reviews__slider .bx-controls-direction a.bx-next {
    right: -55px;
}

.b-reviews__slider .bx-controls-direction a.bx-next:before {
    background-position: -10px 0;
}

.b-reviews__slide {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}

.b-reviews__slide_right {
    float: right;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    margin: 0 136px 0 auto;
    text-align: center;
}

.b-reviews__slide_right img {
    display: inline;
    vertical-align: top;
}

.b-reviews__slide_image {
    width: 198px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.b-reviews__slide_logo {
    padding-top: 12px;
}

.b-reviews__slide_logo img {
    max-width: 100%;
}

.b-reviews__slide_text {
    position: relative;
    margin: 0 63px 0 39px;
    padding: 0 45px 0 66px;
    font-size: 16px;
    line-height: 22px;
}

.b-reviews__slide_text:before {
    display: block;
    content: '';
    width: 40px;
    height: 34px;
    position: absolute;
    left: 0;
    top: 40px;
    background: url('images/quotes-1.png') no-repeat;
}

.b-reviews__slide_text:after {
    display: block;
    content: '';
    width: 42px;
    height: 34px;
    position: absolute;
    right: 0;
    bottom: 35px;
    background: url('images/quotes-1.png') -41px 0 no-repeat;
}

.b-reviews__slide_text .row-1 {
    font-style: italic;
    color: #676767;
}

.b-reviews__slide_text .row-2 {
    padding-top: 18px;
    color: #444;
}

.b-with-us {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 532px;
    /*
    background: #f1f1f1 url('images/b-with-us-bg.jpg') center top no-repeat;
    */
}

.b-with-us__heading {
    width: 430px;
    margin-left: 95px;
    padding-top: 16px;
    color: #444;
}

.b-with-us__heading .row-1 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 500;
}

.b-with-us__heading .row-2 {
    padding: 0 3px;
    font-size: 26px;
    line-height: 29px;
    font-weight: 300;
}

.b-with-us__button {
    display: inline-block;
    margin: 24px 0 0 98px;
    padding: 11px 22px;
    font-size: 17px;
    text-transform: none;
}

/*
.b-product-slider {
    padding: 43px 0 36px 0;
}

.b-product-slider .b-title {
    padding: 0 30px 0 9px;
    text-align: left;
    font-size: 24px;
    line-height: 29px;
    color: #676767;
}

.b-product-slider__content {
    padding: 44px 10px 0;
}

.b-product-slider__nav.scroll-wrapper {
    float: left;
    width: 400px;
    height: 185px;
    overflow: auto;
}

.b-product-slider__nav.scroll-wrapper ul {
    list-style: none;
}

.b-product-slider__nav.scroll-wrapper li {
    padding: 5px 0 10px 0;
}

.b-product-slider__nav.scroll-wrapper a {
    font-size: 22px;
    line-height: 22px;
    font-weight: 300;
    color: #676767;
    text-decoration: none;
}

.b-product-slider__nav.scroll-wrapper li.active a {
    color: #27cfc5;
    font-weight: bold;
}

.b-product-slider__nav .scroll-element.scroll-y {
    width: 1px;
}

.b-product-slider__nav .scroll-element.scroll-y .scroll-element_outer {
    overflow: visible;
}

.b-product-slider__nav .scroll-element.scroll-y .scroll-element_track {
    opacity: 1;
}

.b-product-slider__nav .scroll-element.scroll-y .scroll-bar {
    left: -1px;
    width: 3px;
    background-color: #3cd4cb;
    opacity: 1;
}

.b-product-slider__slider {
    margin-left: 418px;
}

.b-product-slider__slider .slide {
    padding: 4px 0 12px;
}

.b-product-slider__slider .slide-image {
    float: left;
    width: 280px;
    margin: 0 20px 20px 0;
}

.b-product-slider__slider .slide-image img {
    max-width: 100%;
}

.b-product-slider__slider .slide-content {
    font-size: 20px;
    line-height: 22px;
    color: #6a6a6a;
    text-align: justify;
}

.b-product-slider__slider .slide-content p {
    padding-bottom: 15px;
}
*/

.b-product-accordion {
    padding: 40px 0 30px;
}

.b-product-accordion__items {
    margin: 0 19px 0 17px
}

.b-product-accordion__item {
    position: relative;
    padding-bottom: 38px;
}

.b-product-accordion__item.ui-accordion-content-active {
    border-bottom: 1px solid #d6d6d6;
}

.b-product-accordion__item.ui-accordion-content-active:before {
    display: block;
    content: '';
    width: 23px;
    height: 23px;
    position: absolute;
    right: 0;
    bottom: 2px;
    background: url('images/accordion-icons-1.png') -24px 0 no-repeat;
}

.b-product-accordion__item_title {
    position: relative;
    padding: 15px 0 19px;
    font-size: 21px;
    line-height: 26px;
    font-weight: normal;
    color: #252b2f;
    border-bottom: 1px solid #d6d6d6;
    cursor: pointer;
    outline: none;
}

.b-product-accordion__item_title:before {
    display: block;
    content: '';
    width: 23px;
    height: 23px;
    position: absolute;
    right: 0;
    bottom: 2px;
    background: url('images/accordion-icons-1.png') no-repeat;
}

.b-product-accordion__item_title.ui-state-active {
    padding-bottom: 15px;
    border: none;
}

.b-product-accordion__item_title.ui-state-active:before {
    display: none;
}

.b-product-accordion__item_image {
    float: right;
    width: 310px;
    margin: 0 0 10px 10px;
}

.b-product-accordion__item_image img {
    display: block;
    width: 100%;
}

.b-product-accordion__item_text {
    padding: 3px 0 0 2px;
    font-size: 16px;
    line-height: 22px;
    color: #444;
}

.b-product-accordion__item_text p {
    padding-bottom: 22px;
}

.b-product-photo {
    position: relative;
    max-height: 500px;
    overflow: hidden;
}

.b-product-photo img {
    width: 100%;
}

.b-product-photo__text_wrapper {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.b-product-photo__text_wrapper .inner-wrapper {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.b-product-photo__text {
    padding: 0 12px 0 268px;
    color: #fff;
    text-align: right;
}

.b-product-photo__text .row-1 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
}

.b-product-photo__text .row-2 {
    padding-top: 21px;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
}

.b-product-features {
    padding-top: 39px;
}

.b-product-features .b-title {
    font-size: 30px;
    font-weight: 500;
    color: #444;
}

.b-product-features__wrapper {
    position: relative;
    margin-top: 27px;
    padding: 48px 0 34px;
    border-top: 1px solid #e4e6e3;
}

.b-product-features__wrapper:before {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: -1px;
    width: 334px;
    height: 2px;
    margin-left: -167px;
    background: #00c9da;
}

.b-product-features__image {
    float: left;
    width: 400px;
    margin-left: 9px;
}

.b-product-features__image img {
    width: 100%;
    vertical-align: top;
}

.b-product-features__items {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 15px 0 0 18px;
}

.b-product-features__item {
    display: block;
    width: 50%;
    padding-bottom: 17px;
    text-decoration: none !important;
}

.b-product-features__item_title {
    display: inline-block;
    padding: 7px 11px 6px;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    background: #00c9da;
}

.b-product-features__item_text {
    display: block;
    padding: 13px 30px 0 2px;
    font-size: 16px;
    line-height: 22px;
    color: #444;
}

.b-generic-1 {
    padding-top: 32px;
    color: #fff;
    background: #00b6be;
}

.b-generic-1 .b-title {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}

.b-generic-1__items {
    margin-top: 28px;
    background: -moz-linear-gradient(left,  #33c5cb 0%, #33c5cb 49%, #00b0b8 51%, #00b0b8 100%);
    background: -webkit-linear-gradient(left,  #33c5cb 0%,#33c5cb 49%,#00b0b8 51%,#00b0b8 100%);
    background: linear-gradient(to right,  #33c5cb 0%,#33c5cb 49%,#00b0b8 51%,#00b0b8 100%);
}

.b-generic-1__items .inner-wrapper {
    display: flex;
    display: -webkit-flex;
    padding: 0;
}

.b-generic-1__item {
    float: left;
    width: 33.33%;
    padding: 26px 0 50px;
}

.b-generic-1__item:nth-child(1) {
    background: #33c5cb;
}

.b-generic-1__item:nth-child(2) {
    background: #24c0c7;
}

.b-generic-1__item:nth-child(3) {
    background: #00b0b8;
}

.b-generic-1__item_title {
    padding: 0 33px;
    font-size: 21px;
    line-height: 21px;
}

.b-generic-1__item_text {
    padding: 15px 50px 0 33px;
    font-size: 16px;
    line-height: 18px;
}

.b-generic-2 {
    padding: 41px 0 39px;
}

.b-generic-2__title {
    padding: 25px 30px 0;
    font-size: 24px;
    line-height: 29px;
    font-weight: 300;
    color: #676767;
    text-align: center;
    white-space: pre-line;
}

.b-generic-2__image {
    padding-top: 49px;
    text-align: center;
}

.b-generic-2__image img {
    max-width: 100%;
}

.b-generic-3 {
    padding: 30px 0;
}

.b-generic-3__items {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 19px;
    list-style: none;
}

.b-generic-3__item {
    width: 30.33%;
    padding: 0 1.5%;
    text-align: center;
}

.b-generic-3__item img {
    max-width: 100%;
}

.b-generic-3__subtitle {
    padding-top: 28px;
    font-size: 24px;
    line-height: 29px;
    color: #676767;
}

.b-generic-3__text {
    padding-top: 19px;
    font-size: 12px;
    line-height: 15px;
    color: #434343;
}

.b-generic-4 {
    padding: 30px 0;
}

.b-generic-4 .b-image {
    padding-top: 21px;
}

.b-generic-4 .b-image img {
    width: 100%;
}

.b-generic-4__items {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 28px 170px 0;
}

.b-generic-4__item {
    width: 33.33%;
    text-align: center;
}

.b-generic-4__item_title {
    padding: 0 10px;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #484848;
    text-transform: uppercase;
}

.b-generic-4__item_text {
    padding: 2px 10px 0;
    font-size: 12px;
    line-height: 17px;
    font-weight: 300;
    color: #7a7a7a;
}

.b-generic-5 {
    padding: 30px 0;
}

.b-generic-5__subtitle {
    padding: 11px 30px 0;
    font-size: 24px;
    line-height: 30px;
    color: #676767;
    text-align: center;
}

.b-generic-5__items {
    padding-top: 56px;
}

.b-generic-5__item {
    padding-top: 8px;
}

.b-generic-5__item_image {
    float: left;
    width: 50%;
    margin: 0 38px 0 0;
    text-align: center;
}

.b-generic-5__item_image img {
    width: 100%;
}

.b-generic-5__item_content {
    margin: 0 85px 0 0;
    padding-top: 10px;
    text-align: center;
}

.b-generic-5__item_title {
    font-size: 24px;
    line-height: 24px;
    color: #434343;
    text-transform: uppercase;
}

.b-generic-5__item_text {
    padding-top: 13px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    color: #7a7a7a;
}

.b-generic-5__item:nth-child(even) .b-generic-5__item_image {
    float: right;
    margin: 0 0 0 38px;
}

.b-generic-5__item:nth-child(even) .b-generic-5__item_content {
    margin: 0;
}

.b-generic-6 {
    padding: 30px 0;
}

.b-generic-6__item {
    padding-top: 28px;
}

.b-generic-6__item_content {
    margin-left: 20px;
}

.b-generic-6__item_image {
    float: right;
    width: 50%;
    margin: 0 0 10px 20px;
    text-align: center;
}

.b-generic-6__item_image img {
    max-width: 100%;
}

.b-generic-6__item_title {
    font-size: 24px;
    line-height: 24px;
    color: #434343;
    text-transform: uppercase;
}

.b-generic-6__item_text {
    padding-top: 19px;
    font-size: 12px;
    line-height: 17px;
    font-weight: 300;
    color: #7a7a7a;
}

.b-page-title {
    color: #444;
    text-align: center;
}

.b-page-title .row-1 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
}

.b-page-title .row-2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 300;
}

.b-pricing-plans {
    padding: 58px 0 0;
}

.b-pricing-plans__tabs {
    padding: 40px 0 0;
    text-align: center;
}

.b-pricing-plans .b-page-title,
.b-pricing-plans__tabs {
    padding-left: 120px;
}

.b-pricing-plans__tabs ul {
    display: inline-block;
    padding: 3px;
    list-style: none;
    border: 1px solid #ccc;
}

.b-pricing-plans__tabs li {
    display: inline;
}

.b-pricing-plans__tabs a {
    display: inline-block;
    width: 222px;
    padding: 12px 0;
    font-size: 16px;
    line-height: 16px;
    color: #d6d6d6;
    text-decoration: none !important;
}

.b-pricing-plans__tabs li.active a {
    color: #fff;
    background: #5fc8d8;
}

.b-pricing-plans__tabs li:not(.active) a {
    background: #fff !important;
}

.b-pricing-plans__items {
    padding: 40px 0 0 400px;
}

.b-pricing-plans__item {
    float: left;
    width: 260px;
    margin: 0 15px;
    padding-bottom: 15px;
    text-align: center;
    color: #666;
}

.b-pricing-plans__item_title {
    padding: 13px 5px 13px;
    color: #fff;
    background: #ff0066;
}

.b-pricing-plans__item_title .row-1 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
}

.b-pricing-plans__item_title .row-2 {
    padding-top: 4px;
    font-size: 16px;
    line-height: 20px;
}

.b-pricing-plans__item_hint {
    display: inline-block;
    width: 14px;
    height: 14px;
    font-size: 12px;
    line-height: 14px;
    color: #666;
    font-weight: normal;
    text-align: center;
    text-decoration: none !important;
    vertical-align: top;
    border-radius: 7px;
    background: #eee;
}

.b-pricing-plans__item_price {
    padding: 22px 5px 0;
}

.b-pricing-plans__item_price.static-height {
    height: 100px;
}

.b-pricing-plans__item_price .row-1 {
    font-size: 34px;
    line-height: 34px;
}

.b-pricing-plans__item_price .row-1 .hl {
    font-size: 24px;
}

.b-pricing-plans__item_price .row-2 {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.b-pricing-plans__item_price .row-3 {
    padding-top: 10px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.b-pricing-plans__item_price .row-3 .hl {
    font-weight: bold;
    color: #090;
    text-transform: none;
}

.b-pricing-plans__item_price .free {
    padding-top: 9px;
    font-size: 24px;
    line-height: 29px;
}

.b-pricing-plans__item_visitors .row-1 {
    width: 80%;
}

.b-pricing-plans__item_visitors .row-2 {
    padding-top: 10px;
    font-size: 12px;
    line-height: 14px;
}

.b-pricing-plans__item_btn {
    display: inline-block;
    margin-top: 20px;
    padding: 4px 17px 5px;
    font-size: 20px;
    line-height: 24px;
    text-transform: none;
}

.b-pricing-plans__features_group {
    padding: 30px 219px 37px 24px;
    color: #444;
}

.b-pricing-plans__features_group_top {
    padding-top: 23px;
}

.b-pricing-plans__features_group_title {
    float: left;
    width: 228px;
    padding-left: 90px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    text-align: right;
}

.b-pricing-plans__features_group_text {
    margin: 0 80px 0 392px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
}

.b-pricing-plans__features_group_table {
    padding: 29px 80px 0 90px;
}

.b-pricing-plans__features_group_table .check {
    display: inline-block;
    vertical-align: middle;
}

.b-pricing-plans__features_group_table .check.yes {
    width: 25px;
    height: 19px;
    background: url('images/li-1.png') no-repeat;
}

.b-pricing-plans__features_group_table .check.no {
    width: 21px;
    height: 21px;
    background: url('images/li-2.png') no-repeat;
}

.b-pricing-plans__features_group_table_row {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 10px 0;
    border-top: 1px solid #d4d4d4;
}

.b-pricing-plans__features_group_table_row:first-child {
    border-top: none;
}

.b-pricing-plans__features_group_table_col,
.b-pricing-plans__features_group_button {
    float: left;
    width: 260px;
    margin-left: 30px;
}

.b-pricing-plans__features_group_table_col {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 16px;
    font-weight: 300;
}

.b-pricing-plans__features_group_table_col:first-child {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    width: 229px;
    margin: 0;
    padding-right: 36px;
    text-align: right;
}

.b-pricing-plans__features_group_buttons {
    margin-left: 300px;
    padding: 27px 0 0 55px;
    text-align: center;
}

.b-pricing-plans__features_group_button a {
    display: inline-block;
    padding: 4px 17px 5px;
    font-size: 20px;
    line-height: 24px;
    text-transform: none;
}

.b-contact-us {
    padding: 44px 0;
    text-align: center;
}

.b-contact-us .b-title {
    font-size: 30px;
    color: #676767;
}

.b-contact-us__btn {
    display: inline-block;
    margin-top: 24px;
    padding: 13px 38px 14px;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
}

.b-pricing-options {
    padding: 38px 0;
}

.b-pricing-options .b-title {
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #494949;
    border-bottom: 1px solid #e4e6e3;
}

.b-pricing-options .b-title:after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 334px;
    height: 2px;
    margin-left: -167px;
    background: #51d9d1;
}

.b-pricing-options__items {
    padding: 30px 115px 0;
}

.b-pricing-options__item {
    margin-top: 20px;
    padding: 19px 22px 30px;
    border: 2px solid #9c9c9c;
}

.b-pricing-options__item_left {
    float: left;
    width: 530px;
    padding-right: 88px;
}

.b-pricing-options__item_title {
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #555;
}

.b-pricing-options__item_text {
    padding-top: 2px;
    font-size: 12px;
    line-height: 18px;
    color: #7c7c7c;
}

.b-pricing-options__item_price {
    float: left;
    padding-top: 18px;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #5a5a5a;
}

.b-pricing-options__item_btn {
    float: right;
    width: 180px;
    margin-top: 11px;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    padding: 16px 0;
    border-radius: 3px;
}

.b-questions {
    padding: 74px 0 36px;
}

.b-questions .b-title {
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #494949;
    border-bottom: 1px solid #e4e6e3;
}

.b-questions .b-title:after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 334px;
    height: 2px;
    margin-left: -167px;
    background: #f8c102;
}

.b-questions__items {
    padding: 47px 290px 0 130px;
}

.b-questions__item {
    float: left;
    width: 50%;
    height: 87px;
}

.b-questions__item_title {
    padding-left: 90px;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #484848;
}

.b-questions__item_text {
    padding: 3px 0 0 90px;
    font-size: 12px;
    line-height: 18px;
    color: #7a7a7a;
}

.b-picture {
    max-height: 400px;
    overflow: hidden;
}

.b-picture img {
    width: 100%;
}

.b-about {
    padding: 50px 0 142px 0;
}

.b-about__title {
    padding-top: 48px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    color: #252b2f;
    text-align: center;
}

.b-about__text {
    padding: 7px 113px 0;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.4px;
    color: #434343;
}

.b-about__text p {
    padding: 11px 0;
}

.b-about__menu {
    margin-top: 30px;
    text-align: center;
    background: #f3f3f3;
}

.b-about__menu li {
    display: inline;
}

.b-about__menu a {
    display: inline-block;
    margin: 0 20px;
    padding: 20px 0 24px;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    color: #959595;
}

.b-contact {
    padding-bottom: 94px;
}

.b-contact__form {
    margin: 0 213px;
    padding-top: 58px;
    text-align: center;
}

.b-contact__form_title {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #434343;
    white-space: pre-line;
}

.b-contact__form_message {
    display: none;
    margin-top: 15px;
    padding: 10px 5px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    background: #e9eff8;
    border-radius: 3px;
}

.b-contact__form_inputs {
    padding-top: 6px;
}

.b-contact__form_col {
    float: left;
    width: 50%;
}

.b-contact__form_inputs .input-1,
.b-contact__form_inputs .textarea-1 {
    margin: 18px 10px 0;
}

.b-contact__form_submit {
    display: inline-block;
    margin: 29px 0 0;
    padding: 12px 58px;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    cursor: pointer;
    border: none;
}

.b-signup {
    padding-bottom: 40px;
}

.b-signup__form {
    margin: 0 255px;
    padding-top: 65px;
}

.b-signup__form_title {
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    white-space: pre-line;
}

.b-signup__form_message {
    display: none;
    margin-top: 15px;
    padding: 10px 5px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    background: #e9eff8;
    border-radius: 3px;
}
.b-signup__form .error-message {
    display: none;
    color: red;
}
.b-signup__form .success-message {
    display: none;
    color: darkgreen;
}

.b-signup__form_inputs {
    padding-top: 15px;
}

.b-signup__form_col {
    float: left;
    width: 50%;
}

.b-signup__form_inputs .input-1,
.b-signup__form_inputs .select-1 {
    margin: 12px 8px 0;
}

.b-signup__form_bottom {
    padding: 0 8px;
    text-align: center;
}

.b-signup__form_bottom_text {
    padding-top: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

.b-signup__form_submit {
    display: inline-block;
    margin-top: 23px;
    padding: 17px 44px;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
    border: none;
}

.b-modal-1 {
    width: 650px;
    height: 350px;
}

.b-modal-1__title {
    padding: 15px 25px;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}
.b-modal-1 .error-message {
    color: red;
    margin-bottom: 8px;
}
.b-modal-1 .inputs {
    padding: 15px 0;
    margin: 0 25px;
}

.b-modal-1 .input-row {
    padding-top: 12px;
}

.b-modal-1 .input-label {
    float: left;
    width: 130px;
    padding: 15px 0;
    font-size: 12px;
    line-height: 12px;
    text-align: right;
}

.b-modal-1 .input-1 {
    margin-left: 150px;
    border: 1px solid #ccc;
}
.b-modal-1 .input-cols {
    margin-left: 150px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.b-modal-1 .input-cols .input-col {
    width: 50%;
}
.b-modal-1 .input-cols .input-col .input-1 {
    margin-left: 0;
}
.b-modal-1 .input-cols .input-col.w40 {
    width: 40%;
}
.b-modal-1 .input-cols .input-col.w55 {
    width: 55%;
}

.b-modal-1 .modal-bottom {
    margin: 15px 25px 0;
    padding: 15px 0;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.b-modal-1 .submit {
    display: inline-block;
    padding: 12px 44px;
    cursor: pointer;
    border: none;
}

.b-modal-1 .password-btn {
    display: inline-block;
    margin: 8px 0 0 175px;
    font-size: 12px;
    line-height: 12px;
}

.b-modal-1 .qr-btn {
    display: inline-block;
    margin: 8px 0 0 150px;
    font-size: 12px;
    line-height: 12px;
}
.b-modal-1 .qr-code {
    display: none;
    margin: 0 0 0 133px;
}

.b-page {
    padding-bottom: 220px;
}

.b-page .b-sidebar {
    padding-top: 70px;
}

.b-page .b-title {
    text-align: left;
}

/*
.b-page__subtitle {
    padding-top: 25px;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}
*/

.b-page__content {
    padding: 42px 10px 0 7px;
}

.w-sidebar {
    float: left;
    width: 954px;
}

.b-page__content p {
    margin: 0.75rem 0;
}

.b-page__content ul {
    list-style-position: outside;
}

.b-page__content ul li {
    margin: .5rem 1rem;
}

.b-page__content h1 {
    margin: 30px 0 15px;
}
.b-page__content h2 {
    margin: 2rem 0 .75rem;
}
.b-page__content h3 {
    margin: 2rem 0 .5rem;
}

.b-page__content h4,
.b-page__content h5,
.b-page__content h6 {
    padding: 11px 0;
}

.b-page__title {
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
    color: #252b2f;
}

.b-page__text {
    padding: 10px 0 0 2px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.4px;
    color: #434343;
}

.cookie-policy > ul {
    margin-left: 30px;
}

.legales > ul {
    margin-left: 30px;
}

.privacy-policy > ul {
    margin-left: 30px;
}

.b-sidebar {
    float: left;
    width: 254px;
    margin-left: 33px;
    padding-top: 10px;
}

.b-sidebar__block {
    margin-top: 22px;
    padding-bottom: 14px;
    border: 1px solid #aeaeae;
    border-radius: 1px;
}

.b-sidebar__block_title {
    padding: 28px 0 5px;
    margin: 0 13px;
    font-size: 22px;
    line-height: 22px;
    font-weight: 300;
    color: #444;
}

.b-sidebar__block_content {
    padding: 8px 13px 0;
    font-size: 15px;
    line-height: 22px;
}

.b-sidebar__block .b-sidebar__block_btn {
    margin: 10px 13px 0;
    padding: 16px 0 13px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #444 !important;
    border-color: #aeaeae;
}

.b-sidebar__block.colored .b-sidebar__block_btn {
    color: #fff !important;
    border-color: #fff;
}

.b-sidebar__block.colored {
    border: none;
}

.b-sidebar__block.colored .b-sidebar__block_title {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.54);
}

.b-sidebar__block.colored .b-sidebar__block_content {
    color: #fff;
}

.b-socials ul {
    list-style: none;
    text-align: center;
    overflow: hidden;
}

.b-socials li {
    display: inline;
}

.b-socials a {
    display: inline-block;
    margin: 0 5px;
    text-decoration: none;
}

.b-categories {
    border: none;
}

.b-categories .b-sidebar__block_title {
    margin: 0;
    padding: 13px;
    font-weight: normal;
    background: url('images/pattern-1.png');
}

.b-categories .b-sidebar__block_content {
    padding: 8px 0 0;
}

.b-categories ul {
    list-style: none;
}

.b-categories li {
    position: relative;
    padding: 4px 13px;
    border-top: 1px solid #d7d7d7;
}

.b-categories li:first-child {
    border-top: none;
}

.b-categories a {
    font-size: 17px;
    color: #444;
}

.b-breadcrumbs {
    list-style: none;
    font-size: 15px;
}

.b-breadcrumbs li {
    display: inline;
    color: #444;
}

.b-breadcrumbs li:before {
    content: '> ';
    color: #00adef;
}

.b-breadcrumbs li:first-child:before {
    display: none;
}

.b-breadcrumbs a {
    color: #00adef;
}

.b-subscribe {
    background: #00adef;
}

.b-subscribe .b-sidebar__block_title {
    border: none !important;
}

.b-subscribe__form .submit {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 16px 10px 13px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    white-space: normal;
}

.b-subscribe__form_inputs .input-3 {
    margin-top: 7px;
}

.b-blog-roll {
    padding-bottom: 7px;
}

.b-blog-roll .b-sidebar {
    padding-top: 60px;
}

.b-blog-roll__content {
    text-align: center;
}

.b-blog-roll__items {
    padding: 43px 0 0 10px;
    text-align: left;
}

.b-blog-roll__item {
    padding: 23px 0 5px 0;
    border-top: 1px solid #e4e6e3;
}

.b-blog-roll__item:first-child {
    border: none;
}

.b-blog-roll__item_title .row-1 a {
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    color: #252b2f;
}

.b-blog-roll__item_title .row-2 {
    padding: 8px 0 0 2px;
    font-size: 12px;
    line-height: 12px;
    color: #444;
}

.b-blog-roll__item_image {
    max-height: 319px;
    padding: 15px 0 0 2px;
    overflow: hidden;
}

.b-blog-roll__item_image a {
    display: block;
    text-decoration: none;
}

.b-blog-roll__item_image img {
    display: block;
    width: 100%;
}

.b-blog-roll__item_text {
    padding: 7px 0 0 4px;
}

.b-blog-roll__item_text a {
    font-size: 15px;
    line-height: 22px;
    color: #434343;
    text-decoration: none;
}

.b-blog-roll__item_text p {
    padding-bottom: 11px;
}

.b-blog-roll__item_btn_read {
    display: inline-block;
    margin: 5px 0 27px 3px;
    font-size: 15px;
    line-height: 15px;
    font-style: italic;
    color: #ff0066;
}

.b-blog-roll__btn_more,
.b-news__btn_more {
    width: 165px;
    margin: 26px auto 0;
    padding: 13px 0 14px;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    text-transform: none;
}

/*
.b-blog-view__page_image {
    position: relative;
    max-height: 426px;
    text-align: center;
    overflow: hidden;
}

.b-blog-view__page_image:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
    height: 66px;
    background: #fff;
}

.b-blog-view__page_image img {
    width: 100%;
}

.b-blog-view__page_image .inner-wrapper {
    padding: 0;
}

.b-blog-view__page_image_title_wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.b-blog-view__page_image_title {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 66px;
    padding: 0 15px 0 7px;
    background: #fff;
    text-align: left;
    color: #434343;
    white-space: nowrap;
}

.b-blog-view__page_image_title .row-1 {
    padding-top: 11px;
    font-size: 24px;
    line-height: 24px;
}

.b-blog-view__page_image_title .row-2 {
    padding: 8px 0 0 2px;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
}
*/

.b-blog-view {
    position: relative;
    z-index: 1;
    padding-bottom: 65px;
}

.b-blog-view .b-sidebar {
    padding-top: 60px;
}

.b-blog-view__content {
    padding-top: 65px;
}

.b-blog-view__title {
    margin-left: 17px;
    padding-bottom: 11px;
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
    color: #252b2f;
    border-bottom: 1px solid #d6d6d6;
}

.b-blog-view__title_float {
    position: absolute;
    left: 0;
    bottom: 100%;
    padding: 8px 60px 8px 7px;
    background: #fff;
}

.b-blog-view__title_float:before {
    display: block;
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    width: 1920px;
    height: 100%;
    background: #fff;
}

.b-blog-view__title_float .row-1 {
    font-size: 24px;
    font-weight: 300;
    color: #252b2f;
}

.b-blog-view__title_float .row-2 {
    padding: 6px 0 0 1px;
    font-size: 12px;
    color: #444;
}

.b-blog-view__post_info {
    margin: 0 17px 0 2px;
    padding-top: 6px;
    font-size: 12px;
    line-height: 14px;
    color: #444;
    text-align: right;
}

.b-blog-view__post_image {
    /* max-height: 360px; */
    padding: 18px 0 0 16px;
    overflow: hidden;
}

.b-blog-view__post_image img {
    vertical-align: top;
    width: 100%;
}

.b-blog-view__text {
    margin: 0 16px;
    padding-top: 18px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.4px;
    color: #444;
}

.b-blog-view__text h2 {
    font-size: 24px;
    line-height: 31px;
    font-weight: 300;
}

.b-blog-view__text p {
    padding: 11px 0;
}

.b-blog-view__bottom {
    padding: 7px 20px 0 0;
    border-top: 1px solid #d6d6d6;
    margin-left: 17px;
}

.b-blog-view .b-breadcrumbs {
    margin-left: 9px;
    padding: 12px 0 0 1px;
    float: left;
    font-style: italic;
}

.b-blog-view .b-breadcrumbs li:before {
    content: ' / ';
}

.b-blog-view__buttons {
    float: right;
}

.b-blog-view__buttons a {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    margin-left: 4px;
    text-decoration: none !important;
}

.b-blog-view__buttons a.mail_btn {
    background: url('images/mail-icon-2.png') no-repeat;
}

.b-blog-view__buttons a.print_btn {
    background: url('images/print-icon-1.png') no-repeat;
}

.b-customers {
    padding-bottom: 98px;
    text-align: center;
}

.b-customers__items {
    padding-top: 106px;
    overflow: hidden;
}

.b-customers__item_wrapper {
    position: relative;
    float: left;
    width: 25%;
    height: 315px;
}

.b-customers__item_button {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 158px;
    width: 100%;
}

.b-customers__item_button a {
    display: inline-block;
    padding: 12px 35px 11px;
    font-size: 14px;
    line-height: 14px;
    color: #7f7e7d !important;
}

.b-customers__item_logo {
    height: 200px;
    margin: 0 10px;
    line-height: 150px;
    text-align: center;
    background: #ffc6dc;
    overflow: hidden;
}

.b-customers__item_logo img {
    max-width: 70%;
    vertical-align: middle;
}

.b-customers__item_text {
    padding-top: 6px;
    font-weight: 300;
}

.b-customers__item_text .row-1 {
    font-size: 21px;
    line-height: 21px;
    color: #888;
}

.b-customers__item_text .row-2 {
    padding-top: 4px;
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    color: #c5c5c5;
}

.b-customers__btn_more {
    display: inline-block;
    margin-top: 2px;
    padding: 12px 30px 11px;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    text-transform: none;
}

.b-demo__content {
    margin: 0 10px 0 340px;
    padding-top: 100px;
}

.b-demo__content .row-1 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.b-demo__content .row-2 {
    padding-top: 20px;
    font-size: 28px;
    font-weight: 300;
}

.b-demo__content .row-3 {
    padding-top: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #29abe2;
}

.b-demo__content .row-4 {
    padding-top: 5px;
    font-size: 16px;
}

.b-demo__content .row-5 {
    padding-top: 30px;
    font-size: 16px;
    font-weight: 300;
}

.b-footer {
    margin-top: 33px;
    padding-top: 2px;
    color: #fff;
    background: url('images/split-line-1.png') center top repeat-x;
}

.b-footer__top {
    background: #252b2f;
}

.b-footer__top .inner-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

.b-footer__top_left {
    width: 260px;
    height: 246px;
    padding: 42px 0 0 9px;
}

.b-footer__logo {
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

.b-footer__logo img {
    width: 183px;
    vertical-align: top;
}

.b-footer__contacts {
    padding-top: 28px;
}

.b-footer__contacts_mail {
    display: block;
    float: left;
    width: 56px;
    height: 56px;
    text-decoration: none !important;
    background: url('images/mail-icon-1.png') no-repeat;
}

.b-footer__contacts_phone {
    float: left;
    margin-left: 9px;
    padding: 17px 0;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.b-footer__top_center {
    position: relative;
    width: 727px;
    padding: 59px 0 115px 10px;
}

.b-footer__top_menu {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b-footer__top_menu_col_title {
    font-size: 17px;
    line-height: 18px;
}

.b-footer__top_menu_col {
    width: 118px;
    padding: 0 13px;
    border-left: 1px solid #626669;
}

.b-footer__top_menu_col:last-child {
    width: auto;
}

.b-footer__top_menu_col ul {
    display: block;
    padding-top: 6px;
    list-style: none;
}

.b-footer__top_menu_col li {
    display: block;
}

.b-footer__top_menu_col a {
    font-size: 15px;
    line-height: 18px;
    color: #adaeaf;
}

.b-footer__social {
    display: -webkit-flex;
    display: flex;
    position: absolute;
    right: 59px;
    bottom: 20px;
}

.b-footer__social_title {
    float: left;
    margin-right: 12px;
    font-size: 20px;
    white-space: nowrap;
}

.b-footer__social ul {
    display: -webkit-flex;
    display: flex;
    list-style: none;
}

.b-footer__social li {
    float: left;
    margin-left: 2px;
}

.b-footer__social a {
    display: block;
    width: 29px;
    height: 28px;
    text-decoration: none;
}

.b-footer__social .tw {
    background: url('images/social-icon-twitter-1.png') no-repeat;
}

.b-footer__social .fb {
    background: url('images/social-icon-facebook-1.png') no-repeat;
}

.b-footer__social .in {
    background: url('images/social-icon-linkedin-1.png') no-repeat;
}

.b-footer__subscribe {
    position: relative;
    width: 254px;
    background: #00adef;
}

.b-footer__subscribe:before,
.b-footer__subscribe:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    width: 1920px;
    height: 100%;
    background: #00adef;
}

.b-footer__subscribe:before {
    display: none;
    right: 100%;
}

.b-footer__subscribe:after {
    left: 100%;
}

.b-footer__subscribe_form_heading {
    padding: 52px 5px 0 28px;
    font-weight: 300;
}

.b-footer__subscribe_form_heading .row-1 {
    font-size: 26px;
    line-height: 32px;
}

.b-footer__subscribe_form_heading .row-2 {
    padding: 8px 4px 0;
    font-size: 18px;
    line-height: 22px;
}

.b-footer__subscribe_result {
    display: none;
    padding: 10px 5px 0 28px;
    font-size: 14px;
}

.b-footer__subscribe_form_inputs {
    position: relative;
    margin: 6px 5px 0 30px;
}

.b-footer__subscribe_form_inputs .input-2 {
    padding-right: 54px;
}

.b-footer__subscribe_form_submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 39px;
    height: 39px;
    border: none;
    background: url('images/subscribe-submit-btn.png') no-repeat;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}

.b-footer__bottom {
    padding: 23px 0 74px 0;
    font-size: 11px;
    line-height: 18px;
    color: #a8a8a8;
}

.b-footer__bottom_text {
    padding: 0 8px;
}

.b-footer__terms {
    padding: 24px 5px 0 37px;
    font-size: 14px;
    line-height: 17px;
}

.b-footer__links {
    display: block;
    margin: 4px 5px 0 37px;
    list-style: none;
}

.b-footer__bottom_terms {
    padding: 24px 5px 0 8px;
}

.b-footer__bottom_links {
    display: block;
    margin: 4px 5px 0 8px;
    list-style: none;
}

.b-footer__bottom_links a {
    display: inline-block;
    margin-right: 7px;
    color: #a8a8a8;
    text-decoration: underline;
}

.b-footer__bottom_links a:hover {
    text-decoration: none;
}

.b-footer__bottom_links li {
    display: inline;
}

.b-footer.white {
    margin: 0;
    padding: 100px 0 30px;
    font-size: 11px;
    line-height: 15px;
    color: #777;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    font-size: 12px;
    color: #666;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
}

.icon-box span {
    display: block;
    position: absolute;
    height: 3.6rem;
    width: 3.6rem;
    color: #fff;
    text-shadow: #00B3C3 1px 1px, #00B3C3 2px 2px, #00B3C3 3px 3px, #00B3C3 4px 4px, #00B3C3 5px 5px, #00B3C3 6px 6px, #00B3C3 7px 7px, #00B3C3 8px 8px, #00B3C3 9px 9px, #00B3C3 10px 10px, #00B3C3 11px 11px, #00B3C3 12px 12px, #00B3C3 13px 13px, #00B3C3 14px 14px, #00B3C3 15px 15px, #00B3C3 16px 16px, #00B3C3 17px 17px, #00B3C3 18px 18px, #00B3C3 19px 19px, #00B3C3 20px 20px, #00B3C3 21px 21px, #00B3C3 22px 22px, #00B3C3 23px 23px, #00B3C3 24px 24px, #00B3C3 25px 25px, #00B3C3 26px 26px, #00B3C3 27px 27px, #00B3C3 28px 28px, #00B3C3 29px 29px, #00B3C3 30px 30px, #00B3C3 31px 31px, #00B3C3 32px 32px, #00B3C3 33px 33px, #00B3C3 34px 34px, #00B3C3 35px 35px, #00B3C3 36px 36px, #00B3C3 37px 37px, #00B3C3 38px 38px, #00B3C3 39px 39px, #00B3C3 40px 40px, #00B3C3 41px 41px, #00B3C3 42px 42px, #00B3C3 43px 43px, #00B3C3 44px 44px, #00B3C3 45px 45px, #00B3C3 46px 46px, #00B3C3 47px 47px, #00B3C3 48px 48px, #00B3C3 49px 49px, #00B3C3 50px 50px, #00B3C3 51px 51px, #00B3C3 52px 52px, #00B3C3 53px 53px, #00B3C3 54px 54px, #00B3C3 55px 55px, #00B3C3 56px 56px, #00B3C3 57px 57px, #00B3C3 58px 58px, #00B3C3 59px 59px, #00B3C3 60px 60px, #00B3C3 61px 61px, #00B3C3 62px 62px, #00B3C3 63px 63px, #00B3C3 64px 64px, #00B3C3 65px 65px, #00B3C3 66px 66px, #00B3C3 67px 67px, #00B3C3 68px 68px, #00B3C3 69px 69px, #00B3C3 70px 70px, #00B3C3 71px 71px, #00B3C3 72px 72px, #00B3C3 73px 73px, #00B3C3 74px 74px, #00B3C3 75px 75px, #00B3C3 76px 76px, #00B3C3 77px 77px, #00B3C3 78px 78px, #00B3C3 79px 79px, #00B3C3 80px 80px, #00B3C3 81px 81px, #00B3C3 82px 82px, #00B3C3 83px 83px, #00B3C3 84px 84px, #00B3C3 85px 85px, #00B3C3 86px 86px, #00B3C3 87px 87px, #00B3C3 88px 88px, #00B3C3 89px 89px, #00B3C3 90px 90px, #00B3C3 91px 91px, #00B3C3 92px 92px, #00B3C3 93px 93px, #00B3C3 94px 94px, #00B3C3 95px 95px, #00B3C3 96px 96px, #00B3C3 97px 97px, #00B3C3 98px 98px, #00B3C3 99px 99px, #00B3C3 100px 100px, #00B3C3 101px 101px, #00B3C3 102px 102px, #00B3C3 103px 103px, #00B3C3 104px 104px, #00B3C3 105px 105px, #00B3C3 106px 106px, #00B3C3 107px 107px, #00B3C3 108px 108px, #00B3C3 109px 109px, #00B3C3 110px 110px, #00B3C3 111px 111px, #00B3C3 112px 112px, #00B3C3 113px 113px, #00B3C3 114px 114px, #00B3C3 115px 115px, #00B3C3 116px 116px, #00B3C3 117px 117px, #00B3C3 118px 118px, #00B3C3 119px 119px, #00B3C3 120px 120px, #00B3C3 121px 121px, #00B3C3 122px 122px, #00B3C3 123px 123px, #00B3C3 124px 124px, #00B3C3 125px 125px, #00B3C3 126px 126px, #00B3C3 127px 127px, #00B3C3 128px 128px, #00B3C3 129px 129px, #00B3C3 130px 130px, #00B3C3 131px 131px, #00B3C3 132px 132px, #00B3C3 133px 133px, #00B3C3 134px 134px, #00B3C3 135px 135px, #00B3C3 136px 136px, #00B3C3 137px 137px, #00B3C3 138px 138px, #00B3C3 139px 139px, #00B3C3 140px 140px, #00B3C3 141px 141px, #00B3C3 142px 142px, #00B3C3 143px 143px, #00B3C3 144px 144px, #00B3C3 145px 145px, #00B3C3 146px 146px, #00B3C3 147px 147px, #00B3C3 148px 148px, #00B3C3 149px 149px, #00B3C3 150px 150px;
  }

  .icon-box {
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 3.6rem;
    height: 3.6rem;
    font-size: 1.6rem;
    line-height: 3.6rem;
    background-color: #00C9DA;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }

  .icon-box.pink {
    background-color: #FF0B69;
  }
  .icon-box.pink span {
    text-shadow: #E40A5E 1px 1px, #E40A5E 2px 2px, #E40A5E 3px 3px, #E40A5E 4px 4px, #E40A5E 5px 5px, #E40A5E 6px 6px, #E40A5E 7px 7px, #E40A5E 8px 8px, #E40A5E 9px 9px, #E40A5E 10px 10px, #E40A5E 11px 11px, #E40A5E 12px 12px, #E40A5E 13px 13px, #E40A5E 14px 14px, #E40A5E 15px 15px, #E40A5E 16px 16px, #E40A5E 17px 17px, #E40A5E 18px 18px, #E40A5E 19px 19px, #E40A5E 20px 20px, #E40A5E 21px 21px, #E40A5E 22px 22px, #E40A5E 23px 23px, #E40A5E 24px 24px, #E40A5E 25px 25px, #E40A5E 26px 26px, #E40A5E 27px 27px, #E40A5E 28px 28px, #E40A5E 29px 29px, #E40A5E 30px 30px, #E40A5E 31px 31px, #E40A5E 32px 32px, #E40A5E 33px 33px, #E40A5E 34px 34px, #E40A5E 35px 35px, #E40A5E 36px 36px, #E40A5E 37px 37px, #E40A5E 38px 38px, #E40A5E 39px 39px, #E40A5E 40px 40px, #E40A5E 41px 41px, #E40A5E 42px 42px, #E40A5E 43px 43px, #E40A5E 44px 44px, #E40A5E 45px 45px, #E40A5E 46px 46px, #E40A5E 47px 47px, #E40A5E 48px 48px, #E40A5E 49px 49px, #E40A5E 50px 50px, #E40A5E 51px 51px, #E40A5E 52px 52px, #E40A5E 53px 53px, #E40A5E 54px 54px, #E40A5E 55px 55px, #E40A5E 56px 56px, #E40A5E 57px 57px, #E40A5E 58px 58px, #E40A5E 59px 59px, #E40A5E 60px 60px, #E40A5E 61px 61px, #E40A5E 62px 62px, #E40A5E 63px 63px, #E40A5E 64px 64px, #E40A5E 65px 65px, #E40A5E 66px 66px, #E40A5E 67px 67px, #E40A5E 68px 68px, #E40A5E 69px 69px, #E40A5E 70px 70px, #E40A5E 71px 71px, #E40A5E 72px 72px, #E40A5E 73px 73px, #E40A5E 74px 74px, #E40A5E 75px 75px, #E40A5E 76px 76px, #E40A5E 77px 77px, #E40A5E 78px 78px, #E40A5E 79px 79px, #E40A5E 80px 80px, #E40A5E 81px 81px, #E40A5E 82px 82px, #E40A5E 83px 83px, #E40A5E 84px 84px, #E40A5E 85px 85px, #E40A5E 86px 86px, #E40A5E 87px 87px, #E40A5E 88px 88px, #E40A5E 89px 89px, #E40A5E 90px 90px, #E40A5E 91px 91px, #E40A5E 92px 92px, #E40A5E 93px 93px, #E40A5E 94px 94px, #E40A5E 95px 95px, #E40A5E 96px 96px, #E40A5E 97px 97px, #E40A5E 98px 98px, #E40A5E 99px 99px, #E40A5E 100px 100px, #E40A5E 101px 101px, #E40A5E 102px 102px, #E40A5E 103px 103px, #E40A5E 104px 104px, #E40A5E 105px 105px, #E40A5E 106px 106px, #E40A5E 107px 107px, #E40A5E 108px 108px, #E40A5E 109px 109px, #E40A5E 110px 110px, #E40A5E 111px 111px, #E40A5E 112px 112px, #E40A5E 113px 113px, #E40A5E 114px 114px, #E40A5E 115px 115px, #E40A5E 116px 116px, #E40A5E 117px 117px, #E40A5E 118px 118px, #E40A5E 119px 119px, #E40A5E 120px 120px, #E40A5E 121px 121px, #E40A5E 122px 122px, #E40A5E 123px 123px, #E40A5E 124px 124px, #E40A5E 125px 125px, #E40A5E 126px 126px, #E40A5E 127px 127px, #E40A5E 128px 128px, #E40A5E 129px 129px, #E40A5E 130px 130px, #E40A5E 131px 131px, #E40A5E 132px 132px, #E40A5E 133px 133px, #E40A5E 134px 134px, #E40A5E 135px 135px, #E40A5E 136px 136px, #E40A5E 137px 137px, #E40A5E 138px 138px, #E40A5E 139px 139px, #E40A5E 140px 140px, #E40A5E 141px 141px, #E40A5E 142px 142px, #E40A5E 143px 143px, #E40A5E 144px 144px, #E40A5E 145px 145px, #E40A5E 146px 146px, #E40A5E 147px 147px, #E40A5E 148px 148px, #E40A5E 149px 149px, #E40A5E 150px 150px;
  }
  .icon-box.yellow {
    background-color: #FDDC00;
  }
  .icon-box.yellow span {
    text-shadow: #E2C500 1px 1px, #E2C500 2px 2px, #E2C500 3px 3px, #E2C500 4px 4px, #E2C500 5px 5px, #E2C500 6px 6px, #E2C500 7px 7px, #E2C500 8px 8px, #E2C500 9px 9px, #E2C500 10px 10px, #E2C500 11px 11px, #E2C500 12px 12px, #E2C500 13px 13px, #E2C500 14px 14px, #E2C500 15px 15px, #E2C500 16px 16px, #E2C500 17px 17px, #E2C500 18px 18px, #E2C500 19px 19px, #E2C500 20px 20px, #E2C500 21px 21px, #E2C500 22px 22px, #E2C500 23px 23px, #E2C500 24px 24px, #E2C500 25px 25px, #E2C500 26px 26px, #E2C500 27px 27px, #E2C500 28px 28px, #E2C500 29px 29px, #E2C500 30px 30px, #E2C500 31px 31px, #E2C500 32px 32px, #E2C500 33px 33px, #E2C500 34px 34px, #E2C500 35px 35px, #E2C500 36px 36px, #E2C500 37px 37px, #E2C500 38px 38px, #E2C500 39px 39px, #E2C500 40px 40px, #E2C500 41px 41px, #E2C500 42px 42px, #E2C500 43px 43px, #E2C500 44px 44px, #E2C500 45px 45px, #E2C500 46px 46px, #E2C500 47px 47px, #E2C500 48px 48px, #E2C500 49px 49px, #E2C500 50px 50px, #E2C500 51px 51px, #E2C500 52px 52px, #E2C500 53px 53px, #E2C500 54px 54px, #E2C500 55px 55px, #E2C500 56px 56px, #E2C500 57px 57px, #E2C500 58px 58px, #E2C500 59px 59px, #E2C500 60px 60px, #E2C500 61px 61px, #E2C500 62px 62px, #E2C500 63px 63px, #E2C500 64px 64px, #E2C500 65px 65px, #E2C500 66px 66px, #E2C500 67px 67px, #E2C500 68px 68px, #E2C500 69px 69px, #E2C500 70px 70px, #E2C500 71px 71px, #E2C500 72px 72px, #E2C500 73px 73px, #E2C500 74px 74px, #E2C500 75px 75px, #E2C500 76px 76px, #E2C500 77px 77px, #E2C500 78px 78px, #E2C500 79px 79px, #E2C500 80px 80px, #E2C500 81px 81px, #E2C500 82px 82px, #E2C500 83px 83px, #E2C500 84px 84px, #E2C500 85px 85px, #E2C500 86px 86px, #E2C500 87px 87px, #E2C500 88px 88px, #E2C500 89px 89px, #E2C500 90px 90px, #E2C500 91px 91px, #E2C500 92px 92px, #E2C500 93px 93px, #E2C500 94px 94px, #E2C500 95px 95px, #E2C500 96px 96px, #E2C500 97px 97px, #E2C500 98px 98px, #E2C500 99px 99px, #E2C500 100px 100px, #E2C500 101px 101px, #E2C500 102px 102px, #E2C500 103px 103px, #E2C500 104px 104px, #E2C500 105px 105px, #E2C500 106px 106px, #E2C500 107px 107px, #E2C500 108px 108px, #E2C500 109px 109px, #E2C500 110px 110px, #E2C500 111px 111px, #E2C500 112px 112px, #E2C500 113px 113px, #E2C500 114px 114px, #E2C500 115px 115px, #E2C500 116px 116px, #E2C500 117px 117px, #E2C500 118px 118px, #E2C500 119px 119px, #E2C500 120px 120px, #E2C500 121px 121px, #E2C500 122px 122px, #E2C500 123px 123px, #E2C500 124px 124px, #E2C500 125px 125px, #E2C500 126px 126px, #E2C500 127px 127px, #E2C500 128px 128px, #E2C500 129px 129px, #E2C500 130px 130px, #E2C500 131px 131px, #E2C500 132px 132px, #E2C500 133px 133px, #E2C500 134px 134px, #E2C500 135px 135px, #E2C500 136px 136px, #E2C500 137px 137px, #E2C500 138px 138px, #E2C500 139px 139px, #E2C500 140px 140px, #E2C500 141px 141px, #E2C500 142px 142px, #E2C500 143px 143px, #E2C500 144px 144px, #E2C500 145px 145px, #E2C500 146px 146px, #E2C500 147px 147px, #E2C500 148px 148px, #E2C500 149px 149px, #E2C500 150px 150px;
  }
  .button-1,
  .button-2

   {
      position: relative;
  }
  /*.button-1:before,
    .button-2:before {
        content:'';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 100%;
	background: rgba(255,255,255,0.3);
    transition: all 0.4s ease;
    pointer-events: none;
}

.button-1:hover:before,
.button-2:hover:before

 {
	width: 100%;
}*/
/*
.button-1:hover,
.button-2:hover

 {
    margin-top: -2px;
	transition: all 0.4s ease;
}*/

#partner_left {
    margin-top: 5rem;
    max-width: 30%;
    float: left;
}
#partner_right {
    max-width: 70%;
}
.b-trusted-by__item.half a {
    height: 90px;
    line-height: 90px;
    display: block
}

.b-part-of #partner_right img {
    margin: 0 auto;
}

.b-part-of #partner_right img {
    width: auto;
}
/*
.b-trusted-by__item.half a img {
    float: left;
}*/
.b-cookies-table {

}
.b-cookies-table th {
    background: #f2f2f2;
    padding: .5rem 1rem;
    text-align: left;
    white-space: nowrap;
}
.b-cookies-table td {
    padding: .5rem 1rem;
    text-align: left;
}
@media only screen and (max-width:1260px){
    #partner_left,
    #partner_right {
        max-width: none;
        float: none;
    }
}

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

.b-modal-1 .no-totp-label {
    display: inline-block;
    margin: 8px 0 0 150px;
    font-size: 12px;
    line-height: 12px;
}

.b-modal-1 .no-master-key-label {
    display: inline-block;
    margin: 8px 0 0 150px;
    font-size: 12px;
    line-height: 12px;
}

.b-modal-1 .after_restore {
    text-align: center;
}

#restored_qr_code {
    margin-top: 7px;
}

.qr-code-confirm {

}

.qr-code-confirm-master-key {
    margin-top: 5px;
    padding: 5px;
    border: 1px solid #9b9b9b;
    background-color: #dddddd;
}

.qr-confirm-height {
    height: 600px;
}

.qr-code-instructions {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 20px;
}

.qr-code-6digit-confirm {
    width: 100px;
    text-align: center;
    font-size: 14px;
}

.error-message-margins {
    margin-top: 10px;
    margin-bottom: 10px;
}

.password-green-note {
    padding: 15px;
    background-color: #c1e2b3;
    font-size: 12px;
    font-family: 'Roboto', sans-serif
}

.password-green-note > ul {
    margin-left: 15px;
}