@charset "UTF-8";
/* CSS Document */

body {
    /* font-family: 'DejaVu Sans', sans-serif; */
    font-family: 'FiraGo';
    /* font-family: "bpg ingiri arial"; */
}

.img-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_container {
    height: 200px;
}

.logo {
    border: 2px solid #f0f0f0;
    border-radius: 50%;
    object-fit: cover;
    aspect-ratio: 1;
}


.promo_full {
    height: auto;
    background: url(../images/cover3.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
}


.strip_all_tour_list p {
    font-family: "bpg ingiri arial";
}

.tour_list_desc h3 {
    font-family: DejaVu Sans Bold;
}





/* POST */
.post-header {
    display: flex;
    padding: 10px 10px 0 10px;
    justify-content: space-between;
}

.post-header>div {
    display: flex;
    padding: 0;
}

.post-header .logo {
    width: 70px; 
    height:70px
}

.post-header h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 0 10px;
}

.post-header p {
    font-size: 14px;
    margin: 5px 0 0 10px;
}

.post img {
    border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
}

.post_info {
    padding: 0px 10px 10px 10px;
}


/* არსებული სტილის ჩასწორებები */
.table.table_summary td {
    width: auto;
}

.short_info {
    padding: 45px 10px 10px 10px;
}    


.ribbon_3.inprogress span {
	background: linear-gradient(#f05502 0%, #f5810c 100%);
}

.ribbon_3.inprogress span::before {
	border-left: 3px solid #a3362a;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #a3362a;
}

.ribbon_3.inprogress span::after {
	border-left: 3px solid transparent;
	border-right: 3px solid #a3362a;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #a3362a;
}


.company_card {
    color: black;
    display: flex;
    flex-direction: column;
}
.company_card .logo {
    width: 100px; 
    height: 100px;     
    border: 2px solid #dedede;
}

.company_card .header {
    padding-left: 110px;
    min-height: 70px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ededed;
}

.company_card h4 {
    font-size: 18px;
    margin: -15px 0 7px 0;
    font-family: 'FiraGo';
    font-weight: bold;
}
.company_card p {
    margin: 0 0 2px 0;
}
.company_card i {
    font-size: 20px;
    margin-right: 5px;
}