/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
mark {
    color: #000;
    background: #ff0;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    cursor: pointer;
    -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}
input[type='search'] {
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;
    border: 1px solid #c0c0c0;
}
legend {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}
body {
    font-family: 'Open Sans', sans-serif;
}
/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
    /* position relative and z-index fix webkit rendering fonts issue */

    position: relative;
    z-index: 1;
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */

    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    display: block;
    opacity: 0;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    float: left;
    min-height: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
/* No Js */

.no-js .owl-carousel {
    display: block;
}
/*
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    opacity: 0;
}
.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
/*
 *  Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    cursor: pointer;
    -webkit-transition: scale 100ms ease;
    transition: scale 100ms ease;
    background: url('owl.video.play.png') no-repeat;
    -webkit-backface-visibility: hidden;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    height: 100%;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}
.clearfix:after,
.clearfix:before {
    display: table;
    clear: both;
    content: '';
}
.fix-width {
    min-width: 1100px;
}
.lp-container {
    box-sizing: border-box;
    width: 1024px;
    margin: 0 auto;
}
.lp-container .lp-row {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lp-container .lp-main-title {
    font: 52px/60px 'Open Sans', sans-serif;
    width: 100%;
    text-align: center;
    color: #333;
}
.lp-header {
    min-height: 62px;
    background: #202729;
}
.lp-header .lp-row {
    padding: 0 2px 0 20px;
}
.lp-header .lp-navigation {
    line-height: 60px;
}
.lp-header .lp-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.lp-header .lp-navigation ul li {
    float: left;
}
.lp-header .lp-navigation ul a {
    font: 17px/36px 'Open Sans', sans-serif;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    text-decoration: none;
    color: #fff;
    -webkit-backface-visibility: hidden;

}
.lp-header .lp-navigation ul a:hover {
    opacity: .6;
}
.lp-header .lp-navigation ul li + li {
    margin-left: 45px;
}
.lp-header .lp-callback {
    line-height: 60px;
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.lp-header .lp-callback a {
    font: 17px/36px 'Open Sans', sans-serif;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    color: #8ca3e6;
    border-bottom: 1px dashed #8ca3e6;
}
.lp-header .lp-callback a:hover {
    color: #fff;
    border-bottom-color: #fff;
}
.lp-header-sticky {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
}
.lp-introducing {
    position: relative;
    padding-top: 62px;
    background: url('/images/landing-itbusiness/first-bg.jpg') no-repeat top center;
    background-size: cover;
}
.lp-introducing .lp-container {
    width: 1054px;
}
.lp-introducing:before {
    position: absolute;
    bottom: 0;
    left: 54%;
    width: 500px;
    height: 575px;
    margin-left: -711px;
    content: '';
    background: url('/images/landing-itbusiness/iphone-first-bg.png') no-repeat left bottom;
}
.lp-introducing .lp-row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lp-introducing .lp-content {
    width: 650px;
    padding-bottom: 44px;
}
.lp-introducing .lp-main-title {
    margin-top: 69px;
    margin-bottom: 26px;
    text-align: left;
    letter-spacing: -.5px;
}
.lp-introducing .lp-text {
    font: 20px/28px 'Open Sans', sans-serif;
    margin-bottom: 62px;
    padding-left: 2px;
    color: #333;
}
.lp-introducing .lp-text .bold {
    font-weight: bold;
}
.lp-introducing .lp-list {
    width: 527px;
    padding-left: 54px;
    list-style: none;
}
.lp-introducing .lp-list li {
    font: 18px/26px 'Open Sans', sans-serif;
    position: relative;
    margin-bottom: 34px;
    color: #333;
}
.lp-introducing .lp-list li .green-accept-icon {
    position: absolute;
    top: 11px;
    left: -52px;
    width: 100%;
    width: 28px;
    height: 28px;
    fill: #81ac54;
}
.lp-solve-problem {
    background-color: #fff;
}
.lp-solve-problem .lp-container {
    background: url('/images/landing-itbusiness/messanger-icons.png') no-repeat 98% 39%;
}
.lp-solve-problem .lp-main-title {
    margin: 76px auto 60px;
}
.lp-solve-problem .lp-annotation {
    width: 640px;
    margin: 0 auto 47px;
    padding-left: 10px;
    text-align: center;
}
.lp-solve-problem .lp-annotation .lp-title {
    font: 30px/26px 'Open Sans', sans-serif;
    margin-bottom: 25px;
    margin-left: -35px;
    color: #333;
}
.lp-solve-problem .lp-annotation .lp-text {
    font: 18px/26px 'Open Sans', sans-serif;
    margin-left: -35px;
    color: #333;
}
.lp-myth {
    z-index: 10;
    background-color: #2b3539;
}
.lp-myth .lp-row {
    padding-bottom: 78px;
}
.lp-myth .lp-main-title {
    margin-top: 90px;
    margin-bottom: 59px;
    text-align: center;
    color: #fff;
}
.lp-myth .lp-myth-item {
    margin-bottom: 24px;
    padding-left: 10px;
}
.lp-myth .lp-myth-item .lp-title {
    font: 24px/27px 'Open Sans', sans-serif;
    margin-bottom: 0;
    color: #fff;
}
.lp-myth .lp-myth-item .lp-text {
    font: 18px/26px 'Open Sans', sans-serif;
    margin-bottom: 0;
    color: #7a8082;
}
.lp-noneed-lawyer .lp-main-title {
    margin: 70px auto 47px;
    text-align: center;
}
.lp-noneed-lawyer .lp-sub-text {
    font: 20px/28px 'Open Sans', sans-serif;
    width: 100%;
    margin-top: 0;
    margin-bottom: 105px;
    padding-left: 1px;
    text-align: center;
    color: #333;
}
.lp-noneed-lawyer .lp-noneed-lawyer-list {
    padding-bottom: 0;
    padding-left: 44px;
}
.lp-noneed-lawyer .lp-item {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 36px;
    position: relative;
    margin-bottom: 110.8px;
    padding-right: 330px;
    color: #333;
}
.lp-noneed-lawyer .lp-item span {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    position: absolute;
    top: 20px;
    right: 5px;
    display: block;
    width: 250px;
    height: 115px;
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
    text-transform: uppercase;
    color: #b52733;
}
.lp-noneed-lawyer .lp-item span:before {
    position: absolute;
    top: -40px;
    left: -24px;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transform: rotate(9deg);
    transform: rotate(9deg);
    background: url('/images/landing-itbusiness/red-border.png') no-repeat;
}
.lp-noneed-lawyer .lp-item span:after {
    position: absolute;
    top: -2px;
    left: 16px;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transform: rotate(9deg);
    transform: rotate(9deg);
    background: url('/images/landing-itbusiness/text-filter.png') no-repeat;
}
.lp-noneed-lawyer .lp-item:last-child {
    margin-bottom: 88px;
}
.lp-risks {
    background: #91b76b;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #91b76b), color-stop(100%, #789a55));
    background: -webkit-linear-gradient(top, #91b76b 0%, #789a55 100%);
    background: linear-gradient(to bottom, #91b76b 0%, #789a55 100%);
}
.lp-risks .lp-main-title {
    margin: 95px 0;
    text-align: center;
    color: #fff;
}
.lp-risks .lp-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lp-risks .lp-item {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 36px;
    position: relative;
    width: 650px;
    margin-bottom: 103px;
    padding-right: 131px;
    color: #fff;
}
.lp-risks .lp-item .white-accept-icon {
    position: absolute;
    top: 23px;
    left: -110px;
    width: 60px;
    height: 60px;
    fill: #fff;
}
.lp-benefits {
    background: url('/images/landing-itbusiness/secnd-bg.jpg') no-repeat;
    background-size: cover;
}
.lp-benefits .lp-main-title {
    margin: 85px auto 50px;
    text-align: center;
}
.lp-benefits .lp-sub-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 28px;
    width: 800px;
    margin: 0 auto 98px;
    text-align: center;
    color: #333;
}
.lp-benefits .lp-benefits-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 70px;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
}
.lp-benefits .lp-benefits-list .lp-item {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.lp-benefits .lp-benefits-list .lp-item .big {
    font-family: 'Open Sans', sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 40px;
    color: #333;
}
.lp-benefits .lp-benefits-list .lp-item .big .helper-text {
    font-size: 50px;
}
.lp-benefits .lp-benefits-list .lp-item .lp-years {
    padding-right: 10px;
}
.lp-benefits .lp-benefits-list .lp-item .lp-recomendation {
    padding-left: 10px;
}
.lp-benefits .lp-benefits-list .lp-item .text {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 40px;
    margin-top: 10px;
    color: #333;
}
.lp-benefits .lp-magazine-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 846px;
    margin: 0 auto 100px;
    padding: 16px 14px;
    padding-top: 24px;
    background-color: #fff;
}
.lp-benefits .lp-magazine-info .lp-item {
    padding: 23px 30px 0;
}
.lp-benefits .lp-magazine-info .lp-item .lp-img {
    min-height: 61px;
    margin-bottom: 9px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.lp-benefits .lp-magazine-info .lp-item .lp-img:hover {
    opacity: .8;
}
.lp-benefits .lp-magazine-info .lp-item .lp-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 26px;
    margin-top: 0;
    color: #333;
}
.lp-benefits .lp-magazine-info .lp-item:first-child {
    position: relative;
    padding-right: 12px;
}
.lp-benefits .lp-magazine-info .lp-item:first-child:before {
    position: absolute;
    top: 0;
    right: -13px;
    width: 1px;
    height: 100%;
    content: '';
    background-color: #e5e5e5;
}
.lp-benefits .lp-magazine-info .lp-item:last-child {
    padding-top: 20px;
    padding-left: 50px;
}
.lp-benefits .lp-magazine-info .lp-item:last-child .lp-img {
    min-height: 40px;
}
.lp-team {
    background-color: #fff;
}
.lp-team .lp-row {
    padding: 0;
}
.lp-team .lp-container {
    width: 1074px;
}
.lp-team .lp-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 28px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 80px;
    padding-left: 16px;
    text-align: center;
    color: #333;
}
.lp-team .lp-main-title {
    margin-top: 79px;
    margin-bottom: 41px;
    padding-left: 16px;
}
.lp-team .lp-lawerts-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 80px;
    padding: 0 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.lp-team .lp-lawyer-card {
    width: 300px;
}
.lp-team .lp-lawyer-card .name {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 38px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #333;
}
.lp-team .lp-lawyer-card .info {
    padding-left: 0;
    list-style: none;
}
.lp-team .lp-lawyer-card .info li {
    margin-bottom: 19px;
}
.lp-team .lp-lawyer-card .info .title {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 20px;
    display: block;
    color: #888;
}
.lp-team .lp-lawyer-card .info .text {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #333;
}
.lp-team .lp-lawyer-card:first-child {
    margin-left: 21px;
}
@media (max-width: 1000px) {
    .lp-team .lp-lawyer-card:first-child {
        margin-left: 0;
    }
}
.lp-team .lp-sub-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 36px;
    margin: 0 auto 35px;
    padding-left: 16px;
    text-align: center;
    color: #000;
}
.lp-team .lp-text.smaller {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 60px;
    color: #000;
}
.lp-team .lp-visit-card {
    margin: 0 auto 103px;
    padding-left: 23px;
}
.lp-question-resolve {
    position: relative;
    background: url('/images/landing-itbusiness/third-bg.jpg') no-repeat;
    background-size: cover;
}
.lp-question-resolve:before {
    position: absolute;
    right: calc(47% - 2px);
    bottom: 0;
    width: 440px;
    height: 520px;
    margin-right: -511px;
    content: '';
    background: url('/images/landing-itbusiness/lawyr-man.png') no-repeat left bottom;
}
.lp-question-resolve .lp-main-title {
    margin: 92px auto 50px;
}
.lp-question-resolve .lp-question-list {
    padding-left: 12px;
}
.lp-question-resolve .lp-question-list .lp-item {
    width: 750px;
    margin-bottom: 101px;
}
.lp-question-resolve .lp-question-list .lp-item:last-child {
    margin-bottom: 78px;
}
.lp-question-resolve .lp-question-list .lp-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 36px;
    margin-bottom: 27px;
    color: #333;
}
.lp-question-resolve .lp-question-list .lp-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    position: relative;
    padding-left: 50px;
    color: #81ac54;
}
.lp-question-resolve .lp-question-list .lp-text .green-accept-icon {
    position: absolute;
    top: 0;
    left: 7px;
    width: 28px;
    height: 28px;
    fill: #81ac54;
}
.lp-question-resolve .lp-list {
    margin-bottom: 127px;
    padding-left: 16px;
}
.lp-question-resolve .lp-list .lp-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 36px;
    margin-bottom: 20px;
    color: #333;
}
.lp-question-resolve .lp-list ul {
    margin: 0;
    padding: 0;
}
.lp-question-resolve .lp-list ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 40px;
    list-style: none;
    color: #333;
}
.lp-question-resolve .lp-list ul .bold {
    font-weight: bold;
}
.lp-consultation-advantage .lp-main-title {
    margin: 90px auto 42px;
}
.lp-consultation-advantage .lp-consultation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
}
.lp-consultation-advantage .lp-consultation-list .lp-item {
    width: 33.33333%;
    padding: 25px 5px;
}
.lp-consultation-advantage .lp-consultation-list .lp-item .lp-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 46px;
    padding-left: 8px;
    color: #333;
}
.lp-consultation-advantage .lp-consultation-list .lp-item .lp-inner-list {
    padding-left: 54px;
    list-style: none;
}
.lp-consultation-advantage .lp-consultation-list .lp-item .lp-inner-list li {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    margin-bottom: 40px;
    color: #333;
}
.lp-consultation-advantage .lp-consultation-list .lp-item .lp-inner-list li .green-accept-icon {
    position: absolute;
    top: 0;
    left: -43px;
    width: 28px;
    height: 28px;
    fill: #81ac54;
}
.lp-consultation-advantage .lp-consultation-list .lp-item .lp-inner-list li .red-icon {
    position: absolute;
    top: 0;
    left: -43px;
    width: 28px;
    height: 28px;
    fill: #c83642;
}
.lp-consultation-advantage .lp-consultation-list .lp-item .lp-inner-list .red {
    color: #c83642;
}
.lp-consultation-advantage .lp-consultation-list .lp-item .lp-inner-list .green {
    color: #81ac54;
}
.lp-consultation-advantage .lp-consultation-list .lp-item--green {
    box-sizing: border-box;
    padding-left: 27px;
    background-color: #f8fcf4;
}
.lp-consultation-advantage .lp-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 28px;
    width: 100%;
    margin-bottom: 110px;
    text-align: center;
    color: #333;
}
.lp-consultation-advantage .lp-text .bold {
    font-weight: 600;
}
.lp-tariffs {
    position: relative;
    background: url('/images/landing-itbusiness/forth-bg.jpg') no-repeat;
    background-size: cover;
}
.lp-tariffs .lp-container {
    position: relative;
}
.lp-tariffs .lp-main-title {
    margin: 90px auto 97px;
    color: #fff;
}
.lp-tariffs .lp-row {
    padding-bottom: 200px;
}
.lp-tariffs .lp-tariffs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 750px;
}
.lp-tariffs .lp-tariffs-list .lp-tariffs-card {
    width: 32%;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 2px 0 15px 5px rgba(3, 4, 4, .1);
}
.lp-tariffs .lp-tariffs-list .lp-tariffs-card .lp-tooltip-icon {
    font: 12px/16px Arial, sans-serif;
    position: absolute;
    top: 2px;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    padding-top: 1px;
    cursor: default;
    color: #fff;
    border-radius: 50%;
    background-color: #82ad55;
}
.lp-tariffs .lp-tariffs-list .lp-tariffs-card .lp-tooltip-icon:hover {
    background-color: #6f9943;
}
.lp-tariffs .lp-tariffs-list .lp-tariffs-card .title {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 26px;
    width: 100%;
    margin: 0;
    padding: 20px 0 25px 0;
    text-align: center;
    color: #fff;
    border-radius: 6px 6px 0 0;

}
.lp-tariffs .lp-tariffs-list .lp-tariffs-card .lp-card-list {
    min-height: 515px;
    margin: 0;
    padding: 10px 20px 0;
    list-style: none;
}
.lp-tariffs .lp-tariffs-list .lp-tariffs-card .lp-card-list li {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 20px;
    padding: 14px 1px 20px;
    text-align: center;
    color: #333;
    border-bottom: 1px solid #e3e3e3;
}
.lp-tariffs .lp-tariffs-list .lp-tariffs-card .lp-card-list li .bold {
    font-weight: bold;
    position: relative;
}
.lp-tariffs .lp-tariffs-list .lp-tariffs-card .lp-card-list li .list-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    color: #888;
}
.lp-tariffs .lp-tariffs-list .lp-tariffs-card .lp-card-list li .list-title {
    margin-bottom: 9px;
}
.lp-tariffs .lp-tariffs-list .lp-tariffs-card .lp-card-list li:last-child {
    border-bottom: none;
}
.lp-tariffs .lp-tariffs-list .lp-tariffs-card .lp-price {
    padding: 0 0 30px 0;
    text-align: center;
}
.lp-tariffs .lp-tariffs-list .lp-tariffs-card .lp-price .main {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 10px;
    padding-left: 15px;
    color: #333;
}
.lp-tariffs .lp-tariffs-list .lp-tariffs-card .lp-price .main .green {
    color: #76a149;
}
.lp-tariffs .lp-tariffs-list .lp-tariffs-card .lp-price .long-term {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 30px;
    color: #333;
}
.lp-tariffs .lp-tariffs-list .lp-tariffs-card.lp--mini .title {
    border-radius: 6px 0 0 0;
    background-color: #2b3539;
}
.lp-tariffs .lp-tariffs-list .lp-tariffs-card.lp--bussines {
    z-index: 20;
    width: 36%;
    height: 790px;
    margin-top: -20px;
    box-shadow: 2px 0 15px 5px rgba(3, 4, 4, .1);
}
.lp-tariffs .lp-tariffs-list .lp-tariffs-card.lp--bussines .lp-card-list {
    min-height: 533px;
}
.lp-tariffs .lp-tariffs-list .lp-tariffs-card.lp--bussines .title {
    padding-top: 24px;
    background-color: #82ad55;
}
.lp-tariffs .lp-tariffs-list .lp-tariffs-card.lp--premium {
    border-bottom-left-radius: 0px;
}
.lp-tariffs .lp-tariffs-list .lp-tariffs-card.lp--mini {
    border-bottom-right-radius: 0px;
}
.lp-tariffs .lp-tariffs-list .lp-tariffs-card.lp--premium .title {
    border-radius: 0 6px 0 0;
    background-color: #e4db8b;
}
.lp-between-bnnr {
    position: absolute;
    bottom: -230px;
    left: 16px;
    box-sizing: border-box;
    width: calc(100% - 16px);
    padding: 25px 30px 40px;
    text-align: center;
    background-color: #fff;
}
.lp-between-bnnr .lp-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    margin-bottom: 20px;
    padding: 0 50px;
    color: #333;
}
.lp-between-bnnr .lp-text .big {
    font-weight: bold;
}
.lp-between-bnnr .lp-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
    color: #333;
}
.lp-tariffs-footer {
    text-align: center;
    background-color: #2b3539;
}
.lp-tariffs-footer .lp-main-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 28px;
    margin-top: 300px;
    margin-bottom: 23px;
    color: #fff;
}
.lp-tariffs-footer .lp-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 28px;
    margin: 0 auto 80px;
    color: #fff;
}
.lp-tariffs-footer .lp-text .lp-link {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    color: #91a9ef;
}
.lp-tariffs-footer .lp-text .lp-link:hover {
    color: #fff;
}
.lp-forget-past {
    background-color: #fff;
}
.lp-forget-past .lp-main-title {
    margin: 90px auto 80px;
}
.lp-forget-past .lp-forget-list .title {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 36px;
    margin-bottom: 20px;
    color: #333;
}
.lp-forget-past .lp-forget-list .text {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #333;
}
.lp-forget-past .lp-forget-list .lp-item {
    position: relative;
    margin-bottom: 128px;
}
.lp-forget-past .lp-forget-list .lp-item.lp-icon--shop:before {
    position: absolute;
    top: -14px;
    left: 75px;
    width: 143px;
    height: 130px;
    content: '';
    background: url('/images/landing-itbusiness/icon-open.png') no-repeat;
}
.lp-forget-past .lp-forget-list .lp-item.lp-icon--infografic:before {
    position: absolute;
    top: 7px;
    left: 80px;
    width: 130px;
    height: 130px;
    content: '';
    background: url('/images/landing-itbusiness/icon-infografic.png') no-repeat;
}
.lp-forget-past .lp-forget-list .lp-item.lp-icon--planing:before {
    position: absolute;
    top: -4px;
    right: 70px;
    width: 147px;
    height: 150px;
    content: '';
    background: url('/images/landing-itbusiness/icon-planing.png') no-repeat;
}
.lp-forget-past .lp-forget-list .lp-item:nth-child(odd) {
    padding-right: 120px;
    padding-left: 283px;
}
.lp-forget-past .lp-forget-list .lp-item:nth-child(even) {
    margin-bottom: 138px;
    padding-right: 275px;
    padding-left: 205px;
}
.lp-forget-past .lp-forget-list .lp-item:last-child {
    margin-bottom: 103px;
}
.lp-doubts {
    background: #f8f8f8;
}
.lp-doubts .lp-main-title {
    margin: 90px auto 39px;
}
.lp-doubts .lp-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 28px;
    margin: 0 auto 110px;
    padding-left: 3px;
    text-align: center;
    color: #333;
}
.lp-form-block {
    background: url('/images/landing-itbusiness/fifth-bg.jpg') no-repeat;
    background-size: cover;
}
.lp-form-block .lp-main-title {
    font-size: 50px;
    margin: 90px auto 7px;
    padding-left: 16px;
    color: #2b3539;
}
.lp-form-block .lp-row {
    padding-left: 0;
}
.lp-form-block .lp-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 36px;
    width: 100%;
    margin-bottom: 41px;
    padding-left: 17px;
    text-align: center;
    color: #2b3539;
}
.lp-form-block .lp-main-form {
    box-sizing: border-box;
    width: 492px;
    margin: 0 auto 100px;
    padding: 45px;
    background: rgba(43, 53, 57, .65);
}
.lp-form-block .lp-main-form label {
    width: 100%;
}
.lp-form-block .lp-main-form input[type='text'],
.lp-form-block .lp-main-form button[type='submit'],
.lp-form-block .lp-main-form input[type='tel'] {
    display: block;
    width: 100%;
    height: 48px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border: none;
    border-radius: 3px;
    outline: none;
}
.lp-form-block .lp-main-form input[type='text'] {
    box-sizing: border-box;
    margin-bottom: 25px;
    padding: 0 17px;
    border: 1px solid transparent;
}
.lp-form-block .lp-main-form input[type='tel'] {
    box-sizing: border-box;
    margin-bottom: 23px;
    padding: 0 17px;
    border: 1px solid transparent;
}
.lp-form-block .lp-main-form input[type='text'].invalid,
.lp-form-block .lp-main-form input[type='tel'].invalid {
    border: 2px solid #f56262;
}
.lp-form-block .lp-main-form .lp-phone-wrap {
    position: relative;
}
.lp-form-block .lp-main-form .lp-phone-wrap .p7 {
    line-height: 48px;
    position: absolute;
    top: 0;
    left: 15px;
    display: none;
}
.lp-form-block .lp-main-form .lp-phone-wrap.focused .p7 {
    display: block;
}
.lp-form-block .lp-main-form .lp-phone-wrap.focused input[type='tel'] {
    padding-left: 37px;
}
.lp-form-block .lp-main-form .lp-input-default::-webkit-input-placeholder {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1;
}
.lp-form-block .lp-main-form .lp-input-default::-moz-placeholder {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1;
}
.lp-form-block .lp-main-form .lp-input-default:-moz-placeholder {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1;
}
.lp-form-block .lp-main-form .lp-input-default:-ms-input-placeholder {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1;
}
.lp-form-block .lp-main-form .lp-input-default:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0;
}
.lp-form-block .lp-main-form .lp-input-default:focus::-moz-placeholder {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0;
}
.lp-form-block .lp-main-form .lp-input-default:focus:-moz-placeholder {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0;
}
.lp-form-block .lp-main-form .lp-input-default:focus:-ms-input-placeholder {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0;
}
.lp-form-block .lp-main-form button[type='submit'] {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 48px;
    padding-top: 0;
    color: #fff;
    background: #97c664;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #97c664), color-stop(100%, #7faf4b));
    background: -webkit-linear-gradient(top, #97c664 0%, #7faf4b 100%);
    background: linear-gradient(to bottom, #97c664 0%, #7faf4b 100%);
}
.lp-form-block .lp-main-form .lp-form-success {
    display: none;
}
.lp-form-block .lp-main-form.invalid {
    background: #384244;
}
.lp-form-block .lp-main-form.lp-success {
    background: rgba(43, 53, 57, .65);
}
.lp-form-block .lp-main-form.lp-success .lp-wrapper {
    display: none;
}
.lp-form-block .lp-main-form.lp-success .lp-form-success {
    display: block;
    text-align: center;
}
.lp-form-block .lp-main-form.lp-success .lp-form-success .green-success-icon {
    width: 52px;
    height: 52px;
    fill: #81ac54;
}
.lp-form-block .lp-main-form.lp-success .lp-form-success p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 26px;
    margin-top: 22px;
    text-align: center;
    color: #fff;
}
.lp-footer {
    background: #2b3539;
}
.lp-footer .lp-footer-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 36px;
    display: block;
    width: 100%;
    margin: 58px auto 38px;
    padding-left: 2px;
    text-align: center;
    color: #fff;
}
.lp-footer .lp-center-text {
    margin: 0 auto 65px;
    padding-left: 40px;
    text-align: center;
}
.lp-footer .lp-phone {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    line-height: 36px;
    position: relative;
    color: #fff;
}
.lp-footer .lp-phone:before {
    position: absolute;
    top: 10px;
    left: -42px;
    display: block;
    width: 26px;
    height: 26px;
    content: '';
    background: url('/images/landing-itbusiness/phone-icon.png') no-repeat;
}
.lp-footer .lp-support-link {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 36px;
    display: inline-block;
    margin-left: 115px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    vertical-align: top;
    color: #91a9ef;
}
.lp-footer .lp-support-link:hover {
    color: #fff;
}
.lp-solve-problem .lp-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 444px;
    background: url('/images/landing-itbusiness/ipad.png') no-repeat 56% 0;
}
.lp-solve-problem .lp-slider .lp-slider-container {
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 50%;
    width: 690px;
    margin: 0 auto;
    margin-top: 40px;
    margin-left: -345px;
}
.lp-solve-problem .lp-slider .lp-slider-container .owl-prev,
.lp-solve-problem .lp-slider .lp-slider-container .owl-next {
    position: absolute;
    z-index: 80;
    top: 27%;
    width: 45px;
    height: 45px;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    border-radius: 50%;
    background-color: #efefef;
}
.lp-solve-problem .lp-slider .lp-slider-container .owl-prev svg,
.lp-solve-problem .lp-slider .lp-slider-container .owl-next svg {
    position: absolute;
    top: 12px;
    fill: #656c6f;
}
.lp-solve-problem .lp-slider .lp-slider-container .owl-prev:hover,
.lp-solve-problem .lp-slider .lp-slider-container .owl-next:hover {
    background-color: #dcdcdc;
}
.lp-solve-problem .lp-slider .lp-slider-container .owl-prev {
    left: -150px;
}
.lp-solve-problem .lp-slider .lp-slider-container .owl-prev svg {
    left: 12px;
}
.lp-solve-problem .lp-slider .lp-slider-container .owl-next {
    right: -150px;
}
.lp-solve-problem .lp-slider .lp-slider-container .owl-next svg {
    left: 19px;
}
.lp-tooltip {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    z-index: 30;
    top: 0;
    left: 50%;
    display: none;
    box-sizing: border-box;
    width: 259px;
    margin-top: 40px;
    color: #fff;
    border-radius: 5px;
    background: rgba(43, 53, 57, .85);
    /* the cross */
}
.lp-tooltip__arrow {
    position: absolute;
    top: -16px;
    left: 20px;
    border: 8px solid transparent;
    border-bottom-color: rgba(43, 53, 57, .85);
}
.lp-tooltip .cross {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
}
.lp-tooltip .cross:before,
.lp-tooltip .cross:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
}
.lp-tooltip .cross::before,
.lp-tooltip .cross::after {
    width: 14px;
    height: 1px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #fff;
}
.lp-tooltip .cross::before {
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}
.lp-tooltip .cross::after {
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
}
.lp-tooltip .lp-container {
    width: 100%;
    padding: 13px 16px;
}
.lp-tooltip .lp-container p {
    margin: 0;
}
.lp-tooltip.visible {
    display: block;
}
.lp-slider-container .owl-carousel .owl-stage-outer {
    border: 1px solid #dbdbdb;
}
