button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: none;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0; 
    padding-left: 0;
    margin-top: auto;
	margin-bottom: auto;
}

html,body{
	font-size: 15px;
	color:var(--color-black);
}

html {
  scroll-behavior: smooth;
}

a, :active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}

p {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
	margin:0;
}

label{
    margin:0;
}

.p-rem{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
	margin:0;
	font-size: 15px;
	color: var(--color-black);
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
}

.h1-rem, .h2-rem, .h3-rem, .h4-rem, .h5-rem, .h6-rem, h1, h2, h3, h4, h5, h6, .h2-li:before {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
	margin:0;
    font-weight: 500;
    line-height: 1.2;
	font-family: Title,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

h1 {
	color:#151515;
	margin-bottom:1rem;
}

ul.bullet-s{
    padding:0;
}

.bullet-s li {
	padding:5px 5px 5px 26px;
	background-image: url(../img/bullet_s.png);
	background-position: left 16px;
	background-repeat: no-repeat;
	list-style-type: none;
}	

.bullet-l{
    padding-left:52px;
	background-image: url(../img/bullet_l.png);
	background-position: left 22px;
	background-repeat: no-repeat;
	list-style-type: none;
}

.bullet-l-p{
    padding-left:52px;
	background-image: url(../img/bullet_l.png);
	background-position: left 19px;
	background-repeat: no-repeat;
	list-style-type: none;
}

/* Global */

@font-face {
    font-family: Regular;
    src: url("./Pathos-Regular.ttf") format('truetype');
    font-display:swap;
} 

@font-face {
    font-family: Title;
	src: url("./Titles.otf") format('truetype');
	font-display:swap;
}

:root{
    --color-blue: #0d82ae;
	--color-white: #ffffff;
	--color-background: #edece9;
	--color-background-darker: #dddbd4;
	--color-black: #000000;
	--color-orange: #ea4f18;
	--color-orange-light: #f9bf69;
	--color-orange-active: #d44512;
	--color-border: #e1dfd9;
	--color-grey:#7b7b7b;
	--color-grey-chk:#d2d0ca;
	--color-grey-text: #8d8d8d;
	--color-grey-input: #b3b3b3;
	--color-disabled: #edecea;
	--color-light-green: #8bc349;
    --color-red: #d44512;
}

body {
	background-color: var(--color-background);
	overscroll-behavior: none;
	/* color: var(--color-black); */
	/* font-family: Regular; */
}

.bg-darker{
    background-color: var(--color-background-darker);
}

.bg-blue{
    background-color: var(--color-blue);
}

.bg-white{
    background-color: var(--color-white);
}

body.white-bkg {
	background-color: var(--color-white);
}

li{
	list-style: none;
}

	

h1,.h1-rem{
    font-size: 1.7rem;
}

h2,.h2-rem, .h2-li:before{
    font-size: 1.4rem;
}

h3,.h3-rem,h4,.h4-rem{
	font-size: 1.2rem;
    line-height: 1.3;
}


@media (min-width: 768px){
	h1,.h1-rem{
		font-size: 2.6rem;
	}

	h2,.h2-rem, .h2-li:before{
		font-size: 1.8rem;
	}

	h3,.h3-rem,h4,.h4-rem{
		font-size: 1.4rem;
		line-height: 1.3;
	}
}

.row{
	margin-right: 0;
    margin-left: 0;
}

.background{
	background-color:var(--color-background);
} 	

.z-1{
	z-index: 1;
}	

.px-0{
	padding:0;
}

.relative{
	position:relative;
}

.blue{
	color: var(--color-blue);	
}

.orange{
	color: var(--color-orange);	
}

.orange-light{
	color: var(--color-orange-light);
}

.gray, .grey{
	color: var(--color-grey-text);	
}

.black{
	color: var(--color-black);	
}

.white{
    	color: var(--color-white);
}

.green{
	color: var(--color-light-green);
}

.red{
	color: var(--color-red);
}

.warning-color, .warning{
    //color: #F35050;
    color: var(--color-red);
}

.bg-white{
	background-color: var(--color-white);		
}

.font-rem-15{
	font-size:1.5rem;
}

.font-rem-25-grow{
	font-size:1.5rem;
	line-height: 25px;
}

@media (min-width: 768px){
	.font-rem-25-grow{	
		font-size:2.5rem;
		line-height: 45px;
	}	
}

.font-rem-1{
	font-size:1rem;
}

.header-area a{
	color: var(--color-black);
}

.header-area a.blue{
	color: var(--color-blue);
}

a{	
	color: var(--color-blue);
}

a:hover, a:hover span.blue, a:hover span.orange, .banner-title a:hover{
	color: var(--color-orange);
	text-decoration: none;
}



.fas{
	font-size: 75%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 5px;
    padding-bottom: 5px;
}

.far{
    padding-left: 0.5rem;
    padding-right: 1rem;
}


small .fas{
	padding:0;
}

.normal-fas.fas{
    font-size:100%;
}

.big-fas.fas{
    font-size:200%;
}

.fa-check-circle{
    color:var(--color-light-green);
}

.fa-times-circle{
    color:var(--color-red);
}


.collapsed .fa-chevron-down{
    transform: rotate(-90deg) translate(1px, 0px);
}

.fa-chevron-down{
    transition: rotate 0.3s;
}


.fa-chevron-circle-up{
    transition: rotate 0.3s;
    transform: rotate(180deg) translate(1px, 0px);
}

.collapsed .fa-chevron-circle-up{

    transform: rotate(0deg) translate(1px, 0px);
}



small {
    font-size: 90%;
}

.fa-plus, .fa-minus{
	padding:0;
}


.border-l{
	border-left: 1px solid var(--color-border);
}

.border-r{
	border-right: 1px solid var(--color-border);
}

.border-t{
	border-top: 1px solid var(--color-border);
}

.border-b{
	border-bottom: 1px solid var(--color-border);
}

@media (min-width: 768px){
	.border-t{
		border-color: transparent;
	}	

	.border-b{
		border-color: transparent;
	}	
}

.border-t-full{
	border-top: 1px solid var(--color-border);
}

.border-b-full{
	border-bottom: 1px solid var(--color-border);
}

.border-b-full-dashed{
	border-bottom: 1px dashed var(--color-border);
}

.border-t-hover:hover{
	border-top: 1px solid var(--color-orange);	
}

.show-mobile{
	display:block;
}

@media (min-width: 870px){
	.show-mobile{
		display:none;
	}
}	

.show-desktop{
	display:none;
}

@media (min-width: 870px){
	.show-desktop{
		display:block;
	}
}

.pr-dynamic{
	padding-right:0;
}

.px-dynamic{
	padding-left:25px;
	padding-right:25px;
	/*max-width:1400px;
	margin:auto;*/
}

#data_calc_speed_range_div, #data_calc_speed_range_labels, #data_calc_speed_range_thumb {
    width: 100%;
    max-width: 960px;
    user-select: none;
}

#data_calc_speed_range_labels, #data_calc_speed_range_thumb {
    position: relative;
}

#data_calc_speed_range_div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 28px;
}

#data_calc_speed_range {
  width: calc(100% - 50px);
  margin: 0;
  padding: 0;
  margin-left: 25px;
  height: 15px;
  border-radius: 10px;
  -webkit-appearance: none;
  background: linear-gradient(to right, var(--color-blue) 0%, var(--color-blue) 13%, var(--color-grey-input) 13%, var(--color-grey-input) 100%);

}

#data_calc_speed_range:focus {
  outline: none;
}

#data_calc_speed_range::-webkit-slider-runnable-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  animate: 0.5s;
  background: none;
}

#data_calc_speed_range::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px var(--color-grey);
  border: 0px solid var(--color-grey-input);
  height: 30px;
  width: 12px;
  border-radius: 10px;
  background: var(--color-orange);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}

#data_calc_speed_range::-moz-range-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  animate: 0.2s;
  background: none;
}
#data_calc_speed_range::-moz-range-thumb {
  box-shadow: 0px 0px 0px var(--color-grey);
  border: 0px solid var(--color-grey-input);
  height: 30px;
  width: 12px;
  border-radius: 10px;
  background: var(--color-orange);
  cursor: pointer;
}
#data_calc_speed_range::-ms-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
#data_calc_speed_range::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px var(--color-grey);
  border: 0px solid var(--color-grey-input);
  height: 30px;
  width: 12px;
  border-radius: 10px;
  background: var(--color-orange);
  cursor: pointer;
}

#data_calc_speed_range_labels {
    height: 54px;
}

#data_calc_speed_range_labels > div {
    display: inline;
    position: absolute;
    max-width: 50px;
    word-wrap: break-word;
    top: 0px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    width: 32px;
}

#data_calc_speed_range_thumb {
    height: 56px;
}

#data_calc_speed_range_thumb > div {
    display: inline;
    position: absolute;
    width: 32px;
    height: 56px;
    top: 0px;
    background-position: center center;
    background-repeat: no-repeat;
}

.calc_speed_range_thumb_active {
    background-image: url('../img/icon.png')
}

/* 9px l + 9px r +3pd  */
/*  + (100/400)*(mbit-100) % */



#data_calc_speed_range_labels > div[data-speed="100"], #data_calc_speed_range_thumb > div[data-speed="100"] {
    left: 16px;
    background-size: 60%;
}

#data_calc_speed_range_labels > div[data-speed="200"], #data_calc_speed_range_thumb > div[data-speed="200"] {
    left: calc(16px + calc(100% - 50px) * 0.25);
    background-size: 75%;
}

#data_calc_speed_range_labels > div[data-speed="300"], #data_calc_speed_range_thumb > div[data-speed="300"] {
    left: calc(16px + calc(100% - 50px) * 0.5);
    background-size: 80%;
}

#data_calc_speed_range_labels > div[data-speed="500"], #data_calc_speed_range_thumb > div[data-speed="500"] {
    left: calc(100% - 48px);
    background-size: contain;
}

#data_calc_speed_info {
    padding-left: 25px;
    max-width: 960px;
}

@media (min-width: 768px){
	.px-dynamic {
		padding-left: 50px;
		padding-right: 50px;
	}
	.pr-dynamic{
    	padding-right:50px;
    }
}




@media (min-width: 1200px){
	.px-dynamic {
		padding-left: 100px;
		padding-right: 100px;
	}
	.pr-dynamic{
	    padding-right:100px;
    }
}


.px-dynamic-75{
	padding-left:0px;
	padding-right:0px;
}

@media (min-width: 768px){
	.px-dynamic-75 {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (min-width: 1200px){
	.px-dynamic-75 {
		padding-left: 75px;
		padding-right: 75px;
	}
}

.py-banner, .py-plate{
	padding-top: 50px;
    padding-bottom: 50px;
}

.py-lead{
	padding-top: 50px;
    /* padding-bottom: 50px; */
}

.py-row{
	padding-top: 25px;
    padding-bottom: 25px;
}






/* Scroll block */

.scroll{
	height: 100vh;
	overflow: auto;
}

.no-scroll{
	overflow: hidden;
}

@media (min-width: 768px){
	.scroll{
		overflow: hidden;
		height:auto;
	}
}
@media (max-width: 1500px) and (min-width: 768px){
    .banner_without_text {
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-color: var(--color-blue) !important;
    }
}

@media (min-width: 1200px){	
	.no-scroll{
		padding-right:17px;
	}
	
	.no-scroll .header-area{
		padding-right:17px;
	}
	
	.no-scroll .top-menu-expanded{
		padding-right:17px;
	}
}	








/*Popup*/

.overlay{
    position: fixed;
    top: 32px;
	left:0;
	right:0;
	bottom:0;
    background:rgba(0,0,0,0.5);
	display:none;
	z-index:10;
}

.pdn-disclaimer {
    position: fixed;
    bottom: 0;
    z-index: 999;
    background-color: var(--color-blue);
    width: 100%;
    padding: 10px 0px;
    border-top-color: #dae0e5 !important;
    border-top-style:solid;
    border-top-weight: 5px;
}

.pdn-disclaimer-body {
    display: flex;
    align-items: center;
    color: var(--white);
}

.pdn-descr-btn-div {
    display: flex;
    justify-content: center;
    align-items: center
}

.pdn-accept {
    color: #212529 !important;
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
}

.pdn-accept:hover {
    background-color: #e2e6ea !important;
    border-color: #dae0e5 !important;
    color: #212529 !important;
}

.help {
	position:fixed;
	bottom:30px;
	left:30px;
	background-image: url(../img/help.svg);
	width:43px;
	height:189px;
	background-position: left bottom;
	background-repeat: no-repeat;
	z-index: 1000;
}

.help {
	display:none;
}

.utp-img {
    width: 125px;
    height: 125px;
    max-width: 125px;
    max-height: 125px;
    min-width: 125px;
    min-height: 125px;
}

@media (min-width: 1400px){
	.help{
		display:block;
	}
	.pdn-disclaimer {
        left: 100px;
        width: calc(100% - 100px);
    }
}



/*Header, topmenu*/

.lead-menu{
    height:32px;
    font-size: 0.9rem;
    text-align: center;
    background: #ddd;
    overflow: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.lead-menu div{
    overflow-x: scroll;
    padding: 0 25px;
}


.lead-menu a, .lead-menu span{
    height:32px;
    padding: 6px;
    display: inline-block;
    font-family: Title;
    font-size: 0.9rem;
    color: var(--color-black);
}

.lead-menu span.active, .lead-menu-toggle span.active{
    background-color:var(--color-background);
    color: var(--color-orange);
}

.lead-menu-toggle {
    display: none;
}

.lead-menu-toggle a, .lead-menu-toggle span {
    display: block;
    margin-bottom: 2rem;
}

@media (max-width: 767px){
	.lead-menu{
	    visibility: hidden;
	}
	.lead-menu-toggle {
        display: block;
    }
}



.logo{
	background-image: url(../img/freedom.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 130px;
    height: 38px;
    display: none;
}

@media (min-width: 768px){
	.logo{
		display:block; 
	}
}

.logo-swift{
	background-image: url(../img/swift.svg);
	padding: 1.22rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 2rem;
	/* margin-right: 2rem; */
}

.header-area{
	position: absolute;
    top: 32px;
    left: 0;
	right: 0;
    z-index: 20;
	/* max-width: 1600px;
    margin: auto; */
}

.top-menu {
	position: relative;
    z-index: 300;
    display: flex;
    flex-flow: row nowrap;
    background-color: var(--color-background);
    transition: transform 500ms ease;
	padding:1rem;
}

.white-bkg .top-menu{
	background-color: var(--color-white);
}

.header-area.top-menu-fixed {
	position: fixed;
	top: -100px;
    transform: translateY(100px);
    transition: transform 500ms ease, background 500ms ease;
}

.top-menu-row{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
}

.top-menu-l{
	margin-left: 2.2rem;
}

.top-menu-l{
    display:none;
}

@media (min-width: 1200px){
	.top-menu-l{
		display:flex;
	}

	.top-menu-hide .top-menu-l{
        display:none;
    }

    .top-menu-fixed .top-menu-l{
        display:flex;
    }
}








.top-menu li {
	padding: 0 0.5rem;
}	

#top-menu-toggler{
	display: block;
	width: 32px;
	height: 26px;
}

#top-menu-toggler span:after, #top-menu-toggler span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
}

#top-menu-toggler span:after {
  top: 20px;
}

#top-menu-toggler span {
  position: relative;
  display: block;
  top: 1px;
}

#top-menu-toggler span, #top-menu-toggler span:after, #top-menu-toggler span:before {
  width: 100%;
  height: 3px;
  background-color: var(--color-black);
  transition: all 0.3s;
  backface-visibility: hidden;
}
#top-menu-toggler.on span {
  background-color: transparent;
}
#top-menu-toggler.on span:before {
  transform: rotate(45deg) translate(0px, 0px);
}
#top-menu-toggler.on span:after {
  transform: rotate(-45deg) translate(7px, -7px);
}

.white-bkg .top-menu-expanded{
	background-color: var(--color-white);
}

.top-menu-expanded{
	display:none;
	position: absolute;
    z-index: 200;
    background-color: var(--color-background);
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    top: 0;
	right: 0;
    left: 0;
    padding-top: 80px;
}

.top-menu-column{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

.top-menu-column h1, .top-menu-column .section-name{
	font-family: Title,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	color:var(--color-grey);
	font-size:1rem;
	margin-top: 1rem;
    margin-bottom: 1rem;
	padding-left: 24px;
    padding-right: 24px;
}

.top-menu-expanded li{
	padding: 0.5rem 1.5rem;
}

.tabbar {
	padding-top: 3%;
    padding-bottom: 3%;
	padding-left: 20px;
}

.tabbar a{
	padding-right: 12px;
	color: var(--color-black); 
	text-decoration: none;
}

h2 a{
	text-decoration: none;	
}

li.list-group-item.border-0::before {
  content: "—";
  margin-right: 0.75rem;
}

@media (min-width: 768px){
	.tabbar a {
		font-size: 1.3rem;
		padding-left: 2rem;
	}
}

@media (min-width: 1024px){
	.tabbar {
		padding-top: 6%;
	}
	.tabbar a {
		font-size: 1.5rem;
	}
}

@media (min-width: 1280px){
	.tabbar a {
		font-size: 1.7rem;
	}
}

@media (min-width: 1500px){
	.tabbar a {
		font-size: 2rem;
	}
}

.tabbar a.active, .tabbar a:hover{
	color: var(--color-orange);
}






/*Content*/

.container-right {
    width: 100%;
	padding-left: 0;
	margin-top: 6px;
}

@media (min-width: 1400px){
	.container-right{
		padding-left: 15%;
	}
}

.container-wide {
    width: 100%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width: 1024px){
	.container-wide {
		max-width: 1400px; 
		margin-left: auto;
		margin-right: auto;
	}
}	

/* .container-1400 {
    width: 100%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width: 1200px){
	.container-1400 {
		width: 100%;
		max-width: 1400px;
		margin: auto;
	}
} */

.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
	margin-top:6px;
}

.container-800{
	max-width: 800px;
    margin: auto;
	padding-left:20px;
	padding-right:20px;
}	

.banner-b-l {
    width: 100%;
    height: 250px;
    background-position: bottom left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	position: relative;
	background-repeat: no-repeat;
}

.banner-c-c {
    width: 100%;
    height: 250px;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	position: relative;
}

.banner-b-r {
    width: 100%;
    height: 250px;
    background: no-repeat bottom right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	position: relative;
}

.banner-cctv {
    background-image: url(../img/cctv_banner.png);
}
.banner-cctv > .banner-overlay > .banner-caption {
    margin-left: 33%;
}

.btn-cctv-app {
    background-image: linear-gradient(to top,rgba(0,0,0,0.35),rgba(0,0,0,0.05)) !important;
    color: var(--color-white) !important;
    border: 1px solid var(--color-white) !important;
    background-color: var(--color-blue) !important;
}

.btn-cctv-app:hover {
    background-image: none !important;
	border-color: var(--color-orange) !important;
	background-color: var(--color-orange) !important;
}

.banner-cctv-anywhere {
        background-image: url(../img/cctv_anywhere_banner.png);
}

.banner-tv {
    background-image: url(../img/tv_banner.png);
}

.banner-internet {
    background-image: url(../img/internet_banner.webp);
}

.banner-internet .banner-caption {
    margin-left: 12.5%;
}

.banner-internet .h1-rem {
    font-weight: 650;
    letter-spacing: 0.075rem;
}


.banner-tariff-combo {
    background-image: url(../img/tariff_combo_banner.webp);
}

.banner-gpon {
    background-image: url(../img/gpon_banner.png);
}


.banner-user {
        background-image: url(../img/user.png);
}
.banner-contacts {
    margin-top: 90px;
    background-image: url(../img/contacts.png);
}

.banner-about {
    background-image: url(../img/about_banner.png);
}

.banner-b2b {
        background-image: url(../img/b2b_top2.webp);
}

.banner-wifi {
        background-image: url(../img/wifi_banner.webp);
}

.banner-cctv-office {
        background-image: url(../img/cctv_office_banner.png);
}


.banner-cctv-office .btn {
    color: #212529 !important;
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
    font-size: 1.25rem;
    line-height: 1.5;
}

.banner-cctv-office .btn:hover {
    background-color: var(--color-orange) !important;
    border-color: var(--color-orange) !important;
    color: var(--color-white) !important;
}

.banner-cctv-office .banner-caption {
    bottom: 25% !important;
    max-width: 768px;
}

.banner-t-l {
    width: 100%;
    height: 250px;
    background-position: top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	position: relative;
	background-repeat: no-repeat;
}

.banner-t-r{
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: top right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	position: relative;
	background-repeat: no-repeat;
}

.banner-c-c-contain {
    width: 100%;
    height: 250px;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
}

.freedom-b2b-service-card > div {
    border: 1px solid var(--color-blue);
}

.freedom-b2b-service-card-img {
     max-width: 150px;
     max-height: 150px;
}

@media (min-width: 576px){
    .freedom-b2b-service-card {
        height: 655px;
    }

    .freedom-b2b-service-card > div {
        border-radius: 25px;
    }

}

@media (min-width: 1500px){
    .freedom-b2b-service-card {
        height: 595px !important;
    }
}

@media (min-width: 768px){
	.banner-b-l, .banner-b-r, .banner-c-c, .banner-c-c-contain, .banner-t-l, .banner-t-r{
		height: 500px;
	}
}


.banner-t-r-contain{
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: top right;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: relative;
}


.carousel-item {

  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-item-h-full {
    height: 50vw;
    max-height: 500px;
    min-height: 150px;
}

.carousel-indicators {
    display:flex;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    margin-bottom: 2%;
    list-style: none;
}

.carousel-utp-text {
    min-height: 160px;
    padding-left: 1em;
    padding-right: 1em;
}

@media (min-width:768px) and (max-width:1400px) {
    .carousel-utp-text {
        min-height: 180px;
    }
}

@media (min-width: 992px){
	.carousel-utp-text {
        padding-left: 5em !important;
        padding-right: 5em !important;
    }
}



.portfolio-item {
  margin-bottom: 30px;
}

.utp-container {
    background-color: var(--color-background);
}

.city-select {
    color: var(--color-black);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: none;
    border: none;
    border-radius: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-size: 1.2rem;
}	

.input-outer{
    line-height: 0;
}

.btn{
    display: inline-flex;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
    align-items: center;
    max-width: 500px;
	height:44px;
	padding: 0rem 1rem;
	border-radius: 1.5rem;
	border: 1px solid var(--color-blue);
    background-color: var(--color-blue);	
    transition: none;
}

.btn span{
    line-height: 1;
}

.btn-round{
	width:44px;
	width:44px;
}

.btn-justify{
	display: flex;
    justify-content: center;
    align-items: center;
}

.btn-justify i{
	position:absolute;
}


.btn-blue,
a.btn-blue { 
	color: var(--color-white);
}

.btn-blue {
	border: 1px solid var(--color-blue);
	background-color: var(--color-blue);
}

.btn-blue:hover, .btn-primary:hover { 
	color: var(--color-white);
	border-color: var(--color-orange);
	background-color: var(--color-orange);
}

.btn-blue:active, .btn-primary:active, .btn-active {
	color: var(--color-white);
	border-color: var(--color-orange-active);
	background-color: var(--color-orange-active);
}

.btn-white,
a.btn-white {
	color: var(--color-blue);
}

.btn-white {
	border: 1px solid var(--color-blue);
	background-color: transparent;;
}	

.btn-white:hover { 
	color: var(--color-orange);
	border-color: var(--color-orange);
}

.input-text{
	display: block;
    width: 100%;
    height: 44px;
    /* padding: .375rem .75rem; */
    line-height: 44px;;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--color-grey-input);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	padding:0 1rem;
	border-radius: 0px;
}

.input-text-inline{
    height: 44px;
    line-height: 44px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--color-grey-input);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	padding:0 1rem;
	border-radius: 0px;
}

.input-error{
	border-color: var(--color-orange-active);
}

.pay-icon{
    font-size: 18px;
    font-weight: 500;
}

.help-icon{
    font-size: 18px;
    font-weight: 500;
}

.account-icon{
	background-image: url(../img/account.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1rem;
}

.phone-icon{
	background-image: url(../img/phone.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1rem;
}

.phone div{
    color:var(--color-black);
}

.banner-overlay
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 0;
    background-image: linear-gradient(to top,rgba(0,0,0,0.35),rgba(0,0,0,0.05));
    padding: 0;
}

a.banner-link
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 10;
    padding: 0;
}


.banner-caption h1, .banner-caption .h1-rem, .banner-caption .banner-title{
    font-family: "Segoe UI";
    font-size:1.5rem;
    line-height:1.1;
    color: #fff;
}
.banner-caption .banner-title-middle{
    font-size:1.1rem;
    line-height:1.1;
    color: #fff;
}
.banner-caption .banner-title-small{
    font-size:1rem;
    line-height:1.2;
    color: #fff;
}
.banner-caption{
    bottom: 16%;
    position: absolute;
    text-align:left;
    z-index: 2;
}

[data-show-os] {
    display:none;
}

@media (min-width: 350px){
    .banner-caption h1, .banner-caption .h1-rem, .banner-caption .banner-title{
        line-height:1.1;
        font-size: 1.7rem;
    }

    .banner-caption .banner-title-middle{
        line-height:1.1;
        font-size: 1.4rem;
    }

    .banner-caption .banner-title-small{
        line-height:1.2;
        font-size: 1rem;
    }
}

@media (min-width: 600px){
    .banner-caption h1, .banner-caption .h1-rem, .banner-caption .banner-title{
        font-size:3.5rem;
        line-height:1.1;
    }
    .banner-caption .banner-title-middle{
        font-size:1.8rem;
        line-height:1.1;
    }
    .banner-caption .banner-title-small{
        font-size:1.2rem;
        line-height:1.2;
    }
}

@media (min-width: 900px){
    .banner-caption h1, .banner-caption .h1-rem, .banner-caption .banner-title{
        font-size:4.5rem;
        line-height:1.1;
    }
    .banner-caption .banner-title-middle{
        font-size:2.5rem;
        line-height:1.1;
    }
    .banner-caption .banner-title-small{
        font-size:2rem;
        line-height:1.2;
    }
}

.banner-overlay a{
    color:var(--color-white);
}

.banner-title a{
    color:var(--color-white);
}



.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}





.plate p{
	/* margin:0;
	padding:0; */
}


.owl-stage {
	display:flex;
}	

.owl-item {
	align-items: stretch;
	flex: 1 0 auto;
}	

.owl-item .item{
	/* height:280px;
	width:250px;	 */
}

.owl-item .item p{
	font-size: 15px;
	padding-bottom:30px;
}

.owl-item{
	padding: 30px;
}

.news .owl-item{
	border: 1px solid var(--color-border);
}

.news .owl-item:hover{
	border-color: var(--color-orange);
}

.kitty{
	background-image: url(../img/kitty.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 17rem;
}

.about-panel{
}

@media (min-width: 1279px){
	.about-panel {
		background-image: url(../img/girl.png);
	    background-position: bottom right;
	    background-repeat: no-repeat;
	    background-size: 30rem;
	}
}

.h-600{
    height: 600px;
}

.about-panel-inner{
    padding-left: 10%;
    padding-top: 15%;
    padding-right: 30%;
}

.kitty .feature_more{
    position: absolute;
    bottom: 85px;
    left: 30px;
    z-index: 2;
}

.kitty .owl-item{
	padding-bottom:6rem;	
}

.kitty .owl-dots {
	padding-bottom: 20px;
}

#feature_more{
    display:none;
}

.owl-nav{
	display:none;
}

.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

button.owl-prev {
    left: 0;
}

button.owl-next {
    right: 0;
}

.owl-dots {
	padding: 20px;
}

/* Plates */
.plate-bg1:hover, .plate-bg2:hover, .plate-bg3:hover{
	background-image: url(../img/plate1.jpg);
	background-repeat: no-repeat;
	color:var(--color-white);
	cursor:pointer;
	background-size: cover;
}

.plate-overlay:hover{
    background-color: rgba(0,0,0,0.3);
}

.plate-bg1:hover{
	background-position: top;
}

.plate-bg2:hover{
	background-position: center;
}

.plate-bg3:hover{
	background-position: bottom;
}

.bg_popcorn{
	position: absolute;
	top: 0px;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
	background-image: url(../img/popcorn.jpg);
	background-position:center left;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 768px){
	.bg_popcorn {
		position: relative;
	}
}

.radio, 
.checkbox, 
.checkbox-box {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

label span, label div{
    float: left;
    padding-left: 6px;
    padding-right: 12px;
    height: 26px;
    display: block;
    line-height: 26px;
}

.radio + label,
.checkbox + label,
.checkbox-box + label
{
    position: relative;
    margin-top: auto;
	margin-bottom: auto;
    cursor: pointer;
	display:inline-block;
}

.radio + label {
    /*width: 26px;*/
    height: 26px;
}

.checkbox + label {
	width: 35px;
    height: 22px;
}

.checkbox-box + label {
	width: 24px;
    height: 24px;
}

.radio + label:before, 
.checkbox + label:before, 
.checkbox-box + label:before {
	content: '';
    position: relative;
    float:left;
}

.radio + label:before {
    border-radius: 50%;
    height: 26px;
    width: 26px;
	border: 1px solid var(--color-blue);
}

.checkbox + label:before {
    width: 35px;
    height: 22px;
    border-radius: 11px;
    background: var(--color-grey-chk);
    transition: .2s;
}

.checkbox-box + label:before {
    width: 24px;
    height: 24px;
	border: 1px solid var(--color-blue);
}

.checkbox:disabled + label:before,
.checkbox-box:disabled + label:before,
.checkbox-box:disabled + label:after,
.radio:disabled + label:before,
.radio:disabled + label:after
{
	opacity: 0.4;
}

.radio + label:after {
	content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--color-blue);
	visibility: hidden;
}

.checkbox + label:after {
	content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    background: #FFF;
    transition: .2s;
}

.checkbox-box + label:after {
	content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 16px;
    height: 16px;
    background: var(--color-blue);
	visibility: hidden;
}

.radio:checked + label:after, 
.checkbox-box:checked + label:after{ 
	visibility: visible;
}

.checkbox:checked + label:before {
	background: var(--color-blue);
}

.checkbox:checked + label:after {
	left: 15px;
}


.qty{
	display: inline-block;
    border: 1px solid var(--color-grey-input);
    border-radius: 22px;
    padding: 0;
}	

 .qty .minus, .qty .plus {
	cursor: pointer;
}

.qty .count, .qty .minus, .qty .plus {
	text-align: center;
    float:left;
    width: 40px;
    font-size: 1.1rem;
}

.qty .count, .fa-minus, .fa-plus{
    height:40px;
    line-height: 40px;
}

.minus:hover{
    color: var(--color-orange);
}

.plus:hover{
    color: var(--color-orange);
}

#calc{
    padding: 25px;
    background-color: var(--color-background);
    position:fixed;
    bottom:0px;
    left:0px;
    right:0px;
    z-index: 15;
}

@media (min-width: 992px){
	#calc{
        position: sticky;
        max-width: 412px;
        top: 95px;
        margin: 20px;
	}
}

.calc-collapse{

}

@media (min-width: 992px){
    .d-lg-calc {
        display: block!important;
    }
}

.calc-title{
	text-align:center;
}

#calc p{
	margin:0;
	paddind:0;
}

@media (min-width: 992px){
    #calc .row {
        padding-top:5px;
	    padding-bottom:5px;
    }
}

#calc .row{
	padding-top:0px;
	padding-bottom:0px;
}

#calc .btn{
	font-size:1.1rem;
	width:100%;
	display: inline-block;
}

/*
.calc-summary{
	padding-top:20px;
	padding-bottom:20px;
}
*/

.round img{
	border-radius:20px;
	width:100%;
	/* width:190px;
	height:136px; */
	text-align:center;
}

.spacer-6{
	width:100%;
	height:6px;	
}

.spacer-40{
	width:100%;
	height:25px;	
}

[data-tariff-area], #tariff_tv_label, .data-calc-speed-tv-label {
    cursor: pointer;
}


@media (min-width: 768px){
	.spacer-40{
		width:100%;
		height:40px;	
	}
}	

.spacer-75{
	width:100%;
	height:75px;	
}

.container-flex{
	display:flex;
	justify-content:center;
}


/*Prevent text selection*/
span{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
input{  
    border: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input:disabled{
    background-color:white;
}


.modal-header .close, .card-body .close, .modal-dialog .close{
    padding: 0;
    margin: 0;
    background-image: url(../img/close.svg);
    height: 20px;
    width: 20px;
    align-items: center;
}	

.modal-header {
    display: flex;
	flex-direction: column;
	-ms-flex-direction: column;
    border:none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal-content {
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    outline: 0;	
	padding:50px 30px; 
}	

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: center;
    padding: 1rem;
    border: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

@media (min-width: 992px){
	.modal-lg {
		max-width: 960px;
	}
}

@media (min-width: 992px){
	.modal-content {
		padding:70px; 
	}
}	

.modal-dialog .close, .card-body .close{
	position:absolute;
	right:20px;
	top:20px;
	z-index: 1;
}

@keyframes slideInFromRight {
  0% {
	left: 20%; 
	opacity: 0%;
  }
  100% {
    left: 0; 
	opacity: 100%;
  }
} 

.ease{
	animation-duration: 0.75s; /* the duration of the animation */
	animation-timing-function: ease; /* how the animation will behave */
	animation-delay: 0.0s; /* how long to delay the animation from starting */
	animation-iteration-count: 1; /* how many times the animation will play */
	animation-name: slideInFromRight; /* the name of the animation we defined above */
	position:relative;
}


.card-img-custom {
    width: 100%;
    height: 275px;
    background: no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	border-radius: 20px;
	background-repeat: no-repeat;
}

.card-img-custom-200 {
	height: 200px;
	width: 100%;
    background: no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	border-radius: 20px;
}

.card {
    border: none;
}

.card-footer {
    padding: 0 1.25rem 1.25rem 1.25rem;
    background: none;
    border-top: none;
}


.toast-container{
	position: fixed;
    top: 5px;
    left: 5px;
    right: 5px;
    z-index: 1100;	
}

.toast-outer{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.toast {
    max-width: 500px;
    overflow: hidden;
    font-size: 1rem; 
    background-color: #FFF;
    background-clip: padding-box;
    border: 1px solid var(--color-grey-input);
    opacity: 0;
    width: 100%;
	box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
	margin: auto;
}

.toast-icon {
	font-size: 150%;
    padding-right: 1rem;
	padding-left: 0;
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
    color: var(--color-black);
    background-color: #FFF;
    background-clip: padding-box;
    border-bottom: 1px solid var(--color-border);
}

.toast-body {
    padding: 1rem;
}

.toast .close {
    padding: 0;
    margin: 0;
    background-image: url(../img/close.svg);
    height: 20px;
    width: 20px;
}	

.orange_plot{
	background-image: url(../img/orange_plot.svg);
	width:35px;
	height:35px;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
}	

.orange_plot{
  animation: animationFrames linear 2s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 2s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 2s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 2s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames{
  0% {
    opacity:0;
  }
  25% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

@-moz-keyframes animationFrames{
  0% {
    opacity:0;
  }
  25% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
  }
  25% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

@-o-keyframes animationFrames {
  0% {
    opacity:0;
  }
  25% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity:0;
  }
  25% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}


.tooltip-inner{
	background-color: #fff;
	color: var(--color-black);
	border-style: groove;
	border-radius: 5px;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #fff;
}	

.footer p{
	font-size:15px;
	color:#353535;
	padding:0;
	line-height:25px;
}

.label-icon{
	height: 25px;
    display: table-cell;
    padding-left: 30px;
    background-position: left center;
}

.drag-icon{
	background-image: url(../img/drag.svg);
	background-position: center center;
	background-repeat: no-repeat;
    width:30px;
    height:30px;
    position:absolute;
    right:10px;
    top:10px;

}

.h-220{
    height:220px;
}

.img-100 img{
    width:100%;
}

.w-85{
    width:85%;
}

.p-lr-25{
    padding-left:25px;
    padding-right:25px;
}

.border-all{
    border: 1px solid var(--color-border);
}

.percent{
    background-image: url(../img/shield.png);
    background-position: 50px center;
    background-repeat: no-repeat;
    padding: 40px 25px 40px 125px;
    float: left;
}

.ch_block {
    float: left;
    width: 81px;
    position: relative;
    cursor: default;
    height: 81px;
    text-align: center;
    margin: 1px;
    text-decoration: none;
}

.ch-controls{
    display: flex;
}

.ch-controls>div{
    display:block;
    margin: 10px 0;
}

.ch-group{
    display: flex;
    flex-wrap: wrap;
}



@media (min-width: 768px){
    .ch-plate {
        margin-bottom: 15px;
        margin-right: 15px;
        width: 100px;
    }
}

.ch-plate {
    background-color: #f1f1f1;
    margin-bottom: 15px;
    margin-right: 10px;
    width: 82px;
}

.ch-plate img {
    width: 100%;
 }

.ch-plate .ch-name{
    margin-top:10px;
    margin-bottom:10px;
    overflow: hidden;
    font-size:0.9rem;
    color: var(--color-black);
    text-align:center;
}

.ch_block .ch_name{
    overflow: hidden;
    font-size:0.8rem;
    color: var(--color-black);
}

.page-num{
    padding-right:30px;
    font-size:1.2rem;
    color:var(--color-black);
}

.page-button{
    color:var(--color-grey);
}

.benefits img{
    width:100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.benefits-icons img{
    width:30px;
    height:42px;
}

.benefits a{
    display:block;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.form-group{
    margin:0;
    display: block;
}

.footer ul{
    margin:0;
    padding:0;
}

.footer a, .footer p, .footer li{
    color:var(--color-grey);
}

.footer a:hover{
	color: var(--color-orange);
}

.footer li{
    padding-bottom:10px;
}


#buildings_list {
    max-width: 100%;
}

.city_name {
    font-size: 150%;
    padding: 20px;
    text-align: center;
}

.street_row {
   padding-top: 1rem;
   padding-bottom: 1rem;
}

.street_prefix {
    font-size:75%;
    text-align: right;
    padding-top: 3px;
    color: var(--color-grey);
}

.street_name {

}

.building {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    color: var(--color-blue);
    cursor: default;
}

.building_tooltip_status {
    text-align: left;
}

.building_hilight {
    background-color: rgba(0,255,0,0.25);
}

form{
    margin:0;
}

.img-960 img{
    max-width:960px;
    width:100%;
}

button:active, button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

.auth-card-img {
    border-radius: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.brand-wrapper {
    display: flex;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow:none;
}


.anchor-target{
	position: relative;
    top: -73px;
}

#calc-fixed{
    display: block;
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background-color: var(--color-background);
    padding: 25px;
}

.w-140{
    width: 140px;
}

.caps-first:first-letter {
  text-transform: capitalize
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
{
    font-size: 16px;
}

.form-control:focus {
    border: 1px solid var(--color-grey-input);
    box-shadow:none;
}

a.active{
	color: var(--color-orange);
	text-decoration: none;
}

.bottom {
    font-size: 0.8rem;
    text-align: center;
    padding: 15px;
}

#conn_feedback_schedule{
    padding-left:1rem;
}

#conn_feedback_holidays{
    padding-left:1rem;
    color: var(--color-red);
}

#conn_building_info {
    min-height: 25px;
}

.autocomplete-suggestion{
    cursor:pointer;
}

.nowrap{
    white-space: nowrap;
}

.small_87{
    font-size: 87%;
    font-weight: 400;
}

.calc_price_old {
    /* color: #a19496; */
    text-decoration: line-through;
    text-decoration-color: rgb(255, 105, 0);
    text-decoration-thickness: revert;
}

.calc_price_action, .calc_price_action > a {
    color: #ff6900;
    font-weight: bold;
}

.calc_price_action > a:hover {
    color: var(--color-blue);
}
.calc_price_action_append {
    color:var(--color-black);
}

.img-new {
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

#tv_channels_window .modal-content {
    background-color: #f1f1f1;
}

.ch_container {
    background-color: #f1f1f1;
}

@media (max-width: 768px){
    .banner-c-c, .banner-b-l, .banner-b-r {
        height: 205px;
    }

    .carousel-indicators {
        display:none;
    }
    .kitty {
        background-position: bottom 4rem right 1rem;
        background-size: 12rem;
    }

    .banner-cctv {
        background-image: url(../img/cctv_banner_2.png);
    }
    .banner-cctv > .banner-overlay > .banner-caption {
        margin-left: 0;
        right: 0;
    }
    .banner-cctv > .banner-overlay > .banner-caption > h1 {
        font-size: 1.9em;
        text-align: center;
    }
    .btn-cctv-app {
        background-image: none !important;
        border-color: var(--color-orange) !important;
        background-color: var(--color-orange) !important;
        color: var(--color-white) !important;

    }

    .btn-cctv-app:hover {
        background-image: none !important;
        border: 1px solid var(--color-white) !important;
        background-color: var(--color-blue) !important;
    }

    .banner-cctv-anywhere {
        background-image: url(../img/cctv_anywhere_banner_2.png);
    }

    .banner-tv {
        background-image: url(../img/tv_banner_2.png);
    }

    .banner-internet {
        background-image: url(../img/internet_banner_2.png);
    }

    .banner-tariff-combo {
        background-image: url(../img/tariff_combo_banner_2.png);
        background-position: bottom left;
    }

    .banner-gpon {
        background-image: url(../img/gpon_banner_2.png);
    }
    .banner-user {
        background-image: url(../img/user_2.png);
    }
    .banner-contacts {
        background-image: url(../img/contacts_2.png);
    }
    .banner-about {
        background-image: url(../img/about_banner_2.png);
    }
    .banner-b2b {
        background-image: url(../img/b2b_top2_m.webp);
    }
    .banner-wifi {
        background-image: url(../img/wifi_banner_m.webp);
    }
    .banner-cctv-office {
        background-image: url(../img/cctv_office_banner_m.png);
    }
    .banner-cctv-office .banner-caption {
        bottom: 2% !important;
        max-width: 240px;
    }
    .banner-cctv-office .banner-caption h1 {
        font-size: 1.1rem;
    }
    .banner-cctv-office .btn {
        font-size: 1rem;
        line-height: 1;
    }
}

