﻿/*
 * 2.0 ADDITIONAL PAGE COMPONENTS
 */


/* 2.1 CONSTRUCTOR */

/* - width */
.wi_100{
	width: 100%;
}
.wi_52{
	width: 52%;
}
.wi_50{
	width: 50%;
}
.wi_50-16p{
	width: calc(50% - 16px);
}
.wi_40{
	width: 40%;
}

/* - height */

.hei_auto{
	height: auto;
}

/* - display */

.dblock{
	display: block;
}
.hide{
	display: none;
}

/* - float */

.fleft{
	float: left;
}
.fright{
	float: right;
}
.clearfix{
	width: 100%;
	height: 0;
	overflow: hidden;
	display: block;
}
.clearfix:before{
	content: '';
	display: block;
	clear: both;
}

.fmar{
	margin-bottom: 1rem;
}
.fleft.fmar{
	margin-right: 2rem;
}
.fright.fmar{
	margin-left: 2rem;
}

#right-range,
#left-range
{
	margin-top:15px;
	padding-top: 2px;
}
/* - vertical align */

.valt{
	vertical-align: top;
}
.valm{
	vertical-align: middle;
}
.valb{
	vertical-align: bottom;
}

/* - text */

.uppercase{
	text-transform: uppercase;
}
.tdec_n{
	text-decoration: none;
}
.talr{
	text-align: right;
}
.tall{
	text-align: left;
}
.talc{
	text-align: center;
}
.talj{
	text-align: justify;
}

.bold{
	font-weight: bold;
}

/* - line height */

.lnhei_20{
	line-height: 1rem;
}


/* 2.2 Icons */

.icon{
	display: inline-block;
	vertical-align: middle;
}
.icon:before{
	content:'';
	display: block;
	background-repeat: no-repeat;
}

.icon-burger:before{
	width: 17px;
	height: 14px;
	background-image: url('../../images/icon-burger.png');
}
.icon-location-purple:before{
	width: 19px;
	height: 24px;
	background-image: url('../../images/icon-location-purple.png');
}
.icon-location-small:before{
	width: 9px;
	height: 12px;
	background-image: url('../../images/icon-location-small.png');
}
.icon-location-red:before{
	width: 17px;
	height: 21px;
	background-image: url('../../images/icon-location-red.png');
}
.icon-schedule-black:before{
	width: 23px;
	height: 23px;
	background-image: url('../../images/icon-schedule-black.png');
}
.icon-schedule-white:before{
	width: 23px;
	height: 23px;
	background-image: url('../../images/icon-schedule-white.png');
}
.icon-search-black:before{
	width: 21px;
	height: 21px;
	background-image: url('../../images/icon-search-black.png');
}
.icon-cancel-red:before{
	width: 11px;
	height: 11px;
	background-image: url('../../images/icon-cancel-red.png');
}
.icon-cancel-black:before{
	width: 10px;
	height: 10px;
	background-image: url('../../images/icon-cancel-black.png');
}
.icon-social-insta-white:before{
	width: 24px;
	height: 24px;
	background-image: url('../../images/icon-social-insta-white.png');
}
.icon-social-insta-black:before{
	width: 24px;
	height: 24px;
	background-image: url('../../images/icon-social-insta-black.png');
}
.icon-social-fb-white:before{
	width: 24px;
	height: 24px;
	background-image: url('../../images/icon-social-fb-white.png');
}
.icon-social-fb-black:before{
	width: 24px;
	height: 24px;
	background-image: url('../../images/icon-social-fb-black.png');
}
.icon-readmore:before{
	width: 18px;
	height: 18px;
	background-image: url('../../images/icon-readmore.png');
}
.icon-time:before{
	width: 17px;
	height: 17px;
	background-image: url('../../images/icon-time.png');
}
.icon-time-small:before{
	width: 12px;
	height: 13px;
	background-image: url('../../images/icon-time-small.png');
}
.icon-time-large:before{
	width: 38px;
	height: 38px;
	background-image: url('../../images/icon-time-large.png');
}
.icon-phone-small:before{
	width: 12px;
	height: 12px;
	background-image: url('../../images/icon-phone-small.png');
}
.icon-phone-mid:before{
	width: 19px;
	height: 19px;
	background-image: url('../../images/icon-phone-mid.png');
}
.icon-location-mid:before{
	width: 14px;
	height: 18px;
	background-image: url('../../images/icon-location-mid.png');
}
.icon-time-mid:before{
	width: 18px;
	height: 18px;
	background-image: url('../../images/icon-time-mid.png');
}
.icon-time-mid2:before{
	width: 24px;
	height: 24px;
	background-image: url('../../images/icon-time-mid2.png');
}
.icon-time-mid3:before{
	width: 29px;
	height: 29px;
	background-image: url('../../images/icon-time-mid3.png');
}
.icon-promo-mid:before{
	width: 24px;
	height: 24px;
	background-image: url('../../images/icon-promo-mid.png');
}
.icon-promo-large:before{
	width: 38px;
	height: 38px;
	background-image: url('../../images/icon-promo-large.png');
}
.icon-info-mid:before{
	width: 24px;
	height: 24px;
	background-image: url('../../images/icon-info-mid.png');
}
.icon-close-large:before{
	width: 60px;
	height: 51px;
	background-image: url('../../images/icon-close-large.png');
}
.icon-plus:before{
	width: 22px;
	height: 22px;
	background-image: url('../../images/icon-plus.png');
}
.icon-pdf:before{
	width: 20px;
	height: 27px;
	background-image: url('../../images/icon-pdf.png');
}
.icon-reload:before{
	width: 29px;
	height: 30px;
	background-image: url('../../images/icon-reload.png');
}
.icon-arrow:before, .icon-arrow-reverse:before{
	width: 25px;
	height: 25px;
	background-image: url('../../images/icon-arrow.png');
}
.icon-arrow-reverse:before{
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.icon-pop-close:before{
	width: 31px;
	height: 26px;
	background-image: url('../../images/icon-pop-close.png');
}
.icon-slider2-arrow:before{
	width: 16px;
	height: 68px;
	background-image: url('../../images/icon-slider2-prev.png');
}
.icon-pop-close2:before{
	width: 26px;
	height: 22px;
	background-image: url('../../images/icon-pop-close2.png');
}
.icon-play:before{
	width: 100px;
	height: 100px;
	background-image: url('../../images/icon-play.png');
	background-size: 100px;
}
.icon-play-mid:before{
	width: 76px;
	height: 76px;
	background-image: url('../../images/icon-play-mid.png');
}
.icon-sound-on:before{
	width: 40px;
	height: 40px;
	background-image: url('../../images/icon-sound-on.png');
}
.icon-sound-off:before{
	width: 20px;
	height: 20px;
	background-image: url('../../images/icon-sound-off.png');
    background-size: 20px;
}



/* 2.3 Popup */

.popup{
	width: 400px;
	max-width: 90%;
	display: none;
	opacity: 0;
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	border-radius: 3px;
}
.popup-fade{
	width: 100%;
	height: 100%;
	display: none;
	opacity: 1;
	position: absolute;
	z-index: 95;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.48);
}
.popup.dblock,
.popup-fade.dblock{
	display: block;
}
.popup.show,
.popup-fade.show{
	opacity: 1;
}

.popup .close{
	display: block;
	position: absolute;
	top: 18px;
	right: 18px;
	padding: 5px;
}
/*Success Popup by Ardak*/
#success-popup{
	background: #fff;
	position: fixed;
	z-index: 40;
	width:500px;
	height:300px;
	top:35%;
}
#success-popup h1{
	height: inherit;
	margin: 0;
	text-align: center;
    padding: 80px 90px;
    font-size: 18px;
}
#success-popup a.close{
	cursor: pointer;
}

/*End Success Popup*/

/*preloader by Ardak*/
.loader-wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.5);
}
#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #6331fb;
	-webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #fff;
	-webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #6331fb;
	-webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
	0%   {
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}
@keyframes spin {
	0%   {
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}
.loader-wrapper.dpreloader{
	display:block;
}
.binactive{
	background: #adadad;
}
/*End preloader*/

/*для загрузок файла в форме*/
.file_uploaded{
	background: #6331fb;
	text-align: center;
	color:#fff;
}
/*end*/

	/* 2.3.1 Schedule popup */
	#popup_scroll
	{
		max-height: 450px;
	}
	#schedule-popup{
		top: 95px!important;
		z-index: 40;
		padding-top: 23px;
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
		position: fixed;
		

	}
	#schedule-popup .popup-title{
		margin: 0;
		padding: 0 40px 21px 30px;
		
	}
	#schedule-popup .schedule-popup-row{
		padding: 10px 30px 15px 30px;
		/*padding: 30px 30px 50px 30px;*/
		border-top-width: 1px;
		border-top-style: solid;
		line-height: normal;
	}
	#schedule-popup .schedule-popup-grid{
		margin-top: 12px;
		-webkit-column-count: 2;
	    -moz-column-count: 2;
	    column-count: 2;
	}
	#schedule-popup .schedule-popup-grid a{
		display: inline-block;
		padding: 7px 0;
	}
	#schedule-fade{
		z-index: 34;
	}



/* 2.4 Breadcrumbs */

.breadcrumbs{
	margin: 0 0 12px 0;
}
.breadcrumbs a{
	text-decoration: none;
}
@media all and (min-width: 961px){
	h2 + .breadcrumbs{
		margin-top: -10px;
	}
}

/* 2.5 Flip */

.flip-container, 
.flip-container .flip-wrap,
.flip-container .front, .flip-container .back{
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
    outline: none;
}
.slick-slide {
    outline: none;
}
.flip-container{
	width: 100px;
	height: 200px;
	-webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -moz-transform: perspective(1000px);
    -ms-transform: perspective(1000px);
	position: relative;
}
.flip-container .flip-wrap{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-ms-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
.flip-container .front, .flip-container .back{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility : hidden;
	-ms-backface-visibility : hidden;
	-o-backface-visibility : hidden;
	backface-visibility : hidden;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-ms-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
.flip-container .front{
	z-index: 2;
}
.flip-container .back{
	z-index: 1;
}
.flip-container .front,
 
.flip-container.hover .back{
	-webkit-transform: rotateY(0deg) translateZ(0);
	-moz-transform: rotateY(0deg) translateZ(0);
	-ms-transform: rotateY(0deg) translateZ(0);
	-o-transform: rotateY(0deg) translateZ(0);
	transform: rotateY(0deg) translateZ(0);
}

.flip-container.hover .front{
	-webkit-transform: rotateY(180deg) translateZ(0);
	-moz-transform: rotateY(180deg) translateZ(0);
	-ms-transform: rotateY(180deg) translateZ(0);
	-o-transform: rotateY(180deg) translateZ(0);
	transform: rotateY(180deg) translateZ(0);
}
.flip-container .back{
	-webkit-transform: rotateY(-180deg) translateZ(0);
	-moz-transform: rotateY(-180deg) translateZ(0);
	-ms-transform: rotateY(-180deg) translateZ(0);
	-o-transform: rotateY(-180deg) translateZ(0);
	transform: rotateY(-180deg) translateZ(0);
}


/* 2.6 Columns */

.row{
	margin: 0 -10px;
}
.row.rpad20{
	margin: 0 -20px;
}

.cols{
	display: block;
	float: left;
	padding: 20px 10px;
}
.row.rpad20 .cols{
	padding-right: 20px;
	padding-left: 20px;
}


.cols-2{
	width: 50%;
}


@media all and (max-width: 768px){
	.xs-cols-1{
		width: 100%;
	}
}

/* 2.7 Spacing */

.spacing-large{
	height: 30px;
}


/* 2.8 Tracking */

.tracking{
	display: none;
}
@media all and (min-width: 769px){
	.tracking{
		display: block;
		position: fixed;
		z-index: 50;
		top: 50%;
		right: 30px;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.tracking a{
		display: block;
		padding: 5px;
		text-decoration: none;
	}
	.tracking a:before{
		content: '';
		width: 11px;
		height: 11px;
		display: block;
		border-radius: 5px;
		background-color: #e7e7e7;
		-webkit-transition: background-color 0.25s;
		-moz-transition: background-color 0.25s;
		-ms-transition: background-color 0.25s;
		-o-transition: background-color 0.25s;
		transition: background-color 0.25s;
	}
	.tracking a:hover:before, .tracking a.active:before{
		background-color: #ccc;
	}
}


/* Desktop */

@media all and (max-width: 2880px){
	
}
@media all and (max-width: 2560px){
	
}
@media all and (max-width: 2048px){
	
}
@media all and (max-width: 1920px){
	
}
@media all and (max-width: 1680px){
	
}
@media all and (max-width: 1600px){
	
}
@media all and (max-width: 1440px){
	
}
@media all and (max-width: 1366px){
	
}
@media all and (max-width: 1280px){
	
}
@media all and (max-width: 1200px){
	
}
@media all and (max-width: 1136px){
	
}
@media all and (max-width: 1024px){
	
}

/* ~ Tablets */

@media all and (max-width: 960px){
	
}
@media all and (max-width: 906px){
	
}
@media all and (max-width: 854px){
	
}
@media all and (max-width: 800px) {
	
}
@media all and (max-width: 768px){
	
}
@media all and (max-width: 736px){
	
}
@media all and (max-width: 720px){
	
}

/* ~ Cellphones */

@media all and (max-width: 667px){
	
}
@media all and (max-width: 640px){
	
}
@media all and (max-width: 601px){
	
}
@media all and (max-width: 568px){
	
}
@media all and (max-width: 540px){
	
}
@media all and (max-width: 480px){
	
}
@media all and (max-width: 414px){
	
}
@media all and (max-width: 384px){
	
}
@media all and (max-width: 375px){
	
}
@media all and (max-width: 360px){
	
}
@media all and (max-width: 320px){
	
}
@media all and (max-width: 218px){ /* Moto 360 Watch */
	
}
@media (max-device-width: 42mm) and (min-device-width: 38mm){ /* Apple Watch ~ 158px max, 143px min */
	
}

