body {
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    background: #F9F9F9;
    overflow-y: scroll !important;
}

@media (max-width: 1200px) {
    body {
        padding-top: 50px;
    }
}

body img {
    max-width: 100% !important;
    height: auto !important;
}

.dd_n {
    display: none;
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: -900000px;
}

a {
    color: #b1579d;
    text-decoration: none;
}

a:hover {
    color: #e58dd1;
    text-decoration: none;
}

a:active {
    position: relative;
    bottom: -1px;
}

.clb {
    clear: both;
    display: table;
    height: 0;
    width: 100%;
}

.cookie_notice {
    display: none;
}

@media (max-width: 768px) {
    .cookie_notice {
        display: none !important;
    }
}

.top_banner {
    background: #00749A;
    position: relative;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding: 3px 0px;
}

@media (max-width: 992px) {
    .top_banner {
        display: none;
    }
}

.top_banner a {
    color: #ffffff;
    text-decoration: underline;
}

.top_banner a.cookie_btn {
    position: absolute;
    right: 10px;
    top: 3px;
    text-decoration: none;
}

.top_banner a.cookie_btn:hover {
    color: #ee9200;
}

.header {
    display: flex;
    margin: 0px 0px;
    padding: 5px 0px;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .header {
        flex-direction: column;
        padding: 5px 0px 15px 0px;
    }
}

.header_logo {
    width: 310px;
    text-decoration: none;
    color: #888;
    padding: 15px 0px;
}

.header_logo:hover {
    text-decoration: none;
    color: #666666;
}

.header_logo img {
    width: 200px;
    float: left;
}

.header_logo span {
    width: calc(100% - 200px);
    font-size: 15px;
    line-height: 18px;
    float: left;
    display: block;
    padding-left: 10px;
    padding-top: 10px;
}

@media (max-width: 1400px) {
    .header_logo {
        width: 200px;
    }

    .header_logo span {
        display: none;
    }
}

@media (max-width: 1200px) {
    .header_logo {
        width: 100%;
        text-align: center;
        padding: 5px 0px;
    }

    .header_logo img {
        width: 150px;
        display: inline-block;
        float: none;
    }

    .header_logo span {
        display: block;
        text-align: center;
        float: none;
        width: 100%;
    }
}

.header_menu {
    width: calc(100% - 650px);
}

.header_menu_banner {
    width: 100%;
    text-align: center;
    padding: 5px 0px;
    margin-top: 5px;
    background: #ee9200;
    color: #ffffff;
    display: block;
}

@media (max-width: 1400px) {
    .header_menu {
        width: calc(100% - 500px);
    }
}

@media (max-width: 1200px) {
    .header_menu {
        display: none;
    }
}

.header_contacts {
    width: 210px;
    text-align: right;
    padding-top: 10px;
}

@media (max-width: 1200px) {
    .header_contacts {
        width: 100%;
        text-align: center;
        padding-top: 0;
    }
}

.header_contacts_tel {
    display: block;
    font-weight: bold;
    font-size: 19px;
    color: #000;
    margin-bottom: 10px;
}

.header_contacts_tel small {
    display: block;
    text-transform: lowercase;
}

@media (max-width: 1200px) {
    .header_contacts_tel small {
        display: none;
    }
}

.header_contacts_tel:hover {
    text-decoration: none;
    color: #555555;
}

.header_contacts_wa {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

}
.header_contacts_wa svg {
    width: 30px;
    margin-right: 8px;
}

.header_contacts_wa:hover {
    color: #000;
}

.header_contacts_sv {
    color: #000;
    font-weight: bold;
}

@media (max-width: 1200px) {
    .header_contacts_sv {
        display: none;
    }
}

.header_contacts_sv:hover {
    text-decoration: none;
    color: #000;
}

.fix_nav_clb {
    clear: both;
    height: 57px;
}

.nav_header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 800;
}

@media (max-width: 1200px) {
    .nav_header {
        top: 50px;
    }
}

.nav {
    width: 100%;
    background: #ffac15;
    padding: 5px 0px;
}

.nav_nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px 0px;
    max-width: 1290px;
    margin: 0px auto;
}

.nav_mobile {
    display: flex;
}

@media (max-width: 1200px) {
    .nav_mobile {
        position: fixed;
        height: 50px;
        width: 100%;
        left: 0;
        top: 0;
        background: #f9f9f9;
        z-index: 1000;
        justify-content: space-between;
        padding: 0px 15px;
    }
}

.footer {
    margin-top: 40px;
    padding: 60px 0px 0;
    background: #ffedcc;
    border-radius: 16px 16px 0px 0px;
}

.container_footer {
    background: #ee9200;
    padding-bottom: 60px;
    padding-top: 5px;
}

.con_foot {
    padding-bottom: 40px;
}

@media (max-width: 1200px) {
    .footer_contacts {
        display: none;
    }
}

.footer_contacts_tel {
    display: block;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    text-align: right;
}

.footer_contacts_tel small {
    font-size: 19px;
    display: block;
    text-transform: lowercase;
    margin-bottom: 10px;
}

.footer_contacts_links .footer_contacts_wa {
    color: #000;
    font-weight: bold;
    font-size: 24px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.footer_contacts_links .footer_contacts_sv {
    color: #000 !important;
    font-weight: bold;
    font-size: 19px;
    border: none !important;
    padding: 0 !important;
    margin: 0 0px 0px 20px;
}

.footer_contact {
    display: flex;
    align-items: flex-end;
    color: #000 !important;
    font-weight: bold;
    font-size: 19px;
}

.footer_contacts_tel:hover {
    text-decoration: none;
    color: #555555;
}

.footer_contacts_links {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer_contacts_links a {
    color: #ee9200;
    display: inline-block;
    margin: 10px 0px 0px 20px;
    transition: all .25s ease-out;
}

.footer_contacts_links a:hover {
    color: #000;
    text-decoration: none;
}

.footer_contacts_links a:last-child {
    padding: 1px 10px;
    border: 1px #ee9200 solid;
    border-radius: 30px;
}

.footer_contacts_links a:last-child:hover {
    border: 1px #008DBC solid;
}

.footer_contacts_paysys {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .footer_contacts_paysys {
        justify-content: flex-start;
        margin-top: 0;
    }
}

.footer_bottom_area {
    margin-top: 40px;
}

.footer_bottom_area a {
    display: block;
}

.footer_bottom_area a:hover {
    text-decoration: none;
    color: #00749A;
}

.footer_bottom_area span {
    display: block;
}

.footer_bottom_area span a {
    display: inline-block;
    color: #666666;
}

.footer .ya-share2 {
    float: right;
    margin-top: 5px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .25s ease-out;
}

@media (max-width: 992px) {
    .footer .ya-share2 {
        float: left;
        margin-top: 20px;
    }

    .header_contacts_wa {
        justify-content: center;
    }
}

.footer .ya-share2:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.footer_cookie {
    background: #b1579d;
    color: #ffffff;
    font-size: 14px;
    line-height: 21px;
    padding: 20px 0px;
}

.footer_cookie a {
    color: #ffffff;
    display: block;
    text-decoration: underline;
}

.tabs_links {
    display: flex;
    padding: 40px 0px 30px 10px;
}

@media (max-width: 500px) {
    .tabs_links {
        padding: 30px 15px 0px 15px;
        flex-wrap: wrap;
    }
}

.tabs_links .tabs_link {
    font-size: 27px;
    color: #9e9e9e;
    font-weight: bold;
    margin-right: 40px;
    padding-top: 5px;
    transition: all .25s ease-out;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .tabs_links .tabs_link {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .tabs_links .tabs_link {
        margin-right: 20px;
    }
}

@media (max-width: 500px) {
    .tabs_links .tabs_link {
        width: 50%;
        margin-right: 0;
        padding: 8px 0px 8px 0px;
    }
}

.tabs_links .tabs_link:after {
    transition: all .25s ease-out;
    height: 4px;
    width: 50px;
    background: #ddd;
    position: relative;
    bottom: -10px;
    display: block;
    content: '';
}

@media (max-width: 768px) {
    .tabs_links .tabs_link:after {
        height: 2px;
        bottom: -5px;
    }
}

@media (max-width: 500px) {
    .tabs_links .tabs_link:after {
        display: none;
    }
}

.tabs_links .tabs_link:hover:after {
    background: #ee9200;
}

.tabs_links .tabs_link.active {
    color: #333333;
}

@media (max-width: 500px) {
    .tabs_links .tabs_link.active {
        color: #ee9200;
    }
}

.tabs_links .tabs_link.active:after {
    background: #ee9200;
}

.tabs_links_all_catalog {
    margin-left: auto;
    border: none;
    border-radius: 10px;
    padding: 10px 10px;
    text-align: center;
    color: #ffffff;
    background: #b1579d;
    text-transform: uppercase;
    font-size: 16px;
    line-height: normal;
}

.tabs_links_all_catalog:hover {
    background: #b1579d;
}

.tabs_links_all_catalog:hover {
    color: #ffffff;
    text-decoration: none;
    background: #b1579d;
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9";
    font-size: 16px;
}

@media (max-width: 768px) {
    .tabs_links_all_catalog {
        display: none;
    }
}

.tabs_content .tab_cont {
    display: none;
}

.tabs_content .tab_cont.active {
    display: block;
}

.bx-pagination-container {
    margin-top: 40px;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #ee9200;
}

.popup-window {
    border-radius: 20px !important;
}

.popup-window-titlebar {
    text-align: center;
}

.popup-window-content {
    width: 310px;
}

.popup-window-content img {
    border-radius: 15px;
    margin-bottom: 10px;
}

.popup-window-buttons {
    display: flex;
    justify-content: space-between;
}
.popup-window-buttons .btn {
    /*display: inline-block;*/
    height: 45px;
    background: #ee9200;
    text-align: center;
    line-height: 45px;
    width: 150px;
    border-radius: 10px;
    transition: all .25s ease-out;
    cursor: pointer;
    border: none;
    color: #fff;
}

.popup-window-buttons .btn:hover {
    background: #008DBCFF;
}

.to_top_btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    background: #d37ec0;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    z-index: 500;
    cursor: pointer;
}

@media (max-width: 768px) {
    .to_top_btn {
        bottom: 60px;
    }
}

.to_top_btn svg {
    width: 30px;
    height: 30px;
}

.complects_line a:hover {
    background: #e58dd1 !important;
    border: 1px #e58dd1 solid !important;
}

.complects_line a {
    border: 1px #b1579d solid !important;
    background: #b1579d !important;
    text-transform: lowercase;
}

.complects_line strong {
    text-transform: lowercase;
}

.section_before_txt_show u, .section_before_txt_show i {
    text-transform: lowercase;
}

.section_item_link_prop {
    text-transform: lowercase;
}

.bx_filter .bx_filter_parameters_box_title {
    text-transform: lowercase;
}

.f_go {
    text-transform: uppercase;
}

.bx_filter .bx_filter_search_reset {
    text-transform: uppercase;
}

.bx_filter .bx_filter_param_text {
    text-transform: uppercase;
}

.section_item_link_title {
    text-transform: uppercase;
}

.tabs_links .tabs_link {
    text-transform: uppercase;
}

.photos_list_100_over strong {
    text-transform: uppercase;
}

.articles_list_100_over strong {
    text-transform: uppercase;
}

.sections_main_catalog_item a span {
    text-transform: uppercase;
}

.catalog_aside_info strong {
    text-transform: lowercase;
}

.catalog_detail_action_button a {
    text-transform: uppercase;
}

.catalog_detail_action_button a, .catalog_detail_action_quantity_minus, .catalog_detail_action_quantity_plus {
    background: #b1579d !important;
}

.catalog_detail_action_quantity_minus:hover, .catalog_detail_action_quantity_plus:hover {
    background: #e58cd1 !important;
}

.catalog_detail_action_button a:hover {
    background: #e58cd1 !important;
}

.catalog_detail_header_col button {
    color: #b1579d !important;
}

.catalog_detail_info i {
    background: #ee9200;
    color: #fff;
    font-size: 14px;
    padding: 1px 8px 4px;
    display: inline-block;
    border-radius: 4px;
    margin-top: 25px;
    text-transform: lowercase;
    font-weight: bold;
    line-height: normal;
}

.catalog_detail_header_col {
    text-transform: lowercase;
}

.catalog_detail_info ul li span, .catalog_detail_info ul li strong {
    text-transform: lowercase;
}

.properties_detail li span, .properties_detail li strong {
    text-transform: lowercase;
}

.add_comment_catalog a {
    background: #b1579d;
    text-transform: uppercase;
}

.add_comment_catalog a:hover {
    background: #e58cd1;
}

.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span {
    background: #b1579d;
}

div.blog-comment-buttons input {
    background: #b1579d;
    text-transform: uppercase;
}

div.blog-comment-buttons input:hover {
    background: #e58cd1;
}

.popup-window-buttons .btn:hover {
    background: #e58cd1;
}

.bx-blue .btn.btn-default {
    background: #b1579d;
    border-color: #b1579d;
    text-transform: uppercase;
}

.popup-window-titlebar-text, .popup-window-titlebar-text-version {
    text-transform: uppercase;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #b1579d;
}

.articles_list_list_over strong {
    text-transform: uppercase;
}

.orders_links a {
    background: #b1579d;
}

.orders_links a:hover {
    background: #e58cd1;
}

.personal_menu li a {
    color: #b1579d;
}

.personal_menu li a.selected {
    color: #e58cd1;
}

.personal_form_submit input {
    background: #b1579d;
}

.personal_form_submit input:hover {
    background: #e58cd1;
}

.total_block button {
    background: #b1579d;
}

.total_block button:hover {
    background: #e58cd1;
}

.bx-breadcrumb .bx-breadcrumb-item a {
    text-transform: lowercase;
}

.header_menu ul li ul li a {
    text-transform: lowercase;
}

.catalog_detail_info {
    margin-top: 10px;
}

.fancybox-thumbs > ul > li:before {
    border: 4px solid #b1579d;
}

.header_auth_auth_form button i {
    background: #b1579d;
}

.header_auth_auth_form button i:hover {
    background: #e58cd1;
}

.header_auth_auth_form input[type="submit"] {
    background: #b1579d;
    text-transform: uppercase;
}

.header_auth_auth_form_txt a, .header_auth_auth_form_txt i {
    color: #b1579d;
}

.workarea blockquote .fa {
    color: #b1579d;
}

.bx_filter .bx_filter_param_btn:active, .bx_filter .bx_filter_param_label.active .bx_filter_param_btn {
    border-color: #b1579d;
    box-shadow: 0 0 0 3px #b1579d, inset 0 2px 3px rgba(0, 0, 0, 0.12);
}

.reg_form_row input[type=submit] {
    background: #b1579d;
}

.reg_form_row input[type=submit]:hover {
    background: #e58cd1;
}

.user_forms_pass input[type=submit] {
    background: #b1579d;
}

.user_forms_pass input[type=submit]:hover {
    background: #e58cd1;
}

.bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
    border-color: #b1579d !important;
}

.basket-item-property-custom-name, .basket-item-property-name {
    text-transform: lowercase;
}

.total_block strong {
    text-transform: lowercase;
}

.search_title_content_item a {
    color: #b1579d;
}

.show_filter {
    background: #b1579d;
}

.sections_main_catalog_item a img {
    object-fit: fill;
    height: 100% !important;
}

.h1_index {
    padding: 50px 0px 10px 0px;
    margin-bottom: -30px;
}

/*# sourceMappingURL=template_styles.css.map */
.success-form {
    text-align: center;
    color: green;
}

.error-form {
    text-align: center;
    color: red;
}

.popup-form #sitemap-form {
    width: 500px;
    /*    margin: 0px 0px 0px -250px;*/
    padding: 20px;
    border-radius: 16px;
    position: fixed;
    left: 50%;
    top: 100px;
    background: #fff;
    max-width: fit-content;
    border: none;
    top: 21%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.popup-form #sitemap-form .header_auth_link_form {
    background: none;
    position: absolute;
    top: 4px;
    right: 0px;
    border: none;
}

.popup-form #sitemap-form .header_auth_link_form i {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    background: #00749A;
    font-size: 15px;
    transition: all .25s ease-out;
    border-radius: 50%;
    color: white;
}

.popup-form #sitemap-form .header_auth_link_form i {
    background: #b1579d;
}

.popup-form #sitemap-form .header_auth_link_form i:hover {
    background: #e58cd1;
}

.popup-form #sitemap-form .header_auth_link_form:hover {
    background: none;
    border: none;
}

#sitemap-form h3 {
    margin: 0;
    padding: 10px 0px;
    text-align: center;
    font-weight: 400;
    font-size: 25px;
    text-transform: unset;
}

#sitemap-form p {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
    color: #555;
}

.popup-form #sitemap-form span {
    font-size: 15px;
    color: #555;
    display: block;
    padding-left: 15px;
}

#sitemap-form input[type="text"], #sitemap-form textarea {
    width: 100%;
    border-radius: 16px;
    height: 45px;
    padding: 0px 15px;
    margin-top: 3px;
    margin-bottom: 15px;
    border: 1px #ddd solid;
    font-size: 14px;
}

.popup-form #sitemap-form .header_auth_link_form:hover {
    background: #b1579d;
    color: #ffffff;
    text-decoration: none;
}

.popup-form #sitemap-form .header_auth_link_form:hover {
    background: none;
    border: none;
}

#sitemap-form input[type="submit"] {
    width: 100%;
    border-radius: 16px;
    height: 45px;
    padding: 0px 15px;
    margin-top: 3px;
    margin-bottom: 15px;
    border: 1px #ddd solid;
    cursor: pointer;
    background: #008DBC;
    border: none;
    color: #ffffff;
    width: 200px;
    display: block;
    margin: 15px auto;
    background: #b1579d;
    text-transform: uppercase;
    float: initial;
}

#sitemap-form input[type="text"]:focus, #sitemap-form textarea:focus {
    border: 1px solid #dddddd;
}

#sitemap-form .success-form {
    text-align: center;
    color: green;
    font-size: 20px;
    font-weight: bold;
}

#sitemap-form #sitemap-hold {
    margin-bottom: 15px;
}

.open-popup-form {
    margin-top: 8px;
}

.open-popup-form {
    display: block;
    margin-right: 0;
    margin-left: auto;
    height: 47px;
    border-radius: 4px;
    line-height: 44px;
    text-align: center;
    background: #ffffff;
    padding: 0px 13.5px;
    text-transform: uppercase;
    color: #b1579d;
    cursor: pointer;
    font-size: 18px;
    transition: all .25s ease-out;
    border: 2px solid;
}

.open-popup-form:hover {
    background: #b1579d !important;
    color: #ffffff;
    border: 2px solid #b1579d;
}

@media (max-width: 1199px) {
    .open-popup-form {
        margin-right: 18px;
    }
}

@media (max-width: 767px) {
    .open-popup-form {
        margin-left: 0;
    }
}