﻿@import url(//fonts.googleapis.com/css?family=Open+Sans:800);
@import url(//fonts.googleapis.com/css?family=PT+Sans+Narrow:700);

body {
    color: #7a7a7a;
    background: url(../../images/main_bg.png) 0 0 repeat #232323;
    cursor: default;
}

#form1 {
    padding-top: 75px;
    background: url(../../images/bg_body.jpg) center 0 no-repeat;
}

.font-normal {
    font: 15px/22px Arial, Helvetica, sans-serif;
}

.font-18 {
    font: 18px/26px Arial, Helvetica, sans-serif;
}

.font-22 {
    font: 22px/36px Arial, Helvetica, sans-serif;
}

.bg-transparant {
    background: url(../../images/trsn1.png) 0 0 repeat;
}

.bg-main {
    background: url(../../images/main_bg.png) 0 0 repeat #232323;
}

.nav-item > a {
    text-transform: uppercase;
    color: #fff !important;
}

    .nav-item > a.active, .nav-item > a.hover {
        background: url(../../images/menu_hover.png) 0 0 repeat;
    }

img {
    width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

    a:hover, .card-body > a:hover, .card-footer > a:hover {
        color: red;
    }

    a.red {
        color: red;
    }


        a.red:hover {
            color: #fff;
        }

.card-body > a, .card-footer > a {
    color: #fff;
    display: inline-block;
}

    .card-body > a::after, .card-footer > a::after {
        content: '';
        display: inline-block;
        margin-left: 10px;
        width: 16px;
        height: 11px;
        background: url(../../images/link_arrows_22.png) 0 0 no-repeat;
        background-size: auto;
    }

.link1 {
    color: #fff;
    padding: 50px 0 0 0;
}

    .link1::after {
        content: '';
        display: inline-block;
        margin-left: 10px;
        width: 16px;
        height: 11px;
        background: url(../../images/link_arrows_22.png) 0 0 no-repeat;
        background-size: auto;
    }

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

.film {
    background: url(../../images/film30.png) 0 0 no-repeat;
    vertical-align: baseline;
    padding-left: 32px;
    height: 30px !important;
    display: inline-block;
}
/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

h2 {
    padding: 132px 120px 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 5px 5px 5px #4a4224;
}

    h2 span {
        color: red;
        /* display: block; */
    }

h3 {
    font-size: 30px;
    line-height: 30px;
    padding-top: 36px;
    margin-bottom: 24px;
}

    h3.head1 {
        padding-top: 33px;
    }

    h3.head2 {
        padding-top: 47px;
    }

    h3.head3 {
        padding-top: 31px;
    }

h4 {
    padding-top: 38px;
    font-size: 16px;
    line-height: 18px;
    color: #705f43;
    margin-bottom: 22px;
}
/****Lists****/
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    ul.list {
        padding-top: 14px;
    }

        ul.list li {
            color: #d58808;
            position: relative;
            padding-left: 19px;
        }


            ul.list li + li {
                margin-top: 10px;
            }

            ul.list li:after {
                content: '';
                background: url(../../images/link_arrows_22.png) 0 0 no-repeat;
                width: 16px;
                height: 11px;
                display: block;
                position: absolute;
                left: 0;
                top: 0.5em;
            }
/**** elements  */
#footer {
    background: url(../../images/main_bg.png) 0 0 repeat #232323;
    color: #969595;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    h2 {
        font-size: 50px;
        line-height: 50px;
    }
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}
