 /*.cls-1 {
     fill: currentcolor;
     fill-rule: evenodd;
}
 .slider-bg-1 {
     background-image: url('../banners/Post_Bank_Slider_1920_640_WIFI.png');
}
 @media(max-width: 1024px) {
     .slider-bg-1 {
         background-image: url('../banners/Post_Bank_Slider_1024_500_WIFI.png');
    }
}
 @media(max-width: 768px) {
     .slider-bg-1 {
         background-image: url('../banners/Post_Bank_Slider_768_320_WIFI.png');
    }
}
 .cls-2 {
     fill: currentcolor;
     fill-rule: evenodd;
}
 .slider-bg-2 {
     background-image: url('../banners/NS_1920x640.jpg');
}
 @media(max-width: 1024px) {
     .slider-bg-2 {
         background-image: url('../banners/NS_1024x500.jpg');
    }
}
 @media(max-width: 768px) {
     .slider-bg-2 {
         background-image: url('../banners/NS_768x320.jpg');
    }
}
 .cls-3 {
     fill: currentcolor;
     fill-rule: evenodd;
}
 .slider-bg-3 {
     background-image: url('../banners/Post_Bank_Slider_Super_Smetka_768_320_WIFI.jpg');
}
 @media(max-width: 1024px) {
     .slider-bg-3 {
         background-image: url('../banners/Post_Bank_Slider_Super_Smetka_1024_500_WIFI.jpg');
    }
}
 @media(max-width: 768px) {
     .slider-bg-3 {
         background-image: url('../banners/Post_Bank_Slider_Super_Smetka_1920_640_WIFI.jpg');
    }
}*/
 ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
     color: black;
     opacity: 1;
    /* Firefox */
}
 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
     color: black;
}
 ::-ms-input-placeholder {
    /* Microsoft Edge */
     color: black;
}
 .site-form ol>li input[type=email], .site-form ol>li input[type=file], .site-form ol>li input[type=number], .site-form ol>li input[type=password], .site-form ol>li input[type=tel], .site-form ol>li input[type=text], .site-form ol>li input[type=url], .site-form ol>li select, .site-form ol>li textarea {
     border: 1px solid #000;
     color: #000;
}
 .red-button {
     background-color: #d41f00 !important;
     color: white !important;
     margin-bottom: 20px;
}
 .blue-button {
     background-color: #083e88 !important;
     color: white !important;
}
 .arrow-rightb {
     background: url('/images/buttons/arrow_red.svg');
	 background-repeat: no-repeat;
     width: 42px !important;
     height: 42px !important;
     margin-left: 10px;
}
 /*.arrow-rightb:hover {
     background: url('/images/buttons/arrow_blue.svg');
	 background-repeat: no-repeat;
}*/
 .plus-rightb {
     background: url('/images/buttons/plus_red.svg');
	 background-repeat: no-repeat;
     width: 45px !important;
     height: 45px !important;
     margin-left: 10px;
}
 .minus-rightb {
     background: url('/images/buttons/minus_red.svg');
	 background-repeat: no-repeat;
     width: 45px !important;
     height: 45px !important;
     margin-left: 10px;
}
/* .plus-rightb:hover {
     background: url('/images/buttons/plus_blue.svg');
	 background-repeat: no-repeat;
}*/

span.more-text, span.less-text { width: 100% !important; }
 .mobile-left {
     float: left;
     width: 48%;
     text-align: center;
}
 .mobile-right {
     float: right;
     width: 48%;
     text-align: center;
}
.login-left {
     float: left;
     width: 48%;
     text-align: center;
}
.login-right {
     float: right;
     width: 48%;
     text-align: center;
}
 
 /*.main-slider-description-wrapper {
    min-height: 120px !important;
    padding-bottom: 15px;
    height: 170px !important;
}*/

@media (max-width: 768px) {
	
	.main-slider-description-wrapper {
		min-height: 120px !important;
		padding-bottom: 15px;
		/* height: auto; */
	`	height: 170px !important;
	}
.login-left {
     float: left;
     width: 100%;
     text-align: center;
}
.login-right {
     float: left;
     width: 100%;
     text-align: center;
}
	
}

.mb25 { 

	margin-bottom: 25px !important;
	
}

.clearfix { clear: both; }

.pb20 {
	
	padding-bottom: 20px !important;
	
}

.pb0 { 

	padding-bottom: 0 !important;
	
}

.mb0 {
	
	margin-bottom: 0 !important;
	
}