@import url('fonts.css');
@import url('header.css');

/* BASE
------------------------------------- */
html,
body {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #404040;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
}

h1 {
    font-size: 45px;
    line-height: 120%;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
}

h2 {
    font-size: 45px;
    line-height: 124%;
    letter-spacing: 3px;
    color: #6d4393;
}

h3 {
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 2px;
    color: #404040;
}

h4 {
    font-size: 23px;
    line-height: 138%;
    letter-spacing: 2px;
    color: #404040;
}

a[class*='main-btn'],
a[class*='btn'],
.modal .main-btn,
#questions-section form .main-btn {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 2px solid transparent;
    border-radius: 70px;
    padding: 10px 70px 10px 30px;
    position: relative;
}

.data-modal a,
.main-btn,
a.main-btn,
.bp-forms-btn,
a.bp-forms-btn {
    border-color: #6d4393;
    background: transparent;
    color: #6d4393;
}

.data-modal a:hover,
.main-btn:hover,
a.main-btn:hover,
.bp-forms-btn:hover,
a.bp-forms-btn:hover {
    background: #6d4393;
    color: #fff;
    border-color: #6d4393;
}

.main-btn:visited {
    color: #6d4393;
}

.main-btn:after {
    content: url(../images/btn-arrow-purple.svg);
    width: 49px;
    height: 51px;
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 1;
}

.main-btn2,
a.main-btn2,
#questions-section form .main-btn {
    color: #fff;
    border-color: #fff;
    background: #949494;
    background: transparent;
}

.main-btn2:hover,
a.main-btn2:hover,
#questions-section form .main-btn:hover {
    background: #ffffff;
    color: #404040;
    border-color: #fff;
}

.main-btn2:visited {
    color: #fff;
}

.main-btn2:after,
#questions-section form .main-btn:after {
    content: url(../images/btn-arrow.svg);
    width: 49px;
    height: 51px;
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 1;
}

.secondary-link {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #6d4393;
}

.secondary-link:after {
    display: none;
}

.secondary-link:hover {
    color: #404040;
}

.secondary-link.white {
    color: #fff;
}

.secondary-link.white:hover {
    color: #f6f9f9;
}

article a,
a:visited {
    color: #6d4393;
}

@media (max-width: 767px) {
    html,
    body {
        font-size: 18px;
        line-height: 160%;
    }

    h1 {
        font-size: 38px;
        line-height: 120%;
    }

    h2 {
        font-size: 32px;
        line-height: 130%;
    }

    h3 {
        font-size: 24px;
        line-height: 140%;
    }

    h4 {
        font-size: 20px;
        line-height: 140%;
    }

    a[class*='main-btn'],
    a[class*='btn'],
    .modal .main-btn {
        font-size: 14px;
        line-height: 1.7;
        padding: 12px 60px 11px 30px;
    }

    .secondary-link {
        font-size: 14px;
        line-height: 1.7;
    }

    .main-btn:after {
        content: url(../images/btn-arrow-purple.svg);
        width: 49px;
        height: 48px;
        right: 0;
    }

    .main-btn2:after,
    #questions-section form .main-btn:after {
        content: url(../images/btn-arrow.svg);
        width: 49px;
        height: 48px;
        right: 0;
    }
}
