body {
    background: url('images/catalog-pro/002.webp') center center fixed no-repeat; 
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    justify-content: center;
    align-items: center;
    margin: 0;
    background-color: #000;
    padding: 0;
    width: 100%;
    height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: inherit;
}

.scan-line {
    grid-column: span 2;
    height: 3px;
    background: linear-gradient(90deg, #0f0, transparent);
    animation: scan 2s linear infinite;
}
.bod { 
  background-color: rgb(0,0,0, 0.8);
  background-image: linear-gradient(90deg, #03c125 50%, transparent 50%), linear-gradient(90deg, #03c125 50%, transparent 50%), linear-gradient(0, #03c125 50%, transparent 50%), linear-gradient(0, #03c125 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 2px 2px, 2px 2px, 2px 2px, 2px 2px;
    animation: running-contour 0.9s linear infinite;
  height: 100%;
}

.bg {
    background-color: rgb(0, 0, 0, 0.7);
    width: auto;
    height: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-rows: auto auto auto;
}




@keyframes running-contour {
  from {
    background-position: 0 0, 8px 100%, 0 8px, 100% 0;
  }
  to {
    background-position: 8px 0, 0 100%, 0 0, 100% 8px;
  }
}

.numbertext {
    text-align: center;
    color: #fff;
    padding: 0;
    margin-bottom: 10px;
}
.stack3 {
    top: 17px;
    position: fixed;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -3%);
    text-align: center;
    margin: 0 auto;
    bottom: 0;
    z-index: auto;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    will-change: transform;
}

.logo-rotate {
    filter:
        drop-shadow(0 0 6px rgba(255, 200, 80, 0.45))
        drop-shadow(0 0 14px rgba(255, 180, 40, 0.25));
    transition: filter 0.4s ease;
}
.logo-rotate:hover {
    filter:
        drop-shadow(0 0 10px rgba(255, 210, 100, 0.7))
        drop-shadow(0 0 22px rgba(255, 170, 60, 0.45));
}

#Ss {
color: #fff;
font-size: 8px;
font-family: "cera_pro", sans-serif;
}

a {
font-size: 14px;
color: #fff;
text-decoration: none;
cursor: pointer; 
}
i{
font-size: 10px;
color: #fff;
text-decoration: none;
cursor: pointer;  
}
p {
font-family: "cera_pro", sans-serif;
font-size: 10px;
color: #fff;
text-decoration: none;
text-align: center; 
cursor: pointer;
} 
p a {
font-family: "cera_pro", sans-serif;
font-size: 10px;
color: #000;
text-decoration: none;
margin: 0 15px;
  
}
p a:hover{
font-family: "cera_pro", sans-serif;
font-size: 10px;
color: #fff;
text-decoration: none;  
} 


#ss {
    height: 820px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: inherit;
    margin-top: 25px;
}

#zsu {
display: block;
position: absolute;
right: 25px;
top: 30px;
}
#zsu0 {
    display: block;
    position: absolute;
    height: auto;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
    box-sizing: inherit;
    transition-property: all;
    transition-duration: .6s;
    transition-timing-function: ease;
}
form{
     margin: 0 auto;
    text-align: center;
    width: 100%;
    transition: 0.5s;
}

button {
    color: #333;
    cursor: pointer;
    box-shadow: 0px 0px 3px #00FF11, 0px 10px 30px #03c125;
    transition-duration: 0.5s;
    margin: 15px 0;
    font-size: 30px;
    font-family: "Times New Roman", Times, serif;
    padding: 0 25px;
    background: #03c125;
    padding-bottom: 5px;
    border-radius: 10px;
    font-weight: 100;
    border: solid 1px #777;
}
button:hover {
  box-shadow: none;
  background-color: #03c125;
  color: #fff;
  border: solid 1px #03c125;
}

b {
font-family: "cera_pro", sans-serif;
font-size: 44px;
color: #ff;
position: absolute;
margin-top: 15px;
margin-left: 16px;
background-color: #fff;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: sans-serif;
text-align: center;
}
 
input, textarea{
border: 0;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
-moz-box-shadow: inset 0px 1px 3px #333;
width: 90%;
padding-left: 10px;
outline: none;
font-size: 24px;
font-family: "Times New Roman", Times, serif;
font-style: italic;
margin: 10px 15px;
height: 55px;
line-height: 45px;
box-sizing: border-box;
display: inline-block;
background: #ecf0f3;
padding-left: 20px;
border-radius: 50px;
box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
}

#textarea {
	display: block;
	width: 90%;
	box-sizing: border-box;
	margin: 0 0 5px 0;
	background-color: #fff;
	min-height: 56px;
	font-size: 14px; 
	line-height: 1.2;
}
label {
  padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: 24px;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
}
label {
color: #fff;
}

ua label {
font-size: 22px;
margin: 0 auto;
font-family: "Times New Roman", Times, serif;
font-style: italic;
}

label:nth-of-type(2) {
  margin-top: 19px;
}

.login-side-inner {
color: white;
background: transparent linear-gradient(221deg, #3FA9FB 0%, #3F259B 100%) 0% 0% no-repeat padding-box;
box-shadow: -3px 3px 12px #3F259B95;
border-radius: 20px;
overflow-y: auto;
height: auto;
width: 41.66666667%;
}

#foot {
color: #fff;
font-family: "cera_pro", sans-serif;
position: absolute;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
text-align: center;
margin: 0 auto;
bottom: 1px;
bottom: 0;
z-index: auto;
}
div#txt {
    color: #fff;
}
h2 {
font-size:32px;
font-family: "Times New Roman", Times, serif;
color:#fff;
margin: 25px 25px;
padding: 0;
font-style: italic;
border: none;
outline: none;
box-sizing: border-box;
}
h3 {
font-size:22px;
font-family: "Times New Roman", Times, serif;
color:#fff;
padding: 0;
border: none;
outline: none;
box-sizing: border-box;
}
i {
font-size: 19px;
font-family: "Times New Roman", Times, serif;
color: #fff;
padding: 0;
border: none;
outline: none;
box-sizing: border-box;
}
h1 {
font-size: 32px;
font-family: "Times New Roman", Times, serif;
color: #fff;
padding: 0;
border: none;
outline: none;
box-sizing: border-box;
}

u {
    font-size: 10px;
    padding: 0;
    font-family: "Times New Roman", Times, serif;
    border: none;
    outline: none;
    box-sizing: border-box;
    text-decoration: none;
}
p {
font-size: 12px;
font-family: "Times New Roman", Times, serif;
margin: 0;
width: auto;
border: none;
outline: none;
box-sizing: border-box;
}

table,th,td {
  border : 1px solid black;
  border-collapse: collapse;
}
th,td {
  padding: 5px;
}

#click {
background-color: white;
color: black;
border: 1px solid #555; /* Green */
font-size:20px;
font-family: "Times New Roman", Times, serif;
}

/* Наложение (фон) */
.overlay {
  /* Высота и ширина зависят от того, как вы хотите показать наложение (см. JS ниже) */
  font-family: "Times New Roman", Times, serif;
  height: 100%;
  width: 0;
  position: fixed; /* Оставаться на месте */
  z-index: 1; /* Сидеть на вершине */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Черный резервный цвет */
  background-color: rgba(0,0,0, 0.9); /*Черный с непрозрачностью */
  overflow-x: hidden; /* Отключить горизонтальную прокрутку */
  transition: 0.5s; /* 0.5 секунды эффект перехода, чтобы скользить в или скользить вниз по наложению (высота или ширина, в зависимости от показа) */
}

/* Расположите содержимое внутри наложения */
.overlay-content {
position: relative;
    top: 0;
    width: 100%;
    text-align: center;
}

/* Навигационные ссылки внутри наложения */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Блок дисплея вместо встроенного */
  transition: 0.3s; /* Эффекты перехода при наведении (цвет) */
      cursor: pointer;
}

/* При наведении курсора мыши на навигационные ссылки измените их цвет */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

span {
    color: #fff;
    margin-left: 25px;
}
span#tx {
    float: left;
	padding-right: 15px;

}

span img {
    width: 100px;
}


*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.container {
  padding: 0 16px;
}

.container {
  max-width: 980px;
  text-align: center;
  margin: 20px auto;
}

h1 {
  h1 {
    margin-bottom: 20px;
    font-size: 40px;
    margin-top: 0;
}
}

#geocoding_form {
  margin: 40px auto 40px;
}

.input-group {
  margin-left: 4%;
}

.find-me.btn:focus {
  border-color: transparent;
  outline: 0;
}

.coordinates {
  font-size: 18px;
  opacity: 0;
  margin-bottom: 40px;
}

.no-browser-support {
  font-size: 18px;
  opacity: 0;
}

.coordinates b:first-child {
  margin-right: 15px;
}

.visible {
  opacity: 1;
}

.map-overlay {
  max-width: 600px;
  height: 400px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  border-radius: 2px;
}

#map {
  max-width: 550px;
  height: 400px;
  margin: 0 auto;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}



/* Расположите кнопку закрыть (верхний правый угол) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}



.main img {
        border-radius: 50%;
    border: 3px #fff solid;
    box-shadow: 0 1px 10px #fff;
    width: 242px;
    height: auto;
}
span img {
width: 88px;
margin-top: 15px;
}


/* Если высота экрана меньше 450 пикселей, измените размер шрифта ссылок и снова установите кнопку закрыть, чтобы они не перекрывались */
@media screen and (max-height: 820px){
  .overlay a {font-size: 28px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
}
span img {
    width: 88px;
margin-top: 15px;
}
i {
font-size: 24px;
font-family: "Times New Roman", Times, serif;
color: #00FF11;
}

h2 {
    font-size: 32px;
    font-family: "Times New Roman", Times, serif;
    text-align: center;
    color: #fff;
    font-weight: 100;
    font-style: italic;
}
  
}


@media screen and (max-width: 920px) {
i {
    font-size: 24px;
    font-family: "Times New Roman", Times, serif;
}
  
}


/* Боковое меню навигации */
.sidenav {
      height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 60px;
    transition: 0.5s;
}

/* Ссылки в меню навигации */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 28px;
  color: #fff;
  display: block;
  transition: 0.5s;
}

/* При наведении курсора мыши на навигационные ссылки измените их цвет */
.sidenav a:hover {
  color: #555;
}

/* Положение и стиль кнопки закрытия (верхний правый угол) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Стиль содержимого страницы - Используйте это, если вы хотите переместить содержимое страницы вправо при открытии боковой навигации */
#main {
    transition: margin-left .5s;
    position: fixed;
    top: 33%;
    left: 12%;
    width: 100%;
    height: auto;
margin: 0 auto;
}

#main i{
    color: #fff;
    font-family: "Times New Roman", Times, serif;
    font-size: 29px;
}

.ss {
    margin: 25px;
}

/* На небольших экранах, где высота меньше 450px, измените стиль sidenav (меньше отступов и меньший размер шрифта) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 24px;}
}



