
.addtocart-button.btn.btn-primary.vkorzine {
    opacity: 0.5;
}
#filterinsert .col-md-3 {
    margin: 0;
    padding: 0;
    border: solid 1px green;
}
.selectboxit.filter_new.selectboxit-enabled.selectboxit-btn {
    width: 100% !important;
}
.selectboxit-container {
    width: 100%;
}
.selectboxit.filter_new.selectboxit-enabled.selectboxit-btn {
    padding: 0 10px;
}
.selectboxit-text {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
.noresults {
    font-size: 30px;
    color: red;
    margin: 10px 0 50px 0;
    padding: 40px 0;
    display: inline-block;
}
.selectboxit-option.selectboxit-option-first.selectboxit-selected a {
    color: red;
}
.one_butt {
    width: 50%;
    float: left;
}
.twobuttons {
    margin: 10px 0;
    width: 100%;
    display: inline-block;
}
.info_block {
    display: inline-block;
    width: 100%;
}

.product_recomm .spacer.product-container {
    margin: 20px calc(var(--spacing) * 3);

}
@media (max-width: 767px) {
    .dimvals {
        margin: 0;
    }
    .product_recomm .spacer.product-container {
        margin: 20px calc(var(--spacing) * .5);

    }
}
.vertical-center-3.slider.slick-initialized.slick-slider {
    margin: 3px 0 20px;
}
.recomttl {
    font-size: 18px;
    line-height: 22px;
    margin: 5px 0;
    text-align: left;
    text-transform: none;
    color: green;
    min-height: 38px;
    font-weight: bold;
}


.one_dostavka.nalich .fa.fa-check-circle-o {
    font-size: 20px;
    color: green;
}

.nal_vvvl.odincl {
    color: var(--color-red-500);
}

.one_butt .btn.btn-success {
    margin: 0 3px 0 0;
    display: block;
    font-size: 10px;
    text-align: center;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/*a {
    background: transparent;
}*/

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
    border: 0;
}
a img {
    border: none;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* =================================================*/
/* THEME VARIABLES
====================================================*/
/* Typography */
/* Colors */
/* Navigation */
/* =================================================*/
/* BOOTSTRAP VARIABLES
====================================================*/
/* Content:

  1. Typography
  2. Global layout
  3. Module positions
  . Modules
  . Main content  (Joomla)
  . Main content  (VirtueMart)


  . Utility classes
  . Media query styles

*/
/*Default styling*/
/*========================================================
                    1. Typography
=========================================================*/
@media (min-width: 1200px) {
    .newblog.category .main-row .container {
        width: 1200px !important;
    }


}


.mod_virtuemart_product .module_title {
    text-align: center;
    padding: 20px 0;
    font-size: 28px;
}
h1 {
     font-family: 'Roboto', sans-serif;
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-gray-800);
/*    text-transform: uppercase;*/
    text-align: center;
    border: 0;
    padding: 0px;
    margin: 0;
    margin-bottom: calc(var(--spacing) * 10);
}
h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    line-height: 36px;
    font-weight: 400;
    color: #5b5b5b;
/*    text-transform: uppercase;*/
    text-align: center;
    border: 0;
    margin: 0;
    background: none;
}
/*
h1,
h2 {
    margin: 0 0 35px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    line-height: 40px;
    font-size: 25px;
    padding: 14px 30px 13px;
    background: none;
    border: 1px solid #d4d4d4;
}
*/
h3,
h4 {
    margin: 0 0 10px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #444444;
    background: none;
}

@media (min-width: 320px) and (max-width: 767px) {
    h1,
    h2,
    h3,
    h4 {
        margin: 0 0 20px 0;
    }
  h1,
h2 {
    margin: 0 0 15px 0;
    line-height: 30px;
    font-size: 22px;
    padding: 10px 20px 10px;
}
}

h1 > a,
h2 > a,
h3 > a,
h4 > a {
    color: #000;
}

h4.alert-heading {
    background: none;
    padding: 0;
    border: none;
  display: none;
}

h5 {
    margin: 0 0 10px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #000;
    text-transform: none;
    line-height: 28px;
    font-size: 18px;
}

h5 > a {
    color: #000;
}

h2 {
    margin-bottom: 20px;
}

.blog-item_heading .article_title, .article-view .article_title {
    background: none;
    padding: 14px 40px 13px 30px;
    margin-bottom: 50px;
    font-size: 40px;
    color: #5b5b5b !important;
    border: 0;
    text-align: center;
}
@media (max-width: 800px) {
.blog-item_heading .article_title, .article-view .article_title {
    padding: 14px 40px 13px 30px;
    margin-bottom: 25px;
    font-size: 26px;
}
}
a {

    outline: none;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
a:not([class*="text-"]):not([class*="btn-"]) {
    color: #00931f;
}
a:hover,
a:focus {
    text-decoration: none;

}
a:not([class*="text-"]):not([class*="btn-"]):hover,
a:not([class*="text-"]):not([class*="btn-"]):focus {
    color: #f87f5e;
}

/* articles content */
.article-view h3 {
    margin-bottom: 0.5em;
    margin-top: 1em;
}

/*========================================================
                    2. Global layout
=========================================================*/
html {

}

/*Sticky footer*/
* {
/*    margin: 0;*/
}

body {
    height: 100%;
    background: #5bbf6f;
    font: normal 16px/20px 'Noto Sans', sans-serif;
    color: #141414;
    line-height: 150%;
}

#wrapper.z-index {
    position: relative;
}

.cotainer-top {

    position: relative;background: #e9e9e9;

}

body#print {
    background: #f2f2f2;
    padding: 20px 20px 30px 20px;
    height: 100%;
    width: auto;
}

body#print .page_heading {
    padding: 0;
}


#sbox-content iframe {
    width: 100% !important;
    height: 100% !important;
}

#wrapper {
    /* min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -48px; */
}

#footer {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/* Buttons */
.btn,
.button,
.slideshowck .btn,
.slideshowck .btn:hover,
.btn.disabled {
    border: none;
    padding-block: calc(var(--spacing) * 3);
    padding-inline: calc(var(--spacing) * 4);
    font-size: 16px;
    line-height: 16px;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border-radius: var(--radius-lg);

}

@media (min-width: 320px) and (max-width: 767px) {
    .btn,
    .button,
    .slideshowck .btn,
    .slideshowck .btn:hover,
    .btn.disabled {
        font-size: 14px;
    }
}

.btn-default {
    background: var(--color-white);
    color: var(--color-green-600);
    border-style: var(--tw-border-style);
    border-width: 1px;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    background: var(--color-gray-200);
    color: var(--color-green-600);
}

.btn-primary {
    background: var(--color-green-800);
    border: none;
    color: var(--color-white);
    text-shadow: none;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: var(--color-gray-800);
    color: var(--color-white);
}

#searchForm .search-form_section {
    padding-top: 20px;
}

#searchForm #search-searchword {
    margin-right: 10px;
    height: 50px;
}

#searchForm .btn-default {
    margin-top: 1px;
    margin-right: 5px;
}

#searchForm .search_intro {
    padding-top: 3px;
}

#searchForm .ordering {
    padding-top: 12px;
}

/* Tables */
table {
    font-size: 1em;
}

.aside .listing__grid {
    margin: 0;
}

@media (max-width: 480px) {
    .listing__banners .item {
        width: 100% !important;
    }

    .listing__grid .item {
        width: 100% !important;
    }

    .listing__grid .item__category {
        width: 50% !important;
    }
}

@media (max-width: 1024px) and (min-width: 480px) {
    .listing__grid .item__category {
        width: 50% !important;
    }

    .listing__list {
        margin: 0 -15px 40px;
        overflow: hidden;
    }

    .listing__list .item__manufacturer {
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 15px;
        width: 50%;
    }
}

@media (max-width: 1024px) {
    .showcase .listing__banners .item-1 {
        margin-bottom: 0px;
    }
}

@media (max-width: 480px) {
    .showcase .listing__banners .item-1 {
        margin-bottom: 0px;
    }
}
@media (max-width: 480px) {


    .listing__grid .item {
        width: 100% !important;
    }
    .product_wrap {
        padding: 2px 0 !important;
    }
}

/*========================================================
                    3. Layout elements (module positions)
=========================================================*/
/* Top
========================================================*/
.top-row {
    background: #3391be;
    padding: 0;
    width: 100%;
    min-height: 45px;
    z-index: 5;
}

@media (max-width: 480px) {
    .top *[class^="col-"] {
        width: 100%;
        float: none;
    }

    .mod-currency-selector {
        text-align: center;
    }
}

/*Top menu*/
.moduletable__top-menu {
    padding: 14px 0 6px 0;
    float: none;
}

@media (min-width: 320px) and (max-width: 767px) {
    .moduletable__top-menu {
        float: none;
    }

}

@media (min-width: 320px) and (max-width: 767px) {
    .moduletable__top-menu ul {
        text-align: center;
        margin: 0 auto;
        width: auto;
        display: table;
    }
}

.moduletable__top-menu ul .active a {
    color: #fff;
}

.moduletable__top-menu ul li:first-child {
    background: none;
    padding-left: 0;
}

.moduletable__top-menu ul li {
    margin: 0;
    padding: 0 9px 0 11px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    background: url(../images/divider-top-menu.png) left center no-repeat;
    font-family: Tahoma, Geneva, sans-serif;
}

@media (min-width: 320px) and (max-width: 767px) {
    .moduletable__top-menu ul li {
        padding: 0 10px 0 10px;
    }
}

.moduletable__top-menu ul li a {
    padding: 0;
    font-weight: 400;
    color: #fff;
}

.moduletable__top-menu ul li a:hover {
    color: #000;
    background: none;
}

/* Header
========================================================*/
.header-row {
    padding: 8px 0;
    background: #f6f6f6;
    min-height: 133px;
    width: 100%;
    z-index: 4;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .header-row {
        padding: 5px 0 0 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-row {
        padding: 20px 0 25px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .header-row {
        padding: 20px 0 0px;
    }
}

.header-row .mod_custom {
text-align: left;
    font-size: 12px;
    color: #3e454c;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
    .header-row .mod_custom {
        text-align: center;
    }
}

.header-row .mod_custom span {
    /* font-size: 26px; */
    /* color: #616562; */
}

.pseudoStickyBlock {
    display: none !important;
}

.navigation.isStuck {
    -webkit-transform: translateZ(0);
    width: 100%;
    height: auto;
    background: #5bbf6f;
    float: none;
    left: 0;
    position: sticky!important;
    z-index: 1100;
}

.navigation.isStuck .mod_superfish_menu {
    /* display: table; */
    width: auto;
    text-align: left;
    float: none;
}

@media (min-width: 320px) and (max-width: 767px) {
    .navigation.isStuck .mod_superfish_menu {
        display: none;
    }
}

.navigation.isStuck .navigation ul > .fa {
    right: -8px;
}

.navigation.isStuck .site-logo_img {
    max-width: 100%;
    width: auto;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.navigation.isStuck .sf-menu {
    padding-top: 0px !important;
}

.navigation.isStuck .sf-menu li:hover ul,
.navigation.isStuck .sf-menu li.sfHover ul {
    top: 50px;
}

.navigation.isStuck .sf-menu li:hover ul ul,
.navigation.isStuck .sf-menu li.sfHover ul ul {
    top: 0;
}

.navigation.isStuck .site-logo {
    height: auto;
    padding: 0;
}

.navigation.isStuck .site-logo_img {
    height: auto;
}

@media (min-width: 320px) and (max-width: 767px) {
    .header {
        background: none;
    }
}

.header-b {
    text-align: right;
}

/* Site logo */
.logo-fleft {
    float: none;
    width: 100%;
    height: 100%;
}

@media (min-width: 320px) and (max-width: 767px) {
    .logo-fleft {
        float: none;
        width: 100%;
    }
}

.site-logo {
    text-align: left;
    position: relative;
    height: 63px;
    padding: 0;
    margin: 0;
}


@media (min-width: 320px) and (max-width: 767px) {
    .site-logo {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .site-logo .site-logo_img {
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .site-logo .site-logo_img {
        width: auto;height: 27px;margin: 0 auto;
    }
}

.site-logo_link {
    display: flex;
    height: 100%;
    width: auto;align-items: center;
}

@media (min-width: 320px) and (max-width: 767px) {
    .site-logo_link {
        /* height: auto; */
        width: 100%;align-items: center;height: 36px;
    }
}

.site-logo_link:hover {
    text-decoration: none;
}

.site-logo_img {
    max-width: 100%;
    width: 100%;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

@media (max-width: 768px) {
    .site-logo {
        max-width: 100%;
        margin: 0;height: 36px;
    }

    .kiper {
        max-width: 200px;
    }

    .aside.aside__left.left2 {
        display: none;
    }

    .form-inline .form-group {
        display: inline-block;
    }
}

@media (max-width: 480px) {
    .site-logo {
        max-width: 100%;
    }
}

/* Navigation
========================================================*/
.heder-navigation {
    background: url(../images/nav-bg.png) left top repeat-x;
    height: 80px;
    width: 100%;
    position: relative;
    z-index: 3;
}

@media (min-width: 320px) and (max-width: 767px) {
    .heder-navigation {
        background: none;
    }
}

.navigation-row {
    margin-bottom: 40px;
    width: 100%;
    position: relative;
}

.navigation-row.isStuck {
    background: #303030;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}

.navigation-row.isStuck .site-logo__navigation {
    display: block;
}

.navigation{
    -webkit-transform: translateZ(0);

    height: 72px;
    background-color: var(--color-white);
    width: auto;
    z-index: 111;
    position: sticky!important;
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

@media (min-width: 768px) and (max-width: 991px) {
    .navigation {
        z-index: 1111;
    }
}

@media (max-width: 767px) {
    .navigation,
    .navigation.isStuck{
        z-index: 1111;
        height: 36px!important;
        padding: 0!important;;
        width: 36px!important;;
        position: relative!important;
        display: block;order: 999;background: transparent;
    }
    .navigation .slicknav_menu:first-child  {}

    .navigation .sf-menu {float: none;}
}

.navigation ul .fa {
    position: absolute;
    right: 38%;
    bottom: -10px;
    margin-top: -0.5em;
}

.navigation ul ul .fa {
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -0.5em;
}

.slicknav_menu {
    display: none;
    background: #fff;
}

.mod_superfish_menu {
    display: block;
    position: relative;
    z-index: 99;
    float: none;
    text-align: left;
    margin: 0;
    width: auto;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .mod_superfish_menu {
        padding-top: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mod_superfish_menu {
        /* display: table; */
        /* text-align: center; */
        /* margin: 0 auto; */
    }
}

.isStuck {
    z-index: 999;
    top: 0;
}

/* Superfish menu */
.sf-menu {
    font-family: 'Roboto', sans-serif;
    float: left;
    margin-right: 0 !important;
    background: none;
    padding-top: 0px !important;
    position: relative;
    z-index: 111;
    text-align: left;
}

.sf-menu > li:first-child {
  /*  border: none;
    background: #f87f5e;
    padding: 19px 58px 20px;
    margin: -16px 0;
*/
}
.module_content #mod-search-searchword {
    max-width: 270px;
}
.ship_ttl2 {
    margin: 20px 0;
}
.sel_date_dost {
    padding: 5px 10px;
    box-shadow: 1px 2px 3px 2px #ccc;
    max-width: 350px;
}
#dostavka_form_id {
    padding: 10px;
    background: #fafafa;
    border: solid #ccc 1px;
    width: 500px;
}
@media (min-width: 300px) and (max-width: 414px) {
#dostavka_form_id {
    padding: 10px;
    background: #fafafa;
    border: solid #ccc 1px;
    width: 100%;
}
}
.ship_ttl, .ship_ttl2 {
    font-weight: bold;
}
.ttldost_ttl {
    display: inline-block;
    min-width: 100px;
}
.dostavka_bl {
    margin: 10px 0 20px;
}
.data_rojdeniya_field_desc {
    font-size: 12px;
    line-height: 120%;
    padding: 10px 0;
    color: #e46847;
}
.one_dost_val {
    padding: 0 0 3px 0;
    border-bottom: dotted 1px #ccc;
}
.txt_dost {
    text-transform: uppercase;
}
.changecalc_lick {
    display: block;
    text-decoration: underline;
}
.txt_dost {
    text-transform: uppercase;
}
.sel_date_dost .calcbutt {
    text-decoration: underline;
}
#caltop {
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    color: red;
    font-weight: bold;
    font-size: 13px;
}
#selected_date_dostavki-1, #calnew-1 {
    margin: 20px 0;
}
.sf-menu > li:nth-child(2) {
/*    border-left: none;
    padding-left: 0px;*/
}
@media (min-width: 1024px) and (max-width: 1100px) {
.sf-menu > li:nth-child(2) {
/*    padding-left: 15px;*/
}
}

.sf-menu > li {
 /*   border-right: none;
    font-weight: 900;
    text-transform: uppercase;
    z-index: 4;
    margin-left: 19px;
    padding-left: 19px;
    position: relative;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);*/
}

.sf-menu > li > a{
    color: #374151;
    background-color: #e5e7eb;
    --tw-font-weight: var(--font-weight-medsium);
    font-weight: var(--font-weight-medium);

    padding-inline: calc(var(--spacing) * 4.5);
    border-radius: .625rem;
    white-space: nowrap;
    display: flex;
    align-items: center;
    height: 44px;
}
.sf-menu > li > a:hover,
.sf-menu > li > a.catalogmainlink {
    background-color: var(--color-green-800);
    color: var(--color-white)!important;
text-decoration: none;
}
.sf-menu > li > a.catalogmainlink {
    border-radius: .625rem 0 0 .625rem;
    column-gap: 8px;
}
.sf-menu > li > a.catalogmainlink:hover,
.sf-menu > li > a.catalogmainlink.isopened{
    background-color: var(--color-green-700);
}
.sf-menu > li > span {
   /* background: none;
    display: block;
    padding: 1px 0 0 0;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;

    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;*/
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sf-menu > li > a,
    .sf-menu > li > span {
        padding-inline: 15px;
        font-size: 14px;
    }

    .sf-menu > li > a.catalogmainlink {
        border-radius: var(--radius-lg);
    }
}
.sf-menu > li > a.fa-home img {
    display: none
}

.sf-menu > li > a.fa-home {
    font-size: 1.5em;
    position: relative;
    right: 0;
    bottom: 0;
    margin: -2px 0 0px;
}

.sf-menu > li:hover > a,
.sf-menu > li.sfHover > a,
.sf-menu > li.active > a,
.sf-menu > li.current > a,
.sf-menu > li:hover > span,
.sf-menu > li.sfHover > span,
.sf-menu > li.active > span,
.sf-menu > li.current > span {
 /*   color: #fdf97e !important;*/
}
@media  (max-width: 813px) {
    .sf-menu > li:hover > a,
    .sf-menu > li.sfHover > a,
    .sf-menu > li.active > a,
    .sf-menu > li.current > a,
    .sf-menu > li:hover > span,
    .sf-menu > li.sfHover > span,
    .sf-menu > li.active > span,
    .sf-menu > li.current > span {
    /*    color: #fdf97e !important;*/

    }
}
.sf-menu > li:hover .arrowdown,
.sf-menu > li.sfHover .arrowdown,
.sf-menu > li.active .arrowdown,
.sf-menu > li.current .arrowdown,
.sf-menu > li:hover > .fa,
.sf-menu > li.sfHover > .fa,
.sf-menu > li.active > .fa,
.sf-menu > li.current > .fa {
/*    color: #fdf97e;*/
}

.sf-menu > li.deeper > a,
.sf-menu > li.parent > a,
.sf-menu > li.deeper > span,
.sf-menu > li.parent > span {
/*    padding-right: 0;*/
}
.sf-menu > li.deeper > a {
    column-gap: 8px;
}
.sf-menu > li.deeper > a:after {
    content: "\e06d";
    font-family: 'lucide' !important;
    font-size: inherit;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}
@media (min-width: 767px) and (max-width: 1024px) {
    .sf-menu > li.deeper > a,
    .sf-menu > li.parent > a,
    .sf-menu > li.deeper > span,
    .sf-menu > li.parent > span {
     /*   padding-right: 0;*/
    }
}

.sf-menu > li > .fa {
    font-size: 12px;
    color: #ffffff;
}

.sf-menu ul {
    background-color: var(--color-white);
    width: 220px;
    padding-block: calc(var(--spacing) * 2);
    position: absolute;
    top: -9999px;
    left: 0;
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-radius: .625rem;
}

@media (min-width: 767px) and (max-width: 991px) {
    .sf-menu ul {
        min-width: 13em;
    }
}

.sf-menu ul > li:first-child {
/*border-top: 8px #d4d4d4 solid;*/
}
.sf-menu ul > li:last-child {
/*border-bottom: 4px #d4d4d4 solid;*/
}

.sf-menu ul > li {
    position: relative;

}

.sf-menu ul > li > a, .sf-menu ul > li > span {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    font-weight: 400;
    color: #6b7280;
    text-decoration: none;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    padding-block: calc(var(--spacing) * 2);
    padding-inline: calc(var(--spacing) * 4);
    display: block;
}

.sf-menu ul > li > .arrowdown {

}

.sf-menu ul > li:hover,
.sf-menu ul > li.sfHover,
.sf-menu ul > li.active,
.sf-menu ul > li.current {

}

.sf-menu ul > li:hover > a,
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li.active > a,
.sf-menu ul > li.current > a,
.sf-menu ul > li:hover > span,
.sf-menu ul > li.sfHover > span,
.sf-menu ul > li.active > span,
.sf-menu ul > li.current > span {
    background-color: #f9fafb !important;
    text-decoration: underline;
}

.sf-menu ul > li:hover .fa,
.sf-menu ul > li.sfHover .fa,
.sf-menu ul > li.active .fa,
.sf-menu ul > li.current .fa {
    color: #000000;
}

.sf-menu ul > li:hover > .arrowdown,
.sf-menu ul > li.sfHover > .arrowdown,
.sf-menu ul > li.active > .arrowdown,
.sf-menu ul > li.current > .arrowdown {
    color: #000000;
}

.sf-menu ul > li .fa {
    color: #fff;
    font-size: 13px;
}

.sf-menu ul > li ul {
    margin-top: 0;
    margin-left: 1px;
    left: 218px;
    top: 0;

}

@media (min-width: 767px) and (max-width: 991px) {
    .sf-menu ul > li ul {
        left: 13em;
    }
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    top: 44px;
}

.sf-menu li:hover ul ul,
.sf-menu li.sfHover ul ul {
    top: 0px;
}

@media (min-width: 767px) and (max-width: 991px) {
    .sf-menu li:hover ul ul,
    .sf-menu li.sfHover ul ul {
        left: -13em;
        width: 13em;
        z-index: 1111;
    }
}

.sf-menu li:hover ul ul > li .fa,
.sf-menu li.sfHover ul ul > li .fa {
    color: #fff;
    font-size: 13px;
}

.sf-menu li:hover ul ul > li:hover .fa,
.sf-menu li.sfHover ul ul > li:hover .fa,
.sf-menu li:hover ul ul > li.sfHover .fa,
.sf-menu li.sfHover ul ul > li.sfHover .fa,
.sf-menu li:hover ul ul > li.active .fa,
.sf-menu li.sfHover ul ul > li.active .fa,
.sf-menu li:hover ul ul > li.current .fa,
.sf-menu li.sfHover ul ul > li.current .fa {
    color: #000000;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .sf-menu li:hover ul ul ul,
    .sf-menu li.sfHover ul ul ul {
        left: -15em;
        width: 15em;
        z-index: 1111;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .site-logo {
        margin: 0;
        padding: 0;
    }

    .aside.aside__left.left2 .moduletable.mod_custom .module_content {
        padding: 0;
    }

    .aside.aside__left.left2 .moduletable.mod_custom .module_content a img {
        padding: 0px;
        max-width: 210px;
    }

    .sf-menu > li > a, .sf-menu > li > span {

        font-size: 16px;

    }

    .kiper {
        max-width: 200px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .sf-menu li:hover ul ul ul,
    .sf-menu li.sfHover ul ul ul {
        left: -13em;
        width: 13em;
        z-index: 1111;
    }
}

.sf-menu .arrowdown {
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -6px;
    font-size: 12px;
    z-index: 10;
}

@media (max-width: 767px) {
    .slicknav_menu {
        /* display: block; */
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .mod_superfish_menu {}

    a.slicknav_btn {
        padding: 1em 0;
        font-size: 13px;
        color: #484848;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        float: none;
        margin-bottom: 0px;
        display: inline-block;
    }

    .slicknav_nav {
        margin: 0;
        padding: 0;
        font-family: 'Roboto', sans-serif;
    }

    .slicknav_nav .slicknav_arrow {
        font-family: 'FontAwesome';
        src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
        src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
        font-weight: normal;
        font-style: normal;
        position: absolute;
        right: 1em;
        top: 1em;
        margin-top: -0.5em;
    }

    .slicknav_nav li {
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 1px;
        position: relative;
    }

    .slicknav_nav li > a,
    .slicknav_nav li > span {
        display: block;
        padding: 0.5em 1em;
        font-size: 13px;
        -webkit-transition: all 0.1s ease-in;
        transition: all 0.1s ease-in;
    }

    .slicknav_nav li > a,
    .slicknav_nav li > span {
        background: #f6f6f6;
        color: #484848;
    }

    .slicknav_nav li > a a,
    .slicknav_nav li > span a {
        color: #484848;
    }

    .slicknav_nav li:hover > a,
    .slicknav_nav li.sfHover > a,
    .slicknav_nav li.active > a,
    .slicknav_nav li.current > a,
    .slicknav_nav li:hover > span,
    .slicknav_nav li.sfHover > span,
    .slicknav_nav li.active > span,
    .slicknav_nav li.current > span {
        background: #333333;
        color: #ffffff;
    }

    .slicknav_nav li:hover > a a,
    .slicknav_nav li.sfHover > a a,
    .slicknav_nav li.active > a a,
    .slicknav_nav li.current > a a,
    .slicknav_nav li:hover > span a,
    .slicknav_nav li.sfHover > span a,
    .slicknav_nav li.active > span a,
    .slicknav_nav li.current > span a {
        color: #ffffff;
    }

    .slicknav_nav li:hover .arrowdown,
    .slicknav_nav li.sfHover .arrowdown,
    .slicknav_nav li.active .arrowdown,
    .slicknav_nav li.current .arrowdown {
        color: #ffffff;
    }

    .slicknav_nav ul {
        padding: 1px 0 1px 0.5em;
    }

    .slicknav_nav .fa {
        display: none;
    }
}

.sf-menu ul ul ul {
    right: 0 !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .sf-menu ul ul ul {
        right: auto !important;
        left: 15em !important;
    }
}

/* showcase
========================================================*/
.showcase-row {
    padding: 20px 0;
    background: none;
    position: relative;
    z-index: 1;
}

/* Video bottom */
#video-bottom-un .mod_bannersblock {
    float: none;
    width: 100%;
    overflow: hidden;
}

#video-bottom-un .mod_bannersblock ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#video-bottom-un .mod_bannersblock ul li {
    float: left;
    text-align: center;
    width: 270px !important;
    margin-left: 30px;
    position: relative;
}

@media (min-width: 991px) and (max-width: 1200px) {
    #video-bottom-un .mod_bannersblock ul li {
        width: 212px !important;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    #video-bottom-un .mod_bannersblock ul li {
        width: 165px !important;
        margin-left: 20px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    #video-bottom-un .mod_bannersblock ul li {
        width: 47% !important;
        margin-left: 0;
        margin-right: 10px;
        float: none;
        margin-bottom: 20px;
        display: inline-block;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    #video-bottom-un .mod_bannersblock ul li {
        width: 100% !important;
        margin-left: 0;
        margin-right: 10px;
        float: none;
        margin-bottom: 20px;
        display: inline-block;
    }
}

#video-bottom-un .mod_bannersblock ul li span.caption {
    width: 100%;
    text-align: center;
}

#video-bottom-un .mod_bannersblock ul li .banner_img {
    overflow: hidden;
    position: relative;
    border: 7px solid #fff;
    display: inline-block;
    border-radius: 142px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#video-bottom-un .mod_bannersblock ul li .banner_img img {
    width: 142px;
    height: auto;
    border-radius: 142px;
}

#video-bottom-un .mod_bannersblock ul li .txt1 {
    font-size: 27px;
    line-height: 30px;
    color: #fff;
    padding: 30px 0 0 0;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

@media (min-width: 991px) and (max-width: 1200px) {
    #video-bottom-un .mod_bannersblock ul li .txt1 {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    #video-bottom-un .mod_bannersblock ul li .txt1 {
        font-size: 20px;
        line-height: 30px;
    }
}

#video-bottom-un .mod_bannersblock ul li .txt2 {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    padding: 20px 0px 0 0px;
    text-transform: uppercase;
}

#video-bottom-un .mod_bannersblock ul li:hover .banner_img {
    border-color: #000;
}

#video-bottom-un .mod_bannersblock ul li:hover .txt1 {
    color: #000000;
}

#video-bottom-un .mod_bannersblock ul li:first-child {
    margin-left: 0;
}

/* custom-html */
#parallax-bottom-un {
    text-align: left;
    position: relative;
    z-index: 1;
}

#parallax-bottom-un .stellar-block {
    padding: 0 0;
    background-color: #370203;
}

#parallax-bottom-un .mod_custom {
    padding: 90px 0;
    text-align: center;
}

#parallax-bottom-un .txt1 {
    display: block;
    font-size: 60px;
    line-height: 62px;
    font-weight: 400;
    text-transform: none;
    color: #fff;
    text-shadow: 3px 2px 5px #ae0000;
}

@media (min-width: 991px) and (max-width: 1200px) {
    #parallax-bottom-un .txt1 {
        font-size: 51px;
        line-height: 52px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    #parallax-bottom-un .txt1 {
        font-size: 31px;
        line-height: 32px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    #parallax-bottom-un .txt1 {
        font-size: 24px;
        line-height: 26px;
    }
}

#parallax-bottom-un .txt2 {
    display: block;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    text-transform: none;
    color: #fff;
    margin-top: 5px;
    padding: 0 65px;
}

#parallax-bottom-un .txt3 {
    padding-top: 40px;
}

#parallax-bottom-un .txt3 a {
    border-radius: 42px;
}

/* Slideshow CK */
.mod_slideshowck {
    width: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .mod_slideshowck {
        margin-bottom: 20px;
    }
}

.mod_slideshowck .slideshowck {
    margin-bottom: 0 !important;
}

.mod_slideshowck .camera_caption {
    bottom: 0;
    top: 0px;
    right: 0;
    width: 75%;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .mod_slideshowck .camera_caption {
        width: 95%;
    }
}

.mod_slideshowck .camera_caption > div {
    padding: 28px 37px 0 0;
    background: none;
    font-family: 'Roboto', sans-serif;
    text-align: right;
}

.mod_slideshowck .camera_caption .txt1,
.mod_slideshowck .camera_caption .txt2,
.mod_slideshowck .camera_caption .txt3,
.mod_slideshowck .camera_caption .txt4 {
    text-transform: uppercase;
    display: block;
}

.mod_slideshowck .camera_caption .txt1 {
    font-size: 50px;
    line-height: 57px;
    color: #3e454c;
    display: inline-block;
    padding: 0 0 0 155px;
    font-weight: 700;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .mod_slideshowck .camera_caption .txt1 {
        font-size: 40px;
        line-height: 37px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mod_slideshowck .camera_caption .txt1 {
        font-size: 30px;
        line-height: 37px;
    }
}

.mod_slideshowck .camera_caption .txt2 {
    font-size: 90px;
    line-height: 92px;
    color: #00931f;
    font-weight: 700;
    padding: 0;
    margin-top: -4px;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .mod_slideshowck .camera_caption .txt2 {
        font-size: 70px;
        line-height: 72px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mod_slideshowck .camera_caption .txt2 {
        font-size: 40px;
        line-height: 42px;
    }
}

.mod_slideshowck .camera_caption .txt3 {
    padding: 0 0 0 315px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 21px;
    color: #3e454c;
    font-weight: 400;
    text-transform: none;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .mod_slideshowck .camera_caption .txt3 {
        padding: 0 0 0 115px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mod_slideshowck .camera_caption .txt3 {
        padding: 0 0 0 115px;
    }
}

.mod_slideshowck .camera_caption .txt4 {
    padding: 0 0 0 190px;
    margin-top: 30px;
    font-size: 24px;
    line-height: 24px;
    color: #3e454c;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .mod_slideshowck .camera_caption > div {
        display: none;
    }
    .btn.btn-primary.noactive .fa.fa-sign-in {
        font-size: 190%;
        margin: auto;
    }
}

/* featured
========================================================*/
/* main content
========================================================*/
/*Main views*/
.page {
    margin-bottom: 0px;
}

.page.manufacturer-view {
    margin-bottom: 0;
}

.page_heading {
    margin-bottom: 0;
    border-top: none;
    padding: 0px 0 0 0;
    position: relative;
    text-align: left;
}

.icons {
    position: absolute;
    right: 0;
    top: 6px;
    width: 100px;
    margin: 0;
    padding: 0;
    text-align: right;
}

.icons li,
.icons > a {
    list-style: none;
    padding: 3px;
    display: inline;
}

/* main-bottom
========================================================*/
.main-bottom {
    padding: 70px 0 20px;
    background: #d7d7d7;
    position: relative;
}

@media (min-width: 320px) and (max-width: 767px) {
    .main-bottom {
        padding: 30px 0;
    }
}

.main-bottom .moduletable {
    margin-bottom: 20px;
}

.main-bottom .module_title {
    color: #00931f;
    margin: 0 0 10px 0;
    padding: 3px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-bottom .module_title {
        line-height: 34px;
        font-size: 36px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .main-bottom .module_title {
        line-height: 34px;
        font-size: 36px;
    }
}

.main-row {
/*    padding: 10px 0 10px;*/
/*    background: #f5f6f6;*/
}

@media (min-width: 320px) and (max-width: 767px) {
    .main-row {
    /*    padding: 20px 0 30px;*/
    }

}

.productdetails .main-row {
    padding-bottom: 20px;
}

.productdetails .col-md-8 {
    margin-bottom: 0;
}

.prod-row {
    padding: 25px 0;
    background: #fff;
    position: relative;
}

/* aside
========================================================*/
.aside .moduletable {
    margin-bottom: 1em;
    background: none;
}

.aside .moduletable .module_content {
    padding: 20px 0;
}

.aside .moduletable .module_title {
    margin-bottom: 0;
}

.aside .moduletable .module_content {
    padding: 20px 0;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .aside .moduletable .module_content {
        padding: 20px 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .aside .moduletable .module_content {
        padding: 20px 20px;
    }
}

.aside .module_header {
    padding: 0;
    margin: 0px;
}

.aside .item_name {
    font-size: 15px;
    line-height: 18px;
}

.aside__left {
    position: relative;
}

/* bottom
========================================================*/
.bottom-row {
    background: #1b1b1b;
    padding: 20px 0;
}

.bottom-row .module_title {
    margin: 0;
}

.footer-row {
    position: relative;
    padding: 10px 0 10px;
    background: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-row .footer .mod_bt_facebooklikebox {
        margin-left: 0px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .footer-row .footer .mod_bt_facebooklikebox {
        margin-left: 0px;
    }
}

.footer-row .container {
    position: relative;
    z-index: 2;
}

.footer-row h3.module_title {
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
    background: none;
    padding: 0 0 30px 0;
    margin: 0 0 5px 0;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-row h3.module_title span {
    padding: 0;
    margin: 0;
    background: none;
}

@media (min-width: 320px) and (max-width: 767px) {
    .footer-row .mod_menu .foot-nav {
        padding: 0;
    }
}

.footer-row .mod_menu {
    padding-top: 0px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .footer-row .mod_menu {
        padding-left: 0px;
        padding-top: 0px;
    }
}

.footer-row .mod_menu .list li a {
    color: #fff;
}

.footer-row .mod_menu .list li a:hover {
    color: #f2a6a2;
}

.footer-row .mod_menu li.active a {
    color: #f2a6a2;
}

.footer-row .mod_custom {
    padding-left: 0px;
    color: #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
    .footer-row .mod_custom {
        padding-left: 0px;
    }
}

.footer-row .mod_custom .txt1 {
    display: block;
    font-size: 12px;
    line-height: 18px;
}

.footer-row .mod_custom .txt3 a {
    color: #383838;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
}

.footer-row .mod_custom .txt3 a:hover {
    text-decoration: underline;
}

.footer-row .mod_custom .txt2 {
    display: block;
    font-size: 24px;
    line-height: 28px;
}

.footer-row .custom_store span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #777;
}

.footer-row .custom_store span strong {
    display: block;
    font-size: 24px;
    line-height: 26px;
}

.footer-row .custom_store .row-txt1 {
    padding-right: 15px;
}

.footer-row .custom_store .row-txt2 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.footer-row .custom_store .row-txt2 em {
    font-style: normal;
    color: #19c57e;
    font-size: 27px;
    line-height: 32px;
    display: block;
    /*&:before{
					font-size:32px;
					margin-right:5px;
					line-height:32px;
					content:"\f095";
					font-family: 'FontAwesome';
					color:#1b1b1b;
					position:relative;
					top:4px;

				}*/
}

.bottom {
    padding: 0 0;
}

.bottom .module_header {
    display: inline-block;
}

.bottom .module_title {
    font-size: 21px;
    color: #fff;
    position: relative;
    top: 3px;
}

.bottom .module_content {
    padding-left: 10px;
    display: inline-block;
}

@media (max-width: 1024px) {
    .bottom {
        margin: 0 0;
    }

    .bottom .moduletable {
        margin-bottom: 40px;
        text-align: center;
    }

    .bottom .module_header {
        display: block;
        float: none;
        margin-bottom: 20px;
    }

    .bottom .mod_socialmedialinks {
        float: none;
        margin-bottom: 0;
    }
}

/* footer
========================================================*/
.footer {
    padding-top: 0px;
    margin-bottom: 0px;
}

.footer .moduletable {
    margin-bottom: 0px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .footer .moduletable {
        margin-bottom: 20px;
    }
}

.footer.footer_additional {
    padding-top: 0;
}

/* copyright
========================================================*/
.copyright-row {
    padding: 10px 0 20px;
    position: relative;
    z-index: 1;
}

.copyright {
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    text-align: left;
    text-transform: none;
}

#scrollUp {
    z-index: 111 !important;
}

#habla_beta_container_do_not_rely_on_div_classes_or_names {
    z-index: 1111;
    position: relative;
}

#habla_window_div #habla_topbar_div {
    background: #333 !important;
    overflow: hidden;
}

#habla_window_div.olrk-fixed-bottom .habla_panel_border,
#habla_window_div.olrk-fixed-bottom #habla_topbar_div {
    border-radius: 0px !important;
}

/* Menu */
.menu {
    margin: 0;
    padding: 0;
}

.menu li {
    list-style: none;
}

.menu__inline li {
    display: inline-block;
    margin: 0 10px;
}

/* Login */
.list__login-links {
    padding: 2em 0 0;
    margin: 0;
    list-style: none;
}

/* Newsletter */
.acymailing_form {
    position: relative;
    width: 100%;
}

.acymailing_form .subbutton {
    position: relative;
    right: 0;
    top: 0;
    float: left;
    font-size: 10px;
    line-height: 14px;
    color: #fff;
    background: none;
    padding: 5px 10px;
    height: 24px;
    background: #1b6c93;
}

.acymailing_form .subbutton:hover {
    background: #000;
}

.acymailing_form .fieldacyemail {
    width: auto;
    float: left;
    margin-bottom: 0;
}

.acymailing_form .fieldacyemail label.error {
    margin: 10px 0 0 0;
    color: #fff;
    border: 1px solid #00931f;
    padding: 0 10px;
    font-weight: 400;
}

.acymailing_form .acysubbuttons {
    float: left;
    margin-bottom: 0;
}

.acymailing_form .inputbox {
    background: #fff;
    border: none;
    color: #fff;
    padding: 5px 10px;
    font-size: 10px;
    line-height: 14px;
    color: #939393;
    height: 24px;
    width: 97% !important;
}

@media (max-width: 480px) {
    .acymailing_form {
        width: 100%;
    }
}

/* acymailing */
.aside .mod_acymailing {
    background: #44a0cc;
    padding: 20px;
}

.aside .mod_acymailing .module_title {
    background: url(../images/icon-letter.png) left center no-repeat;
    padding: 0 0 0 30px;
    margin: 0 0 10px 0;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
}

.aside .mod_acymailing .module_content {
    background: none;
    padding: 0;
    margin: 0;
    border: none;
}

/* Social media links */
.mod_socialmedialinks {
    float: none;
    padding-top: 0px;
    padding-bottom: 20px;
    margin: 0 !important;
}

@media (min-width: 320px) and (max-width: 767px) {
    .mod_socialmedialinks {
        float: none;
    }
}

div.smile {
    text-align: left !important;
}

@media (min-width: 320px) and (max-width: 767px) {
    div.smile {
        float: none;
        text-align: left !important;
    }
}

div.smile a {
    margin: 0 0 10px 0 !important;
    font-size: 16px;
    line-height: 56px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

div.smile a span {
    display: inline-block;
    position: relative;
    top: -3px;
    padding-left: 15px;
}

@media (min-width: 320px) and (max-width: 767px) {
    div.smile a {
        margin: 0 10px 10px 0 !important;
    }
}

div.smile a:hover {
    color: #00931f;
}

div.smile a:hover .fa {
    color: #fff;
    background: #00931f;
}

div.smile img {
    display: none;
}

div.smile .fa {
    color: #fff;
    font-size: 32px;
    line-height: 56px;
    display: inline-block;
    width: 57px;
    height: 57px;
    background: #00931f;
    border-radius: 57px;
    text-align: center;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

/* VirtueMart Manufacturers */
.item__manufacturer .item_name {
    text-align: center;
}

/* mod_responsive_contact_form */
.mod_responsive_contact_form fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

.control-group {
    margin-bottom: 15px;
}

/* Jflickr */
.mod_jflickr a {
    color: #777;
}

.mod_jflickr a:hover {
    color: #fff;
}

.gallery-flickr ul {
    margin: 0;
    padding: 0;
}

.gallery-flickr ul li a {
    border: 1px solid #d12d34 !important;
}

.gallery-flickr ul li a:hover {
    border: 1px solid #ffffff !important;
}

.flickr_direct_link {
    margin-top: 2em;
    display: inline-block;
}

/*========================================================
                    6. Main component (Joomla)
=========================================================*/
.article_heading {
    padding-bottom: 0;
    position: relative;
}

.article_title {
    margin-bottom: 30px;
}

/*Pager*/
.pagenav {
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.pagenav .pagenav-prev {
    float: left;
}

.pagenav .pagenav-next {
    float: right;
}

/*Article info*/
.article_info {
    font-size: 0.8em;
}

.article_info dt {
    display: none;
}

.article_info dd {
    display: inline-block;
    padding: 0 1em 0.5em 0;
}

.article_text .clearfix {
    padding-bottom: 30px;
}

.clearfix2 {
    padding-bottom: 15px;
}

.article_text .clearfix > .fa {
    float: left;
    font-size: 46px;
    line-height: 56px;
    margin-right: 10px;
    width: 66px;
    text-align: center;
    color: #00931f;
}

.article_text .clearfix > .fas {
    font-size: 46px;
    line-height: 56px;
    margin-right: 10px;
    text-align: center;
    color: #00931f;
    display: block;
    width: 100%;
}
.master-klass .article_text .clearfix > .fas, .vyezdnye-master-klassy .article_text .clearfix > .fas{
    font-size: 46px;
    line-height: 56px;
    margin-right: 10px;
    text-align: center;
    color: #00931f;
    float: left;
    width: 66px;
}
.category-description_top .article_text {
    text-align: center;
}
.article_text .clearfix > .fab {
    float: left;
    font-size: 46px;
    line-height: 56px;
    margin-right: 10px;
    width: 66px;
    text-align: center;
    color: #00931f;
}

.article_text .clearfix > .far {
    float: left;
    font-size: 46px;
    line-height: 56px;
    margin-right: 10px;
    width: 66px;
    text-align: center;
    color: #00931f;
}

.article_text .clearfix2 > .fa {
    float: left;
    font-size: 24px;
    line-height: 20px;
    margin-right: 10px;
    width: 20px;
    text-align: center;
    color: #f87f5e;
}

.article_text .clearfix2 > .fas {
    float: left;
    font-size: 24px;
    line-height: 20px;
    margin-right: 10px;
    width: 20px;
    text-align: center;
    color: #f87f5e;
}

.article_text .clearfix2 > .fab {
    float: left;
    font-size: 24px;
    line-height: 20px;
    margin-right: 10px;
    width: 20px;
    text-align: center;
    color: #f87f5e;
}

.article_text .clearfix2 > .far {
    float: left;
    font-size: 24px;
    line-height: 20px;
    margin-right: 10px;
    width: 20px;
    text-align: center;
    color: #f87f5e;
}
@media (max-width: 800px) {
.article_text .clearfix > .fa {
    margin-right: 0px;
}
.article_text .clearfix > .fas {
    margin-right: 10px;
}
.article_text .clearfix > .fab {
    margin-right: 10px;
}
.article_text .clearfix > .far {
    margin-right: 10px;
}
.article_text .clearfix2 > .fa {
/*    margin-right: 0px;*/
}
.article_text .clearfix2 > .fas {
/* margin-right: 0px; */
}
.article_text .clearfix2 > .fab {
  /*  margin-right: 0px;*/
}
.article_text .clearfix2 > .far {
 /*   margin-right: 0px;*/
}
}

.article_text .clearfix .extra-wrap {
    overflow: hidden;
}

/* Single article
========================================================*/
.article-view .page_title {
    display: none;
}

.article-view .hex_google_chart {
    float: right;
    width: 50%;
    top: -3em;
}

.article_text {
    margin-bottom: 20px;
   margin-top: 20px;
}

@media (max-width: 768px) {
    .article-view .hex_google_chart {
        float: none;
        width: 100%;
        top: 0;
    }
}

/* Archived articles
========================================================*/
/* Featured articles
========================================================*/
.article.listing-item {
    padding: 0 1em;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .article.listing-item {
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .article.listing-item {
        padding: 0;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .article.listing-item {
        padding: 0;
    }
}

/* Blog listing
========================================================*/
.blog-view .articles-listing .item {
    padding: 0 19px 10px 19px;
    border: 1px solid #cccccc;
    margin: 10px 20px;
}

.mk-blog .blog-view .articles-listing .item {
    border: none;
}
.mk-blog .article_readmore {
text-align: left;
padding-top: 0;
}

.blog-item_heading {
    margin-bottom: 20px;
}

.article_img.article_img__intro.left {padding-top: 20px;}

/* Article edit page
========================================================*/
.edit.item-page {
    margin-bottom: 40px;
}

.edit.item-page .btn-toolbar {
    margin-bottom: 20px;
}

.edit.item-page fieldset {
    padding: 20px;
}

/* Contact view
========================================================*/
.contact_image {
    margin-top: 20px;
    padding: 20px 0;
}

@media (min-width: 320px) and (max-width: 767px) {
    .contact_image {
        margin-top: 20px;
    }
}

.contact_position {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 10px;
}

.contact_map iframe {
    width: 100%;
    height: 400px;
}

.contact_form {
    padding-top: 2em;
}

.contact_form textarea {
    height: 207px;
}

.contact_miscinfo {
    margin-top: 40px;
}

/*Contact slider*/
#contact-slider .panel {
    border: none;
    box-shadow: none;
    margin: 0;
    padding-bottom: 1em;
}

#contact-slider .title {
    cursor: pointer;
    padding: 0.5em 1em;
    margin: 0;
    position: relative;
}

#contact-slider .title:before {
    position: absolute;
    right: 1em;
    top: 1.7em;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 12px;
    padding-right: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#contact-slider .pane-toggler-down {
    margin: 0 0 1em;
}

#contact-slider .pane-toggler-down:before {
    content: "\f068";
}

#contact-slider .pane-toggler {
    margin: 0;
}

#contact-slider .pane-toggler:before {
    content: "\f067";
}

#contact-slider .pane-slider {
    padding: 0 1em;
}

/*Contact tabs*/
dl.tabs {
    border-bottom: 1px solid #dbdbdb;
}

dl.tabs dt.tabs {
    display: inline-block;
    padding: 0.5em 1em;
    margin-right: 2px;
}

dl.tabs dt.tabs h3 {
    margin: 0;
}

dl.tabs dt.tabs.open {
    background: #dbdbdb;
}

.jicons-icons {
    display: block;
    float: left;
    margin-right: 0.5em;
    font-size: 18px;
    width: 20px;
}

.jicons-icons > img {
    display: none;
}

.jicons-icons + address {
    overflow: hidden;
    margin-bottom: 0.5em;
}

/* Profile view
========================================================*/
.def-list-horizontal {
    overflow: hidden;
    margin-bottom: 2em;
}

.def-list-horizontal dt,
.def-list-horizontal dd {
    margin-bottom: 0.5em;
    float: left;
}

.def-list-horizontal dt {
    width: 25%;
}

.def-list-horizontal dd {
    width: 75%;
}

.form-section {
    margin-bottom: 2em;
}

.form-section_title {
    margin-bottom: 20px;
}

/* Search view
========================================================*/
.searchintro {
    padding-top: 1em;
}

.inline-inputs {
    margin-bottom: 1em;
}

.inline-inputs input {
    position: relative;
    top: 2px;
}

.inline-inputs label {
    display: inline-block;
    margin-right: 2em;
}

.search-results {
    padding: 1em 0 2em;
    border-top: 1px solid #dbdbdb;
    margin-top: 2em;
}

.search-results .result-title {
    padding-top: 1em;
    font-size: 18px;
    line-height: 20px;
}

.search-results .result-category,
.search-results .result-created {
    display: inline-block;
}

.search-form {
    margin-bottom: 0px;
}

/* Error messages
========================================================*/
#system-message-container {
    margin: 1em auto;
    padding-left: 15px;
    padding-right: 15px;
}

#overall #system-message-container {
    margin: 0;
}

#system-message dt {
    padding: 1em 1em 0;
    border: 1px solid transparent;
    border-radius: 0.5em 0.5em 0 0;
    border-bottom: none;
}

#system-message dd {
    margin-bottom: 1em;
    padding: 0 1em 1em;
    border: 1px solid transparent;
    border-radius: 0 0 0.5em 0.5em;
    border-top: none;
}

#system-message .warning {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

#system-message .info,
#system-message .message {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

#system-message .error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

#system-message .notice {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

#system-message ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#comments-form-message {
    padding: 10px 15px;
    border-radius: 0.5em;
    margin-bottom: 1em;
}

.comments-form-message-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.comments-form-message-info {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

#jc {
    margin-bottom: 0px;
}

.product_columns #jc {
    margin-bottom: 0px;
}

/* back to top */
#scrollUp {
    display: block;
    right: 50px;
    bottom: 140px;
    width: 40px;
    height: 40px;
    background: #000000;
    text-align: center;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    opacity: .4;
}

@media (min-width: 768px) and (max-width: 991px) {
    #scrollUp {
        right: 5px;
    }
}

#scrollUp .fa {
    font-size: 28px;
    line-height: 40px;
    color: #ffffff;
}

#scrollUp:hover {
    opacity: 1;
}

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

/* Olark chat*/
#habla_window_div.habla_window_div_base {
    z-index: 99998 !important;
}

/*========================================================
                    10.  Virtuemart helper styles
=========================================================*/
/* Buttons */
#editor-xtd-buttons {
    padding: 5px;
    overflow: hidden;
    float: left;
}

.toggle-editor {
    float: right;
    padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
    float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
    display: block;
    height: 22px;
    float: left;
    line-height: 22px;
    font-size: 11px;
    color: #666;
    cursor: pointer;
}

.button2-left span,
.button2-right span {
    cursor: default;
    color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
    padding: 0 6px;
}

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

.button2-left a:hover,
.button2-right a:hover {
    text-decoration: none;
    color: #0B55C4;
}

.button2-left a,
.button2-left span {
    padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
    padding: 0 6px 0 24px;
}

.button2-left {
    background: url(../images/j_button2_left.png) no-repeat;
    float: left;
    margin-left: 5px;
}

.button2-right {
    background: url(../images/j_button2_right.png) 100% 0 no-repeat;
    float: left;
    margin-left: 5px;
}

.button2-left .image {
    background: url(../images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore,
.button2-left .article {
    background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
    background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
    background: url(../images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Caption fixes */
.img_caption .left {
    float: left;
    margin-right: 1em;
}

.img_caption .right {
    float: right;
    margin-left: 1em;
}

.img_caption .left p {
    clear: left;
    text-align: center;
}

.img_caption .right p {
    clear: right;
    text-align: center;
}

.img_caption {
    text-align: center !important;
}

.img_caption.none {
    margin-left: auto;
    margin-right: auto;
}

/* Calendar */
a img.calendar {
    width: 16px;
    height: 16px;
    margin-left: 3px;
    background: url(../images/calendar.png) no-repeat;
    cursor: pointer;
    vertical-align: middle;
}

div.calendar table {
    width: 100%;
}

#comments-form .grippie .counter {
    font-size: 10px;
    margin: 0;
    padding: 0 5px;
}

#comments-form input {
    margin-top: 1px;
}

#comments-form label {
    font-size: 12px;
}

@media (min-width: 991px) and (max-width: 1200px) {
    #comments-form label {
        font-size: 11px;
    }
}

#video-top-un > div:before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: " ";
}

#video-top-un .mod_video {
    position: relative;
    z-index: 1;
}

#video-top-un .mod_custom {
    position: relative;
    z-index: 111;
    text-align: right;
    padding: 80px 0 85px 0;
}

#video-top-un .mod_custom .txt1 {
    font-size: 34px;
    line-height: 48px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}

#video-top-un .mod_custom .txt1 span {
    font-size: 141px;
    line-height: 148px;
    display: block;
    font-weight: 400;
    margin-top: -5px;
}

@media (min-width: 480px) and (max-width: 767px) {
    #video-top-un .mod_custom .txt1 span {
        font-size: 90px;
        line-height: 98px;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    #video-top-un .mod_custom .txt1 span {
        font-size: 70px;
        line-height: 78px;
    }
}

#video-top-un .mod_custom .txt1 strong {
    font-size: 191px;
    line-height: 148px;
    display: block;
    font-weight: 400;
    margin-top: -10px;
}

@media (min-width: 480px) and (max-width: 767px) {
    #video-top-un .mod_custom .txt1 strong {
        font-size: 100px;
        line-height: 108px;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    #video-top-un .mod_custom .txt1 strong {
        font-size: 80px;
        line-height: 88px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    #video-top-un .mod_custom .txt1 {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    #video-top-un .mod_custom .txt1 {
        font-size: 24px;
        line-height: 28px;
    }
}

#video-top-un .mod_custom .txt2 {
    font-size: 58px;
    line-height: 60px;
    font-weight: 300;
    color: #fff;
    padding-top: 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
    #video-top-un .mod_custom .txt2 {
        font-size: 28px;
        line-height: 30px;
    }
}

#video-top-un .mod_custom .txt3 {
    padding-top: 60px;
    display: inline-block;
    overflow: hidden;
}

#video-top-un .mod_custom .txt3 a {
    cursor: pointer;
    display: inline-block;
    font-size: 21px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ae0000;
    border-top: 4px solid #ae0000;
}

#video-top-un .mod_custom .txt3 a:hover {
    color: #fff;
    border-top: 4px solid #fff;
}

#parallax-top-un .stellar-block {
    padding-bottom: 85px;
    padding-top: 80px;
    background-color: #f2f2f2;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    #parallax-top-un .stellar-block {
        padding-bottom: 55px;
        padding-top: 50px;
    }
}

#parallax-top-un .mod_custom {
    text-align: center;
    padding: 0px 0 0px 0;
}

#parallax-top-un .mod_custom .txt1 {
    font-size: 47px;
    line-height: 48px;
    font-weight: 100;
    color: #000;
    text-transform: uppercase;
}

#parallax-top-un .mod_custom .txt1 span {
    font-size: 77px;
    line-height: 78px;
    display: block;
}

@media (min-width: 320px) and (max-width: 767px) {
    #parallax-top-un .mod_custom .txt1 span {
        font-size: 47px;
        line-height: 48px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    #parallax-top-un .mod_custom .txt1 {
        font-size: 27px;
        line-height: 28px;
    }
}

#parallax-top-un .mod_custom .txt2 {
    font-size: 13px;
    line-height: 24px;
    font-weight: 300;
    color: #777;
    padding-top: 20px;
}

#parallax-top-un .mod_custom .txt3 {
    padding-top: 20px;
    display: inline-block;
    overflow: hidden;
}

#parallax-top-un .mod_custom .txt3 a {
    cursor: pointer;
    display: inline-block;
}

.featured-view {
    text-align: center;
}

.featured-view .listing-item {
    padding-bottom: 50px;
    position: relative;
    font: normal 15px/28px 'Lato', sans-serif;
}

.featured-view .view-heading-wrap {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .featured-view .view-heading-wrap {
        top: 30px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .featured-view .view-heading-wrap {
        position: relative;
        top: 0px;
        left: 0;
        padding: 20px;
        background: #333;
    }
}

.featured-view .button {
    margin-top: 30px;
    display: inline-block;
}

.featured-view .article_image {
    width: 100%;
    height: auto;
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 30px;
}

.featured-view h2 {
    font-size: 25px;
    line-height: 37px;
    color: #fff;
    text-transform: none;
    padding: 0 90px;
    margin: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .featured-view h2 {
        padding: 0 10px;
        font-size: 20px;
        line-height: 24px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .featured-view h2 {
        padding: 0 10px;
        font-size: 20px;
        line-height: 24px;
    }
}

.featured-view h2 a {
    color: #fff;
}

.featured-view h2 a:hover {
    color: #ae0000;
}

.featured-view .article_reate {
    font-size: 65px;
    line-height: 67px;
    color: #fff;
    text-transform: none;
    padding: 0;
    margin: 0;
}

.featured-view .article_reate .date2 {
    color: #ae0000;
    font-weight: 200;
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
    top: 8px;
}

.featured-view .article_reate .date3 {
    font-size: 45px;
}

.featured-view .article_category-name a {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    padding: 5px 30px;
    text-align: center;
    background: #ae0000;
    color: #fff;
    margin: 20px 0 0 0;
}

.featured-view .article_category-name a:hover {
    background: #333;
}

.featured-view .jcomments-links {
    display: none;
}

.featured-view p {
    padding: 0 20px;
}

.see-all {
    display: none;
}

.top-content {
    padding: 0px 0 0 0;
    position: relative;
}

.top-content .mod_bannersblock.moduletable__content_first {
    float: none;
    width: 100%;
    padding-top: 0px;
    margin-bottom: 30px;
    clear: both;
}

@media (min-width: 320px) and (max-width: 767px) {
    .top-content .mod_bannersblock.moduletable__content_first {
        padding-top: 20px;
        margin-bottom: 20px;
    }
}

.top-content .mod_bannersblock.moduletable__content_first ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.top-content .mod_bannersblock.moduletable__content_first ul li:first-child {
    margin-left: 0;
    background: #00931f;
    width: 434px !important;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .top-content .mod_bannersblock.moduletable__content_first ul li:first-child {
        width: 348px !important;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .top-content .mod_bannersblock.moduletable__content_first ul li:first-child {
        width: 100% !important;
        margin-top: 0px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .top-content .mod_bannersblock.moduletable__content_first ul li:first-child {
        width: 100% !important;
        margin-bottom: 10px;
        margin-left: 0px;
        margin-top: 0px;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    .top-content .mod_bannersblock.moduletable__content_first ul li:first-child {
        width: 100% !important;
        margin-bottom: 10px;
        margin-top: 0px;
    }
}

.top-content .mod_bannersblock.moduletable__content_first ul li:first-child .txt1 {
    color: #fff;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .top-content .mod_bannersblock.moduletable__content_first ul li:first-child .txt1 {
        font-size: 40px;
        line-height: 44px;
    }
}

.top-content .mod_bannersblock.moduletable__content_first ul li:first-child .txt1 span {
    color: #fff;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .top-content .mod_bannersblock.moduletable__content_first ul li:first-child .txt1 span {
        font-size: 23px;
        line-height: 30px;
    }
}

.top-content .mod_bannersblock.moduletable__content_first ul li:first-child .txt2 {
    color: #fff;
    -webkit-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
}

.top-content .mod_bannersblock.moduletable__content_first ul li:first-child:hover {
    background: #000;
}

.top-content .mod_bannersblock.moduletable__content_first ul li {
    float: left;
    width: 435px !important;
    margin-left: 1px;
    margin-bottom: 0;
    position: relative;
    border: none;
    background: #f2a6a2;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .top-content .mod_bannersblock.moduletable__content_first ul li {
        width: 348px !important;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .top-content .mod_bannersblock.moduletable__content_first ul li {
        width: 100% !important;
        margin-left: 0px;
        margin-top: 20px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .top-content .mod_bannersblock.moduletable__content_first ul li {
        width: 100% !important;
        margin-left: 0px;
        margin-top: 10px;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    .top-content .mod_bannersblock.moduletable__content_first ul li {
        width: 100% !important;
        margin-left: 0px;
        margin-top: 10px;
    }
}

.top-content .mod_bannersblock.moduletable__content_first ul li a:before {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.top-content .mod_bannersblock.moduletable__content_first ul li .txt1 {
    font-size: 50px;
    line-height: 54px;
    color: #fff;
    padding: 30px 0 0 40px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .top-content .mod_bannersblock.moduletable__content_first ul li .txt1 {
        font-size: 40px;
        line-height: 44px;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    .top-content .mod_bannersblock.moduletable__content_first ul li .txt1 {
        font-size: 30px;
        line-height: 34px;
    }
}

.top-content .mod_bannersblock.moduletable__content_first ul li .txt1 span {
    display: block;
    color: #00931f;
    font-size: 33px;
    line-height: 40px;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .top-content .mod_bannersblock.moduletable__content_first ul li .txt1 span {
        font-size: 23px;
        line-height: 30px;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    .top-content .mod_bannersblock.moduletable__content_first ul li .txt1 span {
        font-size: 20px;
        line-height: 30px;
    }
}

.top-content .mod_bannersblock.moduletable__content_first ul li .txt2 {
    padding: 5px 40px;
    margin-top: 0px;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    font-weight: 400;
    text-transform: none;
    -webkit-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
}

.top-content .mod_bannersblock.moduletable__content_first ul li img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-content .mod_bannersblock.moduletable__content_first ul li img {
        width: 100% !important;
        height: auto;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .top-content .mod_bannersblock.moduletable__content_first ul li img {
        width: 100% !important;
        height: auto;
    }
}

.top-content .mod_bannersblock.moduletable__content_first ul li span.caption {
    padding: 0;
    position: relative;
    width: 100%;
    text-align: left;
    display: block;
    min-height: 230px;
    font-family: 'Roboto', sans-serif;
}

.top-content .mod_bannersblock.moduletable__content_first ul li:hover {
    background: #000;
}

.top-content .mod_bannersblock.moduletable__content_first ul li:hover .txt3 {
    border-color: #fa73d8;
}

.top-content .mod_bannersblock.moduletable__content_first ul li:hover .txt1,
.top-content .mod_bannersblock.moduletable__content_first ul li:hover .txt2 {
    margin-left: 5px;
    color: #fff;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .top-content .mod_bannersblock.moduletable__content_first ul li:hover .txt1,
    .top-content .mod_bannersblock.moduletable__content_first ul li:hover .txt2 {
        margin-left: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-content .mod_bannersblock.moduletable__content_first ul li:hover .txt1,
    .top-content .mod_bannersblock.moduletable__content_first ul li:hover .txt2 {
        margin-left: 5px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .top-content .mod_bannersblock.moduletable__content_first ul li:hover .txt1,
    .top-content .mod_bannersblock.moduletable__content_first ul li:hover .txt2 {
        margin-left: 5px;
    }
}

.top-content .mod_bannersblock.moduletable__content_twoo {
    float: none;
    width: 100%;
    padding-top: 15px;
    margin-bottom: 35px;
    clear: both;
}

@media (max-width: 1200px) {
    .top-content .mod_bannersblock.moduletable__content_twoo {
        padding-top: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-content .mod_bannersblock.moduletable__content_twoo {
        margin-bottom: 20px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .top-content .mod_bannersblock.moduletable__content_twoo {
        margin-bottom: 20px;
        padding-top: 25px;
    }
}

.top-content .mod_bannersblock.moduletable__content_twoo ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.top-content .mod_bannersblock.moduletable__content_twoo ul li {
    float: none;
    width: 100% !important;
    margin-left: 0px;
    margin-bottom: 0;
    position: relative;
    border: none;
    background: #6f828c;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.top-content .mod_bannersblock.moduletable__content_twoo ul li a:before {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.top-content .mod_bannersblock.moduletable__content_twoo ul li .txt1 {
    font-size: 43px;
    line-height: 44px;
    color: #fefefe;
    padding: 0 0 0 40px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

@media (min-width: 320px) and (max-width: 479px) {
    .top-content .mod_bannersblock.moduletable__content_twoo ul li .txt1 {
        text-align: center;
        padding: 5px 10px 0 10px;
    }
}

.top-content .mod_bannersblock.moduletable__content_twoo ul li .txt2 {
    padding: 5px 0px 0 40px;
    margin-top: 0px;
    font-size: 13px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    text-transform: none;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .top-content .mod_bannersblock.moduletable__content_twoo ul li .txt2 {
        margin-left: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-content .mod_bannersblock.moduletable__content_twoo ul li .txt2 {
        font-size: 20px;
        line-height: 24px;
        text-transform: none;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .top-content .mod_bannersblock.moduletable__content_twoo ul li .txt2 {
        font-size: 20px;
        line-height: 24px;
        text-transform: none;
        padding: 5px 10px 0 10px;
        text-align: center;
    }
}

.top-content .mod_bannersblock.moduletable__content_twoo ul li img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-content .mod_bannersblock.moduletable__content_twoo ul li img {
        width: 100% !important;
        height: auto;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .top-content .mod_bannersblock.moduletable__content_twoo ul li img {
        width: 100% !important;
        height: auto;
    }
}

.top-content .mod_bannersblock.moduletable__content_twoo ul li span.caption {
    padding: 20px 0;
    position: relative;
    width: 100%;
    text-align: left;
    display: block;
    min-height: 105px;
    font-family: 'Roboto', sans-serif;
}

.top-content .mod_bannersblock.moduletable__content_twoo ul li:hover .txt3 {
    border-color: #fa73d8;
}

.top-content .mod_bannersblock.moduletable__content_twoo ul li:hover .txt1,
.top-content .mod_bannersblock.moduletable__content_twoo ul li:hover .txt2 {
    margin-left: 5px;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .top-content .mod_bannersblock.moduletable__content_twoo ul li:hover .txt1,
    .top-content .mod_bannersblock.moduletable__content_twoo ul li:hover .txt2 {
        margin-left: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-content .mod_bannersblock.moduletable__content_twoo ul li:hover .txt1,
    .top-content .mod_bannersblock.moduletable__content_twoo ul li:hover .txt2 {
        margin-left: 5px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .top-content .mod_bannersblock.moduletable__content_twoo ul li:hover .txt1,
    .top-content .mod_bannersblock.moduletable__content_twoo ul li:hover .txt2 {
        margin-left: 5px;
    }
}

.aside__left .mod_bannersblock.moduletable__first {
    float: none;
    width: 100%;
    clear: both;
    margin-bottom: 0;
}

.aside__left .mod_bannersblock.moduletable__first .module_content {
    background: none;
    padding: 0;
    margin: 0;
    border: none;
}

.aside__left .mod_bannersblock.moduletable__first ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.aside__left .mod_bannersblock.moduletable__first ul li:first-child {
    margin-left: 0;
    margin-top: -15px;
    background: #6f828c;
}

.aside__left .mod_bannersblock.moduletable__first ul li:first-child .txt1 {
    font-size: 80px;
    line-height: 84px;
    color: #fff;
    padding: 0;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-align: center;
    display: inline-block;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .aside__left .mod_bannersblock.moduletable__first ul li:first-child .txt1 {
        font-size: 60px;
        line-height: 64px;
    }
}

.aside__left .mod_bannersblock.moduletable__first ul li:first-child .txt1 span {
    display: block;
    font-size: 60px;
    line-height: 72px;
    font-weight: bold;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .aside__left .mod_bannersblock.moduletable__first ul li:first-child .txt1 span {
        font-size: 50px;
        line-height: 54px;
    }
}

.aside__left .mod_bannersblock.moduletable__first ul li:first-child .txt2 {
    padding: 28px 25px;
    margin-top: -13px;
    font-size: 13px;
    line-height: 20px;
    color: #f2f2f2;
    font-weight: 400;
    text-transform: none;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    text-align: center;
}

.aside__left .mod_bannersblock.moduletable__first ul li:first-child .txt3.btn {
    background: #fff;
    color: #676767;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 11px;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.aside__left .mod_bannersblock.moduletable__first ul li:first-child .txt3.btn:hover {
    background: #ff7b7b;
    color: #fff;
}

.aside__left .mod_bannersblock.moduletable__first ul li {
    float: left;
    width: 100% !important;
    margin-left: 0px;
    margin-bottom: 35px;
    position: relative;
    border: none;
    background: #44a0cc;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.aside__left .mod_bannersblock.moduletable__first ul li a:before {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.aside__left .mod_bannersblock.moduletable__first ul li .txt1 {
    font-size: 40px;
    line-height: 44px;
    color: #fff;
    padding: 0;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .aside__left .mod_bannersblock.moduletable__first ul li .txt1 {
        font-size: 30px;
        line-height: 34px;
    }
}

.aside__left .mod_bannersblock.moduletable__first ul li .txt1 span {
    font-size: 24px;
    line-height: 44px;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .aside__left .mod_bannersblock.moduletable__first ul li .txt1 span {
        display: block;
    }
}

.aside__left .mod_bannersblock.moduletable__first ul li .txt2 {
    padding: 0px 0px;
    margin-top: -10px;
    font-size: 13px;
    line-height: 26px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.aside__left .mod_bannersblock.moduletable__first ul li img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .aside__left .mod_bannersblock.moduletable__first ul li img {
        width: 100% !important;
        height: auto;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .aside__left .mod_bannersblock.moduletable__first ul li img {
        width: 100% !important;
        height: auto;
    }
}

.aside__left .mod_bannersblock.moduletable__first ul li span.caption {
    padding: 60px 0;
    position: relative;
    width: 100%;
    text-align: center;
    display: block;
    min-height: 190px;
    font-family: 'Roboto', sans-serif;
}

.aside__left .mod_bannersblock.moduletable__first ul li:hover .txt1,
.aside__left .mod_bannersblock.moduletable__first ul li:hover .txt2 {
    margin-left: 5px;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .aside__left .mod_bannersblock.moduletable__first ul li:hover .txt1,
    .aside__left .mod_bannersblock.moduletable__first ul li:hover .txt2 {
        margin-left: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .aside__left .mod_bannersblock.moduletable__first ul li:hover .txt1,
    .aside__left .mod_bannersblock.moduletable__first ul li:hover .txt2 {
        margin-left: 5px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .aside__left .mod_bannersblock.moduletable__first ul li:hover .txt1,
    .aside__left .mod_bannersblock.moduletable__first ul li:hover .txt2 {
        margin-left: 5px;
    }
}

.aside__left .mod_bannersblock.moduletable__first ul li:hover .txt3.btn {
    margin-top: 5px;
    margin-bottom: 6px;
}

.aside__left .mod_bannersblock.moduletable__twoo {
    float: none;
    width: 100%;
    clear: both;
    margin-bottom: 0;
}

.aside__left .mod_bannersblock.moduletable__twoo .module_content {
    background: none;
    padding: 0;
    margin: 0;
    border: none;
}

.aside__left .mod_bannersblock.moduletable__twoo ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.aside__left .mod_bannersblock.moduletable__twoo ul li {
    float: none;
    width: 100% !important;
    margin-left: 0px;
    margin-bottom: 35px;
    position: relative;
    border: none;
    background: #00931f;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.aside__left .mod_bannersblock.moduletable__twoo ul li a:before {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.aside__left .mod_bannersblock.moduletable__twoo ul li .txt1 {
    font-size: 30px;
    line-height: 34px;
    color: #fff;
    padding: 0;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.aside__left .mod_bannersblock.moduletable__twoo ul li .txt1:before {
    color: #fff;
    font-style: normal;
    content: " ";
    position: relative;
    right: 0px;
    top: 0;
    padding: 0;
    text-align: center;
    display: block;
    background: url(../images/icon-banner.png) center top no-repeat;
    height: 63px;
    width: 100%;
}

.aside__left .mod_bannersblock.moduletable__twoo ul li .txt1 span {
    font-size: 24px;
    line-height: 44px;
}

.aside__left .mod_bannersblock.moduletable__twoo ul li .txt2 {
    padding: 5px 0px;
    margin-top: 0px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.aside__left .mod_bannersblock.moduletable__twoo ul li img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .aside__left .mod_bannersblock.moduletable__twoo ul li img {
        width: 100% !important;
        height: auto;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .aside__left .mod_bannersblock.moduletable__twoo ul li img {
        width: 100% !important;
        height: auto;
    }
}

.aside__left .mod_bannersblock.moduletable__twoo ul li span.caption {
    padding: 20px 0 30px;
    position: relative;
    width: 100%;
    text-align: center;
    display: block;
    min-height: 180px;
    font-family: 'Roboto', sans-serif;
}

.aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt1,
.aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt2 {
    margin-left: 5px;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt1,
    .aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt2 {
        margin-left: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt1,
    .aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt2 {
        margin-left: 5px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt1,
    .aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt2 {
        margin-left: 5px;
    }
}

.aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt3.btn {
    margin-top: 5px;
    margin-bottom: 6px;
}

#sw_pinterest_display > span {
    display: block;
    width: auto !important;
    box-shadow: none !important;
    padding: 0 !important;
    overflow: hidden;
}

#sw_pinterest_display > span > span {
    display: block;
    width: 280px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    #sw_pinterest_display > span > span {
        width: 210px !important;
    }
}

#sw_pinterest_display > span > a {
    margin: 10px 10px 10px 10px !important;
}

.mod_bt_facebooklikebox .module_content {
    background: #fff;
    border: none;
    overflow: hidden;
    display: block;
    padding: 0px;
    border-radius: 3px;
}

.mod_bt_facebooklikebox .module_content .fb_iframe_widget {
    overflow: hidden;
    display: block;
    width: 100%;
}

.mod_bt_facebooklikebox .module_content .fb_iframe_widget > span {
    display: block;
}

.mod_bt_facebooklikebox .module_content .fb_iframe_widget iframe {
    position: relative !important;
    margin: 0 -5px;
}

.map-home {
    position: relative;
    overflow: hidden;
}

.map-home .responsive_map {
    height: 870px;
    max-height: 870px;
}

.map-home .btn-click {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 25px;
    background: #ae0000;
    text-align: center;
    cursor: pointer;
    z-index: 111;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.map-home .btn-click:hover {
    background: #333;
}

.map-home .btn-click.bot {
    bottom: 0;
    top: auto;
}

.map-home .btn-click.top {
    bottom: auto;
    top: 0;
}

.moduletable.mod_tm_ajax_contact_form {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #000000;
    background: rgba(0, 0, 0, 0.9);
    padding: 140px 0 130px;
    max-height: 870px;
    min-height: 870px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .moduletable.mod_tm_ajax_contact_form {
        padding: 60px 0 60px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .moduletable.mod_tm_ajax_contact_form {
        padding: 80px 0 40px;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    .moduletable.mod_tm_ajax_contact_form {
        padding: 80px 0 30px;
    }
}

.moduletable.mod_tm_ajax_contact_form .module_title {
    font-size: 75px;
    line-height: 78px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
    .moduletable.mod_tm_ajax_contact_form .module_title {
        font-size: 55px;
        line-height: 68px;
        padding-top: 2px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .moduletable.mod_tm_ajax_contact_form .module_title {
        font-size: 50px;
        line-height: 52px;
    }
}

.moduletable.mod_tm_ajax_contact_form .custom-contact-html {
    text-align: center;
    padding-bottom: 30px;
}

.moduletable.mod_tm_ajax_contact_form .custom-contact-html .txt1 {
    display: block;
    color: #777;
    font-size: 25px;
    line-height: 28px;
    padding-bottom: 10px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .moduletable.mod_tm_ajax_contact_form .custom-contact-html .txt1 {
        font-size: 20px;
        line-height: 22px;
    }
}

.moduletable.mod_tm_ajax_contact_form .custom-contact-html .txt2 {
    display: block;
    color: #ae0000;
    font-size: 55px;
    line-height: 58px;
    font-weight: 200;
}

@media (min-width: 320px) and (max-width: 767px) {
    .moduletable.mod_tm_ajax_contact_form .custom-contact-html .txt2 {
        font-size: 35px;
        line-height: 38px;
    }
}

.moduletable.mod_tm_ajax_contact_form .controls {
    width: 100%;
}

.moduletable.mod_tm_ajax_contact_form .controls .mod_tm_ajax_contact_form_input {
    background: none;
    border: 1px solid #333;
    color: #777;
    font-size: 15px;
    height: 68px;
}

.moduletable.mod_tm_ajax_contact_form .controls .mod_tm_ajax_contact_form_textarea {
    background: none;
    border: 1px solid #333;
    color: #777;
    font-size: 15px;
    resize: none !important;
    padding: 20px 12px;
}

.moduletable.mod_tm_ajax_contact_form .control-group-button {
    text-align: center;
    margin-top: 30px;
}

.moduletable.mod_tm_ajax_contact_form .control-group-button .btn {
    display: inline-block;
    padding: 25px 35px;
}

.kattov h3.module_title {
    font-size: 20px !important;
}

.item_name.product_title {
    min-height: 60px;
}

.vm-wrap.vm-order-done {
    margin-bottom: 20px;
}

.sourcecoast.sclogin-modal-links.sclogin .btn.btn-primary {
    border: 0;
    border-radius: 0;
    background: #00931f;
    padding: 10px 30px;
    margin-left: 5px;
    margin-right: 0;
    text-transform: none;
    font-weight: 400;
}

.logout-button .btn.btn-primary {
    border: 0;
    border-radius: 0;
    background: #00931f;
    padding: 10px 30px;
}

#chto_interesuet_input {
    /* padding-left: 40px 40px; */
    padding: 20px 40px;
}

#chto_interesuet_div {
    /* padding-left: 20px; */
    padding: 20px 20px;
}

.formField {
    margin-bottom: 10px;
}

#tos {
    float: left;
    margin-right: 10px;
}

.cart_shipment_select a {
    display: block;
    margin: 10px 0;
    text-decoration: underline;
}

.checkoutStep {
    background: #5bbf6f;
    padding: 10px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 10px 0 30px;
    font-weight: bold;
}

#paymentForm, #shipmentForm {
    display: inline-block;
    width: 100%;
}

#userForm .control-button .btn.btn-default.default {
    float: right;
}
#userForm .control-button {
    margin: 20px 0;
}
#paymentForm .control-button .btn.btn-default.default {
    float: right;
}
.cart-section_payment a {
    display: block;
    margin: 10px 0;
    text-decoration: underline;
}
.usllink {
    color: red;
    text-decoration: underline;
}
.group_name {
    font-weight: bold;
}
.groupblock {
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: dotted;
}
.text-cart {
    text-transform: uppercase;
    text-align: left;
}
.nasklade_input[disabled] {
    border: none;
    background: none;
    cursor: text !important;
}
.message_stock {
    text-align: left;
    font-size: 10px;
    padding: 10px;
    color: red;
    font-weight: bold;
    border: solid 1px;
    margin: 5px 0;
}
/* 20 декабря 2018 */
.messblock:not(:empty) {
    min-height: 50px;
    display: inline-block;
    margin: 10px 0;
    color: red;
    width: 100%;
    /* box-sizing: border-box; */
}
.twobuttons {
    text-align: center;
}
.wrap_twobuts {
    display: inline-block;
}
.vm2-add_quantity_cart, .vm2-remove_from_cart {
    font-size: 16px;
}
.cart-popup_heading.redtxt {
    color: red;
}
.cart-popup_heading.redtxt strong {
    text-decoration: underline;
}
.product_wrap {
    min-height: 545px;
}
.err2 {
    display: block;
    text-transform: uppercase;
    padding: 3px;
    color: #fff;
    background: red;
    margin: 3px 0;
}
.kratnostval {
    margin: 0 0 0 4px;
}

.kratnost {
    background: #fff;
    font-weight: bold;
    min-height: 40px;
}
.butt_ispr {
    background: #fff;
    padding: 5px;
    margin: 10px 0;
    text-align: right;
}
span.doptxt_naz {
    padding: 0 5px 0 0;
}
span.dop_krat {
    font-weight: bold;
}
span.titles {
    min-width: 200px;
    display: inline-block;
}
.col-md-12.shipto {
    background: #fff;
    padding: 16px 20px;
}
.item_image.product_image {
    overflow: hidden;
    border: 0px;
    height: 260px;
}
.vmshipment_description {
    font-weight: normal;
    display: block;
    font-size: 12px;
    padding: 3px 0;
}
.options-list ul li label {
    display: inline;
}
.space_20 {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
}
.space_40 {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
}
.space_27 {
    height: 29px;
    line-height: 29px;
    font-size: 29px;
}
.list-title {
    font-size: 20px;
    color: #f2a6a2;
}
.inform {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 35px;
    background-color: #00931f;
    padding: 0 10px 0 10px;
    font-size: 25px;
    line-height: 40px;
}
.inform2 {
    color: #00931f;
}
.inform3 {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 35px;
    background-color: #f28131;
    padding: 0 10px 0 10px;
}
.inform4 {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 35px;
    background-color: #00931f;
    padding: 0 10px 0 10px;
    font-size: 18px;
    line-height: 22px;
}
.inform-bordo {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 35px;
    background-color: #A20046;
    padding: 0 10px 0 10px;
    font-size: 25px;
    line-height: 40px;
}
.text-green {
    color: #00931f !important;
}
.text-pink {
    color: #ec267d !important;
}
.text-bordo {
    color: #A20046;
}
.text-red {
    color: #F04E23;
}
.text-mini {
    font-size: 13px;
}
.text-border {
    border: 1px solid #cccccc;
    padding: 30px;
}
.p-border {
    border-bottom: 1px solid #cccccc;
    padding: 10px 0 35px 0;
}
.text-9 {
    font-size: 9px !important;
    line-height: 130%;
}
.text-14 {
    font-size: 14px !important;
}
.text-16 {
    font-size: 16px;
    line-height: 150%;
}
.text-18 {
    font-size: 18px;
    line-height: 150%;
}
.text-20 {
    font-size: 20px;
      line-height: 150%;
}
.text-22 {
    font-size: 22px;
    line-height: 150%;
}
.text-24 {
    font-size: 24px;
    line-height: 150%;
}
.text-26 {
    font-size: 26px;
      line-height: 150%;
}
.text-30 {
    font-size: 30px;
      line-height: 150%;
}
.text-50 {
    font-size: 50px;
    line-height: 60px;
}
.text-120 {font-size: 120%;}

@media (max-width: 800px) {
.text-24 {
    font-size: 22px;
}
.text-26 {
    font-size: 24px;
}
.text-30 {
    font-size: 26px;
}
.text-50 {
    font-size: 30px;
    line-height: 40px;
}
}
.bold {
    font-weight: bold;
}
.center {
    text-align: center !important;
}
.center h3 {
    text-align: center !important;
}
.div-flex {
    display: flex;
    flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1024px) {
.div-flex {
  justify-content: center;
}
}
.shops {
    padding: 20px;
    border: 1px solid #cccccc;
    margin: 10px;
}
.klients {
    padding-right: 20px;
}
.pad-top-15 {
    padding-top: 15px;
}
.pad-b30 {
    padding-bottom: 30px;
}
.contacts-f {
    padding: 20px;
    border: 1px solid #cccccc;
    margin: 10px;
    max-width: 370px;
    min-width: 320px;
}
    .text-22 {
        font-size: 20px;
    }
    .article_text .clearfix > .fa {
        font-size: 36px;
        line-height: 46px;
        width: 56px;
    }
    .mobil {
        display: none;
    }
}
.btn-blue {
    background: #2d9ad5;
    border: none;
    color: #fff;
    text-shadow: none;
    width: 292px;
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
    background: #00931f;
    color: #fff;
}
.text-gray {
    color: #585858;
}
.quote {
    border: 2px solid #cccccc;
    background: #b2e4ff;
    padding: 20px 35px;
    font-size: 20px;
    line-height: 150%;
    color: #2c2c2c;
    margin: 30px;
    display: flex;
    font-style: italic;
}
.quote2 {
    border: 2px solid #cccccc;
    padding: 20px;
    font-size: 18px;
    line-height: 150%;
    color: #2c2c2c;
    display: flex;
    font-style: italic;
    margin: 30px 0;
}
.vazno {
    color: #A20046;
    text-transform: uppercase;
}
.vazno2 {
    font-size: 20px;
    color: #ae1303;
    text-transform: uppercase;
    border: 3px solid #ae1303;
    padding: 30px;
}
.vazno-red {
    font-size: 20px;
    color: #ae1303;
    text-transform: uppercase;
}
.vazno-border {
    border: 3px solid #ae1303;
    padding: 30px;
}
.footer-info {
    color: #000;
}
.img_icon_gl {
    width: 120px;
    height: 120px;
    margin: 5px 50px 5px 5px;
    float: left;
    border: 0;
}
.gl_h1 {
    font-size: 28px;
    text-transform: uppercase;
    color: #00931f;
    font-weight: bold;
    text-align: center;
    border: 0;
}
.gl {
    color: #00931f;
    font-size: 20px;
    font-weight: bold;
    margin: 5px;
    border: 0;
}
.bg-gl-1 {
    padding: 40px 10px;
    background-color: #efefef;
}
.bg-gl-2 {
    padding: 40px 10px;
    background-color: #d9e6f0;
}
.dpp_blue {
    color: #333333;
    font-size: 17px;
}
.dpp {
    color: #4d4d4d;
    font-size: 15px;
}
.dp_blue {
    text-align: left;
    padding: 0 30px 0 80px;
}
.dp_red {
    text-align: right;
    margin: 0 50px 0 30px;
    float: right;
}
.img_icon_dp {
    width: 32px;
    height: 32px;
    margin: 5px 25px 5px 5px;
    border: 0;
}
.img_icon_dp_red {
    width: 30px;
    height: 30px;
    margin: 5px 5px 5px 20px;
    border: 0;
}
.dp_name {
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
}
.dp_name2 {
    color: #07558e;
    text-align: center;
    text-transform: uppercase;
}
.dp_pad {
    padding: 60px 0;
}
.dp_60 {
    width: 60%;
    background-color: #fff;
    padding-top: 40px;
    border: 8px solid #1582BC;
}
.dp_60_2 {
    width: 60%;
}
.dp_40 {
    width: 40%;
    background-color: #fff;
    padding-top: 40px;
    margin-bottom: 50px;
    border: 8px solid #A20046;
    text-align: right;
    float: right;
}
.dp_40_2 {
    width: 40%;
    float: right;
}
.dp_li {
    color: #fff;
    font-size: 14px;
}
.dp_name_red {
    font-size: 19px;
    color: #a20046;
    text-transform: uppercase;
    text-align: center;
}
.dp_name_blue {
    font-size: 40px;
    color: #07558e;
    text-transform: uppercase;
    padding-bottom: 20px;
    text-align: center;
    line-height: 42px;
}
@media (min-width: 320px) and (max-width: 800px) {
    .dp_60 {
        width: 100%;
    }
    .dp_60_2 {
        width: 100%;
    }
    .dp_40 {
        width: 100%;
        border-bottom: 8px solid #1582BC;
    }
    .dp_40_2 {
        width: 100%;
        padding-bottom: 20px;
    }
    .dp_blue {
        padding: 0 10px 0 10px;
    }
    .dp_red {
        text-align: right;
        padding: 0 10px 0 10px;
        margin-right: 0px;
    }
    .dpp {
        line-height: 36px;
    }
    .dpp_blue {
        line-height: 36px;
    }
    .img_icon_gl {
        width: 60px;
        height: 60px;
        margin: 5px 30px 5px 5px;
    }
    .gl {
        font-size: 18px;
        line-height: 20px;
        margin: -5px;
    }
    .module_title {
        font-size: 22px !important;
    }
    .kiper {
        width: 75%;
    }
}
@media (min-width: 800px) and (max-width: 1200px) {
    .dp_blue {
        padding: 0 10px 0 10px;
    }
    .dp_red {
        padding: 0 10px 0 10px;
        margin-right: 0px;
    }
}
.back-phone {
    font-size: 12px !important;
    text-decoration: underline;
    line-height: 10px;
    padding-top: 5px;
}
.filt_ttl {
    padding: 10px 20px 10px 10px;
    font-size: 16px;
}
.md_flt_date {
    min-height: 80px;
}
.page_heading {
    position: static;
}
#frm_datesubmit {
    background: #FAD81E;
    margin-bottom: 20px;
    padding: 0;
}
#error_block_otgr {
    padding: 10px;
    margin: 0 10px;
}
.noact {
    border: 3px solid red;
}
.topcont {
    padding: 20px;
}
.tcbl_del {
    margin-bottom: 10px;
}
.tcbl_del.tc2 {
    text-transform: uppercase;
    font-size: 120%;
    color: red;
}
#colvotov {
    color: #000;
    font-weight: bold;
    padding: 0 1px;
}
#del_pr_link {
    color: #00931f;
    text-decoration: underline;
}
.back-phone a {
    cursor: pointer;
}
#buttonbackcall203 {
    margin: 10px 0;
    white-space: break-spaces;
}
.bclnl {
    cursor: pointer;
}
table#dostavka {
    background-color: #43b155;
    font-size: 14px;
    border-collapse: collapse;
    text-align: center;
}
table#dostavka td {
    min-width: 75px;
    padding: 7px;
    border: 1px solid #cccccc;
}
.dostavka-n {
    background-color: #e59282;
}
.dostavka-y {
    background-color: #43b155;
}
.dostavka-h {
    background-color: #bebebe;
}
.dostavka-d {
    font-size: 20px;
}
table#d-info td {
    min-width: 30px;
    padding: 10px;
}
@media (max-width: 800px) {
    table#dostavka {
        font-size: 10px;
    }
    table#dostavka td {
        min-width: 45px;
        padding: 4px;
    }
    .dostavka-d {
        font-size: 14px;
    }
    table#d-info td {
        min-width: 15px;
        padding: 5px;
    }
}
.img-services {
    text-align: center;
    padding-bottom: 60px;
}
.flex-container {
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    -webkit-align-content: flex-end;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
}
.flex-container-2 {
    border: 1px solid #e2e2e2;
    padding: 5px;
    margin: 7px;
    text-align: center;
    background: #ffffff;
}
@media (max-width: 800px) {
.flex-container-2 {
    width: 45%;
  font-size: 16x;
  background: #00931f;
}
  .flex-container {
padding:0;
}
 .flex-container a{
   color: #ffffff;
  }
}
.flex-container :last-child {
    margin-bottom: 7px !important;
}
.flex-container-header {
    display: flex;
  padding-top: 2px;
}
.flex-container-header-2 {
   padding: 2px 20px 3px 0px;
    text-align: left;
    width: 245px;
}
.flex-container-header-2a {
   padding: 2px 0px;
    text-align: left;
    width: 285px;
}
.flex-container-header-3 {
    display: flex;
}
.flex-container-header-4 {
    display: flex;
    padding: 10px 0;
}
@media (max-width: 767px) {
.flex-container-header-4 {
    display: block;
}
}
.hours {
    color: #858585 !important;;
    font-size: 20px !important;;
    font-weight: 400;
  line-height: 16px;
 padding-bottom: 4px;
}
.hours2 {
    color: #858585 !important;;
    font-size: 14px !important;;
    font-weight: 400;
   padding-top: 5px;
}
.text-right {
    text-align: right !important;
}
.text-left {
    text-align: left !important;
}
.pad {
    padding-bottom: 2px;
}
.pad2 {
    padding-top: 16px;
}
.pad-left-60 {
    padding-left: 60px;
}
.text-block {
    margin: 20px 0;
    overflow: auto;
}
.text-block.text-block_line {
    border-top: 1px solid #CCC;
}
.title {
    color: #333333;
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
    line-height: 130%;
}
.text-border {
    border: 1px solid #cccccc;
    padding: 10px 35px;
    margin: 30px 10px;
}
.text-tab_big {
    padding-left: 40px;
}
img.text-float-l {
    margin-right: 15px;
    margin-bottom: 15px;
}
.btn_green {
    background-color: #00931f;
    color: #fff !important;
    text-decoration: none !important;
}
.space_12 {
    height: 12px;
    line-height: 12px;
    font-size: 12px;
}
.space_20 {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
}
.space_40 {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
}
.img-right {
    padding-left: 20px;
}
.img-left {
    padding-right: 20px;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.img-bottom {
    vertical-align: bottom;
}
.img-top {
    vertical-align: top;
}
.img-middle {
    vertical-align: middle;
}
.partners .partners__item {
    display: inline-block;
    font-size: 14px;
    width: 16%;
    vertical-align: middle;
    text-align: center;
    margin-top: 30px;
    padding: 10px;
}
.partners .partners__item img {
   width: 100%;
}
.partners {
    font-size: 0;
}
.moduletable.box-s1 {
    border-top: 4px solid #00931f !important;
    margin-bottom: 30px;
    padding: 48px;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}
.dpk_36 {
    width: 36%;
}
.dpk_64 {
    float: right;
    width: 64%;
    margin-left: 30px;
}
.dpk_30 {
    width: 30%;
    float: right;
    margin-left: 30px;
}
.dpk_70 {
    width: 70%;
}
.dpk_40 {
    width: 30%;
    margin-right: 30px;
}
.dpk_60 {
     float: right;
    width: 70%;
}
.dpk_40a {
    width: 40%;
    margin-right: 30px;
}
.dpk_60a {
     float: right;
    width: 60%;
}
.dpk_50_r {
    float: right;
    width: 50%;
}
.dpk_50_l {
    width: 50%;
}
.dpk_mobile {
 display: none;
}
  .dpk_mobile_none {
 display: block;
  }
@media (max-width: 1024px) {
  .dpk_mobile {
 display: block;
}
  .dpk_mobile_none {
 display: none;
  }
.dpk_30 {
    width: 100%;
    margin-left: 0px;
}
.dpk_70 {
    width: 100%;
}
.dpk_40 {
    width: 100%;
    margin-right: 0px;
}
.dpk_60 {
    float: none;
    width: 100%;
}
  .dpk_40a {
    width: 100%;
    margin-right: 0px;
}
.dpk_60a {
    float: none;
    width: 100%;
}
.dpk_50_r {
    float: none;
    width: 100%;
}
.dpk_50_l {
    width: 100%;
}
  .article_text .clearfix .extra-wrap {
    overflow: visible;
}
}
@media (min-width: 1025px) and (max-width: 1366px) {
.dpk_40 {
    width: 40%;
}
.dpk_60 {
    width: 60%;
}
  .dpk_40a {
    width: 40%;
}
.dpk_60a {
    width: 60%;
}
}
.jd-simple-contact-form .card-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
.jd-simple-contact-form .card-subtitle {
    font-size: 16px;
    margin-top: 10px;
}
.jd-simple-contact-form .text-muted {
    color: #6c757d !important;
}
a.catalog {
    font-size: 16px !important;
}
a.catalog:hover {

}
a.catalog-s {
   background: var(--color-gray-200);
    color: #6b7280;
    text-decoration: none;
    font-size: 16px !important;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    padding-block: calc(var(--spacing) * 3);
    padding-inline: calc(var(--spacing) * 4);
    border-radius: .625rem;
}
a.catalog-s:hover {
   background: var(--color-gray-300);
    color: var(--color-gray-700);
}
a.catalog-m {
    font-size: 16px !important;
}
a.catalog-m:hover {
    background: #ffffff !important;
    color: #F04E23 !important;
}
.contacts.dopcontactsclass {
    padding: 0;
    margin: 0;
    border: none;
    max-width: 100%;
    min-width: inherit;
}
.custom_pro_add {
    position: relative;
    padding: 0 6%;
    margin-top: -17px;
    text-transform: uppercase;
}
.custom_pro_add .custom_cat {
    color: #FFFFFF;
    background-color: #002C1F;
    background-image: -moz-linear-gradient(left, #001A11 0, #004B3A 100%);
    background-image: -webkit-linear-gradient(left, #001A11 0, #004B3A 100%);
    background-image: -o-linear-gradient(left, #001A11 0, #004B3A 100%);
    background-image: -ms-linear-gradient(left, #001A11 0, #004B3A 100%);
    background-image: linear-gradient(to right, #001A11 0, #004B3A 100%);
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    padding: 5px 10px;
    display: block;
}
.custom_pro_add .custom_bullet {
    background: #f87f5e;
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    margin: -5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    text-indent: -9999px;
}
.custom_pro_add .custom_flower {
    text-indent: -9999px;
    position: absolute;
    background: url(../images/flower.png) 0 0 no-repeat;
    top: -27px;
    right: 0;
    width: 89px;
    height: 57px;
}
.custom_pro_add .custom_link {
    color: #FFFFFF;
    background-color: #00931f;
    background-image: -moz-linear-gradient(left, #76CE4B 0, #00931f 100%);
    background-image: -webkit-linear-gradient(left, #76CE4B 0, #00931f 100%);
    background-image: -o-linear-gradient(left, #76CE4B 0, #409d3d 100%);
    background-image: -ms-linear-gradient(left, #76CE4B 0, #00931f 100%);
    background-image: linear-gradient(to right, #76CE4B 0, #00931f 100%);
    font-size: 16px;
    margin: 0 10% 0 0;
    padding: 3px 10px;
    display: block;
}
@media (min-width: 1200px) {
    .col-lg-reset {
        left: auto;
        right: auto;
    }
}
.item-title-mf {
    padding: 20px 0px 20px 10px;
}
.title_mf {
    color: #00931f;
    font-size: 22px;
    line-height: normal;
    margin-bottom: 0;
    border: none;
   padding: 0;
  text-align: left;
  text-transform: uppercase;
}
.title_mf2 {
    font-size: 16px;
    text-transform: uppercase;
      line-height: 18px;
}
.title_mf_g {
    background: none;
    padding: 14px 40px 13px 30px;
    margin-bottom: 50px;
    font-size: 40px;
    color: #5b5b5b !important;
    border: 0;
    text-align: center;
}
@media (max-width: 800px) {
.title_mf_g {
    padding: 14px 0;
    margin-bottom: 15px;
    font-size: 30px;
}
}
.col-mf {
    border: none;
    background-color: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
   margin-bottom: 10px;
}
@media (max-width: 767px) {
  .item-title-mf {
    padding: 20px 15px 0px;
}
  .col-mf {
    min-height: 347px;
}
}
@media (max-width: 1024px) and (min-width: 770px){
  .col-mf {
    min-height: 425px;
}
}
.shcl {
    color: #FFF600 !important;
}
.cont-adm3 {
    font-size: 28px;
    color: #ffffff;
}
.cont-adm2 {
    color: #ffffff;
    font-size: 23px;
    line-height: 25px;
}
.cont-adm {
    color: #ffffff !important;
    font-size: 40px;
    text-decoration: none;
    padding: 20px 30px;
}
.tab-child2 {
    font-weight: bold;
    text-align: center;
}
.tab-child {
    height: 47px;
    text-align: left;
}
.tab-child0 {
    height: 47px;
    font-weight: bold;
    text-align: center;
}
.fon-tel {
    background: #eaeaea;
    padding: 25px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cont-adm5 {
    font-size: 28px;
    color: #333333;
}
.cont-adm4 {
    color: #409d3d;
    box-sizing: border-box;
}
.cont-adm6 {
    color: #ffffff;
    background-color: #409d3d;
    font-size: 30px;
    text-decoration: none;
    padding: 20px 30px;
    border-radius: 3px;
    margin-left: auto;
    box-sizing: border-box;
}
.mk-prise2 {
    font-size: 34px;
    color: #be528c;
    padding-left: 50px;
}
.mk-prise3 {
    font-size: 20px;
    color: #c6aeae;
}
.mk-prise6 {
    font-size: 34px;
    color: #00931f;
    padding-left: 50px;
}
.mk-prise7 {
    font-size: 20px;
    color: #3aa751;
}
.mk-prise8 {
    font-size: 34px;
    color: #be528c;
}
.mk-prise9 {
    font-size: 28px;
    color: #be528c;
    padding-left: 70px;
}
@media (max-width: 800px) {
.mk-prise9 {
    font-size: 26px;
}
}
.mk-name1 {
    background: #f87f5e;
    color: #FFF600;
    font-size: 28px;
    padding: 5px 20px;
    display: inline-block;
}
.mk-name2 {
    background: #be528c;
    color: #ffffff;
    font-size: 28px;
    padding: 5px 20px;
    display: inline-block;
}
.mk-name4 {
    background: #3aa751;
    color: #ffffff;
    font-size: 28px;
    padding: 5px 20px;
    display: inline-block;
}
.text-white {
    color: #ffffff;
}
a.text-white:hover {
    color: #ffffff;
    text-decoration: underline;
}
.border-tab {
    border: 1px solid #cccccc;
    padding: 20px 0 10px 0;
}
.border-tab2 {
    padding: 10px;
}
.tab-opf {
    display: inline-block;
}
.img-ppr {
    margin: 10px 25px 10px 10px;
    border: 10px solid #aa76be;
}
.up {
    text-transform: uppercase;
}
.page-header h1 {
    display: none;
}
.eventgallery-category-headline {
    background: none;
    padding: 14px 40px 13px 30px;
    margin-bottom: 50px;
    font-size: 40px;
    color: #5b5b5b !important;
    border: 0;
    text-align: center;
}
@media (max-width: 800px) {
.eventgallery-category-headline {
    padding: 14px 40px 13px 30px;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
}
}
.info-contact {
    background: #00931f;
    padding: 40px;
    color: #fff;
    text-align: center;
    margin: 40px 0;
}
.line {
    line-height: 150%;
}
.displayname {
    background: none;
    padding: 14px 40px 13px 30px;
    margin-bottom: 50px;
    font-size: 40px;
    color: #5b5b5b !important;
    border: 0;
    text-align: center;
}
.displayname2 {
    background: none;
    color: #5b5b5b !important;
    border: 0 !important;
    text-align: center;
}
.displayname3 {
    background: none;
    border: 0 !important;
    padding: 5px 0;
    margin-bottom: 0px;
}
@media (max-width: 800px) {
    header button:hover {
        background: none;
    }


  iframe {  width: 100%;    height: 100%}
  img {max-width: 100%}
blockquote { padding: 9.5px 0px;}
  .displayname {
    padding: 14px 40px 13px 30px;
    margin-bottom: 15px;
    font-size: 30px;
}
  .displayname3 {
text-align: center !important;
}
}
.custom_pro_img {
  width: 100%;
}
.img_schl {
  margin: 15px 0px 15px 15px;
  float: right;
}
.schl_tab {
background: #00931f;
  color: #fff;
  padding: 20px;
  font-size: 16px;
  display: block;
}
.mobl {
  display: none !important;
}
.mobl-n {
  display: block;
}
@media (max-width: 415px) {
.mobl {
  display: block !important;
}
  .mobl-n {
  display: none !important;
}
}
@media (max-width: 800px) {
.img_schl {
  margin: 0;
  float: none;
  width: 100%
}
.img_100 {
      width: 100%;
  padding-bottom : 30px;
  }
  .img-ppr {
          width: 100%;
  }
}
.btn_mobl{
    background: #00931f;
    color: #fff;
    width: 100%;
    padding: 25px 0;
    margin: 10px 0;
    font-size: 20px;
}
.btn_mobl:hover,
.btn_moblt:active,
.btn_mobl:focus {
    background: #01ac25;
    color: #fff;
}

.img-fulltext-none {
      margin-bottom: 40px;
    text-align: center;
}
li {
  padding-bottom: 20px;
}
li:last-child {
padding-bottom: 0;
}
.article_readmore {
 padding-top: 20px;
 text-align: center;
}
.menu li {
  padding-bottom: 0px;
}
.category-description_top {
margin-bottom: 40px;
}
h1.page_title {
margin-bottom: 0px;
}
.soc_left {
float: left!important;
padding-right: 20px;order: 3;
}
@media (min-width: 300px) and (max-width: 1200px) {
.soc_left {
    display: none;
}
}
.soc_top {
    font-size: 26px;
    color: #00931f;
    padding: 8px 5px;
}
a.soc_top:hover {
    color: #f87f5e;
}
.soc_text {
    font-size: 26px;
    color: #00931f;
    padding: 8px 5px;
}
.col-sm-5.cambutt {
    display: inline-flex;
    flex-flow: row-reverse wrap-reverse;
}
.header .col-md-4 {
width: 29%;
padding: 0;
}
.header .col-md-5 {
padding: 10px 10px 0 10px;
      width: 44.9%;
    padding: 0;
}

.header-contact {
padding-right: 20px;
padding-top: 10px;
}
@media (min-width: 769px) and (max-width: 1024px) {
.header-contact {
padding-right: 10px;
}
.header  .col-md-3{
width: 24%;
padding-right: 5px;
}
.header .col-md-4 {
width: 24%;
}
  .hours2 {
 font-size: 10px !important;
 padding-top: 0;
}
.hours {
  font-size: 16px !important;
  line-height: 5px;
  padding-bottom: 5px;
  }
 .header-contact .text-26{
    font-size: 22px;
       line-height: 18px;
  }
  .back-phone {
    font-size: 10px !important;
}
.flex-container-header .text-26 {
   font-size: 22px;
      line-height: 18px;
  }
.flex-container-header .text-9 {
    font-size: 8px;
}
  .flex-container-header {
    margin-top: 3px;
}
}
.navigation.visible-lg.visible-md.isStuck .col-md-12.col-lg-12.col-sm-12 {
/* display: flex; */
}
.navigation.visible-lg.visible-md.isStuck .mod_search {
/* margin-left: 27px !important; */
}
.navigation.visible-lg.visible-md.isStuck .col-md-12.col-lg-12.col-sm-12 {
max-height: 60px;
}
.contact-tel {
font-size: 26px;
font-weight: bold;
}
.contact-tel3 {
    font-size: 18px;
    font-weight: bold;
}
@media (min-width: 991px) and (max-width: 1200px) {
.contact-tel {
font-size: 20px;
line-height: 18px;
}
  .contact-tel3 {
    font-size: 14px;
    line-height: 13px;
}
}
.pad-19 {
    padding-top: 19px;
}
.pad-top5{
padding-top: 5px;
}

#childcatsselectSelectBoxIt { width: 320px !important;}
.img-dostavka {width: 100px;}
@media (max-width: 1200px) {
.img-dostavka {width: 50px;}
  .text-tab_big {
    padding-left: 10px;
}
}
.bottom-content {
 padding-top: 40px;
}
.is-today .is-selected {
 background-color: #ccc;
}

/**
 * Банеры на главной
 */
.home-banners__row+.home-banners__row {
    margin-top: 2rem;
}
.home-banners__col {
    float: left;
}
.flowers-banner {
    width: 56rem;
    height: 38rem;
    background-size: cover;
    text-align: center;
    padding: 2.5rem;
    position: relative;
}
@media (max-width: 415px) {
.flowers-banner {
    height: 109px;
}
}
.flowers-banner__title {
    display: inline-block;
    clear: both;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 900;
}
}
.flowers-banner__categories {
    display: inline-block;
    margin-top: 1.5rem;
    padding-right: 1.2rem;
}
.home-banners__col+.home-banners__col {
margin-left: 2rem;
}
.gifts-banner {margin-left: 2rem;}

.gifts-banner__block._white {
    color: #fff!important;
}
.gifts-banner__block {
    text-decoration: none!important;
    width: 28.5rem;
    display: block;
    background: none no-repeat 50%;
    background-size: cover;
    height: 18rem;
    padding: 1.8rem 2.4rem;
    background-color: #d3d3d3;
}
.gifts-banner__reklama {
    width: 28.5rem;
    display: block;
    background: none no-repeat 50%;
    background-size: cover;
    padding: 1.8rem 2.4rem;
   height: 380px;
}
.home-banners__col_reklama {
    float: left;
margin-left: 20px;
}
@media (max-width: 760px){
.home-banners__col_reklama {
    float: none;
    padding-bottom: 10px;
}
  .gifts-banner__reklama {
     width: auto;
    padding: 0;
    max-height: 200px;
  }
}
.home-banners__row:after, .home-banners__row:before {
    display: table;
    content: "";
    line-height: 0;
}
.home-banners__row:after {
    clear: both;
}
.home-banners__row:after, .home-banners__row:before {
    display: table;
    content: "";
    line-height: 0;
}
.flowers-banner__categories {
    display: inline-block;
    margin-top: 1.5rem;
    padding-right: 1.2rem;
}
.flowers-banner__category+.flowers-banner__category {
    border-left: 1px solid #2dbe4c;
}
.flowers-banner__category {
    display: inline-block;
    vertical-align: top;
    font-size: 1.5rem;
    line-height: 1.9rem;
    padding: .3rem 1rem;
}

.flowers-banner__category a {
    color: #616562;
}

.flowers-banner__btn {
    border: 1px solid #2dbe4c;
    color: #00931f!important;
    display: inline-block;
    vertical-align: top;
    font-size: 1.2rem;
    line-height: 2.1rem;
    padding: .6rem 3.3rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .06rem;
    background-color: #fff;
    text-decoration: none!important;
}
.flowers-banner__btn:hover {
    border: 1px solid #f87f5e;
    color: #f87f5e!important;
}
.flowers-banner__btn-wrap {
    position: absolute;
    bottom: 2.8rem;
    left: 2.5rem;
    right: 2.5rem;
    text-align: center;
}
.gifts-banner__block._white:hover {
    color: #616562!important;
  font-weight: bold;
}
.gifts-banner__block._white {
    color: #fff!important;
}
.gifts-banner__block-btn:hover {
    border: 1px solid #616562;
}
.gifts-banner__block-btn {
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: top;
    font-size: 1.2rem;
    line-height: 2.1rem;
    padding: .6rem 2.6rem;
    text-transform: uppercase;
    margin-top: 4.6rem;
    font-weight: 700;
    letter-spacing: .06rem;
}
.bg1 {
    background: url(/images/banners/bukety-s-dostavkoj.jpg) no-repeat 50%;
}
.bg2 {
    background: url(/images/banners/komnatnye-rasteniya.jpg) no-repeat 50%;
}
.bg1a {
    background: url(/images/banners/cvety-na-svadbu.jpg) no-repeat 50%;
}
.bg2a {
    background: url(/images/banners/master-klassy-rasteniya.jpg) no-repeat 50%;
}
.bg-oz {
    background: url(/images/banners/ozelenenie-mobl.jpg) no-repeat 50%;
}
.bg7 {
    background: url(/images/banners/cvetochnye-gorshki-mobl.jpg) no-repeat 50%;
}
.bg-vse {
    background: url(/images/banners/vse-mobl.jpg) no-repeat 50%;
}

@media (max-width: 415px) {
 .bg1 {
    background: url(/images/banners/bukety-s-dostavkoj-mobl.jpg) no-repeat 50%;
}
.bg2 {
    background: url(/images/banners/komnatnye-rasteniya-mobl.jpg) no-repeat 50%;
}
.bg1a {
    background: url(/images/banners/cvety-na-svadbu-mobl.jpg) no-repeat 50%;
}
.bg2a {
    background: url(/images/banners/master-klassy-rasteniya-mobl.jpg) no-repeat 50%;
}
.bg7 {
    background: url(/images/banners/cvetochnye-gorshki-mobl.jpg) no-repeat 50%;
}
.bg8 {
    background: url(/images/banners/rasteniya-so-skidkoj-mobl.jpg) no-repeat 50%;
}
.bg9 {
    background: url(/images/banners/rasteniya-predzakaz-mobl.jpg) no-repeat 50%;
}
}

.page-title.page-title_main {
    border: 2px solid #E4E4E4;
    padding: 20px 40px;
   text-align:center;
}
@media (max-width: 760px) {
.home-banners__col {
    float: none;
padding-bottom: 10px;
}
.flowers-banner {
    width: 100%;
}
.home-banners__col+.home-banners__col {
    margin-left: 0;
}
.gifts-banner {margin-left: 0;}
.gifts-banner__block {
    width: 100%;
}
.home-banners__row+.home-banners__row {
    margin-top: 0;
}
}
@media (min-width: 761px) and (max-width: 768px) {
.flowers-banner {
    width: 29rem;
}
  .gifts-banner__block {
    width: 19.5rem;
  }
      .sf-menu > li {
    max-width: 200px !important;
}
  .sf-menu > li:first-child {
    padding: 19px 18px 20px;
}
}
@media (min-width: 769px) and (max-width: 1024px) {
.flowers-banner {
    width: 50rem;
}

.gifts-banner__block {
    width: 20rem;
}
.home-banners__row+.home-banners__row {
    margin-top: 2rem;
}
}
/**
 * End Банеры на главной
 */
/**
 * Банеры2 на главной
 */
.home-banners-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.home-banners-top:before {
    display: none;
}
.home-banners__row:after, .home-banners__row:before {
    display: table;
    content: "";
    line-height: 0;
}
.home-banners__row:after {
    clear: both;
}
.home-banners__row:after, .home-banners__row:before {
    display: table;
    content: "";
    line-height: 0;
}
.home-banner-item {
    display: flex;
    background: #dadbe1;
    width: 33%;
    height: 11rem;
    align-items: center;
    justify-content: space-between;
    padding-left: 3rem;
    padding-right: 3rem;
    position: relative;
    margin-right: 20px;
}
.home-banner-item.last {
    margin-right: 0px;
}
.home-banner-item-txt-block {
    width: 50%;
}
.home-banner-item-txt {
    font-size: 2.2rem;
    color: #616562;
    font-weight: 600;
}
.home-banner-item:hover {font-weight: bold;}
.home-banner-item-img {
    width: 11rem;
}
.home-banner-item-img img {
     height: 100%;
}
@media (max-width: 760px) {
.home-banners-top {
  display: block;
}
  .home-banner-item {
    width: 100%;
    height: 9rem;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.home-banner-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.home-banner-item-txt {
    font-size: 1.1rem;
    line-height: 120% !important;
}
}
/**
 * End Банеры2 на главной
 */
  .page-title_main h1 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0;
  }
.page-title_main h2 {
    font-size: 32px;
    line-height: 34px;
    font-weight: 400;
  }
.video-O {
    padding: 20px 0;
    text-align: center;
}
.video-fr {
    width: 560px;
    height: 316px;
}

@media (max-width: 800px) {
  .video-fr {
  width: 100%;
  height: 200px;
}
}
/**
 * Корпоративное озеленение
 */
.bg-ozelenenie1 {
  background-color: #ffffff;
  padding:0;
  margin-left: -366.5px;
  width: 1903px;
}
.bg-ozelenenie2 {
  max-width: 1170px;
  margin: auto;
}
.pad-oz-l-80 {padding-left: 80px;}
.oz h1{
      font-weight: bold;
  color: #212529;
}
.oz h2{
    font-size: 3em;
    font-weight: 700;
    color: #212529;
  line-height: 120%;
  text-align: center !important;
}
.oz h3 {
  font-size: 2em;
    text-align: left;
    font-weight: bold;
    color: #212529;
    line-height: 120%;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
.oz h4 {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    color: #00931f;
    margin-top: 0.5em;
}
.margin-top-8 {margin-top: 0.8em;}

ul.fa-ul-1 {margin-bottom: 0;}
.fa-ul-1 {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0;

}
ul.fa-ul-1 li {
font-weight: 600;
padding: 8px 0;
font-size: 18px;
}

.fa-ul-1>li {position: relative;}

ul.fa-ul-1 li:before {
content: "\f0a9";
font-family: 'Font Awesome\ 5 Free';
font-weight: 700;
color: #00931f;
font-size: 32px;
margin-right: 15px;
vertical-align: middle;
}
.img-corp-0 {
    margin: 0 0 50px 20px;
    float: right;
    padding-top: 10px;
    }

.img-corp {
margin: 0 0 40px 20px;
float: right;
padding-top: 10px;
}
.img-corp-l {
margin: 0 20px 40px 0;
float: left;
padding-top: 10px;
}
.img-corp3 {
display: block;
}
.img-corp2 {
display: none;
}
.border-green {
border: 2px solid #00931f;
padding: 20px;
}
.border-pink {
border: 2px solid #ec267d;
padding: 20px;
}
.block-pink {background: #ec267d; color: #fff; padding: 20px; }
.text-36 {font-size: 36px; line-height: 110%;}
.modal-dialog {
max-width: 900px;
}
.price {
font-size: 36px !important;
color: #00931f;
font-weight: bold;
padding: 12px 0;
text-align: center;
}
.justify-content-center {
    justify-content: center !important;
}
.btn-lg {
    padding-inline: calc(var(--spacing) * 7);
    padding-block: calc(var(--spacing) * 5);
}
.btn-lg-max {
    padding-inline: calc(var(--spacing) * 7);
    padding-block: calc(var(--spacing) * 5);
    font-size: 20px;
    line-height: 1.7;
}
.flex-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  }
.wrap {
  flex-wrap: wrap;
  padding: 10px
  }
.flex-item {
  position: relative;
  padding: 10px;
  }
   .pad-n {
     display: initial;
  }
   .btn-lg-max {
     display: none;
  }
@media (min-width: 769px) and (max-width: 1200px) {
.bg-ozelenenie1 {
  margin-left: -40px;
  width: 110%;
  padding: 0 40px;
}
.bg-ozelenenie2 {
  width: 100%;
}
.btn-lg {
    font-size: 12px;
}
   .pad-n {
     display: none;
  }
   .btn-lg-max {
     display: initial;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .oz h2{
    font-size: 2.7em;
}

.oz h3 {
  font-size: 1.5em;
}
}
@media (min-width: 415px) and (max-width: 767px) {
.oz h2{
    font-size: 2.1em;
}

.oz h3 {
  font-size: 1em;
}
}
 @media (min-width: 415px) and (max-width: 768px) {
.bg-ozelenenie1 {
    margin-left: -25px;
    width: 107%;
    padding: 0 20px;
}
  .btn-lg {
    padding: 0.425rem 1.5rem;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}
  .pad-n {
    display: none;
  }
   .btn-lg-max {
     display: initial;
  }
}
@media (max-width: 414px) {
  .oz h2{
    font-size: 2.1em;
}

.oz h3 {
  font-size: 1.5em;
}
  .btn-lg {
    padding: 0.425rem 1.5rem;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}
.bg-ozelenenie1 {
margin-left: -17px;
    width: 110%;
    padding: 0 20px;
  }
     .pad-n {
     display: none;
  }
   .btn-lg-max {
     display: initial;
  }
}
@media (max-width: 991.98px) {
.fa-ul-1 {
    margin-left: 0.7em;
}
ul.fa-ul-1 li {
    font-weight: 500;
    font-size: 16px;
}
.title2 {
    font-size: 2.2em;
}
}
@media (max-width: 767.98px) {
.img-corp {
margin: 20px 0;
float: none;
padding-top: 0;
width: 100%;
}
.img-corp-l {
margin: 20px 0;
float: none;
padding-top: 0;
width: 100%;
}
.img-corp2 {
display: none;
}
.img-corp3 {
display: block;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.img-corp {
display: none;
}
  .img-corp-l {
display: none;
}
.img-corp2 {
display: block;
}
.img-corp3 {
display: none;
}
}


.wave-divider {
    width: 100%;
    height: 50px;
    display:block;
}
.wave-parallax1 {
    animation: wave-move1 10s linear infinite;
}
.wave-parallax2 {
    animation: wave-move2 8s linear infinite;
}
.wave-parallax3 {
    animation: wave-move3 6s linear infinite;
}
.wave-parallax4 {
    animation: wave-move4 4s linear infinite;
}
@keyframes wave-move1 {
    0% {
        transform: translateX(85px);
    }
    100% {
        transform: translateX(-90px);
    }
}
@keyframes wave-move2 {
    0% {
        transform: translateX(-90px);
    }
    100% {
        transform: translateX(85px);
    }
}
@keyframes wave-move3 {
    0% {
        transform: translateX(85px);
    }
    100% {
        transform: translateX(-90px);
    }
}
@keyframes wave-move4 {
    0% {
        transform: translateX(-90px);
    }
    100% {
        transform: translateX(85px);
    }
}
.dark-block {
    background: #00931f;
    padding: 30px 0;
    font-size: 26px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
}
.dark-bg {
    background: #00931f;
}
.light-block {
    padding: 30px 0;
    font-size: 26px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #00931f;
}

.h-desc1 {
    font-size: 22px;
    padding: 20px 0 10px 0;
    color: #00931f;
    text-transform: uppercase;
}

.h-desc2 {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    padding: 30px 0 0 0;
    color: var(--color-gray-800);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);

    margin-bottom: calc(var(--spacing) * 6);
    text-transform: uppercase;
}
.h-desc3 {color:#858585;}

.PricebasePrice {
    text-decoration: line-through;
    font-size: 20px;
    color: #f87f5e;
    font-weight: 400;
}
.nazenkauzenka {
    float: left;
    padding-right: 10px;
}
#prenosbl .category-children.categories-listing {
	display: none;
}
.text-hide {
	display: none !important;
}
.li-no-pad li {padding-bottom: 0 !important;}

.btn-callback {
background: #FFFFFF;
border: 1px solid #535252;
color:#00931f;
float: right;
font-size: 12px;
font-weight: 400;
padding: 10px 27px;
}
.btn-callback .fas {
    font-size: 16px;
    color: #00931f;
    padding: 0 10px 0 0;
}
.top_left_modules {margin: 0 -15px;}
.product_addtocart.modul .form-inline.category {
    width: 90px;
}
.fas img {width: 66px;}


.contain {
  width: 100%;
}

.row-slide {
  overflow: auto;
  width: 100%;
}
.row-slide__inner {
  transition: 450ms transform;
  font-size: 0;
  white-space: nowrap;
  margin: 70.3125px 0;
  padding-bottom: 10px;
}
.tile {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  margin-right: 10px;
  font-size: 20px;
  cursor: pointer;
  transition: 450ms all;
  transform-origin: center left;
}
.tile__img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tile__details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  font-size: 10px;
  opacity: 0;
}
.tile__details:after,
.tile__details:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: #000;
}



.tile-slide__title {
  position: absolute;
  bottom: 0;
  padding: 10px;
}
.row-slide__inner:hover {
  transform: translate3d(-62.5px, 0, 0);
}
.row-slide__inner:hover .tile {
  opacity: 0.3;
}
.row-slide__inner:hover .tile:hover {
  transform: scale(1.5);
  opacity: 1;
}
.tile:hover ~ .tile {
  transform: translate3d(125px, 0, 0);
}
.btn-ctgr {
    font-weight: 400 !important;
    margin: 5px 0;
    width: 100%;
    text-align: left;
    color: #ffffff !important;
    background: rgb(130, 193, 40);
}
.btn-ctgr:hover {
    background: #619418;
    color: rgb(255, 255, 255);
}
.btn-ctgr-active {
    background: #F87F5E;
    color: rgb(255, 255, 255);
}
/* заголовок h2 в статье */
.head-article2 {
    font-size: 24px;
    text-align: left;
    padding-top: 30px;
    }
    .hr-pad {
        padding: 10px 0;
        margin: 30px 0;
    }
    .img-left {
        float: left;
        padding: 0 30px 20px 0;
    }
    .img-right {
        float: right;
        padding: 0 0 20px 30px;
    }
    @media (max-width: 767px) {
        .img-left {
            float: none;
            padding: 20px 0;
            width: 100%;
            text-align: center;
        }
        .img-right {
            float: none;
            padding: 20px 0;
            width: 100%;
            text-align: center;
        }
    }
    .btn-ctgr {
        font-weight: 400 !important;
        margin: 5px 0;
        text-align: center;
        color: #ffffff !important;
        background: rgb(130, 193, 40);
    }
