/* @import url('https://fonts.googleapis.com/css2?family=Marck+Script&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

html {
    height: 100%;
    overflow: auto;
	padding: 0;
    margin: 0;  
	background-color: black;
}
body {
    height: 100%;
	padding: 0;
    margin: 0;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: "Oswald", sans-serif;
	background-image: url("web_images/illus_webstation_enabled.jpg");
    background-size: cover;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	min-height: 100%;
}
div#outer {
    height: 100%;
    width: 100%;
}

div#container {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
    min-width: 800px;
    min-height: 580px;
}

p#header {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
    font-size: 200px;
    color: #FFF;
    text-align: center;
    line-height: 36px;
    margin-top: 128px;
	margin-bottom: 0.65em;
}

p#paragraph {
	font-family: "Oswald", sans-serif;
    font-size: 22px;
    color: #323C46;
    text-align: center;
    line-height: 20px;
	margin: 0 auto 10%;
}

.container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 13vh;
}

a {
	font-size: 3rem;
	padding: 0.7rem 5rem;
	color: #f4f4f4;
	text-transform: uppercase;
}

.btn {
	text-decoration: none;
	/* border: 1px solid rgb(146, 148, 248); */
	border: 1px solid rgb(255, 255, 255);
	position: relative;
	overflow: hidden;
}

.btn:hover {
	box-shadow: 1px 1px 30px 15px rgba(50, 50, 50, 0.5);
}

.btn:before {
	content: "";
	position: absolute;
	top: 0;
	/* left: -100%; */
	right: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(
	120deg,
	transparent,
	rgba(50, 50, 50, 0.5),
	transparent
	);
	transition: all 650ms;
}

.btn:hover:before {
	right: 100%;
}

.marck-script-regular {
	font-family: "Marck Script", cursive;
	font-weight: 400;
	font-style: normal;
}




/* Адаптивка по ширине */
@media screen and (max-width: 1650px) { 
	p#header {
		font-size: 156px;
		margin-bottom: 0.60em;
	}
	p#paragraph {
		font-size: 20px;
	}
	}
@media screen and (max-width: 1250px) { 
	div#container {
		/* padding: 100% 0 0 0; */
		display: flex;
		/* justify-content: space-between;
		flex-direction: column; */

	}
	/* .hidden {
		display: none;
	} */
	body {
		background-size: cover;
		background-repeat: no-repeat;
		background-size: cover;
	}
	p#header {
		font-size: 112px;
		margin-bottom: 0.55em;
	}
	p#paragraph {
		font-size: 16px;
	}
	a.btn{
		font-size: 36px;
	}
}

@media screen and (max-width: 1150px) {
	p#header {
		font-size: 96px;
		margin-bottom: 0.50em;
	}
	p#paragraph {
		font-size: 14px;
	}

}

@media screen and (max-width: 1050px) {
	p#header {
		font-size: 70px;
		margin-bottom: 0.45em;
	}
	p#paragraph {
		font-size: 10px;
	}
}
@media screen and (max-width: 900px) {
	div#container {
		justify-content: flex-end;
		margin-right: 7%;
	}
}
@media screen and (max-width: 840px) {
	p#header {
		font-size: 112px;
		margin-bottom: 0.55em;
	}
	p#paragraph {
		margin-bottom: 20px;
		font-size: 16px;
	}
	div#container {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 100%;
		min-width: auto;
		min-height: auto;
		justify-self: end;
		margin: 0 0 2% 0;
	}

	.containers{
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		/* width: 100%; */
	}
	div#outer {
		height: 100%;
		width: 100%;
		display: flex;
	}
}
@media screen and (max-width: 800px){
	a {
		font-size: 2rem;
		padding: 0.6rem 4rem;
	}
}
@media screen and (max-width: 700px){
	a {
		font-size: 2rem;
		padding: 0.6rem 3rem;
	}
}
@media screen and (max-width: 600px){
	p#header {
		font-size: 96px;
		margin-bottom: 0.50em;
	}
	p#paragraph {
		font-size: 14px;
	}
	a {
		font-size: 2rem;
		padding: 0.6rem 2rem;
	}
	body {
		background-size: 250%;
	}
}
@media screen and (max-width: 500px){
	p#header {
		font-size: 70px;
		margin-bottom: 0.45em;
	}
	p#paragraph {
		font-size: 10px;
	}
	a {
		font-size: 2rem;
		padding: 0.6rem 1rem;
	}
}
@media screen and (max-width: 500px){
	.main{
		margin-bottom: 20%;
	}
}
@media screen and (max-width: 400px){
	.main{
		margin-bottom: 20%;
	}
}


/* Адаптивка по высоте */
@media screen and (max-height: 780px) { 
	a {
		font-size: 2rem;
		padding: 0.6rem 5rem;
	}
	.container {
		height: 15vh;
	}
}
@media screen and (max-height: 650px) { 
	a {
		font-size: 2rem;
		padding: 0.6rem 5rem;
	}
	.container {
		height: 17vh;
	}
}
@media screen and (max-height: 575px) { 
	a {
		font-size: 2rem;
		padding: 0.6rem 5rem;
	}
	.container {
		height: 19vh;
	}
}
@media screen and (max-height: 490px) { 
	a {
		font-size: 2rem;
		padding: 0.6rem 5rem;
	}
	.container {
		height: 22vh;
	}
}
@media screen and (max-height: 400px) { 
	a {
		font-size: 2rem;
		padding: 0.6rem 5rem;
	}
	.container {
		height: 25vh;
	}
}
@media screen and (max-height: 330px) { 
	a {
		font-size: 2rem;
		padding: 0.6rem 5rem;
	}
	.container {
		height: 28vh;
	}
}