/*
Theme Name: tkgroup
Theme URI: https://tk-group.com.ua
Author: SensePro
Author URI: https://wordpress.org
Description: TK Group Custom theme
Requires at least: 6.1
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: 
Tags: 
*/


/*.main-nav {*/
/*    display: flex;*/
/*    flex-wrap: nowrap;*/
/*}*/

.blog-card__img { max-height: 232px; }


@media (min-width: 850px) {
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
}

.a-img.e--cover {
    height: 100%;
}

  
.cookies {
    background: #fff;
    color: #060500;
    padding: 2.4rem;
    width: 100vw;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 120;
    transform: translateY(100%);
    transition: all .3s ease;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

@media screen and (min-width: 992px) {
    .cookies {
        max-width:52rem
    }
}

.cookies.active {
    transform: translateY(0)
}

.cookies .content p {
    font-size: 1.4rem;
    line-height: 2rem
}

.cookies .content a,.cookies .content a:visited {
    color: #0c54ab
}

.cookies_btns {
    display: flex;
    flex-direction: column;
    gap: 1.6rem
}

@media screen and (min-width: 992px) {
    .cookies_btns {
        flex-direction:row;
        align-items: center;
        justify-content: center
    }

    .cookies_btns button {
        width: 50%
    }
}

.cookies svg {
    display: none;
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width: 768px) {
    .cookies svg {
        display:block;
        width: 5.5rem;
        position: absolute;
        margin-top: 0;
        top: 0;
        right: 2.4rem
    }
}