/******************************************************************
Theme Name: byd-presentor
Description: 
Author: GOOLA
Author URI: http://www.goola-la.com
Version: 1.0
**/


@font-face{
  font-family: 'NarkissBlock-Light';
  src: url('fonts/NarkissBlock_web/NarkissBlock-Light.eot');
  src: url('fonts/NarkissBlock_web/NarkissBlock-Light.eot?#iefix')
       format('embedded-opentype'),
       url('fonts/NarkissBlock_web/NarkissBlock-Light.woff') format('woff'),
       url('fonts/NarkissBlock_web/NarkissBlock-Light.ttf') format('truetype'),
       url('fonts/NarkissBlock_web/NarkissBlock-Light.svg#webfont') format('svg');
}
@font-face{
  font-family: 'NarkissBlock-Semibold';
  src: url('fonts/NarkissBlock_web/NarkissBlock-Semibold.eot');
  src: url('fonts/NarkissBlock_web/NarkissBlock-Semibold.eot?#iefix')
       format('embedded-opentype'),
       url('fonts/NarkissBlock_web/NarkissBlock-Semibold.woff') format('woff'),
       url('fonts/NarkissBlock_web/NarkissBlock-Semibold.ttf') format('truetype'),
       url('fonts/NarkissBlock_web/NarkissBlock-Semibold.svg#webfont') format('svg');
}
@font-face{
  font-family: 'NarkissBlock-Regular';
  src: url('fonts/NarkissBlock_web/NarkissBlock-Regular.eot');
  src: url('fonts/NarkissBlock_web/NarkissBlock-Regular.eot?#iefix')
       format('embedded-opentype'),
       url('fonts/NarkissBlock_web/NarkissBlock-Regular.woff') format('woff'),
       url('fonts/NarkissBlock_web/NarkissBlock-Regular.ttf') format('truetype'),
       url('fonts/NarkissBlock_web/NarkissBlock-Regular.svg#webfont') format('svg');
}

body,html {
	background:#1C1C1C;
	color:white;
	padding:0;
	margin:0;
	font-family:'NarkissBlock-Light';
	font-size:18px;
	line-height:22px;
	overflow:hidden;
	direction:rtl;
	text-align:right;
}
a {
	color:inherit;
}
p {
	margin:0 0 11px;
}
.hidden {
	display:none;
}
.open-fs {
	position: absolute;
    background: white;
    z-index: 111;
    width: 25px;
    height: 25px;
    left: 10px;
    top: 10px;
    cursor: pointer;
    border-radius: 5px;
    border: 0;
}
.sidebar .side-btns {
	position: relative;
    top:100px;
}
.sidebar {
	background:#313131;
	width:150px;
	position:fixed;
	padding:65px 25px;
	top:0;
	right:0;
	bottom:0;
	text-align:center;
}
.header {
	position: fixed;
    right: 200px;
    left: 0;
    height: 200px;
    padding: 0 80px;
    z-index: 1;
}
.header .title {
	font-size:56px;
	line-height:56px;
	margin-top:55px;
	margin-bottom:24px;
	font-family:'NarkissBlock-Regular';
	display:inline-block;
}
.header .stitle {
	font-size: 44px;
    line-height: 52px;
    font-family: 'NarkissBlock-Regular';
}
.header .hlogo.qrlogo div {
	padding-top:4px;
}
.header .hlogo.qrlogo img {
	width:100%;
}
.header .hlogo.qrlogo {
	bottom: auto;
    top: 64px;
	width: 132px;
    text-align: center;
    background: white;
    padding: 8px;
    border-radius: 8px;
    color: black;
    font-size: 16px;
    line-height: 16px;
    font-family: 'NarkissBlock-Semibold';
}
.header .hlogo {
	position: absolute;
    max-width: calc(100% - 760px);
    left: 65px;
    bottom: 100px;
}
.header .price-rap .label {
	font-size:16px;
	line-height:18px;
	margin-left:20px;
	display:inline-block;
	vertical-align:middle;
}
.header .price-rap .price span {
	font-size:35px;
}
.header .price-rap .price {
	display:inline-block;
	vertical-align:middle;
	font-size:56px;
	line-height:56px;
	font-family:'NarkissBlock-Regular';
}
.header .price-rap {
	vertical-align:top;
	display:inline-block;
	margin-top:55px;
	margin-right:70px;
	margin-top:55px;
}
.sidebar .side-tab .icon {
	display:block;
	margin:5px auto 2px;
}
.sidebar .side-tab[data-string="textBox"]:after {
	content:"";
    width: 7px;
    height: 7px;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    display: inline-block;
    transform: rotate(45deg);
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 5px;	
}
.sidebar button.open-lead:after {
	content:"";
	position: absolute;
    border: 1px solid black;
    width: 100px;
    height: 100px;
    border-radius:4px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.sidebar button.open-lead {
	top: 488px;
    background: white;
    padding: 8px 11px;
    border: 0;
	cursor:pointer;
	font-family:'NarkissBlock-Regular';
	width:108px;
    height: 108px;
    border-radius:8px;
    text-align: center;
    line-height: 20px;
    font-weight: 700;
    font-size: 20px;
    right: 53px;
	padding:8px 0 0;
}
.sidebar .open-lead,
.sidebar .side-tab[data-string="textBox"] {
	position: fixed;
    bottom: 80px;
    font-size: 16px;
    line-height: 18px;
    padding: 11px;
    width: auto;
    height: auto;
    margin: auto;
    display: inline-block;
    right: 30px;
}
.sidebar .side-tab.curr {
	background:black;
}
.sidebar .side-tab {
	display:block;
	margin:20px auto;
	width:88px;
	height:88px;
	border-radius:4px;
	cursor:pointer;
	font-size:20px;
	font-family:'NarkissBlock-Regular';
	border:0;
	background:transparent;
	color:white;
}
.content {
	right: 200px;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
}
.content .tab-content.curr {
	display:block;
}
.content .tab-content .bimg {
	position: absolute;
    z-index: -1;
    object-fit: cover;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
}
.content .tab-content {
	display:none;
	overflow: hidden;
    height: calc(100% - 215px - 65px - 48px);
    padding: 0 65px;
    margin: 215px 0 65px;
}
.imgrap img {
	max-width:100%;
}
.list-models {
	margin-top:200px;
    overflow: auto;
    height: calc(100vh - 200px - 80px);	
}
.list-models a { 
	display: inline-block;
    width: 23%;
    margin: 0 5%;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.content .priceTable table th:first-child ,
.content .priceTable table td:first-child {
	max-width:250px;
	width:250px;
}
.content .priceTable table td {
	width:auto;
}
.content .priceTable table {
	width:840px;
}
.content table {
	border-collapse: collapse;
	background:#242323;
	width:1360px;
	max-width:100%;
	margin-bottom:80px;
}
.content table,td,th {
	border-top:1px solid #5A5A5A;
	border-bottom:1px solid #5A5A5A;
	padding: 12px;
    text-align: center;
	vertical-align:bottom;
	font-weight:normal;
}
.content td {
	border-right:1px solid #5A5A5A;
	width:22%;
}
.content tr td:first-child {
	width:34%;
}
.content tr td.empty,
.content tr td:first-child {
	border-right:0;
	padding-right:42px;
}
.content .comments {
	position:absolute;
	bottom:60px;
	font-size:16px;
	line-height:19px;
}
.rap-rap {
	display: inline-block;
    vertical-align: top;
    width: calc(100% - 240px + 65px);
}
.side-title {
	display: inline-block;
    vertical-align: top;
	width:240px;
	margin-right:-65px;
	text-align:center;
	font-size:28px;
	line-height:32px;
	font-family:'NarkissBlock-Semibold';
}
.mifratTable .tabs-content .tab-rap {
	direction:rtl;
	padding-bottom:40px;
}
.mifratTable .tabs-content {
	overflow: auto;
    height: calc(100vh - 380px);
    direction: ltr;
    padding-right: 20px;
    margin-right: -20px;
}	
.safety-rap.opened .safety-float {
	top:0;
}
.safety-rap .safety-strip {
	position: fixed;
    background: white;
    bottom: 0;
    right: 0;
    left: 0;
    width: auto;
    height: 48px;
	color:black;
	padding:0 120px;
	font-size:16px;
	z-index:1;
}
.safety-rap .safety-float button.close:before {
	position: absolute;
    transform: rotate(-45deg);
    left: 6px;
    top: 14px;
}
.safety-rap .safety-float .close:before,
.safety-rap .safety-float .close:after {
	content:"";
	display: inline-block;
    width: 17px;
    height: 2px;
    background: black;
    margin-right: 5px;
    transform: rotate(45deg);
    vertical-align: middle;
}
.safety-rap .safety-float .close {
	cursor:pointer;
    position: absolute;
    left: 45px;
    top: 45px;
    background: transparent;
    font-family: 'NarkissBlock-Light';
    border: none;
    font-size: 20px;
    display: block;	
}
.safety-rap .safety-float {
	position: fixed;
    background: white;
    color: black;
    top: 100vh;
    bottom: 0;
    right: 0;
    left: 0;
	z-index:9;
	transition:all 0.5s;
	padding:40px 120px;
	max-height:calc(100vh - 120px);
	overflow:auto;
}

.modelSafetyNew .modelSafety {
	padding-bottom:10vw;
	padding-top:10vw;
}	

.modelSafety .pol-table-rap .pvcode15 {
	background:#6C0000;
}
.modelSafety .pol-table-rap .pvcode14 {
	background:#960D10;
}
.modelSafety .pol-table-rap .pvcode13 {
	background:#BD171D;
}
.modelSafety .pol-table-rap .pvcode12 {
	background:#EA1C25;
}
.modelSafety .pol-table-rap .pvcode11 {
	background:#E85925;
}
.modelSafety .pol-table-rap .pvcode10 {
	background:#EB8023;
}
.modelSafety .pol-table-rap .pvcode9 {
	background:#FFCB04;
}
.modelSafety .pol-table-rap .pvcode8 {
	background:#F9ED00;
}
.modelSafety .pol-table-rap .pvcode7 {
	background:#D6CA29;
}
.modelSafety .pol-table-rap .pvcode6 {
	background:#9BB73B;
}
.modelSafety .pol-table-rap .pvcode5 {
	background:#4AA448;
}
.modelSafety .pol-table-rap .pvcode4 {
	background:#1E774B;
}
.modelSafety .pol-table-rap .pvcode3 {
	background:#13633D;
}
.modelSafety .pol-table-rap .pvcode2 {
	background:#004F30;
}
.modelSafety .pol-table-rap .pvcode1 {
	background:#003417;
}
.modelSafety .safety-table-rap .pol-bar .pv {
	width: 37px;
    text-align: center;
    font-size: 12px;
    line-height:30px;
	color:black;
    margin: 0 1px;
}
.modelSafety .safety-table-rap .safety-bar.pol-bar .label {
	border-top:1px solid;
	margin:0;
	padding:0 5px;
	white-space: nowrap;
}
.modelSafety .safety-bar .label {
	font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    text-align: center;
    margin: 0 20px;
    height: 28px;
    position: relative;
}
.modelSafety .sv.svcode0 {
    background: #A72C30;
}
.modelSafety .sv.svcode1 {
    background: #F25923;
}
.modelSafety .sv.svcode2 {
    background: #FECB05;
}
.modelSafety .sv.svcode3 {
    background: #26B78C;
}
.modelSafety .sv.svcode4 {
    background: #30899F;
}
.modelSafety .sv.svcode5 {
    background: #248ACA;
}
.modelSafety .sv.svcode6 {
    background: #1B6FB7;
}
.modelSafety .sv.svcode7 {
    background: #4170B6;
}
.modelSafety .sv.svcode8 {
    background: #495693;
}
.modelSafety .safety-bar .sv ,
.modelSafety .safety-table-rap .sv {
	width: 45px;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    color: white;
    margin: 0 1px;
}
.modelSafety .safety-bar {
    display: flex;
    margin: 35px 0;	
}

.modelSafety .safety-table-rap .sp-title {
	margin-bottom:20px;
	font-size:18px;
	font-weight:700;
}
.modelSafety .safety-table-rap .safety-table .sline td.sval {
	color:white;
}
.modelSafety .safety-table-rap .safety-table .sline td.pname span ,
.modelSafety .safety-table-rap .safety-table .sline td.sname span {
	display:inline-block;
	margin-left:7px;
}
.modelSafety .safety-table-rap .safety-table th.pname ,
.modelSafety .safety-table-rap .safety-table th.sname,
.modelSafety .safety-table-rap .safety-table .sline td.pname ,
.modelSafety .safety-table-rap .safety-table .sline td.sname {
	text-align:right;
}
.modelSafety .safety-table-rap .safety-table tr th span.c.c1 {
	border-left:1px solid black;
    width: calc(50% - 1px);	
}
.modelSafety .safety-table-rap .safety-table tr th span.c {
	display: inline-block;
    vertical-align: middle;
    width: calc(50% - 2px);
    text-align: center;
    margin-bottom: -12px;
    padding: 6px 0;
}
.modelSafety .safety-table-rap .safety-table tr th span.t {
	display:block;
	margin:-6px -12px 0;
	padding-bottom:6px;
	border-bottom:1px solid black;
}
.modelSafety .safety-table-rap .safety-table tr th {
	font-family:'Montserrat','NarkissBlock-Semibold';
	font-weight:600;
	font-size:17px;
}
.modelSafety .safety-table-rap .safety-table th,
.modelSafety .safety-table-rap .safety-table .sline td {
	border-top:1px solid black;
	border-left:1px solid black;
	padding:7px 10px;
	text-align:center;
	min-width:15%;
	width:auto;
	font-size: 17px;
    line-height: 19px;
}
.modelSafety .safety-table-rap.pol-table-rap .pbrap,
.modelSafety .safety-details-rap {
	max-width: calc(100% - 645px - 150px);
	width: calc(100% - 645px - 150px);
    overflow: hidden;
}
.modelSafety .safety-table-rap.pol-table-rap .prap,
.modelSafety .safety-table-rap {
	width:645px;
	margin-left:150px;
}
.modelSafety .safety-table-rap .safety-table {
	width:100%;
	max-width:calc(100% - 7px);
	border-bottom:1px solid;
	border-right:1px solid;
	border-spacing:0;
}
.modelSafety .psrap {
	display:inline-block;
	margin-left:50px;
}
.modelSafety .safety-rap .safety-details-rap span.maybe {
	border: 2px solid #6E81A7;
    width: 4px;
    height: 4px;
    margin-left: 9px;
    border-radius: 8px;
}
.modelSafety .safety-rap .safety-details-rap div span.no:after {
    transform: rotate(-45deg);
}
.modelSafety .safety-rap .safety-details-rap span.no:before,
.modelSafety .safety-rap .safety-details-rap span.no:after {
	content:"";
	width: 100%;
    height: 2px;
    background: #AC192B;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -4px;
    left: 0;
    transform: rotate(45deg);
}
.modelSafety .safety-rap .safety-details-rap span.no {
}
.modelSafety .safety-rap .safety-details-rap span.yes {
	background: #6E81A7;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-left: 9px;
}
.modelSafety .safety-rap span.icon ,
.modelSafety .safety-rap .sditem span {
	width: 12px;
    display: inline-block;
    font-size: 13px;
    margin-left: 5px;
	vertical-align:middle;
	position:relative;
}
.modelSafety .safety-rap .safety-details-rap .sditem:nth-child(odd) {
	margin-right: 4%;
}
.modelSafety .safety-rap .safety-details-rap .sditem {
	display: inline-block;
	vertical-align:top;
    width: 48%;
    margin-bottom: 5px;
}
.modelSafety .safety-rap .safety-details-rap .sd-title {
	border-bottom:1px solid;
	padding-bottom:5px;
	font-family:'Montserrat','NarkissBlock-Semibold';
	font-weight:600;
	margin-bottom:20px;
}
.modelSafetyNew .safety-rap .safety-details-rap .sd-table {
	margin-bottom:40px;
}
.modelSafety .safety-rap .safety-details-rap .sd-table {
	margin-top:40px;
}
.modelSafety .pol-table th .pboth {
	display: block;
    position: relative;
    top: 12px;
    border-top: 1px solid;
    margin: 0 -12px;
}
.modelSafety .pol-table .pboth {
	position:relative;
}
.modelSafety .pol-table .pboth .trap {
	display:flex;
	width:100%;
}
.modelSafety .pol-table .pboth:after {
	content:"";
	border-left: 1px solid;
    position: absolute;
    left: auto;
    right: 50%;
    top: 0;
    bottom: 0;
}
.modelSafety .pol-table th .trap span {
	padding:12px 0;
}
.modelSafety .pol-table th .trap span ,
.modelSafety .pol-table td .trap span {
	text-align:center;
	width:50%;
	display:inline-block;
	position:relative;
}

.modelSafety .safety-table-rap.pol-table-rap .pbrap,
.modelSafety .safety-table-rap.pol-table-rap .prap {
	display: inline-block;
    vertical-align: top;
}

.modelSafety .safety-table-rap.pol-table-rap .acomments span {
	display:inline-block;
	direction:ltr;
}
.modelSafety .safety-table-rap.pol-table-rap .acomments {
	font-size: 14px;
    line-height: 16px;
    margin-top: -10px;
}
.modelSafety .safety-table-rap.pol-table-rap .bcomments {
	font-weight: 700;
    font-size: 14px;
    margin-bottom: -20px;
}
.modelSafety .safety-table-rap.pol-table-rap {
	width:100%;
	/*display:flex;*/
	margin-top:40px;
}
.modelSafety .safety-rap {
	display:flex;
	overflow:auto;
}
.modelSafetyNew .modelSafety .safety-details-rap {
	width: 650px;
    margin-right:0;
    max-width: calc(100% - 594px - 50px);
	min-width: 594px;
    float: right;
	overflow:hidden;
}
.modelSafetyNew .modelSafety .safety-table-rap {
	float:right;
	margin-left:60px;
}
.modelSafetyNew .modelSafety .safety-rap {
	display:block;
	overflow:auto;
}
.modelSafety .bcomments {
	clear:both;
	font-size: 12px;
    line-height: 17px;
}
.banner-psbar .psrap.safety-table-rap .mpsv {
	color:white;
}
.banner-psbar .psrap .mpsv {
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	display:inline-block;
	margin-right:1px;
	vertical-align:middle;
	font-weight:700;
}
.banner-psbar .open-float {
	background: transparent;
    border: none;
    float: left;
    top: 11px;
    position: relative;
    text-decoration: underline;
    font-family:'Montserrat', 'NarkissBlock-Light';
    cursor: pointer;
	font-size:16px;
}
.banner-psbar {
	overflow:auto;
	font-size:14px;
}
.banner-psbar .more {
	vertical-align: middle;
    display: inline-block;
    margin: 15px 0 0;
    text-decoration: none;
}
.banner-psbar .psrap {
	float:right;
	margin-left:40px;
    width: auto;
    min-width: unset;
	padding:14px 0 0;
	white-space:nowrap;
}
.mifratTable .tabs .tinfo .ss {
	display: inline-block;
    margin-right: 10px;
    margin-left: 15px;
    position: relative;
	left:-16px;
    top: 16px;
}
.mifratTable .tabs .tinfo .icon.yes:after {
	content:"";
	position:absolute;
	border-bottom:1.5px solid rgba(255, 255, 255, 0.6);
	border-right:1.5px solid rgba(255, 255, 255, 0.6);
	width: 5px;
    height: 11px;
    margin: auto;
    right: 0;
    left: 0;
    top: -3px;
    bottom: 0;
    transform: rotate(40deg);
}
.mifratTable .tabs .tinfo span.icon.no:after {
	transform: rotate(-45deg);
}
.mifratTable .tabs .tinfo .icon.no:before,
.mifratTable .tabs .tinfo .icon.no:after {
	content:"";
	position:absolute;
	background:rgba(255, 255, 255, 0.6);
	width: 15px;
    height: 1.5px;
	transform: rotate(45deg);
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.mifratTable .tabs .tinfo .icon.maybe {
	border:1px solid white;
	opacity:0.6;
}
.mifratTable .tabs .tinfo .icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    vertical-align: middle;
    float: right;
    margin-left: 7px;
	position:relative;	
	top:2px;
}
.mifratTable .tabs .tinfo {
	float: left;
    transform: translateX(-100%);
    width: 360px;
}
.mifratTable .tabs .tab.curr {
	border-bottom-color: white;
}
.mifratTable .tabs .tab {
	background: transparent;
    color: white;
    border: 0;
    font-family: 'NarkissBlock-Light';
    font-size: 18px;
    display: inline-block;
    margin-left: 25px;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    line-height: 25px;
    cursor: pointer;
}
.mifratTable .tabs-rap {
	width:1360px;
	max-width:100%;
}
.mifratTable .tabs {
	width: calc(100% - 520px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 55px;
    display: inline-block;
	height:28px;
}
table th:first-child ,
table tr td:first-child {
	text-align:right;
	padding-right:42px;
}
.mifratTable table td {
	position:relative;
}
.mifratTable table td span.icon.no:after {
	transform:rotate(-45deg);
}
.mifratTable table td .icon.no:before,
.mifratTable table td .icon.no:after {
	content:"";
	background: white;
    width: 2px;
    height: 100%;
    position: absolute;
    transform: rotate(45deg);
}
.mifratTable table td .icon.no {
	display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
	margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.mifratTable table td .icon.maybe {
	display: block;
    width: 16px;
    height: 16px;
    position: absolute;
	margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	border-radius:20px;
	border: 2px solid white;
}
.mifratTable table td .icon.yes {
	width: 14px;
    height: 6px;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    position: absolute;
	margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transform: rotate(-45deg);
    display: block;
    margin: auto;
    top: -7px;
}
.mifratTable table td .icon {
	font-size:0;
}
.mifratTable .accord-rap.opened .accord-open:before {
	transform: rotate(-45deg);
    right: 2px;
}

.mifratTable .accord-rap .accord-open:before {
	content:"";
	position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    transform: rotate(45deg);
}
.mifratTable .accord-rap .accord-open {
	position:relative;
	height:50px;
	display:block;
	background:transparent;
	color:white;
	cursor:pointer;
	font-size:24px;
	line-height:50px;
	font-family:'NarkissBlock-Regular';
	border:0;
	padding:0 42px;
	border-bottom:1px solid #8D8D8D;
	width:1360px;
	max-width:100%;
	text-align:right;
}
.mifratTable .accord-rap.opened {
	max-height:1000vh;
}
.mifratTable table {
	margin-bottom:30px;
}
.mifratTable .accord-rap {
	overflow: hidden;
    max-height: 50px;
    transition: max-height 0.5s;
}
::-webkit-scrollbar {
  width: 2px;
}
/* Track */
::-webkit-scrollbar-track {
  background: black;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.textBox .entry .tbtitle {
	margin-bottom:45px;
	font-size:28px;
	line-height:32px;
	font-family:'NarkissBlock-Regular';
}
.textBox .tbimg {
	float: left;
    margin-right: 100px;
    width: calc(100% - 700px);
}
.colorGallery .gallery-rap .nav.dis {
	opacity:0.3;
	cursor:default;
}
.colorGallery .gallery-rap .nav.prev {
	left:auto;
	right:30px;
}
.colorGallery .gallery-rap .nav.prev:after {
	left: auto;
    right: 12px;
    transform: rotate(-135deg);
}
.colorGallery .gallery-rap .nav:after {
	content:"";
	position: absolute;
    width: 12px;
    height: 12px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(45deg);
    margin: auto;
    top: 0;
    bottom: 0;
    right: auto;
    left: 12px;
}
.colorGallery .gallery-rap .nav:before {
	content:"";
	position: absolute;
    width: 28px;
    height: 2px;
    background: white;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.colorGallery .gallery-rap .nav {
	position:absolute;
	width:52px;
	height:52px;
	background:black;
	cursor:pointer;
	margin:auto;
	top:0;
	bottom:0;
	right:auto;
	left:30px;
	border:none;
}
.colorGallery .gallery-rap .gtabs-rap button.curr {
	background:white;
	color:black;
}
.colorGallery .gallery-rap .gtabs-rap button {
	background:transparent;
	padding:4px 16px;
	border:0;
	border-radius:50px;
	font-family:'Montserrat','NarkissBlock-Light';
	margin:4px;
	font-size:16px;
	line-height:29px;
	cursor:pointer;
	color:white;
}
.colorGallery .gallery-rap .gtabs-rap {
	position: absolute;
    z-index: 9;
    top: 215px;
    text-align: center;
    right: 50%;
	transform:translateX(50%);
	border:1px solid white;
	border-radius:100px;
}
.colorGallery .gallery-rap .gtab-content.curr {
	display:block;
}
.colorGallery .gallery-rap .gtab-content {
	position:absolute;
	top:160px;
	display:none;
	right: 0;
    left: 0;
}
.colorGallery .gallery-rap .gallery-fade {
	margin-top:100px;
}
.colorGallery .gallery-rap .gallery-fade .slide.curr {
	display:block;
}
.colorGallery .gallery-rap .gallery-fade .slide {
	position:absolute;
	display:none;
	width:100%;
}
.colorGallery .gallery-rap .gallery-fade .slide img {
	display:block;
	margin:auto;
	max-height:calc(100vh - 440px);
}
.colorGallery .gallery-rap {
	XXoverflow:hidden;
}
.colorGallery .gallery-long {
	width:10000%;
	position:relative;
	right:0;
	transition:right 0.5s;
}
.colorGallery .gallery-long .slide {
	display:inline-block;
	width:1%;
}
.colorGallery .slide img {
	max-width: 100%;
    max-height: calc(100vh - 300px);
    display: block;
    margin: auto;
}
.colorGallery .gallery-thumbs .thumb.curr {
	border-color:white;
}
.colorGallery .gallery-thumbs .thumb img {
	width: 40px;
    height: 40px;
    border-radius: 40px;
}
.colorGallery .gallery-thumbs .thumb {
	display:inline-block;
	cursor:pointer;
	margin:0 8px;
	width:40px;
	height:40px;
	border-radius:40px;
	padding:4px;
	border:1px solid transparent;
}
.colorGallery .thumb-name {
	font-size:16px;
	line-height:18px;
	margin-bottom:12px;
}
.colorGallery .gallery-thumbs {
	position: fixed;
    bottom: 140px;
    right: 200px;
    left: 0;
    text-align: center;
}
.float.mainlead-rap button.close:before{
	transform:rotate(-45deg);
}
.float.mainlead-rap .close:before,
.float.mainlead-rap .close:after {
	content:"";
	width:12px;
	height:2px;
	background:black;
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	right:0;
	left:0;
	transform:rotate(45deg);
}
.float.mainlead-rap .close {
	position:absolute;
	top:24px;
	left:24px;
	background:white;
	border:0;
	width:24px;
	height:24px;
	border-radius:50px;
	cursor:pointer;
}
.float.mainlead-rap .mainform .irap.i-phone input {
	width:calc(100% - 32px - 56px - 2px - 32px - 2px);
	display:inline-block;
}
.float.mainlead-rap .mainform .irap.i-phone .select-rap {
	width:40px;
	display:inline-block;
	margin-right:16px;
}
.float.mainlead-rap .mainform .irap .select-rap select {
	position:absolute;
	opacity:0;
	top:0;
	bottom:0;
	right:0;
	left:0;
	cursor:pointer;
}
.float.mainlead-rap .mainform .irap .select-rap .select {
	display:block;
	margin-left:12px;
}
.float.mainlead-rap .mainform .irap .select-rap:after {
	content:"";
	position:absolute;
	left:8px;
	width:6px;
	height:6px;
	transform:rotate(45deg);
	border-bottom:1px solid white;
	border-right:1px solid white;
	top:10px;
}
.float.mainlead-rap .mainform .irap .select-rap {
	background:transparent;
	border:1px solid white;
	border-radius:4px;
	height:21px;
	line-height:21px;
	padding:4px 16px;
	width:calc(100% - 32px);
	font-family:'NarkissBlock-Light';
	color:white;
	font-size:18px;
	position:relative;
	display:block;
}
.float.mainlead-rap .mainform .irap input {
	background:transparent;
	border:1px solid white;
	border-radius:4px;
	height:21px;
	line-height:21px;
	padding:4px 16px;
	width:calc(100% - 32px);
	font-family:'NarkissBlock-Light';
	color:white;
	font-size:18px;
}
.float.mainlead-rap .mainform .irap label {
	display:block;
	font-size:16px;
	margin-bottom:4px;
}
.float.mainlead-rap .mainform .irap {
	display:block;
	position:relative;
	margin-bottom:12px;
}
.float.mainlead-rap .mainform .ftitle {
	font-size:24px;
	line-height:27px;
	margin-bottom:24px;
	font-family:'NarkissBlock-Regular';
}
.float.mainlead-rap .mainform {
	background: #313131;
    padding: 40px;
    border-radius: 8px;
    width: 260px;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}
.float.mainlead-rap .mainform.senterror .serror.msg ,
.float.mainlead-rap .mainform.verror .verror.msg {
	display:block;
}
.float.mainlead-rap .mainform .msg.ierror {
	display:block;
}
.float.mainlead-rap .mainform.sentok .msg.tumsg {
    display: block;
}
.float.mainlead-rap .mainform .msg.tumsg span {
	display: block;
    font-size: 24px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 24px;
}
.float.mainlead-rap .mainform .msg.tumsg {
    display: none;
	position: absolute;
    color: white;
    background: #313131;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
}
.float.mainlead-rap .mainform .msg {
	color:red;
	position:absolute;
	bottom:0px;
}
.float.mainlead-rap .mainform .button {
	background: white;
    border: 0;
    width: 100%;
    text-align: center;
    padding: 12px 16px;
    margin: 24px 0 0;
    border-radius: 4px;
    font-family: 'NarkissBlock-Regular';
    font-size: 18px;
	cursor:pointer;
}
.float.mainlead-rap.opened {
    right: 200px;
}
.float.mainlead-rap .checkbox-rap input[type="checkbox"]:checked + label::after {
	content:"";
	display: block;
    position: absolute;
    width: 5px;
    height: 12px;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    right: 0px;
    top: 0px;
    transform: rotate(40deg);
}
.float.mainlead-rap .crap.ierror .checkbox-rap label:before,
.float.mainlead-rap .mainform .irap.ierror .select-rap,
.float.mainlead-rap .mainform .irap.ierror input {
	border-color:red;
}
.float.mainlead-rap .checkbox-rap input {
	position:absolute;
	right:0;
	top:0;
	width:16px;
	height:100%;
	cursor:pointer;
	opacity:0;
	z-index:1;
}
.float.mainlead-rap .checkbox-rap label:before {
	content:"";
	border:1px solid white;
	position:absolute;
	width:12px;
	height:12px;
	border-radius:2px;
	right:0;
	top:4px;
}
.float.mainlead-rap .checkbox-rap {
	position:relative;
	font-size:14px;
	line-height:14px;
	padding-right:24px;
	margin:12px 0;
}
.float.mainlead-rap {
    right: -100vw;
	transition:right 0.5s;
	position: fixed;
    padding: 40px;
    background: rgba(0, 0, 0, 0.75);
    top: 0;
    bottom: 48px;
	z-index:9;
}
body .sidebar {
	z-index:10;
}
body .safety-rap {
	position:relative;
	z-index:11;
}