/*
Theme Name:GORN 2 Дочерняя тема
Theme URI: https://goodwinpress.ru/tema-gorn-2
Author: GoodwinPress
Author URI: https://goodwinpress.ru/
Description: Используем дочернюю тему лишь в тех случаях, когда собрались менять стили, разметку или функции темы. Просто так ее ставить не требуется.
Text Domain: gorn-2
Domain Path: /languages
Template: gorn-2
*/

/* Размещайте ваши стили под этой строкой. */ 

.site-header__branding
{
	max-width: 200px;
}

.advntgs-list__item--colored

{ 
background-color: #045B94;
	!important
}

.credits__descr {
    display: none !important;
}


.back2top {
    margin-left: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--bradius);
    width: 36px;
    height: 36px;
    text-align: center;
    color: var(--btnColor);
    background-color: var(--btnBg);
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

.products-wrap__btns.cat-btns.cat-btns--sidebar {
    display: none !important;
}

.single-feedback-wrapper__title {
	display: none !important;
}

