body, html {
	/*overflow-x: clip;*/
}

.prices-table_header {
  display: flex;
  height: 80px;
  justify-content: space-around;
  align-items: center;
  background: #fbba00;
  border-radius: 8px 8px 0px 0;
  box-shadow: 0 4px 4px #0000001c;
  z-index: 15;
  position: relative;
  font-size: 16px;
}
.prices-table_element {
  display: flex;
  height: auto;
  justify-content: space-around;
  align-items: center;
  transition: .5s all;
  cursor: pointer;
  flex-wrap: wrap;
  position: relative;
}

.prices-table_element .prices-table_element {
    display: none;
}

.prices-table_element:nth-child(2n) {
    background: #fafafa;
}
.prices-table_element:hover {
    background: #41414e;
    color: #fff;
}
.prices-table_element:hover > .prices-table_text-e {
    color: #000;
}
.prices-table_text {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  padding: 5px 0;
  text-align: center;
  flex: 1 1 0;
  white-space: pre-wrap;
}
.prices-table_header .prices-table_text {
  font-weight: 800;
}
.prices-table_element .prices-table_text.prices-table_text-e {
  background-image: url('/local/components/bitrix/news.detail/templates/usluga/css/imgs/circle.svg');
  background-position: 50px -60px;
  background-repeat: no-repeat;
  background-size: 300px 300px;
  color: #000;
  justify-content: center;
  white-space: nowrap;
}
.prices-table_text del {
  color: #aaa;
}
.prices-table_text b {
  padding: 0 4px;
  font-weight: 800;
}
.prices-table_wrap {
    margin-bottom: 80px;
}
.prices-table_text sup {
    margin-right: 4px;
    overflow: hidden;
    display: contents;
}


.prices-toggle {
  display: flex;
  justify-content: space-around;
}
.prices-toggle_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  cursor: pointer;
  transition: .5s all;
  font-weight: 800;
  background: #fafafa;
}
.prices-toggle_btn.prices-toggle_btn-plate {
  border-radius: 50px 0 0 50px;
}
.prices-toggle_btn.prices-toggle_btn-table {
  border-radius: 0 50px 50px 0;
}

.prices-toggle_btn.active {
	background: #fbba00;
}

@media screen and (max-width: 950px) {
	.prices-table_element .prices-table_text:nth-child(2) {
		/*! font-size: 9px; */
		/* flex: 1 1 20%; */
		/* margin-left: 8px; */
	}
	.prices-table_text.prices-table_text-e {
		background-position: 0px -90px !important;
	}
  
  .prices-table_header {
    display: none;
  }
  .prices-table_element .prices-table_text:first-child:empty {
    display: none;
  }
  .prices-table.width {
    padding-left: 0;
    padding-right: 0;
  }
  
  .prices-table_element .prices-table_text:first-child {
    width: 100%;
    break-after: page;
    background: #fbba00;
    flex: 1 1 100%;
    justify-content: flex-start;
    padding: 20px;
    font-weight: 800;
    font-size: 15px;
    text-align: inherit;
	display: flex;
	box-shadow: inset 0 -4px 4px #00000014;
    margin-bottom: 50px;
  }
  
  .prices-table_element .prices-table_text:first-child {
    height: 55px;
  }
  
  .prices-table_text {
    text-align: left;
    justify-content: flex-start;
    padding: 8px;
  }
  .prices-table_element:hover {
      background: inherit;
      color: inherit;
  }
  
  .prices-table_element .prices-table_element {
    display: flex;
    position: absolute;
    width: 100%;
    top: 80px;
  }
}


.prices-table_text {
  justify-content: flex-start;
  padding: 0 24px;
  text-align: inherit;
}
.prices-table_header .prices-table_text:last-child {
  justify-content: center;
}



.dobronew._services_k-obiol_ .trigger {
  height: 285px;
  position: relative;
}
.our-standart .text span, .faq .ot {
  font-weight: 500;
}


/*/*/
@media screen and (max-width:700px) {
  .tabs-controls li {
    flex-basis: 100%;
  }
}

@media screen and (min-width: 1160px) {
  .wrap .bx-breadcrumb-wrap {
    top: 77px;
  }

  .wrap .page_wrapper {
    margin-top: 150px;
  }
}
