:root {
    --blue: #467fcf;
    --indigo: #6574cd;
    --purple: #a55eea;
    --pink: #f66d9b;
    --red: #cd201f;
    --orange: #fd9644;
    --yellow: #f1c40f;
    --green: #5eba00;
    --teal: #2bcbba;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --azure: #45aaf2;
    --lime: #7bd235;
    --primary: #467fcf;
    --secondary: #868e96;
    --success: #5eba00;
    --info: #45aaf2;
    --warning: #f1c40f;
    --danger: #cd201f;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1280px;
    --a-red: #FA381D;
    --a-border-red: 1px solid var(--a-red);
}

::-webkit-scrollbar {
    width: 8px;
}


/*::-webkit-scrollbar-button {*/


/*    background: #0a58ca;*/


/*}*/

::-webkit-scrollbar-thumb {
    background: #ff6754;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--a-red);
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-corner {
}

::-webkit-resizer {
}

.container {
    /*max-width: 70%!important;*/
}

.container.container-border {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.noborder {
    border: none !important;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome, Edge, Opera and Firefox */
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.text-red {
    color: var(--a-red) !important;
}

.lh-125 {
    line-height: 1.25;
}

a,
.izbrannoe,
.user-profile,
button.form-button,
.elem,
.dropdown-submenu::after,
.drop-about-company ul li i,
.slider-overlay,
.b6,
.b6 i,
.b6:before,
.b6:after,
.responsive-slider .slider .item .item-wrap,
.uslugi-icon,
.energiya-sld::after,
.img_overlay,
input[type="submit"],
.slick-prev:hover:before,
.view-mode-wrap i,
.slick-prev::before,
.slick-next::before,
.energiya-sl-content,
.checkbox__text:after,
.checkbox__text:before,
.products-wrapper .products-loop.grid > li .products-entry,
.order-dropdown li ul,
.order-dropdown .current-li::before,
.products-thumb-hover,
.products-thumb-hover i,
.category-wrap li,
.type-conclusion-table .intem-bot-table i,
.breadcrumb a,
.view-mode-wrap i,
#content-view .quantity-plus,
#content-view .quantity-minus,
#content-view .single_add_to_cart_button,
.icon-order-v,
#content-view .nav-tabs li,
.header-menu-right i.active,
.btable-div .cart-ico i,
.cart-minus,
.cart-plus,
.footerLineWrapB1 button,
.cmm-box-right button,
.block-filter-title,
.block-filter-title::after,
.calc-refresh i,
.br-block-bot,
.but_send_schet,
.atri-proect-grid img,
.user-razmestit-zacaz .fa-angle-down,
.page-uzel-ucheta-right-add,
.page-uzel-ucheta-right-add i,
.grid-page-uzel-ucheta .inputRed,
.grid-vkladka-uzel-ucheta div,
.grid-vkladka-uzel-ucheta div span,
.portfolio-images-hover,
.portfolio-video-hover,
.partner-link-po,
.partner-bot-div .fa-link,
.compare-cats span,
.compare-del,
.compare-del i,
.compare-intem-top-bot,
.compare-next,
.compare-prev,
.compare-delete,
.compare-delete i {
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    -ms-transition: All 0.3s ease;
    transition: All 0.3s ease;
}

li.dropdown > a:hover::after,
.vertical-megamenu > li > a:hover::before,
.flytheme-logo img,
.logo-blick,
.uslugi-col-4,
.energiya-sld,
.slick-slide img,
.bg-menu,
.info-b-text,
.gb-bot,
.com-mes-user,
.grid-mn-proect-intem {
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.br-3 {
    border-radius: 3px;
}

@-webkit-keyframes dropdown-menu {
    from {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes dropdown-menu-left {
    from {
        -webkit-transform: translate(10px, 0);
        transform: translate(10px, 0);
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes order-left {
    from {
        -webkit-transform: translate(-30px, 0);
        transform: translate(-30px, 0);
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes order-right {
    from {
        -webkit-transform: translate(30px, 0);
        transform: translate(30px, 0);
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes order-block {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes arrow-7 {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

@-webkit-keyframes click-blick {
    from {
        opacity: 0;
    }
    50% {
        opacity: 0.2;
        transform: scale(1.2, 1.2);
    }
    to {
        opacity: 0;
    }
}


/* --- Конец работы анимаций --- */

body {
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    color: #212529 !important;
    text-align: left !important;
    background-color: var(--white) !important;
    overflow-x: hidden;
}

header {
    background: #F5F5F5;
}

ul {
    padding: 0
}

ol,
ul {
    padding-left: 0;
}

a,
img,
textarea:focus,
input:focus {
    outline: none;
    text-decoration: none !important;
}

.clear {
    clear: both;
}

.header-top {
    border-bottom: 1px solid #E4E4E4;
    position: relative;
    z-index: 999;
}

.sidebar-top {
}

.socials-header {
    background: var(--white);
    width: 269px;
    float: left;
}

.sidebar-top-right {
    float: left;
    width: calc(100% - 298px);
}

header .socials-header {
    background-color: var(--white);
    float: left;
    margin-right: 25px;
    padding: 0;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

header .socials-header ul {
    margin: 0;
    list-style: none;
    display: block;
    text-align: center;
}

header .socials-header ul > li {
    line-height: 46px;
    margin: 0 10px;
    display: inline-block;
}

header .socials-header ul > li a {
    color: #666;
    font-size: 18px;
}

header .socials-header ul > li a:hover {
    color: var(--a-red);
}

header .block-text {
    float: left;
    line-height: 47px;
    font-size: 14px;
    color: #666;
}

header .number-phone {
    color: #222;
}

header .pull-right {
    float: right;
}

header .widget {
    margin: 0;
}

.widget_currency_converter {
    width: 68px;
    height: 40px;
    border: 0;
    float: right;
}

.widget_currency_converter .currency_w {
    color: #444;
    margin: 0;
    text-align: right;
    position: relative;
}

.widget_currency_converter .currency_w > li {
    list-style: none;
}

.widget_currency_converter .currency_w > li a {
    line-height: 47px;
    display: inline-block;
    color: #666;
    width: 100%;
    padding: 0;
    font-size: 12px;
}

.widget_currency_converter .currency_w > li a::after {
    content: "\f0d7";
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro', serif;
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
}

.widget_currency_converter .currency_w > li a::after {
    content: "\f0d7";
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro', serif;
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
}

.currency_switcher,
.switch_lang,
.widget_nav_menu_user {
    position: absolute;
    background: var(--white);
    border-radius: 3px;
    padding: 13px 15px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    display: none;
    right: -16px;
    /*top: calc(100% + 5px);*/
    top: 100%;
}

.widget_nav_menu_user {
    padding: 2px 15px 0 !important;
}

.catalog-ordering {
    width: 720px;
}

.currency_switcher {
    width: 82px;
    left: -28px;
}


/*.switch_lang {*/


/*    width: max-content;*/


/*    width: -moz-max-content;*/


/*}*/

.widget_nav_menu_user {
    width: max-content;
    width: -moz-max-content;
}

.widget_nav_menu_user_no {
    width: max-content;
    width: -moz-max-content;
}

.currency_w:hover .currency_switcher,
.nav:hover .switch_lang,
.top-header-sidebar-menu:hover .widget_nav_menu_user {
    display: block;
    -webkit-animation: dropdown-menu 300ms ease-out forwards;
    animation: dropdown-menu 300ms ease-out forwards;
}

.currency_w:hover .t_kurs,
.nav:hover .t_lang,
.my-account:hover .user-profile {
    color: var(--a-red) !important;
}

.blocImg {
    overflow: hidden;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.top-header-sidebar-menu {
    position: relative
}

.widget_nav_menu_user ul {
    margin: 3px 0;
    padding: 0
}

.widget_nav_menu_user li {
    list-style: none outside;
    border-bottom: 1px solid #eee;
    display: block;
    font-size: 14px;
}

.widget_nav_menu_user li a {
    padding: 12px 5px;
    display: block;
}

.widget_nav_menu_user li .fa,
.widget_nav_menu_user li .fas,
.widget_nav_menu_user li .fal,
.widget_nav_menu_user li .fad,
.widget_nav_menu_user li .far,
.widget_nav_menu_user li .fab {
    margin-left: 0;
    width: 15px;
    text-align: center
}

.widget_nav_menu_user li a {
    color: #666;
    text-decoration: none;
}

.t_kurs {
    border-left: 1px solid #CACACA;
    padding-left: 20px;
}

.currency_switcher::after,
.switch_lang::after,
.widget_nav_menu_user::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ccc;
    left: 50%;
    top: -8px;
}

.currency_w > li a::after {
    content: "\f0d7";
    font-family: 'Font Awesome 5 Pro', serif;
    font-weight: 900;
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
}

.currency_w > li ul li a::after {
    content: '' !important;
}

.currency_w > li ul li a {
    line-height: 18px;
}

ul.currency_switcher li {
    margin: 0 4px 10px 0;
    list-style: none outside;
    border-bottom: 1px solid #eee;
    padding: 0 10px 10px 10px;
    display: flex;
    text-align: center;
}

ul.currency_switcher li:last-child,
.widget_nav_menu_user li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.woocommerce_currency,
.lang_sel_sel {
    line-height: 46px;
}

.widget_currency_converter .currency_w > li .currency_switcher li {
    display: inline-block;
    background: none repeat scroll 0 0 var(--white);
    width: 58px;
    margin: 0;
    background-color: var(--white);
}

.widget_currency_converter .currency_w > li .currency_switcher li a {
    background: none;
    border: 0;
    padding: 7px 5px;
    width: 72px;
    line-height: 24px;
    color: #555;
    position: relative;
    text-align: center;
}

.currency_w,
.nav {
    position: relative;
    margin: 0;
}

.top-header-sidebar-menu ul li a {
    display: block;
}

.currency_w li {
    font-size: 14px;
    list-style: none
}

.currency_w li a {
    color: #666;
    text-decoration: none;
}

.currency_w li a:hover,
.switch_lang li a:hover,
.widget-inner a:hover .izbrannoe,
.top-header-sidebar-menu:hover .user-profile,
.top-header-sidebar-menu ul li a:hover {
    color: var(--a-red) !important;
}

.widget_icl_lang_sel_widget .lang_sel ul {
    list-style: none;
    margin: 0;
}

.lang_sel_sel {
    text-decoration: none
}

.woocommerce_currency,
.widget_icl_lang_sel_widget {
    float: right;
}

.widget_icl_lang_sel_widget .lang_sel a.lang_sel_sel {
    line-height: 46px;
    color: #666;
    padding: 0 0 17px 8px;
    font-size: 14px;
    text-decoration: none;
}

.lang_sel {
    margin-right: -5px;
}

.widget_icl_lang_sel_widget .lang_sel a.lang_sel_sel::after {
    content: "\f0d7";
    font-family: 'Font Awesome 5 Pro', serif;
    font-weight: 900;
    display: inline-block;
    font-size: 12px;
    margin: 0 5px 0 10px;
}

.widget_icl_lang_sel_widget .lang_sel img.iclflag {
    margin-right: 10px;
    margin-top: -1px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.switch_lang li a {
    font-size: 14px;
    color: #666;
    text-decoration: none;
}

header .top .flytheme-logo {
    margin: 0;
    position: relative;
}

.logo {
    width: 230px;
}

.logo-text {
    position: relative;
    height: 42px;
    overflow: hidden;
}

.logo-text .logo-img2 {
    position: absolute;
    top: 5px;
    left: 21px;
}

.logo-text .logo-img3 {
    position: absolute;
    top: 26px;
    left: 11px;
}

.logo-blick {
    position: absolute;
    top: -30px;
    left: -85px;
    width: 35px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.6);
    height: 200px;
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}

.logo .logo-icon img {
    position: relative;
    transform: rotate(-5deg);
}

.logo:hover .logo-icon img {
    -o-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
}

.logo:hover .logo-blick {
    left: 200px;
}

header .top .flytheme-logo img {
    max-width: 211px;
}

.pull-left {
    float: left;
}

header .top .sidebar-top-header {
    padding: 37px 15px;
}

header .top .flytheme_top .top-form.top-search {
    display: inline-block;
    position: relative;
    background-color: var(--white);
    width: 100%;
    z-index: 99;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.top-form {
    position: relative;
    float: right;
}

header .top .flytheme_top .top-form.top-search .topsearch-entry {
    padding-left: 20px;
}

header .top .flytheme_top .top-form.top-search .cat-wrapper {
    background-color: var(--white);
    position: absolute;
    height: 46px;
    top: 0;
    left: 0;
    right: auto;
    border-radius: 0 !important;
    margin-left: 20px;
    color: #222;
}

header .top .flytheme_top .top-form.top-search button.form-button {
    padding: 0 31px;
    border-radius: 0 3px 3px 0;
    height: 100%;
    top: 0;
    bottom: 0;
    right: -2px;
    line-height: 48px;
    margin: 0;
    border: 0;
    position: absolute;
    left: auto;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--white);
    background: #222;
    cursor: pointer;
}

header .top .flytheme_top .top-form.top-search button.form-button:hover {
    background: var(--a-red)
}

header .top .flytheme_top .top-form.top-search button.form-button:focus {
    outline: none;
}

header .top .flytheme_top .top-form.top-search .cat-wrapper .label-search {
    display: block;
    margin-bottom: 0;
}

header .top .flytheme_top .top-form.top-search .cat-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0 !important;
    padding: 3px 15px 0;
    height: 46px;
    width: 170px;
    background: url('../img/icon-search-product.png') no-repeat center right var(--white);
}

.widget select {
    max-width: 100%;
    padding: 8px;
}

.sidebar-top .widget_nav_menu ul.menu {
    margin: 0;
    line-height: 46px;
}

.sidebar-top-right .fa,
.sidebar-top-right .far,
.sidebar-top-right .fas,
.sidebar-top-right .fad,
.sidebar-top-right .fab,
.sidebar-top-right .fal {
    margin: 0 8px;
}

.sidebar-top .widget_nav_menu ul.menu > li > a {
    border: 0 !important;
    display: block;
    font-size: 14px;
    color: #666 !important;
    text-decoration: none;
}

.widget ul {
    margin-left: 0;
    list-style: none;
}

.number-phone a {
    text-decoration: none;
    color: #666;
}

.izbrannoe {
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    padding: 0 24px 0 19px;
}

.top-header-sidebar-menu .my-account {
    font-size: 14px;
    color: #666;
    line-height: 46px;
    cursor: pointer;
}

.header-ct-left,
.header-ct-center,
.header-ct-right {
    float: left;
}

#basketwidjetSum {
    width: 200px;
}

.item-block {
    text-align: center;
}

.item-block a {
    text-decoration: none;
}

.item-block h4 {
    margin: 0;
    padding: 0;
    color: #222;
    font-size: initial;
}

.item-block p {
    margin: 10px 0;
    color: #888;
    font-size: 14px;
    line-height: 19px;
}

.box-slider-title h2 {
    line-height: 40px;
    padding: 0 0 33px;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #222;
    background: url('../img/bg-title1.png') no-repeat center bottom;
    margin-bottom: 30px;
}

.box-slider-title h2 span {
    color: var(--a-red);
}

.item-block .item-content a {
    text-decoration: none
}

.b6 i {
    font-size: 35px;
    color: #222;
    line-height: 54px;
}

.b6 {
    width: 100px;
    height: 55px;
    background: #eee;
    position: relative;
    margin: 40px auto;
}

.b6:before,
.b6:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}

.b6:before {
    top: -25px;
    border-bottom: 25px solid #eee;
}

.b6:after {
    bottom: -25px;
    border-top: 25px solid #eee;
}

.item-block .item-content:hover .b6 {
    background: var(--a-red);
}

.item-block .item-content:hover .b6 i {
    color: var(--white)
}

.item-block .item-content:hover .b6:before {
    border-bottom: 25px solid var(--a-red);
}

.item-block .item-content:hover .b6:after {
    border-top: 25px solid var(--a-red);
}

header .top-form.top-search .cat-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0 !important;
    padding: 3px 15px 0;
    height: 46px;
    width: 170px;
    background: url('../img/icon-search-product.png') no-repeat center right var(--white);
}

.logo-icon {
    width: 43px;
    float: left;
}

.logo-text {
    width: calc(100% - 43px);
    float: left;
}

.search {
    position: relative;
}

.search_result {
    display: none;
    z-index: 999999;
    position: absolute;
    width: calc(100% - 110px);
}

.dv-result {
    background: #FFF;
    max-height: 300px;
    overflow-y: scroll !important;
    border: 3px solid #ddd;
    border-radius: 0 0 0 4px;
}

.dv-result .category {
    padding: 5px 10px 8px;
    background: #ddd;
    font-size: 14px;
    font-weight: bold;
}

.dv-result .elem {
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
    color: #444;
    font-size: 14px;
    cursor: pointer;
}

.dv-result .elem:hover {
    background: var(--a-red);
    color: var(--white)
}

.search-form {
    width: calc(100% - 30px);
}

.search-form .who {
    line-height: 45px;
    width: calc(100% - 115px);
    border: 0;
}

.header-bottom {
    background-color: #e5e5e5;
    height: 53px;
    overflow: hidden;
}

.header-bottom:hover {
    overflow: visible;
}

.mega-left-title {
    text-transform: uppercase;
    padding: 0 15px;
    line-height: 52px;
    position: relative;
}

.mega-left-title:before,
.mega-left-title:after {
    font-family: 'Font Awesome 5 Pro', serif;
    color: #333;
}

.mega-left-title:before {
    content: '\f0c9';
    font-size: 16px;
    margin-right: 10px;
    line-height: 52px;
}

.mega-left-title:after {
    content: '\f107';
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    right: 5px;
    border: 0 !important;
    margin-right: 5px;
}

.primary-menu-left .primary-menu-right {
    float: left;
}

.primary-menu-left {
    width: 269px;
    /*background: #F5F5F5;*/
    background-color: white;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    cursor: pointer;
}

.primary-menu-left:hover {
    background-color: var(--a-red);
    color: var(--white);
}

.primary-menu-left:hover .mega-left-title:before,
.primary-menu-left:hover .mega-left-title:after {
    color: var(--white);
}

.primary-menu-right {
    width: calc(100% - 276px);
}

.primary-menu-right ul {
    margin: 0
}

.primary-menu-right ul .fa {
    padding-right: 5px;
}

.primary-menu .navbar-inverse .nav > li {
    position: initial;
}

.nav-pills > li {
    float: left;
    list-style-type: none;
}

.primary-menu .navbar-inverse .nav > li > a {
    font-size: 14px;
    color: #222;
    line-height: 52px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 0 15px;
}

.primary-menu .navbar-inverse .nav > li.active > a {
    color: var(--a-red);
    position: relative;
}

.primary-menu .navbar-inverse .nav > li.active > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--a-red);
    left: 0;
    z-index: 10;
}

.drop-about .dropdown-menu {
    position: absolute;
    width: 104vw;
    left: auto !important;
    background: var(--white);
    right: calc((-100vw + 120.3%) / 2);
    z-index: 999;
    top: 52px;
    text-align: center;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 35px 0;
    border: 0 !important;
    border-radius: 0 !important;
}

.drop-about .dropdown-submenu {
    display: inline-grid;
}

.drop-about .dropdown-submenu li {
    list-style-type: none;
    text-align: left;
}

.drop-about li a {
    display: block;
    line-height: 35px;
}

@media (min-width: 992px) {
    .container {
        max-width: 1140px !important;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 1140px !important;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 1140px !important;
    }
}

.drop-about .dropdown-menu ul {
    margin: 0;
    padding: 0 20px;
    border-right: 1px solid #eee;
}

.drop-about li:last-child ul {
    border: 0 !important;
}

.have-title-proekt {
    text-align: left;
    display: block;
    padding: 0 20px 7px;
    text-decoration: none;
    font-weight: bold;
}

.have-title-proekt .menu-title {
    color: #222;
    text-transform: uppercase;
}

.drop-about ul li a {
    color: #777;
    text-decoration: none;
}

.drop-about .dropdown-submenu ul li a:hover,
.drop-about:hover .dropdown-link,
.primary-menu .navbar-inverse .nav > li > a:hover,
.header-hotdeal .hotdeal-right a:hover {
    color: var(--a-red) !important;
}

.drop-about:hover .dropdown-menu {
    display: inline-block !important;
    -webkit-animation: dropdown-menu 100ms ease-out forwards;
    animation: dropdown-menu 100ms ease-out forwards;
}

.dropdown-link {
    position: relative
}

.drop-about:hover .dropdown-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid var(--white);
    left: 50%;
    margin-left: -8px;
    bottom: 0;
    -webkit-animation: dropdown-menu 300ms ease-out forwards;
    animation: dropdown-menu 300ms ease-out forwards;
}

.header-hotdeal .hotdeal-right a {
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    line-height: 52px;
    display: inline-block;
    color: #222;
    float: right;
    position: absolute;
    left: calc(100% + 790px);
}

.drop-about-company ul li {
    display: inline-flex;
    padding: 0 35px;
}

.menu-news a {
    display: none
}

.drop-about-company ul li i {
    display: block;
    font-size: 28px;
    color: #777;
    text-align: center;
    line-height: 32px;
}

.drop-about-company ul li.active a i,
.drop-about-company ul li a:hover i {
    color: var(--a-red)
}

.top-form .top-minicart-icon::after {
    position: absolute;
    top: 18px;
    right: 8px;
    content: '\f0d7';
    font-size: 12px;
    color: #666;
    font-family: 'Font Awesome 5 Pro', serif;
    font-weight: 900;
}

.top-form .top-minicart-icon:hover:after {
    color: var(--a-red);
}

.top-form.top-form-minicart {
    color: #333;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    /*padding: 34px 0 37px 0;*/
}

.top-form .top-minicart-icon {
    display: inline-block;
    position: relative;
    border-radius: 3px;
}

.top-form .top-minicart-icon:hover {
    -webkit-box-shadow: 0 0 0 1px var(--a-red) inset;
    -moz-box-shadow: 0 0 0 1px var(--a-red) inset;
    box-shadow: 0 0 0 1px var(--a-red) inset;
}

.top-form.top-form-minicart .minicart-number {
    width: 47px;
    height: 47px;
    float: left;
    display: block;
    text-align: center;
    border-radius: 3px;
    color: var(--white);
    line-height: 47px;
    font-size: 21px;
    margin-right: 20px;
    background: var(--a-red);
    position: relative;
}

#basketwidjet {
    position: absolute;
    padding: 0 6px;
    font-size: 12px;
    line-height: 20px;
    top: inherit;
    bottom: -13px;
    right: -13px;
    background: #222;
    color: #eee;
    border-radius: 3px;
}

.top-form.top-form-minicart .shopping-text {
    font-size: 14px;
    line-height: 28px;
}

.top-form.top-form-minicart .amount {
    color: var(--a-red);
    font-size: 18px;
    display: block;
}


/* Меню корзины */

.cart-checkout {
    display: none
}

.featured-product .slick-slider .item {
    padding: 0 15px;
}

.responsive-slider .item {
}

.responsive-slider .item .item-date {
    margin-top: 1px;
    position: relative;
    z-index: 1
}

.responsive-slider .item .item-text {
    background: var(--white);
    border-radius: 0 5px 5px 0;
    border: 1px solid #eee;
    height: 109px;
    margin-top: 20px;
    position: relative;
    z-index: 0
}

.responsive-slider .item .img_over_pos {
    position: relative;
    min-height: 240px;
}

.responsive-slider .item .img_over {
    position: absolute;
    width: 100%;
    z-index: 1;
    background-color: var(--white);
}

.responsive-slider .item .img_over picture {
    width: 100%;
    position: relative;
}

.responsive-slider .item .img_over picture img {
    width: 100%;
    min-height: 240px;
    height: 240px;
}

.cover {
    background-size: cover;
    /*background-attachment: fixed;*/
    background-position: center center;
    background-attachment: scroll;
}


/*@media (max-width: @iphone-screen) {*/


/*    */


/*}*/

.img_over_shadow::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid var(--white);
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.33) inset;
    -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.33) inset;
    -moz-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.33) inset;
}

.responsive-slider .item .item-text::after,
.responsive-slider .item .item-text::before {
    content: '';
    position: absolute;
    top: calc(-100%);
    height: 100%;
    border-left: 3px dotted #222;
    z-index: -1 !important;
}

.responsive-slider .item .item-text::after {
    left: 28px
}

.responsive-slider .item .item-text::before {
    right: 28px;
}

.responsive-slider .item-wrap .item-price {
    height: 50px;
    padding: 0 10px 30px 10px;
    display: table;
    margin: 0 auto;
}

.responsive-slider .item-wrap .item-price span {
    display: table-cell;
    vertical-align: middle;
}

.responsive-slider .item .item-wrap {
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 7px;
    margin: 0 15px 50px 15px;
    padding: 10px;
    position: relative;
}

.responsive-slider .item .item-wrap:hover {
    border: 1px solid var(--a-red);
}

.responsive-slider .item .item-wrap:hover .item-bottom a {
    border: 1px solid var(--a-red);
    color: var(--a-red)
}

.responsive-slider .item .item-wrap .item-bottom a {
    display: inline-block;
    font-size: 14px;
    color: #555;
    padding: 0 26px;
    height: 46px;
    line-height: 44px;
    border: 1px solid #ddd;
    border-radius: 25px;
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -75px;
    z-index: 5;
    background-color: var(--white);
    text-decoration: none;
    text-transform: uppercase;
}

.block-news-inf {
    background: #F6F6F6;
    padding: 40px 0;
}

.block-news-inf-row {
    max-width: 1170px;
    margin: 0 auto;
}

.block-news-inf-row .item {
    width: calc(33.3%) !important;
    display: inline-block;
    padding: 0 15px;
}

.block-news-inf-row .item img {
    width: 100%;
    border-radius: 5px;
    border: 1px solid var(--white);
}

.img_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.8);
    display: table;
    text-align: center;
    opacity: 0;
    z-index: 1;
}

.img_overlay i {
    color: var(--white);
    display: table-cell;
    vertical-align: middle;
    font-size: 37px;
}

.block-news-inf-row .item-text .fa {
    padding-left: 5px;
}

.primary-menu .navbar-inverse .nav li .dropdown-menu {
    display: none
}

.carusel-center {
    max-width: 1050px;
    margin: 100px auto;
}

.slick-slide {
    margin: 0 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
}

.slick-current {
    opacity: 1;
}

.vc_custom_1458717778493 {
    background-color: #f5f5f5 !important;
}

.form-subscription .newsletter-form input[type="email"] {
    height: 53px;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 66.6%;
    padding: 0 120px 0 30px;
}

.form-subscription .newsletter-form input[type="submit"] {
    font-size: 13px;
    text-transform: uppercase;
    height: 52px;
    line-height: 52px;
    padding: 2px 28px 0 28px;
    color: var(--white);
    background-color: #333;
    border-radius: 0 3px 3px 0;
    border: 0;
    position: absolute;
    right: 165px;
    cursor: pointer;
}

.form-subscription .newsletter-form input[type="submit"]:hover {
    background-color: var(--a-red);
}

.form-subscription .newsletter-form {
    max-width: 1170px;
    position: relative;
    margin: 0 auto;
}

.form-subscription {
    background: #F5F5F5;
    padding: 20px 10px;
}

.form-subscription .row {
    max-width: 1170px;
    margin: 0 auto;
}

.form-subscription form.mc4wp-form::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    top: 26px;
    left: 0;
}

.form-subscription form.mc4wp-form {
    text-align: center;
    position: relative;
    z-index: 1;
}

.footer {
    background-color: #f5f5f5;
    color: #999;
}

#flytheme-totop {
    border-radius: 45px;
    bottom: 45px;
    height: 45px;
    display: none;
    position: fixed;
    left: 45px;
    width: 45px;
    z-index: 999;
    background-color: var(--a-red);
    text-align: center;
}

#flytheme-totop i {
    font-size: 28px;
    color: var(--white);
    line-height: 43px;
}

.footer > .container.container-block {
    max-width: 70% !important;
}

.footer > .container .footer-top {
    padding: 35px 0 55px;
}

.footer .copyright {
    background-color: #222;
    font-size: 13px;
    color: #aaa;
    min-height: 90px;
}

.footer .sidebar-copyright {
    line-height: 21px;
}

.footer .copyright p {
    line-height: 21px;
    margin: 0;
}

.footer .widget h3 {
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
    position: relative;
    line-height: 20px;
    padding-bottom: 25px;
    margin-bottom: 0 !important;
}

.footer .widget h3:before {
    position: absolute;
    z-index: 3;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #aaa;
    top: 35px;
}

.footer .widget ul {
    margin: 0 0 10px 0 !important;
    list-style: none;
}

.footer > .container .footer-top .contact-footer .contact > li {
    font-size: 14px;
    color: #ccc;
    line-height: 42px;
}

.footer > .container .footer-top .contact-footer .contact > li a {
    color: #333 !important;
    text-decoration: none
}

.footer > .container .footer-top .contact-footer .contact > li a:hover {
    color: var(--a-red) !important;
    text-decoration: none
}

.footer > .container .footer-top .contact-footer .contact > li .fa.fa-home,
.footer > .container .footer-top .contact-footer .contact > li .fa.fa-phone {
    font-size: 14px;
}

.footer > .container .footer-top .contact-footer .contact > li .fa {
    margin-right: 12px;
    color: #999;
}

.footer > .container .footer-top .contact-footer .contact > li .label-footer {
    color: #999;
    font-size: 14px;
}

.footer > .container .footer-top .socials-footer {
    display: flex;
    /*justify-content: center;*/
}

.footer > .container .footer-top .socials-footer > li {
    float: left;
    margin-right: 5px;
}

.footer > .container .footer-top .socials-footer > li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 14px;
    color: #eee;
    /*border-radius: 50%;*/
    border-radius: 3px;
    background-color: #111;
    text-align: center;
    line-height: 36px;
}

.footer > .container .footer-top .socials-footer > li a:hover {
    background-color: var(--a-red);
    color: var(--white);
}

.footer .widget.widget_nav_menu ul.menu > li {
    line-height: 35px;
}

.footer > .container .footer-top .menu {
    margin: 0;
}

.footer .widget.widget_nav_menu ul.menu > li {
    line-height: 35px;
}

.footer .widget.widget_nav_menu ul.menu > li > a {
    color: #666;
    font-size: 14px;
    border: 0;
    padding: 0 0 0 15px;
    position: relative;
    text-decoration: none;
}

.footer .widget.widget_nav_menu ul.menu > li > a:hover {
    color: var(--a-red);
}

.footer .textwidget .fa {
    width: 14px;
    text-align: center
}

.footer .widget.widget_nav_menu ul.menu > li > a:before {
    background-color: var(--white);
    border: 1px solid #555;
    border-radius: 50%;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 3px;
}

.footer .col-lg-4 {
    width: calc(25% - 4px);
    display: inline-grid;
}

.footer .pull-left {
    float: left;
}

.footer .pull-right {
    float: right;
}

.vc_wp_custommenu {
    position: absolute;
    background: var(--white);
    z-index: 89;
    border-radius: 0 0 4px 4px;
    width: 267px;
    display: none;
    border: 1px solid var(--a-red);
    border-top: none;
}

.vc_wp_custommenu ul {
    margin: 0;
    padding: 0;
}

.vc_wp_custommenu ul li {
    list-style-type: none;
    border: 1px solid transparent;
}

.vertical-megamenu > li {
    border: none;
    position: relative;
    line-height: 1.42857;
    z-index: 1;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.vertical-megamenu > li > a {
    font-size: 14px;
    color: #222;
    padding: 14px 27px 14px 40px;
    display: block;
    text-decoration: none;
}

.vertical-megamenu li:last-child a {
    border-radius: 0 0 4px 4px !important;
}

.vertical-megamenu > li.dropdown > a::after,
.wrapper_vertical_menu .dropdown .dropdown-submenu::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro', serif;
    font-weight: 900;
    font-size: 14px;
    color: #333;
    position: absolute;
    right: 5px;
    top: 16px;
    border: 0 !important;
    margin-right: 5px;
}

.no_after::after {
    content: initial !important;
}

.wrapper_vertical_menu .dropdown .dropdown-submenu::after {
    top: 13px;
}

.vertical-megamenu li > a::before {
    content: '\f009';
    font-family: 'Font Awesome 5 Pro', serif;
    font-weight: 900;
    color: #666;
    position: absolute;
    left: 15px;
    top: 15px;
    height: 18px;
    width: 18px;
    text-align: center;
}

.vertical-megamenu > li.dropdown:hover > a::after {
    color: var(--white) !important;
}

.wrapper_vertical_menu .dropdown .dropdown-submenu:hover::after {
    color: var(--a-red) !important;
}

.vertical-megamenu > li:hover > a::before {
    color: var(--white) !important;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.vertical-megamenu > li:hover > a {
    background: var(--a-red) !important;
    color: var(--white) !important;
}

.wrapper_vertical_menu .dropdown {
    position: relative
}

.wrapper_vertical_menu .dropdown:hover .dropdown-menu,
.wrapper_vertical_menu .dropdown .dropdown-submenu:hover .dropdown-sub {
    -webkit-animation: dropdown-menu-left 300ms ease-out forwards;
    animation: dropdown-menu-left 300ms ease-out forwards;
}

.wrapper_vertical_menu .dropdown:hover .dropdown-menu,
.wrapper_vertical_menu .dropdown .dropdown-submenu:hover .dropdown-sub {
    display: block;
}

.wrapper_vertical_menu .dropdown-menu {
    padding: 13px 0 !important;
}

.wrapper_vertical_menu .dropdown-menu > li {
    padding: 0 15px !important;
}

.wrapper_vertical_menu .dropdown .dropdown-submenu {
    position: relative
}

.wrapper_vertical_menu .dropdown .dropdown-menu,
.wrapper_vertical_menu .dropdown .dropdown-submenu .dropdown-sub {
    position: absolute;
    z-index: 999999 !important;
    background: var(--white);
    border-radius: 3px;
    padding: 13px 15px;
    top: 0;
    left: 270px;
    width: 100%;
    min-height: 44px;
    display: none;
    border: 1px solid var(--a-red);
}

.wrapper_vertical_menu .dropdown .dropdown-submenu:hover > a {
    color: var(--a-red)
}

.wrapper_vertical_menu .dropdown-menu a::before {
    display: none !important;
}

.wrapper_vertical_menu .dropdown .dropdown-menu,
.wrapper_vertical_menu .dropdown .dropdown-submenu .dropdown-sub {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.wrapper_vertical_menu .dropdown .dropdown-menu li a,
.wrapper_vertical_menu .dropdown .dropdown-sub li a {
    color: #666;
    text-align: left !important;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 10px 8px 10px 0;
    border-bottom: 1px solid #eee;
}

.wrapper_vertical_menu .dropdown .dropdown-sub li a {
    border-bottom: 1px solid #eee !important;
}

.wrapper_vertical_menu .dropdown .dropdown-sub li:last-child a {
    border-bottom: 0 !important;
}

.wrapper_vertical_menu .dropdown .dropdown-menu li:last-child a {
    border-bottom: 0;
}

.wrapper_vertical_menu .dropdown .dropdown-menu li a:hover {
    color: var(--a-red)
}

.wrapper_vertical_menu .dropdown .dropdown-menu::after,
.wrapper_vertical_menu .dropdown .dropdown-submenu .dropdown-sub::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid var(--a-red);
    left: -12px;
    top: 20px;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    z-index: 999999 !important;
}

.wrapper_vertical_menu .dropdown .dropdown-submenu .dropdown-sub::after {
    top: 18px !important;
}

.catalog-item-home {
    padding: 35px 0;
}

.slick-slide img {
    filter: grayscale(.75);
    -webkit-filter: grayscale(1);
}

.slick-slide img:hover {
    filter: grayscale(.75);
    -webkit-filter: grayscale(0);
}


/* --- Слайдер --- */
#container-sld-rel {
    height: 520px;
    position: relative
}

.slider-overlay {
    background: rgba(0, 0, 0, 0.3) url('../images/overlay.png') repeat scroll 0 0 !important;
    width: 100%;
    height: 100%;
    position: relative;
}

.slider-text {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
}

.slider-overlay-content {
    position: relative;
    z-index: 999 !important;
    max-width: calc(1170px - 300px);
    right: -150px;
    height: 100%;
    margin: 0 auto;
}

#ul-slide-select {
    position: relative;
    z-index: 10;
    max-width: calc(1170px - 300px);
    right: -150px;
    margin: 0 auto;
}

#slide-select {
    width: 130px;
}

#slide-select li {
    list-style-type: none;
}

#container-sld-rel .slide h2 {
    position: relative;
    z-index: 999999 !important;
}

#container-sld-rel .slide h2 span {
    position: relative;
    z-index: 999999 !important;
}

#container-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 520px;
    overflow: hidden;
    background: #111;
}

#container-slider ul {
    margin: 0;
}

#slides {
    position: relative;
    width: 100%;
    height: 100%;
}

#slides .slide {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#slides .slide.active {
    z-index: 1;
}

#slides .slide .title,
#slides .slide .title2 {
    position: absolute;
    top: 3%;
    left: 20px;
    z-index: 2;
    padding-top: 5px;
    font-size: 58px;
    color: white;
    overflow: hidden;
}

#slides .slide .p1 {
    position: absolute;
    top: 36%;
    left: 20px;
    z-index: 2;
    padding-top: 5px;
    font-size: 24px;
    color: white;
    overflow: hidden;
    width: 450px;
}

#slides .slide .img-slider {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 20px;
    z-index: 2;
    font-size: 24px;
    color: white;
    overflow: hidden;
    /*width: 350px;*/
    max-width: 600px; /* Новый хз как */
}

#slides .slide .slider-a-bot {
    position: absolute;
    top: 66%;
    left: 20px;
    z-index: 2;
    padding-top: 5px;
    font-size: 24px;
    color: white;
    overflow: hidden;
    /*width: 135px;*/
    width: auto;
}

#slides .slide .title2 {
    top: 14% !important;
}

#slides .slide .title .title-text,
#slides .slide .title2 .title-text {
    display: block;
    transform: translateY(-1.2em);
    -webkit-transform: translateY(-1.2em);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
}

#slides .slide .p1 .title-text {
    display: block;
    transform: translateX(-450px);
    -webkit-transform: translateX(-450px);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
}

#slides .slide .slider-a-bot a {
    display: block;
    transform: translateX(-135px);
    -webkit-transform: translateX(-135px);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
}

#slides .slide .img-slider img {
    display: block;
    width: 100%;
    transform: translateX(350px);
    -webkit-transform: translateX(350px);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
}

#slides .slide .title2 .title-text {
    -webkit-transform: translateY(1.2em) !important;
    transform: translateY(1.2em) !important;
}

#slides .slide .slider-a-bot a {
    -webkit-transform: translateY(46px) !important;
    transform: translateY(46px) !important;
}

#slides .slide .slide-partial {
    position: absolute;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    -webkit-transition: -webkit-transform 1s ease-in-out;
}

#slides .slide .slide-partial img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    -webkit-transition: -webkit-transform 1s ease-in-out;
}

#slides .slide .slide-left {
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

#slides .slide .slide-left img {
    top: 0;
    right: 0;
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

#slides .slide .slide-right {
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#slides .slide .slide-right img {
    top: 0;
    left: 0;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#slides .slide.active .title .title-text,
#slides .slide.active .title2 .title-text {
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#slides .slide.active .p1 .title-text {
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#slides .slide.active .img-slider img {
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

#slides .slide.active .slider-a-bot a {
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

#slides .slide.active .title2 .title-text {
    -webkit-transition-delay: 0.7s !important;
    transition-delay: 0.7s !important;
}

#slides .slide.active .slide-partial,
#slides .slide.active .slide-partial img {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

#slide-select {
    position: absolute;
    bottom: 60px;
    left: 16px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 1.5em;
    font-weight: lighter;
    color: white;
}

#slide-select li {
    position: relative;
    cursor: pointer;
    margin: 0 5px;
}

#slide-select li.prev:hover {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
}

#slide-select li.next:hover {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
}

#slide-select .selector {
    height: 12px;
    width: 12px;
    border: 2px solid white;
    background-color: transparent;
    -webkit-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}

#slide-select .selector.current {
    background-color: white;
}

.slider-a-bot a {
    position: relative;
    z-index: 999999 !important;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    display: block !important;
    border: 3px solid var(--white);
    background: var(--a-red);
    border-radius: 35px;
    color: var(--white);
}

#slides .slide .slider-a-bot {
    z-index: 99 !important;
    cursor: pointer;
    text-align: center;
}

.slider-a-bot a:hover,
#slides .slider-a-bot:hover a,
.activeSlider a {
    background: #222 !important;
    color: var(--white) !important;
    text-decoration: none;
}

#ul-slide-select .btn.next,
#ul-slide-select .btn.prev {
    font-size: 21px !important;
    color: var(--white) !important;
    padding: 1px 1px !important;
}


/* --- Конец стилей слайдера --- */

.listings-title {
    background: url('../img/bg-title-cat.png') no-repeat center center;
    height: 179px;
    margin: 30px 0;
    text-align: center;
}

.listings-title .wrap-title {
    padding: 63px 0 64px;
}

.listings-title .wrap-title h1 {
    font-weight: bold;
    color: #eee;
    text-transform: uppercase;
    font-size: 20px;
}

.breadcrumbs ul.breadcrumb {
    margin: 0;
    background: none;
    padding: 0;
    list-style: none;
}

.breadcrumbs ul.breadcrumb > li {
    padding: 0;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumbs ul.breadcrumb > li > a {
    font-size: 14px;
    color: #eee;
    text-decoration: none;
}

.breadcrumbs ul.breadcrumb > li::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro', serif;
    font-weight: 900;
    color: #eee;
    padding: 0 17px;
}

.breadcrumbs ul.breadcrumb > li:last-child::after {
    content: '';
    padding: 0;
}

.breadcrumbs ul.breadcrumb > li > a:hover,
.breadcrumbs ul.breadcrumb > li.active span {
    color: var(--a-red);
}

.news-wrap-cat {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 3px;
}

#shopify-section-blog-sidebar,
#left {
    width: 269px;
    float: left;
}

#content {
    margin-top: -15px;
}

#shopify-section-blog-template,
#contents {
    width: calc(100% - 285px);
    padding: 0 0 0 15px;
}


/* --- Форма входа --- */

.email-input,
.pass-input {
    position: relative
}

.email-input::after,
.pass-input::after {
    width: 37px;
    height: 37px;
    background: #333;
    color: var(--white);
    text-align: center;
    line-height: 37px;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 4px 0 0 4px;
}

.block-popup-login {
    margin: 10px;
}

.email-input::after {
    content: "\f007";
    font-family: 'Font Awesome 5 Pro', serif;
}

.pass-input::after {
    content: "\f084";
    font-family: 'Font Awesome 5 Pro', serif;
}

.block-popup-login {
    max-width: 600px;
}

.block-popup-login h2 {
    margin: 0 0 25px 0;
    font-size: 18px;
}

.block-popup-login .ft-link-p a {
    color: #444;
    font-size: 12px;
    text-decoration: none;
}

.block-popup-login .ft-link-p a:hover {
    color: var(--a-red);
}

.block-popup-login .ft-link-p {
    position: relative;
    top: 13px;
    z-index: 1;
    width: 95px;
}

.block-popup-login .block-content .col-reg.login-customer h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 16px;
    position: relative;
    top: -8px;
}

.block-popup-login .block-content .col-reg.login-customer .note-reg {
    padding: 0;
    color: #666;
    margin: 0;
}

.block-popup-login .list-log li {
    line-height: 27px;
}

.block-popup-login .list-log {
    margin-left: 15px;
}

.block-popup-login .actions {
    position: relative;
    top: -15px;
    right: 0;
}

.block-popup-login .block-content .col-reg.registered-account .submit-login .btn-submit-login {
    padding: 0 30px;
    height: 37px;
    line-height: 37px;
    font-size: 13px;
    white-space: nowrap;
    text-transform: uppercase;
    color: var(--white);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 0;
    background: #333;
    margin: 0;
    float: right;
    cursor: pointer;
}

.block-popup-login .block-content .col-reg.registered-account .submit-login .btn-submit-login:hover {
    background: var(--a-red)
}

.block-popup-login .block-content .btn-reg-popup {
    height: 37px;
    line-height: 37px;
    padding: 0 30px;
    text-transform: uppercase;
    border-radius: 20px;
    display: inline-block;
    font-size: 13px;
    color: var(--white);
    background-color: var(--a-red);
    text-align: center;
    text-decoration: none;
    width: 130px;
    margin: 0 auto;
}

.block-popup-login .block-content .btn-reg-popup:hover {
    background: #333
}

.block-popup-login .registered-account,
.block-popup-login .login-customer {
    width: calc(50% - 24px);
    display: inline-grid;
}

.block-popup-login .registered-account {
    padding: 0 20px 0 0;
    border-right: 1px solid #eee;
}

.block-popup-login .login-customer {
    padding: 0 0 0 15px;
}

.block-popup-login .email-input input,
.block-popup-login .pass-input input {
    display: block;
    width: calc(100% - 67px);
    padding: 10px 15px 10px 52px;
    border: 1px solid #eee;
    border-radius: 4px;
    background: #f1f1f1 !important;
    margin: 0 0 18px 0;
}

.mega-left-title-yes-home {
    background-color: var(--a-red);
    color: var(--white);
}

.mega-left-title-yes-home .mega-left-title:before,
.mega-left-title-yes-home .mega-left-title:after {
    color: var(--white);
}

.mega-left-title-yes-home .vc_wp_custommenu {
    display: block;
}

.verticle-menu-category .vc_wp_custommenu {
    display: block !important;
    border-left: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    margin-left: -1px;
}

#container-view-product {
    float: right;
    margin-right: -30px;
    margin-top: 20px;
}

#container-view-product .wp-post-image {
    width: calc(100% - 100px);
    max-width: 400px;
    float: left;
}

#container-view-product .slider .product-responsive {
    float: left;
}

#order-img-galerey,
#order-img-galerey-text {
    display: inline-block
}

.blog-sidebar .block {
    margin-bottom: 30px;
}

.blog-sidebar .block .block-title {
    background: #333;
    color: var(--white);
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    padding: 17px 20px;
    border-radius: 5px 5px 0 0;
}

.blog-sidebar .block .block-content {
    background: var(--white);
    padding: 15px;
    border: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    border-top-style: solid;
    border-top-width: 1px;
    border-radius: 0 0 5px 5px;
    border-top: 0;
}

.blog-sidebar .block .block-content a {
    color: #444444;
    text-decoration: none;
}

.blog-sidebar .block .block-content a:hover {
    color: var(--a-red)
}

.blog-sidebar .block .block-content ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.blog-sidebar .block .block-content li.active a {
    color: var(--a-red);
    text-decoration: none;
}

#wrapper,
.main-container,
.theme-no-home {
    background: #F5F5F5;
    color: #555;
}

.theme-no-home h1 {
    font-size: 36px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.widget_categories,
.widget_product_categories,
.flytheme_categories {
    background-color: var(--white);
    border-radius: 0 0 5px 5px;
    border: 1px solid #E9E9E9;
    border-top: 0 !important;
    margin-bottom: 20px;
}

.flytheme_categories .block-title-widget h2 {
    color: #222;
    font-size: 14px;
    font-weight: bold;
    padding: 16px 0 14px 15px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0;
    border-left: 0;
    border-bottom: 1px solid #ddd;
}

.flytheme_categories ul > li > a {
    line-height: 25px;
    font-size: 14px;
    color: #222;
    padding: 10px 15px 10px 45px;
    display: block;
    text-transform: capitalize;
    background: url('../img/icon-menu-cat.png') no-repeat left 30px center var(--white);
    text-decoration: none;
}

.flytheme_categories ul > li > a:hover {
    color: var(--white);
    background: url('../img/icon-menu-cat2.png') no-repeat left 30px center var(--a-red);
}

.flytheme_categories ul > li:last-child > a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.flytheme_categories ul > li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.flytheme-categories ul {
    margin: 0;
}


/* Желательно переписать, возможно переопределение */

.img {
    max-width: 33% !important;
    width: calc(33% - 19px) !important;
}

.img .lightbox-img img {
    width: 100%;
}

.products-wrapper .products-loop {
    list-style: none;
}

.products-wrapper .col-lg-4 {
    width: calc(33.33% - 30px);
    display: inline-block;
    padding: 0 15px;
}

.products-wrapper .products-loop.grid > li .products-entry {
    position: relative;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0 1px;
    margin-bottom: 50px;
    background-color: var(--white);
    height: calc(100% - 52px);
}

.products-wrapper .products-loop.grid > li .products-entry:hover {
    border: 1px solid var(--a-red);
}

.products-wrapper .products-loop.grid > li .products-entry .products-thumb-hover {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    width: calc(100% - 18px);
    height: 100%;
    opacity: 0;
    display: table-cell;
    padding: 0 25px;
}

.products-thumb-ntp {
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
}


/*.products-thumb-ntp {display: table;}*/

.products-wrapper .products-loop.grid > li .products-entry .products-thumb-hover .products-thumb-ntp div {
    display: table-cell;
    vertical-align: middle;
    color: #444;
    font-size: 21px;
}

.products-thumb-hover span {
    display: inline-block;
    padding: 10px 0;
}

.products-wrapper .products-loop.grid > li .products-entry .products-thumb-hover i:hover {
    cursor: pointer;
    color: var(--a-red);
}

.products-wrapper .products-loop.grid > li .products-entry .products-thumb-hover .fa-search-plus {
    font-size: 40px !important;
}

.products-wrapper .products-loop.grid > li .products-entry:hover .products-thumb-hover {
    opacity: 1;
}

.products-wrapper .products-loop.grid > li .products-entry:hover .products-thumb-hover .l-icon {
    -webkit-animation: order-left 300ms ease-out forwards;
    animation: order-left 300ms ease-out forwards;
}

.products-wrapper .products-loop.grid > li .products-entry:hover .products-thumb-hover .r-icon {
    -webkit-animation: order-right 300ms ease-out forwards;
    animation: order-right 300ms ease-out forwards;
}

.type-conclusion-list {
    display: block !important;
}

.type-conclusion-list .products-entry {
    display: grid;
    grid-template-columns: 32% 1fr;
    grid-gap: 0.1rem;
}

.type-conclusion-list .item-description {
    padding-bottom: 60px !important;
}

.type-conclusion-list .reviews-content {
    margin: 20px 0 0 1rem;
}

.type-conclusion-list .products-content {
    padding: 0 !important;
}

.type-conclusion-list .reviews-content,
.type-conclusion-list h4,
.type-conclusion-list .price {
    text-align: left;
}

.type-conclusion-list .price {
    display: block;
    margin-left: 1rem;
}

.type-conclusion-list a.add_to_cart_button {
    padding: 0 22px !important;
    height: 38px !important;
    line-height: 38px !important;
    border-radius: 4px !important;
    bottom: 10px !important;
    left: calc(100% - 66px) !important;
    margin-left: -58px !important;
}

.type-conclusion-list > li .products-entry {
    margin-bottom: 15px !important;
}

.type-conclusion-list > li .products-entry .products-thumb-hover {
    height: calc(100% - 20px) !important
}

.type-conclusion-table {
    display: block !important;
}

.type-conclusion-table .product-thumb img {
    margin: 0 auto !important;
}

.type-conclusion-table .price {
    margin: 0 0 0 1rem !important;
}

.type-conclusion-table .products-entry {
    display: grid;
    grid-template-columns: 12% 1fr;
    grid-gap: 0.1rem;
}

.type-conclusion-table .item-description,
.type-conclusion-table .products-thumb-hover {
    display: none !important;
}

.type-conclusion-table .item-description {
    padding-bottom: 60px !important;
}

.type-conclusion-table .reviews-content {
    margin: 10px 0 0 1rem;
}

.type-conclusion-table h4 {
    margin-top: 10px;
}

.type-conclusion-table .products-content {
    padding: 0 !important;
}

.type-conclusion-table .reviews-content,
.type-conclusion-table h4,
.type-conclusion-table .price {
    text-align: left;
}

.type-conclusion-table .price {
    display: block;
    margin-left: 1rem;
    line-height: 30px;
    margin-bottom: 3px;
    font-size: 18px;
}

.type-conclusion-table a.add_to_cart_button {
    padding: 0 22px !important;
    height: 38px !important;
    line-height: 38px !important;
    border-radius: 4px !important;
    bottom: 50% !important;
    left: calc(100% - 66px) !important;
    margin: 0 0 -21px -62px !important;
}

.type-conclusion-table > li .products-entry {
    margin-bottom: 10px !important;
}

.type-conclusion-table > li .products-entry .products-thumb-hover {
    height: calc(100% - 20px) !important
}

.type-conclusion-table > li .products-entry .products-thumb {
    height: 100% !important;
    padding-right: 0;
}

.type-conclusion-table .order-item .product-thumb {
    height: 100%;
}

.intem-bot-table {
    display: none;
}

.type-conclusion-table .intem-bot-table {
    display: block !important;
    position: absolute;
    top: 50%;
    right: 150px;
    margin-top: -7px;
}

.type-conclusion-table .intem-bot-table .l-icon,
.type-conclusion-table .intem-bot-table .c-icon,
.type-conclusion-table .intem-bot-table .r-icon {
    display: inline-block;
    font-size: 16px;
    color: #666;
    margin: 0 5px;
    cursor: pointer;
}

.r-icon i,
.l-icon i {
    position: relative
}

.r-icon i::after,
.l-icon i::after {
    content: '';
    position: absolute;
    top: -10px;
    left: -8px;
    background: var(--a-red);
    width: 40px;
    height: 40px;
    z-index: -1;
    border-radius: 50%;
    opacity: 0;
}

.type-conclusion-table .intem-bot-table .l-icon:hover,
.type-conclusion-table .intem-bot-table .c-icon:hover,
.type-conclusion-table .intem-bot-table .r-icon:hover,
.products-thumb-ntp .active,
.products-thumb-ntp .active i {
    color: var(--a-red) !important;
}

.products-thumb-ntp .active i::after {
    animation: click-blick 1s 1;
}

.category-wrap {
    display: grid;
    grid-template-columns: 49% 1fr;
    grid-gap: 1rem;
    padding-top: 20px;
}

.cat-products-entry {
    display: grid;
    grid-template-columns: 60% 1fr;
    grid-gap: 1rem;
}

.category-wrap li {
    background: var(--white);
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    padding: 10px;
    list-style-type: none;
    position: relative;
}

.category-wrap li:hover {
    border: 1px solid var(--a-red);
}

.cat-right {
    display: flex;
    min-height: 160px;
}

.cat-right-inner {
    margin: auto;
}

.category-wrap li img {
    width: 100%;
    margin: auto;
}

.category-wrap li h4 {
    color: #222;
    font-size: 21px;
    padding: 0;
    margin: 2px 0 10px 0;
    font-weight: 200;
}

.category-wrap .item-description {
    color: #777;
    font-size: 13px;
    text-align: justify;
    line-height: 21px;
}

.cat-item a {
    text-decoration: none;
}

.footer-st {
    background: #222 !important;
    clear: both;
}

.footer-st .copyright {
    background: #111 !important;
}

.footer-st .widget h3 {
    color: #ddd
}

.footer-st .widget.widget_nav_menu ul.menu > li > a {
    color: #777;
}

.footer-st .footer .widget h3:before {
    background: #ccc
}

.footer-st .copyright p,
.footer-st .widget-inner {
    color: #444
}

.footer-st .widget-inner a {
    color: #999 !important;
}

.footer-st .widget-inner a:hover {
    color: var(--white) !important;
}

.products-wrapper .products-loop.grid > li .products-entry .products-thumb {
    position: relative;
    z-index: 1;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 250px;
}

.products-thumb {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 10px;
}

.products-wrapper .products-loop.grid > li .products-entry .products-content {
    text-align: center;
    padding: 0 0 45px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.price,
.item-price,
.item_price,
.product-price {
    color: var(--a-red);
    font-size: 23px;
    padding: 0;
    margin: 20px 0 -10px 0;
}

.products-wrapper .products-loop.grid > li .products-entry .products-content h4 {
    margin-bottom: 3px;
    padding: 0 5px;
}

.products-wrapper .products-loop.grid > li .products-entry .products-content {
    text-align: center;
}

.products-wrapper .products-loop .product-thumb img {
    max-width: calc(100% - 50px);
    width: 100%;
    height: auto !important;
    margin: 25px;
}

.type-conclusion-table .product-thumb img {
    max-width: 95px !important;
    width: auto !important;
    height: auto !important;
    max-height: 72px !important;
}

.price span.amount,
.item-price span.amount,
.item_price span.amount,
.product-price span.amount {
    color: var(--a-red);
    line-height: 25px;
}

.products-wrapper .products-loop.grid > li .products-entry .products-content h4 a {
    font-size: 14px;
    color: #444 !important;
    text-decoration: none;
    font-weight: 200;
    display: block;
}

.type-conclusion-table .products-content h4 a {
    width: calc(100% - 270px)
}

.products-wrapper .products-loop.grid > li .products-entry:hover .item-bottom .add_to_cart_button:hover,
.products-wrapper .products-loop.grid > li .products-entry:hover .item-bottom .product_type_external:hover,
.products-wrapper .products-loop.grid > li .products-entry:hover .item-bottom .product_type_grouped:hover {
    background-color: var(--a-red);
    color: var(--white);
}

.products-wrapper .products-loop.grid > li .products-entry:hover .item-bottom .add_to_cart_button,
.products-wrapper .products-loop.grid > li .products-entry:hover .item-bottom .product_type_external,
.products-wrapper .products-loop.grid > li .products-entry:hover .item-bottom .product_type_grouped {
    border: 1px solid var(--a-red);
    color: var(--a-red);
}

.product_type_grouped:hover,
.product_type_external:hover,
.woocommerce a.add_to_cart_button:hover,
a.add_to_cart_button:hover {
    background-color: var(--a-red);
    border: 1px solid var(--a-red);
    color: var(--white);
}

body .item-bottom a:hover {
    color: var(--a-red);
    text-decoration: none;
}

a.add_to_cart_button {
    font-size: 15px;
    color: #333;
    padding: 0 26px;
    height: 46px;
    line-height: 44px;
    border: 1px solid #ddd;
    border-radius: 25px;
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -58px;
    z-index: 5;
    background-color: var(--white);
    text-decoration: none;
}


/* --- Хлебные крошки --- */

.breadcrumb {
    position: relative;
    width: 100%;
    margin: 5px 0;
    display: flex;
    gap: 5px 0;
    padding: 0 !important;
    background-color: transparent !important;
    overflow: hidden;
}

.breadcrumb::after {
    content: '';
    position: absolute;
    right: 0;
    width: 75px;
    height: 39px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(245, 245, 245, 0.7) 55%, rgba(245, 245, 245, 1) 100%);
}

.breadcrumb li {
    margin: 0 .5em 0 1em;
    list-style-type: none;
    height: 38px;
}

.breadcrumb a {
    background: #ddd;
    padding: 0 10px;
    text-decoration: none;
    color: #444;
    position: relative;
    transition: none !important;
    text-overflow: ellipsis;
    height: 38px;
    white-space: nowrap;
    line-height: 38px;
    display: block;
}

.breadcrumb a:hover {
    background: #444;
    color: var(--white);
}

.breadcrumb a::before {
    content: '';
    position: absolute;
    top: 0;
    border-width: 19px 0 19px 15px;
    border-style: solid;
    border-color: #ddd #ddd #ddd transparent;
    left: -15px;
}

.breadcrumb a:hover::before {
    border-color: #444 #444 #444 transparent;
}

.breadcrumb a::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 0;
    border-width: 19px 0 19px 15px;
    border-style: solid;
    border-color: transparent #ddd transparent #ddd;
}

.breadcrumb a:hover::after {
    border-left-color: #444;
}

.breadcrumb .current,
.breadcrumb .current:hover {
    font-weight: bold;
    background: none;
}

.breadcrumb .current::after,
.breadcrumb .current::before {
    content: normal;
}

.breadcrumb li.active {
    line-height: 38px;
    white-space: nowrap;
    width: 10px;
}


/* --- Хлебные крошки --- */

.view-mode-wrap i {
    color: #444;
    text-align: center;
    font-size: 24px;
    margin: 0 5px 0 3px;
    cursor: pointer;
    line-height: 30px;
}

.view-mode-wrap i:hover {
    color: var(--a-red)
}

#divLoading {
    width: 269px;
    float: left;
}

#container-view-product h1,
.blog-post-wrapper h1,
.start-bg h1,
.h1-page-title {
    color: #222;
    font-size: 22px !important;
    margin: 6px 0 15px 3px;
}

.blog-post-wrapper {
    margin: 15px 0;
}

.blog-post-content {
    padding: 5px;
}

#content-view {
    margin-top: 25px !important;
}

#content-view .woocommerce-product-gallery__image {
    margin: 0 auto;
    text-align: center;
    display: grid;
    background: var(--white);
    padding: 45px;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    position: relative;
}

#content-view .woocommerce-product-gallery__image::after {
    content: "\f00e";
    font-family: 'Font Awesome 5 Pro', serif;
    position: absolute;
    left: 0;
    bottom: -20px;
    top: 0;
    line-height: 25px;
    font-size: 14px;
    color: var(--white);
    height: 30px;
    width: 25px;
    background: #333;
    border-radius: 4px 0 35px 0;
    text-align: left;
    padding-left: 5px;
}

#content-view .wp-post-image {
    max-height: 437px;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

#content-view .order-img-galerey {
    float: left;
    width: 50%
}

#content-view .order-img-galerey-text {
    float: right;
    width: calc(50% - 15px);
    padding: 0 0 0 15px !important;
    position: relative;
}

#content-view .order-img-galerey-text .order-logo-img {
    position: absolute;
    top: 5px;
    right: 0;
    max-height: 40px;
}

#content-view .clearfix {
    clear: both
}

#content-view .reviews-content {
    display: block;
    padding: 12px 0 0;
    margin-left: -1px;
}

#content-view .product-stock {
    display: block;
    margin: 25px 0;
}

#content-view .product-stock span {
    font-weight: bold;
}

#content-view .input-text {
    border: 1px solid #E9E9E9;
    padding: 8px 10px 7px;
    text-align: center;
    width: 30px;
    top: 1px;
    position: relative;
    background: var(--white);
}

#content-view .quantity-plus,
#content-view .quantity-minus,
#content-view .single_add_to_cart_button {
    color: var(--white);
    background: #222222;
    border: 0;
    padding: 0 12px;
    line-height: 32px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0 0 0 10px;
}

#content-view .quantity-plus:hover,
#content-view .quantity-minus:hover,
#content-view .single_add_to_cart_button:hover {
    background: var(--a-red);
    cursor: pointer;
}

#content-view .quantity-plus,
#content-view .quantity-minus {
    margin: 0 -5px;
}

#content-view .quantity-plus {
    border-radius: 0 4px 4px 0
}

#content-view .quantity-minus {
    border-radius: 4px 0 0 4px
}

#content-view .single_add_to_cart_button {
    border-radius: 4px;
}

#content-view .nav-tabs li {
    background: #222;
    border-radius: 4px 4px 0 0;
    padding: 2px 5px;
}

#content-view .nav-tabs li:hover,
#content-view .nav-tabs li.active {
    background: var(--a-red);
}

#content-view .nav-tabs li.active a {
    cursor: default;
}

#content-view .nav-tabs li a {
    color: #eee !important;
    font-size: 13px;
}

#content-view .tab-pane p {
    line-height: 25px;
}

#content-view .product_detail .content_product_detail .reviews-content .star {
    background: url('../img/star-dt.png') 0 0 repeat-x;
    display: inline-block;
    height: 14px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 70px;
    margin-right: 0;
    margin: 0 15px 0 0;
}

#content-view .sku_wrapper {
    font-size: 14px;
    margin: 5px 0 0
}

#content-view .sku {
    font-weight: bold
}

#content-view .product-description ul li {
    list-style-type: none;
    line-height: 27px;
    border-bottom: 1px dashed #ddd;
    padding: 5px 0;
}

#content-view .tab-pane {
    display: none;
}

#content-view .tab-pane.active {
    display: block
}

#content-view .icon-order-v {
    float: right;
    font-size: 18px;
    margin-left: 15px;
    line-height: 32px;
    color: #333;
    cursor: pointer;
}

#tab-additional_information h2 {
    color: #222;
    font-size: 22px;
    margin: 26px 0 15px 3px;
    font-weight: 200
}

#tab-additional_information th {
    font-weight: 200;
    text-align: left;
    padding-right: 15px;
}

#tab-additional_information td {
    font-weight: bold
}

#content-view .icon-order-v:hover {
    color: var(--a-red)
}

#tab-additional_information table p {
    margin: 5px;
}

#content-view .quantity {
    padding-left: 5px;
}

#content-view .order-mar {
    display: grid;
    grid-template-columns: 31% 31% 1fr;
    grid-gap: 1rem;
}

#content-view .order-mar {
    margin: 40px 0 15px
}

#content-view .order-mar .order-mar-div {
    text-align: center;
    line-height: 21px;
    font-size: 13px;
    border: 1px dashed #ccc;
    padding: 0 10px 10px 10px;
}

#content-view .order-mar i {
    font-size: 32px;
    display: block;
    margin: 18px 0 8px;
}

#content-view .nav-tabs li {
    display: inline-block;
    list-style-type: none;
    margin-right: 5px;
}

#content-view .nav-tabs li a {
    display: block;
    color: #222;
    text-transform: uppercase;
    padding: 8px 10px;
    text-decoration: none
}

#content-view .tabbable {
    padding: 20px 0 15px 0;
}

#content-view .tab-content {
    border-top: 1px solid #ddd;
}

#content-view .download {
    padding: 0 0 0 65px;
    margin: 10px 0 10px 0;
    min-height: 52px;
    display: inline-block;
    background: url('../images/file_icon/ico-file.png') no-repeat scroll 0 0 transparent;
}

#content-view .download:hover {
    color: var(--a-red)
}

#content-view .pdf {
    background: url('../images/file_icon/ico-pdf.png') no-repeat scroll 0 0 transparent;
}

#content-view .pdf:hover {
    background: url('../images/file_icon/hico-pdf.png') no-repeat scroll 0 0 transparent;
}

#content-view #tab-reviews {
    padding: 25px 0;
}

#content-view .size,
.download {
    text-decoration: none;
    color: #444;
    font-size: 16px;
    line-height: 25px;
}

#content-view .download span {
    font-size: 12px;
    color: #999
}

#content-view .size {
    display: block;
    margin: -3px 0 0 0;
    font-size: 15px;
    color: #b1b0b0;
}


/* #left, #shopify-section-blog-template, #contents {display: inline-grid} */

#main-content {
    width: calc(100% - 269px);
    padding: 0 0 0 15px;
}

@media only screen and (max-width: 720px) {
    #main-content {
        width: calc(100% - 15px);
    }
}

.catalog-category:hover {
    color: #777;
    text-decoration: none;
}

.type-conclusion-list .product-thumb img {
    max-width: 200px !important;
    width: auto !important;
    height: auto !important;
    max-height: 200px !important;
}

.verticle-menu-block {
    cursor: pointer
}

.verticle-menu-block .wpb_content_element {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.verticle-menu-block:hover .wpb_content_element {
    display: block;
    -webkit-animation: dropdown-menu 300ms ease-out forwards;
    animation: dropdown-menu 300ms ease-out forwards;
}

.verticle-menu-block:hover .wpb_content_element::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid var(--white);
    top: 0;
    left: 13px;
    margin: -8px 0 0 0;
    -webkit-animation: dropdown-menu 300ms ease-out forwards;
    animation: dropdown-menu 300ms ease-out forwards;
}

.praceText {
    display: block;
    margin: 20px 0 -20px 0;
    font-size: 13px;
    color: #666;
}

.praceText2 {
    display: block;
    margin: 20px 0 -20px 0;
    font-size: 13px;
    color: #666;
}

.bg-menu {
    filter: brightness(30%);
}


/*.bg-menu  #content {filter: blur(1px);}*/

.category-l1 h1 {
    color: #222;
    font-size: 22px;
    margin: 36px 0 15px 3px;
}

.category-l1 .category-wrap {
    padding-top: 10px;
}

.order-in-stock {
    position: relative;
    display: inline-block;
    padding-left: 17px;
}

.order-in-stock::before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro', serif;
    font-size: 14px;
    position: absolute;
    top: 2px;
    left: 0;
    color: #00C400;
    font-weight: 200;
}


/* --- Стили диапазона цен --- */

#slider {
    width: calc(100% - 2px);
}

.ui-slider {
    position: relative;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 2px;
    height: 14px;
    background: var(--a-red);
    cursor: pointer;
    outline: none;
}

.ui-slider .ui-slider-handle:hover {
    background: #CA2D18;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    overflow: hidden;
}

.ui-slider-horizontal {
    height: 10px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -2px;
    margin-left: 0;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-widget-content {
    background: #E1E4E9;
}

.ui-widget-header {
    border: 1px solid #D4D4D4;
    background: var(--a-red);
}

.block-title-widget {
    margin: 25px 15px;
    background: #E1E4E9;
    padding: 0 6px;
    border-radius: 4px;
}

#amount {
    margin: 24px 15px -15px;
}

.filterConDiv {
    display: none;
}

.block-filter:nth-child(n+1):nth-child(-n+2) .filterConDiv {
    display: block;
}

.block-filter-title-hover .filterConDiv {
    display: block
}

.block-filter-title::after {
    -moz-transform: rotate(0deg);
    /* Firefox */
    -o-transform: rotate(0deg);
    /* Opera */
    -webkit-transform: rotate(0deg);
    /* Safari y Chrome */
}

.block-filter-title-active .block-filter-title::after {
    -moz-transform: rotate(180deg) !important;
    /* Firefox */
    -o-transform: rotate(180deg) !important;
    /* Opera */
    -webkit-transform: rotate(180deg) !important;
    /* Safari y Chrome */
}

.block-filter-title-hover {
    background: #fafafa !important;
}

.block-filter-title {
    display: block;
    font-weight: bold;
    color: #222;
    padding: 15px;
    border-top: 1px solid #f1f1f1;
    position: relative;
}

.block-filter-title:hover {
    background: #fafafa;
    cursor: pointer;
    color: var(--a-red);
}

.block-filter-title::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro', serif;
    position: absolute;
    display: inline-block;
    padding: 0 12px;
    right: 0;
    top: 8px;
    line-height: 34px;
}

.smart-filter-checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}

.checkbox__text {
    position: relative;
    padding: 0 0 0 22px;
    cursor: pointer;
    margin: 2px 15px 10px;
}

.checkbox__text::before {
    content: "\f111";
    font-family: 'Font Awesome 5 Pro', serif;
    font-size: 18px;
    position: absolute;
    left: 0;
    color: #E1E4E9;
}

.checkbox__text::after {
    content: "\f058";
    font-family: 'Font Awesome 5 Pro', serif;
    font-size: 18px;
    position: absolute;
    left: 0;
    color: #E1E4E9;
    z-index: -1 !important;
}

.smart-filter-checkbox input:checked + .checkbox__text:before,
.smart-filter-checkbox:hover input + .checkbox__text:before {
    color: var(--white);
}

.smart-filter-checkbox input:checked + .checkbox__text:after,
.smart-filter-checkbox:hover input + .checkbox__text:after {
    z-index: 99999 !important;
    color: var(--a-red);
}

.smart-filter-checkbox input:disabled + .checkbox__text:before {
    color: #F4F4F4 !important;
}

.smart-filter-checkbox input:disabled + .checkbox__text {
    color: #eee !important;
    cursor: default
}

.smart-filter-checkbox input:disabled:hover + .checkbox__text:before {
    color: F4F4F4 !important;
}

.smart-filter-checkbox input:disabled:hover + .checkbox__text:after {
    color: F4F4F4 !important;
    content: '' !important;
    display: none
}

#divLoading b {
    color: #222
}

#loading2 {
    z-index: 99999 !important;
}

.catalog-content h1 {
    color: #222;
    font-size: 22px;
    margin: 36px 0 15px 3px;
}

.products-nav .catalog-ordering .orderby-order-container ul.order-dropdown {
    display: inline-block;
}

.products-nav .catalog-ordering .orderby-order-container ul.orderby {
    width: 160px;
}

.products-nav .catalog-ordering .orderby-order-container ul li {
    list-style: none;
    display: block;
    line-height: 30px;
}

.products-nav .catalog-ordering .orderby-order-container ul li span.current-li {
    background: var(--white);
    display: block;
    padding: 0 0 0 16px;
    border-radius: 4px;
    position: relative;
}

.products-nav .catalog-ordering .orderby-order-container ul li {
    list-style: none;
    line-height: 30px;
}

.products-nav .catalog-ordering .orderby-order-container ul li a {
    font-size: 13px;
    padding: 0 15px 0 0;
    color: #222;
    height: 33px;
    line-height: 33px;
    display: block;
    white-space: nowrap;
}

.order-dropdown ul a {
    padding: 0 10px !important;
    text-decoration: none;
    border-bottom: 1px dashed #ddd;
}

.order-dropdown ul a:hover {
    background: #eee;
    color: #444 !important;
}

.order-dropdown li ul {
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    z-index: 9;
}

.order-dropdown:hover li ul {
    visibility: visible;
    opacity: 1;
}

.order-dropdown ul li:last-child a {
    border-bottom: 0 !important;
}

.current-li {
    position: relative
}

.current-li::before {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro', serif;
    position: absolute;
    display: inline-block;
    padding: 0 12px;
    right: 0;
    line-height: 34px;
}

.orderby-order-container:hover .current-li::before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.order-dropdown ul li:first-child:hover a {
    border-radius: 3px 3px 0 0;
}

.order-dropdown ul li:last-child:hover a {
    border-radius: 0 0 3px 3px;
}

.short-by {
    width: 718px;
}

.orderby-order-container {
    position: relative;
    display: inline-block;
    float: right;
    top: -47px;
    right: 23px;
}

.orderby-order-v-hr {
    position: absolute;
    height: 35px;
    border-left: 1px solid #ddd;
    top: 0;
    right: -126px;
    z-index: 1;
}

.orderby {
    color: #222;
}

.orderby-order-container ul {
    position: absolute;
    background: var(--white);
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    margin-top: 0;
    width: calc(100% - 0);
    left: -1px;
}

.products-loop {
    width: 100%;
    display: grid;
    grid-template-columns: 32% 32% 1fr;
    /*grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));*/
    grid-gap: 1rem;
}

.order-item .item-description {
    font-size: 14px;
    color: #777;
    text-align: justify;
    padding: 0 15px;
    line-height: 23px;
}

.order-item .products-content h4 a {
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 0 10px;
    line-height: 20px;
}

.order-item .reviews-content b {
    font-weight: 200;
    color: #777;
}

.order-item .products-thumb {
    display: table;
}

.order-item .product-thumb {
    display: table-cell;
    vertical-align: middle;
    height: 250px;
}

.view-mode .active {
    color: var(--a-red) !important;
    cursor: default;
}

.ajax-load {
    display: none;
    /*-webkit-animation: order-block 1000ms 1000ms ease-out forwards;
    animation: order-block 1000ms 1000ms ease-out forwards;*/
}

.header-app {
    height: 127px;
    padding: 0;
}

.header-app .top-header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 127px;
    width: 269px;
    background-color: white;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

.header-app .header-ct-center {
    width: calc(100% - 506px);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 127px;
}

.header-app .header-ct-right {
    display: flex;
    align-items: center;
    justify-content: right;
    height: 127px;
    width: 237px;
}

#header-menu {
    display: none;
    position: fixed;
    height: 70px;
    background: var(--white);
    width: 100%;
    z-index: 99;
    top: 0;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.menu-list {
    display: none;
    position: absolute;
    top: 70px;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    padding: 0;
    height: calc(100vh - 70px);
    overflow-x: auto;
    text-align: center;
}

.menu-list a {
    color: #444;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}

.menu-list a:hover {
    color: var(--a-red);
}

.menu-list li {
    list-style-type: none;
}

.menu-list ul {
    float: none;
    position: relative !important;
    clear: none;
}

.m-body #header-menu {
    display: block;
}

.m-body header .top .flytheme-logo {
    position: fixed;
    top: 0;
    z-index: 100;
    padding: 15px 18px 11px 18px !important;
    border-left: 1px solid #F0F0F0 !important;
    border-right: 1px solid #F0F0F0 !important;
}

.m-body #menu-primary-menu-1 {
    position: fixed;
    top: 10px;
    z-index: 99;
    padding-left: 3px;
}

.m-body #menu-primary-menu-1 .home-fix {
    display: none
}

.m-body .drop-about:hover .dropdown-link::after {
    border-bottom: 10px solid #F6F6F6;
!important;
}

.m-body #menu-primary-menu-1 {
    top: 10px !important;
}

.m-body .drop-about .dropdown-menu {
    right: calc((-100vw + 105.5%) / 2) !important;
    top: 60px !important;
}

.m-body .primary-menu .navbar-inverse .nav > li > a {
    padding: 0 15px 10px;
}

#footerLine {
    display: none;
    position: absolute;
    top: 170px;
    background: var(--white);
    width: 100%;
    z-index: 999999;
    padding: 25px 0;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    border-top: 1px solid #eee;
}

.footerLineKb {
    position: relative;
    max-width: 1170px;
    margin: 0 auto
}

.footerLineKb::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid var(--a-red);
    right: 100px;
    top: -34px;
}

.m-body #footerLine {
    position: fixed;
    top: 70px;
    border-top: 1px solid #f1f1f1 !important;
}

.m-body .footerLineKb::after {
    right: 25px !important
}

.catalog-content .price {
    margin: 20px 0 20px 14px;
    display: block
}

.footerLineWrap {
    max-width: 1134px;
    margin: 0 auto;
}

.footerLineWrapB1 h4 {
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 23px;
}

.footerLineWrapB1 .footerLineWrapB1Span {
    position: relative;
    top: -1px;
    /*border-bottom: 2px solid var(--a-red);*/
    border-bottom: 2px solid var(--success);
    margin: 0 0 0 15px;
    display: inline-block;
    padding: 5px 0;
}

.footerLineWrapB1 .footerLineWrapB1Span i {
    color: var(--success);
}

.footerLineWrapB1Span .mark {
    background-color: white;
}

.footerLineWrapB1 button {
    float: right;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 5px 10px;
    color: #A6A6A6;
    background: var(--white);
}

.footerLineWrapB1 button:hover {
    color: var(--a-red) !important;
    border: 1px solid var(--a-red);
    cursor: pointer;
}

.lineWrapTableH {
    display: grid;
    background: #F7F7F7;
    border-top: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
    margin-top: 25px;
}

.cmm-box-right {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
}

.cmm-box-right button {
    border: 1px solid #C9C9C9;
    padding: 10px 15px;
    border-radius: 2px;
}

.cmm-box-right button:hover {
    border: 1px solid var(--a-red);
    color: var(--a-red);
    cursor: pointer;
}

.cart-bot-home button {
    background: var(--white);
    color: #7A7A7A;
    cursor: pointer
}

.cart-bot-home,
.cart-bot-home-bot,
.cart-bot-home-bot-bg {
    text-align: center;
}

.cart-bot-home-bot button {
    background: var(--white);
    color: var(--a-red);
    border: 1px solid var(--a-red) !important;
}

.cart-bot-home-bot button:hover {
    border: 1px solid #222 !important;
    color: #222;
}

.cart-bot-home-bot-bg button {
    background: var(--a-red);
    color: var(--white);
    border: 1px solid #C72C17 !important;
}

.cart-bot-home-bot-bg button:hover {
    color: var(--white) !important;
    background: #444;
    border: 1px solid #222 !important;
}

.footerLineWrapBt {
    margin-top: 15px;
}

#tCart {
    border-bottom: 1px solid #F4F4F4
}

.cmm-box-right p {
    color: #999;
    font-size: 12px;
    padding: 7px 1px 0;
    margin: 0;
    text-align: center;
}

#footerLine .btable {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #F4F4F4;
}

.btable-div:last-child {
    border: 0 !important;
}

.lineWrapTableH,
.btable-div {
    grid-template-columns: 70px 1fr 120px 60px 110px 120px 40px;
    grid-gap: 1rem;
}

.btable-div {
    display: grid;
    border-bottom: 1px solid #F4F4F4;
    padding: 10px 0;
}

.total_cost {
    display: grid;
    grid-template-columns: 1fr 254px;
    grid-gap: 1rem;
}

.cart_itog {
    text-align: right;
    font-size: 18px;
}

#bsum {
    font-weight: bold !important;
}

.btable-div > div {
    display: table;
    height: 100%;
    /*display: table-cell;
    vertical-align: middle;*/
}

.btable-div .title a {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    color: #222;
}

.btable-div .weight span,
.btable-div .prace-sum-ver,
.btable-div .prace-ver,
.btable-div .cart-ico span,
.btable-div .cart-blk {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.btable-div .prace-sum-ver {
    font-weight: bold
}

.btable-div .cart-ico {
    position: relative;
}

.btable-div .cart-del-pz {
    font-style: normal;
    font-size: 16px;
    position: relative;
    top: -1px;
    color: #999;
}

.footer-cart {
    padding: 20px 0;
}

.btable-div .cart-ico i:hover {
    color: var(--a-red);
    cursor: pointer
}

.btable-div .title a:hover {
    color: var(--a-red);
}

.btable-div .image {
    text-align: center;
}

.btable-div .image img {
    max-width: calc(100% - 10px);
    padding: 10px 0 10px 10px;
    max-height: 45px;
}

.lineWrapTableH div {
    padding: 15px 0;
}

.header-menu-right i {
    font-size: 21px;
    color: #B3B3B3;
    line-height: 70px;
    padding: 0 17px;
    position: relative;
}

.header-menu-right i:hover {
    color: var(--a-red);
    cursor: pointer;
}

.header-menu-right i span {
    position: absolute;
    top: 15px;
    right: 50%;
    margin-right: -23px;
    background: #B3B3B3;
    color: var(--white);
    width: 20px;
    height: 20px;
    font-size: 9px;
    line-height: 17px;
    text-align: center;
    border-radius: 6px;
    border: 2px solid var(--white);
}

.cart-minus,
.cart-plus {
    background: #F7F7F7;
    color: #444;
    padding: 0 12px;
    line-height: 36px;
    display: inline-block;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid var(--a-red);
}

.cart-minus:hover,
.cart-plus:hover {
    background: #DEDEDE;
    cursor: pointer;
}

.basket_num {
    color: #444;
    padding: 8px !important;
    line-height: 23px;
    display: inline-block;
    font-size: 14px !important;
    text-align: center;
    width: 40px;
    border: 1px solid var(--a-red);
    z-index: 9999;
    position: relative;
    border-radius: 3px;
    background: white;
    font-weight: 600;
    margin: 0 3px;
}

.nav-mob {
    display: none;
    padding: 0 17px;
    top: 12px;
    position: relative;
}

#nav-icon {
    width: 25px;
    height: 25px;
    position: relative;
    margin: 3px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #222;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 8px;
}

#nav-icon span:nth-child(4) {
    top: 16px;
}

#nav-icon.open span:nth-child(1) {
    top: 14px;
    width: 0%;
    left: 50%;
}

#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.header-menu-right i.active {
    color: #222 !important;
}

.header-menu-right i.active:hover {
    color: var(--a-red) !important;
    cursor: pointer;
}

.header-menu-wrap {
    max-width: 1127px;
    margin: 0 auto;
    height: 100%;
}

.header-menu-right {
    float: right;
}

.cssload-jumping {
    position: relative;
    display: none;
    margin: 30px auto 55px;
    width: 69px;
}

.cssload-jumping,
.cssload-jumping * {
    box-sizing: border-box;
}

.cssload-jumping span {
    display: inline-block;
    height: 9px;
    width: 9px;
    background: rgba(250, 55, 29, 0.97);
    border-radius: 312px;
    background-clip: padding-box;
    -o-background-clip: padding-box;
    -ms-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
}

.cssload-jumping span:nth-child(1) {
    animation: scale 1.15s 0.12s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -o-animation: scale 1.15s 0.12s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -ms-animation: scale 1.15s 0.12s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -webkit-animation: scale 1.15s 0.12s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -moz-animation: scale 1.15s 0.12s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.cssload-jumping span:nth-child(2) {
    animation: scale 1.15s 0.23s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -o-animation: scale 1.15s 0.23s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -ms-animation: scale 1.15s 0.23s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -webkit-animation: scale 1.15s 0.23s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -moz-animation: scale 1.15s 0.23s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.cssload-jumping span:nth-child(3) {
    animation: scale 1.15s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -o-animation: scale 1.15s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -ms-animation: scale 1.15s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -webkit-animation: scale 1.15s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -moz-animation: scale 1.15s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.cssload-jumping span:nth-child(4) {
    animation: scale 1.15s 0.46s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -o-animation: scale 1.15s 0.46s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -ms-animation: scale 1.15s 0.46s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -webkit-animation: scale 1.15s 0.46s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -moz-animation: scale 1.15s 0.46s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.cssload-jumping span:nth-child(5) {
    animation: scale 1.15s 0.58s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -o-animation: scale 1.15s 0.58s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -ms-animation: scale 1.15s 0.58s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -webkit-animation: scale 1.15s 0.58s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -moz-animation: scale 1.15s 0.58s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.orderfilter-order-container {
}

.products-nav .catalog-ordering .orderfilter-order-container ul li {
    list-style: none;
    line-height: 30px;
}

.products-nav .catalog-ordering .orderfilter-order-container ul li span.current-li {
    background: var(--white);
    display: block;
    padding: 0 0 0 16px;
    border-radius: 4px;
    position: relative;
}

.orderfilter-order-container ul {
    position: absolute;
    background: var(--white);
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    margin-top: 0;
    width: calc(100% - 0);
    left: -1px;
}

.orderfilter-order-container {
    background: var(--white);
    border-radius: 3px;
    border: 1px solid #D7D7D7;
    line-height: 33px;
    position: absolute;
    top: -4px;
    padding: 0 20px 0 10px;
    font-size: 13px;
    cursor: pointer;
    display: none;
}

.orderfilter-order-container i {
    padding: 0 3px 0 3px;
    margin-right: 25px;
    display: inline-block;
}

.orderfilter-order-container::before {
    content: '';
    position: absolute;
    height: 100%;
    left: 35px;
    border-left: 1px solid #D7D7D7;
    width: 1px;
}

#m-filter-header {
    border-bottom: 1px solid #F1F1F1;
    width: 100%;
    position: relative;
    display: none;
}

.f-h1 {
    display: inline-block;
    color: #222;
    font-size: 22px;
    margin: 15px 0 15px 15px;
}

.f-close {
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 15px;
    color: #222;
    font-size: 33px;
    font-weight: 100;
    cursor: pointer;
}

.overflow-n {
    overflow: hidden;
}

.blog-article-text {
    margin: 25px 0;
}

.blog-article-text ul.blues {
    padding: 0;
    margin: 25px 0;
}

ul li.blues {
    margin-bottom: 10px;
    background: url('../images/more_bg.gif') 0 8px no-repeat;
    padding-left: 15px;
    list-style: none;
}

#shopify-section-blog-sidebar .spaceBlock ul li {
    padding: 10px 0;
}

.widget-menu {
    border-top: 1px solid #E9E9E9 !important;
    border-radius: 4px !important
}

.widget-menu .block-title-widget {
    margin: 0;
    background: #444;
    border-radius: 4px 4px 0 0 !important;
    border: 0 !important;
}

.widget-menu .block-title-widget h2 {
    color: var(--white) !important;
    border: 0 !important;
}

.block-ca-images {
    margin-top: 25px;
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
}

.block-ca-images .img-st img {
    width: 100%;
    border-radius: 4px;
}

.blog-article-text {
    line-height: 25px;
}

.start-bg {
    padding: 15px 0;
}

.index-style-ps .blog-article-text {
    margin: -35px 0 -15px 0;
    text-align: justify;
}

.index-div {
    padding: 0 15px;
    width: calc(100% - 30px);
}

.index-wilo-pm {
    width: calc(100% - 297px);
    float: right;
    padding: 0 0 0 25px;
}

.btn-a-action {
    background: var(--a-red);
    color: var(--white);
    padding: 14px 25px 14px;
    text-transform: uppercase;
}

.btn-a-action:hover {
    background: #444;
    color: white;
}

.download a,
a.download {
    display: inline-block;
    text-decoration: none;
    border: none;
}

.pdf {
    background: url('../images/file_icon/ico-pdf.png') no-repeat scroll 0 0 transparent;
}

.download {
    padding: 0 0 0 65px;
    margin: 0 0 0 0;
    min-height: 52px;
    display: block;
    border: none;
    background: url('../images/file_icon/ico-file.png') no-repeat scroll 0 0 transparent;
}

#workbody input[type=text],
#workbody textarea,
#workbody select {
    width: calc(100% - 35px);
    padding: 10px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin: 5px 0 15px;
}

#workbody select {
    width: calc(100% - 14px) !important;
}

.col-form-label {
    font-weight: bold
}

.start-bg .wpb_row {
    margin: 25px 0;
}

.start-bg .vc_col-sm-5 {
    width: 25%;
    display: inline-grid;
}

.start-bg .vc_col-sm-7 {
    width: 74.6%;
    display: inline-grid;
}

.start-bg {
    line-height: 25px
}

.start-bg b,
.start-bg strong {
    font-weight: bold;
}

.contact-us ul li {
    font-size: 12px;
    color: #666;
    line-height: 22px;
    padding: 10px 0 10px 0;
    list-style: none;
    border-top: 1px solid #f3f3f3;
}

.contact-us ul li.address {
    background: url('../../img/icon-map.png') no-repeat scroll center left;
}

.contact-us ul li.email {
    background: url('../../img/icon-email.png') no-repeat scroll center left;
}

.contact-us ul li.phone {
    background: url('../../img/icon-phone.png') no-repeat scroll center left;
}

.wpcf7 .wpcf7-form-control-wrap .wpcf7-text {
    height: 40px;
    border: 1px solid #ddd;
    font-size: 13px;
    color: #555;
    padding: 0 20px;
    margin-bottom: 20px;
}

.wpcf7 .wpcf7-form-control-wrap input {
    width: 100%;
}

.wpcf7-text {
    width: calc(33% - 44px) !important;
    margin-bottom: 0 !important;
}

.wpcf7 .wpcf7-form-control-wrap textarea {
    padding: 10px 20px;
    height: 40px;
    border: 1px solid #ddd;
    font-size: 13px;
    width: calc(100% - 48px);
    min-height: 150px;
}

.wpcf7 .wpcf7-submit {
    margin-top: 10px;
    color: var(--white);
    font-size: 12px;
    text-transform: uppercase;
    border: 0;
    background-color: #222;
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
    padding: 0 30px;
    cursor: pointer;
}

.wpcf7 .wpcf7-submit:hover {
    background-color: var(--a-red);
}

.portfolio-page {
    margin-top: 25px !important;
}

.main-partner img {
    object-fit: cover;
    height: 350px;
    width: 100%;
}

.main-partner h6 {
    font-size: 16px;
}

.profile {
    padding: 0 0 25px 0
}

.profile-left {
    width: 269px;
    float: left;
    height: max-content;
}

.profile-menu {
    background: var(--white);
    padding: 15px;
    margin: 0 0 25px 0;
    height: max-content;
    border: 1px solid #E9E9E9;
    border-top: 0;
    border-radius: 0 0 4px 4px;
}

.profile-left2 {
    width: 272px;
    float: left;
}

.profile-left2 .profile-block2,
.profile-left2 .chat {
    background: var(--white);
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
    margin: 0 0 25px 0;
}

.profile-left2 .profile-block2 .nav-pills > li {
    float: none !important;
}

.single-right {
    margin: 25px 0 25px 25px;
    width: calc(100% - 300px);
    float: right;
    background: var(--white);
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    padding: 5px 25px;
}

.profile-left h1,
.profile-left2 h1 {
    font-size: 20px;
    text-align: center;
    color: #444;
}

.chat-message-left {
    background: #fafafa;
    border: 1px solid #f1f1f1;
    border-radius: 0 7px 7px 7px;
    padding: 12px;
    font-size: 14px;
    margin: 0 20px 10px 0;
    line-height: 21px;
    color: #111;
}

.chat-message-right {
    background: #f3f3f3;
    border: 1px solid #EBEBEB;
    border-radius: 7px 0 7px 7px;
    padding: 12px;
    font-size: 14px;
    margin: 0 0 10px 20px;
    line-height: 21px;
    color: #111;
}

.profile-left .avatar-div,
.profile-left2 .avatar-div {
    text-align: center;
}

.profile-left .avatar-div img,
.profile-left2 .avatar-div img {
    border-radius: 50%;
    border: 8px solid #F5F5F5;
    max-width: 160px;
}

.profile-left .nav-pills li,
.profile-left2 .nav-pills li {
    display: block;
    width: 100%;
}

.profile-left .nav-pills a,
.profile-left2 .nav-pills a {
    background: #F5F5F5;
    border-radius: 4px;
    padding: 10px 15px;
    margin: 5px 0;
    color: #222;
    display: block;
}

.profile-left .nav-pills a:hover,
.profile-left .nav-pills a.active,
.profile-left2 .nav-pills a:hover,
.profile-left2 .nav-pills a.active {
    background: var(--a-red);
    color: var(--white)
}

.profile-left .nav-pills li:last-child a,
.profile-left2 .nav-pills li:last-child a {
    margin-bottom: 0
}

.profile-left .nav-pills li i,
.profile-left .nav-pills li i2 {
    width: 18px;
    text-align: center;
    padding-right: 10px;
}

.profile-left .nav-pills li a,
.profile-left2 .nav-pills li a {
    text-decoration: none;
    color: #444
}

#profileAbout h2,
.my-profile {
    color: #222;
    font-size: 22px;
    margin: 16px 0 15px 3px;
    font-weight: 200;
}

#profileAbout ul {
    margin: 0 0 15px 3px;
    padding: 0
}

#profileAbout ul li {
    list-style-type: none;
    line-height: 40px;
}

#profileAbout .info-list li span {
    min-width: 150px;
    display: inline-block;
}

.my-profile {
    margin-bottom: 25px;
}

.my-profile span {
    float: right;
}

.my-profile span a {
    color: #444;
    text-decoration: none;
    font-size: 18px;
    margin-left: 10px;
}

.my-profile span a:hover {
    color: var(--a-red)
}

#profileAbout .info-list strong {
    color: #222;
}

.swal-overlay {
    z-index: 9999999 !important;
}

.bot_user-ico {
    display: inline-block;
}

.bot_user-ico i {
    padding: 0 10px;
    display: inline-block;
    padding: 0 5px;
    font-size: 18px;
    cursor: pointer;
    color: #666;
}

.bot_user-ico .removeSpec {
    color: var(--a-red);
}

.tableResponsiveProfileOrg {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -10px;
}

.tableResponsiveProfileObject {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -10px;
}

.tableResponsiveProfile {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -10px;
}

.fs-18 {
    font-size: 18px;
}

.fs-25 {
    font-size: 25px;
}

.nav-link-red.active {
    color: var(--white) !important;
    background-color: var(--a-red) !important;
}

.nav-link-red {
    color: var(--a-red);
}

.nav-link-red:hover {
    color: #444444;
}

.profileWrapTableH {
    display: grid;
    grid-template-columns: 20px 1fr 160px 150px;
    grid-gap: 1rem;
    background: #F7F7F7;
    border-top: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
    margin-top: 25px;
}

.profileWrapTableOrderH,
.profileWrapTableOrderH2,
.profileTableOrgH,
.profileTableObjectH,
.profileTableOrgH2,
.profileTableOrgRequestH,
.profileTableOrgRequestH2 {
    display: grid;
    grid-template-columns: 20px 140px 1fr 160px 80px;
    grid-gap: 1rem;
    background: #F7F7F7;
    border-top: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
    margin-top: 25px;
}

.profileWrapTableOrderH {
    grid-template-columns: 95px 1fr 140px 160px 80px 80px !important;
}

.profileWrapTableOrderH2 {
    grid-template-columns: 20px 1fr 140px 160px 80px 80px !important;
}

.profileWrapTableOrderContent div,
.profileWrapTableOrderH div {
    padding: 15px 5px !important;
    color: #222 !important;
}

.profileWrapTableOrderZk {
    display: grid;
    grid-template-columns: 20px 1fr 85px 78px 80px 80px 80px 130px;
    grid-gap: 1rem;
    background: #F7F7F7;
    border-top: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
    margin-top: 25px;
}

.profileWrapTableOrderZkBody {
    display: grid;
    grid-template-columns: 20px 1fr 85px 78px 80px 80px 80px 130px;
    grid-gap: 1rem;
    border-bottom: 1px solid #F4F4F4;
}

.table-responsive-zk {
}

.profile-order-view {
    background: var(--white);
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    padding: 0;
}

.table-responsive-zk div,
.profileWrapTableOrderZkBody div {
    padding: 7px;
    color: #222;
}

.profileWrapTableOrderZkBody div {
    font-size: 14px;
}

.profileWrapTableOrderZkBody div a {
    color: #444;
    text-decoration: none
}

.profileWrapTableOrderZkA {
    color: #222;
    text-decoration: none
}

.profileWrapTableOrderZkA:hover .profileWrapTableOrderZkBody {
    background: #F9F9F9;
    text-decoration: none !important;
}

.profileWrapTableOrderZkA:hover {
    text-decoration: none !important;
}

.table-text-align {
    text-align: center;
}

.profileWrapTableOrderZkPokaz .text-left {
    width: 150px;
}

.profileWrapTableOrderZkPokaz .text-left,
.profileWrapTableOrderZkPokaz .text-right {
    display: inline-block;
    padding: 0 7px;
    font-size: 14px;
}

.profileWrapTableOrderZkPokazDiv {
    padding: 3px 7px !important;
    text-align: right
}

.profileTableObjectH {
    grid-template-columns: 50px 1fr 300px 40px 40px 50px;
}

.profileTableOrgH {
    grid-template-columns: 50px 1fr 140px 160px 40px 40px 50px;
}

.profileTableOrgH2 {
    grid-template-columns: 50px 1fr 140px 160px 40px 40px 50px;
}

.profileWrapTableCTdData,
.profileData {
    font-size: 14px;
    line-height: 18px;
}

.profileWrapTableCTd a {
    color: #222;
    text-decoration: none;
}

.profileWrapTableCTd a:hover {
    color: var(--a-red)
}

.profileWrapTableH div,
.profileWrapTableOrderH div,
.profileWrapTableOrderH2 div,
.profileTableOrgH div,
.profileTableObjectH div,
.profileTableOrgH2 div,
.profileTableOrgRequestH div,
.profileTableOrgRequestH2 div {
    padding: 15px 15px;
    color: #222;
}

.pBlock1 {
    margin: 4px 0 0;
}

.profileWrapTableContent {
    display: grid;
    grid-template-columns: 20px 1fr 160px 150px;
    grid-gap: 1rem;
    border-bottom: 1px solid #F4F4F4;
}

.profileTableOrgRequestH {
    grid-template-columns: 50px 140px 1fr 160px 40px 40px 50px;
}

.profileTableOrgRequestH2 {
    grid-template-columns: 50px 140px 1fr 140px 160px 40px 40px 50px;
}

.profileOrgContentRequest {
    grid-template-columns: 50px 1fr 140px 160px 40px 40px 50px;
}

.profileOrgContentRequest2 {
    grid-template-columns: 50px 1fr 140px 160px 40px 40px 50px;
}

.document {
    display: flex;
    margin-bottom: 10px;
    flex: 1 1 30%;
}

.document__icon {
    display: block;
    flex-shrink: 0;
    width: 43px;
    height: 50px;
}

.document__icon_pdf {
    background: url('../images/icon/pdf-icon.png');
}

.document__icon_doc,
.document__icon_docx {
    background: url('../images/icon/doc-icon.png');
}

.document__icon_xls,
.document__icon_xlsx {
    background: url('../images/icon/excel-icon.png')
}

.document__icon_dwg {
    background: url('../images/icon/dwg-icon.png')
}

.document__icon_7z {
    background: url('../images/icon/7z-icon.png')
}

.document__icon_zip {
    background: url('../images/icon/zip-icon.png')
}

.document__title {
    margin-left: 17px;
    max-width: fit-content;
}

.document__name {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
}

.document__size {
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.document-group__title {
    background: #F7F7F7;
    border-top: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
    margin-top: 15px;
    padding: 15px 15px;
    margin-left: -25px;
    margin-right: -25px;
    color: #222;
    font-size: 15px !important;
}

.document-group__documents {
    margin: 24px 0 0 0;
}

@media (min-width: 768px) {
    .document-group__documents {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width: 992px) {
}

.profileLink:hover {
    text-decoration: none;
}

.profileWrapTableContent:last-child {
    border: 0;
}

.profileWrapTableOrderContent,
.profileOrgContent,
.profileWrapTableOrderContent2,
.profileObjectContent,
.profileOrgContent2 {
    display: grid;
    grid-template-columns: 40px 1fr 140px 160px 80px 40px 40px;
    grid-gap: 1rem;
    border-bottom: 1px solid #F4F4F4;
}

.profileWrapTableOrderContent {
    grid-template-columns: 95px 1fr 140px 160px 80px 80px !important;
}

.profileWrapTableOrderContent2 {
    grid-template-columns: 20px 1fr 140px 160px 80px 80px !important;
}

.profileObjectContent {
    grid-template-columns: 50px 1fr 300px 40px 40px 50px;
}

.profileOrgContent {
    grid-template-columns: 50px 1fr 140px 160px 40px 40px 50px;
}

.profileOrgContent2 {
    grid-template-columns: 50px 1fr 140px 160px 40px 40px 50px;
}

.profileLink:last-child .profileWrapTableOrderContent,
.profileObjectContent,
.profileOrgContent:last-child {
    border: 0;
}

.profileWrapTableContent .profileWrapTableCTd,
.profileWrapTableOrderContent div,
.profileWrapTableOrderContent2 div,
.profileOrgContent div,
.profileObjectContent div,
.profileOrgContent2 div {
    padding: 15px 15px;
    color: #222;
}

.profileLink {
    text-decoration: none;
}

.profileWrapTableOrderContent:hover,
.profileWrapTableOrderContent2:hover {
    background: #FAFAFA;
}

.profileNumber,
.profileStatus {
    text-align: center;
}

.filterConDiv {
    max-height: 255px;
    overflow-x: auto;
    margin-right: 10px;
}

.box-modal-b-view {
    max-width: 800px;
}

.box-modal-b-view .order-img-galerey {
    float: left;
    width: 40% !important;
}

.box-modal-b-view #content-view .order-img-galerey-text {
    float: right;
    width: calc(60% - 15px) !important;
}

.arcticmodal-overlay,
.arcticmodal-container {
    z-index: 999999 !important;
}

.box-modal-b-view #content-view {
    margin-top: 0 !important;
}

.news-left-block {
    margin-bottom: 15px !important;
}

.news-br1 {
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 267px;
}


/*.news-left-block-content {border: 1px solid #E9E9E9!important; border-top-color: rgb(221, 221, 221);}*/

.news-block {
    display: grid;
    grid-template-columns: 70px 1fr;
    grid-gap: 0;
    background: var(--white);
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
}

.news-info {
    background: #FAFAFA;
    border-right: 1px solid #F3ECEB;
    padding: 7px 0;
}

.news-info-right {
    text-align: center;
    display: block;
    padding: 9px 0;
}

.news-info-right i {
    font-size: 28px;
}

.news-info-right span {
    font-size: 12px;
    display: block;
}

.news-b-cont {
    display: grid;
    grid-template-columns: 30% 1fr;
    grid-gap: 1rem;
}

.news-info-right span {
    line-height: 23px;
    word-break: break-word;
}

.news-text {
    line-height: 27px;
    font-size: 14px;
    text-align: justify;
}

.news-context {
    padding: 0 20px 40px;
    position: relative;
}

.news-context h2 {
    margin: 10px 0;
}

.news-context h2 a {
    font-size: 21px;
    font-weight: 200;
    text-decoration: none;
    color: #222;
}

.news-context h2 a:hover {
    color: var(--a-red);
}

.news-image {
    background-size: cover !important;
    min-height: 150px;
}

.news-image .img-fluid {
    border: 1px solid #ddd;
}

.news-element {
    display: grid;
    grid-template-columns: 1fr 200px 140px;
    grid-gap: 1rem;
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
}

.news-element-next {
    text-align: right;
}

.news-element-like {
    text-align: right
}

.news-element-next a {
    padding: 7px 15px;
    border-radius: 4px;
    border: 1px solid var(--a-red);
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    color: var(--a-red);
}

.news-element-next a:hover {
    background: var(--a-red);
    color: var(--white);
    text-decoration: none;
}

.news-element-like-ava {
    display: inline-block;
    position: relative;
}

.news-element-like-ava img {
    width: 30px;
    height: 30px;
    border: 4px solid var(--white);
    border-radius: 50px;
    position: relative;
    margin-left: -16px;
    max-width: 30px !important;
}

.news-element-like i {
    font-size: 21px;
    top: -10px;
    position: relative;
    padding: 0 0 0 10px;
    cursor: pointer;
}

.news-element-like i:hover {
    color: var(--a-red)
}

.news-element-next {
    margin-top: 10px;
}

.news-wrap-pg {
    margin-top: 20px;
    background: var(--white);
    border: 1px solid #eee;
    border-radius: 4px;
}

.news-comment-wrap .news-element-like-ava img {
    width: 25px !important;
    height: 25px !important;
    border: 3px solid var(--white) !important;
}

.news-comment-wrap .news-element-like i {
    top: -7px !important;
}

.n-com-block-soc {
    display: grid;
    grid-template-columns: 1fr 190px;
    grid-gap: 1rem;
}

.n-com-block-soc-left span {
    color: #999;
    line-height: 31px;
    cursor: pointer
}

.n-com-block-soc-left span:hover {
    color: var(--a-red);
}

.img-responsive-news {
    border-radius: 4px 4px 0 0;
}

.news-info-right span a {
    text-decoration: none;
    color: #555;
    display: block;
}

.news-info-right span a:hover {
    color: var(--a-red);
}

.n-com-block-text {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.news-calendar-top-h {
    padding: 7px 15px;
    border-radius: 4px 4px 0 0;
}

.news-calendar-top-h center {
    float: left;
    width: calc(100% - 20px);
    color: var(--white);
}

.news-calendar-top-h a {
    color: var(--white);
    text-decoration: none;
}

.news-calendar {
    background: var(--white);
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
}

.news-calendar-head {
    background: var(--a-red);
    color: var(--white);
}

.news-calendar-head th {
    padding: 6px 0;
    font-weight: 200;
    padding-left: 10px;
}

.news-calendar-head th b {
    font-weight: 200;
}

.news-calendar-top {
    background: #444;
    padding: 7px 0;
}

#_calendar {
    position: relative;
}

.news-calendar-info-mes-dv {
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: calc(100% - 30px);
    position: absolute;
    color: #222;
    font-weight: 600;
    top: 30px;
    text-align: center;
    display: grid;
}

.news-calendar-info-mes {
    position: absolute;
    top: 50%;
    text-align: center;
    margin-top: -10px;
    width: 100%;
}

#_calendar:hover .calc-refresh {
    display: block;
}

.calc-refresh {
    position: absolute;
    top: 5px;
    left: -22px;
    font-size: 18px;
    color: #222;
    display: none;
    width: 23px;
    height: 100%;
}

.calc-refresh i:hover {
    color: var(--a-red);
    cursor: pointer;
    -moz-transform: rotate(360deg);
    /* Firefox */
    -o-transform: rotate(360deg);
    /* Opera */
    -webkit-transform: rotate(360deg);
    /* Safari y Chrome */
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);
    /* IE */
}

.calendarTr td {
    padding: 10px 0;
}

.product-wrap {
    background: var(--white);
    border-radius: 4px;
    border: 1px solid #eee;
    padding: 10px 15px;
    margin: 20px 0 30px;
}

.br-block1 {
    display: grid;
    grid-template-columns: 1fr 35%;
    grid-gap: 1rem;
}

.br-block2 {
    display: grid;
    grid-template-columns: 70% 1fr;
    grid-gap: 1rem;
    margin: 25px 0 0;
}

.br-block1 img,
.br-block2 img {
    width: 100%;
    margin: 10px 0;
}

.br-block1-text p {
    line-height: 27px;
    margin: 0;
    padding: 5px;
    text-align: justify;
}

.br-block2-text ol {
    margin: 10px 10px 0 30px;
    padding: 0;
}

.br-block2-text li {
    line-height: 27px;
}

.br-block1-hr {
    height: 25px;
    width: calc(100% + 20px);
    background: #F7F7F7;
    margin: 7px 0 5px -15px;
}

.br-block2-hr {
    height: 25px;
    width: calc(100% + 15px);
    background: #F7F7F7;
    margin: 7px -15px 5px 0;
}

.br-block2-hr-d {
    height: 1px;
    border-top: 1px dashed #C7C7C7;
    top: 12px;
    position: relative;
    margin: 0 15px;
}

.br-block1-hr-text {
    padding: 3px 0 0 20px;
    display: block;
    font-weight: bold;
    color: #444;
}

.br-block3 {
    margin: 0 auto;
}

.br-block3-table {
    display: grid;
    grid-template-columns: 49% 1fr;
    grid-gap: 1rem;
}

.br-block3-table-top {
    background: #F7F7F7;
    color: #222;
    border: 0 !important;
}

.br-block3-table-top div {
    padding: 10px;
}

.br-block3-table {
    border-bottom: 1px solid #eee
}

.br-block3-table div {
    padding: 15px;
}

.br-block3-inf h2 {
    font-weight: 200;
    font-size: 18px;
    color: #222;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.br-block3-inf {
    font-size: 14px;
    color: #444;
    padding: 25px 1px;
}

.br-block3-inf i {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #FAE6E3;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    color: #222;
    margin-right: 5px;
}

.br-block-bot {
    background: #222;
    border-radius: 25px;
    color: var(--white);
    padding: 15px 25px;
    border: 0;
    text-transform: uppercase;
    margin: 10px auto 25px;
    display: block;
    cursor: pointer;
}

.br-block-bot:hover {
    background: var(--a-red);
}

#today,
.isNews {
    position: relative
}

#today font,
.isNews a {
    display: block;
    background: #eee;
    position: absolute;
    top: 4px;
    margin: 0 auto;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #222;
    left: 5px;
}

.isNews a {
    text-decoration: none;
    background: #444 !important;
    color: var(--white) !important;
}

.isNews a:hover {
    background: var(--a-red) !important;
}

.goostbook-section h1 {
    margin-top: 20px;
}

.goostbook-block-left,
.spBlockOu {
    margin-bottom: 15px !important;
}

.pm-information {
    margin: 25px 0 35px 0;
    padding: 0 5px;
}

.pm-information i {
    float: left;
    font-size: 50px;
    color: #444;
    padding: 5px 20px 25px 0;
}

.pm-information p {
    text-align: justify;
}

.info-b-ava img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border-top: 4px solid var(--a-red);
    -o-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.info-b-ava {
    padding: 6px;
    border-radius: 50%;
    border-right: 4px solid var(--a-red);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    width: 152px;
    height: 152px;
    display: inline-flex;
    overflow: hidden;
}

.teplo-grid {
    margin-top: 25px;
    background: var(--white);
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
}

#power {
    margin: 25px 0;
}

#power select,
#power input {
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    padding: 10px 15px;
    width: 100%;
    margin: 5px 0 15px 0;
    outline: none;
}

#power input {
    width: calc(100% - 32px) !important;
}

.pm-table-img {
    padding-top: 25px;
}

pm-table-img img {
    width: 100%;
}

.pm-table-form {
    padding-right: 45px;
}

.pm-table-form-dv {
    background: var(--white);
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 25px 45px 25px 40px;
}

.pm-table {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-gap: 1rem;
}

.pm-table-form .number {
    text-align: center;
    width: 43%;
    padding: 0 5px;
    font-weight: bold;
    color: #444;
}

.pm-table-form .title {
    margin: 10px 0 10px;
}

.teplo-grid-tp {
    display: grid;
    grid-template-columns: 1fr 340px 1fr;
    grid-gap: 0rem;
}

.teplo-grid-bt .block_cont_over {
    display: grid;
    grid-template-columns: 1fr 340px 1fr;
    grid-gap: 1rem;
}

.teplo-grid-b2-img {
    position: relative;
}

.teplo-grid-b2 {
    padding-top: 29px;
}

.teplo-grid-b2-img-t1 {
    position: absolute;
    height: 43px;
    width: 134px;
    border-radius: 0 25px 25px 0;
    background: rgba(255, 30, 0, 0.7);
    top: 33px;
    right: 167px;
}

.teplo-grid-b2-img-t2 {
    position: absolute;
    height: 43px;
    width: 134px;
    border-radius: 0 25px 0 0;
    background: rgba(255, 30, 0, 0.7);
    top: 110px;
    right: 167px;
}

.teplo-grid-b2-img-t3 {
    position: absolute;
    height: 253px;
    width: 43px;
    border-radius: 0 0 25px 25px;
    background: rgba(255, 30, 0, 0.7);
    top: 153px;
    right: 167px;
}

.teplo-grid-b2-img-t4 {
    position: absolute;
    height: 43px;
    width: 136px;
    border-radius: 25px 0 0 25px;
    background: rgba(0, 156, 240, 0.7);
    top: 33px;
    left: 167px;
}

.block_name_h1 {
    text-align: center;
}

.but_send_schet {
    background: #222;
    color: var(--white);
    padding: 10px 25px;
    border: 0;
    border-radius: 25px;
    margin: 0 auto 5px;
    display: table;
    text-align: center;
    cursor: pointer;
}

.but_send_schet:hover {
    background: var(--a-red);
}

.header-bottom .active .active a,
.header-bottom .active .active a i,
#sidebar-top-3 a.active {
    color: var(--a-red) !important;
}

.ns_podbor_dv {
    margin-top: 25px;
    background: var(--white);
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
}

.ns_podbor {
    display: grid;
    grid-template-columns: 1fr 340px 1fr;
    grid-gap: 0;
}

.ns_podbor_b2 {
    width: 300px;
    height: 174px;
    background: url('../images/1/nasos_bl.png') no-repeat;
    position: relative;
    margin-top: 100px;
}

.ns_podbor_t1 {
    position: absolute;
    width: 38px;
    height: 80px;
    top: -80px;
    left: 24px;
    background: #5E9C7B;
    border-top: 1px solid #444;
    border-left: 1px solid #444;
    border-right: 1px solid #444;
}

.ns_podbor_t2 {
    position: absolute;
    width: 80px;
    height: 38.5px;
    top: 75px;
    left: -80px;
    background: #5E9C7B;
    border-top: 1px solid #444;
    border-left: 1px solid #444;
    border-bottom: 1px solid #444;
}

.ns_podbor_l1,
.ns_podbor_l2 {
    position: absolute;
    width: 40px;
    height: 1px;
    bottom: 79px;
    right: 40px;
    border-top: 1px dashed #444;
}

.ns_podbor_l2 {
    bottom: -1px;
    border-top: 0 !important;
    border-bottom: 1px dashed #444;
}

.ns_podbor_l3 {
    position: absolute;
    width: 1px;
    height: 80px;
    right: 70px;
    border-left: 1px dashed #444;
}

.ns_podbor_tm1 {
    position: absolute;
    top: -105px;
    left: 36px;
    z-index: 1;
}

.ns_podbor_tm2 {
    position: absolute;
    top: 97px;
    left: -80px;
    z-index: 1;
}

.ns_podbor .block_cont_name {
    color: #666;
    font-size: 14px;
}

.ns_podbor .block_cont_field {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 13px 15px;
    width: calc(100% - 30px);
    margin: 3px 0 15px 0;
}

.ns_podbor_b1 {
    padding-top: 12px;
}

.ns_block_cont {
    margin-top: 53px;
}

.block_cont_field_i1 {
    border: 1px solid #5E9C7B !important;
    width: 204px !important;
}

.ns_podbor input,
.ns_podbor select {
    padding: 11px 15px 12px !important;
}

.block_cont_field_i2 {
    border-radius: 3px 0 0 3px !important;
    border: 1px solid #5E9C7B !important;
    width: 143px !important;
    padding: 11px 15px 12px !important;
}

.arrow-6 {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    margin: 80px 32px 0 -3px !important;
}

.arrow-7 {
    margin: 80px 28px 0 33px;
}

.arrow-4 {
    margin: 2px 42px 0 40px;
    moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.arrow-7 span {
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 5px solid var(--white);
    border-right: 5px solid var(--white);
    transform: rotate(45deg);
    margin: -16px;
    animation: arrow-7 2s infinite;
}

.arrow-7 span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow-7 span:nth-child(3) {
    animation-delay: -0.4s;
}

.teplo-grid-b2-img-t5 {
    position: absolute;
    height: 43px;
    width: 134px;
    border-radius: 25px 0 0 0;
    background: rgba(0, 156, 240, 0.7);
    top: 110px;
    left: 169px;
}

.teplo-grid-b2-img-t6 {
    position: absolute;
    height: 253px;
    width: 43px;
    border-radius: 0 0 25px 25px;
    background: rgba(0, 156, 240, 0.7);
    top: 153px;
    left: 169px;
}

.teplo-grid-b2-img {
    background: url('../images/1/pto4-new.png') no-repeat center center;
    width: 264px;
    height: 477px;
    margin: 0 auto;
}

.teplo-grid .block_name,
.ns_podbor_dv .block_name {
    font-weight: bold;
    color: #222;
    font-size: 18px;
    padding: 0 0 25px 0;
}

.ns_podbor_b3 {
    margin-top: 15px;
}

.ns_podbor_b3 label {
    font-size: 14px;
}

.ns_podbor_b3 .block_cont {
    margin-bottom: 25px;
}

.ns_podbor_dv .block_name {
    margin-top: 45px;
}

.teplo-grid .block_cont_name,
.ns_podbor_dv .block_cont_name {
    color: #666;
    font-size: 12.5px;
}

.teplo-grid .block_cont_field,
.ns_podbor_dv .block_cont_field,
.block_cont_field {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 12px 15px;
    width: 101%;
    margin: 3px 0 15px 0;
    line-height: 1;
}

.block_cont_field_left {
    border-radius: 3px 0 0 3px !important;
    border: 1px solid #FF614C !important;
}

.block_cont_field_right {
    border-radius: 0 3px 3px 0 !important;
    border: 1px solid #4BB7F0 !important;
}

.teplo-grid-tp select,
.ns_podbor_dv select {
    outline: none !important;
}

.teplo-txt h3 {
    color: #222;
    font-size: 21px;
    text-align: center;
    margin: 20px 0 5px 0;
}

.teplo-txt .teplo-span {
    font-size: 14px;
    color: #666;
    text-align: center;
    display: block;
    margin-bottom: 35px;
}

.teplo-txt p {
    color: #222;
}

.teplo-txt ul {
    padding: 0;
    margin: 0 0 25px 0;
}

.teplo-txt-img {
    background: url('../images/1/overseas.png') no-repeat top 25px right 0;
    padding-right: 420px;
}

.nasos-txt-img {
    background: url('../images/1/repair.png') no-repeat top 25px right 0;
    padding-right: 420px;
    min-height: 330px;
}

.nasos_p_top {
    padding-top: 35px;
}

.nasos_list {
    margin: 0 0 0 18px !important;
}

.nasos_list li {
    list-style-type: circle !important;
}

.teplo-txt ul li {
    list-style-type: none;
    line-height: 27px;
}

.teplo-hr {
    height: 3px;
    width: 100px;
    background: var(--a-red);
    margin: -20px auto 15px;
}

.messageOk {
    background: #56C156;
    color: var(--white);
    padding: 10px 15px;
    border: 1px solid #4EAF4E;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 5px;
}

.messageError {
    background: #F32C25;
    color: var(--white);
    padding: 10px 15px;
    border: 1px solid #E42923;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 5px;
}

.pic-left {
    display: grid;
    grid-template-columns: 190px 1fr;
    grid-gap: 1rem;
}

.pic-right {
    display: grid;
    grid-template-columns: 1fr 190px;
    grid-gap: 1rem;
}

.testimonial .pic {
    margin: 25px 0;
}

.testimonial .pic h2 {
    display: block;
    color: #222;
    font-size: 18px;
}

.testimonial .pic h2 span {
    font-size: 12px;
    line-height: 23px;
    color: #999;
    font-weight: 200;
    float: right;
}

.info-b-text-mes p {
    font-size: 16px;
    color: #666;
    line-height: 27px;
    text-align: justify;
}

.info-b-ava img,
.info-b-ava {
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.pic-left:hover .info-b-ava {
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -webkit-transform: rotate(55deg);
    transform: rotate(55deg);
}

.pic-left:hover .info-b-ava img {
    -o-transform: rotate(-75deg);
    -ms-transform: rotate(-75deg);
    -moz-transform: rotate(-75deg);
    -webkit-transform: rotate(-75deg);
    transform: rotate(-75deg);
}

.pic-right:hover .info-b-ava {
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -webkit-transform: rotate(55deg);
    transform: rotate(55deg);
}

.pic-right:hover .info-b-ava img {
    -o-transform: rotate(-75deg);
    -ms-transform: rotate(-75deg);
    -moz-transform: rotate(-75deg);
    -webkit-transform: rotate(-75deg);
    transform: rotate(-75deg);
}


/*.pic:hover .info-b-text {border: 1px solid #ccc}*/

.gb-information {
    padding: 15px 2px 20px;
}

.gb-information .fa-comments-o {
    font-size: 58px;
    float: left;
    padding: 18px 25px 0 0;
    color: #444;
}

.gb-information p {
    text-align: justify;
}

.gb-post-wrapper {
    background: var(--white);
    padding: 20px 45px;
    border: 1px solid #eee;
    border-radius: 25px;
    margin: 25px;
}

.gb-post-wrapper .block-title-widget {
    margin: 0 !important;
    padding: 0 6px !important;
    line-height: 42px !important;
}

.gb-post-wrapper #comment {
    width: calc(100% - 20px);
    border: 1px solid #ddd;
}

.col-form-label {
    font-weight: 200 !important;
}

.gb-post-wrapper .btn-success {
    cursor: pointer;
    font-size: 16px;
    padding: 10px 20px;
}

.gb-bot {
    background: #222;
    color: var(--white);
    border-radius: 25px;
    padding: 10px 25px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 auto 25px;
    cursor: pointer;
}

.gb-bot:hover {
    background: var(--a-red);
}

.gb-forma {
    display: none
}

.pic .testimonial-review {
    background: #333;
    color: var(--white);
    border-radius: 5px 5px 5px 5px;
    padding: 10px 15px 10px 15px;
    margin: 0 0 20px 0;
}

.pic .testimonial-review p {
    padding: 2px 0 2px 0;
    margin: 0;
    color: #ccc;
}

.blog-item .section-article-info h3 {
    color: #222;
    line-height: 25px;
    font-weight: 200;
    text-align: justify;
}

.blog-item .section-article-info h6 {
    color: #222;
    line-height: 25px;
    font-weight: 200;
    font-size: 16px !important;
    margin: 15px 0;
    text-align: justify;
}

.blog-item .section-article-info p {
    font-size: 16px;
    color: #444;
    line-height: 25px;
    text-align: justify;
}

.news-comment-wrap {
    padding: 15px 0;
    margin-bottom: 15px;
}

.n-com-block-img img {
    width: 80px;
    height: 80px;
    border-bottom: 1px solid #ccc;
    border-radius: 50px;
    padding: 2px;
}

.n-com-block {
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-gap: 1rem;
    position: relative;
}

.n-com-level .n-com-block-img::after {
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    top: -48px;
    left: -38px;
    border-left: 1px dashed #ccc;
}

.n-com-level .n-com-block-img::before {
    content: '';
    height: 1px;
    width: 38px;
    position: absolute;
    top: 44px;
    left: -38px;
    border-top: 1px dashed #ccc;
}

.n-com-level .n-com-block-img img {
    border-bottom: 0;
    border-left: 1px solid #ccc;
}

.n-com-block-name {
    font-weight: bold;
    line-height: 27px;
    color: #222;
}

.n-com-block-text {
    margin-top: 5px;
}

.n-com-block-message {
    line-height: 23px;
    text-align: justify;
}

.n-com-block-name span {
    color: #999;
    font-size: 12px;
    line-height: 27px;
    float: right;
}

.news-com-info {
    border-bottom: 3px solid var(--a-red);
    display: inline-block;
    padding-bottom: 5px;
}

.n-com-level {
    margin-left: 40px;
    padding-left: 40px;
    position: relative;
}

.n-com-level::after {
    content: '';
    height: calc(100% - 296px);
    width: 1px;
    position: absolute;
    border-left: 1px dashed #ccc;
    left: 2px;
    top: 84px;
}

.n-com-level .n-com-level::after {
    border: 0;
}

.com-mes-user {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    background: #eee;
    color: #222;
    top: -48px;
    left: -53px;
    font-size: 14px;
    cursor: pointer;
}

.com-mes-user:hover {
    background: var(--a-red);
    color: var(--white);
}

.news-element-inform-soc {
    display: grid;
    grid-template-columns: 1fr 190px;
    grid-gap: 1rem;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    padding: 6px 0 4px;
}

.news-element-inform-soc .news-element-soc {
    padding: 7px 0 0 20px;
}

.news-element-inform-soc .news-element-like {
    padding-right: 20px;
}

.news-element-inform-soc .news-element-like-ava img {
    border: 4px solid var(--white);
}

.news-comment {
    margin-top: 15px;
}

.news-name-cat {
    line-height: 16px !important;
}

.pic-left .info-b-text {
    background: var(--white);
    border: 1px solid #eee;
    padding: 20px 50px;
    border-radius: 50px 70px 120px 30px;
}

.pic .info-b-text {
    position: relative;
}

.pic-left .info-b-text:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #E5E5E5;
    left: -16px;
    top: 74px;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.pic-right .info-b-text:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #E5E5E5;
    right: -16px;
    top: 74px;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.pic-right .info-b-text {
    background: var(--white);
    border: 1px solid #eee;
    padding: 20px 50px;
    border-radius: 70px 50px 50px 120px;
    /*border-radius: 50px 70px 120px 30px;*/
}

.ns-shema {
    max-width: 420px;
}

.active-cart {
    color: #222 !important;
    cursor: pointer
}

.active-cart span {
    background: var(--a-red) !important;
}

.p-sidebar {
    padding-top: 15px !important;
}

.grid-mn-proect {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
}

.grid-mn-proect-intem {
    background: var(--white);
    border: 1px solid #ddd;
    border-radius: 4px;
    min-height: 176px;
}

.grid-mn-proect-intem {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0rem;
}

.grid-mn-proect-intem-img {
    position: relative;
    background-size: cover !important;
    border-radius: 76px 4px 4px 0;
}

.grid-mn-proect-intem-img-b1 {
    background: url('../images/1/IMG_3286_2-min.jpg') no-repeat center center;
}

.grid-mn-proect-intem-img-b2 {
    background: url('../images/1/c5.png') no-repeat center center;
}

.grid-mn-proect-intem-img-b3 {
    background: url('../images/1/a-3.jpg') no-repeat center center;
}

.grid-mn-proect-intem-img-b4 {
    background: url('../images/1/123_2.jpg') no-repeat center center;
}

.grid-mn-proect-intem-img-b5 {
    background: url('../images/1/1248.jpg') no-repeat center center;
}

.grid-mn-proect-intem-img-b6 {
    background: url('../images/1/123_6.jpg') no-repeat center center;
}

.grid-mn-proect-intem-img-b7 {
    background: url('../images/1/9997.jpg') no-repeat center center;
}

.grid-mn-proect-intem-img-b8 {
    background: url('../images/1/123_8.jpg') no-repeat center center;
}

.grid-mn-proect-intem-img-b9 {
    background: url('../images/1/123_9.jpg') no-repeat center center;
}

.mod-cat-menu {
    margin: 18px 0 25px;
}

.grid-mn-proect-intem-img::before {
    content: '';
    position: absolute;
    width: 54px;
    height: 100%;
    background: var(--white);
    transform: skewX(-15deg);
    border-radius: 0 0 0 20px;
    left: -7px;
}

.grid-mn-proect-intem-img::after {
    content: '';
    position: absolute;
    width: 54px;
    height: 50%;
    background: var(--white);
    left: -7px;
}

.grid-mn-proect-intem-text h4 {
    padding: 8px 10px;
    color: #444;
    margin: 0;
}

.grid-mn-proect-intem-text p {
    font-size: 14px;
    padding: 0 10px 10px 10px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.grid-mn-proect-a {
    text-decoration: none
}

.grid-mn-proect-a:hover {
    text-decoration: none;
}

.grid-mn-proect-a h4 {
    color: #222;
    font-size: 15px;
    font-weight: bold;
}

.grid-mn-proect-a p {
    color: #555
}

.grid-mn-proect-intem:hover {
    border: 1px solid var(--a-red)
}

.grid-reg-cont {
    display: grid;
    grid-template-columns: 1fr 22px 400px;
    grid-gap: 1rem;
}

.grid-reg-text {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
}

.grid-reg-text .promo-text-box {
    text-align: center;
    margin: 35px 0
}

.grid-reg-text .promo-text-box i {
    font-size: 32px;
    line-height: 52px;
}

.v-rz {
    width: 1px;
    padding: 0 45px 0 0;
    border-left: 1px solid #eee;
}

.reg-cont-div {
    margin: 0 0 15px;
    background: var(--white);
    border: 1px solid #eee;
    border-radius: 0 4px 4px 4px;
    position: relative;
    z-index: 0;
    top: -1px;
}

.reg-cont-hr-head {
    width: 270px;
    height: 25px;
    background: var(--white);
    border-left: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    position: relative;
    z-index: 1;
}

.login-text-name-sp {
    font-size: 14px;
}

.reg-cont-div h3 {
    font-size: 18px;
    color: #222;
    margin-top: 25px;
}


/* card */

.card {
    padding: 10px 10px 20px;
}

.card-body {
    line-height: 25px;
    padding: 5px 15px;
}


/* Сертификаты */

.card-cert .title {
    font-size: 17px;
    font-family: Verdana, sans-serif;
    color: #FA381D;
    padding: 0 0 0 10px;
    vertical-align: middle;
    border-left: 2px solid #FA381D;
    margin-bottom: 15px;
    line-height: 150%;
    margin-top: 10px;
    display: block;
    font-style: normal;
}

.card-cert img.poster {
    display: block;
    margin-right: 15px;
    margin-bottom: 10px;
    float: left;
    padding: 3px;
    border: 1px solid #E2E3E5;
    max-width: 214px;
}


/* Сертификаты */


/* Отзывы */

.card-rev .title-border {
    padding-left: 10px;
    vertical-align: middle;
    border-left: 2px solid #FA381D;
    margin-bottom: 15px;
    margin-top: 10px;
    display: block;
    font-style: normal;
}

.card-rev .title-border .title-description {
    margin-top: -8px;
}

.card-rev .title {
    font-size: 17px;
    font-family: Verdana, sans-serif;
    color: #FA381D;
    padding: 0;
    display: block;
    font-style: normal;
}

.card-rev img.poster {
    padding: 3px;
    border: 1px solid #E2E3E5 !important;
    width: 100%;
}


/* Отзывы */


/* Портфолио */

.card-port .img-fluid-300 {
    max-width: 100%;
    height: 300px;
    object-fit: cover;
}

.card-port .img-fluid-150 {
    max-width: 100%;
    height: 150px;
    object-fit: cover;
}

.card-port .tiny-text ol,
.card-port .tiny-text ul {
    padding-left: 30px;
}

.card-port .tiny-text {
    line-height: 1.5;
}


/* Портфолио */


/* Партнеры */

.card-part .f-category {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 100%;
    justify-content: end;
    vertical-align: bottom;
    display: block;
    align-content: baseline;
}

.card-part .img-div-responsive {
    border-bottom: 1px solid #eee;
}

.card-part .img-div-responsive img {
    margin: 15px auto;
    display: table;
    height: 80px;
}

.card-part h2 {
    font-size: 18px;
    color: #444;
    text-align: center;
    line-height: 45px;
    padding: 0 15px;
}

.card-part p {
    padding: 0 15px;
    color: #666;
    text-align: center;
    font-size: 14px;
    margin: 15px 0;
}

.card-part .partner-bot {
    position: relative;
}

.card-part .partner-bot-div {
    margin: 35px auto 25px;
    display: table;
}

.card-part .partner-bot-div a {
    padding: 12px 25px !important;
    margin: 5px 0 10px 15px !important;
    border-radius: 25px 0 0 25px;
    background: #444;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    height: 42px;
}

.card-part .partner-bot-div .fa-link {
    background: #444;
    border-left: 1px solid #222;
    display: inline-block;
    color: #fff;
    border-radius: 0 25px 25px 0;
    padding: 0px 20px 0px 15px !important;
    margin: 0;
    line-height: 42px;
    font-size: 16px;
    position: relative;
    top: 3px;
}


/* Партнеры */


/* end card */

.reg-cont-div .entry-content {
    padding: 0 25px;
}

.reg-cont-div .entry-content .label-input {
    display: block;
    font-size: 14px
}

.reg-cont-div .entry-content .required {
    text-decoration: none;
    color: red;
}

.reg-cont-div .entry-content input[type=text],
.reg-cont-div .entry-content input[type=tel],
.reg-cont-div .entry-content input[type=password],
.reg-cont-div .entry-content input[type=email],
.reg-cont-div .card-default input[type=password],
#sender-email {
    border: 2px solid #eee;
    border-radius: 4px;
    padding: 10px 10px;
    width: calc(100% - 20px);
    margin: 5px 0 0 0;
    box-sizing: content-box !important;
}

.reg-cont-div .card-default input[type=password],
#sender-email {
    width: calc(100% - 50px) !important;
    margin: 5px 0 15px -4px;
}

.reg-cont-div .entry-content .container-label,
.reg-cont-div .card-default .label-input {
    font-size: 14px;
}

.reg-cont-div .entry-content .container-label a {
    color: #444;
}

.reg-cont-div .entry-content .container-label a:hover {
    color: var(--a-red);
}

.reg-cont-div .entry-content input[type="checkbox"] {
    position: relative;
    top: 2px;
    margin: 0 3px 0 0;
}

.reg-cont-div .entry-content input[type="radio"] {
    position: relative;
    top: 2px;
    margin: 0 3px 0 0;
}

.reg-cont-div .but_send_schet_reg {
    margin: 35px auto 25px;
}

.reg-cont-div .z-password {
    text-align: center;
    color: #444;
    font-size: 14px
}

.reg-cont-div .z-password a {
    color: #444;
    text-decoration: none
}

.reg-cont-div .z-password a:hover {
    color: var(--a-red);
}

.card-default .login-text-name-sp {
    margin: -12px 0 25px;
    display: block;
}

.log-pass {
    background: var(--white);
    padding: 20px 0 45px 0;
}

.log-pass a {
    color: #222;
    text-decoration: none
}

.log-pass a:hover {
    color: var(--a-red);
}

.log-pass .logo-title {
    color: #222;
    font-size: 22px;
    margin: 36px 0 15px 3px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.log-pass .card-body,
.log-pass .login-box-btm,
.log-pass .card-footer {
    padding: 0 4px;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.log-pass .card-body {
    margin: 25px auto 45px;
}

.log-pass h2 {
    text-align: center;
    text-transform: uppercase
}

.log-pass .saq {
    display: inline-block;
    padding: 10px 0 10px 0
}

.log-pass .ili {
    margin: 45px 0 0 0
}

.page-bod a {
    color: #222;
}

.page-bod a:hover {
    color: var(--a-red);
}

.page-bod .action_button {
    color: var(--white) !important;
}

.atri-proect {
    background: var(--white);
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 3px 25px;
}

.atri-proect p {
    color: #222;
    text-align: justify
}

.p-strong {
    margin: -12px 0 0
}

.atri-proect-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3rem;
}

.atri-proect-grid img {
    border: 3px solid #eee;
    border-radius: 2px;
    width: calc(100% - 6px);
}

.mScroll {
    text-decoration: none
}

.atri-proect-grid .active {
    cursor: default !important;
}

.atri-proect-grid .active,
.atri-proect-grid img:hover {
    border: 3px solid var(--a-red);
}

.atri-proect-grid img:hover {
    cursor: pointer
}

.atri-proect h2 {
    color: #222;
    font-size: 20px;
    margin: 25px 0 25px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-align: center;
}

.atri-proect h3 {
    color: #222;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 5px 0 25px;
}

.atri-proect-grid img {
    border-radius: 210px 210px 90px 90px;
    opacity: 0.3
}

.atri-proect-grid img.active,
.atri-proect-grid img:hover {
    opacity: 1 !important;
}

.atri-proect .p-hr {
    display: block;
    font-size: 14px;
    margin-top: -20px;
    text-align: center;
}

.div-hr {
    width: 120px;
    height: 3px;
    background: var(--a-red);
    margin: 0 auto 25px;
}

.atri-proect-grid-left ol li ul {
    margin: 2px 0 0 17px !important;
}

.atri-proect-grid-left ol li ul li {
    list-style-type: square
}

.atri-proect-grid-left .div-hr,
.atri-proect-grid-right .div-hr {
    margin: -10px auto 3px;
}

.atri-proect-form {
    display: none
}

#workbody .atri-proect-form select {
    width: 100% !important;
}

.atri-proect-form textarea {
    width: calc(100% - 22px) !important;
}

.atri-proect-form a {
    color: #222
}

.atri-proect-form a:hover {
    color: var(--a-red)
}

.atri-proect-grid-left h3,
.atri-proect-grid-right h3 {
    font-weight: bold !important;
}

.atri-proect-grid-left,
.atri-proect-grid-right {
    margin-top: 45px;
}

.div-form-hr {
    margin: 15px auto 35px;
}

.atri-proect-form .g-recaptcha {
    margin: 0 auto 25px;
    display: table;
}

.block-popup-login .registered-account {
    padding: 0;
    border-right: 0;
}

.atri-proect-grid-left {
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-gap: 3rem;
}

.atri-proect-grid-right {
    display: grid;
    grid-template-columns: 1fr 250px;
    grid-gap: 3rem;
}

.grid-about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3rem;
}

.grid-about-div {
    display: grid;
    grid-template-columns: 70px 1fr;
    grid-gap: 2rem;
}

.about-grid-t4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2rem;
    margin: 45px 0;
}

.bot-line {
    border: 2px solid #444;
    border-radius: 35px;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #222;
    font-size: 14px;
    display: table;
    margin: 0 auto;
}

.bot-line:hover {
    border: 2px solid var(--a-red);
    background: var(--a-red);
    color: var(--white);
}

.about .accordion-title {
    font-size: 19px;
    color: #222;
    text-align: center
}

.about-images {
    -webkit-clip-path: polygon(0% 20%, 50% 0, 100% 20%, 100% 80%, 50% 100%, 0% 80%);
    clip-path: polygon(0% 20%, 50% 0, 100% 20%, 100% 80%, 50% 100%, 0% 80%);
    max-width: 70%;
    margin: 0 auto 15px;
    display: table;
}

.about h1.title-section {
    font-size: 29px;
    color: #222;
    text-align: center;
    line-height: 50px;
    margin: 0;
    padding: 20px;
}

.about-h1-span {
    padding: 0 10%;
    line-height: 27px;
    text-align: center;
    margin-top: -10px;
}

.div-hr-about {
    margin: 15px auto 5px;
}

.about-grid-t4 p {
    line-height: 27px;
    text-align: center;
}

.about-ob-block i {
    font-size: 42px;
    line-height: 82px;
    text-align: center;
    color: #FF7765;
}

.about-ob-block h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 50px;
}

.about-ob-block .clock {
    font-size: 29px;
    line-height: 72px;
}

.about-ob-block h4 {
    font-size: 16px;
}

.about-ob-block p {
    line-height: 27px;
    color: #ccc;
}

.grid-about {
    margin-bottom: 25px;
}

.about-ob-block {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 20px);
    padding: 10px 10px;
    color: var(--white);
    border: 10px solid transparent;
    border-width: 10px 0;
    background-color: #222;
    background-color: hsla(0, 0%, 0%, 0);
    background-image: -webkit-linear-gradient(#222, #222), -webkit-linear-gradient(top left, transparent 50.5%, #222 50.5%), -webkit-linear-gradient(top right, transparent 50.5%, #222 50.5%), -webkit-linear-gradient(bottom left, transparent 50.5%, #222 50.5%), -webkit-linear-gradient(bottom right, transparent 50.5%, #222 50.5%);
    background-image: -moz-linear-gradient(#222, #222), -moz-linear-gradient(top left, transparent 50.5%, #222 50.5%), -moz-linear-gradient(top right, transparent 50.5%, #222 50.5%), -moz-linear-gradient(bottom left, transparent 50.5%, #222 50.5%), -moz-linear-gradient(bottom right, transparent 50.5%, #222 50.5%);
    background-image: linear-gradient(#222, #222), linear-gradient(to bottom right, transparent 50.5%, #222 50.5%), linear-gradient(to bottom left, transparent 50.5%, #222 50.5%), linear-gradient(to top right, transparent 50.5%, #222 50.5%), linear-gradient(to top left, transparent 50.5%, #222 50.5%);
    background-repeat: repeat, repeat-x, repeat-x, repeat-x, repeat-x;
    background-position: 0 0, 10px 0, 10px 0, 10px 100%, 10px 100%;
    background-size: auto auto, 20px 20px, 20px 20px, 20px 20px, 20px 20px;
    background-clip: padding-box, border-box, border-box, border-box, border-box;
    background-origin: padding-box, border-box, border-box, border-box, border-box;
}

.container-about-text {
    line-height: 27px;
    text-align: justify;
}

.bot-add_atri-proekt {
    position: relative
}

.bot-add_atri-proekt bottom {
    position: relative
}

#botAddAtriProektTop {
    position: absolute;
    top: -54px;
    right: 0;
    border-radius: 4px;
    padding: 12px 20px;
}


/* Пользователь, шаги*/

.wrap {
    width: 100%;
    height: 45px;
    z-index: -2;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 !important;
    border-radius: 4px 4px 0 0;
    color: var(--white) !important;
}

.dropdown-print::after {
    content: '';
    margin-left: -.355em;
    border: 0 !important;
}

.wrap .progressLine {
    color: var(--white) !important;
}

.wrap div:first-child {
    margin-left: -2%;
}

.progressLine {
    margin: 0;
    margin-left: 0.5%;
    height: 43px;
    width: calc(25% - 12px);
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    transition: all 0.8s;
    z-index: 1;
}

.progressLine:before,
.progressLine:after {
    content: '';
    position: absolute;
    transition: all 0.8s;
    z-index: -1;
}

.progressLine:before {
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    background: #444;
    -webkit-transform: skew(45deg);
    -moz-transform: skew(45deg);
    transform: skew(45deg);
}

.progressLine:after {
    height: 50%;
    width: 100%;
    top: 50%;
    left: 0;
    background: #444;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    transform: skew(-45deg);
}

.progressLineActive:before,
.progressLineActive:after {
    background: var(--a-red);
}

.progressLine:hover:before,
.progressLine:hover:after {
    background: var(--a-red);
    cursor: pointer;
}

.single-right-user {
    width: calc(100% - 300px);
    float: right;
}

.user-a a,
.user-razmestit-zacaz a {
    background: #444;
    color: var(--white);
    border-radius: 4px;
    text-decoration: none;
    padding: 6px 10px;
    display: inline-block;
    margin: 5px 15px 10px 0;
    font-size: 14px;
}

.user-a a:hover,
.user-razmestit-zacaz a:hover,
.user-razmestit-zacaz .fa-angle-down:hover {
    background: var(--a-red);
    cursor: pointer
}

.user-grid-a {
    display: grid;
    grid-template-columns: 1fr 350px;
    grid-gap: 2rem;
}

.user-razmestit-zacaz {
    position: relative;
}

.user-razmestit-zacaz-div {
    position: absolute;
    right: 1px;
}

.user-razmestit-zacaz a {
    padding: 8px 12px !important;
    margin: 5px 0 10px 15px !important;
    border-radius: 4px 0 0 4px;
}

.user-razmestit-zacaz .fa-angle-down {
    background: #444;
    border-left: 1px solid #222;
    display: inline-block;
    color: var(--white);
    border-radius: 0 4px 4px 0;
    padding: 8px 12px !important;
    margin: 5px 0 10px 0 !important;
    line-height: 16px;
}

.user-razmestit-zacaz-hover {
    position: absolute;
    top: 35px;
    right: 1px;
    border: 2px solid #444;
    border-radius: 4px 0 4px 4px;
    max-width: 250px;
    background: var(--white);
    z-index: 9;
    display: none;
}

.user-razmestit-zacaz-hover a {
    background: none;
    color: #444;
    padding: 12px 15px !important;
    margin: 0 !important;
    width: calc(100% - 30px);
}

.user-razmestit-zacaz-hover a:hover {
    background: #eee;
}

.text-center {
    text-align: center;
}

.user-heading-h1 {
    font-size: 25px !important;
    color: #222 !important;
    padding: 5px 3px;
}

.profile-left li {
    text-align: left !important;
}

.grid-page-uzel-ucheta {
    display: grid;
    grid-template-columns: 1fr 205px;
    grid-gap: 1rem;
    padding: 20px 15px;
}

.grid-vkladka-uzel-ucheta {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 0rem;
    background: #515151;
    color: var(--white);
    border-radius: 3px 3px 0 0;
}

.grid-vkladka-uzel-ucheta div {
    font-size: 18px;
    text-align: center;
    border-right: 1px solid #444;
    padding: 8px 0;
}

.grid-vkladka-uzel-ucheta div:hover,
.grid-vkladka-uzel-ucheta div.active {
    background: var(--a-red);
    cursor: pointer
}

.grid-vkladka-uzel-ucheta div:hover span,
.grid-vkladka-uzel-ucheta div.active span {
    color: #781A0E
}

.grid-vkladka-uzel-ucheta div:last-child {
    border-right: 0
}

.grid-vkladka-uzel-ucheta div span {
    font-size: 14px;
    color: #999;
    display: block
}

.grid-page-uzel-ucheta-div {
    background: var(--white);
    border: 1px solid #ccc;
    border-radius: 4px;
}

.page-uzel-ucheta-left-ot {
    margin-bottom: 35px !important;
}

.page-uzel-ucheta-left h4 {
    margin-bottom: -10px !important;
    padding-bottom: 0 !important;
    color: #222;
}

.page-uzel-ucheta-left img {
    width: 100%;
    margin-top: 38px;
}

.page-uzel-ucheta-right-add {
    position: relative;
    background: #3A3A3A;
    color: var(--white);
    padding: 7px 10px;
    border-radius: 4px;
    width: 184px;
    margin-left: 10px;
}

.placeholder_uzel {
    margin-left: -15px;
    width: 230px;
    height: 350px;
    max-width: max-content !important;
}

.page-uzel-ucheta-right {
    margin-top: 5px;
}

.page-uzel-ucheta-right-add:hover {
    background: var(--a-red);
    cursor: pointer
}

.page-uzel-ucheta-right-add:hover i {
    border-left: 1px solid #FA624E;
}

.page-uzel-ucheta-right-add-hover {
    position: absolute;
    top: 36px;
    left: 0;
    width: calc(100% - 6px);
    color: #222;
    padding: 5px 0;
    border: 3px solid #444;
    border-radius: 0 0 4px 4px;
    z-index: 9;
    background: var(--white);
    display: none;
}

.page-uzel-ucheta-right-add span {
    display: block
}

.page-uzel-ucheta-right-add-hover div {
    padding: 5px 10px
}

.page-uzel-ucheta-right-add-hover div:hover {
    background: #eee;
}

.page-uzel-ucheta-right-add i {
    border-left: 1px solid #222;
    padding: 0 4px 0 12px;
    float: right;
    line-height: 27px;
}

.addSistemBlock {
    border: 2px solid #444;
    border-radius: 4px;
    padding: 5px;
    margin: 10px auto 20px;
    width: 184px;
    position: relative;
}

.addSistemBlock i.fa-times {
    position: absolute;
    top: 0;
    right: 2px;
    color: red;
    font-size: 21px;
    cursor: pointer;
    display: none;
}

.addSistemBlockDiv2 {
    position: relative
}

.addSistemBlock2 {
    border: 2px solid #444;
    border-radius: 4px;
    padding: 5px;
    margin: 20px auto 20px;
    width: 184px;
    position: absolute;
    top: 372px;
    right: 0;
    display: none;
}

.addSistemBlock2TopLine {
    position: absolute;
    top: -53px;
    left: 107px;
    border-bottom: 2px solid var(--a-red);
    width: 21px;
}

.addSistemBlock2TopLineH {
    position: absolute;
    top: -53px;
    left: 126px;
    border-left: 2px solid var(--a-red);
    height: 51px;
}

.addSistemBlock2BotLine {
    position: absolute;
    top: 143px;
    left: 106px;
    border-bottom: 2px solid #2121D9;
    width: 22px;
    display: none;
}

.addSistemBlock2BotLineH {
    position: absolute;
    top: 77px;
    left: 126px;
    border-left: 2px solid #2121D9;
    height: 68px;
    display: none;
}

.image-uzel-ucheta-hover {
    margin-bottom: 120px;
}

.addSistemBlockDiv2 h4 {
    padding: 0 0 15px 0 !important;
    margin: 0
}

.nonAddCont {
    display: none !important;
}

.addSistemBlock:hover i.fa-times {
    display: block
}

.addSistemBlock i.fa-times:hover {
    color: #222
}

.addSistemBlock::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    width: 10px;
    border-bottom: 2px solid #2C2CDA;
}

.addSistemBlock::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    width: 9px;
    border-bottom: 2px solid #FE1916;
}

.addSistemBlock .lineBlue {
    position: absolute;
    bottom: 50%;
    right: -10px;
    border-right: 2px solid #2C2CDA;
    height: 50%;
    margin-bottom: -3px;
}

.addSistemBlock .lineBlueBottom {
    position: absolute;
    top: 50%;
    right: -10px;
    border-right: 2px solid #2C2CDA;
    height: calc(50% + 35px);
}

.addSistemBlock .lineRed {
    position: absolute;
    bottom: 50%;
    left: -10px;
    border-right: 2px solid #FE1916;
    height: 50%;
    margin-bottom: -2px;
}

.addSistemBlock .lineRedBottom {
    position: absolute;
    top: 50%;
    left: -10px;
    border-right: 2px solid #FE1916;
    height: calc(50% + 35px);
}

.addCont div.addSistemBlock:first-child .lineBlue,
.addCont div.addSistemBlock:first-child .lineRed,
.addCont div.addSistemBlock:last-child .lineRedBottom {
    display: none !important;
}

.addCont div.addSistemBlock:first-child::before {
    width: 27px !important;
    left: -28px !important;
}

.addSistemBlock h4 {
    padding: 0;
    margin: 0;
}

.addSistemBlockInput {
    margin: 5px 0 8px;
}

.addSistemBlockInput input,
.addSistemBlock select {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 10px;
    margin: 0 0 0 0;
    width: calc(100% - 120px);
    line-height: 0;
}

.document-group-title-uzel {
    background: #F7F7F7;
    border-top: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
    margin-top: 15px;
    padding: 10px 15px;
    margin-left: -15px;
    margin-right: -15px;
    color: #222;
    font-size: 15px !important;
}

.ui-link:hover {
    text-decoration: none;
}

.document-group-title-uni {
    background: #F7F7F7;
    border-top: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
    margin-top: 15px;
    padding: 15px 15px;
    margin-left: -15px;
    margin-right: -15px;
    color: #222;
    font-size: 15px !important;
}

.addSistemBlock select {
    width: calc(100% - 1px) !important;
    margin: 5px 0;
}

.addCont {
    position: relative
}

.addCont div.gvs:nth-child(1)::before {
    top: 39.5px !important;
    color: red !important;
}

.addCont div.gvs:nth-child(1) .lineRedBottom {
    top: 39.5px;
    height: calc(50% + 45px);
}

.addCont::after {
    content: '';
    position: absolute;
    top: 165px;
    left: -5px;
    border-right: 2px solid #2C2CDA;
    height: calc(100% - 132px);
}

.addCont::before {
    content: '';
    position: absolute;
    top: 163px;
    left: -17px;
    border-bottom: 2px solid #2C2CDA;
    width: 14px;
}

.bt-line-n {
    position: relative;
    width: calc(100%);
    border-bottom: 2px solid #2C2CDA;
    margin-bottom: 30px;
    top: 11px;
    right: 5px;
}

.bt-line-n2 {
    position: relative;
    height: 51px;
    border-left: 2px solid #2C2CDA;
    top: -20px;
    right: 5px;
}

.inputRed {
    border: 1px solid red !important;
}

.grid-page-uzel-ucheta-left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
    margin: 25px 0 20px 0;
}

.grid-page-uzel-ucheta-left label {
    display: block;
}

.grid-page-uzel-ucheta-left input,
.grid-page-uzel-ucheta-left select {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px 15px;
    width: 90%;
    margin: 3px 0 0 0;
}

.page-uzel-ucheta-left-tt {
    position: relative;
}

.page-uzel-ucheta-left-tt input {
    width: 40px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 10px;
    line-height: 0;
}

.page-uzel-ucheta-left-tt-dev1 {
    position: absolute;
    top: 65px;
    font-size: 12px;
}

.page-uzel-ucheta-left-tt-dev2 {
    position: absolute;
    top: 186px;
    font-size: 12px;
}

.page-uzel-ucheta-left-tt-dev3 {
    position: absolute;
    top: 102px;
    font-size: 12px;
}

.page-uzel-ucheta-left-tt-dev4 {
    position: absolute;
    top: 223px;
    font-size: 12px;
}

.page-uzel-ucheta-left-tt-dev5 {
    position: absolute;
    top: 310px;
    font-size: 12px;
}

.page-uzel-ucheta-left-tt-dev6 {
    position: absolute;
    top: 507px;
    font-size: 12px;
}

.page-uzel-ucheta-left-tt-dev7 {
    position: absolute;
    top: 347px;
    font-size: 12px;
}

.page-uzel-ucheta-left-tt-dev8 {
    position: absolute;
    top: 541px;
    font-size: 12px;
}

.pb2 {
    display: none
}

.block_name_str_h1 {
    font-weight: bold;
    color: #222;
    font-size: 18px;
    padding: 25px 0;
}

.tr-grid-bt input {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px 15px;
    width: calc(100% - 40px);
    margin: 3px 0 0 0;
}

.tr-grid-bt .block_cont_over {
    margin-bottom: 25px;
}

.block_name_str {
    color: #222;
    text-align: left;
    font-weight: bold;
    margin: 35px 0 15px 0;
    display: block;
}

.download a,
a.download {
    display: inline-block;
    text-decoration: none;
    border: none;
}

.download:hover {
    border: none;
}

.word,
.doc,
.docx {
    background: url('../images/file_icon/ico-word.png') no-repeat scroll 0 0 transparent;
}

.excel,
.xls,
.xlsx {
    background: url('../images/file_icon/ico-excel.png') no-repeat scroll 0 0 transparent;
}

.audio {
    background: url('../images/file_icon/ico-audio.png') no-repeat scroll 0 0 transparent;
}

.video {
    background: url('../images/file_icon/ico-video.png') no-repeat scroll 0 0 transparent;
}

.pdf {
    background: url('../images/file_icon/ico-pdf.png') no-repeat scroll 0 0 transparent;
}

.rar {
    background: url('../images/file_icon/ico-rar.png') no-repeat scroll 0 0 transparent;
}

.picture {
    background: url('../images/file_icon/ico-pic.png') no-repeat scroll 0 0 transparent;
}

.ppt {
    background: url('../images/file_icon/ico-ppt.png') no-repeat scroll 0 0 transparent;
}

.pptx {
    background: url('../images/file_icon/ico-ppt.png') no-repeat scroll 0 0 transparent;
}

.zip7 {
    background: url('../images/file_icon/ico-7zip.png') no-repeat scroll 0 0 transparent;
}

.zip {
    background: url('../images/file_icon/ico-zip.png') no-repeat scroll 0 0 transparent;
}

.exe {
    background: url('../images/file_icon/ico-exe.png') no-repeat scroll 0 0 transparent;
}

.msi {
    background: url('../images/file_icon/ico-msi.png') no-repeat scroll 0 0 transparent;
}

.file {
    background: url('../images/file_icon/ico-file.png') no-repeat scroll 0 0 transparent;
}

.word:hover,
.doc:hover,
.docx:hover {
    background: url('../images/file_icon/hico-word.png') no-repeat scroll 0 0 transparent;
}

.excel:hover {
    background: url('../images/file_icon/hico-excel.png') no-repeat scroll 0 0 transparent;
}

.audio:hover {
    background: url('../images/file_icon/hico-audio.png') no-repeat scroll 0 0 transparent;
}

.video:hover {
    background: url('../images/file_icon/hico-video.png') no-repeat scroll 0 0 transparent;
}

.pdf:hover {
    background: url('../images/file_icon/hico-pdf.png') no-repeat scroll 0 0 transparent;
}

.rar:hover {
    background: url('../images/file_icon/hico-rar.png') no-repeat scroll 0 0 transparent;
}

.picture:hover {
    background: url('../images/file_icon/hico-pic.png') no-repeat scroll 0 0 transparent;
}

.ppt:hover {
    background: url('../images/file_icon/hico-ppt.png') no-repeat scroll 0 0 transparent;
}

.pptx:hover {
    background: url('../images/file_icon/hico-ppt.png') no-repeat scroll 0 0 transparent;
}

.zip7:hover {
    background: url('../images/file_icon/hico-7zip.png') no-repeat scroll 0 0 transparent;
}

.zip:hover {
    background: url('../images/file_icon/hico-zip.png') no-repeat scroll 0 0 transparent;
}

.exe:hover {
    background: url('../images/file_icon/hico-exe.png') no-repeat scroll 0 0 transparent;
}

.msi:hover {
    background: url('../images/file_icon/hico-msi.png') no-repeat scroll 0 0 transparent;
}

.file:hover {
    background: url('../images/file_icon/hico-file.png') no-repeat scroll 0 0 transparent;
}

.table-shevelev .blog-article-text {
    background: var(--white);
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 25px;
}

.table-shevelev .blog-article-text fieldset {
    border: 1px solid #eee;
    padding: 5px 10px 10px 10px;
    margin: 0 0 15px 0;
}

.table-shevelev .blog-article-text .result {
    border: 1px solid #97C797;
}

.table-shevelev .blog-article-text legend {
    color: #222;
}

.table-shevelev .blog-article-text #CategoryTrees {
    margin: 0 0 15px 5px;
}

.table-shevelev .blog-article-text #CategoryTrees,
.table-shevelev .blog-article-text fieldset input[type=text],
.table-shevelev .blog-article-text fieldset select {
    border: 1px solid #ddd;
    padding: 8px 10px;
    border-radius: 3px;
}

.table-shevelev .blog-article-text fieldset input[type=text],
.table-shevelev .blog-article-text fieldset select {
    margin: 3px 0
}

.table-shevelev .blog-article-text input[type="button"],
.table-shevelev .blog-article-text input[type="submit"] {
    background: #444;
    color: var(--white);
    border: 1px solid #333;
    border-radius: 3px;
    margin: 3px 3px 3px 0;
    cursor: pointer;
    padding: 8px 10px;
}

.table-shevelev .blog-article-text input[type="button"]:hover,
.table-shevelev .blog-article-text input[type="submit"]:hover {
    background: var(--a-red);
    border: 1px solid #E0311A;
}

.gifLoader {
    width: 50px !important;
    display: block;
    margin: 10px auto;
    padding: 10px 0 0;
}

.nasos-article-text {
    background: var(--white);
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 25px;
    margin: 20px 0 5px 0;
}

.nasos-stan-grid {
    display: grid;
    grid-template-columns: 1fr 250px;
    grid-gap: 1rem;
}

.nasos-stan-grid-right i {
    font-size: 68px;
    font-size: 228px;
    float: right;
    color: #333;
}

.nasos-article-text input[type=text],
.nasos-div-img-grid select {
    border: 2px solid #eee;
    border-radius: 2px;
    padding: 10px 15px;
    width: calc(100% - 36px);
    margin: 7px 0 15px 0;
}

.nasos-div-img-grid select {
    width: calc(100% - 1px);
}

.nasos-article-text .form-check-inline {
    display: inline-block;
    margin-top: 5px;
}

.nasos-div-img {
    overflow: hidden;
    margin: 15px 0;
}

.nasos-div-img-dv {
    width: 90000%;
}

.nasos-div-img1,
.nasos-div-img2,
.nasos-div-img3 {
    display: table-cell;
}

.nasos-div-img1 {
    width: 182px;
    height: 256px;
    background: url('../images/1/n1.png') no-repeat center center;
}

.nasos-div-img2 {
    width: 44px;
    height: 256px;
    background: url('../images/1/n2.png') no-repeat center center;
}

.nasos-div-img3 {
    width: 44px;
    height: 256px;
    background: url('../images/1/n3.png') no-repeat center center;
}

.nasos-message {
    margin-top: 15px;
}

.nasos-message textarea {
    border: 2px solid #eee;
    border-radius: 2px;
    padding: 10px 15px;
    width: calc(100% - 36px);
    margin: 7px 0 15px 0;
}

.pd-nas-rashod {
    margin-top: 15px;
}

.pd-nas-rashod input {
    width: calc(100% - 76px) !important;
}

.pd-nas-napor input {
    width: calc(100% - 88px) !important;
}

.nasos-div-img-grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    grid-gap: 1rem;
}

.nasos-div-img-grid-left {
    padding-top: 25px;
    padding-top: 20px;
}

.breadcrumbs-one3 {
    width: calc(100% - 195px) !important;
}

.nasos-kapcha .g-recaptcha {
    margin: 0 auto;
    display: table !important;
}

.but_send_schet_sq {
    margin-top: 15px;
}

.convertResult {
    border: 0 !important;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: 360px 1fr;
    grid-gap: 1rem;
    background: var(--white);
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 15px 0;
    padding: 15px;
}

.portfolio-grid h2 {
    font-weight: 200;
    font-size: 20px;
    line-height: 23px;
    padding: 10px 0;
    margin: 0;
    color: #222;
}

.portfolio-grid .adress {
    font-size: 14px;
    color: #666;
    padding: 0 1px;
    margin: 0;
}

.mapYaHome {
    height: 150px;
    width: calc(100% - 32px);
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: var(--white);
    filter: grayscale(1);
}

.mapYaView {
    height: 220px;
    width: 100%;
    border-radius: 4px;
    background: #fafafa;
    filter: grayscale(1);
}

.mapYaHome:hover,
.mapYaView:hover {
    filter: grayscale(0);
}

.partner-hleb {
    margin: 0 0 15px !important;
}

.partner-count {
    margin-top: 10px;
}

.portfolio-grid-right p {
    text-align: justify
}

.portfolio-images-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 0.5rem;
    margin: 0 0 6px 0;
}

.portfolio-images {
    width: 100%;
    height: 60px;
    background-size: cover !important;
}

.portfolio-images-home,
.portfolio-video {
    width: 100%;
    height: 220px;
    background-size: cover !important;
    margin-bottom: 7px;
}

.fancybox-container {
    z-index: 9999999 !important;
}

.portfolio-images,
.portfolio-images-home,
.portfolio-video {
    position: relative
}

.portfolio-images-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: var(--white);
    text-align: center;
    opacity: 0;
}

.portfolio-video-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(47, 10, 6, 0.7);
    color: #eee;
    text-align: center;
}

.portfolio-video:hover .portfolio-video-hover {
    background: rgba(250, 56, 29, 0.7);
}

.portfolio-images:hover .portfolio-images-hover,
.portfolio-images-home:hover .portfolio-images-hover {
    opacity: 1;
}

.portfolio-images-hover i {
    font-size: 26px;
    line-height: 60px;
    color: #eee
}

.portfolio-images-home-hover i {
    font-size: 57px;
    position: relative;
    top: 50px;
    margin-top: 26px
}

.portfolio-video-hover i {
    font-size: 60px;
    position: relative;
    top: 50%;
    margin-top: -30px
}

.portfolio-video-h1 {
    border-bottom: 2px solid var(--a-red);
    position: relative;
    height: 50px;
    margin: 0;
    line-height: 30px;
}

.portfolio-video-h1 span {
    font-size: 18px;
    position: absolute;
    bottom: -2px;
    background: var(--white);
    text-transform: uppercase;
    color: #222;
    border-bottom: 2px solid #222;
}

.partner-link-po {
    display: inline-block;
    padding: 3px 15px;
    border: 1px solid #444;
    color: #222;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 3px;
    font-size: 14px;
    float: right;
}

.partner-link-po:hover {
    background: #333;
    color: var(--white);
}

.wrap-partner .f-category {
    background: var(--white);
    border: 1px solid #ddd;
    border-radius: 4px;
}

.wrap-partner .img-div-responsive {
    border-bottom: 1px solid #eee;
}

.wrap-partner .img-div-responsive img {
    margin: 15px auto;
    display: table;
    height: 220px;
    /*border-radius: 3px;*/
    max-width: 100%;
}

.wrap-partner h2 {
    font-size: 18px;
    color: #444;
    text-align: center;
    line-height: 45px;
    padding: 0 15px;
}

.wrap-partner p {
    padding: 0 15px;
    color: #666;
    text-align: center;
    font-size: 14px;
    margin: 15px 0;
}

.wrap-partner p.limit-h {
    height: 42px;
}

.wrap-partner {
    margin-bottom: 25px;
}

.partner-bot {
    position: relative;
}

.partner-bot-div {
    margin: 35px auto 25px;
    display: table;
}

.partner-bot-div a {
    padding: 9px 25px !important;
    margin: 5px 0 10px 15px !important;
    border-radius: 25px 0 0 25px;;
    background: #444;
    color: var(--white);
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    height: 42px;
}

.partner-bot-div .fa-link {
    background: #444;
    border-left: 1px solid #222;
    display: inline-block;
    color: var(--white);
    border-radius: 0 25px 25px 0;
    padding: 0 20px 0 15px !important;
    margin: 0;
    line-height: 42px;
    font-size: 16px;
    position: relative;
    top: 1px;
}

.partner-bot-div .fa-link:hover,
.partner-bot-div a:hover {
    background: var(--a-red);
    color: var(--white);
    cursor: pointer;
}

.chat-div-text {
    display: grid;
    grid-template-columns: 12px 1fr 20px;
    grid-gap: 1rem;
    border-radius: 0 0 4px 4px;
    background: #e6e7e6;
    padding: 5px 15px 3px 15px;
}

#chat_body-message {
    padding: 5px;
}

.chat-div-text i {
    font-size: 20px;
    color: #666;
    cursor: pointer;
    margin-top: 10px;
}

.chat-div {
    height: 350px;
    overflow-x: auto;
    padding: 0 10px 0 0;
}

.chat {
    background: var(--white);
}

.chat-header {
    background: #333;
    color: var(--white);
    padding: 15px 15px;
    border-radius: 4px 4px 0 0;
}

.profile-left2 .chat {
    padding: 15px 5px 15px 15px !important;
}

.chat-div-text textarea {
    border: 1px solid #eee;
    border-radius: 4px;
    resize: none;
}

.profile-left2 .nav-pills li a {
    text-align: left !important;
}

.profile-left2 .nav-pills li i {
    width: 20px;
    text-align: center;
    margin: 0 10px 0 0
}

.profile-block2 {
    border-top: 0 !important;
    border-radius: 0 0 4px 4px !important;
}

.wrap-compare {
    max-width: 1164px;
    margin: 0 auto;
}

.wrap-content {
    background: var(--white);
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    padding: 25px;
}

.wrap-compare-by {
    background: #F9F9F9;
    padding-bottom: 25px;
}

.wrap-compare-by h1 {
    color: #222;
    font-size: 22px;
    padding: 25px 1px 15px;
    margin: 0;
}

.compare-cats {
    margin: 0 0 25px 0;
}

.compare-cats span {
    display: inline-block;
    margin: 0 45px 0 0;
    border-bottom: 1px dashed #999;
    position: relative;
}

.compare-cats span span {
    border-radius: 35px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 11px;
    color: var(--white);
    background: var(--a-red);
    line-height: 20px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: -70px;
    border: 0;
}

.compare-cats span.active {
    background: #222 !important;
    color: var(--white) !important;
    padding: 5px 35px 5px 15px;
    border-radius: 35px;
    border: 0;
    cursor: default !important;
    margin: 0 20px 0 0 !important;
}

.compare-cats span.active span {
    top: 4px;
    right: -41px;
    cursor: default !important;
}

.compare-cats span:hover {
    background: #eee;
    color: #222;
    padding: 5px 35px 5px 15px;
    border-radius: 35px;
    border: 0;
    cursor: pointer;
    margin: 0 20px 0 0 !important;
}

.compare-cats span:hover span {
    top: 4px;
    right: -41px;
    padding: 0;
    background: var(--a-red);
    color: var(--white);
}

.compare-del {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 7px 12px 7px 9px;
    background: var(--white);
    float: right;
    text-transform: uppercase;
    font-size: 12px;
    color: #444;
    cursor: pointer;
    margin: -3px -1px 0 0;
}

.compare-del i {
    font-size: 14px;
    margin: 0 -3px 0 5px;
}

.compare-del:hover {
    border: 1px solid var(--a-red);
    color: var(--a-red);
}

.compare-del:hover i {
    color: var(--a-red);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.compare-con {
    display: inline-flex;
}

.compare-atr {
    display: inline-flex;
}

.compare-intem-top {
    width: 249px;
    text-align: center;
    padding: 10px 15px;
}

.compare-intem-top-atr {
    width: 249px;
    text-align: center;
    padding: 10px 15px;
}

.compare-con-wrap {
    overflow-x: hidden;
    margin: 25px 0 0 0;
    position: relative;
}

.compare-atr-wrap {
    overflow-x: hidden;
    padding: 12px 0 12px 0;
}

.compare-intem-top-title {
    line-height: 23px;
    color: #999;
    height: 50px;
    overflow: hidden;
    display: inline-grid;
}

.compare-intem-top-title div {
    display: table-cell;
    vertical-align: middle;
}

.compare-intem-top-price {
    font-size: 18px;
    line-height: 47px;
    color: #111;
}

.compare-intem-top-img {
    margin: 0 0 15px 0;
    min-height: 200px;
    display: table;
    vertical-align: middle;
    position: relative;
    width: 100%;
}

.compare-delete {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

.compare-intem-top:hover .compare-delete {
    opacity: 1;
}

.compare-delete i {
    color: #222;
    font-size: 21px;
    cursor: pointer;
}

.compare-delete i:hover {
    color: var(--a-red)
}

.compare-intem-top-img img {
    width: 70%;
}

.compare-intem-top-img div {
    display: table-cell;
    vertical-align: middle;
}

.compare-intem-top-bot {
    border-radius: 35px;
    border: 1px solid #eee;
    padding: 8px 25px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    color: #777;
    text-decoration: none;
    cursor: pointer;
}

.compare-intem-top-bot:hover {
    border: 1px solid var(--a-red);
    color: #222;
}

.wrap-compare-by h2 {
    color: #222;
    font-size: 16px;
    padding: 15px 5px 15px 5px;
    margin: 0 auto;
    font-weight: 200;
    text-align: center;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    background: #fafafa;
}

.compare-con-wrap-div {
    margin-bottom: 35px;
}

.compare-con-by {
    background: var(--white);
}

.compare-con-wrap-div {
    position: relative;
}

.compare-next {
    position: absolute;
    top: 88px;
    right: -50px;
    width: 50px;
    height: 50px;
    font-size: 42px;
    line-height: 48px;
    border-radius: 50%;
    background: var(--white);
    z-index: 1;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.compare-prev {
    position: absolute;
    top: 88px;
    left: -50px;
    width: 50px;
    height: 50px;
    font-size: 42px;
    line-height: 48px;
    border-radius: 50%;
    background: var(--white);
    z-index: 1;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.compare-next i {
    margin: 0 0 0 20px;
}

.compare-prev i {
    margin: 0 0 0 15px;
}

.compare-next:hover,
.compare-prev:hover {
    background: #333;
    color: var(--white);
    cursor: pointer;
    border: 1px solid #333;
}

.compare-header {
    position: fixed !important;
    left: 0;
    top: 0;
    background: var(--white);
    z-index: 999999;
    height: 260px;
    width: 100%;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.compare-header .compare-con-wrap {
    margin: 0 auto !important;
    max-width: 1110px;
}

.compare-header .compare-intem-top-img img {
    width: auto !important;
    max-height: 100px;
}

.compare-header .compare-intem-top-img {
    min-height: 100px !important;
}

.compare-header .compare-intem-top-title {
    line-height: 20px !important;
    font-size: 12px;
    height: 40px;
}

.compare-header .compare-intem-top-price {
    line-height: 38px !important;
}

.compare-con .compare-intem-top:not(.active),
.compare-con-by .compare-intem-top-atr:not(.active),
.compare-con-by:not(.active) {
    display: none;
}

.compare-header .compare-next {
    right: 50% !important;
    margin-right: -606px !important;
}

.compare-header .compare-prev {
    left: 50% !important;
    margin-left: -606px !important;
}

.compare-next,
.compare-prev {
    display: none
}

.different {
    background: #FAEBE9 !important;
    color: #111 !important;
}

.compare-intem-b span {
    color: #999;
    line-height: 27px;
}

.compare-intem-b a {
    border-radius: 35px;
    border: 1px solid #eee;
    padding: 8px 25px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    color: #777;
    text-decoration: none;
    cursor: pointer;
    margin: 25px auto 0;
}

.compare-intem-b a:hover {
    background: var(--a-red);
    border: 1px solid var(--a-red);
    color: var(--white);
}

.compare-intem-b {
    position: relative;
}

.compare-intem-div-b {
    position: absolute;
    top: 50%;
    margin-top: -56px;
}

#mapModal {
    width: 70vw;
    height: 70vh;
    position: relative;
}

.mapModalClose {
    position: absolute;
    bottom: 15px;
    top: 45px;
    left: 15px;
    right: 15px;
}

.tt_popup_map h2 {
    font-size: 18px;
    color: #222;
    margin: -2px 0 5px 0;
    padding-bottom: 5px;
    border-bottom: 3px solid #444;
}

.compare-link a {
    padding: 0 0 0 10px !important;
}

.compare-link a .izbrannoe {
    border-right: 0;
}

.wrap-compare .wrap-content {
    min-height: 350px;
}

.wrap-compare a {
    color: var(--a-red)
}

.wrap-compare a:hover {
    color: #444
}

.pagination-widget__show-more-btn {
    border-radius: 8px;
    background-color: var(--white);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #f2f2f2;
    width: 100%;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 16px;
}

.pagination-widget__show-more-btn:hover {
    background-color: #f9f9f9;
}

.pagination-widget__pages {
    display: flex;
    justify-content: center;
    border-radius: 8px;
    background-color: var(--white);
    box-sizing: unset;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #f2f2f2;
    height: 48px;
    font-size: 16px;
    list-style: none;
    padding: 0;
    text-align: center;
    max-width: 92vw;
}

.pagination-widget__page_active {
    border: var(--white);
    border-bottom: solid 3px #fc8507;
    color: #fc8507;
}

.pagination-widget__page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 49px;
    cursor: pointer;
    color: #8c8c8c;
    font-weight: bold;
    font-size: 16px;
}

.pagination-widget__page:hover {
    background-color: var(--white) 7 da;
}


/* .pagination-widget__page_first {

}

.pagination-widget__page_prev {

}

.pagination-widget__page_next{

}

.pagination-widget__page_last {

} */

.pagination-widget__page_cna {
    cursor: not-allowed;
}

#main_ajax_filter_list {
    position: relative;
}

#ajax_filter_list_load {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 20;
}

@keyframes scale {
    0% {
        transform: scale(0);
    }
    25% {
        transform: scale(0.9, 0.9);
        background: rgb(250, 73, 50);
    }
    50% {
        transform: scale(1, 1);
        margin: 0 2px;
        background: rgb(250, 55, 29);
    }
    100% {
        transform: scale(0);
    }
}

@-o-keyframes scale {
    0% {
        -o-transform: scale(0);
    }
    25% {
        -o-transform: scale(0.9, 0.9);
        background: rgb(250, 73, 50);
    }
    50% {
        -o-transform: scale(1, 1);
        margin: 0 2px;
        background: rgb(250, 55, 29);
    }
    100% {
        -o-transform: scale(0);
    }
}

@-ms-keyframes scale {
    0% {
        -ms-transform: scale(0);
    }
    25% {
        -ms-transform: scale(0.9, 0.9);
        background: rgb(250, 73, 50);
    }
    50% {
        -ms-transform: scale(1, 1);
        margin: 0 2px;
        background: rgb(250, 55, 29);
    }
    100% {
        -ms-transform: scale(0);
    }
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(0);
    }
    25% {
        -webkit-transform: scale(0.9, 0.9);
        background: rgb(250, 73, 50);
    }
    50% {
        -webkit-transform: scale(1, 1);
        margin: 0 2px;
        background: rgb(250, 55, 29);
    }
    100% {
        -webkit-transform: scale(0);
    }
}

@-moz-keyframes scale {
    0% {
        -moz-transform: scale(0);
    }
    25% {
        -moz-transform: scale(0.9, 0.9);
        background: rgb(250, 73, 50);
    }
    50% {
        -moz-transform: scale(1, 1);
        margin: 0 2px;
        background: rgb(250, 55, 29);
    }
    100% {
        -moz-transform: scale(0);
    }
}

.wrapper2 {
    padding-left: 1em;
    padding-right: 1em;
    margin: auto;
    display: block;
    width: 195px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 999999;
}

.cssload-loader {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    margin: 3em;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background: rgb(0, 0, 0);
}

.cssload-loader,
.cssload-loader:before,
.cssload-loader:after {
    animation: 1.15s infinite ease-in-out;
    -o-animation: 1.15s infinite ease-in-out;
    -ms-animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out;
}

.cssload-loader:before,
.cssload-loader:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.cssload-loader {
    animation-name: cssload-loader;
    -o-animation-name: cssload-loader;
    -ms-animation-name: cssload-loader;
    -webkit-animation-name: cssload-loader;
    -moz-animation-name: cssload-loader;
}

@keyframes cssload-loader {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1);
        opacity: 0;
    }
}

@-o-keyframes cssload-loader {
    from {
        -o-transform: scale(0);
        opacity: 1;
    }
    to {
        -o-transform: scale(1);
        opacity: 0;
    }
}

@-ms-keyframes cssload-loader {
    from {
        -ms-transform: scale(0);
        opacity: 1;
    }
    to {
        -ms-transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-loader {
    from {
        -webkit-transform: scale(0);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes cssload-loader {
    from {
        -moz-transform: scale(0);
        opacity: 1;
    }
    to {
        -moz-transform: scale(1);
        opacity: 0;
    }
}

.profile-content {
    padding: 5px 0 0 25px;
    width: calc(100% - 269px);
    float: left;
}

.profile-head h1 {
    color: #222;
    font-size: 22px;
    margin: 6px 0 15px 3px;
}

.single-profile {
    padding: 5px 25px 10px 25px;
    background: var(--white);
    border: 1px solid #E9E9E9;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px !important;
    user-select: none;
    -webkit-user-select: none;
    padding: 5px 0;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
}

.main-menu {
    /*position: absolute;*/
}

.header-hotdeal {
    position: absolute;
}

[ui-pnotify].ui-pnotify.stack-bar-bottom {
    width: 70%;
}


/* --- Адаптация --- */

@media only screen and (max-width: 1240px) {
    .compare-next {
        right: -10px;
    }

    .compare-prev {
        left: -10px;
    }

    .compare-cats span[onclick="compareTab(this)"] {
        margin-bottom: 10px !important;
        display: inline-block
    }

    .wrap-compare-by h1 {
        padding: 25px 10px 15px
    }
}

@media only screen and (max-width: 1225px) {
    .profileWrapTableOrderZkBody {
        grid-template-columns: 1fr;
        grid-gap: 0rem;
    }

    .eOrderZk2::before,
    .eOrderZk3::before,
    .eOrderZk4::before,
    .eOrderZk5::before,
    .eOrderZk6::before,
    .eOrderZk7::before,
    .eOrderZk8::before {
        width: 110px;
        display: inline-block
    }

    .eOrderZk2 {
        background: #F7F7F7;
        padding: 10px 7px !important;
        font-size: 16px !important;
        font-weight: bold;
        overflow: hidden
    }

    .profileWrapTableOrderZk {
        display: none
    }

    .eOrderZk1 {
        display: none
    }

    .eOrderZk3 {
        font-weight: bold
    }

    .eOrderZk3::before {
        content: 'Артикул: ';
        font-weight: 200
    }

    .eOrderZk4 {
        font-weight: bold;
        text-align: left
    }

    .eOrderZk4::before {
        content: 'Количество: ';
        font-weight: 200
    }

    .eOrderZk5 {
        font-weight: bold
    }

    .eOrderZk5::before {
        content: 'Цена: ';
        font-weight: 200
    }

    .eOrderZk6 {
        font-weight: bold
    }

    .eOrderZk6::before {
        content: 'Сумма: ';
        font-weight: 200
    }

    .eOrderZk7 {
        font-weight: bold;
        text-align: left
    }

    .eOrderZk7::before {
        content: 'Наличие: ';
        font-weight: 200
    }

    .eOrderZk8 {
        font-weight: bold;
        text-align: left
    }

    .eOrderZk8::before {
        content: 'Дата поставки: ';
        font-weight: 200
    }
}

@media only screen and (max-width: 1200px) {
    .profileWrapTableOrderContent2 {
        grid-template-columns: 1fr !important;
        grid-gap: 0rem;
    }

    .raschetZk2::before,
    .raschetZk3::before,
    .raschetZk4::before,
    .raschetZk5::before,
    .raschetZk6::before {
        width: 110px;
        display: inline-block
    }

    .raschetZk1,
    .profileWrapTableOrderH2 {
        display: none
    }

    .raschetZk2 {
        background: #F7F7F7;
        padding: 10px 7px !important;
        font-size: 16px !important;
        font-weight: bold;
        overflow: hidden
    }

    .raschetZk3 {
        font-weight: bold
    }

    .raschetZk3::before {
        content: 'Организация: ';
        font-weight: 200
    }

    .raschetZk4 {
        font-weight: bold
    }

    .raschetZk4::before {
        content: 'Объект: ';
        font-weight: 200
    }

    .raschetZk5 {
        font-weight: bold
    }

    .raschetZk5::before {
        content: 'Дата: ';
        font-weight: 200
    }

    .raschetZk6 {
        font-weight: bold;
        text-align: left;
    }

    .raschetZk6::before {
        content: 'Статус: ';
        font-weight: 200
    }

    .raschetZk6 i {
        font-size: 16px !important;
    }

    .profileWrapTableOrderContent2 {
        border: 0;
    }

    .orgZk1,
    .profileTableOrgH {
        display: none
    }

    .orgZk1,
    .profileTableObjectH {
        display: none
    }

    .orgZk2 {
        background: #F7F7F7;
        padding: 10px 7px !important;
        font-size: 16px !important;
        font-weight: bold;
        overflow: hidden
    }

    .profileOrgContent {
        grid-template-columns: 1fr !important;
        grid-gap: 0rem;
    }

    .profileObjectContent {
        grid-template-columns: 1fr !important;
        grid-gap: 0rem;
    }

    .orgZk3::before,
    .orgZk4::before,
    .orgZk5::before,
    .orgZk6::before,
    .orgZk7::before {
        width: 110px;
        display: inline-block
    }

    .orgZk3 {
        font-weight: bold
    }

    .orgZk3::before {
        content: 'ИНН: ';
        font-weight: 200
    }

    .orgZk4 {
        font-weight: bold
    }

    .orgZk4::before {
        content: 'Должность: ';
        font-weight: 200
    }

    .orgZk5 {
        font-weight: bold
    }

    .orgZk5::before {
        content: 'Статус: ';
        font-weight: 200
    }

    .orgZk6 {
        font-weight: bold;
        text-align: left
    }

    .orgZk6::before {
        content: 'Избранное: ';
        font-weight: 200
    }

    .orgZk7 {
        font-weight: bold;
        text-align: left
    }

    .orgZk7::before {
        content: 'Действие: ';
        font-weight: 200
    }

    .objZk1,
    .profileTableOrgH2 {
        display: none
    }

    .objZk2 {
        background: #F7F7F7;
        padding: 10px 7px !important;
        font-size: 16px !important;
        font-weight: bold;
        overflow: hidden
    }

    .profileOrgContent2 {
        grid-template-columns: 1fr !important;
        grid-gap: 0rem;
    }

    .objZk3::before,
    .objZk4::before,
    .objZk5::before,
    .objZk6::before {
        width: 110px;
        display: inline-block
    }

    .objZk3 {
        font-weight: bold
    }

    .objZk3::before {
        content: 'Адрес: ';
        font-weight: 200
    }

    .objZk4 {
        font-weight: bold
    }

    .objZk4::before {
        content: 'Статус: ';
        font-weight: 200
    }

    .objZk5 {
        font-weight: bold;
        text-align: left
    }

    .objZk5::before {
        content: 'По умолчанию: ';
        font-weight: 200
    }

    .objZk6 {
        font-weight: bold;
        text-align: left
    }

    .objZk6::before {
        content: 'Действия: ';
        font-weight: 200
    }

    .header-ct-center {
        width: calc(100% - 525px);
    }

    .pull-right {
        padding-right: 10px;
    }

    #contents {
        width: calc(100% - 305px);
        padding: 0 15px 0 15px;
    }

    .footer > .container .footer-top {
        padding: 15px 15px 25px;
    }

    .footer-st .copyright {
        padding: 0 15px;
    }

    .short-by {
        width: 100%;
    }

    .orderby-order-container {
        position: absolute;
        display: inline-block;
        float: none;
        margin: -4px 0 30px 2px;
        top: 0;
        right: 161px;
    }

    .m-body #header-menu {
        width: 100%;
    }

    .footerLineKb::after {
        right: 208px;
    }

    .m-body .footerLineKb::after {
        right: 7px !important;
        top: -29px;
    }

    #footerLine {
        top: 228px;
        padding: 20px 15px;
    }

    .catalog-ordering {
        width: auto;
    }

    .short-filter {
        width: 100%;
        position: relative;
        height: 35px;
    }

    .contents-detail-view #container-view-product {
        width: calc(100% - 302px);
        padding-right: 15px;
    }

    .contents-detail-view .order-mar,
    .form-subscription {
        display: none !important;
    }

    .responsive-post-slider2 .resp-slider-container .slider .item .widget-post .widget-thumb .entry-content .item-text .description {
        height: 40px;
        overflow: hidden;
    }

    .m-body header .top .flytheme-logo {
        border-left: 1px solid var(--white) !important;
        border-right: 1px solid var(--white) !important;
        background-color: var(--white) !important;
        padding: 14px 30px 9px 10px !important;
    }

    .start-bg .vc_col-sm-7,
    .start-bg .vc_col-sm-5 {
        width: 100%;
    }

    .ns_podbor_b2 {
        display: none
    }

    .ns_podbor {
        grid-template-columns: 1fr 1fr !important;
        grid-gap: 1rem !important;
    }

    .ns_podbor_b1 input {
        width: calc(100% - 30px) !important;
    }

    .ns_podbor_b3 {
        margin-top: 11px;
    }

    .ns_podbor_b1 .block_cont_field_i2 {
        border-radius: 3px !important;
    }

    .page-uzel-ucheta-left img {
        display: none;
    }

    .grid-page-uzel-ucheta {
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }

    .page-uzel-ucheta-left,
    .page-uzel-ucheta-right {
        float: right
    }

    .page-uzel-ucheta-left-tt {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 1rem;
        margin: 25px 0 0 0;
    }

    .page-uzel-ucheta-left-tt-dev1,
    .page-uzel-ucheta-left-tt-dev2,
    .page-uzel-ucheta-left-tt-dev3,
    .page-uzel-ucheta-left-tt-dev4,
    .page-uzel-ucheta-left-tt-dev5,
    .page-uzel-ucheta-left-tt-dev6,
    .page-uzel-ucheta-left-tt-dev7,
    .page-uzel-ucheta-left-tt-dev8 {
        position: relative;
        top: 0;
        margin: 0 0 25px 0;
    }

    .page-uzel-ucheta-right-add {
        right: 0;
    }

    .addSistemBlock {
        border: 0;
        margin: 20px 0;
        padding: 0 2px
    }

    .bt-line-n,
    .addSistemBlock::after,
    .addSistemBlock::before,
    .lineBlueBottom,
    .bt-line-n2,
    .addSistemBlock .lineRedBottom,
    .addSistemBlock .lineBlue,
    .lineRed,
    .addCont::after,
    .addCont::before {
        display: none !important;
    }

    .pb1 {
        display: none
    }

    .pb2 {
        display: table;
        margin: 15px auto 25px;
    }

    .products-loop {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media only screen and (max-width: 1180px) {
    .teplo-grid-b2-img {
        display: none
    }

    .teplo-grid-tp {
        grid-template-columns: 1fr 0 1fr !important;
        grid-gap: 1rem !important;
    }

    .grid-mn-proect {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 1120px) {
    .slick-slider {
        width: calc(100% - 140px)
    }

    /*#home-count, #home-block-energiya, .home-menu-slider {*/
    /*    display: none*/
    /*}*/
    .slider-overlay-content {
        right: 0;
    }
}

@media only screen and (max-width: 1120px) {
    #header-menu {
        display: block !important;
        position: absolute;
        height: 53px;
        background: #DDDDDD;
        top: 175px;
        right: 0;
        width: calc(100% - 269px);
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

    .m-body #header-menu {
        position: fixed !important;
        z-index: 99;
        height: 70px !important;
        background: var(--white) !important;
        width: 100% !important;
        top: 0 !important;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) !important;
        -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) !important;
        -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) !important;
    }

    #header-menu .fa-search,
    #header-menu .fa-shopping-basket,
    #menu-my-wishlist,
    #menu-primary-menu-1 {
        display: none
    }

    #header-menu .nav-mob {
        display: inline-block;
        top: 10px;
    }

    #header-menu .header-menu-right i {
        line-height: 60px;
    }

    #header-menu .header-menu-right i span {
        top: 11px;
        border: 2px solid #ddd;
    }

    .my-account .user-profile {
        border-right: 1px solid #CACACA;
        padding-right: 10px;
    }

    .m-body .header-menu-right i {
        line-height: 70px !important;
    }

    .m-body .header-menu-right i span {
        top: 15px !important;
        border: 2px solid var(--white) !important;
    }

    .m-body .fa-shopping-basket {
        display: inline-block !important;
    }

    .m-body .footerLineKb::after {
        right: 70px !important;
    }

    #left_menu.primary-menu-left {
        display: none;
    }

    .header-bottom {
        background-color: #DDDDDD;
    }
}

@media only screen and (max-width: 1060px) {
    .products-loop {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 1024px) {
    .products-loop {
        grid-template-columns: 1fr 1fr;
    }

    .table-responsive-zk .progressLine {
        display: none
    }

    .table-responsive-zk .progressLineActive {
        display: block;
        margin-left: -20px !important;
        width: calc(100% + 20px);
    }
}

@media only screen and (max-width: 1000px) {
    .footer-top {
        display: none;
    }

    #content-view .order-img-galerey {
        float: left;
        width: 40%;
    }

    #content-view .order-img-galerey-text {
        width: calc(60% - 15px);
    }

    .pm-table {
        grid-template-columns: 1fr;
        grid-gap: 0rem;
    }

    .pm-table-form {
        padding: 0;
    }

    .pm-table-img {
        display: none
    }

    .teplo-txt {
        margin-bottom: 40px !important;
    }

    .nasos-txt-img {
        background: url('../images/1/repair.png') no-repeat top 25px right 0;
        background-size: 200px auto;
        padding-right: 220px;
        min-height: 230px;
    }
}

@media only screen and (max-width: 980px) {
    .teplo-grid-tp {
        grid-template-columns: 1fr !important;
        grid-gap: 0rem !important;
    }

    .teplo-grid-bt .block_cont_over {
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }

    .teplo-txt-img {
        padding-right: 42% !important;
        background-size: 40% auto !important;
    }
}

@media only screen and (max-width: 950px) {
    .uslugi {
        padding: 25px 0 0;
    }

    .uslugi .uslugi-col-4 {
        width: calc(50% - 24px);
        margin-bottom: 45px;
    }

    .catalog-list-view .cat-products-entry {
        grid-template-columns: 100%
    }

    .catalog-list-view .cat-right {
        display: none
    }

    .block-energiya {
        display: none;
    }

    .catalog-list-view .category-wrap li h4 {
        color: #222;
        font-size: 19px;
    }

    .br-block2 {
        grid-template-columns: 49% 1fr;
    }

    .atri-proect-grid-left,
    .atri-proect-grid-right,
    .atri-proect-grid {
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }

    .atri-proect-grid-left img,
    .atri-proect-grid-right img,
    .atri-proect-grid img {
        max-width: 300px !important;
        margin: 0 auto;
        display: table
    }

    .atri-proect-grid-right img {
        display: none
    }

    .orderZk2,
    .profileWrapTableOrderH {
        display: none
    }

    .profileWrapTableOrderContent {
        grid-template-columns: 1fr !important;
    }

    .profileWrapTableOrderContent {
        border-bottom: 0;
        padding-bottom: 20px;
    }

    .orderZk6 i {
        font-size: 16px !important;
    }

    .orderZk2,
    .orderZk3,
    .orderZk4,
    .orderZk5,
    .orderZk6 {
        padding: 2px 10px !important;
    }

    .orderZk3 {
        background: #F7F7F7;
        padding: 10px 7px !important;
        font-size: 16px !important;
        font-weight: bold;
        overflow: hidden;
    }

    .orderZk4 {
        font-weight: bold;
        text-align: left;
    }

    .orderZk4::before {
        content: 'Номер продажи: ';
        font-weight: 200
    }

    .orderZk5 {
        font-weight: bold;
        text-align: left;
    }

    .orderZk5::before {
        content: 'Дата заявки: ';
        font-weight: 200
    }

    .orderZk6 {
        font-weight: bold;
        text-align: left;
    }

    .orderZk6::before {
        content: 'Статус: ';
        font-weight: 200
    }

    .profileWrapTableContent {
        grid-template-columns: 1fr !important;
        grid-gap: 0rem;
    }

    .specZk3::before {
        width: 120px;
        display: inline-block
    }

    .specZk4::before {
        width: 110px;
        display: inline-block
    }

    .specZk1,
    .profileWrapTableH {
        display: none
    }

    .specZk2 {
        background: #F7F7F7;
        padding: 10px 7px !important;
        font-size: 16px !important;
        font-weight: bold;
        overflow: hidden
    }

    .specZk3 {
        font-weight: bold
    }

    .specZk3::before {
        content: 'Дата: ';
        font-weight: 200
    }

    .specZk4 {
        font-weight: bold
    }

    .specZk4::before {
        content: 'Действия: ';
        font-weight: 200
    }

    .portfolio-grid {
        grid-template-columns: 300px 1fr;
    }
}

@media only screen and (max-width: 900px) {
    .sidebar-top .block-text,
    .products-nav .view-mode {
        display: none
    }

    .short-by {
        margin-top: 18px;
    }

    header .mycart {
        display: none !important;
    }

    #header-menu .fa-shopping-basket {
        display: inline-block !important;
    }

    .header-ct-center {
        width: calc(100% - 272px) !important;
    }

    #footerLine {
        top: 230px;
    }

    .catalog-ordering {
        margin-top: 18px;
    }

    .lineWrapTableH {
        display: none;
    }

    .btable-div {
        display: block;
    }

    .btable-div .image,
    .btable-div .title,
    .btable-div .count,
    .btable-div .weight,
    .btable-div .wigoodprice,
    .btable-div .prod-total-cost,
    .btable-div .cart-ico {
        display: inline-block
    }

    .btable-div .image {
        width: 40px;
    }

    .btable-div .title {
        width: calc(100% - 60px);
        float: right;
        padding: 24px 0;
        display: block
    }

    .btable-div .weight,
    .btable-div .wigoodprice,
    .btable-div .prod-total-cost,
    .btable-div .cart-ico {
        line-height: 55px;
        padding: 0 0 0 15px;
    }

    .btable-div .cart-del-pz {
        padding: 0 15px;
    }

    .breadcrumbs-one {
        margin-bottom: 65px !important;
    }

    .user-razmestit-zacaz {
        position: relative;
        top: 50px;
        left: -14px;
        width: 206px;
        display: block;
    }
}

@media only screen and (max-width: 850px) {
    #content-view .order-img-galerey {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    #content-view .order-img-galerey-text {
        width: 100%;
        padding: 0 !important
    }

    .slick-slider,
    .img-slider {
        display: none !important;
    }

    .footer .pull-right {
        width: calc(100% - 10px) !important;
    }

    #ul-slide-select {
        right: 0;
    }

    .v-rz,
    .v-login {
        display: none
    }

    .grid-reg-cont,
    .grid-reg-text {
        grid-template-columns: 1fr;
    }

    .promo-text-box {
        padding: 0 10px
    }

    .nasos-div-img,
    .nasos-stan-grid-right {
        display: none;
    }

    .nasos-div-img-grid,
    .nasos-stan-grid,
    .portfolio-grid {
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
}

@media only screen and (max-width: 820px) {
    .footer .copyright {
        height: auto;
        padding-bottom: 15px;
    }

    .footer .pull-left,
    .footer .pull-right {
        float: none;
        width: 100%;
        text-align: center;
    }

    .block-news-inf-row .item {
        width: calc(100% - 30px) !important;
    }

    .cart-bot-home-bot p,
    .cart-bot-home-bot-bg p,
    .cart-bot-home p {
        display: none
    }

    .cmm-box-right {
        display: block;
        text-align: center;
    }

    #bsum {
        text-align: right;
    }

    .cmm-box-right div {
        margin-bottom: 10px;
    }

    .cmm-box-right div:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 780px) {
    #content-view .nav-tabs li a {
        font-size: 12px;
        padding: 8px 7px;
    }

    #mapModal {
        width: 250px;
    }
}

@media only screen and (max-width: 720px) {
    #divLoading {
        display: none
    }

    #contents {
        width: calc(100% - 30px)
    }

    .socials-header,
    .header-bottom,
    .socials-header,
    .sidebar-top-right,
    .flytheme-logo,
    #sidebar-top-header {
        display: none
    }

    #sidebar-top-header {
        position: absolute;
        top: 64px;
        z-index: 99;
        background: var(--white);
        width: calc(100%);
    }

    .flytheme_top .top-form.top-search button.form-button {
        line-height: 52px !important;
    }

    .search_result {
        width: calc(100% + 24px);
        top: 32px;
        left: 0;
    }

    #sidebar-top-header .search-form {
        width: 100%
    }

    #sidebar-top-header .top-form.top-search {
        border-radius: 0
    }

    #sidebar-top-header .top-form.top-search button.form-button {
        border-radius: 28px 0 0 28px;
        top: -2px;
        right: -3px;
        background: #eee;
        color: #222;
    }

    .m-body #sidebar-top-header {
        position: fixed !important;
        top: 22px !important;
    }

    .top-form.top-search {
        width: calc(100% + 4px) !important;
        margin-right: 0 !important;
    }

    header .top .row {
        background: var(--white)
    }

    #header-menu {
        position: relative;
        top: 0;
        width: 100%;
        z-index: 99
    }

    .header-app {
        display: none;
    }

    header .top-header {
    }

    header .top .flytheme-logo {
        padding: 30px 0 25px 0;
        border: 0;
        width: 100%;
    }

    #sidebar-top {
        width: 100%;
    }

    #sidebar-top,
    .sidebar-top-right {
        width: calc(100%);
        float: none;
        padding-right: 0 !important;
    }

    .sidebar-top-right {
        display: inline-block;
        margin: 0 auto;
    }

    .header-menu-right {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    }

    #header-menu,
    .m-body #header-menu {
        background: #444 !important;
        border-top: 1px solid #222;
        border-bottom: 1px solid #222;
    }

    .m-body header .flytheme-logo {
        display: none
    }

    #header-menu .header-menu-right i {
        line-height: 51px !important;
        text-align: center;
    }

    #header-menu .header-menu-right i span {
        top: 9px;
        border: 2px solid #444;
    }

    #header-menu {
        height: 50px
    }

    #header-menu .nav-mob {
        top: 13px;
    }

    #nav-icon span {
        background: var(--white)
    }

    .m-body #header-menu {
        height: 56px !important;
    }

    .m-body .header-menu-right i {
        line-height: 58px !important;
        height: 58px !important;
    }

    .m-body .header-menu-right i span {
        top: 10px !important;
        border: 2px solid #444 !important;
    }

    .m-body #header-menu .nav-mob {
        top: 16px !important;
    }

    #sidebar-top .nav_menu-2 {
        display: none
    }

    #sidebar-top {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
        text-align: center
    }

    .lang_sel .pl_style {
        border-left: 1px solid #CACACA;
        border-right: 1px solid #CACACA;
    }

    .t_kurs,
    .user-profile {
        border: 0 !important;
    }

    .my-account .user-profile {
        padding-right: 0;
        padding-left: 10px;
    }

    .switch_lang {
        width: 92px;
        left: 50%;
        margin-left: -69px !important;
    }

    .currency_switcher {
        width: 82px;
        left: 50%;
        margin-left: -50px;
        padding: 10px 15px 8px;
    }

    ul.currency_switcher li {
        margin: 0 4px 6px 0;
        padding: 0 10px 6px 10px;
    }

    .widget_nav_menu_user_no .pull-right {
        padding-right: 0 !important;
    }

    .widget_nav_menu_user_no {
        left: 50% !important;
        margin-left: -100px;
    }

    .widget_nav_menu_user {
        left: 50% !important;
        margin-left: -117px;
    }

    .footerLineKb::after {
        right: 34%;
        top: -29px;
    }

    #footerLine {
        top: 52px;
    }

    .footerLineKb::after {
        display: none
    }

    .m-body #footerLine {
        top: 58px;
    }

    .m-body .footerLineKb::after {
        right: 34% !important;
    }

    .orderfilter-order-container {
        display: block
    }

    .overflow-n #m-filter-header {
        display: block
    }

    #divLoading {
        display: none;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999999;
        overflow-y: auto;
        background: rgba(255, 255, 255, 0.97);
    }

    .contents-detail-view #container-view-product {
        width: calc(100% - 30px);
        padding: 0 15px;
    }

    #container-sld-rel {
        margin-top: -7px;
    }

    .catalog-list-view .cat-products-entry {
        grid-template-columns: 60% 1fr
    }

    .catalog-list-view .cat-right {
        display: inline-block
    }

    .menu-list {
        top: 57px;
        height: calc(100vh - 57px);
        z-index: 999999 !important
    }

    .widget-menu {
        display: none
    }

    #shopify-section-blog-sidebar {
        width: 100%;
        border-radius: 0;
        margin-top: -5px;
    }

    #shopify-section-blog-template,
    #contents {
        width: calc(100% - 15px);
    }

    .index-wilo-pm {
        width: calc(100% - 50px);
        padding: 0 25px;
    }

    .breadcrumb {
        width: calc(100vw - 42px);
    }

    .news-br1 {
        margin: 0 auto;
    }

    .blog-post-wrapper {
        width: calc(100% - 15px)
    }

    #header-menu .active-cart {
        color: #eee !important;
    }

    #header-menu .fa-search {
        display: block;
        color: #eee !important;
        line-height: 52px !important;
    }

    .profile-left,
    .profile-left2 {
        width: 100%;
        clear: left;
        margin-bottom: 25px;
        height: auto !important;
    }

    .profile-content {
        width: 100% !important;
        margin-right: 15px;
        margin-left: -10px;
    }

    .single-right-user {
        float: none;
        width: calc(100% - 0);
        clear: both
    }

    .user-heading-h1 {
        padding: 0 10px
    }

    .breadcrumbs-one {
        padding: 0 10px;
    }

    .user-razmestit-zacaz {
        left: -3px;
    }

    .user-grid-a {
        grid-template-columns: 0 1fr;
        grid-gap: 0rem;
    }

    .single-right {
        width: calc(100% - 52px);
        margin: 25px 0 0;
        clear: both;
        float: none
    }

    .profile-left2 {
        width: 100% !important;
    }

    .breadcrumbs-one2,
    .breadcrumbs-one3 {
        width: calc(100% - 20px) !important;
    }

    .breadcrumb {
        display: none
    }
}

@media only screen and (max-width: 640px) {
    .catalog-list-view .cat-products-entry {
        grid-template-columns: 100%
    }

    .catalog-list-view .cat-item h4 {
        text-align: center
    }

    #flytheme-totop {
        display: none !important;
    }

    .block-popup-login .registered-account,
    .block-popup-login .login-customer {
        width: 100%;
    }

    .block-popup-login .login-customer {
        margin-top: 15px;
    }

    .grid-page-uzel-ucheta-left {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 550px) {
    .widget_icl_lang_sel_widget {
        display: none
    }

    /*#sidebar-top {grid-template-columns: 35% 1fr;}*/
    .uslugi {
        padding: 25px 0 0;
    }

    .uslugi .uslugi-col-4 {
        width: calc(100% - 30px);
        margin-bottom: 45px;
        padding: 0 15px;
    }

    #container-sld-rel {
        height: 380px;
    }

    #slides .slide .title,
    #slides .slide .title2 {
        font-size: 26px;
        top: 1%;
        width: calc(100% - 40px);
        text-align: center;
    }

    #slides .slide .title2 {
        top: 8% !important;
    }

    #slides .slide .p1 {
        top: 25%;
        font-size: 16px;
    }

    #slides .slide .slider-a-bot {
        top: 56%
    }

    #slides .slide .slider-a-bot {
        left: 50%;
        margin-left: -70px !important;
    }

    #ul-slide-select {
        position: absolute;
        left: 50% !important;
        margin-left: -78px;
        bottom: -20px;
    }

    .wpcf7-text {
        width: calc(100% - 48px) !important;
        margin-bottom: 0 !important;
        margin-top: 15px;
    }

    #slides .slide .p1 {
        width: calc(100% - 40px);
        text-align: center
    }

    .br-block1,
    .br-block2 {
        grid-template-columns: 1fr;
    }

    .br-block1 img {
        display: none
    }

    .products-loop {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 500px) {
    .page-bod .action_button {
        max-width: 100% !important;
        width: auto !important;
    }

    /*#header-menu .fa-balance-scale {display: none}*/
    .grid-vkladka-uzel-ucheta {
        grid-template-columns: 1fr
    }

    .page-uzel-ucheta-left-tt {
        grid-template-columns: 1fr 1fr;
    }

    .grid-vkladka-uzel-ucheta div {
        border-right: 0
    }
}

@media only screen and (max-width: 480px) {
    .category-wrap {
        grid-template-columns: 100%;
    }

    .footerLineWrapB1Span {
        display: none !important;
    }

    #btable {
        margin-top: 15px;
    }

    .teplo-txt-img {
        padding-right: 0 !important;
        background: none !important;
    }
}

@media only screen and (max-width: 450px) {
    .contents-detail-view #content-view .nav-tabs li {
        display: block;
        list-style-type: none;
        margin-bottom: 10px;
        border-radius: 4px;
        padding: 5px;
    }

    .nasos-txt-img {
        background: none;
        background-size: 200px auto;
        padding-right: 0;
        min-height: 230px;
    }

    .footerLineWrapB1 h4 {
        font-size: 18px;
    }

    .wrap-compare-by h1 {
        font-size: 16px;
        line-height: 23px;
    }
}

@media only screen and (max-width: 360px) {
    .contents-detail-view .tab-pane h2 {
        font-size: 18px !important;
    }

    .contents-detail-view .shop_attributes {
        font-size: 13px;
    }

    .contents-detail-view #tab-reviews a {
        font-size: 13px;
    }
}

.sum_original {
    font-size: 75% !important;
    color: #999;
    font-weight: 400 !important;
    text-decoration: line-through;
    margin-left: 10px;
}

.catalog-list-view {
    min-height: 600px;
}

.item-wrap {
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 7px;
    padding: 5px;
    position: relative;
    vertical-align: middle;
    display: inherit;
    height: 100%;
}

.item-wrap img {
    max-width: 300px;
    width: 100% !important;
    height: auto !important;
    vertical-align: middle;
}

.responsive-slider .item-wrap:hover {
    border: 1px solid var(--a-red);
}

.responsive-slider .item-wrap:hover .item-bottom a {
    border: 1px solid var(--a-red);
    background-color: var(--a-red);
    color: var(--white)
}

.item-wrap .item-bottom a {
    display: inline-block;
    font-size: 14px;
    color: #555;
    padding: 0 26px;
    height: 46px;
    line-height: 44px;
    border: 1px solid #ddd;
    border-radius: 25px;
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -75px;
    z-index: 5;
    background-color: var(--white);
    text-decoration: none;
    text-transform: uppercase;
}


/* Пагинация */

.pagination .page-item .page-link {
    color: var(--a-red);
    background-color: var(--white);
}

.pagination .page-item .page-link:hover {
    border: 1px solid var(--a-red);
}

.pagination .page-item.active .page-link {
    background-color: var(--a-red);
    border: 1px solid var(--a-red);
    color: var(--white);
}

.pagination .page-item.disabled .page-link {
    color: #6c757d;
    background-color: var(--white);
    border-color: #dee2e6;
}

.favorite-btn-active {
    color: var(--a-red);
}

.favorite-btn {
    cursor: pointer;
}

.favorite-btn:hover {
    color: var(--a-red);
}

.favorite-btn-active:hover {
    color: #555 !important;
}

.favorite-btn:after {
    display: none !important;
}

.modal-dialog-share {
    max-width: fit-content;
}

.modal-dialog-share .modal-content {
    border: 1px solid var(--a-red);
}


/* input */

.input-text {
    height: 40px;
    border: 1px solid #ddd;
    font-size: 13px;
    color: #555;
    padding: 0 20px;
    width: 100%;
    border-radius: .25rem;
}

.input-text:focus,
.form-control:focus {
    border: 1px solid var(--a-red) !important;
    box-shadow: none !important;
}


/* input */


/* checkbox */

.checkbox-input {
    visibility: hidden;
}

.checkbox-label {
    position: relative;
    padding-left: 35px;
    padding-top: 3px;
    cursor: pointer;
}

.checkbox-label:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 4px;
    top: 4px;
    border-radius: 15%;
}

.checkbox-border {
    width: 18px;
    height: 18px;
    display: inline-block;
    outline: solid 3px var(--a-red);
    border-radius: 15%;
    position: absolute;
    left: 0;
    top: 0;
}

.checkbox-input:checked + .checkbox-label:after {
    transition: all 0.5s;
    background-color: var(--a-red);
}


/**/

.custom-required-checkbox.custom-control {
    padding-left: 2.1rem;
}

.custom-required-checkbox .custom-control-label {
    line-height: 28px;
}

.custom-required-checkbox .custom-control-label::before,
.custom-required-checkbox .custom-control-label::after {
    top: 0;
    width: 26px;
    height: 26px;
    left: -33px;
}

.custom-required-checkbox .custom-control-label::before {
    border: 3px solid var(--a-red);
}

.custom-required-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--a-red);
    border-style: dotted;
}

.custom-required-checkbox .custom-control-label::after {
}

.custom-required-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--a-red);
}


/* checkbox */

.toggle-radio {
    margin: 0 0 1.5rem;
    box-sizing: border-box;
    font-size: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: stretch;
    font-size: 15px;
}


/* Radio */

.radio-input {
    visibility: hidden;
}

.radio-label {
    position: relative;
    padding-left: 35px;
    padding-top: 3px;
    cursor: pointer;
}

.radio-label:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 4px;
    top: 4px;
    border-radius: 50%;
}

.radio-border {
    width: 20px;
    height: 20px;
    display: inline-block;
    outline: solid 3px var(--a-red);
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.radio-input:checked + .radio-label:after {
    transition: all 0.5s;
    background-color: var(--a-red);
}


/* Radio */

@media only screen and (max-width: 768px) {
    .news-block {
        grid-template-columns: 1fr !important;
    }

    .news-calendar {
        margin: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .news-info-col {
        padding: 0;
    }
}
