
/*********************************

POPUP

*/
.popup-cov {
	width:100%;
	height:100%;
	z-index:997;
	position:fixed;
	top:0; inset-inline-start:0;
}
.popup-cov .popup-scroll{
  overflow-y:auto;
  overflow-x:hidden;
  width:100%;
	height:100%;
	z-index:998;
	position:fixed;
	top:0; inset-inline-start:0;
display:flex;
flex-wrap: wrap;
justify-content: center;
  align-items: center;
  padding:0 20px
}
.popup-cov:after {
	content:'';
	width:100%;
	height:100%;
	position:fixed;
	background-color:#fff;
	z-index:997;
	opacity:.8;
	top:0; inset-inline-start:0;
}
.popup-cov .popup {
  margin:40px 0;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0.4px 3.6px rgba(0, 0, 0, 0.008),
    0 1px 8.5px rgba(0, 0, 0, 0.02), 0 1.9px 15.7px rgba(0, 0, 0, 0.038),
    0 3.4px 28.2px rgba(0, 0, 0, 0.06), 0 6.3px 54.4px rgba(0, 0, 0, 0.094),
    0 15px 137px rgba(0, 0, 0, 0.14);
  position: relative;
  z-index:999;
  width:auto;
  height:auto;
  transition:all .1s;
  display:inline-flex
}
.popup-cov .popup #popup-close{
	position:absolute;
	top:-10px; inset-inline-end:-10px;
	width:36px;
	height:36px;
	background-color:#fff;
	box-shadow: 0 0.4px 3.6px rgb(0 0 0 / 1%), 0 1px 8.5px rgb(0 0 0 / 2%), 0 1.9px 15.7px rgb(0 0 0 / 4%), 0 3.4px 28.2px rgb(0 0 0 / 6%), 0 6.3px 54.4px rgb(0 0 0 / 9%), 0 15px 137px rgb(0 0 0 / 14%);
	border-radius:50%;
	cursor:pointer;
  	display: flex;
  	justify-content: center;
  	align-items: center;
}
.popup-cov .popup #popup-close:hover{
	background-color:#eee
}
.popup-cov .popup #popup-close div{
	position:absolute;
	height:2px;
	background-color:#09C;
}
.popup-cov .popup #popup-close div:nth-child(1) {
  transform: rotate(45deg);
}

.popup-cov .popup #popup-close div:nth-child(2) {
  transform: rotate(135deg);
}

.act-loader #popup-close{ display:none}
.act-loader .popup-loader-info{
	position: absolute;
    bottom: 100%;
    width: 300px;
    inset-inline-start: -110px;
    text-align: center;
    padding-bottom: 10px;
}

.popup .popup-tit {
  align-items: center;
  display: flex;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  letter-spacing:-2px;
  word-spacing:2px
}

.popup .popup-inf {
  color: #222;
  margin:20px 0 0 0;
  text-align:start;
  display:block;
  font-size:15px; line-height:24px;
}
.popup .popup-html {
  padding: 20px;
  width: 100%;
}
.act-loader .popup-html{ padding:0}
.popup-buts {
	display:block;
  margin: 10px 0 0 0;
}
.popup-but-fle {
  display: flex;
  width: 100%;
}
.popup-but {
  align-items: center;
  background: #d5dbe4;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  height: 50px;
  justify-content: center;
  margin:20px 0 0 0;
  width: 100%;
  text-decoration:none;
  font-size: 16px;
  line-height: 30px;
  user-select:none;
  padding:0 10px;
  
}

.popup-but span{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.popup-but span:not(.anim){
	color:#222;
}
.popup-buts .popup-but:not(:nth-child(1)) {
	margin-inline-start:10px;
}
.popup-but-pri {
	background-color: #004b93;
}
.popup-but-pri span:not(.anim){
	color: #fff
}
.popup-but-pri.disabled {
	opacity:.3
}
.popup #p-loader {
	width:80px;
	height:80px;
	background:none;
	padding:20px;
	font-size:0;
}
.popup-cov:not(.act-in-loader) #p-loader{
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0.4px 3.6px rgba(0, 0, 0, 0.008),
	0 1px 8.5px rgba(0, 0, 0, 0.02), 0 1.9px 15.7px rgba(0, 0, 0, 0.038),
	0 3.4px 28.2px rgba(0, 0, 0, 0.06), 0 6.3px 54.4px rgba(0, 0, 0, 0.094),
	0 15px 137px rgba(0, 0, 0, 0.14);
	margin:0 auto
}
.popup #p-loader #loader_top{ display:block !important}
.act-loader .popup{
	background:none;
	box-shadow:none;
}

.act-in-loader .popup #p-loader{
	position:absolute;
	top:0; inset-inline-start:0;
	width:100%;
	height:100%;
	display:flex;
	align-items: center;
  	justify-content: center;
}
.act-in-loader .popup #p-loader:after {
	content:'';
	display:block;
	position:absolute;
	top:0; inset-inline-start:0;
	width:100%;
	height:100%;
	background-color:#fff;
	opacity:.6;
	z-index:50;

}
.act-in-loader .popup #p-loader .sk-fading-circle{ z-index:51; }




.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #2b4070;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

/*BUTTON HOVER ANİMASYONU*/

.g-anim {
	 position: relative;
	 overflow: hidden;
	 z-index: 0;
}
.g-anim .anim {
	 transform: translate(-50%, -50%);
	 position: absolute;
	 top: 50%;
	 inset-inline-start: 50%;
	 z-index: -1;
}
.g-anim .anim:before {
	 position: relative;
	 content: '';
	 display: block;
	 margin-top: 100%;
}
.g-anim .anim:after {
	 content: '';
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 inset-inline-start: 0;
	 inset-inline-end: 0;
	 border-radius: 50%;
}
.g-anim:hover:not(.disabled):not(:disabled) > .anim {
	 animation: anim-out 1.25s;
}
.g-anim:hover:not(.disabled):not(:disabled) > .anim:after {
	 animation: anim-out-pseudo 1.25s;
}

@keyframes anim-out{
	0%{width:0%}
	100%{width:100%}
}

@keyframes anim-out-pseudo{
	0%{background:rgba(255,255,255,.45)}
	100%{background:rgba(255,255,255,0)}
}
 
 
.g-anim_blue {
	 position: relative;
	 overflow: hidden;
	 z-index: 0;
}
.g-anim_blue .anim {
	 transform: translate(-50%, -50%);
	 position: absolute;
	 top: 50%;
	 inset-inline-start: 50%;
	 z-index: -1;
}
.g-anim_blue .anim:before {
	 position: relative;
	 content: '';
	 display: block;
	 margin-top: 100%;
}
.g-anim_blue .anim:after {
	 content: '';
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 inset-inline-start: 0;
	 inset-inline-end: 0;
	 border-radius: 50%;
}
 
.g-anim_blue:hover:not(.disabled):not(:disabled) > .anim {
	 animation: anim_blue-out 1.25s;
}
.g-anim_blue:hover:not(.disabled):not(:disabled) > .anim:after {
	 animation: anim_blue-out-pseudo 1.25s;
}

@keyframes anim_blue-out{
	0%{width:0%}
	100%{width:100%}
}

@keyframes anim_blue-out-pseudo{
	0%{background:rgba(0,47,134,.45)}
	100%{background:rgba(0,47,134,0)}
}