.container-100, body{background: #fafafa;}

#headerbig {background:none;border:none;height: 70px;box-shadow: 0px -13px 10px 10px rgba(0,0,0,0.2);position: sticky;top: 0;z-index:9}
#headerbig #header .first-block{display: flex;width: 100%;height: 100%;align-items: center;height: 70px;}
#headerbig a.logo{width: 160px;display: block;position: absolute;right: 10px;font-size: 0;}
#headerbig a.phoneindex{display:flex;font-size: 18px;align-items: center;position: absolute;left: 10px;height: 36px;color: #333;gap: 4px;}
#headerbig a.phoneindex img{width:36px}
#headerbig .apple-thing{display:none}
#headerbig #header .first-block .logout{left:180px;display: block;position: absolute;border-radius: 30px;background: white;border: 1px solid #CCC;padding: 0px 15px 0 30px;display: inline-flex;align-items: center;height: 36px;font-weight: normal;background-image: url(exit.svg);background-size: 16px;background-repeat: no-repeat;background-position: left 8px center;}

.intextdiv{text-align:center;padding-top: 30px;width: calc(100% - 20px);margin: 0 auto;}

.intextdiv form{border-radius:30px;border: 0;padding: 20px 20px 0;box-shadow: 0 2px 5px rgba(0,0,0,0.1);}
.intextdiv form .label{text-align:right;color: #333;margin-bottom: 2px;}
.intextdiv form input{margin-bottom:10px;border-radius: 5px;padding: 0 10px;font-size: 18px !important;line-height: 18px;}
.intextdiv form input[type="submit"]{height:50px;cursor:pointer}

div#confirmedOrders{margin-bottom:20px;margin-top: 20px;}
.table-wrap{max-width:100%;overflow:auto;margin:10px 0;}
.intextdiv .info_table{border:0;box-shadow: 0 2px 5px rgba(0,0,0,0.1);}
.intextdiv .info_table td,.intextdiv .info_table th{border:0;border-bottom: 1px solid #999;padding: 0px 5px;height: 40px;}

.intextdiv .info_table .history{position:relative;width:34px;display:flex;align-items:center;justify-content:center;margin: auto;cursor:pointer}
.intextdiv .info_table .history:not(.active){opacity:0.2}
.intextdiv .info_table .history svg{width:80%;height:auto}
.intextdiv .info_table .history:not(.active) div{display:none}
.intextdiv .info_table .history div{width:18px;height:18px;background: #e31d68;display: flex;align-items: center;justify-content: center;color: white;position: absolute;top: -3px;right: -6px;border-radius: 50%;font-size: 12px;}

@media(max-width:992px){
    #headerbig a.phoneindex{font-size:0;gap:0} 
    #headerbig #header .first-block .logout{left: 50px;}
}

div#reviews {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}

.review .con {

	position: relative;
	box-sizing: border-box;
	color: #2e3a59;
	font-size: 12px;
	text-align: right;
}

.review .con::after {
	content: "";
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	height: 0;
	background: none;
	border-bottom: 0;
}

.inner, .review {
	position: relative
}

.reviews-container button {
	position: absolute;
	display: block;
	top: 15px;
	right: 120px;
	left: auto;
	z-index: 999;
	padding: 3px;
}

div#reviews-black-out {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	z-index: 999;
}

textarea#answer {
	width: 100%;
	height: 210px;
}

#reviews-black-out input[type="submit"] {
	padding: 7px;
	font-weight: bold;
}

#reviews-black-out .wrapper {
	position: relative;
	padding: 150px;
}

#r-msg {
	color: #FFFFFF;
	text-align: right;
}
.reviews .review .answer {
	text-align: right;
}


.banner-wrapper {
    position: fixed;
    left: 0px;
    top: 110px;
    bottom:0;
    z-index: 9;
    transition: 0.2s all;
}

.banner-wrapper .closer{position:absolute;cursor:pointer;right: 0;top: 0;width: 50px;height: 50px;display: flex;color: white;align-items: center;justify-content: center;background: #e31d68;border-radius: 30px;}
.banner-wrapper .opener{position:absolute;cursor:pointer;left: 0;width: 50px;height: 50px;display: flex;color: white;align-items: center;justify-content: center;background: #e31d68;border-radius: 0  30px 30px 0;left: 100%;}
.banner-wrapper:not(.closed) .opener{display:none}
.banner-wrapper.closed{transform:translateX(-100%)}
.banner {
	max-height:100%;
	max-width: 400px;
	border-radius: 30px;
	border: 0;
	padding: 20px 20px 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	background: #e4f0fd;
	overflow: auto;
	text-align: center;
	width: 100%;
	padding-bottom: 40px;
	transition: 0.2s all;
}

.banner-title {
    font-size: 24px;
    font-weight: bold;
    background: #e31d68;
    color: white;
    margin: -20px -20px 0;
    padding: 20px 0;
}

.banner ul {
    max-width: 90%;
    margin: 10px auto;
    display: inline-block;
    text-align: right;
    font-size: 18px;
    list-style: none;
}

.banner ul li::before {
    content: "";
    border: 2px solid;
    width: 5px;
    height: 11px;
    border-top: 0;
    border-left: 0;
    position: absolute;
    margin-right: -20px;
    margin-top: 3px;
    transform: rotate(45deg);
}

.banner video{width: calc(100% + 40px);height: auto;margin: 10px -20px 20px;}

.banner-title2 {
    font-size: 30px;
    font-weight: 900;
}

.banner-title3 {
    font-size: 20px;
    font-weight: bold;
}

.join-btn{background: #e31d68;color: white;font-size: 20px;font-weight: bold;height: 60px;display: flex;align-items: center;justify-content: center;border-radius: 30px;box-shadow: 0 10px 30px rgb(0 0 0 / 20%), 0 10px 20px rgb(255 255 255 / 20%) inset;cursor: pointer;}

@media(max-width:992px){
	.banner-wrapper{background:rgba(0,0,0,0.8);top: 0;left: 0;right: 0;display: flex;align-items: center;justify-content: center;transition: 0.2s all;}
	.banner-wrapper .opener {position: absolute;top: 68px;width: 40px;height: 40px;}
}







