/*@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,700;1,400&display=swap');
*/
html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

html, body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

:root {
  --white: #ffffff;
  --bg-site: #F4F6F8;
  --blue: #065DAD;
  --green: #7AC043;
  --text-input: #373737;
  --text: #232323;
  --text-info: #989CAB;
  --error: #EE3E41;
}

body {
  margin: 0;
}

body {
  padding: 0 0;
  margin: 0 0;
  background: #F5F5F5;
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  position: relative;
  scroll-behavior: smooth;
}

body * {
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  box-sizing: border-box;
  color: #fff;
  margin: 0 0;
  padding: 0 0;
  text-decoration: none;
  outline: none;
  list-style: none;
}

h1 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	text-align: center;
	color: #353535;
	margin-bottom: 30px;
}

header .wrap .company {
  min-width: 190px;
  position: relative;
}

header {
  top: 0;
  left: 0;
  width: 100%;
  background: var(--white);
  border-bottom: 1px solid #e5e5e5;
  z-index: 10;
}

.container {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

header .wrap {
  width: 100%;
  height: 90px;
  padding: 15px 0;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

header .wrap .logo {
  min-width: 262px;
}

header .wrap .nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

header .wrap .nav .open {
  display: none;
}

svg:not(:root) {
  overflow: hidden;
}

header .wrap .nav .menu_wrap .menu_nav ul {
  width: 100%;
  list-style: none;
  padding: 0 0;
  margin: 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 35px;
}

a {
  background: rgba(0,0,0,0);
}

.company ul, .social {
	display: flex;
}

.column-with-padding ul.social {
	padding-top: 5px;
}

div.social {
	margin-top: 40px;
}

div.social .mb-5 {
	font-family: 'Fira Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
}

div.social ul li {
	margin-left: 21px;
}

.company ul li {
	margin-left: 30px;
}

.text-center {
  text-align: center !important;
}

.menu {
  padding: 15px 0;
  font-size: 18px;
  margin-bottom: 50px;
}

.bg-blue {
  background: #0261A6;
}

.container-m, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

button {
  border-radius: 0;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type="button"], [type="reset"], [type="submit"], button {
  -webkit-appearance: button;
}

.mobil-button {
  display: none;
  border: none;
  background: transparent;
  color: #ffffff;
}

[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

.menu ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
  transition: 1s;
}

.menu ul li {
  display: inline-block;
}

.menu a {
  color: #ffffff;
  margin: 0 15px;
}

.footer-area {
  padding: 50px 0;
  color: #ffffff;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-3, .col-lg-4, .col-lg-5, .col-md-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

h3, h2 {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

p.mb-5 {
	margin-bottom: 30px;
}

p.mb-5 a {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.footer-area .contacts li {
  display: flex;
  align-items: flex-start;
}

.footer-area .contacts li.c-flex {
  align-items: center;
}

.rounded-circle {
  border-radius: 50% !important;
}

.p-2 {
  padding: .5rem !important;
}

.bg-light-blue {
  background: #347ca9;
  border: 1px solid #518CB1;
}

.footer-area .contacts .contact-thumb {
  display: inline-block;
  margin-right: 15px;
}

.footer-area .contacts .contact-thumb i {
  line-height: 27px;
  color: #ffffff;
}

.phone, .email, .adress {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #FFFFFF;
}

.contacts {
	margin-top: 18px;
}

.fa-fw {
  width: 1.5em;
}

.fa-2x {
  font-size: 1.2em;
}

.my-form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem .375rem 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #4084AF;
  border-width: 0 0 1px 0;
  border-color: #4084AF;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.my-form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#ffffff;
    opacity: 1; /* Firefox */
}
.my-form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#ffffff;
}
.my-form-control::-ms-input-placeholder { /* Microsoft Edge */
    color:#ffffff;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-red {
	background: #7AC043;
	color: #ffffff;
	border-radius: 0;
	padding: 20px;
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	height: 67px;
}

.btn-red svg {
  float: right;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.wrapper {
	background: #FFFFFF;
	border: 1px solid #D9DEEE;
	border-radius: 10px;
	padding: 27px 0 48px 0;
}

.tabs {
	border-bottom: 1px solid #D9DEEE;
	display: flex;
	margin: 0 auto;
	justify-content: center;
}

.tab {
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #CED3E0;
    transition-duration: 300ms;
	margin: 0 20px;
	padding: 0 0 14px 0;
	cursor: pointer;
	position: relative;
}

.tab.active {
	color: #353535;
	border-bottom: 2px solid #0261A6;
}

main {
	margin: 0 0 150px;
}

.tab-content {
	margin: 33px 40px 0 40px;
}

.custom-control-label-edrpou {
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #353535;
	display: block;
	margin-bottom: 10px;
}

.input-edrpou {
	background: #F4F6FC;
	border-radius: 2px;
	padding: 17px;
	height: 50px;
	display: flex;
	width: 100%;
	cursor: text;
}

#edrpou {
	width: 100%;
}

.input-edrpou svg {
	margin-right: 15px;
}

.block-edrpou {
	display: flex;
}

.bottom-arrow {
	width: 50px;
	height: 50px;
	background: #0261A6;
	border-radius: 2px;
	margin-left: 10px;
	border: 0;
    transition-duration: 300ms;
	padding: 18px;
}

.bottom-arrow svg {
    transition-duration: 300ms;
	transform: rotate(180deg);
}

.bottom-arrow.active svg {
	transform: rotate(0deg);
}

.bottom-grin {
	position: relative;
	height: 50px;
	background: #7AC043;
	border-radius: 2px;
	margin-left: 10px;
	border: 0;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 18px;
}

.submit_form {
	position: absolute;
	top: 56px;
	left: 6px;
}

.submit_form .requests_used {
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #7E8497;
}

.entity-form {
	height: auto;
	border: 0;
	opacity: 1;
    visibility: visible;
    transition: 0.55s opacity, 0.55s visibility, 0.55s margin, 0.55s height;
	margin: 33px 40px 0 40px;
	display: grid;
	grid-gap: 15px;
	grid-template-columns: 6fr 6fr;
}

.entity-person {
	grid-gap: 15px;
	grid-template-columns: 6fr 6fr;
}

.entity-form.active {
	height: 0px;
	opacity: 0;
    visibility: hidden;
	margin: 0 0 0 40px;
}

.form-tab-control {
	height: 0px;
	opacity: 0;
    visibility: hidden;
	margin: 0;
    transition: 0.55s opacity, 0.55s visibility, 0.55s margin, 0.55s height;
}

.form-tab-control .tab-content {
	height: 0px;
	opacity: 0;
    visibility: hidden;
	margin: 0;
    transition: 0.55s opacity, 0.55s visibility, 0.55s margin, 0.55s height;
}

.form-tab-control.active {
	height: auto;
	opacity: 1;
    visibility: visible;
}

.form-tab-control.active .tab-content {
	height: auto;
	opacity: 1;
	margin: 33px 40px 0 40px;
    visibility: visible;
}

.custom-control {
	position: relative;
	width: 100%;
	grid-column-start: 2;
	grid-column-end: 2;
}

.custom-control:nth-of-type(odd) {
	grid-column-start: 1;
}

.custom-control-label {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #353535;
	position: relative;
	padding: 3px 33px;
	display: block;
}

.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
  color: #A8A8AA;
}

.custom-control-label:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border: 1px solid #E4E4E4;
	border-radius: 2px;
	top: 0;
	left: 0;
}


.custom-control-input:disabled ~ .custom-control-label::before, .custom-control-input[disabled] ~ .custom-control-label::before {
	background: #F0F0F0;
}

.custom-control-label:after {
	content: "";
	position: absolute;
	background: url('/img/check.svg') no-repeat;
	top: 3px;
	left: 3px;
	width: 16px;
	height: 16px;
	background-size: 16px 16px;
	opacity: 0;
}

.custom-control-input {
	-webkit-appearance: none;
    appearance: none;
	position: absolute;
}

.custom-control-input:checked + .custom-control-label:before {
	background: #0261A6;
	border: 1px solid #0261A6;
}

.custom-control-input:checked + .custom-control-label:after {
	opacity: 1;
}

#edrpou {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #353535;
	border: none;
	background: #F4F6FC;
}

#edrpou::-webkit-outer-spin-button,
#edrpou::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

#edrpou[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

#edrpou:placeholder {
	color: #7E8497;
}

main .container .data {
	height: 0px;
	border: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.55s opacity, 0.55s visibility, 0.55s margin, 0.55s height;
	margin: 0 0 0 40px;
}

main .container .data.active {
	margin: 40px 0 0 0;
	height: auto;
	opacity: 1;
	visibility: visible;
}

main .container .data .data-head {
	margin: 0 0 17px 0;
	display: flex;
	position: relative;
}

main .container .data .data-head h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #353535;
}

main .container .data .data-head .remove, main .container.tab-footer .remove {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #7E8497;
	border: 1px solid #D9DEEE;
	border-radius: 2px;
	padding: 17px 9px;
	right: 0;
	position: absolute;
}

main .container.tab-footer .remove {
	right: auto;
	cursor: pointer;
}

main .container.tab-footer .remove svg {
	margin-right: 19px;
	top: 4px;
	position: relative;
}

img.loading {
	width: 50px;
	margin: 0 auto;
	display: block;
}

.example {
	background: #FFFFFF;
	border: 1px solid #D9DEEE;
	border-radius: 10px;
	margin-bottom: 30px;
}

.example:last-child {
	margin-bottom: 0;
}

.example-head, .second-head {
	background: #E5E9F5;
	border-radius: 9px 9px 0px 0px;
	padding: 17px 20px;
	display: flex;
	position: relative;
}

.second-head {
	background: #EEF1FB;
	border-radius: 0;
	padding: 12px 20px;
}

.example-head h2, .second-head h3 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	color: #353535;
	margin: 0;
}

.second-head h3 {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #6A7081;
}

.example-head svg, .second-head svg {
	right: 20px;
	position: absolute;
	top: 22px;
}

.second-head svg {
	right: 21px;
	top: 15px;
}

.example .example-body, .second-body {
	height: 0px;
	border: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.55s opacity, 0.55s visibility, 1s height;
	padding: 016;
}

.example .example-body.second {
	padding: 0;
}

.example.active, .example-second.active {
	border: 0;
}

.example.active .example-body, .example-second.active .second-body {
	height: auto;
	opacity: 1;
	visibility: visible;
}

.example.active .example-body.loading-body {
	padding: 10px;
}

.example .example-head svg, .example-second .second-head svg {
	transition-duration: 300ms;
}

.example.active .example-head svg, .example-second.active .second-head svg {
	transform: rotate(-180deg);
}

.body-info-head {
	padding: 0 20px;
	border-top-color: rgb(217, 222, 238);
	border-top-style: solid;
	border-top-width: 2px;
}

.body-info-head h4 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #353535;
	border-bottom-color: rgb(217, 222, 238);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 16px 0;
}

.body-info {
	border-bottom-color: rgb(217, 222, 238);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 16px 0;
	display: flex;
	margin: 0 20px;
}

.body-info:last-child {
	border-bottom-color: rgb(217, 222, 238);
	border-bottom-style: solid;
	border-bottom-width: 0px;
}

.line-d {
	border: 0;
}

.body-info .info-title {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #6A7081;
	width: 330px;
	margin: auto 0;
	padding-right: 20px;
}

.body-info .info-title::first-letter {
	text-transform: uppercase;
}

.body-info .info-content {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #353535;
	margin: auto 0;
	max-width: 1060px;
}

.body-info .info-content a {
	color: #1c7af2;
}

.body-info .info-content a:hover {
	text-decoration: underline;
}

.tab-footer {
	margin-top: 46px;
}

.d-lg-block {
	float: right;
	right: 0;
	position: absolute;
	padding: 17px 15px;
	background: #0261A6;
	border-radius: 2px;
	border: 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-align: right;
	text-transform: uppercase;
	color: #FFFFFF;
}

.d-lg-block svg {
	margin-right: 18px;
	top: 4px;
	position: relative;
}

.bg-danger {
	margin-right: 188px;
	background: #7AC043;
}
	
.entity-form .bottom-grin {
	display: none;
}

#person-form {
	margin-top: 68px;
}

.block-head-three, .block-head-two {
	display: flex;
}

.block-head-two {
	margin-top: 30px;
}

.block-head-input {
	width: 33%;
	margin-right: 20px;
}

.block-head-two .block-head-input {
	width: 50%;
	margin-right: 20px;
}

.block-head-two .block-head-input span {
	display: block;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #6A7081;
	margin-top: 10px;
}

.block-head-input:last-child {
	margin-right: 0;
}

.custom-control-label-input {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #353535;
	padding-bottom: 8px;
	display: block;
}

.input-three, .input-two {
	background: #F4F6FC;
	border-radius: 2px;
	padding: 17px;
	height: 50px;
	display: flex;
	width: 100%;
	cursor: text;
}

.input-three .form-control, .input-two .form-control {
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #353535;
	border: none;
	background: #F4F6FC;
}

.form-control:disabled, .form-control[readonly], .disabled {
  background-color: #D0D5E3;
}

.input-two .form-control.form-control-date {
	color: #7E8497;
}
/*
#birthdate::-webkit-datetime-edit { display: none; }
#birthdate::-webkit-datetime-edit-fields-wrapper { display: none; }
#birthdate::-webkit-datetime-edit-text { display: none; }
#birthdate::-webkit-datetime-edit-month-field { display: none; }
#birthdate::-webkit-datetime-edit-day-field { display: none; }
#birthdate::-webkit-datetime-edit-year-field { display: none; }
#birthdate::-webkit-inner-spin-button { display: none; }*/
#birthdate::-webkit-calendar-picker-indicator { color: #7E8497; }

.content-info {
	color: #000;
	margin: 0 40px 0 40px;
	border: 2px dashed #CBD2D9;
	border-radius: 10px;
	padding: 15px;
	font-size: 12px;
}

.form-tab-control.active + .content-info {
	margin: 40px 40px 0 40px;
}

.entity-person {
	display: grid;
	justify-items: right;
}

.line-add {
	border-top-color: rgb(217, 222, 238);
	border-top-style: solid;
	border-top-width: 2px;
	height: 2px;
	border-bottom-width: 0px;
	margin: -1px 0 0 0;
	padding: 0;
}

.line-add-min {
	width: 100%;
	display: block;
	margin: 10px 0;
	border-top-width: 1px;
}

.info-title-head .info-title {
	margin-top: 0;
}

.line-delete {
	border-bottom-width: 0;
}

div.info-content {
	display: grid;
}

div.info-content .info-title {
	width: 100%;
	grid-column: 1;
}

div.info-content .info-content {
	width: 100%;
	grid-column: 2;
	max-width: 100%;
}

#person {
	float: right;
	display: block;
}

.body-flef div.info-content {
	padding: 5px 0;
	display: flex;
}

.error {
	border: solid 1px #ea1d1d;
}
}

.error input:placeholder {
	color: #ea1d1d;
}

.error input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#ea1d1d;
}
.error input::-ms-input-placeholder { /* Microsoft Edge */
    color:#ea1d1d;
}

.error_404 {
	border-radius: 10px;
	border: 1px solid #D9DEEE;
	background: #FFF;
	max-width: 750px;
	margin: 0 auto;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	padding: 50px 20px;
}

.content-404 {
	width: 100%;
	margin-top: 20px;
}

.content-404 .title-404 {
	color: #353535;
	text-align: center;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 5px;
}

.content-404 p {
	color: #353535;
	text-align: center;
	font-family: Roboto;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 10px;
}

.content-404 a {
	color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	border-radius: 2px;
	background: #7AC043;
	display: flex;
	padding: 17px;
	justify-content: center;
	align-items: center;
	max-width: 237px;
	margin: 0 auto;
}

@media (min-width: 576px) {
	.container, .container-m, .container-sm {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container, .container-m, .container-md, .container-sm {
		max-width: 720px;
	}
	
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.body-info .info-content, div.info-content .info-content {
		width: 310px;
	}
	
	div.info-content .info-title {
		width: width: 100%;
	}
	
	.conteiner .info-title {
		width: 322px;
	}
}

@media screen and (max-width: 767px) {
	.mobil-button {
		display: inline-block;
	}
	
	.menu ul {
		display: none;
	}
	
	.menu ul {
		text-align: left;
	}
	
	.menu ul.visible {
		display: block;
	}
	
	.menu ul li {
		display: block;
	}
	
	.company {
		display: none;
	}
	
	.body-info .info-title {
		width: 50%;
	}
	
	.conteiner .info-title {
		width: 0;
		padding: 0;
	}
	
	.body-info .info-content {
		max-width: 50%;
	}
	
	.form-tab-control.active .tab-content {
		margin: 33px 20px 0 20px;
	}
	
	.body-info  div.info-content {
		max-width: 100%;
		display: flex;
		width: 100%;
	}
	
	div.info-content .info-title {
		width: 100%;
	}
	
	div.info-content .info-content {
		width: 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 400px) {
	.body-info {
		display: block;
	}
	
	.body-info .info-title {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.body-info .info-content {
		max-width: 100%;
	}
	
	.block-edrpou .bottom-grin {
		display: none;
	}
	
	main .container .data .data-head {
		display: block;
	}
	
	main .container .data .data-head h2 {
		text-align: center;
	}
	
	main .container .data .data-head .remove, main .container.tab-footer .remove, .d-lg-block {
		position: relative;
		margin: 15px auto;
		display: block;
		width: 150px;
	}
	
	main .container.tab-footer .remove, .d-lg-block {
		width: 170px;
	}
	
	.d-lg-block {
		float: inherit;
	}
	
	#print svg {
		margin-right: 13px;
	}
	
	#btn_pdf_save svg {
		margin-right: 19px;
	}
	
	.entity-form, .tab-content {
		margin: 33px 20px 0 20px;
	}
	
	.entity-form .bottom-grin {
		margin: 30px auto 10px;
		display: block;
	}
	
	.d-flex {
		display: block !important;
	}
	
	.content-info {
		margin: 40px 20px 0 20px;
	}
}

@media screen and (max-width: 900px) {
	.entity-form {
		display: block;
	}
	
	.custom-control {
		margin-bottom: 15px;
	}
	
	.info-title-head {
		display: block;
	}
	
	.conteiner.info-title-head > .info-title {
		width: 100%;
		font-weight: 600;
		font-size: 14px;
		color: #353535;
		border-bottom-color: rgb(217, 222, 238);
		border-bottom-style: solid;
		border-bottom-width: 1px;
		padding: 16px 0;
	}
	
	.body-flef .info-content {
		width: 100%;
	}
}

@media screen and (max-width: 1000px) {
	#person-form {
		margin: 0;
	}

	.block-head-three, .block-head-two {
		display: block;
	}
	
	.block-head-input, .block-head-two .block-head-input {
		width: 100%;
		margin-right: 0;
	}
	
	.block-head-two {
		margin-top: 20px;
	}
	
	.block-head-input {
		margin-bottom: 20px;
	}

	.entity-person {
		display: block;
	}

	#person {
		float: inherit;
		margin: auto;
	}
}

@media (min-width: 992px) {
	.container, .container-m, .container-lg, .container-md, .container-sm {
		max-width: 960px;
	}
	
	.col-lg-4 {
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}

	.col-lg-3 {
		-ms-flex: 0 0 27.333%;
		flex: 0 0 27.333%;
		max-width: 27.333%;
	}

	.col-lg-5 {
		-ms-flex: 0 0 38.333%;
		flex: 0 0 38.333%;
		max-width: 38.333%;
	}

	.mb-1 {
		border-right: 1px solid #2387CF;
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
	
	.body-info .info-content {
		width: 550px;
	}
	
	.body-flef .info-content {
		width: auto;
	}
	
	.conteiner .info-title {
		width: 330px;
		padding-right: 20px;
	}
	
	div.info-content .info-title {
		width: 550px;
	}
}

@media (min-width: 1200px) {
	.container, .container-m, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1140px;
	}
	
	div.info-content .info-title {
		width: auto;
		padding: 5px;
	}
	
	div.info-content .info-content {
		width: auto;
	}
}

@media (min-width: 1520px) {
	.container, .container-m {
		max-width: 1470px;
	}
	
	.column-with-padding {
		padding-left: 1em;
		padding-right: 3em;
	}
	
	div.info-content .info-content {
		width: auto;
	}
	
	.body-info .info-content {
		width: 1050px;
	}
}