﻿main {
    margin-top: 109px;
}

@media only screen and (max-width: 1199.98px) {
    main {
        margin-top: 86px;
    }

    .nav__second-wrap a {
        color: #000
    }
    
}
@media only screen and (min-width:1199.98px){
    .cards-img-wrap {
        height: 47vh !important;
        max-height: 535px !important;
    }
}
.header {
    background: white;
    position: fixed;
}

.nav__hamburger-icon::before, .nav__hamburger-icon::after {
    background-color: #c29a39 !important;
}

 .nav__link,
 .nav__top-link,
 .nav__language,
 .nav__share-price
{
    color: #000
}

 .nav--language-active {
    color: #c29a39;
    border-bottom-color: #c29a39;
}

.nav__search-icon {
    color: #c29a39
}

 .nav__share-price::after,
.nav__language-button::after {
    border-top-color: #000
}

.nav__list-wrap {
    background-color: white;
}
.cards-img-wrap:hover .cards__img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.cards-img-wrap .cards__img {
/*    border-radius: 20px;*/
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    object-fit: cover;
}

.cards-img-wrap {
    width: 100%;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    max-height: 428px;
    position: relative;
    float: left;
    flex: 1 1 25.33333333%;
    overflow: hidden;
/*    border-radius: 20px;*/
/*    margin-bottom: 15px;*/
}

    .cards-img-wrap:before {
        background-image: linear-gradient( to bottom, rgba(194, 154, 57, 0.1) 0%, rgba(194, 154, 57, 0.2) 40%, rgba(194, 154, 57, 0.4) 70%, rgba(194, 154, 57, 0.8) 100% );
/*        border-radius: 20px;*/
        bottom: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        content: "";
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        opacity: 0;
    }

    .cards-img-wrap:hover::before {
        opacity: 1;
    }

    .cards-img-wrap:hover {
        box-shadow: 0 4px 12px rgba(194, 154, 57, 0.8);
    }
.cards__img{
    margin-bottom:0;
}
@media only screen and (max-width: 767.98px) {
    .cards-img-wrap {
        width: 100% !important;
        margin-bottom: 60px;
    }
        .cards-img-wrap .cards__img {
            width: 100% ;
            margin:0;
        }
        .cards .wrap{
            padding:0 !important;
        }
    .cards__img{
        padding-bottom:92%
    }
    .wrap .cards__item > *:not(.cards-img-wrap) {
        padding: 0 36px;
    }

}
@media only screen and (min-width: 768px) {
    .cards-img-wrap {
        margin-bottom: 37px;
    }
}


.stats__cols--center {
    justify-content: center;
    display: flex;
}

.stats__col--single {
    border: none !important;
}

.stats__col--noborder {
    border-right: none !important;
}

@media only screen and (max-width: 1199.9px) {
    .stats__cols--center {
        flex-direction: column
    }
}