/* 
@font-face {
  font-family: 'RobotoFlex';
  src: url('./fonts/RobotoFlex-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8.144,100.1000&display=swap');

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('./fonts/fa-regular-400.woff2') format('woff2');
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url('./fonts/fa-solid-900.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  src: url('./fonts/Roboto-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('./fonts/Roboto-BoldItalic.woff2') format('woff2');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('./fonts/Roboto-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('./fonts/Roboto-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('./fonts/Roboto-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('./fonts/Roboto-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('./fonts/Roboto-Italic.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('./fonts/Roboto-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('./fonts/Roboto-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('./fonts/Roboto-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('./fonts/Roboto-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('./fonts/Roboto-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



/* общие настройки */
html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}
html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100vw;
  font-family: 'Roboto', sans-serif !important;
}
* {
  box-sizing: border-box;
}
button {
    outline: none !important;
}
.page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  
  .page__header {
  }

  .page__body {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    flex-grow: 1;
    z-index: 2;
  }
  .page__footer {
    z-index: 6;
  }
.section {
    width: 95%;
    margin: 0 auto 70px;
    max-width: 1280px;  
}

.content-block {
    width: 95%;
    margin: 0 auto 70px;
    max-width: 1280px;
}
.content-block .title {
position: relative;
}
.content-block .title h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 41px;
    text-transform: uppercase;
    text-align: center;
    color: #242424;
    text-decoration: none;
}
.content-block .title h2::after {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    margin-top: 25px;
    margin-bottom: 30px;
    background: url(./img/underline.svg) no-repeat center / cover;
}
/* 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
}
a {
    color: #0058AA;
}
img {
    max-width: 100%;
    height: auto !important;
}
.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"]{
    display: inline-block;
    background: linear-gradient(180deg, #006BCE 0%, #0058AA 100%), #FFFFFF;
    border-radius: 3px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #FFFFFF;
    border: none;
    padding: 15px 30px;
    text-decoration: none;
    cursor: pointer;
}
.artis-feedback form input[type="submit"].btn:hover, .btn:hover, .inner-content  .btn:hover, .contact-form form input[type="submit"], .tpl_default input[type="submit"]:hover{
      background: linear-gradient(180deg, #0058AA 0%, #0058AA 100%), #FFFFFF;
      color: #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;
}
ul {
	list-style: none;
}
ol {
    padding-left: 1.1em;
}
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;
}

/* 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-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 .sub-menu {
    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 .sub-menu .sub-menu {
    left: 100%;
}
.menu-item {
    position: relative;
}
.menu-item:hover > .sub-menu {
    display: block;
}
.menu_box ul{
    display: flex;
    justify-content: center;
    gap: 60px;
}
.menu_box .top-menu{
    width: 95%;
    max-width: 1285px;
    margin: 0 auto
}
.menu_box .top-menu ul li a{
    
    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;
    
}

.menu-container {
    margin: 0 auto;
    position: sticky;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 200;
}
.menu_box .top-menu ul li a.open_link{
	display: none;
}
.menu-mobile {
    display: none;
    padding-top: 10px;
    padding-bottom: 20px;
}

.menu-mobile:after {
    content: "";
    width: 20px;
    height: 20px;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    display: block;
    background: url("./img/menu.svg") no-repeat center / contain;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu_box .top-menu ul li a.open_link {
    content: "+";
    font-size: 20px;
    display: none;
    cursor: pointer;
    float: right;
    width: 53px;
    height: 53px;
    background: url('./img/plus.png') #fff no-repeat center / contain;
    -webkit-background-size: 20%;
         -o-background-size: 20%;
            background-size: 20%;
    color: #333;
    z-index: 99
}
.menu_box .top-menu ul li a.open_link.open{
	background: url('./img/minus.png') #fff no-repeat center / contain;
	  -webkit-background-size: 20%;
         -o-background-size: 20%;
            background-size: 20%;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}



/*.menu > ul > li {
    float: left;
    background: #e9e9e9;
    padding: 0;
    margin: 0;
}*/

.menu > ul > li a {
    text-decoration: none;
   
    display: block;
}

/*.menu > ul > li:hover {
    background: #f0f0f0;
}*/

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu > ul > li > ul > li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.sub-menu {
    width: 300px;
    left: auto;
    padding: 0px;
}

.menu > ul > li > ul.sub-menu > li {
    width: 100%;
    border-bottom: 1px solid #c9c9c9;
    padding-right: 10px;
}

.menu > ul > li > ul.sub-menu > li a {
    border: 0;
    padding: 1em 0;
    padding-left: 15px;
    font-size: 16px;
    text-transform: none;
}
.menu > ul > li > ul.sub-menu > li:hover a{
    color: #0058AA
}


@media only screen and (max-width: 959px) {
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: flex;
        -webkit-align-items: center;
                align-items: center;
        -webkit-justify-content: center;
                justify-content: center;
    }
    .menu > ul {
        display: none;
        top: 10px
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
        border-bottom: 1px solid #c9c9c9;
    }
    .menu > ul > li a {
        padding: 1.5em;
        padding-top: 15px; 
        padding-bottom: 15px;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.sub-menu {
        width: 100%;
        padding-left: 25px;
    }
    .menu > ul > li > ul.sub-menu a{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
        background: #f4f4f4;
        position: absolute;
        z-index: 999;
        left: 0px
    }
    .menu_box .top-menu ul li a.open_link{
	display: flex;
	}
    .menu-item:hover > .sub-menu {
        display: none;
    }
}

.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-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-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-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;
    
    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 {
    
    color: #2b2401;
    text-transform: uppercase;
    display: inline-block;
    float: left;
    line-height: 42px;
    margin-right: 15px;
}
.header .right-block .search-form input[type='text'],
.header .right-block .search-form input[type='search']{
   background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    border-radius: 3px;
    height: 44px;
    width: 100%;
    text-indent: 10px;
    padding-top: 5px;
    
    font-size: 16px;

}
.header .right-block .search-form {
    position: relative;
    width: 100%;
    max-width: 500px;
}
.header .right-block .search-form input[type='submit']{
    background: url("./img/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;
    font-size: 0;
}
.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-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-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-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("./img/prev.svg") no-repeat center / contain;
    display: block;
    font-size: 0;
    height: 50px;
    left: 10%;
    position: absolute;
    border: none;
    top: calc(50% - 25px);
    width: 50px;
    z-index: 100
}
#slides .slick-prev:before{
    display: none;
}
#slides .slick-next {
    background: url("./img/next.svg") no-repeat center / contain;
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    right: 10%;
    border: none;
    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{
    
    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;
    
    padding: 5px 0;
    background: url("./img/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("./img/line.jpg") no-repeat right center;
}
#watch-config img {
    padding-bottom: 10px;
}
#watch-config a{
    
    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;
    
}
.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;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 8px;
}
#index-page-catalog .catalog-list .catalog-item {
    max-height: 310px;
}
#index-page-catalog .catalog-list .catalog-item:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    max-height: none;
}
#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{
    display: block;
    position: relative;
    overflow: hidden;
    display: flex;
    height: 100%;
}
#index-page-catalog .catalog-list div a img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    
    -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-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-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-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-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-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 .breadcrump span 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.current-menu-item a, 
#left-block-wrap .left-menu ul li.current-post-parent a, 
#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-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-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-size: 24px;
    padding: 20px 25px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 20px;
    background: url("./img/pd.png") repeat-x;
}
.index-new-block .title{
    position: relative;
}
.index-new-block .more-link {
    
    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-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("./img/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-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-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;

    color: #696969;

}
.index-new-block .new-info-block p a{
    
    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-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 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    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;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
    font-size: 20px;
}
#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("./img/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-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;
    
    line-height: 36px;
    text-transform: uppercase;
    font-size: 25px;
}
#left-block-wrap .new-block h3{
    color: #062e42;
    
    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-size: 14px;
    padding-bottom: 5px;
    text-transform: uppercase;
    padding-top: 20px;
}
#left-block-wrap .new-block p a{
    color: #191919;
    
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
}
#left-block-wrap .new-block .more-link {
    color: #0058AA;
    display: block;
    
    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;
}
.table-content {
    padding-top: 0px;
    border: 1px solid #EFEFEF;
  padding: 25px; 
}
.table-content .table-wrapper {
   margin-left: 0;
   margin-right: 0;
}
.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;
}
.breadcrump span{
    display: inline;
}
 .breadcrump span a {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 2;
    color: #9F9F9F;
    
    text-decoration: none;
}
.divider{
	margin-right: 5px;
	margin-left: 5px;
}
.breadcrump span span, .breadcrump span {
     font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 2;
    color: #9F9F9F;
    
    text-decoration: none;
}
 .breadcrump span img {
    padding: 0 7px;
}
.wrapper .content .breadcrump {
    margin-bottom: 25px;
    overflow: hidden;
}
.wrapper h1{
	
    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,
.wrapper .content .inner-content p, .wrapper .content .inner-content, .wrapper .content .inner-content table p {
        
    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;

}
.inner-content table p,  .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-size: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.inner-content .new-block  p {
    color: #191919;
    
    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;
    
    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;
    
    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("./img/top-vr.jpg") no-repeat;
    display: block;
    height: 20px;
    left: 55px;
    position: absolute;
    width: 34px;
    top: -20px;
}
.back-link {
    
    color: #0058AA;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 20px;
    background: url("./img/back.png") no-repeat left center;
}

.gall-content {
    position: relative;
}
.gall-content .next {
    background: url("./img/bott-vr.jpg") no-repeat;
    display: block;
    width: 34px;
    height: 20px;
    left: 55px;
    position: absolute;
    bottom: -30px;
}
.nav-links a {
    color: #bebebe;
    
    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;
}
.nav-links{
    padding-top: 50px;
    clear: both;
    margin-bottom: 20px
}
.contact-form {
    margin: 15px auto 0;
    width: 640px;
    position: relative;
}
.inner-content .contact-form {
    margin: 15px 0 0;
}
.contact-form form::before{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 8px;
    width: 100%;
    content: '';
    display: inline-block;
    background: url('./img/top-border.jpg');
}
.contact-form form:after{
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 8px;
    width: 100%;
    content: '';
    display: inline-block;
    background: url('./img/top-border.jpg');
}
.contact-form:after{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 8px;
    content: '';
    display: inline-block;
    background: url('./img/left-border.jpg');
}
.contact-form:before{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 8px;
    content: '';
    display: inline-block;
    background: url('./img/left-border.jpg');
}
.contact-form form{
    padding: 40px 25px 40px 40px;
}
.contact-form form > div {
    margin-bottom: 18px;
}
.contact-form form input[type="text"], 
.tpl_default input[type="text"],
.contact-form form input[type="email"], 
.tpl_default input[type="email"],
.contact-form form input[type="tel"], 
.tpl_default input[type="tel"] {
    width: 273px;
    max-width: 100%;
    border: 1px solid #c7c3a2;
    text-indent: 15px;
    
    color: #2b2401;
    font-size: 16px;
    height: 33px;
    margin-right: 12px;
    padding: 6px;
}
.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;
    
    padding: 5px 0;
    padding-bottom: 12px;
}
.filter-forms table tr td > div select {
    width: 219px;
    height: 38px;
    color: #2b2401;
    font-size: 14px;
    
    padding-left: 5px;
    padding-top: 4px;
}
.filter-forms .filter-buttons {
    padding: 20px 20px 13px 0px;
}
.filter-forms .filter-buttons input[type='submit']{
       
    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-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;
    
    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("./img/filter-fon1.jpg") no-repeat;
    padding-top: 11px;
}
.conf-bg {
    background: url("./img/filter-fon.jpg") repeat-y;
    padding-left: 11px;
    padding-right: 11px;
}
.title-configuration {
    background: #f6f8f8;
    color: #0058AA;
    font-size: 30px;
    
    text-transform: uppercase;
    padding: 20px 25px;

}
.title-configuration span {
    background: url("./img/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;
    
    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;
    
    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;
    
}
.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-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-img > div {
    float: left;
}
.conf-img{
    margin-bottom: 40px;
    margin-top: 40px;
    overflow: hidden;
}
.conf-img .conf-img-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;
    
    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("./img/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;
    
    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;
    
    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;
    
    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;
    
    display: block;
    float: right;
    margin-right: 36px;
    /*margin-top: 60px;*/
}
.submit-form span b {
    color: #f10000;
}
.nav-links 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;
    
    padding: 10px 0;
}
#map-tabs .map-tabs a {
        background: linear-gradient(180deg, #006BCE 0%, #0058AA 100%), #FFFFFF;
    color: #fff;
    border-radius: 3px;
        
    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: 150px;
    color: #191919;
    font-size: 14px;
    
    vertical-align: top;    
}
.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-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;
}

.nav-links 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;
}
.nav-links a:hover{
    color: #0058AA;
    text-decoration: underline;
}
.faq-form {
    background: url("./img/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-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-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("./img/quest.png") no-repeat left top;
    padding-left: 45px;
}
.faq-blocks .faq-block .faq-quest span {
    display: block;
    color: #0058AA;
    
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.faq-blocks .faq-block .faq-quest p {
    
    color: #191919;
    font-size: 14px;
}
.faq-blocks .faq-block .faq-answer p {
    
    color: #191919;
    font-size: 14px;
}

.faq-blocks .faq-block .faq-answer {
    background: url("./img/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;
    
    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;
    
}
.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-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;
}
.footer-menu {
    columns: 3;
    column-gap: 60px;
}
@media(max-width: 1000px){
    .bottom-menu {
        width: 100%;
    }
    .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-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: 320px
}
.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 {
    margin-left: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6;
    color: #242424;
}
.footer-info a:hover{
    color: #0058AA
}
.footer .creater {
    float: right;
    margin-top: 34px;
}
.footer .creater p {
    
    color: #ffffff;
    font-size: 14px;
    padding-bottom: 10px;
}
.footer .creater p a {
    
    color: #ffffff;
}
.footer-info a{
    text-decoration: none;
    margin-left: 0px;
}
/*.footer-info a {
    
    font-size: 14px;
    color: #ffffff;
    padding-bottom: 3px;
    padding-left: 25px;
    padding-top: 3px;
    display: inline-block;
    margin-top: 8px;
    background: url("./img/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-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("./img/scroll.png") no-repeat ;
    width: 100px;
    height: 33px;
    display: block;

}
.scrollToTopEn  {
    background: url("./img/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%;
        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;}

    .footer-menu {
        text-align: center;
        columns: 1;
    }
}

.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-size: 40px;
    line-height: 39px;
    padding: 7px 0 22px;
    text-transform: uppercase;
}

.wrapper .content .inner-content h2 {
    color: #000000;
    
    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 {
    margin-bottom: 0.5em;
    padding-left: 15px;

      
      /* font-size: 14px; */
}
.inner-content .category ul {
    margin-bottom: 0;
}
.inner-content ul.ter {
    margin-bottom: 0;
}
.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;
            flex-wrap: wrap;
}
.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"],
.artis-feedback input[type="email"],
.artis-feedback input[type="tel"]{
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('./img/s1.png'), url('./img/s2.png'), url('./img/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;
    justify-content: end;
}

header .social_eye > div + div {margin-left: 12px;}

.faceb i:before{
    display: block;
    content: "";
    width: 32px;
    height: 32px;
    background: url("./img/facebook.svg") no-repeat center / contain;
}

.inst i:before{
    display: block;
    content: "";
    width: 32px;
    height: 32px;
    background: url("./img/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;
        overflow-y: hidden;
        margin-right: -15px;
        margin-left: -15px;
    }
@media (max-width: 1599px) {
	.table-wrapper {
		overflow-x: auto;
        overflow-y: hidden;
		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{
        grid-template-columns: repeat(2, 1fr);
        flex-wrap: wrap;
        
    }
    #index-page-catalog .catalog-list .catalog-item-1, #index-page-catalog .catalog-list div{
        width: 100%;
        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 .sub-menu{
        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){
    #header {
        padding-top: 10px;
    }
    .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 form:before{
        display: none;
    }
    .contact-form form:after{
        display: none;
    }
     .contact-form #feedback .row{
        float: none;
    }
    .contact-form #feedback .row input{
        margin-bottom: 15px;
        width: 100%;
    }
    .contact-form form input[type="text"], .tpl_default input[type="text"], .contact-form form input[type="email"], .tpl_default input[type="email"], .contact-form form input[type="tel"], .tpl_default input[type="tel"] {
        margin-right: 0;
        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;}

div.search-item h4 {
    font-size: 140%;
    font-weight: normal;
    line-height: 1.2;
    margin: 1.3em 0 0.4em;
}
div.search-item h4 a {
    text-decoration: none;
}


/* Start:/bitrix/templates/.default/components/bitrix/system.pagenavigation/arrows/style.css?16661664834092*/
/* ---- PAGINATION BOTTOM ---- */
.bx_pagination_bottom{
	color: #8d8d8d;
	font-size:11px;
}

.bx_pagination_bottom .bx_pagination_section_one{ }
.bx_pagination_bottom .bx_pagination_section_two{
	float: right;
	text-align: right;
}
.bx_pagination_bottom .bx_pg_section{
	display: inline-block;
	height: 30px;
	vertical-align: top;
	line-height: 30px;
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block;}
.bx_pagination_bottom .bx_pagination_select_container select{
    position: relative;
    margin: 2px 20px 2px 10px;
    padding: 1px 25px 3px 5px;
    height: 22px;
    outline: none;
    border: 1px solid #e0e0e0;
    border-radius: 1px;
    background: #fff url(/bitrix/templates/.default/components/bitrix/system.pagenavigation/arrows/images/select_arrow.png) no-repeat right center;
    color: #8d8d8d;
    font-size: 11px;
    line-height: 16px;
    resize: none;
    -webkit-appearance: none;
}

.bx_pagination_bottom .bx_pagination_page{
	white-space: nowrap;
	font-size: 12px;
}
.bx_pagination_bottom .bx_pagination_page ul{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.bx_pagination_bottom .bx_pagination_page li{
	display: inline-block;
	min-width: 22px;
	color: #8d8d8d;
	text-align: center;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a{
	display: block;
	min-width: 22px;
	color: #8d8d8d;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a:hover{color: #555;}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
	border-radius: 3px;
	background: #dbecf4;
	box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.1);
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: block;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px;}


.bx_pagination_bottom .bx_wsnw{white-space: nowrap;}




/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom .bx_pagination_section_one{ }
	.bx_pagination_bottom .bx_pagination_section_two{
		float: none;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		width: 47%;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		display: block;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		margin-right: 0 !important;
		width: 90%;
	}
	.bx_pagination_bottom .bx_pg_section{
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}	
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;height: auto;text-align: center;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	.bx_pagination_bottom .bx_pg_text{
		display: inline-block;
		width: 50%;
	}
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}
}
/*5*/
@media (max-width:320px){
}

	.bx_pagination_bottom .bx_pagination_section_one,
	.bx_pagination_bottom .bx_pagination_section_two,
	.bx_pagination_bottom .bx_pagination_select_container,
	.bx_pagination_bottom .bx_pagination_select_container select,
	.bx_pagination_bottom .bx_pg_section,
	.bx_pagination_bottom .bx_pagination_page,
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
	.bx_pagination_bottom .bx_pg_text,
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}



/* ---- --END-- PAGINATION ---- */

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/search.page/clear/style.css?16661664832276*/
div.search-tags-chain a {margin:2px;}
div.search-tags-chain a.search-tags-link {color:#333333; font-size:90%; text-decoration:none;color:#535353;}
div.search-tags-cloud a {white-space: normal;}

div.search-advanced { overflow: hidden; margin: 0.5em 0; zoom:1;}
div.search-advanced-result { float: left; width:70%;}
div.search-advanced-filter { float: right; }
div.search-advanced-filter a { outline: none;}

div.search-item { margin: 0 0 1.5em; padding: 0 0 1.5em; border-bottom: 1px solid;}
div.search-item h4 { font-size: 140%; font-weight: normal; line-height: 1.2; margin: 1.3em 0 0.4em;}
div.search-item h4 a { text-decoration:none;}
div.search-item h4 img { border:0px;vertical-align:middle;}
div.search-item h4 span { vertical-align:middle;text-decoration:underline;}
div.search-result { margin: 0;}
div.search-preview {margin: 0.5em 0;}

div.search-item-meta { margin: 1em 0 0 0; overflow: hidden; zoom: 1;}
div.search-item-rate { float: left; margin: -3px 6px 0 0;}
div.search-item-tags { float: left; }
div.search-item-date { float: right;}

div.search-page input.search-query {width: 99%; border: 1px solid; font-size:1.3em;}
div.search-page input.search-suggest {width: 99%; border: 1px solid; font-size:1.3em;}
div.search-page input.search-button { font-size: 1.2em; }

div.search-filter h2 { margin:1em 0 0.5em; border: none;}
table.search-filter { width: 100%;  margin-top: 0.5em;}
table.search-filter td { padding: 1em; border-top: 1px solid;}
td.search-filter-name { width: 10%; text-align: right;}
td.search-filter-field { width: 50%;}

table.search-filter input.input-field { border: 1px solid; font-size:1.3em; }
table.search-filter select.select-field {border: 1px solid; font-size:1.2em; }

div.search-sorting { margin: 0.5em 0;}
div.search-sorting b { padding: 0.2em 0.3em 0.3em ; font-weight: normal;}
/* COLORS */
div.search-item, table.search-filter td { border-color: #E9E9E9;}
div.search-page input.search-query, div.search-page input.search-suggest, table.search-filter input.input-field, table.search-filter select.select-field { background: #F8F7F7; border-color: #D9D9D9; }
div.search-advanced, div.search-item-meta, div.search-item-meta a { color: #8a8a8a; }
div.search-sorting b { background: #e8e9ec; }

.search-item-rate {font-size: 11px;}

/* End */
/* /bitrix/templates/.default/components/bitrix/system.pagenavigation/arrows/style.css?16661664834092 */
/* /bitrix/templates/.default/components/bitrix/search.page/clear/style.css?16661664832276 */
.ter {
    /* color: #006BCE;  */
}
.category a {
    color: #006BCE;
    font-size: 14pt;
}

.categories li > ul {
    display: none;
}
.categories > ul {
    padding-left: 0;
}
.wpcf7-form-control-wrap {
    display: inline-block;
    margin-bottom: 16px;
    max-width: 100%;
}
.error-page {
    text-align: center;
}
.error-page__num {
    margin-bottom:0;
    line-height: 1;
    font-size: 280px;
    font-weight: 600;
    color: #0058AA;
}
.error-page__txt {
    margin-bottom: 40px;
}
.circle-link {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0058aa;
    border-radius: 50%;
}
.circle-link img {
    display: block;
    width: 24px;
    height: 24px;
}
.popup {
    display: none;
    font-size: 16px;
}
.popup .title h2 {
    margin-bottom: 1em;
    font-size: 24px;
    text-align: center;
}

.chat {
    position: fixed;
    bottom: 50px;
    right: calc(50% - 700px);
    z-index: 2;
}
.chat__content {
    position: relative;
    display: block;
}
.chat__txt {
    padding: 10px;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 8px;
    white-space: nowrap;
    border: 2px solid #0058AA;
    display: none;
}
.chat__content:hover .chat__txt {
    display: block;
}
.chat__txt::after {
    content: ''; 
    position: absolute;
    right: -12px; 
    top: 50%;
    transform: translateY(-50%);
    border: 7px solid transparent; 
    border-left: 7px solid #fff;
}
.chat__txt::before {
    content: ''; 
    position: absolute;
    right: -14px; 
    top: 50%;
    transform: translateY(-50%);
    border: 7px solid transparent; 
    border-left: 7px solid #0058AA;
}
.chat__icon {
margin-left: 20px; 
}
@media(max-width: 1450px){ 
    .chat {
    bottom: 50px;
    right: 50px;
    }
}
@media(max-width: 600px){ 
    .chat {
        bottom: 20px;
        right: 50px;
    }
    .chat__content:hover .chat__txt {
        display: none;
    }
}
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    display: none !important;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-not-valid {
    border: 1px solid red !important;
}
.wpcf7-spinner {
    margin: 0 !important;
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.contact-form__btn-line {
    margin-bottom: 0 !important;
    position: relative;
    max-width: max-content;
}
.header_phones {
    margin-bottom: 10px;
    line-height: 130%;
    font-weight: 600;
    font-size: 18px;
}
.header_phones a {
    text-decoration: none;
}
.info-line {
    max-width: 1285px;
    margin: 10px auto 0;
    gap: 10px;
    padding: 8px;
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    text-transform: uppercase;
    color: #242424;
    background: #dbdada; 
}