/*!
Theme Name: artel2026
Theme URI: http://underscores.me/
Author: artelua.com
Author URI: http://artelua.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: artel2026
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

artel2026 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*
T-Name: HouseKey
*/


/*--------------------------------------------------------------
 TABLE OF CONTENTS:
----------------------------------------------------------------
1. General & Basic Styles
2. MDC override
3. Page Loading Spinner
4. Top toolbar
5. Main Toolbar
  5.1 Horizontal Menu
6. Sidenav
  6.1 Vertical Menu
7. Carousel
  7.1 Header Carousel
  7.2 Testimonials Carousel
  7.3 Clients Carousel
8. Pages
  8.1 Pricing
  8.2 Landing
  8.3 Submit Property
  8.4 Lock Screen
9. Properties Filter
10. Properties
11. Pagination
12. Footer
13. Spaces
14. Flexbox
15. Options
16. Back To Top
17. webkit-scrollbar
18. Comments
--------------------------------------------------------------*/


/**************************************************************/
/* General & Basic Styles
/**************************************************************/
*{
	margin: 0;
	padding: 0;
	outline: none;
}
html{
	height: 100%;
}
body{
	height: 100%;
	font-family: Montserrat;
	font-size: 14px;
	line-height: 1.7;
	color: var(--theme-base-color);
}
p{
	margin-bottom: 16px;
}
a{
	outline: none;
}
.h-100 {
	height: 100% !important;
}
.w-100{
	width: 100% !important;
}
.mw-100{
	max-width: 100%;
}
.mw-500px{
	max-width: 500px;
}
.fw-400{
	font-weight: 400 !important;
}
.fw-500{
	font-weight: 500 !important;
}
.fw-600{
	font-weight: 600 !important;
}
.border-0{
	border: none;
}
.d-block{
	display: block;
}
.d-none{
	display: none !important;
}
.uppercase{
	text-transform: uppercase;
}
.capitalize{
	text-transform: capitalize;
}
.lowercase{
	text-transform: lowercase;
}
.normal{
	text-transform: none;
}
.transition{
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.text-truncate{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden !important;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
.ws-nowrap{
	white-space: nowrap;
}
.h-0{
	height: 0;
}
.theme-container{
	max-width: 1300px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}
.o-hidden{
	overflow: hidden;
}
.p-relative{
	position: relative !important;
}
.bg-transparent{
	background: transparent !important;
}
.text-muted{
	color: rgba(0, 0, 0, 0.54) !important;
	color: var(--mdc-theme-text-secondary-on-background) !important;
}
.primary-color{
	color: var(--mdc-theme-primary) !important;
}
.accent-color{
	color: var(--mdc-theme-secondary) !important;
}
.warn-color{
	color: var(--mdc-theme-error) !important;
}
.divider{
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: var(--theme-divider);
}
.badge{
	position: absolute;
	top: 0;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border-radius: 50%;
	background-color: #ccc;
	overflow: hidden;
	color: #fff;
	font-size: 9px;
}
.badge.md{
	top: -6px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
}
.badge.warn{
	background-color: var(--mdc-theme-error);
}
.badge.primary{
	background-color: var(--mdc-theme-primary);
}
.bg-primary{
	background: var(--mdc-theme-primary) !important;
	color: #fff !important;
}
.bg-accent{
	background: var(--mdc-theme-secondary) !important;
	color: #fff !important;
}
.bg-warn{
	background: var(--mdc-theme-error) !important;
	color: #fff !important;
}
.border-accent{
	border-color: var(--mdc-theme-secondary);
}
.expansion-panel-wrapper .expansion-panel{
	position: relative;
}
.expansion-panel-wrapper .expansion-panel.expanded{
	margin: 16px 0;
}
.expansion-panel-wrapper .expansion-panel:first-child{
	margin-top: 0;
}
.expansion-panel-wrapper .expansion-panel-header{
	padding: 16px 48px 16px 24px;
	font-size: 15px;
	cursor: pointer;
	transition: 0.2s;
}
.expansion-panel-wrapper .expansion-panel:not(.expanded) .expansion-panel-header:hover{
	background: rgba(0,0,0,.1);
}
.expansion-panel-wrapper .expansion-panel-header::after{
	font-family: 'Material Icons';
	content: '\e313';
	font-size: 24px;
	line-height: 24px;
	display: inline-block;
	position: absolute;
	right: 16px;
	color: var(--mdc-theme-text-secondary-on-background);
	transition: 0.2s;
}
.expansion-panel-wrapper .expansion-panel.expanded .expansion-panel-header::after{
	transform: rotate(180deg);
}
.expansion-panel-wrapper .expansion-panel-body{
	position: relative;
	padding: 0 24px 16px 24px;
}
.mdc-tab-bar-wrapper.centered{
	display: flex;
	flex-direction: column;
}
.mdc-tab-bar-wrapper.centered .mdc-tab-bar {
	width: auto;
	margin: 0 auto;
}
.mdc-tab .mdc-tab__text-label{
	color: var(--theme-base-color);
}
.tab-content {
	display: none;
}
.tab-content--active {
	display: block;
}
.avatar{
	height: 40px;
	width: 40px;
	border-radius: 50%;
}

/**************************************************************/
/* MDC override
/**************************************************************/
.mdc-button,
.mdc-form-field,
.mdc-chip,
.mdc-drawer .mdc-list-item,
.mdc-tab,
.mdc-list,
.mdc-data-table__header-cell,
.mdc-data-table__content,
.mdc-data-table__cell {
	font-family: inherit;
	letter-spacing: 0;
}
.mdc-list-divider {
	border-bottom-color: var(--theme-divider);
}
.mdc-drawer, .mdc-menu .mdc-list {
	color: var(--theme-base-color);
	background-color: var(--mdc-theme-surface);
}
.mdc-drawer .mdc-drawer__title,
.mdc-drawer .mdc-list-item,
.mdc-data-table__header-cell,
.mdc-data-table__content,
.mdc-data-table__cell {
	color: var(--theme-base-color);
}
.mdc-drawer .mdc-drawer__subtitle,
.mdc-drawer .mdc-list-group__subheader{
	color: var(--mdc-theme-text-secondary-on-background);
}
.mdc-fab.primary{
	background-color: var(--mdc-theme-primary);
}
.mdc-chip{
	background-color: var(--theme-unselected-chip);
	color: var(--theme-base-color);
	font-weight: 500;
}
.mdc-chip__icon--trailing{
	color: var(--mdc-theme-text-secondary-on-background);
}
.mdc-card-content>:last-child:not(.mdc-card-footer),
.mdc-card>:last-child:not(.mdc-card-footer) {
	margin-bottom: 0;
}
.mdc-icon-button .material-icons.mat-icon-xs,
.material-icons.mat-icon-xs{
	font-size: 14px !important;
	line-height: 14px !important;
	height: 14px !important;
	width: 14px !important;
}
.mdc-icon-button .material-icons.mat-icon-sm,
.material-icons.mat-icon-sm {
	font-size: 18px !important;
	line-height: 18px !important;
	height: 18px !important;
	width: 18px !important;
}
.mdc-icon-button .material-icons.mat-icon-md,
.material-icons.mat-icon-md {
	font-size: 24px !important;
	line-height: 24px !important;
	height: 24px !important;
	width: 24px !important;
}
.mdc-icon-button .material-icons.mat-icon-lg,
.material-icons.mat-icon-lg{
	font-size: 36px !important;
	line-height: 36px !important;
	height: 36px !important;;
	width: 36px !important;
}
.mdc-icon-button .material-icons.mat-icon-xlg,
.material-icons.mat-icon-xlg{
	font-size: 48px !important;
	line-height: 48px !important;
	height: 48px !important;
	width: 48px !important;
}
.mdc-floating-label {
	font-family: inherit;
	letter-spacing: 0 !important;
	font-size: inherit !important;
}
.mdc-text-field:not(.mdc-text-field--textarea),
.mdc-select__anchor,
.mdc-select--outlined{
	height: 50px;
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,
.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text{
	color: inherit;
	font-size: inherit;
}
.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-floating-label,
.mdc-select:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-floating-label{
	color: var(--mdc-theme-text-secondary-on-background);
}
.mdc-notched-outline:not(.mdc-notched-outline--notched) .mdc-notched-outline__notch,
.mdc-notched-outline:not(.mdc-notched-outline--notched) .mdc-notched-outline__notch {
	display: flex;
	align-items: center;
	border-color: #9f9f9f;
	border-color: var(--theme-inputs-border-color);
}
.mdc-text-field .mdc-notched-outline:not(.mdc-notched-outline--notched) .mdc-notched-outline__notch .mdc-floating-label,
.mdc-select .mdc-notched-outline:not(.mdc-notched-outline--notched) .mdc-notched-outline__notch .mdc-floating-label {
	transform: translateZ(0);
	top: 0;
}
.mdc-text-field:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label,
.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label{
	color: var(--mdc-theme-primary);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
	border-color: #9f9f9f;
	border-color: var(--theme-inputs-border-color);
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
	border-color: var(--mdc-theme-on-surface);
	border-width: 2px;
}
.mdc-text-field--outlined:not(.mdc-text-field--textarea).mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--outlined:not(.mdc-text-field--textarea) .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	-webkit-transform: translateY(-31.75px) scale(0.75);
	transform: translateY(-31.75px) scale(0.75);
}
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	-webkit-transform: translateY(-31.75px) translateX(-32px) scale(0.75);
	transform: translateY(-31.75px) translateX(-32px) scale(0.75);
}
.mdc-select .mdc-menu{
	width: 100%;
}
.mdc-menu .mdc-list{
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	padding: 0;
}
.mdc-select__dropdown-icon{
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid;
	margin: 0 4px;
	bottom: 22px;
	background: none;
	color: #9f9f9f;
	color: var(--theme-inputs-border-color);
}
.mdc-select--focused .mdc-select__dropdown-icon{
	background: none;
}
.mdc-select--focused.mdc-select--activated .mdc-select__dropdown-icon{
	-webkit-transform: rotate(180deg) translateY(0);
	transform: rotate(180deg) translateY(0);
}
.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background{
	border-color:  var(--mdc-theme-text-secondary-on-background);
}

/**************************************************************/
/* Header
/**************************************************************/
header.main-toolbar-fixed #main-toolbar{
	/*position: fixed;*/
	top: 0;
	width: 100%;
	z-index: 999;
}
@media (min-width: 768px) {
    header.main-toolbar-fixed #main-toolbar{position: fixed;}
}

@media (max-width: 767px) {
    header.main-toolbar-fixed #top-toolbar{ position: fixed}
}
header.has-bg-image #main-toolbar{
	box-shadow: none;
}
header.has-bg-image.main-toolbar-fixed #main-toolbar{
	box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
	0px 2px 2px 0px rgba(0, 0, 0, 0.14),
	0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
header.has-bg-image:not(.main-toolbar-fixed) #main-toolbar{
	background: transparent !important;
}
header .logo svg, footer .artel-footer-logo svg{
	color: var(--mdc-theme-primary);
}
header .logo svg path, footer .artel-footer-logo svg path {
	fill: currentColor;
}
header .logo {
	gap: 10px;
	text-decoration: none;
	color: var(--mdc-theme-primary);
}
header .logo-text {
	display: flex;
	align-items: baseline;
	gap: 4px;
	line-height: 1;
	white-space: nowrap;
}
header .logo-text__name {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
header .logo-text__type {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

header.toolbar-1 .logo {
	height: 44px;
	max-height: 44px;
	position: relative;
	display: flex;
	align-items: center;
}
header.toolbar-1 .logo .artel-logo,
header.toolbar-1 .logo svg.artel-logo {
	max-height: 100%;
	width: auto;
	height: auto;
	display: block;
}

@media screen and (max-width: 959px) {
	#main-toolbar .theme-container{
		position: relative;
		justify-content: center;
	}
	#main-toolbar .logo{
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
		height: 40px;
		max-height: 40px;
	}
	#main-toolbar .theme-container > .row.middle-xs{
		margin-left: auto;
		position: relative;
		z-index: 2;
	}
}

header.toolbar-1.has-bg-image:not(.main-toolbar-fixed) #main-toolbar .logo svg{
	color: #fff;
}
header.toolbar-1.has-bg-image:not(.main-toolbar-fixed) #main-toolbar .logo{
	color: #fff;
}
header.toolbar-1.has-bg-image:not(.main-toolbar-fixed) .horizontal-menu .mdc-button{
	color:#fff;
}
header.toolbar-1.has-bg-image:not(.main-toolbar-fixed) .horizontal-menu .mdc-menu .mdc-button{
	color: var(--theme-base-color);
}
header.toolbar-1.has-bg-image:not(.main-toolbar-fixed) .horizontal-menu .mdc-button.active-link,
header.toolbar-1.has-bg-image:not(.main-toolbar-fixed) .horizontal-menu .mdc-button.current-menu-item{
	background-color: rgba(var(--theme-primary-rgb), 0.38);
}
header.toolbar-1.has-bg-image:not(.main-toolbar-fixed) .horizontal-menu .mdc-menu .mdc-button.active-link{
	background-color: transparent;
	color: var(--mdc-theme-primary);
}
header.toolbar-1.has-bg-image:not(.main-toolbar-fixed) .material-icons{
	color:#fff;
}
header.toolbar-2 #top-toolbar .toolbar-row:first-child,
header.toolbar-2 #top-toolbar .toolbar-row:first-child .right-section {
	height: 36px;
}
header.toolbar-2 #top-toolbar .toolbar-row:first-child .social-icon{
	display: none;
}
header.toolbar-2 #top-toolbar .toolbar-row:nth-child(2){
	height: auto;
	font-size: 14px;
	font-style: italic;
	padding-top: 8px;
	padding-bottom: 44px;
}
header.toolbar-2 #top-toolbar .toolbar-row:nth-child(2) .item{
	white-space: normal;
	line-height: 1.5;
	padding: 0 8px;
	max-width: 180px;
}
header.toolbar-2 .horizontal-menu .mdc-button{
	color: #fff;
}
.header-image-wrapper{
	position: relative;
	overflow: hidden;
	margin-top: -72px;
	padding-top: 36px;
}
.header-image-wrapper .header-image-content{
	position: relative;
	min-height: 320px;
	color: #fff;
	z-index: 1;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-image-wrapper .header-image-content.offset-bottom{
	padding-bottom: 80px;
	min-height: 400px;
}
.header-image-wrapper .header-image-content.home-page{
	min-height: 480px;
}
.header-image-wrapper .header-image-content.mh-200{
	min-height: 200px;
}
.header-image-wrapper .header-image-content .title{
	font-size: 48px;
	text-transform: uppercase;
	padding: 0 16px;
	text-align: center;
}
.header-image-wrapper .header-image-content .desc{
	margin: 0;
	font-size: 24px;
	font-style: italic;
	padding: 0 16px;
	text-align: center;
}
.header-image-wrapper .header-image-content .mdc-button{
	color: rgba(0, 0, 0, 0.87);
	background-color: white;
	text-transform: uppercase;
	margin: 0 4px;
}
.header-image-wrapper .mask{
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 1;
}
.header-image-wrapper .bg{
	width: 110%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url('./assets/images/artel/homepagebg3.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.header-image-wrapper .bg-anime{
	-webkit-animation-name: MOVE-BG;
	-webkit-animation-duration: 15s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-moz-animation-name: MOVE-BG;
	-moz-animation-duration: 15s;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-ms-animation-name: MOVE-BG;
	-ms-animation-duration: 15s;
	-ms-animation-timing-function: ease-in-out;
	-ms-animation-iteration-count: infinite;
	-ms-animation-direction: alternate;
	animation-name: MOVE-BG;
	animation-duration: 15s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
@-webkit-keyframes MOVE-BG { from { -webkit-transform: translateX(0); } to { -webkit-transform: translateX(-7%); } }
@-moz-keyframes MOVE-BG { from { -moz-transform: translateX(0); } to { -moz-transform: translateX(-7%); } }
@-ms-keyframes MOVE-BG { from { -ms-transform: translateX(0); } to { -ms-transform: translateX(-7%); } }
@keyframes MOVE-BG { from { transform: translateX(0); } to { transform: translateX(-7%); } }

/**************************************************************/
/* Top Toolbar
/**************************************************************/
#top-toolbar{
	position: relative;
	height: 36px;
	font-size: 12px;
	padding: 0 16px;
	z-index: 99;
}

@media (max-width: 767px) {
    header.main-toolbar-fixed #top-toolbar {
        position: fixed;
        height: 50px;
    }
}

@media screen and (max-width: 959px) {
    #top-toolbar {
        height: 50px;
    }
}

#top-toolbar .mdc-button{
	color: inherit;
	font-size: 12px;
	padding: 0 10px;
}
#top-toolbar .mdc-button:before,
#top-toolbar .mdc-button:after {
	background-color: rgba(255,255,255, 0.5);
}
#top-toolbar .v-divider{
	width: 1px;
	height: 26px;
	margin: 0 16px;
	background-color: rgba(var(--theme-primary-rgb-lighter), 0.2);
}
.social-icon{
	display: inherit;
	color: inherit;
}
.social-icon .material-icons{
	background-repeat: no-repeat;
	display: inline-block;
	fill: currentColor;
	height: 24px;
	width: 24px;
}
.social-icon svg.mat-icon.mat-icon-lg{
	height: 37px;
}
#top-toolbar .mdc-menu{
	min-width: 64px;
}
.artel-language-switcher.mdc-menu-surface--anchor{
	display: inline-flex;
	position: relative;
	vertical-align: middle;
}
.artel-language-switcher .mdc-menu,
.artel-language-switcher .mdc-menu.mdc-menu-surface--open{
	position: absolute !important;
	top: 100% !important;
	right: 0 !important;
	left: auto !important;
	bottom: auto !important;
	min-width: auto !important;
	width: max-content;
	max-width: calc(100vw - 32px);
	transform: none !important;
	transform-origin: top right !important;
	z-index: 200;
}
.artel-language-switcher .mdc-list-item{
	white-space: nowrap;
}
#top-toolbar .mdc-menu .mdc-list{
	padding: 0;
	font-size: 12px;
}
#top-toolbar .mdc-menu .mdc-list-item{
	height: 36px;
	text-transform: uppercase;
}
#top-toolbar .artel-top-toolbar-brand{
	min-width: 0;
	color: #fff;
}
#top-toolbar .artel-top-toolbar-logo{
	display: flex;
	align-items: center;
	flex-shrink: 0;
	text-decoration: none;
	color: #fff;
}
@media screen and (max-width: 959px) {
	#top-toolbar .theme-container{
		position: relative;
	}
	#top-toolbar .artel-top-toolbar-logo{
		height: 40px;
		max-height: 40px;
	}
	#top-toolbar .artel-top-toolbar-brand{
		position: absolute;
		left: 50%;
		top: 50%;
		gap: 8px;
		opacity: 0;
		visibility: hidden;
		transform: translate3d(-50%, calc(-50% - 12px), 0);
		pointer-events: none;
		transition: opacity 0.35s ease-in, transform 0.35s ease-in, visibility 0s linear 0.35s;
		will-change: opacity, transform;
		z-index: 1;
	}
	header.main-toolbar-fixed #top-toolbar .artel-top-toolbar-brand{
		opacity: 1;
		visibility: visible;
		transform: translate3d(-50%, -50%, 0);
		pointer-events: auto;
		transition: opacity 0.35s ease-in, transform 0.35s ease-in, visibility 0s;
	}
}
#top-toolbar .artel-top-toolbar-logo .artel-logo,
#top-toolbar .artel-top-toolbar-logo svg.artel-logo{
	width: auto;
	height: auto;
	display: block;
}
@media screen and (max-width: 959px) {
	#top-toolbar .artel-top-toolbar-logo .artel-logo,
	#top-toolbar .artel-top-toolbar-logo svg.artel-logo{
		max-height: 40px;
	}
}
#top-toolbar .artel-top-toolbar-logo svg path{
	fill: currentColor;
}
#top-toolbar .artel-top-toolbar-brand__text{
	font-weight: 600;
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.user-menu{
	width: 220px;
}
.user-menu .user-info{
	padding: 16px;
	font-size: 14px;
}
.user-menu .user-info img{
	border-radius: 4px;
	margin-right: 16px;
}
.flag-name{
	margin-left: 4px;
}
.artel-language-switcher img.lang-ru,
.artel-language-switcher li.lang-ru img{
	filter: grayscale(100%);
}
.toolbar-2 #top-toolbar{
	background-color: var(--mdc-theme-surface);
	color: var(--theme-base-color);
	height: auto;
}

/**************************************************************/
/* Main Toolbar
/**************************************************************/
#main-toolbar{
	position: relative;
	height: 72px;
	padding: 0 16px;
	transition: 0.2s;
	z-index: 9;
	box-sizing: border-box;
	width: 100%;
	background: var(--mdc-theme-surface);
}
#main-toolbar .logo svg{
	color: var(--mdc-theme-primary);
}
#main-toolbar .logo svg path{
	fill: currentColor;
}
#main-toolbar .mdc-menu {
	border-radius: 0;
}
#main-toolbar .mdc-menu .mdc-list{
	padding: 0;
	font-size: 12px;
}
#main-toolbar .mdc-menu .mdc-list-item{
	height: 36px;
	text-transform: uppercase;
}
.horizontal-menu{
	position: relative;
}
.horizontal-menu .mdc-button{
	height: 38px;
	line-height: 38px;
	padding: 0 16px;
}
.horizontal-menu .mdc-button.active-link{
	color: var(--mdc-theme-primary);
}
.horizontal-menu .mdc-button:not(.active-link) {
	color: #000;
	color: var(--theme-base-color);
}
.horizontal-menu .mdc-menu-surface--anchor{
	display: inline-block;
}
.horizontal-menu .mdc-menu-surface--anchor .mdc-menu-surface--anchor{
	width: 100%;
}
.horizontal-menu .mdc-menu-surface--anchor .mdc-menu-surface--anchor .mdc-menu{
	top: 0 !important;
	margin-left: 200px;
}
.horizontal-menu .mdc-menu-surface--anchor .mdc-menu{
	overflow: visible;
}
/* Long labels (UA menu titles): surface wider than anchor, text wraps inside cap */
.horizontal-menu .mdc-menu.mdc-menu-surface {
	min-width: 100% !important;
	width: max-content !important;
	max-width: min(36rem, calc(100vw - 24px)) !important;
	box-sizing: border-box;
}
.horizontal-menu .mdc-menu .mdc-list > div {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}
.horizontal-menu .mdc-menu-surface--anchor .mdc-menu .mdc-button{
	min-width: 0;
	width: 100%;
	max-width: 100%;
	min-height: 38px;
	height: auto;
	align-items: center;
	justify-content: flex-start;
	padding-top: 6px;
	padding-bottom: 6px;
	border-radius: 0px;
}
.horizontal-menu .mdc-menu-surface--anchor .mdc-menu .mdc-button .mdc-button__ripple {
	border-radius: 0px;
}
.horizontal-menu .mdc-menu-surface--anchor .mdc-menu .mdc-button .mdc-button__label{
	text-align: left;
	width: 100%;
	white-space: normal;
	line-height: 1.4;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.horizontal-menu a.menu-item-has-children .mdc-button__label::after {
	font-family: 'Material Icons';
	content: '\e5c5';
	font-size: 24px;
	line-height: 24px;
	display: inline-block;
	position: absolute;
	top: 7px;
}
.horizontal-menu .mdc-menu a.menu-item-has-children .mdc-button__label::after {
	transform: rotate(270deg);
	right: 10px;
}
.horizontal-menu a.mdc-button.menu-item-has-children{
	padding: 0 28px 0 16px;
}
.horizontal-menu .mdc-menu a.mdc-button.menu-item-has-children{
	padding: 0 16px;
}
.toolbar-2 #main-toolbar{
	background-color: var(--mdc-theme-primary);
	color: #fff;
}
.toolbar-2 #main-toolbar #sidenav-toggle {
	color:#fff;
}
.toolbar-2 #main-toolbar #sidenav-toggle .material-icons{
	margin-top: -6px;
}
.toolbar-2 .horizontal-menu .mdc-menu-surface--anchor .mdc-menu .mdc-button{
	color: var( --mdc-theme-on-surface);
}

/**************************************************************/
/* Sidenav
/**************************************************************/
.sidenav.mdc-drawer{
	z-index: 9999;
	width: 280px;
	background-color: var(--mdc-theme-primary, #6200ee);
	color: #fff;
	/* не задавати display:flex тут — .mdc-drawer--modal у закритому стані має display:none */
}
.sidenav.mdc-drawer .mdc-list-divider{
	border-color: rgba(255, 255, 255, 0.25);
}
.sidenav.mdc-drawer #sidenav-close.warn-color{
	color: #fff;
}
.sidenav.mdc-drawer .vertical-menu .mdc-button{
	color: #fff;
}
.sidenav.mdc-drawer .vertical-menu .mdc-button.active-link{
	background-color: rgba(255, 255, 255, 0.18);
	color: #fff;
}
.sidenav.mdc-drawer .vertical-menu .mdc-menu,
.sidenav.mdc-drawer .vertical-menu .mdc-menu.mdc-menu-surface,
.sidenav.mdc-drawer .vertical-menu .mdc-menu .mdc-list{
	background-color: var(--mdc-theme-primary, #6200ee);
	color: #fff;
}
.sidenav.mdc-drawer .vertical-menu .mdc-menu .mdc-button{
	color: #fff;
}
.sidenav.mdc-drawer .vertical-menu .mdc-menu .mdc-button.active-link,
.sidenav.mdc-drawer .vertical-menu .mdc-menu .mdc-button.current-menu-item{
	background-color: rgba(255, 255, 255, 0.18);
	color: #fff;
}
.sidenav.mdc-drawer .sidenav-phone{
	padding: 16px 16px 8px;
}
.sidenav.mdc-drawer .sidenav-phone__link{
	display: flex;
	align-items: center;
    justify-content: center;
	gap: 8px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
}
.sidenav.mdc-drawer .sidenav-phone__link:hover,
.sidenav.mdc-drawer .sidenav-phone__link:focus{
	color: #fff;
	text-decoration: underline;
}
.sidenav.mdc-drawer > .sidenav-footer{
	flex-shrink: 0;
	background-color: var(--mdc-theme-primary, #6200ee);
	padding-bottom: env(safe-area-inset-bottom, 0);
}
.sidenav.mdc-drawer > .sidenav-footer .sidenav-messenger-links{
	flex-shrink: 0;
}
/* Лише коли відкрито: flex-колонка + скрол лише меню, футер завжди у viewport */
.sidenav.mdc-drawer.mdc-drawer--open{
	display: flex;
	flex-direction: column;
	height: 100vh;
	height: 100dvh;
	max-height: 100vh;
	max-height: 100dvh;
	overflow: hidden;
	box-sizing: border-box;
}
/* Скролиться лише блок меню; телефон і месенджери — у .sidenav-footer нижче */
.sidenav.mdc-drawer > .mdc-drawer__content{
	flex: 1 1 0;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: auto !important;
	max-height: none !important;
}
.sidenav.mdc-drawer > .row{
	flex-shrink: 0;
}
.sidenav.mdc-drawer > hr{
	flex-shrink: 0;
}
.sidenav.mdc-drawer > .sidenav-footer > hr{
	flex-shrink: 0;
}
.sidenav-scrim.mdc-drawer-scrim{
	z-index: 9998;
}
.page-sidenav.mdc-drawer{
	position: relative;
	float: left;
	background: transparent;
	box-shadow: none;
	border: 0;
	padding: 2px;
	width: 288px;
}
.page-drawer-container{
	position: relative;
	overflow: hidden;
	display: flex;
}
.page-sidenav-content{
	width: 100%;
	min-height: 600px;
	padding: 2px;
	padding-left: 16px;
	transition: 0.3s;
	overflow: hidden;
	box-sizing: border-box;
}
.page-sidenav.mdc-drawer:not(.mdc-drawer--modal).mdc-drawer--open:not(.mdc-drawer--closing)+.page-sidenav-content{
	margin-left: 256px;
	margin-right: 0;
}

/**************************************************************/
/* Vertical Menu
/**************************************************************/
.vertical-menu{
	padding: 0 16px;
}
.vertical-menu .mdc-button{
	display: flex;
	justify-content: left;
	color: var(--theme-base-color);
	padding: 0 16px;
	min-height: 38px;
}
.vertical-menu .mdc-button.active-link{
	background-color: var(--mdc-theme-primary);
	color: #fff;
}
.vertical-menu .mdc-menu-surface{
	position: relative;
	top: 0 !important;
	box-shadow: none;
	overflow: hidden;
	max-height: 100% !important;
	width: 100%;
}
.vertical-menu .mdc-menu-surface--anchor{
	line-height: normal;
}
.vertical-menu .mdc-menu .mdc-button{
	padding-left: 32px;
	height: auto;
	min-height: 38px;
	white-space: normal;
	align-items: flex-start;
	padding-top: 8px;
	padding-bottom: 8px;
}
.vertical-menu .mdc-menu .mdc-button .mdc-button__label{
	white-space: normal;
	line-height: 1.4;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.vertical-menu .mdc-menu .mdc-menu .mdc-button{
	padding-left: 48px;
}
.vertical-menu a.menu-item-has-children .mdc-button__label::after {
	font-family: 'Material Icons';
	content: '\e5c5';
	font-size: 24px;
	line-height: 24px;
	display: inline-block;
	position: absolute;
	top: 7px;
	right: 8px;
}

/**************************************************************/
/* Carousel
/**************************************************************/
.swiper-lazy-preloader{
	margin-top: 20px;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
	content: none;
}
button.swipe-arrow{
	position: absolute;
	top: 50%;
	margin-top: -22px;
	z-index: 10;
	background-image: none !important;
}
button.swipe-arrow.transparent{
	background: transparent !important;
	box-shadow: none;
}
.swiper-pagination.white .swiper-pagination-bullet{
	background: #fff;
}
.swiper-pagination-bullet-active{
	width: 10px;
	height: 10px;
	vertical-align: -1px;
}
.carousel-outer{
	margin: -2px;
	padding: 2px;
}

/**************************************************************/
/* Header Carousel
/**************************************************************/
.header-carousel{
	height: 460px;
}
.header-carousel .slide-item{
	height: 100%;
	background-size: cover;
	background-position: center;
}
.header-carousel .swiper-lazy-preloader{
	top: 10%;
}
.header-carousel .slide-info{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 2;
	box-sizing: border-box;
}
.header-carousel .slide-info .mdc-card{
	background: rgba(var(--theme-surface-rgb), 0.85);
	text-align: center;
	min-width: 450px;
	transition: 0.4s;
	margin: 0 16px;
}
.header-carousel .slide-info .mdc-card:hover{
	background: var(--mdc-theme-surface);
}
.header-carousel .slide-info .mdc-card .slide-title{
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.header-carousel .slide-info .mdc-card .location{
	font-size: 18px;
	font-style: italic;
	margin-bottom: 24px;
	font-weight: 500;
}
.header-carousel .slide-info .mdc-card .price{
	font-size: 24px;
	min-width: 200px;
	padding: 8px 16px;
	height: 100%;
}
.header-carousel.offset-bottom{
	height: 540px;
}
.header-carousel.offset-bottom .slide-info{
	padding-bottom: 80px;
}

/**************************************************************/
/* Testimonials Carousel
/**************************************************************/
.testimonials-carousel .swiper-container{
	padding-bottom: 50px;
}
.testimonials-carousel .swiper-container .content{
	max-width: 650px;
	margin: 0 auto;
}
.testimonials-carousel .swiper-container .content img{
	border-radius: 50%;
	width: 140px;
	height: 140px;
}
.testimonials-carousel .swiper-container .content .quote{
	font-size: 50px;
	line-height: 14px;
}
.testimonials-carousel .swiper-container .content .quote.open{
	margin-top: 24px;
}
.testimonials-carousel .swiper-container .content .quote.close{
	margin-bottom: 24px;
}
.testimonials-carousel .swiper-container .content .text{
	font-weight: 500;
}
.testimonials-carousel .swiper-container .content .author{
	text-transform: uppercase;
}

/**************************************************************/
/* Clients Carousel
/**************************************************************/
.clients-carousel{
	position: relative;
	padding: 8px 0;
	margin-top: 30px;
	margin-bottom: 20px;
}
.clients-carousel .swiper-container{
	padding: 8px 2px;
	margin: 0 14px;
}
.clients-carousel .swiper-container .client-item{
	height: 88px;
	display: flex;
	align-items: center;
}
.clients-carousel .swiper-container .client-item img{
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.clients-carousel .swiper-container .client-item .swiper-lazy-preloader{
	top:0;
}

/**************************************************************/
/* Compare Carousel
/**************************************************************/
.compare-carousel .swiper-slide{
	height: auto;
}
.compare-toolbar button.swipe-arrow{
	position: relative;
	margin-top: 0;
	right: 0;
	left: 0;
	z-index: 2;
}
.compare-item.property-item .title{
	text-align: center;
}
.compare-item.property-item .address{
	justify-content: center;
}
.compare-item.property-item .mdc-chip{
	font-size: 16px;
	font-weight: 600;
}
.compare-item.property-item .remove{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.compare-item.property-item .details .item{
	padding: 8px 0;
	display: flex;
	flex-direction: row;
	border-bottom: 1px dotted var(--theme-divider);
	color: var(--mdc-theme-text-secondary-on-background);
	font-weight: 500;
}
.compare-item.property-item .details .item span:first-child{
	margin-right: 8px;
	min-width: 114px;
	color: var(--theme-base-color);
}
.compare-item.property-item .details .item .list span{
	min-width: auto;
	color: var(--mdc-theme-text-secondary-on-background);
}
.compare-item.property-item .details .item .list span:not(.last):after{
	content: ",";
}
.compare-item.property-item .details .item .list span.last:after{
	content: none;
}


/**************************************************************/
/* Single Property Main Carousel
/**************************************************************/
.single-property .main-carousel{
	position: relative;
}
.single-property .main-carousel .swiper-slide img{
	max-width: 100%;
	height: auto;
}
.single-property .main-carousel .control-icons{
	position: absolute;
	z-index: 2;
	top: 16px;
	right: 16px;
}
.single-property .main-carousel .control-icons button.mdc-button{
	min-width: 36px;
	width: 36px;
	padding: 0;
	margin: 0 4px;
	background: rgba(255, 252, 252, 0.6);
	transition: 0.2s;
	color:rgba(0, 0, 0, 0.87);
}
.single-property .main-carousel .control-icons button.mdc-button:disabled{
	color: rgba(0, 0, 0, 0.26);
}
.single-property .main-carousel .control-icons button.mdc-button:hover:enabled{
	background: rgba(255, 252, 252, 1);
}

.artel-mat-images--single .artel-mat-single-image,
.artel-stanki-images--single .artel-stanki-single-image{
	position: relative;
}
.artel-mat-images--single .artel-mat-single-image__img,
.artel-stanki-images--single .artel-stanki-single-image__img{
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}
.artel-mat-images--single .artel-mat-single-image .control-icons,
.artel-stanki-images--single .artel-stanki-single-image .control-icons{
	position: absolute;
	z-index: 2;
	top: 16px;
	right: 16px;
}
.artel-mat-images--single .artel-mat-single-image .control-icons button.mdc-button,
.artel-stanki-images--single .artel-stanki-single-image .control-icons button.mdc-button{
	min-width: 36px;
	width: 36px;
	padding: 0;
	margin: 0 4px;
	background: rgba(255, 252, 252, 0.6);
	transition: 0.2s;
	color: rgba(0, 0, 0, 0.87);
}
.artel-mat-images--single .artel-mat-single-image .control-icons button.mdc-button:disabled,
.artel-stanki-images--single .artel-stanki-single-image .control-icons button.mdc-button:disabled{
	color: rgba(0, 0, 0, 0.26);
}
.artel-mat-images--single .artel-mat-single-image .control-icons button.mdc-button:hover:enabled,
.artel-stanki-images--single .artel-stanki-single-image .control-icons button.mdc-button:hover:enabled{
	background: rgba(255, 252, 252, 1);
}

.artel-archive-card .property-image--single .artel-archive-card-image-link{
	display: block;
	line-height: 0;
}
.artel-archive-card .property-image--single .artel-archive-card-single-image{
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}
.artel-archive-card .artel-archive-card-slide-link{
	display: block;
	line-height: 0;
}
.artel-archive-card .artel-archive-card-slide-link img{
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}

.single-property .small-carousel{
	position: relative;
}
.single-property .small-carousel .swiper-slide img{
	max-width: 100%;
	height: auto;
	display: block;
	opacity: 0.3;
}
.single-property .small-carousel .swiper-slide.active-thumb img{
	border-width: 3px;
	border-style: solid;
	box-sizing: border-box;
	opacity: 1;
	border-color: var(--mdc-theme-primary);
}


/**************************************************************/
/* Pages
/**************************************************************/
main.main-toolbar-fixed{
	padding-top: 72px;
}
.main-content-header{
	position: relative;
	z-index: 2;
	margin-top: 24px;
	padding: 24px;
}
main.content-offset-to-top .main-content-header{
	margin-top: -80px;
	border-top: 5px solid var(--mdc-theme-primary);
}

@media (max-width: 767px) {
    .main-content-header {padding: 4px;}
}
.section{
	position: relative;
	overflow: hidden;
	margin-top: 40px;
	padding: 40px 0;
}
.section:before{
	content: '';
	position:absolute;
	top: 0;
	z-index:-1;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0.15;
}
.section.testimonials:before{
	background-image: url('./assets/images/artel/bg1.jpg');
}
.section.agents:before{
	background-image: url('./assets/images/artel/bg2.jpg');
}
.section.default:before{
	background-image: url('./assets/images/others/default-bg.png');
	background-repeat: repeat;
	background-size: 350px;
	background-position: center;
	opacity: 1;
}
.section .section-title{
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}
.section .section-title:after{
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 160px;
	margin: 0 auto;
	height: 2px;
}
.section .section-title:after,
.section.testimonials .swiper-pagination-bullet-active {
	background-color: var(--mdc-theme-primary);
}
#contact-map{
	height: 400px;
}
.agents-wrapper{
	margin: -16px;
	padding: 32px 0;
}
.agent-wrapper{
	margin: -24px !important;
}
.agent-wrapper img{
	border-radius: 4px;
}
.agent-wrapper .listed-count{
	font-weight: 600;
	min-width: 24px;
}

/**************************************************************/
/* Pricing
/**************************************************************/
.pricing-tabs .tab-content{
	margin: 0 -8px;
}
.pricing-card.mdc-card{
	padding: 0;
	overflow: hidden;
	border-width: 4px 0 0 0;
	border-style: solid;
}
.pricing-card.mdc-card .pricing-title{
	text-transform: uppercase;
	font-weight: 500;
}
.pricing-card.mdc-card .pricing-header{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 120px;
}
.pricing-card.mdc-card .pricing-header small{
	font-weight: normal;
}
.pricing-card.mdc-card .del{
	text-decoration:line-through;
}
.box{
	border-radius: 0;
}
.box .box-header{
	height: 180px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.box .box-header .error{
	font-size: 48px;
	margin-bottom: 12px;
}
.box .box-content{
	position: relative;
	height: 180px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}
.box .box-content .box-content-inner{
	position: absolute;
	top: -34px;
	left: 34px;
	right: 34px;
	height: 180px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 24px;
}
.box .box-content .box-content-header{
	font-size: 16px;
	text-transform: uppercase;
	font-weight:500;
}
.box .box-content .box-content-header.server-error{
	margin-bottom: 36px;
}
.box .box-content .box-text{
	margin-bottom: 10px;
	text-align: center;
}
.box .box-content .box-text:last-child{
	margin-bottom: 15px;
}
.box .box-content .box-footer{
	position: relative;
	bottom: 16px;
}
.box .box-content .box-footer button{
	min-width: 70px;
	margin: 0 2px;
}
.artel-404-page__wrap{
	width: 100%;
	min-height: calc(100vh - 220px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 48px 0 64px;
	box-sizing: border-box;
}
.artel-404-card{
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 0;
}
.artel-404-card__header{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 180px;
	padding: 24px 16px;
	text-align: center;
}
.artel-404-card__code{
	font-size: 48px;
	font-weight: 600;
	line-height: 1.1;
	margin-top: 8px !important;
}
.artel-404-card__body{
	padding: 32px 24px 28px;
	text-align: center;
}
.artel-404-card__text{
	margin: 0 0 10px;
	color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.artel-404-card__text:last-of-type{
	margin-bottom: 20px;
}
.artel-404-search{
	width: 100%;
	margin-bottom: 24px;
}
.artel-404-card__actions{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
.artel-404-card__actions .mdc-button{
	min-width: 0;
}
.auth{
	white-space: nowrap;
	padding: 7px 14px;
	font-weight: 500;
}

/**************************************************************/
/* Landing
/**************************************************************/
.landing-page .logo svg{
	fill: #fff;
}
.landing-page .header-section{
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url('./assets/images/props/office-2/1-big.jpg');
}
.landing-page .header-section:before{
	content: '';
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.81);
}
.landing-page .header-section .content{
	position: relative;
	z-index: 9;
	color: #fff;
	text-align: center;
}
.landing-page .header-section .content h1{
	font-size: 36px;
	font-weight: 500;
}
.landing-page .header-section .content h4{
	font-size: 16px;
	font-weight: 300;
	max-width: 700px;
	margin: 0 auto;
}
.landing-page .main-wrapper{
	margin: -16px;
}
.landing-page .main-wrapper .box{
	text-align: center;
	padding: 16px;
	margin-bottom: 24px;
}
.landing-page .main-wrapper .box h2{
	padding: 16px 0;
	font-weight: 500;
}
.landing-page .main-wrapper .box .mdc-card{
	background-size: cover;
	height: 300px;
	background-position: top;
	transition: 5s;
	box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2),
	0px 3px 4px 0px rgba(0, 0, 0, 0.14),
	0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.landing-page .main-wrapper .box:hover .mdc-card{
	background-position: bottom;
}
.landing-page p{
	font-size: 16px;
	color: var(--mdc-theme-text-secondary-on-background) !important;
	font-weight: 500;
}

/**************************************************************/
/* Submit Property
/**************************************************************/
.submit-property .tab-content{
	max-width: 760px;
	margin: 0 auto;
}
.submit-property .mdc-text-field,
.submit-property .mdc-select__anchor{
	width: 100%;
}
.submit-property .features .mdc-form-field>label{
	padding: 0;
	margin-right: 8px;
	cursor: pointer;
	color: var(--mdc-theme-text-secondary-on-background) !important;
	font-weight: 500;
}
.dropzone{
	border-color: var(--theme-inputs-border-color);
}
.dropzone .dz-preview .dz-remove:hover{
	background-color: var(--theme-divider);
}
.dropzone .dz-preview .dz-remove svg{
	width: 24px;
	height: 24px
}
.dropzone .dz-preview .dz-remove svg path{
	fill: var(--mdc-theme-primary);
	cursor: pointer;
}
.dropzone .dz-preview .dz-error-message{
	background: var(--mdc-theme-error);
}
.dropzone .dz-preview .dz-error-message:after {
	border-bottom-color: var(--mdc-theme-error);
}
.submit-property .step-section {
	padding: 20px 10px;
	border-radius: 4px;
	margin: 8px 8px 16px;
	background: rgba(0, 0, 0, 0.015);
}

/**************************************************************/
/* Lock Screen
/**************************************************************/
.lock-screen{
	position: relative;
}
.lock-screen:before{
	content: '';
	position:absolute;
	top: 0;
	z-index:-1;
	width: 100%;
	height: 100%;
	background-image: url('./assets/images/others/default-bg.png');
	background-repeat: repeat;
	background-size: 350px;
	background-position: center;
	opacity: 1;
}
.lock-screen form{
	position: relative;
}
.lock-screen form .name{
	position: absolute;
	top: -2px;
	right: 4px;
	text-transform: uppercase;
	font-weight: 600;
}
.lock-screen form img{
	border-radius: 50%;
	width: 90px;
	height: 90px;
	border: 8px solid #fff;
}
.lock-screen form input{
	background: #fff;
	padding: 16px 44px 16px 16px;
	width: 140px;
	margin-left: -6px;
	border: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	text-align: center;
	outline: none;
	box-shadow: 4px 0px 4px -2px rgba(0, 0, 0, 0.2),
	4px 3px 4px 0px rgba(0, 0, 0, 0.14),
	4px 1px 4px 0px rgba(0, 0, 0, 0.12);
}
.lock-screen form a{
	position: absolute;
	bottom: -8px;
	right: 4px;
	margin: 0;
	font-size: 13px;
}
.lock-screen form button.submit{
	margin-left: -44px;
}
.lock-screen  p.time{
	font-size: 48px;
	margin-top: 16px;
}


/**************************************************************/
/* Properties Filter
/**************************************************************/
.search-wrapper{
	margin: -8px;
}
.search-wrapper .mdc-text-field,
.search-wrapper .mdc-select__anchor{
	width: 100%;
}
.search-wrapper .to{
	position: relative;
}
.search-wrapper .to:before{
	font-family: 'Material Icons';
	content: '\e15b';
	position: absolute;
	top: 22px;
	left: -8px;
	color: var(--theme-inputs-border-color);
}
.search-wrapper .features .mdc-form-field>label{
	padding: 0;
	margin-right: 8px;
	cursor: pointer;
	color: var(--mdc-theme-text-secondary-on-background) !important;
	font-weight: 500;
}

/**************************************************************/
/* Properties
/**************************************************************/
.properties-wrapper{
	margin: 8px -8px;
}
.properties-wrapper .item{
	padding: 8px;
}
.property-item{
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0 !important;
	flex-flow: row wrap;
	box-sizing: border-box;
	display: flex;
}
.property-item .thumbnail-section{
	position: relative;
}
.property-item .property-content-wrapper{
	flex: 1 1 100%;
	box-sizing: border-box;
	max-width: 100%;
	padding: 16px;
}
.property-item .property-image{
	position: relative;
	min-height: 180px;
}
.property-item .property-image img{
	width: 100%;
	height: auto;
	display: block;
}
.artel-stanki-category .artel-stanki-carousel-slide-link{
	display: block;
	line-height: 0;
}
.artel-stanki-category .artel-stanki-carousel-slide-link img{
	width: 100%;
	height: auto;
	display: block;
}
.property-item .property-image .swiper-container .swipe-arrow.mdc-icon-button{
	color: #fff;
	padding: 0;
	display: flex;
}
.property-item .property-image .swiper-container .swiper-lazy-preloader{
	margin-top: 0px;
	top: 42%;
}
.property-item .property-image .swiper-container .swipe-arrow.mdc-icon-button.swiper-button-next{
	right: 4px;
}
.property-item .property-image .swiper-container .swipe-arrow.mdc-icon-button.swiper-button-prev{
	left: 4px;
}
.property-item .property-imagee .swiper-slide{
	text-align: center;
	padding-bottom: 66.25%;
	position: relative;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.04);
}
.property-item .property-status{
	position: absolute;
	z-index: 2;
}
.property-status span{
	padding: 3px 6px;
	margin: 4px;
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 4px;
	background: #01579B;
}
.property-status span.green{
	background: #558B2F;
}
.property-status span.blue{
	background: #1E88E5;
}
.property-status span.teal{
	background: #009688;
}
.property-status span.orange{
	background: #FFA000;
}
.property-status span.red{
	background: #F44336;
}
.property-status span.dark{
	background: #000;
}
.property-item .control-icons{
	position: absolute;
	z-index: 2;
	right: 4px;
	margin-top: -30px;
}
.property-item .control-icons button.mdc-button{
	height: 26px;
	min-width: 26px;
	width: 26px;
	line-height: 26px;
	padding: 0;
	background: rgba(255, 252, 252, 0.6);
	transition: 0.2s;
	color:rgba(0, 0, 0, 0.87);
}
.property-item .control-icons button.mdc-button:disabled{
	color: rgba(0, 0, 0, 0.26);
}
.property-item .control-icons button.mdc-button:hover:enabled{
	background: rgba(255, 252, 252, 1);
}
.property-item .property-content{
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: start;
}
.property-item .property-content .grow{
	flex: 1 1 100%;
	box-sizing: border-box;
	max-height: 100%;
}
.property-item .title{
	font-size: 18px;
}
.property-item .title a{
	transition: 0.2s;
	text-decoration: none;
	color: var(--theme-base-color);
}
.property-item .title a:hover{
	color: var(--mdc-theme-primary);
}
.property-item .address,
.property-item .date{
	font-style: italic;
	margin-top: 8px;
	display: flex;
	align-items: center;
	color: var(--mdc-theme-text-secondary-on-background) !important;
	font-weight: 500;
}
.property-item .address .material-icons,
.property-item .date .material-icons{
	margin-left: -4px;
}
.property-item .price span{
	display: block;
}
.property-item .features p span:first-child, .artel-acf-card-fields p span:first-child  {
	float: left;
	padding: 0 .4em 0 0;
	color: var(--mdc-theme-text-secondary-on-background) !important;
	font-weight: 500;
}
.property-item .features p span + span, .artel-acf-card-fields p span + span {
	float: right;
	padding: 0 0 0 .4em;
	font-weight: 500;
}
.property-item .features p:after, .artel-acf-card-fields p:after {
	content: "";
	display: block;
	overflow: hidden;
	height: 1em;
	border-bottom: 1px dotted #ccc;
	border-bottom: 1px dotted var(--theme-divider);
}
.ratings{
	color:#fbc02d;
}
.property-item .description{
	color: var(--mdc-theme-text-secondary-on-background) !important;
	font-weight: 500;
}
.property-item.grid-item{
	flex-direction: row;
	flex-flow: column !important;
}
.property-item.grid-item .description{
	display: none;
}
.property-item.grid-item.column-2 .title{
	font-size: 22px;
}
.property-item.grid-item.column-2 .price{
	font-size: 18px;
}
.property-item.grid-item.column-3 .title{
	font-size: 18px;
    line-height: 22px;
}
.property-item.grid-item.column-3 .address,
.property-item.grid-item.column-3 .date{
	font-size: 12px;
}
.property-item.grid-item.column-3 .address .material-icons,
.property-item.grid-item.column-3 .date .material-icons{
	font-size: 18px;
	width: 18px;
	height: 18px;
}
.property-item.grid-item.full-width-page.column-2 .title{
	font-size: 28px;
}
.property-item.grid-item.full-width-page.column-2 .price{
	font-size: 20px;
}
.property-item.grid-item.full-width-page.column-3 .title{
	font-size: 22px;
}
.property-item.grid-item.full-width-page.column-3 .address,
.property-item.grid-item.full-width-page.column-3 .date{
	font-size: 14px;
}
.property-item.grid-item.full-width-page.column-3 .address .material-icons,
.property-item.grid-item.full-width-page.column-3 .date .material-icons{
	font-size: 24px;
	width: 24px;
	height: 24px;
}
.property-item.grid-item.full-width-page.column-3 .price{
	font-size: 14px;
}
.property-item.grid-item.full-width-page.column-4 .title{
	font-size: 18px;
}
.property-item.grid-item.full-width-page.column-4 .address,
.property-item.grid-item.full-width-page.column-4 .date{
	font-size: 12px;
}
.property-item.grid-item.full-width-page.column-4 .address .material-icons,
.property-item.grid-item.full-width-page.column-4 .date .material-icons{
	font-size: 18px;
	width: 18px;
	height: 18px;
}
.property-item.list-item .thumbnail-section{
	flex: 1 3 100%;
	box-sizing: border-box;
	max-width: 40%;
}
.property-item.list-item .property-content-wrapper{
	flex: 1 1 100%;
	box-sizing: border-box;
	max-width: 60%;
}
.property-item.list-item .title{
	font-size: 28px;
	line-height: 30px;
	margin-top: -8px;
}
.property-item.list-item .price{
	font-size: 20px;
}

body.category .property-item.list-item .price, body.category .property-item.grid-item.full-width-page.column-2 .price {font-size: 14px !important}
.property-item.list-item .features{
	display: flex;
	flex-flow: wrap;
}
.property-item.list-item .features p, .art-stanki-osoblyvosti .features p, .art-materialy-osoblyvosti .features p{
	margin-right: 0;
	margin-bottom: 5px;
	display: flex;
	white-space: nowrap;
	flex-basis: 50%;
}
.property-item.list-item .features p span:first-child:after {
	content: ":";
	margin: 0 1px;
}
.property-item.list-item .features p:after {
	content: none;
}
.property-item.list-item:not(.full-width-page) .description{
	display: none;
}
.page-sidenav.mdc-drawer .property-item{
	height: auto !important;
}


/******* Single property *******/
.single-property .page-sidenav-content{
	padding-left: 2px;
	padding-right: 16px;
}
.single-property .details .item span:first-child{
	margin-right: 8px;
	font-weight: 500;
	min-width: 114px;
	display: inline-block;
	color: var(--mdc-theme-text-secondary-on-background);
}
body.single-stanki .single-property .details .item span:first-child{
	min-width: 214px;

}
.single-property .details .item .list span{
	font-weight: normal;
	min-width: auto;
	color: var(--theme-base-color);
}
.single-property .details .item .list span:not(.last):after{
	content: ",";
}
.single-property .details .item .list span.last:after{
	content: none;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.single-property .page-sidenav{
	max-width: 360px;
	width: 100%;
}
.widget{
	margin-bottom: 40px;
}
.widget .widget-title{
	margin: 0 -16px 16px;
	padding: 8px 16px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
}
.widget .widget-title:first-child .widget-title{
	margin: -16px -16px 16px;
	padding: 8px 16px;
	text-transform: uppercase;
	font-weight: 500;
}

/**************************************************************/
/* Pagination
/**************************************************************/
.theme-pagination{
	padding: 16px;
	width: 100%;
}
.theme-pagination li {
	display: inline-block;
	padding: 4px 12px;
}
.theme-pagination .pagination-previous a::before,
.theme-pagination .pagination-previous.disabled::before {
	content: '«';
	display: inline-block;
	margin: 0 8px;
}
.theme-pagination .pagination-next a::after,
.theme-pagination .pagination-next.disabled::after {
	content: '»';
	display: inline-block;
	margin: 0 8px;
}
.theme-pagination a,
.theme-pagination button {
	color: var(--theme-base-color);
	display: block;
	border-radius: 0;
	cursor: pointer;
}
.theme-pagination .current {
	background: var(--mdc-theme-primary);
	color: #fff;
	cursor: default;
}
.theme-pagination .disabled{
	color: var(--mdc-theme-text-secondary-on-background);
}

/**************************************************************/
/* Footer
/**************************************************************/
footer{
	position: relative;
	overflow: hidden;
	background: rgba(33, 33, 33, 0.93);
	color: #fff;
}
footer:before{
	content: '';
	position:absolute;
	top: 0;
	z-index:-1;
	width: 100%;
	height: 100%;
	background-image: url('./assets/images/artel/homepagebg3.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
footer .content{
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: rgba(227,242,253,.2);
}
footer .content .logo svg {
	fill: #fff;
}
footer .content .desc{
	color: rgba(255, 255, 255, 0.7);
}
footer .artel-footer-logo{
    text-decoration: none;
}

footer .artel-footer-logo svg path{
    fill: white;
}
footer .artel-footer-logo .artel-svg-logo-wrapper{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	width: 100%;
    height: 50px;
}
footer .artel-footer-logo .artel-logo,
footer .artel-footer-logo svg.artel-logo{
	max-height: 100%;
	width: auto;
	height: auto;
	display: block;
	flex-shrink: 0;
}
footer .artel-footer-logo .artel-footer-brand__text{
	font-size: 14px;
	color: #fff;
	text-decoration: none !important;
	line-height: 1.2;
    font-weight: 700;

}
footer .artel-footer-menu-wrap .artel-footer-menu-nav {
	display: block;
	margin-top: 0.25rem;
}
footer .artel-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer .artel-footer-menu > li {
	margin: 0;
	padding: 0;
}
footer .artel-footer-menu > li > a {
	display: inline-flex;
	align-items: center;
	padding: 0.4rem 0;
	font-size: 15px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
	transition: color 0.2s ease, opacity 0.2s ease;
}
footer .artel-footer-menu > li > a:hover,
footer .artel-footer-menu > li > a:focus {
	color: #fff;
	opacity: 1;
}
footer .artel-footer-menu > li.current-menu-item > a,
footer .artel-footer-menu > li.current-menu-ancestor > a {
	color: var(--mdc-theme-primary, #6200ee);
}
footer .artel-footer-menu .sub-menu {
	list-style: none;
	margin: 0.15rem 0 0.5rem 0;
	padding: 0 0 0 1rem;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
}
footer .artel-footer-menu .sub-menu li {
	margin: 0;
}
footer .artel-footer-menu .sub-menu a {
	display: block;
	padding: 0.3rem 0;
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.65);
	text-decoration: none;
	transition: color 0.2s ease;
}
footer .artel-footer-menu .sub-menu a:hover,
footer .artel-footer-menu .sub-menu a:focus {
	color: rgba(255, 255, 255, 0.95);
}
footer .content .subscribe-form{
	position: relative;
	padding: 0;
}
footer .content .subscribe-form .subscribe-input{
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 4px;
	padding: 16px;
	width: 100%;
	flex: 1 1 0%;
	box-sizing: border-box;
	color: #fff;
	outline: none;
}
footer .content .subscribe-form:before{
	content: '';
	border: 1px solid rgba(255, 255, 255, 0.3);
	position: absolute;
	border-radius: 4px;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	z-index: 0;
	pointer-events: none;
	transition: 0.05s;
}
footer .content .subscribe-form:hover:before{
	border: 2px solid #fff;
}
footer .content .subscribe-form.active:before{
	border: 2px solid var(--mdc-theme-primary);
}
footer .content .subscribe-form .subscribe-btn{
	margin-left: -4px;
	border-radius: 0 4px 4px 0;
	text-transform: uppercase;
	height: 50px;
}
footer .feedback-form .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-floating-label,
footer .feedback-form .mdc-select:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-floating-label{
	color: rgba(255, 255, 255, 0.7);
}
footer .feedback-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
footer .feedback-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
footer .feedback-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
footer .feedback-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
footer .feedback-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
footer .feedback-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing  {
	border-color: #9f9f9f;
	border-color: rgba(255, 255, 255, 0.3);
}
footer .feedback-form .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
footer .feedback-form .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
footer .feedback-form .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
footer .feedback-form .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
footer .feedback-form .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
footer .feedback-form .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
footer .feedback-form .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
footer .feedback-form .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
footer .feedback-form .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
	border-color: #fff;
}
footer .feedback-form .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
footer .feedback-form .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
footer .feedback-form .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
	border-color: #6200ee;
	border-color: var(--mdc-theme-primary, #6200ee);
}
footer input,
footer .feedback-form input,
footer .feedback-form textarea{
	font-family: inherit;
}
footer input::placeholder,
footer .feedback-form input::placeholder,
footer .feedback-form textarea::placeholder {
	color: rgba(255, 255, 255, 0.7);
}
footer input::-moz-placeholder,
footer .feedback-form input::-moz-placeholder,
footer .feedback-form textarea::-moz-placeholder {
	color: rgba(255, 255, 255, 0.7);
}
footer input::-webkit-input-placeholder,
footer .feedback-form input::-webkit-input-placeholder,
footer .feedback-form textarea::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
}
footer input::-ms-input-placeholder,
footer .feedback-form input::-ms-input-placeholder,
footer .feedback-form textarea::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
}
footer #location-map{
	height: 330px;
}
footer .copyright{
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
}
footer .copyright p{
	margin: 0;
	display: flex;
	align-items: center;
}
footer .copyright .mdc-button{
	text-transform: initial;
}
.get-in-touch{
	position: relative;
	margin-top: 80px;
}
.get-in-touch img{
	max-width: 200px;
	position: absolute;
	bottom: 0;
}
.get-in-touch .content{
	padding-left: 200px;
}
.get-in-touch .mdc-button{
	background: var(--mdc-theme-surface);
	color: var(--theme-base-color);
}

/**************************************************************/
/* Spaces
/**************************************************************/
.m-0 {
	margin: 0 !important;
}
.mt-0,
.my-0 {
	margin-top: 0 !important;
}
.mr-0,
.mx-0 {
	margin-right: 0 !important;
}
.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
	margin-left: 0 !important;
}
.m-1 {
	margin: 0.25rem !important;
}
.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}
.m-2 {
	margin: 0.5rem !important;
}
.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}
.m-3 {
	margin: 1rem !important;
}
.mt-3,
.my-3 {
	margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}
.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}
.m-4 {
	margin: 1.5rem !important;
}
.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}
.m-5 {
	margin: 2.5rem !important;
}
.mt-5,
.my-5 {
	margin-top: 2.5rem !important;
}
.mr-5,
.mx-5 {
	margin-right: 2.5rem !important;
}
.mb-5,
.my-5 {
	margin-bottom: 2.5rem !important;
}
.ml-5,
.mx-5 {
	margin-left: 2.5rem !important;
}
.m-6 {
	margin: 4rem !important;
}
.mt-6,
.my-6 {
	margin-top: 4rem !important;
}
.mr-6,
.mx-6 {
	margin-right: 4rem !important;
}
.mb-6,
.my-6 {
	margin-bottom: 4rem !important;
}
.ml-6,
.mx-6 {
	margin-left: 4rem !important;
}
.m-7 {
	margin: 6rem !important;
}
.mt-7,
.my-7 {
	margin-top: 6rem !important;
}
.mr-7,
.mx-7 {
	margin-right: 6rem !important;
}
.mb-7,
.my-7 {
	margin-bottom: 6rem !important;
}
.ml-7,
.mx-7 {
	margin-left: 6rem !important;
}
.p-0 {
	padding: 0 !important;
}
.pt-0,
.py-0 {
	padding-top: 0 !important;
}
.pr-0,
.px-0 {
	padding-right: 0 !important;
}
.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
	padding-left: 0 !important;
}
.p-1 {
	padding: 0.25rem !important;
}
.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}
.p-2 {
	padding: 0.5rem !important;
}
.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}
.p-3 {
	padding: 1rem !important;
}
.pt-3,
.py-3 {
	padding-top: 1rem !important;
}
.pr-3,
.px-3 {
	padding-right: 1rem !important;
}
.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
	padding-left: 1rem !important;
}
.p-4 {
	padding: 1.5rem !important;
}
.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}
.p-5 {
	padding: 2.5rem !important;
}
.pt-5,
.py-5 {
	padding-top: 2.5rem !important;
}
.pr-5,
.px-5 {
	padding-right: 2.5rem !important;
}
.pb-5,
.py-5 {
	padding-bottom: 2.5rem !important;
}
.pl-5,
.px-5 {
	padding-left: 2.5rem !important;
}
.p-6 {
	padding: 4rem !important;
}
.pt-6,
.py-6 {
	padding-top: 4rem !important;
}
.pr-6,
.px-6 {
	padding-right: 4rem !important;
}
.pb-6,
.py-6 {
	padding-bottom: 4rem !important;
}
.pl-6,
.px-6 {
	padding-left: 4rem !important;
}
.p-7 {
	padding: 6rem !important;
}
.pt-7,
.py-7 {
	padding-top: 6rem !important;
}
.pr-7,
.px-7 {
	padding-right: 6rem !important;
}
.pb-7,
.py-7 {
	padding-bottom: 6rem !important;
}
.pl-7,
.px-7 {
	padding-left: 6rem !important;
}


/**************************************************************/
/* Flexbox
/**************************************************************/
.d-flex{
	display: -ms-flexbox !important;
	display: flex !important;
}
.flex-nowrap{
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}
.row {
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.column{
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}
.col-xs {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	max-width: 100%;
}
.col-xs-1 {
	-ms-flex-preferred-size: 8.33333333%;
	flex-basis: 8.33333333%;
	max-width: 8.33333333%;
}
.col-xs-2 {
	-ms-flex-preferred-size: 16.66666667%;
	flex-basis: 16.66666667%;
	max-width: 16.66666667%;
}
.col-xs-3 {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
}
.col-xs-4 {
	-ms-flex-preferred-size: 33.33333333%;
	flex-basis: 33.33333333%;
	max-width: 33.33333333%;
}
.col-xs-5 {
	-ms-flex-preferred-size: 41.66666667%;
	flex-basis: 41.66666667%;
	max-width: 41.66666667%;
}
.col-xs-6 {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}
.col-xs-7 {
	-ms-flex-preferred-size: 58.33333333%;
	flex-basis: 58.33333333%;
	max-width: 58.33333333%;
}
.col-xs-8 {
	-ms-flex-preferred-size: 66.66666667%;
	flex-basis: 66.66666667%;
	max-width: 66.66666667%;
}
.col-xs-9 {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	max-width: 75%;
}
.col-xs-10 {
	-ms-flex-preferred-size: 83.33333333%;
	flex-basis: 83.33333333%;
	max-width: 83.33333333%;
}
.col-xs-11 {
	-ms-flex-preferred-size: 91.66666667%;
	flex-basis: 91.66666667%;
	max-width: 91.66666667%;
}
.col-xs-12 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}
.col-xs-offset-0 {
	margin-left: 0;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.start-xs {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: start;
}
.center-xs {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
.end-xs {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: end;
}
.top-xs {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.middle-xs {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.bottom-xs {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.around-xs {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.between-xs {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.first-xs {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}
.last-xs {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
@media only screen and (min-width: 600px) {
	.col-sm,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-offset-0,
	.col-sm-offset-1,
	.col-sm-offset-2,
	.col-sm-offset-3,
	.col-sm-offset-4,
	.col-sm-offset-5,
	.col-sm-offset-6,
	.col-sm-offset-7,
	.col-sm-offset-8,
	.col-sm-offset-9,
	.col-sm-offset-10,
	.col-sm-offset-11,
	.col-sm-offset-12 {
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.col-sm {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}
	.col-sm-1 {
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%;
	}
	.col-sm-2 {
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}
	.col-sm-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}
	.col-sm-5 {
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%;
	}
	.col-sm-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%;
	}
	.col-sm-8 {
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%;
	}
	.col-sm-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%;
	}
	.col-sm-11 {
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%;
	}
	.col-sm-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.col-sm-offset-0 {
		margin-left: 0;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.start-sm {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start;
	}
	.center-sm {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	.end-sm {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end;
	}
	.top-sm {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.middle-sm {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.bottom-sm {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.around-sm {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.between-sm {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.first-sm {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.last-sm {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}
@media only screen and (min-width: 960px) {
	.col-md,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-offset-0,
	.col-md-offset-1,
	.col-md-offset-2,
	.col-md-offset-3,
	.col-md-offset-4,
	.col-md-offset-5,
	.col-md-offset-6,
	.col-md-offset-7,
	.col-md-offset-8,
	.col-md-offset-9,
	.col-md-offset-10,
	.col-md-offset-11,
	.col-md-offset-12 {
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.col-md {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}
	.col-md-1 {
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%;
	}
	.col-md-2 {
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}
	.col-md-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}
	.col-md-5 {
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%;
	}
	.col-md-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%;
	}
	.col-md-8 {
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%;
	}
	.col-md-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%;
	}
	.col-md-11 {
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%;
	}
	.col-md-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.col-md-offset-0 {
		margin-left: 0;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.start-md {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start;
	}
	.center-md {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	.end-md {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end;
	}
	.top-md {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.middle-md {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.bottom-md {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.around-md {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.between-md {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.first-md {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.last-md {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}
@media only screen and (min-width: 1280px) {
	.col-lg,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-offset-0,
	.col-lg-offset-1,
	.col-lg-offset-2,
	.col-lg-offset-3,
	.col-lg-offset-4,
	.col-lg-offset-5,
	.col-lg-offset-6,
	.col-lg-offset-7,
	.col-lg-offset-8,
	.col-lg-offset-9,
	.col-lg-offset-10,
	.col-lg-offset-11,
	.col-lg-offset-12 {
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.col-lg {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}
	.col-lg-1 {
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%;
	}
	.col-lg-2 {
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}
	.col-lg-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}
	.col-lg-5 {
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%;
	}
	.col-lg-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%;
	}
	.col-lg-8 {
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%;
	}
	.col-lg-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%;
	}
	.col-lg-11 {
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%;
	}
	.col-lg-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.col-lg-offset-0 {
		margin-left: 0;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.start-lg {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start;
	}
	.center-lg {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	.end-lg {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end;
	}
	.top-lg {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.middle-lg {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.bottom-lg {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.around-lg {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.between-lg {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.first-lg {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.last-lg {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

/**************************************************************/
/* Mobile FAB: контактна форма (видимо лише до ~960px, як кнопка меню)
/**************************************************************/
.artel-mobile-contact-fab{
	position: fixed;
	right: calc(16px + env(safe-area-inset-right, 0px));
	bottom: calc(88px + env(safe-area-inset-bottom, 0px));
	z-index: 999998;
}
.artel-mobile-contact-fab.mdc-fab--mini{
	width: 48px;
	height: 48px;
}
.artel-mobile-contact-fab.mdc-fab.primary{
	background-color: #1976d2;
}
.artel-mobile-contact-fab.mdc-fab.primary:hover,
.artel-mobile-contact-fab.mdc-fab.primary:focus{
	background-color: #1565c0;
}
.artel-mobile-contact-fab .mdc-fab__icon.material-icons{
	color: #fff;
	font-size: 22px;
}


/**************************************************************/
/* Back To Top
/**************************************************************/
#back-to-top{
	position: fixed;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 999999;
	right: 20px;
	bottom: 20px;
	opacity: .5;
	color: #fff;
	background-color: rgba(0,0,0,.75);
	border-radius: 50%;
	transition: 0.3s;
	display: none;
	align-items: center;
	justify-content: center;
}
#back-to-top.show{
	display: flex;
}
#back-to-top:hover{
	opacity: 0.9;
}


/**************************************************************/
/* webkit-scrollbar
/**************************************************************/
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}
::-webkit-scrollbar-thumb {
	background: #e1e1e1;
	border: 0px none #ffffff;
	border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover{
	background: #cccccc;
}
::-webkit-scrollbar-thumb:active{
	background: #888888;
}
::-webkit-scrollbar-track {
	background: #666666;
	border: 0px none #ffffff;
	border-radius: 0px;
}
::-webkit-scrollbar-track:hover{
	background: #666666;
}
::-webkit-scrollbar-track:active{
	background: #333333;
}
::-webkit-scrollbar-corner {
	background: transparent;
}


/**************************************************************/
/* Comments
/**************************************************************/
.reviews .review-item{
	display: flex;
}
.reviews .review-content{
	padding-left: 16px;
}
.reviews img.author-img{
	width: 80px;
	height: 80px;
}
.reviews .author-name{
	font-size: 16px;
	font-weight: 500;
}
.reviews .text{
	white-space: unset;
	font-style: italic;
	margin: 10px 0 36px;
}
.comment-form{
	margin: -16px;
	padding: 8px;
}





/**************************************************************************
/* ARTEL custom
/*********************************************************************** */

.wp-block-spacer {}

.artel-first-text p {font-size: 16px}

.artel-stanki-category .control-icons, .artel-mat-single-image .control-icons, .mdc-card .control-icons {visibility: hidden}


/* Популярні верстати: один рядок опису, повний текст у native tooltip */
p.artel-prod-info.row.address {
	min-width: 0;
	max-width: 100%;
	align-items: center;
}
p.artel-prod-info .artel-prod-info__icon {
	flex-shrink: 0;
}
p.artel-prod-info .artel-prod-info__text {
	display: block;
	min-width: 0;
	flex: 1 1 0%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.artel-breadcrumbs ol {
	list-style: none;
	margin: 20px 0 5px 0;
	padding: 0;
	font-size: 12px !important;
}
.artel-breadcrumbs i.material-icons.mat-icon-sm {
	font-size: 12px !important;
	line-height: 12px !important;
	height: 12px !important;
	width: 12px !important;}
.artel-breadcrumbs a {
	text-decoration: none;
	color: var(--mdc-theme-text-secondary-on-background);
}
.artel-breadcrumbs a:visited {
	color: var(--mdc-theme-text-secondary-on-background) !important;
}

.artel-breadcrumbs a:hover {
	text-decoration: underline;
}

/* Single stanki: фотогалерея — обрізка по висоті + «Дивитись усі» */
.artel-stanok-photo-gallery {
	--artel-gallery-max-height: 600px;
}
.artel-stanok-photo-gallery.is-collapsed .artel-stanok-photo-gallery__clip {
	max-height: var(--artel-gallery-max-height);
	overflow: hidden;
	position: relative;
}
.artel-stanok-photo-gallery.is-collapsed .artel-stanok-photo-gallery__clip::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3rem;
	pointer-events: none;
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0.92) 55%,
		#fff
	);
}
.artel-stanok-photo-gallery.is-expanded .artel-stanok-photo-gallery__clip {
	max-height: none;
	overflow: visible;
}
.artel-stanok-photo-gallery.is-expanded .artel-stanok-photo-gallery__clip::after {
	display: none;
}

/* Single stanki: «Комплектація» — 2 колонки на десктопі, 1 на мобільному */
.artel-stanok-komplekt__lines {
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 1.25rem;
	row-gap: 0.75rem;
	align-items: start;
}
@media (min-width: 768px) {
	.artel-stanok-komplekt__lines {
		grid-template-columns: 1fr 1fr;
	}
}

/* «Додаткові опції» — одна колонка */
.artel-stanok-extra-options__lines {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

/*
 * Рядок: квадрат іконки = один рядок тексту. Іконка має font-size: inherit,
 * щоб width/height у em збігалися з кеглем тексту (не з окремим 1.125rem).
 */
.artel-stanok-komplekt__line,
.artel-stanok-extra-options__line {
	font-size: inherit;
	line-height: 1.45;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	column-gap: 0.625rem;
	min-width: 0;
}

.artel-stanok-komplekt__icon.material-symbols-outlined,
.artel-stanok-extra-options__icon.material-symbols-outlined {
	font-family: 'Material Symbols Outlined', sans-serif;
	box-sizing: border-box;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(1em * 1.45);
	height: calc(1em * 1.45);
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: 1;
	color: var(--mdc-theme-primary, #6200ee);
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	font-feature-settings: 'liga';
	font-variation-settings:
		'FILL' 0,
		'wght' 500,
		'GRAD' 0,
		'opsz' 28;
	user-select: none;
}

.artel-stanok-komplekt__text,
.artel-stanok-extra-options__text {
	flex: 1 1 auto;
	min-width: 0;
	line-height: inherit;
}

.art-stanki-description table td, .art-materialy-description table td { /* padding: 3px;
	border: #111111 1px solid */
}

.art-stanki-description table td ul li, .art-materialy-description table td ul li {list-style-type: none;
padding-left:10px;}

.art-stanki-description ul, .art-stanki-description ol {margin-left: 25px;}
.art-stanki-description ul li, .art-stanki-description ol li {padding-left: 5px;}
.art-stanki-description p,
.art-materialy-description ul {padding-left: 25px}
.art-materialy-description table {border: 1px solid #cacaca;width: 100%}
.art-materialy-description td {border: 1px solid #cacaca;padding: 3px}
.art-materialy-description p,
.artel-front-page-content-wrapper p,
.artel-page-content-wrapper p {margin-bottom: 0.75em;}
.art-stanki-description p:last-child,
.art-materialy-description p:last-child,
.artel-front-page-content-wrapper p:last-child,
.artel-page-content-wrapper p:last-child {margin-bottom: 0;}

.page-content-wrapper a {color:var(--mdc-theme-primary, #6200ee)}
.artel-front-page-content-wrapper {}
.artel-front-page-content-wrapper {}
.artel-page-content-wrapper ul, .artel-page-content-wrapper ol, .page-content-wrapper ul, .artel-front-page-content-wrapper ul {padding-left:25px}

.messenger-links a {text-decoration: none;margin-left: 5px}

.messenger-links a:hover svg {}
.messenger-links svg {fill: #ffffff;color: #ffffff}
/* У мобільному drawer іконки месенджерів білі на primary фоні */
.sidenav.mdc-drawer .messenger-links svg,
.sidenav.mdc-drawer .messenger-links svg path {
	fill: currentColor !important;
	color: #fff !important;
}
.sidenav.mdc-drawer .messenger-links .social-icon .material-icons {
	color: #fff;
}
.tel-link-header, .tel-link-footer {color: #ffffff;text-decoration: none}


.artel-stanok-chars td {border: 1px solid gray; padding: 3px 5px}

@media (min-width: 767px ) {
	.artel-stanok-chars table {width: 100%}
	.artel-stanok-chars td { padding: 5px 15px; transition: 0.5s}
	.artel-stanok-chars tr:hover td {
		background-color: #f6f6f6
	}

    .artel-image-n-text {display: flex;flex-wrap: wrap;gap: 1em;align-items: center;margin: 20px 0}
	.artel-image-n-text > div:first-child {flex-basis: 35%}
	.artel-image-n-text > div:nth-child(2) {flex-basis: 60%}
}


#foogallery-gallery-323 { }

.artel-pop-features {min-height: 55px}

.artel-expos a {text-decoration: none;color:black, var(--mdc-theme-primary, #6200ee)}
.artel-expos h2 {line-height: 24px}

.artel-expos .swiper-wrapper {display:flex; align-items: stretch;}
.artel-expos .swiper-wrapper .swiper-slide {height: auto;}
.artel-expos .swiper-wrapper .swiper-slide .mdc-card {height: 100%;}




.contacts-block a {text-decoration: none;transition: 0.5s}
.contacts-block a:hover {color: var(--mdc-theme-primary) !important;}
.contacts-block a:hover span {color: var(--mdc-theme-primary) !important;}




html {
    scroll-behavior: smooth;
}


/*cf7 */
.cf7-contact-form {
    max-width: 900px;
    margin: 0 auto;
}

.cf7-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.cf7-col {
    flex: 1;
}

.cf7-col-full {
    width: 100%;
}

.cf7-contact-form input,
.cf7-contact-form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    font-size: 14px;
    color: #555;
    box-sizing: border-box;
    background: #fff;
}

.cf7-contact-form textarea {
    height: 150px;
    resize: vertical;
}

.cf7-contact-form input::placeholder,
.cf7-contact-form textarea::placeholder {
    color: #999;
}

.cf7-submit {
    text-align: center;
    margin-top: 20px;
}

.cf7-contact-form input[type="submit"] {
    background: #0077c8;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px;
    transition: 0.2s;
}

.cf7-contact-form input[type="submit"]:hover {
    opacity: 0.9;
}

@media (max-width: 768px) {
    .cf7-row {
        flex-direction: column;
    }
}
#maininfoblock {padding:1em;}
@media (max-width: 768px) {
    #maininfoblock {padding:1em 0;}
    .artel-callme-button-wrapper {text-align: center !important;width: 100%;}
    .artel-footer-menu-wrap {margin-top: 40px}

}


.artel-phone-link a {color: white !important;text-decoration: none !important;font-size: 20px;font-weight: bold}

ul.wp-block-page-list a {    color: black;
    text-transform: none;
    text-decoration: none;}


.property-item .property-image .swiper-container .swipe-arrow.mdc-icon-button {color: #acacac
}
.mdc-icon-button:before {opacity: 0.05}
.properties-wrapper .mdc-menu-surface--anchor,.properties-wrapper .mdc-menu-surface--anchor,
.thumbnail-section .control-icons {visibility: hidden}

#why-wy .mdc-card h2 {line-height: 24px}

.artel-svg-logo-wrapper svg {max-height: 100px}

@media (max-width: 550px) {
    footer .artel-footer-logo-wrapper .artel-svg-logo-wrapper {
        justify-content: center;
    }
    footer .artel-footer-logo .artel-svg-logo-wrapper {height:80px}
    footer .artel-footer-logo .artel-footer-brand__text {font-size: 20px}
    .artel-footer-adress-wrapper {flex-wrap: nowrap}
    .properties-wrapper.artel-category-archive > .col-xs-12.p-2 {display: none}
}


.artel-view-type2 {display: flex;align-items: center;justify-content: center}