* {
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
	font-family: "Open Sans script=cyrillic rev=2";
	line-height: 1.5;
	font-size: 20px;
}

ul{
    list-style: none;padding: 0;
    margin: 0;
	word-wrap: break-word;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin: 0 20px;
    font-weight: normal;
    line-height: normal;
	font-family: "Montserrat script=cyrillic rev=4";
	font-weight: 700;
	color: #3b414c;
}

.form_comments{
	margin: 20px;
	background-color: #ffc107!important;
	border-radius: 5px;
	padding: 16px;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

h1
{
	text-align:center;
}

h1.search
{
	font-size:14px;
	display:inline;
	font-weight:bold;
	vertical-align: baseline;
}

p{
    margin: 20px;
}

div.tel_variants{
	padding: 15px;
	font-size: 20px;
	background-color: #5a7892;
	margin: 10px;
	border-radius: 5px;
	color: #FFF;
	text-align: center;
}

.comments{
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
	padding: 20px;
	border-radius: 5px;
}

li.tel_variants_outer{
	width: 50%;
	display: block;
	float: left;
	max-width: 350px;
}

a{color: inherit;}
a:hover{color:inherit; text-decoration: underline;}

img
{
	border:0;
}

body{
    overflow-x: hidden;
    color: #000;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 14px;
    background-size: cover;
	background-color: #f3f3f3;
}

html,
body {
  height: 100%;
}

.container{
   /* border-width: 1px;
    border-style: solid;
    border-color: #ddd;*/
    padding: 5px;
    background-color: #FFF;
	
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.vk_user
{
	clear:both;
	margin-bottom: 30px;
}

.vk_user img
{
	float:left;
	padding:10px;
}

.user_info
{
	margin-left:220px;
}

.pagination {
    display: inline-block;
}

.pagination a, .pagination .active {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination .active {
    background-color: #4CAF50;
    color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

footer
{
	display:block;
}

.vk_url
{
	background: #9b343c;
	color:#FFFFFF;
	padding:3px;
	text-align:right;
	clear: both;
	margin-top: 5px;
}

.vk_url span
{
	cursor:pointer;
	text-decoration:underline;
}

.vk_url span:hover
{
	text-decoration:none;
}

.top .search
{
	float:right;
	font-family: Verdana;
    font-size: 16px;
	margin:10px 20px 0 0;
}

.search div
{
	float:left;
	padding:3px 5px;
}

.search input
{
	border: 1px solid #4285F4;
	padding:3px;
	width:200px;
}

.search div img
{
	cursor:pointer;
	margin:-1px 0;
}

.search input[type="submit"]
{
	background:url('/img/search.png');
	background-repeat: no-repeat;
	width:32px;
	height:32px;
	border: 0;
}

.user_info h2, .vk_user img
{
	cursor:pointer;
}

.user_info h2:hover
{
	text-decoration:underline;
}

.results_search
{
	margin:5px 10px 10px 10px;
}

.results_search div:first-child
{
	float:left;
}

.results_search div:nth-child(2)
{
	float:right;
}

article#main
{
	display:block;
	max-width:600px;
	margin:20px auto;
	text-align:justify;
}

footer
{
	color:#5F5F5F;
	display:block;
	margin:10px 20px;
	text-align:right;
}

.content {
    flex: 1 0 auto;
}
 
.footer {
     flex: 0 0 auto;
}

#ads_top
{
	margin-bottom:20px;
}

#ads_bottom
{
	margin:15px 0 0 0;
}

.year_overflow {
      height: 200px;
}

#adsense_fid
{
	padding:10px 0;
}

#adsense_fid + .vk_url{
	margin-bottom: 30px;
}

.footer_attantion
{
	text-align:left;
}

footer a{
	display: inline-block;
	margin: 0 10px;
}

#remove_form
{
	padding: 10px;
}
#remove_form form {
	display: inline-block;
	padding: 25px;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 500px;
}

#remove_form .form__field {
	margin-bottom: 10px;
}

#remove_form .form__error {
	color: red;
	text-align: left;
	font-size: 12px;
	display: block;
	margin-top: 3px;
	display: none;
}

#remove_form form input {
	outline: none;
	display: block;
	width: 100%;
	border-radius: 2px;
	border: 1px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
}

#remove_form button {
	width: 100%;
	padding: 10px;
	border-radius: 2px;
	border: 0;
	background-color: #ccc;
	color: #fff;
}

#remove_form input:valid:not(:placeholder-shown) {
	border-color: green;
}

#remove_form input:invalid:not(:placeholder-shown) {
	border-color: red;
}
#remove_form input:invalid:not(:placeholder-shown) + .form__error {
	display: block;
}

#result-error{
	text-align: center;
	color: red;
	font-size: 12px;
	margin-top: 3px;
	display: none;
}
#result-remove
{
	margin: 10px;
}

.soc_32
{
	background-image:url(/img/soc_providers_32.png);
	margin-right: 10px;
	cursor: pointer;
	width:32px;
	height:32px;
	display:inline-block;
}

.vk_32
{
	background-position:0 0;
}

.remove_login
{
	text-align: left;
	max-width: 500px;
}

.remove_login ol
{
	padding-left: 20px;
	margin: 10px;
}

.login_vk_text
{
	text-align: center;
	margin-bottom: 10px;
}

.logout
{
	text-align: center;

}

.delete_my_page_outer
{
	text-align: center;
}
.delete_my_page{
	margin: 0 auto;
	background-color: #32527a;
	border-radius: 10px;
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
	font-weight: bold;
	cursor: pointer;
}

.delete_my_page:hover{
	color: #fff;
	text-decoration: none;
}

.wait_res {
	color: transparent;
	text-shadow: 0 0 12px rgba(0,0,0,.6);
	user-select: none;
}

.blur_img{
	filter: blur(20px);
}

#map
{
	margin:0 0 10px 0;
	height:400px;
	width: 100%;
}

.map_outer{
	padding: 20px;
}

.qr_code{
	float: left;
}

.qr-codes h3{
	text-align: center;
}

.map_outer .btn-warning{
	white-space: normal !important;
	max-width: 563px;
	margin-top: 20px;
}

.tel_words{
	background-color: #495d6f;
	border-radius: 5px;
	color: #FFF;
	padding: 10px;
	margin: 20px;
	word-break: break-word;
}

.morze{
	background-color: #495d6f;
	border-radius: 5px;
	color: #FFF;
	padding: 5px 10px 10px;
	margin: 10px;
	display: inline-block;
}

.morze_words{
	margin: 10px;
}

.img_tel{
	border-radius: 5px;
	margin: 20px;
}

.small{
	font-size: 12px;
}

#ndbx svg {
	display: inline-block;
	width: 100px;
	margin-right: 55px;
	margin-bottom: 50px;
}

#ndbx .ndbx__btns_code {
	fill: #ccc;
}

#ndbx .ndbx__btns_fingerpath line {
	stroke: #5B5B5B;
	stroke-width: 3;
}

#ndbx{
	margin: 20px;
}

.modal_gps .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal_gps {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.show {
	opacity: .5;
}

.mob-operator {
	border-radius: 10px;
	margin:0 20px 30px;
	max-width: 920px;
}

.mob-operator-item:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.mob-operator-item {
	padding: 12px 20px;
	background-color: #f3f7f9;
}

.mob-operator dl {
	margin-bottom: 0;
}
.d-flex {
	display: -ms-flexbox!important;
	display: flex!important;
}

dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

.mob-operator dl dt {
	min-width: 20%;
	color: #26526b;
}

dt {
	font-weight: 700;
}

.mob-operator-item:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.mob-operator-item:nth-child(2n), .mob-operator-item strong {
	background-color: #e1eaee;
}
.mob-operator-item {
	padding: 12px 20px;
	background-color: #f3f7f9;
}

.mob-operator dl dd strong {
	padding: 3px 10px;
	border-radius: 10px;
	font-weight: 700;
}
.mob-operator-item:nth-child(2n), .mob-operator-item strong {
	background-color: #e1eaee;
}

.modal-body img.map{
	width: 100%;
	max-width: 563px;
}

.modal-body #glass{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2000;
	display: none;
}

.modal-body{
	position: relative;
	padding: 0 !important;
	width: 100%;
	max-width: 563px;
}

h5.modal-title{
	color: #212529;
	font-size: 22px;
	font-weight: bold;
	float: left;
}

.modal-header .close{
	float: right;
}

.modal-header .close a {
	font-size: 26px;
	font-weight: bold;
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

#search_gps{
	margin: 10px 20px;
	display: none;
}

#search_gps span{
	vertical-align: baseline;
}

a.tel_button{
	padding: 15px;
	font-size: 20px;
	background-color: #5a7892;
	margin: 10px;
	border-radius: 5px;
	color: #FFF;
	text-align: center;
	display: inline-block;
}

input[name="tel"]{
	display: block;
	width: 200px;
	height: 28px;
	padding: .375rem .75rem;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin: 0 auto;
}

#text_your_link, #share_promo, #share_message{
	display: none;
}

.ogl {
	border: 1px dotted black;
	margin: 20px;
}

.golova4 {
	text-align: center;
	font-weight: bold;
}

.ogl ol {
	list-style: decimal outside;
	margin: 0 0 12px;
	line-height: 1.7;
}

.ogl ol li {
	margin: 0 0 0 36px;
}

.ogl a {
	outline: none;
	color: #06c;
	text-decoration: none;
}

.tels_sitemap {
	margin: 20px;
	text-align: center;
}

.tels_sitemap a{
	display: inline-block;
	margin: 10px;
	padding: 15px;
	font-size: 20px;
	background-color: #5a7892;
	border-radius: 5px;
	color: #FFF;
	text-align: center;
}

h3.olx{
	margin: 20px;
}

span.olx_find{
	font-size: 14px;
}

span.olx_title{
	text-decoration: underline;
	cursor: pointer;
}

span.olx_title:hover{
	text-decoration: none;
}
