@charset "UTF-8";
.jq-checkbox {
top: -1px;
vertical-align: middle;
cursor: pointer;
position: relative;
width: 22px;
height: 22px;
margin-right: 13px;
background: #EDEDED;
border: 1px solid #CFCFCF;
box-sizing: border-box;
border-radius: 2px;
overflow: visible !important;
}
.jq-checkbox.checked .jq-checkbox__div {
position: absolute;
left: 4px;
top: 5px;
width: 12px;
height: 9px;
display: inline-block;
vertical-align: top;
background: url(//piemaggio.shop/wp-content/themes/piemaggio/img/check.svg) 50% 50% no-repeat;
}
.jq-checkbox.disabled {
opacity: .55;
cursor: default;
}
.jq-radio {
top: -1px;
vertical-align: middle;
cursor: pointer;
margin: 0 13px 0 0;
width: 22px;
height: 22px;
background: #EDEDED;
border: 1px solid #CFCFCF;
box-sizing: border-box;
border-radius: 30px;
}
.jq-radio.checked .jq-radio__div {
width: 14px;
height: 14px;
border-radius: 20px;
background: #01C471;
margin: 3px 0 0 3px;
}
.jq-radio.disabled {
opacity: .55;
}
.jq-file {
width: 100%;
border-radius: 5px;
border: 1px dotted #EBEBEB;
border-radius: 2px;
padding: 3px;
}
.jq-file input {
height: auto;
line-height: 1em;
cursor: pointer;
}
.jq-file__name {
overflow: hidden;
box-sizing: border-box;
width: 100%;
height: 51px;
padding: 0 100px 0 23px;
white-space: nowrap;
line-height: 51px;
text-overflow: ellipsis;
color: #85898A;
font-size: 16px;
-webkit-overflow-scrolling: touch;
}
.jq-file__browse {
position: absolute;
top: 3px;
right: 3px;
bottom: 3px;
width: 85px; border-radius: 2px;
}
.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;
display: inline-block;
vertical-align: middle;
padding: 0 36px 0 0;
}
.jq-number__field {
width: 100px;
border: 1px solid #CCC;
border-bottom-color: #B3B3B3;
border-radius: 4px;
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;
text-align: left; -moz-appearance: textfield;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
margin: 0; -webkit-appearance: none;
}
.jq-number__spin {
position: absolute;
top: 0;
right: 0;
width: 32px;
height: 14px;
border: 1px solid #CCC;
border-bottom-color: #B3B3B3;
border-radius: 4px;
background: #F5F5F5;
background: -webkit-linear-gradient(#FFF, #E6E6E6);
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: #E6E6E6;
background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
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;
width: 100%;
z-index: 5 !important;
}
.jq-selectbox__select {
line-height: 46px;
height: 46px;
font-size: 16px;
border: 1px solid #E7E7E8;
box-sizing: border-box;
border-radius: 2px;
padding: 0 60px 0 25px;
}
.jq-selectbox.js-selected .jq-selectbox__select {
background-color: #212736;
}
.jq-selectbox.disabled .jq-selectbox__select {
border-color: #CCC;
background: #F5F5F5;
box-shadow: none;
color: #888;
}
.jq-selectbox__select-text {
display: block;
overflow: hidden;
width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
max-width: 100%;
-webkit-overflow-scrolling: touch;
}
.jq-selectbox .placeholder {
color: #888;
}
.jq-selectbox__trigger {
position: absolute;
top: 0;
right: 0;
width: 44px;
height: 100%;
border-left: 1px solid #E7E7E8;
}
.jq-selectbox__trigger-arrow {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: url(//piemaggio.shop/wp-content/themes/piemaggio/img/down.svg) 50% 50% no-repeat;
-webkit-background-size: 9px 6px;
background-size: 9px 6px;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
border-top-color: #AAA;
}
.jq-selectbox__dropdown {
box-sizing: border-box;
min-width: 100% !important;
margin: 10px 0;
padding: 10px 0;
border: 1px solid #EBEBEB;
border-radius: 5px;
background-color: #ffffff;
color: #9097a7;
font-size: 16px;
top: 100% !important;
bottom: auto !important;
}
.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;
border-radius: 3px;
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;
-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
-webkit-appearance: none;
}
.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 {
padding: 8px 25px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
color: #9097a7;
}
.jq-selectbox li.selected,
.jq-selectbox li:hover {
color: #212736;
}
.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;
border-radius: 4px;
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;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
}
.jq-select-multiple li:first-child {
border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
background: #08C;
color: #FFF;
}
.jq-select-multiple li.disabled {
color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
background: #CCC;
color: #FFF;
}
.jq-select-multiple li.optgroup {
font-weight: bold;
}
.jq-select-multiple li.option {
padding-left: 25px;
}
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;
border-radius: 4px;
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;
}
textarea.styler {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
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:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler: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;
border-radius: 4px;
outline: none;
background: #F5F5F5;
background: -webkit-linear-gradient(#FFF, #E6E6E6);
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::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].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:hover {
background: #E6E6E6;
background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):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;
}  .owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);
-webkit-overflow-scrolling: touch;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
display: block;
-webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
opacity: 0;
pointer-events: none;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
display: none;
}
.owl-carousel.owl-drag .owl-item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-grab {
cursor: move;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
animation-name: fadeOut;
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
} .owl-height {
transition: height 500ms ease-in-out;
} .owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d;
} .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//piemaggio.shop/wp-content/themes/piemaggio/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%;
}html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none !important;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
-webkit-overflow-scrolling: touch;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
textarea {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
* {
box-sizing: border-box;
}
*:before,
*:after {
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
transition: all .2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
-webkit-overflow-scrolling: touch;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
[role="button"] {
cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 10px;
margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
font-size: 75%;
}
h1,
.h1 {
font-size: 36px;
}
h2,
.h2 {
font-size: 30px;
}
h3,
.h3 {
font-size: 24px;
}
h4,
.h4 {
font-size: 18px;
}
h5,
.h5 {
font-size: 14px;
}
h6,
.h6 {
font-size: 12px;
}
p {
margin: 0 0 10px;
}
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
small,
.small {
font-size: 85%;
}
mark,
.mark {
background-color: #fcf8e3;
padding: .2em;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #777;
}
.text-primary {
color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
color: #286090;
}
.text-success {
color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
color: #843534;
}
.bg-primary {
color: #fff;
background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #286090;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.list-inline>li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
dl {
margin-top: 0;
margin-bottom: 20px;
}
dt,
dd {
line-height: 1.42857143;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eee;
border-left: 0;
text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
box-shadow: none;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
word-break: break-all;
word-wrap: break-word;
color: #333;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
table {
background-color: transparent;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777;
text-align: left;
}
th {
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
}
.table>thead>tr>th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
border-top: 0;
}
.table>tbody+tbody {
border-top: 2px solid #ddd;
}
.table .table {
background-color: #fff;
}
.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
padding: 5px;
}
.table-bordered {
border: 1px solid #ddd;
}
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
border: 1px solid #ddd;
}
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
border-bottom-width: 2px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.table-hover>tbody>tr:hover {
background-color: #f5f5f5;
}
table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
background-color: #f5f5f5;
}
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
background-color: #e8e8e8;
}
.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
background-color: #dff0d8;
}
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
background-color: #d0e9c6;
}
.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
background-color: #d9edf7;
}
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
background-color: #c4e3f3;
}
.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
background-color: #fcf8e3;
}
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
background-color: #faf2cc;
}
.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
background-color: #f2dede;
}
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
background-color: #ebcccc;
}
.table-responsive {
overflow-x: auto;
min-height: 0.01%;
-webkit-overflow-scrolling: touch;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after {
content: " ";
display: table;
}
.clearfix:after,
.dl-horizontal dd:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
}
.affix {
position: fixed;
}
::-moz-selection {
background: #ed1c24;
color: #fff;
text-shadow: none;
}
::selection {
background: #ed1c24;
color: #fff;
text-shadow: none;
}
::-webkit-input-placeholder {
color: #a09e9e;
}
:-moz-placeholder {
color: #a09e9e;
}
::-moz-placeholder {
color: #a09e9e;
}
:-ms-input-placeholder {
color: #a09e9e;
}
* {
min-width: 0;
min-height: 0;
-webkit-tap-highlight-color: rgba(0,0,0,0);
box-sizing: border-box;
}
html {
font-size: 16px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-weight: 400;
color: #5a5a5a;
background-color: #fff;
-webkit-font-feature-settings: kern, liga, onum;
font-feature-settings: kern, liga, onum;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
font-size: inherit;
font-family: 'Roboto', sans-serif;
font-weight: inherit;
color: inherit;
background-color: inherit;
}
blockquote {
font-style: normal;
padding: 15px;
padding-left: 20px;
border-left: 5px solid #ed1c24;
background-color: rgba(237,28,36,0.03);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
font-family: 'Poiret One', cursive;
color: #ed1c24;
text-transform: none;
}
h1::-moz-selection,
.h1::-moz-selection,
h2::-moz-selection,
.h2::-moz-selection,
h3::-moz-selection,
.h3::-moz-selection,
h4::-moz-selection,
.h4::-moz-selection,
h5::-moz-selection,
.h5::-moz-selection,
h6::-moz-selection,
.h6::-moz-selection {
background: #ed1c24;
color: #fff;
text-shadow: none;
}
h1::selection,
.h1::selection,
h2::selection,
.h2::selection,
h3::selection,
.h3::selection,
h4::selection,
.h4::selection,
h5::selection,
.h5::selection,
h6::selection,
.h6::selection {
background: #ed1c24;
color: #fff;
text-shadow: none;
}
h1,
.h1 {
font-size: 34px;
margin: 0 0 40px;
}
h2,
.h2 {
font-size: 48px;
}
h3,
.h3 {
font-size: 42px;
}
h4,
.h4 {
font-size: 26px;
}
h5,
.h5 {
font-size: 25px;
font-family: 'Roboto', sans-serif;
font-weight: normal;
}
h6,
.h6 {
font-size: 14px;
}
template,
[hidden] {
display: none;
}
.font-thin {
font-weight: 100;
}
.font-light {
font-weight: 300;
}
.font-regular {
font-weight: 400;
}
.font-medium {
font-weight: 500;
}
.font-bold {
font-weight: 700;
}
.font-black {
font-weight: 900;
}
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
-webkit-overflow-scrolling: touch;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
svg:not(:root) {
overflow: hidden;
-webkit-overflow-scrolling: touch;
}
img {
max-width: 100%;
vertical-align: middle;
height: auto;
}
a {
color: #ed1c24;
transition: all 0.3s ease;
}
a:hover {
text-decoration: none;
color: #ED1C24;
}
button {
cursor: pointer;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
-webkit-appearance: none;
box-shadow: none;
border: 1px solid #CFCFCF;
border-radius: 25px;
width: 100%;
height: 44px;
max-width: 100%;
outline: none;
padding: 0 25px;
background: #fff;
color: #888;
font-size: 22px;
font-weight: 300;
}
input[type="text"].error,
input[type="password"].error,
input[type="email"].error,
input[type="tel"].error,
input[type="number"].error,
textarea.error {
border-color: #f90a0a;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
input[type="number"] {
-moz-appearance: textfield;
}
textarea {
height: auto;
padding: 15px 25px;
}
.jq-selectbox {
font-size: 15px;
position: relative;
}
.jq-selectbox.opened .jq-selectbox__select {
background: #fff;
color: #000;
}
.jq-selectbox.opened .jq-selectbox__select .placeholder {
color: #000;
}
.jq-selectbox.opened .jq-selectbox__select:before {
background: #000;
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow {
border-top-color: #000;
}
.jq-selectbox__select {
border: none;
background: #414042;
height: auto;
padding: 9px 36px;
position: relative;
cursor: pointer;
font-size: 16px;
line-height: 1;
color: #fff;
text-align: center;
}
.jq-selectbox__select .placeholder {
color: #fff;
}
.jq-selectbox__select:before {
content: "";
position: absolute;
left: 25px;
top: 50%;
width: 6px;
height: 6px;
margin-top: -3px;
border-radius: 100%;
background: #fff;
}
.jq-selectbox__trigger {
position: absolute;
width: auto;
height: auto;
right: 20px;
top: 50%;
margin-top: -6px;
border: none;
}
.jq-selectbox__trigger-arrow {
position: static;
background: none;
border-style: solid;
border-width: 12px 7px 0 7px;
border-color: transparent;
border-top-color: #fff;
}
.jq-selectbox__dropdown {
position: absolute;
left: 0;
top: 0;
right: 0;
background: #fff;
border: none;
border-radius: 0;
margin-bottom: 0;
margin-top: 0;
}
.jq-selectbox__dropdown ul {
padding: 0;
margin: 0;
list-style: none;
}
.jq-selectbox__dropdown ul li {
cursor: pointer;
padding: 19px 20px 18px;
color: #000;
font-size: 18px;
line-height: 1;
border-bottom: 1px solid #414042;
text-align: center;
}
.jq-selectbox__dropdown ul li:last-child {
border-bottom: none;
}
.jq-selectbox__dropdown ul li:hover,
.jq-selectbox__dropdown ul li.selected,
.jq-selectbox__dropdown ul li:focus {
color: #ed1c24;
}
.button,
a.button {
background: none;
border: none;
box-shadow: none;
outline: none;
text-decoration: none;
display: inline-block;
text-align: center;
transition: all 0.2s ease;
line-height: 1;
border-radius: 0;
padding: 16px 30px;
}
.button--1,
a.button--1 {
font-size: 24px;
line-height: 1;
color: #fff;
background: #ed1c24;
border-radius: 25px;
}
.button--1:hover,
a.button--1:hover {
background: #ef333a;
}
.button--2,
a.button--2 {
position: relative;
font-size: 18px;
line-height: 1;
font-weight: 400;
color: #fff;
padding: 12px 42px;
background: #5a5a5a;
border-radius: 25px;
}
.button--2:hover,
a.button--2:hover {
background: #ed1c24;
}
.button--2:after,
a.button--2:after,
.button--2:before,
a.button--2:before {
content: "";
position: absolute;
top: 50%;
left: 30px;
width: 7px;
height: 7px;
border-radius: 100%;
background: #fff;
margin-top: -3px;
}
.button--2:after,
a.button--2:after {
left: auto;
right: 30px;
}
.button--2.added,
a.button--2.added {
background-color: #ed1c24;
}
.button {
user-select: none;
}
.button[disabled] {
pointer-events: none;
opacity: .7;
}
.button--mini {
min-width: 0 !important;
}s
.close {
position: relative;
display: inline-block;
cursor: pointer;
width: 15px;
height: 15px;
}
.close:after,
.close:before {
content: "";
position: absolute;
left: -2px;
right: 14px;
top: 50%;
height: 2px;
background: #ed1c24;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.close:after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.main-svg-sprite {
display: none;
}
.svg-icon {
display: inline-block;
width: 24px;
height: 24px;
fill: currentColor;
font-size: 0;
}
.svg-icon__spinner {
fill: inherit;
width: inherit;
height: inherit;
-webkit-animation-name: spinner;
animation-name: spinner;
-webkit-animation-duration: 0.7s;
animation-duration: 0.7s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.svg-icon__link {
vertical-align: top;
fill: inherit;
width: inherit;
height: inherit;
}
@-webkit-keyframes spinner {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spinner {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.gallery {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 20px 0 0 -15px;
}
.gallery a {
display: block;
background-image: none;
}
.gallery img,
.gallery .attachment-thumbnail {
vertical-align: top;
width: 100%;
height: auto;
}
.gallery .gallery-caption {
padding: 15px 0;
}
.gallery.gallery-columns-1 .gallery-item {
max-width: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
padding: 0 0 15px 15px;
margin: 0;
}
.gallery.gallery-columns-2 .gallery-item {
max-width: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
padding: 0 0 15px 15px;
margin: 0;
}
.gallery.gallery-columns-3 .gallery-item {
max-width: 33.333333333333336%;
-ms-flex-preferred-size: 33.333333333333336%;
flex-basis: 33.333333333333336%;
padding: 0 0 15px 15px;
margin: 0;
}
.gallery.gallery-columns-4 .gallery-item {
max-width: 25%;
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
padding: 0 0 15px 15px;
margin: 0;
}
.gallery.gallery-columns-5 .gallery-item {
max-width: 20%;
-ms-flex-preferred-size: 20%;
flex-basis: 20%;
padding: 0 0 15px 15px;
margin: 0;
}
.gallery.gallery-columns-6 .gallery-item {
max-width: 16.666666666666668%;
-ms-flex-preferred-size: 16.666666666666668%;
flex-basis: 16.666666666666668%;
padding: 0 0 15px 15px;
margin: 0;
}
.gallery.gallery-columns-7 .gallery-item {
max-width: 14.285714285714286%;
-ms-flex-preferred-size: 14.285714285714286%;
flex-basis: 14.285714285714286%;
padding: 0 0 15px 15px;
margin: 0;
}
.gallery.gallery-columns-8 .gallery-item {
max-width: 12.5%;
-ms-flex-preferred-size: 12.5%;
flex-basis: 12.5%;
padding: 0 0 15px 15px;
margin: 0;
}
.gallery.gallery-columns-9 .gallery-item {
max-width: 11.11111111111111%;
-ms-flex-preferred-size: 11.11111111111111%;
flex-basis: 11.11111111111111%;
padding: 0 0 15px 15px;
margin: 0;
} .browserupgrade {
margin: 20px 0;
background: #ccc;
color: #000;
padding: 20px 0;
}
.demo-box {
background-color: #009688;
color: #fff;
text-align: center;
padding: 20px;
}
.theme-color {
color: #ed1c24;
}
.theme-bgc {
background-color: #ed1c24;
}
.overflowHidden {
overflow: hidden;
-webkit-overflow-scrolling: touch;
}
.container {
width: 100%;
max-width: 1240px;
margin: 0 auto;
padding: 0 20px;
}
.app-footer {
z-index: 1;
-ms-flex: none;
flex: none;
background: #4a4a4a;
border-top: 4px solid #d83939;
overflow: hidden;
}
.app-footer__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.app-footer__content-left {
-webkit-box-flex: 0;
-ms-flex: 0 0 56%;
flex: 0 0 56%;
max-width: 56%;
padding: 32px 0 65px 0;
}
.app-footer__content-right {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
position: relative;
border-left: 1px solid #BFBFBF;
padding-top: 23px;
padding-left: 50px;
padding-bottom: 65px;
}
.app-footer__content-right:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 8000px;
height: 100%;
background-color: #F0F0F0;
}
._content-right-wrapper {
position: relative;
z-index: 5;
}
.app-footer__contacts {
-ms-flex: 0 0 410px;
flex: 0 0 410px;
}
.app-footer__phone {
font-size: 13px;
color: #414042;
margin-bottom: 9px;
}
.app-footer__phone-title {
display: inline-block;
}
.app-footer__phone a {
text-decoration: none;
font-weight: bold;
color: #414042;
}
.app-footer__mail {
font-size: 13px;
color: #414042;
margin-bottom: 9px;
}
.app-footer__mail-title {
display: inline-block;
font-weight: bold;
}
.app-footer__mail a {
text-decoration: none;
color: #414042;
}
.app-footer__mail a:hover {
text-decoration: underline;
}
.app-footer__menu {
}
.app-footer__menu ul {
font-size: 0;
line-height: 1;
padding: 0;
margin: 0;
list-style: none;
}
.app-footer__menu > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.app-footer__menu > ul > li {
display: inline-block;
vertical-align: top;
padding-left: 35px;
margin-bottom: 16px;
max-width: 50%;
min-width: 17%;
}
.app-footer__menu > ul > li:first-child {
padding-left: 0;
}
.app-footer__menu > ul > li:last-child .sub-menu {
padding-left: 0;
border: none;
}
.app-footer__menu > ul > li > a {
display: inline-block;
text-decoration: none;
color: #ffffff;
font-size: 14px;
font-weight: 500;
margin-bottom: 22px;
}
.app-footer__menu > ul > li > a:hover { color: #ed1c24;
}
.app-footer__menu .sub-menu {
font-size: 13px;
border-right: 1px solid #5c5c5c;
padding-right: 35px;
}
.app-footer__menu .sub-menu a {
text-decoration: none;
color: #faf5ec;
}
.app-footer__menu .sub-menu a:hover,
.app-footer__menu .sub-menu a:focus { color: #ed1c24;
}
.app-footer__menu .sub-menu li {
margin-bottom: 13px;
}
.app-footer__social {
font-size: 0;
line-height: 1;
margin-bottom: 36px;
}
.app-footer__social-item {
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: top;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
height: 36px;
width: 36px;
border-radius: 100%;
margin-right: 16px;
transition: all .2s ease;
color: #4f4f4f;
}
.app-footer__social-item:hover,
.app-footer__social-item:focus {
background: #faf5ec;
color: #ed1c24;
}
.app-footer__social-item path {
fill: currentColor;
}
.app-footer__social-item img {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.app-footer .b-subscribe {
margin-bottom: 56px;
}
.app-footer__meta {
font-size: 14px;
line-height: 16px;
color: #FFF;
background-color: #4a4a4a;
border-top: 1px solid #040404;
padding: 19px 20px;
}
.app-footer__meta a {
text-decoration: none;
color: #fff;
}
.app-footer__meta a:hover,
.app-footer__meta a:focus {
text-decoration: underline;
}
.app-footer__meta-info {
}
.app-footer__meta .copyrights {
display: inline-block;
margin-right: 61px;
}
.b-subscribe {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.b-subscribe__title {
font-size: 24px;
color: #000;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.b-subscribe label {
display: block;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
margin-left: 10px;
}
.b-subscribe input[type="email"] {
background: none;
border-bottom: 2px solid #414042;
height: 18px;
font-size: 12px;
text-align: center;
color: #000;
padding: 15px 0;
border-radius: 0;
border-width: 0 0 2px;
}
.b-subscribe ::-webkit-input-placeholder {
color: #000;
}
.b-subscribe ::-moz-placeholder {
color: #000;
}
.b-subscribe :-moz-placeholder {
color: #000;
}
.b-subscribe :-ms-input-placeholder {
color: #000;
}
.b-subscribe [type="submit"] {
box-shadow: none;
border: none;
font-size: 0;
padding: 0;
vertical-align: top;
background: none;
}
.b-subscribe [type="submit"] svg path {
transition: all 0.3s ease;
}
.b-subscribe [type="submit"]:hover svg path {
fill: #ED1C24 !important;
}
.app-header {
-ms-flex: none;
flex: none;
position: relative;
background: #faf5ec;
z-index: 11;
}
.app-header__logo-box {
position: absolute;
right: 50%;
top: 0;
bottom: 0;
left: 0;
margin-right: 362px;
background: #faf5ec;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
}
.app-header__logo {
display: inline-block;
margin-right: 70px;
}
.app-header__topline-in {
padding-left: 250px;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
padding-top: 7px;
padding-bottom: 7px;
}
.app-header__topline-left {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
margin-right: 10px;
}
.app-header__bottomline-in .app-header__topline-left {
padding-bottom: 0;
}
.app-header__bottomline-in .app-header__topline-left .app-header__links {
margin-bottom: 0;
}
.app-header__bottomline .mobile-under-btn,
.app-header__bottomline .mobile-buttons-list,
.app-header__bottomline .mobile-phone,
.app-header__bottomline .b-head-social-wr {
display: none;
}
.app-header__topline-right {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
padding: 10px 0;
}
.app-header__middle {
padding-top: 7px;
padding-bottom: 7px;
}
.app-header__middle .b-head-social {
margin-bottom: 0;
}
.app-header__middle-in,
.app-header__bottomline-in {
padding-left: 258px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
}
.app-header__bottomline {
background: #ed1c24;
}
.app-header__bottomline .app-header__topline-left {
display: none;
}
.app-header .b-head-social {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.app-header__links {
font-size: 0;
line-height: 1;
}
.app-header__links-list {
margin: 0;
padding: 0;
font-size: 0;
line-height: 1;
}
.app-header__links-list .menu-item {
border-right: 1px solid #C6C6C6;
display: inline-block;
vertical-align: top;
}
.app-header__links-list .menu-item:last-child {
border-right: none;
}
.app-header__links-list .menu-link {
display: inline-block;
text-decoration: none;
font-size: 13px;
color: #414042;
font-weight: bold;
padding: 7px 17px 8px;
}
.app-header__links-list .menu-link:hover {
text-decoration: underline;
}
.app-header__contacts {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.app-header__burger {
position: relative;
-ms-flex: 0 0 26px;
flex: 0 0 26px;
margin-right: 16px;
position: relative;
width: 26px;
height: 16px;
border: 2px solid #ed1c24;
border-left: none;
border-right: none;
cursor: pointer;
display: none;
}
.app-header__burger:before,
.app-header__burger:after {
content: "";
position: absolute;
left: 0;
right: 0;
top: 50%;
height: 2px;
margin-top: -1px;
background: #ed1c24;
}
.app-header__closepopup {
display: none;
}
.app-header .headphone {
margin-right: 15px;
}
.product-searchform {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
max-width: 532px
}
.product-searchform__input-wrapper {
position: relative;
max-width: 358px;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.product-searchform__input-wrapper .svg-icon--search {
width: 15px;
height: 15px;
position: absolute;
top: 50%;
margin-top: -7px;
right: 7px;
}
.product-searchform__input {
background-color: #FEFCF8;
border: 1px solid #FEFCF8;
border-radius: 0;
padding: 0 31px;
font-size: 16px;
font-weight: 300;
height: 27px;
width: 100%;
text-overflow: ellipsis;
}
.product-searchform__input:hover,
.product-searchform__input:focus {
border-color: #DEDEDE;
}
.product-searchform__input:hover ~ .svg-icon,
.product-searchform__input:focus ~ .svg-icon {
fill: #ED1C24;
}
.product-searchform__submit {
margin-left: 15px;
min-width: 95px;
text-align: center;
background-color: #FEFCF8;
border: 1px solid #BCBCBC;
transition: all 0.3s ease;
}
.product-searchform__submit:hover,
.product-searchform__submit:focus {
background-color: #ED1C24;
border-color: #ED1C24;
color: #FFFDE9;
}
.b-headmenu ul {
padding: 0;
margin: 0;
list-style: none;
}
.b-headmenu > ul >li {
display: inline-block;
vertical-align: top;
margin: 0 12px;
position: relative;
}
.b-headmenu > ul >li:hover > a > span {
border-color: #fff;
}
.b-headmenu > ul >li:hover > ul {
display: block;
}
.b-headmenu > ul >li > a {
display: block;
text-decoration: none;
font-size: 13px;
font-weight: bold;
line-height: 1;
color: #fff;
padding: 16px 12px 13px;
}
.b-headmenu > ul >li > a > span {
position: relative;
padding-top: 2px;
padding-bottom: 4px;
display: block;
overflow: hidden;
}
.b-headmenu > ul >li > a > span:after {
content: '';
display: block;
position: absolute;
bottom: 0;
height: 2px;
background-color: #fff;
width: 100%;
-webkit-transform: translateX(-101%);
transform: translateX(-101%);
-webkit-transition: -webkit-transform 300ms linear;
transition: -webkit-transform 300ms linear;
transition: transform 300ms linear;
transition: transform 300ms linear, -webkit-transform 300ms linear;
}
.b-headmenu > ul > li.current-menu-item > a > span:after,
.b-headmenu > ul > li.current-menu-ancesstor > a > span:after,
.b-headmenu > ul > li > a:hover > span:after {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.b-headmenu > ul >li > ul {
position: absolute;
top: 100%;
left: 0;
background: #faf5ec;
padding: 6px 0;
width: 120px;
display: none;
}
.b-headmenu > ul >li > ul > li a {
display: block;
text-decoration: none;
color: #414042;
font-size: 14px;
line-height: 1;
font-weight: bold;
padding: 13px 12px;
}
.b-headmenu > ul >li > ul > li a:hover {
text-decoration: underline;
}
.mobile-city-select {
background-color: #ed1c24;
display: none;
}
.mobile-city-select .location {
padding: 13px 43px 14px 46px;
color: #fff;
}
.mobile-city-select .location-title {
color: #414042;
font-size: 14px;
line-height: 1;
font-weight: bold;
padding: 17px 3px 5px 20px;
}
.mobile-city-select .location .svg-icon svg {
display: none;
}
.mobile-city-select .location .svg-icon {
left: 16px;
width: 24px;
height: 24px;
margin-top: -12px;
background : url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3599 22.5397V11.6401H0.461212L22.5388 0.460449L11.3599 22.5397Z' fill='white'/%3E%3C/svg%3E%0A") 0 0 no-repeat;
background-size: contain;
}
.mobile-city-select .location__location-title {
font-size: 14px;
}
.mobile-city-select .location__location-title span {
font-size: 11px;
font-weight: 300;
display: inline-block;
padding-left: 10px;
border-left: 1px solid #F3ECCF;
margin-left: 10px;
}
.b-head-social {
font-size: 0;
line-height: 1;
}
.b-head-social__item {
display: inline-block;
vertical-align: bottom;
max-width: 20px;
text-align: center;
margin-left: 20px;
color: #4f4f4f;
}
.b-head-social__item:hover svg path,
.b-head-social__item:hover {
color: #ed1c24;
fill: #ed1c24 !important;
}
.headphone {
font-size: 13px;
color: #414042;
font-weight: bold;
position: relative;
padding-left: 22px;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
min-height: 16px;
}
.headphone .svg-icon {
position: absolute;
left: 0;
top: 50%;
margin-top: -8px;
width: 16px;
height: 16px;
}
.headphone a {
text-decoration: none;
color: #414042;
}
.location {
font-size: 13px;
color: #414042;
position: relative;
padding-left: 22px;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
min-height: 16px;
cursor: pointer;
}
.location:hover {
color: #ED1C24;
}
.location .svg-icon {
position: absolute;
left: 1px;
top: 50%;
margin-top: -7px;
width: 14px;
height: 14px;
}
.headmail {
font-size: 13px;
overflow: hidden;
text-overflow: ellipsis;
max-width: 130px;
text-decoration: none;
}
.cabinet {
font-size: 13px;
color: #414042;
position: relative;
padding-left: 22px;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
min-height: 16px;
cursor: pointer;
text-decoration: none;
}
.cabinet .svg-icon {
position: absolute;
left: 0;
top: 50%;
margin-top: -8px;
width: 16px;
height: 16px;
}
.wpm-language-switcher {
font-size: 0;
line-height: 1;
}
.wpm-language-switcher li {
font-size: 13px;
display: inline-block;
vertical-align: top;
text-decoration: none;
color: #414042;
margin-right: 10px;
}
.wpm-language-switcher li:last-child {
margin-right: 0;
}
.wpm-language-switcher li a:hover,
.wpm-language-switcher li a.active {
color: #ed1c24;
}
html,
body {
margin: 0;
padding: 0;
}
html {
min-height: 100%;
min-height: 100vh;
}
.app {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
}
.app__wrapper {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
padding-bottom: 51px;
}
.app__content {
display: -ms-flexbox;
display: flex;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
width: 100%;
padding-bottom: 40px;
}
.app__main {
-ms-flex: 1 1;
flex: 1 1;
}
.app__aside--left {
-ms-flex-order: -1;
order: -1;
-ms-flex: 0 0 200px;
flex: 0 0 200px;
margin-right: 30px;
}
.app__aside--right {
-ms-flex: 0 0 300px;
flex: 0 0 300px;
}
.b-about-information {
-ms-flex: none;
flex: none;
background: #faf5ec;
}
.b-about-information__in {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
}
.b-about-information__text {
-ms-flex: 1 0 42%;
flex: 1 0 42%;
font-size: 16px;
line-height: 1.5;
padding: 70px 0;
}
.b-about-information__image {
-ms-flex: 0 0 49%;
flex: 0 0 49%;
margin-left: 9%;
background: #606060;
font-size: 18px;
color: #fff;
}
.b-about-information__image-description {
padding: 20px 30px 20px 40px;
}
.b-about-text-block {
margin-bottom: 30px;
}
.b-about-text-block__group {
margin-bottom: 20px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-size: 16px;
line-height: 1.5;
}
.b-about-text-block__group:last-child {
margin-bottom: 0;
}
.b-about-text-block__group p {
margin: 0 0 20px;
}
.b-about-text-block__group h5,
.b-about-text-block__group .h5 {
font-weight: normal;
margin: 0 0 20px;
}
.b-about-text-block__group .textcenter {
text-align: center;
}
.b-about-text-block__column p:last-child {
margin-bottom: 0;
}
.b-about-text-block__column--image {
-ms-flex: 0 0 430px;
flex: 0 0 430px;
margin-right: 20px;
-ms-flex-order: 0;
order: 0;
}
.b-about-text-block__column--text {
-ms-flex-order: 2;
order: 2;
-ms-flex: 1 1;
flex: 1 1;
max-width: 680px;
}
.b-action-list {
margin-bottom: 40px;
}
.b-action-list__list {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.b-action-list__item {
-ms-flex: 0 0 49%;
flex: 0 0 49%;
margin-right: 2%;
margin-bottom: 40px;
}
.b-action-list__item:nth-child(2n) {
margin-right: 0;
}
.b-action-thumbs {
height: 100%;
border-left: 2px solid #a09e9e;
padding: 0 0 0 32px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.b-action-thumbs__text {
-ms-flex: 1 1;
flex: 1 1;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: justify;
justify-content: space-between;
}
.b-action-thumbs__image {
-ms-flex: 0 0 220px;
flex: 0 0 220px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: end;
align-items: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
margin-left: 10px;
}
.b-action-thumbs__date {
font-size: 28px;
color: #ed1c24;
font-weight: bold;
margin-bottom: 40px;
}
.b-action-thumbs__name {
font-size: 24px;
margin-bottom: 20px;
}
.b-action-thumbs__name a {
text-decoration: none;
color: #414042;
}
.b-action-thumbs__name strong {
color: #ed1c24;
}
.b-cabinet-form .button,
.comment-form .button {
font-size: 18px;
padding: 14px 44px;
display: block;
min-width: 280px;
}
.b-cabinet-form .button--1,
.comment-form .button--1 {
display: inline-block;
position: relative;
}
.b-cabinet-form .button--1:after,
.b-cabinet-form .button--1:before,
.comment-form .button--1:after,
.comment-form .button--1:before {
content: "";
position: absolute;
top: 50%;
left: 40px;
width: 4px;
height: 4px;
border-radius: 100%;
background: #fff;
margin-top: -2px;
}
.b-cabinet-form .button--1:after,
.comment-form .button--1:after {
left: auto;
right: 40px;
}
.b-cabinet-form .button--1:after {
left: 27px;
}
.b-cabinet-form .button--1:before {
left: auto;
right: 27px;
}
.b-cabinet-form .button--mini {
font-size: 16px;
padding: 11px 16px;
}
.b-cabinet-form .button--mini:before,
.b-cabinet-form .button--mini:after {
content: none;
}
.b-cart-product-list {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
}
.b-cart-product-list__item {
-ms-flex: 0 0 48%;
flex: 0 0 48%;
max-width: 410px;
margin-right: 4%;
margin-bottom: 20px;
}
.b-cart-product-list__item:nth-child(2n) {
margin-right: 0;
}
.b-cart-product {
display: -ms-flexbox;
display: flex;
}
.b-cart-product__image {
position: relative;
-ms-flex: 0 0 110px;
flex: 0 0 110px;
margin-right: 15px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.b-cart-product__image img {
max-height: 330px;
}
.b-cart-product__body {
-ms-flex: 1 1;
flex: 1 1;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: justify;
justify-content: space-between;
}
.b-cart-product__delete {
text-align: right;
margin-bottom: 20px;
}
.b-cart-product__delete .svg-icon {
width: 26px;
height: 26px;
fill: #5a5a5a;
}
.b-cart-product__name {
display: inline-block;
max-width: 180px;
font-size: 24px;
text-decoration: none;
}
.b-cart-product__discounts {
margin-top: 15px;
}
.b-cart-product__name-wr {
margin-bottom: 10px;
}
.b-cart-product__bottom {
margin-bottom: 20px;
border: 1px solid #5a5a5a;
border-left: none;
border-right: none;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.b-cart-product__bottom .b-quantity {
-ms-flex: 0 0 80px;
flex: 0 0 80px;
}
.b-cart-product__price-wr {
-ms-flex: 1 1;
flex: 1 1;
}
.b-cart-product__price-item {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
font-size: 16px;
line-height: 1;
color: #3d3d3d;
padding: 10px 5px;
}
.b-cart-product__price-item--price {
color: #ed1c24;
border-bottom: 1px solid #5a5a5a;
}
.b-cart-total-price {
text-align: right;
font-size: 18px;
line-height: 1.5;
color: #000;
margin-bottom: 15px;
}
.b-cart-total-price span {
color: #ed1c24;
}
.b-cart-checkout {
text-align: center;
}
.b-cart-checkout .button {
min-width: 240px;
}
.b-cart-checkout .button:before {
left: 24px;
}
.b-cart-checkout .button:after {
right: 24px;
}
.b-contatcs-block + .b-map-block {
margin-top: 40px;
}
.b-contatcs-block__city {
font-size: 16px;
margin-bottom: 15px;
}
.b-contatcs-block__city a {
text-decoration: none;
color: #5a5a5a;
}
.b-contatcs-block__city a.active,
.b-contatcs-block__city a:hover {
color: #ed1c24;
}
.b-contatcs-block__tab-item {
display: none;
line-height: 1.5;
font-size: 16px;
color: #5a5a5a;
}
.b-contatcs-block__tab-item.active {
display: block;
}
.b-contatcs-block__tab-item a {
text-decoration: none;
color: #5a5a5a;
}
.b-contatcs-block__address {
margin-bottom: 10px;
}
.b-features-block {
-ms-flex: none;
flex: none;
background: linear-gradient(0deg, #f5f5f5, #f5f5f5), #fbeae4;
border-top: 12px solid #3d3d3d;
}
.b-features-block__in {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
padding-top: 60px;
padding-bottom: 40px;
}
.b-features-block__text {
-ms-flex: 0 0 370px;
flex: 0 0 370px;
margin-right: 30px;
font-size: 13px;
line-height: 1.5;
}
.b-features-block__text p {
margin: 0 0 30px;
}
.b-features-block__title {
color: #ed1c24;
margin-top: 0;
font-weight: 300;
margin-bottom: 35px;
}
.b-features-block__slider {
-ms-flex: 1 1;
flex: 1 1;
max-width: 604px;
}
.b-features-block__slider-body {
position: relative;
}
.b-features-block__button .button {
min-width: 242px;
max-width: 100%;
}
.b-features-block .owl-nav {
position: absolute;
top: 50%;
left: 22px;
right: 22px;
height: 0;
}
.b-features-block .owl-nav > div {
position: absolute;
right: 0;
top: 50%;
margin-top: -20px;
width: 24px;
height: 40px;
}
.b-features-block .owl-nav > div.owl-prev {
left: 0;
right: auto;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.b-features-block .owl-nav > div svg {
fill: #fff;
transition: all 0.3s ease;
}
.b-features-block .owl-nav > div:hover svg {
fill: #ED1C24;
}
.b-fixed-bottomline {
position: fixed;
left: 0;
right: 0;
bottom: 0;
background: #2e2e2e;
border: 1px solid #3d3d3d;
z-index: 11;
height: 51px;
}
.b-fixed-bottomline__in {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
padding-top: 6px;
padding-bottom: 20px;
}
.b-fixed-bottomline__link {
-ms-flex: 0 0 250px;
flex: 0 0 250px;
}
.b-fixed-bottomline__link a {
display: block;
text-decoration: none;
font-size: 14px;
line-height: 1;
font-weight: bold;
color: #5a5a5a;
background: #fff;
padding: 10px 20px;
text-align: center;
transition: all 0.2s ease;
}
.b-fixed-bottomline__link a:hover {
background: #5A5A5A;
color: #fff;
}
.b-fixed-bottomline__cart {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
margin-right: 80px;
}
.b-fixed-bottomline__cart-title {
padding: 2px 25px 0 30px;
border-right: 1px solid #c4c4c4;
font-size: 14px;
color: #fff;
font-weight: bold;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
height: 100%;
min-height: 36px;
background-image: url("data:image/svg+xml,%3Csvg width='34' height='37' viewBox='0 0 34 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E %23cartbox %7B fill: none; stroke: %23fff; %7D %3C/style%3E%3Cpath id='cartbox' d='M1.60525 31.5619L4.20142 8H17H29.7986L31.3532 22.1095L32.3948 31.5619C32.6557 33.9302 30.8014 36 28.4188 36H5.58119C3.1986 36 1.3443 33.9302 1.60525 31.5619Z' stroke-width='2'/%3E%3Crect x='12' y='2' width='2' height='15' fill='%23fff' /%3E%3Crect x='22' width='2' height='10' transform='rotate(90 22 0)' fill='%23fff' /%3E%3Crect x='20' y='2' width='2' height='15' fill='%23fff' /%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-size: 22px 22px;
background-position: 0 50%;
text-decoration: none;
}
.b-fixed-bottomline__cart-title:hover {
text-decoration: underline;
}
.mini-cart-count {
min-width: 34px;
padding: 8px 10px 7px;
background: #d83939;
text-align: center;
font-size: 18px;
color: #faf5ec;
line-height: 1;
border-radius: 24px;
margin-left: 10px;
margin-top: -1px;
}
.b-fixed-bottomline__cart-body {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
font-size: 24px;
font-weight: bold;
color: #fff;
}
.b-fixed-bottomline__cart-value {
padding: 0 30px 0 18px;
}
.b-fixed-bottomline__cart-button a {
display: block;
text-decoration: none;
font-size: 14px;
font-weight: bold;
color: #5a5a5a;
background: #fff;
padding: 10px 35px;
text-align: center;
border-left: 5px solid #3d3d3d;
}
.b-fixed-bottomline__cart-button a:hover {
background: #5A5A5A;
color: #fff;
border-color: #fff;
}
.b-fixed-bottomline__cart-button .svg-icon {
display: none;
}
.b-lot-card {
margin-bottom: 30px;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: space-around;
}
.b-lot-card--sets .b-lot-card__left {
display: block;
max-width: 720px;
}
.b-lot-card--sets .b-lot-card__image {
margin: 0 0 45px;
padding-right: 0;
max-width: none;
}
.b-lot-card--sets .b-lot-card__info {
max-width: 100%;
}
.b-lot-card--sets .b-lot-card__description {
margin: 0;
}
.b-lot-card__left {
-ms-flex: 1 1;
flex: 1 1;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
max-width: 680px;
}
.b-lot-card__right {
-ms-flex: 0 0 310px;
flex: 0 0 310px;
margin-left: 20px;
}
.b-lot-card__image {
-ms-flex: 0 0 260px;
flex: 0 0 260px;
max-width: 260px;
-ms-flex-order: 1;
order: 1;
margin-left: 20px;
position: relative;
}
.b-lot-card__image .b-lot-card__awards {
display: none;
}
.b-lot-card__info {
-ms-flex: 1 1;
flex: 1 1;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: justify;
justify-content: space-between;
max-width: 450px;
}
.b-lot-card__description {
font-size: 14px;
line-height: 1.5;
color: #000;
margin-bottom: 20px;
}
.b-lot-card__params {
max-width: 340px;
}
.b-lot-card__params-item {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
border-bottom: 1px solid #f9f9f9;
font-size: 14px;
line-height: 1;
color: #5a5a5a;
padding-bottom: 8px;
margin-bottom: 15px;
}
.b-lot-card__params-item:last-child {
border: none;
}
.b-lot-card__params-item--price {
font-weight: bold;
color: #ed1c24;
}
.b-lot-card__params-item--price .b-lot-card__params-name {
-ms-flex: none;
flex: none;
}
.b-lot-card__params-item--price .b-lot-card__params-value {
-ms-flex: 1 1;
flex: 1 1;
text-align: right;
}
.b-lot-card__params-name {
-ms-flex: 1 1;
flex: 1 1;
}
.b-lot-card__params-titlle {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.b-lot-card__params-value {
-ms-flex: 0 1 190px;
flex: 0 1 190px;
margin-left: 10px;
}
.b-lot-card__params-value a {
text-decoration: none;
color: #3e3e3e;
}
.b-lot-card__awards {
font-size: 0;
line-height: 1;
margin-bottom: 30px;
}
.b-lot-card__awards-item {
display: inline-block;
vertical-align: top;
margin-bottom: 6px;
width: 58px;
height: 58px;
margin-right: 30px;
} .b-lot-card .b-quantity {
height: 34px;
padding: 0 20px;
}
.b-lot-card .b-quantity button { width: 15px;
}
.b-lot-card .b-quantity button:before {
transform: rotate(90deg);
}
.b-lot-card .b-quantity button.b-quantity__minus:before {
transform: rotate(-90deg);
}
.b-lot-card .b-quantity button.b-quantity__minus {
right: auto;
left: 0;
top: 0;
}
.b-lot-card .b-quantity button.b-quantity__plus {
bottom: 0;
}
.b-lot-card .b-quantity input[type="number"] {
border-bottom: 1px solid #E0E0E0;
border-right: none;
}
.b-lot-card__price-list {
display: flex;
flex-wrap: wrap;
margin-bottom: 40px;
}
.b-lot-card__price-item {
flex: 1 0 50%;
flex-basis: calc(50% - 15px);
border-right: 1px solid #E3E3E3;
margin-right: 30px;
}
.b-lot-card__price-item:last-child,
.b-lot-card__price-item:nth-child(2n) {
margin-right: 0;
border-right: none;
}
.b-lot-card__total-price-title {
font-size: 12px;
color: #000;
margin-bottom: 12px;
}
.b-lot-card__price-item--spec .b-lot-card__total-price-title {
color: #D83939;
}
.b-lot-card__total-price-value {
font-family: 'Poiret One';
font-size: 24px;
color: #0B0B0B;
}
.b-lot-card__option {
max-width: 210px;
margin-bottom: 22px;
}
.b-lot-card__button-wr {
display: flex;
align-items: center;
margin-bottom: 30px;
}
.b-lot-card__button-add {
max-width: 250px;
flex: 1 1 0;
margin: 0 20px 0 0;
}
.b-lot-card__button-add .button {
width: 100%;
font-size: 16px;
padding: 9px 32px;
position: relative;
}
.b-lot-card__button-add .button:after,
.b-lot-card__button-add .button:before {
content: "";
position: absolute;
left: 25px;
top: 50%;
width: 6px;
height: 6px;
margin-top: -3px;
border-radius: 100%;
background: #fff;
}
.b-lot-card__button-add .button:after {
right: 25px;
left: auto;
}
.b-lot-card__action {
max-width: 210px;
padding-left: 25px;
font-size: 14px;
line-height: 1.5;
color: #000;
min-height: 42px; background: url("data:image/svg+xml,%3Csvg width='16' height='35' viewBox='0 0 16 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 0H0V35L8 29.717L16 35V0Z' fill='%23ED1C24'/%3E%3Cpath d='M2.70312 13.9507V13.3867C2.70312 12.9814 2.79102 12.6128 2.9668 12.2808C3.14258 11.9487 3.40137 11.6826 3.74316 11.4824C4.08496 11.2822 4.50488 11.1821 5.00293 11.1821C5.51562 11.1821 5.94287 11.2822 6.28467 11.4824C6.63135 11.6826 6.89014 11.9487 7.06104 12.2808C7.23682 12.6128 7.32471 12.9814 7.32471 13.3867V13.9507C7.32471 14.3462 7.23682 14.71 7.06104 15.042C6.89014 15.374 6.63379 15.6401 6.29199 15.8403C5.9502 16.0405 5.52783 16.1406 5.0249 16.1406C4.51709 16.1406 4.08984 16.0405 3.74316 15.8403C3.40137 15.6401 3.14258 15.374 2.9668 15.042C2.79102 14.71 2.70312 14.3462 2.70312 13.9507ZM4.10205 13.3867V13.9507C4.10205 14.1216 4.13379 14.2852 4.19727 14.4414C4.26562 14.5928 4.36816 14.7173 4.50488 14.8149C4.64648 14.9077 4.81738 14.9541 5.01758 14.9541C5.22754 14.9541 5.39844 14.9077 5.53027 14.8149C5.66211 14.7173 5.75977 14.5928 5.82324 14.4414C5.88672 14.2852 5.91846 14.1216 5.91846 13.9507V13.3867C5.91846 13.2061 5.88428 13.04 5.81592 12.8887C5.75244 12.7324 5.65234 12.6079 5.51562 12.5151C5.38379 12.4175 5.21289 12.3687 5.00293 12.3687C4.80762 12.3687 4.6416 12.4175 4.50488 12.5151C4.36816 12.6079 4.26562 12.7324 4.19727 12.8887C4.13379 13.04 4.10205 13.2061 4.10205 13.3867ZM7.80078 19.9492V19.3853C7.80078 18.9849 7.88867 18.6187 8.06445 18.2866C8.24512 17.9546 8.50635 17.6885 8.84814 17.4883C9.19482 17.2881 9.61963 17.188 10.1226 17.188C10.6304 17.188 11.0552 17.2881 11.397 17.4883C11.7388 17.6885 11.9976 17.9546 12.1733 18.2866C12.3491 18.6187 12.437 18.9849 12.437 19.3853V19.9492C12.437 20.3496 12.3491 20.7158 12.1733 21.0479C12.0024 21.3799 11.7461 21.646 11.4043 21.8462C11.0625 22.0464 10.6401 22.1465 10.1372 22.1465C9.62939 22.1465 9.20215 22.0464 8.85547 21.8462C8.50879 21.646 8.24512 21.3799 8.06445 21.0479C7.88867 20.7158 7.80078 20.3496 7.80078 19.9492ZM9.20703 19.3853V19.9492C9.20703 20.125 9.24609 20.291 9.32422 20.4473C9.40234 20.6035 9.50977 20.728 9.64648 20.8208C9.78809 20.9136 9.95166 20.96 10.1372 20.96C10.3716 20.96 10.5547 20.9136 10.6865 20.8208C10.8184 20.728 10.9087 20.6035 10.9575 20.4473C11.0112 20.291 11.0381 20.125 11.0381 19.9492V19.3853C11.0381 19.2095 11.0039 19.0459 10.9355 18.8945C10.8672 18.7383 10.7646 18.6138 10.6279 18.521C10.4961 18.4233 10.3276 18.3745 10.1226 18.3745C9.91748 18.3745 9.74658 18.4233 9.60986 18.521C9.47803 18.6138 9.37793 18.7383 9.30957 18.8945C9.24121 19.0459 9.20703 19.2095 9.20703 19.3853ZM10.6426 12.8594L5.43506 21.1943L4.40967 20.6523L9.61719 12.3174L10.6426 12.8594Z' fill='white'/%3E%3C/svg%3E%0A") 0 4px no-repeat;
}
.b-lot-card__action-item {
margin-bottom: 9px;
}
.b-main-slider {
position: relative;
margin-bottom: 35px;
-ms-flex: none;
flex: none;
}
.b-main-slider__item {
height: 460px;
background-repeat: no-repeat;
background-position: 50% 0;
background-size: cover;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.b-main-slider__text {
width: 100%;
text-align: right;
}
.b-main-slider__text-box {
display: inline-block;
background: rgba(0,0,0,0.5);
max-width: 480px;
width: 100%;
text-align: left;
color: #fff;
padding: 20px 20px 10px;
margin-right: 35px;
}
.b-main-slider__title {
font-size: 64px;
font-family: 'Poiret One';
margin-bottom: 16px;
}
.b-main-slider__description {
font-size: 16px;
}
.b-main-slider .owl-nav {
position: absolute;
top: 50%;
left: 50%;
margin-left: -560px;
max-width: 1120px;
width: 100%;
height: 0;
}
.b-main-slider .owl-nav > div {
position: absolute;
right: 0;
top: 50%;
margin-top: -32px;
width: 35px;
height: 63px;
}
.b-main-slider .owl-nav > div.owl-prev {
left: 0;
right: auto;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.b-main-slider .owl-nav > div svg {
fill: #fff;
transition: all 0.3s ease;
}
.b-main-slider .owl-nav > div:hover svg {
fill: #ED1C24;
}
.b-main-slider .owl-dots {
position: absolute;
bottom: 12px;
left: 0;
right: 0;
text-align: center;
}
.b-main-slider .owl-dots > div {
display: inline-block;
vertical-align: top;
width: 18px;
height: 18px;
border-radius: 100%;
margin: 0 15px;
background: #fff;
}
.b-main-slider .owl-dots > div.active {
background: #ed1c24;
}
.b-map-block__btns {
display: none;
}
.b-map-block__btns.active {
display: block;
}
.b-map-block__title {
font-size: 21px;
line-height: 32px;
color: #5a5a5a;
margin-bottom: 30px;
}
.b-map-block__title a {
display: inline-block;
text-decoration: none;
color: #5a5a5a;
border-bottom: 1px solid transparent;
}
.b-map-block__title a:hover,
.b-map-block__title a.active {
color: #ed1c24;
border-color: #ed1c24;
}
.b-map-block__body {
height: 400px;
margin-bottom: -50px;
}
.b-my-popup {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0,0,0,0.18);
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
transition: all 0.2s ease;
opacity: 0;
visibility: hidden;
z-index: 999;
overflow: auto;
padding: 0 10px;
-webkit-overflow-scrolling: touch;
}
.b-my-popup.opened {
opacity: 1;
visibility: visible;
}
.b-my-popup__in {
position: relative;
max-width: 570px;
margin: 20px 0;
width: 100%;
background-color: #fff;
padding: 120px 90px 90px;
max-height: 100%;
overflow-y: auto;
font-size: 18px;
color: #262626;
max-height: calc(100vh - 40px);
-webkit-overflow-scrolling: touch;
}
.b-my-popup__in--information {
max-width: 1200px;
}
.b-my-popup__close {
position: absolute;
top: 20px;
right: 20px;
width: 30px;
height: 30px;
cursor: pointer;
}
.b-my-popup__close.button {
position: static;
top: auto;
right: auto;
height: auto;
}
.b-my-popup__title {
font-size: 40px;
color: #ed1c24;
text-align: center;
margin-bottom: 40px;
}
.b-my-popup__description {
font-size: 24px;
color: #5a5a5a;
text-align: center;
margin-bottom: 50px;
}
.b-my-popup__buttons {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: start;
align-items: flex-start;
}
.b-my-popup__buttons .button {
position: relative;
-ms-flex: 0 0 48%;
flex: 0 0 48%;
margin-right: 4%;
font-size: 28px;
padding: 19px 55px;
}
.b-my-popup__buttons .button:after,
.b-my-popup__buttons .button:before {
content: "";
position: absolute;
top: 50%;
left: 50px;
width: 6px;
height: 6px;
border-radius: 100%;
background: #fff;
margin-top: -3px;
}
.b-my-popup__buttons .button:after {
left: auto;
right: 50px;
}
.b-my-popup__buttons .button:nth-child(2n) {
margin-right: 0;
}
.b-my-popup__after-form-link {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-top: 10px;
}
.b-my-popup__after-form-link a {
font-size: 18px;
color: #5a5a5a;
}
.b-my-popup .b-my-popup__in {
padding: 60px 20px 50px;
border-radius: 15px;
}
.b-my-popup.b-my-popup--enterlogin .b-my-popup__in,
.b-my-popup.b-my-popup--registration .b-my-popup__in,
.b-my-popup.b-my-popup--location .b-my-popup__in {
max-width: 356px;
}
.b-my-popup.b-my-popup--registration .b-form.b-form--signin,
.b-my-popup.b-my-popup--location .b-form.b-form--location {
max-width: 250px;
margin: 0 auto;
}
.b-my-popup .b-my-popup__in--information {
max-width: 440px;
}
.b-my-popup .b-my-popup__title {
font-size: 24px;
margin-bottom: 25px;
}
.b-my-popup .b-my-popup__description {
font-size: 16px;
max-width: 300px;
margin: 0 auto 35px;
}
.b-my-popup .b-my-popup__buttons {
display: block;
max-width: 254px;
margin: 0 auto;
}
.b-my-popup .b-form .button--1,
.b-my-popup .b-my-popup__buttons .button {
font-size: 16px;
padding: 12px 20px;
width: 100%;
margin: 0 0 14px;
border-radius: 30px;
position: static;
}
.b-my-popup .b-form .button--1 {
padding: 0;
}
.b-my-popup .b-form .button--1:after, .b-my-popup .button--1:before,
.b-my-popup .b-my-popup__buttons .button:before,
.b-my-popup .b-my-popup__buttons .button:after {
display: none;
}
.b-my-popup .b-my-popup__buttons .button:last-child {
margin-bottom: 0;
background: #282828;
}
.b-my-popup .b-my-popup__close {
width: 40px;
height: 40px;
top: 10px;
right: 10px;
}
.b-my-popup .close:after,
.b-my-popup .close:before {
left: 50%;
right: auto;
width: 22px;
margin-left: -11px;
}
.b-my-popup .b-form label input[type="radio"] ~ span,
.b-my-popup .b-form label input[type="checkbox"] ~ span {
font-size: 16px;
}
.b-form label {
display: block;
margin-bottom: 25px;
}
.b-form label input[type="radio"],
.b-form label input[type="checkbox"] {
width: 0;
height: 0;
opacity: 0;
}
.b-form label input[type="radio"] ~ span,
.b-form label input[type="checkbox"] ~ span {
display: inline-block;
padding-left: 36px;
font-size: 24px;
cursor: pointer;
position: relative;
}
.b-form label input[type="radio"] ~ span:before,
.b-form label input[type="checkbox"] ~ span:before {
content: "";
position: absolute;
left: 5px;
top: 50%;
width: 12px;
height: 12px;
margin-top: -6px;
border-radius: 100%;
background: #cbcbcb;
border: 2px solid #fff;
box-shadow: 0 0 0 2px #cbcbcb; }
.b-form label input[type="radio"]:checked ~ span:before,
.b-form label input[type="checkbox"]:checked ~ span:before {
background: #ed1c24;
box-shadow: 0 0 0 2px #ed1c24;
}
.b-form .button {
width: 100%;
}
.b-form .button--1 {
position: relative;
}
.b-form .button--1:after,
.b-form .button--1:before {
content: "";
position: absolute;
top: 50%;
left: 26px;
width: 6px;
height: 6px;
border-radius: 100%;
background: #fff;
margin-top: -3px;
}
.b-form .button--1:after {
left: auto;
right: 26px;
}
.b-notification-block {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #fff;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
transition: all 0.2s ease;
opacity: 0;
visibility: hidden;
z-index: 999;
overflow: auto;
padding: 0 10px;
-webkit-overflow-scrolling: touch;
pointer-events: none;
}
.b-notification-block.opened {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.b-notification-block__in {
position: relative;
max-width: 650px;
margin: 20px 0;
width: 100%;
background-color: #ed1c24;
padding: 56px 64px 64px;
max-height: 100%;
overflow-y: auto;
font-size: 18px;
color: #262626;
max-height: calc(100vh - 40px);
text-align: center;
color: #fff;
font-size: 16px;
line-height: 1.5;
-webkit-overflow-scrolling: touch;
}
.b-notification-block__desc {
margin: 0 0 30px;
}
.b-notification-block h2 {
color: #fff;
margin: 0 0 30px;
}
.b-notification-block .button--2,
.b-notification-block a.button--2 {
background: #333;
width: 100%;
max-width: 320px;
}
.b-notification-block .button--2:hover,
.b-notification-block a.button--2:hover {
background: #474747;
}
.pagination {
margin-bottom: 30px;
text-align: center;
font-size: 0;
}
.pagination__container {
font-size: 0;
display: inline-block;
}
.page-numbers,
.pagination__item {
display: inline-block;
vertical-align: top;
text-decoration: none;
width: 40px;
height: 40px;
border: 1px solid #414042;
background-color: #fff;
text-align: center;
color: #787878;
font-size: 24px;
font-weight: 400;
line-height: 38px;
margin-right: 10px;
}
.pagination .page-numbers.current,
.pagination a.pagination__item.active,
.pagination a.pagination__item:hover {
color: #fff;
background: #ed1c24;
border-color: #ed1c24;
}
.pagination .prev,
.pagination .next,
.pagination__first-page,
.pagination__last-page {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
vertical-align: top;
text-decoration: none;
height: 40px;
color: #fff;
font-size: 24px;
line-height: 38px;
background: #ed1c24;
border: 1px solid #ed1c24;
padding: 0 20px;
}
.pagination__first-page {
margin-right: 10px;
}
.before-content {
-ms-flex: none;
flex: none;
padding-top: 50px;
width: 100%;
}
.b-before-text {
margin-bottom: 40px;
font-size: 16px;
line-height: 1.5;
}
.b-path {
font-size: 14px;
font-family: 'Poiret One' bold ;
color: #000;
margin-bottom: 35px;
}
.b-path a {
color: #000;
text-decoration: none;
}
.b-path a .svg-icon {
width: 20px;
height: 20px;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
margin: -3px 0 0 -3px;
vertical-align: top;
}
.b-path a .svg-icon svg {
width: 13px;
height: 13px;
}
.badge-label {
display: inline-block;
vertical-align: top;
margin: 0 5px 5px 0;
font-size: 14px;
line-height: 1;
font-weight: 600px;
padding: 6px 14px 7px;
color: #fff;
text-transform: lowercase;
}
.badge-label--newest {
background-color: #414042;
}
.badge-labels {
position: absolute;
left: 0;
top: -36px;
}
.b-lot-card__badges .badge-label--newest {
margin-bottom: 15px;
}
.b-popuplar-product {
-ms-flex: none;
flex: none;
margin-bottom: 90px;
position: relative;
}
.b-popuplar-product--recomendet {
background: #faf5ec;
margin-bottom: 0;
padding-top: 34px;
padding-bottom: 20px;
}
.b-popuplar-product__title {
position: relative;
text-align: center;
margin-bottom: 35px;
margin-top: 0;
font-weight: bold;
overflow: hidden;
font-size: 22px;
}
.b-popuplar-product__title a {
position: relative;
display: inline-block;
text-decoration: none;
border: 2px solid #ddd;
padding: 7px 18px;
border-radius: 25px;
color: #4c4c4c;
}
}
._allview-decor {
position: relative;
display: inline-block;
}
.b-popuplar-product__title a:before,
.b-popuplar-product__title a:after,
.b-popuplar-product__allview ._allview-decor:before,
.b-popuplar-product__allview ._allview-decor:after {
content: '';
position: absolute;
top: 50%;
margin-top: -1px;
width: 1000px;
height: 2px;
background-color: #ECECEC;
}
.b-popuplar-product__title a:before,
.b-popuplar-product__allview ._allview-decor:before {
right: 110%;
}
.b-popuplar-product__title a:after,
.b-popuplar-product__allview ._allview-decor:after {
left: 110%;
}
.b-popuplar-product__body {
margin-bottom: 50px;
max-width: 1098px;
}
.b-popuplar-product__allview {
position: relative;
overflow: hidden;
text-align: center;
}
.b-popuplar-product__allview .button {
font-size: 14px;
padding: 20px 60px 19px;
position: relative;
min-width: 320px;
text-transform: uppercase;
}
.b-popuplar-product__allview .button:before,
.b-popuplar-product__allview .button:after {
content: "";
position: absolute;
top: 50%;
left: 40px;
width: 10px;
height: 10px;
margin-top: -5px;
border-radius: 100%;
background: #fff;
}
.b-popuplar-product__allview .button:after {
left: auto;
right: 40px;
}
.b-popuplar-product__back-bg {
position: absolute;
left: 0;
right: 0;
}
.b-popuplar-product__back-bg:after,
.b-popuplar-product__back-bg:before {
content: "";
position: absolute;
top: 36px;
bottom: -55px;
left: 0;
right: 50%;
margin-right: 650px;
background: #ededed;
}
.b-popuplar-product__back-bg:after {
right: 0;
left: 50%;
margin-left: 650px;
margin-right: 0;
}
.b-popuplar-product .owl-carousel .b-product-list__item {
margin-bottom: 0;
margin-right: 0;
}
.b-popuplar-product .owl-carousel .b-product-thumbs {
display: block;
}
.b-popuplar-product .owl-carousel .owl-item img {
display: inline-block;
}
.b-popuplar-product .owl-nav {
position: absolute;
right: -80px;
left: -80px;
top: 50%;
height: 0;
}
.b-popuplar-product .owl-nav > div {
position: absolute;
right: 0;
top: 50%;
width: 25px;
height: 46px;
margin-top: -23px;
}
.b-popuplar-product .owl-nav > div.owl-prev {
left: 0;
right: auto;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.b-popuplar-product .owl-nav > div svg {
fill: #ed1c24;
width: 25px;
height: 46px;
transition: all 0.3s ease;
}
.b-popuplar-product .owl-nav > div:hover svg {
fill: #5A5A5A;
}
.b-popuplar-product .owl-dots {
text-align: center;
margin-top: 20px;
display: none;
}
.b-popuplar-product .owl-dots > div {
display: inline-block;
vertical-align: top;
width: 18px;
height: 18px;
border-radius: 100%;
margin: 0 10px;
background: #ededed;
}
.b-popuplar-product .owl-dots > div.active {
background: #ed1c24;
}
.b-popuplar-product.b-popuplar-product--recomendet .owl-dots {
margin-top: 30px;
}
.b-popuplar-product.b-popuplar-product--recomendet .owl-dots > div {
background: #fff;
}
.b-popuplar-product.b-popuplar-product--recomendet .owl-dots > div.active {
background: #ed1c24;
}
.b-popuplar-product .b-product-thumbs__name {
font-size: 18px;
line-height: 32px;
text-align: center;
color: #5A5A5A;
}
.b-product-list {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 10px;
}
.b-product-list--sets .b-product-list__item .b-product-thumbs:hover .b-product-thumbs__image img {
margin-top: 0;
-webkit-transform: scale(1);
transform: scale(1);
}
.b-product-list--sets .b-product-list__item .b-product-thumbs:hover .b-product-thumbs__image-bg:before {
top: 0;
}
.b-product-list--sets .b-product-list__item .b-product-thumbs__description {
max-width: 240px;
width: 100%;
margin: 0 auto;
}
.b-product-list--sets .b-product-list__item .b-product-thumbs__name {
text-align: left;
color: #ed1c24;
}
.b-product-list--sets .b-product-list__item .b-product-thumbs__image-box {
max-width: 100%;
height: auto;
}
.b-product-list--sets .b-product-list__item .b-product-thumbs__bottom {
max-width: 240px;
width: 100%;
margin: 0 auto;
}
.b-product-list__item {
-ms-flex: 0 0 23%;
flex: 0 0 23%;
margin-bottom: 60px;
margin-right: 2%;
text-align: center;
}
.b-product-list__item:nth-child(4n) {
margin-right: 0;
}
.b-product-thumbs {
height: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: justify;
justify-content: space-between;
}
.b-product-thumbs--popular .b-product-thumbs__button .button {
width: auto;
font-size: 13px;
padding: 10px 14px;
}
.b-product-thumbs:hover .b-product-thumbs__name {
color: #ed1c24;
}
.b-product-thumbs:hover .b-product-thumbs__image img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
margin-top: -15px;
}
.b-product-thumbs:hover .b-product-thumbs__image-bg:before {
top: 0;
}
.b-product-thumbs__top {
text-decoration: none;
display: block;
margin-bottom: 10px;
}
.b-product-thumbs__name {
font-size: 18px;
color: #5a5a5a;
margin-bottom: 15px;
}
.b-product-thumbs__image-box {
position: relative;
height: 320px;
margin: 0 auto;
}
.b-product-thumbs__image {
position: relative;
}
.b-product-thumbs__image img {
max-height: 320px;
transition: all 0.3s ease;
}
.b-product-thumbs__image-bg {
position: absolute;
bottom: 37px;
left: 0;
right: 0;
height: 246px;
background-repeat: no-repeat;
background-position: 50% 0;
background-size: cover;
}
.b-product-thumbs__image-bg:before {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 230px;
background: #ed1c24;
transition: top 0.3s ease;
}
.product-thumb-awards {
position: sticky;
left: 4px;
bottom: -19px;
}
.product-thumb-awards-item {
display: block;
width: 70px;
padding: 5px;
}
.b-product-thumbs__flag {
position: absolute;
top: 0;
right: 0;
width: 38px;
background: url("data:image/svg+xml,%3Csvg width='48' height='81' viewBox='0 0 48 81' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48.0001 80.9231L23.579 64.8332L0 80.9231V0.473877H48.0001V80.9231Z' fill='%23ED1C24'/%3E%3C/svg%3E") 0 100% no-repeat;
background-size: cover;
font-size: 14px;
font-weight: bold;
line-height: 1;
color: #fff;
padding: 10px 0 26px;
z-index: 1;
}
.b-product-thumbs__description {
font-size: 14px;
line-height: 1.4;
color: #5a5a5a;
padding: 0 10px;
}
.b-product-thumbs__prices-box {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
margin-bottom: 15px;
}
.b-product-thumbs__price {
font-size: 22px;
color: #5a5a5a;
font-weight: 500;
}
.b-product-thumbs__oldprice {
color: #ed1c24;
font-weight: bold;
font-size: 22px;
-webkit-text-decoration-line: line-through;
text-decoration-line: line-through;
}
.b-product-thumbs__button .button {
width: 100%;
}
.breadcrumb_last {
color: #ed1c24;
}
.b-product-thumbs__more {
margin-bottom: 15px;
}
.b-product-thumbs__more a {
font-size: 13px;
color: #5a5a5a;
}
.b-quantity {
position: relative;
height: 40px;
padding-right: 40px;
width: 80px;
}
.b-quantity button {
position: absolute;
right: 0;
top: 0;
bottom: 50%;
border: none;
background: none;
box-shadow: none;
outline: none;
width: 40px;
font-size: 0;
}
.b-quantity button:hover:before {
border-bottom-color: #ed1c24;
}
.b-quantity button:before {
content: "";
position: absolute;
left: 50%;
top: 50%;
border-style: solid;
border-width: 0px 5px 7px 5px;
border-color: transparent;
border-bottom-color: #5a5a5a;
margin-left: -5px;
margin-top: -4px;
}
.b-quantity button.b-quantity__minus {
bottom: 0;
top: 50%;
}
.b-quantity button.b-quantity__minus:before {
margin-top: -3px;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.b-quantity input[type="text"],
.b-quantity input[type="number"] {
padding: 0 5px;
height: 100%;
font-size: 24px;
background: #fff;
color: #5a5a5a;
text-align: center;
border-right: 1px solid #5a5a5a;
border-radius: 0;
border-width: 0 1px 0 0;
}
.rating-block {
margin: 15px 0 14px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}
.rating-block--cardlot {
-ms-flex-pack: start;
justify-content: flex-start;
margin: 0 0 25px;
}
.rating-block__body {
text-align: left;
width: 80px;
height: 15px;
background: url("data:image/svg+xml,%0A%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0L9.79611 5.52786H15.6085L10.9062 8.94427L12.7023 14.4721L8 11.0557L3.29772 14.4721L5.09383 8.94427L0.391548 5.52786H6.20389L8 0Z' fill='%23ccc'/%3E%3C/svg%3E") 0 0 repeat-x;
}
.rating-block__body span {
display: inline-block;
height: 15px;
background: url("data:image/svg+xml,%0A%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0L9.79611 5.52786H15.6085L10.9062 8.94427L12.7023 14.4721L8 11.0557L3.29772 14.4721L5.09383 8.94427L0.391548 5.52786H6.20389L8 0Z' fill='%23ED1C24'/%3E%3C/svg%3E") 0 0 repeat-x;
}
.rating-block__title {
color: #000;
font-size: 14px;
line-height: 1;
margin: 1px 0 0 6px;
}
.b-shop-filter {
border-top: 8px solid #ed1c24;
padding: 30px 0;
margin-bottom: 20px;
}
.b-shop-filter-widget.hideParam .b-shop-filter-widget__title .svg-icon {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.b-shop-filter-widget.hideParam .woocommerce-widget-layered-nav-list {
display: none;
}
.b-shop-filter-widget__title {
font-size: 14px;
color: #ed1c24;
padding: 5px 0;
margin-bottom: 5px;
cursor: pointer;
}
.b-shop-filter-widget__title .svg-icon {
width: 12px;
height: 8px;
vertical-align: middle;
margin-left: 5px;
}
.b-shop-filter-widget .woocommerce-widget-layered-nav-list {
margin: 0;
padding: 0;
list-style-type: none;
}
.woocommerce-widget-layered-nav-list__item {
position: relative;
display: flex;
font-size: 12px;
color: #5a5a5a;
border-radius: 10px; line-height: 1;
padding: 5px 10px 5px 0;
}
.woocommerce-widget-layered-nav-list__item a {
padding-left: 20px;
text-decoration: none;
color: inherit;
line-height: 1;
flex: 1 1 0;
} .woocommerce-widget-layered-nav-list__item:before {
content: "";
position: absolute;
left: 4px;
top: 6px;
width: 10px;
height: 10px;
border: 1px solid #fff;
box-shadow: 0 0 0 1px #E2E2E2;
background: #fff;
pointer-events: none;
border-radius: 100%;
}
.woocommerce-widget-layered-nav-list__item:hover,
.woocommerce-widget-layered-nav-list__item--chosen {
background: #FDF1F2;
}
.woocommerce-widget-layered-nav-list__item--chosen:before {
background: #ed1c24;
}
.b-shop-filter__closepopup {
display: none;
}
.b-filter-btn-mobile {
margin-bottom: 30px;
text-align: center;
display: none;
}
.b-filter-btn-mobile .button {
width: 100%;
font-size: 18px;
padding: 15px 60px;
position: relative;
border-radius: 0;
}
.b-filter-btn-mobile .button:before,
.b-filter-btn-mobile .button:after {
content: "";
position: absolute;
top: 50%;
left: 40px;
width: 6px;
height: 6px;
margin-top: -3px;
border-radius: 100%;
background: #fff;
}
.b-filter-btn-mobile .button:after {
left: auto;
right: 40px;
}
.b-tabs {
margin-bottom: 20px;
}
.b-tabs__item {
display: none;
}
.b-tabs__item.opened {
display: block;
}
.b-tabs__item-title {
display: none;
}
.b-tabs__item-body {
font-size: 14px;
line-height: 1.5;
}
.b-tabs__item-title-desc {
padding: 0;
margin: 0 0 40px;
list-style: none;
font-size: 0;
line-height: 1;
}
.b-tabs__item-title-desc > li {
display: inline-block;
vertical-align: top;
cursor: pointer;
position: relative;
min-width: 211px;
font-size: 16px;
color: #fff;
background: #414042;
padding: 9px 32px;
text-align: center;
margin-top: 15px;
margin-right: 45px;
transition: all 0.2s ease;
border-radius: 25px;
}
.b-tabs__item-title-desc > li:hover,
.b-tabs__item-title-desc > li.opened {
background: #ed1c24;
}
.b-tabs__item-title-desc > li:last-child {
margin-right: 0;
}
.b-tabs__item-title-desc > li:after,
.b-tabs__item-title-desc > li:before {
content: "";
position: absolute;
left: 25px;
top: 50%;
width: 6px;
height: 6px;
margin-top: -3px;
border-radius: 100%;
background: #fff;
}
.b-tabs__item-title-desc > li:after {
right: 25px;
left: auto;
}
.b-details {
max-width: 300px;
}
.b-details__title {
color: #ed1c24;
font-weight: bold;
font-size: 14px;
margin-bottom: 20px;
}
.b-details__item {
font-size: 14px;
line-height: 1.5;
margin-bottom: 7px;
}
.b-reviews-product__title {
font-size: 26px;
line-height: 1.3;
color: #ed1c24;
margin-bottom: 25px;
max-width: 320px;
}
.b-reviews-product__body {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.b-reviews-product__item {
-ms-flex: 0 0 43%;
flex: 0 0 43%;
font-size: 14px;
color: #000;
margin-right: 14%;
margin-bottom: 20px;
}
.b-reviews-product__item:nth-child(2n) {
margin-right: 0;
}
.b-reviews-product__item-photo {
width: 126px;
float: left;
margin: 0 20px 10px 0;
}
.b-reviews-product__item-name {
margin: 40px 0 20px;
color: #ed1c24;
}
.b-text-block-plain {
-ms-flex: none;
flex: none;
}
.b-text-block-plain__in {
padding-top: 50px;
padding-bottom: 78px;
}
.b-text-block-plain__image {
margin-bottom: 25px;
}
.b-text-block-plain__title {
margin-left: 75px;
margin-right: 75px;
}
.b-text-block-plain__text {
padding: 15px 75px;
font-size: 16px;
line-height: 1.5;
position: relative;
margin-bottom: 40px;
}
.b-text-block-plain__text:after,
.b-text-block-plain__text:before {
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 24px;
background: url("data:image/svg+xml,%3Csvg width='17' height='124' viewBox='0 0 17 124' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7351 87.7369C17.459 83.5905 17.5894 78.7838 15.0687 76.6049C13.4461 75.2052 12.0988 74.6902 11.1572 74.5317C10.7081 74.4393 10.3025 74.2412 10.8095 73.5281C12.9101 70.7682 12.9825 67.7178 9.94028 65.09C8.2453 63.6242 5.53624 63.4526 3.08794 65.8163C1.98693 66.8859 1.72617 68.6158 2.89961 69.6194C3.68191 70.3061 4.9133 70.3457 5.79701 69.5005C6.86904 68.4705 6.17367 67.1632 5.42035 66.8199C5.10163 66.6482 4.72497 66.3181 5.07266 65.9748C5.81149 65.2617 7.63685 65.3145 8.44812 66.0276C10.1576 67.4934 9.60708 69.6326 7.89762 71.27C6.13021 72.9735 5.15958 73.5413 3.84127 74.809C0.900412 77.6481 1.11772 81.1607 3.45012 83.1679C5.89841 85.2807 8.5785 84.7657 10.0562 83.3264C11.7946 81.6625 11.3021 80.4344 10.3314 79.6025C9.49118 78.8762 8.37569 78.8234 7.17327 79.9986C6.31854 80.8306 6.92699 82.2039 7.59339 82.5208C7.88313 82.6661 7.92659 83.0094 7.78172 83.1415C7.53544 83.3792 6.14469 83.3396 5.3624 82.6661C4.55113 81.9662 3.21833 80.0647 5.60868 77.7538C8.20184 75.258 11.3455 75.6145 13.0695 77.0935C14.75 78.5329 14.2139 83.0622 11.9685 87.0766C7.52096 95.0525 -3.38773 101.734 1.04528 111.982C2.03039 114.24 4.60908 117.475 7.98454 117.633C7.59339 118.861 7.46301 120.116 7.97005 121.331C8.8103 123.351 11.2876 124.672 14.3009 123.642C16.2421 122.981 17.3286 121.555 16.5318 119.614C16.0103 118.333 14.6485 118.082 14.1415 118.254C14.0256 118.307 14.0691 118.505 14.2574 118.782C14.8224 119.68 14.1994 120.789 12.9391 121.225C11.867 121.595 10.1141 121.225 9.44772 119.601C9.2449 119.112 8.98414 118.307 9.18696 117.647C9.60708 117.581 10.3314 117.699 11.2876 117.382C12.1568 117.092 12.7508 116.63 12.3886 115.732C12.0554 114.913 11.4614 114.557 10.3894 114.926C9.66503 115.164 8.98414 115.904 8.54953 116.419C8.46261 116.696 8.34671 116.828 7.88313 116.709C5.76803 116.128 4.26139 114.24 3.62396 112.668C0.147091 104.283 12.5769 95.3563 15.7351 87.7369ZM15.7351 36.2499C17.459 40.3963 17.5894 45.2162 15.0687 47.3819C13.4316 48.7816 12.0843 49.2966 11.1572 49.4551C10.6936 49.5475 10.3025 49.7456 10.8095 50.4587C12.9101 53.2186 12.9825 56.269 9.94028 58.8968C8.23082 60.3626 5.53624 60.521 3.08794 58.1573C1.98693 57.1009 1.72617 55.3578 2.89961 54.3542C3.6964 53.6675 4.9133 53.6279 5.79701 54.4731C6.86904 55.5031 6.17367 56.8104 5.42035 57.1537C5.10163 57.3254 4.72497 57.6555 5.07266 57.9988C5.81149 58.7119 7.63685 58.6591 8.44812 57.946C10.1576 56.4802 9.60708 54.341 7.89762 52.6904C6.13021 50.9869 5.15958 50.4191 3.84127 49.1514C0.900412 46.3123 1.11772 42.7997 3.45012 40.8057C5.89841 38.6929 8.5785 39.2079 10.0562 40.6472C11.7946 42.3243 11.3021 43.5524 10.3314 44.3711C9.49118 45.0974 8.37569 45.1502 7.17327 43.9749C6.31854 43.1562 6.92699 41.7697 7.59339 41.4528C7.88313 41.3075 7.92659 40.9642 7.78172 40.8321C7.53544 40.5944 6.14469 40.634 5.3624 41.3075C4.55113 42.0074 3.21833 43.9089 5.60868 46.2198C8.18736 48.7156 11.3455 48.3591 13.0695 46.8801C14.75 45.4275 14.2139 40.9113 11.9685 36.897C7.50647 28.9342 -3.40222 22.2524 1.04528 12.0184C2.03039 9.76033 4.59459 6.53827 7.98454 6.3666C7.59339 5.13852 7.47749 3.88404 7.97005 2.66916C8.79581 0.648773 11.2876 -0.671745 14.3009 0.358253C16.2421 1.01852 17.3286 2.44466 16.5318 4.38583C16.0103 5.66673 14.6485 5.91763 14.1415 5.74596C14.0256 5.70634 14.0691 5.50827 14.2574 5.23096C14.8224 4.33301 14.1994 3.22378 12.9391 2.80121C11.867 2.43147 10.1141 2.80121 9.44772 4.43865C9.2449 4.92724 8.98414 5.73276 9.18696 6.39302C9.60708 6.44584 10.3459 6.32699 11.3021 6.64391C12.1713 6.93443 12.7652 7.39661 12.4031 8.29456C12.0699 9.11328 11.4759 9.46982 10.4039 9.10007C9.694 8.84917 8.99863 8.12289 8.56402 7.60789C8.47709 7.33058 8.3612 7.19853 7.89762 7.31738C5.78252 7.89841 4.27587 9.78674 3.63845 11.3582C0.147089 19.7038 12.5769 28.6305 15.7351 36.2499Z' fill='%23C4C4C4'/%3E%3C/svg%3E%0A") 0 50% repeat-y;
}
.b-text-block-plain__text:after {
left: auto;
right: 0;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.b-text-block-plain__button {
text-align: center;
}
.b-text-block-plain__button .button {
max-width: 398px;
width: 100%;
}
.b-text-block {
-ms-flex: none;
flex: none;
font-size: 14px;
line-height: 1.5;
margin-bottom: 40px;
}
.b-text-block p {
margin-bottom: 30px;
}
.b-text-block .poiret {
font-family: 'Poiret One', cursive;
color: #ed1c24;
}
.b-text-block__title {
color: #ed1c24;
margin-bottom: 25px;
font-weight: bold;
}
.b-text-block__item {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 40px;
}
.b-text-block__column {
position: relative;
}
.b-text-block__column--left {
-ms-flex-order: 0;
order: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
margin-right: 3%;
}
.b-text-block__column--left img {
height: auto;
}
.b-text-block__column--left .bg-image {
position: relative;
}
.b-text-block__column--left .bg-image:before {
content: "";
position: absolute;
left: 0;
top: 50%;
width: 350px;
height: 400px;
background: url(//piemaggio.shop/wp-content/themes/piemaggio/img/corkscrew.png) 0 0 no-repeat;
margin-left: -191px;
margin-top: -31px;
pointer-events: none;
}
.b-text-block__column--right {
-ms-flex-order: 1;
order: 1;
-ms-flex: 0 0 47%;
flex: 0 0 47%;
}
.b-tours-list {
padding-top: 30px;
margin-bottom: 20px;
border-top: 3px solid #ed1c24;
}
.b-tours-list__list {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
}
.b-tours-list__button {
text-align: center;
max-width: 470px;
margin-left: auto;
margin-top: -35px;
}
.b-tours-list__button .button {
max-width: 416px;
width: 100%;
}
.b-tours-list .b-tours-thumbs {
-ms-flex: 0 0 48%;
flex: 0 0 48%;
margin-right: 4%;
max-width: 470px;
margin-bottom: 35px;
font-size: 18px;
line-height: 1.5;
color: #414042;
}
.b-tours-list .b-tours-thumbs:nth-child(2n) {
margin-right: 0;
}
.b-tours-list .b-tours-thumbs__name {
margin-bottom: 25px;
font-size: 18px;
font-weight: bold;
line-height: 1;
color: #faf5ec;
text-align: center;
}
.b-tours-list .b-tours-thumbs__name span {
position: relative;
display: inline-block;
background: #ed1c24;
min-width: 210px;
padding: 9px 30px;
}
.b-tours-list .b-tours-thumbs__name span:after,
.b-tours-list .b-tours-thumbs__name span:before {
content: "";
position: absolute;
top: 50%;
left: 20px;
width: 6px;
height: 6px;
border-radius: 100%;
background: #faf5ec;
margin-top: -3px;
}
.b-tours-list .b-tours-thumbs__name span:after {
left: auto;
right: 20px;
}
.b-tours-list .b-tours-thumbs__image {
background-repeat: no-repeat;
background-position: 50% 0;
background-size: cover;
margin-bottom: 20px;
}
.b-tours-list .b-tours-thumbs__image:before {
content: "";
display: block;
padding-top: 67%;
}
.b-tours-text-block {
margin-bottom: 70px;
padding-bottom: 20px;
border-bottom: 3px solid #ed1c24;
}
.b-tours-text-block__group {
margin-bottom: 70px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-size: 18px;
line-height: 1.5;
}
.b-tours-text-block__group:last-child {
margin-bottom: 0;
}
.b-tours-text-block__group p {
margin: 0 0 20px;
}
.b-tours-text-block__group h5,
.b-tours-text-block__group .h5 {
font-weight: normal;
margin: 0 0 20px;
}
.b-tours-text-block__group .textcenter {
text-align: center;
}
.b-tours-text-block__column {
-ms-flex: 0 0 48%;
flex: 0 0 48%;
margin-right: 4%;
}
.b-tours-text-block__column:nth-child(2n) {
margin-right: 0;
}
.b-tours-text-block__column p:last-child {
margin-bottom: 0;
}
.b-tours-text-block__button {
text-align: center;
margin-top: 90px;
}
.b-tours-text-block__button .button {
width: 100%;
max-width: 400px;
}
.b-view-all-product {
text-align: center;
}
.lmp_load_more_button .button {
min-width: 280px;
font-size: 18px;
padding: 16px 80px;
position: relative;
border-radius: 30px;
}
.lmp_load_more_button .button:before,
.lmp_load_more_button .button:after {
content: "";
position: absolute;
top: 50%;
left: 60px;
width: 10px;
height: 10px;
margin-top: -5px;
border-radius: 100%;
background: #fff;
}
.lmp_load_more_button .button:after {
left: auto;
right: 60px;
}
.screen-reader-text{
clip:rect(1px,1px,1px,1px);
height:1px;
overflow:hidden;
position:absolute!important;
width:1px;
word-wrap:normal!important
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
position: relative;
padding: .75rem 1.25rem;
margin-bottom: 2rem;
border: 1px solid transparent;
border-radius: .25rem;
max-width: 580px;
}
.woocommerce-info {
color: #121010;
background-color: #fff;
border-color: #c1c1c1;
}
.woocommerce-message {
color: #121010;
background-color: #fff;
border-color: #ed1c24;
}
.woocommerce-error {
list-style-type: none;
color: #ffffff;
background-color: #d83939;
border-color: #f5c6cb;
}
.update-cart-button {
display: none !important;
}
.woocommerce table.shop_table {
border: 1px solid rgba(0,0,0,.1);
margin: 0 -1px 24px 0;
text-align: left;
width: 100%;
border-collapse: separate;
border-radius: 5px
}
.woocommerce table.shop_table th {
font-weight: 700;
padding: 9px 12px
}
.woocommerce table.shop_table td {
border-top: 1px solid rgba(0,0,0,.1);
padding: 6px 12px;
vertical-align: middle
}
.woocommerce table.shop_table td small {
font-weight: 400
}
.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th {
border-top: 0
}
.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th {
font-weight: 700;
border-top: 1px solid rgba(0,0,0,.1)
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.container .gutenberg-block.container,
.container .gutenberg-block .container {
padding-left: 0;
padding-right: 0;
}
.change-password-fieldset {
border: 2px solid #cccc !important;
padding: 20px !important;
}
.change-password-fieldset label {
display: block;
margin-bottom: 10px !important;
}
.change-password-fieldset .woocommerce-form-row + .woocommerce-form-row {
margin-top: 20px;
}
.change-password-fieldset .woocommerce-Input {
background-color: #faf5ec !important;
padding: 15px !important;
}
.woocommerce-shipping-methods {
padding-top: 14px;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-methods label {
display: block;
}
.added_to_cart.wc-forward {
display: none;
}
.b-main-slider__link {
position: absolute;
z-index: 5;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 0;
}
.dicount-popup {
text-align: center;
background-color: #ed1c24;
color: #fff;
}
.dicount-popup__content {
position: relative;
padding: 20px 40px;
}
.dicount-popup__close {
position: absolute;
top: 0;
right: 0;
width: 38px;
height: 38px;
}
.dicount-popup__close:before,
.dicount-popup__close:after {
width: 20px;
left: 50%;
right: auto;
margin-top: -1px;
margin-left: -10px;
background-color: #fff;
}
.dicount-popup .button {
display: block;
text-decoration: none;
font-size: 14px;
font-weight: bold;
color: #5a5a5a;
background: #fff;
padding: 10px 15px 8px;
text-align: center;
border-left: 5px solid #3d3d3d;
margin-top: 20px;
}
.comment-form-row {
margin-bottom: 26px;
}
.comment-form-author {
max-width: 238px;
}
.comment-form-email {
max-width: 334px;
}
.comment-form-comment {
max-width: 628px;
}
.comment-form .comment-control {
padding: 10px 14px;
font-size: 14px;
line-height: 16px;
background-color: #fff;
border: 1px solid #CCC6C6;
}
.comment-form .comment-control:not(textarea) {
height: 44px;
}
.comment-form textarea.comment-control {
padding: 15px;
}
.comment-notes {
display: none;
}
.comment-form-rating {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-transform: uppercase;
font-size: 14px;
line-height: 16px;
}
.comment-form-rating__label {
margin: 6px 20px 0 0;
vertical-align: top;
}
.review-list {
margin: 0;
padding: 0;
list-style-type: none;
font-size: 14px;
line-height: 16px;
}
.review {
padding-bottom: 5px;
border-bottom: 1px solid #D0D0D0;
}
.review-text .rating-block {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin: 0 0 0 10px;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.review-text__meta {
padding: 20px 0 0 0;
}
.review-text__author {
font-weight: 400;
vertical-align: top;
}
.review-text__date {
margin-bottom: 15px;
}
.rating-stars {
font-size: 0;
}
.rating-star {
position: relative;
display: inline-block;
vertical-align: top;
width: 26px;
height: 26px;
padding: 2px;
}
.rating-star__ctrl {
opacity: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: pointer;
}
.rating-star__icon {
display: inline-block;
vertical-align: top;
width: 100%;
height: 100%;
fill: #ccc;
}
.rating-star.active .rating-star__icon {
fill: #ED1C24;
}
.comment-respond__title {
text-transform: uppercase;
}
.points-head {
margin: 1rem 0;
font-size: 1.6rem;
text-decoration: underline;
}
.points-item {
margin-bottom: 1.4rem;
}
.cart_item .variation {
margin-top: 5px;
margin-bottom: 0;
}
.cart_item .variation-key,
.cart_item .variation-value {
display: inline-block;
vertical-align: top;
}
.wc-item-meta {
padding: 0;
list-style-type: none;
}
.wc-item-meta li {
margin: 5px 0;
}
.wc-item-meta p {
display: inline;
margin: 0;
}
.woocommerce-invalid .input-text {
box-shadow: 0 0 0 1px red;
color: red;
}
.cart-discount--qty ._discount {
color: red;
}
.jq-selectbox__select-text {
user-select: none;
}
.catalogue-ordering {
border-bottom: 1px solid #DBDBDB;
margin-bottom: 18px;
padding: 8px 0 16px;
font-size: 14px;
text-transform: lowercase;
}
.ordering-label__icon {
fill: currentColor;
}
.woocommerce-ordering {
display: inline-block;
}
.woocommerce-ordering .jq-selectbox__select {
padding: 6px 35px 8px 30px;
border: 1px solid transparent;
z-index: 10;
background-color: #faf5ec;
border-color: #faf5ec;
color: #5a5a5a;
border-radius: 25px;
}
.woocommerce-ordering .jq-selectbox__select-text {
line-height: 1.2;
}
.woocommerce-ordering .jq-selectbox__select:before {
left: 17px;
background-color: #5a5a5a;
}
.woocommerce-ordering .jq-selectbox__trigger {
right: 13px;
}
.woocommerce-ordering .jq-selectbox__dropdown {
border: 1px solid #b4b4b4;
background-color: #faf5ec;
margin-top: -1px;
padding-top: 0;
padding-bottom: 0;
border-radius: 25px;
}
.woocommerce-ordering .jq-selectbox__dropdown ul li {
font-size: 16px;
padding: 10px 14px 11px;
text-align: left;
border-color: #b4b4b4;
}
.woocommerce-ordering .jq-selectbox.opened .jq-selectbox__select {
border-color: #b4b4b4;
background-color: #faf5ec;
border-bottom-color: transparent;
}
.woocommerce-ordering .jq-selectbox.opened .jq-selectbox__trigger {
transform: rotate(180deg);
}
.woocommerce-ordering .jq-selectbox__trigger-arrow,
.jq-selectbox.opened .jq-selectbox__trigger-arrow {
border-top-color: #ed1c24;
}
.catalogue-ordering .jq-selectbox {
margin-left: 10px;
}
.aside-reset-filter {
text-align: center;
padding: 13px 0 22px;
}
.b-shop-filter .aside-reset-filter {
display: none;
text-align: left;
}
.reset-filters-link {
display: inline-block;
font-size: 14px;
color: #414042;
line-height: 14px;
text-decoration: none;
}
.reset-filters-link:hover,
.reset-filters-link:focus {
color: #ed1c24;
}
.reset-filters-link__label,
.reset-filters-link__icon {
display: inline-block;
vertical-align: top;
}
.reset-filters-link__icon {
margin-left: 3px;
fill: currentColor;
}
.app-header__bottomline .app-header__contacts {
padding: 25px 0 20px;
}
.app-header__bottomline .app-header__contacts .location {
display: none;
}
.cart-badge {
margin: 0 0 0 15px;
}
.cart-badge__link {
position: relative;
display: inline-block;
vertical-align: top;
font-size: 13px;
line-height: 20px;
font-weight: 700;
text-decoration: none;
color: #414042;
white-space: nowrap;
}
.cart-badge__svg-icon {
vertical-align: top;
margin-top: -3px;
}
.cart-badge__count {
position: absolute;
top: -6px;
right: -4px;
display: inline-block;
height: 15px;
min-width: 15px;
border-radius: 15px;
background-color: #ED1C24;
text-align: center;
font-size: 8px;
color: #F3ECCF;
line-height: 1;
padding: 4px;
}
.toolbar-link {
display: none;
}
.app-header__bottomline .app-header__links-list .menu-item {
border-color: #ed1c24;
}
.b-headmenu__list--userpanel {
border-bottom: 1px solid #fff;
display: none;
}
.b-headmenu__list .headmail,
.b-headmenu__list .cabinet {
display: block;
padding: 14px 20px 12px;
color: #fff;
font-weight: 700;
}
.b-headmenu__list .headmail {
max-width: none;
overflow: initial;
}
.b-headmenu__list a.headmail {
color: #fff;
}
.b-headmenu__list .cabinet {
padding-left: 50px !important;
text-decoration: none !important;
}
.b-headmenu__list .cabinet:hover span {
border: none !important;
}
.b-headmenu__list .cabinet .svg-icon {
left: 20px;
}
.b-headmenu__list--mobile {
display: none;
}
.product-share {
margin-top: 20px;
margin-bottom: 30px;
}
.product-share__label {
line-height: 25px;
font-weight: 500;
font-size: 14px;
display: inline-block;
vertical-align: top;
margin-right: 10px;
margin-bottom: 10px;
}
.product-share__label svg,
.product-share .ya-share2 {
display: inline-block;
vertical-align: top;
}
.ya-share2__list {
padding: 0;
margin: 0;
}
.ya-share2__item {
display: inline-block;
vertical-align: top;
margin: 0 10px 8px 0;
}
.ya-share2__item .ya-share2__title {
display: none;
}
.ya-share2 .ya-share2__icon {
display: inline-block;
vertical-align: top;
height: 24px;
width: 24px;
background-size: 20px 20px;
background-repeat: no-repeat;
background-position: center center;
}
.ya-share2__item_service_vkontakte .ya-share2__icon {
background-image: url(//piemaggio.shop/wp-content/themes/piemaggio/img/icons/vkontakte.svg);
}
.ya-share2__item_service_facebook .ya-share2__icon {
background-image: url(//piemaggio.shop/wp-content/themes/piemaggio/img/icons/facebook.svg);
}
.ya-share2__item_service_telegram .ya-share2__icon {
background-image: url(//piemaggio.shop/wp-content/themes/piemaggio/img/icons/telegram.svg);
}
.ya-share2__item_service_twitter .ya-share2__icon {
background-image: url(//piemaggio.shop/wp-content/themes/piemaggio/img/icons/twitter.svg);
}
.ya-share2__item_service_whatsapp .ya-share2__icon {
background-image: url(//piemaggio.shop/wp-content/themes/piemaggio/img/icons/whatsapp.svg);
}
.ya-share2__item_service_vkontakte .ya-share2__link:focus .ya-share2__icon,
.ya-share2__item_service_vkontakte .ya-share2__link:hover .ya-share2__icon {
background-image: url(//piemaggio.shop/wp-content/themes/piemaggio/img/icons/vkontakte.red.svg);
}
.ya-share2__item_service_facebook .ya-share2__link:focus .ya-share2__icon,
.ya-share2__item_service_facebook .ya-share2__link:hover .ya-share2__icon {
background-image: url(//piemaggio.shop/wp-content/themes/piemaggio/img/icons/facebook.red.svg);
}
.ya-share2__item_service_telegram .ya-share2__link:focus .ya-share2__icon,
.ya-share2__item_service_telegram .ya-share2__link:hover .ya-share2__icon {
background-image: url(//piemaggio.shop/wp-content/themes/piemaggio/img/icons/telegram.red.svg);
}
.ya-share2__item_service_twitter .ya-share2__link:focus .ya-share2__icon,
.ya-share2__item_service_twitter .ya-share2__link:hover .ya-share2__icon {
background-image: url(//piemaggio.shop/wp-content/themes/piemaggio/img/icons/twitter.red.svg);
}
.ya-share2__item_service_whatsapp .ya-share2__link:focus .ya-share2__icon,
.ya-share2__item_service_whatsapp .ya-share2__link:hover .ya-share2__icon {
background-image: url(//piemaggio.shop/wp-content/themes/piemaggio/img/icons/whatsapp.red.svg);
}
.product-card-sku-meta {
margin-bottom: 19px;
font-size: 14px;
color: #787878;
}
.sku-meta {
display: inline-block;
padding: 6px 10px;
margin-right: 12px;
white-space: nowrap;
background-color: #F2F2F2;
border-radius: 4px;
color: #5A5A5A;
}
.sku-meta__label {
color: #ACACAC;
}
.tnp-newsletter-profile-url {
display: none;
}
.woocommerce-form.woocommerce-form-login.login {
padding-bottom: 30px;
max-width: 580px;
}
.woocommerce-pagination {
text-align: center;
}
.woocommerce-pagination ul {
padding: 0;
margin: 0;
list-style: none;
font-size: 0;
line-height: 1;
}
.woocommerce-pagination ul > li {
display: inline-block;
vertical-align: top;
font-size: 18px;
line-height: 1;
color: #7c7c7c;
margin: 0 26px 0 0;
}
.woocommerce-pagination ul > li:last-child {
margin-right: 0;
}
.woocommerce-pagination ul > li > a:hover {
color: #43413d;
background: #fff;
border-color: #d83939;
}
.woocommerce-pagination .page-numbers {
display: block;
text-decoration: none;
width: 46px;
height: 46px;
background: #efe8df;
border: 2px solid transparent;
border-radius: 100%;
color: #7c7c7c;
font-size: 18px;
line-height: 1;
text-align: center;
padding: 12px 0;
transition: all 0.3s ease;
}
.woocommerce-pagination .page-numbers.current {
border-color: #d83939;
background: none;
font-weight: 500;
color: #43413d;
}
.woocommerce-pagination .page-numbers.first,
.woocommerce-pagination .page-numbers.last {
width: auto;
font-size: 18px;
color: #6d6d6d;
text-transform: uppercase;
border: none;
background: none;
}
.woocommerce-pagination .page-numbers.first:hover,
.woocommerce-pagination .page-numbers.last:hover {
color: #d83939;
}
.cart-promocodes {
margin-top: 40px;
margin-bottom: 20px;
}
.cart-promocodes__title {
margin-bottom: 15px;
}
.promo-doscount__label,
.promo-doscount__prices {
display: inline-block;
vertical-align: top;
}
.cart-promocodes__list {
list-style-type: none;
padding: 0;
}
.promocode-view {
position: relative;
margin-bottom: 20px;
}
.promocode-view__meta {
text-align: center;
padding: 6px 16px 14px;
border: 2px solid #e8e8e8;
border-radius: 15px 15px 0 0;
}
.promocode-view__meta-title {
font-size: 24px;
line-height: 34px;
color: #555;
}
.promocode-view__meta-info {
-ms-flex: 1;
flex: 1 1;
}
.promocode-view__meta-code {
font-weight: 500;
font-size: 24px;
line-height: 33px;
color: #d83939;
}
.promocode-view__meta-excerpt {
font-size: 14px;
line-height: 20px;
color: #545454;
margin-top: 2px;
}
.promocode-view-discount {
border: 2px solid #e8e8e8;
border-radius: 0 0 15px 15px;
border-top: none;
text-align: center;
background: #fafafa;
padding: 10px 15px 13px;
}
.promocode-view-discount__title {
font-size: 18px;
line-height: 26px;
color: #4d4d4d;
text-transform: lowercase;
margin-bottom: 5px;
}
.promocode-view-discount__price {
font-weight: 500;
font-size: 24px;
line-height: 33px;
color: #d83939;
}
.woocommerce-remove-coupon {
display: inline-block;
margin-top: 6px;
font-size: 15px;
line-height: 17px;
color: #545454;
text-transform: lowercase;
}
.back-to-orders {
margin-bottom: 55px;
}
.order-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
font-size: 18px;
margin-bottom: 43px;
}
.order-header__info {
-ms-flex: 1;
flex: 1 1;
}
.order-number {
display: inline-block;
color: #000;
border: 2px solid #d83939;
border-radius: 24px;
padding: 4px 25px;
margin-right: 22px;
}
.order-date {
display: inline-block;
color: #474747;
}
.order-status {
display: inline-block;
color: #000;
border: 2px solid #acacac;
border-radius: 24px;
padding: 4px 25px;
}
.order-status--link {
text-decoration: none;
padding-bottom: 6px;
}
.order-status--link:hover,
.order-status--link:focus {
background-color: #acacac;
color: #fff;
}
.order-header,
.order-metainfo,
.order-totals,
.woo-customer-details,
.cart-product.order_item {
margin-left: auto;
margin-right: auto;
}
.account-form-panel {
padding: 26px 18px 25px;
background: #f7f7f7;
border: 1px solid #e3e3e3;
box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
border-radius: 10px;
max-width: 500px;
margin: 0 auto 80px;
}
.account-form-panel .lost_password a {
color: #515151;
}
.account-form-panel .form-row {
margin-bottom: 22px;
}
.account-form-panel .form-row--submit {
margin-bottom: 25px;
}
.account-form-panel .input-text {
background: #fbfbfb;
border: 2px solid #c1c1c1;
box-sizing: border-box;
border-radius: 0;
padding-left: 29px;
padding-right: 29px;
font-size: 18px;
color: #515151;
}
.account-form-panel .woocommerce-form__label-for-checkbox {
margin-left: 28px;
cursor: pointer;
}
.account-form-panel .woocommerce-form__label-for-checkbox input + span {
padding-left: 38px;
}
.account-form-panel .woocommerce-form__label-for-checkbox input + span:before {
box-shadow: 0 0 0 1px #707073, inset 0 0 0 1px #707073;
width: 26px;
height: 26px;
border-radius: 50%;
top: -2px;
}
.account-form-panel__nav {
margin-bottom: 25px;
}
.account-form-panel__item {
display: none;
}
.account-form-panel__item.js-active {
display: block;
}
.account-panel-link {
display: inline-block;
vertical-align: top;
font-size: 19px;
line-height: 22px;
color: #515151;
text-decoration: none;
}
.account-panel-link.js-active,
.account-panel-link:hover {
color: #cf152d;
text-decoration: none;
}
.account-panel-link-sep {
display: inline-block;
vertical-align: top;
width: 2px;
height: 34px;
margin: -6px 18px 0;
background: #d83939;
border-radius: 25px;
}
.account-panel-link .svg-icon {
color: #d83939;
width: 18px;
height: 18px;
vertical-align: top;
margin-top: 4px;
margin-right: 10px;
}
.woocommerce-account h1 {
text-align: center;
}
.order_item_header {
margin-top: 20px;
}
.order_item_header,
.order_item_header .cart-product__name {
font-family: Roboto, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 21px;
color: #6f6f6f;
}
.order_item_header .cart-product__name {
padding-left: 10px;
}
.order_item_header .price--cart {
padding-left: 16px;
}
.order-metainfo {
font-size: 18px;
color: #515151;
font-family: 'Roboto', sans-serif;
font-weight: 300;
}
.order-metainfo strong {
font-weight: 500;
}
.order-metainfo__item {
margin-bottom: 22px;
}
.order-totals {
margin: 20px 0;
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 36px;
line-height: 42px;
color: #676767;
text-align: right;
}
.order-totals .order-total-prices {
white-space: nowrap;
}
.order-totals .order-total-price {
font-weight: 500;
color: #d83939;
}
.order-totals .order-sutotal-price {
color: #919191;
-webkit-text-decoration-line: line-through;
text-decoration-line: line-through;
margin-left: 15px;
}
.woo-customer-details {
margin-bottom: 40px;
}
.woo-customer-details__title {
font-weight: 700;
font-size: 18px;
line-height: 21px;
margin-bottom: 22px;
}
.woo-customer-details__address {
font-size: 18px;
line-height: 21px;
}
.cart-product {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
margin-bottom: 30px;
max-width: 890px;
}
.cart-product.order_item {
max-width: none;
}
.cart-product__main {
-ms-flex: 1 1;
flex: 1 1;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
margin-right: 20px;
}
.cart-product__image {
-ms-flex: 0 0 72px;
flex: 0 0 72px;
margin-right: 15px;
text-align: center;
}
.cart-product__image img {
max-height: 106px;
height: auto;
width: auto;
}
.cart-product__information {
-ms-flex: 1 1;
flex: 1 1;
}
.cart-product__name {
font-size: 14px;
margin-bottom: 5px;
}
.cart-product__desc {
color: #515151;
text-transform: lowercase;
font-size: 14px;
}
.cart-product__middle {
-ms-flex: 0 0 260px;
flex: 0 0 260px;
margin-right: 20px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
}
.cart-product__delete {
font-family: Roboto, sans-serif;
color: #444;
font-weight: bold;
font-size: 12px;
}
.cart-product__delete:hover {
color: #d83939;
}
.cart-product__quantity {
-ms-flex: 0 0 152px;
flex: 0 0 152px;
}
.cart-product__remove--order {
font-size: 18px;
}
.cart-product .price {
-ms-flex: 0 0 180px;
flex: 0 0 180px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
line-height: 1;
margin: 0;
}
.cart-product .price__current,
.cart-product .price__base {
white-space: nowrap;
}
.cart-product .price__current {
font-weight: bold;
color: #ed1c24;
font-size: 20px;
line-height: 1;
margin-right: 16px;
margin-left: 16px;
}
.cart-product .price__base {
color: #919191;
-webkit-text-decoration-line: line-through;
text-decoration-line: line-through;
font-family: Roboto, sans-serif;
font-weight: bold;
font-size: 16px;
line-height: 1;
}
.cart-quantity {
background: rgba(196,196,196,0.26);
height: 48px;
border-radius: 15px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 0 10px;
}
.cart-quantity input {
color: #d83939;
font-size: 24px;
height: 48px;
background: none;
border: none;
-ms-flex: 1 1;
flex: 1 1;
padding: 0;
text-align: center;
}
.cart-quantity button {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: none;
border: none;
font-size: 24px;
height: 48px;
outline: none;
-ms-flex: 0 0 40px;
flex: 0 0 40px;
}
.cart-quantity button:hover,
.cart-quantity button:focus {
color: #d83939;
}
.woocommerce-order-details .cart-block__list {
border-bottom: 4px solid #efefef;
padding-bottom: 30px;
margin-bottom: 34px;
}
.woocommerce-order-details .cart-product__quantity {
-ms-flex: none;
flex: none;
}
.woocommerce-order-details .cart-product__middle {
-ms-flex-pack: center;
justify-content: center;
}
.cart-block__list {
margin-bottom: 80px;
}
.cart-block__bottom {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
}
.cart-block__total-price-box {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
background: #e8e8e8;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
margin-left: 15px;
border-radius: 0 15px 15px 0;
padding: 14px 30px 13px 40px;
font-family: Roboto, sans-serif;
line-height: 1;
font-size: 18px;
}
.cart-block__total-price-title {
color: #43413d;
text-transform: uppercase;
}
.cart-block__total-price {
color: #d83939;
font-weight: bold;
margin: 0 20px 0 10px;
}
.cart-block__total-oldprice {
color: #43413d;
font-weight: bold;
-webkit-text-decoration-line: line-through;
text-decoration-line: line-through;
}
.woocommerce-order-details .cart-block__list {
border-bottom: 4px solid #efefef;
padding-bottom: 30px;
margin-bottom: 34px;
}
.woocommerce-order-details .cart-product__quantity {
-ms-flex: none;
flex: none;
}
.woocommerce-order-details .cart-product__middle {
-ms-flex-pack: center;
justify-content: center;
}
.woocommerce-OrderUpdates.commentlist {
margin-bottom: 40px;
}
.b-cabinet-form__item--checkbox,
.ctrl-checkbox {
margin-bottom: 14px;
}
.b-cabinet-form__item--checkbox input[type="checkbox"],
.b-cabinet-form__item--checkbox input[type="radio"],
.ctrl-checkbox input[type="checkbox"],
.ctrl-checkbox input[type="radio"] {
display: none;
width: 0;
height: 0;
border: none;
background: none;
}
.b-cabinet-form__item--checkbox input[type="checkbox"]:checked ~ span:before,
.b-cabinet-form__item--checkbox input[type="radio"]:checked ~ span:before,
.ctrl-checkbox input[type="checkbox"]:checked ~ span:before,
.ctrl-checkbox input[type="radio"]:checked ~ span:before {
border-color: #ed1c24;
background: #ed1c24;
box-shadow: inset 0 0 0 2px #fff;
}
.b-cabinet-form__item--checkbox input[type="checkbox"] ~ span,
.b-cabinet-form__item--checkbox input[type="radio"] ~ span,
.ctrl-checkbox input[type="checkbox"] ~ span,
.ctrl-checkbox input[type="radio"] ~ span {
padding-left: 25px;
position: relative;
font-size: 16px;
}
.b-cabinet-form__item--checkbox input[type="checkbox"] ~ span:before,
.b-cabinet-form__item--checkbox input[type="radio"] ~ span:before,
.ctrl-checkbox input[type="checkbox"] ~ span:before,
.ctrl-checkbox input[type="radio"] ~ span:before {
content: "";
position: absolute;
left: 0;
top: 1px;
width: 15px;
height: 15px;
border: 1px solid #5a5a5a;
}
.b-cabinet-form__item--checkbox input[type="radio"] ~ span:before,
.ctrl-checkbox input[type="radio"] ~ span:before {
border-radius: 50%;
}
.divina_birthday_input {
margin-top: 15px;
}
.divina_birthday_select {
border-radius: 7px;
box-shadow: 2px 4px 2px rgb(0 0 0 / 5%);
padding: 3px 20px 3px 8px;
font-size: 16px;
border: 1px solid rgb(90 90 90);
-moz-appearance: auto;
-webkit-appearance: auto;
appearance: auto;
}
.divina_birthday_select_wrap {
display: inline-block;
margin-right: 7px;
}
.divina_birthday_select_wrap .jq-selectbox__select {
border-radius: 7px;
border: none;
background-color:#d83939;
display: inline-block;
width:auto;
box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.05);
}
.divina_birthday_select_wrap .jq-selectbox__select-text {
padding: 3px 31px 4px 8px;
font-size: 16px;
color: #fff;
}
.divina_birthday_select_wrap .jq-selectbox__trigger {
background: none;
top: 0;
right: 0;
width: 22px;
height: 23px;
background-color: #fff;
border-radius: 0 5px 5px 0;
margin-top: 0;
transform: rotate(0deg);
transition: none;
}
.divina_birthday_select_wrap .jq-selectbox__trigger:before {
content: '';
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0;
transition: transform 160ms linear;
}
.divina_birthday_select_wrap .opened .jq-selectbox__trigger:before {
transform: rotate(180deg);
}
.divina_birthday_select_wrap .jq-selectbox__dropdown {
margin: 5px 0;
padding: 10px 0;
border-radius: 15px;
border: 1px solid #616161;
}
.divina_birthday_select_wrap .jq-selectbox__dropdown ul {
max-height: 240px;
}
.divina_birthday_select_wrap .jq-selectbox__dropdown ul::-webkit-scrollbar {
width: 5px;
height: 5px;
border-radius: 2px;
background: #f1f2f4
}
.divina_birthday_select_wrap .jq-selectbox__dropdown ul::-webkit-scrollbar-track {
background: none
}
.divina_birthday_select_wrap .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
width: 5px;
cursor: pointer;
border-radius: 2px;
background: #ddd
}
.divina_birthday_select_wrap .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb:hover {
background: #979797
}
.divina_birthday_select_wrap .jq-selectbox__dropdown ul::-webkit-scrollbar-corner {
background: transparent
}
.b-lot-card__image .b-lot-card__badges {
display: none;
}
.woocommerce-checkout.woocommerce-page .app__main > .small-h1 {
display: none;
}
.mobile-nav-fixed-footer {
display: none;
}
#billing_country_field {
display: none;
}
@media all and (min-width: 521px) {
.b-product-list--sets .b-product-list__item {
-ms-flex: 0 0 49%;
flex: 0 0 49%;
margin-right: 2%;
}
.b-product-list--sets .b-product-list__item:nth-child(3n) {
margin-right: 2%;
}
.b-product-list--sets .b-product-list__item:nth-child(2n) {
margin-right: 0;
}
.b-product-list--sets .b-product-list__item .b-product-thumbs {
padding: 0 35px 0 0;
}
.b-product-list--sets .b-product-list__item .b-product-thumbs__name {
margin-bottom: 35px;
}
.b-product-list--sets .b-product-list__item .b-product-thumbs__image-bg {
right: -35px;
bottom: 0;
top: 0;
height: auto;
}
.b-product-list--sets .b-product-list__item .b-product-thumbs__image-bg:before {
top: calc(100% - 16px);
}
}
@media (min-width: 760px) {
.comment-form {
margin-bottom: 68px;
}
.comment-form-rating {
padding-left: 15px;
}
.comment-form-rating__label {
margin-right: 31px;
}
.review {
padding: 22px 15px 32px;
}
.review-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.review-text__meta {
max-width: 126px;
-webkit-box-flex: 0;
-ms-flex: 0 0 126px;
flex: 0 0 126px;
padding: 0 13px 0 0;
}
.review-text__date-text {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.review-text .rating-block {
margin: 15px 0;
}
.dicount-popup__content {
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;
}
.dicount-popup .button {
margin-top: 0;
margin-left: 20px;
}
.dicount-popup__close {
top: 50%;
transform: translateY(-50%);
}
.promocode-view {
margin-bottom: 40px;
}
.promocode-view__meta {
display: -ms-flexbox;
display: flex;
padding: 13px 30px;
padding-right: 250px;
text-align: left;
}
.promocode-view__meta-title {
margin-right: 10px;
}
.promocode-view-discount {
position: absolute;
right: 0;
top: -14px;
bottom: -14px;
width: 100%;
max-width: 234px;
border-top-style: solid;
border-top-color: #e8e8e8;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
}
.woocommerce-remove-coupon {
font-size: 12px;
}
.account-form-panel {
padding: 45px 66px 30px;
border-radius: 20px;
}
.account-form-panel__nav {
margin-bottom: 55px;
}
.account-panel-link {
font-size: 24px;
line-height: 24px;
}
.account-panel-link-sep {
margin: -6px 36px 0;
}
.account-form-panel .form-row {
margin-bottom: 33px;
}
}
@media (min-width:768px) {
.lead {
font-size: 21px;
}
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
.dl-horizontal dd {
margin-left: 180px;
}
.woocommerce-checkout.woocommerce-page .app__main > .small-h1 {
display: block;
}
}
@media all and (min-width: 1025px) {
.b-popuplar-product__title--type2 span {
position: relative;
display: inline-block;
padding: 0 45px;
}
.b-popuplar-product__title--type2 span:before,
.b-popuplar-product__title--type2 span:after {
content: "";
position: absolute;
left: 100%;
top: 50%;
width: 118px;
height: 4px;
background: #ed1c24;
}
.b-popuplar-product__title--type2 span:after {
right: 100%;
left: auto;
}
.b-shop-filter-widget .woocommerce-widget-layered-nav-list {
max-height: 176px;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.b-shop-filter-widget .woocommerce-widget-layered-nav-list::-webkit-scrollbar {
background: linear-gradient(90deg, #EDEBE8 0%, rgba(255, 252, 245, 0) 100%);
width: 6px;
box-sizing: border-box;
border-radius: 3px;
padding: 2px 2px;
}
.b-shop-filter-widget .woocommerce-widget-layered-nav-list::-webkit-scrollbar-thumb {
background: linear-gradient(180deg, #ED1C24 13.49%, #C50505 90.48%);
border-radius: 3px;
border: 1px solid #fff;
}
}
@media (max-width: 1240px) {
.app-header__logo-box {
width: 258px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.app-header__logo {
margin-right: 0;
}
}
@media all and (max-width: 1160px) {
.b-popuplar-product .owl-nav {
display: none;
}
.b-popuplar-product .owl-dots {
display: block;
}
}
@media all and (max-width: 1120px) {
.b-main-slider .owl-nav {
display: none;
}
}
@media all and (max-width: 1080px) {
.app-header__logo-box {
right: 100%;
margin-right: -250px;
}
}
@media all and (max-width: 1024px) {
h1,
.h1 {
font-size: 26px;
margin-bottom: 20px;
}
h2,
.h2 {
font-size: 30px;
}
h3,
.h3 {
font-size: 26px;
}
h4,
.h4 {
font-size: 22px;
}
.app-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 6px 20px;
}
.app-header__logo-box {
position: static;
margin: 0;
height: 40px;
-ms-flex: 0 0 108px;
flex: 0 0 108px;
}
.app-header__burger {
display: block;
}
.app-header__closepopup {
position: absolute;
left: 320px;
top: 0;
width: 40px;
height: 40px;
display: block;
}
.app-header__closepopup:before,
.app-header__closepopup:after {
content: "";
position: absolute;
left: 50%;
top: 50%;
height: 2px;
width: 22px;
background: #fff;
margin: -1px 0 0 -11px;
transform: rotate(45deg);
}
.app-header__closepopup:after {
transform: rotate(-45deg);
}
.app-header__logo {
margin: 0;
}
.app-header__logo img {
height: 40px;
}
.app-header__topline-in {
padding: 0;
}
.app-header__topline-left {
margin: 0;
display: block;
background: #faf5ec;
padding: 0 20px 14px;
}
.app-header__links {
margin-bottom: 14px;
}
.app-header__link-item {
display: block;
padding: 14px 0;
border-right: none;
border-bottom: 1px solid #ccc;
}
.app-header .app-header__topline {
-webkit-box-flex:1;
-ms-flex:1;
flex:1;
}
.app-header__topline .app-header__topline-left {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-bottom: 0;
}
.app-header__topline .app-header__links {
margin-bottom: 0;
}
.app-header__bottomline {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 42px;
background: rgba(0,0,0,0.55);
transition: opacity 0.3s ease;
opacity: 0;
visibility: hidden;
z-index: 999;
}
.app-header__middle {
width: 100%;
padding-bottom: 4px;
}
.app-header__middle-in {
padding-left: 0;
padding-right: 0;
}
.product-searchform__input-wrapper {
max-width: none;
}
.b-headmenu__list--userpanel {
display: block;
border: none;
background: #282828;
}
.b-headmenu__list .cabinet .svg-icon svg {
display: none;
}
.b-headmenu__list .cabinet .svg-icon {
width: 22px;
height: 22px;
margin-top: -11px;
background: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 20.9C16.4676 20.9 20.9 16.4676 20.9 11C20.9 5.53245 16.4676 1.1 11 1.1C5.53245 1.1 1.1 5.53245 1.1 11C1.1 16.4676 5.53245 20.9 11 20.9ZM11 22C17.0753 22 22 17.0753 22 11C22 4.9247 17.0753 0 11 0C4.9247 0 0 4.9247 0 11C0 17.0753 4.9247 22 11 22Z' fill='white'/%3E%3Cpath d='M4.39998 17.3966C4.39998 16.8284 4.82458 16.3483 5.38998 16.2856C9.63323 15.8159 12.386 15.8582 16.6199 16.296C16.8313 16.3182 17.0317 16.4015 17.1966 16.5357C17.3614 16.6699 17.4836 16.8493 17.5483 17.0518C17.6129 17.2543 17.6172 17.4713 17.5605 17.6762C17.5039 17.8811 17.3888 18.0651 17.2293 18.2056C12.2325 22.5611 9.37693 22.5011 4.75198 18.21C4.52648 18.001 4.39998 17.704 4.39998 17.3971V17.3966Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.5632 16.8427C12.3629 16.4082 9.64973 16.3675 5.44993 16.8323C5.16723 16.8636 4.94998 17.1051 4.94998 17.3971C4.94998 17.5544 5.01543 17.7035 5.12598 17.8069C7.41838 19.9332 9.15528 20.894 10.8531 20.9001C12.557 20.9061 14.3874 19.953 16.8679 17.7915C16.9467 17.7213 17.0035 17.6298 17.0312 17.528C17.059 17.4262 17.0566 17.3186 17.0243 17.2181C16.992 17.1177 16.9313 17.0288 16.8494 16.9623C16.7676 16.8957 16.6681 16.8544 16.5632 16.8433V16.8427ZM5.32948 15.7389C9.61728 15.2642 12.4102 15.3071 16.6771 15.7487C16.9952 15.7819 17.2966 15.9072 17.5446 16.1091C17.7926 16.311 17.9764 16.5808 18.0734 16.8855C18.1704 17.1903 18.1764 17.5167 18.0908 17.8248C18.0052 18.1329 17.8315 18.4093 17.5912 18.6203C15.0749 20.8137 12.9794 22.0083 10.8498 22.0001C8.71418 21.9924 6.71108 20.7774 4.37853 18.6132C4.21152 18.4576 4.07839 18.2693 3.98745 18.0599C3.89651 17.8506 3.84971 17.6248 3.84998 17.3966C3.84918 16.9865 3.99969 16.5905 4.27269 16.2846C4.54569 15.9786 4.92198 15.7841 5.32948 15.7383V15.7389Z' fill='white'/%3E%3Cpath d='M15.4 8.80015C15.4 9.9671 14.9365 11.0863 14.1113 11.9114C13.2861 12.7366 12.167 13.2002 11 13.2002C9.83307 13.2002 8.71391 12.7366 7.88875 11.9114C7.06359 11.0863 6.60002 9.9671 6.60002 8.80015C6.60002 7.6332 7.06359 6.51404 7.88875 5.68888C8.71391 4.86372 9.83307 4.40015 11 4.40015C12.167 4.40015 13.2861 4.86372 14.1113 5.68888C14.9365 6.51404 15.4 7.6332 15.4 8.80015Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 12.1002C11.8752 12.1002 12.7146 11.7525 13.3335 11.1336C13.9524 10.5147 14.3 9.67536 14.3 8.80015C14.3 7.92493 13.9524 7.08557 13.3335 6.4667C12.7146 5.84783 11.8752 5.50015 11 5.50015C10.1248 5.50015 9.28544 5.84783 8.66657 6.4667C8.0477 7.08557 7.70002 7.92493 7.70002 8.80015C7.70002 9.67536 8.0477 10.5147 8.66657 11.1336C9.28544 11.7525 10.1248 12.1002 11 12.1002ZM11 13.2002C12.167 13.2002 13.2861 12.7366 14.1113 11.9114C14.9365 11.0863 15.4 9.9671 15.4 8.80015C15.4 7.6332 14.9365 6.51404 14.1113 5.68888C13.2861 4.86372 12.167 4.40015 11 4.40015C9.83307 4.40015 8.71391 4.86372 7.88875 5.68888C7.06359 6.51404 6.60002 7.6332 6.60002 8.80015C6.60002 9.9671 7.06359 11.0863 7.88875 11.9114C8.71391 12.7366 9.83307 13.2002 11 13.2002Z' fill='white'/%3E%3C/svg%3E%0A") 0 0 no-repeat;
background-size: contain;
}
.app-header .b-headmenu .b-headmenu__list--userpanel > li > a {
color: #fff;
font-size: 14px;
font-weight: normal;
padding: 15px 15px;
} .app-header__bottomline._closing .app-header__bottomline-in {
-webkit-transform: translateX(-320px);
transform: translateX(-320px);
transition-duration: 400ms;
transition-delay: 300ms;
}
.app-header__bottomline._closing {
opacity: 1;
visibility: visible;
}
.app-header__bottomline._closed {
opacity: 0;
visibility: hidden;
}
.app-header__bottomline._closed .app-header__bottomline-in {
-webkit-transform: translateX(-320px);
transform: translateX(-320px);
}
.app-header__bottomline._opening,
.app-header__bottomline.opened {
opacity: 1;
visibility: visible;
}
.app-header__bottomline._opening .app-header__bottomline-in,
.app-header__bottomline.opened .app-header__bottomline-in {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.app-header__bottomline._opening .app-header__contacts,
.app-header__bottomline.opened .app-header__contacts,
.app-header__bottomline._opening .app-header__links,
.app-header__bottomline.opened .app-header__links,
.app-header__bottomline._opening .b-head-social__item,
.app-header__bottomline.opened .b-head-social__item,
.app-header__bottomline._opening .app-header .b-headmenu > ul li,
.app-header__bottomline.opened .app-header .b-headmenu > ul li,
.app-header__bottomline._opening .mobile-nav__section,
.app-header__bottomline.opened .mobile-nav__section {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.app-header__bottomline .app-header .b-headmenu > ul li {
opacity: 0;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
transition-duration: 300ms;
will-change: transform, opacity;
}
.app-header__bottomline .app-header__contacts,
.app-header__bottomline .app-header__links,
.app-header__bottomline .b-head-social__item,
.app-header__bottomline .mobile-nav__section {
opacity: 0;
-webkit-transform: translateX(-33%);
transform: translateX(-33%);
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
transition-duration: 300ms;
will-change: transform, opacity;
}
.app-header__bottomline-in {
width: 320px;
display: block;
padding: 0;
background: #FAF5EC;
height: 100%;
overflow-y: auto;
margin: 0;
padding-bottom: 160px;
-webkit-transform: translateX(-320px);
transform: translateX(-320px);
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
-webkit-overflow-scrolling: touch;
}
.app-header__bottomline .app-header__topline-left {
display: block;
}
.app-header__bottomline .b-head-social {
display: block;
padding: 5px 0;
background-color: #faf5ec;
}
.app-header__bottomline .b-head-social__item {
max-width: 36px;
padding: 9px;
margin-left: 12px;
}
.app-header__bottomline .app-header__links-list .menu-link {
padding: 16px 17px 15px;
}
.app-header__middle .b-head-social {
margin-bottom: 0;
}
.app-header .b-headmenu > ul > li {
display: block;
margin: 0;
}
.app-header .b-headmenu > ul  li.menu-item-has-children > a > span {
position: relative;
display: inline-block;
padding-right: 20px;
}
.app-header .b-headmenu > ul  li.menu-item-has-children > a > span:before {
content: "";
position: absolute;
right: 0;
top: 50%;
width: 10px;
height: 10px;
border: 2px solid #e61c25;
border-left: none;
border-top: none;
transform: rotate(45deg);
margin-top: -8px;
}
.app-header .b-headmenu > ul li.current-menu-item > a > span {
display: inline-block;
padding-left: 10px;
margin-left: -10px;
border-left: 1px solid #e61c25;
}
.app-header .b-headmenu > ul > li > a {
padding: 5px 15px;
color: #000;
font-size: 16px;
font-weight: normal;
}
.b-headmenu > ul >li > a > span {
border: none;
padding: 0;
}
.app-header .b-headmenu > ul > li > a:hover {
color: #D83939;
}
.app-header .b-headmenu > ul > li > ul {
display: block;
position: static;
width: 100%;
padding: 0 20px 0 35px;
}
.app-header .b-headmenu > ul > li > ul > li > a {
padding: 4px 0;
font-size: 14px;
font-weight: normal;
}
.app-header .b-headmenu > ul > li > ul > li ul a {
font-weight: 300;
}
.app__wrapper {
padding-bottom: 42px;
}
.mobile-city-select {
display: block;
margin-bottom: 10px;
}
.app-header__bottomline .mobile-under-btn, .app-header__bottomline .mobile-phone, .app-header__bottomline .b-head-social-wr {
display: block;
}
.mobile-under-btn {
overflow: hidden;
padding: 0 10px;
margin: -23px 0 15px;
}
.mobile-under-btn a {
position: relative;
display: inline-block;
background: #E61C25;
border-radius: 16px;
text-decoration: none;
line-height: 1;
font-size: 15px;
font-weight: 500;
color: #fff;
padding: 7px 15px 7px;
text-align: center;
min-height: 46px;
display: flex;
align-items: center;
justify-content: center;
}
.mobile-under-btn a:before {
content: "";
position: absolute;
left: -150px;
right: -150px;
top: 50%;
height: 1px;
background: #E61C25;
z-index: -1;
}
.b-about-text-block__column--image {
-ms-flex: 0 0 48%;
flex: 0 0 48%;
margin-right: 2%;
}
.app-header__bottomline .mobile-buttons-list {
margin-bottom: 20px;
display: flex;
flex-wrap: wrap;
padding: 0 10px;
}
.mobile-button-item {
flex: 0 0 52%;
margin-right: 1%;
display: flex;
flex-wrap: wrap;
align-items: center;
text-decoration: none;
}
.mobile-button-item:nth-child(2n) {
margin-right: 0;
flex: 0 0 47%;
}
.mobile-phone-title {
padding: 0 15px;
font-size: 14px;
color: #5A5A5A;
}
.mobile-phone-body {
padding: 10px 15px 0;
}
.mobile-phone-body div {
margin-bottom: 10px;
}
.mobile-phone-body div:last-child {
margin-bottom: 0;
}
.mobile-phone-body a {
display: inline-block;
padding-left: 30px;
text-decoration: none;
color: #272727;
font-size: 14px;
font-weight: 500;
line-height: 16px;
background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.84335 4.3926L5.13696 1.26879C4.82497 0.908811 4.25297 0.910411 3.89057 1.27359L1.66498 3.50306C1.00259 4.16622 0.812987 5.15096 1.19618 5.94051C3.48547 10.6802 7.30819 14.5081 12.0449 16.8039C12.8337 17.187 13.8177 16.9974 14.4801 16.3343L16.7265 14.084C17.0905 13.72 17.0913 13.1449 16.7281 12.8329L13.5921 10.1411C13.2641 9.85947 12.7545 9.89627 12.4257 10.2259L11.3345 11.3186C11.2787 11.3771 11.2051 11.4157 11.1252 11.4284C11.0453 11.4412 10.9634 11.4273 10.8921 11.389C9.1085 10.3619 7.62894 8.88052 6.60416 7.09564C6.56578 7.02425 6.55188 6.94223 6.5646 6.86218C6.57731 6.78213 6.61594 6.70846 6.67456 6.65247L7.76255 5.56373C8.09215 5.23255 8.12815 4.72058 7.84335 4.3918V4.3926Z' stroke='%23272727' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 0 0 no-repeat;
background-size: 16px auto;
}
.mobile-button-item-icon {
display: block;
flex: 0 0 40px;
margin-right: 5px;
}
.mobile-button-item-text {
flex: 1 1 0;
display: block;
}
.mobile-button-item-categor {
color: #D83939;
font-size: 11px;
display: block;
margin-bottom: 5px;
}
.mobile-button-item-name {
color: #272727;
font-size: 12px;
display: block;
font-weight: bold;
}
.b-about-text-block__column--text {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.b-action-thumbs__image {
-ms-flex: 0 0 130px;
flex: 0 0 130px;
}
.b-action-thumbs__image img {
max-height: 170px;
width: auto;
}
.b-action-thumbs__date {
margin-bottom: 10px;
}
.b-fixed-bottomline {
height: 42px;
}
.b-fixed-bottomline__in {
padding-top: 5px;
padding-bottom: 5px;
}
.b-fixed-bottomline__link {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
margin-left: 15px;
}
.b-fixed-bottomline__link a {
font-size: 12px;
padding: 9px 20px;
}
.b-fixed-bottomline__cart {
margin-right: 0;
}
.b-fixed-bottomline__cart-title {
position: relative;
font-size: 0;
width: 30px;
min-height: 30px;
padding: 0;
margin-right: 10px;
border: none;
position: relative;
}
.b-fixed-bottomline__cart-title:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -10px;
width: 1px;
background: #c4c4c4;
}
.b-fixed-bottomline__cart-value {
font-size: 16px;
padding: 0 15px 0 10px;
}
.b-fixed-bottomline__cart-button a {
font-size: 0;
padding: 3px;
width: 30px;
height: 30px;
border-left: none;
background-color: #fff;
}
.b-fixed-bottomline__cart-button .svg-icon {
display: block;
}
.mini-cart-count {
position: absolute;
top: -1px;
right: -5px;
font-size: 12px;
min-width: 21px;
padding: 5px 7px 4px;
}
.b-main-slider__item {
height: 380px;
}
.b-main-slider__title {
font-size: 30px;
}
.b-main-slider__description {
font-size: 14px;
}
.b-main-slider .owl-dots {
bottom: 5px;
}
.b-main-slider .owl-dots > div {
width: 14px;
height: 14px;
margin: 0 6px;
}
.b-my-popup__buttons .button {
font-size: 24px;
}
.b-my-popup__in {
padding: 40px 30px;
}
.b-my-popup__title {
margin-bottom: 30px;
font-size: 30px;
}
.b-my-popup__after-form-link a {
font-size: 18px;
}
.before-content {
padding-top: 30px;
}
.b-path {
display: inherit;
white-space: nowrap;
overflow: auto;
}
.b-popuplar-product {
margin-bottom: 30px;
}
.b-popuplar-product--recomendet {
margin-bottom: 0;
}
.b-popuplar-product__body {
margin-bottom: 30px;
}
.b-popuplar-product__back-bg {
display: none;
}
.b-product-list--no-carousel .b-product-list__item {
-ms-flex: 0 0 31%;
flex: 0 0 31%;
margin-right: 2%;
}
.b-product-list--no-carousel .b-product-list__item:nth-child(3n) {
margin-right: 2%;
}
.b-product-list--no-carousel .b-product-list__item:nth-child(3n) {
margin-right: 0;
}
.b-product-list--no-carousel .b-product-list__item:nth-child(2n) {
margin-right: 2%;
}
.b-product-list__item {
-ms-flex: 0 0 45%;
flex: 0 0 45%;
margin-right: 10%;
}
.b-product-list__item:nth-child(4n) {
margin-right: 10%;
}
.b-product-list__item:nth-child(2n) {
margin-right: 0;
}
.app-footer__content-left {
max-width: 52%;
}
.woocommerce-pagination ul {
white-space: nowrap;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.woocommerce-pagination ul > li {
margin-right: 15px;
}
.woocommerce-pagination .page-numbers {
width: 30px;
height: 30px;
padding: 4px 0;
}
.woocommerce-pagination .page-numbers.first,
.woocommerce-pagination .page-numbers.last {
width: auto;
font-size: 16px;
}
.b-head-social-wr,
.mobile-phone {
margin-top: 15px;
}
}
@media screen and (max-width: 960px) {
.app-footer__content {
display: block;
}
.app-footer__content-left {
max-width: none;
padding-bottom: 0;
}
.app-footer__content-right {
border: none;
margin: 0 -20px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
}
.app-footer .b-subscribe {
margin-bottom: 30px;
}
}
@media screen and (max-width: 768px) {
.app-header .app-header__contacts {
display: none;
}
.app-header__bottomline-in .app-header__contacts {
display: block;
}
}
@media screen and (max-width:767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
-webkit-overflow-scrolling: touch;
}
.table-responsive>.table {
margin-bottom: 0;
}
.table-responsive>.table>thead>tr>th,
.table-responsive>.table>tbody>tr>th,
.table-responsive>.table>tfoot>tr>th,
.table-responsive>.table>thead>tr>td,
.table-responsive>.table>tbody>tr>td,
.table-responsive>.table>tfoot>tr>td {
white-space: nowrap;
}
.table-responsive>.table-bordered {
border: 0;
}
.table-responsive>.table-bordered>thead>tr>th:first-child,
.table-responsive>.table-bordered>tbody>tr>th:first-child,
.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.table-responsive>.table-bordered>thead>tr>td:first-child,
.table-responsive>.table-bordered>tbody>tr>td:first-child,
.table-responsive>.table-bordered>tfoot>tr>td:first-child {
border-left: 0;
}
.table-responsive>.table-bordered>thead>tr>th:last-child,
.table-responsive>.table-bordered>tbody>tr>th:last-child,
.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.table-responsive>.table-bordered>thead>tr>td:last-child,
.table-responsive>.table-bordered>tbody>tr>td:last-child,
.table-responsive>.table-bordered>tfoot>tr>td:last-child {
border-right: 0;
}
.table-responsive>.table-bordered>tbody>tr:last-child>th,
.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.table-responsive>.table-bordered>tbody>tr:last-child>td,
.table-responsive>.table-bordered>tfoot>tr:last-child>td {
border-bottom: 0;
}
}
@media all and (max-width: 766px) {
h5,
.h5 {
font-size: 20px;
}
.app__content {
display: block;
}
.b-about-information__in {
display: block;
}
.b-about-information__text {
padding: 30px 0 20px;
}
.b-about-information__image {
margin: 0 -20px;
text-align: center;
font-size: 15px;
}
.b-about-information__image-description {
padding: 20px 20px;
}
.b-about-text-block__group {
display: block;
}
.b-about-text-block__column {
margin: 0 0 20px;
}
.b-about-text-block__column--image {
margin-right: 0;
}
.b-about-text-block__column--text {
max-width: 100%;
}
.b-action-list__list {
display: block;
}
.b-action-list__item {
margin-right: 0;
text-decoration: none;
}
.b-action-thumbs {
margin-bottom: 20px;
padding-left: 0;
padding-bottom: 20px;
border-left: none;
border-bottom: 1px solid #a09e9e;
}
.b-action-thumbs__date {
font-size: 18px;
margin-bottom: 0;
}
.b-action-thumbs__name {
font-size: 16px;
}
.b-cabinet-form {
margin-bottom: 40px;
}
.b-cabinet-form__item--input {
margin-left: 0;
}
.b-cabinet-form__item--checkbox {
margin-left: 0;
}
.b-cart-product-list {
display: block;
}
.b-cart-product-list__item {
max-width: 100%;
margin-right: 0;
}
.b-features-block__in {
display: block;
padding-top: 40px;
padding-bottom: 30px;
}
.b-features-block__title {
margin-bottom: 20px;
}
.b-features-block__text {
margin: 0 0 20px;
}
.b-features-block__text p {
margin-bottom: 20px;
}
.b-features-block__slider {
margin: 0 auto;
}
.b-lot-card {
display: block;
}
.b-lot-card__right {
margin-left: 0; }
.b-lot-card__right .b-lot-card__badges {
display: none;
}
.b-lot-card__image .b-lot-card__badges {
display: block;
position: absolute;
left: 0;
top: 0;
} .b-lot-card__button-add .button {
max-width: 350px;
} .b-lot-card__price-list {
margin-bottom: 30px;
max-width: 350px;
} .b-lot-card__image {
padding-right: 0px;
-ms-flex: 0 0 200px;
flex: 0 0 200px;
max-width: 200px;
}
.b-lot-card__image .b-lot-card__awards {
display: block;
position: absolute;
top: 0;
right: 0;
}
.b-lot-card__image .b-lot-card__awards-item {
display: block;
margin-right: 0;
}
.b-lot-card__right .b-lot-card__awards {
display: none;
}
.b-main-slider__item {
height: 240px;
}
.b-my-popup__description {
font-size: 18px;
margin-bottom: 30px;
}
.b-my-popup__buttons {
display: block;
}
.b-my-popup__buttons .button {
margin-right: 0;
margin-bottom: 10px;
width: 100%;
padding: 16px 10px;
}
.b-my-popup__buttons .button:after,
.b-my-popup__buttons .button:before {
display: none;
}
.b-notification-block__in {
padding: 20px 20px 20px;
}
.b-shop-filter {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0,0,0,0.18);
z-index: 999;
padding: 0;
margin: 0;
border: none;
transition: opacity 0.3s ease;
opacity: 0;
visibility: hidden;
}
.b-shop-filter.opened {
opacity: 1;
visibility: visible;
}
.b-shop-filter.opened .b-shop-filter__in {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.b-shop-filter__in { max-width: 320px;
display: block;
padding: 0;
background: #faf5ec;
height: 100%;
overflow: auto;
margin: 0 60px 0 0;
padding: 0 20px 10px;
-webkit-transform: translateX(-320px);
transform: translateX(-320px);
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
-webkit-overflow-scrolling: touch;
}
.phone_label {
text-align: left;
float: left;
line-height: 55px;
}
.phone_input {
float: left;
}
.phone_button {
float: left;
padding-top: 6px;
padding-left: 10px;
}
.b-shop-filter__closepopup {
display: block;
color: #fff;
font-size: 18px;
padding: 15px 20px;
margin: 0 -20px 10px;
border-bottom: 1px solid #ccc;
cursor: pointer;
background: linear-gradient(0deg, #515151, #515151);
}
.b-shop-filter__closepopup .svg-icon {
vertical-align: middle;
width: 16px;
height: 16px;
}
.b-filter-btn-mobile {
display: block;
}
.b-tabs__item {
display: block;
}
.b-tabs__item.opened .b-tabs__item-title {
background: #ed1c24;
}
.b-tabs__item.opened .b-tabs__item-body {
display: block;
}
.b-tabs__item-body {
padding-bottom: 20px;
display: none;
}
.b-tabs__item-title-desc {
display: none;
}
.b-tabs__item-title {
position: relative;
display: block;
margin-bottom: 20px;
font-size: 16px;
color: #fff;
background: #414042;
padding: 9px 32px;
text-align: center;
border-radius: 25px;
}
.b-tabs__item-title:after,
.b-tabs__item-title:before {
content: "";
position: absolute;
left: 25px;
top: 50%;
width: 6px;
height: 6px;
margin-top: -3px;
border-radius: 100%;
background: #fff;
}
.b-tabs__item-title:after {
right: 25px;
left: auto;
}
.b-reviews-product__body {
display: block;
}
.b-reviews-product__item {
margin-right: 0;
}
.b-reviews-product__item-photo {
margin: 0 0 10px;
float: none;
text-align: center;
width: auto;
}
.b-reviews-product__item-name {
text-align: center;
margin: 0 10px;
}
.b-text-block-plain__text {
padding: 0;
}
.b-text-block-plain__text:before,
.b-text-block-plain__text:after {
display: none;
}
.b-text-block-plain__title {
margin-left: 0;
margin-right: 0;
}
.b-text-block {
margin-bottom: 30px;
}
.b-text-block__title {
margin-top: 0;
margin-bottom: 15px;
}
.b-text-block p {
margin-bottom: 20px;
}
.b-text-block__item {
display: block;
}
.b-text-block__column--left .bg-image:before {
display: none;
}
.b-tours-list__list {
display: block;
}
.b-tours-list .b-tours-thumbs {
font-size: 16px;
margin: 0 auto 30px;
}
.b-tours-list .b-tours-thumbs:nth-child(2n) {
margin-right: auto;
}
.b-tours-list__button {
max-width: 100%;
margin-left: 0;
margin-top: 0;
}
.b-tours-text-block {
margin-bottom: 30px;
}
.b-tours-text-block__group {
display: block;
margin-bottom: 20px;
font-size: 16px;
}
.b-tours-text-block__column {
margin: 0 0 20px;
}
.b-tours-text-block__button {
margin-top: 0;
}
.b-shop-filter .aside-reset-filter {
display: block;
}
.app__aside--left > .aside-reset-filter {
display: none;
}
.sku-meta-atts {
display: block;
margin-top: 15px;
}
.back-to-orders {
margin-bottom: 1rem;
}
.order_item_header {
display: none;
}
.order-metainfo__item {
margin-bottom: 14px;
font-size: 16px;
line-height: 19px;
}
.order-header {
display: block;
font-size: 16px;
}
.order-header__status {
margin-top: 5px;
}
.order-number,
.order-status {
padding: 0px 10px;
margin-right: 11px;
border-radius: 6px;
}
.order-totals {
text-align: left;
font-size: 32px;
line-height: 36px;
}
.order-metainfo__item {
margin-bottom: 14px;
font-size: 16px;
line-height: 19px;
}
.cart-product {
display: block;
border-bottom: 1px solid #e3dac8;
padding-bottom: 20px;
}
.cart-product__main {
margin: 0 0 10px;
}
.cart-product__middle {
margin: 0 0 10px;
}
.cart-product .price {
-ms-flex-pack: justify;
justify-content: space-between;
}
.woocommerce-order-details .cart-product__main {
padding-right: 45px;
}
.cart-product.order_item_header .price {
display: none;
}
.cart-product.order_item_header .cart-product__remove--order {
font-size: 18px;
}
.cart-product__remove--order {
font-size: 24px;
}
.woocommerce-order-details .cart-product__middle {
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: -36px;
}
.catalogue-ordering {
display: flex;
margin: 0 -20px 50px;
padding: 0;
border: 1px solid #DDDDDD;
border-left: none;
border-right: none;
}
.b-filter-btn-mobile {
padding: 0;
flex: 0 0 50%;
margin: 0;
}
.b-filter-btn-mobile .button {
font-size: 15px;
text-transform: uppercase;
padding-left: 10px;
padding-right: 10px;
}
.b-filter-btn-mobile .button:before,
.b-filter-btn-mobile .button:after {
display: none;
}
.b-filter-btn-mobile .button span {
position: relative;
display: inline-block;
padding-left: 40px;
}
.b-filter-btn-mobile .button span:before {
content: "";
position: absolute;
left: 0;
top: 50%;
width: 20px;
height: 20px;
margin-top: -10px;
border-radius: 0;
background: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 0H1C0.734784 0 0.48043 0.105357 0.292893 0.292893C0.105357 0.48043 0 0.734784 0 1V3.59C0 4.113 0.213 4.627 0.583 4.997L6 10.414V18C6.0002 18.1704 6.04387 18.3379 6.1269 18.4867C6.20992 18.6354 6.32955 18.7605 6.47444 18.8502C6.61934 18.9398 6.78471 18.9909 6.9549 18.9988C7.1251 19.0066 7.29447 18.9709 7.447 18.895L11.447 16.895C11.786 16.725 12 16.379 12 16V10.414L17.417 4.997C17.787 4.627 18 4.113 18 3.59V1C18 0.734784 17.8946 0.48043 17.7071 0.292893C17.5196 0.105357 17.2652 0 17 0ZM10.293 9.293C10.2 9.38571 10.1262 9.4959 10.0759 9.61724C10.0256 9.73857 9.99981 9.86866 10 10V15.382L8 16.382V10C8.00019 9.86866 7.9744 9.73857 7.92412 9.61724C7.87383 9.4959 7.80004 9.38571 7.707 9.293L2 3.59V2H16.001L16.003 3.583L10.293 9.293Z' fill='white'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
}
.shop-sorting-wr {
position: relative;
flex: 0 0 50%;
}
.shop-sorting-wr .ordering-label {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
font-size: 15px;
text-transform: uppercase;
padding: 12px 0;
text-align: center;
pointer-events: none;
}
.shop-sorting-wr .woocommerce-ordering .jq-selectbox__select {
padding: 12px 35px 12px 30px;
opacity: 0;
}
.shop-sorting-wr .woocommerce-ordering select {
opacity: 0;
}
.shop-sorting-wr .woocommerce-ordering {
width: 100%;
}
.catalogue-ordering .jq-selectbox {
margin-left: 0;
}
.woocommerce-widget-layered-nav-list__item:hover,
.woocommerce-widget-layered-nav-list__item--chosen {
background: #FFFFFF;
}
}
@media all and (max-width: 760px) {
.b-product-list--no-carousel .b-product-list__item {
-ms-flex: 0 0 48%;
flex: 0 0 48%;
margin-right: 4%;
}
.b-product-list--no-carousel .b-product-list__item:nth-child(3n) {
margin-right: 2%;
}
.b-product-list--no-carousel .b-product-list__item:nth-child(4n),
.b-product-list--no-carousel .b-product-list__item:nth-child(2n) {
margin-right: 0;
}
} @media (max-width: 640px) {
.product-searchform__input {
padding-left: 11px;
}
.app-header__middle .b-head-social {
display: none;
}
.b-product-thumbs__flag {
width: 26px;
font-size: 10px;
padding: 16px 0 18px;
}
}
@media all and (max-width: 580px) {
.app-header .app-header__topline {
-ms-flex: none;
flex: none;
}
.app-header__topline-in .app-header__topline-left {
display: none;
}
}
@media all and (max-width: 530px) {
.page-numbers,
.pagination__item {
margin-right: 5px;
}
.pagination .prev,
.pagination .next,
.pagination__first-page,
.pagination__last-page {
display: none;
}
}
@media all and (max-width: 520px) {
.b-product-list--sets .b-product-list__item .b-product-thumbs__image-bg:before {
display: none;
} .b-before-text {
font-size: 12px;
}
.badge-label {
padding: 5px 8px 5px;
font-size: 10px;
}
.b-product-thumbs__description {
font-size: 12px;
}
.product-thumb-awards-item {
width: 40px;
padding: 3px;
}
.b-popuplar-product .b-product-thumbs__name,
.b-product-thumbs__name {
margin-bottom: 10px;
font-size: 14px;
line-height: 1.5;
}
.b-product-thumbs__image img {
max-height: 230px;
}
.b-product-thumbs__image-box {
height: 230px;
}
.b-product-thumbs__image-bg {
height: 160px;
bottom: 20px
}
.b-product-thumbs__image-bg:before {
top: 152px
}
.b-product-thumbs .rating-block {
margin-top: 8px
}
.b-product-thumbs__bottom {
display: flex;
align-items: flex-end;
flex-wrap: wrap;
}
.b-product-thumbs__button {
flex: 1 0 auto;
margin-top: 5px;
max-width: 80px;
}
.b-product-thumbs__button .button {
font-size: 10px;
text-transform: uppercase;
padding: 8px 5px;
border-radius: 5px;
width: 100%;
} .b-product-thumbs__button .button:after, .b-product-thumbs__button .button:before {
display: none;
}
.b-product-thumbs__prices-box {
flex: 1 0 auto;
margin-bottom: 0;
display: block;
text-align: left;
}
.b-product-thumbs__price {
font-size: 14px;
}
.b-product-thumbs__oldprice {
font-size: 10px;
}
.lmp_load_more_button .button {
min-width: 0;
width: 100%;
padding: 15px 60px;
}
.lmp_load_more_button .button:before,
.lmp_load_more_button .button:after {
width: 6px;
height: 6px;
margin-top: -3px;
left: 40px;
}
.lmp_load_more_button .button:after {
left: auto;
right: 40px;
}
.app-footer__menu > ul {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.app-footer__menu > ul > li {
width: 50%;
max-width: none;
padding-left: 0;
}
.app-footer__menu > ul > li:nth-child(3) {
width: 100%;
}
.app-footer__menu .sub-menu {
border: none;
}
}
@media all and (max-width: 480px) {
.b-subscribe {
display: block;
}
.b-subscribe__title {
margin-bottom: 10px;
}
.b-subscribe label {
display: inline-block;
vertical-align: middle;
margin-left: 0;
margin-right: 10px;
}
.b-fixed-bottomline__in {
-ms-flex-pack: center;
justify-content: center;
}
.b-fixed-bottomline__link {
display: none;
}
.app-footer__meta .copyrights {
margin-right: 0;
margin-bottom: 15px;
display: block;
}
.b-popuplar-product__allview .button {
min-width: 242px;
} .app__wrapper  {
padding-top: 52px;
}
.app-header {
padding-right: 10px;
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 11;
}
.app-header .app-header__topline {
display: none;
}
.app-header__middle {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
padding-left: 15px;
padding: 0 0 0 15px;
}
.app-header__middle-in {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.cart-badge {
margin-right: 15px;
margin-bottom: -3px;
margin-left: 17px;
}
.cart-badge__link:before {
content: '';
position: absolute;
top: -12px;
bottom: -10px;
left: -10px;
right: -10px;
}
.cart-badge__label {
display: none;
}
.cart-badge__count {
font-size: 12px;
height: 19px;
min-width: 19px;
padding: 4px;
top: -9px;
right: -7px;
}
.product-searchform {
display: none;
}
.product-searchform.is-active {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
top: 100%;
width: 100%;
left: 0;
padding: 5px;
box-shadow: 0 4px 9px -7px #000;
background-color: #faf5ec;
}
.product-searchform__input-wrapper .svg-icon--search {
display: none;
}
.product-searchform__input {
height: 42px;
padding-left: 17px;
border-color: #DEDEDE;
}
.product-searchform__submit {
margin-left: 5px;
min-width: 0;
padding: 0 20px;
}
.toolbar-link {
display: block;
position: relative;
padding: 12px;
background: none;
border: #faf5ec;
margin: -4px;
}
.toolbar-link .svg-icon {
vertical-align: top;
}
.toolbar-link.is-active {
background-color: #ece7dd;
}
.b-fixed-bottomline__cart-button {
display: none;
}
.b-fixed-bottomline__cart-title {
background-image: url("data:image/svg+xml,%3Csvg width='40' height='36' viewBox='0 0 40 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M38.6087 7.94558C38.2655 7.35097 37.7741 6.85547 37.1824 6.50738C36.5906 6.1593 35.9188 5.97053 35.2323 5.95947H9.81022L8.65828 1.47088C8.54189 1.03759 8.28223 0.656467 7.92159 0.389591C7.56094 0.122714 7.12056 -0.0141942 6.67218 0.00116481H2.69997C2.17322 0.00116481 1.66805 0.210414 1.29558 0.582881C0.923117 0.955347 0.713867 1.46052 0.713867 1.98727C0.713867 2.51401 0.923117 3.01919 1.29558 3.39165C1.66805 3.76412 2.17322 3.97337 2.69997 3.97337H5.16274L10.6444 24.3508C10.7608 24.7841 11.0204 25.1652 11.3811 25.4321C11.7417 25.6989 12.1821 25.8359 12.6305 25.8205H30.5054C30.8722 25.8194 31.2315 25.7167 31.5435 25.5239C31.8555 25.3311 32.108 25.0557 32.273 24.7281L38.7875 11.6993C39.0698 11.1075 39.2013 10.455 39.1701 9.79997C39.1389 9.14498 38.946 8.5079 38.6087 7.94558Z' fill='white'/%3E%3Cpath d='M11.6374 35.7509C13.2827 35.7509 14.6165 34.417 14.6165 32.7717C14.6165 31.1264 13.2827 29.7925 11.6374 29.7925C9.99202 29.7925 8.6582 31.1264 8.6582 32.7717C8.6582 34.417 9.99202 35.7509 11.6374 35.7509Z' fill='white'/%3E%3Cpath d='M31.4987 35.7509C33.144 35.7509 34.4778 34.417 34.4778 32.7717C34.4778 31.1264 33.144 29.7925 31.4987 29.7925C29.8533 29.7925 28.5195 31.1264 28.5195 32.7717C28.5195 34.417 29.8533 35.7509 31.4987 35.7509Z' fill='white'/%3E%3C/svg%3E%0A");
}
.mini-cart-count {
padding: 2px 2px;
min-width: 22px;
right: -2px;
}
}
@media all and (max-width: 420px) {
.sms, .phone {
display: flow-root!important;
}
.headmail {
display: none;
}
.b-cart-product__bottom {
margin: 0 0 0 -85px;
}
.b-lot-card__left {
display: block;
}
.b-lot-card__awards-item {
margin-right: 20px;
}
.b-lot-card--sets .b-lot-card__image {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: auto;
margin-bottom: 25px;
}
.b-cart-product__image {
-ms-flex: 0 0 70px;
flex: 0 0 70px;
padding-bottom: 88px;
text-align: center; margin-bottom: 10px;
width: 180px;
max-width: none; }
.b-cart-product__image img {
max-height: 230px;
}
.ordering-label {
display: block;
margin-bottom: 10px;
}
.woocommerce-ordering {
max-width: 100%;
}
.woocommerce-ordering .jq-selectbox {
margin-left: 0;
}
.product_title {
font-size: 20px;
}
.b-lot-card__image {
max-width: 100%;
margin: 0 0 15px;
text-align: center;
}
.b-lot-card__image img {
max-height: 220px;
}
.b-lot-card__image .b-lot-card__awards {
right: 0;
}
}
.you_card img {
float: left;
padding-right: 50px;
} .cart-product-badge {
display: inline-block;
vertical-align: top;
margin: 0 10px 10px 0;
padding: 2px 6px 2px;
border: 2px solid #5a5a5a;
border-radius: 6px;
font-size: 13px;
font-weight: 700;
background-color: #faf5ec;
}
.order-step-devider {
margin-top: 2rem;
}
.order-steps {
margin-bottom: 40px;
}
.order-steps__title {
font-family: "Poiret One", sans-serif;
font-size: 42px;
line-height: 1.1;
text-align: center;
margin-bottom: 46px;
}
.order-steps__title span {
display: inline-block;
position: relative;
padding: 0 110px;
}
.order-steps__title span:before {
content: "";
position: absolute;
top: 50%;
left: 0;
width: 80px;
height: 2px;
margin-top: -1px;
background: #e60006;
}
.order-steps__body .woocommerce-billing-fields__field-wrapper {
max-width: 376px;
}
.order-steps__body .woocommerce-billing-fields__field-wrapper .form-row {
position: relative;
margin-bottom: 35px;
}
.order-steps__body .woocommerce-billing-fields__field-wrapper .form-row > label {
position: absolute;
height: 44px;
top: 0;
right: 24px;
left: 24px;
line-height: 44px;
font-size: 22px;
margin: 0;
font-weight: 300;
color: #888;
pointer-events: none;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-webkit-overflow-scrolling: touch;
}
.order-steps__body .woocommerce-billing-fields__field-wrapper .form-row > label.hide {
opacity: 0;
}
.order-steps__body .woocommerce-billing-fields__field-wrapper .form-row > label[for="billing_phone"] {
left: 88px;
z-index: 11;
}
.order-steps__body .woocommerce-billing-fields__field-wrapper .form-row .required {
color: #ed1c24;
border: none;
text-decoration: none;
}
.woocommerce-form .dig_wc_countrycodecontainer input,
.order-steps__body .dig_wc_countrycodecontainer input { margin: 0px;
height: 44px;
width: 80px !important;
padding: 0 12px;
}
.order-steps__check-city {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 35px;
}
.order-steps__check-city-title {
font-weight: 300;
color: #000;
font-size: 22px;
margin-right: 18px;
}
.order-steps__check-city-body {
position: relative;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.order-steps__check-city-body:before {
content: "";
position: absolute;
right: 15px;
top: 50%;
border-style: solid;
border-width: 12px 8px 0 8px;
border-color: #d83939 transparent transparent;
margin-top: -6px;
pointer-events: none;
}
.order-steps__check-city-body select {
cursor: pointer;
background: none;
outline: none;
width: 100%;
border: 1px solid #d83939;
border-radius: 25px;
color: #161616;
font-size: 14px;
font-weight: 400;
line-height: 1;
height: auto;
padding: 14px 35px 14px 24px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.order-steps__shipping {
margin-bottom: 59px;
}
.order-steps__shipping .woocommerce-shipping-methods {
padding: 0;
}
.order-steps__shipping label {
display: block;
cursor: pointer;
margin-bottom: 18px;
}
.order-steps__shipping input[type="checkbox"] ~ span,
.order-steps__shipping input[type="radio"] ~ span {
font-size: 18px;
font-weight: 300;
display: inline-block;
}
.order-steps__shipping input[type="checkbox"] ~ span:before,
.order-steps__shipping input[type="radio"] ~ span:before {
width: 18px;
height: 18px;
border-color: #cbcbcb;
background: #cbcbcb;
-webkit-box-shadow: inset 0 0 0 2px #fff;
box-shadow: inset 0 0 0 2px #fff;
}
.order-steps__privace {
margin-bottom: 90px;
}
.order-steps__privace label {
display: inline-block;
cursor: pointer;
margin: 0;
padding: 0;
}
.order-steps__privace input[type="radio"],
.order-steps__privace input[type="checkbox"] {
display: none;
width: 0;
height: 0;
border: none;
background: none;
}
.order-steps__privace input[type="radio"]:checked ~ span:not(.required):before,
.order-steps__privace input[type="checkbox"]:checked ~ span:not(.required):before {
background: #d83939;
border: 1px solid #d83939;
}
.order-steps__privace input[type="radio"] ~ span:not(.required),
.order-steps__privace input[type="checkbox"] ~ span:not(.required) {
font-size: 14px;
line-height: 1.5;
color: #000;
position: relative;
display: inline-block;
padding-left: 25px;
}
.order-steps__privace input[type="radio"] ~ span:not(.required):before,
.order-steps__privace input[type="checkbox"] ~ span:not(.required):before {
content: "";
border-radius: 100%;
position: absolute;
left: 0;
top: 1px;
width: 18px;
height: 18px;
background: #cbcbcb;
-webkit-box-shadow: inset 0 0 0 2px #fff;
box-shadow: inset 0 0 0 2px #fff;
border: 1px solid #cbcbcb;
}
.order-steps__finish-price {
text-align: center;
margin-bottom: 40px;
font-size: 42px;
color: #000;
}
.order-steps__finish-price strong {
font-weight: 300;
}
.order-steps__finish-price span {
color: #d83939;
}
.order-steps__finish-button {
text-align: center;
}
.order-steps__finish-button .button {
min-width: 290px;
background: #ed1c24;
font-weight: 300;
font-size: 18px;
text-transform: uppercase;
}
.order-steps__finish-button .button:hover {
background: #5a5a5a;
}
.cart-box__product-list {
margin-bottom: 20px;
}
.cart-box__product-item {
margin-bottom: 30px;
}
.cart-box__product-item:last-child {
margin-bottom: 0;
}
.cart-box__bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 40px;
}
.cart-box__bottom-left {
-webkit-box-flex: 1;
-ms-flex: 1 1;
flex: 1 1;
margin-right: 15px;
font-size: 20px;
color: #000;
line-height: 1.5;
font-weight: 300;
}
.cart-box__bottom-left span {
color: #d83939;
}
.cart-box__bottom-price {
-webkit-box-flex: 0;
-ms-flex: 0 0 210px;
flex: 0 0 210px;
color: #d83939;
font-size: 42px;
font-weight: 300;
}
.cart-box__bottom-price strong {
font-weight: 300;
}
.cart-box__head {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
font-family: "Poiret One", sans-serif;
color: #000;
font-size: 44px;
margin-bottom: 45px;
}
.cart-box__head-right {
-webkit-box-flex: 0;
-ms-flex: 0 0 490px;
flex: 0 0 490px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.cart-box__head-left {
-webkit-box-flex: 1;
-ms-flex: 1 1;
flex: 1 1;
margin-right: 15px;
}
.cart-box__head-quantity-wr {
-webkit-box-flex: 1;
-ms-flex: 1 1;
flex: 1 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-right: 10px;
}
.cart-box__head-price {
-webkit-box-flex: 0;
-ms-flex: 0 0 150px;
flex: 0 0 150px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.cart-box__head-delete {
-webkit-box-flex: 1;
-ms-flex: 1 1;
flex: 1 1;
}
.cart-box__head-quantity {
-webkit-box-flex: 0;
-ms-flex: 0 0 150px;
flex: 0 0 150px;
font-size: 24px;
}
.cart-box .woocommerce-form-coupon {
max-width: 620px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.cart-box .woocommerce-form-coupon p {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.cart-box .woocommerce-form-coupon p.form-row-first {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
margin-right: 15px;
}
.cart-box .woocommerce-form-coupon p.form-row-last {
-webkit-box-flex: 0;
-ms-flex: 0 0 230px;
flex: 0 0 230px;
}
.cart-box .woocommerce-form-coupon input[type="text"] {
text-align: center;
font-size: 24px;
color: #000;
}
.cart-box .woocommerce-form-coupon .button--2,
.cart-box .woocommerce-form-coupon a.button--2 {
background: #414042;
font-weight: 300;
font-size: 18px;
text-transform: uppercase;
width: 100%;
}
.cart-box .woocommerce-form-coupon .button--2:hover,
.cart-box .woocommerce-form-coupon a.button--2:hover {
background: #5a5a5a;
}
.cart-product-horizontal {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.cart-product-horizontal__right {
-webkit-box-flex: 0;
-ms-flex: 0 0 490px;
flex: 0 0 490px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.cart-product-horizontal__left {
-webkit-box-flex: 1;
-ms-flex: 1 1;
flex: 1 1;
margin-right: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.cart-product-horizontal__content {
-webkit-box-flex: 1;
-ms-flex: 1 1;
flex: 1 1;
font-size: 18px;
line-height: 1.2;
}
.cart-product-horizontal__image {
-webkit-box-flex: 0;
-ms-flex: 0 0 30px;
flex: 0 0 30px;
margin-right: 20px;
}
.cart-product-horizontal__name {
font-weight: 300;
color: #d83939;
}
.cart-product-horizontal__name a {
text-decoration: none;
}
.cart-product-horizontal__name a:hover {
text-decoration: underline;
}
.cart-product-horizontal__params-item span {
color: #d83939;
font-weight: 300;
}
.cart-product-horizontal__quantity-wr {
-webkit-box-flex: 1;
-ms-flex: 1 1;
flex: 1 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: space-between;
order: 2;
}
.cart-product-horizontal__price-wr {
padding-right: 20px;
flex: 0 0 100px;
max-width: 100px;
order: 1;
}
.cart-product-horizontal__price,
.cart-product-horizontal__oldprice {
display: block;
}
.cart-product-horizontal__price {
font-size: 20px;
font-weight: 300;
color: #d83939;
line-height: 1.2;
}
.cart-product-horizontal__oldprice {
font-size: 16px;
font-weight: 300;
color: #414042;
line-height: 1.2;
-webkit-text-decoration-line: line-through;
text-decoration-line: line-through;
}
.cart-product-horizontal__delete a {
font-size: 12px;
line-height: 1;
color: #444;
text-decoration: none;
}
.cart-product-horizontal__delete a:hover {
color: #d83939;
}
.cart-product-horizontal__quantity {
-webkit-box-flex: 0;
-ms-flex: 0 0 114px;
flex: 0 0 114px;
margin-right: 20px;
}
.cart-product-horizontal .b-quantity {
height: 36px;
width: 100%;
padding: 0;
}
.cart-product-horizontal .b-quantity input[type="text"],
.cart-product-horizontal .b-quantity input[type="number"] {
color: #4D4D4D;
font-size: 18px;
font-weight: normal;
grid-template: 48px;
border: none;
padding: 0 35px;
background: rgba(196,196,196,0.26);
border-radius: 25px;
}
.cart-product-horizontal .b-quantity button {
top: 0;
bottom: 0;
width: 40px;
padding: 0;
}
.cart-product-horizontal .b-quantity button:before {
content: "";
position: absolute;
left: 50%;
top: 50%;
height: 1px;
width: 12px;
background: #000;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border: none;
margin: 0;
}
.cart-product-horizontal .b-quantity button:after {
content: "";
position: absolute;
left: 50%;
top: 50%;
width: 1px;
height: 12px;
background: #000;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.cart-product-horizontal .b-quantity button:first-child {
right: auto;
left: 4px;
font-size: 0;
}
.cart-product-horizontal .b-quantity button:first-child:before {
width: 12px;
}
.cart-product-horizontal .b-quantity button:first-child:after {
display: none;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-methods .city_method {
display: none;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-methods .city_method_showed {
display: block;
}
.cart-counted-discount strong {
font-weight: 500;
}
.backlink {
display: flex;
align-items: center;
color: #828282;
font-size: 12px;
line-height: 14px;
margin-bottom: 25px;
text-transform: uppercase;
text-decoration: none;
transition: color 0.3s ease;
}
.backlink svg {
margin-right: 5px;
}
.checkout.woocommerce-checkout {
position: relative;
z-index: 1;
}
@media (min-width: 768px) {
.cart-box__head-right,
.cart-product-horizontal__right {
-webkit-box-flex: 0;
-ms-flex: 0 0 420px;
flex: 0 0 420px;
padding-left: 20px;
}
.cart-product-horizontal__quantity-wr {
order: 1;
padding-right: 30px;
}
.cart-product-horizontal__price-wr {
order: 2;
padding-right: 0;
-webkit-box-flex: 0;
-ms-flex: 0 0 150px;
flex: 0 0 150px;
max-width: 150px;
}
.cart-product-horizontal__price {
font-size: 24px;
}
.cart-product-horizontal__oldprice {
font-size: 20px;
}
}
@media (min-width: 1024px) {
.b-fixed-bottomline__cart-title {
background-image: url("data:image/svg+xml,%3Csvg width='34' height='31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.414 6.89a3.445 3.445 0 0 0-2.927-1.722H8.443l-.999-3.893A1.722 1.722 0 0 0 5.722.001H2.278a1.722 1.722 0 0 0 0 3.444h2.135l4.753 17.67a1.723 1.723 0 0 0 1.723 1.274h15.499a1.723 1.723 0 0 0 1.533-.947l5.648-11.297a3.445 3.445 0 0 0-.155-3.255ZM10.027 31a2.583 2.583 0 1 0 0-5.166 2.583 2.583 0 0 0 0 5.166ZM27.25 31a2.583 2.583 0 1 0 0-5.166 2.583 2.583 0 0 0 0 5.166Z' fill='%23fff'/%3E%3C/svg%3E");
}
}
@media (min-width: 1025px) {
h1.small-h1 {
font-size: 48px;
}
}
@media (min-width: 1400px) {
.cart-box__head-right, .cart-product-horizontal__right {
-webkit-box-flex: 0;
-ms-flex: 0 0 500px;
flex: 0 0 500px;
max-width: 500px;
}
.cart-product-horizontal__quantity-wr {
padding-right: 50px;
}
.cart-product-horizontal__quantity {
-webkit-box-flex: 0;
-ms-flex: 0 0 150px;
flex: 0 0 150px
}
.cart-product-horizontal .b-quantity {
height: 48px;
}
.cart-product-horizontal .b-quantity input[type="text"],
.cart-product-horizontal .b-quantity input[type="number"] {
font-size: 24px;
}
}
@media (max-width: 1024px) {
.order-steps__title {
font-size: 24px;
margin-bottom: 25px;
}
.order-steps__title span {
padding: 0 50px;
}
.order-steps__title span:before {
width: 40px;
}
.order-steps__body .woocommerce-billing-fields__field-wrapper .form-row {
margin-bottom: 15px;
}
.order-steps__body .woocommerce-billing-fields__field-wrapper .form-row > label {
font-size: 18px;
}
.b-headmenu__list--default {
display: none;
}
.b-headmenu__list--mobile {
display: block;
}
.mobile-nav-fixed-footer {
display: block;
position: absolute;
left: 0;
bottom: 0;
z-index: 20;
width: 320px;
background-color: #FAF5EC;
transition-delay: 0ms !important;
-webkit-transform: translateX(-320px);
transform: translateX(-320px);
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
-webkit-overflow-scrolling: touch;
}
.opened .mobile-nav-fixed-footer {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@media (max-width: 766px) {
.order-steps__check-city {
display: block;
}
.order-steps__check-city-title {
margin: 0 0 10px;
text-align: center;
}
.order-steps__shipping {
margin-bottom: 35px;
}
.order-steps__shipping input[type="checkbox"] ~ span,
.order-steps__shipping input[type="radio"] ~ span {
font-size: 16px;
}
.order-steps__privace {
margin-bottom: 35px;
}
.order-steps__finish-price {
font-size: 36px;
margin-bottom: 30px;
}
.cart-box__head {
display: none;
}
.cart-product-horizontal {
display: block;
border-bottom: 2px solid #f7f7f7;
padding-bottom: 30px;
}
.cart-product-horizontal__left {
margin: 0 0 15px;
}
.cart-box__bottom {
display: block;
}
.cart-box__bottom-left .cart-counted-discount {
margin-bottom: 10px;
}
.cart-box__bottom-left {
font-size: 18px;
line-height: 1.3;
margin-right: 0;
}
.cart-box__bottom-price {
font-size: 36px;
}
.cart-box__bottom-price:before {
content: "Итого";
color: #000;
display: inline-block;
margin-right: 5px;
font-size: 30px;
}
.order-step-devider {
opacity: 0;
margin-right: 1rem;
}
}
@media (max-width: 620px) {
.cart-box .woocommerce-form-coupon input[type="text"] {
font-size: 17px;
}
}
@media (max-width: 540px) {
.cart-box .woocommerce-form-coupon {
display: block;
}
.cart-box .woocommerce-form-coupon p.form-row-first {
margin: 0 0 10px;
}
.cart-product-horizontal__content {
font-size: 14px;
}
.order-steps__finish-button .button {
font-size: 16px;
min-width: 0;
}
}
@media (max-width: 360px) {
.app-header__bottomline-in,
.mobile-nav-fixed-footer {
width: 280px;
}
.app-header__closepopup {
left: 280px;
}
}@font-face{font-family:eicons;src:url(//piemaggio.shop/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.15.0);src:url(//piemaggio.shop/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.15.0#iefix) format("embedded-opentype"),url(//piemaggio.shop/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.15.0) format("woff2"),url(//piemaggio.shop/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.15.0) format("woff"),url(//piemaggio.shop/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.15.0) format("truetype"),url(//piemaggio.shop/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.15.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:'\e800'}.eicon-editor-unlink:before{content:'\e801'}.eicon-editor-external-link:before{content:'\e802'}.eicon-editor-close:before{content:'\e803'}.eicon-editor-list-ol:before{content:'\e804'}.eicon-editor-list-ul:before{content:'\e805'}.eicon-editor-bold:before{content:'\e806'}.eicon-editor-italic:before{content:'\e807'}.eicon-editor-underline:before{content:'\e808'}.eicon-editor-paragraph:before{content:'\e809'}.eicon-editor-h1:before{content:'\e80a'}.eicon-editor-h2:before{content:'\e80b'}.eicon-editor-h3:before{content:'\e80c'}.eicon-editor-h4:before{content:'\e80d'}.eicon-editor-h5:before{content:'\e80e'}.eicon-editor-h6:before{content:'\e80f'}.eicon-editor-quote:before{content:'\e810'}.eicon-editor-code:before{content:'\e811'}.eicon-elementor:before{content:'\e812'}.eicon-elementor-circle:before{content:'\e813'}.eicon-pojome:before{content:'\e814'}.eicon-plus:before{content:'\e815'}.eicon-menu-bar:before{content:'\e816'}.eicon-apps:before{content:'\e817'}.eicon-accordion:before{content:'\e818'}.eicon-alert:before{content:'\e819'}.eicon-animation-text:before{content:'\e81a'}.eicon-animation:before{content:'\e81b'}.eicon-banner:before{content:'\e81c'}.eicon-blockquote:before{content:'\e81d'}.eicon-button:before{content:'\e81e'}.eicon-call-to-action:before{content:'\e81f'}.eicon-captcha:before{content:'\e820'}.eicon-carousel:before{content:'\e821'}.eicon-checkbox:before{content:'\e822'}.eicon-columns:before{content:'\e823'}.eicon-countdown:before{content:'\e824'}.eicon-counter:before{content:'\e825'}.eicon-date:before{content:'\e826'}.eicon-divider-shape:before{content:'\e827'}.eicon-divider:before{content:'\e828'}.eicon-download-button:before{content:'\e829'}.eicon-dual-button:before{content:'\e82a'}.eicon-email-field:before{content:'\e82b'}.eicon-facebook-comments:before{content:'\e82c'}.eicon-facebook-like-box:before{content:'\e82d'}.eicon-form-horizontal:before{content:'\e82e'}.eicon-form-vertical:before{content:'\e82f'}.eicon-gallery-grid:before{content:'\e830'}.eicon-gallery-group:before{content:'\e831'}.eicon-gallery-justified:before{content:'\e832'}.eicon-gallery-masonry:before{content:'\e833'}.eicon-icon-box:before{content:'\e834'}.eicon-image-before-after:before{content:'\e835'}.eicon-image-box:before{content:'\e836'}.eicon-image-hotspot:before{content:'\e837'}.eicon-image-rollover:before{content:'\e838'}.eicon-info-box:before{content:'\e839'}.eicon-inner-section:before{content:'\e83a'}.eicon-mailchimp:before{content:'\e83b'}.eicon-menu-card:before{content:'\e83c'}.eicon-navigation-horizontal:before{content:'\e83d'}.eicon-nav-menu:before{content:'\e83e'}.eicon-navigation-vertical:before{content:'\e83f'}.eicon-number-field:before{content:'\e840'}.eicon-parallax:before{content:'\e841'}.eicon-php7:before{content:'\e842'}.eicon-post-list:before{content:'\e843'}.eicon-post-slider:before{content:'\e844'}.eicon-post:before{content:'\e845'}.eicon-posts-carousel:before{content:'\e846'}.eicon-posts-grid:before{content:'\e847'}.eicon-posts-group:before{content:'\e848'}.eicon-posts-justified:before{content:'\e849'}.eicon-posts-masonry:before{content:'\e84a'}.eicon-posts-ticker:before{content:'\e84b'}.eicon-price-list:before{content:'\e84c'}.eicon-price-table:before{content:'\e84d'}.eicon-radio:before{content:'\e84e'}.eicon-rtl:before{content:'\e84f'}.eicon-scroll:before{content:'\e850'}.eicon-search:before{content:'\e851'}.eicon-select:before{content:'\e852'}.eicon-share:before{content:'\e853'}.eicon-sidebar:before{content:'\e854'}.eicon-skill-bar:before{content:'\e855'}.eicon-slider-3d:before{content:'\e856'}.eicon-slider-album:before{content:'\e857'}.eicon-slider-device:before{content:'\e858'}.eicon-slider-full-screen:before{content:'\e859'}.eicon-slider-push:before{content:'\e85a'}.eicon-slider-vertical:before{content:'\e85b'}.eicon-slider-video:before{content:'\e85c'}.eicon-slides:before{content:'\e85d'}.eicon-social-icons:before{content:'\e85e'}.eicon-spacer:before{content:'\e85f'}.eicon-table:before{content:'\e860'}.eicon-tabs:before{content:'\e861'}.eicon-tel-field:before{content:'\e862'}.eicon-text-area:before{content:'\e863'}.eicon-text-field:before{content:'\e864'}.eicon-thumbnails-down:before{content:'\e865'}.eicon-thumbnails-half:before{content:'\e866'}.eicon-thumbnails-right:before{content:'\e867'}.eicon-time-line:before{content:'\e868'}.eicon-toggle:before{content:'\e869'}.eicon-url:before{content:'\e86a'}.eicon-t-letter:before{content:'\e86b'}.eicon-wordpress:before{content:'\e86c'}.eicon-text:before{content:'\e86d'}.eicon-anchor:before{content:'\e86e'}.eicon-bullet-list:before{content:'\e86f'}.eicon-code:before{content:'\e870'}.eicon-favorite:before{content:'\e871'}.eicon-google-maps:before{content:'\e872'}.eicon-image:before{content:'\e873'}.eicon-photo-library:before{content:'\e874'}.eicon-woocommerce:before{content:'\e875'}.eicon-youtube:before{content:'\e876'}.eicon-flip-box:before{content:'\e877'}.eicon-settings:before{content:'\e878'}.eicon-headphones:before{content:'\e879'}.eicon-testimonial:before{content:'\e87a'}.eicon-counter-circle:before{content:'\e87b'}.eicon-person:before{content:'\e87c'}.eicon-chevron-right:before{content:'\e87d'}.eicon-chevron-left:before{content:'\e87e'}.eicon-close:before{content:'\e87f'}.eicon-file-download:before{content:'\e880'}.eicon-save:before{content:'\e881'}.eicon-zoom-in:before{content:'\e882'}.eicon-shortcode:before{content:'\e883'}.eicon-nerd:before{content:'\e884'}.eicon-device-desktop:before{content:'\e885'}.eicon-device-tablet:before{content:'\e886'}.eicon-device-mobile:before{content:'\e887'}.eicon-document-file:before{content:'\e888'}.eicon-folder-o:before{content:'\e889'}.eicon-hypster:before{content:'\e88a'}.eicon-h-align-left:before{content:'\e88b'}.eicon-h-align-right:before{content:'\e88c'}.eicon-h-align-center:before{content:'\e88d'}.eicon-h-align-stretch:before{content:'\e88e'}.eicon-v-align-top:before{content:'\e88f'}.eicon-v-align-bottom:before{content:'\e890'}.eicon-v-align-middle:before{content:'\e891'}.eicon-v-align-stretch:before{content:'\e892'}.eicon-pro-icon:before{content:'\e893'}.eicon-mail:before{content:'\e894'}.eicon-lock-user:before{content:'\e895'}.eicon-testimonial-carousel:before{content:'\e896'}.eicon-media-carousel:before{content:'\e897'}.eicon-section:before{content:'\e898'}.eicon-column:before{content:'\e899'}.eicon-edit:before{content:'\e89a'}.eicon-clone:before{content:'\e89b'}.eicon-trash:before{content:'\e89c'}.eicon-play:before{content:'\e89d'}.eicon-angle-right:before{content:'\e89e'}.eicon-angle-left:before{content:'\e89f'}.eicon-animated-headline:before{content:'\e8a0'}.eicon-menu-toggle:before{content:'\e8a1'}.eicon-fb-embed:before{content:'\e8a2'}.eicon-fb-feed:before{content:'\e8a3'}.eicon-twitter-embed:before{content:'\e8a4'}.eicon-twitter-feed:before{content:'\e8a5'}.eicon-sync:before{content:'\e8a6'}.eicon-import-export:before{content:'\e8a7'}.eicon-check-circle:before{content:'\e8a8'}.eicon-library-save:before{content:'\e8a9'}.eicon-library-download:before{content:'\e8aa'}.eicon-insert:before{content:'\e8ab'}.eicon-preview-medium:before{content:'\e8ac'}.eicon-sort-down:before{content:'\e8ad'}.eicon-sort-up:before{content:'\e8ae'}.eicon-heading:before{content:'\e8af'}.eicon-logo:before{content:'\e8b0'}.eicon-meta-data:before{content:'\e8b1'}.eicon-post-content:before{content:'\e8b2'}.eicon-post-excerpt:before{content:'\e8b3'}.eicon-post-navigation:before{content:'\e8b4'}.eicon-yoast:before{content:'\e8b5'}.eicon-nerd-chuckle:before{content:'\e8b6'}.eicon-nerd-wink:before{content:'\e8b7'}.eicon-comments:before{content:'\e8b8'}.eicon-download-circle-o:before{content:'\e8b9'}.eicon-library-upload:before{content:'\e8ba'}.eicon-save-o:before{content:'\e8bb'}.eicon-upload-circle-o:before{content:'\e8bc'}.eicon-ellipsis-h:before{content:'\e8bd'}.eicon-ellipsis-v:before{content:'\e8be'}.eicon-arrow-left:before{content:'\e8bf'}.eicon-arrow-right:before{content:'\e8c0'}.eicon-arrow-up:before{content:'\e8c1'}.eicon-arrow-down:before{content:'\e8c2'}.eicon-play-o:before{content:'\e8c3'}.eicon-archive-posts:before{content:'\e8c4'}.eicon-archive-title:before{content:'\e8c5'}.eicon-featured-image:before{content:'\e8c6'}.eicon-post-info:before{content:'\e8c7'}.eicon-post-title:before{content:'\e8c8'}.eicon-site-logo:before{content:'\e8c9'}.eicon-site-search:before{content:'\e8ca'}.eicon-site-title:before{content:'\e8cb'}.eicon-plus-square:before{content:'\e8cc'}.eicon-minus-square:before{content:'\e8cd'}.eicon-cloud-check:before{content:'\e8ce'}.eicon-drag-n-drop:before{content:'\e8cf'}.eicon-welcome:before{content:'\e8d0'}.eicon-handle:before{content:'\e8d1'}.eicon-cart:before{content:'\e8d2'}.eicon-product-add-to-cart:before{content:'\e8d3'}.eicon-product-breadcrumbs:before{content:'\e8d4'}.eicon-product-categories:before{content:'\e8d5'}.eicon-product-description:before{content:'\e8d6'}.eicon-product-images:before{content:'\e8d7'}.eicon-product-info:before{content:'\e8d8'}.eicon-product-meta:before{content:'\e8d9'}.eicon-product-pages:before{content:'\e8da'}.eicon-product-price:before{content:'\e8db'}.eicon-product-rating:before{content:'\e8dc'}.eicon-product-related:before{content:'\e8dd'}.eicon-product-stock:before{content:'\e8de'}.eicon-product-tabs:before{content:'\e8df'}.eicon-product-title:before{content:'\e8e0'}.eicon-product-upsell:before{content:'\e8e1'}.eicon-products:before{content:'\e8e2'}.eicon-bag-light:before{content:'\e8e3'}.eicon-bag-medium:before{content:'\e8e4'}.eicon-bag-solid:before{content:'\e8e5'}.eicon-basket-light:before{content:'\e8e6'}.eicon-basket-medium:before{content:'\e8e7'}.eicon-basket-solid:before{content:'\e8e8'}.eicon-cart-light:before{content:'\e8e9'}.eicon-cart-medium:before{content:'\e8ea'}.eicon-cart-solid:before{content:'\e8eb'}.eicon-exchange:before{content:'\e8ec'}.eicon-preview-thin:before{content:'\e8ed'}.eicon-device-laptop:before{content:'\e8ee'}.eicon-collapse:before{content:'\e8ef'}.eicon-expand:before{content:'\e8f0'}.eicon-navigator:before{content:'\e8f1'}.eicon-plug:before{content:'\e8f2'}.eicon-dashboard:before{content:'\e8f3'}.eicon-typography:before{content:'\e8f4'}.eicon-info-circle-o:before{content:'\e8f5'}.eicon-integration:before{content:'\e8f6'}.eicon-plus-circle-o:before{content:'\e8f7'}.eicon-rating:before{content:'\e8f8'}.eicon-review:before{content:'\e8f9'}.eicon-tools:before{content:'\e8fa'}.eicon-loading:before{content:'\e8fb'}.eicon-sitemap:before{content:'\e8fc'}.eicon-click:before{content:'\e8fd'}.eicon-clock:before{content:'\e8fe'}.eicon-library-open:before{content:'\e8ff'}.eicon-warning:before{content:'\e900'}.eicon-flow:before{content:'\e901'}.eicon-cursor-move:before{content:'\e902'}.eicon-arrow-circle-left:before{content:'\e903'}.eicon-flash:before{content:'\e904'}.eicon-redo:before{content:'\e905'}.eicon-ban:before{content:'\e906'}.eicon-barcode:before{content:'\e907'}.eicon-calendar:before{content:'\e908'}.eicon-caret-left:before{content:'\e909'}.eicon-caret-right:before{content:'\e90a'}.eicon-caret-up:before{content:'\e90b'}.eicon-chain-broken:before{content:'\e90c'}.eicon-check-circle-o:before{content:'\e90d'}.eicon-check:before{content:'\e90e'}.eicon-chevron-double-left:before{content:'\e90f'}.eicon-chevron-double-right:before{content:'\e910'}.eicon-undo:before{content:'\e911'}.eicon-filter:before{content:'\e912'}.eicon-circle-o:before{content:'\e913'}.eicon-circle:before{content:'\e914'}.eicon-clock-o:before{content:'\e915'}.eicon-cog:before{content:'\e916'}.eicon-cogs:before{content:'\e917'}.eicon-commenting-o:before{content:'\e918'}.eicon-copy:before{content:'\e919'}.eicon-database:before{content:'\e91a'}.eicon-dot-circle-o:before{content:'\e91b'}.eicon-envelope:before{content:'\e91c'}.eicon-external-link-square:before{content:'\e91d'}.eicon-eyedropper:before{content:'\e91e'}.eicon-folder:before{content:'\e91f'}.eicon-font:before{content:'\e920'}.eicon-adjust:before{content:'\e921'}.eicon-lightbox:before{content:'\e922'}.eicon-heart-o:before{content:'\e923'}.eicon-history:before{content:'\e924'}.eicon-image-bold:before{content:'\e925'}.eicon-info-circle:before{content:'\e926'}.eicon-link:before{content:'\e927'}.eicon-long-arrow-left:before{content:'\e928'}.eicon-long-arrow-right:before{content:'\e929'}.eicon-caret-down:before{content:'\e92a'}.eicon-paint-brush:before{content:'\e92b'}.eicon-pencil:before{content:'\e92c'}.eicon-plus-circle:before{content:'\e92d'}.eicon-zoom-in-bold:before{content:'\e92e'}.eicon-sort-amount-desc:before{content:'\e92f'}.eicon-sign-out:before{content:'\e930'}.eicon-spinner:before{content:'\e931'}.eicon-square:before{content:'\e932'}.eicon-star-o:before{content:'\e933'}.eicon-star:before{content:'\e934'}.eicon-text-align-justify:before{content:'\e935'}.eicon-text-align-center:before{content:'\e936'}.eicon-tags:before{content:'\e937'}.eicon-text-align-left:before{content:'\e938'}.eicon-text-align-right:before{content:'\e939'}.eicon-close-circle:before{content:'\e93a'}.eicon-trash-o:before{content:'\e93b'}.eicon-font-awesome:before{content:'\e93c'}.eicon-user-circle-o:before{content:'\e93d'}.eicon-video-camera:before{content:'\e93e'}.eicon-heart:before{content:'\e93f'}.eicon-wrench:before{content:'\e940'}.eicon-help:before{content:'\e941'}.eicon-help-o:before{content:'\e942'}.eicon-zoom-out-bold:before{content:'\e943'}.eicon-plus-square-o:before{content:'\e944'}.eicon-minus-square-o:before{content:'\e945'}.eicon-minus-circle:before{content:'\e946'}.eicon-minus-circle-o:before{content:'\e947'}.eicon-code-bold:before{content:'\e948'}.eicon-cloud-upload:before{content:'\e949'}.eicon-search-bold:before{content:'\e94a'}.eicon-map-pin:before{content:'\e94b'}.eicon-meetup:before{content:'\e94c'}.eicon-slideshow:before{content:'\e94d'}.eicon-t-letter-bold:before{content:'\e94e'}.eicon-preferences:before{content:'\e94f'}.eicon-table-of-contents:before{content:'\e950'}.eicon-tv:before{content:'\e951'}.eicon-upload:before{content:'\e952'}.eicon-instagram-comments:before{content:'\e953'}.eicon-instagram-nested-gallery:before{content:'\e954'}.eicon-instagram-post:before{content:'\e955'}.eicon-instagram-video:before{content:'\e956'}.eicon-instagram-gallery:before{content:'\e957'}.eicon-instagram-likes:before{content:'\e958'}.eicon-facebook:before{content:'\e959'}.eicon-twitter:before{content:'\e95a'}.eicon-pinterest:before{content:'\e95b'}.eicon-frame-expand:before{content:'\e95c'}.eicon-frame-minimize:before{content:'\e95d'}.eicon-archive:before{content:'\e95e'}.eicon-colors-typography:before{content:'\e95f'}.eicon-custom:before{content:'\e960'}.eicon-footer:before{content:'\e961'}.eicon-header:before{content:'\e962'}.eicon-layout-settings:before{content:'\e963'}.eicon-lightbox-expand:before{content:'\e964'}.eicon-error-404:before{content:'\e965'}.eicon-theme-style:before{content:'\e966'}.eicon-search-results:before{content:'\e967'}.eicon-single-post:before{content:'\e968'}.eicon-site-identity:before{content:'\e969'}.eicon-theme-builder:before{content:'\e96a'}.eicon-download-bold:before{content:'\e96b'}.eicon-share-arrow:before{content:'\e96c'}.eicon-global-settings:before{content:'\e96d'}.eicon-user-preferences:before{content:'\e96e'}.eicon-lock:before{content:'\e96f'}.eicon-export-kit:before{content:'\e970'}.eicon-import-kit:before{content:'\e971'}.eicon-lottie:before{content:'\e972'}.eicon-products-archive:before{content:'\e973'}.eicon-single-product:before{content:'\e974'}.eicon-disable-trash-o:before{content:'\e975'}.eicon-single-page:before{content:'\e976'}.eicon-wordpress-light:before{content:'\e977'}.eicon-cogs-check:before{content:'\e978'}.eicon-custom-css:before{content:'\e979'}.eicon-global-colors:before{content:'\e97a'}.eicon-globe:before{content:'\e97b'}.eicon-typography-1:before{content:'\e97c'}.eicon-background:before{content:'\e97d'}.eicon-device-responsive:before{content:'\e97e'}.eicon-device-wide:before{content:'\e97f'}.eicon-code-highlight:before{content:'\e980'}.eicon-video-playlist:before{content:'\e981'}.eicon-download-kit:before{content:'\e982'}.eicon-kit-details:before{content:'\e983'}.eicon-kit-parts:before{content:'\e984'}.eicon-kit-upload:before{content:'\e985'}.eicon-kit-plugins:before{content:'\e986'}.eicon-kit-upload-alt:before{content:'\e987'}.eicon-hotspot:before{content:'\e988'}.eicon-paypal-button:before{content:'\e989'}.eicon-shape:before{content:'\e98a'}.eicon-wordart:before{content:'\e98b'}.eicon-checkout:before{content:'\e98c'}.eicon-container:before{content:'\e98d'}.eicon-flip:before{content:'\e98e'}.eicon-info:before{content:'\e98f'}.eicon-my-account:before{content:'\e990'}.eicon-purchase-summary:before{content:'\e991'}.eicon-page-transition:before{content:'\e992'}.eicon-spotify:before{content:'\e993'}.eicon-stripe-button:before{content:'\e994'}.eicon-woo-settings:before{content:'\e995'}.eicon-woo-cart:before{content:'\e996'}.eicon-grow:before{content:'\e997'}.eicon-order-end:before{content:'\e998'}.eicon-nowrap:before{content:'\e999'}.eicon-order-start:before{content:'\e99a'}.eicon-progress-tracker:before{content:'\e99b'}.eicon-shrink:before{content:'\e99c'}.eicon-wrap:before{content:'\e99d'}.eicon-align-center-h:before{content:'\e99e'}.eicon-align-center-v:before{content:'\e99f'}.eicon-align-end-h:before{content:'\e9a0'}.eicon-align-end-v:before{content:'\e9a1'}.eicon-align-start-h:before{content:'\e9a2'}.eicon-align-start-v:before{content:'\e9a3'}.eicon-align-stretch-h:before{content:'\e9a4'}.eicon-align-stretch-v:before{content:'\e9a5'}.eicon-justify-center-h:before{content:'\e9a6'}.eicon-justify-center-v:before{content:'\e9a7'}.eicon-justify-end-h:before{content:'\e9a8'}.eicon-justify-end-v:before{content:'\e9a9'}.eicon-justify-space-around-h:before{content:'\e9aa'}.eicon-justify-space-around-v:before{content:'\e9ab'}.eicon-justify-space-between-h:before{content:'\e9ac'}.eicon-justify-space-between-v:before{content:'\e9ad'}.eicon-justify-space-evenly-h:before{content:'\e9ae'}.eicon-justify-space-evenly-v:before{content:'\e9af'}.eicon-justify-start-h:before{content:'\e9b0'}.eicon-justify-start-v:before{content:'\e9b1'}.eicon-woocommerce-cross-sells:before{content:'\e9b2'}.eicon-woocommerce-notices:before{content:'\e9b3'}.eicon-inner-container:before{content:'\e9b4'}.eicon-warning-full:before{content:'\e9b5'}.eicon-exit:before{content:'\e9b6'}.eicon-eye:before{content:'\e8ac'}.eicon-elementor-square:before{content:'\e813'}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{padding:5px}.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{padding:10px}.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{padding:15px}.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{padding:20px}.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{padding:30px}@media (min-width:-1px){.elementor-reverse-widescreen>.elementor-container>.elementor-row>:first-child{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(2){-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(3){-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(4){-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(5){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(6){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(7){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(8){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(9){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(10){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (min-width:1025px) and (max-width:-1px){.elementor-reverse-laptop>.elementor-container>.elementor-row>:first-child{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(2){-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(3){-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(4){-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(5){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(6){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(7){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(8){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(9){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(10){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (min-width:-1px) and (max-width:-1px){.elementor-reverse-laptop>.elementor-container>.elementor-row>:first-child{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(2){-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(3){-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(4){-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(5){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(6){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(7){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(8){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(9){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(10){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (min-width:1025px) and (max-width:-1px){.elementor-reverse-laptop>.elementor-container>.elementor-row>:first-child,.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(2),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(3),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(4),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(5),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(6),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(7),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(8),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(9),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(10){-webkit-box-ordinal-group:initial;-ms-flex-order:initial;order:0}.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:first-child{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(2){-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(3){-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(4){-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(5){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(6){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(7){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(8){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(9){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(10){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2){-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3){-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4){-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (min-width:-1px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2){-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3){-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4){-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (min-width:768px) and (max-width:-1px){.elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child,.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10){-webkit-box-ordinal-group:initial;-ms-flex-order:initial;order:0}.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:first-child{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(2){-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(3){-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(4){-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(5){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(6){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(7){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(8){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(9){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(10){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>.elementor-row>:first-child{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(2){-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(3){-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(4){-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(5){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(6){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(7){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(8){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(9){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(10){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.elementor-column{width:100%}}
.dialog-widget-content{background-color:#fff;position:absolute;border-radius:3px;-webkit-box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);overflow:hidden}.dialog-message{font-size:12px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box}.dialog-type-lightbox{position:fixed;height:100%;width:100%;bottom:0;left:0;background-color:rgba(0,0,0,.8);z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dialog-type-lightbox .dialog-widget-content{margin:auto;width:375px}.dialog-type-lightbox .dialog-header{font-size:15px;color:#495157;padding:30px 0 10px;font-weight:500}.dialog-type-lightbox .dialog-message{padding:0 30px 30px;min-height:50px}.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message{text-align:center}.dialog-type-lightbox .dialog-buttons-wrapper{border-top:1px solid #e6e9ec;text-align:center}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button{font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;width:50%;border:none;background:none;color:#6d7882;font-size:15px;cursor:pointer;padding:13px 0;outline:0}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:hover{background-color:#f4f6f7}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-ok{color:#b01b1b}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-take_over{color:#39b54a}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:active{background-color:rgba(230,233,236,.5)}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button::-moz-focus-inner{border:0}.dialog-close-button{cursor:pointer;position:absolute;margin-top:15px;right:15px;font-size:15px;line-height:1}.dialog-close-button:not(:hover){opacity:.4}.dialog-alert-widget .dialog-buttons-wrapper>button{width:100%}.dialog-confirm-widget .dialog-button:first-child{border-right:1px solid #e6e9ec}.dialog-prevent-scroll{overflow:hidden;max-height:100vh}@media (min-width:1024px){body.admin-bar .dialog-lightbox-widget{height:calc(100vh - 32px)}}@media (max-width:1024px){body.admin-bar .dialog-type-lightbox{position:sticky;height:100vh}}.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio{padding-bottom:42.8571%}.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio{padding-bottom:56.25%}.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio{padding-bottom:75%}.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio{padding-bottom:66.6666%}.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio{padding-bottom:100%}.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio{padding-bottom:177.8%}.elementor-fit-aspect-ratio{position:relative;height:0}.elementor-fit-aspect-ratio iframe{position:absolute;top:0;left:0;height:100%;width:100%;border:0;background-color:#000}.elementor-fit-aspect-ratio video{width:100%}.flatpickr-calendar{width:280px}.flatpickr-calendar .flatpickr-current-month span.cur-month{font-weight:300}.flatpickr-calendar .dayContainer{width:280px;min-width:280px;max-width:280px}.flatpickr-calendar .flatpickr-days{width:280px}.flatpickr-calendar .flatpickr-day{max-width:37px;height:37px;line-height:37px}.elementor-templates-modal .dialog-widget-content{font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;background-color:#f1f3f5;width:100%}@media (max-width:1439px){.elementor-templates-modal .dialog-widget-content{max-width:990px}}@media (min-width:1440px){.elementor-templates-modal .dialog-widget-content{max-width:1200px}}.elementor-templates-modal .dialog-header{padding:0;z-index:1}.elementor-templates-modal .dialog-buttons-wrapper,.elementor-templates-modal .dialog-header{background-color:#fff;-webkit-box-shadow:0 0 8px rgba(0,0,0,.1);box-shadow:0 0 8px rgba(0,0,0,.1);position:relative}.elementor-templates-modal .dialog-buttons-wrapper{border:none;display:none;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:5px}.elementor-templates-modal .dialog-buttons-wrapper .elementor-button{height:40px;margin-left:5px}.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success{padding:12px 36px;color:#fff;width:auto;font-size:15px}.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover{background-color:#39b54a}.elementor-templates-modal .dialog-message{height:750px;max-height:85vh;overflow:auto;padding-top:25px}.elementor-templates-modal .dialog-content{height:100%}.elementor-templates-modal .dialog-loading{display:none}.elementor-templates-modal__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:50px}.elementor-templates-modal__header__logo{line-height:1;text-transform:uppercase;font-weight:700;cursor:pointer}.elementor-templates-modal__header__logo-area{text-align:left;padding-left:15px}.elementor-templates-modal__header__logo-area>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-templates-modal__header__logo__icon-wrapper{margin-right:10px;font-size:12px}.elementor-templates-modal__header__logo__title{padding-top:2px}.elementor-templates-modal__header__items-area{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-templates-modal__header__item{position:relative;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;-webkit-box-sizing:content-box;box-sizing:content-box}.elementor-templates-modal__header__item>i{font-size:20px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer}.elementor-templates-modal__header__item>i:not(:hover){color:#a4afb7}.elementor-templates-modal__header__close--normal{width:47px;border-left:1px solid #e6e9ec}.elementor-templates-modal__header__close--normal i{font-size:18px}.elementor-templates-modal__header__close--skip{padding:10px 10px 10px 20px;margin-right:10px;color:#fff;background-color:#a4afb7;font-size:11px;font-weight:400;line-height:1;text-transform:uppercase;border-radius:2px;cursor:pointer}.elementor-templates-modal__header__close--skip>i{font-size:inherit;padding-left:10px;margin-left:15px;border-left:1px solid}.elementor-templates-modal__header__close--skip>i:not(:hover){color:#fff}.elementor-templates-modal__sidebar{-ms-flex-negative:0;flex-shrink:0;width:25%;background-color:hsla(0,0%,100%,.3)}.elementor-templates-modal__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-shadow:0 0 13px inset rgba(0,0,0,.05);box-shadow:inset 0 0 13px rgba(0,0,0,.05)}#wpadminbar #wp-admin-bar-elementor_edit_page .elementor-general-section+.elementor-second-section{border-top:1px solid #464b50;margin-top:6px}.elementor-hidden{display:none}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;top:-10000em;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{content:"";display:block;clear:both;width:0;height:0}.e-logo-wrapper{background:#93003c;display:inline-block;padding:.75em;border-radius:50%;line-height:1}.e-logo-wrapper i{color:#fff;font-size:1em}#e-enable-unfiltered-files-dialog-import-template .dialog-confirm-ok{color:#39b54a}#e-enable-unfiltered-files-dialog-import-template .dialog-confirm-cancel{color:#b01b1b}.elementor{-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.elementor *,.elementor :after,.elementor :before{-webkit-box-sizing:border-box;box-sizing:border-box}.elementor a{-webkit-box-shadow:none;box-shadow:none;text-decoration:none}.elementor hr{margin:0;background-color:transparent}.elementor img{height:auto;max-width:100%;border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1;border:none}.elementor .elementor-custom-embed{line-height:0}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;direction:ltr}.elementor .elementor-background-video-container{-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;pointer-events:none}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-html5-video{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay,.elementor .elementor-background-slideshow{height:100%;width:100%;top:0;left:0;position:absolute}.elementor .elementor-background-slideshow{z-index:0}.elementor .elementor-background-slideshow__slide__image{width:100%;height:100%;background-position:50%;background-size:cover}.e-container>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-container>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:var(--flex-direction);flex-direction:var(--flex-direction);-ms-flex-wrap:var(--flex-wrap);flex-wrap:var(--flex-wrap);-webkit-box-pack:var(--justify-content);-ms-flex-pack:var(--justify-content);justify-content:var(--justify-content);-webkit-box-align:var(--align-items);-ms-flex-align:var(--align-items);align-items:var(--align-items);-ms-flex-line-pack:var(--align-content);align-content:var(--align-content);gap:var(--gap);-ms-flex-preferred-size:var(--flex-basis);flex-basis:var(--flex-basis);-webkit-box-flex:var(--flex-grow);-ms-flex-positive:var(--flex-grow);flex-grow:var(--flex-grow);-ms-flex-negative:var(--flex-shrink);flex-shrink:var(--flex-shrink);-webkit-box-ordinal-group:var(--order);-ms-flex-order:var(--order);order:var(--order);-ms-flex-item-align:var(--align-self);align-self:var(--align-self)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-center .elementor-button{width:auto}.elementor-align-right{text-align:right}.elementor-align-right .elementor-button{width:auto}.elementor-align-left{text-align:left}.elementor-align-left .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.elementor-custom-embed-play i{font-size:100px;color:#fff;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;-webkit-filter:drop-shadow(1px 0 6px rgba(0,0,0,.3));filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{-webkit-animation:eicon-spin 2s linear infinite;animation:eicon-spin 2s linear infinite}.elementor-tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.elementor-ken-burns{-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:10s;-o-transition-duration:10s;transition-duration:10s;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear}.elementor-ken-burns--out{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}.elementor-ken-burns--active{-webkit-transition-duration:20s;-o-transition-duration:20s;transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}@media (min-width:-1px){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-center .elementor-button{width:auto}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-left .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1px){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-center .elementor-button{width:auto}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-left .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}}@media (max-width:-1px){.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-center .elementor-button{width:auto}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-left .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-center .elementor-button{width:auto}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-left .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1px){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-center .elementor-button{width:auto}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-left .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-center .elementor-button{width:auto}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-left .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@-webkit-keyframes eicon-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes eicon-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.eicon-animation-spin{-webkit-animation:eicon-spin 2s linear infinite;animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:auto;margin-left:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{-ms-flex-wrap:wrap;flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.elementor-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1024px){.elementor-row{-ms-flex-wrap:wrap;flex-wrap:wrap}}.elementor-widget-wrap{position:relative;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:start;align-content:flex-start}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{min-height:1px}.elementor-column,.elementor-column-wrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-column-wrap{width:100%}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1px){.elementor-reverse-widescreen>.elementor-container>:first-child{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (min-width:1025px) and (max-width:-1px){.elementor-reverse-laptop>.elementor-container>:first-child{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (min-width:-1px) and (max-width:-1px){.elementor-reverse-laptop>.elementor-container>:first-child{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (min-width:1025px) and (max-width:-1px){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9),.elementor-reverse-laptop>.elementor-container>:nth-child(10){-webkit-box-ordinal-group:initial;-ms-flex-order:initial;order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (min-width:-1px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (min-width:768px) and (max-width:-1px){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9),.elementor-reverse-tablet>.elementor-container>:nth-child(10){-webkit-box-ordinal-group:initial;-ms-flex-order:initial;order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.elementor-column{width:100%}}ul.elementor-icon-list-items.elementor-inline-items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1px){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1px){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1px){.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1px){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1px){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1px){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1px){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}.e-container{--border-radius:0;--display:flex;--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;--content-width:Min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0;--margin-right:0;--margin-bottom:0;--margin-left:0;--padding-top:var(--container-default-padding,0px);--padding-right:var(--container-default-padding,0px);--padding-bottom:var(--container-default-padding,0px);--padding-left:var(--container-default-padding,0px);--position:relative;--z-index:revert;--overflow:visible;--transition:0;--gap:var(--widgets-spacing,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0;position:var(--position);display:var(--display);text-align:var(--text-align);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:var(--flex-direction);flex-direction:var(--flex-direction);-webkit-box-flex:var(--flex-grow);-ms-flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis);flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis);width:var(--width);min-width:0;max-width:min(100%,var(--width));min-height:var(--min-height);height:var(--height);border-radius:var(--border-radius);margin:var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left);padding:var(--padding-top) calc((100% - var(--content-width)) / 2 + var(--padding-right)) var(--padding-bottom) calc((100% - var(--content-width)) / 2 + var(--padding-left));z-index:var(--z-index);overflow:var(--overflow);-webkit-transition:var(--transition);-o-transition:var(--transition);transition:var(--transition)}:is(.elementor-section-wrap,[data-elementor-id])>.e-container{--margin-right:auto;--margin-left:auto}.e-container .elementor-empty-view{position:relative;width:100%;height:100%;min-height:var(--min-height,100px)}.e-container .elementor-empty-view .elementor-first-add{width:auto;height:auto;inset:10px}.e-container .elementor-widget-placeholder{--size:10px;--margin-start:calc(-1 * var(--size));--margin-end:calc(-2 * var(--size));-ms-flex-negative:0;flex-shrink:0;-ms-flex-item-align:stretch;align-self:stretch;z-index:1;pointer-events:none}.e-container.e-container--row>.elementor-widget-placeholder{position:relative;z-index:9999;width:var(--size);-webkit-margin-start:var(--margin-start);margin-inline-start:var(--margin-start);height:auto;min-height:100%;-webkit-animation-name:dnd-placeholder-widget-vertical;animation-name:dnd-placeholder-widget-vertical;-webkit-animation-fill-mode:both;animation-fill-mode:both}.e-container.e-container--row[data-nesting-level]:not([data-nesting-level="0"])>.elementor-widget-placeholder{-webkit-margin-end:0;margin-inline-end:0;-webkit-margin-start:calc(var(--margin-start) + var(--margin-end));margin-inline-start:calc(var(--margin-start) + var(--margin-end))}.e-container.e-container--row[data-nesting-level]:not([data-nesting-level="0"])>:not(.elementor-element)+.elementor-widget-placeholder{-webkit-margin-end:var(--margin-end);margin-inline-end:var(--margin-end);-webkit-margin-start:var(--margin-start);margin-inline-start:var(--margin-start)}.e-container.e-container--column>.elementor-widget-placeholder{height:var(--size);-webkit-margin-before:var(--margin-start);margin-block-start:var(--margin-start);-webkit-margin-after:var(--margin-end);margin-block-end:var(--margin-end);-webkit-animation-name:dnd-placeholder-widget-horizontal;animation-name:dnd-placeholder-widget-horizontal}.e-container.e-container--column>.elementor-widget-placeholder:nth-last-child(2){-webkit-margin-before:calc(2 * var(--margin-start));margin-block-start:calc(2 * var(--margin-start));--margin-end:0}.e-container .elementor-sortable-helper{height:84px;width:125px;z-index:-1}.e-container .elementor-widget.elementor-widget{margin-bottom:0}.e-container:before{content:var(--background-overlay);display:block;position:absolute;z-index:0;width:100%;height:100%;left:0;top:0;mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);-webkit-transition:var(--overlay-transition);-o-transition:var(--overlay-transition);transition:var(--overlay-transition);border-radius:var(--border-radius)}.e-container .elementor-widget{min-width:0}.e-container .elementor-widget-google_maps,.e-container .elementor-widget-video{-ms-flex-preferred-size:100%;flex-basis:100%}.e-container .elementor-widget.e-widget-swiper{max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.e-container>.elementor-widget>.elementor-widget-container{height:100%}.e-container>.e-container>.elementor-element-overlay .elementor-editor-element-setting,.elementor-widget .e-container>.elementor-element-overlay .elementor-editor-element-setting{position:relative;background-color:#556068}.e-container>.e-container>.elementor-element-overlay .elementor-editor-element-setting:hover,.elementor-widget .e-container>.elementor-element-overlay .elementor-editor-element-setting:hover{background-color:#495157}.e-container>.e-container>.elementor-element-overlay .elementor-editor-element-setting.elementor-editor-element-add,.e-container>.e-container>.elementor-element-overlay .elementor-editor-element-setting.elementor-editor-element-edit+.elementor-editor-element-remove,.e-container>.e-container>.elementor-element-overlay .elementor-editor-element-setting:first-child:before,.e-container>.e-container>.elementor-element-overlay .elementor-editor-element-setting:last-child:after,.elementor-widget .e-container>.elementor-element-overlay .elementor-editor-element-setting.elementor-editor-element-add,.elementor-widget .e-container>.elementor-element-overlay .elementor-editor-element-setting.elementor-editor-element-edit+.elementor-editor-element-remove,.elementor-widget .e-container>.elementor-element-overlay .elementor-editor-element-setting:first-child:before,.elementor-widget .e-container>.elementor-element-overlay .elementor-editor-element-setting:last-child:after{display:none}.e-container>.e-container>.elementor-element-overlay .elementor-editor-element-setting:not(.elementor-editor-element-edit),.elementor-widget .e-container>.elementor-element-overlay .elementor-editor-element-setting:not(.elementor-editor-element-edit){-webkit-margin-start:-25px;margin-inline-start:-25px;z-index:-1;-webkit-transition:all .3s;-o-transition:.3s all;transition:all .3s;will-change:margin-inline-start}.e-container>.e-container>.elementor-element-overlay>.elementor-editor-element-settings:hover>:is(.elementor-editor-element-duplicate,.elementor-editor-element-remove),.elementor-widget .e-container>.elementor-element-overlay>.elementor-editor-element-settings:hover>:is(.elementor-editor-element-duplicate,.elementor-editor-element-remove){-webkit-margin-start:0;margin-inline-start:0}.e-container>.e-container>.elementor-element-overlay .elementor-editor-element-settings,.elementor-widget .e-container>.elementor-element-overlay .elementor-editor-element-settings{inset:auto;-webkit-transform:none;-ms-transform:none;transform:none;inset-inline-start:0;top:0;border-radius:0;border-end-end-radius:3px;height:auto;background-color:#556068}.e-container>.e-container>.elementor-element-overlay .elementor-editor-element-settings:hover,.elementor-widget .e-container>.elementor-element-overlay .elementor-editor-element-settings:hover{background-color:#495157}.e-container>.e-container>.elementor-element-overlay .elementor-editor-element-settings i.eicon-handle:before,.elementor-widget .e-container>.elementor-element-overlay .elementor-editor-element-settings i.eicon-handle:before{content:"\e9b4";font-size:20px;display:block;padding:2px}@media (max-width:767px){.e-container{--width:100%;--flex-wrap:wrap}}@-webkit-keyframes dnd-placeholder-widget-vertical{0%{-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transform:translateX(50%) scaleX(0);transform:translateX(50%) scaleX(0);opacity:0}to{-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transform:translateX(50%) scaleX(1);transform:translateX(50%) scaleX(1);opacity:.9}}@keyframes dnd-placeholder-widget-vertical{0%{-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transform:translateX(50%) scaleX(0);transform:translateX(50%) scaleX(0);opacity:0}to{-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transform:translateX(50%) scaleX(1);transform:translateX(50%) scaleX(1);opacity:.9}}@-webkit-keyframes dnd-placeholder-widget-horizontal{0%{-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0}to{-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scaleY(1);transform:scaleY(1);opacity:.9}}@keyframes dnd-placeholder-widget-horizontal{0%{-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scaleY(0);transform:scaleY(0);opacity:0}to{-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scaleY(1);transform:scaleY(1);opacity:.9}}.elementor-form-fields-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-field-group{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-field-group.elementor-field-type-submit{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.elementor-field-group .elementor-field-textual{width:100%;max-width:100%;border:1px solid #818a91;background-color:transparent;color:#373a3c;vertical-align:middle;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-field-group .elementor-field-textual:focus{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.1) inset;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-webkit-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual:-ms-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual:-moz-placeholder,.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::-ms-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{appearance:none;-webkit-appearance:none;-moz-appearance:none;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;text-transform:inherit;letter-spacing:inherit;line-height:inherit;-ms-flex-preferred-size:100%;flex-basis:100%;padding-right:20px}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:10px;pointer-events:none;text-shadow:0 0 3px rgba(0,0,0,.3)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-right:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{content:"*";color:red;padding-left:.2em}.elementor-field-textual{line-height:1.4;font-size:15px;min-height:40px;padding:5px 14px;border-radius:3px}.elementor-field-textual.elementor-size-xs{font-size:13px;min-height:33px;padding:4px 12px;border-radius:2px}.elementor-field-textual.elementor-size-md{font-size:16px;min-height:47px;padding:6px 16px;border-radius:4px}.elementor-field-textual.elementor-size-lg{font-size:18px;min-height:59px;padding:7px 20px;border-radius:5px}.elementor-field-textual.elementor-size-xl{font-size:20px;min-height:72px;padding:8px 24px;border-radius:6px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{-ms-flex-preferred-size:50%;flex-basis:50%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{-ms-flex-preferred-size:initial;flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{-webkit-box-flex:initial;-ms-flex-positive:initial;flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{-ms-flex-preferred-size:initial;flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{-ms-flex-preferred-size:50%;flex-basis:50%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{-ms-flex-preferred-size:initial;flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{-webkit-box-flex:initial;-ms-flex-positive:initial;flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{-ms-flex-preferred-size:initial;flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{-ms-flex-preferred-size:50%;flex-basis:50%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{-ms-flex-preferred-size:initial;flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{-webkit-box-flex:initial;-ms-flex-positive:initial;flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{-ms-flex-preferred-size:initial;flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{margin:10px 0;font-size:1em;line-height:1}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-weight:400;font-style:normal;vertical-align:middle;margin-right:5px}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{padding-top:0;padding-bottom:0;border:none}.elementor-form .elementor-button>span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element .elementor-widget-container{-webkit-transition:background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;transition:background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;-o-transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .3s}.elementor-button{display:inline-block;line-height:1;background-color:#818a91;font-size:15px;padding:12px 24px;border-radius:3px;color:#fff;fill:#fff;text-align:center;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-button-icon{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-button-icon svg{width:1em;height:auto}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10;display:inline-block}.elementor-button.elementor-size-xs{font-size:13px;padding:10px 20px;border-radius:2px}.elementor-button.elementor-size-md{font-size:16px;padding:15px 30px;border-radius:4px}.elementor-button.elementor-size-lg{font-size:18px;padding:20px 40px;border-radius:5px}.elementor-button.elementor-size-xl{font-size:20px;padding:25px 50px;border-radius:6px}.elementor-button .elementor-align-icon-right{margin-left:5px;-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.elementor-button .elementor-align-icon-left{margin-right:5px;-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-tab-title a{color:inherit}.elementor-view-stacked .elementor-icon{padding:.5em;background-color:#818a91;color:#fff;fill:#fff}.elementor-view-framed .elementor-icon{padding:.5em;color:#818a91;border:3px solid #818a91;background-color:transparent}.elementor-icon{display:inline-block;line-height:1;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;color:#818a91;font-size:50px;text-align:center}.elementor-icon:hover{color:#818a91}.elementor-icon i,.elementor-icon svg{width:1em;height:1em;position:relative;display:block}.elementor-icon i:before,.elementor-icon svg:before{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container{-webkit-transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));-webkit-transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x);-ms-transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x);transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x);-webkit-transition:-webkit-transform var(--e-transform-transition-duration,.4s);transition:-webkit-transform var(--e-transform-transition-duration,.4s);-o-transition:transform var(--e-transform-transition-duration,.4s);transition:transform var(--e-transform-transition-duration,.4s);transition:transform var(--e-transform-transition-duration,.4s),-webkit-transform var(--e-transform-transition-duration,.4s)}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container .swiper-slide figure{line-height:0}.swiper-container .elementor-lightbox-content-source{display:none}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background:no-repeat 50%}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:5px;left:0;width:100%}.swiper-pagination-bullet{width:6px;height:6px;display:inline-block;border-radius:50%;background:#000;opacity:.2}.swiper-pagination-fraction{color:#000}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;appearance:none;-webkit-appearance:none;-moz-appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 6px}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#000;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.5)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-o-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:-o-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-o-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.elementor-pagination-position-outside .swiper-container{padding-bottom:30px}.elementor-pagination-position-outside .elementor-swiper-button{top:calc(50% - 30px / 2)}.elementor-swiper{position:relative}.elementor-main-swiper{position:static}.elementor-arrows-position-outside .swiper-container{width:calc(100% - 60px)}.elementor-arrows-position-outside .elementor-swiper-button-prev{left:0}.elementor-arrows-position-outside .elementor-swiper-button-next{right:0}.swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-swiper-button{position:absolute;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;z-index:1;cursor:pointer;font-size:25px;color:hsla(0,0%,93.3%,.9);top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.elementor-swiper-button svg{fill:hsla(0,0%,93.3%,.9);height:1em;width:1em}.elementor-swiper-button-prev{left:10px}.elementor-swiper-button-next{right:10px}.elementor-swiper-button.swiper-button-disabled{opacity:.3}.swiper-container-cube .elementor-swiper-button{-webkit-transform:translate3d(0,-50%,1px);transform:translate3d(0,-50%,1px)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12) infinite;animation:swiper-preloader-spin 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-size:100%;background:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@-webkit-keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.elementor-lightbox{--lightbox-ui-color:hsla(0,0%,93.3%,0.9);--lightbox-ui-color-hover:#fff;--lightbox-text-color:var(--lightbox-ui-color);--lightbox-header-icons-size:20px;--lightbox-navigation-icons-size:25px}.elementor-lightbox .dialog-header{display:none}.elementor-lightbox .dialog-widget-content{background:none;-webkit-box-shadow:none;box-shadow:none;width:100%;height:100%}.elementor-lightbox .dialog-message{-webkit-animation-duration:.3s;animation-duration:.3s}.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio){height:100%}.elementor-lightbox .dialog-message.dialog-lightbox-message{padding:0}.elementor-lightbox .dialog-lightbox-close-button{cursor:pointer;position:absolute;font-size:var(--lightbox-header-icons-size);right:.75em;margin-top:13px;padding:.25em;z-index:2;line-height:1;display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-lightbox .dialog-lightbox-close-button svg{height:1em;width:1em}.elementor-lightbox .dialog-lightbox-close-button,.elementor-lightbox .elementor-swiper-button{color:var(--lightbox-ui-color);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;opacity:1}.elementor-lightbox .dialog-lightbox-close-button svg,.elementor-lightbox .elementor-swiper-button svg{fill:var(--lightbox-ui-color)}.elementor-lightbox .dialog-lightbox-close-button:hover,.elementor-lightbox .elementor-swiper-button:hover{color:var(--lightbox-ui-color-hover)}.elementor-lightbox .dialog-lightbox-close-button:hover svg,.elementor-lightbox .elementor-swiper-button:hover svg{fill:var(--lightbox-ui-color-hover)}.elementor-lightbox .swiper-container{height:100%}.elementor-lightbox .elementor-lightbox-item{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:relative;padding:70px;-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;margin:auto}@media (max-width:767px){.elementor-lightbox .elementor-lightbox-item{padding:70px 0}}.elementor-lightbox .elementor-lightbox-image{max-height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-lightbox-image:hover{opacity:1;-webkit-filter:none;filter:none;border:none}.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-video-container{-webkit-box-shadow:0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);box-shadow:0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);border-radius:2px}.elementor-lightbox .elementor-video-container{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media (min-width:1025px){.elementor-lightbox .elementor-video-container{width:75%}}@media (max-width:1024px){.elementor-lightbox .elementor-video-container{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container{width:70%}}.elementor-lightbox .elementor-swiper-button:focus{outline-width:1px}.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:15%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:var(--lightbox-navigation-icons-size)}.elementor-lightbox .elementor-swiper-button-prev{left:0}.elementor-lightbox .elementor-swiper-button-next{right:0}@media (max-width:767px){.elementor-lightbox .elementor-swiper-button:focus{outline:none}.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev{width:20%}.elementor-lightbox .elementor-swiper-button-next i,.elementor-lightbox .elementor-swiper-button-prev i{padding:10px;background-color:rgba(0,0,0,.5)}.elementor-lightbox .elementor-swiper-button-prev{left:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-lightbox .elementor-swiper-button-next{right:0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.elementor-slideshow__counter{color:currentColor;font-size:.75em;width:-webkit-max-content;width:-moz-max-content;width:max-content}.elementor-slideshow__footer,.elementor-slideshow__header{position:absolute;left:0;width:100%;padding:15px 20px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.elementor-slideshow__footer{color:var(--lightbox-text-color)}.elementor-slideshow__header{color:var(--lightbox-ui-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;font-size:var(--lightbox-header-icons-size);padding-left:1em;padding-right:2.6em;top:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:10}.elementor-slideshow__header>i,.elementor-slideshow__header>svg{cursor:pointer;padding:.25em;margin:0 .35em}.elementor-slideshow__header>i{font-size:inherit}.elementor-slideshow__header>i:hover{color:var(--lightbox-ui-color-hover)}.elementor-slideshow__header>svg{-webkit-box-sizing:content-box;box-sizing:content-box;fill:var(--lightbox-ui-color);height:1em;width:1em}.elementor-slideshow__header>svg:hover{fill:var(--lightbox-ui-color-hover)}.elementor-slideshow__header .elementor-slideshow__counter{margin-right:auto}.elementor-slideshow__header .elementor-icon-share{z-index:5}.elementor-slideshow__share-menu{background-color:transparent;width:0;height:0;position:absolute;overflow:hidden;-webkit-transition:background-color .4s;-o-transition:background-color .4s;transition:background-color .4s}.elementor-slideshow__share-menu .elementor-slideshow__share-links a{color:#2c2c2c}.elementor-slideshow__share-links{display:block;position:absolute;min-width:200px;right:2.8em;top:3em;background-color:#fff;border-radius:3px;padding:14px 20px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0;-webkit-transform-origin:90% 10%;-ms-transform-origin:90% 10%;transform-origin:90% 10%;-webkit-transition:all .25s .1s;-o-transition:all .25s .1s;transition:all .25s .1s;-webkit-box-shadow:0 4px 15px rgba(0,0,0,.3);box-shadow:0 4px 15px rgba(0,0,0,.3)}.elementor-slideshow__share-links a{text-align:left;color:#55595c;font-size:12px;line-height:2.5;display:block;opacity:0;-webkit-transition:opacity .5s .1s;-o-transition:opacity .5s .1s;transition:opacity .5s .1s}.elementor-slideshow__share-links a:hover{color:#000}.elementor-slideshow__share-links a i,.elementor-slideshow__share-links a svg{margin-right:.75em}.elementor-slideshow__share-links a i{font-size:1.25em}.elementor-slideshow__share-links a svg{height:1.25em;width:1.25em}.elementor-slideshow__share-links:before{content:"";display:block;position:absolute;top:1px;right:.5em;border:.45em solid transparent;border-bottom-color:#fff;-webkit-transform:translateY(-100%) scaleX(.7);-ms-transform:translateY(-100%) scaleX(.7);transform:translateY(-100%) scaleX(.7)}.elementor-slideshow__footer{bottom:0;z-index:5;position:fixed}.elementor-slideshow__description,.elementor-slideshow__title{margin:0}.elementor-slideshow__title{font-size:16px;font-weight:700}.elementor-slideshow__description{font-size:14px}.elementor-slideshow--ui-hidden .elementor-slideshow__footer,.elementor-slideshow--ui-hidden .elementor-slideshow__header{opacity:0;pointer-events:none}.elementor-slideshow--ui-hidden .elementor-swiper-button-next,.elementor-slideshow--ui-hidden .elementor-swiper-button-prev{opacity:0}.elementor-slideshow--fullscreen-mode .elementor-video-container{width:100%}.elementor-slideshow--zoom-mode .elementor-slideshow__footer,.elementor-slideshow--zoom-mode .elementor-slideshow__header{background-color:rgba(0,0,0,.5)}.elementor-slideshow--zoom-mode .elementor-swiper-button-next,.elementor-slideshow--zoom-mode .elementor-swiper-button-prev{opacity:0;pointer-events:none}.elementor-slideshow--share-mode .elementor-slideshow__share-menu{top:0;left:0;width:100vw;height:100vh;opacity:1;cursor:default;background-color:rgba(0,0,0,.5)}.elementor-slideshow--share-mode .elementor-slideshow__share-links{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.elementor-slideshow--share-mode .elementor-slideshow__share-links,.elementor-slideshow--share-mode .elementor-slideshow__share-links a{opacity:1}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter{color:#1da1f2}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook{color:#3b5998}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest{color:#bd081c}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold{color:#a4afb7}.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter{fill:#1da1f2}.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook{fill:#3b5998}.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest{fill:#bd081c}.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold{fill:#a4afb7}.elementor-slideshow--share-mode .eicon-share-arrow{z-index:2}.animated{-webkit-animation-duration:1.25s;animation-duration:1.25s}.animated.animated-slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.animated-fast{-webkit-animation-duration:.75s;animation-duration:.75s}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{-webkit-animation:none;animation:none}}.elementor-shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}.elementor-shape-top{top:-1px}.elementor-shape-top:not([data-negative=false]) svg{z-index:-1}.elementor-shape-bottom{bottom:-1px}.elementor-shape-bottom:not([data-negative=true]) svg{z-index:-1}.elementor-shape[data-negative=false].elementor-shape-bottom,.elementor-shape[data-negative=true].elementor-shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.elementor-shape svg{display:block;width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.elementor-shape .elementor-shape-fill{fill:#fff;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}#wp-admin-bar-elementor_edit_page>.ab-item:before{content:"\e813";font-family:eicons;top:3px;font-size:18px}#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}#wp-admin-bar-elementor_edit_page .elementor-edit-link-title{white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;width:100%}#wp-admin-bar-elementor_edit_page .elementor-edit-link-type{background:#55595c;font-size:11px;line-height:9px;margin-top:6px;padding:4px 8px;border-radius:3px}#wp-admin-bar-elementor_inspector>.ab-item:before{content:"\f348";top:2px}#wpadminbar *{font-style:normal}.page-template-elementor_canvas.elementor-page:before{display:none}.elementor-post__thumbnail__link{-webkit-transition:none;-o-transition:none;transition:none}#left-area ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items{padding:0}.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--justify-content,space-between);-ms-flex-pack:var(--justify-content,space-between);justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-left:0;margin-right:0}@media (max-width:1024px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--justify-content,space-between);-ms-flex-pack:var(--justify-content,space-between);justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--justify-content,space-between);-ms-flex-pack:var(--justify-content,space-between);justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1px) and (max-width:-1px){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1px) and (max-width:-1px){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1px){.elementor .elementor-hidden-widescreen{display:none}}.elementor-widget-text-path{font-size:20px;text-align:var(--alignment,left)}.elementor-widget-text-path svg{width:var(--width);max-width:100%;height:auto;overflow:visible;word-spacing:var(--word-spacing);-webkit-transform:rotate(var(--rotate,0)) scaleX(var(--scale-x,1)) scaleY(var(--scale-y,1));-ms-transform:rotate(var(--rotate,0)) scaleX(var(--scale-x,1)) scaleY(var(--scale-y,1));transform:rotate(var(--rotate,0)) scaleX(var(--scale-x,1)) scaleY(var(--scale-y,1))}.elementor-widget-text-path svg path{vector-effect:non-scaling-stroke;fill:var(--path-fill,transparent);stroke:var(--stroke-color,transparent);stroke-width:var(--stroke-width,1px);-webkit-transition:var(--stroke-transition) stroke,var(--stroke-transition) fill;-o-transition:var(--stroke-transition) stroke,var(--stroke-transition) fill;transition:var(--stroke-transition) stroke,var(--stroke-transition) fill}.elementor-widget-text-path svg:hover path{--path-fill:var(--path-fill-hover);--stroke-color:var(--stroke-color-hover);--stroke-width:var(--stroke-width-hover)}.elementor-widget-text-path svg text{--fill:var(--text-color);fill:var(--fill);direction:var(--direction,ltr);-webkit-transition:var(--transition) stroke,var(--transition) stroke-width,var(--transition) fill;-o-transition:var(--transition) stroke,var(--transition) stroke-width,var(--transition) fill;transition:var(--transition) stroke,var(--transition) stroke-width,var(--transition) fill}.elementor-widget-text-path svg text:hover{--color:var(--text-color-hover,var(--text-color));--fill:var(--color);color:var(--color)}.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d4d4d4}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d4d4d4}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.elementor-alert{padding:15px;border-left:5px solid transparent;position:relative;text-align:left}.elementor-alert .elementor-alert-title{display:block;font-weight:700}.elementor-alert .elementor-alert-description{font-size:13px}.elementor-alert button.elementor-alert-dismiss{position:absolute;right:10px;top:10px;padding:3px;font-size:20px;line-height:1;background:transparent;color:inherit;border:none;cursor:pointer}.elementor-alert.elementor-alert-info{color:#31708f;background-color:#d9edf7;border-color:#bcdff1}.elementor-alert.elementor-alert-success{color:#3c763d;background-color:#dff0d8;border-color:#cae6be}.elementor-alert.elementor-alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#f9f0c3}.elementor-alert.elementor-alert-danger{color:#a94442;background-color:#f2dede;border-color:#e8c4c4}@media (max-width:767px){.elementor-alert{padding:10px}.elementor-alert button.elementor-alert-dismiss{right:7px;top:7px}}.elementor-counter .elementor-counter-number-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#2c2c2c;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);-ms-flex-negative:0;flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:"";border-bottom:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:100;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:100;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-container>.elementor-widget-divider{width:var(--container-widget-width,100%);-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-image-gallery .gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%;max-width:100%;margin:0 auto}.elementor-image-gallery .gallery-item img{margin:0 auto}.elementor-image-gallery .gallery-item .gallery-caption{margin:0}.elementor-image-gallery figure img{display:block}.elementor-image-gallery figure figcaption{width:100%}.gallery-spacing-custom .elementor-image-gallery .gallery-icon{padding:0}@media (min-width:768px){.elementor-image-gallery .gallery-columns-2 .gallery-item{max-width:50%}.elementor-image-gallery .gallery-columns-3 .gallery-item{max-width:33.33%}.elementor-image-gallery .gallery-columns-4 .gallery-item{max-width:25%}.elementor-image-gallery .gallery-columns-5 .gallery-item{max-width:20%}.elementor-image-gallery .gallery-columns-6 .gallery-item{max-width:16.666%}.elementor-image-gallery .gallery-columns-7 .gallery-item{max-width:14.28%}.elementor-image-gallery .gallery-columns-8 .gallery-item{max-width:12.5%}.elementor-image-gallery .gallery-columns-9 .gallery-item{max-width:11.11%}.elementor-image-gallery .gallery-columns-10 .gallery-item{max-width:10%}}@media (min-width:480px) and (max-width:767px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:50%}}@media (max-width:479px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:100%}}.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-widget-icon-box .elementor-icon-box-wrapper{display:block;text-align:center}.elementor-widget-icon-box .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}@media (min-width:768px){.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper{display:block;text-align:center;-webkit-box-orient:unset;-webkit-box-direction:unset;-ms-flex-direction:unset;flex-direction:unset}.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}@media (min-width:-1px){.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-wrapper{display:block;text-align:center;-webkit-box-orient:unset;-webkit-box-direction:unset;-ms-flex-direction:unset;flex-direction:unset}.elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:-1px){.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-wrapper{display:block;text-align:center;-webkit-box-orient:unset;-webkit-box-direction:unset;-ms-flex-direction:unset;flex-direction:unset}.elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:-1px){.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-wrapper{display:block;text-align:center;-webkit-box-orient:unset;-webkit-box-direction:unset;-ms-flex-direction:unset;flex-direction:unset}.elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:1024px){.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-wrapper{display:block;text-align:center;-webkit-box-orient:unset;-webkit-box-direction:unset;-ms-flex-direction:unset;flex-direction:unset}.elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:-1px){.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-wrapper{display:block;text-align:center;-webkit-box-orient:unset;-webkit-box-direction:unset;-ms-flex-direction:unset;flex-direction:unset}.elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:767px){.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper{display:block;text-align:center;-webkit-box-orient:unset;-webkit-box-direction:unset;-ms-flex-direction:unset;flex-direction:unset}.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{display:block;-webkit-box-flex:unset;-ms-flex:unset;flex:unset}}.elementor-widget-icon-box .elementor-icon-box-title a{color:inherit}.elementor-widget-icon-box .elementor-icon-box-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-widget-icon-box .elementor-icon-box-description{margin:0}.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (min-width:-1px){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-widescreen-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1px){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-laptop-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1px){.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1px){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-container-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}body.elementor-page .elementor-widget-menu-anchor{margin-bottom:0}.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}.e-container.e-container--row .elementor-spacer-inner{width:var(--spacer-size)}.e-container.e-container--column .elementor-spacer-inner,.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.elementor-star-rating{color:#ccd6df;font-family:eicons;display:inline-block}.elementor-star-rating i{display:inline-block;position:relative;font-style:normal;cursor:default}.elementor-star-rating i:before{content:"\e934";display:block;font-size:inherit;font-family:inherit;position:absolute;overflow:hidden;color:#f0ad4e;top:0;left:0}.elementor-star-rating .elementor-star-empty:before{content:none}.elementor-star-rating .elementor-star-1:before{width:10%}.elementor-star-rating .elementor-star-2:before{width:20%}.elementor-star-rating .elementor-star-3:before{width:30%}.elementor-star-rating .elementor-star-4:before{width:40%}.elementor-star-rating .elementor-star-5:before{width:50%}.elementor-star-rating .elementor-star-6:before{width:60%}.elementor-star-rating .elementor-star-7:before{width:70%}.elementor-star-rating .elementor-star-8:before{width:80%}.elementor-star-rating .elementor-star-9:before{width:90%}.elementor-star-rating__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-star-rating__title{margin-right:10px}.elementor-star-rating--align-right .elementor-star-rating__wrapper{text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-star-rating--align-left .elementor-star-rating__wrapper{text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-star-rating--align-center .elementor-star-rating__wrapper{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-star-rating--align-justify .elementor-star-rating__title{margin-right:auto}@media (max-width:1024px){.elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper{text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper{text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-star-rating-tablet--align-justify .elementor-star-rating__title{margin-right:auto}}@media (max-width:767px){.elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper{text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper{text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-star-rating-mobile--align-justify .elementor-star-rating__title{margin-right:auto}}.last-star{letter-spacing:0}.elementor--star-style-star_unicode .elementor-star-rating{font-family:Arial,Helvetica,sans-serif}.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before{content:"★"}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper{width:25%;-ms-flex-negative:0;flex-shrink:0}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active{border-right-style:none}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before{height:999em;width:0;right:0;border-right-style:solid}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before{top:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after{top:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title{display:table-cell}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active{border-bottom-style:none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{bottom:0;height:0;width:999em;border-bottom-style:solid}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{right:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after{left:100%}.elementor-widget-tabs .elementor-tab-content,.elementor-widget-tabs .elementor-tab-title,.elementor-widget-tabs .elementor-tab-title:after,.elementor-widget-tabs .elementor-tab-title:before,.elementor-widget-tabs .elementor-tabs-content-wrapper{border:1px #d4d4d4}.elementor-widget-tabs .elementor-tabs{text-align:left}.elementor-widget-tabs .elementor-tabs-wrapper{overflow:hidden}.elementor-widget-tabs .elementor-tab-title{cursor:pointer;outline:var(--focus-outline,none)}.elementor-widget-tabs .elementor-tab-desktop-title{position:relative;padding:20px 25px;font-weight:700;line-height:1;border:solid transparent}.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active{border-color:#d4d4d4}.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before{display:block;content:"";position:absolute}.elementor-widget-tabs .elementor-tab-mobile-title{padding:10px;cursor:pointer}.elementor-widget-tabs .elementor-tab-content{padding:20px;display:none}@media (max-width:767px){.elementor-tabs .elementor-tab-content,.elementor-tabs .elementor-tab-title{border-style:solid solid none}.elementor-tabs .elementor-tabs-wrapper{display:none}.elementor-tabs .elementor-tabs-content-wrapper{border-bottom-style:solid}.elementor-tabs .elementor-tab-content{padding:10px}}@media (min-width:768px){.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-style:solid solid solid none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content{border-style:none solid solid}.elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper,.elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper,.elementor-widget-tabs.elementor-tabs-alignment-stretch .elementor-tabs-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-horizontal .elementor-tab-title{width:100%}.elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-vertical .elementor-tab-title{height:100%}.elementor-tabs .elementor-tab-mobile-title{display:none}}.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d4d4d4;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg{-webkit-margin-start:-5px;margin-inline-start:-5px;width:1em;height:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d4d4d4;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.elementor-widget-video .elementor-widget-container{overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%}.elementor-widget-video .elementor-custom-embed-image-overlay{cursor:pointer;text-align:center}.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i{opacity:1}.elementor-widget-video .elementor-custom-embed-image-overlay img{display:block;width:100%}.elementor-widget-video .e-hosted-video .elementor-video{-o-object-fit:cover;object-fit:cover}