
@media screen and (max-width: 767px) {
    table.info_table, table.info_table > tbody, table.info_table > thead, table.info_table > tfoot {
        display: block;
        max-width: 100%;
        overflow: hidden;
    }

        table.info_table > tbody > tr, table.info_table > thead > tr, table.info_table > tfoot > tr {
            display: flex;
            align-content: stretch;
            flex-wrap: wrap;
            margin: 5px 0;
            border: 1px solid #ddd;
        }

            table.info_table > tbody > tr > td,
            table.info_table > tfoot > tr > td,
            table.info_table > thead > tr > td,
            table.info_table > tbody > tr > th,
            table.info_table > tfoot > tr > th,
            table.info_table > thead > tr > th {
                display: inline-flex;
                flex: 1 1 auto;
                border: 0.5px solid #ddd;
                counter-increment: myCounter;
                padding-left: 10px;
            }
    .main_middle .mid {
        display: block;
    }

    .preview {
        color: red;
    }

    .header-slide > .no-link {
        cursor: pointer;
    }

    main {
        display: block;
        padding: 15px;
    }
}

/* -- Стили для типов файлов - Начало */
/* -- -- Стили для типов файлов 50*50 - Начало */
.gr_word, .gr_pdf, .gr_excel, .gr_text, .gr_img, .gr_file {
    display: table-cell;
    padding: 0 5px 0 55px;
    vertical-align: middle;
    height: 50px;
    position: relative;
}

    .gr_word::before, .gr_pdf::before, .gr_excel::before, .gr_text::before, .gr_img::before, .gr_file::before {
        content: '';
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .gr_word::before {
        background: url(/Content/img/pics/sprite.png) 0 -650px no-repeat;
    }

    .gr_pdf::before {
        background: url(/Content/img/pics/sprite.png) -50px -650px no-repeat;
    }

    .gr_excel::before {
        background: url(/Content/img/pics/sprite.png) -100px -650px no-repeat;
    }

    .gr_text::before {
        background: url(/Content/img/pics/sprite.png) -150px -650px no-repeat;
    }

    .gr_img::before {
        background: url(/Content/img/pics/sprite.png) -200px -650px no-repeat;
    }

    .gr_file::before {
        background: url(/Content/img/pics/sprite.png) -250px -650px no-repeat;
    }
/* -- -- Стили для типов файлов 50*50 - Конец */
/* -- -- Стили для типов файлов 30*30 - Начало */
.sm_word, .sm_pdf, .sm_excel, .sm_text, .sm_img, .sm_file {
    display: table-cell;
    padding: 0 5px 0 35px;
    vertical-align: middle;
    height: 30px;
    position: relative;
}

    .sm_word::before, .sm_pdf::before, .sm_excel::before, .sm_text::before, .sm_img::before, .sm_file::before {
        content: '';
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .sm_word::before {
        background: url(/Content/img/pics/sprite.png) 0 -700px no-repeat;
    }

    .sm_pdf::before {
        background: url(/Content/img/pics/sprite.png) -30px -700px no-repeat;
    }

    .sm_excel::before {
        background: url(/Content/img/pics/sprite.png) -60px -700px no-repeat;
    }

    .sm_text::before {
        background: url(/Content/img/pics/sprite.png) -90px -700px no-repeat;
    }

    .sm_img::before {
        background: url(/Content/img/pics/sprite.png) -120px -700px no-repeat;
    }

    .sm_file::before {
        background: url(/Content/img/pics/sprite.png) -150px -700px no-repeat;
    }

    .sm_phone span {
        font-size: 120%;
    }


    .sm_phone::before {
        content: '';
        width: 16px;
        height: 16px;
        /*background:url(/Content/img/pics/phone.png) no-repeat;
	background-size:100%;*/
        background: url(/Content/img/pics/ret_sprite.png);
        background-position: -31px 0;
        background-size: 155px;
        position: absolute;
        top: 7px;
        left: 11px;
    }

    a.sm_phone:hover {
        color: #222;
    }

        a.sm_phone:hover::before {
            /*background:url(/Content/img/pics/phone2.png) no-repeat;
	background-size:100%;*/
            background: url(/Content/img/pics/ret_sprite.png);
            background-position: -46.5px 0;
            background-size: 155px;
        }



.zakaz_email {
    display: block;
    margin: 0;
    position: absolute;
    top: 82px;
    right: 0;
    width: 180px;
    padding: 0 0 0 45px;
    font-size: 12px;
    height: 33px;
    background: #0070b9;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
    color: #fff;
    line-height: 35px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
}

    .zakaz_email:hover {
        background: #0062a1;
    }

    .zakaz_email::before {
        content: '';
        display: block;
        position: absolute;
        top: 12px;
        left: 24px;
        width: 15px;
        height: 10px;
        background: url(/Content/img/pics/ret_sprite.png);
        background-position: 0 0;
        background-size: 155px;
    }


.langs {
    width: 60px;
    height: 30px;
    position: absolute;
    top: 29px;
    right: 0;
    text-align: right;
}

.search {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 82px;
    right: 203px;
    width: 555px;
    height: 33px;
    border: 1px solid #747474;
}

    .search input {
        display: block;
        margin: 0 10px;
        background: transparent;
        width: 500px;
        border: 0;
        font-size: 14px;
        color: #747474;
        padding: 6px 9px;
        line-height: 21px;
        font-family: 'Open Sans', sans-serif;
    }

        .search input::-webkit-input-placeholder {
            z-index: 500;
            font-size: 14px;
            color: #747474;
        }

        .search input:-moz-placeholder {
            z-index: 500;
            font-size: 13px;
            color: #fff;
        }

    .search a {
        display: block;
        position: absolute;
        top: 8px;
        right: 8px;
        width: 16px;
        height: 16px;
        background: url(/Content/img/pics/ret_sprite.png);
        background-position: -85px 0;
        background-size: 120px;
    }

        .search a:hover {
            /*background:url(/Content/img/pics/search2.png) no-repeat;
	background-position:center;*/
            background: url(/Content/img/pics/ret_sprite.png);
            background-position: -102px 0;
            background-size: 120px;
        }

.menu_cont_hor {
    display: block;
    background-color: #033e68;
    width: 100%;
    z-index: 60;
    height: 52px;
    border-top: 1px solid rgb(255,255,255);
}

.menu, .menu > ul > li > a, .menu > ul > li > a:visited, .menu > ul > li .menu_active, .menu > ul > li .menu_active,
.menu, .menu > ul > li, .menu > ul > li:hover > a {
    height: 52px;
}


.menu {
    position: relative;
    width: 1362px;
    margin: 0 auto;
}

    .menu > ul > li > a, .menu > ul > li > a:visited {
        display: table-cell;
        vertical-align: middle;
        font: 300 17px / 24px 'Open Sans', sans-serif;
        color: #fff;
        text-decoration: none;
        overflow: hidden;
        padding: 0 25px;
    }

    .menu > ul {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }

        .menu > ul > li {
            display: inline-block;
            position: relative;
            margin: 0 1px 0 0;
            padding: 0;
        }

            .menu > ul > li > ul {
                display: none;
                padding: 0;
                margin: 0;
                list-style: none;
                text-align: left;
                border-bottom: 20px solid rgba(18,113,184,1);
                z-index: 1000;
            }

            .menu > ul > li:hover > a {
                color: #fff;
                background: #0070bb;
                -webkit-transition-duration: .2s;
                -o-transition-duration: .2s;
                -moz-transition-duration: .2s;
                transition-duration: .2s;
                background: rgba(18,113,184,1);
            }

            .menu > ul > li:hover > ul {
                display: inline-block;
                position: absolute;
                left: 0;
                border-top: 1px solid transparent;
                top: 51px;
            }

            .menu > ul > li:last-of-type:hover > ul {
                left: auto;
                right: 0;
            }


            .menu > ul > li:hover > ul > li > a {
                display: block;
                width: 320px;
                font-size: 11pt;
                padding: 15px 20px 0 20px;
                line-height: 15px;
                height: auto;
                text-transform: none;
                color: #fff;
                text-decoration: none;
                -webkit-transition-duration: .2s;
                -o-transition-duration: .2s;
                -moz-transition-duration: .2s;
                transition-duration: .2s;
                background: rgba(18,113,184,1);
            }

                .menu > ul > li:hover > ul > li > a:hover {
                    color: #fff;
                    text-shadow: 0px 0px 0px rgba(255, 255, 255, 1);
                }

            .menu > ul > li > ul > li > ul {
                padding-top: 5px;
                position: relative;
                background: rgba(18,113,184,1);
            }

                .menu > ul > li > ul > li > ul > li {
                    list-style-type: none;
                    padding: 3px;
                }


                    .menu > ul > li > ul > li > ul > li > a {
                        color: white;
                        margin-left: 30px;
                        text-decoration: none;
                        padding: 7px;
                        font-size: 12px;
                    }

                        .menu > ul > li > ul > li > ul > li > a:hover {
                            text-shadow: 0.2px 0.2px #fff;
                            -webkit-transition-duration: .2s;
                            -o-transition-duration: .2s;
                            -moz-transition-duration: .2s;
                            transition-duration: .2s;
                        }

#news-swiper {
    margin-bottom: 20px;
}


.news_item {
    position: relative;
    width: 277px;
    height: 115px;
    /*display:table-cell;*/
    padding: 0 0 25px 0;
    vertical-align: top;
    /*border-left:1px solid #B5B5B5;*/
    /*border-right:1px solid #B5B5B5;*/
}


    .news_item:before {
        content: '';
        display: none;
    }

    .news_item .ni_img {
        width: 98px;
        height: auto;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .news_item .info_area {
        position: relative;
        width: 150px;
        height: auto;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }


    .news_item .ni_img img {
        width: 82px;
        vertical-align: middle;
    }

.date {
    position: absolute;
    top: 0px;
    left: 10px;
    color: #868686;
    font-size: 11px;
    display: inline-block;
}

    .date::before {
        content: '';
        display: inline-block;
        width: 17px;
        height: 17px;
        /*background:url(/Content/img/pics/clock.png) no-repeat;
	background-size:100%;*/
        background: url(/Content/img/pics/ret_sprite.png);
        background-position: -76px 0;
        background-size: 131px;
        vertical-align: top;
        margin-right: 5px;
        margin-top: -1px;
    }

.preview {
    position: absolute;
    left: 10px;
    top: 20px;
    display: block;
    width: 200px;
    height: 84px;
    color: #555555;
    font-size: 10pt;
    text-align: left;
    line-height: 17px;
    overflow: hidden;
    text-decoration: underline;
}

.share_btn_vk {
    padding-bottom: 5px;
}

.share_btn_fb {
    padding-bottom: 5px;
}

.share_btn_tw {
    padding-bottom: 5px;
}

.news_link {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 2;
}

.news_item_list {
    position: relative;
    padding: 0 0 25px 0;
    vertical-align: top;
    margin-bottom: 15px;
}

    .news_item_list .ni_img {
        width: 300px;
        height: 180px;
        overflow: hidden;
        vertical-align: middle;
        text-align: center;
    }

        .news_item_list .ni_img img {
            width: 300px;
            height: auto;
            vertical-align: middle;
        }

    .news_item_list .info_area {
        position: absolute;
        left: 320px;
        top: 0px;
        width: 150px;
        height: auto;
        vertical-align: middle;
        text-align: center;
    }

    .news_item_list .preview {
    }



    .news_item_list .date {
        left: 0;
    }

    .news_item_list .preview {
        left: 0;
        color: #0e7dc7;
        font-size: 11pt;
    }

    .news_item_list ~ .news_item_list .ni_img {
        width: 150px;
        height: 90px;
    }

        .news_item_list ~ .news_item_list .ni_img img {
            width: 150px;
        }

    .news_item_list ~ .news_item_list .info_area {
        left: 170px;
        width: 450px;
    }

    .news_item_list ~ .news_item_list .preview {
    }

.pagebutton {
    background-color: #a9a9a9;
    text-align: center;
    width: 40px;
    height: 40px;
    border: none;
    color: white;
    font-size: 12pt;
    font-weight: 500;
    cursor: pointer;
}

.pb-active {
    background-color: #0070b9;
}

.slider_cont {
    margin: 0 auto;
    max-width: 100%;
    /* margin-bottom:20px; */
}

.slider_logo_cont {
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid rgba(0,0,0,0.15);
}


.index_types_td {
    padding: 160px 0 0 0;
    vertical-align: top;
    height: 450px;
    position: relative;
    /*border:1px solid rgba(0,0,0,0.2);*/
    background-color: #f0f0f0;
    overflow: hidden;
}

    .index_types_td::after {
        content: '';
        display: block;
        width: 100%;
        height: 7px;
        position: absolute;
        bottom: -6px;
        left: 0;
        background: url(/Content/img/pics/type_sh.png) 50% 0;
    }

    .index_types_td a {
        text-decoration: none;
    }


.index_types_1 {
    background: #f0f0f0 url(/Content/img/pics/type_1.png) 50% 0 no-repeat;
}

.index_types_2 {
    background: #f0f0f0 url(/Content/img/pics/type_0.png) 50% 0 no-repeat;
}

.index_types_3 {
    background: #f0f0f0 url(/Content/img/pics/type_3.png) 50% 0 no-repeat;
}

.index_types_td h2 {
    font: 300 24px / 40px 'Open Sans', sans-serif;
    padding: 0 20px;
    text-align: center;
    margin: 0 0 0 0;
    color: #0070bb;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 2px solid #0070bb;
}

.index_types_td2 h2 {
    font: 300 18px / 20px 'Open Sans', sans-serif !important;
    padding: 0px !important;
    height: 60px;
    display: table;
    width: 100%;
}

    .index_types_td2 h2 span {
        position: relative;
        display: table-cell;
        vertical-align: middle;
    }

    .index_types_td2 h2::before {
        display: none !important;
    }

.index_types_td h2::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 2px 1px 8px 0;
    position: relative;
    height: 30px;
    width: 30px;
}

.text h1 {
    display: inline;
    white-space: nowrap;
    font-size: 14px;
    font-weight: normal;
}

.text h3 {
    display: inline;
    font-size: 14px;
    font-weight: normal;
    color: black;
}

.partners_div::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 2px 5px 8px 0;
    position: relative;
    height: 24px;
    width: 24px;
    background: url(/Content/img/pics/sprite_types4.png);
    background-position: 0 0;
    background-size: 24px 96px;
}

.geogr_before {
    display: inline-block;
    vertical-align: middle;
    margin: 2px 5px 8px 0;
    left: 233px;
    top: 10px;
    position: relative;
    height: 24px;
    width: 24px;
    background: url(/Content/img/pics/sprite_types4.png);
    background-position: 0 -72px;
    background-size: 24px 96px;
}

    .geogr_before::after {
        content: '';
        display: block;
        position: relative;
        left: 2px;
        top: 30px;
        height: 2px;
        width: 77px;
        margin-left: 30px;
        background-color: #0070b9;
    }

.index_types_td .text {
    padding: 20px;
}

    .index_types_td .text ul {
        padding: 0;
        margin-left: 30px;
    }

        .index_types_td .text ul li {
            margin: 0 0 10px 0;
        }

.big_map {
    margin-top: 20px;
    height: 661px;
    /* width:100%; */
    clear: both;
    position: relative;
}


.map_points_back {
    position: absolute;
    left: 225px;
    top: 40px;
    background: url(/Content/img/pics/map_new2.png?v=1);
    background-size: cover;
    width: 960px;
    height: 533px;
    -webkit-tap-highlight-color: transparent;
}

/* @media (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3/2), (-webkit-min-device-pixel-ratio:1.5), (min-device-pixel-ratio:1.5), (min-resolution:1.5dppx), (min-resolution:128dpi) {
  .map_points_back { 
	  background:url(/Content/img/pics/map_new2_retina.png?v=1) ;
	  background-size:cover;
  }
} */

.tableblock {
    display: table;
    width: 100%;
}


.f_copy {
    position: absolute;
    top: 22px;
    left: 10px;
    width: auto;
    line-height: 20px;
}

    .f_copy h4 {
        font-weight: normal;
        font-size: 13px;
        vertical-align: middle;
        color: #ccc;
    }


.title_point_window {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 4px;
    border-bottom: 2px solid white;
}

.desc_point_window {
    font-size: 13px;
    padding: 10px 0;
}

.point_window_full a {
    text-decoration: none;
    background: white;
    color: black;
    font-size: 13px;
    width: auto;
    padding: 5px 10px;
}


.geography_h2 {
    position: absolute;
    left: 278px;
    top: 14px;
}

    .geography_h2 h2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 100;
        color: #147bc0;
        font-size: 30px;
        text-transform: uppercase;
    }


.geogr_left {
    position: absolute;
    left: 15px;
    top: 25px;
    width: 201px;
    height: 548px;
}

.title_geogr {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    background: #0070b9;
    padding: 6px 15px;
    border-right: 1px solid #0070b9;
}

.first_types {
    position: absolute;
    top: 52px;
    left: 0px;
    width: 200px;
    height: 195px;
    border-right: 1px solid #BEBEBE;
    border-bottom: 1px solid #BEBEBE;
}

    .first_types > ul {
        position: Absolute;
        top: 8px;
        left: 38px;
    }

        .first_types > ul > li {
            position: relative;
            list-style-type: none;
            font-size: 12px;
            color: #211d21;
            margin-bottom: 12px;
            margin-right: 10px;
        }

            .first_types > ul > li::before {
                background-image: url(/Content/img/pics/map_sprite.png?v=1);
            }

            /* @media (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3/2), (-webkit-min-device-pixel-ratio:1.5), (min-device-pixel-ratio:1.5), (min-resolution:1.5dppx), (min-resolution:128dpi) {
  .first_types > ul > li::before { 
	background-image:url(/Content/img/pics/map_sprite_retina.png?v=1);
	background-size:42px 224px;
  }
} */

            .first_types > ul > li:nth-child(1)::before {
                content: '';
                display: block;
                position: absolute;
                width: 27px;
                height: 27px;
                background-position: 0 0;
                left: -35px;
                top: 5px;
            }

            .first_types > ul > li:nth-child(2)::before {
                content: '';
                display: block;
                position: absolute;
                width: 20px;
                height: 26px;
                background-position: 0 -27px;
                left: -33px;
                top: 5px;
            }

            .first_types > ul > li:nth-child(3)::before {
                content: '';
                display: block;
                position: absolute;
                width: 26px;
                height: 25px;
                background-position: 0 -80px;
                left: -35px;
                top: 5px;
            }

            .first_types > ul > li:nth-child(4)::before {
                content: '';
                display: block;
                position: absolute;
                width: 25px;
                height: 27px;
                background-position: 0 -53px;
                left: -35px;
                top: 5px;
            }

.second_types {
    position: absolute;
    top: 248px;
    left: 1px;
    width: 199px;
    height: 177px;
    border-right: 1px solid #BEBEBE;
    border-bottom: 1px solid #BEBEBE;
}

    .second_types > ul {
        position: Absolute;
        top: 20px;
        left: 33px;
    }

        .second_types > ul > li {
            position: relative;
            list-style-type: none;
            font-size: 12px;
            color: #211d21;
            margin-bottom: 12px;
            margin-right: 10px;
        }

            .second_types > ul > li::before {
                background-image: url(/Content/img/pics/map_sprite.png?v=1);
            }

            /* @media (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3/2), (-webkit-min-device-pixel-ratio:1.5), (min-device-pixel-ratio:1.5), (min-resolution:1.5dppx), (min-resolution:128dpi) {
  .second_types > ul > li::before { 
	background-image:url(/Content/img/pics/map_sprite_retina.png?v=1);
	background-size:42px 224px;
  }
} */

            .second_types > ul > li:nth-child(1)::before {
                content: '';
                display: block;
                position: absolute;
                width: 20px;
                height: 20px;
                background-position: 0 -105px;
                left: -31px;
                top: 5px;
            }

            .second_types > ul > li:nth-child(2)::before {
                content: '';
                display: block;
                position: absolute;
                width: 20px;
                height: 20px;
                background-position: 0 -125px;
                left: -31px;
                top: -3px;
            }

            .second_types > ul > li:nth-child(3)::before {
                content: '';
                display: block;
                position: absolute;
                width: 19px;
                height: 19px;
                background-position: 0 -145px;
                left: -30px;
                top: 5px;
            }

.third_types {
    position: absolute;
    top: 426px;
    left: 1px;
    width: 199px;
    height: 122px;
    border-right: 1px solid #BEBEBE;
}

    .third_types > ul {
        position: Absolute;
        top: 20px;
        left: 73px;
    }

        .third_types > ul > li {
            position: relative;
            list-style-type: none;
            font-size: 12px;
            color: #211d21;
            margin-bottom: 14px;
        }

            .third_types > ul > li::before {
                background-image: url(/Content/img/pics/map_sprite.png?v=1);
            }

            /* @media (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3/2), (-webkit-min-device-pixel-ratio:1.5), (min-device-pixel-ratio:1.5), (min-resolution:1.5dppx), (min-resolution:128dpi) {
  .third_types > ul > li::before { 
	background-image:url(/Content/img/pics/map_sprite_retina.png?v=1);
	background-size:42px 224px;
  }
} */

            .third_types > ul > li:nth-child(1)::before {
                content: '';
                display: block;
                position: absolute;
                width: 42px;
                height: 5px;
                background-position: 0 -209px;
                left: -64px;
                top: 8px;
            }

            .third_types > ul > li:nth-child(2)::before {
                content: '';
                display: block;
                position: absolute;
                width: 42px;
                height: 5px;
                background-position: 0 -214px;
                left: -64px;
                top: 8px;
            }

            .third_types > ul > li:nth-child(3)::before {
                content: '';
                display: block;
                position: absolute;
                width: 42px;
                height: 5px;
                background-position: 0 -219px;
                left: -64px;
                top: 8px;
            }

.langs > a {
    font-family: 'Open Sans', sans-serif;
    color: #0070b9;
    text-decoration: none;
    line-height: 30px;
}

.partners_div {
    font: 300 24px / 40px 'Open Sans', sans-serif;
    padding-bottom: 10px;
    /*text-align:center;*/
    margin: 0 0 10px 0;
    color: #0070bb;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 30px !important;
    margin-left: 0px;
}

    .partners_div::after {
        content: '';
        display: block;
        position: relative;
        height: 2px;
        width: 77px;
        background-color: #0070b9;
        margin-left: 30px;
    }

.h1-line {
    font: 300 32px 'Open Sans', sans-serif;
    padding-bottom: 10px;
    color: #0070bb;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 32px !important;
    margin-bottom: 25px;
    margin-top: 20px;
}

    .h1-line::after {
        content: '';
        display: block;
        position: relative;
        height: 2px;
        width: 77px;
        background-color: #0070b9;
    }

.map_clicker {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.arrow_map {
    display: none;
}

.colorup {
    -webkit-filter: grayscale(90%);
    filter: grayscale(90%);
    filter: gray;
    /*filter:url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");*/
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

    .colorup:hover {
        -webkit-filter: none;
        -moz-filter: none;
        -ms-filter: none;
        -o-filter: none;
        filter: none;
    }

.main-menu-link {
    cursor: pointer;
}



.left_block_title h2 {
    font-size: 30px;
    font-weight: 500;
}

.right_block_slide_info h4 {
    display: inline;
    font-size: 15px;
    font-weight: normal;
}

.bold {
    font-weight: bold;
}


.submenu_element a {
    /*text-align:center;*/
    background-color: #033e68;
    display: block;
    padding: 15px;
    font-size: 13px;
    color: white;
    text-decoration: none;
}

    .submenu_element a:hover {
        color: white;
        background-color: #0070b8;
        -webkit-transition-duration: .2s;
        -o-transition-duration: .2s;
        -moz-transition-duration: .2s;
        transition-duration: .2s;
    }

.h-div {
    font: 300 24px / 40px 'Open Sans', sans-serif;
    padding-bottom: 10px;
    margin: 20px 0 10px 5px;
    color: #0070bb;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 30px !important;
}

.h-div-sm {
    font: 300 22px 'Open Sans', sans-serif;
    color: #0070bb;
    text-decoration: none;
    text-transform: uppercase;
}

.h-div-md {
    font: 300 25px 'Open Sans', sans-serif;
    color: #0070bb;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 20px;
}

.text-center {
    width: 100%;
    text-align: center;
}

.gr-container {
    padding: 12px;
    background-color: #f0f0f0;
}

.blue-bottom-border {
    border-bottom: 2px solid #0070bb;
}

.blue-bottom-border {
    border-bottom: 1px solid #ADADAD;
    margin: 10px 0;
}

#news_search {
    width: 100%;
    border: 1.5px solid #bababa;
    padding: 5px;
}

.blue-select {
    background-color: #0070bb;
    color: white;
    width: 50%;
    padding: 5px 10px;
    font: 300 12pt 'Open Sans',sans-serif;
    border: none;
    float: left;
    border: 1px solid #f0f0f0;
}

input {
    font: 300 10pt 'Open Sans',sans-serif;
}

.stupid-shadow {
    position: relative;
    margin-bottom: 30px;
}

    .stupid-shadow:after {
        content: '';
        display: block;
        width: 379px;
        height: 7px;
        position: absolute;
        bottom: -6px;
        left: 0;
        background: url(/Content/img/pics/type_sh.png) 50% 0;
    }

.direction_item100 .stupid-shadow:after {
    left: calc(50% - 190px);
}

/*news sprites*/

.news-info p, .news-info a {
    line-height: 21px;
    margin-bottom: 10px;
    font-size: 12pt;
}

.news-sprite {
    display: inline-block;
    margin-right: 7px;
    background-image: url('img/pics/news_sprite.png');
}

/* @media (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3/2), (-webkit-min-device-pixel-ratio:1.5), (min-device-pixel-ratio:1.5), (min-resolution:1.5dppx) {
	.news-sprite {
		background-image:url('img/pics/news_sprite_retina.png');
		background-size:80px 68px;
	}
} */

.sprite-mail-podp {
    width: 27px;
    height: 18px;
    background-position: 0 0;
    position: absolute;
    top: 25px;
    left: 590px;
}

.sprite-mail1 {
    width: 19px;
    height: 13px;
    background-position: -27px -18px;
}

.sprite-name {
    width: 18px;
    height: 21px;
    background-position: -46px -31px;
}

.sprite-phone {
    width: 16px;
    height: 16px;
    background-position: -64px -52px;
}

/*footer press*/

.footer-press {
    background-color: #0070b9;
    padding: 10px;
}

    .footer-press > div {
        height: 78px;
    }

    .footer-press .line1 {
        font-size: 22pt;
        color: white;
        position: absolute;
        display: block;
        font-weight: 100;
        left: 0;
        top: 0;
    }

    .footer-press .line2 {
        color: white;
        font-weight: 100;
        font-size: 26pt;
        position: absolute;
        display: block;
        left: 0;
        top: 30px;
    }

    .footer-press .g-recaptcha {
        position: absolute;
        right: 5px;
    }

.input-press {
    width: 100%;
    height: 30px;
    line-height: 50px;
    font-size: 12pt;
    padding: 5px;
    margin-bottom: 10px;
}

.service-desc {
    padding: 20px 20px 30px 20px;
    height: 150px;
    overflow-y: hidden;
}

.service-main {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.service-main-img {
    height: 200px;
    background: no-repeat center center;
    background-size: cover;
    margin: -12px -12px 10px -12px;
}

.h1-center {
    font: 300 24px / 40px 'Open Sans', sans-serif;
    padding-bottom: 10px;
    text-align: center;
    color: #0070bb;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 32px !important;
    margin-bottom: 25px;
    margin-top: 20px;
    position: relative;
}

.h2-center {
    font: 300 24px / 40px 'Open Sans', sans-serif;
    margin-bottom: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 26px !important;
    width: 100%;
}

.p-service-center {
    width: 900px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.h2-center {
}

.h1-center:after {
    content: '';
    bottom: 5px;
    left: 47%;
    width: 6%;
    height: 2px;
    background-color: #0070bb;
    position: absolute;
}

.service-other {
    height: 120px;
    margin-bottom: 30px;
}

.service-other-name {
    background-color: #f0f0f0;
    float: left;
    width: 50%;
    text-align: center;
    height: 120px;
    font: 300 24px / 40px 'Open Sans', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24px !important;
    padding-top: 37px;
}

.service-other-img {
    float: left;
    width: 50%;
    background: no-repeat center center;
    background-size: cover;
    height: 120px;
}

.about-panel {
    height: 150px;
    position: relative;
    margin-bottom: 23px;
    text-align: center;
    padding: 0 10px;
    color: white;
    z-index: 1;
    background: no-repeat center center;
    background-size: cover;
}

    .about-panel:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #0070bb;
        opacity: 0.8;
        z-index: 1;
        display: block;
    }

    .about-panel:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
        height: 2px;
        background-color: #0070bb;
    }

    .about-panel > p {
        z-index: 10;
        position: relative;
        font-size: 20px;
        text-transform: uppercase;
    }

        .about-panel > p:nth-of-type(1) {
            font-size: 60px;
            font-weight: 700;
            z-index: 10;
            display: block;
            position: relative;
        }

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-bot-10 {
    margin: 10px 0;
}

.about-project {
    width: 320px;
    height: 340px;
    text-align: center;
    display: block;
}

.col-project:nth-of-type(3n-1) .about-project {
    margin: 0 auto;
}

.col-project:nth-of-type(3n) .about-project {
    margin-left: auto;
    margin-right: 0;
}

.about-project h3 {
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}

.about-project p {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 300;
    color: #aaa;
}

.about-project-img {
    height: 220px;
    width: 100%;
    background: no-repeat center center;
    background-size: cover;
}

.iploca {
    background: no-repeat center center;
    background-size: cover;
    height: 250px;
    margin-bottom: 50px;
}

    .iploca img {
        width: 424px;
        height: 134px;
        top: 60px;
        left: -20px;
        position: absolute;
    }

    .iploca p {
        width: 680px;
        top: 70px;
        right: 0px;
        position: absolute;
        color: white;
        font-weight: 300;
        font-size: 22px;
    }

.about-partners {
    width: 1000px;
    margin: 0 auto;
}

    .about-partners div {
        float: left;
        width: 33.3333333%;
        padding: 10px 30px;
    }

    .about-partners img {
        display: block;
        margin: 0 auto;
        width: 160px;
    }

.about-man {
    background: no-repeat center center;
    background-size: cover;
    height: 350px;
}

.polit {
    margin-top: 20px;
    margin-left: auto;
    position: relative;
    height: 310px;
    width: 220px;
    background: no-repeat center center;
    background-size: cover;
}

    .polit div {
        position: absolute;
        bottom: 0;
        height: 90px;
        width: 100%;
        background-color: rgba(0,0,0,0.7);
        padding-top: 10px;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        color: white;
    }

    .polit h4 {
        font-weight: 300;
        font-size: 28px;
    }

.man-text {
    width: 800px;
    top: 80px;
    left: 0px;
    position: absolute;
    color: white;
    font-weight: 300;
}

    .man-text h2 {
        font-size: 35px;
        text-transform: uppercase;
        font-weight: 300;
        margin-bottom: 20px;
        color: white;
    }

    .man-text p {
        font-size: 18px;
        font-weight: 300;
    }

.cont-adr {
    background-color: #033e68;
    padding: 10px;
    color: white;
    text-align: center;
}

    .cont-adr h4 {
        text-transform: uppercase;
        margin-bottom: 20px;
        font-size: 17px;
    }

    .cont-adr p {
        margin-bottom: 20px;
        font-weight: 300;
    }

.width75 {
    width: 75%;
    margin: 0 auto;
    text-align: left;
    font-weight: 300;
}

.cont-adr div p {
    margin-bottom: 10px;
}

    .cont-adr div p a {
        color: white;
    }

.gray {
    color: #a4a4a4;
    font-weight: 300;
    font-size: 15px;
}

.feedback-input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #a4a4a4;
    color: #a4a4a4;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 5px;
}

textarea {
    resize: vertical;
    font: 300 15px 'Open Sans', sans-serif;
}

.feedback-form p {
    font-size: 11px;
    margin-bottom: 5px;
}

.btn-blue {
    display: block;
    margin: 0;
    width: 100%;
    font-size: 15px;
    height: 38px;
    background-color: #0070b9;
    color: #fff;
    line-height: 35px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border: none;
    margin-top: 5px;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
    cursor: pointer;
}

    .btn-blue:hover {
        background-color: #0062a1;
    }

.btn-blue-sm {
    width: 140px;
    margin: 0 auto;
    margin-top: 10px;
}

.info-desc {
    height: 160px;
}

.cont-empl-info {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}

    .cont-empl-info a {
        font-size: 16px;
    }

.cont-icon {
    background-image: url('/Content/img/pics/contacts_sprite.png');
    display: inline-block;
    margin-right: 5px;
}

/* @media (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3/2), (-webkit-min-device-pixel-ratio:1.5), (min-device-pixel-ratio:1.5), (min-resolution:1.5dppx) {
	.cont-icon {
		 background-image:url('/Content/img/pics/contacts_sprite_retina.png');
		 background-size:154px 135px;
	}
} */

.facs-b {
    width: 22px;
    height: 21px;
    background-position: 0 0;
}

.facs-w {
    width: 22px;
    height: 21px;
    background-position: -22px -21px;
}

.mail-b {
    width: 22px;
    height: 16px;
    background-position: -44px -42px;
}

.mail-w {
    width: 22px;
    height: 17px;
    background-position: -66px -58px;
}

.name-b {
    width: 22px;
    height: 24px;
    background-position: -88px -75px;
}

.phone-b {
    width: 22px;
    height: 18px;
    background-position: -110px -99px;
}

.phone-w {
    width: 22px;
    height: 18px;
    background-position: -132px -117px;
}

.map {
    height: 501px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.zakupki_table {
    border-top: 1px solid #ADADAD;
}

    .zakupki_table .z_row {
        position: relative;
        display: table;
        width: 100%;
        border-bottom: 1px solid #ADADAD;
    }

        .zakupki_table .z_row:nth-child(2n) {
            background: #E7E7E7;
        }

    .zakupki_table .z_item {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        width: 19%;
        padding: 10px;
    }

    .zakupki_table .z_title {
        font-weight: 600;
    }

    .zakupki_table .off {
        display: none !important;
    }

    .zakupki_table .active {
        display: table !important;
    }

.pag div {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 2px;
}

.pag .arrow_left_begin {
    width: 20px;
    height: 21px;
    background: url(/Content/img/pics/arrows.png) -0px -0px no-repeat;
}

    .pag .arrow_left_begin:hover {
        background: url(/Content/img/pics/arrows.png) -93px -0px no-repeat;
    }

.pag .arrow_left {
    width: 20px;
    height: 21px;
    background: url(/Content/img/pics/arrows.png) -26px -0px no-repeat;
}

    .pag .arrow_left:hover {
        background: url(/Content/img/pics/arrows.png) -120px -0px no-repeat;
    }

.pag .arrow_right {
    width: 20px;
    height: 21px;
    background: url(/Content/img/pics/arrows.png) -46px -0px no-repeat;
}

    .pag .arrow_right:hover {
        background: url(/Content/img/pics/arrows.png) -140px -0px no-repeat;
    }

.pag .arrow_right_begin {
    width: 20px;
    height: 21px;
    background: url(/Content/img/pics/arrows.png) -72px -0px no-repeat;
}

    .pag .arrow_right_begin:hover {
        background: url(/Content/img/pics/arrows.png) -167px -0px no-repeat;
    }

.pag .num {
    background: #A9A9A9;
    color: #ffffff;
    padding: 10px 15px;
}

    .pag .num:hover, .pag .num_act {
        background: #0070B9;
    }

.pag {
    text-align: right;
}

.catofpers {
    text-align: center;
}

    .catofpers .item {
        position: relative;
        display: inline-block;
        width: 33%;
        height: 175px;
        border-bottom: 2px solid #0070B9;
    }

        .catofpers .item .hover {
            position: absolute;
            display: block;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 167px;
            background: rgba(30, 80, 119, 0.8);
            z-index: 1;
        }

        .catofpers .item:hover .hover {
            background: rgba(39, 118, 160, 0.8);
        }

        .catofpers .item .image {
            position: relative;
            display: block;
            width: 100%;
            height: 167px;
            background-size: 100% !important;
        }

        .catofpers .item .title {
            position: absolute;
            display: block;
            top: 25px;
            left: 20px;
            font-size: 24px;
            color: #fff;
            font-weight: 300;
            z-index: 2;
            text-align: left;
            text-transform: uppercase;
            height: 100px;
            width: 342px;
        }

            .catofpers .item .title span {
                position: absolute;
                bottom: 0px;
                width: 100%;
                text-align: center;
            }

.bgcar {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 590px;
    background: url(/Content/img/pics/bgcar.jpg) no-repeat;
    background-position: center !important;
}

.from_leadership {
    position: relative;
    display: inline-block;
    width: 49%;
}

.leadership_div > div {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.leadership_div .gendirector_photo .photo {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 212px;
    height: 202px;
    background: url(/Content/img/pics/photo.jpg) no-repeat;
}

.leadership_div .gendirector_photo .name {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    color: #585858;
    width: 187px;
    padding-left: 10px;
}

    .leadership_div .gendirector_photo .name span {
        font-size: 18px;
        color: #2d2d2d;
        font-weight: 400;
        text-transform: uppercase;
    }


.leadership_div .gendirector_text {
    width: 400px;
    margin-top: 20px;
    color: #232323;
    font-size: 14px;
}

    .leadership_div .gendirector_text span {
        font-size: 24px;
        color: #232323;
    }

    .leadership_div .gendirector_text a {
        /* color:#0070b9; */
        width: 170px;
    }

h2.white {
    color: #ffffff;
}

.map_job_little {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

    .map_job_little .white {
        position: absolute;
        /* left:80px; */
    }

    .map_job_little .map_div {
        position: absolute;
        /* top:-10px; */
        display: block;
        width: 901px;
        height: 528px;
        background: url(/Content/img/pics/vacmap.png) no-repeat;
    }

.map_div .point {
    position: absolute;
    display: block;
    cursor: pointer;
}

.justpoint .image {
    width: 29px;
    height: 39px;
    background: url(/Content/img/pics/car1.png) no-repeat;
    background-size: 100%;
}

    .justpoint .image span, .justpoint .text {
        display: none;
    }

.selectedpoint .image {
    position: absolute;
    z-index: 2;
    left: -16px;
    top: -45px;
    width: 61px !important;
    height: 83px !important;
    background: url(/Content/img/pics/car2.png) no-repeat;
}

    .selectedpoint .image span {
        position: absolute;
        display: block;
        color: #ffffff;
        font-size: 26px;
        font-weight: 300;
        left: 15px;
        top: 10px;
    }

.selectedpoint .text {
    position: absolute;
    display: block;
    top: -32px;
    left: 15px;
    width: 250px;
    height: 70px;
    color: #ffffff;
    background: rgba(32, 32, 32, 0.8);
    z-index: 1;
}

    .selectedpoint .text .text_div {
        position: relative;
        display: block;
        padding: 11px 35px;
        font-size: 18px;
    }

        .selectedpoint .text .text_div span {
            font-size: 14px;
        }

.contacts {
    display: flex;
    flex-wrap: wrap;
}
.contacts .contact_div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 280px;
    height: 210px;
    background: #033e68;
    color: #ffffff;
    margin: 2px;
}

    .contacts .contact_div:last-child {
        /*margin-right: 0px;*/
    }

    .contacts .contact_div .title {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .contacts .contact_div .info .street {
        text-align: center;
        font-weight: 300;
    }

    .contacts .contact_div span {
        text-decoration: underline;
    }

    .contacts .contact_div .info .phone,
    .contacts .contact_div .info .fax,
    .contacts .contact_div .info .email {
        position: relative;
        display: block;
        margin-left: 60px;
        line-height: 25px;
        font-weight: 300;
    }

.container .breadcrumbs a, .container .breadcrumbs span {
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin: 0 5px 0 0;
    font-size: 12px;
    color: #555555;
}

.contacts_form {
    color: #a4a4a4;
}

.form .field_cont .field input, .form .field_cont .field textarea, .form .field_cont .field select {
    position: relative;
    display: block;
    border: 1px solid #8b8b8b;
    color: #8b8b8b;
    padding: 5px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
}

.form .field_cont .field textarea {
    height: 70px;
}

a.button, .button {
    position: relative;
    display: block;
    font-size: 12px;
    color: #ffffff;
    background: #0070b9;
    line-height: 35px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.field_cont a.button {
    /* float:right!important; */
    margin-top: 10px;
}

.contact_div_silver {
    position: relative;
    background: #F0F0F0;
    height: 210px;
}

.subsright {
    position: relative;
    background: #F0F0F0;
    margin-top: 20px;
    height: 200px;
}

    .subsright .cont .ttl {
        font-size: 30px;
        color: #0070b8;
        text-align: center;
        text-transform: uppercase;
        padding: 10px 0;
        font-weight: 300;
    }

    .subsright .cont input {
        position: relative;
        display: block;
        width: 90%;
        margin: 0px auto 15px auto;
        height: 30px;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    .subsright .cont .button {
        width: 70%;
        margin: 0 auto;
    }

.contact_div_silver:after {
    content: '';
    display: block;
    width: 379px;
    height: 7px;
    position: absolute;
    bottom: -6px;
    left: calc(50% - 190px);
    background: url(/Content/img/pics/type_sh.png) 50% 0;
}

.subsright:after, .cont_for_smi:after {
    content: '';
    display: block;
    width: 270px;
    height: 7px;
    position: absolute;
    bottom: -6px;
    left: calc(50% - 135px);
    background: url(/Content/img/pics/type_sh.png) 50% 0;
}

.contact_div_silver .title {
    text-align: center;
    text-transform: uppercase;
    font: 300 30px 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #0070bb;
    border-bottom: 1px solid #0070bb;
}

.contact_div_silver .info {
    position: relative;
    display: block;
    padding: 20px 0 20px 105px;
}

    .contact_div_silver .info div {
        position: relative;
        display: block;
        width: 100%;
        font-size: 18px;
        color: #303030;
        line-height: 30px;
    }

        .contact_div_silver .info div span {
            text-decoration: underline;
        }

        .contact_div_silver .info div::before {
            content: '';
            position: absolute;
            display: block;
            left: -30px;
            top: 2px;
            width: 21px;
            height: 21px;
        }

    .contact_div_silver .info .person::before {
        background: url(/Content/img/pics/contacts.png) -0px -0px;
    }

    .contact_div_silver .info .phone::before {
        background: url(/Content/img/pics/contacts.png) -0px -30px;
    }

    .contact_div_silver .info .fax::before {
        background: url(/Content/img/pics/contacts.png) -0px -60px;
    }

    .contact_div_silver .info .email::before {
        background: url(/Content/img/pics/contacts.png) -0px -84px;
    }

.big_map_contacts {
    width: 100%;
    clear: both;
}

.blocks_about {
    text-align: center;
}

    .blocks_about .block_about {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 33%;
        height: 162px;
        border-bottom: 2px solid #0070B9;
        margin-bottom: 10px;
    }

        .blocks_about .block_about .hover {
            position: absolute;
            display: block;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 155px;
            background: rgba(38, 130, 190, 0.8);
            z-index: 1;
        }

        .blocks_about .block_about:hover .hover {
            background: rgba(39, 118, 160, 0.8);
        }

        .blocks_about .block_about .image {
            position: relative;
            display: block;
            width: 100%;
            height: 155px;
            background-size: 100% !important;
        }

        .blocks_about .block_about .number {
            position: absolute;
            top: 0px;
            z-index: 3;
            width: 100%;
            display: block;
            text-align: center;
            color: #fefefe;
            font-weight: 600;
            font-size: 72px;
        }

        .blocks_about .block_about .title {
            position: absolute;
            top: 80px;
            z-index: 3;
            display: block;
            width: 100%;
            height: 65px;
            color: #fefefe;
            font-size: 24px;
            font-weight: 300;
        }

            .blocks_about .block_about .title span {
                position: absolute;
                bottom: 0px;
                left: 0px;
                width: 100%;
            }

.h2line::after {
    content: '';
    position: relative;
    display: block;
    background: #0070BB;
    height: 2px;
    width: 77px;
    margin-top: 10px;
}

.potentials {
    position: relative;
    display: inline-block;
    width: 255px;
    text-align: center;
}

    .potentials .potential {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 121px;
        height: 121px;
        background: #0070b9;
        margin-bottom: 5px;
    }

        .potentials .potential:nth-child(2), .potentials .potential:nth-child(3) {
            background: #033e68;
        }

        .potentials .potential:nth-child(2n) {
            float: right;
        }

        .potentials .potential .image {
            position: relative;
            display: block;
            width: 100%;
            height: 68px;
            text-align: center;
        }

            .potentials .potential .image img {
                max-height: 68px;
                margin-top: 5px;
            }

        .potentials .potential .title {
            position: relative;
            display: block;
            text-align: center;
            width: 100%;
            height: 50px;
            font-size: 12px;
            color: #fefefe;
            text-transform: uppercase;
        }


            .potentials .potential .title span {
                position: absolute;
                bottom: 0px;
                left: 0px;
                width: 100%;
            }

.iploca {
    position: relative;
    display: block;
    width: 100%;
    background: url(/Content/img/pics/iploca.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.iplocadiv {
    padding: 40px;
}

.ipllogo {
    position: relative;
    display: inline-block;
    width: 430px;
    height: 150px;
    background: url(/Content/img/pics/iplocalogo.png);
    background-repeat: no-repeat;
}

.iplogotext {
    position: relative;
    display: block;
    float: right;
    margin-top: 4px;
    margin-right: -25px;
}

    .iplogotext .title {
        font-size: 30px;
        color: #ffffff;
        border-bottom: 1px solid #757575;
        font-weight: 600;
        text-transform: uppercase;
    }

    .iplogotext .text {
        font-size: 14px;
        color: #ffffff;
        font-weight: 600;
        text-transform: uppercase;
    }

.ipltext {
    position: relative;
    display: block;
    font-size: 21px;
    color: #ffffff;
    width: 56%;
    float: right;
    font-weight: 300;
}

.customers {
    position: relative;
    display: block;
    text-align: center;
}

    .customers .customer {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 310px;
        height: 115px;
        max-width: 100%;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }

        .customers .customer .customer_cent {
            position: relative;
            display: table;
            width: 100%;
            height: 100%;
        }

        .customers .customer img {
            position: relative;
            display: block;
            margin: 0 auto;
            max-width: 230px;
            max-height: 115px;
        }

        .customers .customer a {
            position: absolute;
            display: block;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
        }

.newperspective {
    position: relative;
    display: block;
    width: 100%;
    height: 335px;
    background: url(/Content/img/pics/newperspective.jpg);
    background-repeat: no-repeat !important;
    background-position: center !important;
    text-align: center;
}

.h2white {
    color: #ffffff;
}

.h2big {
    font-size: 36px;
}

.px18white {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}

.newperspective .px18white {
    font-weight: 300;
    width: 73%;
    margin: 50px auto;
}

.textalcen {
    text-align: center;
}

.projects .project {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 300px;
    min-height: 300px;
    text-align: center;
    margin-bottom: 15px;
    max-width: 100%;
}

    .projects .project:nth-child(2), .projects .project:nth-child(5) {
        margin: 0 130px;
    }

    .projects .project .image {
        position: relative;
        display: block;
        width: 100%;
        height: 210px;
        background-size: 100%;
        max-width: 100%;
    }

    .projects .project .text1 {
        position: relative;
        display: block;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 300;
        color: #000000;
    }

    .projects .project .text2 {
        position: relative;
        display: block;
        font-size: 18px;
        font-weight: 300;
        color: #898080;
    }

.integr {
    position: relative;
    display: block;
    width: 100%;
    height: 321px;
    background: url(/Content/img/pics/integr.jpg);
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.integr_div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 810px;
    margin: 60px 0;
}

.stg_politics {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 193px;
    height: 267px;
    background: url(/images/stg_politics.jpg);
    float: right;
    margin-right: 60px;
    margin-top: 15px;
}

.blocks_maps {
    text-align: center;
}

    .blocks_maps .block_map {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 23%;
        margin: 0 1%;
        height: 124px;
        border-bottom: 2px solid #0070B9;
        margin-bottom: 10px;
    }

    .blocks_maps a.block_map:first-of-type {
        margin-left: 0%;
    }

    .blocks_maps a.block_map:last-of-type {
        margin-right: 0%;
    }

    .blocks_maps .block_map .hover {
        position: absolute;
        display: block;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 118px;
        background: rgba(3, 62, 104, 0.8);
        z-index: 1;
    }

    .blocks_maps .block_map:hover .hover {
        background: rgba(39, 118, 160, 0.8);
    }

    .blocks_maps .block_map .image {
        position: relative;
        display: block;
        width: 100%;
        height: 118px;
        background-size: 100% !important;
    }

    .blocks_maps .block_map .number {
        position: absolute;
        top: 0px;
        z-index: 3;
        width: 100%;
        display: block;
        text-align: center;
        color: #fefefe;
        font-weight: 600;
        font-size: 72px;
    }

    .blocks_maps .block_map .title {
        position: absolute;
        top: 30px;
        z-index: 3;
        display: table;
        width: 100%;
        height: 65px;
        color: #fefefe;
        font-size: 18px;
        font-weight: 300;
    }

        .blocks_maps .block_map .title span {
            position: relative;
            display: table-cell;
            vertical-align: middle;
            text-transform: uppercase;
        }

.projects_div {
    position: relative;
    display: table;
    margin-bottom: 40px;
}

    .projects_div .years {
        position: relative;
        display: table-cell;
        vertical-align: top;
        width: 232px;
    }

    .projects_div .year_projects {
        position: relative;
        display: none;
        vertical-align: top;
        padding-left: 21px;
    }

        .projects_div .year_projects.active {
            display: table-cell;
        }

        .projects_div .year_projects::before {
            content: '';
            position: absolute;
            top: 0px;
            left: 0px;
            display: block;
            height: 100%;
            width: 20px;
            border-top: 1px solid #B4B4B4;
            border-left: 1px solid #B4B4B4;
            border-bottom: 1px solid #B4B4B4;
        }

    .projects_div .years .year {
        position: relative;
        display: block;
        font-size: 18px;
        color: #565656;
        margin-left: 50px;
        height: 86px;
        cursor: pointer;
    }

.mobmenu {
    display: none;
}

.projects_div .years .year::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: -48px;
    width: 48px;
    height: 86px;
    background: url(/Content/img/pics/yearbefore/yearbeforecenter.png);
}

.projects_div .years .year:first-child::before {
    background: url(/Content/img/pics/yearbefore/yearbeforecentertop.png);
    height: 54px;
    top: 32px;
}

.projects_div .years .year:last-child::before {
    background: url(/Content/img/pics/yearbefore/yearbeforecenterbot.png);
    height: 54px;
    top: 0px;
}

.projects_div .years .year:first-child .text {
    position: absolute;
    display: block;
    top: 25px;
    height: 37px;
    background: #B0B0B0;
    font-size: 14px;
    color: #ffffff;
    width: 120px;
    height: 37px;
    text-align: center;
    line-height: 36px;
}


.projects_div .years .year .text {
    position: absolute;
    display: block;
    top: 25px;
    height: 37px;
    font-size: 14px;
    color: #565656;
    height: 37px;
    text-align: center;
    line-height: 36px;
}

.projects_div .years .year.active .text {
    position: absolute;
    display: block;
    top: 25px;
    height: 37px;
    background: #0070b9;
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
    width: 120px;
    height: 37px;
    text-align: center;
    line-height: 36px;
}

.projects_div .years .year.active:first-child::before {
    top: 32px;
    background: url(/Content/img/pics/yearbefore/yearbeforecentertoptophov.png);
}

.projects_div .years .year.active::before {
    background: url(/Content/img/pics/yearbefore/yearbeforecenteractive.png);
}

.projects_div .years .year.active:last-child::before {
    background: url(/Content/img/pics/yearbefore/yearbeforecentertopbothov.png);
}

.projects_div .years .year.active::after {
    content: '';
    position: absolute;
    display: block;
    top: 42px;
    left: 120px;
    width: 62px;
    height: 3px;
    background: url(/Content/img/pics/yearbefore/activeafter.png);
}

.year_projects .this_year_proj {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

    .year_projects .this_year_proj:last-child {
        margin-bottom: 0px;
    }

    .year_projects .this_year_proj .title {
        position: relative;
        display: block;
        width: 100%;
        background: #b0b0b0;
        color: #ffffff;
        padding: 5px 15px;
        font-size: 24px;
        font-weight: 300;
        text-align: left;
    }

    .year_projects .this_year_proj.active .title {
        background: #0070B9 !important;
    }

    .year_projects .this_year_proj .info {
        position: relative;
        display: table;
        width: 100%;
        height: 70px;
        color: #4f4f4f;
        font-size: 12px;
        background: #e6e6e6;
    }

    .year_projects .this_year_proj div {
        position: relative;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

    .year_projects .this_year_proj .data {
        width: 9%;
        border-right: 1px solid #C8C8C8;
    }

    .year_projects .this_year_proj .org {
        width: 29%;
        border-right: 1px solid #C8C8C8;
    }

    .year_projects .this_year_proj .brief {
        width: 59%;
        padding: 10px;
        text-align: left;
    }

    .year_projects .this_year_proj .descr {
        position: relative;
        display: none;
        width: 100%;
        padding: 10px;
        background: #e6e6e6;
        margin-top: 5px;
        text-align: left;
    }

        .year_projects .this_year_proj .descr .desc_title {
            position: relative;
            display: block;
            color: #147bc0;
            font-size: 18px;
            font-weight: 600;
            line-height: 15px;
            text-align: left;
            padding: 10px 0;
        }

            .year_projects .this_year_proj .descr .desc_title::after {
                content: '';
                position: relative;
                display: block;
                background: #0070BB;
                height: 2px;
                width: 77px;
                margin-top: 10px;
            }

    .year_projects .this_year_proj .more {
        position: absolute;
        display: block;
        right: 0px;
        bottom: -40px;
        background: #0070b9;
        color: #ffffff;
        padding: 10px 30px;
        cursor: pointer;
    }

        .year_projects .this_year_proj .more:hover {
            background: #033e68;
        }

    .year_projects .this_year_proj.active .more {
        background: #033e68;
    }

    .year_projects .this_year_proj .more::after {
        content: '';
        position: absolute;
        right: 15px;
        top: 15px;
        display: block;
        width: 7px;
        height: 11px;
        background: url(/Content/img/pics/arrow.png);
    }

    .year_projects .this_year_proj.active .more::after {
        transform: rotate(180deg);
    }

.menu_ruk {
    position: relative;
    display: table;
    list-style: none;
    width: 100%;
}

    .menu_ruk .menu_ruk_opener {
        position: relative;
        display: table-cell;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        cursor: pointer;
        padding: 0 5px;
    }

        .menu_ruk .menu_ruk_opener span {
            position: relative;
            display: block;
            background: #c6c6c6;
            height: 100%;
            padding: 10px 0;
            width: 100%;
            margin: 0 auto;
        }

        .menu_ruk .menu_ruk_opener:hover span, .menu_ruk .menu_ruk_opener.active span {
            background: #0070B9;
            color: #ffffff;
        }

.persons_div .person {
    position: relative;
    display: inline-block;
    width: 33%;
    min-height: 190px;
    margin-bottom: 20px;
}

    .persons_div .person .image {
        position: relative;
        display: inline-block;
        width: 150px;
        max-height: 100%;
    }

        .persons_div .person .image img {
            position: relative;
            display: block;
            vertical-align: top;
            max-width: 100%;
            max-height: 100%;
            margin: 0 auto;
        }

    .persons_div .person .info {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 40%;
        min-width: 135px;
        padding-left: 10px;
    }

        .persons_div .person .info > div {
            position: relative;
            display: block;
            width: 90%;
        }

        .persons_div .person .info .name {
            color: #303030;
            font-size: 16px;
            text-transform: uppercase;
            margin-bottom: 5px;
        }

        .persons_div .person .info .post {
            color: #303030;
            font-size: 13px;
            padding-bottom: 5px;
            margin-bottom: 5px;
            border-bottom: 1px solid #999999;
        }

        .persons_div .person .info .phone {
            color: #303030;
            font-size: 14px;
        }

            .persons_div .person .info .phone::before {
                content: '';
                position: absolute;
                left: 0px;
                top: 5px;
                display: block;
                width: 15px;
                height: 13px;
                background: url(/Content/img/pics/person.png) -17px -0px;
                background-repeat: no-repeat;
            }

        .persons_div .person .info .email {
            color: #303030;
            font-size: 14px;
        }

            .persons_div .person .info .email::before {
                content: '';
                position: absolute;
                left: 0px;
                top: 5px;
                display: block;
                width: 15px;
                height: 13px;
                background: url(/Content/img/pics/person.png) -0px -0px;
            }

            .persons_div .person .info .email span, .persons_div .person .info .phone span {
                padding-left: 20px;
            }

.persons_div .person_big {
    display: block;
    width: 270px !important;
    height: 385px !important;
    margin: 0 auto;
}

    .persons_div .person_big .image, .person_big .info {
        width: 100% !important;
    }

    .persons_div .person_big .info {
        padding: 0px;
    }

        .persons_div .person_big .info .name {
            font-size: 20px;
        }

        .persons_div .person_big .info > div {
            width: 100%;
        }

        .persons_div .person_big .info .post {
            font-size: 14px;
            text-align: center;
            padding-bottom: 10px;
        }

        .persons_div .person_big .info .phone, .persons_div .person_big .info .email {
            display: inline-block;
            vertical-align: top;
        }

        .persons_div .person_big .info .phone {
            width: 49%;
        }

        .persons_div .person_big .info .email {
            width: auto;
            float: right;
            max-width: 49%;
        }

.posts .person_group {
    display: none;
}

    .posts .person_group.active {
        display: block;
    }

.social {
    text-align: center;
}

    .social .item {
        position: relative;
        display: inline-block;
        width: 33%;
        height: 175px;
        border-bottom: 2px solid #0070B9;
    }

        .social .item .hover {
            position: absolute;
            display: block;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 167px;
            background: rgba(30, 80, 119, 0.8);
            z-index: 1;
        }

        .social .item:hover .hover {
            background: rgba(39, 118, 160, 0.8);
        }

        .social .item .image {
            position: relative;
            display: block;
            width: 100%;
            height: 167px;
            background-size: 100% !important;
        }

        .social .item .title {
            position: absolute;
            display: block;
            top: 40px;
            left: 20px;
            font-size: 24px;
            color: #fff;
            font-weight: 300;
            z-index: 2;
            text-align: left;
            text-transform: uppercase;
            height: 100px;
            width: 342px;
        }

            .social .item .title span {
                position: absolute;
                bottom: 0px;
            }

.structure {
    position: relative;
    display: block;
    width: 100%;
    height: 646px;
    background: url(/Content/img/structure/structure.jpg);
}

    .structure .container {
        height: 100%;
    }

.strlogo {
    position: relative;
    display: block;
    width: 350px;
    height: 109px;
    background: url(/Content/img/strlogo.png) 50% 50% / contain no-repeat;
    margin: 30px auto;
    max-width: 100%;
}

.structure_items .structure_item {
    position: relative;
    display: inline-block;
    width: 280px;
    height: 165px;
    border-bottom: 2px solid #ffffff;
    cursor: pointer;
    margin-right: 12px;
    margin-bottom: 10px;
}

    .structure_items .structure_item:nth-child(4n) {
        margin-right: 0px;
    }

    .structure_items .structure_item:hover {
        border-bottom: 2px solid #076dae;
    }

    .structure_items .structure_item > .title {
        position: absolute;
        display: block;
        width: 100%;
        height: 160px;
        background: #ffffff;
        font-size: 18px;
        text-align: center;
        padding-top: 60px;
        z-index: 2;
    }

        .structure_items .structure_item > .title span {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            color: #161616;
        }

    .structure_items .structure_item .text {
        display: none;
    }

    .structure_items .structure_item:hover .text {
        display: block;
    }

    .structure_items .structure_item:hover > .title {
        display: none;
    }

    .structure_items .structure_item:hover .text {
        position: absolute;
        display: block;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 160px;
        background: rgba(7, 109, 174, 0.9);
        font-size: 12px;
        color: #ffffff;
        padding: 10px 20px;
        font-weight: 300;
        z-index: 2;
    }

    .structure_items .structure_item .text > .title {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .structure_items .structure_item .text > .more {
        position: relative;
        display: block;
        background: #ffffff;
        color: #282828;
        font-size: 12px;
        width: 135px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        text-transform: uppercase;
        margin-top: 10px;
        font-weight: 400;
    }

.structure_items a {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.structure_items .structure_item .num {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    color: #ffffff;
    font-size: 170px;
    z-index: 1;
    line-height: 150px;
}

.presscenter_div {
    position: relative;
    display: block;
}

    .presscenter_div .presscenter_item {
        position: relative;
        display: block;
        vertical-align: top;
        width: 100%;
        min-height: 85px;
        margin-bottom: 30px;
        text-decoration: none;
    }

        .presscenter_div .presscenter_item:last-child {
            margin-bottom: 0px;
        }

        .presscenter_div .presscenter_item:first-child {
            height: 140px;
        }
        /*
.presscenter_div .presscenter_item:nth-child(2n){
	float:right;
}
*/
        .presscenter_div .presscenter_item .image {
            position: relative;
            display: inline-block;
            vertical-align: top;
            width: 140px;
            height: 80px;
            float: left;
            margin-right: 20px;
        }

        .presscenter_div .presscenter_item:first-child .image {
            width: 280px;
            height: 140px;
        }

        .presscenter_div .presscenter_item .image img {
            max-width: 100%;
            max-height: 100%;
            margin: 0 auto;
        }

        .presscenter_div .presscenter_item .info {
            position: relative;
            display: inline-block;
            vertical-align: top;
            width: 330px;
            margin-left: 10px;
            overflow: hidden;
        }

        .presscenter_div .presscenter_item .date {
            position: relative;
            margin: 0;
            left: 0px;
        }

        .presscenter_div .presscenter_item .title {
            color: #0070b9;
            font-size: 13px;
            text-decoration: underline;
            margin: 1px 0;
        }

        .presscenter_div .presscenter_item:first-child .title {
            font-size: 14px;
        }

        .presscenter_div .presscenter_item:first-child .brief {
            display: block !important;
            font-size: 12px;
            color: #555555;
            margin-top: 4px;
            height: 54px;
            overflow: hidden;
        }

        .presscenter_div .presscenter_item .brief {
            display: none;
            text-decoration: underline;
        }

        .presscenter_div .presscenter_item a {
            position: absolute;
            display: block;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
        }

.pagin_arrow .prew {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 21px;
    background: url(/Content/img/pics/arrows.png) -26px -0px no-repeat;
}

    .pagin_arrow .prew:hover {
        background: url(/Content/img/pics/arrows.png) -120px -0px no-repeat;
    }

.pagin_arrow .next {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 21px;
    background: url(/Content/img/pics/arrows.png) -46px -0px no-repeat;
}

    .pagin_arrow .next:hover {
        background: url(/Content/img/pics/arrows.png) -140px -0px no-repeat;
    }

.pagin_arrow .arrows {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .pagin_arrow .arrows .number {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        color: #ffffff;
        background: #A9A9A9;
        cursor: pointer;
        margin: 0 5px;
        text-decoration: none;
    }

        .pagin_arrow .arrows .number:hover, .pagin_arrow .arrows .number.active {
            background: #0070BB;
        }

.calc {
    position: relative;
    display: block;
    float: right;
    width: 380px;
    height: 400px;
    background: #F0F0F0;
}

    .calc .calc_input {
        position: relative;
        display: block;
        width: 100%;
        border-bottom: 2px solid #0070B9;
    }

        .calc .calc_input input {
            position: relative;
            display: block;
            width: 322px;
            margin: 13px auto;
            padding: 5px 10px;
            max-width: 100%;
        }

        .calc .calc_input .lupa {
            display: block;
            position: absolute;
            top: 9px;
            right: 40px;
            width: 13px;
            height: 13px;
            background: url(/Content/img/pics/lupa.png);
            cursor: pointer;
        }

.pagin_arrow {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.arhhref {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    color: #0070bb;
    text-decoration: underline;
    margin-left: 20px;
    line-height: 40px;
}

.selects {
    position: relative;
    display: block;
    width: 341px;
    margin: 24px auto 11px auto;
}

    .selects select {
        position: relative;
        display: inline-block;
        width: 165px;
        margin-right: 5px;
        height: 33px;
        background: #0070B9;
        color: #ffffff;
        font: 300 20px 'Open Sans', sans-serif;
        border: none;
    }

        .selects select:nth-child(2) {
            margin-left: -3px;
        }

.days {
    position: relative;
    display: block;
    width: 341px;
    margin: 0 auto;
}

    .days .day {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 38px;
        height: 38px;
        background: #A9A9A9;
        color: #ffffff;
        text-align: center;
        line-height: 38px;
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .days a.day {
        background: #0070b9;
        text-decoration: none;
        transition-duration: 0.2s;
    }

        .days a.day:hover {
            background: #1e90ff;
            box-shadow: 0 0 0 4px #1e90ff;
        }

    .days .day:nth-child(7n) {
        margin-right: 0px;
    }

.contact_div_silver_aftercalc {
    width: 380px !important;
    height: 190px !important;
    float: right;
}

    .contact_div_silver_aftercalc .info {
        padding: 20px 0 20px 60px !important;
    }

.mapback {
    position: relative;
    display: block;
    height: 90px;
    background: #0070B9;
}

.mapback_title {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 33px;
}

    .mapback_title span {
        font-size: 36px;
    }

    .mapback_title::after {
        content: '';
        position: absolute;
        display: block;
        right: 105px;
        bottom: 7px;
        width: 26px;
        height: 18px;
        background: url(/Content/img/pics/subscribemail.png);
    }

.subsform {
    position: relative;
    display: inline-block;
    float: right;
    width: 720px;
    margin-top: -7px;
}

    .subsform input {
        width: 238px !important;
    }

    .subsform .field_cont {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

    .subsform .button {
        background: #033E68;
        width: 160px;
        margin-top: 0px !important;
    }

    .subsform .field_cont:nth-child(3) {
        margin-right: 0px;
    }

.vacmapbg {
    position: relative;
    display: block;
    width: 100%;
    height: 481px;
    background: url(/Content/img/pics/vacmapbg.jpg);
}

.map_div_big {
    position: absolute;
    display: block;
    top: -67px;
    left: 117px;
    width: 901px;
    height: 528px;
    background: url(/Content/img/pics/vacmap.png);
}

    .map_div_big .point {
        position: absolute;
        display: block;
        cursor: pointer;
    }

.vacs {
    position: relative;
    display: inline-block;
    width: 900px;
}

    .vacs .vac {
        position: relative;
        display: block;
        width: 900px;
        min-height: 110px;
        margin-bottom: 55px;
    }

        .vacs .vac .title {
            position: relative;
            display: block;
            width: 100%;
            background: #B0B0B0;
            color: #ffffff;
            font-size: 24px;
            padding: 5px 10px;
            font-weight: 300;
        }

        .vacs .vac .brief {
            position: relative;
            display: table;
            width: 100%;
            background: #E6E6E6;
            font-weight: 300;
            height: 70px;
        }

            .vacs .vac .brief div {
                position: relative;
                display: table-cell;
                vertical-align: middle;
            }

            .vacs .vac .brief .zp {
                font-size: 12px;
                color: #4f4f4f;
                border-right: 1px solid #C8C8C8;
                height: 70px;
                width: 130px;
                text-align: center;
            }

            .vacs .vac .brief .desc {
                font-size: 13px;
                color: #4f4f4f;
                height: 70px;
                width: 580px;
                padding: 10px;
            }

            .vacs .vac .brief .res {
                text-align: center;
            }

                .vacs .vac .brief .res .resume_send {
                    font-size: 12px;
                    color: #147bc0;
                    text-transform: uppercase;
                    font-weight: 600;
                }

        .vacs .vac .more {
            position: absolute;
            display: block;
            width: 135px;
            height: 35px;
            right: 0px;
            bottom: -35px;
            color: #ffffff;
            background: #0070B9;
            text-align: center;
            line-height: 35px;
            text-transform: uppercase;
            cursor: pointer;
        }

            .vacs .vac .more:after {
                content: '';
                position: absolute;
                right: 15px;
                top: 13px;
                display: block;
                width: 7px;
                height: 11px;
                background: url(/Content/img/pics/arrow.png);
            }

        .vacs .vac.active .more::after {
            transform: rotate(180deg);
        }

        .vacs .vac .full {
            position: relative;
            display: none;
            width: 100%;
            background: #E6E6E6;
            color: #4f4f4f;
            font-size: 12px;
            padding: 5px 10px;
            font-weight: 300;
            border-top: 1px solid #C8C8C8;
        }

.right_div_vacmap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 246px;
    float: right;
}

.resume_upload {
    position: relative;
    display: block;
    width: 246px;
    height: 180px;
    background: #F0F0F0;
    text-decoration: none;
}

    .resume_upload:after {
        content: '';
        display: block;
        width: 246px;
        height: 7px;
        position: absolute;
        bottom: -6px;
        left: calc(50% - 123px);
        background: url(/Content/img/pics/type_sh_little.png) 50% 0;
    }

.right_div_vacmap .resume_upload .title {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: #0070bb;
    line-height: 50px;
    border-bottom: 1px solid #0070bb;
}

.resume_upload .jobimages {
    position: relative;
    display: block;
    width: 133px;
    height: 86px;
    background: url(/Content/img/pics/jobimages.png);
    margin: 21px auto;
}

.zapolnenierezume {
    position: relative;
    display: block;
    width: 100%;
    color: #1c1c1c;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    line-height: 45px;
    border-bottom: 2px solid #0070B9;
    padding-bottom: 10px;
}

.resume_container {
    position: relative;
    display: block;
    width: 510px;
    margin: 15px auto;
}

    .resume_container .title {
        position: relative;
        display: block;
        color: #0070bb;
        font-size: 18px;
        font-weight: 300;
        text-transform: uppercase;
    }

.input_div {
    position: relative;
    display: block;
    width: 100%;
    margin: 10px 0;
}

    .input_div .label {
        position: relative;
        display: inline-block;
        color: #202020;
        font-size: 14px;
        width: 80px;
        vertical-align: middle;
    }

    .input_div input {
        height: 30px;
        border: 1px solid #BABABA;
        padding-left: 10px;
        vertical-align: middle;
    }

    .input_div .post_input {
        width: 380px;
    }

    .input_div .zp_input {
        width: 140px;
        margin-right: 10px;
    }

.greybutton {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    background: #ACACAC;
    padding: 5px 10px;
    cursor: pointer;
    margin-top: 10px;
}

.input_div .exjobfield, .input_div .educfield {
    position: relative;
    display: block;
    width: 100%;
}

.resume_container .exjobs, .resume_container .educ {
    position: relative;
    display: block;
    width: 100%;
    max-height: 90px;
    overflow-y: auto;
}

.input_div textarea {
    width: 390px;
    height: 130px;
    vertical-align: bottom;
    padding: 10px;
}

.vat {
    vertical-align: top !important;
}

.bottom_field {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    color: #202020;
    font-size: 12px;
}

.input_div .check {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 20px;
}

.greyline {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ACACAC;
}

.resume_download {
    position: relative;
    display: block;
    width: 246px;
    height: 180px;
    background: #0070b9;
    text-decoration: none;
    margin-top: 20px;
    text-align: center;
}

    .resume_download:after {
        content: '';
        display: block;
        width: 246px;
        height: 7px;
        position: absolute;
        bottom: -6px;
        left: calc(50% - 123px);
        background: url(/Content/img/pics/type_sh_little.png) 50% 0;
    }

    .resume_download .text {
        position: relative;
        display: block;
        color: #ffffff;
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        padding-top: 10px;
    }

        .resume_download .text span {
            font-size: 20px;
            font-weight: 300;
        }

.button_resume_download {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #1e1e1e;
    background: #ffffff;
    text-align: center;
    padding: 10px 15px;
    margin-top: 10px;
}

.directions_text {
    position: relative;
    display: block;
    font-size: 18px;
    color: #555555;
    text-align: center;
}

.container1030 {
    position: relative;
    display: block;
    width: 1030px;
    margin: 0 auto;
}

.direction_item {
    position: relative;
    display: inline-block;
    width: 500px;
    height: 430px;
    padding: 215px 0 0 0;
    margin-bottom: 20px;
}

    .direction_item h2 {
        padding: 10px 20px !important;
    }

        .direction_item h2::before {
            display: none;
        }

    .direction_item:nth-child(2n) {
        float: right;
    }

    .direction_item .text {
        line-height: 25px;
    }

        .direction_item .text p {
            padding-top: 0;
        }

.direction_item100 {
    position: relative;
    display: block;
    width: 100%;
    height: 125px;
}

    .direction_item100 .image {
        height: 100%;
    }

    .direction_item100 .text {
        height: 100%;
        font-size: 24px;
        color: #303030;
        font-weight: 300;
        text-transform: uppercase;
        text-align: center;
        line-height: 125px;
        background: #F0F0F0;
    }

.hiddeninp {
    /* display:none; */
}

.zamok .zamokclick {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #202020;
    text-decoration: underline;
    cursor: pointer;
}

    .zamok .zamokclick::before {
        content: '';
        position: relative;
        display: inline-block;
        width: 19px;
        height: 21px;
        background: url(/Content/img/pics/zamok.png);
        margin-right: 5px;
    }

    .zamok .zamokclick.close::before {
        background: url(/Content/img/pics/zamokclose.png) !important;
    }

.hiddenclass {
    display: none;
}

.bluebutton {
    position: relative;
    display: inline-block;
    padding: 5px 30px;
    color: #ffffff;
    background: #0070B9;
    border: 1px solid #0070B9;
    text-transform: uppercase;
    font-weight: 300;
    cursor: pointer;
}

    .bluebutton:hover {
        color: #0070B9;
        background: #ffffff;
    }

.whitebutton {
    position: absolute;
    bottom: 0px;
    left: -150px;
    display: inline-block;
    padding: 5px 30px;
    color: #000000;
    background: #ffffff;
    text-transform: uppercase;
    font-weight: 300;
    cursor: pointer;
    text-decoration: none;
    line-height: 26px;
    height: 35px;
}

.dop_fields .title {
    position: relative;
    display: block;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 10px 0;
    text-align: center;
}

.dop_fields input {
    position: relative;
    display: block;
    width: 185px;
    height: 30px;
    margin: 6px auto;
    padding-left: 10px;
    font-size: 14px;
}

.textmob {
    display: none;
}

.centredmap {
    width: 100%;
}

    .centredmap .map_div {
        position: relative;
        margin: 0 auto;
        top: -80px;
    }

.padding0 {
    padding: 0;
}

.profis {
    position: relative;
    display: inline-block;
    width: 79%;
    padding: 40px 0;
}

.profis100 {
    width: 100% !important;
}

.profis .profi {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin: 0 1%;
}

    .profis .profi .head .profi_person {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 48%;
    }

        .profis .profi .head .profi_person .photo {
            height: 90px;
            text-align: center;
        }

            .profis .profi .head .profi_person .photo img {
                max-width: 100%;
                max-height: 100%;
            }

        .profis .profi .head .profi_person .info {
            position: relative;
            display: block;
            width: 100%;
            font-size: 10px;
        }

    .profis .profi .head .title {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        font-size: 13px;
        color: #0070b9;
        font-weight: 400;
        line-height: 14px;
    }

    .profis .profi .text {
        position: relative;
        display: block;
        width: 100%;
        height: 100px;
        font-size: 12px;
        line-height: 14px;
        overflow: hidden;
        margin-top: 10px;
    }

    .profis .profi .head .profi_person .info .name {
        font-size: 12px;
        color: #303030;
        font-weight: 600;
    }

.buttons {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 19%;
    padding: 40px 0;
}

    .buttons .item {
        position: relative;
        display: block;
        width: 100%;
        height: 130px;
        background: #F0F0F0;
        margin-bottom: 20px;
    }

        .buttons .item:after {
            left: 0 !important;
            width: 100% !important;
            background-size: 100% !important;
            background-repeat: no-repeat !important;
        }

.profi .button {
    FLOAT: right;
    padding: 0px 20px;
    margin-top: 10px;
}

.buttons .item .prebutton {
    position: relative;
    display: table;
    width: 80%;
    margin: 0px auto;
    top: 50px;
}

.buttons .item .cont {
    position: relative;
    display: block;
    width: 90%;
    height: 100%;
    margin: 0 auto;
}

    .buttons .item .cont .ttl {
        text-transform: uppercase;
        color: #0070b9;
        font-size: 16px;
        text-align: center;
    }

    .buttons .item .cont input {
        width: 100%;
        margin: 5px 0;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
    }

    .buttons .item .cont .button {
        width: 80%;
        margin: 5px auto;
    }

.groupfl {
    position: relative;
    display: block;
    width: 900px;
}

    .groupfl > .title {
        position: relative;
        display: block;
        color: #0070b9;
        font-size: 24px;
        border-bottom: 2px solid #0070b9;
        margin: 15px 0;
        text-transform: uppercase;
        font-weight: 300;
    }

    .groupfl .fields {
        position: relative;
        display: block;
    }

        .groupfl .fields .field {
            position: relative;
            display: inline-block;
            vertical-align: top;
        }

        .groupfl .fields .textarea .title {
            position: relative;
            display: block;
            font-size: 14px;
            color: #202020;
            margin-bottom: 5px;
        }

        .groupfl .fields .textarea textarea {
            position: relative;
            display: block;
            width: 390px;
            height: 86px;
        }

        .groupfl .fields .label {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            color: #202020;
            font-size: 14px;
            width: 129px;
        }

        .groupfl .fields .labellong {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            color: #202020;
            font-size: 14px;
            width: 160px;
        }

        .groupfl .fields input[type="text"], .groupfl .fields input[type="date"], .groupfl .fields select {
            position: relative;
            display: inline-block;
            vertical-align: top;
            width: 250px;
            height: 30px;
            margin-left: 7px;
            margin-bottom: 10px;
            padding-left: 10px;
            padding-right: 10px;
            box-sizing: border-box;
        }

input[type="checkbox"] {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 30px;
    margin-left: 7px;
    margin-bottom: 10px;
}

input[type="file"] {
    display: none;
}

.groupfl .fields input[type="date"]::after {
    content: '';
    position: absolute;
    display: block;
    right: 15px;
    /* z-index:99; */
    top: 3px;
    width: 16px;
    height: 18px;
    background: url(/Content/img/pics/calendar.png);
    background-color: #fff;
}

.groupfl .sepor {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 7px;
}

.skrepka {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 23px;
    background: url(/Content/img/pics/skrepka.png);
}

.labellong .greybutton {
    margin-top: 0px;
}

.educitem, .profskillsitem {
    margin-bottom: 20px;
}

.groupsofflds {
}

.lastfld {
    border-bottom: 2px solid #D5D5D5;
    padding-bottom: 20px;
}

.subm {
    width: 160px;
    margin-top: 30px;
}

.big_photo_person .name {
    font-size: 17px;
    color: #2d2d2d;
    text-transform: uppercase;
}

.obrashenie .big_photo_person {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 285px;
}

.obrashenie .text {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 870px;
}

.cit {
    position: relative;
    display: block;
    margin: 30px 0 0 100px;
}

    .cit::before {
        content: '';
        position: absolute;
        left: -90px;
        display: block;
        width: 63px;
        height: 52px;
        background: url(/Content/img/pics/quotes.png);
    }

    .cit .text {
        position: relative;
        display: block;
        font-size: 30px;
        color: #0072c7;
        font-style: italic;
    }

    .cit .name {
        position: relative;
        display: block;
        font-style: italic;
        font-size: 24px;
        color: #0072c7;
        font-weight: 600;
    }

.word_to_collegs {
    position: relative;
    display: block;
    width: 100%;
    height: 120px;
    background: #f0f0f0;
    margin: 20px 0 0 0;
}

    .word_to_collegs > .title {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 23%;
        height: 100%;
        border-right: 2px solid #0070B9;
        color: #0070b9;
        font-size: 21px;
        font-weight: 600;
        text-transform: uppercase;
    }

        .word_to_collegs > .title span {
            position: relative;
            display: block;
            margin: 32px 17px;
        }

    .word_to_collegs > .info {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 76%;
        height: 100%;
    }

        .word_to_collegs > .info > .title {
            position: relative;
            display: block;
            width: 96%;
            margin: 5px 2%;
        }

            .word_to_collegs > .info > .title .name {
                position: relative;
                display: inline-block;
                vertical-align: top;
                font-size: 17px;
                color: #2d2d2d;
                text-transform: uppercase;
            }

            .word_to_collegs > .info > .title .dolzh {
                position: relative;
                display: inline-block;
                vertical-align: bottom;
                font-size: 13px;
                color: #949494;
            }

        .word_to_collegs > .info > .this_text {
            position: relative;
            display: block;
            font-size: 14px;
            color: #232323;
            width: 96%;
            margin: 5px 2%;
        }


.input_div .check input[type="checkbox"] {
    display: none;
}

.zamok .zamokcheck {
    display: none;
}

.filter {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background: #f0f0f0;
}

    .filter .title {
        font-size: 20px;
        color: #0070bb;
        text-align: center;
        padding: 10px 0;
        border-bottom: 2px solid #0070bb;
    }

    .filter .list {
        padding: 10px;
    }

        .filter .list li {
            list-style-type: none;
        }

        .filter .list > li {
            position: relative;
            display: block;
            margin-bottom: 10px;
            cursor: pointer;
        }

        .filter .list span {
            font-size: 14px;
            color: #212121;
            font-weight: 600;
            max-width: 96%;
        }

        .filter .list > li > ul {
            display: none;
            margin-top: 10px;
        }

        .filter .list span::after {
            content: '';
            position: absolute;
            display: block;
            top: 5px;
            right: 0px;
            width: 9px;
            height: 8px;
            background: url(/Content/img/pics/arrowblue.png);
        }

        .filter .list span.active::after {
            transform: rotate(180deg);
        }

    .filter input[type=radio] {
        margin-right: 5px;
    }

    .filter .clean_it {
        font-size: 12px;
        color: #0070b9;
        text-decoration: underline;
        padding: 10px;
    }

.news_menu {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 200px;
}

.news_content {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 640px;
    margin: 0 20px;
}

.news_right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 270px;
}

.news_menu .menu_ruk_opener {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    background: #033E68;
    padding: 10px;
    cursor: pointer;
}

    .news_menu .menu_ruk_opener.active {
        background: #0070B8;
    }

.cont_for_smi {
    position: relative;
    display: block;
    width: 100%;
    background: #F0F0F0;
}

    .cont_for_smi .title {
        position: relative;
        display: block;
        font-size: 24px;
        color: #0070bb;
        text-align: center;
        padding: 10px 0;
        border-bottom: 2px solid #0070B9;
    }

    .cont_for_smi .info {
        position: relative;
        display: block;
        padding: 10px 0;
    }

        .cont_for_smi .info div {
            position: relative;
            display: block;
            padding: 5px 40px;
        }

            .cont_for_smi .info div::before {
                content: '';
                position: absolute;
                display: block;
                width: 21px;
                height: 21px;
            }

        .cont_for_smi .info .person::before {
            left: 7px;
            top: 25px;
            background: url(/Content/img/pics/contacts.png) -0px -0px;
        }

        .cont_for_smi .info .phone::before {
            left: 7px;
            top: 5px;
            background: url(/Content/img/pics/contacts.png) -0px -30px;
        }

        .cont_for_smi .info .email::before {
            left: 8px;
            top: 0px;
            background: url(/Content/img/pics/contacts.png) -0px -84px;
        }

        .cont_for_smi .info .rss::before {
            width: 18px;
            height: 18px;
            left: 10px;
            top: 2px;
            background: url(/Content/img/pics/rss-icon.png);
            background-size: cover;
        }

.tv {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 355px;
    overflow: hidden;
}

    .tv .screen {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        margin: auto;
    }

/* Слайдер */

.mobslid {
    display: none !important;
}

@media screen and (max-width:767px) {
    .right_block_slide_info, .left_block_slide_info {
        display: none;
    }

    .mobslid {
        position: relative;
        display: inline !important;
        color: #ffffff;
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        /*height:auto!important;*/
    }

        .mobslid p {
            padding: 0;
            margin: 0;
        }

    .slider_info_mid {
        width: 100% !important;
        margin: 0 !important;
    }

    .slider_info {
        width: 100% !important;
        right: 0px !important;
        height: auto !important;
        min-height: 130px;
        padding: 20px;
        display: none;
    }
}
/* Слайдер - Конец */

.formaZajavkiVUchebnyjCentr {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}

@media screen and (max-width:767px) {

    .year_projects .this_year_proj .info,
    .year_projects .this_year_proj .data,
    .year_projects .this_year_proj .org,
    .year_projects .this_year_proj .brief {
        display: block;
        width: 100%;
        box-sizing: border-box;
        height: auto;
    }

    .container {
        width: 100%;
        max-width: 100%;
        min-width: 320px;
        box-sizing: border-box;
    }

    .logo,
    .search,
    .sm_home, a.sm_home, .sm_phone, a.sm_phone, .sm_mail, a.sm_mail, .sm_adress, a.sm_adress, .sm_sitemap, a.sm_sitemap, .sm_time, a.sm_time, .sm_favorite, a.sm_favorite,
    .gr_home, a.gr_home, .gr_phone, a.gr_phone, .gr_mail, a.gr_mail, .gr_adress, a.gr_adress, .gr_sitemap, a.gr_sitemap, .gr_time, a.gr_time,
    .zakaz_zvonka,
    .langs,
    .soc_seti,
    ul.header_basket,
    .f_logo,
    .f_menu,
    .fcolmn_header_name,
    .f_sm_home, a.f_sm_home, .f_sm_phone, a.f_sm_phone, .f_sm_mail, a.f_sm_mail, .f_sm_adress, a.f_sm_adress, .f_sm_sitemap, a.f_sm_sitemap, .f_sm_time, a.f_sm_time, .f_sm_favorite, a.f_sm_favorite,
    .f_copy,
    .almaUp,
    .f_linkall,
    .zakaz_email,
    .f_couner {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 5px 5px;
    }

    .header {
        padding: 0 10px;
        text-align: center;
    }

    .logo {
        max-width: 75%;
        background-position: 50% 50%;
        vertical-align: bottom;
        margin-top: 10px;
    }

    .search input, .search {
        width: auto;
    }

    body {
        min-width: 320px;
    }

    .big_map {
        display: none !important;
    }

    .swiper-container {
        max-width: 100% !important;
    }

    .mobhide {
        display: none !important;
    }

    .mob100 {
        width: 100% !important;
    }

    .mob80 {
        width: 80% !important;
        margin: 0 auto;
    }

    .mobinline {
        display: inline-block !important;
    }

    .mobblock {
        display: block !important;
    }

    .header, .footer, .footer_after {
        height: auto !important;
    }

    .partners_item img {
        max-width: 95%;
        margin: 0 auto;
    }

    .news_item .info_area {
        min-width: 200px;
    }

    .date {
        font-size: 18px;
    }

        .date::before {
            width: 33px;
            height: 33px;
            background: url(/Content/img/pics/clockmob.png);
            background-position: 0;
            background-size: 100%;
            vertical-align: middle;
        }

    .preview {
        top: 35px;
        height: 54px;
    }

    .openmenu {
        position: fixed;
        display: block;
        width: 62px;
        height: 62px;
        top: 0px;
        right: 0px;
        background: url(/Content/img/pics/openmenu.jpg);
        z-index: 99;
    }

        .openmenu.active {
            background: url(/Content/img/pics/mobmenuclose.jpg);
        }

    .mobmenu {
        position: fixed;
        display: none;
        top: 0px;
        left: 0px;
        list-style: none;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        z-index: 5;
    }

        .mobmenu.active {
            display: block;
        }

        .mobmenu > li {
            position: relative;
            display: block;
            width: 100%;
        }

            .mobmenu > li > span > a {
                position: relative;
                display: block;
                background: #0070b8;
                width: 100%;
                font-size: 22px;
                color: #ffffff;
                font-weight: 300;
                text-decoration: none;
                padding: 10px 20px 10px 20px;
                text-transform: uppercase;
            }

            .mobmenu > li > span {
                position: relative;
                display: block;
                background: #0070b8;
                width: 100%;
                font-size: 22px;
                color: #ffffff;
                font-weight: 300;
                text-decoration: none;
                padding: 10px 20px 10px 20px;
                text-transform: uppercase;
            }

            .mobmenu > li > ul {
                /* display:none; */
            }

                .mobmenu > li > ul > li > a {
                    position: relative;
                    display: block;
                    background: #015790;
                    width: 100%;
                    font-size: 22px;
                    color: #ffffff;
                    font-weight: 300;
                    text-decoration: none;
                    padding: 10px 20px 10px 30px;
                }

                .mobmenu > li > ul > li > ul > li > a {
                    position: relative;
                    display: block;
                    background: #015790;
                    width: 100%;
                    font-size: 22px;
                    color: #ffffff;
                    font-weight: 300;
                    text-decoration: none;
                    padding: 10px 20px 10px 40px;
                }

    .zakupki_table .z_item {
        font-size: 9px;
        padding: 5px;
    }

    .pag {
        text-align: center;
    }

    a.button {
        font-size: 18px;
        line-height: 50px;
        height: 50px;
    }

    .catofpers .item {
        width: 100%;
    }

        .catofpers .item .title {
            top: 50px;
            left: 5px;
            font-size: 24px;
            width: 100%;
        }

            .catofpers .item .title span {
                text-align: left;
                line-height: 20px;
                width: 80%;
                left: 10px;
            }

                .catofpers .item .title span p {
                    padding-top: 0;
                }

    .from_leadership, .map_job_little {
        width: 100%;
    }

    .bgcar {
        height: auto;
        background: url(/Content/img/pics/leaderbackmob.jpg);
        background-size: 100%;
    }

    .bgcarmob {
        background: url(/Content/img/pics/mobmapback.jpg);
        background-size: 100%;
        margin-bottom: 30px;
    }

    .mobmap .map_div {
        position: relative;
        display: block;
        width: 350px;
        max-width: 100%;
        height: 205px;
        margin: 0 auto;
        background: url(/Content/img/pics/mapcar.png) no-repeat;
        background-size: contain;
        background-position: center;
    }

    .mobmap .white {
        padding: 20px 0 0 20px;
    }

    .from_leadership {
    }

    h2 {
        font: 300 25px 'Open Sans', sans-serif;
        line-height: 40px;
    }

    .h2big {
        font-size: 25px;
    }

    .leadership_div > div {
        width: 100%;
        text-align: center;
    }

    .leadership_div .gendirector_photo .photo {
        margin: 0 auto;
    }

    .leadership_div .gendirector_photo .name {
        margin: 0 auto;
        text-align: center;
    }

    .leadership_div .gendirector_text {
        margin-left: 0px;
        width: 100%;
    }

        .leadership_div .gendirector_text a {
            position: relative;
            display: block;
            width: 100%;
            height: 50px;
            font-size: 15px;
            line-height: 50px;
            background: #0070b9;
            color: #ffffff;
            text-decoration: none;
            text-align: center;
            text-transform: uppercase;
            font-size: 12px;
        }

    .mobmap {
        height: 370px;
    }

    .nameofcurrentpoint {
        position: relative;
        display: block;
        width: 100%;
        height: 78px;
        margin-top: 12px;
        background: rgba(32, 32, 32, 0.8);
    }

        .nameofcurrentpoint .thisname {
            position: relative;
            display: block;
            width: 100%;
            font-size: 27px;
            font-weight: 600;
            padding: 5px 0 0 20px;
            color: #ffffff;
        }

        .nameofcurrentpoint .thisamm {
            position: relative;
            display: block;
            width: 100%;
            font-size: 21px;
            padding: 0 0 0 20px;
            color: #ffffff;
        }

    .container .breadcrumbs a, .container .breadcrumbs span {
        font-size: 22px;
    }

    .contacts .contact_div {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .contact_div_silver {
        width: 100% !important;
    }

    .form_contacts .form .field {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .form_contacts .button {
        width: 100%;
    }

    .contacts .contact_div .info .street {
        /* position:relative;
		display:block;
		margin-left:60px;
		line-height:25px;
		font-weight:300;
		text-align:left; */
    }

    .contacts .contact_div .info div::before {
        content: '';
        position: absolute;
        display: block;
        left: -50px;
        top: 5px;
    }

    .contacts .contact_div .info .phone::before {
        width: 26px;
        height: 26px;
        background: url(/Content/img/pics/logo_footer_phone.png) no-repeat;
    }

    .contacts .contact_div .info .fax::before {
        width: 28px;
        height: 27px;
        background: url(/Content/img/pics/fax.png) no-repeat;
    }

    .contacts .contact_div .info .email::before {
        width: 32px;
        height: 36px;
        background: url(/Content/img/pics/logo_footer_mail.png) no-repeat;
    }

    .contacts .contact_div .info .phone, .contacts .contact_div .info .fax, .contacts .contact_div .info .email {
        margin-left: 90px;
        padding: 5px 0;
    }

    .contacts .contact_div .title {
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .form_contacts {
        margin-top: 20px;
    }

    .h2centerdescmobleft {
        text-align: left;
    }

    .h2linecenterdescleftmob::after {
        margin: 10px 0 0 0;
    }

    .blocks_about .block_about {
        width: 100%;
        margin-bottom: 15px;
    }

    .potentials {
        width: 100%;
        text-align: center;
    }

        .potentials .potential:nth-child(2n) {
            float: none;
            margin-left: 5px;
        }

    .iplocadiv {
        padding: 0px;
    }

    .iploca {
        background: url(/Content/img/pics/iplocamob.jpg);
        background-size: cover !important;
        height: auto;
        margin-bottom: 0px;
    }

    .ipltext {
        width: 100%;
        float: none;
        margin-top: 10px;
    }

    .ipllogo {
        width: 340px;
        max-width: 100%;
        height: 90px;
        background-size: auto 100%;
        margin-top: 20px;
    }

    .iplogotext {
        margin-right: 0px;
        max-width: 55%;
    }

        .iplogotext .text {
            font-size: 11px;
        }

        .iplogotext .title {
            font-size: 20px;
        }

    .h2mobileft {
        text-align: left;
    }

    .newperspective {
        height: auto;
        background: url(/Content/img/pics/newperspectivemob.jpg);
        background-size: cover !important;
    }

        .newperspective .px18white {
            width: 100%;
            text-align: left;
            line-height: 20px;
            margin: 0px;
        }

    .projects {
        text-align: center;
    }

        .projects .project:nth-child(2), .projects .project:nth-child(5) {
            margin: 0px;
        }

    .integr_div {
        width: 100%;
        margin: 0px;
    }

    .blocks_about .block_about .title {
        font-size: 18px;
    }

    .integr {
        height: auto;
        background-size: cover;
        margin-bottom: 60px;
    }

    .stg_politics {
        margin: 10px auto;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .index_types_td {
        height: auto;
    }

    .contact_div_silver:after {
        width: 100%;
    }

    .projects_div .years {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

        .projects_div .years .year {
            margin-left: 0px;
        }

    .projects_div .year_projects {
        display: none !important;
        padding-left: 0px !important;
    }

        .projects_div .year_projects.active {
            display: block !important;
        }

    .projects_div .years .year::before {
        display: none !important;
    }

    .projects_div .years .year.active::after {
        display: none !important;
    }

    .blocks_maps .block_map {
        width: 100%;
    }

    .year_projects .this_year_proj .descr {
        /* display:block!important; */
    }

    .year_projects .this_year_proj.active .more {
        /* display:none!important; */
    }

    .projects_div .year_projects::before {
        display: none !important;
    }

    .year_projects .this_year_proj .more {
        /* display:none!important; */
    }

    .year_projects .this_year_proj {
        margin-bottom: 60px !important;
    }

    .persons_div .person {
        width: 100% !important;
    }

    .menu_ruk .menu_ruk_opener {
        display: block !important;
        width: 100% !important;
        margin-bottom: 5px !important;
    }

    .structure_items .structure_item {
        width: 100% !important;
        margin-right: 0px !important;
    }

    .structure {
        height: auto !important;
    }

    .mobw100 {
        width: 100% !important;
        float: left !important;
    }

    .presscenter_div .presscenter_item .image {
        width: 100% !important;
        height: 140px !important;
        margin-bottom: 20px !important;
        text-align: center !important;
    }

    .calc {
        width: 100% !important;
    }

    .mt20 {
        margin-top: 20px;
    }

    .stupid-shadow:after {
        width: 100% !important;
    }

    .mapback {
        height: auto !important;
    }

    .subsform {
        float: left !important;
        width: auto !important;
    }

    .mapback_title::after {
        display: none !important;
    }

    .mapback_title {
        margin-bottom: 20px;
    }

    .subsform input, .subsform .field_cont {
        width: 100% !important;
    }

    .subsform .button {
        width: 100% !important;
        margin-top: 20px !important;
    }

    .presscenter_div .presscenter_item {
        min-height: 325px;
    }

    .projects_div .years .year .text {
        position: relative !important;
        width: 100% !important;
        height: 100% !important;
        top: 0px !important;
        background: #B0B0B0;
    }

    .projects_div .years .year {
        height: auto !important;
        width: 49%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 5px;
    }

    .menu_ruk .menu_ruk_opener span {
        width: 100% !important;
    }

    .text-left_mob {
        text-align: left !important;
    }

        .text-left_mob::after {
            margin: 10px 0 !important;
        }

    .persons_div .person_big .info .name {
        text-align: center !important;
    }

    .pagin_arrow {
        width: 100%;
        text-align: center;
    }

    .arhhref {
        margin: 10px 0;
        background: #0070B9;
        color: #ffffff;
        text-decoration: none;
        width: 100%;
        height: 40px;
        text-align: center;
        font-size: 18px;
        line-height: 40px;
    }

    .textmob {
        display: block;
        margin-top: 0px;
    }

    .direction_item100 .text, .direction_item100 .image {
        width: 100%;
    }

    .direction_item100 .text {
        line-height: 1em;
        padding: 20px 10px;
        height: auto;
        font-size: 18px
    }

    .direction_item100 {
        margin-top: 0px !important;
    }

        .direction_item100 .image {
            background-repeat: no-repeat !important;
            background-position: center !important;
        }

        .direction_item100 .text:after {
            left: 0px !important;
            background-repeat: no-repeat !important;
        }

    .container1030, .direction_item {
        width: 100% !important;
    }

    .vacs, .vacs .vac {
        width: 100%;
    }

    .map_div_big {
        display: none;
    }

    .vacmapbg {
        display: none;
    }

    .right_div_vacmap, .resume_upload, .resume_download {
        width: 100%;
    }

    .mobmapwthtttl {
        height: 295px !important;
    }

    .profis, .profis .profi, .buttons, .buttons .item .cont .button {
        width: 100%;
    }

        .profi .button, .buttons .item .button {
            font-size: 14px !important;
            line-height: 35px !important;
            height: 35px !important;
            width: 100%;
        }

        .profis, .profis .profi, .buttons {
            margin-bottom: 30px;
        }

            .buttons .item .prebutton, .buttons .item .cont {
                width: 95%;
            }

    .textarea, .groupfl, .groupfl .fields .textarea textarea, .groupfl .fields input[type="text"], .groupfl .fields input[type="date"], .groupfl .fields select, .groupfl .fields .label {
        width: 100%;
    }

        .groupfl, .groupfl .fields .textarea textarea, .groupfl .fields input[type="text"], .groupfl .fields input[type="date"], .groupfl .fields select {
            margin-left: 0px;
        }

            .groupfl .sepor {
                display: none;
            }

    .mobcent, .mobcent .label {
        text-align: center;
    }

    .textarea {
        margin-bottom: 10px;
    }

    .greybutton, .subm {
        width: 100%;
        text-align: center;
    }

    .obrashenie .text {
        width: 100%;
        margin-top: 10px;
    }

    .obrashenie .big_photo_person {
        width: 100%;
        text-align: center;
    }

    .cit {
        margin: 10px 0 0 0;
        text-align: center;
    }

        .cit::before {
            position: relative;
            left: 0;
            margin: 0 auto;
        }

    .word_to_collegs {
        height: auto;
    }

        .word_to_collegs > .title {
            width: 100%;
            height: auto;
            border-right: 0px solid #0070B9;
            border-bottom: 2px solid #0070B9;
            text-align: center;
            font-size: 29px;
        }

        .word_to_collegs > .info {
            width: 96%;
            height: 96%;
            margin: 2%;
        }

            .word_to_collegs > .info > .title {
                text-align: center;
            }

        .word_to_collegs > .title span {
            margin: 17px 17px;
        }

    .vacs .vac .brief .res {
        display: none;
    }

    .vacs .vac .more {
        left: 0px;
        bottom: 0;
        position: relative;
    }

    .resume_send {
        position: relative;
        display: block;
        width: 165px;
        height: 35px;
        left: 0;
        bottom: 0;
        margin: 10px 0;
        color: #ffffff;
        background: #033e68;
        text-align: center;
        line-height: 35px;
        text-transform: uppercase;
        cursor: pointer;
        text-decoration: none;
    }

    .news_menu, .news_content, .news_right, .presscenter_div .presscenter_item .info {
        width: 100% !important;
    }

    .news_content {
        margin: 20px 0;
    }

    .presscenter_div .presscenter_item .date {
        margin: 10px 0px;
    }

    .presscenter_div .presscenter_item .brief {
        display: block;
        height: 60px;
    }

    .subsright {
        min-height: 180px;
        padding-bottom: 10px;
    }

    .contact_div_silver .info {
        padding-left: 50px;
    }

    .contact_div_silver:after {
        left: 0;
    }

    .selects {
        max-width: 100%;
        text-align: center;
    }

        .selects select {
            width: 47%;
            margin: 0 1%;
        }

    .calc {
        height: auto;
    }

    .days {
        max-width: 100%;
    }

        .days .day {
            width: 31px;
            height: 31px;
            line-height: 31px;
        }

    .calc .calc_input input {
        max-width: 95%;
        box-sizing: border-box;
    }

    .col-xs-3 {
        float: none;
        width: 100%;
        box-sizing: border-box;
    }

    .col-xs-7 {
        width: 100% !important;
    }
}


.field-validation-error {
    color: red;
}

.cont.error {
    align-content: center;
    text-align: center;
}

.news-title {
    font-size: 22px;
}

.news-date {
    color:grey;
}

ul.vacancies-group {
    list-style-type: none;
}

ul.vacancies-group > li {
    padding: 5px 5px 5px 5px;
}

.ui-autocomplete-category {
    font-weight: bold;
    padding: 2px 0 2px 0;
    margin: 2px 0 2px 0;
    line-height: 1.25;
}
/* Всплывающее окно - Начало*/

.popupwindow_cont	{
	display:none;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(100, 100, 100, 0.3);
	z-index:100;
}
.popupwindow	{
	padding:10px;
	width:783px;
	height:864px;
}
.popupwindow .puw_close	{
	cursor:pointer;
	position:absolute;
	top:-25px;
	right:-25px;
	width:50px;
	height:50px;
	background:url(pics/sprite.png) 0 -2097px no-repeat;	
}
.popupwindow .puw_close:hover	{
	background:url(pics/sprite.png) -50px -2097px no-repeat;	
}
.pup_callback	{
	min-width:400px;
}
.popupwindow .puw_maximaze	{
	display:none;
	position:absolute;
	top:-25px;
	right:25px;
	width:50px;
	height:50px;
	background:url(pics/sprite.png) -100px -2097px no-repeat;
}
.popupwindow .puw_maximaze:hover	{
	background:url(pics/sprite.png) -150px -2097px no-repeat;	
}
.popupwindow h2	{
	font-size:24px;
	line-height:30px;
	color:#444;
	font-weight:bold;
}

/* Всплывающее окно - Конец */
@media screen and (max-width: 425px) {
	.popupwindow, .pup_callback	{
		max-width:280px;
		min-width:auto;
	}
	
	.form .field {
		width: 280px !important;
		min-width: 280px;
		max-width: 280px;
	}	
}

.main_fields{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:550px;
	min-height: 780px;
	background:#ffffff;
}

.dop_fields{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:205px;
	height:237px;
	background:#0070B9;
}

@media screen and (max-width: 767px){
	.form .field {
		width: 100%!important;
		min-width: 100%!important;
		max-width: 100%!important;
	}
}
/* Ð¡Ð»Ð°Ð¹Ð´ÐµÑ€ - ÐÐ°Ñ‡Ð°Ð»Ð¾*/
/* Ð¡Ð»Ð°Ð¹Ð´ÐµÑ€ - Ð¡Ð»Ð°Ð¹Ð´ÑˆÐ¾Ñƒ - ÐÐ°Ñ‡Ð°Ð»Ð¾*/
.slider	{
	position:relative;
	top:0;
	left:0;
	width:100%;
	overflow:hidden;
	margin:0 auto;
}

.slider li	{
	margin:0;
	padding:0;
	border:0;
}

#slider6, #slider6 > .swiper-container{
    max-width: 100%;
}

#slider6 > .swiper-container, #slider6 .swiper-wrapper, #slider6 .swiper-slide a{
    height:360px;
}

.slider .sl_cont	{
	visibility:visible;
	overflow:hidden;
	position:relative;
	z-index:2;
	text-align:center;
	margin:0px auto;
}

.slider li::before	{
	display:none;
}

.slider .arrows_cont	{
	width:100%;
	position:absolute;
	top:59%;
	z-index:50;
	height:0;
}

.slider .mid_slider	{
	margin:0 auto;
	height:0;
	width: 1180px;
    margin: 0 auto;
    position: relative;
}

.slider .swiper-container a	{
	text-decoration:none;
}

.slider .swiper-container a span.mid	{
	display:block;
	position:relative;
}

.slider .swiper-container a span.mid .title	{
	color:#fff;
	font-size:36px;
	position:absolute;
	/*font-family:temp;*/
}

.slider .swiper-container a span.mid .text	{
	color:#fff;
	font-size:16px;
	position:absolute;
	/*font-family:temp;*/
}



.slider .sl_arrow_l	{
	cursor:pointer;
	background:url(/Content/img/pics/sprite.png) 0px -490px no-repeat;	
	width:50px;
	height:50px;
	position:absolute;
	left:0;
	top:0;
	
	display:none;
}

.slider .sl_arrow_l:hover{
	background:url(/Content/img/pics/sprite.png) 0px -540px no-repeat;	
}
.slider .sl_arrow_r	{
	cursor:pointer;
	background:url(/Content/img/pics/sprite.png) -50px -490px no-repeat;	
	width:50px;
	height:50px;
	position:absolute;
	right:0;
	top:0;
	
	display:none;
}

.slider .sl_arrow_r:hover{
	background:url(/Content/img/pics/sprite.png) -50px -540px no-repeat;	
}

.slider .slider_pages_cont	{
	width:100%;
	position:absolute;
	bottom:50px;
	z-index:100;
	height:0;
}

.slider .slider_pages	{
    position: absolute;
    float: left;
    left: 750px;
    top: 0;
    height: 30px;
    min-width: 100px;
}

.slider .slider_pages a	{
	display:inline-block;
	width:30px;
	height:30px;
	background:url(/Content/img/pics/sprite.png) -240px -320px no-repeat;	
}

.slider .slider_pages a:hover, .slider .slider_pages a.active, .slider .slider_pages a.active:hover	{
	display:inline-block;
	width:30px;
	height:30px;
	background:url(/Content/img/pics/sprite.png) -270px -320px no-repeat;	
}
/* Ð¡Ð»Ð°Ð¹Ð´ÐµÑ€ - Ð¡Ð»Ð°Ð¹Ð´ÑˆÐ¾Ñƒ - ÐšÐ¾Ð½ÐµÑ†*/


/* Ð¡Ð»Ð°Ð¹Ð´ÐµÑ€ - Ð¡Ð»Ð°Ð¹Ð´Ð¼ÑƒÐ² Ð³Ð¾Ñ€Ð¸Ð·Ð¾Ð½Ñ‚Ð°Ð»ÑŒÐ½Ñ‹Ð¹ - ÐÐ°Ñ‡Ð°Ð»Ð¾*/
.slider_logo	{
	text-align:center;
	margin:0 auto;
	position:relative;
}

.slider_logo .sl_cont	{
	display:block;
	margin:0;
}

.slider_logo .sl_arrow_l	{
	position:absolute;
	top:35px;
	left:-50px;
	width:50px;
	height:50px;
	background:url(/Content/img/pics/sprite.png) -100px -490px no-repeat;
	cursor:pointer;
}

.slider_logo .sl_arrow_l:hover	{
	background:url(/Content/img/pics/sprite.png) -100px -540px no-repeat;
}

.slider_logo .sl_arrow_r	{
	position:absolute;
	top:35px;
	right:-50px;
	width:50px;
	height:50px;
	background:url(/Content/img/pics/sprite.png) -150px -490px no-repeat;
	cursor:pointer;
}

.slider_logo .sl_arrow_r:hover{
	background:url(/Content/img/pics/sprite.png) -150px -540px no-repeat;
}

.slider_logo.sl_dis	> .sl_cont > ul	{
	width:100%;
	display:table;
}

.slider_logo.sl_dis > .sl_cont > ul > li	{
	display:table-cell;
	vertical-align:middle;
}	

.slider .sl_dis > .sl_cont > ul	{
	display:table;
	width:100%;
}

.slider .sl_cont > ul > li	{
	width:100%;
}

.sl_cont > ul > li > a, .sl_cont > ul > li > span	{
	background-position:50% 50%;
	background-repeat:no-repeat;
	height:100%;
	width:100%;
	display:block;
	position:relative;
	text-decoration:none;
}

.slider .sl_cont > ul > li > span > a > span > img, .slider .sl_cont > ul > li > span > span > img	{
	vertical-align:middle;
}

.sl_dis .sl_arrow_r, .sl_dis .sl_arrow_l	{
	display:none;
} 
/* Ð¡Ð»Ð°Ð¹Ð´ÐµÑ€ - Ð¡Ð»Ð°Ð¹Ð´Ð¼ÑƒÐ² Ð³Ð¾Ñ€Ð¸Ð·Ð¾Ð½Ñ‚Ð°Ð»ÑŒÐ½Ñ‹Ð¹ - ÐšÐ¾Ð½ÐµÑ†*/


/* Ð¡Ð»Ð°Ð¹Ð´ÐµÑ€ - Ð¡Ð»Ð°Ð¹Ð´Ð¼ÑƒÐ² Ð²ÐµÑ€Ñ‚Ð¸ÐºÐ°Ð»ÑŒÐ½Ñ‹Ð¹ - ÐÐ°Ñ‡Ð°Ð»Ð¾*/
.sliderleft_slider li::before	{
	display:none !important;
}
/* Ð¡Ð»Ð°Ð¹Ð´ÐµÑ€ - Ð¡Ð»Ð°Ð¹Ð´Ð¼ÑƒÐ² Ð²ÐµÑ€Ñ‚Ð¸ÐºÐ°Ð»ÑŒÐ½Ñ‹Ð¹ - ÐšÐ¾Ð½ÐµÑ†*/
/* Ð¡Ð»Ð°Ð¹Ð´ÐµÑ€ - ÐšÐ¾Ð½ÐµÑ†*/

.sl_arrow_l_news{
	background:url(/Content/img/pics/sprite.png) -0px -874px no-repeat!important;	
	width:22px!important;
	height:97px!important;
	top: 5px!important;
    left: -38px!important;
}

.sl_arrow_l_news:hover{
	background:url(/Content/img/pics/sprite.png) -0px -971px no-repeat!important;
}

.sl_arrow_r_news{
	background:url(/Content/img/pics/sprite.png) -50px -874px no-repeat!important;	
	width:22px!important;
	height:97px!important;
	top: 5px!important;
    right: -38px!important;
}

.sl_arrow_r_news:hover{
	background:url(/Content/img/pics/sprite.png) -50px -971px no-repeat!important;
}

.slider_info {
	position: absolute;
	bottom: 0;
	width: 800px;
	height: 186px;
	background:rgba(18,113,184,0.8);
	z-index:10000;
	right: 6px;
}

.left_block_slide_info{
	position:absolute;
	top:0px;
	left:0px;
	padding: 20px 20px 20px 30px ;
	width:46%;
	height:156px
}

.right_block_slide_info{
	position:absolute;
	top:0px;
	right:0px;
	padding: 20px;
	width:54%;
	height:156px;
	font-size:16px;
	color:#ffffff;
}

.left_block_title h2{
	font-size:30px;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
}

.left_block_slide_info > .more{
	font-size: 12px;
	color: black;
	background: white;
	height: auto!important;
	width: 100px;
	position: absolute;
    padding:10px;
	bottom: 0px;
    text-align:center;
}

.slider_info_mid{
	height: 0;
    width: 1180px;
    margin: 0 auto;
    position: relative;
}
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 112, 187, 1);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* swiper */

.slider-header{
	/* max-width:1920px; */
	width:100%;
	overflow:visible;
}
.swiper-container-header {
	/* max-width:1920px; */
	width:100%;
	/* height:500; */
	margin:0 auto;
}
.header-slide {
	/*text-align:center;
	font-size:18px;*/
	background:transparent;
}

.header-slide a{
	display:block;
	width:100%;	    
	/*height:500; */
	/*background-position-x:center; /* left */
	background: no-repeat center center ; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    //background-size:cover
}

/*@media (min-width:1900px)
{
    .header-slide a{
	display:block;
	width:100%;	   
    background:none; 
    background-size:cover;
}
}*/

.slider-header .slider_pages a {
	cursor:pointer!important;
}

.text > ul >li >a{
    text-decoration:underline;
}
#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(images/info.gif);
}

#popup_content.confirm {
	background-image: url(images/important.gif);
}

#popup_content.prompt {
	background-image: url(images/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
div.facebook .pp_top .pp_left {
    background: url(images/sprite.png) -88px -53px no-repeat
}

div.facebook .pp_top .pp_middle {
    background: url(images/contentPatternTop.png) top left repeat-x
}

div.facebook .pp_top .pp_right {
    background: url(images/sprite.png) -110px -53px no-repeat
}

div.facebook .pp_content_container .pp_left {
    background: url(images/contentPatternLeft.png) top left repeat-y
}

div.facebook .pp_content_container .pp_right {
    background: url(images/contentPatternRight.png) top right repeat-y
}

div.facebook .pp_expand {
    background: url(images/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

    div.facebook .pp_expand:hover {
        background: url(images/sprite.png) -31px -47px no-repeat;
        cursor: pointer
    }

div.facebook .pp_contract {
    background: url(images/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

    div.facebook .pp_contract:hover {
        background: url(images/sprite.png) 0 -47px no-repeat;
        cursor: pointer
    }

div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(images/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.facebook .pp_description {
    margin: 0 37px 0 0
}

div.facebook .pp_loaderIcon {
    background: url(images/loader.gif) center center no-repeat
}

div.facebook .pp_arrow_previous {
    background: url(images/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}

    div.facebook .pp_arrow_previous.disabled {
        background-position: 0 -96px;
        cursor: default
    }

div.facebook .pp_arrow_next {
    background: url(images/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}

    div.facebook .pp_arrow_next.disabled {
        background-position: -32px -96px;
        cursor: default
    }

div.facebook .pp_nav {
    margin-top: 0
}

    div.facebook .pp_nav p {
        font-size: 15px;
        padding: 0 3px 0 4px
    }

    div.facebook .pp_nav .pp_play {
        background: url(images/sprite.png) -1px -123px no-repeat;
        height: 22px;
        width: 22px
    }

    div.facebook .pp_nav .pp_pause {
        background: url(images/sprite.png) -32px -123px no-repeat;
        height: 22px;
        width: 22px
    }

div.facebook .pp_next:hover {
    background: url(images/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.facebook .pp_previous:hover {
    background: url(images/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.facebook .pp_bottom .pp_left {
    background: url(images/sprite.png) -88px -80px no-repeat
}

div.facebook .pp_bottom .pp_middle {
    background: url(images/contentPatternBottom.png) top left repeat-x
}

div.facebook .pp_bottom .pp_right {
    background: url(images/sprite.png) -110px -80px no-repeat
}

div.pp_pic_holder a:focus {
    outline: none
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000
}

.pp_content {
    height: 40px;
    min-width: 40px
}

* html .pp_content {
    width: 40px
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%
}

    .pp_content_container .pp_left {
        padding-left: 20px
    }

    .pp_content_container .pp_right {
        padding-right: 20px
    }

    .pp_content_container .pp_details {
        float: left;
        margin: 10px 0 2px
    }

.pp_description {
    display: none;
    margin: 0
}

.pp_social {
    float: left;
    margin: 0
}

    .pp_social .facebook {
        float: left;
        margin-left: 5px;
        width: 55px;
        overflow: hidden
    }

    .pp_social .twitter {
        float: left
    }

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0
}

    .pp_nav p {
        float: left;
        white-space: nowrap;
        margin: 2px 4px
    }

    .pp_nav .pp_play, .pp_nav .pp_pause {
        float: left;
        margin-right: 4px;
        text-indent: -10000px
    }

a.pp_arrow_previous, a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000
}

    .pp_gallery div {
        float: left;
        overflow: hidden;
        position: relative
    }

    .pp_gallery ul {
        float: left;
        height: 35px;
        position: relative;
        white-space: nowrap;
        margin: 0 0 0 5px;
        padding: 0
    }

        .pp_gallery ul a {
            border: 1px rgba(0,0,0,0.5) solid;
            display: block;
            float: left;
            height: 33px;
            overflow: hidden
        }

            .pp_gallery ul a img {
                border: 0
            }

    .pp_gallery li {
        display: block;
        float: left;
        margin: 0 5px 0 0;
        padding: 0
    }

        .pp_gallery li.default a {
            background: url(images/default_thumbnail.gif) 0 0 no-repeat;
            display: block;
            height: 33px;
            width: 50px
        }

    .pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
        margin-top: 7px !important
    }

a.pp_next {
    background: url(images/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_previous {
    background: url(images/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_expand, a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 24px;
    margin: -12px 0 0 -12px
}

#pp_full_res {
    line-height: 1 !important
}

    #pp_full_res .pp_inline {
        text-align: left
    }

        #pp_full_res .pp_inline p {
            margin: 0 0 15px
        }

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px
}

div.pp_default .pp_content, div.light_rounded .pp_content {
    background-color: #fff
}

    div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
        color: #000
    }

div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
    border-color: #fff
}

div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
    position: relative
}

div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content {
    background: #fff
}

div.light_rounded .pp_description, div.light_square .pp_description {
    margin-right: 85px
}

div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important
}

div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default
}

div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default
}

div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
    background: url(images/loader.gif) center center no-repeat
}

div.dark_rounded .pp_top .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_bottom .pp_middle {
    background: url(images/contentPattern.png) top left repeat
}

div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
    color: #c4c4c4
}

div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
    color: #fff
}

.pp_top, .pp_bottom {
    height: 20px;
    position: relative
}

* html .pp_top, * html .pp_bottom {
    padding: 0 20px
}

    .pp_top .pp_left, .pp_bottom .pp_left {
        height: 20px;
        left: 0;
        position: absolute;
        width: 20px
    }

    .pp_top .pp_middle, .pp_bottom .pp_middle {
        height: 20px;
        left: 20px;
        position: absolute;
        right: 20px
    }

    * html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
        left: 0;
        position: static
    }

    .pp_top .pp_right, .pp_bottom .pp_right {
        height: 20px;
        left: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px
    }

.pp_fade, .pp_gallery li.default a img {
    display: none
}

.tmpl_hh_wrapper {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    color: #000;
    font-size: 16px;
    font-family: Arial, sans-serif;
    line-height: 21px;
    letter-spacing: normal;
    word-break: normal;
}

@media (max-width: 1339px) {
    .tmpl_hh_wrapper {
        max-width: 930px;
    }
}

@media (max-width: 1019px) {
    .tmpl_hh_wrapper {
        max-width: 610px;
    }
}

.tmpl_hh_wrapper p {
    letter-spacing: normal;
}

.tmpl_hh_wrapper p, .tmpl_hh_wrapper a, .tmpl_hh_wrapper img, .tmpl_hh_wrapper ol, .tmpl_hh_wrapper ul, .tmpl_hh_wrapper li, .tmpl_hh_wrapper h2, .tmpl_hh_wrapper h3, .tmpl_hh_wrapper h4, .tmpl_hh_wrapper h5, .tmpl_hh_wrapper h6, .tmpl_hh_wrapper figure {
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: inherit;
    font-size: inherit;
}

.tmpl_hh_wrapper a {
    text-decoration: none;
}

.tmpl_hh_wrapper button {
    display: block;
    padding: 0;
    border: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}

    .tmpl_hh_wrapper button svg {
        cursor: pointer;
    }

.tmpl_hh_wrapper img {
    display: block;
    user-select: none;
}

.tmpl_hh_wrapper {
    box-sizing: border-box;
    color: #011423;
    font-size: 16px;
    line-height: 130%;
}

    .tmpl_hh_wrapper .tmpl_hh_designation {
        font-size: 14px;
        line-height: normal;
        opacity: 0.4;
    }

@media (max-width: 655px) {
    .tmpl_hh_wrapper .tmpl_hh_designation {
        font-size: 12px;
    }
}

.tmpl_hh_wrapper header.tmpl_hh_box, .tmpl_hh_wrapper section.tmpl_hh_box, .tmpl_hh_wrapper main.tmpl_hh_box, .tmpl_hh_wrapper footer.tmpl_hh_box {
    padding-right: 75px;
    padding-left: 75px;
}

@media (max-width: 1339px) {
    .tmpl_hh_wrapper header.tmpl_hh_box, .tmpl_hh_wrapper section.tmpl_hh_box, .tmpl_hh_wrapper main.tmpl_hh_box, .tmpl_hh_wrapper footer.tmpl_hh_box {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (max-width: 655px) {
    .tmpl_hh_wrapper header.tmpl_hh_box, .tmpl_hh_wrapper section.tmpl_hh_box, .tmpl_hh_wrapper main.tmpl_hh_box, .tmpl_hh_wrapper footer.tmpl_hh_box {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.tmpl_hh_wrapper header.tmpl_hh_box--t, .tmpl_hh_wrapper section.tmpl_hh_box--t, .tmpl_hh_wrapper main.tmpl_hh_box--t, .tmpl_hh_wrapper footer.tmpl_hh_box--t {
    padding-top: 80px;
}

@media (max-width: 655px) {
    .tmpl_hh_wrapper header.tmpl_hh_box--t, .tmpl_hh_wrapper section.tmpl_hh_box--t, .tmpl_hh_wrapper main.tmpl_hh_box--t, .tmpl_hh_wrapper footer.tmpl_hh_box--t {
        padding-top: 60px;
    }
}

.tmpl_hh_wrapper header.tmpl_hh_box--t-small, .tmpl_hh_wrapper section.tmpl_hh_box--t-small, .tmpl_hh_wrapper main.tmpl_hh_box--t-small, .tmpl_hh_wrapper footer.tmpl_hh_box--t-small {
    padding-top: 50px;
}

@media (max-width: 655px) {
    .tmpl_hh_wrapper header.tmpl_hh_box--t-small, .tmpl_hh_wrapper section.tmpl_hh_box--t-small, .tmpl_hh_wrapper main.tmpl_hh_box--t-small, .tmpl_hh_wrapper footer.tmpl_hh_box--t-small {
        padding-top: 30px;
    }
}

.tmpl_hh_wrapper header.tmpl_hh_box--b, .tmpl_hh_wrapper section.tmpl_hh_box--b, .tmpl_hh_wrapper main.tmpl_hh_box--b, .tmpl_hh_wrapper footer.tmpl_hh_box--b {
    padding-bottom: 80px;
}

@media (max-width: 655px) {
    .tmpl_hh_wrapper header.tmpl_hh_box--b, .tmpl_hh_wrapper section.tmpl_hh_box--b, .tmpl_hh_wrapper main.tmpl_hh_box--b, .tmpl_hh_wrapper footer.tmpl_hh_box--b {
        padding-bottom: 60px;
    }
}

.tmpl_hh_wrapper header.tmpl_hh_box--b-small, .tmpl_hh_wrapper section.tmpl_hh_box--b-small, .tmpl_hh_wrapper main.tmpl_hh_box--b-small, .tmpl_hh_wrapper footer.tmpl_hh_box--b-small {
    padding-bottom: 50px;
}

@media (max-width: 655px) {
    .tmpl_hh_wrapper header.tmpl_hh_box--b-small, .tmpl_hh_wrapper section.tmpl_hh_box--b-small, .tmpl_hh_wrapper main.tmpl_hh_box--b-small, .tmpl_hh_wrapper footer.tmpl_hh_box--b-small {
        padding-bottom: 30px;
    }
}

.tmpl_hh_wrapper h3.tmpl_hh_title {
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
}

@media (max-width: 655px) {
    .tmpl_hh_wrapper h3.tmpl_hh_title {
        font-size: 36px;
    }
}

@media (max-width: 413px) {
    .tmpl_hh_wrapper h3.tmpl_hh_title {
        font-size: 30px;
    }
}

.tmpl_hh_wrapper h3.tmpl_hh_title--white {
    color: #fff;
}

.tmpl_hh_wrapper br.tmpl_hh_xxl, .tmpl_hh_wrapper p.tmpl_hh_xxl, .tmpl_hh_wrapper div.tmpl_hh_xxl {
    display: none;
}

@media (min-width: 1340px) {
    .tmpl_hh_wrapper br.tmpl_hh_xxl, .tmpl_hh_wrapper p.tmpl_hh_xxl, .tmpl_hh_wrapper div.tmpl_hh_xxl {
        display: block !important;
    }
}

.tmpl_hh_wrapper br.tmpl_hh_xl, .tmpl_hh_wrapper p.tmpl_hh_xl, .tmpl_hh_wrapper div.tmpl_hh_xl {
    display: none;
}

@media (min-width: 1020px) and (max-width: 1339px) {
    .tmpl_hh_wrapper br.tmpl_hh_xl, .tmpl_hh_wrapper p.tmpl_hh_xl, .tmpl_hh_wrapper div.tmpl_hh_xl {
        display: block !important;
    }
}

.tmpl_hh_wrapper br.tmpl_hh_lg, .tmpl_hh_wrapper p.tmpl_hh_lg, .tmpl_hh_wrapper div.tmpl_hh_lg {
    display: none;
}

@media (min-width: 656px) and (max-width: 1019px) {
    .tmpl_hh_wrapper br.tmpl_hh_lg, .tmpl_hh_wrapper p.tmpl_hh_lg, .tmpl_hh_wrapper div.tmpl_hh_lg {
        display: block !important;
    }
}

.tmpl_hh_wrapper br.tmpl_hh_md, .tmpl_hh_wrapper p.tmpl_hh_md, .tmpl_hh_wrapper div.tmpl_hh_md {
    display: none;
}

@media (min-width: 414px) and (max-width: 655px) {
    .tmpl_hh_wrapper br.tmpl_hh_md, .tmpl_hh_wrapper p.tmpl_hh_md, .tmpl_hh_wrapper div.tmpl_hh_md {
        display: block !important;
    }
}

.tmpl_hh_wrapper br.tmpl_hh_sm, .tmpl_hh_wrapper p.tmpl_hh_sm, .tmpl_hh_wrapper div.tmpl_hh_sm {
    display: none;
}

@media (min-width: 0px) and (max-width: 413px) {
    .tmpl_hh_wrapper br.tmpl_hh_sm, .tmpl_hh_wrapper p.tmpl_hh_sm, .tmpl_hh_wrapper div.tmpl_hh_sm {
        display: block !important;
    }
}

.tmpl_hh_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*.tmpl_hh_flex-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 0px) and (max-width: 413px) {
    .tmpl_hh_flex-2 p {
        font-size: x-small;
    }
    .tmpl_hh_flex-2 img {
        width: 75px;
        height: 22px;
    }
}*/

.tmpl_hh_header {
    position: relative;
}

@media (max-width: 655px) {
    .tmpl_hh_header {
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
    }
}

.tmpl_hh_header > img.tmpl_hh_logo {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 344px;
}

.tmpl_hh_header > a {
    position: relative;
    z-index: 1;
}

    .tmpl_hh_header > a:visited, .tmpl_hh_header > a:active, .tmpl_hh_header > a:focus, .tmpl_hh_header > a:hover {
        color: #011423 !important;
    }

    .tmpl_hh_header > a span {
        color: #011423;
        font-size: 20px;
        line-height: 140%;
        text-decoration-line: underline;
    }

    .tmpl_hh_header > a::after {
        content: "18+";
        position: relative;
        top: -13px;
        color: #011423;
        font-size: 12px;
        line-height: normal;
    }

.tmpl_hh_header__shape {
    position: absolute;
    top: 62px;
    right: 75px;
    width: 674px;
    height: 55px;
    background: url("https://hhcdn.ru/ichameleon/379032.svg") no-repeat center/cover;
}

@media (max-width: 1339px) {
    .tmpl_hh_header__shape {
        right: 30px;
    }
}

@media (max-width: 655px) {
    .tmpl_hh_header__shape {
        top: 66px;
        right: 0;
    }
}

@media (max-width: 413px) {
    .tmpl_hh_header__shape {
        top: 54px;
    }
}

.tmpl_hh_about__content {
    position: relative;
    gap: 0 32px;
    align-items: center;
    margin-bottom: 40px;
}

@media (max-width: 1339px) {
    .tmpl_hh_about__content {
        gap: 40px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1019px) {
    .tmpl_hh_about__content {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

.tmpl_hh_about__info {
    position: relative;
    z-index: 1;
    width: 583px;
}

@media (max-width: 1339px) {
    .tmpl_hh_about__info {
        width: 418px;
    }
}

@media (max-width: 1019px) {
    .tmpl_hh_about__info {
        width: 100%;
    }
}

.tmpl_hh_about__info > h2 {
    margin-bottom: 40px;
    color: #0075ce;
    font-weight: 700;
    font-size: 58px;
    line-height: 120%;
    text-align: right;
    text-transform: uppercase;
}

@media (max-width: 1339px) {
    .tmpl_hh_about__info > h2 {
        margin-bottom: 32px;
    }
}

@media (max-width: 655px) {
    .tmpl_hh_about__info > h2 {
        margin-bottom: 20px;
        font-size: 46px;
    }
}

@media (max-width: 413px) {
    .tmpl_hh_about__info > h2 {
        font-size: 35px;
    }
}

.tmpl_hh_about__info > p {
    font-size: 20px;
    line-height: 130%;
}

@media (max-width: 413px) {
    .tmpl_hh_about__info > p {
        font-size: 18px;
    }
}

.tmpl_hh_about__img {
    position: relative;
    z-index: 1;
    width: 485px;
}

@media (max-width: 1339px) {
    .tmpl_hh_about__img {
        margin-right: -73px;
    }
}

@media (max-width: 1019px) {
    .tmpl_hh_about__img {
        width: 410px;
        margin-right: 0;
    }
}

@media (max-width: 655px) {
    .tmpl_hh_about__img {
        width: 100%;
        max-width: 344px;
    }
}

.tmpl_hh_about__img > img {
    max-width: 100%;
}

.tmpl_hh_about__shape {
    position: absolute;
    top: 0;
    left: 121px;
    width: 494px;
    height: 485px;
    background: url("https://hhcdn.ru/ichameleon/379038.svg") no-repeat center/cover;
}

@media (max-width: 1339px) {
    .tmpl_hh_about__shape {
        top: 30px;
        left: 0;
    }
}

@media (max-width: 1019px) {
    .tmpl_hh_about__shape {
        top: 229px;
    }
}

@media (max-width: 655px) {
    .tmpl_hh_about__shape {
        top: 285px;
        width: 344px;
        height: 338px;
    }
}

@media (max-width: 413px) {
    .tmpl_hh_about__shape {
        top: 230px;
        width: 250px;
        height: 245px;
    }
}

.tmpl_hh_about > ul {
    flex-wrap: wrap;
    gap: 40px;
    align-items: stretch;
    margin-top: 80px;
}

@media (max-width: 655px) {
    .tmpl_hh_about > ul {
        margin-top: 60px;
    }
}

@media (min-width: 1340px) {
    .tmpl_hh_about > ul > li:nth-of-type(even) {
        width: 575px;
    }
}

@media (min-width: 1020px) and (max-width: 1339px) {
    .tmpl_hh_about > ul > li:nth-of-type(even) {
        width: 519px;
    }
}

@media (min-width: 1340px) {
    .tmpl_hh_about > ul > li:nth-of-type(odd) {
        width: 485px;
    }
}

@media (min-width: 1020px) and (max-width: 1339px) {
    .tmpl_hh_about > ul > li:nth-of-type(odd) {
        width: 270px;
    }
}

.tmpl_hh_about > ul > li > img {
    margin-bottom: 10px;
}

@media (min-width: 656px) and (max-width: 1019px) {
    .tmpl_hh_about > ul > li {
        width: 200px;
    }

        .tmpl_hh_about > ul > li > img {
            width: 150px;
            height: 50px;
        }

        .tmpl_hh_about > ul > li > p {
            font-size: 14px;
        }
}

@media (max-width: 655px) {
    .tmpl_hh_about > ul > li > img {
        /*height: 66px;*/
        width: 87px;
        height: 25px;
    }

    .tmpl_hh_about > ul > li {
        width: 145px;
    }
}

.tmpl_hh_about > ul > li > p {
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
}

@media (max-width: 655px) {
    .tmpl_hh_about > ul > li > p {
        /*font-size: 18px;*/
        font-size: 13px;
    }
}

.tmpl_hh_projects h3.tmpl_hh_title {
    margin-bottom: 50px;
}

@media (max-width: 413px) {
    .tmpl_hh_projects h3.tmpl_hh_title {
        margin-bottom: 30px;
    }
}

.tmpl_hh_projects__item:not(:last-of-type) {
    margin-bottom: 30px;
}

@media (max-width: 655px) {
    .tmpl_hh_projects__item:not(:last-of-type) {
        margin-bottom: 20px;
    }
}

.tmpl_hh_projects__item:hover .tmpl_hh_projects__title::after {
    display: block;
}

.tmpl_hh_projects__item:hover > ul {
    max-height: 200px;
    margin-top: 30px;
    opacity: 1;
    visibility: visible;
}

.tmpl_hh_projects__item > ul {
    flex-wrap: wrap;
    gap: 20px 50px;
    align-items: stretch;
    width: 100%;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: 300ms max-height, opacity;
}

@media (max-width: 1019px) {
    .tmpl_hh_projects__item > ul {
        gap: 20px 26px;
    }
}

.tmpl_hh_projects__item > ul > li {
    position: relative;
    box-sizing: border-box;
    width: 47.7%;
    padding-left: 28px;
    font-size: 20px;
    line-height: 130%;
}

@media (max-width: 1339px) {
    .tmpl_hh_projects__item > ul > li {
        width: 47.1%;
    }
}

@media (max-width: 1019px) {
    .tmpl_hh_projects__item > ul > li {
        width: 100%;
    }
}

@media (max-width: 413px) {
    .tmpl_hh_projects__item > ul > li {
        padding-left: 24px;
        font-size: 16px;
    }
}

.tmpl_hh_projects__item > ul > li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 12px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #011423;
}

@media (max-width: 413px) {
    .tmpl_hh_projects__item > ul > li::before {
        top: 7px;
        left: 10px;
    }
}

@media (min-width: 656px) and (max-width: 1019px) {
    .tmpl_hh_projects__item-2 > ul > li {
        width: 47.1%;
    }
}

.tmpl_hh_projects__item-2 > ul > li:nth-of-type(3) {
    margin-top: -25px;
}

@media (max-width: 1339px) {
    .tmpl_hh_projects__item-2 > ul > li:nth-of-type(3) {
        margin-top: -8px;
    }
}

@media (max-width: 1019px) {
    .tmpl_hh_projects__item-2 > ul > li:nth-of-type(3) {
        margin-top: -48px;
    }
}

@media (max-width: 655px) {
    .tmpl_hh_projects__item-2 > ul > li:nth-of-type(3) {
        margin-top: 0;
    }
}

.tmpl_hh_projects__item-2 > ul > li:nth-of-type(3), .tmpl_hh_projects__item-2 > ul > li:nth-of-type(4) {
    width: 100%;
}

@media (max-width: 655px) {
    .tmpl_hh_projects__item-2 > ul > li:nth-of-type(2) {
        order: 4;
    }
}

@media (max-width: 1019px) {
    .tmpl_hh_projects__item-2:hover > ul {
        max-height: 370px;
    }
}

@media (max-width: 655px) {
    .tmpl_hh_projects__item-2:hover > ul {
        max-height: 420px;
    }
}

@media (max-width: 413px) {
    .tmpl_hh_projects__item-2:hover > ul {
        max-height: 370px;
    }
}

.tmpl_hh_projects__title {
    position: relative;
    display: flex;
    gap: 0 10px;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    transition-duration: 300ms;
}

@media (max-width: 655px) {
    .tmpl_hh_projects__title {
        gap: 0 16px;
    }
}

@media (max-width: 413px) {
    .tmpl_hh_projects__title {
        gap: 0 12px;
    }
}

.tmpl_hh_projects__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 1px;
    background-color: #0075ce;
}

.tmpl_hh_projects__title > h4 {
    color: #0075ce;
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
}

@media (max-width: 413px) {
    .tmpl_hh_projects__title > h4 {
        font-size: 26px;
    }
}

.tmpl_hh_advantages {
    background: linear-gradient(90deg, #217cd5 0%, #379df2 71.6%);
}

    .tmpl_hh_advantages h3.tmpl_hh_title {
        margin-bottom: 40px;
    }

.tmpl_hh_advantages__content {
    position: relative;
    gap: 40px 30px;
    align-items: center;
}

@media (min-width: 1020px) and (max-width: 1339px) {
    .tmpl_hh_advantages__content {
        align-items: flex-start;
    }
}

@media (max-width: 1019px) {
    .tmpl_hh_advantages__content {
        flex-wrap: wrap;
    }
}

.tmpl_hh_advantages__content > ul {
    flex-wrap: wrap;
    gap: 30px 18px;
    align-items: stretch;
    width: 540px;
}

@media (max-width: 1339px) {
    .tmpl_hh_advantages__content > ul {
        justify-content: flex-end;
        width: 100%;
    }
}

@media (max-width: 1019px) {
    .tmpl_hh_advantages__content > ul {
        justify-content: space-between;
    }
}

@media (max-width: 655px) {
    .tmpl_hh_advantages__content > ul {
        gap: 20px;
    }
}

.tmpl_hh_advantages__content > ul > li {
    width: 48.3%;
}

@media (min-width: 1020px) and (max-width: 1339px) {
    .tmpl_hh_advantages__content > ul > li {
        width: 31.9%;
    }
}

@media (max-width: 655px) {
    .tmpl_hh_advantages__content > ul > li {
        display: flex;
        gap: 0 8px;
        align-items: center;
        width: 100%;
    }
}

.tmpl_hh_advantages__content > ul > li > p {
    color: #fff;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
}

@media (min-width: 1020px) and (max-width: 1339px) {
    .tmpl_hh_advantages__content > ul > li > p {
        width: 270px;
        margin: 0 0 0 auto;
    }
}

@media (max-width: 655px) {
    .tmpl_hh_advantages__content > ul > li > p {
        text-align: left;
    }
}

@media (max-width: 413px) {
    .tmpl_hh_advantages__content > ul > li > p {
        font-size: 16px;
    }
}

@media (min-width: 1020px) and (max-width: 1339px) {
    .tmpl_hh_advantages__content > ul > li:nth-of-type(1), .tmpl_hh_advantages__content > ul > li:nth-of-type(2), .tmpl_hh_advantages__content > ul > li:nth-of-type(3) {
        width: 100%;
    }
}

@media (min-width: 1020px) and (max-width: 1339px) {
    .tmpl_hh_advantages__content > ul > li:nth-of-type(3) {
        margin-bottom: 20px;
    }
}

.tmpl_hh_advantages__icon {
    margin: 0 auto 14px;
}

@media (min-width: 1020px) and (max-width: 1339px) {
    .tmpl_hh_advantages__icon {
        width: 270px;
        margin: 0 0 14px auto;
    }
}

@media (max-width: 655px) {
    .tmpl_hh_advantages__icon {
        margin: 0;
    }
}

.tmpl_hh_advantages__icon > img {
    margin: 0 auto;
}

@media (max-width: 413px) {
    .tmpl_hh_advantages__icon > img {
        width: 48px;
    }
}

.tmpl_hh_advantages__shape {
    width: 529px;
    max-width: 100%;
    height: 588px;
    background: url("https://hhcdn.ru/ichameleon/379060.png") no-repeat center/cover;
}

@media (min-width: 1020px) and (max-width: 1339px) {
    .tmpl_hh_advantages__shape {
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media (max-width: 655px) {
    .tmpl_hh_advantages__shape {
        height: 0;
        padding-top: 111%;
    }
}

.tmpl_hh_gallery {
    position: relative;
}

@media (max-width: 655px) {
    .tmpl_hh_gallery {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

.tmpl_hh_gallery__content {
    gap: 50px;
    align-items: center;
}

@media (max-width: 1019px) {
    .tmpl_hh_gallery__content {
        flex-direction: column;
        align-items: flex-start;
    }
}

.tmpl_hh_gallery__info {
    position: relative;
    width: 525px;
}

@media (max-width: 1339px) {
    .tmpl_hh_gallery__info {
        width: 295px;
    }
}

@media (max-width: 1019px) {
    .tmpl_hh_gallery__info {
        width: 100%;
    }
}

@media (max-width: 655px) {
    .tmpl_hh_gallery__info {
        box-sizing: border-box;
        padding-right: 20px;
        padding-left: 20px;
    }
}

.tmpl_hh_gallery__info h3.tmpl_hh_title {
    margin-bottom: 30px;
}

.tmpl_hh_gallery__info > p {
    font-size: 20px;
    line-height: 130%;
}

@media (max-width: 413px) {
    .tmpl_hh_gallery__info > p {
        font-size: 16px;
    }
}

.tmpl_hh_gallery__shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 520px;
    height: 518px;
    background: url("https://hhcdn.ru/ichameleon/379067.svg") no-repeat center/cover;
}

@media (max-width: 1339px) {
    .tmpl_hh_gallery__shape {
        top: 20px;
    }
}

@media (max-width: 1019px) {
    .tmpl_hh_gallery__shape {
        top: 132px;
    }
}

@media (max-width: 655px) {
    .tmpl_hh_gallery__shape {
        top: 209px;
        width: 384px;
        height: 384px;
    }
}

@media (max-width: 413px) {
    .tmpl_hh_gallery__shape {
        top: 203px;
        width: 290px;
        height: 290px;
    }
}

.tmpl_hh_gallery .tmpl_hh_swiper {
    position: relative;
    width: 525px;
}

@media (max-width: 1019px) {
    .tmpl_hh_gallery .tmpl_hh_swiper {
        width: 100%;
    }
}

.tmpl_hh_gallery .tmpl_hh_swiper__slide > img {
    max-width: 100%;
}

.tmpl_hh_gallery .tmpl_hh_swiper__btns {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    gap: 0 15px;
    justify-content: flex-start;
    width: 100%;
}

@media (max-width: 655px) {
    .tmpl_hh_gallery .tmpl_hh_swiper__btns {
        display: none;
    }
}

.tmpl_hh_gallery .tmpl_hh_swiper__button {
    position: relative;
    z-index: 9;
    width: 50px;
    height: 50px;
    background: url("https://hhcdn.ru/ichameleon/379068.svg") no-repeat center;
}

.tmpl_hh_gallery .tmpl_hh_swiper__button-next {
    transform: scale(-1);
}

.tmpl_hh_gallery .tmpl_hh_swiper__pagination {
    display: none;
    gap: 0 12px;
    justify-content: center;
    width: 100%;
    margin-top: 16px;
}

@media (max-width: 655px) {
    .tmpl_hh_gallery .tmpl_hh_swiper__pagination {
        display: flex;
    }
}

.tmpl_hh_gallery .tmpl_hh_swiper__pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid #0075ce;
    border-radius: 100%;
    background-color: #fff;
    cursor: pointer;
    transition-duration: 300ms;
}

.tmpl_hh_gallery .tmpl_hh_swiper__pagination-bullet-active {
    background-color: #0075ce;
}

.tmpl_hh_benefits {
    background: linear-gradient(90deg, #217cd5 0%, #379df2 71.6%);
}

    .tmpl_hh_benefits h3.tmpl_hh_title {
        margin-bottom: 50px;
    }

@media (max-width: 655px) {
    .tmpl_hh_benefits h3.tmpl_hh_title {
        margin-bottom: 30px;
    }
}

.tmpl_hh_benefits > ul {
    flex-wrap: wrap;
    gap: 50px;
    align-items: stretch;
}

@media (max-width: 1339px) {
    .tmpl_hh_benefits > ul {
        gap: 32px 50px;
    }
}

@media (max-width: 655px) {
    .tmpl_hh_benefits > ul {
        gap: 20px;
    }
}

.tmpl_hh_benefits > ul > li {
    width: 30.3%;
}

@media (max-width: 1339px) {
    .tmpl_hh_benefits > ul > li {
        width: 47.1%;
    }
}

@media (max-width: 1019px) {
    .tmpl_hh_benefits > ul > li {
        width: 45.4%;
    }
}

@media (max-width: 655px) {
    .tmpl_hh_benefits > ul > li {
        display: flex;
        gap: 0 8px;
        align-items: center;
        width: 100%;
    }
}

.tmpl_hh_benefits > ul > li > img {
    margin: 0 auto 13px;
}

@media (max-width: 655px) {
    .tmpl_hh_benefits > ul > li > img {
        margin: 0;
    }
}

@media (max-width: 413px) {
    .tmpl_hh_benefits > ul > li > img {
        width: 48px;
    }
}

.tmpl_hh_benefits > ul > li > p {
    color: #fff;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
}

@media (max-width: 655px) {
    .tmpl_hh_benefits > ul > li > p {
        text-align: left;
    }
}

.tmpl_hh_benefits__cards {
    gap: 30px 50px;
    align-items: flex-start;
    margin-top: 50px;
}

@media (max-width: 1019px) {
    .tmpl_hh_benefits__cards {
        flex-wrap: wrap;
    }
}

@media (max-width: 655px) {
    .tmpl_hh_benefits__cards {
        gap: 20px;
        margin-top: 30px;
    }
}

.tmpl_hh_benefits__card {
    width: 50%;
    min-width: 47.5%;
}

@media (max-width: 1019px) {
    .tmpl_hh_benefits__card {
        width: 100%;
    }
}

@media (min-width: 655px) {
    .tmpl_hh_benefits__card:hover .tmpl_hh_benefits__topic {
        border-color: #fff;
    }

    .tmpl_hh_benefits__card:hover .tmpl_hh_benefits__content {
        display: flex;
    }
}

@media (max-width: 655px) {
    .tmpl_hh_benefits__card.tmpl_hh_active .tmpl_hh_benefits__topic {
        border-color: #fff;
    }

    .tmpl_hh_benefits__card.tmpl_hh_active .tmpl_hh_benefits__content {
        display: flex;
    }
}

.tmpl_hh_benefits__topic {
    display: flex;
    gap: 0 15px;
    align-items: center;
    padding: 15px 0;
    transition-duration: 300ms;
}

.tmpl_hh_benefits__topic-1 {
    border-bottom: 1px solid #379df2;
}

.tmpl_hh_benefits__topic-2 {
    border-bottom: 1px solid #2481d9;
}

.tmpl_hh_benefits__topic > h4 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
}

@media (max-width: 413px) {
    .tmpl_hh_benefits__topic > h4 {
        font-size: 26px;
    }
}

.tmpl_hh_benefits__content {
    display: none;
    gap: 25px 48px;
    align-items: flex-start;
    width: 1100px;
    margin-top: 25px;
}

@media (max-width: 1339px) {
    .tmpl_hh_benefits__content {
        width: 870px;
    }
}

@media (max-width: 1019px) {
    .tmpl_hh_benefits__content {
        width: 100%;
    }
}

@media (max-width: 1019px) {
    .tmpl_hh_benefits__content-1 {
        flex-direction: column;
    }
}

.tmpl_hh_benefits__content-2 {
    margin-left: -577px;
}

@media (max-width: 1339px) {
    .tmpl_hh_benefits__content-2 {
        margin-left: -462px;
    }
}

@media (max-width: 1019px) {
    .tmpl_hh_benefits__content-2 {
        flex-direction: column-reverse;
        margin-left: 0;
    }
}

.tmpl_hh_benefits__content > img {
    max-width: 100%;
}

@media (max-width: 1339px) {
    .tmpl_hh_benefits__content > img {
        width: 410px;
    }
}

@media (max-width: 1339px) {
    .tmpl_hh_benefits__content > ul {
        width: 50%;
    }
}

@media (max-width: 1019px) {
    .tmpl_hh_benefits__content > ul {
        width: 100%;
    }
}

.tmpl_hh_benefits__content > ul > li {
    position: relative;
    padding-left: 25px;
    color: #fff;
    font-size: 16px;
    line-height: 130%;
}

    .tmpl_hh_benefits__content > ul > li:not(:last-of-type) {
        margin-bottom: 20px;
    }

    .tmpl_hh_benefits__content > ul > li::before {
        content: "";
        position: absolute;
        top: 6px;
        left: 10px;
        width: 5px;
        height: 5px;
        border-radius: 100%;
        background-color: #fff;
    }

@media (max-width: 655px) {
    .tmpl_hh_cinema.tmpl_hh_box {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

.tmpl_hh_cinema .tmpl_hh_video {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
    background: url("https://hhcdn.ru/ichameleon/380104.jpg") no-repeat center/cover;
}

    .tmpl_hh_cinema .tmpl_hh_video > iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-width: 0;
        outline-width: 0;
    }

.tmpl_hh_cinema .tmpl_hh_video__wall {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    background: url("https://hhcdn.ru/ichameleon/380104.jpg") no-repeat center/cover;
}

    .tmpl_hh_cinema .tmpl_hh_video__wall > button {
        width: 100%;
        height: 100%;
        background: url("https://hhcdn.ru/ichameleon/380107.svg") no-repeat 50px 50px;
    }

@media (max-width: 1019px) {
    .tmpl_hh_cinema .tmpl_hh_video__wall > button {
        background-position: 40px 40px;
    }
}

@media (max-width: 655px) {
    .tmpl_hh_cinema .tmpl_hh_video__wall > button {
        background-position: 30px 30px;
    }
}

@media (max-width: 413px) {
    .tmpl_hh_cinema .tmpl_hh_video__wall > button {
        background-position: 20px 20px;
    }
}

.tmpl_hh_join {
    position: relative;
    padding-bottom: 20px;
}

    .tmpl_hh_join > p {
        font-size: 30px;
        line-height: 130%;
        text-align: center;
    }

@media (max-width: 655px) {
    .tmpl_hh_join > p {
        font-size: 22px;
    }
}

.tmpl_hh_join > p > span {
    color: #0075ce;
}

.tmpl_hh_join__text {
    gap: 7px 12px;
    justify-content: flex-end;
    margin-top: 80px;
}

@media (max-width: 1339px) {
    .tmpl_hh_join__text {
        right: 30px;
    }
}

@media (max-width: 1019px) {
    .tmpl_hh_join__text {
        flex-direction: column;
        align-items: flex-end;
    }
}

@media (max-width: 655px) {
    .tmpl_hh_join__text {
        margin-top: 60px;
    }
}

.tmpl_hh_join__text > p {
    font-size: 24px;
    line-height: 117%;
    text-align: right;
}

@media (max-width: 655px) {
    .tmpl_hh_join__text > p {
        font-size: 20px;
    }
}

.tmpl_hh_join__text > a:visited, .tmpl_hh_join__text > a:active, .tmpl_hh_join__text > a:focus, .tmpl_hh_join__text > a:hover {
    color: #011423 !important;
}

.tmpl_hh_join__text > a span {
    font-size: 24px;
    line-height: normal;
    text-decoration-line: underline;
}

@media (max-width: 655px) {
    .tmpl_hh_join__text > a span {
        font-size: 20px;
    }
}

.tmpl_hh_join__text > a::after {
    content: "12+";
    position: relative;
    top: -15px;
    left: -2px;
    font-size: 12px;
    line-height: normal;
}

@media (max-width: 655px) {
    .tmpl_hh_join__text > a::after {
        top: -12px;
    }
}

.tmpl_hh_banner img {
    max-width: 100%;
}

.tmpl_hh_footer {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 655px) {
    .tmpl_hh_footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.tmpl_hh_footer > p:not(:last-of-type) {
    margin-bottom: 8px;
}
/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper, swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px,0,0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide, swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

    .swiper-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform,height
    }

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

    .swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
        transform-style: preserve-3d
    }

    .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-3d .swiper-slide-shadow {
        background: rgba(0,0,0,.15)
    }

    .swiper-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none
    }

    .swiper-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start
    }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none
}

    .swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: none
    }

.swiper-centered > .swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

    .swiper-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

