

/* Start:/local/templates/arlift_pw/components/bitrix/catalog.element/information/style.css?17646244373281*/
.object-item {
	width:910px;
}
.object-item h1 {
	margin:7px 0 30px;
	color:#3a3a3a;
	text-align:center;
	text-transform:uppercase;
}

.object-gallery {
	margin:30px 0;
}
.big-image {
	float:left;
	width:760px;
	height:470px;
}
.big-image .item {
	width:760px;
	height:465px;
}
.big-image .slick-list,
.big-image .slick-track {
	height:100%;
}
.big-image .slick-slide {
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	cursor:pointer;
}
.icons {
	float:right;
	width:126px;
	margin-top:-11px;
}
.icons .slick-prev,
.icons .slick-next {
	display:block;
	width:100%;
	height:18px;
	border:none;
	background:none;
	color:#515151;
	font-family:'FontAwesome';
	font-size:27px;
	line-height:13px;
	text-align:center;
	position:relative;
}
.icons .slick-prev {
	margin-top:11px;
}
.icons .slick-prev::after {
	content:'\f106';
	position:relative;
	top:-6px;
}
.icons .slick-next::after {
	content:'\f107';
	position:relative;
	top:3px;
}
.icons .slick-prev:hover,
.icons .slick-next:hover {
	color:#111;
}
.icons .slick-prev.slick-disabled,
.icons .slick-next.slick-disabled {
	color:#bababa !important;
	cursor:default;
}
.icons .slick-slide {
	width:126px;
	height:108px;
	border:none !important;
}
.icons-content {
	width:126px;
	height:86px;
	margin:11px 0;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	position:relative;
	cursor:pointer;
}
.icons .slick-current .icons-content::after {
	content:'';
	border:1px solid #000;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}

.object-tags {
	margin:-14px 0 30px;
	line-height:14px;
}
.object-tags a {
	display:inline-block;
	margin-right:14px;
	color:#3a3a3a;
	font-family:'Lato-Italic';
	text-transform:lowercase;
}
.object-tags a:hover {
	color:#cc0514;
	text-decoration:none;
}

.object-preview {
	float:left;
	width:335px;
	margin:0 45px 35px 0;
	padding:30px;
	background:#f9f9f9;
}
.object-preview-head {
	display:inline-block;
	margin-bottom:14px;
	padding-right:40px;
	color:#111;
	font-size:16px;
	text-transform:uppercase;
	position:relative;
}
.object-preview-head::after {
	content:'';
	width:26px;
	height:26px;
	background:url(/local/templates/arlift_pw/components/bitrix/catalog.element/information/images/ico-info.png) no-repeat;
	position:absolute;
	right:0;
	top:-8px;
}
.object-preview-title {
	float:left;
	margin:8px 7px 0 0;
	color:#111;
}
.object-preview-content {
	margin-top:8px;
	overflow:hidden;
}

.object-content {
}
.object-content p {
	margin:21px 0;
}

.object-item .social-links {
	float:right;
	margin:12px -14px 0 0;
}

.object-actions {
	background:#f9f9f9;
	margin:60px 0 10px;
	padding:50px 0;
}
.object-actions.empty-actions {
	text-align:center;
}
.object-actions .container {
	width:910px;
}
.object-actions .button {
	float:right;
	margin:0 0 0 30px;
}
.object-actions.empty-actions .button {
	float:none;
	margin:0;
}
.object-actions-category {
	margin:-10px 0 14px;
	color:#3a3a3a;
	font-family:'Lato-Bold';
	font-size:28px;
	text-transform:uppercase;
}
.object-actions-content {
	color:#595959;
	font-size:16px;
	line-height:16px;
	text-transform:uppercase;
	position:relative;
	top:4px;
}
/* End */


/* Start:/local/templates/arlift_pw/css/slick-theme-information.css?17646244273537*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/arlift_pw/css/../img/ajax-loader.gif') center center no-repeat;
}

.slick-slider {
	margin:35px 0;
	padding:0 25px 0 20px;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/arlift_pw/css/../fonts/slick/slick.eot');
    src: url('/local/templates/arlift_pw/css/../fonts/slick/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/arlift_pw/css/../fonts/slick/slick.woff') format('woff'), url('/local/templates/arlift_pw/css/../fonts/slick/slick.ttf') format('truetype'), url('/local/templates/arlift_pw/css/../fonts/slick/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'Fontawesome';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 0;
}
[dir='rtl'] .slick-prev
{
    right: 0;
    left: auto;
}
.slick-prev:before
{
    content: '\f053';
}
[dir='rtl'] .slick-prev:before
{
    content: '\f054';
}

.slick-next
{
    right: 0;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0;
}
.slick-next:before
{
    content: '\f054';
}
[dir='rtl'] .slick-next:before
{
    content: '\f053';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.slick-slide {
	padding:5px;
}
.slick-slide img {
	width:100%;
	height:auto;
}
/* End */


/* Start:/local/templates/arlift_pw/components/bitrix/system.pagenavigation/.default/style.css?1764624435317*/
.pager {
	font-size:13px;
	line-height:20px;
	text-align:center;
	text-transform:uppercase;
}
.pager a,
.pager b,
.pager span {
	display:inline-block;
	padding:2px 7px 0;
}

.pager a:hover {
	background:#eee;
}
.pager b {
	margin:0 3px;
	background:#eee;
	color:#333;
}

.pagenum {
	margin:0 3px;
	font-weight:bold;
}
/* End */


/* Start:/local/templates/arlift_pw/components/bitrix/catalog.section/objects_last/style.css?1764624441313*/
.last-objects .list .item {
	min-height:auto;
	margin-bottom:0;
	padding-bottom:0;
}
.last-objects .item .header {
	height:41px;
	margin-left:0 !important;
	overflow:hidden;
}
.last-objects .item .header a {
	line-height:20px !important;
}
.last-objects .item .tags {
    margin:0 0 0 67px;
    text-align:left;
}
/* End */
/* /local/templates/arlift_pw/components/bitrix/catalog.element/information/style.css?17646244373281 */
/* /local/templates/arlift_pw/css/slick-theme-information.css?17646244273537 */
/* /local/templates/arlift_pw/components/bitrix/system.pagenavigation/.default/style.css?1764624435317 */
/* /local/templates/arlift_pw/components/bitrix/catalog.section/objects_last/style.css?1764624441313 */
