/*
Theme Name: ZakazTort

main styles override
Version: 1.0.2
*/

/*
 * Global effects
*/

:root {
    --global-transition: all 0.9s;
    --global-link-transition: all 0.9s;
    --global-box-shadow: 0px 8px 35px rgba(212, 175, 55, 0.72);
    --global-bgcolor: #D4AF37;
    --global-hover-bgcolor: #E8BA3C;
    --global-heading: #424242;
    --global-paragraf: #7F7F7F;
}

html {
  -webkit-tap-highlight-color: transparent;
}

a {transition: var(--global-link-transition); text-decoration: none;}

h1, h2, h3, h4, h5, h6 {
    color: var(--global-heading);
}

body, button, input, select, optgroup, textarea {
    color: var(--global-paragraf);
}

.effects {
    transition: var(--global-transition);
    background-color: var(--global-bgcolor);
}

.effects:hover {
    box-shadow: var(--global-box-shadow);
    background-color: var(--global-hover-bgcolor);
}

.yellow {
    color: #D4AF37;
}

.asl_w, .asl_w * {
    font-family: 'Circe';
}

.call__whatsapp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.call__whatsapp p {
    margin: 0 !important;
    padding: 0;
    line-height: 100%;
    font-size: 14px;
    color: #424242;
    font-family: 'Philosopher';
    font-weight: 700;
    text-align: center;
}

.call__whatsapp .mypopup-social-links {
    margin-top: 10px;
}
/*
 * Общие стили для сайта
*/
/* подключение шрифта */
@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe.eot'); /* Для Internet Explorer */
    src: url('../fonts/Circe.eot?#iefix') format('embedded-opentype'), /* Для IE6-IE8 */
         url('../fonts/Circe.woff') format('woff'), /* Для современных браузеров */
         /* url('fonts/Circe.ttf') format('truetype'), Для Safari, Android, iOS */
         url('../fonts/Circe.svg#Circe') format('svg'); /* Для старых версий iOS */
    font-weight: normal;
    font-style: normal;
}

.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.hidden {
    display: none;
    opacity: 0;
}

#content {
    display: grid;
    margin-top: 140px;
    align-items: start;
    justify-items: center;
}

.site-content-inner {
    width: 100%;
    max-width: 1200px;
    min-height: calc(100vh - 140px - 400px);
}

p {
    display: block;
    margin: 16px 0 24px;
    padding: 0;
    line-height: 18px;
    font-size: 16px;
    text-align: left;
    color: #7F7F7F;
    font-family: 'Circe';
    font-weight: 400;
}

/*
	*
	* header style
	*
*/

/*
 * Основная шапка hrader
 *
*/
.admin-bar #navigation {
    top: 32px;
}

.site-header { 
    width: 100%;
    height: 134px;
    padding: 9px 0 0;
    margin: 0;
    display: grid;
    justify-items: center;
    align-items: center;
    position: absolute;
    top: 0px;
    background: #fff;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.04);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 999;
}

.header__container {
    width: 1200px;
    padding: 0 20px;
    margin: 0;
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    gap: 10px 20px;
}

.site-header .header__logo-img {
    width: 36px;
    height: 43px;
}

.site-header .header__logo-name {
    display: flex;
    flex-wrap: wrap;
}

.header__logo-boxname span {
    display: block;
    line-height: 26px;
}

.site-header .header__logo-boxname .text-white {
    font-size: 14px;
    color: #000;
    line-height: 17px;
}

.site-header .yellow {
    font-size: 22px;
}

.header__callback {
    margin-left: auto;
}

.header__callback_btn:hover,
.header__cart_btn:hover {
    box-shadow: 0px 8px 35px rgba(212, 175, 55, 0.72);
    background-color: #D4AF37;
}

.header__callback_btn:focus {
    color: #fff;
}

.header__callback_btn:active {
    color: #fff;
}



.site-header .head__time {
    font-size: 16px;
    color: #000;
    font-family: 'Circe';
    line-height: 19px;
}

span.separator {
    color: #D4AF37;
    margin: 0 10px;
}

.site-header .head__tel a {
    font-size: 22px;
    line-height: 26px;
    font-family: 'Philosopher';
    font-weight: 700;
    text-decoration: none;
}

.site-header .head__tel a, .site-header .head__tel a:visited {
  color: #000;
}

.site-header .head__tel a:hover {
    color: #D4AF37;
}

.site-header ul#menu-primary-in {
    gap: 40px;
}

.site-header .header__menu {
    width: 100%;
    flex: none;
    margin: 0;
    order: 3;
}

.menu-primary-in-container {
    margin-right: auto;
}

.site-header:not(.sticky) #site-navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.site-header:not(.sticky) .search__box {
    max-width: 252px;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
}

.site-header:not(.sticky) .search__box>i {
    display: none;
}

.site-header:not(.sticky) #ajaxsearchlite1 .probox, div.asl_w .probox {
    height: 26px;
}

ul#menu-primary-in a, ul#menu-primary-in a:visited {
    color: #000;
}

/*
 * popup звонка
*/
.popup__head {
    display: block;
    font-size: 28px;
    line-height: 34px;
    margin: 20px auto 10px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Philosopher';
    color: #424242;
}

.contact-popup .form__label {
    font-size: 14px;
    line-height: 17px;
    display: block;
    margin-bottom: 5px;
    margin-left: 10px;
    color: #424242;
}

.contact-popup input.wpcf7-text {
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 20px 25px;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #424242;
    outline: none;
}

.contact-popup p.form__policy {
    font-weight: 100;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    margin: 16px 0 0;
    color: rgb(0 0 0 / 70%);
    font-family: 'Circe';
}

.contact-popup input.wpcf7-submit {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF !important;
    padding: 15px 30px;
    background-color: #D4AF37;
    border-radius: 30px;
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background-color .3s ease-out, color .3s ease-out;
    -o-transition: background-color .3s ease-out, color .3s ease-out;
    transition: background-color .3s ease-out, color .3s ease-out;
    
}

.product-popup.product-popup input.wpcf7-submit:disabled {
    cursor: not-allowed !important;
}

.product-popup-name, span.product-popup-sku {
    font-weight: 600 !important;
}
/*
 * sticky menu
*/

.site-header.sticky {
    position: fixed;
    height: auto;
    padding: 0;
    background: #fff;
    will-change: transform, opacity;
    animation: movehead 0.7s 1 linear;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.04);
}

@keyframes movehead {
    from {
        top:-100px;
        animation-timing-function: ease-in;
    }
    /* 25% {top:-75px;animation-timing-function: ease-in;} */
    50% {
        top:-50px;
        animation-timing-function: ease-out;
    }
    /* 75% {top:-25px;animation-timing-function: ease-in;} */
    to {
        top:0;
        animation-timing-function: linear;
    }
}

.site-header.sticky .header__container {
    padding: 22px 20px 21px;
    justify-content: flex-start;
    gap: 22px;
}

.site-header.sticky .header__logo-img {
    width: 43px;
    height: 51px;
    transition: all 0.5s ease;
}

.site-header.sticky .header__menu {
    width: auto;
    order: 0;
}

.site-header.sticky .header__logo-boxname, .site-header.sticky .head__time, .site-header.sticky .head__tel  {
    display: none;
}

.site-header.sticky ul#menu-primary-in .current-menu-item a, .site-header.sticky ul#menu-primary-in a:hover {
    color: #D4AF37;
}

.site-header.sticky #site-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 16px;
}


.site-header.sticky .search__box {
    display: flex;
    margin-left: auto;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    background: #D4AF37;
    border-radius: 50px;
    transform: translate(24px, 0);
    -webkit-transform: translate(24px, 0);
    -o-transform: translate(24px, 0);
    -moz-transform: translate(24px, 0);
    cursor: pointer;
    overflow: hidden;
    box-sizing: border-box;
}

.site-header.sticky .search__box:hover {
    box-shadow: 0px 8px 35px rgba(212, 175, 55, 0.72);
    background-color: #E8BA3C;
}

.site-header.sticky .search__box>i {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M2.05025 12.0371C-0.683418 9.30348 -0.683418 4.87132 2.05025 2.13765C4.78392 -0.596015 9.21608 -0.596015 11.9497 2.13765C14.6834 4.87132 14.6834 9.30348 11.9497 12.0371L11.2426 11.33C13.6346 8.93808 13.6346 5.23672 11.2426 2.84476C8.85068 0.452801 5.14932 0.452801 2.75736 2.84476C0.365398 5.23672 0.365398 8.93808 2.75736 11.33C5.14932 13.722 8.85068 13.722 11.2426 11.33L11.9497 12.0371C9.21608 14.7708 4.78392 14.7708 2.05025 12.0371Z' fill='white'/%3E%3Cpath d='M10.8891 11.6836L11.5962 10.9765L18.9654 17.6438C19.0023 17.6772 19.0366 17.7133 19.0682 17.7519C19.8304 18.6834 18.596 19.9178 17.6645 19.1556C17.6259 19.124 17.5898 19.0897 17.5564 19.0528L10.8891 11.6836Z' fill='white'/%3E%3C/svg%3E");
}

.site-header.sticky .search__box.active>i {
    display: none;
}

.site-header.sticky .search__box .asl_w_container {
    display: none;
    transition: all 0.3s ease-in-out;
    min-width: 240px;
}

.site-header.sticky .search__box.active {
    width: 278px;
    position: absolute;
    right: 20px;
    border: 2px solid rgba(212, 175, 55, 1) !important;
    transition: width 0.3s ease-in-out;
}

.site-header.sticky .search__box.active>span {
    display: none;
    transition: all 0.3s ease-in-out;
}

.site-header.sticky .search__box .asl_w_container.active {
    display: block;
    transition: all 0.3s ease-in-out;
    min-width: 230px;
}


.header__cart_btn.active span.count {
    display: none;
}

.site-header.sticky .asl_w_container_1.active div.asl_m.asl_w {
    border: none !important;
    transition: all 0.3s ease-in-out;
}

.header__logo-boxname {
    width: 126px;
    font-family: 'Philosopher';
    margin-left: 13px;
    font-weight: 700;
}

.header__logo-img {
    width: 43px;
    height: 51px;
}

.header__menu {
    flex: 1;
    margin: 0 16px;
}

ul#menu-primary-in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul#menu-primary-in a {
    line-height: 22px;
    font-size: 18px;
    font-family: 'Philosopher';
    font-weight: 700;
}

ul#menu-primary-in a, ul#menu-primary-in a:visited {
    color: #000;
}

ul#menu-primary-in .current-menu-item>a, ul#menu-primary-in a:hover {
    color: #D4AF37;
}

.header__callback_btn {
    display: flex;
    width: 188px;
    padding: 12px 0 11px;
    align-items: center;
    gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    line-height: 100%;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Circe';
    font-weight: 400;
    text-decoration: none;
    background-color: #D4AF37;
    border-radius: 100px;
    justify-content: center;
}

.header__callback_btn:hover {
    color: #FFFFFF;
}

.header__callback_btn:visited {
    color: #FFFFFF;
}

.header__cart_btn {
    display: flex;
    background-color: #D4AF37;
    border-radius: 100px;
}

.header__cart_btn a:visited {
    color: inherit;
}

.header__cart_btn a.cart-contents {
    display: flex;
    position: relative;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
}

.header__cart_btn .count {
    position: absolute;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    min-width: 16px;
    width: fit-content;
    height: 16px;
    top: -6px;
    right: -6px;
    padding: 3px;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    background: #7F7F7F;
    border-radius: 50%;
}
/*
	*
	* footer style
	*
*/
#footer {
    width: 100%;
    height: auto;
}

.site__info {
    width: 100%;
    display: grid;
    padding: 47px 0;
    justify-content: center;
    background-color: #212121;
}

.site__info_conteiner {
    width: 1200px;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    align-content: flex-start;
    gap: 40px;
}

.footer_logo {
    width: 43px;
    height: 51px;
}

.footer__callback_btn {
    display: flex;
    width: 168px;
    padding: 12px 8px 11px;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    line-height: 100%;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Circe';
    font-weight: 400;
    text-decoration: none;
    background-color: #D4AF37;
    border-radius: 100px;
}

.footer__callback_btn:hover, .footer__callback_btn:visited {
    color: #ffffff;
}

.footer_menu {
    display: flex;
    flex: 1;
    gap: 20px;
    justify-content: space-between;
}

ul#menu-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul#menu-footer li a,
ul#menu-footer-left li a,
ul#menu-footer-right li a {
    line-height: 22px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Circe', serif;
    text-decoration: none;

}

ul#menu-footer li a, ul#menu-footer li a:visited,
ul#menu-footer-left li a,ul#menu-footer-left li a:visited,
ul#menu-footer-right li a,ul#menu-footer-right li a:visited {
    color: #7F7F7F;
}

ul#menu-footer li.current-menu-item a, ul#menu-footer li a:hover,
ul#menu-footer-left li.current-menu-item a,ul#menu-footer-left li a:hover,
ul#menu-footer-right li.current-menu-item a,ul#menu-footer-right li a:hover {
    color: #D4AF37;
}

ul#menu-footer-left {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul#menu-footer-right {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

span.text__secondary {
    font-family: 'Circe';
    font-weight: 400;
    line-height: 14px;
    font-size: 12px;
    text-align: left;
    color: #7F7F7F;
    background-color: transparent;
}

.link__secondary {
    font-family: 'Circe';
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    line-height: 14px;
    font-size: 12px;
    text-align: left;
    color: #7F7F7F;
    background-color: transparent;
}

a.link__secondary:visited {
    color: #7F7F7F;
}

a.link__secondary:hover {
    color: #D4AF37;
}


/* footer */
.footer__company {
    width: 100%;
    display: block;
    padding: 11px 0;
    background-color: #111111;
}

.footer__company_conteiner {
    width: 1200px;
    display: flex;
    margin: 0 auto;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer_menu h4.widget-title {
    margin: 0 0 10px;
    color: #fff;
    font-size: 19px;
    font-family: 'Philosopher';
}

.footer_menu_soc {
    max-width: 124px;
    width: 100%;
}

.social__icon {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    gap: 20px;
}

.social__icon i {
    font-size: 24px;
    color: #fff;
}

.social__icon a:hover i {
    color: #D4AF37;
}

/*
 * Навигация Меню субменю
*/
#menu-primary-in ul.sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

#menu-primary-in ul.sub-menu li a {
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
    width: 280px;
}

#menu-primary-in ul.sub-menu li a:hover {
    background: #f5f5f5;
}

/*
 * Блок Свяжитесь с нами
*/
section.contact__us_block {
    display: grid;
    padding: 74px 0;
    background-color: rgb(212 175 55 / 18%);
    justify-items: center;
}

.contact__block {
    position: relative;
    right: 80px;
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
}

.contact__block .contact__block_us {
    width: 100%;
    max-width: 490px;
}

.contact__block .contact__form {
    width: 100%;
    max-width: 420px;
}

.contact__block_us h4 {
    display: block;
    padding: 0;
    margin: 0 0 64px;
    text-transform: uppercase;
    line-height: 43px;
    font-size: 36px;
    color: #424242;
    font-family: 'Philosopher';
    font-weight: 700;
}

.contact__block_us p {
    line-height: 27px;
    font-size: 16px;
    text-align: left;
    color: #000000;
    font-family: 'Circe';
    font-weight: 400;
}

.contact__form label {
    display: block;
    margin-bottom: 22px;
}

.contact__form input {
    border-radius: 10px;
    padding: 16px 25px;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
    height: 56px;
    line-height: 22px;
    font-size: 18px;
    text-align: left;
    color: #C6C6C6;
    font-family: 'Circe';
    font-weight: 400;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    -webkit-transition-timing-function: ease;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: ease;
}

.contact__form textarea {
    max-height: 130px;
    resize: none;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
    padding: 16px 25px;
    border-radius: 10px;
    line-height: 22px;
    font-size: 18px;
    text-align: left;
    color: #C6C6C6;
    font-family: 'Circe';
    font-weight: 400;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    -webkit-transition-timing-function: ease;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: ease;
}

p.inline {
    padding: 0;
    line-height: 100%;
}

.contact__form input[type="checkbox"] {
    height: auto;
}

p.inline label {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 0;
}

p.inline label a {
    color: #000;
}

span.product-popup-subtitle {
    display: block;
    margin-top: 10px;
}

.product-popup span {
    line-height: 20px;
    font-size: 16px;
    text-align: left;
    color: #7F7F7F;
    font-family: 'Circe';
    font-weight: 400;
}

.product-popup label {
    display: block;
    margin: 10px 0;
}

.product-popup span input {
    line-height: 20px;
    font-size: 16px;
    text-align: left;
    color: #7F7F7F;
    font-family: 'Circe';
    font-weight: 400;
}

.product-popup span textarea {
    line-height: 20px;
    font-size: 16px;
    text-align: left;
    color: #7F7F7F;
    font-family: 'Circe';
    font-weight: 400;
}

textarea.wpcf7-textarea.comments {
    max-height: 80px;
}

.product-popup span .wpcf7-list-item {
    margin: 0;
}

.product-popup.product-popup input.wpcf7-submit {
    display: block;
    width: 191px;
    margin: 20px auto 0;
    min-height: 56px;
    background-color: #D4AF37;
    border: none;
    border-radius: 100px;
    line-height: 22px;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Circe';
    font-weight: 400;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    -webkit-transition-timing-function: ease;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: ease;
    transition: all 0.9s;
}

.product-popup.product-popup input.wpcf7-submit:hover {
    color: #ffffff;
    box-shadow: 0px 8px 35px rgba(212, 175, 55, 0.72);
    background-color: #E8BA3C;
}
/*
 * placeholder color
*/
.contact__form input::placeholder {
    color: #C6C6C6;
}
.contact__form input::-webkit-input-placeholder {
    color: #C6C6C6;
}
.contact__form input:-moz-placeholder {
    color: #C6C6C6;
    opacity:  1;
}
.contact__form input::-moz-placeholder {
    color: #C6C6C6;
    opacity:  1;
}
.contact__form input:-ms-input-placeholder {
   color:    #C6C6C6;
}
.contact__form input::-ms-input-placeholder {
   color:    #C6C6C6;
}


.contact__form textarea::placeholder {
    color: #C6C6C6;
}
.contact__form textarea::-webkit-input-placeholder {
    color: #C6C6C6;
}
.contact__form textarea:-moz-placeholder {
    color: #C6C6C6;
    opacity:  1;
}
.contact__form textarea::-moz-placeholder {
    color: #C6C6C6;
    opacity:  1;
}
.contact__form textarea:-ms-input-placeholder {
    color: #C6C6C6;
}
.contact__form textarea::-ms-input-placeholder {
    color: #C6C6C6;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    margin-left: 5px;
}

.contact__form input.form-us {
    position: relative;
    width: 212px;
    min-height: 56px;
    line-height: 22px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Circe';
    font-weight: 400;
    background-color: #D4AF37;
    border-radius: 100px;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    -webkit-transition-timing-function: ease;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: ease;
}

/*
    *
    * Page style
    *
*/
body.page-template-default:not(.woocommerce-page) #primary {
    padding: 20px;
    min-height: calc(100vh - 140px - 400px);
}
/*
    *
    * filling post
    *
*/
.filling-articles {
    padding: 40px 0;
}

.filling-content-area {
    padding: 0 20px;
}
.filling.type-filling {
    margin-bottom: 50px;
    padding-bottom: 44px;
    border-bottom: 1px solid #c1c1c1;
}

.filling__post {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.filling__post_image {
    width: calc(45% - 15px);
    padding-right: 60px;
}

.filling__post_image img {
    aspect-ratio: 1;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.filling__post_content {
    width: calc(55% - 15px);
}

.filling__post_title h2 {
    line-height: 43px;
    font-size: 36px;
    color: #424242;
    font-family: 'Philosopher';
    font-weight: 700;
}

.filling__post_title h2 {
    margin: 0 0 6px;
    line-height: 43px;
    font-size: 36px;
    color: #424242;
    font-family: 'Philosopher';
    font-weight: 700;
}

.filling__post_description p {
    margin: 0 0 6px;
    line-height: 20px;
    color: #7F7F7F;
}

.filling__post_description ul {
    margin: 0;
    padding-left: 20px;
}

/*
	*
	* Mobile bar
	*
*/
#mobile-bar {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f9f9f9;
    overflow: scroll;
    z-index: 999;
    box-shadow: 0px -1px 8px 2px rgba(0, 0, 0, 0.1);
}

ul#menu-mobile-bar {
    width: 100%;
    margin: 0;
    padding: 20px 16px 10px;
    display: flex;
    flex-direction: row;
    gap: 0 12px;
    list-style: none;
}

ul#menu-mobile-bar li {
    display: list-item;
}

li.mobile__bar_item svg {
    display: block;
    margin: 0 auto 4px;
    width: 24px;
    height: 24px;
    fill: #D4AF37;
}

li.mobile__bar_item a {
    display: block;
    text-align: center;
    min-width: 76px;
    height: 18px;
    font-family: 'Circe';
    font-size: 16px;
    line-height: 16px;
    color: var(--global-paragraf);
    word-break: normal;
    word-wrap: normal;
    hyphens: none;
    overflow: hidden;
}

.slider__home_block .btn, .slider__home_block .btn:active, .slider__home_block .btn:focus, .slider__home_block .btn:visited {
    color: #fff!important;
}