/*fix*/
.wrap .page_wrapper {
    margin-top: 0 !important;
}
/* //fix*/

.dobronew .top-text .inner-text, .dobronew .top-text p, .bx-breadcrumb .bx-breadcrumb-item, .bx-breadcrumb, .bx-breadcrumb a {
	color: #000 !important;
}

.dobronew .main-image {
	background: none !important;
}
.dobronew .top-text h1.inner-h1 {
    font-weight: 800 !important;
    padding-top: 0 !important;
    font-size: 50px !important;
    line-height: 1.1;
    color: #000 !important;
    margin-bottom: 38px !important;
}

.dobronew .top-text {
	height: auto;
	margin-bottom: 0 !important;;
}

.dobronew .main-image .width, .dobronew .pblock2 .width {
    width: auto !important;
}

.tabs-controls {
    margin-top: 16px;
}

.tabs-controls li {
	position: relative;
    flex-basis: 24%;
    margin-bottom: 16px;
    border-radius: 8px;
	transition: .4s all ease-in-out;
	bottom: 0;
	background-size: cover;
	background-position: center;
}
.tabs-controls li:hover {
    box-shadow: 0 8px 8px #b5b5b5;
    bottom: 8px;
}

.dobronew .tabs-price .tabs-controls > ul > li.active {
	box-shadow: 0 8px 8px #b5b5b5;
    bottom: 8px;
}

.dobronew .tabs-price .tabs-controls > ul > li > a {
    padding: 20px 28px 11px;
    display: flex;
	align-items: flex-end;
    text-decoration: none;
    line-height: 1;
    border: none;
    border-radius: 8px;
    transition: .5s all ease-in-out;
    background: linear-gradient(0deg, rgba(0,0,0,0.6082633737088585) 0%, rgba(87, 63, 0, 0.72) 100%);
	min-height: 80px;
	height: 100%;
}

.dobronew .tabs-price .tabs-controls > ul > li.active > a {
    border: none;
    box-shadow: none;
    background: linear-gradient(0deg, rgba(0,0,0,0.6082633737088585) 0%, rgba(166, 121, 3, 0.72) 100%);
}

.dobronew .tabs-price .tabs-controls > ul > li > a:hover {
	box-shadow: none;
	
}

.dobronew .tabs-price .tabs-controls > ul > li > a span {
    height: auto;
    align-items: center;
    color: #fff;
    font-weight: 800;
    justify-content: center;
	padding-bottom: 10px;
}

.dobronew .pblock2 {
    padding: 20px 0;
}

.dobronew .tabs-price table {
  border: none;
  font-size: 16px;
}
.dobronew .tabs-price table tr {
	transition: .1s background ease-in-out;
	height: 80px;
	display: flex;
	width: 100%;
	z-index: 3;
	position: relative;
}
.dobronew .tabs-price table tr:nth-child(2n) td {
  background: inherit;
}
.dobronew .tabs-price table tr:nth-child(2n) {
  /*! border-top: 1px solid #ccc; */
  /*! border-bottom: 1px solid #ccc; */
}
.dobronew .tabs-price table td {
  border-right: none;
  padding: 10px 26px;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}
.dobronew .tabs-price table tbody {
}
.dobronew .tabs-price table tr:first-child:hover {
  background: transparent;
  cursor: default;
}
.dobronew .tabs-price table tr:hover {
  background: #f0f0f0;
}

.dobronew .tabs-price table th {
    border-right: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
	text-align: center;
}
.dobronew .tabs-price table th:first-child {
    border-radius: 4px 0 0 0;
}
.dobronew .tabs-price table th:last-child {
    border-radius: 0 4px 0 0;
	width: 75%;
}


.dobronew .anchor {
    display: block;
    position: relative;
    top: -96px;
    visibility: hidden;
}


.dobronew .tabs-price table tr:first-child {
  box-shadow: 0 8px 8px #00000024;
}
.dobronew .tabs-price table tr:nth-child(2n) {
  background: #fff;
  z-index: 0;
}
.dobronew .tabs-price table tr:nth-child(2n+1) {
  background: #FAFAFA;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 4px 4px;
}
.dobronew .tabs-price table tr td:last-child {
  background: #fbba00;
  border-radius: 100px 0 0 0;
  width: 75%;
}

.dobronew .tabs-price table tr td:last-child b {
	font-weight: 800;
	width: auto;
}

.dobronew .tabs-price table tr td:last-child del {
	font-weight: 800;
	margin: 0 4px;
}

.dobronew .tabs-price table td b {
    width: 100%;
    text-align: center;
}

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

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

    .dobronew .tabs-price .tabs-controls > ul > li {
        flex: 1 0 47%;
    }
}


