/* ********** */
/* TYPOGRAPHY */
/* ********** */
body {
    font-size: 16px;
    line-height: 24px;
}
.text-body-2,
.text-body-2 > p {
    font-size: 14px;
    line-height: 20px;
}
body * {
    font-family:"proxima-nova";
    font-weight: 400;
}
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
    font-weight: 800;
}
h1, .h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: calc(var(--space-standard) * 2);
}
h2, .h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: calc(var(--space-standard) * 2);
}
h3, .h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: calc(var(--space-standard) * 2);
}
h4, .h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: calc(var(--space-standard) * 2);
}
h5, .h5 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: calc(var(--space-standard) * 2);
}
p {
    margin-bottom: calc(var(--space-standard) * 2);
}
body strong {
    font-weight: 700;
    color: inherit;
}
.subtitle {
    font-size: 14px;
    line-height: 24px;
}
.subtitle-small {
    font-size: 12px;
    line-height: 16px;
}
.subtitle-text-descr {
    font-size: 10px;
    line-height: 16px;
}

/* shadows */
.has-shadow {
    box-shadow: 0px 85px 34px rgba(0, 0, 0, 0.01), 0px 48px 29px rgba(0, 0, 0, 0.05), 0px 21px 21px rgba(0, 0, 0, 0.09), 0px 5px 12px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}

/* buttons */
button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.btn:disabled {
    pointer-events: none;
    opacity: .5;
}
.btn-large,
.btn-medium,
.btn-small {
    text-decoration: none;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 13px;
    transition: all .2s;
    position: relative;
}
.btn-large,
.btn-medium,
.btn-small {
    font-size: 14px;
    line-height: 17px;
    min-width: 170px;
    min-height: 60px;
    padding: 14px 25px;
    position: relative;
    z-index: 1;
}
.btn-large::after,
.btn-medium::after,
.btn-small::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--blue-deep);
    position: absolute;
    top: 13px;
    left: 11px;
    display: block;
    opacity: 0;
    transition: all .2s;
    z-index: -1;
    clip-path: polygon(0% 100%, 0% calc(100% - 13px), calc(100% - 11px) calc(100% - 13px), calc(100% - 11px) 0%, 100% 0%, 100% 100%);
}
.btn-blue {
    color: var(--white);
    background-color: var(--blue);
}
.btn-transparent {
    color: var(--blue-deep);
    border-color: var(--blue-deep);
}
.btn-large:hover,
.btn-medium:hover,
.btn-small:hover {
    color: var(--blue-deep);
    background-color: var(--white);
    /* background-color: transparent; */
    border-color: var(--blue-deep);
}
.btn-large:hover::after,
.btn-medium:hover::after,
.btn-small:hover::after {
    opacity: 1;
}
.btn-large-alt,
.btn-medium-alt,
.btn-small-alt {
    text-decoration: none;
    color: var(--white);
    background-color: var(--blue-deep);
    border-width: 2px;
    border-style: solid;
    border-color: var(--blue-deep);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all .2s;
    position: relative;
}
.btn-large-alt {
    font-size: 20px;
    line-height: 24px;
    min-width: 218px;
    padding: 16px 25px;
}
.btn-medium-alt {
    font-size: 16px;
    line-height: 19px;
    min-width: 190px;
    padding: 18px 25px;
}
.btn-small-alt {
    font-size: 14px;
    line-height: 17px;
    min-width: 170px;
    padding: 14px 25px;
}
.btn-large-alt:hover,
.btn-medium-alt:hover,
.btn-small-alt:hover {
    color: var(--blue-deep);
    background-color: var(--yellow);
    border-color: var(--yellow);
}
.btn-product-large,
.btn-product-medium,
.btn-product-small {
    text-decoration: none;
    color: var(--blue-deep);
    background-color: var(--white);
    border-width: 2px;
    border-style: solid;
    border-color: var(--blue-deep);
    padding: 21px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all .2s;
    position: relative;
}
.btn-product-large:hover,
.btn-product-medium:hover,
.btn-product-small:hover {
    color: var(--white);
    background-color: var(--blue-deep);
}
.btn-product-large {
    font-size: 20px;
    line-height: 24px;
    min-width: 360px;
    min-height: 78px;
}
.btn-product-medium {
    font-size: 16px;
    line-height: 19px;
    min-width: 300px;
    min-height: 78px;
}
.btn-product-small {
    font-size: 14px;
    line-height: 17px;
    min-width: 250px;
    min-height: 60px;
}
.btn-arrow {
    display: block;
}
.btn-arrow > .is-svg {
    color: var(--blue-deep);
}
.btn-arrow.large {
    width: 60px;
    height: 60px;
}
.btn-arrow.small {
    width: 45px;
    height: 45px;
}
.btn-arrow.left > .is-svg {
    transform: rotate(-90deg);
}
.btn-arrow.right > .is-svg {
    transform: rotate(90deg);
}
.btn-arrow.bottom > .is-svg {
    transform: rotate(180deg);
}

.text-center {text-align: center;}
.text-start {text-align: left;}
.text-end {text-align: right;}
.text-justify {text-align: justify;}

.title-1 {
    font-size: 20px;
    line-height: 26px;
}
.title-2 {
    font-size: 14px;
    line-height: 20px;
}
.subtitle-14 {
    font-size: 14px;
    line-height: 24px;
}
.subtitle-12 {
    font-size: 12px;
    line-height: 16px;
}
.subtitle-description {
    font-size: 10px;
    line-height: 16px;
}
@media (min-width: 768px) {
    h1, .h1 {
        font-size: 48px;
        line-height: 52px;
    }
    h2, .h2 {
        font-size: 32px;
        line-height: 36px;
    }
    h3, .h3 {
        font-size: 24px;
        line-height: 28px;
    }
    h4, .h4 {
        font-size: 20px;
        line-height: 24px;
    }
    h5, .h5 {
        font-size: 16px;
        line-height: 24px;
    }
    
    .btn-large, .btn-medium {
        font-size: 16px;
        line-height: 19px;
        min-width: 230px;
        min-height: 78px;
        padding: 18px 25px;
    }
    
    .text-tab-center {text-align: center;}
    .text-tab-start {text-align: left;}
    .text-tab-end {text-align: right;}
    .text-tab-justify {text-align: justify;}
}
@media (min-width: 1440px) {
    body {
        font-size: 18px;
        line-height: 24px;
    }
    .text-body-2,
    .text-body-2 > p {
        font-size: 16px;
        line-height: 24px;
    }
    h1, .h1 {
        font-size: 56px;
        line-height: 64px;
    }
    h2, .h2 {
        font-size: 48px;
        line-height: 52px;
    }
    h3, .h3 {
        font-size: 32px;
        line-height: 36px;
    }
    h4, .h4 {
        font-size: 24px;
        line-height: 28px;
    }
    h5, .h5 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .btn-large {
        font-size: 20px;
        line-height: 24px;
        min-width: 300px;
    }
    
    .text-desk-center {text-align: center;}
    .text-desk-start {text-align: left;}
    .text-desk-end {text-align: right;}
    .text-desk-justify {text-align: justify;}

    .title-1 {
        font-size: 24px;
        line-height: 36px;
    }
    .title-2 {
        font-size: 16px;
        line-height: 24px;
    }
}
/* ************** */
/* TYPOGRAPHY end */
/* ************** */