

* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', arial, sans-serif;
    transition: all 0.5s;
}

/* TIming  */


.overview{
	width: 90%;
	margin: auto;
}

td.day {
    font-weight: 500;
    text-transform: capitalize;
}

tr td.day {
    font-weight: bolder;
    text-transform: uppercase;
	text-align: left;
}
tr td.time {
    text-align: right;
}
tr td {
    padding-bottom: 14px;
    vertical-align: top;
    /* font-size: 18px;
    font-weight: 500;
    text-transform: lowercase; */
}
ul {
	list-style: none;
}
p {
	color: #5a5a5a;
	font-size: 13px;
	letter-spacing: 0.25px;
	line-height: 24px;
}
.primary-button{
    width:max-content;
    margin:auto;
    
}
.primary-button a {
	display: block;
	background-color: #3fcf87;
	padding: 12px 18px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
    margin:auto;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	transition: all 0.5s;
}

.courosel{
    position: relative;
}

.book-now{
    width:100%;
    position: absolute;
    top:45%;
    text-align: center;

}

.primary-button a:hover {
	background-color: #107241;
}
.white-button a {
	display: inline-block;
	background-color: #fff;
	padding: 12px 18px;
	color: #121212;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	transition: all 0.5s;
}
.white-button a:hover {
	background-color: #121212;
	color: #fff;
}
.section-heading h4 {
	text-align: center;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
	color: #121212;
}
.section-heading .line-dec {
	width: 60px;
	height: 3px;
	background-color: #121212;
	margin: 0 auto;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: 80px;
    background-color:transparent;  
    
    text-align: center;
    line-height: 40px;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
    text-shadow: none;
}

.navbar-brand {
	line-height: 80px;
	padding: 0px;
}

.navbar-nav>li>a {

	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: none;
	line-height: 80px;
	padding: 0px;
	letter-spacing: 0.5px;
}

.navbar-nav>li {
	margin-left: 45px;
}
.n-link:hover{
    color: green !important;
}

.header.active .navbar-nav>li>a {
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: none;
	color: #121212;
}

.header.active {
    background-color: rgba(250, 250, 250, 0.98);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.navbar-brand .logo{
	display: inline-block;
	width: 100px;
	height: 32px;
	background-repeat: no-repeat;
}
.header.active .navbar-brand .logo{
	display: inline-block;
	width: 100px;
	height: 32px;
	background-repeat: no-repeat;
}

#main-nav {
	background-color: transparent;
	background-image: none!important;
}
.header .navbar-brand {
    font-weight: 900;
}
.navbar-inverse {
	background-image: none;
	background-color: transparent;
}
.header .navbar {
    margin: 0;
    border: none;
}
.page-section {
    padding: 80px 0;
}
.navbar-inverse .navbar-toggle {
	margin-top: 22px;
    border-color: #a2cf8d;
    background-color: #a2cf8d;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #a2cf8d;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px!important;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media (min-width: 768px) {
    .header .navbar-brand {
        padding-left: 0;
    }
    .navbar-nav {
        float: right;
    }
}
@media (max-width: 480px) {
    .page-section h1 {
        font-size: 3em;
    }
    .page-section h2 {
        font-size: 2em;
    }
    .page-section p {
        font-size: 1em;
        margin: 0 0 20px;
    }
}



/* HERO SLIDER */

.slide-caption {
	color: #fff;
}

.slide-caption span {
	font-size: 14px;
	text-transform: uppercase;
}

.slide-caption h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 900;
}

.slide-caption p {
	font-size: 13px;
	letter-spacing: 0.25px;
	line-height: 24px;
}

ul.cd-hero-slider {
	margin-bottom: 0px!important;
}

/* WHAT WE DO */

#about {
	background-color: #f4f4f4;
	padding: 80px 0px;
}

#about .section-heading {
	margin-bottom: 60px;
}

.service-item {
	cursor: pointer;
	background-color: #fff;
	text-align: center;
	padding: 30px 60px;
	transition: all 0.7s;
	box-shadow: 0px 0px 15px #cdcdcd;
}
.list-about li{
    padding: 5px 0px;
}
.service-item:hover {
	background-color: #a2cf8d;
}

.service-item h4 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	margin-top: 25px;
}

.service-item:hover h4 {
	color: #fff;
}

.service-item:hover p {
	color: #fff;
}

.first-service .icon {
	background-image: url(../img/first-service-main.png);
	height: 32px;
	width: 32px;
	display: inline-block;
}

.first-service:hover .icon {
	background-image: url(../img/first-service-white.png);
}

.second-service .icon {
	background-image: url(../img/second-service-main.png);
	height: 32px;
	width: 22px;
	display: inline-block;
}

.second-service:hover .icon {
	background-image: url(../img/second-service-white.png);
}

.third-service .icon {
	background-image: url(../img/third-service-main.png);
	height: 32px;
	width: 32px;
	display: inline-block;
}

.third-service:hover .icon {
	background-image: url(../img/third-service-white.png);
}

.fourth-service .icon {
	background-image: url(../img/fourth-service-main.png);
	height: 32px;
	width: 32px;
	display: inline-block;
}
.fourth-service .justify-list{
	text-align: justify;
}

.fourth-service:hover .icon {
	background-image: url(../img/fourth-service-white.png);
}


#what-we-do {
	
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0px;
	color: #fff;
}
.container1 > #what-we-do{
	background-color: #060606a7;
}
.container1{
    background-image: url(../images/main/img06.webp);
	background-size: cover;
	background-repeat: no-repeat;
}

#what-we-do .right-image img {
	width: 100%;
	overflow: hidden;
}

#what-we-do h4 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 30px;
	margin-bottom: 25px;
}

#what-we-do p {
	margin-bottom: 30px;
	color: #fff;
}

#what-we-do ul li {
	
}





/* PORTFOLIO */

#portfolio {
	text-align: center;
}

.projects-holder .mix {
  display: none;
}

.filter-categories {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 60px;
}

.filter-categories ul li {
  margin: 0px 10px 15px 10px;
  display: inline-block;
}

.filter-categories ul li span {
  cursor: pointer;
  color: #5a5a5a;
  display: inline-block;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
}

.filter-categories ul li.active span {
  color: #a2cf8d;
}

.project-item {
	margin-top: 30px;
}

.project-item .thumb {
	position: relative;
	text-align: center;
	display: inline-block;
}

.project-item .thumb img {
	width: 100%;
	overflow: hidden;
}

.project-item .hover-effect {
	position: absolute;
	background-color: rgba(162, 207, 141, 0.95);
	width: 100%;
	top: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}

.project-item .hover-effect i {
	text-align: center;
	margin-top: 35%;
	display: inline-block;
	width: 46px;
	height: 46px;
	background-color: #fff;
	line-height: 46px;
	color: #a2cf8d;
	border-radius: 50%;
	font-size: 18px;
}

.project-item .hover-effect i:hover {
	background-color: #5c9d7d;
	color: #fff;
	transition: all 0.5s;
}

.project-item:hover .hover-effect {
	opacity: 1;
	visibility: visible;
}


/* BLOG */

#blog {
	background-image: url(../img/blog-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

#blog .section-heading  {
	margin-bottom: 60px;
}

#blog .section-heading h4 {
	color: #fff;
}

#blog .section-heading .line-dec {
	background-color: #fff;
}

#blog .pop, .pop2, .pop3 {
	background-color: #fff;
}

.blog-item {
	cursor: pointer;
	margin-bottom: 30px;
}

.blog-item img {
	width: 100%;
	overflow: hidden;
}

.blog-item .thumb {
	position: relative;
}

.blog-item .text-content {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	padding: 12px 20px;
}

.blog-item .text-content h4 {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.5px;
}

.blog-item .text-content span {
	font-size: 12px;
	color: #fff;
}

.blog-item .text-content em {
	font-style: normal;
	font-weight: 700;
	margin-right: 5px;
}

.pop, .pop2, .pop3 {
	z-index: 9999;
	text-align: center;
	padding: 30px;
    display:none;
    position:fixed;
    top:25%;
    left:10.3%;
    width:80%;
    height: auto;
    box-shadow: 0px 0px 25px #7a7a7a;
}

.pop span, .pop2 span, .pop3 span {
	margin-bottom: 20px;
	cursor: pointer;
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 44px;
	color: #fff;
	text-align: center;
	background-color: #a2cf8d;
}

.pop span:hover, .pop2 span:hover, .pop3 span:hover {
	background-color: #5c9d7d;
	transition: all 0.5s;
}



/* FUN FACTS */

#fun-facts {
	padding: 100px 0px;
	background-color: #fff;
}

#fun-facts .fact-item {
	background-color: #f4f4f4;
	padding: 30px;
	text-align: center;
}

.fact-item .counter {
	font-size: 24px;
	font-weight: 700;
	color: #a2cf8d;
}

.fact-item span {
	display: inline-block;
	margin-top: 10px;
	font-style: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #7a7a7a;
}



/* CONTACT US */

#contact .section-heading h4 {
	color: #fff;
}

#contact .section-heading .line-dec {
	background-color: #fff;
}

#contact .section-heading {
	margin-bottom: 60px;
}

#contact {
	background-image: url(../img/contact-bg.png);
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
}

#contact .map img {
	width: 100%;
	overflow: hidden;
}



#contact button {
	display: inline-block;
	background-color: #a2cf8d;
	padding: 12px 18px;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}

#contact button:hover {
	color: #fff;
	background-color: #5c9d7d;
	transition: all 0.3s;
}


/* FOOTER */

footer {
	background-color: #202628;
	padding: 20px;
}

footer p {
	font-size: 12px;
	color: #fff;
	margin-bottom: 0px;
	margin-top: 20px;
}

footer em {
	font-style: normal;
	font-weight: 700;
	color: #a2cf8d;
}

footer ul {
	margin-top: 15px;
	float: right;
}

footer ul li {
	display: inline-block;
	margin-left: 5px;
}

footer ul li a {
	font-size: 16px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	background-color: #a2cf8d;
	color: #202628;
	border-radius: 50%;
}

footer ul li a:hover {
	color: #202628;
	background-color: #5c9d7d;
	transition: all 0.5s;
}




/* LIGHT BOX */

body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  margin-top: 5%;
  left: 0;
  width: 100%;
  z-index: 100000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}



/* RESPONSIVE */

@media (max-width: 767px){
	#main-nav {
		border-color: rgba(250, 250, 250, 0.95);
		margin-top: 16px;
		background-color: rgba(250, 250, 250, 0.95);
		box-shadow: 0px 5px 10px #cdcdcd;
	}
	.navbar-nav {
		padding: 0px;
		margin-top: 0px;
		margin-top: 0px;
	}
	.navbar-nav>li {
		margin-left: 0px;
		border-bottom: 1px solid #eee;
	}
	.navbar-nav>li:last-child {
		border-bottom: none;
	}
	.navbar-nav>li>a {
		line-height: 50px;
		color: #121212!important;
	}
}

@media (max-width: 768px){
	.cd-hero .slide-caption span {
		font-size: 13px;
	}

	.cd-hero .slide-caption h2 {
		font-size: 28px;
	}
}


@media (max-width: 1015px){
	.slide-caption .content-caption p {
		padding: 0 10%;
	}
	.service-item {
		margin-bottom: 30px;
	}
	#what-we-do .right-image {
		margin-top: 60px;
	}
	#blog .pop {
		top: 15%;
		height: 80%;
		overflow-y: scroll;
	}
	.fact-item {
		margin-bottom: 15px;
	}
	.map {
		margin-bottom: 45px;
	}
	footer {
		text-align: center;
	}
	footer ul {
		float: none;
	}
}



/* DatePicker */
@charset "UTF-8"; /*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(../../../lib/intl-tel-input/css/intlTelInput.min.css);@import url(../../../lib/intl-tel-input/css/intlTelInputRTL.css);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
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .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: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,:after,:before {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100%!important
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,.dropup>.btn>.caret {
        border-top-color: #000!important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .table-bordered td,.table-bordered th {
        border: 1px solid #ddd!important
    }
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    line-height: 1.42857;
    color: #333;
    background-color: #fff
}

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

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

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.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    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
}

[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,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,.h2,.h3,h1,h2,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,.h5,.h6,h4,h5,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
}

@media (min-width: 768px) {
    .lead {
        font-size:21px
    }
}

.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
}

.initialism,.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,ul {
    margin-top: 0;
    margin-bottom: 10px
}

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

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

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,dt {
    line-height: 1.42857
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,.dl-horizontal dd:before {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float:left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,blockquote footer,blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777
}

blockquote .small:before,blockquote footer: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 .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before {
    content: ""
}

.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after {
    content: "\00A0 \2014"
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}

code,kbd,pre,samp {
    font-family: Menlo,Monaco,Consolas,Courier New,monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

code,kbd {
    padding: 2px 4px;
    font-size: 90%
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

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

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    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
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after,.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

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

.container-fluid:after,.container-fluid:before {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:after,.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

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

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

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

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

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

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
        float:left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

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

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

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

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

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

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

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

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
        float:left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

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

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

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

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

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

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

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

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
        float:left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

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

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

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

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

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

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

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

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

caption,th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857;
    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>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

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

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    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>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@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
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

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

    .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

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

fieldset,legend {
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],select[size] {
    height: auto
}

input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555
}

#sb_google_translate .goog-te-combo,.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    touch-action: manipulation;
    -ms-touch-action: manipulation
}

#sb_google_translate .goog-te-combo:focus,.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

#sb_google_translate .goog-te-combo::-moz-placeholder,.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

#sb_google_translate .goog-te-combo:-ms-input-placeholder,.form-control:-ms-input-placeholder {
    color: #999
}

#sb_google_translate .goog-te-combo::-webkit-input-placeholder,.form-control::-webkit-input-placeholder {
    color: #999
}

#sb_google_translate .goog-te-combo::-ms-expand,.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

#sb_google_translate .goog-te-combo[disabled],#sb_google_translate .goog-te-combo[readonly],#sb_google_translate fieldset[disabled] .goog-te-combo,.form-control[disabled],.form-control[readonly],fieldset[disabled] #sb_google_translate .goog-te-combo,fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

#sb_google_translate .goog-te-combo[disabled],#sb_google_translate fieldset[disabled] .goog-te-combo,.form-control[disabled],fieldset[disabled] #sb_google_translate .goog-te-combo,fieldset[disabled] .form-control {
    cursor: not-allowed
}

#sb_google_translate textarea.goog-te-combo,textarea.form-control {
    height: auto;
    resize: vertical
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #sb_google_translate input.goog-te-combo[type=date],#sb_google_translate input.goog-te-combo[type=datetime-local],#sb_google_translate input.goog-te-combo[type=month],#sb_google_translate input.goog-te-combo[type=time],input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control {
        line-height:34px
    }

    #sb_google_translate .input-group-sm>input.goog-te-combo[type=date],#sb_google_translate .input-group-sm>input.goog-te-combo[type=datetime-local],#sb_google_translate .input-group-sm>input.goog-te-combo[type=month],#sb_google_translate .input-group-sm>input.goog-te-combo[type=time],.input-group-sm>.input-group-btn>input.btn[type=date],.input-group-sm>.input-group-btn>input.btn[type=datetime-local],.input-group-sm>.input-group-btn>input.btn[type=month],.input-group-sm>.input-group-btn>input.btn[type=time],.input-group-sm>input.form-control[type=date],.input-group-sm>input.form-control[type=datetime-local],.input-group-sm>input.form-control[type=month],.input-group-sm>input.form-control[type=time],.input-group-sm>input.input-group-addon[type=date],.input-group-sm>input.input-group-addon[type=datetime-local],.input-group-sm>input.input-group-addon[type=month],.input-group-sm>input.input-group-addon[type=time],.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm {
        line-height: 30px
    }

    #sb_google_translate .input-group-lg>input.goog-te-combo[type=date],#sb_google_translate .input-group-lg>input.goog-te-combo[type=datetime-local],#sb_google_translate .input-group-lg>input.goog-te-combo[type=month],#sb_google_translate .input-group-lg>input.goog-te-combo[type=time],.input-group-lg>.input-group-btn>input.btn[type=date],.input-group-lg>.input-group-btn>input.btn[type=datetime-local],.input-group-lg>.input-group-btn>input.btn[type=month],.input-group-lg>.input-group-btn>input.btn[type=time],.input-group-lg>input.form-control[type=date],.input-group-lg>input.form-control[type=datetime-local],.input-group-lg>input.form-control[type=month],.input-group-lg>input.form-control[type=time],.input-group-lg>input.input-group-addon[type=date],.input-group-lg>input.input-group-addon[type=datetime-local],.input-group-lg>input.input-group-addon[type=month],.input-group-lg>input.input-group-addon[type=time],.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline input[type=checkbox],.checkbox input[type=checkbox],.radio-inline input[type=radio],.radio input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9
}

.checkbox+.checkbox,.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .checkbox label,fieldset[disabled] .radio-inline,fieldset[disabled] .radio label,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

#sb_google_translate .input-group-lg>.form-control-static.goog-te-combo,#sb_google_translate .input-group-sm>.form-control-static.goog-te-combo,.form-control-static.input-lg,.form-control-static.input-sm,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

#sb_google_translate .input-group-sm>.goog-te-combo,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

#sb_google_translate .input-group-sm>select.goog-te-combo,.input-group-sm>.input-group-btn>select.btn,.input-group-sm>select.form-control,.input-group-sm>select.input-group-addon,select.input-sm {
    height: 30px;
    line-height: 30px
}

#sb_google_translate .input-group-sm>select.goog-te-combo[multiple],#sb_google_translate .input-group-sm>textarea.goog-te-combo,.input-group-sm>.input-group-btn>select.btn[multiple],.input-group-sm>.input-group-btn>textarea.btn,.input-group-sm>select.form-control[multiple],.input-group-sm>select.input-group-addon[multiple],.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,select[multiple].input-sm,textarea.input-sm {
    height: auto
}

#sb_google_translate .form-group-sm .goog-te-combo,.form-group-sm #sb_google_translate .goog-te-combo,.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

#sb_google_translate .form-group-sm select.goog-te-combo,.form-group-sm #sb_google_translate select.goog-te-combo,.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

#sb_google_translate .form-group-sm select.goog-te-combo[multiple],#sb_google_translate .form-group-sm textarea.goog-te-combo,.form-group-sm #sb_google_translate select.goog-te-combo[multiple],.form-group-sm #sb_google_translate textarea.goog-te-combo,.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

#sb_google_translate .input-group-lg>.goog-te-combo,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn,.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

#sb_google_translate .input-group-lg>select.goog-te-combo,.input-group-lg>.input-group-btn>select.btn,.input-group-lg>select.form-control,.input-group-lg>select.input-group-addon,select.input-lg {
    height: 46px;
    line-height: 46px
}

#sb_google_translate .input-group-lg>select.goog-te-combo[multiple],#sb_google_translate .input-group-lg>textarea.goog-te-combo,.input-group-lg>.input-group-btn>select.btn[multiple],.input-group-lg>.input-group-btn>textarea.btn,.input-group-lg>select.form-control[multiple],.input-group-lg>select.input-group-addon[multiple],.input-group-lg>textarea.form-control,.input-group-lg>textarea.input-group-addon,select[multiple].input-lg,textarea.input-lg {
    height: auto
}

#sb_google_translate .form-group-lg .goog-te-combo,.form-group-lg #sb_google_translate .goog-te-combo,.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

#sb_google_translate .form-group-lg select.goog-te-combo,.form-group-lg #sb_google_translate select.goog-te-combo,.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

#sb_google_translate .form-group-lg select.goog-te-combo[multiple],#sb_google_translate .form-group-lg textarea.goog-te-combo,.form-group-lg #sb_google_translate select.goog-te-combo[multiple],.form-group-lg #sb_google_translate textarea.goog-te-combo,.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

#sb_google_translate .has-feedback .goog-te-combo,.has-feedback #sb_google_translate .goog-te-combo,.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

#sb_google_translate .form-group-lg .goog-te-combo+.form-control-feedback,#sb_google_translate .input-group-lg>.goog-te-combo+.form-control-feedback,.form-group-lg #sb_google_translate .goog-te-combo+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-group-lg>.form-control+.form-control-feedback,.input-group-lg>.input-group-addon+.form-control-feedback,.input-group-lg>.input-group-btn>.btn+.form-control-feedback,.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

#sb_google_translate .form-group-sm .goog-te-combo+.form-control-feedback,#sb_google_translate .input-group-sm>.goog-te-combo+.form-control-feedback,.form-group-sm #sb_google_translate .goog-te-combo+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-group-sm>.form-control+.form-control-feedback,.input-group-sm>.input-group-addon+.form-control-feedback,.input-group-sm>.input-group-btn>.btn+.form-control-feedback,.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success.checkbox-inline label,.has-success.checkbox label,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.radio-inline label,.has-success.radio label {
    color: #3c763d
}

#sb_google_translate .has-success .goog-te-combo,.has-success #sb_google_translate .goog-te-combo,.has-success .file-upload__wrapper,.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

#sb_google_translate .has-success .goog-te-combo:focus,.has-success #sb_google_translate .goog-te-combo:focus,.has-success .file-upload__wrapper:focus,.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning.checkbox-inline label,.has-warning.checkbox label,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.radio-inline label,.has-warning.radio label {
    color: #8a6d3b
}

#sb_google_translate .has-warning .goog-te-combo,.has-warning #sb_google_translate .goog-te-combo,.has-warning .file-upload__wrapper,.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

#sb_google_translate .has-warning .goog-te-combo:focus,.has-warning #sb_google_translate .goog-te-combo:focus,.has-warning .file-upload__wrapper:focus,.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error.checkbox-inline label,.has-error.checkbox label,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.radio-inline label,.has-error.radio label {
    color: #a94442
}

#sb_google_translate .has-error .goog-te-combo,.has-error #sb_google_translate .goog-te-combo,.has-error .file-upload__wrapper,.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

#sb_google_translate .has-error .goog-te-combo:focus,.has-error #sb_google_translate .goog-te-combo:focus,.has-error .file-upload__wrapper:focus,.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    #sb_google_translate .form-inline .goog-te-combo,.form-inline #sb_google_translate .goog-te-combo,.form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

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

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    #sb_google_translate .form-inline .input-group .goog-te-combo,.form-inline .input-group #sb_google_translate .goog-te-combo,.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn {
        width: auto
    }

    #sb_google_translate .form-inline .input-group>.goog-te-combo,.form-inline #sb_google_translate .input-group>.goog-te-combo,.form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,.form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,.form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:after,.form-horizontal .form-group:before {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        margin-bottom:0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top:11px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top:6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,.btn:focus,.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

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

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default.active,.btn-default:active,.btn-default:hover,.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.btn-default.dropdown-toggle.focus,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,.btn-default:active,.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary.active,.btn-primary:active,.btn-primary:hover,.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.btn-primary.dropdown-toggle.focus,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active,.btn-primary:active,.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success.active,.btn-success:active,.btn-success:hover,.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.btn-success.dropdown-toggle.focus,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,.btn-success:active,.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info.active,.btn-info:active,.btn-info:hover,.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.btn-info.dropdown-toggle.focus,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,.btn-info:active,.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning.active,.btn-warning:active,.btn-warning:hover,.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.btn-warning.dropdown-toggle.focus,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,.btn-warning:active,.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

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

.btn-danger.focus,.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger.active,.btn-danger:active,.btn-danger:hover,.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.btn-danger.dropdown-toggle.focus,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,.btn-danger:active,.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0
}

.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

.btn-sm {
    padding: 5px 10px
}

.btn-sm,.btn-xs {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px
}

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

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

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

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

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

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

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

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    content: ""
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

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

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

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

#sb_google_translate .input-group .goog-te-combo,.input-group #sb_google_translate .goog-te-combo,.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

#sb_google_translate .input-group .goog-te-combo:focus,.input-group #sb_google_translate .goog-te-combo:focus,.input-group .form-control:focus {
    z-index: 3
}

#sb_google_translate .input-group .goog-te-combo,.input-group #sb_google_translate .goog-te-combo,.input-group-addon,.input-group-btn,.input-group .form-control {
    display: table-cell
}

#sb_google_translate .input-group .goog-te-combo:not(:first-child):not(:last-child),.input-group #sb_google_translate .goog-te-combo:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

#sb_google_translate .input-group-sm>.input-group-addon.goog-te-combo,.input-group-addon.input-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

#sb_google_translate .input-group-lg>.input-group-addon.goog-te-combo,.input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

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

#sb_google_translate .input-group .goog-te-combo:first-child,.input-group #sb_google_translate .goog-te-combo:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group .form-control:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

#sb_google_translate .input-group .goog-te-combo:last-child,.input-group #sb_google_translate .goog-te-combo:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group .form-control:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group-btn,.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.alert-booking {
    border: 1px solid #33bb60;
    color: #33bb60
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.close:focus,.close:hover {
    color: #ffd2d2;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal,.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:after,.modal-header:before {
    content: " ";
    display: table
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right
}

.modal-footer:after,.modal-footer:before {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width:900px
    }
}

.license-modal ol,.license-modal ul {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px
}

.license-modal ul li {
    list-style: circle
}

.is-widget.iframe .is-safari #sb-timeline #steps #steps-content #sb_booking_content .item .tab,.is-widget.iframe .is-safari #sb_sidebar_container {
    position: static!important
}

.is-widget.iframe .is-safari .modal {
    position: fixed;
    -webkit-transform: translateZ(0);
    will-change: transform
}

.is-widget.iframe .is-safari .modal .modal-dialog {
    max-height: 730px;
    margin: 40px auto;
    overflow-y: auto;
    padding: 10px;
    -webkit-transform: translateZ(0);
    will-change: transform;
    z-index: 10
}

@media screen and (max-width: 767px) {
    .is-widget.iframe .is-safari .modal .modal-dialog {
        max-height:inherit
    }
}

.is-widget.iframe .is-safari .modal .license-modal {
    height: inherit
}

@media screen and (max-width: 1024px) {
    .is-widget.iframe .is-safari .modal .license-modal .modal-body {
        max-height:680px;
        overflow-y: auto
    }
}

@media screen and (max-width: 767px) {
    .is-widget.iframe .is-safari .modal .license-modal .modal-body {
        max-height:480px;
        overflow-y: auto
    }
}

.is-widget.iframe .is-safari #sb_booking_content .item .modal-dialog {
    margin: 40px auto
}

.is-widget.iframe .is-safari .product-item .modal {
    position: fixed
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.clearfix:after,.clearfix:before {
    content: " ";
    display: table
}

.clearfix: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
}

@-ms-viewport {
    width: device-width
}

.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
    display: none!important
}

@media (max-width: 767px) {
    .visible-xs {
        display:block!important
    }

    table.visible-xs {
        display: table!important
    }

    tr.visible-xs {
        display: table-row!important
    }

    td.visible-xs,th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display:block!important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display:inline!important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display:inline-block!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm {
        display:block!important
    }

    table.visible-sm {
        display: table!important
    }

    tr.visible-sm {
        display: table-row!important
    }

    td.visible-sm,th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-block {
        display:block!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-inline {
        display:inline!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display:inline-block!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md {
        display:block!important
    }

    table.visible-md {
        display: table!important
    }

    tr.visible-md {
        display: table-row!important
    }

    td.visible-md,th.visible-md {
        display: table-cell!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-block {
        display:block!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-inline {
        display:inline!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display:inline-block!important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display:block!important
    }

    table.visible-lg {
        display: table!important
    }

    tr.visible-lg {
        display: table-row!important
    }

    td.visible-lg,th.visible-lg {
        display: table-cell!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display:block!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display:inline!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display:inline-block!important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display:none!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display:none!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .hidden-md {
        display:none!important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display:none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }

    table.visible-print {
        display: table!important
    }

    tr.visible-print {
        display: table-row!important
    }

    td.visible-print,th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease,visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s,visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform,opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5,0,.14,1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform,opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30,30,30,.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,.fancybox-button:link,.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding: 0px) {
    .fancybox-caption {
        padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: b 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5,1.5,1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5,.5,.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left:6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding: 0px) {
        .fancybox-caption {
            padding-left:max(12px,env(safe-area-inset-left));
            padding-right: max(12px,env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0,0,0,.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25,.46,.45,.94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width:110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

/*!
 * Datepicker for Bootstrap v1.7.0-dev (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
    border-radius: 4px;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker.datepicker-rtl {
    direction: rtl
}

.datepicker.datepicker-rtl.dropdown-menu {
    left: auto
}

.datepicker.datepicker-rtl table tr td span {
    float: right
}

.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 4px
}

.datepicker-dropdown:before {
    content: "";
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0,0,0,.15);
    border-top: 0;
    border-bottom-color: rgba(0,0,0,.2);
    position: absolute
}

.datepicker-dropdown:after {
    content: "";
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid rgba(0,0,0,.15)
}

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker table tr td,.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none
}

.table-striped .datepicker table tr td,.table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.new,.datepicker table tr td.old {
    color: #777
}

.datepicker table tr td.day:hover,.datepicker table tr td.focused {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover {
    background: none;
    color: #777;
    cursor: default
}

.datepicker table tr td.highlighted {
    color: #000;
    background-color: #d9edf7;
    border-color: #85c5e5;
    border-radius: 0
}

.datepicker table tr td.highlighted.focus,.datepicker table tr td.highlighted:focus {
    color: #000;
    background-color: #afd9ee;
    border-color: #298fc2
}

.datepicker table tr td.highlighted.active,.datepicker table tr td.highlighted:active,.datepicker table tr td.highlighted:hover {
    color: #000;
    background-color: #afd9ee;
    border-color: #52addb
}

.datepicker table tr td.highlighted.active.focus,.datepicker table tr td.highlighted.active:focus,.datepicker table tr td.highlighted.active:hover,.datepicker table tr td.highlighted:active.focus,.datepicker table tr td.highlighted:active:focus,.datepicker table tr td.highlighted:active:hover {
    color: #000;
    background-color: #91cbe8;
    border-color: #298fc2
}

.datepicker table tr td.highlighted.disabled.focus,.datepicker table tr td.highlighted.disabled:focus,.datepicker table tr td.highlighted.disabled:hover,.datepicker table tr td.highlighted[disabled].focus,.datepicker table tr td.highlighted[disabled]:focus,.datepicker table tr td.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.highlighted.focus,fieldset[disabled] .datepicker table tr td.highlighted:focus,fieldset[disabled] .datepicker table tr td.highlighted:hover {
    background-color: #d9edf7;
    border-color: #85c5e5
}

.datepicker table tr td.highlighted.focused {
    background: #afd9ee
}

.datepicker table tr td.highlighted.disabled,.datepicker table tr td.highlighted.disabled:active {
    background: #d9edf7;
    color: #777
}

.datepicker table tr td.today {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733
}

.datepicker table tr td.today.focus,.datepicker table tr td.today:focus {
    color: #000;
    background-color: #ffc966;
    border-color: #b37400
}

.datepicker table tr td.today.active,.datepicker table tr td.today:active,.datepicker table tr td.today:hover {
    color: #000;
    background-color: #ffc966;
    border-color: #f59e00
}

.datepicker table tr td.today.active.focus,.datepicker table tr td.today.active:focus,.datepicker table tr td.today.active:hover,.datepicker table tr td.today:active.focus,.datepicker table tr td.today:active:focus,.datepicker table tr td.today:active:hover {
    color: #000;
    background-color: #ffbc42;
    border-color: #b37400
}

.datepicker table tr td.today.disabled.focus,.datepicker table tr td.today.disabled:focus,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today[disabled].focus,.datepicker table tr td.today[disabled]:focus,.datepicker table tr td.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.today.focus,fieldset[disabled] .datepicker table tr td.today:focus,fieldset[disabled] .datepicker table tr td.today:hover {
    background-color: #ffdb99;
    border-color: #ffb733
}

.datepicker table tr td.today.focused {
    background: #ffc966
}

.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:active {
    background: #ffdb99;
    color: #777
}

.datepicker table tr td.range {
    color: #000;
    background-color: #eee;
    border-color: #bbb;
    border-radius: 0
}

.datepicker table tr td.range.focus,.datepicker table tr td.range:focus {
    color: #000;
    background-color: #d5d5d5;
    border-color: #7c7c7c
}

.datepicker table tr td.range.active,.datepicker table tr td.range:active,.datepicker table tr td.range:hover {
    color: #000;
    background-color: #d5d5d5;
    border-color: #9d9d9d
}

.datepicker table tr td.range.active.focus,.datepicker table tr td.range.active:focus,.datepicker table tr td.range.active:hover,.datepicker table tr td.range:active.focus,.datepicker table tr td.range:active:focus,.datepicker table tr td.range:active:hover {
    color: #000;
    background-color: #c3c3c3;
    border-color: #7c7c7c
}

.datepicker table tr td.range.disabled.focus,.datepicker table tr td.range.disabled:focus,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range[disabled].focus,.datepicker table tr td.range[disabled]:focus,.datepicker table tr td.range[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.focus,fieldset[disabled] .datepicker table tr td.range:focus,fieldset[disabled] .datepicker table tr td.range:hover {
    background-color: #eee;
    border-color: #bbb
}

.datepicker table tr td.range.focused {
    background: #d5d5d5
}

.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:active {
    background: #eee;
    color: #777
}

.datepicker table tr td.range.highlighted {
    color: #000;
    background-color: #e4eef3;
    border-color: #9dc1d3
}

.datepicker table tr td.range.highlighted.focus,.datepicker table tr td.range.highlighted:focus {
    color: #000;
    background-color: #c1d7e3;
    border-color: #4b88a6
}

.datepicker table tr td.range.highlighted.active,.datepicker table tr td.range.highlighted:active,.datepicker table tr td.range.highlighted:hover {
    color: #000;
    background-color: #c1d7e3;
    border-color: #73a6c0
}

.datepicker table tr td.range.highlighted.active.focus,.datepicker table tr td.range.highlighted.active:focus,.datepicker table tr td.range.highlighted.active:hover,.datepicker table tr td.range.highlighted:active.focus,.datepicker table tr td.range.highlighted:active:focus,.datepicker table tr td.range.highlighted:active:hover {
    color: #000;
    background-color: #a8c8d8;
    border-color: #4b88a6
}

.datepicker table tr td.range.highlighted.disabled.focus,.datepicker table tr td.range.highlighted.disabled:focus,.datepicker table tr td.range.highlighted.disabled:hover,.datepicker table tr td.range.highlighted[disabled].focus,.datepicker table tr td.range.highlighted[disabled]:focus,.datepicker table tr td.range.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.highlighted.focus,fieldset[disabled] .datepicker table tr td.range.highlighted:focus,fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
    background-color: #e4eef3;
    border-color: #9dc1d3
}

.datepicker table tr td.range.highlighted.focused {
    background: #c1d7e3
}

.datepicker table tr td.range.highlighted.disabled,.datepicker table tr td.range.highlighted.disabled:active {
    background: #e4eef3;
    color: #777
}

.datepicker table tr td.range.today {
    color: #000;
    background-color: #f7ca77;
    border-color: #f1a417
}

.datepicker table tr td.range.today.focus,.datepicker table tr td.range.today:focus {
    color: #000;
    background-color: #f4b747;
    border-color: #815608
}

.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover {
    color: #000;
    background-color: #f4b747;
    border-color: #bf800c
}

.datepicker table tr td.range.today.active.focus,.datepicker table tr td.range.today.active:focus,.datepicker table tr td.range.today.active:hover,.datepicker table tr td.range.today:active.focus,.datepicker table tr td.range.today:active:focus,.datepicker table tr td.range.today:active:hover {
    color: #000;
    background-color: #f2aa25;
    border-color: #815608
}

.datepicker table tr td.range.today.disabled.focus,.datepicker table tr td.range.today.disabled:focus,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today[disabled].focus,.datepicker table tr td.range.today[disabled]:focus,.datepicker table tr td.range.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.today.focus,fieldset[disabled] .datepicker table tr td.range.today:focus,fieldset[disabled] .datepicker table tr td.range.today:hover {
    background-color: #f7ca77;
    border-color: #f1a417
}

.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:active {
    background: #f7ca77;
    color: #777
}

.datepicker table tr td.selected,.datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: #777;
    border-color: #555
}

.datepicker table tr td.selected.focus,.datepicker table tr td.selected.highlighted.focus,.datepicker table tr td.selected.highlighted:focus,.datepicker table tr td.selected:focus {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #161616
}

.datepicker table tr td.selected.active,.datepicker table tr td.selected.highlighted.active,.datepicker table tr td.selected.highlighted:active,.datepicker table tr td.selected.highlighted:hover,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #373737
}

.datepicker table tr td.selected.active.focus,.datepicker table tr td.selected.active:focus,.datepicker table tr td.selected.active:hover,.datepicker table tr td.selected.highlighted.active.focus,.datepicker table tr td.selected.highlighted.active:focus,.datepicker table tr td.selected.highlighted.active:hover,.datepicker table tr td.selected.highlighted:active.focus,.datepicker table tr td.selected.highlighted:active:focus,.datepicker table tr td.selected.highlighted:active:hover,.datepicker table tr td.selected:active.focus,.datepicker table tr td.selected:active:focus,.datepicker table tr td.selected:active:hover {
    color: #fff;
    background-color: #4c4c4c;
    border-color: #161616
}

.datepicker table tr td.selected.disabled.focus,.datepicker table tr td.selected.disabled:focus,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.highlighted.disabled.focus,.datepicker table tr td.selected.highlighted.disabled:focus,.datepicker table tr td.selected.highlighted.disabled:hover,.datepicker table tr td.selected.highlighted[disabled].focus,.datepicker table tr td.selected.highlighted[disabled]:focus,.datepicker table tr td.selected.highlighted[disabled]:hover,.datepicker table tr td.selected[disabled].focus,.datepicker table tr td.selected[disabled]:focus,.datepicker table tr td.selected[disabled]:hover,fieldset[disabled] .datepicker table tr td.selected.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,fieldset[disabled] .datepicker table tr td.selected:focus,fieldset[disabled] .datepicker table tr td.selected:hover {
    background-color: #777;
    border-color: #555
}

.datepicker table tr td.active,.datepicker table tr td.active.highlighted {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.datepicker table tr td.active.focus,.datepicker table tr td.active.highlighted.focus,.datepicker table tr td.active.highlighted:focus,.datepicker table tr td.active:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.datepicker table tr td.active.active,.datepicker table tr td.active.highlighted.active,.datepicker table tr td.active.highlighted:active,.datepicker table tr td.active.highlighted:hover,.datepicker table tr td.active:active,.datepicker table tr td.active:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.datepicker table tr td.active.active.focus,.datepicker table tr td.active.active:focus,.datepicker table tr td.active.active:hover,.datepicker table tr td.active.highlighted.active.focus,.datepicker table tr td.active.highlighted.active:focus,.datepicker table tr td.active.highlighted.active:hover,.datepicker table tr td.active.highlighted:active.focus,.datepicker table tr td.active.highlighted:active:focus,.datepicker table tr td.active.highlighted:active:hover,.datepicker table tr td.active:active.focus,.datepicker table tr td.active:active:focus,.datepicker table tr td.active:active:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.datepicker table tr td.active.disabled.focus,.datepicker table tr td.active.disabled:focus,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.highlighted.disabled.focus,.datepicker table tr td.active.highlighted.disabled:focus,.datepicker table tr td.active.highlighted.disabled:hover,.datepicker table tr td.active.highlighted[disabled].focus,.datepicker table tr td.active.highlighted[disabled]:focus,.datepicker table tr td.active.highlighted[disabled]:hover,.datepicker table tr td.active[disabled].focus,.datepicker table tr td.active[disabled]:focus,.datepicker table tr td.active[disabled]:hover,fieldset[disabled] .datepicker table tr td.active.focus,fieldset[disabled] .datepicker table tr td.active.highlighted.focus,fieldset[disabled] .datepicker table tr td.active.highlighted:focus,fieldset[disabled] .datepicker table tr td.active.highlighted:hover,fieldset[disabled] .datepicker table tr td.active:focus,fieldset[disabled] .datepicker table tr td.active:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px
}

.datepicker table tr td span.focused,.datepicker table tr td span:hover {
    background: #eee
}

.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover {
    background: none;
    color: #777;
    cursor: default
}

.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover.focus,.datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active.focus,.datepicker table tr td span.active:focus,.datepicker table tr td span.active:hover.focus,.datepicker table tr td span.active:hover:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.datepicker table tr td span.active.active.focus,.datepicker table tr td span.active.active:focus,.datepicker table tr td span.active.active:hover,.datepicker table tr td span.active.disabled.active.focus,.datepicker table tr td span.active.disabled.active:focus,.datepicker table tr td span.active.disabled.active:hover,.datepicker table tr td span.active.disabled:active.focus,.datepicker table tr td span.active.disabled:active:focus,.datepicker table tr td span.active.disabled:active:hover,.datepicker table tr td span.active.disabled:hover.active.focus,.datepicker table tr td span.active.disabled:hover.active:focus,.datepicker table tr td span.active.disabled:hover.active:hover,.datepicker table tr td span.active.disabled:hover:active.focus,.datepicker table tr td span.active.disabled:hover:active:focus,.datepicker table tr td span.active.disabled:hover:active:hover,.datepicker table tr td span.active:active.focus,.datepicker table tr td span.active:active:focus,.datepicker table tr td span.active:active:hover,.datepicker table tr td span.active:hover.active.focus,.datepicker table tr td span.active:hover.active:focus,.datepicker table tr td span.active:hover.active:hover,.datepicker table tr td span.active:hover:active.focus,.datepicker table tr td span.active:hover:active:focus,.datepicker table tr td span.active:hover:active:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.datepicker table tr td span.active.disabled.disabled.focus,.datepicker table tr td span.active.disabled.disabled:focus,.datepicker table tr td span.active.disabled.disabled:hover,.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.disabled.focus,.datepicker table tr td span.active.disabled:hover.disabled:focus,.datepicker table tr td span.active.disabled:hover.disabled:hover,.datepicker table tr td span.active.disabled:hover[disabled].focus,.datepicker table tr td span.active.disabled:hover[disabled]:focus,.datepicker table tr td span.active.disabled:hover[disabled]:hover,.datepicker table tr td span.active.disabled[disabled].focus,.datepicker table tr td span.active.disabled[disabled]:focus,.datepicker table tr td span.active.disabled[disabled]:hover,.datepicker table tr td span.active:hover.disabled.focus,.datepicker table tr td span.active:hover.disabled:focus,.datepicker table tr td span.active:hover.disabled:hover,.datepicker table tr td span.active:hover[disabled].focus,.datepicker table tr td span.active:hover[disabled]:focus,.datepicker table tr td span.active:hover[disabled]:hover,.datepicker table tr td span.active[disabled].focus,.datepicker table tr td span.active[disabled]:focus,.datepicker table tr td span.active[disabled]:hover,fieldset[disabled] .datepicker table tr td span.active.disabled.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover,fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,fieldset[disabled] .datepicker table tr td span.active.focus,fieldset[disabled] .datepicker table tr td span.active:focus,fieldset[disabled] .datepicker table tr td span.active:hover,fieldset[disabled] .datepicker table tr td span.active:hover.focus,fieldset[disabled] .datepicker table tr td span.active:hover:focus,fieldset[disabled] .datepicker table tr td span.active:hover:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.datepicker table tr td span.new,.datepicker table tr td span.old {
    color: #777
}

.datepicker .datepicker-switch {
    width: 145px
}

.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th {
    cursor: pointer
}

.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover {
    background: #eee
}

.datepicker .next.disabled,.datepicker .prev.disabled {
    visibility: hidden
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.input-group.date .input-group-addon {
    cursor: pointer
}

.input-daterange {
    width: 100%
}

.input-daterange input {
    text-align: center
}

.input-daterange input:first-child {
    border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
    border-radius: 0 3px 3px 0
}

.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    line-height: 1.42857143;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px
}

.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    color: #333;
    font-size: 1em;
    line-height: 1.42857143
}

.datepicker-button {
    display: inline-block
}

.datepicker-button .btn {
    transition: all .3s ease
}

.datepicker-button .btn:focus,.datepicker-button .btn:hover {
    opacity: .7;
    text-decoration: none
}

.datepicker-button .btn:active,.datepicker-button .btn:focus {
    outline: none
}

.wysiwyg-font-size-smaller {
    font-size: smaller!important
}

.wysiwyg-font-size-larger {
    font-size: larger!important
}

.wysiwyg-font-size-xx-large {
    font-size: xx-large!important
}

.wysiwyg-font-size-x-large {
    font-size: x-large!important
}

.wysiwyg-font-size-large {
    font-size: large!important
}

.wysiwyg-font-size-medium {
    font-size: medium!important
}

.wysiwyg-font-size-small {
    font-size: small!important
}

.wysiwyg-font-size-x-small {
    font-size: x-small!important
}

.wysiwyg-font-size-xx-small {
    font-size: xx-small!important
}

.wysiwyg-color-default {
    color: #333!important
}

.wysiwyg-color-black {
    color: #000!important
}

.wysiwyg-color-silver {
    color: silver!important
}

.wysiwyg-color-gray {
    color: gray!important
}

.wysiwyg-color-white {
    color: #fff!important
}

.wysiwyg-color-maroon {
    color: maroon!important
}

.wysiwyg-color-red {
    color: red!important
}

.wysiwyg-color-purple {
    color: purple!important
}

.wysiwyg-color-fuchsia {
    color: #f0f!important
}

.wysiwyg-color-green {
    color: green!important
}

.wysiwyg-color-lime {
    color: lime!important
}

.wysiwyg-color-olive {
    color: olive!important
}

.wysiwyg-color-orange {
    color: orange!important
}

.wysiwyg-color-yellow {
    color: #ff0!important
}

.wysiwyg-color-navy {
    color: navy!important
}

.wysiwyg-color-blue {
    color: blue!important
}

.wysiwyg-color-teal {
    color: teal!important
}

.wysiwyg-color-aqua {
    color: aqua!important
}

.slick-slider {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@font-face {
    font-family: slick;
    src: url(../../assets/fonts/slick.eot);
    src: url(../../assets/fonts/slick.eot?#iefix) format("embedded-opentype"),url(../../assets/fonts/slick.woff) format("woff"),url(../../assets/fonts/slick.ttf) format("truetype"),url(../../assets/fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    margin-top: -10px\9;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none
}

.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

/*!
 * Font Awesome Pro 5.4.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
#gdpr-report-view #sb_gdpr_report_container .table-section .collapse-btn:after,#modall-add-comm-reviews .modal-dialog .add-review .social-container .buttons a:before,#reviews-view .add-review .form .social-container .buttons a:before,#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .buttons-container #sb_multiple_booking_btn:after,#sb-timeline #steps #time-settings #sb_booking_company_time .btn:after,#sb_gdpr_report_module_container .brand a:before,.accordion .title:after,.active-count .minus:after,.active-count .plus:before,.brand a:after,.custom-checkbox input:checked+.custom-label:before,.fa,.fab,.fal,.far,.abc,.stars-container .rating-container label:before,.abc,[class~=far]:not(.fab),[class~=abc]:not(.fab) {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

#gdpr-report-view #sb_gdpr_report_container .table-section .fa-pull-left.collapse-btn:after,#modall-add-comm-reviews .modal-dialog .add-review .social-container .buttons a.fa-pull-left:before,#reviews-view .add-review .form .social-container .buttons a.fa-pull-left:before,#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .buttons-container .fa-pull-left#sb_multiple_booking_btn:after,#sb-timeline #steps #time-settings #sb_booking_company_time .fa-pull-left.btn:after,#sb_gdpr_report_module_container .brand a.fa-pull-left:before,.accordion .fa-pull-left.title:after,.active-count .fa-pull-left.minus:after,.active-count .fa-pull-left.plus:before,.brand a.fa-pull-left:after,.custom-checkbox input:checked+.fa-pull-left.custom-label:before,.fa-pull-left.abc,.fa-pull-left[class~=far]:not(.fab),.fa-pull-left[class~=abc]:not(.fab),.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.abc.fa-pull-left,.stars-container .rating-container label.fa-pull-left:before {
    margin-right: .3em
}

#gdpr-report-view #sb_gdpr_report_container .table-section .fa-pull-right.collapse-btn:after,#modall-add-comm-reviews .modal-dialog .add-review .social-container .buttons a.fa-pull-right:before,#reviews-view .add-review .form .social-container .buttons a.fa-pull-right:before,#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .buttons-container .fa-pull-right#sb_multiple_booking_btn:after,#sb-timeline #steps #time-settings #sb_booking_company_time .fa-pull-right.btn:after,#sb_gdpr_report_module_container .brand a.fa-pull-right:before,.accordion .fa-pull-right.title:after,.active-count .fa-pull-right.minus:after,.active-count .fa-pull-right.plus:before,.brand a.fa-pull-right:after,.custom-checkbox input:checked+.fa-pull-right.custom-label:before,.fa-pull-right.abc,.fa-pull-right[class~=far]:not(.fab),.fa-pull-right[class~=abc]:not(.fab),.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.abc.fa-pull-right,.stars-container .rating-container label.fa-pull-right:before {
    margin-left: .3em
}

.fa-spin {
    animation: a 2s infinite linear
}

.fa-pulse {
    animation: a 1s infinite steps(8)
}

@keyframes a {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270 {
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.fa-stack-1x,.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: ""
}

.fa-abacus:before {
    content: ""
}

.fa-accessible-icon:before {
    content: ""
}

.fa-accusoft:before {
    content: ""
}

.fa-acorn:before {
    content: ""
}

.fa-acquisitions-incorporated:before {
    content: ""
}

.fa-ad:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-card:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-adversal:before {
    content: ""
}

.fa-affiliatetheme:before {
    content: ""
}

.fa-air-freshener:before {
    content: ""
}

.fa-alarm-clock:before {
    content: ""
}

.fa-algolia:before {
    content: ""
}

.fa-alicorn:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-alipay:before {
    content: ""
}

.fa-allergies:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-amazon-pay:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-amilia:before {
    content: ""
}

.fa-analytics:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angry:before {
    content: ""
}

.fa-angrycreative:before {
    content: ""
}

.fa-angular:before {
    content: ""
}

.fa-ankh:before {
    content: ""
}

.fa-app-store:before {
    content: ""
}

.fa-app-store-ios:before {
    content: ""
}

.fa-apper:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-apple-alt:before {
    content: ""
}

.fa-apple-crate:before {
    content: ""
}

.fa-apple-pay:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-archway:before {
    content: ""
}

.fa-arrow-alt-circle-down:before {
    content: ""
}

.fa-arrow-alt-circle-left:before {
    content: ""
}

.fa-arrow-alt-circle-right:before {
    content: ""
}

.fa-arrow-alt-circle-up:before {
    content: ""
}

.fa-arrow-alt-down:before {
    content: ""
}

.fa-arrow-alt-from-bottom:before {
    content: ""
}

.fa-arrow-alt-from-left:before {
    content: ""
}

.fa-arrow-alt-from-right:before {
    content: ""
}

.fa-arrow-alt-from-top:before {
    content: ""
}

.fa-arrow-alt-left:before {
    content: ""
}

.fa-arrow-alt-right:before {
    content: ""
}

.fa-arrow-alt-square-down:before {
    content: ""
}

.fa-arrow-alt-square-left:before {
    content: ""
}

.fa-arrow-alt-square-right:before {
    content: ""
}

.fa-arrow-alt-square-up:before {
    content: ""
}

.fa-arrow-alt-to-bottom:before {
    content: ""
}

.fa-arrow-alt-to-left:before {
    content: ""
}

.fa-arrow-alt-to-right:before {
    content: ""
}

.fa-arrow-alt-to-top:before {
    content: ""
}

.fa-arrow-alt-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-arrow-from-bottom:before {
    content: ""
}

.fa-arrow-from-left:before {
    content: ""
}

.fa-arrow-from-right:before {
    content: ""
}

.fa-arrow-from-top:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-square-down:before {
    content: ""
}

.fa-arrow-square-left:before {
    content: ""
}

.fa-arrow-square-right:before {
    content: ""
}

.fa-arrow-square-up:before {
    content: ""
}

.fa-arrow-to-bottom:before {
    content: ""
}

.fa-arrow-to-left:before {
    content: ""
}

.fa-arrow-to-right:before {
    content: ""
}

.fa-arrow-to-top:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-arrows-alt-h:before {
    content: ""
}

.fa-arrows-alt-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-asymmetrik:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-atlas:before {
    content: ""
}

.fa-atom:before {
    content: ""
}

.fa-atom-alt:before {
    content: ""
}

.fa-audible:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-autoprefixer:before {
    content: ""
}

.fa-avianex:before {
    content: ""
}

.fa-aviato:before {
    content: ""
}

.fa-award:before {
    content: ""
}

.fa-aws:before {
    content: ""
}

.fa-axe:before {
    content: ""
}

.fa-axe-battle:before {
    content: ""
}

.fa-backpack:before {
    content: ""
}

.fa-backspace:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-badge:before {
    content: ""
}

.fa-badge-check:before {
    content: ""
}

.fa-badge-dollar:before {
    content: ""
}

.fa-badge-percent:before {
    content: ""
}

.fa-badger-honey:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-balance-scale-left:before {
    content: ""
}

.fa-balance-scale-right:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-band-aid:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-barcode-alt:before {
    content: ""
}

.fa-barcode-read:before {
    content: ""
}

.fa-barcode-scan:before {
    content: ""
}

.fa-bars:before {
    content: ""
}

.fa-baseball:before {
    content: ""
}

.fa-baseball-ball:before {
    content: ""
}

.fa-basketball-ball:before {
    content: ""
}

.fa-basketball-hoop:before {
    content: ""
}

.fa-bat:before {
    content: ""
}

.fa-bath:before {
    content: ""
}

.fa-battery-bolt:before {
    content: ""
}

.fa-battery-empty:before {
    content: ""
}

.fa-battery-full:before {
    content: ""
}

.fa-battery-half:before {
    content: ""
}

.fa-battery-quarter:before {
    content: ""
}

.fa-battery-slash:before {
    content: ""
}

.fa-battery-three-quarters:before {
    content: ""
}

.fa-bed:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-bell-school:before {
    content: ""
}

.fa-bell-school-slash:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bezier-curve:before {
    content: ""
}

.fa-bible:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bimobject:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitcoin:before {
    content: ""
}

.fa-bity:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-blackberry:before {
    content: ""
}

.fa-blanket:before {
    content: ""
}

.fa-blender:before {
    content: ""
}

.fa-blender-phone:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-blogger:before {
    content: ""
}

.fa-blogger-b:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-bolt:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-bone:before {
    content: ""
}

.fa-bone-break:before {
    content: ""
}

.fa-bong:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-book-alt:before {
    content: ""
}

.fa-book-dead:before {
    content: ""
}

.fa-book-heart:before {
    content: ""
}

.fa-book-open:before {
    content: ""
}

.fa-book-reader:before {
    content: ""
}

.fa-book-spells:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-books:before {
    content: ""
}

.fa-bow-arrow:before {
    content: ""
}

.fa-bowling-ball:before {
    content: ""
}

.fa-bowling-pins:before {
    content: ""
}

.fa-box:before {
    content: ""
}

.fa-box-alt:before {
    content: ""
}

.fa-box-check:before {
    content: ""
}

.fa-box-fragile:before {
    content: ""
}

.fa-box-full:before {
    content: ""
}

.fa-box-heart:before {
    content: ""
}

.fa-box-open:before {
    content: ""
}

.fa-box-up:before {
    content: ""
}

.fa-box-usd:before {
    content: ""
}

.fa-boxes:before {
    content: ""
}

.fa-boxes-alt:before {
    content: ""
}

.fa-boxing-glove:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-brain:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-briefcase-medical:before {
    content: ""
}

.fa-broadcast-tower:before {
    content: ""
}

.fa-broom:before {
    content: ""
}

.fa-browser:before {
    content: ""
}

.fa-brush:before {
    content: ""
}

.fa-btc:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-bullseye-arrow:before {
    content: ""
}

.fa-bullseye-pointer:before {
    content: ""
}

.fa-burn:before {
    content: ""
}

.fa-buromobelexperte:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-bus-alt:before {
    content: ""
}

.fa-bus-school:before {
    content: ""
}

.fa-business-time:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-cabinet-filing:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-calculator-alt:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-calendar-alt:before {
    content: ""
}

.fa-calendar-check:before {
    content: ""
}

.fa-calendar-edit:before {
    content: ""
}

.fa-calendar-exclamation:before {
    content: ""
}

.fa-calendar-minus:before {
    content: ""
}

.fa-calendar-plus:before {
    content: ""
}

.fa-calendar-times:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-camera-alt:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-campfire:before {
    content: ""
}

.fa-campground:before {
    content: ""
}

.fa-candle-holder:before {
    content: ""
}

.fa-candy-corn:before {
    content: ""
}

.fa-cannabis:before {
    content: ""
}

.fa-capsules:before {
    content: ""
}

.fa-car:before {
    content: ""
}

.fa-car-alt:before {
    content: ""
}

.fa-car-battery:before {
    content: ""
}

.fa-car-bump:before {
    content: ""
}

.fa-car-crash:before {
    content: ""
}

.fa-car-garage:before {
    content: ""
}

.fa-car-mechanic:before {
    content: ""
}

.fa-car-side:before {
    content: ""
}

.fa-car-tilt:before {
    content: ""
}

.fa-car-wash:before {
    content: ""
}

.fa-caret-circle-down:before {
    content: ""
}

.fa-caret-circle-left:before {
    content: ""
}

.fa-caret-circle-right:before {
    content: ""
}

.fa-caret-circle-up:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-caret-square-down:before {
    content: ""
}

.fa-caret-square-left:before {
    content: ""
}

.fa-caret-square-right:before {
    content: ""
}

.fa-caret-square-up:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cat:before {
    content: ""
}

.fa-cauldron:before {
    content: ""
}

.fa-cc-amazon-pay:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-apple-pay:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-centercode:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-chair:before {
    content: ""
}

.fa-chair-office:before {
    content: ""
}

.fa-chalkboard:before {
    content: ""
}

.fa-chalkboard-teacher:before {
    content: ""
}

.fa-charging-station:before {
    content: ""
}

.fa-chart-area:before {
    content: ""
}

.fa-chart-bar:before {
    content: ""
}

.fa-chart-line:before {
    content: ""
}

.fa-chart-line-down:before {
    content: ""
}

.fa-chart-pie:before {
    content: ""
}

.fa-chart-pie-alt:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-check-double:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-chess:before {
    content: ""
}

.fa-chess-bishop:before {
    content: ""
}

.fa-chess-bishop-alt:before {
    content: ""
}

.fa-chess-board:before {
    content: ""
}

.fa-chess-clock:before {
    content: ""
}

.fa-chess-clock-alt:before {
    content: ""
}

.fa-chess-king:before {
    content: ""
}

.fa-chess-king-alt:before {
    content: ""
}

.fa-chess-knight:before {
    content: ""
}

.fa-chess-knight-alt:before {
    content: ""
}

.fa-chess-pawn:before {
    content: ""
}

.fa-chess-pawn-alt:before {
    content: ""
}

.fa-chess-queen:before {
    content: ""
}

.fa-chess-queen-alt:before {
    content: ""
}

.fa-chess-rook:before {
    content: ""
}

.fa-chess-rook-alt:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-double-down:before {
    content: ""
}

.fa-chevron-double-left:before {
    content: ""
}

.fa-chevron-double-right:before {
    content: ""
}

.fa-chevron-double-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-chevron-square-down:before {
    content: ""
}

.fa-chevron-square-left:before {
    content: ""
}

.fa-chevron-square-right:before {
    content: ""
}

.fa-chevron-square-up:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-church:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-circle-notch:before {
    content: ""
}

.fa-city:before {
    content: ""
}

.fa-claw-marks:before {
    content: ""
}

.fa-clipboard:before {
    content: ""
}

.fa-clipboard-check:before {
    content: ""
}

.fa-clipboard-list:before {
    content: ""
}

.fa-clipboard-prescription:before {
    content: ""
}

.fa-clock:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-closed-captioning:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-download-alt:before {
    content: ""
}

.fa-cloud-moon:before {
    content: ""
}

.fa-cloud-sun:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-cloud-upload-alt:before {
    content: ""
}

.fa-cloudscale:before {
    content: ""
}

.fa-cloudsmith:before {
    content: ""
}

.fa-cloudversify:before {
    content: ""
}

.fa-club:before {
    content: ""
}

.fa-cocktail:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-code-branch:before {
    content: ""
}

.fa-code-commit:before {
    content: ""
}

.fa-code-merge:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-coffee-togo:before {
    content: ""
}

.fa-coffin:before {
    content: ""
}

.fa-cog:before {
    content: ""
}

.fa-cogs:before {
    content: ""
}

.fa-coins:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-comment-alt:before {
    content: ""
}

.fa-comment-alt-check:before {
    content: ""
}

.fa-comment-alt-dollar:before {
    content: ""
}

.fa-comment-alt-dots:before {
    content: ""
}

.fa-comment-alt-edit:before {
    content: ""
}

.fa-comment-alt-exclamation:before {
    content: ""
}

.fa-comment-alt-lines:before {
    content: ""
}

.fa-comment-alt-minus:before {
    content: ""
}

.fa-comment-alt-plus:before {
    content: ""
}

.fa-comment-alt-slash:before {
    content: ""
}

.fa-comment-alt-smile:before {
    content: ""
}

.fa-comment-alt-times:before {
    content: ""
}

.fa-comment-check:before {
    content: ""
}

.fa-comment-dollar:before {
    content: ""
}

.fa-comment-dots:before {
    content: ""
}

.fa-comment-edit:before {
    content: ""
}

.fa-comment-exclamation:before {
    content: ""
}

.fa-comment-lines:before {
    content: ""
}

.fa-comment-minus:before {
    content: ""
}

.fa-comment-plus:before {
    content: ""
}

.fa-comment-slash:before {
    content: ""
}

.fa-comment-smile:before {
    content: ""
}

.fa-comment-times:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-comments-alt:before {
    content: ""
}

.fa-comments-alt-dollar:before {
    content: ""
}

.fa-comments-dollar:before {
    content: ""
}

.fa-compact-disc:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-compass-slash:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-compress-alt:before {
    content: ""
}

.fa-compress-wide:before {
    content: ""
}

.fa-concierge-bell:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-container-storage:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-conveyor-belt:before {
    content: ""
}

.fa-conveyor-belt-alt:before {
    content: ""
}

.fa-cookie:before {
    content: ""
}

.fa-cookie-bite:before {
    content: ""
}

.fa-copy:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-corn:before {
    content: ""
}

.fa-couch:before {
    content: ""
}

.fa-cow:before {
    content: ""
}

.fa-cpanel:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-creative-commons-by:before {
    content: ""
}

.fa-creative-commons-nc:before {
    content: ""
}

.fa-creative-commons-nc-eu:before {
    content: ""
}

.fa-creative-commons-nc-jp:before {
    content: ""
}

.fa-creative-commons-nd:before {
    content: ""
}

.fa-creative-commons-pd:before {
    content: ""
}

.fa-creative-commons-pd-alt:before {
    content: ""
}

.fa-creative-commons-remix:before {
    content: ""
}

.fa-creative-commons-sa:before {
    content: ""
}

.fa-creative-commons-sampling:before {
    content: ""
}

.fa-creative-commons-sampling-plus:before {
    content: ""
}

.fa-creative-commons-share:before {
    content: ""
}

.fa-creative-commons-zero:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-credit-card-blank:before {
    content: ""
}

.fa-credit-card-front:before {
    content: ""
}

.fa-cricket:before {
    content: ""
}

.fa-critical-role:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-crop-alt:before {
    content: ""
}

.fa-cross:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-crow:before {
    content: ""
}

.fa-crown:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-css3-alt:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-curling:before {
    content: ""
}

.fa-cut:before {
    content: ""
}

.fa-cuttlefish:before {
    content: ""
}

.fa-d-and-d:before {
    content: ""
}

.fa-d-and-d-beyond:before {
    content: ""
}

.fa-dagger:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-deaf:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-deploydog:before {
    content: ""
}

.fa-deskpro:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-desktop-alt:before {
    content: ""
}

.fa-dev:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-dharmachakra:before {
    content: ""
}

.fa-diagnoses:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-dice:before {
    content: ""
}

.fa-dice-d10:before {
    content: ""
}

.fa-dice-d12:before {
    content: ""
}

.fa-dice-d20:before {
    content: ""
}

.fa-dice-d4:before {
    content: ""
}

.fa-dice-d6:before {
    content: ""
}

.fa-dice-d8:before {
    content: ""
}

.fa-dice-five:before {
    content: ""
}

.fa-dice-four:before {
    content: ""
}

.fa-dice-one:before {
    content: ""
}

.fa-dice-six:before {
    content: ""
}

.fa-dice-three:before {
    content: ""
}

.fa-dice-two:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-digital-ocean:before {
    content: ""
}

.fa-digital-tachograph:before {
    content: ""
}

.fa-diploma:before {
    content: ""
}

.fa-directions:before {
    content: ""
}

.fa-discord:before {
    content: ""
}

.fa-discourse:before {
    content: ""
}

.fa-divide:before {
    content: ""
}

.fa-dizzy:before {
    content: ""
}

.fa-dna:before {
    content: ""
}

.fa-do-not-enter:before {
    content: ""
}

.fa-dochub:before {
    content: ""
}

.fa-docker:before {
    content: ""
}

.fa-dog:before {
    content: ""
}

.fa-dog-leashed:before {
    content: ""
}

.fa-dollar-sign:before {
    content: ""
}

.fa-dolly:before {
    content: ""
}

.fa-dolly-empty:before {
    content: ""
}

.fa-dolly-flatbed:before {
    content: ""
}

.fa-dolly-flatbed-alt:before {
    content: ""
}

.fa-dolly-flatbed-empty:before {
    content: ""
}

.fa-donate:before {
    content: ""
}

.fa-door-closed:before {
    content: ""
}

.fa-door-open:before {
    content: ""
}

.fa-dot-circle:before {
    content: ""
}

.fa-dove:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-draft2digital:before {
    content: ""
}

.fa-drafting-compass:before {
    content: ""
}

.fa-dragon:before {
    content: ""
}

.fa-draw-circle:before {
    content: ""
}

.fa-draw-polygon:before {
    content: ""
}

.fa-draw-square:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-dribbble-square:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-drum:before {
    content: ""
}

.fa-drum-steelpan:before {
    content: ""
}

.fa-drumstick:before {
    content: ""
}

.fa-drumstick-bite:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-duck:before {
    content: ""
}

.fa-dumbbell:before {
    content: ""
}

.fa-dungeon:before {
    content: ""
}

.fa-dyalog:before {
    content: ""
}

.fa-ear:before {
    content: ""
}

.fa-earlybirds:before {
    content: ""
}

.fa-ebay:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-edit:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-elementor:before {
    content: ""
}

.fa-elephant:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-h-alt:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-ellipsis-v-alt:before {
    content: ""
}

.fa-ello:before {
    content: ""
}

.fa-ember:before {
    content: ""
}

.fa-empire:before {
    content: ""
}

.fa-empty-set:before {
    content: ""
}

.fa-engine-warning:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-dollar:before {
    content: ""
}

.fa-envelope-open-text:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-equals:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-erlang:before {
    content: ""
}

.fa-ethereum:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-euro-sign:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-exchange-alt:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-exclamation-square:before {
    content: ""
}

.fa-exclamation-triangle:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-expand-alt:before {
    content: ""
}

.fa-expand-arrows:before {
    content: ""
}

.fa-expand-arrows-alt:before {
    content: ""
}

.fa-expand-wide:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-external-link-alt:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-external-link-square-alt:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-dropper:before {
    content: ""
}

.fa-eye-evil:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-facebook:before {
    content: ""
}

.fa-facebook-f:before {
    content: ""
}

.fa-facebook-messenger:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-fantasy-flight-games:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-feather:before {
    content: ""
}

.fa-feather-alt:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-field-hockey:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-alt:before {
    content: ""
}

.fa-file-archive:before {
    content: ""
}

.fa-file-audio:before {
    content: ""
}

.fa-file-certificate:before {
    content: ""
}

.fa-file-chart-line:before {
    content: ""
}

.fa-file-chart-pie:before {
    content: ""
}

.fa-file-check:before {
    content: ""
}

.fa-file-code:before {
    content: ""
}

.fa-file-contract:before {
    content: ""
}

.fa-file-csv:before {
    content: ""
}

.fa-file-download:before {
    content: ""
}

.fa-file-edit:before {
    content: ""
}

.fa-file-excel:before {
    content: ""
}

.fa-file-exclamation:before {
    content: ""
}

.fa-file-export:before {
    content: ""
}

.fa-file-image:before {
    content: ""
}

.fa-file-import:before {
    content: ""
}

.fa-file-invoice:before {
    content: ""
}

.fa-file-invoice-dollar:before {
    content: ""
}

.fa-file-medical:before {
    content: ""
}

.fa-file-medical-alt:before {
    content: ""
}

.fa-file-minus:before {
    content: ""
}

.fa-file-pdf:before {
    content: ""
}

.fa-file-plus:before {
    content: ""
}

.fa-file-powerpoint:before {
    content: ""
}

.fa-file-prescription:before {
    content: ""
}

.fa-file-signature:before {
    content: ""
}

.fa-file-spreadsheet:before {
    content: ""
}

.fa-file-times:before {
    content: ""
}

.fa-file-upload:before {
    content: ""
}

.fa-file-user:before {
    content: ""
}

.fa-file-video:before {
    content: ""
}

.fa-file-word:before {
    content: ""
}

.fa-fill:before {
    content: ""
}

.fa-fill-drip:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-film-alt:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-fingerprint:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-first-aid:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-first-order-alt:before {
    content: ""
}

.fa-firstdraft:before {
    content: ""
}

.fa-fish:before {
    content: ""
}

.fa-fist-raised:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-flame:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-flask-poison:before {
    content: ""
}

.fa-flask-potion:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-flipboard:before {
    content: ""
}

.fa-flushed:before {
    content: ""
}

.fa-fly:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-minus:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-folder-plus:before {
    content: ""
}

.fa-folder-times:before {
    content: ""
}

.fa-folders:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-font-awesome:before {
    content: ""
}

.fa-font-awesome-alt:before {
    content: ""
}

.fa-font-awesome-flag:before {
    content: ""
}

.fa-font-awesome-logo-full:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-fonticons-fi:before {
    content: ""
}

.fa-football-ball:before {
    content: ""
}

.fa-football-helmet:before {
    content: ""
}

.fa-forklift:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-fort-awesome-alt:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-fragile:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-freebsd:before {
    content: ""
}

.fa-frog:before {
    content: ""
}

.fa-frown:before {
    content: ""
}

.fa-frown-open:before {
    content: ""
}

.fa-fulcrum:before {
    content: ""
}

.fa-function:before {
    content: ""
}

.fa-funnel-dollar:before {
    content: ""
}

.fa-futbol:before {
    content: ""
}

.fa-galactic-republic:before {
    content: ""
}

.fa-galactic-senate:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-gas-pump:before {
    content: ""
}

.fa-gas-pump-slash:before {
    content: ""
}

.fa-gavel:before {
    content: ""
}

.fa-gem:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-ghost:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-gift-card:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-gitkraken:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-gitter:before {
    content: ""
}

.fa-glass-martini:before {
    content: ""
}

.fa-glass-martini-alt:before {
    content: ""
}

.fa-glasses:before {
    content: ""
}

.fa-glasses-alt:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-globe-africa:before {
    content: ""
}

.fa-globe-americas:before {
    content: ""
}

.fa-globe-asia:before {
    content: ""
}

.fa-globe-stand:before {
    content: ""
}

.fa-gofore:before {
    content: ""
}

.fa-golf-ball:before {
    content: ""
}

.fa-golf-club:before {
    content: ""
}

.fa-goodreads:before {
    content: ""
}

.fa-goodreads-g:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-google-drive:before {
    content: ""
}

.fa-google-play:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-google-plus-g:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-gopuram:before {
    content: ""
}

.fa-graduation-cap:before {
    content: ""
}

.fa-gratipay:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-greater-than:before {
    content: ""
}

.fa-greater-than-equal:before {
    content: ""
}

.fa-grimace:before {
    content: ""
}

.fa-grin:before {
    content: ""
}

.fa-grin-alt:before {
    content: ""
}

.fa-grin-beam:before {
    content: ""
}

.fa-grin-beam-sweat:before {
    content: ""
}

.fa-grin-hearts:before {
    content: ""
}

.fa-grin-squint:before {
    content: ""
}

.fa-grin-squint-tears:before {
    content: ""
}

.fa-grin-stars:before {
    content: ""
}

.fa-grin-tears:before {
    content: ""
}

.fa-grin-tongue:before {
    content: ""
}

.fa-grin-tongue-squint:before {
    content: ""
}

.fa-grin-tongue-wink:before {
    content: ""
}

.fa-grin-wink:before {
    content: ""
}

.fa-grip-horizontal:before {
    content: ""
}

.fa-grip-vertical:before {
    content: ""
}

.fa-gripfire:before {
    content: ""
}

.fa-grunt:before {
    content: ""
}

.fa-gulp:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-h1:before {
    content: ""
}

.fa-h2:before {
    content: ""
}

.fa-h3:before {
    content: ""
}

.fa-hacker-news:before {
    content: ""
}

.fa-hacker-news-square:before {
    content: ""
}

.fa-hackerrank:before {
    content: ""
}

.fa-hammer:before {
    content: ""
}

.fa-hammer-war:before {
    content: ""
}

.fa-hamsa:before {
    content: ""
}

.fa-hand-heart:before {
    content: ""
}

.fa-hand-holding:before {
    content: ""
}

.fa-hand-holding-box:before {
    content: ""
}

.fa-hand-holding-heart:before {
    content: ""
}

.fa-hand-holding-magic:before {
    content: ""
}

.fa-hand-holding-seedling:before {
    content: ""
}

.fa-hand-holding-usd:before {
    content: ""
}

.fa-hand-holding-water:before {
    content: ""
}

.fa-hand-lizard:before {
    content: ""
}

.fa-hand-paper:before {
    content: ""
}

.fa-hand-peace:before {
    content: ""
}

.fa-hand-point-down:before {
    content: ""
}

.fa-hand-point-left:before {
    content: ""
}

.fa-hand-point-right:before {
    content: ""
}

.fa-hand-point-up:before {
    content: ""
}

.fa-hand-pointer:before {
    content: ""
}

.fa-hand-receiving:before {
    content: ""
}

.fa-hand-rock:before {
    content: ""
}

.fa-hand-scissors:before {
    content: ""
}

.fa-hand-spock:before {
    content: ""
}

.fa-hands:before {
    content: ""
}

.fa-hands-heart:before {
    content: ""
}

.fa-hands-helping:before {
    content: ""
}

.fa-hands-usd:before {
    content: ""
}

.fa-handshake:before {
    content: ""
}

.fa-handshake-alt:before {
    content: ""
}

.fa-hanukiah:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-hat-witch:before {
    content: ""
}

.fa-hat-wizard:before {
    content: ""
}

.fa-haykal:before {
    content: ""
}

.fa-hdd:before {
    content: ""
}

.fa-head-side:before {
    content: ""
}

.fa-head-vr:before {
    content: ""
}

.fa-heading:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-headphones-alt:before {
    content: ""
}

.fa-headset:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-heart-circle:before {
    content: ""
}

.fa-heart-rate:before {
    content: ""
}

.fa-heart-square:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-helicopter:before {
    content: ""
}

.fa-helmet-battle:before {
    content: ""
}

.fa-hexagon:before {
    content: ""
}

.fa-highlighter:before {
    content: ""
}

.fa-hiking:before {
    content: ""
}

.fa-hippo:before {
    content: ""
}

.fa-hips:before {
    content: ""
}

.fa-hire-a-helper:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-hockey-mask:before {
    content: ""
}

.fa-hockey-puck:before {
    content: ""
}

.fa-hockey-sticks:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-home-heart:before {
    content: ""
}

.fa-hood-cloak:before {
    content: ""
}

.fa-hooli:before {
    content: ""
}

.fa-hornbill:before {
    content: ""
}

.fa-horse:before {
    content: ""
}

.fa-hospital:before {
    content: ""
}

.fa-hospital-alt:before {
    content: ""
}

.fa-hospital-symbol:before {
    content: ""
}

.fa-hot-tub:before {
    content: ""
}

.fa-hotel:before {
    content: ""
}

.fa-hotjar:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-start:before {
    content: ""
}

.fa-house-damage:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-hryvnia:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-hubspot:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-id-card:before {
    content: ""
}

.fa-id-card-alt:before {
    content: ""
}

.fa-image:before {
    content: ""
}

.fa-images:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-inbox-in:before {
    content: ""
}

.fa-inbox-out:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-industry-alt:before {
    content: ""
}

.fa-infinity:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-info-square:before {
    content: ""
}

.fa-inhaler:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-integral:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-intersection:before {
    content: ""
}

.fa-inventory:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-itunes:before {
    content: ""
}

.fa-itunes-note:before {
    content: ""
}

.fa-jack-o-lantern:before {
    content: ""
}

.fa-java:before {
    content: ""
}

.fa-jedi:before {
    content: ""
}

.fa-jedi-order:before {
    content: ""
}

.fa-jenkins:before {
    content: ""
}

.fa-joget:before {
    content: ""
}

.fa-joint:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-journal-whills:before {
    content: ""
}

.fa-js:before {
    content: ""
}

.fa-js-square:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-kaaba:before {
    content: ""
}

.fa-kaggle:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-key-skeleton:before {
    content: ""
}

.fa-keybase:before {
    content: ""
}

.fa-keyboard:before {
    content: ""
}

.fa-keycdn:before {
    content: ""
}

.fa-keynote:before {
    content: ""
}

.fa-khanda:before {
    content: ""
}

.fa-kickstarter:before {
    content: ""
}

.fa-kickstarter-k:before {
    content: ""
}

.fa-kidneys:before {
    content: ""
}

.fa-kiss:before {
    content: ""
}

.fa-kiss-beam:before {
    content: ""
}

.fa-kiss-wink-heart:before {
    content: ""
}

.fa-kite:before {
    content: ""
}

.fa-kiwi-bird:before {
    content: ""
}

.fa-knife-kitchen:before {
    content: ""
}

.fa-korvue:before {
    content: ""
}

.fa-lambda:before {
    content: ""
}

.fa-lamp:before {
    content: ""
}

.fa-landmark:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-laptop-code:before {
    content: ""
}

.fa-laravel:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-laugh:before {
    content: ""
}

.fa-laugh-beam:before {
    content: ""
}

.fa-laugh-squint:before {
    content: ""
}

.fa-laugh-wink:before {
    content: ""
}

.fa-layer-group:before {
    content: ""
}

.fa-layer-minus:before {
    content: ""
}

.fa-layer-plus:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-leaf-heart:before {
    content: ""
}

.fa-leaf-maple:before {
    content: ""
}

.fa-leaf-oak:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-lemon:before {
    content: ""
}

.fa-less:before {
    content: ""
}

.fa-less-than:before {
    content: ""
}

.fa-less-than-equal:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-level-down-alt:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-up-alt:before {
    content: ""
}

.fa-life-ring:before {
    content: ""
}

.fa-lightbulb:before {
    content: ""
}

.fa-lightbulb-dollar:before {
    content: ""
}

.fa-lightbulb-exclamation:before {
    content: ""
}

.fa-lightbulb-on:before {
    content: ""
}

.fa-lightbulb-slash:before {
    content: ""
}

.fa-line:before {
    content: ""
}

.fa-link:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-linkedin-in:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-lips:before {
    content: ""
}

.fa-lira-sign:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-location:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-location-circle:before {
    content: ""
}

.fa-location-slash:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-lock-alt:before {
    content: ""
}

.fa-lock-open:before {
    content: ""
}

.fa-lock-open-alt:before {
    content: ""
}

.fa-long-arrow-alt-down:before {
    content: ""
}

.fa-long-arrow-alt-left:before {
    content: ""
}

.fa-long-arrow-alt-right:before {
    content: ""
}

.fa-long-arrow-alt-up:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-loveseat:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-luchador:before {
    content: ""
}

.fa-luggage-cart:before {
    content: ""
}

.fa-lungs:before {
    content: ""
}

.fa-lyft:before {
    content: ""
}

.fa-mace:before {
    content: ""
}

.fa-magento:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-mail-bulk:before {
    content: ""
}

.fa-mailchimp:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-mandalorian:before {
    content: ""
}

.fa-mandolin:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-map-marked:before {
    content: ""
}

.fa-map-marked-alt:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-map-marker-alt:before {
    content: ""
}

.fa-map-marker-alt-slash:before {
    content: ""
}

.fa-map-marker-check:before {
    content: ""
}

.fa-map-marker-edit:before {
    content: ""
}

.fa-map-marker-exclamation:before {
    content: ""
}

.fa-map-marker-minus:before {
    content: ""
}

.fa-map-marker-plus:before {
    content: ""
}

.fa-map-marker-question:before {
    content: ""
}

.fa-map-marker-slash:before {
    content: ""
}

.fa-map-marker-smile:before {
    content: ""
}

.fa-map-marker-times:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-markdown:before {
    content: ""
}

.fa-marker:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mask:before {
    content: ""
}

.fa-mastodon:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-medal:before {
    content: ""
}

.fa-medapps:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-medium-m:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-medrt:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.fa-megaphone:before {
    content: ""
}

.fa-megaport:before {
    content: ""
}

.fa-meh:before {
    content: ""
}

.fa-meh-blank:before {
    content: ""
}

.fa-meh-rolling-eyes:before {
    content: ""
}

.fa-memory:before {
    content: ""
}

.fa-menorah:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-alt:before {
    content: ""
}

.fa-microphone-alt-slash:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-microscope:before {
    content: ""
}

.fa-microsoft:before {
    content: ""
}

.fa-mind-share:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-minus-hexagon:before {
    content: ""
}

.fa-minus-octagon:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-mix:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-mizuni:before {
    content: ""
}

.fa-mobile:before {
    content: ""
}

.fa-mobile-alt:before {
    content: ""
}

.fa-mobile-android:before {
    content: ""
}

.fa-mobile-android-alt:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-monero:before {
    content: ""
}

.fa-money-bill:before {
    content: ""
}

.fa-money-bill-alt:before {
    content: ""
}

.fa-money-bill-wave:before {
    content: ""
}

.fa-money-bill-wave-alt:before {
    content: ""
}

.fa-money-check:before {
    content: ""
}

.fa-money-check-alt:before {
    content: ""
}

.fa-monitor-heart-rate:before {
    content: ""
}

.fa-monkey:before {
    content: ""
}

.fa-monument:before {
    content: ""
}

.fa-moon:before {
    content: ""
}

.fa-mortar-pestle:before {
    content: ""
}

.fa-mosque:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-mountain:before {
    content: ""
}

.fa-mountains:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-napster:before {
    content: ""
}

.fa-narwhal:before {
    content: ""
}

.fa-neos:before {
    content: ""
}

.fa-network-wired:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-newspaper:before {
    content: ""
}

.fa-nimblr:before {
    content: ""
}

.fa-nintendo-switch:before {
    content: ""
}

.fa-node:before {
    content: ""
}

.fa-node-js:before {
    content: ""
}

.fa-not-equal:before {
    content: ""
}

.fa-notes-medical:before {
    content: ""
}

.fa-npm:before {
    content: ""
}

.fa-ns8:before {
    content: ""
}

.fa-nutritionix:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-octagon:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-oil-can:before {
    content: ""
}

.fa-oil-temp:before {
    content: ""
}

.fa-old-republic:before {
    content: ""
}

.fa-om:before {
    content: ""
}

.fa-omega:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-osi:before {
    content: ""
}

.fa-otter:before {
    content: ""
}

.fa-outdent:before {
    content: ""
}

.fa-page4:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-paint-brush-alt:before {
    content: ""
}

.fa-paint-roller:before {
    content: ""
}

.fa-palette:before {
    content: ""
}

.fa-palfed:before {
    content: ""
}

.fa-pallet:before {
    content: ""
}

.fa-pallet-alt:before {
    content: ""
}

.fa-paper-plane:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-parachute-box:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-parking:before {
    content: ""
}

.fa-parking-circle:before {
    content: ""
}

.fa-parking-circle-slash:before {
    content: ""
}

.fa-parking-slash:before {
    content: ""
}

.fa-passport:before {
    content: ""
}

.fa-pastafarianism:before {
    content: ""
}

.fa-paste:before {
    content: ""
}

.fa-patreon:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-paw-alt:before {
    content: ""
}

.fa-paw-claws:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-peace:before {
    content: ""
}

.fa-pegasus:before {
    content: ""
}

.fa-pen:before {
    content: ""
}

.fa-pen-alt:before {
    content: ""
}

.fa-pen-fancy:before {
    content: ""
}

.fa-pen-nib:before {
    content: ""
}

.fa-pen-square:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-pencil-alt:before {
    content: ""
}

.fa-pencil-paintbrush:before {
    content: ""
}

.fa-pencil-ruler:before {
    content: ""
}

.fa-pennant:before {
    content: ""
}

.fa-penny-arcade:before {
    content: ""
}

.fa-people-carry:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-percentage:before {
    content: ""
}

.fa-periscope:before {
    content: ""
}

.fa-person-carry:before {
    content: ""
}

.fa-person-dolly:before {
    content: ""
}

.fa-person-dolly-empty:before {
    content: ""
}

.fa-phabricator:before {
    content: ""
}

.fa-phoenix-framework:before {
    content: ""
}

.fa-phoenix-squadron:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-phone-office:before {
    content: ""
}

.fa-phone-plus:before {
    content: ""
}

.fa-phone-slash:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-phone-volume:before {
    content: ""
}

.fa-php:before {
    content: ""
}

.fa-pi:before {
    content: ""
}

.fa-pie:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-pied-piper-hat:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pig:before {
    content: ""
}

.fa-piggy-bank:before {
    content: ""
}

.fa-pills:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-place-of-worship:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-plane-alt:before {
    content: ""
}

.fa-plane-arrival:before {
    content: ""
}

.fa-plane-departure:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-playstation:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-plus-hexagon:before {
    content: ""
}

.fa-plus-octagon:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-podium:before {
    content: ""
}

.fa-poll:before {
    content: ""
}

.fa-poll-h:before {
    content: ""
}

.fa-poo:before {
    content: ""
}

.fa-poop:before {
    content: ""
}

.fa-portrait:before {
    content: ""
}

.fa-pound-sign:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-pray:before {
    content: ""
}

.fa-praying-hands:before {
    content: ""
}

.fa-prescription:before {
    content: ""
}

.fa-prescription-bottle:before {
    content: ""
}

.fa-prescription-bottle-alt:before {
    content: ""
}

.fa-presentation:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-print-slash:before {
    content: ""
}

.fa-procedures:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-project-diagram:before {
    content: ""
}

.fa-pumpkin:before {
    content: ""
}

.fa-pushed:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-python:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-question-square:before {
    content: ""
}

.fa-quidditch:before {
    content: ""
}

.fa-quinscape:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-quran:before {
    content: ""
}

.fa-r-project:before {
    content: ""
}

.fa-rabbit:before {
    content: ""
}

.fa-rabbit-fast:before {
    content: ""
}

.fa-racquet:before {
    content: ""
}

.fa-ram:before {
    content: ""
}

.fa-ramp-loading:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-react:before {
    content: ""
}

.fa-readme:before {
    content: ""
}

.fa-rebel:before {
    content: ""
}

.fa-receipt:before {
    content: ""
}

.fa-rectangle-landscape:before {
    content: ""
}

.fa-rectangle-portrait:before {
    content: ""
}

.fa-rectangle-wide:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-red-river:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-redo:before {
    content: ""
}

.fa-redo-alt:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-rendact:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-repeat:before {
    content: ""
}

.fa-repeat-1:before {
    content: ""
}

.fa-repeat-1-alt:before {
    content: ""
}

.fa-repeat-alt:before {
    content: ""
}

.fa-reply:before {
    content: ""
}

.fa-reply-all:before {
    content: ""
}

.fa-replyd:before {
    content: ""
}

.fa-researchgate:before {
    content: ""
}

.fa-resolving:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-retweet-alt:before {
    content: ""
}

.fa-rev:before {
    content: ""
}

.fa-ribbon:before {
    content: ""
}

.fa-ring:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-robot:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-rocketchat:before {
    content: ""
}

.fa-rockrms:before {
    content: ""
}

.fa-route:before {
    content: ""
}

.fa-route-highway:before {
    content: ""
}

.fa-route-interstate:before {
    content: ""
}

.fa-rss:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-ruble-sign:before {
    content: ""
}

.fa-ruler:before {
    content: ""
}

.fa-ruler-combined:before {
    content: ""
}

.fa-ruler-horizontal:before {
    content: ""
}

.fa-ruler-triangle:before {
    content: ""
}

.fa-ruler-vertical:before {
    content: ""
}

.fa-running:before {
    content: ""
}

.fa-rupee-sign:before {
    content: ""
}

.fa-sad-cry:before {
    content: ""
}

.fa-sad-tear:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-sass:before {
    content: ""
}

.fa-save:before {
    content: ""
}

.fa-scalpel:before {
    content: ""
}

.fa-scalpel-path:before {
    content: ""
}

.fa-scanner:before {
    content: ""
}

.fa-scanner-keyboard:before {
    content: ""
}

.fa-scanner-touchscreen:before {
    content: ""
}

.fa-scarecrow:before {
    content: ""
}

.fa-schlix:before {
    content: ""
}

.fa-school:before {
    content: ""
}

.fa-screwdriver:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-scroll:before {
    content: ""
}

.fa-scroll-old:before {
    content: ""
}

.fa-scrubber:before {
    content: ""
}

.fa-scythe:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-search-dollar:before {
    content: ""
}

.fa-search-location:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-searchengin:before {
    content: ""
}

.fa-seedling:before {
    content: ""
}

.fa-sellcast:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-servicestack:before {
    content: ""
}

.fa-shapes:before {
    content: ""
}

.fa-share:before {
    content: ""
}

.fa-share-all:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-sheep:before {
    content: ""
}

.fa-shekel-sign:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-shield-alt:before {
    content: ""
}

.fa-shield-check:before {
    content: ""
}

.fa-shield-cross:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-shipping-fast:before {
    content: ""
}

.fa-shipping-timed:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-shoe-prints:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-shopware:before {
    content: ""
}

.fa-shovel:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-shredder:before {
    content: ""
}

.fa-shuttle-van:before {
    content: ""
}

.fa-shuttlecock:before {
    content: ""
}

.fa-sigma:before {
    content: ""
}

.fa-sign:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-sign-in-alt:before {
    content: ""
}

.fa-sign-language:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-sign-out-alt:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-signal-1:before {
    content: ""
}

.fa-signal-2:before {
    content: ""
}

.fa-signal-3:before {
    content: ""
}

.fa-signal-4:before {
    content: ""
}

.fa-signal-alt:before {
    content: ""
}

.fa-signal-alt-1:before {
    content: ""
}

.fa-signal-alt-2:before {
    content: ""
}

.fa-signal-alt-3:before {
    content: ""
}

.fa-signal-alt-slash:before {
    content: ""
}

.fa-signal-slash:before {
    content: ""
}

.fa-signature:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-sistrix:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-sith:before {
    content: ""
}

.fa-skeleton:before {
    content: ""
}

.fa-skull:before {
    content: ""
}

.fa-skull-crossbones:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-slack-hash:before {
    content: ""
}

.fa-slash:before {
    content: ""
}

.fa-sliders-h:before {
    content: ""
}

.fa-sliders-h-square:before {
    content: ""
}

.fa-sliders-v:before {
    content: ""
}

.fa-sliders-v-square:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-smile:before {
    content: ""
}

.fa-smile-beam:before {
    content: ""
}

.fa-smile-plus:before {
    content: ""
}

.fa-smile-wink:before {
    content: ""
}

.fa-smoking:before {
    content: ""
}

.fa-smoking-ban:before {
    content: ""
}

.fa-snake:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-snowflake:before {
    content: ""
}

.fa-socks:before {
    content: ""
}

.fa-solar-panel:before {
    content: ""
}

.fa-sort:before {
    content: ""
}

.fa-sort-alpha-down:before {
    content: ""
}

.fa-sort-alpha-up:before {
    content: ""
}

.fa-sort-amount-down:before {
    content: ""
}

.fa-sort-amount-up:before {
    content: ""
}

.fa-sort-down:before {
    content: ""
}

.fa-sort-numeric-down:before {
    content: ""
}

.fa-sort-numeric-up:before {
    content: ""
}

.fa-sort-up:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-spa:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-spade:before {
    content: ""
}

.fa-speakap:before {
    content: ""
}

.fa-spider:before {
    content: ""
}

.fa-spider-black-widow:before {
    content: ""
}

.fa-spider-web:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-spinner-third:before {
    content: ""
}

.fa-splotch:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-spray-can:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-square-full:before {
    content: ""
}

.fa-square-root:before {
    content: ""
}

.fa-square-root-alt:before {
    content: ""
}

.fa-squarespace:before {
    content: ""
}

.fa-squirrel:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-staff:before {
    content: ""
}

.fa-stamp:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-and-crescent:before {
    content: ""
}

.fa-star-exclamation:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-star-half-alt:before {
    content: ""
}

.fa-star-of-david:before {
    content: ""
}

.fa-star-of-life:before {
    content: ""
}

.fa-staylinked:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-steam-symbol:before {
    content: ""
}

.fa-steering-wheel:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-sticker-mule:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-stomach:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stopwatch:before {
    content: ""
}

.fa-store:before {
    content: ""
}

.fa-store-alt:before {
    content: ""
}

.fa-strava:before {
    content: ""
}

.fa-stream:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-stripe:before {
    content: ""
}

.fa-stripe-s:before {
    content: ""
}

.fa-stroopwafel:before {
    content: ""
}

.fa-studiovinari:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-suitcase-rolling:before {
    content: ""
}

.fa-sun:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-supple:before {
    content: ""
}

.fa-surprise:before {
    content: ""
}

.fa-swatchbook:before {
    content: ""
}

.fa-swimmer:before {
    content: ""
}

.fa-swimming-pool:before {
    content: ""
}

.fa-sword:before {
    content: ""
}

.fa-swords:before {
    content: ""
}

.fa-synagogue:before {
    content: ""
}

.fa-sync:before {
    content: ""
}

.fa-sync-alt:before {
    content: ""
}

.fa-syringe:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-table-tennis:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-tablet-alt:before {
    content: ""
}

.fa-tablet-android:before {
    content: ""
}

.fa-tablet-android-alt:before {
    content: ""
}

.fa-tablet-rugged:before {
    content: ""
}

.fa-tablets:before {
    content: ""
}

.fa-tachometer:before {
    content: ""
}

.fa-tachometer-alt:before {
    content: ""
}

.fa-tachometer-alt-average:before {
    content: ""
}

.fa-tachometer-alt-fast:before {
    content: ""
}

.fa-tachometer-alt-fastest:before {
    content: ""
}

.fa-tachometer-alt-slow:before {
    content: ""
}

.fa-tachometer-alt-slowest:before {
    content: ""
}

.fa-tachometer-average:before {
    content: ""
}

.fa-tachometer-fast:before {
    content: ""
}

.fa-tachometer-fastest:before {
    content: ""
}

.fa-tachometer-slow:before {
    content: ""
}

.fa-tachometer-slowest:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-tally:before {
    content: ""
}

.fa-tape:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-taxi:before {
    content: ""
}

.fa-teamspeak:before {
    content: ""
}

.fa-teeth:before {
    content: ""
}

.fa-teeth-open:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-telegram-plane:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-tennis-ball:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-the-red-yeti:before {
    content: ""
}

.fa-theater-masks:before {
    content: ""
}

.fa-themeco:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-thermometer:before {
    content: ""
}

.fa-thermometer-empty:before {
    content: ""
}

.fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-theta:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbtack:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-ticket-alt:before {
    content: ""
}

.fa-tilde:before {
    content: ""
}

.fa-times:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-times-hexagon:before {
    content: ""
}

.fa-times-octagon:before {
    content: ""
}

.fa-times-square:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-tint-slash:before {
    content: ""
}

.fa-tire:before {
    content: ""
}

.fa-tire-flat:before {
    content: ""
}

.fa-tire-pressure-warning:before {
    content: ""
}

.fa-tire-rugged:before {
    content: ""
}

.fa-tired:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-toilet-paper:before {
    content: ""
}

.fa-toilet-paper-alt:before {
    content: ""
}

.fa-tombstone:before {
    content: ""
}

.fa-tombstone-alt:before {
    content: ""
}

.fa-toolbox:before {
    content: ""
}

.fa-tooth:before {
    content: ""
}

.fa-toothbrush:before {
    content: ""
}

.fa-torah:before {
    content: ""
}

.fa-torii-gate:before {
    content: ""
}

.fa-tractor:before {
    content: ""
}

.fa-trade-federation:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-traffic-cone:before {
    content: ""
}

.fa-traffic-light:before {
    content: ""
}

.fa-traffic-light-go:before {
    content: ""
}

.fa-traffic-light-slow:before {
    content: ""
}

.fa-traffic-light-stop:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-trash-alt:before {
    content: ""
}

.fa-treasure-chest:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-tree-alt:before {
    content: ""
}

.fa-trees:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-triangle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-trophy-alt:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-truck-container:before {
    content: ""
}

.fa-truck-couch:before {
    content: ""
}

.fa-truck-loading:before {
    content: ""
}

.fa-truck-monster:before {
    content: ""
}

.fa-truck-moving:before {
    content: ""
}

.fa-truck-pickup:before {
    content: ""
}

.fa-truck-ramp:before {
    content: ""
}

.fa-tshirt:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-turkey:before {
    content: ""
}

.fa-turtle:before {
    content: ""
}

.fa-tv:before {
    content: ""
}

.fa-tv-retro:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-typo3:before {
    content: ""
}

.fa-uber:before {
    content: ""
}

.fa-uikit:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-umbrella-beach:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-undo:before {
    content: ""
}

.fa-undo-alt:before {
    content: ""
}

.fa-unicorn:before {
    content: ""
}

.fa-union:before {
    content: ""
}

.fa-uniregistry:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-university:before {
    content: ""
}

.fa-unlink:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-untappd:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-usd-circle:before {
    content: ""
}

.fa-usd-square:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-user-alt:before {
    content: ""
}

.fa-user-alt-slash:before {
    content: ""
}

.fa-user-astronaut:before {
    content: ""
}

.fa-user-chart:before {
    content: ""
}

.fa-user-check:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-clock:before {
    content: ""
}

.fa-user-cog:before {
    content: ""
}

.fa-user-crown:before {
    content: ""
}

.fa-user-edit:before {
    content: ""
}

.fa-user-friends:before {
    content: ""
}

.fa-user-graduate:before {
    content: ""
}

.fa-user-injured:before {
    content: ""
}

.fa-user-lock:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-user-minus:before {
    content: ""
}

.fa-user-ninja:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-user-shield:before {
    content: ""
}

.fa-user-slash:before {
    content: ""
}

.fa-user-tag:before {
    content: ""
}

.fa-user-tie:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-users:before {
    content: ""
}

.fa-users-class:before {
    content: ""
}

.fa-users-cog:before {
    content: ""
}

.fa-users-crown:before {
    content: ""
}

.fa-ussunnah:before {
    content: ""
}

.fa-utensil-fork:before {
    content: ""
}

.fa-utensil-knife:before {
    content: ""
}

.fa-utensil-spoon:before {
    content: ""
}

.fa-utensils:before {
    content: ""
}

.fa-utensils-alt:before {
    content: ""
}

.fa-vaadin:before {
    content: ""
}

.fa-value-absolute:before {
    content: ""
}

.fa-vector-square:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-vial:before {
    content: ""
}

.fa-vials:before {
    content: ""
}

.fa-viber:before {
    content: ""
}

.fa-video:before {
    content: ""
}

.fa-video-plus:before {
    content: ""
}

.fa-video-slash:before {
    content: ""
}

.fa-vihara:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-vimeo-v:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-vnv:before {
    content: ""
}

.fa-volleyball-ball:before {
    content: ""
}

.fa-volume:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-mute:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-slash:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-vr-cardboard:before {
    content: ""
}

.fa-vuejs:before {
    content: ""
}

.fa-walking:before {
    content: ""
}

.fa-wallet:before {
    content: ""
}

.fa-wand:before {
    content: ""
}

.fa-wand-magic:before {
    content: ""
}

.fa-warehouse:before {
    content: ""
}

.fa-warehouse-alt:before {
    content: ""
}

.fa-watch:before {
    content: ""
}

.fa-watch-fitness:before {
    content: ""
}

.fa-weebly:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-weight:before {
    content: ""
}

.fa-weight-hanging:before {
    content: ""
}

.fa-weixin:before {
    content: ""
}

.fa-whale:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-whatsapp-square:before {
    content: ""
}

.fa-wheat:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-whistle:before {
    content: ""
}

.fa-whmcs:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-wifi-1:before {
    content: ""
}

.fa-wifi-2:before {
    content: ""
}

.fa-wifi-slash:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-wind:before {
    content: ""
}

.fa-window:before {
    content: ""
}

.fa-window-alt:before {
    content: ""
}

.fa-window-close:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-wine-bottle:before {
    content: ""
}

.fa-wine-glass:before {
    content: ""
}

.fa-wine-glass-alt:before {
    content: ""
}

.fa-wix:before {
    content: ""
}

.fa-wizards-of-the-coast:before {
    content: ""
}

.fa-wolf-pack-battalion:before {
    content: ""
}

.fa-won-sign:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-wordpress-simple:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-x-ray:before {
    content: ""
}

.fa-xbox:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-y-combinator:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-yandex:before {
    content: ""
}

.fa-yandex-international:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-yen-sign:before {
    content: ""
}

.fa-yin-yang:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-zhihu:before {
    content: ""
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

/*!
 * Font Awesome Pro 5.4.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(../../../lib/font-awesome-5.4.1/webfonts/fa-brands-400.eot);
    src: url(../../../lib/font-awesome-5.4.1/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../../../lib/font-awesome-5.4.1/webfonts/fa-brands-400.woff2) format("woff2"),url(../../../lib/font-awesome-5.4.1/webfonts/fa-brands-400.woff) format("woff"),url(../../../lib/font-awesome-5.4.1/webfonts/fa-brands-400.ttf) format("truetype"),url(../../../lib/font-awesome-5.4.1/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

#modall-add-comm-reviews .modal-dialog .add-review .social-container .buttons a:before,#reviews-view .add-review .form .social-container .buttons a:before,#sb_gdpr_report_module_container .brand a:before,.brand a:after,.fab {
    font-family: Font Awesome\ 5 Brands
}

/*!
 * Font Awesome Pro 5.4.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: 300;
    src: url(../../../lib/font-awesome-5.4.1/webfonts/fa-light-300.eot);
    src: url(../../../lib/font-awesome-5.4.1/webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"),url(../../../lib/font-awesome-5.4.1/webfonts/fa-light-300.woff2) format("woff2"),url(../../../lib/font-awesome-5.4.1/webfonts/fa-light-300.woff) format("woff"),url(../../../lib/font-awesome-5.4.1/webfonts/fa-light-300.ttf) format("truetype"),url(../../../lib/font-awesome-5.4.1/webfonts/fa-light-300.svg#fontawesome) format("svg")
}

/*!
 * Font Awesome Pro 5.4.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: 400;
    src: url(../../../lib/font-awesome-5.4.1/webfonts/fa-regular-400.eot);
    src: url(../../../lib/font-awesome-5.4.1/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../../../lib/font-awesome-5.4.1/webfonts/fa-regular-400.woff2) format("woff2"),url(../../../lib/font-awesome-5.4.1/webfonts/fa-regular-400.woff) format("woff"),url(../../../lib/font-awesome-5.4.1/webfonts/fa-regular-400.ttf) format("truetype"),url(../../../lib/font-awesome-5.4.1/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

/*!
 * Font Awesome Pro 5.4.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: 900;
    src: url(../../../lib/font-awesome-5.4.1/webfonts/fa-solid-900.eot);
    src: url(../../../lib/font-awesome-5.4.1/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../../../lib/font-awesome-5.4.1/webfonts/fa-solid-900.woff2) format("woff2"),url(../../../lib/font-awesome-5.4.1/webfonts/fa-solid-900.woff) format("woff"),url(../../../lib/font-awesome-5.4.1/webfonts/fa-solid-900.ttf) format("truetype"),url(../../../lib/font-awesome-5.4.1/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,.abc,.stars-container .rating-container label:before,[class~=abc]:not(.fab) {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900
}

li,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

img {
    height: auto
}

iframe,img {
    max-width: 100%
}

.col-lg-5ths,.col-md-5ths,.col-sm-5ths,.col-xs-5ths {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-5ths {
    width: 20%;
    float: left
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width:20%;
        float: left
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width:20%;
        float: left
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width:20%;
        float: left
    }
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0
}

.row.no-gutter [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

@media only screen and (max-width: 767px) {
    .row.no-gutter-xs {
        margin-left:0;
        margin-right: 0
    }

    .row.no-gutter-xs [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }
}

.row.vcenter>[class*=col-] {
    display: inline-block;
    vertical-align: middle;
    float: none
}

.row-eq-height {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.row-eq-height,.row-eq-height:after,.row-eq-height:before {
    display: -ms-flexbox;
    display: flex
}

.row-eq-height>[class*=col-] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.row-eq-height>[class*=col-]>.flex-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-direction: column;
    flex-direction: column
}

.row-eq-height-xs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.row-eq-height-xs,.row-eq-height-xs:after,.row-eq-height-xs:before {
    display: -ms-flexbox;
    display: flex
}

.row-eq-height-xs>[class*=col-] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.row-eq-height-xs>[class*=col-]>.flex-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width: 767px) {
    .row-eq-height-xs,.row-eq-height-xs>[class*=col-],.row-eq-height-xs>[class*=col-]>.flex-wrapper {
        display:block
    }
}

.flex {
    display: -ms-flexbox;
    display: flex
}

.inline {
    display: inline-block
}

.inline-vb,.inline-vm,.inline-vt {
    display: inline-block;
    vertical-align: middle
}

#text-content .text>ul {
    list-style-type: disc;
    margin-left: 20px
}

.half-left {
    float: left
}

.half-left,.half-right {
    width: 50%;
    position: relative
}

.half-right {
    float: right
}

.left {
    float: left
}

.right {
    float: right
}

.center {
    display: inline-block;
    margin: 0 auto
}

.txt-right {
    text-align: right
}

.txt-left {
    text-align: left
}

.txt-center {
    text-align: center
}

.btn.custom {
    border-radius: 0;
    padding: 0
}

.btn.custom a {
    text-decoration: none
}

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

.text-success {
    color: #33bb60
}

.text-danger {
    color: #d14343
}

@font-face {
    font-family: Questrial;
    src: url(../../assets/fonts/Questrial/Questrial-Regular.woff) format("woff"),url(../../assets/fonts/Questrial/Questrial-Regular.otf) format("truetype"),url(../../assets/fonts/Questrial/Questrial-Regular.svg#Questrial) format("svg");
    font-weight: 400;
    font-style: inherit;
    font-display: fallback
}

@font-face {
    font-family: Caveat;
    src: url(../../assets/fonts/Caveat/Caveat-Regular.woff) format("woff"),url(../../assets/fonts/Caveat/Caveat-Regular.otf) format("truetype"),url(../../assets/fonts/Caveat/Caveat-Regular.svg#Caveat) format("svg");
    font-weight: 400;
    font-style: inherit;
    font-display: fallback
}

@font-face {
    font-family: Caveat;
    src: url(../../assets/fonts/Caveat/Caveat-Bold.woff) format("woff"),url(../../assets/fonts/Caveat/Caveat-Bold.otf) format("truetype"),url(../../assets/fonts/Caveat/Caveat-Bold.svg#Caveat) format("svg");
    font-weight: 600;
    font-style: inherit;
    font-display: fallback
}

@font-face {
    font-family: Mali;
    src: url(../../assets/fonts/Mali/Mali-Bold.woff) format("woff"),url(../../assets/fonts/Mali/Mali-Bold.otf) format("truetype"),url(../../assets/fonts/Mali/Mali-Bold.svg#Mali) format("svg");
    font-weight: 600;
    font-style: inherit;
    font-display: fallback
}

@font-face {
    font-family: Mali;
    src: url(../../assets/fonts/Mali/Mali-SemiBold.woff) format("woff"),url(../../assets/fonts/Mali/Mali-SemiBold.otf) format("truetype"),url(../../assets/fonts/Mali/Mali-SemiBold.svg#Mali) format("svg");
    font-weight: 500;
    font-style: inherit;
    font-display: fallback
}

@font-face {
    font-family: Mali;
    src: url(../../assets/fonts/Mali/Mali-Regular.woff) format("woff"),url(../../assets/fonts/Mali/Mali-Regular.otf) format("truetype"),url(../../assets/fonts/Mali/Mali-Regular.svg#Mali) format("svg");
    font-weight: 400;
    font-style: inherit;
    font-display: fallback
}

@font-face {
    font-family: Pacifico;
    src: url(../../assets/fonts/Pacifico/Pacifico-Regular.woff) format("woff"),url(../../assets/fonts/Pacifico/Pacifico-Regular.otf) format("truetype"),url(../../assets/fonts/Pacifico/Pacifico-Regular.svg#Pacifico) format("svg");
    font-weight: 400;
    font-style: inherit;
    font-display: fallback
}

@font-face {
    font-family: Mulish;
    src: url(../../assets/fonts/mulish/Mulish-Regular.woff) format("woff"),url(../../assets/fonts/mulish/Mulish-Regular.otf) format("truetype"),url(../../assets/fonts/mulish/Mulish-Regular.svg#Mulish) format("svg");
    font-weight: 400;
    font-style: inherit;
    font-display: fallback
}

@font-face {
    font-family: Mulish;
    src: url(../../assets/fonts/mulish/Mulish-Medium.woff) format("woff"),url(../../assets/fonts/mulish/Mulish-Medium.otf) format("truetype"),url(../../assets/fonts/mulish/Mulish-Medium.svg#Mulish) format("svg");
    font-weight: 500;
    font-style: inherit;
    font-display: fallback
}

@font-face {
    font-family: Mulish;
    src: url(../../assets/fonts/mulish/Mulish-Bold.woff) format("woff"),url(../../assets/fonts/mulish/Mulish-Bold.otf) format("truetype"),url(../../assets/fonts/mulish/Mulish-Bold.svg#Mulish) format("svg");
    font-weight: 600;
    font-style: inherit;
    font-display: fallback
}

@font-face {
    font-family: Noto Sans;
    src: url(../../assets/fonts/noto-sans/NotoSans-Bold.woff) format("woff"),url(../../assets/fonts/noto-sans/NotoSans-Bold.otf) format("truetype"),url(../../assets/fonts/noto-sans/NotoSans-Bold.svg#Noto\ Sans) format("svg");
    font-weight: 600;
    font-style: inherit;
    font-display: fallback
}

@font-face {
    font-family: Noto Sans;
    src: url(../../assets/fonts/noto-sans/NotoSans-SemiBold.woff) format("woff"),url(../../assets/fonts/noto-sans/NotoSans-SemiBold.otf) format("truetype"),url(../../assets/fonts/noto-sans/NotoSans-SemiBold.svg#Noto\ Sans) format("svg");
    font-weight: 500;
    font-style: inherit;
    font-display: fallback
}

@font-face {
    font-family: Noto Sans;
    src: url(../../assets/fonts/noto-sans/NotoSans-Regular.woff) format("woff"),url(../../assets/fonts/noto-sans/NotoSans-Regular.otf) format("truetype"),url(../../assets/fonts/noto-sans/NotoSans-Regular.svg#Noto\ Sans) format("svg");
    font-weight: 400;
    font-style: inherit;
    font-display: fallback
}

body .promotion-print-card .card-content .custom-font {
    font-family: Caveat,Helvetica,Arial,Verdana,cursive
}

body .promotion-print-card.zebra-letter .card-content .custom-font {
    font-family: Questrial,Helvetica,Arial,Verdana,sans-serif
}

body .promotion-print-card.winter-letter .card-content .custom-font {
    font-family: Caveat,Helvetica,Arial,Verdana,cursive;
    color: #237875!important
}

body .promotion-print-card.vovason-letter .card-content .custom-font {
    font-family: Mali,Helvetica,Arial,Verdana,cursive;
    color: #fd466b!important
}

body .promotion-print-card.classic-letter .card-content .custom-font {
    font-family: Questrial,Helvetica,Arial,Verdana,sans-serif
}

body .promotion-print-card.birthday-letter .card-content .custom-font {
    font-family: Pacifico,Helvetica,Arial,Verdana,cursive;
    color: #d83f9f!important
}

body {
    min-height: 100vh
}

.service-bonus {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px 6px
}

.is-widget .fbdp #header #sb_close_mob_menu_btn,.is-widget .fbdp #header #sb_menu,.is-widget .fbdp #header .nav-trigger {
    display: none
}

.is-widget .fbdp #sb-timeline #steps #time-settings {
    padding: 0
}

.is-widget .fbdp #main-buttons {
    display: none!important
}

#sb-main-container {
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start
}

#sb-main-container #footer,#sb-main-container #header,#sb-main-container #main {
    width: 100%
}

#sb-main-container #footer {
    margin-top: auto
}

#gdpr-report-view #sb_gdpr_report_container .table-section .collapse-btn:after,#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .buttons-container #sb_multiple_booking_btn:after,#sb-timeline #steps #time-settings #sb_booking_company_time .btn:after,.accordion .title:after,.custom-checkbox input:checked+.custom-label:before,.fal,.abc {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 300
}

.active-count .minus:after,.active-count .plus:before,.far,[class~=far]:not(.fab) {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400
}

.abc,.stars-container .rating-container label:before,[class~=abc]:not(.fab) {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900
}

#sb-main-container #client-profile-edit .close-modal,#sb-main-container #client-profile-preview .close-modal,#sb-main-container #remind-password .close-modal {
    display: none
}

:not(input):not(select):not(textarea):focus {
    outline: none
}

body.hasModal:before {
    content: "";
    z-index: 99;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4)
}

.brand a:after {
    font-size: 21px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center
}

.brand a.fb:after {
    content: "";
    background: #517cc0
}

.brand a.fb:after,.brand a.tw:after {
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.brand a.tw:after {
    content: "";
    background: #65cdf2
}

.brand a.ln:after {
    content: "";
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #169ddc
}

.brand a.gl:after {
    content: ""
}

.brand a.gl:after,.brand a.ig:after {
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #df4931
}

.brand a.ig:after {
    content: ""
}

.brand a.ll:after {
    content: "";
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #00b300
}

.accordion {
    margin-top: -1px;
    border: 1px solid #e7e7e7;
    text-align: left
}

.accordion .title {
    display: block;
    position: relative;
    padding: 15px 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.accordion .title:focus,.accordion .title:hover {
    text-decoration: none
}

.accordion .title:focus {
    outline: none
}

.accordion .title:after {
    position: absolute;
    right: 15px;
    margin-top: 2px;
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-weight: 900
}

.accordion .title:not(.collapsed):after {
    transform: rotate(180deg)
}

.accordion .title+div {
    padding: 0 20px
}

.accordion p {
    margin: 0 0 10px
}

.back-to-site .tab-pd {
    padding-top: 0
}

.back-to-site .btn-primary {
    border: none
}

.badge {
    position: absolute;
    right: -5px;
    line-height: 41px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    padding: 0 10px
}

.badge:before {
    border-left: 6px solid transparent;
    border-right: 0 solid transparent;
    top: 0;
    bottom: 0;
    left: -6px
}

.badge:after,.badge:before {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0
}

.badge:after {
    border-left: 0 solid transparent;
    border-right: 5px solid transparent;
    transform: rotate(-90deg);
    top: -5px;
    right: 0
}

@media (max-width: 767px) {
    .badge {
        margin-right:0
    }
}

.is-holiday {
    color: #c06c6c!important
}

.section {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
    min-height: 200px;
    margin-bottom: 30px;
    border-radius: 3px
}

#main {
    position: relative
}

#main #main-content {
    position: relative;
    overflow-anchor: none
}

#sb_dialog {
    text-align: center
}

#sb_dialog>div {
    text-align: left;
    display: inline-block
}

@media (max-width: 767px) {
    #sb_dialog>div {
        display:block
    }
}

#sb_simplybook_terms_link {
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all .1s ease
}

#sb_simplybook_terms_link:hover {
    text-decoration: none
}

.btn-danger.focus,.btn-danger:focus {
    border-bottom-color: transparent
}

html[dir=rtl] .badge:after,html[dir=rtl] .badge:before {
    transform: scaleY(-1) rotate(0deg)!important
}

#sb_client_info #sb_login_form .password,#sb_client_info #sb_sign_in_form .password {
    position: relative
}

#sb_client_info #sb_login_form .password .password-toggler,#sb_client_info #sb_sign_in_form .password .password-toggler {
    top: 8px;
    right: 10px
}

#sb_google_translate input.goog-te-combo[name=password],input[name=password].form-control {
    padding-right: 45px!important
}

.password-toggler {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 20px;
    opacity: .5;
    transition: .3s ease;
    cursor: pointer
}

.password-toggler:hover {
    opacity: 1
}

.iti-mobile .iti--container {
    max-height: 200px
}

.datepicker .datepicker-months .next.disabled,.datepicker .datepicker-months .prev.disabled {
    visibility: visible
}

@font-face {
    font-family: Flaticon;
    src: url(../fonts/flaticon-font/Flaticon.eot);
    src: url(../fonts/flaticon-font/Flaticon.eot?#iefix) format("embedded-opentype"),url(../fonts/flaticon-font/Flaticon.woff) format("woff"),url(../fonts/flaticon-font/Flaticon.ttf) format("truetype"),url(../fonts/flaticon-font/Flaticon.svg#Flaticon) format("svg");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family:Flaticon;
        src: url(../fonts/flaticon-font/Flaticon.svg#Flaticon) format("svg")
    }
}

.fi {
    display: inline-block;
    font-family: Flaticon;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.flaticon-add:before {
    content: "\f100"
}

.flaticon-cancel:before {
    content: "\f101"
}

.flaticon-check:before {
    content: "\f102"
}

.flaticon-checked:before {
    content: "\f103"
}

.flaticon-chronometer:before {
    content: "\f104"
}

.flaticon-clock:before {
    content: "\f105"
}

.flaticon-commerce:before {
    content: "\f106"
}

.flaticon-expand-button:before {
    content: "\f107"
}

.flaticon-folder:before {
    content: "\f108"
}

.flaticon-gps:before {
    content: "\f109"
}

.flaticon-interface:before {
    content: "\f10a"
}

.flaticon-internet:before {
    content: "\f10b"
}

.flaticon-location:before {
    content: "\f10c"
}

.flaticon-multiple-users-silhouette:before {
    content: "\f10d"
}

.flaticon-people:before {
    content: "\f10e"
}

.flaticon-phone-receiver:before {
    content: "\f10f"
}

.flaticon-print-button:before {
    content: "\f110"
}

.flaticon-refresh:before {
    content: "\f111"
}

.flaticon-service:before {
    content: "\f112"
}

.flaticon-share:before {
    content: "\f113"
}

.flaticon-social:before {
    content: "\f114"
}

.flaticon-star:before {
    content: "\f115"
}

.flaticon-star-1:before {
    content: "\f116"
}

.flaticon-technology:before {
    content: "\f117"
}

@font-face {
    font-family: PT-Sans;
    src: url(../fonts/PT_Sans/PTSans-Regular.woff) format("woff"),url(../fonts/PT_Sans/PTSans-Regular.otf) format("truetype"),url(../fonts/PT_Sans/PTSans-Regular.svg#PT-Sans) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: PT-Sans;
    src: url(../fonts/PT_Sans/PTSans-Bold.woff) format("woff"),url(../fonts/PT_Sans/PTSans-Bold.otf) format("truetype"),url(../fonts/PT_Sans/PTSans-Bold.svg#PT-Sans) format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: PlayfairDisplay;
    src: url(../fonts/Playfair_Display/PlayfairDisplay-Regular.woff) format("woff"),url(../fonts/Playfair_Display/PlayfairDisplay-Regular.otf) format("truetype"),url(../fonts/Playfair_Display/PlayfairDisplay-Regular.svg#PlayfairDisplay) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: PlayfairDisplay;
    src: url(../fonts/Playfair_Display/PlayfairDisplay-Bold.woff) format("woff"),url(../fonts/Playfair_Display/PlayfairDisplay-Bold.otf) format("truetype"),url(../fonts/Playfair_Display/PlayfairDisplay-Bold.svg#PlayfairDisplay) format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: fallback
}

html:not(.is-widget)::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px
}

html:not(.is-widget)::-webkit-scrollbar-thumb,html:not(.is-widget)::-webkit-scrollbar-thumb:hover {
    border-radius: 12px;
    border: 4px solid hsla(0,0%,100%,0);
    background-clip: content-box;
    background-color: #a0a0a0
}

html:not(.is-widget)::-webkit-scrollbar-corner {
    background-color: #a0a0a0
}

.section-pd {
    padding: 40px
}

.tab-pd {
    padding: 30px
}

.page-pd {
    padding: 40px 0
}

@media (max-width: 1366px) {
    .section-pd {
        padding:30px
    }

    .page-pd {
        padding: 30px 0
    }

    .tab-pd {
        padding: 20px
    }
}

@media (max-width: 1024px) {
    .section-pd {
        padding:20px
    }

    .page-pd {
        padding: 20px 0
    }

    .tab-pd {
        padding: 15px
    }
}

@media (max-width: 767px) {
    .section-pd {
        padding:15px
    }

    .page-pd {
        padding: 30px 0
    }

    .tab-pd {
        padding: 15px
    }
}

.title-section {
    font-size: 50px;
    text-transform: none;
    padding-bottom: 30px;
    line-height: 50px;
    font-family: PlayfairDisplay;
    font-weight: 400;
    text-align: center;
    position: relative
}

.title-section:after {
    display: block;
    content: "";
    width: 150px;
    height: 1px;
    margin: 15px auto
}

@media (max-width: 1366px) {
    .title-section {
        padding-bottom:30px
    }
}

@media (max-width: 1024px) {
    .title-section {
        padding-bottom:20px
    }
}

@media (max-width: 767px) {
    .title-section {
        padding-bottom:30px;
        font-size: 34px;
        line-height: 35px
    }
}

.title-main {
    font-size: 30px;
    padding-bottom: 40px;
    text-transform: none;
    font-family: PlayfairDisplay;
    font-weight: 400
}

.title-main:first-letter {
    text-transform: uppercase
}

@media (max-width: 1366px) {
    .title-main {
        padding-bottom:30px
    }
}

@media (max-width: 1024px) {
    .title-main {
        padding-bottom:20px
    }
}

@media (max-width: 767px) {
    .title-main {
        padding-bottom:30px;
        font-size: 26px
    }
}

.cap {
    line-height: 1.1
}

body {
    font-family: PT-Sans,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    height: 100%
}

@media (max-width: 767px) {
    body {
        font-size:13px
    }
}

.column {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto
}

.column,.column .row {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.close-full-info {
    transition: all .3s ease
}

.title-small {
    font-size: 14px;
    line-height: 1
}

.form-group {
    margin-bottom: 7px
}

label {
    font-weight: 600
}

.bar-with-btn .btn {
    margin: 5px
}

.btn.btn-with-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    position: relative;
    border-radius: 3px;
    padding: 0;
    line-height: 1
}

.btn.btn-with-icon a,.btn.btn-with-icon span {
    display: block;
    padding: 15px 30px!important
}

.btn.btn-with-icon:after {
    display: none;
    position: absolute;
    width: 30px;
    right: 10px;
    font-family: Flaticon;
    font-size: 24px;
    font-style: normal;
    top: 50%;
    transform: translateY(-50%);
    color: #fff
}

.btn.btn-with-image {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    position: relative;
    border-radius: 3px;
    padding: 0;
    line-height: 1
}

.btn.btn-with-image a,.btn.btn-with-image span {
    display: block;
    position: relative;
    z-index: 1;
    padding: 15px 30px!important;
    text-shadow: none
}

.btn.btn-with-image:after {
    content: "";
    display: none;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    background-attachment: scroll;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.invoice-pay-page-grid form input[type=button],.invoice-pay-page-grid form input[type=submit] {
    border-radius: 2px!important;
    font-size: 18px!important
}

.btn {
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 0;
    transition: all .3s ease
}

.btn:hover {
    opacity: .7
}

.social:after,.social:before {
    content: " ";
    display: table
}

.social:after {
    clear: both
}

.social .brand {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.social .brand a {
    margin-right: 5px;
    vertical-align: top
}

.social .brand a,.social .brand a:hover {
    text-decoration: none
}

.custom-form .help-block {
    margin: 15px 0
}

.custom-form label {
    font-weight: 600
}

.custom-form label.control-label {
    padding: 11px
}

@media (max-width: 767px) {
    .custom-form label.control-label {
        padding:5px
    }
}

.custom-form .file-upload__wrapper,.custom-form input:not([type=checkbox]) {
    background-color: #fff;
    width: 100%;
    min-height: 40px;
    box-shadow: none;
    padding: 0 20px;
    border-radius: 0;
    border: 1px solid #ddd
}

.custom-form .file-upload__wrapper {
    padding: 0
}

.custom-form .file-upload__wrapper.selected {
    border: 1px solid #4caf50
}

.custom-form .file-upload__phantom-trigger__txt {
    border-radius: 0
}

.custom-form textarea {
    padding: 10px 20px;
    min-height: 150px
}

.custom-form select,.custom-form textarea {
    border: 1px solid #ddd;
    background-color: #fff;
    width: 100%;
    box-shadow: none
}

.custom-form select {
    min-height: 40px
}

.custom-form .has-error .file-upload__wrapper,.custom-form .has-error input:not([type=checkbox]),.custom-form .has-error select,.custom-form .has-error textarea {
    border-color: #a94442
}

.custom-form .btn {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 0;
    margin-top: 30px
}

.custom-form .btn a {
    color: #fff;
    text-decoration: none
}

span.required {
    font-size: 20px;
    color: #e95a5a;
    margin-left: 3px;
    text-decoration: none;
    line-height: 1
}

#sb_google_translate .goog-te-combo:focus,.form-control:focus {
    border-color: #454545!important;
    outline: 0!important;
    box-shadow: none!important
}

#sb_additional_fields .help-block {
    padding: 0 11px
}

.has-error p.help-block,.has-success p.help-block {
    font-weight: 700;
    text-transform: uppercase
}

.input-group {
    width: 100%
}

.remind-pass {
    display: block;
    font-size: 13px
}

.section-divider {
    width: 2px;
    background: #f6f6f6;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%
}

@media (max-width: 767px) {
    .section-divider {
        display:none
    }
}

#sb_paid_events_recurring_flag {
    margin-bottom: 15px
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .left-side .form-group .control-label.required+div[class*=col-]:before {
    width: 20px;
    z-index: 1
}

.back-to-site .tab-pd {
    text-align: center
}

.back-to-site .hidden-xs.hidden-sm {
    margin-top: 15px
}

@media (max-width: 1024px) {
    .back-to-site .hidden-xs.hidden-sm {
        margin:15px 0 10px
    }
}

.default-bg.medical {
    background-position: top
}

.default-bg.appearance {
    background-position: center top 12%
}

.default-bg.entertainment {
    background-position: bottom
}

.default-bg.consultants,.default-bg.education {
    background-position: center bottom 25%
}

.default-bg.official {
    background-position: top
}

.default-bg.sport {
    background-position: center bottom 35%
}

.default-bg.other_0,.default-bg.other_1 {
    background-position: center top 25%
}

.default-bg.other_2 {
    background-position: center top 75%
}

.default-bg.other_3 {
    background-position: center top 29%
}

.default-bg.other_4 {
    background-position: center bottom 41%
}

.page--online_meeting #header {
    min-height: 62px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15)
}

.page--online_meeting #header .items-wrapper .nav-item {
    background: rgba(0,0,0,.3);
    border-radius: 0
}

.page--online_meeting #header .items-wrapper .nav-item .item-container {
    border: 1px solid #000!important;
    border-radius: 0!important
}

@media (max-width: 1024px) {
    .page--online_meeting #header .items-wrapper .nav-item {
        border:none;
        background: unset
    }

    .page--online_meeting #header .items-wrapper .nav-item .item-container {
        border: none
    }
}

.page--online_meeting .page-content--online-meeting {
    padding-top: 120px
}

/*!
 * ASSETS
 */
.calendar-popup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.calendar-popup li {
    width: 33.33%;
    padding: 0
}

@media (max-width: 767px) {
    .calendar-popup li {
        width:50%
    }
}

.calendar-popup li .btn {
    margin: 0;
    background: #fff;
    padding: 10px;
    width: 100%
}

.calendar-popup li .btn:hover {
    opacity: .7
}

@media (max-width: 767px) {
    .calendar-popup li .btn {
        padding:5px
    }
}

.calendar-popup li .btn a {
    display: inline-block;
    width: 100%;
    height: 120px;
    text-align: center;
    color: #333;
    font-size: 13px;
    background-repeat: no-repeat;
    background-position: center top 10%;
    padding-top: 96px;
    font-weight: 400;
    text-shadow: none;
    text-decoration: none
}

.calendar-popup li .btn.google a {
    background-image: url(../../assets/img/timeline/calendars/google_calendar.png)
}

.calendar-popup li .btn.apple a {
    background-image: url(../../assets/img/timeline/calendars/mac_ical.png)
}

.calendar-popup li .btn.outlook a {
    background-image: url(../../assets/img/timeline/calendars/outlook.png)
}

.calendar-popup li .btn.outlook-com a {
    background-image: url(../../assets/img/timeline/calendars/outlook_blue.png)
}

.calendar-popup li .btn.yahoo a {
    background-image: url(../../assets/img/timeline/calendars/yahoo.png)
}

.classes-modal .modal-header {
    border-bottom: none
}

@media (max-width: 767px) {
    .classes-modal {
        max-height:95%;
        overflow: auto
    }
}



.classes-modal .tab {
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.classes-modal .tab.tab-col .excerpt-info .tab-pd .content {
    min-height: 80px
}

.classes-modal .img svg {
    display: block;
    width: 200px;
    margin: 0 auto
}

.classes-modal .bar-service {
    margin-bottom: 15px
}

.classes-modal .bar-service .service-bonus {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px
}

.classes-modal .bar-service .d-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.classes-modal .bar-service .d-flex.service-deposit {
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 5px;
    margin-bottom: 0
}

.classes-modal .bar-service .d-flex.service-deposit .wallet-icon {
    font-size: 18px;
    line-height: 1.4
}

.classes-modal .bar-service .d-flex.service-deposit .badge {
    margin: 0;
    padding: 0;
    line-height: 1
}

.classes-modal .bar-service .d-flex.service-deposit .badge .text {
    font-size: 16px;
    font-weight: 400
}

.classes-modal .bar-service .time {
    margin-top: 8px;
    margin-right: 15px
}

.classes-modal .bar-service .time span {
    display: inline-block;
    vertical-align: bottom
}

.classes-modal .bar-service .badge {
    margin-top: 8px;
    position: relative;
    line-height: 1.4;
    right: auto;
    left: auto;
    padding: 0 0 0 10px;
    font-size: 20px;
    background: transparent
}

.classes-modal .bar-service .badge:after,.classes-modal .bar-service .badge:before {
    display: none
}

.classes-modal .txt {
    margin-bottom: 10px
}

.classes-modal .sb-cell {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 3px;
    padding: 10px 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    position: relative
}

.classes-modal .sb-cell .day-difference {
    position: absolute;
    right: 5px;
    font-size: 10px;
    top: -3px;
    color: #c06c6c;
    line-height: 1
}

.classes-modal .sb-cell .slot--available-slot {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 22px;
    line-height: 1;
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 10px;
    min-width: 40px;
    border-radius: 4px 0 4px 0;
    background: hsla(0,0%,100%,.5)
}

.classes-modal .sb-cell.has-available-slot {
    padding-top: 8px;
    padding-bottom: 25px
}

.classes-modal .recurring-block {
    min-height: 1px
}

.modal-dialog {
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 98%
}

.modal-dialog .modal-dialog {
    border-radius: 0
}

.modal-dialog .modal-content {
    border-radius: 3px;
    border: 0;
    width: 100%;
    max-width: 600px;
    pointer-events: auto;
    font-size: 20px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.25)
}

.modal-dialog .modal-content .modal-header {
    border-radius: 3px 3px 0 0
}

.modal-dialog .modal-content .modal-header .modal-title {
    font-size: 21px;
    padding: 6px 20px
}

.modal-dialog .modal-content .modal-body {
    font-size: 16px;
    padding: 0
}

.modal-dialog .modal-content .modal-body .cap {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px
}

.modal-dialog .modal-content .modal-body .tab-pd p {
    margin: 0
}

.modal-dialog .modal-content .modal-footer {
    margin-top: 20px;
    border-radius: 0 0 3px 3px
}

.modal-dialog .modal-content .modal-footer .btn {
    background: #33bb60;
    border: none
}

.modal-dialog .modal-content .modal-footer .tab-pd {
    padding-top: 0
}

.modal-dialog .modal-content button.close {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 24px;
    height: 24px;
    text-align: center;
    background: transparent;
    border: 0;
    font-size: 24px;
    outline: none;
    transition: all .3s ease
}

.modal-dialog .modal-content button.close:hover {
    color: inherit;
    opacity: .7
}

@media (max-width: 767px) {
    .modal-dialog .modal-content {
        margin:0 auto
    }
}

.modal-dialog.license-modal .modal-footer .tab-pd {
    padding-top: 0
}

.modal-dialog.membership-dialog .btn {
    padding-left: 25px;
    padding-right: 25px
}

.modal-dialog.license-modal .terms_and_conditions>div {
    margin: 0!important
}

.modal-dialog.license-modal .terms-and-conditions__lang-label {
    padding-top: 0
}

.modal-dialog.license-modal article:not(:first-child) {
    margin-top: 25px
}

.modal-dialog.license-modal article .bold {
    font-weight: 600
}

.modal-dialog.license-modal h2,.modal-dialog.license-modal h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 600
}

.payment-modal .modal-footer,.payment-modal .modal-header {
    border: 0
}

.payment-modal #sb_cart_info_container {
    padding-bottom: 10px
}

.payment-modal #sb_cart_info_container .price-overview {
    font-weight: 600;
    font-size: 17px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.payment-modal #sb_cart_info_container .price-overview .name {
    font-weight: 600;
    padding-right: 12px;
    max-width: 50%
}

.payment-modal #sb_cart_info_container .price-overview .data {
    text-align: right;
    max-width: 50%
}

.payment-modal #sb_cart_info_container .price-overview .data .small-font {
    font-size: 13px;
    font-weight: 400
}

.payment-modal .txt {
    margin-bottom: 30px
}

.payment-modal #sb_payment_systems_container,.payment-modal .payment-system-container {
    --paymentGap: 10px;
    --paymentColumns4: 4;
    --paymentColumns3: 3;
    --paymentColumns2: 2;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: var(--paymentGap)
}

.payment-modal #sb_payment_systems_container .payment-system,.payment-modal .payment-system-container .payment-system {
    width: calc((100% / var(--paymentColumns4)) - var(--paymentGap) + (var(--paymentGap) / var(--paymentColumns4)));
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    transition: all .3s ease;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 14px;
    margin-bottom: 50px;
    border-radius: 3px;
    border: 1px solid #ccc;
    min-height: 90px;
    cursor: pointer
}

.payment-modal #sb_payment_systems_container .payment-system.active .name,.payment-modal .payment-system-container .payment-system.active .name {
    font-weight: 600
}

@media (max-width: 1330px) {
    .payment-modal #sb_payment_systems_container .payment-system,.payment-modal .payment-system-container .payment-system {
        width:calc((100% / var(--paymentColumns3)) - var(--paymentGap) + (var(--paymentGap) / var(--paymentColumns3)))
    }
}

@media (max-width: 640px) {
    .payment-modal #sb_payment_systems_container .payment-system,.payment-modal .payment-system-container .payment-system {
        width:calc((100% / var(--paymentColumns2)) - var(--paymentGap) + (var(--paymentGap) / var(--paymentColumns2)))
    }
}

@media (max-width: 480px) {
    .payment-modal #sb_payment_systems_container .payment-system,.payment-modal .payment-system-container .payment-system {
        width:100%
    }
}

.payment-modal #sb_payment_systems_container .payment-system .name,.payment-modal .payment-system-container .payment-system .name {
    position: absolute;
    top: calc(100% + 9px);
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    padding: 0
}

.payment-modal #sb_payment_systems_container .payment-system .custom-radio,.payment-modal .payment-system-container .payment-system .custom-radio {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -ms-flex-order: 1;
    order: 1;
    display: table;
    height: 30px;
    width: 30px
}

.payment-modal #sb_payment_systems_container .payment-system .custom-radio label,.payment-modal .payment-system-container .payment-system .custom-radio label {
    margin: 0
}

.payment-modal #sb_payment_systems_container .payment-system .img,.payment-modal .payment-system-container .payment-system .img {
    width: 100%;
    text-align: center;
    margin: auto
}

.payment-modal #sb_payment_systems_container .payment-system .img img,.payment-modal .payment-system-container .payment-system .img img {
    width: auto;
    max-height: 50px;
    max-width: 90px
}

.payment-modal #sb_payment_systems_container .payment-system .sub-systems:not(:empty),.payment-modal .payment-system-container .payment-system .sub-systems:not(:empty) {
    margin-top: 14px
}

.payment-modal #sb_payment_systems_container .payment-system .sbpay-sub-systems,.payment-modal .payment-system-container .payment-system .sbpay-sub-systems {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px 5px;
    width: 100%;
    min-height: 31px;
    transition: all .3s ease-out
}

.payment-modal #sb_payment_systems_container .payment-system .sbpay-sub-systems--informer,.payment-modal .payment-system-container .payment-system .sbpay-sub-systems--informer {
    position: relative
}

@media (min-width: 1100px) {
    .payment-modal #sb_payment_systems_container .payment-system .sbpay-sub-systems--informer,.payment-modal .payment-system-container .payment-system .sbpay-sub-systems--informer {
        padding:0 10px;
        transition: all .3s ease-out;
        background: transparent;
        left: 0;
        right: 0;
        box-shadow: none;
        margin: 0 auto
    }
}

.payment-modal #sb_payment_systems_container .payment-system .sbpay-sub-systems--list,.payment-modal .payment-system-container .payment-system .sbpay-sub-systems--list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px 5px;
    max-width: 100%;
    opacity: .5;
    overflow: hidden
}

@media (min-width: 1100px) {
    .payment-modal #sb_payment_systems_container .payment-system .sbpay-sub-systems--list,.payment-modal .payment-system-container .payment-system .sbpay-sub-systems--list {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: 104px
    }
}

.payment-modal #sb_payment_systems_container .payment-system .sbpay-sub-systems--list .sbpay-p,.payment-modal .payment-system-container .payment-system .sbpay-sub-systems--list .sbpay-p {
    -ms-flex-order: -100;
    order: -100;
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
    max-height: unset;
    overflow: hidden;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    line-height: 1.2;
    text-align: left;
    transition: all .2s ease-out
}

@media (min-width: 1100px) {
    .payment-modal #sb_payment_systems_container .payment-system .sbpay-sub-systems--list .sbpay-p,.payment-modal .payment-system-container .payment-system .sbpay-sub-systems--list .sbpay-p {
        transform:scale(.3);
        max-height: 0
    }
}

.payment-modal #sb_payment_systems_container .payment-system .sbpay-sub-systems img,.payment-modal .payment-system-container .payment-system .sbpay-sub-systems img {
    height: 12px;
    max-width: 32px
}

.payment-modal #sb_payment_systems_container .payment-system .sbpay-sub-systems img.mastercard,.payment-modal .payment-system-container .payment-system .sbpay-sub-systems img.mastercard {
    -ms-flex-order: -8;
    order: -8
}

.payment-modal #sb_payment_systems_container .payment-system .sbpay-sub-systems img.visa,.payment-modal .payment-system-container .payment-system .sbpay-sub-systems img.visa {
    -ms-flex-order: -7;
    order: -7
}

.payment-modal #sb_payment_systems_container .payment-system .sbpay-sub-systems img.amex,.payment-modal .payment-system-container .payment-system .sbpay-sub-systems img.amex {
    -ms-flex-order: -6;
    order: -6
}

.payment-modal #sb_payment_systems_container .payment-system .sbpay-sub-systems img.jcb,.payment-modal .payment-system-container .payment-system .sbpay-sub-systems img.jcb {
    -ms-flex-order: -5;
    order: -5
}

.payment-modal #sb_payment_systems_container .payment-system:last-child .img img,.payment-modal .payment-system-container .payment-system:last-child .img img {
    max-height: 60px;
    width: auto
}

@media (max-width: 767px) {
    .payment-modal #sb_payment_systems_container .payment-system:last-child .img img,.payment-modal .payment-system-container .payment-system:last-child .img img {
        max-height:50px
    }
}

.payment-modal #sb_payment_systems_container .payment-system.payment-system-paymentasia .img img,.payment-modal .payment-system-container .payment-system.payment-system-paymentasia .img img {
    max-width: 140px;
    max-height: 70px
}

.payment-modal #sb_payment_systems_container .payment-system.active,.payment-modal #sb_payment_systems_container .payment-system:hover,.payment-modal .payment-system-container .payment-system.active,.payment-modal .payment-system-container .payment-system:hover {
    background-color: #fff
}

@media (min-width: 1100px) {
    .payment-modal #sb_payment_systems_container .payment-system:hover .sbpay-sub-systems--informer,.payment-modal .payment-system-container .payment-system:hover .sbpay-sub-systems--informer {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
        position: absolute;
        top: 0;
        left: -20px;
        right: -20px;
        margin: 0 auto;
        background: #fff;
        z-index: 2;
        border-radius: 5px;
        box-shadow: 2px 2px 15px rgba(45,51,72,.1);
        padding: 8px;
        text-align: left
    }

    .payment-modal #sb_payment_systems_container .payment-system:hover .sbpay-sub-systems--informer .sbpay-p,.payment-modal .payment-system-container .payment-system:hover .sbpay-sub-systems--informer .sbpay-p {
        display: block;
        transform: scale(1);
        max-height: 50px;
        padding-bottom: 4px
    }

    .payment-modal #sb_payment_systems_container .payment-system:hover .sbpay-sub-systems--informer .sbpay-sub-systems--list,.payment-modal .payment-system-container .payment-system:hover .sbpay-sub-systems--informer .sbpay-sub-systems--list {
        max-width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        opacity: 1
    }
}

.payment-modal .total {
    font-weight: 700;
    font-size: 25px;
    text-align: right;
    padding: 20px;
    background-color: #f6f6f6
}

@media (max-width: 767px) {
    .payment-modal .total {
        font-size:20px
    }
}

.payment-modal .total .sale-tax {
    font-weight: 400;
    font-size: 17px;
    display: block;
    margin-top: 14px
}

.payment-modal #sb_back_btn {
    background: #3376bb
}

.payment-modal #sb_pay_btn {
    background: #33bb60;
    opacity: .5
}

.payment-modal #sb_pay_btn.selected {
    opacity: 1
}

.payment-modal #sb_pay_btn:after {
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px
}

@media (min-width: 768px) {
    .timezone-modal.modal-dialog {
        width:100%;
        max-width: 525px;
        margin: 30px auto
    }
}

@media (max-width: 767px) {
    .timezone-modal.modal-dialog {
        width:525px;
        max-width: 95%;
        margin: 15px auto
    }
}

.timezone-modal.modal-dialog #sb_timezone_select {
    height: 40px
}

.timezone-modal.modal-dialog input[type=checkbox] {
    width: 10px;
    height: 10px
}

.timezone-modal.modal-dialog .modal-content {
    width: 100%;
    pointer-events: auto;
    font-size: 20px
}

.timezone-modal.modal-dialog .modal-content .modal-header {
    text-align: center;
    border-bottom: none
}

.timezone-modal.modal-dialog .modal-content .modal-header .modal-title {
    color: #fff;
    text-align: center;
    padding: 0
}

.timezone-modal.modal-dialog .modal-content .modal-body .cap {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px
}

.timezone-modal.modal-dialog .modal-content .modal-body .client-time-select {
    padding: 25px 0
}

.timezone-modal.modal-dialog .modal-content .modal-body .client-time-select span {
    font-size: 20px;
    font-weight: 600
}

.timezone-modal.modal-dialog .modal-content .modal-body .client-time-select span.your-time {
    padding-right: 20px
}

.timezone-modal.modal-dialog .modal-content .modal-body .client-time-select span.your-zone {
    padding-left: 20px
}

.timezone-modal.modal-dialog .modal-content .modal-body .client-time-select b {
    margin: 0 10px
}

@media (max-width: 767px) {
    .timezone-modal.modal-dialog .modal-content .modal-footer .btn {
        margin-bottom:10px
    }
}

.timezone-modal.modal-dialog:after {
    color: #fff
}

.modal-cancellation-reason--bar .btn {
    margin-top: 4px
}

.modal-cancellation-reason .modal-content .modal-header {
    text-align: left;
    padding-right: 50px
}

.modal-cancellation-reason .modal-content .modal-header .modal-title {
    padding: 0
}

.modal-cancellation-reason .cancellation-dialog-body .form-group.has-error .control-label {
    color: inherit
}

#sb_google_translate .modal-cancellation-reason .cancellation-dialog-body .wrap-cancelation-policy textarea.goog-te-combo,.modal-cancellation-reason .cancellation-dialog-body .wrap-cancelation-policy #sb_google_translate textarea.goog-te-combo,.modal-cancellation-reason .cancellation-dialog-body .wrap-cancelation-policy textarea.form-control {
    resize: vertical;
    min-height: 60px
}

.custom-checkbox {
    margin: 10px;
    display: inline-block;
    vertical-align: middle
}

.custom-checkbox * {
    position: absolute
}

.custom-checkbox .ft-input,.custom-checkbox .ft-label {
    position: static
}

.custom-checkbox .custom-label {
    display: block;
    position: relative;
    border: 2px solid #6d6d6d;
    background-color: #eee;
    border-radius: 2px;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color .2s,border .2s
}

.custom-checkbox .custom-label:before {
    content: "";
    display: block
}

.custom-checkbox input:checked+.custom-label {
    border: 2px solid #009688;
    background-color: #009688
}

.custom-checkbox input:checked+.custom-label:before {
    content: "\f00c";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 16px;
    color: #fff
}

.custom-radio {
    display: inline-block;
    vertical-align: middle;
    margin: 10px
}

.custom-radio input {
    position: absolute;
    left: -9999px
}

.custom-radio label {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #e7e7e7;
    background-color: #fff
}

.custom-radio label:before {
    content: "";
    display: block;
    transition: background-color .2s,border .2s
}

.custom-radio input:checked+label:before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%
}

.file-upload__wrapper {
    position: relative;
    margin-bottom: 5px;
    border: 2px solid #e5e5e5;
    border-radius: 0;
    padding: 0
}

.file-upload__wrapper.selected {
    border: 2px solid #4caf50
}

.file-upload__wrapper.selected .file-upload__action--delete {
    visibility: visible
}

.file-upload__field {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -4px;
    margin-right: -4px;
    padding-right: 8px
}

.file-upload__field-item {
    margin: 0 4px
}

.file-upload__phantom-trigger {
    position: relative;
    overflow: hidden
}

.file-upload__phantom-trigger input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.file-upload__phantom-trigger__txt {
    height: 42px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px 18px;
    font-size: 13px;
    line-height: 1.25;
    background: #f3f3f3;
    border-radius: 0;
    min-width: 130px;
    cursor: pointer
}

.file-upload__phantom-trigger__txt .icon {
    margin-right: 6px
}

.file-upload__field-item--file-name {
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.file-upload__field-item--file-name p {
    margin-bottom: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.file-upload__action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 4px
}

.file-upload__action .icon {
    font-size: 16px
}

.file-upload__action .txt {
    display: none
}

.file-upload__action--delete {
    color: #f44336;
    visibility: hidden
}

.file-upload__field-item--controls .actions {
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: -4px;
    margin-right: -4px
}

.file-upload__field-item--controls .actions,.file-upload__spinner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.file-upload__spinner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 50%;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden;
    transition: all .5s ease-out
}

.file-upload__spinner .icon {
    font-size: 18px;
    color: #81d5fb
}

.file-upload__spinner.in {
    display: -ms-flexbox;
    display: flex;
    visibility: visible
}

.file-upload__info-hint {
    font-size: 13px;
    line-height: 1.25;
    opacity: .7
}

.stars {
    float: right;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    .stars {
        float:none;
        margin: 10px auto
    }

    .stars .inner {
        margin: 0 auto
    }
}

.stars .inner {
    background-image: url(../../assets/img/star-sprite.png)
}

.stars .star {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-background-size: 24px;
    background-size: 24px;
    background-image: url(../../assets/img/review_full_star.svg);
    margin-left: 3px
}

.stars .star:first-child {
    margin-left: 0
}

.stars.stars-0 .star {
    background-image: url(../../assets/img/review_empty_star.svg)
}

.stars.stars-0\.5 .star:first-child {
    background-image: url(../../assets/img/review_half_star.svg)
}

.stars.stars-0\.5 .star:not(:first-child),.stars.stars-1 .star:not(:first-child),.stars.stars-1\.5 .star:not(:first-child) {
    background-image: url(../../assets/img/review_empty_star.svg)
}

.stars.stars-1\.5 .star:nth-child(2) {
    background-image: url(../../assets/img/review_half_star.svg)
}

.stars.stars-2 .star:not(:first-child):not(:nth-child(2)) {
    background-image: url(../../assets/img/review_empty_star.svg)
}

.stars.stars-2\.5 .star:nth-child(3) {
    background-image: url(../../assets/img/review_half_star.svg)
}

.stars.stars-2\.5 .star:nth-child(4),.stars.stars-2\.5 .star:nth-child(5),.stars.stars-3 .star:nth-child(4),.stars.stars-3 .star:nth-child(5) {
    background-image: url(../../assets/img/review_empty_star.svg)
}

.stars.stars-3\.5 .star:nth-child(4) {
    background-image: url(../../assets/img/review_half_star.svg)
}

.stars.stars-3\.5 .star:nth-child(5),.stars.stars-4 .star:nth-child(5) {
    background-image: url(../../assets/img/review_empty_star.svg)
}

.stars.stars-4\.5 .star:nth-child(5) {
    background-image: url(../../assets/img/review_half_star.svg)
}

.stars-container .rating-container {
    unicode-bidi: bidi-override;
    direction: rtl
}

.stars-container .rating-container * {
    margin: 0;
    padding: 0
}

.stars-container .rating-container input {
    display: none
}

.stars-container .rating-container label {
    color: #ccc
}

.stars-container .rating-container label:before {
    display: inline-block
}

.stars-container .rating-container label:hover,.stars-container .rating-container label:hover~label {
    color: #ffc321
}

.stars-container .rating-container label:before {
    content: "\f005";
    width: 24px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    font-size: 24px
}

.stars-container .rating-container input:checked~label {
    color: #ffc321
}

.iti {
    width: 100%
}

.iti__flag-container {
    z-index: 10
}

#sb_google_translate .iti__flag-container+input.goog-te-combo,.iti__flag-container+input.form-control {
    padding-left: 45px
}

.control-label {
    position: relative
}

.control-label.required {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.control-label.required:after {
    content: "*";
    display: inline-block;
    position: relative;
    top: 0;
    margin-left: 3px;
    color: #e95a5a;
    font-size: 20px;
    text-decoration: none;
    line-height: 1
}

.form-group__static-html {
    display: block
}

.form-group__static-html .col-sm-12 {
    float: none;
    width: 100%
}

.form-group__static-html ul {
    padding-left: 30px
}

.form-group__static-html ul li {
    list-style: disc
}

.form-group__static-html ol {
    padding-left: 30px
}

.form-group__static-html ol li {
    list-style: decimal
}

.iti-mobile .iti--container {
    top: 10px;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    padding-top: 50px;
    max-height: 300px;
    max-width: 410px;
    margin: 0 auto
}

.iti-mobile .iti--container:after,.iti-mobile .iti--container:before {
    content: "";
    display: block;
    height: 1px;
    width: 20px;
    position: absolute;
    right: 20px;
    top: 24px;
    background: #333;
    transform: rotate(45deg)
}

.iti-mobile .iti--container:after {
    transform: rotate(-45deg)
}

.alert {
    border: none;
    background: hsla(0,0%,80%,.4)
}

.alert--no-slots {
    padding: 0;
    border: none
}

.alert--no-slots-body {
    padding: 30px 20px
}

@media (max-width: 767px) {
    .alert--no-slots-body {
        text-align:center
    }
}

.alert--no-slots-txt {
    margin-bottom: 25px
}

.alert--no-slots-btn-bar {
    padding: 0;
    margin: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    min-width: 180px;
    min-width: 14rem;
    padding: 16px 20px;
    margin: .125rem 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 5px;
    box-shadow: 2px 2px 15px rgba(45,51,72,.1);
    z-index: 1000
}

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

@media (min-width: 768px) {
    .dropdown-menu.left,.dropdown-menu.right {
        transform:none!important;
        top: 40px!important
    }

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

@media (max-width: 767px) {
    .dropdown-menu {
        transform:translateY(33%)!important;
        position: fixed!important;
        opacity: 0;
        width: 100%;
        max-width: unset;
        z-index: 1060;
        transition: all .3s ease-out!important;
        border-top: 2px solid;
        border-radius: 0;
        padding: 20px 22px 46px
    }

    .dropdown-menu.open,.dropdown-menu.show {
        opacity: 1;
        transform: translateY(0)!important
    }

    .dropdown-menu.datepicker {
        opacity: 1;
        transform: none!important;
        z-index: 999999!important
    }

    .dropdown-menu.datepicker .table-condensed {
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }
}

.dropdown-menu.datepicker-dropdown {
    opacity: 1;
    z-index: 9999!important
}

.dropdown-menu.datepicker-dropdown .table-condensed {
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 767px) {
    .dropdown-menu.datepicker-dropdown {
        margin:0 auto!important;
        transform: translateY(0)!important
    }
}

@media (max-width: 767px) {
    .dropdown.open .dropdown-menu,.dropdown.show .dropdown-menu {
        border-radius:0;
        display: block;
        opacity: 1;
        transform: translateY(0)!important;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0
    }
}

.dropdown__mobile-bar .dropdown__mob-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 1050;
    display: none
}

@media (max-width: 767px) {
    .dropdown__mobile-bar.open .dropdown__mob-cover,.dropdown__mobile-bar.show .dropdown__mob-cover {
        display:block
    }
}

@media (max-width: 767px) {
    html:not(.is-widget) .datepicker.datepicker-dropdown.dropdown-menu {
        left:0!important;
        right: 0!important;
        top: auto!important;
        bottom: 0
    }
}

#sb_additional_fields .form-group .date-input-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px
}

#sb_additional_fields .form-group .date-input-group #sb_google_translate .goog-te-combo,#sb_additional_fields .form-group .date-input-group .form-control,#sb_google_translate #sb_additional_fields .form-group .date-input-group .goog-te-combo {
    width: calc(33.333% - 30px)
}

@media (max-width: 767px) {
    #sb_additional_fields .form-group .date-input-group #sb_google_translate .goog-te-combo,#sb_additional_fields .form-group .date-input-group .form-control,#sb_google_translate #sb_additional_fields .form-group .date-input-group .goog-te-combo {
        width:calc(50% - 20px);
        margin-bottom: 10px
    }

    #sb_additional_fields .form-group .date-input-group #sb_google_translate .goog-te-combo:nth-child(3),#sb_additional_fields .form-group .date-input-group .form-control:nth-child(3),#sb_google_translate #sb_additional_fields .form-group .date-input-group .goog-te-combo:nth-child(3) {
        width: calc(100% - 80px)
    }
}

#sb_additional_fields .form-group .date-input-group .calendar-toggle {
    display: block;
    width: 30px;
    height: 25px;
    margin-left: 5px;
    cursor: pointer
}

#sb_additional_fields .form-group .date-input-group .calendar-toggle__icon {
    display: block
}

#sb_additional_fields .form-group .date-input-group .calendar-toggle__input {
    display: -ms-flexbox;
    display: flex;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: none;
    visibility: hidden
}

.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.toast-message a,.toast-message label {
    color: #fff
}

.toast-message a:hover {
    color: #ccc;
    text-decoration: none
}

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1
}

.toast-close-button:focus,.toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}

#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#toast-container>div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

#toast-container>div.rtl {
    direction: rtl;
    padding: 15px 50px 15px 15px;
    background-position: right 15px center
}

#toast-container>div:hover {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}

#toast-container>.toast-info {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=")!important
}

#toast-container>.toast-error {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=")!important
}

#toast-container>.toast-success {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==")!important
}

#toast-container>.toast-warning {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=")!important
}

#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51a351
}

.toast-error {
    background-color: #bd362f
}

.toast-info {
    background-color: #2f96b4
}

.toast-warning {
    background-color: #f89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

@media (max-width: 240px) {
    #toast-container>div {
        padding:8px 8px 8px 50px;
        width: 11em
    }

    #toast-container>div.rtl {
        padding: 8px 50px 8px 8px
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media (min-width: 241px) and (max-width:480px) {
    #toast-container>div {
        padding:8px 8px 8px 50px;
        width: 18em
    }

    #toast-container>div.rtl {
        padding: 8px 50px 8px 8px
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media (min-width: 481px) and (max-width:768px) {
    #toast-container>div {
        padding:15px 15px 15px 50px;
        width: 25em
    }

    #toast-container>div.rtl {
        padding: 15px 50px 15px 15px
    }
}

@media (max-width: 767px) {
    .fancybox-caption {
        padding-left:20px;
        padding-right: 20px
    }
}

@media (max-width: 767px) {
    .fancybox-caption__body {
        max-height:20vh;
        background: rgba(0,0,0,.3)
    }
}

@media (max-width: 767px) {
    .fancybox-can-swipe .fancybox-content {
        margin-top:-40px
    }
}

.invoice-notification {
    position: fixed;
    bottom: 30px;
    right: 12px;
    left: auto;
    z-index: 90;
    transition: all .3s ease-out
}

@media (max-width: 767px) {
    .invoice-notification {
        bottom:18px
    }
}

.invoice-notification--content {
    position: relative;
    width: calc(100% - 12px);
    max-width: 440px;
    margin-right: 0;
    margin-left: auto;
    min-height: 180px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    background: #fff;
    border: 2px solid #e7ecf7;
    border-radius: 8px;
    padding: 25px 20px 20px;
    box-shadow: 2px 2px 15px rgba(45,51,72,.1);
    transition: all .3s cubic-bezier(.17,.67,.83,.67)
}

@media (max-width: 767px) {
    .invoice-notification--content {
        padding:16px 20px;
        min-height: 100px
    }

    .invoice-notification--content .invoice-notification--close {
        top: 6px
    }
}

.invoice-notification--content .title--h5 {
    font-size: 18px;
    margin: 0 0 8px
}

@media (max-width: 767px) {
    .invoice-notification--content .title--h5 {
        padding:0 18px;
        font-size: 16px
    }
}

.invoice-notification--content .p {
    font-size: 14px;
    padding: 0;
    margin: 0 0 16px;
    line-height: 1.3
}

.invoice-notification--content-front {
    display: block
}

.invoice-notification--content-body {
    transition: all .2s ease-out;
    transform: scale(1);
    opacity: 1
}

.invoice-notification--content-body--hidden {
    display: none;
    transform: scale(.2);
    opacity: .1
}

.invoice-notification--close {
    position: absolute;
    top: 8px;
    left: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 16px;
    transition: all .3s ease-out;
    cursor: pointer
}

.invoice-notification--close:hover .invoice-notification--close-tooltip {
    opacity: 1;
    visibility: visible
}

.invoice-notification--close-tooltip {
    top: -50px;
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 4px;
    transition: all .3s ease-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: #fff
}

.invoice-notification--close-tooltip,.invoice-notification--close-tooltip:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 8px 24px 0 rgba(0,32,51,.12),0 4px 4px 0 rgba(0,32,51,.04)
}

.invoice-notification--close-tooltip:after {
    content: "";
    width: 0;
    height: 0;
    bottom: -5px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    z-index: 1
}

.invoice-notification--open {
    display: -ms-flexbox;
    display: flex;
    padding: 6px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    transition: all .3s cubic-bezier(.17,.67,.83,.67);
    font-size: 20px;
    font-weight: 400;
    transform: scale(.2);
    cursor: pointer
}

.invoice-notification--open,.invoice-notification--pay {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.invoice-notification--pay {
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 8px
}

.invoice-notification:not(.closed) .invoice-notification--close {
    display: -ms-flexbox;
    display: flex
}

.invoice-notification:not(.closed) .invoice-notification--open {
    display: none
}

.invoice-notification.closed .invoice-notification--content {
    width: 66px;
    height: 66px;
    min-height: 66px;
    border-radius: 50%;
    padding: 8px
}

.invoice-notification.closed .invoice-notification--close {
    display: none
}

.invoice-notification.closed .invoice-notification--open {
    display: -ms-flexbox;
    display: flex;
    transform: scale(1)
}

.invoice-notification.closed .invoice-notification--content-body {
    display: none
}

.has-install-banner-ios.has-g-review .page--client_profile .invoice-notification,.has-install-banner-ios.has-g-review .page--client_profile .invoice-notification.closed,.has-install-banner-ios.has-g-review .page--client_profile .invoice-notification:not(.closed),.has-install-banner-ios.has-g-review .page--index .invoice-notification,.has-install-banner-ios.has-g-review .page--index .invoice-notification.closed,.has-install-banner-ios.has-g-review .page--index .invoice-notification:not(.closed) {
    bottom: 210px
}

.has-install-banner-ios .invoice-notification,.has-install-banner-ios.moved .invoice-notification {
    bottom: 170px
}

body.has-g-review .page--client_profile .invoice-notification.closed,body.has-g-review .page--index .invoice-notification.closed {
    bottom: 30px
}

@media (max-width: 767px) {
    body.has-g-review .page--client_profile .invoice-notification.closed,body.has-g-review .page--index .invoice-notification.closed {
        bottom:110px
    }
}

body.has-g-review .page--client_profile .invoice-notification:not(.closed),body.has-g-review .page--index .invoice-notification:not(.closed) {
    bottom: 120px
}

body.moved .invoice-notification {
    bottom: 105px
}

body.moved .page--client_profile .invoice-notification,body.moved .page--index .invoice-notification {
    bottom: 100px
}

body.moved.moved--more .page--client_profile .invoice-notification,body.moved.moved--more .page--index .invoice-notification {
    bottom: 110px
}

@media (max-width: 767px) {
    body.moved.moved--more .page--client_profile .invoice-notification,body.moved.moved--more .page--index .invoice-notification {
        bottom:180px
    }
}

.invoice-tips {
    padding: 0
}

.invoice-tips .tips-view {
    margin-bottom: 30px
}

.invoice-tips .tips-view--btn-bar {
    margin-left: 0;
    margin-right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px
}

.invoice-tips .tips-view--btn-bar .btn {
    margin: 0;
    min-width: 100px
}

.full-info--cart {
    visibility: hidden;
    position: fixed;
    top: 0;
    right: -700px;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    text-align: left;
    width: 100%;
    max-width: 660px;
    z-index: 999;
    transition: all .35s ease-out
}

.full-info--cart.active {
    visibility: visible;
    right: 0
}

.full-info--cart_cover {
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 998;
    background: transparent;
    display: none
}

.full-info--cart_module {
    padding: 24px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    height: 100%
}

@media (max-width: 680px) {
    .full-info--cart_module {
        padding-left:12px;
        padding-right: 12px
    }
}

.full-info--cart_body,.full-info--cart_footer,.full-info--cart_header {
    padding: 0 10px
}

.full-info--cart_header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 20px
}

.full-info--cart_header .title {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 12px;
    font-size: 18px;
    -ms-flex: 1;
    flex: 1;
    min-height: 36px
}

.full-info--cart_header .title svg {
    display: none;
    height: 20px
}

.full-info--cart_header .title.--has-icon svg {
    display: block
}

.full-info--cart_close-btn {
    width: 36px;
    height: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;
    border: none;
    -ms-flex-order: 3;
    order: 3;
    border-radius: 50%
}

.full-info--cart_close-btn svg {
    height: 20px
}

.full-info--cart_body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto
}

.full-info--cart_price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin: 0;
    width: 100%
}

.full-info--cart_price-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px
}

.full-info--cart_price-caption {
    -ms-flex: 1;
    flex: 1;
    opacity: .8
}

.full-info--cart_price-value {
    font-size: 18px
}

.full-info--cart_price-total {
    font-weight: 700
}

.full-info--cart_price-total .full-info--cart_price-caption {
    opacity: 1
}

.full-info--cart_footer {
    padding-top: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    border-top: 1px solid
}

.full-info--cart_footer .package-use-credits-msg {
    font-size: 14px;
    padding: 0 0 0 6px;
    border-left: 2px solid;
    margin: 0;
    line-height: 1.25
}

.full-info--cart_footer .btn-bar {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.full-info--cart_footer .btn-bar,.full-info--cart_footer .btn-bar .btn {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center
}

.full-info--cart_footer .btn-bar .btn {
    width: 100%;
    -ms-flex: 1;
    flex: 1;
    white-space: normal;
    line-height: 1.2;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    padding: 4px 20px;
    min-height: 48px
}

.full-info--cart_list .current-booking-info:first-child,.full-info--cart_list .full-info--cart_item:first-child {
    padding-top: 0
}

.full-info--cart_list .current-booking-info:last-child,.full-info--cart_list .full-info--cart_item:last-child {
    padding-bottom: 0;
    border: none
}

.full-info--cart_empty {
    height: 100%
}

.full-info--cart_empty-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 22px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 22px 0;
    height: 100%
}

.full-info--cart_empty-content svg {
    height: 60px
}

.full-info--cart_item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid
}

@media (max-width: 680px) {
    .full-info--cart_item {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.full-info--cart_item .p {
    padding: 0;
    margin: 0
}

.full-info--cart_item .full-info--cart_item-image {
    position: relative;
    width: 100px;
    min-width: 100px;
    height: 50px;
    object-fit: cover;
    text-align: center;
    overflow: hidden;
    padding: 0;
    margin: 0;
    line-height: 1;
    z-index: 2
}

.full-info--cart_item .full-info--cart_item-image .img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.full-info--cart_item .full-info--cart_item-image svg {
    height: 50px;
    line-height: 1;
    width: auto
}

.full-info--cart_item .full-info--cart_item-image img {
    width: 100%;
    object-fit: cover;
    font-family: object-fit\: cover;
    line-height: 1
}

.full-info--cart_item .full-info--cart_item-controls,.full-info--cart_item .full-info--cart_item-info,.full-info--cart_item .full-info--cart_item-price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px
}

@media (max-width: 680px) {
    .full-info--cart_item .full-info--cart_item-controls,.full-info--cart_item .full-info--cart_item-info,.full-info--cart_item .full-info--cart_item-price {
        min-height:36px
    }
}

.full-info--cart_item .full-info--cart_item-info {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 680px) {
    .full-info--cart_item .full-info--cart_item-info {
        -ms-flex:unset;
        flex: unset;
        width: calc(100% - 122px);
        min-height: 50px
    }
}

.full-info--cart_item .full-info--cart_item-info .cart_item-info-list--item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    line-height: 1.25;
    font-size: 14px;
    margin-bottom: 5px
}

.full-info--cart_item .full-info--cart_item-info .cart_item-info-list--item:last-child {
    margin-bottom: 0
}

.full-info--cart_item .full-info--cart_item-info .cart_item-info-list--item-caption {
    opacity: .75
}

@media (min-width: 767px) {
    .full-info--cart_item .full-info--cart_item-info .cart_item-info-list--item-caption {
        min-width:50px
    }
}

.full-info--cart_item .full-info--cart_item-info .cart_item-info-list--item-value {
    -ms-flex: 1;
    flex: 1
}

.full-info--cart_item .full-info--cart_item-price {
    white-space: nowrap;
    font-size: 18px;
    font-weight: 400;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-width: 88px
}

@media (max-width: 680px) {
    .full-info--cart_item .full-info--cart_item-price {
        margin-left:auto
    }
}

.full-info--cart_item .full-info--cart_item-delete {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    padding: 4px;
    border: none;
    font-size: 18px;
    min-width: 36px;
    height: 36px;
    width: 36px
}

.full-info--cart_item .full-info--cart_item-delete i {
    font-weight: lighter
}

.full-info--cart_item .full-info--cart_item-delete svg {
    height: 16px
}

.full-info--cart_item-product .full-info--cart_item-image svg {
    height: 40px
}

.full-info--cart_item-product .btn-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border: 1px solid;
    border-radius: 5px
}

.full-info--cart_item-product .btn-group .full-info--cart_item-action,.full-info--cart_item-product .btn-group .full-info--cart_item-count {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;
    font-size: 16px;
    height: 36px;
    min-height: 36px;
    width: 36px;
    min-width: 36px;
    background: transparent;
    border: none
}

.full-info--cart_item-product .btn-group .full-info--cart_item-action:disabled,.full-info--cart_item-product .btn-group .full-info--cart_item-count:disabled {
    opacity: .6
}

.full-info--cart_item-product .btn-group .full-info--cart_item-action.sb-minus,.full-info--cart_item-product .btn-group .full-info--cart_item-count.sb-minus {
    border-radius: 5px 0 0 5px
}

.full-info--cart_item-product .btn-group .full-info--cart_item-action.sb-plus,.full-info--cart_item-product .btn-group .full-info--cart_item-count.sb-plus {
    border-radius: 0 5px 5px 0
}

.full-info--cart_item-product .btn-group .full-info--cart_item-action svg,.full-info--cart_item-product .btn-group .full-info--cart_item-count svg {
    height: 16px
}

.full-info--cart_item-product .btn-group .full-info--cart_item-count {
    text-align: center;
    width: 50px;
    min-width: 50px;
    border-left: 1px solid;
    border-right: 1px solid;
    font-weight: 400
}

.full-info--cart_bookings .full-info--cart_list .full-info--cart_item-service {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.full-info--cart_bookings .full-info--cart_list .full-info--cart_item-service .full-info--cart_item-image .default.img svg {
    height: 82px
}

.full-info--cart_bookings .full-info--cart_list .full-info--cart_item-service .full-info--cart_item-included-products {
    position: relative;
    width: 100%;
    padding-left: 0
}

@media (min-width: 767px) {
    .full-info--cart_bookings .full-info--cart_list .full-info--cart_item-service .full-info--cart_item-included-products {
        padding-left:114px
    }
}

.full-info--cart_bookings .full-info--cart_list .full-info--cart_item-service .full-info--cart_item-included-products b {
    font-weight: 400
}

.full-info--cart_bookings .full-info--cart_list .full-info--cart_item-service .full-info--cart_item-included-products .details-count-price {
    display: none
}

.full-info--cart_bookings .full-info--cart_list .full-info--cart_item-service .full-info--cart_item-included-products .booking-info__details-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px 12px;
    margin-left: auto;
    margin-right: 0
}

.full-info--cart_bookings .full-info--cart_list .full-info--cart_item-service .full-info--cart_item-included-products .booking-info__details-time {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    opacity: .9
}

.full-info--cart_bookings .full-info--cart_list .full-info--cart_item-service .full-info--cart_item-included-products .booking-info__details-time .icon {
    padding-right: 4px
}

.full-info--cart_bookings .full-info--cart_list .full-info--cart_item-service .full-info--cart_item-included-products .booking-info__details-time .icon svg {
    display: none;
    visibility: hidden
}

.full-info--cart_bookings .full-info--cart_list .full-info--cart_item-service .full-info--cart_item-included-products .accordion {
    border: none;
    font-size: 14px
}

.full-info--cart_bookings .full-info--cart_list .full-info--cart_item-service .full-info--cart_item-included-products .accordion .title {
    padding: 0;
    font-size: 16px
}

.full-info--cart_bookings .full-info--cart_list .full-info--cart_item-service .full-info--cart_item-included-products .accordion .title+div {
    padding: 12px 46px 0 0
}

.full-info--cart_bookings .full-info--cart_list .full-info--cart_item-service .full-info--cart_item-included-products .booking-info__details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 6px 10px
}

.full-info--cart_bookings .full-info--cart_list .full-info--cart_item-service .full-info--cart_item-included-products .booking-info__details.service {
    display: none
}

.full-info--cart_bookings .full-info--cart_list .full-info--cart_item-service .full-info--cart_item-included-products .booking-info__details:last-child {
    margin: 0
}

.full-info--cart_bookings .full-info--cart_list .full-info--cart_item-service:last-child {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid
}

.full-info--cart.has-items .full-info--cart_header .title svg {
    display: inline-block
}

.full-info--cart.active+.full-info--cart_cover {
    display: block
}

.filter {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
    z-index: 20
}

@media (max-width: 1024px) {
    .filter {
        margin-bottom:30px
    }
}

.filter--header {
    width: 100%;
    padding: 0;
    margin: 0
}

.filter--header_title {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 6px;
    padding: 0
}

.filter--header_hint {
    font-weight: 400;
    font-size: inherit;
    margin: 0;
    padding: 0
}

.filter--content {
    width: 100%;
    position: relative;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px;
    padding: 12px;
    background-color: hsla(0,0%,100%,.5);
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15)
}

#sb_google_translate .filter--input-field.goog-te-combo:not([type=checkbox]),.filter--input-field.form-control:not([type=checkbox]) {
    position: relative;
    display: inline-block;
    width: auto;
    min-width: 200px;
    margin: 0;
    min-height: 40px;
    height: 40px
}

@media (max-width: 767px) {
    #sb_google_translate .filter--input-field.goog-te-combo:not([type=checkbox]),.filter--input-field.form-control:not([type=checkbox]) {
        width:100%
    }
}

.filter--list-container {
    position: absolute;
    left: 0;
    transition: all .4s ease;
    top: 58px;
    width: 50%;
    max-height: 360px;
    text-align: left;
    overflow: auto;
    display: none;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
    background-color: #fff;
    padding: 0 0 6px;
    z-index: 50
}

@media (max-width: 1024px) {
    .filter--list-container {
        width:70%;
        left: 15%
    }
}

@media (max-width: 767px) {
    .filter--list-container {
        width:100%;
        left: 0
    }
}

.filter--list-container::-webkit-scrollbar {
    width: 8px;
    border-radius: 4px
}

.filter--list-container::-webkit-scrollbar-track {
    background: rgba(0,0,0,.1)
}

.filter--list-container::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.3)
}

.filter--list-container.active {
    display: block
}

.filter--list {
    display: none;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0
}

.filter--list-header {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    padding: 12px 16px;
    margin-bottom: 6px;
    border-bottom: 1px solid
}

.filter--list-header:before {
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: 300;
    text-decoration: inherit;
    display: inline-block;
    text-align: center;
    min-width: 20px;
    font-size: 20px
}

.filter--list.active {
    display: block
}

.filter--list:empty {
    display: none;
    padding: 0;
    margin: 0
}

.filter--list-service .filter--list-header:before {
    content: "\f562"
}

.filter--list-products .filter--list-header:before {
    content: "\f466"
}

.filter--list-attributes .filter--list-header:before {
    content: "\f06b"
}

.filter--item {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 6px 45px 6px 12px;
    border-radius: 4px;
    min-height: 38px;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    max-width: 380px
}

.filter--item,.filter--item_txt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.filter--item_txt {
    -ms-flex: 1;
    flex: 1
}

.filter--item_action {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    font-size: 18px;
    top: 3px;
    right: 3px;
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: hsla(0,0%,100%,.2)
}

.filter--item_action:active,.filter--item_action:focus,.filter--item_action:hover {
    background-color: hsla(0,0%,100%,.35)
}

.filter .sb_filter_item {
    position: relative
}

.filter .sb_filter_item .custom-checkbox {
    margin: 0;
    position: absolute;
    left: 15px;
    top: 8px
}

.filter .filter-item-label {
    display: block;
    padding: 8px 16px 8px 46px;
    background-color: #fff;
    cursor: pointer;
    margin: 0;
    font-weight: 400;
    font-size: 14px
}

.filter .filter-item-label:hover {
    background-color: #f9f9f9
}

.filter .filter-item-label .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.filter .filter-item-label .inner .ft-label {
    display: block;
    margin-left: 20px
}

.filter .filter-item-label .inner .ft-label label {
    font-weight: 400;
    cursor: pointer;
    margin: 0
}

.filter .filter-item-label .inner .ft-input {
    display: block
}

.filter .filter-item-label:last-child {
    margin-right: 0
}

.tab {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .tab {
        margin-bottom:15px
    }
}

.tab .preloader.img-full {
    min-height: 40px;
    text-align: center
}

.tab.tab-col .cap {
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 18px
}

.tab.tab-col .cap.short {
    height: 46px;
    line-height: 23px;
    overflow: hidden
}

.tab.tab-col .txt {
    margin-bottom: 15px;
    font-size: 16px;
    display: block;
    position: relative;
    word-break: break-word
}

.tab.tab-col .txt.short {
    height: 68px;
    line-height: 23px;
    overflow: hidden
}

@media (max-width: 767px) {
    .tab.tab-col .txt.short {
        height:auto;
        max-height: 68px
    }
}

.tab.tab-col .txt ol,.tab.tab-col .txt ul {
    padding: 0;
    margin-bottom: 10px
}

.tab.tab-col .txt ol li,.tab.tab-col .txt ul li {
    list-style-position: inside
}

.tab.tab-col .txt ol li {
    list-style-type: decimal
}

.tab.tab-col .txt ul li {
    list-style-type: disc
}

.tab.tab-col .table {
    margin-bottom: 5px
}

.tab.tab-col .tab-pd {
    position: relative
}

.tab.tab-col .excerpt-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

@media (max-width: 767px) {
    .tab.tab-col .excerpt-info {
        display:block;
        height: auto
    }
}

.tab.tab-col .excerpt-info .preloader {
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    min-height: 200px;
    overflow: hidden;
    border-radius: 0 0 0 0
}

@media (max-width: 600px) {
    .tab.tab-col .excerpt-info .preloader.img-full__default {
        padding-top:0;
        padding-bottom: 0;
        min-height: 140px
    }
}

.tab.tab-col .excerpt-info .preloader .img,.tab.tab-col .excerpt-info .preloader>a,.tab.tab-col .excerpt-info .preloader>span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.tab.tab-col .excerpt-info .preloader .img {
    display: -ms-flexbox;
    display: flex
}

.tab.tab-col .excerpt-info .preloader .img a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center
}

.tab.tab-col .excerpt-info .preloader .img.user img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: object-fit\: cover
}

.tab.tab-col .excerpt-info .preloader .img.default {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tab.tab-col .excerpt-info .preloader .img.default svg {
    width: 200px;
    height: 100%
}

.tab.tab-col .excerpt-info .read-more {
    cursor: pointer;
    position: absolute;
    bottom: -1px;
    right: 0;
    background-color: #fff
}

.tab.tab-col .excerpt-info .read-more:before {
    display: block;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -35px;
    position: absolute;
    background: hsla(0,0%,100%,0);
    background: -moz-linear-gradient(left,hsla(0,0%,100%,0) 0,#fff 68%,#fff 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,hsla(0,0%,100%,0)),color-stop(68%,#fff),color-stop(100%,#fff));
    background: -webkit-linear-gradient(left,hsla(0,0%,100%,0),#fff 68%,#fff);
    background: -o-linear-gradient(left,hsla(0,0%,100%,0) 0,#fff 68%,#fff 100%);
    background: -ms-linear-gradient(left,hsla(0,0%,100%,0) 0,#fff 68%,#fff 100%);
    background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 68%,#fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1)
}

.tab.tab-col .excerpt-info .read-more:hover {
    text-decoration: underline
}

@media (max-width: 767px) {
    .tab.tab-col .excerpt-info .content {
        min-height:50px
    }
}

.tab.tab-col .excerpt-info .bar {
    text-align: left;
    margin-bottom: 15px
}

.tab.tab-col .excerpt-info .bar.with-mh {
    min-height: 56px
}

.tab.tab-col .excerpt-info .bar .abc{
    margin-right: 10px
}

.tab.tab-col .excerpt-info .bar .address {
    height: 34px;
    margin-bottom: 5px
}

.tab.tab-col .excerpt-info .bar .address,.tab.tab-col .excerpt-info .bar .phone {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    line-height: 17px;
    font-size: 16px;
    overflow: hidden
}

.tab.tab-col .excerpt-info .bar .phone {
    height: 17px
}

.tab.tab-col .excerpt-info .btn-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.tab.tab-col .excerpt-info .btn-bar .btn.select {
    bottom: 0;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
    gap: 5px;
    font-size: 16px;
    line-height: 1.1;
    overflow: hidden;
    font-weight: 500;
    left: 0;
    right: 0;
    border-radius: 2px;
    white-space: normal
}

.tab.tab-col .excerpt-info .btn-bar .btn.select,.tab.tab-col .excerpt-info .btn-bar .btn.select a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box
}

.tab.tab-col .excerpt-info .btn-bar .btn.select a {
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 12px
}

.tab.tab-col .excerpt-info .btn-bar a.btn.select,.tab.tab-col .excerpt-info .btn-bar button.btn.select {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px;
    border-radius: 2px;
    line-height: 1.1;
    box-sizing: border-box
}

.tab.tab-col .full-info {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.4);
    border-radius: 0
}

.tab.tab-col .full-info .no-img-block {
    height: 40px
}

.tab.tab-col .full-info .img-full img {
    width: 100%;
    border-radius: 0 0 0 0;
    max-height: 600px;
    object-fit: cover
}

.tab.tab-col .full-info .close-full-info {
    top: 15px;
    right: 15px;
    font-size: 24px;
    display: inline-block;
    line-height: 28px;
    width: 25px;
    height: 25px
}

.tab.tab-col .full-info .full ul,.tab.tab-col .full-info .full ul li,.tab.tab-col .full-info .tab-pd .txt.full ul,.tab.tab-col .full-info .tab-pd .txt.full ul li {
    list-style-position: inside
}

.tab.tab-col .full-info .phone b {
    display: inline-block
}

.tab.tab-col .close-full-info {
    text-align: right
}

.timeline-sidebar .tab .txt.short {
    height: auto;
    max-height: 68px
}

.timeline-sidebar .tab .excerpt-info .tab-pd .content {
    min-height: 50px
}

.full-info-price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 8px 12px
}

.full-info-price--wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 8px;
    padding: 16px 0 8px
}

.full-info-price--total {
    font-size: 18px;
    font-weight: 700
}

.full-info-price--wrapper_global {
    margin-top: 14px;
    border-top: 1px solid
}

.full-info-price--wrapper_global .package-use-credits-msg {
    margin-top: 16px
}

.current-booking-info .booking-info {
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.current-booking-info .booking-info .booking-overview {
    -ms-flex: 80% 0;
    flex: 80% 0
}

@media (max-width: 767px) {
    .current-booking-info .booking-info .booking-overview {
        -ms-flex:100% 0;
        flex: 100% 0
    }
}

.current-booking-info .booking-info .booking-calendar {
    display: block;
    -ms-flex: 20% 0;
    flex: 20% 0
}

@media (max-width: 767px) {
    .current-booking-info .booking-info .booking-calendar {
        display:none
    }
}

.current-booking-info .booking-info__details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 6px 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.current-booking-info .booking-info__details-name {
    -ms-flex: 1;
    flex: 1
}

.current-booking-info .booking-info__details-row {
    white-space: nowrap
}

.current-booking-info .mg {
    margin-bottom: 20px
}

.current-booking-info .cap {
    font-weight: 600;
    font-size: 21px;
    text-align: left
}

.current-booking-info .package-use-credits-msg {
    padding: 12px 0;
    text-align: right
}

.current-booking-info table {
    width: 100%;
    font-size: 16px
}

.current-booking-info table td {
    vertical-align: top;
    padding-bottom: 10px
}

.current-booking-info .label {
    width: 190px;
    white-space: nowrap
}

@media (max-width: 1024px) {
    .current-booking-info .label {
        width:120px
    }
}

.current-booking-info .info {
    font-weight: 600;
    text-align: left
}

.current-booking-info .info .date-item {
    margin-bottom: 10px
}

.current-booking-info .info .date-item:last-child {
    margin-bottom: 0
}

.current-booking-info .info__item-recurring {
    display: inline-block;
    width: 100%;
    padding-bottom: 5px
}

.current-booking-info .info__item-recurring:last-child {
    padding-bottom: 0
}

.current-booking-info .info.bonus {
    font-style: italic
}

.current-booking-info .info .date-line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 12px
}

.current-booking-info .info .date-line .dropdown-toggle {
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    padding: 4px;
    min-width: 20px
}

.current-booking-info .booking-btns {
    text-align: center;
    padding-bottom: 15px
}

.current-booking-info .booking-btns .btn {
    font-size: 15px;
    color: #fff;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: capitalize
}

.current-booking-info .booking-btns .btn.sb-book:after {
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 19px
}

.current-booking-info .booking-btns .btn.sb_cancel_btn {
    background: #a64c4c
}

.current-booking-info .booking-btns .btn.sb_cancel_btn:after {
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px
}

.current-booking-info .booking-btns .btn.sb_add_to_cal {
    background: #5e7da7
}

.current-booking-info .booking-btns .btn.sb_add_to_cal:after {
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px
}

.current-booking-info .booking-btns .btn.sb-reschedule {
    background: #5e7da7;
    text-transform: capitalize
}

.current-booking-info .booking-btns .btn.sb-reschedule:after {
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px
}

.current-booking-info .booking-btns .btn.sb-ticket-download {
    text-transform: capitalize
}

.current-booking-info .booking-btns .btn.sb-ticket-download:after {
    content: "";
    font-size: 20px
}

.current-booking-info .booking-btns .btn.sb-medical-test-download:after,.current-booking-info .booking-btns .btn.sb-ticket-download:after {
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.current-booking-info .booking-btns .btn.sb-medical-test-download:after {
    content: "";
    font-size: 18px
}

.current-booking-info .calendar {
    font-weight: 600;
    text-align: center;
    box-shadow: 0 5px 0 #c2c5c5;
    border-radius: 5px
}

.current-booking-info .calendar .header {
    background: #3376bb;
    font-size: 21px;
    color: #fff;
    line-height: 32px;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase
}

@media (max-width: 1024px) {
    .current-booking-info .calendar .header {
        font-size:16px
    }
}

.current-booking-info .calendar .body {
    background: #e4e7e7;
    font-size: 32px;
    color: #494949;
    line-height: 42px;
    border-radius: 0 0 5px 5px
}

@media (max-width: 1024px) {
    .current-booking-info .calendar .body {
        font-size:21px
    }
}

.current-booking-info .product-booking-data-wrapper .type {
    font-weight: 600;
    margin: 5px 0
}

.current-booking-info .location-modal .modal-dialog {
    border-radius: 3px;
    overflow: hidden
}

.current-booking-info .location-modal .tab-pd {
    background-color: #fff;
    padding: 10px 0 0
}

.current-booking-info .location-modal .tab-pd iframe {
    margin-bottom: -6px
}

.current-booking-info .location-modal .close-full-info {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-right: 15px;
    cursor: pointer
}

.cart-container .current-booking-info .booking-overview {
    -ms-flex: 100% 0;
    flex: 100% 0;
    text-align: left
}

.cart-container .current-booking-info .booking-calendar {
    display: none
}

#booking-result-view #booking-result-tabs {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.25);
    background-color: #fff
}

#booking-result-view #booking-result-tabs .tabs-container {
    padding: 25px 0;
    text-align: center
}

#booking-result-view #booking-result-tabs .tabs-container .tab-link {
    font-size: 18px;
    margin: 0 20px
}

@media (max-width: 767px) {
    #booking-result-view #booking-result-tabs .tabs-container .tab-link {
        margin-bottom:10px
    }
}

#booking-result-view #booking-result-tabs .tabs-container .tab-link a {
    display: block;
    color: #464646;
    text-decoration: none;
    border-bottom: 3px solid;
    padding-bottom: 7px
}

#booking-result-view #booking-result-tabs .tabs-container .tab-link a:first-letter {
    text-transform: uppercase
}

#booking-result-view .back-to-services {
    display: inline-block;
    padding: 15px 0 15px 20px;
    position: relative;
    transition: all .3s ease
}

#booking-result-view .back-to-services:focus,#booking-result-view .back-to-services:hover {
    opacity: .7;
    text-decoration: none
}

#booking-result-view .back-to-services .abc{
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 14px
}

#booking-result-view .tab {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15)
}

#booking-result-view #sb_bookings_list>div {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -10px
}

@media (max-width: 767px) {
    #booking-result-view #sb_bookings_list>div {
        display:block
    }
}

#booking-result-view #sb_bookings_list>div .booking-item {
    width: 50%;
    padding: 0 15px 30px
}

#booking-result-view #sb_bookings_list>div .booking-item .date-difference--dropdown {
    display: none
}

#booking-result-view #sb_bookings_list>div .booking-item .tab {
    height: 100%;
    margin-bottom: 0
}

#booking-result-view #sb_bookings_list>div .booking-item .tab .section-pd {
    height: 100%
}

#booking-result-view #sb_bookings_list>div .booking-item .tab .section-pd .current-booking-info {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

#booking-result-view #sb_bookings_list>div .booking-item .tab .section-pd .current-booking-info .booking-btns {
    margin-top: auto
}

@media (max-width: 767px) {
    #booking-result-view #sb_bookings_list>div .booking-item {
        width:100%
    }
}

#booking-result-view .social-popup {
    display: none
}

#booking-result-view .social-popup .popup {
    position: relative;
    background: #fff;
    text-align: center;
    padding: 25px 35px;
    border-radius: 5px;
    margin-left: 15px;
    filter: drop-shadow(0 2px 2px rgba(204,204,204,.8))
}

#booking-result-view .social-popup .popup:before {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 10px solid #fff;
    left: -10px;
    top: 45%
}

#booking-result-view .social-popup .popup .txt {
    font-size: 18px;
    font-weight: 300
}

#booking-result-view .social-popup .popup .bar {
    margin-top: 10px
}

#booking-result-view .social-popup .popup .bar .btn {
    border: 0;
    background: #5e91ff;
    font-size: 16px;
    padding: 6px 20px
}

#booking-result-view .social-popup .popup .bar .btn span {
    font-size: 21px;
    margin-right: 5px;
    vertical-align: middle
}

#booking-result-view .social-popup .popup .close {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 24px;
    opacity: 1;
    color: #000
}

.datepicker-dropdown {
    padding: 10px
}

.datepicker table {
    border-collapse: separate;
    border-spacing: 0 3px
}

@media (max-width: 767px) {
    .datepicker.datepicker-inline td,.datepicker.datepicker-inline th,.datepicker.dropdown-menu td,.datepicker.dropdown-menu th {
        padding:0
    }
}

.datepicker.datepicker-inline td,.datepicker.dropdown-menu td {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: sans-serif;
    border: 0;
    padding: 0;
    border-radius: 50%
}

@media (max-width: 767px) {
    .datepicker.datepicker-inline td,.datepicker.dropdown-menu td {
        border-radius:0!important;
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}

.datepicker.datepicker-inline td.active,.datepicker.dropdown-menu td.active {
    border-radius: 0
}

.datepicker.datepicker-inline td.active.first-day,.datepicker.dropdown-menu td.active.first-day {
    border-radius: 50% 0 0 50%
}

.datepicker.datepicker-inline td.active.last-day,.datepicker.dropdown-menu td.active.last-day {
    border-radius: 0 50% 50% 0
}

.datepicker.datepicker-inline td.active.single-day,.datepicker.dropdown-menu td.active.single-day {
    border-radius: 50%
}

.datepicker table tr td,.datepicker table tr th {
    color: #464646
}

.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover {
    color: #c6c6c6
}

.datepicker table tr td {
    color: #464646;
    background-color: transparent;
    background: transparent
}

.datepicker table tr td.day:hover:not(.active),.datepicker table tr td.focused:not(.disabled),.datepicker table tr td:hover:not(.disabled) {
    background-color: transparent;
    background: transparent;
    text-decoration: underline
}

#header.widget:not(.line) .nav-wrapper #sb_menu {
    display: none
}

#header.widget:not(.line) .nav-wrapper .items-wrapper {
    margin: 0 auto
}

#header.widget:not(.line) .nav-wrapper .items-wrapper .nav-item {
    margin: 0 5px
}

.is-widget.gift-card:not(.line) #header,.is-widget.membership:not(.line) #header,.is-widget.packages:not(.line) #header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.is-widget.gift-card:not(.line) #header div[class^=col],.is-widget.membership:not(.line) #header div[class^=col],.is-widget.packages:not(.line) #header div[class^=col] {
    width: 100%
}

.is-widget.gift-card:not(.line) #header .nav-trigger,.is-widget.gift-card:not(.line) #header .nav-wrapper #sb_menu,.is-widget.membership:not(.line) #header .nav-trigger,.is-widget.membership:not(.line) #header .nav-wrapper #sb_menu,.is-widget.packages:not(.line) #header .nav-trigger,.is-widget.packages:not(.line) #header .nav-wrapper #sb_menu {
    display: none
}

.is-widget.gift-card:not(.line) #header .nav-wrapper .items-wrapper,.is-widget.membership:not(.line) #header .nav-wrapper .items-wrapper,.is-widget.packages:not(.line) #header .nav-wrapper .items-wrapper {
    margin: 0 auto
}

.is-widget.gift-card:not(.line) #header .nav-wrapper .items-wrapper .nav-item,.is-widget.membership:not(.line) #header .nav-wrapper .items-wrapper .nav-item,.is-widget.packages:not(.line) #header .nav-wrapper .items-wrapper .nav-item {
    margin: 0 5px
}

#sb_main.iframe #sb-timeline #steps {
    min-height: 0
}

#sb_close_widget_button {
    display: block;
    border-radius: 0;
    font-size: 21px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    z-index: 999;
    top: 18px;
    color: #fff;
    cursor: pointer
}

#sb_close_widget_button:before {
    content: "\f00d";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    font-size: 36px;
    color: #4d4d4d
}

.is-widget #header {
    padding: inherit;
    position: inherit
}

.is-widget #header.widget.line {
    padding-top: 12px;
    padding-bottom: 12px
}

.is-widget #header.widget.line .items-wrapper {
    min-width: unset;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 1024px) {
    .is-widget #header.widget.line .items-wrapper {
        margin:0 0 0 20px
    }
}

@media (max-width: 1024px) {
    .is-widget #header.widget.line .items-wrapper {
        margin-bottom:20px!important
    }
}

@media (max-width: 1024px) {
    .is-widget #header.widget.line .nav-wrapper {
        position:fixed;
        left: 0;
        right: 0;
        top: 0;
        display: none;
        padding: 20px 18px;
        margin: 0 auto;
        background: #fff
    }

    .is-widget #header.widget.line .nav-wrapper #sb_menu .nav li {
        display: block
    }

    .is-widget #header.widget.line .nav-wrapper #sb_menu .nav {
        padding: 5px 2px;
        max-height: 80vh
    }

    .is-widget #header.widget.line .nav-wrapper.active {
        display: -ms-flexbox;
        display: flex
    }
}

.is-widget:not(.line) #header .nav-wrapper {
    padding: 20px 0;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1024px) {
    .is-widget:not(.line) #header .nav-wrapper {
        position:static;
        transform: none;
        left: 0;
        right: 0;
        top: 0;
        bottom: unset;
        display: block;
        width: 100%;
        max-width: inherit;
        margin: 0;
        background: transparent;
        text-align: center
    }

    .is-widget:not(.line) #header .nav-wrapper .items-wrapper {
        padding: 0
    }
}

.sb-widget-form {
    display: block;
    background-color: #fff;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.15);
    max-width: 600px;
    padding: 35px 40px
}

@media (max-width: 1024px) {
    .sb-widget-form {
        padding:15px 20px
    }
}

.sb-widget-form .title {
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 60px
}

@media (max-width: 1366px) {
    .sb-widget-form .title {
        margin-bottom:30px
    }
}

.sb-widget-form .custom-form {
    max-width: 450px;
    margin: 0 auto
}

.sb-widget-form .custom-form .control-label {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 400
}

#sb_google_translate .sb-widget-form .goog-te-combo,.sb-widget-form #sb_google_translate .goog-te-combo,.sb-widget-form .form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #e4e5f0;
    height: 44px;
    font-size: 16px
}

#sb_google_translate .sb-widget-form textarea.goog-te-combo,.sb-widget-form #sb_google_translate textarea.goog-te-combo,.sb-widget-form textarea.form-control {
    height: 120px
}

.sb-widget-form .buttons {
    padding-top: 35px
}

@media (max-width: 1366px) {
    .sb-widget-form .buttons {
        padding-top:15px
    }
}

.sb-widget-form .buttons .open-booking-widget-button {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    font-weight: 600;
    transition: all .3s ease
}

.sb-widget-form .buttons .open-booking-widget-button:hover {
    opacity: .7;
    text-decoration: none
}

.sb-widget-form .buttons .send-message-button {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin: 10px;
    border-radius: 0
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance:none) {
        html.is-widget:not(.iframe),html.is-widget:not(.iframe) body {
            height:100%;
            overflow: auto;
            -webkit-overflow-scrolling: touch
        }
    }
}

.is-widget.reviews #header {
    display: none
}

.is-widget:not(.line) #header.widget {
    position: relative;
    top: 0;
    left: 0;
    bottom: auto;
    right: 0;
    margin: 0;
    display: block;
    padding-top: 20px;
    padding-bottom: 22px
}

.is-widget:not(.line) #header.widget div[class^=col] {
    width: 100%
}

.is-widget:not(.line) #header.widget .nav-wrapper {
    position: relative;
    text-align: center;
    padding: 0;
    margin: 0;
    min-height: 50px;
    overflow: visible;
    z-index: 99
}

.is-widget:not(.line) #header.widget .nav-wrapper.translate-enabled {
    padding-top: 10px;
    -ms-flex-direction: column;
    flex-direction: column
}

.is-widget:not(.line) #header.widget .nav-wrapper .items-wrapper {
    position: unset;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.is-widget:not(.line) #header.widget .nav-wrapper .items-wrapper .nav-item {
    margin: 0 4px;
    padding: 0;
    height: 41px;
    min-height: 40px;
    min-width: 40px;
    width: auto;
    z-index: unset
}

.is-widget:not(.line) #header.widget .nav-wrapper .items-wrapper .nav-item .item-container {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    background: transparent
}

.is-widget:not(.line) #header.widget .nav-wrapper .items-wrapper .nav-item .item-container.avatar {
    background: transparent
}

.is-widget:not(.line) #header.widget .nav-wrapper .items-wrapper .nav-item .item-container.avatar .login-container__remember-check {
    z-index: 1!important
}

.is-widget:not(.line) #header.widget #sb_google_translate {
    width: auto;
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    bottom: auto;
    margin: 0 auto;
    top: 0
}

.is-widget #main-buttons,.is-widget #main-buttons .wrapper {
    display: none
}

.is-widget .grid-weekly-inner {
    width: 1px;
    min-width: 100%
}

.is-widget .g-translate-section {
    position: relative;
    min-height: 52px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 0;
    margin-bottom: 10px
}

.is-widget.button .modal {
    overflow-y: auto
}

.is-widget #sb-main-container {
    min-height: 300px;
    padding-bottom: 25px
}

.is-widget .pwa_install__banner,.is-widget .pwa_install__banner-ios {
    display: none!important;
    visibility: hidden!important
}

.is-widget .slots-weekly-view .slots-weekly-view-section {
    margin-left: -15px;
    margin-right: -15px
}

.is-widget #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .data-col .day-container .day {
    font-size: 16px;
    margin: 0
}

.is-widget #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .data-col .day-container .border {
    margin-top: 2px;
    margin-bottom: 2px
}

.is-widget #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .data-col .time-container .time-slot {
    margin-bottom: 6px
}

.is-widget #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .data-col {
    min-width: unset;
    font-size: 13px;
    -ms-flex: 1;
    flex: 1;
    padding-left: 3px;
    padding-right: 3px;
    white-space: nowrap
}

.is-widget #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .data-col .time-slot {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: normal;
    font-family: sans-serif
}

.is-widget #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .data-col .day-container {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
    background: hsla(0,0%,100%,.99);
    border-radius: 3px;
    padding: 2px 0;
    box-shadow: 0 9px 10px -6px rgba(34,34,34,.2)
}

.is-widget #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .data-col .time-container .time-slot {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: normal;
    font-family: sans-serif
}

@media (max-width: 766px) {
    .is-widget #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .data-col .time-container .time-slot .cell .slot--available-slot {
        width:100%;
        padding: 0 5px;
        font-size: 12px
    }
}

.is-widget #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .data-col .time-container .time-slot .cell {
    min-width: unset
}

.is-widget #sb-timeline {
    padding-bottom: 90px
}

.is-widget #membership-view #sb_back_button {
    display: block
}

.is-widget #header .ada-compliance__wrapper {
    text-align: center
}

.is-widget #header .ada-compliance__btn {
    margin-left: 0
}

@media (max-width: 1024px) {
    .is-widget #header .ada-compliance__btn {
        margin-top:30px
    }
}

.min-content--line-widget#sb-main-container {
    min-height: 99vh
}

.min-content--line-widget #header.line .ada-compliance__wrapper {
    position: relative;
    left: auto;
    right: 0
}

.min-content--line-widget #header.line .ada-compliance__btn {
    margin-top: 0;
    margin-left: 36px
}

.min-content--line-widget #main-buttons {
    display: none!important
}

.min-content--line-widget .main-content .section--gt-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.min-content--line-widget .main-content .section--gt-wrapper .g-translate-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: static;
    top: unset;
    min-height: unset;
    bottom: unset;
    left: unset;
    right: unset;
    padding: 0;
    margin: 0
}

.min-content--line-widget .main-content .section--gt-wrapper .g-translate-section #sb_google_translate {
    position: relative;
    top: unset;
    min-height: unset;
    bottom: unset;
    left: unset;
    right: unset;
    padding: 0;
    margin: 0
}

.min-content--line-widget .main-content .section--gt-wrapper .g-translate-section #sb_google_translate #google_translate_element {
    margin-top: 10px;
    margin-bottom: 10px
}

.min-content--line-widget #sb-timeline {
    position: relative
}

html[dir=rtl] #header .nav-wrapper .items-wrapper .nav-item .full-info:before,html[dir=rtl] #main #main-content #sb_content #membership-plugin .btn-with-icon:after,html[dir=rtl] #main #main-content #sb_content #reviews-view .review-item .content:before,html[dir=rtl] #sb-timeline #steps-nav li.passed:after,html[dir=rtl] #sb-timeline #steps-nav li:not(:first-child):after,html[dir=rtl] .fa-angle-left,html[dir=rtl] .fa-angle-right {
    transform: rotate(180deg)
}

html[dir=rtl] .badge:after,html[dir=rtl] .badge:before {
    transform: scaleY(-1) rotate(180deg)
}

html[dir=rtl] #main #main-content #sb_content #membership-plugin .btn-with-icon:after {
    top: 13px
}

html[dir=rtl] .datepicker.dropdown-menu {
    left: auto;
    right: auto
}

#steps-content #sb_booking_content #details .product-section {
    margin-bottom: 30px
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-section {
        margin-bottom:15px
    }
}

#steps-content #sb_booking_content #details .product-section .title-main {
    text-align: center
}

#steps-content #sb_booking_content #details .product-section .products-items-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#steps-content #sb_booking_content #details .product-section .product-item {
    height: 100%
}

#steps-content #sb_booking_content #details .product-section .product-item .tab {
    box-shadow: none;
    border: 1px solid #f9f9f9;
    transition: all .3s ease
}

#steps-content #sb_booking_content #details .product-section .product-item .tab .read-more {
    right: 20px;
    top: 22px;
    bottom: auto;
    z-index: 3
}

#steps-content #sb_booking_content #details .product-section .product-item .tab:hover {
    border-color: #ccc
}

#steps-content #sb_booking_content #details .product-section .product-item .tab .tab-pd {
    padding: 20px
}

#steps-content #sb_booking_content #details .product-section .product-item .tab .badge {
    bottom: -30px
}

#steps-content #sb_booking_content #details .product-section .product-item .excerpt-info {
    position: relative
}

#steps-content #sb_booking_content #details .product-section .product-item .excerpt-info .preloader .default svg {
    width: 100px!important
}

#steps-content #sb_booking_content #details .product-section .product-item .excerpt-info .content {
    min-height: auto
}

#steps-content #sb_booking_content #details .product-section .product-item .excerpt-info .content a {
    position: relative;
    z-index: 2
}

#steps-content #sb_booking_content #details .product-section .product-item .changed-items-num {
    padding: 0 20px 15px
}

#steps-content #sb_booking_content #details .product-section .product-item .changed-items-num .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    max-width: 66%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#steps-content #sb_booking_content #details .product-section .product-item .changed-items-num input.check {
    display: none
}

#steps-content #sb_booking_content #details .product-section .product-item .changed-items-num input.check:checked+.product-label:before {
    background-color: #eee
}

#steps-content #sb_booking_content #details .product-section .product-item .changed-items-num input.check:checked+.product-label+input.c-item.sb-qty,#steps-content #sb_booking_content #details .product-section .product-item .changed-items-num input.check:checked+.product-label:after {
    opacity: 1;
    visibility: visible
}

#steps-content #sb_booking_content #details .product-section .product-item .changed-items-num .product-label {
    font-weight: 400;
    padding-left: 28px;
    position: relative;
    margin-right: 12px;
    cursor: pointer
}

#steps-content #sb_booking_content #details .product-section .product-item .changed-items-num .product-label:before {
    display: block;
    content: "";
    height: 18px;
    width: 18px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 1px;
    border: 1px solid #dbdbdb;
    border-radius: 3px
}

#steps-content #sb_booking_content #details .product-section .product-item .changed-items-num .product-label:after {
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    display: block;
    content: "";
    width: 7px;
    height: 9px;
    border-right: 2px solid #4c4c4c;
    border-bottom: 2px solid #4c4c4c;
    position: absolute;
    left: 5px;
    transform: rotate(45deg);
    top: 4px
}

#steps-content #sb_booking_content #details .product-section .product-item .changed-items-num input.c-item.sb-qty {
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease;
    height: 30px;
    width: 63px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    padding: 0 0 0 10px;
    margin-top: -4px
}

#steps-content #sb_booking_content #details .product-section .product-item .changed-items-num input.c-item.sb-qty:focus {
    outline: none
}

#steps-content #sb_booking_content #details .product-section .product-item.panel {
    width: 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 15px;
    border: none;
    border-radius: 0;
    background: hsla(0,0%,100%,.92);
    box-shadow: 0 2px 6px -2px rgba(0,0,0,.29);
    transition: background,box-shadow .2s ease-in
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .sidebar-list-attribute-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

#steps-content #sb_booking_content #details .product-section .product-item.panel:last-child {
    margin-bottom: 0
}

#steps-content #sb_booking_content #details .product-section .product-item.panel:hover {
    box-shadow: 0 2px 6px -3px rgba(0,0,0,.2)
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .mobile-title {
    width: 100%;
    display: none
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .mobile-title .title {
    display: -ms-flexbox;
    display: flex;
    gap: 5px
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .mobile-title .title .used-overlay {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    line-height: 1;
    position: static;
    font-family: sans-serif
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .mobile-title .title .used-overlay .text,#steps-content #sb_booking_content #details .product-section .product-item.panel .mobile-title .title .used-overlay .txt {
    display: inline-block;
    background-color: #fe4d4d;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    padding: 1px 12px 0;
    white-space: nowrap;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,.2);
    text-transform: uppercase;
    border-radius: 20px;
    font-family: sans-serif
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-section .product-item.panel .mobile-title {
        display:block
    }
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .preloader {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 140px;
    width: 160px;
    min-width: 160px;
    margin: -15px 12px -15px -15px
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-section .product-item.panel .preloader {
        max-height:100px;
        height: 80px;
        width: 110px;
        max-width: 110px;
        min-width: 60px;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0
    }
}

@media (max-width: 480px) {
    #steps-content #sb_booking_content #details .product-section .product-item.panel .preloader {
        height:60px;
        max-height: 60px;
        max-width: 100%;
        width: 60px;
        min-width: 60px
    }
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .preloader a {
    display: block;
    position: relative;
    transition: all .2s ease-out;
    height: 100%;
    width: 100%;
    padding: 0;
    min-height: 40px
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .preloader a:hover {
    filter: grayscale(50%)
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .preloader a:active {
    transform: scale(1.02,.98)
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .preloader .img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 100%;
    width: 100%
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .preloader .img img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: object-fit\: cover;
    height: 100%;
    width: 100%;
    min-height: 10px;
    border-radius: 0 0 0 0
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-section .product-item.panel .preloader .img img {
        height:80px;
        max-height: 80px;
        border-radius: 0
    }
}

@media (max-width: 480px) {
    #steps-content #sb_booking_content #details .product-section .product-item.panel .preloader .img img {
        height:60px;
        width: 60px;
        min-width: 60px
    }
}

@media (max-width: 480px) {
    #steps-content #sb_booking_content #details .product-section .product-item.panel .preloader .img.user img {
        border-radius:50%
    }
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .preloader .img.default img {
    max-height: 60px;
    max-width: 100%;
    width: auto;
    position: relative
}

@media (max-width: 480px) {
    #steps-content #sb_booking_content #details .product-section .product-item.panel .preloader .img.default img {
        height:auto
    }
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .preloader .img.default svg {
    width: 100px!important
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 6px;
    font-size: 16px;
    line-height: 1.22;
    padding: 0;
    font-weight: 500;
    margin: 0 0 8px
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .title-txt {
    width: 100%
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .title .promotion-item__tag {
    margin: 0;
    line-height: 1;
    padding: 0
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .title .promotion-item__tag .txt {
    font-family: sans-serif
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .title a {
    cursor: pointer;
    margin: 0;
    display: block;
    text-decoration: none;
    position: relative
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .title .used-overlay {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    line-height: 1;
    position: static
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .title .used-overlay .text {
    display: inline-block;
    background-color: #e57373;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    padding: 0 12px;
    white-space: nowrap;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,.2);
    text-transform: uppercase;
    border-radius: 20px
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-section .product-item.panel .title {
        display:none
    }
}

#steps-content #sb_booking_content #details .product-section .product-item.panel>.one-line {
    width: calc(100% - 160px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-section .product-item.panel>.one-line {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        width: calc(100% - 122px)
    }
}

@media (max-width: 480px) {
    #steps-content #sb_booking_content #details .product-section .product-item.panel>.one-line {
        width:calc(100% - 72px)
    }
}

#steps-content #sb_booking_content #details .product-section .product-item.panel>.one-line.no-image {
    width: 100%
}

#steps-content #sb_booking_content #details .product-section .product-item.panel>.one-line .content {
    width: 100%;
    min-height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-section .product-item.panel>.one-line .content {
        min-height:70px
    }
}

@media (max-width: 480px) {
    #steps-content #sb_booking_content #details .product-section .product-item.panel>.one-line .content {
        min-height:1px
    }
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .info-bar {
    margin-top: auto;
    margin-bottom: 0;
    line-height: 1;
    gap: 10px
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-section .product-item.panel .info-bar {
        margin-bottom:auto
    }
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .info-bar .ico {
    font-size: 15px;
    display: inline-block;
    width: 24px;
    min-width: 24px;
    text-align: center;
    margin: 0 4px 0 0;
    line-height: 1
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .info-bar .bar-flex-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 26px;
    margin: 0;
    line-height: 1;
    gap: 0
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .info-bar .bar-flex-item.service-bonus {
    width: 100%;
    margin-right: 0;
    -ms-flex: unset;
    flex: unset
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .info-bar .bar-flex-item.service-bonus .ico {
    margin: 0
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .info-bar .bar-flex-item.service-deposit {
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 1024px) {
    #steps-content #sb_booking_content #details .product-section .product-item.panel .info-bar .bar-flex-item.service-deposit {
        width:100%
    }
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .info-bar .bar-flex-item.service-deposit .service-deposit__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-section .product-item.panel .info-bar .bar-flex-item.service-deposit .service-deposit__price {
        -ms-flex-direction:column;
        flex-direction: column
    }

    #steps-content #sb_booking_content #details .product-section .product-item.panel .info-bar .bar-flex-item.service-deposit .service-deposit__price .badge-line {
        display: none
    }
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .info-bar .bar-flex-item.service-deposit .badge {
    margin: 0;
    padding: 0
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .info-bar .bar-flex-item.service-deposit .badge .text {
    font-size: 16px;
    font-weight: 400
}

@media (max-width: 480px) {
    #steps-content #sb_booking_content #details .product-section .product-item.panel .info-bar .bar-flex-item {
        margin-right:0
    }
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .info-bar .bar-flex-item .txt {
    line-height: 1
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .info-bar .bar-flex-item.price .txt {
    font-size: 17px;
    font-weight: 600
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .info-bar .bar-flex-item.gift-type .price-val,#steps-content #sb_booking_content #details .product-section .product-item.panel .info-bar .bar-flex-item.gift-type .sb_start_date,#steps-content #sb_booking_content #details .product-section .product-item.panel .info-bar .bar-flex-item.start-date-btn .price-val,#steps-content #sb_booking_content #details .product-section .product-item.panel .info-bar .bar-flex-item.start-date-btn .sb_start_date {
    font-size: 16px;
    padding: 0 6px;
    line-height: 1;
    font-weight: 400
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .info-bar .bar-flex-item.gift-type [type=hidden],#steps-content #sb_booking_content #details .product-section .product-item.panel .info-bar .bar-flex-item.start-date-btn [type=hidden] {
    display: none
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .info-bar p {
    margin: 0;
    padding: 0
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    margin: 0 0 0 15px;
    padding-bottom: 30px;
    width: auto
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar {
        -ms-flex-direction:row;
        flex-direction: row;
        width: calc(100% + 10px);
        margin: 10px -5px 0;
        padding-bottom: 0;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar .btn {
    outline: none;
    margin: 5px
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar.has-read-more .btn-round-mask:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 100%;
    top: 0;
    left: 2px;
    transition: all .2s ease-in;
    display: none!important
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar.has-read-more .btn-round-mask:active:after {
    left: 1px
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar .wrap-read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 36px
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar .wrap-read-more {
        height:32px;
        position: relative
    }
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar .wrap-read-more .read-more {
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    height: 36px;
    width: 160px;
    min-width: 60px;
    background: transparent;
    border-radius: 3px;
    padding: 0 10px;
    overflow: hidden;
    transition: all .2s cubic-bezier(1,0,.24,.93);
    z-index: 3
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar .wrap-read-more .read-more {
        width:130px;
        height: 32px;
        padding: 0 5px
    }
}

@media (max-width: 600px) {
    #steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar .wrap-read-more .read-more {
        width:auto;
        border: 1px solid rgba(0,0,0,.11);
        min-width: 60px;
        max-width: 60px;
        padding: 0 15px
    }
}

@media (max-width: 360px) {
    #steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar .wrap-read-more .read-more {
        min-width:48px;
        max-width: 48px
    }
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar .wrap-read-more .read-more .part {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .2s ease
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar .wrap-read-more .read-more .part.txt-part {
    font-size: 15px;
    line-height: 1.2;
    padding-right: 6px
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar .wrap-read-more .read-more .part.txt-part .more-part {
    display: none
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar .wrap-read-more .read-more .part.txt-part .less-part {
    display: block
}

@media (max-width: 600px) {
    #steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar .wrap-read-more .read-more .part.txt-part {
        display:none
    }
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part {
    position: relative;
    font-size: 24px;
    font-weight: 400;
    text-decoration: none!important;
    transform: rotate(180deg)
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part .custom-checkbox input:checked+.custom-label:before,#steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part .fal:before,#steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part :not(.fab)[class*=fa-]:before,.custom-checkbox #steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part input:checked+.custom-label:before {
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar .wrap-read-more .read-more.collapsed .part.txt-part .more-part {
    display: block
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar .wrap-read-more .read-more.collapsed .part.txt-part .less-part {
    display: none
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar .wrap-read-more .read-more.collapsed .part.ico-part {
    transform: rotate(0deg)
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar .btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 36px;
    padding: 0;
    text-align: center;
    white-space: normal;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    box-shadow: unset;
    text-decoration: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    transition: all .2s ease-in
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar .btn:active {
    box-shadow: none
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar .btn {
        height:32px
    }
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar .btn.select {
    min-width: 160px;
    width: 160px;
    padding: 0 15px;
    font-size: 15px
}

@media (max-width: 480px) {
    #steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar .btn.select {
        width:auto;
        min-width: 110px;
        line-height: 1;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width: 359px) {
    #steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar .btn.select {
        min-width:100px
    }
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar.btn-bar-full-info {
    -ms-flex-direction: row;
    flex-direction: row;
    clear: both;
    width: calc(100% + 10px);
    margin: 0 -5px;
    display: none
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar.btn-bar-full-info {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar.btn-bar-full-info .btn {
    margin: 2px 5px;
    padding: 0 20px
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar.btn-bar-full-info .btn .pr-numb {
    padding-left: 4px
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar.btn-bar-full-info .btn .pr-decimal,#steps-content #sb_booking_content #details .product-section .product-item.panel .btn-bar.btn-bar-full-info .btn .pr-numb {
    font-size: 16px;
    margin: 0
}

#steps-content #sb_booking_content #details .product-section .product-item.panel>.wrap-collapse-content {
    padding: 0;
    width: 100%
}

#steps-content #sb_booking_content #details .product-section .product-item.panel>.wrap-collapse-content .collapse-content {
    position: relative;
    padding-top: 30px
}

#steps-content #sb_booking_content #details .product-section .product-item.panel>.wrap-collapse-content .collapse-content:after,#steps-content #sb_booking_content #details .product-section .product-item.panel>.wrap-collapse-content .collapse-content:before {
    content: " ";
    display: table
}

#steps-content #sb_booking_content #details .product-section .product-item.panel>.wrap-collapse-content .collapse-content:after {
    clear: both
}

#steps-content #sb_booking_content #details .product-section .product-item.panel>.wrap-collapse-content .collapse-content a {
    position: relative;
    z-index: 2
}

#steps-content #sb_booking_content #details .product-section .product-item.panel>.wrap-collapse-content .collapse-content:before {
    position: absolute;
    top: 15px;
    left: -15px;
    content: " ";
    display: block;
    height: 1px;
    width: calc(100% + 30px);
    background: rgba(0,0,0,.2)
}

#steps-content #sb_booking_content #details .product-section .product-item.panel>.wrap-collapse-content .collapse-content .biggest-previev {
    float: left;
    width: 50%;
    margin-right: 30px;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-section .product-item.panel>.wrap-collapse-content .collapse-content .biggest-previev {
        width:100%;
        margin-right: 0
    }
}

#steps-content #sb_booking_content #details .product-section .product-item.panel>.wrap-collapse-content .collapse-content .biggest-previev img {
    max-height: 600px
}

#steps-content #sb_booking_content #details .product-section .product-item.panel>.wrap-collapse-content .collapse-content ul li {
    list-style-type: disc
}

#steps-content #sb_booking_content #details .product-section .product-item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info {
    padding-top: 30px;
    -ms-flex-direction: row;
    flex-direction: row
}

#steps-content #sb_booking_content #details .product-section .product-item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info:before {
    content: " ";
    width: calc(100% + 30px);
    height: 1px;
    left: -15px;
    top: 15px;
    position: absolute;
    display: block;
    background: rgba(0,0,0,.2)
}

#steps-content #sb_booking_content #details .product-section .product-item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info .btn-hide {
    min-width: 100px;
    background: transparent
}

#steps-content #sb_booking_content #details .product-section .product-item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info .btn {
    margin-top: 5px;
    margin-bottom: 5px
}

#steps-content #sb_booking_content #details .product-section .product-item.panel.paid-attr__item.no-image .one-line {
    width: 100%
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .one-line .info-bar .bar-flex-item.changed-items-num {
    padding: 0;
    min-height: 36px!important;
    margin-bottom: 0!important
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .one-line .info-bar .bar-flex-item.changed-items-num .wrapper {
    max-width: 100%
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .one-line .info-bar .bar-flex-item.changed-items-num .product-label {
    padding-left: 34px
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .one-line .info-bar .bar-flex-item.changed-items-num .product-label:before {
    left: 5px
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .one-line .info-bar .bar-flex-item.changed-items-num .product-label:after {
    left: 10px
}

#steps-content #sb_booking_content #details .product-section .product-item.panel .one-line .btn-bar.has-read-more .wrap-read-more {
    position: relative!important
}

#steps-content #sb_booking_content #details .product-section .sb-grid-type .product-item .full-info-trigger {
    top: 0;
    margin-top: 0;
    right: 0
}

#steps-content #sb_booking_content #details .product-section .sb-grid-type .product-item .tab {
    box-shadow: none;
    border: 1px solid #f9f9f9;
    transition: all .3s ease
}

#steps-content #sb_booking_content #details .product-section .sb-grid-type .product-item .tab:hover {
    border-color: #ccc
}

#steps-content #sb_booking_content #details .product-section .sb-grid-type .product-item .tab .tab-pd {
    padding: 20px
}

#steps-content #sb_booking_content #details .product-section .sb-grid-type .product-item .tab .badge {
    bottom: -30px;
    font-size: 14px
}

#steps-content #sb_booking_content #details .product-section .sb-grid-type .product-item .excerpt-info {
    position: relative
}

#steps-content #sb_booking_content #details .product-section .sb-grid-type .product-item .excerpt-info .content {
    min-height: auto
}

#steps-content #sb_booking_content #details .product-section .sb-grid-type .product-item .changed-items-num {
    padding: 0 20px 15px
}

#steps-content #sb_booking_content #details .product-section .sb-grid-type .product-item .changed-items-num .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 66%
}

#steps-content #sb_booking_content #details .product-section .sb-grid-type .product-item .changed-items-num input.check {
    display: none
}

#steps-content #sb_booking_content #details .product-section .sb-grid-type .product-item .changed-items-num input.check:checked+.product-label:before {
    background-color: #eee
}

#steps-content #sb_booking_content #details .product-section .sb-grid-type .product-item .changed-items-num input.check:checked+.product-label+input.c-item.sb-qty,#steps-content #sb_booking_content #details .product-section .sb-grid-type .product-item .changed-items-num input.check:checked+.product-label:after {
    opacity: 1;
    visibility: visible
}

#steps-content #sb_booking_content #details .product-section .sb-grid-type .product-item .changed-items-num .product-label {
    font-weight: 400;
    padding-left: 28px;
    position: relative;
    margin-right: 12px
}

#steps-content #sb_booking_content #details .product-section .sb-grid-type .product-item .changed-items-num .product-label:before {
    display: block;
    content: "";
    height: 18px;
    width: 18px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 1px;
    border: 1px solid #dbdbdb;
    border-radius: 3px
}

#steps-content #sb_booking_content #details .product-section .sb-grid-type .product-item .changed-items-num .product-label:after {
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    display: block;
    content: "";
    width: 7px;
    height: 9px;
    border-right: 2px solid #4c4c4c;
    border-bottom: 2px solid #4c4c4c;
    position: absolute;
    left: 5px;
    transform: rotate(45deg);
    top: 4px
}

#steps-content #sb_booking_content #details .product-section .sb-grid-type .product-item .changed-items-num input.c-item.sb-qty {
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    padding: 0 0 0 10px;
    margin-top: -4px
}

#steps-content #sb_booking_content #details .product-section .sb-grid-type .product-item .changed-items-num input.c-item.sb-qty:focus {
    outline: none
}

#steps-content #sb_booking_content #details .product-attribute-section {
    margin-bottom: 30px
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-attribute-section {
        margin-bottom:15px
    }
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item {
    position: relative;
    margin-bottom: 16px;
    height: 100%;
    width: 25%
}

@media (max-width: 1024px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item {
        width:33.33%
    }
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item {
        width:50%
    }
}

@media (max-width: 600px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item {
        width:100%
    }
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item input.check {
    display: none
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item input.check:checked+.product-label:before {
    background-color: #eee
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item input.check:checked+.product-label+input.c-item.sb-qty,#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item input.check:checked+.product-label:after {
    opacity: 1;
    visibility: visible
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item .product-label {
    font-weight: 400;
    padding-left: 32px;
    position: relative;
    font-size: 16px;
    margin: 0;
    cursor: pointer
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item .product-label:before {
    display: block;
    content: "";
    height: 18px;
    width: 18px;
    background-color: #fff;
    position: absolute;
    left: 4px;
    top: 1px;
    border: 1px solid #dbdbdb;
    border-radius: 3px
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item .product-label:after {
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    display: block;
    content: "";
    width: 7px;
    height: 9px;
    border-right: 2px solid #4c4c4c;
    border-bottom: 2px solid #4c4c4c;
    position: absolute;
    left: 10px;
    transform: rotate(45deg);
    top: 4px
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item .tab {
    box-shadow: none;
    border: 1px solid hsla(0,0%,80%,.3)
}

@media (max-width: 580px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item .preloader.img-full__default {
        padding-top:0;
        padding-bottom: 0;
        min-height: 130px
    }
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item .preloader .default svg {
    width: 100px!important
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item .tab-pd {
    padding: 26px 20px 22px
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item .bar-service {
    position: relative;
    margin-bottom: 10px;
    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;
    min-height: 26px;
    margin-left: -12px;
    margin-right: -12px
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item .bar-service__item {
    margin: 2px 12px;
    position: relative
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item .bar-service .badge {
    position: static;
    padding: 0;
    line-height: 1;
    margin-left: auto;
    float: none;
    width: auto;
    min-width: 40px
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item .bar-service .badge:after,#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item .bar-service .badge:before {
    display: none
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item .cap.short {
    position: relative;
    margin-bottom: 10px
}

@media (max-width: 520px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item .cap.short {
        height:auto
    }
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item .cap.short .read-more {
    display: inline-block;
    line-height: inherit;
    font-weight: 400;
    font-size: 16px;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: 3
}

@media (max-width: 520px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item .cap.short .read-more {
        top:auto;
        bottom: 0
    }
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item .full-info .tab-pd {
    display: block
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item .full-info .preloader.img-full__default {
    min-height: 42px
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item .full-info .txt {
    width: 100%
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item .full-info .bar-service {
    width: auto
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel {
    width: 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 15px;
    border: none;
    border-radius: 0;
    background: hsla(0,0%,100%,.92);
    box-shadow: 0 2px 6px -2px rgba(0,0,0,.29);
    transition: background,box-shadow .2s ease-in
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .sidebar-list-attribute-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel:last-child {
    margin-bottom: 0
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel:hover {
    box-shadow: 0 2px 6px -3px rgba(0,0,0,.2)
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .mobile-title {
    width: 100%;
    display: none
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .mobile-title .title {
    display: -ms-flexbox;
    display: flex;
    gap: 5px
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .mobile-title .title .used-overlay {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    line-height: 1;
    position: static;
    font-family: sans-serif
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .mobile-title .title .used-overlay .text,#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .mobile-title .title .used-overlay .txt {
    display: inline-block;
    background-color: #fe4d4d;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    padding: 1px 12px 0;
    white-space: nowrap;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,.2);
    text-transform: uppercase;
    border-radius: 20px;
    font-family: sans-serif
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .mobile-title {
        display:block
    }
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .preloader {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 140px;
    width: 160px;
    min-width: 160px;
    margin: -15px 12px -15px -15px
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .preloader {
        max-height:100px;
        height: 80px;
        width: 110px;
        max-width: 110px;
        min-width: 60px;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0
    }
}

@media (max-width: 480px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .preloader {
        height:60px;
        max-height: 60px;
        max-width: 100%;
        width: 60px;
        min-width: 60px
    }
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .preloader a {
    display: block;
    position: relative;
    transition: all .2s ease-out;
    height: 100%;
    width: 100%;
    padding: 0;
    min-height: 40px
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .preloader a:hover {
    filter: grayscale(50%)
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .preloader a:active {
    transform: scale(1.02,.98)
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .preloader .img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 100%;
    width: 100%
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .preloader .img img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: object-fit\: cover;
    height: 100%;
    width: 100%;
    min-height: 10px;
    border-radius: 0 0 0 0
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .preloader .img img {
        height:80px;
        max-height: 80px;
        border-radius: 0
    }
}

@media (max-width: 480px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .preloader .img img {
        height:60px;
        width: 60px;
        min-width: 60px
    }
}

@media (max-width: 480px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .preloader .img.user img {
        border-radius:50%
    }
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .preloader .img.default img {
    max-height: 60px;
    max-width: 100%;
    width: auto;
    position: relative
}

@media (max-width: 480px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .preloader .img.default img {
        height:auto
    }
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .preloader .img.default svg {
    width: 100px!important
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 6px;
    font-size: 16px;
    line-height: 1.22;
    padding: 0;
    font-weight: 500;
    margin: 0 0 8px
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .title-txt {
    width: 100%
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .title .promotion-item__tag {
    margin: 0;
    line-height: 1;
    padding: 0
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .title .promotion-item__tag .txt {
    font-family: sans-serif
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .title a {
    cursor: pointer;
    margin: 0;
    display: block;
    text-decoration: none;
    position: relative
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .title .used-overlay {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    line-height: 1;
    position: static
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .title .used-overlay .text {
    display: inline-block;
    background-color: #e57373;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    padding: 0 12px;
    white-space: nowrap;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,.2);
    text-transform: uppercase;
    border-radius: 20px
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .title {
        display:none
    }
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel>.one-line {
    width: calc(100% - 160px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel>.one-line {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        width: calc(100% - 122px)
    }
}

@media (max-width: 480px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel>.one-line {
        width:calc(100% - 72px)
    }
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel>.one-line.no-image {
    width: 100%
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel>.one-line .content {
    width: 100%;
    min-height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel>.one-line .content {
        min-height:70px
    }
}

@media (max-width: 480px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel>.one-line .content {
        min-height:1px
    }
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .info-bar {
    margin-top: auto;
    margin-bottom: 0;
    line-height: 1;
    gap: 10px
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .info-bar {
        margin-bottom:auto
    }
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .info-bar .ico {
    font-size: 15px;
    display: inline-block;
    width: 24px;
    min-width: 24px;
    text-align: center;
    margin: 0 4px 0 0;
    line-height: 1
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 26px;
    margin: 0;
    line-height: 1;
    gap: 0
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item.service-bonus {
    width: 100%;
    margin-right: 0;
    -ms-flex: unset;
    flex: unset
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item.service-bonus .ico {
    margin: 0
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item.service-deposit {
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 1024px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item.service-deposit {
        width:100%
    }
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item.service-deposit .service-deposit__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item.service-deposit .service-deposit__price {
        -ms-flex-direction:column;
        flex-direction: column
    }

    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item.service-deposit .service-deposit__price .badge-line {
        display: none
    }
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item.service-deposit .badge {
    margin: 0;
    padding: 0
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item.service-deposit .badge .text {
    font-size: 16px;
    font-weight: 400
}

@media (max-width: 480px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item {
        margin-right:0
    }
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item .txt {
    line-height: 1
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item.price .txt {
    font-size: 17px;
    font-weight: 600
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item.gift-type .price-val,#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item.gift-type .sb_start_date,#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item.start-date-btn .price-val,#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item.start-date-btn .sb_start_date {
    font-size: 16px;
    padding: 0 6px;
    line-height: 1;
    font-weight: 400
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item.gift-type [type=hidden],#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item.start-date-btn [type=hidden] {
    display: none
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .info-bar p {
    margin: 0;
    padding: 0
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    margin: 0 0 0 15px;
    padding-bottom: 30px;
    width: auto
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar {
        -ms-flex-direction:row;
        flex-direction: row;
        width: calc(100% + 10px);
        margin: 10px -5px 0;
        padding-bottom: 0;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar .btn {
    outline: none;
    margin: 5px
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar.has-read-more .btn-round-mask:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 100%;
    top: 0;
    left: 2px;
    transition: all .2s ease-in;
    display: none!important
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar.has-read-more .btn-round-mask:active:after {
    left: 1px
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 36px
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more {
        height:32px;
        position: relative
    }
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more {
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    height: 36px;
    width: 160px;
    min-width: 60px;
    background: transparent;
    border-radius: 3px;
    padding: 0 10px;
    overflow: hidden;
    transition: all .2s cubic-bezier(1,0,.24,.93);
    z-index: 3
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more {
        width:130px;
        height: 32px;
        padding: 0 5px
    }
}

@media (max-width: 600px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more {
        width:auto;
        border: 1px solid rgba(0,0,0,.11);
        min-width: 60px;
        max-width: 60px;
        padding: 0 15px
    }
}

@media (max-width: 360px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more {
        min-width:48px;
        max-width: 48px
    }
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more .part {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .2s ease
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more .part.txt-part {
    font-size: 15px;
    line-height: 1.2;
    padding-right: 6px
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more .part.txt-part .more-part {
    display: none
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more .part.txt-part .less-part {
    display: block
}

@media (max-width: 600px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more .part.txt-part {
        display:none
    }
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part {
    position: relative;
    font-size: 24px;
    font-weight: 400;
    text-decoration: none!important;
    transform: rotate(180deg)
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part .custom-checkbox input:checked+.custom-label:before,#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part .fal:before,#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part :not(.fab)[class*=fa-]:before,.custom-checkbox #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part input:checked+.custom-label:before {
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more.collapsed .part.txt-part .more-part {
    display: block
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more.collapsed .part.txt-part .less-part {
    display: none
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more.collapsed .part.ico-part {
    transform: rotate(0deg)
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar .btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 36px;
    padding: 0;
    text-align: center;
    white-space: normal;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    box-shadow: unset;
    text-decoration: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    transition: all .2s ease-in
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar .btn:active {
    box-shadow: none
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar .btn {
        height:32px
    }
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar .btn.select {
    min-width: 160px;
    width: 160px;
    padding: 0 15px;
    font-size: 15px
}

@media (max-width: 480px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar .btn.select {
        width:auto;
        min-width: 110px;
        line-height: 1;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width: 359px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar .btn.select {
        min-width:100px
    }
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar.btn-bar-full-info {
    -ms-flex-direction: row;
    flex-direction: row;
    clear: both;
    width: calc(100% + 10px);
    margin: 0 -5px;
    display: none
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar.btn-bar-full-info {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar.btn-bar-full-info .btn {
    margin: 2px 5px;
    padding: 0 20px
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar.btn-bar-full-info .btn .pr-numb {
    padding-left: 4px
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar.btn-bar-full-info .btn .pr-decimal,#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .btn-bar.btn-bar-full-info .btn .pr-numb {
    font-size: 16px;
    margin: 0
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel>.wrap-collapse-content {
    padding: 0;
    width: 100%
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel>.wrap-collapse-content .collapse-content {
    position: relative;
    padding-top: 30px
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel>.wrap-collapse-content .collapse-content:after,#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel>.wrap-collapse-content .collapse-content:before {
    content: " ";
    display: table
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel>.wrap-collapse-content .collapse-content:after {
    clear: both
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel>.wrap-collapse-content .collapse-content a {
    position: relative;
    z-index: 2
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel>.wrap-collapse-content .collapse-content:before {
    position: absolute;
    top: 15px;
    left: -15px;
    content: " ";
    display: block;
    height: 1px;
    width: calc(100% + 30px);
    background: rgba(0,0,0,.2)
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel>.wrap-collapse-content .collapse-content .biggest-previev {
    float: left;
    width: 50%;
    margin-right: 30px;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel>.wrap-collapse-content .collapse-content .biggest-previev {
        width:100%;
        margin-right: 0
    }
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel>.wrap-collapse-content .collapse-content .biggest-previev img {
    max-height: 600px
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel>.wrap-collapse-content .collapse-content ul li {
    list-style-type: disc
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info {
    padding-top: 30px;
    -ms-flex-direction: row;
    flex-direction: row
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info:before {
    content: " ";
    width: calc(100% + 30px);
    height: 1px;
    left: -15px;
    top: 15px;
    position: absolute;
    display: block;
    background: rgba(0,0,0,.2)
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info .btn-hide {
    min-width: 100px;
    background: transparent
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info .btn {
    margin-top: 5px;
    margin-bottom: 5px
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel.paid-attr__item.no-image .one-line {
    width: 100%
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .one-line .info-bar .bar-flex-item.changed-items-num {
    padding: 0;
    min-height: 36px!important;
    margin-bottom: 0!important
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .one-line .info-bar .bar-flex-item.changed-items-num .product-label {
    padding-left: 34px
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .one-line .info-bar .bar-flex-item.changed-items-num .product-label:before {
    left: 5px
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .one-line .info-bar .bar-flex-item.changed-items-num .product-label:after {
    left: 10px
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .one-line .info-bar .bar-flex-item.changed-items-num input.c-item.sb-qty {
    height: 30px;
    width: 63px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    padding: 0 0 0 10px;
    margin-top: -4px
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel .one-line .info-bar .bar-flex-item.changed-items-num input.c-item.sb-qty:focus {
    outline: none
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item.panel.paid-attr__item .has-read-more .wrap-read-more {
    position: static
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item .paid-attr__item-clickable-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper.simple-list .product-item .item-data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px 100px 16px 22px;
    border-radius: 3px;
    border: 1px solid #ddd;
    font-size: 16px
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper.simple-list .product-item .item-data .item-name {
    padding: 0 10px 0 0;
    border: none;
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper.simple-list .product-item .item-data .badge {
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 0 3px 3px 0;
    line-height: 54px
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper.simple-list .product-item .item-data .badge:after,#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper.simple-list .product-item .item-data .badge:before {
    display: none
}

#steps-content #sb_booking_content #details .product-booking-data-wrapper {
    padding: 20px 0;
    margin-top: 30px;
    border-top: 2px solid #f6f6f6;
    font-size: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-booking-data-wrapper {
        margin-top:15px
    }
}

#steps-content #sb_booking_content #details .product-booking-data-wrapper .item-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    width: 100%
}

#steps-content #sb_booking_content #details .product-booking-data-wrapper .item-wrapper .product-booking-info {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 12px
}

#steps-content #sb_booking_content #details .product-booking-data-wrapper .item-wrapper .product-booking-info .type {
    font-weight: 600;
    width: 40%
}

#steps-content #sb_booking_content #details .product-booking-data-wrapper .item-wrapper .product-booking-info .data {
    text-align: right;
    padding-left: 15px;
    width: 60%
}

#steps-content #sb_booking_content #details .product-booking-data-wrapper .item-wrapper .product-booking-info small {
    font-size: 13px
}

.classes-plugin-group>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 600px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    margin: 0 auto 30px;
    padding: 15px
}

.classes-plugin-group .plugin-group-booking {
    width: auto;
    border-right: 1px solid #ccc;
    margin-left: 15px
}

@media (max-width: 767px) {
    .classes-plugin-group .plugin-group-booking {
        max-width:300px
    }
}

.classes-plugin-group .plugin-group-booking .cap-slider {
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px
}

.classes-plugin-group .plugin-group-booking .slider {
    position: relative;
    background-color: #bbbec6;
    border-radius: 5px;
    height: 6px
}

.classes-plugin-group .plugin-group-booking .slider .ui-slider-handle {
    position: absolute;
    width: 24px;
    top: -9px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #bbbec6;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    color: #333;
    margin-right: -12px;
    margin-left: -12px;
    padding-top: 0
}

.classes-plugin-group .plugin-group-booking .slider .ui-slider-handle:active,.classes-plugin-group .plugin-group-booking .slider .ui-slider-handle:focus,.classes-plugin-group .plugin-group-booking .slider .ui-slider-handle:hover {
    outline: none;
    text-decoration: none
}

.active-count {
    width: 68px
}

.active-count .sb_group_count {
    font-size: 14px;
    text-align: center;
    line-height: 13px;
    color: #999;
    background-color: #fff
}

.active-count .minus,.active-count .plus {
    width: 18px;
    height: 50%;
    border: none
}

.active-count .plus {
    top: 0;
    border-bottom: none
}

.active-count .plus:before {
    display: block;
    content: "";
    border-bottom: 6px solid #494949;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    left: 3px;
    top: 10px
}

.active-count .minus {
    bottom: 0
}

.active-count .minus:after {
    display: block;
    content: "";
    border-top: 6px solid #494949;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 10px;
    left: 3px
}

.sb-group-counter-input-div {
    border: none;
    height: 46px;
    width: 100%;
    max-width: 40px;
    line-height: 46px;
    text-align: center;
    padding: 0 4px;
    font-size: 18px
}

.sb-group-counter-input-div:focus {
    outline: none
}

.plugin-group-booking {
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 2px;
    padding: 0 10px 0 40px
}

.plugin-group-booking:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 100%;
    left: 15px
}

.panel .plugin-group-booking {
    border: none!important;
    padding: 0 5px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.panel .plugin-group-booking:before {
    width: 30px;
    min-width: 30px;
    height: auto;
    position: static;
    background: none!important;
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    font-weight: 300;
    margin-right: 4px
}

.panel .plugin-group-booking .active-count {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.panel .plugin-group-booking .active-count .sb-group-counter-input-div {
    width: 36px;
    min-width: 36px;
    height: 22px;
    line-height: 22px
}

.panel .plugin-group-booking .active-count .minus,.panel .plugin-group-booking .active-count .plus {
    position: relative;
    height: 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
    width: 25px;
    min-width: 25px;
    min-height: 22px;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 2px
}

.panel .plugin-group-booking .active-count .minus:after,.panel .plugin-group-booking .active-count .minus:before,.panel .plugin-group-booking .active-count .plus:after,.panel .plugin-group-booking .active-count .plus:before {
    height: auto;
    width: auto
}

.panel .plugin-group-booking .active-count .plus:before {
    position: static;
    border: none;
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.panel .plugin-group-booking .active-count .minus {
    -ms-flex-order: -1;
    order: -1
}

.panel .plugin-group-booking .active-count .minus:after {
    position: static;
    border: none;
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.recurring-block {
    min-height: 46px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
    border-top: 1px solid #e7e7e7;
    margin-top: 10px
}

@media (max-width: 767px) {
    .recurring-block {
        min-height:1px
    }
}

.recurring-hint__dropdown:hover .recurring-hint__dropdown-menu {
    display: block
}

.recurring-hint__btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    outline: none;
    border: none;
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
    margin: 0
}

.recurring-hint__btn .ico {
    font-size: 24px;
    margin: 0;
    position: relative
}

.recurring-hint__dropdown-menu {
    min-width: 200px;
    padding: 15px;
    font-size: inherit;
    left: auto;
    right: -8px;
    border: none;
    border-radius: 0
}

.recurring-hint__dropdown-menu:before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: 0;
    height: 12px;
    width: 100%
}

.recurring-hint__dropdown-menu p {
    margin-bottom: 5px
}

.recurring-hint__dropdown-menu p:last-child {
    margin-bottom: 0
}

.service-bar {
    position: relative;
    margin-top: 0;
    width: 100%
}

.service-bar__wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: center;
    padding: 10px 0 0;
    z-index: 1;
    line-height: 1.2
}

@media (max-width: 767px) {
    .service-bar__wrapper {
        padding:15px 0 0
    }
}

.service-bar__text {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    margin-right: auto;
    text-align: left;
    padding-left: 0;
    padding-right: 32px
}

.service-bar__icon {
    height: 30px;
    margin-right: 8px;
    -ms-flex-order: 1;
    order: 1
}

.service-bar__icon .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 0;
    margin-top: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-background-size: 26px;
    background-size: 26px
}

.service-bar__icon .icon.icon-reccuring {
    left: 0;
    background-color: transparent;
    text-align: left;
    line-height: 30px
}

.service-bar__icon .icon.icon-reccuring .abc{
    font-size: 22px;
    line-height: 30px
}

.service-bar__recurring-hint {
    -ms-flex-order: -10;
    order: -10
}

.panel .recurring-block {
    min-height: 30px;
    padding-bottom: 0;
    border: none;
    margin-top: 0
}

.panel .service-bar__wrapper {
    text-align: left;
    padding: 4px 0
}

@media (max-width: 767px) {
    .panel .service-bar__wrapper {
        padding:4px 0
    }
}

.panel .service-bar__text {
    font-size: 14px;
    padding-right: 10px;
    line-height: 1.2
}

.panel .service-bar__icon {
    height: auto
}

.panel .service-bar__icon .icon {
    width: 16px;
    height: 16px;
    -webkit-background-size: 24px;
    background-size: 24px
}

.panel .service-bar__icon .icon.icon-reccuring {
    text-align: left;
    line-height: 1
}

.panel .service-bar__icon .icon.icon-reccuring .abc{
    font-size: 16px;
    line-height: 1
}

.panel .service-bar__recurring-hint .recurring-hint__btn {
    height: auto;
    min-height: auto
}

.empty-week-time-part {
    text-align: center
}

.empty-week-time-part .calendar-nothing-available-icon {
    background-image: url(../../assets/img/nothing-available.svg);
    width: 110px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    height: 150px;
    display: block;
    margin: 0 auto;
    position: relative;
    left: 6px
}

.invoice-notifications .alert {
    background: none;
    border: none;
    text-align: center;
    color: inherit;
    margin-bottom: 12px
}

.invoice-notifications .alert .message {
    font-size: 20px;
    font-weight: 600
}

.invoice-notifications .alert .notifications-icon {
    height: 125px;
    width: 100%;
    margin: 10px 0 20px
}

@media (max-width: 767px) {
    .invoice-notifications .alert .notifications-icon {
        height:100px;
        margin-bottom: 10px
    }
}

.invoice-notifications .alert .notifications-icon svg {
    width: auto;
    height: 100%
}

.invoice-pay-page-grid_item.left-block .title--h3 {
    margin: 0 0 8px;
    padding: 0;
    font-size: 18px;
    font-weight: 500
}

.invoice-pay-page-grid_item.left-block label {
    font-weight: 400;
    margin: 0 0 5px
}

.invoice-pay-page-grid_item.right-block {
    font-size: 14px
}

.invoice-pay-page-grid_item.right-block .right-block--section-pd {
    padding: 22px;
    border: 1px solid;
    border-radius: 5px
}

.invoice-pay-page-grid_item.right-block .text--hint {
    font-size: 12px;
    padding-top: 18px
}

.invoice-pay-page-grid_item.right-block .invoice-details--module {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px
}

.invoice-pay-page-grid_item.right-block .right-block--header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    gap: 8px 20px
}

@media (max-width: 580px) {
    .invoice-pay-page-grid_item.right-block .right-block--header {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.invoice-pay-page-grid_item.right-block .right-block--header .title {
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500
}

.invoice-pay-page-grid_item.right-block .right-block--header .invoice-info {
    font-size: 12px;
    line-height: 1.26;
    font-weight: 400
}

.invoice-pay-page-grid_item.right-block .right-block--header .invoice-info b {
    font-weight: 500
}

.invoice-pay-page-grid_item.right-block .right-block--body {
    position: relative
}

.invoice-pay-page-grid_item.right-block .right-block--body table {
    text-align: left;
    position: relative;
    border-collapse: collapse
}

.invoice-pay-page-grid_item.right-block .right-block--body table thead {
    position: relative
}

.invoice-pay-page-grid_item.right-block .right-block--body table thead th {
    line-height: 1.4;
    font-size: 13px;
    font-weight: 500;
    vertical-align: middle;
    border: none;
    text-align: right
}

.invoice-pay-page-grid_item.right-block .right-block--body table thead th.inv-cell-info {
    text-align: left
}

.invoice-pay-page-grid_item.right-block .right-block--body table tbody td {
    font-size: 14px;
    font-weight: 400
}

.invoice-pay-page-grid_item.right-block .right-block--body table tbody td p {
    margin: 0;
    padding: 0
}

.invoice-pay-page-grid_item.right-block .right-block--body table tbody td.inv-cell-price,.invoice-pay-page-grid_item.right-block .right-block--body table tbody td.inv-cell-tax,.invoice-pay-page-grid_item.right-block .right-block--body table tbody td.inv-cell-total {
    text-align: right;
    white-space: nowrap
}

.invoice-pay-page-grid_item.right-block .right-block--body table tbody td.inv-cell-total {
    font-weight: 600
}

.invoice-pay-page-grid_item.right-block .right-block--body table tbody td .inv-cell-info-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 14px
}

.invoice-pay-page-grid_item.right-block .right-block--body table tbody td .inv-cell-info-content .p--qty {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    white-space: nowrap
}

.invoice-pay-page-grid_item.right-block .right-block--footer {
    padding-top: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px 20px
}

.invoice-pay-page-grid_item.right-block .right-block--footer .invoice-total-prices {
    width: 100%;
    -ms-flex: 1;
    flex: 1
}

.invoice-pay-page-grid_item.right-block .right-block--footer .invoice-total-prices p {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 20px
}

.invoice-pay-page-grid_item.right-block .right-block--footer .invoice-total-prices p .invoice-amount--value {
    white-space: nowrap;
    margin-left: auto;
    display: inline-block;
    font-weight: 600
}

.invoice-pay-page-grid_item.right-block .right-block--footer .invoice-total-prices .invoice-amounts--total {
    font-size: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    min-height: 46px
}

.invoice-pay-page-grid_item.right-block .right-block--footer .btn-bar .btn {
    width: 100%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 46px;
    height: 46px;
    padding-left: 25px;
    padding-right: 25px
}

.invoice-pay-page-grid_item.right-block .right-block--footer .btn-bar .btn--txt {
    padding: 0!important
}

.hasModal .invoice-pay .invoice-pay-page--select-pm .invoice-pay-page-grid_item.right-block {
    z-index: 80
}

.invoice-pay-page--recurring-profile .tab {
    padding: 20px
}

.invoice-pay-page--recurring-profile .invoice-info {
    margin-bottom: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 12px 22px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0
}

.invoice-pay-page--recurring-profile .invoice-info .text-right {
    margin-left: auto
}

.invoice-pay-page--recurring-profile .invoice-info table tr td:first-child {
    padding-right: 10px
}

.invoice-pay:not(.payment-received) .invoice-pay-page--select-pm .invoice-pay-page-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 50px
}

@media (max-width: 1100px) {
    .invoice-pay:not(.payment-received) .invoice-pay-page--select-pm .invoice-pay-page-grid {
        -ms-flex-direction:column;
        flex-direction: column
    }
}

.invoice-pay:not(.payment-received) .invoice-pay-page--select-pm .invoice-pay-page-grid_item {
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 1100px) {
    .invoice-pay:not(.payment-received) .invoice-pay-page--select-pm .invoice-pay-page-grid_item {
        width:100%
    }
}

.invoice-pay:not(.payment-received) .invoice-pay-page--select-pm .invoice-pay-page-grid_item.right-block {
    position: sticky;
    top: 10px;
    max-width: 530px;
    min-width: 500px;
    font-size: 14px;
    z-index: 100
}

@media (max-width: 1100px) {
    .invoice-pay:not(.payment-received) .invoice-pay-page--select-pm .invoice-pay-page-grid_item.right-block {
        position:relative;
        top: 0;
        max-width: 100%;
        min-width: unset;
        max-height: unset
    }
}

.invoice-pay:not(.payment-received) .invoice-pay-page--select-pm .invoice-pay-page-grid_item.right-block .right-block--body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-height: calc(91vh - 300px);
    overflow: auto
}

.invoice-pay:not(.payment-received) .invoice-pay-page--select-pm .invoice-pay-page-grid_item-footer {
    -ms-flex: unset;
    flex: unset;
    width: 100%
}

.invoice-pay:not(.payment-received) .invoice-pay-page--select-pm .invoice-pay-page-grid.--to-columns {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    -ms-flex-direction: column;
    flex-direction: column
}

.invoice-pay:not(.payment-received) .invoice-pay-page--select-pm .invoice-pay-page-grid.--to-columns .invoice-pay-page-grid_item {
    width: 100%
}

.invoice-pay:not(.payment-received) .invoice-pay-page--select-pm .invoice-pay-page-grid.--to-columns .invoice-pay-page-grid_item.right-block {
    position: relative;
    top: 0;
    max-width: 100%
}

.invoice-pay-page {
    width: 1px;
    min-width: 100%
}

.invoice-pay .container-fluid.column {
    max-width: 1440px
}

.invoice-pay .invoice-info .part tbody {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.invoice-pay-page.invoice-pay-page--select-pm .back-buttons-container .tab-pd {
    padding: 0
}

.invoice-pay-page.invoice-pay-page--select-pm .rest-details {
    padding: 15px 8px
}

.invoice-pay-page.invoice-pay-page--select-pm .rest-details>div {
    margin-bottom: 5px
}

.invoice-pay-page.invoice-pay-page--select-pm .rest-details>div .package-list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 30px;
    padding: 4px 0 4px 50px;
    position: relative
}

.invoice-pay-page.invoice-pay-page--select-pm .rest-details>div .package-list-item:before {
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 30px;
    line-height: 1;
    min-width: 36px;
    text-align: center;
    font-size: 20px
}

.invoice-pay-page.invoice-pay-page--select-pm .rest-details>div .package-list-item.package-attr:before {
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.invoice-pay-page.invoice-pay-page--select-pm .rest-details>div .package-list-item.package-product:before {
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.invoice-pay-page.invoice-pay-page--select-pm .rest-details>div .package-list-item.package-service:before {
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.invoice-pay-page.invoice-pay-page--select-pm .rest-details>div .package-list-item.package-limit:before {
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.invoice-pay-page.invoice-pay-page--select-pm .rest-details>div .package-list-item .one-row {
    line-height: 1.2
}

.invoice-pay-page.invoice-pay-page--select-pm .rest-details>div .package-list-item .qtu {
    margin-right: 10px;
    font-weight: 700
}

.invoice-pay-page.invoice-pay-page--select-pm .rest-details>div:last-child {
    margin-bottom: 0
}

.invoice-pay-page.invoice-pay-page--select-pm .invoice-used-packages-list .accordion-wrapper {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 12px
}

.invoice-pay-page.invoice-pay-page--select-pm .invoice-used-packages-list .accordion-wrapper .p--hint.accordion-hint,.invoice-pay-page.invoice-pay-page--select-pm .invoice-used-packages-list .accordion-wrapper .title.title--h3 {
    display: none
}

.invoice-pay-page.invoice-pay-page--select-pm .invoice-used-packages-list .accordion-wrapper:first-child .p--hint.accordion-hint,.invoice-pay-page.invoice-pay-page--select-pm .invoice-used-packages-list .accordion-wrapper:first-child .title.title--h3 {
    display: block
}

.invoice-pay-page.invoice-pay-page--select-pm .invoice-used-packages-list .accordion-wrapper:last-child {
    border-bottom: 1px solid
}

.invoice-pay-page.invoice-pay-page--select-pm .invoice-used-packages-list .accordion-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 4px;
    min-height: 44px
}

.invoice-pay-page.invoice-pay-page--select-pm .invoice-used-packages-list .accordion-header .control-label,.invoice-pay-page.invoice-pay-page--select-pm .invoice-used-packages-list .accordion-header .form-group {
    margin: 0;
    width: auto;
    min-width: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.invoice-pay-page.invoice-pay-page--select-pm .invoice-used-packages-list .accordion-header .control-label .custom-checkbox,.invoice-pay-page.invoice-pay-page--select-pm .invoice-used-packages-list .accordion-header .form-group .custom-checkbox {
    margin: 0;
    padding: 12px 17px
}

.invoice-pay-page.invoice-pay-page--select-pm .invoice-used-packages-list .accordion-header .control-label .custom-checkbox-label,.invoice-pay-page.invoice-pay-page--select-pm .invoice-used-packages-list .accordion-header .form-group .custom-checkbox-label {
    min-width: unset
}

.invoice-pay-page.invoice-pay-page--select-pm .invoice-used-packages-list .accordion-header .title {
    font-size: 16px;
    line-height: 20px;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 38px 8px 10px
}

.invoice-pay-page.invoice-pay-page--select-pm .invoice-used-packages-list .accordion-wrapper .accordion {
    margin-bottom: 12px;
    padding: 0
}

.invoice-pay-page.invoice-pay-page--select-pm .invoice-used-packages-list .accordion-wrapper .accordion:last-child {
    margin-bottom: 0
}

.invoice-pay-page.invoice-pay-page--select-pm .promo-code-input {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid
}

.invoice-pay-page.invoice-pay-page--select-pm .promo-code-input .form-group {
    margin: 0
}

.invoice-pay-page.invoice-pay-page--select-pm .promo-code-input .pd {
    padding: 0
}

.invoice-pay-page.invoice-pay-page--select-pm .promo-code-input--label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 5px;
    overflow: visible
}

.invoice-pay-page.invoice-pay-page--select-pm .promo-code-input .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#sb_google_translate .invoice-pay-page.invoice-pay-page--select-pm .promo-code-input .form-group .goog-te-combo,.invoice-pay-page.invoice-pay-page--select-pm .promo-code-input .form-group #sb_google_translate .goog-te-combo,.invoice-pay-page.invoice-pay-page--select-pm .promo-code-input .form-group .form-control {
    width: auto;
    -ms-flex: 1;
    flex: 1;
    min-width: 100px;
    margin: 0;
    height: auto;
    min-height: 40px;
    max-width: unset
}

.invoice-pay-page.invoice-pay-page--select-pm .promo-code-input .form-group .btn {
    margin: 0
}

.invoice-pay-page.invoice-pay-page--select-pm .tips-view--title {
    font-weight: 400
}

.invoice-pay-page--page-pd.invoice-return .to-invoices-list,.invoice-pay-page .to-invoices-list,.invoice-return .to-invoices-list,.invoice-view .invoice-pay-page .to-invoices-list {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px
}

.invoice-pay-page--page-pd.invoice-return .invoice-buttons-container>div,.invoice-pay-page .invoice-buttons-container>div,.invoice-return .invoice-buttons-container>div,.invoice-view .invoice-pay-page .invoice-buttons-container>div {
    padding-top: 20px
}

.invoice-pay-page--page-pd.invoice-return .invoice-buttons-container .btn,.invoice-pay-page .invoice-buttons-container .btn,.invoice-return .invoice-buttons-container .btn,.invoice-view .invoice-pay-page .invoice-buttons-container .btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px
}

#gdpr-report-view #sb_gdpr_report_container .table-section .invoice-pay-page--page-pd.invoice-return .invoice-buttons-container .btn .collapse-btn:after,#gdpr-report-view #sb_gdpr_report_container .table-section .invoice-pay-page .invoice-buttons-container .btn .collapse-btn:after,#gdpr-report-view #sb_gdpr_report_container .table-section .invoice-return .invoice-buttons-container .btn .collapse-btn:after,#gdpr-report-view #sb_gdpr_report_container .table-section .invoice-view .invoice-pay-page .invoice-buttons-container .btn .collapse-btn:after,#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .buttons-container .invoice-pay-page--page-pd.invoice-return .invoice-buttons-container .btn #sb_multiple_booking_btn:after,#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .buttons-container .invoice-pay-page .invoice-buttons-container .btn #sb_multiple_booking_btn:after,#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .buttons-container .invoice-return .invoice-buttons-container .btn #sb_multiple_booking_btn:after,#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .buttons-container .invoice-view .invoice-pay-page .invoice-buttons-container .btn #sb_multiple_booking_btn:after,#sb-timeline #steps #time-settings #sb_booking_company_time .invoice-pay-page--page-pd.invoice-return .invoice-buttons-container .btn .btn:after,#sb-timeline #steps #time-settings #sb_booking_company_time .invoice-pay-page .invoice-buttons-container .btn .btn:after,#sb-timeline #steps #time-settings #sb_booking_company_time .invoice-return .invoice-buttons-container .btn .btn:after,#sb-timeline #steps #time-settings #sb_booking_company_time .invoice-view .invoice-pay-page .invoice-buttons-container .btn .btn:after,.accordion .invoice-pay-page--page-pd.invoice-return .invoice-buttons-container .btn .title:after,.accordion .invoice-pay-page .invoice-buttons-container .btn .title:after,.accordion .invoice-return .invoice-buttons-container .btn .title:after,.accordion .invoice-view .invoice-pay-page .invoice-buttons-container .btn .title:after,.custom-checkbox .invoice-pay-page--page-pd.invoice-return .invoice-buttons-container .btn input:checked+.custom-label:before,.custom-checkbox .invoice-pay-page .invoice-buttons-container .btn input:checked+.custom-label:before,.custom-checkbox .invoice-return .invoice-buttons-container .btn input:checked+.custom-label:before,.custom-checkbox .invoice-view .invoice-pay-page .invoice-buttons-container .btn input:checked+.custom-label:before,.invoice-pay-page--page-pd.invoice-return .invoice-buttons-container .btn #gdpr-report-view #sb_gdpr_report_container .table-section .collapse-btn:after,.invoice-pay-page--page-pd.invoice-return .invoice-buttons-container .btn #sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .buttons-container #sb_multiple_booking_btn:after,.invoice-pay-page--page-pd.invoice-return .invoice-buttons-container .btn #sb-timeline #steps #time-settings #sb_booking_company_time .btn:after,.invoice-pay-page--page-pd.invoice-return .invoice-buttons-container .btn .accordion .title:after,.invoice-pay-page--page-pd.invoice-return .invoice-buttons-container .btn .custom-checkbox input:checked+.custom-label:before,.invoice-pay-page--page-pd.invoice-return .invoice-buttons-container .btn .fal,.invoice-pay-page--page-pd.invoice-return .invoice-buttons-container .btn .abc,.invoice-pay-page--page-pd.invoice-return .invoice-buttons-container .btn i,.invoice-pay-page .invoice-buttons-container .btn #gdpr-report-view #sb_gdpr_report_container .table-section .collapse-btn:after,.invoice-pay-page .invoice-buttons-container .btn #sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .buttons-container #sb_multiple_booking_btn:after,.invoice-pay-page .invoice-buttons-container .btn #sb-timeline #steps #time-settings #sb_booking_company_time .btn:after,.invoice-pay-page .invoice-buttons-container .btn .accordion .title:after,.invoice-pay-page .invoice-buttons-container .btn .custom-checkbox input:checked+.custom-label:before,.invoice-pay-page .invoice-buttons-container .btn .fal,.invoice-pay-page .invoice-buttons-container .btn .abc,.invoice-pay-page .invoice-buttons-container .btn i,.invoice-return .invoice-buttons-container .btn #gdpr-report-view #sb_gdpr_report_container .table-section .collapse-btn:after,.invoice-return .invoice-buttons-container .btn #sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .buttons-container #sb_multiple_booking_btn:after,.invoice-return .invoice-buttons-container .btn #sb-timeline #steps #time-settings #sb_booking_company_time .btn:after,.invoice-return .invoice-buttons-container .btn .accordion .title:after,.invoice-return .invoice-buttons-container .btn .custom-checkbox input:checked+.custom-label:before,.invoice-return .invoice-buttons-container .btn .fal,.invoice-return .invoice-buttons-container .btn .abc,.invoice-return .invoice-buttons-container .btn i,.invoice-view .invoice-pay-page .invoice-buttons-container .btn #gdpr-report-view #sb_gdpr_report_container .table-section .collapse-btn:after,.invoice-view .invoice-pay-page .invoice-buttons-container .btn #sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .buttons-container #sb_multiple_booking_btn:after,.invoice-view .invoice-pay-page .invoice-buttons-container .btn #sb-timeline #steps #time-settings #sb_booking_company_time .btn:after,.invoice-view .invoice-pay-page .invoice-buttons-container .btn .accordion .title:after,.invoice-view .invoice-pay-page .invoice-buttons-container .btn .custom-checkbox input:checked+.custom-label:before,.invoice-view .invoice-pay-page .invoice-buttons-container .btn .fal,.invoice-view .invoice-pay-page .invoice-buttons-container .btn .abc,.invoice-view .invoice-pay-page .invoice-buttons-container .btn i {
    padding: 0;
    margin: 0
}

.invoice-pay-page--page-pd.invoice-return .invoice-pay-page-grid,.invoice-pay-page .invoice-pay-page-grid,.invoice-return .invoice-pay-page-grid,.invoice-view .invoice-pay-page .invoice-pay-page-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 22px
}

.invoice-pay-page--page-pd.invoice-return .invoice-info,.invoice-pay-page .invoice-info,.invoice-return .invoice-info,.invoice-view .invoice-pay-page .invoice-info {
    width: 100%
}

.invoice-pay-page--page-pd.invoice-return .invoice-info .invoice-title,.invoice-pay-page .invoice-info .invoice-title,.invoice-return .invoice-info .invoice-title,.invoice-view .invoice-pay-page .invoice-info .invoice-title {
    margin-bottom: 8px
}

.invoice-pay-page--page-pd.invoice-return .invoice-info .part tbody,.invoice-pay-page .invoice-info .part tbody,.invoice-return .invoice-info .part tbody,.invoice-view .invoice-pay-page .invoice-info .part tbody {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px 22px
}

.invoice-pay-page--page-pd.invoice-return .invoice-info .part td b,.invoice-pay-page .invoice-info .part td b,.invoice-return .invoice-info .part td b,.invoice-view .invoice-pay-page .invoice-info .part td b {
    padding-left: 5px
}

.invoice-pay-page--page-pd.invoice-return .invoice-pay-page-grid_item.right-block,.invoice-pay-page--page-pd.invoice-return .invoice-pay-page-grid_item.right-block .right-block--body table tbody td,.invoice-pay-page--page-pd.invoice-return .invoice-pay-page-grid_item.right-block .right-block--header .invoice-info,.invoice-pay-page .invoice-pay-page-grid_item.right-block,.invoice-pay-page .invoice-pay-page-grid_item.right-block .right-block--body table tbody td,.invoice-pay-page .invoice-pay-page-grid_item.right-block .right-block--header .invoice-info,.invoice-return .invoice-pay-page-grid_item.right-block,.invoice-return .invoice-pay-page-grid_item.right-block .right-block--body table tbody td,.invoice-return .invoice-pay-page-grid_item.right-block .right-block--header .invoice-info,.invoice-view .invoice-pay-page .invoice-pay-page-grid_item.right-block,.invoice-view .invoice-pay-page .invoice-pay-page-grid_item.right-block .right-block--body table tbody td,.invoice-view .invoice-pay-page .invoice-pay-page-grid_item.right-block .right-block--header .invoice-info {
    font-size: inherit
}

.invoice-pay-page--page-pd.invoice-return .inv-cell-info,.invoice-pay-page .inv-cell-info,.invoice-return .inv-cell-info,.invoice-view .invoice-pay-page .inv-cell-info {
    white-space: normal!important
}

@media (max-width: 767px) {
    .invoice-pay-page--page-pd.invoice-return .inv-cell-info,.invoice-pay-page .inv-cell-info,.invoice-return .inv-cell-info,.invoice-view .invoice-pay-page .inv-cell-info {
        max-width:400px
    }
}

.invoice-pay .invoice-pay-page-grid_item.right-block .right-block--header .invoice-info {
    font-size: 13px;
    width: auto
}

.invoice-pay .invoice-pay-page-grid_item.right-block .right-block--header .invoice-info .invoice-title {
    display: none
}

.invoice-pay .invoice-pay-page-grid_item.right-block .right-block--header .title {
    white-space: nowrap
}

.invoice-pay .invoice-pay-page-grid_item.right-block .right-block--header .invoice-info b {
    font-weight: 700
}

.invoice-return .invoice-pay-page-grid,.invoice-view .invoice-pay-page-grid,.payment-received .invoice-pay-page-grid {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

.invoice-return .right-block--footer .invoice-payment-systems-info--pay-now .btn-bar--row,.invoice-view .right-block--footer .invoice-payment-systems-info--pay-now .btn-bar--row,.payment-received .right-block--footer .invoice-payment-systems-info--pay-now .btn-bar--row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 22px
}

.invoice-return .right-block--footer .invoice-payment-systems-info--pay-now .btn-bar--row .btn,.invoice-view .right-block--footer .invoice-payment-systems-info--pay-now .btn-bar--row .btn,.payment-received .right-block--footer .invoice-payment-systems-info--pay-now .btn-bar--row .btn {
    width: auto;
    min-width: 150px
}

.invoice-return .invoice-pay-page .invoice-pay-page-grid .left-block {
    -ms-flex-order: 2;
    order: 2
}

.invoice-return .invoice-pay-page .invoice-pay-page-grid .left-block .invoice-used-packages-list .accordion-wrapper:last-child {
    margin-bottom: 25px;
    padding-top: 25px;
    border-top: 1px solid;
    border-bottom: none;
    padding-bottom: 6px
}

.invoice-return .invoice-pay-page .invoice-pay-page-grid .invoice-pay-page-grid_item-footer {
    -ms-flex-order: 12;
    order: 12
}

.invoice-return .invoice-pay-page.invoice-pay-page--select-pm .invoice-pay-page-grid .invoice-used-packages-list--wrapper .invoice-used-packages-list:not(:empty)+.invoice-used-packages-list--applied,.invoice-return.payment-received .invoice-pay-page-grid .invoice-used-packages-list--wrapper .invoice-used-packages-list:not(:empty)+.invoice-used-packages-list--applied,.invoice-view.payment-received .invoice-pay-page-grid .invoice-used-packages-list--wrapper .invoice-used-packages-list:not(:empty)+.invoice-used-packages-list--applied {
    display: block;
    visibility: visible;
    margin-bottom: 12px
}

.invoice-used-packages-list--wrapper {
    position: relative
}

.invoice-used-packages-list--wrapper .invoice-used-packages-list:not(:empty) {
    padding-top: 38px
}

.invoice-used-packages-list--applied {
    display: none;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 2px;
    right: 0
}

.invoice-pay-page--page-pd .to-invoices-list {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
    min-height: 36px;
    margin-bottom: 18px;
    text-decoration: none
}

.invoice-pay-page--page-pd .to-invoices-list .fa-angle-left {
    font-size: 25px
}

.invoice-pay-page--page-pd.invoice-return .right-block--footer,.invoice-return .right-block--footer,.invoice-view .right-block--footer {
    gap: 0;
    -ms-flex-direction: column;
    flex-direction: column
}

.invoice-pay-page--page-pd.invoice-return .right-block--footer .invoice-total-prices,.invoice-return .right-block--footer .invoice-total-prices,.invoice-view .right-block--footer .invoice-total-prices {
    width: 100%
}

.invoice-pay-page--page-pd.invoice-return .inv-cell-info,.invoice-return .inv-cell-info,.invoice-view .inv-cell-info {
    white-space: normal!important
}

@media (max-width: 767px) {
    .invoice-pay-page--page-pd.invoice-return .inv-cell-info,.invoice-return .inv-cell-info,.invoice-view .inv-cell-info {
        min-width:250px
    }
}

.invoice-pay-page--page-pd.invoice-return .invoice-pay-page--select-pm .invoice-used-packages-list .accordion-header .title,.invoice-return .invoice-pay-page--select-pm .invoice-used-packages-list .accordion-header .title,.invoice-view .invoice-pay-page--select-pm .invoice-used-packages-list .accordion-header .title {
    padding-left: 16px
}

.invoice-payment-systems--data .tab-pd {
    padding-left: 0;
    padding-right: 0
}

.invoice-payment-systems--data .tab-pd .bg-danger {
    padding: 8px
}

.btn-bar.invoice-payment-systems--btn-bar .btn-bar--row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.btn-bar.invoice-payment-systems--btn-bar .btn-bar--row .btn {
    width: 100%;
    max-width: 500px
}

@media (max-width: 1100px) {
    .btn-bar.invoice-payment-systems--btn-bar .btn-bar--row .btn {
        width:auto!important;
        min-width: 200px
    }
}

.bonus__view-bonus-card .invoice-details .invoice-info.pd {
    padding: 0;
    margin-bottom: 18px
}

.bonus__view-bonus-card .invoice-details .invoice-info.pd .part td b {
    padding-right: 5px
}

.bonus__view-bonus-card .invoice-details .invoice-info.pd .part tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.deposit-paid-event,.invoice-pay-page.invoice-pay-page--select-pm .invoice-used-packages-list .accordion-wrapper:last-child,.invoice-pay-page.invoice-pay-page--select-pm .promo-code-input,.invoice-tips .tips-view,.product-delivery-container>.product-delivery-content {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid
}

.invoice-pay-page-grid .promotions-letter-flag {
    margin-top: 22px;
    margin-bottom: 10px;
    padding-top: 25px;
    border-top: 1px solid;
    border-bottom: none
}

.product-delivery-content {
    margin-bottom: 24px
}

.product-delivery-content ol,.product-delivery-content ol li {
    list-style: decimal
}

.product-delivery-content ul {
    list-style: disc;
    padding-left: 2em
}

.product-delivery-content ul li {
    list-style: disc
}

.invoice-rebilling-flag,.invoice-recurring-flag {
    padding-top: 0;
    padding-bottom: 0
}

.invoice-rebilling-flag .form-group--checkbox,.invoice-recurring-flag .form-group--checkbox {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 10px;
    margin-bottom: 12px
}

.invoice-rebilling-flag .form-group--checkbox .control-label,.invoice-recurring-flag .form-group--checkbox .control-label {
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: 1.38
}

.invoice-rebilling-flag .form-group--checkbox .control-label:first-letter,.invoice-recurring-flag .form-group--checkbox .control-label:first-letter {
    text-transform: uppercase
}

.invoice-rebilling-flag .form-group--checkbox .custom-checkbox,.invoice-rebilling-flag .form-group--checkbox .custom-checkbox input[type=checkbox],.invoice-recurring-flag .form-group--checkbox .custom-checkbox,.invoice-recurring-flag .form-group--checkbox .custom-checkbox input[type=checkbox] {
    margin: 0
}

.invoice-rebilling-flag .form-group--checkbox .custom-checkbox--icon-instead-checkbox,.invoice-recurring-flag .form-group--checkbox .custom-checkbox--icon-instead-checkbox {
    height: 30px;
    width: 30px;
    position: relative;
    top: -.36em
}

.invoice-rebilling-flag .form-group--checkbox .custom-checkbox--icon-instead-checkbox .form-group--checkbox-renew__icon,.invoice-recurring-flag .form-group--checkbox .custom-checkbox--icon-instead-checkbox .form-group--checkbox-renew__icon {
    height: 30px;
    width: 30px
}

.invoice-rebilling-flag .form-group--checkbox .custom-checkbox--icon-instead-checkbox .custom-label,.invoice-recurring-flag .form-group--checkbox .custom-checkbox--icon-instead-checkbox .custom-label {
    display: none
}

@media (min-width: 1300px) {
    .invoice-pay-page-grid .promotions-letter {
        max-width:calc(100% - 560px)
    }
}

.invoice-pay-page-grid .promotions-letter-flag>label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    font-weight: 400
}

.invoice-pay-page-grid .promotions-letter-flag>label>div:not(.custom-checkbox) {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.invoice-pay-page-grid .promotions-letter-flag>label>div:not(.custom-checkbox) .label-text {
    margin-bottom: 5px
}

.invoice-pay-page-grid .promotions-letter-flag>label>div:not(.custom-checkbox) b {
    font-weight: 600
}

.invoice-pay-page-grid .promotions-letter-flag>label>div:not(.custom-checkbox) label {
    font-weight: 400
}

.invoice-pay-page-grid .promotions-letter-flag>label>div:not(.custom-checkbox) #sb_simplybook_terms_link {
    font-size: 14px
}

.page--invoice #preloader {
    position: fixed;
    top: 0!important;
    left: 0!important;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    max-width: 100%!important;
    transform: none!important;
    z-index: 9999!important;
    background: hsla(0,0%,100%,.2);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px)
}

.page--invoice #preloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.invoice-payment-systems-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px
}

.invoice-payment-systems-info .payment-system-container--txt-block {
    -ms-flex-order: -3;
    order: -3
}

.invoice-payment-systems-info>div {
    width: 100%
}

.sb_invoice_payment_container {
    position: relative;
    padding-left: 0;
    padding-right: 0
}

.sb_invoice_payment_container #moneris_checkout {
    z-index: 999
}

@media (max-width: 1024px) {
    .sb_invoice_payment_container #moneris_checkout {
        position:fixed!important
    }
}

#main-buttons #sb_google_translate {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 15
}

@media (max-width: 1024px) {
    #main-buttons #sb_google_translate {
        position:absolute;
        left: 12px;
        top: 12px;
        bottom: auto
    }
}

#sb_google_translate {
    margin-right: auto
}

@media (max-width: 1024px) {
    #sb_google_translate {
        position:absolute;
        left: 12px;
        bottom: 12px
    }
}

#sb_google_translate .goog-te-combo {
    margin: 0;
    height: 31px;
    max-width: 240px;
    display: inline-block
}

@media (max-width: 767px) {
    #sb_google_translate .goog-te-combo {
        display:block
    }
}

#sb_google_translate .goog-te-gadget-simple {
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 2px 15px 0 12px;
    background-color: #fff;
    box-shadow: 0 3px 4px rgba(0,0,0,.15);
    transition: all .3s ease;
    position: relative
}

#sb_google_translate .goog-te-gadget-simple .goog-te-gadget-icon {
    margin-left: 0
}

#sb_google_translate .goog-te-gadget-simple:hover {
    box-shadow: 0 3px 9px rgba(0,0,0,.24)
}

#sb_google_translate .goog-te-gadget-simple .goog-te-menu-value:hover {
    text-decoration: none
}

#sb_google_translate .goog-te-gadget-simple .goog-te-menu-value span {
    border: none!important
}

#sb_google_translate .goog-te-gadget-simple .goog-te-menu-value span:last-child {
    font-size: 0;
    display: inline-block
}

#sb_google_translate .goog-te-gadget-simple .goog-te-menu-value span:last-child:after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    right: 10px;
    top: 8px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(45deg)
}

@media (max-width: 767px) {
    .goog-te-menu-frame {
        width:280px!important;
        overflow-x: auto
    }
}

:root {
    --gutter: 20px
}

.pwa_install__banner {
    width: 100%;
    position: relative;
    z-index: 10
}

@media (min-width: 1024px) {
    .pwa_install__banner {
        display:none!important
    }
}

.pwa_install__banner-ios {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100
}

.pwa_install__banner-ios .pwa_install__banner-ios-cover {
    -webkit-backdrop-filter: saturate(170%) blur(10px);
    backdrop-filter: saturate(170%) blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0,0%,100%,.2);
    transition: background-color .5s cubic-bezier(.28,.11,.32,1);
    transition-property: background-color,backdrop-filter,-webkit-backdrop-filter;
    z-index: 1
}

.pwa_install__banner-ios .pwa_install__content-ios {
    position: absolute;
    display: block;
    background: #fff;
    padding: 30px 22px 44px;
    border-radius: 20px 20px 0 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    height: auto;
    box-shadow: 0 -5px 20px rgba(11,48,82,.2);
    z-index: 3
}

.pwa_install__banner-ios .pwa_install__content-ios .title {
    font-size: 16px;
    line-height: 1;
    padding-right: 20px
}

.pwa_install__banner-ios .pwa_install__content-ios .pwa_install__close-btn {
    width: 36px;
    height: 36px;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto
}

.pwa_install__banner-ios .pwa_install__content-ios .pwa_install__banner-header {
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px 10px;
    border-radius: 10px;
    background: #f8faff;
    margin: 16px 0 20px
}

.pwa_install__banner-ios .pwa_install__content-ios .pwa_install__banner-header .pwa_install__logo {
    width: 45px;
    height: 40px
}

.pwa_install__banner-ios .pwa_install__content-ios .pwa_install__banner-header .pwa_install__logo img {
    max-height: 50px
}

.pwa_install__banner-ios .pwa_install__content-ios .pwa_install__banner-header .pwa_install__banner-header-data {
    -ms-flex: 1;
    flex: 1
}

.pwa_install__banner-ios .pwa_install__content-ios .pwa_install__banner-header .pwa_install__banner-header-data .pwa-app--name {
    font-size: 14px;
    padding: 0;
    word-break: normal
}

.pwa_install__banner-ios .pwa_install__content-ios .pwa_install__txt {
    display: block
}

.pwa_install__banner-ios .pwa_install__content-ios .pwa_install__txt p {
    margin-bottom: 6px;
    min-height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px
}

.pwa_install__banner-ios .pwa_install__content-ios .pwa_install__txt p .safari-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../assets/img/ics/safari-icon.png) no-repeat 50%;
    background-size: 24px
}

.pwa_install__banner-ios .pwa_install__content-ios .pwa_install__txt p .phantom-btn {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    padding: 4px 8px;
    border: 1px solid #f8faff;
    border-radius: 4px;
    gap: 6px
}

.pwa_install__banner-ios .pwa_install__content-ios .pwa_install__txt p .phantom-btn--logo {
    padding: 0;
    border: none
}

.pwa_install__banner-ios .pwa_install__content-ios .pwa_install__txt p .phantom-btn img {
    height: 30px
}

.pwa_install__banner-ios .pwa_install__content-ios .pwa_install__txt p .phantom-btn b {
    font-weight: 500;
    font-size: 14px
}

.pwa_install__banner-ios .pwa_install__content-ios .pwa_install__txt p .phantom-btn svg {
    height: 16px
}

.pwa_install__close-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    min-width: 42px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: transparent!important;
    box-shadow: none!important;
    border: none!important;
    outline: none!important;
    text-shadow: none!important;
    font-size: 16px;
    line-height: 1;
    padding: 0;
    margin: 0;
    cursor: pointer
}

.pwa_install__close-btn .abc{
    display: inline-block!important;
    visibility: visible;
    opacity: 1;
    font-size: 16px;
    font-weight: 300;
    margin: 0
}

.pwa_install__content {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 600px;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 20px 12px 44px;
    text-align: left;
    background: hsla(0,0%,100%,.8);
    box-shadow: 0 3px 4px rgba(0,0,0,.15)
}

.pwa_install__content-ios {
    background: hsla(0,0%,100%,.95);
    padding-bottom: 20px;
    box-shadow: 0 0 4px rgba(0,0,0,.15)
}

.pwa_install__logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 60px;
    height: 50px;
    min-width: 60px;
    line-height: 1;
    margin-right: 15px;
    border-radius: 3px;
    font-size: 14px
}

.pwa_install__logo img {
    height: auto
}

.pwa_install__button {
    padding: 0;
    height: 48px;
    min-height: 48px;
    width: auto;
    min-width: 50px!important;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    background: transparent;
    border: none;
    box-shadow: none;
    font-weight: 400;
    letter-spacing: normal;
    font-size: 16px;
    line-height: 1;
    margin-right: 0;
    margin-left: auto
}

.pwa_install__txt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.pwa_install__txt p {
    font-size: 15px;
    line-height: 1.2;
    margin: 0 20px 0 0;
    padding: 0
}

.pwa_install__txt--ios p {
    margin: 0
}

.pwa_install__ogrizok-svg {
    position: relative;
    display: inline-block;
    height: 20px;
    margin-bottom: -4px
}

.pwa_install__ogrizok-svg path {
    fill: #000
}

.pwa-app--main {
    background: #fff;
    margin: 0!important;
    padding: 0!important
}

.pwa-app--main * {
    margin: 0;
    padding: 0
}

.pwa-app--install-page {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    font-family: SF Pro Display,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 16px;
    min-height: 100vh
}

.pwa-app--install-page .loader {
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: relative;
    animation: b 1s linear infinite
}

.pwa-app--install-page .loader:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 5px solid #2196f3;
    animation: c 2s linear infinite
}

@keyframes b {
    to {
        transform: rotate(1turn)
    }
}

@keyframes c {
    0% {
        -webkit-clip-path: polygon(50% 50%,0 0,0 0,0 0,0 0,0 0);
        clip-path: polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)
    }

    25% {
        -webkit-clip-path: polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0);
        clip-path: polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)
    }

    50% {
        -webkit-clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%);
        clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)
    }

    75% {
        -webkit-clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%);
        clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)
    }

    to {
        -webkit-clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0);
        clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)
    }
}

.pwa-app--logo picture {
    display: block;
    text-align: center;
    line-height: 1
}

.pwa-app--logo picture img {
    max-width: 100%;
    height: auto;
    border-radius: 5px
}

.pwa-app--logo-header {
    width: 100%;
    max-width: 118px
}

.pwa-app--name {
    line-height: 1.1;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding: 0
}

.pwa-app--header {
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.pwa-app--header-info {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px
}

.pwa-app--header-info .title,.pwa-app--header-info p {
    word-break: break-word;
    line-height: 1.3
}

.pwa-app--header-info p {
    font-size: 12px;
    line-height: 1.2
}

.pwa-app--header-info .btn-bar {
    position: relative;
    display: none;
    min-height: 50px;
    min-width: 50px
}

@media (min-width: 767px) {
    .pwa-app--header-info .btn-bar {
        padding-top:5px;
        display: block
    }
}

.pwa-app--btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 400;
    height: 42px;
    border-radius: 45px!important;
    padding: 5px 25px;
    width: 100%;
    max-width: 460px;
    background: #01875f;
    color: #fff
}

.pwa-app--btn:active,.pwa-app--btn:focus,.pwa-app--btn:hover {
    background: #09694c;
    color: #fff
}

@media (min-width: 500px) {
    .pwa-app--btn {
        width:auto
    }
}

.pwa-app--btn .icon,.pwa-app--btn i {
    margin: 0;
    padding: 0;
    font-size: inherit;
    color: inherit
}

.pwa-app--install-button {
    position: relative;
    display: none;
    min-height: 50px;
    min-width: 50px
}

@media (max-width: 767px) {
    .pwa-app--install-button {
        display:block;
        width: 100%
    }
}

.pwa-app--preview-carousel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0 10px;
    overflow-x: scroll;
    -ms-scroll-snap-type: x proximity;
    scroll-snap-type: x proximity;
    padding-bottom: calc(.75 * var(--gutter))
}

@media (max-width: 767px) {
    .pwa-app--preview-carousel {
        margin-right:-20px;
        margin-left: -20px
    }

    .pwa-app--preview-carousel:after,.pwa-app--preview-carousel:before {
        display: block;
        content: "";
        width: 10px;
        min-width: 10px
    }
}

.pwa-app--preview-item {
    scroll-snap-align: start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    padding: 0;
    min-width: 160px
}

.pwa-app--preview-item img {
    height: 344px
}

.pwa-app--description .title {
    margin-bottom: 6px
}

.pwa-app--loader {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.pwa-app--main .pwa_install__banner.pwa_install__banner-ios {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100
}

.pwa-app--main .pwa_install__banner.pwa_install__banner-ios .pwa_install__content-ios .pwa_install__close-btn {
    top: 14px
}

.telegram-notifications--card {
    margin-bottom: 20px;
    padding: 12px 22px;
    border-radius: 4px
}

@media (max-width: 767px) {
    .telegram-notifications--card {
        padding-top:25px;
        padding-bottom: 20px
    }
}

.telegram-notifications--card:empty {
    display: none
}

.telegram-notifications--icon {
    display: inline-block;
    line-height: 1;
    margin-bottom: 10px
}

@media (min-width: 767px) {
    .telegram-notifications--icon {
        position:absolute;
        top: 0;
        left: 12px;
        margin-bottom: 0
    }
}

.telegram-notifications--icon svg {
    height: 20px
}

.telegram-notifications--txt {
    margin: 0;
    padding: 0
}

.telegram-notifications--body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

@media (max-width: 767px) {
    .telegram-notifications--body {
        -ms-flex-direction:column;
        flex-direction: column
    }
}

.telegram-notifications--item {
    padding-left: 10px;
    padding-right: 10px
}

.telegram-notifications--item-content {
    position: relative;
    padding-left: 40px;
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 767px) {
    .telegram-notifications--item-content {
        margin-bottom:20px;
        padding-left: 10px;
        text-align: center
    }
}

.telegram-notifications--item-btn-bar .btn {
    white-space: normal
}

.telegram-notifications--item-btn-bar .btn span {
    white-space: normal;
    word-break: break-word
}

.telegram-notifications--modal {
    font-size: 16px
}

@media (min-width: 768px) {
    .telegram-notifications--modal {
        width:100%;
        max-width: 500px;
        margin: 30px auto
    }
}

@media (max-width: 767px) {
    .telegram-notifications--modal {
        width:500px;
        max-width: 96%;
        margin: 15px auto
    }
}

.telegram-notifications--modal .close-full-info {
    position: absolute;
    top: 8px;
    right: 22px;
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.telegram-notifications--modal .close-full-info .txt {
    display: none
}

.telegram-notifications--modal .modal-dialog .modal-content .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 46px;
    padding-right: 56px;
    padding-left: 30px
}

@media (max-width: 767px) {
    .telegram-notifications--modal .modal-dialog .modal-content .modal-header {
        padding-left:22px
    }
}

.telegram-notifications--modal .modal-dialog .modal-content .modal-header .modal-title {
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 18px
}

.telegram-notifications--modal .full-info {
    position: relative;
    padding: 25px
}

@media (max-width: 767px) {
    .telegram-notifications--modal .full-info {
        padding:30px 22px
    }
}

.telegram-notifications--modal .full-info .telegram-notifications__title {
    text-align: center;
    margin: 0 0 22px;
    padding: 0;
    font-size: 18px
}

.telegram-notifications--modal .full-info .telegram-notifications__gr-code {
    text-align: center;
    margin-bottom: 22px
}

.telegram-notifications--modal .full-info .telegram-notifications__gr-code .label {
    font-size: 16px;
    margin-bottom: 5px
}

.telegram-notifications--modal .full-info .telegram-notifications__gr-code .qrcode {
    display: inline-block
}

.telegram-notifications--modal .full-info .telegram-notifications__gr-code .qrcode img {
    height: 105px
}

.telegram-notifications--modal .full-info .telegram-notifications__info {
    margin-bottom: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px
}

.telegram-notifications--modal .full-info .telegram-notifications__info-col {
    font-size: 16px;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px
}

@media (max-width: 480px) {
    .telegram-notifications--modal .full-info .telegram-notifications__info-col {
        width:100%
    }
}

.telegram-notifications--modal .full-info .telegram-notifications__info-col-alert {
    padding-top: 22px;
    width: 100%;
    margin-bottom: 0
}

.telegram-notifications--modal .full-info .telegram-notifications__info-col-alert .countdown-timer {
    font-weight: 700
}

.telegram-notifications--modal .full-info .telegram-notifications__btn-bar .btn {
    margin: 0;
    min-width: 100px;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.invoice-pay-page-grid #payment_form label,.invoice-pay-page-grid #paymentForm label,.invoice-pay-page-grid form label {
    font-weight: 400
}

.invoice-pay-page-grid #payment_form #paymentSection #_iframe_holder,.invoice-pay-page-grid #payment_form #token_container_holder,.invoice-pay-page-grid #paymentForm #paymentSection #_iframe_holder,.invoice-pay-page-grid #paymentForm #token_container_holder,.invoice-pay-page-grid form #paymentSection #_iframe_holder,.invoice-pay-page-grid form #token_container_holder {
    width: 100%
}

.invoice-pay-page-grid #payment_form .braintree-sheet__content--form .braintree-form__field-group .braintree-form__field .braintree-form__hosted-field,.invoice-pay-page-grid #payment_form .pin-form-field,.invoice-pay-page-grid #payment_form .tpfield,.invoice-pay-page-grid #paymentForm .braintree-sheet__content--form .braintree-form__field-group .braintree-form__field .braintree-form__hosted-field,.invoice-pay-page-grid #paymentForm .pin-form-field,.invoice-pay-page-grid #paymentForm .tpfield,.invoice-pay-page-grid form .braintree-sheet__content--form .braintree-form__field-group .braintree-form__field .braintree-form__hosted-field,.invoice-pay-page-grid form .pin-form-field,.invoice-pay-page-grid form .tpfield {
    width: 100%!important;
    padding: 5px 18px!important;
    border-radius: 4px!important
}

.invoice-pay-page-grid #payment_form .pin-form-field,.invoice-pay-page-grid #paymentForm .pin-form-field,.invoice-pay-page-grid form .pin-form-field {
    height: 40px!important
}

#sb_google_translate .invoice-pay-page-grid #payment_form .goog-te-combo,#sb_google_translate .invoice-pay-page-grid #paymentForm .goog-te-combo,#sb_google_translate .invoice-pay-page-grid form .goog-te-combo,.invoice-pay-page-grid #payment_form #sb_google_translate .goog-te-combo,.invoice-pay-page-grid #payment_form .form-control,.invoice-pay-page-grid #paymentForm #sb_google_translate .goog-te-combo,.invoice-pay-page-grid #paymentForm .form-control,.invoice-pay-page-grid form #sb_google_translate .goog-te-combo,.invoice-pay-page-grid form .form-control {
    height: 40px
}

.invoice-pay-page-grid #payment_form input[type=button],.invoice-pay-page-grid #payment_form input[type=submit],.invoice-pay-page-grid #paymentForm input[type=button],.invoice-pay-page-grid #paymentForm input[type=submit],.invoice-pay-page-grid form input[type=button],.invoice-pay-page-grid form input[type=submit] {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 46px;
    padding: 5px 28px;
    border: none;
    font-size: inherit;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .03em;
    margin: 25px auto 5px;
    width: auto;
    min-width: 160px;
    max-width: 300px
}

.product-view--history {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px
}

.product-view--history_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 12px 0;
    border-bottom: 1px solid;
    min-height: 80px
}

.product-view--history_item {
    padding: 2px 20px;
    font-size: 20px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none
}

@media (max-width: 767px) {
    .product-view--history_item {
        padding-left:0;
        padding-right: 0;
        font-size: 16px
    }
}

.product-view--history_item.passed {
    opacity: .8;
    transition: all .2s ease-out
}

.product-view--history_item.passed:hover {
    opacity: 1;
    text-decoration: none
}

.product-view--history_item.active {
    -ms-flex: 1;
    flex: 1
}

.product-view--filter_sort-by {
    display: inline-block;
    margin-left: auto
}

.product-view--filter_sort-by .sort {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0
}

#sb_google_translate .product-view--filter_sort-by .sort .goog-te-combo,.product-view--filter_sort-by .sort #sb_google_translate .goog-te-combo,.product-view--filter_sort-by .sort .form-control,.product-view--filter_sort-by .sort select {
    width: auto;
    min-width: 60px
}

.product-view--filter_sort-by .sort .col-sm-12,.product-view--filter_sort-by .sort .control-label,.product-view--filter_sort-by .sort label {
    padding: 0;
    margin: 0;
    float: unset;
    width: auto
}

.product-view--filter_sort-by .sort .col-sm-12 .help-block,.product-view--filter_sort-by .sort .control-label .help-block,.product-view--filter_sort-by .sort label .help-block {
    margin: 0;
    padding: 0
}

.product-view--footer-options .pagination-wrapper .arrow-next {
    margin-right: auto
}

.step-content--product.content-mode-list>div {
    margin-left: 0;
    margin-right: 0
}

.step-content--product>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

@media (max-width: 767px) {
    .step-content--product>div {
        -ms-flex-pack:center;
        justify-content: center
    }
}

.step-content--product>div .item {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33%;
    max-width: 500px;
    margin-bottom: 30px
}

@media (max-width: 1024px) {
    .step-content--product>div .item {
        width:50%
    }
}

@media (max-width: 767px) {
    .step-content--product>div .item {
        width:100%
    }
}

.step-content--product>div .item .item__tab,.step-content--product>div .item .tab {
    margin: 0
}

.step-content--product>div .item .item__tab .excerpt-info .preloader .img.default svg,.step-content--product>div .item .item__tab .item__picture-wrapper svg,.step-content--product>div .item .item__tab .preloader .default svg,.step-content--product>div .item .tab .excerpt-info .preloader .img.default svg,.step-content--product>div .item .tab .item__picture-wrapper svg,.step-content--product>div .item .tab .preloader .default svg {
    height: auto;
    max-height: 126px;
    max-width: 110px
}

.step-content--product>div .item .tab-pd {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 22px;
    padding: 25px
}

@media (max-width: 1366px) {
    .step-content--product>div .item .tab-pd {
        padding:20px
    }
}

.step-content--product>div .item .tab-pd .content,.step-content--product>div .item .tab-pd .content .cap,.step-content--product>div .item .tab-pd .content .short {
    margin: 0
}

.step-content--product>div .item .badge {
    margin: 0;
    position: relative;
    line-height: 1.4;
    top: unset;
    bottom: unset;
    right: auto;
    left: auto;
    padding: 0;
    font-size: 20px;
    background: transparent;
    border: none
}

.step-content--product>div .item .badge:after,.step-content--product>div .item .badge:before {
    display: none
}

.step-content--product>div .item .product-item--count,.step-content--product>div .item .product-item--price {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    margin: 0;
    padding: 0
}

.step-content--product>div .item .product-item--title-and-count,.step-content--product>div .item .product-item--title-and-price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 6px 16px;
    margin-bottom: 18px
}

.step-content--product>div .item .product-item--title-and-count .cap,.step-content--product>div .item .product-item--title-and-price .cap {
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0
}

.step-content--product>div .item.panel {
    width: 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 15px;
    border: none;
    border-radius: 0;
    background: hsla(0,0%,100%,.92);
    box-shadow: 0 2px 6px -2px rgba(0,0,0,.29);
    transition: background,box-shadow .2s ease-in
}

.step-content--product>div .item.panel .sidebar-list-attribute-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.step-content--product>div .item.panel:last-child {
    margin-bottom: 0
}

.step-content--product>div .item.panel:hover {
    box-shadow: 0 2px 6px -3px rgba(0,0,0,.2)
}

.step-content--product>div .item.panel .mobile-title {
    width: 100%;
    display: none
}

.step-content--product>div .item.panel .mobile-title .title {
    display: -ms-flexbox;
    display: flex;
    gap: 5px
}

.step-content--product>div .item.panel .mobile-title .title .used-overlay {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    line-height: 1;
    position: static;
    font-family: sans-serif
}

.step-content--product>div .item.panel .mobile-title .title .used-overlay .text,.step-content--product>div .item.panel .mobile-title .title .used-overlay .txt {
    display: inline-block;
    background-color: #fe4d4d;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    padding: 1px 12px 0;
    white-space: nowrap;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,.2);
    text-transform: uppercase;
    border-radius: 20px;
    font-family: sans-serif
}

@media (max-width: 767px) {
    .step-content--product>div .item.panel .mobile-title {
        display:block
    }
}

.step-content--product>div .item.panel .preloader {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 140px;
    width: 160px;
    min-width: 160px;
    margin: -15px 12px -15px -15px
}

@media (max-width: 767px) {
    .step-content--product>div .item.panel .preloader {
        max-height:100px;
        height: 80px;
        width: 110px;
        max-width: 110px;
        min-width: 60px;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0
    }
}

@media (max-width: 480px) {
    .step-content--product>div .item.panel .preloader {
        height:60px;
        max-height: 60px;
        max-width: 100%;
        width: 60px;
        min-width: 60px
    }
}

.step-content--product>div .item.panel .preloader a {
    display: block;
    position: relative;
    transition: all .2s ease-out;
    height: 100%;
    width: 100%;
    padding: 0;
    min-height: 40px
}

.step-content--product>div .item.panel .preloader a:hover {
    filter: grayscale(50%)
}

.step-content--product>div .item.panel .preloader a:active {
    transform: scale(1.02,.98)
}

.step-content--product>div .item.panel .preloader .img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 100%;
    width: 100%
}

.step-content--product>div .item.panel .preloader .img img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: object-fit\: cover;
    height: 100%;
    width: 100%;
    min-height: 10px;
    border-radius: 0 0 0 0
}

@media (max-width: 767px) {
    .step-content--product>div .item.panel .preloader .img img {
        height:80px;
        max-height: 80px;
        border-radius: 0
    }
}

@media (max-width: 480px) {
    .step-content--product>div .item.panel .preloader .img img {
        height:60px;
        width: 60px;
        min-width: 60px
    }
}

@media (max-width: 480px) {
    .step-content--product>div .item.panel .preloader .img.user img {
        border-radius:50%
    }
}

.step-content--product>div .item.panel .preloader .img.default img {
    max-height: 60px;
    max-width: 100%;
    width: auto;
    position: relative
}

@media (max-width: 480px) {
    .step-content--product>div .item.panel .preloader .img.default img {
        height:auto
    }
}

.step-content--product>div .item.panel .preloader .img.default svg {
    width: 100px!important
}

.step-content--product>div .item.panel .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 6px;
    font-size: 16px;
    line-height: 1.22;
    padding: 0;
    font-weight: 500;
    margin: 0 0 8px
}

.step-content--product>div .item.panel .title-txt {
    width: 100%
}

.step-content--product>div .item.panel .title .promotion-item__tag {
    margin: 0;
    line-height: 1;
    padding: 0
}

.step-content--product>div .item.panel .title .promotion-item__tag .txt {
    font-family: sans-serif
}

.step-content--product>div .item.panel .title a {
    cursor: pointer;
    margin: 0;
    display: block;
    text-decoration: none;
    position: relative
}

.step-content--product>div .item.panel .title .used-overlay {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    line-height: 1;
    position: static
}

.step-content--product>div .item.panel .title .used-overlay .text {
    display: inline-block;
    background-color: #e57373;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    padding: 0 12px;
    white-space: nowrap;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,.2);
    text-transform: uppercase;
    border-radius: 20px
}

@media (max-width: 767px) {
    .step-content--product>div .item.panel .title {
        display:none
    }
}

.step-content--product>div .item.panel>.one-line {
    width: calc(100% - 160px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 767px) {
    .step-content--product>div .item.panel>.one-line {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        width: calc(100% - 122px)
    }
}

@media (max-width: 480px) {
    .step-content--product>div .item.panel>.one-line {
        width:calc(100% - 72px)
    }
}

.step-content--product>div .item.panel>.one-line.no-image {
    width: 100%
}

.step-content--product>div .item.panel>.one-line .content {
    width: 100%;
    min-height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 767px) {
    .step-content--product>div .item.panel>.one-line .content {
        min-height:70px
    }
}

@media (max-width: 480px) {
    .step-content--product>div .item.panel>.one-line .content {
        min-height:1px
    }
}

.step-content--product>div .item.panel .info-bar {
    margin-top: auto;
    margin-bottom: 0;
    line-height: 1;
    gap: 10px
}

@media (max-width: 767px) {
    .step-content--product>div .item.panel .info-bar {
        margin-bottom:auto
    }
}

.step-content--product>div .item.panel .info-bar .ico {
    font-size: 15px;
    display: inline-block;
    width: 24px;
    min-width: 24px;
    text-align: center;
    margin: 0 4px 0 0;
    line-height: 1
}

.step-content--product>div .item.panel .info-bar .bar-flex-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 26px;
    margin: 0;
    line-height: 1;
    gap: 0
}

.step-content--product>div .item.panel .info-bar .bar-flex-item.service-bonus {
    width: 100%;
    margin-right: 0;
    -ms-flex: unset;
    flex: unset
}

.step-content--product>div .item.panel .info-bar .bar-flex-item.service-bonus .ico {
    margin: 0
}

.step-content--product>div .item.panel .info-bar .bar-flex-item.service-deposit {
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 1024px) {
    .step-content--product>div .item.panel .info-bar .bar-flex-item.service-deposit {
        width:100%
    }
}

.step-content--product>div .item.panel .info-bar .bar-flex-item.service-deposit .service-deposit__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 767px) {
    .step-content--product>div .item.panel .info-bar .bar-flex-item.service-deposit .service-deposit__price {
        -ms-flex-direction:column;
        flex-direction: column
    }

    .step-content--product>div .item.panel .info-bar .bar-flex-item.service-deposit .service-deposit__price .badge-line {
        display: none
    }
}

.step-content--product>div .item.panel .info-bar .bar-flex-item.service-deposit .badge {
    margin: 0;
    padding: 0
}

.step-content--product>div .item.panel .info-bar .bar-flex-item.service-deposit .badge .text {
    font-size: 16px;
    font-weight: 400
}

@media (max-width: 480px) {
    .step-content--product>div .item.panel .info-bar .bar-flex-item {
        margin-right:0
    }
}

.step-content--product>div .item.panel .info-bar .bar-flex-item .txt {
    line-height: 1
}

.step-content--product>div .item.panel .info-bar .bar-flex-item.price .txt {
    font-size: 17px;
    font-weight: 600
}

.step-content--product>div .item.panel .info-bar .bar-flex-item.gift-type .price-val,.step-content--product>div .item.panel .info-bar .bar-flex-item.gift-type .sb_start_date,.step-content--product>div .item.panel .info-bar .bar-flex-item.start-date-btn .price-val,.step-content--product>div .item.panel .info-bar .bar-flex-item.start-date-btn .sb_start_date {
    font-size: 16px;
    padding: 0 6px;
    line-height: 1;
    font-weight: 400
}

.step-content--product>div .item.panel .info-bar .bar-flex-item.gift-type [type=hidden],.step-content--product>div .item.panel .info-bar .bar-flex-item.start-date-btn [type=hidden] {
    display: none
}

.step-content--product>div .item.panel .info-bar p {
    margin: 0;
    padding: 0
}

.step-content--product>div .item.panel .btn-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    margin: 0 0 0 15px;
    padding-bottom: 30px;
    width: auto
}

@media (max-width: 767px) {
    .step-content--product>div .item.panel .btn-bar {
        -ms-flex-direction:row;
        flex-direction: row;
        width: calc(100% + 10px);
        margin: 10px -5px 0;
        padding-bottom: 0;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.step-content--product>div .item.panel .btn-bar .btn {
    outline: none;
    margin: 5px
}

.step-content--product>div .item.panel .btn-bar.has-read-more .btn-round-mask:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 100%;
    top: 0;
    left: 2px;
    transition: all .2s ease-in;
    display: none!important
}

.step-content--product>div .item.panel .btn-bar.has-read-more .btn-round-mask:active:after {
    left: 1px
}

.step-content--product>div .item.panel .btn-bar .wrap-read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 36px
}

@media (max-width: 767px) {
    .step-content--product>div .item.panel .btn-bar .wrap-read-more {
        height:32px;
        position: relative
    }
}

.step-content--product>div .item.panel .btn-bar .wrap-read-more .read-more {
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    height: 36px;
    width: 160px;
    min-width: 60px;
    background: transparent;
    border-radius: 3px;
    padding: 0 10px;
    overflow: hidden;
    transition: all .2s cubic-bezier(1,0,.24,.93);
    z-index: 3
}

@media (max-width: 767px) {
    .step-content--product>div .item.panel .btn-bar .wrap-read-more .read-more {
        width:130px;
        height: 32px;
        padding: 0 5px
    }
}

@media (max-width: 600px) {
    .step-content--product>div .item.panel .btn-bar .wrap-read-more .read-more {
        width:auto;
        border: 1px solid rgba(0,0,0,.11);
        min-width: 60px;
        max-width: 60px;
        padding: 0 15px
    }
}

@media (max-width: 360px) {
    .step-content--product>div .item.panel .btn-bar .wrap-read-more .read-more {
        min-width:48px;
        max-width: 48px
    }
}

.step-content--product>div .item.panel .btn-bar .wrap-read-more .read-more .part {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .2s ease
}

.step-content--product>div .item.panel .btn-bar .wrap-read-more .read-more .part.txt-part {
    font-size: 15px;
    line-height: 1.2;
    padding-right: 6px
}

.step-content--product>div .item.panel .btn-bar .wrap-read-more .read-more .part.txt-part .more-part {
    display: none
}

.step-content--product>div .item.panel .btn-bar .wrap-read-more .read-more .part.txt-part .less-part {
    display: block
}

@media (max-width: 600px) {
    .step-content--product>div .item.panel .btn-bar .wrap-read-more .read-more .part.txt-part {
        display:none
    }
}

.step-content--product>div .item.panel .btn-bar .wrap-read-more .read-more .part.ico-part {
    position: relative;
    font-size: 24px;
    font-weight: 400;
    text-decoration: none!important;
    transform: rotate(180deg)
}

.custom-checkbox .step-content--product>div .item.panel .btn-bar .wrap-read-more .read-more .part.ico-part input:checked+.custom-label:before,.step-content--product>div .item.panel .btn-bar .wrap-read-more .read-more .part.ico-part .custom-checkbox input:checked+.custom-label:before,.step-content--product>div .item.panel .btn-bar .wrap-read-more .read-more .part.ico-part .fal:before,.step-content--product>div .item.panel .btn-bar .wrap-read-more .read-more .part.ico-part :not(.fab)[class*=fa-]:before {
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.step-content--product>div .item.panel .btn-bar .wrap-read-more .read-more.collapsed .part.txt-part .more-part {
    display: block
}

.step-content--product>div .item.panel .btn-bar .wrap-read-more .read-more.collapsed .part.txt-part .less-part {
    display: none
}

.step-content--product>div .item.panel .btn-bar .wrap-read-more .read-more.collapsed .part.ico-part {
    transform: rotate(0deg)
}

.step-content--product>div .item.panel .btn-bar .btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 36px;
    padding: 0;
    text-align: center;
    white-space: normal;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    box-shadow: unset;
    text-decoration: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    transition: all .2s ease-in
}

.step-content--product>div .item.panel .btn-bar .btn:active {
    box-shadow: none
}

@media (max-width: 767px) {
    .step-content--product>div .item.panel .btn-bar .btn {
        height:32px
    }
}

.step-content--product>div .item.panel .btn-bar .btn.select {
    min-width: 160px;
    width: 160px;
    padding: 0 15px;
    font-size: 15px
}

@media (max-width: 480px) {
    .step-content--product>div .item.panel .btn-bar .btn.select {
        width:auto;
        min-width: 110px;
        line-height: 1;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width: 359px) {
    .step-content--product>div .item.panel .btn-bar .btn.select {
        min-width:100px
    }
}

.step-content--product>div .item.panel .btn-bar.btn-bar-full-info {
    -ms-flex-direction: row;
    flex-direction: row;
    clear: both;
    width: calc(100% + 10px);
    margin: 0 -5px;
    display: none
}

@media (max-width: 767px) {
    .step-content--product>div .item.panel .btn-bar.btn-bar-full-info {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.step-content--product>div .item.panel .btn-bar.btn-bar-full-info .btn {
    margin: 2px 5px;
    padding: 0 20px
}

.step-content--product>div .item.panel .btn-bar.btn-bar-full-info .btn .pr-numb {
    padding-left: 4px
}

.step-content--product>div .item.panel .btn-bar.btn-bar-full-info .btn .pr-decimal,.step-content--product>div .item.panel .btn-bar.btn-bar-full-info .btn .pr-numb {
    font-size: 16px;
    margin: 0
}

.step-content--product>div .item.panel>.wrap-collapse-content {
    padding: 0;
    width: 100%
}

.step-content--product>div .item.panel>.wrap-collapse-content .collapse-content {
    position: relative;
    padding-top: 30px
}

.step-content--product>div .item.panel>.wrap-collapse-content .collapse-content:after,.step-content--product>div .item.panel>.wrap-collapse-content .collapse-content:before {
    content: " ";
    display: table
}

.step-content--product>div .item.panel>.wrap-collapse-content .collapse-content:after {
    clear: both
}

.step-content--product>div .item.panel>.wrap-collapse-content .collapse-content a {
    position: relative;
    z-index: 2
}

.step-content--product>div .item.panel>.wrap-collapse-content .collapse-content:before {
    position: absolute;
    top: 15px;
    left: -15px;
    content: " ";
    display: block;
    height: 1px;
    width: calc(100% + 30px);
    background: rgba(0,0,0,.2)
}

.step-content--product>div .item.panel>.wrap-collapse-content .collapse-content .biggest-previev {
    float: left;
    width: 50%;
    margin-right: 30px;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .step-content--product>div .item.panel>.wrap-collapse-content .collapse-content .biggest-previev {
        width:100%;
        margin-right: 0
    }
}

.step-content--product>div .item.panel>.wrap-collapse-content .collapse-content .biggest-previev img {
    max-height: 600px
}

.step-content--product>div .item.panel>.wrap-collapse-content .collapse-content ul li {
    list-style-type: disc
}

.step-content--product>div .item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info {
    padding-top: 30px;
    -ms-flex-direction: row;
    flex-direction: row
}

.step-content--product>div .item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info:before {
    content: " ";
    width: calc(100% + 30px);
    height: 1px;
    left: -15px;
    top: 15px;
    position: absolute;
    display: block;
    background: rgba(0,0,0,.2)
}

.step-content--product>div .item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info .btn-hide {
    min-width: 100px;
    background: transparent
}

.step-content--product>div .item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info .btn {
    margin-top: 5px;
    margin-bottom: 5px
}

.step-content--product>div .item.panel.paid-attr__item.no-image .one-line {
    width: 100%
}

.step-content--product .empty-step {
    width: 100%;
    padding: 50px 10px 20px
}

.step-content--product .empty-step__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    gap: 16px
}

.step-content--product .empty-step__image {
    line-height: .8
}

.step-content--product .empty-step__image .duotone {
    width: auto;
    height: 150px
}

.step-content--product .empty-step__title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 0
}

.step-content--product .empty-step__text {
    margin: 0;
    padding: 0
}

.step-content--product #content-view {
    width: 100%
}

/*!
 * TIMELINE
 */
#sb-timeline #steps-nav {
    box-shadow: 0 0 2.25px .75px rgba(0,0,0,.2);
    background-color: #fff;
    margin-bottom: 85px
}

@media (max-width: 767px) {
    #sb-timeline #steps-nav {
        margin-bottom:70px;
        min-height: inherit
    }
}

#sb-timeline #steps-nav #menu-active-bg {
    min-height: 88px;
    width: calc(50% - 600px);
    float: left
}

@media (max-width: 1170px) {
    #sb-timeline #steps-nav #menu-active-bg {
        display:none
    }
}

#sb-timeline #steps-nav #menu-active-bg.full {
    width: 100%;
    position: absolute
}

#sb-timeline #steps-nav.column {
    float: left
}

@media (max-width: 1170px) {
    #sb-timeline #steps-nav.column {
        float:none
    }
}

#sb-timeline #steps-nav ul {
    display: table;
    table-layout: fixed;
    width: 100%
}

#sb-timeline #steps-nav ul:before {
    display: none
}

@media (max-width: 767px) {
    #sb-timeline #steps-nav ul {
        display:block;
        table-layout: inherit
    }
}

#sb-timeline #steps-nav li {
    display: table-cell;
    position: relative;
    text-align: center;
    font-weight: 400;
    vertical-align: top;
    width: 100%;
    height: 88px
}

@media (max-width: 767px) {
    #sb-timeline #steps-nav li {
        display:none;
        height: 44px
    }
}

#sb-timeline #steps-nav li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: #464646;
    overflow: hidden;
    width: 100%;
    height: 100%
}

#sb-timeline #steps-nav li .content {
    display: block;
    width: 100%;
    padding: 0 10px
}

#sb-timeline #steps-nav li .content .title-small {
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5
}

#sb-timeline #steps-nav li .content .title-sub {
    display: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    height: 14px;
    line-height: 1;
    margin-top: 5px;
    width: 100%
}

@media (max-width: 767px) {
    #sb-timeline #steps-nav li:first-child {
        display:block
    }
}

#sb-timeline #steps-nav li:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    height: 100%;
    border-top: 44px solid;
    border-left: 10px solid;
    border-bottom: 44px solid;
    left: 100%;
    margin-top: inherit;
    transform: translateY(-50%)
}

@media (max-width: 767px) {
    #sb-timeline #steps-nav li:first-child:after {
        display:none
    }
}

#sb-timeline #steps-nav li:first-child .content .title-small {
    font-weight: 500
}

@media (max-width: 767px) {
    #sb-timeline #steps-nav li:first-child.passed {
        display:none
    }
}

#sb-timeline #steps-nav li:first-child.passed:after {
    background: url(../../assets/img/timeline/menu-triangle.png) no-repeat scroll
}

#sb-timeline #steps-nav li:last-child:after {
    display: none
}

#sb-timeline #steps-nav li.passed+li:not(.passed) {
    font-weight: 600
}

#sb-timeline #steps-nav li.passed+li:not(.passed) .content .title-small {
    font-weight: 500
}

@media (max-width: 767px) {
    #sb-timeline #steps-nav li.passed+li:not(.passed) {
        display:block
    }
}

#sb-timeline #steps-nav li.passed+li:not(.passed):after {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    height: 100%;
    border-top: 44px solid;
    border-left: 10px solid;
    border-bottom: 44px solid;
    left: 100%;
    margin-top: inherit;
    transform: translateY(-50%);
    top: 50%
}

#sb-timeline #steps-nav li:after {
    background: url(../../assets/img/timeline/menu-triangle.png) no-repeat scroll
}

#sb-timeline #steps-nav li.filled .content .title-small,#sb-timeline #steps-nav li.passed .content .title-small {
    font-weight: 500
}

#sb-timeline #steps-nav li.filled .title-sub,#sb-timeline #steps-nav li.passed .title-sub {
    display: block
}

@media (max-width: 767px) {
    #sb-timeline #steps-nav li.filled .title-sub,#sb-timeline #steps-nav li.passed .title-sub {
        display:none
    }
}

#sb-timeline #steps {
    min-height: 80vh
}

#sb-timeline #steps #time-settings {
    position: absolute;
    margin: 0 auto;
    top: 100px
}

@media (max-width: 767px) {
    #sb-timeline #steps #time-settings {
        max-width:150px;
        top: 56px;
        right: 0;
        z-index: 9
    }
}

#sb-timeline #steps #time-settings #sb_booking_company_time {
    text-align: right
}

#sb-timeline #steps #time-settings #sb_booking_company_time .time {
    font-size: 16px;
    padding: 10px 0
}

@media (max-width: 767px) {
    #sb-timeline #steps #time-settings #sb_booking_company_time .time {
        font-size:14px;
        display: none
    }
}

#sb-timeline #steps #time-settings #sb_booking_company_time .btn {
    line-height: 28px;
    padding: 8px 47px 8px 12px;
    border-radius: 3px;
    background: #5e7da7;
    color: #fff
}

@media (max-width: 767px) {
    #sb-timeline #steps #time-settings #sb_booking_company_time .btn {
        padding:0;
        width: 48px;
        height: 48px;
        line-height: 15px;
        font-size: 14px
    }

    #sb-timeline #steps #time-settings #sb_booking_company_time .btn span {
        display: none
    }
}

#sb-timeline #steps #time-settings #sb_booking_company_time .btn span {
    padding: 0!important
}

#sb-timeline #steps #time-settings #sb_booking_company_time .btn:after {
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff
}

@media (max-width: 767px) {
    #sb-timeline #steps #time-settings #sb_booking_company_time .btn:after {
        color:#fff;
        position: absolute;
        width: 100%;
        transform: inherit;
        height: 100%;
        text-align: center;
        top: 0;
        left: 0;
        line-height: 48px
    }
}

#sb-timeline #steps #sb_back_button {
    position: absolute;
    top: -42px
}

@media (max-width: 1200px) {
    #sb-timeline #steps #sb_back_button {
        margin-left:15px
    }
}

@media (max-width: 767px) {
    #sb-timeline #steps #sb_back_button {
        top:-55px
    }
}

#sb-timeline #steps #sb_back_button a {
    text-decoration: none;
    transition: all .3s ease
}

#sb-timeline #steps #sb_back_button span {
    margin-right: 5px;
    font-size: 16px
}

#sb-timeline #steps #sb_back_button span:last-child {
    margin-right: 0
}

#sb-timeline #steps #sb_back_button .abc{
    font-size: 30px
}

#sb-timeline #steps #steps-content {
    position: relative
}

#sb-timeline #steps #steps-content #sb_booking_content>section:after,#sb-timeline #steps #steps-content #sb_booking_content>section:before {
    content: " ";
    display: table
}

#sb-timeline #steps #steps-content #sb_booking_content>section:after {
    clear: both
}

#sb-timeline #steps #steps-content #sb_booking_content .location-item .tab .txt.short {
    margin-bottom: 25px
}

#sb-timeline #steps #steps-content #sb_booking_content .location-item .tab .location-modal .tab-pd {
    padding: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .location-item .tab .location-modal .tab-pd iframe {
    margin-bottom: -6px;
    border-radius: 3px;
    margin-top: 43px
}

#sb-timeline #steps #steps-content #sb_booking_content .location-item .tab .location-modal .tab-pd .content {
    padding: 30px
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .location-item .tab .location-modal .tab-pd .content {
        padding:30px 15px 15px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .location-item .tab .location-modal .tab-pd .img img {
    border-radius: 3px 3px 0 0
}

#sb-timeline #steps #steps-content #sb_booking_content .location-item .tab .location-modal .no-img-block {
    height: 30px
}

#sb-timeline #steps #steps-content #sb_booking_content .location-item .tab .location-modal .close-full-info {
    width: 24px;
    height: 24px;
    right: 10px;
    top: 10px
}

#sb-timeline #steps #steps-content #sb_booking_content .location-item .tab .location-modal .close-full-info .fi {
    font-size: 24px;
    line-height: 24px
}

#sb-timeline #steps #steps-content #sb_booking_content .location-item .address a {
    cursor: pointer
}

#sb-timeline #steps #steps-content #sb_booking_content .service-item .service-bonus {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 10px;
    font-style: italic;
    line-height: 1;
    font-weight: 400;
    gap: 2px 6px
}

#sb-timeline #steps #steps-content #sb_booking_content .service-item .bar-service .d-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px
}

#sb-timeline #steps #steps-content #sb_booking_content .service-item .bar-service .d-flex.service-deposit {
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 5px;
    margin-bottom: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .service-item .bar-service .d-flex.service-deposit--block {
    -ms-flex-align: start;
    align-items: flex-start
}

#sb-timeline #steps #steps-content #sb_booking_content .service-item .bar-service .d-flex.service-deposit .wallet-icon {
    font-size: 18px;
    line-height: 1
}

#sb-timeline #steps #steps-content #sb_booking_content .service-item .bar-service .d-flex.service-deposit .badge {
    margin: 0;
    padding: 0;
    line-height: 1
}

#sb-timeline #steps #steps-content #sb_booking_content .service-item .bar-service .d-flex.service-deposit .text {
    font-size: 16px;
    font-weight: 400
}

#sb-timeline #steps #steps-content #sb_booking_content .service-item .bar-service .d-flex .service-deposit__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex: 1;
    flex: 1;
    margin-top: 3px;
    gap: 5px
}

#sb-timeline #steps #steps-content #sb_booking_content .service-item .bar-service .d-flex .service-deposit__wrapper .badge {
    text-align: left
}

#sb-timeline #steps #steps-content #sb_booking_content .service-item .bar-service .time {
    margin-top: 8px
}

#sb-timeline #steps #steps-content #sb_booking_content .service-item .bar-service .time span {
    display: inline-block;
    vertical-align: bottom
}

#sb-timeline #steps #steps-content #sb_booking_content .service-item .bar-service .badge {
    margin-top: 8px;
    position: relative;
    line-height: 1.4;
    right: auto;
    left: auto;
    padding: 0 0 0 10px;
    font-size: 20px;
    background: transparent
}

#sb-timeline #steps #steps-content #sb_booking_content .service-item .bar-service .badge:after,#sb-timeline #steps #steps-content #sb_booking_content .service-item .bar-service .badge:before {
    display: none
}

#sb-timeline #steps #steps-content #sb_booking_content .service-item.panel .bar-service .d-flex {
    margin: 0;
    padding: 0;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 12px
}

#sb-timeline #steps #steps-content #sb_booking_content .service-item.panel .bar-service .d-flex .recurring-block {
    width: 100%
}

#sb-timeline #steps #steps-content #sb_booking_content .service-item.panel .bar-service .d-flex .time {
    margin-right: 0;
    width: 100%
}

@media (max-width: 480px) {
    #sb-timeline #steps #steps-content #sb_booking_content .service-item.panel .bar-service .d-flex .sb_group_booking_count {
        width:100%;
        min-height: 1px;
        margin: 0
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .service-item.panel .btn-bar.service-btn-bar {
    margin: 10px 0 0;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end
}

#sb-timeline #steps #steps-content #sb_booking_content .service-item.panel .btn-bar.service-btn-bar .sb_group_booking_count {
    display: block;
    margin-right: auto;
    margin-left: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .provider-item .tab {
    position: relative;
    height: auto
}

#sb-timeline #steps #steps-content #sb_booking_content .provider-item a.provider-link {
    display: block;
    text-decoration: none;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    min-height: 200px;
    overflow: hidden
}

#sb-timeline #steps #steps-content #sb_booking_content .provider-item .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#sb-timeline #steps #steps-content #sb_booking_content .provider-item .photo.user {
    background-size: cover;
    background-position: 50%
}

#sb-timeline #steps #steps-content #sb_booking_content .provider-item .photo.default {
    background-position: 50% 33%
}

#sb-timeline #steps #steps-content #sb_booking_content .provider-item .name {
    height: 46px;
    margin-bottom: 14px;
    font-weight: 600;
    overflow: hidden
}

#sb-timeline #steps #steps-content #sb_booking_content .provider-item .excerpt-info {
    position: relative;
    border-radius: 0 0 0 0;
    font-size: 18px;
    padding: 30px 20px;
    height: auto
}

#sb-timeline #steps #steps-content #sb_booking_content .provider-item .excerpt-info .read-more {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 20px;
    background-color: #fff;
    font-size: 16px
}

#sb-timeline #steps #steps-content #sb_booking_content .provider-item .excerpt-info .read-more:before {
    display: block;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -35px;
    position: absolute;
    background: hsla(0,0%,100%,0);
    background: -moz-linear-gradient(left,hsla(0,0%,100%,0) 0,#fff 68%,#fff 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,hsla(0,0%,100%,0)),color-stop(68%,#fff),color-stop(100%,#fff));
    background: -webkit-linear-gradient(left,hsla(0,0%,100%,0),#fff 68%,#fff);
    background: -o-linear-gradient(left,hsla(0,0%,100%,0) 0,#fff 68%,#fff 100%);
    background: -ms-linear-gradient(left,hsla(0,0%,100%,0) 0,#fff 68%,#fff 100%);
    background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 68%,#fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1)
}

#sb-timeline #steps #steps-content #sb_booking_content .provider-item .excerpt-info .read-more:hover {
    text-decoration: underline
}

#sb-timeline #steps #steps-content #sb_booking_content .provider-item .full-info {
    color: #494949
}

#sb-timeline #steps #steps-content #sb_booking_content .provider-item .full-info .photo {
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
    height: auto;
    max-height: 600px;
    overflow: hidden
}

#sb-timeline #steps #steps-content #sb_booking_content .provider-item .full-info .photo.default {
    max-height: 200px;
    width: auto;
    display: inline-block
}

#sb-timeline #steps #steps-content #sb_booking_content .provider-item .full-info .name {
    margin-bottom: 10px;
    font-weight: 600;
    padding-right: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step>[class*=col-] {
    width: 100%
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step .container-caption {
    font-size: 24px;
    font-weight: 600
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step .header {
    font-size: 16px;
    text-transform: capitalize;
    overflow: hidden
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step .header .row-eq-height {
    -ms-flex-align: center;
    align-items: center
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step .header a {
    text-decoration: none;
    color: #494949
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step .header span {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    transition: all .3s ease
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step .header span:hover {
    opacity: .7
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step .header span a {
    text-decoration: none
}

@media (max-width: 1024px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step .header span.txt {
        display:none
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step .header .abc{
    font-size: 30px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step .header .txt-left .abc{
    margin-right: 5px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step .header .txt-center {
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step .header .txt-right .abc{
    margin-left: 5px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_datetime_step_container {
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15)
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_dateview_container {
    min-height: inherit
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_dateview_container .top-date-select .calendar {
    padding: 40px 0 0
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_dateview_container .top-date-select .calendar {
        padding:20px 0 0
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_dateview_container .top-date-select .calendar .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    line-height: 40px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_dateview_container .top-date-select .calendar .inner.selected {
    background: transparent;
    border-radius: 20px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_dateview_container .top-date-select .calendar .weeks-name .name {
    min-width: 30px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #a2a2a2;
    font-weight: 600
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_dateview_container .top-date-select .calendar .weeks-date .day-on {
    text-decoration: none;
    color: #464646
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_dateview_container .top-date-select .calendar .weeks-date .day-off {
    opacity: .4;
    color: #81889a
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_dateview_container .top-date-select .calendar .weeks-date .prev-or-next-month .day-off {
    opacity: .8
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_dateview_container .top-date-select .calendar .weeks-date .date {
    min-width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    border-radius: 50%
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_dateview_container .top-date-select .calendar .weeks-date .date:not(.selected) .day-on:hover {
    text-decoration: underline
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_dateview_container .top-date-select .calendar .weeks-date .date.today:not(.selected) {
    font-weight: 700
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-sidebar {
        display:none
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-sidebar .bar-service .time {
    margin-top: 8px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-sidebar .tab {
    min-height: inherit;
    margin-bottom: 30px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-sidebar .tab .tab-pd {
    min-height: inherit
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .slots-view.as-table .timeline-wrapper #sb_time_slots_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .slots-view.as-table .timeline-wrapper #sb_time_slots_container .slot {
    border-radius: 0;
    margin: 0;
    width: 20%;
    max-width: none;
    display: block
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .slots-view.as-table .timeline-wrapper #sb_time_slots_container .slot {
        width:33.333%
    }
}

@media (max-width: 575px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .slots-view.as-table .timeline-wrapper #sb_time_slots_container .slot {
        width:50%
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .slots-view.as-table .timeline-wrapper #sb_time_slots_container .slot a {
    border-radius: 0;
    line-height: 54px;
    transition: all .3s ease
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .slots-view.as-table .timeline-wrapper .time-legend {
    display: none
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .day-difference {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    font-size: 11px;
    font-weight: 600;
    background: hsla(0,0%,100%,.6);
    line-height: 1;
    width: 100%;
    text-align: right;
    padding-right: 10px;
    color: #c06c6c
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper a {
    text-decoration: none
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .header {
    padding: 0 0 40px
}

@media (max-width: 1024px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .header {
        padding:0 0 20px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_container .slot {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    width: 100%;
    max-width: 111px;
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
    position: relative
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_container .slot a {
    text-decoration: none;
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 14px;
    line-height: 1.3;
    padding-bottom: 14px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 40px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_container .slot a span.end-time {
    display: block;
    width: 100%
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_container .slot a .slot--available-slot {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 22px;
    line-height: 1;
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 10px;
    min-width: 40px;
    border-radius: 4px 0 4px 0;
    background: hsla(0,0%,100%,.5)
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_container .slot a.has-available-slot {
    min-height: 54px;
    padding-top: 8px;
    padding-bottom: 25px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    overflow: auto
}

@media (max-width: 1024px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container {
        padding-bottom:20px;
        width: 1px;
        min-width: 100%;
        *width: 100%
    }
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container {
        max-height:420px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container.fixed-scrollbar::-webkit-scrollbar:horizontal {
    height: 10px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container.fixed-scrollbar::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container.fixed-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background-clip: content-box;
    background-color: #ccc
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container.fixed-scrollbar::-webkit-scrollbar-corner {
    background-color: #a0a0a0
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container.past-day--mode-on {
    -ms-flex-pack: start;
    justify-content: flex-start
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container.past-day--mode-on .data-col {
    max-width: 320px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container.past-day--mode-on .time-slot {
    height: auto!important
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container.past-day--mode-on .time-slot .cell {
    font-weight: 500;
    font-size: 14px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container.past-day--mode-on .time-slot .cell.busy {
    font-size: 13px!important;
    min-height: 28px!important;
    height: 28px!important;
    font-weight: 300!important;
    padding: 3px!important;
    line-height: 1!important
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container.hide_unavailable-on .empty-day .time-slot.busy:first-child {
    display: block!important;
    background: none;
    border: none!important
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container.hide_unavailable-on .empty-day .time-slot.busy:first-child .cell {
    font-size: 20px;
    font-weight: 400;
    line-height: 15px;
    background: none;
    border: none!important
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container.hide_unavailable-on .time-slot {
    height: auto!important
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container.hide_unavailable-on .time-slot.busy {
    display: none!important
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container.hide_unavailable-on .time-container .waiting-list-day+.sb_time_slots_weekly_day_container .time-slot.busy:first-child {
    display: none;
    opacity: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .data-col {
    display: inline-block;
    text-align: center;
    width: 100%;
    min-width: 110px;
    padding: 0 5px;
    box-sizing: content-box
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .data-col:first-child {
    padding-left: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .data-col:last-child {
    padding-right: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .data-col .day-container .date {
    font-size: 14px;
    color: #464646
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .data-col .day-container .border {
    max-width: 30px;
    background: #ccc;
    margin: 10px auto;
    height: 2px
}

@media (max-width: 1024px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .data-col .day-container .border {
        max-width:20px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .data-col .day-container .day {
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .data-col .time-container {
    margin-top: 15px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .data-col .time-container .time-slot {
    border-radius: 3px;
    line-height: 1.3;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .data-col .time-container .time-slot .cell {
    min-height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 3px;
    padding: 10px 3px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .data-col .time-container .time-slot .cell .slot--available-slot {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 22px;
    line-height: 1;
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 10px;
    min-width: 40px;
    border-radius: 4px 0 4px 0;
    background: hsla(0,0%,100%,.5)
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .data-col .time-container .time-slot .cell.has-available-slot {
    padding-top: 4px;
    padding-bottom: 20px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .data-col .time-container .time-slot.slots_count-on.end_time-on .cell {
    min-height: 68px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .waiting-list-day {
    margin-bottom: 5px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .waiting-list-day .cell {
    min-height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 3px;
    padding: 4px 6px;
    line-height: 1.2;
    white-space: normal
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .waiting-list-day .cell .slot--available-slot {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 22px;
    line-height: 1;
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 10px;
    min-width: 40px;
    border-radius: 4px 0 4px 0;
    background: hsla(0,0%,100%,.5)
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_flexible_container {
    position: relative;
    overflow-y: hidden
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_flexible_container:before {
    content: "";
    position: absolute;
    height: 100%;
    background: url("../../assets/img/timeline/vline-(1).png") repeat-y scroll;
    width: 2px;
    margin-left: 20px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_flexible_container .hour-line {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 15px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_flexible_container .hour-line:last-child {
    margin-bottom: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_flexible_container .hour-line:after,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_flexible_container .hour-line:before {
    content: " ";
    display: table
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_flexible_container .hour-line:after {
    clear: both
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_flexible_container .hour-line .hour-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 80px 0 0px;
    flex: 80px 0 0;
    height: 20px;
    padding: 12px 0;
    position: relative;
    margin-right: 1px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_flexible_container .hour-line .hour-head span {
    display: inline;
    font-weight: 600
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_flexible_container .hour-line .sb_time_flexible_hour_container {
    width: 100%
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_flexible_container .hour-line .sb_time_flexible_hour_container .time-slot {
    display: inline-block;
    position: relative;
    max-width: 74px;
    width: 100%;
    text-align: center;
    margin-right: 8px;
    margin-top: 5px;
    margin-bottom: 5px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_flexible_container .hour-line .sb_time_flexible_hour_container .time-slot .cell {
    display: block;
    border-radius: 3px;
    line-height: 40px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_flexible_container .hour-line .sb_time_flexible_hour_container .time-slot:last-child {
    margin-right: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_flexible_container .hour-line:last-child .vline {
    display: none
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner {
    display: table;
    width: 100%;
    table-layout: fixed
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner {
        height:1px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner .hour-container {
    vertical-align: bottom;
    display: table-cell;
    width: 75px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner .hour-container .time {
    height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner .hour-container .time .day-difference {
    top: -9px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner .content-container {
    width: 100%;
    display: table-cell;
    vertical-align: bottom;
    overflow: auto
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner .content-container #sb_time_flexible_weekly_container {
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner .content-container #sb_time_flexible_weekly_container .data-col {
    display: inline-block;
    text-align: center;
    width: 100%;
    box-sizing: content-box
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner .content-container #sb_time_flexible_weekly_container .data-col {
        box-sizing:border-box;
        -ms-flex: 27.5% 0 0px;
        flex: 27.5% 0 0;
        min-width: 104px
    }
}

@media (max-width: 375px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner .content-container #sb_time_flexible_weekly_container .data-col {
        box-sizing:border-box;
        -ms-flex: 40% 0 0px;
        flex: 40% 0 0
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner .content-container #sb_time_flexible_weekly_container .data-col .day-container .date {
    font-size: 14px;
    color: #464646
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner .content-container #sb_time_flexible_weekly_container .data-col .day-container .border {
    max-width: 20px;
    background: #a2a2a2;
    margin: 10px auto;
    height: 2px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner .content-container #sb_time_flexible_weekly_container .data-col .day-container .day {
    font-size: 20px;
    font-weight: 600
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner .content-container #sb_time_flexible_weekly_container .data-col .time-container {
    margin-top: 15px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner .content-container #sb_time_flexible_weekly_container .data-col .time-container .time-slot {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    border-right: 1px solid #fcfcfc;
    border-bottom: 1px solid #fcfcfc
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner .content-container #sb_time_flexible_weekly_container .data-col .time-container .time-slot a {
    display: block;
    width: 100%
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner .content-container #sb_time_flexible_weekly_container .data-col .time-container .time-slot.free a {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    text-decoration: none
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner .content-container #sb_time_flexible_weekly_container .data-col .time-container .time-slot.free a span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner .content-container #sb_time_flexible_weekly_container .data-col .time-container .time-slot.free.wl-slot {
    background: #dad2ce
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner .content-container #sb_time_flexible_weekly_container .data-col .time-container .time-slot.free.wl-slot a {
    font-size: 10pt;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    line-height: 1;
    padding-left: 5px;
    padding-right: 5px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner .content-container #sb_time_flexible_weekly_container .data-col .time-container .time-slot.busy_time {
    background: #dad2ce
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner .content-container #sb_time_flexible_weekly_container .data-col .time-container .time-slot .time {
        display:block
    }

    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner .content-container #sb_time_flexible_weekly_container .data-col .time-container .time-slot .line {
        display: none
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner.timeframe-5 .time,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner.timeframe-5 .time-slot,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner.timeframe-10 .time,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner.timeframe-10 .time-slot,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner.timeframe-15 .time,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner.timeframe-15 .time-slot {
    height: 40px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner.timeframe-20 .time,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner.timeframe-20 .time-slot {
    height: 45px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner.timeframe-30 .time,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner.timeframe-30 .time-slot {
    height: 50px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner.timeframe-60 .time,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner.timeframe-60 .time-slot {
    height: 60px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container {
    position: relative;
    overflow-y: auto;
    max-height: 700px
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container {
        max-height:480px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.set-hidden-content {
    overflow: hidden
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container:after,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container:before {
    content: " ";
    display: table
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container:after {
    clear: both
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container::-webkit-scrollbar {
    width: 12px;
    height: 12px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #a2a2a2;
    width: 8px;
    height: 8px;
    border: 3px solid transparent;
    background-clip: content-box
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
    width: 10px;
    height: 10px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container .inner {
    height: 100%;
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container .inner .hour-container {
    vertical-align: bottom;
    display: table-cell;
    width: 75px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container .inner .hour-container .hour-row {
    display: table;
    width: 100%;
    height: 50px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container .inner .hour-container .hour-row:after {
    content: "";
    height: 1px;
    background: #f2f2f2;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container .inner .hour-container .hour-row .time {
    display: table-cell;
    vertical-align: bottom;
    position: relative
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container .inner .hour-container .hour-row .time .day-difference {
    top: inherit;
    margin-top: -12px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container .inner .provider-container {
    height: 100%;
    vertical-align: bottom;
    display: table-cell;
    width: 100%;
    white-space: nowrap
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container .inner .provider-container .provider-col {
    width: 115px;
    vertical-align: top;
    position: relative;
    margin-right: 10px;
    display: inline-block;
    height: 100%
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container .inner .provider-container .provider-col .provider-item {
    position: absolute;
    text-align: center;
    font-size: 16px;
    margin: 0 0 10px;
    width: 115px;
    white-space: normal;
    padding-top: 0;
    padding-bottom: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container .inner .provider-container .provider-col .provider-item .without-photo .default {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container .inner .provider-container .provider-col .provider-item .without-photo .default svg {
    width: 200px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container .inner .provider-container .provider-col .provider-item a {
    padding-top: 10px;
    border-radius: 3px;
    overflow: hidden;
    max-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container .inner .provider-container .provider-col .provider-item a.btn-classes {
    font-weight: 600
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container .hour-line {
    display: inline-block;
    border-right: 1px solid #f2f2f2;
    vertical-align: top
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container .provider-container {
    width: 100%;
    position: relative
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container .provider-container #sb_time_classes_container {
    display: table;
    width: 100%;
    height: 800px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container .provider-container #sb_time_classes_container .provider-item {
    position: absolute;
    display: table-cell;
    background: #a64c4c
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container .provider-container #sb_time_classes_container .provider-item a {
    display: block;
    padding: 0 10px;
    width: 100px;
    z-index: 100;
    margin: 0 auto;
    text-align: center
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container .recurring-block {
    min-height: 1px;
    padding-top: 10px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .provider-container .provider-col,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .provider-container .provider-col .provider-item {
    width: 180px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .provider-container .provider-col .provider-item .cell,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .provider-container .provider-col .provider-item .cell:hover {
    border-top: 4px solid
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .provider-container .provider-col .provider-item .cell {
    padding-top: 10px;
    padding-bottom: 10px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .provider-container .provider-col .provider-item .cell .slot--available-slot {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 22px;
    line-height: 1;
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 10px;
    min-width: 40px;
    border-radius: 4px 0 4px 0;
    background: hsla(0,0%,100%,.5);
    bottom: auto!important;
    top: 9px;
    border-radius: 4px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .provider-container .provider-col .provider-item .cell.has-available-slot {
    padding-top: 25px;
    padding-bottom: 8px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .provider-container .provider-col .provider-item .day-difference {
    top: 5px;
    right: 8px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .provider-container .provider-col .provider-item .full-info {
    background-color: #fff;
    border-radius: 3px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .provider-container .provider-col .provider-item .full-info .close-full-info {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 40;
    border-radius: 3px;
    font-size: 24px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .provider-container .provider-col .provider-item .full-info .close-full-info:hover {
    opacity: .8
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .provider-container .provider-col .provider-item .full-info .service-bar__wrapper .icon-reccuring {
    right: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .provider-container .provider-col .provider-item .full-info .bar-service {
    margin-bottom: 35px;
    margin-top: 15px;
    min-height: 22px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .provider-container .provider-col .provider-item .full-info .bar-service .badge {
    margin-top: -10px;
    right: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .provider-container .provider-col .provider-item .full-info .bar-service .badge:after {
    display: none
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .provider-container .provider-col .provider-item .full-info .no-img-block {
    height: 40px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .provider-container .provider-col .provider-item .provider-txt-data {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: auto
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .provider-container .provider-col .provider-item .provider-txt-data .provider-name {
    font-weight: 600
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .provider-container .provider-col .provider-item .provider-txt-data .provider-txt {
    overflow: hidden;
    text-overflow: ellipsis
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .provider-container .provider-col .provider-item .photo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    border-radius: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .provider-container .provider-col .provider-item .photo.without-photo {
    -webkit-background-size: 195px;
    background-size: 195px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .provider-container .provider-col .provider-item .name {
    height: auto;
    padding-right: 0;
    text-align: left
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .provider-container .provider-col .provider-item .txt {
    text-align: left;
    margin-bottom: 20px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .hour-container .hour-row {
    height: 80px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .hour-container .hour-row .time {
    vertical-align: middle
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin.service-more-than-one .inner .provider-container .provider-col,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin.service-more-than-one .inner .provider-container .provider-col .provider-item {
        width:120px
    }

    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin.service-more-than-one .inner .provider-container .provider-col .provider-item .cell {
        padding: 8px 0
    }

    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin.service-more-than-one .inner .provider-container .provider-col .provider-item .cell .slot--available-slot {
        top: 0!important;
        height: 16px!important;
        min-width: 30px!important;
        font-size: 11px!important
    }

    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin.service-more-than-one .inner .provider-container .provider-col .provider-item .cell .provider-name {
        font-size: 14px
    }

    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin.service-more-than-one .inner .provider-container .provider-col .provider-item .cell .provider-time {
        font-size: 11px
    }

    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin.service-more-than-one .inner .hour-container .hour-row {
        height: 33px
    }

    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin.service-more-than-one .inner .hour-container .hour-row .time {
        font-size: 12px
    }

    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin.service-more-than-one .inner .hour-container.is-expanded .hour-row {
        height: 70px
    }
}

@media (max-width: 768px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .seven-cols .col-lg-1,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .seven-cols .col-md-1,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .seven-cols .col-sm-1 {
        width:14.285714285714286%;
        display: inline-block
    }
}

@media (min-width: 768px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .seven-cols .col-lg-1,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .seven-cols .col-md-1,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .seven-cols .col-sm-1 {
        width:14.285714285714286%;
        display: inline-block
    }
}

@media (min-width: 992px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .seven-cols .col-lg-1,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .seven-cols .col-md-1,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .seven-cols .col-sm-1 {
        width:14.285714285714286%
    }
}

@media (min-width: 1200px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .seven-cols .col-lg-1,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .seven-cols .col-md-1,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .seven-cols .col-sm-1 {
        width:14.285714285714286%
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_datetimeview_container .eventdatetime-view .header {
    font-size: 16px;
    text-transform: capitalize
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_datetimeview_container .eventdatetime-view .header .row-eq-height {
    -ms-flex-line-pack: center;
    align-content: center
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_datetimeview_container .eventdatetime-view .header span {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_datetimeview_container .eventdatetime-view .header span a {
    text-decoration: none
}

@media (max-width: 1024px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_datetimeview_container .eventdatetime-view .header span.txt {
        display:none
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_datetimeview_container .eventdatetime-view .header .abc{
    font-size: 42px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_datetimeview_container .eventdatetime-view .header .txt-left .abc{
    margin-right: 10px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_datetimeview_container .eventdatetime-view .header .txt-center {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_datetimeview_container .eventdatetime-view .header .txt-right .abc{
    margin-left: 10px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_datetimeview_container .eventdatetime-view .calendar {
    padding: 40px 0 0
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_datetimeview_container .eventdatetime-view .calendar {
        padding:20px 0 0
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_datetimeview_container .eventdatetime-view .calendar .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    line-height: 40px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_datetimeview_container .eventdatetime-view .calendar .inner.selected {
    border-radius: 20px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_datetimeview_container .eventdatetime-view .calendar .weeks-name .name {
    min-width: 30px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #a2a2a2;
    font-weight: 600
}

@media (max-width: 768px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_datetimeview_container .eventdatetime-view .calendar .weeks-name .name {
        font-size:11px;
        width: 13%
    }
}

@media (max-width: 330px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_datetimeview_container .eventdatetime-view .calendar .weeks-name .name {
        width:10%;
        min-width: 26px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_datetimeview_container .eventdatetime-view .calendar .weeks-date .day-on {
    font-weight: 600;
    text-decoration: none;
    color: #464646
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_datetimeview_container .eventdatetime-view .calendar .weeks-date .day-off {
    opacity: .5
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_datetimeview_container .eventdatetime-view .calendar .weeks-date .date {
    min-width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_datetimeview_container .eventdatetime-view .calendar .weeks-date .date.selected {
    border-radius: 50%
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_datetimeview_container .eventdatetime-view #sb_time_event_container .date-slot {
    border-radius: 3px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0 5px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_datetimeview_container .eventdatetime-view #sb_time_event_container .date-slot .slot-container {
    border-radius: 3px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 9px;
    cursor: pointer;
    position: relative
}

@media (max-width: 400px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_datetimeview_container .eventdatetime-view #sb_time_event_container .date-slot .slot-container {
        font-size:13px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_datetimeview_container .eventdatetime-view #sb_time_event_container .date-slot .slot-container .month {
    position: absolute;
    bottom: 3px;
    right: 3px;
    font-size: 11px;
    line-height: 10px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_datetimeview_container .eventdatetime-view #sb_time_event_container .date-slot.other_month .slot-container {
    position: relative
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_datetimeview_container .eventdatetime-view #sb_time_event_container .date-slot.other_month .slot-container:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: hsla(0,0%,100%,.4)
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_datetimeview_container .eventdatetime-view #sb_time_event_container .date-slot.free .slot-container {
    background: #d3e0f1
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_datetimeview_container .eventdatetime-view #sb_time_event_container .date-slot.free .slot-container:hover {
    background: #d1e9c6
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_datetimeview_container .eventdatetime-view #sb_time_event_container .date-slot.busy .slot-container,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_datetimeview_container .eventdatetime-view #sb_time_event_container .date-slot.day_off .slot-container {
    cursor: not-allowed;
    background: #dad2ce
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider .inner {
    font-size: 15px;
    font-weight: 600;
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    table-layout: fixed
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider .inner {
        height:1px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider .inner .inner-sidebar {
    display: table-cell;
    width: 75px;
    vertical-align: bottom
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider .inner .inner-sidebar #sb_time_flexible_provider_timeline .hour-line .hour-head {
    font-size: 16px;
    padding-top: 10px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider .inner .inner-content {
    display: table-cell;
    white-space: nowrap;
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    padding-top: 18px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider .inner .inner-content #sb_time_flexible_provider_container {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider .inner .inner-content #sb_time_flexible_provider_container .provider-col {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 115px;
    width: 15%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-right: 20px
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider .inner .inner-content #sb_time_flexible_provider_container .provider-col {
        width:35%
    }
}

@media (max-width: 479px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider .inner .inner-content #sb_time_flexible_provider_container .provider-col {
        width:100%
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider .inner .inner-content #sb_time_flexible_provider_container .provider-col:last-child {
    margin-right: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider .inner .inner-content #sb_time_flexible_provider_container .provider-col .provider-photo .photo {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 50%;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider .inner .inner-content #sb_time_flexible_provider_container .provider-col .provider-photo .photo svg {
    width: 100%;
    height: auto
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider .inner .inner-content #sb_time_flexible_provider_container .provider-col .provider-name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0;
    white-space: normal
}

@media (max-width: 1024px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider .inner .inner-content #sb_time_flexible_provider_container .provider-col .provider-name {
        font-size:16px;
        margin-top: 10px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider .inner .inner-content #sb_time_flexible_provider_container .provider-col .waiting-list--provider-cell {
    white-space: normal;
    padding-top: 5px;
    margin-bottom: 10px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider .inner .inner-content #sb_time_flexible_provider_container .provider-col .waiting-list--provider-cell .waiting-list--btn {
    white-space: normal;
    min-width: unset;
    text-align: center;
    width: 100%;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 0;
    line-height: 1.2;
    font-size: 16px;
    border: none
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider .inner .inner-content #sb_time_flexible_provider_container .provider-col .provider-timeline {
    width: 100%;
    margin-top: auto
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider .inner .inner-content #sb_time_flexible_provider_container .provider-col .provider-timeline .provider-item {
    margin: 0 auto;
    text-align: center
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider .inner .inner-content #sb_time_flexible_provider_container .provider-col .provider-timeline .provider-item .time-slot {
    position: relative
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider .inner .inner-content #sb_time_flexible_provider_container .provider-col .provider-timeline .provider-item .time-slot .time-cell {
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider .inner .inner-content #sb_time_flexible_provider_container .provider-col .provider-item .time-slot:first-child:before {
    content: "-";
    display: block;
    position: absolute;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.15);
    width: 50%;
    left: -35%;
    top: 50%;
    height: 1px;
    overflow: hidden
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider .inner .inner-content #sb_time_flexible_provider_container .provider-col .provider-item .time-slot:first-child:after {
    content: "-";
    display: block;
    position: absolute;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.15);
    width: 50%;
    right: -35%;
    top: 50%;
    height: 1px;
    overflow: hidden
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider .inner .inner-content #sb_time_flexible_provider_container .provider-col .provider-item:first-child .time-slot:first-child {
    border-radius: 5px 5px 0 0
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider .inner .inner-content #sb_time_flexible_provider_container .provider-col .provider-item:last-child .time-slot:last-child {
    border-radius: 0 0 5px 5px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider .inner .inner-content #sb_time_flexible_provider_container .provider-col:first-child .time-slot:first-child:before {
    left: -10%;
    width: 25%
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider .inner .inner-content #sb_time_flexible_provider_container .provider-col:last-child .provider-item .time-slot:first-child:after {
    right: -10%;
    width: 25%
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider.timeframe-5 .hour-line {
    height: 480px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider.timeframe-10 .hour-line {
    height: 240px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider.timeframe-15 .hour-line {
    height: 160px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider.timeframe-20 .hour-line {
    height: 120px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider.timeframe-30 .hour-line {
    height: 80px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider.timeframe-60 .hour-line {
    height: 40px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-inner .form-group {
    margin: 0 -15px 7px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-inner .top-inline-steps label {
    margin-bottom: 10px
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-inner .top-inline-steps label {
        margin:15px 0 12px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-inner .top-inline-steps label:not(.control-label) {
    display: none
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-inner .top-inline-steps select {
    height: 50px;
    font-size: 16px;
    -webkit-background-size: 16px;
    background-size: 16px;
    background-image: url(../../assets/img/ics/down-arrow.svg);
    background-position: center right 14px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 40px
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-inner .top-inline-steps select {
        height:36px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-inner .top-inline-steps .parts-of-day {
        margin-top:14px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-inner .top-inline-steps .parts-of-day .buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-inner .top-inline-steps .parts-of-day .buttons {
        -ms-flex-pack:start;
        justify-content: flex-start
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-inner .top-inline-steps .parts-of-day .btn {
    width: 33.333%;
    height: 50px;
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 3px
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-inner .top-inline-steps .parts-of-day .btn {
        height:36px;
        line-height: 36px;
        width: auto
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-inner .top-inline-steps .days-of-week {
    padding-top: 20px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-inner .top-inline-steps .days-of-week .btn {
    height: 50px;
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-inner .top-inline-steps .days-of-week .btn {
        height:36px;
        line-height: 36px;
        width: 50px;
        padding: 0 10px;
        margin-bottom: 5px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-inner table {
    margin-bottom: 50px
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-inner table {
        margin-bottom:12px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-inner table:last-of-type {
    margin-bottom: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-inner table td {
    padding: 15px 30px;
    position: relative
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-inner table td {
        padding:10px 15px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-inner table td .day-difference {
    top: 10px!important;
    background: none!important;
    width: 35%!important
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-inner table td .day-difference {
        width:50%!important
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-inner table td .data-trigger:hover {
    text-decoration: underline
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-inner table th {
    font-weight: 600;
    padding: 22px 30px
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-inner table th {
        padding:15px;
        min-width: 200px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-inner table .btn {
    font-size: 14px;
    font-weight: 800;
    border: none;
    float: right
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-inner .service-bonus {
    margin-bottom: 10px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_grid_weekly_container .empty-week-time-part {
    padding-bottom: 25px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_grid_weekly_container .data-trigger .service-bar__icon {
    display: inline-block;
    margin-right: 0;
    margin-left: 10px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_grid_weekly_container .data-trigger .service-bar__icon .icon {
    position: relative;
    display: block;
    margin-top: 0;
    background-size: 20px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_grid_weekly_container .data-trigger .service-bar__icon .icon .fa.fa-refresh:before {
    background-size: 20px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table {
    padding: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-header .grid-weekly-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-header .grid-weekly-row {
        -ms-flex-direction:column;
        flex-direction: column
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row .grid-weekly-item.grid-weekly-header-item,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-header .grid-weekly-row .grid-weekly-item.grid-weekly-header-item {
    font-weight: 600;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 66px;
    line-height: 1.2
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row .grid-weekly-item.grid-weekly-header-item,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-header .grid-weekly-row .grid-weekly-item.grid-weekly-header-item {
        min-height:36px
    }

    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row .grid-weekly-item.grid-weekly-header-item.grid-weekly-button,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-header .grid-weekly-row .grid-weekly-item.grid-weekly-header-item.grid-weekly-button {
        display: none
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row .grid-weekly-item,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-header .grid-weekly-row .grid-weekly-item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    position: relative
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row .grid-weekly-item,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-header .grid-weekly-row .grid-weekly-item {
        width:100%;
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row .grid-weekly-item .grid-weekly-serice-name,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-header .grid-weekly-row .grid-weekly-item .grid-weekly-serice-name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row .grid-weekly-item.grid-weekly-date-time,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-header .grid-weekly-row .grid-weekly-item.grid-weekly-date-time {
    width: 120px;
    min-width: 140px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row .grid-weekly-item.grid-weekly-date-time.with-end-time,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-header .grid-weekly-row .grid-weekly-item.grid-weekly-date-time.with-end-time {
    min-width: 202px
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row .grid-weekly-item.grid-weekly-date-time,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row .grid-weekly-item.grid-weekly-date-time.with-end-time,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-header .grid-weekly-row .grid-weekly-item.grid-weekly-date-time,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-header .grid-weekly-row .grid-weekly-item.grid-weekly-date-time.with-end-time {
        width:100%
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row .grid-weekly-item.grid-weekly-button,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-header .grid-weekly-row .grid-weekly-item.grid-weekly-button {
    width: 200px;
    min-width: 200px
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row .grid-weekly-item.grid-weekly-button,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-header .grid-weekly-row .grid-weekly-item.grid-weekly-button {
        width:100%
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row .grid-weekly-item.grid-weekly-button .btn,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-header .grid-weekly-row .grid-weekly-item.grid-weekly-button .btn {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.2;
    padding-left: 15px;
    padding-right: 15px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row .grid-weekly-item.grid-weekly-available-slots,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-header .grid-weekly-row .grid-weekly-item.grid-weekly-available-slots {
    width: 130px;
    min-width: 130px
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row .grid-weekly-item.grid-weekly-available-slots,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-header .grid-weekly-row .grid-weekly-item.grid-weekly-available-slots {
        width:100%
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row .grid-weekly-item.grid-weekly-available-slots .btn,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-header .grid-weekly-row .grid-weekly-item.grid-weekly-available-slots .btn {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row .grid-weekly-item.grid-weekly-provider,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row .grid-weekly-item.grid-weekly-serice,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-header .grid-weekly-row .grid-weekly-item.grid-weekly-provider,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-header .grid-weekly-row .grid-weekly-item.grid-weekly-serice {
    width: 100%
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row .grid-weekly-item .day-difference,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-header .grid-weekly-row .grid-weekly-item .day-difference {
    top: 10px!important;
    background: none!important;
    width: 35%!important
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row .grid-weekly-item .day-difference,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-header .grid-weekly-row .grid-weekly-item .day-difference {
        width:50%!important
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row .grid-weekly-item .data-trigger:hover,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-header .grid-weekly-row .grid-weekly-item .data-trigger:hover {
    cursor: pointer;
    text-decoration: underline
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row .grid-weekly-item .modal .full-info>.tab-pd,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-header .grid-weekly-row .grid-weekly-item .modal .full-info>.tab-pd {
    padding-top: 25px;
    padding-bottom: 45px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row .grid-weekly-item .modal .full-info>.tab-pd .tab-pd,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-header .grid-weekly-row .grid-weekly-item .modal .full-info>.tab-pd .tab-pd {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row .grid-weekly-item .modal .full-info>.tab-pd .recurring-block,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-header .grid-weekly-row .grid-weekly-item .modal .full-info>.tab-pd .recurring-block {
    padding-bottom: 12px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row .grid-weekly-item .modal .full-info .preloader .tab-pd,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-header .grid-weekly-row .grid-weekly-item .modal .full-info .preloader .tab-pd {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row .grid-weekly-item.grid-weekly-date-time,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-header .grid-weekly-row .grid-weekly-item.grid-weekly-date-time {
    padding-left: 30px
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row .grid-weekly-item.grid-weekly-date-time,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-header .grid-weekly-row .grid-weekly-item.grid-weekly-date-time {
        padding-left:10px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row .grid-weekly-item.grid-weekly-button,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-header .grid-weekly-row .grid-weekly-item.grid-weekly-button {
    padding-right: 30px
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row .grid-weekly-item.grid-weekly-button,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-header .grid-weekly-row .grid-weekly-item.grid-weekly-button {
        padding-right:10px
    }
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row {
        margin:5px auto 15px;
        width: 96%;
        border-radius: 2px;
        border: 1px solid rgba(0,0,0,.3)
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row:nth-child(2n) .grid-weekly-item {
    background: #fff
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row:nth-child(odd) .grid-weekly-item {
    background: #f1f8ff
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step .time-legend {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 10px 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step .time-legend .circle {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    border-radius: 50%
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step .time-legend .unavailable {
    margin-left: 20px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step .time-legend .day-offset-warning {
    font-size: 14px;
    font-weight: 300;
    color: #999;
    width: 100%;
    margin-top: 20px
}

#sb-timeline #steps #steps-content #sb_booking_content .flexible-weekly-view .header {
    padding: 40px!important
}

#sb-timeline #steps #steps-content #sb_booking_content .flexible-weekly-view .top-inline-steps .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end
}

#sb-timeline #steps #steps-content #sb_booking_content .flexible-weekly-view .top-inline-steps .row .form-group {
    margin-bottom: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .flexible-weekly-view .top-inline-steps .row .form-group .help-block {
    margin: 0;
    padding: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .flexible-weekly-view .top-inline-steps .row .parts-of-day .buttons {
    padding-top: 10px
}

#sb-timeline #steps #steps-content #sb_booking_content #details .section {
    min-height: auto
}

#sb-timeline #steps #steps-content #sb_booking_content #details .title-main {
    text-align: center
}

#sb-timeline #steps #steps-content #sb_booking_content #details #sb_client_info_container {
    margin-bottom: 30px
}

#sb-timeline #steps #steps-content #sb_booking_content #details .login-bar {
    text-align: center
}

#sb-timeline #steps #steps-content #sb_booking_content #details .login-bar .cap {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px
}

#sb-timeline #steps #steps-content #sb_booking_content #details .login-bar .fb-container {
    display: block;
    margin-bottom: 30px
}

#sb-timeline #steps #steps-content #sb_booking_content #details .login-bar .additional-info {
    text-align: center;
    margin-bottom: 30px
}

#sb-timeline #steps #steps-content #sb_booking_content #details .login-bar .avatar {
    width: 50px;
    height: 50px;
    margin: 0 auto 30px
}

#sb-timeline #steps #steps-content #sb_booking_content #details .login-bar .avatar img {
    border-radius: 50%
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step {
    display: block;
    position: relative
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content #details .detail-step {
        display:block
    }
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .left-side {
    padding-right: 30px
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .left-side {
        padding:0;
        margin-bottom: 40px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .left-side span.required {
    font-size: 20px;
    color: #e95a5a;
    margin-left: 3px
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .left-side #sb_additional_fields_container label.control-label {
    text-align: left
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .left-side #sb_additional_fields_container label.control-label.required {
    position: relative
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .left-side #sb_additional_fields_container label.control-label.required+div[class*=col-]:before {
    display: none
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .left-side .form-group {
    margin-bottom: 25px
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .left-side .form-group .control-label.required+div[class*=col-] {
    position: relative
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .left-side .form-group .control-label.required+div[class*=col-]:before {
    content: "*";
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 10px;
    position: absolute;
    top: 6px;
    right: 16px;
    color: #e95a5a;
    font-size: 20px;
    z-index: 30
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .left-side .custom-form .form-horizontal .control-label {
    text-align: left;
    padding-left: 15px
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .right-side {
    padding-left: 30px
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .right-side .current-booking-info .booking-info .booking-overview {
    -ms-flex: 100% 0;
    flex: 100% 0
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .right-side .current-booking-info .booking-info .booking-calendar {
    display: none
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .right-side {
        padding:0
    }
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .border {
    display: block;
    position: absolute;
    width: 2px;
    background: #f6f6f6;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .border {
        display:none
    }
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .license-links-container {
    font-size: 12px
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .license-links-container>div {
    padding: 15px 0
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .license-links-container>div:empty {
    padding: 0
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .license-links-container .alert {
    font-size: 16px
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .license-links-container .has-error .help-block {
    text-transform: none;
    font-weight: 400
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .buttons-container {
    -ms-flex-pack: center;
    justify-content: center
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .buttons-container #sb_multiple_booking_btn {
    margin: 15px;
    font-size: 16px
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .buttons-container #sb_multiple_booking_btn:after {
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .buttons-container #sb_book_btn {
    margin: 15px;
    overflow: hidden
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .highlighted-current-booking .current-booking-info {
    display: block
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .products--from-catalog .title--h3 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 18px
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .products--from-catalog .item.item--product {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 0 12px
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .products--from-catalog .item.item--product .item--product_content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 8px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .products--from-catalog .item.item--product .item--product_info {
    white-space: nowrap
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .products--from-catalog .item.item--product .item--product_name {
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    margin: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .item {
    margin-bottom: 30px;
    padding: 0 15px;
    width: 33.333%
}

@media (max-width: 1024px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item {
        width:50%
    }
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item {
        width:100%;
        margin-bottom: 15px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .item .tab {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item .tab {
        display:block;
        height: auto
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .item .tab .excerpt-info .preloader {
    min-height: 100px
}

#sb-timeline #steps #steps-content #sb_booking_content .item .tab>span {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

#sb-timeline #steps #steps-content #sb_booking_content .item .tab>span .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#sb-timeline #steps #steps-content #sb_booking_content .item .tab .default svg {
    display: block;
    width: 200px;
    height: 100%;
    margin: 0 auto
}

#sb-timeline #steps #steps-content #sb_booking_content .item .tab .tab-pd {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item .tab .tab-pd {
        display:block;
        height: auto
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .item .tab .tab-pd>* {
    width: 100%
}

#sb-timeline #steps #steps-content #sb_booking_content .item .tab .tab-pd .content .txt.short p {
    margin: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .item .tab .tab-pd .btn-bar {
    margin-top: auto
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel {
    width: 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 15px;
    border: none;
    border-radius: 0;
    background: hsla(0,0%,100%,.92);
    box-shadow: 0 2px 6px -2px rgba(0,0,0,.29);
    transition: background,box-shadow .2s ease-in
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .sidebar-list-attribute-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel:last-child {
    margin-bottom: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel:hover {
    box-shadow: 0 2px 6px -3px rgba(0,0,0,.2)
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .mobile-title {
    width: 100%;
    display: none
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .mobile-title .title {
    display: -ms-flexbox;
    display: flex;
    gap: 5px
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .mobile-title .title .used-overlay {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    line-height: 1;
    position: static;
    font-family: sans-serif
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .mobile-title .title .used-overlay .text,#sb-timeline #steps #steps-content #sb_booking_content .item.panel .mobile-title .title .used-overlay .txt {
    display: inline-block;
    background-color: #fe4d4d;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    padding: 1px 12px 0;
    white-space: nowrap;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,.2);
    text-transform: uppercase;
    border-radius: 20px;
    font-family: sans-serif
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item.panel .mobile-title {
        display:block
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .preloader {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 140px;
    width: 160px;
    min-width: 160px;
    margin: -15px 12px -15px -15px
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item.panel .preloader {
        max-height:100px;
        height: 80px;
        width: 110px;
        max-width: 110px;
        min-width: 60px;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0
    }
}

@media (max-width: 480px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item.panel .preloader {
        height:60px;
        max-height: 60px;
        max-width: 100%;
        width: 60px;
        min-width: 60px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .preloader a {
    display: block;
    position: relative;
    transition: all .2s ease-out;
    height: 100%;
    width: 100%;
    padding: 0;
    min-height: 40px
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .preloader a:hover {
    filter: grayscale(50%)
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .preloader a:active {
    transform: scale(1.02,.98)
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .preloader .img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 100%;
    width: 100%
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .preloader .img img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: object-fit\: cover;
    height: 100%;
    width: 100%;
    min-height: 10px;
    border-radius: 0 0 0 0
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item.panel .preloader .img img {
        height:80px;
        max-height: 80px;
        border-radius: 0
    }
}

@media (max-width: 480px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item.panel .preloader .img img {
        height:60px;
        width: 60px;
        min-width: 60px
    }
}

@media (max-width: 480px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item.panel .preloader .img.user img {
        border-radius:50%
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .preloader .img.default img {
    max-height: 60px;
    max-width: 100%;
    width: auto;
    position: relative
}

@media (max-width: 480px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item.panel .preloader .img.default img {
        height:auto
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .preloader .img.default svg {
    width: 100px!important
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 6px;
    font-size: 16px;
    line-height: 1.22;
    padding: 0;
    font-weight: 500;
    margin: 0 0 8px
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .title-txt {
    width: 100%
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .title .promotion-item__tag {
    margin: 0;
    line-height: 1;
    padding: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .title .promotion-item__tag .txt {
    font-family: sans-serif
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .title a {
    cursor: pointer;
    margin: 0;
    display: block;
    text-decoration: none;
    position: relative
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .title .used-overlay {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    line-height: 1;
    position: static
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .title .used-overlay .text {
    display: inline-block;
    background-color: #e57373;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    padding: 0 12px;
    white-space: nowrap;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,.2);
    text-transform: uppercase;
    border-radius: 20px
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item.panel .title {
        display:none
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel>.one-line {
    width: calc(100% - 160px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item.panel>.one-line {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        width: calc(100% - 122px)
    }
}

@media (max-width: 480px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item.panel>.one-line {
        width:calc(100% - 72px)
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel>.one-line.no-image {
    width: 100%
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel>.one-line .content {
    width: 100%;
    min-height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item.panel>.one-line .content {
        min-height:70px
    }
}

@media (max-width: 480px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item.panel>.one-line .content {
        min-height:1px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .info-bar {
    margin-top: auto;
    margin-bottom: 0;
    line-height: 1;
    gap: 10px
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item.panel .info-bar {
        margin-bottom:auto
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .info-bar .ico {
    font-size: 15px;
    display: inline-block;
    width: 24px;
    min-width: 24px;
    text-align: center;
    margin: 0 4px 0 0;
    line-height: 1
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .info-bar .bar-flex-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 26px;
    margin: 0;
    line-height: 1;
    gap: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .info-bar .bar-flex-item.service-bonus {
    width: 100%;
    margin-right: 0;
    -ms-flex: unset;
    flex: unset
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .info-bar .bar-flex-item.service-bonus .ico {
    margin: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .info-bar .bar-flex-item.service-deposit {
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 1024px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item.panel .info-bar .bar-flex-item.service-deposit {
        width:100%
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .info-bar .bar-flex-item.service-deposit .service-deposit__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item.panel .info-bar .bar-flex-item.service-deposit .service-deposit__price {
        -ms-flex-direction:column;
        flex-direction: column
    }

    #sb-timeline #steps #steps-content #sb_booking_content .item.panel .info-bar .bar-flex-item.service-deposit .service-deposit__price .badge-line {
        display: none
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .info-bar .bar-flex-item.service-deposit .badge {
    margin: 0;
    padding: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .info-bar .bar-flex-item.service-deposit .badge .text {
    font-size: 16px;
    font-weight: 400
}

@media (max-width: 480px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item.panel .info-bar .bar-flex-item {
        margin-right:0
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .info-bar .bar-flex-item .txt {
    line-height: 1
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .info-bar .bar-flex-item.price .txt {
    font-size: 17px;
    font-weight: 600
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .info-bar .bar-flex-item.gift-type .price-val,#sb-timeline #steps #steps-content #sb_booking_content .item.panel .info-bar .bar-flex-item.gift-type .sb_start_date,#sb-timeline #steps #steps-content #sb_booking_content .item.panel .info-bar .bar-flex-item.start-date-btn .price-val,#sb-timeline #steps #steps-content #sb_booking_content .item.panel .info-bar .bar-flex-item.start-date-btn .sb_start_date {
    font-size: 16px;
    padding: 0 6px;
    line-height: 1;
    font-weight: 400
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .info-bar .bar-flex-item.gift-type [type=hidden],#sb-timeline #steps #steps-content #sb_booking_content .item.panel .info-bar .bar-flex-item.start-date-btn [type=hidden] {
    display: none
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .info-bar p {
    margin: 0;
    padding: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    margin: 0 0 0 15px;
    padding-bottom: 30px;
    width: auto
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar {
        -ms-flex-direction:row;
        flex-direction: row;
        width: calc(100% + 10px);
        margin: 10px -5px 0;
        padding-bottom: 0;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar .btn {
    outline: none;
    margin: 5px
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar.has-read-more .btn-round-mask:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 100%;
    top: 0;
    left: 2px;
    transition: all .2s ease-in;
    display: none!important
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar.has-read-more .btn-round-mask:active:after {
    left: 1px
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar .wrap-read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 36px
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar .wrap-read-more {
        height:32px;
        position: relative
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar .wrap-read-more .read-more {
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    height: 36px;
    width: 160px;
    min-width: 60px;
    background: transparent;
    border-radius: 3px;
    padding: 0 10px;
    overflow: hidden;
    transition: all .2s cubic-bezier(1,0,.24,.93);
    z-index: 3
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar .wrap-read-more .read-more {
        width:130px;
        height: 32px;
        padding: 0 5px
    }
}

@media (max-width: 600px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar .wrap-read-more .read-more {
        width:auto;
        border: 1px solid rgba(0,0,0,.11);
        min-width: 60px;
        max-width: 60px;
        padding: 0 15px
    }
}

@media (max-width: 360px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar .wrap-read-more .read-more {
        min-width:48px;
        max-width: 48px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar .wrap-read-more .read-more .part {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .2s ease
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar .wrap-read-more .read-more .part.txt-part {
    font-size: 15px;
    line-height: 1.2;
    padding-right: 6px
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar .wrap-read-more .read-more .part.txt-part .more-part {
    display: none
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar .wrap-read-more .read-more .part.txt-part .less-part {
    display: block
}

@media (max-width: 600px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar .wrap-read-more .read-more .part.txt-part {
        display:none
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar .wrap-read-more .read-more .part.ico-part {
    position: relative;
    font-size: 24px;
    font-weight: 400;
    text-decoration: none!important;
    transform: rotate(180deg)
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar .wrap-read-more .read-more .part.ico-part .custom-checkbox input:checked+.custom-label:before,#sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar .wrap-read-more .read-more .part.ico-part .fal:before,#sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar .wrap-read-more .read-more .part.ico-part :not(.fab)[class*=fa-]:before,.custom-checkbox #sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar .wrap-read-more .read-more .part.ico-part input:checked+.custom-label:before {
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar .wrap-read-more .read-more.collapsed .part.txt-part .more-part {
    display: block
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar .wrap-read-more .read-more.collapsed .part.txt-part .less-part {
    display: none
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar .wrap-read-more .read-more.collapsed .part.ico-part {
    transform: rotate(0deg)
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar .btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 36px;
    padding: 0;
    text-align: center;
    white-space: normal;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    box-shadow: unset;
    text-decoration: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    transition: all .2s ease-in
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar .btn:active {
    box-shadow: none
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar .btn {
        height:32px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar .btn.select {
    min-width: 160px;
    width: 160px;
    padding: 0 15px;
    font-size: 15px
}

@media (max-width: 480px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar .btn.select {
        width:auto;
        min-width: 110px;
        line-height: 1;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width: 359px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar .btn.select {
        min-width:100px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar.btn-bar-full-info {
    -ms-flex-direction: row;
    flex-direction: row;
    clear: both;
    width: calc(100% + 10px);
    margin: 0 -5px;
    display: none
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar.btn-bar-full-info {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar.btn-bar-full-info .btn {
    margin: 2px 5px;
    padding: 0 20px
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar.btn-bar-full-info .btn .pr-numb {
    padding-left: 4px
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar.btn-bar-full-info .btn .pr-decimal,#sb-timeline #steps #steps-content #sb_booking_content .item.panel .btn-bar.btn-bar-full-info .btn .pr-numb {
    font-size: 16px;
    margin: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel>.wrap-collapse-content {
    padding: 0;
    width: 100%
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel>.wrap-collapse-content .collapse-content {
    position: relative;
    padding-top: 30px
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel>.wrap-collapse-content .collapse-content:after,#sb-timeline #steps #steps-content #sb_booking_content .item.panel>.wrap-collapse-content .collapse-content:before {
    content: " ";
    display: table
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel>.wrap-collapse-content .collapse-content:after {
    clear: both
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel>.wrap-collapse-content .collapse-content a {
    position: relative;
    z-index: 2
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel>.wrap-collapse-content .collapse-content:before {
    position: absolute;
    top: 15px;
    left: -15px;
    content: " ";
    display: block;
    height: 1px;
    width: calc(100% + 30px);
    background: rgba(0,0,0,.2)
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel>.wrap-collapse-content .collapse-content .biggest-previev {
    float: left;
    width: 50%;
    margin-right: 30px;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item.panel>.wrap-collapse-content .collapse-content .biggest-previev {
        width:100%;
        margin-right: 0
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel>.wrap-collapse-content .collapse-content .biggest-previev img {
    max-height: 600px
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel>.wrap-collapse-content .collapse-content ul li {
    list-style-type: disc
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info {
    padding-top: 30px;
    -ms-flex-direction: row;
    flex-direction: row
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info:before {
    content: " ";
    width: calc(100% + 30px);
    height: 1px;
    left: -15px;
    top: 15px;
    position: absolute;
    display: block;
    background: rgba(0,0,0,.2)
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info .btn-hide {
    min-width: 100px;
    background: transparent
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info .btn {
    margin-top: 5px;
    margin-bottom: 5px
}

#sb-timeline #steps #steps-content #sb_booking_content .item.panel.paid-attr__item.no-image .one-line,#sb-timeline #steps #steps-content #sb_booking_content .timeline-sidebar .item {
    width: 100%
}

#sb-timeline #steps #steps-content #sb_booking_content .timeline-sidebar .item.panel .mobile-title {
    display: block
}

#sb-timeline #steps #steps-content #sb_booking_content .timeline-sidebar .item.panel .mobile-title .title {
    margin-top: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .timeline-sidebar .item.panel>.preloader {
    height: 60px;
    max-height: 60px;
    max-width: 100%;
    width: 60px;
    min-width: 60px;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: auto
}

#sb-timeline #steps #steps-content #sb_booking_content .timeline-sidebar .item.panel>.preloader .img img,#sb-timeline #steps #steps-content #sb_booking_content .timeline-sidebar .item.panel>.preloader .img svg {
    height: 60px;
    width: 60px;
    min-width: 60px
}

#sb-timeline #steps #steps-content #sb_booking_content .timeline-sidebar .item.panel>.preloader .img.user img {
    border-radius: 50%
}

#sb-timeline #steps #steps-content #sb_booking_content .timeline-sidebar .item.panel>.preloader .img.default img {
    max-height: 80px;
    max-width: 100%;
    width: auto;
    height: auto
}

#sb-timeline #steps #steps-content #sb_booking_content .timeline-sidebar .item.panel>.preloader .img.default svg {
    width: 100px
}

#sb-timeline #steps #steps-content #sb_booking_content .timeline-sidebar .item.panel>.one-line {
    width: calc(100% - 72px);
    -ms-flex-direction: column;
    flex-direction: column
}

#sb-timeline #steps #steps-content #sb_booking_content .timeline-sidebar .item.panel>.one-line .content {
    min-height: 1px
}

#sb-timeline #steps #steps-content #sb_booking_content .timeline-sidebar .item.panel .info-bar .bar-flex-item {
    margin-right: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .timeline-sidebar .item.panel .info-bar .bar-flex-item.service-deposit {
    text-align: left
}

#sb-timeline #steps #steps-content #sb_booking_content .timeline-sidebar .item.panel .btn-bar {
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding: 0;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 10px 0 0;
    display: none!important
}

#sb-timeline #steps #steps-content #sb_booking_content .timeline-sidebar .item.panel .btn-bar.has-read-more .wrap-read-more {
    position: relative
}

#sb-timeline #steps #steps-content #sb_booking_content .timeline-sidebar .item.panel .btn-bar.has-read-more .wrap-read-more .read-more {
    margin: 0;
    width: 130px
}

#sb-timeline #steps #steps-content #sb_booking_content .timeline-sidebar .item.panel>.wrap-collapse-content .collapse-content .biggest-previev {
    width: 100%;
    margin-right: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .timeline-sidebar .panel .service-deposit .service-deposit__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

#sb-timeline #steps #steps-content #sb_booking_content .timeline-sidebar .panel .service-deposit .service-deposit__price .badge-line {
    display: none
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fill,minmax(340px,1fr));
    grid-template-rows: auto;
    grid-gap: 20px
}

@media (max-width: 520px) {
    #sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container {
        grid-template-columns:repeat(auto-fit,minmax(290px,1fr))
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container.content-mode-list {
    display: block
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 18px;
    border: 1px solid #ccc;
    transition: .3s ease
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.selected {
    background: #fafafa
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item .changed-items-num {
    padding: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item .changed-items-num .product-label {
    margin-bottom: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item .changed-items-num input.c-item.sb-qty {
    margin-top: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item .flex-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item .flex-row.tab {
    margin: 0;
    background: transparent;
    box-shadow: none;
    overflow: unset;
    padding: 0;
    border-radius: 0;
    border: none
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item .flex-row .one-line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 20px;
    line-height: 1
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item .flex-row .one-line__item {
    margin: 2px 12px
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item .flex-row .one-line__addon-data {
    margin-top: auto;
    margin-bottom: 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item .flex-row .paid-attr__picture {
    position: relative;
    -ms-flex-order: -10;
    order: -10;
    height: 58px;
    min-width: 70px;
    max-width: 70px;
    width: auto;
    line-height: 1;
    padding: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item .flex-row .paid-attr__picture img {
    border-radius: 2px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    line-height: 1
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item .flex-row .paid-attr__picture-user img {
    object-fit: cover;
    font-family: object-fit\: cover
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item .flex-row .paid-attr__description {
    position: relative;
    display: block;
    width: 100%;
    height: 23px;
    line-height: 23px;
    font-size: 16px;
    word-break: normal;
    overflow: hidden;
    margin-bottom: 22px
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item .flex-row .paid-attr__description a {
    position: relative;
    z-index: 2
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item .flex-row .paid-attr__description .read-more {
    cursor: pointer;
    position: absolute;
    bottom: -1px;
    right: 0;
    background-color: #fff;
    z-index: 3
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item .flex-row .paid-attr__description .read-more:before {
    display: block;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -35px;
    position: absolute;
    background: hsla(0,0%,100%,0);
    background: -moz-linear-gradient(left,hsla(0,0%,100%,0) 0,#fff 68%,#fff 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,hsla(0,0%,100%,0)),color-stop(68%,#fff),color-stop(100%,#fff));
    background: -webkit-linear-gradient(left,hsla(0,0%,100%,0),#fff 68%,#fff);
    background: -o-linear-gradient(left,hsla(0,0%,100%,0) 0,#fff 68%,#fff 100%);
    background: -ms-linear-gradient(left,hsla(0,0%,100%,0) 0,#fff 68%,#fff 100%);
    background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 68%,#fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1)
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item .flex-row .paid-attr__description .read-more:hover {
    text-decoration: underline
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item .flex-row .item-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    transition: .3s ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 55px
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item .flex-row .item-data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item .flex-row .item-time {
    font-size: 14px;
    font-weight: 300
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item .flex-row .item-price {
    font-size: 14px;
    font-weight: 600
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item .flex-row .item-data__divider {
    padding: 0 5px
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item .flex-row .attributes-checkbox {
    width: 18px;
    height: 18px
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item .flex-row input.check {
    display: none
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item .flex-row input.check:checked+.product-label:before {
    background-color: #eee
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item .flex-row input.check:checked+.product-label+input.c-item.sb-qty,#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item .flex-row input.check:checked+.product-label:after {
    opacity: 1;
    visibility: visible
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item .flex-row .product-label {
    font-weight: 400;
    position: relative;
    margin: 0;
    padding: 0;
    cursor: pointer
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item .flex-row .product-label:before {
    display: block;
    content: "";
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 3px
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item .flex-row .product-label:after {
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    display: block;
    content: "";
    width: 7px;
    height: 9px;
    border-right: 2px solid #4c4c4c;
    border-bottom: 2px solid #4c4c4c;
    position: absolute;
    left: 5px;
    transform: rotate(45deg);
    top: 3px
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel {
    width: 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 15px;
    border: none;
    border-radius: 0;
    background: hsla(0,0%,100%,.92);
    box-shadow: 0 2px 6px -2px rgba(0,0,0,.29);
    transition: background,box-shadow .2s ease-in
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .sidebar-list-attribute-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel:last-child {
    margin-bottom: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel:hover {
    box-shadow: 0 2px 6px -3px rgba(0,0,0,.2)
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .mobile-title {
    width: 100%;
    display: none
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .mobile-title .title {
    display: -ms-flexbox;
    display: flex;
    gap: 5px
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .mobile-title .title .used-overlay {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    line-height: 1;
    position: static;
    font-family: sans-serif
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .mobile-title .title .used-overlay .text,#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .mobile-title .title .used-overlay .txt {
    display: inline-block;
    background-color: #fe4d4d;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    padding: 1px 12px 0;
    white-space: nowrap;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,.2);
    text-transform: uppercase;
    border-radius: 20px;
    font-family: sans-serif
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .mobile-title {
        display:block
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .preloader {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 140px;
    width: 160px;
    min-width: 160px;
    margin: -15px 12px -15px -15px
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .preloader {
        max-height:100px;
        height: 80px;
        width: 110px;
        max-width: 110px;
        min-width: 60px;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0
    }
}

@media (max-width: 480px) {
    #sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .preloader {
        height:60px;
        max-height: 60px;
        max-width: 100%;
        width: 60px;
        min-width: 60px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .preloader a {
    display: block;
    position: relative;
    transition: all .2s ease-out;
    height: 100%;
    width: 100%;
    padding: 0;
    min-height: 40px
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .preloader a:hover {
    filter: grayscale(50%)
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .preloader a:active {
    transform: scale(1.02,.98)
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .preloader .img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 100%;
    width: 100%
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .preloader .img img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: object-fit\: cover;
    height: 100%;
    width: 100%;
    min-height: 10px;
    border-radius: 0 0 0 0
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .preloader .img img {
        height:80px;
        max-height: 80px;
        border-radius: 0
    }
}

@media (max-width: 480px) {
    #sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .preloader .img img {
        height:60px;
        width: 60px;
        min-width: 60px
    }
}

@media (max-width: 480px) {
    #sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .preloader .img.user img {
        border-radius:50%
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .preloader .img.default img {
    max-height: 60px;
    max-width: 100%;
    width: auto;
    position: relative
}

@media (max-width: 480px) {
    #sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .preloader .img.default img {
        height:auto
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .preloader .img.default svg {
    width: 100px!important
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 6px;
    font-size: 16px;
    line-height: 1.22;
    padding: 0;
    font-weight: 500;
    margin: 0 0 8px
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .title-txt {
    width: 100%
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .title .promotion-item__tag {
    margin: 0;
    line-height: 1;
    padding: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .title .promotion-item__tag .txt {
    font-family: sans-serif
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .title a {
    cursor: pointer;
    margin: 0;
    display: block;
    text-decoration: none;
    position: relative
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .title .used-overlay {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    line-height: 1;
    position: static
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .title .used-overlay .text {
    display: inline-block;
    background-color: #e57373;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    padding: 0 12px;
    white-space: nowrap;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,.2);
    text-transform: uppercase;
    border-radius: 20px
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .title {
        display:none
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel>.one-line {
    width: calc(100% - 160px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel>.one-line {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        width: calc(100% - 122px)
    }
}

@media (max-width: 480px) {
    #sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel>.one-line {
        width:calc(100% - 72px)
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel>.one-line.no-image {
    width: 100%
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel>.one-line .content {
    width: 100%;
    min-height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel>.one-line .content {
        min-height:70px
    }
}

@media (max-width: 480px) {
    #sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel>.one-line .content {
        min-height:1px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .info-bar {
    margin-top: auto;
    margin-bottom: 0;
    line-height: 1;
    gap: 10px
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .info-bar {
        margin-bottom:auto
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .info-bar .ico {
    font-size: 15px;
    display: inline-block;
    width: 24px;
    min-width: 24px;
    text-align: center;
    margin: 0 4px 0 0;
    line-height: 1
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 26px;
    margin: 0;
    line-height: 1;
    gap: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item.service-bonus {
    width: 100%;
    margin-right: 0;
    -ms-flex: unset;
    flex: unset
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item.service-bonus .ico {
    margin: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item.service-deposit {
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 1024px) {
    #sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item.service-deposit {
        width:100%
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item.service-deposit .service-deposit__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item.service-deposit .service-deposit__price {
        -ms-flex-direction:column;
        flex-direction: column
    }

    #sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item.service-deposit .service-deposit__price .badge-line {
        display: none
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item.service-deposit .badge {
    margin: 0;
    padding: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item.service-deposit .badge .text {
    font-size: 16px;
    font-weight: 400
}

@media (max-width: 480px) {
    #sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item {
        margin-right:0
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item .txt {
    line-height: 1
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item.price .txt {
    font-size: 17px;
    font-weight: 600
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item.gift-type .price-val,#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item.gift-type .sb_start_date,#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item.start-date-btn .price-val,#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item.start-date-btn .sb_start_date {
    font-size: 16px;
    padding: 0 6px;
    line-height: 1;
    font-weight: 400
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item.gift-type [type=hidden],#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .info-bar .bar-flex-item.start-date-btn [type=hidden] {
    display: none
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .info-bar p {
    margin: 0;
    padding: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    margin: 0 0 0 15px;
    padding-bottom: 30px;
    width: auto
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar {
        -ms-flex-direction:row;
        flex-direction: row;
        width: calc(100% + 10px);
        margin: 10px -5px 0;
        padding-bottom: 0;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar .btn {
    outline: none;
    margin: 5px
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar.has-read-more .btn-round-mask:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 100%;
    top: 0;
    left: 2px;
    transition: all .2s ease-in;
    display: none!important
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar.has-read-more .btn-round-mask:active:after {
    left: 1px
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 36px
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more {
        height:32px;
        position: relative
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more {
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    height: 36px;
    width: 160px;
    min-width: 60px;
    background: transparent;
    border-radius: 3px;
    padding: 0 10px;
    overflow: hidden;
    transition: all .2s cubic-bezier(1,0,.24,.93);
    z-index: 3
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more {
        width:130px;
        height: 32px;
        padding: 0 5px
    }
}

@media (max-width: 600px) {
    #sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more {
        width:auto;
        border: 1px solid rgba(0,0,0,.11);
        min-width: 60px;
        max-width: 60px;
        padding: 0 15px
    }
}

@media (max-width: 360px) {
    #sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more {
        min-width:48px;
        max-width: 48px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more .part {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .2s ease
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more .part.txt-part {
    font-size: 15px;
    line-height: 1.2;
    padding-right: 6px
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more .part.txt-part .more-part {
    display: none
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more .part.txt-part .less-part {
    display: block
}

@media (max-width: 600px) {
    #sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more .part.txt-part {
        display:none
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part {
    position: relative;
    font-size: 24px;
    font-weight: 400;
    text-decoration: none!important;
    transform: rotate(180deg)
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part .custom-checkbox input:checked+.custom-label:before,#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part .fal:before,#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part :not(.fab)[class*=fa-]:before,.custom-checkbox #sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part input:checked+.custom-label:before {
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more.collapsed .part.txt-part .more-part {
    display: block
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more.collapsed .part.txt-part .less-part {
    display: none
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar .wrap-read-more .read-more.collapsed .part.ico-part {
    transform: rotate(0deg)
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar .btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 36px;
    padding: 0;
    text-align: center;
    white-space: normal;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    box-shadow: unset;
    text-decoration: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    transition: all .2s ease-in
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar .btn:active {
    box-shadow: none
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar .btn {
        height:32px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar .btn.select {
    min-width: 160px;
    width: 160px;
    padding: 0 15px;
    font-size: 15px
}

@media (max-width: 480px) {
    #sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar .btn.select {
        width:auto;
        min-width: 110px;
        line-height: 1;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width: 359px) {
    #sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar .btn.select {
        min-width:100px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar.btn-bar-full-info {
    -ms-flex-direction: row;
    flex-direction: row;
    clear: both;
    width: calc(100% + 10px);
    margin: 0 -5px;
    display: none
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar.btn-bar-full-info {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar.btn-bar-full-info .btn {
    margin: 2px 5px;
    padding: 0 20px
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar.btn-bar-full-info .btn .pr-numb {
    padding-left: 4px
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar.btn-bar-full-info .btn .pr-decimal,#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .btn-bar.btn-bar-full-info .btn .pr-numb {
    font-size: 16px;
    margin: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel>.wrap-collapse-content {
    padding: 0;
    width: 100%
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel>.wrap-collapse-content .collapse-content {
    position: relative;
    padding-top: 30px
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel>.wrap-collapse-content .collapse-content:after,#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel>.wrap-collapse-content .collapse-content:before {
    content: " ";
    display: table
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel>.wrap-collapse-content .collapse-content:after {
    clear: both
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel>.wrap-collapse-content .collapse-content a {
    position: relative;
    z-index: 2
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel>.wrap-collapse-content .collapse-content:before {
    position: absolute;
    top: 15px;
    left: -15px;
    content: " ";
    display: block;
    height: 1px;
    width: calc(100% + 30px);
    background: rgba(0,0,0,.2)
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel>.wrap-collapse-content .collapse-content .biggest-previev {
    float: left;
    width: 50%;
    margin-right: 30px;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel>.wrap-collapse-content .collapse-content .biggest-previev {
        width:100%;
        margin-right: 0
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel>.wrap-collapse-content .collapse-content .biggest-previev img {
    max-height: 600px
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel>.wrap-collapse-content .collapse-content ul li {
    list-style-type: disc
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info {
    padding-top: 30px;
    -ms-flex-direction: row;
    flex-direction: row
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info:before {
    content: " ";
    width: calc(100% + 30px);
    height: 1px;
    left: -15px;
    top: 15px;
    position: absolute;
    display: block;
    background: rgba(0,0,0,.2)
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info .btn-hide {
    min-width: 100px;
    background: transparent
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info .btn {
    margin-top: 5px;
    margin-bottom: 5px
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel.paid-attr__item.no-image .one-line {
    width: 100%
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel {
    position: relative;
    height: auto
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .one-line .content {
    width: auto;
    -ms-flex: 1;
    flex: 1
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .one-line .bar-service .d-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px
}

@media (max-width: 480px) {
    #sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .one-line .bar-service .d-flex {
        -ms-flex-direction:column;
        flex-direction: column
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .one-line .bar-service__item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 5px;
    -ms-flex-align: center;
    align-items: center
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .one-line .bar-service__item-time {
    font-weight: 500;
    font-size: 16px
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .one-line .bar-service__item-price {
    font-weight: 500;
    font-size: 18px
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .one-line .bar-service__item-select {
    width: 100%
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .one-line .btn-bar .wrap-read-more {
    position: static
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .attributes-checkbox {
        margin-bottom:14px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .attributes-checkbox--wrapper {
    display: -ms-flexbox;
    display: flex;
    font-size: 16px
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .attributes-checkbox--wrapper input[type=checkbox] {
    display: none;
    visibility: hidden
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .attributes-checkbox--wrapper .product-label {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 32px
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .attributes-checkbox--wrapper .product-label:before {
    display: block;
    content: "";
    height: 18px;
    width: 18px;
    background-color: #fff;
    position: absolute;
    left: 4px;
    top: 1px;
    border: 1px solid #dbdbdb;
    border-radius: 3px
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .attributes-checkbox--wrapper .product-label:after {
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    display: block;
    content: "";
    width: 7px;
    height: 9px;
    border-right: 2px solid #4c4c4c;
    border-bottom: 2px solid #4c4c4c;
    position: absolute;
    left: 10px;
    transform: rotate(45deg);
    top: 4px
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .attributes-checkbox--wrapper input[type=checkbox]:checked+.product-label:before {
    background-color: #eee
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel .attributes-checkbox--wrapper input[type=checkbox]:checked+.product-label:after {
    opacity: 1;
    visibility: visible
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item.panel.no-image .one-line {
    width: 100%
}

#sb-timeline #steps #steps-content #sb_booking_content .paid-attribute-wrapper .paid-attribute-step #sb_attribute_list_container .product-item .paid-attr__item-clickable-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer
}

#sb-timeline #steps #steps-content .step-content {
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#sb-timeline #steps #steps-content .step-content .split-title {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px
}

#sb-timeline #steps #steps-content .step-content .split-title .title-section {
    font-weight: 500
}

#sb-timeline #steps #steps-content .step-content.content-mode-list {
    padding: 15px
}

#sb-timeline #steps #steps-content .step-content .empty-step {
    width: 100%;
    padding-top: 100px
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content .step-content .empty-step {
        padding-top:60px
    }
}

#sb-timeline #steps #steps-content .step-content .empty-step__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

#sb-timeline #steps #steps-content .step-content .empty-step__image {
    width: 150px;
    height: 150px;
    background-size: cover
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content .step-content .empty-step__image {
        width:120px;
        height: 120px
    }
}

#sb-timeline #steps #steps-content .step-content .empty-step__title {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 600
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content .step-content .empty-step__title {
        margin:15px 0 10px
    }
}

#sb-timeline #steps #steps-content .step-content .empty-step__text {
    margin: 0
}

#sb-timeline #steps #steps-content .paid-attribute-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px 45px;
    margin-top: auto;
    background: #eee
}

@media (max-width: 1200px) {
    #sb-timeline #steps #steps-content .paid-attribute-footer {
        padding:15px 35px
    }
}

@media (max-width: 1024px) {
    #sb-timeline #steps #steps-content .paid-attribute-footer {
        padding:15px 25px
    }
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content .paid-attribute-footer {
        padding:15px 17px;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

#sb-timeline #steps #steps-content .paid-attribute-footer .paid-attribute-totals {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content .paid-attribute-footer .paid-attribute-totals {
        -ms-flex-direction:column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

#sb-timeline #steps #steps-content .paid-attribute-footer .paid-attribute-totals__duration,#sb-timeline #steps #steps-content .paid-attribute-footer .paid-attribute-totals__subtotal {
    margin: 0 30px 0 0
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content .paid-attribute-footer .paid-attribute-totals__duration,#sb-timeline #steps #steps-content .paid-attribute-footer .paid-attribute-totals__subtotal {
        margin:0 0 10px
    }
}

#sb-timeline #steps #steps-content .paid-attribute-footer .paid-attribute-totals__duration b,#sb-timeline #steps #steps-content .paid-attribute-footer .paid-attribute-totals__subtotal b {
    font-weight: 600
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content .paid-attribute-footer .paid-attribute-totals__subtotal {
        margin:0
    }
}

#sb-timeline #steps #steps-content #details .paid-attr__item.panel .content .bar-service {
    display: block;
    margin-left: 0;
    margin-right: 0
}

#sb-timeline #steps #steps-content #details .paid-attr__item.panel .content .bar-service .d-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

#sb-timeline #steps #steps-content #details .paid-attr__item.panel .content .bar-service .bar-service__item {
    margin: 4px 0
}

#sb-timeline #steps #steps-content #details .paid-attr__item.panel .content .bar-service .bar-service__item-price {
    font-size: 18px;
    font-weight: 600
}

#sb-timeline #steps #steps-content #details .paid-attr__item.panel .attributes-checkbox--wrapper input[type=checkbox] {
    display: none;
    visibility: hidden
}

#sb-timeline #steps #steps-content #details .paid-attr__item.panel .attributes-checkbox--wrapper .btn.product-label {
    display: -ms-flexbox;
    display: flex;
    min-width: 160px;
    padding-left: 22px;
    padding-right: 22px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

#sb-timeline #steps #steps-content #details .paid-attr__item.panel .attributes-checkbox--wrapper .btn.product-label:after,#sb-timeline #steps #steps-content #details .paid-attr__item.panel .attributes-checkbox--wrapper .btn.product-label:before {
    display: none;
    visibility: hidden
}

#sb-timeline #steps #steps-content #details .paid-attr__item.panel .attributes-checkbox--wrapper .btn.product-label .switcher-txt {
    display: none
}

#sb-timeline #steps #steps-content #details .paid-attr__item.panel .attributes-checkbox--wrapper .btn.product-label .switcher-txt--check {
    display: inline-block
}

#sb-timeline #steps #steps-content #details .paid-attr__item.panel .attributes-checkbox--wrapper input[type=checkbox]:checked+.product-label {
    opacity: .8
}

#sb-timeline #steps #steps-content #details .paid-attr__item.panel .attributes-checkbox--wrapper input[type=checkbox]:checked+.product-label .switcher-txt,#sb-timeline #steps #steps-content #details .paid-attr__item.panel .attributes-checkbox--wrapper input[type=checkbox]:checked+.product-label .switcher-txt--check {
    display: none
}

#sb-timeline #steps #steps-content #details .paid-attr__item.panel .attributes-checkbox--wrapper input[type=checkbox]:checked+.product-label .switcher-txt--checked {
    display: inline-block
}

@media (max-width: 1366px) {
    #sb-timeline .reschedule-layout {
        padding:30px
    }
}

#sb-timeline .reschedule-layout .title-main {
    padding-top: 10px;
    padding-bottom: 10px
}

#sb-timeline .reschedule-layout #sb_group_booking_container {
    display: none
}

#sb-timeline .reschedule-layout .reschedule-title-main {
    display: block
}

#sb-timeline .reschedule-layout #steps #time-settings {
    position: static
}

#sb-timeline .reschedule-layout #steps .reschedule--row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 1024px) {
    #sb-timeline .reschedule-layout #steps .reschedule--row {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

#sb-timeline .reschedule-layout #steps .reschedule--row .reschedule--col.reschedule--selected-list {
    width: 300px;
    min-width: 300px;
    min-height: 50px;
    margin-right: 25px;
    overflow: hidden
}

@media (max-width: 1024px) {
    #sb-timeline .reschedule-layout #steps .reschedule--row .reschedule--col.reschedule--selected-list {
        width:100%;
        min-width: 100px;
        margin-right: 0;
        margin-bottom: 20px
    }
}

#sb-timeline .reschedule-layout #steps .reschedule--row .reschedule--col.reschedule--selected-list .reschedule--selected-item {
    display: -ms-flexbox;
    display: flex
}

#sb-timeline .reschedule-layout #steps .reschedule--row .reschedule--col.reschedule--selected-list .reschedule--selected-item .reschedule--selected-name,#sb-timeline .reschedule-layout #steps .reschedule--row .reschedule--col.reschedule--selected-list .reschedule--selected-item .reschedule--selected-title {
    font-size: 16px
}

#sb-timeline .reschedule-layout #steps .reschedule--row .reschedule--col.reschedule--selected-list .reschedule--selected-item .reschedule--selected-title {
    margin-right: 10px
}

@media (max-width: 1024px) {
    #sb-timeline .reschedule-layout #steps .reschedule--row .reschedule--col.reschedule--selected-list .reschedule--selected-item .reschedule--selected-title {
        width:150px;
        min-width: 150px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100px;
        min-width: 100px
    }
}

#sb-timeline .reschedule-layout #steps .reschedule--row .reschedule--col.reschedule--col-select-time {
    width: calc(100% - 325px)
}

@media (max-width: 1024px) {
    #sb-timeline .reschedule-layout #steps .reschedule--row .reschedule--col.reschedule--col-select-time {
        width:100%
    }
}

#sb-timeline .reschedule-layout #steps .reschedule--row .reschedule--col.reschedule--col-select-time .datetime-step>.col-sm-12 {
    padding: 0
}

#sb-timeline .reschedule-layout #steps .reschedule--row .reschedule--col.reschedule--col-select-time .datetime-step>.col-sm-12>.row {
    margin: 0
}

#sb-timeline .reschedule-layout #steps .reschedule--row .reschedule--col.reschedule--col-select-time .datetime-step #sb_dateview_container .top-date-select .calendar .row-no-padding.weeks-name .col-md-4 {
    width: 50%
}

@media (max-width: 767px) {
    #sb-timeline .reschedule-layout #steps .reschedule--row .reschedule--col.reschedule--col-select-time .datetime-step #sb_dateview_container .top-date-select .calendar .row-no-padding.weeks-name .col-md-4 {
        width:100%
    }
}

#sb-timeline .reschedule-layout #steps .reschedule--row .reschedule--col.reschedule--col-select-time .datetime-step #sb_dateview_container .top-date-select .calendar .row-no-padding.weeks-name .col-md-4.hidden-sm.hidden-xs {
    display: none
}

#sb-timeline .reschedule-layout #steps .reschedule--row .reschedule--col.reschedule--col-select-time .datetime-step #sb_dateview_container .top-date-select .calendar .row-no-padding.weeks-date .col-md-4 {
    width: 50%
}

@media (max-width: 767px) {
    #sb-timeline .reschedule-layout #steps .reschedule--row .reschedule--col.reschedule--col-select-time .datetime-step #sb_dateview_container .top-date-select .calendar .row-no-padding.weeks-date .col-md-4 {
        width:100%
    }
}

#sb-timeline .reschedule-layout #steps .reschedule--row #sb_sidebar_container {
    display: none
}

#sb-timeline .reschedule-layout #steps .reschedule--row .col-md-9 {
    width: 100%;
    padding: 0
}

/*!
 * THEME
 */
#header {
    background-color: #fff;
    padding: 20px 0;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15)
}

#header .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px 0
}

#header .row .col-xs-8 {
    width: auto
}

#header .row .col-xs-4 {
    -ms-flex: 1;
    flex: 1;
    width: auto
}

#header .brand,#header .brand _::-webkit-:host:not(:root:root) {
    padding: 20px 0
}

#header .brand .logo {
    height: auto;
    margin-right: 10px
}

@media (max-width: 767px) {
    #header .brand .logo {
        max-width:165px
    }
}

#header .brand .logo a {
    display: inline-block
}

#header .brand .logo a img {
    max-height: 90px
}

#header .brand.company-logo-only .logo {
    display: block;
    max-width: 180px
}

#header .brand.company-logo-only .company-name,#header .brand.company-name-only .logo {
    display: none
}

#header .brand.company-logo-and-name .company-name,#header .brand.company-logo-and-name .logo,#header .brand.company-name-only .company-name {
    display: block
}

#header .inner {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%
}

#header .header-controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px 20px;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#header .nav-trigger {
    display: none;
    width: 50px;
    min-width: 46px;
    height: 50px;
    background: #5e7da7;
    border-radius: 3px;
    float: right;
    text-align: center
}

#header .nav-trigger .abc{
    line-height: 50px;
    font-size: 25px;
    color: #fff
}

@media (max-width: 1024px) {
    #header .nav-trigger {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-item-align: end;
        align-self: flex-end;
        -ms-flex-pack: center;
        justify-content: center
    }
}

#header .nav-wrapper {
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

#header .nav-wrapper,#header .nav-wrapper _::-webkit-:host:not(:root:root) {
    padding: 20px 0
}

#header .nav-wrapper.active {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    z-index: 100;
    padding: 25px 0
}

@media (max-width: 767px) {
    #header .nav-wrapper.active {
        padding:15px 0
    }
}

#header .nav-wrapper.active.translate-enabled {
    padding: 25px 0 70px
}

@media (max-width: 767px) {
    #header .nav-wrapper.active.translate-enabled {
        padding:20px 0 70px
    }
}

#header .nav-wrapper #sb_menu {
    margin-bottom: 0;
    position: relative
}

@media (max-width: 1024px) {
    #header .nav-wrapper #sb_menu {
        display:block;
        width: 100%;
        -ms-flex-order: 2;
        order: 2
    }
}

#header .nav-wrapper #sb_menu .close-btn {
    display: none;
    text-align: right;
    padding: 0 50px;
    cursor: pointer
}

#header .nav-wrapper #sb_menu.active {
    display: block;
    z-index: 100;
    padding: 20px 0 10px
}

#header .nav-wrapper #sb_menu.active .close-btn {
    display: block
}

#header .nav-wrapper #sb_menu .nav {
    text-align: right;
    float: left
}

#header .nav-wrapper #sb_menu .nav::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
    border-radius: 4px
}

#header .nav-wrapper #sb_menu .nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2);
    border-radius: 4px
}

#header .nav-wrapper #sb_menu .nav::-webkit-scrollbar-thumb {
    border-radius: 4px;
    border: none
}

#header .nav-wrapper #sb_menu .nav::-webkit-overflow-scrolling:touch {
    width: 6px
}

@media (max-width: 1024px) {
    #header .nav-wrapper #sb_menu .nav {
        float:none;
        max-height: 450px;
        overflow: auto
    }
}

@media (max-width: 767px) {
    #header .nav-wrapper #sb_menu .nav {
        max-height:250px
    }
}

#header .nav-wrapper #sb_menu .nav li {
    display: inline-block;
    padding: 0 10px;
    text-transform: none;
    margin-bottom: 5px
}

@media (max-width: 1024px) {
    #header .nav-wrapper #sb_menu .nav li {
        display:table;
        margin: 0 auto 20px;
        text-align: center
    }

    #header .nav-wrapper #sb_menu .nav li:last-child {
        margin-bottom: 0
    }
}

#header .nav-wrapper #sb_menu .nav li a {
    text-decoration: none;
    border-bottom: 3px solid;
    border-bottom-color: transparent;
    padding-bottom: 3px
}

@media (max-width: 1024px) {
    #header .nav-wrapper #sb_menu .nav li a {
        font-size:18px
    }
}

#header .nav-wrapper #sb_menu .nav li.btn {
    background: #33bb60;
    font-size: 16px
}

#header .nav-wrapper #sb_menu .nav li.btn:hover {
    background-color: #33bb60
}

#header .nav-wrapper #sb_menu .nav li.btn a {
    display: block;
    padding: 10px 5px;
    color: #fff;
    border: 0!important
}

#header .nav-wrapper #sb_menu .nav li.btn a:hover {
    border: inherit
}

#header .nav-wrapper #sb_menu .nav #sb_appended_menu_item {
    position: relative
}

#header .nav-wrapper #sb_menu .nav #sb_appended_menu_item a .abc{
    margin-left: 7px
}

#header .nav-wrapper #sb_menu .nav #sb_appended_menu_item:hover ul {
    opacity: 1;
    visibility: visible;
    top: 40px
}

#header .nav-wrapper #sb_menu .nav #sb_appended_menu_item ul {
    position: absolute;
    right: 0;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 3px 8px rgba(0,0,0,.15);
    padding: 0;
    text-align: left;
    width: 210px;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    top: 65px;
    z-index: 102
}

#header .nav-wrapper #sb_menu .nav #sb_appended_menu_item ul:before {
    display: block;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: -30px;
    height: 30px;
    background-color: transparent
}

#header .nav-wrapper #sb_menu .nav #sb_appended_menu_item ul li {
    display: block;
    padding: 0;
    margin: 0
}

#header .nav-wrapper #sb_menu .nav #sb_appended_menu_item ul li:not(:first-of-type) a {
    border-top: 1px solid #e7e7e7
}

#header .nav-wrapper #sb_menu .nav #sb_appended_menu_item ul li a {
    display: block;
    padding: 7px 10px;
    border: none
}

#header .nav-wrapper #sb_menu .nav #sb_appended_menu_item ul li a:hover {
    opacity: .8
}

@media (max-width: 1024px) {
    #header .nav-wrapper {
        display:none;
        position: fixed;
        max-width: 460px;
        width: 95%;
        top: 0;
        left: 0;
        right: 0;
        margin: 30px auto;
        background: #fff;
        height: inherit
    }
}

#header .items-wrapper {
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

#header .items-wrapper #book-btn {
    display: none
}

#header .items-wrapper .nav-item {
    display: inline-block;
    vertical-align: middle
}

#header .items-wrapper .nav-item .item-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    line-height: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid transparent;
    text-align: center;
    position: relative
}

#header .items-wrapper .nav-item .full-info--client-info {
    display: none;
    background: #fff;
    position: absolute;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.15);
    border-radius: 3px;
    top: 55px;
    z-index: 111;
    right: 0;
    box-sizing: content-box;
    min-width: 400px
}

@media (max-width: 1024px) {
    #header .items-wrapper .nav-item .full-info--client-info {
        white-space:inherit;
        min-width: inherit;
        z-index: 99;
        width: 100%!important;
        max-width: 400px;
        left: auto;
        right: 0;
        top: 45px;
        margin: 20px auto 0;
        box-sizing: border-box
    }
}

@media (max-width: 767px) {
    #header .items-wrapper .nav-item .full-info--client-info {
        max-width:95%!important
    }
}

#header .items-wrapper .nav-item .full-info--client-info.active {
    display: block
}

#header .items-wrapper .nav-item .full-info--client-info:before {
    content: "";
    background: url(../../assets/img/user-info-triangle.png) no-repeat scroll;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: 10px
}

@media (max-width: 1024px) {
    #header .items-wrapper .nav-item .full-info--client-info:before {
        display:none
    }
}

#header .items-wrapper .nav-item .cart-container {
    position: relative
}

@media (max-width: 1024px) {
    #header .items-wrapper .nav-item .cart-container {
        position:inherit
    }
}

#header .items-wrapper .nav-item .cart-container .cart {
    position: relative;
    border: none;
    cursor: pointer
}

#header .items-wrapper .nav-item .cart-container .cart .abc{
    font-size: 16px
}

#header .items-wrapper .nav-item .cart-container .cart .counter {
    position: absolute;
    bottom: -1px;
    left: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    border-radius: 12px;
    min-width: 5px;
    font-size: 11px;
    line-height: 1;
    text-align: center
}

#header .items-wrapper .nav-item#sb_client_info .login-container {
    position: relative
}

@media (max-width: 1024px) {
    #header .items-wrapper .nav-item#sb_client_info .login-container {
        position:inherit
    }
}

#header .items-wrapper .nav-item#sb_client_info .login-container .avatar {
    border: none;
    padding: 0;
    cursor: pointer
}

#header .items-wrapper .nav-item#sb_client_info .login-container .avatar>div {
    display: -ms-flexbox;
    display: flex
}

#header .items-wrapper .nav-item#sb_client_info .login-container .avatar .item-container__icon {
    font-size: 16px
}

#header .items-wrapper .nav-item#sb_client_info .login-container .avatar .item-container__icon--sign-in {
    font-size: 18px
}

#header .items-wrapper .nav-item#sb_client_info .login-container .avatar .counter {
    position: absolute;
    bottom: 0;
    padding: 0 8px;
    border-radius: 12px;
    color: #fff;
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    min-width: 5px;
    text-align: center;
    left: 50px
}

#header .items-wrapper .nav-item#sb_client_info .login-container .avatar img {
    max-width: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: object-fit\: cover;
    height: auto;
    max-height: 150px
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info {
    min-width: 320px
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form {
    display: block;
    width: 100%;
    text-align: left
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .is-logged {
    text-align: center
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .is-logged .cap {
    margin-bottom: 10px
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .is-logged .cap b {
    font-size: 16px;
    margin-left: 5px;
    font-weight: 600
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .is-logged .bar {
    width: 100%;
    text-align: center
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .is-logged .bar .btn {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    padding: 5px 20px;
    margin: 5px;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 3px
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .is-logged .bar .btn a {
    color: #fff;
    text-decoration: none
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .not-logged .inputs input {
    border-radius: 2px;
    background-color: #f6f6f6;
    width: 100%;
    height: 35px;
    padding: 0 15px
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .not-logged .inputs .txt {
    margin-bottom: 5px
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .not-logged .bar {
    text-align: right
}

@media (max-width: 1024px) {
    #header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .not-logged .bar {
        text-align:center
    }
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .not-logged .bar .btn-bar--row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -5px
}

@media (max-width: 767px) {
    #header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .not-logged .bar .btn-bar--row {
        -ms-flex-pack:center;
        justify-content: center
    }
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .not-logged .bar .btn-bar--row .btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    height: 40px;
    padding: 0 15px;
    text-align: right;
    font-size: 16px;
    margin: 5px;
    border-radius: 3px
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .not-logged .remember-me {
    margin-bottom: 10px;
    text-align: left
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .not-logged .remember-me .custom-checkbox {
    margin: 0 5px 0 0
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .not-logged .remember-me .custom-checkbox input {
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .not-logged .remember-me .control-label {
    display: inline;
    margin-bottom: 0;
    font-weight: 400
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .not-logged .remember-me__small-text {
    opacity: .7
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .not-logged .social {
    text-align: right
}

@media (max-width: 1024px) {
    #header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .not-logged .social {
        text-align:center
    }
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .not-logged .social .txt {
    padding: 12px 0
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .not-logged .social .brand {
    display: block
}

@media (max-width: 1024px) {
    #header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .not-logged .social .brand a {
        display:inline-block;
        vertical-align: top
    }
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .not-logged .social a {
    display: inline-block;
    margin-left: 8px;
    margin-right: 0
}

@media (max-width: 1024px) {
    #header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .not-logged .social a {
        margin:0 4px
    }
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .bookings {
    padding: 20px 0 45px
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .bookings li {
    display: block;
    border-top: 2px solid #e0e0e0;
    padding-top: 30px;
    padding-bottom: 20px
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .bookings li:last-child {
    border-bottom: 2px solid #e0e0e0
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .bookings li .caption {
    margin-bottom: 15px
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .bookings li .caption:after,#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .bookings li .caption:before {
    content: " ";
    display: table
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .bookings li .caption:after {
    clear: both
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .bookings li .caption .title {
    float: left;
    font-size: 22px;
    font-weight: 700
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .bookings li .caption .remove-btn {
    float: right;
    font-size: 12px;
    color: #a64c4c;
    cursor: pointer
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .bookings li .overview {
    width: 100%
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .bookings li .overview tr>td {
    vertical-align: top;
    padding-bottom: 10px
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .bookings li .overview tr .cap {
    line-height: 1.42857;
    font-size: 17px
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .bookings li .overview tr .txt {
    font-weight: 600;
    font-size: 17px;
    padding-left: 15px
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .has-error {
    white-space: normal
}

#header .items-wrapper .nav-item#sb_client_info .login-container__remember-check {
    position: absolute;
    bottom: -1px;
    left: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    border-radius: 50%
}

#header .items-wrapper .nav-item#sb_client_info .login-container__remember-check svg {
    width: 10px
}

#header .items-wrapper .nav-item .bottom-block {
    text-align: center;
    margin-top: 30px
}

#header .items-wrapper .nav-item .bottom-block .btn {
    position: relative
}

#header .ada-compliance__wrapper {
    -ms-flex-order: 1;
    order: 1
}

#header .ada-compliance__btn {
    position: relative;
    padding: 8px 16px 8px 35px;
    margin-left: 25px;
    color: #111;
    background: #ececec
}

#header .ada-compliance__btn span {
    color: #111
}

@media (max-width: 1024px) {
    #header .ada-compliance__btn {
        margin-left:15px;
        margin-top: 30px
    }
}

#header .ada-compliance__btn-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 50px;
    background: #111
}

#main-buttons {
    text-align: center;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat
}

#main-buttons .wrapper {
    display: -ms-flexbox;
    display: flex;
    height: 560px;
    width: 100%;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1366px) {
    #main-buttons .wrapper {
        height:360px
    }
}

@media (min-width: 2560px) {
    #main-buttons .wrapper {
        height:700px
    }
}

@media (min-width: 2880px) {
    #main-buttons .wrapper {
        height:1000px
    }
}

#main-buttons .wrapper .inner {
    width: 100%;
    margin: auto;
    vertical-align: middle
}

#main-buttons .wrapper .inner .company-name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: 0 1px 2px rgba(0,0,0,.15)
}

@media (max-width: 767px) {
    #main-buttons .wrapper .inner .company-name {
        padding:inherit
    }
}

#main-buttons .wrapper .inner .company-name.company-logo-only {
    display: none
}

#main-buttons .wrapper .inner .company-name.company-logo-and-name,#main-buttons .wrapper .inner .company-name.company-name-only {
    display: block
}

#main-buttons .wrapper .inner .bar {
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding: 35px 0 0;
    margin-left: -5px;
    margin-right: -5px
}

@media (max-width: 1024px) {
    #main-buttons .wrapper .inner .bar {
        display:block;
        padding: 25px 0 0
    }
}

#main-buttons .wrapper .inner .bar .btn {
    display: inline-block;
    text-align: center;
    margin: 8px 15px;
    border-radius: 3px;
    position: relative
}

#main-buttons .wrapper .inner .bar .btn.map:after {
    content: ""
}

#main-buttons .wrapper .inner .bar .btn.map:after,#main-buttons .wrapper .inner .bar .btn.promo:after {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    font-size: 20px
}

#main-buttons .wrapper .inner .bar .btn.promo:after {
    content: ""
}

#main-buttons .wrapper .inner .bar .btn.book:after {
    content: "";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    font-size: 20px
}

#main-buttons .wrapper .inner .bar .btn a {
    min-width: 170px;
    font-size: 18px;
    color: #fff
}

#content-view {
    padding: 30px 0
}

#content-view .row-mg {
    margin-bottom: 50px
}

#content-view .row-mg:first-of-type {
    margin-bottom: 20px
}

@media (max-width: 767px) {
    #content-view .row-mg {
        margin-bottom:-5px
    }
}

#content-view section .overview tr td {
    padding-bottom: 14px;
    vertical-align: top;
    font-size: 14px
}

#content-view section .overview tr:last-child td {
    padding-bottom: 0
}

#content-view #about-us,#content-view #contacts,#content-view #schedule {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: inherit
}

#content-view #schedule .overview {
    width: 100%
}

#content-view #schedule .overview tr td.day {
    font-weight: bolder;
    text-transform: uppercase
}

#content-view #schedule .overview tr td.time {
    text-align: right
}

#content-view #contacts li:after,#content-view #contacts li:before {
    content: " ";
    display: table
}

#content-view #contacts li:after {
    clear: both
}

#content-view #contacts li .icon {
    font-size: 16px;
    float: left;
    width: 15px
}

#content-view #contacts li .links {
    font-size: 16px;
    padding-left: 10px;
    overflow: hidden
}

#content-view #contacts li .emails,#content-view #contacts li .website {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#content-view #about-us ul {
    list-style-type: disc!important
}

#content-view #about-us ol,#content-view #about-us ul {
    list-style-position: inside!important;
    margin-left: 30px!important;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 15px
}

#content-view #about-us ol ol,#content-view #about-us ol ul,#content-view #about-us ul ol,#content-view #about-us ul ul {
    list-style-type: disc!important;
    list-style-position: inside!important;
    margin-left: 30px!important
}

#content-view #about-us li {
    list-style: initial!important
}

#content-view #about-us ol,#content-view #about-us ol li {
    list-style-type: decimal!important
}

#content-view #custom-page .page-content ol,#content-view #custom-page .page-content ul {
    margin-left: 15px
}

#content-view #custom-page .page-content ul,#content-view #custom-page .page-content ul li {
    list-style-type: disc;
    list-style-position: inside
}

#content-view #custom-page .page-content ol,#content-view #custom-page .page-content ol li {
    list-style-type: decimal;
    list-style-position: inside;
    padding: 0
}

#content-view #custom-page .page-content ol ul,#content-view #custom-page .page-content ul ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px
}

#content-view #custom-page .page-content ol ol,#content-view #custom-page .page-content ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px
}

#content-view #about-us .txt {
    width: 100%;
    word-break: break-word
}

#content-view #about-us .txt * {
    width: 100%!important
}

#content-view #about-us .txt table {
    min-width: 100%!important
}

#content-view #about-us .txt table td {
    width: auto!important
}

#content-view #about-us .txt img {
    width: auto!important;
    max-width: 100%!important;
    height: auto
}

#news-index {
    margin-bottom: 20px
}

#news-index .title {
    margin-top: 60px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700
}

@media (max-width: 767px) {
    #news-index .title {
        margin-top:40px;
        margin-bottom: 20px
    }
}

#news-index .news-list .article {
    padding: 30px;
    border-bottom: 1px solid #e7e7e7
}

#news-index .news-list .article:last-child {
    border-bottom: none
}

@media (max-width: 767px) {
    #news-index .news-list .article {
        padding:15px
    }
}

#news-index .news-list .article .cap {
    font-size: 19px;
    padding-bottom: 15px
}

@media (max-width: 767px) {
    #news-index .news-list .article .cap {
        padding-bottom:8px
    }
}

#news-index .news-list .article .cap a {
    display: block;
    color: #464646;
    text-decoration: none;
    transition: all .3s ease
}

#news-index .news-list .article .cap a:hover {
    opacity: .7
}

#news-index .news-list .article .subcap {
    font-size: 16px;
    font-weight: 700
}

#news-index .news-list .article .txt {
    word-break: break-word
}

#news-index .news-list .article .bar {
    width: 100%;
    padding-top: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media (max-width: 767px) {
    #news-index .news-list .article .bar {
        padding-top:15px
    }
}

#news-index .news-list .article .bar:after,#news-index .news-list .article .bar:before {
    content: " ";
    display: table
}

#news-index .news-list .article .bar:after {
    clear: both
}

#news-index .news-list .article .bar .date {
    padding-right: 15px
}

#news-index .news-list .article .bar .date b {
    font-weight: 600
}

#news-index .news-list .article .bar .read-more {
    margin-left: auto
}

@media (max-width: 767px) {
    #news-index .news-list .article .bar .date,#news-index .news-list .article .bar .read-more {
        width:100%;
        padding: 0
    }

    #news-index .news-list .article .bar .date {
        margin-top: 7px
    }
}

#news-single.license {
    padding: 15px
}

#news-single .return-btn {
    margin-top: 50px;
    margin-bottom: 20px
}

#news-single .return-btn a {
    text-decoration: none;
    color: #494949;
    transition: all .3s ease
}

#news-single .return-btn a span {
    display: inline-block;
    vertical-align: middle
}

#news-single .return-btn a .abc{
    font-size: 30px;
    margin-right: 5px
}

#news-single .article {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
    margin-bottom: 50px;
    border-radius: 3px
}

#news-single .article .cap {
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: 600
}

#news-single .article .cap a {
    display: block;
    color: #464646;
    text-decoration: none
}

#news-single .article .cap a:hover {
    text-decoration: underline
}

#news-single .article .subcap {
    font-size: 16px;
    font-weight: 700
}

#news-single .article .read-more {
    text-align: right
}

#news-single .article .txt,#news-single .article .txt>* {
    word-break: break-word
}

#news-single .article .txt a {
    color: #06f
}

#news-single .article .date {
    font-size: 14px;
    color: #ccc
}

#news-single .article ol,#news-single .article ul {
    padding-inline-start:40px}

#news-single .article ul li {
    list-style: disc
}

#news-single .article ol li {
    list-style: decimal
}

#reviews-view .column {
    position: relative
}

#reviews-view .title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 25px
}

#reviews-view #sb_reviews_list_container {
    padding-right: 25px
}

@media (max-width: 767px) {
    #reviews-view #sb_reviews_list_container {
        padding-right:inherit
    }
}

#reviews-view #sb_reviews_add_container {
    padding-left: 25px;
    margin-bottom: 15px
}

#reviews-view #sb_reviews_add_container .has-error {
    display: block;
    margin-bottom: 22px
}

@media (min-width: 767px) {
    #reviews-view #sb_reviews_add_container .has-error {
        padding-right:30px
    }
}

#reviews-view #sb_reviews_add_container .has-error .help-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    font-weight: 400;
    text-align: left
}

#reviews-view #sb_reviews_add_container .has-error .help-block:before {
    content: "\f071";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: 300;
    text-decoration: inherit
}

@media (max-width: 767px) {
    #reviews-view #sb_reviews_add_container {
        padding-left:inherit
    }
}

#reviews-view .review-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    #reviews-view .review-item {
        display:block;
        text-align: center;
        margin-bottom: 50px
    }
}

#reviews-view .review-item .avatar {
    max-width: 75px
}

@media (max-width: 767px) {
    #reviews-view .review-item .avatar {
        max-width:inherit
    }
}

#reviews-view .review-item .avatar .avatar--content {
    display: block;
    text-decoration: none;
    color: #464646;
    text-align: center
}

#reviews-view .review-item .avatar .avatar--content img {
    width: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: object-fit\: cover;
    max-height: 75px
}

@media (max-width: 767px) {
    #reviews-view .review-item .avatar .avatar--content img {
        max-width:75px;
        margin: 0 auto
    }
}

#reviews-view .review-item .avatar .avatar--content .author {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis
}

#reviews-view .review-item .avatar .avatar--content .author p {
    width: 100%;
    text-align: center;
    line-height: 22px;
    max-height: 45px;
    text-overflow: ellipsis;
    overflow: hidden
}

@media (max-width: 767px) {
    #reviews-view .review-item .avatar {
        margin-bottom:15px
    }
}

#reviews-view .review-item .content .review-tab {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
    min-height: 150px;
    padding: 25px;
    margin-left: 15px;
    position: relative
}

@media (max-width: 767px) {
    #reviews-view .review-item .content .review-tab {
        margin-left:inherit
    }
}

#reviews-view .review-item .content .review-tab .cap {
    font-size: 20px;
    padding-bottom: 20px
}

#reviews-view .review-item .content .review-tab .comment {
    font-size: 16px
}

#reviews-view .review-item .content .review-tab .answer-content {
    width: 100%;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    margin: 25px 0 0;
    padding: 15px 0 0;
    position: relative;
    border-top: 1px solid #efefef
}

#reviews-view .review-item .content .review-tab .answer-content:before {
    display: block;
    position: absolute;
    width: 21px;
    height: 10px;
    top: -10px;
    left: 41px;
    content: "";
    background-image: url(/v2/themes/default/img/triangle.png)
}

#reviews-view .review-item .content .review-tab .answer-content .comment {
    padding-left: 15px
}

#reviews-view .review-item .content .review-tab .answer-content .avatar {
    max-width: 75px;
    width: 50px;
    min-width: 50px
}

@media (max-width: 767px) {
    #reviews-view .review-item .content .review-tab .answer-content .avatar {
        max-width:inherit
    }
}

#reviews-view .review-item .content .review-tab .answer-content .avatar .avatar--content {
    display: block;
    text-decoration: none;
    color: #464646;
    text-align: center
}

#reviews-view .review-item .content .review-tab .answer-content .avatar .avatar--content img {
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
    min-height: 50px;
    max-height: 50px;
    border: 1px solid #e7e7e7
}

@media (max-width: 767px) {
    #reviews-view .review-item .content .review-tab .answer-content .avatar .avatar--content img {
        max-width:75px;
        margin: 0 auto
    }
}

#reviews-view .review-item .content .review-tab .answer-content .avatar .avatar--content .author {
    padding-top: 10px
}

@media (max-width: 767px) {
    #reviews-view .review-item .content .review-tab .answer-content .avatar {
        margin-bottom:15px
    }
}

#reviews-view .review-item .content .review-tab:before {
    content: "";
    background: url(../../assets/img/triangle-white.png) no-repeat scroll;
    background-size: cover;
    width: 10px;
    height: 20px;
    position: absolute;
    left: -10px;
    top: 30px
}

@media (max-width: 767px) {
    #reviews-view .review-item .content .review-tab:before {
        display:none
    }
}

@media (max-width: 1024px) {
    #reviews-view .review-item .content .review-tab {
        padding:15px
    }
}

#reviews-view .review-item .content .review-tab .delete-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    position: absolute;
    top: 3px;
    right: 3px;
    border: 0;
    color: #ff9c9c;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    background: none;
    background-color: inherit;
    font-size: 16px;
    transition: color .5s;
    box-shadow: none
}

#reviews-view .review-item .content .review-tab .delete-button:hover {
    color: #f54141;
    transition: color .5s
}

#reviews-view .review-item .content .review-likes {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    padding: 30px 0 0
}

#reviews-view .review-item .content .review-likes .like-count {
    padding: 0 10px;
    display: inline-block;
    color: #cacaca
}

#reviews-view .review-item .content .review-likes .like-btn {
    cursor: pointer;
    color: #cacaca;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(../../assets/img/ics/like_dislike.png);
    position: relative
}

#reviews-view .review-item .content .review-likes .like-btn.like-plus {
    background-position: 100% 100%
}

#reviews-view .review-item .content .review-likes .like-btn.like-plus.active,#reviews-view .review-item .content .review-likes .like-btn.like-plus:hover {
    background-position: 100% 0
}

#reviews-view .review-item .content .review-likes .like-btn.like-plus.disabled {
    cursor: default;
    background-position: 100% 100%
}

#reviews-view .review-item .content .review-likes .like-btn.like-plus.disabled:hover {
    background-position: 100% 100%
}

#reviews-view .review-item .content .review-likes .like-btn.like-plus.disabled:hover .vote-tooltip {
    display: block;
    opacity: 1;
    visibility: visible
}

#reviews-view .review-item .content .review-likes .like-btn.like-minus {
    background-position: 0 100%;
    margin-top: 6px
}

#reviews-view .review-item .content .review-likes .like-btn.like-minus.active,#reviews-view .review-item .content .review-likes .like-btn.like-minus:hover {
    background-position: 0 0
}

#reviews-view .review-item .content .review-likes .like-btn.like-minus.disabled {
    cursor: default;
    background-position: 0 100%
}

#reviews-view .review-item .content .review-likes .like-btn.like-minus.disabled:hover {
    background-position: 0 100%
}

#reviews-view .review-item .content .review-likes .like-btn.like-minus.disabled:hover .vote-tooltip {
    display: block;
    opacity: 1;
    visibility: visible
}

#reviews-view .review-item .content .review-likes .like-btn .vote-tooltip {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 35px;
    font-size: 14px;
    font-weight: 600;
    background-color: #333;
    color: #fff;
    width: 100px;
    line-height: 20px;
    text-align: center;
    z-index: 30;
    padding: 5px 8px;
    transition: all .3s ease
}

#reviews-view .review-item .content .review-likes .like-btn .vote-tooltip:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 6px solid #333;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: -6px;
    right: 3px
}

#reviews-view .add-review {
    padding-right: 30px
}

@media (max-width: 767px) {
    #reviews-view .add-review {
        -ms-flex-direction:column;
        flex-direction: column;
        text-align: center;
        padding-right: 0
    }
}

#reviews-view .add-review .avatar {
    max-width: 75px
}

@media (max-width: 767px) {
    #reviews-view .add-review .avatar {
        margin:0 auto 10px
    }
}

#reviews-view .add-review .avatar .photo {
    width: 100%
}

#reviews-view .add-review .avatar .photo img {
    width: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: object-fit\: cover;
    max-height: 75px
}

@media (max-width: 767px) {
    #reviews-view .add-review .avatar .photo img {
        max-width:75px;
        margin: 0 auto
    }
}

#reviews-view .add-review .info {
    max-width: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 5px
}

#reviews-view .add-review .info .name {
    width: 100%;
    line-height: 20px;
    max-height: 45px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis
}

#reviews-view .add-review .btn-bar {
    text-align: center
}

#reviews-view .add-review .form {
    width: 100%;
    margin-left: 15px
}

@media (max-width: 767px) {
    #reviews-view .add-review .form {
        margin:0 auto
    }
}

#reviews-view .add-review .form .form-group input,#reviews-view .add-review .form .form-group textarea {
    min-height: 56px;
    border: 0;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15)
}

@media (max-width: 767px) {
    #reviews-view .add-review .form .form-group input,#reviews-view .add-review .form .form-group textarea {
        min-height:45px
    }
}

#reviews-view .add-review .form .form-group textarea {
    padding-top: 10px;
    padding-left: 10px;
    min-height: 152px
}

#reviews-view .add-review .form .stars-container {
    position: absolute
}

@media (max-width: 479px) {
    #reviews-view .add-review .form .stars-container {
        position:static;
        margin-top: 20px
    }
}

#reviews-view .add-review .form .social-container {
    padding-top: 40px;
    padding-bottom: 40px
}

@media (max-width: 479px) {
    #reviews-view .add-review .form .social-container {
        padding-top:10px
    }
}

#reviews-view .add-review .form .social-container form {
    unicode-bidi: bidi-override;
    direction: rtl
}

#reviews-view .add-review .form .social-container .cap {
    text-align: right;
    font-size: 16px;
    margin-top: -35px;
    margin-bottom: 25px;
    margin-left: 45%
}

@media (max-width: 479px) {
    #reviews-view .add-review .form .social-container .cap {
        margin:0;
        text-align: center
    }
}

#reviews-view .add-review .form .social-container .line-arrow {
    position: absolute;
    right: 55px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    transform: rotate(45deg)
}

@media (max-width: 479px) {
    #reviews-view .add-review .form .social-container .line-arrow {
        display:none
    }
}

#reviews-view .add-review .form .social-container .buttons {
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-top: 1px solid #e7e7e7;
    padding-top: 20px
}

@media (max-width: 479px) {
    #reviews-view .add-review .form .social-container .buttons {
        -ms-flex-pack:center;
        justify-content: center;
        border-top: none
    }
}

#reviews-view .add-review .form .social-container .buttons a {
    margin-left: 5px;
    transition: all .3s ease
}

@media (max-width: 479px) {
    #reviews-view .add-review .form .social-container .buttons a {
        margin:3px
    }
}

#reviews-view .add-review .form .social-container .buttons a:hover {
    text-decoration: none;
    opacity: .7
}

#reviews-view .add-review .form .send-btn-container {
    text-align: right
}

@media (max-width: 479px) {
    #reviews-view .add-review .form .send-btn-container {
        text-align:center
    }
}

#reviews-view .add-review .form .send-btn-container button {
    background: #88cb5e;
    border-radius: 2px;
    padding: 6px 12px
}

@media (max-width: 479px) {
    #reviews-view .add-review .form .send-btn-container button {
        margin-top:10px
    }
}

#map-view {
    margin-bottom: 30px
}

#map-view iframe {
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15)
}

#map-view .title {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 30px;
    text-transform: uppercase
}

#map-view iframe {
    width: 100%;
    height: 450px
}

#client-login {
    margin: auto;
    width: 100%
}

#client-login .custom-form {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto
}

#client-login .custom-form .control-label.block {
    text-align: right
}

#client-login #sb_sign_in_form {
    height: 100%;
    padding-right: 60px
}

@media (max-width: 1024px) {
    #client-login #sb_sign_in_form {
        padding-right:30px
    }
}

@media (max-width: 767px) {
    #client-login #sb_sign_in_form {
        padding-right:0
    }
}

#client-login #sb_sign_up_form {
    height: 100%;
    padding-left: 60px
}

@media (max-width: 1024px) {
    #client-login #sb_sign_up_form {
        padding-left:30px
    }
}

@media (max-width: 767px) {
    #client-login #sb_sign_up_form {
        padding-left:0
    }
}

#client-login:after,#client-login:before {
    content: " ";
    display: table
}

#client-login:after {
    clear: both
}

#client-login .title-main {
    text-align: center
}

#client-login .row {
    position: relative
}

#client-login .txt-right {
    display: block
}

#client-login .social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    #client-login .social {
        -ms-flex-direction:column;
        flex-direction: column
    }
}

#client-login .social .txt {
    padding: 0;
    margin-right: 15px
}

@media (max-width: 767px) {
    #client-login .social .txt {
        margin-right:0;
        margin-bottom: 20px
    }
}

#client-login .social .brand {
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto
}

@media (max-width: 767px) {
    #client-login .social .brand {
        margin:0
    }
}

#client-login .border {
    width: 2px;
    background: #f6f6f6;
    position: absolute;
    left: 0;
    height: 100%
}

#client-login #sb_google_translate .goog-te-combo,#client-login .form-control,#sb_google_translate #client-login .goog-te-combo {
    margin-bottom: 0
}

#client-login .cap {
    font-size: 18px;
    padding: 25px 0;
    font-weight: 600
}

#client-login button.btn {
    color: #fff
}

#client-login .client-login-bar {
    max-width: 1000px;
    width: 100%;
    margin: 20px auto;
    padding: 15px 25px;
    border: 1px solid #f6f6f6;
    text-align: center
}

@media (max-width: 767px) {
    #client-login .client-login-bar {
        padding:25px 15px
    }
}

#client-login .sb-client-fields {
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 2px solid #e5e5e5
}

#client-login .sb-client-fields #sb_additional_fields label.control-label {
    text-align: left
}

#client-login .sb-client-fields #sb_additional_fields label.control-label.required {
    position: relative
}

#client-login .sb-client-fields #sb_additional_fields label.control-label.required:after {
    content: "*";
    display: inline-block;
    position: relative;
    top: 0;
    right: -5px;
    color: #a94442
}

#client-login .sb-client-fields #sb_additional_fields .help-block {
    font-size: 14px;
    margin-top: 5px
}

#client-login .remember-me .control-label {
    font-weight: 400
}

#client-login .remember-me__small-text {
    opacity: .7
}

#client-login .custom-checkbox {
    margin-right: 5px;
    margin-left: 5px
}

#client-login .custom-checkbox~.control-label {
    max-width: calc(100% - 40px);
    padding-top: 10px;
    padding-left: 0;
    vertical-align: top
}

#sb_content #sb-timeline #client-login {
    margin: 0
}

.deposit-checkbox-container .control-label {
    padding: 0;
    margin: 0
}

.deposit-checkbox-container .control-label .txt {
    font-size: 14px
}

.deposit-checkbox-container .custom-checkbox {
    margin: 2px 5px 2px 0
}

.deposit-checkbox-container .help-block {
    display: none
}

#sb_terms_and_conditions .custom-checkbox {
    margin: 2px 5px 5px 0
}

#sb_terms_and_conditions .has-error .help-block {
    margin: 0 0 10px
}

#sb_terms_and_conditions .has-error .custom-checkbox .custom-label {
    border-color: #a94442
}

.client-preview-dialog {
    max-width: 500px
}

#client-profile-preview {
    text-align: center
}

#client-profile-preview .close-modal {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 24px;
    height: 24px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    z-index: 10
}

#client-profile-preview .close-modal .abc{
    font-size: 24px
}

#client-profile-preview .title {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center
}

#client-profile-preview .avatar {
    max-width: 90px;
    margin: 20px auto
}

#client-profile-preview .avatar img {
    width: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: object-fit\: cover;
    max-height: 90px
}

#client-profile-preview .overview {
    max-width: 300px;
    margin: 20px 0;
    font-size: 16px
}

#client-profile-preview .overview b {
    font-weight: 600
}

#client-profile-preview .overview .row {
    margin-bottom: 5px
}

#client-profile-preview .overview .row .label {
    text-transform: capitalize
}

#client-profile-preview .bar-with-btn {
    text-align: left
}

#client-profile-preview .bar-with-btn .btn {
    margin: 5px 2px 0 0
}

#client-profile-edit .close-modal {
    text-align: center;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 15px;
    top: 15px;
    display: inline-block;
    cursor: pointer;
    z-index: 10
}

#client-profile-edit .close-modal .abc{
    font-size: 24px
}

#client-profile-edit .title {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center
}

#client-profile-edit .avatar {
    max-width: 90px;
    margin: 0 auto 20px
}

#client-profile-edit .avatar img {
    width: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: object-fit\: cover;
    max-height: 90px
}

#client-profile-edit .bar-with-btn {
    text-align: center
}

#client-profile-edit .sb-client-fields {
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 2px solid #e5e5e5
}

#client-profile-edit .sb-client-fields #sb_additional_fields .custom-checkbox {
    margin-right: 5px
}

#client-profile-edit .sb-client-fields #sb_additional_fields .custom-checkbox~.control-label {
    max-width: calc(100% - 40px);
    padding-left: 0;
    vertical-align: top
}

#client-profile-edit .sb-client-fields #sb_additional_fields label.control-label {
    font-size: 16px;
    text-align: left
}

#client-profile-edit .sb-client-fields #sb_additional_fields label.control-label.required {
    position: relative
}

#client-profile-edit .sb-client-fields #sb_additional_fields label.control-label.required:after {
    content: "*";
    display: inline-block;
    position: relative;
    top: 0;
    right: -5px;
    color: #a94442
}

#client-profile-edit .sb-client-fields #sb_additional_fields .help-block {
    font-size: 14px;
    margin-top: 5px
}

.promotion-step {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

@media (max-width: 767px) {
    .promotion-step {
        -ms-flex-pack:center;
        justify-content: center
    }
}

.promotion-step .promotion-item .tab.tab-col .excerpt-info .promotion-item__action .btn-bar__row .btn.select-by-bonus {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px
}

.promotion-list {
    padding: 45px 0
}

@media (max-width: 767px) {
    .promotion-list {
        padding:22px 0
    }
}

.promotion-list .promotion-item {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33%;
    max-width: 500px;
    margin-bottom: 30px
}

@media (max-width: 1024px) {
    .promotion-list .promotion-item {
        width:50%
    }
}

@media (max-width: 767px) {
    .promotion-list .promotion-item {
        width:100%
    }
}

.promotion-list .promotion-item.used .tab {
    background: #f7f7f7
}

.promotion-list .promotion-item.used .tab .promotion-item__data,.promotion-list .promotion-item.used .tab .promotion-item__picture {
    opacity: .8
}

.promotion-list .promotion-item.used .tab .bar-service__item-promo-label,.promotion-list .promotion-item.used .tab .bar-service__item-promo-time {
    opacity: .7
}

.promotion-list .promotion-item .tab {
    margin: 0;
    height: 100%;
    padding: 0
}

.promotion-list .promotion-item .tab .excerpt-info {
    height: 100%
}

.promotion-list .promotion-item .excerpt-info {
    position: relative
}

.promotion-list .promotion-item__action,.promotion-list .promotion-item__data,.promotion-list .promotion-item__info-bar {
    padding: 0 25px
}

@media (max-width: 1366px) {
    .promotion-list .promotion-item__action,.promotion-list .promotion-item__data,.promotion-list .promotion-item__info-bar {
        padding:0 20px
    }
}

.promotion-list .promotion-item__data {
    padding-top: 22px
}

.promotion-list .promotion-item__action {
    padding-bottom: 22px;
    display: block
}

.promotion-list .promotion-item__action .btn-bar__row {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4px
}

.promotion-list .promotion-item__action .btn-bar__row .btn {
    -ms-flex: 1;
    flex: 1
}

.promotion-list .promotion-item__action .btn-bar__row .btn .fa-award {
    font-size: 112%;
    position: relative
}

.promotion-list .promotion-item__select-txt {
    display: none
}

.promotion-list .promotion-item__code-row {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.promotion-list .promotion-item__code-row .promotion-item__code {
    letter-spacing: 1px;
    text-transform: uppercase
}

.promotion-list .promotion-item__code-row .promotion-item__code-field {
    position: absolute;
    width: 1px;
    height: 1px;
    min-height: 1px;
    min-width: 1px;
    padding: 0;
    font-size: 1px;
    margin: 0;
    top: 0;
    left: 0;
    opacity: 0!important;
    border: none;
    display: inline-block;
    overflow: hidden;
    z-index: -1
}

.promotion-list .promotion-item__code-row .promotion-item__code-status {
    font-size: 14px;
    font-weight: 400
}

.promotion-list .promotion-item__code-row .promotion-item__code-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 26px
}

.promotion-list .promotion-item__code-row .promotion-item__code-copy {
    position: relative;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    line-height: 1;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0 5px 0 0;
    font-size: 14px
}

.promotion-list .promotion-item__code-row .promotion-item__code-copy:after,.promotion-list .promotion-item__code-row .promotion-item__code-copy:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.promotion-list .promotion-item__code-row .promotion-item__code-copy:before {
    border: 1px solid transparent
}

.promotion-list .promotion-item__code-row .promotion-item__code-copy:after {
    border: 0 solid transparent
}

.promotion-list .promotion-item__code-row .promotion-item__code-copy:hover:before {
    border-top-color: #0eb7da;
    border-right-color: #0eb7da;
    border-bottom-color: #0eb7da;
    transition: border-top-color .15s linear,border-right-color .15s linear .1s,border-bottom-color .15s linear .2s
}

.promotion-list .promotion-item__code-row .promotion-item__code-copy:hover:after {
    border-top: 1px solid #0eb7da;
    border-left-width: 1px;
    border-right-width: 1px;
    transform: rotate(270deg);
    transition: transform .4s linear 0s,border-left-width 0s linear .35s,-webkit-transform .4s linear 0s
}

.promotion-list .promotion-item__code-unavailable .promotion-item__code {
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: line-through
}

.promotion-list .promotion-item__code-unavailable .promotion-item__code-wrapper {
    position: relative;
    opacity: .5
}

.promotion-list .promotion-item__code-unavailable .promotion-item__code-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: not-allowed;
    z-index: 2
}

.promotion-list .promotion-item__code-unavailable .promotion-item__code-copy {
    pointer-events: none
}

.promotion-list .promotion-item .promo-label {
    position: relative;
    padding-left: 36px;
    line-height: 1.2
}

.promotion-list .promotion-item .promo-label:after,.promotion-list .promotion-item .promo-label:before {
    display: block;
    content: "";
    position: absolute
}

.promotion-list .promotion-item .promo-label:before {
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.promotion-list .promotion-item .promo-label.amount:before {
    background-color: #5fa1fe
}

.promotion-list .promotion-item .promo-label.discount:before {
    background-color: #fe4d4d
}

.promotion-list .promotion-item .promo-label small {
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    white-space: nowrap
}

.promotion-list .promotion-item .promo-label .price-val {
    font-size: 17px;
    font-weight: 700;
    white-space: nowrap
}

.promotion-list .promotion-item .bar-service {
    margin-top: auto;
    margin-bottom: 10px
}

.promotion-list .promotion-item .bar-service__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 18px
}

.promotion-list .promotion-item .bar-service__item {
    margin: 0;
    font-size: 16px
}

.promotion-list .promotion-item .bar-service__item-dropup {
    margin-left: auto;
    margin-right: 0
}

.promotion-list .promotion-item .bar-service__item-promo-label {
    -ms-flex: 1;
    flex: 1
}

.promotion-list .promotion-item .bar-service__item-promo-time {
    line-height: 1;
    font-size: 15px
}

.promotion-list .promotion-item .bar-service__item-promo-time-devider {
    line-height: 1;
    position: relative;
    padding: 2px
}

.promotion-list .promotion-item .bar-service__item-promo-time-devider:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.promotion-list .promotion-item .bar-service__item-promo-bonus {
    position: relative;
    font-weight: 700
}

.promotion-list .promotion-item .bar-service__item-promo-price {
    display: none
}

.promotion-list .promotion-item .bar-service__item-promo-code {
    width: 100%
}

.promotion-list .promotion-item .bar-service .dropup .dropdown-menu {
    position: absolute!important;
    width: auto;
    min-width: 150px;
    padding: 10px 20px;
    border-radius: 4px;
    border: none;
    background: #fff;
    box-shadow: 2px 2px 15px rgba(45,51,72,.1);
    line-height: 1;
    overflow: hidden;
    left: auto!important;
    right: 0!important;
    transform: translateY(-6%)!important;
    bottom: 100%!important
}

@media (min-width: 1024px) {
    .promotion-list .promotion-item .bar-service .dropup .dropdown-menu {
        display:block;
        visibility: hidden
    }
}

@media (min-width: 1024px) {
    .promotion-list .promotion-item .bar-service .dropup:hover .dropdown-menu {
        visibility:visible
    }
}

.promotion-list .promotion-item .bar-service .dropup.open .dropdown-menu {
    opacity: 1
}

@media (min-width: 1024px) {
    .promotion-list .promotion-item .bar-service .dropup.open .dropdown-menu {
        visibility:visible
    }
}

.promotion-list .promotion-item__tag {
    margin-bottom: 10px;
    display: inline-block;
    line-height: 1;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 18px;
    font-family: sans-serif
}

@media (max-width: 1366px) {
    .promotion-list .promotion-item__tag {
        padding-left:20px;
        padding-right: 20px
    }
}

.promotion-list .promotion-item__tag--on-image {
    position: absolute;
    top: 8px;
    left: 12px;
    z-index: 5;
    padding: 0
}

.promotion-list .promotion-item__tag .promo-label {
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 6px;
    -ms-flex-align: center;
    align-items: center;
    min-height: 20px;
    position: relative;
    line-height: 1;
    padding: 2px 14px 0;
    font-size: unset;
    border-radius: 20px;
    white-space: nowrap;
    color: #fff
}

.promotion-list .promotion-item__tag .promo-label:after,.promotion-list .promotion-item__tag .promo-label:before {
    display: none
}

.promotion-list .promotion-item__tag .promo-label.amount {
    background-color: #64b5f6
}

.promotion-list .promotion-item__tag .promo-label.discount {
    background-color: #4fc3f7
}

.promotion-list .promotion-item__tag .promo-label small,.promotion-list .promotion-item__tag .promo-label span.txt {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    padding: 0;
    white-space: nowrap;
    text-shadow: 0 0 2px rgba(0,0,0,.2);
    text-transform: uppercase
}

.promotion-list .promotion-item__tag .promo-label .price-val {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1
}

.promotion-list .promotion-item .modal-dialog .default.img {
    display: none
}

.promotion-list .promotion-item .modal-dialog .item__info-bar {
    position: relative;
    padding-top: 5px;
    padding-bottom: 12px;
    display: block;
    width: 100%;
    margin: 0
}

.promotion-list .promotion-item .modal-dialog .item__info-bar .promotion-data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0 20px;
    text-align: left;
    padding: 2px 0
}

.promotion-list .promotion-item .modal-dialog .item__info-bar .info-bar--item {
    display: block;
    font-size: 16px
}

.promotion-list .promotion-item .modal-dialog .item__info-bar .info-bar--item-name {
    -ms-flex: 1;
    flex: 1;
    font-weight: 400
}

.promotion-list .promotion-item .modal-dialog .item__info-bar .info-bar--item-name--val {
    -ms-flex: 1;
    flex: 1;
    font-weight: 400;
    font-size: 16px;
    opacity: .75
}

.promotion-list .promotion-item .modal-dialog .item__info-bar .info-bar--item-name--val .input-gift-code {
    font-size: 16px;
    padding: 0;
    margin: 0;
    background: transparent!important;
    border: none!important;
    outline: none!important;
    width: 100%
}

.promotion-list .promotion-item .modal-dialog .item__additional-info-action {
    padding: 5px 0;
    margin-bottom: 10px;
    width: 100%
}

.promotion-list .promotion-item .modal-dialog .item__additional-info-action .promo-label,.promotion-list .promotion-item .modal-dialog .item__additional-info-action .used-label {
    position: static;
    padding: 0 12px;
    border-radius: 6px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 34px;
    font-size: 16px;
    gap: 0 20px;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 4px 0;
    width: 100%;
    box-shadow: none;
    opacity: 1
}

.promotion-list .promotion-item .modal-dialog .item__additional-info-action .promo-label:after,.promotion-list .promotion-item .modal-dialog .item__additional-info-action .promo-label:before,.promotion-list .promotion-item .modal-dialog .item__additional-info-action .used-label:after,.promotion-list .promotion-item .modal-dialog .item__additional-info-action .used-label:before {
    display: none;
    visibility: hidden
}

.promotion-list .promotion-item .modal-dialog .item__additional-info-action .promo-label__text,.promotion-list .promotion-item .modal-dialog .item__additional-info-action .used-label__text {
    -ms-flex: 1;
    flex: 1
}

.promotion-list .promotion-item .modal-dialog .item__additional-info-action .promo-label.discount,.promotion-list .promotion-item .modal-dialog .item__additional-info-action .used-label.discount {
    background: rgba(79,195,247,.15)
}

.promotion-list .promotion-item .modal-dialog .item__additional-info-action .promo-label.amount,.promotion-list .promotion-item .modal-dialog .item__additional-info-action .used-label.amount {
    background: rgba(100,181,246,.15)
}

.promotion-list .promotion-item .modal-dialog .item__additional-info-action .promo-label--used,.promotion-list .promotion-item .modal-dialog .item__additional-info-action .used-label--used {
    background: #f2f2f2
}

.promotion-list .promotion-item .modal-dialog .item__additional-info-action .promo-label__value--used,.promotion-list .promotion-item .modal-dialog .item__additional-info-action .used-label__value--used {
    color: #c33e38
}

.promotion-list .promotion-item.panel {
    width: 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 15px;
    border: none;
    border-radius: 0;
    background: hsla(0,0%,100%,.92);
    box-shadow: 0 2px 6px -2px rgba(0,0,0,.29);
    transition: background,box-shadow .2s ease-in
}

.promotion-list .promotion-item.panel .sidebar-list-attribute-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.promotion-list .promotion-item.panel:last-child {
    margin-bottom: 0
}

.promotion-list .promotion-item.panel:hover {
    box-shadow: 0 2px 6px -3px rgba(0,0,0,.2)
}

.promotion-list .promotion-item.panel .mobile-title {
    width: 100%;
    display: none
}

.promotion-list .promotion-item.panel .mobile-title .title {
    display: -ms-flexbox;
    display: flex;
    gap: 5px
}

.promotion-list .promotion-item.panel .mobile-title .title .used-overlay {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    line-height: 1;
    position: static;
    font-family: sans-serif
}

.promotion-list .promotion-item.panel .mobile-title .title .used-overlay .text,.promotion-list .promotion-item.panel .mobile-title .title .used-overlay .txt {
    display: inline-block;
    background-color: #fe4d4d;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    padding: 1px 12px 0;
    white-space: nowrap;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,.2);
    text-transform: uppercase;
    border-radius: 20px;
    font-family: sans-serif
}

@media (max-width: 767px) {
    .promotion-list .promotion-item.panel .mobile-title {
        display:block
    }
}

.promotion-list .promotion-item.panel .preloader {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 140px;
    width: 160px;
    min-width: 160px;
    margin: -15px 12px -15px -15px
}

@media (max-width: 767px) {
    .promotion-list .promotion-item.panel .preloader {
        max-height:100px;
        height: 80px;
        width: 110px;
        max-width: 110px;
        min-width: 60px;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0
    }
}

@media (max-width: 480px) {
    .promotion-list .promotion-item.panel .preloader {
        height:60px;
        max-height: 60px;
        max-width: 100%;
        width: 60px;
        min-width: 60px
    }
}

.promotion-list .promotion-item.panel .preloader a {
    display: block;
    position: relative;
    transition: all .2s ease-out;
    height: 100%;
    width: 100%;
    padding: 0;
    min-height: 40px
}

.promotion-list .promotion-item.panel .preloader a:hover {
    filter: grayscale(50%)
}

.promotion-list .promotion-item.panel .preloader a:active {
    transform: scale(1.02,.98)
}

.promotion-list .promotion-item.panel .preloader .img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 100%;
    width: 100%
}

.promotion-list .promotion-item.panel .preloader .img img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: object-fit\: cover;
    height: 100%;
    width: 100%;
    min-height: 10px;
    border-radius: 0 0 0 0
}

@media (max-width: 767px) {
    .promotion-list .promotion-item.panel .preloader .img img {
        height:80px;
        max-height: 80px;
        border-radius: 0
    }
}

@media (max-width: 480px) {
    .promotion-list .promotion-item.panel .preloader .img img {
        height:60px;
        width: 60px;
        min-width: 60px
    }
}

@media (max-width: 480px) {
    .promotion-list .promotion-item.panel .preloader .img.user img {
        border-radius:50%
    }
}

.promotion-list .promotion-item.panel .preloader .img.default img {
    max-height: 60px;
    max-width: 100%;
    width: auto;
    position: relative
}

@media (max-width: 480px) {
    .promotion-list .promotion-item.panel .preloader .img.default img {
        height:auto
    }
}

.promotion-list .promotion-item.panel .preloader .img.default svg {
    width: 100px!important
}

.promotion-list .promotion-item.panel .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 6px;
    font-size: 16px;
    line-height: 1.22;
    padding: 0;
    font-weight: 500;
    margin: 0 0 8px
}

.promotion-list .promotion-item.panel .title-txt {
    width: 100%
}

.promotion-list .promotion-item.panel .title .promotion-item__tag {
    margin: 0;
    line-height: 1;
    padding: 0
}

.promotion-list .promotion-item.panel .title .promotion-item__tag .txt {
    font-family: sans-serif
}

.promotion-list .promotion-item.panel .title a {
    cursor: pointer;
    margin: 0;
    display: block;
    text-decoration: none;
    position: relative
}

.promotion-list .promotion-item.panel .title .used-overlay {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    line-height: 1;
    position: static
}

.promotion-list .promotion-item.panel .title .used-overlay .text {
    display: inline-block;
    background-color: #e57373;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    padding: 0 12px;
    white-space: nowrap;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,.2);
    text-transform: uppercase;
    border-radius: 20px
}

@media (max-width: 767px) {
    .promotion-list .promotion-item.panel .title {
        display:none
    }
}

.promotion-list .promotion-item.panel>.one-line {
    width: calc(100% - 160px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 767px) {
    .promotion-list .promotion-item.panel>.one-line {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        width: calc(100% - 122px)
    }
}

@media (max-width: 480px) {
    .promotion-list .promotion-item.panel>.one-line {
        width:calc(100% - 72px)
    }
}

.promotion-list .promotion-item.panel>.one-line.no-image {
    width: 100%
}

.promotion-list .promotion-item.panel>.one-line .content {
    width: 100%;
    min-height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 767px) {
    .promotion-list .promotion-item.panel>.one-line .content {
        min-height:70px
    }
}

@media (max-width: 480px) {
    .promotion-list .promotion-item.panel>.one-line .content {
        min-height:1px
    }
}

.promotion-list .promotion-item.panel .info-bar {
    margin-top: auto;
    margin-bottom: 0;
    line-height: 1;
    gap: 10px
}

@media (max-width: 767px) {
    .promotion-list .promotion-item.panel .info-bar {
        margin-bottom:auto
    }
}

.promotion-list .promotion-item.panel .info-bar .ico {
    font-size: 15px;
    display: inline-block;
    width: 24px;
    min-width: 24px;
    text-align: center;
    margin: 0 4px 0 0;
    line-height: 1
}

.promotion-list .promotion-item.panel .info-bar .bar-flex-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 26px;
    margin: 0;
    line-height: 1;
    gap: 0
}

.promotion-list .promotion-item.panel .info-bar .bar-flex-item.service-bonus {
    width: 100%;
    margin-right: 0;
    -ms-flex: unset;
    flex: unset
}

.promotion-list .promotion-item.panel .info-bar .bar-flex-item.service-bonus .ico {
    margin: 0
}

.promotion-list .promotion-item.panel .info-bar .bar-flex-item.service-deposit {
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 1024px) {
    .promotion-list .promotion-item.panel .info-bar .bar-flex-item.service-deposit {
        width:100%
    }
}

.promotion-list .promotion-item.panel .info-bar .bar-flex-item.service-deposit .service-deposit__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 767px) {
    .promotion-list .promotion-item.panel .info-bar .bar-flex-item.service-deposit .service-deposit__price {
        -ms-flex-direction:column;
        flex-direction: column
    }

    .promotion-list .promotion-item.panel .info-bar .bar-flex-item.service-deposit .service-deposit__price .badge-line {
        display: none
    }
}

.promotion-list .promotion-item.panel .info-bar .bar-flex-item.service-deposit .badge {
    margin: 0;
    padding: 0
}

.promotion-list .promotion-item.panel .info-bar .bar-flex-item.service-deposit .badge .text {
    font-size: 16px;
    font-weight: 400
}

@media (max-width: 480px) {
    .promotion-list .promotion-item.panel .info-bar .bar-flex-item {
        margin-right:0
    }
}

.promotion-list .promotion-item.panel .info-bar .bar-flex-item .txt {
    line-height: 1
}

.promotion-list .promotion-item.panel .info-bar .bar-flex-item.price .txt {
    font-size: 17px;
    font-weight: 600
}

.promotion-list .promotion-item.panel .info-bar .bar-flex-item.gift-type .price-val,.promotion-list .promotion-item.panel .info-bar .bar-flex-item.gift-type .sb_start_date,.promotion-list .promotion-item.panel .info-bar .bar-flex-item.start-date-btn .price-val,.promotion-list .promotion-item.panel .info-bar .bar-flex-item.start-date-btn .sb_start_date {
    font-size: 16px;
    padding: 0 6px;
    line-height: 1;
    font-weight: 400
}

.promotion-list .promotion-item.panel .info-bar .bar-flex-item.gift-type [type=hidden],.promotion-list .promotion-item.panel .info-bar .bar-flex-item.start-date-btn [type=hidden] {
    display: none
}

.promotion-list .promotion-item.panel .info-bar p {
    margin: 0;
    padding: 0
}

.promotion-list .promotion-item.panel .btn-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    margin: 0 0 0 15px;
    padding-bottom: 30px;
    width: auto
}

@media (max-width: 767px) {
    .promotion-list .promotion-item.panel .btn-bar {
        -ms-flex-direction:row;
        flex-direction: row;
        width: calc(100% + 10px);
        margin: 10px -5px 0;
        padding-bottom: 0;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.promotion-list .promotion-item.panel .btn-bar .btn {
    outline: none;
    margin: 5px
}

.promotion-list .promotion-item.panel .btn-bar.has-read-more .btn-round-mask:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 100%;
    top: 0;
    left: 2px;
    transition: all .2s ease-in;
    display: none!important
}

.promotion-list .promotion-item.panel .btn-bar.has-read-more .btn-round-mask:active:after {
    left: 1px
}

.promotion-list .promotion-item.panel .btn-bar .wrap-read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 36px
}

@media (max-width: 767px) {
    .promotion-list .promotion-item.panel .btn-bar .wrap-read-more {
        height:32px;
        position: relative
    }
}

.promotion-list .promotion-item.panel .btn-bar .wrap-read-more .read-more {
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    height: 36px;
    width: 160px;
    min-width: 60px;
    background: transparent;
    border-radius: 3px;
    padding: 0 10px;
    overflow: hidden;
    transition: all .2s cubic-bezier(1,0,.24,.93);
    z-index: 3
}

@media (max-width: 767px) {
    .promotion-list .promotion-item.panel .btn-bar .wrap-read-more .read-more {
        width:130px;
        height: 32px;
        padding: 0 5px
    }
}

@media (max-width: 600px) {
    .promotion-list .promotion-item.panel .btn-bar .wrap-read-more .read-more {
        width:auto;
        border: 1px solid rgba(0,0,0,.11);
        min-width: 60px;
        max-width: 60px;
        padding: 0 15px
    }
}

@media (max-width: 360px) {
    .promotion-list .promotion-item.panel .btn-bar .wrap-read-more .read-more {
        min-width:48px;
        max-width: 48px
    }
}

.promotion-list .promotion-item.panel .btn-bar .wrap-read-more .read-more .part {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .2s ease
}

.promotion-list .promotion-item.panel .btn-bar .wrap-read-more .read-more .part.txt-part {
    font-size: 15px;
    line-height: 1.2;
    padding-right: 6px
}

.promotion-list .promotion-item.panel .btn-bar .wrap-read-more .read-more .part.txt-part .more-part {
    display: none
}

.promotion-list .promotion-item.panel .btn-bar .wrap-read-more .read-more .part.txt-part .less-part {
    display: block
}

@media (max-width: 600px) {
    .promotion-list .promotion-item.panel .btn-bar .wrap-read-more .read-more .part.txt-part {
        display:none
    }
}

.promotion-list .promotion-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part {
    position: relative;
    font-size: 24px;
    font-weight: 400;
    text-decoration: none!important;
    transform: rotate(180deg)
}

.custom-checkbox .promotion-list .promotion-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part input:checked+.custom-label:before,.promotion-list .promotion-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part .custom-checkbox input:checked+.custom-label:before,.promotion-list .promotion-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part .fal:before,.promotion-list .promotion-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part :not(.fab)[class*=fa-]:before {
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.promotion-list .promotion-item.panel .btn-bar .wrap-read-more .read-more.collapsed .part.txt-part .more-part {
    display: block
}

.promotion-list .promotion-item.panel .btn-bar .wrap-read-more .read-more.collapsed .part.txt-part .less-part {
    display: none
}

.promotion-list .promotion-item.panel .btn-bar .wrap-read-more .read-more.collapsed .part.ico-part {
    transform: rotate(0deg)
}

.promotion-list .promotion-item.panel .btn-bar .btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 36px;
    padding: 0;
    text-align: center;
    white-space: normal;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    box-shadow: unset;
    text-decoration: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    transition: all .2s ease-in
}

.promotion-list .promotion-item.panel .btn-bar .btn:active {
    box-shadow: none
}

@media (max-width: 767px) {
    .promotion-list .promotion-item.panel .btn-bar .btn {
        height:32px
    }
}

.promotion-list .promotion-item.panel .btn-bar .btn.select {
    min-width: 160px;
    width: 160px;
    padding: 0 15px;
    font-size: 15px
}

@media (max-width: 480px) {
    .promotion-list .promotion-item.panel .btn-bar .btn.select {
        width:auto;
        min-width: 110px;
        line-height: 1;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width: 359px) {
    .promotion-list .promotion-item.panel .btn-bar .btn.select {
        min-width:100px
    }
}

.promotion-list .promotion-item.panel .btn-bar.btn-bar-full-info {
    -ms-flex-direction: row;
    flex-direction: row;
    clear: both;
    width: calc(100% + 10px);
    margin: 0 -5px;
    display: none
}

@media (max-width: 767px) {
    .promotion-list .promotion-item.panel .btn-bar.btn-bar-full-info {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.promotion-list .promotion-item.panel .btn-bar.btn-bar-full-info .btn {
    margin: 2px 5px;
    padding: 0 20px
}

.promotion-list .promotion-item.panel .btn-bar.btn-bar-full-info .btn .pr-numb {
    padding-left: 4px
}

.promotion-list .promotion-item.panel .btn-bar.btn-bar-full-info .btn .pr-decimal,.promotion-list .promotion-item.panel .btn-bar.btn-bar-full-info .btn .pr-numb {
    font-size: 16px;
    margin: 0
}

.promotion-list .promotion-item.panel>.wrap-collapse-content {
    padding: 0;
    width: 100%
}

.promotion-list .promotion-item.panel>.wrap-collapse-content .collapse-content {
    position: relative;
    padding-top: 30px
}

.promotion-list .promotion-item.panel>.wrap-collapse-content .collapse-content:after,.promotion-list .promotion-item.panel>.wrap-collapse-content .collapse-content:before {
    content: " ";
    display: table
}

.promotion-list .promotion-item.panel>.wrap-collapse-content .collapse-content:after {
    clear: both
}

.promotion-list .promotion-item.panel>.wrap-collapse-content .collapse-content a {
    position: relative;
    z-index: 2
}

.promotion-list .promotion-item.panel>.wrap-collapse-content .collapse-content:before {
    position: absolute;
    top: 15px;
    left: -15px;
    content: " ";
    display: block;
    height: 1px;
    width: calc(100% + 30px);
    background: rgba(0,0,0,.2)
}

.promotion-list .promotion-item.panel>.wrap-collapse-content .collapse-content .biggest-previev {
    float: left;
    width: 50%;
    margin-right: 30px;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .promotion-list .promotion-item.panel>.wrap-collapse-content .collapse-content .biggest-previev {
        width:100%;
        margin-right: 0
    }
}

.promotion-list .promotion-item.panel>.wrap-collapse-content .collapse-content .biggest-previev img {
    max-height: 600px
}

.promotion-list .promotion-item.panel>.wrap-collapse-content .collapse-content ul li {
    list-style-type: disc
}

.promotion-list .promotion-item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info {
    padding-top: 30px;
    -ms-flex-direction: row;
    flex-direction: row
}

.promotion-list .promotion-item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info:before {
    content: " ";
    width: calc(100% + 30px);
    height: 1px;
    left: -15px;
    top: 15px;
    position: absolute;
    display: block;
    background: rgba(0,0,0,.2)
}

.promotion-list .promotion-item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info .btn-hide {
    min-width: 100px;
    background: transparent
}

.promotion-list .promotion-item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info .btn {
    margin-top: 5px;
    margin-bottom: 5px
}

.promotion-list .promotion-item.panel.paid-attr__item.no-image .one-line {
    width: 100%
}

.promotion-list .content-mode-list {
    padding: 0 15px
}

.promotion-list .content-mode-list .panel .one-line .content .info-bar>.d-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 10px;
    margin: 0
}

@media (max-width: 480px) {
    .promotion-list .content-mode-list .panel .one-line .content .info-bar>.d-flex {
        -ms-flex-direction:column;
        flex-direction: column
    }
}

.promotion-list .content-mode-list .panel .one-line .content .info-bar>.d-flex .bar-flex-item {
    margin: 0;
    padding: 0
}

.promotion-list .content-mode-list .panel .one-line .content .info-bar>.d-flex .bar-flex-item .d-flex {
    display: -ms-flexbox;
    display: flex;
    min-height: 1px;
    margin: 0
}

.promotion-list .content-mode-list .panel .one-line .content .info-bar>.d-flex .bar-flex-item.gift-type {
    width: 100%;
    margin-right: 0
}

.promotion-list .content-mode-list .panel .one-line .content .info-bar>.d-flex .bar-flex-item.gift-type .promo-label {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    gap: 0;
    position: relative
}

.promotion-list .content-mode-list .panel .one-line .content .info-bar>.d-flex .bar-flex-item.gift-type .promo-label:before {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 5px;
    left: -20px;
    transform: none;
    opacity: .9
}

.promotion-list .content-mode-list .panel .one-line .content .info-bar>.d-flex .bar-flex-item.gift-type .promo-label.amount:before {
    background-color: rgba(95,161,254,.9)
}

.promotion-list .content-mode-list .panel .one-line .content .info-bar>.d-flex .bar-flex-item.gift-type .promo-label.discount:before {
    background-color: rgba(254,77,77,.9)
}

.promotion-list .content-mode-list .panel .one-line .content .info-bar>.d-flex .bar-flex-item.gift-type .promo-label .txt {
    overflow: hidden;
    text-overflow: ellipsis
}

.promotion-list .content-mode-list .panel .one-line .content .info-bar>.d-flex .bar-flex-item.time {
    display: -ms-flexbox;
    display: flex
}

.promotion-list .content-mode-list .panel .one-line .content .info-bar>.d-flex .bar-flex-item.time .txt {
    gap: 4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.promotion-list .content-mode-list .panel .one-line .content .info-bar>.d-flex .bar-flex-item.price {
    width: 100%
}

.promotion-list .content-mode-list .panel .one-line .content .info-bar>.d-flex .bar-flex-item--code {
    width: 100%;
    margin: 0
}

.promotion-list .content-mode-list .panel .one-line .content .info-bar>.d-flex .bar-flex-item--code .promotion-item__code-wrapper {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.promotion-list .content-mode-list .panel .one-line .content .info-bar>.d-flex .bar-flex-item--code .promotion-item__code {
    position: relative;
    font-size: 14px;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer
}

.promotion-list .content-mode-list .panel .one-line .content .info-bar>.d-flex .bar-flex-item--code .promotion-item__code-field {
    position: absolute;
    top: -3px;
    left: 0;
    height: 1px;
    opacity: 0
}

.promotion-list .content-mode-list .panel.item-used {
    background: hsla(0,0%,97%,.7)
}

.promotion-list .content-mode-list .panel.item-used .one-line .content .info-bar>.d-flex .bar-flex-item--code {
    position: relative
}

.promotion-list .content-mode-list .panel.item-used .one-line .content .info-bar>.d-flex .bar-flex-item--code:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    cursor: not-allowed
}

.promotion-list .content-mode-list .panel.item-used .one-line .content .info-bar>.d-flex .bar-flex-item--code .promotion-item__code {
    text-decoration: line-through;
    opacity: .75
}

.promotion-print-card {
    width: 297mm;
    height: 209mm;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    border: none;
    background: none
}

.promotion-print-card .wrap-table-block {
    width: 100%;
    overflow: hidden;
    height: 209mm
}

.promotion-print-card .wrap-table-block .gift-bg {
    position: absolute;
    opacity: .48;
    z-index: -1;
    height: 380px
}

.promotion-print-card .wrap-table-block .gift-bg.gift-bg-t-l {
    top: -4mm;
    left: -4mm
}

.promotion-print-card .wrap-table-block .gift-bg.gift-bg-t-r {
    top: -4mm;
    right: -4mm
}

.promotion-print-card .wrap-table-block .gift-bg.gift-bg-b-l {
    bottom: -4mm;
    left: -4mm
}

.promotion-print-card .wrap-table-block .gift-bg.gift-bg-b-r {
    bottom: -4mm;
    right: -4mm
}

.promotion-print-card .tab {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: table;
    padding: 0;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    height: 209mm;
    border-collapse: separate;
    border-spacing: 4mm
}

.promotion-print-card .card-content {
    display: table-row;
    width: 100%;
    z-index: 100
}

.promotion-print-card .card-content .devider-line {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    margin-left: -1px;
    width: 1px;
    height: 100%;
    border-left: 2px dashed #ccc
}

.promotion-print-card .card-content .custom-font {
    font-family: Helvetica,Arial,Verdana,Caveat,cursive;
    line-height: 1.4;
    font-weight: 700;
    color: #ef395c!important
}

.promotion-print-card .card-content .hand-write-block {
    padding: 20px 30px;
    margin-top: 30px
}

.promotion-print-card .card-content .hand-write-block .hand-write--line {
    margin-bottom: 50px;
    border-bottom: 2px dashed #ccc;
    position: relative
}

.promotion-print-card .card-content .hand-write-block .hand-write--line:before {
    content: " ";
    position: absolute;
    width: 60px;
    height: 3px;
    bottom: -3px;
    left: 0;
    background: #fff!important
}

.promotion-print-card .card-content .hand-write-block .hand-write--line p {
    margin: 0
}

.promotion-print-card .card-content .hand-write-block .hand-write--line.hand-write--text {
    min-height: 160px;
    font-size: 14px!important;
    line-height: 1.4!important
}

.promotion-print-card .card-content .hand-write-block .hand-write--line.hand-write--text p {
    font-size: 14px!important;
    line-height: 1.4!important
}

.promotion-print-card .card-content .hand-write-block .hand-write--line:last-child {
    margin-bottom: 0
}

.promotion-print-card .card-content .hand-write-block .hand-write--line .black-text {
    font-size: 30px;
    text-transform: lowercase
}

.promotion-print-card .card-content .left-part,.promotion-print-card .card-content .right-part {
    display: table-cell;
    width: 50%;
    padding: 15px;
    border: 2px solid #ef395c;
    height: 197mm;
    position: relative;
    z-index: 100
}

.promotion-print-card .card-content .left-part .top-title {
    position: relative;
    z-index: 10;
    padding: 4px 20px;
    text-align: center;
    margin: 0
}

.promotion-print-card .card-content .left-part .top-title.title-gift-card {
    font-size: 33px;
    margin-top: -10px
}

.promotion-print-card .card-content .left-part .top-title.company-name {
    position: relative;
    z-index: 10;
    text-align: center;
    margin: 0;
    font-size: 26px
}

.promotion-print-card .card-content .left-part .name {
    margin: 15px 0 5px;
    font-size: 42px;
    line-height: 1.1;
    font-weight: bolder;
    text-transform: capitalize;
    padding: 0 20px;
    box-shadow: 0 0 0 #fff;
    border-radius: 20px;
    position: relative;
    z-index: 10
}

.promotion-print-card .card-content .right-part {
    padding-bottom: 320px
}

.promotion-print-card .card-content .right-part .block {
    margin-bottom: 20px;
    text-align: center
}

.promotion-print-card .card-content .right-part .block .gray-text {
    margin-top: -25px;
    font-size: 18px
}

.promotion-print-card .card-content .right-part .block .black-text {
    font-size: 25px;
    text-transform: lowercase;
    color: #333;
    font-weight: 700
}

.promotion-print-card .card-content .right-part .block .black-text.custom-font {
    font-family: Helvetica,Arial,Verdana,Caveat,cursive;
    font-size: 70px;
    line-height: 1.2
}

.promotion-print-card .card-content .right-part .block .code {
    font-weight: bolder;
    border-radius: 3px;
    display: inline-block;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 1px;
    padding: 20px 30px;
    background-color: #ffd258
}

.promotion-print-card .card-content .right-part .block .descr-for-code,.promotion-print-card .card-content .right-part .block .period {
    font-size: 16px
}

.promotion-print-card .card-content .right-part .block .descr-for-code {
    margin-top: 10px;
    margin-bottom: 50px
}

.promotion-print-card .card-content .right-part .block .descr-for-code p {
    font-size: 12px
}

.promotion-print-card .card-content .right-part .block .discount-type {
    font-weight: bolder;
    font-size: 30px;
    margin: 0 0 -15px;
    padding: 0;
    text-align: center
}

.promotion-print-card .card-content .right-part .block .discount-type.discount {
    color: #fd4c4c
}

.promotion-print-card .card-content .right-part .block .discount-type.amount {
    color: #5fa1fe
}

.promotion-print-card .card-content .right-part .code-block {
    margin-bottom: 50px
}

.promotion-print-card .card-content .right-part .discount-value-block {
    margin-bottom: 60px
}

.promotion-print-card .card-bottom {
    width: 100%;
    position: relative
}

.promotion-print-card .card-bottom .text {
    border-top: 3px dashed #ccc;
    padding-top: 35px
}

.promotion-print-card .clearfix {
    clear: both
}

.promotion-print-card .card-contacts {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 30px 30px
}

.promotion-print-card .card-contacts p:last-child {
    margin-bottom: 0
}

.promotion-print-card .card-contacts .company-card-view {
    text-align: center;
    position: relative;
    width: 85.6mm;
    height: 53.9mm;
    border: 2px dashed #ccc;
    border-radius: 10px;
    margin: 0 auto 40px;
    padding: 15px 90px 15px 15px
}

.promotion-print-card .card-contacts .company-card-view .card-view-content .cut {
    position: absolute;
    right: -34px;
    bottom: 6px;
    height: 48px;
    width: 33px
}

.promotion-print-card .card-contacts .company-card-view .card-view-content .bant {
    position: absolute;
    z-index: 2;
    top: 38px;
    height: 100px;
    width: 108px;
    right: 11px
}

.promotion-print-card .card-contacts .company-card-view .card-view-content .lines {
    content: " ";
    background: #d65b5b!important;
    position: absolute;
    display: block;
    z-index: 1
}

.promotion-print-card .card-contacts .company-card-view .card-view-content .lines-g {
    height: 10px;
    width: 100%;
    left: 0;
    top: 78px
}

.promotion-print-card .card-contacts .company-card-view .card-view-content .lines-v {
    width: 10px;
    height: 100%;
    right: 68px;
    top: 0
}

.promotion-print-card .card-contacts .company-card-view .card-view-content .discount-value-block {
    margin-bottom: 34px
}

.promotion-print-card .card-contacts .company-card-view .card-view-content .discount-value-block .black-text {
    font-size: 42px
}

.promotion-print-card .card-contacts .company-card-view .card-view-content .code {
    position: relative;
    font-weight: bolder;
    border-radius: 3px;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
    padding: 10px 15px;
    background-color: #ffd258;
    margin-bottom: 6px;
    z-index: 10
}

.promotion-print-card .card-contacts .company-card-view .card-view-content .period,.promotion-print-card .card-contacts .company-card-view .card-view-content p {
    font-size: 11px;
    line-height: 1.2;
    position: relative;
    z-index: 10;
    padding: 0;
    margin: 0
}

.promotion-print-card .card-contacts .company-card-view .card-view-content .expire-block {
    position: absolute;
    bottom: 6px;
    width: 100%;
    text-align: left;
    left: 0;
    padding: 0 15px
}

.promotion-print-card .card-contacts .company-card-view .card-view-content .expire-block .block,.promotion-print-card .card-contacts .company-card-view .card-view-content .expire-block .gray-text {
    text-align: left;
    margin: 0;
    padding: 0;
    color: #000!important
}

.promotion-print-card .card-contacts .company-card-view .card-view-content .expire-block .block p,.promotion-print-card .card-contacts .company-card-view .card-view-content .expire-block .gray-text p {
    text-align: left
}

.promotion-print-card .card-contacts .company-contact-data {
    margin-top: 15px;
    text-align: left
}

.promotion-print-card .card-contacts .company-contact-data p {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis
}

.promotion-print-card .card-contacts .company-contact-data p .ico {
    font-weight: 600;
    width: 22px;
    text-align: center;
    margin-right: 5px
}

.promotion-print-card.winter-letter {
    background: #fff
}

.promotion-print-card.winter-letter .card-content .left-part,.promotion-print-card.winter-letter .card-content .right-part {
    border: none!important
}

.promotion-print-card.winter-letter .card-content .devider-line {
    border-left: 1px dashed #237875!important
}

.promotion-print-card.winter-letter .wrap-table-block {
    background-image: url(/v2/themes/assets/img/promotion/winter-mode/snow.png);
    background-repeat: repeat;
    background-position: 0 0;
    background-size: 400px!important
}

.promotion-print-card.winter-letter .tab {
    background-color: transparent!important;
    background-image: url(/v2/themes/assets/img/promotion/winter-mode/forest.png)!important;
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: contain
}

.promotion-print-card.winter-letter .card-content .custom-font {
    color: #237875!important
}

.promotion-print-card.winter-letter .card-content .left-part .top-title.company-name {
    font-size: 33px;
    margin-top: -10px
}

.promotion-print-card.winter-letter .card-contacts .company-card-view {
    border: 2px dashed #237875;
    background-color: transparent!important;
    background-image: url(/v2/themes/assets/img/promotion/winter-mode/forest.png)!important;
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: contain
}

.promotion-print-card.winter-letter .card-content .hand-write-block .hand-write--line {
    border-bottom: none
}

.promotion-print-card.winter-letter .card-content .hand-write-block .hand-write--line:before {
    display: none
}

.promotion-print-card.winter-letter .card-content .hand-write-block .hand-write--line .wrap-border {
    padding: 5px;
    border-radius: 50px;
    background-color: hsla(0,0%,100%,.5)!important
}

.promotion-print-card.winter-letter .card-content .hand-write-block .hand-write--line .wrap-border .border {
    height: 1px;
    border-top: 1px dashed #237875!important
}

.promotion-print-card.winter-letter .card-content .hand-write-block .hand-write--line.hand-write--text {
    position: relative
}

.promotion-print-card.winter-letter .card-content .hand-write-block .hand-write--line.hand-write--text .wrap-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.promotion-print-card.winter-letter .card-contacts .company-card-view .card-view-content .expire-block {
    bottom: 6px;
    width: 96%;
    left: 0;
    right: 0;
    margin: 0 auto;
    line-height: 1;
    padding: 4px 10px 3px;
    border-radius: 4px;
    background-color: hsla(0,0%,100%,.8)!important;
    z-index: 10
}

.promotion-print-card.winter-letter .card-contacts .company-contact-data p {
    line-height: 1.1;
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    padding: 5px 10px;
    background-color: hsla(0,0%,100%,.5)!important;
    color: #0e3d3c!important
}

.promotion-print-card.winter-letter .card-contacts .company-contact-data p a,.promotion-print-card.winter-letter .card-contacts .company-contact-data p i {
    color: #0e3d3c!important
}

.promotion-print-card.birthday-letter .wrap-table-block {
    background-image: url(/v2/themes/assets/img/promotion/birthday-mode/birthday-bg-min.jpg)!important;
    background-repeat: repeat!important;
    background-position: 0 0!important;
    background-size: 700px!important
}

.promotion-print-card.birthday-letter .tab {
    background-color: transparent!important;
    background-image: url(/v2/themes/assets/img/promotion/birthday-mode/bottom.png)!important;
    background-repeat: no-repeat!important;
    background-position: 0 100%!important;
    background-size: contain!important
}

.promotion-print-card.birthday-letter .card-content .left-part,.promotion-print-card.birthday-letter .card-content .right-part {
    border: none!important;
    vertical-align: top
}

.promotion-print-card.birthday-letter .card-content .devider-line {
    border-left: 1px dashed #f9da73!important
}

.promotion-print-card.birthday-letter .card-content .hand-write-block .hand-write--line {
    border-bottom: none!important;
    margin-bottom: 20px
}

.promotion-print-card.birthday-letter .card-content .hand-write-block .hand-write--line .wrap-border .border {
    border-bottom: 1px dashed #f9da73!important
}

.promotion-print-card.birthday-letter .card-content .hand-write-block .hand-write--line:first-child .wrap-border {
    padding-left: 75px
}

.promotion-print-card.birthday-letter .card-content .hand-write-block .hand-write--line:nth-child(2) .wrap-border {
    padding-left: 50px
}

.promotion-print-card.birthday-letter .card-content .hand-write-block .hand-write--line:before {
    display: none!important
}

.promotion-print-card.birthday-letter .card-content .hand-write-block .hand-write--line.hand-write--text .wrap-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px
}

.promotion-print-card.birthday-letter .wrap-table-block .gift-bg {
    height: 110px;
    opacity: 1
}

.promotion-print-card.birthday-letter .card-content .custom-font {
    font-family: Helvetica,Arial,Verdana,Pacifico,cursive;
    line-height: 1.55;
    font-weight: 400;
    color: #d83f9f!important
}

.promotion-print-card.birthday-letter .card-content .right-part .block .black-text.custom-font {
    font-family: Helvetica,Arial,Verdana,Pacifico,cursive;
    font-weight: 500!important
}

.promotion-print-card.birthday-letter .card-content .left-part .top-title.title-gift-card {
    font-size: 30px;
    margin-top: 10px;
    font-weight: 400!important
}

.promotion-print-card.birthday-letter .card-content .left-part .name {
    line-height: 1.35;
    font-weight: 400!important;
    margin-top: 15px;
    padding: 0;
    font-size: 26px!important
}

.promotion-print-card.birthday-letter .card-content .right-part .discount-value-block {
    margin-bottom: 40px;
    margin-top: 40px
}

.promotion-print-card.birthday-letter .card-content .right-part .block .black-text.custom-font {
    line-height: 1
}

.promotion-print-card.birthday-letter .card-content .right-part .code-block {
    margin-bottom: 30px
}

.promotion-print-card.birthday-letter .card-contacts .company-card-view {
    border: 1px dashed #f9da73!important;
    background-color: #fff!important;
    background-image: url(/v2/themes/assets/img/promotion/birthday-mode/bottom.png)!important;
    background-repeat: no-repeat!important;
    background-position: 0 100%!important;
    background-size: contain!important
}

.promotion-print-card.birthday-letter .card-contacts .company-card-view .card-view-content .discount-value-block {
    margin-bottom: 42px;
    margin-top: 0
}

.promotion-print-card.birthday-letter .card-contacts .company-card-view .card-view-content .descr-for-code {
    padding: 6px 8px;
    line-height: 1;
    font-family: sans-serif;
    background: hsla(0,0%,100%,.8)!important
}

.promotion-print-card.birthday-letter .card-contacts .company-card-view .card-view-content .expire-block {
    background: hsla(0,0%,100%,.8)!important
}

.promotion-print-card.birthday-letter .card-contacts .company-card-view .card-view-content .lines {
    background: #d83f9f!important
}

.promotion-print-card.birthday-letter .card-contacts .company-card-view .card-view-content .code {
    margin-bottom: 0
}

.promotion-print-card.birthday-letter .card-contacts .company-contact-data p {
    background: hsla(0,0%,100%,.8)!important;
    padding: 4px 8px;
    line-height: 1;
    font-family: sans-serif;
    font-size: 13px;
    border-radius: 1px;
    color: #000!important;
    font-weight: 300!important;
    margin-bottom: 6px
}

.promotion-print-card.birthday-letter .card-contacts .company-contact-data p a {
    color: #000!important
}

.promotion-print-card.vovason-letter .wrap-table-block .gift-bg {
    opacity: 1;
    height: 440px
}

.promotion-print-card.vovason-letter .wrap-table-block .gift-bg.gift-bg-t-r {
    height: 360px
}

.promotion-print-card.vovason-letter .wrap-table-block .gift-bg.gift-bg-b-r {
    height: 400px;
    right: 0;
    bottom: 4mm
}

.promotion-print-card.vovason-letter .card-content .devider-line {
    border-left: 1px dotted #ccc!important
}

.promotion-print-card.vovason-letter .card-content .left-part,.promotion-print-card.vovason-letter .card-content .right-part {
    border: none!important;
    vertical-align: top
}

.promotion-print-card.vovason-letter .card-content .right-part {
    vertical-align: middle;
    padding-bottom: 0
}

.promotion-print-card.vovason-letter .card-content .right-part .discount-value-block {
    margin-bottom: 20px
}

.promotion-print-card.vovason-letter .card-content .custom-font {
    font-family: Helvetica,Arial,Verdana,Mali,cursive;
    line-height: 1.3;
    font-weight: 400;
    color: #fd466b!important
}

.promotion-print-card.vovason-letter .card-content .left-part .name {
    font-weight: 600!important;
    font-size: 28px;
    padding: 0
}

.promotion-print-card.vovason-letter .card-content .left-part .top-title.title-gift-card {
    font-size: 30px;
    margin-top: -5px;
    font-weight: 300
}

.promotion-print-card.vovason-letter .card-content .right-part .block .black-text.custom-font {
    font-family: Helvetica,Arial,Verdana,Mali,cursive;
    line-height: 1;
    font-style: normal;
    font-weight: 500!important
}

.promotion-print-card.vovason-letter .card-content .hand-write-block .hand-write--line {
    border-bottom: none!important;
    margin-bottom: 20px
}

.promotion-print-card.vovason-letter .card-content .hand-write-block .hand-write--line .wrap-border .border {
    border-bottom: 2px solid #a8e279
}

.promotion-print-card.vovason-letter .card-content .hand-write-block .hand-write--line:first-child .wrap-border,.promotion-print-card.vovason-letter .card-content .hand-write-block .hand-write--line:nth-child(2) .wrap-border {
    padding-left: 115px
}

.promotion-print-card.vovason-letter .card-content .hand-write-block .hand-write--line:before {
    display: none!important
}

.promotion-print-card.vovason-letter .card-content .hand-write-block .hand-write--line.hand-write--text {
    display: none
}

.promotion-print-card.vovason-letter .card-content .hand-write-block .hand-write--line .black-text {
    display: block;
    width: 100px;
    text-align: right;
    font-weight: 500!important;
    font-size: 26px
}

.promotion-print-card.vovason-letter .card-content .hand-write-block .hand-write--line:before {
    width: 115px
}

.promotion-print-card.vovason-letter .card-contacts .company-card-view {
    display: none!important
}

.promotion-print-card.vovason-letter .card-content .right-part .code-block {
    margin-bottom: 0
}

.promotion-print-card.vovason-letter .card-content .right-part .block .descr-for-code {
    margin-bottom: 15px
}

.promotion-print-card.vovason-letter .card-content .right-part .block .descr-for-code p,.promotion-print-card.vovason-letter .card-content .right-part .block .period p {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 2px;
    background: hsla(0,0%,100%,.8)!important
}

.promotion-print-card.vovason-letter .card-contacts .company-contact-data p {
    line-height: 1;
    padding: 6px 0;
    font-family: sans-serif;
    font-size: 13px;
    border-radius: 1px;
    color: #000!important;
    font-weight: 300;
    margin-bottom: 5px
}

.promotion-print-card.vovason-letter .card-contacts .company-contact-data p a {
    color: #000!important
}

.promotion-print-card.zebra-letter {
    width: 148mm;
    height: 209mm
}

.promotion-print-card.zebra-letter .wrap-table-block {
    background-image: url(/v2/themes/assets/img/promotion/zebra-mode/zebra.jpg)!important;
    background-repeat: repeat!important;
    background-position: 0 0!important;
    background-size: cover!important
}

.promotion-print-card.zebra-letter .tab {
    background: transparent!important;
    border-spacing: 10mm
}

.promotion-print-card.zebra-letter .card-content .left-part,.promotion-print-card.zebra-letter .card-content .right-part {
    width: 100%;
    padding: 0;
    border: none!important;
    height: 189mm;
    padding-bottom: 130px
}

.promotion-print-card.zebra-letter .card-content .custom-font {
    font-family: Helvetica,Arial,Verdana,Questrial,sans-serif;
    line-height: 1.4;
    font-weight: 100;
    color: #000!important
}

.promotion-print-card.zebra-letter .card-content .left-part .name {
    border-radius: 0;
    margin: 0;
    padding: 10px;
    line-height: 1.2;
    font-size: 26px;
    font-weight: 500!important;
    display: block;
    background: #fff!important;
    margin-bottom: 60px
}

.promotion-print-card.zebra-letter .card-content .left-part .top-title.title-gift-card {
    padding: 15px 0 0;
    margin: 0;
    font-size: 36px;
    font-weight: 500!important;
    text-transform: uppercase
}

.promotion-print-card.zebra-letter .card-content .left-part .top-title.company-name {
    padding: 10px 0 0;
    margin: 0;
    font-size: 26px;
    font-weight: 500!important
}

.promotion-print-card.zebra-letter .white-block {
    background: #fff!important
}

.promotion-print-card.zebra-letter .white-block.top-white-block {
    padding-bottom: 30px
}

.promotion-print-card.zebra-letter .card-content .hand-write-block {
    padding: 0 80px 0 20px;
    margin-top: 10px;
    margin-bottom: 30px
}

.promotion-print-card.zebra-letter .discount-value-block {
    font-size: 50px;
    font-weight: 400!important;
    text-align: center
}

.promotion-print-card.zebra-letter .code-block {
    text-align: center
}

.promotion-print-card.zebra-letter .code-block .code {
    display: inline-block;
    padding: 10px 20px;
    background: #000!important;
    color: #fff!important;
    font-weight: 600!important;
    font-size: 28px;
    margin-bottom: 10px
}

.promotion-print-card.zebra-letter .card-content .hand-write-block .hand-write--line {
    border-bottom: none!important;
    margin-bottom: 10px
}

.promotion-print-card.zebra-letter .card-content .hand-write-block .hand-write--line .wrap-border .border {
    border-bottom: 1px solid #000
}

.promotion-print-card.zebra-letter .card-content .hand-write-block .hand-write--line:first-child .wrap-border,.promotion-print-card.zebra-letter .card-content .hand-write-block .hand-write--line:nth-child(2) .wrap-border {
    padding-left: 115px
}

.promotion-print-card.zebra-letter .card-content .hand-write-block .hand-write--line:before {
    display: none!important
}

.promotion-print-card.zebra-letter .card-content .hand-write-block .hand-write--line .black-text {
    display: block;
    width: 100px;
    text-align: right;
    font-weight: 500!important;
    font-size: 26px
}

.promotion-print-card.zebra-letter .card-content .hand-write-block .hand-write--line.hand-write--text {
    display: none
}

.promotion-print-card.zebra-letter .descr-for-code,.promotion-print-card.zebra-letter .gray-text,.promotion-print-card.zebra-letter .period {
    margin: 0;
    text-align: center;
    line-height: 1.2;
    font-size: 13px;
    padding: 0 20px
}

.promotion-print-card.zebra-letter .card-contacts {
    padding: 20px
}

.promotion-print-card.zebra-letter .card-contacts .company-contact-data {
    margin-top: 0;
    text-align: left
}

.promotion-print-card.zebra-letter .card-contacts .company-contact-data a,.promotion-print-card.zebra-letter .card-contacts .company-contact-data p {
    font-size: 13px;
    color: #000!important;
    line-height: 1.2!important
}

.promotion-print-card.zebra-letter .card-contacts .company-contact-data p {
    margin-bottom: 6px
}

.promotion-print-card.classic-letter {
    font-family: Helvetica,Arial,Verdana,Questrial,sans-serif
}

.promotion-print-card.classic-letter .tab {
    border-spacing: 0
}

.promotion-print-card.classic-letter .card-content .left-part,.promotion-print-card.classic-letter .card-content .right-part {
    border: none
}

.promotion-print-card.classic-letter .card-content .left-part {
    background: #fff!important;
    padding-bottom: 130px
}

.promotion-print-card.classic-letter .card-content .right-part {
    background: #253246!important;
    vertical-align: middle!important;
    padding-bottom: 15px
}

.promotion-print-card.classic-letter .card-content .right-part .custom-font {
    color: #fff!important;
    text-align: center
}

.promotion-print-card.classic-letter .card-content .devider-line {
    display: none!important
}

.promotion-print-card.classic-letter .card-content .custom-font {
    font-family: Helvetica,Arial,Verdana,Questrial,sans-serif;
    line-height: 1.4;
    font-weight: 300!important;
    color: #253246!important
}

.promotion-print-card.classic-letter .block {
    text-align: center
}

.promotion-print-card.classic-letter .left-part .middle-part {
    position: relative;
    margin-top: 30px;
    font-family: Helvetica,Arial,Verdana,Questrial,sans-serif
}

.promotion-print-card.classic-letter .left-part .middle-part .block.udder-value {
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    text-align: center
}

.promotion-print-card.classic-letter .left-part .middle-part .block.udder-value b {
    font-weight: 400
}

.promotion-print-card.classic-letter .card-content .middle-part .discount-value-block .custom-font {
    font-size: 42px;
    font-weight: bolder!important;
    line-height: 1;
    margin-bottom: 50px
}

.promotion-print-card.classic-letter .code {
    font-family: Helvetica,Arial,Verdana,Questrial,sans-serif;
    line-height: 1;
    font-weight: 600!important;
    color: #fff!important;
    background: #253246!important;
    padding: 12px 20px;
    border-radius: 3px;
    display: inline-block;
    max-width: 380px;
    margin: 0 auto 25px;
    font-size: 34px;
    text-align: center;
    white-space: normal;
    word-break: break-all
}

.promotion-print-card.classic-letter .card-content .left-part .name {
    margin: 40px 0 15px;
    font-size: 33px;
    line-height: 1.1;
    font-weight: 600!important;
    text-transform: inherit;
    letter-spacing: .6px;
    text-shadow: none
}

.promotion-print-card.classic-letter .card-content .left-part .title-gift-card {
    font-size: 26px;
    line-height: 1.1;
    font-weight: 600!important;
    text-transform: inherit;
    letter-spacing: .6px;
    text-shadow: none
}

.promotion-print-card.classic-letter .card-content .hand-write-block {
    padding: 0 30px;
    max-width: 410px;
    margin: 70px auto
}

.promotion-print-card.classic-letter .card-content .hand-write-block .hand-write--line {
    margin-bottom: 20px;
    border-bottom: 1px solid #253246;
    font-size: 26px
}

.promotion-print-card.classic-letter .card-content .hand-write-block .hand-write--line .black-text {
    font-size: 26px;
    text-transform: capitalize;
    display: inline-block;
    min-width: 74px;
    text-align: right
}

.promotion-print-card.classic-letter .card-content .hand-write-block .hand-write--line:before {
    width: 90px
}

.promotion-print-card.classic-letter .company-contact-data {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    font-family: Helvetica,Arial,Verdana,Questrial,sans-serif
}

.promotion-print-card.classic-letter .company-contact-data p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    font-family: Helvetica,Arial,Verdana,Questrial,sans-serif
}

.promotion-print-card.classic-letter .company-contact-data p a {
    font-weight: 400
}

.promotion-print-card.classic-letter .company-contact-data p .ico {
    display: inline-block;
    width: 30px;
    text-align: center;
    font-weight: 600
}

.promotion-print-card.classic-letter .company-contact-data .ico,.promotion-print-card.classic-letter .company-contact-data a,.promotion-print-card.classic-letter .company-contact-data p {
    color: #253246!important
}

.promotion-print-card.classic-letter .right-part .top-title {
    padding: 0;
    margin: 0 0 -20px
}

.promotion-print-card.classic-letter .right-part .img {
    text-align: center
}

.promotion-print-card.classic-letter .right-part .img img {
    display: inline-block
}

.promotion-print-card.classic-letter .right-part .img1 img {
    width: 260px;
    height: 220px
}

.promotion-print-card.classic-letter .right-part .img2 {
    margin-top: -10px
}

.promotion-print-card.classic-letter .right-part .img2 img {
    height: 28px;
    width: 180px
}

.promotion-print-card.beauty-letter p {
    padding: 0;
    margin: 0
}

.promotion-print-card.beauty-letter .card-content .left-part,.promotion-print-card.beauty-letter .card-content .right-part {
    border: none
}

.promotion-print-card.beauty-letter .card-content .devider-line {
    display: none;
    border: none
}

.promotion-print-card.beauty-letter .card-content .hand-write-block .hand-write--line {
    border-bottom: 2px solid #3a3134!important
}

.promotion-print-card.beauty-letter .block {
    text-align: center
}

.promotion-print-card.beauty-letter .company-contact-data {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 101%;
    height: auto;
    padding: 20px 25px;
    font-size: 14px!important;
    line-height: 1!important;
    background: #f3e2e2!important
}

.promotion-print-card.beauty-letter .company-contact-data p {
    display: inline!important;
    font-size: 14px!important;
    font-weight: 500!important;
    line-height: 1.5!important;
    color: #253246!important;
    padding: 0 4px;
    margin: 2px 0;
    border-left: 1px solid #253246!important
}

.promotion-print-card.beauty-letter .company-contact-data p:first-child {
    border: none!important
}

.promotion-print-card.beauty-letter .company-contact-data p i {
    display: none!important
}

.promotion-print-card.beauty-letter .company-contact-data p a {
    color: #253246!important
}

.promotion-print-card.beauty-letter .tab {
    border-spacing: 0
}

.promotion-print-card.beauty-letter .tab .table-row {
    text-align: center
}

.promotion-print-card.beauty-letter .tab .table-row .custom-font {
    font-family: Noto Sans,Mulish,Arial,Verdana,sans-serif;
    line-height: 1.4;
    font-weight: 300!important;
    color: #dfb1b2!important
}

.promotion-print-card.beauty-letter .tab .table-cell-item.left-part {
    padding: 20px 0 120px
}

.promotion-print-card.beauty-letter .tab .table-cell-item.left-part .img-top {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0
}

.promotion-print-card.beauty-letter .tab .table-cell-item.left-part .img-top img {
    display: inline-block;
    width: 126px;
    height: 72px;
    margin: 0 auto
}

.promotion-print-card.beauty-letter .tab .table-cell-item.left-part .hand-write-block {
    text-align: left;
    margin-top: 15px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto
}

.promotion-print-card.beauty-letter .tab .table-cell-item.left-part .hand-write-block .hand-write--line:before {
    width: 70px;
    height: 8px;
    bottom: -4px;
    left: 0;
    background: #fff!important
}

.promotion-print-card.beauty-letter .tab .table-cell-item.left-part .hand-write-block .hand-write--line p {
    display: inline-block;
    width: auto;
    min-width: 60px;
    text-align: right
}

.promotion-print-card.beauty-letter .tab .table-cell-item.left-part .discount-value-block {
    line-height: 1!important;
    padding-top: 30px;
    margin-bottom: 20px
}

.promotion-print-card.beauty-letter .tab .table-cell-item.left-part .discount-value-block .custom-font {
    font-size: 68px;
    font-weight: 700!important;
    line-height: 1!important
}

.promotion-print-card.beauty-letter .tab .table-cell-item.left-part .code-block {
    text-align: center
}

.promotion-print-card.beauty-letter .tab .table-cell-item.left-part .code-block .code {
    display: inline-block;
    min-width: 300px;
    margin: 12px auto;
    padding: 15px 25px;
    line-height: 1!important;
    font-size: 30px;
    font-weight: 500!important;
    color: #fff!important;
    background: #3a3134!important
}

.promotion-print-card.beauty-letter .tab .table-cell-item.left-part .descr-for-code {
    margin-bottom: 20px
}

.promotion-print-card.beauty-letter .tab .table-cell-item.left-part .name {
    margin: 0 0 5px;
    font-size: 26px;
    font-weight: 500!important;
    line-height: 1.1!important
}

.promotion-print-card.beauty-letter .tab .table-cell-item.left-part .top-title.title-gift-card {
    font-size: 20px;
    margin-top: -10px
}

.promotion-print-card.beauty-letter .tab .table-cell-item.right-part {
    padding: 0;
    position: relative;
    text-align: center;
    -webkit-print-color-adjust: exact;
    background-color: #f3e2e2!important;
    background-repeat: repeat!important;
    background-position: left -6px top -2px!important;
    background-size: 580px!important;
    overflow: hidden
}

.promotion-print-card.beauty-letter .tab .table-cell-item.right-part .top-title {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    bottom: 30px;
    color: #253246!important;
    text-align: center;
    padding: 0 20px;
    font-weight: 500!important;
    font-size: 24px;
    z-index: 5
}

.promotion-print-card.beauty-letter .tab .table-cell-item.right-part .beauty-bg {
    position: absolute;
    top: -2px;
    left: -10px;
    width: 580px;
    min-width: 580px;
    z-index: 1
}

.promotion-print-card.beauty-letter .tab .table-cell-item.right-part .beauty-logo {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -150px;
    width: 308px;
    height: 300px;
    z-index: 5
}

.promotion-print-card.christmas-letter p {
    padding: 0;
    margin: 0
}

.promotion-print-card.christmas-letter .card-content .left-part,.promotion-print-card.christmas-letter .card-content .right-part {
    border: none
}

.promotion-print-card.christmas-letter .card-content .devider-line {
    display: none;
    border: none
}

.promotion-print-card.christmas-letter .card-content .hand-write-block .hand-write--line {
    border-bottom: 2px solid #13131d!important
}

.promotion-print-card.christmas-letter .block {
    text-align: center
}

.promotion-print-card.christmas-letter .company-contact-data {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 20px 25px;
    font-size: 14px!important;
    line-height: 1!important;
    background: transparent!important
}

.promotion-print-card.christmas-letter .company-contact-data p {
    display: inline!important;
    font-size: 14px!important;
    font-weight: 500!important;
    line-height: 1.5!important;
    color: #13131d!important;
    padding: 0 4px;
    margin: 2px 0;
    border-left: 1px solid #13131d!important
}

.promotion-print-card.christmas-letter .company-contact-data p:first-child {
    border: none!important
}

.promotion-print-card.christmas-letter .company-contact-data p i {
    display: none!important
}

.promotion-print-card.christmas-letter .company-contact-data p a {
    color: #13131d!important
}

.promotion-print-card.christmas-letter .tab .table-row {
    text-align: center
}

.promotion-print-card.christmas-letter .tab .table-row .custom-font {
    font-family: Noto Sans,Mulish,Arial,Verdana,sans-serif;
    line-height: 1.4;
    font-weight: 400!important;
    color: #13131d!important
}

.promotion-print-card.christmas-letter .tab .table-cell-item.left-part {
    padding-bottom: 120px
}

.promotion-print-card.christmas-letter .tab .table-cell-item.left-part .img-top {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0
}

.promotion-print-card.christmas-letter .tab .table-cell-item.left-part .img-top img {
    display: inline-block;
    width: 289px;
    height: 75px;
    margin: 0 auto
}

.promotion-print-card.christmas-letter .tab .table-cell-item.left-part .hand-write-block {
    text-align: left;
    margin-top: 15px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto
}

.promotion-print-card.christmas-letter .tab .table-cell-item.left-part .hand-write-block .hand-write--line .custom-font {
    color: #ec9a3f!important
}

.promotion-print-card.christmas-letter .tab .table-cell-item.left-part .hand-write-block .hand-write--line:before {
    height: 8px;
    bottom: -4px;
    left: 0;
    background: #fff!important;
    width: 70px
}

.promotion-print-card.christmas-letter .tab .table-cell-item.left-part .hand-write-block .hand-write--line p {
    display: inline-block;
    width: auto;
    min-width: 60px;
    text-align: right
}

.promotion-print-card.christmas-letter .tab .table-cell-item.left-part .discount-value-block {
    line-height: 1!important;
    padding-top: 10px;
    padding-bottom: 16px;
    margin-bottom: 15px;
    -webkit-print-color-adjust: exact;
    background-color: transparent!important;
    background-image: url(/v2/themes/assets/img/promotion/christmas-mode/points.png)!important;
    background-repeat: repeat!important;
    background-position: 0 0!important;
    background-size: 90%!important
}

.promotion-print-card.christmas-letter .tab .table-cell-item.left-part .discount-value-block .custom-font {
    color: #fff!important;
    padding-top: 64px;
    text-shadow: 0 0 2px #000;
    height: 170px;
    font-size: 34px;
    font-weight: 700!important;
    line-height: 1!important;
    -webkit-print-color-adjust: exact;
    background-color: transparent!important;
    background-image: url(/v2/themes/assets/img/promotion/christmas-mode/chrismas3.png)!important;
    background-repeat: no-repeat!important;
    background-position: 50%!important;
    background-size: contain!important
}

.promotion-print-card.christmas-letter .tab .table-cell-item.left-part .code-block {
    text-align: center
}

.promotion-print-card.christmas-letter .tab .table-cell-item.left-part .code-block .code {
    display: inline-block;
    min-width: 300px;
    margin: 10px auto;
    padding: 16px 30px;
    line-height: 1!important;
    font-size: 30px;
    font-weight: 500!important;
    color: #fff!important;
    background: #ec9a41!important
}

.promotion-print-card.christmas-letter .tab .table-cell-item.left-part .descr-for-code {
    margin-bottom: 20px
}

.promotion-print-card.christmas-letter .tab .table-cell-item.left-part .name {
    margin: 0 0 5px;
    font-size: 26px;
    font-weight: 500!important;
    line-height: 1.1!important
}

.promotion-print-card.christmas-letter .tab .table-cell-item.left-part .top-title.title-gift-card {
    font-size: 20px;
    margin-top: -10px
}

.promotion-print-card.christmas-letter .tab .table-cell-item.right-part {
    position: relative;
    text-align: center;
    -webkit-print-color-adjust: exact;
    background-color: none!important
}

.promotion-print-card.christmas-letter .tab .table-cell-item.right-part .top-title {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    bottom: 50px;
    color: #13131d!important;
    text-align: center;
    padding: 0 20px;
    font-weight: 500!important;
    font-size: 32px
}

.promotion-print-card.christmas-letter .tab .table-cell-item.right-part .beauty-logo {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -174px;
    width: 360px;
    height: 348px
}

.promotion-print-card.universal-letter p {
    padding: 0;
    margin: 0
}

.promotion-print-card.universal-letter .card-content .left-part,.promotion-print-card.universal-letter .card-content .right-part {
    border: none
}

.promotion-print-card.universal-letter .card-content .devider-line {
    display: none;
    border: none
}

.promotion-print-card.universal-letter .card-content .hand-write-block {
    margin-top: 20px
}

.promotion-print-card.universal-letter .card-content .hand-write-block .hand-write--line {
    margin-bottom: 10px;
    border-bottom: 2px solid #253246!important
}

.promotion-print-card.universal-letter .block {
    text-align: center
}

.promotion-print-card.universal-letter .company-contact-data {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 20px 25px;
    font-size: 14px!important;
    line-height: 1!important
}

.promotion-print-card.universal-letter .company-contact-data p {
    display: inline!important;
    font-size: 14px!important;
    font-weight: 500!important;
    line-height: 1.5!important;
    color: #253246!important;
    padding: 0 4px;
    margin: 2px 0;
    border-left: 1px solid #253246!important
}

.promotion-print-card.universal-letter .company-contact-data p:first-child {
    border: none!important
}

.promotion-print-card.universal-letter .company-contact-data p i {
    display: none!important
}

.promotion-print-card.universal-letter .company-contact-data p a {
    color: #253246!important
}

.promotion-print-card.universal-letter .tab {
    border-spacing: 0
}

.promotion-print-card.universal-letter .tab .table-row {
    text-align: center
}

.promotion-print-card.universal-letter .tab .table-row .custom-font {
    font-family: Noto Sans,Mulish,Arial,Verdana,sans-serif;
    line-height: 1.4;
    font-weight: 300!important;
    color: #000!important
}

.promotion-print-card.universal-letter .tab .table-cell-item.left-part {
    vertical-align: top;
    padding: 30px 0 120px;
    background: #f1f5fc!important
}

.promotion-print-card.universal-letter .tab .table-cell-item.left-part .name {
    margin: 0!important;
    font-size: 20px!important;
    font-weight: 600!important;
    color: #8ec5d4!important
}

.promotion-print-card.universal-letter .tab .table-cell-item.left-part .hand-write-block {
    text-align: left;
    margin-top: 15px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto
}

.promotion-print-card.universal-letter .tab .table-cell-item.left-part .hand-write-block .hand-write--line:before {
    width: 70px;
    height: 8px;
    bottom: -4px;
    left: 0;
    background: #f1f5fc!important
}

.promotion-print-card.universal-letter .tab .table-cell-item.left-part .hand-write-block .hand-write--line p {
    display: inline-block;
    width: auto;
    min-width: 64px;
    text-align: right
}

.promotion-print-card.universal-letter .tab .table-cell-item.left-part .discount-value-block {
    position: relative;
    line-height: 1!important;
    padding-top: 65px;
    margin-bottom: 30px
}

.promotion-print-card.universal-letter .tab .table-cell-item.left-part .discount-value-block:after,.promotion-print-card.universal-letter .tab .table-cell-item.left-part .discount-value-block:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: auto;
    left: 30%;
    margin: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #fff!important;
    z-index: 1
}

.promotion-print-card.universal-letter .tab .table-cell-item.left-part .discount-value-block:after {
    top: 34px;
    right: 32%;
    left: auto;
    width: 50px;
    height: 50px
}

.promotion-print-card.universal-letter .tab .table-cell-item.left-part .discount-value-block .custom-font {
    position: relative;
    font-size: 70px;
    font-weight: 700!important;
    line-height: 1!important;
    color: #8cc5d3!important;
    z-index: 10
}

.promotion-print-card.universal-letter .tab .table-cell-item.left-part .code-block {
    text-align: center
}

.promotion-print-card.universal-letter .tab .table-cell-item.left-part .code-block .code {
    display: inline-block;
    width: 100%;
    margin: 14px auto;
    padding: 15px 25px;
    line-height: 1!important;
    font-size: 30px;
    font-weight: 500!important;
    color: #fff!important;
    background: #8ec5d4!important
}

.promotion-print-card.universal-letter .tab .table-cell-item.left-part .descr-for-code {
    margin-bottom: 20px
}

.promotion-print-card.universal-letter .tab .table-cell-item.left-part .name {
    margin: 0 0 5px;
    font-size: 26px;
    font-weight: 500!important;
    line-height: 1.1!important
}

.promotion-print-card.universal-letter .tab .table-cell-item.left-part .top-title.title-gift-card {
    font-size: 20px;
    margin-top: -10px
}

.promotion-print-card.universal-letter .tab .table-cell-item.right-part {
    position: relative;
    text-align: center
}

.promotion-print-card.universal-letter .tab .table-cell-item.right-part .top-title {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    bottom: 30px;
    color: #253246!important;
    text-align: center;
    padding: 0 20px;
    font-weight: 400!important;
    font-size: 20px
}

.promotion-print-card.universal-letter .tab .table-cell-item.right-part .mint-logo {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -136px;
    width: 341px;
    height: 272px
}

.promotion-print-card.black-letter p {
    padding: 0;
    margin: 0
}

.promotion-print-card.black-letter .card-content .left-part,.promotion-print-card.black-letter .card-content .right-part {
    border: none
}

.promotion-print-card.black-letter .card-content .devider-line {
    display: none;
    border: none
}

.promotion-print-card.black-letter .card-content .hand-write-block {
    margin-top: 20px
}

.promotion-print-card.black-letter .card-content .hand-write-block .hand-write--line {
    margin-bottom: 10px;
    border-bottom: 2px solid #000!important
}

.promotion-print-card.black-letter .block {
    text-align: center
}

.promotion-print-card.black-letter .company-contact-data {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 20px 25px;
    font-size: 14px!important;
    line-height: 1!important
}

.promotion-print-card.black-letter .company-contact-data p {
    display: inline-block!important;
    font-size: 14px!important;
    font-weight: 500!important;
    line-height: 1.5!important;
    color: #000!important;
    padding: 0 4px;
    margin: 0;
    border-left: 1px solid #000!important
}

.promotion-print-card.black-letter .company-contact-data p:first-child {
    border: none!important
}

.promotion-print-card.black-letter .company-contact-data p i {
    display: none!important
}

.promotion-print-card.black-letter .company-contact-data p a {
    color: #000!important
}

.promotion-print-card.black-letter .tab {
    border-spacing: 0
}

.promotion-print-card.black-letter .tab .table-row {
    text-align: center
}

.promotion-print-card.black-letter .tab .table-row .custom-font {
    font-family: Noto Sans,Mulish,Arial,Verdana,sans-serif;
    line-height: 1.4;
    font-weight: 300!important;
    color: #000!important
}

.promotion-print-card.black-letter .tab .table-cell-item.left-part {
    vertical-align: top;
    padding: 30px 0 120px
}

.promotion-print-card.black-letter .tab .table-cell-item.left-part .name {
    margin: 0!important;
    font-size: 22px!important;
    font-weight: 600!important;
    color: #000!important
}

.promotion-print-card.black-letter .tab .table-cell-item.left-part .hand-write-block {
    text-align: left;
    margin-top: 15px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto
}

.promotion-print-card.black-letter .tab .table-cell-item.left-part .hand-write-block .hand-write--line:before {
    width: 70px;
    height: 8px;
    bottom: -4px;
    left: 0;
    background: #fff!important
}

.promotion-print-card.black-letter .tab .table-cell-item.left-part .hand-write-block .hand-write--line p {
    display: inline-block;
    width: auto;
    min-width: 64px;
    text-align: right
}

.promotion-print-card.black-letter .tab .table-cell-item.left-part .discount-value-block {
    position: relative;
    line-height: 1!important;
    padding-top: 20px;
    margin-bottom: 20px
}

.promotion-print-card.black-letter .tab .table-cell-item.left-part .discount-value-block .custom-font {
    padding: 58px 0;
    font-size: 38px;
    font-weight: 700!important;
    line-height: 1!important;
    color: #fff!important;
    -webkit-print-color-adjust: exact;
    background-color: #fff!important;
    background-image: url(/v2/themes/assets/img/promotion/black-module/black--price.png)!important;
    background-position: 50%!important;
    background-repeat: no-repeat!important;
    background-size: 330px!important
}

.promotion-print-card.black-letter .tab .table-cell-item.left-part .code-block {
    text-align: center
}

.promotion-print-card.black-letter .tab .table-cell-item.left-part .code-block .code {
    display: inline-block;
    width: 100%;
    margin: 14px auto;
    padding: 15px 25px;
    line-height: 1!important;
    font-size: 30px;
    font-weight: 500!important;
    color: #fff!important;
    background: #000!important
}

.promotion-print-card.black-letter .tab .table-cell-item.left-part .descr-for-code {
    margin-bottom: 20px
}

.promotion-print-card.black-letter .tab .table-cell-item.left-part .name {
    margin: 0 0 5px;
    font-size: 26px;
    font-weight: 500!important;
    line-height: 1.1!important
}

.promotion-print-card.black-letter .tab .table-cell-item.left-part .top-title.title-gift-card {
    font-size: 20px;
    margin-top: -10px
}

.promotion-print-card.black-letter .tab .table-cell-item.right-part {
    position: relative;
    text-align: center
}

.promotion-print-card.black-letter .tab .table-cell-item.right-part .top-title {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    bottom: 40px;
    color: #000!important;
    text-align: center;
    padding: 0 20px;
    font-weight: 400!important;
    font-size: 20px
}

.promotion-print-card.black-letter .tab .table-cell-item.right-part .black-logo {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -135px;
    width: 285px;
    height: 271px
}

@media print {
    body,html {
        background-color: #fff!important
    }

    body,html body {
        -webkit-print-color-adjust: exact;
        padding: 0!important;
        margin: 0!important
    }

    body .tab,html body .tab {
        background-color: none!important
    }

    .promotion-print-card {
        width: 100%!important;
        height: 209mm!important;
        margin: 0!important;
        padding: 0!important
    }

    .promotion-print-card.zebra-letter {
        width: 148mm!important
    }

    #preloader {
        display: none
    }

    promotion-print-card .card-content .right-part .block .discount-type.discount {
        -webkit-print-color-adjust: exact;
        color: #fd4c4c!important
    }

    .promotion-print-card .card-contacts .company-card-view .card-view-content .code,.promotion-print-card .card-content .right-part .block .code {
        -webkit-print-color-adjust: exact;
        background-color: #ffd258!important
    }

    .promotion-print-card .card-content .custom-font {
        -webkit-print-color-adjust: exact;
        color: #ef395c!important
    }

    .promotion-print-card .card-content .left-part,.promotion-print-card .card-content .right-part {
        -webkit-print-color-adjust: exact;
        border: 2px solid #ef395c!important
    }

    .promotion-print-card .card-contacts .company-card-view .card-view-content .lines {
        -webkit-print-color-adjust: exact;
        background-color: #d65b5b!important
    }

    a[href]:after {
        content: none!important
    }

    .promotion-print-card.winter-letter {
        -webkit-print-color-adjust: exact;
        background: #fff!important
    }

    .promotion-print-card.winter-letter .card-content .left-part,.promotion-print-card.winter-letter .card-content .right-part {
        border: none!important
    }

    .promotion-print-card.winter-letter .card-content .devider-line {
        -webkit-print-color-adjust: exact;
        border-left: 1px dashed #237875!important
    }

    .promotion-print-card.winter-letter .wrap-table-block {
        -webkit-print-color-adjust: exact;
        background-image: url(/v2/themes/assets/img/promotion/winter-mode/snow.png)!important;
        background-repeat: repeat;
        background-position: 0 0;
        background-size: 400px!important
    }

    .promotion-print-card.winter-letter .tab {
        -webkit-print-color-adjust: exact;
        background-color: transparent!important;
        background-image: url(/v2/themes/assets/img/promotion/winter-mode/forest.png)!important;
        background-repeat: no-repeat!important;
        background-position: 0 100%!important;
        background-size: contain!important
    }

    .promotion-print-card.winter-letter .card-content .custom-font {
        -webkit-print-color-adjust: exact;
        color: #237875!important
    }

    .promotion-print-card.winter-letter .card-contacts .company-card-view {
        -webkit-print-color-adjust: exact;
        border: 2px dashed #237875;
        background-color: transparent!important;
        background-image: url(/v2/themes/assets/img/promotion/winter-mode/forest.png)!important;
        background-repeat: no-repeat!important;
        background-position: 0 100%!important;
        background-size: contain!important
    }

    .promotion-print-card.winter-letter .card-content .hand-write-block .hand-write--line {
        border-bottom: none
    }

    .promotion-print-card.winter-letter .card-content .hand-write-block .hand-write--line:before {
        display: none
    }

    .promotion-print-card.winter-letter .card-content .hand-write-block .hand-write--line .wrap-border {
        padding: 5px 20px 5px 60px;
        border-radius: 50px;
        background-color: hsla(0,0%,100%,.5)!important
    }

    .promotion-print-card.winter-letter .card-content .hand-write-block .hand-write--line .wrap-border .border {
        -webkit-print-color-adjust: exact;
        height: 1px;
        border-top: 1px dashed #237875!important
    }

    .promotion-print-card.winter-letter .card-content .hand-write-block .hand-write--line.hand-write--text {
        position: relative
    }

    .promotion-print-card.winter-letter .card-content .hand-write-block .hand-write--line.hand-write--text .wrap-border {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-left: 20px
    }

    .promotion-print-card.winter-letter .card-contacts .company-contact-data p {
        line-height: 1.1;
        display: inline-block;
        width: 100%;
        border-radius: 4px;
        padding: 5px 10px;
        background-color: hsla(0,0%,100%,.5)!important;
        color: #0e3d3c!important
    }

    .promotion-print-card.winter-letter .card-contacts .company-contact-data p a,.promotion-print-card.winter-letter .card-contacts .company-contact-data p i {
        color: #0e3d3c!important
    }

    .promotion-print-card.birthday-letter .wrap-table-block {
        -webkit-print-color-adjust: exact;
        background-image: url(/v2/themes/assets/img/promotion/birthday-mode/birthday-bg.png);
        background-repeat: repeat;
        background-position: 0 0;
        background-size: 700px!important
    }

    .promotion-print-card.birthday-letter .tab {
        -webkit-print-color-adjust: exact;
        background-color: transparent!important;
        background-image: url(/v2/themes/assets/img/promotion/birthday-mode/bottom.png)!important;
        background-repeat: no-repeat!important;
        background-position: 0 100%!important;
        background-size: contain!important
    }

    .promotion-print-card.birthday-letter .card-content .devider-line {
        -webkit-print-color-adjust: exact;
        border-left: 1px dashed #f9da73!important
    }

    .promotion-print-card.birthday-letter .card-content .hand-write-block .hand-write--line .wrap-border .border {
        -webkit-print-color-adjust: exact;
        border-bottom: 1px dashed #f9da73!important
    }

    .promotion-print-card.birthday-letter .card-content .custom-font {
        -webkit-print-color-adjust: exact;
        color: #d83f9f!important
    }

    .promotion-print-card.birthday-letter .card-contacts .company-card-view {
        -webkit-print-color-adjust: exact;
        border: 1px dashed #f9da73!important;
        background-color: #fff!important;
        background-image: url(/v2/themes/assets/img/promotion/birthday-mode/bottom.png)!important;
        background-repeat: no-repeat!important;
        background-position: 0 100%!important;
        background-size: contain!important
    }

    .promotion-print-card.birthday-letter .card-contacts .company-card-view .card-view-content .descr-for-code,.promotion-print-card.birthday-letter .card-contacts .company-card-view .card-view-content .expire-block {
        -webkit-print-color-adjust: exact;
        background: hsla(0,0%,100%,.8)!important
    }

    .promotion-print-card.birthday-letter .card-contacts .company-card-view .card-view-content .lines {
        -webkit-print-color-adjust: exact;
        background: #d83f9f!important
    }

    .promotion-print-card.birthday-letter .card-contacts .company-contact-data p {
        -webkit-print-color-adjust: exact;
        background: hsla(0,0%,100%,.8)!important;
        color: #000!important
    }

    .promotion-print-card.birthday-letter .card-contacts .company-contact-data p a {
        -webkit-print-color-adjust: exact;
        color: #000!important
    }

    .promotion-print-card.zebra-letter {
        width: 148mm;
        height: 209mm
    }

    .promotion-print-card.zebra-letter .wrap-table-block {
        -webkit-print-color-adjust: exact;
        background-image: url(/v2/themes/assets/img/promotion/zebra-mode/zebra.jpg)!important;
        background-repeat: repeat!important;
        background-position: 0 0!important;
        background-size: cover!important
    }

    .promotion-print-card.zebra-letter .code-block .code {
        -webkit-print-color-adjust: exact;
        background: #000!important;
        color: #fff!important
    }

    .promotion-print-card.zebra-letter .card-content .hand-write-block .hand-write--line .wrap-border .border {
        -webkit-print-color-adjust: exact;
        border-bottom: 1px solid #000
    }

    .promotion-print-card.zebra-letter .card-contacts .company-contact-data a,.promotion-print-card.zebra-letter .card-contacts .company-contact-data p {
        -webkit-print-color-adjust: exact;
        color: #000!important
    }

    .promotion-print-card.classic-letter .card-content .left-part,.promotion-print-card.classic-letter .card-content .right-part {
        border: none!important
    }

    .promotion-print-card.classic-letter .card-content .right-part,.promotion-print-card.classic-letter .code {
        -webkit-print-color-adjust: exact;
        background: #253246!important
    }

    .promotion-print-card.classic-letter .code {
        color: #fff!important
    }

    .promotion-print-card.beauty-letter .card-content .left-part,.promotion-print-card.beauty-letter .card-content .right-part {
        border: none!important
    }

    .promotion-print-card.beauty-letter .card-content .right-part {
        -webkit-print-color-adjust: exact;
        background-color: #f3e2e2!important;
        background-repeat: repeat!important;
        background-position: left -5px top -2px!important;
        background-size: 580px!important
    }

    .promotion-print-card.beauty-letter .card-content .right-part .beauty-bg {
        position: absolute;
        top: -2px;
        left: -10px;
        width: 580px;
        min-width: 580px;
        z-index: 1
    }

    .promotion-print-card.beauty-letter .card-content .right-part .beauty-logo {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 308px;
        height: 300px;
        margin-top: -150px;
        z-index: 5
    }

    .promotion-print-card.christmas-letter .card-content .left-part,.promotion-print-card.christmas-letter .card-content .right-part {
        border: none!important
    }

    .promotion-print-card.christmas-letter .card-content .hand-write-block .hand-write--line {
        border-bottom: 2px solid #13131d!important
    }

    .promotion-print-card.christmas-letter .company-contact-data p {
        color: #13131d!important;
        border-left: 1px solid #13131d!important
    }

    .promotion-print-card.christmas-letter .company-contact-data p:first-child {
        border: none!important
    }

    .promotion-print-card.christmas-letter .company-contact-data p a,.promotion-print-card.christmas-letter .tab .table-row .custom-font {
        color: #13131d!important
    }

    .promotion-print-card.christmas-letter .tab .table-cell-item.left-part .img-top img {
        width: 289px;
        height: 75px
    }

    .promotion-print-card.christmas-letter .tab .table-cell-item.left-part .hand-write-block .hand-write--line .custom-font {
        color: #ec9a3f!important
    }

    .promotion-print-card.christmas-letter .tab .table-cell-item.left-part .hand-write-block .hand-write--line:before {
        background: #fff!important
    }

    .promotion-print-card.christmas-letter .tab .table-cell-item.left-part .discount-value-block {
        -webkit-print-color-adjust: exact;
        background-color: transparent!important;
        background-image: url(/v2/themes/assets/img/promotion/christmas-mode/points.png)!important;
        background-repeat: repeat!important;
        background-position: 0 0!important;
        background-size: 90%!important
    }

    .promotion-print-card.christmas-letter .tab .table-cell-item.left-part .discount-value-block .custom-font {
        color: #fff!important;
        -webkit-print-color-adjust: exact;
        background-color: transparent!important;
        background-image: url(/v2/themes/assets/img/promotion/christmas-mode/chrismas3.png)!important;
        background-repeat: no-repeat!important;
        background-position: 50%!important;
        background-size: contain!important
    }

    .promotion-print-card.christmas-letter .tab .table-cell-item.left-part .code-block .code {
        color: #fff!important;
        background: #ec9a41!important
    }

    .promotion-print-card.christmas-letter .tab .table-cell-item.right-part .top-title {
        color: #13131d!important
    }

    .promotion-print-card.christmas-letter .tab .table-cell-item.right-part .beauty-logo {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-top: -174px;
        width: 360px;
        height: 348px
    }

    .promotion-print-card.universal-letter .card-content .left-part,.promotion-print-card.universal-letter .card-content .right-part {
        border: none!important;
        border: none
    }

    .promotion-print-card.universal-letter .card-content .hand-write-block .hand-write--line {
        border-bottom: 1px solid #253246!important
    }

    .promotion-print-card.universal-letter .company-contact-data p {
        color: #253246!important;
        border-left: 1px solid #253246!important
    }

    .promotion-print-card.universal-letter .company-contact-data p a {
        color: #253246!important
    }

    .promotion-print-card.universal-letter .tab {
        border-spacing: 0
    }

    .promotion-print-card.universal-letter .tab .table-cell-item.left-part {
        background: #f1f5fc!important
    }

    .promotion-print-card.universal-letter .tab .table-cell-item.left-part .name {
        color: #8ec5d4!important
    }

    .promotion-print-card.universal-letter .tab .table-cell-item.left-part .hand-write-block .hand-write--line:before {
        background: #f1f5fc!important
    }

    .promotion-print-card.universal-letter .tab .table-cell-item.left-part .discount-value-block:after,.promotion-print-card.universal-letter .tab .table-cell-item.left-part .discount-value-block:before {
        background: #fff!important
    }

    .promotion-print-card.universal-letter .tab .table-cell-item.left-part .discount-value-block .custom-font {
        color: #8cc5d3!important
    }

    .promotion-print-card.universal-letter .tab .table-cell-item.left-part .code-block .code {
        color: #fff!important;
        background: #8ec5d4!important
    }

    .promotion-print-card.black-letter .card-content .left-part,.promotion-print-card.black-letter .card-content .right-part {
        border: none!important
    }

    .promotion-print-card.black-letter .card-content .hand-write-block .hand-write--line {
        border-bottom: 1px solid #000!important
    }

    .promotion-print-card.black-letter .company-contact-data p {
        color: #000!important;
        border-left: 1px solid #000!important
    }

    .promotion-print-card.black-letter .company-contact-data p a {
        color: #000!important
    }

    .promotion-print-card.black-letter .tab .table-cell-item.left-part {
        vertical-align: top;
        padding: 30px 0 120px
    }

    .promotion-print-card.black-letter .tab .table-cell-item.left-part .name {
        color: #000!important
    }

    .promotion-print-card.black-letter .tab .table-cell-item.left-part .hand-write-block .hand-write--line:before {
        background: #fff!important
    }

    .promotion-print-card.black-letter .tab .table-cell-item.left-part .discount-value-block .custom-font {
        color: #fff!important;
        -webkit-print-color-adjust: exact;
        background-color: #fff!important;
        background-image: url(/v2/themes/assets/img/promotion/black-module/black--price.png)!important;
        background-position: 50%!important;
        background-repeat: no-repeat!important;
        background-size: 330px!important
    }

    .promotion-print-card.black-letter .tab .table-cell-item.left-part .code-block .code {
        color: #fff!important;
        background: #000!important
    }

    .promotion-print-card.black-letter .tab .table-cell-item.right-part .top-title {
        color: #000!important
    }
}

.promotion-print-card--mini {
    width: 171.2mm!important;
    height: 53.98mm;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    border: none;
    background: none;
    outline: 1px solid #efefef
}

.promotion-print-card--mini .wrap-table-block {
    width: 100%;
    height: 53.98mm;
    text-align: center;
    overflow: hidden
}

.promotion-print-card--mini .table-block {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: table;
    padding: 0;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    height: 53.98mm;
    border-collapse: separate;
    border-spacing: 0
}

.promotion-print-card--mini .divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 1px;
    border-right: 1px dashed #ccc!important
}

.promotion-print-card--mini .table-cell-item {
    position: relative!important;
    display: table-cell;
    vertical-align: middle;
    padding: 22px 12px;
    width: 85.6mm
}

.promotion-print-card--mini .front-part .company-contact-data {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 6px 8px 5px;
    text-align: left
}

.promotion-print-card--mini .front-part .company-contact-data p {
    display: inline-block;
    padding: 3px 4px;
    line-height: 1
}

.promotion-print-card--mini .front-part .company-contact-data p a {
    text-decoration: none!important
}

.promotion-print-card--mini .front-part .company-contact-data p .ico {
    margin-right: 4px
}

.promotion-print-card--mini .card-content {
    display: table-row;
    width: 100%;
    z-index: 100
}

.promotion-print-card--mini .card-content .custom-font {
    line-height: 1.4;
    font-weight: 700
}

.promotion-print-card--mini .clearfix {
    clear: both
}

.promotion-print-card--mini p {
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3
}

.promotion-print-card--mini .title-gift-card {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    width: 85.6mm;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1!important;
    padding: 0;
    margin: 0;
    text-align: center;
    z-index: 4
}

.promotion-print-card--mini.beauty-letter--mini {
    background-color: #f2e2e1!important
}

.promotion-print-card--mini.beauty-letter--mini .beauty-logo {
    display: inline-block;
    height: 120px!important;
    width: 130px!important
}

.promotion-print-card--mini.beauty-letter--mini p {
    font-weight: 500
}

.promotion-print-card--mini.beauty-letter--mini .beauty-logo,.promotion-print-card--mini.beauty-letter--mini .middle-part {
    position: relative;
    z-index: 3
}

.promotion-print-card--mini.beauty-letter--mini .company-contact-data {
    z-index: 3
}

.promotion-print-card--mini.beauty-letter--mini .code {
    display: inline-block;
    width: 100%;
    max-width: 250px;
    padding: 8px 20px 10px;
    margin: 6px auto;
    text-align: center;
    border-radius: 2px;
    font-size: 20px;
    line-height: 1!important;
    font-weight: 700;
    color: #fff!important;
    background: #3a3134!important
}

.promotion-print-card--mini.beauty-letter--mini .card-content .discount-value-block .custom-font {
    font-size: 34px;
    line-height: 1!important;
    margin-bottom: 8px;
    color: #c38c8d!important
}

.promotion-print-card--mini.beauty-letter--mini .block.code-block {
    margin-bottom: 15px
}

.promotion-print-card--mini.beauty-letter--mini .front-part {
    padding-top: 5px;
    padding-bottom: 42px
}

.promotion-print-card--mini.beauty-letter--mini .front-part .company-contact-data {
    background: #c38c8d!important
}

.promotion-print-card--mini.beauty-letter--mini .front-part .company-contact-data p {
    display: block;
    padding: 3px 4px;
    line-height: 1;
    color: #3a3134!important;
    text-align: center
}

.promotion-print-card--mini.beauty-letter--mini .front-part .company-contact-data p a {
    color: #3a3134!important
}

.promotion-print-card--mini.beauty-letter--mini .front-part .company-contact-data p .ico {
    display: none!important
}

.promotion-print-card--mini.beauty-letter--mini .beauty-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.promotion-print-card--mini.christmas-letter--mini .christmas-logo {
    display: inline-block;
    height: 140px!important;
    width: 147px!important
}

.promotion-print-card--mini.christmas-letter--mini .christmas-top-image {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 47px;
    z-index: -1
}

.promotion-print-card--mini.christmas-letter--mini p {
    font-weight: 500
}

.promotion-print-card--mini.christmas-letter--mini .christmas-logo,.promotion-print-card--mini.christmas-letter--mini .middle-part {
    position: relative;
    z-index: 3
}

.promotion-print-card--mini.christmas-letter--mini .company-contact-data {
    z-index: 3
}

.promotion-print-card--mini.christmas-letter--mini .code {
    display: inline-block;
    width: 100%;
    max-width: 250px;
    padding: 8px 20px 10px;
    margin: 6px auto;
    text-align: center;
    border-radius: 2px;
    font-size: 20px;
    line-height: 1!important;
    font-weight: 700;
    color: #fff!important;
    background: #eb9a41!important
}

.promotion-print-card--mini.christmas-letter--mini .card-content .discount-value-block .custom-font {
    font-size: 26px;
    line-height: 1!important;
    margin-bottom: 11px;
    padding-top: 36px;
    color: #eb9a41!important
}

.promotion-print-card--mini.christmas-letter--mini .block.code-block {
    margin-bottom: 0
}

.promotion-print-card--mini.christmas-letter--mini .front-part {
    padding-top: 4px;
    padding-bottom: 40px
}

.promotion-print-card--mini.christmas-letter--mini .front-part .company-contact-data p {
    display: block;
    padding: 3px 4px;
    line-height: 1;
    color: #3a3134!important;
    text-align: center
}

.promotion-print-card--mini.christmas-letter--mini .front-part .company-contact-data p a {
    color: #3a3134!important
}

.promotion-print-card--mini.christmas-letter--mini .front-part .company-contact-data p .ico {
    display: none!important
}

.promotion-print-card--mini.christmas-letter--mini .left-part {
    padding-top: 12px;
    padding-bottom: 12px
}

.promotion-print-card--mini.christmas-letter--mini .title-gift-card {
    font-size: 14px;
    position: relative;
    width: 104%;
    margin-bottom: 5px;
    margin-left: -2%;
    bottom: auto;
    top: -6px
}

.promotion-print-card--mini.christmas-letter--mini .christmas-cover {
    position: absolute;
    width: 100%;
    height: auto;
    top: 61px;
    left: 0;
    right: 0;
    z-index: 1
}

.promotion-print-card--mini.universal-letter--mini {
    background: #f1f5fc!important;
    background-color: #f1f5fc!important
}

.promotion-print-card--mini.universal-letter--mini .left-part {
    padding-top: 26px;
    padding-bottom: 12px
}

.promotion-print-card--mini.universal-letter--mini .left-part .table-block {
    background: transparent!important;
    background-color: transparent!important
}

.promotion-print-card--mini.universal-letter--mini .left-part .left-part {
    -webkit-print-color-adjust: exact;
    background: #f1f5fc!important;
    background-color: #f1f5fc!important
}

.promotion-print-card--mini.universal-letter--mini .front-part {
    padding-top: 4px;
    padding-bottom: 40px
}

.promotion-print-card--mini.universal-letter--mini .front-part .company-contact-data p {
    display: block;
    padding: 3px 4px;
    line-height: 1;
    color: #000!important;
    text-align: center
}

.promotion-print-card--mini.universal-letter--mini .front-part .company-contact-data p a {
    color: #000!important
}

.promotion-print-card--mini.universal-letter--mini .front-part .company-contact-data p .ico {
    display: none!important
}

.promotion-print-card--mini.universal-letter--mini .title-gift-card {
    position: relative;
    bottom: 0;
    width: 104%;
    margin-top: -16px;
    margin-left: -2%;
    margin-bottom: 6px;
    color: #8ab0c8!important;
    z-index: 3!important
}

.promotion-print-card--mini.universal-letter--mini p {
    font-weight: 500
}

.promotion-print-card--mini.universal-letter--mini .universal-logo {
    display: inline-block;
    height: 150px!important;
    width: 190px!important;
    position: relative;
    margin-top: -12px!important
}

.promotion-print-card--mini.universal-letter--mini .discount-value-block {
    -webkit-print-color-adjust: exact;
    position: relative;
    display: inline-block;
    min-width: 180px!important;
    padding: 8px 15px 0;
    font-size: 34px;
    margin-bottom: 5px;
    font-weight: 700!important;
    line-height: 1!important;
    color: #8ab0c8!important
}

.promotion-print-card--mini.universal-letter--mini .discount-value-block:after,.promotion-print-card--mini.universal-letter--mini .discount-value-block:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    background: #fff!important;
    border-radius: 50%!important;
    z-index: 1
}

.promotion-print-card--mini.universal-letter--mini .discount-value-block:before {
    left: -10px;
    top: -14px;
    height: 70px;
    width: 70px
}

.promotion-print-card--mini.universal-letter--mini .discount-value-block:after {
    height: 30px;
    width: 30px;
    right: 0;
    top: 5px
}

.promotion-print-card--mini.universal-letter--mini .discount-value-block .custom-font {
    -webkit-print-color-adjust: exact;
    color: #8ab0c8!important;
    position: relative;
    z-index: 3!important
}

.promotion-print-card--mini.universal-letter--mini .code {
    display: block;
    padding: 8px 20px 10px;
    margin: 6px -12px;
    text-align: center;
    border-radius: 1px;
    font-size: 20px;
    line-height: 1!important;
    font-weight: 700;
    color: #fff!important;
    background: #8ab0c8!important
}

.promotion-print-card--mini.black-letter--mini .left-part {
    padding-top: 10px;
    padding-bottom: 12px
}

.promotion-print-card--mini.black-letter--mini .front-part {
    padding-top: 4px;
    padding-bottom: 40px
}

.promotion-print-card--mini.black-letter--mini .front-part .company-contact-data p {
    display: block;
    padding: 3px 4px;
    line-height: 1;
    color: #000!important;
    text-align: center
}

.promotion-print-card--mini.black-letter--mini .front-part .company-contact-data p a {
    color: #000!important
}

.promotion-print-card--mini.black-letter--mini .front-part .company-contact-data p .ico {
    display: none!important
}

.promotion-print-card--mini.black-letter--mini .title-gift-card {
    position: relative;
    bottom: 0;
    width: 104%;
    margin-left: -2%;
    margin-bottom: 6px
}

.promotion-print-card--mini.black-letter--mini p {
    font-weight: 500
}

.promotion-print-card--mini.black-letter--mini .black-logo {
    display: inline-block;
    height: 140px!important;
    width: 147px!important
}

.promotion-print-card--mini.black-letter--mini .discount-value-block {
    -webkit-print-color-adjust: exact;
    height: 56px;
    padding: 10px 0;
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 700!important;
    line-height: 1!important;
    color: #fff!important;
    background-color: #fff!important;
    background-image: url(/v2/themes/assets/img/promotion/black-module/black--price-small.png)!important;
    background-position: 50%!important;
    background-repeat: no-repeat!important;
    background-size: 220px!important
}

.promotion-print-card--mini.black-letter--mini .discount-value-block .custom-font {
    -webkit-print-color-adjust: exact;
    color: #fff!important
}

.promotion-print-card--mini.black-letter--mini .code {
    display: inline-block;
    width: 100%;
    max-width: 250px;
    padding: 8px 20px 10px;
    margin: 6px auto;
    text-align: center;
    border-radius: 2px;
    font-size: 20px;
    line-height: 1!important;
    font-weight: 700;
    color: #fff!important;
    background: #000!important
}

@media print {
    body,html {
        background-color: #fff!important
    }

    body,html body {
        -webkit-print-color-adjust: exact;
        padding: 0!important;
        margin: 0!important
    }

    body .tab,html body .tab {
        background-color: none!important
    }

    .promotion-print-card--mini {
        width: 171.2mm!important;
        height: 53.98mm!important;
        margin: 0!important;
        padding: 0!important
    }

    #preloader {
        display: none
    }

    .promotion-print-card--mini .card-content,.promotion-print-card--mini .card-content .code,.promotion-print-card--mini .custom-font,.promotion-print-card--mini .lines {
        -webkit-print-color-adjust: exact
    }

    a[href]:after {
        content: none!important
    }

    .promotion-print-card--mini.beauty-letter--mini {
        -webkit-print-color-adjust: exact;
        background-color: #f2e2e1!important
    }

    .promotion-print-card--mini.beauty-letter--mini .front-part .company-contact-data {
        -webkit-print-color-adjust: exact;
        background: #c38c8d!important
    }

    .promotion-print-card--mini.beauty-letter--mini .front-part .company-contact-data p,.promotion-print-card--mini.beauty-letter--mini .front-part .company-contact-data p a {
        -webkit-print-color-adjust: exact;
        color: #3a3134!important
    }

    .promotion-print-card--mini.beauty-letter--mini .front-part .company-contact-data p .ico {
        -webkit-print-color-adjust: exact
    }

    .promotion-print-card--mini.beauty-letter--mini .code {
        -webkit-print-color-adjust: exact;
        color: #fff!important;
        background: #3a3134!important
    }

    .promotion-print-card--mini.christmas-letter--mini .code {
        -webkit-print-color-adjust: exact;
        color: #fff!important;
        background: #eb9a41!important
    }

    .promotion-print-card--mini.christmas-letter--mini .card-content .discount-value-block .custom-font {
        -webkit-print-color-adjust: exact;
        color: #eb9a41!important
    }

    .promotion-print-card--mini.christmas-letter--mini .front-part .company-contact-data p,.promotion-print-card--mini.christmas-letter--mini .front-part .company-contact-data p a {
        -webkit-print-color-adjust: exact;
        color: #3a3134!important
    }

    .promotion-print-card--mini.universal-letter .table-block {
        background: transparent!important;
        background-color: transparent!important
    }

    .promotion-print-card--mini.universal-letter .left-part {
        -webkit-print-color-adjust: exact;
        background: #f1f5fc!important;
        background-color: #f1f5fc!important
    }

    .promotion-print-card--mini.universal-letter .universal-logo {
        height: 150px!important;
        width: 190px!important;
        margin-top: -12px!important
    }

    .promotion-print-card--mini.universal-letter .front-part .company-contact-data p,.promotion-print-card--mini.universal-letter .front-part .company-contact-data p a {
        -webkit-print-color-adjust: exact;
        color: #000!important
    }

    .promotion-print-card--mini.universal-letter .title-gift-card {
        -webkit-print-color-adjust: exact;
        color: #8ab0c8!important
    }

    .promotion-print-card--mini.universal-letter .discount-value-block {
        -webkit-print-color-adjust: exact;
        color: #8ab0c8!important;
        min-width: 170px!important
    }

    .promotion-print-card--mini.universal-letter .discount-value-block:after,.promotion-print-card--mini.universal-letter .discount-value-block:before {
        -webkit-print-color-adjust: exact;
        background: #fff!important;
        border-radius: 50%!important;
        z-index: 1
    }

    .promotion-print-card--mini.universal-letter .discount-value-block .custom-font {
        -webkit-print-color-adjust: exact;
        color: #8ab0c8!important;
        z-index: 3!important
    }

    .promotion-print-card--mini.universal-letter .code {
        -webkit-print-color-adjust: exact;
        color: #fff!important;
        background: #8ab0c8!important
    }

    .promotion-print-card--mini.black-letter .front-part .company-contact-data p,.promotion-print-card--mini.black-letter .front-part .company-contact-data p a {
        -webkit-print-color-adjust: exact;
        color: #000!important
    }

    .promotion-print-card--mini.black-letter .discount-value-block {
        -webkit-print-color-adjust: exact;
        color: #fff!important;
        background-color: #fff!important;
        background-image: url(/v2/themes/assets/img/promotion/black-module/black--price-small.png)!important;
        background-position: 50%!important;
        background-repeat: no-repeat!important;
        background-size: 220px!important
    }

    .promotion-print-card--mini.black-letter .code,.promotion-print-card--mini.black-letter .discount-value-block .custom-font {
        -webkit-print-color-adjust: exact;
        color: #fff!important
    }

    .promotion-print-card--mini.black-letter .code {
        background: #000!important
    }
}

.page--line-liff .section {
    min-height: unset!important
}

.page--line-liff .title--h2 {
    float: none;
    margin-top: 0;
    margin-bottom: 16px
}

.page--line-liff .form-group--terms {
    margin-bottom: 10px
}

.page--line-liff .btn-bar {
    padding-top: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px
}

@media (max-width: 767px) {
    .page--line-liff .btn-bar {
        -ms-flex-pack:center;
        justify-content: center
    }
}

.page--line-liff .btn-bar .btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 48px;
    padding-left: 22px;
    padding-right: 22px;
    margin: 0
}

.modal-dialog.client-login-modal {
    max-width: 480px
}

#remind-password {
    padding: 30px
}

@media (max-width: 767px) {
    #remind-password {
        padding:15px
    }
}

#remind-password .close-modal {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 24px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 10;
    transition: all .3s ease
}

#remind-password .close-modal:hover {
    opacity: .7
}

#remind-password .cap {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin: 15px 0
}

#remind-password .form-group {
    margin-bottom: 0
}

#remind-password .bar {
    text-align: right
}

#remind-password .notifications {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.remind-pass {
    cursor: pointer
}

.remind-pass:hover {
    text-decoration: underline
}

#gallery-view .title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

#gallery-view .inner {
    padding: 15px 5px
}

#gallery-view .img-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px
}

@media (max-width: 479px) {
    #gallery-view .img-list {
        margin-right:-2px;
        margin-left: -2px
    }
}

#gallery-view .img-list li {
    width: 20%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px
}

@media (max-width: 900px) {
    #gallery-view .img-list li {
        width:33.33%
    }
}

@media (max-width: 479px) {
    #gallery-view .img-list li {
        padding-left:2px;
        padding-right: 2px;
        margin-bottom: 4px
    }
}

#gallery-view li a {
    width: 100%;
    position: relative;
    display: block;
    padding-top: 100%;
    border-radius: 4px;
    overflow: hidden
}

#gallery-view li a .img-item {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    border-radius: 4px
}

#gallery-view .img-list li {
    transition: all .4s ease
}

#gallery-view .img-list li.hidden-item {
    opacity: .1;
    height: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    transform: scale(.1);
    visibility: hidden!important
}

#gallery-view .img-list li.shoved-item {
    visibility: visible;
    display: inline-block;
    opacity: 1;
    transform: scale(1)
}

.btn-bar--gallery {
    display: block;
    padding-top: 15px;
    text-align: center
}

.btn-bar--gallery .btn--load-more {
    cursor: pointer;
    outline: none!important;
    border: 2px solid;
    min-width: 170px
}

#gdpr-report-view .control-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px
}

#gdpr-report-view .control-bar .title {
    width: 50%
}

@media (max-width: 767px) {
    #gdpr-report-view .control-bar .title {
        width:100%
    }
}

#gdpr-report-view .control-bar .title .title-main {
    font-weight: 500;
    font-size: 21px;
    padding: 0;
    margin-bottom: 10px
}

#gdpr-report-view .control-bar .title .txt {
    font-weight: 300;
    font-size: 14px
}

@media (max-width: 767px) {
    #gdpr-report-view .control-bar {
        text-align:center;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

#gdpr-report-view #sb_gdpr_control_panel_container {
    width: 48%
}

@media (max-width: 767px) {
    #gdpr-report-view #sb_gdpr_control_panel_container {
        width:100%;
        margin-top: 15px
    }
}

#gdpr-report-view #sb_gdpr_control_panel_container .text-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    #gdpr-report-view #sb_gdpr_control_panel_container .text-right {
        -ms-flex-pack:center;
        justify-content: center
    }
}

#gdpr-report-view #sb_gdpr_control_panel_container .text-right .btn {
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 0 15px;
    height: 40px;
    min-width: 40px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

#gdpr-report-view #sb_gdpr_control_panel_container .text-right .btn .fa,#gdpr-report-view #sb_gdpr_control_panel_container .text-right .btn .abc,#gdpr-report-view #sb_gdpr_control_panel_container .text-right .btn .stars-container .rating-container label:before,#gdpr-report-view #sb_gdpr_control_panel_container .text-right .btn [class~=abc]:not(.fab),.stars-container .rating-container #gdpr-report-view #sb_gdpr_control_panel_container .text-right .btn label:before {
    font-size: 20px
}

#gdpr-report-view #sb_gdpr_control_panel_container .text-right .btn .txt {
    display: none
}

#gdpr-report-view #sb_gdpr_control_panel_container .text-right .btn:first-child {
    margin-left: 0
}

#gdpr-report-view #sb_gdpr_control_panel_container .text-right .btn:last-child .txt {
    margin-right: 15px;
    display: inline-block
}

#gdpr-report-view #sb_gdpr_report_container .table-section {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
    margin-bottom: 12px;
    border-radius: 3px;
    overflow: auto
}

#gdpr-report-view #sb_gdpr_report_container .table-section .table-title {
    display: -ms-flexbox;
    display: flex;
    min-height: 65px;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 300
}

@media (max-width: 767px) {
    #gdpr-report-view #sb_gdpr_report_container .table-section .table-title {
        padding:10px 15px;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

#gdpr-report-view #sb_gdpr_report_container .table-section .table-title .cap {
    -ms-flex: 1;
    flex: 1
}

@media (max-width: 767px) {
    #gdpr-report-view #sb_gdpr_report_container .table-section .table-title .cap {
        text-align:center;
        padding: 10px 0
    }
}

#gdpr-report-view #sb_gdpr_report_container .table-section .table-title .info {
    -ms-flex: 1;
    flex: 1;
    max-width: 250px;
    margin-left: 20px;
    text-align: right;
    font-size: 14px
}

@media (max-width: 767px) {
    #gdpr-report-view #sb_gdpr_report_container .table-section .table-title .info {
        margin-left:0;
        max-width: 100%;
        text-align: center
    }
}

#gdpr-report-view #sb_gdpr_report_container .table-section .table-title .info .msg {
    line-height: 1.3;
    opacity: .7
}

#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper {
    word-break: break-word;
    padding: 0 10px
}

#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table-responsive {
    margin-bottom: 25px;
    max-height: 400px
}

#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table-responsive::-webkit-scrollbar-track {
    box-shadow: none;
    background-color: #f5f5f5;
    border: none
}

#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table-responsive::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #f5f5f5
}

#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table-responsive::-webkit-scrollbar-thumb {
    background-color: #797979
}

#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table {
    margin-bottom: 0;
    min-width: 992px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    padding: 8px;
    line-height: 1.4;
    word-break: break-word;
    white-space: normal;
    border-bottom: 1px solid #d0d0d0;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 200px;
    font-weight: 400
}

#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.head {
    background-color: #e4eaf3;
    min-height: 60px;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item:first-child {
    padding-left: 15px
}

#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item:last-child {
    padding-right: 15px
}

#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-id,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-is_confirm,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-is_recurring,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-payed_amount,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-status {
    min-width: 150px
}

#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-address1,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-address2,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-email,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-email_verification_date,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-email_verification_string,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-membership_name,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-pass,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-picture_path,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-salt {
    min-width: 300px
}

#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-attribute,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-description,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-event,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-message,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-product {
    min-width: 500px
}

#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-image {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center
}

#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-image img {
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    width: 60px
}

#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-image small {
    text-align: left;
    width: 100%
}

#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row.odd .booking-fields,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row.odd .table-item {
    background-color: #f2f4f7
}

#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row.collapsed .booking-fields {
    width: 100%;
    border: 1px solid #2b87dc;
    background-color: #fff
}

#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row.collapsed .booking-fields .booking-fields-title {
    display: block;
    color: #2b87dc;
    font-weight: 700;
    padding: 25px 25px 0
}

#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row.collapsed .booking-fields .booking-fields-title:after {
    content: "";
    height: 1px;
    min-width: 50px;
    background: #e4e6e9;
    display: block;
    margin: 15px 0
}

#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row.collapsed .booking-fields .table-item {
    background-color: #fff
}

#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row.collapsed .table-fields {
    padding: 0 25px 25px
}

#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .header-title {
    display: none;
    font-size: 16px;
    font-weight: 600;
    padding: 8px
}

#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row:nth-child(odd) .table-item {
    background-color: #f2f4f7
}

#gdpr-report-view #sb_gdpr_report_container .table-section .collapse-btn {
    position: relative;
    text-decoration: none!important;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 40px;
    padding: 0 15px;
    padding-right: 30px
}

#gdpr-report-view #sb_gdpr_report_container .table-section .collapse-btn:after {
    position: absolute;
    top: 0;
    right: 0;
    height: 99%;
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 30px;
    text-rendering: auto;
    line-height: 1
}

#gdpr-report-view #sb_gdpr_report_container .table-section .collapse-btn .trigger-show {
    display: none
}

#gdpr-report-view #sb_gdpr_report_container .table-section .collapse-btn .trigger-hide {
    display: inline-block
}

#gdpr-report-view #sb_gdpr_report_container .table-section .collapse-btn.collapsed:after {
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#gdpr-report-view #sb_gdpr_report_container .table-section .collapse-btn.collapsed .trigger-show {
    display: inline-block
}

#gdpr-report-view #sb_gdpr_report_container .table-section .collapse-btn.collapsed .trigger-hide {
    display: none
}

#gdpr-report-view #sb_gdpr_report_container .table-section .close-link {
    text-align: right;
    font-size: 14px;
    padding: 0 25px 25px
}

#gdpr-report-view #sb_gdpr_report_container .table-section .close-link a {
    text-decoration: none
}

#gdpr-report-view #sb_gdpr_report_show_confirmation {
    margin-top: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
    max-width: 340px
}

@media print {
    .report-page * {
        visibility: hidden
    }

    .report-page #sb_gdpr_report_container * {
        visibility: visible;
        border: 0!important
    }

    .report-page #sb_gdpr_report_container * .table:not(.table-fields) {
        border: 1px solid #ccc!important
    }

    .report-page #sb_gdpr_report_container {
        position: absolute;
        visibility: visible;
        width: 100%;
        height: auto;
        background: none;
        background-color: #fff;
        top: -500px;
        left: 0;
        z-index: 999999999999
    }

    .report-page .close-link,.report-page .collapse-btn,.report-page .msg {
        display: none
    }
}

@media print {
    #gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table,.report-page .collapse,.report-page .collapse.in {
        display: block!important
    }

    #gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row {
        display: block!important;
        margin-bottom: 15px;
        padding: 8px 8px 15px;
        border-bottom: 1px solid #ccc!important
    }

    #gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper {
        word-break: normal!important
    }

    #gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item {
        display: table-row!important;
        white-space: normal!important;
        word-break: normal!important;
        min-width: auto!important
    }

    #gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.head {
        display: none!important
    }

    #gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item .header-title {
        display: block;
        display: table-cell!important;
        width: 300px;
        color: #000!important
    }

    #gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table-responsive {
        max-height: 100%!important
    }

    #gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-address1,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-address2,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-attribute,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-description,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-email,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-email_verification_date,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-email_verification_string,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-event,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-id,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-is_confirm,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-is_recurring,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-membership_name,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-message,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-pass,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-payed_amount,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-picture_path,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-product,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-salt,#gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row .table-item.table-item-status {
        min-width: auto!important
    }

    #gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row.collapsed {
        width: 100%!important
    }

    #gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table {
        min-width: auto!important
    }

    #gdpr-report-view #sb_gdpr_report_container .table-section .table-wrapper .table .table-row.collapsed .booking-fields,.collapse {
        display: block!important
    }

    #gdpr-report-view #sb_gdpr_report_container .table-section .table-title .info .collapse-btn,.close-link {
        display: none!important
    }
}

#sb_gdpr_report_module_container {
    text-align: center;
    position: relative
}

#sb_gdpr_report_module_container #sb_gdpr_show_form_btn {
    display: inline-block
}

#sb_gdpr_report_module_container #sb_gdpr_email_form {
    position: absolute;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background: #fff;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 40px 30px 30px;
    bottom: 50px;
    z-index: 100
}

#sb_gdpr_report_module_container #sb_gdpr_email_form:after {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    transform: rotate(45deg);
    bottom: -9px;
    margin: 0 auto;
    left: 0;
    right: 0
}

#sb_gdpr_report_module_container #sb_gdpr_email_form .title {
    font-weight: 600;
    margin-bottom: 20px
}

#sb_gdpr_report_module_container #sb_gdpr_email_form .sb_gdpr_close_form_btn {
    position: absolute;
    width: 36px;
    height: 36px;
    text-align: center;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 18px;
    line-height: 35px
}

#sb_gdpr_report_module_container #sb_gdpr_email_form .content .step-item {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px
}

#sb_gdpr_report_module_container #sb_gdpr_email_form .content .form-container {
    margin-top: 20px
}

#sb_gdpr_report_module_container #sb_gdpr_email_form .content .form-container .btn {
    display: block;
    width: 100%;
    border: none;
    margin-top: 10px
}

#sb_gdpr_report_module_container #sb_gdpr_email_form .content .form-container .help-block {
    font-size: 10px;
    margin: 0
}

#sb_gdpr_report_module_container .sb_gdpr_resubmit {
    font-size: 12px
}

#sb_gdpr_report_module_container .band-txt {
    font-size: 13px;
    margin: 10px auto
}

#sb_gdpr_report_module_container .brand {
    display: block
}

#sb_gdpr_report_module_container .brand a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 5px;
    font-size: 19px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    position: relative
}

#sb_gdpr_report_module_container .brand a:last-child {
    margin-right: 0
}

#sb_gdpr_report_module_container .brand a:after {
    display: none
}

#sb_gdpr_report_module_container .brand a:before {
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    left: 0;
    top: 0;
    z-index: 10
}

#sb_gdpr_report_module_container .brand a.fb {
    background-color: #475993
}

#sb_gdpr_report_module_container .brand a.fb:before {
    content: "";
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#sb_gdpr_report_module_container .brand a.tw {
    background-color: #76a9ea
}

#sb_gdpr_report_module_container .brand a.tw:before {
    content: "";
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#sb_gdpr_report_module_container .brand a.gl {
    background-color: #f34a38
}

#sb_gdpr_report_module_container .brand a.gl:before {
    content: "";
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.tab.tab-col.get-gdpr-info-modal .tab-pd {
    padding-top: 48px
}

.tab.tab-col.get-gdpr-info-modal .full-info {
    max-width: 100%;
    margin: 0;
    padding: 0
}

.tab.tab-col.get-gdpr-info-modal .full-info .close-full-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    z-index: 100;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px
}

.tab.tab-col.get-gdpr-info-modal #sb_gdpr_email_form .cap {
    margin-bottom: 20px
}

.tab.tab-col.get-gdpr-info-modal #sb_gdpr_send_email_container {
    margin-top: 20px
}

.tab.tab-col.get-gdpr-info-modal .full-info .close-full-info .fi.flaticon-cancel {
    display: inline-block
}

#social-gallery-view .title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

#social-gallery-view .inner {
    padding: 15px 5px
}

#social-gallery-view .img-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px
}

@media (max-width: 479px) {
    #social-gallery-view .img-list {
        margin-right:-3px;
        margin-left: -3px
    }
}

#social-gallery-view .img-list li {
    width: 20%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px
}

@media (max-width: 900px) {
    #social-gallery-view .img-list li {
        width:33.33%
    }
}

@media (max-width: 479px) {
    #social-gallery-view .img-list li {
        padding-left:3px;
        padding-right: 3px;
        margin-bottom: 6px
    }
}

#social-gallery-view li a {
    width: 100%;
    position: relative;
    display: block;
    padding-top: 100%;
    border-radius: 4px;
    overflow: hidden
}

#social-gallery-view li a:hover {
    opacity: .8
}

#social-gallery-view li a .img-item,#social-gallery-view li a video {
    position: absolute;
    top: 0!important;
    left: 0!important;
    display: block!important;
    width: 100%!important;
    min-height: 100%!important;
    height: 100%!important;
    object-fit: cover;
    border-radius: 4px
}

#membership-view #sb_back_button {
    position: relative;
    display: none;
    margin: 10px 0 20px;
    cursor: pointer
}

#membership-view #sb_back_button a {
    text-decoration: none;
    transition: all .3s ease
}

#membership-view #sb_back_button span {
    vertical-align: middle;
    margin-right: 5px;
    font-size: 16px
}

#membership-view #sb_back_button span:last-child {
    margin-right: 0
}

#membership-view #sb_back_button .abc{
    font-size: 30px
}

#membership-view #sb_membership_module_list_container {
    display: -ms-flexbox;
    display: flex
}

#membership-view #sb_membership_list_container,#membership-view #sb_membership_module_list_container {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#membership-view #sb_membership_list_container>div {
    margin-left: -15px;
    margin-right: -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#membership-view #sb_membership_list_container>div:after,#membership-view #sb_membership_list_container>div:before {
    content: " ";
    display: table
}

#membership-view #sb_membership_list_container>div:after {
    clear: both
}

#membership-view #sb_membership_list_container>div:after,#membership-view #sb_membership_list_container>div:before {
    width: 100%
}

#membership-view #sb_membership_list_container>div .membership-item {
    width: 33.333%;
    padding-left: 15px;
    padding-right: 15px;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1024px) {
    #membership-view #sb_membership_list_container>div .membership-item {
        width:50%
    }
}

#membership-view #sb_membership_list_container>div .membership-item .tab {
    width: 100%;
    overflow: hidden
}

#membership-view #sb_membership_list_container>div .membership-item .tab .excerpt-info {
    position: relative
}

#membership-view #sb_membership_list_container>div .membership-item .status {
    position: absolute
}

#membership-view #sb_membership_list_container>div .membership-item .status span {
    display: inline-block;
    vertical-align: middle
}

#membership-view #sb_membership_list_container>div .membership-item .status span.abc{
    font-size: 24px
}

#membership-view #sb_membership_list_container>div .membership-item .status span.txt {
    font-size: 18px;
    font-weight: 600
}

#membership-view #sb_membership_list_container>div .membership-item .status.black {
    text-shadow: 0 1px 10px rgba(0,0,0,.5);
    color: #464646
}

#membership-view #sb_membership_list_container>div .membership-item .status.white {
    text-shadow: 0 1px 10px rgba(0,0,0,.5);
    color: #fff
}

#membership-view #sb_membership_list_container>div .membership-item .status.confirmed .abc{
    color: #2fc761
}

#membership-view #sb_membership_list_container>div .membership-item .status.canceled .abc{
    color: #e85f5f
}

#membership-view #sb_membership_list_container>div .membership-item .status.waiting .abc{
    color: #fff000
}

#membership-view #sb_membership_list_container>div .membership-item .purchased {
    font-size: 18px;
    font-weight: 600;
    background: #f7f7f7;
    color: #454545;
    margin-top: 30px;
    padding: 10px 10px 10px 40px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
    z-index: 10
}

@media (max-width: 1366px) {
    #membership-view #sb_membership_list_container>div .membership-item .purchased {
        padding:10px 10px 10px 30px
    }
}

@media (max-width: 1024px) {
    #membership-view #sb_membership_list_container>div .membership-item .purchased {
        padding:10px 10px 10px 20px
    }
}

@media (max-width: 767px) {
    #membership-view #sb_membership_list_container>div .membership-item .purchased {
        padding:30px
    }
}

#membership-view #sb_membership_list_container>div .membership-item .purchased-no-image {
    position: static!important;
    padding: 10px!important;
    margin-top: 0!important;
    text-align: center
}

#membership-view #sb_membership_list_container>div .membership-item .sessions-num-wrapper {
    overflow: hidden
}

#membership-view #sb_membership_list_container>div .membership-item .session-remind {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0 7px;
    font-weight: 600
}

#membership-view #sb_membership_list_container>div .membership-item .full-info .preloader {
    min-height: 170px;
    max-height: 600px
}

#membership-view #sb_membership_list_container>div .membership-item .full-info .preloader img {
    height: 100%
}

#membership-view #sb_membership_list_container>div .membership-item .full-info .preloader.default-img svg {
    max-width: 200px;
    width: 100%;
    height: 100%
}

#membership-view #sb_membership_list_container>div .membership-item .preloader {
    position: relative;
    text-align: center;
    overflow: hidden
}

#membership-view #sb_membership_list_container>div .membership-item .preloader .default {
    padding-top: 10px;
    min-height: 200px
}

#membership-view #sb_membership_list_container>div .membership-item .preloader .user img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: object-fit\: cover;
    object-position: top;
    border-radius: 3px 3px 0 0
}

#membership-view #sb_membership_list_container>div .membership-item .section-pd {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%
}

#membership-view #sb_membership_list_container>div .membership-item .section-pd>div {
    width: 100%
}

#membership-view #sb_membership_list_container>div .membership-item .txt {
    line-height: 24px;
    position: relative;
    margin-bottom: 25px
}

#membership-view #sb_membership_list_container>div .membership-item .txt ul {
    list-style-type: disc!important
}

#membership-view #sb_membership_list_container>div .membership-item .txt ol,#membership-view #sb_membership_list_container>div .membership-item .txt ul {
    list-style-position: inside!important;
    margin-left: 30px!important;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 15px
}

#membership-view #sb_membership_list_container>div .membership-item .txt ol ol,#membership-view #sb_membership_list_container>div .membership-item .txt ol ul,#membership-view #sb_membership_list_container>div .membership-item .txt ul ol,#membership-view #sb_membership_list_container>div .membership-item .txt ul ul {
    list-style-type: disc!important;
    list-style-position: inside!important;
    margin-left: 30px!important
}

#membership-view #sb_membership_list_container>div .membership-item .txt li {
    list-style: initial!important
}

#membership-view #sb_membership_list_container>div .membership-item .txt ol,#membership-view #sb_membership_list_container>div .membership-item .txt ol li {
    list-style-type: decimal!important
}

#membership-view #sb_membership_list_container>div .membership-item .txt.short p {
    margin: 0!important
}

#membership-view #sb_membership_list_container>div .membership-item .read-more {
    cursor: pointer;
    position: absolute;
    bottom: -4px;
    right: 0;
    background-color: #fff
}

#membership-view #sb_membership_list_container>div .membership-item .read-more:before {
    display: block;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -35px;
    position: absolute;
    background: -moz-linear-gradient(left,hsla(0,0%,100%,.3) 0,hsla(0,0%,100%,.31) 1%,hsla(0,0%,100%,.83) 61%,#fff 80%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,hsla(0,0%,100%,.3)),color-stop(1%,hsla(0,0%,100%,.31)),color-stop(61%,hsla(0,0%,100%,.83)),color-stop(80%,#fff));
    background: -webkit-linear-gradient(left,hsla(0,0%,100%,.3),hsla(0,0%,100%,.31) 1%,hsla(0,0%,100%,.83) 61%,#fff 80%);
    background: -o-linear-gradient(left,hsla(0,0%,100%,.3) 0,hsla(0,0%,100%,.31) 1%,hsla(0,0%,100%,.83) 61%,#fff 80%);
    background: -ms-linear-gradient(left,hsla(0,0%,100%,.3) 0,hsla(0,0%,100%,.31) 1%,hsla(0,0%,100%,.83) 61%,#fff 80%);
    background: linear-gradient(90deg,hsla(0,0%,100%,.3) 0,hsla(0,0%,100%,.31) 1%,hsla(0,0%,100%,.83) 61%,#fff 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4dffffff",endColorstr="#ffffff",GradientType=1)
}

#membership-view #sb_membership_list_container>div .membership-item .read-more:hover {
    text-decoration: underline
}

#membership-view #sb_membership_list_container>div .membership-item .date-bar {
    background-repeat: no-repeat;
    margin-bottom: 20px
}

#membership-view #sb_membership_list_container>div .membership-item .date-bar .date-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

#membership-view #sb_membership_list_container>div .membership-item .date-bar .date-item .date-item-period span {
    font-size: 15px
}

#membership-view #sb_membership_list_container>div .membership-item .date-bar .date-item .date-item-period .date-item-title {
    font-size: 16px;
    font-weight: 600
}

#membership-view #sb_membership_list_container>div .membership-item .date-bar span {
    display: block;
    vertical-align: middle
}

#membership-view #sb_membership_list_container>div .membership-item .date-bar .icon {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    font-size: 30px
}

#membership-view #sb_membership_list_container>div .membership-item .date-bar .icon.member-finish {
    background-position: -2px -2px
}

#membership-view #sb_membership_list_container>div .membership-item .date-bar .icon.member-start {
    background-position: -32px -2px
}

#membership-view #sb_membership_list_container>div .membership-item .date-bar .icon.clock {
    background-position: 0;
    background-repeat: no-repeat
}

#membership-view #sb_membership_list_container>div .membership-item .btn-bar {
    margin-top: auto;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 0
}

#membership-view #sb_membership_list_container>div .membership-item .btn-bar span a:first-of-type {
    display: none
}

#membership-view #sb_membership_list_container>div .membership-item .btn-bar .start-date-btn:hover {
    opacity: 1
}

#membership-view #sb_membership_list_container>div .membership-item .btn-bar .recurring-profile-btn,#membership-view #sb_membership_list_container>div .membership-item .btn-bar .start-date-btn {
    width: 100%;
    height: auto;
    margin: 0 auto;
    cursor: default;
    background: rgba(0,0,0,.05);
    color: #4c4c4c;
    margin-bottom: 10px
}

#membership-view #sb_membership_list_container>div .membership-item .btn-bar .recurring-profile-btn .sb_start_date,#membership-view #sb_membership_list_container>div .membership-item .btn-bar .start-date-btn .sb_start_date {
    display: inline-block;
    cursor: pointer;
    padding: 0 2px;
    margin: 0 4px;
    text-decoration: underline
}

#membership-view #sb_membership_list_container>div .membership-item .btn-bar .recurring-profile-btn .sb_start_date[type=hidden],#membership-view #sb_membership_list_container>div .membership-item .btn-bar .start-date-btn .sb_start_date[type=hidden] {
    display: none
}

#membership-view #sb_membership_list_container>div .membership-item .btn-bar .recurring-profile-btn a {
    color: #337ab7
}

#membership-view #sb_membership_list_container>div .membership-item .btn-bar .sb_cancel_recurring {
    cursor: pointer;
    color: #fff;
    font-weight: 400
}

#membership-view #sb_membership_list_container>div .alert {
    margin-bottom: 30px;
    text-align: center
}

#membership-view #sb_membership_list_container.content-mode-list>div {
    padding: 0 15px
}

#membership-view #membership-payment-history {
    font-size: 14px
}

#membership-view #membership-payment-history .title-main {
    background: #fff;
    padding: 30px 0;
    text-align: center;
    border-radius: 3px 3px 0 0
}

#membership-view #membership-payment-history .table-header {
    padding: 20px 0;
    background: #e6eaef
}

#membership-view #membership-payment-history #sb_membership_payment_history .row {
    padding: 20px 0
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item,#membership-view #sb_membership_list_container.content-mode-list .membership-item {
    float: none
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel {
    width: 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 15px;
    border: none;
    border-radius: 0;
    background: hsla(0,0%,100%,.92);
    box-shadow: 0 2px 6px -2px rgba(0,0,0,.29);
    transition: background,box-shadow .2s ease-in
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .sidebar-list-attribute-info,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .sidebar-list-attribute-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel:last-child,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel:last-child {
    margin-bottom: 0
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel:hover,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel:hover {
    box-shadow: 0 2px 6px -3px rgba(0,0,0,.2)
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .mobile-title,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .mobile-title {
    width: 100%;
    display: none
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .mobile-title .title,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .mobile-title .title {
    display: -ms-flexbox;
    display: flex;
    gap: 5px
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .mobile-title .title .used-overlay,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .mobile-title .title .used-overlay {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    line-height: 1;
    position: static;
    font-family: sans-serif
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .mobile-title .title .used-overlay .text,#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .mobile-title .title .used-overlay .txt,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .mobile-title .title .used-overlay .text,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .mobile-title .title .used-overlay .txt {
    display: inline-block;
    background-color: #fe4d4d;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    padding: 1px 12px 0;
    white-space: nowrap;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,.2);
    text-transform: uppercase;
    border-radius: 20px;
    font-family: sans-serif
}

@media (max-width: 767px) {
    #membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .mobile-title,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .mobile-title {
        display:block
    }
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .preloader,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .preloader {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 140px;
    width: 160px;
    min-width: 160px;
    margin: -15px 12px -15px -15px
}

@media (max-width: 767px) {
    #membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .preloader,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .preloader {
        max-height:100px;
        height: 80px;
        width: 110px;
        max-width: 110px;
        min-width: 60px;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0
    }
}

@media (max-width: 480px) {
    #membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .preloader,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .preloader {
        height:60px;
        max-height: 60px;
        max-width: 100%;
        width: 60px;
        min-width: 60px
    }
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .preloader a,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .preloader a {
    display: block;
    position: relative;
    transition: all .2s ease-out;
    height: 100%;
    width: 100%;
    padding: 0;
    min-height: 40px
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .preloader a:hover,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .preloader a:hover {
    filter: grayscale(50%)
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .preloader a:active,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .preloader a:active {
    transform: scale(1.02,.98)
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .preloader .img,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .preloader .img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 100%;
    width: 100%
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .preloader .img img,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .preloader .img img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: object-fit\: cover;
    height: 100%;
    width: 100%;
    min-height: 10px;
    border-radius: 0 0 0 0
}

@media (max-width: 767px) {
    #membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .preloader .img img,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .preloader .img img {
        height:80px;
        max-height: 80px;
        border-radius: 0
    }
}

@media (max-width: 480px) {
    #membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .preloader .img img,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .preloader .img img {
        height:60px;
        width: 60px;
        min-width: 60px
    }
}

@media (max-width: 480px) {
    #membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .preloader .img.user img,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .preloader .img.user img {
        border-radius:50%
    }
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .preloader .img.default img,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .preloader .img.default img {
    max-height: 60px;
    max-width: 100%;
    width: auto;
    position: relative
}

@media (max-width: 480px) {
    #membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .preloader .img.default img,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .preloader .img.default img {
        height:auto
    }
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .preloader .img.default svg,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .preloader .img.default svg {
    width: 100px!important
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .title,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 6px;
    font-size: 16px;
    line-height: 1.22;
    padding: 0;
    font-weight: 500;
    margin: 0 0 8px
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .title-txt,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .title-txt {
    width: 100%
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .title .promotion-item__tag,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .title .promotion-item__tag {
    margin: 0;
    line-height: 1;
    padding: 0
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .title .promotion-item__tag .txt,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .title .promotion-item__tag .txt {
    font-family: sans-serif
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .title a,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .title a {
    cursor: pointer;
    margin: 0;
    display: block;
    text-decoration: none;
    position: relative
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .title .used-overlay,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .title .used-overlay {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    line-height: 1;
    position: static
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .title .used-overlay .text,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .title .used-overlay .text {
    display: inline-block;
    background-color: #e57373;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    padding: 0 12px;
    white-space: nowrap;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,.2);
    text-transform: uppercase;
    border-radius: 20px
}

@media (max-width: 767px) {
    #membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .title,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .title {
        display:none
    }
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel>.one-line,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel>.one-line {
    width: calc(100% - 160px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 767px) {
    #membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel>.one-line,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel>.one-line {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        width: calc(100% - 122px)
    }
}

@media (max-width: 480px) {
    #membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel>.one-line,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel>.one-line {
        width:calc(100% - 72px)
    }
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel>.one-line.no-image,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel>.one-line.no-image {
    width: 100%
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel>.one-line .content,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel>.one-line .content {
    width: 100%;
    min-height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 767px) {
    #membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel>.one-line .content,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel>.one-line .content {
        min-height:70px
    }
}

@media (max-width: 480px) {
    #membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel>.one-line .content,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel>.one-line .content {
        min-height:1px
    }
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .info-bar,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .info-bar {
    margin-top: auto;
    margin-bottom: 0;
    line-height: 1;
    gap: 10px
}

@media (max-width: 767px) {
    #membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .info-bar,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .info-bar {
        margin-bottom:auto
    }
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .info-bar .ico,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .info-bar .ico {
    font-size: 15px;
    display: inline-block;
    width: 24px;
    min-width: 24px;
    text-align: center;
    margin: 0 4px 0 0;
    line-height: 1
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 26px;
    margin: 0;
    line-height: 1;
    gap: 0
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item.service-bonus,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item.service-bonus {
    width: 100%;
    margin-right: 0;
    -ms-flex: unset;
    flex: unset
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item.service-bonus .ico,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item.service-bonus .ico {
    margin: 0
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item.service-deposit,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item.service-deposit {
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 1024px) {
    #membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item.service-deposit,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item.service-deposit {
        width:100%
    }
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item.service-deposit .service-deposit__price,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item.service-deposit .service-deposit__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 767px) {
    #membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item.service-deposit .service-deposit__price,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item.service-deposit .service-deposit__price {
        -ms-flex-direction:column;
        flex-direction: column
    }

    #membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item.service-deposit .service-deposit__price .badge-line,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item.service-deposit .service-deposit__price .badge-line {
        display: none
    }
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item.service-deposit .badge,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item.service-deposit .badge {
    margin: 0;
    padding: 0
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item.service-deposit .badge .text,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item.service-deposit .badge .text {
    font-size: 16px;
    font-weight: 400
}

@media (max-width: 480px) {
    #membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item {
        margin-right:0
    }
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item .txt,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item .txt {
    line-height: 1
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item.price .txt,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item.price .txt {
    font-size: 17px;
    font-weight: 600
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item.gift-type .price-val,#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item.gift-type .sb_start_date,#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item.start-date-btn .price-val,#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item.start-date-btn .sb_start_date,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item.gift-type .price-val,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item.gift-type .sb_start_date,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item.start-date-btn .price-val,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item.start-date-btn .sb_start_date {
    font-size: 16px;
    padding: 0 6px;
    line-height: 1;
    font-weight: 400
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item.gift-type [type=hidden],#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item.start-date-btn [type=hidden],#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item.gift-type [type=hidden],#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .info-bar .bar-flex-item.start-date-btn [type=hidden] {
    display: none
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .info-bar p,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .info-bar p {
    margin: 0;
    padding: 0
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    margin: 0 0 0 15px;
    padding-bottom: 30px;
    width: auto
}

@media (max-width: 767px) {
    #membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar {
        -ms-flex-direction:row;
        flex-direction: row;
        width: calc(100% + 10px);
        margin: 10px -5px 0;
        padding-bottom: 0;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar .btn,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar .btn {
    outline: none;
    margin: 5px
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar.has-read-more .btn-round-mask:after,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar.has-read-more .btn-round-mask:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 100%;
    top: 0;
    left: 2px;
    transition: all .2s ease-in;
    display: none!important
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar.has-read-more .btn-round-mask:active:after,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar.has-read-more .btn-round-mask:active:after {
    left: 1px
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 36px
}

@media (max-width: 767px) {
    #membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more {
        height:32px;
        position: relative
    }
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more {
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    height: 36px;
    width: 160px;
    min-width: 60px;
    background: transparent;
    border-radius: 3px;
    padding: 0 10px;
    overflow: hidden;
    transition: all .2s cubic-bezier(1,0,.24,.93);
    z-index: 3
}

@media (max-width: 767px) {
    #membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more {
        width:130px;
        height: 32px;
        padding: 0 5px
    }
}

@media (max-width: 600px) {
    #membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more {
        width:auto;
        border: 1px solid rgba(0,0,0,.11);
        min-width: 60px;
        max-width: 60px;
        padding: 0 15px
    }
}

@media (max-width: 360px) {
    #membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more {
        min-width:48px;
        max-width: 48px
    }
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more .part,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more .part {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .2s ease
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more .part.txt-part,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more .part.txt-part {
    font-size: 15px;
    line-height: 1.2;
    padding-right: 6px
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more .part.txt-part .more-part,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more .part.txt-part .more-part {
    display: none
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more .part.txt-part .less-part,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more .part.txt-part .less-part {
    display: block
}

@media (max-width: 600px) {
    #membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more .part.txt-part,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more .part.txt-part {
        display:none
    }
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part {
    position: relative;
    font-size: 24px;
    font-weight: 400;
    text-decoration: none!important;
    transform: rotate(180deg)
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part .custom-checkbox input:checked+.custom-label:before,#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part .fal:before,#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part :not(.fab)[class*=fa-]:before,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part .custom-checkbox input:checked+.custom-label:before,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part .fal:before,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part :not(.fab)[class*=fa-]:before,.custom-checkbox #membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part input:checked+.custom-label:before,.custom-checkbox #membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part input:checked+.custom-label:before {
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more.collapsed .part.txt-part .more-part,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more.collapsed .part.txt-part .more-part {
    display: block
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more.collapsed .part.txt-part .less-part,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more.collapsed .part.txt-part .less-part {
    display: none
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more.collapsed .part.ico-part,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar .wrap-read-more .read-more.collapsed .part.ico-part {
    transform: rotate(0deg)
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar .btn,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar .btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 36px;
    padding: 0;
    text-align: center;
    white-space: normal;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    box-shadow: unset;
    text-decoration: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    transition: all .2s ease-in
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar .btn:active,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar .btn:active {
    box-shadow: none
}

@media (max-width: 767px) {
    #membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar .btn,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar .btn {
        height:32px
    }
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar .btn.select,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar .btn.select {
    min-width: 160px;
    width: 160px;
    padding: 0 15px;
    font-size: 15px
}

@media (max-width: 480px) {
    #membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar .btn.select,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar .btn.select {
        width:auto;
        min-width: 110px;
        line-height: 1;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width: 359px) {
    #membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar .btn.select,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar .btn.select {
        min-width:100px
    }
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar.btn-bar-full-info,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar.btn-bar-full-info {
    -ms-flex-direction: row;
    flex-direction: row;
    clear: both;
    width: calc(100% + 10px);
    margin: 0 -5px;
    display: none
}

@media (max-width: 767px) {
    #membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar.btn-bar-full-info,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar.btn-bar-full-info {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar.btn-bar-full-info .btn,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar.btn-bar-full-info .btn {
    margin: 2px 5px;
    padding: 0 20px
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar.btn-bar-full-info .btn .pr-numb,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar.btn-bar-full-info .btn .pr-numb {
    padding-left: 4px
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar.btn-bar-full-info .btn .pr-decimal,#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel .btn-bar.btn-bar-full-info .btn .pr-numb,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar.btn-bar-full-info .btn .pr-decimal,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel .btn-bar.btn-bar-full-info .btn .pr-numb {
    font-size: 16px;
    margin: 0
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel>.wrap-collapse-content,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel>.wrap-collapse-content {
    padding: 0;
    width: 100%
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel>.wrap-collapse-content .collapse-content,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel>.wrap-collapse-content .collapse-content {
    position: relative;
    padding-top: 30px
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel>.wrap-collapse-content .collapse-content:after,#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel>.wrap-collapse-content .collapse-content:before,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel>.wrap-collapse-content .collapse-content:after,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel>.wrap-collapse-content .collapse-content:before {
    content: " ";
    display: table
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel>.wrap-collapse-content .collapse-content:after,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel>.wrap-collapse-content .collapse-content:after {
    clear: both
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel>.wrap-collapse-content .collapse-content a,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel>.wrap-collapse-content .collapse-content a {
    position: relative;
    z-index: 2
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel>.wrap-collapse-content .collapse-content:before,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel>.wrap-collapse-content .collapse-content:before {
    position: absolute;
    top: 15px;
    left: -15px;
    content: " ";
    display: block;
    height: 1px;
    width: calc(100% + 30px);
    background: rgba(0,0,0,.2)
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel>.wrap-collapse-content .collapse-content .biggest-previev,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel>.wrap-collapse-content .collapse-content .biggest-previev {
    float: left;
    width: 50%;
    margin-right: 30px;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    #membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel>.wrap-collapse-content .collapse-content .biggest-previev,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel>.wrap-collapse-content .collapse-content .biggest-previev {
        width:100%;
        margin-right: 0
    }
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel>.wrap-collapse-content .collapse-content .biggest-previev img,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel>.wrap-collapse-content .collapse-content .biggest-previev img {
    max-height: 600px
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel>.wrap-collapse-content .collapse-content ul li,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel>.wrap-collapse-content .collapse-content ul li {
    list-style-type: disc
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info {
    padding-top: 30px;
    -ms-flex-direction: row;
    flex-direction: row
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info:before,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info:before {
    content: " ";
    width: calc(100% + 30px);
    height: 1px;
    left: -15px;
    top: 15px;
    position: absolute;
    display: block;
    background: rgba(0,0,0,.2)
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info .btn-hide,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info .btn-hide {
    min-width: 100px;
    background: transparent
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info .btn,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info .btn {
    margin-top: 5px;
    margin-bottom: 5px
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item.panel.paid-attr__item.no-image .one-line,#membership-view #sb_membership_list_container.content-mode-list .membership-item.panel.paid-attr__item.no-image .one-line {
    width: 100%
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item .info-bar>.d-flex,#membership-view #sb_membership_list_container.content-mode-list .membership-item .info-bar>.d-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item .d-flex .flex-bar-row,#membership-view #sb_membership_list_container.content-mode-list .membership-item .d-flex .flex-bar-row {
    min-width: 220px
}

@media (max-width: 480px) {
    #membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item .d-flex .flex-bar-row,#membership-view #sb_membership_list_container.content-mode-list .membership-item .d-flex .flex-bar-row {
        min-width:100px
    }
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item .d-flex .bar-flex-item .d-flex,#membership-view #sb_membership_list_container.content-mode-list .membership-item .d-flex .bar-flex-item .d-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item .d-flex .bar-flex-item .value,#membership-view #sb_membership_list_container.content-mode-list .membership-item .d-flex .bar-flex-item .value {
    font-size: 16px;
    padding-left: 6px;
    font-weight: 700
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item .d-flex .bar-flex-item .value span,#membership-view #sb_membership_list_container.content-mode-list .membership-item .d-flex .bar-flex-item .value span {
    font-weight: 400
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item .d-flex .bar-flex-item .txt,#membership-view #sb_membership_list_container.content-mode-list .membership-item .d-flex .bar-flex-item .txt {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item .d-flex .bar-flex-item.date-item-purchased,#membership-view #sb_membership_list_container.content-mode-list .membership-item .d-flex .bar-flex-item.date-item-purchased {
    width: 100%;
    margin-right: 0
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item .d-flex .bar-flex-item.date-item-purchased .d-flex,#membership-view #sb_membership_list_container.content-mode-list .membership-item .d-flex .bar-flex-item.date-item-purchased .d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item .d-flex .bar-flex-item.purchased-item,#membership-view #sb_membership_list_container.content-mode-list .membership-item .d-flex .bar-flex-item.purchased-item {
    width: 100%;
    margin-right: 0
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item .d-flex .bar-flex-item.purchased-item .purchased,#membership-view #sb_membership_list_container.content-mode-list .membership-item .d-flex .bar-flex-item.purchased-item .purchased {
    font-weight: 400;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 5px 4px 15px;
    height: 26px;
    line-height: 1;
    font-size: 16px;
    text-transform: none;
    box-shadow: none;
    width: auto;
    border-radius: 3px 0 0 3px;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    transform: none;
    color: #fff;
    background-color: rgba(95,161,254,.9)
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item .d-flex .bar-flex-item.purchased-item .purchased:before,#membership-view #sb_membership_list_container.content-mode-list .membership-item .d-flex .bar-flex-item.purchased-item .purchased:before {
    display: block;
    content: "";
    position: absolute;
    height: 100%;
    width: 20px;
    right: -20px;
    top: 0;
    background-image: url(../../assets/img/ics/gift_label.svg);
    background-repeat: no-repeat;
    background-position: 100%;
    -webkit-background-size: 20px;
    background-size: 20px;
    opacity: .9
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item .d-flex .bar-flex-item.sessions-num-wrapper .session-remind,#membership-view #sb_membership_list_container.content-mode-list .membership-item .d-flex .bar-flex-item.sessions-num-wrapper .session-remind {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item .d-flex .bar-flex-item.change-date-item [type=hidden],#membership-view #sb_membership_list_container.content-mode-list .membership-item .d-flex .bar-flex-item.change-date-item [type=hidden] {
    display: none
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item .d-flex .bar-flex-item.renewal-item .pr-numb,#membership-view #sb_membership_list_container.content-mode-list .membership-item .d-flex .bar-flex-item.renewal-item .pr-numb {
    padding-left: 6px
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item .d-flex .bar-flex-item.renewal-item .pr-decimal,#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item .d-flex .bar-flex-item.renewal-item .pr-numb,#membership-view #sb_membership_list_container.content-mode-list .membership-item .d-flex .bar-flex-item.renewal-item .pr-decimal,#membership-view #sb_membership_list_container.content-mode-list .membership-item .d-flex .bar-flex-item.renewal-item .pr-numb {
    margin: 0;
    font-size: 16px;
    font-weight: 700
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item .d-flex .bar-flex-item.date-item-auto-rec .txt,#membership-view #sb_membership_list_container.content-mode-list .membership-item .d-flex .bar-flex-item.date-item-auto-rec .txt {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item .d-flex .bar-flex-item.date-item-auto-rec .pr-numb,#membership-view #sb_membership_list_container.content-mode-list .membership-item .d-flex .bar-flex-item.date-item-auto-rec .pr-numb {
    padding-left: 4px
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item .d-flex .bar-flex-item.date-item-auto-rec .pr-decimal,#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item .d-flex .bar-flex-item.date-item-auto-rec .pr-numb,#membership-view #sb_membership_list_container.content-mode-list .membership-item .d-flex .bar-flex-item.date-item-auto-rec .pr-decimal,#membership-view #sb_membership_list_container.content-mode-list .membership-item .d-flex .bar-flex-item.date-item-auto-rec .pr-numb {
    font-size: 16px;
    margin: 0;
    font-weight: 700
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item .one-line>.btn-bar .recurring-profile-info,#membership-view #sb_membership_list_container.content-mode-list .membership-item .one-line>.btn-bar .recurring-profile-info {
    width: auto
}

@media (max-width: 767px) {
    #membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item .one-line>.btn-bar .recurring-profile-info,#membership-view #sb_membership_list_container.content-mode-list .membership-item .one-line>.btn-bar .recurring-profile-info {
        margin-left:10px
    }
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item .one-line>.btn-bar .btn.sb_cancel_recurring,#membership-view #sb_membership_list_container.content-mode-list .membership-item .one-line>.btn-bar .btn.sb_cancel_recurring {
    padding-left: 15px;
    padding-right: 15px;
    min-width: 160px;
    max-width: 160px;
    white-space: normal;
    line-height: 1.2
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item .one-line>.btn-bar .btn.price-formatter,#membership-view #sb_membership_list_container.content-mode-list .membership-item .one-line>.btn-bar .btn.price-formatter {
    white-space: nowrap;
    padding: 0 20px;
    min-width: 160px
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item .one-line>.btn-bar .btn.price-formatter .pr-numb,#membership-view #sb_membership_list_container.content-mode-list .membership-item .one-line>.btn-bar .btn.price-formatter .pr-numb {
    padding-left: 4px
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item .one-line>.btn-bar .btn.price-formatter .pr-decimal,#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item .one-line>.btn-bar .btn.price-formatter .pr-numb,#membership-view #sb_membership_list_container.content-mode-list .membership-item .one-line>.btn-bar .btn.price-formatter .pr-decimal,#membership-view #sb_membership_list_container.content-mode-list .membership-item .one-line>.btn-bar .btn.price-formatter .pr-numb {
    font-size: 16px;
    margin: 0
}

#membership-plugin #sb_membership_module_list_container.content-mode-list .membership-item .one-line>.btn-bar .wrap-read-more.wrap-read-more-purc,#membership-view #sb_membership_list_container.content-mode-list .membership-item .one-line>.btn-bar .wrap-read-more.wrap-read-more-purc {
    position: relative
}

#membership-plugin .see-more {
    text-align: center;
    margin-top: 30px
}

#membership-plugin .btn-with-icon {
    margin: 0 auto
}

#membership-plugin .btn-with-icon a {
    text-decoration: none
}

#membership-plugin .btn-with-icon:after {
    content: "";
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-family: Font Awesome\ 5 Pro
}

#membership-plugin .date-bar {
    margin-bottom: 20px
}

#membership-plugin .date-bar span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400
}

#membership-plugin .date-bar .icon {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    background-repeat: no-repeat
}

#membership-plugin .date-bar .icon.member-finish {
    background-position: -2px -2px
}

#membership-plugin .date-bar .icon.member-start {
    background-position: -32px -2px
}

#membership-plugin .date-bar .icon.clock {
    background-position: 0;
    background-repeat: no-repeat
}

.clock+.date {
    font-weight: 600
}

.mb.btn-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
    min-height: 0
}

.mb.btn-bar .wrapper {
    width: 100%;
    display: block;
    text-decoration: none;
    font-size: 18px;
    border: 0;
    white-space: normal;
    padding: 10px 5px
}

.mb.btn-bar .wrapper.start-date-btn {
    background-color: rgba(0,0,0,.05)
}

.mb.btn-bar .wrapper.start-date-btn .sb_fixed_start_date {
    display: inline-block;
    padding: 0 2px;
    margin: 0 4px
}

.mb.btn-bar .wrapper:empty {
    display: none
}

.mb.btn-bar .info-container {
    max-width: 320px
}

.mb.btn-bar .active-container,.mb.btn-bar .info-container {
    text-align: center;
    font-weight: 600;
    width: 100%;
    margin: 0 auto
}

@media (max-width: 767px) {
    .mb.btn-bar .active-container {
        max-width:320px
    }
}

.price-formatter span.pr-decimal {
    font-size: 12px;
    margin-top: auto;
    vertical-align: top
}

.price-formatter span.pr-currency {
    font-size: 18px
}

#sb_membership_container #sb_membership_select {
    padding-right: 40px;
    width: 100%;
    overflow: hidden
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .left-side .form-group .control-label.required+div[class*=col-]:before {
    left: 100%
}

#sb_membership_module_list_container.content-mode-list {
    padding-left: 15px;
    padding-right: 15px
}

#sb_membership_module .membership-item {
    width: 33.333%;
    padding: 0 15px
}

@media (max-width: 1024px) {
    #sb_membership_module .membership-item {
        width:50%
    }
}

@media (max-width: 767px) {
    #sb_membership_module .membership-item {
        width:100%
    }
}

#sb_membership_module .membership-item .excerpt-info {
    position: relative
}

#sb_membership_module .membership-item .excerpt-info .txt.short p {
    margin: 0!important
}

#sb_membership_module .membership-item .purchased {
    position: absolute;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    background: #f7f7f7;
    color: #454545;
    left: 0;
    margin-top: 30px;
    padding: 10px 10px 10px 40px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
    z-index: 10
}

@media (max-width: 1366px) {
    #sb_membership_module .membership-item .purchased {
        padding:10px 10px 10px 30px
    }
}

@media (max-width: 1024px) {
    #sb_membership_module .membership-item .purchased {
        padding:10px 10px 10px 20px
    }
}

@media (max-width: 767px) {
    #sb_membership_module .membership-item .purchased {
        padding:30px
    }
}

#sb_membership_module .membership-item .purchased-no-image {
    position: static!important;
    padding: 10px!important;
    margin-top: 0!important;
    text-align: center
}

#sb_membership_module .membership-item .preloader {
    overflow: hidden
}

#sb_membership_module .membership-item .read-more {
    cursor: pointer;
    position: absolute;
    bottom: -4px;
    right: 0;
    background-color: #fff
}

#sb_membership_module .membership-item .read-more:before {
    display: block;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -35px;
    position: absolute;
    background: -moz-linear-gradient(left,hsla(0,0%,100%,.3) 0,hsla(0,0%,100%,.31) 1%,hsla(0,0%,100%,.83) 61%,#fff 80%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,hsla(0,0%,100%,.3)),color-stop(1%,hsla(0,0%,100%,.31)),color-stop(61%,hsla(0,0%,100%,.83)),color-stop(80%,#fff));
    background: -webkit-linear-gradient(left,hsla(0,0%,100%,.3),hsla(0,0%,100%,.31) 1%,hsla(0,0%,100%,.83) 61%,#fff 80%);
    background: -o-linear-gradient(left,hsla(0,0%,100%,.3) 0,hsla(0,0%,100%,.31) 1%,hsla(0,0%,100%,.83) 61%,#fff 80%);
    background: -ms-linear-gradient(left,hsla(0,0%,100%,.3) 0,hsla(0,0%,100%,.31) 1%,hsla(0,0%,100%,.83) 61%,#fff 80%);
    background: linear-gradient(90deg,hsla(0,0%,100%,.3) 0,hsla(0,0%,100%,.31) 1%,hsla(0,0%,100%,.83) 61%,#fff 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4dffffff",endColorstr="#ffffff",GradientType=1)
}

#sb_membership_module .membership-item .read-more:hover {
    text-decoration: underline
}

#sb_membership_module .membership-item .start-date-btn {
    margin-bottom: 12px
}

#sb_membership_module .membership-item .start-date-btn a {
    display: inline-block;
    padding: 0 2px;
    margin: 0 4px
}

#sb_membership_module .membership-item .start-date-btn a[name=start_date],#sb_membership_module .membership-item .start-date-btn a[type=hidden] {
    display: none
}

#sb_membership_module .membership-item .start-date-btn .sb_fixed_start_date {
    display: inline-block;
    padding: 0 2px;
    margin: 0 4px
}

#sb_membership_module #sb_membership_module_list_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.package-content>div {
    margin-left: -15px;
    margin-right: -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.package-content>div:after,.package-content>div:before {
    content: " ";
    display: table
}

.package-content>div:after {
    clear: both
}

.package-content>div:after,.package-content>div:before {
    width: 100%
}

.package-content>div .package-item {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px
}

@media (max-width: 1024px) {
    .package-content>div .package-item {
        width:50%
    }
}

@media (max-width: 767px) {
    .package-content>div .package-item {
        width:100%;
        margin-bottom: 15px
    }
}

.package-content>div .package-item .tab.tab-col .excerpt-info {
    position: relative
}

.package-content>div .package-item .tab.tab-col .excerpt-info.without-image {
    padding-top: 20px
}

@media (max-width: 1024px) {
    .package-content>div .package-item .tab.tab-col .excerpt-info.without-image {
        padding-top:40px
    }
}

.package-content>div .package-item .tab.tab-col .excerpt-info .is-used {
    background: hsla(0,0%,100%,.75);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .5px;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 8px 15px;
    line-height: 1;
    width: auto;
    display: inline-block;
    border-radius: 0;
    z-index: 1
}

.package-content>div .package-item .tab.tab-col .excerpt-info .preloader {
    background: transparent;
    position: relative
}

.package-content>div .package-item .tab.tab-col .excerpt-info .preloader .img.default img {
    max-height: 140px
}

.package-content>div .package-item .tab.tab-col .excerpt-info .txt.short {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.6em;
    height: 4.9em
}

.package-content>div .package-item .selected-package-list {
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative
}

.package-content>div .package-item .selected-package-list .package-list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.package-content>div .package-item .selected-package-list .package-list-item:before {
    display: inline-block;
    width: 40px;
    min-width: 40px;
    text-align: center;
    font-size: 20px
}

.package-content>div .package-item .selected-package-list .package-list-item .title {
    width: 100%;
    margin-right: 10px;
    position: relative
}

.package-content>div .package-item .selected-package-list .package-list-item.package-attr:before {
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.package-content>div .package-item .selected-package-list .package-list-item.package-product:before {
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.package-content>div .package-item .selected-package-list .package-list-item.package-service:before {
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.package-content>div .package-item .selected-package-list .package-list-item.package-limit:before {
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.package-content>div .package-item .selected-package-list .package-list-item .count {
    white-space: nowrap
}

.package-content>div .package-item .selected-package-list.short {
    max-height: 90px;
    height: 90px;
    overflow: hidden
}

.package-content>div .package-item .selected-package-list.short .package-list-item {
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    margin-bottom: 0
}

.package-content>div .package-item .selected-package-list.short .package-list-item .title {
    width: 100%;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.package-content>div .package-item .selected-package-list.short .read-more {
    height: 32px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1
}

.package-content>div .package-item .date-bar {
    margin-bottom: 15px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.package-content>div .package-item .date-bar .date-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px
}

.package-content>div .package-item .date-bar .icon {
    text-align: center;
    width: 40px;
    min-width: 40px;
    height: 30px;
    font-size: 30px
}

.package-content>div .package-item .date-bar .read-more {
    position: relative;
    margin-left: auto;
    margin-right: 0;
    display: inline-block;
    top: auto;
    bottom: auto;
    right: 0
}

.package-content>div .package-item .btn-bar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.package-content>div .package-item .btn-bar .start-date-btn {
    background: rgba(0,0,0,.05);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
    padding: 6px 15px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 40px;
    white-space: normal
}

@media (max-width: 767px) {
    .package-content>div .package-item .btn-bar .start-date-btn {
        -ms-flex-pack:center;
        justify-content: center
    }
}

.package-content>div .package-item .btn-bar .start-date-btn a {
    display: inline-block;
    padding: 5px
}

.package-content>div .package-item .btn-bar .start-date-btn a[type=hidden] {
    display: none
}

.package-content>div .package-item.panel {
    width: 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 15px;
    border: none;
    border-radius: 0;
    background: hsla(0,0%,100%,.92);
    box-shadow: 0 2px 6px -2px rgba(0,0,0,.29);
    transition: background,box-shadow .2s ease-in
}

.package-content>div .package-item.panel .sidebar-list-attribute-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.package-content>div .package-item.panel:last-child {
    margin-bottom: 0
}

.package-content>div .package-item.panel:hover {
    box-shadow: 0 2px 6px -3px rgba(0,0,0,.2)
}

.package-content>div .package-item.panel .mobile-title {
    width: 100%;
    display: none
}

.package-content>div .package-item.panel .mobile-title .title {
    display: -ms-flexbox;
    display: flex;
    gap: 5px
}

.package-content>div .package-item.panel .mobile-title .title .used-overlay {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    line-height: 1;
    position: static;
    font-family: sans-serif
}

.package-content>div .package-item.panel .mobile-title .title .used-overlay .text,.package-content>div .package-item.panel .mobile-title .title .used-overlay .txt {
    display: inline-block;
    background-color: #fe4d4d;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    padding: 1px 12px 0;
    white-space: nowrap;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,.2);
    text-transform: uppercase;
    border-radius: 20px;
    font-family: sans-serif
}

@media (max-width: 767px) {
    .package-content>div .package-item.panel .mobile-title {
        display:block
    }
}

.package-content>div .package-item.panel .preloader {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 140px;
    width: 160px;
    min-width: 160px;
    margin: -15px 12px -15px -15px
}

@media (max-width: 767px) {
    .package-content>div .package-item.panel .preloader {
        max-height:100px;
        height: 80px;
        width: 110px;
        max-width: 110px;
        min-width: 60px;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0
    }
}

@media (max-width: 480px) {
    .package-content>div .package-item.panel .preloader {
        height:60px;
        max-height: 60px;
        max-width: 100%;
        width: 60px;
        min-width: 60px
    }
}

.package-content>div .package-item.panel .preloader a {
    display: block;
    position: relative;
    transition: all .2s ease-out;
    height: 100%;
    width: 100%;
    padding: 0;
    min-height: 40px
}

.package-content>div .package-item.panel .preloader a:hover {
    filter: grayscale(50%)
}

.package-content>div .package-item.panel .preloader a:active {
    transform: scale(1.02,.98)
}

.package-content>div .package-item.panel .preloader .img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 100%;
    width: 100%
}

.package-content>div .package-item.panel .preloader .img img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: object-fit\: cover;
    height: 100%;
    width: 100%;
    min-height: 10px;
    border-radius: 0 0 0 0
}

@media (max-width: 767px) {
    .package-content>div .package-item.panel .preloader .img img {
        height:80px;
        max-height: 80px;
        border-radius: 0
    }
}

@media (max-width: 480px) {
    .package-content>div .package-item.panel .preloader .img img {
        height:60px;
        width: 60px;
        min-width: 60px
    }
}

@media (max-width: 480px) {
    .package-content>div .package-item.panel .preloader .img.user img {
        border-radius:50%
    }
}

.package-content>div .package-item.panel .preloader .img.default img {
    max-height: 60px;
    max-width: 100%;
    width: auto;
    position: relative
}

@media (max-width: 480px) {
    .package-content>div .package-item.panel .preloader .img.default img {
        height:auto
    }
}

.package-content>div .package-item.panel .preloader .img.default svg {
    width: 100px!important
}

.package-content>div .package-item.panel .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 6px;
    font-size: 16px;
    line-height: 1.22;
    padding: 0;
    font-weight: 500;
    margin: 0 0 8px
}

.package-content>div .package-item.panel .title-txt {
    width: 100%
}

.package-content>div .package-item.panel .title .promotion-item__tag {
    margin: 0;
    line-height: 1;
    padding: 0
}

.package-content>div .package-item.panel .title .promotion-item__tag .txt {
    font-family: sans-serif
}

.package-content>div .package-item.panel .title a {
    cursor: pointer;
    margin: 0;
    display: block;
    text-decoration: none;
    position: relative
}

.package-content>div .package-item.panel .title .used-overlay {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    line-height: 1;
    position: static
}

.package-content>div .package-item.panel .title .used-overlay .text {
    display: inline-block;
    background-color: #e57373;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    padding: 0 12px;
    white-space: nowrap;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,.2);
    text-transform: uppercase;
    border-radius: 20px
}

@media (max-width: 767px) {
    .package-content>div .package-item.panel .title {
        display:none
    }
}

.package-content>div .package-item.panel>.one-line {
    width: calc(100% - 160px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 767px) {
    .package-content>div .package-item.panel>.one-line {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        width: calc(100% - 122px)
    }
}

@media (max-width: 480px) {
    .package-content>div .package-item.panel>.one-line {
        width:calc(100% - 72px)
    }
}

.package-content>div .package-item.panel>.one-line.no-image {
    width: 100%
}

.package-content>div .package-item.panel>.one-line .content {
    width: 100%;
    min-height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 767px) {
    .package-content>div .package-item.panel>.one-line .content {
        min-height:70px
    }
}

@media (max-width: 480px) {
    .package-content>div .package-item.panel>.one-line .content {
        min-height:1px
    }
}

.package-content>div .package-item.panel .info-bar {
    margin-top: auto;
    margin-bottom: 0;
    line-height: 1;
    gap: 10px
}

@media (max-width: 767px) {
    .package-content>div .package-item.panel .info-bar {
        margin-bottom:auto
    }
}

.package-content>div .package-item.panel .info-bar .ico {
    font-size: 15px;
    display: inline-block;
    width: 24px;
    min-width: 24px;
    text-align: center;
    margin: 0 4px 0 0;
    line-height: 1
}

.package-content>div .package-item.panel .info-bar .bar-flex-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 26px;
    margin: 0;
    line-height: 1;
    gap: 0
}

.package-content>div .package-item.panel .info-bar .bar-flex-item.service-bonus {
    width: 100%;
    margin-right: 0;
    -ms-flex: unset;
    flex: unset
}

.package-content>div .package-item.panel .info-bar .bar-flex-item.service-bonus .ico {
    margin: 0
}

.package-content>div .package-item.panel .info-bar .bar-flex-item.service-deposit {
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 1024px) {
    .package-content>div .package-item.panel .info-bar .bar-flex-item.service-deposit {
        width:100%
    }
}

.package-content>div .package-item.panel .info-bar .bar-flex-item.service-deposit .service-deposit__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 767px) {
    .package-content>div .package-item.panel .info-bar .bar-flex-item.service-deposit .service-deposit__price {
        -ms-flex-direction:column;
        flex-direction: column
    }

    .package-content>div .package-item.panel .info-bar .bar-flex-item.service-deposit .service-deposit__price .badge-line {
        display: none
    }
}

.package-content>div .package-item.panel .info-bar .bar-flex-item.service-deposit .badge {
    margin: 0;
    padding: 0
}

.package-content>div .package-item.panel .info-bar .bar-flex-item.service-deposit .badge .text {
    font-size: 16px;
    font-weight: 400
}

@media (max-width: 480px) {
    .package-content>div .package-item.panel .info-bar .bar-flex-item {
        margin-right:0
    }
}

.package-content>div .package-item.panel .info-bar .bar-flex-item .txt {
    line-height: 1
}

.package-content>div .package-item.panel .info-bar .bar-flex-item.price .txt {
    font-size: 17px;
    font-weight: 600
}

.package-content>div .package-item.panel .info-bar .bar-flex-item.gift-type .price-val,.package-content>div .package-item.panel .info-bar .bar-flex-item.gift-type .sb_start_date,.package-content>div .package-item.panel .info-bar .bar-flex-item.start-date-btn .price-val,.package-content>div .package-item.panel .info-bar .bar-flex-item.start-date-btn .sb_start_date {
    font-size: 16px;
    padding: 0 6px;
    line-height: 1;
    font-weight: 400
}

.package-content>div .package-item.panel .info-bar .bar-flex-item.gift-type [type=hidden],.package-content>div .package-item.panel .info-bar .bar-flex-item.start-date-btn [type=hidden] {
    display: none
}

.package-content>div .package-item.panel .info-bar p {
    margin: 0;
    padding: 0
}

.package-content>div .package-item.panel .btn-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    margin: 0 0 0 15px;
    padding-bottom: 30px;
    width: auto
}

@media (max-width: 767px) {
    .package-content>div .package-item.panel .btn-bar {
        -ms-flex-direction:row;
        flex-direction: row;
        width: calc(100% + 10px);
        margin: 10px -5px 0;
        padding-bottom: 0;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.package-content>div .package-item.panel .btn-bar .btn {
    outline: none;
    margin: 5px
}

.package-content>div .package-item.panel .btn-bar.has-read-more .btn-round-mask:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 100%;
    top: 0;
    left: 2px;
    transition: all .2s ease-in;
    display: none!important
}

.package-content>div .package-item.panel .btn-bar.has-read-more .btn-round-mask:active:after {
    left: 1px
}

.package-content>div .package-item.panel .btn-bar .wrap-read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 36px
}

@media (max-width: 767px) {
    .package-content>div .package-item.panel .btn-bar .wrap-read-more {
        height:32px;
        position: relative
    }
}

.package-content>div .package-item.panel .btn-bar .wrap-read-more .read-more {
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    height: 36px;
    width: 160px;
    min-width: 60px;
    background: transparent;
    border-radius: 3px;
    padding: 0 10px;
    overflow: hidden;
    transition: all .2s cubic-bezier(1,0,.24,.93);
    z-index: 3
}

@media (max-width: 767px) {
    .package-content>div .package-item.panel .btn-bar .wrap-read-more .read-more {
        width:130px;
        height: 32px;
        padding: 0 5px
    }
}

@media (max-width: 600px) {
    .package-content>div .package-item.panel .btn-bar .wrap-read-more .read-more {
        width:auto;
        border: 1px solid rgba(0,0,0,.11);
        min-width: 60px;
        max-width: 60px;
        padding: 0 15px
    }
}

@media (max-width: 360px) {
    .package-content>div .package-item.panel .btn-bar .wrap-read-more .read-more {
        min-width:48px;
        max-width: 48px
    }
}

.package-content>div .package-item.panel .btn-bar .wrap-read-more .read-more .part {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .2s ease
}

.package-content>div .package-item.panel .btn-bar .wrap-read-more .read-more .part.txt-part {
    font-size: 15px;
    line-height: 1.2;
    padding-right: 6px
}

.package-content>div .package-item.panel .btn-bar .wrap-read-more .read-more .part.txt-part .more-part {
    display: none
}

.package-content>div .package-item.panel .btn-bar .wrap-read-more .read-more .part.txt-part .less-part {
    display: block
}

@media (max-width: 600px) {
    .package-content>div .package-item.panel .btn-bar .wrap-read-more .read-more .part.txt-part {
        display:none
    }
}

.package-content>div .package-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part {
    position: relative;
    font-size: 24px;
    font-weight: 400;
    text-decoration: none!important;
    transform: rotate(180deg)
}

.custom-checkbox .package-content>div .package-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part input:checked+.custom-label:before,.package-content>div .package-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part .custom-checkbox input:checked+.custom-label:before,.package-content>div .package-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part .fal:before,.package-content>div .package-item.panel .btn-bar .wrap-read-more .read-more .part.ico-part :not(.fab)[class*=fa-]:before {
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.package-content>div .package-item.panel .btn-bar .wrap-read-more .read-more.collapsed .part.txt-part .more-part {
    display: block
}

.package-content>div .package-item.panel .btn-bar .wrap-read-more .read-more.collapsed .part.txt-part .less-part {
    display: none
}

.package-content>div .package-item.panel .btn-bar .wrap-read-more .read-more.collapsed .part.ico-part {
    transform: rotate(0deg)
}

.package-content>div .package-item.panel .btn-bar .btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 36px;
    padding: 0;
    text-align: center;
    white-space: normal;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    box-shadow: unset;
    text-decoration: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    transition: all .2s ease-in
}

.package-content>div .package-item.panel .btn-bar .btn:active {
    box-shadow: none
}

@media (max-width: 767px) {
    .package-content>div .package-item.panel .btn-bar .btn {
        height:32px
    }
}

.package-content>div .package-item.panel .btn-bar .btn.select {
    min-width: 160px;
    width: 160px;
    padding: 0 15px;
    font-size: 15px
}

@media (max-width: 480px) {
    .package-content>div .package-item.panel .btn-bar .btn.select {
        width:auto;
        min-width: 110px;
        line-height: 1;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width: 359px) {
    .package-content>div .package-item.panel .btn-bar .btn.select {
        min-width:100px
    }
}

.package-content>div .package-item.panel .btn-bar.btn-bar-full-info {
    -ms-flex-direction: row;
    flex-direction: row;
    clear: both;
    width: calc(100% + 10px);
    margin: 0 -5px;
    display: none
}

@media (max-width: 767px) {
    .package-content>div .package-item.panel .btn-bar.btn-bar-full-info {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.package-content>div .package-item.panel .btn-bar.btn-bar-full-info .btn {
    margin: 2px 5px;
    padding: 0 20px
}

.package-content>div .package-item.panel .btn-bar.btn-bar-full-info .btn .pr-numb {
    padding-left: 4px
}

.package-content>div .package-item.panel .btn-bar.btn-bar-full-info .btn .pr-decimal,.package-content>div .package-item.panel .btn-bar.btn-bar-full-info .btn .pr-numb {
    font-size: 16px;
    margin: 0
}

.package-content>div .package-item.panel>.wrap-collapse-content {
    padding: 0;
    width: 100%
}

.package-content>div .package-item.panel>.wrap-collapse-content .collapse-content {
    position: relative;
    padding-top: 30px
}

.package-content>div .package-item.panel>.wrap-collapse-content .collapse-content:after,.package-content>div .package-item.panel>.wrap-collapse-content .collapse-content:before {
    content: " ";
    display: table
}

.package-content>div .package-item.panel>.wrap-collapse-content .collapse-content:after {
    clear: both
}

.package-content>div .package-item.panel>.wrap-collapse-content .collapse-content a {
    position: relative;
    z-index: 2
}

.package-content>div .package-item.panel>.wrap-collapse-content .collapse-content:before {
    position: absolute;
    top: 15px;
    left: -15px;
    content: " ";
    display: block;
    height: 1px;
    width: calc(100% + 30px);
    background: rgba(0,0,0,.2)
}

.package-content>div .package-item.panel>.wrap-collapse-content .collapse-content .biggest-previev {
    float: left;
    width: 50%;
    margin-right: 30px;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .package-content>div .package-item.panel>.wrap-collapse-content .collapse-content .biggest-previev {
        width:100%;
        margin-right: 0
    }
}

.package-content>div .package-item.panel>.wrap-collapse-content .collapse-content .biggest-previev img {
    max-height: 600px
}

.package-content>div .package-item.panel>.wrap-collapse-content .collapse-content ul li {
    list-style-type: disc
}

.package-content>div .package-item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info {
    padding-top: 30px;
    -ms-flex-direction: row;
    flex-direction: row
}

.package-content>div .package-item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info:before {
    content: " ";
    width: calc(100% + 30px);
    height: 1px;
    left: -15px;
    top: 15px;
    position: absolute;
    display: block;
    background: rgba(0,0,0,.2)
}

.package-content>div .package-item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info .btn-hide {
    min-width: 100px;
    background: transparent
}

.package-content>div .package-item.panel>.wrap-collapse-content .collapse-content .btn-bar-full-info .btn {
    margin-top: 5px;
    margin-bottom: 5px
}

.package-content>div .package-item.panel.paid-attr__item.no-image .one-line {
    width: 100%
}

.package-content>div .modal .full-info .selected-package-list .cap.full {
    margin-bottom: 15px
}

.package-content.content-mode-list>div {
    padding: 15px
}

.package-content.content-mode-list>div .panel .one-line .content {
    display: block;
    width: calc(100% - 176px)
}

@media (max-width: 767px) {
    .package-content.content-mode-list>div .panel .one-line .content {
        width:100%
    }
}

.package-content.content-mode-list>div .panel .one-line .btn-bar .wrap-read-more.sold-out {
    position: relative
}

.package-content.content-mode-list>div .panel .info-bar {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 480px) {
    .package-content.content-mode-list>div .panel .info-bar .bar-flex-item {
        width:100%
    }
}

.package-content.content-mode-list>div .panel .info-bar .bar-flex-item.used-item .is-used {
    display: inline-block;
    padding: 7px 12px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    background-color: tomato;
    color: #fff;
    position: relative
}

.package-content.content-mode-list>div .panel .info-bar .bar-flex-item.package-list-short-pd {
    width: 100%;
    padding: 5px 15px 5px 0;
    border-radius: 3px;
    background: rgba(0,0,0,.05);
    transition: all .3s ease-out
}

.package-content.content-mode-list>div .panel .info-bar .bar-flex-item.package-list-short-pd .selected-package-list.short {
    width: 100%;
    margin: 0;
    height: auto;
    max-height: 32px;
    display: block;
    text-align: left
}

.package-content.content-mode-list>div .panel .info-bar .bar-flex-item.package-list-short-pd .selected-package-list.short .package-list-item:before {
    font-size: 16px;
    width: 33px;
    min-width: 33px
}

.package-content.content-mode-list>div .panel .info-bar .bar-flex-item.package-list-short-pd .selected-package-list.short .package-list-item .title {
    font-size: 14px;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.package-content.content-mode-list>div .panel.expanded .info-bar .bar-flex-item.package-list-short-pd {
    opacity: 0;
    transform: translateY(22px)
}

.package-content.content-mode-list>div .wrap-collapse-content .collapse-content .selected-package-list {
    clear: both;
    padding: 6px 15px 6px 5px;
    border-radius: 3px;
    background: rgba(0,0,0,.05)
}

.package-content.content-mode-list>div .wrap-collapse-content .collapse-content .selected-package-list .package-list-item .title {
    display: block
}

.package-content.content-mode-list>div .wrap-collapse-content .collapse-content .selected-package-list .package-list-item:last-child {
    margin-bottom: 0
}

.error-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 525px;
    min-height: 400px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto
}

.error-card svg {
    width: 200px;
    margin-bottom: -20px
}

.error-card .title-main {
    padding-bottom: 0;
    margin-bottom: 15px;
    padding-top: 0;
    margin-top: 0;
    text-transform: none;
    line-height: 1.3
}

@media (max-width: 767px) {
    .error-card .title-main {
        margin-bottom:20px
    }
}

.error-card .title-main.er-404 {
    font-size: 40px;
    font-weight: 500
}

@media (max-width: 767px) {
    .error-card .title-main.er-404 {
        font-size:30px
    }
}

.error-card .error-txt {
    margin-bottom: 30px;
    font-size: 16px;
    text-align: center
}

@media (max-width: 767px) {
    .error-card .error-txt {
        margin-bottom:15px
    }
}

.error-card .redirect-block {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 60px
}

@media (max-width: 767px) {
    .error-card .redirect-block {
        -ms-flex-direction:column;
        flex-direction: column
    }
}

.error-card .redirect-block .block {
    margin: 5px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.error-card .redirect-block .block:nth-child(2) {
    margin-left: 10px
}

@media (max-width: 767px) {
    .error-card .redirect-block .block:nth-child(2) {
        margin-left:0
    }
}

.error-card .redirect-block .block .txt {
    padding-right: 10px;
    font-size: 16px
}

.error-card .redirect-block .block .btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pdf-invoice {
    min-height: 100vh;
    background-color: #fff
}

.pdf-invoice .invoice-top {
    padding-top: 50px;
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 2px solid #ccc
}

.pdf-invoice .invoice-top .name {
    font-size: 31px;
    line-height: 1.2;
    word-break: break-word!important
}

.pdf-invoice .invoice-top .title {
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600
}

.pdf-invoice .simple-card {
    text-align: right
}

@media (max-width: 700px) {
    .pdf-invoice .simple-card {
        text-align:left;
        margin-bottom: 10px
    }
}

.pdf-invoice .simple-card .double {
    text-align: left;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    padding: 6px 12px;
    margin-left: auto;
    display: inline-block
}

@media (max-width: 700px) {
    .pdf-invoice .simple-card .double {
        padding-left:0;
        padding-right: 0;
        border-left: none!important;
        border-right: none!important
    }
}

.pdf-invoice .action,.pdf-invoice .simple-card .double b {
    font-weight: 600!important
}

.pdf-invoice .action {
    font-size: 18px;
    margin-bottom: 5px
}

.pdf-invoice .double {
    width: 100%;
    max-width: 650px
}

.pdf-invoice .double table {
    table-layout: fixed;
    width: 100%
}

.pdf-invoice .double table tr td {
    padding: 3px 15px 3px 0;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    font-size: 14px
}

.pdf-invoice .double table tr .td-item.from-item,.pdf-invoice .double table tr .td-item.to-item {
    width: 100%
}

.pdf-invoice .double table tr .td-item.from-item__title,.pdf-invoice .double table tr .td-item.to-item__title {
    width: 220px;
    min-width: 220px
}

@media (max-width: 800px) {
    .pdf-invoice .double table tr .td-item.from-item__title,.pdf-invoice .double table tr .td-item.to-item__title {
        width:170px;
        min-width: 170px
    }
}

@media (max-width: 700px) {
    .pdf-invoice .double table tr .td-item.from-item__title,.pdf-invoice .double table tr .td-item.to-item__title {
        width:220px;
        min-width: 220px
    }
}

.pdf-invoice .double table tr .td-item.from-item__data,.pdf-invoice .double table tr .td-item.info-item__data,.pdf-invoice .double table tr .td-item.to-item__data {
    padding-right: 0
}

@media (max-width: 700px) {
    .pdf-invoice .double table tr .td-item.info-item__title {
        width:220px;
        min-width: 220px
    }
}

@media (max-width: 700px) {
    .pdf-invoice .invoice-top__info-block--col {
        width:100%;
        max-width: 100%;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.pdf-invoice .invoice-description {
    margin: 30px 0;
    font-size: 17px;
    line-height: 27px
}

.pdf-invoice .general-table {
    margin: 45px 0
}

.pdf-invoice .general-table .table {
    width: 99.9%!important;
    max-width: 99.9%!important;
    border-collapse: collapse;
    word-wrap: break-word
}

.pdf-invoice .general-table .table thead {
    background: #ccc;
    display: table-row-group
}

.pdf-invoice .general-table .table thead>tr {
    color: #000
}

.pdf-invoice .general-table .table thead>tr>th {
    font-weight: 600!important;
    border-bottom: 1px solid #ccc
}

.pdf-invoice .general-table .table>tbody>tr>td {
    border: 1px solid #ccc;
    font-size: 14px;
    word-break: break-all
}

.pdf-invoice .general-table .table>tbody>tr>td.cell__service-name {
    white-space: normal!important;
    min-width: 300px;
    max-width: 500px
}

.pdf-invoice .general-table .nowrap {
    white-space: nowrap!important
}

.pdf-invoice .invoice-bottom {
    text-align: right
}

.pdf-invoice .invoice-bottom .tax {
    font-size: 19px
}

.pdf-invoice .invoice-bottom .total {
    font-size: 21px;
    font-weight: 600!important
}

.pdf-invoice .clearfix {
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
    overflow: hidden!important
}

.pdf-invoice .clearfix:after,.pdf-invoice .clearfix:before {
    display: none!important
}

.pdf-invoice .nowrap {
    white-space: nowrap!important
}

.pdf-invoice .table-responsive {
    width: 100%;
    overflow: visible!important
}

@media (max-width: 600px) {
    .pdf-invoice .table-responsive {
        overflow-x:auto!important
    }
}

.pdf-invoice .text-success {
    color: #33bb60!important
}

.pdf-invoice .text-warning {
    color: #f7744a!important
}

.pdf-invoice .text-danger {
    color: #d14343!important
}

.pdf-invoice--custom-view {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    min-height: unset;
    padding: 0;
    background: #fff
}

.pdf-invoice--custom-view__v1 {
    font-family: Noto Sans,Mulish,Arial,Verdana,sans-serif
}

.pdf-invoice--custom-view__v2 {
    font-family: Questrial,Helvetica,Arial,Verdana,sans-serif!important
}

.pdf-invoice--header {
    margin: 0;
    padding: 20px;
    text-align: right;
    min-height: 180px
}

.pdf-invoice--header__invoice-id-number {
    display: none
}

.pdf-invoice--company-logo {
    text-align: right;
    z-index: 10
}

.pdf-invoice--company-logo img {
    position: relative;
    margin: 0 auto 15px;
    max-height: 85px;
    max-width: 100%;
    z-index: 10
}

.pdf-invoice--company-name {
    text-align: right;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 18px;
    word-break: break-word!important
}

@media (max-width: 767px) {
    .pdf-invoice--company-name {
        font-size:26px
    }
}

@media (max-width: 500) {
    .pdf-invoice--company-name {
        font-size:20px
    }
}

.pdf-invoice--company-contacts_list {
    margin: 0
}

.pdf-invoice--company-contacts_list-item {
    line-height: 1.2;
    float: right;
    margin: 2px 0;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 300
}

.pdf-invoice--company-contacts_list-item:first-child {
    font-weight: 600;
    float: none;
    width: 100%;
    margin-bottom: 5px
}

.pdf-invoice--company-contacts_list-item .ico {
    display: inline-block;
    text-align: center;
    margin-right: 2px;
    font-size: 14px;
    font-weight: 600
}

.pdf-invoice--id-number {
    position: relative;
    top: -20px;
    line-height: 1;
    padding: 0 20px;
    font-size: 26px;
    margin-bottom: 10px;
    z-index: 99
}

.pdf-invoice--short-data {
    position: relative;
    padding: 0 20px;
    margin-bottom: 0;
    z-index: 99
}

.pdf-invoice--short-data__item {
    margin-bottom: 22px;
    max-width: 310px
}

.pdf-invoice--short-data__item.pdf-invoice--contacts-info {
    float: left
}

.pdf-invoice--short-data__item table {
    width: 100%
}

.pdf-invoice--short-data__item table tr td {
    padding: 4px 0;
    font-size: 15px;
    line-height: 1.4
}

.pdf-invoice--short-data__item table tr td:first-child {
    padding-right: 10px
}

.pdf-invoice--short-data__item table tr td span {
    display: none
}

.pdf-invoice--short-data__item table tr td .ico {
    text-align: center;
    font-size: 18px;
    font-weight: 500
}

.pdf-invoice--payment-info {
    float: right;
    margin-top: 25px
}

.pdf-invoice--contacts-info {
    width: 100%
}

.pdf-invoice--contacts-info__title {
    font-weight: 700;
    margin-bottom: 12px;
    padding-bottom: 5px;
    font-size: 16px
}

.pdf-invoice--contacts-info__to table tr td:first-child {
    width: 30px
}

.pdf-invoice--booking-details {
    position: relative;
    width: 100%;
    padding: 30px 0 10px
}

.pdf-invoice--booking-details table {
    margin-bottom: 10px;
    word-wrap: break-word
}

.pdf-invoice--booking-details table thead {
    display: table-row-group
}

.pdf-invoice--booking-details table thead tr th {
    font-size: 16px;
    font-weight: 700;
    border: none;
    padding-bottom: 15px;
    text-align: right;
    line-height: 1;
    height: 52px;
    white-space: nowrap!important
}

.pdf-invoice--booking-details table thead tr th:first-child {
    padding-left: 20px;
    text-align: left
}

.pdf-invoice--booking-details table thead tr th:nth-child(2) {
    text-align: left
}

.pdf-invoice--booking-details table thead tr th:last-child {
    padding-right: 20px
}

.pdf-invoice--booking-details table tbody tr {
    border: none
}

.pdf-invoice--booking-details table tbody tr td {
    word-break: break-all;
    padding: 12px 8px;
    border: none;
    text-align: right;
    font-size: 14px
}

.pdf-invoice--booking-details table tbody tr td:first-child {
    padding-left: 20px;
    text-align: left
}

.pdf-invoice--booking-details table tbody tr td:nth-child(2) {
    text-align: left
}

.pdf-invoice--booking-details table tbody tr td:last-child {
    padding-right: 20px
}

.pdf-invoice--booking-details table tbody tr td.invoice-table--cell-num {
    white-space: nowrap
}

.pdf-invoice--footer {
    padding: 35px 20px
}

.pdf-invoice--price {
    width: 100%;
    clear: both;
    margin-bottom: 8px;
    line-height: 1.3;
    text-align: right
}

.pdf-invoice--price-title {
    float: left;
    width: 80%;
    padding-right: 15px;
    text-align: right
}

.pdf-invoice--price-val {
    float: right;
    width: 20%;
    font-weight: 700;
    padding-right: 10px
}

.pdf-invoice--price-total {
    margin-bottom: 0
}

.pdf-invoice--custom-view__v1 {
    color: #253246!important;
    box-shadow: 0 0 30px -20px rgba(37,50,70,.5)
}

.pdf-invoice--custom-view__v1 .pdf-invoice--header {
    position: relative;
    min-height: 185px;
    padding: 20px 20px 90px!important;
    color: #253246!important;
    background-color: #fff!important
}

.pdf-invoice--custom-view__v1 .pdf-invoice--header .pdf-invoice--company-name,.pdf-invoice--custom-view__v1 .pdf-invoice--header .pdf-invoice--contacts-info__from {
    position: relative;
    padding-left: 30%;
    z-index: 99
}

.pdf-invoice--custom-view__v1 .pdf-invoice--header .pdf-invoice--company-name {
    font-size: 30px;
    line-height: 1
}

.pdf-invoice--custom-view__v1 .pdf-invoice--header .pdf-invoice--header-bg {
    width: 100%;
    height: 104px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    top: auto;
    background-image: url(/v2/themes/assets/img/invoice/invoice-header.png)!important;
    background-repeat: no-repeat!important;
    background-position: bottom 0 right 0!important;
    background-size: 812px!important;
    z-index: 1
}

.pdf-invoice--custom-view__v1 .pdf-invoice--company-logo {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 100%;
    max-width: 26%;
    text-align: left;
    z-index: 10!important
}

.pdf-invoice--custom-view__v1 .pdf-invoice--company-logo img {
    margin: 0;
    max-height: 85px!important;
    z-index: 10!important
}

.pdf-invoice--custom-view__v1 .pdf-invoice--payment-proc {
    color: #03a9f4!important
}

.pdf-invoice--custom-view__v1 .pdf-invoice--contacts-info__title {
    border-bottom: 2px solid #ff9800!important;
    font-size: 16px
}

.pdf-invoice--custom-view__v1 .pdf-invoice--contacts-info__from {
    display: none
}

.pdf-invoice--custom-view__v1 .pdf-invoice--contacts-info__from-list {
    display: block
}

.pdf-invoice--custom-view__v1 .pdf-invoice--booking-details {
    padding-top: 5px!important
}

.pdf-invoice--custom-view__v1 .pdf-invoice--booking-details table thead tr th {
    text-transform: uppercase;
    color: #ff9800!important
}

.pdf-invoice--custom-view__v1 .pdf-invoice--booking-details table tbody tr:nth-child(odd),.pdf-invoice--custom-view__v1 .pdf-invoice--booking-details table tbody tr:nth-child(odd) td {
    background: #f5fcff!important
}

.pdf-invoice--custom-view__v1 .pdf-invoice--price-total {
    margin-top: 16px;
    padding-top: 10px;
    border-top: 2px solid #ff9800;
    margin-bottom: 0
}

.pdf-invoice--custom-view__v2 {
    font-size: 16px;
    background: #1a1a1a!important;
    color: #c5c5c5!important;
    box-shadow: 0 0 30px -20px rgba(37,50,70,.5);
    -webkit-print-color-adjust: exact
}

.pdf-invoice--custom-view__v2 .pdf-invoice--header {
    position: relative;
    padding: 20px 20px 80px!important;
    color: #c5c5c5!important;
    background-color: #000!important;
    overflow: hidden!important
}

.pdf-invoice--custom-view__v2 .pdf-invoice--header__invoice-id-number {
    position: absolute;
    display: block;
    width: 29%;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -30px;
    text-align: left;
    z-index: 99
}

.pdf-invoice--custom-view__v2 .pdf-invoice--header__invoice-id-number .pdf-invoice--id-number-num,.pdf-invoice--custom-view__v2 .pdf-invoice--header__invoice-id-number .pdf-invoice--id-number-title {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 1;
    color: #dedede!important
}

.pdf-invoice--custom-view__v2 .pdf-invoice--header__invoice-id-number .pdf-invoice--id-number-title {
    font-size: 44px
}

.pdf-invoice--custom-view__v2 .pdf-invoice--header .pdf-invoice--company-logo,.pdf-invoice--custom-view__v2 .pdf-invoice--header .pdf-invoice--company-name,.pdf-invoice--custom-view__v2 .pdf-invoice--header .pdf-invoice--contacts-info__from {
    position: relative;
    color: #dedede!important;
    padding-left: 30%;
    z-index: 99
}

.pdf-invoice--custom-view__v2 .pdf-invoice--header .pdf-invoice--company-logo i,.pdf-invoice--custom-view__v2 .pdf-invoice--header .pdf-invoice--company-logo i:before,.pdf-invoice--custom-view__v2 .pdf-invoice--header .pdf-invoice--company-logo li,.pdf-invoice--custom-view__v2 .pdf-invoice--header .pdf-invoice--company-name i,.pdf-invoice--custom-view__v2 .pdf-invoice--header .pdf-invoice--company-name i:before,.pdf-invoice--custom-view__v2 .pdf-invoice--header .pdf-invoice--company-name li,.pdf-invoice--custom-view__v2 .pdf-invoice--header .pdf-invoice--contacts-info__from i,.pdf-invoice--custom-view__v2 .pdf-invoice--header .pdf-invoice--contacts-info__from i:before,.pdf-invoice--custom-view__v2 .pdf-invoice--header .pdf-invoice--contacts-info__from li {
    color: #dedede!important
}

.pdf-invoice--custom-view__v2 .pdf-invoice--header .pdf-invoice--company-logo img {
    position: relative;
    z-index: 10!important
}

.pdf-invoice--custom-view__v2 .pdf-invoice--header .pdf-invoice--company-name {
    font-size: 20px;
    margin-bottom: 8px
}

.pdf-invoice--custom-view__v2 .pdf-invoice--header .pdf-invoice--header-bg {
    height: 110px;
    width: 100%;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: -1px;
    background-color: #000!important;
    background-image: url(/v2/themes/assets/img/invoice/invoice-header-v2-black.png)!important;
    background-repeat: no-repeat!important;
    background-position: bottom 0 right -3px!important;
    background-size: 806px!important;
    z-index: 1
}

.pdf-invoice--custom-view__v2 .pdf-invoice--company-logo,.pdf-invoice--custom-view__v2 .pdf-invoice--id-number {
    display: none
}

.pdf-invoice--custom-view__v2 .pdf-invoice--payment-proc {
    color: #03a9f4!important
}

.pdf-invoice--custom-view__v2 .pdf-invoice--contacts-info__title {
    border-bottom: 2px solid #ff9800!important;
    font-size: 18px
}

.pdf-invoice--custom-view__v2 .pdf-invoice--contacts-info__from {
    display: none
}

.pdf-invoice--custom-view__v2 .pdf-invoice--contacts-info__from-list {
    display: block
}

.pdf-invoice--custom-view__v2 .pdf-invoice--short-data__item table tr td,.pdf-invoice--custom-view__v2 .pdf-invoice--short-data__item table tr td i {
    color: #c5c5c5!important
}

.pdf-invoice--custom-view__v2 .pdf-invoice--booking-details table {
    background: #1a1a1a!important;
    background-color: #1a1a1a!important
}

.pdf-invoice--custom-view__v2 .pdf-invoice--booking-details table thead tr th {
    text-transform: uppercase;
    color: #ff9800!important;
    background: #1a1a1a!important;
    background-color: #1a1a1a!important
}

.pdf-invoice--custom-view__v2 .pdf-invoice--booking-details table tbody tr {
    background: #1a1a1a!important;
    background-color: #1a1a1a!important
}

.pdf-invoice--custom-view__v2 .pdf-invoice--booking-details table tbody tr:nth-child(odd) {
    background: #1f1f1f!important;
    background-color: #1f1f1f!important
}

.pdf-invoice--custom-view__v2 .pdf-invoice--booking-details table tbody tr td {
    color: #c5c5c5!important;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px
}

.pdf-invoice--custom-view__v2 .pdf-invoice--footer {
    color: #c5c5c5!important;
    background: #202020!important;
    padding-top: 40px;
    margin-top: 20px
}

.pdf-invoice--custom-view__v2 .pdf-invoice--price {
    color: #c5c5c5!important
}

.pdf-invoice--custom-view__v2 .pdf-invoice--price-total {
    margin-top: 16px;
    padding-top: 10px;
    border-top: 2px solid #ff9800;
    margin-bottom: 0;
    font-size: 18px!important
}

@media print {
    body,html {
        background-color: #fff!important
    }

    body,html body {
        -webkit-print-color-adjust: exact;
        padding: 0!important;
        margin: 0!important
    }

    #preloader {
        display: none
    }

    .nowrap {
        white-space: nowrap!important
    }

    .table-responsive {
        width: 100%
    }

    .pdf-invoice--custom-view__v1 {
        font-family: Noto Sans,Mulish,Arial,Verdana,sans-serif!important
    }

    .pdf-invoice--custom-view__v1 .text-success {
        -webkit-print-color-adjust: exact;
        color: #33bb60!important
    }

    .pdf-invoice--booking-details table thead tr th {
        padding-bottom: 15px;
        line-height: 1;
        height: 52px!important;
        white-space: nowrap!important
    }

    .pdf-invoice--booking-details table tbody tr {
        border: none
    }

    .pdf-invoice--booking-details table tbody tr td {
        padding: 12px 8px;
        border: none;
        text-align: right
    }

    .pdf-invoice--booking-details table tbody tr td:first-child {
        padding-left: 20px;
        text-align: left
    }

    .pdf-invoice--booking-details table tbody tr td:nth-child(2) {
        text-align: left
    }

    .pdf-invoice--booking-details table tbody tr td:last-child {
        padding-right: 20px
    }

    .pdf-invoice--booking-details table tbody tr td.invoice-table--cell-num {
        white-space: nowrap
    }

    .pdf-invoice--custom-view__v1 {
        -webkit-print-color-adjust: exact;
        color: #253246!important;
        font-size: 14px!important
    }

    .pdf-invoice--custom-view__v1 .pdf-invoice--header {
        -webkit-print-color-adjust: exact;
        color: #253246!important;
        background-color: #fff!important
    }

    .pdf-invoice--custom-view__v1 .pdf-invoice--header-bg {
        height: 104px;
        -webkit-print-color-adjust: exact;
        background-color: #fff!important;
        background-image: url(/v2/themes/assets/img/invoice/invoice-header.png)!important;
        background-repeat: no-repeat!important;
        background-position: bottom 0 right 0!important;
        background-size: 812px!important
    }

    .pdf-invoice--custom-view__v1 .pdf-invoice--company-name,.pdf-invoice--custom-view__v1 .pdf-invoice--contacts-info__from {
        position: relative;
        z-index: 99!important
    }

    .pdf-invoice--custom-view__v1 .pdf-invoice--payment-proc {
        -webkit-print-color-adjust: exact;
        color: #03a9f4!important
    }

    .pdf-invoice--custom-view__v1 .pdf-invoice--contacts-info__title {
        -webkit-print-color-adjust: exact;
        border-bottom: 2px solid #ff9800!important
    }

    .pdf-invoice--custom-view__v1 .pdf-invoice--price-total {
        -webkit-print-color-adjust: exact;
        border-top: 2px solid #ff9800!important
    }

    .pdf-invoice--custom-view__v2 {
        background: #1a1a1a!important;
        color: #c5c5c5!important;
        -webkit-print-color-adjust: exact
    }

    .pdf-invoice--custom-view__v2 .pdf-invoice--header {
        position: relative;
        color: #c5c5c5!important;
        background-color: #000!important;
        padding-bottom: 80px
    }

    .pdf-invoice--custom-view__v2 .pdf-invoice--header--header-bg {
        height: 110px;
        background-color: #000!important;
        background-image: url(/v2/themes/assets/img/invoice/invoice-header-v2-black.png)!important;
        background-repeat: no-repeat!important;
        background-position: bottom 0 right -3px!important;
        background-size: 806px!important;
        -webkit-print-color-adjust: exact
    }

    .pdf-invoice--custom-view__v2 .pdf-invoice--header__invoice-id-number {
        position: absolute;
        display: block;
        width: 29%;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        margin-top: -30px;
        text-align: left
    }

    .pdf-invoice--custom-view__v2 .pdf-invoice--header__invoice-id-number .pdf-invoice--id-number-num,.pdf-invoice--custom-view__v2 .pdf-invoice--header__invoice-id-number .pdf-invoice--id-number-title {
        color: #dedede!important;
        -webkit-print-color-adjust: exact
    }

    .pdf-invoice--custom-view__v2 .pdf-invoice--header .pdf-invoice--company-logo,.pdf-invoice--custom-view__v2 .pdf-invoice--header .pdf-invoice--company-name,.pdf-invoice--custom-view__v2 .pdf-invoice--header .pdf-invoice--contacts-info__from {
        position: relative;
        color: #dedede!important;
        -webkit-print-color-adjust: exact;
        z-index: 99!important
    }

    .pdf-invoice--custom-view__v2 .pdf-invoice--header .pdf-invoice--company-logo i,.pdf-invoice--custom-view__v2 .pdf-invoice--header .pdf-invoice--company-logo i:before,.pdf-invoice--custom-view__v2 .pdf-invoice--header .pdf-invoice--company-logo li,.pdf-invoice--custom-view__v2 .pdf-invoice--header .pdf-invoice--company-name i,.pdf-invoice--custom-view__v2 .pdf-invoice--header .pdf-invoice--company-name i:before,.pdf-invoice--custom-view__v2 .pdf-invoice--header .pdf-invoice--company-name li,.pdf-invoice--custom-view__v2 .pdf-invoice--header .pdf-invoice--contacts-info__from i,.pdf-invoice--custom-view__v2 .pdf-invoice--header .pdf-invoice--contacts-info__from i:before,.pdf-invoice--custom-view__v2 .pdf-invoice--header .pdf-invoice--contacts-info__from li {
        color: #dedede!important;
        -webkit-print-color-adjust: exact
    }

    .pdf-invoice--custom-view__v2 .pdf-invoice--payment-proc {
        color: #03a9f4!important;
        -webkit-print-color-adjust: exact
    }

    .pdf-invoice--custom-view__v2 .pdf-invoice--contacts-info__title {
        color: #c5c5c5!important;
        border-bottom: 2px solid #ff9800!important;
        font-size: 18px;
        -webkit-print-color-adjust: exact
    }

    .pdf-invoice--custom-view__v2 .pdf-invoice--contacts-info table td i,.pdf-invoice--custom-view__v2 .pdf-invoice--contacts-info table td i:before,.pdf-invoice--custom-view__v2 .pdf-invoice--short-data__item table tr td,.pdf-invoice--custom-view__v2 .pdf-invoice--short-data__item table tr td b {
        color: #c5c5c5!important;
        -webkit-print-color-adjust: exact
    }

    .pdf-invoice--custom-view__v2 .pdf-invoice--short-data__item table tr td b.pdf-invoice--payment-proc {
        color: #03a9f4!important;
        -webkit-print-color-adjust: exact
    }

    .pdf-invoice--custom-view__v2 .pdf-invoice--short-data__item table tr td b.text-success {
        color: #33bb60!important;
        -webkit-print-color-adjust: exact
    }

    .pdf-invoice--custom-view__v2 .pdf-invoice--short-data__item table tr td i,.pdf-invoice--custom-view__v2 .pdf-invoice--short-data__item table tr td i:before {
        color: #c5c5c5!important;
        -webkit-print-color-adjust: exact
    }

    .pdf-invoice--custom-view__v2 .pdf-invoice--booking-details table,.pdf-invoice--custom-view__v2 .pdf-invoice--booking-details table thead tr th {
        background: #1a1a1a!important;
        background-color: #1a1a1a!important;
        -webkit-print-color-adjust: exact
    }

    .pdf-invoice--custom-view__v2 .pdf-invoice--booking-details table thead tr th {
        color: #ff9800!important
    }

    .pdf-invoice--custom-view__v2 .pdf-invoice--booking-details table tbody tr,.pdf-invoice--custom-view__v2 .pdf-invoice--booking-details table tbody tr td {
        background: #1a1a1a!important;
        background-color: #1a1a1a!important;
        -webkit-print-color-adjust: exact
    }

    .pdf-invoice--custom-view__v2 .pdf-invoice--booking-details table tbody tr td {
        color: #c5c5c5!important
    }

    .pdf-invoice--custom-view__v2 .pdf-invoice--booking-details table tbody tr:nth-child(odd),.pdf-invoice--custom-view__v2 .pdf-invoice--booking-details table tbody tr:nth-child(odd) td {
        background: #1f1f1f!important;
        background-color: #1f1f1f!important;
        -webkit-print-color-adjust: exact
    }

    .pdf-invoice--custom-view__v2 .pdf-invoice--booking-details table tbody tr:nth-child(odd) td {
        color: #c5c5c5!important
    }

    .pdf-invoice--custom-view__v2 .pdf-invoice--footer {
        background: #202020!important
    }

    .pdf-invoice--custom-view__v2 .pdf-invoice--footer,.pdf-invoice--custom-view__v2 .pdf-invoice--price,.pdf-invoice--custom-view__v2 .pdf-invoice--price>div {
        color: #c5c5c5!important;
        -webkit-print-color-adjust: exact
    }

    .pdf-invoice--custom-view__v2 .pdf-invoice--price-total {
        border-top: 2px solid #ff9800;
        -webkit-print-color-adjust: exact
    }
}

.wrap-client-info-view {
    max-width: 640px;
    margin: 0 auto
}

.wrap-client-info-view .back-button {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 40px;
    margin-bottom: 10px;
    text-decoration: none;
    font-weight: 600
}

.wrap-client-info-view .back-button .ico {
    margin-right: 10px;
    font-size: 26px
}

.wrap-client-info-view .client-info-view {
    padding: 50px 50px 30px
}

@media (max-width: 480px) {
    .wrap-client-info-view .client-info-view {
        padding:30px 20px 10px
    }
}

.wrap-client-info-view .client-info-view .titles-block {
    margin-bottom: 30px
}

.wrap-client-info-view .client-info-view .titles-block .title-main {
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 15px;
    text-transform: none
}

.wrap-client-info-view .client-info-view .titles-block .sub-title {
    text-align: center
}

.wrap-client-info-view .client-info-view .client-info-view-form-wrap {
    padding-right: 130px
}

@media (max-width: 1024px) {
    .wrap-client-info-view .client-info-view .client-info-view-form-wrap {
        padding-right:0
    }
}

.wrap-client-info-view .client-info-view .client-info-view-form-wrap .terms-block {
    margin-top: 15px;
    margin-bottom: 30px
}

.wrap-client-info-view .client-info-view .client-info-view-form-wrap .terms-block label {
    display: -ms-flexbox;
    display: flex;
    line-height: 1.4;
    font-weight: 400;
    font-size: 14px
}

.wrap-client-info-view .client-info-view .client-info-view-form-wrap .terms-block label .custom-checkbox {
    margin-left: 0;
    margin-top: 0;
    margin-right: 10px
}

.wrap-client-info-view .client-info-view .btn-bar {
    text-align: center;
    margin-bottom: 30px
}

.wrap-client-info-view .client-info-view .btn-bar .btn {
    width: 100%
}

.wrap-client-info-view .client-info-view .client-login-bar {
    text-align: center
}

.wrap-client-info-view .client-info-view .client-login-bar .social .txt {
    margin-bottom: 15px;
    font-style: italic
}

.wrap-client-info-view .client-info-view .client-login-bar .social .brand {
    -ms-flex-pack: center;
    justify-content: center
}

.page-content--online-meeting {
    padding: 40px 0
}

.page-content--online-meeting .online-meeting {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    min-height: 300px;
    padding: 50px 30px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15)
}

.page-content--online-meeting .online-meeting__picture {
    display: block;
    text-align: center;
    width: 170px;
    height: 170px;
    margin: 0 auto 20px
}

.page-content--online-meeting .online-meeting__picture svg {
    max-height: 150px
}

.page-content--online-meeting .online-meeting__body-client .online-meeting__picture {
    margin-bottom: 0
}

.page-content--online-meeting .online-meeting .title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600
}

.page-content--online-meeting .online-meeting .p {
    margin-bottom: 10px
}

.page-content--online-meeting .online-meeting .btn {
    margin: 5px
}

.page-content--medical-test {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 40vh
}

.page-content--medical-test .card--medical-test {
    width: 100%;
    max-width: 500px;
    min-height: auto;
    margin: 0 auto;
    padding: 30px 25px
}

.page-content--medical-test .card--medical-test__header {
    margin-bottom: 25px
}

.page-content--medical-test .card--medical-test__header-title {
    margin: 0 0 5px;
    padding: 0
}

.page-content--medical-test .card--medical-test .medical-test__info-item {
    position: relative;
    padding-left: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px
}

.page-content--medical-test .card--medical-test .medical-test__info-item:last-child {
    margin-bottom: 0
}

.page-content--medical-test .card--medical-test .medical-test__info-item .ico {
    width: 28px;
    min-width: 28px;
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0
}

.samesite-cookies__popup {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
    padding: 40px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    box-shadow: 2px 2px 15px 0 rgba(45,51,72,.1);
    text-align: center
}

@media (max-width: 767px) {
    .samesite-cookies__popup {
        width:95%;
        top: 50px;
        transform: none
    }
}

.samesite-cookies__popup-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600
}

.samesite-cookies__popup-text {
    margin-bottom: 20px;
    font-size: 16px
}

.samesite-cookies__popup-btn {
    min-width: 160px
}

.samesite-cookies__popup-link {
    display: block;
    margin: 15px auto 0;
    font-size: 16px;
    background: none;
    border: none;
    padding: 0
}

.bonus__count-row {
    text-align: right;
    font-size: 20px;
    margin-bottom: 22px;
    font-weight: 600
}

.bonus__count-row .icon {
    font-size: 26px;
    font-weight: 300;
    margin-left: 5px
}

.bonus__count {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    font-weight: 600
}

.bonus__table {
    margin-bottom: 0;
    border-bottom: 1px solid #e6eaef
}

.bonus__table td,.bonus__table th {
    vertical-align: middle;
    border: none
}

.bonus__table>thead>tr>th {
    height: 54px;
    vertical-align: middle!important;
    font-size: 18px;
    padding: 10px 15px;
    font-weight: 600;
    border-bottom: none!important;
    line-height: 1.2
}

.bonus__table thead {
    background: #e6eaef
}

.bonus__table tbody tr:nth-child(odd) {
    background: #f9f9f9
}

.bonus__table tbody tr:nth-child(2n) {
    background: #fff
}

.bonus__table tbody tr:last-child td {
    border-bottom: 1px solid #ddd
}

.bonus__table tbody tr td {
    padding: 14px 15px;
    border: none
}

.bonus__btn-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px
}

.bonus__btn-bar--wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 25px
}

.bonus__btn-bar--wrapper .btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 46px;
    margin: 5px;
    padding-left: 25px;
    padding-right: 25px
}

.bonus_status-completed {
    color: #4caf50;
    color: #f44336
}

@media (max-width: 1024px) {
    .has-install-banner-ios .google-reviews,.has-install-banner-ios .google-reviews.moved-up {
        bottom:150px
    }
}

.hasModal .google-reviews,.menu-opened .google-reviews,.modal-open .google-reviews,.space-open-main-menu .google-reviews {
    z-index: 80
}

.google-reviews {
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 340px;
    width: 100%;
    right: 88px;
    bottom: 30px;
    z-index: 800;
    transition: .2s ease
}

@media (max-width: 767px) {
    .google-reviews {
        right:15px;
        bottom: 15px
    }

    .google-reviews.moved-up {
        bottom: 90px
    }
}

@media (max-width: 360px) {
    .google-reviews {
        max-width:280px
    }
}

.google-reviews__card {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    border-radius: 6px;
    font-family: Noto Sans,sans-serif;
    overflow: hidden;
    box-shadow: 2px 2px 15px 0 rgba(45,51,72,.1);
    color: #0b3052;
    background: #fff;
    cursor: pointer
}

@media (max-width: 767px) {
    .google-reviews__card {
        width:auto;
        -ms-flex-item-align: end;
        align-self: flex-end;
        padding: 10px 10px 10px 20px;
        background: #f1f6ff
    }
}

.google-reviews__card-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 60%;
    padding: 10px 10px 10px 15px;
    border-right: 1px solid #e7ecf7;
    background: #f1f6ff
}

@media (max-width: 767px) {
    .google-reviews__card-left {
        max-width:unset;
        padding: 0;
        border: none
    }
}

.google-reviews__card-logo {
    width: 100%;
    max-width: 30px;
    margin-right: 10px
}

.google-reviews__card-content {
    display: grid;
    gap: 5px
}

.google-reviews__card-heading {
    margin: 0;
    font-size: 16px;
    font-weight: 600
}

@media (max-width: 767px) {
    .google-reviews__card-heading,.google-reviews__card-stars {
        display:none
    }
}

.google-reviews__card-right {
    display: grid;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
    padding: 10px 15px 10px 0
}

@media (max-width: 767px) {
    .google-reviews__card-right {
        padding:0;
        text-align: left
    }
}

.google-reviews__card-rating,.google-reviews__card-reviews {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 8px
}

@media (max-width: 767px) {
    .google-reviews__card-rating,.google-reviews__card-reviews {
        -ms-flex-pack:start;
        justify-content: flex-start
    }
}

.google-reviews__card-rating-value,.google-reviews__card-reviews-value {
    font-family: Mulish,sans-serif;
    font-size: 16px;
    font-weight: 600
}

.google-reviews__card-rating-text,.google-reviews__card-reviews-text {
    font-size: 14px;
    color: #788291
}

.google-reviews__card-rating-text a,.google-reviews__card-reviews-text a {
    color: #06adef!important
}

.google-reviews__card-rating-stars {
    display: none
}

@media (max-width: 767px) {
    .google-reviews__card-rating-stars {
        display:-ms-flexbox;
        display: flex
    }
}

@media (max-width: 767px) {
    .google-reviews__card-rating-text {
        display:none
    }
}

.google-reviews__close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    color: #ff3259;
    cursor: pointer
}

.google-reviews__list-wrapper {
    position: relative;
    bottom: 20px;
    padding-top: 40px;
    border-radius: 12px;
    box-shadow: 2px 2px 15px 0 rgba(45,51,72,.1);
    background: #fff;
    z-index: 1
}

@media (max-width: 767px) {
    .google-reviews__list-wrapper {
        bottom:15px
    }
}

.google-reviews__list-wrapper:after {
    position: absolute;
    content: "";
    bottom: -7px;
    right: 30px;
    width: 27px;
    height: 27px;
    border-radius: 3px;
    transform: rotate(45deg);
    box-shadow: 10px 10px 15px -5px rgba(45,51,72,.1);
    background: #fff;
    z-index: -1
}

.google-reviews__list {
    max-height: 480px;
    padding: 10px 20px 0 15px;
    margin: 0 10px 10px 0;
    overflow-y: auto;
    scrollbar-width: thin
}

@media (max-width: 479px) {
    .google-reviews__list {
        max-height:50vh
    }
}

@media (max-width: 360px) {
    .google-reviews__list {
        max-height:40vh
    }
}

.google-reviews__list--empty {
    display: none
}

.google-reviews__list::-webkit-scrollbar {
    width: 5px
}

.google-reviews__list::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f1f6ff
}

.google-reviews__list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #abbccc
}

.google-reviews__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e7ecf7
}

.google-reviews__item:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.google-reviews__item-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.google-reviews__item-date {
    font-size: 14px;
    color: #788291
}

.google-reviews__item-author {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px
}

.google-reviews__item-author-image {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden
}

.google-reviews__item-author-name {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #0b3052
}

.google-reviews__item-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    word-break: break-word;
    color: #788291
}

.google-reviews .google-reviews__card-rating-stars,.google-reviews .google-reviews__card-stars,.google-reviews .google-reviews__item-stars {
    position: static;
    width: unset;
    gap: 6px;
    float: none;
    margin: 0;
    zoom:unset}

.google-reviews .google-reviews__card-rating-stars .star,.google-reviews .google-reviews__card-stars .star,.google-reviews .google-reviews__item-stars .star {
    width: 17px;
    height: 17px;
    background-size: 17px;
    -webkit-background-size: 17px;
    margin: 0
}

@media (max-width: 767px) {
    .google-reviews .google-reviews__card-rating-stars {
        gap:2px
    }

    .google-reviews .google-reviews__card-rating-stars .star {
        width: 12px;
        height: 12px;
        background-size: 12px;
        -webkit-background-size: 12px
    }
}

.google-reviews__btn-wrapper {
    padding: 10px;
    border-radius: 0 0 12px 12px;
    text-align: center;
    background: #f1f6ff
}

.google-reviews__btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
    padding: 0 30px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #06adef;
    border-radius: 5px;
    color: #06adef;
    transition: .4s ease
}

.google-reviews__btn:focus,.google-reviews__btn:hover {
    background: #06adef!important;
    color: #fff!important;
    text-decoration: none
}

.google-reviews__empty {
    padding-inline:25px;padding-block:15px 30px;font-size: 14px;
    text-align: center;
    color: #788291
}

.pagination-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 4px;
    margin: 15px 0
}

@media (max-width: 767px) {
    .pagination-wrapper {
        text-align:center
    }
}

.pagination-wrapper a,.pagination-wrapper span {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    padding: 0
}

.pagination-wrapper a:hover,.pagination-wrapper span:hover {
    text-decoration: none
}

#footer {
    padding-bottom: 10px;
    padding-top: 10px
}

#footer a {
    font-size: 13px
}

#footer .scroll-top-button {
    position: fixed;
    z-index: 50;
    bottom: 30px;
    right: -55px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 39px;
    font-size: 20px;
    background-color: #212121;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 0 8px rgba(0,0,0,.2)
}

#footer .scroll-top-button.show {
    right: 25px
}

#footer .scroll-top-button:hover {
    box-shadow: 0 0 11px rgba(0,0,0,.3)
}

#footer .cookies {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    padding: 15px 0;
    box-shadow: 0 -2px 3px rgba(0,0,0,.09)
}

@media (max-width: 1024px) {
    #footer .cookies {
        padding:8px 0
    }
}

#footer .cookies .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1024px) {
    #footer .cookies .wrapper {
        display:block;
        text-align: center
    }
}

#footer .cookies .wrapper .text {
    font-size: 14px;
    max-width: 70%
}

@media (max-width: 1024px) {
    #footer .cookies .wrapper .text {
        font-size:16px;
        max-width: 100%;
        margin-bottom: 10px
    }
}

#footer .cookies .wrapper .buttons {
    min-width: 350px
}

@media (max-width: 1024px) {
    #footer .cookies .wrapper .buttons {
        min-width:auto
    }
}

#footer .cookies .wrapper .btn {
    color: #fff;
    padding: 4px 18px;
    font-size: 14px;
    margin-left: 50px;
    margin-right: 10px;
    border-radius: 4px
}

@media (max-width: 1024px) {
    #footer .cookies .wrapper .btn {
        margin:0 8px 0 0
    }
}

#footer .cookies .wrapper a {
    color: #00aff2;
    font-size: 14px
}

#footer .copyright {
    color: #767676;
    margin: 2px 0 0
}

/*!
 * EDITS
 */
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.fotorama--fullscreen,.fotorama__img {
    max-width: 99999px!important;
    max-height: 99999px!important;
    min-width: 0!important;
    min-height: 0!important;
    border-radius: 0!important;
    box-shadow: none!important;
    padding: 0!important
}

.fotorama__wrap .fotorama__grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.fotorama__grabbing * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.fotorama__spinner {
    position: absolute!important;
    top: 50%!important;
    left: 50%!important
}

.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame {
    outline: 0
}

.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after {
    content: "";
    border-radius: inherit;
    background-color: rgba(0,175,234,.5)
}

.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft {
    -webkit-transform: none!important;
    transform: none!important
}

.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border {
    transition-property: -webkit-transform,width;
    transition-property: transform,width;
    transition-timing-function: cubic-bezier(.1,0,.25,1);
    transition-duration: 0ms
}

.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fotorama__select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.fotorama__nav,.fotorama__nav__frame {
    margin: auto;
    padding: 0
}

.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft {
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom:1}

.fotorama__nav__frame,.fotorama__thumb-border {
    box-sizing: content-box
}

.fotorama__caption__wrap {
    box-sizing: border-box
}

.fotorama--hidden,.fotorama__load {
    position: absolute;
    left: -99999px;
    top: -99999px;
    z-index: -1
}

.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play {
    -webkit-tap-highlight-color: transparent
}

.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play {
    background: url(../img/fotorama.png) no-repeat
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-resolution:2dppx) {
    .fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play {
        background:url(../img/fotorama@2x.png) 0 0/96px 160px no-repeat
    }
}

.fotorama__thumb {
    background-color: #7f7f7f;
    background-color: hsla(0,0%,50%,.2)
}

@media print {
    .fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play {
        background: none!important
    }
}

.fotorama {
    min-width: 1px;
    overflow: hidden
}

.fotorama:not(.fotorama--unobtrusive)>:not(:first-child) {
    display: none
}

.fullscreen {
    max-width: 100%!important;
    max-height: 100%!important;
    padding: 0!important;
    overflow: hidden!important
}

.fotorama--fullscreen,.fullscreen {
    width: 100%!important;
    height: 100%!important;
    margin: 0!important;
    background: #000
}

.fotorama--fullscreen {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    float: none!important;
    z-index: 2147483647!important
}

.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage {
    background: #000
}

.fotorama__wrap {
    -webkit-text-size-adjust: 100%;
    position: relative;
    direction: ltr;
    z-index: 0
}

.fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl
}

.fotorama__nav,.fotorama__stage {
    overflow: hidden;
    position: relative;
    max-width: 100%
}

.fotorama__wrap--pan-y {
    -ms-touch-action: pan-y
}

.fotorama__wrap .fotorama__pointer {
    cursor: pointer
}

.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1!important
}

.fotorama__stage__frame {
    overflow: hidden
}

.fotorama__stage__frame.fotorama__active {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__stage__frame {
    display: none
}

.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
    display: block;
    left: 0;
    top: 0
}

.fotorama__wrap--fade .fotorama__fade-front {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__fade-rear {
    z-index: 7
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index: 9
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
    display: none
}

.fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border: none!important
}

.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img {
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full {
    display: none
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
    display: block
}

.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px!important
}

.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
    visibility: visible
}

.fotorama__nav {
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: none;
    white-space: nowrap;
    z-index: 5
}

.fotorama__nav__shaft {
    position: relative;
    left: 0;
    top: 0;
    text-align: left
}

.fotorama__nav__frame {
    position: relative;
    cursor: pointer
}

.fotorama__nav--dots {
    display: block
}

.fotorama__nav--dots .fotorama__nav__frame {
    width: 18px;
    height: 30px
}

.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border {
    display: none
}

.fotorama__nav--thumbs {
    display: block
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0!important
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding-right: 0!important
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
    display: none
}

.fotorama__dot {
    display: block;
    width: 4px;
    height: 4px;
    position: relative;
    top: 12px;
    left: 6px;
    border-radius: 6px;
    border: 1px solid #7f7f7f
}

.fotorama__nav__frame:focus .fotorama__dot:after {
    padding: 1px;
    top: -1px;
    left: -1px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 0;
    height: 0;
    border-width: 3px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
    padding: 3px;
    top: -3px;
    left: -3px
}

.fotorama__thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%
}

.fotorama__nav__frame:focus .fotorama__thumb {
    z-index: 2
}

.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #00afea;
    background-image: linear-gradient(to bottom right,hsla(0,0%,100%,.25),rgba(64,64,64,.1))
}

.fotorama__caption {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: Helvetica Neue,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000
}

.fotorama__caption a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid;
    border-color: rgba(0,0,0,.5)
}

.fotorama__caption a:hover {
    color: #333;
    border-color: rgba(51,51,51,.5)
}

.fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0
}

.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption {
    display: none
}

.fotorama__caption__wrap {
    background-color: #fff;
    background-color: hsla(0,0%,100%,.9);
    padding: 5px 10px
}

@-webkit-keyframes d {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes d {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fotorama__wrap--css3 .fotorama__spinner {
    -webkit-animation: d 24s infinite linear;
    animation: d 24s infinite linear
}

.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    transition-property: opacity;
    transition-timing-function: linear;
    transition-duration: .3s
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

.fotorama__select {
    cursor: auto
}

.fotorama__video {
    top: 32px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10
}

@-moz-document url-prefix() {
    .fotorama__active {
        box-shadow: 0 0 0 transparent
    }
}

.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play {
    position: absolute;
    z-index: 11;
    cursor: pointer
}

.fotorama__arr {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px
}

.fotorama__arr--prev {
    left: 2px;
    background-position: 0 0
}

.fotorama__arr--next {
    right: 2px;
    background-position: -32px 0
}

.fotorama__arr--disabled {
    pointer-events: none;
    cursor: default;
    *display: none;
    opacity: .1
}

.fotorama__fullscreen-icon {
    width: 32px;
    height: 32px;
    top: 2px;
    right: 2px;
    background-position: 0 -32px;
    z-index: 20
}

.fotorama__arr:focus,.fotorama__fullscreen-icon:focus {
    border-radius: 50%
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    background-position: -32px -32px
}

.fotorama__video-play {
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    background-position: 0 -64px;
    opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none
}

.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play {
    opacity: 1;
    display: block
}

.fotorama__nav__frame .fotorama__video-play {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-position: -64px -32px
}

.fotorama__video-close {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    background-position: -64px 0;
    z-index: 20;
    opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-close {
    display: none
}

.fotorama__wrap--css3 .fotorama__video-close {
    -webkit-transform: translate3d(32px,-32px,0);
    transform: translate3d(32px,-32px,0)
}

.fotorama__wrap--video .fotorama__video-close {
    display: block;
    opacity: 1
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 0
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    opacity: 1
}

.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0!important
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    display: none
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    display: block
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none!important
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: translate3d(32px,-32px,0);
    transform: translate3d(32px,-32px,0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    -webkit-transform: translate3d(-48px,0,0);
    transform: translate3d(-48px,0,0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    -webkit-transform: translate3d(48px,0,0);
    transform: translate3d(48px,0,0)
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(32px,-32px,0)!important;
    transform: translate3d(32px,-32px,0)!important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
    -webkit-transform: translate3d(-48px,0,0)!important;
    transform: translate3d(-48px,0,0)!important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    -webkit-transform: translate3d(48px,0,0)!important;
    transform: translate3d(48px,0,0)!important
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
    transition-property: -webkit-transform,opacity;
    transition-property: transform,opacity;
    transition-duration: .3s
}

.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before {
    content: "";
    display: block;
    position: absolute;
    text-decoration: none;
    top: 0;
    bottom: 0;
    width: 10px;
    height: auto;
    z-index: 10;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 1px 100%,5px 100%
}

.fotorama__nav:before,.fotorama__stage:before {
    background-image: linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);
    background-position: 0 0,0 0;
    left: -10px
}

.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before {
    left: 0
}

.fotorama__nav:after,.fotorama__stage:after {
    background-image: linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);
    background-position: 100% 0,100% 0;
    right: -10px
}

.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after {
    right: 0
}

.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before {
    display: none
}

html:not(.is-widget)::-webkit-scrollbar-track {
    background-color: #f5f5f5
}

#header {
    box-shadow: none
}

#header .nav-trigger {
    width: 40px;
    height: 40px;
    margin-top: 0;
    cursor: pointer;
    position: relative;
    right: 0;
    top: 0;
    z-index: 1100;
    background: rgba(0,0,0,.5);
    border: 2px solid #fff;
    border-radius: 1px;
    padding: 8px 5px;
    -ms-flex-order: 10;
    order: 10
}

#header .nav-trigger span:after,#header .nav-trigger span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px
}

#header .nav-trigger span:after {
    top: 18px
}

#header .nav-trigger span {
    position: relative;
    display: block
}

#header .nav-trigger span,#header .nav-trigger span:after,#header .nav-trigger span:before {
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all .3s;
    backface-visibility: hidden;
    border-radius: 2px
}

#header .nav-trigger.on span {
    background-color: transparent
}

#header .nav-trigger.on span:before {
    transform: rotate(45deg) translate(-1px)
}

#header .nav-trigger.on span:after {
    transform: rotate(-45deg) translate(6px,-7px)
}

#header .nav-trigger-fixed {
    position: fixed;
    right: 15px;
    top: 10px
}

.space-open-main-menu {
    overflow: hidden;
    min-height: 500px
}

.space-open-main-menu:before {
    background: hsla(0,0%,100%,.96)!important
}

#header {
    padding: 10px 0;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 110
}

#header .nav-wrapper #sb_menu .nav li {
    padding: 0;
    margin: 0
}

#header .nav-wrapper #sb_menu .nav li a {
    min-width: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: normal;
    line-height: 1.2;
    font-size: 16px;
    font-family: PlayfairDisplay;
    font-weight: 400;
    text-transform: none;
    padding: 10px;
    position: relative;
    min-height: 36px;
    box-sizing: border-box;
    border-bottom: 6px solid transparent
}

@media (max-width: 1024px) {
    #header .nav-wrapper #sb_menu .nav li a {
        font-size:18px;
        min-width: 250px;
        color: #111
    }
}

@media (max-width: 767px) {
    #header .nav-wrapper #sb_menu .nav li a {
        font-size:16px;
        padding: 8px 10px
    }
}

#header .nav-wrapper #sb_menu .nav li a:after,#header .nav-wrapper #sb_menu .nav li a:before {
    display: block;
    content: "";
    width: 0;
    bottom: 0;
    position: absolute;
    transition: all .3s ease-in-out
}

#header .nav-wrapper #sb_menu .nav li a:before {
    height: 1px;
    width: 0;
    bottom: 0;
    right: auto;
    left: 0
}

#header .nav-wrapper #sb_menu .nav li a:after {
    height: 3px;
    width: 0;
    bottom: -5px;
    left: auto;
    right: 0
}

#header .nav-wrapper #sb_menu .nav li.active a:after,#header .nav-wrapper #sb_menu .nav li.active a:before,#header .nav-wrapper #sb_menu .nav li a:hover:after,#header .nav-wrapper #sb_menu .nav li a:hover:before {
    width: 100%
}

@media (max-width: 1024px) {
    #header .nav-wrapper #sb_menu .nav {
        text-align:center;
        display: inline-block;
        max-height: 100%;
        overflow: visible
    }
}

@media (max-width: 767px) {
    #header .nav-wrapper #sb_menu .nav {
        max-height:100%
    }
}

@media (max-width: 1024px) {
    #header .nav-wrapper #sb_menu {
        text-align:center;
        display: inline-block;
        margin-top: 50px
    }
}

#header .items-wrapper #sb_client_info.nav-item .item-container {
    border-radius: 0;
    background: none!important
}

#header .items-wrapper #sb_client_info.nav-item .item-container .logged-in,#header .items-wrapper #sb_client_info.nav-item .item-container .logged-out {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 26px
}

#header .items-wrapper #sb_client_info.nav-item .item-container .logged-in {
    background-image: url(../img/ics/user.svg)
}

@media (max-width: 1024px) {
    #header .items-wrapper #sb_client_info.nav-item .item-container .logged-in {
        background-image:url(../img/ics/user-dark.svg);
        background-size: 30px
    }
}

#header .items-wrapper #sb_client_info.nav-item .item-container .logged-out {
    background-image: url(../img/ics/client-login.svg)
}

@media (max-width: 1024px) {
    #header .items-wrapper #sb_client_info.nav-item .item-container .logged-out {
        background-image:url(../img/ics/client-login-dark.svg);
        background-size: 30px
    }
}

#header .items-wrapper #sb_client_info.nav-item .item-container .item-container__icon {
    display: none
}

#header .items-wrapper #sb_client_info.nav-item .login-container .full-info #sb_login_form .main-form .not-logged .inputs input {
    padding-left: 45px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    -webkit-background-size: 24px;
    background-size: 24px;
    position: relative
}

#header .items-wrapper #sb_client_info.nav-item .login-container .full-info #sb_login_form .main-form .not-logged .inputs .email,#header .items-wrapper #sb_client_info.nav-item .login-container .full-info #sb_login_form .main-form .not-logged .inputs .password {
    position: relative
}

#header .items-wrapper #sb_client_info.nav-item .login-container .full-info #sb_login_form .main-form .not-logged .inputs .password:before {
    content: " ";
    display: inline-block;
    width: 44px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/ics/key.svg) 50% no-repeat;
    background-size: 26px;
    z-index: 1
}

#header .items-wrapper #sb_client_info.nav-item .login-container .full-info #sb_login_form .main-form .not-logged .inputs .password input {
    background-image: none!important
}

#header .items-wrapper #sb_client_info.nav-item .login-container .full-info #sb_login_form .main-form .not-logged .remind-pass {
    text-align: center;
    margin-bottom: 12px
}

#header .items-wrapper #sb_client_info.nav-item .login-container .full-info #sb_login_form .main-form .not-logged .bar {
    min-height: 60px
}

#header .items-wrapper #sb_client_info.nav-item .login-container .full-info #sb_login_form .main-form .not-logged .bar .btn-bar--row {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 12px
}

#header .items-wrapper #sb_client_info.nav-item .login-container .full-info #sb_login_form .main-form .not-logged .bar .btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    border: 2px solid #111;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 0 15px;
    height: 50px;
    white-space: normal;
    min-width: 150px;
    line-height: 1.2;
    overflow: hidden;
    transition: all .3s ease-in-out
}

#header .items-wrapper #sb_client_info.nav-item .login-container .full-info #sb_login_form .main-form .not-logged .bar .btn:hover {
    background: #e6e6e6
}

#header .items-wrapper #sb_client_info.nav-item .login-container .full-info #sb_login_form .main-form .not-logged .remember-me .custom-checkbox input {
    position: absolute!important
}

#header .items-wrapper #sb_client_info.nav-item .login-container .full-info #sb_login_form .main-form .not-logged .social .brand {
    display: block;
    text-align: center
}

#header .items-wrapper #sb_client_info.nav-item .login-container .full-info #sb_login_form .main-form .not-logged .social a {
    display: inline-block;
    margin: 0;
    font-size: 21px;
    width: 30px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #ccc
}

#header .items-wrapper #sb_client_info.nav-item .login-container .full-info #sb_login_form .main-form .not-logged .social a:hover {
    color: #454545
}

#header .items-wrapper #sb_cart.nav-item .cart-container .item-container {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../img/ics/basket.svg);
    -webkit-background-size: 26px;
    background-size: 26px
}

#header .items-wrapper #sb_cart.nav-item .cart-container .item-container .counter {
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 0;
    line-height: 20px;
    border-radius: 50%;
    top: -3px;
    bottom: auto;
    left: -10px
}

#header .items-wrapper #sb_cart.nav-item .cart-container .item-container .abc{
    display: none
}

@media (max-width: 1024px) {
    #header .items-wrapper #sb_cart.nav-item .cart-container .item-container {
        background-image:url(../img/ics/basket-dark.svg);
        background-size: 30px
    }
}

#header .items-wrapper .login-container__remember-check {
    top: -3px;
    bottom: auto!important;
    left: -10px!important
}

#header #sb_sign_in_form {
    margin-bottom: 0
}

.brand a.ll:after {
    background: transparent;
    font-size: 30px
}

.has-install-banner #header {
    background-color: rgba(0,0,0,.15);
    position: relative;
    margin-bottom: -104px
}

@media (max-width: 1024px) {
    .has-install-banner #header {
        background:transparent;
        margin-bottom: -96px
    }
}

.has-install-banner-ios #header {
    background-color: transparent;
    position: absolute;
    margin-bottom: 0
}

@media (max-width: 1024px) {
    .has-install-banner-ios #header {
        background:transparent;
        margin-bottom: 0
    }
}

#header .brand .logo {
    max-width: 200px;
    min-height: 84px;
    max-height: 84px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#header .brand .logo a {
    display: block
}

#header .brand .logo a img {
    max-height: 84px
}

#header .nav-wrapper {
    min-height: 84px
}

@media (max-width: 1024px) {
    #header .nav-wrapper {
        top:50px;
        left: auto;
        right: -100%;
        background: #fff
    }

    #header .nav-wrapper,#header .nav-wrapper.active {
        display: block;
        z-index: 100;
        padding: 0;
        position: fixed;
        margin: 0;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        text-align: center;
        overflow: auto;
        transition: all .3s ease-in
    }

    #header .nav-wrapper.active {
        top: 60px;
        left: 0;
        right: 0;
        background: hsla(0,0%,100%,0)
    }

    #header .nav-wrapper.active::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 8px;
        background-color: #fff
    }

    #header .nav-wrapper.active::-webkit-scrollbar-corner {
        background-color: #a0a0a0
    }

    #header .nav-wrapper.active::-webkit-scrollbar-thumb {
        background-clip: content-box;
        border-radius: 12px;
        background-color: #ccc
    }

    #header .nav-wrapper.active+.items-wrapper {
        visibility: hidden
    }
}

#sb_main #main #main-buttons {
    min-height: 700px;
    position: relative
}

@media (max-width: 1366px) {
    #sb_main #main #main-buttons {
        min-height:480px
    }
}

@media (max-width: 1024px) {
    #sb_main #main #main-buttons {
        min-height:300px
    }
}

#sb_main #main #main-buttons .wrapper {
    min-height: 700px
}

@media (max-width: 1366px) {
    #sb_main #main #main-buttons .wrapper {
        min-height:480px
    }
}

@media (max-width: 1024px) {
    #sb_main #main #main-buttons .wrapper {
        min-height:300px
    }
}

#sb_main #main #sb_content #content-view #about-us {
    box-shadow: none;
    background-color: transparent;
    text-align: center
}

#sb_main #main #sb_content #content-view #about-us .title-main {
    font-size: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    padding-bottom: 10px
}

#sb_main #main #sb_content #content-view #about-us .title-main:after {
    display: block;
    content: "";
    width: 150px;
    height: 1px;
    margin: 15px auto
}

@media (max-width: 767px) {
    #sb_main #main #sb_content #content-view #about-us .title-main {
        font-size:40px;
        line-height: 40px
    }
}

#sb_main #main #sb_content #content-view #about-us .txt ol,#sb_main #main #sb_content #content-view #about-us .txt ul {
    text-align: left
}

#sb_main #main #sb_content #content-view #schedule {
    font-family: PlayfairDisplay;
    font-weight: 400
}

#sb_main #main #sb_content #content-view #schedule .title-main {
    text-align: center
}

#sb_main #main #sb_content #content-view #contacts {
    font-family: PlayfairDisplay;
    font-weight: 400
}

#sb_main #main #sb_content #content-view #contacts .title-main {
    text-align: center
}

#sb_main #main #sb_content #content-view #contacts .icon {
    display: none
}

#sb_main #main #sb_content #content-view #contacts .social .brand a {
    width: 30px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #d4d4d4;
    font-size: 18px
}

#sb_main #main #sb_content #content-view #contacts .social .brand a:hover {
    color: #454545
}

.classic-row {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto
}

#contacts .social .brand {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 767px) {
    #contacts .social .brand {
        -ms-flex-pack:center;
        justify-content: center
    }
}

.reviews-wrapper {
    max-width: 990px;
    margin: 20px auto 40px
}

.reviews-wrapper .section.section-pd {
    margin-bottom: 60px;
    min-height: 280px
}

@media (max-width: 767px) {
    .reviews-wrapper .section.section-pd {
        padding:22px 0
    }
}

.reviews-wrapper .slick-reviews {
    margin: 0 50px
}

@media (max-width: 767px) {
    .reviews-wrapper .slick-reviews {
        margin:0 20px
    }
}

.reviews-wrapper .slick-next,.reviews-wrapper .slick-prev {
    display: block!important;
    height: 50px;
    width: 30px;
    background: transparent;
    color: #ff000000;
    top: 50%;
    margin-top: -10px\9;
    transform: translateY(-50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 100
}

@media (max-width: 767px) {
    .reviews-wrapper .slick-next,.reviews-wrapper .slick-prev {
        top:40px;
        ptransform: translate(0)
    }
}

.reviews-wrapper .slick-next:before,.reviews-wrapper .slick-prev:before {
    display: block;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    width: 30px;
    -moz-osx-font-smoothing: grayscale;
    height: 50px
}

.reviews-wrapper .slick-prev {
    left: -50px;
    right: auto
}

@media (max-width: 767px) {
    .reviews-wrapper .slick-prev {
        left:1px
    }
}

.reviews-wrapper .slick-prev:before {
    content: " ";
    background: url(../img/left-arrow-rev.svg) no-repeat 0
}

.reviews-wrapper .slick-next {
    right: -50px;
    left: auto
}

@media (max-width: 767px) {
    .reviews-wrapper .slick-next {
        right:1px
    }
}

.reviews-wrapper .slick-next:before {
    content: " ";
    background: url(../img/right-arrow-rev.svg) no-repeat 100%
}

.reviews-wrapper .review-item {
    text-align: center
}

.reviews-wrapper .review-item .avatar {
    text-align: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto
}

.reviews-wrapper .review-item .avatar .avatar--content img {
    max-width: 90px;
    max-height: 90px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%
}

@media (max-width: 767px) {
    .reviews-wrapper .review-item .avatar .avatar--content img {
        max-width:70px;
        max-height: 70px;
        margin-bottom: 15px
    }
}

.reviews-wrapper .review-item .avatar .author {
    font-size: 26px;
    margin-bottom: 20px;
    font-family: PlayfairDisplay;
    font-weight: 400
}

@media (max-width: 767px) {
    .reviews-wrapper .review-item .avatar .author {
        font-size:20px;
        margin-bottom: 15px
    }
}

.reviews-wrapper .review-item .content {
    font-size: 15px
}

@media (max-width: 767px) {
    .reviews-wrapper .review-item .content {
        font-size:13px
    }
}

.reviews-wrapper .review-item .content .stars {
    float: none;
    zoom:.8;margin: 0 auto 15px
}

.reviews-wrapper .btn.btn-second,.reviews-wrapper .review-item .content .stars .inner {
    margin-left: auto;
    margin-right: auto
}

#sb_profile_form .btn,.btn-second,.btn.btn-second {
    border: 2px solid #111;
    color: #111!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 190px;
    height: 50px;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 14px;
    line-height: 1.2;
    outline: none!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: normal;
    box-sizing: border-box;
    background-color: transparent
}

#sb_profile_form .btn-logout.btn,.btn-logout.btn-second {
    color: #c33a55!important
}

.sb-widget-form .form-fields .form-group label.col-sm-3.control-label {
    display: none
}

.sb-widget-form .form-fields .form-group .col-sm-9 {
    width: 100%
}

.sb-widget-form .form-fields.form-horizontal li input {
    padding-left: 45px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    -webkit-background-size: 24px;
    background-size: 20px
}

.sb-widget-form .form-fields.form-horizontal li:first-child input {
    background-image: url(../img/ics/name.svg)
}

.sb-widget-form .form-fields.form-horizontal li:nth-child(2) input {
    background-image: url(../img/ics/envelope.svg)
}

.sb-widget-form .form-fields.form-horizontal li:nth-child(3) input {
    background-image: url(../img/ics/phone.svg)
}

.sb-widget-form .form-fields.form-horizontal li textarea {
    height: 110px;
    resize: none;
    padding: 10px 12px
}

#news-index {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto
}

#news-index .title-main {
    font-size: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    padding-bottom: 10px
}

#news-index .title-main:after {
    display: block;
    content: "";
    width: 150px;
    height: 1px;
    margin: 15px auto;
    background: #111
}

@media (max-width: 767px) {
    #news-index .title-main {
        font-size:40px;
        line-height: 40px
    }
}

#news-index .news-list {
    display: block;
    background: transparent;
    box-shadow: none
}

#news-index .news-list .section-pd {
    padding: 20px 0
}

#news-index .news-list #sb_news_list_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: normal;
    align-items: normal;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#news-index .news-list .article.section {
    width: 48%;
    position: relative;
    padding: 30px;
    display: inline-block;
    min-height: 200px;
    margin: 0 0 35px;
    border: none
}

@media (max-width: 767px) {
    #news-index .news-list .article.section {
        width:100%;
        margin: 10px 0 8px;
        padding: 20px 15px;
        float: none
    }
}

#booking-result-view #booking-result-tabs .tabs-container .tab-link a:after,#booking-result-view #booking-result-tabs .tabs-container .tab-link a:before {
    position: absolute;
    display: block;
    content: " ";
    width: 0;
    transition: all .25s ease-in-out
}

#booking-result-view #booking-result-tabs .tabs-container .tab-link a:before {
    margin: 0;
    left: 0;
    bottom: -4px;
    height: 1px
}

#booking-result-view #booking-result-tabs .tabs-container .tab-link a:after {
    margin: 0;
    right: 0;
    bottom: -10px;
    height: 4px
}

#booking-result-view #booking-result-tabs .tabs-container .tab-link.active a:after,#booking-result-view #booking-result-tabs .tabs-container .tab-link.active a:before,#booking-result-view #booking-result-tabs .tabs-container .tab-link a:hover:after,#booking-result-view #booking-result-tabs .tabs-container .tab-link a:hover:before {
    width: 100%
}

.cls-membership-column {
    max-width: 990px
}

#sb_membership_filter_container,#sb_package_filter_container {
    max-width: 990px;
    margin: 0 auto;
    position: relative;
    margin-top: 0;
    padding: 0;
    min-height: inherit
}

#sb_package_filter_container {
    max-width: 960px
}

#membership-view>.page-pd {
    padding-top: 5px
}

.filter .title-main {
    font-size: 22px;
    font-family: PlayfairDisplay;
    padding: 0;
    margin-bottom: 12px;
    text-transform: capitalize;
    position: relative
}

@media (max-width: 767px) {
    .filter .title-main {
        font-size:19px
    }
}

.togg-membership-filters-service {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 30px;
    margin: 0 auto;
    border: none;
    outline: none!important;
    font-size: 24px;
    padding: 0;
    text-align: center;
    transition: all .32s ease-in-out
}

@media (max-width: 1024px) {
    .togg-membership-filters-service {
        display:-ms-flexbox;
        display: flex
    }
}

.togg-membership-filters-service.see-all-fillters i {
    position: relative;
    transform: rotate(-180deg)
}

.cls-reneval-price,.mb.btn-bar .info-container .wrapper span {
    color: #adadad!important
}

.cls-reneval-price {
    letter-spacing: 2px;
    font-size: 15px;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    background: #fff;
    top: -40px;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: 400
}

@media (max-width: 1024px) {
    .cls-reneval-price {
        font-size:13px
    }
}

@media (max-width: 767px) {
    .cls-reneval-price {
        font-size:11px
    }
}

.cls-sessions-remaining {
    font-size: 15px;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .wrap-purchase-price {
        margin-top:50px
    }
}

@media (max-width: 767px) {
    .togg-filter-block {
        display:none
    }
}

.classic-add-rev-block {
    margin-bottom: 20px
}

#modall-add-comm-reviews .modal-dialog {
    width: 530px
}

@media (max-width: 767px) {
    #modall-add-comm-reviews .modal-dialog {
        width:auto;
        margin: 10px
    }
}

#modall-add-comm-reviews .modal-dialog .modal-body {
    text-align: center;
    padding: 30px
}

#modall-add-comm-reviews .modal-dialog .title-main {
    padding-bottom: 0;
    margin-bottom: 30px
}

#modall-add-comm-reviews .modal-dialog .add-review .avatar {
    text-align: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto
}

#modall-add-comm-reviews .modal-dialog .add-review .avatar .photo {
    line-height: 0
}

#modall-add-comm-reviews .modal-dialog .add-review .avatar .avatar--content img,#modall-add-comm-reviews .modal-dialog .add-review .avatar img {
    max-width: 90px;
    max-height: 90px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%
}

#modall-add-comm-reviews .modal-dialog .add-review .info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column
}

#modall-add-comm-reviews .modal-dialog .add-review .info a {
    color: #222;
    text-transform: none;
    font-family: PlayfairDisplay;
    font-weight: 400;
    text-decoration: none!important;
    font-size: 30px;
    display: inline-block;
    padding: 5px;
    margin-bottom: 25px
}

#modall-add-comm-reviews .modal-dialog .add-review .info #sb_client_review_logout {
    font-family: PT-Sans,sans-serif;
    font-size: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: normal;
    line-height: 1.2
}

#modall-add-comm-reviews .modal-dialog .add-review .form-group {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px
}

#modall-add-comm-reviews .modal-dialog .add-review .form-group input,#modall-add-comm-reviews .modal-dialog .add-review .form-group textarea {
    padding: 6px 12px;
    font-size: 14px;
    text-align: left;
    color: #111;
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    height: 40px;
    border: 1px solid #ddd;
    box-shadow: none;
    transition: all .356s ease-in-out;
    box-sizing: border-box
}

#modall-add-comm-reviews .modal-dialog .add-review .form-group input:active,#modall-add-comm-reviews .modal-dialog .add-review .form-group input:focus,#modall-add-comm-reviews .modal-dialog .add-review .form-group textarea:active,#modall-add-comm-reviews .modal-dialog .add-review .form-group textarea:focus {
    border-color: #333;
    text-align: left;
    outline: none!important
}

#modall-add-comm-reviews .modal-dialog .add-review .form-group textarea {
    resize: none;
    height: 100px
}

#modall-add-comm-reviews .modal-dialog .add-review .stars-container {
    margin-bottom: 20px
}

#modall-add-comm-reviews .modal-dialog .add-review .social-container .cap {
    color: #757575;
    font-size: 16px;
    padding: 0;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: none
}

#modall-add-comm-reviews .modal-dialog .add-review .social-container .buttons {
    text-align: center;
    margin-bottom: -15px
}

#modall-add-comm-reviews .modal-dialog .add-review .social-container .buttons a {
    display: inline-block;
    width: 30px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    margin-right: 3px;
    font-size: 16px;
    color: #d4d4d4;
    text-decoration: none!important;
    outline: none!important;
    background: #fff!important
}

#modall-add-comm-reviews .modal-dialog .add-review .social-container .buttons a img {
    display: none
}

#modall-add-comm-reviews .modal-dialog .add-review .social-container .buttons a:before {
    color: #d4d4d4;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 40px;
    transition: all .32s ease-in-out
}

#modall-add-comm-reviews .modal-dialog .add-review .social-container .buttons a:first-child:before {
    content: "";
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#modall-add-comm-reviews .modal-dialog .add-review .social-container .buttons a:nth-child(2):before {
    content: "";
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#modall-add-comm-reviews .modal-dialog .add-review .social-container .buttons a:nth-child(3):before {
    content: "";
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#modall-add-comm-reviews .modal-dialog .add-review .social-container .buttons a i {
    line-height: 40px
}

#modall-add-comm-reviews .modal-dialog .add-review .social-container .buttons a:hover:before {
    color: #454545
}

#modall-add-comm-reviews .modal-dialog .add-review .social-container .buttons a:last-child {
    margin-right: 0
}

#modall-add-comm-reviews .modal-dialog .add-review .send-btn-container .btn {
    padding: 0 25px;
    text-transform: uppercase;
    letter-spacing: 3px
}

#reviews-view .review-item .avatar .avatar--content img {
    max-width: 75px;
    height: 75px
}

#footer {
    background: #fff
}

#footer .cls-footer-body .company-name {
    margin-top: 30px;
    text-transform: capitalize;
    text-align: center;
    font-family: PlayfairDisplay;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    #footer .cls-footer-body .company-name {
        font-size:18px
    }
}

.social .brand {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.social .brand a {
    display: inline-block;
    width: 30px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #d4d4d4;
    font-size: 18px;
    transition: all .326s ease-in-out
}

.social .brand a i {
    line-height: 40px
}

.social .brand a:hover {
    color: #454546
}

.current-booking-info .booking-btns .row .col-sm-12 {
    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;
    position: static
}

.current-booking-info .booking-btns .row .col-sm-12 .btn {
    border-radius: 1px;
    margin: 5px;
    border: 2px solid #111;
    min-width: 140px;
    width: calc(50% - 10px)
}

@media (max-width: 479px) {
    .current-booking-info .booking-btns .row .col-sm-12 .btn {
        min-width:125px
    }
}

.current-booking-info .booking-btns .row .modal-dialog {
    width: 480px
}

@media (max-width: 767px) {
    .current-booking-info .booking-btns .row .modal-dialog {
        width:auto
    }
}

.current-booking-info .booking-btns .row .modal-dialog .modal-header {
    padding-top: 25px;
    padding-bottom: 0
}

.current-booking-info .booking-btns .row .modal-dialog .modal-footer {
    margin: 0;
    padding: 0
}

.current-booking-info .booking-btns .row .modal-dialog .modal-body .tab-pd {
    padding: 30px
}

.current-booking-info .booking-btns .row .modal-dialog .modal-footer .tab-pd {
    padding: 30px;
    padding-top: 0
}

.booking-btns .modal-footer .tab-pd .btn {
    min-width: 130px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 5px
}

#sb-timeline #steps #sb_back_button {
    position: relative;
    top: -41px;
    left: 0;
    z-index: 1;
    height: 40px;
    margin: 0 15px;
    width: 150px;
    margin-bottom: -10px
}

@media (max-width: 767px) {
    #sb-timeline #steps #sb_back_button {
        position:absolute;
        width: 170px;
        margin-left: 15px;
        margin-right: auto;
        margin-bottom: 0;
        z-index: 20;
        top: -56px
    }
}

#sb-timeline #steps #sb_back_button a,#sb_back_to_bookings .back-to-services,.invoice-pay-page .to-invoices-list,.wrap-client-info-view .back-button {
    text-decoration: none;
    color: #464646;
    text-transform: none;
    letter-spacing: 4px;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-width: 100px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    margin-left: 20px;
    position: relative;
    background: #fff;
    box-sizing: border-box;
    border: 2px solid #111;
    border-left: none;
    transition: all .32s ease-in-out
}

#sb_back_to_bookings {
    display: inline-block;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    #sb_back_to_bookings {
        margin-bottom:15px
    }
}

#sb_back_to_bookings .back-to-services {
    padding: 6px 15px 6px 20px
}

#sb_back_to_bookings .back-to-services .abc{
    display: none
}

#sb_back_to_bookings .back-to-services:before {
    z-index: 1
}

#sb-timeline #steps #sb_back_button a:before,#sb_back_to_bookings .back-to-services:before,.invoice-pay-page .to-invoices-list:before,.wrap-client-info-view .back-button:before {
    content: " ";
    position: absolute;
    left: -14px;
    top: 4px;
    display: block;
    width: 28px;
    height: 28px;
    background: #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    transition: all .32s ease-in-out
}

#sb-timeline #steps #sb_back_button a:before,.invoice-pay-page .to-invoices-list:before,.wrap-client-info-view .back-button:before {
    z-index: -1
}

.invoice-pay-page .to-invoices-list,.wrap-client-info-view .back-button {
    max-width: 250px;
    margin-bottom: 20px;
    height: 40px;
    font-size: 16px
}

#sb-timeline #steps #sb_back_button .fa,.invoice-pay-page .to-invoices-list .fa,.invoice-pay-page .to-invoices-list .ico,.wrap-client-info-view .back-button .fa,.wrap-client-info-view .back-button .ico {
    display: none
}

#sb-timeline #steps #sb_back_button span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    font-size: 15px
}

.modal-dialog.delete-review,.modal-dialog.timezone-modal {
    width: 480px
}

@media (max-width: 767px) {
    .modal-dialog.delete-review,.modal-dialog.timezone-modal {
        width:auto
    }
}

.modal-dialog.delete-review .modal-header,.modal-dialog.timezone-modal .modal-header {
    display: none
}

.modal-dialog.delete-review .modal-body,.modal-dialog.timezone-modal .modal-body {
    text-align: center
}

.modal-dialog.delete-review .modal-body .tab-pd,.modal-dialog.timezone-modal .modal-body .tab-pd {
    padding: 30px 40px
}

@media (max-width: 767px) {
    .modal-dialog.delete-review .modal-body .tab-pd,.modal-dialog.timezone-modal .modal-body .tab-pd {
        padding:30px 20px
    }
}

.modal-dialog.delete-review .cap,.modal-dialog.timezone-modal .cap {
    font-family: PlayfairDisplay;
    line-height: 1.4;
    font-weight: 400;
    text-align: center
}

.modal-dialog.delete-review .modal-footer,.modal-dialog.timezone-modal .modal-footer {
    margin: 0
}

.modal-dialog.delete-review .modal-footer .tab-pd,.modal-dialog.timezone-modal .modal-footer .tab-pd {
    padding: 0 40px 30px;
    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
}

@media (max-width: 767px) {
    .modal-dialog.delete-review .modal-footer .tab-pd,.modal-dialog.timezone-modal .modal-footer .tab-pd {
        -ms-flex-pack:center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 20px 30px!important
    }
}

.modal-dialog.delete-review #sb_cancel_button,.modal-dialog.timezone-modal #sb_cancel_button {
    border: 2px solid #000;
    width: auto;
    background: #fff;
    color: #000;
    transition: all .326s ease-in-out
}

.modal-dialog.delete-review #sb_cancel_button:hover,.modal-dialog.timezone-modal #sb_cancel_button:hover {
    background: #e6e6e6
}

@media (max-width: 767px) {
    .modal-dialog.delete-review #sb_cancel_button,.modal-dialog.timezone-modal #sb_cancel_button {
        margin-left:auto;
        margin-right: auto
    }
}

.modal-dialog.delete-review .modal-header {
    display: block
}

.modal-dialog.delete-review .modal-body {
    text-align: left
}

.modal-dialog.delete-review .modal-footer .tab-pd .btn {
    width: 100px;
    margin: 5px 10px 5px 0
}

.modal-dialog.delete-review .modal-footer .tab-pd .btn:last-child {
    margin-right: 0
}

.modal-dialog.delete-review .modal-footer .tab-pd,.modal-dialog.timezone-modal .modal-footer .tab-pd {
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: row;
    flex-direction: row
}

#sb_client_info_container .form-group.form-client-name #sb_client_name,.custom-form .form-group .user-ico,.custom-form .user-ico,.custom-form input[name=password],.custom-form input[type=email],.custom-form input[type=password],.custom-form input[type=tel],.user-ico {
    position: relative;
    padding-left: 45px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    -webkit-background-size: 24px;
    background-size: 20px
}

input[type=email] {
    background-image: url(../img/ics/envelope.svg)
}

input[name=password],input[type=password] {
    background-image: url(../img/ics/key.svg)
}

#sb_client_info_container .form-group.form-client-name #sb_client_name,.custom-form .user-ico,.user-ico {
    background-image: url(../img/ics/name.svg)
}

.cls-modal-cancel {
    width: 480px
}

@media (max-width: 767px) {
    .cls-modal-cancel {
        width:auto
    }
}

.cls-modal-cancel .modal-content .modal-header .modal-title {
    margin-top: 20px
}

.cls-modal-cancel .modal-body {
    text-align: center
}

.cls-modal-cancel .modal-body .tab-pd {
    padding: 30px 40px
}

@media (max-width: 767px) {
    .cls-modal-cancel .modal-body .tab-pd {
        padding:30px 20px
    }
}

.cls-modal-cancel p {
    text-align: center
}

.cls-modal-cancel .modal-footer {
    margin: 0
}

.cls-modal-cancel .modal-footer .tab-pd {
    padding: 0 40px 30px;
    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
}

.cls-modal-cancel .modal-footer .tab-pd #sb_cancellation_confirm {
    min-width: 110px
}

@media (max-width: 767px) {
    .cls-modal-cancel .modal-footer .tab-pd {
        -ms-flex-pack:center;
        justify-content: center;
        padding: 0 20px 30px
    }

    .cls-modal-cancel .modal-footer .tab-pd .btn {
        margin: 5px
    }
}

#sb_back_btns_plugin {
    padding: 0 15px;
    max-width: 990px;
    margin: 0 auto
}

#sb_back_btns_plugin a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: normal;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 300px
}

#sb_back_btns_plugin .back-to-site .section-pd {
    padding: 20px 0;
    text-align: center
}

.btn.btn-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.2;
    white-space: normal
}

.btn.sb_cancel_btn {
    border-color: #a94442!important;
    color: #a94442!important
}

.btn.sb_cancel_btn:after {
    display: none
}

.modal-dialog.cls-membership_dialog {
    width: 480px
}

@media (max-width: 767px) {
    .modal-dialog.cls-membership_dialog {
        width:auto
    }
}

.modal-dialog.cls-membership_dialog .modal-content .modal-header .modal-title {
    margin-top: 20px
}

.modal-dialog.cls-membership_dialog .modal-body {
    text-align: center
}

.modal-dialog.cls-membership_dialog .modal-body .tab-pd {
    padding: 30px 40px
}

@media (max-width: 767px) {
    .modal-dialog.cls-membership_dialog .modal-body .tab-pd {
        padding:30px 20px
    }
}

.modal-dialog.cls-membership_dialog p {
    text-align: center
}

.modal-dialog.cls-membership_dialog .modal-footer {
    margin: 0
}

.modal-dialog.cls-membership_dialog .modal-footer .tab-pd {
    padding: 0 40px 30px;
    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
}

.modal-dialog.cls-membership_dialog .modal-footer .tab-pd .btn {
    width: 100px;
    text-transform: uppercase;
    letter-spacing: 2px
}

@media (max-width: 767px) {
    .modal-dialog.cls-membership_dialog .modal-footer .tab-pd {
        padding:0 20px 30px
    }

    .modal-dialog.cls-membership_dialog .modal-footer .tab-pd .btn {
        margin: 5px
    }
}

#sb_sidebar_container.hidden-xs {
    display: none
}

#sb_sidebar_container.hidden-xs+.col-md-9 {
    width: 100%
}

.timeline-sidebar .item .tab .cap.short,.timeline-sidebar .provider-item .caption .name {
    font-size: 20px!important;
    height: 52px!important
}

.txt-center #sb_datepicker .btn {
    min-height: 40px;
    background: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: normal;
    font-size: 20px;
    line-height: 1.2;
    color: #000
}

@media (max-width: 767px) {
    .txt-center #sb_datepicker .btn {
        width:220px;
        font-size: 16px;
        white-space: normal
    }
}

.client-info-modal .title-main {
    font-family: PlayfairDisplay;
    text-align: left;
    font-size: 26px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    line-height: 1.3
}

.modal-dialog #client-profile-edit {
    overflow: auto
}

.modal-dialog #client-profile-edit .form-group {
    margin: 0
}

.modal-dialog #client-profile-edit .col-sm-8,.modal-dialog #client-profile-edit .col-sm-12 {
    padding: 0
}

.modal-dialog #client-profile-edit .sb-client-fields #sb_additional_fields .password-toggler {
    right: 10px
}

.modal-dialog #client-profile-edit .sb-client-fields #sb_additional_fields .form-group {
    margin-bottom: 15px;
    text-align: left
}

.modal-dialog #client-profile-edit .sb-client-fields #sb_additional_fields .form-group .control-label {
    padding: 11px 0;
    font-size: 14px
}

.modal-dialog #client-profile-edit .sb-client-fields #sb_additional_fields .custom-checkbox {
    margin-left: 0
}

.modal-dialog #client-profile-edit .sb-client-fields #sb_additional_fields .custom-checkbox~.control-label {
    padding-top: 0!important
}

.modal-dialog #client-profile-edit .bar-with-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: normal;
    gap: 8px
}

.modal-dialog #client-profile-edit .bar-with-btn .btn {
    margin: 0
}

@media (max-width: 767px) {
    .modal-dialog #client-profile-edit .bar-with-btn {
        -ms-flex-direction:column;
        flex-direction: column
    }
}

.modal-dialog #client-profile-edit .btn-second {
    width: 160px;
    margin: 0
}

@media (max-width: 767px) {
    .modal-dialog #client-profile-edit .btn-second {
        margin:5px;
        width: 180px;
        margin-left: auto;
        margin-right: auto
    }
}

.client-info-modal {
    width: 100%;
    width: 420px;
    margin: 30px auto
}

.client-info-modal .col-sm-4 {
    display: none
}

.client-info-modal .col-sm-8 {
    width: 100%;
    font-size: 15px
}

.client-info-modal .txt {
    display: -ms-flexbox;
    display: flex;
    line-height: 1.2;
    text-align: left;
    min-height: 25px;
    -ms-flex-align: center;
    align-items: center;
    white-space: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 15px
}

.client-info-modal .modal-content {
    background-color: #fff;
    padding: 40px;
    position: relative;
    text-align: center
}

.client-info-modal .section-pd {
    padding: 0
}

.client-info-modal .bar-with-btn {
    margin-top: 30px;
    padding: 0;
    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;
    white-space: normal
}

@media (max-width: 479px) {
    .client-info-modal {
        margin:15px 5px;
        width: auto;
        max-width: 100%;
        min-width: 300px
    }

    .client-info-modal .modal-content {
        padding: 30px 20px
    }
}

#client-profile-edit .close-modal,.client-info-modal #client-profile-preview .close-modal {
    position: absolute;
    right: 0;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    font-size: 17px;
    padding: 0;
    width: 40px;
    line-height: 40px;
    height: 40px;
    transition: all .3s ease
}

#client-profile-edit .close-modal:hover,.client-info-modal #client-profile-preview .close-modal:hover {
    opacity: .7
}

#client-profile-edit .close-modal .fa,.client-info-modal #client-profile-preview .close-modal .abc{
    font-size: 20px
}

.modal-dialog #client-profile-preview .btn {
    margin-left: 0;
    margin-right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48%;
    height: 50px;
    line-height: 1.2;
    outline: none!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: normal
}

@media (max-width: 479px) {
    .modal-dialog #client-profile-preview .btn {
        width:100%
    }
}

#sb_main #main #sb_content #remind-password .section {
    min-height: 200px;
    box-shadow: none
}

#remind-password .form-group .bar {
    margin-top: 30px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: normal
}

#remind-password .form-group .bar .btn {
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    font-size: 16px
}

@media (max-width: 767px) {
    #remind-password .form-group .bar .btn {
        margin:5px;
        font-size: 15px
    }
}

.client-info-modal #remind-password {
    padding: 0
}

.client-info-modal #remind-password #sb_sign_in_form {
    margin-bottom: 0
}

#remind-password .form-group .bar #sb_remind_btn,#remind-password .form-group .bar #sb_remind_btn_back {
    width: 160px;
    background: #fff
}

#remind-password .form-group .bar #sb_remind_btn:hover,#remind-password .form-group .bar #sb_remind_btn_back:hover {
    background: #e6e6e6
}

@media (max-width: 767px) {
    #remind-password .form-group .bar #sb_remind_btn,#remind-password .form-group .bar #sb_remind_btn_back {
        width:140px
    }
}

@media (max-width: 359px) {
    #remind-password .form-group .bar #sb_remind_btn,#remind-password .form-group .bar #sb_remind_btn_back {
        width:124px
    }
}

.client-prof-ico {
    padding-left: 45px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    -webkit-background-size: 24px;
    background-size: 22px
}

.ico-mail {
    background-image: url(../img/ics/envelope.svg)
}

.ico-phone {
    background-image: url(../img/ics/phone.svg)
}

.ico-name {
    background-image: url(../img/ics/name.svg)
}

#client-login .custom-form.clearfix .col-sm-6 .col-sm-offset-4 {
    margin: 0;
    width: 100%
}

#client-login .custom-form.clearfix .col-sm-6 #sb_sign_up_form .cap+.form-group input,#client-login .custom-form.clearfix .col-sm-6 #sb_sign_up_form .cap+.has-error+.form-group input {
    background-image: url(../img/ics/name.svg);
    padding-left: 45px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    -webkit-background-size: 24px;
    background-size: 20px
}

#reviews-view .col-sm-6 .modal-dialog {
    width: 460px;
    margin: 30px auto
}

@media (max-width: 767px) {
    #reviews-view .col-sm-6 .modal-dialog {
        margin:15px 10px;
        width: auto;
        max-width: 100%
    }
}

#reviews-view .modal-body {
    padding: 10px 30px 40px
}

@media (max-width: 767px) {
    #reviews-view .modal-body {
        padding:10px 15px 25px
    }
}

.show-more-reviews {
    display: none;
    height: 50px;
    width: 100%;
    max-width: 250px;
    box-sizing: border-box;
    border: 2px solid #111;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 0 15px;
    line-height: 1.2;
    color: #111;
    background: #fff;
    text-transform: uppercase;
    margin: 10px auto;
    transition: all .32s ease-in-out;
    outline: none!important
}

.show-more-reviews:hover {
    background: #e6e6e6
}

.btn.open-rev-modal {
    display: block;
    height: 50px;
    line-height: 49px;
    width: 100%;
    max-width: 250px;
    box-sizing: border-box;
    letter-spacing: 2px;
    padding: 0 15px;
    text-transform: uppercase;
    margin: 10px auto 20px
}

#reviews-view .add-review .form .social-container .buttons a {
    display: block;
    width: 35px;
    height: 35px;
    position: relative;
    text-align: center;
    background: #fff
}

#reviews-view .add-review .form .social-container .buttons a img {
    display: none
}

#reviews-view .add-review .form .social-container .buttons a:before {
    color: #d4d4d4;
    font-size: 22px;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 30px;
    transition: all .32s ease-in-out
}

#reviews-view .add-review .form .social-container .buttons a:hover:before {
    color: #333
}

#reviews-view .add-review .form .social-container .buttons a:first-child:before {
    content: ""
}

#reviews-view .add-review .form .social-container .buttons a:first-child:before,#reviews-view .add-review .form .social-container .buttons a:nth-child(2):before {
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#reviews-view .add-review .form .social-container .buttons a:nth-child(2):before {
    content: ""
}

#reviews-view .add-review .form .social-container .buttons a:nth-child(3):before {
    content: ""
}

#reviews-view .add-review .form .social-container .buttons a:nth-child(3):before,#reviews-view .add-review .form .social-container .buttons a:nth-child(4):before {
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#reviews-view .add-review .form .social-container .buttons a:nth-child(4):before {
    content: "";
    font-size: 30px;
    line-height: .9
}

.custom-radio label {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: none;
    background-color: transparent;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-radio input:checked+label {
    border: none
}

.custom-radio input:checked+label:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0);
    background-color: rgba(76,175,80,.3);
    width: 100%;
    height: 100%;
    border-radius: 0;
    z-index: 2
}

#sb_membership_payment_status div .alert.alert-info {
    margin-bottom: 45px
}

@media (max-width: 767px) {
    #header .items-wrapper .nav-item#sb_multiple_book_cart .cart-container .full-info {
        min-height:250px;
        max-height: 380px;
        overflow: visible
    }
}

.cart-container .full-info.active .tab-pd .bookings {
    margin-bottom: 20px;
    max-height: 490px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 16px;
    margin-right: -7px
}

@media (max-width: 767px) {
    .cart-container .full-info.active .tab-pd .bookings {
        max-height:280px;
        margin-bottom: 10px
    }
}

.cart-container .full-info.active .tab-pd .bookings::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px
}

.cart-container .full-info.active .tab-pd .bookings::-webkit-scrollbar-corner {
    background-color: #a0a0a0
}

.cart-container .full-info.active .tab-pd .bookings::-webkit-scrollbar-thumb {
    border-radius: 4px;
    border: 3px solid hsla(0,0%,100%,0);
    background-clip: content-box;
    background-color: #a0a0a0
}

.cart-container .full-info.active .tab-pd .bookings .current-booking-info .cap.mg {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px
}

.cart-container .full-info.active .tab-pd .bookings .current-booking-info table {
    font-size: 13px
}

.cart-container .full-info.active .tab-pd .bookings .current-booking-info .info,.cart-container .full-info.active .tab-pd .bookings .current-booking-info .label {
    line-height: 1.4
}

.cart-container .full-info.active .tab-pd .bookings .current-booking-info .product-booking-data-wrapper .type {
    font-weight: 600;
    margin: 5px 0
}

.cart-container .full-info.active .tab-pd .bookings .current-booking-info .product-booking-data-wrapper .data {
    line-height: 1.4
}

#client-login .client-login-bar .social .brand a {
    position: relative
}

#client-login .client-login-bar .social .brand a img {
    display: none
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .not-logged .bar {
    text-align: left
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .not-logged .social {
    min-height: 50px
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .not-logged .social .txt {
    font-size: 14px;
    text-align: center
}

#header .items-wrapper #sb_client_info.nav-item .login-container .full-info #sb_login_form .main-form .not-logged .social .brand a {
    position: relative
}

#header .items-wrapper #sb_client_info.nav-item .login-container .full-info #sb_login_form .main-form .not-logged .social .brand a img {
    display: none
}

#sb_gallery #gallery-view.main-fotorama-galery {
    max-width: 1170px;
    padding: 0 15px;
    margin-bottom: 60px
}

@media (max-width: 767px) {
    #sb_gallery #gallery-view.main-fotorama-galery {
        padding:0
    }
}

.main-fotorama-galery .fotorama__nav-wrap {
    position: relative;
    top: 0;
    padding: 0 30px;
    width: 100%;
    max-width: 1131px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 767px) {
    .main-fotorama-galery .fotorama__nav-wrap {
        display:none
    }
}

#sb_gallery_module_list_container.fotorama--fullscreen .fotorama__nav-wrap {
    position: relative;
    top: auto;
    max-width: 100%;
    padding: 0 15px;
    bottom: auto
}

@media (max-width: 767px) {
    #sb_gallery_module_list_container.fotorama--fullscreen .fotorama__nav-wrap {
        display:block
    }
}

.fotorama__thumb {
    border: 0 solid transparent;
    transition: border-color .3s ease
}

.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before {
    background-image: none
}

@media (max-width: 767px) {
    #client-login.section {
        margin-right:-15px;
        margin-left: -15px;
        width: calc(100% + 30px)
    }
}

@media (max-width: 767px) {
    #client-login.section .tab-pd {
        padding:30px 0
    }
}

.wrap-location-index .title-section {
    text-transform: capitalize
}

#steps-content #sb_booking_content>div .step-content,.package-content {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto
}

#steps-content #sb_booking_content .item.col-sm-6 .tab {
    position: relative;
    box-shadow: 0 8px 16px rgba(0,0,0,.2);
    margin-bottom: 36px
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content .item.col-sm-6 .tab {
        margin-bottom:25px
    }
}

#steps-content #sb_booking_content>div .provider-step.step-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px
}

#steps-content #sb_booking_content .provider-item {
    box-shadow: 0 8px 16px rgba(0,0,0,.2);
    margin-bottom: 36px;
    padding: 0;
    width: 48%
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content .provider-item {
        margin-bottom:25px;
        width: 100%
    }
}

#steps-content #sb_booking_content .provider-item.item .tab {
    margin-bottom: 0;
    box-shadow: none
}

#steps-content #sb_booking_content div .datetime-step.step-content {
    column-count: 1;
    column-gap: 0;
    max-width: 990px
}

#details .product-attribute-section #sb_attribute_list_container .list-item.product-item.item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px
}

@media (max-width: 767px) {
    #details .product-attribute-section #sb_attribute_list_container .list-item.product-item.item {
        width:100%
    }
}

#booking-result-view #sb_message_container {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto
}

#booking-result-view #sb_message_container .alert-booking {
    background: #d3e0f1
}

#sb_bookings_list+.clearfix+a.btn.btn-default {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: normal;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 300px
}

.payment-modal #sb_pay_btn {
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 1px;
    transition: all .32s ease-in-out
}

.fotorama__arr {
    width: 40px;
    height: 40px
}

.fotorama__arr.fotorama__arr--prev {
    background: url(../img/left-arrow-rev-white.svg) 50% no-repeat;
    background-size: 16px
}

.fotorama__arr.fotorama__arr--next {
    background: url(../img/right-arrow-rev-white.svg) 50% no-repeat;
    background-size: 16px
}

#sb_fb_container #sb_facebook_login_btn img,.left-side .add-details .custom-form #sb_client_info_container label {
    display: none
}

#sb_fb_container #sb_facebook_login_btn {
    position: relative;
    width: 160px;
    background: #517cc0;
    transition: all .32s ease-in-out
}

#sb_fb_container #sb_facebook_login_btn:hover {
    background: #426fb6
}

#sb_fb_container #sb_facebook_login_btn:before {
    content: "facebook";
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: normal;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #fff
}

#sb-timeline #steps #steps-content #sb_booking_content #details .login-bar .fb-container .btn {
    border: none;
    height: 46px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 120px
}

@media (max-width: 767px) {
    #sb_map {
        margin-left:-15px;
        margin-right: -15px
    }
}

#client-login.section .tab-pd #sb_sign_in_form .form-group:nth-child(2) .col-sm-8,#client-login.section .tab-pd #sb_sign_in_form .form-group:nth-child(3) .col-sm-8 {
    position: relative
}

#client-login.section .tab-pd #sb_sign_in_form .form-group:nth-child(2) .col-sm-8:before,#client-login.section .tab-pd #sb_sign_in_form .form-group:nth-child(3) .col-sm-8:before {
    content: " ";
    display: inline-block;
    width: 44px;
    height: 40px;
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 1
}

#client-login.section .tab-pd #sb_sign_in_form .form-group:nth-child(2) .col-sm-8 input,#client-login.section .tab-pd #sb_sign_in_form .form-group:nth-child(3) .col-sm-8 input {
    background: none
}

#client-login.section .tab-pd #sb_sign_in_form .form-group:nth-child(2) .col-sm-8 {
    position: relative
}

#client-login.section .tab-pd #sb_sign_in_form .form-group:nth-child(2) .col-sm-8:before {
    background: url(../img/ics/envelope.svg) 50% no-repeat;
    background-size: 24px
}

#client-login.section .tab-pd #sb_sign_in_form .form-group:nth-child(3) .col-sm-8 {
    position: relative
}

#client-login.section .tab-pd #sb_sign_in_form .form-group:nth-child(3) .col-sm-8:before {
    background: url(../img/ics/key.svg) 50% no-repeat;
    background-size: 26px
}

#client-login.section .tab-pd #sb_sign_up_form .form-group:nth-child(3) .col-sm-8 {
    position: relative
}

#client-login.section .tab-pd #sb_sign_up_form .form-group:nth-child(3) .col-sm-8:before {
    background: url(../img/ics/envelope.svg) 50% no-repeat;
    background-size: 24px
}

#client-login.section .tab-pd #sb_sign_up_form .form-group:nth-child(5) .col-sm-8 {
    position: relative
}

#client-login.section .tab-pd #sb_sign_up_form .form-group:nth-child(5) .col-sm-8:before {
    background: url(../img/ics/key.svg) 50% no-repeat;
    background-size: 26px
}

#client-login.section .tab-pd #sb_address_container .form-group .col-sm-8:before {
    display: none!important
}

@media (max-width: 767px) {
    .cls-info-name.hidden-xs {
        display:none
    }
}

@media (max-width: 767px) {
    .location-step.step-content .location-item .tab .content .bar {
        height:auto;
        min-height: 1px
    }
}

.location-step.step-content .location-item .tab .content .bar .address {
    height: 20px;
    margin-bottom: 10px
}

#sb_booking_content .tab.tab-col .excerpt-info .preloader .default.img img {
    max-height: 100px
}

#steps-content #sb_booking_content #details .product-section .product-item .excerpt-info .preloader .default svg {
    width: 200px!important
}

@media (max-width: 767px) {
    .datepicker.datepicker-dropdown.dropdown-menu {
        left:0!important;
        right: 0!important;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 300px
    }
}

@media (max-width: 767px) {
    .datepicker-dropdown:after,.datepicker-dropdown:before {
        display:none!important
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container .inner {
        height:1px
    }
}

#sb_membership_payment_status {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto
}

#sb_membership_dialog_yes,#sb_membership_dialog_yes+.btn {
    width: 120px
}

#sb-flexible-provider .inner+div .alert {
    margin-top: 20px
}

#client-login.section .tab-pd #sb_sign_up_form .form-group.row:nth-child(5) .col-sm-8:before {
    display: none
}

.membership-item .mb.btn-bar .active-container,.membership-item .mb.btn-bar .info-container {
    height: auto
}

#sb_membership_filter_service_container {
    clear: both
}

.filter--list-container {
    top: 54px
}

#sb_membership_filter_service_container.see-all-fillters {
    max-height: 100%
}

@media (max-width: 767px) {
    .datepicker.datepicker-dropdown.dropdown-menu .datepicker-months>.table-condensed,.datepicker.datepicker-dropdown.dropdown-menu .datepicker-years>.table-condensed {
        width:100%;
        max-width: 300px
    }
}

#sb_gdpr_report_module_container #sb_gdpr_email_form .btn {
    min-width: 150px;
    max-width: 162px;
    margin: 20px auto 5px;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: normal;
    font-size: 15px;
    color: #111;
    background: #fff;
    box-sizing: border-box;
    border: 2px solid #111;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .3s ease-in-out
}

.invoice-buttons-container .btn {
    border: none;
    min-width: 140px
}

@media (max-width: 1024px) {
    .is-widget #header .items-wrapper {
        min-width:auto
    }
}

.bar-with-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: normal;
    gap: 8px
}

.bar-with-btn .btn {
    margin: 0
}

#header .nav-wrapper #sb_menu .nav #sb_appended_menu_item .abc{
    margin-left: 6px
}

#header .nav-wrapper #sb_menu .nav #sb_appended_menu_item ul {
    border-radius: 0;
    box-shadow: none
}

#header .nav-wrapper #sb_menu .nav #sb_appended_menu_item ul li a:after,#header .nav-wrapper #sb_menu .nav #sb_appended_menu_item ul li a:before {
    display: none
}

#header.appearance .nav-wrapper #sb_menu .nav #sb_appended_menu_item ul {
    border: 1px solid #e7e7e7
}

@media (min-width: 1025px) {
    #header.appearance .nav-wrapper .items-wrapper #sb_cart.nav-item .cart-container .item-container,#header.appearance .nav-wrapper .items-wrapper #sb_client_info.nav-item .item-container {
        border-radius:0
    }

    #header.appearance .nav-wrapper .items-wrapper #sb_cart.nav-item .cart-container .item-container .counter,#header.appearance .nav-wrapper .items-wrapper #sb_client_info.nav-item .item-container .counter {
        right: 39px;
        top: -1px;
        left: auto;
        border-radius: 0
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .item,#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item,.package-content>div .package-item {
    width: 50%
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .item,#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item,.package-content>div .package-item {
        width:100%
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .provider-item .excerpt-info {
    padding: 30px
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .provider-item .excerpt-info {
        padding:15px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .provider-item.item {
    padding: 0;
    margin: 0 15px 30px;
    width: calc(50% - 30px)
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .provider-item.item {
        width:100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .provider-item.item .tab {
    height: auto
}

#sb-timeline #steps #steps-content #sb_booking_content .provider-item.item.panel {
    width: 100%;
    margin: 0 0 16px;
    padding: 15px
}

#sb_google_translate .goog-te-combo,.form-control {
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 1px
}

.btn {
    height: 50px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: normal;
    padding: 0 12px;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:hover {
    opacity: 1
}

.btn.btn-with-icon a,.btn.btn-with-icon span {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    text-shadow: none;
    width: 100%;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px!important;
    line-height: 1.2
}

.modal-dialog .modal-content {
    border-radius: 1px
}

.modal-dialog .modal-content .modal-body .cap {
    text-transform: none
}

.tab.tab-col .cap {
    font-family: PlayfairDisplay;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 22px;
    text-align: left
}

#main-buttons .wrapper .inner .bar {
    padding-top: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 767px) {
    #main-buttons .wrapper .inner .bar {
        -ms-flex-direction:column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0;
        margin-bottom: 20px;
        padding: 0
    }
}

#main-buttons .wrapper .inner .bar .btn,.is-widget #main .btn.book {
    border-radius: 0;
    width: 260px;
    padding: 0 15px;
    box-shadow: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.2;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: normal;
    font-size: 16px;
    margin: 10px;
    font-family: PlayfairDisplay
}

@media (max-width: 767px) {
    #main-buttons .wrapper .inner .bar .btn,.is-widget #main .btn.book {
        margin:4px
    }
}

#main-buttons .wrapper .inner .bar .btn a,.is-widget #main .btn.book a {
    padding: 0!important;
    margin: 0;
    text-transform: none;
    font-size: 20px
}

@media (max-width: 1024px) {
    #main-buttons .wrapper .inner .bar .btn,.is-widget #main .btn.book {
        width:220px;
        font-size: 16px
    }

    #main-buttons .wrapper .inner .bar .btn a,.is-widget #main .btn.book a {
        font-size: 16px
    }
}

.section {
    border-radius: 0;
    box-shadow: 0 8px 16px rgba(0,0,0,.15)
}

#header .items-wrapper .nav-item .full-info {
    border-radius: 0;
    box-shadow: 0 5px 13px rgba(0,0,0,.15)
}

#main-buttons .wrapper .inner .company-name {
    display: block;
    width: 100%;
    text-shadow: none;
    font-family: PlayfairDisplay;
    font-weight: 400;
    font-size: 50px;
    line-height: 1.3;
    word-wrap: break-word;
    position: relative;
    margin-top: 50px;
    margin-bottom: 30px;
    padding-bottom: 10px
}

#main-buttons .wrapper .inner .company-name:after {
    display: block;
    content: "";
    width: 150px;
    height: 1px;
    margin: 10px auto;
    background: #fff
}

@media (max-width: 1024px) {
    #main-buttons .wrapper .inner .company-name {
        font-size:30px;
        margin-top: 20px;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    #main-buttons .wrapper .inner .company-name {
        font-size:22px;
        margin-bottom: 0
    }
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info,#header .items-wrapper .nav-item .full-info {
    min-width: 370px
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info .tab-pd,#header .items-wrapper .nav-item .full-info .tab-pd {
    padding: 20px
}

@media (max-width: 1024px) {
    #header .items-wrapper .nav-item#sb_client_info .login-container .full-info,#header .items-wrapper .nav-item .full-info {
        width:100%;
        min-width: 200px!important;
        max-width: 360px!important;
        margin: 0 auto
    }

    #header .items-wrapper .nav-item#sb_client_info .login-container .full-info .tab-pd,#header .items-wrapper .nav-item .full-info .tab-pd {
        padding: 15px
    }
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .not-logged .inputs input {
    border-radius: 0;
    background-color: #fff;
    height: 40px;
    border: 1px solid #ddd;
    box-shadow: none
}

#content-view #schedule .overview tr td.day {
    font-weight: 500;
    text-transform: capitalize
}

#content-view #schedule .overview tr td {
    padding-bottom: 14px;
    vertical-align: top;
    font-size: 18px;
    font-weight: 500;
    text-transform: lowercase
}

@media (max-width: 767px) {
    #content-view #schedule .overview tr td {
        font-size:16px
    }
}

#content-view #schedule .overview .day-off {
    color: #9d5c61
}

#content-view #contacts li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px;
    min-height: 44px;
    font-size: 18px
}

#content-view #contacts li:last-child {
    margin-bottom: 0
}

@media (max-width: 767px) {
    #content-view #contacts li {
        -ms-flex-direction:column;
        flex-direction: column;
        font-size: 16px
    }
}

#contacts li .cls-info-name {
    margin-right: 10px;
    text-transform: capitalize;
    min-width: 100px;
    max-width: 180px
}

@media (max-width: 767px) {
    #contacts li .cls-info-name {
        max-width:100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px
    }
}

#contacts li .links {
    margin-left: auto;
    font-size: 18px;
    text-align: right
}

#contacts li .links a {
    text-decoration: none
}

@media (max-width: 767px) {
    #contacts li .links {
        font-size:16px;
        margin-left: 0!important;
        padding-left: 0!important;
        width: 100%;
        text-align: left
    }
}

.sb-widget-form {
    max-width: 480px;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 7px 19px rgba(0,0,0,.3);
    width: 100%;
    margin: 0 auto;
    padding: 30px 40px
}

@media (max-width: 767px) {
    .sb-widget-form {
        padding:30px 15px
    }
}

.sb-widget-form .title {
    font-family: PlayfairDisplay;
    font-size: 20px;
    line-height: 28px;
    color: #464646;
    text-align: center;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .sb-widget-form .title {
        font-size:18px;
        line-height: 25px
    }
}

.sb-widget-form .col-sm-9.col-sm-offset-3 {
    margin: 0;
    width: 100%
}

.sb-widget-form .buttons {
    padding-top: 0;
    text-align: center;
    margin-top: 20px;
    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;
    white-space: normal;
    min-height: 50px
}

@media (max-width: 1024px) {
    .sb-widget-form .buttons {
        -ms-flex-pack:distribute;
        justify-content: space-around
    }
}

.sb-widget-form .buttons .open-booking-widget-button,.sb-widget-form .buttons .send-message-button {
    margin: 0;
    font-size: 16px;
    line-height: 1.2
}

@media (max-width: 1024px) {
    .sb-widget-form .buttons .open-booking-widget-button,.sb-widget-form .buttons .send-message-button {
        margin:5px;
        width: 100%!important;
        max-width: 300px!important
    }
}

.sb-widget-form .buttons .open-booking-widget-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    border-radius: 1px;
    box-sizing: border-box;
    border: 2px solid #111;
    color: #111;
    background: #fff;
    white-space: normal;
    text-decoration: none;
    letter-spacing: 2px;
    padding: 0 15px;
    font-weight: 400;
    transition: all .326s ease-in-out;
    max-width: 222px
}

.sb-widget-form .buttons .open-booking-widget-button:hover {
    background: #e6e6e6
}

.sb-widget-form .buttons .send-message-button {
    min-width: 160px;
    letter-spacing: 2px;
    max-width: 176px
}

.modal-dialog .modal-content .modal-header {
    border-radius: 2px 2px 0 0;
    text-align: center;
    width: 100%;
    min-height: 40px;
    padding: 10px;
    padding-right: 50px;
    position: relative;
    border-bottom: none
}cle

.close-full-info,.modal-dialog .modal-content button.close {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    border: 0;
    font-size: 18px;
    margin-top: 0;
    outline: none;
    top: 0;
    transform: translate(0);
    text-shadow: none
}

.close-full-info .fa,.modal-dialog .modal-content button.close .abc{
    font-size: 18px
}

.modal-dialog .modal-content button.close .modal-close-button {
    font-size: 0;
    font-weight: 300;
    text-align: center;
    line-height: 40px
}

.modal-dialog .modal-content button.close .modal-close-button .abc{
    display: none
}

.modal-dialog .modal-content button.close .modal-close-button:before {
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px
}

.tab.tab-col .full-info .close-full-info {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    z-index: 100;
    text-align: center
}

.modal-footer {
    border-top: none
}

#news-index .news-list .article .cap {
    font-family: PlayfairDisplay;
    font-weight: 500;
    text-transform: none;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 20px
}

#news-index .news-list .article .cap a {
    color: #454546;
    font-size: 28px;
    text-decoration: none!important;
    transition: all .23s ease-in-out
}

#news-index .news-list .article .cap a:hover {
    color: #000
}

@media (max-width: 1024px) {
    #news-index .news-list .article .cap a {
        font-size:26px
    }
}

@media (max-width: 767px) {
    #news-index .news-list .article .cap a {
        font-size:22px
    }
}

#news-index .news-list .article .date,#news-single .article .date {
    text-align: center;
    letter-spacing: 4px;
    color: #c5c5c5;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 0;
    font-size: 12px
}

#news-index .news-list .article .date b,#news-single .article .date b {
    display: none
}

#news-index .news-list .article .bar {
    padding-top: 20px
}

#news-index .news-list .article .bar .read-more,#news-single .return-btn {
    float: none;
    display: block;
    text-align: center
}

#news-index .news-list .article .bar .read-more a,#news-single .return-btn a {
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 4px;
    line-height: 1.5;
    outline: none!important;
    text-decoration: none!important;
    transition: all .356s ease-in-out
}

#news-single .article {
    position: relative;
    max-width: 960px;
    margin: 90px auto 50px;
    padding: 25px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,.3)
}

@media (max-width: 767px) {
    #news-single .article {
        padding:20px 15px;
        margin-left: -15px;
        margin-right: -15px
    }
}

#news-single .article .back-to-list-news {
    position: absolute;
    top: -65px;
    left: 20px;
    height: 40px;
    border: 2px solid #111;
    border-left: none;
    padding: 0 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    white-space: normal;
    color: #111;
    text-decoration: none;
    letter-spacing: 2px;
    background: #fff;
    max-width: 280px;
    transition: all .32s ease-in-out
}

@media (max-width: 767px) {
    #news-single .article .back-to-list-news {
        left:35px
    }
}

#news-single .article .back-to-list-news:before {
    content: " ";
    position: absolute;
    left: -15px;
    top: 4px;
    display: block;
    width: 28px;
    height: 28px;
    background: #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
    z-index: -1;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    transition: all .32s ease-in-out
}

#news-single .article .cap {
    font-family: PlayfairDisplay;
    font-weight: 500;
    font-size: 30px;
    padding-bottom: 0;
    text-transform: none;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.3
}

@media (max-width: 767px) {
    #news-single .article .cap {
        font-size:24px
    }
}

#news-single .return-btn {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center
}

#booking-result-view #booking-result-tabs {
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
    margin-bottom: 30px;
    background: #fff;
    position: relative;
    z-index: 2
}

#booking-result-view #booking-result-tabs .tabs-container {
    min-height: 100px;
    padding: 20px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    #booking-result-view #booking-result-tabs .tabs-container {
        -ms-flex-direction:column;
        flex-direction: column
    }
}

#booking-result-view #booking-result-tabs .tabs-container .tab-link {
    display: inline-block;
    min-width: 204px;
    font-size: 20px;
    margin: 0 10px;
    font-family: PlayfairDisplay
}

#booking-result-view #booking-result-tabs .tabs-container .tab-link a {
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: normal;
    line-height: 1.3;
    margin-bottom: 5px;
    text-transform: capitalize;
    border-bottom: 5px solid;
    border-bottom-color: transparent;
    padding-bottom: 0;
    position: relative;
    transition: all .25s ease-in-out
}

@media (max-width: 767px) {
    #booking-result-view #booking-result-tabs .tabs-container .tab-link a {
        margin-bottom:15px;
        font-size: 16px
    }
}

.filter {
    margin-bottom: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    padding-bottom: 20px
}

@media (max-width: 1024px) {
    .filter {
        padding:10px 0;
        padding-bottom: 20px
    }
}

@media (max-width: 767px) {
    .filter {
        padding:5px 0;
        padding-bottom: 15px
    }
}

.custom-checkbox {
    margin: 5px;
    position: relative;
    top: -2px
}

.custom-checkbox input {
    width: 20px;
    height: 20px;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    top: 0;
    left: 0
}

.custom-checkbox input:checked+.custom-label:before {
    font-size: 14px
}

.custom-checkbox .custom-label {
    width: 20px;
    height: 20px;
    border: 1px solid #dedede;
    background-color: #fff;
    border-radius: 1px
}

.filter .title-small {
    text-align: center;
    width: 100%;
    padding: 0;
    color: #adadad;
    font-size: 12px;
    line-height: 1.3;
    margin: 0;
    position: relative
}

#membership-view #sb_membership_list_container {
    position: relative;
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    padding: 0;
    min-height: 84px
}

#membership-view #sb_membership_list_container>div .membership-item {
    width: 50%
}

@media (max-width: 767px) {
    #membership-view #sb_membership_list_container>div .membership-item {
        width:100%
    }
}

#membership-view #sb_membership_list_container .membership-item .tab {
    margin: 0 0 35px;
    background: #fff;
    box-shadow: 0 8px 15px rgba(51,51,51,.2);
    padding: 0
}

@media (max-width: 767px) {
    #membership-view #sb_membership_list_container .membership-item .tab {
        margin:0 0 15px
    }
}

#membership-view #sb_membership_list_container .membership-item .tab .section-pd {
    padding: 12px 30px 30px
}

@media (max-width: 767px) {
    #membership-view #sb_membership_list_container .membership-item .tab .section-pd {
        padding:10px 20px 20px;
        padding: 10px 15px 20px
    }
}

#membership-view #sb_membership_list_container .membership-item .cap {
    font-size: 24px;
    font-family: PlayfairDisplay;
    font-weight: 500;
    margin-top: 15px
}

@media (max-width: 1024px) {
    #membership-view #sb_membership_list_container .membership-item .cap {
        font-size:22px
    }
}

@media (max-width: 767px) {
    #membership-view #sb_membership_list_container .membership-item .cap {
        font-size:20px
    }
}

#membership-view #sb_membership_list_container .membership-item .txt {
    margin-bottom: 10px;
    text-align: left;
    width: 100%
}

@media (max-width: 767px) {
    #membership-view #sb_membership_list_container .membership-item .txt {
        font-size:13px
    }
}

#membership-view #sb_membership_list_container .membership-item.panel .txt {
    width: auto
}

#membership-view #sb_membership_list_container>div .membership-item .purchased {
    position: absolute;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 4px;
    font-weight: 400;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    box-shadow: none;
    width: 200px;
    top: 250px;
    height: 40px;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: normal
}

#membership-view #sb_membership_list_container .membership-item .btn-bar {
    text-align: center;
    margin-top: 52px;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 767px) {
    #membership-view #sb_membership_list_container .membership-item .btn-bar {
        -ms-flex-direction:column;
        flex-direction: column
    }
}

#membership-view #sb_membership_list_container>div .membership-item .btn-bar .start-date-btn {
    max-width: 100%;
    width: 100%
}

.package-content>div .package-item .btn-bar .start-date-btn {
    font-weight: 700
}

#membership-view .mb.btn-bar .info-container .wrapper span {
    font-size: 16px
}

#membership-view .mb.btn-bar .info-container .price-formatter,#membership-view .mb.btn-bar .recurring-profile-info .info-container .wrapper.price-formatter {
    border: none
}

.mb.btn-bar .wrapper {
    line-height: 1.5;
    border: 1px solid;
    border-color: transparent;
    font-weight: 700
}

.price-formatter span.pr-numb {
    font-size: 18px;
    margin-left: 3px
}

.price-formatter span.pr-decimal {
    margin-top: 0;
    font-size: 18px
}

#membership-view .mb.btn-bar .info-container .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: normal;
    color: #adadad;
    min-height: 50px
}

#membership-view #sb_membership_list_container .membership-item .btn-bar .info-container {
    width: 50%;
    position: relative
}

@media (max-width: 767px) {
    #membership-view #sb_membership_list_container .membership-item .btn-bar .info-container {
        margin-bottom:52px;
        width: 100%;
        max-width: 360px
    }
}

#membership-view #sb_membership_list_container .membership-item .btn-bar .active-container {
    width: 50%;
    position: relative
}

@media (max-width: 767px) {
    #membership-view #sb_membership_list_container .membership-item .btn-bar .active-container {
        width:100%;
        max-width: 360px
    }
}

#membership-view #sb_membership_list_container .membership-item .btn-bar .active-container .btn {
    padding: 0 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: normal;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis
}

#membership-view #sb_membership_list_container .membership-item .date-bar {
    position: static;
    width: 100%
}

#membership-view #sb_membership_list_container .membership-item .date-bar .col-sm-6 {
    width: 100%
}

#membership-view #sb_membership_list_container .membership-item .date-bar .col-sm-12>div {
    display: block;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    color: #adadad;
    padding: 0 5px
}

#membership-view #sb_membership_list_container>div .membership-item .date-bar span,.membership-item .session-remind {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #adadad
}

#membership-view #sb_membership_list_container>div .membership-item.panel .date-bar span,.membership-item.panel .session-remind {
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px
}

#membership-view #membership-payment-history {
    box-shadow: 0 10px 20px rgba(0,0,0,.3)
}

#membership-view #membership-payment-history .title-main {
    display: none
}

#membership-view #membership-payment-history .table-header {
    padding: 0
}

#membership-view #membership-payment-history thead>tr>th {
    height: 70px;
    vertical-align: middle;
    padding: 0 22px;
    font-size: 15px;
    line-height: 1.2
}

#membership-view #membership-payment-history .table>tbody>tr>td {
    padding: 5px 22px;
    line-height: 1.5;
    vertical-align: middle;
    border-top: none;
    height: 55px;
    font-size: 15px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ebe9e9
}

#membership-view #membership-payment-history .table+div {
    padding: 8px 22px;
    letter-spacing: 4px;
    font-size: 13px
}

.help-block {
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-size: 12px;
    line-height: 1.2
}

.custom-form .help-block {
    margin: 2px 0 8px
}

#footer .copyright {
    text-align: center;
    color: #d4d4d4;
    font-size: 13px;
    margin: 10px 0 30px
}

#footer .copyright a {
    color: #d4d4d4
}

#booking-result-view .container-fluid.column {
    max-width: 990px;
    margin: 0 auto
}

#booking-result-view #sb_bookings_list>div {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    #booking-result-view #sb_bookings_list>div {
        display:-ms-flexbox;
        display: flex
    }
}

#booking-result-view #sb_bookings_list>div .booking-item {
    position: relative;
    display: inline-block;
    width: 48%;
    box-shadow: 0 8px 15px rgba(0,0,0,.2);
    margin-top: 0;
    margin-bottom: 36px;
    background: #fff;
    padding: 0
}

@media (max-width: 1024px) {
    #booking-result-view #sb_bookings_list>div .booking-item {
        margin-top:10px;
        margin-bottom: 16px
    }
}

@media (max-width: 680px) {
    #booking-result-view #sb_bookings_list>div .booking-item {
        width:100%
    }
}

#booking-result-view .tab {
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    margin-bottom: 0
}

.current-booking-info .booking-info .booking-calendar {
    display: none
}

.current-booking-info .booking-info .booking-overview {
    display: block;
    -ms-flex: 100% 0;
    flex: 100% 0
}

.current-booking-info .cap.mg {
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    font-family: PlayfairDisplay
}

@media (max-width: 1024px) {
    .current-booking-info .cap.mg {
        font-size:26px;
        margin-top: 20px
    }
}

@media (max-width: 767px) {
    .current-booking-info .cap.mg {
        font-size:22px
    }
}

.current-booking-info table {
    font-size: 15px
}

@media (max-width: 1024px) {
    .current-booking-info table {
        font-size:14px
    }
}

@media (max-width: 767px) {
    .current-booking-info table {
        font-size:13px
    }
}

.current-booking-info table td {
    vertical-align: middle;
    padding-bottom: 1px
}

.current-booking-info .info {
    font-weight: 400;
    text-align: right
}

.current-booking-info .label {
    display: block;
    width: 130px;
    padding-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis
}

.current-booking-info .info .item {
    margin-bottom: 0
}

.current-booking-info .product-booking-data-wrapper .type {
    font-weight: 500;
    margin: 10px 0
}

.current-booking-info .mg {
    margin-bottom: 10px
}

.current-booking-info .full-price-with-tax {
    text-align: left;
    background-color: transparent;
    padding: 6px 0
}

.current-booking-info .full-price {
    border-top: none;
    font-weight: 600;
    font-size: 20px;
    padding: 0;
    text-align: left;
    background-color: transparent
}

.current-booking-info .package-use-credits-msg {
    text-align: left
}

.current-booking-info .booking-btns {
    text-align: left;
    margin: 0 -5px
}

.modal-dialog .modal-content .modal-header .modal-title {
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0;
    padding: 0;
    font-family: PlayfairDisplay
}

@media (max-width: 767px) {
    .modal-dialog .modal-content .modal-header .modal-title {
        font-size:26px
    }
}

.calendar-popup {
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 767px) {
    .calendar-popup {
        -ms-flex-direction:column;
        flex-direction: column;
        max-width: 300px;
        margin: 0 auto
    }
}

.calendar-popup li {
    display: inline-block;
    width: calc(50% - 15px);
    padding: 20px 0 0
}

@media (max-width: 767px) {
    .calendar-popup li {
        width:100%
    }
}

.current-booking-info .booking-btns .row .modal-dialog .modal-content .calendar-popup li .btn {
    width: 100%;
    margin: 0
}

.current-booking-info .booking-btns .row .modal-dialog .modal-content .calendar-popup li .btn a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: normal;
    text-align: center;
    padding: 0;
    background: transparent;
    height: 100%
}

@media (max-width: 767px) {
    #booking-result-view #sb_bookings_list>div .alert {
        left:inherit;
        position: relative;
        width: 90%;
        margin: 0 auto 30px
    }
}

.form-group.has-error .file-upload__wrapper,.form-group.has-error input,.form-group.has-error select,.form-group.has-error textarea {
    border-bottom-color: #a94442
}

#sb-timeline #steps-nav {
    min-height: 88px;
    box-shadow: 0 7px 20px 0 rgba(0,0,0,.3);
    width: 100%;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    #sb-timeline #steps-nav {
        min-height:inherit;
        margin-bottom: 30px
    }
}

#sb-timeline #steps-nav li .content .title-small {
    font-family: PlayfairDisplay;
    line-height: 1.4;
    font-weight: 400
}

#sb-timeline #steps {
    min-height: 600px;
    max-width: 990px;
    margin: 0 auto 30px
}

#sb-timeline #steps-nav li.passed+li:not(.passed) a .content .title-small,#sb-timeline #steps-nav li.passed a .content .title-small,#sb-timeline #steps-nav li:first-child a .content .title-small {
    color: #fff!important;
    letter-spacing: 1px
}

#sb-timeline #steps-nav li .content .title-sub {
    color: #fff
}

#sb-timeline #steps #time-settings {
    width: 100%;
    max-width: 990px;
    position: relative;
    right: 0;
    margin: 0 auto 2px;
    top: 0;
    min-height: 42px
}

@media (max-width: 767px) {
    #sb-timeline #steps #time-settings {
        margin-bottom:15px
    }
}

.tab {
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 7px 20px 0 rgba(0,0,0,.3);
    margin-bottom: 35px
}

.tab.tab-col .cap.short {
    font-family: PlayfairDisplay;
    text-align: left;
    line-height: 1.2;
    font-size: 24px;
    height: 60px;
    font-weight: 500;
    margin-top: 10px
}

@media (max-width: 1024px) {
    .tab.tab-col .cap.short {
        font-size:22px;
        height: 56px
    }
}

@media (max-width: 767px) {
    .tab.tab-col .cap.short {
        font-size:22px;
        height: auto;
        max-height: 56px;
        min-height: 30px
    }
}

.tab.tab-col .txt.short {
    height: 72px;
    line-height: 24px
}

@media (max-width: 767px) {
    .tab.tab-col .txt.short {
        line-height:22px;
        font-size: 13px;
        height: auto;
        max-height: 64px
    }
}

@media (max-width: 767px) {
    .tab.tab-col .txt.short,.tab.tab-col .txt.short * {
        line-height:22px!important;
        font-size: 13px!important
    }
}

.tab.tab-col .txt {
    margin-bottom: 20px;
    font-size: 15px
}

@media (max-width: 767px) {
    .tab.tab-col .txt {
        font-size:13px
    }
}

.tab.tab-col .excerpt-info .tab-pd .bar {
    text-align: center
}

.tab.tab-col .excerpt-info .tab-pd .bar .address {
    font-size: 15px
}

.tab.tab-col .excerpt-info .tab-pd .bar .phone {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    height: auto;
    max-height: 17px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container .inner .provider-container .provider-col .provider-item .full-info .btn,#sb-timeline #steps #steps-content #sb_booking_content .provider-item .btn.select,.tab.tab-col .excerpt-info .btn-bar .btn.select {
    position: relative;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: lowercase;
    font-size: 16px;
    overflow: visible;
    left: 0;
    right: 0;
    line-height: 1.2;
    width: 100%;
    border-radius: 1px;
    white-space: normal;
    border: 2px solid #111;
    box-sizing: border-box;
    transition: all .326s ease-in-out;
    padding: 0;
    font-weight: 400
}

.service-bar__icon .icon i {
    display: none
}

.service-bar__icon .icon.icon-reccuring {
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-background-size: 24px;
    background-size: 24px;
    background-image: url(../img/ics/refresh.svg)
}

.recurring-hint__dropdown-menu p {
    letter-spacing: normal;
    text-transform: unset
}

#sb-timeline #steps #steps-content #sb_booking_content .provider-item .btn.select a,.tab.tab-col .excerpt-info .btn-bar .btn.select a {
    padding: 0 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    height: 100%;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: normal
}

#sb-timeline #steps #steps-content #sb_booking_content .service-item .bar-service .d-flex {
    margin-bottom: 15px;
    min-height: 44px
}

#sb-timeline #steps #steps-content #sb_booking_content .service-item .bar-service .d-flex.service-deposit .badge {
    font-size: 18px
}

#sb-timeline #steps #steps-content #sb_booking_content .service-item .bar-service .d-flex.service-deposit .badge .text {
    font-size: 16px
}

.active-count .minus,.active-count .plus {
    width: 30px;
    position: absolute;
    right: 0;
    background: #e3e3e3;
    cursor: pointer
}

.active-count .minus:hover,.active-count .plus:hover {
    background: #b0b0b0
}

.active-count .minus:after,.active-count .plus:before {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    color: #111;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    border: none
}

.active-count .plus:before {
    content: ""
}

.active-count .minus:after,.active-count .plus:before {
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.active-count .minus:after {
    content: ""
}

.service-item.item .service-bar__wrapper {
    letter-spacing: 3px;
    text-transform: uppercase
}

@media (max-width: 1024px) {
    .service-item.item .service-bar__wrapper {
        letter-spacing:2px
    }
}

.service-item.panel .service-bar__wrapper {
    letter-spacing: 1px
}

.panel .service-bar__text {
    font-size: 13px
}

.panel .service-bar__icon .icon.icon-reccuring {
    background-size: cover
}

.icon.icon-reccuring .abc{
    font-size: 21px
}

.tab.tab-col .excerpt-info .btn-bar {
    height: auto;
    position: relative
}

.plugin-group-booking {
    background: transparent;
    margin-top: 0;
    height: 50px;
    border: 2px solid #222;
    position: relative;
    right: -2px;
    padding: 0 0 0 45px
}

.panel .plugin-group-booking {
    height: auto
}

.active-count .plus {
    border-bottom: 1px solid #fff;
    box-sizing: border-box
}

.active-count {
    width: 76px;
    position: relative
}

.plugin-group-booking:before {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#sb-timeline #steps #steps-content #sb_booking_content .service-item .bar-service .clearfix {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    min-height: 54px
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .service-item .bar-service .clearfix {
        -ms-flex-direction:column;
        flex-direction: column
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .service-item .bar-service .time {
    font-size: 12px;
    text-transform: uppercase;
    color: #adadad;
    letter-spacing: 2px;
    margin-right: 15px
}

#sb-timeline #steps #steps-content #sb_booking_content .service-item .bar-service .time img {
    display: none
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .category-item .tab.tab-col .excerpt-info .content,.tab.tab-col .excerpt-info .tab-pd .content {
        min-height:50px
    }
}

@media (max-width: 767px) {
    #sb_booking_content .tab.tab-col .tab-pd {
        padding:20px 15px
    }
}

#sb-timeline #steps #time-settings #sb_booking_company_time .time {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    text-transform: uppercase;
    padding: 0;
    line-height: 20px;
    letter-spacing: 0
}

@media (max-width: 767px) {
    #sb-timeline #steps #time-settings #sb_booking_company_time .time {
        display:none
    }
}

#sb-timeline #steps #time-settings #sb_booking_company_time .btn {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    font-size: 16px;
    position: relative;
    border-radius: 1px;
    margin-left: 10px;
    text-transform: none;
    background: #fff;
    text-align: center;
    height: 40px;
    width: 40px;
    padding: 0;
    transition: all .326s ease-in-out
}

#sb-timeline #steps #time-settings #sb_booking_company_time .btn:after {
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #333
}

#sb-timeline #steps #time-settings #sb_booking_company_time .btn:hover {
    background: #e6e6e6
}

#sb-timeline #steps #time-settings #sb_booking_company_time .btn span {
    display: none
}

.timezone-modal.modal-dialog .modal-content .modal-body #sb_timezone_select {
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #ccc;
    height: 50px;
    padding: 0 12px;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 0
}

@media (max-width: 767px) {
    .timezone-modal.modal-dialog .modal-content .modal-body #sb_timezone_select {
        font-size:14px
    }
}

.timezone-modal.modal-dialog .modal-content .modal-footer .btn {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px
}

#sb-timeline #steps #steps-content #sb_booking_content .provider-item .photo {
    text-align: center;
    background-repeat: no-repeat;
    border-radius: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .provider-item .caption {
    border-radius: 0 0 0 0;
    font-size: 20px;
    color: inherit;
    padding: 30px 20px;
    background: transparent;
    position: static;
    width: 100%;
    bottom: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .provider-item .caption .name {
    font-size: 26px;
    line-height: 1.2;
    text-align: center;
    overflow: hidden;
    height: 66px;
    font-family: PlayfairDisplay;
    font-weight: 400
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .provider-item .caption .name {
        font-size:22px;
        height: 56px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .provider-item .full-info .name {
    height: auto;
    overflow: visible;
    font-size: 22px;
    font-weight: 400
}

#sb-timeline #steps #steps-content #sb_booking_content .provider-item .btn.select {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto
}

#sb-timeline #steps #steps-content #sb_booking_content .provider-item.panel .btn.select {
    margin-top: 0
}

.custom-form .btn {
    color: inherit
}

#client-login .form-group label {
    width: 100%;
    margin: 0
}

#sb_sign_up_form .form-group {
    position: relative
}

#sb_sign_up_form .form-group .control-label.required {
    display: block
}

.custom-form label.control-label {
    padding: 4px 15px
}

.sb-client-fields #sb_additional_fields #sb_with_address_container .custom-checkbox {
    margin-left: 0
}

.sb-client-fields #sb_additional_fields .form-group {
    margin-bottom: 15px
}

.sb-client-fields #sb_additional_fields .form-group .control-label {
    display: inline-block;
    width: auto
}

.custom-form .form-group .custom-checkbox {
    margin-left: 15px!important;
    margin-right: 5px
}

.custom-form .form-group .custom-checkbox~.control-label {
    width: auto!important;
    padding-top: 0!important
}

#sb_with_address_container .form-group label {
    display: block!important;
    margin-left: 0;
    padding-left: 15px;
    font-size: 15px
}

.form-group .col-sm-8 {
    width: 100%
}

#client-login button.btn {
    color: inherit
}

#client-login .cap {
    text-align: left;
    font-size: 22px;
    padding: 0;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #888
}

@media (max-width: 767px) {
    #client-login .cap {
        text-align:center
    }
}

#client-login button.btn {
    max-width: 300px;
    border: 2px solid #000;
    background: #fff;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .326s ease-in-out
}

#client-login button.btn:hover {
    background: #e6e6e6
}

@media (max-width: 767px) {
    #client-login button.btn {
        display:block;
        margin-left: auto;
        margin-right: auto
    }
}

.custom-form .btn {
    padding: 0 15px
}

#client-login #sb_sign_up_with_address {
    font-weight: 400
}

.form-horizontal .control-label {
    text-align: left
}

@media (max-width: 767px) {
    #sb_sign_in_form {
        margin-bottom:50px
    }
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #client-login {
        margin:0;
        position: relative;
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px
    }

    #steps-content #sb_booking_content #client-login .tab-pd {
        padding: 30px 0
    }
}

.modal-dialog .modal-content .modal-footer .btn-second {
    border: 2px solid #111;
    width: auto;
    min-width: 110px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step .header .txt-center {
    font-family: PlayfairDisplay;
    font-weight: 500;
    text-transform: none
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step .header .txt-center {
        font-size:16px
    }
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_dateview_container .top-date-select .calendar .weeks-name .name {
        font-size:13px;
        padding-bottom: 5px;
        margin-bottom: 5px;
        line-height: 30px
    }
}

@media (max-width: 479px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_dateview_container {
        margin-left:-13px;
        margin-right: -13px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step .container-caption {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: PlayfairDisplay;
    text-align: center
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step .container-caption {
        font-size:16px
    }
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_container .slot {
        font-size:12px;
        margin-right: 5px;
        margin-bottom: 5px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step .header {
    font-size: 15px
}

#sb-timeline #steps #steps-content #sb_booking_content #sb_next_date .fa,#sb-timeline #steps #steps-content #sb_booking_content #sb_next_month .fa,#sb-timeline #steps #steps-content #sb_booking_content #sb_prev_date .fa,#sb-timeline #steps #steps-content #sb_booking_content #sb_prev_month .abc{
    display: none
}

@media (max-width: 1024px) {
    #sb-timeline #steps #steps-content #sb_booking_content #sb_next_date .fa,#sb-timeline #steps #steps-content #sb_booking_content #sb_next_month .fa,#sb-timeline #steps #steps-content #sb_booking_content #sb_prev_date .fa,#sb-timeline #steps #steps-content #sb_booking_content #sb_prev_month .abc{
        display:inline-block
    }
}

#sb-timeline #steps #steps-content #sb_booking_content #sb_next_date .txt,#sb-timeline #steps #steps-content #sb_booking_content #sb_next_month .txt,#sb-timeline #steps #steps-content #sb_booking_content #sb_prev_date .txt,#sb-timeline #steps #steps-content #sb_booking_content #sb_prev_month .txt {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: 0 25px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: normal;
    height: 40px;
    letter-spacing: 2px;
    color: #464646;
    font-size: 15px;
    line-height: 1.2;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    background: #fff;
    transition: all .32s ease-in-out
}

#sb-timeline #steps #steps-content #sb_booking_content #sb_next_date .txt:after,#sb-timeline #steps #steps-content #sb_booking_content #sb_next_month .txt:after,#sb-timeline #steps #steps-content #sb_booking_content #sb_prev_date .txt:after,#sb-timeline #steps #steps-content #sb_booking_content #sb_prev_month .txt:after {
    content: " ";
    position: absolute;
    top: 4px;
    display: block;
    width: 28px;
    height: 28px;
    background: #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
    z-index: 1;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    transition: all .32s ease-in-out
}

@media (max-width: 1024px) {
    #sb-timeline #steps #steps-content #sb_booking_content #sb_next_date .txt,#sb-timeline #steps #steps-content #sb_booking_content #sb_next_month .txt,#sb-timeline #steps #steps-content #sb_booking_content #sb_prev_date .txt,#sb-timeline #steps #steps-content #sb_booking_content #sb_prev_month .txt {
        display:none
    }
}

#sb-timeline #steps #steps-content #sb_booking_content #sb_prev_date .txt,#sb-timeline #steps #steps-content #sb_booking_content #sb_prev_month .txt {
    margin-left: 20px;
    padding-left: 20px;
    border-right: 2px solid #000;
    padding-right: 10px
}

#sb-timeline #steps #steps-content #sb_booking_content #sb_prev_date .txt:after,#sb-timeline #steps #steps-content #sb_booking_content #sb_prev_month .txt:after {
    left: -14px
}

#sb-timeline #steps #steps-content #sb_booking_content #sb_next_date .txt,#sb-timeline #steps #steps-content #sb_booking_content #sb_next_month .txt {
    margin-right: 20px;
    padding-right: 20px;
    border-left: 2px solid #000;
    padding-left: 10px
}

#sb-timeline #steps #steps-content #sb_booking_content #sb_next_date .txt:after,#sb-timeline #steps #steps-content #sb_booking_content #sb_next_month .txt:after {
    transform: rotate(-135deg);
    right: -14px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container .inner .provider-container .provider-col .provider-item {
    font-size: 13px;
    line-height: 1.5
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .day-difference,.classes-modal .sb-cell .day-difference {
    position: absolute;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 12px;
    background: hsla(0,0%,100%,.4);
    line-height: 1;
    right: 0;
    font-size: 10.45px;
    top: 0;
    color: #1628ad;
    font-weight: 600;
    letter-spacing: 1px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .provider-container .provider-col .provider-item .day-difference {
    top: 8px;
    right: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container .inner .hour-container .hour-row .time .day-difference {
    top: 12px;
    margin-top: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_container .slot a.sb-cell .day-difference {
    top: 0;
    right: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_container .slot a {
    font-size: 14px;
    border-radius: 1px
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_container .slot a {
        font-size:12px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container .inner .provider-container .provider-col .provider-item a,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .data-col .time-container .time-slot .cell {
    border-radius: 1px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider .inner .inner-sidebar #sb_time_flexible_provider_timeline .hour-line .hour-head {
    position: relative;
    font-size: 14px;
    padding-top: 8px
}

@media (max-width: 1024px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider .inner .inner-sidebar #sb_time_flexible_provider_timeline .hour-line .hour-head {
        font-size:12px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider .inner .inner-content #sb_time_flexible_provider_container .provider-col .provider-timeline .provider-item .time-slot .time-cell {
    font-size: 14px
}

@media (max-width: 1024px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider .inner .inner-content #sb_time_flexible_provider_container .provider-col .provider-timeline .provider-item .time-slot .time-cell {
        font-size:13px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider #sb_time_flexible_provider_timeline .hour-head .day-difference,#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider .inner .inner-content .time-slot .time-cell .day-difference {
    top: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .flexible-weekly-inner .hour-container .time .day-difference {
    top: -2px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_flexible_container .hour-line .hour-head {
    min-height: 44px
}

#client-profile-preview .overview {
    max-width: 100%;
    width: 100%;
    margin: 0;
    text-align: left
}

#client-profile-preview .overview .client-prof-ico {
    margin-bottom: 15px
}

#reviews-view .container-fluid.column .row>.col-sm-6 {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    float: none
}

.section-divider {
    display: none
}

#reviews-view #sb_reviews_list_container {
    padding-right: 0
}

#reviews-view #sb_reviews_list_container #sb_reviews_list_items_container {
    column-count: 2;
    column-gap: 36px;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 25px
}

@media (max-width: 1024px) {
    #reviews-view #sb_reviews_list_container #sb_reviews_list_items_container {
        column-gap:25px
    }
}

@media (max-width: 767px) {
    #reviews-view #sb_reviews_list_container #sb_reviews_list_items_container {
        column-count:1;
        column-gap: 0;
        padding: 15px 0
    }
}

#reviews-view .title-main {
    font-size: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    padding-bottom: 10px
}

#reviews-view .title-main:after {
    display: block;
    content: "";
    width: 150px;
    height: 1px;
    margin: 15px auto;
    background: #333
}

#reviews-view #sb_reviews_add_container .has-error {
    padding: 0
}

#reviews-view .review-item {
    position: relative;
    display: inline-block;
    padding: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
    background: #fff;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -moz-page-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    break-inside: avoid-column;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 8px 16px rgba(51,51,51,.2)
}

#reviews-view .review-item:first-child {
    margin-top: 0
}

@media (max-width: 1024px) {
    #reviews-view .review-item {
        padding:30px 15px
    }
}

@media (max-width: 767px) {
    #reviews-view .review-item {
        margin-bottom:0
    }
}

#reviews-view .review-item .avatar {
    text-align: center;
    max-width: 100%;
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

#reviews-view .review-item .avatar a img {
    max-width: 80px;
    max-height: 80px
}

#reviews-view .review-item .avatar a .author p {
    font-family: PlayfairDisplay;
    padding-top: 0;
    margin-top: 10px;
    overflow: hidden;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    text-overflow: inherit;
    line-height: 1.3
}

@media (max-width: 1024px) {
    #reviews-view .review-item .avatar a .author p {
        font-size:16px
    }
}

#reviews-view .review-item .content {
    background-color: transparent;
    box-shadow: none;
    width: 100%;
    min-height: 110px;
    padding: 0;
    margin-left: 0
}

#reviews-view .review-item .content .review-tab .delete-button {
    top: 8px;
    right: 8px;
    font-size: 18px
}

.modal-dialog .modal-content .modal-header .modal-title {
    font-size: 24px;
    text-align: left;
    padding: 0 0 0 20px
}

@media (max-width: 1366px) {
    .modal-dialog .modal-content .modal-header .modal-title {
        padding:0 0 0 10px
    }
}

@media (max-width: 1024px) {
    .modal-dialog .modal-content .modal-header .modal-title {
        padding:0 0 0 5px
    }
}

@media (max-width: 767px) {
    .modal-dialog .modal-content .modal-header .modal-title {
        font-size:22px
    }
}

#reviews-view .review-item .content:before {
    display: none
}

.review-item .stars {
    float: none;
    margin: 20px auto 30px;
    max-width: 152px;
    zoom:.8}

#reviews-view .review-item .content .cap {
    font-family: PlayfairDisplay;
    font-size: 22px;
    padding-bottom: 10px;
    text-align: center;
    line-height: 1.2
}

@media (max-width: 1024px) {
    #reviews-view .review-item .content .cap {
        font-size:16px
    }
}

#reviews-view .review-item .content .comment {
    font-size: 15px
}

@media (max-width: 1024px) {
    #reviews-view .review-item .content .comment {
        font-size:14px
    }
}

@media (max-width: 767px) {
    #reviews-view .review-item .content .comment {
        font-size:13px
    }
}

#reviews-view .review-item .answer-content {
    width: 100%;
    background: transparent;
    display: block;
    text-align: center;
    margin: 25px 0 0;
    padding: 25px 0 0;
    position: relative;
    border-top: 1px solid #efefef
}

#reviews-view .review-item .content .review-tab .answer-content:before {
    display: none
}

#reviews-view .review-item .answer-content .avatar {
    margin-bottom: 15px
}

#reviews-view #sb_reviews_add_container,#reviews-view .review-item .answer-content .comment {
    padding-left: 0
}

#reviews-view .add-review {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0
}

#reviews-view .add-review .avatar {
    max-width: 100%;
    width: 100%;
    margin-bottom: 25px
}

#reviews-view .add-review .avatar .photo {
    text-align: center
}

#reviews-view .add-review .avatar .photo img {
    max-width: 80px;
    max-height: 80px
}

#reviews-view .review-item .answer-content .avatar a img {
    width: 50px;
    min-height: 50px
}

#reviews-view .add-review .info {
    max-width: 100%;
    text-align: center
}

#reviews-view .add-review .info .name {
    display: block;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.2;
    max-height: 75px;
    font-family: PlayfairDisplay
}

.add-review .btn-bar .logout,.add-review .info .logout {
    display: inline-block;
    text-decoration: none;
    color: #111;
    background: #fff;
    border: 2px solid #111;
    padding: 11px 15px;
    letter-spacing: 2px;
    height: 40px;
    min-width: 130px;
    margin: 0 auto;
    line-height: 1;
    text-transform: uppercase;
    font-size: 13px;
    transition: all .32s ease-in-out
}

.add-review .btn-bar .logout:hover,.add-review .info .logout:hover {
    background: #e6e6e6
}

#reviews-view .add-review .form {
    margin-left: 0
}

#reviews-view .add-review .form .stars-container {
    position: static;
    z-index: 1;
    text-align: center;
    margin-bottom: 20px
}

#reviews-view .add-review .form-group {
    margin-bottom: 15px
}

#reviews-view .add-review .form .form-group input,#reviews-view .add-review .form .form-group textarea {
    width: 100%;
    min-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    resize: none;
    outline: none;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: none;
    transition: all .3s ease-in-out
}

#reviews-view .add-review .form .form-group input:active,#reviews-view .add-review .form .form-group input:focus,#reviews-view .add-review .form .form-group textarea:active,#reviews-view .add-review .form .form-group textarea:focus {
    border: 1px solid #333
}

#reviews-view .add-review .form .form-group textarea {
    min-height: 130px
}

#reviews-view .add-review .form .send-btn-container {
    text-align: center
}

#reviews-view .add-review .form .send-btn-container button {
    color: #fff;
    font-size: 16px;
    padding: 0 15px;
    border-radius: 1px;
    height: 50px;
    min-width: 180px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 auto
}

#add-rev-modal .modal-dialog #sb_reviews_add_container .title-main {
    font-size: 30px;
    line-height: 1.3
}

#add-rev-modal .modal-dialog #sb_reviews_add_container .title-main:after {
    display: none
}

@media (max-width: 767px) {
    #add-rev-modal .modal-dialog #sb_reviews_add_container .title-main {
        font-size:24px;
        margin-bottom: 10px
    }
}

#reviews-view .add-review .form .social-container {
    position: relative;
    padding-top: 0;
    padding-bottom: 0
}

#reviews-view .add-review .form .social-container .cap {
    text-align: center;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 0
}

#reviews-view .add-review .form .social-container .line-arrow {
    display: none
}

#reviews-view .add-review .form .social-container .buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: none;
    padding-top: 0;
    margin-top: 15px
}

#sb-timeline #steps #steps-content #sb_booking_content #details {
    margin: 0 15px
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .left-side {
    padding-right: 10px
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .left-side {
        padding-right:0
    }
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .right-side {
    padding-left: 10px
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .right-side {
        padding-left:0
    }
}

.left-side .add-details .login-bar .additional-info .btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: normal;
    background: #fff;
    color: #111;
    height: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-sizing: border-box;
    border: 2px solid #111;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    transition: all .32s ease-in-out
}

.left-side .add-details .login-bar .additional-info .btn:hover {
    background: #e6e6e6
}

#sb_promo_container label {
    display: none
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .left-side .form-group {
    margin-bottom: 15px
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .license-links-container {
    text-align: left;
    padding: 10px 0;
    line-height: 1.4
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .buttons-container {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 920px) {
    #sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .buttons-container {
        -ms-flex-direction:column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center
    }
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .buttons-container #sb_multiple_booking_btn {
    margin: 10px 0;
    font-size: 15px;
    border-radius: 1px;
    width: 190px
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .buttons-container #sb_multiple_booking_btn:after {
    display: none
}

@media (max-width: 920px) {
    #sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .buttons-container #sb_multiple_booking_btn {
        margin:5px auto;
        max-width: 320px;
        width: 100%
    }
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .buttons-container #sb_book_btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: normal;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0;
    font-size: 15px;
    text-transform: none;
    border-radius: 1px;
    line-height: 1.2;
    width: 190px
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .buttons-container #sb_book_btn span {
    padding: 0!important
}

@media (max-width: 920px) {
    #sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .buttons-container #sb_book_btn {
        margin:5px auto;
        max-width: 320px;
        width: 100%
    }
}

.modal .license-modal .modal-header {
    padding-right: 10px;
    border-bottom: 1px solid #ccc
}

.modal .license-modal .modal-header .modal-title {
    font-size: 25px
}

.modal .license-modal .modal-body .tab-pd {
    padding: 15px
}

@media (max-width: 767px) {
    .modal .license-modal .modal-body .tab-pd {
        padding:10px
    }
}

.modal .license-modal .modal-body .central_div div {
    margin: 10px 5px!important
}

.modal .license-modal .modal-body .central_div div h2,.modal .license-modal .modal-body .central_div div h3 {
    font-size: 16px;
    font-weight: 600
}

.modal .license-modal .modal-body .central_div div li,.modal .license-modal .modal-body .central_div div p {
    font-size: 14px
}

.modal .license-modal .modal-body .central_div div br {
    display: none
}

.modal .license-modal .modal-body .central_div div table td {
    min-width: 74px;
    padding-right: 10px
}

.modal .license-modal .modal-footer {
    border-top: 1px solid #ccc
}

.modal .license-modal .modal-footer .btn {
    min-width: 140px
}

#details .product-attribute-section #sb_attribute_list_container .list-item.product-item.item {
    box-shadow: none
}

#steps-content .product-attribute-section .product-list-view-wrapper .product-item .flex-row .item-name {
    border-radius: 1px;
    font-size: 15px
}

#steps-content .product-attribute-section .product-list-view-wrapper .product-item .flex-row .item-data .badge {
    top: 0;
    font-size: 14px;
    background: #ccc;
    position: absolute;
    right: 0;
    width: 90px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: normal;
    line-height: 1.2
}

#steps-content .product-attribute-section .product-list-view-wrapper .product-item .product-label:before {
    top: 3px;
    border-radius: 1px
}

#steps-content .product-attribute-section .product-list-view-wrapper .product-item .product-label:after {
    left: 6px;
    top: 6px
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .license-links-container .alert {
    font-size: 15px;
    margin-top: 15px
}

.confirm-details #sb_multiple_booking_list_container .current-booking-info {
    position: relative;
    padding: 20px 0 10px
}

.confirm-details #sb_multiple_booking_list_container .current-booking-info .cap.mg {
    font-size: 23px;
    margin: 16px 0;
    text-align: left;
    padding-right: 45px
}

.confirm-details #sb_multiple_booking_list_container .current-booking-info .booking-btns .col-sm-12 {
    position: static
}

.confirm-details #sb_multiple_booking_list_container .current-booking-info .booking-btns .btn.sb_cancel_btn {
    width: auto
}

.modal-dialog .modal-content .modal-footer {
    margin-top: 0;
    padding: 0
}

@media (max-width: 767px) {
    .modal-dialog .modal-content .modal-footer .tab-pd {
        padding:15px
    }
}

.modal-dialog .modal-content .modal-footer #sb_cancellation_cancel,.modal-dialog .modal-content .modal-footer #sb_cancellation_confirm {
    min-width: 140px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
    margin-top: 5px
}

@media (max-width: 767px) {
    .modal-dialog .modal-content .modal-footer #sb_cancellation_cancel,.modal-dialog .modal-content .modal-footer #sb_cancellation_confirm {
        font-size:13px;
        min-width: 129px
    }
}

.modal-dialog .modal-content .modal-footer #sb_cancellation_cancel {
    background: #fff;
    color: #111;
    border: 2px solid #111;
    box-sizing: border-box;
    transition: all .32s ease-in-out
}

.modal-dialog .modal-content .modal-footer #sb_cancellation_cancel:hover {
    background: #e6e6e6
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content #details {
        margin-left:0;
        margin-right: 0;
        overflow-x: hidden
    }
}

@media (max-width: 767px) {
    #sb_timeview_container .tab-pd {
        padding:10px
    }
}

#steps-content #sb_booking_content #details .product-section .product-item .tab .badge {
    position: relative;
    right: 0;
    bottom: auto;
    font-size: 14px;
    background: #ccc;
    left: 0;
    min-width: 80px
}

#steps-content .product-section .product-item .changed-items-num .wrapper {
    max-width: 100%
}

#steps-content .product-section .product-item .changed-items-num .active-count {
    visibility: hidden;
    opacity: 0
}

#steps-content .product-section .product-item .changed-items-num input.c-item.sb-qty {
    opacity: 1;
    visibility: visible;
    transition: all .4s ease;
    height: 40px;
    width: 77px;
    border-radius: 1px;
    border: 1px solid #e0e0e0;
    padding: 0 0 0 10px;
    margin-top: 0
}

#steps-content .product-section .product-item .changed-items-num input.check:checked+.product-label+.active-count {
    opacity: 1;
    visibility: visible
}

#steps-content .product-section .product-item .changed-items-num .product-label {
    font-weight: 400;
    padding-left: 28px;
    position: relative;
    margin-right: 12px;
    cursor: pointer;
    line-height: 20px
}

#sb_product_list_container .product-item.item .tab.tab-col .cap.short {
    font-size: 18px;
    height: 65px
}

@media (max-width: 767px) {
    #sb_product_list_container .product-item.item .tab.tab-col .cap.short {
        font-size:16px;
        font-weight: 600;
        height: auto;
        max-height: 60px
    }
}

#details #sb_product_container .product-item.item {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    box-shadow: none;
    margin-bottom: 1px
}

@media (max-width: 1024px) {
    #details #sb_product_container .product-item.item {
        width:50%
    }
}

@media (max-width: 767px) {
    #details #sb_product_container .product-item.item {
        width:100%;
        float: none
    }
}

#steps-content #sb_booking_content #details .product-section .product-item .tab {
    box-shadow: 0 7px 20px 0 rgba(0,0,0,.3);
    border: none
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .data-col .time-container .time-slot {
    font-size: 13px
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .is-logged .cap {
    font-size: 16px;
    text-align: center
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .is-logged .cap b {
    font-size: 24px;
    margin-left: 0;
    font-family: PlayfairDisplay;
    display: block;
    padding: 10px;
    line-height: 1.2
}

#header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .is-logged .bar-with-btn {
    margin-top: 20px;
    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
}

@media (max-width: 359px) {
    #header .items-wrapper .nav-item#sb_client_info .login-container .full-info #sb_login_form .is-logged .bar-with-btn {
        -ms-flex-pack:distribute;
        justify-content: space-around
    }
}

.full-info #sb_login_form .is-logged .btn {
    min-width: 150px;
    max-width: 150px;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: normal;
    font-size: 15px;
    color: #111;
    background: #fff;
    box-sizing: border-box;
    border: 2px solid #111;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .3s ease-in-out
}

.full-info #sb_login_form .is-logged .btn:hover {
    background: #e6e6e6
}

@media (max-width: 767px) {
    .full-info #sb_login_form .is-logged .btn {
        margin-top:5px;
        margin-bottom: 5px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .provider-container .provider-col .provider-item .name {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: PlayfairDisplay
}

.classes-plugin-wrapper .provider-item.has-popup .full-info .tab-pd {
    position: relative
}

.classes-plugin-group>div {
    box-shadow: 0 5px 15px rgba(0,0,0,.15)
}

.classes-plugin-group>div .plugin-group-booking {
    border: 1px solid #222;
    height: 48px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container .inner .provider-container .provider-col .provider-item .full-info .btn {
    height: 50px;
    max-height: 100%;
    width: 100%
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .provider-container .provider-col .provider-item .full-info .close-full-info {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 1px;
    right: 0;
    top: 0
}

.datepicker.datepicker-inline td,.datepicker.datepicker-inline th,.datepicker.dropdown-menu td,.datepicker.dropdown-menu th {
    padding: 0
}

#gallery-view,#social-gallery-view {
    max-width: 980px;
    margin: 0 auto
}

#gallery-view .section-pd,#social-gallery-view .section-pd {
    padding: 15px
}

@media (max-width: 1024px) {
    #gallery-view,#social-gallery-view {
        padding:0 14px
    }
}

#gallery-view .title-main,#social-gallery-view .title-main {
    font-size: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    text-transform: none;
    font-family: PlayfairDisplay;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.3
}

#gallery-view .title-main:after,#social-gallery-view .title-main:after {
    display: block;
    content: "";
    width: 150px;
    height: 1px;
    margin: 15px auto;
    background: #111
}

@media (max-width: 767px) {
    #gallery-view .title-main,#social-gallery-view .title-main {
        font-size:36px;
        line-height: 36px
    }
}

@media (max-width: 767px) {
    #gallery-view #sb_gallery_list_container li,#social-gallery-view #sb_social_gallery_list_container li {
        width:50%
    }
}

@media (max-width: 1024px) {
    #gallery-view .section-pd,#social-gallery-view .section-pd {
        padding-left:0;
        padding-right: 0
    }
}

.lb-outerContainer {
    position: relative;
    background-color: hsla(0,0%,100%,0);
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 1px!important
}

.lightbox .lb-image {
    height: auto;
    max-width: inherit;
    border-radius: 0!important
}

#sb-timeline #steps-nav li:after {
    content: "";
    display: block;
    background: url(../img/menu-triangle_white.png) no-repeat scroll;
    width: 10px;
    height: 42px;
    top: 50%;
    right: 0;
    position: absolute;
    margin-top: -21px;
    left: 95%;
    z-index: 1
}

@media (max-width: 767px) {
    #sb-timeline #steps-nav li:after {
        display:none
    }
}

#sb-timeline #steps-nav li:first-child.passed:after {
    content: "";
    display: block;
    background: url(../img/menu-triangle_white.png) no-repeat scroll;
    width: 10px;
    height: 42px;
    top: 50%;
    right: 0;
    position: absolute;
    margin-top: -21px;
    transform: inherit;
    border: 0;
    left: 95%;
    z-index: 1
}

@media (max-width: 767px) {
    #sb-timeline #steps-nav li:first-child.passed:after {
        display:none
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_flexible_container .hour-line .sb_time_flexible_hour_container .time-slot .cell,.datepicker.dropdown-menu {
    border-radius: 1px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_dateview_container .top-date-select .calendar .weeks-date .date.selected,.datepicker.datepicker-inline td.active.first-day,.datepicker.datepicker-inline td.active.last-day,.datepicker.datepicker-inline td.active.single-day,.datepicker.dropdown-menu td,.datepicker.dropdown-menu td.active.first-day,.datepicker.dropdown-menu td.active.last-day,.datepicker.dropdown-menu td.active.single-day,.datepicker table tr td.active.active,.datepicker table tr td.active.highlighted.active,.datepicker table tr td.active.highlighted:active,.datepicker table tr td.active:active {
    border-radius: 0
}

#booking-result-view #sb_bookings_list>div .alert {
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    width: calc(100% - 28px);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.accordion p {
    margin: 0 0 5px
}

#sb-timeline #steps #steps-content #sb_booking_content .provider-item .excerpt-info .name {
    font-family: PlayfairDisplay;
    text-align: left;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 60px;
    overflow: hidden
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .provider-item .excerpt-info .name {
        font-size:20px;
        height: 52px
    }
}

#steps-content #sb_booking_content #details .product-section .product-item .tab .read-more {
    top: 29px
}

.product-section .product-list-view-wrapper.section {
    background: transparent;
    box-shadow: none
}

.product-section .product-list-view-wrapper.section .section-pd {
    padding: 30px 0
}

@media (max-width: 767px) {
    .product-section .product-list-view-wrapper.section .section-pd {
        padding-left:15px;
        padding-right: 15px
    }
}

#steps-content .product-section .product-item .tab {
    box-shadow: 0 7px 20px 0 rgba(0,0,0,.3);
    border: none;
    transition: all .3s ease;
    padding: 0
}

#steps-content .product-section .product-item .full-info .cap {
    margin-bottom: 20px
}

#membership-view #sb_membership_list_container>div .membership-item .preloader .user img {
    border-radius: 2px 2px 0 0
}

#membership-view #sb_membership_list_container .membership-item .date-bar {
    padding: 10px 0 5px
}

#membership-view #sb_membership_list_container>div .membership-item div.txt ol {
    margin-top: 0
}

.tab.tab-col .excerpt-info .preloader {
    overflow: inherit;
    position: relative;
    background: transparent
}

#header .items-wrapper .nav-item .bottom-block {
    margin-top: 0
}

#header .items-wrapper .nav-item .bottom-block .btn a {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: normal;
    line-height: 1.2;
    font-size: 15px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider {
    overflow-y: visible
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-flexible-provider .inner .inner-content {
    overflow-y: auto
}

#sb_additional_fields .form-group label.control-label {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 400
}

.left-side #sb_additional_fields .form-group .custom-checkbox {
    margin-left: 15px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_flexible_container:before {
    margin-left: 70px
}

.classes-modal .tab {
    box-shadow: 0 7px 20px 0 rgba(0,0,0,.3);
    border-bottom: none;
    border-radius: 0;
    margin-bottom: 15px;
    padding-bottom: 0;
    max-width: 570px;
    margin-right: auto;
    margin-left: auto
}

.classes-modal #sb_time_classes_service_container {
    padding-bottom: 5px
}

.classes-modal #sb_time_classes_service_container .tab.tab-col .excerpt-info .btn-bar .btn.select {
    max-width: 100%
}

.classes-modal #sb_time_classes_service_container .tab.tab-col .excerpt-info .time.left {
    float: none;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 13px;
    color: #949494
}

.classes-modal #sb_time_classes_service_container .tab.tab-col .excerpt-info .badge.right {
    margin-bottom: 10px
}

.brand a:after {
    width: 30px;
    height: 38px;
    line-height: 38px;
    color: #d4d4d4;
    transition: all .32s ease-in-out
}

.brand a.fb:after,.brand a.gl:after,.brand a.tw:after {
    background: transparent
}

.brand a:hover:after {
    color: #454546
}

#sb_additional_fields .help-block {
    margin: 2px 0 8px;
    padding: 0 15px;
    padding-top: 0!important;
    font-size: 12px!important;
    font-weight: 700;
    text-transform: uppercase
}

#sb_additional_fields .col-sm-12 .help-block {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px
}

#sb_membership_payment_status div .alert.alert-info {
    margin-bottom: 60px;
    text-align: center
}

@media (max-width: 1024px) {
    #sb_membership_payment_status div .alert.alert-info {
        margin-bottom:70px
    }
}

#membership-view #sb_membership_list_container>div .alert {
    padding: 20px;
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 1024px) {
    #membership-view #sb_membership_list_container>div .alert {
        left:0
    }
}

@media (max-width: 767px) {
    #membership-view #sb_membership_list_container>div .alert {
        position:relative;
        width: auto;
        margin: 30px 15px 0
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .location-item .tab .location-modal .tab-pd,.current-booking-info .location-modal .tab-pd {
    padding: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .location-item .tab .location-modal .close-full-info,.current-booking-info .location-modal .close-full-info {
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    margin-right: 0
}

.current-booking-info .location-modal .close-full-info {
    line-height: 40px;
    margin-left: auto;
    position: relative
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .provider-container .provider-col .provider-item .full-info .service-bar__wrapper .icon-reccuring {
    top: 15px
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .provider-container .provider-col .provider-item .full-info .service-bar__wrapper {
        margin-bottom:10px
    }
}

#footer .cookies {
    left: 0
}

#footer .cookies .wrapper .btn {
    padding: 0 15px;
    border-radius: 2px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: normal;
    line-height: 1.2;
    max-width: 280px;
    height: 28px
}

#footer .cookies .wrapper .btn,#footer .cookies .wrapper .buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1024px) {
    #footer .cookies .wrapper .buttons {
        -ms-flex-pack:center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

#reviews-view .review-item .content .review-tab {
    background-color: #fff;
    box-shadow: none;
    min-height: 50px;
    padding: 0;
    margin-left: 0;
    position: static
}

#sb-timeline #steps #steps-content #sb_booking_content .location-item .tab .location-modal .close-full-info {
    position: absolute;
    margin: 0;
    right: 0;
    top: 0;
    text-align: center
}

#sb-timeline #steps #steps-content #sb_booking_content .location-item .tab .location-modal .close-full-info .abc{
    font-size: 20px;
    line-height: 40px
}

#reviews-view .review-item .content .review-likes .like-btn .vote-tooltip {
    top: -64px
}

#reviews-view .review-item .content .review-likes .like-btn .vote-tooltip:before {
    border-top: 6px solid #333;
    border-bottom: none;
    top: auto;
    bottom: -6px
}

#gdpr-report-view .control-bar .text-right .btn {
    min-width: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none
}

#gdpr-report-view #sb_gdpr_report_container .table-section {
    margin-bottom: 20px;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,.15)
}

.tab.tab-col .full-info .no-img-block {
    height: 20px
}

@media (max-width: 1024px) {
    .tab.tab-col .full-info .no-img-block {
        height:38px
    }
}

@media (max-width: 767px) {
    .tab.tab-col .full-info .no-img-block {
        height:30px
    }
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .provider-container .provider-col .provider-item .full-info .no-img-block {
    height: 10px
}

@media (max-width: 1366px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .provider-container .provider-col .provider-item .full-info .no-img-block {
        height:22px
    }
}

@media (max-width: 1024px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .provider-container .provider-col .provider-item .full-info .no-img-block {
        height:30px
    }
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb-time-classes-container.classes-plugin .inner .provider-container .provider-col .provider-item .full-info .no-img-block {
        height:40px
    }
}

@media (max-width: 767px) {
    #sb-time-classes-container.classes-plugin {
        margin:0 -10px
    }
}

#footer .scroll-top-button {
    border-radius: 0
}

.filter .filter-list {
    border-radius: 0;
    margin-top: 10px
}

.filter .filter-list,.filter .filter-list .filter--list-container {
    box-shadow: 0 8px 15px rgba(51,51,51,.2)
}

.filter .filter-list .sb_filter_item .custom-checkbox {
    top: 10px
}

.filter .filter-list .sb_changed_filter_item,.filter .filter-list .sb_changed_filter_item .sb_remove_item {
    border-radius: 0
}

.filter--header {
    text-align: center
}

#membership-view #sb_membership_list_container>div .membership-item .read-more,.tab.tab-col .excerpt-info .tab-pd .content .read-more {
    bottom: 0
}

#sb-timeline #steps #steps-content #sb_booking_content .provider-item .excerpt-info .read-more {
    top: 45px
}

@media (max-width: 767px) {
    #sb-timeline #steps #steps-content #sb_booking_content .provider-item .excerpt-info .read-more {
        top:41px
    }
}

.section-page-404 {
    background: transparent;
    box-shadow: none
}

.section-page-404 .section-pd {
    padding: 0
}

.section-page-404 .error-card {
    padding: 10px 15px;
    background: #fff;
    max-width: 640px;
    box-shadow: 0 8px 16px rgba(0,0,0,.15)
}

#sb_content .section-page-404 .error-card .redirect-block .block .btn {
    min-width: 150px;
    max-width: 162px;
    margin: 0;
    padding-top: 2px;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: normal;
    font-size: 15px;
    color: #111;
    background: #fff;
    box-sizing: border-box;
    border: 2px solid #111;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .3s ease-in-out
}

#sb_content .section-page-404 .error-card .redirect-block .block .btn:hover {
    background: #e6e6e6
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .data-col .time-container .time-slot .cell {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 52px
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .data-col .time-container .time-slot .cell .end-time {
    display: block;
    width: 100%
}

.promotion-list {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px
}

@media (min-width: 767px) {
    .promotion-list .promotion-item {
        width:50%
    }
}

.promotion-list .promotion-item .select a {
    border-radius: 0;
    transition: all .3s ease
}

#header .nav-wrapper #sb_menu .nav #sb_appended_menu_item ul li a:after,#header .nav-wrapper #sb_menu .nav #sb_appended_menu_item ul li a:before {
    display: block;
    content: "";
    width: 0;
    bottom: 0;
    position: absolute;
    transition: all .3s ease-in-out
}

#header .nav-wrapper #sb_menu .nav #sb_appended_menu_item ul li a:after,#header .nav-wrapper #sb_menu .nav #sb_appended_menu_item ul li a:before {
    display: none
}

#header .nav-wrapper #sb_menu .nav #sb_appended_menu_item ul li.active a:after,#header .nav-wrapper #sb_menu .nav #sb_appended_menu_item ul li.active a:before {
    width: 100%
}

#sb_google_translate .invoice-pay-page .promo-code-input .custom-form .goog-te-combo,.invoice-pay-page .promo-code-input .custom-form #sb_google_translate .goog-te-combo,.invoice-pay-page .promo-code-input .custom-form .form-control {
    max-width: 600px
}

#header.widget .items-wrapper #sb_client_info.nav-item .item-container,#header.widget .items-wrapper #sb_multiple_book_cart.nav-item .cart-container .item-container {
    background-color: #999
}

.invoice-pay-page .promo-code-input .custom-form .promo-btn {
    height: 40px;
    line-height: 39px
}

.form-group label.control-label[for=sb_profile_with_address] .custom-checkbox,.form-group label.control-label[for=sb_sign_up_with_address] .custom-checkbox {
    margin-left: 0
}

#gdpr-report-view #sb_gdpr_control_panel_container .text-right .btn {
    border: none;
    min-width: 80px
}

#gdpr-report-view #sb_gdpr_control_panel_container .text-right .btn i {
    font-size: 22px
}

#gdpr-report-view #sb_gdpr_control_panel_container .text-right .btn.btn-gdpr-report-logout .txt {
    display: none
}

#sb_google_translate .modal-cancellation-reason .cancellation-dialog-body .wrap-cancelation-policy textarea.goog-te-combo,.modal-cancellation-reason .cancellation-dialog-body .wrap-cancelation-policy #sb_google_translate textarea.goog-te-combo,.modal-cancellation-reason .cancellation-dialog-body .wrap-cancelation-policy textarea.form-control {
    padding-top: 15px;
    padding-bottom: 15px
}

#main-buttons #sb_google_translate {
    top: auto;
    bottom: 12px
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item .flex-row .item-data .badge {
    top: 0
}

.wrap-client-info-view {
    max-width: 500px
}

.wrap-client-info-view .client-info-view .client-info-view-form-wrap {
    padding-right: 0
}

.wrap-client-info-view .client-info-view .client-info-view-form-wrap .col-sm-offset-4 {
    width: 100%;
    margin-left: 0
}

.wrap-client-info-view .client-info-view .client-login-bar .social .txt {
    font-style: normal
}

#news-single .return-btn a span {
    transition: all .3s ease
}

.promotion-list .promotion-item .tab.tab-col .cap.short {
    margin-top: 0
}

.invoice-pay-page #sb_invoice_pager_container .pagination-wrapper .arrow,.invoice-pay-page #sb_invoice_pager_container .pagination-wrapper a {
    border-radius: 0;
    margin: 4px;
    transition: all .3s ease
}

.invoice-pay-page #sb_invoice_pager_container .pagination-wrapper .arrow:not(:hover),.invoice-pay-page #sb_invoice_pager_container .pagination-wrapper a:not(:hover) {
    background-color: #f1f1f1
}

.current-booking-info .booking-btns .sb_cancel_btn:after {
    font-weight: 300
}

#sb_timeview_container .timeline-wrapper .grid-weekly-inner table tr:nth-of-type(2n) {
    background: #fafafa
}

#sb_timeview_container .modal .badge {
    bottom: 10px;
    right: 10px
}

#sb_timeview_container .modal .close-full-info i:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

@media (max-width: 767px) {
    #sb-timeline .reschedule-layout {
        padding-left:0;
        padding-right: 0
    }
}

#sb-timeline .reschedule-layout .section-pd,#sb-timeline .reschedule-layout .tab-pd {
    padding-left: 15px;
    padding-right: 15px
}

#membership-view #sb_membership_list_container>div .membership-item .preloader {
    overflow: inherit
}

#sb_client_info #sb_login_form .password #sb_google_translate input.goog-te-combo[name=password],#sb_client_info #sb_login_form .password input[name=password].form-control,#sb_client_info #sb_sign_in_form .password #sb_google_translate input.goog-te-combo[name=password],#sb_client_info #sb_sign_in_form .password input[name=password].form-control,#sb_google_translate #sb_client_info #sb_login_form .password input.goog-te-combo[name=password],#sb_google_translate #sb_client_info #sb_sign_in_form .password input.goog-te-combo[name=password] {
    padding-right: 40px!important
}

#sb_google_translate input.goog-te-combo[name=password],input[name=password].form-control {
    padding-right: 35px!important
}

.page-content--online-meeting .online-meeting {
    border-radius: 0;
    box-shadow: 0 8px 15px rgba(0,0,0,.2)
}

.samesite-cookies {
    background: hsla(0,0%,100%,.7)
}

.samesite-cookies__popup {
    background: #fff
}

.samesite-cookies__popup-btn {
    border: 2px solid #111
}

.samesite-cookies__popup-link {
    font-weight: 600
}

#sb_main .ada-compliance__btn {
    padding-left: 40px
}

#sb_main .ada-compliance__btn-icon {
    left: -20px;
    width: 50px;
    height: 50px;
    padding: 7px
}

.is-widget #sb_main .ada-compliance__wrapper {
    position: absolute;
    right: 20px
}

@media (max-width: 1024px) {
    .is-widget #sb_main .ada-compliance__wrapper {
        position:static;
        right: unset
    }
}

@media (max-width: 1024px) {
    .is-widget #sb_main .ada-compliance__btn {
        margin-top:50px
    }
}

.cancellation-dialog-body .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0 0
}

.cancellation-dialog-body .control-label {
    padding-left: 0
}

.cancellation-dialog-body .custom-checkbox {
    margin-left: 0
}

.cancellation-dialog-body .wrap-cancelation-policy {
    width: 100%
}

.page-content--medical-test .card--medical-test .medical-test__info-item .ico {
    top: 3px
}

#steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item .cap.short {
    margin-top: 0;
    height: 48px;
    font-size: 18px;
    line-height: 24px
}

@media (max-width: 767px) {
    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item .cap.short {
        height:auto;
        max-height: unset;
        line-height: 1.3
    }

    #steps-content #sb_booking_content #details .product-attribute-section .product-list-view-wrapper #sb_attribute_list_container .product-item .cap.short .read-more {
        top: auto;
        bottom: 0
    }
}

.telegram-notifications--modal .modal-dialog .modal-content .modal-header {
    padding-top: 15px;
    padding-bottom: 15px
}

.telegram-notifications--modal .modal-dialog .modal-content .modal-header .modal-title {
    border: none
}

.telegram-notifications--modal .close-full-info {
    top: 0;
    right: 0
}

.telegram-notifications__btn-bar {
    text-align: right
}

.telegram-notifications__btn-bar .btn {
    letter-spacing: 4px;
    text-transform: uppercase
}

#sb-main-container {
    position: relative
}

.invoice-pay-page--select-pm {
    padding-top: 90px
}

.invoice-pay-page-grid .promotions-letter-flag>label .custom-checkbox {
    margin: 0;
    top: 2px
}

.page--line-liff .title--h2 {
    padding-bottom: 0
}

.step-content--product>div .item .product-item--title-and-count .cap,.step-content--product>div .item .product-item--title-and-price .cap {
    font-size: 18px;
    line-height: 1.46;
    height: auto;
    min-height: 54px
}

.current-booking-info .info .date-line {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.is-widget.line .min-content--line-widget #header .items-wrapper .nav-item {
    background: rgba(0,0,0,.4);
    border-radius: 50%
}

.is-widget.line .min-content--line-widget #header.widget.line .items-wrapper {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center
}

.is-widget.line .min-content--line-widget #header .nav-trigger {
    position: relative;
    top: 0;
    left: 0;
    right: unset;
    bottom: unset;
    margin: 0;
    padding: 0;
    width: 46px;
    height: 46px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.is-widget.line .min-content--line-widget #header .nav-trigger .fa,.is-widget.line .min-content--line-widget #header .nav-trigger i {
    line-height: 1;
    font-size: 22px
}

@media (max-width: 1024px) {
    .is-widget.line .min-content--line-widget #header .nav-wrapper #sb_menu {
        margin-top:2px
    }

    .is-widget.line .min-content--line-widget #header .nav-wrapper #sb_menu .nav {
        overflow: auto;
        max-height: 70vh
    }
}

.is-widget.line .has-install-banner #header {
    margin-bottom: 0
}

.reviews-wrapper html[dir=rtl] .slick-prev {
    left: -50px;
    right: auto
}

@media (max-width: 767px) {
    .reviews-wrapper html[dir=rtl] .slick-prev {
        left:1px
    }
}

.reviews-wrapper html[dir=rtl] .slick-next {
    right: -50px;
    left: auto
}

@media (max-width: 767px) {
    .reviews-wrapper html[dir=rtl] .slick-next {
        right:1px
    }
}

html[dir=rtl] .reviews-wrapper .slick-reviews {
    direction: rtl
}

html[dir=rtl] .slick-next:before {
    transform: rotate(180deg);
    background-position: left 8px center
}

html[dir=rtl] .slick-prev:before {
    transform: rotate(180deg);
    background-position: right 8px center
}

html[dir=rtl] #sb_gallery #gallery-view.main-fotorama-galery,html[dir=rtl] .fotorama-main-galery,html[dir=rtl] .fotorama-main-galery .fotorama__wrap,html[dir=rtl] .fotorama-main-galery .fotorama__wrap .fotorama__stage,html[dir=rtl] .gallery-wrapper,html[dir=rtl] .main-fotorama-galery,html[dir=rtl] .main-fotorama-galery .fotorama__nav-wrap {
    direction: rtl
}

html[dir=rtl] .fotorama__arr--prev {
    right: 2px;
    left: auto
}

html[dir=rtl] .fotorama__arr--next {
    left: 2px;
    right: auto
}
