/* #497c9d */

.scrollbar::-webkit-scrollbar {
    width: 6px;
}
 
.scrollbar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}
 
.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #999;
    border: 1px solid #fff;
}

* {
    outline: 0!important;
}
.h4, h4 {
    font-size: 1.4rem;
}


body{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 1.4;
    position: relative;
} 
.hide{
    display: none;
}
.visible-xs{
    display: none;
}
.title-tab-heading {
    background: #fff;
    color: #222;
    margin: 0 0 -1px 0;
    padding: 18px 25px 17px;
    border-radius: 0;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    position: relative;
}
.title-tab-heading:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 20px;
    font-family: FontAwesome;
    content: "\f107";
    font-size: 17px;
    right: 30px;
    font-weight: 400;
}
.active .title-tab-heading:before {
    content: "\f106";
}
.dark_link{
	color: #000 !important;
}
.dark_table {
    color: #333;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}

.colored-text{
    color:#0067c8;
}
a, a:active, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}
.btn-inline {
	cursor: pointer;
}
.btn{
    white-space: nowrap;
    font-size: 15px;
    border-radius: 2px;
    cursor: pointer;
}
.btn.focus, 
.btn:focus,
.btn:active:focus{
    box-shadow: none !important;
}

.btn.white:not(:hover){
	background: #fff;
	border-color: #fff;
	color: #333;
}

.svg-icon.colored path{
    fill: #497c9d;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.card{
    border-radius: 0;
}

.container{
    max-width: 1400px;
    width: 100%;
}

.block_onoffswitch>label{
	margin: 0;
    top: -1px;
    padding: 0 0 0 48px;
    font-size: .8667em;
    line-height: 1.5385em;
    display: block;
    cursor: pointer;
    overflow: visible;
    white-space: normal;
}
.onoffswitch {
	position: relative;
	width: 33px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 2;
	float: left;
}

.onoffswitch-checkbox {
	display: none;
}

.onoffswitch-label {
	display: block;
	font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    min-height: 20px;
    cursor: pointer;
    z-index: 1;
}
.onoffswitch-label:before{
	display: block;
	content: '';
	position: absolute;
	top: 0;
    left: 0;
    height: 18px;
    width: 100%;
    background: #dbe0e6;
    border-radius: 9px;
}

.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	-webkit-transition: margin .2s ease-in;
	transition: margin .2s ease-in
}



.onoffswitch-switch {
	position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 40px;
    background: #fff;
    border-radius: 20px;
    width: 14px;
    height: 14px;
    border: none;
    margin: 2px;
    right: 15px;
    z-index: 11;
    -webkit-transition: right .1s ease-in;
    transition: right .1s ease-in;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.3);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.3);
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
	margin-left: 0
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
	right: 0
}

.onoffswitch-checkbox:checked+.onoffswitch-label:before{
	background: #497c9d;
}
.form-group{
	margin-bottom: 30px;
}
.form-control {
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    height: 49px;
    padding: 6px 12px;
    background: #fbfbfb;
}
.form-control:focus {
    box-shadow: 0 1px 1px rgba(0,0,0,.015) inset;
    border-color: #999;
    background: #fff;
    outline: none;
}

.required-star{
	color: red;
}

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

.form-success{
	font-size: 15px;
    line-height: 1.4;
}
select {
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    padding: 5px 39px 5px 7px;
    background: 0 0;
    color: #000;
    cursor: pointer;
    line-height: 17px;
    position: relative;
    font-weight: 500;
}
#filter-main select {
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    padding: 5px 39px 5px 7px;
    background: 0 0;
    color: #000;
    cursor: pointer;
    line-height: 17px;
    position: relative;
    font-weight: 500;
    width:100%;
    background: #fff;
    margin-bottom: 10px;
}
#header{
	position: relative;
	z-index: 5
}
.header-top{
    padding-bottom: 10px;
    margin-top: 20px;
}

.page .header-top{
    padding: 14px 0 10px;
    margin-top: 0;
    background-blend-mode: soft-light !important;
    background-size: cover !important;
    background-position-y: 20% !important;
    background: #dfdfdf;
}

.logotip{
    width: 100%;
}
.logotip img{
    max-width: 100%;
}
.slogan{
    margin-top: 10px;
}
.slogan p{
    margin-bottom: 0;
}
.header .phone{
    position: relative;
    margin: -20px 0 -3px;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.5em;
    white-space: nowrap;
    text-align: right;
}
.socialwt{
    float: right;
}
.socialm{
    margin: 19px;
}
.socialm img{
    margin: 5px 0;
}
.phonem a{
    font-size: 20px;
    font-weight: 600;
}
.header .phone a {
    color: #0c1d25!important;
}
.header .phone.phone-dropdown{
    padding-right: 16px;
    float: right;
}
.phone.phone-dropdown:after{
    content: "\f0d7";
    display: block;
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    right: 8px;
    top: 0;

}
.header .phone.phone-dropdown .dropdown{
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    z-index: 130;
    min-width: 198px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    background: #FFF;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
    border-radius: 2px;
    overflow: hidden;
}
.header .phone.phone-dropdown:hover .dropdown {
    opacity: 1;
    visibility: visible;
}
.header .phone.phone-dropdown .more_phone {
    font-size: 1em;
    padding: 10px 10px 10px 19px;
}
.header .phone.phone-dropdown .more_phone+.more_phone {
    border-top: 1px solid #f2f2f2;
}



.header .mega-menu{
    height: 60px;
    border-radius: 3px;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
}
.header .mega-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.header .mega-menu > ul{
    display: flex;
    /*justify-content: space-between;*/
}
.header .mega-menu > ul > .item-menu{
    flex: auto;
    position: relative;
}

.header .mega-menu > ul > .item-menu > a{
    line-height: 60px;
    height: 60px;
    padding: 0 20px;
    font-weight: 600;
    display: block;
    text-align: center;
}

.header .mega-menu > ul > .item-menu:first-child{
    border-radius: 3px 0 0 3px;
}
.header .mega-menu .item-menu.dropdown .dropdown{
    display: none;
    background: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    position: absolute;
    top: 100%;
    width: 100%;
    margin-top: -1px;
    z-index: 2;
}
.header .mega-menu .item-menu.dropdown:hover .dropdown{
    display: block;
}
.header .mega-menu ul.dropdown li a{
    color: #222;
    padding: 14px 20px;
    border-top: 1px solid #f0f0f0;
    display: block;
}
.header .mega-menu ul.dropdown li a:first-child{
    border-top: 0;
}
.header .mega-menu ul.dropdown li a:hover{
    background: #009ceb;
    color: #fff;
}
.header .mega-menu .item-menu.dropdown .dropdown-submenu{
    position: relative;
}
.header .mega-menu .item-menu.dropdown .dropdown-submenu .dropdown{
    display: none;
}
.header .mega-menu .item-menu.dropdown .dropdown-submenu:hover .dropdown{
    display: block;
    left: 100%;
    top: 0;
    width: 300px;
}
.header .mega-menu .item-menu.dropdown .dropdown-submenu>a:after{
    display: block;
    font-family: fontawesome;
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 50%;
    height: 20px;
    margin-top: -11px;
}
li.item-menu.dropdown>a:after {
    display: inline-block;
    font-family: fontawesome;
    content: "\f107";
    margin-left: 6px;
}

.icon-menu{
    display: inline-block;    
}
.icon-menu a{
    display: block;
    line-height: 60px;
    padding: 0 18px;
}
.icon-menu .fa{
    font-size: 20px;
}
.icon-menu:last-child a{
    border-radius: 0 3px 3px 0;
}
.basket-link .count {
    margin: 0 5px;
    padding: 0 7px;
    border-radius: 10px;
    min-width: 20px;
    width: auto;
    height: 19px;
    font-size: 15px;
    font-weight: bold;
    line-height: 19px;
    background: #b0b0b0;
    color: #fff;
}




/* menu fixed */

#headerfixed{
    transition: opacity ease .01s;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.136);
    opacity: 0;
    display: none;
}

#headerfixed .logotip img{
    max-width: 100%;
    margin-top: 2px;
    max-height: 55px;
}

#headerfixed.fixed {
    position: fixed;
    margin: 0;
    width: 100%;
    top: 0;
    z-index: 996;
    right: 0;
    left: 0;
    display: block;
    opacity: 1;
}

#headerfixed .icon-menu a{
    padding: 0 15px;
}

.menu-fixed ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-fixed > ul{
    display: flex;
    /*justify-content: space-between;*/
}
.menu-fixed > ul > .item-menu{
    flex: auto;
    position: relative;
}
.menu-fixed > ul > .item-menu:hover{
    background: #0c1d25;
}

.menu-fixed > ul > .item-menu > a{
    line-height: 60px;
    height: 60px;
    padding: 0 15px;
    font-weight: 600;
    display: block;
    text-align: center;
}
.menu-fixed > ul > .item-menu:hover > a{
    color: #fff;
}
.menu-fixed .item-menu.dropdown .dropdown{
    display: none;
    background: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    position: absolute;
    top: 100%;
    width: 250px;
    z-index: 2;
}
.menu-fixed .item-menu.dropdown:hover .dropdown{
    display: block;
}
.menu-fixed ul.dropdown li a{
    color: #222;
    padding: 14px 20px;
    border-top: 1px solid #f0f0f0;
    display: block;
}
.menu-fixed ul.dropdown li a:first-child{
    border-top: 0;
}
.menu-fixed ul.dropdown li a:hover{
    background: #0c1d25;
    color: #fff;
}

.menu-fixed .item-menu.dropdown .dropdown-submenu{
    position: relative;
}
.menu-fixed .item-menu.dropdown .dropdown-submenu .dropdown{
    display: none;
}
.menu-fixed .item-menu.dropdown .dropdown-submenu:hover .dropdown{
    display: block;
    left: 100%;
    top: 0;
}
.menu-fixed .item-menu.dropdown .dropdown-submenu>a:after{
    display: block;
    font-family: fontawesome;
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 50%;
    height: 20px;
    margin-top: -11px;
}

#mobileheader{
	height: 60px;
    display: none;
}
.header-mobile{
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    height: 100%;
}

.mobile-logo{
    line-height: 60px;
}

.header-mobile .mobile-logo img{
    display: inline-block;
    max-height: 60px;
    max-width: 108px;
}
.nav-responsive_btn{
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    padding: 0 17px;
}

.nav-responsive_btn:focus{
	outline: none;
	box-shadow: none;
}



#mobilemenu {
    left: -100%;
    top: 0;
    bottom: 0;
    width: 300px;
    max-width: 100%;
    background: #fff;
    z-index: 3002;
    overflow: hidden;
    overflow-y: auto;
    transition: left .4s ease 0s,opacity .4s ease 0s;
    position: fixed;
    padding-bottom: 70px;
}

#mobilemenu.show {
    left: 0;
    box-shadow: 3px 0 10px 0 rgba(0,0,0,0.45);
}
#mobilemenu-overlay {
    display: none;
    background: #3a3f44;
    opacity: .7!important;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2999;
}

#mobilemenu .menu ul {
    padding: 0;
    margin: 0;
    display: block;
}

#mobilemenu .menu ul li {
    list-style: none;
    display: block;
    margin: 0;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    padding: 0;
}
#mobilemenu .menu ul>li>a {
    font-size: 15px;
    font-weight: bold;
}
#mobilemenu .menu ul>li a {
    padding: 19px 20px 20px 19px;
    display: block;
    position: relative;
}

#mobilemenu .menu ul>li a.parent {
    padding-right: 46px;
}

#mobilemenu .menu .dropdown {
    left: 100%;
    top: 0;
    width: 100%;
    border: medium none;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    display: none;
    position: absolute;
    z-index: 5;
    background: #FFF;
    margin: 0;
    padding: 0;
}
#mobilemenu .expanded>.dropdown .menu_title a {
    font-size: 15px;
    line-height: 18px;
    color: #eee;
    font-weight: bold;
    background-color: #fbfbfb;
}

#mobilemenu .expanded>.dropdown {
    display: block;
}
#mobilemenu .menu>li:not(.counters), 
.menu li.selected:not(.counters), 
.menu li.expanded {
    position: static;
}

#mobilemenu>.scroller>.wrap {
    width: 100%;
    transition: transform .2s ease-in-out;
    -webkit-transition: transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out;
    -ms-transition: transform .2s ease-in-out;
}
#mobilemenu>.scroller {
    overflow: hidden;
}


.dropdown-mobile-phone {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3000;
    background: #fff;
    display: none;
}
.dropdown-mobile-phone.show{
	display: block;
}
.dropdown-mobile-phone .more_phone.title {
    padding: 21px 18px 22px;
    line-height: normal;
    background: #fbfbfb;
}
.dropdown-mobile-phone .close-block{
	position: absolute;
    right: 25px;
}
.dropdown-mobile-phone .more_phone {
    font-weight: 700;
    border-bottom: 1px solid #f5f5f5;
}

.dropdown-mobile-phone .more_phone>a {
    position: relative;
    display: block;
    padding: 14px 19px 12px;
    line-height: normal;
}

.dropdown-mobile-phone .callback_wrap {
    line-height: normal;
    padding: 21px 20px 23px;
}
.dropdown-mobile-phone .callback_wrap .svg-inline-call {
    margin-right: 11px;
}

.dropdown-mobile-phone .callback_wrap .svg-inline-call path{
    fill: #222;
}


.side-menu{
    margin-bottom: 30px;
}
.side-menu li{
    padding: 0;
    margin-bottom: 0;
    width: 100%;
}
.side-menu .side-menu_item > a{
    border-top: 1px solid #f2f2f2;
    border-bottom-width: 0;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    text-decoration: none;
    padding: 14px 47px 14px 19px;
    font-weight: 400;
    color: #222;
    display: block;
}
.side-menu li.child>a:before{
	color: #898989;
    position: absolute;
    font-family: FontAwesome;
    content: "\f105";
    font-size: 17px;
    right: 19px;
    font-weight: 400;
    top: 14px;
    opacity: 1;
}
.side-menu .side-menu_item.active.child>a:before{
	color: #fff;
	content: "\f107";
}
.side-menu .side-menu_item:hover > a{
    color: #497c9d;
}
.side-menu .side-menu_item.active > a{
    background: #497c9d;
    color: #fff;
}
.side-menu .side-menu_item.active:hover > a{
	color: #fff;
}

.side-menu .submenu-wrapper {
    padding: 0 20px 15px 20px;
    background-color: #fbfbfb;
}

.side-menu .submenu {
    border-top: 1px solid #f2f2f2;
    padding: 13px 0 0 0;
    list-style: none;
    font-size: 12px;
}
.side-menu .submenu li{}
.side-menu .submenu li > a{
	text-decoration: none;
    color: #555;
    display: block;
    padding: 3px 0 3px;
    line-height: 20px;
    font-size: 13px;
}






.header-type-2 .phone{
    float: left !important;
    margin-right: 20px;
}

.header-type-2 .icon-menu a:hover{
    background: transparent;
    color: #0fa8ae;
}
.header-type-2  .mega-menu > ul > .item-menu:last-child{
    border-radius: 0 3px 3px 0;
}
.header-type-3 .phone{
    float: none;
    display: inline-block;
}
.header-type-3 .link-callback{
    display: block;
    padding-right: 16px;
    margin-top: 5px;
    text-align: right;
}
.header-type-3 .header-top{
    padding-bottom: 15px;
}

.header-type-3 .icon-menu a{
    padding: 0;
}
.header-type-3 .icon-menu a:hover{
    background: transparent;
    color: #0fa8ae;
}

.header-type-4 .phone{
    padding-right: 16px;
    display: inline-block;
    float: none;
    margin: 0 20px 0 0;
    vertical-align: middle;
}

.header-type-4 .header-top_row .row{
    height: 45px;
}

.full-carousel .header-type-4 .liner {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    margin: 0 15px;
}
.header-type-4 .header-top{
    padding-bottom: 0;
}

.header-type-4 .header-menu{
    height: 100px;
}
.header-type-4 .mega-menu{
    border-top: 0;
    height: 100px;
}

.header-type-4 .icon-menu a{
    line-height: 100px;
}
.header-type-4 .icon-menu a:hover{
    background: transparent;
}
.header-type-4 .mega-menu > ul > .item-menu > a {
    line-height: 100px;
    height: 100px;
}
.header-type-4 .mega-menu > ul > .item-menu:hover{
    background: transparent !important;
}

.page.menu-color .header-type-4  .header-menu{
	box-shadow: none;
}


.full-carousel .header .mega-menu{
    border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.full-carousel .header-type-4 .mega-menu{
    border-top: 0;
}


.menu-color .header .mega-menu{
    border-top: 0;
}
.menu-color .mega-menu > ul > .item-menu:hover{
    background: #0c1d25;
}
.menu-color .mega-menu > ul > .item-menu:hover > a{
    color: #fff;
}
.menu-color .icon-menu a:hover{
    background: #0c1d25;
    color: #fff;
}

.menu-color .header-type-4 .header-top{
    padding-bottom: 0;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.menu-color .header-type-1 .mega-menu{
    border-top: 0;
}

.page.menu-color .header-menu{
    position: relative;
    z-index: 11;
}
.page.menu-color .header-menu .item-menu{
    border-radius: 0 !important;
}

.page .header,
.page .top-row{
    background: #fff;
}

.social-icons{
    text-align: center;
}
.social-icons ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-icons ul li{
    display: inline-block;
    height: 44px;
    width: 44px;
    text-align: center;
    font-size: 15px;
    line-height: 44px;
}
.social-icons ul li a{
    color: #666;
}

#footer .social-icons ul{
    text-align: left;
}
#footer .social-icons .fa{
    display: none;
}
#footer .social-icons a{
    background: url(../images/social.png) -4px -4px/548px 148px no-repeat;
    border-radius: 100%;
    display: block;
    height: 40px;
    margin: 4px 8px 4px 0;
    overflow: hidden;
    position: relative;
    transition: .3s;
    width: 40px;
    -moz-transition: .3s;
    -ms-transition: all .3s ease;
    -o-transition: .3s;
    -webkit-transition: .3s;
    font-size: 0;
}
#footer .social-icons a:hover{
    opacity: .8;
}

#footer .social-icons li.facebook a {
    background-position: -54px -4px
}

#footer .social-icons li.twitter a {
    background-position: -104px -4px
}

#footer .social-icons li.instagram a {
    background-position: -154px -4px
}

#footer .social-icons li.telegram a {
    background-position: -4px -104px
}

#footer .social-icons li.youtube a {
    background-position: -204px -4px
}

#footer .social-icons li.odnoklassniki a {
    background-position: -254px -4px
}

#footer .social-icons li.whatsapp a {
    background-position: -154px -104px
}


/* Carousel */

#carousel-main{
    width: 100%;
    position: relative;
}

#carousel-main.full-carousel{
    margin-top: -220px;
    position: relative;
}

.carousel-main-item{
    padding-top: 60px;
    background-size: cover;
    background-position: top center;
    padding-bottom: 50px;
}
#carousel-main.full-carousel .carousel-main-item{
    padding-top: 300px;
}
.carousel-item__content{
    padding-left: 40px;
    max-width: 1300px;
    margin: 0 auto;
    display: none;
}
.carousel-item__text{
    width: 60%;
}
.carousel-item__text h3{
    font-size: 6em;
}

#carousel-main .nav-direction {
    position: absolute;
    z-index: 5;
    top: 50%;
    max-width: 1300px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#carousel-main .nav-direction .slick-arrow{
	position: absolute;
}
#carousel-main .nav-direction .slick-prev{
	left: -90px;
}
#carousel-main .nav-direction .slick-next{
	right: -90px;
}

#carousel-main .slick-list{
    width: 100%;
}



.carousel-buttons{
	margin-top: 20px;
}
.carousel-buttons .btn+.btn{
	margin-left: 15px;
}


/* Blocks */

.scale_block_animate {
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.blocks{
    padding: 60px 0;
}

.blocks-title{}
.blocks-title h3{
    padding: 0 0 34px;
    margin: 0;
    display: inline-block;
    position: relative;
    font-weight: normal;
}
.blocks-title h3.line:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 50px;
    background: #dedede;
    height: 3px;
}
.blocks-link__more{
    font-size: 18px;
    border-bottom: 1px dashed #0c1d25;
}
.blocks-top_text{
    padding-bottom: 35px;
    font-size: 16px;
}


.block-services .text-block{
    padding-top: 35px;
    padding-bottom: 30px;
}
.block-services .item{
    height: 220px;
    margin: 0 0 30px;
    overflow: hidden;
    position: relative;
}

.block-services .item .img_block {
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
}

.block-services .item .item-info{
    position: absolute;
    bottom: 20px;
    z-index: 2;
    width: 100%;
    color: #fff;
    transition: all ease .5s;
    padding: 0px 20px;
}

.block-services .item .item-info .item-info_title {
    position: relative;
    background: #497c9d;
    padding: 6px 10px;
    display: inline-block;
    font-size: 16px;
    background: rgba(12, 29, 37, 0.7) !important;
}
.block-services .item .item-info .item-info_title a{
    color: #fff;
    text-shadow: 1px 4px 8px #000;
}
.block-services .item .item-info .item-info_desc {
    opacity: 0;
    visibility: hidden;
    height: 0;
    color: #fff;
    font-size: 13px;
    line-height: 1.3;
    max-height: 54px;
    overflow: hidden;
}
.block-services .item:hover .item-info .item-info_desc {
    height: auto;
    opacity: 1;
    visibility: visible;
    display: block;
    margin: 10px 0 0;
}

.block-services .item .dark_block_animate {
    opacity: 0;
    background-color: rgba(0,0,0,.5);
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
    top: 0;
}

.block-services .item:hover .dark_block_animate {
    opacity: .8;
}
.block-services .item:hover .scale_block_animate{
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}


.block-catalog_row{
	margin: 0;
}

.block-catalog_row>.col-xl-6{
	padding: 10px;
}

.block-catalog_item{
    text-align: center;
    border: 1px solid #f5f5f5;
    border-right-width: 0;
    transition: .2s;
    margin: 0 0 -1px 0;
    height: 227px;
    background-position: center center;
    background-size: contain;
    background: no-repeat;
    background-size: cover;
}
.block-catalog_row>div:last-child .block-catalog_item, 
.block-catalog_row>div:nth-child(2n) .block-catalog_item {
    border-right-width: 1px;
}

.block-catalog_item:hover {
	border-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    scale: 1.15;
    transition: scale .4s ease;
}

.block-catalog .dark_block_animate {    
    overflow: hidden;

}

.block-catalog_item .item-inner .image{
	float: left;
	width: 120px;
	height: 120px;
}
.block-catalog_item .item-inner .image img{
    max-width: 100%;
}
.block-catalog_item .item-inner .catalog-item_info{
    text-align: left;
}
.block-catalog .dark_block_animate .item-inner .catalog-item_info .title {
    padding: 5px 15px;
    font-size: 1.6em;
    font-weight: 500;
    position: absolute;
    top: 70%;
    left: 30px;
    color: #fff;
    text-shadow: 1px 4px 8px #000;
    z-index: 2;
    background: rgba(12, 29, 37, 0.7);
}

.block-catalog_item .item-inner .text{
    font-size: .933em;
    color: #666;
}

.block-catalog_item .item-inner .text.childs{
	margin-bottom: 8px;
}

.block-catalog_item .item-inner .text.childs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.block-catalog_item .item-inner .text.childs ul li {
    display: inline-block;
	margin-right: 7px;
}


.block-products{
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}
.products-list-menu{
	list-style: none;
    padding: 0;
    margin: 0;
}

.products-list-menu li{
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
    font-weight: 500;	
}

.products-list-menu li a{
	display: block;
    padding-bottom: 3px;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    color: #222;
    margin-bottom: 10px;
}
.products-list-menu li a.active{
	border-bottom: 2px solid #9d7649;
	color: #9d7649;
}

.products-slide-block{
    display: none;
}

.products-slide-block.active{
    display: block;
}

.object-item-slide {
    border: 1px solid #f2f2f2;
    margin: 1px 15px 1px;
}
.object-item-slide .inner-wrap{
    position: relative;
}
.object-item-slide .inner-wrap .stickers {
    position: absolute;
    z-index: 2;
    top: 18px;
    left: 50px;
    width: 100%;
    display: none;
}
.object-item-slide .text{
    text-align: center;
    margin-top: 20px;
    padding: 0 20px;
}
.object-item-slide .text .info{
    margin-bottom: 20px;
}
.object-item-slide .image{
    text-align: center;
}
.object-item-slide img{
    display: inline-block;
}
.object-item-slide .footer-button {
    margin-top: 10px;
}



.block-features{
	padding: 0;
}
.block-features_content{
	padding: 40px 0;
	border-bottom: 1px solid #f2f2f2;
}
.block-features .title .top-text {
	font-size: 15px;
	font-weight: 500;
}
.block-features .title .desc-text {
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

.block-features .features-item{
    margin-bottom: 30px;
    text-align: center;
}
.block-features .features-item .img{
    margin-bottom: 5px;
}



.news-item{
	margin-bottom: 30px;
	box-shadow: 0 0 0 1px #f2f2f2;
	height: calc(100% - 30px);
}

.news-item .img img{
	max-width: 100%;
	width: 100%;
}
.news-item .info {
    padding: 20px 20px 30px;
}




.block-anons .item{
    height: 100%;
    transition: box-shadow .3s;
    box-shadow: 0 0 0 1px #f2f2f2;
    background: #fff;
    position: relative;
}
.block-anons .item:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.block-anons .item .img img{
    max-width: 100%;
}
.block-anons .item .date{
    font-size: 13px;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 17px;
}
.block-anons .item.big .date{
    left: 32px;
    right: 32px;
}
.block-anons .item .info{
    padding: 17px 24px 20px;
}
.block-anons .item.big .info{
    padding: 26px 32px 20px;
}
.block-anons .item .name{
    font-weight: 500;
    font-size: 15px;
}
.block-anons .item .name a{
    color: #000;
}
.block-anons .item.big .name{
    font-size: 20px;
    margin-bottom: 15px;
}
.block-anons .item .desc{
    font-size: 16px;
    color: #555;
}
.block-anons .item .date+.info {
    padding-bottom: 50px;
}
.block-anons .items>div{
    margin-bottom: 30px;
}
.block-anons .items>div:nth-child(n+3){
    margin-bottom: 0;
}








.block-about{}
.block-about .text{
    max-width: 620px;
    margin: 0 0 0 auto;
    padding: 0 68px 30px 0;
    height: 100%;
}
.block-about .text .show-all{
    position: relative;
    font-size: 13px;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: .8px;
    z-index: 3;
    color: #999;
}
.block-about .text h2{
    font-size: 30px;
    font-weight: 400;
    margin: 10px 0 25px;
}
.block-about .text .desc{
    font-size: 15px;
    line-height: 2;
    margin-bottom: 30px;
}
.block-about .img{
    margin: 0 -15px;
}

.block-about .img img{
    width: 100%;
}




.block-contacts{
    position: relative;
    padding: 0;
}


.contacts-info{
    position: absolute;
    top: 100px;
    z-index: 5;
    background: #fff;
    width: 290px;
}
.contacts-info .title-block{
    padding: 20px 30px;
    font-size: 22px;
    font-weight: 500;
    border-bottom: 1px solid #f2f2f2;
}

.contacts-info .info-block{
    padding: 20px 30px 30px;
}

.contacts-info .info-block .value-block{
    margin-bottom: 15px;
}
.contacts-info .info-block .value-block i.fa{
    display: block;
    float: left;
    width: 25px;
    font-size: 17px;
}
.contacts-info .info-block .value-block span{
        display: block;
    padding-left: 25px;
}

.contacts-info .info-block .address{}
.contacts-info .info-block .phones{}
.contacts-info .info-block .email i.fa{
    font-size: 15px;
}
.contacts-info .info-block .btn{
    width: 100%;
}


.nav-direction+.blocks-link__more{
    margin-top: 10px;
}
.nav-direction{
    position: relative;
    margin-left: 20px;
    margin-bottom: 15px;
}
.nav-direction .slick-arrow{
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    background: #3bb8bd;
    border-radius: 50%;
    height: 33px;
    width: 33px;
    position: static;
    display: inline-block;
    vertical-align: top;
    transform: none;
    text-align: center;
    margin: 5px 5px 0;
}
.nav-direction .slick-arrow:before{
    display: none;
}

.nav-direction .slick-next{
    padding-left: 4px;
}
.nav-direction .slick-prev{
    padding-right: 4px;
}


.block-reviews .blocks-title h3{
    padding: 0 0 20px;
}

.carousel-reviews .review-item{
    margin: 12px 15px;
    padding: 30px 35px 43px 60px;
    background: #fff;
    position: relative;
    transition: box-shadow .3s;
    box-shadow: 0 0 0 1px #f2f2f2;
}
.carousel-reviews .review-item:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.carousel-reviews .review-item .review-text{
    position: relative;
    font-size: 16px;
    padding-top: 20px;
}
.carousel-reviews .review-item .review-text .fa{
    position: absolute;
    left: -40px;
    font-size: 30px;
    color: #3bb8bd;
}

.carousel-reviews .review-item .review-top .info .name{
    font-size: 16px;
    font-weight: 600;
}
.carousel-reviews .review-item .review-top .info .position{
    color: #777;
    font-size: 13px;
}

.carousel-reviews .review-item .text{
	display: none;
}


.reviews-list .review-item{
	border-bottom: 1px solid #f2f2f2;
    padding-bottom: 25px;
    padding-top: 10px;
    margin-bottom: 15px;
}
.reviews-list .review-item .title{
	color: #222;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.reviews-list .review-item .text{}



.page-top-wrapper{
    padding: 10px 0 50px;
    margin-bottom: 50px;
    background-blend-mode: soft-light!important;
    background-size: cover!important;
    background-position-y: 33%!important;
}
section.page-top {
    padding: 30px 0 0;
}
.page-top-wrapper .page-title{
    color: #0c1d25;
}
.breadcrumb{
    background: none;
    margin: 0;
    padding: 0;
}
.breadcrumb>li {
    color: #0c1d25;
    opacity: .8;
    font-size: 12px;
}
.breadcrumb>li a{
    color: inherit;
}
.breadcrumb>li+li:before {
    font-family: FontAwesome;
    content: "\f054";
    font-size: 7px;
    padding: 0 8px 0 10px;
    vertical-align: middle;
    color: #0c1d25;
    opacity: .2;
    display: inline-block;
    position: static;
    background: 0 0;
    width: auto;
    height: auto;
}

.page-content{
    margin-top: -80px;
    margin-bottom: 80px;
    box-shadow: 0 0 27px 0 rgba(0,0,0,.1);
	padding: 30px;
    background: #fff;
}
.image-wide img{
    max-width: 100%;
    width: 100%;
}
.page-content .wrapper-wide{
	margin: 0 -30px;
}


.page-content ul{
	padding-left: 0;
	list-style: none;
}

.page-content ul li{
	position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}
.page-content ul li:before{
	content: '';
	position: absolute;
    left: 0;
    top: 11px;
    width: 3px;
    height: 3px;
    background: #222;
}
.page-content .nav li{
	padding-left: 0;
}
.page-content .nav li:before{
	display: none;
}

/* Page */
.detail{}
.detail .image-wide{
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
}
.detail .teaser-text{
    padding: 30px 40px 30px;
    background: #fbfbfb;
    display: block;
    color: #222;
    font-size: 18px;
}

.detail .teaser-text:after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    margin-top: 21px;
    background-color: #497c9d;
}

.detail .order-block{
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
}
.detail .text-date{
	display: inline-block;
    zoom: 1;
    vertical-align: top;
    font-size: 13px;
    color: #888;
    margin-bottom: 5px;
}

.detail .text-page{
    padding: 30px 0 30px;
}
.detail .gallery{
    padding: 20px 0 30px;
}
.detail .gallery-item{
    margin-bottom: 30px;
}
.detail .gallery-item > a{
    height: 100%;
    display: block;
} 
.detail .gallery-item > a > img{
    max-width: 100%;
    width: 100%;
    max-height: 183px;
    object-fit: cover;
}

.detail-news .image-wide {
	margin-right: 0;
}

.order-block{
    background: #fbfbfb;
    padding: 30px 40px;
}
.order-block .text{
    position: relative;
}
.order-block .svg-icon{
    position: absolute;
}

.order-block .inner-text{
    line-height: 1.5;
    font-size: 15px;
    padding-left: 80px;
}
.order-block .btn{
    width: 100%;
    font-size: 15px;
    max-width: 250px;
    margin: 0 auto;
    padding-right: 0;
    display: block;
    padding-left: 0;
}

.order-block.feed{
	background: #fbfbfb;
    border: 1px solid #f2f2f2;
    color: #555;
    clear: both;
    font-size: 1em;
    margin: 30px 0 40px;
    width: 100%;
}
.order-block.feed .svg-icon{
display: block;
    width: 48px;
    height: 58px;
    position: absolute;
    top: -2px;
    left: 25px;
}
.order-block.feed .text{
	padding: 0px 0 0 100px;
    min-height: 46px;
    line-height: 24px;
    color: #555;
    text-align: left;
    position: relative;
}


.item-views{
    padding: 0 30px;
}
.item-views .text_before{
    margin-bottom: 40px;
}


.services-list .service-item{
    margin-bottom: 30px;
}
.services-list .service-item .image {
    width: 90px;
    height: 90px;
    line-height: 86px;
    margin-left: 21px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    position: relative;
}
.services-list .service-item .image a {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    text-align: center;
    vertical-align: top;
}
.services-list .service-item .img-block {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-repeat: no-repeat;
}
.services-list .service-item .info {
    padding-left: 135px;
}
.services-list .service-item .title{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    display: block;
    color: #222;
}
.services-list .service-item .desc{
    font-size: 13px;
    color: #666;
}


.services-list_row{
    margin-top: 40px;
}
.services-list_row .service-item{
    border-bottom: 1px solid #f2f2f2;
    padding: 0 0 24px;
    margin-bottom: 30px;
}
.services-list_row .service-item .image{
    width: 260px;
    float: left;
}
.services-list_row .service-item .image img{
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    min-height: 150px;
}
.services-list_row .service-item .info{
    padding-left: 300px;
}

.services-list_row .service-item .info .title{
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 500;
    display: block;
}
.services-list_row .service-item .info .desc{
    margin-top: 5px;
    margin-bottom: 20px;
    line-height: 22px;
}
.services-list_row  .info .text.childs{
    margin-bottom: 8px;
    margin-top: -10px;
}

.services-list_row  .info .text.childs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.services-list_row  .info .text.childs ul li {
    display: block;
    margin-right: 7px;
    padding: 0;
    font-size: 13px;
    margin-bottom: 0;
}
.services-list_row  .info .text.childs ul li:before{
    display: none;
}
.services-list_row .service-item{}






.detail-service .services-list {
    margin: 20px 0 0;
}

.news-list .news-item .date{
    font-size: 13px;
    color: #888;
    margin: 10px 0 5px;
}

.ask_a_question {
    margin-bottom: 37px;
    border: 1px solid #f2f2f2;
    background: #fbfbfb;
    padding: 45px 25px;
    text-align: center;
}
.ask_a_question .text-block {
    line-height: 20px;
    color: #555;
    font-size: 14px;
    position: relative;
    padding-top: 95px;
    margin-bottom: 20px;
}

.ask_a_question .svg-icon {
    content: "";
    position: absolute;
    width: 88px;
    height: 80px;
    left: 50%;
    top: 0;
    margin: 0 0 0 -44px;
}

.url-block {
    display: inline-block;
    margin-bottom: 25px;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    position: relative;
    color: #222;
}

.url-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 47px;
    width: 1px;
    height: 100%;
    background: #f2f2f2;
}

.url-block i {
    position: absolute;
    width: 47px;
    font-size: 20px;
    font-weight: 700;
    left: 0;
    top: 13px;
    text-align: center;
}

.url-block span {
    display: inline-block;
    vertical-align: middle;
    padding: 11px 20px 12px 67px;
}



.group-personnel__title{
    font-size: 24px;
    font-weight: 400;
}

.personnels-list{
    margin-bottom: 40px;
}
.personnels-list>div{
    padding: 0;
    margin: 0 -1px -1px 0;
}

.personnel-item{
    text-align: center;
    height: 100%;
    border: 1px solid #f2f2f2;
    margin: 0 -1px -1px 0;
    padding: 30px;
}
.personnel-item:hover{
    box-shadow: 0 0 27px 0 rgba(0,0,0,.1);
}

.personnel-item .image{
    margin-bottom: 20px;
}
.personnel-item .image img{border-radius: 50%;}
.personnel-item .top-block-wrapper{
    margin-bottom: 15px;
}
.personnel-item .title{
    font-weight: 700;
    color: #222;
    margin-bottom: 1px;    
}
.personnel-item .title a{
    color: #222;
}
.personnel-item .title a:hover{
    color: #009ceb;
}
.personnel-item .text_teaser{
    margin-bottom: 15px;
}

.detail.staff{
    border: 1px solid #f2f2f2;
    padding: 40px 40px 15px;
    margin-bottom: 40px;
}
.detail.staff .image{
    text-align: center;
    padding: 0;
}

.detail.staff .properties {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 30px;
    margin-left: 16px;
    margin-right: 16px;
}
.detail.staff .properties .inner-wrapper {
    padding: 0 16px 12px;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    font-size: 15px;
}

.detail.staff .inner-wrapper.post {
    display: block;
    color: #999;

}
.detail.staff .inner-wrapper.post .vals {
    color: #222;
}

.detail.staff .properties .inner-wrapper a{
    font-size: 15px;
    font-weight: normal;
}
.detail.staff .properties .inner-wrapper .fa{
    margin-right: 8px;
}
.detail.staff .properties .inner-wrapper.phone .fa{
    font-size: 20px;
}

.detail.staff .text{
    padding: 0 16px;
}





.partners-list>div{
    margin: 0 -1px -1px 0;
    padding: 0;
}
.partners-list .partner-item{
    border: 1px solid #f2f2f2;
    height: 100%;
    padding: 40px 20px 20px;
}
.partners-list .partner-item:hover{
    box-shadow: 0 0 27px 0 rgba(0,0,0,.1);
}
.partners-list .partner-item .image{
    text-align: center;
    margin-bottom: 30px;
}
.partners-list .partner-item .title{
    font-weight: 700;
    line-height: 20px;
}
.partners-list .partner-item .text{
    margin-bottom: 20px;
    margin-top: 10px;
}
.partners-list .partner-item .link_site .fa{
    margin-right: 5px;
}


.category-list {
    padding-bottom: 25px;
}
.category-list .category-item{
    margin-bottom: 30px;
}
.category-list .category-item .image{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.category-list .category-item .image img{
    width: 100%;
    max-width: 100%;
}
.category-list .category-item .info{
    padding-left: 0;
}

.category-list .category-item .title{
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 18px;
}
.category-list .category-item .text{
    font-size: 13px;
    line-height: 18px;
    color: #666;
}
.category-list .category-item .text.childs ul{
    margin-bottom: 5px;
    list-style: none;
}
.category-list .category-item .text.childs ul li{
    display: inline-block;
    margin-right: 7px;
    padding: 0;
    font-size: 13px;
    margin-bottom: 0;
}
.category-list .category-item .text.childs ul li:before{
    display: none;
}

.category-page .text_before{
    padding: 0 0 19px;
    font-size: 1.2em;
    color: #222;
    border-bottom: 2px solid #0c1d25;
    line-height: 1.6em;
    margin-bottom: 30px;
}


.ordering-wrap>div {
    display: inline-block;
    vertical-align: top;
}
.ordering-wrap .filter-action {
    background: #f2f2f2;
    width: 43px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    border-radius: 3px;
    margin: 0 16px 0 0;
    cursor: pointer;
    font-size: 19px;
}

.ordering-wrap .filter-action.active{
    background: #497c9d;
    color: #fff;
} 

.select-outer select {
    border-color: #d5d5d5;
    font-size: 14px;
    border-radius: 3px;
    padding: 8px 30px 9px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-outer i.fa {
    top: 0;
    width: 28px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 1px 1px 0 2px;
    border-right: 0 solid #f2f2f2;
    left: 0;
    vertical-align: top;
    font-size: 13px;
    margin-right: -28px;
}

.select-outer select+i.fa {
    border-left: 0 solid #f2f2f2;
    right: 0;
    left: auto;
    border-right-width: 0;
    padding-left: 0;
    margin-left: -28px;
}

.select-outer.black i.fa {
    color: #222;
}

.display-type .view-button {
    display: inline-block;
    position: relative;
    zoom: 1;
    width: 36px;
    height: 36px;
    background: #f2f2f2;
    margin-left: 4px;
    border-radius: 3px;
    text-align: center;
    font-size: 15px;
    line-height: 33px;
    cursor: pointer;
}

.display-type .view-button.active,
.display-type .view-button:hover {
    background: #497c9d;
    color: #fff;
}

.display-type .view-button.active svg path,
.display-type .view-button:hover svg path{
    fill: #fff;
}

.catalog.item-views{
    padding: 0;
    margin-top: 30px;
}



.item-views .display-tiles .item{
    position: relative;
    margin-bottom: 32px;
    -webkit-transition: box-shadow .2s ease-out;
    -moz-transition: box-shadow .2s ease-out;
    -o-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    border: none;
    box-shadow: 0 0 0 1px #f2f2f2;
}
.item-views .display-tiles .item:hover {
    box-shadow: none;
}
.item-views .display-tiles .item .inner-wrap{
    background: #fff;
    padding: 25px 32px 26px;
    text-align: center;
    -webkit-transition: box-shadow .2s ease-out;
    -moz-transition: box-shadow .2s ease-out;
    -o-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    height: 100%;
}
.item-views .display-tiles .item:hover .inner-wrap{
    box-shadow: 0 0 23px 0 rgba(0,0,0,.1);
    position: relative;
    z-index: 9;
}

.item-views .display-tiles .item .stickers{
    left: 0;
    top: 0;
    position: absolute;
    font-size: 0;
    line-height: 0;
    width: 100%;
    text-align: left;
    z-index: 5;
}




.item-views .display-tiles .item .stickers-wrapper {
    padding: 23px 23px 10px;
}

.item-views .display-tiles .item .image{
    padding: 0;
    max-width: 200px;
    height: 200px;
    line-height: 197px;
    max-height: 200px;
    margin: 0 auto;
    position: relative;
    background: #fff;
}
.item-views .display-tiles .item .image img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    zoom: 1;
}
.item-views .display-tiles .item .text{
    padding: 17px 0 0;
}
.item-views .display-tiles .item .text .title{
    font-weight: 700;
    margin-bottom: 11px;
    font-size: 1.067em;
    text-align: center;
    max-height: 44px;
    min-height: 44px;
}

.item-views .display-tiles .item .foot {
    position: relative;
    margin: 0;
}
.item-views .display-tiles .item .price {
    margin-top: 8px;
}
.item-views .display-tiles .item .price.inline .price_new {
    display: inline-block;
    vertical-align: top;
}

.item-views .display-tiles .item .price .price_val{
    font-size: 18px;
    font-weight: 700;
    padding-right: 5px;
    color: #1d2029;
    display: inline-block;
}
.item-views .display-tiles .item .price.inline .price_old {
    display: inline-block;
    vertical-align: top;
    line-height: 27px;
}
.item-views .display-tiles .item .price_old .price_val{
    font-size: 14px;
    font-weight: 400;
    padding-right: 0;
    color: #777;
    text-decoration: line-through;
}


.item-views .display-tiles .item .footer-button{
    opacity: 0;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    transition: .1s;
    margin: 7px 0 0;
    display: none;
}

.item-views .display-tiles .item:hover .stickers, 
.item-views .display-tiles .item:hover .image{
    display: none;
}
.item-views .display-tiles .item:hover .text{
    padding-top: 0;
}
.item-views .display-tiles .item:hover .footer-button{
    opacity: 1;
    display: block;
}
.item-views .display-tiles .item .props_wrapper {
    position: relative;
    display: none;
}
.item-views .display-tiles .item:hover .props_wrapper{
    display: block;
}
.item-views .display-tiles .item .props_wrapper .props_inner {
    position: static;
    top: 0;
    left: 0;
    right: 0;
    max-height: 210px;
    overflow: auto;
    padding-right: 10px;
    margin-top: 8px;
    max-height: 190px;
}
.item-views .display-tiles .item .props_wrapper.chars .props_table .char_name span {
    color: #999;
    font-size: 13px;
    line-height: 18px;
    padding-right: 9px;
    white-space: nowrap;
}
.item-views .display-tiles .item .props_wrapper.chars .char-wrapp .props_table td {
    display: block;
    width: 100%;
    background: 0 0;
    text-align: left;
    padding: 0;
    line-height: 18px;
    border-top: 0;
}
.item-views .display-tiles .item .props_wrapper.chars .char-wrapp .props_table td.char_value {
    margin-bottom: 5px;
}


.row.display-price{
    margin: 0;
}
.item-views .display-price .item{
    border: 1px solid #f2f2f2;
    display: block;
    margin: 0 0 -1px;
    transition: box-shadow ease .3s;
}
.item-views .display-price .item:hover{
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}
.item-views .display-price .item table{
    width: 100%;
}
.item-views .display-price .item table td{
    border: 0;
    padding: 19px 0;
    vertical-align: middle;
}
.item-views .display-price .item .foto-cell{
    width: 70px;
    padding: 0px;
    vertical-align: middle;
}
.item-views .display-price .item .info-cell{
    padding: 10px 20px;
}
.item-views .display-price .item .status-icon{
    padding-left: 0;
}
.item-views .display-price .item .info-cell .title{
    font-weight: 500;
}
.item-views .display-price .item .item-name-cell{
    width: 50%;
}
.item-views .display-price .item .item-price-cell{
    width: 30%;
}
.item-views .display-price .item .price-block>div{
    display: inline-block;
}
.item-views .display-price .item .price-block .price{
    color: #333;
    font-weight: 700;
    font-size: 16px;
    padding-right: 45px;
}
.item-views .display-price .item .price-block .price_old {
    color: #777;
    font-weight: 400;
    font-size: .933em;
    text-decoration: line-through;
}




.item-views .display-list .item{
    padding: 20px;
    margin-bottom: -1px;
    box-shadow: none;
    border-bottom: 3px solid #f3f9ee;
}
.item-views .display-list .item .image-wrapper{
    position: relative;
}
.item-views .display-list .item .image-wrapper .stickers{
    position: absolute;
    z-index: 2;
    top: -4px;
    left: 4px;
    width: 100%;
}
.item-views .display-list .item .image-wrapper .image{
    padding: 0;
    max-width: 640px;
    max-height: 405px;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
}
.item-views .display-list .item .image-wrapper .image img{
        max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.item-views .display-list .item .title{
    margin-bottom: 20px;
}
.item-views .display-list .item .title a{
    color: #0c1d25;
    font-weight: 500;
    font-size: 22px;
    border-bottom: 1px dashed #0c1d25;
}
.item-views .display-list .item .text{
    color: #555;
    float: left;
}
.item-views .display-list .item .description{
    font-size: 13px;
    line-height: 22px;
    margin: 15px 0;
}
.item-views .display-list .item .show_props{
    font-size: 13px;
    cursor: pointer;
}
.item-views .display-list .item .props_list .char{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #333;
}
.item-views .display-list .item .props_list .char .name{
    margin-right: 8px;
    font-weight: 100;
    color: #777;
}
.item-views .display-list .item .props_list{
    margin-bottom: 9px;
    column-count:2;
}
.item-views .display-list .item .show_props .op {
    display: inline-block;
}
.item-views .display-list .item .show_props .cl {
    display: none;
}
.item-views .display-list .item .show_props .opened .op {
    display: none;
}
.item-views .display-list .item .show_props .opened .cl {
    display: inline-block;
}

.item-views .display-list .item .price{
    margin-bottom: 5px;
}
.item-views .display-list .item .price .price_val {
    font-size: 22px;
    font-weight: 700;
    padding-right: 5px;
    color: #8baf0a;
    display: inline-block;
}
.item-views .display-list .item .price .price_old .price_val {
    font-size: 18px;
    font-weight: 400;
    padding-right: 0;
    color: #777;
    text-decoration: line-through;
}
.item-views .display-list .item .footer-button .btn{
    width: 100%;
    margin-bottom: 20px;
}

.block-rieltor{
    border: 1px solid #d8d8d8;
    padding: 20px;
}

.block-rieltor .rieltor-wrapper{
    margin: 0 auto;
}

.block-rieltor img{
    display: block;
    width: 100%;
    max-width: 210px;
    margin: 0 auto 15px;
}

.block-rieltor .rieltor-name a{
    font-size: 16px;
    color: #222;
    font-weight: 500;
}
.block-rieltor .rieltor-position{
    font-size: 14px;
    color: #555;
}

.ajax_load.__loading {
    background: url(../images/preloader.gif) top center no-repeat;
    background-size: 30px;
}

.ajax_load.__loading>* {
    opacity: .3;
}


.item .status-icon {
    margin-right: 15px;
    padding: 2px 0 0 20px;
    position: relative;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    height: auto;
    line-height: 14px;
    color: #666;
}

.status-icon:before{
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
    color: #20af59;
}

.status-icon.order:before{
    color: #00a4f1 !important;
}

.sticker{
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    line-height: 18px;
    color: #fff;
    font-weight: 700;
    background-color: #dedede;
    padding: 2px 6px 1px;
    margin: 4px;
    text-transform: uppercase;
    border-radius: 2px;
    letter-spacing: .7px;
    height: 21px;
}
.sticker.sticker_sale{background: #e52929;}
.sticker.sticker_recommend{background: #893ca9;}
.sticker.sticker_new{background: #4fad00;}
.sticker.sticker_hit{background: #05a0e0;}

.sticker.sticker-sale{background: #4fad00;}
.sticker.sticker-rent{background: #05a0e0;}

.catalog.detail .head {
    padding: 0;
	margin-bottom: 24px;
}

.catalog.detail .product-image{
	position: relative;
}
.catalog.detail .product-image img{
        max-width: 100%;
        display: block;
        width: 100%;
        border-radius: 5px;
}
.catalog.detail .head .info {
    padding: 0 38px 0 0;
}
.catalog.detail .head .info .hh {
    padding: 0 0 18px;
    width: 100%;
}
/*
.catalog.detail .stickers{
	left: 28px;
    top: 0;
    position: absolute;
    z-index: 0;
    line-height: 20px;
    font-size: 0;
    line-height: 0;
    width: 75%;
    text-align: left;
    z-index: 5;
}

.catalog.detail .stickers .stickers-wrapper {
    padding: 6px 8px 10px;
}
*/
.catalog.detail .stickers{
    margin-bottom: 10px;
    margin-left: -4px;
}
.catalog.detail .item .status-icon{
	padding-left: 0;
}

.catalog.detail .head .previewtext {
    margin-bottom: 0;
    color: #666;
    font-size: 14px;
    line-height: 22px;
}
.catalog.detail .head .link-block-more>span {
    border-bottom: 1px dotted;
    font-size: 13px;
}


.catalog.detail .head .bottom-wrapper {
    border-top: 1px solid #f2f2f2;
    margin: 15px 0 30px;
    padding: 30px 0 0;
    display: flex;
}

.catalog.detail .head .price {
    line-height: 19px;
    font-size: 0;
    line-height: 0;
    margin: 0 0 15px;
}
.catalog.detail .head .price .price_new, 
.catalog.detail .head .price .price_old {
    display: inline-block;
    vertical-align: top;
}

.catalog.detail .head .price .price_val {
    color: #8baf0a;
    font-size: 24px;
    font-weight: 700;
    padding-right: 5px;
    line-height: 26px;
}

.catalog.detail .head .price .price_old {

}

.catalog.detail .head .price .price_old .price_val {
    font-size: 18px;
    font-weight: 400;
    padding-right: 0;
    color: #777;
    text-decoration: line-through;
}

.catalog.detail .head .block-btn .btn {
	display: block;
	padding: 10px;
	margin-bottom: 10px;

}

.catalog.detail .small-gallery-block{
	padding: 0 15px;
}

.catalog.detail .gallery-item{
	padding: 0;
	margin: 0;
}






.contacts-page-map{
    margin-top: -50px;
}
.wrapper-contacts{
    padding-bottom: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.wrapper-contacts table{
    margin-bottom: 30px;
}
.wrapper-contacts table td{
    vertical-align: top;
}
.wrapper-contacts .icon .fa{
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #497c9d;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-right: 20px;
}

.contacts-branches{
    margin-top: 30px;
    margin-bottom: 60px;
}
.contacts-stores{
    margin-top: 10px;
}
.contacts-stores .item {
    margin: 0 -1px -1px 0;
    padding: 45px 45px 30px !important;
    border: 1px solid #eff1f5;
    transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -ms-transition: box-shadow .3s ease;
    -o-transition: box-shadow .3s;
    -webkit-transition: box-shadow .3s
}
.contacts-stores .item:hover{
    border-color: transparent;
    -webkit-box-shadow: 0 5px 25px 0 rgba(18,25,38,.1);
    -moz-box-shadow: 0 5px 25px 0 rgba(18,25,38,.1);
    box-shadow: 0 5px 25px 0 rgba(18,25,38,.1);
}
.contacts-stores .item .section_name{
    margin: 0 0 27px;
    font-size: 20px;
    line-height: 1.6;
    color: #333;   
}
.contacts-stores .item .property {
    margin-bottom: 15px;
}

.contacts-stores .item .property .title-prop {
    margin: 0 0 3px;
    color: #999;
    font-size: 12px;
    line-height: 1.3;
    text-transform: uppercase;
}

.contacts-stores .item .property .value {
    color: #333;
    font-size: 16px;
}
.contacts-stores .item .property.phone .value a{
    display: block;
}


.licenses-list{}
.licenses-list .item{
    margin: 0 -1px -1px 0;
    padding: 30px 20px !important;
    border: 1px solid #eff1f5;
    transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -ms-transition: box-shadow .3s ease;
    -o-transition: box-shadow .3s;
    -webkit-transition: box-shadow .3s;
    text-align: center;
}
.licenses-list .item:hover{
    border-color: transparent;
    -webkit-box-shadow: 0 5px 25px 0 rgba(18,25,38,.1);
    -moz-box-shadow: 0 5px 25px 0 rgba(18,25,38,.1);
    box-shadow: 0 5px 25px 0 rgba(18,25,38,.1);
}
.licenses-list .item .image{
    margin-bottom: 15px;
    position: relative;
}
.licenses-list .item .image img{}
.licenses-list .item .image .zoom{
    border-radius: 4px;
    color: #fff;
    display: block;
    height: 44px;
    line-height: 24px;
    margin: -22px -22px 0 0;
    padding: 6px;
    position: absolute;
    right: 50%;
    text-align: center;
    top: 50%;
    width: 44px;
    cursor: pointer;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: all .3s ease;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: url(../images/fullsize.svg) center no-repeat rgba(34,34,34,.7);
    background-color: #497c9d;
    opacity: 0;
}

.licenses-list .item:hover .image .zoom{
    opacity: 1;
}
.licenses-list .title{
    font-weight: 500;
}


#map{
    height: 495px;
}

#map>iframe{
    border: 0;
}
/* Footer */

#footer{
    padding: 35px 0 20px;
    color: #fff;
    background: #373d44;
}
.row_copyright{
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #41474e;
}

#footer .small_title{
    display: block;
    font-size: 1em;
    font-weight: 700;
    padding: 0 0 12px;
}


.footer_menu{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer_menu li{
    margin-bottom: 10px;
}
.footer_menu li a{
    color: #a7a7a7;
    text-decoration: none;
}
.footer_menu li a:hover{
	text-decoration: underline;
}
.contact-elm {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.contact-elm a{
    color: #fff;
}
.contact-elm .fa{
    position: absolute;
    left: 0;    
    font-size: 18px;
}

/* Forms - right */
.fly_forms{
    position: fixed;
    right: 0;
    top: 168px;
    left: auto;
    z-index: 997;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
    border-radius: 3px 0 0 3px;
    transition: right .18s linear;
    -moz-transition: right .18s linear;
    -ms-transition: right .18s linear;
    -o-transition: right .18s linear;
    -webkit-transition: right .18s linear;
}
.fly_forms>.link-item{
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #333;
    font-size: 20px;
    cursor: pointer;
    border-right: 1px solid #eff1f5;
}
.fly_forms>.link-item.active,
.fly_forms>.link-item:hover{
    color: #497c9d;
    border-right: 1px solid transparent;
}
.fly_forms>.link-item+.link-item{    
    border-top: 1px solid #f2f2f2;
}
.fly_forms.opened {
    right: 500px;
    left: auto;
    z-index: 999;
}

#scrollUp {
    display: none;
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0.5;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    z-index: 90 !important;
    border-radius: 3px;
    background: #497c9d;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 40px;
}

#scrollUp:hover {
    opacity: 1;
}

.mfp-content {
    cursor: auto;
    background: #fff;
    padding: 40px;
    max-width: 560px;
    width: 100%;
}

.js-modal-overlay{
    background: rgba(0,0,0,.4);
    opacity: 1 !important;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    display: none;
}


.js-modal-overlay.show{
    display: block;
}
.js-modal-forms{
    position: fixed;
    top: 0;
    bottom: 0;
    right: -520px;
    left: auto;
    z-index: 1000;
    background: #fff;
    width: 500px;
    padding: 30px 60px;
    transition: right .15s linear;
    -moz-transition: right .15s linear;
    -ms-transition: right .15s linear;
    -o-transition: right .15s linear;
    -webkit-transition: right .15s linear;
    overflow-y: scroll;
}
.js-modal-forms.show{
    right: 0;
}

.js-modal-close{
    font-size: 23px;
    position: absolute;
    right: 60px;
    top: 30px;
    line-height: 1;
    cursor: pointer;
}







.search-block-modal{
    position: fixed;
    top: -132px;
    height: 100px;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 998;
    transition: .3s;
}
.search-block-modal.show{
    top: 0;
}
.search-block-modal .title-search{
    position: relative;
}
.search-block-modal .search-input-div{
    padding-right: 60px;
    line-height: 95px;
}
.search-block-modal .search-input{
    width: 100%;
    padding-right: 200px;
    border: 0;
    outline: 0 !important;
    font-size: 27px;
}
.search-block-modal .search-button-div{
    position: absolute;
    right: 30px;
    top: 28px;
}
.search-block-modal .search-button-div .btn{
    padding: 6px 40px;
    font-size: 20px;
}
.search-block-modal .search-button-div .close-block{
    font-size: 28px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

#title-search {
    position: relative;
}

.address_list_content{
    background: #fff;
    padding: 20px 0;
    margin-top: -1px;
    margin-right: 217px;
}
.address_list_item{
padding: 0 20px;
    line-height: 30px;
    cursor: pointer;
}
.address_list_item:hover{
    background: rgb(0 0 0 / 4%);
}

.nav-tabs{
    background: #f9f9fa;
    border: 1px solid #f2f2f2;
    border-left-width: 0;
    border-right-width: 0;
}

.nav-tabs a {
    background: #fff;
    border: 1px solid #f2f2f2 !important;
    border-top: 0 !important;
    color: #222;
    margin: 0 -1px 0 0;
    padding: 18px 25px 17px;
    text-decoration: none;
    border-radius: 0;
    font-weight: 700;
    text-transform: none;
    background: #f9f9fa;
}
.nav-tabs li a.active, 
.nav-tabs li a.active:active,
.nav-tabs li a.active:focus,
.nav-tabs li a.active:hover {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff !important;
}
.nav-tabs li a.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #497c9d;
}

.tab-content {
    background-color: #fff;
    border: none;
    padding: 40px 0;
    line-height: 1.8em;
}

.tab-pane .card-header{
    background: #fff;
    border-bottom-color: transparent;
}
.tab-pane .card-header .btn{
    font-weight: 500;
}
.tab-pane .card-header .btn:hover{
    text-decoration: none;
}


.form-modal .form-header {
	margin-top: 30px;
    margin-bottom: 30px;
}
.form-modal .form-header h2{
	font-size: 24px;
}
.form-modal .form-header .form-info{
	color: #777;
	font-size: 14px;
}
.form-modal .licence_block > label{
	color: #777;
}
#licenses_popup-error{
	color: #dc3545;
}

.i404 {
    font-size: 300px;
    text-align: center;
    line-height: 365px;
    height: 365px;
    color: #08c;
}

.t404 {
    text-align: center;
    margin: 74px 0 40px;
}


.ads-block{
    margin: 15px 0;
    padding: 10px;
}

.gallery-list-item{
    margin-bottom: 30px;
    box-shadow: 0 0 0 1px #f2f2f2;
    height: calc(100% - 30px);
}

.gallery-list-item .img img {
    max-width: 100%;
    width: 100%;
}

.gallery-list-item .info {
    padding: 20px;
}

.files-list{

}
.files-list-item{
    border-bottom: 1px solid #ccc;
    padding: 15px;
}
.files-list-item:last-child{
    border-bottom:0;
}

.files-list-item .fa{
    font-size: 24px;
    vertical-align: top;
    margin-right: 10px;
}
.files-list-item a{
    font-size: 20px;
}

.irs-from, .irs-to, .irs-single{
    background: transparent;
    color: #000;
    font-size: 12px;
    font-weight: 600;
}
.irs-grid-text {
    color: #000;
}

.product_filter_box{
    background: #f9f9f9;
    margin-bottom: 20px;
}

.product_filter_title{
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 20px 15px;
    font-weight: 500;
}

.product_filter_box .filter-box{
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 20px 15px;
}
.product_filter_box .filter-box .filter_option_label{
    font-weight: 500;
    padding: 0 10px 0 0;
    color: #9d7649;
    font-size: 1.1em;
}
.product_filter_box .filter-box .filter-box_element{
    padding: 12px 0px 0;
}


section.content{
    margin-bottom: 40px;
}

.filter-box_element select{
    width: 100%;
    background-color: #fff;
    border: 1px solid #d5d5d5;
}



.pagination{
    margin-top: 30px;
    text-align: center;
    display: block;
}
.pagination a{
    background: #eff0f1;
    text-decoration: none;
    padding: 5px 11px;
    border-radius: 15px;
    margin: 0 3px;
    color: #555555;
    border: 2px solid #eff0f1;
    font-size: 14px;
}
.pagination a.nav_l_t{
    background: #fff;
    border: 2px solid #eff0f1;
}

























/*

.product_filter_option_minmax{
    width: 40%;
}

.filter_option_label{
font-weight: bold;
    padding: 5px 4px;
    color: #515e7b;
    border-bottom: 1px dotted #515e7b;
    margin: 10px 16px 8px 16px;
}
.product_filter_option_row{
    padding: 0px 17px; 
}
select.product_filter_option{
  width: 100%;
}
.product_filter_option_row label{ 
    vertical-align: middle;
    display: inline-block; 
}

.product_filter_box{
  background: rgba(0,35,113,0.05);
  border-radius: 5px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.08), 0 0 2px rgba(134, 128, 128, 0.15) inset;
  padding-top: 5px;
  padding-bottom: 15px;
}
*/

.info-inner .title{
    font-weight: 500;
    font-size: 18px;
}
.info-inner .title a{
    color:#0c1d25!important;
}

.price_val{
    font-size: 18px;
    font-weight: 500;
    color: #8baf0a;
}

.block-filter{
    position: relative;
    margin-top: -530px;
    margin-bottom: 120px;
}
#filter-main{
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.08), 0 0 2px rgba(134, 128, 128, 0.15) inset;
    padding: 20px;
}
#filter-main .form-group{
    margin-bottom: 0;
}

#filter-main .btn {
    width: 100%;
}