

/* Start:/local/templates/new_rs_account_GREEN/components/bitrix/news.list/our_portfolio_statistics/style.css?16226218513680*/
.statistics
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.statistics__photo
{
  width: 275px;
  height: 318px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-image: url('/local/templates/new_rs_account_GREEN/components/bitrix/news.list/our_portfolio_statistics/images/photo_mobile.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 1200px)
{
  .statistics__photo
  {
    width: 540px;
    height: 615px;
    background-image: url('/local/templates/new_rs_account_GREEN/components/bitrix/news.list/our_portfolio_statistics/images/photo_desktop.jpg');
  }
}

.statistics__list
{
  -ms-flex: 0 0 290px;
  flex: 0 0 290px;
  max-width: 290px;
  list-style: none;
  padding: 20px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

@media (min-width: 768px)
{
  .statistics__list
  {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 100%;
    padding-top: 0px;
  }
}

@media (min-width: 1200px)
{
  .statistics__list
  {
    padding-left: 30px;
  }
}


.statistics-item
{
  position: relative;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  padding: 0px 0px 0px 60px;
  margin: 0px 0px 0px 0px;
}

.statistics-item:not(:last-child)
{
  margin-bottom: 15px;
}

@media (min-width: 768px)
{
  .statistics-item
  {
    height: 70px;
    padding-left: 85px;
  }
}

@media (min-width: 1200px)
{
  .statistics-item
  {
    height: 92px;
    padding-left: 120px;
  }

  .statistics-item:not(:last-child)
  {
    margin-bottom: 30px;
  }
}

.statistics-item__icon
{
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px)
{
  .statistics-item__icon
  {
    width: 70px;
    height: 70px;
  }
}

@media (min-width: 1200px)
{
  .statistics-item__icon
  {
    width: 92px;
    height: 92px;
  }
}

.statistics-item__qty
{
  position: relative;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  max-width: 110px;

  color: #01052b;
  font-family: "Anglecia Pro Display", "Times New Roman", serif;
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  text-align: center;
  padding: 0px 5px 0px 20px;
  margin: 0px 0px 0px 0px;
}

.statistics-item__qty::before
{
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  width: 15px;
  height: 1px;
  margin: 0px 0px 0px 0px;
  background-color: #00786f;
}

@media (min-width: 768px)
{
  .statistics-item__qty
  {
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    max-width: 140px;
    font-size: 35px;
    padding-left: 25px;
  }

  .statistics-item__qty::before
  {
    width: 20px;
  }
}

@media (min-width: 1200px)
{
  .statistics-item__qty
  {
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
    font-size: 45px;
    padding-left: 35px;
    padding-right: 10px;
  }

  .statistics-item__qty::before
  {
    width: 25px;
  }
}

.statistics-item__caption
{
  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-transform: uppercase;
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 0px 0px;
}

.statistics-item__caption::before
{
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  width: 1px;
  height: 30px;
  margin: -15px 0px 0px 0px;
  background-color: #cccccc;
}

@media (min-width: 1200px)
{
  .statistics-item__caption
  {
    font-size: 15px;
    padding-left: 20px;
  }
}
/* End */


/* Start:/local/templates/new_rs_account_GREEN/components/bitrix/news.list/our_services/style.css?16226218516794*/
.our-services
{
  position: relative;
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.our-service
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.our-service:not(:last-child)
{
  margin-bottom: 20px;
}

.our-service__tab
{
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  width: 100%;
  padding: 5px 20px 5px 5px;
  margin: 0px 0px 0px 0px;
  border: 1px solid #c49a77;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  background-color: #fbfbfb;
  -webkit-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  transition: 0.7s ease;
  cursor: pointer;
}

.our-service--selected .our-service__tab::after
{
  content: '';
  position: absolute;
  bottom: -21px;
  left: 50%;
  width: 1px;
  height: 20px;
  margin: 0px 0px 0px -1px;
  background-color: #c49a77;
}

.our-service--selected .our-service__tab
{
  margin-bottom: 20px;
  background-color: #c49a77;
}

@media (min-width: 768px)
{
  .our-service__tab
  {
    width: 370px;
    padding-right: 15px;
    -webkit-border-radius: 40px;
       -moz-border-radius: 40px;
            border-radius: 40px;
  }

  .our-service--selected .our-service__tab
  {
    margin-bottom: 0px;
  }

  .our-service--selected .our-service__tab::after
  {
    top: 50%;
    right: -31px;
    bottom: auto;
    left: auto;
    width: 30px;
    height: 1px;
    margin: -1px 0px 0px 0px;
  }
}

@media (min-width: 992px)
{
  .our-service__tab
  {
    width: 445px;
    -webkit-border-radius: 45px;
       -moz-border-radius: 45px;
            border-radius: 45px;
  }
}


.our-service__tab-icon
{
  width: 46px;
  height: 46px;
  padding: 0px 0px 0px 0px;
  margin: 0px 15px 0px 0px;
  border: 1px solid #c49a77;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;

  background-color: #c49a77;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
}

@media (min-width: 768px)
{
  .our-service__tab-icon
  {
    width: 66px;
    height: 66px;
    margin-right: 20px;
  }
}

@media (min-width: 992px)
{
  .our-service__tab-icon
  {
    width: 78px;
    height: 78px;
  }
}

.our-service__tab-caption
{
  color: #01052b;
  font-family: "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
}

@media (min-width: 768px)
{
  .our-service__tab-caption
  {
    font-size: 16px;
  }
}

@media (min-width: 992px)
{
  .our-service__tab-caption
  {
    font-size: 17px;
  }
}

.our-service--selected .our-service__tab-caption
{
  color: #ffffff;
}

.our-service__tab-content
{
  position: relative;
  /*max-height: 0;*/
  padding: 30px 20px 30px 20px;
  margin: 0px 0px 0px 0px;
  border: 1px solid rgba(196, 154, 119, 0.3);
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background-color: #ffffff;
  overflow: hidden;
  /*opacity: 0;
  -webkit-transition: opacity .7s, max-height .7s, padding .7s;
  transition: opacity .7s, max-height .7s, padding .7s;*/
}

.our-service__tab-content::before
{
  content: '';
  position: absolute;
  right: -230px;
  bottom: -120px;
  z-index: 0;
  width: 300px;
  height: 265px;
  background-image: url('/local/templates/new_rs_account_GREEN/components/bitrix/news.list/our_services/./images/leaves.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  opacity: 0.2;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
   -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
       transform: scale(-1, 1);
}

.our-service--selected .our-service__tab-content
{
  /*opacity: 1;
  max-height: 10000px;
  padding-top: 30px;
  padding-bottom: 30px;*/
}

@media (min-width: 768px)
{
  .our-service__tab-content
  {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
    left: 400px;
    min-height: 100%;
    /*max-height: 10000px;*/
    padding: 30px 20px 30px 20px;
    margin-top: 0px;
  }

  .our-service__tab-content::before
  {
    right: -210px;
    bottom: -90px;
  }

  .our-service--selected .our-service__tab-content
  {
    z-index: 10;
  }
}

@media (min-width: 992px)
{
  .our-service__tab-content
  {
    left: 475px;
    padding: 40px 50px 40px 50px;
  }

  .our-service__tab-content::before
  {
    right: -160px;
    bottom: -120px;
  }

  .our-service--selected .our-service__tab-content
  {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.our-service__title
{
  color: #00786f;
  font-family: "Times New Roman", serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
}

.our-service__title::before,
.our-service__title::after
{
  content: none;
}

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

.our-service__desc,
.our-service__desc p
{
  color: #01052b;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}

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

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

.our-service__links
{
  padding: 25px 0px 25px 0px;
  margin: 0px 0px 0px 0px;
}

.our-service__links ul
{
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.our-service__links ul li
{
  position: relative;
  padding: 0px 0px 0px 40px;
  margin: 0px 0px 0px 0px;
}

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

.our-service__links ul li::after
{
  content: '';
  position: absolute;
  top: 9px;
  left: 0px;
  width: 10px;
  height: 1px;
  background-color: #00786f;
}

@media (min-width: 992px)
{
  .our-service__links ul li::before,
  .our-service__links ul li::after
  {
    top: 10px;
  }
}

.our-service__links ul li:not(:last-child)
{
  margin-bottom: 15px;
}

/* End */


/* Start:/local/components/rs/steps/templates/.default/style.css?16226218553835*/
.steps
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

@media (min-width: 768px)
{
  .steps
  {
    height: 400px;
  }
}

@media (min-width: 1200px)
{
  .steps
  {
    height: 440px;
  }
}

.steps__container
{
  position: relative;
  list-style: none;
  width: 300px;
  padding: 30px 0px 0px 0px;
  margin: 0px auto;
}

@media (min-width: 768px)
{
  .steps__container
  {
    top: 50%;
    left: 0px;
    height: 1px;
    width: 520px;
    padding-top: 0px;
    background-color: rgba(196, 154, 119, 0.4);
  }
}

@media (min-width: 1200px)
{
  .steps__container
  {
    width: 760px;
  }
}

.step
{
  position: relative;
  height: 120px;
  padding: 40px 40px 10px 40px;
  margin: 0px 0px 55px 0px;
  border: 1px solid rgba(196, 154, 119, 0.4);
  border-radius: 5px;
  background-color: #ffffff;
}

.step::before
{
  content: '';
  position: absolute;
  top: -56px;
  left: 50%;
  width: 1px;
  height: 55px;
  margin: 0px 0px 0px -1px;
  background-color: #c49a77;
}

.step::after
{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 30px;
  height: 1px;
  margin: 0px 0px -1px -15px;
  background-color: #c49a77;
}

.step:nth-child(1)::before
{
  content: none;
}

.step:last-child::after
{
  content: none;
}

@media (min-width: 768px)
{
  .step
  {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 230px;
    height: 140px;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 0px;
  }

  .step:nth-child(1)
  {
    top: -164px;
    left: -115px;
  }
  .step:nth-child(2)
  {
    top: -164px;
    left: 50%;
    margin-left: -115px;
  }
  .step:nth-child(3)
  {
    top: -164px;
    right: -115px;
    left: auto;
  }
  .step:nth-child(4)
  {
    top: auto;
    bottom: -195px;
    left: 15px;
  }
  .step:nth-child(5)
  {
    top: auto;
    right: 15px;
    bottom: -195px;
    left: auto;
  }

  .step:nth-child(n+1):nth-child(-n+3)::before
  {
    content: '';
    top: auto;
    bottom: -26px;
    left: 50%;
    width: 1px;
    height: 25px;
  }

  .step:nth-child(n+4):nth-child(-n+5)::after
  {
    content: '';
    top: -57px;
    bottom: auto;
    left: 50%;
  }
}

@media (min-width: 1200px)
{
  .step
  {
    width: 350px;
    height: 150px;
    padding-top: 60px;
    padding-right: 45px;
    padding-left: 45px;
  }

  .step:nth-child(1)
  {
    top: -174px;
    left: -175px;
  }
  .step:nth-child(2)
  {
    top: -174px;
    left: 50%;
    margin-left: -175px;
  }
  .step:nth-child(3)
  {
    top: -174px;
    right: -175px;
    left: auto;
  }
  .step:nth-child(4)
  {
    top: auto;
    bottom: -218px;
    left: 15px;
  }
  .step:nth-child(5)
  {
    top: auto;
    right: 15px;
    bottom: -218px;
    left: auto;
  }

  .step:nth-child(n+4):nth-child(-n+5)::before
  {
    top: -70px;
  }

  .step:nth-child(n+4):nth-child(-n+5)::after
  {
    top: -70px;
  }
}

.step__number
{
  position: absolute;
  top: 0px;
  left: 50%;
  color: #00786f;
  font-family: "Times New Roman", serif;
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  text-align: center;
  width: 60px;
  height: 60px;
  padding: 12px 0px 12px 0px;
  margin: -30px 0px 0px -30px;
  border: 1px solid rgba(0, 120, 111, 0.3);
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 
    0 0 0 5px #fdfdfd,
    0 0 0 6px rgba(0, 120, 111, 0.1),
    0 10px 35px 14px rgba(102, 102, 102, 0.08);
  box-shadow:
    0 0 0 5px #fdfdfd,
    0 0 0 6px rgba(0, 120, 111, 0.1),
    0 10px 35px 14px rgba(102, 102, 102, 0.08);
}

.step__desc
{
  color: #01052b;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

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


/* Start:/local/templates/new_rs_account_GREEN/components/bitrix/news.list/advantages/style.css?16226218515532*/
.advantages
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.advantage
{
  position: relative;
  min-height: 50px;
  padding: 0px 0px 0px 65px;
  margin: 0px 0px 0px 0px;
}

.advantage:not(:last-child)
{
  margin-bottom: 30px;
}

@media (min-width: 768px)
{
  .advantage
  {
    min-height: 70px;
    padding-left: 80px;
  }
}

@media (min-width: 1200px)
{
  .advantage
  {
    min-height: 92px;
    padding-left: 110px;
  }
}

.advantage__icon
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;

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

@media (min-width: 768px)
{
  .advantage__icon
  {
    width: 70px;
    height: 70px;
  }
}

@media (min-width: 1200px)
{
  .advantage__icon
  {
    width: 92px;
    height: 92px;
  }
}

.advantage__title
{
  color: #01052b;
  font-family: "Times New Roman", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
}

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

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

.advantage__desc,
.advantage__desc p,
.advantage__desc li
{
  color: #6d6f81;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

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

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

.advantage__desc ul
{
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.advantage__desc ul li
{
  position: relative;
  padding: 0px 0px 0px 40px;
  margin: 0px 0px 0px 0px;
}

.advantage__desc ul li::before
{
  content: '';
  position: absolute;
  top: 8px;
  left: 0px;
  width: 30px;
  height: 1px;
  background-color: rgba(196, 154, 119, 0.3);
}

.advantage__desc ul li::after
{
  content: '';
  position: absolute;
  top: 8px;
  left: 0px;
  width: 10px;
  height: 1px;
  background-color: #c49a77;
}

@media (min-width: 992px)
{
  .advantage__desc ul li::before,
  .advantage__desc ul li::after
  {
    top: 10px;
  }
}

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


.advantages-badge
{
  width: 290px;
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 0px 0px;
  border-radius: 5px;

  background-color: #acc1d6;
  background-image: url('/local/templates/new_rs_account_GREEN/components/bitrix/news.list/advantages/images/background.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 768px)
{
  .advantages-badge
  {
    width: 100%;
  }
}

.advantages-badge__container
{
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 20px 25px 20px;
  margin: 0px 0px 0px 0px;

  background-color: #ffffff;
}

@media (min-width: 768px)
{
  .advantages-badge__container
  {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px)
{
  .advantages-badge__container
  {
    padding-top: 45px;
    padding-right: 35px;
    padding-bottom: 45px;
    padding-left: 35px;
  }
}

.advantages-badge__qty
{
  width: 65px;
  min-width: 65px;
  max-width: 65px;
  height: 106px;
  min-height: 106px;
  max-height: 106px;
}

@media (min-width: 768px)
{
  .advantages-badge__qty
  {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
    height: 146px;
    min-height: 146px;
    max-height: 146px;
  }
}

@media (min-width: 992px)
{
  .advantages-badge__qty
  {
    width: 110px;
    min-width: 110px;
    max-width: 110px;
    height: 179px;
    min-height: 179px;
    max-height: 179px;
  }
}

@media (min-width: 1200px)
{
  .advantages-badge__qty
  {
    width: 130px;
    min-width: 130px;
    max-width: 130px;
    height: 211px;
    min-height: 211px;
    max-height: 211px;
  }
}

.advantages-badge__text
{
  position: relative;
  color: #01052b;
  font-family: "Times New Roman", serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  width: 155px;
  min-width: 155px;
  max-width: 155px;
  padding: 28px 0px 28px 0px;
  margin: 0px 0px 0px 0px;
  border: 1px solid rgba(196, 154, 119, 0.3);
  border-right-width: 0px;
  border-left-width: 0px;

  background-color: transparent;
}

.advantages-badge__text::before
{
  content: '';
  position: absolute;
  top: -1px;
  left: 0px;
  width: 30px;
  height: 1px;
  background-color: rgba(196, 154, 119, 1);
}

.advantages-badge__text::after
{
  content: '';
  position: absolute;
  right: 0px;
  bottom: -1px;
  width: 30px;
  height: 1px;
  background-color: rgba(196, 154, 119, 1);
}

@media (min-width: 768px)
{
  .advantages-badge__text
  {
    font-size: 16px;
    width: auto;
    min-width: auto;
    max-width: none;
    margin-left: 15px;
  }
}

@media (min-width: 992px)
{
  .advantages-badge__text
  {
    font-size: 22px;
    margin-left: 25px;
  }
}

@media (min-width: 1200px)
{
  .advantages-badge__text
  {
    font-size: 28px;
  }
}
/* End */


/* Start:/local/templates/new_rs_account_GREEN/components/bitrix/news.list/documents_slider/style.css?16226218513493*/
.swiper-container.documents-slider
{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 275px;
  padding: 0px 0px 50px 0px;
}

@media (min-width: 768px)
{
  .swiper-container.documents-slider
  {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
	}
}

.documents-slider__slide
{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 5px 5px 5px;
  margin: 0px 0px 0px 0px;
  border: 1px solid rgba(196, 154, 119, 0.3);
  border-radius: 5px;
  cursor: pointer;
}

.documents-slider__slide-container
{
  position: relative;
}

.documents-slider__img-wrapper
{
  font-size: 0;
  
}

.documents-slider__slide-overlay
{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}

.documents-slider__slide-overlay::after
{
  content: '\f1ee';
  color: #12867f;
  font-family: 'Material-Design-Iconic-Font';
  font-size: 70px;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 15px 25px 15px 25px;
  margin: -50px 0px 0px -50px;
  border-radius: 50%;
  background-color: #ffffff;
}

.documents-slider__slide:hover .documents-slider__slide-overlay
{
  opacity: 1;
}



.documents-slider.swiper-container-horizontal>.swiper-pagination-bullets
{
  bottom: 15px;
}


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

.documents-slider.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%;
}

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

.documents-slider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before
{
  border-color: #c49a77;
}



.documents-slider .swiper-button-next,
.documents-slider .swiper-button-prev
{
  display: none;
  width: 50px;
  height: 30px;
  margin-top: -30px;
}

.documents-slider .swiper-button-next::before,
.documents-slider .swiper-button-prev::before
{
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: rgba(196, 154, 119, 0.4);
}

.documents-slider .swiper-button-next::after,
.documents-slider .swiper-button-prev::after
{
  content: '';
  top: 50%;
  position: absolute;
  width: 35px;
  height: 8px;
  margin-top: -4px;
  background-color: transparent;
  background-image: url('/local/templates/new_rs_account_GREEN/components/bitrix/news.list/documents_slider/images/arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.documents-slider .swiper-button-next::before
{
  left: 0px;
}

.documents-slider .swiper-button-next::after
{
  right: 0px;
}

.documents-slider .swiper-button-prev::before
{
  right: 0px;
}

.documents-slider .swiper-button-prev::after
{
  left: 0px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media (min-width: 768px)
{
  .documents-slider .swiper-button-next
  {
    display: block;
    right: 0px;
  }

  .documents-slider .swiper-button-prev
  {
    display: block;
    left: 0px;
  }
}
/* End */


/* Start:/local/templates/new_rs_account_GREEN/components/bitrix/news.list/news_slider/style.css?16445821773293*/
.swiper-container.news-slider
{
  padding-bottom: 40px;
}

.news-slider__date
{
  color: #666666;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
}

@media (min-width: 768px)
{
  .news-slider__date
  {
    font-size: 11px;
  }
}

@media (min-width: 992px)
{
  .news-slider__date
  {
    font-size: 12px;
  }
}

.news-slider__img-wrapper
{
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 300px;
  padding: 2px 2px 2px 2px;
  margin: 0px 0px 10px 0px;
  border: 1px solid rgba(196, 154, 119, 0.3);
  border-radius: 5px;
}

.news-slider__img-wrapper img
{
  border-radius: 5px;
}

.news-slider__title
{
  color: #01052b;
  font-family: "Times New Roman", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
}

@media (min-width: 992px)
{
  .news-slider__title
  {
    font-size: 17px;
  }
}

.news-slider__title a
{
  color: inherit;
  text-decoration: none;
}

.news-slider__title a:hover
{
  text-decoration: underline;
}

.news-slider__preview-text
{
  color: #6d6f81;
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
}

@media (min-width: 768px)
{
  .news-slider__preview-text
  {
    font-size: 14px;
  }
}

.news-slider__read-more
{
  color: #c49a77;
  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;
  transition: 0.7s ease;
}

.news-slider__read-more:hover
{
  color: #00786f;
}


.news-slider .swiper-scrollbar-drag
{
  background-color: #00786f;
}


/*1045203*/

.news-slider .swiper-button-next,
.news-slider .swiper-button-prev
{
  display: none;
  width: 50px;
  height: 30px;
  margin-top: -30px;
}

.news-slider .swiper-button-next::before,
.news-slider .swiper-button-prev::before
{
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: rgba(196, 154, 119, 0.4);
}

.news-slider .swiper-button-next::after,
.news-slider .swiper-button-prev::after
{
  content: '';
  top: 50%;
  position: absolute;
  width: 35px;
  height: 8px;
  margin-top: -4px;
  background-color: transparent;
  background-image: url('/local/templates/new_rs_account_GREEN/components/bitrix/news.list/news_slider/images/arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.news-slider .swiper-button-prev::before
{
  right: 0px;
}

.news-slider .swiper-button-prev::after
{
  left: 0px !important;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
@media (min-width: 768px)
{
  .news-slider .swiper-button-next
  {
    display: block;
    /*right: -50px;*/
  }
  .news-slider .swiper-button-prev
  {
    display: block;
    /*left: -50px;*/
  }
}

.news-slider .swiper-button-next::after {
    right: 0;
}


/*1045203*/
/* End */
/* /local/templates/new_rs_account_GREEN/components/bitrix/news.list/our_portfolio_statistics/style.css?16226218513680 */
/* /local/templates/new_rs_account_GREEN/components/bitrix/news.list/our_services/style.css?16226218516794 */
/* /local/components/rs/steps/templates/.default/style.css?16226218553835 */
/* /local/templates/new_rs_account_GREEN/components/bitrix/news.list/advantages/style.css?16226218515532 */
/* /local/templates/new_rs_account_GREEN/components/bitrix/news.list/documents_slider/style.css?16226218513493 */
/* /local/templates/new_rs_account_GREEN/components/bitrix/news.list/news_slider/style.css?16445821773293 */
