

/* Start:/local/templates/new_rs_account_GREEN/components/bitrix/menu/services/style.css?16341964152513*/
.services-menu
{
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border-top: 1px solid #f3f3f3;
  background-color: #fdfdfd;
}

.services-menu__item
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border-bottom: 1px solid #f3f3f3;
}

.services-menu__item:hover
{
  background-color: #f6f6f6;
}

.services-menu__item-link
{
  position: relative;
  display: block;
  color: #000;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
  padding: 17px 20px 16px 50px;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase

}

.services-menu__item-link::before
{
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 11;
  width: 33px;
  height: 33px;
  margin: -16px 0px 0px 0px;
  border: 1px solid rgba(0, 120, 111, 0.1);
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url('/local/templates/new_rs_account_GREEN/components/bitrix/menu/services/images/menu-item.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 13px;
}

.services-menu__item:hover .services-menu__item-link
{
  color: #8cac3b;
  border-bottom-color: #c49a77;
}

.services-menu__item:hover .services-menu__item-link::before
{
  border-color: #ffffff;
}

@media (min-width: 992px)
{
  .services-menu__item-link::before
  {
    background-size: 15px 15px;
  }
}

@media (min-width: 1200px)
{
  .services-menu__item-link::before
  {
    background-size: 17px 17px;
  }
}

.services-menu__submenu
{
  list-style: none;
  padding: 10px 20px 15px 20px;
  margin: 0px 0px 0px 0px;
}

.services-menu__subitem
{
  position: relative;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  padding: 0px 0px 0px 22px;
  margin: 0px 0px 0px 0px;
}

.services-menu__subitem::before
{
  content: '';
  position: absolute;
  top: 8px;
  left: 0px;
  width: 15px;
  height: 1px;
  background: rgba(0, 120, 111, 0.3);
}

.services-menu__subitem::after
{
  content: '';
  position: absolute;
  top: 8px;
  left: 0px;
  width: 5px;
  height: 1px;
  background: rgba(0, 120, 111, 1);
}

.services-menu__subitem:not(:last-child)
{
  margin-bottom: 10px;
}

.services-menu__subitem-link
{
  color: #01052b;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.services-menu__subitem-link:hover
{
  color: #8cac3b;
  text-decoration: none;
}
/* End */


/* Start:/local/templates/new_rs_account_GREEN/components/bitrix/menu/second/style.css?16226218513272*/
.second-nav
{
  position: relative;
}

.second-nav__toggle
{
  color: #00786f;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  padding: 16px 15px 16px 50px;
  margin: 0px 0px 0px 0px;
  border: 1px solid #00786f;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
  outline: none;
}

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

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


@media (min-width: 992px)
{
  .second-nav__toggle
  {
    display: none;
  }
}

.second-nav__menu-wrapper
{
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 15;
  display: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-color: #ffffff;
  -webkit-box-shadow:
    5px 5px 20px -7px rgba(102, 102, 102, 0.25);
  box-shadow:
    5px 5px 20px -7px rgba(102, 102, 102, 0.25);
}

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

@media (min-width: 992px)
{
  .second-nav__menu-wrapper
  {
    position: static;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}


.second-nav-menu
{
  list-style: none;
  padding: 6px 0px 6px 0px;
  margin: 0px 0px 0px 0px;
}

@media (min-width: 992px)
{
  .second-nav-menu
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px 0px 0px 0px;
  }
}

.second-nav-menu__item
{
  position: relative;
  padding: 9px 15px 9px 25px;
  margin: 0px 0px 0px 0px;
}

.second-nav-menu__item::before
{
  content: '';
  position: absolute;
  top: 50%;
  left: 13px;
  width: 2px;
  height: 2px;
  background-color: #00786f;
}

@media (min-width: 992px)
{
  .second-nav-menu__item
  {
    padding: 10px 20px 10px 20px;
  }

  .second-nav-menu__item::before
  {
    right: 0px;
    left: auto;
  }

  .second-nav-menu__item:last-child::before
  {
    content: none;
  }
}

@media (min-width: 1200px)
{
  .second-nav-menu__item
  {
    padding: 8px 20px 8px 20px;
  }
}

.second-nav-menu__item-link
{
  color: #01052b;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}

.second-nav-menu__item-link--selected
{
  color: #c49a77;
}

.second-nav-menu__item-link:hover
{
  color: #c49a77;
}

@media (min-width: 992px)
{
  .second-nav-menu__item-link
  {
    font-size: 14px;
  }
}
/* End */


/* Start:/local/templates/new_rs_account_GREEN/components/bitrix/breadcrumb/rs_breadcrumb/style.css?1622621851675*/
.breadcrumb
{

}

.breadcrumb__arrow
{
  display: inline-block;
  width: 25px;
  height: 6px;
  padding: 0px 0px 0px 0px;
  margin: 0px 5px 0px 5px;

  background-image: url('/local/templates/new_rs_account_GREEN/components/bitrix/breadcrumb/rs_breadcrumb/./images/arrow.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.breadcrumb__item
{
  display: inline-block;
}

.breadcrumb__title
{
  color: #6d6f81;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}

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

@media (min-width: 992px)
{
  .breadcrumb__title
  {
    font-size: 14px;
  }
}
/* End */


/* Start:/local/templates/new_rs_account_GREEN/components/bitrix/menu/list-unstyled/style.min.css?1622621851747*/
div.menu-sitemap-tree{font-size:100%}div.menu-sitemap-tree ul{list-style-type:none;margin:0;padding:0 1em 0 0}div.menu-sitemap-tree ul ul{width:auto;margin:-0.75em 0 0 0;padding:0 0 0 .75em}div.menu-sitemap-tree li{margin:0 0 -0.85em 0;padding:0}div.menu-sitemap-tree li li{margin:0 0 -0.85em .5em;padding:0}div.menu-sitemap-tree li.menu-close ul{display:none}div.menu-sitemap-tree div.item-text{position:relative;top:-19px;left:19px}div.folder,div.page{background-repeat:no-repeat;width:17px;height:17px;vertical-align:top}div.folder{cursor:pointer;cursor:hand;background-image:url(/local/templates/new_rs_account_GREEN/components/bitrix/menu/list-unstyled/images/folder_open.gif)}div.menu-sitemap-tree li.menu-close div.folder{background-image:url(/local/templates/new_rs_account_GREEN/components/bitrix/menu/list-unstyled/images/folder_close.gif)}div.page{background-image:url(/local/templates/new_rs_account_GREEN/components/bitrix/menu/list-unstyled/images/page.gif)}
/* End */


/* Start:/local/templates/new_rs_account_GREEN/components/bitrix/news.list/page_header_banner/style.css?16398212026864*/
.swiper-container.page-header-banner
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.page-header-banner .swiper-wrapper
{
  box-sizing: border-box;
}

.page-header-banner__slide
{
  position: relative;
  height: 500px;
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0px 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.page-header-banner__slide::before
{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 119px;
  height: 190px;
  background-image: url('/local/templates/new_rs_account_GREEN/components/bitrix/news.list/page_header_banner/images/triangle.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.empty-content .page-header-banner__slide::before
{
  display: none;
}
.empty-content .page-header-banner__slide::after
{
  display: none;
}
.empty-content .page-header-banner__slide-footer {
  margin-top: 130px;
  margin-left: 50px;
}

.empty-content .page-header-banner__slide-title::after {
  display: none;
}

.empty-content .page-header-banner__slide-title::before {
  display: none;
}

@media (min-width: 769px)
{
  .page-header-banner__slide.mobile-picture {
    display: none !important;
  } 
}
@media (max-width: 768px)
{
  .empty-content .page-header-banner__slide{
    display: none !important;
  }
  .page-header-banner__slide.mobile-picture {
    display: block !important;
  } 
  .page-header-banner__slide {
    margin: 20px 0px 0px 0px;
  } 
  .page-header-banner__slide {
    background-size: contain;
    background-color: #f6f7f9;
  }
}
.page-header-banner__slide::after
{
  content: '';
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 88px;
  height: 140px;
  background-image: url('/local/templates/new_rs_account_GREEN/components/bitrix/news.list/page_header_banner/images/triangle.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

@media (min-width: 768px)
{
  .page-header-banner__slide
  {
    height: 580px;
    padding: 0px 25px 0px 25px;
  }

  .page-header-banner__slide::before
  {
    width: 122px;
    height: 195px;
  }

  .page-header-banner__slide::after
  {
    width: 100px;
    height: 160px;
  }
}

@media (min-width: 992px)
{
  .page-header-banner__slide
  {
    padding: 0px 40px 0px 40px;
  }
}

@media (min-width: 1200px)
{
  .page-header-banner__slide
  {
    height: 468px;
    padding: 0px 120px 0px 120px;
  }

  .page-header-banner__slide::before
  {
    width: 210px;
    height: 335px;
  }

  .page-header-banner__slide::after
  {
    width: 345px;
    height: 550px;
  }
}

.page-header-banner__slide-container
{
  position: relative;
  z-index: 1;
  padding: 75px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.page-header-banner__slide-header
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 180px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 30px 0px;
}

@media (min-width: 768px)
{
  .page-header-banner__slide-header
  {
    height: 100px;
    /*margin-bottom: 40px;*/
  }
}

.page-header-banner__slide-title
{
  position: relative;
  color: #ffffff;
  /*font-family: "Times New Roman", serif;*/
  font-family: "Verdana", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
  padding: 25px 0px 25px 0px;
  margin: 0px 0px 0px 0px;
}

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

.page-header-banner__slide-title::after
{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 150px;
  height: 1px;
  background-color: #c49a77;
}

@media (min-width: 768px)
{
  .page-header-banner__slide-title
  {
    font-size: 39px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .page-header-banner__slide-title::before
  {
    width: 650px;
  }
}

@media (min-width: 992px)
{
  .page-header-banner__slide-title
  {
    
  }

  .page-header-banner__slide-title::before
  {
    width: 500px;
  }
}

@media (min-width: 1200px)
{
  .page-header-banner__slide-title
  {
    font-size: 40px;
  }

  .page-header-banner__slide-title::before
  {
    width: 700px;
  }
}


.page-header-banner__slide-content,
.page-header-banner__slide-content p,
.page-header-banner__slide-content li
{
  color: #ffffff;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
}

.page-header-banner__slide-content
{
  margin: 0px 0px 30px 0px;
}

@media (min-width: 768px)
{
  .page-header-banner__slide-content,
  .page-header-banner__slide-content p,
  .page-header-banner__slide-content li
  {
    font-size: 16px;
  }
}

@media (min-width: 992px)
{
  .page-header-banner__slide-content,
  .page-header-banner__slide-content p,
  .page-header-banner__slide-content li
  {
    font-size: 16px;
  }
}

@media (min-width: 1200px)
{
  .page-header-banner__slide-content,
  .page-header-banner__slide-content p,
  .page-header-banner__slide-content li
  {
    font-size: 18px;
  }
}

.page-header-banner__slide-footer
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.page-header-banner.swiper-container-horizontal>.swiper-pagination-bullets
{
  bottom: 35px;
  text-align: left;
  padding-left: 10px;
}

@media (min-width: 768px)
{
  .page-header-banner.swiper-container-horizontal>.swiper-pagination-bullets
  {
    bottom: 45px;
    padding-left: 25px;
  }
}

@media (min-width: 992px)
{
  .page-header-banner.swiper-container-horizontal>.swiper-pagination-bullets
  {
    padding-left: 40px;
  }
}

@media (min-width: 1200px)
{
  .page-header-banner.swiper-container-horizontal>.swiper-pagination-bullets
  {
    padding-left: 115px;
  }
}

.page-header-banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet
{
  position: relative;
  width: 5px;
  height: 5px;
  margin: 0px 10px;
  background-color: #dbdbe1;
  opacity: 1;
}

.page-header-banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::before
{
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: 15px;
  height: 15px;
  border: 1px solid transparent;
  border-radius: 50%;
}

.page-header-banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active
{
  width: 5px;
  height: 5px;
  background-color: #c49a77;
}

.page-header-banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before
{
  border-color: #c49a77;
}
/* End */


/* Start:/local/templates/new_rs_account_GREEN/styles.css?163333121413471*/
body
{
  color: #01052b;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  min-width: 320px;
  background-color: #ffffff;
  /*overflow-x: hidden;*/
}


h1
{
  position: relative;
  color: #01052b;
  font-family: "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 15px 0px 15px 0px;
  overflow: hidden;
}

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

h1::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)
{
  h1
  {
    font-size: 38px;
  }
}

@media (min-width: 992px)
{
  h1
  {
    font-size: 32px;
  }
}

h2
{
  position: relative;
  color: #01052b;
  font-family: "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  padding: 15px 0px 15px 0px;
  overflow: hidden;
}

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

h2::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)
{
  h2
  {
    font-size: 23px;
  }
}

@media (min-width: 992px)
{
  h2
  {

  }
}


h3
{
  position: relative;
  color: #01052b;
  font-family: "Times New Roman", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  padding: 15px 0px 15px 0px;
  overflow: hidden;
}

h3::before
{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 75px;
  height: 1px;
  background-color: rgba(196, 154, 119, 0.4);
}

h3::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)
{
  h3
  {
    font-size: 24px;
  }
}

@media (min-width: 992px)
{
  h3
  {

  }
}
h2,h3 {
	font-size: 22px !important;
}
h1,h2,h3 {
	font-family: "Verdana", serif!important;
}
p,
li
{
  color: #01052b;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}

@media (min-width: 768px)
{
  p,
  li
  {
    font-size: 14px;
  }
}

@media (min-width: 992px)
{
  p,
  li
  {
    font-size: 15px;
  }
}

a
{
  color: #8cac3b;
  -webkit-transition: color 0.7s ease;
  -o-transition: color 0.7s ease;
  -moz-transition: color 0.7s ease;
  transition: color 0.7s ease;
}

a:hover
{
  color: #c49a77;
}

.grecaptcha-badge
{
  visibility: hidden;
}
.work-time{
  display: block;
}

.new_movile_header{
	display: none;
}

.main-nav_menu-overlay{
	display: none;
}

@media screen and (max-width: 767px){
	.new_movile_header{
		display: flex;
		width: 100%;
		height: 48px;    
		position: absolute;
	    top: 60px;
	    z-index: 10;
	    border-bottom: 1px solid rgba(243, 243, 243, 0.39);
	    background-color: rgba(0, 0,  0, 0.3);
	}
	
	.new_movile_header .button--top-callback{
        height: 47px;
	    position: absolute;
	    right: 0;
	    top: 1px;
	}
	
	.old_mobile_header{
		display: none;
	}
	
	.new_header_row{
		flex-wrap: wrap!important;
	}	
	
	.new_header_whatsapp{
		background-image: url(/local/templates/new_rs_account_GREEN/./img/icons/social/new_header_whatsapp.png);
		display: flex;
		width: 60px;
		height: 48px;
		background-size: cover;
	    background-size: 25px 25px;
	    background-repeat: no-repeat;
	    background-position: center;
	}
	
	.new_header_phone{
	    font-size: 16px;
	    text-decoration: none;
	    color: #ffffff;
	    display: flex;
	    align-items: center;
	    position: absolute;
	    right: 60px;
	    height: 48px;
	    width: calc(100vw - 120px);
	    text-align: center;
	    justify-content: space-around;
	}

	.main-nav_menu-overlay{
		display: none;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: fixed;
		z-index: 19;
		background-color: rgba(255, 255, 255, 0)
	}
	
	.main-nav_menu-overlay.menu_opened{
		display: block;
	}
}

/*NEW*/
.step__number {
    color: #c49a77;
	border-color: #c49a77;
	-webkit-box-shadow: 0 0 0 5px #fdfdfd, 0 0 0 6px rgb(120 89 0 / 10%), 0 10px 35px 14px rgb(102 102 102 / 8%);
}
.tariff__header {
    background-color: #8cac3b;
}
.tariff__price {
    color: #8cac3b;
}
.tariff__currency {
    color: #8cac3b;
}
.comments .button--small {
    border: 1px solid #8cac3b;
    background-color: #8cac3b;
}
.news-slider .swiper-scrollbar-drag {
    background-color: #c49a77;
}
.second-nav__toggle {
    color: #8cac3b;
    border: 1px solid #8cac3b;
}
.second-nav--closed .second-nav__toggle::before {
    color: #8cac3b;
}
.blog-post__add-comment {
    color: #8cac3b;
}
.blog-post__add-comment::before {
    color: #8cac3b;
}
.documents-slider__slide-overlay::after {
    color: #8cac3b;
}
.our-service__title {
    color: #8cac3b;
}	
.swiper-button-prev::before {
    background-color: #8cac3b73 !important;
}
.swiper-button-next::before {
    background-color: #8cac3b73 !important;
}
.tariff__service-wrapper {
    color: #8cac3b;
}
.services-menu__subitem::after {
    background: #c49a77;
}
.services-menu__subitem::before {
    background: #c49a7794;
}
.second-nav--opened .second-nav__toggle::before {
    color: #8cac3b;
}


.second-nav-menu__item::before {
    background-color: #8cac3b;
}
.tariff {
    -webkit-box-shadow: none;
    /* box-shadow: 0px 0px 5px 0px rgb(102 102 102 / 50%); */
}

/*NEW  #8cac3b73  #c49a77*/

/*1046383*/


.tariff__header
{
  position: relative;
  top: 0px;
  left: 0px;
}
.tariff__icon-wrapper{
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 24px 25px;
  top: -61px;
  left: 29%;
-webkit-box-shadow: 0 0 0 1px #8cac3b, 0 0 0 0px #fff, 0 0 0 10px #fff, 0 10px 32px 23px rgb(102 102 102 / 0%);
    border-radius: 100%;
  border: 2px solid #fff;
  background-color: #fff; 
}
.p-0 .row.justify-content-center{
    margin-top: 55px;
}
.tariff:hover .tariff__icon-wrapper {
    -webkit-box-shadow: 0 0 0 5px #fdfdfd, 0 0 0 6px #fff,  0 10px 35px 14px rgb(102 102 102 / 8%);
    background-color: #8cac3b;
	background-image: url(/local/templates/new_rs_account_GREEN/img/ico_tariff/doc_w.png); 
}
.p-2:nth-child(1n) .tariff__icon-wrapper
{
  background-image: url(/local/templates/new_rs_account_GREEN/img/ico_tariff/doc1_g.png); 
}
.p-2:nth-child(1n) .tariff:hover .tariff__icon-wrapper {
	background-image: url(/local/templates/new_rs_account_GREEN/img/ico_tariff/doc1_w.png); 
}
.p-2:nth-child(2n) .tariff__icon-wrapper
{
  background-image: url(/local/templates/new_rs_account_GREEN/img/ico_tariff/doc2_g.png); 
}
.p-2:nth-child(2n) .tariff:hover .tariff__icon-wrapper {
	background-image: url(/local/templates/new_rs_account_GREEN/img/ico_tariff/doc2_w.png); 
}
.p-2:nth-child(3n) .tariff__icon-wrapper
{
  background-image: url(/local/templates/new_rs_account_GREEN/img/ico_tariff/doc3_g.png); 
}
.p-2:nth-child(3n) .tariff:hover .tariff__icon-wrapper {
	background-image: url(/local/templates/new_rs_account_GREEN/img/ico_tariff/doc3_w.png); 
}
.tariff:hover .tariff__header {
    background-color: #8cac3b;
}
.tariff__header {
    background-color: #f8f8f8;
}
.tariff__title {
  font-size: 14px;
  padding: 57px 0 0;
  padding: 57px 0 0;
  color: #000;
}
.tariff:hover .tariff__title {
  font-size: 14px;
  padding: 57px 0 0;
  color: #fff;
}
.tariff:hover .button.button--small.js-order-service {
	background-color: #8cac3b;
	color: #fff;
}
.tariff .button.button--small.js-order-service {
	background-color: #fff;
	color: #000;
}
.tariff__padding {
  padding-top: 5rem!important;
}
.tariff__icon-wrapper {
    background: url(/local/templates/new_rs_account_GREEN/img/ico_tariff/doc_g.png) center center no-repeat;
	background-color: #fff;
    width: 102px;
    height: 103px;
}
@media (max-width: 600px)
{
    .tariff__icon-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 24px 25px;
    top: -70px;
    left: 32%;
    -webkit-box-shadow: 0 0 0 1px #8cac3b, 0 0 0 0px #fff, 0 0 0 10px #fff, 0 10px 32px 23px rgb(102 102 102 / 0%);
    border-radius: 100%;
    border: 1px solid #fff;
    background-color: #fff;

  }
    .col-12 .row .col-auto.p-2.p-lg-3 {
    margin-top: 32px;
	margin-bottom: 45px;

  }
  .tariff__title-wrapper {
    height: 100px;
    padding: 0px 15px 13px 15px;
    /* margin: 0px 0px 0px 0px; */
}
}
.legal-address-rent__price {
    color: #6c7d41;
}
.legal-address-rent__currency {
    color: #6c7d41;
}
.tariff .button:active {
    border-color: #8cac3b;
    background-color: #8cac3b;
}
/*1046383*/
/*1046385*/
.row .contact .contact_img1{
	text-align: center;
}
.contact__desc {
    font-size: 16px!important;
    font-weight: bold!important;
    text-transform: uppercase!important;
    line-height: 21px!important;
	color: #01052b!important;
	margin-bottom: 6px;
}
.contact__number {
    font-size: 15px !important;
    font-weight: bold!important;
    line-height: 21px!important;
	color: #6d6f81!important;
}
.contact .contact_txt {
	font-size: 15px !important;
    line-height: 21px!important;
	color: #6d6f81!important;
	text-align: center;
}
.contact .contact_more {
	font-size: 15px !important;
    line-height: 21px!important;
	color: #c49a77!important;
	text-align: center;
	padding-top:10px;
}
.contact .contact_img1 {
    margin-bottom: 20px;
}

/*1046385*/
/*1046386*/
.row .widget.widget--expand {
    border: 1px solid #bacd89;
}
.row .widget__header {
    background-color: #bacd89;
}
 .select-tax-number__input:checked + .select-tax-number__label {
    background-color: #8cac3b;
}
.row .select-tax-number__label {
    border: 1px solid #bacd89;
}
.row .select__input {
    border: 1px solid #bacd89;
}
.row  .checkbox__label::before {
    border: 1px solid #bacd89;
}
.row .jur_adress_banners {
    width: 100%;
    padding: 0px 15px 15px 15px;
	position: relative
}
.row .jur_adress_banners img{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
    padding: 0px 30px 0px 30px;
    margin: 0px 0px 0px 0px;
  
}

/*
.row .jur_adress_txt {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 42px;
    color: #fff;
    margin-bottom: 6px;
    position: absolute;
   top: 50%;                         
   transform: translate(50%, -50%);
}
@media (max-width: 1024px)
{
	.row .jur_adress_txt {
		font-family: "Times New Roman", serif!important;
		font-size: 17px;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 42px;
		color: #fff;
		margin-bottom: 6px;
		position: absolute;
		top: 45%;
		transform: translate(70%, -50%);
	}
}
@media (max-width: 750px)
{
	.row .jur_adress_txt {
		font-size: 16px;
		top: 40%;
		transform: translate(37%, -50%);
	}
}
@media (max-width: 450px)
{
	.row .jur_adress_txt {
		font-size: 16px;
		top: 40%;
		transform: translate(9%, -50%);
	}
}
@media (max-width: 320px){
.row .jur_adress_txt {
    font-size: 14px;
    top: 40%;
    transform: translate(7%, -50%);
}
}*/
.banners__title h3{
    color: #ffffff;
    font-family: "Times New Roman", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.banners__title h3::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 20px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
background-color: rgb(196 154 119 / 0%);
}
.banners__title h3::before {
 
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 75px;
background-color: rgb(196 154 119 / 0%);
}
.jur_adress_ban {
   color: #fff;
   background: url(/local/templates/new_rs_account_GREEN/img/jur_adress_banner.png) no-repeat;
   -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    /*background-size: 100%; */
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 190px;
    padding: 0px 30px 0px 30px;
    margin: 0px 0px 0px 0px;
}
@media (max-width: 750px)
{
.jur_adress_ban {

    height: 110px;

}
.banners__title h3{
    font-size: 20px;

}
}
.legal-address__content .col2 .legal-address__prop{
	display:block;
	float:left;
	width:49%;
	margin:  5px 0px 5px 0px;
	
	}
.legal-address__content .col2{
    display: flex;
    list-style-type: none;
    padding: inherit;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 5px;
    margin-bottom: 5px;
	}
.legal-address__content .l_a_p_1{
	/*margin:  5px 0px 5px 0px;*/
	padding: 2px 6px 2px 27px;
	}
.legal-address__photo::after {
    color: #8cac3b;

}

/*1046386*/
/*1046386*/
.pb-5 .right_block {
    -ms-flex: 0 0 100%;
    flex: 0%;
    max-width: 100%!important;
}

.row_jur {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: row;
}
.widget__header {
    background-color: #bacd89!important;
}
.services-menu__subitem-link.jur_left_menu {
    font-size: 15px!important;
}
/*END- 1046386*/
/* End */


/* Start:/local/templates/new_rs_account_GREEN/template_styles.css?164458217768288*/
.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: 1rem !important;
padding-top: 0 !;
}

.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: 992px)
{
  .page-header__wrapper
  {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -ms-flex: 0 0 380px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 380px;
       -moz-box-flex: 0;
            flex: 0 0 380px;
    max-width: 380px;
  }
}

@media (min-width: 1200px)
{
  .page-header__wrapper
  {
    -ms-flex: 0 0 640px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 640px;
       -moz-box-flex: 0;
            flex: 0 0 640px;
    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: #01052b;
  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-left: 285px;
  }
}

.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 .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;
}

.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: #8cac3b;
  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: #8cac3b;
  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;
  -webkit-box-shadow:
    20px 0px 35px 8px #f3f3f3;
  -moz-box-shadow:
    20px 0px 35px 8px #f3f3f3;
       box-shadow:
    20px 0px 35px 8px #f3f3f3;
}

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

@media (min-width: 992px)
{
  .main-nav__logo
  {
    width: 285px;
    height: 100%;
    min-height: 80px;
    margin: 0px 0px 0px 0px;
  }
}

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

@media (min-width: 768px)
{
  .main-nav__logo-wrapper
  {
    width: 200px;
    height: 54px;
    margin: -27px 0px 0px -100px;
  }
}

@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: 0px;
  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;
}

@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
{
  color: #01052b;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

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

.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;
  }
}

@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: 768px)
{
  .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: 992px)
{
  .phones--page-header
  {
    -ms-flex: 0 0 215px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 215px;
       -moz-box-flex: 0;
            flex: 0 0 215px;
    max-width: 215px;
  }
}

@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)
{
  .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;
  }
}

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

@media (min-width: 992px)
{
  .phone--page-header
  {
    -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;
  }
}

.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: #01052b;
  font-family: "Gotham Pro", "Arial", sans-serif;
  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;
  }
}

.phone__number:hover
{
  color: #01052b;
  text-decoration: underline;
}

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

.phone__desc
{
  display: block;
  color: #6d6f81;
  font-family: "Gotham Pro", "Arial", sans-serif;
  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;
  }
}

a.phone__desc
{
  color: #c49a77;
}

/*  ----------------------------------  */
.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('/local/templates/new_rs_account_GREEN/./img/icons/social/whatsapp.svg');
}

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

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

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

.social-icon--instagram
{
  background-image: url('/local/templates/new_rs_account_GREEN/./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: #01052b;
  font-family: "Gotham Pro", "Arial", sans-serif;
  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: #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('/local/templates/new_rs_account_GREEN/./img/bg/bg-form1.jpg');
}

.page-section--order-service
{
  background-color: #797473;
  background-image: url('/local/templates/new_rs_account_GREEN/./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('/local/templates/new_rs_account_GREEN/./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('/local/templates/new_rs_account_GREEN/./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('/local/templates/new_rs_account_GREEN/./img/bg/bg-bankruptcy-special.jpg');
  background-size: cover;
}

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

/*  ----------------------------------  */
.page-section-title
{
  position: relative;
  color: #01052b;
  font-family: "Times New Roman", serif;
  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: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

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

.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;
  font-family: "Verdana", sans-serif;
}

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

.page-footer__contacts
{
  background-image: url("/local/templates/new_rs_account_GREEN/./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-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  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-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  text-align: center;
  text-decoration: underline;
}

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

.contact__number
{
  display: block;
  color: #01052b;
  font-family: "Gotham Pro", "Arial", sans-serif;
  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
{
  color: #01052b;
  text-decoration: underline;
}

.contact__desc
{
  display: block;
  color: #6d6f81;
  font-family: "Gotham Pro", "Arial", sans-serif;
  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("/local/templates/new_rs_account_GREEN/./img/icons/social/whatsapp.svg");
}

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

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

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

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

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

.list-links li
{
  position: relative;
  color: #01052b;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  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
  {
    font-size: 14px;
    padding-left: 40px;
  }

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

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

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


.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-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  padding: 10px 10px 10px 10px;
}

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

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

.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: #01052b;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  padding: 10px 10px 10px 10px;
}

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

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


.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: #01052b;
  font-family: "Gotham Pro", "Arial", sans-serif;
  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('/local/templates/new_rs_account_GREEN/./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('/local/templates/new_rs_account_GREEN/./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('/local/templates/new_rs_account_GREEN/./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('/local/templates/new_rs_account_GREEN/./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('/local/templates/new_rs_account_GREEN/./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('/local/templates/new_rs_account_GREEN/./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-family: "Gotham Pro", "Arial", sans-serif;
  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('/local/templates/new_rs_account_GREEN/./img/icons/bankruptcy-advantages/icon1.png');;
}

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

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

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

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

.bankruptcy-advantages__item-icon--approach
{
  background-image: url('/local/templates/new_rs_account_GREEN/./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-family: "Gotham Pro", "Arial", sans-serif;
  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-family: "Gotham Pro", "Arial", sans-serif;
  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-family: "Gotham Pro", "Arial", sans-serif;
  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-family: "Times New Roman", serif;
  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-family: "Gotham Pro", "Arial", sans-serif;
  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-family: "Gotham Pro", "Arial", sans-serif;
  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 10px 35px 10px;
  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('/local/templates/new_rs_account_GREEN/./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-family: "Verdana", sans-serif;
  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-family: "Gotham Pro", "Arial", sans-serif;
  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-family: "Verdana", sans-serif;
  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-family: "Gotham Pro", "Arial", sans-serif;
  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-family: "Gotham Pro", "Arial", sans-serif;
  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-family: "Gotham Pro", "Arial", sans-serif;
  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('/local/templates/new_rs_account_GREEN/./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-family: "Verdana", sans-serif;
  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-family: "Verdana", sans-serif;
  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-family: "Gotham Pro", "Arial", sans-serif;
  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('/local/templates/new_rs_account_GREEN/./img/icons/social/viber_new.svg');
}

.write-us__messenger--whatsapp::after
{
  background-color: #00c000;
  background-image: url('/local/templates/new_rs_account_GREEN/./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-family: "Verdana", sans-serif;
  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-family: "Gotham Pro", "Arial", sans-serif;
  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-family: "Gotham Pro", "Arial", sans-serif;
  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-section--order-service .container-xl {
  max-width: 1000px;
  margin-left: 267px;
}
.page-header__bottom,
.second-nav-menu {
  padding-top: 0;
  padding-bottom: 0;
}
.tabs_filter_block .swiper-container.new-padding {
  margin: 60px;
}

@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-bottom: 12px !important;
    padding-top: 12px !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;
  }
}

.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;
}

/* End */


/* Start:/local/templates/new_rs_account_GREEN/css/substrate.css?162262185130297*/
.substrate
{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  overflow: hidden;
}


.substrate__leaves-1
{
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 878px;
  height: 775px;
  background-image: url('/local/templates/new_rs_account_GREEN/css/../img/substrate/leaves-1.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.2;
}

.substrate__leaves-1[data-substrate="ps1-e2"]
{
  display: block;
  top: 30px;
  left: -55px;
  width: 210px;
  height: 185px;
  -webkit-transform: scale(1, -1) rotate(105deg);
  transform: scale(1, -1) rotate(105deg);
}

@media (min-width: 768px)
{
  .substrate__leaves-1[data-substrate="ps1-e2"]
  {
    top: 10%;
    left: -5%;
    width: 310px;
    height: 274px;
    -webkit-transform: scale(1, -1) rotate(120deg);
    transform: scale(1, -1) rotate(120deg);
  }

  .substrate__leaves-1[data-substrate="ps1-e3"]
  {
    display: block;
    top: -100px;
    right: -190px;
    left: auto;
    width: 310px;
    height: 274px;
    -webkit-transform: rotate(145deg);
    transform: rotate(145deg);
  }
}

@media (min-width: 992px)
{
  .substrate__leaves-1[data-substrate="ps1-e2"]
  {
    top: auto;
    bottom: 5%;
    left: 5%;
    width: 310px;
    height: 274px;
    -webkit-transform: scale(1, -1) rotate(180deg);
    transform: scale(1, -1) rotate(180deg);
  }

  .substrate__leaves-1[data-substrate="ps1-e3"]
  {
    top: -65px;
    right: -130px;
  }
}

@media (min-width: 1200px)
{
  .substrate__leaves-1[data-substrate="ps1-e2"]
  {
    bottom: 8%;
    left: 5%;
    width: 400px;
    height: 353px;
  }

  .substrate__leaves-1[data-substrate="ps1-e3"]
  {
    top: -100px;
    right: -160px;
    width: 400px;
    height: 353px;
  }
}

.substrate__leaves-1[data-substrate="ps2-e1"]
{
  display: block;
  top: 30px;
  left: -55px;
  width: 210px;
  height: 185px;
  -webkit-transform: scale(1, -1) rotate(105deg);
  transform: scale(1, -1) rotate(105deg);
}

@media (min-width: 768px)
{
  .substrate__leaves-1[data-substrate="ps2-e1"]
  {
    top: 55px;
    left: -45px;
    width: 210px;
    height: 185px;
    /*-webkit-transform: scale(1, -1) rotate(0deg);
    transform: scale(1, -1) rotate(0deg);*/
  }
}

@media (min-width: 992px)
{
  .substrate__leaves-1[data-substrate="ps2-e1"]
  {
    top: 50px;
    left: -45px;
    width: 270px;
    height: 238px;
    /*-webkit-transform: scale(1, -1) rotate(90deg);
    transform: scale(1, -1) rotate(90deg);*/
  }
}

@media (min-width: 1200px)
{
  .substrate__leaves-1[data-substrate="ps2-e1"]
  {
    top: 90px;
    left: 0px;
    width: 350px;
    height: 308px;
  }
}

.substrate__leaves-1[data-substrate="ps4-e3"]
{
  display: block;
  top: auto;
  right: -20px;
  bottom: 40px;
  left: auto;
  width: 210px;
  height: 185px;
  -webkit-transform: scale(1, -1) rotate(-90deg);
  transform: scale(1, -1) rotate(-90deg);
}

@media (min-width: 992px)
{
  .substrate__leaves-1[data-substrate="ps4-e3"]
  {
    right: 0px;
    bottom: 50px;
    width: 280px;
    height: 247px;
  }
}

@media (min-width: 1200px)
{
  .substrate__leaves-1[data-substrate="ps4-e3"]
  {
    right: 0px;
    bottom: 65px;
    width: 330px;
    height: 291px;
  }
}


.substrate__leaves-1[data-substrate="ps6-e2"]
{
  display: block;
  top: -120px;
  left: -120px;
  width: 210px;
  height: 185px;
  -webkit-transform: rotate(80deg);
  transform: rotate(80deg);
}

@media (min-width: 768px)
{
  .substrate__leaves-1[data-substrate="ps6-e2"]
  {
    top: auto;
    right: 40px;
    bottom: 50px;
    left: auto;
    width: 250px;
    height: 220px;
    -webkit-transform: scale(1, -1) rotate(-90deg);
    transform: scale(1, -1) rotate(-90deg);
  }
}

@media (min-width: 992px)
{
  .substrate__leaves-1[data-substrate="ps6-e2"]
  {
    right: 20px;
    width: 300px;
    height: 264px;
  }
}

@media (min-width: 1200px)
{
  .substrate__leaves-1[data-substrate="ps6-e2"]
  {
    
  }
}

.substrate__leaves-1[data-substrate="ps7-e1"]
{
  display: block;
  top: 30px;
  left: -80px;
  width: 210px;
  height: 185px;
  -webkit-transform: scale(1, -1) rotate(90deg);
  transform: scale(1, -1) rotate(90deg);
}

@media (min-width: 768px)
{
  .substrate__leaves-1[data-substrate="ps7-e1"]
  {
    top: 40px;
    left: -20px;
    width: 250px;
    height: 220px;
  }
}

@media (min-width: 992px)
{
  .substrate__leaves-1[data-substrate="ps7-e1"]
  {
    top: 50px;
    left: -30px;
    width: 300px;
    height: 264px;
  }
}

@media (min-width: 1200px)
{
  .substrate__leaves-1[data-substrate="ps7-e1"]
  {
    top: 60px;
    left: 30px;
    width: 330px;
    height: 291px;
  }
}


.substrate__leaves-1[data-substrate="bankruptcy-index-ps1-e1"]
{
  display: block;
  top: 225px;
  right: -80px;
  left: auto;
  width: 210px;
  height: 185px;
  -webkit-transform: scale(1, 1) rotate(-90deg);
  transform: scale(1, 1) rotate(-90deg);
}

@media (min-width: 768px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps1-e1"]
  {
    top: auto;
    bottom: 30px;
    width: 270px;
    height: 238px;
    -webkit-transform: scale(1, 1) rotate(-90deg);
    transform: scale(1, -1) rotate(-90deg);
  }
}

@media (min-width: 992px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps1-e1"]
  {
    right: -125px;
    bottom: 145px;
    width: 270px;
    height: 238px;
  }
}

@media (min-width: 1200px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps1-e1"]
  {
    right: -100px;
    bottom: 120px;
    width: 350px;
    height: 308px;
    -webkit-transform: scale(1, 1) rotate(-100deg);
    transform: scale(1, -1) rotate(-100deg);
  }
}

@media (min-width: 1600px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps1-e1"]
  {
    right: -55px;
    bottom: 140px;
    width: 380px;
    height: 334px;
    -webkit-transform: scale(1, 1) rotate(-100deg);
    transform: scale(1, -1) rotate(-100deg);
  }
}

@media (min-width: 1920px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps1-e1"]
  {
    right: 0px;
    bottom: 140px;
    width: 400px;
    height: 352px;
    -webkit-transform: scale(1, 1) rotate(-100deg);
    transform: scale(1, -1) rotate(-100deg);
  }
}


.substrate__leaves-1[data-substrate="bankruptcy-index-ps2-e1"]
{
  display: block;
  top: -30px;
  left: -180px;
  width: 210px;
  height: 185px;
  -webkit-transform: scale(1, 1) rotate(25deg);
  transform: scale(1, 1) rotate(25deg);
}

@media (min-width: 768px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps2-e1"]
  {
    top: -10px;
    left: -175px;
    width: 230px;
    height: 203px;
    -webkit-transform: scale(1, 1) rotate(45deg);
    transform: scale(1, 1) rotate(45deg);
  }
}

@media (min-width: 992px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps2-e1"]
  {
    top: -110px;
    left: -100px;
    width: 250px;
    height: 220px;
    -webkit-transform: scale(1, 1) rotate(110deg);
    transform: scale(1, 1) rotate(110deg);
  }
}

@media (min-width: 1200px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps2-e1"]
  {
    top: -145px;
    left: -80px;
    width: 280px;
    height: 247px;
    -webkit-transform: scale(1, 1) rotate(110deg);
    transform: scale(1, 1) rotate(110deg);
  }
}

@media (min-width: 1600px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps2-e1"]
  {
    top: -180px;
    left: -115px;
    width: 400px;
    height: 352px;
    -webkit-transform: scale(1, 1) rotate(90deg);
    transform: scale(1, 1) rotate(90deg);
  }
}

@media (min-width: 1920px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps2-e1"]
  {
    top: -225px;
    left: -110px;
    width: 500px;
    height: 440px;
    -webkit-transform: scale(1, 1) rotate(80deg);
    transform: scale(1, 1) rotate(80deg);
  }
}


.substrate__leaves-1[data-substrate="bankruptcy-index-ps4-e1"]
{
  display: block;
  top: 225px;
  right: -80px;
  left: auto;
  width: 210px;
  height: 185px;
  -webkit-transform: scale(1, 1) rotate(-90deg);
  transform: scale(1, 1) rotate(-90deg);
}

@media (min-width: 768px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps4-e1"]
  {
    top: auto;
    right: -80px;
    bottom: 70px;
    width: 230px;
    height: 203px;
    -webkit-transform: scale(1, -1) rotate(-90deg);
    transform: scale(1, -1) rotate(-90deg);
  }
}

@media (min-width: 992px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps4-e1"]
  {
    right: -80px;
    bottom: 70px;
    width: 260px;
    height: 229px;
    -webkit-transform: scale(1, -1) rotate(-90deg);
    transform: scale(1, -1) rotate(-90deg);
  }
}

@media (min-width: 1200px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps4-e1"]
  {
    right: -85px;
    bottom: 85px;
    width: 300px;
    height: 264px;
    -webkit-transform: scale(1, -1) rotate(-90deg);
    transform: scale(1, -1) rotate(-90deg);
  }
}

@media (min-width: 1600px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps4-e1"]
  {
    right: 0px;
    bottom: 120px;
    width: 350px;
    height: 308px;
    -webkit-transform: scale(1, -1) rotate(-60deg);
    transform: scale(1, -1) rotate(-60deg);
  }
}

@media (min-width: 1920px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps4-e1"]
  {
    right: -25px;
    bottom: 120px;
    width: 450px;
    height: 396px;
    -webkit-transform: scale(1, -1) rotate(-80deg);
    transform: scale(1, -1) rotate(-80deg);
  }
}


.substrate__leaves-1[data-substrate="bankruptcy-index-ps4-e2"]
{
  display: block;
  top: 225px;
  right: -80px;
  left: auto;
  width: 210px;
  height: 185px;
  -webkit-transform: scale(1, 1) rotate(-90deg);
  transform: scale(1, 1) rotate(-90deg);
}

@media (min-width: 768px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps4-e2"]
  {
    top: auto;
    right: auto;
    bottom: 50px;
    left: -50px;
    width: 245px;
    height: 216px;
    -webkit-transform: scale(1, 1) rotate(45deg);
    transform: scale(1, 1) rotate(45deg);
  }
}

@media (min-width: 992px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps4-e2"]
  {
    bottom: 65px;
    left: -25px;
    width: 275px;
    height: 242px;
    -webkit-transform: scale(1, 1) rotate(60deg);
    transform: scale(1, 1) rotate(60deg);
  }
}

@media (min-width: 1200px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps4-e2"]
  {
    bottom: 50px;
    left: -60px;
    width: 300px;
    height: 264px;
    -webkit-transform: scale(1, 1) rotate(60deg);
    transform: scale(1, 1) rotate(60deg);
  }
}

@media (min-width: 1600px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps4-e2"]
  {
    bottom: -25px;
    left: -145px;
    width: 380px;
    height: 335px;
    -webkit-transform: scale(1, 1) rotate(-45deg);
    transform: scale(1, 1) rotate(-45deg);
  }
}

@media (min-width: 1920px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps4-e2"]
  {
    bottom: -150px;
    left: -90px;
    width: 490px;
    height: 432px;
    -webkit-transform: scale(1, 1) rotate(-45deg);
    transform: scale(1, 1) rotate(-45deg);
  }
}

/*.substrate__leaves-1[data-substrate="bankruptcy-index-ps6-e1"]
{
  display: block;
  top: 225px;
  right: -80px;
  left: auto;
  width: 210px;
  height: 185px;
  -webkit-transform: scale(1, 1) rotate(-90deg);
  transform: scale(1, 1) rotate(-90deg);
}*/

@media (min-width: 768px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps6-e1"]
  {
    display: block;
    top: 105px;
    left: -70px;
    width: 210px;
    height: 185px;
    -webkit-transform: scale(-1, 1) rotate(-90deg);
    transform: scale(-1, 1) rotate(-90deg);
  }
}

@media (min-width: 992px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps6-e1"]
  {
    top: 90px;
    left: -90px;
    width: 250px;
    height: 220px;
    -webkit-transform: scale(-1, 1) rotate(-80deg);
    transform: scale(-1, 1) rotate(-80deg);
  }
}

@media (min-width: 1200px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps6-e1"]
  {
    top: 80px;
    left: -80px;
    width: 300px;
    height: 264px;
    -webkit-transform: scale(-1, 1) rotate(-70deg);
    transform: scale(-1, 1) rotate(-70deg);
  }
}

@media (min-width: 1600px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps6-e1"]
  {
    top: 160px;
    left: -150px;
    width: 500px;
    height: 440px;
    -webkit-transform: scale(-1, 1) rotate(-50deg);
    transform: scale(-1, 1) rotate(-50deg);
  }
}

@media (min-width: 1920px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps6-e1"]
  {
    top: 190px;
    left: -70px;
    width: 520px;
    height: 458px;
    -webkit-transform: scale(-1, 1) rotate(-60deg);
    transform: scale(-1, 1) rotate(-60deg);
  }
}


/*.substrate__leaves-1[data-substrate="bankruptcy-index-ps6-e2"]
{
  display: block;
  top: 225px;
  right: -80px;
  left: auto;
  width: 210px;
  height: 185px;
  -webkit-transform: scale(1, 1) rotate(-90deg);
  transform: scale(1, 1) rotate(-90deg);
}*/

@media (min-width: 768px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps6-e2"]
  {
    display: block;
    top: auto;
    right: -70px;
    bottom: 30px;
    left: auto;
    width: 210px;
    height: 185px;
    -webkit-transform: scale(-1, 1) rotate(65deg);
    transform: scale(-1, 1) rotate(65deg);
  }
}

@media (min-width: 992px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps6-e2"]
  {
    right: -70px;
    bottom: 30px;
    width: 275px;
    height: 242px;
    -webkit-transform: scale(-1, 1) rotate(85deg);
    transform: scale(-1, 1) rotate(85deg);
  }
}

@media (min-width: 1200px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps6-e2"]
  {
    right: -40px;
    bottom: 65px;
    width: 300px;
    height: 264px;
    -webkit-transform: scale(-1, 1) rotate(100deg);
    transform: scale(-1, 1) rotate(100deg);
  }
}

@media (min-width: 1600px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps6-e2"]
  {
    right: 0px;
    bottom: 50px;
    width: 350px;
    height: 308px;
    -webkit-transform: scale(-1, 1) rotate(90deg);
    transform: scale(-1, 1) rotate(90deg);
  }
}

@media (min-width: 1920px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps6-e2"]
  {
    right: 0px;
    bottom: 90px;
    width: 440px;
    height: 388px;
    -webkit-transform: scale(-1, 1) rotate(110deg);
    transform: scale(-1, 1) rotate(110deg);
  }
}

/*.substrate__leaves-1[data-substrate="bankruptcy-index-ps7-e1"]
{
  display: block;
  top: 225px;
  right: -80px;
  left: auto;
  width: 210px;
  height: 185px;
  -webkit-transform: scale(1, 1) rotate(-90deg);
  transform: scale(1, 1) rotate(-90deg);
}*/

@media (min-width: 768px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps7-e1"]
  {
    display: block;
    top: auto;
    right: -105px;
    bottom: 55px;
    left: auto;
    width: 190px;
    height: 167px;
    -webkit-transform: scale(-1, 1) rotate(85deg);
    transform: scale(-1, 1) rotate(85deg);
  }
}

@media (min-width: 992px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps7-e1"]
  {
    right: -130px;
    bottom: 65px;
    width: 230px;
    height: 203px;
    -webkit-transform: scale(-1, 1) rotate(85deg);
    transform: scale(-1, 1) rotate(85deg);
  }
}

@media (min-width: 1200px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps7-e1"]
  {
    right: -160px;
    bottom: 45px;
    width: 300px;
    height: 264px;
    -webkit-transform: scale(-1, 1) rotate(85deg);
    transform: scale(-1, 1) rotate(85deg);
  }
}

@media (min-width: 1600px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps7-e1"]
  {
    right: -190px;
    bottom: 140px;
    width: 380px;
    height: 335px;
    -webkit-transform: scale(-1, 1) rotate(85deg);
    transform: scale(-1, 1) rotate(85deg);
  }
}

@media (min-width: 1920px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps7-e1"]
  {
    right: -200px;
    bottom: 170px;
    width: 430px;
    height: 379px;
    -webkit-transform: scale(-1, 1) rotate(85deg);
    transform: scale(-1, 1) rotate(85deg);
  }
}

/*.substrate__leaves-1[data-substrate="bankruptcy-index-ps9-e1"]
{
  display: block;
  top: 225px;
  right: -80px;
  left: auto;
  width: 210px;
  height: 185px;
  -webkit-transform: scale(1, 1) rotate(-90deg);
  transform: scale(1, 1) rotate(-90deg);
}*/

@media (min-width: 1200px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps9-e1"]
  {
    display: block;
    top: 230px;
    left: -230px;
    width: 400px;
    height: 352px;
    -webkit-transform: scale(1, 1) rotate(85deg);
    transform: scale(1, 1) rotate(85deg);
  }
}

@media (min-width: 1600px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps9-e1"]
  {
    top: 230px;
    left: -200px;
    width: 420px;
    height: 369px;
    -webkit-transform: scale(1, 1) rotate(90deg);
    transform: scale(1, 1) rotate(90deg);
  }
}

@media (min-width: 1920px)
{
  .substrate__leaves-1[data-substrate="bankruptcy-index-ps9-e1"]
  {
    top: 195px;
    left: -120px;
    width: 480px;
    height: 422px;
    -webkit-transform: scale(1, 1) rotate(90deg);
    transform: scale(1, 1) rotate(90deg);
  }
}



/*.substrate__leaves-1[data-substrate="free-consultation-advantages-e1"]
{
  display: block;
  top: 225px;
  right: -80px;
  left: auto;
  width: 210px;
  height: 185px;
  -webkit-transform: scale(1, 1) rotate(-90deg);
  transform: scale(1, 1) rotate(-90deg);
}*/

@media (min-width: 768px)
{
  .substrate__leaves-1[data-substrate="free-consultation-advantages-e1"]
  {
    display: block;
    top: -35px;
    left: -125px;
    width: 210px;
    height: 185px;
    -webkit-transform: scale(1, -1) rotate(-60deg);
    transform: scale(1, -1) rotate(-60deg);
  }
}

@media (min-width: 992px)
{
  .substrate__leaves-1[data-substrate="free-consultation-advantages-e1"]
  {
    top: -60px;
    left: -150px;
    width: 250px;
    height: 220px;
    -webkit-transform: scale(1, -1) rotate(-35deg);
    transform: scale(1, -1) rotate(-35deg);
  }
}

@media (min-width: 1200px)
{
  .substrate__leaves-1[data-substrate="free-consultation-advantages-e1"]
  {
    top: -80px;
    left: -170px;
    width: 280px;
    height: 247px;
    -webkit-transform: scale(1, -1) rotate(-35deg);
    transform: scale(1, -1) rotate(-35deg);
  }
}


.substrate__leaves-2
{
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 77px;
  height: 224px;
  background-image: url('/local/templates/new_rs_account_GREEN/css/../img/substrate/leaves-2.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.2;
}

.substrate__leaves-2[data-substrate="ps1-e5"]
{
  display: block;
  top: auto;
  right: 10px;
  bottom: -15px;
  left: auto;
  width: 29px;
  height: 85px;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

@media (min-width: 768px)
{
  .substrate__leaves-2[data-substrate="ps1-e5"]
  {
    right: 20px;
    bottom: -65px;
    width: 52px;
    height: 150px;
  }
}

@media (min-width: 992px)
{
  .substrate__leaves-2[data-substrate="ps1-e4"]
  {
    display: block;
    top: 25px;
    left: 75px;
    width: 52px;
    height: 150px;
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }

  .substrate__leaves-2[data-substrate="ps1-e5"]
  {
    right: 45px;
    bottom: -25px;
    width: 52px;
    height: 150px;
  }
}

@media (min-width: 1200px)
{
  .substrate__leaves-2[data-substrate="ps1-e4"]
  {
    top: -10px;
    left: 250px;
    width: 69px;
    height: 200px;
  }
}

.substrate__leaves-2[data-substrate="ps4-e2"]
{
  display: block;
  top: 65px;
  left: 25px;
  width: 29px;
  height: 85px;
  -webkit-transform: rotate(145deg);
  transform: rotate(145deg);
}

@media (min-width: 768px)
{
  .substrate__leaves-2[data-substrate="ps4-e2"]
  {
    top: 50px;
    left: 50px;
    width: 41px;
    height: 120px;
  }
}

@media (min-width: 992px)
{
  .substrate__leaves-2[data-substrate="ps4-e2"]
  {
    top: 50px;
    left: 90px;
    width: 52px;
    height: 150px;
  }
}


.substrate__leaves-2[data-substrate="bankruptcy-index-ps1-e2"]
{
  display: block;
  top: -10px;
  left: -50px;
  width: 52px;
  height: 150px;
  -webkit-transform: rotate(140deg);
  transform: rotate(140deg);
}

@media (min-width: 768px)
{
  .substrate__leaves-2[data-substrate="bankruptcy-index-ps1-e2"]
  {
    top: -35px;
    left: 30px;
    width: 65px;
    height: 188px;
  }
}

@media (min-width: 992px)
{
  .substrate__leaves-2[data-substrate="bankruptcy-index-ps1-e2"]
  {
    top: -50px;
    left: 50px;
    width: 75px;
    height: 216px;
  }
}

@media (min-width: 1200px)
{
  .substrate__leaves-2[data-substrate="bankruptcy-index-ps1-e2"]
  {
    top: -25px;
    left: 80px;
    width: 80px;
    height: 231px;
  }
}

@media (min-width: 1600px)
{
  .substrate__leaves-2[data-substrate="bankruptcy-index-ps1-e2"]
  {
    top: 60px;
    left: 140px;
    width: 100px;
    height: 289px;
  }
}

@media (min-width: 1920px)
{
  .substrate__leaves-2[data-substrate="bankruptcy-index-ps1-e2"]
  {
    top: 30px;
    left: 200px;
    width: 100px;
    height: 289px;
  }
}


.substrate__leaves-2[data-substrate="bankruptcy-index-ps2-e2"]
{
  display: block;
  top: auto;
  right: 0px;
  bottom: -40px;
  left: auto;
  width: 52px;
  height: 150px;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

@media (min-width: 768px)
{
  .substrate__leaves-2[data-substrate="bankruptcy-index-ps2-e2"]
  {
    right: -15px;
    bottom: -50px;
    width: 65px;
    height: 188px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@media (min-width: 992px)
{
  .substrate__leaves-2[data-substrate="bankruptcy-index-ps2-e2"]
  {
    right: -40px;
    bottom: -30px;
    width: 75px;
    height: 216px;
    -webkit-transform: rotate(-105deg);
    transform: rotate(-105deg);
  }
}

@media (min-width: 1200px)
{
  .substrate__leaves-2[data-substrate="bankruptcy-index-ps2-e2"]
  {
    right: 0px;
    bottom: -15px;
    width: 90px;
    height: 260px;
    -webkit-transform: rotate(-125deg);
    transform: rotate(-125deg);
  }
}

@media (min-width: 1600px)
{
  .substrate__leaves-2[data-substrate="bankruptcy-index-ps2-e2"]
  {
    right: 70px;
    bottom: -15px;
    width: 110px;
    height: 317px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@media (min-width: 1920px)
{
  .substrate__leaves-2[data-substrate="bankruptcy-index-ps2-e2"]
  {
    right: 150px;
    bottom: -75px;
    width: 110px;
    height: 317px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}


/*.substrate__leaves-2[data-substrate="bankruptcy-index-ps5-e1"]
{
  display: block;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: auto;
  width: 52px;
  height: 150px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}*/

@media (min-width: 768px)
{
  .substrate__leaves-2[data-substrate="bankruptcy-index-ps5-e1"]
  {
    display: block;
    top: auto;
    right: 40px;
    bottom: -25px;
    left: auto;
    width: 52px;
    height: 150px;
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@media (min-width: 992px)
{
  .substrate__leaves-2[data-substrate="bankruptcy-index-ps5-e1"]
  {
    right: 65px;
    bottom: -50px;
    width: 75px;
    height: 216px;
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@media (min-width: 1200px)
{
  .substrate__leaves-2[data-substrate="bankruptcy-index-ps5-e1"]
  {
    right: 65px;
    bottom: -50px;
    width: 85px;
    height: 245px;
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@media (min-width: 1600px)
{
  .substrate__leaves-2[data-substrate="bankruptcy-index-ps5-e1"]
  {
    right: 135px;
    bottom: 50px;
    width: 100px;
    height: 288px;
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }
}

@media (min-width: 1920px)
{
  .substrate__leaves-2[data-substrate="bankruptcy-index-ps5-e1"]
  {
    right: 170px;
    bottom: 20px;
    width: 120px;
    height: 346px;
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }
}

/*.substrate__leaves-2[data-substrate="bankruptcy-index-ps7-e2"]
{
  display: block;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: auto;
  width: 52px;
  height: 150px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}*/

@media (min-width: 768px)
{
  .substrate__leaves-2[data-substrate="bankruptcy-index-ps7-e2"]
  {
    display: block;
    top: -10px;
    left: -25px;
    width: 52px;
    height: 150px;
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@media (min-width: 992px)
{
  .substrate__leaves-2[data-substrate="bankruptcy-index-ps7-e2"]
  {
    top: -45px;
    left: -45px;
    width: 70px;
    height: 202px;
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@media (min-width: 1200px)
{
  .substrate__leaves-2[data-substrate="bankruptcy-index-ps7-e2"]
  {
    top: 15px;
    left: -50px;
    width: 85px;
    height: 245px;
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg);
  }
}

@media (min-width: 1600px)
{
  .substrate__leaves-2[data-substrate="bankruptcy-index-ps7-e2"]
  {
    top: 140px;
    left: 30px;
    width: 100px;
    height: 288px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
  }
}

@media (min-width: 1920px)
{
  .substrate__leaves-2[data-substrate="bankruptcy-index-ps7-e2"]
  {
    top: 115px;
    left: 80px;
    width: 120px;
    height: 346px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
  }
}

/*.substrate__leaves-2[data-substrate="bankruptcy-index-ps9-e2"]
{
  display: block;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: auto;
  width: 52px;
  height: 150px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}*/

@media (min-width: 1200px)
{
  .substrate__leaves-2[data-substrate="bankruptcy-index-ps9-e2"]
  {
    display: block;
    top: 0px;
    right: 0px;
    left: auto;
    width: 120px;
    height: 346px;
    -webkit-transform: scale(1, -1) rotate(320deg);
    transform: scale(1, -1) rotate(320deg);
  }
}

@media (min-width: 1600px)
{
  .substrate__leaves-2[data-substrate="bankruptcy-index-ps9-e2"]
  {
    top: 40px;
    right: 0px;
    width: 130px;
    height: 375px;
    -webkit-transform: scale(1, -1) rotate(320deg);
    transform: scale(1, -1) rotate(320deg);
  }
}

@media (min-width: 1920px)
{
  .substrate__leaves-2[data-substrate="bankruptcy-index-ps9-e2"]
  {
    top: 40px;
    right: 95px;
    width: 130px;
    height: 375px;
    -webkit-transform: scale(1, -1) rotate(320deg);
    transform: scale(1, -1) rotate(320deg);
  }
}


.substrate__triangle-1
{
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 210px;
  height: 335px;
  background-image: url('/local/templates/new_rs_account_GREEN/css/../img/substrate/triangle-1.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


.substrate__triangle-1[data-substrate="ps3-e1"]
{
  display: block;
  width: 119px;
  height: 190px;
}

@media (min-width: 768px)
{
  .substrate__triangle-1[data-substrate="ps3-e1"]
  {
    width: 100px;
    height: 160px;
  }
}

@media (min-width: 1200px)
{
  .substrate__triangle-1[data-substrate="ps3-e1"]
  {
    width: 188px;
    height: 300px;
  }
}

.substrate__triangle-1[data-substrate="ps3-e2"]
{
  display: block;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: auto;
  width: 88px;
  height: 140px;
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

@media (min-width: 1200px)
{
  .substrate__triangle-1[data-substrate="ps3-e2"]
  {
    width: 282px;
    height: 450px;
  }
}

.substrate__triangle-1[data-substrate="ps5-e1"]
{
  display: block;
  width: 119px;
  height: 190px;
}

@media (min-width: 768px)
{
  .substrate__triangle-1[data-substrate="ps5-e1"]
  {
    width: 100px;
    height: 160px;
  }
}

@media (min-width: 1200px)
{
  .substrate__triangle-1[data-substrate="ps5-e1"]
  {
    width: 201px;
    height: 320px;
  }
}


.substrate__triangle-1[data-substrate="ps5-e2"]
{
  display: block;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: auto;
  width: 88px;
  height: 140px;
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

@media (min-width: 1200px)
{
  .substrate__triangle-1[data-substrate="ps5-e2"]
  {
    width: 270px;
    height: 430px;
  }
}


.substrate__gray-triangle-1
{
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 210px;
  height: 335px;
  background-image: url('/local/templates/new_rs_account_GREEN/css/../img/substrate/triangle-gray-1.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.substrate__gray-triangle-1[data-substrate="ps1-e1"]
{
  display: block;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: auto;
  width: 100px;
  height: 160px;
}

@media (min-width: 768px)
{
  .substrate__gray-triangle-1[data-substrate="ps1-e1"]
  {
    width: 585px;
    height: 909px;
  }
}

@media (min-width: 992px)
{
  .substrate__gray-triangle-1[data-substrate="ps1-e1"]
  {
    width: 700px;
    height: 1088px;
  }
}

@media (min-width: 1200px)
{
  .substrate__gray-triangle-1[data-substrate="ps1-e1"]
  {
    width: 1000px;
    height: 1554px;
  }
}


.substrate__gray-triangle-1[data-substrate="ps4-e1"]
{
  display: block;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: auto;
  width: 100px;
  height: 160px;
}

@media (min-width: 768px)
{
  .substrate__gray-triangle-1[data-substrate="ps4-e1"]
  {
    width: 418px;
    height: 650px;
  }
}

@media (min-width: 1200px)
{
  .substrate__gray-triangle-1[data-substrate="ps4-e1"]
  {
    width: 1136px;
    height: 730px;
  }
}


.substrate__gray-triangle-1[data-substrate="ps6-e1"]
{
  display: block;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: auto;
  width: 219px;
  height: 350px;
}

@media (min-width: 768px)
{
  .substrate__gray-triangle-1[data-substrate="ps6-e1"]
  {
    width: 469px;
    height: 730px;
  }
}


.substrate__themis
{
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 423px;
  height: 830px;
  background-image: url('/local/templates/new_rs_account_GREEN/css/../img/substrate/themis.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 1200px)
{
  .substrate__themis[data-substrate="ps2-e2"]
  {
    display: block;
    top: auto;
    right: 0px;
    bottom: 0px;
    left: auto;
  }
}
/* End */


/* Start:/local/templates/new_rs_account_GREEN/css/forms.css?162262185121186*/
.modal-form,
.modal-form.fancybox-content
{
  display: none;
  position: relative;
  width: 100%;
  min-height: 50px;
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 0px 0px;
  background-color: transparent;
}

@media (min-width: 768px)
{
  .modal-form,
  .modal-form.fancybox-content
  {
    width: 750px;
  }
}

.modal-form__container
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.modal-form__close
{
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 0;
  width: 48px;
  height: 48px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border: none;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 40px 0px rgba(30, 46, 46, 0.1);
  -moz-box-shadow: 0px 5px 40px 0px rgba(30, 46, 46, 0.1);
       box-shadow: 0px 5px 40px 0px rgba(30, 46, 46, 0.1);
  cursor: pointer;
}

.modal-form__close::before
{
  content: '\f136';
  color: #afafaf;
  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;
}


.form
{
  padding: 5px 5px 5px 5px;
  margin: 0px 0px 30px 0px;
  border: 1px solid #8cac3b;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background-color: transparent;
}

.form--is-modal
{
  margin-bottom: 0px;
}

.form__container
{
  position: relative;
  color: #ffffff;
  padding: 20px 5px 30px 5px;
  margin: 0px 0px 0px 0px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.55);
}

@media (min-width: 768px)
{
  .form__container
  {
    padding: 30px 10px 30px 10px;
  }
}

@media (min-width: 992px)
{
  .form__container
  {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.form--light-bg .form__container
{
  color: #01052b;
  background-color: #fbfbfb;
}

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

.form__title
{
  position: relative;
  color: #ffffff;
  font-family: "Times New Roman", serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0px 15px 0px;
  margin: 0px 0px 30px 0px;
}

@media (min-width: 768px)
{
  .form__title
  {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

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

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

@media (min-width: 768px)
{
  .form__title
  {
    font-size: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.form--light-bg .form__title
{
  color: #01052b;
}

.form__success-messages
{
  max-height: 0px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  overflow: hidden;
  /*opacity: 0;*/
  /*-webkit-transition:
    max-height 1s ease,
    opacity 1s ease;*/

  /*background-color: red;*/
}

.form--success .form__success-messages
{
  max-height: 10000px;
  /*padding-top: 20px;
  padding-bottom: 20px;*/
  /*opacity: 1;*/

  /*transition:
    max-height 3.0s;*/
}

.form__success-message
{
  color: #ffffff;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-align: center;
  padding: 20px 10px 20px 10px;
  margin: 0px 0px 0px 0px;
}

.form--light-bg .form__success-message
{
  color: #6d6f81;
}

.form__error-messages
{
  max-height: 0;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  overflow: hidden;
  /*opacity: 0;*/
  /*-webkit-transition: max-height 10s ease-in;
  transition: max-height 10s ease-in;*/
}

.form__error-messages--show
{
  max-height: 1000px;
  padding-bottom: 20px;
  opacity: 1;
}

.form__error-message
{
  color: #ff0000;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 5px 0px;
}

.form__error-message:last-child
{
  margin-bottom: 0px;
}

.form__content
{
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;*/
  max-height: 10000px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  /*opacity: 1;*/
  /*-webkit-transition:
    max-height 10s ease,
    opacity 1s ease;*/
  /*transition:
    max-height 2.0s;*/
}

.form--success .form__content
{
  max-height: 0;
  overflow: hidden;
  /*opacity: 0;*/
}

.form__field
{
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  width: 100%;
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 20px 0px;
}

.form__success-messages.active,
.form__error-messages.active{
  max-height: 1000px!important;
  margin: 20px 15px 30px;
  text-align: center;
}
.form-field__warning.active{
  opacity: 1;
  max-height: 1000px!important;
}

@media (min-width: 768px)
{
  .form[data-form="CALLBACK"] .form__field--name,
  .form[data-form="CALLBACK"] .form__field--phone
  {
    width: 50%;
  }

  .form[data-form="FREE_CONSULTATION"] .form__field--name,
  .form[data-form="FREE_CONSULTATION"] .form__field--phone
  {
    width: 50%;
  }

  .form[data-form="ORDER_SERVICE"] .form__field--name,
  .form[data-form="ORDER_SERVICE"] .form__field--phone,
  .form[data-form="ORDER_SERVICE"] .form__field--email
  {
    width: 25%;
  }

  .form[data-form="KHAYR_MAIN_COMMENT"] .form__field--name,
  .form[data-form="KHAYR_MAIN_COMMENT"] .form__field--email
  {
    width: 50%;
  }

  .form[data-form="WRITE_COMMENT"] .form__field--name,
  .form[data-form="WRITE_COMMENT"] .form__field--email
  {
    width: 50%;
  }

  .form__field--agree
  {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
            flex-grow: 0;
    width: auto;
  }
}

.form__footer
{
  position: absolute;
  right: 0px;
  bottom: -35px;
  left: 0px;
  text-align: center;
  max-height: 10000px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  /*-webkit-transition:
    max-height 10s ease,
    opacity 1s ease;*/
  /*transition:
    max-height 2.0s;*/
}


.form__footer.active{
  position: relative;
  bottom: 0;
}



.form--is-modal .form__footer
{
  position: relative;
  bottom: 0px;
}

.form--success .form__footer
{
  max-height: 0;
  overflow: hidden;
  /*opacity: 0;*/
}


/* ---- */
.form-field
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.form-field__label
{
  display: inline-block;
  color: #01052b;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 5px 0px;
}

.form-field__label--hide
{
  display: none;
  margin-bottom: 0px;
}

.form-field__container
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.form-field__container--captcha
{
  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;
}

.form-field__container--captcha img
{
  display: block;
  padding: 5px 10px 5px 0px;
}

.form-field__input
{
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.form-field__input--captcha
{
  min-width: 258px;
}

.form-field__input--select::after
{
  content: '';
  position: absolute;
  top: 48%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin: -5px 0px 0px 0px;
  border: 1px solid #86899b;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
}

.form-field__input--icon::before
{
  content: '';
  position: absolute;
  top: 10px;
  right: 45px;
  width: 1px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
}

.form-field--light-bg .form-field__input--icon::before
{
  background-color: rgba(1, 5, 43, 0.2);
}

.form-field__input--icon::after
{
  content: '';
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Material-Design-Iconic-Font';
  font-size: 18px;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 21px;
  right: 15px;
  width: 18px;
  height: 18px;
  margin: 0px 0px 0px 0px;
  background-color: transparent;
}

.form-field--light-bg .form-field__input--icon::after
{
  color: rgba(1, 5, 43, 0.5);
}

.form-field[data-field="NAME"] .form-field__input--icon::after
{
  content: '\f207';
}

.form-field[data-field="PHONE"] .form-field__input--icon::after
{
  content: '\f2be';
}

.form-field[data-field="EMAIL"] .form-field__input--icon::after
{
  content: '\f15a';
}

.form-field[data-field="COMMENT"] .form-field__input--icon::after
{
  content: '\f158';
}

.form-field__input-text
{
  color: #ffffff;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  width: 100%;
  height: 60px;
  padding: 20px 20px 20px 20px;
  margin: 0px 0px 0px 0px;
  border: 1px solid #8cac3b;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background-color: transparent;
  outline: none;
}

.form-field__input--icon .form-field__input-text
{
  padding-right: 60px;
}

.form-field--light-bg .form-field__input-text
{
  color: #01052b;
}

.form-field--error .form-field__input-text
{
  border-color: #ff0000;
}

.form-field__input-text--textarea
{
  resize: vertical;
  min-height: 120px;
}

.form-field__input-text--select
{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-field__input-text--select::-ms-expand
{
  display: none;
}

.form-field__input-text::-webkit-input-placeholder
{
  color: #ffffff;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 13px;
}

.form-field--light-bg .form-field__input-text::-webkit-input-placeholder
{
  color: #01052b;
}

.form-field__input-text::-moz-placeholder
{
  color: #ffffff;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 13px;
}

.form-field--light-bg .form-field__input-text::-moz-placeholder
{
  color: #01052b;
}

.form-field__input-text:-moz-placeholder
{
  color: #ffffff;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 13px;
}

.form-field--light-bg .form-field__input-text:-moz-placeholder
{
  color: #01052b;
}

.form-field__input-text:-ms-input-placeholder
{
  color: #ffffff;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 13px;
}

.form-field--light-bg .form-field__input-text:-ms-input-placeholder
{
  color: #01052b;
}


.form-field__input-checkbox
{
  display: none;
}

.form-field__label-checkbox
{
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  padding: 0px 0px 0px 25px;
  margin: 0px 0px 0px 0px;
  cursor: pointer;
}

.form-field--light-bg .form-field__label-checkbox
{
  color: #01052b;
}

.form-field__label-checkbox::before
{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 15px;
  height: 15px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border: 1px solid #c49a77;
  background-color: transparent;
}

.form-field__input-checkbox:checked + .form-field__label-checkbox::after
{
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-color: #c49a77;
}


.form-field__warning
{
  color: #ff0000;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  max-height: 0px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  -moz-transition: .4s ease;
  transition: .4s ease;
  overflow: hidden;
  opacity: 0;
}

.form-field--error .form-field__warning
{
  max-height: 1000px;
  padding-top: 5px;
  opacity: 1;
}


.form-field2
{

}

.form-field2__label
{
  color: #01052b;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
}

.form-field2__value
{
  color: #01052b;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
}


.lite-form-v1
{
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #d39b76;
  border-radius: 5px;
  background-color: #ffffff;
}

@media (min-width: 768px)
{
  .lite-form-v1
  {
    padding: 10px 10px 10px 10px;
    border: 1px solid rgba(211, 155, 118, 0.4);
    background: rgb(178,87,107);
    background: linear-gradient(70deg, rgba(178,87,107, 0.5) 0%, rgba(0,153,154, 0.8) 100%);
  }
}

.lite-form-v1__container
{
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 25px 10px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  background-color: #ffffff;
}

@media (min-width: 768px)
{
  .lite-form-v1__container
  {
    padding: 10px 10px 30px 10px;
    border: 1px solid #d39b76;
    border-radius: 5px;
  }
}

.lite-form-v1__header
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.lite-form-v1__title
{
  position: relative;
  padding: 15px 0px 15px 0px;
  margin: 0px 0px 20px 0px;
  color: #d39b76;
  font-family: "Verdana", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.lite-form-v1__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, 115, 118, 0.4);
}

.lite-form-v1__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;
}

.lite-form-v1__title--success
{
  display: none;
}

.lite-form-v1--success .lite-form-v1__title--current
{
  display: none;
}

.lite-form-v1--success .lite-form-v1__title--success
{
  display: block;
}

@media (min-width: 992px)
{
  .lite-form-v1__title
  {
    font-size: 19px;
  }
}

.lite-form-v1__success-messages
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.lite-form-v1__success-message
{
  padding: 30px 10px 30px 10px;
  margin: 0px 0px 0px 0px;
  color: #8cac3b;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-align: center;
}

@media (min-width: 768px)
{
  .lite-form-v1__success-message
  {
    color: #8cac3b;
    font-size: 18px;
  }
}

.lite-form-v1__error-messages
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.lite-form-v1__error-messages--show
{
  padding-bottom: 15px;
}

.lite-form-v1__error-message
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 5px 0px;
  color: #ff0000;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-align: center;
}

.lite-form-v1__content
{
  max-height: 10000px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.lite-form-v1--success .lite-form-v1__content
{
  max-height: 10000px;
  max-height: 0px;
  overflow: hidden;
}


.lite-form-v1__footer
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.lite-form-v1--success .lite-form-v1__footer
{
  max-height: 0px;
  overflow: hidden;
}

.lite-form-v1__agree-text
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #aca6a6;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-align: center;
}

.lite-form-v1__agree-text u
{
  color: #d39b76;
}

@media (min-width: 992px)
{
  .lite-form-v1__agree-text
  {
    font-size: 15px;
  }
}


.lite-form-v2
{
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  background: rgb(178,87,107);
  background: linear-gradient(152deg, rgba(178,87,107,1) 0%, rgba(0,153,154,1) 100%);
}

.lite-form-v2__container
{
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 20px 0px;
  border-radius: 10px;
  background-color: transparent;
}

@media (min-width: 768px)
{
  .lite-form-v2__container
  {
    padding: 30px 0px 30px 0px;
    background-color: #f8f8f8;
  }
}

@media (min-width: 992px)
{
  .lite-form-v2__container
  {
    padding: 20px 0px 25px 0px;
  }
}

.lite-form-v2__success-messages
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.lite-form-v2__success-message
{
  padding: 30px 10px 30px 10px;
  margin: 0px 0px 0px 0px;
  color: #ffffff;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-align: center;
}

@media (min-width: 768px)
{
  .lite-form-v2__success-message
  {
    color: #8cac3b;
    font-size: 25px;
    font-weight: 700;
  }
}

.lite-form-v2__error-messages
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.lite-form-v2__error-messages--show
{
  padding-bottom: 15px;
}

.lite-form-v2__error-message
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 5px 0px;
  color: #ff0000;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  text-align: center;
}

.lite-form-v2__content
{
  max-height: 10000px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.lite-form-v2--success .lite-form-v2__content
{
  max-height: 0;
  overflow: hidden;
}

.lite-form-v2__title
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #ffffff;
  font-family: "Verdana", sans-serif;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 768px)
{
  .lite-form-v2__title
  {
    color: #8cac3b;
    font-size: 24px;
  }
}

@media (min-width: 992px)
{
  .lite-form-v2__title
  {
    font-size: 30px;
    text-transform: initial;
    text-align: left;
  }
}

.lite-form-v2__callback-text
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #ffffff;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 768px)
{
  .lite-form-v2__callback-text
  {
    color: #5b5b5b;
    font-size: 15px;
  }
}

@media (min-width: 992px)
{
  .lite-form-v2__callback-text
  {
    font-size: 17px;
    text-align: left;
  }
}


.lite-form-v2__agree-text
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #ffffff;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 768px)
{
  .lite-form-v2__agree-text
  {
    color: #5b5b5b;
    font-size: 15px;
  }
}

@media (min-width: 992px)
{
  .lite-form-v2__agree-text
  {
    font-size: 15px;
    text-align: left;
  }
}


.lite-form-v2 .form-field__input-text
{
  border-color: #ffffff;
}

@media (min-width: 768px)
{
  .lite-form-v2 .form-field__input-text
  {
    color: #423b36;
    border-color: #8cac3b;
  }

  .lite-form-v2 .form-field__input--icon::before
  {
    background-color: #979797;
  }

  .lite-form-v2 .form-field__input--icon::after
  {
    color: #979797;
  }

  .lite-form-v2 .form-field__input-text::-webkit-input-placeholder
  {
    color: #423b36;
  }

  .lite-form-v2 .form-field__input-text::-moz-placeholder
  {
    color: #423b36;
  }

  .lite-form-v2 .form-field__input-text:-moz-placeholder
  {
    color: #423b36;
  }

  .lite-form-v2 .form-field__input-text:-ms-input-placeholder
  {
    color: #423b36;
  }
}

.lite-form-v2 button[type="submit"]
{
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
}

/* End */


/* Start:/local/templates/new_rs_account_GREEN/css/widget.css?16226218511084*/
.widget
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  border: 1px solid #bfa996;
  border-radius: 5px;
}

.widget__header
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  padding: 0px 30px 0px 30px;
  margin: 0px 0px 0px 0px;
  background-color: #bfa996;
}

@media (max-width: 767px)
{
  .widget__header
  {
    cursor: pointer;
  }
}

@media (min-width: 768px)
{
  .widget__header
  {
    padding: 0px 15px 0px 15px;
  }
}

.widget__title
{
  position: relative;
  color: #ffffff;
  font-family: "Times New Roman", serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.widget__title::before,
.widget__title::after
{
  content: none;
}

.widget__body
{
  padding: 25px 20px 25px 20px;
  margin: 0px 0px 0px 0px;
}
/* End */


/* Start:/local/templates/new_rs_account_GREEN/css/buttons.css?16226218511858*/
.button
{
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  color: #ffffff;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  min-width: 250px;
  padding: 22px 20px 22px 20px;
  margin: 0px 0px 0px 0px;
  border: 1px solid #8cac3b;
  border-radius: 8px;
  background-color: #8cac3b;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.7s ease, background-color 0.7s;
  transition: color 0.7s ease, background-color 0.7s;
}

.button--xs
{
  font-size: 14px;
  min-width: 120px;
  padding: 12px 15px 12px 15px;
}

.button--small
{
  font-size: 15px;
  min-width: 175px;
  padding: 19px 15px 19px 15px;
}

.button--outline
{
  color: #01052b;
  background-color: #ffffff;
}

.button:hover
{
  color: #01052b;
  text-decoration: none;
  background-color: #ffffff;
}

.button--outline:hover
{
  color: #ffffff;
  text-decoration: none;
  border-color: #8cac3b;
  background-color: #8cac3b;
}

.button:active
{
  color: #ffffff;
  text-decoration: none;
  border-color: #bfa996;
  background-color: #bfa996;
}

.button--outline:active
{
  color: #01052b;
  text-decoration: none;
  border-color: #bfa996;
  background-color: #ffffff;
}

@media (max-width: 767px)
{
  .button--top-callback
  {
    font-size: 0;
    min-width: 60px;
    height: 60px;
    border-radius: 0;
  }

  .button--top-callback::before
  {
    content: '\f2be';
    color: #ffffff;
    font-family: 'Material-Design-Iconic-Font';
    font-size: 26px;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    margin: -13px 0px 0px -13px;
    background-color: transparent;
  }

  .button--top-callback:hover:before
  {
    color: #8cac3b;
  }
}
/* End */


/* Start:/local/templates/new_rs_account_GREEN/css/new.css?16226218516815*/
.w1{
  max-width: 1044px;
  margin: auto;
}
.w2{
  max-width: 1400px;
  margin: auto;
}
.banner__big-text{
  font-family: "Times New Roman", serif;
  font-size: 32px;
  margin-bottom: 80px;
}
.liquidation__list .nopadding{
  padding: 0!important;
  margin: 0!important;
}
.liquidation__list img{
  width: 100%;
}
.liquidation__list h2{
  font-size: 32px;
  text-align: center;
  margin-bottom: 60px;
}
.liquidation__list h2::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    width: 50%;
    margin: auto;
    height: 1px;
    background-color: rgba(196, 154, 119, 0.4);
}
.liquidation__list h2::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 10%;
    height: 1px;
    padding: 0px 0px 0px 0px;
    background-color: #c49a77;
    right: 0;
    margin: auto;
}
.liquidation__list .enter-exit__list{
  padding: 0;
  margin: 40px 30px 40px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  list-style: none;
}
.liquidation__list .enter-exit__list li{
  font-size: 13px;
  padding-left: 40px;
  position: relative;
  text-align: justify;
}
.liquidation__list .enter-exit__list li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  background-color: #c49a77;
  background-image: url('/local/templates/new_rs_account_GREEN/css/../img/icons/enter-exit.png');
  background-position: center;
  -webkit-background-size: 17px 17px;
     -moz-background-size: 17px;
          background-size: 17px;
  display: block;
  background-repeat: no-repeat;
}
.liquidation__list h3{
  margin-top: 0;
  padding-top: 0;
}
.liquidation__list__last-block{
  padding: 0 40px;
}
.liquidation__list__last-block p{
  font-size: 13px;
}
.liquidation__list .selling__list{
  padding: 0;
  list-style: none;
}
.liquidation__list .selling__list li{
  font-size: 13px;
  padding-left: 40px;
  position: relative;
  text-align: justify;
}
.liquidation__list .selling__list li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  background-color: #c49a77;
  background-image: url('/local/templates/new_rs_account_GREEN/css/../img/icons/sales-icon.png');
  background-position: center;
  -webkit-background-size: 17px 17px;
     -moz-background-size: 17px;
          background-size: 17px;
  display: block;
  background-repeat: no-repeat;
}
.liquidation__list__price{
  margin-bottom: 80px;
}
.liquidation__list__price .price-value{
  font-size: 22px;
  line-height: 22px;
}



.page-footer__contacts{
  padding: 40px 0 20px;
}
.footer__menu-block{
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  grid-gap: 20px;
}
.footer__menu .title{
  text-transform: uppercase;
  font-size: 15px;
  color: #c49a77;
  margin-bottom: 10px;
}
.footer__menu ul{
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
}
.footer__menu ul li{
  padding: 0;
  margin: 0 0 5px 0;
}
.footer__menu div.menu-sitemap-tree div.item-text{
  top: 0;
  left: 0;
}
.footer__menu a{
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-size: 15px;
}
.footer__menu a:hover{
  text-decoration: underline;
}
footer .slogan{
  color: #fff;
  font-size: 15px;
  margin: 15px 0;
  line-height: 23px;
  width: 240px;
}
.social-white{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;

}
.social-white .social-icon{
  width: 25px;
  height: 25px;
  max-width: 25px;
  display: block;
  background: url('/local/templates/new_rs_account_GREEN/css/../img/icons/social-icon.png')no-repeat;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.social-white .social-icon.viber{
      background-position: -38px 0;
}
.social-white .social-icon.telegram{
      background-position: -80px 0;
}
.social-white .social-icon.facebook{
      background-position: -116px 0;
}
.social-white .social-icon.instagram{
      background-position: -150px 0;
}
.social-white .social-icon:hover{
  opacity: 0.8;
}

.bank-list{
  margin-bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.bank-list .left-text{
  margin-right: 10px;
  font-size: 22px;
}
.bank-list ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.bank-list ul li{
  font-size: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bank-list ul li .num{
  font-family: "Times New Roman", serif;
  font-size: 34px;
  line-height: 38px;
  margin-right: 5px;
}

.form .form__title.hidden{
  display: none;
}
.form.form--success .form__title.current{
  display: none;
}
.form.form--success .form__title.hidden{
  display: block;
}

footer .location{
  font-size: 15px;
  color: #fff;
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: 23px;
  background: url('/local/templates/new_rs_account_GREEN/css/../img/icons/marker.png')no-repeat left top 3px;
}
footer .phone__num{
  padding-left: 30px;
  background: url('/local/templates/new_rs_account_GREEN/css/../img/icons/phone-icon.png')no-repeat left top 3px;
}
footer .phone__num p{
  margin: 0;
}
footer .phone__num p:first-child{
  margin-bottom: 10px;
}

footer .phone__num a{
  font-size: 21px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
footer .phone__num .min{
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  margin-bottom: 15px;
  display: block;
}
footer .js-callback{
  margin-left: 30px;
}
@media(max-width: 768px){
  .footer__menu-block{
    display: block;
    padding: 30px 0;
  }
  .banner__big-text{
    margin-bottom: 0;
    font-size: 22px;
  }
  .bank-list{
    margin-bottom: 0;
  }
  .bank-list ul li{
    -webkit-box-align: end;
    -webkit-align-items: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .footer__menu-block > .footer__menu:first-child{
    margin-bottom: 20px;
  }
  .liquidation__list .nopadding{
    padding: 0 15px!important;
    margin: 0!important;
  }
  .liquidation__list .enter-exit__list{
    grid-template-columns: 1fr;
    margin: 40px 0;
  }
  .liquidation__list__last-block {
      padding: 15px 0;
  }
}
/* End */
/* /local/templates/new_rs_account_GREEN/components/bitrix/menu/services/style.css?16341964152513 */
/* /local/templates/new_rs_account_GREEN/components/bitrix/menu/second/style.css?16226218513272 */
/* /local/templates/new_rs_account_GREEN/components/bitrix/breadcrumb/rs_breadcrumb/style.css?1622621851675 */
/* /local/templates/new_rs_account_GREEN/components/bitrix/menu/list-unstyled/style.min.css?1622621851747 */
/* /local/templates/new_rs_account_GREEN/components/bitrix/news.list/page_header_banner/style.css?16398212026864 */
/* /local/templates/new_rs_account_GREEN/styles.css?163333121413471 */
/* /local/templates/new_rs_account_GREEN/template_styles.css?164458217768288 */
/* /local/templates/new_rs_account_GREEN/css/substrate.css?162262185130297 */
/* /local/templates/new_rs_account_GREEN/css/forms.css?162262185121186 */
/* /local/templates/new_rs_account_GREEN/css/widget.css?16226218511084 */
/* /local/templates/new_rs_account_GREEN/css/buttons.css?16226218511858 */
/* /local/templates/new_rs_account_GREEN/css/new.css?16226218516815 */
