body
{
    font-family: 'Roboto', sans-serif;

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

/*//////////////////////////////////////////////////////////////////*/
/*Цвета*/
/*//////////////////////////////////////////////////////////////////*/

.cblack
{
    color: #353535;
}
.corange
{
    color: #f0542d;
}
.cgray
{
    color: #888;
}
.cwhite
{
    color: #fff;
}

/*//////////////////////////////////////////////////////////////////*/
/*Размер шрифта*/
/*//////////////////////////////////////////////////////////////////*/

h1,
h2,
h3,
h4,
h6,
p,
span,
a,
{
    letter-spacing: .06em;
    text-transform: uppercase;
}
a
{
    text-decoration: none;
}
h1
{
    font-size: 46px;

    letter-spacing: .06em;
}
h2
{
    font-size: 36px;

    letter-spacing: .06em;
}
h3
{
    font-size: 28px;

    letter-spacing: .06em;
}
h4
{
    font-size: 22px;

    letter-spacing: .06em;
}
h5
{
    font-size: 18px;

    letter-spacing: .06em;
}
h6
{
    font-size: 16px;

    letter-spacing: .06em;
}
p
{
    font-size: 14px;

    letter-spacing: .05em;
}
.tt-none
{
    text-transform: none;
}

/*//////////////////////////////////////////////////////////////////*/
/*Стиль текскта*/
/*//////////////////////////////////////////////////////////////////*/

.thin
{
    font-weight: 100;
}
.light
{
    font-weight: 300;
}
.regular
{
    font-weight: 400;
}
.medium
{
    font-weight: 500;
}
.bold
{
    font-weight: 700;
}
.black
{
    font-weight: 900;
}

/*//////////////////////////////////////////////////////////////////*/
/*При наведении*/
/*//////////////////////////////////////////////////////////////////*/

.hover:hover
{
    color: #f0542d;
}


/*//////////////////////////////////////////////////////////////////*/
/*Медиа запросы*/
/*//////////////////////////////////////////////////////////////////*/




@media only screen and (max-width: 1195px)
{
    /*//////////////////////////////////////////////////////////////////*/
    /*Размер шрифта*/
    /*//////////////////////////////////////////////////////////////////*/

    h1
    {
        font-size: 36px;

        letter-spacing: .06em;
    }
    h2
    {
        font-size: 28px;

        letter-spacing: .06em;
    }
    h3
    {
        font-size: 22px;

        letter-spacing: .06em;
    }
    h4
    {
        font-size: 18px;

        letter-spacing: .06em;
    }
    h5
    {
        font-size: 16px;

        letter-spacing: .06em;
    }
    h6
    {
        font-size: 14px;

        letter-spacing: .06em;
    }
    p
    {
        font-size: 12px;

        letter-spacing: .05em;
    }
}

@media only screen and (max-width: 850px)
{
    /*//////////////////////////////////////////////////////////////////*/
    /*Размер шрифта*/
    /*//////////////////////////////////////////////////////////////////*/

    h1
    {
        font-size: 30px;

        letter-spacing: .06em;
    }
    h2
    {
        font-size: 22px;

        letter-spacing: .06em;
    }
    h3
    {
        font-size: 18px;

        letter-spacing: .06em;
    }
    h4
    {
        font-size: 16px;

        letter-spacing: .06em;
    }
    h5
    {
        font-size: 14px;

        letter-spacing: .06em;
    }
    h6
    {
        font-size: 12px;

        letter-spacing: .06em;
    }
    p
    {
        font-size: 12px;

        letter-spacing: .05em;
    }
}

@media only screen and (max-width: 320px)
{
    /*//////////////////////////////////////////////////////////////////*/
    /*Размер шрифта*/
    /*//////////////////////////////////////////////////////////////////*/

    h1
    {
        font-size: 30px;

        letter-spacing: .06em;
    }
    h2
    {
        font-size: 22px;

        letter-spacing: .06em;
    }
    h3
    {
        font-size: 18px;

        letter-spacing: .06em;
    }
    h4
    {
        font-size: 16px;

        letter-spacing: .06em;
    }
    h5
    {
        font-size: 14px;

        letter-spacing: .06em;
    }
    h6
    {
        font-size: 12px;

        letter-spacing: .06em;
    }
    p
    {
        font-size: 12px;

        letter-spacing: .05em;
    }
}
