body {
	transition: all 0.2 ease;
}

.menu-top {
	height: 100px;
	border-bottom: solid 1px #E4E9EB;
	position: fixed;
	width: 100%;
	background-color: #fff;
	line-height: 100px;
	top: 0;
	z-index: 1000;
}

#main-page-content {
	margin-top: 100px;
}

#header-top img {
	max-width: 100%;
	margin-top: -50px;
}

.scrolmenu {
	text-align: right;
}

.scrolmenu a {
	font-family: 'Gotham';
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-size: 20px;
	margin-left: 20px;
}

@media (max-width: 767px) {
	.scrolmenu a {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	#intro-head {
		margin-top: 120px;
	}
}

.mobimenu {
	display: none;
}

@media (max-width: 575px) {
	.scrolmenu a {
		font-size: 18px;
	}	

	.mobimenu {
		display: initial;
		width: auto;
		float: right;
		margin-left: auto;
	}

	.loglog {
		width: auto;
		float: left;
	}

	.scrolmenu {
		display: none;
	}
}

.text-part p {
	padding-right: 35px;
	color: #555555;
	font-family: 'Gotham Book';
    font-weight: normal;
    font-style: normal;
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 18px;
}

.text-part-intro {
	font-family: 'Gotham Black' !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 32px !important;
    color: #262626 !important;
    line-height: 42px !important;
}

.img-part img {
	margin-bottom: 30px;
	width: 100%;
	border-radius: 12px;
}

.divider-blu hr {
	color: #E4E9EB;
	margin-top: 70px;
	margin-bottom:70px;
}

#wax {}
.color-pick-text-part p {
	padding-right: 35px;
	color: #555555;
	font-family: 'Gotham Book';
    font-weight: normal;
    font-style: normal;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
}
.color-pick-intro {
	font-family: 'Gotham Black' !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 43px !important;
    color: #262626 !important;
    line-height: 39px !important;
}


.color-picker-box {
	display: inline-block;
	border: solid 1px #E4E9EB;
	border-radius: 12px;
	width: 100%;
	padding: 15px;
	    overflow: hidden;
}

.cpb-title {
	font-family: 'Gotham';
	font-weight: bold;
	color: #000;
	font-size: 20px;
}

.color-box {
	display: inline-block;
	width: 12.5%;
	float: left;
	text-align: center;
	position: relative;
	margin-bottom: 25px;
}

@media (max-width: 510px) {
	.color-box {
		width: 16.6%;
	}
	.cpb-title {
		text-align: center;
	}

	.color-item {
	    margin-left: auto;
    	margin-right: auto;
	}
}

@media (max-width: 390px) {
	.color-box {
		width: 25%;
	}
}
.color-item {
	width: 48px;
	height: 48px;
	border-radius: 48px;
	cursor: pointer;
	transition: all 0.2s ease;
	overflow: hidden;
}

.cinner {
	width: 48px;
	height: 48px;
	display: inline-block;
	border-radius: 48px;
	transition: all 0.2s ease;
	overflow: hidden;
}

.cinner img {
	width: 100%;
	height: 100%;
}
.ci-open {
	 box-shadow: 0px 0px 0px 3px #000;
}

.ci-open .cinner {
    width: 38px;
    height: 38px;
    border-radius: 38px;
    margin-top: 5px;
}

.bbox {
    position: absolute;
    width: 180px;
    height: 80px;
    text-align: left;
    background-color: #000;
    z-index: 1000;
    border-radius: 12px;
    padding: 15px;
    color: #fff;
    left: 35px;
    top: 32px;
    display: none;
}
#c5bbox, #c6bbox, #c7bbox, #c8bbox, #c13bbox, #c14bbox, #c15bbox, #c16bbox {left: unset;right: 60px;}
#c21bbox, #c22bbox, #c23bbox, #c24bbox {left: unset;right: 60px; top: unset; bottom: 32px}
#c17bbox, #c18bbox, #c19bbox, #c20bbox {top: unset; bottom: 32px; }

@media (max-width: 1399px) {
	#c5bbox, #c6bbox, #c7bbox, #c8bbox, #c13bbox, #c14bbox, #c15bbox, #c16bbox {left: unset;right: 52px;}
	#c21bbox, #c22bbox, #c23bbox, #c24bbox {left: unset;right: 52px; top: unset; bottom: 32px}
}

@media (max-width: 1199px) {
	#c5bbox, #c6bbox, #c7bbox, #c8bbox, #c13bbox, #c14bbox, #c15bbox, #c16bbox {left: unset;right: 39px;}
	#c21bbox, #c22bbox, #c23bbox, #c24bbox {left: unset;right: 39px; top: unset; bottom: 32px}
}

@media (max-width: 991px) {
	#c5bbox, #c6bbox, #c7bbox, #c8bbox, #c13bbox, #c14bbox, #c15bbox, #c16bbox {left: unset;right: 70px;}
	#c21bbox, #c22bbox, #c23bbox, #c24bbox {left: unset;right: 70px; top: unset; bottom: 32px}
}

@media (max-width: 767px) {
	#c5bbox, #c6bbox, #c7bbox, #c8bbox, #c13bbox, #c14bbox, #c15bbox, #c16bbox {left: unset;right: 47px;}
	#c21bbox, #c22bbox, #c23bbox, #c24bbox {left: unset;right: 47px; top: unset; bottom: 32px}
}

@media (max-width: 510px) {
	#c4bbox, #c5bbox, #c6bbox, #c10bbox, #c11bbox, #c12bbox, #c16bbox, #c17bbox, #c18bbox {left: unset; right: 60%;top: 32px;}
	#c22bbox, #c23bbox, #c24bbox {left: unset; right: 60%;bottom: 32px; top: unset;}
	#c1bbox, #c2bbox, #c3bbox, #c7bbox, #c8bbox, #c9bbox, #c13bbox, #c14bbox, #c15bbox {right: unset; left: 60%;top: 32px;}
	#c19bbox, #c20bbox, #c21bbox {right: unset; left: 60%;bottom: 32px; top: unset;}
}

@media (max-width: 390px) {
	#c3bbox, #c4bbox, #c7bbox, #c8bbox, #c11bbox, #c12bbox, #c15bbox, #c16bbox, #c19bbox, #c20bbox {left: unset; right: 60%;top: 32px;}
	#c23bbox, #c24bbox {left: unset; right: 60%;bottom: 32px; top: unset;}
	#c1bbox, #c2bbox, #c5bbox, #c6bbox, #c9bbox, #c10bbox, #c13bbox, #c14bbox, #c17bbox, #c18bbox {right: unset; left: 60%;top: 32px;}
	#c21bbox, #c22bbox {right: unset; left: 60%;bottom: 32px; top: unset;}
}

.color-box:hover .bbox {
	display: initial;
}

.bbox-name .bbox-desc {
	font-family: 'Gotham Book';
	font-size: 16px;
	line-height: 18px;
}
.bbox-name {
	margin-bottom: 5px;
}
.bbox-desc {}


.qatitle {
	font-family: 'Gotham Black' !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 40px !important;
    color: #000 !important;
    line-height: 42px !important;
}

.accordion-button {
height: 100px;
    font-family: 'Gotham';
    font-weight: bold;
    font-size: 20px;
    padding: 1rem 0;
    /*border-top: solid 1px #E4E9EB;*/
}

.accordion-button:hover {
	/*border-top: solid 1px #E4E9EB;*/
}

.accordion-item {
	border-color: #E4E9EB;
}

.accordion-button:not(.collapsed) {
	color: #000;
	background-color: #fff;
	box-shadow: none;
}

.accordion-button:focus {
    z-index: 3;
    border-top-color: #E4E9EB;
    outline: 0;
    box-shadow: none;
    /*border-top: solid 1px #E4E9EB;*/
}

#qaaco {
	border-top: solid 1px #E4E9EB;
}

.accordion-body {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Gotham Book';
	    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
	color: #000;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
}

.askus {
	display: inline-block;
	height: 100px;
    padding: 1rem 0;
    height: 100px;
    border-top: solid 1px #E4E9EB;
    width: 100%;
}

.askus p {
	    font-family: 'Gotham';
    font-weight: bold;
    font-size: 20px;
    line-height: 65px;
}

.askus a {
	width: 187px;
	height: 48px;
	line-height: 48px;
	background-color: #FDF3D0;
	color: #000;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border-radius: 24px;
	font-family: 'Gotham';
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
}


/*wax carousel*/


.wax-item {
	text-align: center;
}

.wax-item:focus {
	outline: none;
}
.wax-item-container {
	max-width: 310px;
	margin-left: auto;
    margin-right: auto;
    padding: 6%;
    transition: all 0.3s ease;
    margin-bottom: 40px;
    margin-top: 40px;
}
.wax-item-img {
	text-align: center;
}
.wax-item-img img {
    max-width: 270px;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F5F6F7;
    border-radius: 15px;
}
.wax-item-text {
	text-align: left;
	min-height: 150px;
}
.wax-item-text-pre-title {
	font-family: 'Gotham Book';
	font-size: 14px;
	line-height: 20px;
	color: #AAAAAD;
	margin-top: 15px;
	margin-bottom: 10px;
}
.wax-item-text-title {
	font-family: 'Gotham Black';
	font-size: 20px;
	line-height: 22px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.wax-item-text-post-title {
	font-family: 'Gotham Book';
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
}
.wax-item-price {
	text-align: left;
}
.wax-item-price-price {
	font-family: 'Gotham';
	font-weight: bold;
	color: #000;
	font-size: 20px;
}
.wax-item-button {
	text-align: left;
	display: inline-block;
	opacity: 0;
	width: 100%;
	transition: all 0.3s ease;
}
.wax-item:hover .wax-item-container {
	border-radius: 15px;
-webkit-box-shadow: 0px 0px 23px 0px rgba(199,199,199,1);
-moz-box-shadow: 0px 0px 23px 0px rgba(199,199,199,1);
box-shadow: 0px 0px 23px 0px rgba(199,199,199,1);

}
.wax-item:hover .wax-item-button {
	opacity: 1;
}
.wax-item-button-button {
	width: 171px;
	display: inline-block;
	height: 48px;
	text-align: center;
	border: solid 2px #FDF3D0;
	line-height: 42px;
	border-radius: 24px;
	cursor: pointer;
	font-family: 'Gotham';
	font-weight: bold;
	font-size: 18px;
	transition: all 0.3s ease;
}

.wax-item-button-button:hover {
	background-color: #FDF3D0;

}

.slick-arrow {
	cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 10
}

.woski-ar-pre {left: -30px;}
.woski-ar-nex {right: -30px;}

@media (max-width: 575px) {
	.woski-ar-pre {left: 0px;}
	.woski-ar-nex {right: 0px;}
}

/*modal*/

.wax-modal-wrapper {
position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    z-index: 10000;
    display: none;
    opacity: 0;
    z-index: 10000;
}

.wax-modal-close {
z-index: 100000;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.wax-modal-container {
    width: 80vw;
    margin-left: 10vw;
    height: 80vh;
    margin-top: 10vh;
    background-color: #fff;
    display: inline-block;
    border-radius: 15px;
    z-index: 1000000;
    position: absolute;
    overflow-y: scroll;
    padding: 30px;
}



.noscroll {
	overflow: hidden;
}


.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wax-modal-video-title {
	font-family: 'Gotham';
	font-weight: bold;
	color: #000;
	line-height: 22px;
	font-size: 20px;
}

.wax-modal-video {
	border-radius: 15px;
    overflow: hidden;
}

.wax-modal-pre-title {
	font-family: 'Gotham';
	color: #000;
	font-size: 20px;
	margin-bottom: 0px;
    line-height: 48px;
}

.wax-modal-title {
	font-family: 'Gotham Black';
	font-weight: bold;
	color: #000;
	font-size: 72px;
	line-height: 62px;
	text-transform: uppercase;
}

.wax-modal-claim {
	font-family: 'Gotham Book';
	font-size: 24px;
	line-height: 30px;
	color: #000;
}

.wax-modal-image img {
	max-width: 80%;
	margin-left: 10%;
}

.wax-modal-pre-link {
	width: 240px;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	background-color: #FDF3D0;
	color: #000 !important;
	font-family: 'Gotham';
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	display: block;
	float: right;
}

.wax-modal-p3 {
	display: inline-block;
	width: 100%;
}

.wax-modal-desc {
	font-family: 'Gotham Book';
	font-size: 16px;
	line-height: 24px;
	color: #000;
}


.wax-modal-infobox {
	border: solid 2px #FDF3D0;
    border-radius: 12px;
    padding: 20px;
    width: 100%;
    display: inline-block;
}
.wax-modal-infobox-lp {
	width: 50%;
	float: left;
}
.wax-modal-infobox-kf {
	/*height: 130px;*/
	height: auto;
}
.wax-modal-infobox-kf-title {
	font-family: 'Gotham';
	font-weight: bold;
	color: #000;
	font-size: 20px;
	line-height: 20px;
}
.wax-modal-infobox-bar-title {}
.wax-modal-infobox-bar-title p {
	font-family: 'Gotham Book';
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 0;
	color: #000;
}
.wax-modal-infobox-rp {
		width: 50%;
	float: left;
}
.wax-modal-infobox-kf-fact {
	font-family: 'Gotham Book';
	color: #000;
	font-size: 16px;
	line-height: 18px;
}
.wax-modal-infobox-kf-fact span {
	font-family: 'Gotham';
	font-weight: bold;
}
.wax-modal-infobox-bar-cont {}
.wax-modal-infobox-bar-wrap {
	line-height: 30px;
	width: 100%;
}

.wax-modal-infobox-bar-wrap span {
	width: 15%;
	float: left;
	text-align: right;
	font-family: 'Gotham';
	font-weight: bold;
	color: #000;
}
.wax-modal-infobox-bar-out {
	width: 85%;
    float: left;
    height: 16px;
    margin-top: 7px;
    background-color: #000;
    border-radius: 8px;
}
.wax-modal-infobox-bar-in {
    float: left;
    height: 16px;
    margin: 0;
    background-color: #FDF3D0;
    border-radius: 8px;
    margin-left: -2px;
}
.bar10 {width: calc(100% + 4px);}
.bar9 {width: 90%;}
.bar8 {width: 80%;}
.bar7 {width: 70%;}
.bar6 {width: 60%;}
.bar5 {width: 50%;}
.bar4 {width: 40%;}
.bar3 {width: 30%;}
.bar2 {width: 20%;}
.bar1 {width: 10%;}

.wax-modal-set-title {
	font-size: 20px;
	font-family: 'Gotham';
	font-weight: bold;
	color: #000;
	padding-left: 15px;
}

.wax-modal-set-item {
	text-align: center;
	width: 33%;
	float: left;
	padding: 15px;
}
.wax-modal-set-item-img {
	background-color: #F5F6F7;
	border-radius: 12px;
}

.wax-modal-set-item-img img {
	max-width: 100%;
}

.wax-modal-set-item p {
	font-size: 16px;
	line-height: 18px;
	color: #000;
	font-family: 'Gotham Book';
	margin-top: 15px;
}


.wax-modal-set-item-img {
  position: relative;
  width: 100%;
}

.wax-modal-set-item-img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.wax-modal-set-item-img-img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.wax-modal-p2 {
	/*min-height: 470px;*/
}

.showmeonmbile {display: none;}
.hidemeonmobile {display: initial;}
@media (max-width: 991px) {
	.showmeonmbile {display: initial;}
	.hidemeonmobile {display: none;}
	.wax-modal-set { margin-top: 20px;}
	.wax-modal-set-title {padding-left: 0;}
	.wax-modal-container {
		    width: 94vw;
    margin-left: 3vw;

	}
}

.footermaster {
	height: 100px;
}

.footermaster-text {
	line-height: 100px;
	font-size: 14px;
	font-family: 'Gotham Book';
	color: #000;
}

.logo-footermaster-cont {
	line-height: 100px;
}

.wax-filter {
	margin-top: 40px;
	display: inline-block;
    width: 100%;
}

.wax-filter span {
	border-bottom: solid 2px #E4E9EB;
	width: 25%;
	float: left;
	display: inline-block;
	text-align: center;
	font-family: 'Gotham';
	font-weight: bold;
	color: #000;
	line-height: 50px;
	cursor: pointer;
	font-size: 20px;
	position: relative;
}

@media (max-width: 991px) {
	.wax-filter span {
		width: 50%;
	}
}

@media (max-width: 433px) {
	.wax-filter span {
		width: 100%;
	}	
}

.belka {
	position: absolute;
    bottom: -5px;
    left: 50%;
    height: 10px;
    background-color: #FDF3D0;
    border-radius: 5px;
    transition: all 0.2s ease;
    width: 0;
}

.wax-filter span:hover .belka {
	display: initial;
	width: 100%;
	left: 0;
}

.wax-filter span.selectedspan .belka {
	display: initial;
	width: 100%;
	left: 0;
}

.mobilemenu {
	width: 100%;
	display: inline-block;
	background-color: #fff;
}

.mobilemenu a {
    width: 100%;
    float: left;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-family: 'Gotham';
    font-weight: bold;
    color: #000;
    font-size: 20px;
    line-height: 80px;
    border-bottom: solid 2px #E4E9EB;
    cursor: pointer;
}

@media (max-width: 767px) {
	.footermaster-text {
	    font-size: 14px;
	    font-family: 'Gotham Book';
	    color: #000;
	    text-align: center;
	    line-height: 18px;
	    margin-top: 50px;
	}

	.logo-footermaster-cont {
		text-align: center;
	}
}


/* Hide scrollbar for Chrome, Safari and Opera */
.wax-modal-container::-webkit-scrollbar {
	width: 10px;
    background-color: transparent;
}
.wax-modal-container::-webkit-scrollbar-button {}
.wax-modal-container::-webkit-scrollbar-track {
	background-color: #f5f6f7;
    border-radius: 10px;
    width: 4px;
}
.wax-modal-container::-webkit-scrollbar-track-piece {}
.wax-modal-container::-webkit-scrollbar-thumb {
	background-color: #d2d3d4;
    border-radius: 10px;
}
.wax-modal-container::-webkit-scrollbar-corner {}
.wax-modal-container::-webkit-resizer {}

/* Hide scrollbar for IE, Edge and Firefox */
.wax-modal-container {
  /*-ms-overflow-style: none;  */
  /* IE and Edge */
  /*scrollbar-width: none; */
   /* Firefox */
}