/*GLOBALS*/
*{margin:0; padding:0; list-style:none;}
a{text-decoration:none;	color:#666;}
a:hover{color:#298bc4;}
body, hmtl{background: #ecf0f1;}

@import url('https://fonts.googleapis.com/css2?family=Roboto&amp;display=swap&apos;');

#wrapper{
	width:600px;
	margin:50px auto;
	height:450px;
	position:relative;
	color:#fff;
	text-shadow:rgba(0,0,0,0.1) 2px 2px 0px;
	margin-left:0;
	border-radius: 25px;
}

#slider-wrap{
	width:600px;
	height:450px;
	position:relative;
	overflow:hidden;
	border-radius: 25px;
}

#slider-wrap ul#slider{
	width:100%;
	height:100%;

	position:absolute;
	top:0;
	left:0;
}

#slider-wrap ul#slider li{
	float:left;
	position:relative;
	width:600px;
	height:400px;
}

#slider-wrap ul#slider li > div{
	position:absolute;
	top:20px;

}

#slider-wrap ul#slider li > div h3{
	font-size:36px;
	text-transform:uppercase;
}

#slider-wrap ul#slider li > div span{
	font-family: Neucha, Arial, sans serif;
	font-size:21px;
}

#slider-wrap ul#slider li i{
	text-align:center;
	line-height:400px;
	display:block;
	width:100%;
	font-size:90px;
}


/*btns*/
.btns{
	position:absolute;
	width:50px;
	height:60px;
	top:50%;
	margin-top:-25px;
	line-height:57px;
	text-align:center;
	cursor:pointer;
	background:rgba(0,0,0,0.1);
	z-index:100;


	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;

	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.btns:hover{
	background:rgba(0,0,0,0.3);
}

#next{right:-50px; border-radius:7px 0px 0px 7px;}
#previous{left:-50px; border-radius:0px 7px 7px 7px;}
#counter{
	top: 30px;
	right:35px;
	width:auto;
	position:absolute;
}

#slider-wrap.active #next{right:0px;}
#slider-wrap.active #previous{left:0px;}


/*bar*/
#pagination-wrap{
	min-width:20px;
	margin-top:400px;
	height:15px;
	position:relative;
	text-align:center;
}

#pagination-wrap ul {
	width:100%;
}

#pagination-wrap ul li{
	margin: 0 4px;
	display: inline-block;
	border-radius:50%;
	background:#fff;
	opacity:0.5;
	position:relative;
  top:0;
}

#slider ol, ul{
	padding: 0;
}

#pagination-wrap ul li.active{
  width:12px;
  height:12px;
  top:3px;
	opacity:1;
	box-shadow:rgba(0,0,0,0.1) 1px 1px 0px;
}




/*Header*/
h1, h2{text-align:center;}
h2{ color: #7f8c8d; font-size:36px;}




/*ANIMATION*/
#slider-wrap ul, #pagination-wrap ul li{
	-webkit-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-moz-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-o-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-ms-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	transition: all 0.3s cubic-bezier(1,.01,.32,1);
}

.circleBase {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
}

.type1 {
    width: 30px;
    height: 30px;
    background: yellow;
    border: 3px solid red;
}
.type2 {
    width: 50px;
    height: 50px;
    background: #ccc;
    border: 3px solid #000;
}
.type3 {
    width: 500px;
    height: 500px;
    background: aqua;
    border: 30px solid blue;
}

.linkage-hotspot {
  box-sizing: border-box;
  width: inherit;
  height: inherit;
}

.linkage-hotspot .linkage-animation.rings {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.linkage-hotspot .linkage-animation.rings > div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: -15px auto auto -15px;
  border-radius: 50%;
  border: 3px solid #fff;
  -webkit-animation: ring 1.4s ease-out infinite;
  animation: ring 1.4s ease-out infinite;
  opacity: 0;
}

.linkage-hotspot .linkage-animation.rings > div:nth-child(2) {
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

.linkage-hotspot .linkage-animation.rings > div:nth-child(3) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  border-color: #000;
}

.linkage-hotspot .linkage-animation.rings > div:nth-child(4) {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  border-color: #000;
}

@keyframes ring{
	0% {
	  -webkit-transform: scale(0);
	  transform: scale(0);
	  opacity: 1;
	}
	50% {
	  opacity: .8;
	}
	100% {
	  -webkit-transform: scale(.8);
	  transform: scale(.8);
	  opacity: 0;
	}
}

#captchaBackground {
    height: 150px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#captchaHeading {
    color: white;
}
#captcha {
    font-size: 30px;
    letter-spacing: 3px;
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#textBox {
    height: 25px;
}
.incorrectCaptcha {
    color: #FF0000;
}
.correctCaptcha {
    color: #298bc4;
}

#iframeKlapty{
	height:100%;
}

#left {
	width: 30px;
	height: 30px;
	background-color: #298bc4;
}

#right {
	width: 30px;
	height: 30px;
	background-color: #298bc4;
}

.img_button:hover {
	color: #298bc4;
	text-decoration-line: underline;
	text-decoration-thickness: 3px;
}

.button_active {
	color: #298bc4;
	text-decoration-line: underline;
	text-decoration-thickness: 3px;
}
