*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}



input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none !important;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
}

body {
	font-family: "GlroyLight", sans-serif;
	font-size: 17px;
	background: url(../img/fon-main.png);
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	color: #fff;
}

h1, h2, h3, h4, h5, h6{
	font-weight: 100;
	font-family: BebasBold;
	margin: 0px;
	letter-spacing: 1px;
}

h2{
	font-size: 40px;
}
h2.big {
	font-size: 60px;
}

span.textes {
	color: #ff0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 20px;
	width: fit-content;
}

p.bigTextContakt {
	font-size: 32px;
	line-height: 110%;
}

span.textes span {
	font-size: 30px;
	font-family: BebasBook;
	display: block;
	line-height: 110%;
}

.headersFlex {
	justify-content: space-between;
	align-items: center;
	display: flex;
}
p.header {
	font-size: 32px;
	font-family: BebasBold;
	margin: 0px;
	line-height: 110%;
}
a{
	color: inherit;
}
p.header span{
	color: #ff0;
}

div.prise{
	text-align: center;
}

div.prise h2{
	margin-top: 30px;
}

div.prise h1{
	width: 100%;
	display: inline-block;
	text-align: left;
}
img.prise{
	width: 100%;
	display: inline-block;
}

header p.header img {
	width: 50px;
	margin-right: 8px;
}
p.mini {
	font-size: 17px;
	margin: 0px;
	padding: 2px 0px;
}
img{
	width: 100%;
}

header {
	padding: 10px 0px;
	margin-bottom: 30px;
	border-bottom: 1px solid #4a4a4a;
	position: absolute;
	left: 0;
	width: 100%;
}

header .right{
	text-align: right;
}

header .right img{
	width: 28px;
	margin: 0px 5px;
	cursor: pointer;
}

header .right img:hover{
	opacity:0.7;
}
header .right ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

header .right ul li {
    padding: 0px 0px;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 25px;
}

header .right ul li span{
	width: auto; 
	margin-right: 30px;
	font-size: 17px;
}

header .right button {
	font-size: 12px;
	padding: 5px 30px;
	background: none;
	border: 1px solid #ff0;
	color: #ff0;
	margin-left: 5px;
}
header .right button:hover{
	opacity:0.7;
}


div.info{
	padding: 30px 0px;
	text-align: center;
}
div.info ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.info ul li{
	display: inline-block;
	width: 31%;
	margin: 1%;
	vertical-align: top;
}
div.info ul li img{
	width: 100px;
}

.slider {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	/* padding: 80px 0; */
	flex-direction: column;
	/* height: 100vh; */
}

.slider h1 {
	font-size: 50px;
	line-height: 110%;
	display: flex;
	gap: 10px;
}
.title_slider p.headerMainBlock {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	font-size: 160px;
	font-family: 'BebasBold';
	margin: 0;
}
p.headerMainBlock img {
	width: 270px;
}

.trash {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	font-size: 32px;
	margin-bottom: 20px;
}

.trash p{
	line-height: 110%;
}
p.infoList {
	margin: 0px;
}

.infoListColumn {
	margin-top: 20px;
}


.trash img{
	max-width: 100px;
}


.mini_text_slider {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background: #fff;
	color: #000;
	border-radius: 5px;
	flex-direction: column;
	min-width: 50%;
}


.title_slider p {
	font-size: 40px;
}

.flexBlock {
	display: flex;
	justify-content: flex-end;
	gap: 64px;
	align-items: center;
}

.block_1 {
	display: flex;
	flex-direction: column;
	font-size: 20px;
	gap: 4px;
}

.block_1.buttonBlock {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	height: 100%;
}

a.button {
	display: block;
	padding: 10px 20px;
	background: #ffff00;
	color: #000;
	border-radius: 5px;
}

.block_1.soc {
	flex-direction: initial;
}
.title_slider {
	width: 100%;
	min-height: 100vh;
	justify-content: center;
	display: flex;
	flex-direction: column;
}
.text_slider {
	background: #fff;
	color: #000;
	padding: 40px;
	border-radius: 5px;
	align-items: flex-start;
}

.text_slider h2{
	font-size: 40px;
	margin-bottom: 40px;
}

form.form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
form.form p{
	font-size: 12px;
}
form.form p a {
	text-decoration: underline;
	color: #3d7eff;
}
.formBlock {
	padding: 40px;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	font-size: 20px;
}
.formBlock p{
	margin: 0;
}

.inputs {
	display: flex;
	flex-direction: column;
	padding: 40px 0;
	gap: 16px;
}
.inputs input {
	padding: 15px 20px;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
}
button.button {
	padding: 20px;
	background: #ffff00;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	border-radius: 5px;
}

section.formContainer {
	padding: 80px 0;
	background: #fff;
}

.infoList {
	display: flex;
	align-items: center;
	gap: 20px;
}

.infoList span{
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border:1px solid #ffff00;
}

section.content {
	padding: 80px 0;
}

.bigTextContakt.flexBlock {
	justify-content: space-between;
	align-items: center;
}

.bigTextContakt .soc img{
	width: 50px;
	height: auto;
}

.footerHeader img{
	width: 70px;
	height: auto;
	margin-right: 10px;
}

.footerHeader.flexBlock {
	justify-content: space-between;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #eee;
}


