html {
    font-size: 16px;

    .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
        color: #000;
        font-family: Roboto !important;

        span {
            font-family: Roboto !important
        }
    }

    a {
        font-family: Roboto !important
    }

    .dark-link {
        background: #000;
        color: #fff;
        margin: 100px 0
    }

    .dark-link, .white-link {
        border-radius: 10px;
        display: flex;
        padding: 15px 50px;
        text-decoration: none;
        width: fit-content
    }

    .white-link {
        background: #fff;
        color: #000
    }

    .large-text {
        font-family: Roboto !important;
        font-size: 100px;
        line-height: 1.1;

        &.red {
            color: red !important
        }

        @media (max-width: 787px) {
            font-size: 35px !important
        }
        @media (max-width: 1200px) {
            font-size: 65px
        }
    }


    label {

        hyphens: auto;
    }

    p, span {
        font-family: Roboto Medium;
        hyphens: auto;
        line-height: 1.3;
        @media (max-width: 992px) {
            padding-bottom: 0;
            padding-left: 30px;
            padding-right: 30px;
            padding-top: 0
        }
    }
}

html p, html span {
    padding: 0 !important
}

@media (min-width: 1700px) {
    .container {
        width: 1655px !important
    }
}

@media (min-width: 993px) {
    .display-lg {
        display: block
    }

    .display-xs {
        display: none
    }
}

@media (max-width: 992px) {
    .display-lg {
        display: none
    }

    .display-xs {
        display: block
    }
}

body, html {
    height: 100%
}

a:focus-visible {
    outline: 1px solid !important
}

a:focus {
    outline: 0
}

img {
    height: auto;
    max-width: 100%
}

.fix {
    overflow: hidden
}

p {
    color: #000;
    margin: 0 0 15px
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-family: Raleway, sans-serif;
    font-weight: 500;
    margin: 0 0 15px
}

h1 {
    font-size: 48px;
    line-height: 50px
}

h2 {
    font-size: 38px;
    line-height: 40px
}

h3 {
    font-size: 30px;
    line-height: 32px
}

h4 {
    font-size: 24px;
    line-height: 26px
}

h5 {
    font-size: 20px;
    line-height: 22px
}

h6 {
    font-size: 16px;
    line-height: 20px
}

a {
    transition: all .3s ease 0
}

a, a:hover {
    text-decoration: none
}

a:hover {
    color: #3ec1d5
}

a:active, a:hover {
    outline: 0
}

.back-to-top {
    background: #3ec1d5;
    border-radius: 2px;
    bottom: 15px;
    color: #fff;
    display: none;
    font-size: 16px;
    padding: 6px 12px 9px;
    position: fixed;
    right: 15px;
    transition: background .5s
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px
    }
}

.back-to-top:focus {
    background: #3ec1d5;
    color: #fff;
    outline: none
}

.back-to-top:hover {
    background: #3cd6ed;
    color: #fff
}

.area-padding {
    padding: 0 0 80px
}

.area-padding .row {
    margin-left: 0 !important;
    margin-right: 0 !important
}