/*!
Theme Name: test_theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: new_4etag
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

new_4etag 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
    --------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


 @import url(assets/css/fontello.css);

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */

/**
 * Remove the margin in all browsers.
 */

 body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* h1 {
    font-size: 2em;
    margin: 0.67em 0;
    }*/

/* Grouping content
========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

 hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

 pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

 a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

 b,
 strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

 code,
 kbd,
 samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

 small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

 img {
    border-style: none;
}

/* Forms
========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

 button,
 input,
 optgroup,
 select,
 textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

 button,
 input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

 button,
 select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

 button:-moz-focusring,
 [type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
 [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

 fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */

 legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

 progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

 textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

 [type="checkbox"],
 [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

 [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

 ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

 details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

 summary {
    display: list-item;
}

/* Misc
========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

 template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

 [hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}
.wpcf7-form p{
    margin: 0;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea{
    border-radius: 0;
}
dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* 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/ */
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

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

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

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 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. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

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"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

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,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
}



a:hover, a:focus, a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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: #f1f1f1;
    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: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    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;
}

/*--------------------------------------------------------------
# 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 {
    content: "";
    display: table;
    table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

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

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

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}
iframe{
    border: none;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.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;
}




/* -------------------------------
    Global 
    ------------------------------- */
    html, body {height: 100%;}
    html {background: #eaeaea;}
    body {
        min-width: 320px;
        font: 400 16px/1.9 'SegoeUI', sans-serif;
        color: #676767;
    }

    body,
    dl, dd,
    blockquote, fieldset, legend {
        margin: 0;
        padding: 0;
    }
    fieldset {border: none;}
    table {
        border: none;
        border-collapse: collapse;
    }
    th, td {vertical-align: top;}
    th {
        text-align: left;
        font-weight: normal;
    }
    address {font-style: normal;}
    p, ul, ol {margin: 0 0 1.9em 0;}
    img {
        max-width: 100%;
        vertical-align: top;
    }
    iframe[src="//t.insigit.com/nsapi/static/partners.html"] {display: none;}

    *,
    *::before,
    *::after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    *::before,
    *::after {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .clearfix::after {
        content: "";
        display: block;
        clear: both;
        font-size: 0;
        line-height: 0;
    }

    #wrapper {
        background: #f8fafc;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 1950px;
        min-height: 100%;
        margin: 0 auto;
        overflow-x: hidden;
        position: relative;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    }

    .in {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        position: relative;
        clear: both;
    }

/* -------------------------------
    Txt 
    ------------------------------- */
    @font-face {
        font-family: 'SegoeUI';
        src: url('assets/fonts/SegoeUIRegular.eot');
        src: url('assets/fonts/SegoeUIRegular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/SegoeUIRegular.woff') format('woff'),
        url('assets/fonts/SegoeUIRegular.ttf') format('truetype');
        font-weight: 400;
        font-style: normal;
    }

    @font-face {
        font-family: 'SegoeUI';
        src: url('assets/fonts/SegoeUIItalic.eot');
        src: url('assets/fonts/SegoeUIItalic.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/SegoeUIItalic.woff') format('woff'),
        url('assets/fonts/SegoeUIItalic.ttf') format('truetype');
        font-weight: 400;
        font-style: italic;
    }

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

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

    h1, h2, h3, h4, h5, h6 {
        margin: 0 0 1.3em 0;
        font-weight: 700;
        line-height: 1.38;
        text-transform: uppercase;
    }
    h1 {
        font-size: 25px;
        color: #239d20;
    }
    h1::after {
        content: "";
        background-image: url(assets/img/h1_line.png);
        display: block;
        width: 100%;
        max-width: 350px;
        height: 21px;
        margin-top: 10px;
    }
    h2 {
        font-size: 25px;
        color: #5a90bd;
    }
    h2::after {
        content: "";
        background-image: url(assets/img/h2_line.png);
        display: block;
        width: 100%;
        max-width: 250px;
        height: 11px;
        margin-top: 10px;
    }
    h3 {
        font-size: 22px;
        color: #e89806;
    }
    h3::after {
        content: "";
        background-image: url(assets/img/h3_line.png);
        display: block;
        width: 100%;
        max-width: 250px;
        height: 11px;
        margin-top: 10px;
    }
    h4 {
        font-size: 19px;
        color: #676767;
    }
    h4::after {
        content: "";
        background-image: url(assets/img/h4_line.png);
        display: block;
        width: 100%;
        max-width: 250px;
        height: 11px;
        margin-top: 10px;
    }
    h5 {font-size:;}
    h6 {font-size:;}

    .title1 {
        margin-bottom: 1.3em;
        font-weight: 700;
        font-size: 35px;
        line-height: 1.3;
        color: #197317;
        text-transform: uppercase;
    }
    .title1 span {
        display: block;
        font-weight: 400;
        font-size: 0.86em;
        color: #000;
    }

    .title2 {
        margin-bottom: 1.3em;
        font-weight: 700;
        font-size: 25px;
        line-height: 1.3;
        color: #197317;
        text-transform: uppercase;
    }
    .title2 span {
        display: block;
        margin-top: 0.3em;
        font-weight: 400;
        font-size: 0.72em;
        font-size: 18px;
        color: #000;
    }

    .title3 {
        margin-bottom: 1.2em;
        font-weight: 700;
        font-size: 25px;
        line-height: 1.38;
        text-transform: uppercase;
    }

    .title4 {
        margin-bottom: 0.8em;
        font-weight: 500;
        font-size: 33px;
        line-height: 1.38;
        color: #000;
    }

    .tbl_hide,
    .tbl_hide th,
    .tbl_hide td {border: none;}

    .tbl_border,
    .tbl_border th,
    .tbl_border td {border: 1px solid #333;}

    .tbl_overflow {
        min-width: 100%;
        max-width: 0;
        position: relative;
        overflow: auto;
    }

/* -------------------------------
    Links 
    ------------------------------- */
    :focus {outline: none;}
    a img {border: none;}

    a {
        color: #197317;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    a:hover {text-decoration: none;}

    a[href^="tel"] {
        color: inherit;
        white-space: nowrap;
        text-decoration: none;
    }

/* -------------------------------
    Forms 
    ------------------------------- */
    .f_row {margin-bottom: 15px;}

    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="number"],
    input[type="search"],
    input[type="tel"],
    input[type="url"],
    select,
    textarea {
        background: #fff;
        width: 100%;
        margin: 0;
        padding: 15px;
        border: 1px solid #e0d6c8;
        font-family: inherit;
        font-size: 15px;
        line-height: 22px;
        color: #444;
        -webkit-appearance: none;
    }
    textarea {
        height: 100px;
        overflow: auto;
        resize: none;
        vertical-align: top;
    }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: inherit;
        opacity: 1;
    }
    input::-moz-placeholder,
    textarea::-moz-placeholder {
        color: inherit;
        opacity: 1;
    }
    input:-moz-placeholder,
    textarea:-moz-placeholder {
        color: inherit;
        opacity: 1;
    }
    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: inherit;
        opacity: 1;
    }

    input[type="submit"],
    input[type="button"],
    button,
    .btn {
        background: #e89806;
        display: inline-block;
        padding: 14px 15px;
        border: none;
        font-family: inherit;
        font-weight: 700;
        font-size: 20px;
        line-height: 1.3;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
        -webkit-appearance: none;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .btn.v1 {
        background: none;
        padding: 12px 30px;
        border: 1px solid #d86d0e;
        border-radius: 25px;
        font-weight: 400;
        font-size: 14px;
        color: #d86d0e;
        text-transform: uppercase;
    }
    .btn.v1:hover {
        background: #d86d0e;
        color: #fff;
    }

    .btn.v2 {
        background: #ffa200;
        padding: 15px 20px;
        border-radius: 30px;
        font-weight: 500;
        font-size: 19px;
    }
    .btn.v2 input[type="submit"]{
        background: transparent;
        display: inline-block;
        padding: 0;
        border: none;
        font-family: inherit;
        font-weight: inherit;
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        
    }
    .btn.v2 input[type="submit"]~span{
        display: none;
    }
    .btn.v3 {
        background: #ffa200;
        padding: 11px 58px;
        border-radius: 20px;
        font-weight: 400;
        font-size: 14px;
    }

    .btn1 {
        background: #f9fcf9;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 240px;
        padding: 7px 20px;
        border: 1px solid #249d21;
        border-radius: 30px;
        font-weight: 500;
        font-size: 13px;
        line-height: 1.38;
        color: #000;
        text-transform: uppercase;
        text-decoration: none;
        text-align: left;
    }
    .btn1 [class^="icon-"] {
        margin-right: 18px;
        font-size: 30px;
        color: #249d21;
    }

    .btn1.v1 {
        background: rgba(50, 118, 173, 0.8);
        border: none;
        color: #fff;
    }
    .btn1.v2 {
        background: rgba(232, 152, 6, 0.8);
        border: none;
        color: #fff;
    }
    .btn1.v3 {
        background: rgba(25, 115, 23, 0.8);
        border: none;
        color: #fff;
    }
    .btn1.v1 [class^="icon-"],
    .btn1.v2 [class^="icon-"],
    .btn1.v3 [class^="icon-"] {color: #fff;}

    .btn2 {
        background: rgba(255, 255, 255, 0.9);
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 252px;
        min-height: 52px;
        padding: 7px 20px;
        border: 1px solid #249d21;
        border-radius: 30px;
        font-weight: 500;
        font-size: 15px;
        line-height: 1.38;
        color: #197317;
        text-transform: uppercase;
        text-decoration: none;
    }

    .opt_btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 75px;
        padding: 10px 15px;
        border-radius: 5px;
        font-size: 18px;
        line-height: 1.2;
        text-decoration: none;
        text-transform: uppercase;
        cursor: pointer;
    }
    .opt_btn [class^="icon-"]::before,
    .opt_btn [class*=" icon-"]::before {
        margin-right: 13px;
        font-size: 45px;
    }

    .opt_btn.v1 {
        background: #ffa200;
        color: #fff;
    }

    .opt_btn.v2 {
        background: #6eb13c;
        color: #fff;
    }

    .opt_btn.v3 {
        background: #3276ad;
        color: #fff;
    }

/* -------------------------------
    Header 
    ------------------------------- */
    #header {
        background: #f8fafc;
        position: relative;
        z-index: 200;
    }

    #header .row.v1 {
        background: #197317;
        color: #bcdcb9;
    }
    #header .row.v1 .in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 50px;
    }

    #header .row.v2 {padding: 28px 0;}
    #header .row.v2 .in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .logo {
        -ms-flex-preferred-size: 356px;
        flex-basis: 356px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 20px 0 -10px;
        position: relative;
    }
    .logo p {
        margin: 0;
        position: absolute;
        top: 5px;
        right: 0;
        font-weight: 500;
        font-size: 13px;
        line-height: 1.38;
        color: #249d21;
        text-transform: uppercase;
        text-align: right;
    }
    .logo p span {
        display: block;
        color: #4a7d49;
    }

    .m_ctrl {
        display: none;
        width: 50px;
        height: 50px;
        position: relative;
        z-index: 3;
        cursor: pointer;
    }
    .m_ctrl span,
    .m_ctrl span::before,
    .m_ctrl span::after {
        background: #d4f0d4;
        height: 4px;
        position: absolute;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .m_ctrl span {
        display: block;
        width: calc(100% - 20px);
        top: 50%;
        left: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .m_ctrl span::before,
    .m_ctrl span::after {
        content: "";
        width: 100%;
        left: 0;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    .m_ctrl span::before {top: -10px;}
    .m_ctrl span::after {bottom: -10px;}

    .m_ctrl.active {background: none;}
    .m_ctrl.active span {background: none;}
    .m_ctrl.active span::before,
    .m_ctrl.active span::after {background: #fff;}
    .m_ctrl.active span::before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .m_ctrl.active span::after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .h_menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 14px;
        line-height: 1.3;
    }
    .h_menu > li {
        margin-right: 32px;
        position: relative;
    }
    .h_menu > li::after {
        content: "";
        background: #639ccb;
        width: 3px;
        height: 3px;
        position: absolute;
        top: 50%;
        right: -17px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .h_menu > li:last-child {padding-right: 0;}
    .h_menu > li:last-child::after {display: none;}
    .h_menu > li > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 50px;
        padding: 10px 0 6px 0;
        border-bottom: 4px solid transparent;
        color: #d4f0d4;
        text-decoration: none;
        text-transform: uppercase;
    }
    .h_menu > li:hover > a,
    .h_menu > li.active > a {
        border-color: #369934;
        color: #fff;
    }

    .h_menu ul {
        display: none;
        width: 320px;
        margin: 0;
        padding: 0;
        list-style: none;
        border-top: 35px solid rgba(14, 60, 13, 0.9);
        border-bottom: 35px solid rgba(14, 60, 13, 0.9);
        position: absolute;
        top: 100%;
        left: -35px;
        z-index: 10;
    }
    .h_menu ul li {
        background: rgba(14, 60, 13, 0.9);
        padding: 0 35px;
        position: relative;
    }
    .h_menu ul a {
        display: block;
        padding: 7px 0;
        border-bottom: 1px solid #266d25;
        color: #d9ebd8;
        text-decoration: none;
    }
    .h_menu ul li:last-child a {border: none;}
    .h_menu ul li:hover {background: rgba(9, 38, 8, 0.9);}

    .h_menu ul li.v1 > a {
        position: relative;
        padding-right: 15px;
    }
    .h_menu ul li.v1 > a::after {
        content: "\f006";
        position: absolute;
        top: 0;
        right: 0;
        font-family: "fontello";
        font-size: 12px;
        line-height: 35px;
    }

    .h_menu ul ul {
        border-top-color: rgba(9, 38, 8, 0.9);
        border-bottom-color: rgba(9, 38, 8, 0.9);
        top: 0;
        left: 100%;
    }
    .h_menu ul ul li {background: rgba(9, 38, 8, 0.9);}
    .h_menu ul ul li:hover {background: rgba(6, 26, 6, 0.9);}

    .h_menu li:hover > ul {display: block;}

    .h_lang {
        background: #e89806;
        padding: 10px 30px;
        position: relative;
        line-height: 1.3;
        color: #fff;
        text-transform: uppercase;
        list-style: none;
    }
    .h_lang>li{
        line-height: 30px;
    }
    .h_lang ul{
        list-style: none;
        padding-left: 0;
        margin-left: 0;
    }
    .h_lang .head {
        line-height: 30px;
        cursor: pointer;
    }
    .h_lang [class^="icon-"] {margin-left: 10px;}
    .h_lang .ddown {
        background: #e89806;
        display: none;
        width: 100%;
        -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 10;
    }
    .h_lang a{
        color: #fff;
    }
    .h_lang .ddown a {
        display: block;
        padding: 5px 30px;
        color: inherit;
        text-decoration: none;
    }
    .h_lang .ddown a:hover,
    .h_lang .ddown a.active {background: #d86d0e;}
    .h_lang:hover .ddown {display: block;}

    .h_social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        bottom: 20px;
        left: 262px;
    }
    .h_social a {
        background: rgba(255, 255, 255, 0.2);
        width: 42px;
        height: 42px;
        margin-left: 10px;
        border-radius: 50%;
        font-size: 18px;
        line-height: 42px;
        color: #000;
        text-align: center;
    }
    .h_social a:hover {
        background: #e89806;
        color: #fff;
    }

    .h_opt {
        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-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 20px;
    }
    .h_opt .btn1 {
        width: 100%;
        min-width: auto;
        max-width: 240px;
        margin-bottom: 5px;
    }
    .h_opt .btn1:last-child {margin: 0;}
    .h_opt .btn1 [class^="icon-"] {font-size: 20px;}

    .h_contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: 500;
        text-transform: uppercase;
    }
    .h_phone {
        margin-right: 50px;
        padding: 2px 50px 2px 0;
        border-right: 1px solid #197317;
        font-size: 20px;
        line-height: 1.5;
        color: #000;
    }
    .h_phone a {display: block;}

    .h_worktime {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 125px;
        padding: 5px 0;
        font-size: 13px;
        line-height: 1.54;
        color: #424242;
    }
    .h_worktime .title {
        margin-bottom: 0.3em;
        color: #197317;
    }

    .home_pg #header {
        background: none;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

/* -------------------------------
    Main 
    ------------------------------- */
    #main {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative;
    }

    .breadcrumbs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        list-style: none;
        font-weight: 500;
        font-size: 13px;
        line-height: 1.3;
        color: #565656!important;
        background: transparent!important;
        text-transform: uppercase;
    }
    .breadcrumbs li {margin-bottom: 0.3em;}
    .breadcrumbs li + li::before {
        content: "\002F";
        margin: 0 8px;
    }
    .breadcrumbs a {color: inherit; text-decoration: underline;}
    .breadcrumbs a:hover{
        text-decoration: none;
    }
    .slick-arrow {
        background: none;
        width: 30px;
        min-width: auto;
        height: 100%;
        padding: 0;
        position: absolute;
        top: 0;
        z-index: 2;
        font-size: 0;
        line-height: 0;
        color: #197317;
    }
    .slick-prev {left: 0;}
    .slick-next {right: 0;}
    .slick-prev::before,
    .slick-next::before {
        font-family: "fontello";
        font-weight: normal;
        font-size: 40px;
        line-height: 1;
    }
    .slick-prev::before {content: "\f007";}
    .slick-next::before {content: "\f006";}
    .slick-arrow.slick-disabled {color: #ccc;}

    .slick-dots {
        margin: 0;
        padding: 15px 0;
        list-style: none;
        font-size: 0;
        line-height: 0;
        text-align: center;
    }
    .slick-dots li {
        display: inline-block;
        vertical-align: middle;
        margin: 5px 10px;
    }
    .slick-dots button {
        background: none;
        width: 10px;
        min-width: auto;
        height: 10px;
        padding: 0;
        font-size: 0;
        line-height: 0;
    }
    .slick-dots button::before {
        content: "";
        background: #fff;
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        opacity: 0.9;

    }
    .slick-dots li.slick-active button::before {
        background: #197317;
        width: 10px;
        height: 10px;
    }

    .tabs .ui-helper-clearfix::before,
    .tabs .ui-helper-clearfix::after {display: none;}
    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: inherit;
    }
    .ui-tabs .ui-tabs-nav li {
        margin: 0;
        padding: 0;
        float: none;
        white-space: normal;
    }
    .ui-tabs .ui-tabs-nav li:last-child {margin-right: 0;}
    .ui-tabs .ui-tabs-nav li.ui-tabs-active {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        padding: 0;
        float: none;
        color: inherit;
        text-decoration: none;
    }
    .ui-tabs .ui-tabs-panel {padding: 0; width: 100%;}

    .tabs_wr {padding: 0;}
    .tabs_wr .ui-tabs-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 55px;
        border-bottom: 2px solid #3276ad;
    }
    .tabs_wr .ui-tabs-nav .ui-tabs-anchor {
        background: rgba(178, 196, 210, 0.5);
        display: block;
        min-width: 160px;
        margin-right: 10px;
        padding: 15px 20px;
        border-radius: 25px 25px 0 0;
        font-weight: 500;
        font-size: 15px;
        line-height: 1.3;
        color: #737373;
        text-transform: uppercase;
        text-align: center;
    }

    /*   .tabs_wr .ui-tabs-nav li.ui-state-focus .ui-tabs-anchor,*/
    .tabs_wr .ui-tabs-nav li.active .ui-tabs-anchor{
        background: #3276ad;
        color: #fff;
    }

    .ui-tabs .ui-tabs-panel {}

    .tabs_wr1 {padding: 0;}
    .tabs_wr1 .ui-tabs-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 44px;
    }
    .tabs_wr1 .ui-tabs-nav .ui-tabs-anchor {
        display: block;
        margin: 0 40px 10px 0;
        padding: 16px 0;
        border-radius: 30px;
        font-weight: 400;
        font-size: 21px;
        line-height: 1.3;
        color: #000;
        text-transform: uppercase;
        text-align: center;
    }
    .tabs_wr1 .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
    .tabs_wr1 .ui-tabs-nav li.active a {
        background: #197317;
        padding-right: 40px;
        padding-left: 40px;
        color: #fff;
    }

    .tabs_wr1.v1 .ui-tabs-nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .b_lnk.all a {
        font-size: 15px;
        color: #676767;
        text-transform: uppercase;
    }
    .b_lnk.all a:hover {color: #e89806;}

    .tabs_wr1 .b_lnk.all {
        position: absolute;
        top: 16px;
        right: 0;
    }

    .slider {}
    .slider .item {position: relative;}
    .slider .item::before {
        content: "";
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 0.9;
    }
    .slider .item:after {
        content: "";
        background: rgba(255, 255, 255, 0.2);
        width: 100%;
        height: 20px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .slider img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }
    .slider .in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 740px;
        padding-top: 215px;
        padding-bottom: 100px;
        z-index: 2;
    }
    .slider .descr {
        width: 100%;
        /*max-width: 820px;*/
        /*margin: 0 auto;*/
        text-align: center;
    }
    .slider .title {
        margin-bottom: 0.65em;
        font-weight: 700;
        font-size: 59px;
        line-height: 1.38;
        color: #197317;
        text-shadow: 0.03em 0.03em #fff, -0.03em 0.03em #fff, 0.03em -0.03em #fff, -0.03em -0.03em #fff;
    }
    .slider .title span {
        display: block;
        margin: 0 auto;
        font-size: 0.65em;
        color: #000;
        text-transform: uppercase;
    }

    .table1, .tablepress {
        width: 100%;
        margin-bottom: 30px;
        line-height: 1.3;
    }
    .table1 tr:nth-child(odd), .tablepress tr:nth-child(odd) {background: #e2e8e2;}
    .table1 th,
    .table1 td,
    .tablepress td,
    .tablepress th {
        border-right: 1px solid #fff;
        padding-left: 30px;
    }
    .table1 th:last-child,
    .table1 td:last-child,
    .tablepress td:last-child,
    .tablepress th:last-child {border: none;}

    .table1 th,  .tablepress th {
        background: #197317;
        padding-top: 12px;
        padding-bottom: 12px;
        font-weight: 700;
        font-size: 17px;
        color: #fff;
    }
    .table1 th:first-child,  .tablepress th:first-child {border-top-left-radius: 10px;}
    .table1 th:last-child,  .tablepress th:last-child {border-top-right-radius: 10px;}
    .table1 td,  .tablepress td {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .table1 tr > :last-child,  .tablepress tr > :last-child {
        padding-right: 30px;
    }
    .table1 b,  .tablepress b {
        white-space: nowrap;
    }

    .list1 {
        padding: 0;
        list-style: none;
    }
    .list1 li {
        margin-bottom: 1.27em;
        padding-left: 55px;
        position: relative;
    }
    .list1 li::before {
        content: "";
        background-image: url(assets/img/check1.png);
        width: 28px;
        height: 24px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .cols1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -30px;
    }
    .cols1 .col {
        margin: 0 30px;
    }
    .cols1 .col:nth-child(1) {
        -ms-flex-preferred-size: 340px;
        flex-basis: 340px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .cols1 .col:nth-child(2) {
        -ms-flex-preferred-size: 395px;
        flex-basis: 395px;
        -webkit-box-flex: 9999;
        -ms-flex-positive: 9999;
        flex-grow: 9999;
    }

    .c_wr {
        background: #f3f8fe url(assets/img/bkg1.jpg) center 0 no-repeat;
        margin-bottom: 7px;
        padding: 60px 0 175px 0;
        position: relative;
    }
    .c_wr::after {
        content: "";
        background: url(assets/img/fr1.png) center 0 no-repeat;
        width: 100%;
        height: 170px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .c_wr .b_info {margin-top: -142px;}
    .c_wr .txt {
        width: 92%;
        max-width: 930px;
        margin-left: auto;
    }

    .c_wr1 {
        background: url(assets/img/bkg8.jpg) center 0 / cover no-repeat;
        padding-bottom: 35px;
    }
    .c_wr1 .in {
        max-width: 1070px;
        margin-top: -60px;
    }
    .c_wr1 .cols {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 -30px;
    }
    .c_wr1 .col {margin: 0 30px 30px 30px;}
    .c_wr1 .col:nth-child(1) {
        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: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-preferred-size: 420px;
        flex-basis: 420px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        min-width: 0;
    }
    .c_wr1 .col:nth-child(2) {
        -ms-flex-preferred-size: 395px;
        flex-basis: 395px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 550px;
    }

    .c_wr1 .col > .thumb {
        width: 100%;
        max-width: 420px;
        height: 106vw;
        max-height: 470px;
        margin: 0 auto 40px auto;
        border-radius: 20px;
        overflow: hidden;
    }
    .c_wr1 .col > .thumb img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .b_opt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .b_opt .btn1 {
        width: 100%;
        min-width: auto;
        max-width: 240px;
        margin-bottom: 5px;
    }
    .b_opt .btn1 [class^="icon-"] {font-size: 20px;}

    .carousel {padding: 0 50px;}
    .carousel .item {margin: 0 10px;}
    .carousel .thumb {
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 240px;
        height: 255px;
        margin: 0 auto;
        padding: 18px;
        border-radius: 25px;
    }
    .carousel img {
        max-height: 220px;
        margin: auto;
    }
    .carousel .b_btn {
        max-width: 240px;
        margin: 0 auto;
        padding-top: 10px;
        text-align: center;
    }
    .carousel .btn2 {
        width: 100%;
        min-width: auto;
    }

    .c_wr2 {
        background: #197317 url(assets/img/bkg2.jpg) center 0 no-repeat;
        min-height: 754px;
        padding: 90px 0 80px 0;
        position: relative;
        color: #bcdcb9;
    }
    .c_wr2::after {
        content: "";
        background: url(assets/img/sh1.png) center 0 no-repeat;
        width: 100%;
        height: 68px;
        position: absolute;
        top: 100%;
        left: 0;
    }
    .c_wr2 .txt {
        width: 60%;
        max-width: 600px;
        margin-left: auto;
    }
    .c_wr2 .title1 {color: #fff;}
    .c_wr2 .title1 span {color: #77be75;}

    .c_wr2 .b_btn {padding-top: 10px;}

    .c_wr3 {
        background: url(assets/img/bkg3.jpg) center 0 no-repeat;
        padding: 75px 0 60px 0;
    }
    .c_wr3 .b_btn {padding: 10px 0 40px 0;}

    .carousel1 {}
    .carousel1 .thumb {
        height: 30vw;
        max-height: 240px;
        position: relative;
    }
    .carousel1 a::after {
        content: "";
        background: rgba(26, 61, 22, 0.6) url(assets/img/zoom.png) center no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }
    .carousel1 a:hover::after {opacity: 1;}
    .carousel1 img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .carousel1 .slick-arrow {
        background: rgba(255, 255, 255, 0.5);
        opacity: 0;
    }
    .carousel1:hover .slick-arrow {opacity: 1;}

    .c_wr4 {padding: 50px 0 75px 0;}
    .c_wr4 .cols {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    .c_wr4 .cols .col {margin: 0 15px;}
    .c_wr4 .cols .col:nth-child(1) {
        -ms-flex-preferred-size: 444px;
        flex-basis: 444px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .c_wr4 .cols .col:nth-child(2) {
        -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-top: 68px;
    }
    .c_wr4 .title1 {text-align: center;}

    .b_form {
        background: #197317 url(assets/img/bkg4.jpg) 0 bottom no-repeat;
        min-height: 670px;
        margin-left: -395px;
        padding: 80px 45px 80px 395px;
        border-radius: 0 50px 50px 0;
        line-height: 1.6;
        color: #dbeeda;
    }
    .b_form .txt {padding: 0 0 10px 110px;}
    .b_form .title2 {color: #fff;}
    .b_form .title2 span {color: #77be75;}

    .b_form p,
    .b_form ul,
    .b_form ol {margin-bottom: 1.6em;}

    .b_form input[type="text"],
    .b_form input[type="password"],
    .b_form input[type="email"],
    .b_form input[type="number"],
    .b_form input[type="search"],
    .b_form input[type="tel"],
    .b_form input[type="url"],
    .b_form select,
    .b_form textarea {font-size: 17px;}

    .b_form .b_btn {padding-top: 20px;}
    .b_form button {width: 100%;}

    .c_wr5 {}
    .c_wr5 .cols {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 -30px;
    }
    .c_wr5 .col {margin: 0 30px;}
    .c_wr5 .col:nth-child(1) {
        -ms-flex-preferred-size: 444px;
        flex-basis: 444px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .c_wr5 .col:nth-child(2) {
        -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 626px;
    }

    .c_wr6 {
        background: url(assets/img/bkg5.jpg) center 0 / cover no-repeat;
        padding: 72px 0 145px 0;
        border-top: 7px solid #197317;
        position: relative;
    }
    .c_wr6::before {
        content: "";
        background: rgba(25, 115, 23, 0.5);
        width: 100%;
        height: 20px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .c_wr6::after {
        content: "";
        background: url(assets/img/fr2.png) center 0 no-repeat;
        width: 100%;
        height: 147px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .c_wr6 .txt {
        max-width: 1000px;
        margin: 0 auto;
        padding-bottom: 58px;
        text-align: center;
    }
    .c_wr6 .txt::after {
        content: "";
        background: url(assets/img/sh2.png) center bottom no-repeat;
        width: 100%;
        height: 74px;
        margin-top: 10px;
        position: absolute;
        left: 0;
    }

    .c_wr6 .b_btn {
        padding-top: 20px;
        text-align: center;
    }

    .c_wr7 {padding: 42px 0;}

    .c_wr8 {
        background: #f6f8fa url(assets/img/fr3.png) center 0 no-repeat;
        padding: 135px 0 40px 0;
    }

    .b_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 -10px 60px -10px;
    }
    .b_info .item {
        -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 160px;
        margin: 0 10px 30px 10px;
        padding-top: 17px;
        text-align: center;
    }
    .b_info a {
        color: #000;
        text-decoration: none;
    }
    .b_info a:hover {color: #e89806;}
    .b_info .thumb {
        background: rgba(232, 152, 6, 0.9);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 112px;
        height: 112px;
        margin: 0 auto 13px auto;
        border-radius: 50%;
        -webkit-box-shadow: -5px -5px 0 11px rgba(255, 255, 255, 0.5);
        box-shadow: -5px -5px 0 11px rgba(255, 255, 255, 0.5);
    }
    .b_info img {margin: auto;}
    .b_info .title {
        font-weight: 700;
        font-size: 15px;
        line-height: 1.3;
        text-transform: uppercase;
    }

    .b_info1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 -10px;
    }
    .b_info1 .item {
        -ms-flex-preferred-size: 162px;
        flex-basis: 162px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 215px;
        margin: 0 10px 20px 10px;
        padding-top: 17px;
        text-align: center;
    }
    .b_info1 .thumb {
        width: 135px;
        height: 135px;
        margin: 0 auto 15px auto;
        border-radius: 50%;
        -webkit-box-shadow: -5px -5px 0 11px #e89806;
        box-shadow: -5px -5px 0 11px #e89806;
        overflow: hidden;
    }
    .b_info1 img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .b_info1 .title {
        font-weight: 700;
        font-size: 13px;
        line-height: 1.38;
        color: #000;
        text-transform: uppercase;
    }

    .b_info2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -17px;
    }
    .b_info2 .thumb {
        background: #fff;
        width: 125px;
        height: 125px;
        margin: 0 17px 35px 17px;
        border-radius: 50%;
        -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }
    .b_info2 img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .b_info3_wr {}

    .b_info3_wr .head {
        margin-bottom: 20px;
        font-weight: 500;
        font-size: 26px;
        line-height: 1.3;
        color: #000;
        text-transform: uppercase;
        text-align: center;
    }
    .b_info3_wr .head span {
        display: block;
        color: #197317;
    }

    .b_info3 {
        background: url(assets/img/clock.png) center 0 no-repeat;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 -15px 17px -15px;
        padding-top: 80px;
    }
    .b_info3::before {
        content: "";
        width: 340px;
        margin: 0 15px;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .b_info3 .item {
        -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 420px;
        margin: 0 15px 50px 15px;
        padding-top: 10px;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.38;
        color: #000;
        text-transform: uppercase;
        text-align: center;
    }
    .b_info3 .item:nth-child(1) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .b_info3 .thumb {
        width: 184px;
        height: 184px;
        margin: 0 auto 25px auto;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 10px rgba(240, 240, 240, 0.5);
        box-shadow: 0 0 0 10px rgba(240, 240, 240, 0.5);
        overflow: hidden;
    }
    .b_info3 .thumb img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .b_info3 p {margin: 0;}
    .b_info3 p span {color: #197317;}

    .b_info4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -30px;
    }
    .b_info4 .item {
        width: calc(33.3% - 60px);
        margin: 0 30px 50px 30px;
        line-height: 1.6;
    }
    .b_info4 .thumb {
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 30vw;
        max-height: 290px;
        margin-bottom: 25px;
    }
    .b_info4 img {
        width: 100%;
        height: 100%;
        margin: auto;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .b_info4 .descr {padding: 0 12px;}
    .b_info4 .title {
        margin-bottom: 0.7em;
        font-weight: 700;
        font-size: 18px;
        line-height: 1.3;
        color: #676767;
        text-transform: uppercase;
    }
    .b_info4 .title a {
        color: inherit;
        text-decoration: none;
    }
    .b_info4 .b_btn {padding-top: 5px;}
    .b_info4 .item:hover .title {color: #197317;}
    .b_info4 .item:hover .btn.v1 {
        background: #d86d0e;
        color: #fff;
    }

    .b_info5 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 960px;
        margin: 0 auto;
    }
    .b_info5 .item {
        -ms-flex-preferred-size: 185px;
        flex-basis: 185px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 300px;
        margin: 10px;
    }
    .b_info5 .opt_btn {width: 100%;}
    .b_info5 .item:first-child .opt_btn {border-top-left-radius: 70px;}
    .b_info5 .item:last-child .opt_btn {border-top-right-radius: 70px;}

    .m_head {
        background: #e7e9ef url(assets/img/bkg7.jpg) center 0 / cover no-repeat;
        margin-bottom: 50px;
        padding: 25px 0 35px 0;
        position: relative;
    }
    .m_head::before {
        content: "";
        background: rgba(236, 235, 240, 0.7);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .m_head::after {
        content: "";
        background: rgba(255, 255, 255, 0.2);
        width: 100%;
        height: 20px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .m_head .in {}
    .m_head .in > :last-child {margin: 0;}
    .m_head h1 {
        text-transform: none;
        font-weight: 700;
        font-size: 30px;
        color: #000;
    }
    .m_head h1::before,
    .m_head h1::after {display: none;}

    .content_wr {}

    .pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 0;
    }
    .pagination a, .pagination span {
        background: #ffa200;
        width: 44px;
        height: 44px;
        margin: 5px 8px;
        border: 1px solid #ffa200;
        border-radius: 50%;
        font-weight: 500;
        font-size: 14px;
        line-height: 42px;
        color: #fff;
        text-decoration: none;
        text-align: center;
    }
    .pagination a:link, .pagination span {
        background: #f8fafc;
        color: #ffa200;
    }
    .pagination a:hover, .pagination span {
        background: #ffa200;
        color: #fff;
    }
.pagination a{
     background: #fff;
        color: #ffa200; 
}
    .c_wr9 {padding-top: 70px;}

    .article {}
    .article .cols {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 -30px;
    }
    .article .col {margin: 0 30px 50px 30px;}
    .article .col:nth-child(1) {
        -ms-flex-preferred-size: 460px;
        flex-basis: 460px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
    }
    .article .col:nth-child(2) {
        -ms-flex-preferred-size: 500px;
        flex-basis: 500px;
        -webkit-box-flex: 9999;
        -ms-flex-positive: 9999;
        flex-grow: 9999;
    }
    .article img~br{
        display: none;
    }
    .b_info6 {
        width: 100%;
        max-width: 355px;
        margin: 0 auto;
    }
    .countdownHolder {
        width: auto!important;
        margin: auto!important;
        font: inherit!important;
        letter-spacing: 0!important;
    }
    .b_info6 .descr {
        background: -o-linear-gradient(top, rgba(0,134,189,1) 0%, rgba(0,92,133,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,134,189,1)), to(rgba(0,92,133,1)));
        background: linear-gradient(to bottom, rgba(0,134,189,1) 0%, rgba(0,92,133,1) 100%);
        padding: 42px 30px 30px 30px;
        border-radius: 25px;
        font-size: 14px;
        line-height: 1.3;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
    }
    .b_info6 .title {
        margin-bottom: 0.6em;
        font-weight: 500;
        font-size: 1.3em;
    }
    .b_info6 p {margin: 0;}

    #clock {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 35px!important;
    }
    #clock div {}
    #clock div + div {margin-left: 0.8em;}
    #clock span {
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(237,237,237,1)));
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
        display: block;
        margin-bottom: 0.1em;
        padding: 0.22em 0.15em;
        border: 1px solid #ececec;
        border-radius: 0.4em;
        -webkit-box-shadow: 0 1px 5px #000, inset 0 0 5px rgba(0, 0, 0, 0.5);
        box-shadow: 0 1px 5px #000, inset 0 0 5px rgba(0, 0, 0, 0.5);
        font-weight: 500;
        font-size: 2.5em;
        line-height: 1;
        text-shadow: 0 1px 1px #fff;
        color: #555;
    }
    #clock small {
        font-weight: 700;
        font-size: 0.8em;
    }
    .b_info6 .b_btn {padding-top: 16px;}
    .b_info6 .btn {width: 100%; color: #fff;}

    .b_filter_wr {padding-bottom: 75px;}
    .b_filter_wr .b_btn {text-align: center;}
    .b_filter_wr .b_btn button {
        width: 100%;
        max-width: 400px;
        padding: 0;
        border-radius: 0;
    }
    .b_filter_wr .ajax-loader{
        display: none !important;
    }
    .b_filter_wr .item .v1{
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .b_filter_wr .item .v1 .wpcf7-list-item{
        min-width: 100px;
    }
    .v1 .jq-radio {
        width: 30px;
        height: 30px;
        margin-right: 15px;
    }

    .v1 .jq-radio.checked .jq-radio__div {
        width: 14px;
        height: 14px;
        margin: 7px 0 0 7px;
    }
    .b_filter1 .f_row.v2.ev2{
        -ms-grid-columns: 140px 280px 20%;
        grid-template-columns: 140px 280px 20%;
    }
    .b_filter1 .f_row.v2.ev2 .wpcf7-list-item.last{
        min-width: 150px;
    }

    .b_info7 {}
    .b_info7 .item {margin: 0 10px;}
    .b_info7 .thumb {
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 200px;
        height: 180px;
        margin: 0 auto 15px auto;
        padding: 15px;
    }
    .b_info7 .thumb img {
        max-height: 150px;
        margin: auto;
    }
    .b_info7 .descr {
        max-width: 200px;
        margin: 0 auto;
    }
    .b_info7 .f_row {margin-bottom: 10px;}
    .b_info7 input[type="text"],
    .b_info7 input[type="password"],
    .b_info7 input[type="email"],
    .b_info7 input[type="number"],
    .b_info7 input[type="search"],
    .b_info7 input[type="tel"],
    .b_info7 input[type="url"],
    .b_info7 select,
    .b_info7 textarea {
        padding: 8px 10px;
        font-size: 14px;
    }

    .b_info7 input.v1 {width: 50px;}

    .b_info7 .jq-selectbox__select {
        height: 40px;
        padding: 0 34px 0 10px;
        font-size: 14px;
        line-height: 38px;
    }
    .b_info7 .jq-selectbox__trigger {width: 34px;}
    .b_info7 .jq-selectbox__dropdown {font-size: 14px;}
    .b_info7 .jq-selectbox li {padding: 6px 10px;}

    .b_info7 .f_cols {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .b_info7 .f_cols .f_row.v1 {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 15px;
    }
    .b_info7 .f_cols .f_row.v1 input {width: 50px;}

    .b_info7 .f_cols .f_row.v2 {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .carousel2 {
        height: 295px;
        margin-bottom: 30px;
        padding: 0 30px;
        position: relative;
        z-index: 100;
    }
    .carousel2 .slick-list {height: 400px;}

    .b_filter1 {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px 20px;
        padding: 40px 20px 0 20px;
        margin: 0 -20px 40px -20px;
        border-top: 2px solid #197317;
    }
    .b_filter1 .f_row {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 140px auto;
        grid-template-columns: 140px auto;
        -ms-grid-rows: minmax(54px, max-content);
        grid-template-rows: minmax(54px, -webkit-max-content);
        grid-template-rows: minmax(54px, max-content);
        grid-gap: 0 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        font-size: 15px;
        line-height: 1.38;
    }
    .b_filter1 .f_row:nth-child(2) {
        -ms-grid-column: 1;
        grid-column: 1;
    }
    .b_filter1 .f_row.v1 {
        -ms-grid-columns: 140px 1fr 20%;
        grid-template-columns: 140px 1fr 20%;
    }
    .b_filter1 .f_row.v2 {
        -ms-grid-columns: 140px 95px 1fr 20%;
        grid-template-columns: 140px 95px 1fr 20%;
    }
    .b_filter1 .item.v1 {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr auto 1fr;
        grid-template-columns: 1fr auto 1fr;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .b_filter1 .f_label {
        font-weight: 500;
        font-size: 17px;
        line-height: 1.38;
        color: #000;
        text-align: right;
    }

    .b_filter2 {
        background: #197317;
        margin: 0 -20px 40px -20px;
        padding: 40px 20px 25px 20px;
        color: #fff;
    }
    .b_filter2 .f_row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .b_filter2 .f_label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-preferred-size: 130px;
        flex-basis: 130px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 54px;
        margin-right: 20px;
        font-weight: 500;
        font-size: 17px;
        line-height: 1.38;
    }
    .b_filter2 textarea {height: 80px;}

    .b_filter2 .f_cols {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .b_filter2 .f_cols .f_row {
        -ms-flex-preferred-size: 340px;
        flex-basis: 340px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .c_wr10 {
        background: url(assets/img/fr3.png) center 0 no-repeat;
        padding: 135px 0 75px 0;
    }

    .c_wr11 {}
    .c_wr11 .title1 {text-align: center;}
    .c_wr11 .b_info {margin-bottom: 0;}
    .c_wr11 .b_info .item {max-width: 210px;}

    .fancybox-bg {background: #082307;}
    .fancybox-is-open .fancybox-bg {opacity: 0.8;}

    .fancybox-close-small {
        width: 52px;
        height: 60px;
        opacity: 1;
    }
    .fancybox-close-small svg path {fill: #fff;}

    .popup {
        background: #f8fafc;
        width: 100%;
        max-width: 570px;
        margin: 0 auto;
        padding: 0;
        border-radius: 0 0 20px 20px;
        position: relative;
    }
    #discount-popup {min-height: 262px;}
    #discount-popup::before {
        content: "";
        background-image: url(assets/img/popup_bkg1.png);
        width: 169px;
        height: 246px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    #call-popup {min-height: 220px;}
    #call-popup::before {
        content: "";
        background-image: url(assets/img/popup_bkg2.png);
        width: 150px;
        height: 206px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    #measurer-popup {min-height: 287px;}
    #measurer-popup::before {
        content: "";
        background-image: url(assets/img/popup_bkg3.png);
        width: 272px;
        height: 297px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .popup_title {
        background: #197317;
        padding: 17px 20px;
        border-radius: 0 0 20px 20px;
        font-size: 20px;
        line-height: 1.3;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
    }

    .popup_body {
        padding: 30px 20px;
        position: relative;
    }

    .popup .f_row {margin-bottom: 10px;}

    .popup .f_cols {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -5px;
        padding-left: 100px;
    }
    .popup .f_cols .f_row {
        width: calc(50% - 10px);
        margin-right: 5px;
        margin-left: 5px;
    }

    .popup input[type="text"],
    .popup input[type="password"],
    .popup input[type="email"],
    .popup input[type="number"],
    .popup input[type="search"],
    .popup input[type="tel"],
    .popup input[type="url"],
    .popup select,
    .popup textarea {
        background: #f1f1f1;
        padding: 8px 15px;
        border-radius: 3px;
        border-color: #dcdcdc;
        font-size: 14px;
    }

    .popup .b_btn {
        padding-top: 10px;
        text-align: center;
    }

/*html {background: url(assets/img/abc.jpg) center 0 no-repeat;}
body {opacity: 0.5;}*/

/* -------------------------------
    Footer 
    ------------------------------- */
    #footer {
        background: #197317 url(assets/img/bkg6.jpg) center 0 / cover no-repeat;
        position: relative;
        padding: 75px 0;
        position: relative;
        line-height: 1.38;
        color: #bcdcb9;
    }
    #footer::before {
        content: "";
        background: rgba(100, 252, 86, 0.35);
        width: 100%;
        height: 15px;
        position: absolute;
        top: 0;
        left: 0;
    }

    #footer .cols {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 -15px;
    }
    #footer .col {margin: 0 15px;}
    #footer .col:nth-child(1) {
        -ms-flex-preferred-size: 500px;
        flex-basis: 500px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 625px;
    }
    #footer .col:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-preferred-size: 380px;
        flex-basis: 380px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: #fff;
        text-align: right;
    }

    .f_menu {
        margin: 0;
        padding: 0;
        list-style: none;
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        column-gap: 20px;
        -webkit-column-width: 160px;
        column-width: 160px;
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
    }
    .f_menu > li {margin-bottom: 60px;}
    .f_menu > li > a {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.3;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
    }
    .f_menu > li > a:hover {
        color:;
        -webkit-text-decoration:;
        text-decoration:;
    }
    .f_menu ul {
        margin: 0;
        padding: 30px 0 0 0;
        list-style: none;
    }
    .f_menu ul li {margin-bottom: 0.8em;}
    .f_menu ul a {
        color: inherit;
        text-decoration: none;
    }
    .f_menu ul a:hover {
        color: #fff;
        text-decoration: underline;
    }

    .f_social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 27px;
    }
    .f_social a {
        width: 42px;
        height: 42px;
        margin: 0 5px;
        border-radius: 50%;
        font-size: 18px;
        line-height: 42px;
        color: inherit;
        text-align: center;
    }
    .f_social a:hover {
        background: #10300d;
        color: #fff;
    }

    .f_phone {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 40px;
        padding-bottom: 30px;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
        font-size: 20px;
        line-height: 1.7;
        margin-top: -5px;
    }
    .f_phone a {margin-left: 45px;}

    .f_worktime {margin-bottom: 27px;}

    .f_address {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        font-style: italic;
    }
    .f_address a {color: inherit;}

    .copy {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 40px;
        padding-top: 30px;
        border-top: 1px dashed rgba(255, 255, 255, 0.3);
        font-size: 14px;
        color: #bcdcb9;
    }
    .copy span {color: #fff;}

    @media screen and (max-width: 1150px) {
        .b_filter1 {
            -ms-grid-columns: auto;
            grid-template-columns: auto;
        }
    }

    @media screen and (max-width: 1050px) {
        .h_menu {font-size: 15px;}

        .h_phone {
            margin-right: 25px;
            padding-right: 25px;
        }

        .cols1,
        .c_wr1 .cols,
        .c_wr5 .cols,
        .article .cols {margin: 0 -15px;}
        .cols1 .col,
        .c_wr1 .col,
        .c_wr5 .col,
        .article .col {
            margin-right: 15px;
            margin-left: 15px;
        }

        .b_info4 {margin: 0 -15px;}
        .b_info4 .item {
            width: calc(33.3% - 30px);
            margin: 0 15px 40px 15px;
        }
    }

    @media screen and (max-width: 980px) {
        .in {
            padding-right: 10px;
            padding-left: 10px;
        }

        #header {
            width: 100%;
            position: fixed;
            top: 0;
            left: 0;
            -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
            box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        }
        .home_pg #header {
            background: #f8fafc;
            position: fixed;
        }

        #header .row.v1 .in {padding: 0;}

        #header .row.v2 {padding: 10px 0;}
        #header .row.v2 .in {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .m_ctrl {display: block;}

        .h_menu {
            background: #197317;
            display: none;
            width: 100%;
            max-width: 360px;
            height: 100%;
            margin: 0;
            padding: 60px 35px 20px 30px;
            border-right: 4px solid #369934;
            -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
            box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
            position: fixed;
            top: 0;
            left: 0;
            z-index: 2;
            overflow: auto;
        }
        .h_menu > li {
            margin: 0;
            padding: 5px 0;
        }
        .h_menu > li::after {display: none;}
        .h_menu > li > a {
            display: block;
            height: auto;
            padding: 7px 10px;
            border-bottom: none;
            border-left: 4px solid transparent;
            font-size: 18px;
        }
        .h_menu > li:hover > a,
        .h_menu > li.active > a {background: rgba(255, 255, 255, 0.1);}
        .h_menu > li:hover ul {display: none;}

        .logo {
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            margin-right: 15px;
        }
        .logo img {width: 120px;}
        .logo p {display: none;}

        .h_social {display: none;}

        .h_opt {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 0;
        }
        .h_opt .btn1 {
            width: 40px;
            height: 40px;
            margin: 0 5px 0 0;
            padding: 0;
            font-size: 0;
            line-height: 0;
            text-align: center;
        }
        .h_opt .btn1 [class^="icon-"] {margin: 0;}

        .h_phone {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }
        .h_phone a {margin-left: 15px;}

        #main {padding-top: 164px;}

        .slider .in {
            height: 100vh;
            min-height: 400px;
            max-height: 550px;
            padding-top: 190px;
        }
        .slider .title {font-size: 50px;}

        .c_wr {background-image: none;}
        .c_wr .txt {
            width: auto;
            max-width: none;
        }

        .c_wr1 .col:nth-child(1) {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            -ms-flex-negative: 1;
            flex-shrink: 1;
        }
        .c_wr1 .col:nth-child(2) {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            max-width: none;
        }

        .c_wr2 {
            background-image: none;
            min-height: auto;
            padding: 75px 0;
        }
        .c_wr2 .txt {
            width: auto;
            max-width: none;
        }

        .c_wr4 .cols .col:nth-child(1),
        .c_wr4 .cols .col:nth-child(2),
        .c_wr5 .cols .col:nth-child(1),
        .c_wr5 .cols .col:nth-child(2) {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            -ms-flex-negative: 1;
            flex-shrink: 1;
            max-width: none;
        }

        .b_form {
            background-position: center bottom;
            background-image: none;
            width: 100%;
            max-width: 700px;
            min-height: auto;
            margin: 0 auto;
            padding: 40px;
            border-radius: 30px;
            position: relative;
            overflow: hidden;
        }
        .b_form::before {
            content: "";
            background: url(assets/img/bkg4.jpg) center 0 no-repeat;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0.2;
        }
        .b_form .txt {
            padding: 0;
            text-align: center;
        }
        .b_form .txt,
        .b_form form {
            max-width: 400px;
            margin-right: auto;
            margin-left: auto;
            position: relative;
        }

        .carousel1 .slick-arrow {opacity: 1;}

        .b_info2 {
            margin: 0 -15px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        .b_info2 .thumb {margin: 0 15px 30px 15px;}

        .b_info3 {
            background: none;
            padding: 0;
        }
        .b_info3::before {display: none;}
        .b_info3 .item:nth-child(1) {
            -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
            order: 0;
        }

        .b_info5 {
            max-width: none;
            margin: 0 -10px;
        }
        .b_info5 .item {max-width: none;}
        .b_info5 .item:first-child .opt_btn {border-top-left-radius: 5px;}
        .b_info5 .item:last-child .opt_btn {border-top-right-radius: 5px;}

        .b_filter1,
        .b_filter2 {
            margin-right: -10px;
            margin-left: -10px;
            padding-right: 10px;
            padding-left: 10px;
        }

        #footer {padding-bottom: 30px;}
        #footer .col:nth-child(1) {
            max-width: none;
            margin-bottom: 30px;
        }
        #footer .col:nth-child(2) {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            text-align: center;
        }

        .f_menu > li {margin-bottom: 30px;}
        .f_menu ul {padding-top: 15px;}

        .f_social {margin: 0 10px 15px 15px;}
        .f_worktime,
        .f_address {margin: 0 15px 15px 15px;}

        .f_phone {margin-bottom: 30px;}
        .f_phone a {margin: 0 15px;}

        .f_address {
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .copy {margin-top: 15px;}
        .h_menu > li.menu-item-has-children::after, .h_menu > li.menu-item-type-custom.menu-item-object-custom.menu-item-has-children::after {
            content: "\e804";
            position: absolute;
            top: 23px;
            right: -30px;
            font-family: "fontello";
            font-size: 26px;
            line-height: 1;
            color: #fff;
            width: 30px;
            height: 37px;
            line-height: 37px;
            text-align: center;
            z-index: 2000;
            display: block;
            background: transparent;
        }
        .h_menu .open_main_menu .sub-menu {
            display: block;
            position: relative;
            left: 0;
            width: 100%;
        }
        .h_menu .open_main_menu .sub-menu li{
            margin-right: 0;
            margin-left: 0;
            padding: 0;
            padding-left: 10px;
            padding-right: 10px;
        }
        .h_menu .open_main_menu .sub-menu .sub-menu{
            left: 0;
            border: 1px;
        } 
    }

    @media screen and (max-width: 850px) {
        .b_info4 .item {width: calc(50% - 30px);}
        /*.b_info4 .thumb {max-height: 200px;}*/

        .c_wr {
            padding-bottom: 40px;
            border-bottom: 20px solid #ffa200;
        }
        .c_wr::after {display: none;}

        .c_wr1 {padding-top: 75px;}
        .c_wr1 .in {margin-top: 0;}

        .c_wr6 {
            padding-bottom: 75px;
            border-bottom: 20px solid #ffa200;
        }
        .c_wr6::after {display: none;}

        .c_wr7 {padding-top: 75px;}

        .c_wr8,
        .c_wr10 {
            background-image: none;
            padding-top: 75px;
            border-top: 20px solid #ffa200;
        }

        .article img {
            width: auto !important;
            float: none !important;
            margin: 0 0 10px 0 !important;
        }
    }

    @media screen and (max-width: 800px) {
        .h_phone,
        .f_phone {font-size: 15px;}
    }

    @media screen and (max-width: 730px) {
        .title1 {font-size: 25px;}
        .slider .title {font-size: 40px;}

        .tabs_wr1 .ui-tabs-nav {margin-bottom: 22px;}

        .tabs_wr1 .b_lnk.all {
            margin-bottom: 30px;
            position: static;
        }

        #footer .col:nth-child(2) {
            -ms-flex-pack: distribute;
            justify-content: space-around;
        }
    }

    @media screen and (max-width: 600px) {
    /*    .tbl_overflow table {min-width: 600px;} */

        .h_phone {
            margin: 0;
            padding: 0;
            border: none;
        }
        .h_worktime {display: none;}

        .carousel1 .thumb {height: 40vw;}
    }

    @media screen and (max-width: 550px) {
        h2,
        .title3 {font-size: 22px;}

        .title1 {font-size: 22px;}

        .title4 {font-size: 25px;}

        .h_phone {display: block;}

        .m_head h1 {font-size: 25px;}

        .tabs_wr .ui-tabs-nav {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
        .tabs_wr .ui-tabs-nav .ui-tabs-anchor {
            margin: 0 0 10px 0;
            border-radius: 25px;
        }

        .tabs_wr1 .ui-tabs-nav {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
        .tabs_wr1 .ui-tabs-nav .ui-tabs-anchor {
            background: rgba(235, 241, 248, 0.5);
            margin-right: 0;
            padding-right: 40px;
            padding-left: 40px;
        }

        .tabs_wr1 .b_lnk.all {text-align: center;}

        .table1 th,
        .table1 td,
        .tablepress th,
        .tablepress td {padding-left: 20px;}
        .table1 tr > :last-child,  .tablepress tr > :last-child {padding-right: 20px;}

        .list1 li {padding-left: 40px;}

        .slider .title {font-size: 35px;}

        .c_wr {padding-bottom: 20px;}

        .c_wr1,
        .c_wr7 {padding: 45px 0 25px 0;}

        .c_wr2,
        .c_wr3,
        .c_wr6,
        .c_wr8,
        .c_wr10 {padding: 45px 0;}

        .c_wr4 {padding: 25px 0 45px 0;}
        .c_wr4 .cols .col:nth-child(2) {padding-top: 45px;}

        .c_wr9 {padding-top: 25px;}

        .b_form {
            padding-right: 20px;
            padding-left: 20px;
        }

        .b_filter_wr {padding-bottom: 40px;}

        .b_info {margin-bottom: 30px;}

        .b_info4 {margin: 0 -10px;}
        .b_info4 .item {
            width: calc(50% - 20px);
            margin-right: 10px;
            margin-left: 10px;
        }

        .b_info3 .item {margin-bottom: 35px;}

        .b_info6 .descr {padding: 20px;}

        .b_filter1 .f_row {
            -ms-grid-columns: auto;
            grid-template-columns: auto;
            -ms-grid-rows: 1fr minmax(54px, max-content);
            grid-template-rows: 1fr minmax(54px, -webkit-max-content);
            grid-template-rows: 1fr minmax(54px, max-content);
        }
        .b_filter1 .f_row.v1 {
            -ms-grid-columns: 1fr 30%;
            grid-template-columns: 1fr 30%;
        }
        .b_filter1 .f_row.v2 {
            -ms-grid-columns: 95px 1fr 30%;
            grid-template-columns: 95px 1fr 30%;
        }
        .b_filter1 .f_label {
            margin-bottom: 0.5em;
            text-align: left;
        }
        .b_filter1 .f_row.v1 .f_label {
            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            grid-column: 1 / 3;
        }
        .b_filter1 .f_row.v2 .f_label {
            -ms-grid-column: 1;
            -ms-grid-column-span: 3;
            grid-column: 1 / 4;

        }

        #discount-popup::before,
        #call-popup::before,
        #measurer-popup::before {display: none;}

        .popup .f_cols {padding-left: 0;}

        #footer {
            padding-top: 50px;
        }

        .f_menu ul li {margin-bottom: 0.5em;}
    }

    @media screen and (max-width: 480px) {
        .btn.v2 {
            width: 100%;
            max-width: 300px;
            padding-right: 20px;
            padding-left: 20px;
        }

        .b_info4 .item {width: calc(100% - 20px);}
        .b_info4 .thumb {
            height: 65vw;
            /*max-height: 230px;*/
        }

        .popup .f_cols {
            display: block;
            max-width: 300px;
            margin: 0 auto;
        }
        .popup .f_cols .f_row {
            width: auto;
            margin-right: 0;
            margin-left: 0;
        }
    }

    @media screen and (max-width: 420px) {
        .h_opt {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
        .h_opt .btn1 {margin: 0 0 5px 0}

        .carousel1 .thumb {height: 100vw;}

        .b_filter1 {display: block;}
        .b_filter1 .f_row {
            display: block;
            margin-bottom: 15px;
        }
        .b_filter1 .item {margin-bottom: 15px;}

        .b_filter2 .f_row {display: block;}
        .b_filter2 .f_label {
            display: block;
            height: auto;
            margin-bottom: 0.5em;
        }

        .table1,
        .tablepress {font-size: 14px;}
            .table1 th,
            .tablepress th {
                padding-top: 8px;
                padding-bottom: 8px;
                font-size: 14px;
            }
            .table1 th,
            .table1 td,
            .tablepress th,
            .tablepress td {
                padding-right: 10px;
                padding-left: 10px;
            }
            .table1 tr > :last-child,
            .tablepress tr > :last-child {padding-right: 10px;}
    }

    @media screen and (max-width: 360px) {
        .slider .title {font-size: 30px;}

        .b_info6 {font-size: 15px;}
    }


    


 /*калькулятор*/


.three-columns {
    display: grid;
    grid-template-columns: .8fr 150px 1fr;
    align-items: flex-end;
    grid-column-gap: 20px;
}
.label-flex {
    max-width: 100%;
    width: 100%;
}
.label-flex label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    cursor: pointer;
}

.column-standard-window + .column-standard-window {
    margin-top: 15px;
}

.action-row {
    margin: 10px 0;
}

.action-row .label-flex .smalltext-price{
    display: none;
}

.action-row .label-flex .smalltext-price.active {
    display: inline-block;
}

.action-row .label-flex + .label-flex {
    margin-top: 10px;
}

.label-flex label .smalltext {
    margin-bottom: 0;
    max-width: 80%;
    width: 100%;
}

.three-columns.usercontacts {
    grid-template-columns: 1fr 1fr 1fr;
}

.three-columns.item-stub {
    grid-template-columns: 2fr 2fr .5fr;
    align-items: center;
}

.three-columns>div {
    position: relative;
    box-sizing: border-box;
    /*float: left;*/
    /*width: calc(100% / 3);*/
    padding: 0 0 0 0;
}

.three-columns>.f-row {
    width: 100%;
}

.three-columns>.summ-div {
   width: 100%;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: space-between;
}

.three-columns>div>label.heregoesafter, .three-columns>div>label.fullwidth {
    width: 100%;
    padding: 0;
}

.three-columns>div>label {
    box-sizing: border-box;
    position: relative;
    /*width: 30%;*/
    padding: 0 0 0 0;
    cursor: pointer;
}

.three-columns>.summ-div>label {
    width: calc(100% / 5);

}

.three-columns>.summ-div>label:nth-child(4) {
    margin-bottom: 0;
    cursor: auto;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 500;
}

.smalltext {
    display: block;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 6px 0;
}

.three-columns>div>label>select {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 25px 10px 10px;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color: #000;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-overflow: ellipsis;
}

.three-columns>div>label.heregoesafter::after {
    content: '<>';
    font: 12px monospace;
    color: #aaa;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 8px;
    top: 30px;
    padding: 0 0 6px;
    border-bottom: 1px solid #ddd;
    position: absolute;
    pointer-events: none;
}

.three-columns:after {
    content: '';
    display: table;
    clear: both;
}

.three-columns>div>label.rowsummorder {
    width: 100%;
}

.three-columns>div>label.width-60 {
    width: 60%;
}

.three-columns>div>label.width-60 input{

}
.three-columns .wrapper {
    display: flex;
    justify-content: space-between;
}


.three-columns .wrapper-left {
    width: 60%;
}

.three-columns .wrapper-right {
    display: flex;
    align-items: center;
    width: 100%;
}

.three-columns .wrapper-right .repeatthisbutton,
.three-columns .wrapper-right .deletethisbutton
{
    top:15px;
}

.three-columns .wrapper .yoursumm {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    font-size: 1.4em;
    line-height: 1em;
    color:#000;
    width: 100%;
    padding: 10px 15px;
}

.column-standard-stub .wrapper .yoursumm {
    padding: 10px 0;
    margin-bottom: 0;
    text-align: center;
}

.three-columns>div>label>input:not([type="checkbox"]):disabled {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    font-size: 18px;
    line-height: 1em;
    padding: 0;
    margin: 0;
    text-align: center;
}

.column-standard-window:nth-child(1) .deletethisbutton{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}


.deletethisbutton {
    /*font-family: serif;*/
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: bold;
    color: red;
    background: #FFF;
    border: 0 none;
    width: 26px;
    height: 26px;
    font-size: 18px;
    border-radius: 13px;
    cursor: pointer;
    outline: 0 none;
    display: block;
}

.action-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.deletethisbutton:hover {
    color: #FFF;
    background: red;
}

.deletethisbutton.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.repeatthisbutton {
    font-family: serif;
    margin: 0;
    display: block;

    padding: 0;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    background: #92ca24;
    border: 0 none;
    width: 26px;
    height: 26px;
    font-size: 18px;
    border-radius: 13px;
    cursor: pointer;
    outline: 0 none;

}



.wrapper-stub {
    margin-top: 30px;
    margin-bottom: 25px;
}

.red-message * {
    color: #dd2f33;
    font-size: 2em;
}

.three-columns>div>label>input:not([type="checkbox"]) {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 10px;
    margin: 0;
    border-radius: 4px;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color: #000;
    border: none;
    outline: none;
    display: block;
}

.plus_odin_dlya_daunov {
    text-align: center;
    margin: 0 0 1em 0;
}

.plus_odin {
    line-height: 3rem;
    color: #fff;
    /*border: 2px solid green;*/
    background: #FFF;
    outline: none;
    font-size: 1.2rem;
    border-radius: 1.2em;
    padding: 0 .8em;
    /*text-shadow: 0px -1px 0px rgba(000,000,000,0.1), 0px 1px 0px rgba(255,255,255,1);*/
    background: #92ca24;
}

.summtopay {
    font-size: 2em;
    text-align: center;
    padding: 0 0 0 0;
    margin: 30px 0;
}

.makeorder {
    text-align: center;
}

.order-form {
    border: 2px solid #00608b;
    padding: 20px 20px;
    margin: 0 0 3em 0;
    border-radius: 6px;
}


.d-tormz {
    display: none;
}

#form-calculator {
    font-family: 'SegoeUI', sans-serif;}
.masc-type {
    /*max-width: calc(100% / 5);*/
    width: 100%;
    /*width: 370px !important;*/
}
.color-type {
   width: 100%;
}




@media screen and (max-width: 940px){
   .three-columns {
    grid-template-columns: 1fr 1fr;
   }

   .three-columns .wrapper {
    min-height: initial;
   }
 
   .three-columns.item-stub {
    grid-template-columns: 1fr;
   }

   .three-columns>.f-row {
    margin-bottom: 10px;
   }

   .three-columns>.summ-div {
    flex-wrap: wrap;
   }
   .three-columns>.summ-div>label {
    width: calc(100% / 3 - 10px);
   }

   .three-columns .wrapper-right label{
    max-width: 100%;
    display: block;
    width: 100%;
    margin-bottom: 0;
   }

   .label-flex label .smalltext {
    max-width: 100%
   }

   .wrapper-stub {
    margin: 15px 0 0 0;
   }
   .three-columns .wrapper .yoursumm {
    font-size: 1.6em;
   }

   .plus_odin_dlya_daunov {
    margin-top: 1em;
   }
}

@media screen and (max-width: 640px){

    .three-columns {
        grid-template-columns: 1fr;
    }

    .three-columns>.summ-div {
        /*flex-direction: column;*/
    }

    .three-columns>.summ-div>label {
        width: 100%;
    }

    .three-columns>.summ-div>label:nth-child(4) {
        margin: 1em 0;
        width: 50%;
    }

    .three-columns>div>label>input:not([type="checkbox"]):disabled {
        font-size: 18px;
        text-align-last: left;
    }

    .three-columns.usercontacts {
        grid-template-columns: 1fr;
    }

    .three-columns.usercontacts div {
        margin-bottom: 10px;
    }

    .three-columns.usercontacts div:last-child {
        margin-bottom: 0;
    }

    .label-flex label .smalltext {
        max-width: 70%
    }

    .label-flex label {
        justify-content: space-between;
    }
}


.wpml-ls-menu-item .wpml-ls-flag+span {
    font-size: 14px;
}

.h_lang a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.h_lang .ddown a {
    display: flex;
}

.h_lang {
    max-width: 180px;
    width: 100%
}

#form-steklopaket .three-columns.item-window {
    grid-template-columns: .7fr .5fr 1fr;
}

#form-steklopaket .action-row .smalltext {
    letter-spacing: normal;
}

#form-steklopaket .three-columns.item-stub {
    grid-template-columns: 4fr 1fr;
}

#form-steklopaket .three-columns.item-stub .col-one:nth-child(1) {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

#form-steklopaket .three-columns.item-stub .col-one:nth-child(1) .f-row {
    width: 49%;
    margin-bottom: 10px;
}
@media screen and (max-width: 940px){
    #form-steklopaket .three-columns.item-window {
        grid-template-columns: 1fr;
    }

    #form-steklopaket .three-columns.item-stub {
        grid-template-columns: 1fr;
    }

    #form-steklopaket .three-columns.item-stub .col-one:nth-child(1) .f-row {
        width: 100%;
    }

    #form-steklopaket .three-columns.item-stub .label-flex label .smalltext {
        letter-spacing: normal;
        max-width: 90%;
    }
}