/*!
Theme Name: Zakra
Theme URI: https://zakratheme.com/
Author: ThemeGrill
Author URI: https://themegrill.com
Description: Zakra is flexible, fast, lightweight and modern multipurpose theme that comes with many starter free sites (currently 10+ free starter sites and more will be added later) that you can use to make your site beautiful and professional. Check all the starter sites at https://demo.themegrill.com/zakra-demos/. Suitable for personal blog, portfolio, WooCommerce stores, business websites and niche-based sites (like Cafe, Spa, Charity, Yoga, Wedding, Dentist, Education etc) as well. Works with Elementor plus other major page builders so you can create any layout you want. The theme is responsive, Gutenberg compatible, SEO friendly, translation ready and major WordPress plugins compatible.
Version: 1.2.4m1
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: zakra
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-logo, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, news, e-commerce, rtl-language-support

Zakra is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/**
*
* TABLE OF CONTENT
# Reset
# Typography
# Elements
# Froms
# Navigations
# Modules
# Icons
# Accessibility
# Alignments
# Clearings
# Header
# Widgets
# Content
# Posts and Pages
# Asides
# Comments
# Footer
# Media
# captions
# galleries
# Media Queries
# Mobile
# Tablets
# Computers
# Print
*
*/
/*=============================================
=            Normalize            =
=============================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    vertical-align: baseline;
    font-family: Arial, sans-serif;
}

html {
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
 /*   border-bottom: 1px dotted;*/
	text-decoration: none;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    text-align: center;
    text-transform: uppercase;
    color: #FF6F4C;
    font-size: 30px;
    font-family: Cuprum, sans-serif;
    font-weight: 700;
    line-height: 1.5;	
    padding-top: 30px;
    padding-bottom: 20px;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

p {
    margin-bottom: 0.4em;
}

/*=============================================
=            Base Typography            =
=============================================*/
html {
    font-size: 90%;
}

body {
    font-family: -apple-system, blinkmacsystemfont, "segoe ui", roboto, "oxygen-sans", ubuntu, cantarell, "helvetica neue", helvetica, arial, sans-serif;
    font-size: 1rem;
    color: #51585f;
    line-height: 1.8;
}

code {
    background-color: #f1f3f5;
    padding: 0.125em 0.25em;
}

pre {
    background-color: #f8f9fa;
    padding: 20px;
}

blockquote {
    padding: 1em;
    margin: 1.5em 1em 1.5em 2em;
    border-left: 4px solid #e9ecef;
}

/*=============================================
=            Heading Typography            =
=============================================*/
h1,
h2,
/*h3,*/
h4,
/*h5,*/
h6 {
    color: #16181a;
    line-height: 1.5;
    font-weight: 500;
    margin: 0 0 20px;
    font-family: Cuprum, sans-serif;
}

h1 {
    font-size: 2.5rem;
    font-family: Cuprum, sans-serif;

    text-align: center;
    text-transform: uppercase;
    color: #FF6F4C;
    font-weight: 700;
    line-height: 1.5;	
}

h2 {
    font-size: 2.25rem;
    font-family: Cuprum, sans-serif;	
    color: #289ACA;
    font-weight: 700;
    line-height: 1.5;
}

h3 {
    font-size: 2.25rem;
    font-family: Cuprum, sans-serif;
    font-weight: 700;
    line-height: 22px;
    color: #289ACA;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.313rem;
}

h6 {
    font-size: 1.125rem;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #e9ecef;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

/*=============================================
=            Common CSS Style            =
=============================================*/
/*=============================================
=            GRID            =
=============================================*/
.tg-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .tg-container--boxed .tg-site {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .tg-container--boxed .tg-site {
        max-width: 970px;
    }
    .tg-container {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {
    .tg-container--boxed .tg-site {
        max-width: 1270px;
    }
    .tg-container {
        max-width: 1160px;
    }
}

.tg-container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.tg-container--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tg-container--flex-center {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tg-container--flex-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tg-site-layout--stretched #page #main :not(.tg-page-header) .tg-container {
    max-width: 100%;
}

.tg-site-layout--stretched #page #main :not(.tg-page-header) .tg-container #primary {
    width: 100%;
}

/*=============================================
=            Body            =
=============================================*/
body:not(.tg-container--separate) #page {
    background: #fff;
}

body.has-transparent-header.elementor-editor-active .tg-site-header {
    z-index: -1;
}

.page-template.tg-container--separate #page {
    background: #fff;
}

/* Boxed Layout */
.tg-container--boxed .tg-site {
    margin: 20px auto;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* Streached Layout */
.tg-container--stretched .tg-container {
    width: 100%;
    max-width: unset;
}

/* Seperate Layout */
.tg-container--separate {
    background-color: #e9ecef;
}

.tg-container--separate .tg-site-header {
    background-color: #fff;
    border-bottom: 0 none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.tg-container--separate .tg-page-header {
    background-color: #ced4da;
}

.tg-container--separate .tg-site-footer {
    background-color: #fff;
}

.tg-container--separate #primary {
    padding-right: 2em;
}

.tg-container--separate #secondary {
    padding-left: 2em;
    border-left: 0 none;
}

.tg-container--separate .tg-site-layout--left #primary {
    padding-left: 2em;
}

.tg-container--separate .tg-site-layout--left #secondary {
    padding-right: 2em;
    border-right: 0 none;
}

.tg-container--separate .hentry,
.tg-container--separate .widget {
    background-color: #fff;
    padding: 2em;
}

.tg-container--separate .tg-footer-widget-area .widget {
    padding: 0;
    background-color: transparent;
}

/* When transparent header is present */
.has-transparent-header .site-content,
.tg-no-content-margin .site-content {
    margin: 0;
}

.elementor-template-full-width .site-content {
    margin: 0;
	margin-top: 35px;
}

.elementor-template-full-width .site-content > .tg-container--flex {
    display: block;
}

/*=============================================
=            Page builder            =
=============================================*/
.page-template-pagebuilder {
    background: #fff;
}

.page-template-pagebuilder .site-content {
    margin: 0;
}

.page-template-pagebuilder .widget {
    background: initial;
    padding: 0;
}

.page-template-pagebuilder #primary.content-area.pagebuilder-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: inherit;
    padding: 0;
}

@font-face {
    font-family: "themegrill-icons";
    src: url("assets/fonts/themegrill-icons.eot?5d42b271f668d2d6461ba91fc5a5a839?#iefix") format("embedded-opentype"), url("assets/fonts/themegrill-icons.woff2?5d42b271f668d2d6461ba91fc5a5a839") format("woff2"), url("assets/fonts/themegrill-icons.woff?5d42b271f668d2d6461ba91fc5a5a839") format("woff");
}
@font-face {
    font-family: 'Cuprum';
    src: url('assets/fonts/Cuprum-Regular.eot');
    src: url('assets/fonts/Cuprum-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Cuprum-Regular.woff2') format('woff2'),
        url('assets/fonts/Cuprum-Regular.woff') format('woff'),
        url('assets/fonts/Cuprum-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cuprum';
    src: url('assets/fonts/Cuprum-Bold.eot');
    src: url('assets/fonts/Cuprum-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Cuprum-Bold.woff2') format('woff2'),
        url('assets/fonts/Cuprum-Bold.woff') format('woff'),
        url('assets/fonts/Cuprum-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.tg-icon {
    font-family: "themegrill-icons";
    display: inline-block;
    font-size: 1rem;
    font-style: normal;
}

.tg-icon-angle-down::after {
    content: "\f101";
}

.tg-icon-angle-left::after {
    content: "\f102";
}

.tg-icon-angle-right::after {
    content: "\f103";
}

.tg-icon-angle-up::after {
    content: "\f104";
}

.tg-icon-arrow-down::after {
    content: "\f105";
}

.tg-icon-arrow-left::after {
    content: "\f106";
}

.tg-icon-arrow-right::after {
    content: "\f107";
}

.tg-icon-arrow-up::after {
    content: "\f108";
}

.tg-icon-bars::after {
    content: "\f109";
}

.tg-icon-close::after {
    content: "\f10a";
}

.tg-icon-search::after {
    content: "\f10b";
}

.tg-icon-shopping-cart::after {
    content: "\f10c";
}

.tg-page-header {
    padding: 20px 0;
}

.tg-page-header .tg-page-header__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 1.3;
    width: 100%;
}

.tg-site-header-bottom-nav .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.tg-site-header-bottom-nav .container .container-nav {
    background: #289ACA;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.tg-page-header.tg-page-header--left-right .tg-page-header__title {
    margin-right: auto;
}

.tg-page-header.tg-page-header--left-right .breadcrumbs {
    margin-left: auto;
}

.tg-page-header.tg-page-header--both-center .tg-container--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tg-page-header.tg-page-header--right-left .tg-page-header__title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
}

.tg-page-header.tg-page-header--right-left .breadcrumbs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: auto;
}

.tg-page-header.tg-page-header--both-left .tg-container--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tg-page-header.tg-page-header--both-right .tg-container--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.tg-page-header .breadcrumb-trail ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
}

.tg-page-header .breadcrumb-trail ul li {
    font-size: 14px;
}

.tg-page-header .breadcrumb-trail ul li::after {
    padding: 5px;
    font-size: 14px;
    color: #414141!important;
    vertical-align: middle;
    content: " → ";
}

.tg-page-header .breadcrumb-trail ul li:last-child::after {
    content: none;
}
.main_header_contacts p {
    margin-bottom: 4px;
    text-align: center;
    line-height: 19px;
    font-weight: 700;
}
.main_header_contacts p:first-child a,
.main_header_contacts p:nth-child(2) a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-decoration: underline;
    color: #ff6c48;
    font-weight: 600;
}
.main_header_contacts p:first-child a:hover,
.main_header_contacts p:nth-child(2) a:hover {
    color: #005580;
}
.main_header_contacts p:last-child a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    text-decoration: none;
    color: #747474;
    font-weight: 700;
}
/*=============================================
=            Lists            =
=============================================*/
ul,
ol {
    margin: 0 0 1.6rem 1.6rem;
    padding-left: 0;
}

ul {
    list-style: square;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.6rem;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.6rem 1.6rem;
}

/*=============================================
=            Table            =
=============================================*/
table {
    margin: 0 0 1.5em;
    width: 100%;
}

table th,
table td {
    text-align: left;
    border: 1px solid #e9ecef;
    padding: 1em;
}

/*=============================================
=            Admin Bar            =
=============================================*/
.admin-bar .tg-site-header.tg-site-header--transparent {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .tg-site-header.tg-site-header--transparent {
        top: 46px;
    }
}

.search-form label {
    position: relative;
}

.search-form label::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    display: block;
    content: "\f10b";
    font-family: themegrill-icons;
    color: #adb5bd;
}

.search-form .search-submit {
    display: none;
}

/*=============================================
=            Links            =
=============================================*/
a{
    color: #289ACA;
    text-decoration: none;
    -webkit-transition: color 0.35s ease-in-out;
    transition: color 0.35s ease-in-out;
}
.menu-toogle a:link {
    color: #EF4123;
    text-decoration: none;
}
a:link {
    color: #EF4123;
    text-decoration: underline;
}
a:hover {
    /*color: #374873;*/
	color: #008DA9;	
    text-decoration: underline;
}

a:focus {
    color: #269bd1;
}

a:active {
    outline: 0;
}
.menu a {
    text-decoration: none;
}
.entry-content a {
    color: #269bd1;
    text-decoration: underline;
}

.tg-primary-menu {
    border-bottom: 0 solid #e9ecef;
    margin-left: auto;
    display: inline-block;
}
.tg-site-header-bottom-nav .container-nav > form {
    display: inline-block;
    float: right;
} 
.tg-site-header-bottom-nav .container-nav > form .finder_topsearch {
    padding: 0 15px;
}
.tg-site-header-bottom-nav .container-nav > form input[type="text"] {
    width: 290px;
    height: 21px;
    margin: 0px 5px 0;
    box-shadow: inset -1px 2px 5px 0 rgba(50,50,50,.9);
    border: 0;
    border-radius: 8px;
    background: url(assets/img/icons/search-glass.png) no-repeat white 4px center;
    padding-left: 22px;
    font-family: Arial, Helvetica, sans-serif;
}
.tg-site-header-bottom-nav .container-nav > form input[type="submit"] {
    height: 21px;
    border-radius: 15px;
    border: 0;
    padding: 0 15px;
    background: linear-gradient(181deg,rgb(116,116,116) 30%,rgb(116,116,116) 70%);
    color: #fff;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
.tg-primary-menu .menu-primary > li:last-child {
    display: none;
}
.tg-primary-menu a {
    font-family: Arial, Helvetica, sans-serif!important;
}

.tg-primary-menu > div ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.tg-primary-menu > div ul li.current_page_item > a, .tg-primary-menu > div ul li.current-menu-item > a {
    color: #269bd1;
}

.tg-primary-menu > div ul li:hover > a {
    color: #269bd1;
}

.tg-primary-menu > div ul li.menu-item-has-children, .tg-primary-menu > div ul li.page_item_has_children {
    position: relative;
}
.tg-primary-menu .menu-primary li.menu-item-has-children >a:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 13px solid #FFF;
    content: "";
    display: block;
    float: right;
    position: relative;
    right: 10px;
    top: 16px;
}
.tg-primary-menu .menu-primary-blog li.menu-item-has-children >a:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 13px solid #FFF;
    content: "";
    display: block;
    float: right;
    position: relative;
    top: 15px;
    right: -10px;
}

.tg-primary-menu > div ul li.page_item_has_children > a::after {
    margin-left: 0.5rem;
    font-family: "themegrill-icons" !important;
    vertical-align: middle;
    content: "\f101";
}

.tg-primary-menu > div ul li.menu-item-has-children:hover > ul, .tg-primary-menu > div ul li.page_item_has_children:hover > ul {
    display: block;
}

.tg-primary-menu > div ul li a {
    display: block;
    color: #16181a;
}

.tg-primary-menu > div ul li ul {
    display: none;
    top: 100%;
    border: 1px solid #e9ecef;
    width: 280px;
    background: #fff;
    position: absolute;
    z-index: 999;
}

.tg-primary-menu > div ul li ul.tg-edge {
    left: -100%;
}

.tg-primary-menu > div ul li ul li {
    border-bottom: 1px solid #e9ecef;
}

.tg-primary-menu > div ul li ul li:last-child {
    border-bottom: 0;
}

.tg-primary-menu > div ul li ul li.menu-item-has-children > a::after, .tg-primary-menu > div ul li ul li.page_item_has_children > a::after {
    position: absolute;
    right: 1rem;
    font-family: "themegrill-icons" !important;
    vertical-align: middle;
    content: "\f103";
}

.tg-primary-menu > div ul li ul li a {
    padding: 1em;
}

.tg-primary-menu > div ul li ul li ul {
    top: -1px;
    left: 100%;
}

.tg-primary-menu > div ul li.tg-menu-item-search {
    position: relative;
    cursor: pointer;
}

.tg-primary-menu > div ul li.tg-menu-item-search .search-form {
    position: absolute;
    top: 43px;
    right: 0;
    width: 200px;
    display: none;
    z-index: 999;
}

.tg-primary-menu > div ul li.tg-menu-item-search .search-form label {
    margin-bottom: 0;
    width: 100%;
}

.tg-primary-menu > div ul li.tg-menu-item-search.show-search .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tg-primary-menu > div > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tg-primary-menu > div > ul > li > a {
    height: 50px;
    line-height: 45px!important;
    text-align: center;
    border: 1px solid transparent;
}
.tg-primary-menu > div > ul > li:hover > a{
    color: #555454!important;
    border: 1px solid #E9E9E9;
    background: #fff;
}
.tg-primary-menu .menu-primary > li:first-child > a{
    width: 230px;
    border-radius: 20px 0 0 20px;
    font-size: 18px;
}
.tg-primary-menu .menu-primary > li:nth-child(2) > a{
    width: 90px;
    font-size: 18px;
}
.tg-primary-menu .menu-primary > li:nth-child(3) > a{
    width: 260px;
    font-size: 18px;
}
.tg-primary-menu .menu-primary > li:nth-child(4) > a{
    width: 180px;
    font-size: 18px;
}
.tg-primary-menu .menu-primary > li:nth-child(5) > a{
    width: 150px;
    font-size: 18px;
}
.tg-primary-menu .menu-primary > li:last-child {
    margin-right: 0;
}

.tg-primary-menu .menu-primary > li.tg-menu-item-cart {
    margin-right: 10px;
}

.tg-primary-menu .menu-primary > li > ul.tg-edge {
    right: 0;
    left: auto;
}
.tg-primary-menu .menu-primary-blog  LI:first-child A {
    border-radius: 10px 0 0 10px;
}
.tg-primary-menu .menu-primary-blog  LI A {
    color: #FFF;
    text-decoration: none;
    padding: 0 17px;
    font-size: 14px;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
}
.tg-primary-menu .sub-menu li:hover {
    background: #E4F7FC;
}
.tg-primary-menu .sub-menu li a {
    height: 33px;
    line-height: 33px;
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
    color: #555454!important;
    width: 300px;
    font-size: 17px;
    padding: 0px 10px;
    height: auto;
}
.tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current_page_item > a, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current-menu-item > a, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current_page_item > a, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current-menu-item > a, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current_page_item > a, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current-menu-item > a {
    position: relative;
}

.tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current_page_item > a::before, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current-menu-item > a::before, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current_page_item > a::before, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current-menu-item > a::before, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current_page_item > a::before, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current-menu-item > a::before {
    content: "";
    position: absolute;
    background-color: #269bd1;
}

.tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current_page_item > a, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current-menu-item > a {
    position: relative;
}

.tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current_page_item > a::before, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current-menu-item > a::before {
    height: 2px;
    width: 100%;
    bottom: 0;
}

.tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current_page_item > a::before, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current-menu-item > a::before {
    width: 2px;
    height: 12px;
    top: 50%;
    left: -5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current_page_item > a::before, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current-menu-item > a::before {
    width: 2px;
    height: 12px;
    top: 50%;
    right: -5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Top Header Menu */
.tg-site-header-top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
}

.tg-site-header-top ul li a {
    padding: 0 0.5em;
}

/* Header Action */
.tg-header-action-list {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.tg-header-action-list .tg-header-action__item {
    position: relative;
}

.tg-header-action-list .tg-header-action__item.tg-mobile-toggle {
    display: none;
}

/* Post Navigation */
.posts-navigation,
.post-navigation {
    margin-top: 4rem;
    border-top: 1px solid #e9ecef;
    padding: 2rem 0;
}

.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.posts-navigation .nav-links a,
.post-navigation .nav-links a {
    vertical-align: middle;
}

.posts-navigation .nav-links .nav-previous a::before,
.post-navigation .nav-links .nav-previous a::before {
    margin-right: 0.5rem;
    font-family: "themegrill-icons" !important;
    vertical-align: middle;
    content: "\f102";
}

.posts-navigation .nav-links .nav-next a::after,
.post-navigation .nav-links .nav-next a::after {
    margin-left: 0.5rem;
    font-family: "themegrill-icons" !important;
    vertical-align: middle;
    content: "\f103";
}

/* Mobile navigation */
.tg-mobile-navigation {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    width: 300px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.35s -webkit-transform ease;
    transition: 0.35s -webkit-transform ease;
    transition: 0.35s transform ease;
    transition: 0.35s transform ease, 0.35s -webkit-transform ease;
    padding: 40px 20px 20px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.tg-mobile-navigation .tg-mobile-navigation-close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 25px;
}

.tg-mobile-navigation .tg-mobile-navigation-close::before, .tg-mobile-navigation .tg-mobile-navigation-close::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 20px;
    background-color: #16181a;
    right: 0;
}

.tg-mobile-navigation .tg-mobile-navigation-close::before {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.tg-mobile-navigation .tg-mobile-navigation-close::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tg-mobile-navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tg-mobile-navigation li {
    position: relative;
}

.tg-mobile-navigation li.page_item_has_children, .tg-mobile-navigation li.menu-item-has-children {
    position: relative;
}

.tg-mobile-navigation li.page_item_has_children .tg-submenu-toggle, .tg-mobile-navigation li.menu-item-has-children .tg-submenu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
}

.tg-mobile-navigation li.page_item_has_children .tg-submenu-toggle::after, .tg-mobile-navigation li.menu-item-has-children .tg-submenu-toggle::after {
    content: "+";
    font-size: 20px;
}

.tg-mobile-navigation li.page_item_has_children ul, .tg-mobile-navigation li.menu-item-has-children ul {
    padding-left: 15px;
    max-height: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    overflow: hidden;
}

.tg-mobile-navigation li.page_item_has_children.submenu--show > .tg-submenu-toggle::after, .tg-mobile-navigation li.menu-item-has-children.submenu--show > .tg-submenu-toggle::after {
    content: "-";
}

.tg-mobile-navigation li.page_item_has_children.submenu--show > ul, .tg-mobile-navigation li.menu-item-has-children.submenu--show > ul {
    max-height: 500px;
}

.tg-mobile-navigation li.tg-menu-extras-wrap {
    display: none;
}

.tg-mobile-navigation.tg-mobile-navigation--opened {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.tg-mobile-navigation a {
    display: block;
    padding: 0.5em 0;
}

.main-navigation.tg-primary-menu > div ul li.tg-header-button-wrap a {
    color: #fff;
    background-color: #269bd1;
    padding: 5px 10px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.main-navigation.tg-primary-menu > div ul li.tg-header-button-wrap a:hover {
    color: #fff;
    background-color: #1e7ba6;
}

.tg-menu-item-cart .cart-page-link {
    position: relative;
}

.tg-menu-item-cart .cart-page-link .count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    width: 16px;
    height: 16px;
    background-color: #343a40;
    color: #fff;
    position: absolute;
    top: -5px;
    right: -10px;
    border-radius: 50%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tg-site-footer-bar .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
}

.tg-site-footer-bar .menu li a {
    padding: 0 0.5em;
}

.tg-primary-menu > div > ul > li.tg-menu-extras-wrap {
    margin: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tg-primary-menu > div > ul > li.tg-menu-extras-wrap .submenu-expand {
    cursor: pointer;
    width: 28px;
    height: 28px;
    padding: 0;
    text-align: center;
}

.tg-mobile-navigation li.menu-item-has-children .toggled-on + ul {
    max-height: 500px;
}

.tg-mobile-navigation li.menu-item-has-children .tg-submenu-toggle.toggled-on::after {
    content: "-";
}

/*=============================================
=            Accesibility            =
=============================================*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #e9ecef;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #16181a;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*=============================================
=            Alignments            =
=============================================*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.aligncenterrr {
	margin-top: -1px;
}

.tg-flex-left {
    margin-right: auto;
}

.tg-flex-right {
    margin-left: auto;
}

/*=============================================
=            Clearings            =
=============================================*/
.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
    display: table;
    content: "";
}

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
    clear: both;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    background-color: #269bd1;
    color: #fff;
    padding: 0.7rem 1rem;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #1e7ba6;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
    color: #16181a;
    border: 1px solid #dee2e6;
    padding: 0.7rem 1rem;
    width: 100%;
    border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
    color: #51585f;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 0.5rem;
    vertical-align: middle;
    display: inline-block;
}

label {
    margin-bottom: 0.5rem;
    display: inline-block;
}

select {
    border: 1px solid #dee2e6;
    padding: 0.5rem;
}

/*=============================================
=            Header            =
=============================================*/
/* Top Header */
.tg-site-header-top {
    background-color: #e9ecef;
}

.tg-site-header-top .widget {
    margin: 0;
}

.tg-site-header-top .tg-header-top-left-content,
.tg-site-header-top .tg-header-top-right-content {
    width: 50%;
}
.tg-site-header-top .tg-header-top-left-content {
    padding-left: 160px;
    font-family: Arial, Helvetica, sans-serif!important;
    font-size: 18px;
}

.tg-site-header-top .tg-header-top-right-content ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.tg-site-header-top .tg-header-top-right-content a span{
    font-family: Arial, Helvetica, sans-serif!important;
    font-size: 18px;
}
.tg-site-header-top .tg-header-top-right-content p {
    text-align: right;
}

.tg-site-header-top p {
    margin: 0;
}

.tg-site-header {
    padding: 0 0 1em;
    border-bottom: 1px solid #e9ecef;
    background-color: #fff;
}

.tg-site-header.tg-site-header--center .tg-site-header-bottom .tg-container--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tg-site-header.tg-site-header--center .site-branding {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin: 25px 0 25px 50px;
}
.logo_hours {
    background-size: cover;
    background-position: center;
    float: left;
    width: 92px;
    height: 100px;
    z-index: 2;
    margin: 0px -50px 0px 0px;
}
.tg-site-header .title_main_header p {
    color: #289ACA;
    margin-bottom: 0;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    text-align: center;
}
.tg-site-header .title_main_header p:first-child {
    font-size: 40px;
    text-transform: uppercase;
}
.tg-site-header .title_main_header p:last-child {
    font-size: 29px;
    letter-spacing: 5px;

}
.tg-site-header.tg-site-header--center .site-branding .custom-logo-link {
    margin-right: 0;
}

.tg-site-header.tg-site-header--center .tg-primary-menu {
    margin-left: initial;
}

.tg-site-header.tg-site-header--right .tg-site-header-bottom .tg-container--flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.tg-site-header.tg-site-header--right .tg-site-header-bottom .main-navigation ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.tg-site-header.tg-site-header--right .site-branding .custom-logo-link {
    margin-right: 0;
}

.tg-site-header.tg-site-header--right .site-branding .site-info-wrap {
    margin-left: 20px;
}

.tg-site-header.tg-site-header--right .tg-primary-menu {
    margin-left: initial;
    margin-right: auto;
}

.tg-site-header.tg-site-header--transparent {
    position: absolute;
    top: 0;
    z-index: 9999;
    height: auto;
    width: 100%;
    background: transparent;
}

.tg-header-transparent-wrapper {
    position: relative;
}

/* Site brading */
.site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-branding .custom-logo-link {
    margin: 30px 20px 25px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.site-branding .site-title {
    font-size: 1.313rem;
    color: #16181a;
    font-weight: 400;
    line-height: 1.5;
}

.site-branding .site-description {
    font-size: 1rem;
}

.site-branding .site-description,
.site-branding .site-title {
    font-family: -apple-system, blinkmacsystemfont, "segoe ui", roboto, "oxygen-sans", ubuntu, cantarell, "helvetica neue", helvetica, arial, sans-serif;
    margin: 0;
}

.wp-custom-header img {
    margin: 0 auto;
    width: 100%;
    vertical-align: middle;
}

.wp-custom-header:hover .wp-custom-header-video-button {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.wp-custom-header .wp-custom-header-video-button {
    position: absolute;
    top: calc( 50% - 30px);
    left: calc( 50% - 30px);
    z-index: 9999;
    height: 60px;
    width: 60px;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 0.35s, visibility 0.35s, -webkit-box-shadow 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, visibility 0.35s, -webkit-box-shadow 0.35s, -webkit-transform 0.35s;
    transition: box-shadow 0.35s, opacity 0.35s, visibility 0.35s, transform 0.35s;
    transition: box-shadow 0.35s, opacity 0.35s, visibility 0.35s, transform 0.35s, -webkit-box-shadow 0.35s, -webkit-transform 0.35s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.wp-custom-header .wp-custom-header-video-button:hover {
    -webkit-box-shadow: 0 0 75px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 75px rgba(0, 0, 0, 0.8);
}

/*=============================================
=            404 Page            =
=============================================*/
.error-404 {
    text-align: center;
}

.error-404 .search-form {
    margin-top: 20px;
}

.site-content {
    margin-top: 80px;
    /*	margin-bottom: 80px;*/
}

#primary {
    width: 70%;
    padding-right: 60px;
}

#secondary {
    width: 30%;
}

.tg-site-layout--default #primary {
    width: unset;
    padding: 0;
}

.tg-site-layout--default .content-area {
    max-width: 760px;
    margin: 0 auto;
}

.tg-site-layout--default .hentry {
    /*margin: 0 0 10em;*/
}

.tg-site-layout--default .alignfull {
    width: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.tg-site-layout--left .site-content .tg-container--flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.tg-site-layout--left #primary {
    padding-right: 0;
    padding-left: 60px;
}

.tg-site-layout--left #secondary {
    padding-left: 0;
    padding-right: 60px;
    border-left: 0 none;
    border-right: 1px solid #e9ecef;
}

.tg-site-layout--no-sidebar #primary {
    width: 100%;
    padding-right: 0;
}

/*=============================================
=            Sidebar            =
=============================================*/
/*=============================================
=            Widgets            =
=============================================*/
.widget {
    margin: 0 0 2.5rem;
    /* Make sure select elements fit in widgets. */
}

.widget .widget-title {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.widget ul {
    margin: 0;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
}

.widget ul li {
    border-bottom: 1px solid #e9ecef;
    /*padding: 0.5rem 0;*/
    text-decoration: underline;
}

.widget ul li:last-child {
    border-bottom: none;
}

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

.widget.widget_search .search-form label {
    width: 100%;
}

.widget.widget_calendar table td, .widget.widget_calendar table th {
    padding: inherit;
    text-align: center;
}

.widget.widget_tag_cloud .tagcloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.widget.widget_tag_cloud .tagcloud a {
    font-size: 1rem !important;
    border: 1px solid;
    padding: 5px 10px;
    margin: 5px;
}

/*=============================================
=            Posts and Pages            =
=============================================*/
.sticky {
    display: block;
}

.hentry {
    /*margin: 0 0 5em;*/
}

.updated:not(.published) {
    display: none;
}

.extra-hatom {
    display: none;
}

.post-thumbnail {
    margin: 0 0 1.5em;
}

.entry-content {
    margin: 0 0 3em;
}

.entry-content p {
    /*margin-bottom: 1.4em;*/
}

.entry-content p:last-child {
    margin-bottom: 0;
}

.post-thumbnail {
    display: block;
}

.page-links {
    clear: both;
    margin: 0 0 1.5rem;
}

.entry-title {
    margin: 0 0 0.5em;
    font-size: 2.25rem;
}

.entry-meta {
    margin: 0 0 1.5em;
}

.entry-meta > span {
    margin-right: 1.5rem;
}

.entry-meta > span:last-child {
    margin-right: 0;
}

.tg-meta-style-two .entry-meta span, .tg-meta-style-two .entry-meta a {
    color: #269bd1;
}

.tg-meta-style-two .entry-meta a:hover {
    color: #1e7ba6;
}

.tg-meta-style-two .entry-meta span::before {
    display: inline-block;
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.tg-meta-style-two .entry-meta .byline::before {
    content: '\f007';
}

.tg-meta-style-two .entry-meta .posted-on::before {
    content: '\f017';
}

.tg-meta-style-two .entry-meta .cat-links::before {
    content: '\f07c';
}

.tg-meta-style-two .entry-meta .tags-links::before {
    content: '\f02c';
}

.tg-meta-style-two .entry-meta .comments-link::before {
    content: '\f075';
}

.tg-read-more-wrapper.tg-text-align--right {
    text-align: right;
}

/*=============================================
=            Asides            =
=============================================*/
/*=============================================
=            Comments            =
=============================================*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

#comments {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    text-indent: 0;
    margin-top: 25px;
}

#comments .comments-list {
    width: 100%;
}

#comments .comment-list .children {
    list-style-type: none;
    margin-left: 2rem;
}
#cke_1_contents {
    height: 100px !important;
}
.page-template-page-reviews  #comments .comments-list .even, 
.page-template-page-reviews  #comments .comments-list .odd {
    background-image: none;
    background-color: transparent;
    color: #3c452d;
    border: none;
    margin-left: 0;
    margin-bottom: 10px;
    overflow: hidden;
    border-top: solid 3px #eefaff;
    padding: 30px 0px 40px;
}
#comments .comment-box {
    margin: 0;
    padding: 0;
    color: #999;
    display: flex;
    justify-content: space-between;
}
.comment-box .left-block {
    color: #414141;
    font-size: 14px;
    font-family: arial;
    display: flex;
    flex-direction: column;
}
.comment-box .left-block .global-rating {
    display: flex;
}
.top-right-block {
    color: #7B7B7B;
    margin-bottom: 7px;
    font-size: 14px;
}
.top-right-block a {
    color: #289ACA;
    text-decoration: underline;
}
.top-right-center-block {
    font-family: arial;
    font-weight: bold;
    color: #414141;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}
#comments .comment-body {
    color: #414141;
    font-family: Arial, Helvetica, sans-serif;
}
#comments a:active, #comments a:focus, #comments a:hover {
    color: #cc0000 !important;
    background-color: transparent !important;
}
.after_rev {
    background: url(assets/img/after_rev.png) no-repeat;
    width: 47px;
    height: 50px;
    position: absolute;
    margin-left: 70px;
}
label.label_rev {
    width: 100px;
    margin-bottom: 0;
}
.comm {
    width: 540px;
    min-height: 90px;
    background: #EEFAFF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    padding: 20px;
}
.select_checkpoint {
    width: 100%;
    height: 45px;
}
.select_checkpoint select#checkpoint{
    width: 300px;
    float: left;
    display: block;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 10px;
    border: 1px solid #DBDBDB;
    margin-bottom: 15px;
    background: rgba(253, 253, 253, 1);
    color: #363636;
    font-size: 14px;
    height: 30px;
    padding: 5px;
    border-radius: 5px;
}
#rating {
    float: left;
    margin-left: 20px;
    margin-top: 4px;
}
.testimonial-rating {
    width: 130px;
    height: 24px;
    line-height: 24px;
    float: left;
}
.testimonial-rating .testimonial-rating-stars {
    background: url(assets/img/icons/star_empty.png) repeat-x;
    width: 120px;
    height: 24px;
    float: left;
}
.testimonial-rating .testimonial-realrating {
    display: block !important;
    background: url(assets/img/icons/star.png?1) repeat-x;
    height: 24px;
}
.rating_bal {
    float: left;
    margin-top: 4px;
}
a.bt_rev_top {
    background: url(assets/img/rev_bt_top.png) no-repeat;
    display: block;
    width: 183px;
    height: 32px;
    float: right;
}
a.bt_rev_top:hover {
    background-position: 0 -32px;
}
#comments-form {
    background: #FBF6D3;
    border: 1px solid #EBD39D;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 30px;
    overflow: hidden;
    margin-bottom: 40px;
    margin-top: 30px;
    float: left;
    width: 100%;
}
#comments-form  h4 {
    color: #747474;
    font-family: Cuprum, sans-serif;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 25px;
}
#comments-form p {
    margin-top: 10px;
    margin-bottom: 8px;
    overflow: hidden;
    padding: 0;
}
#comments-form-left-block > p > span {
    display: flex;
    justify-content: space-between;
}
#comments-form-left-block INPUT {
    width: 170px;
    margin-bottom: 2px;
    height: 27px;
    width: 295px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #EBD39D;
}
#comments-form-left-block LABEL {
    color: #747474;
    background-color: inherit;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    display: inline;
    float: left;
    font-size: 18px;
    font-family: Arial, sans-serif;
    font-weight: 400;
}
#comments-form-left-block .counter {
    color: #777;
    font: normal 1em Verdana, Arial, Sans-Serif;
}
#comments-form-left-block {
    width: 490px;
    float: left;
}
#comments-form-right-block {
    float: right;
    width: 365px;
}
#comments-form .grippie .counter {
    font-size: 10px;
    padding: 0;
    margin: 0;
}
#comments-form .grippie > span {
    display: block;
    float: left;
}

#comments-form .btn A, #comments-report-form .btn A {
    text-decoration: none;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    font-weight: bold;
    color: #777;
    padding: 0 5px;
    border: none;
    background: url(assets/img/rev_bt_top.png);
    width: 182px;
    display: block;
    height: 32px;
    float: right;
    margin-top: 10px;
}
#comments-form .btn A:hover{
    background-position: 0 -32px;
}
a:focus,input:focus {
    outline: none;
}

#comments-form {
position: relative;
}

.comments-form-message-info,
.comments-form-message-error {
background: rgb(255 255 255 / 50%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}
.comments-form-message-info p,
.comments-form-message-error p {
    padding: 15px !important;
    margin: 0 !important;
    background: #eee;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    z-index: 100;
    text-align: center;
}

.comments-form-message-info:before,
.comments-form-message-error:before {
content: "";
display: block;
}

.page-template-page-reviews .site-content {
    margin-top: 0;
}
SELECT#branchesForm {
    height: 27px;
    float: right;
    width: 295px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 5px;
    border: 1px solid #EBD39D;
    font: 400 13.3333px Arial;
}
#comments-form textarea {
    max-width: 295px;
    border: solid 1px #ebd39d;
    width: 295px;
    margin: 0;
    resize: none;
    float: right;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
#comments-form .bbcode a, #comments-form .bbcode a:focus, #comments-form .bbcode a:active, #comments-form .bbcode a:hover {
    width: 23px;
    height: 23px;
    float: left;
    margin: 0 2px 0 0;
    display: block;
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-image: url(assets/img/icons/jc_bbcodes.gif);
    text-decoration: none;
    border: none !important;
}
#comments-form a.bbcode-youtube {
    background-position: -330px 0 !important;
}
#comments-form a.bbcode-facebook {
    background-position: -420px 0 !important;
}
#comments-form a.bbcode-instagram {
    background-position: -480px 0 !important;
}
#comments-form a.bbcode-vimeo {
    background-position: -510px 0 !important;
}
#comments-form a.bbcode-wiki {
    background-position: -390px 0 !important;
}
#comments-form a.bbcode-smile {
    background-position: -300px 0 !important;
}
#comments-form input, 
#comments-form textarea, 
#comments-form select {
    color: #363636;
    font-size: 14px;
    padding: 5px;
}
.label_textarea {
    justify-content: flex-start!important;
}
TEXTAREA {
    min-height: 100px;
    overflow: auto;
}
.container-form-blocks {
    display: flex;
    justify-content: space-between;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
#comments-form-right-block INPUT {
    display: none;
}
#comments-form-right-block SPAN.rating LABEL {
    font-size: 0px;
}
#comments-form-right-block LABEL {
    color: #747474;
    font-size: 18px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.rating:hover .rating-star:hover, .rating:hover .rating-star:hover ~ .rating-star, .rating-input:checked ~ .rating-star {
    background-position: 0 -25px;
    background-repeat: space;
}
.rating-star, .rating:hover .rating-star {
    position: relative;
    float: right;
    display: block;
    width: 26px;
    height: 24px;
    background: url(assets/img/icons/stars.png) 0 -48px;
    font-size: 0;
}
#comments-form-right-block .block_rev > span {
    display: flex;
    justify-content: space-between;
}
/*=============================================
=            Captions            =
=============================================*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

.post-type-archive-news .content-area,
.single-news .content-area {
    width: 100%!important;
    padding-right: 0!important;
    display: flex;
    flex-wrap: inherit;
}
.content-area .content {
    width: 100%;
}
.content-area .itemContainer {
    /*width: 265px;*/
    width: 350px;
    margin: 0px 25px;
    display: inline-block;
}
.content-area .itemContainer div.catItemBody {
    padding: 8px 0;
    margin: 0;
}
.content-area .itemContainer .catItemImageBlock {
    margin: 0 0 25px;
    display: block;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.content-area .itemContainer .hover-fx {
    width: 265px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
}
.content-area .itemContainer .catItemImageBlock:hover .hover-fx {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.content-area .itemContainer span.catItemDateCreated {
    color: #8B8B8B;
    display: block;
    margin-bottom: 5px;
}
.content-area .itemContainer h3.catItemTitle {
    font-family: Cuprum, sans-serif;
    font-weight: 700;
    font-size: 21px;
    color: #289ACA;
    line-height: 21px;
    min-height: 65px;
    margin-bottom: 8px;
}
.content-area .itemContainer div.catItemIntroText {
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
    padding: 7px 0 12px;
    min-height: 270px;
}
.post-type-archive-news .header_page {
    width: 100%;
}
.single-post header.tg-page-header:nth-child(2) {
    display: none;
}
.single-news h1tg-page-header__title,
.post-type-archive-news .header_page h1{
    color: #FF6F4C;
    font-family: Cuprum, sans-serif;
    font-weight: 700;
    /*font-size: 24px;*/
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    /* line-height: 48px; */
}
.single-news .site-content,
.post-type-archive-news .site-content {
    margin-top: 0!important;
    margin-bottom: 30px !important;
}
.single-news .itemBody div.itemImageBlock {
    padding: 8px;
    margin: 0 0 16px 0;
}
.single-news .itemBody span.itemImage {
    display: block;
    text-align: center;
    margin: 0 0 8px 0;
}
.single-news .itemBody span.itemImage img {
    border: 1px solid #E8E8E8;
    padding: 5px;
    width: 100%;
    height: auto;
}
.single-news .itemBody span.itemDateCreated {
    float: right;
    color: #8B8B8B;
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 15px;
    font-family: Arial, Helvetica, sans-serif;
}
.post-type-archive-news .tg-page-header:nth-child(2) {
    display: none;
}
.kama_breadcrumbs span a {
    font-size: 14px;
    font-family: Arial;
    text-decoration: underline;
    text-align: center;
    margin-bottom: 20px;
}
.kama_breadcrumbs span.kb_title {
    font-size: 12px;
    font-family: Arial;
    color: #949494;
}
.tg-page-header {
    padding-bottom: 0 !important;
}
div.wp-pagenavi,
div.wp-pagenavi-current {
    width: 100%;
    text-align: center;
}
div.wp-pagenavi a,
div.wp-pagenavi-current {
    font-size: 14px;
    font-family: Arial;
}
div.wp-pagenavi-current {
    margin-top: 20px;
    color: #999;
}
.blog .content-area .items-leading > div.item-leading,
.archive .content-area .items-leading > div.item-leading {
    margin-bottom: 10px;
    border-bottom: 1px solid #EEE;
    padding-bottom: 0px;
}
.blog .content-area .item-image IMG,
.archive .content-area .item-image IMG {
    max-width: 780px;
    width: 100%;
}
.blog .page-header H1,
.single-post .page-header H1,
.archive .page-header H1{
    color: #289ACA;
    margin-top: 30px;
    font-size: 26px;
    text-align: left;
    line-height: 1;
    text-transform: inherit;
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}
.single-post .page-header H1{ 
    margin-top: 0!important;
}
.single-post .site-content {
    margin: 40px 0 0;
}
.blog DL.article-info,
.single-post DL.article-info ,
.archive DL.article-info{
    display: inline-block;
    margin-bottom: 22px;
    margin-top: 0;
    font-size: 13px;
    font-family: Arial, sans-serif;
}
.blog A:hover,
.blog A:focus,
.archive A:focus,
.archive A:hover {
    color: #005580;
    text-decoration: underline;
}
.blog .pull-left,
.single-post .pull-left,
.archive .pull-left {
    float: none;
}

.single-post .articleBody p{
    font-family: arial;
    margin-bottom: 10px;
    font-size: 14px;
}
.blog dd,
.single-post dd,
.archive dd {
    margin: 0 !important;
}
.blog DL.article-info DD,
.archive DL.article-info DD,
.single-post DL.article-info DD {
    float: left;
}
.blog DL.article-info DD:not(:first-child):before,
.single-post DL.article-info DD:not(:first-child):before,
.archive  DL.article-info DD:not(:first-child):before{
    content: '|';
    padding-left: 5px;
    display: inline-block;
}
aside.widget-area .moduletable_button {
    background-color: #EEE;
    text-align: center;
    padding: 20px;
    z-index: 10;
}
aside.widget-area H3 {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 8px;
    line-height: 34px;
}
.blog p,
.archive p {
    margin-bottom: 8px;
}
aside.widget-area .moduletable_button A.skladsearch {
    background: #FF812E;
    background: -moz-linear-gradient(top, #ff812e 0%, #f76403 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff812e), color-stop(100%,#f76403));
    background: -webkit-linear-gradient(top, #ff812e 0%,#f76403 100%);
    background: -o-linear-gradient(top, #ff812e 0%,#f76403 100%);
    background: -ms-linear-gradient(top, #ff812e 0%,#f76403 100%);
    background: linear-gradient(to bottom, #ff812e 0%,#f76403 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff812e', endColorstr='#f76403',GradientType=0 );
    text-decoration: none;
    border: 0;
    border-radius: 10px;
    color: #FFF;
    line-height: 1;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    padding: 7px 30px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-top: 5px;
    display: inline-block;
}

aside.widget-area .moduletable_button A.skladsearch:hover {
    background: #F76403;
    background: -moz-linear-gradient(top, #f76403 0%, #ff812e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f76403), color-stop(100%,#ff812e));
    background: -webkit-linear-gradient(top, #f76403 0%,#ff812e 100%);
    background: -o-linear-gradient(top, #f76403 0%,#ff812e 100%);
    background: -ms-linear-gradient(top, #f76403 0%,#ff812e 100%);
    background: linear-gradient(to bottom, #f76403 0%,#ff812e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f76403', endColorstr='#ff812e',GradientType=0 );
}

aside.widget-area .moduletable_button A.skladsearch_h {
    background: #18ae57;
    background: -moz-linear-gradient(top, #18ae57 0%, #3f7858 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#18ae57), color-stop(100%,#3f7858));
    background: -webkit-linear-gradient(top, #18ae57 0%,#3f7858 100%);
    background: -o-linear-gradient(top, #18ae57 0%,#3f7858 100%);
    background: -ms-linear-gradient(top, #18ae57 0%,#3f7858 100%);
    background: linear-gradient(to bottom, #18ae57 0%,#3f7858 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18ae57', endColorstr='#3f7858',GradientType=0 );
    text-decoration: none;
    border: 0;
    border-radius: 10px;
    color: #FFF;
    line-height: 1;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    padding: 7px 30px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-top: 5px;
    display: inline-block;
}

aside.widget-area .moduletable_button A.skladsearch_h:hover {
    background: #3f7858;
    background: -moz-linear-gradient(top, #3f7858 0%, #18ae57 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f7858), color-stop(100%,#18ae57));
    background: -webkit-linear-gradient(top, #3f7858 0%,#18ae57 100%);
    background: -o-linear-gradient(top, #3f7858 0%,#18ae57 100%);
    background: -ms-linear-gradient(top, #3f7858 0%,#18ae57 100%);
    background: linear-gradient(to bottom, #3f7858 0%,#18ae57 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f7858', endColorstr='#18ae57',GradientType=0 );
}



aside.widget-area .mostread LI IMG.tptn_thumb {
    max-width: 360px;
}
ul {
    	list-style: none;
}
ul.mostread {
    margin-left: 0;
}
#commentform {
    display: flex;
    flex-flow: column wrap;
    position: relative;
}
#commentform .gglcptch {
    order: 1;
}
#commentform .comment-form-comment {
    order: 0;
    margin-bottom: 0;
}
#commentform .comment-form-author,
#commentform .comment-form-email{
    order: 3;
}
#commentform .comment-form-email {
    position: absolute;
    top: 280px;
    left: 30%;
}
#commentform .form-submit {
    order: 4;
}
aside.widget-area .mostread LI {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #EEE;
}

.archive  .site-content,
.blog .site-content  {
    margin-top: 35px;
    margin-bottom: 30px;
}
.blog  h1.tg-page-header__title,
.archive h1.tg-page-header__title {
    display: none;
}
.archive .content {
    padding-top: 30px;
}
.fixed {
    position: fixed;
    z-index: 1;
    width: 360px;
    overflow-y: hidden;
}
.comments-list + .nav-pagination {
    margin-left: 0;
    border-top: solid 3px #eefaff;
    text-align: center;
    width: 100%;
    padding-top: 20px;
}
.comments-list + .nav-pagination li {
    display: inline-block;
    color: #289aca;
    background-color: inherit;
    font-size: 15px;
    font-family: Arial, sans-serif;
    padding: 2px 5px;
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
    text-decoration: underline;
}
.nav-pagination li.active {
    font-weight: bold;
    text-decoration: none;
    color: #414141;
}
.readmore_text {
    display: none;
}
h2.comments-title {
    background: url(assets/img/grad1.gif) repeat-x left bottom white;
    border: 1px solid #DDD;
    font-size: 100%;
    font-weight: bold;
    margin: 10px 0;
    padding: 5px 10px;
    color: #414141;
    text-shadow: 1px 1px 0 white;
    font-family: Arial, Helvetica, sans-serif;
}

.comment-respond h3.comment-reply-title,
#commentform .comment-notes,
#commentform .comment-form-comment label,
#commentform .comment-form-cookies-consent {
    display: none;
}
#commentform .comment-form-comment textarea {
    height: 30px;
}
#commentform input,
#commentform textarea {
    padding: 2px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
#commentform input[type="text"] {
    width: 170px;
    background: #fff;
    color: #333;
    font-size: 100%;
    margin: 0;
    display: block;
}
#commentform  .comment-form-author,
#commentform .comment-form-email {
    display: inline-block;
}
#commentform  .comment-form-author {
    margin-right: 10px;
}
#commentform  input[type=submit] {
    cursor: pointer;
    outline: 0px;
    color: #333;
    padding: 0 7px;
    background: #fff;
}
.page-template-page-hranenie .site-content,
.page-template-page-hranenie-yuriki .site-content,
.page-template-page-hranenie-fiziki .site-content {
    margin-top: 0px;
}
#primary.content-hranenie {
    /*order: 2;
    width: calc(100% - 270px);*/
    width: 100%;
    /*margin-top: 15px;*/
    padding-right: 0;
    /*padding-left: 10px;*/
    padding-left: 0;
}
#primary.content-hranenie .page-title {
    margin-bottom: 10px;
}
.hranenie-sidebar {
    order: 1;
    width: 270px;
}
/*.hranenie-sidebar*/ .widget ul#menu-sajdbar-hranenie-fiziki li,
.widget ul#menu-sajdbar-hranenie-yuriki li,
.widget ul#menu-slajdbar-hranenie li,
section#nav_menu-8.widget ul li,
section#nav_menu-7.widget ul li  {
    display: block;
    border: 3px solid #949494;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    font-size: 16px;
    color: #414141;
    text-decoration: none;
    padding: 5px 10px;
    margin-bottom: 5px;
}
/*.hranenie-sidebar*/ .widget ul#menu-sajdbar-hranenie-fiziki li a,
.widget ul#menu-sajdbar-hranenie-yuriki li a,
.widget ul#menu-slajdbar-hranenie li a,
section#nav_menu-8.widget ul li a,
section#nav_menu-7.widget ul li a{
    display: block;
    font-size: 18px;
    color: #414141;
    text-decoration: none !important;
    line-height: 1.3;
} 
/*.hranenie-sidebar*/ .widget ul#menu-sajdbar-hranenie-fiziki li:hover,
.widget ul#menu-sajdbar-hranenie-yuriki li:hover,
.widget ul#menu-slajdbar-hranenie li:hover,
section#nav_menu-8.widget ul li:hover,
section#nav_menu-7.widget ul li:hover {
    border: 3px solid #279AC9;
}
.hranenie-sidebar .widget {
    /*margin: 15px auto;*/
    margin-top: 5px;
    max-width: 310px;
    margin-bottom: 15px;
}
.widget ul#menu-sajdbar-hranenie-fiziki li.current_page_item, 
.widget ul#menu-sajdbar-hranenie-yuriki li.current_page_item,
.widget ul#menu-slajdbar-hranenie li.current_page_item,
section#nav_menu-8.widget ul li.current_page_item,
section#nav_menu-7.widget ul li.current_page_item {
    border: 3px solid #FF6F4C;
    color: #FF6F4C;
}
.widget ul#menu-sajdbar-hranenie-fiziki li.current_page_item a, 
.widget ul#menu-sajdbar-hranenie-yuriki li.current_page_item a,
.widget ul#menu-slajdbar-hranenie li.current_page_item a,
section#nav_menu-8.widget ul li.current_page_item a,
section#nav_menu-7.widget ul li.current_page_item a {
    color: #FF6F4C;
}
/*.hranenie-sidebar*/ .widget ul#menu-sajdbar-hranenie-fiziki li.current_page_item:hover,
.widget ul#menu-sajdbar-hranenie-yuriki li.current_page_item:hover,
.widget ul#menu-slajdbar-hranenie li.current_page_item:hover,
section#nav_menu-8.widget ul li.current_page_item:hover,
section#nav_menu-7.widget ul li.current_page_item:hover  {
    color: #FF6F4C;
    border: 3px solid #279AC9;
}
/*.hranenie-sidebar*/ .widget ul#menu-sajdbar-hranenie-fiziki li.current_page_item:hover a,
.widget ul#menu-sajdbar-hranenie-yuriki li.current_page_item:hover a,
.widget ul#menu-slajdbar-hranenie li.current_page_item:hover a,
section#nav_menu-8.widget ul li.current_page_item:hover a,
section#nav_menu-7.widget ul li.current_page_item:hover a {
    color: #FF6F4C;
}
.hranenie-sidebar .widget a {
    width: 100%;
}
.hranenie-sidebar .widget a img {
    width: 100%;
    border: 1px solid #289ACA;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.moduletable_bigbutton_hranenie ul {
    display: flex; width: 100%; justify-content: space-around; flex-wrap: wrap;
}
.moduletable_bigbutton_hranenie ul li {
    width: calc(25% - 17px) !important; min-width: 170px; margin-right: 0  !important; margin-bottom: 17px;
}
.moduletable_bigbutton_hranenie ul li a {
    width: 100% !important; padding-top: 0 !important; display: flex !important; justify-content: center; align-items: center;
}
.callback-form-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}
.callback-form-overlay.show {
    display: block;
}
.callback-form {
    position: fixed;
    max-width: 340px;
    min-width: 290px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    border-radius: 10px;
    background: #f7f7f7;
    z-index: 1001;
    box-shadow: 0 2px 20px #333333;
    text-align: center;
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.callback-form.show {
    display: flex;
}
.callback-form h3 {
    color: #FF6F4C;
    font-family: Cuprum, sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 23px;
}
.callback-form p {
    display: flex;
    margin-bottom: 8px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.callback-form label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
}
.callback-form input {
    display: block;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 10px;
    border: 1px solid #DBDBDB;
    background: rgba(253, 253, 253, 1);
    color: #363636;
    font-size: 14px;
    height: 30px;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
    width: 220px;
    border-radius: 1px;
    color: black;
    font-size: 12px;
    padding: 5px !important;
    outline: 0;
    margin-left: 10px;
}
.callback-form input[type="submit"],
.callback-form div.wpcf7 .ajax-loader {
    display: none !important;
}
.oferta-link {
    text-align: center;
    line-height: 27px;
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
.oferta-link:hover {
    color: #000000;
}
.callback-form p.oferta-checkbox-wrap {
    margin-top: 10px;
}
.callback-form p.oferta-checkbox-wrap input {
    display: block;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 10px;
    border: 1px solid #DBDBDB;
    margin-bottom: 15px;
    background: rgba(253, 253, 253, 1);
    color: #363636;
    font-size: 14px;
    height: 14px;
    width: 14px;
    padding: 5px;
    border-radius: 5px;
}
.callback-form p.oferta-checkbox-wrap label {
    text-align: center;
    color: #000000;
    font-weight: bold;
    cursor: pointer;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.callback-form .close-callback-form {
    position: absolute;
    text-shadow: 0 1px 0 #4d659f;
    height: 20px;
    width: 20px;
    overflow: hidden;
    border-radius: 2px;
    text-align: center;
    float: right;
    display: inline;
    color: rgb(100, 100, 100);
    top: 8px;
    right: 8px;
    cursor: pointer;
    text-decoration: none;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.callback_form_submit {
    background: url(assets/img/bg_bt.jpg);
    width: 120px;
    text-align: center;
    line-height: 27px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
    border: 1px solid #FFA311;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    display: flex;
    transition: all 0.3s;
    justify-content: center;
}
.callback_form_submit:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}
.callback-form p.callback_form_error {
    text-align: center;
    color: red;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    display: none;	
}
.callback-form p.callback_form_error.show {
    display: block;
}
@media screen and (max-width: 1024px) {
	.cme-form {
		left:10% !important;
		width:80% !important;
	}
	.sklad-rent-hr.callme_viewform {
		background:transparent !important;
		cursor: pointer;
	}
    .page-template-page-reviews #comments .comments-list .even, .page-template-page-reviews #comments .comments-list .odd {
        overflow: inherit;
    }
}

@media screen and (max-width: 736px) {
    .comment-box .right-bblock {
        width: 100%;
    }
}
@media screen and (min-width: 736px) and (max-width: 812px) {
    .blog #secondary,
    .archive #secondary,
    .single-post #secondary{
        width: 35% !important;
    }
    .blog #primary,
    .archive #primary,
    .single-post #primary{
        width: 65% !important;
        padding-right: 30px;
    }
    #comments-form-right-block .block_rev > span {
        display: block;
    }
    #comments-form-right-block .block_rev > span > fieldset {
        display: inline-block;
        float: right;
    }
    #comments-form-right-block LABEL,
    #comments-form-left-block LABEL {
        font-size: 16px;
    }
}
@media screen and (max-width: 667px) {
    body.page-template-page-reviews .kama_breadcrumbs {
        display: none;
    }
    .hranenie-sidebar {
        order: 2;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    #primary.content-hranenie {
        order: 1;
        width: 100%;
        padding-left: 0px;
    }
    .breadcrumbs {
        display: none;
    }
    aside#secondary {
        display: none;
    }
    #primary {
        width: 100%!important;
        padding: 0 10px;
    }
    .description_page_review {
        margin: 0 4% 20px;
    }
    body .select_checkpoint {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: auto;
        position: relative;
        width: 95%;
        padding: 10px 10px;
        margin: 0 auto 50px;
        -webkit-box-shadow: 4px 4px 10px -4px rgba(0,0,0,0.75);
        -moz-box-shadow: 4px 4px 10px -4px rgba(0,0,0,0.75);
        box-shadow: 4px 4px 10px -4px rgba(0,0,0,0.75);
    }
    .select_checkpoint #rating, body .rating_bal {
        margin: 0;
    }
    body .rating_bal {
        font-size: 16px;            
    }
    .select_checkpoint #rating .testimonial-rating {
        width: 120px;
        float: right;
        margin-left: 15px;
    }
    .select_checkpoint a.bt_rev_top {
        position: absolute;
        top: 110px;
    }
    body .select_checkpoint select#checkpoint {
        width: 100%;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .page-template-page-reviews #comments {
        margin-top: 0;
    }
    .comment-box .left-block {
        display: none;
    }
    .comment-box .right-bblock {
        width: 100%;
    }
    .comment-box .right-bblock .top-right-block {
        padding-left: 30px;
    }
    .comment-box .right-bblock .comm {
        width: 100%;
        border-radius: inherit;
    }

    .container-form-blocks {
        display: block;
        padding: 15px 25px;
    }
    body #comments-form-left-block,
    body #comments-form-right-block {
        width: 100%;
        float: none;
    }
    body #comments-form-left-block label,
    #comments-form #comments-form-right-block p,
    #comments-form #comments-form-right-block label {
        font-size: 14px;
        color: #666 !important;
    }
    #comments-form #comments-form-right-block .block_rev fieldset {
        min-width: 132px;
    }
    #comments-form #comments-form-right-block .g-recaptcha {
        margin: 20px 0;
    }
    body #comments-form-left-block label,
    body #comments-form-left-block .label_textarea>span{
        width: 40%;
        padding-right: 10px;
        margin: 0;
    }
    body #comments-form-left-block .label_textarea>span{
        display: inline-block;
        vertical-align: top;
    }
    body #comments-form input, body #comments-form textarea, body #comments-form select {
        width: 60%;
        margin: 0;
    }
    body #comments-form textarea {
        width: calc(60% - 6px);
    }
    .label_textarea label {
        float: none!important;
        display: block!important;
    }
    .label_textarea .grippie {
        display: block;
        height: 14px;
    }
    .label_textarea {
        flex-direction: column;
    }
    #comments-form {
        padding: 10px;
    }
    body #comments-form {
        margin-top: 0px;
        padding: 0 0 20px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    body #comments-form h4 {
        padding: 15px 10px;
        margin: 0;
        background: #ff8c22;
        background: linear-gradient(to left, #ff8c22 0%,#ea4427 100%);
        font-size: 18px;
    }
    #comments-form textarea {
        max-width: none;
        width: 100%;
        height: 100px;
    }
    #comments-form-left-block > p > span {
        display: block;
    }
    #comments-form input, #comments-form select {
        float: right;
    }
    #comments-form .btn A {
        margin: 10px auto 8px;
        float: none;
    }
    #comments-form LABEL {
        display: block;
        margin-bottom: 5px;
    }
    .g-recaptcha > div {
        margin: auto;
    }
    .callback-form input {
        width: 100%;
        margin-left: 0;
    }
    .callback-form label {
        flex-wrap: wrap;
    }
    .callback-form span {
        width: 100%;
    }
    .page-template-page-reviews #comments .comments-list .odd {
        width: 100%;
        max-width: inherit;
    }
    .review-block {
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 736px) and (max-width: 768px) {
    #commentform .comment-form-email {
        left: 40%!important;
    }
}
@media screen and (min-width: 812px) and (max-width: 812px) {
    #commentform .comment-form-email {
        left: 37%;
    }
}
@media screen and (min-width: 667px) and (max-width: 667px) {
    #commentform .comment-form-email {
        left: 28%!important;
    }
}
@media screen and (min-width: 568px) and (max-width: 568px) {
    #commentform .comment-form-email {
        left: 33%!important;
    }
}
@media screen and (min-width: 375px) and (max-width: 414px) {
    #commentform .comment-form-email {
        left: 50%!important;
    }
}
@media screen and (min-width: 320px) and (max-width: 320px) {
    #commentform .comment-form-email {
        left: 50%!important;
        top: 345px;
    }
    #commentform input[type="text"] {
        width: 140px;
    }
}
/*=============================================
=            Gallery            =
=============================================*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*=============================================
=            footer            =
=============================================*/
.tg-site-footer .site-info {
    text-align: center;
    padding: 1rem 0;
}

.tg-site-footer .tg-site-footer-widgets {
    border-top: 1px solid #e9ecef;
}

.tg-site-footer .tg-footer-widget-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 12px 0 10px;
}

.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--one .tg-footer-widget-area {
    width: 100%;
}

.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--two .tg-footer-widget-area {
    width: calc(50% - 20px);
}

.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--three .tg-footer-widget-area {
    width: calc(33.33% - 20px);
}

/* - оригинал 1200
.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--four .tg-footer-widget-area {
        width: calc(25% - 20px);
}
*/
.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--four .tg-footer-widget-area {
    /*width: calc(25% - 20px);*/
}
.footer-sidebar-1 {
    width: calc(38% - 6px);
}
.footer-sidebar-2 {
    width: calc(19% - 8px);
}
.footer-sidebar-3 {
    width: calc(19% - 8px);
}
.footer-sidebar-4 {
    width: calc(19% - 8px);
}

.tg-site-footer .tg-footer-widget-container.tg-footer-widget--title-hidden .widget-title {
    display: none;
}

.tg-site-footer .tg-site-footer-bar p {
    margin: 0;
}

.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  /*  margin-right: 15px;*/
}

.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-1 ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /*margin-left: 15px;*/
    text-align: right;
}

.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 .menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 .widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 .widget li {
    text-align: right;
}

.tg-site-footer .tg-site-footer-bar .tg-container {
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: 0 solid #e9ecef;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
}

.tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-site-footer-section-1,
.tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-site-footer-section-2 {
    text-align: center;
}

.tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-site-footer-section-1 ul,
.tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-site-footer-section-2 ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-site-footer-section-1 .widget,
.tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-site-footer-section-2 .widget {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-site-footer-section-1 .widget li,
.tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-site-footer-section-2 .widget li {
    text-align: center;
}

.tg-scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 10px 15px;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    color: #fff;
    background-color: #16181a;
}

.tg-scroll-to-top:hover {
    color: #fff;
    background-color: #269bd1;
}

.tg-scroll-to-top.tg-scroll-to-top--show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.tg-overlay-wrapper {
    z-index: 999;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.05);
    display: none;
}

.tg-overlay-wrapper.overlay-show {
    display: block;
}

/*=============================================
=            Desktop Devices          =
=============================================*/

@media screen and(min-width: 1200px) {
    .custom_bannerhomed > DIV H5
    {
        color: #289ACA;
        font-size: 26px;
        font-weight: bold;
    }

}



@media screen and (min-width: 1024px) {
    .tg-site-layout--default .alignwide {
        margin-left: -7vw;
        width: calc(100% + 14vw);
        max-width: calc(100% + 14vw);
    }
    .tg-site-layout--default .post-thumbnail {
        display: block;
        margin-left: calc(50% - 26vw);
        margin-right: calc(50% - 26vw);
    }
    /*Акции баннер*/
    .moduletable_bannerhomefil.left
    {
        float: left;
    }
    .custom_bannerhomefil > DIV
    {
        background: url('/images/arrow.png') no-repeat;
        background-position: 230px 70px;
        height: 130px;
        width: 310px;
        overflow: hidden;
        border-radius: 8px;
        border: 8px solid #E9E9E9;
        position: relative;
        padding: 10px;
        margin-bottom: 15px;
        color: #605e5e;
        font-size: 16px;
        line-height: 1.5;
        list-style-type: disc;
        font-family: Arial, Helvetica, sans-serif;
    }
    .custom_bannerhomefil > DIV:last-child {
        margin-bottom: 0;
    }
    .custom_bannerhomefil > DIV:hover
    {
        cursor: pointer;
        border: 8px solid #289ACA;
    }
    .custom_bannerhomefil > DIV:first-child
    {
        background: url('/images/search.webp') no-repeat;
        background-position: 10px 50px;
    }
    .custom_bannerhomefil > DIV:first-child:hover
    {
        background: url('/images/search_hover.webp') no-repeat;
        background-position: 10px 50px;
    }
    .custom_bannerhomefil > DIV H5
    {
        color: #FF7011;
        font-size: 26px;
        font-weight: bold;
        line-height: 1;
    }
    .custom_bannerhomefil li {
        font-size: 16px;
        list-style-type: disc;
    }

    .custom_bannerhomed > DIV H5
    {
        color: #289ACA;
        font-size: 21px;
        font-weight: bold;
    }

    .custom_bannerhomed > DIV FONT {
        font-size: 14px;
    }

    .custom_bannerhomed p {
        font-size: 15px;
    }
    
    .bok0
    {
        border: 7px solid #E9E9E9;
    }	
    .bok
    {
        border: 7px solid #E9E9E9;
    }
    .delivery
    {
        border: 7px solid #E9E9E9;
    }
    .moduletable_bannerhome.left {
        float: left;
    }
    .moduletable_bannerhomed.right {
        float: right;
        width: 873px;
    }
    .custom_bannerhomed > DIV:hover
    {
        cursor: pointer;
        border: 7px solid #FF7011;
    }
    .custom_bannerhomed > DIV.boxes
    {
        margin: 18px 15px 15px;
        /*	background: url('../images/boxes.png') no-repeat center;*/
    }
    .custom_bannerhomed > DIV.delivery
    {
        /*background: url('/images/delivery.png') no-repeat center;*/
        background: url('/images/delivery2.png') no-repeat right center;
        /*width: 297px;*/
        width: 430px;
        height: 130px;
        font-size: 17px;
        border-radius: 8px;
        color: #949494;
        padding: 10px;
        /*margin-right: 20px;*/
    }
    .custom_bannerhomed > DIV.boxes, .custom_bannerhomed > DIV.delivery
    {
        /*padding: 10px;*/
        /*margin-top: 5px;*/
        color: #289ACA;
        text-align: left;

        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        font-family: Arial, Helvetica, sans-serif;
    }
    .custom_bannerhomed > DIV.boxes H5
    {
        /*	background: rgba(233, 233, 233, 0.83);*/
        padding: 10px;
        /*color: #FF7011;*/
        margin-top: 5px;
        text-align: left;
    }
    .custom_bannerhomed > DIV.delivery H5
    {
        /*background: rgba(233, 233, 233, 0.83);*/
        /*padding: 5px;*/
        /*margin-top: 85px;*/
    }
    .custom_bannerhomed > DIV:first-child
    {
        background: url('/images/internet.png') no-repeat right center;
        /*width: 297px;*/
        width: 429px;
        height: 130px;
        font-size: 14px;
        border-radius: 8px;
        color: #289ACA;
        padding: 10px;
        margin-right: 9px;

        display: inline-block;
        max-width: 100%;
        overflow: hidden;
    }

    a.readmore {
        cursor: pointer;
        position: relative;
        z-index: 2;
    }
}

@media screen and (max-width: 1200px) {
    .custom_bannerhomefil > DIV H5 {
        font-size: 19px;
    }

    .custom_bannerhomefil li {
        font-size: 14px;
    }
}

@media screen and (max-width: 1090px) {
    .custom_bannerhomed.right {
        justify-content: unset;
    }

    .custom_bannerhomed > DIV.delivery, .custom_bannerhomed > DIV.bok {
        flex: 1;
    }

    .custom_bannerhomed > DIV.bok {
        margin-right: 15px;
    }
    
    .custom_bannerhomed > DIV.delivery, .custom_bannerhomed > DIV.bok, .custom_bannerhomefil > DIV {
        height: 122px;
    }
}


    /*=============================================
    =            Tablet Devices            =
    =============================================*/
    /*=============================================
    =            Mobile Devices            =
    =============================================*/



    @media screen and (max-width: 768px) {
        /* Page builder template */
        .page-template-pagebuilder #main .tg-container {
            padding-left: 0;
            padding-right: 0;
        }
        /* Boxed Layout */
        .tg-container--separate #primary {
            padding-right: 0;
        }
        .tg-container--separate #secondary {
            padding-left: 0;
        }
        .main-navigation {
            display: none;
        }
        .tg-container--boxed .tg-site {
            width: 90%;
        }
        .tg-container {
            padding-left: 15px;
            padding-right: 15px;
        }
        /* Header Action */
        .tg-header-action-list .tg-header-action__item.tg-mobile-toggle {
            display: block;
            margin-left: 10px;
        }
        .tg-site-header--center .tg-header-action-list .tg-header-action__item.tg-mobile-toggle, .tg-site-header--right .tg-header-action-list .tg-header-action__item.tg-mobile-toggle {
            margin-left: 0;
        }
        .tg-header-action-list .tg-header-action__item.tg-mobile-toggle .tg-icon-bars {
            font-size: 1.5rem;
            line-height: 1.2;
        }
        .tg-mobile-navigation {
            display: block;
        }
        .tg-menu-item-search {
            margin-top: 0.5em;
        }
        .tg-menu-item-search a {
            display: none;
        }
        #primary,
        #secondary {
            width: 100% !important;
            padding: 0;
            border: none;
        }
        .tg-site-footer .tg-footer-widget-container {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
        .tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--two .tg-footer-widget-area, .tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--three .tg-footer-widget-area, .tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--four .tg-footer-widget-area {
            width: 100%;
        }
        .tg-menu-item-cart .cart-page-link {
            display: inline-block;
        }
        .tg-menu-item-cart .cart-page-link .count {
            top: 0;
            right: -8px;
        }
    }
    @media screen and (max-width: 600px) {
        .tg-site-header-top {
            display: none;
        }
        .tg-site-footer .tg-site-footer-bar .tg-container {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
        .tg-site-footer .tg-site-footer-bar .tg-site-footer-section-1,
        .tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 {
            width: 100%;
            text-align: center;
            margin: 0;
        }
        .tg-site-footer .tg-site-footer-bar .tg-site-footer-section-1 ul,
        .tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 ul {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        .tg-page-header .tg-container--flex {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
        .tg-page-header.tg-page-header--left-right .tg-page-header__title {
            margin-right: 0;
        }
        .tg-page-header.tg-page-header--left-right .breadcrumbs {
            margin-left: 0;
        }
        .tg-page-header.tg-page-header--right-left .tg-page-header__title {
            margin-left: 0;
        }
        .tg-page-header.tg-page-header--right-left .breadcrumbs {
            margin-right: 0;
        }
    }

    @media screen and (max-width: 480px) {
        .tg-mobile-navigation {
            width: calc(100% - 60px);
        }
        .site-branding {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
        }
    }		
/*    .video-sliders .lazyloading {
        opacity: 1;
    }*/
	
	
	
	
	
	
.list-features {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-features li {
    display: inline-block;
    margin-bottom: 20px;
    box-shadow: 1px 1px 4px #828282;
    border: #fdfdfd solid 2px;
    flex: 0 0 275px;
    padding: 5px 7px;
}
.list-features li>a,
.list-features li>span,
.list-features li span.img,
.list-features li span.name{
    display: inline-block;
}
.list-features li>a,
.list-features li>a:hover{
    color: #414141;
    text-decoration: none;
}
.list-features li>a,
.list-features li>span{
    display: table-row;
}
.list-features li span.img,
.list-features li span.name{
    display: table-cell;
    vertical-align: middle;
}
.list-features li span.img,
.services-panel li {
    content: '';
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url('assets/img/sprite_arenda_biznes.png') no-repeat 0px 1px;
}
.list-features li span.name {
    width: 180px;
    font-size: 16px;
    line-height: 16px;
}
.list-features .f-transp span.img {
    background-position: -80px 5px;
}
.list-features .f-dostup span.img {
    background-position: -160px 5px;
}
.list-features .f-obr span.img {
    background-position: 0px -72px;
}
.list-features .f-park span.img {
    background-position: -80px -72px;
}
.list-features .f-tepl span.img {
    background-position: -160px -72px;
}
.subitem .img-container {
    display: inline-block;
}
.subitem a.img {
    display: inline-block;
    margin-bottom: 20px;
}
.subitem a.img img {
    max-width: 280px;
    max-height: 181px;
}
.subitem .info .name {
    font-size: 25px;
    font-weight: bold;
}
.subitem .marker,
.hranenie-biznes-sklad .marker {
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 3px;
    width: 25px;
    height: 25px;
    background: url('assets/img/sprite_arenda_biznes.png') no-repeat -244px -1px;
}
.subitem .name .marker {
    top: 3px;
    margin-right: 5px;
}
a.sklad-rent img {
   /* width: 160px;*/
}
a.sklad-rent:hover img {
    opacity: 0.8;
}
.hranenie-biznes-sklad .sklad-name {
    margin: 10px 10px 10px 0;
    padding: 0;
    text-transform: none;
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    color: #289ACA;
}
.hranenie-biznes-sklad .sklad-gallery>img,
.hranenie-biznes-sklad .sklad-gallery2>img {
    border: #289ACA solid 1px;
}
.hranenie-biznes-sklad .metaslider li>img,
.hranenie-biznes-sklad .sklad-gallery2>img {
    height: 420px;
    box-sizing: content-box;
}
body .sklad-slider .metaslider .flexslider,
body .sklad-slider .metaslider .flexslider ul.slides,
body .sklad-slider .metaslider .flexslider ul.slides li,
body .sklad-slider .metaslider .flexslider ul.slides li img {
    border-radius: 0;
}
.sklad-params-all .pname {
    font-weight: bold;
}
.list-features-hdr {
    display: none;
    margin-bottom: 28px;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 27px;
    color: white;
    background-color: #289aca;
    background: -webkit-linear-gradient(top, #289aca 0%,#0d78a5 100%);
}
@media screen and (max-width: 940px) {
    .subitem a.img img {
        max-width: 100%;
        max-height: inherit;
    }
    .subitem .img-container {
        display: block;
        text-align: center;
    }
}
@media screen and (max-width: 800px) {
    .list-features li {
        flex: 0 0 48%;
        max-width: 48%;
        padding: 5px 3px;
    }
}
@media screen and (max-width: 568px) {
    .hranenie-biznes-sklad .sklad-name {
        padding-left: 20px;
        padding-right: 20px;
    }
    .sklad-params-all .prow>div.pname {
       /* width: 37%;*/
    }
    .sklad-params-all .prow>div.pval {
        /*width: 62%;*/
    }
    #banner-aktsii-hranenie {
        font-size: 22px;
    }
    .list-features-hdr {
        display: block;
    }
}
@media screen and (max-width: 400px) {
    .list-features {
        display: block;
    }
    .list-features li {
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .list-features li span.name {
        width: 100%;
    }
}
.list-features-f {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-features-f li {
    display: inline-block;
    margin-bottom: 20px;
    box-shadow: 1px 1px 4px #828282;
    border: #fdfdfd solid 2px;
    flex: 0 0 275px;
    padding: 5px 7px;
}
.list-features-f li>a,
.list-features-f li>span,
.list-features-f li span.img-f,
.list-features-f li span.name-f{
    display: inline-block;
}
.list-features-f li>a,
.list-features-f li>a:hover{
    color: #414141;
    text-decoration: none;
}
.list-features-f li>a,
.list-features-f li>span{
    display: table-row;
}
.list-features-f li span.img-f,
.list-features-f li span.name-f{
    display: table-cell;
    vertical-align: middle;
}
.list-features-f li span.img-f,
.services-panel-f li {
    content: '';
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url('assets/img/sprite_arenda_fiz.png') no-repeat 0px 1px;
}
.list-features-f li span.name-f {
    width: 180px;
    font-size: 16px;
    line-height: 16px;
}
.list-features-f .f-transp-f span.img-f {
    background-position: -80px 5px;
}
.list-features-f .f-dostup-f span.img-f {
    background-position: -160px 5px;
}
.list-features-f .f-obr-f span.img-f {
    background-position: 0px -72px;
}
.list-features-f .f-park-f span.img-f {
    background-position: -80px -72px;
}
.list-features-f .f-tepl-f span.img-f {
    background-position: -160px -72px;
}
.subitem-f .img-container-f {
    display: inline-block;
}
.subitem-f a.img-f {
    display: inline-block;
    margin-bottom: 20px;
}
.subitem-f a.img-f img {
    max-width: 280px;
    max-height: 181px;
}
.subitem-f .info-f .name-f {
    font-size: 25px;
    font-weight: bold;
}
.subitem-f .marker-f,
.hranenie-biznes-sklad-f .marker-f {
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 3px;
    width: 25px;
    height: 25px;
    background: url('assets/img/sprite_arenda_fiz.png') no-repeat -244px -1px;
}
.subitem-f .name-f .marker-f {
    top: 3px;
    margin-right: 5px;
}
a.sklad-rent-f img {
   /* width: 160px;*/
}
a.sklad-rent-f:hover img {
    opacity: 0.8;
}
.hranenie-biznes-sklad-f .sklad-name-f {
    margin: 10px 10px 10px 0;
    padding: 0;
    text-transform: none;
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    color: #289ACA;
}
.hranenie-biznes-sklad-f .sklad-gallery-f>img,
.hranenie-biznes-sklad-f .sklad-gallery2-f>img {
    border: #289ACA solid 1px;
}
.hranenie-biznes-sklad-f .metaslider-f li>img,
.hranenie-biznes-sklad-f .sklad-gallery2-f>img {
    height: 307px;
    box-sizing: content-box;
}
body .sklad-slider-f .metaslider-f .flexslider-f,
body .sklad-slider-f .metaslider-f .flexslider-f ul.slides-f,
body .sklad-slider-f .metaslider-f .flexslider-f ul.slides-f li,
body .sklad-slider-f .metaslider-f .flexslider-f ul.slides-f li img {
    border-radius: 0;
}
.sklad-params-all-f .pname-f {
    font-weight: bold;
}
.list-features-f-hdr-f {
    display: none;
    margin-bottom: 28px;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 27px;
    color: white;
    background-color: #289aca;
    background: -webkit-linear-gradient(top, #289aca 0%,#0d78a5 100%);
}

.w-100 {
    width: 100%;
}

.order-callback {
    height: 73px;
}

#custom_html-21 a.sklad-rent-hr {
    position: static;
}

#custom_html-21 center {
    display: flex;
    flex-direction: column;
}

.hranenie-biznes .moduletable_bigbutton {
    float: unset;
}

a[class^='button-kn'], a[class*=' button-kn'] {
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .elementor-hidden-phone {
        display: none;
    }
}

@media screen and (max-width: 940px) {
    .subitem-f a.img-f img {
        max-width: 100%;
        max-height: inherit;
    }
    .subitem-f .img-container-f {
        display: block;
        text-align: center;
    }
}
@media screen and (max-width: 800px) {
    .list-features-f li {
        flex: 0 0 48%;
        max-width: 48%;
        padding: 5px 3px;
    }
}
@media screen and (max-width: 568px) {
    .hranenie-biznes-sklad-f .sklad-name-f {
        padding-left: 20px;
        padding-right: 20px;
    }
    .sklad-params-all-f .prow-f>div.pname-f {
       /* width: 37%;*/
    }
    .sklad-params-all-f .prow-f>div.pval-f {
        /*width: 62%;*/
    }
    #banner-aktsii-hranenie-f {
        font-size: 22px;
    }
    .list-features-f-hdr-f {
        display: block;
    }
}
@media screen and (max-width: 400px) {
    .list-features-f {
        display: block;
    }
    .list-features-f li {
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .list-features-f li span.name {
        width: 100%;
    }
}

	.hranenie-biznes-sklad .elementor-row {
		display: flex;
	}
	
.wpcf7 .wpcf7-mail-content {
    border: 2px solid gray; /* Серая обводка */
    background-color: yellow; /* Жёлтый фон */
    padding: 20px; /* Отступ вокруг контента */
}
	
.cme-btn-text {
  text-align: center;
  line-height: 27px;
  color: #ff6c48;
  font-weight: bold;
  margin-top: 19px;
  padding-bottom: 30px;
  font-size: 20px;
  text-decoration: underline;
  cursor: pointer;
  font-family: Cuprum, sans-serif;
  letter-spacing: 0.3px;
}
	
.wpcf7-submit {
  border: 1px solid #FFA311;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  font-family: Cuprum, sans-serif;
  font-size: 20px;
  padding: 10px 40px;
  border-radius: 10px;
}
	
	.custom-select-mounth .select-items div:nth-child(1) {
		color: #FF6B00;
text-align: center;
font-family: Inter;
font-size: 11px;
font-style: normal;
font-weight: 500;
line-height: 98.028%; /* 10.783px */
	}
	
	.cme-form H1.title {
		color: #008DA9;
text-align: center;
font-family: Cuprum;
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: 156.5%; /* 40.69px */
	}
    
.elementor-row {
    display: flex;
}

.video-sliders{
    max-width: 800px;
}