:root {
    --main-color: #3E515A;
    --hover-color: #6d9a63;
    --background-color: #F4F6F8;
    --white-color: #FFFFFF;
    --font-arial-caps: "BPG Arial Caps", sans-serif;
    --font-arial: "BPG Arial", sans-serif;
    --font-mtavruli: "BPG ExtraSquare Mtavruli", sans-serif;
}


header {
    background: transparent linear-gradient(0deg, var(--background-color) 0%, #ffffff 100%) 0% 0% no-repeat;
    font-family: var(--font-mtavruli);
    font-size: 18px;
}

header ul {
    margin: 0;
    padding: 0;
}

header a {
    text-decoration: none;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 165px;
}

.logo {
    max-width: 30%;
}
.logo img{
    max-width: 315px;
}

.logo img {
    width: 100%;
    height: auto;
}

.products-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.products {
    background-color: var(--main-color);
    border-radius: 7px;
    text-align: center;
    padding: 10px 40px;
    box-shadow: 0px 1px 2px #00000029;
}

.products img svg {
    color: var(--white-color);
    transform: matrix(0, 1, -1, 0, 0, 0);
}

.products span {
    display: block;
    color: var(--white-color);

}

.products-wrapper.open .products {
    background-color: var(--hover-color);
    transition: .2s;
}

.products-wrapper.open .products svg .c {
    stroke: var(--hover-color);
}

.products-wrapper.open .products svg .e {
    fill: var(--hover-color);
}

.products-wrapper.open .products svg .b {
    fill: var(--white-color);
    transition: .2s;
}

.products-list {
    font-family: var(--font-arial-caps);
    background-color: #f4f6f8 !important;
    box-shadow: 0 3px 20px #00000029;
    position: absolute;
    left: 0;
    top: 165px;
    width: 100%;
    height: 0;
    text-align: center;
    overflow: hidden;
    transition: all .3s linear;
    z-index: 200;
}

.coming-soon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(129, 129, 129, 0.8);
    color: white;
    text-transform: uppercase;

}
.footer-nav li{
    position: relative;
    list-style-type: none;

}
.footer-nav li .coming-soon{
    background: rgb(255 255 255 / 68%);
    cursor: no-drop;
    font-size: 0;
    color: black;
}




/* footer section */
footer {
    font-family: var(--font-arial-caps);
    color: var(--main-color);
    font-weight: 600;
    background-color: #fff;
}

footer a {
    color: var(--main-color);
    display: inline-block;
}

.footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
    clear: both;
}

.footer-contact {
    width: 18%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-contact address {
    font-family: var(--font-arial-caps);
    font-style: normal;
    color: var(--main-color);
    padding: 18px 10px 0;
}

.footer-icon {
    color: var(--main-color);
    width: 40px;
    height: 40px;
}

.mail {
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 7px;
    color: #fff;
    min-width: 240px;
    background-color: var(--main-color);
    text-decoration: none;
}

.mail-icon, .footer-icon {
    display: inline-block;
    margin-right: 10px;
}

.mail:hover {
    background-color: var(--hover-color);
    transition: all .3s ease;
}

.footer-nav {
    width: 30%;
    margin-bottom: 30px;
}

.footer h3 {
    font-family: var(--font-mtavruli);
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    position: relative;
    margin: 0 0 20px;
}

.footer h3::after {
    content: "";
    height: 1px;
    width: 80%;
    max-width: 400px;
    background-color: var(--hover-color);
    position: absolute;
    bottom: 0;
}

.footer-nav ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-nav ul li::before {
    content: ' \25A0';
    color: var(--main-color);
    position: absolute;
    left: -10px;
}

.footer-nav ul a {
    padding: 5px;
    font-size: 15px;
    position: relative;
}
.footer-nav ul a:visited{
    color: #3e515a;
}

/*.footer-nav ul a:hover:after{*/
/*    content: "coming soon";*/
/*    position: absolute;*/
/*    right: -10px;*/
/*    top: -10px;*/
/*    border: 1px solid green;*/
/*    background: white;*/
/*    padding: 10px;*/
/*    color: black;*/
/*}*/
.footer-nav ul a:hover {
    color: var(--hover-color);
    transition: all .3s;
}

.location {
    width: 40%;
    height: 290px;
    overflow: hidden;
}

.iframe-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}


.location iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
}

.footer-meta {
    background-color: #f4f6f8;
    padding: 20px;
    text-align: center;
    font-size: 14px;
}


.meta-copyright {
    text-transform: capitalize;
}

.products-wrapper.open .products-list {
    padding: 60px 0;
    height: auto;
}

.products-wrapper.open .products-list {
    padding: 60px 0;
    height: auto;
}

.products-list ul {
    max-width: 1862px;
    padding: 0 20px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.products-list li {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 1px 2px #00000033;
    width: calc(12.5% - 22px);
    margin: 0 11px 22px;
    overflow: hidden;
    position: relative;
}

.products-list li > a {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    padding: 10px 10px 45%;
}

.products-img-wrapper {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

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


.products-content {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    height: 45%;
    width: 100%;
    transition: height .3s linear;
}

.products-content h3 {
    color: var(--main-color);
    font-size: 17px;
    line-height: 24px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
}

.products-link {
    display: none;
    min-width: 200px;
    margin: 0 auto;
    padding: 10px 17px;
    background-color: var(--hover-color);
    border-radius: 7px;
    font-size: 16px;
    line-height: 22px;
    color: var(--white-color);
    animation: opacity 1s;
    opacity: 0;
}

@keyframes opacity {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.products-list li:hover .products-content {
    height: 100%;
}

.products-list li:hover .products-content h3 {
    -webkit-line-clamp: unset;
}

.products-list li:hover .products-link {
    display: block;
    opacity: 1;
}
.products-wrapper.open .nav-top {
    box-shadow: 0px 3px 6px #0000001A
}
/* navbar section */

nav a {
    text-decoration: none;
    display: inline-block;
}

nav ul {
    padding: 0;
    margin: 0;
}

.nav-top li {
    list-style-type: none;
}

.nav-top {
    font-family: var(--font-mtavruli);
    line-height: 22px;
    background-color: #FFFFFF;
    position: relative;
    box-shadow: 0px 3px 6px #00000029;
    height: 100px;
}



.menu-wrapper, .menu-wrapper > ul, .menu-wrapper .language-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: auto;
}
.language-bar span{
    font-weight: bold;
}
.language-bar .active span{
    color: #6D9A63;
}
.content-single-page {
    max-width: 1080px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    padding-bottom:180px;
}
.page_title {
    font-family: var(--font-mtavruli);
    color: #596a71;
    display: flex;
    justify-content: center;
    align-items: center;

    max-width: 1000px;
    font-size: 34px;
    margin: 60px auto 30px;
    text-align: center;
    text-transform: uppercase;
}
.content-single-page data, .content-single-page h2 {
    font-family: var(--font-mtavruli);
    font-size: 24px;
    text-align: center;
    color: #4ba7cf;
    margin-bottom: 30px;
}
.content-single-page data {
    display: block;
    font-size: 18px;
    color: #3E515A;
    margin-bottom: 10px;
}
.content-single-page .news-image {
    max-width: 45%;
    padding-right: 15px;
    padding-bottom: 15px;
    float: left;
}
#st-1{

    margin-top: 10px;
    margin-bottom: 10px;
}

.single-project {
    max-width: 1460px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.single-project h2 {
    font-family: var(--font-mtavruli);
    text-transform: uppercase;
    margin-top: 40px;
    text-align: center;
}
.single-project h1 {
    color: #4ba7cf;
    font-family: var(--font-mtavruli);
    font-size: 24px;
    text-align: center;
}
.single-project table {
    border-spacing: 0;
    border-collapse: collapse;
}
.single-project table thead {
    color: #4ba7cf;
}
.single-project table td ,  .single-project table th{
    text-align: center;
    padding: 10px;
    border: 1px solid #D3DBDE;
}
.wrapper {
    max-width: 1860px;
    padding-right: 30px;
    padding-left: 30px;
    margin: auto;
}

.page-pagination {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 20px auto;
    text-align: center;
    width: 100%;

}

.years-menu {
    background: #F4F6F8;
    padding: 20px;
    text-align: right;
    font-family: var(--font-mtavruli);
    margin-bottom: 40px;
}

.years-menu ul {
    margin: 0;
    padding: 0;


}

.years-menu ul.dropdown-years {
    display:none;
}

.years-menu ul {
    gap: 0 !important;
    justify-content: end !important;
}
.container-dropdown-years{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.years-menu.show_years ul.dropdown-years {
    display:flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    z-index: 12;
    min-width: 240px;
    background: #f4f6f8;
    top: 20px;
}

.years-menu .container-dropdown-years ul li a{
    text-decoration: none;
    color: black;
    padding: 5px 10px;
    display: inline-block;
    border-bottom: 1px solid #c3c3c3;
    width: 100%;
    font-size: 16px;
}

.years-menu ul li {
    list-style-type: none;
}

.years-menu ul li a {
    text-decoration: none;
    color: black;
    padding: 13px 20px 10px;
    display: inline-block;
}

.years-menu ul li a.active {
    color: white;
    background: #6d9a63;
}
.choose_year{
    cursor: pointer;
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    text-transform: uppercase;
}
.choose_year > span{
    background: white;
    display: inline-block;
    padding: 5px 50px;
    position: relative;
}
.single-page-tic .photo-text{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px
}
.single-page-tic .photo-text p{
    margin: 0;
}
.choose_year > span:after{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    right: 10px;
    top: 10px;
    border-right:2px solid #3e515a;
    border-bottom:2px solid #3e515a;
    transform: rotate(45deg);
}
.choose_year .dropdown-years{
    flex-direction: column;
}
.tic-slider{
    text-align: center;
}
.pagination.pagination-centered span,
.pagination.pagination-centered a {
    padding: 5px;
    background: white;
    border-radius: 5px;
    color: #0b0b0b;
    margin-right: 7px;
    text-decoration: none;
    box-shadow: 0px 1px 2px #00000033;
    width: 34px;
    display: inline-block;
}

.pagination.pagination-centered a:hover,
.pagination.pagination-centered span.page-numbers.current {
    background: #6D9A63;
    color: white;
}
.single-project .homepage-news-content li{
    width:calc(33.33% - 40px) ;
}
.single-project .sp-items-container h3{
    width: 100%;
}
.single-project .news-items-container ul{
    width: 100%;
}
.tax-news_categories .homepage-news-content{
    justify-content: flex-start;
}
.single-project .homepage-news-content{
    justify-content: flex-start;
}


@media screen and (max-width: 1441px){
    .products-wrapper .products-content h3 {
        font-size: 16px;
    }
    .products-wrapper .products-list li {
        width: calc(20% - 22px);
    }

    .products-content h3 {
        font-size: 16px;
    }
}
@media screen and (max-width: 1025px){
    .single-project .homepage-news-content li{
        width:calc(50% - 40px) ;
    }
    .products-wrapper .products-list li {
        width: calc(33.33% - 22px);
    }
}
@media screen and (max-width: 991px) {

    footer{
        padding:0 20px;
    }
    .footer{
        flex-direction: column;

    }
    .footer-contact{
        width: 100%;
    }
    .footer-nav{
        width: 100%;
    }
    footer-nav li{

        list-style-type: none;
    }
    .location{
        width: 100%;
    }
    .footer h3::after{
        width: 100%;
    }
    .footer h3::after{
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 768px){
    .single-project .homepage-news-content li{
        width:calc(100% - 40px) ;
    }
    .logo{
        max-width: 50%;
    }
    .products-wrapper .products-list li {
        width: calc(50% - 22px);
    }
}
@media screen and (max-width: 426px){
    .products {
        padding: 5px 25px;
        font-size: 14px;
    }

    .products-wrapper .products-list li > a {
        padding: 10px 10px 35%;
    }
    .products-wrapper .products-list li {
        width: 100%;
    }
    .products-wrapper .products-content h3 {
        font-size: 14px;
    }
}
