﻿@font-face {
    font-family: 'Fira Sans Condensed';
    font-weight: normal;
    font-style: normal;
    src: local('Fira Sans Condensed'), local('FiraSansCondensed-Medium'), url(font/FiraSansCondensed-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'PT Sans';
    font-weight: normal;
    font-style: normal;
    src: local('PT Sans'), local('PTSans-Regular'), url(font/PTSans-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'PT Sans Bold';
    font-weight: normal;
    font-style: normal;
    src: local('PT Sans Bold'), local('PTSansBold'), url(font/PTSansBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Fira Sans Condensed';
    font-style: italic;
    font-weight: 500;
    src: local('Fira Sans Condensed Medium Italic'), local('FiraSansCondensed-MediumItalic'), url(font/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVXMBEdD5a.ttf) format('truetype');
}

@font-face {
    font-family: 'Fira Sans Condensed';
    font-style: italic;
    font-weight: 600;
    src: local('Fira Sans Condensed SemiBold Italic'), local('FiraSansCondensed-SemiBoldItalic'), url(font/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVcMdEdD5a.ttf) format('truetype');
}

@font-face {
    font-family: 'Fira Sans Condensed';
    font-style: italic;
    font-weight: 700;
    src: local('Fira Sans Condensed Bold Italic'), local('FiraSansCondensed-BoldItalic'), url(font/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVFMZEdD5a.ttf) format('truetype');
}

@font-face {
    font-family: 'Fira Sans Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Fira Sans Condensed Regular'), local('FiraSansCondensed-Regular'), url(font/wEOhEADFm8hSaQTFG18FErVhsC9x-tarUfLtqA.ttf) format('truetype');
}

@font-face {
    font-family: 'Fira Sans Condensed';
    font-style: normal;
    font-weight: 500;
    src: local('Fira Sans Condensed Medium'), local('FiraSansCondensed-Medium'), url(font/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWQXOuMB0dw.ttf) format('truetype');
}

@font-face {
    font-family: 'Fira Sans Condensed';
    font-style: normal;
    font-weight: 600;
    src: local('Fira Sans Condensed SemiBold'), local('FiraSansCondensed-SemiBold'), url(font/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWSnJuMB0dw.ttf) format('truetype');
}

@font-face {
    font-family: 'Fira Sans Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Fira Sans Condensed Bold'), local('FiraSansCondensed-Bold'), url(font/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWU3IuMB0dw.ttf) format('truetype');
}

@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 400;
    src: local('PT Sans Italic'), local('PTSans-Italic'), url(font/jizYRExUiTo99u79D0e0ysmN.ttf) format('truetype');
}

@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 700;
    src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url(font/jizdRExUiTo99u79D0e8fOydIhUY.ttf) format('truetype');
}

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local('PTSans-Regular'), url(font/jizaRExUiTo99u79D0-EwA.ttf) format('truetype');
}

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    src: local('PT Sans Bold'), local('PTSans-Bold'), url(font/jizfRExUiTo99u79B_mh0OOtKA.ttf) format('truetype');
}

.fira-font {
    font-family: 'Fira Sans Condensed', sans-serif;
}

.pt-sans-font {
    font-family: 'PT Sans', sans-serif;
}

b, strong {
    font-family: 'PT Sans Bold';
    font-weight: normal;
}

html {
    height: 100%;
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'PT Sans', serif;
    color: #000;
    font-size: 14px;
    line-height: 1.3;
    background: #fff;
    height: 100%;
}

.page-container {
    position: relative;
    min-height: 100vh;
}

.content-wrap {
    padding-bottom: 60px;
}

.wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.container {
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1260px;
    width: 100%;
}

.content-container {
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: White;
    padding-top: 15px;
}

    .content-container:after {
        content: '.';
        display: block;
        clear: both;
        visibility: hidden;
        height: 0;
    }

.container {
    min-width: 935px !important;
}

header {
    min-width: 1000px !important;
    min-height: 70px;
    height: auto;
    position: relative;
    color: #fff;
}

.header-bg-block {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    overflow: hidden;
}

.header-bg {
    /*background-image: url('../images/bg-top.png');*/
    background-color: #1e5799;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    margin: 0;
}

.header-over {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    background: rgb(30,87,153);
    background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(29,76,134,1) 0%, rgba(38,106,173,1) 100%, rgba(125,185,232,1) 100%);
    background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(29,76,134,1) 0%,rgba(38,106,173,1) 100%,rgba(125,185,232,1) 100%);
    background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(29,76,134,1) 0%,rgba(38,106,173,1) 100%,rgba(125,185,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
    opacity: 0.8;
}

.header {
    position: relative;
}

    .header .header-content {
        position: relative;
        z-index: 10;
    }


.top-header {
    position: relative;
    z-index: 10;
    margin-bottom: -40px;
}


.soc-top {
    margin-top: 32px;
}

    .soc-top a {
        width: 26px;
        height: 16px;
        margin: 2px 6px;
        background-size: auto 100%;
        background-repeat: no-repeat;
        vertical-align: top;
        display: inline-block;
    }

        .soc-top a.tw {
            background-image: url('../images/icon-tw.svg');
        }

        .soc-top a.vk {
            background-image: url('../images/icon-vk.svg');
        }

        .soc-top a.eye {
            background-image: url('../images/icon-eye.svg');
        }

        .soc-top a.smap {
            background-image: url('../images/icon-smap.svg');
            height: 18px;
            margin: 0 6px;
        }

.soc-block a {
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
}

.logo {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    margin-left: -10px;
    margin-top: 5px;
    margin-bottom: 4px;
}

.site-title {
    display: inline-block;
    vertical-align: middle;
    padding-left: 50px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Fira Sans Condensed', sans-serif;
}

.data-top {
    font-size: 14px;
    line-height: 1;
    text-align: right;
    margin-bottom: 30px;
    display: none;
}

.hide1024 {
    display: none;
}

.img-responsive {
    width: 100% !important;
    height: auto !important;
}

h1, .title-h1 {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
    padding: 0 0 10px 0;
    color: #1d4c86;
}

.title-main {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
    padding: 0;
    color: #1d4c86;
}

h2, .title-h2, .h2 {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
    padding: 0 0 10px 0;
    color: #1d4c86;
}

h3, .title-h3, .h3, .h4, .h5 {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
    padding: 0 0 10px 0;
    color: #333;
}


/* menu */

.top_menu {
    background-color: #e3eaf1;
}


    .top_menu ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: table;
        width: auto;
    }

        .top_menu ul.pull-left {
            margin: 0 0 0 120px;
        }

        .top_menu ul li {
            list-style: none;
            float: left;
            margin: 0;
            display: block;
            padding: 0;
            /*line-height: 45px;*/
        }

            .top_menu ul li:after {
                content: '';
                display: block;
                position: absolute;
                top: 50%;
                right: 0;
                background-color: #266bae;
                width: 4px;
                height: 4px;
                border-radius: 50%;
                margin-top: -2px;
                display: none !important;
            }

            .top_menu ul li:last-child:after {
                display: none;
            }

            .top_menu ul li a {
                padding: 0 15px;
                margin: 0;
                display: block;
                position: relative;
                text-decoration: none;
            }

                .top_menu ul li a.main-item {
                    padding: 15px;
                    margin: 0;
                    /*height: 45px;*/
                    height: 45px;
                    line-height: 45px;
                    display: block;
                    color: #266bae;
                    font-family: 'Fira Sans Condensed', sans-serif;
                    font-weight: 500;
                    text-decoration: none;
                    white-space: nowrap;
                    text-transform: uppercase;
                    font-size: 14px;
                    text-align: center;
                }

                .top_menu ul li a.without-icon {
                    padding-top: 2px;
                }

                .top_menu ul li.open a, .top_menu ul li a.main-item:hover, .top_menu .dropdown-item.hover a.main-item {
                    color: #fff;
                    background-color: #266bae;
                }

                .nav .open > a:focus, .top_menu ul li a.main-item:focus, .top_menu ul li a.main-item:active, .top_menu ul li a.main-item.select {
                    background-color: #1d4c86;
                    color: #fff;
                }

                .top_menu ul li a.main-item.with-icon:hover, .top_menu ul li a.main-item.with-icon:focus, .top_menu ul li a.main-item.with-icon:active, .top_menu ul li a.main-item.with-icon.select {
                    background-color: transparent;
                }

.dropdown-item {
    position: relative;
}

.top_menu .drop-menu {
    width: 295px;
    padding: 10px 0 0;
    margin: 0;
    background-color: #266bae;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
}

.top_menu .dropdown-item:hover .drop-menu, .top_menu .dropdown-item.hover .drop-menu {
    display: block;
}

.top_menu .drop-left .drop-menu {
    left: auto;
    right: 0;
}

.top_menu .drop-menu a {
    color: #fff;
    background-color: #266bae;
    padding: 7px 15px;
    line-height: 19px;
    font-size: 14px;
    display: block;
    font-family: 'PT Sans';
}

    .top_menu .drop-menu a:hover, .top_menu .drop-menu a.select {
        background-color: #1d4c86;
        color: #fff;
        font-family: 'PT Sans';
    }

.icon {
    display: inline-block;
    content: ' ';
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
}

.icon-home {
    background-image: url('./images/home.svg');
    width: 16px;
    height: 16px;
    line-height: 16px;
}

.tooltip-i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 15px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-family: 'PT Sans';
    cursor: pointer;
}

    .tooltip-i .icon {
        margin: 0;
        position: relative !important;
        top: auto !important;
        vertical-align: top;
    }

.title-h1 .tooltip-i {
    vertical-align: inherit;
}

.tooltip-block {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
    display: none;
    transition: 0.5s ease;
    width: 200px;
    top: 0px;
    right: -210px;
}

    .tooltip-block .tooltip-inner {
        max-width: 200px;
        padding: 10px;
        color: #000;
        text-align: center;
        text-decoration: none;
        background-color: #e3eaf1;
        border-radius: 4px;
        display: block;
    }

    .tooltip-block .tooltip-arrow {
        position: absolute;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        top: 13px;
        left: -5px;
        margin-top: -5px;
        border-width: 5px 5px 5px 0;
        border-right-color: #e3eaf1;
        display: block;
    }

.tooltip-i:hover .tooltip-block {
    filter: alpha(opacity=1);
    opacity: 1;
    display: block;
}

.tooltip-block.right {
    right: auto;
    left: -210px;
}

    .tooltip-block.right .tooltip-arrow {
        left: auto;
        right: -5px;
        border-width: 5px 0 5px 5px;
        border-left-color: #e3eaf1;
    }

.menuLine {
    background-color: #f8f8f8;
    color: #292929;
    font-size: 12px;
    line-height: 0.7;
}

.breadcrumb {
    background-color: transparent;
    color: #595959;
    padding: 20px 0 0 15px;
    font-size: 14px;
}

.breadcrumbs > li + li:before {
    content: "/";
    padding: 0 5px;
}

.breadcrumb a {
    font-family: "Fira Sans Condensed", sans-serif;
    color: #898989;
}

.breadcrumb li a {
    text-decoration: underline;
}

    .breadcrumb li a:active {
        text-decoration: none;
    }

.faright {
    padding-left: 5px;
}

/*Bottom*/
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-width: 1000px !important;
    height: 60px;
    z-index: 0;
    overflow: hidden;
    text-align: left;
    background: #f8f8f8;
    width: 100%;
}

.bottom-container {
    font-size: 14px;
    line-height: 1.3;
    height: 260px;
    padding-top: 30px;
}

.rss-block {
    background-color: #fff;
    padding: 30px 30px 20px;
}

.title-rss {
    font-size: 16px;
    font-family: 'PT Sans Bold';
    color: #333;
    line-height: 18px;
    padding-left: 30px;
    margin-bottom: 10px;
    background-image: url('./images/rss.svg');
    background-position: 0;
    background-repeat: no-repeat;
}

.bottom-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .bottom-menu ul li {
        margin: 0;
        padding: 0 0 10px;
    }

        .bottom-menu ul li a {
            font-family: 'PT Sans';
            color: #213161;
        }

            .bottom-menu ul li a:hover {
                color: #b81a37;
            }

.bottom-menu-block {
    padding: 30px 30px 20px;
}

.bottom-certificate a:hover {
    color: #fff;
    text-decoration: none;
}

.bottom-certificate a:focus {
    color: #fff;
    text-decoration: none;
}

.bottom-certificate a:active {
    color: #fff;
    text-decoration: none;
}

.bottom-certificate a:visited {
    color: #fff;
    text-decoration: none;
}

.gerb-block {
    text-align: center;
}

    .gerb-block img {
        margin: 0 auto 15px;
        display: block;
        width: 35%;
        height: auto;
        max-width: 100px;
    }


.copy-container {
    height: auto;
    background: #266bae;
    color: #fff;
    padding: 20px 0;
    font-size: 14px;
    font-family: 'Fira Sans Condensed', sans-serif;
    color: #333;
}

    .copy-container a {
        font-family: 'PT Sans';
        color: #fff;
    }

.soc-block a {
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
}

.soc-bottom {
    text-align: center;
}

    .soc-bottom .soc-top {
        margin-top: 0;
    }

    .soc-bottom .lk-link {
        display: none;
    }

.soc-top a.tw {
    background-image: url('./images/twitter.svg');
}

.soc-top a.vk {
    background-image: url('./images/vk.svg');
}

.soc-top a.eye {
    background-image: url('./images/eye.svg');
}

.soc-top a.smap {
    background-image: url('./images/sitemap.svg');
    height: 18px;
    margin: 0 6px;
}

.soc-top .line {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    background-color: #fff;
    height: 16px;
    margin-top: 1px;
    overflow: hidden;
    margin: 0 6px;
}

.rss-centered {
    margin: auto !important;
    width: 930px;
}

.russia-map-centered {
    margin: auto !important;
    width: 970px;
}

.constructor-centered {
    margin: auto !important;
}
/*@media (max-width: 1024px) {

    .bottom-container {
        height: 290px;
    }
}

@media (max-width: 767px) {
    .content-container {
        margin: 0;
    }

    footer {
        height: auto;
        margin: 0;
    }

    .copy-container, .bottom-container {
        height: auto;
    }

    .gerb-block {
        text-align: left;
        padding-bottom: 30px;
    }

        .gerb-block img {
            margin: 0 0 15px;
        }

    .bottom-menu-block {
        padding: 30px 0 20px;
    }

    .soc-bottom {
        text-align: left;
        padding: 0;
    }

        .soc-bottom .soc-top {
            margin-top: 15px;
        }

    .bottom-certificate a {
        display: block;
    }

}*/

