﻿@font-face {
    font-family: 'Roboto';
    src: url(/fonts/Roboto.woff2) format("woff2"), url(/fonts/Roboto.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}
body {
    font-family: Roboto, sans-serif;
    font-size: 16pt;
    background-color: #FFF;

}
main {
    display: flex;
    flex-direction: row;

    align-items: stretch;
}
#articleBody {
	width: 100%;
    display: flex;
    flex-direction: row;
	justify-content: space-between;
}
.video {
	min-height: 405px;
	justify-content: center;
	align-items: center;
}
.center {
    text-align: center;
}
.ads_top {
    text-align: center;
	min-height: 280px;
}
.airdrop {
  width: 300px; /* Фиксированная ширина блока */
  box-sizing: border-box; /* Учитываем padding и border */
  background-color: #f9f9f9; /* Фон */
  border: 1px solid #ddd; /* Граница */
  border-radius: 10px; /* Закругленные углы */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Легкая тень */
  padding: 10px; /* Внутренние отступы */
  margin: 10px auto; /* Минимальный верхний отступ и центрирование */
  text-align: center; /* Центрирование содержимого */
  font-family: 'Arial', sans-serif; /* Шрифт */
  color: #333; /* Цвет текста */
  overflow: hidden; /* Убираем переполнение */
}

.airdrop a {
  text-decoration: none; /* Убираем подчеркивание у ссылок */
  color: #007bff; /* Цвет ссылок */
  font-weight: bold; /* Жирный текст */
  transition: color 0.3s ease; /* Плавное изменение цвета */
}

.airdrop a:hover {
  color: #0056b3; /* Цвет при наведении */
}

.airdrop p {
  font-size: 14px; /* Размер текста */
  line-height: 1.5; /* Межстрочный интервал */
  margin: 5px 0; /* Минимальные отступы между абзацами */
}

.airdrop img {
  display: block; /* Убираем лишние отступы от inline-элементов */
  width: 100%; /* Уменьшаем ширину до размеров блока */
  max-width: 300px; /* Ограничиваем максимальную ширину */
  height: auto; /* Сохраняем пропорции изображения */
  border-radius: 5px; /* Закругленные углы */
  margin: 10px 0 0; /* Отступ сверху от текста */
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); /* Лёгкая тень */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Анимация при наведении */
}

.airdrop img:hover {
  transform: scale(1.05); /* Лёгкое увеличение при наведении */
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15); /* Усиление тени */
}

.airdrod {
  width: auto;
  display: flex;
  flex-wrap: wrap; /* Перенос элементов при нехватке места */
  align-items: center;
  justify-content: center; /* Центрирование элементов */
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin: 10px auto;
  text-align: left;
  font-family: 'Arial', sans-serif;
  color: #333;
  overflow: hidden;
  gap: 15px;
}

.airdrod-text {
  flex: 1 1 100%; /* Текст всегда занимает всю ширину при переносе */
  text-align: center;
}

.airdrod p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.airdrod img {
  width: 290px;
  max-width: 290px;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.airdrod img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}



article {
	display: block;
	width: 100%;
    text-align: justify;
    hyphens: auto;
    word-wrap: break-word;
	box-sizing: border-box;
	position: relative;
	overflow-y: hidden;
}
aside {
    flex-direction: column;
    width: 300px;
}
.adsbygoogle {
    display:flex;
	justify-content:center;
}
@media (max-width:1151px){
#articleBody {
	display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-self: center;
	
}
#articleBody aside {
    align-self: center;
	max-width: 100%;
	width: 100%;
}
}
@media (max-width:720px) {
main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}
aside {
    align-self: center;
}
p {
	padding: 0px;
}
}
main nav ul {
    margin-left: 0;
    padding-left: 0;
}
li {
    list-style-type: none;
}
main nav a {
    display: block;
}
nav a {
    background-color: Cornsilk;
    border: 1px solid #ccc;
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border .2s, box-shadow .2s;
    border-radius: 5px;
    color: LightSeaGreen;
    width: 250px;
    margin: 1px auto;
    font-family: Roboto, sans-serif;
    font-size: large;
    font-weight: bolder;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-bottom: 2px;
    vertical-align: middle;
    text-decoration: none;
}
nav a.bot {
    background-color: Bisque;
}
nav a:hover, a:focus {
    background-color: #ffffe0;
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
    text-decoration: none;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
a {
    color: LightSeaGreen;
    text-decoration: none;
}
article a:focus {
    box-shadow: none;
    background-color: #fff;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}
article a:visited {
    color: DarkCyan;
    text-decoration: none;
}
article a:hover {
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}
p {
    font-size: 16pt;
	padding: 0px 20px 0px 15px;
}
h1 {
	font-size: 22pt;
    color: SteelBlue;
    text-align: center;
}
h2 {
	font-size: 20pt;
    color: SteelBlue;
    text-align: center;
}
h3 {
	font-size: 18pt;
	color: SteelBlue;
    text-align: center;
}
strong {
	font-size: 18pt;
	color: SteelBlue;
    text-align: center;
}
hr {
	margin-top: 1.5em;
}
.i4 {
	color: SteelBlue;
    font-size: 16pt;
    font-weight: 700;
    text-indent: 8em;
}
.i3 {
	color: SteelBlue;
    font-size: 18pt;
    font-weight: 700;
}
.i2 {
	color: SteelBlue;
    font-size: 20pt;
    font-weight: 700;
    text-align: center;
}
.small {
    font-size: 12pt;
    text-align: center;
}
.right {
    text-align: right;
}
article table {
    border-collapse: collapse;
    border: 0px solid #3faeeb;
	display: block;
	vertical-align: top;
	width: 100%!important;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
		padding: 5px;
}
article tbody {
	width: 100%;
    display: table;

}
article td {
    border: 1px solid #F90;
	width: auto;
}
article td p {
    padding: 0px;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9;
}

article nav {
	justify-content: center;
    display: flex;
	flex-direction: row;
}

article nav a{
	width: 120px;
}

article nav a:focus{
	background-color: #ffffe0;
}
@media (max-width:360px) {
.video {
	min-height: 205px;
	justify-content: center;
	align-items: center;
}
article nav {
    flex-direction: column;
}
.gsc-search-button {
    border-radius: 2px;
}
}
.text_table {
    margin: 0 0 5px;
    border: 2px outset #F90;
    overflow: auto;
    margin-bottom: 5px;
}
.text_table img.main {
    float: left;
    margin-right: 10px;
}
cite {
	display: flex;
    justify-content: flex-end;
}
.pic {
    max-width: 400px;
  justify-content: center;
   align-items: center;
    margin: auto;
}
.underline {
text-decoration: underline;
text-decoration-style: wavy;
}

.dotted {
text-decoration: underline;
text-decoration-style: dotted;
}

.double {
text-decoration: underline;
text-decoration-style: double;
}

.solid {
text-decoration: underline;
text-decoration-style: solid;
}

.gdz {
	float: left;
    background-color: Cornsilk;
    border: 1px solid #ccc;
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border .2s, box-shadow .2s;
    border-radius: 5px;
    color: LightSeaGreen;
    margin: 1px auto;
    font-family: Roboto, sans-serif;
    font-size: large;
    font-weight: bolder;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-bottom: 2px;
    vertical-align: middle;
    text-decoration: none;
}