@import"https://fonts.googleapis.com/css2?family=Reggae+One&display=swap";
* {
	margin:0;
	padding:0;
	border:0
}
*,*::before,*::after {
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
:focus,:active {
	outline:none
}
a:focus,a:active {
	outline:none
}
header,footer,aside,nav,section {
	display:block
}
html,body {
	position:relative;
	margin:0;
	min-width:320px;
	height:100%;
	padding:0
}
body {
	line-height:1;
	font-family:sans-serif;
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	text-size-adjust:100%
}
input,button,textarea {
	font-family:sans-serif
}
input::-ms-clear {
	display:none
}
button {
	cursor:pointer
}
button::-moz-focus-inner {
	padding:0;
	border:0
}
a,a:visited {
	text-decoration:none
}
a:hover {
	text-decoration:none
}
ul li {
	list-style:none
}
img {
	vertical-align:top
}
h1,h2,h3,h4,h5,h6 {
	font-weight:inherit;
	font-size:inherit
}
.header {
	height:100vh;
	padding:30px 0;
	background-image:url("../images/header-bg.jpg");
	background-position:center;
	color:#fff
}
@media(max-width: 990px) {
	.header {
		height:auto;
	}
}
.header__wrapper {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	max-width:1220px;
	height:100%;
	margin:auto;
	padding:0 20px
}
@media(max-width: 550px) {
	.header__wrapper {
		display:block
	}
}
.header__row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-flex:1;
	-ms-flex:1 0 auto;
	flex:1 0 auto;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.header__row:first-child {
	-webkit-box-flex:0;
	-ms-flex:0 0 auto;
	flex:0 0 auto;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
@media(max-width: 550px) {
	.header__row:first-child {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column
	}
}
@media(max-width: 990px) {
	.header__row:last-child {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column
	}
}
.header__logo {
	font-size:24px;
	font-weight:700
}
@media(max-width: 550px) {
	.header__logo {
		padding:20px
	}
}
.header__menu {
	-webkit-box-flex:1;
	-ms-flex:1 0 auto;
	flex:1 0 auto
}
.header__list {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
}
@media(max-width: 820px) {
	.header__list {
		-webkit-box-pack:end;
		-ms-flex-pack:end;
		justify-content:end
	}
}
.header__item {
	padding:0 20px;
	font-size:18px
}
.header__item a {
	color:#fff;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s
}
.header__item a:hover {
	color:#ff4719
}
@media(max-width: 375px) {
	.header__item {
		padding:0 10px
	}
}
.header__contacts {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
@media(max-width: 820px) {
	.header__contacts {
		display:none
	}
}
.header__phone {
	margin-right:30px;
	color:#fff;
	font-size:21px
}
.header__socials {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.header__social {
	width:30px;
	height:30px;
	margin-left:10px
}
.header__vk {
	background-image:url("../images/vk.svg")
}
.header__inst {
	background-image:url("../images/inst.svg")
}
.header__title {
	-webkit-box-flex:1;
	-ms-flex:1 0 50%;
	flex:1 0 50%
}
.header__title h1 {
	font-size:70px;
	font-weight:700;
	line-height:80px;
	margin-bottom:30px
}
@media(max-width: 1080px) {
	.header__title h1 {
		font-size:60px
	}
}
@media(max-width: 990px) {
	.header__title h1 {
		margin-bottom:0;
		font-size:30px
	}
}
@media(max-width: 550px) {
	.header__title h1 {
		line-height:50px;
		padding:20px
	}
	.header__title h3 {
		line-height:30px
	}
}
.header__title h3 {
	font-size:21px
}
@media(max-width: 990px) {
	.header__title {
		-webkit-box-flex:1;
		-ms-flex:auto;
		flex:auto;
		text-align:center
	}
}
@media(max-width: 550px) {
	.header__title {
		margin-bottom:20px
	}
}
.header__form {
	-webkit-box-flex:1;
	-ms-flex:1 0 50%;
	flex:1 0 50%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:end;
	flex-direction:column;
}
.header__form form {
	text-align:center;
}
@media(max-width: 550px) {
	.header__form form {
		padding:20px 0
	}
}
@media(max-width: 990px) {
	.header__form form {
		-webkit-box-flex:1;
		-ms-flex:auto;
		flex:auto
	}
}
.header__form h3 {
	margin-bottom:20px;
	font-size:28px;
	font-weight:600;
	text-align:center
}
.header__form input,.header__form textarea,.header__form [type=submit] {
	width:86%;
	margin:10px auto;
	padding:16px 18px
}
.header__form input::-webkit-input-placeholder, .header__form textarea::-webkit-input-placeholder {
	font-size:16px
}
.header__form input::-moz-placeholder, .header__form textarea::-moz-placeholder {
	font-size:16px
}
.header__form input:-ms-input-placeholder, .header__form textarea:-ms-input-placeholder {
	font-size:16px
}
.header__form input::-ms-input-placeholder, .header__form textarea::-ms-input-placeholder {
	font-size:16px
}
.header__form input::placeholder,.header__form textarea::placeholder {
	font-size:16px
}
.header__form input {
	height:50px
}
.header__form [type=submit] {
	background-color:#ff4719;
	color:#fff;
	font-weight:700;
	font-size:16px;
	border-radius:0;;
}
@media(max-width: 1140px) {
	.header__form {
		-webkit-box-flex:1;
		-ms-flex:auto;
		flex:auto
	}
}
@media(max-width: 376px) {
	.header__form p{
		padding:10px 3px
	}
}
.header__decoration {
	position:absolute;
	left:0;
	right:0;
	display:block;
	width:46px;
	height:23px;
	margin:auto;
	font-size:0;
	-webkit-animation:move 2s infinite;
	animation:move 2s infinite
}
@media(max-width: 990px) {
	.header__decoration {
		display:none
	}
}
.header__decoration::before,.header__decoration::after {
	content:"";
	position:absolute;
	bottom:0;
	right:calc(50% - 4px);
	width:25px;
	height:2px;
	background:#fff;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg)
}
.header__decoration::after {
	left:calc(50% - 4px);
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
@media(max-width: 550px) {
	.header {
		padding:0
	}
}
@-webkit-keyframes move {
	0% {
		bottom:50px
	}
	50% {
		bottom:60px
	}
	100% {
		bottom:50px
	}
}
@keyframes move {
	0% {
		bottom:50px
	}
	50% {
		bottom:60px
	}
	100% {
		bottom:50px
	}
}
.zakonrf label input {
    float: none
}
.zakonrf{
    order:4
}
.zakonrf label {
	padding:10px 0 0 30px;
	text-align:left
}
.zakonrf label input {
    height:20px;
    width:20px;
    margin:0
}
.moduletable.header__form {
	-webkit-box-flex:0;
	-ms-flex:0 1 460px;
	flex:0 1 460px;
	background-color:rgba(122,27,27,.3);
	padding:40px 0 20px
}
.textlabel.col-form-label {
    display: none
}

.services h2 {
	font-weight:bold;
	font-size:30px
}
.services p {
	line-height:2em
}
.services__wrapper {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	max-width:800px;
	height:100%;
	margin:auto;
	padding:50px 20px 30px
}
.services__title {
	text-align:center
}
.services__title p {
	margin:30px 0;
	font-family:Verdana,Geneva,sans-serif
}
.services__details {
	border-top:1px solid #eee;
	line-height:70px
}
.services__details:last-child {
	border-bottom:1px solid #eee
}
.services__summary {
	position:relative;
	display:block;
	padding:20px 40px 20px 0;
	cursor:pointer;
	list-style:none;
	font-size:22px;
	line-height:30px;
	color:#000
}
.services__summary--open .services__decoration {
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
@media(min-width: 769px) {
	.services__summary:hover .services__decoration {
		background-color:#ff4719
	}
	.services__summary:hover .services__decoration::before,.services__summary:hover .services__decoration::after {
		background-color:#fff
	}
}
.services__decoration {
	position:absolute;
	right:5px;
	top:0;
	bottom:0;
	margin:auto;
	width:40px;
	height:40px;
	border-radius:50%;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s
}
.services__decoration::before,.services__decoration::after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	height:2px;
	width:24px;
	background-color:#ff4719
}
.services__decoration::after {
	height:24px;
	width:2px
}
.services__text {
	display:none
}
.services__text>p:first-child {
	margin-top:14px
}
.help {
	padding:75px 0;
	background-color:#303030;
	color:#fff
}
.help__row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	max-width:1200px;
	margin:100px auto 0
}
@media(max-width: 550px) {
	.help__row {
		display:block;
		margin:auto
	}
}
.help__title {
	text-align:center;
	font-size:42px;
	line-height:1.23;
	font-weight:bold
}
@media(max-width: 764px) {
	.help__title {
		font-size:30px
	}
}
.help__service {
	-webkit-box-flex:1;
	-ms-flex:1 1 30%;
	flex:1 1 30%;
	text-align:center
}
@media(max-width: 550px) {
	.help__service {
		margin-top:30px
	}
}
.help__service-img {
	width:70px;
	height:70px
}
.help__service-name {
	margin:23px 0 20px;
	font-size:22px;
	font-weight:bold
}
.info {
	max-width:740px;
	margin:auto;
	padding:90px 10px 40px
}
.info__title {
	text-align:center;
	margin:20px 0 40px;
	font-size:30px;
	font-weight:bold
}
.info__description {
	max-width:560px;
	margin:auto;
	font-size:24px;
	line-height:1.5;
	color:#444
}
.info__img {
	margin:45px 0;
	max-width:100%
}
.info__text {
	font-size:20px;
	line-height:1.55;
	color:#333
}
.info h3 {
	margin:60px 0 30px;
	font-weight:bold;
	font-family:Verdana,Geneva,sans-serif
}
.affairs {
	padding:75px 0 50px;
	text-align:center;
	background-color:#303030;
	color:#fff
}
.affairs__title {
	margin-bottom:40px;
	font-size:44px;
	line-height:1.23;
	font-weight:bold;
	font-family:Verdana,Geneva,sans-serif
}
@media(max-width: 764px) {
	.affairs__title {
		font-size:30px
	}
}
.affairs__description {
	font-size:24px;
	line-height:1.5
}
.affairs__img-list {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	max-width:1200px;
	margin:30px auto
}
.affairs__img {
	-webkit-box-flex:1;
	-ms-flex:1 1 27%;
	flex:1 1 27%;
	margin:0 1%
}
.affairs img {
	max-width:100%
}
.feedback {
	max-width:960px;
	margin:auto;
	padding:90px 0 50px
}
.feedback__title {
	font-size:47px;
	font-weight:700;
	text-align:center
}
@media(max-width: 764px) {
	.feedback__title {
		font-size:30px
	}
}
.feedback__item {
	margin-top:80px;
	border-top:4px solid #000
}
.feedback__text {
	margin:20px;
	font-size:28px;
	line-height:36px
}
.feedback__border {
	overflow:hidden
}
.feedback__user {
	padding:20px
}
.feedback__photo {
	border-radius:50%;
	overflow:hidden;
	float:left;
	margin-right:20px
}
.feedback__name {
	padding-top:20px;
	font-size:18px;
	font-weight:600;
	line-height:22px
}
.feedback__discription {
	font-size:13px;
	line-height:20px;
	letter-spacing:1px;
	color:#444
}
.contacts {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	padding:20px 0
}
.contacts__maps {
	-webkit-box-flex:1;
	-ms-flex:1 1 50%;
	flex:1 1 50%
}
@media(max-width: 768px) {
	.contacts__maps {
		-webkit-box-ordinal-group:3;
		-ms-flex-order:2;
		order:2
	}
}
.contacts__info {
	-webkit-box-flex:1;
	-ms-flex:1 1 50%;
	flex:1 1 50%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	padding:70px;
	background:#ad2f2f;
	color:#fff
}
@media(max-width: 768px) {
	.contacts__info {
		padding:20px
	}
}
.contacts__info a {
	color:#fff
}
.contacts__info p {
	font-size:21px;
	line-height:150%
}
.contacts__info p+p {
	padding:40px 0
}
.contacts__socials {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.contacts__social {
	width:30px;
	height:30px;
	margin-right:10px
}
.contacts__vk {
	background-image:url("../images/vk.svg")
}
.contacts__inst {
	background-image:url("../images/inst.svg")
}
@media(max-width: 768px) {
	.contacts {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column
	}
}

.page-header {
	display: none
}