body {
	background-color: #1E2822;
	background-image: url("../img/backpic.jpg");
	background-position: center;
	font-family: 'PT Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #D89950;
	font-family: 'PT Serif Caption', serif;
	font-weight: normal
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
dt {
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #D89950;
	font-family: 'PT Serif Caption', serif;
	font-weight: normal
}
dd {
    margin-right: 40px;
	margin-bottom: 15px;
}
ul, li {
	display: block;
	padding: 0;
	margin: 0;
}
p {
	padding: 0px;
	margin: 0px;
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	font-weight: regular;
}
details, .rules p {
    padding-bottom: 10px;
}
a {
	color: #D89950;
	text-decoration: none;
}
a:hover {
	color: #4B3B21;
	transition: all 0.4s ease;
}
input {
	font-family: 'PT Serif Caption', serif;
	font-size: 20px;
	outline: none;
}
input[type="button"],  input[type="submit"] {
	 cursor: pointer;
 }
 input[type="button"]:hover {
	 color: #A56923;
	 background-color: #4B3B21;
	 transition: all 0.4s ease;
 }
 select {
	font-family: 'PT Serif Caption', serif;
	padding-left: 3px;
	color: #fff;
	font-size: 18px;
	background: rgba(30, 40, 34, 0.5);
	border: 3px solid #FFFFFF;
	width: 212px;
	height: 36px;
	margin-bottom: 16px;
	outline: none;
 }
option {
	background: rgba(30, 40, 34, 0.8);
}
li > h3 {
	text-align: unset;
}
.d-flex {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.maincontainer {
	flex-direction: column;
	align-items: center;
}
.container {
	width: 100%;
	max-width: 1095px;
}
.btn {
	padding: 4px 30px;
	color: #212224;
	background-color: #D89950;
	border: 4px solid #A56923;
	border-radius: 5px;
	line-height: 26px;
	text-align: center;
}
.textinput, textarea {
	padding-left: 3px;
	color: #fff;
	font-size: 18px;
	background: rgba(30, 40, 34, 0.5);
	border: 3px solid #FFFFFF;
	width: 203px;
	height: 28px;
	margin-bottom: 16px;
}
textarea {
    width: 199px;
    height: 180px;
}
/**/
.header {
	height: 710px;
	background-image: url("../img/header.png");
}
.menu {
	justify-content: flex-end;
	margin-top: 55px;
	margin-right: 85px;
	height: 45px;
}
.menu__item {
	font-size: 20px;
	font-weight: bold;
	margin-right: 48px;
}
.menu__item:last-child {
	margin-right: 0;
}
.menu__item a:hover {
	padding: 7px 0;
	border-top: 3px solid #4B3B21;
	border-bottom: 3px solid #4B3B21;
	transition: all 0.4s ease;
}
.offer {
	width: 534px;
	margin-left: 3%;
	margin-top: 135px;
	flex-direction: column;
}
.offer__title {
	font-size: 48px;
	font-weight: regular;
	line-height: 50px;
	margin-bottom: 32px;
}
.offer__btn {
	font-family: 'PT Serif Caption', serif;
	font-size: 20px;
	outline:none;
	margin-top: 15px;
	margin-left: auto;
    margin-right: auto;
}
.offer__btn:hover {
	 color: #A56923;
	 background-color: #4B3B21;
	 transition: all 0.4s ease;
 }
.info {
	padding: 95px 0;
	background-color: #1E2822;
	height: 160px;
	justify-content: center;
}
.infoblock {
	width: 426px;
}
.infoblock:first-child {
	margin-right: 110px;
}
.infoblock__img {
	width: 130px;
	height: 130px;
}
.infoblock__text {
	margin-left: 16px;
	width: 300px;
}
.infoblock__title {
	margin-top: 0px;
	margin-bottom: 6px;
	text-align: left;	
}
.vhod {
	background-color: #273234;
	flex-direction: column;
	align-items: center;
	padding: 62px 0;
}
.vhod__title {
	margin-bottom: 28px;
}
.vhodform {
	width: 330px;
	flex-direction: column;
	align-items: center;
}
.vhodform__title {
	display: inline;
}
.vhodform__input {
	margin-left: 44px;
}
.vhodform__input-login {
	margin-left: 54px;
}
.vhodbtn {
	margin-bottom: 18px;
}
.vhod__forget {
	font-size: 18px;
}
.reg {
	background: #1E2822;
	flex-direction: column;
	align-items: center;
	padding: 50px 0;
}
.reg__title {
	margin-bottom: 20px;
}
.regfields__block {
	width: 390px;
	flex-direction: column;
}
.regfields__block:first-child {
	margin-right: 122px;
}
.regform {
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.regform__field {
	margin-bottom: 35px;
	align-items: center;
}
.regform__input {
	margin-left: auto;
}
.regform__field-cats {
	 margin-left: auto;
	 margin-top: -18px;
	 margin-bottom: 12px;
	font-size: 20px;
}
.regform__text-1, .regform__text-2 {
	width: 80%;
	margin-bottom: 20px;
	text-align: center;
}
.footer {
	background: #273234;
	padding: 50px 0;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: 45px;
}
.footer__img {
	background-image: url("../img/footcat_1.png");
	width: 500px;
	height: 220px;
	margin-left: 45px;
	transition: all 0.4s ease;
}
.footer__img:hover {
	background-image: url("../img/footcat_2.png");
}
.footmenu {
	margin-right: 145px;
	text-align: right;
}
.footmenu__item {
	font-size: 20px;
	font-family: 'PT Serif Caption', serif;
	font-weight: normal;
	margin-bottom: 14px;
}
.footmenu__item:last-child {
	margin-bottom: 0px;
}
.vk {
	font-size: 30px;
}
.alert {
	width: 40%;
	color: #fff;
	padding: 25px;
	background-color: #1E2822;
	border: solid 3px #fff;
	margin: 20% auto;
}
.popup{
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:fixed;
    top:0px;
	display: none;
}
.closealert {
	margin-top: 15px;
	text-align: center;
}
.popupvhod {
    width:100%;
    height: 100%;
    overflow:hidden;
    position:fixed;
    top:0px;
	z-index: -1;
}
.vhodwarn {
	margin: 20% auto;
	width: 15%;
	padding: 5px;
	color: #212224;
	background-color: #D89950;
	border: 4px solid #A56923;
	line-height: 26px;
	text-align: center;
	justify-content: space-between;
}
.closevhodwarn {
	color: #212224;
	text-align: right;
}
.close_btn {
	cursor: pointer;
}
.blacklink {
	color: #212224;
}
.header2 {
	background: #273234;
}
.information {
	background: #1E2822;
	padding: 50px 0;
}
.list-block__btn {
	display: none;
}
.list-block__name-block {
    display: inline-block;
    padding: 7px;
    margin: 3px -5px -1px 0;
    text-align: center;
    color: #666666;
    border: 1px solid #fff;
    background: #273234;
    cursor: pointer;
	width: 15%;
}
.btn-firts {
	margin-left: 1%;
}
.list-block__btn:checked + .list-block__name-block {
    color: #212224;
	background-color: #D89950;
	border: 3px solid #A56923;
	font-weight: bold;
	transition: ease 0.6s;
}
.block {
	padding: 25px 60px;
    display: none;
    border: 0px solid #fff;
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	font-weight: regular;
}
.btnwrapper {
	flex-direction: column;
	justify-content:center;
	align-items:center;
}
.inflist > li {
	display: list-item;
}
.infremark {
	font-size: 16px;
	line-height: 20px;
}
#tab_1:checked ~ .rules,
#tab_2:checked ~ .reginf,
#tab_3:checked ~ .claninf, 
#tab_4:checked ~ .maininf, 
#tab_5:checked ~ .admininf,
#tab_6:checked ~ .licence,
#tab_7:checked ~ .squads,
#tab_8:checked ~ .squads { 
	display: block; 
	transition: ease 0.6s;
}
.admininf__wrap {
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
}
.admincard {
	width: 250px;
	margin: 10px 0px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	
}
.admincard__text {
	font-size: 16px;
	line-height: 20px;
	display: flex;
	align-items: flex-end;
}
.squads_round {
    border-radius: 50px;
    box-shadow: 0 0 0 3px #D89950, 0 0 5px #333;
}
.text-squads {
    display: inline-block;
    padding: 7px;
    margin: 3px -5px -1px 0;
    text-align: left;
    border: 1px solid #fff;
    background: #273234;
    font-size: 18px;
    line-height: 25px;
    vertical-align: middle;
}
.underline-squads {
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
.underline-squads:after {
	content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background-color: #D89950;
    transition: width 0.5s;
}

.underline-squads:hover:after {
	content: "";
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 2px;
    background-color: #D89950;
    transition: width 0.7s;
}
.okrcats {
	background: #1E2822;
	padding: 50px 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.okrtable {
	width: 100%;
	color: #fff;
}

.vopros {  
	font-size: 24px;
	margin-left: 15px;
	cursor: pointer;
}  
.popupinf {
	margin: 5% auto;
	width: 80%;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.centerimg {
	display: block;
	margin: 10px auto;
}
.generateokr {
	padding: 15px 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.generateokr__field {
	justify-content: space-between;
	align-items: center;
	width: 50%;
	margin: 8px 0;
}
.cat {
	display: inline;
}
.cat__element { 
	position: absolute; 
}
.catwrapper {
	color: #fff;
	width: 60%;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.generateokr__text {
	width: 80%;
}
.generateokr__btn {
	margin: 5px 0;
}	
/**/

@media screen and (max-width: 860px) {
	.container, .footer1, .reg1, .vhod1 {
		width: 100%;
	}
	.header {
		height: 600px;
	}
	.menu {
		justify-content: center;
		margin-right: 0px;
	}
	.offer {
		width: 62%;
		margin-top: 70px;
		margin-left: 50px;
	}
	.offer__text{
		width: 100%;
	}
	.info {
		flex-direction: column;
		align-items: center;
		padding: 120px 0;
	}
	.infoblock:first-child {
		margin-right: 0px;
		margin-bottom: 48px;
	}
	.vhod {
		padding: 20px 0;
		width: 100%;
	}
	.vhodbtn {
		padding-left: 90px;
		padding-right: 90px;
		margin-left: 30px;
	}
	.reg {
		padding: 20px 0;
	}
	.regfields {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.regfields__block:first-child {
		margin-right: 0px;
	}
	.regform__input {
		margin-left: auto;
	}
	.regform__title {
		margin-left: 8%;
	}
	.regform__field {
		margin-bottom: 25px;
	}
	.regbtn {
		margin: 0;
		padding-left: 90px;
		padding-right: 90px;
	}
	.regform__field-cats {
	 float: center;
	 margin-top: -20px;
	 margin-bottom: 25px;
	}
	.regform__text-1, .regform__text-2 {
		width: 90%;
		margin: 20px;
		text-align: left;
	}
	.footer {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 20px 0;
	}
	.footer__img {
		margin-top: 20px;
		margin-left: 0px;
		order: 1;
	}
	.footmenu {
		margin-right: 0px;
		text-align: center;
	}
	.alert {
		width: 60%;
	}
	.vhodwarn {
	width: 30%;
	}
	.list-block__name-block {
	width: 80%;
	margin-left: 8%;
	}
	.btn-first {
		margin-left: 0;
	}
	.popupinf {
		margin: 5% auto auto auto;
		overflow: scroll;
		height: 30%;
		width: 80%;
		overflow-x: hidden;
		justify-content: space-between;
	}
}
@media screen and (max-width: 570px) {
	.offer {
		align-items: center;
		width: 90%;
	}

}
@media screen and (max-width: 480px) {
	.container {
		width: 100%;
	}
	.header {
		height: 100%;
		display: flex;
		flex-direction: column;
		background-color: #273234;
		background-image: none;
		padding: 0;
		align-items: center;
		justify-content: center;
	}
	.menu {
		width: 90%;
		height: 60px;
		padding: 0;
		margin: 10px 20px 15px 20px;
		padding-top: 0px;
		justify-content: center;
		flex-wrap: wrap;
	}
	.menu__item {
		margin: 0px;
		margin-right: 10%;
	}
	.menu__item:last-child {
		margin: 0px;
		margin-right: 10%;
	}
	.offer {
		width: 82%;
		justify-content: flex-start;
		padding: 8px 0 15px 0;
		margin: 0;
		margin-left: 0;
	}
	.offer__text {
		width: 100%;
	}
	.offer__title {
		line-height: 40px;
		margin-bottom: 20px;
	}
	.info {
		height: unset;
		padding: 20px 0;
	}
	.infoblock {
		width: 80%;
	}
	.infoblock:first-child {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.infoblock__img {
		display: none;
	}
	.infoblock__text {
		margin-left: 0px;
		width: 100%;
	}
	.infoblock__title {
		text-align: center;	
	}
	.reg {
		padding: 20px 0;
	}
	.reg__title {
		margin: 0;
	}
	.regfields__block {
		align-items: center;
		width: 240px;
	}
	.regform__field {
		flex-direction: column;
		align-items: center;
		margin-bottom: 8px;
	}
	.regform__title {
		margin-left: 0;
		margin-bottom: 5px;
	}
	.regform__input {
		margin-left: 0;
	}
	.regform__field-cats {
	 float: none;
	 margin-left: 0;
	}
	.regform__text-1, .regform__text-2 {
		width: 80%;
		margin-bottom: 15px;
		margin-top: 5px;
	}
	.vhod {
		padding: 20px 0;
		justify-content: center;
	}
	.vhod__title {
		margin-bottom: 20px;
	}
	.vhodform {
		width: 300px;
	}
	.vhodform__title {
		display: block;
		margin-bottom: 12px;
	}
	.vhodform__input {
		margin-left: 0;
	}
	.vhodform__input-login {
		margin-left: 0;
	}
	.vhodform__field {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.vhodbtn {
		margin-left: 25px;
		margin-right: 25px;
	}
	.footer {
		padding: 20px 0;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footer__img {
		display: none;
	}
	.footmenu {
		margin-right: 0px;
		text-align: center;
	}
	.vhodwarn {
		width: 50%;
	}
	.information {
		padding: 20px 0;
	}
	.block {
		padding: 15px 20px;
	}
	.generateokr__field {
	flex-direction: column;	
	width: 95%;
	}
	.generateokr__title {
		text-align: left;
		margin-bottom: 5px;
	}	
	
}