
*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar
}

article, header, main, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

h1, h2, h3, p, ul {
    margin-top: 0
}

p, ul {
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

b, strong {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

img, svg {
    vertical-align: middle
}

img {
    border-style: none
}

svg {
    overflow: hidden
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

h1, h2, h3 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.text-nowrap {
    white-space: nowrap !important
}

@keyframes rotate {
    to {
        transform: rotate(360deg)
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

h1, h2, h3 {
    font-family: inherit;
    font-weight: 700;
    margin: 0 0 .5em;
    color: #2b3452
}

h1 {
    font-size: 30px
}

h2 {
    font-size: 27px
}

h3 {
    font-size: 24px
}

p {
    margin: 0 0 1em
}

a {
    display: inline-block;
    vertical-align: top;
    color: #00aef0;
    text-decoration: none;
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

html {
    box-sizing: border-box
}

*, :after, :before {
    box-sizing: inherit
}

body {
    color: #36425d;
    background: #fff;
    font: 16px/1.4444 "proximanova", "Arial", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-overflow-style: scrollbar
}

@media (max-width: 576px) {
    body {
        font-size: 16px
    }
}

#wrapper {
    position: relative;
    overflow: hidden;
    width: 100%
}

.container {
    max-width: 1512px;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap
}

.btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    display: inline-block;
    max-width: 100%;
    min-width: 175px;
    vertical-align: top;
    padding: 14px 20px;
    text-align: center;
    position: relative;
    outline: 0
}

.btn span {
    display: inline-block
}

.apply-btn {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    width: 88px;
    height: 46px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 14px 8px;
    text-align: center;
    border-radius: 5px
}

@media (min-width: 992px) {
    .apply-btn {
        width: 60px
    }
}

@media (min-width: 1200px) {
    .apply-btn {
        width: 68px
    }
}

@media (min-width: 1280px) {
    .apply-btn {
        width: 88px
    }
}

.mask {
    width: 100%
}

.mask {
    height: 100%;
    position: fixed;
    background-color: #000000c9;
    z-index: 9999999
}

.mask .circular, .mask__showbox {
    position: absolute;
    top: 45%;
    bottom: 0;
    left: 0;
    right: 0
}

.mask__loader {
    position: relative;
    margin: 0 auto;
    width: 60px
}

.mask__loader:before {
    content: '';
    display: block;
    padding-top: 100%
}

.mask .circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    top: 0;
    margin: auto
}

.mask .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: #8878d9
}

.mask__caption {
    background-image: url(/images/edge-pre-leader.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    position: absolute;
    left: 50%;
    height: 22px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.logo a {
    display: block
}

.header {
    background: #fff;
    position: relative;
    padding: 23px 15px;
    z-index: 10
}

@media (min-width: 450px) {
    .header {
        padding: 17px 15px
    }
}

@media (min-width: 576px) {
    .header {
        padding: 17px 20px
    }
}

@media (min-width: 992px) {
    .header {
        padding: 25px 20px
    }
}

@media (min-width: 1200px) {
    .header {
        padding: 31px 2% 31px 6.4%
    }
}

@media (min-width: 1280px) {
    .header {
        padding-left: 6.2%
    }
}

@media (min-width: 1440px) {
    .header {
        padding-left: 6.4%;
        padding-right: 5.28%
    }
}

@media (min-width: 1800px) {
    .header {
        padding-left: 8.7%
    }
}

@media (min-width: 1920px) {
    .header {
        padding-left: 11.3%
    }
}

@media (min-width: 1980px) {
    .header {
        padding-left: 12.9%
    }
}

@media (min-width: 992px) {
    .header__holder {
        position: relative
    }
}

@media (min-width: 1200px) {
    .header__holder {
        padding-right: 2%;
        width: 100%
    }
}

@media (min-width: 1200px) and (min-width: 1600px) {
    .header__holder {
        padding-right: 5.28%
    }
}

.header__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center
}

.header-right {
    opacity: 0;
    visibility: hidden
}

.header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 0 0 0 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width: 1024px) {
    .header-right {
        right: 0;
        padding: 0 0 0 12px
    }
}

@media (min-width: 1200px) {
    .header-right {
        right: 0;
        padding: 0 0 0 17px
    }
}

.header-right:before {
    content: '';
    background: #e5e5e5;
    position: absolute;
    left: 0;
    top: -8px;
    bottom: -8px;
    width: 1px
}

.header-right__image {
    width: 60px;
    height: 60px;
    position: relative;
    border-radius: 50%;
    overflow: hidden
}

.header-right__info-wrap {
    position: relative;
    padding: 0 0 0 10px;
    color: #6d6868
}

.header-right .name {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    display: block;
    margin: 0 0 2px
}

.header-right .desination {
    font-size: 12px;
    line-height: 16px;
    display: block;
    margin: 0 0 3px
}

.header-right .number-wrap {
    font-size: 13px;
    line-height: 19px;
    color: #604acc
}

.header-right .number-wrap, .header-right .number-wrap_holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center
}

.header-right .number-wrap_text {
    display: none
}

@media (min-width: 1200px) {
    .header-right .number-wrap_text {
        display: inline-block
    }
}

.header-right .number-wrap .ico-next {
    font-size: 13px;
    line-height: 16px;
    padding: 0 3px;
    display: inline-block;
    position: relative;
    top: 1px
}

.header-right .number-wrap a {
    color: #604acc
}

.logo {
    display: block;
    width: 180px
}

@media (min-width: 576px) {
    .logo {
        width: 220px
    }
}

@media (min-width: 1024px) {
    .logo {
        width: 180px
    }
}

@media (min-width: 1200px) {
    .logo {
        width: 180px
    }
}

@media (min-width: 1440px) {
    .logo {
        width: 248px
    }
}

.logo img {
    object-fit: contain;
    height: 34px;
    display: inline-block
}

.menu-area {
    position: relative;
    padding-right: 50px
}

@media (min-width: 1024px) {
    .menu-area {
        padding-right: 0
    }
}

@media (min-width: 992px) {
    .menu-area {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-items: center;
        align-items: center
    }
}

.menu-area__number {
    width: 145px;
    height: 48px;
    font: 600 14px/20px "IBM Plex Sans", "Arial", "Helvetica", sans-serif;
    border: 1px solid #d4d4d4;
    text-align: center;
    border-radius: 5px;
    padding: 12px 8px;
    color: #36425d;
    display: none
}

@media (min-width: 450px) {
    .menu-area__number {
        display: block
    }
}

@media (min-width: 576px) {
    .menu-area__number {
        width: 201px;
        height: 48px;
        font-size: 18px;
        line-height: 24px;
        padding: 12px 8px
    }
}

@media (min-width: 1024px) {
    .menu-area__number {
        width: 150px;
        font-size: 15px
    }
}

@media (min-width: 1200px) {
    .menu-area__number {
        font-size: 16px;
        line-height: 20px;
        width: 160px
    }
}

@media (min-width: 1280px) {
    .menu-area__number {
        font-size: 18px;
        line-height: 22px;
        width: 190px
    }
}

@media (min-width: 1440px) {
    .menu-area__number {
        width: 200px
    }
}

.menu-area__number .ico-mobile {
    display: inline-block;
    vertical-align: top;
    margin: 3px 3px 0 0
}

@media (min-width: 992px) {
    .menu-area__number .ico-mobile {
        margin: 5px 1px 0 0
    }
}

@media (min-width: 1200px) {
    .menu-area__number .ico-mobile {
        margin: -1px 1px 0 0;
        font-size: 18px;
        line-height: 22px
    }
}

@media (min-width: 1280px) {
    .menu-area__number .ico-mobile {
        margin: 0 3px 0 0;
        font-size: 20px;
        line-height: 24px
    }
}

.menu-drop {
    overflow: hidden
}

.menu-drop {
    background: #fff;
    border-top: 2px solid #6850cf;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 14px 0;
    z-index: 9;
    margin-right: -270px;
    width: 270px
}

@media (min-width: 360px) {
    .menu-drop {
        margin-right: -300px;
        width: 300px
    }
}

@media (min-width: 1024px) {
    .menu-drop {
        background: 0 0;
        border: 0;
        padding: 0;
        position: static;
        margin: 0 12px 0 0;
        overflow: visible;
        max-height: inherit;
        width: auto
    }
}

@media (min-width: 1440px) {
    .menu-drop {
        margin: 0 18px 0 0
    }
}

.menu-drop__wrap {
    position: relative;
    text-align: center;
    background: #fff
}

@media (min-width: 1024px) {
    .menu-drop__wrap {
        transform: none;
        background: 0 0;
        text-align: left
    }
}

.menu-drop__area {
    height: calc(100vh - 100px);
    position: relative;
    overflow-y: auto;
    overflow-x: hidden
}

@media (min-width: 1024px) {
    .menu-drop__area {
        overflow: visible;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        align-items: center;
        -webkit-align-items: center;
        height: auto
    }
}

@media (min-width: 992px) {
    .menu-drop .apply-btn {
        margin: 0 0 0 8px
    }
}

@media (min-width: 1200px) {
    .menu-drop .apply-btn {
        margin: 0 0 0 10px
    }
}

@media (min-width: 1280px) {
    .menu-drop .apply-btn {
        margin: 0 0 0 12px
    }
}

@media (min-width: 1440px) {
    .menu-drop .apply-btn {
        margin: 0 0 0 26px
    }
}

.menu-drop__list {
    list-style: none;
    margin: 0;
    padding: 0
}

@media (max-width: 449px) {
    .menu-drop__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        margin: 0 -4px;
        padding: 0 10px
    }

    .menu-drop__list li {
        padding: 0 4px
    }
}

.menu-drop__list .menu-area__number, .menu > li > a {
    display: block
}

@media (min-width: 450px) {
    .menu-drop__list .menu-area__number {
        display: none
    }
}

.menu {
    font-size: 15px;
    line-height: 20px;
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0 0 20px
}

@media (min-width: 1024px) {
    .menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 3px -5px 0;
        font-size: 14px
    }
}

@media (min-width: 1200px) {
    .menu {
        font-size: 14px;
        margin: 3px -6px 0
    }
}

@media (min-width: 1280px) {
    .menu {
        font-size: 15px
    }
}

@media (min-width: 1440px) {
    .menu {
        margin: 3px -9px 0
    }
}

@media (min-width: 1600px) {
    .menu {
        margin: 3px -9px 0
    }
}

.menu > li {
    padding: 14px;
    text-align: left;
    border-bottom: 1px solid #ccc
}

@media (min-width: 1024px) {
    .menu > li {
        border: 0;
        padding: 20px 0;
        margin: 0 4px
    }
}

@media (min-width: 1200px) {
    .menu > li {
        margin: 0 6px
    }
}

@media (min-width: 1440px) {
    .menu > li {
        margin: 0 9px
    }
}

@media (min-width: 1600px) {
    .menu > li {
        margin: 0 12px
    }
}

.menu-dropdown, .menu > li.dropdown-open {
    position: relative
}

.menu > li.dropdown-open > a:after {
    font-family: 'icomoon' !important;
    content: "\e901";
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    position: absolute;
    top: 15px;
    right: 10px
}

@media (min-width: 1024px) {
    .menu > li.dropdown-open > a:after {
        position: static;
        margin: -1px 0 0 2px
    }
}

.menu > li > a {
    color: #36425d;
    outline: 0
}

.menu-dropdown {
    padding: 15px 0 0;
    display: none;
    z-index: 5;
    min-width: 220px
}

@media (min-width: 1024px) {
    .menu-dropdown {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
        top: 60px;
        left: 50%;
        width: 180px;
        padding: 0;
        box-shadow: 0 30px 60px 0 rgba(0, 0, 0, .15)
    }
}

.dropdown-list, .menu-dropdown__wrap {
    position: relative;
    background: #fff
}

.dropdown-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    z-index: 3
}

.dropdown-list li {
    position: relative;
    padding: 0 0 0 15px
}

@media (min-width: 1024px) {
    .dropdown-list li {
        padding: 0 15px
    }
}

.dropdown-list li:last-child {
    margin-bottom: 0
}

.dropdown-list li a {
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0;
    position: relative;
    color: #36425d;
    display: block
}

.hamburger {
    width: 24px;
    height: 20px;
    border-top: 2px solid #36425d;
    position: absolute;
    outline: 0;
    right: 25px;
    top: 30px;
    z-index: 101
}

@media (min-width: 450px) {
    .hamburger {
        top: 33px
    }
}

@media (min-width: 576px) {
    .hamburger {
        right: 27px;
        top: 33px
    }
}

@media (min-width: 992px) {
    .hamburger {
        top: 40px
    }
}

.hamburger:after, .hamburger:before {
    width: 24px;
    height: 2px;
    background: #36425d;
    position: absolute;
    content: '';
    left: 0;
    top: 16px
}

.hamburger:after {
    width: 18px;
    top: 7px
}

@media (min-width: 1024px) {
    .hamburger {
        display: none
    }
}

#lp_ppc h1, #lp_ppc h2, #lp_ppc h3 {
    font-family: "IBM Plex Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 700;
    margin: 0 0 0.5em;
    color: #1f2129
}

#lp_ppc h1 {
    font-size: 30px
}

#lp_ppc h2 {
    font-size: 22px
}

#lp_ppc h3 {
    font-size: 20px
}

#lp_ppc p {
    color: #4f5668;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: inherit;
    font-weight: inherit;
    margin: 0 0 1em;
    line-height: 1.7
}

@media (min-width: 480px) {
    #lp_ppc p {
        line-height: 1.5
    }
}

#lp_ppc a {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #059611;
    text-decoration: none
}

#lp_ppc img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

html {
    box-sizing: border-box
}

*, *:before, *:after {
    box-sizing: border-box
}

* {
    max-height: 1000000px
}

body div#lp_ppc_template {
    color: #4f5668;
    background: #fff;
    font: 14px/1.7 "IBM Plex Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-overflow-style: scrollbar
}

@media (min-width: 480px) {
    body div#lp_ppc_template {
        font-size: 16px;
        line-height: 1.5
    }
}

#lp_ppc b {
    font-weight: 700
}

#lp_ppc #wrapper {
    position: relative;
    overflow: hidden
}

#lp_ppc .container {
    max-width: 1230px;
    margin: 0 auto;
    width: 100%
}

#lp_ppc .container-small {
    max-width: 955px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    width: 100%
}

#lp_ppc .row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap
}

#lp_ppc .row:after, #lp_ppc .row:before {
    display: none
}

#lp_ppc .btn {
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #fff;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 4px;
    display: inline-block;
    padding: 12px 20px;
    text-align: center;
    vertical-align: top;
    outline: none
}

#lp_ppc .btn-warning {
    background-color: #ff8401;
    border-color: #ff8401
}

#lp_ppc .btn__large {
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    font-style: italic;
    padding: 15px 10px 23px;
    position: relative
}

@media (min-width: 360px) {
    #lp_ppc .btn__large {
        font-size: 12px;
        line-height: 16px
    }
}

@media (min-width: 480px) {
    #lp_ppc .btn__large {
        font-size: 14px;
        line-height: 18px;
        padding: 15px 15px 23px
    }
}

@media (min-width: 576px) {
    #lp_ppc .btn__large {
        font-size: 16px;
        line-height: 20px;
        padding: 15px 20px 23px
    }
}

@media (min-width: 768px) {
    #lp_ppc .btn__large {
        padding: 20px 35px 28px;
        font-size: 22px;
        line-height: 26px
    }
}

#lp_ppc .btn__large:before {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 12px;
    background-size: 100% 100%;
    width: 45px;
    height: 8px
}

@media (min-width: 360px) {
    #lp_ppc .btn__large:before {
        right: 12px;
        width: 55px
    }
}

@media (min-width: 480px) {
    #lp_ppc .btn__large:before {
        right: 20px;
        width: 65px
    }
}

@media (min-width: 576px) {
    #lp_ppc .btn__large:before {
        width: 75px
    }
}

@media (min-width: 768px) {
    #lp_ppc .btn__large:before {
        right: 35px;
        bottom: 18px;
        width: 105px
    }
}

#lp_ppc .btn__large:after {
    content: '';
    position: absolute;
    top: -26px;
    right: -30px;
    background: url("../images/arrow.svg") no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 32px
}

@media (min-width: 360px) {
    #lp_ppc .btn__large:after {
        right: -38px;
        width: 40px;
        height: 42px
    }
}

@media (min-width: 480px) {
    #lp_ppc .btn__large:after {
        right: -56px;
        width: 50px;
        height: 52px
    }
}

@media (min-width: 768px) {
    #lp_ppc .btn__large:after {
        right: -82px;
        width: 72px;
        height: 82px
    }
}

#lp_ppc .btn__large span {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    font-style: italic;
    display: block;
    margin-bottom: 3px
}

@media (min-width: 360px) {
    #lp_ppc .btn__large span {
        font-size: 16px;
        line-height: 20px
    }
}

@media (min-width: 480px) {
    #lp_ppc .btn__large span {
        font-size: 18px;
        line-height: 22px
    }
}

@media (min-width: 576px) {
    #lp_ppc .btn__large span {
        font-size: 20px;
        line-height: 24px
    }
}

@media (min-width: 768px) {
    #lp_ppc .btn__large span {
        font-size: 26px;
        line-height: 30px
    }
}

#lp_ppc .get-started {
    font-size: 14px;
    line-height: 18px;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #059611
}

@media (min-width: 360px) {
    #lp_ppc .get-started {
        font-size: 16px;
        line-height: 20px
    }
}

@media (min-width: 480px) {
    #lp_ppc .get-started {
        font-size: 18px;
        line-height: 22px
    }
}

#lp_ppc .get-started a {
    text-decoration: underline;
    position: relative;
    display: inline-block
}

#lp_ppc .get-started a:after {
    content: '';
    position: absolute;
    top: -20px;
    right: -40px;
    background: url("../images/arrow.svg") no-repeat;
    background-size: 100% 100%;
    width: 52px;
    height: 30px
}

@media (min-width: 480px) {
    #lp_ppc .get-started a:after {
        right: -45px
    }
}

@media (min-width: 768px) {
    #lp_ppc .get-started a:after {
        top: -33px;
        right: -65px;
        width: 72px;
        height: 50px
    }
}

@media (min-width: 576px) {
    #lp_ppc .get-started a br {
        display: none
    }
}

#lp_ppc .banner-block {
    min-height: 550px;
    text-align: center;
    position: relative;
    padding-top: 20px;
    z-index: 1
}

@media (min-width: 576px) {
    #lp_ppc .banner-block {
        min-height: 600px
    }
}

@media (min-width: 768px) {
    #lp_ppc .banner-block {
        min-height: 840px;
        padding-top: 50px
    }
}

@media (min-width: 992px) {
    #lp_ppc .banner-block {
        min-height: 1070px;
        padding: 80px 0
    }
}

@media (min-width: 1400px) {
    #lp_ppc .banner-block {
        min-height: 1110px
    }
}

@media (min-width: 1200px) {
    #lp_ppc .banner-block:before, #lp_ppc .banner-block:after {
        content: '';
        position: absolute;
        height: 250px;
        width: 195px
    }
}

@media (min-width: 1400px) {
    #lp_ppc .banner-block:before, #lp_ppc .banner-block:after {
        height: 322px;
        width: 251px
    }
}

#lp_ppc .banner-block:before {
    background: url("https://ba83337cca8dd24cefc0-5e43ce298ccfc8fc9ba1efe2c2840af0.ssl.cf2.rackcdn.com/landing_pages/ppc/home-left.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: 0;
    bottom: 30px
}

@media (min-width: 1200px) {
    #lp_ppc .banner-block:before {
        bottom: 57px
    }
}

@media (min-width: 1400px) {
    #lp_ppc .banner-block:before {
        bottom: 30px
    }
}

#lp_ppc .banner-block:after {
    background: url("https://ba83337cca8dd24cefc0-5e43ce298ccfc8fc9ba1efe2c2840af0.ssl.cf2.rackcdn.com/landing_pages/ppc/home-right.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    right: 0;
    bottom: 20px
}

@media (min-width: 1200px) {
    #lp_ppc .banner-block:after {
        bottom: 60px
    }
}

@media (min-width: 1400px) {
    #lp_ppc .banner-block:after {
        bottom: 20px
    }
}

#lp_ppc .banner-block__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

#lp_ppc .banner-block__text {
    color: #1a2235;
    margin-bottom: 30px
}

@media (min-width: 360px) {
    #lp_ppc .banner-block__text {
        font-size: 18px;
        line-height: 22px
    }
}

@media (min-width: 576px) {
    #lp_ppc .banner-block__text {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 33px
    }
}

@media (min-width: 768px) {
    #lp_ppc .banner-block__text {
        font-size: 22px;
        line-height: 26px
    }
}

@media (min-width: 1200px) {
    #lp_ppc .banner-block__text {
        margin-bottom: 58px
    }
}

#lp_ppc .banner-block__caption {
    color: #4f5668;
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: italic;
    display: block
}

@media (min-width: 768px) {
    #lp_ppc .banner-block__caption {
        font-size: 20px;
        line-height: 24px
    }
}

#lp_ppc .banner-block__image {
    margin: 20px 0 0
}

@media (min-width: 480px) {
    #lp_ppc .banner-block__image {
        margin: 30px 0 0
    }
}

@media (min-width: 1200px) {
    #lp_ppc .banner-block__image {
        max-width: 702px;
        margin: 84px auto -177px
    }
}

@media (min-width: 1400px) {
    #lp_ppc .banner-block__image {
        max-width: 792px;
        margin: 84px auto -177px
    }
}

#lp_ppc .banner-block h1 {
    font-size: 24px;
    line-height: 30px;
    color: #1a2235;
    margin-bottom: 20px
}

@media (min-width: 360px) {
    #lp_ppc .banner-block h1 {
        font-size: 30px;
        line-height: 36px
    }
}

@media (min-width: 576px) {
    #lp_ppc .banner-block h1 {
        font-size: 36px;
        line-height: 48px
    }
}

@media (min-width: 640px) {
    #lp_ppc .banner-block h1 {
        font-size: 40px;
        line-height: 52px
    }
}

@media (min-width: 768px) {
    #lp_ppc .banner-block h1 {
        font-size: 50px;
        line-height: 62px
    }
}

@media (min-width: 992px) {
    #lp_ppc .banner-block h1 {
        font-size: 60px;
        line-height: 72px
    }
}

#lp_ppc .banner-block .btn {
    margin-bottom: 20px
}

@media (min-width: 576px) {
    #lp_ppc .banner-block .btn {
        margin-bottom: 33px
    }
}

#lp_ppc .info-block {
    text-align: center;
    padding: 50px 0 30px
}

@media (min-width: 768px) {
    #lp_ppc .info-block {
        padding: 60px 0
    }
}

@media (min-width: 992px) {
    #lp_ppc .info-block {
        padding: 82px 0
    }
}

@media (min-width: 1200px) {
    #lp_ppc .info-block {
        padding: 102px 0 82px
    }
}

#lp_ppc .info-block .container-small {
    max-width: 922px
}

#lp_ppc .info-block h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px
}

@media (min-width: 480px) {
    #lp_ppc .info-block h2 {
        font-size: 26px;
        line-height: 34px
    }
}

@media (min-width: 640px) {
    #lp_ppc .info-block h2 {
        font-size: 28px;
        line-height: 36px
    }
}

@media (min-width: 768px) {
    #lp_ppc .info-block h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 40px
    }
}

@media (min-width: 992px) {
    #lp_ppc .info-block h2 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 50px
    }
}

@media (min-width: 1200px) {
    #lp_ppc .info-block h2 {
        margin-bottom: 60px
    }
}

#lp_ppc .info-article {
    border: 2px solid #e3ebfd;
    box-shadow: 0px 12px 21px 0px rgba(214, 220, 238, 0.27);
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 40px 15px
}

@media (min-width: 992px) {
    #lp_ppc .info-article {
        padding: 84px 30px;
        margin-bottom: 0
    }
}

#lp_ppc .info-article__image {
    margin-bottom: 50px
}

@media (min-width: 992px) {
    #lp_ppc .info-article__image {
        margin-bottom: 72px
    }
}

#lp_ppc .info-article h3 {
    margin-bottom: 30px
}

#lp_ppc .renovation-block {
    background-color: #f5f8fe;
    text-align: center;
    padding: 50px 0
}

@media (min-width: 768px) {
    #lp_ppc .renovation-block {
        padding: 65px 0
    }
}

@media (min-width: 992px) {
    #lp_ppc .renovation-block {
        padding: 89px 0
    }
}

@media (min-width: 1200px) {
    #lp_ppc .renovation-block {
        padding: 116px 0 89px
    }
}

#lp_ppc .renovation-block h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px
}

@media (min-width: 480px) {
    #lp_ppc .renovation-block h2 {
        font-size: 26px;
        line-height: 34px
    }
}

@media (min-width: 640px) {
    #lp_ppc .renovation-block h2 {
        font-size: 28px;
        line-height: 36px
    }
}

@media (min-width: 768px) {
    #lp_ppc .renovation-block h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 40px
    }
}

@media (min-width: 992px) {
    #lp_ppc .renovation-block h2 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 50px
    }
}

#lp_ppc .renovation-block__text {
    padding-top: 30px
}

@media (min-width: 768px) {
    #lp_ppc .renovation-block__text {
        font-size: 20px;
        line-height: 24px;
        padding-top: 50px
    }
}

@media (min-width: 1200px) {
    #lp_ppc .renovation-block__text {
        padding-top: 61px
    }
}

#lp_ppc .renovation-block .btn {
    margin: 33px auto
}

#lp_ppc .renovation-block .wish-box {
    padding: 0 15px;
    width: 100%
}

@media (min-width: 576px) {
    #lp_ppc .renovation-block .wish-box {
        width: 50%
    }
}

@media (min-width: 992px) {
    #lp_ppc .renovation-block .wish-box {
        width: 33.333%
    }
}

#lp_ppc .renovation-block .wish-box__holder {
    height: 100%;
    padding: 15px
}

@media (min-width: 768px) {
    #lp_ppc .renovation-block .wish-box__holder {
        padding: 18px 25px
    }
}

@media (min-width: 992px) {
    #lp_ppc .renovation-block .wish-box__holder {
        padding: 18px 30px
    }
}

@media (min-width: 1200px) {
    #lp_ppc .renovation-block .wish-box__holder {
        padding: 18px 45px
    }
}

#lp_ppc .renovation-block .wish-box__image {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
    min-height: 83px
}

#lp_ppc .renovation-block .wish-box h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px
}

@media (min-width: 640px) {
    #lp_ppc .renovation-block .wish-box h3 {
        font-size: 18px;
        line-height: 22px
    }
}

@media (min-width: 1200px) {
    #lp_ppc .renovation-block .wish-box h3 {
        font-size: 20px;
        line-height: 24px
    }
}

#lp_ppc .renovation-block .wish-box p {
    margin-bottom: 0
}

#lp_ppc .remodeling-block {
    background-color: #004f38;
    color: #fff;
    padding: 50px 0;
    text-align: center;
    position: relative;
    z-index: 1
}

@media (min-width: 768px) {
    #lp_ppc .remodeling-block {
        padding: 70px 0
    }
}

@media (min-width: 992px) {
    #lp_ppc .remodeling-block {
        padding: 90px 0
    }
}

@media (min-width: 1200px) {
    #lp_ppc .remodeling-block {
        padding: 117px 0
    }
}

#lp_ppc .remodeling-block::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: 100% 100%;
    height: 262px;
    width: 250px;
    z-index: -1
}

@media (min-width: 768px) {
    #lp_ppc .remodeling-block::after {
        height: 315px;
        width: 300px
    }
}

@media (min-width: 992px) {
    #lp_ppc .remodeling-block::after {
        height: 367px;
        width: 350px
    }
}

@media (min-width: 1200px) {
    #lp_ppc .remodeling-block::after {
        top: 0;
        right: 60px;
        left: auto;
        transform: none;
        height: 447px;
        width: 426px
    }
}

@media (min-width: 1400px) {
    #lp_ppc .remodeling-block::after {
        right: 100px
    }
}

@media (min-width: 1600px) {
    #lp_ppc .remodeling-block::after {
        right: 180px
    }
}

#lp_ppc .remodeling-block__caption {
    font-size: 14px;
    line-height: 18px;
    font-family: 'IBM Plex Sans', sans-serif;
    display: block;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    #lp_ppc .remodeling-block__caption {
        margin-bottom: 48px
    }
}

#lp_ppc .remodeling-block h2 {
    font-size: 22px;
    line-height: 30px;
    color: #fff
}

@media (min-width: 480px) {
    #lp_ppc .remodeling-block h2 {
        font-size: 26px;
        line-height: 34px
    }
}

@media (min-width: 640px) {
    #lp_ppc .remodeling-block h2 {
        font-size: 28px;
        line-height: 36px
    }
}

@media (min-width: 768px) {
    #lp_ppc .remodeling-block h2 {
        font-size: 32px;
        line-height: 40px
    }
}

@media (min-width: 992px) {
    #lp_ppc .remodeling-block h2 {
        font-size: 36px;
        line-height: 44px
    }
}

#lp_ppc .remodeling-block .get-started {
    margin-bottom: 14px
}

#lp_ppc .remodeling-block .get-started a {
    color: #fff
}

#lp_ppc .work-block {
    text-align: center;
    padding: 50px 0
}

@media (min-width: 768px) {
    #lp_ppc .work-block {
        padding: 70px 0
    }
}

@media (min-width: 992px) {
    #lp_ppc .work-block {
        padding: 95px 0
    }
}

@media (min-width: 1200px) {
    #lp_ppc .work-block {
        padding: 121px 0 95px
    }
}

#lp_ppc .work-block__text {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #4f5668;
    max-width: 750px;
    margin: 0 auto 20px
}

@media (min-width: 480px) {
    #lp_ppc .work-block__text {
        font-size: 16px;
        line-height: 24px
    }
}

@media (min-width: 768px) {
    #lp_ppc .work-block__text {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 36px
    }
}

#lp_ppc .work-block__caption {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #4f5668;
    display: block
}

@media (min-width: 768px) {
    #lp_ppc .work-block__caption {
        font-size: 20px;
        line-height: 30px
    }
}

#lp_ppc .work-block h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px
}

@media (min-width: 480px) {
    #lp_ppc .work-block h2 {
        font-size: 26px;
        line-height: 34px
    }
}

@media (min-width: 640px) {
    #lp_ppc .work-block h2 {
        font-size: 28px;
        line-height: 36px
    }
}

@media (min-width: 768px) {
    #lp_ppc .work-block h2 {
        font-size: 32px;
        line-height: 40px
    }
}

@media (min-width: 992px) {
    #lp_ppc .work-block h2 {
        font-size: 36px;
        line-height: 44px
    }
}

#lp_ppc .work-block .btn {
    margin: 32px 0
}

@media (min-width: 768px) {
    #lp_ppc .work-block .btn {
        margin-top: 40px
    }
}

@media (min-width: 1200px) {
    #lp_ppc .work-block .btn {
        margin-top: 82px
    }
}

#lp_ppc .ad-block {
    background-color: #004f38;
    text-align: center;
    padding: 50px 0
}

@media (min-width: 768px) {
    #lp_ppc .ad-block {
        padding: 70px 0
    }
}

@media (min-width: 1200px) {
    #lp_ppc .ad-block {
        padding: 100px 0
    }
}

#lp_ppc .ad-block h2 {
    color: #fff;
    margin-bottom: 20px
}

@media (min-width: 360px) {
    #lp_ppc .ad-block h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 30px
    }
}

@media (min-width: 480px) {
    #lp_ppc .ad-block h2 {
        font-size: 36px;
        line-height: 44px
    }
}

@media (min-width: 768px) {
    #lp_ppc .ad-block h2 {
        margin-bottom: 40px
    }
}

@media (min-width: 992px) {
    #lp_ppc .ad-block h2 {
        font-size: 40px;
        line-height: 48px
    }
}

@media (min-width: 1200px) {
    #lp_ppc .ad-block h2 {
        font-size: 50px;
        line-height: 58px;
        margin-bottom: 50px
    }
}

#lp_ppc .ad-block .get-started {
    margin-bottom: 12px
}

#lp_ppc .ad-block .get-started a {
    color: #fff
}

.text-nowrap {
    white-space: nowrap
}

.info-article__svg-first {
    width: 312px;
    max-width: 100%;
    height: auto;
    vertical-align: top
}

.info-article__svg-second {
    width: 304px;
    max-width: 100%;
    height: auto;
    vertical-align: top
}

@media (max-width: 576px) {
    #lp_ppc .get-started a br {
        display: block
    }
}

body #lp_ppc_template #lp_ppc #wrapper {
    background-color: #ffffff
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article, header, main, section {
    display: block
}

a {
    background-color: transparent
}

b, strong {
    font-weight: 700
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

a {
    color: #337ab7;
    text-decoration: none
}

img {
    vertical-align: middle
}

h1, h2, h3 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

p {
    margin: 0 0 10px
}

.text-nowrap {
    white-space: nowrap
}

ul {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul {
    margin-bottom: 0
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-md-6, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

@media (min-width: 992px) {
    .col-md-6 {
        float: left
    }

    .col-md-6 {
        width: 50%
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.container:after, .container:before, .row:after, .row:before {
    display: table;
    content: " "
}

.container:after, .row:after {
    clear: both
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
}