
body {
	font-family: 'Roboto', sans-serif;
	color: #1C355A;
}

img {
	pointer-events: none;
}

.header-top-bar {
	background: #13253F;
}

.footer-bar {
	background: #000000;
	margin-top: 20px;
}

.header-top-bar-container,
.footer-bar-container {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-bar a, 
.footer-bar .header-contact {
	color: #FFFFFF;
}

.header-top-bar-container .location a {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	text-decoration-line: underline;
	color: #FFFFFF;
}

.header-top-bar-container svg,
.consultation-btn svg {
	margin-right: 5px;
}

header {
	background-color: #1C355A;
}

header .consultation-btn {
	background: #FFFFFF;
	color: #096BFF;
	border-radius: 8px;
	height: 50px;
	padding: 15px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	cursor: pointer;
}

.site-header {
	height: 80px;
	display: flex;
	align-items: center;
	background-color: #EDF4FF;
}

.site-header a {
	font-size: 16px;
	line-height: 19px;
	color: rgba(28, 53, 90, 0.7);
	text-decoration: none;
	transition: 0.4s;
}

.site-header a:hover {
	color: #2F80ED;
}

.site-header a.border-b {
	border-bottom: 1px solid rgba(28, 53, 90, 0.7);
}

.site-header a.border-b:hover {
	border-bottom: 1px solid #2F80ED;;
}


.site-header-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-header-content.padding {
	padding: 20px 0 20px;
}

.site-branding a { 
	display: block;
	width: max-content;
}

.flex {
	display: flex;
	align-items: center;
}

.space-between {
	justify-content: space-between;
}

.j-flex-end {
	justify-content: flex-end;
}

.header-group {
	width: 320px;
}

.header-group-min {
	/* width: 260px; */
	flex-shrink: 0;
}

.main-navigation {
	height: auto;
}

.menu {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 50px;
}

.menu-list {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-item {
	margin: 0 15px;
	padding: 0;
}


.menu .menu-item a {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
	text-decoration: none;
	transition: 0.4s;
}

.menu .menu-item a:hover {
	color: #2F80ED !important;
}

.menu-item-has-children {
	position: relative;
}

.menu-item-has-children::after{
	content: url('../img/menu-children.svg');
	position: relative;
	top: 3px;
	right: 0;
	margin-left: 5px;
	transition: 0.4s;
}

.sub-menu {
	display: none;
}


.footer-menu .menu .menu-item a {
	color: #FFFFFF;
}

.footer-menu .menu-item-has-children::after{
	content: url('../img/menu-children-white.svg');
}


.header-contact {
	margin-left: 25px;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	transition: 0.4s;
	white-space: nowrap;
}

.header-contact:hover {
	color: #1C355A;
}

#main {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url('../img/m-bg.png');
	padding: 0;
}

.main-container {
	background-repeat: no-repeat;
	background-position: right -80px;
	background-size: auto;
	padding: 100px 0;
}

h1 {
	font-weight: bold;
	font-size: 42px;
	line-height: 49px;
	margin-bottom: 20px;
}

button,
a.registry-link {
	height: 50px;
	border-radius: 8px;
	padding: 15px 20px;
	border: none;
	outline: none;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}

button.blue {
	background-color: #2F80ED;
}

button.red,
a.registry-link {
	background-color: #EB3C66;
}

a.registry-link {
	text-decoration: none;
	width: max-content;
	margin: 20px 0;
}

.guarantees {
	margin-top: 40px;
}

.guarantee-info {
	flex: 6;
	background: linear-gradient(88.65deg, #2F80ED 0%, #67A8FF 96.11%);
	border-radius: 8px;
	height: 185px;
	max-width: 260px;
	color: #FFFFFF;
	padding: 30px;
	position: relative;
	margin-right: 5px;
}

.guarantee-info-bg {
	position: absolute;
	background: url('../img/info-bg.png') no-repeat left;
	background-size: auto 100%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
}

.guarantee-info-content {
	position: relative;
	z-index: 1;
}

.guarantee-info-title {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 10px;
}

.guarantee-info-title svg {
	margin-right: 7px;
}

.guarantee-info-text p {
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

a.arrow-link {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 19px;
	text-decoration: none;
}

.guarantee-item {
	flex: 4;
	height: 185px;
	background: #FFFFFF;
	border: 1px solid #2F80ED;
	box-sizing: border-box;
	border-radius: 8px;
	max-width: 180px;
	padding: 30px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0 5px;
}

.guarantee-item-name {
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #1C355A;
	min-height: 32px;
}

.guarantee-item-img img {
	height: 96px;
	width: auto;;
	transition: 0.4s;
	filter: grayscale(1);
}

.guarantee-item:hover .guarantee-item-img img {
	filter: grayscale(0);
}

section {
	padding: 70px 0;
}

h2 {
	font-weight: 500;
	font-size: 42px;
	line-height: 49px;
	margin-bottom: 20px;
}

.products-container {
	display: flex;
	flex-wrap: wrap;
}

a.product {
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	width: 25%;
	margin-right: -1px;
	margin-bottom: -1px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 324px;
	transition: 0.4s;
	text-decoration: none;
}

.product-img-container {
	margin-bottom: 20px;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.product-img-hover {
	position: absolute;
	opacity: 0;
	z-index: 2;
	transition: 0.4s;
}

.product-img {
	opacity: 1;
	transition: 0.4s;
}

.product-name {
	text-align: center;
}

.product-tip {
	height: 0;
	color: #fff;
	margin-top: 10px;
}

a.product:hover {
	background: #2F80ED;
	border-color: #2F80ED;
	z-index: 5;
	color: #fff;
}

a.product:hover .product-img-hover {
	opacity: 1;
}

a.product:hover .product-img {
	opacity: 0;
}

section.gray {
	background-color: #F9F9F9;
}

#reasons h2 {
	margin-bottom: 60px;
}

.reason {
	height: 420px;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.reason-bg {
	background-position: bottom right;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.reason-content {
	position: relative;
	z-index: 2;
}

h3 {
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: #1C355A;
	margin-bottom: 10px;
}

.reason p {
	font-size: 16px;
	line-height: 19px;
	color: rgba(28, 53, 90, 0.7);
	margin-bottom: 20px;
}

.reason a {
	font-size: 16px;
	line-height: 19px;
	color: #2F80ED;
	text-decoration: none;
}

.reasons-form {
	background: linear-gradient(88.65deg, #2F80ED 0%, #67A8FF 96.11%);
	border-radius: 8px;
	position: relative;
	height: 420px;
	padding: 20px;
}

.reasons-form-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 0;
	pointer-events: none;
}

.reasons-form-content {
	position: relative;
	z-index: 1;
	width: 50%;
}

.reasons-form-content h3 {
	margin-bottom: 20px;
	color: #fff;
}

input {
	background: #F9F9F9;
	border: 1px solid rgba(51, 51, 51, 0.05);
	box-sizing: border-box;
	border-radius: 8px;
	height: 50px;
	margin-bottom: 10px;
	width: 100%;
	max-width: 330px;
	outline: none;
	padding: 0 20px;
	transition: 0.4s;
}

.reasons-form-content button {
	width: 100%;
	max-width: 330px;
	margin: 10px 0;
}

.form-tip {
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
}

.docs-tabs {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}

.docs-tab {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #EBEBEB;
	border-right: none;
	padding: 10px 0;
	cursor: pointer;
	transition: 0.4s;
}

.docs-tab:first-child {
	border-radius: 8px 0px 0px 8px;
}

.docs-tab:last-child {
	border-radius: 0px 8px 8px 0px;
	border-right: 1px solid #EBEBEB;
}

.docs-tab.active {
	background-color: #2F80ED;
	color: #fff;
}

.docs-bodys {
	position: relative;
	overflow: hidden;
}

.docs-body {
	transform: scale(0);
	transition: 0.8s;
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.docs-body.active {
	transform: scale(1);
	position: relative;
	opacity: 1;
	z-index: 5;
} 

.docs-img {
	width: 100%;
}

.docs-body-content {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

.term-block {
	border: 1px solid #EBEBEB;
	border-radius: 8px;
	padding: 10px;
	width: max-content;
	margin-bottom: 30px;
}

.term-label {
	font-size: 16px;
	line-height: 19px;
	color: rgba(28, 53, 90, 0.7);
	margin-bottom: 5px;
}

.term-value {
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	color: #1C355A;
}

.doc-text {
	margin-bottom: 40px;
}

.doc-products {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.doc-product {
	width: 25%;
	margin-bottom: 30px;
}

.doc-products.min .doc-product {
	width: 50%;
}

.doc-products.min .doc-product .doc-product-content {
	max-width: 100%;
}

.doc-product-content {
	display: flex;
	flex-direction: column;
	max-width: 120px;
}

.doc-product img {
	width: 32px;
}

.docs-body-content button {
	width: 50%;
}

#steps {
	padding-bottom: 0;
}

.step {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: #1C355A;
	position: relative;
	max-width: 500px;
	background-color: #F9F9F9;
	z-index: 2;
	height: 100px;
}

.step.vertical::after {
	content: '';
	height: 110px;
	border-left: 2px dashed #D7E7FF;
	position: absolute;
	margin: 20px;
	top: 100%;
}

.step.horizontal::before {
	content: '';
	width: 100%;
	border-top: 2px dashed #D7E7FF;
	position: absolute;
	right: 105%;
	z-index: 0;
}

.step.horizontal {
	z-index: 1 !important;
}

.step.vertical {
	margin-bottom: 150px;
}

.steps-img {
	margin-top: -70px;
	position: relative;
	z-index: 2;
}

.step.right {
	margin-left: 100px;
}

.ready-docs {
	background: linear-gradient(88.65deg, #2F80ED 0%, #67A8FF 96.11%);
	border-radius: 8px;	
	height: calc(100% - 100px);
	position: relative;
	padding: 40px;
}

.ready-docs h2 {
	color: #fff;
	margin-bottom: 10px;
}

.ready-docs p {
	color: #fff;
	opacity: 0.7;
	margin-bottom: 20px;
}

.ready-docs-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	pointer-events: none;
}

.ready-docs-content {
	position: relative;
	z-index: 2;
}

.partners-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.partner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #EBEBEB;
	margin-right: -1px;
	height: 156px;
}

.partner:first-child {
	border-radius: 8px 0px 0px 8px;
}

.partner:last-child {
	border-radius: 0px 8px 8px 0px;
	margin-right: 0;
}

.contact {
	display: flex;
	margin-bottom: 75px;
}

.contact-img {
	margin-right: 10px;
}

.contact-tip {
	font-size: 16px;
	line-height: 19px;
	color: rgba(28, 53, 90, 0.7);
	margin-bottom: 5px;
}

.contact-value {
	font-size: 24px;
	line-height: 28px;
	color: #1C355A;
	margin-bottom: 5px;
}

.contact-link a {
	font-size: 16px;
	line-height: 19px;
	color: #2F80ED;
	text-decoration: none;
}

.map {
	margin-bottom: 20px;
}

.contact-form {
	background: linear-gradient(88.65deg, #2F80ED 0%, #67A8FF 96.11%);
	border-radius: 8px;
	position: relative;
	z-index: 10;
}

.contact-form-bg {
	background-image: url('../img/contact-form-bg.png');
	background-position: left;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
}

.contact-form-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	height: 279px;
	position: relative;
	z-index: 2;
}

.contact-form h2 {
	color: #fff;
}

.contact-form-content button {
	white-space: nowrap;
}

.contact-form-group {
	padding: 30px;
	width: 100%;
}

.contact-form-group p {
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.contact-form-tip {
	font-size: 14px;
	line-height: 16px;
	color: rgba(255, 255, 255, 0.5);
}

.contact-form-inputs {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.contact-form-inputs .wpcf7-form-control-wrap {
	margin-right: 20px;
}

.contact-form-inputs input {
	margin: 0;
}

footer {
	min-height: 150px;
	background-color: #292929;
	padding: 20px 0 0;
	position: relative;
}

.footer-content {
	display: flex;
	color: rgba(255, 255, 255, 0.5);
}

.footer-content p {
	color: rgba(255, 255, 255, 0.5);
}


.footer-right, 
.footer-left {
	width: 300px;
	display: flex;
	flex-direction: column;
}

.footer-left p {
	font-size: 12px;
	line-height: 14px;
}

.footer-left img {
	margin-bottom: 10px;
}

.footer-left p {
	margin-bottom:  10px;
}

.footer-right {
	align-items: flex-end;
}

.footer-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.footer-center a {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}

.info {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.info-contact {
	margin: 0 12px;
}

.footer-right a {
	margin-top: 10px;
	margin-right: 25px;
}

.wpcf7-response-output,
.wpcf7-not-valid-tip {
	display: none;
}

.form-sent {
	display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
}

.form-sent-page {
	padding-left: 50px;
    height: 210px;
	position: relative;
	text-shadow: 0 0 10px #13253f;
}


.form-title {
	color: #fff;
    font-size: 20px;
}

.mobile {
	display: none;
}


.search-form {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 30px;
}

.search-form input {
	background: #F4F6FB;
	border-radius: 8px;
	height: 60px;
	padding: 20px;
	border: 1px solid #F4F6FB;
	outline: none;
	width: 100%;
	margin: 0;
}

.search-form button {
	background: linear-gradient(101.8deg, #1B305E -17.95%, #394EBB 118.56%);
	border-radius: 8px;
	border: none;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
	outline: none;
	height: 60px;
	max-width: max-content;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: 20px;
}

.registry-title-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	height: auto;
	padding-right: 100px;
}

.registry-title-block h1 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	font-size: 42px;
	line-height: 51px;
	color: #1C355A;
	margin-bottom: 10px;
	text-align: left;
}

.registry-title-block p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(28, 53, 90, 0.7);
	margin-bottom: 40px;
}

.registry-title-block h4 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #1C355A;
	margin-bottom: 10px;
}

.registry-video-block {
	position: relative;
}

.registry-video-block img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
	pointer-events: none;
}

.play-btn-block {
	position: absolute;
	bottom: 30px;
	left: 30px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 18px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.video-info {
	margin-left: 10px;
	font-family: 'Montserrat';
}

.video-type {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: rgba(28, 53, 90, 0.7);
}

.video-name {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #1C355A;
}

section.grey {
	background-color: #F9F9F9;
}

h2.registry-documents-title {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 42px;
	line-height: 51px;
	color: #1C355A;
	margin-bottom: 40px;
}

.registry-document {
	display: flex;
	background: #EDF4FF;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 40px;
}

.registry-document:last-child {
	margin-bottom: 0;
}

.registry-document img {
	height: auto;
	width: 400px;
}

.registry-document-info {
	font-family: 'Montserrat';
	padding: 40px 30px;
}

.registry-document-date {
	font-size: 14px;
	line-height: 17px;
	color: rgba(28, 53, 90, 0.7);
	margin-bottom: 5px;
}

.registry-document-name {
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #1C355A;
	margin-bottom: 20px;
}

.registry-document-company {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #1C355A;
}

.registry-document-company .line {
	height: 21px;
	width: 100px;
	background: #D7E7FF;
	border-radius: 4px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.registry-document-company .line.name {
	width: 175px;
}

.registry-document-company .line.inn {
	width: 175px;
}

.registry-document-company .line.orgn {
	width: 223px;
}

.registry-document-company .line.kpp {
	width: 149px;
}

.registry-document-company .line.sphera {
	width: 249px;
}

.registry-request-form {
	background: #FFFFFF;
	box-shadow: 0px 15px 15px rgba(219, 234, 255, 0.4);
	border-radius: 8px;
	padding: 25px;
	position: relative;
	min-height: 562px;
	transition: 0.8s;
}

.registry-request-form-content {
	position: relative;
	z-index: 2;
}

.registry-request-form-content h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 130%;
	color: #31394E;
	margin-bottom: 25px;
}

.registry-request-form-content label {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #31394E;
	margin-bottom: 10px;
}

.registry-request-form-content input {
	background-color: #F4F6FB;
	border-color: #F4F6FB;
	margin-bottom: 20px;
	width: 100%;
	max-width: none;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #31394E;
}

.registry-request-form-content input[type=submit]{
	background: linear-gradient(96.78deg, #1B305E -11.72%, #394EBB 103.93%);
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.04em;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.registry-request-form-content .form-tip {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.02em;
	color: rgba(28, 53, 90, 0.7);
}

.registry-request-form-content p {
	margin-bottom: 0;
}

.wpcf7-spinner {
	display: none;
}

.registry-request-form-bg {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
}

.modal {
	position: fixed;
	width: 100%;
	height: 100vh;
	display: none;
	z-index: 9999999;
	top: 0;
	left: 0;
}

.modal-container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	background-color: rgba(49, 57, 78, 0.6);
}

.modal-container video {
	max-height: 80%;
	max-width: 90%;
}

.modal-form-container {
	width: 90%;
	max-width: 460px;
	overflow-y: auto;
	max-height: 100%;
}

.modal-form .main-form__container {
	position: relative;
	margin: 30px 0;
}


.main-form {
	position: relative;
}

.main-form__container {
	background-color: #fff;
	padding: 35px 45px;
	border-radius: 10px;
	width: 100%;
	height: max-content;
	z-index: 10;
	position: absolute;
	box-shadow: 0px 4px 12px -2px rgba(0, 0, 0, 0.25);
}

.main-form__title {
	font-weight: bold;
	font-size: 22px;
	line-height: 130%;
	text-align: center;
	margin-bottom: 40px;
}

.main-form__title span {
	color: #096BFF;
	font-style: italic;
}

.modal-form label {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.modal-form input {
	background: #F4F6FB;
	border-radius: 8px;
	height: 60px;
	padding: 20px;
	margin-top: 10px;
	border: 1px solid #F4F6FB;
	outline: none;
	width: 100%;
	max-width: none;
}

.modal-form button {
	background: linear-gradient(101.8deg, #1B305E -17.95%, #394EBB 118.56%);
	border-radius: 8px;
	border: none;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.04em;
	color: #FFFFFF;
	text-transform: uppercase;
	outline: none;
	height: 70px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-form__tip {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.02em;
	color: #000000;
}


.wpcf7-response-output,
.wpcf7-not-valid-tip {
	display: none;
}

.form-sent {
	display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
}

.owl-dots {
	display: none;
}

.sub-menu-block {
	background: #FFFFFF;
	border: 1px solid rgba(187, 191, 196, 0.3);
	border-top: none;
	box-sizing: border-box;
	padding: 25px 40px;
	background-image: url(../img/sub-menu.png);
	background-position: right bottom;
	background-size: auto;
	background-repeat: no-repeat;
	width: 666px;
	min-height: 296px;
	position: absolute;
	z-index: 9999;
	display: none;
}

footer .sub-menu-block {
	bottom: 100%;
	border: 1px solid rgba(187, 191, 196, 0.3);
	border-bottom: none;
}

.sub-menu-title {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #201E2B;
	margin-bottom: 15px;
}

.sub-menu-items {
	width: max-content;
}

.sub-menu-items a {
	min-width: 270px;
	width: 100%;
	background: #F9F9F9;
	height: 45px;
	display: flex;
	align-items: center;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: rgba(32, 30, 43, 0.7);
	padding: 15px;
	text-decoration: none;
	transition: 0,4s;
	margin-bottom: 10px;
}

.sub-menu-items a:last-child {
	margin-bottom: 0;
}

.sub-menu-items a:hover {
	color: rgba(32, 30, 43, 0.7);
	background: #e9e9e9;
}

.color-page {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-right: 10px;
}
.archive-post__item-thumbnaill a {
    display: flex;
}

.archive-post__item-thumbnaill a img {
    max-width: 100%;
    height: 270px;
    object-fit: cover;
    width: 100%;
    object-position: top;
    border: 1px solid #3A3E4B;
}
.breadcrumbs {
    font-size: 14px;
    margin-bottom: 20px;
    color: #bdbdbd;
}

span.raz-navxt {
    padding: 0 5px;
    color: #1C355A;
}
.breadcrumbs a {
    color: #1C355A;
}
.new-page {
    padding: 30px 0 80px 0;
}
.archive-post__item-title {
    margin: 0px 0 20px 0;
}

.archive-post__item-title a {
    font-size: 28px;
    color: #3A3E4B;
    font-weight: bold;
    text-decoration: none;
    line-height: normal;
}

.archive-post__item {
    margin-bottom: 0;
    height: 100%;
}
.archive-page .wp-pagenavi {
    margin-top: 50px;
    display: flex;
    gap: 10px;
    font-size: 16px;
}
.archive-page__title h1 {
    margin-bottom: 30px;
}
.archive-page .wp-pagenavi a, .archive-page .wp-pagenavi span {
    margin: 0;
    padding: 5px 10px;
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    color: #1C355A;
}

.archive-page .wp-pagenavi span.current {
    background: #1c355a;
    color: #fff;
    border-color: #1c355a;
}
.new-page img {
    max-width: 100%;
    height: auto;
}
.single-article__title h1 {
    margin-bottom: 30px;
}

.single-article__thumbnail {
    margin-bottom: 30px;
}
.other-service__item-pic a {
    display: flex;
}

.other-service__item {
    display: flex;
    margin-bottom: 15px;
    background: #E8ECEF;
    border-radius: 8px;
    padding: 15px 20px;
}
.other-service__item-pic {
    width: 120px;
    flex-shrink: 0;
}

.other-service__item-content {
    padding-left: 20px;
}
.sidebar-widget__title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #3A3E4B;
}

.other-service__item-pic a img {
    height: 80px;
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #B0B2B7;
}

.other-service__item-title a {
    font-size: 16px;
    color: #3A3E4B;
    text-decoration: none;
    font-weight: 500;
}

.other-service__item-title {
    margin-bottom: 10px;
}

.other-service__item-more a {
    color: #fff;
    font-size: 18px;
    background: #4B5468;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 8px;
}

.single-page__sidebar {
    padding-left: 20px;
}
.single-service__wrp {
    margin-top: 50px;
}
.single-service__wrp {
    margin-top: 50px;
}

.banner-service {
    background: rgb(129,163,215);
    background: -moz-linear-gradient(0deg, rgba(129,163,215,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(129,163,215,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(0deg, rgba(129,163,215,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#81a3d7",endColorstr="#ffffff",GradientType=1);
    border-radius: 8px;
    padding: 85px 75px;
    margin-bottom: 70px;
	overflow: hidden;
}

h1.service-title {
    font-size: 42px;
    color: #13253F;
    margin-bottom: 30px;
    line-height: 1.4;
}

.service-cost-srok {
    display: flex;
    gap: 50px;
    font-size: 18px;
    color: #13253F;
    font-weight: bold;
    margin-bottom: 45px;
}

button.banner-btn {
    outline: none;
    color: #096BFF;
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    width: 100%;
    max-width: 270px;
    height: 60px;
}
.banner-service__right img {
    max-width: 100%;
    height: auto;
    max-height: 420px;
    width: auto;
}
.row-flex {
    display: flex;
}

.banner-service__left {
    width: 100%;
    padding-right: 60px;
}

.banner-service__right {
    flex-shrink: 0;
}

.banner-service .row-flex {
    align-items: center;
}
.service-srok_oformleniya,
.service-stoimost {
    position: relative;
    padding-left: 60px;
}

.service-srok_oformleniya:before,
.service-stoimost:before {
    content: "";
    width: 45px;
    height: 45px;
    position:absolute;
    left: 0;
    top: 3px;
    background-size: cover;
}
.service-srok_oformleniya:before {
	background-image:url(../img/date-calendar.svg);
}
.service-stoimost:before {
    background-image:url(../img/ruble.svg);
}
.banner-service__right a {
    display: flex;
}
.service-tekstovyj_redaktor {
    background: rgb(143 174 219 / 20%);
    padding: 30px 40px;
    border-radius: 8px;
    margin-bottom: 60px;
}

.service-textarea__text {
    font-size: 16px;
    color: #3A3E4B;
}

.service-textarea__section {
    margin-bottom: 60px;
}

.service-textarea__text h2 {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 1.3;
    font-weight: bold;
    color: #3A3E4B;
}

.service-textarea__cardpic-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.service-textarea__cardpic-img img {border-radius: 8px;width: 100%;height: 140px;object-fit: cover;border: 1px solid #B0B2B7;}

.service-textarea__cardpic-img {
    display: flex;
    margin-bottom: 15px;
}

.service-textarea__cardpic-title {
    color: #000;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.service-textarea__left {
    padding-right: 40px;
}
.service-form {
    padding: 50px;
    background: #fff;
    border: 1px solid #1C355A;
    border-radius: 8px;
    margin-bottom: 50px;
    color: #3A3E4B;
}

.service-form-title {
    font-size: 28px;
    text-align: center;
    color: #3A3E4B;
    font-weight: bold;
    margin-bottom: 5px;
}

.service-form p {
    margin: 0;
}

.service-form-caption {
    text-align: center;
    color: #3A3E4B;
    margin-bottom: 20px;
}

.service-form-input input {
    height: 70px;
    margin: 0;
}

.service-form-submit input {
    height: 60px;
}
.service-form-submit button {
    background: linear-gradient(101.8deg, #1B305E -17.95%, #394EBB 118.56%);
    border-radius: 8px;
    border: none;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    text-transform: uppercase;
    outline: none;
    height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-form-input {
}

.service-form-row {
    margin-bottom: 20px;
}
.wpcf7-form.invalid input.wpcf7-validates-as-required {
    border-color: red!important;
}
.service-form-privacy {
    font-size: 13px;
    text-align: center;
}

.service-form-privacy a {
    font-weight: bold;
    color: #3A3E4B;
    font-size: 14px;
}

.service-form-row:nth-last-child(1) {
    margin-bottom: 0;
}
.service-textarea__cardpic-noimg {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    border-radius: 8px;
}
.service-footer__sert a {
    display: flex;
    justify-content: center;
}

.service-footer__sert img {
    max-width: 100%;
    height: 100%;
    max-height: 420px;
    width: auto;
}

.service-footer__wrp {
    background: rgb(247,250,253);
    background: -moz-linear-gradient(90deg, rgba(247,250,253,1) 0%, rgba(132,165,216,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(247,250,253,1) 0%, rgba(132,165,216,1) 100%);
    background: linear-gradient(90deg, rgba(247,250,253,1) 0%, rgba(132,165,216,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7fafd",endColorstr="#84a5d8",GradientType=1);
    padding: 50px 0;
    position: relative;
	overflow: hidden;
}

.service-footer__badge {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
}
.service-footer__wrp .row {
    align-items: center;
}

.service-footer__right {
    padding-left: 50px;
    max-width: 700px;
}
.service-footer__badge span {
    /* max-width: 570px; */
    display: flex;
    background: #EDEFFC;
    padding: 15px 25px 15px 75px;
    border-radius: 8px;
    position: relative;
}

.service-footer__badge span:before {
    content: "";
    background:url(../img/galochka.svg);
    width: 50px;
    height: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
}
.service-form.service-form__horizont {
    padding: 0;
    background: transparent;
    border: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.service-form__horizont .service-form-container {
    display: flex;
    flex-wrap: wrap;
}

.service-form__horizont  .service-form-row.service-form-row__fullwidth {
    width: 100%;
    text-align: left;
}

.service-footer__form {
    /* max-width: 570px; */
}

.service-form__horizont .service-form-row {
    width: 50%;
}

.service-form__horizont .service-form-submit {
    padding-left: 15px;
}

.service-footer__heading {
    margin-bottom: 40px;
    font-size: 38px;
    line-height: 1.3;
    font-weight: bold;
    color: #3A3E4B;
}

.service-form.service-form__horizont .service-form-submit button {
    text-transform: none;
}
.service-form.service-form__horizont  .service-form-privacy a {
    font-size: 13px;
    color: #3A3E4B;
}

.service-form.service-form__horizont  .service-form-privacy {
    opacity: 0.6;
    text-align: left;
}
.service-form__horizont .service-form-row input {
    max-width: 100%;
    background: #ffffff;
}
.service-form-input input {
    max-width: none;
}

/* Menu */
.burger-menu {display:none;}


button.btn-burger {
    position: relative;
    background: transparent;
    width: 48px;
    height: 48px;
    padding: 0;
    display: block;
}
button.btn-burger span:nth-child(1), button.btn-burger span:nth-child(2), button.btn-burger span:nth-child(3) {
    width: 33px;
    height: 2px;
    background: #fff;
    border-radius: 100px;
    position: absolute;
    left: 8px;
    transition: 0.2s;
}
button.btn-burger span:nth-child(1) {
    top: 10px;
}

button.btn-burger span:nth-child(2) {
    top: 23px;
}

button.btn-burger span:nth-child(3) {
    bottom: 10px;
    width: 25px;
}
div#fixed-menu {
    position: fixed;
    top: 88px;
    left: -110%;
    background: #fff;
    height: 100%;
    max-width: 300px;
    transition: .2s;
    width: 100%;
    z-index: 999;
    box-shadow: 5px 0px 30px -20px #000;
    opacity: 0;
    visibility: hidden;
}
body.admin-bar.fixmenu div#fixed-menu {
    top: 120px;
}
ul#primary-menu-fixed {
    display: flex;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
}

ul#primary-menu-fixed li a {
    display: block;
    background: #E7EDF6;
    color: #13253F;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 15px;
    line-height: normal;
}

ul#primary-menu-fixed li {
    width: 100%;
    margin: 2px 0;
}

.fixed-menu__menu {
    padding: 30px 0px 20px 0px;
}

.fixed-menu__container {
    padding: 0 20px;
}

.fixed-menu__contact a {
    font-weight: bold;
    font-size: 16px;
    color: #3A3E4B;
    text-decoration: none;
}

.fixed-menu__contact {
    margin-bottom: 20px;
}

.fixed-menu__btn button {
    width: 100%;
    background: linear-gradient(101.8deg, #1B305E -17.95%, #394EBB 118.56%);
    border-radius: 8px;
}
body.fixmenu div#fixed-menu {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.fixed-menu__contact > div {
    display: flex;
    gap: 5px;
}

.fixed-menu__contact > div svg {
    flex-shrink: 0;
}

.fixed-phone {
    margin-bottom: 5px;
}
body.fixmenu {
    overflow: hidden;
}
body.fixmenu button.btn-burger {
    pointer-events: none;
}
body.fixmenu button.btn-burger span:nth-child(1) {
    top: 23px;
    transform: rotate(-45deg);
}

body.fixmenu button.btn-burger span:nth-child(2) {
    left: 24.5px;
    width: 0;
}

body.fixmenu button.btn-burger span:nth-child(3) {
    bottom: 23px;
    width: 33px;
    transform: rotate(45deg);
}
body.admin-bar div#fixed-menu {
    top: 120px;
}
.archive-post__item-con {
    padding: 20px;
    background: rgb(143 174 219 / 20%);
    height: inherit;
}
.col-archive-post {
    margin-bottom: 30px;
    overflow: hidden;
}











@media screen and (max-width: 1250px) {
	.desktop {
		display: none !important;
	}
	
	.mobile {
		display: block;
	}

	body {
		overflow-x: hidden;
	}

	section {
		padding: 30px 0;
	}

	.site-header {
		background-color: transparent;
	}

	.header-group {
		justify-content: center !important;
		opacity: 0.7;
	}

	h1 {
		font-size: 24px;
		line-height: 28px;
		text-align: center;
	}

	#main {
		background: #EDF4FF;
	}

	.main-header-contact {
		display: flex;
		justify-content: space-around;
		margin-top: 50px;
	}
	
	.main-header-contact .header-contact{
		margin: 0;
	}

	.main-container {
		padding: 180px 18px 30px;
		margin-top: -80px;
		background-position: 50vw -15vw;
		background-size: 100vw;
	}

	button {
		font-size: 14px;
		line-height: 16px;
	}

	.main-container button{
		margin: 0 auto;
	}

	.scroll-slider {
		overflow-x: visible;
		overflow-y: hidden;
		width: 100%;
	}

	.main .scroll-slider {
		height: 220px;
		width: calc(100% + 36px) !important;
		margin-right: -18px;
		margin-left: -18px;
	}

	.guarantees  {
		width: max-content;
		margin-right: 18px;
		margin-left: 18px;
		margin-bottom: 20px;
	}

	.guarantee-item {
		min-width: 180px;
	}

	h2 {
		font-size: 24px;
		line-height: 28px;
	}

	.products-container {
		width: calc(175px * 6);
		margin: 10px 0px;
	}

	.product {
		width: 165px;
		height: 165px;
		margin: 5px;
		border-radius: 8px;
	}

	.product a {
		display: none;
	}

	.product-img-container {
		height: 46px;
	}

	.product-name {
		font-size: 14px;
	}

	h3 {
		font-size: 18px;
		line-height: 21px;
	}

	#reasons h2 {
		margin-bottom: 20px;
	}

	.reason{
		height: 150px;
	}

	.reason p {
		font-size: 12px;
		line-height: 14px;
	}

	.reason a {
		font-size: 14px;
		line-height: 16px;
	}

	.reason-bg {
		background-size: auto 100px;
		top: 15px;
		left: 15px;
		opacity: 0.6;
	}

	.reasons-form-content {
		width: 100%;
	}

	.docs-tabs {
		width: max-content;
	}

	.docs-tab {
		white-space: nowrap;
		padding: 10px;
	}

	.doc-products {
		width: max-content;
		flex-wrap: nowrap;
	}

	.doc-product {
		width: max-content;
		margin-right: 25px;
	}

	#steps .reverse {
		flex-direction: column-reverse !important;
	}

	.step.horizontal,
	.step.vertical,
	.step {
		margin: 0;
		margin-bottom: 70px;
		z-index: 3 !important;
	}

	.step::after {
		content: '';
		height: 110px;
		border-left: 2px dashed #D7E7FF;
		position: absolute;
		margin: 20px;
		top: 80% !important;
	}

	.step.last::after,
	.step::before {
		content: none;
		height: 0;
		border-left: none;
		position: absolute;
		margin: 0;
		top: 0;
	}

	.step-img img {
		width: 120px;
		height: auto;
	}

	.step-text {
		font-size: 18px;
		line-height: 21px;
	}

	.ready-docs {
		padding: 20px 20px 140px;
		margin-bottom: 40px;
	}

	.partners-container {
		width: max-content;
		margin-bottom: 20px;
	}

	.partner {
		padding: 10px;
		height: max-content;
	}

	.partner img {
		height: 60px;
		width: auto;
	}

	.contact {
		margin-bottom: 30px;
	}

	.contact-form-group {
		padding: 20px;
	}

	.contact-form-content {
		height: max-content;
	}

	.contact-form-inputs {
		flex-direction: column;
	}

	.contact-form-inputs input {
		margin-bottom: 10px;
		margin-right: 0;
		width: 100%;
		max-width: 100%;
	}

	.contact-form-inputs button {
		margin-top: 20px;
		width: 100%;
		margin-bottom: 10px;
	}

	.contact-form-group h2 {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 5px;
	}

	.contact-form-group p {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 40px;
	}

	.contact-form-tip {
		font-size: 10px;
		line-height: 12px;		
	}

	footer {
		height: max-content;
		padding: 20px 0;
		position: relative;
	}

	.footer-content {
		flex-direction: column;
	}

	.footer-center,
	.info,
	.footer-right {
		align-items: flex-start;
	}

	.footer-center .menu-list {
		flex-direction: column;
		align-items: flex-start;
	}

	.menu-item {
		margin: 5px 0;
	}
	
	.info-contact {
		margin: 20px 25px 20px 0;
	}

	.info-contact:last-child {
		margin-right: 0;
	}

	.registry-title-block {
		padding-right: 12px;
	}

	.registry-title-block h1 {
		font-size: 24px;
		line-height: 29px;
	}

	.search-form {
		flex-wrap: wrap;
	}

	.search-form input {
		max-width: none;
	}

	.search-form button {
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
		max-width: none;
	}

	.registry-video-block img {
		display: none;
	}

	.play-btn-block {
		left: 0;
		bottom: auto;
		position: relative;
		background-color: #EDF4FF;
	}

	h2.registry-documents-title {
		font-size: 24px;
		line-height: 29px;
	}

	.registry-document {
		flex-direction: column-reverse;
	}

	.registry-document img {
		width: 100%;
		height: auto;
	}

	.registry-document-info {
		padding: 20px 10px;
	}

	.registry-document-date {
		font-size: 12px;
		line-height: 15px;
	}

	.registry-document-name {
		font-size: 16px;
		line-height: 20px;
	}

	.registry-document-company {
		font-size: 14px;
		line-height: 17px;	
	}

	.owl-dots {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#registry-documents-carousel .owl-dots .owl-dot {
		width: 10px;
		height: 10px;
		background: #D7E7FF;
		border-radius: 50%;
		margin: 20px 5px 30px;
	}

	#registry-documents-carousel .owl-dots .owl-dot.active {
		background: #1C355A;
	}
}


@media (max-width: 1025px) {
.burger-menu {
    display: block;
}
.archive-post__item-thumbnaill a img {
    height: 200px;
}

.archive-post__item-title a {
    font-size: 18px;
}
.banner-service {
    padding: 55px 45px;
}

h1.service-title {
    text-align: left;
    font-size: 34px;
}

.service-cost-srok {
    font-size: 16px;
}
.service-textarea__right.service-sidebar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.service-sidebar__form .wpcf7, .service-sidebar__form form, .service-form {
    height: 100%;
    margin-bottom: 0;
}

.service-form {}

.other-service__item:nth-last-child(1) {
    margin-bottom: 0;
}

} /* 1024 */

@media (max-width: 1023px) {
.archive-post__item-thumbnaill a img {
    height: 230px;
}
.archive-page__title h1 {
    text-align: left;
}

.single-page__entry {
    margin-bottom: 50px;
}

.sidebar-widget__title {
    margin-bottom: 20px;
}

.single-page__sidebar {
    padding-left: 0;
}

.other-service__item-pic {
    width: 80px;
}
.banner-service__right img {
    max-width: 230px;
}

h1.service-title {
    font-size: 32px;
    line-height: normal;
}

.service-srok_oformleniya:before, .service-stoimost:before {
    width: 40px;
    height: 40px;
}

.banner-service {
    padding: 55px 30px;
}

button.banner-btn {
    height: 50px;
    max-width: none;
    width: auto;
    padding: 0 35px;
}
.service-cost-srok {
    flex-direction: column;
    gap: 15px;
}
.other-service__item-title a {
    font-size: 14px;
    line-height: 1.4;
    display: block;
}

.service-form {
    padding: 40px 35px;
}

.service-form-submit button {
    font-size: 18px;
}
.service-footer__right {
    padding-left: 0;
}

.service-footer__heading {
    font-size: 28px;
    margin-bottom: 25px;
}

.service-footer__badge {
    font-size: 14px;
    margin-bottom: 25px;
}
body.admin-bar div#fixed-menu, body.admin-bar.fixmenu div#fixed-menu {
    top: 134px;
}

body div#fixed-menu, body.fixmenu div#fixed-menu {
    top: 88px;
}

}/* 768 */




@media (max-width: 760px) {
.banner-service {
    padding: 55px 20px;
}

.banner-service__left {
    padding-right: 30px;
}

h1.service-title br {
    display: none;
}

h1.service-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.service-srok_oformleniya:before, .service-stoimost:before {
    width: 30px;
    height: 30px;
}

.service-srok_oformleniya, .service-stoimost {
    padding-left: 40px;
}

.service-cost-srok {
    font-size: 14px;
    margin-bottom: 25px;
}

.banner-service__right {
    flex-shrink: 0;
}

.banner-service__left {
    flex-shrink: 0;
    max-width: 80%;
}

.banner-service__right img {
    max-width: 170px;
}
.service-textarea__cardpic-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.service-textarea__cardpic-title {
    font-size: 16px;
}

.service-textarea__right.service-sidebar {
    grid-template-columns: 1fr;
}

.service-textarea__left {
    padding-right: 0;
}

.service-textarea__text h2 br {
    display: none;
}

.service-textarea__text h2 {
    font-size: 24px;
    margin-bottom: 25px;
}

.service-tekstovyj_redaktor {
    padding: 20px 20px;
    margin-bottom: 40px;
    overflow-x: auto;
}

.service-textarea__cardpic-img img {
    height: 100px;
}

.service-footer__sert img {
    max-height: 250px;
}

.service-footer__sert {
    margin-bottom: 0;
    position: absolute;
    right: -50px;
    top: 140px;
    width: 150px;
}

.service-footer__heading {
    font-size: 24px;
    order: -1;
}

.service-form__horizont .service-form-row {
    width: 100%;
}

.service-form__horizont .service-form-submit {
    padding-left: 0;
}

.service-footer__right {
    display: flex;
    flex-direction: column;
}

.service-footer__badge {
    margin-right: 110px;
}
body.admin-bar.fixmenu div#fixed-menu {
    top: 134px;
    opacity: 1;
    visibility: visible;
}
body.admin-bar div#fixed-menu {
    top: 150px;
}
body.fixmenu div#fixed-menu {
	top: 88px;
}
div#fixed-menu {
    max-width: 100%;
    height: auto;
    padding-bottom: 40px;
    box-shadow: 0px 10px 30px -20px #000;
    top: 150px;
    left: 0;
}
.breadcrumbs {
    font-size: 12px;
}

.service-textarea__section {
    margin-bottom: auto;
}
.service-tekstovyj_redaktor td {
    min-width: 200px;
}
}/* 760 */



