:root {
	--white: #ffffff;
	--light: #f0eff3;
	--black: #000000;
	--dark-blue: #1f2029;
	--dark-light: #353746;
	--red: #da2c4d;
	--yellow: #f8ab37;
	--grey: #ecedf3;
}


@import "bourbon";

// Settings
$slider-track--color--default: #CCC;
$slider-track--color--start: #1ABC9C;
$slider-track--color--middle: #F1C40F;
$slider-track--color--end: #E74C3C;
$slider-track--radius: 10px;
$slider-track--height: 14px;
$slider-track--border-width: 0;
$slider-handle--size: 28px;
$slider-handle--dot--size: $slider-handle--size - 10px;

%track--defaults {
  height: $slider-track--height;
  border: {
    radius: $slider-track--radius;
    width: $slider-track--border-width;
  }
}


#slider-container {
  width: 80%;
  height: 80px;
  @include box-sizing(border-box);
  position: relative;
  top: 50%;
  margin: 0 auto;
  text-align: center;
  background: #FFF;
  border-radius: 5px;
  padding: 35px 40px 30px 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}


.tabriskop {
margin: 20px auto 0 auto;
border-bottom: 1px solid  #EFEFEE;
font: 100 13px Tahoma;
}

.tabriskop td {

border-bottom: 1px solid  #EFEFEE;
padding: 0 5px;


}
.tabriskop tr {
height: 30px;
}


.bluetr {
background-color: #0E5DA9;
color: #fff;
}




/* #Primary
================================================== */

.my-class {
  pointer-events: none;

}

#myRange {
  pointer-events: none;
  margin: 0 0 15px 0;

}

.slidecontainer {
   
	padding: 0 20px 0 20px;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: linear-gradient(90deg, #69b7eb, #b3dbd3, #f4d6db);
    outline: none;
    opacity: 1;
	  accent-color: #555;
}
.slidercolor1 {
    background: linear-gradient(90deg, #f294a3, #b3dbd3, #6b9cf9);
}
.slidercolor3 {
    background: linear-gradient(90deg, #cd7dea, #b3dbd3, #a5f595);
}
.slidercolor4 {
    background: linear-gradient(90deg, #ff6eab, #b3dbd3, #69eb9c);
}
.slidercolor5 {
    background: linear-gradient(90deg, #ffcba5, #b3dbd3, #7ddbea);
}
.slidercolor6 {
    background: linear-gradient(90deg, #fcc, #b3dbd3, #6b9cf9);
}
.slidercolor7 {
    background: linear-gradient(90deg, #cd7dea, #b3dbd3, #7ddbea);
}
.slidercolor8 {
    background: linear-gradient(90deg, #ff746e, #b3dbd3, #69b7eb);
}
.slidercolor2 {
background-blend-mode: screen;
	background:
		linear-gradient(limegreen, transparent),
		linear-gradient(90deg, coral, transparent),
		linear-gradient(-90deg, skyblue, transparent);
}



.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
	border: 4px solid #409ec8;
    background: #fff;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
		border: 4px solid #409ec8;
    background: #fff;
    cursor: pointer;
}
.redkr.slider::-webkit-slider-thumb {
background: #e30000;
	border: 4px solid #8e0808;
}

.redkr.slider::-moz-range-thumb {
   background: #e30000;
   	border: 4px solid #8e0808;
}



.section {
    position: relative;
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.over-hide {
    overflow: hidden;
}
.z-bigger {
    z-index: 100 !important;
}


.background-color{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--white);
	z-index: 1;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.checkbox:checked ~ .background-color{
	background-color: var(--white);
}



[type="radio"]:checked,
[type="radio"]:not(:checked){
	position: absolute;

	width: 0;
	height: 0;
	/*visibility: hidden;
	left: -9999px;	*/
	
	z-index: -30;
margin: 10px;
}
.checkbox:checked + label,
.checkbox:not(:checked) + label{
	position: relative;
	width: 70px;
	display: inline-block;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	margin: 17px 0;
	margin-top: 100px;
	height: 6px;
	border-radius: 4px;
	background-image: linear-gradient(298deg, var(--red), var(--yellow));
	z-index: 100 !important;
}
.checkbox:checked + label:before,
.checkbox:not(:checked) + label:before {
	position: absolute;
	font-family: 'unicons';
	cursor: pointer;
	top: -17px;
	z-index: 2;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	height: 30px;
	border-radius: 50%;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.checkbox:not(:checked) + label:before {
	content: '\eac1';
	left: 0;
	color: var(--grey);
	background-color: var(--white);
	box-shadow: 0 4px 4px rgba(0,0,0,0.15), 0 0 0 1px rgba(26,53,71,0.07);
}
.checkbox:checked + label:before {
	content: '\eb8f';
	left: 30px;
	color: var(--yellow);
	background-color: var(--dark-blue);
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
}

.checkbox:checked ~ .section .container .row .col-12 p{
	color: var(--dark-blue);
}


.checkbox-tools:checked + label,
.checkbox-tools:not(:checked) + label{
	position: relative;
	display: inline-block;
	padding: 10px 10px 15px 10px;
	width: 90px;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	margin: 0 auto;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 0px;
	overflow: hidden;
	cursor: pointer;
	text-transform: uppercase;
	color: var(--black);
		background-color: var(--white);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.checkbox-tools:not(:checked) + label{
	background-color: var(--white);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.checkbox-tools:checked + label{
	background-color: transparent;
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.14);
}
.checkbox-tools:not(:checked) + label:hover{
			background-color:  rgb(180, 214, 245);
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.14);
}
.checkbox-tools:checked + label::before,
.checkbox-tools:not(:checked) + label::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;

	background-image: linear-gradient(298deg, #3c82c2, #7dbaf0);
	/*background-image: linear-gradient(298deg, var(--red), var(--yellow));*/
	z-index: -1;
}
.checkbox-tools:checked + label .uil,
.checkbox-tools:not(:checked) + label .uil{
	font-size: 24px;
	line-height: 24px;
	display: block;
	padding-bottom: 10px;
}

.checkbox:checked ~ .section .container .row .col-12 .checkbox-tools:not(:checked) + label{
	background-color: var(--light);
	color: var(--dark-blue);
	box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}

.checkbox-budget:checked + label,
.checkbox-budget:not(:checked) + label{
	position: relative;
	display: inline-block;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 260px;
	font-size: 52px;
	line-height: 52px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 auto;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
	-webkit-text-stroke: 1px var(--white);
    text-stroke: 1px var(--white);
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    color: transparent;
}
.checkbox-budget:not(:checked) + label{
	background-color: var(--white);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.checkbox-budget:checked + label{
	background-color: transparent;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-budget:not(:checked) + label:hover{
		background-color: #a0c5ff;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-budget:checked + label::before,
.checkbox-budget:not(:checked) + label::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background-image: linear-gradient(138deg, var(--red), var(--yellow));
	z-index: -1;
}
.checkbox-budget:checked + label span,
.checkbox-budget:not(:checked) + label span{
	position: relative;
	display: block;
}
.checkbox-budget:checked + label span::before,
.checkbox-budget:not(:checked) + label span::before{
	position: absolute;
	content: attr(data-hover);
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	-webkit-text-stroke: transparent;
    text-stroke: transparent;
    -webkit-text-fill-color: var(--white);
    text-fill-color: var(--white);
    color: var(--white);
	-webkit-transition: max-height 0.3s;
	-moz-transition: max-height 0.3s;
	transition: max-height 0.3s;
}
.checkbox-budget:not(:checked) + label span::before{
	max-height: 0;
}
.checkbox-budget:checked + label span::before{
	max-height: 100%;
}

.checkbox:checked ~ .section .container .row .col-xl-10 .checkbox-budget:not(:checked) + label{
	background-color: var(--light);
	-webkit-text-stroke: 1px var(--dark-blue);
    text-stroke: 1px var(--dark-blue);
	box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}

.checkbox-booking:checked + label,
.checkbox-booking:not(:checked) + label{
	position: relative;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	text-align: center;
	padding: 0;
	padding: 6px 25px;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	margin: 0 auto;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 16px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
    color: var(--white);
	text-transform: uppercase;
	background-color: var(--white);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.checkbox-booking:not(:checked) + label::before{
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.checkbox-booking:checked + label::before{
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-booking:not(:checked) + label:hover::before{
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
			background-color: #a0c5ff;
}
.checkbox-booking:checked + label::before,
.checkbox-booking:not(:checked) + label::before{
	position: absolute;
	content: '';
	top: -2px;
	left: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	border-radius: 4px;
	z-index: -2;
	background-image: linear-gradient(138deg, var(--red), var(--yellow));
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.checkbox-booking:not(:checked) + label::before{
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
}
.checkbox-booking:checked + label::after,
.checkbox-booking:not(:checked) + label::after{
	position: absolute;
	content: '';
	top: -2px;
	left: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	border-radius: 4px;
	z-index: -2;
	background-color: var(--white);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.checkbox-booking:checked + label::after{
	opacity: 0;
}
.checkbox-booking:checked + label .uil,
.checkbox-booking:not(:checked) + label .uil{
	font-size: 20px;
}
.checkbox-booking:checked + label .text,
.checkbox-booking:not(:checked) + label .text{
	position: relative;
	display: inline-block;
	-webkit-transition: opacity 300ms linear;
	transition: opacity 300ms linear;
}
.checkbox-booking:checked + label .text{
	opacity: 0.6;
}
.checkbox-booking:checked + label .text::after,
.checkbox-booking:not(:checked) + label .text::after{
	position: absolute;
	content: '';
	width: 0;
	left: 0;
	top: 50%;
	margin-top: -1px;
	height: 2px;
	background-image: linear-gradient(138deg, var(--red), var(--yellow));
	z-index: 1;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.checkbox-booking:not(:checked) + label .text::after{
	width: 0;
}
.checkbox-booking:checked + label .text::after{
	width: 100%;
}

.checkbox:checked ~ .section .container .row .col-12 .checkbox-booking:not(:checked) + label,
.checkbox:checked ~ .section .container .row .col-12 .checkbox-booking:checked + label{
	background-color: var(--light);
    color: var(--dark-blue);
}
.checkbox:checked ~ .section .container .row .col-12 .checkbox-booking:checked + label::after,
.checkbox:checked ~ .section .container .row .col-12 .checkbox-booking:not(:checked) + label::after{
	background-color: var(--light);
}

.opros-shkala {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	max-width: 700px;
	min-width: 300px;
}
.left_shkala {
	float: left;
margin: 0 0 30px 0;
	color: #626262;
	font: 100 12px CenturyGothic;	
}
.right_shkala {
	float: right;
margin: 0 0 30px 0;
	color: #626262;
	font: 100 12px CenturyGothic;	
}


.inp1 {
border: 1px solid #555;
background: #FFF none repeat scroll 0% 0%;
padding: 1px;
display: block;
font: small/1.5 MontserratRegular,sans-serif;
text-decoration: none;
color: #000;
}
.zag_vopr {

font: 700 16px CenturyGothic;	
display: block;
margin: 15px 0 15px 0;
clear: both;
position: relative; 
}
.zag_vopr2 {
  font: 900 20px CenturyGothic;
  display: block;
margin: 20px 0 15px 0;
clear: both;
position: relative; 
}
.sr_ball {
	font: 100 14px CenturyGothic;	
}


.riaage input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px -5px 5px;
    background-image:  url(../images/sprite_checkmark_alpha.png);
    background-repeat: no-repeat;
}
.riaage input[type="radio"]:checked + label::before {
    background-position: -20px 0px;
}

.grey {
    border: 1px solid #BBB;
    background: transparent -moz-linear-gradient(center top , #F0F0EA, #D5D7CE) repeat scroll 0% 0%;
}
.greynew {
	padding: 0 0 0 4px;
	float: left;
	width: 60px;
}
.btntext {
color: #fff;
	font: 100 20px CenturyGothic;	
}
.btn {
    display: inline-block;
    outline: medium none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;

    padding: 3px 10px 4px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	width: 120px;
height: 40px;
background-color: #065ca9;
}

.btn2 {
    display: inline-block;
    outline: medium none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    padding: 3px 10px 4px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    margin: 20px 0 0 0;
}

.res04new2 {
font: 100 25px MontserratRegular;
color: #000;
text-align: left;
margin: 20px 0 20px 0px;
}
.res04new {
font: 100 28px MontserratRegular;
color: #4544ee;
text-align: left;
margin: 40px 0 0px 0px;
background: url(images/sec.png) 0px 7px no-repeat;
padding: 0 0 0 70px;
width: 100%;
}
.res05new {
width: 100%;
font: 100 30px MontserratRegular;
color: #4544ee;
text-align: left;
margin: 20px 0 20px 0px;
}

#nextSibling {
	clear: both;
	float: right;
	margin: 10px 0 40px ;
}

.left_v {
	
	float: left;
	width: 50%;
}

.right_v {
	
	float: right;
	width: 50%;
}

.usp {
		font: 700 20px CenturyGothic;	
	padding: 8px 15px;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	
}

.usp1 {
background-color: #e12626;
	
}
.usp2 {
background-color: #bfb300;
	
}
.usp3 {
background-color: #168848;
	
}

.kompbname {
	font: 700 26px CenturyGothic;	
}

.kompsbal {
	padding: 0 20px 0 20px;
	font: 700 30px CenturyGothic;	
}



@media (max-width: 700px) { 
	
.checkbox-tools:checked + label,
.checkbox-tools:not(:checked) + label{
	padding: 10px 10px 15px 10px;
	width: 60px;
}

.inp1 {
	width: 100px;
	margin: 0 auto;
}
.dolgn1, #dolgnost1, #dolgnost2, #dolgnost3 {
	width: 250px;
	display: block;
	margin: 0 auto;
	text-align: left;
}
}


@media (max-width: 480px) { 
	
.checkbox-tools:checked + label,
.checkbox-tools:not(:checked) + label{
	padding: 10px 10px 15px 10px;
	width: 35px;
}
}


