:root{
    --secondary-font: 'Gilda Display', serif;
    /*--normal-font: 'Barlow', sans-serif;*/
    /*--primary-color: #ab8a62;*/
	--primary-color: #fc941a;
    --text-color: #000;
    --text-color-2: #666666;
    --b-color: #f8f5f0;
	--orange-color: #fc941a;
}

@font-face {
    font-family: fontIcon;
    src: url(../font/Flaticon.woff2);
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth !important;
    /*font-family: 'Barlow Condensed', sans-serif;*/
	font-family:'Roboto';
    overflow-x: hidden !important;
}
.d-none{
	display:none !important;
}
.d-block{
	display:block !important;
}
.border-bottom{
    border-bottom: 1px solid #f4f4f4;
}

.row.no-gutters .padding-left-1{
    padding-left: 1px;
}

.p-left{
    padding-left: 15px;
}

.p-right{
    padding-right: 15px;
}

.mb-30{
    margin-bottom: 30px;
}

.mt-10{
    margin-top: 10px;
}
.mt-30 {
    margin-top: 50px;
}

.mt-90{
    margin-top: 90px;
}
.fix__check-now {
    width: 100% !important;
    white-space: nowrap !important;
    padding: 20px !important;
}

.my-10 {
    margin: 10px 0;
}

.my-30 {
    margin: 30px 0;
}

.my-30 {
    margin: 50px 0;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-50 {
    margin-top: 50px;
}
.w-100{
    width:100%;
}
h-100{
    height: 100%;
}
.row-reverse{
    flex-direction: row-reverse;
}

.height-300{
    height: 300px;
}

.d-pc-none{
    display: none;
}

.p-relative{
    position: relative;
}

@media only screen and (min-width: 46.25em) and (max-width: 63.9375em){
    .row.no-gutters .padding-left-1{
        padding-left: 0px;
    }

    .d-tb-none{
        display: none;
    }

    .d-tb-block{
        display: block;
    }

    .mb-tb-30{
        margin-bottom: 30px;
    }

    .height-tb-unset{
        height: unset;
    }
}

@media only screen and (max-width: 46.1875em){
    .d-mb-none{
        display: none;
    }

    .d-mb-block{
        display: block;
    }

    .mb-mb-15{
        margin-bottom: 15px;
    }

    .mb-mb-30{
        margin-bottom: 60px;
    }

    .height-mb-unset{
        height: unset;
    }
	.comment-items .slick-slide img{
	    height:70px;	
	}
	.slick-slide img{
		width:100%;
		height: 205px
	}
	
	.container__contact {
    padding: 10px 0 !important;
	}
	
	.header__nav-warp{
		    height: 250px !important;
	}
	
	.footer-top {
    padding-top: 30px !important;
}
	
	.col.l-5.l-o-2.m-7.c-12 {
    margin-top: 15px;
}
	.header-slick .slick-dots {
    right: 5% !important;
}
}

@media only screen and (max-width:767.98px){
  .header-slick .slick-slide img{
	   height:100% !important; 
	}
}
