﻿main {
    padding-top: 0rem;
}
 
main .block {
    padding: 5rem 0;
}

main .info .left h1 {
    margin-bottom: 1.5rem;
    line-height: 1.09;
    letter-spacing: -0.5px;
}

main .info .left p {
    width: 92%;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    opacity: .8;
}

main .info .left .large {
    line-height: 1.33;
    letter-spacing: -0.4px;
    opacity: 1;
} 

main .info .left li {
    text-align: left;
    color: #48484d;
    opacity: .8;
}

main .info .left li:before {
    content: '·';
    display: inline-block;
}

main .info .buttons {
    padding-top: 3rem;
}

main .info .buttons .try-it {
    margin-right: 2.5rem;
}

main .info .notice {
    padding-top: 5rem;
    font-size: .875rem;
    letter-spacing: -0.2px;
    color: #8b8b94;
}

main .headings .line {
    position: relative;
    height: .25rem;
    margin-bottom: 1rem;
    border-radius: .125rem;
    overflow: visible;
}

main .headings .line:before {
    position: absolute;
    content: ' ';
    top: 0;
    left: 3%;
    width: 34px;
    height: 19px;
    background: url(../../svg/line-arrow.svg);
}

main .headings ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

main .headings li {
    width: 20%;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

main .headings li:before {
    display: none;
}

main .headings li a {
    display: inline-block;
    width: 90%;
    color: #48484d;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}

main .headings li svg {
    position: relative;
    top: .5rem;
    left: -.5rem;
    vertical-align: top;
}

main .headings li:hover a,
main .headings li.active a {
    color: #fd6671;
}

main .headings li:hover svg path,
main .headings li.active svg path {
    fill: #fd6671;
}

main .testimonials .left {
    padding-top: 1.2rem;
}

main .testimonials .left h2 {
    margin-bottom: 1.5rem;
}

main .testimonials .left p {
    width: 95%;
    line-height: 1.5;
    letter-spacing: -0.2px;
}

main .testimonials .left .large {
    margin-bottom: 1.5em;
    line-height: 1.33;
    letter-spacing: -0.4px;
}

main .testimonials .left .desc {
    margin-bottom: 3rem;
    opacity: .8;
}

main .testimonials .left .customers {
    width: 97%;
    text-align: center;
}

main .testimonials .text {
    font-style: italic;
    line-height: 1.5;
	font-family: 'roboto', sans-serif;
}

main .testimonials .carousel {
    padding-top: 1.5rem;
    background: url(../../svg/quotes.svg) no-repeat 1% 6%;
	margin-bottom:50px;
}

main .testimonials .carousel-inner {
    position: relative;
    align-items: center;
    bottom: -1rem;
    right: 0;
    left: auto;
    margin: 0;
}

main .testimonials .carousel-item .wrapper {
    margin: 1rem 2rem 2rem 2rem;
    padding: 1.5rem;
    border-radius: .5rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.2);
    background: #ffffff;
}

main .testimonials .carousel-item .image {
    width: 64px;
    margin-left: auto;
    margin-right: auto;
}

main .testimonials .carousel-item .image img {
    min-width: 100%;
    max-width: 100%;
}

main .testimonials .carousel-item .title {
    padding-top: 1.25rem;
    font-weight: 500;
    letter-spacing: -0.3px;
}

main .testimonials .view-all {
    margin-left: 2.5rem;
    color: #48484d;
    opacity: 0.5;
}

main .testimonials a {
    color: #ff9748;
}

main .testimonials a:hover {
    color: #fd6671;
    text-decoration: none;
    opacity: 1;
}

main .testimonials .carousel-indicators {
    bottom: -2.5rem;
    left: auto;
    right: -4rem;
}

main .get-started {
    padding: 8rem 0;
    text-align: center;
}

main .get-started h2 {
    padding: .75rem;
    font-size: 2.25rem;
    color: #ffffff;
}

main .get-started {
    background: url(../../svg/get-started.svg) center center;
    background-size: cover;
}

main .get-started h2 {
    margin-left: auto;
    margin-right: auto;
    width: 48%;
}

main .get-started .btn {
    color: #48484d;
    border-color: #ffffff;
    background: #ffffff;
    background-blend-mode: overlay;
}

main .get-started .btn:not(:disabled):not(.disabled).active,
main .get-started .btn:not(:disabled):not(.disabled):active {
    color: #fc6d6d;
    border-color: #ffffff;
    background: #ffffff;
    box-shadow: none;
}

main .get-started .btn:hover {
    color: #fc6d6d;
    border-color: #ffffff;
    background: #ffffff;
}

main .headings a.active {
    color: #fc6d6d;
}

main .content {
    position: relative;
}

main .tabs-wrapper {
    position: relative;
    transition: all .6s;
}

main .tabs {
    position: absolute;
    margin-bottom: 1rem;
    padding: 5rem 0 3rem 0;
    opacity: 0;
    transition: all .6s;
	z-index: initial;
}

main .tabs.open {
    opacity: 1;
	z-index: 2;
}

main .tabs h3 {
    margin-bottom: 0.5rem;
    padding-top: 2.5rem;
}

main .tabs .large {
    margin-bottom: 1.75rem;
    opacity: 1;
}

main .tabs p {
    margin-bottom: .5rem;
    line-height: 1.5;
}

main .screens {
    position: relative;
    padding-top: 0;
    padding-bottom: 8rem;
}

main .screens:before {
    content: ' ';
    position: absolute;
    bottom: 7.5rem;
    width: 100%;
    height: 386px;
    background: url(../../svg/screens-bg.svg) no-repeat bottom center;
    z-index: -1;
}

main .screens .carousel-inner {
    position: relative;
    top: 1rem;
}

main .screens .carousel-item .wrapper {
    display: flex;
    justify-content: space-around;
}

main .screens .carousel-item .wrapper .item {
    width: 33%;
}

main .screens .carousel-item .wrapper .item img {
    position: relative;
    right: 3%;
    max-width: 106%;
    min-width: 106%;
}

main .screens .carousel-indicators {
    bottom: -3.5rem;
}
