

/* Start:/local/templates/flowers/css/formstyler.css?174403671512590*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
	max-width: 200px;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.jq-checkbox,
.jq-radio {
	vertical-align: -4px;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}
.jq-checkbox {

}
.jq-checkbox.checked .jq-checkbox__div {
	width: 8px;
	height: 4px;
	margin: 3px 0 0 3px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.jq-radio {

}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;

	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-file {
	width: 270px;

	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;

	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;

	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;

	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;

	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
	z-index: 9999!important;
}
.jq-selectbox__select {
	height: 32px;
	padding: 0 45px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;

	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
}
.jq-selectbox__select:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	background: var(--white);
	box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.10);
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;

	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: var(--main_bg_gray)!important;
	color: var(--main_text_black);
	transition: 0.2s all;
}
.jq-selectbox li.sel{
	background-color: var(--main_bg_gray)!important;
	color: var(--main_text_black);
	transition: 0.2s all;
}
.jq-selectbox li:hover {
	background-color: var(--sel_hover);
	color: var(--main-txt);
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}
.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;

	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {

}
.jq-select-multiple li:last-child {

}
.jq-select-multiple li.selected {
	background: var(--main_bg_gray);
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: var(--main_bg_gray);
	color: #FFF;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;

	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;

	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}

/* End */


/* Start:/local/templates/flowers/css/bootstrap_v4.css?1744036715197447*/
*,::before,::after {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0!important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,ul,dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ul ul,ol ul,ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: var(--main_color);
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre,code,kbd,samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {

}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,button,select,optgroup,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

select {
    word-wrap: normal
}

button,[type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button
}

button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled) {
    cursor: pointer
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="radio"],input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}

input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1,.h1 {
    font-size: 2.5rem
}

h2,.h2 {
    font-size: 2rem
}

h3,.h3 {
    font-size: 1.75rem
}

h4,.h4 {
    font-size: 1.5rem
}

h5,.h5 {
    font-size: 1.25rem
}

h6,.h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1)
}

small,.small {
    font-size: 80%;
    font-weight: 400
}

mark,.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;

    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;

}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 577px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 769px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 993px) {
    .container {
        max-width:960px;
    }
}

@media (min-width: 1351px) {
    .container {
        max-width: 1300px !important;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col,.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.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,.col-sm-auto,.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,.col-md-auto,.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,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table th,.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table-sm th,.table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered th,.table-bordered td {
    border: 1px solid #dee2e6
}

.table-bordered thead th,.table-bordered thead td {
    border-bottom-width: 2px
}

.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody + tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,0.075)
}

.table-primary,.table-primary > th,.table-primary > td {
    background-color: #b8daff
}

.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody + tbody {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover > td,.table-hover .table-primary:hover > th {
    background-color: #9fcdff
}

.table-secondary,.table-secondary > th,.table-secondary > td {
    background-color: #d6d8db
}

.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody + tbody {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover > td,.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}

.table-success,.table-success > th,.table-success > td {
    background-color: #c3e6cb
}

.table-success th,.table-success td,.table-success thead th,.table-success tbody + tbody {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover > td,.table-hover .table-success:hover > th {
    background-color: #b1dfbb
}

.table-info,.table-info > th,.table-info > td {
    background-color: #bee5eb
}

.table-info th,.table-info td,.table-info thead th,.table-info tbody + tbody {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover > td,.table-hover .table-info:hover > th {
    background-color: #abdde5
}

.table-warning,.table-warning > th,.table-warning > td {
    background-color: #ffeeba
}

.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody + tbody {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover > td,.table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger,.table-danger > th,.table-danger > td {
    background-color: #f5c6cb
}

.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody + tbody {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover > td,.table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}

.table-light,.table-light > th,.table-light > td {
    background-color: #fdfdfe
}

.table-light th,.table-light td,.table-light thead th,.table-light tbody + tbody {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover > td,.table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark,.table-dark > th,.table-dark > td {
    background-color: #c6c8ca
}

.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody + tbody {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover > td,.table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

.table-active,.table-active > th,.table-active > td {
    background-color: rgba(0,0,0,0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,0.075)
}

.table-hover .table-active:hover > td,.table-hover .table-active:hover > th {
    background-color: rgba(0,0,0,0.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark th,.table-dark td,.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,0.05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255,255,255,0.075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm > .table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md > .table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive > .table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;

    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,0.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;

}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;

}

select.form-control[size],select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row > .col,.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40,167,69,0.9);

}

.was-validated .form-control:valid,.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-control:valid:focus,.form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,0.25)
}

.was-validated .form-control:valid ~ .valid-feedback,.was-validated .form-control:valid ~ .valid-tooltip,.form-control.is-valid ~ .valid-feedback,.form-control.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid,textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .custom-select:valid,.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,0.25)
}

.was-validated .custom-select:valid ~ .valid-feedback,.was-validated .custom-select:valid ~ .valid-tooltip,.custom-select.is-valid ~ .valid-feedback,.custom-select.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .form-control-file:valid ~ .valid-feedback,.was-validated .form-control-file:valid ~ .valid-tooltip,.form-control-file.is-valid ~ .valid-feedback,.form-control-file.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .form-check-input:valid ~ .form-check-label,.form-check-input.is-valid ~ .form-check-label {
    color: #28a745
}

.was-validated .form-check-input:valid ~ .valid-feedback,.was-validated .form-check-input:valid ~ .valid-tooltip,.form-check-input.is-valid ~ .valid-feedback,.form-check-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid ~ .custom-control-label,.custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,.custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-control-input:valid ~ .valid-feedback,.was-validated .custom-control-input:valid ~ .valid-tooltip,.custom-control-input.is-valid ~ .valid-feedback,.custom-control-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,.custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,.custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-file-input:valid ~ .custom-file-label,.custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745
}

.was-validated .custom-file-input:valid ~ .valid-feedback,.was-validated .custom-file-input:valid ~ .valid-tooltip,.custom-file-input.is-valid ~ .valid-feedback,.custom-file-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,.custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220,53,69,0.9);

}

.was-validated .form-control:invalid,.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,0.25)
}

.was-validated .form-control:invalid ~ .invalid-feedback,.was-validated .form-control:invalid ~ .invalid-tooltip,.form-control.is-invalid ~ .invalid-feedback,.form-control.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .custom-select:invalid,.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,0.25)
}

.was-validated .custom-select:invalid ~ .invalid-feedback,.was-validated .custom-select:invalid ~ .invalid-tooltip,.custom-select.is-invalid ~ .invalid-feedback,.custom-select.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,.was-validated .form-control-file:invalid ~ .invalid-tooltip,.form-control-file.is-invalid ~ .invalid-feedback,.form-control-file.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .form-check-input:invalid ~ .form-check-label,.form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,.was-validated .form-check-input:invalid ~ .invalid-tooltip,.form-check-input.is-invalid ~ .invalid-feedback,.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,.custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,.custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,.was-validated .custom-control-input:invalid ~ .invalid-tooltip,.custom-control-input.is-invalid ~ .invalid-feedback,.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,.was-validated .custom-file-input:invalid ~ .invalid-tooltip,.custom-file-input.is-invalid ~ .invalid-feedback,.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,.custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,0.25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group,.form-inline .custom-select {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;

    transition: 0s !important;
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus,.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,0.25)
}

.btn.disabled,.btn:disabled {
    opacity: .65
}

a.btn.disabled,fieldset:disabled a.btn {
    pointer-events: none
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary:focus,.btn-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(130,138,145,0.5)
}

.btn-secondary.disabled,.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130,138,145,0.5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success:focus,.btn-success.focus {
    box-shadow: 0 0 0 .2rem rgba(72,180,97,0.5)
}

.btn-success.disabled,.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72,180,97,0.5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus,.btn-info.focus {
    box-shadow: 0 0 0 .2rem rgba(58,176,195,0.5)
}

.btn-info.disabled,.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58,176,195,0.5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning:focus,.btn-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(222,170,12,0.5)
}

.btn-warning.disabled,.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222,170,12,0.5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger:focus,.btn-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(225,83,97,0.5)
}

.btn-danger.disabled,.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225,83,97,0.5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus,.btn-light.focus {
    box-shadow: 0 0 0 .2rem rgba(216,217,219,0.5)
}

.btn-light.disabled,.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216,217,219,0.5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark:focus,.btn-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(82,88,93,0.5)
}

.btn-dark.disabled,.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82,88,93,0.5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:focus,.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,0.5)
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,0.5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:focus,.btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,0.5)
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,0.5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:focus,.btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,0.5)
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,0.5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:focus,.btn-outline-info.focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,0.5)
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,0.5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:focus,.btn-outline-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,0.5)
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,0.5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:focus,.btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,0.5)
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,0.5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:focus,.btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,0.5)
}

.btn-outline-light.disabled,.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,0.5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:focus,.btn-outline-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,0.5)
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,0.5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link:focus,.btn-link.focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link:disabled,.btn-link.disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg,.btn-group-lg > .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;

}

.btn-sm,.btn-group-sm > .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;

}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.dropup,.dropright,.dropdown,.dropleft {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);

}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^="top"],.dropdown-menu[x-placement^="right"],.dropdown-menu[x-placement^="bottom"],.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group > .btn,.btn-group-vertical > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group > .btn:hover,.btn-group-vertical > .btn:hover {
    z-index: 1
}

.btn-group > .btn:focus,.btn-group > .btn:active,.btn-group > .btn.active,.btn-group-vertical > .btn:focus,.btn-group-vertical > .btn:active,.btn-group-vertical > .btn.active {
    z-index: 1
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group > .btn:not(:first-child),.btn-group > .btn-group:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn:not(:first-child),.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm + .dropdown-toggle-split,.btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg + .dropdown-toggle-split,.btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical > .btn,.btn-group-vertical > .btn-group {
    width: 100%
}

.btn-group-vertical > .btn:not(:first-child),.btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:not(:first-child),.btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle > .btn,.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

.btn-group-toggle > .btn input[type="radio"],.btn-group-toggle > .btn input[type="checkbox"],.btn-group-toggle > .btn-group > .btn input[type="radio"],.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group > .form-control,.input-group > .form-control-plaintext,.input-group > .custom-select,.input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group > .form-control + .form-control,.input-group > .form-control + .custom-select,.input-group > .form-control + .custom-file,.input-group > .form-control-plaintext + .form-control,.input-group > .form-control-plaintext + .custom-select,.input-group > .form-control-plaintext + .custom-file,.input-group > .custom-select + .form-control,.input-group > .custom-select + .custom-select,.input-group > .custom-select + .custom-file,.input-group > .custom-file + .form-control,.input-group > .custom-file + .custom-select,.input-group > .custom-file + .custom-file {
    margin-left: -1px
}

.input-group > .form-control:focus,.input-group > .custom-select:focus,.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group > .form-control:not(:last-child),.input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .form-control:not(:first-child),.input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group > .custom-file:not(:last-child) .custom-file-label,.input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-prepend,.input-group-append {
    display: -ms-flexbox;
    display: flex
}

.input-group-prepend .btn,.input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn:focus,.input-group-append .btn:focus {
    z-index: 3
}

.input-group-prepend .btn + .btn,.input-group-prepend .btn + .input-group-text,.input-group-prepend .input-group-text + .input-group-text,.input-group-prepend .input-group-text + .btn,.input-group-append .btn + .btn,.input-group-append .btn + .input-group-text,.input-group-append .input-group-text + .input-group-text,.input-group-append .input-group-text + .btn {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;

}

.input-group-text input[type="radio"],.input-group-text input[type="checkbox"] {
    margin-top: 0
}

.input-group-lg > .form-control:not(textarea),.input-group-lg > .custom-select {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .form-control,.input-group-lg > .custom-select,.input-group-lg > .input-group-prepend > .input-group-text,.input-group-lg > .input-group-append > .input-group-text,.input-group-lg > .input-group-prepend > .btn,.input-group-lg > .input-group-append > .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;

}

.input-group-sm > .form-control:not(textarea),.input-group-sm > .custom-select {
    height: calc(1.5em + 0.5rem + 2px)
}

.input-group-sm > .form-control,.input-group-sm > .custom-select,.input-group-sm > .input-group-prepend > .input-group-text,.input-group-sm > .input-group-append > .input-group-text,.input-group-sm > .input-group-prepend > .btn,.input-group-sm > .input-group-append > .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;

}

.input-group-lg > .custom-select,.input-group-sm > .custom-select {
    padding-right: 1.75rem
}

.input-group > .input-group-prepend > .btn,.input-group > .input-group-prepend > .input-group-text,.input-group > .input-group-append:not(:last-child) > .btn,.input-group > .input-group-append:not(:last-child) > .input-group-text,.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn,.input-group > .input-group-append > .input-group-text,.input-group > .input-group-prepend:not(:first-child) > .btn,.input-group > .input-group-prepend:not(:first-child) > .input-group-text,.input-group > .input-group-prepend:first-child > .btn:not(:first-child),.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,0.25)
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%
}

.custom-checkbox .custom-control-label::before {

}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0,123,255,0.5)
}

.custom-radio .custom-control-label::before {

}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,0.5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;

}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;

    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,0.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,0.25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,0.25)
}

.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;

}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;

}

.custom-range {
    width: 100%;
    height: calc(1rem + 0.4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,0.25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,0.25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,0.25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;

    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;

}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;

    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;

}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;

    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;

}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;

}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,.custom-file-label,.custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,.custom-file-label,.custom-select {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:hover,.nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {

}

.nav-pills .nav-link.active,.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar > .container,.navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover,.navbar-brand:focus {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;

}

.navbar-toggler:hover,.navbar-toggler:focus {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,.navbar-expand-sm > .container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .container,.navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container,.navbar-expand-md > .container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md > .container,.navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,.navbar-expand-lg > .container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .container,.navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,.navbar-expand-xl > .container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl > .container,.navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand > .container,.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand > .container,.navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,0.9)
}

.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus {
    color: rgba(0,0,0,0.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,0.5)
}

.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0,0,0,0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0,0,0,0.3)
}

.navbar-light .navbar-nav .show > .nav-link,.navbar-light .navbar-nav .active > .nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0,0,0,0.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,0.5);
    border-color: rgba(0,0,0,0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,0.5)
}

.navbar-light .navbar-text a {
    color: rgba(0,0,0,0.9)
}

.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus {
    color: rgba(0,0,0,0.9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,0.5)
}

.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255,255,255,0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255,255,255,0.25)
}

.navbar-dark .navbar-nav .show > .nav-link,.navbar-dark .navbar-nav .active > .nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,0.5);
    border-color: rgba(255,255,255,0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,0.5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);

}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.03);
    border-bottom: 1px solid rgba(0,0,0,0.125)
}

.card-header:first-child {

}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,0.03);
    border-top: 1px solid rgba(0,0,0,0.125)
}

.card-footer:last-child {

}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;

}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow:row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow:row wrap;
        flex-flow: row wrap
    }

    .card-group > .card {
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-img-top,.card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-img-bottom,.card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-img-top,.card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-img-bottom,.card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count:3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion > .card {
    overflow: hidden
}

.accordion > .card:not(:first-of-type) .card-header:first-child {

}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;

}

.accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion > .card .card-header {
    margin-bottom: -1px
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;

}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;

}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,0.25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;

    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none
    }
}

a.badge:hover,a.badge:focus {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;

}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:hover,a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary:focus,a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,0.5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:hover,a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary:focus,a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108,117,125,0.5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:hover,a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success:focus,a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,0.5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:hover,a.badge-info:focus {
    color: #fff;
    background-color: #117a8b
}

a.badge-info:focus,a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23,162,184,0.5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:hover,a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning:focus,a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,193,7,0.5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:hover,a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger:focus,a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,0.5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:hover,a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light:focus,a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248,249,250,0.5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:hover,a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark:focus,a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52,58,64,0.5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;

}

@media (min-width: 576px) {
    .jumbotron {
        padding:4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;

}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;

}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;

}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:hover,.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item.disabled,.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction:row;
        flex-direction: row
    }

    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -ms-flex-direction:row;
        flex-direction: row
    }

    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction:row;
        flex-direction: row
    }

    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction:row;
        flex-direction: row
    }

    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;

}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: var(--main_text_black);
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: var(--main_text_black);
    text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255,255,255,0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;

}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,0.05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.2);

    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width:1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top,.bs-tooltip-auto[x-placement^="top"] {
    padding: .4rem 0
}

.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0
}

.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 .4rem
}

.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"] {
    padding: .4rem 0
}

.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0
}

.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 .4rem
}

.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;

}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.2);

}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::before,.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-top,.bs-popover-auto[x-placement^="top"] {
    margin-bottom: .5rem
}

.bs-popover-top > .arrow,.bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1)
}

.bs-popover-top > .arrow::before,.bs-popover-auto[x-placement^="top"] > .arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0,0,0,0.25)
}

.bs-popover-top > .arrow::after,.bs-popover-auto[x-placement^="top"] > .arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-right,.bs-popover-auto[x-placement^="right"] {
    margin-left: .5rem
}

.bs-popover-right > .arrow,.bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-right > .arrow::before,.bs-popover-auto[x-placement^="right"] > .arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0,0,0,0.25)
}

.bs-popover-right > .arrow::after,.bs-popover-auto[x-placement^="right"] > .arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-bottom,.bs-popover-auto[x-placement^="bottom"] {
    margin-top: .5rem
}

.bs-popover-bottom > .arrow,.bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1)
}

.bs-popover-bottom > .arrow::before,.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0,0,0,0.25)
}

.bs-popover-bottom > .arrow::after,.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-left,.bs-popover-auto[x-placement^="left"] {
    margin-right: .5rem
}

.bs-popover-left > .arrow,.bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-left > .arrow::before,.bs-popover-auto[x-placement^="left"] > .arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0,0,0,0.25)
}

.bs-popover-left > .arrow::after,.bs-popover-auto[x-placement^="left"] > .arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active,.carousel-item-next,.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0 .6s opacity
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-prev,.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,.carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;

    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;

    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.bg-primary {
    background-color: #007bff!important
}

a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus {
    background-color: #0062cc!important
}

.bg-secondary {
    background-color: #6c757d!important
}

a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus {
    background-color: #545b62!important
}

.bg-success {
    background-color: #28a745!important
}

a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #ffc107!important
}

a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #dc3545!important
}

a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus {
    background-color: #bd2130!important
}

.bg-light {
    background-color: #f8f9fa!important
}

a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus {
    background-color: #dae0e5!important
}

.bg-dark {
    background-color: #343a40!important
}

a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus {
    background-color: #1d2124!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #dee2e6!important
}

.border-top {
    border-top: 1px solid #dee2e6!important
}

.border-right {
    border-right: 1px solid #dee2e6!important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important
}

.border-left {
    border-left: 1px solid #dee2e6!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #007bff!important
}

.border-secondary {
    border-color: #6c757d!important
}

.border-success {
    border-color: #28a745!important
}

.border-info {
    border-color: #17a2b8!important
}

.border-warning {
    border-color: #ffc107!important
}

.border-danger {
    border-color: #dc3545!important
}

.border-light {
    border-color: #f8f9fa!important
}

.border-dark {
    border-color: #343a40!important
}

.border-white {
    border-color: #fff!important
}

.rounded-sm {

}

.rounded {

}

.rounded-top {
    border-top-left-radius: .25rem!important;
    border-top-right-radius: .25rem!important
}

.rounded-right {
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-left {
    border-top-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-lg {

}

.rounded-circle {

}

.rounded-pill {

}

.rounded-0 {

}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

@media (min-width: 576px) {
    .d-sm-none {
        display:none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display:none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }

    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
}

.flex-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
}

.flex-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
}

.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
}

.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
}

.justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction:row!important;
        flex-direction: row!important
    }

    .flex-sm-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-sm-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-sm-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-sm-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction:row!important;
        flex-direction: row!important
    }

    .flex-md-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-md-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-md-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-md-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-md-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction:row!important;
        flex-direction: row!important
    }

    .flex-lg-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-lg-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-lg-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-lg-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction:row!important;
        flex-direction: row!important
    }

    .flex-xl-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-xl-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-xl-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-xl-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width: 576px) {
    .float-sm-left {
        float:left!important
    }

    .float-sm-right {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float:left!important
    }

    .float-md-right {
        float: right!important
    }

    .float-md-none {
        float: none!important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float:left!important
    }

    .float-lg-right {
        float: right!important
    }

    .float-lg-none {
        float: none!important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float:left!important
    }

    .float-xl-right {
        float: right!important
    }

    .float-xl-none {
        float: none!important
    }
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,0.075)!important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,0.15)!important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.175)!important
}

.shadow-none {
    box-shadow: none!important
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.min-vw-100 {
    min-width: 100vw!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.vw-100 {
    width: 100vw!important
}

.vh-100 {
    height: 100vh!important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0)
}

.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: .25rem!important
}

.mt-1,.my-1 {
    margin-top: .25rem!important
}

.mr-1,.mx-1 {
    margin-right: .25rem!important
}

.mb-1,.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,.my-2 {
    margin-top: .5rem!important
}

.mr-2,.mx-2 {
    margin-right: .5rem!important
}

.mb-2,.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,.mx-2 {
    margin-left: .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: 3rem!important
}

.mt-5,.my-5 {
    margin-top: 3rem!important
}

.mr-5,.mx-5 {
    margin-right: 3rem!important
}

.mb-5,.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,.mx-5 {
    margin-left: 3rem!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: .25rem!important
}

.pt-1,.py-1 {
    padding-top: .25rem!important
}

.pr-1,.px-1 {
    padding-right: .25rem!important
}

.pb-1,.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,.py-2 {
    padding-top: .5rem!important
}

.pr-2,.px-2 {
    padding-right: .5rem!important
}

.pb-2,.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,.px-2 {
    padding-left: .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: 3rem!important
}

.pt-5,.py-5 {
    padding-top: 3rem!important
}

.pr-5,.px-5 {
    padding-right: 3rem!important
}

.pb-5,.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,.px-5 {
    padding-left: 3rem!important
}

.m-n1 {
    margin: -.25rem!important
}

.mt-n1,.my-n1 {
    margin-top: -.25rem!important
}

.mr-n1,.mx-n1 {
    margin-right: -.25rem!important
}

.mb-n1,.my-n1 {
    margin-bottom: -.25rem!important
}

.ml-n1,.mx-n1 {
    margin-left: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.mt-n2,.my-n2 {
    margin-top: -.5rem!important
}

.mr-n2,.mx-n2 {
    margin-right: -.5rem!important
}

.mb-n2,.my-n2 {
    margin-bottom: -.5rem!important
}

.ml-n2,.mx-n2 {
    margin-left: -.5rem!important
}

.m-n3 {
    margin: -1rem!important
}

.mt-n3,.my-n3 {
    margin-top: -1rem!important
}

.mr-n3,.mx-n3 {
    margin-right: -1rem!important
}

.mb-n3,.my-n3 {
    margin-bottom: -1rem!important
}

.ml-n3,.mx-n3 {
    margin-left: -1rem!important
}

.m-n4 {
    margin: -1.5rem!important
}

.mt-n4,.my-n4 {
    margin-top: -1.5rem!important
}

.mr-n4,.mx-n4 {
    margin-right: -1.5rem!important
}

.mb-n4,.my-n4 {
    margin-bottom: -1.5rem!important
}

.ml-n4,.mx-n4 {
    margin-left: -1.5rem!important
}

.m-n5 {
    margin: -3rem!important
}

.mt-n5,.my-n5 {
    margin-top: -3rem!important
}

.mr-n5,.mx-n5 {
    margin-right: -3rem!important
}

.mb-n5,.my-n5 {
    margin-bottom: -3rem!important
}

.ml-n5,.mx-n5 {
    margin-left: -3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,.my-auto {
    margin-top: auto!important
}

.mr-auto,.mx-auto {
    margin-right: auto!important
}

.mb-auto,.my-auto {
    margin-bottom: auto!important
}

.ml-auto,.mx-auto {
    margin-left: auto!important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin:0!important
    }

    .mt-sm-0,.my-sm-0 {
        margin-top: 0!important
    }

    .mr-sm-0,.mx-sm-0 {
        margin-right: 0!important
    }

    .mb-sm-0,.my-sm-0 {
        margin-bottom: 0!important
    }

    .ml-sm-0,.mx-sm-0 {
        margin-left: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: .25rem!important
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: .25rem!important
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .25rem!important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: .5rem!important
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: .5rem!important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: .5rem!important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .mt-sm-3,.my-sm-3 {
        margin-top: 1rem!important
    }

    .mr-sm-3,.mx-sm-3 {
        margin-right: 1rem!important
    }

    .mb-sm-3,.my-sm-3 {
        margin-bottom: 1rem!important
    }

    .ml-sm-3,.mx-sm-3 {
        margin-left: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .mt-sm-4,.my-sm-4 {
        margin-top: 1.5rem!important
    }

    .mr-sm-4,.mx-sm-4 {
        margin-right: 1.5rem!important
    }

    .mb-sm-4,.my-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-sm-4,.mx-sm-4 {
        margin-left: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .mt-sm-5,.my-sm-5 {
        margin-top: 3rem!important
    }

    .mr-sm-5,.mx-sm-5 {
        margin-right: 3rem!important
    }

    .mb-sm-5,.my-sm-5 {
        margin-bottom: 3rem!important
    }

    .ml-sm-5,.mx-sm-5 {
        margin-left: 3rem!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .pt-sm-0,.py-sm-0 {
        padding-top: 0!important
    }

    .pr-sm-0,.px-sm-0 {
        padding-right: 0!important
    }

    .pb-sm-0,.py-sm-0 {
        padding-bottom: 0!important
    }

    .pl-sm-0,.px-sm-0 {
        padding-left: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .25rem!important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .25rem!important
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .25rem!important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: .5rem!important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: .5rem!important
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: .5rem!important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .pt-sm-3,.py-sm-3 {
        padding-top: 1rem!important
    }

    .pr-sm-3,.px-sm-3 {
        padding-right: 1rem!important
    }

    .pb-sm-3,.py-sm-3 {
        padding-bottom: 1rem!important
    }

    .pl-sm-3,.px-sm-3 {
        padding-left: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .pt-sm-4,.py-sm-4 {
        padding-top: 1.5rem!important
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 1.5rem!important
    }

    .pb-sm-4,.py-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .pt-sm-5,.py-sm-5 {
        padding-top: 3rem!important
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 3rem!important
    }

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 3rem!important
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 3rem!important
    }

    .m-sm-n1 {
        margin: -.25rem!important
    }

    .mt-sm-n1,.my-sm-n1 {
        margin-top: -.25rem!important
    }

    .mr-sm-n1,.mx-sm-n1 {
        margin-right: -.25rem!important
    }

    .mb-sm-n1,.my-sm-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-sm-n1,.mx-sm-n1 {
        margin-left: -.25rem!important
    }

    .m-sm-n2 {
        margin: -.5rem!important
    }

    .mt-sm-n2,.my-sm-n2 {
        margin-top: -.5rem!important
    }

    .mr-sm-n2,.mx-sm-n2 {
        margin-right: -.5rem!important
    }

    .mb-sm-n2,.my-sm-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-sm-n2,.mx-sm-n2 {
        margin-left: -.5rem!important
    }

    .m-sm-n3 {
        margin: -1rem!important
    }

    .mt-sm-n3,.my-sm-n3 {
        margin-top: -1rem!important
    }

    .mr-sm-n3,.mx-sm-n3 {
        margin-right: -1rem!important
    }

    .mb-sm-n3,.my-sm-n3 {
        margin-bottom: -1rem!important
    }

    .ml-sm-n3,.mx-sm-n3 {
        margin-left: -1rem!important
    }

    .m-sm-n4 {
        margin: -1.5rem!important
    }

    .mt-sm-n4,.my-sm-n4 {
        margin-top: -1.5rem!important
    }

    .mr-sm-n4,.mx-sm-n4 {
        margin-right: -1.5rem!important
    }

    .mb-sm-n4,.my-sm-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-sm-n4,.mx-sm-n4 {
        margin-left: -1.5rem!important
    }

    .m-sm-n5 {
        margin: -3rem!important
    }

    .mt-sm-n5,.my-sm-n5 {
        margin-top: -3rem!important
    }

    .mr-sm-n5,.mx-sm-n5 {
        margin-right: -3rem!important
    }

    .mb-sm-n5,.my-sm-n5 {
        margin-bottom: -3rem!important
    }

    .ml-sm-n5,.mx-sm-n5 {
        margin-left: -3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mt-sm-auto,.my-sm-auto {
        margin-top: auto!important
    }

    .mr-sm-auto,.mx-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-auto,.my-sm-auto {
        margin-bottom: auto!important
    }

    .ml-sm-auto,.mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin:0!important
    }

    .mt-md-0,.my-md-0 {
        margin-top: 0!important
    }

    .mr-md-0,.mx-md-0 {
        margin-right: 0!important
    }

    .mb-md-0,.my-md-0 {
        margin-bottom: 0!important
    }

    .ml-md-0,.mx-md-0 {
        margin-left: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .mt-md-1,.my-md-1 {
        margin-top: .25rem!important
    }

    .mr-md-1,.mx-md-1 {
        margin-right: .25rem!important
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .25rem!important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .mt-md-2,.my-md-2 {
        margin-top: .5rem!important
    }

    .mr-md-2,.mx-md-2 {
        margin-right: .5rem!important
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: .5rem!important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .mt-md-3,.my-md-3 {
        margin-top: 1rem!important
    }

    .mr-md-3,.mx-md-3 {
        margin-right: 1rem!important
    }

    .mb-md-3,.my-md-3 {
        margin-bottom: 1rem!important
    }

    .ml-md-3,.mx-md-3 {
        margin-left: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .mt-md-4,.my-md-4 {
        margin-top: 1.5rem!important
    }

    .mr-md-4,.mx-md-4 {
        margin-right: 1.5rem!important
    }

    .mb-md-4,.my-md-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-md-4,.mx-md-4 {
        margin-left: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .mt-md-5,.my-md-5 {
        margin-top: 3rem!important
    }

    .mr-md-5,.mx-md-5 {
        margin-right: 3rem!important
    }

    .mb-md-5,.my-md-5 {
        margin-bottom: 3rem!important
    }

    .ml-md-5,.mx-md-5 {
        margin-left: 3rem!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .pt-md-0,.py-md-0 {
        padding-top: 0!important
    }

    .pr-md-0,.px-md-0 {
        padding-right: 0!important
    }

    .pb-md-0,.py-md-0 {
        padding-bottom: 0!important
    }

    .pl-md-0,.px-md-0 {
        padding-left: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .pt-md-1,.py-md-1 {
        padding-top: .25rem!important
    }

    .pr-md-1,.px-md-1 {
        padding-right: .25rem!important
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: .25rem!important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .pt-md-2,.py-md-2 {
        padding-top: .5rem!important
    }

    .pr-md-2,.px-md-2 {
        padding-right: .5rem!important
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: .5rem!important
    }

    .pl-md-2,.px-md-2 {
        padding-left: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .pt-md-3,.py-md-3 {
        padding-top: 1rem!important
    }

    .pr-md-3,.px-md-3 {
        padding-right: 1rem!important
    }

    .pb-md-3,.py-md-3 {
        padding-bottom: 1rem!important
    }

    .pl-md-3,.px-md-3 {
        padding-left: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .pt-md-4,.py-md-4 {
        padding-top: 1.5rem!important
    }

    .pr-md-4,.px-md-4 {
        padding-right: 1.5rem!important
    }

    .pb-md-4,.py-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .pt-md-5,.py-md-5 {
        padding-top: 3rem!important
    }

    .pr-md-5,.px-md-5 {
        padding-right: 3rem!important
    }

    .pb-md-5,.py-md-5 {
        padding-bottom: 3rem!important
    }

    .pl-md-5,.px-md-5 {
        padding-left: 3rem!important
    }

    .m-md-n1 {
        margin: -.25rem!important
    }

    .mt-md-n1,.my-md-n1 {
        margin-top: -.25rem!important
    }

    .mr-md-n1,.mx-md-n1 {
        margin-right: -.25rem!important
    }

    .mb-md-n1,.my-md-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-md-n1,.mx-md-n1 {
        margin-left: -.25rem!important
    }

    .m-md-n2 {
        margin: -.5rem!important
    }

    .mt-md-n2,.my-md-n2 {
        margin-top: -.5rem!important
    }

    .mr-md-n2,.mx-md-n2 {
        margin-right: -.5rem!important
    }

    .mb-md-n2,.my-md-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-md-n2,.mx-md-n2 {
        margin-left: -.5rem!important
    }

    .m-md-n3 {
        margin: -1rem!important
    }

    .mt-md-n3,.my-md-n3 {
        margin-top: -1rem!important
    }

    .mr-md-n3,.mx-md-n3 {
        margin-right: -1rem!important
    }

    .mb-md-n3,.my-md-n3 {
        margin-bottom: -1rem!important
    }

    .ml-md-n3,.mx-md-n3 {
        margin-left: -1rem!important
    }

    .m-md-n4 {
        margin: -1.5rem!important
    }

    .mt-md-n4,.my-md-n4 {
        margin-top: -1.5rem!important
    }

    .mr-md-n4,.mx-md-n4 {
        margin-right: -1.5rem!important
    }

    .mb-md-n4,.my-md-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-md-n4,.mx-md-n4 {
        margin-left: -1.5rem!important
    }

    .m-md-n5 {
        margin: -3rem!important
    }

    .mt-md-n5,.my-md-n5 {
        margin-top: -3rem!important
    }

    .mr-md-n5,.mx-md-n5 {
        margin-right: -3rem!important
    }

    .mb-md-n5,.my-md-n5 {
        margin-bottom: -3rem!important
    }

    .ml-md-n5,.mx-md-n5 {
        margin-left: -3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mt-md-auto,.my-md-auto {
        margin-top: auto!important
    }

    .mr-md-auto,.mx-md-auto {
        margin-right: auto!important
    }

    .mb-md-auto,.my-md-auto {
        margin-bottom: auto!important
    }

    .ml-md-auto,.mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin:0!important
    }

    .mt-lg-0,.my-lg-0 {
        margin-top: 0!important
    }

    .mr-lg-0,.mx-lg-0 {
        margin-right: 0!important
    }

    .mb-lg-0,.my-lg-0 {
        margin-bottom: 0!important
    }

    .ml-lg-0,.mx-lg-0 {
        margin-left: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .25rem!important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .25rem!important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .25rem!important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .5rem!important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .5rem!important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .5rem!important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .mt-lg-3,.my-lg-3 {
        margin-top: 1rem!important
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: 1rem!important
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: 1rem!important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .mt-lg-4,.my-lg-4 {
        margin-top: 1.5rem!important
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 1.5rem!important
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .mt-lg-5,.my-lg-5 {
        margin-top: 3rem!important
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 3rem!important
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 3rem!important
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 3rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .pt-lg-0,.py-lg-0 {
        padding-top: 0!important
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0!important
    }

    .pb-lg-0,.py-lg-0 {
        padding-bottom: 0!important
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .25rem!important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .25rem!important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .25rem!important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .5rem!important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .5rem!important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .5rem!important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: 1rem!important
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: 1rem!important
    }

    .pb-lg-3,.py-lg-3 {
        padding-bottom: 1rem!important
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 1.5rem!important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.5rem!important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 3rem!important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 3rem!important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 3rem!important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 3rem!important
    }

    .m-lg-n1 {
        margin: -.25rem!important
    }

    .mt-lg-n1,.my-lg-n1 {
        margin-top: -.25rem!important
    }

    .mr-lg-n1,.mx-lg-n1 {
        margin-right: -.25rem!important
    }

    .mb-lg-n1,.my-lg-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-lg-n1,.mx-lg-n1 {
        margin-left: -.25rem!important
    }

    .m-lg-n2 {
        margin: -.5rem!important
    }

    .mt-lg-n2,.my-lg-n2 {
        margin-top: -.5rem!important
    }

    .mr-lg-n2,.mx-lg-n2 {
        margin-right: -.5rem!important
    }

    .mb-lg-n2,.my-lg-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-lg-n2,.mx-lg-n2 {
        margin-left: -.5rem!important
    }

    .m-lg-n3 {
        margin: -1rem!important
    }

    .mt-lg-n3,.my-lg-n3 {
        margin-top: -1rem!important
    }

    .mr-lg-n3,.mx-lg-n3 {
        margin-right: -1rem!important
    }

    .mb-lg-n3,.my-lg-n3 {
        margin-bottom: -1rem!important
    }

    .ml-lg-n3,.mx-lg-n3 {
        margin-left: -1rem!important
    }

    .m-lg-n4 {
        margin: -1.5rem!important
    }

    .mt-lg-n4,.my-lg-n4 {
        margin-top: -1.5rem!important
    }

    .mr-lg-n4,.mx-lg-n4 {
        margin-right: -1.5rem!important
    }

    .mb-lg-n4,.my-lg-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-lg-n4,.mx-lg-n4 {
        margin-left: -1.5rem!important
    }

    .m-lg-n5 {
        margin: -3rem!important
    }

    .mt-lg-n5,.my-lg-n5 {
        margin-top: -3rem!important
    }

    .mr-lg-n5,.mx-lg-n5 {
        margin-right: -3rem!important
    }

    .mb-lg-n5,.my-lg-n5 {
        margin-bottom: -3rem!important
    }

    .ml-lg-n5,.mx-lg-n5 {
        margin-left: -3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mt-lg-auto,.my-lg-auto {
        margin-top: auto!important
    }

    .mr-lg-auto,.mx-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-auto,.my-lg-auto {
        margin-bottom: auto!important
    }

    .ml-lg-auto,.mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin:0!important
    }

    .mt-xl-0,.my-xl-0 {
        margin-top: 0!important
    }

    .mr-xl-0,.mx-xl-0 {
        margin-right: 0!important
    }

    .mb-xl-0,.my-xl-0 {
        margin-bottom: 0!important
    }

    .ml-xl-0,.mx-xl-0 {
        margin-left: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: .25rem!important
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: .25rem!important
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .25rem!important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: .5rem!important
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: .5rem!important
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: .5rem!important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: .5rem!important
    }

    .m-xl-3 {
        margin: 1rem!important
    }

    .mt-xl-3,.my-xl-3 {
        margin-top: 1rem!important
    }

    .mr-xl-3,.mx-xl-3 {
        margin-right: 1rem!important
    }

    .mb-xl-3,.my-xl-3 {
        margin-bottom: 1rem!important
    }

    .ml-xl-3,.mx-xl-3 {
        margin-left: 1rem!important
    }

    .m-xl-4 {
        margin: 1.5rem!important
    }

    .mt-xl-4,.my-xl-4 {
        margin-top: 1.5rem!important
    }

    .mr-xl-4,.mx-xl-4 {
        margin-right: 1.5rem!important
    }

    .mb-xl-4,.my-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-xl-4,.mx-xl-4 {
        margin-left: 1.5rem!important
    }

    .m-xl-5 {
        margin: 3rem!important
    }

    .mt-xl-5,.my-xl-5 {
        margin-top: 3rem!important
    }

    .mr-xl-5,.mx-xl-5 {
        margin-right: 3rem!important
    }

    .mb-xl-5,.my-xl-5 {
        margin-bottom: 3rem!important
    }

    .ml-xl-5,.mx-xl-5 {
        margin-left: 3rem!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .pt-xl-0,.py-xl-0 {
        padding-top: 0!important
    }

    .pr-xl-0,.px-xl-0 {
        padding-right: 0!important
    }

    .pb-xl-0,.py-xl-0 {
        padding-bottom: 0!important
    }

    .pl-xl-0,.px-xl-0 {
        padding-left: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .25rem!important
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .25rem!important
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .25rem!important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: .5rem!important
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: .5rem!important
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: .5rem!important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

    .pt-xl-3,.py-xl-3 {
        padding-top: 1rem!important
    }

    .pr-xl-3,.px-xl-3 {
        padding-right: 1rem!important
    }

    .pb-xl-3,.py-xl-3 {
        padding-bottom: 1rem!important
    }

    .pl-xl-3,.px-xl-3 {
        padding-left: 1rem!important
    }

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .pt-xl-4,.py-xl-4 {
        padding-top: 1.5rem!important
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: 1.5rem!important
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 1.5rem!important
    }

    .p-xl-5 {
        padding: 3rem!important
    }

    .pt-xl-5,.py-xl-5 {
        padding-top: 3rem!important
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 3rem!important
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 3rem!important
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 3rem!important
    }

    .m-xl-n1 {
        margin: -.25rem!important
    }

    .mt-xl-n1,.my-xl-n1 {
        margin-top: -.25rem!important
    }

    .mr-xl-n1,.mx-xl-n1 {
        margin-right: -.25rem!important
    }

    .mb-xl-n1,.my-xl-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-xl-n1,.mx-xl-n1 {
        margin-left: -.25rem!important
    }

    .m-xl-n2 {
        margin: -.5rem!important
    }

    .mt-xl-n2,.my-xl-n2 {
        margin-top: -.5rem!important
    }

    .mr-xl-n2,.mx-xl-n2 {
        margin-right: -.5rem!important
    }

    .mb-xl-n2,.my-xl-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-xl-n2,.mx-xl-n2 {
        margin-left: -.5rem!important
    }

    .m-xl-n3 {
        margin: -1rem!important
    }

    .mt-xl-n3,.my-xl-n3 {
        margin-top: -1rem!important
    }

    .mr-xl-n3,.mx-xl-n3 {
        margin-right: -1rem!important
    }

    .mb-xl-n3,.my-xl-n3 {
        margin-bottom: -1rem!important
    }

    .ml-xl-n3,.mx-xl-n3 {
        margin-left: -1rem!important
    }

    .m-xl-n4 {
        margin: -1.5rem!important
    }

    .mt-xl-n4,.my-xl-n4 {
        margin-top: -1.5rem!important
    }

    .mr-xl-n4,.mx-xl-n4 {
        margin-right: -1.5rem!important
    }

    .mb-xl-n4,.my-xl-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-xl-n4,.mx-xl-n4 {
        margin-left: -1.5rem!important
    }

    .m-xl-n5 {
        margin: -3rem!important
    }

    .mt-xl-n5,.my-xl-n5 {
        margin-top: -3rem!important
    }

    .mr-xl-n5,.mx-xl-n5 {
        margin-right: -3rem!important
    }

    .mb-xl-n5,.my-xl-n5 {
        margin-bottom: -3rem!important
    }

    .ml-xl-n5,.mx-xl-n5 {
        margin-left: -3rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mt-xl-auto,.my-xl-auto {
        margin-top: auto!important
    }

    .mr-xl-auto,.mx-xl-auto {
        margin-right: auto!important
    }

    .mb-xl-auto,.my-xl-auto {
        margin-bottom: auto!important
    }

    .ml-xl-auto,.mx-xl-auto {
        margin-left: auto!important
    }
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important
}

.text-justify {
    text-align: justify!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align:left!important
    }

    .text-sm-right {
        text-align: right!important
    }

    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align:left!important
    }

    .text-md-right {
        text-align: right!important
    }

    .text-md-center {
        text-align: center!important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align:left!important
    }

    .text-lg-right {
        text-align: right!important
    }

    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align:left!important
    }

    .text-xl-right {
        text-align: right!important
    }

    .text-xl-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-lighter {
    font-weight: lighter!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-weight-bolder {
    font-weight: bolder!important
}

.font-italic {
    font-style: italic!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #007bff!important
}

a.text-primary:hover,a.text-primary:focus {
    color: #0056b3!important
}

.text-secondary {
    color: #6c757d!important
}

a.text-secondary:hover,a.text-secondary:focus {
    color: #494f54!important
}

.text-success {
    color: #28a745!important
}

a.text-success:hover,a.text-success:focus {
    color: #19692c!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:hover,a.text-info:focus {
    color: #0f6674!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:hover,a.text-warning:focus {
    color: #ba8b00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:hover,a.text-danger:focus {
    color: #a71d2a!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:hover,a.text-light:focus {
    color: #cbd3da!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:hover,a.text-dark:focus {
    color: #121416!important
}

.text-body {
    color: #212529!important
}

.text-black-50 {
    color: rgba(0,0,0,0.5)!important
}

.text-white-50 {
    color: rgba(255,255,255,0.5)!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none!important
}

.text-break {
    word-break: break-word!important;
    overflow-wrap: break-word!important
}

.text-reset {
    color: inherit!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media print {
    *,::before,::after {
        text-shadow: none!important;
        box-shadow: none!important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap!important
    }

    pre,blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,img {
        page-break-inside: avoid
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px!important
    }

    .container {
        min-width: 992px!important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .table-bordered th,.table-bordered td {
        border: 1px solid #dee2e6!important
    }

    .table-dark {
        color: inherit
    }

    .table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody + tbody {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

/* End */


/* Start:/local/templates/flowers/css/ui.css?174403671524700*/
:root{
    --krayt_radius_large: 12px;
    --krayt_radius_nav: 50%;

    --main_color: #1B1B1B;

    --main_bg_gray: #F4F4F4;

    --main_text_gray: #9D9D9D;

    --main_text_black: #1B1B1B;
    --main-txt:#1b1b1b;

    --main_text_button: #ffffff;

    --main_active_red: #1B1B1B;

    --white:#fff;
    --main_button_color:#000000;

    --yellow-button-hover:#2176DF;

    --yellow-button-active:#154D92;

    --gray-button-hover:#D8D8D8;
    --gray-button-color:#9C9C9C;

    --old-price-gray: #727272;
    --new-price-gray: #727272;

    --scroll-bar-light: #EDEDED;
    --scroll-bar-dark: #DEDEE5;

    --border-bottom-gray:#ECECEC;

    --background-filter:#FAFAFA;

    --text-filter:#808080;
    --active-filter:#455360;
    --selected-checkbox:#FFE974;

    --dark-border-gray:#EFEFEF;
    --dark-border-gray-input:#CBCDCE;

    --footer-gray-text:#808080;
    --footer-gray-border:#E2E2E2;

    --hover-tab:#DDDFE1;
    --active-tab:#455360;

    --main_error:#FF381D;

    --color-primary: #1366CC;
    --bg-gray: #F3F3F5;
    --bg-gray-hover: #EBECED;
    --main-black: #1B1B1B;
    --text-secondary: #808080;
    --border-gray: #DEDEDE;

    --button-disabled: #E4E4E4;
    --button-text-disabled: var(--main-black);

    --button-primary: var(--main_button_color);
    --button-primary-hover: var(--yellow-button-hover);
    --button-primary-active: var(--yellow-button-active);

    --button-secondary: #FFFFFF;
    --button-secondary-hover: #B9B9B9;
    --button-secondary-active: #F6F6F6;

    --button-secondary-dark: #E5E6EA;
    --button-secondary-dark-hover: #DADCE0;
    --button-secondary-dark-active: #C6C9CE;

    --button-outline-text: var(--main-black);
    --button-outline-text-bg: #ffffff;
    --button-outline-border: #DEDEDE;

    --button-outline-hover-text: var(--main-black);
    --button-outline-hover-text-bg: #ffffff;
    --button-outline-hover-border: #B9B9B9;

    --button-outline-active-text: var(--main-black);
    --button-outline-active-text-bg: #F6F6F6;
    --button-outline-active-border: #B9B9B9;

    --button-outline-disabled-text: #BBBBBB;
    --button-outline-disabled-text-bg: #FFFFFF;
    --button-outline-disabled-border: #DEDEDE;

    --button-outline-active: var(--main-black);
    --button-outline-border-hover: #BCC3D1;

    --checkbox-radius: 2px;
    --checkbox-border: var(--border-gray);
    --checkbox-border-hover: #535353;

    --radio-border: #E6E6E6;
    --radio-border-hover: #B9B9B9;
    --radio-border-active: #1B1B1B;

    --switcher-bg: #D1D1D6;
    --switcher-bg-hover: #B1B4BE;

    --amount-button-radius: 2px;
    --amount-button-hover: #F5F5F5;
    --amount-button-active: #EAEAEA;
    --amount-button-large-hover: #F3F3F5;
    --amount-button-large-active: #E7E7E9;

    --blue-link: var(--main_color);

    --el-search-radius: 4px;
    --el-search-border-hover: #DDDDE4;

    --form-radius: 8px;
    --form-radius-large:12px;
    --form-border-default: #DEDEDE;
    --form-border-hover: #B9B9B9;
    --form-border-active: #5B5B5B;
    --form-border-placeholder: #9D9D9D;
    --form-border-error: #F3542A;

    --button-like-radius: 4px;
    --button-like: #959CAA;
    --button-like-hover: #626672;

    --button-icon: #959CAA;
    --button-icon-hover: #626672;
    --button-icon-active: #F0633E;

    --color-border: #DCDFE5;
    --color-border-hover: #BCC3D1;

    --flag-of-day: #F25E30;
    --flag-action: #7E3FE4;
    --flag-new: #62D12D;
    --flag-promotion: #2594FB;
    --flag-hit: #9764EA;
    --flag-label-ring: #F25E30;

    --green-label: #4ECB13;
}
.row-cs{
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 24px;
}
.row-cs > span{
    flex-shrink: 0;
}
.loading{
    pointer-events: none;
}
.icon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
}

.button{
    cursor: pointer;
    user-select: none;
    padding: 10px 40px;

    transition: 0.3s ease;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    height: 46px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
}

.button.button-large{
    padding: 16px;
    height: 56px;
    line-height: 100%;

}
.product_card_detail .block_buy_on_click{
    border-radius: max(calc(var(--krayt_radius_large) - 4px), 0px);
}
.prods-of-day .product-item-button-container .button{

}
#agreement-modal button{

}

.button.button-full{
    width: 100%;
    border-radius: max(calc(var(--krayt_radius_large) - 4px), 0px);;
}

.button-primary{
    background-color: var(--button-primary);
    color: var(--main_text_button);
    border-radius: max(calc(var(--krayt_radius_large) - 4px), 0px);
}

@media (hover: hover) {
    .button-primary:hover{
        background-color: var(--button-primary-hover);
        color: var(--main_text_button);
    }
}

@media (hover: none) {
    .button-primary:active{
        background-color: var(--button-primary-active);
        color: var(--main_text_button);
    }
}


.button-primary:active{
    background-color: var(--button-primary-active);
    color: var(--main_text_button);
}

.button-secondary{
    background-color: var(--button-outline-text-bg);
    color: var(--button-outline-text);
    border: 1px solid var(--button-outline-border);
    border-radius: max(calc(var(--krayt_radius_large) - 4px), 0px);
}

@media (hover: hover) {
    .button-secondary:hover{
        background-color: var(--button-outline-hover-text-bg);
        color: var(--button-outline-hover-text);
        border: 1px solid var(--button-outline-hover-border);
    }
}

@media (hover: none) {
    .button-secondary:active{
        background-color: var(--button-outline-active-text-bg);
        color: var(--button-outline-active-text);
        border: 1px solid var(--button-outline-active-border);
    }
}

.button-secondary:active{
    background-color: var(--button-outline-active-text-bg);
    color: var(--button-outline-active-text);
    border: 1px solid var(--button-outline-active-border);
}

.button-secondary-dark{
    background-color: var(--button-secondary-dark);
    color: var(--main_text_black);
}

@media (hover: hover) {
    .button-secondary-dark:hover{
        background-color: var(--button-secondary-dark-hover);
        color: var(--main_text_black);
    }
}

@media (hover: none) {
    .button-secondary-dark:active{
        background-color: var(--button-secondary-dark-active);
        color: var(--main_text_black);
    }
}

.button-secondary-dark:active{
    background-color: var(--button-secondary-dark-active);
    color: var(--main_text_black);
}

.button-outline{
    background-color: var(--white);
    color: var(--main_text_black);
    border: 1px solid var(--button-outline-border);
    padding: 8px 24px;
    height: 38px;
    white-space: nowrap;
}

@media (hover: hover) {
    .button-outline:hover{
        border-color: var(--button-outline-border-hover);
        color: var(--main_text_black);
    }
}

@media (hover: none) {
    .button-outline:active{
        background-color: var(--bg-gray);
        color: var(--main_text_black);
    }
}
.button-outline:active{
    background-color: var(--bg-gray);
    color: var(--main_text_black);
}
.button-outline.active{
    background-color: #ffffff;
    color: #1b1b1b;
    border-color: #1b1b1b !important;
    border-radius: max(calc(var(--krayt_radius_large) - 4px), 0px);
}
.button-outline.active:hover{
    background-color: #ffffff !important;
    color: #1b1b1b !important;
    border-color: #1b1b1b !important;
}

.button.button-rounded{
    min-width: unset;
    padding: 0;

    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
}

.button-rounded.button-next,
.button-rounded.button-prev{
    transform: translateZ(0);
    color: var(--main-black);
    border: 1px solid #DEDEDE;
}

.button-rounded.button-rounded--small{
    width: 28px;
    height: 28px;
}
.button-rounded.button-rounded--large{
    width: 50px;
    height: 50px;
    border-radius: var(--krayt_radius_nav);
}

@media (hover: hover) {
    .button-rounded.button-next:hover,
    .button-rounded.button-prev:hover{
        color: var(--main_color);
        border: 1px solid #B9B9B9;
        box-shadow: none;
    }
}

@media (hover: none) {
    .button-rounded.button-next:active,
    .button-rounded.button-prev:active{
        background-color: #F6F6F6;
    }
}

.button-rounded.button-next:active,
.button-rounded.button-prev:active{
    background-color: #F6F6F6;
}

.button-rounded.button-rounded--fill{
    width: 50px;
    height: 50px;
    background-color: var(--bg-gray);
}

@media (hover: hover) {
    .button-rounded.button-rounded--fill:hover{
        background-color: var(--bg-gray-hover);
    }
}

.button.disabled,
.button.disable{
    background-color: #fff;
    color: #bbbbbb;
    pointer-events: none;
}

.button-primary.disabled,
.button-primary.disable{
    background-color: var(--button-disabled);
    color: var(--button-text-disabled);
    border: none;
    pointer-events: none;
    border-radius: max(calc(var(--krayt_radius_large) - 4px), 0px);
}

.button-secondary.disabled,
.button-secondary.disable{
    background-color: #FFFFFF;
    color: #BBBBBB;
    border-color: #DEDEDE;
    pointer-events: none;
}

.button.button-radius{
    height: 40px;
    width: 40px;
    padding: 8px;
    transition: background-color 0.2s;
    background-color: white;
}

@media (hover: hover) {
    .button.button-radius:hover{
        background-color: #f5f5f5;
    }
}

.button.button-radius:hover{
    background-color: #f5f5f5;
    border-radius: max(calc(var(--krayt_radius_large) - 4px), 0px);
}

.lds-dual-ring {
    width: 20px;
    height: 20px;
    border-radius:50%;
    position: relative;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
    margin: auto;
}

.lds-dual-ring:after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius:50%;
    border: 2px solid currentColor;
    -webkit-animation: prixClipFix 2s linear infinite;
    animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }
    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }
    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }
    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
    }
    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
    }
}

.el-checkbox,
.el-switcher,
.el-checkbox-round,
.el-radio,
.el-checkbox-rect{
    line-height: 0;
}
.el-checkbox-input,
.el-switcher-input,
.el-checkbox-round-input,
.el-radio-input,
.el-checkbox-rect-input{
    display: none;
}

.el-checkbox-label{
    display: inline-flex;
    column-gap: 8px;
    cursor: pointer;
    align-items: center;
    font-size: 14px;
    line-height: 1;
}

.el-checkbox-label.disabled{
    opacity: 0.3;
    pointer-events: none;
}

.el-checkbox-label-check{
    flex-shrink: 0;
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: max(calc(var(--krayt_radius_large) - 4px), 0px);
    border: 1px solid #A7A7A7;
    background-color: var(--white);
    transition: 0.3s ease;
}

.el-checkbox-label-text{
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    color: var(--main_text_black);
}

.el-checkbox-label:hover .el-checkbox-label-check{
    border-color: var(--checkbox-border-hover);
}

.el-checkbox-input:checked + .el-checkbox-label-check,
.el-checkbox-input:checked + .el-checkbox-label .el-checkbox-label-check{
    border-color: var(--main_text_black);
    background-color: var(--main_text_black);
}

.el-checkbox-input:checked + .el-checkbox-label-check::before,
.el-checkbox-input:checked + .el-checkbox-label .el-checkbox-label-check::before{
    content: "";
    display: block;
    position: absolute;
    top: 44%;
    left: 50%;
    width: 7px;
    height: 14px;
    transform: translate(-50%, -50%) rotate(37deg);
    border: 2px solid var(--white);
    border-left: transparent;
    border-top: transparent;
}

.el-checkbox-round-label{
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
}

.el-checkbox-round-label.disabled{
    border-color: var(--radio-border);
    pointer-events: none;
}

.el-checkbox-round-label.disabled .el-checkbox-round-label-check > span{
    opacity: 0.5;
}

.el-checkbox-round-label-check{
    width: 40px;
    height: 40px;

    transition: 0.3s ease;
    border: 1px solid var(--radio-border);
    position: relative;
}

.el-checkbox-round-label:hover .el-checkbox-round-label-check{
    border-color: var(--radio-border-hover);
}

.el-checkbox-round-label .el-checkbox-round-label-check > span{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: var(--main_color);

}

.el-checkbox-round-input:checked + .el-checkbox-round-label .el-checkbox-round-label-check{
    border-color: var(--radio-border-active);
}

.el-checkbox-rect-label{
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
}

.el-checkbox-rect-label-check{
    width: 32px;
    height: 24px;

    transition: 0.3s ease;
    border: 1px solid var(--radio-border);
    position: relative;
}

.el-checkbox-rect-label:hover .el-checkbox-rect-label-check{
    border-color: var(--radio-border-hover);
}

.el-checkbox-rect-label .el-checkbox-rect-label-check > span:first-child{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 26px;
    height: 18px;
    background: var(--main_color);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.el-checkbox-rect-input:checked + .el-checkbox-rect-label .el-checkbox-rect-label-check{
    border-color: transparent;
}

.el-checkbox-rect-label-check-layout{
    position: absolute;
    inset: 0;

    justify-content: center;
    align-items: center;
    background: rgba(19, 102, 204, 0.6);
    display: none;
}

.el-checkbox-rect-input:checked + .el-checkbox-rect-label .el-checkbox-rect-label-check-layout,
.el-checkbox-rect-label.active .el-checkbox-rect-label-check-layout{
    display: flex;
}

.el-checkbox-rect-label.disabled {
    pointer-events: none;
}

.el-checkbox-rect-label.disabled .el-checkbox-rect-label-check{
    opacity: 0.5;
}

.el-checkbox-rect-label.disabled{
    color: #949CAD;
}

.el-radio-label{
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
}

.el-radio-label.disabled{
    opacity: 0.3;
    pointer-events: none;
}

.el-radio-label-check{
    width: 18px;
    height: 18px;

    transition: 0.3s ease;
    border: 1px solid var(--radio-border);
    background-color: #fff;
    position: relative;
}

.el-radio-label:hover .el-radio-label-check{
    border-color: var(--radio-border-hover);
}

.el-radio-label .el-radio-label-check::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: white;

}

.el-radio-input:checked + .el-radio-label .el-radio-label-check{
    border-color: var(--main_color);
    background-color: var(--main_color);
}

.el-switcher-label{
    flex-shrink: 0;
    cursor: pointer;
    padding: 3px;
    width: 46px;
    height: 24px;

    background-color: var(--switcher-bg);
    transition: 0.3s ease;
}

.el-switcher-label:hover{
    background-color: var(--switcher-bg-hover);
}

.el-switcher-label-check{
    display: inline-block;
    width: 18px;
    height: 18px;

    background-color: var(--white);
    transition: transform 0.3s ease;
}

.el-switcher-label.checked,
.el-switcher-input:checked + .el-switcher-label{
    background-color: var(--main_color);
}

.el-switcher-label.checked .el-switcher-label-check,
.el-switcher-input:checked + .el-switcher-label .el-switcher-label-check{
    transform: translateX(calc(100% + 4px));
}

.el-amount{
    width: 100%;
    display: inline-flex;
    column-gap: 9px;
    justify-content: space-between;
}

.el-amount.el-amount--large{
    width: 100%;
    border: 1px solid #DEDEDE;
    background-color: #FFFFFF;
    padding: 12px;

}

.el-amount-btn{
    width: 24px;
    height: 24px;
    background-color: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: max(calc(var(--krayt_radius_large) - 4px), 0px);
    transition: 0.3s ease;
}

.el-amount--large .el-amount-btn{
    width: 24px;
    height: 24px;
}

.el-amount-btn.disabled{
    opacity: 0.2;
    pointer-events: none;
}

@media (hover: hover) {
    .el-amount-btn:hover{
        background-color: var(--amount-button-hover);
    }

    .el-amount--large .el-amount-btn:hover{
        background-color: var(--amount-button-large-hover);
    }
}

@media (hover: none) {
    .el-amount-btn:active{
        background-color: var(--amount-button-active);
    }

    .el-amount--large .el-amount-btn:active{
        background-color: var(--amount-button-large-active);
    }
}

.el-amount-btn:active{
    background-color: var(--amount-button-active);
}

.el-amount--large .el-amount-btn:active{
    background-color: var(--amount-button-large-active);
}

.el-amount-input{
    max-width: 32px;
    background-color: transparent;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.64px;
    line-height: 100%;
}

.basket-items-list-item-wrapper .el-amount-input{
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.64px;
}



.el-amount--large .el-amount-input{
    max-width: unset;
    flex: 1;
}

.el-amount-input::-webkit-inner-spin-button,
.el-amount-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.link,a.link{
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    color: var(--blue-link);
    border-bottom: 1px solid transparent;
    transition: border 0.3s ease;
}

.link:hover, a.link:hover{
    border-color: var(--blue-link);
    color: var(--blue-link);
}

.el-search{
    padding: 13px 16px;
    background-color: #FFF;
    border-radius: max(calc(var(--krayt_radius_large) - 4px), 0px);
    border: 1px solid #DEDEDE;
    transition: border-color 0.3s ease;
    display: flex;
    align-items: center;
    column-gap: 8px;
    height: 46px;
}
.wrp-js-search .el-search{
    width: 100%;
    border: none;
    border-bottom: 1px solid #E1E1E1;
    max-width: 1300px;
    margin: 0 auto;
    padding: 8px 0 13px 2px;
    border-radius: 0;
}

.wrp-js-search .el-search .el-search-input:placeholder-shown + button {
    color: #D9D9D9;
}

.el-search:hover{
    border-color: #B9B9B9;
}

.el-search:focus-within{
    border-color: #5B5B5B;
}

.el-search-input{
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
}

.el-search-input::placeholder{
    color: var(--text-secondary);
}

.wrp-js-search .el-search-input{
    flex: 1;
    font-size: 24px;
    font-weight: 700;
    color: #1B1B1B;
}
.wrp-js-search .el-search-input::placeholder {
    color: #D9D9D9;
}

.el-search .icon{
    cursor: pointer;
    color: var(--main_text_black);

    transition: color 0.2s;
    background-color: white;
}
.el-search .icon:hover{
    color: #989898 !important;
}
.el-search .icon:hover svg path{
}
.el-search button{
    background: transparent;
}

.form{
    max-width: 500px;
}

.el-form{
    margin-bottom: 24px;
}

.el-form-group.required .el-form-title::after{
    content: "*";
    margin-left: 4px;
    color: var(--form-border-error);
}

.el-form-title{
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
}

.el-form-group{
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 40px;
}

.el-form-group:last-of-type{
    margin-bottom: 0;
}

.el-form-input, .form-control{
    width: 100%;
    background-color: white;
    padding: 13px 16px;
    border-radius: max(calc(var(--krayt_radius_large) - 4px), 0px);
    border: 1px solid var(--form-border-default);
    transition: 0.3s ease;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.64px;
}
select.form-control{
    padding: 0 16px;
}
.el-form-input::placeholder, .form-control::placeholder{
    color: var(--form-border-placeholder);
}
.el-form-input:hover{
    border-color: var(--form-border-hover);
}
.el-form-input.error{
    border-color: var(--form-border-error);
}
input[type=text].el-form-input:focus,
input.el-form-input:focus,
textarea.el-form-input:focus{
    border-color: var(--form-border-active);
}

.el-form-group.error input[type=text].el-form-input{
    border-color: var(--form-border-error);
}

.el-form-error{
    top: calc(100% + 8px);
    left: 0;
    position: absolute;
    color: var(--form-border-error);
    display: none;
}

.el-form-group.error .el-form-error{
    display: block;
}

.button-like, .button-compare{
    color: var(--button-like);
    width: 50px;
    height: 50px;

    border: 1px solid var(--border-gray);
    padding: 0;
    background-color: var(--white);
    transition: none;
}

.button-like:hover, .button-compare:hover{
    color: var(--button-like-hover);
}

.button-like svg:nth-child(2){
    display: none;
}

.button-like.active svg:nth-child(2){
    display: block;
}

.button-like.active svg:nth-child(1){
    display: none;
}

.button-compare.active{
    color: #F3542A;
}

.button-icon{
    border: 1px solid var(--border-gray);
    color: var(--button-icon);
    transition: none;
}

.button-icon:hover{
    color: var(--button-icon-hover);
}

.button-icon.active{
    color: var(--button-icon-active);
}

.icon-close{
    cursor: pointer;
    color: var(--main-black);
}

.icon-close:hover{
    color: #B6BCC7;
}

.icon-hint{
    color: #D1D1D6;
}

.icon-hint:hover{
    color: #B1B4BE;
}

.color{
    transition: 0.3s ease;
    width: 34px;
    height: 34px;

    border: 2px solid var(--color-border);
    position: relative;
}

.color:hover{
    border-color: var(--color-border-hover);
}

.color.active{
    border-color: var(--main-black);
}

.color-inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #2E68AF;
    width: 22px;
    height: 22px;

}

.flag{
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 6px;

    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
    color: #fff;
    width: fit-content;
    user-select: none;
}

.flag-of-day{
    padding: 0;
    border: 1px solid var(--flag-of-day);
    color: var(--flag-of-day);
}

.flag-of-day-label{
    padding: 6px;

    background-color: var(--flag-of-day);
    color: var(--white);
}

.flag-of-day-time{
    padding: 6px;
    color: var(--flag-of-day);
}

.flag-action{
    border: 1px solid var(--flag-action);
    color: var(--flag-action);
}

.flag-new{
    background-color: var(--flag-new);
}

.flag-promotion{
    background-color: var(--flag-promotion);
}
.flag-hit{
    background-color: var(--flag-hit);
}
.flag-label-ring{
    background-color: var(--flag-label-ring);
}

@media (max-width: 1000px){
    .wrp-js-search .el-search-input{
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .wrp-js-search .el-search {
        height: auto;
        padding: 40px 0 10px 0px;
    }
}

@media (max-width: 576px) {
    .button{
        padding: 0 12px;
        height: 36px;
    }
    .button-outline{
        height: 36px;
        font-weight: 400;
        padding: 0 24px;
    }
    .button.button-large{
        height: 46px;
        min-height: 46px;
    }
    .el-form-input{
        padding: 16px 24px;
    }
    .el-amount{
        height: 30px;
    }
    .el-amount.el-amount--large{
        height: 46px;
    }
    .el-amount--large .el-amount-btn{
        height: 100%;
    }
    .el-amount-input{
        font-size: 12px;
    }
    .el-checkbox-round-label-check{
        width: 32px;
        height: 32px;
    }
    .el-checkbox-round-label .el-checkbox-round-label-check > span{
        width: 22px;
        height: 22px;
    }
}

/* End */


/* Start:/bitrix/components/kraytflowers/krayt.mobile.burger/templates/vue/style.css?174403648711719*/
.mobile-footer-panel{
    width: 100%;
    height: 72px;
    background-color: #fff;
    border-top: 1px solid #E1E1E1;
    position: fixed;
    bottom: 0;
    z-index: 2;
    justify-content: space-between;
    padding: 0 16px;
    align-items: center;
    display: none;
}
.mobile-footer-panel-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #808080;
    padding: 8px 10px;
    position: relative;
}
.mobile-footer-panel-item.active{
    color: var(--main-txt);
    background-color: #F5F5F5;
    border-radius: var(--krayt_radius_large);
}
.mobile-footer-panel-item-sub{
    color: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    top: 2px;
    right: 20px;
}
.mobile-footer-panel-item svg{
    fill: currentColor;
}
.menu-tree-main-mobile {
    padding: 24px 16px;
    border-bottom: 1px solid var(--border-gray);
}
.child-arrow{
    cursor: pointer;
    margin: 0 0 0 auto;
    line-height: 0;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: 0.2s;
    flex-shrink: 0;
}
.child-arrow:active{
    background: #ECECEC;
}
.mobile-menu-wrp{
    visibility: hidden;
    transition: 0.3s ease;
    position: fixed;
    z-index: 992;
    width: 100%;
    height: 100%;
    top: 64px;
    left: 0;
    opacity: 0;
    background: rgba(30, 38, 60, 0.40);
}
.mobile-menu-wrp.open{
    visibility: visible;
    opacity: 1;
}
.mobile-menu{
    width: 400px;
    height: 100%;
    /*padding: 0 16px;*/
    background: #fff;
    transition: .3s ease;
    transform: translateX(-100%);
    position: relative;
    overflow: hidden;
}
.shine-wrp{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 150;
    visibility: hidden;
}
.shine{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.shine:before{
    position: absolute;
    top: 0;
    left: -45%;
    z-index: 2;
    display: block;
    content: '';
    width: 25%;
    height: 100%;
    opacity: 0;
    background: -webkit-linear-gradient(left,rgba(248,248,248,0) 0,rgba(248,248,248,.4) 100%);
    background: linear-gradient(to right,rgba(248,248,248,0) 0,rgba(248,248,248,.4) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.loader-shine .shine-wrp .shine:before{
    visibility: visible;
    -webkit-animation: shine 1s ease-in-out infinite;
    animation: shine 1s ease-in-out infinite;
    opacity: 1;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.mobile-menu-wrp.open .mobile-menu{
    transform: translateX(0);
    z-index: 1600;
}

.burger-menu-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid var(--border-gray);
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 15;
}
.burger-menu-back{
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: var(--main-txt)!important;
}
.burger-menu-back svg{
    margin-right: 4px;
}
.burger-menu-auth{
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: var(--main-txt)!important;
    display: flex;
    align-items: center;
    justify-content: start;
}
.burger-menu-auth svg{
    fill: currentColor;
    margin-right: 8px;
}

.burger-catalog-img{
    width: 40px;
    height: 40px;
    margin-right: 12px;
}
.menu-tree-main-mobile li,
.menu-panel li{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.menu-tree-main-mobile li:last-child,
.menu-panel li:last-child{
    margin-bottom: 0;
}
.menu-tree-main-mobile a,
.menu-panel a{
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
}
.fade-enter, .fade-leave-to {
    opacity: 0;
}

.mobile-menu .second-menu{
    padding: 24px 16px;
    border-bottom: 1px solid var(--border-gray);
}
.mobile-menu .second-menu .navigation_item,
.mobile-menu .second-menu .navigation-link{
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    z-index: 0!important;
}
.mobile-menu .second-menu .navigation_item:not(:last-child){
    margin-bottom: 16px;
}
.mobile-menu .second-menu .navigation-link-more{
    display: none;
}
.mobile-menu .second-menu .navigation-link{
    transition: 0.2s color;
}
.mobile-menu .second-menu .store_list .navigation-sub.jq-selectbox__dropdown{
    position: relative;
    top: 0;
    display: block;
    padding: 0;
    border: 0;
    box-shadow: none;
    width: auto !important;
}
.mobile-menu .second-menu .store_list.jq-selectbox .navigation-sub .navigation-link{
    padding: 0;
}
.mobile-menu .second-menu .store_list.jq-selectbox .navigation-sub .navigation-sub_item{
    background-color: transparent !important;
}
.mobile-menu .second-menu .store_list.jq-selectbox .navigation-sub .navigation-sub_item:not(:last-child){
    margin-bottom: 16px;
}

.mobile-menu .second-menu .navigation-link:hover{
    color: var(--main_active_red);
}

.mobile-menu .second-menu .top_menu-sale{
    display: flex;
    align-items: center;
}
.mobile-menu .second-menu .top_menu-sale a{
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    transition: 0.2s color;
}

.mobile-menu .second-menu .header_sale-wrap{
    width: 18px;
    height: 18px;
    background-color: var(--main_color);
    margin-left: 5px;
     display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main_text_button);
}
.mobile-menu .second-menu .header_sale-wrap svg{
    fill: currentColor;
    margin: 0;
}

.mobile-menu .contacts{
    display: block!important;
    padding: 0 0 120px;
}
.contacts-item-wrap{
    padding: 24px 16px;
    border-bottom: 1px solid var(--border-gray);
}
.contacts-item{
    display: flex;
    align-items: center;
}
.contacts-item-wrap.open .contacts-item .arrow-wrap{
    transform: rotate(180deg);
}
.svg-wrap{
    margin-right: 12px;
    height: 20px;
    display: flex;
    align-items: center;

}
.svg-wrap svg{
    fill: currentColor;
}
.contacts-address{
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: var(--main-txt);
    margin-right: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
}
.arrow-wrap{
    margin: 0 0 0 auto;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
}
.contacts-phone{}
.contacts-social{}
.dop-contacts-wrp-mobile{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}
.contacts-item-wrap.open .dop-contacts-wrp-mobile{
    opacity: 1;
    visibility: visible;
}
.dop-contacts-wrp-mobile a{
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding-left: 36px;
}
.dop-contacts-wrp-mobile a:first-child{
    margin-top: 24px;
}
.dop-contacts-wrp-mobile a:last-child{
    margin-bottom: 0;
}
.menu-panel{
    background-color: #fff;
    left: 0;
    top: 53px;
    position: fixed;
    width: 100%;
    height: calc(100vh - 53px);
    transition: 0.3s ease;
    transform: translateX(100%);
    padding: 24px 16px;
    z-index: 1;
}
.menu-panel.show{
    transform: translateX(0%);
}

@media (min-width: 1000px) {
    .mobile-footer-panel {
        display: none !important;
    }
}

@media (max-width: 1000px){
    .mobile-footer-panel {
        display: flex;
        z-index: 994;
        justify-content: space-between;
    }
    .mobile-footer-panel .mobile-footer-panel-item {
        width: 88px;
    }
    .mobile-footer-panel .mobile-footer-panel-item svg {
        width: 24px;
        height: 24px;
    }
    .mobile-footer-panel a div:not(.mobile-footer-panel-item-sub) {
        font-size: 10px;
        font-weight: 700;
        line-height: normal;
    }
    .mobile-menu-wrp.open .mobile-menu{
        width: 100%;
    }
    .burger-menu-auth{
        display: none;
    }
    .menu-tree-main-mobile {
        padding: 0px 16px;
        border-bottom: 0px;
    }
    .menu-tree-main-mobile ul {
        padding: 24px 0px 30px;
        border-bottom: 1px solid #E1E1E1;
    }

    .menu-tree-main-mobile li, .menu-panel li{
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        margin: 0px;
        width: 100%;
    }
    .menu-tree-main-mobile li a, .menu-panel li a {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;

    }
    .menu-tree-main-mobile ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
    .menu-tree-main-mobile ul  .child-arrow {
        height: 16px;
        width: 16px;
    }

    .mobile-menu .second-menu {
        padding: 0px 16px;
        border-bottom: 0px;
    }
    /*.mobile-menu .second-menu div {*/
    /*  */
    /*}*/

    .mobile-menu .second-menu ul.navigation {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 30px 0px 30px;
        border-bottom: 1px solid #E1E1E1;
    }
    .mobile-menu .second-menu .navigation_item:not(:last-child) {
        margin: 0px;
    }
    .mobile-menu .second-menu .navigation-link {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .mobile-menu .contacts {
        padding: 0 16px 184px;
    }
    .mobile-menu .contacts .contacts-item-wrap {
        padding: 20px 0px;
    }
    .mobile-menu .contacts .contacts-item-wrap .contacts-item .contacts-address {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .mobile-footer-panel-item-sub{
    }
    .contacts-item-wrap .dop-contacts-wrp-mobile {
        display: flex;
        flex-direction: column;
        row-gap: 16px;
    }
    .dop-contacts-wrp-mobile a {
        margin: 0px;
        padding: 0px;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
    }
    .dop-contacts-wrp-mobile a:first-child {
        margin-top: 20px;
    }
    .contacts-item-wrap.open .contacts-item .arrow-wrap {
        height: 16px;
        width: 16px
    }
    .burger-menu-head {
        padding: 24px 16px;
        font-size: 16px;
    }
    .burger-menu-back svg {
        margin-right: 6px;
    }
    .burger-menu-back{
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
    }
    .menu-panel.show {
        padding-top: 24px;
    }
    .menu-panel.customScroll {
        top: 65px;
    }
    .menu-panel.customScroll ul {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
    }
}

/* End */


/* Start:/local/templates/flowers/components/bitrix/menu/top/style.css?17440367151957*/

.top_menu_left {
    display: flex;
    flex: 1;
    align-items: center;
    color: var(--main_text_black);
    height: 100%;
}

.top_menu-menu {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: var(--main_text_black);
    max-width: 800px;
    /*flex-wrap:wrap;*/
}

.top_menu-menu a {
    color: var(--text-secondary);
    font-weight: 700;
    font-size: 15px;
    line-height: normal !important;
    transition: 0.2s all;
}


.top_menu-menu .navigation {
    display: flex;
    gap: 24px;
    flex-wrap: nowrap;
}

.top_menu-menu .navigation_item{
    color: var(--main_text_black);
}

.top_menu-menu .navigation .navigation_item > .navigation-link:hover{
    color: var(--main_active_red);
}

.top_menu-menu .navigation_item {
    /*margin-right: 24px;*/
    white-space: nowrap;
    position: relative;
}


.navigation-sub{
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white);
    z-index: 100;
    cursor: default;
    display: none;
}

.store_list .navigation-sub.jq-selectbox__dropdown{
    width: 212px !important;
    padding: 12px 0;
    left: 50%;
    transform: translateX(-50%);
}

.store_list.jq-selectbox .navigation-sub .navigation-sub_item{
    min-height: unset !important;
    padding: 0 !important;
}

.store_list.jq-selectbox .navigation-sub .navigation-link{
    padding: 12px 24px;
    width: 100%;
}

.store_list.jq-selectbox .navigation-sub .navigation-link.selected{
    color: var(--blue-link);
}

.navigation_item.navigation_item--more a:hover{
    color: var(--main_text_black);
}

.navigation-link-more{
    display: flex;
    column-gap: 4px;
    align-items: center;
}

.navigation_item--more.open .navigation-link-more .icon{
    transform: rotate(180deg);
}

.navigation_item--more.open .navigation-sub{
    display: block;
}

@media(max-width: 1080px) {
    .header .top_menu-menu a{
        font-size: 13px;
    }

}
/* End */


/* Start:/bitrix/components/kraytflowers/krayt.logo/templates/.default/style.css?174403648732*/
.logo-text{
    color: #fff;
}
/* End */


/* Start:/bitrix/components/kraytflowers/krayt.store.list/templates/top_store/style.css?17440364877381*/
#store_list-styler{
    display:none;
}
.block_chose_city.hidden{
    overflow: hidden;
    opacity: 0;
    width: 0px;
    padding: 0px;
}
.block_chose_city .store_list .jq-selectbox__trigger {
    width: 16px;
    height: 16px;
    border: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: var(--main_text_black);
    top: calc(50% - 8px);
}
.block_chose_city .store_list .jq-selectbox__trigger-arrow {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    top: 1px;
    right: 0;
    border: none;
    width: 100%;
    height: 100%;
    background: url('/bitrix/components/kraytflowers/krayt.store.list/templates/top_store/images/tabArrow-black.svg') no-repeat center;
    transition: transform 0.2s linear;
}



.block_chose_city .store_list.opened .jq-selectbox__trigger-arrow {
    transform: rotate(180deg);
    transition: transform 0.2s linear;
}
.block_chose_city .jq-select-multiple select, .jq-selectbox select{
    max-width: 310px;
    overflow: hidden !important;
}
.block_chose_city .store_list .jq-selectbox__select-text {
    color: var(--main_text_black);
    width: auto;
    max-width: 220px!important;
    padding-left: 24px;
    font-weight: 700;
    font-size: 15px;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block_chose_city .store_list.jq-selectbox li {
    display: flex;
    align-items: center;
    white-space: normal;
    font-size: 15px;
    min-height: 52px;
    line-height: normal;
    font-weight: 700;
    position: relative;
}

.block_chose_city .store_list.jq-selectbox li:first-child {
    position: relative;
}

.block_chose_city .store_list.jq-selectbox li.sel:after{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/bitrix/components/kraytflowers/krayt.store.list/templates/top_store/images/check.svg) no-repeat center;
}

.block_chose_city .store_list.jq-selectbox li.sel{
    padding-right: 34px !important;
}

.block_chose_city .store_list .jq-selectbox__dropdown {
    width: 290px !important;
    animation: fadeIn .4s ease;
    padding: 14px 10px;
    background: #FFFFFF;
    border-radius:max(calc(var(--krayt_radius_large) - 4px), 0px);;
    top: 30px;
    left: -35px;
    box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.10);
}

.block_chose_city .store_list .jq-selectbox__dropdown ul {
    max-height: 260px !important;
}
.block_chose_city .store_list .jq-selectbox__dropdown ul {
    overflow: auto;
    scrollbar-color: var(--scroll-bar-dark) var(--scroll-bar-light);
    scrollbar-width: thin;
}
.block_chose_city .store_list .jq-selectbox__dropdown ul::-webkit-scrollbar {
    width: 2px;
    height: 3px;

    background-color: var(--scroll-bar-light);
}
.block_chose_city .store_list .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
    background-color: var(--scroll-bar-dark);
}

.block_chose_city .store_list .jq-selectbox__select {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    height: 100%;
}
.block_chose_city .store_list .jq-selectbox__select:hover {
    background: none;
}
.block_chose_city .store_list.focused .jq-selectbox__select {
    border: 0px;
}
.block_chose_city .jq-selectbox li {
    padding: 6px 10px 6px 10px !important;

}

.block_chose_city .store_list.jq-selectbox li{
    transition: 0.2s all;
    animation: fadeIn .4s ease
}

.block_chose_city .store_list.jq-selectbox li:hover:not(.sel){
    background-color: #f5f5f5;
    border-radius:max(calc(var(--krayt_radius_large) - 4px), 0px);;
}

.block_chose_city .store_list.jq-selectbox li .selected{
    background-color: var(--main_bg_gray)!important;
}

.top_menu_right .contacts{
    flex-wrap: wrap;
}

.top_menu_right {
    width: 384px;
}
.top_menu_right, .top_menu_right > div {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
    flex-shrink: 0;
}

.top_menu_right .button.button-rounded{
    cursor: default;
    pointer-events: none;
}

.top_menu_right a {
    display: inline-block;

    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    color: var(--main_text_black);
    white-space: nowrap;
}
.top_menu_right a:first-child span {
    margin-right: 7px;
    padding-right: 9px;
}

.top_menu_right a:first-child svg {
    margin-right: 12px;
}

.top_menu_right a:hover {
    color: var(--main_active_red) !important;
    transition: 0.2s all linear;
}

.top_menu_right a:first-child span {
    position: relative;
}

.top_menu_right a:first-child span::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #fff;
    transform: rotate(25deg);
}

.top_menu_right a:first-child span::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -25px;
    width: 17px;
    height: 18px;
    background: url("/bitrix/components/kraytflowers/krayt.store.list/templates/top_store/images/icons/enter.svg") no-repeat center;
    background-size: contain;
}

.top_menu_right a.logout:first-child span::before {
    background: url("/bitrix/components/kraytflowers/krayt.store.list/templates/top_store/images/icons/logout.svg") no-repeat center;
    background-size: contain;
}

.top_menu_right .contacts {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 24px;
    color: var(--main_text_black);
}

.top_menu_right .contacts svg {
    fill: currentColor;
}

.top_menu_right .wrp {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.top_menu_right .wrp .wrap-contact{
    display: flex;
    flex-direction: column;
    row-gap: 2px;
    align-items: flex-end;

}

.top_menu_right .dop-contact-wrp {
    color: var(--text-secondary);
    font-weight: 700;
    font-size: 15px;
    line-height: normal;
    transition: 0.2s all linear;
}

.top_menu_right .dop-contact-wrp:hover {
    color: var(--main_text_black);
}
.dop-contact-wrp{
    position: relative;
    cursor: pointer;
}
.dop-contact-wrp .wrap-wrap{
    position: absolute;
    top: 16px;
    right: 0;
    z-index: 100;
    padding-top: 8px;
    opacity: 0;
    visibility: hidden;
    cursor:default;
}
.dop-contact-wrp .wrap{
    background: #FFFFFF;
    box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.10);
    min-width: 200px;
    transition: 0.2s all linear;
    border-radius:max(calc(var(--krayt_radius_large) - 4px), 0px);;
}
.dop-contact-wrp-list{
    padding: 12px 10px;
    opacity: 1;

    position: relative;
}
.dop-contact-wrp:hover .wrap-wrap{
    opacity: 1;
    visibility: visible;
    transition: 0.2s;
}
.top_menu_right .dop-contact-wrp-list a{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    background: #fff;
    color: var(--main-txt);
    padding: 8px 10px;
    transition: 0.2s all linear;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;

}
.top_menu_right .dop-contact-wrp-list a:hover{
    background: var(--main_bg_gray);
    color: var(--main-txt)!important;
    border-radius:max(calc(var(--krayt_radius_large) - 4px), 0px);;
}

@media screen and (max-width: 1280px) {
    .top_menu_right .contacts {
        margin-left: 28px;
    }
}

@media (max-width: 1080px){
    .header .store_list .jq-selectbox__dropdown {
        width: 230px !important;
    }
    .top_menu_right .dop-contact-wrp{
        font-size: 13px;
    }
}








/* End */


/* Start:/local/templates/flowers/components/bitrix/menu/line-menu/style.css?17440367152105*/
.catalog_menu-line{
	display: flex;
	flex-wrap: wrap;
	row-gap: 14px;
}
.catalog_menu-line .root-item{
	margin-right: 4px;
	position: relative;
	display: flex;
}
.catalog_menu-line .root-item-link{
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 10px 14px;
	border-radius: max(calc(var(--krayt_radius_large) + 18px), 0px);
	transition: 0.2s;
	background-color: white;
}
.catalog_menu-line .root-item-link:hover, .sub-root-title>a:hover{
	background: #F5F5F5;
	border-radius: calc(var(--krayt_radius_large) + 18px);
}
.catalog_menu-line .sub-root-menu{
	/*z-index: 1;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: calc(100% + 8px);*/

	background-color: #fff;
	box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.10);
	border-radius: max(calc(var(--krayt_radius_large) - 4px), 0px);
	padding: 14px 10px;
	display: flex;
	flex-direction: column;
	width: 184px;
	/*padding-right: 0;*/
}
.item{
	/*padding-right: 10px;*/
}
.sub-root-menu .item{

}
.sub-root-menu .item:hover a{
	background-color: #F5F5F5;
}
.sub-root-menu .item a, .sub-root-title>a{
	padding: 6px 10px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: block;
	border-radius: max(calc(var(--krayt_radius_large) - 4px), 0px);
}
.catalog_menu-line .root-item:hover .wrap-sub-root-menu{
	visibility: visible;
	opacity: 1;
}
.menu-sitemap-line {
	margin-left: -14px;
}
.scroll_box.hidden_list{
	left: calc(100% - 10px);
	top: 0;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	padding-top: 8px;
	padding-left: 14px;
}
.sub-root-item.sub-parent-title.sub-menu-in:hover .scroll_box.hidden_list{
	visibility: visible;
	opacity: 1;
}
.sub-root-title.title a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.wrap-sub-root-menu{
	position: absolute;
	top: calc(100%);
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	padding-top: 8px;
}
.wrap-sub_menu-list{
	background-color: #fff;
	box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.10);

	padding: 14px 10px;
	display: flex;
	flex-direction: column;
	width: 184px;
}
/* End */


/* Start:/bitrix/components/kraytflowers/krayt.search.title/templates/btn/style.css?17440364871976*/
.wrp-js-search{
    opacity: 0;
    position: absolute;
    height: 0;
    overflow: hidden;
    transition: 0.3s;
    top: 86px;
    left: 0;
    width: 100%;
    background: #FFF;
    cursor: default;
    box-shadow: 0px 20px 30px -18px rgba(0, 0, 0, 0.05);
}
.wrp-js-search.open{
    height: 68px;
    position: absolute;
    opacity: 1;
}
#js-open-search.open .icon-item svg:nth-child(2){
    display: block;
}
#js-open-search.open .icon-item svg:nth-child(1){
    display: none;
}
#js-open-search .icon-item svg:nth-child(2){
    display: none;
}.wrp-js-search{
    opacity: 0;
    position: absolute;
}
.bx-searchtitle {
    max-width: calc(100% - 40px);
    margin: 0 auto;
    background: #FFF;
}

@media screen and (max-width: 1000px) {
    .wrapper-header-top .icon-box_item:nth-child(1),.wrapper-header-top .icon-box_item:nth-child(3), .wrapper-header-top .icon-box_item:nth-child(4) {
        display: none;
    }
    .wrapper-header-top .icon-box_item:nth-child(2) .button.button-radius {
        padding: 0px;
        width: 24px;
        height: 24px;
    }
    .wrapper-header-top .button.button-radius:hover {
        background-color: var(--white, #FFF);
    }
    .header-top-line .wrp-js-search {
        top: 64px;
        padding: 0px 16px;
    }
    .header-top-line .wrp-js-search.open {
        height: auto;
        padding-bottom: 10px;
        z-index: -1;
    }
    .wrapper-header-top .icon-item.basket-icon svg {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }

    .header .goods_icon-counter{
        display: block;
    }
    .header__item svg{
        fill: currentColor;
        margin-bottom: 4px;
    }
    .header__item p{
        font-weight: 500;
        font-size: 8px;
        line-height: 9px;
    }
    header .icon-item.basket-icon svg{
        fill: currentColor;
    }

    .wrapper-inner {
        width: calc(100% - 40px);
    }
    .bx-searchtitle{
        max-width: 100%;
        margin: 0;
    }
}
/* End */


/* Start:/local/templates/flowers/components/bitrix/search.title/main/style.css?17440367156623*/
.title-search-result {
	z-index: 2050;
	background-color: #fff;
	box-shadow: 0px 20px 30px -18px rgba(0, 0, 0, 0.05);
	display: none;
	width: 100% !important;
	left: 0 !important;
	padding-top: 22px;
}
.bx_search-wrap{
	overflow: auto;
	max-height: 410px;
	scrollbar-color: #DEDEE5 transparent;
	max-width: 1300px;
	width: calc(100% - 40px);
	margin: 0 auto;
	scrollbar-width: none;
}

.bx_item_element {
	display: flex;
	align-items: center;
	column-gap: 16px;
	font-size: unset;
}
.bx_item_element:hover .item_name,
.bx_item_element:hover .bx_item_price,
.bx_item_element:hover .bx_item_price .old{
	color: var(--text-secondary);
}
.bx_search-wrap::-webkit-scrollbar-track {
}
.bx_search-wrap::-webkit-scrollbar {
	width: 2px;
	background: transparent;
}
.bx_search-wrap::-webkit-scrollbar-thumb {

	background-color: #DEDEE5;
}
.bx_searche{
	position: relative;
	display: flex;
    flex-direction: column;
    row-gap: 11px;
}
.title-search-result .bx_item_block{
	display: flex;
	align-items: center;
}

.title-search-result .bx_item_block:first-child{
	padding-top: 0;
	border-top: none;
}

.title-search-result .all_result_title {
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #1B1B1B !important;
	text-decoration: underline;
	text-underline-offset: 2px;
	border: none;
}
.title-search-result .all_result_title:hover {
	text-decoration: none;
}
.title-search-result .bx_item_block.all_result{
	position: sticky;
	bottom: 0;
	background: white;
	padding-top: 13px;
	padding-bottom: 28px;
	padding-left: 0 !important;
}
.title-search-result .others_result, .title-search-result .all_result {
	padding: 10px 15px;
}

.title-search-result .bx_img_element, .title-search-result .bx_image {
	width: 46px;
	height: 46px;
	overflow: hidden;
}
.title-search-result .bx_image {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}

.title-search-result .bx_item_element a {
	text-overflow: ellipsis;
	max-width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 0;
	max-height: 29px;
	overflow: hidden;
	color: var(--main_text_black);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: -0.64px;
}

.title-search-result .bx_item_element a:hover{
	color: var(--main_active_red);
}
.title-search-result .bx_item_price {
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	margin-right: 8px;
	display: flex;
	align-items: flex-end;
	flex-shrink: 0;
}
.title-search-result .bx_item_price span.bx_measure{
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
}
.title-search-result .bx_item_price .old {
	position: relative;
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	text-decoration-line: line-through;
	color: #727272;
	margin-left: 8px;
}
.title-search-result .bx_item_price .bx_price{
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.64px;
}

.top-search {
	margin-right: 75px;
	flex: 1;
}

.top-search .search-title-button-sm svg:last-child {
	display: none;
	height: 26px;
}

.top-search .search_wrapper .search__input {
	width: 100%;
	height: 50px;
}
.top-search .title-search-wrapper {
	height: 50px;

	background-color: var(--bg-gray);
}

.top-search .search-title-button-sm {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 100%;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.top-search .search-title-button {
	background-color: transparent;
	padding: 16px 24px
}

.top-search .search-title-button.search-title-button--mobile{
	padding: 0 13px;
	height: 102%;
}

.top-search .search-title-button.search-title-button--mobile{
	display: none;
}

.search_wrapper {
	width: 100%;
	overflow: hidden;
}

.search_wrapper .wrapper-inner {
	position: relative;
	padding-top: 50px;
	padding-bottom: 60px;
}

#title-search {
	position: relative;
}

.title-search-wrapper-bg-mobile{
	display: none;
}


@media screen and (max-width: 992px) {
	.top-search {
		margin-right: 16px;
	}
	.header-top-line .wrp-js-search.open .title-search-wrapper-bg-mobile{
		display: block;
		position: absolute;
		top: 0;
		height: calc(100vh - 64px);
		left: 0;
		right: 0;
		background: white;
	}
	.header-top-line .wrp-js-search{
		overflow: visible;
		transition: height 0s, opacity 0.3s;
	}
	.header-top-line .wrp-js-search:not(.open) #title-search{
		display: none;
	}
}

@media (max-width: 768px) {
	.bx_search-wrap {
		height: 100%;
		min-height: calc(100vh - 240px);
		padding: 16px 16px 0;
		width: 100%;
	}
	.title-search-result .bx_item_block{
		padding: 8px 0;
	}
	.title-search-result .bx_item_block > div {
		width: 100%;
	}

	.title-search-result .bx_item_block > div .item_name{
		flex: 1;
	}

	.title-search-result .all_result{
		padding: 0;
	}
	.top-search .search_wrapper .search__input{
		height: auto;
	}
	.search_wrapper{
		overflow: visible;
	}

	.top-search {
		margin: 0 0 0 4px;
		position: relative;
		z-index: 100;
		width: 33px;
		height: 40px;
		order: 2;
		flex: unset;
	}
	.top-search .search_wrapper{
		min-width: unset;
		width: 20px;
		position: absolute;
		right: 0;
		transition: .3s ease;
		transform: translateY(8px);
	}
	.top-search .search_wrapper::before{
		content: '';
		position: absolute;
		z-index: 10;
		height: 2px;
		width: calc(100% - 49px);
		left: 12px;
		bottom: 8px;

		background: var(--main-txt);
		opacity: 0;
		transition: .3s ease;
	}
	.top-search.show .search_wrapper::before{
		opacity: 1;
	}
	.top-search.show .search-title-button-sm svg:first-child{
		display: none;
	}
	.top-search.show .search-title-button-sm svg:last-child {
		display: block;
	}
	.top-search .search-title-button{
		display:none!important;
	}

	.top-search .search-title-button.search-title-button--mobile{
		display:block!important;
	}
	.top-search .title-search-wrapper{
		height: auto;
		position: absolute;
		top: 62px;
		width: calc(100vw - 32px);
		right: 0;
		display: none;
		overflow: hidden;
	}
	.top-search.show .title-search-wrapper{
		display: flex;
		animation: fadeInDown 0.3s ease;
		padding: 14px 24px;
	}
	.top-search .search-title-button-sm{
		display: flex;
		position: relative;
	}
}

@media screen and (max-width: 678px) {
	.top-search .search_wrapper::before{
		left: 4px;
		width: calc(100% - 40px);
	}
}

@media screen and (max-width: 576px) {
	.top-search .search-title-button-sm{
		width: 20px;
	}
	.top-search{
		width: 20px;
	}
	.title-search-result .bx_item_element a{
		font-size: 12px;
		line-height: 140%;
	}
	.bx_searche{
		gap: 8px;
	}
	.title-search-result .bx_item_block.all_result{
		padding-top: 16px;
	}
}
/* End */


/* Start:/local/templates/flowers/components/bitrix/sale.basket.basket.line/vue/style.css?174403671410825*/
.icon-box_item .bx-basket {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cartline_wrapper {
    position: absolute;
    cursor: default;
    right: 0;
    top: 100%;
    padding-top: 12px;
    display: block;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s ease-out top, .3s ease-out padding;
    transition: .3s ease-out top, .3s ease-out padding;
}

.header .sticky .cartline_wrapper {
    right: 65px;
}

.cartline_wrapper-wrp {
    max-height: 470px;
    padding: 24px 8px 24px 24px;
    width: 400px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);

    background-color: #fff;
    border: 1px solid var(--border-gray);
}

.wrp-btn-icons-basket:hover .cartline_wrapper {
    opacity: 1;
    pointer-events: auto;
    z-index: 1000;
}
.wrp-btn-icons-basket:hover .cartline_wrapper .cart-list-wrapper {
    opacity: 1;
    transition: 0.3s ease-out;
    pointer-events: auto;
    z-index: 1000;
}
.wrp-btn-icons-basket:hover .cartline_wrapper .cartline_footer {
    opacity: 1;
    transition: 0.3s ease-out;
    pointer-events: auto;
    z-index: 1000;
}

.cartline_wrapper .wrapper-inner {
    position: relative;
}

.cart-list-wrapper {
    opacity: 0;
    overflow: hidden;
    max-height: 352px;
    padding-right: 10px;
    scrollbar-color: var(--scroll-bar-dark) var(--scroll-bar-light);
    transition: 0.3s ease-out;
}
.cart-list-wrapper.customScroll{
    scrollbar-gutter: unset;
}

.cart-list-wrapper.customScroll::-webkit-scrollbar-track {

}

.cart-list-wrapper.customScroll::-webkit-scrollbar {
    width: 2px;
}

.cart-list-wrapper.customScroll::-webkit-scrollbar-thumb {

    background-color: #DEDEE5;
}

.cartline_wrapper .close-btn {
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: none;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    /*right: 10px;*/
    right: 0;
    transition: 0.2s all linear;
}

.cartline_wrapper .close-btn svg path{
    fill: #959CAA;
}

.cartline_wrapper .close-btn:hover svg path{
    fill: #626672;
}

.cart-list-item {
    padding: 24px 0;
    border-bottom: solid 1px #E6E9F0;
}

.cart-list-item > .row{
    position: relative;
    align-items: center;
}

.cart-list-item:first-child {
    padding-top: 0;
}

.cart-list-item-wrapper-img {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;

    overflow: hidden;
}

.cart-list-item-wrapper-img img {
    max-width: 100%;
    max-height: 100%;
}

.cart-list-item-img {
    margin-right: 16px;
}

.cart-list-item-name-box {
    color: var(--main_text_black);
    display: inline-block;
    margin-right: 32px;
    /* position: relative; */
}

.cart-list-item-name-box .item_name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 34px;
    padding: 0;
    overflow: hidden;
    font-weight: 400!important;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 12px;
    color: var(--main_text_black);
    transition: 0.2s all linear;
}

.cart-list-item-name-box .item_name:hover span {
    color: var(--main_active_red);
    transition: 0.2s all linear;
}

.cart-list-item-price .price {
    text-align: left;
    display: flex;
    align-items: end;
    justify-content: flex-start;
}

.cart-list-item-price {
    display: flex;
    align-items: center;
}

.cart-list-item-price .current-price {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: var(--main_text_black);
    margin-right: 8px;
}

.cart-list-item-price .old-price {
    line-height: 100%;
    font-weight: 400;
    font-size: 12px;
    text-decoration-line: line-through;
    color: var(--old-price-gray);
    margin-right: 12px;
}
.cart-list-item-price .old-price span{
    color: var(--old-price-gray);
}

.cart-list-item-price .measure {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: var(--main_text_black);
    margin-left: 0 !important;
}
.cart-list-item-dop-price{
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 80px;
    row-gap: 6px;
}
.cart-list-item-name-box .cart-list-item-price.cart-list-item-dop-price .item_name{
    font-size: 12px;
    margin: 0;
    max-width: 75%;
    overflow: hidden;
    max-height: 30px;
    color: var(--main-txt);
}
.cartline_wrapper-wrp .cart-list-item-dop-price .old-price{
    display: none;
}
.cart-list-item-price.cart-list-item-dop-price .current-price{
    font-size: 12px;
    margin-right: 0;
    white-space: nowrap;
}
.cartline_wrapper .product_item-link {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-align: left;
}

.cartline_wrapper .product-item-container {
}

.cartline_wrapper .swiper-wrapper {
    padding: 0 1px;
}

.cartline_wrapper .product_item_wrapper_img {
    height: 150px;
    line-height: 150px;
}

.cartline_wrapper .product_item_wrapper_img .product_item_img-bg {
    max-width: 90%;
    max-height: 90%;
    border: none;
}

.cartline_wrapper .product_item_name_box {
    height: 34px;
    font-size: 12px;
    padding: 0;
    margin: 10px 0;
    overflow: hidden;
}

.cartline_wrapper .product_item_name_box a.item_name {
    font-size: 12px;
    color: var(--main_link_color);
    text-align: left;
}

.product_item__cart.on-basket .product-item-amount, .bx-catalog-element.on-basket .product-detail-byu-container .product-item-amount {
    display: block;
}

.product-item-container:after, .product-item-container:before,
.bx-catalog-element .product-detail-byu-container .quantity-block:after, .bx-catalog-element .product-detail-byu-container .quantity-block:before {
    position: absolute;
    bottom: 5px;
    right: 5px;
    left: 5px;
    top: 5px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.bx-catalog-element .product-detail-byu-container .quantity-block:after, .bx-catalog-element .product-detail-byu-container .quantity-block:before {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.product-item-container:after, .bx-catalog-element .product-detail-byu-container .quantity-block:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.8);
    margin: 15px;
    display: block;
    height: 95%;

}

.product-item-container:before,
.bx-catalog-element .product-detail-byu-container .quantity-block:before {
    max-height: 222px;
}

.product-item-container.loader-on:after, .bx-catalog-element .product-detail-byu-container .quantity-block.loader-on:after {
    z-index: 1000;
}

.product-item-container.loader-on:before, .bx-catalog-element .product-detail-byu-container .quantity-block.loader-on:before {
    z-index: 1001;
}

.product-item-container.hover.loader-on:before,
.bx-catalog-element .product-detail-byu-container.hover .quantity-block.loader-on:before {
    height: 536px;
}

.product-item-container.loader-on:after, .product-item-container.loader-on:before,
.bx-catalog-element .product-detail-byu-container .quantity-block.loader-on:after, .bx-catalog-element .product-detail-byu-container .quantity-block.loader-on:before {
    opacity: 1;
    visibility: visible;
}

.cartline_footer {
    opacity: 0;
    padding-right: 10px;
    transition: 0.3s ease-out;
    margin-top: 24px;
}

.basket-modal{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    background: rgba(30, 38, 60, 0.40);
    z-index: 1095;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
}
.basket-modal.show{
    opacity: 1;
    visibility: visible;
}
.basket-modal.show .basket-modal-content{
    animation: fadeInDown 0.3s;
}
.basket-modal-content{
    background-color: #fff;

    box-shadow: 0px 10px 20px 0px rgba(118, 118, 132, 0.40);
    padding: 40px;
    position: relative;
    max-width: 950px;
    width: calc(100% - 32px);
}
.basket-modal-content-title{
    margin-bottom: 8px;
    color: var(--main_text_black);
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    display: flex;
    justify-content: center;
}
.header .btn-goods-link {
    height: 46px;
    max-width: 350px;
}
.cartline-wrapper .basket-item-block-amount div.basket-count-nabor{
    font-size: 14px;
    background-color: #fff;
}
.label-in-nabor-items{
    padding: 2px 8px;

    border: 1px solid #E6E9F0;
    background-color: #fff;
    color: #949CAD;
    display: flex;
    align-items: center;
    transition: 0.3s;
    /* position: relative; */
}
.label-in-nabor-items svg path{
    fill: currentColor;
}
.label-in-nabor-items > span{
    color: #949CAD;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    padding-left: 4px;
}
.label-in-nabor-tooltip{
    position: absolute;
    background-color: #fff;
    padding: 8px 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    border: 1px solid #E6E9F0;
    box-shadow: 0px 4px 20px 0px rgba(118, 118, 132, 0.25);
    width: fit-content;
    white-space: nowrap;
    top: 4px;
    right: 2px;
    visibility: hidden;
    opacity: 0;
    color: var(--main_text_black);
}
.label-in-nabor-items:hover{
    border-color: #949CAD;
}
.label-in-nabor-items:hover .label-in-nabor-tooltip{
    opacity: 1;
    visibility: visible;
}
.label-count-nabor{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #949CAD;
    margin-top: 4px;
}
@media (max-width: 900px) {
    .bx-basket .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .title_box .row {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.icon-item.basket-icon svg {
    margin-right: 0px;
}

.btn-goods .btn-goods-link {
    padding: 14px 0;
}

@media (max-width: 1024px) {
    .icon-item.basket-icon svg {
        margin-right: 0px;
        fill: var(--main_color);
    }
}
@media (max-width: 768px){
    .cartline_wrapper{
        right: -37px;
    }
}
@media (max-width: 440px) {
    .cartline_wrapper-wrp{
        width: 320px;
    }
    .cart-list-item-name-box{
        margin-right: 16px;
    }
    .cart-list-item-price.cart-list-item-dop-price .current-price{
        margin-left: 4px;
    }
    .cart-list-item-img{
        margin-right: 12px;
    }
    .cart-list-item-price .price{
        flex-direction: column-reverse;
        margin-right: 12px;
        align-items: flex-start;
    }
    .cart-list-item-price .current-price{
        margin-right: 0;
    }
    .cart-list-item-price .price span:last-child{
        margin-right: 0;
        margin-bottom: 2px;
    }
    .cart-list-item-price{
        align-items: end;
    }
}
/* End */


/* Start:/local/templates/flowers/components/bitrix/system.auth.form/top_auth/style.css?17440367152754*/
div.bx-system-auth-form span.bx-auth-secure {
    background-color: #FFFAE3;
    border: 1px solid #DEDBC8;
    padding: 2px;
    display: inline-block;
    vertical-align: bottom;
    margin-top: -1px;
}

div.bx-system-auth-form div.bx-auth-secure-icon {
    background-image: url(/local/templates/flowers/components/bitrix/system.auth.form/top_auth/images/sec.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 19px;
    height: 18px;
}

div.bx-system-auth-form div.bx-auth-secure-unlock {
    background-image: url(/local/templates/flowers/components/bitrix/system.auth.form/top_auth/images/sec-unlocked.png);
}

.user-link svg {
    transition: .3s;
}

.user-link:hover svg {
    fill: var(--main_color);
}

.dropdown-list-wrap {
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 8px;
    z-index: 3000;
    width: 240px;
    pointer-events: none;
}

.dropdown-list-wrap .dropdown-list-animation-wrap{
    opacity: 0;
    width: 100%;
    box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.10);
    padding: 13px 10px;
    background-color: #fff;
    border-radius: max(calc(var(--krayt_radius_large) - 4px), 0px);
}

.dropdown-list-wrap .dropdown-list-animation{
    opacity: 0;
    width: 100%;

    background-color: #fff;
    transition: 0.2s opacity ease-in;
}

.dropdown-list {
    width: 100%;
    background-color: #fff;
    cursor: default;
}

.dropdown-list-wrap .dropdown-list-square {
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    background-color: #fff;
    position: absolute;
    top: 7px;
    left: 48%;
    display: none;
}

#auth_in:hover .dropdown-list-wrap {
    opacity: 1;
    pointer-events: auto;
}

#auth_in:hover .dropdown-list-animation-wrap {
    opacity: 1;
    pointer-events: auto;
}

#auth_in:hover .dropdown-list-animation {
    opacity: 1;
    transition: 0.2s opacity ease-in;
    pointer-events: auto;
}

.dropdown-list .username {
    padding: 7px 0 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    border-bottom: 1px solid var(--border-gray);
    margin: 0 7px 9px;
}

.dropdown-list-item {
    display: flex;
    align-items: center;
    padding: 7px 10px;
    transition: 0.3s all linear;
    border-radius: max(calc(var(--krayt_radius_large) - 4px), 0px);
    color:var(--main_text_black)
}

.dropdown-list-item.dropdown-list-item--exit{
    color: #F0633E;
}

.dropdown-list-item:first-child {
    padding-top: 24px !important;
}

.dropdown-list-item:hover {
    background-color: #f5f5f5;
    transition: 0.3s all linear;
    color: var(--main_text_black);
}

.dropdown-list-item.dropdown-list-item--exit:hover{
    color: #F0633E;
}

.dropdown-list-item svg {
    margin-right: 10px;
    fill: currentColor;
}

.dropdown-list-link {
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 100%;
    color: currentColor!important;
}
/* End */


/* Start:/local/templates/flowers/components/bitrix/breadcrumb/main/style.css?17440367152233*/
#breadcrumbs {
    display: block;
    background: none;
    margin: 30px 0 60px;
    padding: 0;
}

#breadcrumbs .breadcrumbs_item {
    display: inline;
}
#breadcrumbs .breadcrumbs_item:first-child {
    padding-left: 0;
}

#breadcrumbs span{
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #808080;
    transition: 0.2s all linear;
}

#breadcrumbs span:hover{
    transition: 0.2s all linear;
    color: var(--main_text_black);
}

#breadcrumbs .breadcrumbs_item:last-child span{
    color:var(--main_text_black);
}

.breadcrumb-item + .breadcrumb-item::before {
    display: none;
}

#breadcrumbs .breadcrumbs_item:after {
    content: '/';
    display: inline-block;
    font-size: 16px;
    line-height: 150%;
    color: #808080;
}

#breadcrumbs .breadcrumbs_item.item,
#breadcrumbs .breadcrumbs_item.item.active span{
    color: var(--main_text_black);
}

#breadcrumbs .breadcrumbs_item.item:after {
    display: none;
}

#breadcrumbs .breadcrumbs_item .breadcrumbs_item-link, #breadcrumbs .breadcrumbs_item {
    color: var(--main_text_black);
    padding-right: 8px;
}

#breadcrumbs .breadcrumbs_item .breadcrumbs_item-link:hover {
    color: var(--main-txt);
}

.breadcrumbs_item:first-child .breadcrumbs_item-link svg{
  position: relative;
  top: -2px;
}
.breadcrumbs_item:first-child .breadcrumbs_item-link svg path{
  transition: .3s;
}
.breadcrumbs_item:first-child .breadcrumbs_item-link:hover svg path{
  fill: var(--main_color_hover);
}

@media (max-width: 768px){
    #breadcrumbs{
        margin: 16px 0 24px;
    }
    #breadcrumbs .breadcrumbs_item .breadcrumbs_item-link, #breadcrumbs .breadcrumbs_item{
        padding-right: 4px;
    }
}
@media (max-width: 576px){
    #breadcrumbs .breadcrumbs_item:last-child span{
        font-size: 16px;
    }
    #breadcrumbs {
        margin: 16px 0 30px;
    }
    .catalog-list-row .title_box h1 {
        font-size: 24px;
        font-weight: 800;
        line-height: 120%;
        letter-spacing: -0.96px;
        margin-bottom: 26px;
    }
    #breadcrumbs .breadcrumbs_item:after{
        margin: 0 8px;
    }
    #breadcrumbs .breadcrumbs_item .breadcrumbs_item-link, #breadcrumbs .breadcrumbs_item {
        padding: 0px;
    }
}


/* End */


/* Start:/bitrix/components/kraytflowers/krayt.store.list/templates/bottom_store/style.css?17440364875262*/
.store_list .jq-selectbox__trigger {
    width: 16px;
    height: 16px;
    border: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: var(--main_text_black);
    top: calc(50% - 8px);
}
.store_list .jq-selectbox__trigger-arrow {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    top: -1px;
    right: 0px;
    border: none;
    width: 100%;
    height: 100%;
    background: url('/bitrix/components/kraytflowers/krayt.store.list/templates/bottom_store/images/tabArrow-black.svg') no-repeat center;
    transition: transform 0.2s linear;
}

.store_list.opened .jq-selectbox__trigger-arrow {
    transform: rotate(180deg);
    transition: transform 0.2s linear;
}

.footer .store_list .jq-selectbox__select-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    color: var(--main_text_black);
    width: auto;
    max-width: 320px!important;
    padding-right: 0px;
    font-style: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.footer .store_list .jq-selectbox__trigger{
    right: -28px;
}

.footer .store_list .jq-selectbox__trigger .jq-selectbox__trigger-arrow{
    right: 0 !important;
}

.store_list.jq-selectbox li {
    display: flex;
    align-items: center;
    white-space: normal;
    font-size: 14px;
    min-height: 50px;
    line-height: 18px;
}

.store_list.jq-selectbox li:first-child {
    position: relative;
}

.store_list.jq-selectbox li:hover:not(.sel){
    background-color: var(--main_bg_gray) !important;
}

.block_chose_city .jq-selectbox__dropdown {
    top: 48px!important;
    left: 0 !important;
    width: 220px !important;
    margin: 0;
    bottom:auto !important;
}
.footer .store_list .jq-selectbox__dropdown {
    width: 290px !important;
    animation: fadeIn .4s ease;
    padding: 14px 10px;
    background: #FFFFFF;

    border: none;
    top: 38px!important;
    left: 0!important;
    bottom: unset!important;
}

.store_list .jq-selectbox__dropdown ul {
    max-height: 260px !important;
}
.store_list .jq-selectbox__dropdown ul {
    overflow: auto;
    scrollbar-color: var(--scroll-bar-dark) var(--scroll-bar-light);
    scrollbar-width: thin;
}
.store_list .jq-selectbox__dropdown ul::-webkit-scrollbar {
    width: 2px;
    height: 3px;

    background-color: var(--scroll-bar-light);
}
.store_list .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
    background-color: var(--scroll-bar-dark);
}

.store_list .jq-selectbox__select {
    padding-right: 23px;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    height: 100%;
}
.store_list .jq-selectbox__select:hover {
    background: none;
}
.store_list.focused .jq-selectbox__select {
    border: 0px;
}
.jq-selectbox li {
    padding: 5px 16px 6px 16px !important;
}

.store_list.jq-selectbox li{
    transition: 0.2s all;
    animation: fadeIn .4s ease
}

.store_list.jq-selectbox li.sel{
    background-color: #fff !important;
}

.store_list.jq-selectbox li.sel:hover{
    background-color: var(--main_bg_gray) !important;
    border-radius: max(calc(var(--krayt_radius_large) - 4px), 0px);;
}

.top_menu_right .contacts{
    flex-wrap: wrap;
}
.footer_item_contact .footer_item_contact_title span {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.footer_item_contact .footer_item_contact_title a {
    font-size: 16px;
    font-weight: 700;
    transition: .2s color linear;
}


.footer_item_contact_title a:hover {
    color: var(--main_active_red);
    transition: .2s color linear;
}
.footer_item_contact_title.phone a {
    margin-bottom: 5px;
}
.footer_item_contact_title {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #fff;
    margin-bottom: 16px;
}
.block_chose_city .footer_item_contact_title {
    margin-bottom: 24px;
}
.contacts .footer_item_contact_title {
    margin-bottom: 12px;
}
.footer_item_contact {
    display: flex;
    flex-direction: column;
    max-width: 300px;
}
.footer .change_SCHEDULE {
    margin-top: 16px;
    font-weight: 500;
    font-size: 16px;
    max-width: 300px;
    color: var(--main_text_black);
}
.footer_item_contact .footer_item_contact_subtitle {
    color: #86868F;
    font-size: 14px;
    margin-bottom: 5px;
}
.footer_item_contact .footer_item_contact_icon {
    width: 22px;
    height: 100%;
    margin-right: 16px;
}
#dop-contacts-footer-list{
    display: flex;
}
#dop-contacts-footer-list a{
    font-weight: 400;
    font-size: 14px;
    color: var(--main-txt);
    transition: 0.2s all linear;
    margin-right: 16px;
    display: flex;
    column-gap: 4px;
    align-items: center;
}
#dop-contacts-footer-list a > .icon{
    transition: unset;
}
#dop-contacts-footer-list a:last-child{
    margin-right: 0;
}
#dop-contacts-footer-list a:hover{
    color: var(--main_active_red);
}

@media (max-width: 1000px){
    #dop-contacts-footer-list{
        flex-direction: column;
        row-gap: 24px;
    }
    .footer .store_list .jq-selectbox__trigger{
        right: 0;
    }

    .footer-item:nth-child(1) {
        padding: 40px 0 0 0;
    }
    .footer .change_SCHEDULE {
        font-size: 15px;
        font-weight: 500;
        line-height: normal;
    }
}

/* End */


/* Start:/bitrix/components/kraytflowers/krayt.cookies/templates/.default/style.css?17440364872853*/
.cookies-msg{
    display: flex;
    padding: 20px;
    max-width: 840px;
    position: fixed;
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px rgba(118, 118, 132, 0.25);
    bottom: 25px;
    right: 65px;
    align-items: flex-end;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
}

.cookies-msg.show{
    opacity: 1;
    visibility: visible;
}
.cookies-msg-btns{
    display: flex;
    margin-left: 20px;
}
.cookies-msg-btns button{
    width: 130px;
}
.cookies-msg-btns button:first-child{
    margin-right: 8px;
}
.cookies-msg-text{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.cookies-modal{
    position: fixed;
    background: rgba(27, 27, 25, 0.60);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.cookies-modal.open{
    opacity: 1;
    visibility: visible;
}
.cookies-modal-content{
    position: relative;
    width: 620px;
    height: fit-content;
    flex-shrink: 0;
    background: #FFF;
    box-shadow: 0px 10px 20px 0px rgba(118, 118, 132, 0.40);
    padding: 40px;
}
.cookies-modal-content .icon-close{
    position: absolute;
    right: 16px;
    top: 16px;
}
.cookies-modal-title{
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%; /* 26px */
    letter-spacing: -0.8px;
    margin-bottom: 24px;
}
.cookies-modal-text{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-height: 40vh;
    overflow: auto;
}
.cookies-modal-text::-webkit-scrollbar {
    width: 4px;
}
.cookies-modal-text::-webkit-scrollbar-track {
    background-color: #fff;
}
.cookies-modal-text::-webkit-scrollbar-thumb {
    background-color: #D4D4DE;
    box-shadow: inset 0 0 6px #D4D4DE;

}
body.noscroll .cookies-msg{
    right: 73px;
}
@media screen and (max-width: 1000px) {
    .cookies-msg{
        flex-direction: column;
        right: 16px;
        bottom: 88px;
        left: 16px;
        width: calc(100% - 32px);
        padding: 16px;
    }
    .cookies-msg-text{
        margin-bottom: 16px;
        font-size: 12px;
    }
    .cookies-msg-btns{
        margin: 0;
        width: 100%;
        justify-content: space-between;
    }
    .cookies-msg-btns button {
        width: 100%;
    }
    .cookies-modal-content{
        width: 100vw;
        height: 100vh;
        padding: 0;
    }
    .cookies-modal-title{
        border-bottom: 1px solid #E6E9F0;
        padding: 17px;
        text-align: center;
        font-size: 16px;
        margin: 0;
    }
    .cookies-modal-text{
        padding: 16px;
        max-height: 98vh;
    }
}
/* End */


/* Start:/local/templates/flowers/styles.css?17440367148368*/
:root{
    --quantity-many:#89E769;
    --flag-prod-of-day:#F46158;
    --flag-new:#8DD85F;
    --flag-hit:#7F77EF;
    --active-edit-quantity:#D0D0D0;
    --hover-tab:#DDDFE1;
    --active-tab:#455360;
	--main_color_hover: #EAA217;
	--main_color_active: #DD9711;
	--main_font_color: #FEBD17;
	--main_link_color: #272727;
	--focus_input_color: #808080;
	--add_color: #FCAF23;
    --sel_hover: #F5F5F5;
    --def-action-color:#147FFC
}

.static_page h1, h1{
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 90%;
    letter-spacing: -2.4px;
    margin: 10px 0 40px 0;
}
.static_page h2, h2{
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    letter-spacing: -2px;
    margin: 10px 0 20px 0;
}
.static_page h3, h3{
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    letter-spacing: -1.2px;
    margin: 10px 0 16px 0;
}
.static_page h4, h4{
    font-size: 20px;
    font-weight: 800;
    line-height: 120%;
    margin: 10px 0 12px 0;
}
.static_page h5, h5{
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin: 10px 0 12px 0;
}
.static_page h6, h6{
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    margin: 10px 0 12px 0;
}
.static_page a{
    color: var(--blue-link);
    text-transform: none;
}
.static_page a:hover{
    color: var(--blue-link-hover);
    text-transform: none;
}

.select_text {
    background-color: var(--main_bg_gray);
    padding: 20px 20px 20px 25px;
    position: relative;
    margin: 15px 0 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.select_text:before {
    content: " ";
    display: block;
    width: 4px;
    background-color: var(--main_color);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.select_text_green {
    background-color: var(--main_bg_gray);
    padding: 20px 20px 20px 25px;
    position: relative;
    margin: 15px 0;
    border-radius:max(calc(var(--krayt_radius_large) - 4px), 0px);;
}
.select_text_green:before {
    content: " ";
    display: block;
    width: 4px;
    background-color: var(--main_color);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

}
ol.krayt_ol,
.static_page ol{
    counter-reset:myCounter;
    margin-left:0;
    padding-left:5px;
}

.static_page ul, ul.line {
    line-height: 2;
}

.static_page li, ul.line li {
    position: relative;
    padding-left: 25px;
    margin: 5px 0;
}
ol.krayt_ol li,
.static_page ol li{
    padding-left: 35px;
}
.static_page ul li:before,
ul.line li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    bottom: 0;
    right: 0;
    margin: auto 0;
    background-color: var(--main_color);
    border-radius:var(--krayt_radius_nav);
}
ol.krayt_ol li:before,
.static_page ol li:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    border-radius:var(--krayt_radius_nav);
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    bottom: 0;
    right: 0;
    margin: auto 0;
    background-color: #1B1B1B;

    counter-increment: myCounter;
    content: counter(myCounter);
}
.static_page img{
    margin: 10px;
    border-radius:max(calc(var(--krayt_radius_large) - 4px), 0px);;
}
.footer-item-copy {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 14px;
    color: #808080;
}
.footer-item-copy .d-flex{
    justify-content: space-between;
    align-items: center;
}
.footer-item-copy-item a,
.footer-item-copy-item span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: var(--main_text_black);
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
.modal-form-bitrix24{
    display: none;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    background-color:  rgba(0,0,0,0.4);
    height: 100%;
    z-index: 100000;
}
.modal-form-bitrix24.open{
    display: block;
}
.modal-form-bitrix24-content{
    width: 40%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 512px;
}
.modal-form-bitrix24-close{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: 20px;
}
.static_page{
    clear: both;
}
.static_page p{
}
.static_page a{
    display: inline-block;
    width: fit-content;
    font-weight: inherit;
    font-size: inherit;
    line-height: 120%;
    color: var(--blue-link);
    border-bottom: 1px solid transparent;
    cursor: pointer;
    transition: .2s linear;
}
.static_page a:hover{
    color: var(--blue-link);
    border-bottom: 1px solid var(--blue-link);
    transition: .2s linear;
}
.static_page blockquote{
    padding-left: 20px;
}
.static_page table td{
    padding: 10px;
    border: 1px solid var(--main-txt);
}

.k_loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 37, 37, .3);
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000000;
}
.k_loader-wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
.static_page h2:after{
  content: none;
}
.static_page h2:before{
  content: none;
}

.td_center tr td{
  text-align: center;
}
.td_right tr td{
  text-align: right;
}
.td_left tr td{
  text-align: left;
}
.loader img {
    animation: rotateLoader linear 1s infinite;
}
.static_page hr{
    border-top: 1px solid #F0F0F0;
}
.static_page .table-wrp{
    overflow-y: auto;
    width: 100%;
}
.static_page .table-wrp::-webkit-scrollbar{
    display: none;
}
.static_page table{
    border-collapse: separate;
}
.static_page table[align="center"] {
    margin: 10px auto;
}
.static_page table:not([border]),
.static_page table:not([border]) td,
.static_page table:not([border]) th{
    border: none;
}
.static_page table[cellspacing="0"] {
    border-collapse: collapse;
}
.static_page caption {
    text-align: center;
    caption-side: top;
}
.static_page table th {
    font-weight: 700;
    text-align: center;
}
.static_page table td, .static_page table th {
    border: 1px solid var(--main-txt);
}
.static_page iframe{
    max-width: 100%;
}

.bx-core-popup-menu-item-text{
    color: #fff;
}
.bx-core-popup-menu-editor .bx-core-popup-menu-level0 .bx-core-popup-menu-item-text,
.bx-core-popup-menu-editor.bx-core-popup-menu-level0 .bx-core-popup-menu-item-text{
    color: #2a2a2a;
}

#bx-panel .bx-panel-button-icon.theme-icon {
    width: 40px !important;
    background: url("/local/templates/flowers/./images/theme-icon.png") no-repeat bottom !important;
    background-size: contain !important;
}
@media(max-width: 992px){
    .static_page{
        margin-bottom: 40px;
    }
    .static_page h1{
        font-size: 28px;
        margin-bottom: 24px;
        letter-spacing: -1.12px;
        line-height: 90%;
    }
    .static_page h2{
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 120%;
        letter-spacing: -0.96px;
    }
    .static_page h3{
        font-size: 20px;
        font-weight: 800;
        line-height: 130%;
        letter-spacing: -0.8px;
    }
    .static_page h3.title-sub{
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .static_page table{
        width: 900px !important;
    }
    .static_page .image-company{
        width: 100% !important;
        height: unset !important;
        aspect-ratio: 1;
        align: top !important;
        margin: 0 0 10px 0;
    }
}
@media(max-width: 576px){
    .footer-item-copy .d-flex{
        flex-direction: column;
        align-items: flex-start;
        row-gap: 16px;
    }
    .footer-item-copy{
        padding: 24px 0;
    }
    .static_page{
        margin-bottom: 25px;
        font-size: 16px;
    }
    .static_page iframe {
        height: auto;
        width: 100%;
        min-height: 250px;
    }
}
@media(max-width: 480px){
    .static_page iframe{
        min-height: 200px;
    }
}
/* End */


/* Start:/local/templates/flowers/template_styles.css?1744036714148311*/
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, button, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    -webkit-appearance: none;
    -webkit-text-size-adjust: none;
}


html{
    color: var(--main_text_black);
    font-size: 100%;
}
table,tr, th, td{
    margin: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-appearance: none;
    -webkit-text-size-adjust: none;
    color: var(--main_text_black);

}

body .popup-window {
    font: unset;
    animation: fadeInDown 0.3s;

}

.bx-core-dialog-overlay {
    width: 100% !important;
}

html, body {
    scrollbar-color: #a8a8a8 #d9d9d9;
    scrollbar-width: thin;
}

body {
    transition: opacity .3s ease;
    color: var(--main_text_black);
}

body::-webkit-scrollbar {
    width: 8px;
    height: 0;
    background-color: #d9d9d9;
}

body::-webkit-scrollbar-thumb {
    background-color: #a8a8a8;
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #7a7a7a;
}

div.bx-component-opener {
    z-index: 1996 !important;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
sub {
    font-size: 70% !important;
    bottom: -5px;
    left: 2px;
    font-weight: 500;
}
sup {
    font-size: 70% !important;
    top: -5px;
    left: 2px;
    font-weight: 500;
}

.row::before, .row::after {
    display: none;
}

.fa-rub {
    font-size: smaller;
    margin-left: 5px;
}

html {
    line-height: 1.5;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

h1 {
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    color: var(--main_text_black);
}

h2 {
    position: relative;
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 40px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

input[type=text], input[type=submit], textarea {
    -webkit-appearance: none;
}

input[type=text] {
    transition: all .3s ease;
}

a {
    font-size: 14px;
    color: var(--main_text_black);
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: var(--main_active_red);
}

input::-webkit-input-placeholder {
    transition: .3s;
}

input:-moz-placeholder {
    transition: .3s;
}

input::-moz-placeholder {
    transition: .3s;
}

input:-ms-input-placeholder {
    transition: .3s;
}

input:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus:-moz-placeholder {
    color: transparent !important;
}

input:focus::-moz-placeholder {
    color: transparent !important;
}

input:focus:-ms-input-placeholder {
    color: transparent !important;
}


input:disabled, textarea:disabled, input:disabled::placeholder, textarea:disabled::placeholder {
    -webkit-text-fill-color: var(--main-txt);
    opacity: 1;
}
.ios-radio{
    background-color: var(--switcher-bg);

    width: 46px;
    height: 24px;
    padding: 3px;
    cursor: pointer;
    transition: 0.2s;
    flex-shrink: 0;
}
.ios-radio:hover{
    background-color: var(--switcher-bg-hover);
}
.ios-radio:after{
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-color: #fff;

    transition: 0.2s;
}
.ios-radio.checked{
    background-color: var(--main_color);
}

.ios-radio.checked:after{
    transform: translateX(22px);
}

.customScroll {
    scrollbar-color: auto !important;
    overflow: auto;
}
.customScroll::-webkit-scrollbar {
    width: 2px !important;
    height: 3px !important;
    background-color: transparent !important;
}
.customScroll::-webkit-scrollbar-track {
    background-color: transparent;
    width: 2px !important;
}
.customScroll::-webkit-scrollbar-thumb  {
    background-color: #C1C1C1 !important;

    width: 2px !important;
}

.slick-loading .slick-track {
    display: none;
}

.popover {
    border-color: #e8e8e8;

    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}

.popover-content {
    font-size: 13px;
    text-transform: lowercase;
    padding: 10px 15px;
    transition: opacity .3s ease-in-out;
}

.popover.bottom > .arrow {
    top: -9px;
    margin-left: -9px;
    border-bottom-color: #e8e8e8;
}

.popover.bottom > .arrow:after {
    margin-left: -9px;
}

.popover > .arrow:after, .popover > .arrow {
    border-width: 9px;
}

.modal-backdrop {
    z-index: 1050;
}

.modal {
    z-index: 1100;
}

.modal-content {



    padding: 25px 30px;
    box-shadow: none;
}

.modal-open .modal {
    opacity: 1;
}

.top-banner {
    width: 100%;
    text-align: center;
}

.top-banner img {
    max-width: 100%;
    display: block;
    object-fit: cover;
}

button, input {
    outline: none !important;
}

button {
    border: none;
    box-shadow: none;
}

.wrapper {
    max-width: 1300px!important;
    margin: 0 auto;
}

.wrapper-inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1300px;
}
.main_content .wrapper-inner{
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
.btn:focus, .btn.focus {
    box-shadow: none;
}
svg{
    transform: translateZ(0);
}

.palette-btn{
    background: var(--main_bg_gray);
}

.noscroll {
    overflow: hidden;
    width: 100%;
    height: 100%;

}

.dNone {
    display: none;
}

.bx-no-touch .noscroll {
}

.bx-no-touch .noscroll #bx-panel.bx-panel-fixed{
    width: calc(100% - 8px) !important;
}
@media(max-width: 992px){
    .bx-no-touch .noscroll {
        padding-right: 0;
    }
}

.logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.top-logo-wrap {
    flex: 1;
}

.header-logo-mobile{
    display: none;
}

.logo img {
    display: block;
    object-fit: contain;
    max-height: 40px;
    max-width: 120.43px !important;
}

.logo p {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.logo-text {
    color: var(--main_text_black);
    overflow: hidden;
}
.header {
    width: 100%;
    background-color: #fff;
    z-index: 994;
    position: relative;
}
.header-mob{
    display: none;
    bottom: -1px;
    position: fixed;
    width: 100%;
    background: #fff;
    align-items: center;
    justify-content: space-between;
    padding: 11px 26px;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
}
.header-mob .goods_icon-counter{
    display: none;
}
.header-mob__item svg{
    fill: currentColor;
    margin-bottom: 4px;
}
.header-mob__item p{
    font-weight: 500;
    font-size: 8px;
    line-height: 9px;
}
.header-mob .icon-item.basket-icon svg{
    fill: currentColor;
}
.catalog_and_menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .top-catalog-menu-title .line_hamburger {
    position: relative;
    width: 18px;
    transition: .3s;
}

.header .top-catalog-menu-title .line_hamburger span {
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: var(--main_text_button);
    left: 0;
    top: -1px;
    content: '';
    transition: .3s;

}

.header .top-catalog-menu-title .line_hamburger:before {
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: var(--main_text_button);
    left: 0;
    top: -6px;
    content: '';
    transition: .3s;

}

.header .top-catalog-menu-title .line_hamburger:after {
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: var(--main_text_button);
    left: 0;
    top: 4px;
    content: '';
    transition: .3s;

}
.wrapper-header-top{
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 993;
}
body.menu_active {
    position: static;
}

.top-catalog-menu-title:after {
    display: none;
}

.top-catalog-menu-title img {
    margin-right: 10px;
    width: 18px;
    height: 10px;
}

.top-catalog-menu {
    position: static;
    margin-right: 40px;
}

.top-nav-wrapper {
    padding-left: 0;
    position: static;
    height: 100%;
    width: 100%;
    max-width: 100%;
}

.top-nav-wrapper .bx-context-toolbar-empty-area {
    display: none;
}

.sticky .top-nav-wrapper {
    display: none;
}

.header-bottom-row {
    position: relative;
}

.header.sticky .search_wrapper {
    border-top: solid 1px #ebebeb;
}

.header.sticky .cartline_wrapper {
    top: 100%;
    border-top: solid 1px #ebebeb;
}

.header.sticky .open-in .cartline_wrapper .wrapper-inner {
    padding-top: 25px;
}

.header.sticky .navigation ul li.navigation_item.hover .header__subnav,
.header.sticky .top-icon-box .icon-box_item.hover .header__subnav {
    height: 74px;
}

.header .header__sublist ul.sublist li.sublist__item a.sublist__item-link:after {
    display: block;
    content: "";
    height: 1px;
    width: 0;
    left: 50%;
    position: absolute;
    bottom: 1px;
    -webkit-transition: width .15s ease-out;
    transition: width .15s ease-out;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header .header__sublist ul.sublist li.sublist__item a.sublist__item-link:hover:after {
    width: 100%;
}

.header .header__subnav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
    padding-top: 30px;
    display: block;
    font-size: 14px;
    z-index: -1;
    height: 0;
    overflow: hidden;
    transition: .3s ease-in-out, .1s ease-out top, .1s ease-out padding;
}

.header .header__subnav:before {
    content: '';
    display: block;
    width: 100%;
    height: 61px;
    background-color: #f6f6f6;
    z-index: 0;
    left: 0;
    position: absolute;
}

.header-top .top-icon-box .icon-box_item.hover .header__subnav {
    z-index: 1000;
    height: 91px;
    transition: .3s ease-in-out;
    -webkit-box-shadow: 0 6px 9px 0 rgba(217, 217, 217, 0.36);
    box-shadow: 0 6px 9px 0 rgba(217, 217, 217, 0.36);
}

.header .header__subnav ul.subnav__list {
    display: block;
}

.header .header__subnav ul.subnav__list li.subnav__item {
    display: block;
    float: left;
}

.header .header__subnav ul.subnav__list li.subnav__item a.subnav__item-link {
    display: block;
    padding: 20px;
    font-weight: 500;
    position: relative;
}

.header .header__subnav ul.subnav__list li.subnav__item:first-child a.subnav__item-link {
    padding-left: 0;
}

.header .header__sublist {
    position: absolute;
    left: 0;
    padding-top: 25px;
    width: 100%;
    height: 260px;
    display: none;
    z-index: 1100;
    overflow: hidden;
}

.header .header__sublist .sublist_wrapper {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 59%;
    max-height: 235px;
}

.header .header__sublist .sublist_wrapper .title_box {
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 0;
}

.header .header__sublist .sublist_wrapper .sublist_box {
    display: inline-block;
    vertical-align: top;
}

.header .header__sublist .sublist_wrapper .sublist_box.menu {
    width: 74%;
}

.header .header__sublist .sublist_wrapper .sublist_box.brands {
    width: 25%;
}


.header .header__sublist ul.sublist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 205px;
}

.header .header__sublist ul.sublist li.sublist__item a.sublist__item-link {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 5px;
    position: relative;
}

.header .header__sublist ul.sublist li.sublist__item.alls a.sublist__item-link {
    text-decoration: underline;
}

.header .header__sublist ul.sublist li.sublist__item.alls a.sublist__item-link:hover {
    text-decoration: none;
}

.header .header__sublist .menu__banner {
    width: 40%;
    max-height: 235px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.header .header__sublist .menu__banner a.menu__banner-link {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 15px;
}

.header .header__sublist .menu__banner a.menu__banner-link img {
    display: inline-block;
    width: auto;
    height: 100%;
    max-height: 190px;
}

.header-top .top-icon-box {
    display: flex;
    justify-content: flex-end;
}

.header.sticky .top-icon-box {
    flex: 0 0 auto;
    width: auto;
}

.icon-box_item_line {
    border-left: solid 2px #D6D5D4;
    margin: 0 15px;
}

.header .icon-box_item {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    margin-left: 8px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.header .icon-box_item:first-child,
.header .icon-box_item:nth-child(2){
    margin-left: 0;
}
.header .icon-box_item#home{
    display: none;
}
.header .icon-box_item.active p{
    color: var(--main_text_black);
}

.header-top .top-icon-box .icon-box_link {
    display: block;
    text-align: center;
}

.header .icon-box_item .icon-txt {
    font-size: 14px;
    margin-left: 7px;
    text-align: center;
}

.header .icon-box_item .total-price, .catalog-basket .total-price {
    color: #4b7a14;
    font-size: 18px;
    font-weight: bold;
    margin-left: 20px;
}

.catalog-basket .total-price {
    font-size: 16px;
}

.catalog-basket .basket-link {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.cart-list-item-price .price span:first-child i {
    position: relative;
    top: 2px;
}

.header .icon-box_item .icon-item {
    color: var(--main_text_black);
}

.header .icon-box_item .icon-item svg,
.header .search-title-button-sm svg{
    fill: currentColor;
    transition: 0.2s;
}

.header .icon-box_item .icon-item, .catalog-basket .icon-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .icon-box_item#basket_in .icon-item {
    align-items: center;
    justify-content: center;
}

.icon-box-link {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    line-height: 1;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.icon-box-link .icon-item > svg,
.icon-box-link > p{
    display: none;
}

.icon-box-link.basket-link img {
    margin-right: 10px;
    width: 22px;
    height: 22px;
    overflow: hidden;
}

.basket-icon .goods_icon-counter {
    background-color: transparent;
}

.header .icon-box_item .search-icon {
    display: inline-block;
    vertical-align: middle;
}
#auth_in{
    position: relative;
}

.product_item__ico a:before, .product_item__ico a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.product_item__ico a:after {
    z-index: 3;
}

.product_item__ico a:before, .product_item__ico a:after {
    -webkit-background-size: 21px;
    background-size: 21px;
    top: 0;
    right: 1px;
}

.product_item__ico a:after, .product_item__ico:hover a:before {
    opacity: 0;
}

.product_item__ico:hover a:after, .product_item__ico a:before {
    opacity: 1;
}

.icon-box_item:active p {
    color: var(--main_text_black);
    transition: 0.2s all linear;
}

.header .icon-box_item .search-icon:after {
    background-image: url("/local/templates/flowers/images/icons/search_icon_h.svg");
}

.header-top .top-icon-box .icon-box_item .favour-icon {
    position: relative;
}

.header .icon-box_item .fa-user-o {
    font-size: 20px;
}

.product-item-amount {
    text-align: center;
}

.product-item-amount-field-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    justify-content: space-between;
}

.product-item-amount-field-btn-plus svg {
    fill: currentColor;
}

.product-item-quantity-block {
    height:46px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    order: -1;
    background: #fff;
    padding: 11px 12px;
    gap: 28px;

    border: 1px solid #DEDEDE;
}
.product_item_buy_box .product-item-quantity-block {

}

.product-item-amount-field {
    max-width: 32px;
}

.product-item-amount-field:focus {
    outline: none !important;
}

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    appearance: none
}

.product-item-amount-description-container {
    display: block;
    color: #a5a5a5;
    white-space: nowrap;
    font-size: 12px;
}

.emarket-compare-list.btn-wrap.compare.btn-wrap-top {
    display: flex;
    min-width: 24px;
    min-height: 24px;
    justify-content: center;
}

.icon-box_item .goods_icon-counter {
    display: block;
    position: absolute;
    min-width: 20px;
    right: -5px;
    top: -1px;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    color: var(--main_text_black);
    text-align: center;
    z-index: 10;
    pointer-events: none;
}

.catalog-basket .icon-box_item .goods_icon-counter {
    width: 22px;
    height: 18px;
    font-size: 12px;
    top: -8px;
}

.header .icon-box_item.open-in .search_wrapper {
    height: 200px;
}

.header .go_to a.bg_none {
    background-color: #fff;
    color: var(--main_text_black);
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

.header #user {
    margin-right: 32px;
}

.header-top .top-icon-box #user {
    position: relative;
    display: none;
}

.fancybox__container,
.fancybox__container div,
.fancybox__container div span {
    color: #fff !important;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border: 5px solid var(--main_color);

}

body:not(.is-using-mouse) .fancybox__container :focus {
    box-shadow: none;
}

.fancybox__progress {
    background-color: var(--main_color);
}

.fancybox__thumbs .carousel__slide{
    width: 84px!important;
}
.fancybox__thumbs .fancybox__thumb{
    width: 80px;
    height: 80px;
    background-size: contain;
    padding-top: 0;
}

.auth-form-box {
    max-width: 500px;
    margin-bottom: 60px;
}

@-webkit-keyframes autofill {
    to {
        color: inherit;
        background: #fff !important;
    }
}


input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.auth-form-box .account-form .form__widget-box {
    display: block;
}

.auth-form-box .account-form .form__widget-box .main-user-consent-request-announce{
    margin-bottom: 6px;
}

.auth-form-box .text_box {
    font-size: 14px;
    margin-bottom: 20px;
}
.account-form .form__widget-box .text-field::placeholder{
    color: transparent;
}
.account-form .el-form-input{
    height: 46px;
}

.main_content .alert {
    border-radius: max(calc(var(--krayt_radius_large) - 4px), 0px);
    border: none;
    color: #F3542A;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
}

.account-form .form__widget-label,
.bx-authform-label-container {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;
}

.account-form .form__controls{
    display: flex;
    column-gap: 8px;
    margin-top: 50px;
}

.account-form .form__controls input{
    flex: 1;
}

.account-form .form__submit{
    flex-direction: column;
}

.account-form .form__submit .login-link.reg-form-link{
    margin-top: 32px;
}

.account-form .account-form__button, .order__info .btn-form__controls a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding: 4px 10px;
    font-weight: 300;
    cursor: pointer;
}

.account-form .btn-form__control.cancel {
    background-color: var(--border-bottom-gray);
}

.account-form .btn-form__control.cancel:hover {
    background-color: var(--gray-button-hover);
    transition: 0.2s all linear;
}

.account-form .btn-form__control.cancel:hover:active {
    transform: scale(0.95);
}

.order__info .btn-form__controls a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.account-form .btn-form__control input.cancel {
    background-color: transparent;
    border: none;
    width: 100%;
    height: 100%;
    color: var(--main-txt);
    font-weight: 500;
}

.account-form .bx-authform-starrequired {
    color: var(--main_color);
    font-size: 16px;
    margin-left: 3px;
}

.clearfix .bx-authform-starrequired {
    margin-left: 0;
    margin-right: 3px;
}

.account-form .bx-authform-required {
    margin-top: 0;
    padding-bottom: 0;
}

.account-form .login-link {
    display: block;
    float: right;
    padding: 6px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 10px 0 0;
}

.account-form .login-link.login-link--mobile{
    display: none;
}

.account-form .login-link.reg-form-link {
    padding: 0;
    float: none;
    margin: 12px 0 0;
}
.account-form .login-link.remember{
    float: unset;
    padding: 0;
    margin: 12px 0 0;
}

.account-form .login-link span {
    font-weight: 500;
    color: var(--blue-link);
    transition: 0.2s all linear;
    border-bottom: 1px solid transparent;
}

.account-form .login-link:hover span {
    transition: 0.2s all linear;
    color: var(--blue-link);
    border-bottom: 1px solid var(--blue-link);
}

.account-form .login-link.auth {
    float: left;
}

.form__checkbox input[type='checkbox'] {
    display: none;
}

.form__checkbox .form__checkbox-label {
    display: flex;
    align-items: center;
    font-size: 14px;
    user-select: none;
}

.old-clearfix{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bx-authform-description-container {
    font-weight: lighter;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 0;
    color: var(--main_text_black);
}
.bx-authform-links{
    display: flex;
    justify-content: space-between;
}
.bx-authform-formgroup-container{
    margin-bottom: 30px;
}
.auth-form-box .bx-authform-description-container{
    padding-bottom: 0;
}

.bx-sbb-empty-cart-container {
    margin: 100px 0 150px;
}

.bx-sbb-empty-cart-container .small-text svg {
    fill: currentColor;
    flex-shrink: 0;
}

.bx-sbb-empty-cart-text {
    text-align: center;
    color: #1b1b1b;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.8px;
    line-height: 130%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bx-sbb-empty-cart-subtext {
    text-align: center;
    color: #1b1b1b;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.64px;
    line-height: 150%;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bx-sbb-empty-cart-text .big-text {
    margin-bottom: 8px;
    margin-top: 24px;
    font-size: 20px;
    font-weight: 800;
    line-height: 130%;
    letter-spacing: -0.8px;
    color: #1B1B1B;
    text-align: left;
}
.bx-sbb-empty-cart-container .bx-sbb-empty-cart-text .big-text{
    text-align: center;
}

.bx-sbb-empty-cart-container .bx-sbb-empty-cart-text .small-text{
    justify-content: center;
}

.bx-sbb-empty-cart-text .small-text .fa {
    padding: 7px;

    border: 1px solid;
    font-size: 13px;
}

.bx-sbb-empty-cart-text .small-text {
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    column-gap: 8px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.bx-sbb-empty-cart-btn {
    margin-top: 32px;
    text-align: center;
}
.bx-sbb-empty-cart-btn .button{
    min-width: 210px;
}
.bx-sbb-empty-cart-desc .fa {
    font-size: 16px;
}

.favourite .bx-sbb-empty-cart-text {
    margin-bottom: 15px;
}

.sale-order-list-item {
    margin-bottom: 20px;
}

.sale-order-list-inner-title-line-item {
    display: block;
    padding: 10px 24px;
    background-color: var(--main_bg_gray);
    color: var(--main-txt);
    text-transform: uppercase;

    font-size: 14px;
    font-weight: 500;
}

.sale-order-list-button-container {
    margin: 20px 0 15px;
}

.sale-order-list-button-container .btn-green-gradient {
    padding: 6px 20px 5px;
    display: block;
}

.sale-order-list-inner-row-template .row {
    margin-left: 0;
    margin-right: 0;
}

.sale-order-payment-change-pp-list {
    margin-top: 15px;
}
.sale-order-payment-change-payment-title .sale-order-payment-change-payment-title-element{
    margin-right: 4px;
}
.sale-order-payment-change-payment-title .sale-order-payment-change-status-alert{
    display: inline-block;
    padding: 8px 16px;
    background: #ffe5e8;

    font-weight: 600;
    font-size: 13px;
    line-height: 130%;
    color: #d0021b;
    margin-top: 4px;
    border: none;
}
.sale-order-list-inner-row-template .sale-order-list-cancel-payment{
    color: var(--main-txt);
    border-bottom: 1px dashed var(--main-txt);
    transition: 0.2s;
    margin-left: 30px;
    font-size: 16px;
    line-height: 130%;
    text-transform: capitalize;
}
.sale-order-list-inner-row-template .sale-order-list-cancel-payment:hover{
    border-bottom: 1px dashed transparent;
}
.sale-order-payment-change-pp-list .sale-order-payment-change-pp-company-graf-container{
    border: 1px solid var(--dark-border-gray);

    cursor: pointer;
    transition: all 0.2s ease;
}


.sale-order-detail h1 {
    width: 100%;
    margin-bottom: 30px;
}

.sale-order-list-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sale-order-link {
    font-size: 14px;
}
.sale-order-list-about-link,
.sale-order-list-cancel-link {
    color: var(--main-txt);
    border-bottom: 1px dashed var(--main-txt);
    transition: 0.2s;
    font-size: 14px;
    line-height: 100%;
}
.sale-order-list-about-link:hover,
.sale-order-list-cancel-link:hover {
    color: var(--main-txt);
    border-color: transparent;
}

.sale-order-link:hover {
    border-bottom-color: transparent;
}

.sale-order-detail-more-info-details-title {
    margin-bottom: 10px;
}

.sale-order-detail-more-links {
    margin-bottom: 20px;
}

.sale-order-detail-more-info-details-table {
    width: 100%;
    margin-bottom: 20px;
}
.sale-order-detail-prop-name, .sale-order-detail-prop-value {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: normal;
}

.sale-order-detail-prop-name {
    font-weight: bold;
}

.order__info .btn-form__controls, .bx-order-cancel {
    margin: 15px 0;
}

.bx-order-cancel p {
    margin: 8px 0;
}

.bx-order-cancel textarea.el-form-input {
    resize: none;
    height: 200px;

}

textarea:focus, input[type=text]:focus, .form-control:focus, .ec-input-param:focus {
    box-shadow: none;
    outline: none;
}

.sale-personal-account-wallet-container {
    max-width: 450px;
    margin-bottom: 60px;
}

.bx-sap {
    max-width: 450px;
}

.bx-sap .form-horizontal {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.bx-sap_wrapper .input-group {
    max-width: 200px;
    margin-left: 15px;
}
.bx-sap_wrapper h3{
    font-size: 20px;
    font-weight: 800;
    line-height: 130%;
    letter-spacing: -0.8px;
}

.sale-accountpay-pp-wrapper h3 {
    margin-bottom: 10px;
}

.sale-account-pay-btn-wrapper {
    margin-top: 12px;
}

.sale-accountpay-pp-company-graf-container {

}


@keyframes draw {
    100% {
        stroke-dashoffset: 0;
    }
}

.btn.with_border {
    position: relative;
}

.btn-primary, .api_button_primary, .popup-window-buttons .btn-buy, .btn-not-avaliable {
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    border: none;
}
.btn.disabled, .btn:disabled{
    background: #E4E4E4;

    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--gray-button-color) !important;
    opacity: 1;
    pointer-events: none;
}
.api_button_primary {
    width: 150px;
}

.btn-green-border, .popup-window-buttons .btn-buy:first-child {
    font-weight: normal;
    font-size: 14px;
    background-color: transparent;
    padding: 10px 15px;
    position: relative;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.clear_basket.btn-green-border {
    display: flex;
    color: var(--main-txt);
    font-size: 14px;
    line-height: 1;
    padding: 14px 30px;
    background-color: #fff;
    transition: 0s;
    font-weight: bold;
}

.clear_basket.btn-green-border:focus {
    background-color: #fff;
    color: var(--main-txt);
}

.clear_basket.btn-green-border:hover {
    background-color: var(--main_color);
    color: var(--main-txt);
}

.clear_basket.btn-green-border:active {
    background-color: var(--main_color_hover);
    color: var(--main-txt);
}

.btn-green-border:hover, .popup-window-buttons .btn-buy:first-child:hover {
    color: var(--main_color_hover);
}

.btn-green-border:hover:before, .popup-window-buttons .btn-buy:first-child:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.header .hb-content.sticky .header-bottom-row {
    position: initial;
}

.phone-svg {
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-top-line {
    display: flex;
    padding: 24px 0;
    align-items: center;
    justify-content: space-between;
}
.header-phone svg {
    margin-right: 10px;
    fill: var(--main_color);
    margin-top: -5px;
    min-width: 22px;
}

.footer-phone a {
    color: var(--main_text_black);
    display: inline-block;
}

.footer-phone a {
    color: var(--main_color);
}

.footer_left_email span {
    font-weight: 500;
}

.footer_left_phone span {
    font-weight: 500;
    color: var(--main_font_color);
}

.header-bottom-row {
    display: flex;
    align-items: center;
    justify-content: start;
    max-width: 1300px;
    margin: 0;
    flex-wrap: nowrap;
}

.header .header-bottom {
    height: 100%;
    background: var(--main_color);
}

.header .hb-content {
    width: 100%;
}

.header .hb-content.sticky {
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}


.header.sticky .ine {
    border: none;
}

.header .hb-content .logo {
    display: none;
}

.header .hb-content.sticky .logo {
    display: block;
}

.hb-content.sticky .icon-box_item .user-link .icon-txt {
    display: none !important;
}

.hb-content.sticky .top-icon-box .icon-box_item {
    margin: 0 5px;
}

.header.sticky .top-nav-wrapper, .header.sticky #search_in {
    width: auto;
}

.header.sticky .bx-nav-1-lvl:hover .bx-nav-2-lvl-container-advanced,
.header.sticky .bx-nav-1-lvl:hover .bx-nav-2-lvl-container-advanced,
.header.sticky .bx-nav-1-lvl:hover .bx-nav-2-lvl-container,
.header.sticky .top-nav-wrapper.hover-menu .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
    border-top: solid 1px #ebebeb;
}

.header .top-nav-wrapper .icon-box_item {
    display: none;
}

.animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeInDown {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.search-form input.form-control {
    height: 100%;
    font-size: 14px;
    font-weight: 300;
    outline: none;
    color: var(--main_text_black);
    padding: 12px 10px 12px 12px;
    border: solid 1px #dfdfdf;
}

.owl-carousel button.owl-dot span {
    margin: 0px 4px;
}

.owl-carousel button.owl-dot.active span,
.owl-carousel button.owl-dot:hover span {
    background: var(--main_color);
}

.owl-carousel button.owl-dot.active span{
    box-shadow: 0px 4px 4px rgba(248, 165, 18, 0.27);
    width: 9px;
    height: 9px;
}

.offers_box {
    padding-top: 60px;
}

.offers_box .offers_box_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.offers_box .offers_box_item .row {
    flex-direction: column;
}

.offers_box .offers_box_item .img_box {
    width: 100px;
    height: 100px;
    margin: auto;
    background-size: 65px;
    background-repeat: no-repeat;
    background-position: center;

    box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
    border: solid 1px #e2e2e2;
    background-color: #fff;
}

.offers_box .offers_box_item .text_box {
    display: inline-block;
    width: calc(100% - 110px);
    font-size: 14px;
    color: #2d1c2e;
}

.offers_box .offers_box_item .text_box b {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    margin: 20px 0 15px;
}

.banner-img-item {
    box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
    height: fit-content;
    width: 100%;
    overflow: hidden;
}

.banner-img-item img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 100%;
    object-fit: cover;
    transition: transform .3s ease-out;
    transform: scale(1.02);
}

.banner-img-item:hover img {
    transform: scale(1);
}

.main-receipts-list {
    padding-top: 30px;
}

.slider_wrapper {
    padding-top: 30px;
}

.new-slider_wrapper {
    padding-bottom: 68px;
}

@media (max-width: 900px) {
    .slider_wrapper {
        padding-top: 30px;
    }
}

.main-receipts-list .btn-primary {
    color: #fff;
    background-color: var(--main_color);
}

.main-receipts-list .btn-primary:hover {
    box-shadow: none;
    background-color: var(--main_color_hover);
}

.slider_wrapper h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 100%;
    position: relative;
    margin-bottom: 0;
    display: inline-block;
}

.brands-header {
    margin-bottom: 40px;
}

.main-receipts-list .btn-primary {
    display: block;
    padding-left: 50px;
    padding-right: 50px;
}

.tab_slider_box .tab_slider_nav a {
    color: var(--main-txt);
    opacity: .7;
    display: inline-block;
    vertical-align: middle;
    padding: 0 35px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.tab_slider_box .tab_slider_nav a.active {
    opacity: 1;
    pointer-events: none;
}

.tab_slider_box .tab_slider_nav a.active h2 {
    font-weight: 500;
}

.tab_slider_box .tabs_box {
    position: relative;
}

.tab_slider_box .tabs_box .tab_slider {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.tab_slider_box .tabs_box .tab_slider.active {
    position: relative;
    opacity: 1;
    z-index: 150;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.tab_slider_box .tabs_box .tab_slider .slider .owl-carousel {
    padding: 0;
}

.about_us .content_wrapper {
    font-size: 18px;
    line-height: 2;
    margin: 50px 0;
}

.popup-window-close-icon {
    width: 31px;
    height: 31px;
    right: 20px;
    top: 20px;

    transition: 0.2s linear;
    opacity: 1;
}

.popup-window-close-icon:after {
    background-color: #252525;
    transition: 0.2s ease;
    background-image: none;
    width: 14px;
    height: 14px;
    mask-image: url(/local/templates/flowers/./images/icons/close-btn.svg);
    -webkit-mask-image: url(/local/templates/flowers/./images/icons/close-btn.svg);
    -webkit-mask-size: 100%;
}
#addedToWishList .popup-window-close-icon:after,
#removedFromWishList .popup-window-close-icon:after{
    width: 16px;
    height: 16px;
}

.popup-window-close-icon:hover:after{
    background-color: #B6BCC7;
}


.popup-window-buttons .btn-buy {
    padding: 8px 15px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 36px;
    line-height: 1;
}

.popup-window-with-titlebar .popup-window-content {
    padding: 0;
    background: #fff;
}

.popup-window.popup-window-with-titlebar {
    padding: 60px 40px 40px;

}

.popup-window-titlebar-text {
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    letter-spacing: -0.8px;

    color: var(--main_text_black);
    display: flex;
    justify-content: center;
    padding: 0;
    margin-bottom: 30px;
}

.arelrating-color-green1 .info .info-bar {
    background-color: #79c471;
}

.product_card__attributes {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.product_card__attributes .product__attribute {
    line-height: 2;
}

.product_card__attributes .product__attribute .product__attr-label {
    color: #aaa;
}

.product_card__attributes .product__attribute .product__attr-value {
    font-weight: 300;
}

.product_card__attributes .product__attribute .product__attr-value a {
    text-decoration: underline;
    color: var(--main_text_black);
}

.product_card__attributes .product__attribute .product__attr-value a:hover {
    text-decoration: none;
}

.info-card {
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    font-weight: 300;
    color: #aaa;
    position: relative;
}

.info-card .tt-info-box {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #aaa;

    margin-left: 5px;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.info-card .tt-info-box:hover {
    color: #fff;
}

.info-card .tt-info-box:before {
    content: '?';
    display: block;
    line-height: 1.2;
}

.product_order_block {
    padding: 15px 0;
}

.product_card__options {
    margin-bottom: 20px;
}

.clr {
    clear: both;
}

.show_btn {
    display: inline-block;
}

.hide_btn {
    display: none;
}

.product_card__descr {
    margin-bottom: 30px;
}

.product_card__descr .product__descr-label {
    font-size: 16px;
    font-weight: 500;
}

.product_card__descr .product__descr-value {
    width: 60%;
    padding: 10px 0;
}

.order_block-buy .product_item__price {
    display: inline-block;
    vertical-align: middle;
}

.order_block-buy .product_item__price .price {
    font-weight: 500;
}

.order_block-buy .btn_wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 170px;
    margin: 0 25px;
    position: relative;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.order_block-buy .btn_wrapper .product_add-btn {
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    padding: 13px 0;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border: 0;
    display: block;
}

.order_block-buy .product_add-btn span {
    display: block;
    position: relative;
    z-index: 10;
}

.btn_mask {
    position: relative;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.btn_mask:hover {
    background-color: #a1787c;
}

.btn_mask:before {
    content: '';

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform: scale3d(0.95, 0.8, 1);
    transform: scale3d(0.95, 0.8, 1);
    display: none;
}

.btn_mask:after {
    content: '';

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: none;
}

.btn_mask:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.btn_mask:hover:after {
    -webkit-transform: scale3d(0.95, 0.8, 1);
    transform: scale3d(0.95, 0.8, 1);
}

.product_add-favour {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.sets {
    margin-bottom: 40px;
}

.sets__wrapper {
    padding: 30px 0;
    display: flex;
    align-items: start;
}

.set_container {
    display: flex;
    align-items: flex-start;
    margin-right: 15px;
}

.set_container .set_item {
    display: inline-block;
    vertical-align: top;
    padding: 0 35px;
    position: relative;
}

.set_container .set_item.main-item {
    padding-left: 0;
}

.set_container .set_item.main-item:after {
    display: none;
}

.set_container .set_item .set_plus {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: -45px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.set_container .set_item .set_plus:after, .set_container .set_item .set_plus:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #bdbdbd;
}

.set_container .set_item .set_plus:after {
    transform: rotate(-90deg);
}

.set_container .set_image__wrap {
    position: relative;
    border: 1px solid #e8e8e8;
}

.set_container .set_image__wrap a {
    display: block;
    width: 173px;
    height: 210px;
}

.set_container .set_image__wrap a img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    transform: translateY(-50%) translateX(-50%);
}

.set_container .set_image__wrap span.number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;

    color: #fff;
    font-size: 18px;
    font-weight: 500;
    width: 40px;
    height: 40px;
    top: -13px;
    right: -15px;
}

.set_container .set_info {
    width: 175px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.set_container .set_name {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 30px);
    font-size: 12px;
    font-weight: 500;
}

.set_container .set_item.main-item .set_name {
    width: 100%;
}

.set_container .set_name a {
    color: var(--main_text_black);
}

.set_container .set_name .name {
    overflow: hidden;
    display: block;
    height: 50px
}

.set_container .set_name .price {
    margin-top: 15px;
}

.set_container .set_name .price .current_price {
    display: block;
    font-weight: bold;
}

.set_container .set_name .price .old_price {
    font-size: 11px;
    color: #8f8f8f;
    position: relative;
}

.set_container label.set_check-in,
.set_container div.set_check-in {
    display: inline-block;
    width: 20px;
}

.set_container label.set_check-in {
    cursor: pointer;
}

.set_container div.set_check-in {
    display: none;
}

.set_container label.set_check-in span,
.set_container div.set_check-in span {
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    border: 1px solid #ddd;
}

.set_container label.set_check-in.active span:before,
.set_container div.set_check-in span:before {
    content: "\f00c";
    line-height: 1;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    font-family: FontAwesome;
    top: -2px;
    left: 1px;
}

.set_container label.set_check-in input {
    display: none;
}

.set_result {
    height: 210px;
    display: inline-block;
    vertical-align: top;
    padding-left: 50px;
    text-align: center;
    font-weight: 500;
    position: relative;
}

.set_result:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 15px;
    border-top: 2px solid #bdbdbd;
    border-bottom: 2px solid #bdbdbd;
    top: 90px;
    left: -15px;
}

.set_result .result_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.set_result .result_sum {
    font-size: 24px;
    margin-bottom: 20px;
}

.set_result .result_sum span {
    font-size: 18px;
}

.set_result .result_sum .set-price {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.set_result .result_sum .old_price span:empty {
    display: none;
}

.set_result .set_to-cart,
.basket_empty .go_to-catalog a {
    width: 160px;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    overflow: hidden;
}

.btn-green-border.set_to-cart span {
    position: relative;
    z-index: 10;
}

.btn-green-border.set_to-cart:before {
    z-index: 1;
}

.set_result .set_to-cart {
    width: auto;
    min-width: 160px;
    padding: 10px 20px;
}

.kit, .btn-loader {
    display: none;
}

.btn-loader {
    font-size: 16px;
}

.comments .title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
    margin: 0;
}

.comments .title_box h2 {
    display: inline-block;
    border: 0;
    padding-bottom: 0;
}

.api_modal .api_modal_title {
    text-transform: uppercase;
}

.api_form .api_controls label input[type=checkbox] + .api-rules-text {
    padding-left: 25px;
    position: relative;
}

.api_form .api_controls label input[type=checkbox] + .api-rules-text:before, .api_form .api_controls label input[type=checkbox] + .api-rules-text:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.api_form .api_controls label input[type=checkbox] + .api-rules-text:before {
    border: solid 1px #bdbdbd;
}

.api_form .api_controls label input[type=checkbox]:checked + .api-rules-text:after {
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 14px;
    top: -2px;
    left: 1px;
}

.api_form .api_controls label input[type=checkbox] {
    display: none;
}

.api_form .api_controls label {
    padding-left: 0;
}

.api_modal .api_modal_close {
    z-index: 100;
}

.api_modal .api_modal_header {
    padding: 15px 30px 15px 20px;
}

.section__list-wrapper {
    padding-bottom: 20px;
}

#categories .section__list-wrapper {
    padding-bottom: 0px;
}

.sorting_box {
    font-size: 14px;
    color: #bbb;
    text-align: right;
    padding: 0 !important;
}

.sorting_box span.title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.sorting_box .sorting {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}

.sorting_box .sorting .sorting_item {
    display: inline;
    margin-left: 10px;
    font-weight: 300;
}

.sorting_box .sorting .sorting_item:first-child {
    margin-left: 0;
}

.sorting_box .sorting .sorting_item span {
    display: inline-block;
    vertical-align: top;
}

.sorting_box .sorting-title, .sorting_box .sorting .sorting_item a {
    color: #a9a9a9;
}

.sorting_box .sorting .sorting_item .fa {
    font-size: 12px;
    line-height: 18px;
}

.sorting_box .sorting .sorting_item a {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.sorting_box .sorting .sorting_item.active a {
    color: var(--main_font_color);
    font-weight: 500;
}

.sorting_box .sorting .sorting_item:hover a {
    color: var(--main_font_color);
}
.wishlist-items .sorting_box{
    margin-bottom: 32px;
}
.wishlist-items .limit_and_view{
    display: none;
}
.wishlist-items .bx-sbb-empty-cart-text{
    margin-bottom: 260px;
}

.product_card_fast {
    text-align: right;
}

.fade-in-down-sm .product_card_fast {
    display: none;
}

.product_card_fast {
    justify-content: center;
    align-items: center;
    text-align: left;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    display: none;
}

.product_card_fast .fast_view {
    display: none;
}

.product_card_fast.fast-in {
    display: flex;
    z-index: 1000;
    overflow: auto;
}

.product_card_fast .fast_wrapper {
    position: relative;
    z-index: 1040;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.product_card_fast .product_card_detail {
    background-color: #fff;
    padding: 30px;
}

.product_card_fast .product-detail-info-top {
    margin: 0;
}

.product_card_fast .product_card_detail .slider_in_fast {
    margin-top: 50px;
}

.product_card_fast .product-item-detail-content {
    padding-left: 20px;
    margin-left: -1px;
}

.product_card_fast .product-detail-descriptions .tab-content {
    line-height: 1.5;
}

.product_card_fast .product_opt {
    width: 100%;
}

.product_card_fast .go_to_card {
    text-align: center;
    padding-bottom: 30px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.product_card_fast .go_to_card a {
    display: inline;
    position: relative;
    border-bottom: 1px solid transparent;
    color: #aaa;
    font-size: 18px;
    font-weight: 300;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.product_card_fast .close-btn {
    top: 0;
    right: 0;
}

.popup-window-with-titlebar {

    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.2);
    padding: 60px 40px 40px;
}

 .popup-window-buttons .cartline-button {
    width: calc(50% - 6px);
    height: 50px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;

    border: none;
    transition: 0.2s all linear;
}

 .popup-window-buttons .cartline-button:first-child {
    background-color: var(--border-bottom-gray);
    color: var(--main_text_black)!important;
}

 .popup-window-buttons .cartline-button:first-child:hover {
    background-color: var(--gray-button-hover);
    transition: 0.2s all linear;
}

 .popup-window-buttons .cartline-button:last-child:hover {
    background-color: var(--yellow-button-hover);
    transition: 0.2s all linear;
}

 .popup-window-buttons .cartline-button:active {
    transform: scale(0.95);
    transition: 0.2s all linear;
}

 .popup-window-buttons {
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.cartline-buttons{
    margin-top: 32px;
    display: flex;
    justify-content: end;
    column-gap: 12px;
}
.cartline-button{
    display: flex;
    align-items: center;
    width: 250px;
    cursor: pointer;
}

.gray-button {
    background-color: var(--border-bottom-gray);
    transition: 0.2s background-color linear;
}

.gray-button:hover {
    background-color: var(--gray-button-hover);
    transition: 0.2s background-color linear;
}

.gray-button:active {
    transform: scale(0.95);
    transition: 0.2s background-color linear;
}

.popup-window-titlebar-close-icon {
    cursor: pointer;
    width: 15px;
    height: 15px;
    background: none;
    opacity: .5;
    position: absolute;
    top: 0;
    right: 0;
}

.favour-del.close-btn {
    right: unset;
    left: 0;
}

.cartline-wrapper .popup-window-titlebar-close-icon {
    position: relative;
}

.popup-window-titlebar-close-icon.popup-window-close-icon {
    width: 36px;
    height: 36px;
    opacity: 1;
    top: 12px;
    right: 12px;
    transition: 0.2s all linear;
}

.popup-window-titlebar-close-icon:hover:after {
    background-color: #989898;
}

.cartline-list__close-button .popup-window-titlebar-close-icon:hover,
.cartline-list__close-button .popup-window-titlebar-close-icon:active {
    background-color: transparent;
}
.cartline-list__close-button{
    color: #959CAA;
    cursor: pointer;
    transition: 0.3s ease;
}
.cartline-list__close-button:hover{
    color: #626672;
}

.popup-window.successful-add {
    width: 500px;
    max-width: calc(100% - 20px);
    padding: 20px;
}

.popup-window.successful-add .popup-window-buttons {
    padding: 0;
}

.popup-window.successful-add .btn {
    padding: 13px 22px !important;
    font-weight: 600;
    height: 42px;
    width: 200px;
}

.popup-window.successful-add img {
    margin-bottom: 10px;
}

.popup-window-titlebar-close-icon svg {
    position: absolute;
    fill: currentColor;
    transition: 0.2s all linear;
    will-change: opacity;
}

.popup-window-titlebar-close-icon:hover svg {
    transition: 0.2s all linear;
    opacity: 1;
}

.popup-window-titlebar-close-icon:active svg {
    opacity: 1;
}

.popup_mask, .popup_inner {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.popup_inner {
    z-index: 2000;
}
#popup-window-content-addedToWishList{
    padding-right: 18px;
}
#addedToWishList, #removedFromWishList{
    box-shadow: 0px 12px 32px 0px rgba(118, 118, 132, 0.25);

    padding: 24px;
    width: 320px;
    position: fixed!important;
    top: 16px !important;
    left: unset!important;
    right: 54px;
}
#addedToWishList .popup-window-close-icon,
#removedFromWishList .popup-window-close-icon{
    top: 12px;
    right: 12px;
    width: 16px;
    height: 16px;
}
.popup-window-close-icon{
    right: 8px;
}
#addedToWishList .popup-window-buttons{
    padding: 16px 0 0;
}
#addedToWishList p,
#removedFromWishList p{
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    display: flex;
    align-items: center;
    column-gap: 4px;
}
#addedToWishList p{
    margin-bottom: 16px;
}
#addedToWishList a{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    border-bottom: 1px solid;
    transition: 0.2s;
    color: var(--main-txt)!important;
}
#addedToWishList a:hover{
    border-bottom: 1px solid transparent;
}
#addedToWishList .wish-popup-added-to-fav{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border-gray);
}



#addToWishList{
    width: 400px;
}
#addToWishList .popup-window-titlebar-text{
    margin-bottom: 24px;
    justify-content: start;
    font-size: 20px;
    line-height: normal;
}
input#createWishlist{
    height: 42px;
    padding: 0 16px;
    margin-bottom: 20px;
}
#wishList .btn_fill,
#addToWishList .btn_fill{
    width: 100%;
    cursor: pointer;
    height: 48px;
}
#addToWishList .popup-window-buttons{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    align-items: start;
}
#addToWishList .popup-window-buttons .button:not(:last-child){
    margin-bottom: 12px;
}
#addToWishList .popup-window-buttons .button.add{
    margin-top: 24px;
}
#addToWishList .popup-window-buttons .wish-popup-btn{
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;

    margin-bottom: 12px;
    cursor:pointer;
    background: #ffffff;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    padding: 0 16px;
    border: 1px solid var(--border-gray);
    transition: border-color 0.3s;
    position: relative;
}
#addToWishList .popup-window-buttons .wish-popup-btn:last-child{
    margin-bottom: 0;
}
#addToWishList .popup-window-buttons .wish-popup-btn:hover{
    border-color: #BCC3D1;
}
#addToWishList .popup-window-buttons .wish-popup-btn.active::after{
    content: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M10.525 16.552L17.6 9.47695L16.45 8.35195L10.525 14.277L7.525 11.277L6.4 12.402L10.525 16.552ZM12 22.002C10.6333 22.002 9.34167 21.7395 8.125 21.2145C6.90833 20.6895 5.84583 19.9728 4.9375 19.0645C4.02917 18.1561 3.3125 17.0936 2.7875 15.877C2.2625 14.6603 2 13.3686 2 12.002C2 10.6186 2.2625 9.31862 2.7875 8.10195C3.3125 6.88529 4.02917 5.82695 4.9375 4.92695C5.84583 4.02695 6.90833 3.31445 8.125 2.78945C9.34167 2.26445 10.6333 2.00195 12 2.00195C13.3833 2.00195 14.6833 2.26445 15.9 2.78945C17.1167 3.31445 18.175 4.02695 19.075 4.92695C19.975 5.82695 20.6875 6.88529 21.2125 8.10195C21.7375 9.31862 22 10.6186 22 12.002C22 13.3686 21.7375 14.6603 21.2125 15.877C20.6875 17.0936 19.975 18.1561 19.075 19.0645C18.175 19.9728 17.1167 20.6895 15.9 21.2145C14.6833 21.7395 13.3833 22.002 12 22.002Z' fill='%2362D12D'/%3E%3C/svg%3E");
    position: absolute;
    top: 9px;
    right: 16px;
}
#addToWishList .popup-window-buttons .wish-popup-btn.new{
    background: #F8F8F8;
    border: 1px dashed #B4B4B4;
}
#addToWishList .popup-window-buttons .wish-popup-btn.new:hover{
    background: #E4E4E4;
}
#addToWishList .popup-window-buttons .wish-popup-btn.new:before{
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.1818 4.9091H7.0909V0.818184C7.0909 0.366545 6.72435 0 6.27271 0H5.72729C5.27565 0 4.9091 0.366545 4.9091 0.818184V4.9091H0.818184C0.366545 4.9091 0 5.27565 0 5.72729V6.27271C0 6.72435 0.366545 7.0909 0.818184 7.0909H4.9091V11.1818C4.9091 11.6335 5.27565 12 5.72729 12H6.27271C6.72435 12 7.0909 11.6335 7.0909 11.1818V7.0909H11.1818C11.6335 7.0909 12 6.72435 12 6.27271V5.72729C12 5.27565 11.6335 4.9091 11.1818 4.9091Z' fill='%23252525'/%3e%3c/svg%3e ");
    margin-right: 8px;
}
#addToWishList .popup-window-buttons .btn-primary.add{
    width: 100%;
}
.footer_bottom_wrapper {
    background-color: var(--main_bg_gray);
}

.krayt-footer-bottom span,
.krayt-link a {
    color: var(--footer-gray-text);
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
}

.krayt-link a {
    transition: 0.2s all linear;
}

.krayt-link a:hover {
    color: var(--main_active_red);
    transition: 0.2s all linear;
}

.feedback-btn {
    background: none;
    font-size: 14px;
    padding: 7px 18px;
    transition: .3s ease-in-out;
}

.feedback-btn:hover {
    color: #fff;
}

.footer-item-text {
    font-size: 14px;
    line-height: 1.7;
    color: #313131;
}

.mail-subscribe-container {
    width: 100%;
    padding-top: 47px;
    padding-bottom: 47px;
    background-color: var(--add_color);
    background-size: cover;
    background-position: -100%;
}

@media (min-width: 1920px) {
    .mail-subscribe-container {
        background-position: 70px -4px;
    }
}

.mail-subscribe {
    max-width: 1110px;
    width: 100%;
    margin: auto;
}

.mail-subscribe .subscribe-title {
    font-weight: 900;
    color: var(--main_font_color);
}

.mail-subscribe .subscribe-title h3 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    color: #FFFFFF;
}

@media (max-width: 1024px) {
    .mail-subscribe .subscribe-title h3 {
        font-size: 25px;
    }
}

.mail-subscribe .subscribe-title p {
    font-size: 14px;
}

.mail-subscribe .main-user-consent-request-announce {
    color: rgba(255, 255, 255, .7);
}

.top-menu ul.navigation {
    display: flex;
    align-items: center;
}

top-menu ul.navigation li a {
    font-size: 13px;
}

.top-menu ul.navigation li {
    font-size: 14px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 55px;
    position: relative;
}

.top-menu ul.navigation li::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--main-txt);
    transition: .3s all ease;
}

.top-menu ul.navigation li:last-child::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -28px;
    background: url("/local/templates/flowers/images/icons/stocks-svg.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 13px;

}

.top-menu ul.navigation li:hover:before {
    width: 100%;
}

.top-menu ul.navigation li:first-child {
    font-size: 13px;
}

.top-menu ul.navigation li:last-child {
    margin-left: 185px;
}

.bottom-logo-wrap {
    max-width: 130px;
    max-height: 40px;
    margin-bottom: 24px;
    justify-content: start;
}


.footer-item-title {
    font-size: 18px;
    font-weight: 800;
    line-height: 110%;
    color: var(--main_text_black);
    margin-bottom: 16px;
    display: block;
    position: relative;
    z-index: 2;
    letter-spacing: -0.72px;
}

.footer-item-title span {
    z-index: 2;
    position: relative;

}

.footer-item-menu {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.footer ul.navigation li {
    margin-bottom: 10px;
    line-height: 1;
}
.footer ul.navigation li:last-child {
    margin-bottom: 0;
}

.footer ul.navigation li svg circle{
    transition: 0.2s;
}



.footer ul.navigation li svg:hover circle{
    stroke: #8F8F8F
}

.footer ul.navigation li a {
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    position: relative;
    display: inline-block;
    transition: 0.2s all linear;
}

.footer ul.navigation li a:after {
    display: block;
    height: 1px;
    width: 0;
    left: 50%;
    position: absolute;
    bottom: 1px;
    -webkit-transition: width .15s ease-out;
    transition: width .15s ease-out;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.footer ul.navigation li a:hover:after {
    width: 100%;
}

.footer .pays-box, .footer .pay-title {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}

.footer .footer-item-pays {
    margin-top: 15px;
}

.footer .pay-title {
    margin-bottom: 5px;
    margin-right: 10px;
    display: block;
    font-weight: 500;
    color: var(--main_font_color);
}

.footer .pays-box .pay-item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    height: 17px;
}

.footer .pays-box .pay-item:first-child {
    margin-left: 0;
}

.footer .pays-box .pay-item img {
    max-height: 17px;
}

script {
    display: none !important;
}

h2.title_mob {
    display: none;
}

.sale-personal-section-row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    row-gap: 30px;
    padding-bottom: 60px;
}

.sale-personal-section-index-block {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;

}

.sale-personal-section-index-block-link,
.sale-personal-section-index-block-link:hover,
.sale-personal-section-index-block-link:active,
.sale-personal-section-index-block-link:focus,
.sale-personal-section-index-block-link:visited {
    text-decoration: none;
    display: block;
    padding: 25px 15px;
    color: #fff;
    width: 100%;
}

.sale-personal-section-index-block-link {
    color: #fff;
}

.sale-personal-section-index-block-ico {
    font-size: 64px;
}

.sale-personal-section-index-block-ico path{
    fill: #000000;
}

.sale-personal-section-index-block-name {
    font-size: 16px;
    color: #000000;
    margin-bottom: 0px;
    text-align: center;
    letter-spacing: 0;
}

.sale-personal-section-index-block-name:after {
    content: none;
}

.sale-personal-section-index-block-name:before {
    content: none;
}

.sale-personal-section-account-sub-header {
    margin-top: 40px;
    font-size: 30px;
    font-weight: 800;
    line-height: 110%;
    letter-spacing: -1.2px;
}

.sale-order-title {
    font-family: inherit;
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: bold;
}

.sale-order-detail-more-info-details .table-responsive {
    border: 0;
}

.orders-history-link a {
    margin-right: 15px;
}

.orders-history-link a:hover {
    border-bottom-color: transparent;
}

.orders-history-link {
    margin-bottom: 30px;
}

.bx_profile {
    max-width: 500px;
}

.bx_profile font.notetext {
    margin-bottom: 10px;
    display: block;
}

.bx_profile .main-profile-block-date-info {
    margin-bottom: 24px;
}

.bx_profile .main-profile-block-date-info .small strong{
    font-weight: 500;
}

.account-form .form__widget {
    margin-bottom: 12px;
}

.account-form .form__controls {
    margin-top: 32px;
}

.account-form .btn-form__control{
    width: 200px;
}

.account-form .form__widget-box {
}

.form__widget_birthday .form__widget-box {
    position: relative;
}

.form__widget_birthday .form__widget-box .calendar-icon {
    position: absolute;
    right: 10px;
    bottom: 15px;
    color: #616161;
    opacity: .7;
}

.form__widget_birthday .form__widget-box .calendar-icon:active {
    opacity: 1;
}

.form__widget_birthday .form__widget-input {
    position: relative;
    max-width: 200px;
}

.account-form .form__widget_fio .form__widget-label {
    display: block;
    margin: 0 0 5px 0;
}

.account-form .form__widget_gender input[type="radio"] {
    display: none;
}

.account-form ul.tabs_gender {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}

.account-form ul.tabs_gender li.tabs__item {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    font-size: 14px;
}

.account-form ul.tabs_gender li.tabs__item label.tabs__item-btn {
    display: block;
    position: relative;
    padding: 5px 0 9px;
    height: 34px;
    color: var(--main_text_black);
    background-color: #fff;
    cursor: pointer;
    border: 1px solid var(--main_color);

    transition: 0.2s;
}

.account-form ul.tabs_gender li.tabs__item:last-child label.tabs__item-btn{
    border-left-color: transparent;
}

.account-form ul.tabs_gender li.tabs__item:first-child label.tabs__item-btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.account-form ul.tabs_gender li.tabs__item:last-child label.tabs__item-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.account-form ul.tabs_gender li.tabs__item input[type="radio"]:checked + label {
    cursor: default;
}

@media (hover:hover) {
    .account-form ul.tabs_gender li.tabs__item label.tabs__item-btn:hover {
        background-color: var(--main_color);
    }

    .account-form ul.tabs_gender li.tabs__item label.tabs__item-btn:hover > span {
        color: var(--main_text_button);
    }
}


.password-form {
    display: none;
}

.orders .order-item {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 20px;
    font-size: 14px;
}

.orders .orders-item__about {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.orders .orders-item__id {
    width: 30%;
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
    color: var(--main_text_black);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.orders .order-item__total-price {
    width: 20%;
    display: inline-block;
    text-align: center;
    font-weight: 300;
}

.orders .order-item__order-date {
    width: 18%;
    display: inline-block;
    text-align: center;
}

.orders .orders-item__status {
    width: 30%;
    display: inline-block;
    text-align: right;
}

.orders .orders-item__status.status_ok,
.order__time.status_ok {
    color: #06c191;
}

.orders .orders-item__status.status_process,
.order__time.status_process {
    color: #999;
}

.orders .orders-item__status.status_cancel,
.order__time.status_cancel {
    color: #f45057;
}

.orders .track-items__item-image, .orders .track-items__more-items {
    border: 1px solid #aaa;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 45px;
    height: 65px;
}

.orders .track-items__more-items {
    font-size: 18px;
    text-align: center;
    line-height: 65px;
    margin: 0;
}

.orders .orders-item__goods {
    width: 50%;
    display: inline-block;
}

.orders a.order-item__link {
    float: right;
    color: #fff;
    display: block;
    padding: 5px 20px;
    margin-top: 34px;
}


.sale-profile-detail-form{
    padding: 0;
}
.sale-profile-detail-link-list,
.sale-profile-detail-link-list a{
    transition: 0.2s linear color;
    font-size: 18px;
    line-height: 120%;
}
.sale-profile-detail-link-list a{
    border-bottom: 1px dashed var(--main-txt);
    transition: 0.2s;
}
.sale-profile-detail-link-list a:hover{
    color: var(--main-txt);
    border-bottom: 1px dashed transparent;
}
.sale-profile-detail-form .form-group{
    display: flex;
    flex-direction: column;
    align-items: start;
    max-width: 600px;
    margin-bottom: 12px;
}
.sale-personal-profile-detail-form-title-row + .form-group.type{
    flex-direction: row;
    align-items: center;
}
.sale-personal-profile-detail-form-title-row + .form-group.type .sale-personal-profile-detail-form-label{
    font-size: 16px;
    line-height: 120%;
}
.sale-personal-profile-detail-form-label + .col-md-12{
    flex-shrink: 1;
    padding: 0;
}
.sale-personal-profile-detail-form-label + .col-md-12.type-face{
    padding-left: 4px;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
}
.sale-profile-detail-form .form-group .text-md-right{
    text-align: left!important;
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;
    padding: 0;
    width: auto;
    max-width: none;
    flex: 0 0 auto;
}
.sale-personal-profile-detail-form-title-row > h4{
    display: none;
}

.sale-profile-detail-form .form-control:hover,
.sale-profile-detail-form .location-block-wrapper:focus,
.location-block-wrapper .dropdown-block.bx-ui-slst-input-block:hover{
    box-shadow: none;
    border: 1px solid var(--dark-border-gray);
}
.sale-personal-profile-btn-block{
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-top: 24px;
}
.sale-personal-profile-btn-block .btn{

    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    transition: 0.2s!important;
    width: 148px;
}
.btn[name="save"],
.btn[name="apply"]{
    background-color: var(--main_color);
    color: var(--main_text_button);
    margin-right: 12px;
}
.btn[name="save"]:hover,
.btn[name="apply"]:hover{
    background-color: var(--yellow-button-hover);
}
.btn[name="reset"]{
    color: var(--main-txt);
    background-color: var(--border-bottom-gray);
}
.btn[name="reset"]:hover{
    background-color: var(--gray-button-hover);
}
.sale-personal-profile-btn-block .btn:active{
    transform: scale(0.95);
}
@media(max-width: 640px){
    .sale-profile-detail-form .form-group{
        width: 100%;
    }
    .sale-personal-profile-btn-block{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-right: 0;
    }
    .btn[name="save"], .btn[name="apply"]{
        margin: 0 0 12px 0;
    }
    .sale-personal-profile-btn-block .btn{
        width: 100%;
    }
}
.title_box {
    padding: 20px 0;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
}

.basket_wrapper .bx_ordercart .bx_sort_container {
    width: 15%;
    padding-right: 2%;
    float: left;
}

.basket_wrapper .bx_ordercart .bx_sort_container span {
    display: none;
    font-weight: 500;
    color: var(--main_text_black);
    margin-top: -40px;
}

.basket_wrapper .bx_ordercart .bx_sort_container a {
    text-shadow: none;
    box-shadow: none;
    margin-left: 0;

    width: 100%;
    font-weight: 300;
    background: none;
    font-size: 14px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: block;
    padding: 0 10px;
    color: var(--main_text_black);
}

.basket_wrapper .bx_ordercart .bx_sort_container a:hover {
    background: none;
}

.basket_wrapper .bx_ordercart .bx_sort_container a.current, .basket_wrapper .bx_ordercart .bx_sort_container a.current:hover {
    color: #fff;
    cursor: default;
}

#basket_items_list, #basket_items_delayed, #basket_items_subscribed, #basket_items_not_available {
    margin-left: 15%;
    width: 85%;
    margin-top: 10px;
}

.basket_wrapper .bx_ordercart .bx_ordercart_order_table_container {



    border: 0;
}

.basket_wrapper .bx_ordercart .bx_ordercart_order_table_container table thead td {
    font-weight: 300;
}

#col_WEIGHT, .td.weight {
    display: none !important;
}

.basket_wrapper .bx_ordercart .bx_bt_button,
.basket_wrapper .bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout,
.order_wrapper .bx-blue .btn.btn-default {
    text-shadow: none;
    margin-left: -5px;
    transition: .3s ease-out;



    border-color: transparent;
    box-shadow: none !important;
}

.basket_wrapper .bx_ordercart .bx_bt_button:hover,
.basket_wrapper .bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout:hover,
.order_wrapper .bx-blue .btn.btn-default:hover {
    background: #a1787c;
}

.order_wrapper .bx-soa-section-title {
    font-family: inherit;
    font-weight: 300;
    text-transform: initial;
}

.order_wrapper a.bx-soa-info-shower {
    font-weight: 300;
}

.basket_empty {
    text-align: center;
    margin: 50px 0;
    width: 100%;
}

.basket_empty .errortext,
.lk__content-wrapper .errortext {
    font-size: 24px;
    color: #aaa;
}

.basket_empty .go_to-catalog a {
    display: inline-block;
    width: 200px;
    text-align: center;
    padding: 5px 0;
    margin-top: 15px;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.price .mobile_price {
    display: none;
}

.contacts_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.contacts_content .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 25px;
}

.contact_title {
    font-weight: 500;
}

.contacts__adress, .contacts__form {
    flex-grow: 1;
}

.message-form__widget {
    margin-bottom: 10px;
}

.message-form__widget input {
    border: 1px solid #ddd;
    height: 41px;
    color: var(--main_text_black);
    width: 100%;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;

}

.message-form__widget textarea {
    border: 1px solid #ddd;
    outline: none;
    color: var(--main_text_black);
    width: 100%;
    height: 150px;
    padding: 6px 12px;
    font-size: 14px;
    resize: none;
    line-height: 1.42857143;

}

.message-form__widget input::placeholder,
.message-form__widget input:-ms-input-placeholder,
.message-form__widget input:-moz-placeholder,
.message-form__widget input::-webkit-input-placeholder,
.message-form__widget textarea::placeholder,
.message-form__widget textarea:-moz-placeholder,
.message-form__widget textarea:-ms-input-placeholder,
.message-form__widget textarea::-webkit-input-placeholder {
    color: #aaa;
}

.message-form__controls {
    text-align: center;
}

.message-form__controls .message-submit {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.contacts__list .contacts_item {
    margin-bottom: 10px;
}

.contacts__list .contacts_item a {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    position: relative;
}

.contacts__list .contacts_item a:after {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 2px;
    background-color: #aaa;
}

.contacts__list .contacts_phone a {
    font-weight: 900;
}

.contacts__list .contacts_item span {
    display: inline-block;
    vertical-align: middle;
    color: #aaa;
    font-weight: 300;
}

.contacts__list .contacts__adr .title {
    margin-top: 50px;
}

.contacts__list .contacts__adr span {
    color: var(--main_text_black);
    margin: 0;
    font-weight: 500;
}

.map_wrapper div.bx-yandex-map {
    width: 100% !important;
}

.bx-yandex-view-layout{
    height: 100% !important;
}

.ymaps-map{
    height: 100% !important;
}

.delivery-pay_content {
    margin-bottom: 50px;
}

.delivery__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.delivery-pay_content .content__image {
    position: relative;
    height: 0;
    padding-top: 40%;
    margin-top: -35px;
}

.delivery-pay_content .content__image .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.delivery__wrapper .content__text {
    padding-right: 30px;
}

.pay__wrapper .content__text {
    position: relative;
    margin-bottom: 30px;
}

.pay__wrapper h2 {
    font-size: 18px;
    text-transform: none;
    margin-bottom: 25px;
}

.delivery-pay_content .text__inner {
    line-height: 2;
}

.top__text {
    font-size: 18px;
}

.order {
    font-size: 14px
}

.order__title {
    font-size: 22px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 500;
    text-transform: none;
}

.order__time {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
}

.order__info {
    display: table;
    width: 100%
}

.order__info-row {
    display: table-row;
    width: 100%
}

.order__info-cell {
    display: table-cell;
    padding-bottom: 10px;
    width: 80%
}

.order__info-cell_title {
    padding-left: 0;
    width: 20%;
    font-weight: bold;
}

.order__orders {
    border-top: solid 1px #ddd;
    padding-top: 20px;
}

.order__payments {
    margin-top: 20px;
    border-top: solid 1px #ddd;
    padding: 15px 0;
}

.order__price {
    font-size: 16px;
    font-weight: 500;
    display: table;
    width: 100%;
}

.order-list {
    border-top: solid 2px #000;
    font-size: 0;
}

.order-list__header {
    font-weight: 300;
    padding: 10px 20px;
    background: #f5f5f5;
}

.order-list__content {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.order-list__row {
    padding: 10px 0;
}

.order-list__count-column, .order-list__price-column, .order-list__title-column {
    vertical-align: top;
    display: inline-block;
    font-size: 14px
}

.order-list__count-column {
    text-align: center;
}

.order-list__price-column {
    text-align: right;
}

.order-list__title-column {
    width: 60%;
}

.order-list__count-column {
    width: 10%;
}

.order-list__price-column {
    width: 30%;
}

.order-item:after {
    content: '';
    clear: both;
    display: block
}

.order-item__img {
    width: 100px;
    height: 135px;
    float: left;
    overflow: hidden;
}

.order-item__img-pic {
    width: 100px;
    height: 135px;
}

.order-item__info {
    margin-left: 125px;
}

.order-item__returned, .order-item__size, .order-item__art, .order-item__title {
    margin-bottom: 5px;
}

.order-item__title {
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.order-item__price {
    margin-bottom: 5px;
}

.order-item__price_total {
    font-weight: 300;
}

.order__main-info {
    margin-bottom: 15px;
}

.order__widget_description {
    margin-top: 5px;
}

.order__price-total {
    vertical-align: middle;
}

.order__main-info + .order__info {
    border-top: solid 1px #ddd;
    padding-top: 15px;
}

.order-items__review, .review__btn {
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px;
    color: #fff;
    padding: 5px 20px;
    cursor: pointer;
}

.order-items__review span {
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.rev__form_review {
    display: none;
    width: 500px;
    height: 410px;
    padding: 30px 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2500;
}

.rev__node-left {
    float: left;
    width: 200px
}

.rev__node-body {
    margin-left: 224px;
}

.rev__node-rating {
    background-size: 90px 27px;
    background-position: -3px 0;
    height: 27px;
    width: 90px
}

.rev__write {
    margin: 0 auto;
    vertical-align: baseline
}

.rev__form *, .rev__form :after, .rev__form :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.rev__form_review .close-btn {
    right: -10px;
}

.rev__form-head {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
}

.rev__form-body {
    padding: 0 32px 16px;
}

.rev__cancel {
    margin-right: 18px;
    margin-bottom: 20px;
    vertical-align: baseline;
}

.rev__form-foot {
    padding: 16px 32px;
    text-align: center;
}

.rev__form-foot .review__btn {
    margin: 0;
}

.rev__form-foot .button {
    position: relative;
    z-index: 10;
    background: none;
    border: none;
    font-family: inherit;
    color: #fff;
    font-weight: 300;
}

.rev__form-body-delete {
    line-height: 20px;
    padding-top: 26px;
    padding-bottom: 44px;
}

.rev__form-body-delete p {
    margin-top: 0;
    margin-bottom: 7px;
}

.rev__form-field {
    margin-bottom: 20px;
    text-align: left;
}

.rev__form-label {
    font-weight: 500;
    margin-bottom: 8px;
}

.rev__form-input_text {
    border: 1px solid #999;
    padding: 7px 12px;
    height: 32px
}

.rev__form-input_textarea {
    height: 110px;
    border: 1px solid #ddd;
    font-size: 13px;
    outline: 0;
    resize: none;
    padding: 5px 10px;
    width: 100%;
}

.news-list {
    word-wrap: break-word;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    position: relative;
}

.news-item {
    display: block;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.news-item:nth-child(4n) {
    margin-right: 0;
}

.news-picture__link {
    overflow: hidden;
    display: block;
    background-color: #000;
}

.news-picture__link .picture__wrapper {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 75%;
}

.news-picture__link .preview_picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .3s ease-out;
}

.news-item:hover .preview_picture {
    transform: scale(1.1);
}

.news-date-time {
    display: block;
    position: absolute;
    color: #fff;
    z-index: 10;
    bottom: 0;
    right: 0;
    padding: 5px 10px;
    background: rgba(172, 138, 141, .85);
}

.news-item__container {
    padding: 15px;
}

.news-item__container {
    text-align: center;
}

.news-title__link {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.news-title__link a {
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.news-item__descr {
    font-size: 14px;
    margin-bottom: 25px;
    height: 60px;
    overflow: hidden;
    position: relative;
}

.news-item__descr:after {
    display: block;
    content: '';
    position: absolute;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 53%, rgba(255, 255, 255, 1) 100%);
    height: 35px;
    width: 62px;
    right: 0;
    bottom: -8px;
}

a.news-item__btn {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    padding: 10px 30px;
}

a.news-item__btn span {
    position: relative;
    z-index: 10;
}

.news-detail__image-rel {
    height: 475px;
    margin-bottom: 25px;
    overflow: hidden;
}

.news-detail__image-abs {
    position: absolute;
    width: 100%;
    left: 0;
}

.news-detail__image-wrapper {
    display: block;
    position: relative;
    height: 475px;
}

.news-detail__image {
    width: 100%;
    height: 100%;
}

.news-detail__date {
    margin: 25px 0;
}

.news-detail__wrapper .lk__title-back {
    border: none;
    margin: 0;
}
.bx-filter.bx-blue .bx-ui-slider-pricebar-vd {
    background: var(--main_color);
}
.order_wrapper .bx-soa-item-table {
    margin: 0;
}

.page_404 .number-img {
    background-image: url(/local/templates/flowers/images/404.png);
}

.preloader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
    visibility: visible;
    z-index: 1100;
}

.fast_elem_wrapper {
    position: relative;
    z-index: 15;
    width: 100%;
    max-width: 1300px;
    height: auto;
    margin-right: 8px;
}

.fast_elem_wrapper .timer-and-available {
    padding: 8px 20px 12px;
}

.lego {
    position: relative;
    height: 52px;
    width: 64px;
}

.lego .lego-bricks {
    display: flex;
}

.lego .lego-bricks .block {
    height: 14px;
    width: 16px;
    z-index: 2;
}

.lego .lego-bricks .block.one {
    animation: translate-lego 2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    fill: #C1272D;
}

.lego .lego-bricks .block.two {
    animation: translate-lego 2s cubic-bezier(0, 0.5, 0.5, 1) 0.15s infinite;
    fill: #FBB03B;
}

.lego .lego-bricks .block.three {
    animation: translate-lego 2s cubic-bezier(0, 0.5, 0.5, 1) 0.3s infinite;
    fill: #0071BC;
}

.lego .lego-bricks .block.four {
    animation: translate-lego 2s cubic-bezier(0, 0.5, 0.5, 1) 0.45s infinite;
    fill: #22B573;
}

@keyframes translate-lego {
    0%,
    80%,
    100% {
        transform: translateY(0);
    }
    15%,
    70% {
        transform: translateY(32px);
    }
}

.lego .lego-base {
    bottom: 0;
    fill: rgba(0, 0, 0, 0.2);
    height: 9px;
    position: absolute;
    width: 64px;
    z-index: 1;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50px;
    width: 50px;
}

.mobile-fav, .mobile-menu-title {
    display: none;
}

.spinner-wrap {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 40px;
    width: 53px;
}

.spinner {
    margin: auto;
    margin-top: -100px;
    width: 53px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect1 {
    background: var(--main_color);
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

.spinner .rect2 {
    background: var(--main_color);
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    background: var(--main_color);
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    background: var(--main_color);
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background: var(--main_color);
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.sk-circle {
    background: var(--main_color);
    margin: 100px auto;
    width: 10px !important;
    height: 10px !important;
    position: relative;

    left: -18px;
    -webkit-animation: sk 1.2s infinite ease-in-out !important;
}

@keyframes sk {
    1% {
        top: -15px;

    }
    2% {
        top: 10px;

    }
    5% {
        top: -20px;

    }
    10% {
        left: -10px;

    }
    20% {
        top: -25px;

    }
    30% {
        left: 15px;
        background: var(--main_color);

    }
    35% {
        top: 5px;

    }
    45% {
        top: -5px;

    }
    50% {
        top: -5px;

    }

    60% {
        top: -6px;

    }
    70% {
        top: 6px;

    }
    80% {
        top: 6px;

    }
    60% {
        top: -6px;

    }
}

@media screen and (max-width: 1366px) {
    .top-nav-banner-item .card-title {
        font-size: 16px;
    }
}

.api_modal .api_modal_loader .api_spinner {
    animation: loader 5s linear infinite;
}

@keyframes loader {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nano > .nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.nano > .nano-content:focus {
    outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
    display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
}

.nano > .nano-pane {
    background: rgba(0, 0, 0, .25);
    position: absolute;
    width: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden \9;
    opacity: .01;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;



}

.nano > .nano-pane > .nano-slider {
    background: #444;
    background: rgba(0, 0, 0, .5);
    position: relative;
    margin: 0 1px;



}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
    visibility: visible \9;
    opacity: 0.99;
}

.header-top-line .col-left {
    display: flex;
    align-items: center;
}

.header-top-line .col-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.address .address_title {
    line-height: 1;
}

.address .address_title span {
    font-weight: 400;
    line-height: 1;
    font-size: 12px;
}

.search_wrapper {
    min-width: 300px;
}

.product-detail-preview {
    overflow: auto !important;
}

.btn {

}

.product_card-flags .product-item-label-ring{
    background-color: var(--flag-of-day);
}
.product_card-flags .flag-item, .product_card-flags .product-item-label-ring{
    display: flex;
    align-items: center;
    text-align: center;
    padding: 4px 6px;
    border-radius: max(calc(var(--krayt_radius_large) - 4px), 0px);
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.56px;
    height: 22px;
    width: fit-content;
    color: #fff;
    white-space: nowrap;
}
.product_card-flags .flag-item span,
.product_card-flags .product-item-label-ring span {
    color: currentColor;
}
.product_card-flags .flag-item.flag-action{
    border: 1px solid var(--def-action-color);
    background-color: #fff;
    color: var(--def-action-color);
    position: relative;
    cursor:pointer;
    pointer-events: all;
}
.product_card-flags .flag-item.flag-action .info-text-wrap{
    position: absolute;
    top: 25px;
    padding: 16px;
    background: #fff;

    border: 1px solid #E6E9F0;
    box-shadow: 0px 0px 20px 0px rgba(118, 118, 132, 0.25);
    width: 310px;
    left: -1px;
    opacity: 0;
    pointer-events: none;
    z-index: 20;
    transition: 0.2s all linear;
    font-size: 12px;
    font-weight: 300;
    line-height: 140%;
    color: var(--main-txt);
    white-space: normal;
}
.product__slider .product_card-flags .flag-item.flag-action .info-text-wrap{
    width: 186px;
    left: -1px;
}
.tiles .product_card-flags .flag-item.flag-action .info-text-wrap{
    width: 240px;
    left: -1px;
}

.tiles .product_card-flags .flag-item.flag-action .info-text-corner,
.product__slider .product_card-flags .flag-item.flag-action .info-text-corner{
    left: 30px;
}
.tiles .product_card-flags .flag-item.flag-action .info-text,
.product__slider .product_card-flags .flag-item.flag-action .info-text{
    font-size: 13px;
}
.product_card-flags .flag-item.flag-action .info-text-corner {
    width: 12px;
    height: 12px;
    background: #fff;

    transform: rotate(45deg);
    position: absolute;
    top: -6px;
    left: 15px;
    border-left: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    opacity: 0;
    transition: 0.2s all linear;
}
.product_card-flags .flag-item.flag-action .info-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    text-align: left;
}
.product_card-flags .flag-item.flag-action:hover .info-text {
    opacity: 1;
    transition: 0.2s all linear;
}
.product_card-flags .flag-item.flag-action:hover .info-text-wrap,
.product_card-flags .flag-item.flag-action:hover .info-text-corner {
    opacity: 1;
}

@media (max-width: 500px){
    .tiles .product_card-flags .flag-item.flag-action .info-text-wrap{
        width: 150px;
        left: -1px;
        top: 16px;
        padding: 6px;
    }
    .tiles .product_card-flags .flag-item.flag-action .info-text{
        font-size: 12px;
    }
    .tiles .product_card-flags .flag-item.flag-action .info-text-corner{
        left: 14px;
    }
    .columns .product_card-flags .flag-item.flag-action .info-text-wrap{
        max-width: 280px;
        top: 18px;
        padding: 6px;
    }
    .columns .product_card-flags .flag-item.flag-action .info-text-wrap .info-text{
        font-size: 12px;
    }
}

.product-item-detail-gallery .product_card-flags {
    right: 0;
}

.product-detail-sku-container .product-item-scu-item-text-block {
    padding: 3px 12px;
    outline: 0;

}

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    outline-width: 0px;
}

.product-item-scu-item-text-block {
    outline: none;
}

.top-catalog-menu-title {
    position: relative;
    width: 206px;
}

.product_item_name_box .rating_item {
    display: flex;
    align-items: center;
    line-height: 1;
    margin: 10px 0 26px;
}

.product_item_name_box .rating_item .count_rating {
    font-size: 12px;
    color: #6c6c6c;
    margin-left: 6px;
    line-height: 12px;
    font-weight: 500;
    position: relative;
}


.title_box h1 {
    font-size: 50px;
    font-weight: 800;
    line-height: 110%;
    letter-spacing: -2px;
    margin-bottom: 40px;
}

.back_link .btn-primary {
    background-color: var(--main_color);
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    width: 310px;
    height: 56px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

@media (max-width: 460px){
    .back_link .btn-primary {
        width: 210px;
    }
    .page_404 .title_404{
        font-size: 28px;
        line-height: 120%;
    }
    .page_404 .content_404{
        font-size: 14px;
    }
}

.embed-responsive-16by9::before {
    padding: 0 !important;
    height: 482px;
}

.fast_wrapper .main-button-container .btn-subscribe {
    display: none;
}

.fast_wrapper .button-quantity-col .row .col-auto {
    flex-direction: row-reverse;
    align-items: center;
}

.fast_wrapper .button-quantity-col .row .col-auto .quantity-block {
    margin-right: 15px;
}

.bx-nav-list .hidden-xs {
    flex-direction: row;
    align-items: center;
}

.social_network {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.social_network_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
}

.social_network_item a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.social_network_item {
    margin-right: 8px;
}

.social_network_item a {
    background: #AEB1B8;

}

.social_network_item a:hover {
    background: var(--main_color);
}

.next_product {
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 15px;
    display: flex;
}

.product__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.catalog_sort_row {
    position: relative;
}


label {
    font-weight: normal;
}

.open-filter-wrp .btn-primary {
    color: #fff;
}

.open-filter-wrp .btn-primary:hover {
    color: #fff;
    background-color: var(--main_color_hover);
}

.open-filter-wrp .btn-primary:active,
.open-filter-wrp .btn-primary:focus {
    background-color: var(--main_color_active);
}

.btn-primary {
    color: #fff;
    border: none;
}

.header-top .top-icon-box {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.header-top .top-icon-box a {
    font-weight: 500;
}

.header-top-line .address {
    margin-top: 7px;
    opacity: 0;
}

.header .navigation ul li.navigation_item a.navigation-link:after,
.header .header__sublist ul.sublist li.sublist__item a.sublist__item-link:after {
    background-color: var(--main_color);
}

.header .navigation ul li.navigation_item.hover a.navigation-link {
    color: var(--main_color);
}

.header .header__sublist ul.sublist li.sublist__item.alls a.sublist__item-link {
    color: var(--main_color);
}

.header .icon-box_item.open-in .icon-txt {
    color: var(--main_color);
}

.header .go_to a.bg_none:hover {
    color: var(--main_color);
}

.account-form .login-link {
    color: var(--main_color);
}


textarea:focus, input[type=password]:focus, input[type=text]:focus, .form-control:focus, .ec-input-param:focus {
    border-color: var(--main_text_black);
}

.sale-order-payment-change-pp-company:hover .sale-order-payment-change-pp-company-graf-container {
    border-color: var(--main_color);
}

.sale-accountpay-pp-company.bx-selected .sale-accountpay-pp-company-graf-container {
    border-color: var(--main_color);
}

.btn-primary, .api_button_primary, .popup-window-buttons .btn-buy {
    background-color: var(--main_color);
    color: var(--main_text_button) !important;

    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s all linear !important;
    cursor: pointer;
}

.btn-not-avaliable .btn.disabled {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 56px;
    background: var(--main_bg_gray);
}

.btn-green-border, .popup-window-buttons .btn-buy:first-child {
    border: 1px solid var(--main_color);
    color: var(--main_text_black);
    cursor: pointer;
    transition: 0s;
}

.btn-green-border:focus,
.popup-window-buttons .btn-buy:first-child:focus {
    border: 1px solid var(--main_color);
    background-color: unset;
}

.btn-green-border:hover,
.popup-window-buttons .btn-buy:first-child:hover {
    background-color: var(--main_color);
    border-color: var(--main_color);
    color: var(--main-txt);
}

.btn-green-border.main-user-consent-request-popup-button.main-user-consent-request-popup-button-rej {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    transition: 0.2s all linear;
}

.btn {
    font-size: 14px;
}

.popup-window-buttons .btn-buy:first-child:active {
    transform: scale(0.95);
}

.popup-window-buttons .btn-buy:first-child:focus {
    background-color: var(--yellow-button-hover);
}

.link-green-border {
    display: inline-block;
    line-height: 130%;
    font-size: 14px;
    color: var(--blue-link)!important;
    border-bottom: 1px solid transparent;
    transition: 0.2s all linear;
}

.link-green-border:hover {
    border-bottom: 1px solid var(--blue-link);
}

.link-green-border span {
    margin: 0 10px;
    font-size: 14px;
}

.link-green-border:hover span {
    animation: arrow_move 1s infinite;
}

.btn-primary:hover {
    transition: 0.2s all linear !important;
    background-color: var(--yellow-button-hover);
    border: none;
}

.btn-primary:active, .btn-primary.active {
    transition: 0.2s all linear !important;
    background-color: var(--yellow-button-active);
    border: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}


.link-green-border:hover i {
    fill: var(--main_color_hover);
    animation: arrow_move 1s infinite;
}

@keyframes arrow_move {
    0% {
        transform: translate(0px, 0);
    }
    50% {
        transform: translate(5px, 0);
    }
    100% {
        transform: translate(0px, 0);
    }
}

.header-phone a:hover {
    color: var(--main_color_hover);
}

.footer-phone a:hover {
    color: var(--main_color_active);
}

.header-phone a:active,
.header-phone a:focus {
    color: var(--main_active_red);
}

.owl-carousel .owl-nav button span {
    background: #fff;
}

.info-card .tt-info-box:hover {
    border-color: var(--main_color);
    background-color: var(--main_color);
}

.btn_mask {
    background-color: var(--main_color);
}

.btn_mask:active {
    background-color: var(--main_color);
}

.btn_mask:before {
    border: 1px solid var(--main_color);
}

.btn_mask:after {
    background: var(--main_color);
}

.btn_mask:hover:after {
    background-color: var(--main_color);
}

.set_container .set_image__wrap span.number {
    background-color: var(--main_color);
}

.set_container label.set_check-in.active span:before,
.set_container div.set_check-in span:before {
    color: var(--main_color);
}

.api_form .api_controls label input[type=checkbox]:checked + .api-rules-text:after {
    color: var(--main_color);
}

.product_card_fast .go_to_card a:hover {
    border-bottom-color: var(--main_color);
    color: var(--main_color);
}

.feedback-btn {
    border: solid 1px var(--main_color);
    color: var(--main_color);
}

.feedback-btn:hover {
    border: solid 1px var(--main_color_hover);
    background-color: var(--main_color_hover);
    color: #fff;
}

.feedback-btn:active,
.feedback-btn:focus {
    border: solid 1px var(--main_color_active);
    background-color: var(--main_color_active);
    color: #fff;
}

.footer ul.navigation li a:after {
    background-color: var(--main_color);
}

.footer ul.navigation li a:hover {
    color: #727272;
    transition: 0.2s all linear;
}

.hamburger {
    color: var(--main_color_hover);
}

.hamburger .line, .hamburger .line:after, .hamburger .line:before {
    background-color: var(--main_color);
}

.orders-history-link a {
    color: var(--main_color);
    border-bottom: 1px solid var(--main_color);
}

.form__widget_birthday .form__widget-box .calendar-icon:active {
    color: var(--main_color);
}

.form__widget_birthday .form__widget-box a.calendar-icon-hover {
    color: var(--main_color);
}

.account-form ul.tabs_gender li.tabs__item input[type="radio"]:checked + label {
    background-color: var(--main_color);
}
.account-form ul.tabs_gender li.tabs__item input[type="radio"]:checked + label span{
    color: var(--main_text_button);
}

.orders .orders-item__id:hover {
    color: var(--main_color);
}

.orders a.order-item__link {
    background-color: var(--main_color);
}

.basket_wrapper .bx_ordercart .bx_sort_container a:hover {
    border: 1px solid var(--main_color);
}

.basket_wrapper .bx_ordercart .bx_sort_container a.current, .basket_wrapper .bx_ordercart .bx_sort_container a.current:hover {
    background: var(--main_color);
    border: 1px solid var(--main_color);
}

.basket_wrapper .bx_ordercart .bx_bt_button,
.basket_wrapper .bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout,
.order_wrapper .bx-blue .btn.btn-default {
    background: var(--main_color);
}

.basket_wrapper .bx_ordercart .bx_bt_button:active,
.basket_wrapper .bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout:active,
.order_wrapper .bx-blue .btn.btn-default:active {
    background: var(--main_color);
}

.order_wrapper .bx-soa-section-title-count {
    border-color: var(--main_color);
}

.order_wrapper a.bx-soa-info-shower {
    color: var(--main_color);
}

.bx_ordercart .bx_ordercart_coupon input:focus {
    border-color: var(--main_color);
}

.message-form__widget input:focus, .message-form__widget textarea:focus {
    border-color: var(--main_color);
}

.order-item__img {
    border: 1px solid var(--main_color);
}

.order_wrapper .form-group .form-control:focus {
    border-color: var(--main_color);
}

.loader span:first-child {
    border-bottom: 5px solid var(--main_color);
}

.wrapper-select-block .select-block {
    border: none;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: max(calc(var(--krayt_radius_large) - 4px), 0px);;
}

.wrapper-select-block {
    transition: all .3s;
    border-radius:max(calc(var(--krayt_radius_large) - 4px), 0px);;
}

h2 {
    color: var(--main_text_black);
}

.main_content {
    position: relative;
}

.catalog_and_menu .navigation .navigation_item {
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 55px;
}

.catalog_and_menu .navigation .navigation_item:first-child {
    margin-left: 40px;
}

.catalog_and_menu .navigation .navigation_item:last-child {
    margin-left: 209px;
    position: relative;
}

.catalog_and_menu .navigation .navigation_item:last-child .navigation-link {
    position: relative;
}

.catalog_and_menu .navigation .navigation_item:last-child .navigation-link::before {
    position: absolute;
    top: 50%;
    left: -35px;
    transform: translate(0, -52%);
    content: '';
    background: url("/local/templates/flowers/images/icons/stocks-header.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 23px;
    height: 13px;
}

.catalog_and_menu .navigation .navigation_item::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--main-txt);
    transition: .3s all ease;
}

.catalog_and_menu .navigation .navigation_item:hover:before {
    width: 100%;
}

.catalog_section_list h2{
    font-style: normal;
    margin-bottom: 50px!important;
    font-size: 50px;
    font-weight: 800;
    line-height: 55px;
    letter-spacing: -0.04em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.catalog-desc{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
}
.catalog-desc h1, .catalog-desc h2, .catalog-desc h3, .catalog-desc h4, .catalog-desc h5, .catalog-desc h6{
    margin-top: 20px;
    margin-bottom: 20px;
}
.catalog-desc h1{
    font-weight: 500;
    font-size: 30px;
}
.catalog-desc h2{
    font-size: 24px;
    line-height: 28px;
}
.catalog-desc h3{
    font-size: 22px;
}
.catalog-desc h4{
    font-size: 20px;
}
.catalog-desc h5{
    font-size: 18px;
}
.catalog-desc b{
    font-weight: 700;
}
.catalog-desc ul,
.catalog-desc ol{
    line-height: 2;
}
.catalog-desc ul li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 1;
    bottom: 0;
    right: 0;
    margin: auto 0;
    background-color: var(--main_color);

}
.catalog-desc li{
    position: relative;
    padding-left: 25px;
    margin: 5px 0;
}
.catalog-desc ol{
    counter-reset: myCounter;
    margin-left: 0;
}
.catalog-desc ol li{
    padding-left: 35px;
}
.catalog-desc ol li:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    color: var(--main_text_button);
    font-weight: 500;
    text-align: center;
    z-index: 1;
    bottom: 0;
    right: 0;
    margin: auto 0;
    background-color: var(--main_color);

    counter-increment: myCounter;
    content: counter(myCounter);
}
.catalog-desc hr{
    border-top: 1px solid #F0F0F0;
}

.top_menu {
    display: flex;
    align-items: center;
    height: 75px;
    border-bottom: 1px solid #E1E1E1;
}

.header svg.header_sale-icon {
    fill: var(--main_text_button);
}

.top_menu-email {
    margin-right: 25px;
}

.top_menu-email .top_email a {
    font-size: 12px;
    line-height: 15px;
    color: var(--main_font_color);
    transition: .3s;
}

.top_menu-email .top_email:hover a {
    color: var(--main_color);
}

.auth-svg {
    margin-right: 13px;
}


.krayt-footer-bottom {
    display: flex;
}

.footer-bottom {
    width: 100%;
}

.footer_bottom_wrapper {
    display: flex;
}

.footer_bottom_wrapper .wrapper-inner{
    border-top: 1px solid #ccc;
}


.main_full_banner {
    padding-top: 30px;
    padding-bottom: 50px;
}

@media (min-width: 1024px) {
    .main_full_banner img {
        max-height: 252px;
    }
}

@media (min-width: 1367px) {
    .main_full_banner img {
        max-height: 351px;
    }
}

.main_full_banner a {
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.main_full_banner img {
    width: 100%;
    transition: .5s;
    transform: scale(1);

}

.main_full_banner a:hover img {
    transform: scale(1.03);
}

.wrapper-inner.wrapper-main .wrapper-main_container {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.main_content {
    background-image: none;
    background-repeat: repeat;
    background-size: 100%;
}

.main_content.main_page {
    padding-bottom: 0;
    background-color: #fff;
}

.account-form .form__widget:nth-child(2) {
    margin-bottom: 0px;
}

.popup-window-buttons {
    padding-top: 0px;
}

.popup-window-buttons .btn.btn-primary.btn-buy.btn-sm:first-child {
    padding: 10px 22px;
    color: var(--main_color);
}

.popup-window-buttons .btn.btn-primary.btn-buy.btn-sm:first-child:hover {
    color: #fff;
}

.slider-viewed.catalog-products-viewed-container .owl-stage-outer {
    padding-bottom: 0px;
}



.bx-filter-popup-result.right .btn-primary {
    padding-left: 15px;
    padding-right: 15px;
}

.bx-filter-param-btn-inline{
    display: flex;
    flex-wrap: wrap;
}

.filter_minus line {
    stroke: var(--main_color);
}

.btn-primary.ajax_reload {
    padding: 10px 15px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block_chose_city {
    display: flex;
    color: var(--main_text_black);
    column-gap: 12px;
    align-items: center;
    height: 100%;
}

.block_chose_city .block_chose_city_icon {
    margin-right: 10px;
}

.block_chose_city_icon svg {
    fill: currentColor;
}

.block_chose_city .button{
    flex-shrink: 0;
}

.bx_pagination_bottom {
    padding-top: 40px;
}

.top .bx_pagination_bottom {
    margin-top: 0;
    margin-bottom: 20px;
}

.col-right .contacts {
    display: flex;
}

.header-top svg {
    vertical-align: top;
}

.header-phone_info p {
    color: #666666 !important;
    text-align: left;
    line-height: 16px;
}

.popup-window-buttons .btn-buy:last-child {
    color: #fff;
    padding-top: 11px;
    padding-bottom: 11px;
}

.popup-window-buttons .btn-buy:last-child:hover {
    background-color: var(--yellow-button-hover);
}

.popup-window-buttons .btn-buy:last-child:active {
    transform: scale(0.95);
}

.search-page .search_wrapper {
    min-width: 100%;
    max-width: 100%;
}

.search-page .search_wrapper .search__input{
    font-size: 14px;
}

.search-language-guess{
    color: #808080;
    margin-top: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.search-language-guess .link{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.header-phone #bx_incl_area_7 {
    display: flex;
    align-items: center;
}

.btn:active, .btn.active {
    box-shadow: none !important;
}

.bx-context-toolbar-empty-area {
    min-height: 12px;
    min-width: 12px;
}

.footer-top {
    display: flex;
    column-gap: 20px;
    row-gap: 50px;
}

.footer-item{
    padding: 60px 0 50px;
    flex: 1 0;
}

.footer-content .block_chose_city{
    padding: 0;
    border: none;
}

.navigation-box.social {
    display: flex;
    flex-direction: column;
}

.navigation-box.social .navigation{
    margin-top: 4px;
    display: flex;
    column-gap: 12px;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    overflow-x: hidden;
}

.footer {
    margin-top: auto;
    position: relative;
    z-index: 0;
}

.footer-wrapper {
    margin-top: 50px;
    background-color: var(--main_bg_gray);
}

.lds-dual-ring {
    width: 20px;
    height: 20px;
    border-radius:50%;
    position: relative;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
    margin: auto;
}

.lds-dual-ring:after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius:50%;
    border: 2px solid currentColor;
    -webkit-animation: prixClipFix 2s linear infinite;
    animation: prixClipFix 2s linear infinite;
}

.lds-dual-ring.large{
    width: 50px;
    height: 50px;
    border-radius:50%;
}

.lds-dual-ring.large:after{
    border: 4px solid currentColor;
    border-radius:50%;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }
    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }
    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }
    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
    }
    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
    }
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

div.page_404 .number .embed-responsive {
    max-width: 1300px;
}

.main-user-consent-request-announce.checked:before {
    background: url(/local/templates/flowers/images/icons/check-symbol.svg) no-repeat center;
    background-size: contain;
    border: none;

}

.goods_icon-counter {
    font-weight: 700;
}

.catalog__list .catalog-section-descr{
    margin-bottom: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.catalog-section-descr {
    margin-top: 80px;
}

.product__list {
    display: flex;
    gap:20px;
}

.product__list .product-item-container{
    width: calc(25% - 15px);
}

.product__list.lines, .product__list.strip_lines {
    grid-template-columns: 1fr;
}

.product__list.lines {
    grid-gap: 0;
}

.product-item-detail-slider-image a {
    position: static;
}

.mt2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--main_text_button);
}
.swiper-slide {
    flex-shrink: 0;
    max-width: 100%;
    transition-property: initial !important;
}
.catalog-sb-area {
    height: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    top: 130%;
    right: calc(100% - 33px);
    width: 352px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .17);
    background-color: #fff;
    z-index: 100;
}

.catalog-sb-area.active {
    height: auto;
    overflow: visible;
    padding: 20px 16px;
}

.buttons_share {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.catalog-sb-item {
    display: flex;
    min-width: 80px;
}

.catalog-sb-item.fb {
    margin-left: -15px;
}

.catalog-sb-item.fb + .catalog-sb-item.tw {
    margin-left: -13px;
}

.catalog-sb-item:not(:last-child) {
    margin-right: 5px;
}

.button_vk_share {
    display: flex;
    height: 20px;
    font-size: 11px;
    align-items: center;
    justify-content: center;
    padding: 3px 10px;
    background-color: #4c75a3;
    color: #fff;

    font-weight: 500;
    cursor: pointer;
    width: 100%;
}

.button_vk_share i {
    font-size: 14px;
    margin-right: 5px;
    color: #fff;
}

.button_vk_share a {
    color: #fff;
    position: relative;
    top: 0px;
}

.button_vk_share a:hover {
    color: #fff;
}

.button_vk_share:hover {
    background-color: #406289;
}

.catalog-sb-item + .vk a {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.sharing__corner {
    position: absolute;
    top: 5px;
    right: 20px;
    width: 20px;
    height: 20px;
}

.sharing__corner:before {
    content: "";
    width: 40px;
    height: 25px;
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: #fff;
    z-index: 10;
}

.sharing__corner:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .17);
    background-color: #fff;
    z-index: 5;
}

.sharing__link {
    width: 320px;
    height: 52px;
    border: 1px solid #eaeaea;
    padding: 0 16px;
    position: relative;
    z-index: 12;
}

.buttons_share + .sharing__link {
    margin-top: 14px;
}

.sharing__link-placeholder {
    font-size: 11px;
    line-height: 1;
    letter-spacing: normal;
    color: #83878d;
    margin-top: 10px;
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sharing__link input {
    width: 100%;
    line-height: 1;
    color: #28282a;
    border: 0;
    margin: 0 0 5px;
    outline: none;
    font-size: 15px;
    padding: 0px;
}

.catalog-sb-item .fb-like {
    height: 20px;
}

.share-wrapper {
    position: relative;
}

.share:hover svg {
    fill: #8D8D8D;
}

.share:hover span {
    color: #8D8D8D;
}

.popup-window .popup-window-titlebar {
    height: auto;
}

.cartline-wrapper {
    margin-right: -32px;
}

.cartline-wrapper .cartline-list {
    max-height: 45vh;
    padding-right: 30px;
}

.cartline-wrapper .cartline-list p {
    font-size: 20px;
    color: var(--main_text_black);
    text-align: center;
    margin: 30px 0 30px 10px;
}

.cartline-wrapper .cartline-list__list-item--header{
    display: none;
}

.cartline-list__item-img {
    width: 80px;
}

.cartline-list__item-name {
    width: 30%;
    max-height: 60px;
}

.cartline-list__item-name .product-link{
    width: 100%;
    font-weight: 400!important;
    font-size: 14px;
    line-height: 140%;
    color: var(--main_text_black);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: auto;
    transition: 0.2s;
}

.cartline-list__item-name a span {
    color: var(--main-txt);
    transition: 0.2s color;
}
.cartline-list__item-name a:hover span {
    color: var(--main_active_red);
}

.cartline-list__item-price, .cartline-wrapper .basket-item-block-amount, .cartline-list__item-quantity {
    width: 21%;
    text-align: center;
}

.cartline-list__item-price{
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.cartline-list__item-price .cartline-list__item-price-base,
.cartline-list__item-cost .cartline-list__item-cost-base{
    color: var(--old-price-gray);
    text-decoration: line-through;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
}
.cartline-list__item-price .cartline-list__item-price-current,
.cartline-list__item-cost .cartline-list__item-cost-current{
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    color: var(--main-txt);
}

.cartline-wrapper .basket-item-block-amount {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cartline-wrapper .basket-item-block-amount .el-amount{
    width: 120px;
}

.cartline-list__item-cost {
    width: 19%;
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.cartline-list__item-img-link {
    display: block;
    width: 64px;
    height: 64px;

}

.cartline-list__item-img-img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

.cartline-list__list-item {
    padding: 24px 0;
    border-bottom: 1px solid #E6E9F0;
}

.cartline-wrapper .basket-item-block-amount > div {
    display: inline-flex;
    background-color: var(--main_bg_gray);

    padding: 5px;
}

.basket-item-amount-filed-block input {
    border: none;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    background-color: var(--main_bg_gray);
    color: var(--main_text_black);
    height: 38px;
    width: 30px;
    line-height: 38px;
    padding: 0;
}

.basket-item-amount-btn {
    width: 24px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: var(--main_bg_gray);

}

.basket-item-amount-btn:first-child svg {
    stroke: currentColor;
}

.basket-item-amount-btn:last-child svg {
    fill: currentColor;
}

.basket-item-amount-btn:hover {
    transition: 0.2s all linear;
    background-color: var(--border-bottom-gray);
}
.basket-item-amount-btn:active {
    transition: 0.2s all linear;
    background-color: var(--active-edit-quantity);
}
.basket-item-amount-btn.disabled:hover,
.basket-item-amount-btn.disabled:active {
    background: var(--main_bg_gray);
}
.basket-item-amount-filed-block, .cartline-list__item-cost {
    user-select: none;
}
.basket-item-amount-btn.disabled {
    cursor: default !important;
}

.basket-item-amount-btn.disabled svg {
    opacity: 0.4;
}
.cartline-list__servicese_wrp{
    margin-top: 24px;
}
.cartline-list__servicese_wrp.open .cartline-list__servicese_title{
    margin-bottom: 16px;
}
.cartline-list__servicese_title{
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-left: 80px;
    transition: 0.3s ease;
}
.cartline-list__servicese_title span{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    transform: rotate(180deg);
    transition: 0.3s;
}
.cartline-list__servicese_wrp.open .cartline-list__servicese_title span{
    transform: rotate(0deg);
}
.cartline-list__servicese_title span svg{
    vertical-align: middle;
}
.cartline-list__services .basket-item-block-amount{
    font-size: 14px;
    font-weight: 500;
}
.cartline-list__services{
    display: flex;
    justify-content: space-between;
}
.cartline-list__services_items{
    height: 0;
    overflow: hidden;
    transition: 0.3s;
}
.cartline-list__services_name{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 15px;
    width: 30%;
}
.cartline-list__services .current-price{
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
}
.cartline-list__services_name .ios-radio{
    margin-right: 12px;
}

.cartline-list__final-cost {
    padding: 40px 0 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.cartline-list__final-cost span:first-child {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: var(--main_text_black);
    margin-right: 16px;
}

.cartline-list__final-cost span.sale-price {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: var(--main_text_black);
}
.cartline-list__final-cost span.old-price {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: var(--main_text_gray);
    text-decoration: line-through;
    margin-left: 8px;
}
.popup-window-buttons {
    padding: 0 30px 44px;
    text-align: end;
}

.popup-window-buttons .cartline-button {
    padding: 0;
    width: 212px;
    height: 44px;
    border: 1px solid var(--main_text_black);
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    box-shadow: none;
    transition: 0s;

    user-select: none;
    margin: 0;
}

.popup-window-buttons .cartline-button:last-child {
    margin-left: 12px;
}

.popup-window-buttons .cartline-button:hover {
    background-color: var(--main_color_hover);
    border: 1px solid var(--main_color_hover);
}

.popup-window-buttons .cartline-button:first-child {
    background-color: #fff;
}

.favorite-element-container .favor-delete-btn,
.favorite-element-container .catalog-link {
    width: auto;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: var(--main_text_button) !important;
    user-select: none;
    cursor: pointer;
    padding: 0 15px;
    transition: 0.2s all linear;
    max-width: 200px;
}.favorite-element-container .favor-delete-btn span{
     color: var(--main_text_button);
 }
.favorite-element-container .favor-delete-btn{
    margin-top: 48px;
}
.favorite-element-container .favor-delete-btn:hover,
.favorite-element-container .catalog-link:hover {
    transition: 0.2s all linear;
    background-color: var(--yellow-button-hover);
}

.favorite-element-container .favor-delete-btn:active:hover,
.favorite-element-container .catalog-link:active:hover {
    transition: 0.2s all linear;
    transform: scale(0.95);
}

.favorite-element-container .limit_and_view {
    display: none;
}

.filter-and-catalog-list .show-more-btn {
    width: 100%;
    margin-top: 20px;

    padding: 15px 0;
    height: 46px;
    color: #1B1B1B !important;
    border-color: #DEDEDE !important;
}
.filter-and-catalog-list .show-more-btn:hover{
    border-color: #B9B9B9 !important;
}
.filter-and-catalog-list .show-more-btn:active{
    border-color: #B9B9B9 !important;
    background-color: #F6F6F6;
}
.filter-and-catalog-list .show-more-btn .lds-dual-ring:after{
    border-color: #252525;
    border-radius:50%;
}


.popup-window.basket-error {
    max-width: calc(100% - 20px);
    padding: 60px 40px 40px;
    background: #FFFFFF;
    box-shadow: 0px 12px 24px rgb(0 0 0 / 20%);

}

.popup-window.basket-error svg {
    display: block;
    margin: 0 auto 38px;
}

.popup-window.basket-error .popup-window-buttons {
    padding: 0;
    margin-top: 20px;
}

.popup-window.basket-error .btn-buy {
    margin: 0 auto;
    height: 50px;
    width: 100%;

    border: none;
}

.header-top .contacts {
    display: flex;
}


.navigation-container {
    display: none;
}
.burger-mask {
    position: fixed;
    top: 0;
    z-index: 1500;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    pointer-events: none;
    transition: .3s ease;
}

.burger-mask.active {
    opacity: 1;
    pointer-events: auto;
}

.burger-menu {
    width: 80%;
    height: 100%;
    max-width: 400px;
    overflow: hidden;
    position: fixed;
    z-index: 2000;
    top: 0;
    background: #fff;
    transform: translateX(-100%);
    transition: .3s ease;
}

.burger-menu-content-wrap {
    width: 100%;
    height: 100%;
    padding: 15px 10px 30px;
    overflow: auto;
    overflow-x: hidden;
}

.burger-menu.active {
    transform: translateX(0);
}

.burger-menu button {
    background: none;
    height: auto;
    width: auto;
    padding: 0 6px;
}

.burger-menu svg {
    transition: .3s ease;
}

.burger-menu .navigation a {
    font-size: 16px;
    line-height: 36px;
    display: block;
}

.burger-auth {
    display: flex;
    padding-bottom: 20px;
}

.burger-auth a {
    color: var(--main-txt);
    padding-right: 20px;
    font-weight: 500;
    font-size: 14px;
    align-items: flex-end;
    width: auto;
}

.burger-auth a:last-child {
    padding-left: 20px;
    padding-right: 0;
    align-items: flex-start;
    border-left: 1px solid #dfdfdf;
}

.burger-static-menu {
    width: 100%;
    padding-top: 8px;
    border-top: 1px solid #dfdfdf;
}

.burger-other {
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #dfdfdf;
    margin-top: 10px;
}

.burger-other .contacts {
    display: flex;
    align-items: flex-start;
}

.burger-other .contacts svg {
    display: block;
}

.burger-other .contacts a {
    font-size: 16px;
}

.burger-other .contacts p {
    color: var(--main-txt);
}

.burger-catalog-section-list .burger-catalog-section-list-btn {
    color: var(--main-txt);
    margin-bottom: 10px;
    padding: 5px 10px !important;
    background: #efefef !important;
    border: 1px solid #dfdfdf;
}

.brands_container {
    position: relative;
    overflow-x: auto;
}

.brands_container::-webkit-scrollbar{
    display: none;
}

.brands_wrapper.swiper-wrapper {
    display: grid;
}

.banner div {
    overflow: hidden;
    margin-bottom: 60px;
}

.banner picture {
    display: block;
}

.banner img {
    display: block;
    transition: .3s ease;
}

.banner:hover img {
    transform: scale(1.01);
}

.banner img.mobile {
    display: none;
}

.swiper-button-next svg, .swiper-button-prev svg{
    width: unset;
    height: unset;
}

.swiper-button-next, .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.popup-window-overlay {
    animation: fadeIn 0.3s;
    background: rgba(27, 27, 27, 0.6) !important;
    opacity: 1;
    width: 100% !important;
}

.popup-window.nabor-add-to-basket {
    text-align: center;
    background: #fff;
    box-shadow: 0px 12px 24px rgb(0 0 0 / 20%);

    padding: 60px 40px 40px;
    width: 900px;
    max-width: 900px;
    left: 50%;
    margin-left: -20px;
}
.popup-window.nabor-add-to-basket.small-popup{
    width: 500px;
    max-width: 500px;
}

.popup-window.nabor-add-to-basket .popup_content{
    max-height: 45vh;
    padding-right: 10px;
}

.popup-window.nabor-add-to-basket .popup_title p {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 52px;
}

.popup-window.nabor-add-to-basket .popup_title svg {
    margin-bottom: 38px;
}

.popup-window.nabor-add-to-basket .popup-window-buttons{
    padding: 0;
}
.popup-window.nabor-add-to-basket.small-popup .popup-window-buttons{
    margin-top: 32px;
}

.popup-window.nabor-add-to-basket .popup-window-buttons button{
    width: 100%;
    height: 50px;

    background-color: var(--main_color);
    color: var(--main_text_button);
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    transition: 0.2s;
}

.popup-window.nabor-add-to-basket .popup-window-buttons button.btn-sec,
.popup-window.nabor-add-to-basket .popup-window-buttons button.btn-main{
    width: calc(50% - 12px);
}

.popup-window.nabor-add-to-basket .popup-window-buttons button.btn-sec{
    background-color: var(--border-bottom-gray);
}
.popup-window.nabor-add-to-basket .popup-window-buttons button.btn-sec:hover{
    background-color: var(--gray-button-hover);
}
.popup-window.nabor-add-to-basket .popup-window-buttons button.btn-main:hover{
    background-color: var(--yellow-button-hover);
}
.popup-window.nabor-add-to-basket .popup-window-buttons button:active{
    transform: scale(0.95);
}
.popup-window.nabor-add-to-basket.small-popup button.btn-sec,
.popup-window.nabor-add-to-basket.small-popup button.btn-main{
    width: 100%;
}

.scroll-up-btn {
    width: 50px;
    height: 50px;
    border-radius: var(--krayt_radius_nav);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main_button_color);
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 992;
    bottom: 50px;
    left: 50px;
    cursor: pointer;
    transition: .2s ease;
    opacity: 0;
    pointer-events: none;
    will-change: transform;
}

.scroll-up-btn svg{
    fill: var(--main_text_button);
    border-radius:var(--krayt_radius_nav);
}

.scroll-up-btn.active {
    opacity: 1;
    pointer-events: auto;
    border-radius:var(--krayt_radius_nav);
}

.scroll-up-btn:hover {
    will-change: transform;
    transform: scale(1.05);
    transition: transform .2s ease;
    border-radius:var(--krayt_radius_nav);
}

.scroll-up-btn:active {
    transform: scale(0.95);
    transition: transform .2s ease;
    border-radius:var(--krayt_radius_nav);
}

.lazy-img {
    opacity: 0;
    transition: opacity .2s ease;
}

.bx-touch .fast_elem_wrapper {
    margin-right: 0;
}

.container.banner img {
    height: 150px;
    object-fit: cover;
}


.bx-touch .product_item_buy_box {
    opacity: 1;
    height: auto;
}

.bx-touch .product-item-container.selected .product-item {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.bx-touch .top-icon-box .bx-basket-fixed > a {
    pointer-events: none;
}

.product__list.tiles .border-top-tiles {
    width: 100%;
    height: 1px;
    background-color: #F0F0F0;
    grid-column-start: 1;
}

.product__list.tiles .border-top-tiles.after-fourth {
    grid-column-end: 5;
}

.product__list.tiles .border-top-tiles.after-third {
    display: none;
    grid-column-end: 4;
}

.product__list.tiles .border-top-tiles.after-second {
    display: none;
    grid-column-end: 3;
}

.product__list.tiles .product-item-container:hover .product-item {
    border: 1px solid #EFEFEF;
    box-shadow: 0px 10px 20px 0px rgba(118, 118, 132, 0.15);
    transition: 0.2s all linear;
}

.product__list.tiles .product-item {
    overflow: visible;
    border: 1px solid #DEDEDE;
}



.product__list.tiles .product_item_img {
    width: 100%;
    height: 350px;
}

.product__list.tiles .product-item-price-current span {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.72px;
    line-height: 100%;
}

.product__list.tiles .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.64px;
    margin-bottom: 16px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product__list.tiles .card_article {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: var(--main_text_gray);
    text-align: left;
}

.product__list.tiles .product-item-button-container {
    margin-right: 0;
    height: 46px;
}

.product__list.tiles .product-item-button-container .bx-catalog-subscribe-button{
    width: 100%;
}

.product__list.tiles .product-item-button-container .btn ~ .block_request_quote {
    margin-top: 10px;
}

.btn.product-item-detail-buy-button svg,
.product_item__cart .basket_icon svg {
    fill: currentColor;
}

.product__list .basket_icon.btn.btn-not-avaliable {
    width: 100%;
}

.product__list.tiles .btn.btn-not-avaliable {
    width: 100%;
    padding: 0 20px;

    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.product__list.tiles .product-item-quantity-block {
}

.product__list.tiles .product-item-amount {
    width: 88px;
    height: 48px;
    padding: 5px;

    background-color: var(--main_bg_gray);
}

.product__list.tiles .product-item-amount-field-container {
    display: flex;
    align-items: center;
}

.product__list.tiles .product-item-amount-field-btn-disabled {
    pointer-events: none;
    opacity: 0.4;
}

.product__list.tiles .product-item-amount-field {
    max-width: 35px;
    height: 38px;
    text-align: center;
    background-color: var(--main_bg_gray);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.product__list.tiles .product-icon-action {
    flex-direction: row-reverse;
}

.compare_link svg,
.wishlist_link svg {
    margin-right: 0 !important;
}

@media (hover: hover) {
    .compare_link svg:hover,
    .wishlist_link svg:hover {
        fill: var(--main_text_black);
        transition: 0.2s all linear;
    }
}

.compare_link.active svg,
.wishlist_link.active svg {
    pointer-events: none;
}

.product__list.columns {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, minmax(450px, 1fr));
    padding-top: 40px;
    border-top: 1px solid var(--border-gray);
}

.product__list.columns .product-item {
    padding: 32px;
    overflow: visible;
}

.product__list.columns .product_card-flags {
    position: absolute;
    left: 32px;
    top: 32px;
    flex-direction: column;
}

.product__list.columns .product_item__price {
    align-items: flex-end;
    margin-top: 20px;
    margin-bottom: 16px;
}

.product__list.columns .product-item-price-current {
    margin-right: 8px;
    font-size: 20px;
}

.product__list.columns .product-item-price-old {
    width: unset;
}
.product__list.columns .product_item_measure{
    margin-bottom: 0;
}

.product__list.columns .card_article {
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: var(--main_text_gray);
}
.product__list.columns .product-item-button-container > span{
    width: 100%;
}
.product__list.columns .name {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 16px;
    transition: 0.2s all linear;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product__list.columns .name:hover {
    transition: 0.2s all linear;
    color: var(--blue-link);
}

.product__list.columns .product_item_sku {
    padding-bottom: 8px;
}

.product__list.columns .product_item_sku:last-child {
    padding-bottom: 16px;
}


/*quantity*/
.product__list.columns .product-item-quantity-block {
    margin-right: 12px;
    padding: 0;
}

.product__list.columns .product-item-amount {
    width: 88px;
    height: 48px;
    padding: 5px;

    background-color: var(--main_bg_gray);
}

.product__list.columns .product-item-amount-field-container {
    display: flex;
    align-items: center;
}

.product__list.columns .product-item-amount-field {
    max-width: 35px;
    height: 38px;
    text-align: center;
    background-color: var(--main_bg_gray);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}


@media(hover:hover){
    .product__list.columns .product-item-amount-field-btn-minus:hover,
    .product__list.columns .product-item-amount-field-btn-plus:hover {
        transition: 0.2s all linear;
        background-color: var(--border-bottom-gray);
    }
}

.product__list.columns .product-item-amount-field-btn-minus:active,
.product__list.columns .product-item-amount-field-btn-plus:active {
    transition: 0.2s all linear;
    background-color: var(--active-edit-quantity);
}

.product__list.columns .product-item-amount-field-btn-disabled {
    pointer-events: none;
}

.product__list.columns .basket_icon {
    width: 100%;
    padding: 0 32px;
    height: 48px;
}

.product__list.columns .product-icon-action {
    right: 32px;
    top: 32px;
}

/*icons*/
.product__list.columns .product_item__ico {
    margin-left: 15px;
}

.product__list.columns .product-item-button-container {
    margin-right: 0;
}

/*Toasify*/
.container-toast{
    z-index: 10001;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 160px;
    width: calc(100% - 32px);
    max-width: 1300px;
}

.toast{
    position: relative;
    max-width: 360px;
    width: fit-content;
    min-height: 50px;
    padding: 0 16px;
    border-radius: max(calc(var(--krayt_radius_large) - 4px), 0px);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px 0 0 auto;
    animation: fade-up 0.3s ease, fade-out 1s 4s ease forwards;
    opacity: 1;
    backdrop-filter: none;
    border: none;
}

.toast-body{
    padding: 16px 0;
}

.toast.error{
    background: #FFEECD;
}

.toast.info,
.toast.success{
    background: #E1FFCA;
}

.toast-title{
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 2px;
}
.toast-msg{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.toast-msg:empty,
.toast-title:empty{
    display: none;
}
.toast-icon{
    margin-right: 8px;
}
@keyframes fade-up {
    0%{
        opacity: 0;
        transform: translateY(50%);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-out {
    100%{
        opacity: 0;
    }
}


@media screen and (max-width: 1510px) {
    .wrapper-inner {
        width: calc(100% - 40px);
    }
    .wrapper-inner .wrapper-inner{
        width: 100%;
    }
    .product__list.tiles {
        grid-template-columns: repeat(3, minmax(250px, 1fr));
    }

    .product__list.tiles .border-top-tiles {
        display: none;
    }

    .product__list.tiles .border-top-tiles.after-third {
        display: block;
    }
}

@media screen and (max-width: 1480px) {

}

@media screen and (max-width: 1350px) {
    .product__list.columns {
        grid-template-columns: repeat(2, minmax(330px, 1fr));
    }
    .product__list .product-item-container{
        width: calc(33.333% - 15px);
    }

}

@media screen and (max-width: 1280px) {
    .block_chose_city .block_chose_city_icon, .phone-svg {
        margin-right: 6px;
    }
    .header .icon-box_item {
        margin-left: 16px;
    }
    .header .icon-box_item .cart-list-wrapper p.item_name{
        display: inline-block;
    }

    .footer-top {
        grid-column-gap: 50px;
    }

    .footer .top-logo-wrap {
        width: 180px;
    }

    .footer .logo img {
        width: 180px;
    }

}


@media screen and (max-width: 1160px) {
    .product__list.tiles {
        grid-template-columns: repeat(2, minmax(250px, 1fr));
    }

    .product__list.tiles .border-top-tiles.after-third {
        display: none;
    }
    .product__list.tiles .border-top-tiles.after-second,
    .product__list.tiles .border-top-tiles.after-second.after-third {
        display: block;
    }
}

@media screen and (max-width: 1140px) {
    .product__list.columns .product-item {
        padding: 15px;
    }
    .product__list.columns .product-icon-action {
        flex-direction: column;
    }
}
@media screen and (max-width: 1000px) {
    .container-toast{
        top: unset !important;
        bottom: 82px;
    }
    .toast{
        margin: 8px 0 0;
        width: 100%;
        max-width: unset;
        justify-content: flex-start;
    }
    .header{
        display: none;
    }
    .header-logo-mobile{
        display: block;
    }
    .header-logo-mobile.logo .top-logo {
        height: 35px;
        flex-shrink: 0;
        width: 114px;
        display: block;
    }
    .header-logo-mobile.logo img {
        max-height: 35px;
        height: 100%;
    }
    .menu-sitemap-line {
        display: none;
    }
    .header-top.wrapper-inner {
        width: 100%;
    }
    .header-top.wrapper-inner .header-top-line {
        display: flex;
        height: 64px;
        padding: 14px 16px 15px 16px;
        justify-content: center;
        align-items: center;
        /*gap: 220px;*/
        flex-shrink: 0;
        background: var(--white, #FFF);
        box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.10);
    }

    .wrapper-inner {
        width: calc(100% - 32px);
    }
    .footer-wrapper {
        margin-top: 30px;
        background-color: var(--main_bg_gray);
    }
    .footer-top {
        grid-column-gap: 40px;
        flex-direction: column;
    }
    .footer-item {
        padding: 0px;
        flex: 1 0;
    }
    .footer-top .footer-item:last-child .footer-item-title {
        margin-bottom: 20px;
    }
    .footer-top .footer-item:last-child ul.navigation li {
        margin-bottom: 40px;
        width: 46px;
        height: 46px;
        flex-shrink: 0;
    }
    .footer_bottom_wrapper {
        display: flex;
        margin-bottom: 72px;
    }
    .scroll-up-btn{
        bottom: 92px;
        left: 20px;
    }
    .main_content .wrapper-inner .title_box h1 {
        margin-bottom: 30px;
        font-size: 24px;
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
        letter-spacing: -0.96px;
    }
    .sale-personal-section-account-sub-header{
        font-size: 20px;
        font-weight: 800;
        line-height: 130%;
        letter-spacing: -0.8px;
    }
    .bx-sap_wrapper h3{
        font-size: 16px;
        font-weight: 800;
        line-height: 130%;
        letter-spacing: -0.64px;
    }
    .sale-account-pay-btn-wrapper .button.button-large{
        height: 54px;
    }
    .main_content .catalog-section-list > .catalog-list-parent {
        row-gap: 40px;
    }
    .main_content .wrapper-inner .catalog-section-list > .catalog-list-parent > li {
        width: 100%;
        display: grid;
        gap: 16px;
    }
    .main_content .catalog-section-list .catalog-list-parent li  .catalog-list-parent {
        display: grid;
        gap: 16px;
    }
    .main_content .catalog-section-list > .catalog-list-parent > li > .catalog-list-parent > li {
        margin-top: 0px;
    }
    .bx_pagination_bottom {
        padding-top: 16px;
    }
    .bx-sbb-empty-cart-text .small-text{
        margin-bottom: 120px;
    }
    .product__list.tiles .name{
        margin-bottom: 12px;

    }
}

@media (max-width: 576px){
    .auth-form-box{
        max-width: unset;
    }
    .account-form .btn-form__control{
        width: 100%;
        height: 54px;
    }
    .form__controls .form__widget-box{
        width: 100%;
    }
    .main_content .wrapper-inner .title_box.auth-page h1{
        margin-bottom: 12px;
        font-size: 24px;
        font-weight: 800;
        line-height: 120%;
        letter-spacing: -0.96px;
    }
    .auth-form-box .text_box{
        font-size: 16px;
        font-weight: 500;
        line-height: 150%;
        margin-bottom: 32px;
    }

    .account-form .el-form-input{
        height: 46px;
        padding: 12px 16px;
    }
    .account-form .form__checkbox{
        margin-top: 24px;
    }
    .account-form .form__checkbox .form__checkbox-text{
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
    }
    .account-form .form__controls{
        margin-top: 30px;
    }
    .account-form .login-link:not(.lost){
        display: none;
    }
    .account-form .login-link.login-link--mobile{
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 18px;
    }
    .account-form .form__widget_fio .form__widget-label{
        margin-bottom: 8px;
    }
    .account-form .form__widget-box{
        margin-bottom: 30px;
    }
    .account-form .form__widget-label,
    .bx-authform-label-container {
        font-size: 16px;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.64px;
        display: flex;
        margin-bottom: 8px;
    }
    .account-form .form__controls input{
        height: 54px;
    }
    sup{
        top: 6px;
    }
    .bx-sap,
    .sale-personal-account-wallet-container{
        max-width: 100%;
    }
    .bx-authform-label-container{
        font-size: 16px;
        font-weight: 700;
        letter-spacing: -0.64px;
        margin-bottom: 8px;
    }
}

.block-image-text-image .link-video svg rect, .block-image-text-image .link-video svg path{
    stroke: #000000;
}
.block-image-text-image .link-video svg path{
    fill: #000000;
}
@media (max-width: 1000px) {
    .block-kraytflowers-krayt-catalog-section-tile-filter {

    }
    .block-kraytflowers-krayt-image-text-2col{

    }
    .block-kraytflowers-krayt-catalog-section-filter{

    }
    .block-kraytflowers-krayt-catalog-section-filter3{

    }
    .block-kraytflowers-krayt-catalog-section-filter2{

    }
    .block-kraytflowers-krayt-big-block-image-text{

    }
    .block-kraytflowers-krayt-catalog-section-tile-filter2{

    }
    .block-kraytflowers-krayt-article-main{

    }
    .block-kraytflowers-krayt-image-text-2col2{

    }
}
/* End */
/* /local/templates/flowers/css/formstyler.css?174403671512590 */
/* /local/templates/flowers/css/bootstrap_v4.css?1744036715197447 */
/* /local/templates/flowers/css/ui.css?174403671524700 */
/* /bitrix/components/kraytflowers/krayt.mobile.burger/templates/vue/style.css?174403648711719 */
/* /local/templates/flowers/components/bitrix/menu/top/style.css?17440367151957 */
/* /bitrix/components/kraytflowers/krayt.logo/templates/.default/style.css?174403648732 */
/* /bitrix/components/kraytflowers/krayt.store.list/templates/top_store/style.css?17440364877381 */
/* /local/templates/flowers/components/bitrix/menu/line-menu/style.css?17440367152105 */
/* /bitrix/components/kraytflowers/krayt.search.title/templates/btn/style.css?17440364871976 */
/* /local/templates/flowers/components/bitrix/search.title/main/style.css?17440367156623 */
/* /local/templates/flowers/components/bitrix/sale.basket.basket.line/vue/style.css?174403671410825 */
/* /local/templates/flowers/components/bitrix/system.auth.form/top_auth/style.css?17440367152754 */
/* /local/templates/flowers/components/bitrix/breadcrumb/main/style.css?17440367152233 */
/* /bitrix/components/kraytflowers/krayt.store.list/templates/bottom_store/style.css?17440364875262 */
/* /bitrix/components/kraytflowers/krayt.cookies/templates/.default/style.css?17440364872853 */
/* /local/templates/flowers/styles.css?17440367148368 */
/* /local/templates/flowers/template_styles.css?1744036714148311 */
