html {
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  overflow: scroll;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  touch-action: manipulation;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Tahoma, Geneva, sans-serif;
  -webkit-text-size-adjust: 100%;
}
header, footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
article,
aside,
details,
figcaption,
figure,
menu,
nav,
section,
summary {
  display: flex;
}
details, summary {
    -webkit-appearance: none;
}
video,
audio,
canvas {
  display: inline-block;
}
span,
a {
  display: inline-block;
}
a,
input,
button,
textarea,
optgroup,
select,
fieldset,
figure,
legend,
address {
  font: inherit;
  color: inherit;
  line-height: inherit;
  text-transform: inherit;
  text-shadow: inherit;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
a,
button,
[type='button'],
[type='submit'] {
  transition: color 0.25s, background 0.25s, opacity 0.25s;
}
a {
  cursor: pointer;
  text-decoration: none;
}
button {
  overflow: visible;
  letter-spacing: inherit;
}
p {
  margin: 0;
  hyphens: none;
}
b,
strong {
  font-weight: 700;
}
img,
svg,
embed,
object,
iframe,
video,
audio,
canvas {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
progress {
  vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
  color: inherit;
  margin: 0;
}
ul,
ol,
menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
input,
select,
button,
button > *,
a > * {
  display: inline-block;
  vertical-align: middle;
}
button,
label,
select,
summary,
[type='button'],
[type='submit'],
[type='reset'],
[type='checkbox'],
[type='radio'],
[type='range'] {
  user-select: none;
  cursor: pointer;
}
[type='button'],
[type='submit'],
[type='search'],
[type="radio"],
[type='range'] {
  -webkit-appearance: none;
}
::-webkit-contacts-auto-fill-button,
::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  position: absolute;
  right: 0;
}
:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff;
}
::-webkit-details-marker {
  display: none;
}
input,
textarea {
  width: 100%;
}
input {
  text-overflow: ellipsis;
}
textarea {
  overflow: auto;
  resize: none;
}
:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
}
:disabled {

}
::placeholder {
  opacity: 1;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
  text-align: center;
}
article p:not(:empty) {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
article img,
article embed,
article object,
article iframe,
article video {
  display: block;
  margin: auto;
}
article span,
article a {
  display: inline;
}
article ul,
article ol,
article menu {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
article ul ul,
article ol ul,
article menu ul,
article ul ol,
article ol ol,
article menu ol,
article ul menu,
article ol menu,
article menu menu {
  margin: 0;
  padding-left: 1.3em;
}
article ul > li:before,
article ol > li:before,
article menu > li:before {
  margin-right: 0.7em;
}
article ul > li p,
article ol > li p,
article menu > li p {
  display: inline;
}
article ul > li:before,
article menu > li:before {
  content: '';
  width: 0.4em;
  height: 0.4em;
  display: inline-block;
  vertical-align: 10%;
  border-radius: 50%;
  background: #000;
}
article ul > li li:before,
article menu > li li:before {
  background: transparent;
}
article ol {
  counter-reset: count;
}
article ol > li:before {
  content: counter(count) '.';
  counter-increment: count;
}
li {
  list-style: none;
}
body {
	width: 100%;
	min-height: 100%;
	font-family: verdana, tahoma, "sans-serif";
	line-height: 1.4;
	position: relative;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h1,h2,h3 {
	margin-bottom: 15px;
	font-weight: 600;
	text-align: center;
}
p,ul {
	font-size: 18px;
	margin-bottom: 10px;
}
a {
	font-size: 18px;
}
ul>li {
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 10px;
}
/*header*/
header {
	width: 100vw;
	min-height: 100px;
	position: fixed;
	background-color: #000;
}
.h__container {
	width: calc(100% - 20px);
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.h__btn {
	text-align: center;
	position: relative;
}
.btn {
	padding: 10px 20px;
	color: #000;
	background-color: #7ca831;
	border: 3px solid #fff;
	font-weight: 600;
	transition: all 0.4s;
}
.btn:hover {
	background-color: gold;
	color: #fff;
	transition: all 0.4s;
}
/*s-1*/
.s-1 {
	width: 100vw;
	height: 100vh;
	background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.4),rgba(0,0,0,0.2)), url(../main/bg.jpg);
	background-position: center;
	background-size: cover;
}
.s-1__container {
	width: calc(100% - 20px);
	height: 80%;
	max-width: 1200px;
	margin: 100px auto 30px auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.s-2 .img {
	margin-bottom: 10px;
}
.s-1__h1 {
	text-align: center;
	margin-bottom: 20px;
}
.s-1__h1 span {
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
	color: gold;
}

.s-1__p	span{
	color: white;
	font-size: 25px;
	text-align: center;
	margin-bottom: 20px;
}
.s-1__btn {
	text-align: center;
}
/*s-2*/
.s-2 {
	width: 100vw;
	min-height: 100vh;
}
.s-2__container {
	width: calc(100% - 20px);
	max-width: 1200px;
	margin: 50px auto;
}
.s-2 .img {
	text-align: center;
}
.s-2 .s-2__btn {
	text-align: center;
	margin-bottom: 10px;
}
.s-2 .s-2__btn a {
	padding: 10px 20px;
	color: #000;
	background-color: #7ca831;
	border: 2px solid #000;
	font-weight: 600;
	transition: all 0.4s;
}
.s-2 .s-2__btn a:hover {
	background-color: gold;
	color: #fff;
	transition: all 0.4s;
}
/*Comments*/


/*footer*/
footer {
	width: 100vw;
	background-color: #000;
	color: #fff;
}
.f__container {
	width: calc(100% - 20px);
	max-width: 1200px;
	margin: 10px auto;
}

@media screen and (max-width: 560px) and (min-width: 320px) {
	.s-1__h1 span {
		font-size: 30px;
	}
	.s-1__p {
		font-size: 25px;
	}

	.h__btn {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 420px) and (min-width: 320px) {
	.s-1__container {
		margin: 120px auto 30px auto;
	}
	.s-1__h1 {
		margin-bottom: 10px;
	}
	.s-1__h1 span {
		font-size: 27px;
	}
	.s-1__p span {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.h__container {
		flex-wrap: wrap;
		justify-content: center;
	}
}


/*** ADAPTATION ***/
.article-button {
	text-align: center;
	margin-bottom: 10px;
}
.article-button a {
	padding: 10px 20px;
	color: #000;
	background-color: #F6CE60;
	border: 2px solid #000;
	font-weight: 600;
	transition: all 0.4s;
}
.article-button a:hover {
	background-color: gold;
	color: #fff;
	transition: all 0.4s;
}
.article-images {
	margin-bottom: 10px;
	text-align: center;
}

/*** скрытый контент ***/ 
.hide-tabs > div, .hide-tabs > input { display: none; }
.hide-tabs label { padding: 1px; border: 0px solid #aaa; line-height: 1px; cursor: pointer; position: relative; bottom: 1px; }
.hide-tabs input[type="radio"]:checked + label { border-bottom: 0px solid #fff; }
.hide-tabs > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.hide-tabs > input:nth-of-type(2):checked ~ div:nth-of-type(2) { display: block; padding: 1px; border: 0px solid #fff; }

/*** окраска скрытого текста ***/
.div-1 {
 background:#474744;
 color:#120041; 
 text-align: center;
}