@charset "UTF-8";
.header {
  /* background-color: #0a3542;
  background-color: #003300; */
  background-color: #003333;
  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; }

/*.fnt-3 {
   font-family: 'Lora', serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  background: rgba(10, 53, 66, .5);
  background: rgba(0, 51, 0, .5);
  color: #e2c076;
} */


.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(#003333, rgba(10, 53, 66, 0.5) 50%, rgba(10, 53, 66, 0.5), #003333),
  url("../imgs/landscape-3.jpg") 0% 0%/cover; position: relative;
}
  .banner .banner-krn-img {
    position: absolute;
    bottom: 0em;
    right: 10%; }

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

  .banner fieldset {
    background: rgba(0, 51, 51, 0.7);
    /* background: rgba(0, 51, 0, 0.9);
    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; }

/* .obertka {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    flex-wrap: wrap; */

.banner-m fieldset {
  background: rgba(0, 51, 0, 0.3);
  font-size: 19px;
  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; }

.bg-darkblue {
    background-color: #003333;
}

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

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

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

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

.h2-gold {
  color: #e2c076; }

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

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

.h5-gold {
  color: #e2c076;
}

@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: 20px;
}
.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: 1px;
  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 START */


.footer-end {
  background-color: #424d57;
  color: #ffffff;
}
.footer-end h5 {

  margin: .5rem 0;
  color: #ffffff;
}