input {
	outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

.nav-btn span {
	display: block;
}

button,
a {
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: none;
	background: none;
	text-decoration: none;
}

button:hover,
a:hover {
	opacity: 0.7;
}

textarea {
	resize: vertical;
}

body {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #4f4f4f;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow-x: hidden;
	background: #fbfbfb;
}

.wrapper {
	max-width: 1218px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.form-template {
	width: 100%;
}

.irow {
	display: grid;
	grid-column-gap: 15px;
	grid-row-gap: 15px;
}

.irow+.irow {
	margin-top: 15px;
}

.irow.irow-type-1 {
	grid-template-columns: 1fr 176px;
	grid-column-gap: 20px;
}

.irow.irow-type-2 {
	grid-template-columns: 1fr 1fr;
}

.irow.irow-type-3 {
	grid-template-columns: 142px 1fr;
	grid-column-gap: 10px;
}

.irow.irow-type-3 .inputs-group-name {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #4f4f4f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.irow.irow-type-3 .inputs-group {
	display: grid;
	grid-template-columns: 83px 1fr 95px;
	grid-column-gap: 15px;
	grid-row-gap: 15px;
}

.irow.irow-type-4 {
	grid-template-columns: 100%;
}

.nice-select {
	width: 100%;
	height: 45px;
	background: #ffffff;
	border: 1px solid #d2d2d2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 6px;
	line-height: 45px;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	padding-left: 15px;
	text-align: center;
	color: #4f4f4f;
}

.nice-select .list {
	min-width: 100%;
	height: 300px;
	overflow-y: scroll;
}

.nice-select .list li:first-child {
	display: none;
}

.nice-select::after {
	right: 20px;
}

.input-wrap {
	width: 100%;
}

.input-wrap input {
	display: block;
	width: 100%;
	height: 45px;
	background: #ffffff;
	border: 1px solid #d2d2d2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 6px;
	padding: 0 16px;
}

.input-wrap input:focus {
	border-color: #999;
}

.input-wrap input::-webkit-input-placeholder {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 41px;
	color: #4f4f4f;
	opacity: 1;
}

.input-wrap input::-moz-placeholder {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 41px;
	color: #4f4f4f;
	opacity: 1;
}

.input-wrap input:-ms-input-placeholder {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 41px;
	color: #4f4f4f;
	opacity: 1;
}

.input-wrap input::-ms-input-placeholder {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 41px;
	color: #4f4f4f;
	opacity: 1;
}

.input-wrap input::placeholder {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 41px;
	color: #4f4f4f;
	opacity: 1;
}

.accent-btn {
	font-family: "Roboto", sans-serif;
	display: block;
	height: 44px;
	background: #00ac56;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	border-radius: 50px;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 44px;
	color: #ffffff;
	padding: 0 30px;
}

.check-block+.submit-btn {
	margin-top: 40px;
}

.check-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 24px;
}

.check-block .checkbox {
	width: 12px;
	min-width: 12px;
	height: 12px;
	border: 1px solid #d2d2d2;
	border-radius: 4px;
	position: relative;
	margin-right: 5px;
	padding: 0;
}

.check-block .checkbox input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}

.check-block .checkbox input:checked~.checkbox-mask {
	background-color: #00ac56;
}

.check-block .checkbox input:checked~.checkbox-mask img {
	opacity: 1;
	max-width: 8px;
}

.check-block .checkbox .checkbox-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	margin-left: -1px;
	margin-right: -1px;
	margin-top: -1px;
	margin-bottom: -1px;
	background-color: transparent;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.check-block .checkbox .checkbox-mask img {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.check-block label {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #4f4f4f;
}

.check-block label a {
	text-decoration: underline;
	color: #4f4f4f;
}

.check-block label a:hover {
	text-decoration: none;
}

.ckblock+.submit-btn {
	margin-top: 40px;
}

.ckblock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 24px;
}

.ckblock .checkbox {
	width: 12px;
	min-width: 12px;
	height: 12px;
	border: 1px solid #d2d2d2;
	border-radius: 4px;
	position: relative;
	margin-right: 5px;
	padding: 0;
}

.ckblock .checkbox input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}

.ckblock .checkbox input:checked~.checkbox-mask {
	background-color: #00ac56;
}

.ckblock .checkbox input:checked~.checkbox-mask img {
	opacity: 1;
	max-width: 8px;
}

.ckblock .checkbox .checkbox-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	margin-left: -1px;
	margin-right: -1px;
	margin-top: -1px;
	margin-bottom: -1px;
	background-color: transparent;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ckblock .checkbox .checkbox-mask img {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.ckblock label {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #4f4f4f;
}

.ckblock label a {
	text-decoration: underline;
	color: #4f4f4f;
}

.ckblock label a:hover {
	text-decoration: none;
}

.main-header {
	padding: 19px 0;
}

.main-header .logo {
	display: block;
	width: 204px;
}

.main-header .logo img {
	width: 100%;
	display: block;
	max-width: 100%;
}

.s-main,
.section-main {
	padding-top: 55px;
	padding-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.s-main h1,
.section-main h1 {
	font-family: "Ubuntu", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 39px;
	line-height: 41px;
	color: #333333;
	margin-bottom: 40px;
	max-width: 440px;
}

.s-main .content-side,
.section-main .content-side {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-top: 60px;
}

.s-main .content-side .content-side-inner,
.section-main .content-side .content-side-inner {
	max-width: 482px;
	width: 100%;
}

.s-main .pretty-img,
.section-main .pretty-img {
	width: 440px;
	min-width: 440px;
	margin-right: 26px;
}

.s-main .pretty-img img,
.section-main .pretty-img img {
	display: block;
	width: 100%;
	max-width: 100%;
}

.icons-sections,
.logos-sections {
	background: #f0f0f0;
	padding: 14px 0;
}

.icons-sections .wrapper,
.logos-sections .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.icons-sections .icons-group-name,
.logos-sections .logos-group-name {
	margin-right: 20px;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #4f4f4f;
}

.icons-list,
.logos-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: auto;
}

.icons-list li,
.logos-list li {
	margin-right: 50px;
}

.icons-list.mr5 li,
.logos-list.mr5 li {
	margin-right: 5px;
}

.icons-list li:last-child,
.logos-list li:last-child {
	margin-right: 0;
}

.icons-list.mr5 li a,
.logos-list.mr5 li a {
	display: block;
	width: 63px;
	min-width: 63px;
}

.icons-list li a,
.logos-list li a {
	display: block;
	width: 95px;
	min-width: 95px;
}

.icons-list li a img,
.logos-list li a img {
	display: block;
	max-width: 100%;
}

.mt60 {
	margin-top: -60px;
}

.ees,
.advantages {
	padding-top: 68px;
	padding-bottom: 51px;
	background: #00ac56;
}

.ees-list,
.advantages-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 12.8%;
	margin: 0 50px;
}

.ee,
.advantage {
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.ee .ee-icon,
.advantage .advantage-icon {
	height: 80px;
	margin-bottom: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ee strong,
.advantage strong {
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 8px;
}

.ee p,
.advantage p {
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #ffffff;
}

.services {
	background: #e5e5e5;
	padding-top: 80px;
	padding-bottom: 133px;
}

.services h2 {
	text-align: center;
	margin-bottom: 49px;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	color: #333333;
}

.services-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.service {
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	width: 100%;
	padding: 20px 20px 25px 20px;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 4px 8px rgba(15, 54, 115, 0.07);
	box-shadow: 0px 4px 8px rgba(15, 54, 115, 0.07);
	border-radius: 7px;
	-webkit-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	overflow: hidden;
}

.service:hover {
	opacity: 1;
	background: #04b45c;
}

.service:hover strong {
	color: #fbfbfb;
}

.service:hover .more {
	margin-bottom: 0;
}

.service .service-icon {
	margin-bottom: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.service strong {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.service .more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 24px;
	margin-bottom: -60px;
	-webkit-transition: margin-bottom 0.3s ease;
	-o-transition: margin-bottom 0.3s ease;
	transition: margin-bottom 0.3s ease;
}

.service .more span {
	display: block;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	margin-right: 8px;
}

#search-debts-form {
	max-width: 525px;
}

.s-main-debts,
.section-main-debts {
	padding-bottom: 30px;
	padding-top: 40px;
}

.s-main-debts .content-side .content-side-inner,
.section-main-debts .content-side .content-side-inner {
	max-width: 614px;
}

.s-main-debts .content-side .content-side-inner h1,
.section-main-debts .content-side .content-side-inner h1 {
	max-width: 100%;
}

.content-side-inner #form-data h1 {
	font-weight: 500;
}

.content-side-inner #form-data h1 span{
	font-weight: bold;
	color: #00ac56;
}

.s-main-debts .pretty-img,
.section-main-debts .pretty-img {
	width: 473px;
	min-width: 440px;
	margin-right: -12px;
	margin-top: 0;
}

.s-main-bailiffs .content-side .content-side-inner,
.section-main-bailiffs .content-side .content-side-inner {
	max-width: 614px;
}

.s-main-bailiffs .content-side .content-side-inner h1,
.section-main-bailiffs .content-side .content-side-inner h1 {
	max-width: 100%;
}

#search-bailiffs-data {
	max-width: 467px;
}

#search-bailiffs-data .irow {
	max-width: 388px;
}

.s-main-bailiffs .pretty-img {
	width: 506px;
	min-width: 506px;
	margin-right: -27px;
	margin-top: -14px;
}

.s-main-bailiffs {
	padding-bottom: 64px;
	padding-top: 40px;
}

.ees-list-no-margin {
	margin: 0 0;
	grid-column-gap: 18.8%;
}

.ees-padding-xl {
	padding-top: 84px;
	padding-bottom: 70px;
}

.s-main-fines {
	padding-top: 67px;
}

.s-main-fines h1 {
	max-width: 470px;
}

.s-main-fines .pretty-img {
	width: 628px;
	min-width: 628px;
	margin-right: -74px;
	margin-top: -48px;
}

@media (max-width: 1205px) {
	.icons-list li {
		margin-right: 25px;
	}
}

@media (max-width: 1060px) {
	.icons-list li {
		margin-right: 10px;
	}
}

@media (max-width: 1000px) {
	.s-main .pretty-img,
	.section-main .pretty-img {
		width: 40%;
		margin-right: 0;
		min-width: 40%;
	}
	.s-main,
	.section-main {
		padding-top: 20px;
	}
	.s-main h1,
	.section-main h1 {
		font-size: 30px;
	}
	.services h2 {
		font-size: 25px;
	}
	.ees-list {
		grid-column-gap: 20px;
		margin: 0;
	}
	.icons-sections .wrapper,
	.logos-sections .wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.icons-list {
		margin-left: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
	}
	.icons-sections .icons-group-name,
	.logos-sections .logos-group-name {
		margin-bottom: 20px;
	}
	.main-header .logo {
		width: 150px;
	}
	.s-main .content-side {
		margin-right: 20px;
	}
	.s-main .pretty-img {
		width: 35%;
		margin-right: 0;
		min-width: 35%;
	}
}

@media (max-width: 780px) {
	.ee .ee-icon,
	.advantage .advantage-icon {
		width: 60px;
		margin-bottom: 12px;
	}
	.ee .ee-icon img,
	.advantage .advantage-icon img {
		display: block;
		width: 100%;
		max-width: 100%;
		-o-object-fit: contain;
		object-fit: contain;
	}
	.ee strong,
	.advantage strong {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 8px;
	}
	.ees,
	.advantages {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.services {
		padding-top: 50px;
		padding-bottom: 70px;
	}
}

@media (max-width: 890px) {
	.s-main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.s-main .content-side {
		width: 100%;
		margin-right: 0;
		margin-bottom: 60px;
	}
	.s-main .content-side .content-side-inner {
		max-width: 100%;
		width: 100%;
	}
	.s-main .pretty-img {
		width: 320px;
		margin-right: 0;
		min-width: 320px;
		margin: 0;
		-ms-flex-item-align: center;
		align-self: center;
	}
	#search-debts-form {
		max-width: 100%;
	}
	#search-bailiffs-data .irow {
		max-width: 100%;
	}
	#search-bailiffs-data {
		max-width: 100%;
	}
}

@media (max-width: 740px) {
	.ees-list,
	.advantages-list {
		grid-template-columns: 1fr;
		grid-row-gap: 20px;
	}
	.services-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.s-main .pretty-img,
	.section-main .pretty-img {
		width: 200px;
		margin-right: 0;
		min-width: 200px;
		display: none;
	}
	.icons-list,
	.logos-list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: center;
	}
}

@media (max-width: 577px) {
	.irow.irow-type-1 {
		grid-template-columns: 100%;
	}
	.irow.irow-type-2 {
		grid-template-columns: 100%;
	}
	.irow.irow-type-3 {
		grid-template-columns: 100%;
	}
	.input-wrap input::-webkit-input-placeholder {
		font-size: 14px;
	}
	.input-wrap input::-moz-placeholder {
		font-size: 14px;
	}
	.input-wrap input:-ms-input-placeholder {
		font-size: 14px;
	}
	.input-wrap input::-ms-input-placeholder {
		font-size: 14px;
	}
	.input-wrap input::placeholder,
	.nice-select {
		font-size: 14px;
	}
	.s-main-debts,
	.section-main-debts {
		padding-bottom: 60px;
	}
	.submit-btn {
		width: 100%;
	}
	.services h2 {
		font-size: 20px;
		line-height: 24px;
	}
	.service strong {
		font-size: 16px;
	}
	.service .more span {
		font-size: 12px;
	}
	.service .more img {
		width: 15px;
	}
	.s-main h1,
	.section-main h1 {
		font-size: 21px;
		line-height: 21px;
		margin-bottom: 20px;
	}
	.icons-list li,
	.logos-list li {
		margin-right: 10px;
	}
	.s-main .content-side,
	.section-main .content-side {
		padding-top: 0;
	}
	.main-header .logo {
		width: 120px;
	}
	.check-block label {
		font-size: 12px;
	}
	.ckblock label {
		font-size: 12px;
	}
}

.phone-txt {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.phone-example {
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color: #000;
}

.mt0 {
	margin-top: 0 !important;
}

.hidden {
	display: none;
}

.check-block label.danger,
.ckblock label.danger,
.danger {
	color: red;
}

.submit-btn.accent-btn:disabled {
	background-color: gray;
	cursor: unset;
}

.main-footer {
	background: #e5e5e5;
	padding: 20px 0;
}

.footer-wrapp {
	margin: 0 auto;
	max-width: 650px;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.main-footer a {
	color: #333333;
	font-size: 12px;
}

@media (max-width: 740px) {
	.footer-wrapp {
		flex-direction: column;
		text-align: center;
	}
}

.tarif {
	padding: 80px 0;
}

.tarif__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tarif__left {
	margin-right: 17px;
	width: 100%;
	max-width: 903px;
}

.tarif .title {
	font-size: 40px;
	line-height: 46px;
	color: #000;
	margin-bottom: 26px;
}

.tarif>img {
	width: 100%;
	max-width: 302px;
}

.tarif__text {
	font-size: 17px;
	line-height: 24px;
	color: #1f2429;
}

.tarif__text p {
	margin-bottom: 25px;
}

.tarif__text a {
	text-decoration: none;
	font-weight: 600;
	font-size: 17px;
	line-height: 24px;
	color: #333;
}

.tarif__text-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}

.tarif__text-img img {
	margin-right: 27px;
}

.tarif__text-img span {
	font-weight: 600;
	font-size: 17px;
	line-height: 24px;
	color: #12a06d;
}

.pay {
	padding: 72px 0 22px;
}

.pay__row {
	margin-bottom: 85px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pay__item {
	width: 100%;
	margin-bottom: 50px;
}

.pay__item:nth-child(odd) {
	width: 45%;
	padding-right: 30px;
}

.pay__item:nth-child(2n) {
	width: 55%;
}

.pay__title {
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 21px;
	color: #333;
}

.pay__title img {
	margin-right: 15px;
}

.pay__text {
	margin-bottom: 30px;
	font-size: 17px;
	line-height: 24px;
	color: #333;
}

.pay__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.pay__img img {
	margin-right: 20px;
	-webkit-filter: drop-shadow(0 4px 10px #04b45c);
	filter: drop-shadow(0 4px 10px #04b45c);
}

.pay__img-title {
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	color: #333;
}

.how-works {
	padding: 63px 0 77px;
}

.how-works__content {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.how-works__content,
.how-works__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.how-works__item {
	width: 50%;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 42px;
	padding: 0 15px;
}

.how-works__item>img {
	margin-right: 15px;
}

.how-works__img {
	margin-left: 109px;
}

.how-works__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #333;
}

.how-works__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #575757;
}

.footer {
	background: #e5e5e5;
}

.footer__top {
	margin-top: 40px;
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}

.footer__col {
	max-width: 342px;
}

.footer__col ul {
	list-style: none;
	margin: 0;
	padding: 0;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 92px;
}

.footer__col ul,
.footer__col ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
}

.footer__col ul li {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 30px;
}

.footer__col ul li a {
	text-decoration: none;
}

.footer__col._phone span,
.footer__col ul li a {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: -0.04em;
	color: #333;
}

.footer__col._phone span {
	display: block;
	font-weight: 300;
	text-align: right;
}

.footer__col._phone b,
.footer__col._phone strong {
	font-weight: 700;
	font-size: 14px;
	line-height: 30px;
	text-align: right;
	color: #333;
}

.footer__col._phone p {
	font-size: 14px;
	line-height: 30px;
	text-align: right;
	color: #333;
}

.w348 {
	max-width: 348px;
	width: 100%;
}

.footer__col._phone {
	max-width: 277px;
}

.footer__bottom {
	font-size: 12px;
	line-height: 16px;
	color: #333;
	padding: 40px 0;
}

@media screen and (max-width: 1024px) {
	.form {
		max-width: 355px;
	}
	.footer__col {
		min-width: 0;
	}
	.footer__col ul {
		height: auto;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.footer__col ul li {
		margin: 0;
	}
	.footer__col ul li a {
		line-height: 20px;
	}
}

@media screen and (max-width: 940px) {
	.how-works__item {
		width: 100%;
	}
	.pay__item:nth-child(2n),
	.pay__item:nth-child(odd) {
		width: 100%;
		margin-right: 0;
		padding: 0;
	}
	.footer .logo-footer {
		margin-bottom: 20px;
	}
	.footer__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.footer__col {
		width: auto;
		min-width: 370px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.footer__col ul {
		width: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		flex-direction: row;
	}
	.footer__col ul li {
		margin: 0 10px;
	}
	.footer__col ul li a {
		line-height: 30px;
	}
	.footer__col._phone {
		width: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		flex-direction: row;
	}
	.footer__col._phone span {
		margin: 0 15px;
	}
}

@media screen and (max-width: 768px) {
	.how-works {
		padding: 6px 0;
	}
	.how-works__content {
		width: 100%;
		max-width: 290px;
		margin: 0 auto;
	}
	.how-works__item {
		margin-bottom: 25px;
		padding: 0;
	}
	.how-works__item>img {
		width: 40px;
		height: 40px;
		margin-right: 6px;
	}
	.how-works__title {
		height: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 14px;
		line-height: 14px;
	}
	.how-works__text p {
		font-size: 12px;
		line-height: 16px;
		margin-left: -46px;
	}
	.how-works__img {
		display: none;
	}
	.footer__top {
		width: 290px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		justify-content: center;
		margin: 15px auto;
	}
	.footer .logo-footer {
		margin-bottom: 14px;
	}
	.footer .logo-footer img {
		width: 106px;
		height: auto;
	}
	.footer__col {
		min-width: 0;
		width: auto;
	}
	.footer__col ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		align-items: center;
	}
	.footer__col ul li {
		margin: 0;
	}
	.footer__col ul li a {
		font-size: 11px;
		line-height: 20px;
	}
	.footer__col._phone {
		margin-right: -15px;
		margin-left: -15px;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-top: 16px;
		flex-direction: row;
    	align-items: center;
    	justify-content: center;
	}
	.footer__col._phone,
	.footer__col._phone span {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-wrap: nowrap;
		flex-wrap: wrap;
	}
	.footer__col._phone p {
		    font-size: 11px;
    	line-height: 17px;
	}
	.footer__col._phone span {
		text-align: left;
		font-size: 10px;
		line-height: 16px;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 15px;
	}
	.footer__col._phone span b {
		text-align: left;
		display: block;
		font-size: 10px;
		line-height: 16px;
	}
	.footer__bottom {
		font-size: 10px;
		line-height: 16px;
		padding: 20px 0;
		text-align: center;
	}
	.tarif {
		padding: 13px 0;
	}
	.tarif__content>img {
		display: none;
	}
	.tarif__left {
		margin: 0 auto;
		width: 290px;
	}
	.tarif .title {
		font-size: 22px;
		line-height: 25px;
	}
	.tarif__text {
		margin-bottom: 20px;
	}
	.tarif__text,
	.tarif__text a {
		font-size: 12px;
		line-height: 16px;
	}
	.tarif__text-img {
		margin-bottom: 24px;
	}
	.tarif__text-img span {
		font-size: 12px;
		line-height: 16px;
	}
	.tarif__text-img img {
		width: 32px;
		height: auto;
		margin-right: 10px;
	}
	.pay {
		padding: 22px 0;
	}
	.pay__row {
		width: 290px;
		margin: 0 auto;
	}
	.pay__title {
		font-weight: 500;
		font-size: 14px;
		line-height: 14px;
	}
	.pay__title img {
		max-width: 30px;
		max-height: 30px;
		margin-right: 8px;
	}
	.pay__item {
		margin-bottom: 25px;
	}
	.pay__text {
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 0;
	}
	.pay__img {
		margin-top: 5px;
	}
	.pay__img-title {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 0;
	}
	.pay__img-item {
		margin-right: 10px;
	}
	.pay__img-item img {
		max-width: 60px;
		margin-right: 0;
	}
}

.content {
	width: 100%;
	max-width: 1218px;
	padding: 0 15px;
	margin: 0 auto;
}

.info-bl {
	margin-top: 76px;
}

.info-bl .content,
.iblock__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.info-bl .content {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-direction: column;
}

.iblock__item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 20px;
	max-width: 550px;
	width: 100%;
}

.iblock__img {
	width: 58px;
	min-width: 58px;
	height: 58px;
	background: #00ac56;
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 12px;
}

.iblock__title {
	font-weight: 600;
	font-size: 18px;
	line-height: 16px;
	color: #000;
	margin-bottom: 12px;
}

.iblock__text span {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.03em;
	color: #787b80;
}

.how-info {
	margin-top: 85px;
	margin-bottom: 70px;
}

.how-info__title {
	font-weight: 600;
	font-size: 18px;
	line-height: 16px;
	color: #000;
	margin-bottom: 66px;
}

.how-info__title.mt20 {
	margin-top: 50px;
}

.how-info__title.mb35 {
	margin-bottom: 35px;
}

.how-info__title:before {
	content: "";
	display: block;
	height: 1px;
	width: auto;
	background: #c8c9cb;
	border-radius: 0.5px 0 0 0.5px;
	margin-top: 11px;
}

.how-info__title span {
	padding-right: 36px;
	background: #fff;
	margin-top: -11px;
	display: table;
}

.how-info__content,
.how-info__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.how-info__content {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.how-info__item {
	width: 100%;
	max-width: 320px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.how-info__num {
	font-weight: 600;
	font-size: 36px;
	line-height: 16px;
	margin-right: 15px;
}

.how-info__num,
.how-info__text span {
	color: #787b80;
}

.how-info__item-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 16px;
	color: #000;
	margin-bottom: 12px;
}

.how-info__text span {
	font-size: 14px;
	line-height: 18px;
}

.posylka {
	display: none;
}

.posylka.active {
	display: flex;
}

@media screen and (max-width: 768px) {
	.info-bl {
		margin-top: 55px;
	}
	.mt60 {
	    	margin-top: 0;
	}
	.s-main .content-side {
	    	margin-bottom: 0;
	}
	.s-main-debts, .section-main-debts {
	    	padding-bottom: 20px;
	}
	.info-bl .content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.iblock__item {
		margin-bottom: 20px;
		max-width: none;
	}
	.iblock__img {
		width: 40px;
		min-width: 40px;
		height: 40px;
		margin-right: 7px;
	}
	.iblock__img img {
		max-width: 30px;
		max-height: 30px;
	}
	.iblock__title {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 0;
	}
	.iblock__text span {
		font-size: 12px;
		line-height: 14px;
	}
	.how-info {
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.how-info__title {
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 24px;
	}
	.how-info__title span {
		padding-right: 10px;
	}
	.how-info__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.how-info__item {
		margin-bottom: 24px;
		max-width: none;
	}
	.how-info__item-title {
		font-size: 14px;
		line-height: 16px;
	}
	.how-info__text span {
		font-size: 12px;
		line-height: 14px;
	}
}

.content-column {
	flex-direction: column;
}

.content-column .iblock__item {
	max-width: 100%;
}

.content-column .iblock__item+.iblock__item {
	margin-top: 30px;
}

.content-column .iblock__item ol {
	list-style: decimal;
	padding-left: 14px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.content-column .iblock__item br {
	display: block;
	margin-bottom: 5px;
}

.content-column .iblock__item .iblock__text {
	padding-top: 4px;
}

.content-column .iblock__item strong {
	font-weight: bold;
	color: #000;
}

.required-documents {
	padding-top: 60px;
	padding-bottom: 60px;
}

.accordeon-tempalate-item {
	background-color: #fff;
}

.accordeon-tempalate-item+.accordeon-tempalate-item {
	margin-top: 10px;
}

.accordeon-tempalate-item:nth-child(2n) {
	background-color: #fff;
}

.accordeon-tempalate-item-head strong {
	font-weight: 600;
	font-size: 18px;
	line-height: 16px;
	color: #000;
}

.accordeon-tempalate-item-head {
	padding: 39px 35px 35px;
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
}

.accordeon-tempalate-item-head svg {
	margin-left: 20px;
	transition: all 0.3s ease;
	min-width: 20px;
}

.accordeon-tempalate-item-head.active svg {
	transform: rotate(180deg);
}

.accordeon-tempalate-item-body {
	padding: 12px 35px 64px;
	display: none;
}

.accordeon-tempalate-item-body {
	font-size: 14px;
	line-height: 18px;
	color: #787b80;
	letter-spacing: -0.03em;
}

.accordeon-tempalate-item-body p+ul {
	margin-top: 7px;
}

.accordeon-tempalate-item-body ul {
	list-style: disc;
	padding-left: 10px;
}

.accordeon-tempalate-item-body ul li {
	margin-bottom: 4px;
	position: relative;
}

.accordeon-tempalate-item-body ul li:last-child {
	margin-bottom: 0;
}

.pl17 {
	padding-left: 17px;
}

.pl20 {
	padding-left: 20px;
}

@media (max-width: 768px) {
	.pl20, .pl17 {
		padding-left: 0;
	}
	.accordeon-tempalate-item-head {
		padding: 24px 15px 24px;
	}
	.accordeon-tempalate-item-head strong {
		font-size: 14px;
		line-height: 16px;
	}
	.accordeon-tempalate-item-body {
		padding: 0 15px 30px;
	}
	.accordeon-tempalate-item-head svg {
		width: 15px;
		min-width: 15px;
	}
	.accordeon-tempalate {
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
	}
	.iblock__title {
		margin-bottom: 6px;
	}
	/* .iblock__item{flex-direction: column;}.content-column .iblock__item{position: relative;}.iblock__img{position: absolute;top: 0;left: 0;}.iblock__title{padding-left: 50px;min-height: 40px;}*/
	.how-info__title {
		font-size: 14px;
	}
	.accordeon-tempalate-item-head strong {
		font-size: 13px;
	}
	.accordeon-tempalate-item-body {
		font-size: 12px;
		line-height: 18px;
	}
}