@charset "UTF-8";
.header {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  /* background-color: #0a3542; */
  background-color: #507299;
  color: #e2c076;
  /* Prevent font scaling beyond this breakpoint */
  /* 16px @ 320px increasing to 17.6px @ 1200px */
  /* Prevent font scaling beyond this breakpoint */ }
  .header .header-row__title h2 {
    font-size: 24px; }
  @media (min-width: 320px) {
    .header .header-row__title h2 {
      font-size: calc(1.5rem + ((1vw - 3.2px) * 0.9091));
      /* Where: * 0.9091 = 100 * font_Size_Difference / viewport_Width_Difference */ } }
  @media (min-width: 1200px) {
    .header .header-row__title h2 {
      font-size: 32px; } }
  @media screen and (max-width: 768px) {
    .header .logo-container {
      background-color: #0a4c62;
      border-radius: 1rem; } }
  .header .logo-container__img {
    position: relative; }
  .header .logo-container__img:after {
    position: absolute;
    content: '';
    background-color: #eee;
    width: 1px;
    right: 0;
    top: 20%;
    bottom: 20%; }
  .header .header-row__title h2 {
    font-family: "Times New Roman", serif;
    font-weight: bold; }
  @media (min-width: 320px) {
    .header a {
      font-size: calc(1rem + ((1vw - 3.2px) * 0.1818));
      /* Where: * 0.1818 = 100 * font_Size_Difference / viewport_Width_Difference */ } }
  @media (min-width: 1200px) {
    .header a {
      font-size: 17.6px; } }
  .header a {
    color: inherit;
    transition: color .2s;
    font-weight: 500;
    text-decoration: none; }
    .header a:hover {
      color: #fff3cd;
      transition: .2s; }
  .header span {
    display: block;
    white-space: nowrap; }

h1 {
 font-size: 24px
}

@media (min-width: 1200px) {
 h1 {
   font-size: 26px;
 }
}

.h4-line {
  text-decoration: underline;
}
.bg-logo {
  /* background-color: #0a3542; */
  background-color: #0a3542;
}

.accordion {
  --bs-accordion-active-bg: #6886a7;
  --bs-accordion-active-color: #ffffff;
  --bs-accordion-btn-focus-box-shadow: none;
}

.accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
  border: 2px solid #507299;
  box-shadow: 5px 5px #507299;
}

.accordion-button.collapsed {
  border: 1px solid #eef5f9;
}

.accordion-collapse {
  transition: all 0.3s;
}

.horizontal-menu .navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; /* Запрещаем перенос */
  justify-content: flex-end; /* Пункты слева или справа */
  overflow-x: auto; /* Горизонтальный скролл, если не помещаются */
}

.horizontal-menu .nav-item {
  margin-right: 1rem; /* Отступы между пунктами */
}

.box {
  width: 400px;
  height: 400px;
  background-color: #3498db;
  box-shadow: 9px 9px 13px 0px #000000;
}

.box-1 {
  width: 400px;
  height: 400px;
  background-color: #3498db;
  box-shadow: 9px 9px 13px 0px #000000;
}
.box-2 {
  width: 200px;
  height: 200px;
  background-color: #3498db;
  box-shadow: 9px 9px 13px 0px #000000;
}

.banner {
  /* background: linear-gradient(#0a3542, rgba(10, 53, 66, 0.9) 40%, rgba(10, 53, 66, 0.2)), url("../img/bankruptcy/landscape_3.jpg") no-repeat center center/cover; position: relative;}
  background: linear-gradient(#003300, rgba(0, 51, 0, 0.7) 40%, rgba(10, 53, 66, 0.2)), url("../imgs/landscape-3.jpg") no-repeat center center/cover; position: relative;  */
 /* background: linear-gradient(#507299, rgba(10, 53, 66, 0.2) 50%, rgba(10, 53, 66, 0.1), #6886a7),
 url("../imgs/mow-city.jpg") 90% 85%/cover; position: relative; */
  background: linear-gradient(#507299, rgba(10, 53, 66, 0.2) 50%, rgba(10, 53, 66, 0.1), #6886a7),
  url("../imgs/msk-kreml.jpg") 90% 85%/cover; position: relative;
}

.grad {
background: linear-gradient(#6886a7, #507299);
}
.grad-1 {
  background: linear-gradient(#1b395a, #507299, #1b395a);
}

.p-text {
  color: #507299;
}


/* .banner-atl {
  background-image: url('../imgs/atl-g.png');
  background-color: #507299;
  background-image: url('../imgs/atlant-g.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: linear-gradient(#1b395a, #507299, #1b395a);
  background-color: #1b395a;
}  */

.banner-atl {
  background-image: url('../imgs/atlant-g.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #1b395a;
}

.banner-krn {
  background-image: url('../imgs/krn-urist.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #1b395a;
}
.bg-site {
  /* background: #f4f5f7; */
  background: #ffffff;
}

.bg-grbl-sm {
  background: #1b395a;
}
.bg-darkblue {
  background-color: #507299;
}
.bg-darkblue-1 {
  background-color: #446182;
}
.bt-darkblue {
  background-color: #f6f899;
}

.bg-lightblue {
  background-color: #6886a7;
}
.bg-light-1 {
 /* background-color: #c6dbeb;
  background-color: #dae8f2; */
  background-color: #eef5f9;
}
.bg-blue-txt {
  color: #285071;
}


.bg-lightbl {
  background: linear-gradient(#204c7a, rgba(10, 53, 66, 0.1) 50%, rgba(10, 53, 66, 0.1), #507299)
}
.bg-button {
  background-color: #4087d1;
}
.bg-but {
  background: linear-gradient(#4087d1, rgba(10, 53, 66, 0.9) 100%, rgba(10, 53, 66, 0.1), #4087d1)
}

.bg-but-krn {
  background: linear-gradient(#1b395a, rgba(10, 53, 66, 0.9) 100%, rgba(10, 53, 66, 0.5), #1b395a)
}

.h2-gold {
  color: #e2c076; }

.image-container {
  position: relative;
  display: inline-block;
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 32px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}


.banner .banner-imgkrn {
  position: absolute;
  /* top: 1em; */
  bottom: 0em;
  right: 10%; }

.banner .banner-semkod {
  position: absolute;
  /* top: 1em; */
  bottom: 2.0em;
  right: 1%; }

.banner .banner-krn {
  position: absolute;
  /* top: 1em; */
  bottom: 1.5em;
  right: 12%; }

.banner .banner-svd {
  position: absolute;
  /* top: 1em; */
  bottom: 2.0em;
  right: 5%; }

  .banner .banner-img {
    position: absolute;
    /* top: 1em; */
    bottom: 1.5em;
    right: 10%; }

.banner .banner-logo-bc {
  position: absolute;
  top: 6.0em;
  /* top: 1em;
  bottom: 1.5em; */
  right: 10%; }

.banner .logo-inostranec {
  position: absolute;
  top: 3.0em;
  /* top: 1em;
  bottom: 1.5em; */
  right: 10%; }

.banner .logo-advokat {
  position: absolute;
  top: 3.5em;
  /* top: 1em;
  bottom: 1.5em; */
  right: 10%; }

.banner fieldset {
  background: rgba(0, 51, 51, 0.4);
  /* font-size: 19px; */
  /* color: #fff; */
  color: #e2c076;
  max-width: 1000px;
  flex-wrap: wrap;
  /* color: #e2c076; */
  /* border: solid 2px #fff; */
  border: solid 4px #e2c076;
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
  border-radius: 2rem; }
.banner fieldset legend {
  font-size: .9em;
  text-align: inherit; }

  .banner-btn {
    font-size: 1.4em;
  }

  .banner h1 {
    font-size: 2em; }
  .banner .banner-slogan {
    background-color: #0a3542;
    font-size: 1.1em;
    font-weight: 500; }
    .banner .banner-slogan p {
      border: 1px dashed #fff;
      display: inline-block; }
  .banner .banner-btn .btn {
    font-size: .9em; }

.bl-rzvd-online {
  /*  background-color: #f0f4f8; */
  background-color: #f0f4f8;
  color: #000000;
}


.bg-darkb {
  /* background-color: #0a3542; } */
  background-color: #003300;
  color: #e2c076;
}

.bg-drkbl {
  /* background-color: #0a3542; } */
  background-color: #003333;
  color: #e2c076;
}

.bg-white {
  background-color: white;
}

.bg-light-gl {
  background: #fffffa;
}

/* .gold-gerb {
  background: url("../imgs/russian_gerb.png") no-repeat center;
  position: relative;
} */
.bg-gold-lg {
  background: #ffffec;
}

.bg-rsd {
  background: #F0F8FF;
}

.bg-gold {
  /* background-color: #eee8aa; */
    background-color: #ffffcc;
}

.bg-footer {
   background-color: #2F4F4F;
  /* background-color: #ffffcc; */
}



.h2-darkblue {
  color: #0A3542; }

.h2-gold,
.h2-darkblue {
  font-size: 18px; }

.h5-gold {
  color: #e2c076;
}

/* .classWithPad { margin:5px; padding:5px; } */

@media (min-width: 320px) {
    .h2-darkb {
    font-size: calc(1.125rem + ((1vw - 3.2px) * 1.5909));} }

@media (min-width: 320px) {
  .h2-darkb,
  .h2-gold,
  .h2-darkblue {
    font-size: calc(1.125rem + ((1vw - 3.2px) * 1.5909));
    /* Where: * 1.5909 = 100 * font_Size_Difference / viewport_Width_Difference */ } }

/* Prevent font scaling beyond this breakpoint */
@media (min-width: 1200px) {
    .h2-darkb {
      font-size: 32px; } }

@media (min-width: 1200px) {
  .h2-darkb,
  .h2-gold,
  .h2-darkblue {
    font-size: 32px; } }

.what-remove {
  /* background: #ffffcc; */
  background-color: #eee8aa;
  color: #eee8aa; }
  .what-remove h5 {
    font-size: 1.1rem;
    margin: 0; }

.what-remove-1 {
  background: #ffffcc;
  color: #eee8aa; }
.what-remove h5 {
  font-size: 1.1rem;
  margin: 0; }

@media screen and (min-width: 768px) {
    .what-remove h5 {
      font-size: 1.5rem; } }
.what-remove-br {
  color: #0a3542;
  /* margin: 0.5rem;
  padding: 0.5rem; */
}
.img-gerb {
  width: 10px;
  height: auto;
}
  .what-remove__item {
    /* background-color: #0a3542; */
    /* background-color: #eee8aa; */
    color: #0a3542;
    margin: 0.5rem;
    padding: 0.5rem; }

.what-remove__item-1 {
 /* background-color: #0a3542; */
  background-color: #003300;
  margin: 1rem;
  padding: 1rem; }

@media screen and (max-width: 768px) {
      .what-remove__item {
        margin: .5rem; } }
.card-gr {
  /* background-color: #eee8aa; */
}
.card-pay {
  /* background-color: #003300; */
  background-color: #eee8aa;
  color: white;
}
.c-online {
 background-color: #003300;
  /* background-color: #eee8aa; */
 color: #e2c076;
}

.s-online {
  /* background-color: #003300; */
   background-color: #ffffcc;
  color: #0a3542;
}

.accordion-collapse .card-header {
 /* background-color: #0a3542; */
background-color: #003300;
}

.accordion-collapse .btn {
 color: #e2c076;
 font-size: 1.4rem;
 text-decoration: none;
 font-weight: 500;
 position: relative; }
 @media (max-width: 992px) {
   .accordion-collapse .btn {
     font-size: 1.1rem; } }
 .accordion-collapse .btn:before {
   position: absolute;
   top: 50%;
   left: -10px;
   /* content: '\002B'; */
    font-size: 1.5rem;
    font-weight: bolder;
    line-height: 0;
    transform: rotate(45deg);
    transition: transform .2s; }

.accordion-collapse .collapsed:before {
  transform: rotate(90deg);
  transition: transform .2s; }

.protection-banks {
  /* 18px @ 320px increasing to 24px @ 1200px */
  /* Prevent font scaling beyond this breakpoint */ }
  .protection-banks h3 {
    font-size: 18px;
    position: relative; }
    .protection-banks h3:before {
      content: '';
      position: absolute;
      /* background: url("../imgs/galka.png") no-repeat center center/cover; */
      width: 30px;
      height: 30px;
      left: -3rem; }
  @media (min-width: 320px) {
    .protection-banks h3 {
      font-size: calc(1.125rem + ((1vw - 3.2px) * 0.6818));
      /* Where: * 0.6818 = 100 * font_Size_Difference / viewport_Width_Difference */ } }
  @media (min-width: 1200px) {
    .protection-banks h3 {
      font-size: 24px; } }

@media (min-width: 320px) {
  .fntsize h3  {
    font-size: calc(1.125rem + ((1vw - 3.2px) * 0.6818)); } }
@media (min-width: 1200px) {
  .fntsize h3 {
    font-size: 24px; } }

@media (min-width: 320px) {
  .fntsize h4  {
    font-size: calc(1.125rem + ((1vw - 3.2px) * 0.6818)); } }
@media (min-width: 1200px) {
  .fntsize h4 {
    font-size: 24px; } }

.manager {
  color: #e2c076;
  font-size: 16px; }

/* 16px @ 320px increasing to 28px @ 1200px */
@media (min-width: 320px) {
  .manager {
    font-size: calc(1rem + ((1vw - 3.2px) * 1.3636));
    /* Where: * 1.3636 = 100 * font_Size_Difference / viewport_Width_Difference */ } }

/* Prevent font scaling beyond this breakpoint */
@media (min-width: 1200px) {
  .manager {
    font-size: 28px; } }

.mish {
  color: #e2c076; }
.mish-img {
  position: relative;
  display: inline-block; }
.mish-img__content {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  width: 100%; }
.mish-img__content .name {
  font-size: 1.2rem;
  font-weight: 600; }
.mish-img__content .name-sub {
  margin: .5rem 0 .9rem;
  font-style: italic;
  font-size: .9rem; }
.mish-img__content .name-phone {
  color: #e2c076;
  font-weight: 500; }
.mish ul {
  font-size: 1.1rem; }

.gldk {
  color: #e2c076;
}

.gldk-img {
    position: relative;
    display: inline-block;
}
.gldk-img__content {
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      bottom: 0;
      width: 100%;
}
.gldk-img__content .name {
        font-size: 1.2rem;
        font-weight: 600;
}
.gldk-img__content .name-sub {
        margin: .5rem 0 .9rem;
        font-style: italic;
        font-size: .9rem;
}
.gldk-img__content .name-phone {
        color: #e2c076;
        font-weight: 500;
}
.gldk ul {
    font-size: 1.1rem; }

.bg-brown {
  background-color: #BDB76B;
}

._123 {
  color: #0a4c62;
}
._123_ {
    background-color: #fff;
    box-shadow: 0 3px 30px rgba(0, 77, 104, 0.5) inset;
    display: flex;
    align-items: center;
}
._123-item {
    border: 2px solid;
    font-size: 4rem;
    line-height: 2rem;
}
._123-text {
    font-weight: 500;
}

.xxx {
  font-size: 16px;
  color: #0a4c62; }

/* 16px @ 320px increasing to 24px @ 1200px */
@media (min-width: 320px) {
  .xxx {
    font-size: calc(1rem + ((1vw - 3.2px) * 0.9091));
    /* Where: * 0.9091 = 100 * font_Size_Difference / viewport_Width_Difference */ } }

/* Prevent font scaling beyond this breakpoint */
@media (min-width: 1200px) {
  .xxx {
    font-size: 24px; } }

@media (max-width: 768px) {
  .xxx {
    border: none; } }

.xxxx {
  color: #fff;
  font-size: 1.2rem; }
  .xxxx-item {
    border: 3px solid #e2c076;
    border-radius: 1rem;
    height: 100%; }
    .xxxx-item h4 {
      color: #e2c076;
      min-height: 5rem; }
      @media (max-width: 768px) {
        .xxxx-item h4 {
          min-height: initial; } }
    .xxxx-item small {
      color: #a1a1a1; }
    .xxxx-item span {
      color: #a1a1a1;
      font-weight: 500; }

.pay-item {
  background-color: #006600;
  border: 5px solid #e2c076;
  border-radius: 1rem;
  height: 100%; }

.about {
  font-size: 1.2rem; }
  .about-container {
    border-radius: 3rem; }

.end {
  min-height: 650px;
 /* background: linear-gradient(90deg, black, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.3)), url("../imgs/people_free.jpg") no-repeat center center/cover; */
  color: #E2C076;
  /* 21px @ 320px increasing to 54px @ 1200px */
  /* Prevent font scaling beyond this breakpoint */ }
  @media (max-width: 576px) {
    .end {
      min-height: 380px; } }
  .end .container {
    min-height: inherit; }
    .end .container .row {
      min-height: inherit; }
  .end h2 {
    font-size: 21px; }
  @media (min-width: 320px) {
    .end h2 {
      font-size: calc(1.3125rem + ((1vw - 3.2px) * 3.75));
      /* Where: * 3.75 = 100 * font_Size_Difference / viewport_Width_Difference */ } }
  @media (min-width: 1200px) {
    .end h2 {
      font-size: 54px; } }


/* portfolio start */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.portfolio-wrap {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.portfolio-item {
  /* padding: 10px; */
  padding: 5px;
}
.portfolio-item-wrap {
  position: relative;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  background: black;
  color: white;
}
.portfolio-item img {
  display: block;
  width: 100%;
  opacity: .75;
  transition: .5s ease-in-out;
}
.portfolio-item-inner {
  position: absolute;
  top: 45%;
  left: 7%;
  right: 7%;
  bottom: 45%;
  border: 1px solid white;
  border-width: 0 1px 1px;
  transition: .4s ease-in-out;
}
.portfolio-heading {
  overflow: hidden;
  transform: translateY(-50%);
}
.portfolio-heading h3 {
  font-family: 'Pattaya', sans-serif;
  font-weight: normal;
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}
.portfolio-heading h3:before,
.portfolio-heading h3:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  height: 1px;
  background: white;
}
.portfolio-heading h3:before {
  left: -50px;
}
.portfolio-heading h3:after {
  right: -50px;
}
.portfolio-item-inner ul {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  padding: 0 20px;
  opacity: 0;
  list-style: none;
  font-family: 'Raleway', sans-serif;
  transition: .4s ease-in-out;
}
.portfolio-item-inner li {
  position: relative;
  font-size: 20px;
  padding: 10px 0;
  margin-bottom: 4px;
}
.portfolio-item-inner li:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -2px;
  bottom: -4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: white;
  box-shadow: 10px 0 0 white, -10px 0 0 white;
}
.portfolio-item-inner li:last-child:after {
  content: none;
}
.portfolio-item a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.portfolio-item:hover img {
  opacity: 0.45;
  transform: scale(1.1);
}
.portfolio-item:hover .portfolio-item-inner {
  top: 7%;
  bottom: 7%;
}
.portfolio-item:hover ul {
  opacity: 1;
  transition-delay: .5s;
}
@media (min-width: 530px) {
  .portfolio-item {
    flex-basis: 50%;
    flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  .portfolio-item {
    flex-basis: 33.333333333%;
  }
}
/* portfolio end */

.scroll_child {
  width: 99999px;
}
.scroll_child > div {
  float: left;

}
.scroll_child a:hover {
  margin-bottom: 2rem;
}
.freind {
  background-color: #eee8aa;
}

.hr-line {
   margin: 20px 0;
   padding: 0;
   height: 0;
   border: none;
   border-top: 1px solid #e2c076;
}

.hr-double {
  margin: 20px 0;
  padding: 0;
  height: 2px;
  border: none;
  border-top: 1px solid #e2c076;
  border-bottom: 1px solid #e2c076;
}

.hr-doublhght {
  margin: 20px 0;
  padding: 0;
  height: 4px;
  border: none;
  border-top: 1px solid #e2c076;
  border-bottom: 1px solid #e2c076;
}

/* CAROUSEL START */
.reviews {
  color: #e2c076;
}
 .carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease;
}

.carousel-inner .carousel-item.active,.carousel-inner .carousel-item-next,.carousel-inner .carousel-item-prev{display:flex}
.carousel-inner .carousel-item-right.active,.carousel-inner .carousel-item-next{transform:translateX(25%)}
.carousel-inner .carousel-item-left.active,.carousel-inner .carousel-item-prev{transform:translateX(-25%)}
.carousel-inner .carousel-item-right,.carousel-inner .carousel-item-left{transform:translateX(0)}

/* CAROUSEL END */

.text-underline-hover {
  text-decoration: none;
}
.text-underline-hover:hover {
  text-decoration: underline;
}

.footer-end {
  background-color: #424d57;
  color: #ffffff;
}
.footer-end h5 {
  margin: .5rem 0;
  color: #ffffff;
}