/*main styles*/
body {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    font-size: 16px;
    color: #666;
    background: #fff;
    overflow-x: hidden;
    width: 100%;
}
a {
    color: #04829B;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:focus {
    outline: 2px solid #04829B !important;
    outline-offset: 3px;
}
p {
    line-height: 1.5;
    margin-bottom: 20px;
}
input {
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #04829B;
    font-weight: 500;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 -15px;
}
.row [class^="col-"] {
    padding: 0 15px;
    box-sizing: border-box;
}
.row .col-2, .row .col-md-2, .row .col-lg-2 {
    width: 16.6666%;
}
.row .col-3, .row .col-md-3, .row .col-lg-3 {
    width: 25%;
}
.row .col-4, .row .col-md-4, .row .col-lg-4 {
    width: 33.3333%;
}
.row .col-6, .row .col-md-6, .row .col-lg-6 {
    width: 50%;
}
.col-8, .col-md-8, .col-lg-8 {
    width: 66.6666%;
}
.col-9, .col-md-9, .col-lg-9 {
    width: 75%;
}
select {
    padding: 15px 35px 14px 20px;
    border: 1px solid #04829B;
    border-radius: 3px;
    color: #04829B;
    outline: none;
    background: #fff;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
    min-width: 210px;
    appearance: none;
    cursor: pointer;
}
select::-ms-expand {
    display: none;
}
select:focus {
    outline: 2px solid #04829B !important;
    outline-offset: 3px;
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.hidden {
    display: none;
}
.button {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 15px 14px;
    border: 1px solid #04829B;
    border-radius: 3px;
    color: #fff;
    outline: none;
    text-transform: none;
    background: #04829B;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
    text-decoration: none;
    text-align: center;
    min-width: 240px;
    margin: 0 0 20px;
    -webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
}
.button:hover {
    background: #fff;
    color: #04829B;
    border-color: #04829B;
    text-decoration: none;
}
.button.primary,
.button.secondary:hover {
    background: #fff;
    border-color: #04829B;
    color: #04829B;
}
.button.secondary,
.button.primary:hover {
    background: #FFD20A;
    border-color: #FFD20A;
    color: #04829B;
}
.button.static {
    cursor: auto;
}
.button.static:hover {
    background: #04829B;
    color: #fff;
    border-color: #04829B;
}
.button.static em {
    font-style: normal;
    text-decoration: underline;
    display: inline-block;
    margin-left: 7px;
}

/*home page*/
.wrapper {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1450px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}
#header .header-block {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 18px 15px 0;
    box-sizing: border-box;
}
#header .logo a {
    display: block;
    max-width: 120px;
    margin-top: -5px;
}
#header .logo a img {
    width: auto;
    max-width: 100%;
}
#header .header-block .button {
    position: absolute;
    top: 15px;
    right: 20px;
    padding: 10px 5px 8px;
    width: 140px;
    height: 40px;
    min-width: 140px;
    margin-bottom: 0;
}
nav.menu .nav-menu {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 10px;
    width: 58px;
    height: 40px;
    background: #fff;
    outline: none !important;
    border: none;
    box-shadow: none;
    z-index: 101;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    transition: left .3s linear;
}
nav.menu .nav-menu span,
nav.menu .nav-menu:before,
nav.menu .nav-menu:after {
    background: #04829B;
    color: #04829B;
    position: absolute;
    font-size: 0;
    font-weight: 500;
    width: 35%;
    top: 52%;
    left: 10px;
    right: 10px;
    height: 3px;
    margin-top: -2px;
    transition: all .3s linear;
}
nav.menu .nav-menu:before {
    content: '';
    top: 34%;
}
nav.menu .nav-menu:after {
    content: '';
    top: 70%;
}
nav.menu.nav-active .nav-menu {
    left: calc(100% - 70px);
}
nav.menu.nav-active .nav-menu:before {
    transform: rotate(45deg);
    top: 50%;
    left: 10px;
    right: 10px;
    opacity: 0;
}
nav.menu.nav-active .nav-menu:after {
    transform: rotate(-45deg);
    top: 50%;
    left: 10px;
    right: 10px;
    opacity: 0;
}
nav.menu.nav-active .nav-menu span {
    background: transparent;
    font-size: 16px;
    height: auto;
    position: static;
    margin-left: -8px;
}


nav.menu .menu-container ul.nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
nav.menu .menu-container .mobile-menu-title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #04829B;
    padding-bottom: 22px;
    border-bottom: 1px solid #666;
    margin-bottom: 30px;
}
nav.menu .menu-container ul.nav li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 30px 0 0;
}
nav.menu .menu-container ul.nav li:last-child {
    margin-right: 0;
}
nav.menu .menu-container ul.nav li a {
    display: block;
    color: #666;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
}
nav.menu .menu-container ul.nav li a:hover {
    color: #04829B;
}
.footer-container {
    padding: 30px 20px 25px;
    margin: 0 auto;
    max-width: 1450px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
body.sticky-header header {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
body header {
    top: -70px;
    transition: top .3s ease-in;
    -webkit-transition: top .3s ease-in;
}
body.sticky-header #page {
    padding-top: 69.7px;
}
#footer_container .row>.column {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#footer_container .row>.column.col1 .image {
    max-width: 285px;
}
#footer_container .row>.column.col1 .image img {
    max-width: 100%;
}
#footer_container .row>.column.col1 p {
    font-size: 14px;
    line-height: 24px;
}
#footer_container h4 {
    font-size: 18px;
    margin: 0 0 30px;
}
#footer_container ul.menu {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: center;
}
#footer_container ul.menu li {
    margin-bottom: 15px;
}
#footer_container ul.menu li a {
    color: #666;
    text-decoration: none;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
}
#footer_container ul.menu li a:hover {
    color: #04829B;
    text-decoration: none;
}
.social-block {
    margin-bottom: 10px;
}
.social-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
#footer_container .social-list {
    text-align: left;
}
#footer_container .social-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
}
.social-list a {
    text-decoration: none;
    display: block;
}
.social-list a:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.social-list a.linkedin:before {
    background-image: url('../img/Linkedin.svg');
}
.social-list a.twitter:before {
    background-image: url('../img/Twitter.svg');
}
.social-list a.facebook:before {
    background-image: url('../img/face.svg');
}
.social-list a.instagram:before {
    background-image: url('../img/Instagram.png');
}
.footer-container .row-info {
    text-align: center;
    background: #f7f7f7;
    padding: 15px 11px;
    margin-top: 10px;
}
.footer-container .row-info p {
    margin: 0;
}
.footer-container .row-info p strong {
    font-weight: 500;
}
.footer-copyright {
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #ededed;
}
.footer-copyright .copyright {
    margin: 0 0 20px;
    padding: 3px 0 0 0;
}
.footer-copyright .footer-menu {
    list-style: none;
    padding: 5px 0 0 0;
    margin: 0 0 20px;
}
.footer-copyright .footer-menu li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
}
.footer-copyright .footer-menu a,
.footer-copyright .copyright a {
    color: #666;
    text-decoration: none;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
}
.footer-copyright .footer-menu a:hover,
.footer-copyright .copyright a:hover {
    color: #04829B;
    text-decoration: none;
}
.hero-slider {
    position: relative;
    background: #04829B;
    margin-bottom: 20px;
}
.hero-slider .wedge {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.hero-slider .wedge img {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 768px;
}
.slider-main-content {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.steps-container {
    overflow: auto;
    padding: 0 25px;
    height: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.slider-main-content .step.intro {
    position: relative;
    padding-top: 50px;
    padding-bottom: 60px;
}
.step:before, .step:after {
    content: '';
    display: table;
}
.slider-main-content .step.intro .intro-block {
    color: #fff;
    text-align: center;
    line-height: normal;
    margin-bottom: 40px;
}
.slider-main-content .step.intro .intro-block h1 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
    text-shadow: 0 3px 10px rgba(0,0,0,0.5);
}
.slider-main-content .step.intro .intro-block p {
    font-size: 18px;
    margin-top: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    color: #fff;
}
.select-options {
    width: 100%;
    border-radius: 10px 0 10px 10px;
}
.select-button {
    display: block;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    background-color: #04829B;
}
.hero-slider .step.intro .select-button {
    background: #fff;
    border-color: #fff;
    color: #04829B;
    padding: 20px 15px 19px;
    margin-bottom: 20px;
}
.hero-slider .step.intro .select-button:hover {
    background: #FFD20A;
    border-color: #FFD20A;
    color: #04829B;
    text-decoration: none;
}
.hero-slider .step.intro .select-button + .select-button {
    background: #FFD20A;
    border-color: #FFD20A;
    color: #04829B;
}
.hero-slider .step.intro .select-button + .select-button:hover {
    background: #fff;
    border-color: #fff;
    color: #04829B;
    text-decoration: none;
}
.hero-slider .step.intro .select-button:focus {
    outline: 2px solid #fff !important;
    outline-offset: 3px;
}
main h2 {
    margin-top: 15px;
    font-size: 24px;
}
main img {
    max-width: 100%;
}
.top-block {
    margin-bottom: 30px;
}
.top-block.wrapper {
    max-width: 1330px;
}
.top-block-content {
    max-width: 930px;
    margin: 0 auto;
    text-align: center;
}
.top-block-content p {
    font-size: 18px;
    margin: 0 0 30px;
    color: #04829B;
}
.top-block .det-list {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.top-block .det-list li {
    width: 100%;
    display: block;
    padding: 0 5px 0 50px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.top-block .det-list li > strong {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    display: block;
    color: #04829B;
}
.top-block .det-list li > span {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.top-block .det-list li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.top-block .det-list li:nth-child(1):after {
    background-image: url('../img/Icon-3.svg');
}
.top-block .det-list li:nth-child(2):after {
    background-image: url('../img/Icon-2.svg');
}
.top-block .det-list li:nth-child(3):after {
    background-image: url('../img/Icon-1.svg');
}
.top-block .det-list li:nth-child(4):after {
    background-image: url('../img/Icon.svg');
}
.content-block img {
    border-radius: 10px;
}
.content-block .col-6 {
    margin-bottom: 15px;
}
.content-block h2 {
    margin-bottom: 30px;
}
.content-block .button {
    margin-top: 10px;
}
.best-block.wrapper {
    max-width: 1030px;
}
.best-block {
    text-align: center;
    margin-bottom: 30px;
}
.best-block h2 {
    margin-bottom: 30px;
}
.best-block > p {
    max-width: 570px;
    margin: 0 auto 30px;
}
.best-block img {
    max-width: 150px;
}
.best-block.success {
    padding-bottom: 30px;
}
.best-block.success .wrapper:before {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 20px;
    right: 20px;
    border-bottom: 2px solid #04829B;
}
.best-block.success img {
    max-width: 100%;
}
.best-block.success .row {
    margin-bottom: 20px;
}
.best-block.success .col-4 h3 {
    margin-top: 15px;
}
.best-block .col-4 h4 {
    font-size: 24px;
    max-width: 240px;
    margin: 20px auto;
}
.content-block.jesse-block {
    background-color: #04829B;
    background-image: url('../img/wedge.svg');
    background-position: right top;
    background-size: 375px auto;
    background-repeat: no-repeat;
}
.content-block.jesse-block .col-6 {
    margin-bottom: 0;
}
.content-block.jesse-block h2,
.content-block.jesse-block p {
    color: #fff;
}
.content-block.jesse-block img {
    display: block;
}
.content-block.jesse-block .row:first-child .col-6:first-child {
    order: 2;
}
.story-block {
    background-color: #EBF5F7;
    background-image: url('../img/bg.svg');
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.story-block .col-6:last-child {
    text-align: center;
}
.success-block {
    margin-bottom: 30px;
    position: relative;
    display: none !important;
}
.success-block:before {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 2px;
    background: #04829B;
}
.success-block:after {
    content: '';
    clear: both;
    display: table;
}
.success-block-content {
    max-width: 930px;
    margin: 0 auto;
    text-align: center;
}
.success-block-content p,
.pricing-block > p {
    margin: 0 0 30px;
}
.success-block .info {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.success-block .info li {
    width: 50%;
    margin-bottom: 15px;
}
.success-block .info strong {
    font-size: 30px;
    font-family: 'Asap';
    color: #04829B;
    display: block;
    margin-top: 10px;
    padding-right: 10px;
}
.success-block .info span {
    font-size: 16px;
    font-family: 'Asap';
    line-height: 1.5;
    display: block;
    padding-right: 13px;
}
.pricing-block {
    margin-bottom: 30px;
}
.pricing-block > h2 {
    margin-bottom: 20px;
}
.pricing-block > h2,
.pricing-block > p {
    text-align: center;
}
.pricing-block label.label {
    display: block;
    position: relative;
    background: #F7F7F7;
    padding: 50px 20px 20px;
    border-radius: 10px;
    border: 2px solid #F7F7F7;
    box-sizing: border-box;
    cursor: pointer;
    height: 100%;
}
.pricing-block label.label h2 {
    margin: 0 0 20px;
}
.pricing-block label.label strong {
    color: #04829B;
}
.pricing-block label.label .decor {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    background: #04829B;
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 8px 5px 5px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.pricing-block label.label .decor:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 24px;
    margin-top: -3px;
    margin-right: 8px;
    background-image: url('../img/icons.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.pricing-block .description {
    margin-bottom: 40px;
}
.pricing-block .description .difficulty,
.pricing-block .description .time {
    margin-right: 30px;
}
.pricing-block .description .difficulty:before,
.pricing-block .description .time:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    background-image: url('../img/speed-24px.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
}
.pricing-block .description .time:before {
    background-image: url('../img/timer-24px.svg');
}
.pricing-block label.label .button {
    min-width: 140px;
    margin-bottom: 40px;
}
.pricing-block label.label .button:focus {
    outline: 2px solid #04829B !important;
    outline-offset: 3px;
}
.pricing-block label.label .item-info {
    padding-top: 40px;
    border-top: 2px solid #666;
}
.pricing-block label.label .item-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pricing-block label.label .item-info ul li {
    padding-left: 40px;
    margin-bottom: 15px;
    position: relative;
}
.pricing-block label.label .item-info ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 17px;
    background-image: url('../img/check.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.pricing-block label.label .item-info ul li.none:before {
    background-image: url('../img/close.svg');
    height: 22px;
}
.pricing-block input[type="radio"] {
    width: 0;
    height: 0;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.pricing-block input[type="radio"]:checked + label.label {
    background: #fff;
    border-color: #04829B;
    color: #04829B;
}
.pricing-block input[type="radio"]:checked + label.label .item-info {
    border-color: #04829B;
}
.book-block {
    padding: 30px 0 20px;
    background-color: #04829B;
    color: #fff;
    background-image: url('../img/wedge.svg');
    background-size: 375px auto;
    background-position: right top;
    background-repeat: no-repeat;
}
.book-block h2 {
    color: #fff;
    margin-bottom: 50px;
}
.book-block .book-block-content > p {
    max-width: 700px;
}
.book-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.book-block ul li {
    margin-bottom: 20px;
}
.book-block ul li a,
.book-block ul li > span {
    display: block;
    min-height: 80px;
    position: relative;
    padding-top: 10px;
    padding-left: 100px;
}
.book-block ul li a:before,
.book-block ul li > span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background-image: url('../img/Demo Icon.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.book-block ul li:nth-child(2) a:before {
    background-image: url('../img/Call Icon-1.svg');
}
.book-block ul li:nth-child(3) a:before {
    background-image: url('../img/Call Icon.svg');
}
.book-block ul h3,
.book-block ul a,
.book-block ul span {
    font-size: 24px;
    font-family: 'Asap';
    color: #fff;
    margin: 0;
}
.book-block ul span > span {
    text-decoration: underline;
}
.book-block ul h3 {
    font-weight: 700;
    margin-bottom: 5px;
}
.book-block ul a:hover {
    text-decoration: none;
}
.book-block ul a:focus {
    outline-color: #fff !important;
}
.partners-block h2 {
    text-align: center;
}
.partners-block ul,
.about-info-block .list-logos {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.book-block form fieldset {
    padding: 0;
    margin: 0 0 30px;
    border: none;
}
.book-block form label {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'Asap';
    font-weight: 700;
    line-height: 1;
}
.book-block form input {
    display: block;
    width: 100%;
    background: #fff;
    border: none;
    border-radius: 5px;
    padding: 15px 30px;
    box-sizing: border-box;
}
.book-block form input:focus-visible,
.book-block form input:active {
    outline: none;
}
.book-block form button {
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Montserrat';
    border: 1px solid #FFD20A;
    color: #04829B;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    padding: 20px 15px 19px;
    margin: 0 0 30px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    background-color: #FFD20A;
}
.book-block form button:hover {
    outline: none;
    background: #fff;
    border-color: #fff;
    color: #04829B;
    text-decoration: none;
}
.book-block form input:focus,
.book-block form button:focus {
    outline: 2px solid #fff !important;
    outline-offset: 3px;
}
.partners-block ul li {
    width: 50%;
    padding: 0 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 25px;
    text-align: center;
}
.partners-block ul li img {
    max-width: 100%;
}

/*about page*/
.about-page .hero-slider .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 260px;
}
.about-page .hero-slider .slider-content {
    background: #fff;
    display: inline-block;
    vertical-align: top;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    min-width: 300px;
    margin-bottom: 20px;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
}
.about-page .hero-slider .slider-content h1 {
    font-size: 36px;
    margin: 0;
    padding: 0;
}
.about-page .hero-slider .slider-content:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #fff transparent transparent transparent;
}
.about-info-block .wrapper {
    padding-bottom: 30px;
}
.about-info-block .wrapper:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    border-bottom: 2px solid #04829B;
}
.about-info-block .col-8 > h3:first-child {
    margin-top: 0;
}
.about-info-block .list-logos {
    margin: 30px 0 0;
}
.about-info-block .list-logos li {
    width: 33.3333%;
    margin-bottom: 30px;
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
}
.about-info-block .intro-block {
    background-color: #04829B;
    color: #fff;
    border-radius: 10px;
    padding: 30px 20px 260px;
    position: relative;
    background-image: url('../img/about/perso.svg');
    background-size: auto;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.about-info-block .intro-block:before,
.about-info-block .intro-block:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 123px;
    height: 123px;
    background-image: url('../img/about/Wedge.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-top-right-radius: 8px;
}
.about-info-block .intro-block:after {
    width: 80px;
    height: 80px;
    top: 20px;
    right: 4px;
    background-image: url('../img/about/Icon.svg');
    border-radius: 0;
}
.about-info-block .intro-block h3 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 25px;
    padding-right: 100px;
}
.about-info-block .intro-block strong {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-align: right;
    display: block;
    min-height: 70px;
    padding-right: calc(100% - 137px);
    margin-bottom: 30px;
    position: relative;
}
.about-info-block .intro-block strong:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 156px;
    width: 150px;
    height: 64px;
    background-image: url('../img/about/FREE.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.about-info-block .intro-block .button {
    width: 100%;
}
.about-info-block .intro-block .button:focus {
    outline-color: #fff !important;
}
.team-block h3 {
    text-align: center;
}
.team-block .team-content {
    position: relative;
}
.team-block .team-content:before {
    content: '';
    position: absolute;
    top: 51px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F7F7F7;
}
.team-block .team-content .team-profiles {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1030px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.team-block .team-content .team-profiles li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: center;
}
.team-block .team-content .team-profiles li > img {
    max-width: 103px;
    margin-bottom: 20px;
}
.team-block .team-content .team-profiles a.linked {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}
.team-block .team-content .team-profiles .name {
    font-size: 18px;
    font-weight: 500;
    color: #04829B;
    display: block;
    margin-bottom: 10px;
}
.team-block .team-content .team-profiles p {
    margin: 0 auto 20px;
    max-width: 180px;
}
#modal_block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
#modal_block .modal-content {
    position: absolute;
    top: -300px;
    left: 50%;
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    min-width: 275px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: top 0.3s ease-in;
    transition: top 0.3s ease-in;
}
#modal_block.active .modal-content {
    top: 50%;
}
#modal_block .modal-content .close {
    position: absolute;
    top: 10px;
    right: 12px;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #04829B;
    cursor: pointer;
}
body.modal-active {
    overflow-y: hidden;
}
body.modal-active #modal_block {
    opacity: 1;
    z-index: 9999;
}

@media screen and (max-width: 767px) {
    .row {
        flex-direction: column;
    }
    .row [class^="col-"] {
        width: 100% !important;
    }
    #header .header-block .button {
        display: none !important;
    }
    #footer_container .row>.column h4 {
        padding: 24px 25px 20px 0;
        border-top: 1px solid #ededed;
        margin-bottom: 0;
        position: relative;
    }
    #footer_container .row>.column.collapsible h4:after {
        content: '';
        width: 13px;
        height: 20px;
        background-image: url('../img/arrow-down.svg');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: top;
        position: absolute;
        top: 52%;
        right: 6px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #footer_container .row>.column.collapsible>ul {
        display: none;
    }
    #footer_container .row>.column.collapsible.active>ul {
        display: block;
    }
    #footer_container .row>.column.collapsible.active h4:after {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }
    .hero-slider .wedge img {
        max-width: 375px;
    }
    .button {
        display: block;
        width: 100%;
    }
    .story-block h2,
    .content-block.jesse-block h2 {
        margin-top: 30px;
    }
    .pricing-block label.label {
        margin-bottom: 30px;
    }
    .about-info-block .list-logos li {
        width: 50%;
        padding: 0 5px;
    }
    .book-block ul span > span {
        font-size: 18px;
    }
    .book-block form button {
        min-width: 0;
        width: 100%;
    }
}
@media screen and (max-width: 1023px) {
    body.nav-active {
        overflow-y: hidden;
        max-height: 100vh;
        max-width: 100vw;
        position: fixed;
    }
    nav.menu .menu-container {
        position: absolute;
        left: -100%;
        right: auto;
        top: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        padding: 25px 20px 20px;
        box-sizing: border-box;
        transition: left .3s ease-in-out;
        -webkit-transition: left .3s ease-in-out;
        z-index: 100;
    }
    nav.menu.nav-active .menu-container {
        left: 0;
    }
    nav.menu .menu-container ul.nav {
        position: relative;
    }
    nav.menu .menu-container ul.nav li {
        display: block;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .menu-container ul.nav li > a {
        position: relative;
        padding-right: 20px;
        outline: none !important;
    }
    .footer-copyright .footer-container {
        text-align: center;
        padding-bottom: 5px;
    }
    .hero-slider {
        overflow: hidden;
    }
    .about-info-block .row .col-8,
    .about-info-block .row .col-4 {
        width: 100% !important;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
    .pricing-block form .row .col-4 {
        width: 50%;
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 768px) {
    .hero-slider .intro .links-options {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .slider-main-content .step.intro .select-options .select-button {
        min-width: 250px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .step.intro .select-button:nth-child(2) {
        margin-left: 25px;
    }
    .top-block .det-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .top-block .det-list li {
        width: 50%;
    }
    .content-block .row {
        margin-bottom: 10px;
    }
    .content-block .row:first-child .col-6:first-child {
        order: 2;
    }
    .best-block .image {
        min-height: 190px;
    }
    .content-block.jesse-block .row {
        -ms-flex-align: center;
        align-items: center;
    }
    .story-block .col-6:first-child {
        order: 2;
        max-width: 614px;
    }
    .story-block h2 {
        margin-top: 50px;
    }
    .success-block .info li {
        width: 25%;
    }
    .success-block-content .button {
        margin: 30px 12px;
    }
    .book-block {
        background-size: 50% auto;
    }
    .book-block ul li {
        display: inline-block;
        vertical-align: top;
        margin-right: 50px;
    }
    .partners-block ul li {
        width: 25%;
        padding: 0 10px;
    }
    .about-page .hero-slider .wedge img {
        max-width: 670px;
    }
    .best-block.success .button {
        min-width: 450px;
    }
    #footer_container ul.menu {
        text-align: left;
    }
    #footer_container ul.menu li {
        display: inline-block;
        vertical-align: top;
        margin: 0 40px 15px;
    }
    #footer_container .row>.column.col1 {
        width: 33.3333%;
    }
    #footer_container .row>.column {
        width: 66.666%;
    }
    #modal_block .modal-content {
        min-width: 410px;
    }
}
@media screen and (min-width: 1024px) {
    #page {
        overflow: hidden;
    }
    #header {
        display: -ms-flexbox;
        display: flex;
    }
    #header .header-block {
        justify-content: flex-start;
        -ms-flex-pack: start;
        width: 100%;
        padding-bottom: 10px;
        padding-right: 155px;
    }
    #header .header-block .logo {
        padding-top: 3px;
    }
    #header .header-block .logo {
        padding-top: 3px;
    }
    #header .header-block .logo a {
        margin-top: 0;
    }
    #header .header-menu {
        position: relative;
        display: block;
        margin: 0 auto;
    }
    #header .header-block .button {
        top: 24px;
    }
    nav.menu {
        padding-top: 18px;
    }
    nav.menu .nav-menu,
    nav.menu .nav-menu:before,
    nav.menu .nav-menu:after,
    nav.menu .menu-container .mobile-menu-title {
        display: none;
    }
    .footer-container {
        padding: 50px 20px 30px;
    }
    #footer_container .row>.column {
        width: 66.666%;
    }
    #footer_container .row>.column.col1 {
        width: 33.3333%;
    }
    #footer_container .social-list li {
        margin-right: 18px;
    }
    .footer-copyright {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer-copyright>.footer-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        padding: 25px 20px 20px;
    }
    .footer-copyright .copyright {
        -ms-flex-order: 0;
        order: 0;
        margin-right: 30px;
    }
    .footer-copyright .footer-menu,
    .footer-copyright .copyright {
        margin-bottom: 0;
        padding: 3px 0 0 0;
    }
    .footer-copyright .footer-menu li {
        margin-right: 45px;
    }
    .hero-slider .wedge img {
        height: auto;
    }
    .slider-main-content .step.intro .intro-block h1 {
        font-size: 36px;
        padding: 0 30px;
    }
    .slider-main-content .step.intro {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .slider-main-content {
        max-width: 1210px;
        min-height: 300px;
        margin: 0 auto;
    }
    .steps-container {
        height: 100%;
        padding: 0 15px;
    }
    main h2 {
        font-size: 42px;
    }
    main h3 {
        font-size: 30px;
    }
    .top-block {
        margin-bottom: 40px;
    }
    .content-block .row {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .content-block .col-6:first-child {
        max-width: 875px;
        width: calc(100% - 480px);
    }
    .content-block .col-6:last-child {
        max-width: 480px;
    }
    .content-block.jesse-block .col-6:first-child {
        max-width: 885px;
    }
    .content-block.jesse-block {
        background-size: 50% auto;
    }
    .success-block {
        margin-bottom: 50px;
        padding-bottom: 40px;
    }
    .success-block .info li {
        width: 20%;
        margin-bottom: 30px;
    }
    .pricing-block {
        margin-bottom: 40px;
    }
    .book-block .book-block-content > p {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .partners-block ul li {
        width: 16.666%;
        padding: 0 13px;
    }
    .about-info-block .row {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .about-info-block .col-4.sidebar {
        max-width: 390px;
    }
    .about-info-block .intro-block strong:before {
        width: 115px;
    }
    .team-block h3 {
        margin-bottom: 50px;
    }
    .team-block .team-content .team-profiles li {
        width: 25%;
    }
    body header {
        top: -88px;
    }
    body.sticky-header #page {
        padding-top: 87.7px;
    }
    .story-block h2 {
        margin-top: 100px;
        margin-bottom: 60px;
    }
    .book-block .wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .book-block .wrapper > * {
        width: calc(50% - 15px);
    }
    .book-block form {
        padding-top: 50px;
    }
}
@media screen and (min-width: 1200px) {
    #header .header-block {
        padding: 28px 250px 6px 60px;
    }
    #header .header-block .logo {
        padding-top: 0;
        padding-bottom: 2px;
    }
    #header .header-block .logo a {
        max-width: 216px;
    }
    #header .header-menu {
        padding-top: 0;
    }
    #header .header-block .button {
        right: 30px;
        top: 35px;
        min-width: 240px;
        height: 50px;
        padding: 15px 15px 14px;
    }
    nav.menu {
        padding-top: 24px;
    }
    nav.menu .menu-container ul.nav li {
        margin: 0 75px 0 0;
    }
    .hero-slider {
        margin-bottom: 60px;
    }
    .slider-main-content .step.intro .intro-block h1 {
        font-size: 50px;
        margin-top: 10px;
    }
    .slider-main-content .step.intro .intro-block p {
        font-size: 24px;
    }
    .top-block-content p {
        font-size: 24px;
    }
    .top-block {
        margin-bottom: 60px;
    }
    .top-block .det-list {
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: -15px;
        margin-right: -15px;
    }
    .top-block .det-list li {
        width: calc(25% - 30px);
        margin-left: 15px;
        margin-right: 15px;
        background: #EBF5F7;
        border-radius: 10px;
        padding: 68px 20px 15px;
        text-align: center;
    }
    .top-block .det-list li > strong {
        font-size: 24px;
        line-height: 1.4;
        max-width: 227px;
        min-height: 66px;
        margin: 0 auto 11px;
    }
    .top-block .det-list li:nth-child(2) > strong {
        max-width: 240px;
    }
    .top-block .det-list li:after {
        top: 15px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .content-block .row {
        margin-bottom: 50px;
    }
    .best-block {
        margin-bottom: 60px;
    }

    .best-block img {
        max-width: 100%;
    }
    .best-block .image {
        min-height: 240px;
    }
    .best-block > p {
        margin-bottom: 50px;
    }
    .best-block.success .wrapper > p {
        max-width: 1050px;
        margin: 0 auto 50px;
    }
    .content-block.jesse-block p {
        margin-bottom: 50px;
    }
    .story-block {
        padding-top: 50px;
    }
    .success-block-content p,
    .pricing-block > p {
        margin-bottom: 50px;
    }
    .success-block .info li {
        width: 16.666%;
        margin-bottom: 40px;
    }
    .success-block .info li:last-child strong {
        white-space: nowrap;
    }
    .pricing-block {
        margin-bottom: 60px;
    }
    .book-block ul li {
        margin-right: 60px;
    }
    .partners-block {
        margin-bottom: 40px;
    }
    .partners-block ul li {
        width: 14.285%;
        margin-bottom: 40px;
    }
    .about-info-block {
        margin-bottom: 50px;
    }
    .about-info-block .intro-block strong:before {
        width: 159px;
    }
    .team-block h3 {
        margin-bottom: 60px;
    }
    body header {
        top: -116px;
    }
    body.sticky-header #page {
        padding-top: 116px;
    }
    .content-block #vision h2,
    .content-block #solution h2 {
        /*margin-top: 70px;*/
    }
}
@media screen and (min-width: 1440px) {
    #header .header-block .button {
        top: 34px;
        right: calc(50% - 710px);
    }
    .slider-main-content {
        min-height: 450px;
    }
    .slider-main-content .step.intro {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .book-block {
        background-size: 768px auto;
    }
}
