.hero--slide-right .hero__corner-box{
	float:right;
}
.hero--slide-left .hero__corner-box{
	float:left;
}
.hero--slide-gray .hero__corner-box{
    background: linear-gradient(45deg,transparent 1.8rem,#666 1.8rem);
	color:#fff;
}
.init_slider_services .slick-slide,
.init_slider_services .slick-slide * {
  outline: none !important;
}
.init_slider_services .slick-list.draggable {
  padding-bottom: 3rem;
}
.init_slider_services .slick-list.draggable::after {
    content: '';
    display: block;
    width: 100%;
    height: .3rem;
    background: #ccc;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.featured-services__tabs__tab.selected:after, .firm-results__results__result__services span.featured-services__tabs__tab.active:after {
  bottom: -3rem;
}
.featured-services__tabs__tab.selected, .firm-results__results__result__services span.featured-services__tabs__tab.active {
  min-height: 132px;
}
@media screen and (min-width: 768px) {
  .featured-services__tabs {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.featured-elements-right .featured-elements__carousel__item__content{
	float:right;
}
.featured-elements-left .featured-elements__carousel__item__content{
	float:left;
}
.featured-elements-white .featured-elements__carousel__item__content{
    background: #FFFFFF;
	color:#000000;
}

.news-list-table__table a.sort{
	text-decoration:none;
}
.bx-yandex-map {
  max-width: 86vw;
  max-height: 80vh;
}
.form__field_checkbox{
	position:relative;
	padding-left: 2.5rem;
}
.form__field_checkbox input{
	display:none;
}
.form__field_checkbox label{
	display: inline-block;
    font-weight: 400;
    line-height: 3rem;
    vertical-align: middle;
}
.form__field_checkbox label:after{
	content: "check_box_outline_blank";
    color: #002d62;
    display: block;
    font-family: "Material Icons",Arial,sans-serif;
    -webkit-font-feature-settings: 'liga';
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    font-size: 1.8rem;
    left: 0;
    position: absolute;
    top: 0;
}
.form__field_checkbox input[type=checkbox]:checked~label:after {
    content: "check_box"
}
.slick-slide {
height:auto;
}

.pixel-copyright {
  display: block;
  position: relative;
  white-space: nowrap;
  padding: 10px 0;
}

.pixel-copyright span {
  display: block;
  text-align: left;
  font-size: inherit;
  color: inherit;
}

.pixel-copyright a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
  font-weight: normal;
}

.pixel-copyright a:hover {
  text-decoration: underline;
}

.pixel-copyright a:active,
.pixel-copyright a:hover,
.pixel-copyright a:visited,
.pixel-copyright a:focus {
  color: inherit;
}

@media screen and (max-width: 991px) {
  .pixel-copyright span {
    text-align: center;
  }
}


@media screen and (min-width: 768px) {
  .trending-insights__insight--featured {
      display: block;
      min-height: 310px;
  }
}

.trending-insights__insight__image {
    position: relative;
    min-height: 150px;
}
.form__field.form__field--button input:disabled {
  background: rgba(0,0,0,.05);
}
.hero__corner-box {
  /*padding: 2rem 2rem 3rem 2rem;*/
}
/* .hero__heading {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 4rem;
} */
.hero--slide-gray .hero__corner-box svg {
  display: none;
}
.hero--slide-gray .hero__heading::before {
  display: none;
}
@media (min-width: 992px) {
  .hero__corner-box {
      width: 52%;
  }
}

.offices ul>li::before {
display: none;
}
.offices ul>li {
    padding: 0;
}
.hero-mini {
      margin: 9rem 0 0;
}
.hero-mini .hero-wrapper {
      width: 66.66666667%;
      margin-left: 16.66666667%;
          padding: 6rem 0 12rem;
          position: relative;
}
.hero-mini .hero-wrapper::before,
.hero-mini .hero-wrapper::after {
  background: #fdb913;
  content: "";
  display: block;
  height: .1rem;
  left: -100%;
  position: absolute;
  right: -100%;
  transform: rotate(-10deg);
  z-index: -1;
}
.hero-mini .hero-wrapper::before {
  top: 8%;
}
.hero-mini .hero-wrapper::after {
  bottom: 20%;
}
.hero-mini .hero__heading {
  font-size: 3.3rem;
  line-height: 6rem;
}

.hero-mini .hero__content {
      font-size: 1.3rem;
      line-height: 2;
}
.hero-mini .hero__background {
    min-height: 34rem;
}
ol li, ul li {
    line-height: 2rem;
}
ul>li:before {
  top: 0.5rem;
}

@media screen and (min-width: 768px) {
	.hero__heading.h2{
		font-size: 4.6rem;
		line-height: 4.9rem;
		    font-weight: 900;
	}
}

.footer__phoneW:before {
    content: " ";
    width: 24px;
    height: 60px;
    position: absolute;
    display: block;
    left: -15px;
    top: 55px;
    background: url(/local/templates/rosexpertiza/images/phoneW.svg) center left no-repeat;
}

/*.hero--slide-left.hero--slide-gray .hero__corner-box {
    background: linear-gradient(135deg,#666 calc(100% - 1.8rem),transparent calc(100% - 1.8rem));
}
.hero--slide-left.hero--slide-white .hero__corner-box {
    background: linear-gradient(135deg,#fff calc(100% - 1.8rem),transparent calc(100% - 1.8rem));
}
.hero--slide-left .hero__corner-box svg {
  transform: scale(1,-1) rotateY(180deg);
}*/