html {
    font-size: 100%;
}
.sc_services_columns_wrap, .services_page_related .related_columns{
	justify-content:center;
}
.sc_dishes_float .sc_dishes_item_title .sc_dishes_item_price {
    position: static;
    font-size: 12px;
    line-height: 1.22;
    font-weight: 400;
    background: #145748;
    padding: 5px 20px;
    border-radius: 20px;
    color: #fff;
}
.customtab .vc_tta-panels-container{
	max-width:1280px;
	margin:auto;
}
.wpcf7-checkbox span.wpcf7-list-item{
    min-width: 50%;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  color: #b7b7b7;
}
.custom_date{
    display: inline-block;
    width: 100%;
	margin-top: -23px;
}
.wpcf7-date{
    background-color: rgba(14, 13, 18, 0);
    border-bottom: 2px solid #31322f;
    padding: 0.5em 1.9em 0.5em 0 !important;
    color: #b7b7b7;
    width: 100%;
	box-sizing:border-box;
}
.vc_tta.vc_tta-accordion .vc_tta-panel:not(.vc_active) + .vc_tta-panel {
	margin-top:20px;
}
.vc_tta.vc_general .vc_tta-panels .vc_tta-panel-body {
    padding: 10px 0;
    min-height: unset;
}
.sc_services_default.sc_services_featured_top .sc_services_item_info {
    padding: 20px;
}
.sc_services_default.sc_services_featured_top .sc_services_item.with_image .sc_services_item_thumb:before {
	display:none;
}
.customheader  .colum-button{
	width:243px;
}
.customheader  .colum-menu{
    width: calc(100% - 243px);
}
.vc_row.vc_row-flex.customheader{
	flex-wrap:nowrap;
}
.nhan-label {
    left: -20px;
    top: -20px;
    position: absolute;
    z-index: 2;
    width: 75px;
    height: 75px;
    color: #fff;
}
.nhan-label .text{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%)
}
.nhan-label svg{
	fill:rgb(20,87,72);
}
.services_page_featured{
	margin-bottom:20px;
}
.scheme_default blockquote{
	margin:0;
}
.footer_wrap .sc_layouts_row{
	padding-bottom:0;
}
.wpcf7-form-control-wrap{
	display:block;
}
.sc_layouts_menu_nav > li > a {
    padding: 1em 1.5vw;
}
.scheme_default .slider-descr:before{
	display:none;
}
.wpcf7-radio .wpcf7-list-item+.wpcf7-list-item{
	margin-left:20px;
}
.top_panel{
	margin-bottom:0;
}
.footer_wrap {
    margin-top: 0;
}
.custom_service .slider_container{
	padding-top:30px;
}
.body_style_boxed .page_wrap{
    margin: 0;
}
.body_style_boxed.header_style_header-custom-13 .page_wrap{
    margin: 0;
}
@media (max-width: 1439px) {
	html{
		font-size:14px;
	}
	.sc_layouts_menu_nav > li > a {	
	    font-size: 12px;
	}
    body.body_style_boxed [class*=content_wrap] > .sidebar {
        width: 218px;
    }
}
@media (max-width: 1023px) {
    .content_wrap, .content_container {
        width: auto !important;
        padding-left: 20px;
        padding-right: 20px;
    }

}
@media  (max-width: 767px){
	.header-main .sc_layouts_column:not([class*=sc_layouts_column_fluid]):not([class*=vc_col-xs-]){
		width:auto !important;
	}
	.vc_row.vc_row-flex.header-main{
	    flex-wrap: nowrap;
	justify-content:space-between;
    }
	.colum-menu .wpb_wrapper{
		    justify-content: space-between;
    display: flex;
	}
	.customheader .colum-menu {
    width: 100%;
	}
	.colum-button {
		display:none;
	}
	.sc_content_width_75p{
		width:100%;
	}
    .row_menu {
        padding-left: 40%!important;
    }
}
@media  (max-width: 479px){
    .row_menu {
        padding: 0 0 61vw 0!important;
    }
    .body_style_boxed .page_wrap {
        margin-left: 15px;
        margin-right: 15px;
    }
}