@font-face {
    font-family: PFDinTextCompPro-Regular;
    src: url(/assets/font/pfdintextcomppro-regular.ttf);
}

@font-face {
    font-family: Oranienbaum-Regular;
    src: url(/assets/font/Oranienbaum-Regular.ttf);
}

article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section {
    display: block;
}

form {
    margin-bottom: auto;
}

.back_c {
    background-color: #000000a1;
    color: #fcd695;
}

h2,h1,h3 {
    text-align: center;
    font: 30px/30px 'Oranienbaum-Regular';
}

body {
    margin: 0;
}

.header {
    width: 100%;
    background-image: url(/assets/img/bg.jpg);
    background-size: cover;
    height: 500px;
    margin-bottom: 35px;
}

tr:hover {
    background-color: #5f5c5c87;
}

th,td {
    padding: 5px;
}

.header>h1 {
    font: 52px/52px 'Oranienbaum-Regular';
    text-transform: uppercase;
    text-shadow: 0 5px 0 rgba(0, 0, 0, 0.17);
    position: relative;
    height: 60px;
    color: #FFFBCB;
    margin-top: 12px;
    margin-bottom: 52px;
}

.header>img {
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
    width: 300px;
    padding-top: 50px;
}

.hr {
    background-image: url(/assets/img/heading_wrapper.png);
    width: 169px;
    height: 13px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.h_num {
    word-spacing: 4px;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    right: 50px;
    top: 15px;
    color: white;
    font-family: PFDinTextCompPro-Regular;
}

a.hb {
    color: white;
    font-size: 21px;
    text-align: right;
    display: block;
}

a.hb:hover {
    color: #fffbcb;
    border-color: white;
}

.l_col {
    width: 320px;
    float: left;
    margin-left: 15px;
}

.r_col {
    width: 950px;
    float: left;
    margin-left: 25px;
}

#s_f, #s_f2 {
    text-align: center;
    background-color: #eee;
    border-radius: 7px;
    padding-bottom: 15px;
    padding-top: 12px;
}

#s_f2 {
    margin-top: 75px;
}

#bt_s {
    margin-top: 16px;
    border: 1px solid #d8d8d8;
    font-size: 17px;
    width: 150px;
    background-image: -webkit-linear-gradient(top, #fefefe 50%, #f3f3f3 50%);
    background-image: linear-gradient(to bottom, #fefefe 50%, #f3f3f3 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEFEFE', endColorstr='#FFF3F3F3', GradientType=0);
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}

#quest_form {
    text-align: center;
    margin-top: 45px;
}

input#inn, input#kved, input#region {
    border: none;
    border-bottom: 2px solid #fcd695;
    text-align: center;
    padding: 5px;
    width: 270px;
}

#s_f2 > input#region {
    margin-top: 25px;
}

input#kved:focus, input#inn:focus, input#region:focus {
    outline: 0;
    border-bottom: 2px solid #cca667;
}

button#bt_s:hover {
    color: #f3c372;
    background-image: linear-gradient(to bottom, #f5f5f5 50%, #e8e6e6 50%);
    cursor: pointer;
}

.head1 {
    text-align: left;
    border-bottom: 1px solid #80808052;
}

.desc {
    font: 20px/24px 'PFDinTextCompPro-Regular';
    text-align: justify;
    padding-right: 25px;
}

.full {
    width: 100%;
    float: left;
}

.bl3_txt {
    text-align: center;
    margin-top: 45px;
    font-size: 18px;
}

.bl3_form {
    width: 600px;
    padding: 25px;
    background-color: #ceced2;
    margin: 0 auto;
    margin-top: 21px;
    text-align: center;
    margin-bottom: 20px;
}

.in3 {
    border: none;
    height: 44px;
    line-height: 40px;
    padding-left: 10px;
}

.bl3_cont {
    width: 300px;
    text-align: center;
    margin: 0 auto;
}

a.hb2 {
    border: 2px solid #f7cc85;
    background-color: white;
    color: #eac145;
    text-decoration: none;
    padding: 10px;
    font-size: 17px;
    margin: 0 auto;
    width: 200px;
    display: block;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 30px;
    box-shadow: 0 0 4px #ffc107c9;
    text-shadow: 0px 0px 10px #00000026;
}

a.hb2:hover {
    background-color: #f7cc85;
    color: white;
    border-color: white;
}

.mc1 {
    width: 600px;
    text-align: center;
    margin: 0 auto;
}

/******slick******/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/******slick*end**/
.modal {
    background-color: #9E9E9E;
    border: 2px solid #636363;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 2px 2px 16px black;
}

.modal2 {
    background-color: #c7c7c7;
    border: 2px solid #8a8a8a;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 2px 2px 16px black;
    text-align:  center;
}

.bg_mod {
    display: none;
    background-color: #0000008a;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
}

.bg_mod2 {
    display: none;
    background-color: #0000008a;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
}

.mod_img {
}

.gallery div img {
    width: 80%;
}

.gallery2 div img {
    width: 80%;
}

.gallery, .gallery2 {
    width: 80%;
    margin: 0 auto;
}

select#region {
    margin-top: 20px;
    padding: 5px;
    border: none;
    border-bottom: 2px solid #fcd695;
}

/***test***/
.hover_menu {
    width: 50%;
    overflow: scroll;
    background-color: #ffffff;
    height: 500px;
    border: 2px solid #929292;
    border-radius: 15px;
    overflow-x: hidden;
    padding: 15px;
}

.hover_menu>ul {
    list-style: none;
    margin: 0;
    padding-left: 10px;
}

li.second-level {
    margin-left: 10px;
}

li.third-level {
    margin-left: 20px;
}

a.okved-link {
    color: #2196F3;
    text-decoration: none;
}

.okved_vib {
    padding: 5px;
    text-decoration: none;
    border-bottom: 1px dotted;
}

.back_okved {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000057;
}

/***test***/
.modal2 a {
    display: block;
    font-size: 17px;
    margin-bottom: 10px;
}

.second-level {
    display: none;
}

.third-level {
    display: none;
}

.arrow_down a {
    width: 60px;
    margin: 0 auto;
    margin-top: 70px;
    color: #bbbaba;
    transition: 0.3s;
    display: block;
}

.arrow_down a:hover {
    color: #d0cfcf;
    transition: 0.3s;
    cursor: pointer;
}

.f1 {
    font-family: PFDinTextCompPro-Regular;
}

.fz_1 {
    margin-top: 0;
}

.f_m {
}

input#kved {
    display: inline-block;
    width: 130px;
    margin-right: 10px;
}

input.bt3 {
    border: 1px solid #d8d8d8;
    font-size: 14px;
    width: 180px;
    background-image: -webkit-linear-gradient(top, #fefefe 50%, #f3f3f3 50%);
    background-image: linear-gradient(to bottom, #fefefe 50%, #f3f3f3 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEFEFE', endColorstr='#FFF3F3F3', GradientType=0);
    height: 49px;
    line-height: 44px;
    padding: 0 20px;
}

.f2 {
    font-weight: 700;
}

#s_f > h3 {
    font-size: 28px;
    margin-bottom: 25px;
    margin-top: 25px;
}

#s_f2 > h3 {
    font-size: 28px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.r_col > h1, h2, h3 {
    margin: 0;
    margin-bottom: 10px;
}

.r_col > h3 {
    font-size: 26px;
    margin-bottom: 5px;
}

input.bt3:hover {
    color: #f3c372;
    background-image: linear-gradient(to bottom, #f5f5f5 50%, #e8e6e6 50%);
    cursor: pointer;
}
.modal2_title {
    font-size: 18px;
    margin-bottom: 25px;
}
.back_okved{display:none;}