/*
@font-face {
	font-family: Tangerine;
	src: url('https://fonts.googleapis.com/css?family=Tangerine');
}

body .v-application {
	font-family: Tangerine, sans-serif;
}

.main-bg-color {
	background-color: #1E1A30!important;
}
.placeholder {
	fill: #1E1A30!important;
}
.main-substrate-bg-color:before {
	background-color: #1E1A30!important;
}
!* цвет таких эл-тов как Бургер *!
.main-bg-icon-color {}
.main-btn-bg-color {
	background-color: #6F208B!important;
}
.main-badge-bg-color .v-badge__wrapper .v-badge__badge {
	background-color: #6F208B!important;
}
.item-bg-color {
	background-color: #2F284D!important;
}
.v-application .form-bg-color .v-icon {
	color: #2F284D!important;
}
.v-application .form-bg-color .v-icon.mdi-checkbox-marked {
	color: #6F208B!important;
}
.v-application .form-bg-color .v-icon.mdi-radiobox-marked {
	color: #6F208B!important;
}

.main-loader-border-color:after {
	border-top-color: #6F208B!important;
	border-right-color: transparent;
	border-bottom-color: #6F208B!important;
	border-left-color: #6F208B!important;
}


!*Добавить цвет текста*!

.text-style-button {}
.text-style-page-title {}
.text-style-tag {} !* Еще не реализованы в верстке *!
.text-style-sections {}
.text-style-small-tile {}
.text-style-text {}
.text-style-main-1 {
	!*font-size: 12px !important;*!
}
.text-style-main-2 {}

.border-style-color-as-text-style-main-2-color {}

.apple-pay-border {
	background: #fff;
}
*/


@font-face {
	font-family: GillSans;
	font-weight: 400;
	src: url('https://static.hoteza.app/dk8tw9/fonts/GillSans-Regular.ttf');
}
@font-face {
	font-family: GillSans;
	font-weight: 500;
	src: url('https://static.hoteza.app/dk8tw9/fonts/GillSans-SemiBold.ttf');
}
@font-face {
	font-family: GillSans;
	font-weight: 600;
	src: url('https://static.hoteza.app/dk8tw9/fonts/GillSans-Bold.ttf');
}
body .v-application {
	font-family: GillSans, sans-serif !important;
}

.main-bg-icon-color {
	background-color: #333333 !important;
}

.main-bg-color {
	background-color: #F7F4EB!important;
}
.placeholder {
	fill: #F7F4EB!important;
}
.main-substrate-bg-color:before {
	background-color: #F7F4EB!important;
}

.item-bg-color {
	background-color: #EAE2CA !important;
}
.v-application .form-bg-color .v-icon {
	color: #EAE2CA !important;
}

.main-btn-bg-color {
	background-color: #EE1B2E!important;
}
.v-application .form-bg-color .v-icon.mdi-checkbox-marked {
	color: #EE1B2E!important;
}
.v-application .form-bg-color .v-icon.mdi-radiobox-marked {
	color: #EE1B2E!important;
}
.main-loader-border-color:after {
	border-top-color: #EE1B2E!important;
	border-right-color: transparent;
	border-bottom-color: #EE1B2E!important;
	border-left-color: #EE1B2E!important;
}

/* Кастомизация текста */
.text-style-page-title {}
.text-style-tag {} /* Еще не реализованы в верстке */
.text-style-sections {}
.text-style-small-tile {}
.text-style-text {}
.text-style-main-1 {}
.text-style-main-2 {
	color: #333333 !important;
}
/* Кастомизация цвета текста на item'ах меню */
.list-item__title.text-style-main-2 {
	color: #fff !important;
}

.text-style-button {}
.text-style-large-name {}
.text-style-form {
	color: #333333 !important;
}

.main-icon-color,
.v-icon.v-icon {
	color: #333333 !important;
}

/* Кастомизация бордеров */
.border-style-color-transparent {
	border-color: rgba(51, 51, 51, 0.2) !important;
}
.border-style-color.v-tab--active {
	border-color: rgba(51, 51, 51, 1) !important;
}

/* Кастомизация SVG */
.icon svg {
	fill: #333 !important;
}
button svg {
	fill: #fff !important;
}

