/*
Theme Name: Advokat Child
Template: advokat
Author: dokaweb.ru
Author URI: https://dokaweb.ru
Description: Тема Advokat
Version: 1.0.1748947354
Updated: 2025-06-03 13:42:34

*/
:root {
	--bc-body: #f1f5f9;
	--text-color: #000;
	--text-gray: #939393;
	--link-color: #2196f3;
	--purple: #800000;
	--dark-purple: #690000;
}
body section {
	margin: 25px 0;
}

.container {
	max-width: 1440px;

}
.container2 {
	max-width: 1440px;
	padding: 0 15px;
}
#to_top_scrollup {
	box-shadow: 0 3px 9px #939191;
}
.breadcrumbs a {
	color: var(--purple);
	font-size: 20px;
	font-weight: 600;
	
}
.breadcrumbs .container {
	font-size: 20px;
	font-weight: 600;
	color: rgba(0, 0, 0, .3);
}
.breadcrumbs__list {
	z-index: 10;
	position: relative;
}
.breadcrumbs__list li a {
	color: var(--purple);
	transition: all 0.3s ease;
}
.breadcrumbs__list li a:hover {
	color: var(--dark-purple);
	transition: all 0.3s ease;
}
.header {
    top: 0;
    position: fixed;
    padding: 10px 0;
    background: rgb(0,0,0,0);
	transition: all 0.5s ease;
	z-index: 100000;
	padding: 15px;
}
.breadcrumbs__list li a {
	font-size: 20px;
}
.breadcrumbs__list li {
	font-size: 20px;
}
.form form input {
	border-radius: 5px;
}
.page {
/* 	padding-top: 80px; */
	position:relative;
	z-index: 10;
/* 	background: var(--bc-body); */
}
.uslugi-zajita-top {
	display: flex;
	margin-bottom: 60px;
}
.zajita-top-left {
	width: 40%;
	margin-right: auto;
}
.zajita-top-right {
	width: 50%;
}
.zajita-top-right li {
	font-size: 20px;
	margin-bottom: 15px;
}
.uslugi-zajita-top .zajita-top-right h3 {
    font-size: 28px;
    margin-bottom: 25px;
}
.zajita-top-right li:last-child {
	margin-bottom: 0;
}
.zajita-top-right ul { 
	list-style-type: none;
}
.uslugi-zajita-middle-list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style-type: none;
}

.uslugi-zajita-middle-list .zajita-middle-list-item {
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 3px 9px #939191;
}
.zajita-middle-list-item h3 {
	font-size: 24px;
	color: var(--purple);
}
.zajita-middle-list-item li {
	font-size: 18px;
}
.header__menu .sub-menu {
	display: none;
}
.header.noMain {
	background: #fff;
	box-shadow: 0 3px 9px #939191;
}
.header.noMain .header__menu ul li a {
	background-color: rgb(0,0,0,0);
}
.header.noMain .header__menu ul li a:hover {
	background: rgb(0,0,0,0);
}
.header.active {
    background: #f1f5f9;
	box-shadow: 0 3px 9px #dbdbdb;
	padding: 5px 10px;
	transition: all 0.5s ease;
}
.header.active .header__menu ul li a {
	font-size: 17px;
	transition: all 0.3s ease;
}
.header__top {
	margin-bottom: 5px;
	transition: all 0.3s ease;
}
.header.active .header__logo img {
	max-height: 60px;
	transition: all 0.3s ease;
}
.header.active .header__top .btn {
	padding: 5px 8px;
}
.header__block {
/* 	position: fixed;
	top: 0; */
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1710px;
	margin: 0 auto;
}
.header__top {
	margin-bottom: 20px;
}
.header__logo {
	margin-right: auto;
	
}
.header__logo img{
	max-height: 80px;
	transition: all 0.3s ease;
}

.header__topContainer {
	justify-content: normal;
}
#to_top_scrollup {
	opacity: 1 !important;
	background: #fff;
	color: #000;
	border-radius: 99px;
}
.mapTitle {
    position: absolute;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
    display: none;
    padding: 5px 20px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
}
/* .desktop-iframe {
  pointer-events: none;
} */
#wrapMap {
    position: relative;
    cursor: help;
    overflow: hidden;
    border-width: 1px;
    border-image: initial;
}
.title {
	color: var(--text-color);
	font-weight: 600;
	z-index: 10;
	position: relative;
}
p {
	color: var(--text-color);
}
.bg-img-fixed-solid {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-header .imgMainHeader {
    position: absolute;
    left: 0;
    bottom: 0;
    top: -100px;
    z-index: -1;
    /* min-width: 100%; */
    min-height: 400px;
    height: 800px;
    width: 100%;
	overflow: hidden;
}

.bg-header .imgMainHeader img {
	width: 100%;
	height: auto;
}
.bg-header .imgMainHeader:after {
	content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    background: #000;
    opacity: 0.8;
}
.bg-header .page_uslugi .imgMainHeader:after {
    opacity: 0.8;
    background: #fff;
}
.why__itemTitle {
	color: var(--text-color);
}
.why {
	background: var(--bc-body);
}
.about__name, .about__info {
	color: var(--text-color);
}
body {
	background: var(--bc-body);
	color: var(--text-color)
}
.noMainPage {
	display: none !important;
}
.promo__title-up {
    font-size: 90px;
    padding: 30px 0 0 40px;
    font-weight: 600;
    margin-bottom: 0px;
    position: relative;
    margin-bottom: 30px;
}
.promo__title-down {
    font-size: 34px;
    padding: 40px;
    font-weight: 600;
    margin-bottom: 0px;
    position: relative;
}
/* .promo__title-up:after {
    content: "";
    position: absolute;
    left: -100%;
    height: 100%;
    width: 200%;
    background: #fff;
    opacity: 0.5;
    top: 0;
} */
.promo__itemContainer {
	height: auto;
}
.promo__title-up-after:after {
    content: "";
    position: absolute;
    left: -100%;
    height: 100%;
    width: 200%;
    /* background: #fff; */
    /* opacity: 0.5; */
    top: 0;
}
.promo__title-down .btn {
	z-index: 10;
	position: relative;
}
.promo__title-down:after {
    content: "";
    position: absolute;
    right: -100%;
    height: 100%;
    width: 200%;
    background: #fff;
    opacity: 0.2;
    top: 0;
}
body section.promo {
	height: 800px;
	position: relative;
	margin: 0;
	padding-bottom: 25px;
}
/* .promo:after {
    content: "";
    background-image: linear-gradient(rgb(0, 0, 0, 0) 0%, rgb(0, 0, 0, 0.8) 56%, #000000 100%);
    height: 369px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -12px;
}
 */
.promo:after {
    content: "";
    background-image: linear-gradient(rgb(0, 0, 0, 0) 0%, #f1f5f9);
    height: 360px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
}
.bg-header .bgHeaderAbsolute:after {
    content: "";
    background-image: linear-gradient(rgb(0, 0, 0, 0) 0%, #f1f5f9);
    height: 360px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
	z-index: 9;
}
.breadcrumbs {
	display: block;
	position: relative;
/* 	top: 100px; */
	z-index: 11;
}
.breadcrumbs.noMain {
	display: block;
}

#menu-menu-2 li:first-child {
	display:none;
}
.bg-header .video-wrapper {
    position: absolute;
    left: 50%;
    bottom: 0;
    top: 0;
    z-index: 0;
    min-width: 100%;
    min-height: 400px;
}
.bg-header video {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    margin-left: -50%;
}
.bg-header {
	position: relative;
}

/* .about__midle-item:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #797979 transparent transparent transparent;
  position: absolute;
  margin-top: 3px;
  margin-left: 10px;
  background: var(--purple);
} */
.about__midle-item strong {
	color: var(--purple);
    font-size: 20px;
}
.about__midle-item p {
	margin-bottom: 0;
}
.about__midle {
	width: 100%;
	display: flex;
}

.about__top {
	display: flex;
}

.about__top-right {
	width: 55%;
	font-size: 20px;
}
.about__top-left {
	width: 40%;
	margin-right: auto;
}
.about__midle {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-right: -20px;
    margin-bottom: -20px;
    align-items: normal;
    padding: 50px 0 0 0;
}
.about .about__midle {
	padding: 50px 0;
}
.about__content {
	display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-right: -20px;
  margin-bottom: -20px;
}
.about__left {
	position: relative;
	display: inline-block;
	width: calc(30% - 20px);
	box-sizing: border-box;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 430px;
}
.about__right {
	display: inline-block;
	width: calc(70% - 20px);
	box-sizing: border-box;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 30px;
	padding-top: 160px;
}

.about__midle-item {
  display: inline-block;
  width: calc(100% / 5 - 20px);
  padding: 20px;
  box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 3px 9px #939191;
}
/* 
.about__midle-item:nth-child(2) {
	margin-top: 40px;
	background: #fff;
}
.about__midle-item:nth-child(3) {
	margin-top: 80px;
}
.about__midle-item:nth-child(4) {
	margin-top: 120px;
	background: #fff;
}
.about__midle-item:nth-child(5) {
	margin-top:160px;
} */
.about__top-left img {
	width: 100%;
}
.about__container {
	display: block;
}
.about__down {
	display: flex;
}
.about__down.down-top {
	padding-top: 60px;
/* 	justify-content:center; */
	align-items: end;
}
.about__down-map {
	padding-top: 60px;
}
.about__down-map img{
	width: 80%;
	left: 10%;
	position: relative;
}
.about__down-map-title {
	text-align: center;
	font-size: 35px;
}
.about__down.down-top h3 {
	font-size: 22px;
}
.about__down.down-top .about__leftDown {
	padding-top: 0;
	margin-right: auto;
}
.about__leftDown h3 {
	font-weight: 400;
}
.about__content {
	display: flex;
}
.about__left .first-circle {

    background: #E3E3E3;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    left: 205px;
    top: 10px;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.about__left .second-circle {
    display: block;
    background: #800000;
    width: 273px;
    height: 273px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 87px;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.about__left .third-circle {
    display: block;
    background: #E3E3E3;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    left: 205px;
    top: 245px;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.about__leftDown {
	width: 70%;
/* 	padding-top: 170px; */
	display: flex;
    align-items: center;
	margin-right: auto;
}
.about__leftDown h3 {
	font-size: 30px;
	text-align: center;
}
.about__rightDown {
	width: 25%;
}
.about__rightDown img {
	width: 100%;
}
.img-block-500 .about__rightDown img {
	max-height: 500px;
	width: auto;
}

.about__right .about__underline {
    color: #800000;
    text-decoration: underline;
    text-decoration-thickness: 3px;
}
.font-size-about {
	font-size: 30px;
}
.about__info {
	display: none;
}
.about__info img {
	width: 100%;
}
.first-circle {
	display: block;
    background: #E3E3E3;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 205px;
    z-index: 5;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.first-circle .span-1 {
	font-size: 72px;
    margin-top: -23px;
    font-weight: 600;
}
.first-circle .span-2 {
	 margin-top: -23px;
    color: #5f5f5f;
}
.second-circle {
	display: block;
    background: #800000;
    width: 273px;
    height: 273px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 264px;
    z-index: 4;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.second-circle .span-1 {
    font-size: 72px;
    margin-left: -28px;
    font-weight: 600;
    color: #fff;
}
.second-circle .span-2{
	margin-top: -20px;
    text-align: center;
    width: 80%;
    color: #fff;
}
.third-circle {
	display: block;
    background: #E3E3E3;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 429px;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.third-circle .span-1 {
    font-size: 48px;
    margin-top: 8px;
    font-weight: 600;
}
.third-circle .span-2 {
    margin-top: -14px;
    color: #5f5f5f;
    width: 80%;
    text-align: center;
}
.promo__img {
	display: none;
}
.site-main {
    padding-top: 100px;
    z-index: 10;
    position: relative;
}
/* .site-main:after {
    content: "";
    background-image: linear-gradient(rgb(0, 0, 0, 0) 0%, #f1f5f9);
    height: 325px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
} */
.site-main .portfolio__itemMore {
    position: relative;
    background: var(--bc-body);
/*     background: #fff;
    border-radius: 15px;
    box-shadow: 0 3px 9px #939191; */
}
.page.child .portfolio__itemMore {
    position: relative;
    background: inherit;

}

.site-main .portfolio__itemMoreBlock-left img {
    width: 80%;
    max-height: 300px;
}
.usligi__btn {
	margin-bottom: 30px;
}
.uslugi-block {
	border-radius: 5px;
	margin-bottom: 30px;
}
.uslugi-block p, .uslugi-block2 p {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}
.uslugi__link {
    text-decoration: underline;
    font-size: 25px;
    color: var(--purple);
	font-weight: 600;
	display: flex;
	transition: all 0.5s ease;
	justify-content: end;
}
.uslugi__link:hover {
	color: var(--purple);
}

.uslugi__link:hover svg {
	transform: translatex(15px);
	transition: all 0.5s ease;
}
.uslugi__link svg {
	width: 75px;
	transition: all 0.5s ease;
}
.uslugi__link svg path{
	stroke: var(--purple);
}
.uslugi__link span {
	margin-right: 15px;
}
.uslugi__item ol {
    display: flex;
    /* background: #fff; */
/*     box-shadow: rgb(147, 145, 145) 0px 3px 9px; */
    padding: 50px 0 0 0px;
	
    /* padding-left: 0; */
    border-radius: 5px;
}
.uslugi__item .uslugi-block-first ol {
	display: flex;
	flex-direction: column;
    padding: 50px 0 0 0px;
    border-radius: 5px;
	
}
.uslugi__item .uslugi-block ol li:first-child::after {
    content: '1';
    display: block;
    font-size: 12rem;
    position: absolute;
    top: 50%;
    font-weight: 700;
    left: 50%;
    opacity: 0.1;
    transform: translate(-50%, -50%);
}
.uslugi__item .uslugi-block ol li:nth-child(2)::after {
    content: '2';
    display: block;
    font-size: 12rem;
    position: absolute;
    top: 50%;
    font-weight: 700;
    left: 50%;
    opacity: 0.1;
    transform: translate(-50%, -50%);
}
.uslugi__item .uslugi-block ol li:nth-child(3)::after {
    content: '3';
    display: block;
    font-size: 12rem;
    position: absolute;
    top: 50%;
    font-weight: 700;
    left: 50%;
    opacity: 0.1;
    transform: translate(-50%, -50%);
}
.uslugi__item .uslugi-block ol li:nth-child(4)::after {
    content: '4';
    display: block;
    font-size: 12rem;
    position: absolute;
    top: 50%;
    font-weight: 700;
    left: 50%;
    opacity: 0.1;
    transform: translate(-50%, -50%);
}
.uslugi__item .uslugi-block ol li:nth-child(5)::after {
    content: '5';
    display: block;
    font-size: 12rem;
    position: absolute;
    top: 50%;
    font-weight: 700;
    left: 50%;
    opacity: 0.1;
    transform: translate(-50%, -50%);
}
.uslugi__item .uslugi-block ol li:nth-child(6)::after {
    content: '6';
    display: block;
    font-size: 12rem;
    position: absolute;
    top: 50%;
    font-weight: 700;
    left: 50%;
    opacity: 0.1;
    transform: translate(-50%, -50%);
} 

.uslugi__item .uslugi-block2 ol li:first-child::after {
	content: '\f058'; /* Unicode для иконки */
	font-family: 'Font Awesome 6 Free';
    font-weight: 900; /* для solid иконок */
    display: inline-block;
    font-size: 7rem; /* очень большое, убедитесь, что это нужно */
    position: absolute;
    top: 0%;
    left: 60%;
    opacity: 0.1;
    transform: translate(-50%, -50%);
}
.uslugi__item .uslugi-block2 ol li:nth-child(2)::after {
    content: '\f158';
   font-family: 'Font Awesome 6 Free';
    font-weight: 900; /* для solid иконок */
    display: inline-block;
    font-size:7rem; /* очень большое, убедитесь, что это нужно */
    position: absolute;
    top: 0%;
    left: 60%;
    opacity: 0.1;
    transform: translate(-50%, -50%);
}
.uslugi__item .uslugi-block2 ol li:nth-child(3)::after {
    content: '\f62a';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900; /* для solid иконок */
    display: inline-block;
    font-size: 7rem; /* очень большое, убедитесь, что это нужно */
    position: absolute;
    top: 0%;
    left: 60%;
    opacity: 0.1;
    transform: translate(-50%, -50%);
}
.uslugi__item .uslugi-block2 ol li:nth-child(4)::after {
    content: '\e533';
   font-family: 'Font Awesome 6 Free';
    font-weight: 900; /* для solid иконок */
    display: inline-block;
    font-size: 7rem; /* очень большое, убедитесь, что это нужно */
    position: absolute;
    top: 0%;
    left: 60%;
    opacity: 0.1;
    transform: translate(-50%, -50%);
}
.uslugi__item .uslugi-block2 ol li:nth-child(5)::after {
    content: '\f0b1';
   font-family: 'Font Awesome 6 Free';
    font-weight: 900; /* для solid иконок */
    display: inline-block;
    font-size: 7rem; /* очень большое, убедитесь, что это нужно */
    position: absolute;
    top: 0%;
    left: 60%;
    opacity: 0.1;
    transform: translate(-50%, -50%);
}
.uslugi__item .uslugi-block2 ol li:nth-child(6)::after {
    content: '6';
   font-family: 'Font Awesome 6 Free';
    font-weight: 900; /* для solid иконок */
    display: inline-block;
    font-size: 7rem; /* очень большое, убедитесь, что это нужно */
    position: absolute;
    top: 0%;
    left: 60%;
    opacity: 0.1;
    transform: translate(-50%, -50%);
}
.uslugi__item .uslugi-block-first ol li {
    padding: 45px;
    background: #000 !important;
    color: #fff;
}
.uslugi__item ol li {
	position: relative;
    margin-bottom: 60px;
    font-size: 18px;
    padding: 10px;
/*     border: 1px solid #cecece; */
    margin-right: 15px;
    border-radius: 5px;
    list-style-type: none;
    width: calc(20% - 15px);
}

.uslugi__item .uslugi-block-first ol li:nth-child(1) {
    width: 50%;
    left: 50%;
	background: linear-gradient(90deg, rgb(255 255 255) 0%, rgba(0, 0, 0, 0) 100%);
}
.uslugi__item .uslugi-block-first ol li:nth-child(2) {
    width: 50%;
    left: 0%;
	background: linear-gradient(270deg, rgb(255 255 255) 0%, rgba(0, 0, 0, 0) 100%);
}
.uslugi__item .uslugi-block-first ol li:nth-child(3) {
    width: 50%;
    left: 50%;
	background: linear-gradient(90deg, rgb(255 255 255) 0%, rgba(0, 0, 0, 0) 100%);
}
.uslugi__item .uslugi-block-first ol li:nth-child(4) {
    width: 50%;
    left: 0%;
	background: linear-gradient(270deg, rgb(255 255 255) 0%, rgba(0, 0, 0, 0) 100%);
}
.uslugi__item .uslugi-block-first ol li:nth-child(5) {
    width: 50%;
    left: 50%;
	background: linear-gradient(90deg, rgb(255 255 255) 0%, rgba(0, 0, 0, 0) 100%);
}
.uslugi__item .uslugi-block-first ol li::after {
	opacity: 1;
	color: var(--purple);
}
.uslugi__item .uslugi-block-first ol li:nth-child(1)::after {
    content: '1';
    display: block;
    font-size: 12rem;
    position: absolute;
    top: 50%;
    font-weight: 700;
    left: -50%;

    transform: translate(-50%, -50%);
}
.uslugi__item .uslugi-block-first ol li:nth-child(2)::after {
    content: '2';
    display: block;
    font-size: 12rem;
    position: absolute;
    top: 50%;
    font-weight: 700;
    left: 150%;
    
    transform: translate(-50%, -50%);
}
.uslugi__item .uslugi-block-first ol li:nth-child(3)::after {
    content: '3';
    display: block;
    font-size: 12rem;
    position: absolute;
    top: 50%;
    font-weight: 700;
    left: -50%;
    transform: translate(-50%, -50%);
}
.uslugi__item .uslugi-block-first ol li:nth-child(4)::after {
    content: '4';
    display: block;
    font-size: 12rem;
    position: absolute;
    top: 50%;
    font-weight: 700;
    left: 150%;
 
    transform: translate(-50%, -50%);
}
.uslugi__item .uslugi-block-first ol li:nth-child(5)::after {
    content: '5';
    display: block;
    font-size: 12rem;
    position: absolute;
    top: 50%;
    font-weight: 700;
    left: -50%;
    transform: translate(-50%, -50%);
}
.uslugi__item .uslugi-block-first ol li::before {
    content: '';
    height: 2px;
    width: 200%;
    border-radius: 0;
    bottom: -30px;
    position: absolute;
    /* z-index: 1; */
    left: -100%;
    /* color: aqua; */
    background: #d5d5d5;
}
.uslugi__item .uslugi-block-first ol li:nth-child(2n)::before {
    content: '';
    height: 2px;
    width: 200%;
    border-radius: 0;
    bottom: -30px;
    position: absolute;
    /* z-index: 1; */
    left: 0;
    /* color: aqua; */
    background: #d5d5d5;
}

.uslugi__intro__middle-block {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
.uslugi-block_about-left-title {
	font-size: 32px;
	text-align:center;
}
.uslugi__intro__middle-block-img {
	display: flex;
	justify-content: center;
}
.uslugi__intro__middle-block-img img {
	width: 80%;
}
.uslugi-block_about-right {
	width:30%;
	padding: 15px;
}
.uslugi-block_about-right img {
	width: 100%;
	margin-bottom: 15px;
}
.uslugi-block_about-left {
	width: 70%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.uslugi-block_about-left h3 p {
	font-size: 35px;
	color: var(--purple);
}
.uslugi-block_about-right-name {
	font-weight: 600;
    font-size: 27px;
}
.uslugi-block_about-right-text {
	font-size: 21px;
}
.uslugi-block-first ol li {
	padding-bottom: 100px;
}
.uslugi-block-first ol li img {
	display: none !important;
}
.uslugi-block-first ol li strong {
	font-size: 48px;
}
.about__midle-item p {
	text-align: left;
}
.uslugi-block-first p, .why-me {
	font-size: 30px;
	text-align: center;
}
.uslugi__intro__middle {
	text-align: center;
	margin: 30px 0;
	font-size: 30px;
	font-weight: 600;
	color: var(--purple);
}
.uslugi-block2 p {
	text-align: center;
}
.uslugi-block2 p strong {
	color: var(--purple);
}
.uslugi-block2 ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
    padding: 0;
	gap: 10px 10px;
}
.uslugi-block2 ul li {
	position:relative;
	width: calc(33.33% - 10px);
	padding: 45px;
	border: 5px solid #d6d6d6;
	border-radius: 5px;
	list-style-type: none;
}
.uslugi-block2.new {
	margin-bottom: 80px;
}
.uslugi-block2.new ul li{
    position: relative;
    width: calc(33.33% - 20px);
    padding: 45px;
    border: none;
    border-radius: 5px;
    list-style-type: none;
    height: 284px;
    display: flex;
    /* justify-content: end; */
    align-items: end;
}

.uslugi-block2 ul li:nth-child(1)::after {
	background: url('https://xn--h1agbn.xn--p1ai/wp-content/uploads/2025/07/fcd424c2-1ec6-4b32-bbf3-d79d5b0b15b1.png');
	background-size: cover; 
	background-position: center; 
	background-repeat: no-repeat; 
	opacity: 0.3;
}
.uslugi-block2 ul li:nth-child(2) {
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 39px;
    text-align: center;
    padding: 0 20px;
    font-weight: 600;
    border: none;
}
.uslugi-block2.new li .item-bgContent{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    width: 100%;
    left: 0;
    bottom: 0;
}
.uslugi-block2.new li .item-text {
	color: #fff;
	font-size: 17px;
}
.uslugi-block2.new li .item-bg:after {
    content: "";
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.7;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out;
}
.practices.uslugi__item {
	padding-bottom: 0;
	
}
.uslugi-block2.new .item-bg img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.uslugi-block2.new .item-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    /* align-items: end; */
    /* height: auto; */
    margin-bottom: 15px;
    z-index: -1;
    border-radius: 12px;
    overflow: hidden;
}

.uslugi-block2 ul li strong {
	font-size: 27px;
	line-height: 0;
}
.uslugi-block2 > p {
	font-size: 35px;
	margin-bottom:50px;
}
.uslugi-intro {
    font-size: 35px;
    font-weight: 600;
    color: var(--purple);
/*     padding: 30px; */
    border-radius: 15px;
    margin-bottom: 20px;
}
.uslugi-block_about-left-992 {
	display: none;
}
.uslugi-blockPatent ul {
	list-style-type: none;
	padding: 0;
}
.uslugi-blockPatent ul li {
	display: flex;
	width: 100%;
	padding: 30px;
	border: 6px solid var(--purple);
	border-radius: 8px;
	margin-bottom: 25px;
}
.uslugi-blockPatent .left, .uslugi-blockPatent .right {
    width: 50%;
    padding: 30px 60px;
}
.practices.uslugi__item h2 {
	font-size: 30px;
	text-align: center;
	margin: 100px 0 30px 0;
	text-transform: uppercase;
}
.uslugi-block_about-leftTitle {
	font-size: 40px;
}
.processPatentovaniay ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	list-style-type: none;
}
.processPatentovaniay ul li h3 {
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
}
.processPatentovaniay ul li p {
	color: #fff;
	margin-bottom: 0;
	text-align: left;
}

.processPatentovaniay ul li{
	position: relative;
    width: calc(33% - 25px);
    color: #ffffff;
    padding: 30px 20px;
    padding: 85px 20px 30px 20px;
    text-align: left;
    list-style: none;
    background-color: #1e293f;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* overflow: hidden; */
/*     display: flex; */
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 3px 3px 0 #1e293f;
}
/* .processPatentovaniay ul li:nth-child(4) {
	width: calc(50% - 25px);
}
.processPatentovaniay ul li:nth-child(5) {
	width: calc(50% - 25px);
} */
.processPatentovaniay ul li::before {
    position: absolute;
    content: "Шаг " counter(steps);
    display: inline-block;
    left: -5px;
    top: 25px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    color: rgb(30, 41, 63);
    letter-spacing: -1px;
    text-align: center;
    padding: 3px 11px;
    background: rgb(174, 214, 163);
    border-radius: 0px 4px 4px 0px;
}
.processPatentovaniay ul li:after {
    position: absolute;
    content: "";
    right: -48px;
    top: 50%;
    transform: translateY(-50%);
    border: 25px solid;
    border-color: transparent transparent transparent #1e293f;
}
.processPatentovaniay ul li:nth-child(1)::before {
	counter-increment: steps 1;
}
.processPatentovaniay ul li:nth-child(2)::before {
	counter-increment: steps 2;
}
.processPatentovaniay ul li:nth-child(3)::before {
	counter-increment: steps 3;
}
.processPatentovaniay ul li:nth-child(4)::before {
	counter-increment: steps 4;
}
.processPatentovaniay ul li:nth-child(5)::before {
	counter-increment: steps 5;
}
.processPatentovaniay ul li:nth-child(6)::before {
	counter-increment: steps 6;
}
.processPatentovaniay ul li:last-child::after {
	content: none;
}
.uslugi-blockPatent h2 {
	font-size: 30px;
	text-align: center;
	margin: 60px 0 30px 0;
	text-transform: uppercase;
}
 .uslugi-blockPatent .img-container {
	border-radius: 12px;
    overflow: hidden;
	 height: 300px;
}
 .uslugi-blockPatent .img-container img {
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
 .uslugi-blockPatent h3 {
	display: inline-block;
    text-transform: uppercase;
    font-size: 37px;
    line-height: 35px;
    margin-bottom: 20px;
}
.uslugi-blockPatent p {
	text-align: left;
}
.practices {
    margin: 0px 0 60px 0;
/*     background: var(--bc-body); */
    padding-top: 50px;
    z-index: 2;
    position: relative;
	padding-bottom: 130px;
}
.practices__list a:nth-child(3) {
	position: relative;
    top:115px;
}
.practices__list a:nth-child(6) {
	position: relative;
    top: 115px;
}
.practices__list a {
	width: calc(33% - 10px);
	background: #373737;
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 320px;
    padding: 20px;
    border-radius: 12px;
	transition: all 0.3s ease;
	box-shadow: 0 3px 9px #939191;
	
}

.practices__list a:hover {
	transform: scale(1.03);
	transition: all 0.3s ease;
	
}
.page .practices__list a:nth-child(1) {
	width: calc(33% - 10px);
	background: #373737;
	position: relative;
	top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 320px;
    padding: 20px;
    border-radius: 12px;
	transition: all 0.3s ease;
	box-shadow: 0 3px 9px #939191;
}
.page .practices__list a:nth-child(2) {
	top: 115px;
}
.page .practices__list a:nth-child(5) {
	top: 115px;
}
.page .practices__list a:nth-child(3) {
	top: 0px;
}
.page .practices__list a:nth-child(4) {
	top: 0px;
}
.page .practices__list a:nth-child(6) {
	top: 0px;
}

.practices__list a:nth-child(1) {
	flex-direction: row;
	border-radius: 7px;
    position: absolute;
	height: auto;
    background: var(--purple);
    color: #fff;
    top: 30px;
    display: flex;
    justify-content: center;
    padding: 15px 15px;
    align-items: center;
}
.practices__list {
	position: relative;
	gap: 20px 20px;
}


.servis-link-title {
	margin-right: 15px;
	font-size: 20px;
	font-weight: 500;
}
.practices__list a:nth-child(1) i {
	margin-top: 3px;
}
.practices__list a:nth-child(1):hover {
	transform: scale(1.03);
	text-decoration: none;
}
.practices__list a:nth-child(1) svg {
	 width: 49px;
}
.practices__list a:nth-child(1) svg path {
	stroke: #fff;
}
.practices__itemTitle {
	text-align: left;
	font-size: 30px;
	color: #fff;
	position: relative;
	bottom: auto;
	padding: 0px;
}
.practices__itemImg:before {
	content: none;
}
.practices__itemImg {
    position: relative;
    left: 0;
    /* top: 0; */
    width: auto;
    display: flex;
    align-items: end;
    height: auto;
	margin-bottom: 15px;
}
.practices__itemImg img {
    width: auto;
    height: 56%;
    -o-object-fit: cover;
    object-fit: cover;
}
.practices__item:hover .practices__itemImg:after {
	opacity: 0;
	transition: all 0.3s ease;
}
.practices__itemImg, .practices__itemTitle {
	
	transition: all 0.3s ease;
}
.practices__itemImg, .practices__itemTitle {
	
	transition: all 0.3s ease;
}
.practices__item:hover .practices__itemImg,
.practices__item:hover .practices__itemTitle {
  	
	transition: all 0.3s ease;
}
.practices__itemContent {
	height: 0;
    color: #d8d8d8;
    line-height: normal;
    font-size: 20px;
    margin-top: 5px;
    opacity: 0;
    transition: all 0.2s ease;
}
.practices__item:hover .practices__itemContent {
	position: relative;
	height: 100%;
	opacity: 1;
	transition: all 0.5s ease;
}
.header.noMain .header__mail,
.header.noMain .header__phone,
.header.noMain .header__menu ul li a,
.footer__name,
.footer__registry,
.footer__phone,
.footer__mail,
.footer__menu ul li a,
.footer__polit,
.footer__copy {
	color: var(--text-color);
}
.formSection__block {
	width: 100%;
	display: flex;
}
.contactsForm__Block .left{
	width: calc(60% - 15px);
	margin-right: auto;
}
.contactsForm__Block .right {
    width: calc(35% - 15px);
/*     max-height: 550px; */
    justify-content: center;
    display: flex;
    flex-direction: column;
/* 	padding: 30px; */
}
.contactsForm__Block .title {
	margin-bottom: 10px;
}

.contactsForm {
	padding: 100px 0;
}
.contactsForm .contactsForm__Block {
	display: flex;
	align-items: center;
	padding: 30px 60px;
	background: #fff;
	color: #333;
	border-radius: 15px;
	box-shadow: 0 3px 9px #939191;
}
.contactsForm__Block .right img{
	width: 100%;
	height: auto;
}
.contactsForm__Block .form-group {
	width: 100%;
	padding: 15px;
}
.contactsForm__Block .form-control {
    width: 100%;
    padding: 15px;
	padding-bottom: 5px;
    background: inherit;
    color: #333333;
    border: none;
    border-bottom: 1px solid;
}

.form-floaning .wpcf7-form-control:focus ~ label, 
.form-floating .wpcf7-form-control:not(:placeholder-shown) ~ label ,
.form-floating .form-control:focus ~ label,
.form-floating .form-control:not(:placeholder-shown) ~ label {
    top: -12px;
}
.title__under {
	text-align: center;
	font-size: 20px;
}
.form-floating label {
	top: 0.5rem;
    padding-left: 10px;
    opacity: 0.6;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    pointer-events: none;
	color: #000;
}
.wpcf7-form-control-wrap {
	color: #fff;
}
.contactsForm__Block .obyz-pole p {
	color: #fff;
}
.form-floating {
	width: 70%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1rem;
	margin-bottom: 20px;
}
.form-floating input::placeholder,
.form-floating textarea::placeholder {
    color: transparent; /* делает текст прозрачным */
}

.contactsForm__Block .left .title {
    text-align: left;
    margin-bottom: 35px;
    font-size: 50px;
}
.contactsForm__Block .left p {
	text-align: left;
	font-size: 16px;
	color: #333;
}
.contactsForm__Block .contact-name {
	font-size: 20px;
}
.btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    background-color: var(--purple);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    border: none;
}
.btn:hover {
    background-color: #690000;
}
.contactsForm__Block .color-red {
	font-size: 23px;
	color: #fff;
}
.btn-and-politika {
	display: flex;
}
.btn-and-politika .btn-block {
	
	margin-right: 30px;
}
.contactsForm__Block .obyz-pole {
	margin-bottom: 15px;
}
.contactsForm__Block .politika p {
	font-size: 11px;
}
.contactsForm__Block .contact-link-politika {
	color: var(--purple);
}


.practices__itemTitle {
    text-align: left;
    font-size: 30px;
    color: #ffffff;
    position: relative;
    bottom: auto;
    padding: 0px;
    text-shadow: 1px 3px 3px #000000;
}

.practices__itemImg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    /* align-items: end; */
    /* height: auto; */
    margin-bottom: 15px;
}
.practices__itemImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.practices__itemContent-desc {
	color: #fff;
}
.practices__itemContent-BG {
	position: absolute;
	width: 100%;
	height: 100%;
}
.practices__itemBlock {
	width: auto;
	height: auto;
}
.practices__itemContent-BG {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    width: 113%;
    left: 0;
    bottom: 0;
}
.portfolio .portfolio__list {
	border-top: 8px solid #800000;
    border-radius: 15px;
    width: 100%;
	gap: 0px 26px;
    padding: 0;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    overflow: hidden;
}
.portfolio .portfolio-item {
    border: none;
    width: calc(25% - 20px);
    padding: 15px;
    margin: 0;
    justify-content: end;
    display: flex;
    flex-direction: column;
    opacity: 1;
    transition: all 0.3s ease;
    background: #fff;
	overflow: hidden;
	transition: all 0.3s ease;
	box-shadow: 0 3px 9px #939191;
	border-radius: 5px;
	margin-bottom: 20px;
}


.portfolio .portfolio-item:hover {
	box-shadow: 0 3px 14px #636363;
	transition: all 0.3s ease;
} 
.portfolio .portfolio__list.active .portfolio-item {
	box-shadow: none;
}
.portfolio .portfolio__list.active .portfolio-item:hover {
	box-shadow: none;
}
.portfolio .portfolio__desc {
	color: var(--text-gray)
	text-align: left;
    height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.portfolio .portfolio__more{	
	display: flex;
    text-decoration: underline;
    color: var(--purple);
    background: inherit;
    border: none;
    text-align: end;
}
.portfolio .portfolio__more svg {
	 width: 28px;
    margin-left: 10px;
}
.portfolio .portfolio__more svg path {
	stroke: var(--purple);
}
   
.portfolio__itemMoreBlock a {
    font-weight: 600;
    font-size: 18px;
}
.portfolio .portfolio__itemMoreBlock-leftTitle {
	margin-bottom: 0px;
}
.portfolio .portfolio__blockImg {
    height: 100%;
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.portfolio__itemMore {
	padding: 15px;
    position: absolute;
    top: -120%;
	left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: var(--purple);
	transition: all .5s ease;
	overflow: hidden;
}
.portfolio__itemMore.show {
    position: absolute;
    top: 0%;
    left: 15px;
    z-index: 10;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background: #fff;
    transition: all .5s ease;
    z-index: 10000;
	overflow-y: auto;
	box-shadow: 0 3px 14px #636363;
	border-radius: 5px;
	margin-top: 0px;
}
.portfolio__itemMoreBlockImg {
	margin: 20px 0 25px 0;
	display: flex;
	justify-content: center;
}
.portfolio__itemMoreBlockImg img {
	width: 80%;
}
/* .portfolio__list.active .portfolio-item {
	background: none;
	border: none;
} */
.removeMoreItem {
    background: none;
    border: none;
    position: absolute;
    right: 0px;
    top: 0px;
    color: var(--text-color);
    font-size: 30px;
}
.removeMoreItem svg path {
	stroke: var(--text-color);
	fill: var(--text-color);
}
.portfolio__list.active .portfolio__blockImg {
	pointer-events: none;
	opacity: 1;
	transition: all 0.3s ease;
}
.portfolio__list.active .portfolio-item.active {
	display: flex;
	opacity: 1;
}
.portfolio__list.active .portfolio-item {
	display: flex;
	opacity: 1;
	transform: all 0.3s ease;
}


.portfolio__list.active .portfolio__blockLow {
	pointer-events: none;
	opacity: 1;
	transition: all 0.3s ease;
	
}
.portfolio__list .portfolio__blockLow {
	transition: all 0.3s ease;
}
.portfolio__list .portfolio__blockImg {
	transition: all 0.3s ease;
}
.portfolio__itemMoreBlock {
	display: flex;
	width: 100%;
	padding: 30px;
	position: relative;
}
.portfolio .removeMoreInfo {
	position: absolute;
	right: 15px;
	top: 15px;
}

.portfolio__itemMoreBlock-left a {
	color: var(--text-color);
}

.portfolio__itemMoreBlock-rightBlock {
	background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 9px #939191;
    padding: 20px;
	margin-bottom: 20px;
}
.itemBlock {
	width: 100%;
	height: 100%;
}
.portfolio .portfolio__itemMoreBlock-left img{
	width: 80%;
    max-height: 300px;

}

.portfolio .portfolio__blockImg img{
	width: 83%;
    height: auto;
}
.portfolio__blockLow {
	display: flex;
	flex-direction: column;
	margin-top: 15px;
}
.portfolio .portfolio__btnMoreBlock {
	display: flex;
	align-items: center;
	justify-content: end;
	padding-right: 25px;
}
.page-desc {
	font-size: 24px;
	margin-bottom: 50px;
}
.portfolio__btnAll {
	font-size: 25px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: auto;
    background: inherit;
    border: none;
    color: var(--text-color);
	transition: all 0.3s ease;
    text-decoration: underline;
	color: var(--purple);

}
.portfolio__btnAll:hover {
	transform: scale(1.03);
	transition: all 0.3s ease;
	color: var(--purple);
}
.portfolio__btnAll:hover svg path {
	stroke: var(--purple);
}
.portfolio__btnAll svg path {
	stroke: var(--purple);
}

.portfolio__btnAll path {
	stroke: #000;
}
.portfolio__btnAll svg {
	width: 50px;
	margin-left: 15px;
}

.map-and-contacts {
	width: 100%;
	position: relative;
}
.map-and-contacts iframe {
	width: 100%;
	height: 500px;
}
.map-and-contacts__block {
    position: absolute;
    width: 520px;
    top: 15%;
    left: 10%;
    display: flex;
    flex-direction: column;
    padding: 40px;
    height: 70%;
    background: var(--purple);
	border-radius:12px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8), 
		0px 2px 4px rgba(0, 0, 0, 0.8), 
		0px 4px 8px rgba(0, 0, 0, 0.8), 
		0px 8px 16px rgba(0, 0, 0, 0.8);
}
.map-and-contacts__block a {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}
.map-and-contacts__block {
	color: #fff;
}
.map-and-contacts i {
    padding-right: 4px;
    padding-bottom: 3px;
}
 .zagolovoktext-time {
    padding-left: 23px;
    margin-top: 5px;
    margin-bottom: 15px;
}
 .zagolovoktext-day {
    padding-left: 23px;
/*     margin-top: -10px; */
}
.map-and-contacts .zagolovoktext-day span:nth-child(-n+5) {
    border-bottom: 2px solid #fff;
}
.map-and-contacts .zagolovoktext-day span:nth-child(n+6) {
    border-bottom: 2px solid #000;
}
.contactsPage .map-and-contacts .zagolovoktext-day span:nth-child(-n+5) {
    border-bottom: 2px solid #000;
}
.contactsPage .map-and-contacts .zagolovoktext-day span:nth-child(n+6) {
    border-bottom: 2px solid var(--purple);
}
.span-rejim-raboti {
	text-decoration: underline;
}
.header__map {
	margin: 0 30px 0 0 ;
}
.mapContacts {
	overflow: hidden;
}
.mobile__menu {
	background: var(--bc-body);
}
.desktop-iframe {
	display: block;
}
.mobile-iframe {
	display: none;
}
.mobile__close {
	cursor: pointer;
}

/* new header */
.header__menu ul li {
	flex:none;
	margin-right: 60px;
	position: relative;
	text-transform: uppercase;
}
.header__menu ul li:last-child{
	margin-right: 0;
}
.header__menu ul li a {
	background: none;
	color: #000;
	padding: 5px;
	font-size: 22px;
	font-weight: 500;
}
.header__menu {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: none;
    width: auto;
}
.header__topContainer {
	justify-content: end;
}
.header__topContainer .btn {
	margin-right: 30px;
}
.about__nameDown {
	font-size: 14px;
	padding-top: 15px;
}
.header__social {
	gap: 0px;
}
.header__social li a {
	margin-right: 15px;
}
.header__mail {
	margin-right: 30px;
	color: #000;
	font-size: 19px;
}
.header__phone {
	margin-right: 30px;
	font-size: 15px;
	color: #000;
	font-weight: 400;
}
.header__phone:hover,
.header__mail:hover {
	color: var(--purple);
}
.header__top .btn {
    background: rgb(0, 0, 0, 0);
    display: inline-block;
    padding: 9px 15px;
    border-radius: 5px;
    color: #800000;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    border: none;
    border: 1px solid var(--purple);
}

.header__top .btn:hover {
	background-color: #690000;
}
.header__menu ul li a:hover {
    text-decoration: none;
    background: none;
}
.header__bottomContainer {
	justify-content: end;
}
#menu-menu2 > .menu-item:hover::after {
    width: 100%;
}
#menu-menu2 > .menu-item::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 4px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: var(--purple);
    transition: 1s ease-in-out;
}
.header__social li a {
	width: 31px;
}
.header__social li:last-child a {
	margin-right: 0;
}
.bg-header .imgMainHeader:after {
	opacity: 0.6;
	background: #fff;
}
.promo__title-up {
	color: #000;
	padding-left: 90px;
}
.promo__title-down {
	padding: 90px;
}
.promo__title-down:after {
    content: "";
    position: absolute;
    right: -100%;
    height: 100%;
    width: 200%;
    background: #000000;
    opacity: 0.8;
    top: 0;
    z-index: -1;
}
.promo__title-down:before {
    content: "";
    position: absolute;
    right: -97%;
    height: 116%;
    width: 200%;
    background: rgb(0, 0, 0, 0.1);
    opacity: 0.8;
    top: -8%;
    z-index: -1;
}
.header__bottom {
	margin-top: 0;
}
.contactsPage {
	display: flex;
	padding: 60px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 3px 9px #939191;
}
.contactsPage__map {
	width: 45%;
}
.contactsPage__blockList {
	width: 45%;
	margin-right: auto;
	display: block;
}
.contactsPage__title {
	margin-right: 10px;
}
.contactsPage__block-item {
    border-radius: 15px;
    display: flex;
	padding: 20px 0;
}

body section.promo {
	overflow: hidden;
}
.promo__block {
	left: 10%;
}
.header__top .btn {
	margin-left: 30px;
}
.about__img {
    width: 100%;
    display: block;
    /* height: auto; */
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about__img img {
    width: 100%;
    height: 64px;
    -o-object-fit: cover;
    object-fit: cover;
}
.footer img {
	max-width: 100%;
}
.footer__col:nth-child(1) {
	width: 40%;
}
.footer__col:nth-child(2) {
	width: 20%;
}
.footer__col:nth-child(3) {
	width: 20%;
}
.footer__col:nth-child(4) {
	width: 20%;
}
.footer__col {
	margin-right: 50px;
}
.footer__col:last-child {
	margin-right: 0;
}
.footer__social {
	justify-content: left;
	margin-bottom: 25px;
}
.footer__titleMain {
	font-size: 20px;
}
.footer__menu ul li a {
    padding: 0;
    display: block;
    border-radius: 0;
    background: none;
    color: #202020;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}
.footer__menu ul li {
	position: relative;
}
.footer__menu ul li a:hover {
	background: none;
}
.footer__menu ul li:hover:after {
    width: 100%;
}
.footer .sub-menu {
	display: none;
}
.footer__menu ul li:after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
/*     top: 0; */
    bottom: -1.3px;
    left: 0;
    right: 0;
    background: var(--purple);
    transition: all 1s ease-in-out;
}

.footer__menu ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    flex-direction: column;
}
.footer__contactsList {
	width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 9px;
    flex-direction: column;
}
.footer__contactsList li{
	list-style: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.footer__contactsList li a,
.footer__contactsList li span{
	padding: 0;
    display: block;
    border-radius: 0;
    background: none;
    color: #202020;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
}
.footer__topContainer {
	align-items: normal;
}
.header__menu ul li:after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: -1.3px;
    left: 0;
    right: 0;
    background: var(--purple);
    transition: all 1s ease-in-out;
}
.header.active .header__menu ul li:before {
	content: none;
}
.header__menu ul li:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: -1.3px;
    left: 0;
    right: 0;
    background: #cecece;
    transition: all 1s ease-in-out;
}
.header__menu ul li:hover:after {
	width: 100%;
}

/* new header */
.footer__Block {
	display: flex;
}
.footer {
	padding: 0 15px;
	margin: 60px 0 20px 0;
}
.footer .footer__item {
	margin-bottom: 20px;
}
.footer .footer__item-logo {
	max-width: 400px;
	width: 100%;
}
.footer .footer__item {
	margin-right: 15px;
}
.footer .footer__item:first-child {
	width: calc(40% - 15px);
}
.footer .footer__item:nth-child(2) {
	width: calc(15% - 15px);
}
.footer .footer__item:nth-child(3) {
	width: calc(25% - 15px);
}
.footer .footer__item:nth-child(4) {
	width: calc(20% - 15px);
}
.footer__contactsList li {
	margin-bottom: 3px;
}
.footer .footer__item .footer__adres {
	text-align: start;
}
.header__top-600px {
	display: none;
	justify-content: center;
    align-items: center;
}
.header__top-600px a {
	width: 50%;
    display: flex;
	color: #000;
	font-size: 13px;
}
.header__top-600px a:nth-child(1) {
	justify-content: left;
	padding-left: 15px;
}
.header__top-600px a:nth-child(2) {
	justify-content: end;
	padding-right: 20px;
}
.mobile__menu.open {
	z-index: 10000000;
}
.mobile__close:after, .mobile__close:before {
	background-color: var(--purple);
}
@media(max-width: 1500px) {
	.about {
		margin-bottom: 100px;
	}
	.about__midle-item strong {
		font-size: 18px;
	}
	.about__left {
		width: calc(35% - 20px);
	}
	.about__right {
		width: calc(65% - 20px);
	}
	.container {
		padding: 0 20px;
	}
}
@media(max-width: 1300px) {
	.portfolio .portfolio-item {
		width: calc(33.33% - 30px);
	}
	.header__logo img {
		max-height: 60px;
	}
	.portfolio .portfolio-item:nth-child(8) {
		display: none;
	}
	.portfolio .portfolio-item:nth-child(7) {
		display: none;
	}
	.about__left {
		width: calc(40% - 20px);
	}
	.about__right {
		width: calc(60% - 20px);
	}
	.about__midle-item {
		width: 100%;
	}
	.portfolio .portfolio__blockImg {
    	min-height: 100px;
	}
	.about__top-left {
    width: 50%;
	}
	.practices__itemTitle {
		font-size: 22px;
	}
}

@media (max-width: 1260px) {
    .practices__list a:nth-child(1) {
        top: auto;
        bottom: -100px;
    }
	.practices__list a:nth-child(3),
	.practices__list a:nth-child(6){
		top: auto;
	}
}
@media (max-width: 992px) {
	.uslugi__intro__middle-block-img {
		display: none;
	}
	.btn {
		padding: 8px 14px;		
		font-size: 14px;
		
	}
	.contactsForm .contactsForm__Block {
		padding: 20px 20px
	}
	.about__down {
		display: block;
	}
	
	.about__leftDown {
		width: 100%;
		padding-top: 60px;
	} 
	.about__leftDown h3 {
		text-align: center;
		font-size: 20px;
	}
	
	.about__rightDown {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
	.uslugi-blockPatent p {
		line-height: 16px;
	}
	.uslugi-blockPatent h3 {
        margin-bottom: 30px;
        text-align: center;
        font-size: 23px;
    }
	.uslugi-blockPatent .left, .uslugi-blockPatent .right {
		width: 100%;
		padding: 0px;
	}
	.uslugi-blockPatent .img-container {
		margin-bottom: 25px;
	}
	.uslugi-blockPatent ul li:nth-child(2) .left {
		order: 2;
	}
	.uslugi-blockPatent ul li:nth-child(2) .right {
		order: 1;
	}
	.uslugi-blockPatent ul li:nth-child(4) .left {
		order: 2;
	}
	.uslugi-blockPatent ul li:nth-child(4) .right {
		order: 1;
	}
	
	
	.map-and-contacts__block {
		border-radius: 0px;
	}
	.portfolio .portfolio__list {
		padding: 15px;
	}
	.uslugi-blockPatent ul li {
		flex-direction: column;
	}
	.uslugi-blockPatent .left  {
		order: 1;
	}
	 .uslugi-blockPatent .right {
		order: 2;
	}
    .processPatentovaniay ul li {
		width: calc(50% - 25px);
	}
/* 	.processPatentovaniay ul li:nth-child(4) {
		width: calc(50% - 25px);
	} 
	.processPatentovaniay ul li:nth-child(5) {
		width: 100%;
	} */
	.processPatentovaniay ul {
		padding: 15px;
	}
	.uslugi-block2 ul {
		gap: 20px 10px;
	}
	.uslugi-block2.new .item-bg {
		box-shadow: 0 3px 9px #939191;
	}
	.page .practices__list a:nth-child(1) {
		width: 100%;
	}
	.page .practices__list a {
		margin-bottom: 20px;
	}
	.page .practices__list a:nth-child(2), .page .practices__list a:nth-child(5) {
		top:0;
	}
	.portfolio__itemMoreBlock-left, .portfolio__itemMoreBlock-right {
		max-width: 100%;
	}
	.uslugi-block_about-left {
		display: none;
	}
	.uslugi-block_about-left-992 {
		display: block;
	}
	.uslugi-block_about-right {
		width: 100%;
	}
	.portfolio__itemMoreBlock-left {
		margin-bottom: 20px;
	}
	.portfolio .portfolio-item {
		margin: 15px 0;
	}
	.about__midle {
		padding-top: 0;
	}
	.contactsForm__Block .left {
		margin-left: 0;
	}
	.why-me {
		font-size: 25px;
		margin-bottom: 30px;
	}
	.uslugi-block2.new ul li {
		width: 100%;
	}
	.uslugi-block2 ul li:nth-child(1) {
		order: 2;
	}
	.uslugi-block2 ul li:nth-child(2) {
		order: 1;
		font-size: 34px;
		height: auto;
        margin-bottom: 30px;
		justify-content: center;
	}
	.uslugi-block2 ul li:nth-child(3) {
		order: 3;
	}
	.uslugi-block2 ul li:nth-child(4) {
		order:4;
	}
	.uslugi-block2 ul li:nth-child(5) {
		order:5;
	}
	.uslugi-block2 ul li:nth-child(6) {
		order: 6;
	}
	.contactsForm__Block {
		flex-direction: column;
	}
	.contactsForm  {
		padding-top: 40px;
	}
	.removeMoreItem {
		right: -15px;
		top: -15px;
	}
	.practices__itemTitle {
		font-size: 30px;
	}
	
	.portfolio .portfolio-item:nth-child(5) {
		display: none;
	}
	.portfolio .portfolio-item:nth-child(6) {
		display: none;
	}
	.header__top {
		margin-bottom: 0px;
	}
	.portfolio__itemMoreBlock {
		padding: 10px;
	}
	.about__left .first-circle, .about__left .second-circle, .about__left .third-circle {
		display: none;
	}
	.about__top {
		flex-direction: column;
	}
	.about__top-left {
		width: 100%;
	}
	.about__top-right {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	.promo__title-down .btn {
		font-size: 14px;
	}
	.about__content .about__right {
		padding: 0;
		padding-top: 30px;
	}
	.about__left {
		width: 100%;
	}
	.about__right {
		width: 100%;
	}
	
	.header__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 0px;
        background: #800000;
        width: 36px;
    }
	.about {
		margin-bottom: 100px;
	}
	.footer .footer__bottomContainer {
		align-items: start;
	}
	.footer .footer__bottom {
		margin-top: 15px;
	}
	.footer__Block {
		flex-direction: column;
	}
	.footer .footer__item-logo {
		max-width: 300px;
		width: 80%;
	}
	.header__burgerIcon {
		width: 22px;
	}
	.promo__block {
		left: 3%;
	}
	body section.promo {
		height: auto;
	}
	.promo__title-down {
		padding: 30px;
	}
	.promo__title-down h3 {
		font-size: 27px;
	}
	.promo__title {
		text-align: left;
	}
	.promo__title-up {
		font-size: 52px;
		padding-left: 20px;
	}
	.portfolio__itemMoreBlock {
		flex-direction: column;
	}
	.about .title {
		margin-bottom: 50px;
	}
	body .title {
		margin-bottom: 50px;
		font-size: 50px;
	}
	.about__info {
		display: block;
	}
	.about__left {
		height: auto;
	}
	.first-circle {
		display: none;
	}
	.second-circle {
		display: none;
	}
	.third-circle {
		display: none;
	}
    .portfolio .portfolio-item {
        width: calc(50% - 30px);
    }
	.portfolio .portfolio-item:nth-child(3) {
		display: flex;
	}
	.practices__list a {
		width: 100%;
	}
	.practices__list a:nth-child(3),
	.practices__list a:nth-child(6){
		top: auto;
	}
	.practices__list a:nth-child(1) {
		top: auto;
		bottom: -100px;
	}
	.practices {
		margin-bottom: 30px;
	}
	.map-and-contacts__block {
		position: relative;
		width: 100%;
		top: auto;
		left: 0;
	}
	.map-and-contacts iframe {
		height: 300px;
	}
	.header__menu ul li {
		margin-right: 0;
	}
	.contactsForm__Block .right {
		width: 100%;
		padding: 10px;
	}
	.contactsForm__Block .right .title {
		font-size: 25px;
	}
	.contactsForm__Block .right .title__under {
		font-size: 15px;
	}
	.contactsForm__Block .left {
		width: 100%;
		margin-bottom: 30px;
	}
	.form-floating {
		width: 100%;
	}
	.contactsForm__Block .left .title {
		font-size: 2rem;
	}
	.mobile-iframe {
		display: block;
	}
	.desktop-iframe {
		display: none;
	}
	.footer .footer__item:first-child {
		width: 100%;
	}
	.footer .footer__item:nth-child(2) {
		width: 100%;
	}
	.footer .footer__item:nth-child(3) {
		width: 100%;
	}
	.footer .footer__item:nth-child(4) {
		width: 100%;
	}
	
}
@media (max-width: 768px) {
    .portfolio .portfolio-item {
        width: 100%;
    }
	.header__logo img {
        max-height: none;
        width: 214px;
        height: auto;
	}
	.header__top .btn {
		display: none;
	}
	body .title {
		font-size: 28px;
	}
	.promo__title-up {
		font-size: 33px;
	}
	.contactsForm__Block .left p {
		font-size: 12px;
	}
	.btn-and-politika .btn-block {
        margin-right: 0;
        position: relative;
        bottom: auto;
        right: auto;
        justify-content: end;
        display: flex;
    }
	.politika {
		order: -1;
	}
	.btn-and-politika {
    display: grid;
    position: relative;
	}
}
@media (max-width: 600px) {
	.header__top-600px {
		display: flex;
	}
	.processPatentovaniay ul li {
		width: 100%;
	}
	.processPatentovaniay ul li:nth-child(4) {
		width: 100%;
	}
}
.uslugi-zajita-middle-list {
            display: flex;
            flex-wrap: wrap;
            gap: 25px;
            justify-content: center;
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
.zajita-middle-list-item {
	background: #fff;
	border-radius: 12px;
	padding: 30px;
	flex: 1;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border-top: 4px solid #800000;
	position: relative;
	overflow: hidden;
}
        
.zajita-middle-list-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.zajita-middle-list-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #800000, #a23535);
}

.zajita-middle-list-item h3 {
	color: #000;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 22px;
	position: relative;
	padding-bottom: 8px;
}

.zajita-middle-list-item h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 3px;
	background-color: #000;
	border-radius: 2px;
}

.zajita-middle-list-item ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.itemNoPadding .zajita-middle-list-item li {
	padding: 0;
}
.zajita-middle-list-item li {
	padding: 12px 0;
	padding-left: 30px;
	position: relative;
	border-bottom: 1px solid #f1f5f9;
}

.zajita-middle-list-item li:last-child {
	border-bottom: none;
}
.btns-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.btns-block .popup-anim:nth-child(2) {
	margin-right: 25px;
	width: fit-content;
}

.zajita-middle-list-item li::before {
	content: '•';
	color: #800000;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 10px;
}
.itemNoPadding .zajita-middle-list-item li::before {
	content: none;
}

/* Адаптивность */
@media (max-width: 992px) {
	.uslugi-zajita-middle-list {
		gap: 20px;
	}

	.zajita-middle-list-item {
		min-width: 280px;
	}
}

@media (max-width: 768px) {
	.uslugi-zajita-middle-list {
		flex-direction: column;
		align-items: center;
	}

	.zajita-middle-list-item {
		max-width: 100%;
		width: 100%;
	}
}
.uslugi-zajita-top {
    display: flex;
    align-items: center;
    gap: 40px;
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin: 30px 0;
}

.zajita-top-left {
    flex: 1;
}

.zajita-top-left img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.zajita-top-right {
    flex: 1;
}

.top-right-title {
    color: #800000;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.top-right-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #800000;
    border-radius: 2px;
}

.zajita-top-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.zajita-top-right li {
    padding: 12px 0;
    padding-left: 35px;
    position: relative;
    font-size: 18px;
    line-height: 1.5;
    border-bottom: 1px solid #f1f5f9;
}

.zajita-top-right li:last-child {
    border-bottom: none;
}

.zajita-top-right li::before {
    content: '✔';
    color: #800000;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 12px;
    width: 25px;
    height: 25px;
    background-color: #f8f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.mb-5 {
	margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-25 {
	margin-bottom: 25px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important; 
}
.mb-50 {
	margin-bottom: 50px !important; 
}
.mb-60 {
	margin-bottom: 60px !important; 
}

 .checkLeft-list {
    list-style: none;
    padding: 0;
    margin: 0;
	
}
.bgWhiteBlock {
	background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.checkLeft-list li {
    padding: 12px 0;
    padding-left: 35px;
    position: relative;
    font-size: 18px;
    line-height: 1.5;
    border-bottom: 1px solid #f1f5f9;
}
.checkLeft-list li::before {
    content: '✔';
    color: #800000;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 12px;
    width: 25px;
    height: 25px;
    background-color: #f8f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkLeft-list.xmark li::before {
    content: '❌';  
	background-color: initial;
}
.checkLeft-list.search li::before {
    content: '🔍';
	
	background-color: initial;
}
.btns-block h2 {
	font-size: 20px;
}
@media (min-width: 993px) {
	.w-25-item {
		width: calc(100% / 3 - 20px) !important;
	}
}
/* Адаптивность */
@media (max-width: 992px) {
		
	.page .btns-block h2 {
		font-size: 20px;
	}
	.btns-block .popup-anim:nth-child(2) {
		margin-right: 0;
		margin-bottom: 25px;
	}
	.btns-block .popup-anim {
		width: 100%;
	}
    .uslugi-zajita-top {
        gap: 30px;
        padding: 30px;
    }
    .top-right-title {
        font-size: 24px;
    }
    
    .zajita-top-right li {
        font-size: 16px;
        padding: 10px 0;
        padding-left: 30px;
    }
}

@media (max-width: 768px) {
    .uslugi-zajita-top {
        flex-direction: column;
        gap: 25px;
        padding: 25px 20px;
    }
    
    .zajita-top-left,
    .zajita-top-right {
        width: 100%;
    }
    
    .top-right-title {
        font-size: 22px;
        text-align: center;
    }
    
    .top-right-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .zajita-top-right li {
        font-size: 15px;
        padding: 8px 0;
        padding-left: 28px;
    }
}

.uslugi-zajita-bottom {

    position: relative;
}


.uslugi-zajita-bottom h2 {
    color: #000;
    text-align: center;
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 40px;
    position: relative;
/*     padding-bottom: 20px; */
}

.uslugi-zajita-bottom  ul.list {
	padding-left: 15px;
	gap: 0px;
	font-size: 14px;
}
.uslugi-zajita-bottom ul.list-gap-2 {
	grid-template-columns: repeat(auto-fit, minmax(48%, 2fr));
}
.uslugi-zajita-bottom h3.garantAndRight {
	font-size: 25px;
}

.uslugi-zajita-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    counter-reset: step-counter;
}
.uslugi-zajita-bottom .list li {
	padding: 0;
	background: initial;
	border-left: initial;
	box-shadow: initial;
}
.uslugi-zajita-bottom .list li::before {
	content: none;
}
.uslugi-zajita-bottom li {
    background: #fff;
    border-radius: 10px;
    padding: 30px 25px 25px 70px;
    position: relative;
    border-left: 4px solid #800000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    counter-increment: step-counter;
	box-shadow: 0 3px 9px #939191;
}

.uslugi-zajita-bottom li:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(128, 0, 0, 0.1);
}

.uslugi-zajita-bottom li::before {
    content: counter(step-counter);
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #800000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(128, 0, 0, 0.3);
}

.uslugi-zajita-bottom h3 {
    color: #800000;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

.uslugi-zajita-bottom p {
    color: #555;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}

/* Адаптивность */
@media (max-width: 992px) {
 
    
    .uslugi-zajita-bottom h2 {
        font-size: 32px;
        margin-bottom: 35px;
    }
    
    .uslugi-zajita-bottom ul {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 25px;
    }
    
    .uslugi-zajita-bottom li {
        padding: 25px 20px 20px 60px;
    }
    
    .uslugi-zajita-bottom li::before {
        width: 45px;
        height: 45px;
        font-size: 22px;
        left: -22px;
    }
}

@media (max-width: 768px) {
   
    
    .uslugi-zajita-bottom h2 {
        font-size: 28px;
        margin-bottom: 30px;
        padding-bottom: 15px;
    }
    
    .uslugi-zajita-bottom ul {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .uslugi-zajita-bottom li {
        padding: 20px 15px 15px 55px;
        margin-left: 15px;
    }
    
    .uslugi-zajita-bottom li::before {
        width: 40px;
        height: 40px;
        font-size: 20px;
        left: -20px;
    }
    
    .uslugi-zajita-bottom h3 {
        font-size: 18px;
    }
    
    .uslugi-zajita-bottom p {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .uslugi-zajita-bottom li {
        padding: 20px 15px 15px 50px;
        margin-left: 10px;
    }
    
    .uslugi-zajita-bottom li::before {
        width: 35px;
        height: 35px;
        font-size: 18px;
        left: -17px;
    }
}
/* Стили для страницы портфолио */
.page.child {
    padding: 40px 0 0 0;
	margin: 0;
}
.page.child .practices {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.portfolio-single {
    width: 100%;
}


.portfolio__itemMore {
    margin-top: 40px;
}

.portfolio__itemMoreBlock {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}
.practices.uslugi__item .title {
	padding-bottom: 10px;
}

.portfolio__itemMoreBlock-left {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    border-left: 4px solid #800000;
	box-shadow: 0 3px 9px #939191;
}

.portfolio__itemMoreBlock-left h2.portfolio__itemMoreBlock-leftTitle {
	text-align: start;
    color: #800000;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
	margin-top: 0px;
}

.portfolio__itemMoreBlock-leftTitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #800000;
    border-radius: 2px;
}

.portfolio__itemMoreBlock-left h3 {
    color: #333;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 500;
}

.portfolio__itemMoreBlockImg {
    margin: 25px 0;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}


.portfolio__itemMoreBlock-left p {
    color: #555;
    margin-bottom: 15px;
    line-height: 1.6;
}

.portfolio__itemMoreBlock-left a {
    color: #800000;
    text-decoration: none;
    font-weight: 500;
    word-break: break-all;
}

.portfolio__itemMoreBlock-left a:hover {
    text-decoration: underline;
}

.portfolio__itemMoreBlock-right {
    display: flex;
    flex-direction: column;
/*     gap: 30px; */
}

.portfolio__itemMoreBlock-rightBlock {
    background: #f8f9fa;
    padding: 25px 30px;
    border-radius: 10px;
    border-left: 4px solid #800000;
    position: relative;
}

.portfolio__itemMoreBlock-rightBlock::before {
    content: '';
    position: absolute;
    top: 25px;
    left: -15px;
    width: 30px;
    height: 30px;
    background: #800000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
}

.portfolio__itemMoreBlock-rightBlock:nth-child(1)::before {
    content: '1';
}

.portfolio__itemMoreBlock-rightBlock:nth-child(2)::before {
    content: '2';
}

.portfolio__itemMoreBlock-rightBlock:nth-child(3)::before {
    content: '3';
}

.portfolio__itemMoreBlock-rightBlock:nth-child(4)::before {
    content: '4';
}

.portfolio__itemMoreBlock-rightBlock h3 {
	position: relative;
    color: #800000;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

.portfolio__itemMoreBlock-rightBlock p {
    color: #555;
	background: initial !important;
    margin: 0;
    line-height: 1.6;
    font-size: 16px;
}

/* Адаптивность */
@media (max-width: 992px) {

    
    .title {
        font-size: 32px;
        margin-bottom: 35px;
    }
    
    .portfolio__itemMoreBlock {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .portfolio__itemMoreBlock-left,
    .portfolio__itemMoreBlock-rightBlock {
        padding: 25px;
    }
}

@media (max-width: 768px) {
 
    
    .title {
        font-size: 28px;
        margin-bottom: 30px;
        padding-bottom: 15px;
    }
    
    .portfolio__itemMoreBlock-leftTitle {
        font-size: 22px;
    }
    
    .portfolio__itemMoreBlock-left h3 {
        font-size: 18px;
    }
    
    .portfolio__itemMoreBlock-rightBlock h3 {
        font-size: 18px;
    }
    
    .portfolio__itemMoreBlock-rightBlock p {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .title {
        font-size: 24px;
    }
    
    .portfolio__itemMoreBlock-left,
    .portfolio__itemMoreBlock-rightBlock {
        padding: 20px;
    }
    
    .portfolio__itemMoreBlock-leftTitle {
        font-size: 20px;
    }
    
    .portfolio__itemMoreBlock-rightBlock::before {
        left: -12px;
        width: 25px;
        height: 25px;
        top: 20px;
    }
}
