#main_page{
	overflow:hidden;
}
div.centr{
	background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 100%;
}
div.centred_img{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 100%;
	width: 100%;
    color: black;
	text-align:center;
	min-height:300px;
	background-color:transparent;
	padding:50px;
	transition:0.5s;
}
div.centred_img .centr{
	opacity:0;
}

/*Прелоадер*/
#dws-progress-bar {
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 1000000000;
	width:0px;
	height: 10px;
	background-color:#17a8af;
}

#logo-progress {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	width:80px;
	height: 108px;
	background:url(./img/logo-pre.png) no-repeat;
	background-size:contain;
	transform:translate(-50%,-50%);
	opacity:0.5;
}

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000000000;
	background: white;
}

/*меню////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.on_top{
	position:fixed;
	top:0px;
	background-color:white;
	z-index:1000000;
	height: 70px;
    padding-top: 0;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

}

.on_top .navbar-default .navbar-nav>li>a:hover, .on_top .navbar-default .navbar-nav>li>a:focus {
    color: #14bcc4;
}
.on_top .phone.animation-d{
	transform: translate(230px, 55px);
    position: absolute;
	transition: all 0s;
	color: black;
}
.on_top .col-md-8{
	margin-top: -30px;
}
.collapse, .collapsing{
	border:none;
}
.on_top .navbar-default .navbar-nav>li>a {
    color: #000e45;
	text-transform: uppercase;
}

.color{
	background: white;
	/*overflow: hidden;*/
}
.on_top .logo-lg {
    display: none !important;
}
.on_top .logo-m {
    display: block !important;
	height: 70px;
    width: auto;
}
@media (min-width: 1200px) and (max-width: 1400px){
.on_top .col-md-8{
	margin-left: -100px;
}	
}
@media (min-width: 992px) and (max-width: 1199px){
.on_top .col-md-8{
	margin-left: -200px;
}	
}
@media (min-width: 992px) and (max-width: 1200px){

header .navbar.navbar-default {
     top: 42px !important; 
}
header .col-md-offset-1 {
    margin-left: 0% !important;
}
header .col-md-8 {
    width: 83%;
}
.call-back {
    float: right;
}
.navbar-nav>li {
    float: right;
}
#topnav{
    float: right;
}
.navbar-nav>li>a {
    margin: 0 5px;
}
.logo-lg {
    display: block !important;
}

.logo-m {
    display: none !important;
}
}
@media (max-width: 991px){
	header{
		position: absolute !important;
		overflow: hidden;
	}
	.home header{
		/*height: 100vh;*/
	}
	header .primary-maim-menu {
		height: 0;
		transition:1s;
		-webkit-transition:1s;
		-moz-transition:1s;
		-ms-transition:1s;
	}
	span.icon-bar{
		transition:0.5s;
		-webkit-transition:0.5s;
		-moz-transition:0.5s;
		-ms-transition:0.5s;
	}

	.navbar-close span.icon-bar{
		background-color: black !important;
	}
	.navbar-close span.icon-bar:nth-child(2){
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	}
	.navbar-close span.icon-bar:nth-child(4){
		transform: rotate(-45deg) translate(24px, -24px);
		-webkit-transform: rotate(-45deg) translate(24px, -24px);
		-moz-transform: rotate(-45deg) translate(24px, -24px);
		-ms-transform: rotate(-45deg) translate(24px, -24px);
	}
	.navbar-close span.icon-bar:nth-child(3){
		transform: translatex(200px);
		-webkit-transform: translatex(200px);
		-moz-transform: translatex(200px);
		-ms-transform: translatex(200px);
		background-color: transparent !important;
	}

	ul.nav.navbar-nav {
		margin-bottom: 50px;
	}
	.navbar-collapse{
		background: white;
	}
	.navbar-default .navbar-nav>li>a {
		color: black;
	}
	.phone.animation-d{
		color: black;
	}

	.logo-lg {
		display: none !important;
	}
	.logo-m {
		display: block !important;
		height: 70px;
		width: auto;
	}
	.navbar-collapse{
		height:1000px !important;
		width: 400px !important;
		margin-left: 160%;
		margin-right: -15px;
	}
	.navbar {
		width: 100%;
		height: 420px;
	}
	.nav.navbar-nav	{
		margin-top: 50px;
	}
	.navbar-toggle{
		position: absolute;
		right: 0px;
	}
	ul.nav.navbar-nav li,
	.call-back	{
		text-align: -webkit-center;
		text-align: -moz-center;
		text-align: -ms-center;
	}
	ul.nav.navbar-nav li a{
		line-height: 1em;
		width: fit-content;
		width: -moz-fit-content;
		width: -ms-fit-content;
		width: -webkit-fit-content;
	}
}

/*
@media (min-width: 992px){
header .col-md-offset-1 {
    margin-left: 0% !important;
}
header .col-md-8 {
    width: 83%;
}
}*/
/*кінець меню////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*повзунок/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

input[type='range'] {
	 transform: translateY(-20px);
      width: 100%;
      -webkit-appearance: none;
	 background:transparent;
	 margin-top: 20px; 
	opacity: 0;
}
input[type='range']::-webkit-slider-thumb {
	width: 20px;
      -webkit-appearance: none;
      height: 20px;
      cursor: pointer;
	  border-radius: 50%;
      background: transparent;

}
input[type=range]:focus {
  outline: none;
}	
/*повзунок кінець/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*слайдер*/
.flexslider {
	z-index: 9;
	width: 585px;
	height: 500px;
	overflow: hidden;
	margin: 0 -15px 0px;
	position: relative;

}
.flexslider ul,
.flexslider li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.flexslider ul {
	width: 9999px;
}
.flexslider ul li {
	list-style-type: none;
	float: left;
	width: 585px;
	min-height: 500px;
	text-align: center;
}

.nav_left {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
	top: 0;
    left: 0;
    margin: auto;
	user-select:none;
	width: 20px;
    height: 20px;
    transform: translateX(3px) rotate(-45deg);
    border: 4px solid white;
    border-bottom: none;
    border-right: none;
	z-index:1;
}
.nav_left_bef {
    cursor: pointer;
    display: block;
    left: -18px;
    bottom: 40%;
	user-select:none;
}
.nav_right {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
	top: 0;
    left: 0;
    margin: auto;
	user-select:none;
	width: 20px;
    height: 20px;
    transform: translateX(-3px) rotate(135deg);
    border: 4px solid white;
    border-bottom: none;
    border-right: none;
	z-index:1;
}
.nav_right_bef {
    cursor: pointer;
    display: block;
    right: -18px;
    bottom: 40%;
	user-select:none;
}
.flexslider img{
	width: 100%;
	height: auto;
}

.flexslider.double,
.flexslider.double ul li{
	width: 1050px;
}

.flexslider.double img{
	width: 49%;
	float:left;
}
.flexslider.double ul li img:first-child{
	margin-right: 2%;
}
.nav_point{
	width: 10px;
    height: 10px;
	border-radius:50%;
	background-color:white;
	float:left;
	margin-right:20px;
	/*cursor: pointer;*/
    display: block;	
}
.nav_point.on{
	background-color:#6bc4d896;
}
.nav_points .nav_point:last-child{
	margin-right:0px;
}
.nav_points{
	display: block;
    position: absolute;
    bottom: 7%;
	margin-left: 50%;
    transform: translateX(-50%);
}
.slides li div.text_field{
	position: absolute;
    top: 0;
    text-align: left;
    padding-left: 10%;
	width: 94%;
    margin-left: 3%;
	transition:background-color 2s;
	height: 100%;
}

.full .slides li.on:before{
	content: "";
	display: block;
	position: absolute;
	width:94%;
	height:100%;
	background: rgba(255,255,255, 0.0);
	margin-left: 3%;
	transition:background-color 2s;
	user-select:none;
	z-index:0;
}
.full .slides li:not(.on):before{
	content: "";
	display: block;
	position: absolute;
	width:94%;
	height:100%;
	background: rgba(255,255,255, 0.5);
	margin-left: 3%;
	transition:background-color 2s;
	z-index:2;
}
.full .slides li.slider0:before{
	content: "";
	display: block;
	position: relative;
	width:94%;
	height:100%;
	background: rgba(255,255,255, 0.5);
	margin-bottom: -100%;
}
.flexslider.full{
	overflow:visible;
}
.flexslider.full li{
	overflow:hidden;
}
.flexslider.full,
.flexslider.full ul li{
	width: 1300px;
	height: 650px !important;
}
.flexslider.full{
	margin-left:50%;
	transform:translatex(-50%);
	margin-bottom: 100px;
}

.flexslider.full img{
	width: 94%;
	float:left;
	margin-left:3%;
}
.flexslider.full li.slider0 img{
	width: 1222px;
	float:right;
	margin-right:3%;
}

.accordeon_slider{
	height: 0px;
	transition: height 0.5s;
}
.accordeon_slider.on{
	height: 500px;
}

.nav_left,
.nav_right,
.nav_left,
.nav_right{
	border-color:#14bcc4;
}

.nav_left_bef,
.nav_right_bef{
	z-index: 1;
	width:70px;
	height:70px;
	background-color:transparent;
	border-radius:50%;
	position:absolute;
	box-shadow: 0px 0px 0px transparent;
}

.nav_left_bef,
.nav_right_bef,
.nav_left_bef,
.nav_right_bef{
	background-color:white;
	box-shadow: 0px 0px 20px #00000080;
}
/*адаптація*/
.flexslider .nav_left_bef {
    left: 25%;
    bottom: 0%;
}
.flexslider .nav_right_bef {
    right: 25%;
    bottom: 0%;
}
.flexslider.double{
	margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.flexslider.double .nav_left_bef {
    left: 10px;
    bottom: 40%;
}
.flexslider.double .nav_right_bef {
    right: 10px;
    bottom: 40%;
}
.flexslider.double img{
	width: 45%;
	float:left;
}
.flexslider.double ul li img{
	/*margin-right: 3%;*/
	margin-left: 4%;
}
.flexslider.double ul li img:first-child{
	margin-right: -2%;
	/*margin-left: 6%;*/
}
.flexslider.full .nav_points{
	display:none;
}
.flexslider.full .nav_left_bef {
    left: 42%;
    bottom: -80px;
}
.flexslider.full .nav_right_bef {
    right: 42%;
    bottom: -80px;
}
/*адаптація*/
/*slider end/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*second_section/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.second_section{
	height:100vh;
	min-height:768px;
}
.second_section h3, .second_section p{
	color:black;
}
.accordeon{
	height: 500px;
	border:0.3px solid #00000029;
}
.accordeon_el{
	height: 60px;
    overflow: hidden;
	transition: height 0.5s;
	background-color: #6bc4d821;
	border:0.3px solid #00000029;
	border-right:5px solid #14bcc4;
	padding-left: 50px;
}
.accordeon_el:last-child{
	border-bottom:0px;
}
.accordeon_el.on{
	height: 320px;
	background-color: transparent;
	border-right:0.3px solid #00000029;
}
.marked:before{
	content: url(/wp-content/uploads/2018/03/ic-check-circle-black-24px.png);
	margin-right: 10px;
}
.col-md-6 .content{
	height: 500px;
}
.right .content{
	margin-left: 0px;
}

.left{
	-webkit-transform:translatex(-2000px);
	-moz-transform:translatex(-2000px);
	-o-transform:translatex(-2000px);		
	transform:translatex(-2000px);
	transition:1s;
}
.right{
	-webkit-transform:translatex(2000px);
	-moz-transform:translatex(2000px);
	-o-transform:translatex(2000px);		
	transform:translatex(2000px);
	transition:1s;
}
.left.on{
	-webkit-transform:translatex(0px);
	-moz-transform:translatex(0px);
	-o-transform:translatex(0px);		
	transform:translatex(0px);
}
.right.on{
	-webkit-transform:translatex(0px);
	-moz-transform:translatex(0px);
	-o-transform:translatex(0px);		
	transform:translatex(0px);	
}

/*адаптація під розширення*/
@media (min-width: 992px) and (max-width: 1200px){
#accordeon{
	width: 350px;
    margin-left: 100px;	
}	
.accordeon_el h3{
	line-height: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.accordeon_el h3.bold{
    margin-bottom: 30px;
	line-height: 35px;
}
.accordeon_el:last-child h3.bold{
	line-height: 20px;
}	
.accordeon_el.on h3.bold{
    margin-bottom: 10px;
}
}
@media (max-width: 991px){
.second_section {
    height: 1700px;
}
.second_section .left{
    height: 0px;
}
.second_section .right .content{
    margin-right: 0px;
}
	
.accordeon_el.on {
    height: auto !important;
}
.accordeon {
    height: auto !important;
}
.second_section .flexslider {
	margin:auto;
	padding-top: 30px;
}
.second_section h3, .second_section button{
	text-align: left;	
	margin-left:5%;
	margin-right:5%;
}
.second_section .accordeon_el{
	padding:0px;	
} 	
.flexslider {
    width: 100% !important;
}	
.accordeon_el{
	border-right: 0.3px solid #00000029; 
    border-bottom: 5px solid #14bcc4;		
}
.accordeon_el.on{
	border-right: 0.3px solid #00000029; 
    border-bottom: 0.3px solid #00000029;		
}
.accordeon_el:last-child{
	border-bottom: 5px solid #14bcc4;
}
.accordeon_el:last-child.on{
	border-right: 0.3px solid #00000029; 
    border-bottom: 0.3px solid #00000029;		
}
}
@media (max-width: 467px){
.accordeon_el h3.bold{
	line-height: 30px;
    margin-bottom: 25px;
	margin-top: 10px;
}
}
@media (max-width: 425px){
.second_section .flexslider .nav_right_bef,
.second_section .flexslider .nav_left_bef	{
    display: none;
}
.second_section {
    height: 1400px;
}
@media (max-width: 400px){
.accordeon_el:nth-child(4) h3.bold{
	line-height: 17px;
    margin-bottom: 25px;
	margin-top: 10px;
}
}
}
/*кінець адаптація під розширення*/
/*second_section end/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*third_section/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width: 991px){
.third_section{
	height: 1300px;
}
}
@media (max-width: 420px){
.third_section{
	height: 1400px;
}
}
@media (max-width: 321px){
.third_section{
	height: 1500px;
}
}
/*third_section end/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*forth_section_section/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.forth_section .fullwidth{
	display:none;
}
#slider_11 .circle-div{
	width: 180px;
    height: 180px;
	margin: auto;
}
#slider_11{
	margin: auto;
	display:none;
}
.forth_section .flexslider,
.forth_section .flexslider ul li{
	width: 700px;
	height: 400px !important;
}
#slider_11 .nav_points{
	bottom: 7%;
}
#slider_11 .nav_point {
    margin-right: 10px;
}
#slider_11 .nav_point:last-child {
    margin-right: 0px;
}

@media (max-width: 991px){	
#slider_11{
	display:block;
}	
	
.col-md-2.circle-div.animation-d, .row.tac.icon-desc{
	display:none;	
}	
.forth_section .fullwidth{
	display:block;
	overflow:visible;
}
.forth_section .col-md-3.animation-d{
	display:none;	
}
.forth_section .flexslider.full .nav_left_bef, 
.forth_section .flexslider.full .nav_right_bef{
    display: none;
}
.forth_section .flexslider.full,
.forth_section .flexslider.full li	{
	height:550px !important;
	margin-bottom: 0px;
}
.forth_section .full .slides li:not(.on):before,
.forth_section .full .slides li.on:before,
.forth_section .full .slides li:before{
		content:none;
}	
.forth_section .container{
	width:100%;
	padding: 0px;
}	
.forth_section .container .row,
.forth_section .container .row .col-md-10,
	.forth_section .container .row .col-md-10 .content{	
	margin-right: 0px;
    margin-left: 0px;
	padding: 0px;
}

}
@media (max-width: 525px){
#slider_11 .nav_left_bef {
    left: 7%;
}
#slider_11 .nav_right_bef {
    right: 7%;
}
}
/*forth_section end/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*fifth_section /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.fifth_section {
   /* overflow: hidden;*/
}
.fifth_section .problem .pr,
.fifth_section .advantages .ad_sp{
	opacity:0;
	transition:opacity 0.5s;
}
.fifth_section .problem.on #pr0{
	opacity:1;
	transition-delay:0s;
}
.fifth_section .problem.on #pr1{
	opacity:1;
	transition-delay:0.5s;
}
.fifth_section .problem.on #pr2{
	opacity:1;
	transition-delay:1s;
}
.fifth_section .problem.on #pr3{
	opacity:1;
	transition-delay:1.5s;
}
.fifth_section .problem.on #pr4{
	opacity:1;
	transition-delay:2s;
}
.fifth_section .problem.on #pr5{
	opacity:1;
	transition-delay:2.5s;
}
.fifth_section .problem.on #pr6{
	opacity:1;
	transition-delay:3s;
}
.fifth_section .problem.on #pr7{
	opacity:1;
	transition-delay:3.5s;
}
.fifth_section .advantages.on #adv0{
	opacity:1;
	transition-delay:0s;
}
.fifth_section .advantages.on #adv1{
	opacity:1;
	transition-delay:0.5s;
}
.fifth_section .advantages.on #adv2{
	opacity:1;
	transition-delay:1s;
}
.fifth_section .advantages.on #adv3{
	opacity:1;
	transition-delay:1.5s;
}
.fifth_section .advantages.on #adv4{
	opacity:1;
	transition-delay:2s;
}
.fifth_section .advantages.on #adv5{
	opacity:1;
	transition-delay:2.5s;
}
.fifth_section .advantages.on #adv6{
	opacity:1;
	transition-delay:3s;
}
.fifth_section .advantages.on #adv7{
	opacity:1;
	transition-delay:3.5s;
}


.text_desc{
	display:none;
	position:absolute;
	user-select:none;
	width: 300px;
    margin-left: 20px;
    margin-top: 20px;
	z-index:100000;
	font-weight: 500;
}



.pr .problem-desc,
.ad_sp .advantages-desc{
	display:none;
	font-size: 14px;
}

.pr .problem-desc,
.ad_sp .advantages-desc{
	width: 300px;
    margin-left: -30px;
    margin-top: 0px;
	z-index:100000;
	font-weight: 500;
	position: fixed;
	padding: 10px;
}
.pr .problem-desc{
	background-color:#f7d7de;
}
.ad_sp .advantages-desc{
	background-color:#a0ff9d;
}
.pr, .ad_sp {
	user-select:none;
	cursor:pointer;
	z-index:-100;
}
.fifth_section img{
	z-index: -1000;
}
.fifth_section .problem label.pr {
	z-index: -10000;
}

/*
.pr:hover .problem-desc,
.ad_sp:hover .advantages-desc{
	display:block;
}

.problem-desc,
.advantages-desc{
	z-index:100000;
}
.ad_sp:hover .advantages-desc{
	background-color:green;
}
.pr:hover .problem-desc{
	background-color:grey;
}*/
/*fifth_section /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*six_section /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.six_section{
	height:100vh;
	min-height:768px;
	background-image:url('/wp-content/uploads/2018/03/layer-29.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	filter: contrast(1.4);
	min-height:820px;
}
.six_section h2.ups {
    font-size: 40px;
    font-weight: 700;	
}
.six_section .container{
	height: 100%;
	width: 100%;
	background-color:#05052196;
	min-height:820px;
}
#calc{
	width: 100%;
    height: 600px;
	text-align: center;
    text-align: -webkit-center;	
	text-align: -moz-center;
}
#calc_desc{
	width: 80%;
    height: 100%;
	background-color:#0a5f8e75;
	margin: auto;
	max-width: 1100px;
}
#calc_desc_form{
	width: 100%;   
    margin: auto;
	text-align: center;
    text-align: -webkit-center; 
	text-align: -moz-center;
	
}
#calc_desc_form input{
	height: 10px;
	color: black;
}
#calc_desc_form input[type=submit]{
	background-color: #14bcc4;
    border: 0px;
	color: white;
}
#calc_desc_form .bottom{
	height: 100px;
	width: 80%;  
	background: white;
}
#calc_desc_form .bottom input{
	height: 50px;
	margin-top:25px;
    padding: 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
}
#calc_desc_form .top{
	height: 550px;
}
#calc_desc_form p{
	color: white;
}

#calc_desc_form .bottom{
	-webkit-transform:translatey(500px);
	-moz-transform:translatey(500px);
	-o-transform:translatey(500px);		
	transform:translatey(500px);
	transition:1s ease-in-out;
}
#calc_desc_form .bottom.on{
	-webkit-transform:translatey(0px);
	-moz-transform:translatey(0px);
	-o-transform:translatey(0px);		
	transform:translatey(0px);
}
.elements{
	height: 500px;
}
.top_el, .top_1{
	height: 14%;
	user-select:none;
	-moz-user-select: none;
}
.top_1{
	cursor:pointer;
	margin-bottom: 30px;
}
.elements.on .top_el{
	/*height: 33%;*/
}
.elements.on .top_el:nth-child(1){
	margin-top:14%;
}

.elements.on .top_el:nth-child(4),
.elements.on .top_el:nth-child(5),
.elements.on .top_el:nth-child(6){
	/*height: 0px;
	overflow: hidden;*/
	display:none
}
.top_el p{
	float:left;
	user-select:none;
}
.tittle_bar{
	margin-left:10%;
    width: 20%;
	text-align:left;
	text-transform: uppercase;
	font-weight: 500;
    font-size: larger;
}
.value{
    width: 10%;
}
.widt_min{
    width: 15%;
	margin-left: 5%;
	text-align:left;
}
.range{
    width: 45%;
	margin-left: 5%;
	margin-top: 7px;
}
.widht_max{
    width: 15%;
	text-align:left;
}
.top_1 div{
	width:25%;
	height:80%;
	border:1px solid #ffffff4f;
	float: left;
	user-select: none;
	line-height:56px;
	color: #ffffff4f;
	transition: 0.5s;
	margin-top: 20px;
	font-weight: 500;
    font-size: larger;
}

.top_1 div:first-letter{
  text-transform: uppercase;
}

.top_1 div:first-child{
	margin-left:12.5%
}
.top_1 div.on{
	border-bottom: 5px solid white;
	color: white;
}
.centred{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 30%;
	width: 25%;
    color: black;
	text-align:center;
	min-width:300px;
	min-height:300px;
	background-color:white;
	padding:50px;
}

.centr{
    color: black;
	line-height: 50px;
	font-size: 18px;
	user-select:none;
}
.centr.marked1{
	font-weight: bold;    
}
.markered{
	background: url(/wp-content/uploads/2018/03/ic-check-circle-black-24px.png); 
	background-repeat: no-repeat;
	background-size:contain;
	background-position:50% 50%;
	width:100%;
	height:25px;	
	margin-top: 20px;
}
.moddal{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050000;
	overflow-x: hidden;
    overflow-y: hidden;
	background-color:#00000069;
}





.viz{
	width:7.8%;
	height:5px;
	float:left;
	/*background:#0a5f8e75;*/
	background:white;
	margin-left:2%;
	transform: matrix(1,0,-0.5,1,0,0);
}

.range .viz0{
	border-radius: 2.5px 0 0 2.5px;
	width: 3%;
    height: 5px;
    float: left;
    background: #14bcc4;
	margin-right:-2.5%
}
.range .viz1{
	border-radius: 0 2.5px 2.5px 0;
	width: 3%;
    height: 5px;
    float: left;
    background: white;
	margin-left: -1.8%;
}
.circl{
	width:24px;
	height:24px;
	border-radius:50%;
	background: #14bcc4;
	border: 7px solid white;
	position: absolute;
    margin-top: -10px;
}
#calc_mob{
	display:none;
}

#calc_desc ul li{
	width: 22%;
}
#calc_desc ul li label[for="f-enter"]{
	margin-left: -20px;
}
#calc_desc ul li label[for="s-type_control"]{
	margin-left: 10px;
}
@media (max-width: 992px){
#calc_desc{
	display:none;
}	
#calc_mob{
	display:block;
}
#calc {
    height: auto !important;
}
#calc_mob button{
	margin-top: 60px;
}
.six_section{
	min-height: 450px;
	max-height: 450px;
}
.six_section .container{
	min-height: 450px;
	max-height: 450px;
}
}


/*six_section end/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*seven_section/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.circle-div-7:after{
	opacity:0;
	transition:1s;
	-webkit-transition:1s
}
/*.circle-div-7.on:after{
	opacity:1;
}*/

.circle-div-7.cd-1.on:after{
	transition-delay:0.5s;
	opacity:1;
}
.circle-div-7.cd-2.on:after{
	transition-delay:1s;
	opacity:1;
}
.circle-div-7.cd-3.on:after{
	transition-delay:1.5s;
	opacity:1;
}
.circle-div-7.cd-4.on:after{
	transition-delay:2s;
	opacity:1;
}
.seven_section{
	height:100vh;
	min-height:768px;
}


#slider_15 .nav_left_bef {
    left: 40px;
    bottom: 40%;
	background-color: white;
	box-shadow: 0px 0px 20px #00000080;
}
#slider_15 .nav_right_bef {
    right: 10px;
    bottom: 40%;
	background-color: white;
	box-shadow: 0px 0px 20px #00000080;
}
#slider_15 .nav_left, 
#slider_15 .nav_right{
	    border-color: #14bcc4;
	
}

#slider_15 img {
    width: 90%;
    float: left;
	margin-left:7.5%;
}
@media (max-width: 1200px){
.seven_section .container{
	margin-right: 0;
    margin-left: 0;
	width: 100%;
	padding: 0;
}	
.seven_section .col-md-12 {
    padding: 0;
}
.seven_section .content{
	margin:0;	
}
}
@media (min-width: 992px) and (max-width: 1060px){
#slider_5{
	transform: scale(0.9);
}
	
}
/*seven_section end/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*eight_section/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.eight_section{
	height:100vh;
	min-height:900px;
	background-color: #f7f9fb;
}
.eight_section > h2:first-child {
    font-size: 40px;
    color: #001646 !important;
    font-weight: 700;
    margin: 110px 0;
	width:100%;
}

.fullwidth{
	overflow:hidden;
	width:100%;
	margin-top: 50px;
}

.slides_alt{
	display:none;
}
@media (min-width: 1200px) and (max-width: 1600px){
#slider_6{
	transform: scale(0.8) translatex(-63%);
}
#slider_6 h2, #slider_6 h3 p, #slider_6 button, #slider_6 .nav_left_bef, #slider_6 .nav_right_bef{
	transform: scale(1.2);
}
}
@media (min-width: 992px) and (max-width: 1199px){
#slider_6{
	transform: scale(0.7) translatex(-72%);
}
#slider_6 h2, #slider_6 h3 p, #slider_6 button, #slider_6 .nav_left_bef, #slider_6 .nav_right_bef{
	transform: scale(1.3);
}
}
@media (max-width: 991px){
.slides_alt{
	display:block;
	padding: 0px;
}	
#slider_6{
	display:none;
}	
	
.slides_alt li{
	height: 500px;
    overflow: hidden;
	display: block;
    position: relative;
	margin: 20px;
	background-position: 50% 50%;
    background-size: cover;
	
}	
/*.slides_alt li img{
	width: 100%;
    height: auto;
	position: absolute;
	margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}	*/
.slides_alt li .text_field{
	position: absolute;
    background-color: #0016465e;
    height: 100%;
	width: 100%;
	padding: 30px;
}
.eight_section, .seven_section {
    min-height: max-content!important;
    height: auto;
}
.circle-div-7 p {
    font-size: 1.3em;
}
}
@media (max-width: 425px){
.slides_alt li .text_field{
	text-align: -webkit-center;    
}	
.slides_alt li .text_field h2,
.slides_alt li .text_field p{
	width: 100%;    
}
}
/*eight_section end/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.timer-time td:not(.points){
	width:95px;
}
.nav_t {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
    user-select: none;
    width: 15px;
    height: 15px;
    transform: translateY(3px) rotate(45deg);
    border: 2px solid white;
    border-bottom: none;
    border-right: none;
    z-index: 1;
	border-color: white;
}
.nav_top {
    width: 50px;
    height: 50px;
    background-color: #14bcc4;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0px 0px 0px transparent;
}
#to_top{
	position: fixed;
    bottom: 80px;
    right: 80px;
	display:none;
	z-index: 10;
}
#to_top.on{
	display:block;
}