

/* Start:/bitrix/templates/pravo/components/bitrix/search.form/top-search/style.css?17754883321154*/
.search{
  align-self: center;
  width: 100%;
  min-width: 110px;
}
.search-container {
  position: relative;
  display: inline-block;
}
.search-form {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #5A756C;
  background-color: transparent;
  transition: border-bottom-color 0.3s ease-in-out;
}
.search-suggest::placeholder {
  color: #5A756C;
  opacity: 1;
}
.search-suggest,
.search-button{
  border: none;
  outline: none;
  font-family: 'Roboto';
  font-size: 15px;
  line-height: 18px;
  color: #5A756C;
  background: transparent;
  padding: 0 15px;
  flex: 1;
  transition: color 0.3s ease;
  padding: 5px 10px;
}
.search-button {
  background: transparent;
  border: none;
  color: #5A756C;
  cursor: pointer;
  transition: color 0.3s ease;
  text-align: center;
}
.search-button svg {
  display: inline-block;
  vertical-align: middle; /* центрируем по вертикали */
}
.search-container:hover .search-form {
  border-bottom-color: #FFFFFF;
}
.search-container:focus-within .search-form {
  border-bottom-color: #FFFFFF;
}

.search-container:hover .search-button,
.search-button:focus {
  color: #FFFFFF;
}

/* End */


/* Start:/bitrix/templates/pravo/styles.css?1775820695221*/
.btn {
  padding: 10px 20px;
  background-color:#5A756C;
  color: #FFFFFF;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
}
.btn:hover {
  background-color: #37564C;
}
/* End */


/* Start:/bitrix/templates/pravo/template_styles.css?17758206952470*/
body { 
  width: 100%;
  font-family: 'Montserrat';
  font-size: 16px;
  line-height: 18px;
  background: #FFFFFF; 
  margin: 0;
}
.container-main, .navbar,  .footer{
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container-main, .navbar,  .footer{
    width: 100%;
    margin: 0 10px;
  }
}
/*
.container-main {
  margin-bottom: 30px;
}
*/
.item-inner-light-gray {
    padding: 20px 0;
    position: relative;
    z-index: 1;
}
.item-inner-light-gray::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-50vw + 50% + var(--sb-width, 0px) / 2);
  width: calc(100vw - var(--sb-width, 0px)); 
    background: #F9F9F9;
  z-index: -1;
}

a {
  color: #2B2A29;
}
.header {
  width: 100%;
  height: 66px;
  background: #334F42;
  align-content: center;
  margin: 0 auto;
}
.navbar {  
  display: flex; 
  justify-content: space-between;
}
.logo {
  align-self: center;
  margin: 10px 0; 
}
.logo, .footer-logo {  
  color: #FFFFFF; 
  font-style: normal;
  font-size: 24px;
  line-height: 22px;
  text-align: center;
}
.logo a, .footer-logo a {
    color: #FFFFFF;
    text-decoration: none;
}
.logo span, .footer-logo span {
    text-transform: uppercase; 
    font-weight: 700;
}
.logo p, .footer-logo p {
  font-size: 12px;
  margin: 0;
}
.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}
.social-network{
  border: solid #5A756C;
  border-width: 0 1.5px 0 1.5px;
  padding: 10px;
}
.social-network .vk, .visibility {
  color: #5A756C;
  transition: color 0.3s ease;
}
.social-network .vk:hover, .visibility:hover {
  color: #FFFFFF;
}

footer {
  background: #11241B;
  color: #FFFFFF;
  font-size: 14px;
}
footer a {
    color: #FFFFFF;
    text-decoration: none;
}
.footer {
  padding: 30px 0;
}
.footer-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
}
.footer-info > .address > h2 {
  margin-top: 0;
}
.footer-site-info, .footer-site-info a {
  color: #919191;
  text-align: center;
}
.footer-site-info a {
  transition: color 0.3s ease;
}
.footer-site-info a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.gray-line {
  height: 1px;
  background-color: #5A756C;
  margin: 30px 0;
}

@media (max-width: 769px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-info {
    text-align: center;
  }
}

.doc {
  display: flex;
  gap: 100px;
  padding-top: 40px;
}
.doc-section-sidebar {
  flex: 0 0 30%;
}
/* End */
/* /bitrix/templates/pravo/components/bitrix/search.form/top-search/style.css?17754883321154 */
/* /bitrix/templates/pravo/styles.css?1775820695221 */
/* /bitrix/templates/pravo/template_styles.css?17758206952470 */
