/*
CTC Separate Stylesheet
Updated: 2025-02-02 13:57:45
Theme Name: GORN 2 Child
Theme URI: https://goodwinpress.ru/tema-gorn-2
Template: gorn-2
Author: GoodwinPress
Author URI: https://goodwinpress.ru/
Description: Новая тема от Гудвина для бизнес-сайта с каталогом на CMS WordPress. Красивая, быстрая, с категориями и карточками продуктов, готовыми разделами на Главной, с микроразметкой schema.org и open graph, хлебными крошками и др
Tags: theme-options,custom-colors,custom-menu,custom-logo,editor-style,featured-images,blog,translation-ready
Version: 1.1.1.1738493865
*/

li.header-contacts-list__item.contacts-item.chat-item {
	align-content: center;	
}

ul.footer-about__connect {
	align-content: center;	
}

ul.footer-about__schedule {
	align-content: center;	
}

ul#menu-osnovnoe-menyu-v-shapke {
    width: 100%;
	height: 53.98px;
    display: flex;
	align-content: center;
	left: 190px;
    position: absolute;
    margin: auto;
}

a.btn.site-header__btn {
    z-index: 123141;
}

.term-item__count {
    display: none;
}

.page-wrap__content.page-content.novost {
    grid-column: 12 span;
}

ul.footer-about__contacts {
    align-content: center;
}

#action2 .action__content button.btn.open-modal {
    background-color: #FF0000;
}

/* popup */
div#politica-popup {
    z-index: 99999;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 0%);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 20px; 
    box-sizing: border-box; 
}

.popup-overlay.active {
    display: flex;
}

.popup-content {
    background: #fff;
    padding: 25px 40px 25px 25px;
    max-width: 590px;
    width: 100%;
    position: relative;
    border-radius: 25px;
    max-height: 90vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
	hyphens: auto;
    word-break: auto-phrase;
    overflow-wrap: break-word;
}

.popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 34px;
    height: 34px;
    background-image: url(https://tso63.ru/wp-content/themes/gorn-2/assets/img/close-alt.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    display: block;
}

.popup-content::-webkit-scrollbar {
    width: 6px;
}

.popup-content::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2);
    border-radius: 10px;
}