.sticky_header {
    padding: 15px 0;
    color: #fff;
    background: #000;
}

.sticky_header .container {
    display: flex;
    justify-content: center;
}

.sticky_header--title {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}

.sticky_header__buttons {
    display: flex;
    align-items: center;
    grid-column-gap: 15px;
}

.sticky_header--btn {
    position: relative;
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #fff;
}

.sticky_header--btn:hover {
    text-decoration: underline;
}

.sticky_header--btn:hover,
.sticky_header--btn:focus,
.sticky_header--btn:active {
    color: #fff;
}

.sticky_header--btn:not(:nth-child(1))::before {
    content: "|";
    position: absolute;
    top: 3px;
    left: -10px;
    width: 1px;
    color: #fff;
}

.sticky_header--btn--icon {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fdf4ec;
    transition: 0.3s all;
}

.sticky_header--btn:hover .sticky_header--btn--icon {
    background: #685544;
}

.sticky_header--btn .sticky_header--btn--icon path {
    transition: 0.3s all;
}

.sticky_header--btn:hover .sticky_header--btn--icon path {
    fill: #fff
}

.site-title img {
    width: 100%;
    max-height: 78px;
}

.open-popup,
.open-mobile-menu {
	overflow: hidden;
}

.open-popup .mfp-wrap {
	overflow-y: auto;
}

.open-mobile-menu .ast-hide-custom-menu-mobile {
    height: 100vh;
    padding-bottom: 40px;
    overflow-y: auto;
    background: #191a1b;
}
.contact-popup .popup_contacts {
    margin-bottom: 22px;
}
.popup_contacts ul {
	display: flex;
	flex-wrap: wrap;
	grid-row-gap: 3px;
	grid-column-gap: 15px;
	margin: 0;
	list-style: none;
}
.popup_contacts__link {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	color: #000;
}

.contact-popup .popup_contacts__link {
    font-size: 14px;
}

.cp-left > p {
    font-size: 14px;
}

.popup_contacts__link.fax {
    pointer-events: none;
}

a.popup_contacts__link:hover {
	color: #000;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.popup_contacts__link svg {
	margin-right: 4px;
}

.popup_contacts__link svg path {
	transition: all 0.3s ease;
}

a.popup_contacts__link svg path {
    fill: #000;
}

a.popup_contacts__link:hover svg path {
	fill: #000;
}

.ast-mobile-header-content .popup_contacts a {
	color: #000;
}

#ast-desktop-header .main-header-bar .main-header-bar-navigation .main-navigation .sub-menu .sub-menu a {
    position: relative;
    text-transform: unset;
    transition: 0.3s all;
}

#ast-desktop-header .main-header-bar .main-header-bar-navigation .main-navigation .sub-menu .sub-menu a::before {
    content: "";
    position: absolute;
    top: 4px;
    right: 6px;
    width: 10px;
    height: 14px;
    background: url("../img/arrow-menu.svg") center no-repeat;
    background-size: contain;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50px);
    transition: 0.3s all;
}

#ast-desktop-header .main-header-bar .main-header-bar-navigation .main-navigation .sub-menu .sub-menu a:hover::before {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

#ast-desktop-header .main-header-bar .footer-menu-item .menu-link,
.ast-header-break-point .main-navigation .stack-on-mobile .footer-menu-item .menu-link {
    font-size: 0;
    text-decoration: none;
    cursor: default;
}

#ast-desktop-header .main-header-bar .footer-menu-item .menu-link .description_item_menu,
.ast-header-break-point .main-navigation .stack-on-mobile .footer-menu-item .menu-link .description_item_menu {
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
}

#ast-desktop-header .main-header-bar .main-header-bar-navigation .main-navigation .menu-item-icon > a {
    position: relative;
    min-height: 40px;
    display: flex;
    align-items: center;
    padding: 8px 0 25px 49px;
    text-transform: uppercase !important;
    text-decoration: none;
    cursor: unset;
}

#ast-desktop-header .main-header-bar .main-header-bar-navigation .main-navigation .menu-item-icon > a::before {
    display: none;
}

.main-header-bar .main-header-bar-navigation .main-navigation .menu-item-icon > a:hover,
.ast-header-break-point .main-navigation .stack-on-mobile  .menu-item-icon > a:hover {
    color: #000;
    text-decoration: none !important;
}

.icon_menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #E0CDBC;
}

.main-header-bar .main-header-bar-navigation .main-navigation .menu-item-icon > a::before,
.ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-item-icon > .menu-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #BDCAB8;
}

.main-header-bar .main-header-bar-navigation .main-navigation .menu-column > a,
.ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-column > a {
    display: none;
}

.footer_logotype {
    margin: 10px 0 15px;
}

.s-contact-page {
    padding: 0 0 56px;
    background: #e0cdbc;
}

.contact_row {
    display: flex
}

.contact_col_info {
    text-align: center;
}

.title-contact {
    margin-bottom: 18px;
}

.list_contact {
    padding-top: 45px;
}

.list_contact--item {
    padding-bottom: 12px;
}

.list_contact--item:not(:nth-last-child(1)) {
    margin-bottom: 14px;
    border-bottom: 1px solid #000;
}

.list_contact--item p {
    margin-bottom: 0;
}

.list_contact h4 {
    font-weight: 600;
}

.list_contact a {
    color: #000;
}

.list_contact a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.acf-map {
    width: 100%;
    min-height: 680px;
}

@media (min-width: 769px) {
    .text_mobile_popup {
        display: none;
    }
}
@media (min-width: 1024px) {
	.called_button,
	.ast-mobile-header-content .popup_contacts {
		display: none;
	}

    .ast-primary-header-bar > .ast-container {
        max-width: 1340px;
    }

    .ast-logo-title-inline .ast-site-identity {
        /*padding: 24px 0;*/
        padding: 7px 0;
    }

    .main-navigation ul {
        position: unset;
    }

    .main-header-menu .menu-item {
        position: unset;
    }

    .main-header-bar .main-header-bar-navigation .main-navigation > ul > li.menu-item-has-children::before {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 27px;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
    }

    .main-header-bar .main-header-bar-navigation .main-navigation > ul > li.menu-item-has-children:hover::before {
        visibility: visible;
        z-index: 1;
    }

    .main-header-bar .main-header-bar-navigation .main-navigation > ul > li > .sub-menu {
        max-width: 1144px;
        width: 100%;
        left: 0;
        right: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
        padding: 37px 69px 32px;
        border-radius: 0px 0px 20px 20px;
        background: #FFF;
        box-shadow: 1px 17px 20px 0px rgba(0, 0, 0, 0.15);
        border: 0;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all;
        clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
        z-index: -1;
    }

    .main-header-bar .main-header-bar-navigation .main-navigation > ul > li:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        z-index: 2;
        clip-path: unset;
    }

    .ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before,
    .ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before {
        height: calc(11px + 2px + 5px);
    }

    .main-header-bar .main-header-bar-navigation .main-navigation > ul > li > .sub-menu > li:nth-child(1) {
        width: 31%;
    }

    .main-header-bar .main-header-bar-navigation .main-navigation > ul > li > .sub-menu > li:nth-child(2) {
        width: 30%;
    }

    .main-header-bar .main-header-bar-navigation .main-navigation > ul > li > .sub-menu > li:nth-child(3) {
        width: 32%;
    }

    .main-header-bar .main-header-bar-navigation .main-navigation .sub-menu .sub-menu {
        position: relative;
        left: auto;
        right: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 17px;
        box-shadow: none;
        border: 0;
        background: transparent;
        visibility: visible;
    }

    #ast-desktop-header .main-navigation .sub-menu li {
        margin: 0;
        display: inline-block;
        line-height: normal;
    }

    #ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow {
        display: none;
    }

    #ast-desktop-header .main-header-bar .main-header-bar-navigation .main-navigation .menu-item-icon > a {
        width: 100%;
        border-bottom: 1px solid #BDCAB8;
    }

    .main-header-bar .main-header-bar-navigation .main-navigation .sub-menu a {
        padding: 0;
    }

    .main-header-bar .main-header-bar-navigation .main-navigation .menu-column > ul:nth-of-type(1) {
        display: flex;
        flex-direction: column;
        grid-row-gap: 25px;
        margin-top: 0;
    }

    #ast-desktop-header .main-header-bar .main-header-bar-navigation .main-navigation .sub-menu .sub-menu li:not(:nth-last-child(1)) {
        margin-bottom: 10px;
    }

    #ast-desktop-header .main-navigation .sub-menu .footer-menu-item {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 19px;
        padding-top: 24px;
        border-top: 1px solid #BDCAB8;
    }


    #ast-desktop-header .main-header-bar .footer-menu-item .btn-link {
        margin: 0;
        min-width: 220px;
    }

    #ast-desktop-header .main-header-bar .footer-menu-item .btn-link:hover {
        color: #fff;
        text-decoration: none;
    }
}

@media (max-width: 1024px) {
    .ast-logo-title-inline .ast-site-identity {
        padding: 2px 0;
    }
    
	.ast-main-header-nav-open.ast-header-break-point
		.ast-mobile-header-wrap
		.ast-mobile-header-content {
		display: flex;
		flex-direction: column-reverse;
		justify-content: flex-end;
		padding-top: 44px;
	}

	.ast-mobile-header-content .popup_contacts {
		padding: 12px 25px 0;
	}

	.ast-mobile-header-content .popup_contacts li {
		display: flex;
		justify-content: center;
		padding: 22px 0 23px 0;
	}

	.ast-mobile-header-content .popup_contacts .popup_contacts__link {
		position: relative;
		justify-content: center;
		padding: 0 0 0 34px;
		font-size: 16px;
		text-align: center;
	}

	.ast-mobile-header-content .popup_contacts .popup_contacts__link svg {
		position: absolute;
		top: 4px;
		left: 0;
		width: 18px;
		height: auto;
		margin-right: 0;
	}

	.ast-mobile-header-content .popup_contacts .popup_contacts__link.email svg {
		top: 9px;
	}

	.ast-mobile-header-content .popup_contacts .popup_contacts__link.address {
		max-width: 301px;
	}

	.ast-mobile-header-content .popup_contacts .popup_contacts__link.address svg {
		top: 6px;
		width: 12px;
	}

	.contact-popup .cp-left .gform-body {
		padding: 0;
	}

	.popup_contacts ul {
		flex-direction: column;
		margin-bottom: -9px;
		padding-bottom: 32px;
	}

	.popup_contacts__link {
		padding: 11px 0 7px;
	}
	.popup_contacts ul li:not(:nth-last-child(1)) {
		border-bottom: 1px solid #beb7b1;
	}

    .contact-popup .popup_contacts__link {
        font-size: 14px;
    }

    .open-mobile-menu .ast-hide-custom-menu-mobile {
        width: 100% !important;
    }

    .ast-builder-menu-mobile .main-navigation > ul > .menu-item.menu-item-has-children > .ast-menu-toggle {
        color: #000;
    }

    .menu-item.ast-submenu-expanded > .ast-menu-toggle .ast-icon.icon-arrow svg {
        transform: rotate(180deg);
    }
}

@media (max-width: 768px) {
	.called_button {
		position: absolute;
		top: 20px;
		right: 24px;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 !important;
		border: 1px solid #f5f1eb;
		border-radius: 50%;
		transition: 0.3s all;
		z-index: 10;
	}

	.called_button:hover {
		background: #f5f1eb;
	}

	.called_button svg {
		width: 22px;
		height: auto;
	}

	.called_button path {
		transition: 0.3s all;
	}

	.called_button:hover path {
		fill: #191a1b;
	}

	.ast-main-header-nav-open.ast-header-break-point
		.ast-mobile-header-wrap
		.ast-mobile-header-content {
		display: flex;
		flex-direction: column-reverse;
		justify-content: flex-end;
		padding-top: 44px;
	}

	.ast-mobile-header-content .popup_contacts {
		padding: 53px 25px 0;
	}

	.ast-mobile-header-content .popup_contacts li {
		display: flex;
		justify-content: center;
		padding: 22px 0 23px 0;
	}

	.ast-mobile-header-content .popup_contacts .popup_contacts__link {
		position: relative;
		justify-content: center;
		padding: 0 0 0 34px;
		font-size: 18px;
		text-align: center;
	}

	.ast-mobile-header-content .popup_contacts .popup_contacts__link svg {
		position: absolute;
		top: 4px;
		left: 0;
		width: 18px;
		height: auto;
		margin-right: 0;
	}

	.ast-mobile-header-content .popup_contacts .popup_contacts__link.email svg {
		top: 9px;
	}

	.ast-mobile-header-content .popup_contacts .popup_contacts__link.address {
		max-width: 301px;
	}

	.ast-mobile-header-content .popup_contacts .popup_contacts__link.address svg {
		top: 6px;
		width: 12px;
	}

	.contact-popup .cp-left .gform-body {
		padding: 0;
	}

	.popup_contacts ul {
		flex-direction: column;
		margin-bottom: -9px;
		padding-bottom: 9px;
	}

	.popup_contacts__link {
		padding: 11px 0 7px;
	}
	.popup_contacts ul li:not(:nth-last-child(1)) {
		border-bottom: 1px solid #beb7b1;
	}

    .text_mobile_popup {
        margin-bottom: 20px;
        font-size: 28px;
        font-weight: 600;
        line-height: normal;
        color: #000;
    }

    .contact-popup .popup_contacts {
        margin-bottom: 44px;
    }
}

@media (max-width: 640px) {
}
