.detail__item .wrapper-btn{
	display: flex;
	align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top:20px;
}

.detail__item .wrapper-btn > a{
	margin-left: 20px;
	color: #000;
	text-decoration: none;
}

.item__price .time {
    font-size: 16px;
    line-height: normal;
    text-transform: lowercase;
    color: #D6B981;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
}

.item__price .time:before{
	content: '';
	display: block;
	width:20px;
	height: 20px;
	background-image: url(/assets/images/time-icon.svg);
	background-size: 100%;
	margin-right: 10px;
}

h2 {
    font-family: var(--font-2);
    text-align: center;
    font-size: 30px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 40px;
}

h2 > span{
	color: #D6B981;
} 

.service-home{
	margin-top: 60px;
}

.default-block {
    background: url(/assets/img/h2-background-img-3.jpg) 0 0 no-repeat, url(/assets/img/h2-background-img-4.jpg) 0 0 no-repeat;
    background-position: left top, right bottom;
    background-color: #fff;
    padding: 48px 0 74px;
}  

.block-masters .masters-wrapper{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
}

.block-masters .masters-wrapper .item-master{
	width: 24%;
}

.block-masters .masters-wrapper .item-master img{
	border-radius: 3px;
	margin-bottom: 5px;
}

.block-masters .masters-wrapper .item-master p{
	color: #D6B981;
}

.sertif-wrapper{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.sertif-wrapper img{
	width: 25%;
    margin: 0 4% 60px;
    height: auto;
}

.block-content h2{
	margin-bottom: 20px;
	margin-top: 40px;
}

.block-content h3{
	margin-bottom: 10px;
	margin-top: 30px;
	font-size: 24px;
	font-family: var(--font-2);
}

.block-content .detail__wrapper{
	max-width: 900px;
}

.block-content a{
	color: #D6B981;
}

.block-content ul{
	margin: 10px 0 10px 30px;
}

.block-content p{
	margin: 0px 0 10px;
}





.content_block {
    overflow: hidden;
    position: relative;    
}
.content_block.hide {
    height: 300px;
}
.content_block.hide:after{
    content: "";
    display: block;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%)
}

/* Кнопка */
.content_toggle {
    margin-top:20px;
    font-size: 16px;
    text-decoration: none;
    color: #D6B981;
    display: block;
    
}
.content_toggle:hover {
    text-decoration: underline;
}

.block-info-uslugi .bg-block{
    display: flex;
    padding: 30px 60px;
    background: #F8F9F4;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.block-info-uslugi .bg-block .left{
    font-size: 24px;
}

.block-info-uslugi .bg-block .right{
    font-size: 24px;
}

.block-info-uslugi .bg-block .left span{
    font-size: 14px;
    display: block;
    margin-top:-5px;
}

.block-info-uslugi .bg-block .right span{
    font-size: 14px;
    display: flex;
    margin-top:-5px;
    color: #D6B981;
    align-items: center;
}

.block-info-uslugi .bg-block .right span:before{
    content: '';
    display: block;
    width:14px;
    height: 14px;
    background-image: url(/assets/images/time-icon.svg);
    background-size: 100%;
    margin-right: 5px;
}



.new-deposit .deposit__name{
    font-size: 32px;
}

.new-deposit .deposit__name span{
    font-size: 24px;
    color: #D6B981 !important;
}

.new-deposit .deposit__text{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}

.new-deposit .deposit__text .title-line{
    font-size: 14px;
    text-transform: uppercase;
    color: #666;
    width: 60%;
    text-align: left;
    margin-bottom: 15px;
}

.new-deposit .deposit__text .val-line{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    width: 40%;
    text-align: left;
    margin-bottom: 15px;
} 

.new-deposit .title-line.srok span{
    text-transform: none;
    font-size: 12px;
    margin-top: -10px;
}

.new-deposit .title-line.srok + .val-line{
    font-size: 16px;
    line-height: 20px;
}

.new-deposit .title-line.srok{
    line-height: 20px;
}

.new-deposit .star{
    position: relative;
    z-index: 10;
    padding-left:10px;
}

.new-deposit .star:before{
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(../images/star.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -13px;
    left:0;
    z-index: -1;
}

.new-deposit .deposit__price{
    font-size: 36px;
    font-family: var(--font-2);
    text-align: center;
    margin: 15px 0 20px;
}

.new-deposit .star-info{
    color:#666; 
    line-height:18px; 
    margin-top:20px;
    font-size: 12px;
}


.new-sertificate .deposit__name span{
    display: block;
    color: #D6B981;
    font-size: 24px;
    text-align: center;
    margin-top: 7px;
}

.new-sertificate .deposit__text{
    display: flex;
    width: 100%;
    padding: 0 40px;
}

.new-sertificate .deposit__text div{
    text-align: left;
    margin-bottom:10px;

}

.new-sertificate .deposit__text div:first-child{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #666;
    width: 60%;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.new-sertificate .deposit__text div:last-child{
    font-size: 20px;
    font-weight: 600;
    line-height: 21px;
    color: #000;
    width: 40%;
}

.new-sertificate .deposit__price{
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
    text-align: center;
    width: 100%;
    font-family: var(--font-2);
    margin: 25px 0;
}

.new-sertificate .deposit__text .podarok:before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/podarok.png);
    background-repeat: no-repeat;
    background-size: 100%;
   margin-right: 7px;
}

.new-sertificate .deposit__small{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #666;
    margin: 30px 0 0px;
    padding: 0 30px;
}

.new-sertificate .deposit__small .color-red{
    color: red;
}


.h-menu__sub{
    position: relative;
}

.h-menu__sub li ul{
    display: none;
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
}

.h-menu__sub li:hover ul{
    display: block;
    position: absolute;
    left:98%;
    top: 0;
    background: #fff;
    width:240px;
}

.h-menu__sub li ul li:not(:last-child) {
    border-bottom: 1px solid #ececec;
}

.menu-item-arrow:before{
    content: '';
    position: absolute;
    right:10px;
    display: block;
    font-size: 20px;
    color: #DDBA93;
    top: 2px;
    width:20px;
    height:100%;
    background: url(next.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 50%;
}

.detail__list{
    margin-bottom: 0;
    padding-bottom: 0;
}

.detail__wrapper{
    margin-bottom: 80px;
}

/*.detail__list .detail__item:nth-child(n+5){
    display: none;
}*/

.more-button{
    text-align: center;
    cursor: pointer;
    color: #be9d5b;
}

.maps-contacts {
    height: 440px;
}

.table-uslugi td p{
    margin-bottom: 0;
}

.table-uslugi td {
    min-width: 120px;
    padding: 10px 10px;
}

.table-uslugi tr:nth-child(1) {
    background: #DDBA93;
}

.table-uslugi td *{
    font-size: 15px;
}

.table-uslugi .btn--primary {
    letter-spacing: 1.5px;
}

.item__price .value {
    font-size: 28px;
    line-height: 106%;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.item__price .time {
    font-size: 14px;
}

.item__price .time:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(/assets/images/time-icon.svg);
    background-size: 100%;
    margin-right: 5px;
}

.btn {
    padding: 14px 40px;
}








@media(max-width: 767px){

.block-masters .masters-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.block-masters .masters-wrapper .item-master {
    width: 45%;
    margin-bottom: 10px;
}

.block-content.default-block {
    background: none;
    background-position: left top, right bottom;
    background-color: #fff;
    padding: 48px 0 74px;
}

.default-block {
    background: url(/assets/img/h2-background-img-4.jpg) 0 0 no-repeat;
    background-position: right bottom;
    background-color: #fff;
    padding: 48px 0 74px;
}

.block-info-uslugi .bg-block{
    display: flex;
    padding: 30px 20px;
    background: #F8F9F4;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.block-info-uslugi .bg-block .right{
    min-width: 80px;
}

.block-info-uslugi .bg-block .left{
    line-height: 26px;
}

.block-info-uslugi .bg-block .left span {
    margin-top: 0px;
}


.new-deposit .deposit__text {
    padding: 0 5px;
}

.new-deposit .deposit__text .title-line{
    width: 55%;
}

.new-deposit .deposit__text .val-line{
    width: 45%;
} 

.new-deposit .deposit__name span {
    margin-top: 10px;
    display: block;
}

.new-deposit .star:before {
    top: -15px;
}

.new-sertificate .deposit__text{
    padding: 0 10px;
}

.new-sertificate .deposit__small {
  
    padding: 0 0px;
}


}