﻿.default-title {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1em;
}

.small-txt {
    font-size: 12px;
    display: block;
    color: @color-gray;
    line-height: 1em;
    text-transform: uppercase;
}

.txt-center {
    text-align: center;
}

.big-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2em;
    color: @color-black;
    margin: 0;

    @media screen{
        @media (min-width:880px){
            font-size: 50px;
            line-height: .98em;

            &.big-title--small {
                line-height: 1.09em;
                font-size: 46px;
            }
        }
    }
}

.nav-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1em;
    margin: 0 0 20px;
}

.section-title {
    font-size: 30px;
    font-weight: 700;
    margin: 60px 0 20px;
    line-height: 1em;

    &.small{
        font-size:26px;
    }

    &.no-marg {
        margin-top: 0;
    }
}

.internal-title {
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 1.1em;
    color: @color-white;
    font-size: 35px;

    @media screen{
        @media (min-width:570px){
            line-height: .9em;
            font-size: 50px;
        }
    }
}

.semi-bold {
    font-weight: 500;
}

.txt-small {
    font-size: 12px;

    &:last-child {
        margin-bottom: 0;
    }
}

.tie-title{
    font-weight:500;
    font-size:20px;
    margin:20px 0;
    line-height:1.4em;
}