/* ------------------------------------------------------------------------------
	Template Name: Flosix
	Author: Designstub
	Author URI: http://www.designstub.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0

/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Cutive%20Mono:400);
p {
	font-size: 14px;
	line-height: 22.4px;
	color: #6c7279;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-size: 30px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	font-weight: 700;
}
.btn {
	background-color: #333;
	margin: 40px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 0px;
	padding: 3%;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #000;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #e84545;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: "Cutive Mono";
	font-weight: 400;
	color: #000;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 5px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.extra-padding {
	margin: 60px 0 0 100px;
}
/* ------------------------------------------------------------------------------
	 Header
-------------------------------------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
}
#header .header-content {
	margin: 0 auto;
	padding: 60px 10%;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	float: left;
}
#header.fixed {
	background-color: rgba(255, 255, 255, 1);
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 25px 10%;
}
#header.fixed .nav-toggle {
	top: 18px;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
}
.navigation li {
	display: inline-block;
}
.navigation, .navigation a {
	color: rgba(0, 0, 0, 1);
	font-size: 16px;
	margin-left: 40px;
	letter-spacing: -1px;
}
.navigation a:hover, .navigation a.active {
	color: #000;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #333;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #000;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ------------------------------------------------------------------------------
	 Hero content
-------------------------------------------------------------------------------*/
.hero {
	margin-top: 10%;
}
.hero-content {
}
.hero h1 {
	font-size: 48px;
	text-transform: uppercase;
}
.hero h4 {
	font-weight: 400;
}
.hero p {
	padding-top: 20px;
}
/* ------------------------------------------------------------------------------
	 Portfolio
-------------------------------------------------------------------------------*/
#portfolio .portfolio-item {
	right: 0;
	margin: 0 0 20px;
	padding: 0 10px;
}
#portfolio .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(58,54,54,.9);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
	opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
	margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3 {
	margin: 0;
	color: #e9eaed;
	font-size: 17px;
	letter-spacing: 4px;
	text-transform: uppercase;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
	margin: 10px 0;
	color: #e9eaed;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#portfolio * {
	z-index: 2;
}
/* ------------------------------------------------------------------------------
	 Service
-------------------------------------------------------------------------------*/
.service {
	margin-bottom: 50px;
}
.service h4 {
	font-size: 19px;
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
}
.service-content {
	margin-top: 30px;
}
.service .icon {
	color: #a1a4a8;
	font-size: 48px;
}
.service-content h5 {
	text-transform: uppercase;
	font-weight: 400;
	color: #000;
}
/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
	text-align: left;
	background-color: #333;
	padding: 7%;
}
.footer h4 {
	color: #fff;
	margin: 0 0 15px 0;
	padding: 0px;
}
.footer p {
	color: #c8c8c8;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}
/* ------------------------------------------------------------------------------
	 Work Details
-------------------------------------------------------------------------------*/
.work-detail img {
	width: 100%;
	text-align: center;
	margin: 5% 0 5% 0;
}

.work-detail a
{
	color:#000;
}

/* FQ - Ask */
.fq-ask-wrap {
    background: #f2f3f5;
}
.frequent-ask-accrodian .card-header h5 {
    position: relative;
}

button.btn2k.btn2k-link.collapsed {
    background-color: #f2f3f5;
}

.frequent-ask-accrodian .btn2k.btn2k-link::after, .btn2k.btn2k-link::before {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 15px;
    height: 2px;
    background: #fff;
    content: "";
    transition: all .5s;
    margin-top: -1px;
}
.card-body {
    padding: 15px 30px;
}
.card-header {
  position: relative;
  padding-left: 35px;
}
.card-header::before {
  width: 10px;
  height: 10px;
  display: inline-block;
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}
.frequent-ask-accrodian .btn2k.btn2k-link::after {
    transform: rotate(0deg);
    margin-top: -1px;
}
.frequent-ask-accrodian .btn2k.btn2k-link.collapsed::after {
    transform: rotate(90deg);
}
.card-header .btn2k.btn2k-link {
    color: #fff;
    width: 100%;
    text-align: left;
}
.card-header {
	min-width: 500px;
	margin: 10px;
    padding: 1px;
    padding-left: 50px;
    margin-bottom: 0;
    background-color: #6c7279;
    border: none;
    margin-bottom: 0;
    /* overflow: hidden; */
    border-radius: 30px !important;
}
.card-header .btn2k.btn2k-link {
    text-decoration: none;
}
.card-header:hover {
    background: #000;
    transition: all .4s;
}
.card {
    border: none;
    margin-top: 10px;
    background: transparent;
}

.namet {
    font-size: 20px;
	font-weight: 600;
}

.foto {
    width: 250px;
}

.widget_tag_cloud a {
    display: inline-block;
    color: #666;
    background: #f6f6f6;
    border: 1px solid #e9e9e9;
    font-size: 12px;
    padding: 3px 5px;
    margin: 0 5px 5px 0;
    text-decoration: none;
}

table {
width: 100%;
border-collapse: collapse;
}

th, td {
border: 1px solid black;
padding: 8px;
text-align: center;
}

th {
background-color: #f2f2f2;
}

tr:nth-child(even) {
background-color: #f9f9f9;
}

tr:hover {
background-color: #f1f1f1;
}

.form-at {
    width: 100%;
    padding: 20px;
    box-sizing: border-box; 
    overflow: hidden;
    font-size: 0;  
    letter-spacing: 0;    
    background: #f9f9f9;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 10px 18px rgba(0,0,0,0.2);
}
.form-at * {
    box-sizing: border-box;
    font-family: Verdana, sans-serif;    
}
.validate-input-at,
.no-validate-input-at {
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 2px solid #BFE2FF;
    border-radius: 2px;
    margin-bottom: 20px;
}
.validate-input-at.w-50,
.no-validate-input-at.w-50 {
    width: calc(50% - 10px);
    display: inline-block;
}
.validate-input-at.w-50:first-child,
.no-validate-input-at.w-50:first-child {
    margin-right: 20px;
}
.input-at {
    display: block;
    width: 100%;
    background: transparent;
    color: #000;
}
input.input-at {
    height: 50px;
    padding: 0 20px 0 20px;
    font-size: 16px;
    outline: none;
    border: none;  
}
textarea.input-at {
    min-height: 170px;
    padding: 18px 20px;
    font-size: 16px;
    line-height: 22px;
    outline: none;
    border: none;
    resize: none;
}
textarea.input-at:focus, 
input.input-at:focus {
    border-color: transparent;
}
.focus-input-at {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 2px solid #337AB7;
    border-radius: 2px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    transform: scaleX(1.1) scaleY(1.3);
}
.input-at:focus + .focus-input-at {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.form-at-btn {
    position: relative;
    display: block;
    padding: 0 40px;
    height: 50px;
    background-color: #337AB7;
    border-radius: 2px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    transition: all 0.4s;
    margin: 0 auto;
    outline: none;
    border: none;
    cursor: pointer;        
}
.form-at-btn:hover {
    background-color: #333333;
}
.form-at-btn[disabled] {
    opacity: .6;
    cursor: not-allowed;
}
.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s;
}
.alert-validate::after {
    content: "\f129";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 18px;
    font-weight: bold;    
    top: 50%;
    transform: translateY(-50%);
    right: 22px;
}
.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}
.error-at {
    color: red;
    padding: 10px 0;
}
.success-at {
    color: green;
    font-size: 28px;
    padding: 20px 0;
    text-align: center;
}
.form-at input[type=checkbox] {
    display:none;
}
.form-at input[type=checkbox] + label {
    display: block;
    position: relative;
    margin: 0 0 20px 34px;
    font-size: 13px;
    line-height: 24px;
    color: #333333;
}
.form-at input[type=checkbox] + label:before {
    box-sizing: border-box;
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    line-height: 22px;
    left: -34px;
    border: 2px solid #BFE2FF;
    border-radius: 2px;
}
.form-at input[type=checkbox]:checked + label:before{
    content: '\2714';
    color:#337AB7;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    border: 2px solid #337AB7;
}
.jurist-services-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.jurist-service-category {
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ed 100%);
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.jurist-service-category:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.jurist-service-category::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #4b6cb7, #182848);
}

.jurist-category-icon {
    font-size: 32px;
    margin-bottom: 15px;
    color: #4b6cb7;
}

.jurist-category-title {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
    padding-bottom: 10px;
}

.jurist-category-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #4b6cb7;
}

.jurist-service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jurist-service-item {
    padding: 10px 0;
    border-bottom: 1px solid #e0e6ed;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
}

.jurist-service-item:hover {
    color: #4b6cb7;
    transform: translateX(5px);
}

.jurist-service-item:last-child {
    border-bottom: none;
}

.jurist-service-icon {
    margin-right: 10px;
    font-size: 18px;
}

/* Категорийные цвета */
.jurist-category-bankruptcy::before { background: linear-gradient(90deg, #FF416C, #FF4B2B); }
.jurist-category-housing::before { background: linear-gradient(90deg, #11998e, #38ef7d); }
.jurist-category-family::before { background: linear-gradient(90deg, #DA22FF, #9733EE); }
.jurist-category-auto::before { background: linear-gradient(90deg, #1FA2FF, #12D8FA); }
.jurist-category-docs::before { background: linear-gradient(90deg, #F09819, #EDDE5D); }
.jurist-category-business::before { background: linear-gradient(90deg, #4776E6, #8E54E9); }

.jurist-category-bankruptcy .jurist-category-icon { color: #FF416C; }
.jurist-category-housing .jurist-category-icon { color: #11998e; }
.jurist-category-family .jurist-category-icon { color: #DA22FF; }
.jurist-category-auto .jurist-category-icon { color: #1FA2FF; }
.jurist-category-docs .jurist-category-icon { color: #F09819; }
.jurist-category-business .jurist-category-icon { color: #4776E6; }

    .faq-accordion {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      max-width: 900px;
      margin: 0 auto;
      background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ed 100%);
      border-radius: 12px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
      overflow: hidden;
    }
    .faq-item {
      border-bottom: 1px solid #e0e5ec;
      transition: all 0.3s ease;
    }
    .faq-item:hover {
      background-color: rgba(255,255,255,0.4);
    }
    .faq-question {
      padding: 20px 25px;
      cursor: pointer;
      position: relative;
      font-weight: 600;
      color: #2c3e50;
      font-size: 18px;
      display: flex;
      align-items: center;
    }
    .faq-question:before {
      content: '+';
      margin-right: 15px;
      font-size: 24px;
      color: #3498db;
      transition: transform 0.3s ease;
    }
    .faq-question.active:before {
      content: '-';
    }
    .faq-answer {
      padding: 0 25px;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease, padding 0.3s ease;
      background: rgba(255,255,255,0.7);
    }
    .faq-answer.open {
      padding: 0 25px 25px;
      max-height: 500px;
    }
    .faq-answer p {
      margin-bottom: 15px;
      line-height: 1.6;
      color: #34495e;
    }
    .faq-icon {
      width: 24px;
      height: 24px;
      margin-right: 15px;
      fill: #3498db;
    }
      .footer {
    position: relative;
    background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
    color: white;
    padding: 60px 0 20px;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
  }
  
  .footer-wave {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 20px;
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1200 120" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" fill="%23ffffff" opacity=".25"/><path d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" fill="%23ffffff"/></svg>');
    background-size: cover;
  }
  
  .footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
  }
  
  .footer-title {
    font-size: 1.2rem;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
  }
  
  .footer-title:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(to right, #fdbb2d, #b21f1f);
    border-radius: 3px;
  }
  
  .contact-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  }
  
  .map-container {
    height: 180px;
    background: #eee;
    position: relative;
  }
  
  .map-container:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(26, 42, 108, 0.3), rgba(178, 31, 31, 0.3));
  }
  
  .contact-info {
    padding: 15px;
  }
  
  .phone {
    font-size: 1.1rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
  }
  
  .phone i {
    margin-right: 10px;
    color: #fdbb2d;
  }
  
  .social-links {
    display: flex;
    gap: 15px;
  }
  
  .social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: white;
    font-size: 1.2rem;
    transition: all 0.3s ease;
  }
  
  .whatsapp { background: #25D366; }
  .telegram { background: #0088cc; }
  .viber { background: #7360F2; }
  
  .social:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
  
  .nav-links, .service-links, .extra-links {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .nav-link, .service-link, .extra-link {
    display: block;
    padding: 8px 0;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
  }
  
  .nav-link:before, .service-link:before, .extra-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #fdbb2d;
    transition: width 0.3s ease;
  }
  
  .nav-link:hover, .service-link:hover, .extra-link:hover {
    color: white;
    padding-left: 10px;
  }
  
  .nav-link:hover:before, .service-link:hover:before, .extra-link:hover:before {
    width: 20px;
  }
  
  .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  
  .copyright {
    font-size: 0.9rem;
    opacity: 0.8;
  }
  
  .legal-links {
    display: flex;
    gap: 15px;
  }
  
  .legal-link {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .legal-link:hover {
    color: #fdbb2d;
  }
  
  @media (max-width: 768px) {
    .footer-grid {
      grid-template-columns: 1fr 1fr;
    }
    
    .footer-bottom {
      flex-direction: column;
      gap: 10px;
    }
  }
  
  @media (max-width: 480px) {
    .footer-grid {
      grid-template-columns: 1fr;
    }
  }
    /* Уникальные стили с префиксом law- */
    .law-hero-section {
      background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
      padding: 0;
      position: relative;
      overflow: hidden;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    
    .law-header-container {
      max-width: 1320px;
      margin: 0 auto;
      padding: 0 20px;
    }
    
    .law-header-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 0;
      border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    
    .law-logo img {
      height: 56px;
      width: auto;
      transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    }
    
    .law-logo img:hover {
      transform: scale(1.03);
    }
    
    .law-header-actions {
      display: flex;
      align-items: center;
      gap: 30px;
    }
    
    .law-contact-info {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
    }
    
    .law-phone-link {
      display: flex;
      align-items: center;
      gap: 8px;
      font-weight: 600;
      color: #2c3e50;
      transition: color 0.3s ease;
      font-size: 18px;
    }
    
    .law-phone-link:hover {
      color: #2980b9;
    }
    
    .law-social-links {
      display: flex;
      gap: 12px;
      margin-top: 8px;
    }
    
    .law-social-link {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background-color: #f8f9fa;
      color: #2c3e50;
      transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
      box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }
    
    .law-social-link:hover {
      background-color: #2980b9;
      color: white;
      transform: translateY(-2px);
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }
    
    .law-icon {
      display: block;
      width: 18px;
      height: 18px;
    }
    
    /* Навигация */
    .law-main-navigation {
      display: flex;
    }
    
    .law-primary-nav {
      display: flex;
      gap: 25px;
      margin: 0;
      padding: 0;
    }
    
    .law-nav-link {
      position: relative;
      padding: 8px 0;
      font-weight: 500;
      color: #2c3e50;
      transition: color 0.3s ease;
      font-size: 16px;
    }
    
    .law-nav-link::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 2px;
      background-color: #2980b9;
      transition: width 0.3s ease;
    }
    
    .law-nav-link:hover::after {
      width: 100%;
    }
    
    .law-nav-link:hover {
      color: #2980b9;
    }
    
    /* Выпадающее меню */
    .law-dropdown {
      position: relative;
    }
    
    .law-dropdown-toggle {
      display: flex;
      align-items: center;
      gap: 5px;
    }
    
    .law-dropdown-toggle::after {
      content: '▼';
      font-size: 10px;
      margin-left: 5px;
      transition: transform 0.3s ease;
    }
    
    .law-dropdown:hover .law-dropdown-toggle::after {
      transform: rotate(180deg);
    }
    
    .law-dropdown-menu {
      position: absolute;
      top: 100%;
      left: -100px;
      width: 900px;
      background-color: white;
      border-radius: 8px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.15);
      padding: 25px;
      opacity: 0;
      visibility: hidden;
      transform: translateY(15px);
      transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
      z-index: 1000;
      display: flex;
    }
    
    .law-dropdown:hover .law-dropdown-menu {
      opacity: 1;
      visibility: visible;
      transform: translateY(5px);
    }
    
    .law-dropdown-columns {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      width: 100%;
    }
    
    .law-dropdown-column h5 {
      color: #2980b9;
      margin-bottom: 15px;
      font-size: 16px;
      font-weight: 600;
      padding-bottom: 8px;
      border-bottom: 1px solid #eee;
    }
    
    .law-dropdown-column ul {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    
    .law-dropdown-column a {
      color: #34495e;
      font-size: 14px;
      transition: all 0.3s ease;
      display: block;
      padding: 5px 0;
    }
    
    .law-dropdown-column a:hover {
      color: #2980b9;
      padding-left: 8px;
      background: rgba(41, 128, 185, 0.05);
      border-radius: 4px;
    }
    
    /* Кнопки */
    .law-cta-button {
      background-color: #2980b9;
      color: white;
      border: none;
      padding: 12px 24px;
      border-radius: 30px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
      box-shadow: 0 4px 8px rgba(41, 128, 185, 0.3);
      font-size: 15px;
    }
    
    .law-cta-button:hover {
      background-color: #1a5276;
      transform: translateY(-2px);
      box-shadow: 0 6px 12px rgba(41, 128, 185, 0.4);
    }
    
    /* Hero Content */
    .law-hero-content {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: center;
      padding: 60px 0;
    }
    
    .law-hero-text {
      max-width: 600px;
    }
    
    .law-hero-title {
      font-size: 42px;
      font-weight: 700;
      margin-bottom: 20px;
      color: #2c3e50;
      line-height: 1.2;
    }
    
    .law-hero-subtitle {
      font-size: 18px;
      color: #7f8c8d;
      margin-bottom: 30px;
      line-height: 1.6;
    }
    
    .law-hero-features {
      display: flex;
      flex-direction: column;
      gap: 15px;
      margin-bottom: 30px;
    }
    
    .law-feature-item {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 16px;
    }
    
    .law-feature-icon {
      color: #2980b9;
      min-width: 24px;
    }
    
    .law-hero-actions {
      display: flex;
      gap: 15px;
      margin-top: 30px;
    }
    
    .law-primary-button {
      background-color: #e74c3c;
      color: white;
      border: none;
      padding: 14px 28px;
      border-radius: 30px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
      box-shadow: 0 4px 8px rgba(231, 76, 60, 0.3);
      font-size: 16px;
    }
    
    .law-primary-button:hover {
      background-color: #c0392b;
      transform: translateY(-2px);
      box-shadow: 0 6px 12px rgba(231, 76, 60, 0.4);
    }
    
    .law-secondary-button {
      background-color: transparent;
      color: #2c3e50;
      border: 2px solid #2c3e50;
      padding: 14px 28px;
      border-radius: 30px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
      font-size: 16px;
    }
    
    .law-secondary-button:hover {
      background-color: #2c3e50;
      color: white;
      transform: translateY(-2px);
    }
    
    .law-hero-image {
      position: relative;
    }
    
    .law-image-container {
      position: relative;
      height: 450px;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 15px 30px rgba(0,0,0,0.1);
      background-image: url('https://images.unsplash.com/photo-1589829545856-d10d557cf95f?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80');
      background-size: cover;
      background-position: center;
    }
    
    .law-rating-badge {
      position: absolute;
      bottom: 30px;
      right: 30px;
      background-color: white;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      text-align: center;
      max-width: 180px;
    }
    
    .law-rating-stars {
      color: #f39c12;
      font-size: 18px;
      margin-bottom: 8px;
      letter-spacing: 2px;
    }
    
    .law-rating-text {
      font-size: 14px;
      color: #2c3e50;
    }
    
    .law-rating-text span {
      font-weight: 700;
    }
    
    /* Мобильное меню */
    .law-nav-toggle {
      display: none;
      background: none;
      border: none;
      width: 32px;
      height: 26px;
      flex-direction: column;
      justify-content: space-between;
      cursor: pointer;
      z-index: 1001;
      position: relative;
    }
    
    .law-nav-toggle span {
      display: block;
      width: 100%;
      height: 3px;
      background-color: #2c3e50;
      transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
      transform-origin: center;
    }
    
    .law-nav-toggle.active span:nth-child(1) {
      transform: translateY(11px) rotate(45deg);
    }
    
    .law-nav-toggle.active span:nth-child(2) {
      opacity: 0;
    }
    
    .law-nav-toggle.active span:nth-child(3) {
      transform: translateY(-11px) rotate(-45deg);
    }
    
    /* Адаптивность */
    @media (max-width: 1200px) {
      .law-dropdown-menu {
        width: 800px;
        left: -150px;
      }
    }
    
    @media (max-width: 992px) {
      .law-hero-content {
        grid-template-columns: 1fr;
      }
      
      .law-hero-text {
        max-width: 100%;
        text-align: center;
      }
      
      .law-hero-features {
        align-items: center;
      }
      
      .law-hero-actions {
        justify-content: center;
      }
      
      .law-image-container {
        height: 350px;
      }
      
      .law-dropdown-menu {
        width: 700px;
        left: -200px;
      }
    }
    
    @media (max-width: 768px) {
      .law-header-actions {
        gap: 20px;
      }
      
      .law-contact-info {
        display: none;
      }
      
      .law-main-navigation {
        position: fixed;
        top: 0;
        right: -100%;
        width: 85%;
        height: 100vh;
        background-color: white;
        flex-direction: column;
        padding: 80px 30px 30px;
        transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
        z-index: 1000;
        box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
      }
      
      .law-main-navigation.active {
        right: 0;
      }
      
      .law-primary-nav {
        flex-direction: column;
        gap: 20px;
      }
      
      .law-cta-button {
        display: none;
      }
      
      .law-nav-toggle {
        display: flex;
      }
      
      .law-dropdown-menu {
        position: static;
        width: 100%;
        box-shadow: none;
        padding: 15px 0;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
        left: 0;
        background: #f8f9fa;
      }
      
      .law-dropdown:hover .law-dropdown-menu {
        display: block;
      }
      
      .law-dropdown-columns {
        grid-template-columns: 1fr 1fr;
      }
      
      .law-hero-title {
        font-size: 36px;
      }
      
      .law-hero-subtitle {
        font-size: 16px;
      }
    }
    
    @media (max-width: 576px) {
      .law-hero-title {
        font-size: 30px;
      }
      
      .law-dropdown-columns {
        grid-template-columns: 1fr;
      }
      
      .law-hero-actions {
        flex-direction: column;
      }
      
      .law-primary-button, .law-secondary-button {
        width: 100%;
      }
      
      .law-rating-badge {
        bottom: 20px;
        right: 20px;
      }
    }
    
    /* Анимации */
    @keyframes law-fadeIn {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }
    
    .law-hero-text {
      animation: law-fadeIn 0.8s ease forwards;
    }
    
    .law-hero-image {
      animation: law-fadeIn 0.8s ease 0.3s forwards;
      opacity: 0;
    }