
.page-header
{
  position: relative;
  z-index: 5;
  max-width: 1920px;
  padding: 0px 0px 0px 0px;
  margin: 0px auto;
}

.page-header__top
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border-bottom: 1px solid #f0f0f0;
}
.page-header__top .pb-xl-3
{
  padding-bottom: 2.5rem !important;
  padding-top: 2.5rem !important;
}

.page-header__wrapper
{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-header__wrapper {
    flex-basis: auto;
    max-width:none;
    flex-grow: 1;
    justify-content: flex-end;
  }
}

@media (min-width: 1200px)
{
  .page-header__wrapper
  {
    -ms-flex: 0 0 452px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 452px;
       -moz-box-flex: 0;
            flex: 0 0 452px;
    max-width: 452px;
  }
}

/* @media (min-width: 1600px)
{
  .page-header__wrapper
  {
    -ms-flex: 0 0 620px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 620px;
       -moz-box-flex: 0;
            flex: 0 0 620px;
    max-width: 620px;
  }
} */

/* covid-19 */
.page-header__warning
{
  padding: 5px 0px 5px 0px;
  margin: 0px 0px 0px 0px;
  background-color: #fbfbfb;
}
.page-header__warning p
{
  color: var(--text-color, #333);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  max-width: 700px;
  padding: 15px 0px 15px 0px;
  margin: 0px auto;
  /*border: 2px solid #b09078;*/
  /*border-radius: 10px;*/
  background-color: #ffffff;
}

@media (min-width: 992px)
{
  .page-header__warning
  {
    padding: 10px 0px 10px 0px;
  }

  .page-header__warning p
  {
    font-size: 15px;
    width: 700px;
    height: 110px;
  }
}


.page-header__banner
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

@media (min-width: 992px)
{
  .page-header__banner
  {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
}

.page-header__bottom
{
  padding: 10px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
  border-bottom: 1px solid #f0f0f0;
  background-color: #ffffff;
}

@media (min-width: 992px)
{
  .page-header__bottom
  {
    /*padding-bottom: 0px;*/
    padding-left: 285px;
  }
}

@media (min-width: 1200px)
{
  .page-header__bottom
  {
    /*padding-bottom: 10px;*/
  }
}

.page-content--gray {
  background-color: #eee;
}
.page-content--services .page-section-title {
  padding-top: unset;
}
.page-content--submenu .breadcrumb.container-xl {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
@media (min-width: 992px) {
  .page-content--submenu .breadcrumb.container-xl,
  .page-content--services .breadcrumb.container-xl {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

/* .page-content .page-section:not(.index) div[class^="container"]{
  max-width: -webkit-calc(100% - 25%);
  max-width: -moz-calc(100% - 25%);
  max-width: calc(100% - 25%);
  margin-right: 0;
  margin-left: 22%;
} */
.page-content .page-section:not(.index) div.container-fluid{
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.page-content .page-section:not(.index) div[class^="container"] .tabs
{
  /*max-width: 840px;*/
  width: auto;
}
.page-content .page-section:not(.index) div[class^="container"] .swiper-container.documents-slider {
    max-width: 100%!important;
    margin: auto!important;
}

@media (max-width: 997px) {
  .page-content .page-section:not(.index) div[class^="container"]{
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }
}

/*  ----------------------------------  */
.main-nav
{
  position: relative;
  height: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

@media (min-width: 576px) {
  .main-nav {
    max-height: 60px;
  }
}

@media (min-width: 768px) {
  .main-nav {
    max-height: 80px;
  }
}

@media (min-width: 992px) {
  .main-nav {
    max-height: 103px;
  }
}

@media (min-width: 1200px) {
  .main-nav {
    max-height: unset;
  }
}

.main-nav__toggle
{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  font-size: 0;
  width: 60px;
  border: 0;
  border-right: 1px solid #e0e0e0;
  background-color: #f3f3f3;
  cursor: pointer;
  outline: none;
}

.main-nav--closed .main-nav__toggle::before {
  content: '\f197';
  color: var(--text-color, #333);
  font-family: 'Material-Design-Iconic-Font';
  font-size: 30px;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 30px;
  height: 30px;
  margin: -15px 0px 0px -15px;
}

.main-nav--opened .main-nav__toggle
{
  background-color: #ffffff;
  border-right-color: #ffffff;
}

.main-nav--opened .main-nav__toggle::before {
  content: '\f136';
  color: var(--text-color, #333);
  font-family: 'Material-Design-Iconic-Font';
  font-size: 30px;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 30px;
  height: 30px;
  margin: -15px 0px 0px -15px;
}

@media (min-width: 768px)
{
  .main-nav__toggle
  {
    width: 80px;
  }

  .main-nav--closed .main-nav__toggle::before,
  .main-nav--opened .main-nav__toggle::before
  {
    font-size: 40px;
    width: 40px;
    height: 40px;
    margin: -20px 0px 0px -20px;
  }
}
@media (min-width: 992px)
{
  .main-nav__toggle
  {
    display: none;
  }
}

.main-nav__logo
{
  position: relative;
  width: calc(100vw - 120px);
  height: 100%;
  min-height: 60px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 60px;
  background-color: #f3f3f3;
  /* exp */
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px)
{
  .main-nav__logo
  {
    width: 235px;
    min-height: 80px;
    margin: 0px 0px 0px 80px;
    /* exp */
    width: auto;
    min-width: 100px;
  }
}

@media (min-width: 992px)
{
  .main-nav__logo
  {
    width: 285px;
    height: 100%;
    min-height: 80px;
    margin: 0px 0px 0px 0px;
    -webkit-box-shadow:
    20px 0px 35px 8px #f3f3f3;
    -moz-box-shadow:
    20px 0px 35px 8px #f3f3f3;
      box-shadow:
    20px 0px 35px 8px #f3f3f3;
  }
}

.main-nav__logo-wrapper
{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 154px;
  height: 46px;
  margin: -23px 0px 0px -77px;
}

@media (min-width: 768px) and (max-width: 991px)
{
  .main-nav__logo-wrapper
  {
    position: static;
    margin: unset;
    display: flex;
    align-items: center;
    width: auto;
  }
}

@media (min-width: 800px) and (max-width: 991px) {
  .main-nav__logo-wrapper {
    padding: 10px;
  }
}

@media (min-width: 992px)
{
  .main-nav__logo-wrapper
  {
    width: 240px;
    height: 65px;
    margin: -32px 0px 0px -120px;
  }
}

@media (min-width: 1200px)
{
  .main-nav__logo-wrapper
  {
    width: 250px;
    height: 67px;
    margin: -33px 0px 0px -125px;
  }
}
.main-nav__menu-wrapper
{
  position: absolute;
  top: 100%;
  left: -300px;
  z-index: 20;
  display: none;
  width: 290px;
  background-color: #f6f6f6;
  -webkit-box-shadow: 15px 20px 25px -25px #414141;
  -moz-box-shadow: 15px 20px 25px -25px #414141;
       box-shadow: 15px 20px 25px -25px #414141;
}

.main-nav--opened .main-nav__menu-wrapper
{
  display: block;
}

@media (min-width: 768px)
{
  .main-nav__menu-wrapper
  {
    width: 315px;
  }
}

@media (min-width: 992px)
{
  .main-nav__menu-wrapper
  {
    /*display: block;*/
    /*top: calc(100% + 131px); /* covid-19 */
    /*width: 285px;*/
  }
}

/*  ----------------------------------  */
.addresses
{
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.addresses::before
{
  content: '\f1ab';
  font-family: 'Material-Design-Iconic-Font';
  font-size: 16px;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
   -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 33px;
  height: 33px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.addresses--main-nav
{
  min-height: 33px;
  padding: 14px 10px 14px 50px;
  border-bottom: 1px solid #eeeeee;
}

.addresses--main-nav::before
{
  color: #8cac3b;
  top: 14px;
  left: 10px;
  background-color: #ffffff;
}

.address--main-icon {
  width: 33px;
  height: 33px;
  top: 14px;
  left: 10px;
  display: block;
  position: absolute;
  z-index: 99;
}

@media (min-width: 992px)
{
  .addresses--main-nav
  {
    display: none;
  }
}

.addresses--page-header
{
  display: none;
}

.addresses--page-header::before
{
  content: none;
}

@media (min-width: 992px)
{
  .addresses--page-header
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;

    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0px;
    padding-bottom: 10px;
  }
}

@media (min-width: 1200px)
{
  .addresses--page-header
  {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1600px)
{
  .addresses--page-header
  {
    /* -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;

    -ms-flex: 0 0 400px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 400px;
       -moz-box-flex: 0;
            flex: 0 0 400px;
    max-width: 400px;
    padding-bottom: 0px; */
  }
}

@media (min-width: 1920px)
{
  .addresses--page-header
  {
    /*-ms-flex: 0 0 650px;
    flex: 0 0 650px;
    max-width: 650px;*/
  }
}

.addresses--page-footer
{
  min-height: 37px;
  padding-left: 47px;
}

.addresses--page-footer::before
{
  color: #ffffff;
  width: 37px;
  height: 37px;
  background-color: #c49a77;
}

/*  ----------------------------------  */
.address
{
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  line-height: 1.25;
}

.address--main-nav
{
  font-size: 13px;
  line-height: 1.6;
  text-decoration: none;
}

.address--main-nav:not(:last-child)
{
  margin-bottom: 10px;
}

.address--page-footer
{
  color: #ffffff;
}

.address--page-footer:not(:last-child)
{
  margin-bottom: 10px;
}

@media (min-width: 768px)
{
  .address--page-footer
  {
    font-size: 13px;
  }
}

@media (min-width: 992px)
{
  .address--page-header
  {
    font-size: 11px;

    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
            flex: 0 0 auto;
    max-width: 100%;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    padding: 0;
  }
}

@media (min-width: 1200px)
{
  .address--page-header
  {
    font-size: 12px;

    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
            flex: 0 0 auto;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1600px)
{
  .address--page-header
  {
    font-size: 13px;

    -ms-flex: 0 0 400px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 400px;
       -moz-box-flex: 0;
            flex: 0 0 400px;
    max-width: 400px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

@media (min-width: 1920px)
{
  .address--page-header
  {
    font-size: 14px;

    /*-ms-flex: 0 0 320px;
    flex: 0 0 320px;
    max-width: 320px;*/
  }
}

/*  ----------------------------------  */
.phones
{
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.phones--main-nav
{
  min-height: 33px;
  padding: 14px 10px 14px 50px;
  border-bottom: 1px solid #eeeeee;
}

.phones--main-nav::before
{
  content: '\f2be';
  color: #8cac3b;
  font-family: 'Material-Design-Iconic-Font';
  font-size: 16px;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
   -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  position: absolute;
  top: 14px;
  left: 10px;
  width: 33px;
  height: 33px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #ffffff;
}

@media (min-width: 768px)
{
  .phones--main-nav
  {
    display: none;
  }
}

.phones--page-header
{
  display: none;
}

@media (min-width: 991px)
{
  .phones--page-header
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;

    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .phones--page-header {
    flex-basis: auto;
  }
}

@media (min-width: 992px)
{
  .phones--page-header
  {
    justify-content: flex-start;
  }
}

@media (min-width: 1200px)
{
  .phones--page-header
  {
    -ms-flex: 0 0 430px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 430px;
       -moz-box-flex: 0;
            flex: 0 0 430px;
    max-width: 430px;
  }
}

@media (min-width: 1200px)
{
  .phones--page-header
  {
    -ms-flex: 0 0 460px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 460px;
       -moz-box-flex: 0;
            flex: 0 0 460px;
    max-width: 460px;
  }
}


.phones--page-footer
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

@media (min-width: 576px)
{
  .phones--page-footer
  {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    /*width: 200px;*/
  }
}

@media (min-width: 768px)
{
  .phones--page-footer
  {

  }
}

@media (min-width: 992px)
{
  .phones--page-footer
  {
    width: 210px;
  }
}


/*  ----------------------------------  */
.phone
{
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.phone--main-nav
{
  background-color: #f6f6f6;
}

.phone--main-nav:not(:last-child)
{
  margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 991px)
{
  .phone--page-header
  {
    /* -ms-flex: 0 0 190px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 190px;
       -moz-box-flex: 0;
            flex: 0 0 190px;
    max-width: 190px; */
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .phone--page-header + .phone--page-header {
    margin-left: 15px;
  }
}

@media (min-width: 992px)
{
  .phone--page-header
  {
    -ms-flex: 0 0 195px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 195px;
       -moz-box-flex: 0;
            flex: 0 0 195px;
    max-width: 195px;
  }
}

.phone--page-footer
{
  -ms-flex: 0 0 230px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 230px;
     -moz-box-flex: 0;
          flex: 0 0 230px;
  max-width: 230px;
  padding: 10px 10px 10px 10px;
}

@media (min-width: 576px)
{
  .phone--page-footer
  {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
            flex: 0 0 auto;
    max-width: 100%;
  }
}

@media (min-width: 768px)
{
  .phone--page-footer
  {

  }
}

@media (min-width: 992px)
{
  .phone--page-footer
  {
    -ms-flex: 0 0 230px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 210px;
       -moz-box-flex: 0;
            flex: 0 0 210px;
    max-width: 210px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.phone__number-wrapper
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.phone__number
{
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

@media (min-width: 768px)
{
  .phone__number--page-header
  {
    font-size: 16px;
  }
}

@media (min-width: 992px)
{
  .phone__number--page-header
  {
    font-size: 18px;
  }
}

@media (min-width: 1200px)
{
  .phone__number--page-header
  {
    font-size: 16px;
  }
}

@media (min-width: 1600px)
{
  .phone__number--page-header
  {
    font-size: 20px;
  }
}

.phone__number--page-footer
{
  color: #ffffff;
  font-size: 16px;
}

@media (min-width: 992px)
{
  .phone__number--page-footer
  {
    font-size: 18px;
  }
}

.page-header:not(.header) .phone__number:hover
{
  color: var(--text-color, #333);
  text-decoration: underline;
}

.phone__number--page-footer:hover
{
	color: #ffffff;
}

.phone__desc
{
  display: block;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  white-space: nowrap;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.phone__desc--main-nav
{
  font-size: 13px;
  margin-top: 5px;
}

.phone__desc--page-header
{

}

@media (min-width: 768px)
{
  .phone__desc--page-header
  {
    font-size: 11px;
    margin-top: 5px;
  }
}

@media (min-width: 992px)
{
  .phone__desc--page-header
  {
    font-size: 13px;
  }
}

@media (min-width: 1200px)
{
  .phone__desc--page-header
  {
    font-size: 13px;
  }
}

@media (min-width: 1200px)
{
  .phone__desc--page-header
  {
    font-size: 14px;
  }
}

.phone__desc--page-footer
{
  color: #999999;
  font-size: 12px;
  margin-top: 5px;
}

@media (min-width: 992px)
{
  .phone__desc--page-footer
  {
    font-size: 13px;
  }
}

/*  ----------------------------------  */
.social
{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.social--main-nav
{
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 992px)
{
  .social--main-nav
  {
    display: none;
  }
}

.social--page-header
{
  display: none;
}

@media (min-width: 992px)
{
  .social--page-header
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex: 0 0 150px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
       -moz-box-flex: 0;
            flex: 0 0 150px;
    max-width: 150px;
  }
}

@media (min-width: 1200px)
{
  .social--page-header
  {
    -ms-flex: 0 0 170px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 170px;
       -moz-box-flex: 0;
            flex: 0 0 170px;
    max-width: 170px;
  }
}

@media (min-width: 1600px)
{
  .social--page-header
  {
    -ms-flex: 0 0 140px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 140px;
       -moz-box-flex: 0;
            flex: 0 0 140px;
    max-width: 140px;
  }
}


@media (min-width: 992px)
{
  .social--page-footer
  {
    width: 140px;
  }
}

.social-icon
{
  font-size: 0px;
  -ms-flex: 0 0 35px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35px;
     -moz-box-flex: 0;
          flex: 0 0 35px;
  max-width: 35px;
  height: 35px;
  padding: 0px 0px 0px 0px;
  margin: 5px 5px 5px 5px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
}

.social-icon--whatsapp
{
  background-image: url('img/icons/social/whatsapp.svg');
}

.social-icon--viber
{
  background-image: url('img/icons/social/viber.svg');
}

.social-icon--telegram
{
  background-image: url('img/icons/social/telegram.svg');
}

.social-icon--facebook
{
  background-image: url('img/icons/social/facebook.svg');
}

.social-icon--instagram
{
  background-image: url('img/icons/social/instagram.svg');
}

/*  ----------------------------------  */
.search-form
{
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

@media (min-width: 992px)
{
  .search-form
  {

  }
}

@media (min-width: 1200px)
{
  .search-form
  {

  }
}

.search-form__input
{
  color: var(--text-color, #333);
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  width: 100%;
  height: 50px;
  padding: 0px 55px 0px 15px;
  margin: 0px 0px 0px 0px;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  background-color: #ffffff;
  outline: none;
}

.search-form__submit
{
  position: absolute;
  top: 1px;
  right: 1px;
  font-size: 0;
  width: 48px;
  height: 48px;
  border: 1px solid #c49a77;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #c49a77;
  cursor: pointer;
}

.search-form__submit::before
{
  content: '\f1c3';
  color: #ffffff;
  font-family: 'Material-Design-Iconic-Font';
  font-size: 20px;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0px 0px -10px;
  background-color: transparent;
}


/*  ----------------------------------  */
.page-section
{
  position: relative;
  max-width: 1920px;
  padding: 0px 0px 0px 0px;
  margin: 0px auto;
  background-color: #ffffff;
}

.page-section--lightgray {
  background-color: #eee;
}

.page-section--services {
  background-color: #fbfbfb;
}

.page-section--form
{
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
}

.page-section--free-consultation
{
  background-color: #6d605b;
  background-image: url('img/bg/bg-form1.jpg');
}

.page-section--order-service
{
  background-color: #797473;
  background-image: url('img/bg/bg-form2.jpg');
}

.page-section--bankruptcy-advantages
{
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgb(81,118,115);
  background-image: 
    linear-gradient(-90deg, rgba(81,118,115, 0.9) 0%, rgba(165,90,111, 0.9) 100%),
    url('img/bg/bg-advantages.jpg');
  background-size: auto, cover;
}

.page-section--bankruptcy-advantages-2
{
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgb(81,118,115);
  background-image: 
    linear-gradient(90deg, rgba(81,118,115, 0.9) 0%, rgba(165,90,111, 0.9) 100%),
    url('img/bg/bg-advantages.jpg');
  background-size: auto, cover;
}

.page-section--bankruptcy-special
{
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fbfbfb;
  background-image: url('img/bg/bg-bankruptcy-special.jpg');
  background-size: cover;
}

.page-section--transparent
{
  background-color: transparent;
}

/*  ----------------------------------  */
.page-section-title
{
  position: relative;
  color: var(--text-color, #333);
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 15px 0px 15px 0px;
  margin: 0px 0px 0px 0px;
}

.page-section-title::before
{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100px;
  height: 1px;
  background-color: rgba(196, 154, 119, 0.4);
}

.page-section-title::after
{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 20px;
  height: 1px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-color: #c49a77;
}

@media (min-width: 768px)
{
  .page-section-title
  {
    font-size: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .page-section-title--verdana
  {
    font-size: 28px;
  }
}

@media (min-width: 992px)
{
  .page-section-title {
    font-size: 28px;
    line-height: 30px;
  }

  .page-section-title--verdana
  {
    font-size: 28px;
    line-height: 30px;
  }
}

@media (min-width: 1200px)
{
  .page-section-title--verdana
  {
    font-size: 28px;
    line-height: 28px;
  }
}

.page-section-title--center
{
  text-align: center;
}

.page-section-title--center::before
{
  left: 50%;
  margin-left: -50px;
}

.page-section-title--center::after
{
  left: 50%;
  margin-left: -10px;
}

.page-section-title--verdana
{
  color: #554646;
}

/*  ----------------------------------  */
.page-footer
{
  color: #ffffff;
  max-width: 1920px;
  padding: 0px 0px 0px 0px;
  margin: 0px auto;
  background-color: #111111;
}

.page-footer__contacts
{
  background-image: url("img/bg/bg-footer.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
}

.copyright
{
  padding: 15px 0px 15px 0px;
  margin: 0px 0px 0px 0px;
}

.copyright__text
{
  color: #777777;
  font-size: 12px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.copyright__text a
{
  color: inherit;
  /*text-decoration: none;*/
}

.copyright__text a:hover
{
  /*text-decoration: underline;*/
}

.copyright__link
{
  color: #cccccc;
  font-size: 12px;
  text-align: center;
  text-decoration: underline;
}

.contact
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.contact__number
{
  display: block;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

@media (min-width: 992px)
{
  .contact__number
  {
    font-size: 28px;
  }
}

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

.contact__desc
{
  display: block;
  color: #6d6f81;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-align: center;
  padding: 5px 0px 5px 0px;
  margin: 0px 0px 0px 0px;
}

@media (min-width: 992px)
{
  .contact__desc
  {
    font-size: 18px;
  }
}

.contact__apps
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  width: 210px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.contact__app
{
  -ms-flex: 0 0 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
     -moz-box-flex: 0;
          flex: 0 0 50px;
  max-width: 50px;
  height: 50px;

  display: block;
  font-size: 0;
  padding: 0px 0px 0px 0px;
  margin: 5px 10px 5px 10px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
}

.contact__app--whatsapp
{
  background-image: url("img/icons/social/whatsapp.svg");
}

.contact__app--viber
{
  background-image: url("img/icons/social/viber.svg");
}

.contact__app--telegram
{
  background-image: url("img/icons/social/telegram.svg");
}

.contact__app--facebook
{
  background-image: url("img/icons/social/facebook.svg");
}

.contact__app--instagram
{
  background-image: url("img/icons/social/instagram.svg");
}

.list-links
{
  list-style: none;
  padding: 15px 15px 15px 15px;
  margin: 0px;
}

.list-links li
{
  position: relative;
  color: var(--text-color, #333);
  font-size: 18px;
  padding: 0px 0px 0px 30px;
}

.list-links li::before
{
  content: '';
  position: absolute;
  top: 9px;
  left: 0px;
  width: 20px;
  height: 1px;
  background-color: rgba(0, 120, 111, 0.3);
}

.list-links li::after
{
  content: '';
  position: absolute;
  top: 9px;
  left: 0px;
  width: 8px;
  height: 1px;
  background-color: #8cac3b;
}

@media (min-width: 768px)
{
  .list-links li
  {
    padding-left: 40px;
  }

  .list-links li::before
  {
    top: 10px;
    width: 30px;
  }

  .list-links li::after
  {
    top: 10px;
    width: 10px;
  }
}


.list-links li:not(:last-child)
{
  margin-bottom: 15px;
}

/* .list-links li > a
{
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  list-style: inherit;
  text-decoration: none;
}

.list-links li > a:hover
{
  color: #8cac3b;
  text-decoration: underline;
} */


.table-wrapper
{
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

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

.striped-table thead tr,
.striped-table tfoot tr
{
  background-color: #bfa996;
}

.striped-table thead th,
.striped-table tfoot td
{
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 10px 10px 10px;
}

@media (min-width: 992px)
{
  .striped-table thead th,
  .striped-table tfoot td
  {
    font-size: 16px;
  }
}

.striped-table thead th,
.striped-table tfoot td,
.striped-table tbody td
{
  border-left: 1px solid rgba(228, 228, 236, 0.4);
}

.striped-table thead th,
.striped-table tfoot td,
.striped-table tbody td
{
  border-bottom: 1px solid rgba(228, 228, 236, 0.4);
}

.striped-table thead th:last-child,
.striped-table tfoot td:last-child,
.striped-table tbody td:last-child
{
  border-right: 1px solid rgba(228, 228, 236, 0.4);
}

.striped-table tbody tr:nth-of-type(odd)
{
  background-color: #fbfbfb;
}

.striped-table tbody tr:nth-of-type(even)
{
  background-color: #f2efec;
}

.striped-table tbody td
{
  color: var(--text-color, #333);
  font-size: 14px;
  padding: 10px 10px 10px 10px;
}

@media (min-width: 992px)
{
  .striped-table tbody td
  {
    font-size: 16px;
  }
}


.img-popup
{
  position: relative;
  display: inline-block;
  font-size: 0;
  text-decoration: none;
}

.img-popup::before
{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.img-popup::after
{
  content: '\f1ee';
  color: #12867f;
  font-family: 'Material-Design-Iconic-Font';
  font-size: 70px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 15px 25px 15px 25px;
  margin: -50px 0px 0px -50px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.img-popup:hover::before,
.img-popup:hover::after
{
  opacity: 1;
  -webkit-transition: opacity 0.7s ease;
  -o-transition: opacity 0.7s ease;
  -moz-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}

.scrollup
{
  display: none;
  position:fixed;
  bottom: 100px;
  left: 15px;
  z-index: 100;
  width: 55px;
  height: 55px;
  border: 3px solid #c49a77;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: transparent;
  /*-webkit-box-shadow: 0px 0px 0px 0px #414141;
  box-shadow: 0px 0px 0px 0px #414141;*/
  cursor:pointer;
}

.scrollup::after
{
  content: '\f303';
  position: absolute;
  top: 0px;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  color: #c49a77;
  font-family: 'Material-Design-Iconic-Font';
  font-size: 40px;
  line-height: 1;
  width: 100%;
  height: 100%;
}

.link
{
  position: relative;
  color: var(--text-color, #333);
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-decoration: underline;
  -webkit-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  transition: 0.7s ease;
}

.link:hover
{
  color: #c49a77;
}

.link--lightorange
{
  color: #c49a77;
  font-size: 13px;
}

.link--lightorange:hover
{
  color: #8cac3b;
}

@media (min-width: 992px)
{
  .link
  {
    font-size: 15px;
  }

  .link--lightorange
  {
    font-size: 14px;
  }
}


.bankruptcy-badges
{
  max-width: 290px;
  list-style: none;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.bankruptcy-badges::before
{
  content: '';
  position: absolute;
  top: 42px;
  bottom: 42px;
  left: 110px;
  width: 1px;

  background-color: rgba(196, 154, 119, 0.4);
}

@media (min-width: 768px)
{
  .bankruptcy-badges
  {
    max-width: none;
    display: flex;
  }

  .bankruptcy-badges::before
  {
    top: 150px;
    bottom: auto;
    left: 110px;
    right: 110px;
    width: auto;
    height: 1px;
  }
}

@media (min-width: 992px)
{
  .bankruptcy-badges::before
  {
    top: 210px;
    left: 140px;
    right: 140px;
  }
}


.bankruptcy-badge
{
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 85px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
}

.bankruptcy-badge:not(:last-child)
{
  margin-bottom: 20px;
}

.bankruptcy-badge::before
{
  content: '';
  position: absolute;
  top: 42px;
  left: 95px;
  width: 15px;
  height: 1px;
  background-color: #c49a77;
}

.bankruptcy-badge:not(:first-child):not(:last-child)::before
{
  left: 110px;
}

.bankruptcy-badge::after
{
  content: '';
  position: absolute;
  top: 42px;
  left: 110px;
  width: 1px;
  height: 25px;
  background-color: #c49a77;
}

.bankruptcy-badge:not(:first-child):not(:last-child)::after
{
  top: 30px;
}

.bankruptcy-badge:last-child::after
{
  top: auto;
  bottom: 42px;
}

@media (min-width: 768px)
{
  .bankruptcy-badge
  {
    flex-direction: column;
    width: 190px;
    height: auto;
    margin: 0px 15px 0px 15px;
    padding: 0px 0px 0px 0px;
  }

  .bankruptcy-badge:not(:last-child)
  {
    margin-bottom: 0px;
  }

  .bankruptcy-badge::before
  {
    top: 150px;
    left: 95px;
    width: 19px;
  }

  .bankruptcy-badge:last-child::before
  {
    left: auto;
    right: 94px;
  }

  .bankruptcy-badge:not(:first-child):not(:last-child)::before
  {
    left: 86px;
  }

  .bankruptcy-badge::after
  {
    top: 135px;
    left: 95px;
    height: 15px;
  }

  .bankruptcy-badge:not(:first-child):not(:last-child)::after
  {
    top: 150px;
  }

  .bankruptcy-badge:last-child::after
  {
    top: 135px;
  }
}

@media (min-width: 992px)
{
  .bankruptcy-badge
  {
    width: 250px;
  }

  .bankruptcy-badge::before
  {
    top: 210px;
    left: 125px;
    width: 23px;
  }

  .bankruptcy-badge:last-child::before
  {
    right: 124px;
  }

  .bankruptcy-badge:not(:first-child):not(:last-child)::before
  {
    left: 114px;
  }

  .bankruptcy-badge::after
  {
    top: 190px;
    left: 125px;
    height: 20px;
  }

  .bankruptcy-badge:not(:first-child):not(:last-child)::after
  {
    top: 210px;
  }

  .bankruptcy-badge:last-child::after
  {
    top: 190px;
  }
}


.bankruptcy-badge__icon-wrapper
{
  position: relative;
  margin: 0px 25px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-radius: 50%;
}

@media (min-width: 768px)
{
  .bankruptcy-badge__icon-wrapper
  {
    margin: 0px 0px 25px 0px;
    border: 1px solid rgba(196, 154, 119, 0.4);
  }
}

@media (min-width: 992px)
{
  .bankruptcy-badge__icon-wrapper
  {
    margin: 0px 0px 30px 0px;
  }
}

.bankruptcy-badge__icon
{
  position: relative;
  width: 85px;
  height: 85px;
  margin: 0px 0px 0px 0px;
  border-radius: 50%;

  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

.bankruptcy-badge__icon--legal-entity
{
  background-color: #9e5a6c;
  background-image: url('img/icons/bankruptcy/legal_entity.png');
  background-size: 50px;
}

.bankruptcy-badge:hover .bankruptcy-badge__icon--legal-entity
{
  background-color: #2f6f6e;
}

.bankruptcy-badge__icon--individual
{
  background-color: rgb(158,90,108);
  background-image: 
    url('img/icons/bankruptcy/individual.png'),
    linear-gradient(180deg, rgba(158,90,108,1) 0%, rgba(47,111,110,1) 100%);
  background-size: 50px, auto;
}

.bankruptcy-badge:hover .bankruptcy-badge__icon--individual
{
  background-image: 
    url('img/icons/bankruptcy/individual.png'),
    linear-gradient(360deg, rgba(158,90,108,1) 0%, rgba(47,111,110,1) 100%);
}

.bankruptcy-badge__icon--enterpreneur
{
  background-color: #2f6f6e;
  background-image: url('img/icons/bankruptcy/enterpreneur.png');
  background-size: 50px;
}

.bankruptcy-badge:hover .bankruptcy-badge__icon--enterpreneur
{
  background-color: #9e5a6c;
}

@media (min-width: 768px)
{
  .bankruptcy-badge__icon
  {
    margin: 20px 20px 20px 20px;
  }

  .bankruptcy-badge__icon::after
  {
    content: '';
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 105px;
    height: 105px;
    border: 1px solid rgba(196, 154, 119, 0.4);
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    transform: rotate(45deg);
  }

  .bankruptcy-badge__icon--individual
  {
    background-image: 
      url('img/icons/bankruptcy/individual.png'),
      linear-gradient(90deg, rgba(158,90,108,1) 0%, rgba(47,111,110,1) 100%);
  }

  .bankruptcy-badge:hover .bankruptcy-badge__icon--individual
  {
    background-image: 
      url('img/icons/bankruptcy/individual.png'),
      linear-gradient(-90deg, rgba(158,90,108,1) 0%, rgba(47,111,110,1) 100%);
  }
}

@media (min-width: 992px)
{
  .bankruptcy-badge__icon
  {
    width: 120px;
    height: 120px;
    margin: 30px 30px 30px 30px;
    background-size: 70px;
  }

  .bankruptcy-badge__icon::after
  {
    right: -14px;
    bottom: -14px;
    width: 140px;
    height: 140px;
  }

  .bankruptcy-badge__icon--legal-entity
  {
    background-size: 70px;
  }

  .bankruptcy-badge__icon--individual
  {
    background-size: 70px, auto;
  }

  .bankruptcy-badge__icon--enterpreneur
  {
    background-size: 70px;
  }
}


.bankruptcy-badge__title
{
  margin: 0px 0px 0px 0px;
  padding: 0px 15px 0px 20px;
  color: #554848;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
}

@media (min-width: 768px)
{
  .bankruptcy-badge__title
  {
    padding: 20px 10px 0px 10px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
  }
}

@media (min-width: 992px)
{
  .bankruptcy-badge__title
  {
    padding: 30px 10px 0px 10px;
    font-size: 20px;
  }
}

.bankruptcy-badge__link
{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  font-size: 0;
}


.bankruptcy-advantages
{
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

@media (min-width: 768px)
{
  .bankruptcy-advantages
  {
    flex-direction: row;
  }
}

.bankruptcy-advantages__item
{
  display: flex;
  flex-direction: row;
  margin: 0px 0px 30px 0px;
}

.bankruptcy-advantages__item:last-child
{
  margin-bottom: 0px;
}

@media (min-width: 768px)
{
  .bankruptcy-advantages__item
  {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin: 0px 5px 0px 5px;
  }
}

.bankruptcy-advantages__item-icon
{
  flex: 0 0 45px;
  max-width: 45px;
  height: 45px;
  margin: 0px 15px 0px 0px;
  border-radius: 10px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px;
}

.bankruptcy-advantages__item-icon--installment
{
  background-image: url('img/icons/bankruptcy-advantages/icon1.png');;
}

.bankruptcy-advantages__item-icon--result
{
  background-image: url('img/icons/bankruptcy-advantages/icon2.png');;
}

.bankruptcy-advantages__item-icon--manager
{
  background-image: url('img/icons/bankruptcy-advantages/icon3.png');;
}

.bankruptcy-advantages__item-icon--timing
{
  background-image: url('img/icons/bankruptcy-advantages/icon4.png');;
}

.bankruptcy-advantages__item-icon--money
{
  background-image: url('img/icons/bankruptcy-advantages/icon5.png');;
}

.bankruptcy-advantages__item-icon--approach
{
  background-image: url('img/icons/bankruptcy-advantages/icon6.png');;
}

@media (min-width: 992px)
{
  .bankruptcy-advantages__item-icon
  {
    flex: 0 0 65px;
    max-width: 65px;
    height: 65px;
    background-size: 50px;
  }
}

.bankruptcy-advantages__item-detail
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.bankruptcy-advantages__item-title
{
  margin: 0px 0px 10px 0px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
}

@media (min-width: 992px)
{
  .bankruptcy-advantages__item-title
  {
    font-size: 20px;
  }
}

.bankruptcy-advantages__item-desc
{
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
}

@media (min-width: 992px)
{
  .bankruptcy-advantages__item-desc
  {
    font-size: 16px;
  }
}


.bankruptcy-effective-tool-text
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #554646;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 768px)
{
  .bankruptcy-effective-tool-text
  {
    font-size: 15px;
  }
}

@media (min-width: 992px)
{
  .bankruptcy-effective-tool-text
  {
    font-size: 18px;
  }
}


.bankruptcy-special-offers
{
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

@media (min-width: 768px)
{
  .bankruptcy-special-offers
  {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 800px;
  }
}

@media (min-width: 992px)
{
  .bankruptcy-special-offers
  {
    max-height: 830px;
  }
}

@media (min-width: 1200px)
{
  .bankruptcy-special-offers
  {
    max-height: 880px;
  }
}

.bankruptcy-special-offer
{
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
}

.bankruptcy-special-offer:not(:last-child)
{
  margin-bottom: 30px;
}

@media (min-width: 768px)
{
  .bankruptcy-special-offer
  {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .bankruptcy-special-offer:nth-child(1)
  {
    order: -1;
  }

  .bankruptcy-special-offer:nth-child(2)
  {
    order: 1;
  }

  .bankruptcy-special-offer:nth-child(3)
  {
    order: -1;
  }

  .bankruptcy-special-offer:nth-child(4)
  {
    order: 1;
  }
}

.bankruptcy-special-offer__header
{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.bankruptcy-special-offer__number
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 50px;
  max-width: 50px;
  width: 50px;
  height: 50px;
  margin: 7px 7px 7px 7px;
  padding: 0px 0px 0px 0px;
  
  border-radius: 50%;
  background-color: #398881;
  -webkit-box-shadow:
    0 0 0 5px #ffffff, 
    0 0 0 7px rgba(0, 119, 111, 0.1);
  box-shadow: 
    0 0 0 5px #ffffff, 
    0 0 0 7px rgba(0, 119, 111, 0.1);
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  text-align: center;
}

@media (min-width: 992px)
{
  .bankruptcy-special-offer__number
  {
    flex: 0 0 60px;
    max-width: 60px;
    width: 60px;
    height: 60px;
    font-size: 35px;
  }
}

@media (min-width: 1200px)
{
  .bankruptcy-special-offer__number
  {
    flex: 0 0 80px;
    max-width: 80px;
    width: 80px;
    height: 80px;
    font-size: 42px;
  }
}


.bankruptcy-special-offer__title
{
  position: relative;
  flex-grow: 1;
  margin: 0px 0px 0px 9px;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid rgba(189, 189, 189, 0.4);
  color: #d39b76;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  text-transform: uppercase;
}

.bankruptcy-special-offer__title::after
{
  content: '\f2f9';
  position: absolute;
  right: 0px;
  bottom: -28px;
  color: #bdbdbd;
  font-family: 'Material-Design-Iconic-Font';
  font-size: 25px;
  line-height: 1;
}

.bankruptcy-special-offer--expand .bankruptcy-special-offer__title::after
{
  content: '\f2fc';
}

@media (min-width: 768px)
{
  .bankruptcy-special-offer__title
  {
    border-bottom: 0;
    font-size: 14px;
  }

  .bankruptcy-special-offer__title::after
  {
    content: none;
  }
}

@media (min-width: 992px)
{
  .bankruptcy-special-offer__title
  {
    margin: 0px 0px 0px 15px;
    font-size: 18px;
  }
}

@media (min-width: 1200px)
{
  .bankruptcy-special-offer__title
  {
    font-size: 20px;
  }
}

.bankruptcy-special-offer__content
{
  margin: 0px 0px 0px 0px;
  padding: 20px 20px 0px 25px;
}

.bankruptcy-special-offer__content,
.bankruptcy-special-offer__content p,
.bankruptcy-special-offer__content li
{
  color: #524848;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}

.bankruptcy-special-offer__content ul
{
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.bankruptcy-special-offer__content ul li
{
  position: relative;
  padding: 0px 0px 0px 30px;
  margin: 0px 0px 0px 0px;
}

.bankruptcy-special-offer__content ul li:not(:last-child)
{
  margin-bottom: 10px;
}

.bankruptcy-special-offer__content ul li::before
{
  content: '';
  position: absolute;
  top: 10px;
  left: 0px;
  width: 20px;
  height: 1px;
  background-color: rgba(0, 120, 111, 0.3);
}

.bankruptcy-special-offer__content ul li::after
{
  content: '';
  position: absolute;
  top: 10px;
  left: 0px;
  width: 5px;
  height: 1px;
  background-color: #8cac3b;
}

@media (min-width: 768px)
{
  .bankruptcy-special-offer__content
  {
    padding: 0px 0px 0px 70px;
  }

  .bankruptcy-special-offer__content,
  .bankruptcy-special-offer__content p,
  .bankruptcy-special-offer__content li
  {
    font-size: 14px;
  }
}

@media (min-width: 992px)
{
  .bankruptcy-special-offer__content
  {
    padding: 0px 0px 0px 90px;
  }

  .bankruptcy-special-offer__content,
  .bankruptcy-special-offer__content p,
  .bankruptcy-special-offer__content li
  {
    font-size: 16px;
  }

  .bankruptcy-special-offer__content ul li
  {
    padding: 0px 0px 0px 40px;
  }

  .bankruptcy-special-offer__content ul li::before
  {
    top: 14px;
    width: 30px;
  }

  .bankruptcy-special-offer__content ul li::after
  {
    top: 14px;
    width: 10px;
  }
}

@media (min-width: 1200px)
{
  .bankruptcy-special-offer__content
  {
    padding: 0px 0px 0px 105px;
  }

  .bankruptcy-special-offer__content,
  .bankruptcy-special-offer__content p,
  .bankruptcy-special-offer__content li
  {
    font-size: 16px;
  }

  .bankruptcy-special-offer__content ul li::before
  {
    top: 14px;
    width: 30px;
  }

  .bankruptcy-special-offer__content ul li::after
  {
    top: 14px;
    width: 10px;
  }
}


.free-consultation-advantages
{
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 35px 15px 35px 15px;
  border-radius: 5px;
  background: rgb(178,87,107);
  background: linear-gradient(45deg, rgba(178,87,107,1) 0%, rgba(0,153,154,1) 100%);
}

@media (min-width: 768px)
{
  .free-consultation-advantages
  {
    margin: -60px 0px 0px 0px;
    padding: 30px 25px 40px 30px;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: #ffffff;
    background-image: url('img/bg/bg-form-free-consultation.jpg');
    background-size: contain;
    box-shadow: 0px 0px 10px 0px rgba(87, 87, 87, 0.4);
  }
}

@media (min-width: 992px)
{
  .free-consultation-advantages
  {
    padding: 30px 30px 40px 50px;
  }
}

@media (min-width: 1200px)
{
  .free-consultation-advantages
  {
    padding: 30px 35px 40px 60px;
  }
}

.free-consultation-advantages__title
{
  position: relative;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 20px 0px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}

.free-consultation-advantages__title::before
{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 80px;
  height: 1px;
  margin: 0px 0px 0px -40px;
  padding: 0px 0px 0px 0px;
  background-color: rgba(255, 255, 255, 0.4);
}

.free-consultation-advantages__title::after
{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 20px;
  height: 1px;
  margin: 0px 0px 0px -10px;
  padding: 0px 0px 0px 0px;
  background-color: #ffffff;
}

@media (min-width: 768px)
{
  .free-consultation-advantages__title
  {
    margin: 0px 0px 35px 0px;
    padding: 35px 0px 30px 0px;
    color: #524848;
    font-size: 20px;
    text-align: left;
  }

  .free-consultation-advantages__title::before
  {
    left: 0px;
    margin: 0px 0px 0px 0px;
    background-color: rgba(211, 155, 118, 0.4);
  }

  .free-consultation-advantages__title::after
  {
    left: 0px;
    margin: 0px 0px 0px 0px;
    background-color: #d39b76;
  }
}

@media (min-width: 992px)
{
  .free-consultation-advantages__title
  {
    margin: 0px 0px 40px 0px;
    padding: 40px 0px 35px 0px;
    font-size: 30px;
  }
}


.free-consultation-advantages__list
{
  list-style: none;
  margin: 0px 0px 50px 0px;
  padding: 0px 0px 0px 0px;
}

.free-consultation-advantages__item
{
  position: relative;
  min-height: 20px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 30px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
}

.free-consultation-advantages__item:not(:last-child)
{
  margin-bottom: 20px;
}

.free-consultation-advantages__item::before
{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.free-consultation-advantages__item::after
{
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
}

@media (min-width: 768px)
{
  .free-consultation-advantages__item
  {
    color: #524848;
    font-size: 14px;
  }

  .free-consultation-advantages__item b
  {
    color: #c49a77;
  }

  .free-consultation-advantages__item:not(:last-child)
  {
    margin-bottom: 20px;
  }

  .free-consultation-advantages__item::before
  {
    border: 1px solid #d39b76;
  }

  .free-consultation-advantages__item::after
  {
    background-color: #d39b76;
  }
}

@media (min-width: 992px)
{
  .free-consultation-advantages__item
  {
    font-size: 18px;
  }

  .free-consultation-advantages__item:not(:last-child)
  {
    margin-bottom: 25px;
  }
}


.bankruptcy-cards
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

@media (min-width: 768px)
{
  .bankruptcy-cards
  {
    margin: -60px 0px 0px 0px;
  }
}

.bankruptcy-card
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

@media (min-width: 768px)
{
  .bankruptcy-card
  {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(87, 87, 87, 0.4);
  }
}

.bankruptcy-card__title
{
  padding: 12px 0px 12px 0px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  background-color: #54a29e;
}

@media (min-width: 768px)
{
  .bankruptcy-card__title
  {
    padding: 18px 20px 18px 20px;
    font-size: 25px;
    text-transform: inherit;
    text-align: left;
    background: rgb(158,87,106);
    background: linear-gradient(90deg, rgba(158,87,106,1) 0%, rgba(76,153,144,1) 100%);
  }
}

@media (min-width: 992px)
{
  .bankruptcy-card__title
  {
    padding: 25px 25px 25px 25px;
    font-size: 28px;
  }
}

@media (min-width: 1200px)
{
  .bankruptcy-card__title
  {
    padding: 30px 30px 30px 30px;
    font-size: 32px;
  }
}

.bankruptcy-card__content
{
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 25px 10px;
  background-color: #ffffff;
}

@media (min-width: 768px)
{
  .bankruptcy-card__content
  {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 15px 20px 35px 20px;
  }
}

@media (min-width: 992px)
{
  .bankruptcy-card__content
  {
    padding: 15px 25px 35px 25px;
  }
}

@media (min-width: 1200px)
{
  .bankruptcy-card__content
  {
    padding: 15px 30px 35px 30px;
  }
}

.bankruptcy-card__subtitle
{
  padding: 0px 0px 10px 0px;
  color: #5da7a2;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 768px)
{
  .bankruptcy-card__subtitle
  {
    font-size: 14px;
    text-align: left;
  }
}

@media (min-width: 992px)
{
  .bankruptcy-card__subtitle
  {
    font-size: 16px;
  }
}

@media (min-width: 1200px)
{
  .bankruptcy-card__subtitle
  {
    font-size: 18px;
  }
}

.bankruptcy-card__desc,
.bankruptcy-card__desc p
{
  color: #554646;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  text-align: justify;
}

@media (min-width: 768px)
{
  .bankruptcy-card__desc
  {
    flex-grow: 1;
  }

  .bankruptcy-card__desc,
  .bankruptcy-card__desc p
  {
    font-size: 14px;
  }
}

@media (min-width: 992px)
{
  .bankruptcy-card__desc,
  .bankruptcy-card__desc p
  {
    font-size: 16px;
  }
}

@media (min-width: 1200px)
{
  .bankruptcy-card__desc,
  .bankruptcy-card__desc p
  {
    font-size: 18px;
  }
}

.bankruptcy-card__link-wrapper
{
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  text-align: center;
}

@media (min-width: 768px)
{
  .bankruptcy-card__link-wrapper
  {
    text-align: right;
  }
}

.bankruptcy-card__read-more
{
  color: #bb8d62;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-decoration: underline;
  -webkit-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  transition: 0.7s ease;
}

.bankruptcy-card__read-more:hover
{
  color: #8cac3b;
}

@media (min-width: 768px)
{
  .bankruptcy-card__read-more
  {
    font-size: 14px;
  }
}

@media (min-width: 992px)
{
  .bankruptcy-card__read-more
  {
    font-size: 16px;
  }
}

@media (min-width: 1200px)
{
  .bankruptcy-card__read-more
  {
    font-size: 18px;
  }
}


.write-us
{
  margin: 0px 0px 0px 0px;
  padding: 35px 10px 35px 10px;
  border-radius: 5px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
  background-image: url('img/bg/bg-form-write-us.jpg');
  background-size: cover;
  box-shadow: 0px 0px 10px 0px rgba(87, 87, 87, 0.4);
}

@media (min-width: 768px)
{
  .write-us
  {
    margin: -50px 0px 0px 0px;
    padding: 30px 25px 40px 30px;
  }
}

@media (min-width: 992px)
{
  .write-us
  {
    padding: 30px 30px 40px 50px;
  }
}

@media (min-width: 1200px)
{
  .write-us
  {
    padding: 30px 35px 40px 60px;
  }
}

.write-us__title
{
  position: relative;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 20px 0px;
  color: #554646;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}

.write-us__title::before
{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 80px;
  height: 1px;
  margin: 0px 0px 0px -40px;
  padding: 0px 0px 0px 0px;
  background-color: rgba(211, 155, 118, 0.4);
}

.write-us__title::after
{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 20px;
  height: 1px;
  margin: 0px 0px 0px -10px;
  padding: 0px 0px 0px 0px;
  background-color: #d39b76;
}

@media (min-width: 768px)
{
  .write-us__title
  {
    margin: 0px 0px 40px 0px;
    padding: 35px 0px 30px 0px;
    color: #524848;
    font-size: 22px;
    text-align: left;
  }

  .write-us__title::before
  {
    left: 0px;
    margin: 0px 0px 0px 0px;
  }

  .write-us__title::after
  {
    left: 0px;
    margin: 0px 0px 0px 0px;
  }
}

@media (min-width: 992px)
{
  .write-us__title
  {
    margin: 0px 0px 40px 0px;
    padding: 40px 0px 35px 0px;
    font-size: 32px;
  }
}

.write-us__subtitle
{
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 0px 0px;
  color: #d39b76;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 768px)
{
  .write-us__subtitle
  {
    margin: 0px 0px 45px 0px;
    font-size: 18px;
    text-align: left;
    text-transform: initial;
  }
}

@media (min-width: 992px)
{
  .write-us__subtitle
  {
    margin: 0px 0px 50px 0px;
    font-size: 20px;
  }
}

@media (min-width: 1200px)
{
  .write-us__subtitle
  {
    margin: 0px 0px 35px 0px;
    font-size: 22px;
  }
}


.write-us__messengers
{
  width: 260px;
  margin: 0px auto;
  padding: 0px 0px 40px 0px;
}

@media (min-width: 768px)
{
  .write-us__messengers
  {
    width: 280px;
    margin: 0px 0px 0px 0px;
  }
}

@media (min-width: 768px)
{
  .write-us__messengers
  {
    width: 300px;
  }
}

.write-us__messenger
{
  position: relative;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 20px 10px 20px 85px;

  border: 2px solid #c8c8c8;
  border-radius: 6px;

  color: #554646;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-decoration: none;
}

.write-us__messenger:not(:last-child)
{
  margin-bottom: 15px;
}

.write-us__messenger::after
{
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  width: 65px;
  border-radius: 6px 0px 0px 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
}

.write-us__messenger--viber::after
{
  background-color: #8950a0;
  background-image: url('img/icons/social/viber_new.svg');
}

.write-us__messenger--whatsapp::after
{
  background-color: #00c000;
  background-image: url('img/icons/social/whatsapp_new.svg');
}

.write-us__messenger--viber:hover
{
  border-color: #7b519c;
  color: #7b519c;
}

.write-us__messenger--whatsapp:hover
{
  border-color: #2ebf1f;
  color: #2ebf1f;
}

@media (min-width: 768px)
{
  .write-us__messenger
  {
    font-size: 14px;
  }
}

@media (min-width: 992px)
{
  .write-us__messenger
  {
    font-size: 16px;
  }
}


.bankruptcy-services
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.bankruptcy-service
{
  display: flex;
  flex-direction: column;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

@media (min-width: 576px)
{
  .bankruptcy-service
  {
    flex-direction: row;
  }
}

.bankruptcy-service__column
{
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.bankruptcy-service__column img
{
  display: block;
}

@media (min-width: 576px)
{
  .bankruptcy-service__column
  {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .bankruptcy-service:nth-child(odd) .bankruptcy-service__column:nth-child(1)
  {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bankruptcy-service:nth-child(even) .bankruptcy-service__column:nth-child(1)
  {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bankruptcy-service:nth-child(even) .bankruptcy-service__column:nth-child(2)
  {
    -ms-flex-order: -1;
    order: -1;
  }
}

@media (min-width: 768px)
{
  .bankruptcy-service__column
  {
    
  }
}

@media (min-width: 992px)
{
  .bankruptcy-service__column
  {
    
  }

  .bankruptcy-service:nth-child(odd) .bankruptcy-service__column:nth-child(1)
  {
    padding-right: 30px;
  }

  .bankruptcy-service:nth-child(even) .bankruptcy-service__column:nth-child(1)
  {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.bankruptcy-service__title
{
  position: relative;
  margin: 0px 0px 10px 0px;
  padding: 15px 0px 15px 0px;
  color: #d39b76;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-align: center;
}

.bankruptcy-service__title::before
{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -32px;
  width: 64px;
  height: 1px;
  background-color: rgba(196, 154, 119, 0.4);
}

.bankruptcy-service__title::after
{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 1px;
  background-color: #c49a77;
}

@media (min-width: 576px)
{
  .bankruptcy-service__title
  {
    font-size: 19px;
    text-align: left;
  }

  .bankruptcy-service__title::before
  {
    left: 0px;
    margin-left: 0px;
  }

  .bankruptcy-service__title::after
  {
    left: 0px;
    margin-left: 0px;
  }
}

@media (min-width: 768px)
{
  .bankruptcy-service__title
  {
    margin: 0px 0px 15px 0px;
    padding: 20px 0px 20px 0px;
    font-size: 19px;
  }
}

@media (min-width: 992px)
{
  .bankruptcy-service__title
  {
    margin: 0px 0px 20px 0px;
    padding: 30px 0px 25px 0px;
    font-size: 23px;
  }
}

@media (min-width: 1200px)
{
  .bankruptcy-service__title
  {
    margin: 0px 0px 25px 0px;
    padding: 35px 0px 30px 0px;
    font-size: 28px;
  }
}

.bankruptcy-service__desc
{
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 0px 0px;
  color: #555555;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}

@media (min-width: 576px)
{
  .bankruptcy-service__desc
  {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
  }
}

@media (min-width: 768px)
{
  .bankruptcy-service__desc
  {
    margin: 0px 0px 25px 0px;
    font-size: 13px;
  }

}

@media (min-width: 992px)
{
  .bankruptcy-service__desc
  {
    margin: 0px 0px 30px 0px;
    font-size: 14px;
  }
}

@media (min-width: 1200px)
{
  .bankruptcy-service__desc
  {
    margin: 0px 0px 30px 0px;
    font-size: 16px;
  }
}

.bankruptcy-service__button-wrapper
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 30px 0px;
  text-align: center;
}

@media (min-width: 576px)
{
  .bankruptcy-service__button-wrapper
  {
    text-align: left;
  }
}

@media (min-width: 768px)
{
  .bankruptcy-service__button-wrapper
  {
    
  }
}

@media (min-width: 992px)
{
  .bankruptcy-service__button-wrapper
  {
    padding: 0px 0px 20px 0px;
  }
}

.bankruptcy-service__button
{
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  color: #c49a77;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 35px 10px 35px;
  margin: 0px 0px 0px 0px;
  border: 2px solid #c49a77;
  border-radius: 8px;
  background-color: #ffffff;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.7s ease, background-color 0.7s;
  transition: color 0.7s ease, background-color 0.7s;
}

.bankruptcy-service__button:hover
{
  color: #ffffff;
  background-color: #c49a77;
}

@media (min-width: 768px)
{
  .bankruptcy-service__button
  {
    padding: 10px 35px 10px 35px;
    font-size: 12px;
  }
}

@media (min-width: 992px)
{
  .bankruptcy-service__button
  {
    padding: 10px 35px 10px 35px;
    font-size: 14px;
  }
}

@media (min-width: 1200px)
{
  .bankruptcy-service__button
  {
    padding: 10px 45px 10px 45px;
    font-size: 16px;
  }
}

/*hardkod*/
.steps_block_container .steps_block_title {
  margin-left: 298px;
}

.page-header__bottom,
.second-nav-menu {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 1400px) {
  .steps__container {
    width: 698px;
    left: 155px;
  }
  .steps_block {
    max-width: 700px;
  }
  .steps_block_container {
    margin-left: 0 !important;
  }
  .steps_main .steps__container {
    left: 0px;
    width: 760px;
  }
  .page-header__top .pb-xl-3 {
    padding-top: 12px !important;
    padding-bottom: 8px !important;
  }
  .addresses--page-header {
      padding-bottom: 0px;
  }
  .page-header-banner__slide-title {
    padding-bottom: 15px;
  }
}

@media (max-width: 1100px) {
  .steps_main .steps__container {
      left: 0px;
      width: 100%;
  }
  .page-section--order-service .container-xl {
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1100px) and (min-width: 768px) {
  .steps_main .steps__container {
    max-width: calc(100% - 230px);
  }
}


.blog-post-detail__bookmark {
 display: none;
}
/*hardkod end*/

/*Правки по верстке блоков*/

.jur_right_block_title {
  margin-top: 0px;
  padding-top: 0px;
}

.footer_email {
  padding-left: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
}
.footer_email a {
  color: inherit;
}
@media (min-width: 768px) {
  .free-consultation-advantages .lite-form-v1 {
    background: #e9e9e9;
    border-color: #e9e9e9;
  }
  .free-consultation-advantages .lite-form-v1__container {
    border-color: #e9e9e9;
  }
}


.footer__menu + .footer__menu{
  margin-top: 1rem;
}
/* change header */
@media (min-width: 992px) and (max-width: 1199px) {
  .addresses--page-header {
    padding-left: 20%;
    justify-content: flex-start;
  }
  .page-header__wrapper {
    padding-left: 20%;
  }
  .header .page-header__wrapper {
    padding-left: 10%;
  }
}
/* change header */
@media (min-width: 1200px) {
  .footer-col-wrapper .footer__menu-block {
    flex-wrap: nowrap;
  }
  .footer__menu + .footer__menu{
    margin-top: unset;
  }
}

footer .button {
  background-color: var(--sec-btn-clr, #148f2b);
  border-color: var(--sec-btn-clr, #148f2b);
  color: #fff;
}

.tariff:focus .button.button--small.js-order-service,
footer .button:focus {
  background-color: var(--sec-btn-clr-hvr, #1B6329);
}

footer .button:hover {
  background-color: var(--sec-btn-clr-hvr, #1B6329);
  border-color: var(--sec-btn-clr-hvr, #1B6329);
  color: #fff;
}

.legal-address-list .button,
.legal-address-list .button:active,
.legal-address-list .button:focus,
.legal-address-list .button:hover {
  color: #fff;
  background-color: var( --color-blue-btn,#5A87B4);
  border-color: var( --color-blue-btn,#5A87B4);
}

.filter-address-form .button,
.filter-address-form .button:active,
.filter-address-form .button:focus,
.filter-address-form .button:hover {
  color: #fff;
  background-color: var( --color-blue-btn,#5A87B4);
  border-color: var( --color-blue-btn,#5A87B4);
}

/* hot fixed */
.advantage__title,
.lite-form-v1--service .any-questions__text,
.news-slider__title {
  font-size: 20px;
}
.news-slider__title {
  line-height: 28px;
}
.news-slider__preview-text {
  font-size: 16px;
  line-height: 20px;
}


.button--small,
.striped-table thead th, .striped-table tfoot td,
.striped-table tbody td,
.statistics-item__caption,
.our-service__tab-caption,
.form-field__input-text,
.step__desc,
.advantage__desc, .advantage__desc p, .advantage__desc li,
.contact__number, .contact .contact_txt,
.comment__name
{
  font-size: 18px!important;
}

.tariff__desc,
.tariff__service,
.tariff__services-caption,
.comment__admin-title,
.comment__message {
  font-size: 16px;
}
.comment__admin-message {
  font-size: 16px;
}
.services-menu__submenu .services-menu__subitem {
  line-height: 1.1;
}
.services-menu__submenu .services-menu__subitem:not(:last-of-type) {
  margin-bottom: .5em;
}

/* mob menu */
.mob-main-menu > .menu-item {
  text-transform: uppercase;
}
.drop-menu.sub-menu.ul0 >.menu-item.sub-menu-item.drop-sub .menu-link {
  font-size: 18px;
}

.page-header__callback {
  font-size: 14px;
  cursor: pointer;
  border-bottom: 1px dashed #6d6f81;
  line-height: 1;
  margin-right: 1em;
  border-radius: unset;
  margin-right: 7px;
}
.page-header__right {
  padding-left: 1em;
}
.page-header__right-container {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.header__left {
  padding-right: calc(var(--space) + 8px);
}
.social {
  display: flex;
  flex-wrap: nowrap;
}
.social .social__item + .social__item{
  margin-left: 5px;
}
.social__item {
  font-size: 0;
  line-height: 0;
  transition-duration: .3s;
}
.social__item--black {
  color: #000;
}
.social__item--whatsapp {
  color: #8cac3b;
}
:is(.page-header:not(.header)) .social__item svg path {
  fill: currentColor!important;
}
:is(.page-header:not(.header)) .social__item:hover svg path {
  fill: currentColor!important;
}
.social__item--whatsapp {
  color: #45b24b;
}
.social__item--whatsapp:hover {
  color: #25D366;
}
.social__item--telegram {
  color: var(--head-color);
}
.social__item--telegram:hover {
  color: #2AABEE;
}

/*TODO not use grid table */
@media (max-width: 480px) {
  .grid-table,
  .grid-table tbody {
    display: block;
    border: none;
  }
  .grid-table tr {
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
  }
  /* .grid-table tr:not(:last-child) {
    margin-bottom: 1em;
  } */
  .grid-table tr td:first-of-type {
    font-weight: bold;
  }

  .grid-table td {
    border: none;
  }
  .grid-table td:empty {
    display: none;
  }

  .social__item svg {
    aspect-ratio: 1;
  }
}

@media (max-width: 480px) {
  .table--v1 {
    line-height: 1.2;
  }
  .table--v1 tbody td {
    padding: 5px;
    font-size: 16px!important;
  }
  .table--v1 tr td:nth-child(2) {
    width: 50px;
    min-width: 50px;
    text-align: center;
  }
  .table--v1 tr td:nth-child(3) {
    width: 73px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .new_header_row--modifier {
    align-items: center;
  }
  .new_header_row--modifier .page-header__wrapper {
    display: none;
  }
  .new_header_row--modifier .main-nav__logo-wrapper { 
    position: static;
    margin: unset;
    align-items: center;
    display: flex;
    padding: 5px;
    /* height: 100%; */
  }
  .new_header_row--modifier .main-nav__logo {
    /* width: calc(58vw - 120px); */
    width: auto;
    box-shadow: none;
  }
  .new_header_row--modifier .header__left {
    padding-right: 15px;
    justify-content: flex-end;
  }
}
@media (max-width: 600px) {
  .new_header_row--modifier .main-nav__logo {
    width: auto;
  }
  .new_header_row--modifier .main-nav__logo-wrapper {
    width: 60px;
    height: 60px;
    display: flex;

  }
}
@media (min-width: 992px) {
  .header__left {
    min-height: 55px;
  }
}
/* new banner */
.banner {
  background: #01052b;
  color: #f5f6f8;
  line-height: 1.3;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.banner__title {
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.banner__subtitle {
  font-size: 1.8em;
  margin-bottom: 1em;
  font-weight: 500;
}
.banner__row {
  align-items: center;
}
.banner__btn.button {
  min-width: 250px;
  padding: 19px 15px 19px 15px;
}
.banner__btn {
  font-size: 1.6em;
  text-decoration: unset;
  border-bottom: 2px solid;
  font-weight: 500;
}
.banner__btn {
  color: #fff;
  border-bottom-color: inherit;
}
.banner__imagebox {
  width: 100%;
  height: var(--height);
  height: 100%;
}
.banner__img {
  width: 100%;
  height: 100%;
  display: inline-block;
  object-fit: contain;
  object-position: right bottom;
  user-select: none;
  transform: translate(10%, 10%);
}
.header__phone {
  display: none;
  font-size: 0;
  line-height: 0;
  margin-right: 5px;
}
/* new header 2 */
.new_header_row--modifier-v2 .main-nav__logo{
  box-shadow: unset;
  background: unset;
  justify-content: flex-start;
}
.new_header_row--modifier-v2 .main-nav__logo-wrapper {
  margin: unset;
  position: static;
}

.new_header_row--modifier-v2 .page-header__wrapper {
  flex-basis: auto;
  max-width: unset;
  flex-grow: 1;
  justify-content: flex-end;
}
.responsive-img {
  max-width: 100%;
}
@media (max-width: 1199px) {
  .page-header:not(.header) .page-header__top .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .banner__img {
    transform: unset;
  }
}
@media (max-width: 767px) {
  .header__phone {
    display: block;
  }
  .banner__title {
    font-size: 2.2em;
    margin-bottom: .5em;
  }
  .banner__imagebox {
    margin-top: 2em;
  }

}
.main-nav__logo-img--mobile {
  max-width: 100%;
  max-height: 100%;
}
.main-nav__logo-img--desktop {
  display: none;
}
@media (max-width: 991px) {
  .page-header__top .new_header_row.new_header_row--modifier {
    background-color: #f3f3f3;
  }
}
@media (min-width: 768px) {
  .new_header_row--modifier-v2 .header__left {
    padding-right: unset;
  }
}
@media (min-width: 800px) {
  .main-nav__logo-img--mobile {
    display: none;
  }
  .main-nav__logo-img--desktop {
    display: block;
  }
}
.legal-address-rent__price,
.legal-address-rent__currency {
  color: var(--color-blue-btn, #5A87B4);
}
.form .button,
.form .button:hover,
.form .button:focus {
  background-color: var(--color-blue-btn);
  border-color: var(--color-blue-btn);
  color: #fff;
}
.form--comments.form .button:not(:hover):not(:active):not(:focus) {
  background-color: #d5d5d5;
  border-color: #d5d5d5;
  color: var(--text-color, #333);
}
.form--comments .form__title,
.form--comments .form__footer {
  text-align: left;
}
.form--comments .form__title {
  font-size: 24px;
  text-transform: unset;
  font-weight: 600;
  font-size: 18px;
  padding: 0;
}
.form--comments .form__row-agree,
.form--comments .form__title:before,
.form--comments .form__title:after {
  display: none;
}
.our-service__title {
  /* color: var(--link-color, #05070a); */
}