@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

button:focus, input:focus, textarea:focus {
	outline: 0;
    box-shadow: none !important;
}

.form-control {
    border-radius: 0;
}

.form-control:focus {
    border-color: inherit;
}

.btn-primary:focus, .btn-primary:active {
    background-color: #42474a !important;
    border-color: #42474a !important;
    box-shadow: none !important;
 }

html {
    position: relative;
    min-height: 100%;
}

body {
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden;
}

h1 {
   font-size: 28px;
   font-weight: 400;
}

h2 {
    font-size: 24px;
    font-weight: 400;
}

h3 {
    font-size: 22px;
    font-weight: 400;
}

h4 {
    font-size: 20px;
    font-weight: 400;
}

.find_title {
    font-weight: 600;
    font-size: 22px;
}

.phone_views {
    color: #2f2f2f;
}

.phone_comments {
    color: #9f68d8;
}

.map {
    width: 100%;
    height: 600px;
}

.map-mini {
    width: 100%;
    height: 200px;
}

.mapFrame {
    width: 100%;
    height: 100%;
}

.type {
    color: #c0c0c0;
}

.fa {
    margin-right: 2px;
}

.avatar {
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

a.logo:link, a.logo:hover, a.logo:active, a.logo:visited {
    font-size: 18px;
    /*margin-left: 5px;*/
    color: #212223;
    font-weight: 600;
    text-decoration: none;
}

a.logo:hover, a.logo:active, a.logo:visited {
    text-decoration: none;
}

a.logo span.mlogo {
    vertical-align: middle;
    margin-left: 6px;
}

nav.navbar ul {
	margin-left: 20px;
}

nav.navbar a.nav-link {
	padding-right: .5rem;
	padding-left: .5rem;
}

a.nomer:link {
    font-weight: 600;
}

a.nomer:visited {
    font-weight: 600;
}

a.nomer:active {
    font-weight: 600;
}

a.nomer:hover {
    font-weight: 600;
}


a.nmr:link {
    float:left; clear:left;
    font-size: 20px;
    line-height: 40px;
}

a.nmr:visited {
    float:left; clear:left;
    font-size: 20px;
    line-height: 40px;
}

a.nmr:active {
    float:left; clear:left;
    font-size: 20px;
    line-height: 40px;
}

a.nmr:hover {
    float:left; clear:left;
    font-size: 20px;
    line-height: 40px;
}

ol.breadcrumb {
    margin-left:-10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
}

ol.breadcrumb svg {
	fill: #212223;
}

ol.breadcrumb li.active a, ol.breadcrumb li.active a:hover {
    color: #6c757d;
    text-decoration: none;
}

/* custom smszamok */

.bg-primary {
    background-color: #ffffff !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #212223 !important;
}


.jumbotron {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding: 1.5rem 1rem;
    margin-bottom: 2rem;
    background-color: #f9c423;
	background-image: url(../images/sprite-nav-bg.svg);
    border-radius: 0;
}

#searchForm .form-control {
    border: 1px #fff solid;
	background-clip: inherit;
}

.btn-primary {
    color: #fff;
    background-color: #2d2f30;
    border-color: #2d2f30;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #2d2f30;
    background-image: none;
    border-color: #2d2f30;
}

a, a.page-link {
    color: #212223;
}

ol.breadcrumb:first-child {
	padding-left: 20px;
}

.nav-item:hover {
	background-color: #f6f6f6;
}

.verified-badge {
    background-color: #19b453;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.webp-support #mainjumbo {
    background-image: url('../images/bg-main.webp'); 
}

.no-webp-support #mainjumbo {
    background-image: url('../images/bg-main.jpg'); 
}

#mainjumbo {
/*    background-image: url('../images/bg-main.jpg'); */
	background-color: #E4DED9;
	background-size: auto;
	background-position: center center;

    height: 600px;  
    background-position-y: -50px;
    padding-bottom: 0;
    margin-bottom: 0;

}

#mainjumbo .container {
    margin-top: 70px;
}

#mainjumbo h1 {
    line-height: .95em; 
    font-size: 3.75em; 
    font-weight: bold; 
    color: #212223
}

#mainjumbo .title {
	line-height: .95em;
    font-size: 3.75em;
    font-weight: bold;
    color: #212223;		
}

#mainjumbo .subtitle {
    font-size: 22px;
    font-weight: 400;
}


#mainjumbo a {
    width: 242px;
    margin-top: 24px;
    background-color: #ffcd28;
    color: #212223;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    border: 0;
    border-radius: .26666667rem;
}


#mainjumbo a#know-how:focus {
    background-color: #ffcd28 !important;
}

footer {
    margin-top: 20px;
    padding: 35px 0;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
}

footer .container {
    background-color: #f5f5f5
}

footer#mainfooter .block-title {
    color: #000000;
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: bold;
}

footer#mainfooter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer#mainfooter ul li {
    display: list-item;
    table-layout: fixed;
    list-style-type: none;
    list-style-position: outside;
    padding: .2em 0;
    line-height: 1.13333333em;
}

footer#mainfooter ul li a {
    color: #2d2f30;
    line-height: 22px;
    font-size: 16px;
}

footer#mainfooter .footer-bottom-text {
    border-top: 1px solid #cccdce;
    margin-top: 30px;
    padding-top: 26px;
    font-size: 14px;
    line-height: 18px;
    color: #909192; 
}

#keyfeatures i.fas {
	margin-right: 6px;	
	color: #ffcd28;
}

#keyfeatures svg {
	margin-right: 6px;	
	margin-top: 2px;
}

#content h1, #sidebar h3 {
/*	margin: 0px 0 30px; */
}

#content h2 {
	margin: 30px 0 20px;
}

#content h3 {
	margin: 20px 0 10px;
}

.swal-button {
	display: none !important;  
}

.breadcrumb {
	position: relative;
}

.breadcrumb li.counter {
	position: absolute;
	right: 20px;
}

.breadcrumb li.counter #counter {
	color: #808080;
	font-size: 15px;
	line-height: 30px;
}


.modal .modal-footer a {
    line-height: 15px;
    font-size: 15px;
    text-align: center;
}

.modal .modal-footer a:hover {
	text-decoration: none;
}

.alert ul { margin-bottom: 0; }


#operator-item .operator-image {
	text-align: center;
}

#operator-item .operator-image img {
	border: 1px solid #e1e1e1;
	padding: 25px;
}

#operator-item .operator-features {
	color: #68696a;
    font-size: 14px;
    line-height: 18px;
}

#operator-item .operator-features > div > .wrapper {
	padding-left: 40px;
}

#operator-item .operator-features > div i {
	position: absolute;
	left: 20px;
	font-size: 20px;
}

#operator-item .operator-sidebar {
    padding: 24px 24px 12px;
    background-color: #f7f7f7;
	border: 1px solid rgba(34,36,38,.15);
	color: rgba(0,0,0,.6);
	font-size: 15px;
    line-height: 21px;

}

#operator-item .operator-sidebar .title {
	    color: #212223;
	    font-size: 21px;
	    line-height: 28px;
}

#operator-item .text {
	margin: 20px 0;
}




/* BORIS */


#content a {
    text-decoration: underline;
}

.page-item a {
	text-decoration: none;
}

a.page-link {
	text-decoration: none !important;
}

a>i:hover {
    color: #ffcd28;
}

a:hover, a.page-link:hover {
    color: #ffcd28;
}

#keyfeatures div {
    padding-bottom: 10px;
} 

.breadcrumb {
    background-color: #ededed;
    border-radius: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "›";
}

.comment-box p {
    background: #ededed;
    color: #6c757d;
    text-align: center;
    padding: 6px;
}

.comment-box a {
    color: #212223;
}

.comment-sort>.btn {
    font-weight: normal !important;
}

.comment-footer .sep {
    margin-left: 7px !important;
    padding-left: 7px !important;
}

.comment-parent-link>span {
    margin: 0 6px !important;
    font-size: 16px !important;
}

.comment-collapse, .comment-expand {
     margin-right: 7px !important;
}

.comment-collapse>i, .comment-expand>i {
    font-size: 12px;
}

.dropdown-menu, .comment-sort button, #searchForm button {
    border-radius: 0 !important;
}

.comment-box p, .comment-text {
    font-size: 17px;
}

.qrcode {
    max-width: 340px;
}

.h3 {
    font-size: 22px;
}


.page-item.active .page-link {
	background-color: #f9c322;
	border-color: #f9c322;
}

nav.range-nav {
	margin-top: 32px;
}

.preffix-and-operator-block {
	margin: 20px 0;
}

.preffix-and-operator-block .caption {
	margin: 20px 0 10px;	
font-size: 22px;
    font-weight: 400;
}

.preffix_block {
	border-right: #ededed solid 1px;
	padding: 10px 0;
}

.operator_block {
	padding: 10px 0;
}

.operator_block .image span {
	font-size: 35px;
	font-weight: 400;
}

.preffix_block .preffix {
    font-size: 130px;
    line-height: 140px;
    font-weight: bold;

}

a.new-window:hover svg {
	fill: #f9c322;
}

a svg.thumbs-down, a svg.thumbs-up {
	fill: #a5b2b9;
}

a:hover svg.thumbs-down, a:hover svg.thumbs-up {
	fill: #ffcd28;
}

.breadcrumb a.home-link:hover svg {
	fill: #ffcd28;
}

#sidebar .title {
	font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.2;
}

.social svg {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	fill: #212223;
}

.social a:hover svg {
	fill: #ffcd28;
}

.social > div {
	text-align: center;
}

.social svg.inactive {
	fill: #dedede;
	cursor: not-allowed;
}

.social a:hover svg.vk {
	fill: #45668e; 	
}

.social a:hover svg.twitter {
	fill: #1da1f2; 	
}

.social a:hover svg.facebook {
	fill: #3b5998; 	
}

.social a:hover svg.ok {
	fill: #ed812b; 	
}

.social a:hover svg.youtube {
	fill: #ff0000; 	
}

.social a:hover svg.instagram {
	fill: #c13584; 	
}

.card {
/*    min-height: 129px; */
}

.page-link:focus {
	box-shadow: none;
}

.dab {
	display: none;
}

.daon { 
	display: block;
}

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

.main-ct {
  width: 1000px;
  height:600px;
  border: 1px solid #000;
  position:relative;
}

#sidebar .wrapper {
  position: sticky;
/*  width:100px;
  height:20px;
  background: red;
  top:10px;
  */
 top: 10px;
}

.like-body {
  width: 100%;
  height:1300px;
}

.alert-top{padding:20px;background-color:#f44336;color:#fff;font-size:16px}.alert-top a{color:#fff!important;text-decoration:underline;font-weight:700}.alert-top .text-bold{font-weight:700}.alert-top .closebtn{margin-left:15px;color:#fff;font-weight:700;float:right;font-size:22px;line-height:20px;cursor:pointer;transition:.3s}.alert-top .closebtn:hover{color:#000}