/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
table tr, table td{
	border: 2px solid #dbe1e1;
	padding: 7px
}
.wrapper{
     width: 95%;
    max-width: 1285px;
    margin: 0 auto;
}
.dsd tr td:nth-child(1){
    width: 15%;
    min-width: 202px;
}
.dsd tr td:nth-child(2){
    width: 75%;
}
.dsd tr td:nth-child(3){
    width: 10%;
    min-width: 140px;
}
.flex-content{
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 80px;
}
.artis-feedback form input[type="submit"].btn, .btn, .contact-form form input[type="submit"], .tpl_default input[type="submit"]{
    background: linear-gradient(180deg, #006BCE 0%, #0058AA 100%), #FFFFFF;
    border-radius: 3px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #FFFFFF;
    border: none;s
    padding: 15px 30px
}
.artis-feedback form input[type="submit"].btn:hover, .btn:hover, .contact-form form input[type="submit"], .tpl_default input[type="submit"]:hover{
      background: linear-gradient(180deg, #0058AA 0%, #0058AA 100%), #FFFFFF;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;
    background: #fff; /*new-year.jpg*/
}

.wrapper {

	margin: 0 auto;
}
.footer{
    width: 1285px;
    margin: 0 auto;
}
.header{
    width: 100%;
    margin: 0 auto;
    padding-top: 13px;
    padding-bottom: 15px;
	background-size: cover;
	
}
#slider-content {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
}
#slider-content .slick-dotted.slick-slider{
	margin-bottom: 0px;
}


@font-face {
    font-family: "Roboto";
    src: url("fonts/GloberRegular.otf") format("embedded-opentype"), url("fonts/GloberRegular.woff") format("woff"), url("fonts/GloberRegular.ttf") format("truetype"), url("fonts/GloberRegular.svg") format("svg");
}
/* Header
-----------------------------------------------------------------------------*/
#header {
	height: auto;
    margin-bottom: 0px;
    background-color: #FFF;
}
.header .logo {
    max-width:  80px;
}
.header .logo img{
    width: 100%
}
.header .top-menu {
    background: #ffffff;
    height: 54px;
}
.header .top-menu .child a {
    color: #ffffff;
    font-family: Roboto;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    display: block;
    padding: 7px 20px;
}

.header .top-menu ul li a:hover ~ .child {
    display: block;
}
.header .top-menu .child a:hover{
    color: #f6df10;
}
.header .top-menu .child li{
    display: block;
}
.header .top-menu .child {
    background: #0058AA;
    padding: 15px 0;
    display: none;
    width: 195px;
}
.header  .top-menu .child:hover {
    display: block;
}
.header  .top-menu > ul > li {
    float: left;
}
.header .right-block {
    position: relative;
    display: flex;
    -webkit-align-items:    center;
            align-items:    center; 
    -webkit-justify-content:    space-between;
            justify-content:    space-between;  
    float: none;
    width: 95%;
    max-width: 1285px;
    margin: 0 auto;
	gap: 10px;
}
.menu_box{
    padding-top: 19px;
    padding-bottom: 0px;
    background: #F5F5F5;
}
.menu_box .menu-dropdown-icon{
    position: relative;
}
.menu_box .dropdown{
    background: #F5F5F5;
    display: none;  
    overflow: hidden;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999
}
.menu_box ul{
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.menu_box .top-menu{
    width: 95%;
    max-width: 1285px;
    margin: 0 auto
}
.menu_box .top-menu ul li a{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    color: #242424;
    text-decoration: none;
    padding-bottom: 18px;
    position: relative;
}
.menu_box .top-menu ul li a:hover:after, .menu_box .top-menu ul li a.active:after{
    position: absolute;
    bottom: 0px;
    display: block;
    content: "";
    height: 3px;
    width: 100%;
    background: linear-gradient(0deg, #0058AA, #0058AA), #202B5A;
    
}
.header .right-block .lang a.active{
    color: #3d515c;
    text-decoration: none;
}
.header .right-block .lang a.active span {
    display: none;
}
.header .right-block .prev-logo span {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #7C7C7C;
}
.header .right-block .prev-logo {
    padding-top: 0px;
    max-width: 356px;
    margin-left: 22px;
}
.header .right-block .prev-logo p {
   font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
    color: #242424;
}
.clear {
    clear: both;
}
.header .right-block .lang {
    position: static;
    display: flex;
   
}
.header .right-block .lang a {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #242424;
    background: #F5F5F5;
    width: 40px;
    height: 40px;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    text-decoration: none;
    text-transform: uppercase;
}
.header .right-block .lang a:nth-child(1){
    margin-right: 20px;
}
.header .right-block .top-menu ul li a {
    display: inline-block;
    padding: 18px 20px;
    text-decoration: none;
    font-family: Roboto;
    text-transform: uppercase;
    font-size: 18px;
    border-right:1px solid #e5e4e0;
    color: #2b2401;
}
.header .right-block .lang a.active, .header .right-block .lang a:hover {
    background: #0058AA;
    color: #FFFFFF;
}
.header .right-block .search-form {

    position: relative;
}
.header .right-block .search-form span {
    font-family: Roboto;
    color: #2b2401;
    text-transform: uppercase;
    display: inline-block;
    float: left;
    line-height: 42px;
    margin-right: 15px;
}
.header .right-block .search-form input[type='text']{
   background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    border-radius: 3px;
    height: 44px;
    width: 100%;
    text-indent: 10px;
    padding-top: 5px;
    font-family: Roboto;
    font-size: 16px;

}
.header .right-block .search-form {
    position: relative;
    width: 100%;
    max-width: 322px;
}
.header .right-block .search-form input[type='submit']{
    background: url("../images/search-bt.svg") no-repeat center / contain;
    height: 44px;
    border: none;
    cursor: pointer;
    display: block;
    width: 44px;
    -webkit-background-size: 35%;
         -o-background-size: 35%;
            background-size: 35%;
    position: absolute;
    top: 0px;
    right: 0px;
}
.slides {
    position: relative;
}
.sliders  .prev-slider {
    position: absolute;
    top: 0px;
    padding: 40px 50px;
    width: 100%;
    height: 100%;
    background: transparent;
    right: 0px;
    text-align: center;
        display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sliders .prev-slider h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.45);
}
.sliders .prev-slider p {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 130%;
    width: 95%;
    max-width: 895px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 25px;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
}
.prev-slider .more-link {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #FFFFFF;
    display: inline-block;
    text-transform: uppercase;
    background: linear-gradient(180deg, #006BCE 0%, #0058AA 100%), #FFFFFF;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 30px;
    padding: 16px 30px;
    
}
#slides .slidesjs-pagination {
    bottom: 30px;
    position: absolute;
    left: auto;
    right: auto;
    z-index: 100;
    width: 100%;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
}
#slides img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 650px;
}
#slides .slick-prev {
    background: url("../images/prev.svg") no-repeat center / contain;
    display: block;
    font-size: 0;
    height: 50px;
    left: 10%;
    position: absolute;
    top: calc(50% - 25px);
    width: 50px;
    z-index: 100
}
#slides .slick-prev:before{
    display: none;
}
#slides .slick-next {
    background: url("../images/next.svg") no-repeat center / contain;
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    right: 10%;
    position: absolute;
    top: calc(50% - 25px);
    z-index: 100
}
#slides .slick-next:before{
    display: none;
}
.middle-block {
    width: 1030px;
    margin: 0 auto;
    min-width: 1030px;
}
.middle-block .left-menu {
    padding:35px 35px;
    background: #0058AA;
    width: 264px;
    min-height: 205px;
    float: left;
}
.middle-block .left-menu h3{
    font-family: Roboto;
    color: #ffffff;
    font-size: 34px;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.middle-block .left-menu a {
    display: block;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: Roboto;
    padding: 5px 0;
    background: url("../images/left-menu.png") no-repeat left center;
    padding-left: 18px;
    text-decoration:none;
    line-height: 22px;
}
#watch-config {
    float: left;
    width: 250px;
    text-align: center;
    padding-top: 62px;
    padding-bottom: 46px;
    background: url("../images/line.jpg") no-repeat right center;
}
#watch-config img {
    padding-bottom: 10px;
}
#watch-config a{
    font-family: Roboto;
    font-size: 30px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    display: block;
    padding: 5px 0;
    line-height: 34px;
}
.middle-block .left-menu a.active{
    color: #ffe400;
}
.middle-block .left-menu li{
    padding-bottom: 2px;
}
.middle-block #pd-lift {
    float: left;
    text-align: center;
    width: 316px;
    padding-top: 64px;
    margin-left: 8px;
}
.middle-block #pd-lift h3 {
    color: #000000;
    font-size: 30px;
    line-height: 35px;
    width: 232px;
    text-transform: uppercase;
    padding-left: 42px;
    font-family: Roboto;
}
.index-new-block {
    width: 95%;
    margin: 0 auto;
    max-width: 1280px;
}
#index-news-block {
    background: #F8F8F8;
    padding-bottom: 70px;

}

#index-page-catalog .catalog-list{
    width: 95%;
    max-width: 1295px;
    margin: 0 auto;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    display: flex;
}
#index-page-catalog .catalog-list .catalog-item-1{
    width: 33%;
}
#index-page-catalog .catalog-list div{
    position: relative;
}
#index-page-catalog .catalog-list div.catalog_2{
    display: flex;
    flex-wrap: wrap;
    width: 66.8%;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-align-items: flex-start;
            align-items: flex-start;
}
#index-page-catalog .catalog-list div{
	overflow: hidden;
}
#index-page-catalog .catalog-list div a{
    position: relative;
    overflow: hidden;
    display: flex;
}
#index-page-catalog .catalog-list div a img{
    width: 100%;
    
    -webkit-transition: 0.7s;
       -moz-transition: 0.7s;
        -ms-transition: 0.7s;
         -o-transition: 0.7s;
            transition: 0.7s;
}
#index-page-catalog .catalog-list div a:hover img{
	-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
   
}
#index-page-catalog .catalog-list .catalog-item-4, #index-page-catalog .catalog-list .catalog-item-5, #index-page-catalog .catalog-list .catalog-item-6, #index-page-catalog .catalog-list .catalog-item-7{
	margin-top: 7px;
}
#index-page-catalog .catalog-list .catalog-item-7{
	margin-top: 5px;
}
#index-page-catalog .catalog-list div span{
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #FFFFFF;
    text-align: center;
    height: 50px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
}
@media(max-width: 1360px){
    .catalog-item-2, .catalog-item-3{
        width: 49.5%;
    }
    .catalog-item-4, .catalog-item-5{
        width: 32%;
    }
}

@media(max-width: 1280px){

    .catalog-item-4, .catalog-item-5{
        width: 30%;
    }
}
#maps-block-links{
    width: 100%;
    max-width: 1226px;
    margin: 0 auto;
    margin-top: 40px;
}
#maps-block-links img{
    width: 100%;
}
#maps-block-links .active a {
    background: #2d4e5f!important;
}
#maps .maps {
    width: 95%;
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
		    
}
.footer .creater p a:hover{
    text-decoration: none;
}
.footer nav div a:hover{
    color: #0058AA;
}
.footer-info a:hover{
    text-decoration: none;
}
#maps-block-links .maps-block-links a {
    display: block;
    background: #2d92c6;
    font-family: Roboto;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    padding: 20px 35px;
}

#maps {
    padding-top: 70px;
    padding-bottom: 90px;
	width: 100%;
}
#index-page-objects{
	padding-top: 70px;
	padding-bottom: 70px;
	width: 90%;
	max-width: 1285px;
	margin: 0 auto
}
#slides_obj{
	position: relative;
}
@media(max-width: 1600px){
	#slides_obj{
		width: 85%;
		margin: 0 auto
	}
}
#slides_obj .prev{
	z-index: 999;
	background: linear-gradient(180deg, #006BCE 0%, #0058AA 100%), linear-gradient(180deg, #0087CC 0%, #007AB8 100%), #FFFFFF;
	border-radius: 100px;
	width: 50px;
	height: 50px;
	position: absolute;
	top: calc(50% - 25px);
	left: -90px;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
}
#slides_obj .next{
	z-index: 999;
	background: linear-gradient(180deg, #006BCE 0%, #0058AA 100%), linear-gradient(180deg, #0087CC 0%, #007AB8 100%), #FFFFFF;
	border-radius: 100px;
	width: 50px;
	height: 50px;
	position: absolute;
	top: calc(50% - 25px);
	right: -90px;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
}
#slides_obj .slick-slide img{
	width: 100%;
	transition: 0.7s
}
#slides_obj .slide_box .img_box{
	overflow: hidden;
	display: flex;
}
#slides_obj .slide_box{
	margin-right: 15px;
	margin-left: 15px;
}
#slides_obj .slide_box img:hover{
	-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
#slides_obj .prev:hover, #slides_obj .next:hover{
	cursor: pointer;
	background: linear-gradient(180deg, #0058AA 0%, #0058AA 100%), linear-gradient(180deg, #0087CC 0%, #007AB8 100%), #FFFFFF;
}
#slides_obj h3{
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
	text-align: center;
	text-transform: uppercase;
	color: #242424;
	margin-top: 20px;
}
#left-block-wrap {
    float: left;
    width: 23%
}
#left-block-wrap .left-menu {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
}
.slide_box{
    position: relative;
}
#left-block-wrap .left-menu h3 {
    color: #ffffff;
    font-family: Roboto;
    font-size: 34px;
    text-transform: uppercase;
    padding: 5px 45px;
    padding-bottom: 20px;
}

#maps-block-links .maps-block-links{
    text-decoration: underline;
}
#left-block-wrap .left-menu ul li a {
        font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.2;
    color: #242424;
      padding: 15px 10px 9px 15px;
    border: 1px solid #EFEFEF;
    display: block;
    text-decoration:none;
    
}

.lift-tabs .lift-tab a:hover{
    text-decoration: underline;
}
.lift-tabs .lift-tab a.active:hover{
    text-decoration: none;
}
.wrapper .content .breadcrumb_t li a:hover{
    text-decoration: none;
}
.fixedwidth .table-map .reg a:hover{
    text-decoration: none;
}
.back-link:hover{
    color: #7a7a7a;
}
.other-news{
    border-top: 1px solid #c4cace;
    margin-top: 10px;
    padding-top: 25px;
    margin-bottom: 20px;
}
#left-block-wrap .left-menu ul li a.active, #left-block-wrap .left-menu ul li a:hover {
    color: #0058AA;
    text-decoration: none;
    -webkit-box-shadow: inset 4px 0px 0px 0px #0058AA;
    -moz-box-shadow: inset 4px 0px 0px 0px #0058AA;
    box-shadow: inset 4px 0px 0px 0px #0058AA;
}

.inner-content .data {
    color: #0058AA;
    font-family: Roboto;
    font-size: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-transform: uppercase;
}
#wrapper {
    width: 95%;
    max-width: 1285px;
    margin: 0 auto;
    overflow: hidden;
    background: #ffffff;
    padding-bottom: 20px;
}
.fotogallery-blocks{
    display: flex;
    flex-wrap: wrap;
}
.fotogallery-blocks .fotogallery-block {
    height: 200px;
    padding: 10px;
    width: 32%;
    border: 1px solid #ddd;
    padding: 4px;
    margin-right: 10px;
    margin-bottom: 65px;
}
.fotogallery-blocks .fotogallery-block img{
    width: 100%;
    height: 100%;
    object-fit:cover
}
.fotogallery-blocks .fotogallery-block:nth-child(3n){
    margin-right: 0px;
}
.fotogallery-blocks .fotogallery-block:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.5); /* Параметры тени */
}
.fotogallery-blocks .fotogallery-block a.title-link {
       font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 131.19%;
    color: #242424;
    margin-bottom: 10px;
    text-align: left;
    text-decoration: none;
    display: block;
    margin-top: 5px;
}
.middle-block #pd-lift .more-link {
    color: #000000;
    display: inline-block;
    font-family: Roboto;
    font-size: 24px;
    padding: 20px 25px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 20px;
    background: url("../images/pd.png") repeat-x;
}
.index-new-block .title{
    position: relative;
}
.index-new-block .more-link {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    text-decoration: none;
    color: #242424;
    position: absolute;
    right: 0px;
    top: 10px

}
#index-page-catalog{
	background: #F8F8F8;
	padding-top: 70px;
	padding-bottom: 70px;
	background:  #F8F8F8;
	background-size: cover
	
}


#index-page-catalog .title{
	width: 95%;
	margin: 0 auto;
	max-width: 1295px;
}
.index-new-block .title h2, #maps h2, #maps h2 a, #index-page-catalog h2, #index-page-objects h2 {
   font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 41px;
    text-transform: uppercase;
    text-align: center;
    color: #242424;
    text-decoration: none;
}
#maps h2 a:hover{
    color: #0058AA;
}
.index-new-block .title h2:after, #maps h2:after, #index-page-catalog h2:after, #index-page-objects h2:after{
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    margin-top: 25px;
    margin-bottom: 30px;
    background: url("../images/underline.svg") no-repeat center / cover;
}
#index-news-block {
    padding-top: 70px;
    background: #F8F8F8; 
	
}
.small_preview{
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.index-new-block .new-info {
    margin-top: 20px;
    display: flex;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
}
.index-new-block .new-info-block{
    position: relative;
    width: 100%;
    max-width: 850px;
    max-height: 530px;
}
.index-new-block .new-info-block .anons{
   background: rgba(0, 0, 0, 0.5);
   position: absolute;
   bottom: 0px;
   width: 100%;
   padding: 15px 20px;
}
.index-new-block .small_preview .new-info-block .anons{
    background: transparent;
       position: static;
       padding: 0px;
}
.index-new-block .small_preview .new-info-block{
    width: 100%;
    display: flex;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-bottom: 26px;
}
.index-new-block .small_preview .new-info-block:last-child{
    margin-bottom: 0px;
}
.index-new-block .new-info-block:last-child{
    float: right;
}
.index-new-block .new-info-block .data {
   font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 11px;
    color: #FFFFFF;
}
.index-new-block .small_preview .new-info-block .data{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;

    color: #696969;

}
.index-new-block .new-info-block p a{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    color: #FFFFFF;
    text-decoration: none;
}
.index-new-block .new-info-block p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    color: #FFFFFF;
}
.index-new-block .small_preview .new-info-block p, .index-new-block .small_preview .new-info-block p a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #242424;
}
.content img{
    max-width:  100%;
}
.index-new-block .new-info .img img{
    width: 100%;
    height: 100%;
    max-height: 530px;
    object-fit: cover;
    transition: 0.7s;
    
}
/*.index-new-block .new-info .img img:hover{
	-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}*/
.index-new-block .small_preview{
    max-width: 405px;
    margin-left: 25px;
}
.index-new-block .new-info .img {
    max-height: 530px;
    overflow: hidden
}
.index-new-block .small_preview .new-info-block .img {
/*    max-height: 113px;*/
    width: 190px;
    overflow: hidden;
    margin-right: 15px;
}
.index-new-block .small_preview .new-info-block .img img{
    width: 100%;
    height: 109px;
 
    object-fit: cover;
    transition: 0.7s;
}
.index-new-block .small_preview .new-info-block .anons{
	max-width: 200px;
}
/*.index-new-block .small_preview .new-info-block .img img:hover{
		-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}*/
.index-new-block .small_preview .new-info .img {
    float: left;
    margin-right: 25px;
}
.middle-block .left-menu nav{
    padding-top: 8px;
}
.slide_box a, .slick-initialized .slick-slide{
    outline: none;
}
#slides .slidesjs-pagination li {
    float: left;
    margin-right: 11px;
}
#slides .slidesjs-pagination li:last-child{
    margin-right: 0px;
}
#slides .slick-dots li button:before{
    display: none;
}
#slides .slick-dots li{
    width: auto;
    height: auto;
}
#slides .slick-dots{
    bottom: 30px;
}
#slides .slick-dots li button {
    background: #FFFFFF;
    opacity: 0.7;
    border-radius: 100px;
    width: 10px;
    height: 10px;
    font-size: 0px;
    display: block;
}
#slides .slick-dots li.slick-active button{
   opacity: 1;
   width: 14px;
    height: 14px;
}
#slides {
    position: relative;
    overflow: initial !important;
    overflow:visible ;
}
.header .right-block .top-menu ul li a:hover{
    text-decoration: underline;
}

.middle-block #pd-lift .more-link:hover{
    background: #0058AA;
    color: #ffffff;
}
.prev-slider .more-link:hover {
   background: linear-gradient(180deg, #0058AA 0%, #0058AA 100%), #FFFFFF;
}
.middle-block .left-menu a:hover{
    color: #ffe400;
}

#left-block-wrap .left-menu ul li .child a {
    font-size: 17px;
}


#left-block-wrap .left-menu ul li a.active ~ .child {
    display: block;
}
#left-block-wrap .left-menu ul li .child {
    display: none;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle-block {
    min-height: 285px;
    background: #ffffff;
    min-width: 1030px;
}
#left-block-wrap .vb-lift {
    background: url("../images/ch.png") no-repeat center / cover;
    clear: both;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
#left-block-wrap .vb-lift a {
	    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #FFFFFF;
    display: inline-block;
    text-transform: uppercase;
    background: linear-gradient(180deg, #006BCE 0%, #0058AA 100%), #FFFFFF;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 20px;
    padding: 16px 30px;
    text-decoration: none;
}
#left-block-wrap .vb-lift a:hover{
    background: linear-gradient(180deg, #0058AA 0%, #0058AA 100%), #FFFFFF;
    color: #ffffff;
}
#left-block-wrap .vb-lift h4 {
    color: #000000;
    font-family: Roboto;
    line-height: 36px;
    text-transform: uppercase;
    font-size: 25px;
}
#left-block-wrap .new-block h3{
    color: #062e42;
    font-family: Roboto;
    line-height: 36px;
    text-transform: uppercase;
    font-size: 30px;
    border-bottom: 1px solid #c0cacf;
    padding: 10px 0;
    padding-top: 0px;
}
#left-block-wrap .new-block .data {
    color: #0058AA;
    font-family: Roboto;
    font-size: 14px;
    padding-bottom: 5px;
    text-transform: uppercase;
    padding-top: 20px;
}
#left-block-wrap .new-block p a{
    color: #191919;
    font-family: Roboto;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
}
#left-block-wrap .new-block .more-link {
    color: #0058AA;
    display: block;
    font-family: Roboto;
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 30px;
    text-transform: uppercase;
}
#left-block-wrap .new-block .more-link:hover{
    color: #7a7a7a;
}
.index-new-block .more-link:hover{
    color: #7a7a7a;
}
.wrapper .content {
    float: right;
    width: 74%;
    padding-top: 0px;
      border: 1px solid #EFEFEF;
    padding: 25px;
}
.detail .galery #carousel.flexslider ul, .detail .galery .flexslider ul{
    padding-left: 0px;
}

.wrapper .content .content{
    width: 100%;
    padding: 0px;
    border: none
}
.breadcrump{
	margin-top: 17px;
}
.breadcrumb_t li{
    display: inline;
}
 .breadcrumb_t li a {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 2;
    color: #9F9F9F;
    font-family: Roboto;
    text-decoration: none;
}
.divider{
	margin-right: 5px;
	margin-left: 5px;
}
.breadcrumb_t li span, .breadcrumb_t li {
     font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 2;
    color: #9F9F9F;
    font-family: Roboto;
    text-decoration: none;
}
 .breadcrumb_t li img {
    padding: 0 7px;
}
.wrapper .content .breadcrump {
    margin-bottom: 25px;
    overflow: hidden;
}
.wrapper h1{
	font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    color: #000000;
    margin-top: 15px;
    margin-bottom: 30px;
}
@media(max-width: 1024px){
    .scticky_td{
        position: -webkit-sticky;
        position: sticky;
        left: 2px;
        z-index: 99;
        background-color: #FFF;
        -webkit-box-shadow: 0px 0px 0px 1px rgba(219,225,225,1);
        -moz-box-shadow: 0px 0px 0px 1px rgba(219,225,225,1);
        box-shadow: 0px 0px 0px 1px rgba(219,225,225,1);
        border: none !important;
    }
    .scticky_tr{
        position: -webkit-sticky;
        position: sticky;
        top: 1px;
        z-index: 100;
        background-color: #FFF;
        -webkit-box-shadow: 0px 0px 0px 1px rgba(219,225,225,1);
        -moz-box-shadow: 0px 0px 0px 1px rgba(219,225,225,1);
        box-shadow: 0px 0px 0px 1px rgba(219,225,225,1);
        border: none !important;
    }
    .scticky_tr2 {
        position: -webkit-sticky;
        position: sticky;
        top: 54px;
        z-index: 100;
        background-color: #FFF;
        -webkit-box-shadow: 0px 0px 0px 1px rgba(219,225,225,1);
        -moz-box-shadow: 0px 0px 0px 1px rgba(219,225,225,1);
        box-shadow: 0px 0px 0px 1px rgba(219,225,225,1);
        border: none !important;
    }
    .scticky_tr3{
      position: -webkit-sticky; /* for Safari */
      position: sticky;
      top: 94px;
      z-index: 100;
      background-color: #FFF;
        -webkit-box-shadow: 0px 0px 0px 1px rgba(219,225,225,1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(219,225,225,1);
    box-shadow: 0px 0px 0px 1px rgba(219,225,225,1);
      border: none !important;
    }
    .table-wrapper{
        max-height: 500px;
    }
}

.wrapper .content .inner-content p, .wrapper .content .inner-content, .wrapper .content .inner-content table p {
        font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 131.19%;
    color: #242424;
    margin-bottom: 10px;

}
.wrapper .content .inner-content table p, .wrapper .content .inner-content table span, .wrapper .content .inner-content table a{
    font-size: 11px;

}
.wrapper .content .inner-content .new-block a{
    text-decoration: none;
}
.wrapper .content .inner-content .new-block a.more-link{
    text-decoration: underline;
}
.wrapper .content .inner-content .new-block a:hover p, .wrapper .content .inner-content .new-block a.more-link:hover{
    color: #0058AA
}
.inner-content .new-block {
    display: flex;
    -webkit-align-items: flex-start;
            align-items: flex-start;
}
.inner-content .new-block .img {
    margin-right: 25px;
    width: 170px;
    height: 113px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.inner-content .new-block .img img{
    max-width: 175px;
     width: 170px;
    height: 113px;
    object-fit: cover;
}

.inner-content .new-block .data {
    color: #0058AA;
    font-family: Roboto;
    font-size: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.inner-content .new-block  p {
    color: #191919;
    font-family: Roboto;
    font-size: 16px!important;
    line-height: 22px!important;
    padding-bottom: 5px!important;
    padding-top: 5px;
}
.inner-content .new-block {
    clear: both;
    margin-bottom: 25px;
    overflow: hidden;
}
.inner-content .new-block .more-link {
    color: #808080;
    font-size: 14px;
    font-family: Roboto;
    margin-top: 5px;
    display: block;
}
.inner-content .news-list{
    margin-top: 25px;
}
.anyClass li {
    text-align: center;
    width: 106px;
    padding: 15px 15px 15px 10px;
    margin-bottom: 10px;
}
.anyClass .title-link {
    color: #0058AA;
    font-family: Roboto;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 5px;
    padding-top: 5px;
}
.anyClass {
    padding-top: 20px;
    padding-left: 10px;
}
.anyClass ul li a {
    display: block;
}
.anyClass ul li:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.5); /* Параметры тени */
}
.anyClass li.active{
    box-shadow: 0 0 5px rgba(0,0,0,0.5); /* Параметры тени */
}
.gall-content .prev {
    background: url("../images/top-vr.jpg") no-repeat;
    display: block;
    height: 20px;
    left: 55px;
    position: absolute;
    width: 34px;
    top: -20px;
}
.back-link {
    font-family: Roboto;
    color: #0058AA;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 20px;
    background: url("../images/back.png") no-repeat left center;
}

.gall-content {
    position: relative;
}
.gall-content .next {
    background: url("../images/bott-vr.jpg") no-repeat;
    display: block;
    width: 34px;
    height: 20px;
    left: 55px;
    position: absolute;
    bottom: -30px;
}
.pagenation a {
    color: #bebebe;
    font-family: Roboto;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding: 0 8px;
}
.fotogallery-blocks-inner .img-gall {
    float: left;
    width: 426px;
    margin-top: 32px;
}
.gall-content {
    width: 170px;
    float: right;
    right: -36px;
}
.pagenation{
    padding-top: 50px;
    clear: both;
    margin-bottom: 20px
}
.contact-form {
    background: url("../images/contact.jpg") no-repeat center / cover;
    width: 662px;
/*    height: 326px;*/
    margin-top: 15px;
    position: relative;
}
.contact-form:after{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 423px;
    width: 8px;
    content: '';
    display: inline-block;
    background: url('/upload/border.jpg');
}
.contact-form:before{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 423px;
    width: 8px;
    content: '';
    display: inline-block;
    background: url('/upload/border.jpg');
}
.contact-form form{
    padding: 20px 0px 40px 40px;
}
.contact-form form > div {
    margin-bottom: 18px;
}
.contact-form form input[type="text"], .tpl_default input[type="text"]{
    width: 182px;
    border: 1px solid #c7c3a2;
    text-indent: 15px;
    font-family: Roboto;
    color: #2b2401;
    font-size: 16px;
    height: 33px;
    margin-right: 12px;
    padding-top: 7px;
}
.filter-forms table tr td {
    width: 49%;
    border: 1px solid #dbe1e1;
}
.filter-forms table tr td:first-child{
    border-left: none;
}
.filter-forms table tr td:last-child{
    border-right: none;
}
.filter-forms table tr td > div{
    padding: 20px 20px 20px 30px;
}
.filter-forms table tr td > div .title {
    display: block;
    color: #0058AA;
    font-size: 22px;
    text-transform: uppercase;
    font-family: Roboto;
    padding: 5px 0;
    padding-bottom: 12px;
}
.filter-forms table tr td > div select {
    width: 219px;
    height: 38px;
    color: #2b2401;
    font-size: 14px;
    font-family: Roboto;
    padding-left: 5px;
    padding-top: 4px;
}
.filter-forms .filter-buttons {
    padding: 20px 20px 13px 0px;
}
.filter-forms .filter-buttons input[type='submit']{
       font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #FFFFFF;
    display: inline-block;
    text-transform: uppercase;
    background: linear-gradient(180deg, #006BCE 0%, #0058AA 100%), #FFFFFF;
    border-radius: 3px;
    text-decoration: none;
    padding: 16px 30px;
    cursor: pointer;
    border: none;
    margin-right: 15px;
}
.filter-forms .filter-buttons .reset{
    background: #ffffff!important;
    color: #000000!important;
    display: inline-block!important;
    font-family: Roboto!important;
    font-size: 18px!important;
    padding: 14px 30px !important;
    text-decoration: none!important;
    text-transform: uppercase!important;
    border: 2px solid #0058AA!important;
    cursor: pointer!important;
}

.filter-forms .filter-buttons input[type="submit"]:hover{
    background: linear-gradient(180deg, #0058AA 0%, #0058AA 100%), #FFFFFF;
    color: #ffffff;
}
.filter-forms .filter-buttons .reset:hover{
    background: linear-gradient(180deg, #0058AA 0%, #0058AA 100%), #FFFFFF !important;
    color: #ffffff !important;
    border: 2px solid #0058AA!important;
}
.filter-forms {
    margin-bottom: 25px;
}
.filter-forms table tr td > div > div b {
    font-family: Roboto;
    font-weight: bold;
    color: #2b2401;
    padding-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
}
.filter-forms table tr td > div > div > input[type="text"]{
    width: 90px;
    height: 30px;
}
.filter-forms table tr td > div > div span {
    color: #2b2401;
    font-size: 14px;
    font-family: Roboto;
    display: inline-block;
    padding-right: 10px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.lift-tabs .left-lift-tabs {
    float: left;
}
.lift-tabs{
    padding-top: 10px;
    padding-bottom: 30px;
}
.configuration {
    background: url("../images/filter-fon1.jpg") no-repeat;
    padding-top: 11px;
}
.conf-bg {
    background: url("../images/filter-fon.jpg") repeat-y;
    padding-left: 11px;
    padding-right: 11px;
}
.title-configuration {
    background: #f6f8f8;
    color: #0058AA;
    font-size: 30px;
    font-family: Roboto;
    text-transform: uppercase;
    padding: 20px 25px;

}
.title-configuration span {
    background: url("../images/lt.png") no-repeat top left;
    display: inline-block;
    height: 51px;
    line-height: 50px;
    padding-left: 74px;
}
.form-configuration {
    padding: 15px;
}
.conf-tt {
    color: #2b2401;
    font-size: 14px;
    font-family: Roboto;
    text-transform: uppercase;
}
.conf-tt span{
    display: inline-block;
    margin-right: 20px;
}
.conf-tt select {
    width: 172px;
    height: 36px;
}
.conf-tt {
    margin-bottom: 20px;
}
.form-configuration table td{
    width: 50%;
	
	vertical-align: top;
}
.form-configuration table td > div:first-child{
    float: left;
    margin-right: 18px;
}
.form-configuration table td > div:last-child{
    float: left;
}
.form-configuration table td > div:last-child span {
    color: #1d1d1d;
    font-size: 20px;
    font-family: Roboto;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    margin-left: 5px;
}
.form-configuration table td > div:last-child div{
    display: block;
    color: #2b2401;
    font-size: 14px;
    font-family: Roboto;
}
.form-configuration table {
    width: 100%;
}

.header .right-block .top-menu > ul > li {
    position: relative;
}
.header .right-block .top-menu .child {
    position: absolute;
    z-index: 100;
}
.form-configuration input[type="submit"] {
    background: none repeat scroll 0 0 #ffd200;
    border: 2px solid #ffd200;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: Roboto;
    font-size: 20px;
    margin-right: 15px;
    padding: 11px 20px;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
}
.form-configuration input[type="submit"]:hover{
    background: #0058AA;
    color: #ffffff;
    border: 2px solid #0058AA;
}
.conf-images > div {
    float: left;
}
.conf-images{
    margin-bottom: 40px;
    margin-top: 40px;
    overflow: hidden;
}
.conf-images .conf-images-img1 {
    margin-right: 50px;
}
.form-configuration table td > div:last-child div input{
    margin-right: 8px;
}
.form-configuration table tr td{
    padding-bottom: 15px;
}
.form-configuration table tr td:last-child{
    padding-left: 10px;
}
.lift-tabs .lift-tab a {
    color: #000000;
    font-size: 20px;
    text-transform: uppercase;
    font-family: Roboto;
    text-decoration: none;
    border: 2px solid #e2e7e7;
    padding: 10px 15px;
    display: inline-block;
}
.lift-tabs .lift-tab a.active {
    background: #e2e7e7;
}
.filter-forms form {
/*    background: url("../images/filter-fon.jpg")  repeat-y;*/
/*    padding: 12px;*/
}
.filter-forms table {
    width: 100%;
    border-collapse: collapse;
}
.inner-content .result-table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #dbe1e1;
    margin-bottom: 20px;
    margin-top: 14px;
}
.inner-content .result-table td {
    border: 2px solid #dbe1e1;
    font-family: Roboto;
    color: #2b2401;
    font-size: 14px;
    padding: 10px 20px;

}
.inner-content .result-table tr:nth-child(2) td{
    border-top: none;
}
.inner-content .result-table th {
    border: 2px solid #dbe1e1;
    background: #f4f6f6;
    border-bottom: none;
    font-family: Roboto;
    vertical-align: middle;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    padding: 20px 24px;
    text-align: left;
}
.inner-content .result-table tr:first-child th:first-child {
    width: 15%;
}
.inner-content .result-table tr:first-child th:last-child {
    width: 30%;
}
.contact-form form textarea, .tpl_default textarea {
    resize: none;
    height: 75px;
    border: 1px solid #c7c3a2;
    padding-left: 15px;
    font-family: Roboto;
    color: #2b2401;
    font-size: 16px;
    padding-top: 15px;
    width: 563px;
}
@media all and (-ms-high-contrast:none)
     {
     .contact-form form textarea { width: 569px; } /* IE10 */
     *::-ms-backdrop, .contact-form form textarea { width: 569px; } /* IE11 */
     }
@-moz-document url-prefix()
{
    .contact-form form textarea {width: 569px;}
}


.submit-form span {
    color: #2b2401;
    font-size: 12px;
    font-family: Roboto;
    display: block;
    float: right;
    margin-right: 36px;
    /*margin-top: 60px;*/
}
.submit-form span b {
    color: #f10000;
}
.pagenation a.active{
    color: #062e42;
}
.section-menu{
	min-width: 100%;
}
.section-menu a{
	display: block;
}
#map-tabs {
    display: flex;	
    flex-wrap: wrap;
    margin-left: -10px;
}

.inner-content h3 {
    color: #0058AA;
    font-size: 22px;
    text-transform: uppercase;
    font-family: Roboto;
    padding: 10px 0;
}
#map-tabs .map-tabs a {
        background: linear-gradient(180deg, #006BCE 0%, #0058AA 100%), #FFFFFF;
    color: #fff;
    border-radius: 3px;
        font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 131.19%;
    padding: 10px 25px;
    text-decoration: none;
    display: block;
}
#map-tabs .map-tabs{
	margin-right: 	10px;
	margin-left: 	10px;
}
#map-tabs .map-tabs a.active, #map-tabs .map-tabs a:hover{
	 background: linear-gradient(180deg, #0058AA 0%, #0058AA 100%), #FFFFFF;
	 text-decoration: none;
}

.fixedwidth .table-map .reg{
    display: table-cell;
}
.fixedwidth .table-map .reg a {
    display: inline-block;
    width: fit-content;
    color: #191919;
    font-size: 14px;
    font-family: Roboto;
    vertical-align: top; 
	padding: 0 10px;	
}
.fixedwidth .table-map .reg {
    border-right: 1px solid #c4cace;

}
.fixedwidth .table-map .reg > div{
    padding-left: 20px;
    padding-right: 20px;
}
.fixedwidth .table-map .reg:first-child > div{
    padding-left: 0px;
}
.fixedwidth .table-map .reg:first-child > span{
    padding-left: 0px;
}

#map-tabs .map-tabs{
	display: flex;	
	flx-wrap: wrap;
}
.fixedwidth .table-map .reg span {
    font-family: Roboto;
    font-size: 12px;
    color: #c92b2b;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    padding-bottom: 10px;
    display: inline-block;
}

#map-tabs .map-tab {
    padding: 18px 0;
    padding-top: 0px;
}

.pagenation a.active:hover{
    text-decoration: none;
    color: #062e42;
}
.header .right-block .top-menu ul li a.active:hover{
    text-decoration: none;
}
#map-tabs {
    margin-bottom: 18px;
}
.pagenation a:hover{
    color: #0058AA;
    text-decoration: underline;
}
.faq-form {
    background: url("../images/faq.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 400px;
    margin-top: 15px;
    width: 662px;
}
.faq-form form {
    padding: 40px 0 40px 40px;
}

.faq-form form input[type="text"] {
    border: 1px solid #c7c3a2;
    color: #2b2401;
    font-family: Roboto;
    font-size: 16px;
    height: 33px;
    margin-right: 12px;
    padding-top: 7px;
    text-indent: 15px;
    width: 250px;
}
.faq-form form textarea {
    border: 1px solid #c7c3a2;
    color: #2b2401;
    font-family: Roboto;
    font-size: 16px;
    height: 75px;
    padding-left: 15px;
    padding-top: 15px;
    resize: none;
    width: 499px;
}
@media all and (-ms-high-contrast:none)
     {
     .faq-form  form textarea { width: 505px; } /* IE10 */
     *::-ms-backdrop, .faq-form  form textarea { width: 505px; } /* IE11 */
     }
@-moz-document url-prefix()
{
    .faq-form form textarea{
        width: 505px;
    }
}

.faq-form form > div {
    margin-bottom: 18px;
}
.faq-blocks {
    margin-top: 22px;
}
.faq-blocks .faq-block .faq-quest {
    background: url("../images/quest.png") no-repeat left top;
    padding-left: 45px;
}
.faq-blocks .faq-block .faq-quest span {
    display: block;
    color: #0058AA;
    font-family: Roboto;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.faq-blocks .faq-block .faq-quest p {
    font-family: Roboto;
    color: #191919;
    font-size: 14px;
}
.faq-blocks .faq-block .faq-answer p {
    font-family: Roboto;
    color: #191919;
    font-size: 14px;
}

.faq-blocks .faq-block .faq-answer {
    background: url("../images/answer.png") no-repeat left top;
    padding-left: 45px;
}
.faq-blocks .faq-block .faq-answer span {
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #0058AA;
    font-family: Roboto;
    text-transform: uppercase;
    font-size: 20px;
}
.faq-block {
    border-bottom: 1px solid #c4cace;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.faq-block:last-child {
    border: none;
}
.faq-blocks .faq-block .faq-answer .more-link {
    color: #0058AA;
    font-size: 12px;
    font-family: Roboto;
}
.faq-blocks .faq-block .faq-answer .more-link:hover{
    color: #7a7a7a;
}
.faq-form  form input[type="submit"] {
    background: none repeat scroll 0 0 #0058AA;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Roboto;
    font-size: 20px;
    margin-top: 20px;
    padding: 14px 25px;
    text-decoration: none;
    text-transform: uppercase;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background: #F8F8F8;
}
.footer {
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding: 35px 0;
    width: 95%;
    max-width: 1280px;
    margin: 0 auto
}
.footer nav .wrap > div  {
    padding-bottom: 4px;

}
.bottom-menu nav > .wrap {
    float: left;
    margin-right: 60px;
}
@media(max-width: 1300px){
    .bottom-menu nav > .wrap{
        margin-right: 40px
    }
}
.bottom-menu nav > .wrap:last-child{
    margin-right: 0px;
}
.footer_link a{
    display: block;
    margin-bottom: 20px;
}
.footer nav div a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 230%;
    color: #242424;
}
.bottom-menu {
    float: left;
}
.footer-info {
    float: left;
   
}
.footer-info p{
	max-width: 265px
}
.footer-info div{
    margin-bottom: 15px;
    display: flex;
    -webkit-align-items: flex-start;
            align-items: flex-start;
}
.footer-info div img{
    position: relative;
    top: 5px
}
.footer-info p, .footer-info a {
   font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6;
    color: #242424;
    margin-left: 15px;
}
.footer-info a:hover{
    color: #0058AA
}
.footer .creater {
    float: right;
    margin-top: 34px;
}
.footer .creater p {
    font-family: Roboto;
    color: #ffffff;
    font-size: 14px;
    padding-bottom: 10px;
}
.footer .creater p a {
    font-family: Roboto;
    color: #ffffff;
}
.footer-info a{
    text-decoration: none;
    margin-left: 0px;
}
/*.footer-info a {
    font-family: Roboto;
    font-size: 14px;
    color: #ffffff;
    padding-bottom: 3px;
    padding-left: 25px;
    padding-top: 3px;
    display: inline-block;
    margin-top: 8px;
    background: url("../images/address-f.png") no-repeat left center;
}*/
.footer_copyright{
    background: #F0F0F0;
}
.creater{
    padding-top: 25px;
    padding-bottom: 25px;
    width: 95%;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto
}
.creater p, .creater a{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    color: #242424;
}
.creater a{
    text-decoration: none;
    color: #0058AA 
}
.scroll-top {
    background: none repeat scroll 0 0 #062e42;
    float: right;
    height: 33px;
    position: relative;
    top: 3px;
    width: 100px;
    z-index: 100;
}
.faq-form form input[type="submit"]:hover{
    background: #084768;
}
#scroll-top {
    width: 1030px;
    margin: 0 auto;
}
.scrollToTop  {
    background: url("../images/scroll.png") no-repeat ;
    width: 100px;
    height: 33px;
    display: block;

}
.scrollToTopEn  {
    background: url("../images/scroll_en.png") no-repeat ;
    width: 100px;
    height: 33px;
    display: block;

}
@media screen and (max-width: 1050px) {
    .footer{
        flex-wrap: wrap
    }
    #slider-content{
        overflow: hidden;
    }
}
@media(max-width: 768px){
	#map-tabs .map-tabs a{
		font-size: 15px;
		display: block;
	}
        footer{
        position: relative;
    }
    .footer_link{
        position: absolute;
        left: 340px
    }
	.wrapper .content .inner-content p img, 
	.wrapper .content .inner-content h2 img {
		width: 100%;
		height: auto;
	}
	.wrapper .content, #left-block-wrap{
		width: 100%;
	}
	#left-block-wrap{
		margin-top: 20px;
	}
	.flex-content{
		display: flex;
		-webkit-flex-direction: column-reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
    .footer-info{
        max-width: 100%;
    }
    .bottom-menu{
        margin-top: 20px;
        margin-bottom: 20px;
		width: 100%;
    }
	
	.footer {justify-content: center;}
	.bottom-menu {text-align: center;}
	.bottom-menu nav > .wrap {float: none;}
	.creater p {text-align: center;}
}

.inner-content b {font-weight:bold}
.inner-content i {font-style: italic}
.inner-content ul {list-style-type:  disc}
.footer_link > h2 {font-size: 16px; margin-bottom: 10px;}
                                  
.child2 {display:none}

.child3 {display:none}

#left-block-wrap .left-menu .child li.select .child2 {display:block}

#left-block-wrap .left-menu .child li.select .child2 li.select .child3{display:block}
.wrapper .content h1 {
    color: #141414;
    font-family: Roboto;
    font-size: 40px;
    line-height: 39px;
    padding: 7px 0 22px;
    text-transform: uppercase;
}

.wrapper .content .inner-content h2 {
    color: #000000;
    font-family: Roboto;
    font-size: 30px;
    line-height: 30px;
    padding: 10px 0;
    text-transform: uppercase;
}

 .fixedwidth .table-map .reg > div {display: table;}
 .fixedwidth .table-map .reg a {display: table-cell;}
 
  .inner-content ul {
    padding-left: 15px;

      font-family: Roboto;
      font-size: 14px;
}
.inner-content a {
 color: #006BCE;

}
.inner-content ul.gallery-ul{
    list-style-type: none;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
            align-items: flex-start;
}
.video_line{
    display: flex;
        -webkit-justify-content: space-between;
            justify-content: space-between;
}
.video_line div{
    margin-bottom: 20px;
    width: 49%;
    display: flex;

    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}
.video_line div iframe{
    width: 100%;
    height: 300px;
    margin-bottom: 15px;
}
.inner-content a:hover{
 color:#7a7a7a;
}
.artis-feedback .btn.btn-default{
font-weight:400;
border-radius:0;
}
.artis-feedback .form-control{
    padding: 6px 0;
}
.artis-feedback input[type="text"]{
box-sizing:border-box;
min-height:44px;
}
.gallery-ul li{
	width: 49%;
    margin-bottom:  15px;
}
.gallery-ul img{
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}
.clear{
	clear:both;
}
input:focus, textarea:focus{
	outline:none;
}
.tpl_default input[type="radio"] {
    margin: 0 1px 0 0;
	vertical-align:top;
}
.tpl_default label {
	margin-right:10px;
	cursor:pointer;
}
._snow{transform: translateY(0px);}
._snow:before{
    content: "";
    background: none;
    background-image: url('../images/s1.png'), url('../images/s2.png'), url('../images/s3.png');
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index:-1;
    -webkit-animation: snow 10s linear infinite;
    -moz-animation: snow 10s linear infinite;
    -ms-animation: snow 10s linear infinite;
    animation: snow 10s linear infinite;
}
/*#slider{position:relative;}*/
@keyframes snow {
    0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
    50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
    100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-moz-keyframes snow {
    0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
    50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
    100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
}
@-webkit-keyframes snow {
    0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
    50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
    100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-ms-keyframes snow {
    0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
    50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
    100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
.logo_text{
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}
.year{
	float:left;
	width:100px;
	padding-top:85px;
	position:relative;
	left:100px;
}

.faceb {
	/*margin-right: 25px;*/
	position: static;
}


.social_eye{
    display: flex;
    
}

header .social_eye > div + div {margin-left: 12px;}

.faceb i:before{
    display: block;
    content: "";
    width: 32px;
    height: 32px;
    background: url("../images/facebook.svg") no-repeat center / contain;
}

.inst i:before{
    display: block;
    content: "";
    width: 32px;
    height: 32px;
    background: url("../images/instagram.svg") no-repeat center / contain;
}

.rtyr{
	float:right;
	margin-left: 20px;
    margin-top: 10px;
}


 .eye {
	position: static;


}
/*.pnr{
  overflow-x: auto;
}*/
.wrapper .content .inner-content .pnr table p, .wrapper .content .inner-content .pnr table p a span{
    font-size:12px;
}


.inner-content table {width: 100%; max-width: 100%;} 
    .table-wrapper {
        overflow-x: auto;
        margin-right: -15px;
        margin-left: -15px;
    }
@media (max-width: 1599px) {
	.table-wrapper {
		overflow-x: auto;
		max-width: 1199px;
	}

}

.wrapper .content .inner-content table td {
	
	border: 1.5px solid #dbe1e1;
    padding: 7px 2px;
}
.wrapper .content .inner-content table.dsd td{
    padding: 20px;
        box-sizing: content-box;
}
.wrapper .content .inner-content table.dsd td:nth-child(1){
    text-align: center;
}
.wrapper .content .inner-content table.dsd td p, .wrapper .content .inner-content table.dsd td a{
    font-size: 18px;
}
@media(max-width: 1280px){
    #slides .slick-next{
        right: 5%;
    }
    #slides .slick-prev{
        left: 5%;
    }
    #index-page-catalog .catalog-list .catalog__small div a{
    	max-height: 185px;
    }
    .catalog-item-4 a, .catalog-item-5 a{
    	height: 375px;
    }
}
@media(max-width: 1024px){
        .fotogallery-blocks .fotogallery-block{
            height:     200px;
        }
	#index-page-catalog .catalog-list .catalog-item-4, #index-page-catalog .catalog-list .catalog-item-5, #index-page-catalog .catalog-list .catalog-item-6, #index-page-catalog .catalog-list .catalog-item-7{
		margin-top: 0px;
	}
	#index-page-catalog .catalog-list div span{
		bottom: 0px
	}
    #index-page-catalog .catalog-list{
        flex-wrap: wrap;
        
    }
    #index-page-catalog .catalog-list .catalog-item-1, #index-page-catalog .catalog-list div{
        width: 49%;
        max-height: 300px;
        margin-bottom: 20px;
    }
    #index-page-catalog .catalog-list div a{
        height: 300px;
        display: block;
    }
    #index-page-catalog .catalog-list div img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .sliders .prev-slider h3{
        font-size: 36px;
    }
    .sliders .prev-slider p{
        font-size: 16px;
        max-width: 810px;
    }
    .header .right-block .prev-logo span{
        font-size: 15px;
    }
    .header .right-block .prev-logo p{
        font-size: 14px;
    }
    .header .right-block .prev-logo {
        max-width: 295px;
    }
    .header .right-block .search-form {
        max-width: 300px;
    }
}
@media(max-width: 930px){

	.index-new-block .small_preview .new-info-block .anons{
		max-width: 100%;
	}
	#index-page-catalog .catalog-list div span{
		font-size: 16px;
	}
    .index-new-block .new-info{
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .index-new-block .small_preview{
        max-width: 100%;
        margin-top: 25px;
        margin-left: 0px;
    }
    .slidesjs-container, #slides img{
        min-height: 400px;
    }
    .slidesjs-control, .slidesjs-slide{
        min-height: 100%;
    }
    .header .right-block .prev-logo{
        display: none;
    }
    .menu_box .dropdown{
        position: relative;
    }
    .menu_box{
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .menu_box .top-menu ul li a:hover:after, .menu_box .top-menu ul li a.active:after{
    display: none;
    
    }
}
@media(max-width: 768px){
    .flex-content{
        display: flex;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
}
@media(max-width: 600px){
    .dsd tr td:nth-child(1){
    width: 15%;
    min-width: auto;
}
	.filter-forms .filter-buttons input[type='submit']{
		margin-top: 20px;
	}
    .fotogallery-blocks .fotogallery-block{
        width: 100%;
        margin-right: 0px;
    }
    .gallery-ul img{
        max-height: 200px;
    }
    .video_line div{
        width: 100%;
    }
    .video_line div iframe{
        height: 200px;
    }
    .video_line{
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .inner-content .new-block .img, .inner-content .new-block .img img{
        width: 100%;
        height: auto;
        max-height: 200px;
        max-width: 100%;
        margin-right: 0px;
    }
    .inner-content .new-block .img{
        margin-bottom: 15px;
    }
    .inner-content .new-block{
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
        .footer_link{
			position: static;
			text-align: center;
		}
}
@media(max-width: 700px){
    .contact-form form{
        padding: 0px;
    }
    .contact-form {
        padding: 0px;
        width: 100%;
        background: transparent;
    }
    .contact-form form textarea, .tpl_default textarea{
        width: 100%;
    }
    .contact-form:before{
        display: none;
    }
    .contact-form:after{
        display: none;
    }
     .contact-form #feedback .row{
        float: none;
    }
    .contact-form #feedback .row input{
        margin-bottom: 15px;
        width: 100%;
    }
	.index-new-block .small_preview .new-info-block .img{
		width: 100%;
	}
	#slides_obj{
		width: 100%;
	}
	#index-page-catalog .catalog-list div a{
		height: 180px;
	}
	#index-page-catalog .catalog-list div span{
		font-size: 14px;
		height: 65px;
	}
    .creater{
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-align-items: center;
                align-items: center;
    }
    .index-new-block .more-link{
        position: static;
        width: 100%;
        text-align: center;
        display: block;
    }
    .index-new-block .small_preview .new-info-block{
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .index-new-block .new-info .img img{
        max-height: 300px;
    }
    .index-new-block .small_preview .new-info-block .img img{
        width: 100%;
        height: auto;
    }
    .index-new-block .new-info-block .anons{
        bottom: 4px;
    }
    .index-new-block .small_preview .new-info-block .img{
        max-height: none;
    }
     .slidesjs-next,  .slidesjs-previous{
        display: none;
    }
    .sliders .prev-slider h3{
        font-size: 24px;
    }
    .sliders .prev-slider p{
        font-size: 14px;
    }
    .logo_text{
        position: absolute;
        left: 0px
    }
    .header .right-block {
		padding-left: 115px;
        flex-wrap: wrap;
        -webkit-justify-content: flex-end;
                justify-content: flex-end;
				
    }
    .header .right-block .search-form{
        max-width: 100%;
        margin-bottom: 10px;
    }
    .social_eye{
        width: auto;
    }
    .header .right-block { gap: 8px;}
	body .header .right-block .lang  { margin-left: 7%;}
}

@media (max-width: 380px) {
	header .header .right-block {padding-left: 95px;}		
	header .header .social_eye > div + div { margin-left: 15px;}
}


#particles-js  {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    overflow: hidden;
}


body .slick-dotted.slick-slider {margin-bottom: 0;}

.g-logos {display: flex;}

.footer_link > a:last-child {margin-bottom: 0;}


.footer-flex-row {
	display: flex;
    width: 100%;
	gap: 20px; 
	align-items: center;
	margin-top: 20px;
}
	
	
.tibo-banner {width: calc(100% - 300px);}

.footer--links  
	{display: flex;

    }
	
.tibo-banner > img 	{
	object-fit: cover;
    height: 100%;}

.footer--links a + a {margin-top: 20px;}

@media (max-width: 1300px) {
	.footer-flex-row {flex-direction: column-reverse;}
	.tibo-banner {width: 100%;}
	.tibo-banner > img {
		object-fit: cover;
		height: 100%;
		max-width: 100%;
	}	
}

@media (max-width: 1300px) {
	.tibo-banner > img {
		object-fit: unset;
	
	}
}


.footer--links > a {max-width: 190px;}

.submit-form {clear: both;}
.submit-form span {float: none;}


.contact-form form input[type="submit"]    {
	font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #FFFFFF;
    display: inline-block;
    text-transform: uppercase;
    background: linear-gradient(180deg, #006BCE 0%, #0058AA 100%), #FFFFFF;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 20px;
    padding: 16px 30px;
    text-decoration: none;
}

.contact-form:before, .contact-form:after {
	height: 100%
}