/*.fnc--center--chapters {
    padding: 0;
}
[class^=icon-], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-phone-call:before {
    content: "\e907"}
.icon-right-arrow:before {
    content: "\e900"}
.icon-left-arrow:before {
    content: "\e901"}
.icon-instagram-logo:before {
    content: "\e902"}
.icon-facebook-logo:before {
    content: "\e903"}
.icon-close:before {
    content: "\e904"}
.icon-shopping-cart:before {
    content: "\e905"}
.icon-profile:before {
    content: "\e906"}
.icon-search:before {
    content: "\e908"}
.icon-envelope:before {
    content: "\e909"}
body {
    margin: 0;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: 500!important;
}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
img {
    border-style: none;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: .35em .75em .625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
body, button, input, select, optgroup, textarea {
    color: #0a1a2f;
    font-family: Montserrat;
    font-size: 14px;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
}


li{
    font-weight:500;
}
p {
    margin-top: 0;
    font-weight:500;
    margin-bottom: 1.5em;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 70px 0;
    border-top: 2px solid #e7c5cf;
    border-bottom: 2px solid #e7c5cf;
    font-weight: 600;
    font-size: 18px;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: .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: .9375rem;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%}
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    background: #f8f8f8;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em;
    padding: 0 0 0 20px;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li>ul, li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    max-width: 100%}
figure {
    margin: 1em 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%}
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, .8);
    font-size: 12px;
    font-size: .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%}
a {
    color: #0a1a2f;
}
.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 {
    box-shadow: 0 3px 3px rgba(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;
}
.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%}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
#content[tabindex="-1"]:focus {
    outline: 0;
}
.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;
}
.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;
}
.widget {
    padding-bottom: 35px;
    border-bottom: 1px solid #f1f1f1;
    margin: 0 0 35px;
}
.widget select {
    max-width: 100%}
.sticky {
    display: block;
}
.post, .page {
    margin: 0;
}
.updated:not(.published) {
    display: none;
}
.page-content, .entry-content, .entry-summary {
    margin: 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
embed, iframe, object {
    max-width: 100%;
    width: 100%;
    height: 600px;
}
.custom-logo-link {
    display: inline-block;
}
.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: .8075em 0;
}
.wp-caption-text {
    text-align: center;
}
.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;
}
.site-header {
    position: relative;
}
.main_top_bl_outer>.inner_t_bl {
    max-width: 1590px;
    margin: 0 auto;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.main_top_bl_outer {
    width: 100%;
    background-color: #fff;
    top: 0;
    z-index: 20;
    left: 0;
    right: 0;
}
.inner_t_bl {
    background-color: #fff;
    -webkit-box-shadow: 0 29px 54px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 29px 54px rgba(0, 0, 0, .05);
    box-shadow: 0 29px 54px rgba(0, 0, 0, .05);
}
.top-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 30px 0;
    line-height: 10px;
}
.second-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 30px 17px;
}
.second-block .logo {
    display: flex;
    align-items: center;
}
.second-block .logo img {
    width: 133px;
    height: 36px;
}
.second-block .logo img {
    display: block;
}
.inner_t_bl ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.inner_t_bl ul>li {
    margin-bottom: 0;
    display: block;
    text-align: center;
    position: relative;
}
.inner_t_bl ul>li>a {
    font-size: 12px;
    color: #0a1a2f;
    font-weight: 400;
    text-decoration: none;
    display: block;
    width: 100%}
#menu-item-2641 a {
    color: #dfb1bf;
}
#menu-item-2640 a {
    color: #dfb1bf;
}
.top-block .phones, .top-block .email, .top-block .phones a, .top-block .email a {
    font-size: 12px;
    color: #0a1a2f;
}
.top-block .phones a, .top-block .email a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}
.top-block .phones, .top-block .email {
    padding-top: 5px;
    padding-bottom: 10px;
}
.top-block i {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    margin-right: 15px;
}
.top-block .item, .top-block span.sep {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}
.top-block .item span.sep:last-child {
    margin-right: 0;
}
.top-block .item:last-child {
    margin-right: 0;
}
.inner_t_bl .top-block ul>li>a {
    text-transform: uppercase;
    padding: 5px 10px 14px;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
}
.inner_t_bl .top-block ul>li>a:hover, .inner_t_bl .top-block ul li.current-menu-item a {
    border-bottom: 1px solid #35404f;
}
.inner_t_bl .second-block ul li>a {
    font-size: 16px;
    line-height: 10px;
    font-weight: 500;
    padding: 5px 35px;
}
.inner {
    max-width: 1590px;
    margin: 0 auto;
}
.block-title {
    padding-top: 60px;
    text-align: center;
    padding-bottom: 60px;
}
.block-title .title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 33px;
    font-weight: 200;
}
.after-title {
    display: inline-block;
    position: relative;
    color: #dfb1bf;
    font-size: 12px;
    line-height: 10px;
    font-weight: 600;
    text-transform: lowercase;
    padding-left: 75px;
}
.after-title .points {
    position: absolute;
    display: inline-block;
    width: 5px;
    height: 5px;
    top: 53%;
    left: 0;
    background: #dfb1bf;
    border-radius: 50px;
    transform: translate(0%, -50%);
}
.after-title .points:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 5px;
    height: 5px;
    top: 50%;
    left: 20px;
    background: #dfb1bf;
    border-radius: 50px;
    transform: translate(0%, -50%);
}
.after-title .points:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 5px;
    height: 5px;
    top: 50%;
    left: 40px;
    background: #dfb1bf;
    border-radius: 50px;
    transform: translate(0%, -50%);
}
.our-production {
    padding: 0 15px;
    background-image: url(/img/source/pro_brand//leaflet.png), url(/img/source/pro_brand//l-pire.png);
    background-repeat: no-repeat;
    background-size: 250px 250px, 205px 205px;
    background-position: 98% 100%, 95% -95px;
    padding-bottom: 62px;
}
.production-in {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}
.production-in .item {
    width: 25%;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 30px 15px;
}
.production-in .item img {
    display: block;
}
.production-in .item a, .production-in .item .item-in {
    display: block;
    position: relative;
    color: #fff;
}
.production-in .item a:before, .production-in .item .item-in:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(10, 10, 10, .7), rgba(10, 10, 10, 0));
}
.production-in .item .content {
    position: absolute;
    width: 100%;
    padding: 0 30px 30px;
    bottom: 0;
}
.production-in .item .content .line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    margin-bottom: 25px;
}
.production-in .item .content .title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}
.production-in .item .content .text {
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
}
.tab-el-in.active {
    display: block;
    height: auto;
    overflow: visible;
}
.tab-el-in {
    display: none;
    height: 0;
    overflow: hidden;
}
.products-tab {
    padding: 0 15px;
}
.tabs-block .tab-el-in .slider-product .product-item {
    width: 33%;
    margin: 15px;
    padding: 30px 40px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .07);
    box-shadow: 0 0 10px rgba(0, 0, 0, .07);
    min-height: 585px;
}
.tabs-block .tab-el-in .slider-product .product-item .image {
    position: relative;
}
.tabs-block .tab-el-in .slider-product .product-item .hit, .tabs-block .tab-el-in .slider-product .product-item .sale {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 12px;
}
.tabs-block .tab-el-in .slider-product .product-item .hit {
    background: #f4a703;
}
.tabs-block .tab-el-in .slider-product .product-item .sale {
    background: #f83f14;
}
.tabs-block .tab-el-in .slider-product .product-item .image img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.tabs-block .tab-el-in .slider-product .product-item .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.tabs-block .tab-el-in .slider-product .product-item .text {
    font-size: 14px;
    margin-bottom: 25px;
}
.tabs-block .tab-el-in .slider-product .product-item .price {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}
.tabs-block .tabs-el {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
}
.tabs-block .tabs-el .item {
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 35px;
    cursor: pointer;
}
.tabs-block .tabs-el .item.active, .tabs-block .tabs-el .item:hover {
    font-weight: 700;
}
.tabs-block .tab-el-in .slider-product .product-item .sale-price {
    display: inline-block;
    margin-right: 10px;
    color: #dfb1bf;
}
.tabs-block .tab-el-in .slider-product .product-item .price span:last-child {
    color: #5e6978;
    text-decoration: line-through;
}
.tabs-block .tab-el-in .slider-product .product-item a.theme-button {
    display: none;
}
.tabs-block .tab-el-in .slider-product .product-item:hover a.theme-button {
    display: block;
}
.theme-button, .woocommerce button.button {
    position: relative;
    display: block;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    max-width: 300px;
    background: #0a1a2f;
    padding: 22px 15px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    border: none;
    border-radius: 0;
}
.theme-button .points-block {
    display: inline-block;
    position: relative;
    padding-left: 28px;
}
.theme-button .points {
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 2px;
    top: 53%;
    left: 0;
    background: #c5c9ce;
    border-radius: 50px;
    transform: translate(0%, -50%);
}
.theme-button .points:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 2px;
    top: 50%;
    left: 4px;
    background: #c5c9ce;
    border-radius: 50px;
    transform: translate(0%, -50%);
}
.theme-button .points:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 2px;
    top: 50%;
    left: 8px;
    background: #c5c9ce;
    border-radius: 50px;
    transform: translate(0%, -50%);
}
.theme-button:hover, .woocommerce button.button:hover {
    color: #eee;
    background: #dfb1bf;
}
.theme-button:hover .points, .theme-button:hover .points:after, .theme-button:hover .points:before {
    background: #fff;
}
.tabs-block .inner {
    max-width: 1320px;
}
.text-with-image {
    padding: 0 15px;
}
.home .text-with-image {
    margin-top: 0;
    background-image: url(/img/source/pro_brand//colibri.png), url(/img/source/pro_brand//v-pira.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 265px 305px, 185px 230px;
    background-position: 5% 0, 94% 100%;
    padding-top: 62px;
    padding-bottom: 160px;
}
.text-with-image .text-with-image-inn {
    display: flex;
    padding-top: 140px;
}
.text-with-image .text-with-image-inn>* {
    width: 48.86%;
    max-width: 100%}
.text-with-image .text-with-image-inn .text {
    margin-right: 30px;
}
.text-with-image .text-with-image-inn .image {
    position: relative;
}
.text-with-image .text-with-image-inn .image img {
    display: block;
}
.text-with-image .text-with-image-inn .image .first {
    position: absolute;
    z-index: 0;
    right: 0;
    top: -140px;
}
.text-with-image .text-with-image-inn .image .second {
    position: relative;
}
.text-with-image .inner {
    max-width: 1320px;
}
.text-with-image .block-title {
    text-align: left;
    padding-top: 0;
}
.text-with-image .block-title .title {
    line-height: 36px;
}
.text-with-image .theme-button {
    margin-left: 0;
    margin-top: 60px;
}
.news-block {
    padding: 0 15px;
    padding-bottom: 160px;
    background-image: url(/img/source/pro_brand//rev-colibri.png), url(/img/source/pro_brand//pira-home.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 265px 305px, 210px 280px;
    background-position: 95% 95%, 5% 50%}
.news-block .block-title {
    padding-top: 0;
}
.news-block .inner {
    max-width: 1320px;
}
.news-item {
    display: flex;
    background: #fff;
    -webkit-box-shadow: 0 0 54px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 54px rgba(0, 0, 0, .05);
    box-shadow: 0 0 54px rgba(0, 0, 0, .05);
    margin-bottom: 30px;
}
.news-item:last-child {
    margin-bottom: 0;
}
.news-item .image {
    width: 59.09%;
    margin-right: 30px;
}
.news-item .image img {
    display: block;
}
.news-item .content {
    position: relative;
    width: 38.64%;
    text-align: left;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 70px;
}
.news-item .content .date {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    color: #fff;
    width: 100%;
    max-width: 114px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    background: #0a1a2f;
    padding: 11px 28px;
}
.news-block-in {
    margin-top: 70px;
}
.news-item .content .title {
    margin-top: 100px;
}
.news-item .content .title a {
    display: block;
    color: #0a1a2f;
    font-size: 22px;
    text-decoration: none;
    margin-bottom: 45px;
}
.news-item .content .title a:hover {
    color: #dfb1bf;
}
.news-block-in .news-item:nth-child(2n) {
    flex-direction: row-reverse;
}
.news-block-in .news-item:nth-child(2n) .image {
    margin-right: 0;
}
.news-block-in .news-item:nth-child(2n) .content .date {
    left: -10px;
    right: auto;
}
.news-block-in .button-all {
    margin-top: 60px;
}
footer {
    background: #f0f0f0;
    padding: 40px 15px 25px;
}
footer .site-info .logo {
    margin-bottom: 20px;
}
footer .site-info .logo img {
    display: block;
    margin: 0 auto;
    width: 133px;
    height: 36px;
}
footer .site-info .text-descr {
    font-size: 14px;
    line-height: 21px;
    font-weight: 200;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}
footer .site-info .two-menu {
    display: flex;
    align-items: center;
    padding: 29px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
footer .site-info .two-menu>* {
    width: 49.06%}
footer .site-info .two-menu .first-m {
    margin-right: 30px;
}
footer .site-info .two-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
footer .site-info .two-menu ul>li {
    display: block;
    text-align: center;
    position: relative;
    margin: 0 40px;
}
footer .site-info .two-menu ul>li:first-child {
    margin-left: 0;
}
footer .site-info .two-menu ul>li:last-child {
    margin-right: 0;
}
footer .site-info .two-menu ul>li>a {
    font-size: 12px;
    color: #0a1a2f;
    font-weight: 400;
    text-decoration: none;
    display: block;
    width: 100%}
footer .site-info .two-menu .second-m ul>li {
    margin: 0 30px;
}
footer .site-info .two-menu .second-m ul>li:first-child {
    margin-left: 0;
}
footer .site-info .two-menu .second-m ul>li:last-child {
    margin-right: 0;
}
footer .site-info .two-menu .first-m ul>li>a {
    font-size: 16px;
    font-weight: 600;
}
footer .site-info .two-menu .second-m ul>li>a {
    text-transform: uppercase;
}
footer .site-info .phones, footer .site-info .email, footer .site-info .phones a, footer .site-info .email a {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #0a1a2f;
    margin-right: 40px;
}
footer .site-info .email a, footer .site-info .phones, footer .site-info .email {
    margin-right: 0;
}
footer .site-info .contacts {
    text-align: center;
}
footer .site-info .phones a, footer .site-info .email a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}
footer .site-info i {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
}
.copyright-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 20px;
    font-size: 12px;
    border-top: 1px solid #e6e6e6;
}

.header-page {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    padding: 0 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    min-height: 550px;
}
.page-id-56 .header-page:before, .page-id-915 .header-page:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
}
.header-page .title {
    width: 100%;
    max-width: 1320px;
}
.header-page .title h1 {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    color: #0a1a2f;
    font-weight: 200;
    font-size: 48px;
    line-height: 48px;
    padding-top: 190px;
    padding-bottom: 85px;
}
.page-id-56 .header-page .title h1, .page-id-915 .header-page .title h1 {
    color: #fff;
    font-weight: 200;
}
.header-page .title h1 span {
    font-weight: 500;
}
.adress-block .cont-page {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    max-width: 1050px;
    margin: 0 auto;
    padding-bottom: 90px;
}
.adress-block .cont-page .item {
    width: 48.57%;
    color: #0a1a2f;
    margin-right: 30px;
    margin-bottom: 70px;
}
.adress-block .cont-page .item a {
    color: #0a1a2f;
    text-decoration: none;
}
.adress-block .cont-page .item a:hover {
    color: #d9aebb;
}
.adress-block .cont-page .item:nth-child(2n) {
    margin-right: 0;
}
.adress-block .cont-page .item .city {
    position: relative;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 45px;
}
.adress-block .cont-page .item .city:before {
    content: '';
    position: absolute;
    width: 31.37%;
    height: 1px;
    left: 0;
    bottom: -1px;
    background: #dfb1bf;
}
.adress-block .cont-page .item .sep {
    margin: 0 5px;
}
.adress-block .cont-page .item .adr, .adress-block .cont-page .item .phones {
    margin-bottom: 25px;
}
.adress-block .cont-page .item .adr, .adress-block .cont-page .item .phones, .adress-block .cont-page .item .email {
    font-size: 14px;
}
.adress-block .cont-page .item a, .adress-block .cont-page .item span, .adress-block .cont-page .item i {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
}
.adress-block .cont-page .item i {
    color: #dfb1bf;
    margin-right: 10px;
    font-size: 16px;
    width: 16px;
}
.adress-block .cont-page .item .adr {
    cursor: pointer;
}
.adress-block .cont-page .item .adr:hover {
    color: #d9aebb;
    font-size: 15px;
}
.contacts-page-block {
    padding: 0 15px;
    padding-top: 90px;
    padding-bottom: 160px;
    background-image: url(/img/source/pro_brand//colibri.png), url(/img/source/pro_brand//pira.png);
    background-repeat: no-repeat;
    background-size: 265px 305px, 265px 305px;
    background-position: 15px 65px, 100% 100%}
.contacts-page-block .inner {
    max-width: 1455px;
}
.contacts-page-block .cont-in {
    display: flex;
    align-items: center;
}
.contacts-page-block .cont-in .contact-f-outer {
    width: 44.33%;
    margin-right: 30px;
    padding-right: 55px;
}
.contacts-page-block .cont-in .map-outer {
    width: 53.61%}
#map {
    width: 100%;
    background: #f1f1f1;
    height: 700px;
}
.contacts-page-block .cont-in .contact-f-outer .title {
    padding-top: 100px;
    padding-bottom: 50px;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}
.contacts-page-block .cont-in .contact-f-outer input:not([type=checkbox]), .contacts-page-block .cont-in .contact-f-outer textarea {
    width: 100%;
    background: #f6f6f6;
    font-size: 14px;
    line-height: 24px;
    padding: 17px 28px;
    border-radius: 0;
    color: #35404f border:1px solid #0a1a2f80;
}
.contacts-page-block .cont-in .contact-f-outer textarea {
    height: 130px;
}
.contacts-page-block .cont-in .contact-f-outer input[type=submit] {
    background: #0a1a2f;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 19px 28px;
    cursor: pointer;
}
.text-with-image-inn ul {
    margin: 0;
    padding: 0 0 0 17px;
}
.text-with-image-inn ul li {
    margin-bottom: 10px;
}
.text-with-image-inn ul li:last-child {
    margin-bottom: 0;
}
.text-with-image.block-in-page {
    margin-top: 0;
    padding-top: 160px;
    padding-bottom: 160px;
}
.text-with-image.block-in-page .content {
    max-width: 585px;
    line-height: 28px;
    font-weight: 300;
}
.text-with-image .title span, .block-title .title span {
    font-weight: 600;
}
.text-with-image-inn.rev {
    flex-direction: row-reverse;
}
.text-with-image .text-with-image-inn.rev .text {
    margin-right: 0;
    margin-left: 30px;
    padding-left: 60px;
}
.text-with-image .text-with-image-inn.rev .image .second {
    margin-left: auto;
}
.text-with-image .text-with-image-inn.rev .image .first {
    right: auto;
}
.text-with-image .block-title {
    padding-bottom: 55px;
}
#text-with-image-block_5cbed57cfd206 {
    background-image: url(/img/source/pro_brand//colibri.png), url(/img/source/pro_brand//l-pire.png);
    background-repeat: no-repeat;
    background-size: 265px 305px, 205px 205px;
    background-position: 95px 70px, 95% 25px;
}
.our-ben .inner {
    max-width: 1350px;
}
.ben-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.ben-items .item-outer {
    width: 33%;
    padding: 0 15px;
    position: relative;
}
.ben-items .item-outer .item {
    display: flex;
}
.ben-items .item-outer .item .icon {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    background: #e7c5cf;
    color: #fff;
    font-size: 40px;
    line-height: 80px;
    margin-right: 20px;
    text-align: center;
}
.ben-items .item-outer .item .icon img {
    width: 40px;
    height: 40px;
    margin: 20px;
}
.ben-items .item-outer .item .content {
    width: 70%}
.ben-items .item-outer .item .content .title-in {
    font-size: 18px;
    color: #0a1a2f;
    margin-bottom: 25px;
}
.ben-items .item-outer .item .content .text {
    font-size: 14px;
    color: #848b94;
}
#title-block_5cbef8e98ff58 {
    background-image: url(/img/source/pro_brand//l-pire.png);
    background-repeat: no-repeat;
    background-size: 205px 205px;
    background-position: 135px 25px;
}
.gal {
    padding: 160px 0;
    background-image: url(/img/source/pro_brand//feather.png), url(/img/source/pro_brand//pira.png);
    background-repeat: no-repeat;
    background-size: 410px 250px, 265px 305px;
    background-position: 95% 0, 0px 100%}
#text-with-image-block_5cbeda4ac04b0 {
    background-image: url(/img/source/pro_brand//colibri.png);
    background-repeat: no-repeat;
    background-size: 265px 305px;
    background-position: 95% 95%}
#text-with-image-block_5cbedb9cc04b1 {
    background-image: url(/img/source/pro_brand//v-pira.png);
    background-repeat: no-repeat;
    background-size: 185px 230px;
    background-position: 5% 95%}
.our-values .inner {
    max-width: 1050px;
}
.our-values-in .item {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.our-values-in .item:last-child {
    margin-bottom: 0;
}
.our-values-in .item:nth-child(2n) {
    flex-direction: row-reverse;
}
.our-values-in .item .image {
    width: 35.715%;
    margin-right: 30px;
}
.our-values-in .item .image img {
    display: block;
}
.our-values-in .item .content {
    width: 61.43%;
    padding-left: 25px;
}
.our-values-in .item:nth-child(2n) .content {
    padding-left: 0;
    padding-right: 25px;
}
.our-values-in .item:nth-child(2n) .image {
    margin-right: 0;
    margin-left: 30px;
}
.our-values-in .item .bl-title {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.our-values-in .item .bl-title .numb {
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    background: #e7c5cf;
    font-size: 18px;
    margin-right: 15px;
    border-radius: 50px;
}
.our-values-in .item .bl-title .title {
    width: 85%;
    font-size: 18px;
    font-weight: 600;
}
.our-values-in .item .text {
    font-size: 14px;
    font-weight: 500;
}
.way-to-success {
    max-width: 1720px;
    margin: 0 auto;
    padding: 0 15px;
    padding-bottom: 60px;
    color: #fff;
    margin-top: 160px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.way-to-success .inner {
    max-width: 1320px;
}
.way-to-success .block-title {
    text-align: left;
}
.way-to-success .after-title {
    color: #fff;
}
.way-to-success .after-title .points, .way-to-success .after-title .points:before, .way-to-success .after-title .points:after {
    background: #fff;
}
.way-to-success .text {
    font-weight: 200;
    max-width: 780px;
}
.img-after-text .inner {
    max-width: 1590px;
}
.img-after-text img {
    display: block;
}
.img-after-text .content {
    max-width: 1050px;
    margin: 0 auto;
}
.img-after-text .content .text {
    font-weight: 200;
}
.img-after-text .block-title {
    padding-top: 65px;
    padding-bottom: 45px;
    text-align: left;
}
.img-after-text .block-title .title {
    margin-bottom: 0;
}
.img-after-text {
    padding: 0 15px;
}
.img-after-text {
    padding-bottom: 160px;
}
.tab-cont {
    display: none;
}
.tab-cont.active {
    display: block;
}
.tabs-block-h {
    padding: 0 15px;
    padding-bottom: 160px;
}
.tabs-block-h .inner {
    max-width: 1320px;
}
.tabs-ct .tab-cont-in {
    display: flex;
    align-items: center;
}
.tabs-ct .tab-cont-in .image {
    width: 59.09%}
.tabs-ct .tab-cont-in .image img {
    display: block;
}
.tabs-ct .tab-cont-in .content {
    width: 38.64%;
    margin-left: 30px;
}
.tabs-block-h .tabs-el {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 540px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.tabs-block-h .tabs-el .tab {
    display: inline-block;
    padding: 0 15px;
    font-size: 13px;
    line-height: 9px;
    cursor: pointer;
}
.tabs-block-h .tabs-el .tab.active, .tabs-block-h .tabs-el .tab:hover {
    font-weight: 700;
}
.tabs-ct .tab-cont-in .content .year {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 35px;
}
.tabs-ct .tab-cont-in .content .year .numb {
    display: inline-block;
    margin-right: 5px;
}
#text-with-image-block_5cbf237a9a71a {
    background-image: url(/img/source/pro_brand//colibri.png), url(/img/source/pro_brand//l-pire.png);
    background-repeat: no-repeat;
    background-size: 265px 305px, 205px 205px;
    background-position: 95px 85px, 95% -75px;
}
#title-block_5cbf23c79a71b {
    background-image: url(/img/source/pro_brand//rev-colibri.png);
    background-repeat: no-repeat;
    background-size: 265px 305px;
    background-position: 90% 0;
}
#title-block_5cc03f1a4cf6d {
    background-image: url(/img/source/pro_brand//l-pire.png);
    background-repeat: no-repeat;
    background-size: 205px 205px;
    background-position: 80px 90px;
}
#tabs-block_5cc05051bea7e {
    background-image: url(/img/source/pro_brand//pira.png);
    background-repeat: no-repeat;
    background-size: 205px 205px;
    background-position: 92% 95%}
#img-after-text-block_5cc03d5d4cf6c {
    background-image: url(/img/source/pro_brand//colibri.png);
    background-repeat: no-repeat;
    background-size: 265px 305px;
    background-position: 100% 95%}
#text-with-image-block_5cbf23eb9a71c {
    background-image: url(/img/source/pro_brand//l-pire.png);
    background-repeat: no-repeat;
    background-size: 185px 230px;
    background-position: 5% 95%}
.blog-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}
.news_outer_pagination {
    padding: 60px 15px 120px;
}
.wp-pagenavi {
    text-align: center;
}
.wp-pagenavi span, .wp-pagenavi a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #35404f;
    font-size: 18px;
    background: 0 0;
    text-decoration: none;
}
.wp-pagenavi .current, .wp-pagenavi span:hover, .wp-pagenavi a:hover {
    background: #0a1a2f;
    color: #fff;
}
.inner-single {
    max-width: 1050px;
    margin: 0 auto;
}
.content-area-single {
    padding: 90px 15px 160px;
    background-image: url(/img/source/pro_brand//colibri.png), url(/img/source/pro_brand//l-pire.png), url(/img/source/pro_brand//rev-colibri.png);
    background-repeat: no-repeat;
    background-size: 250px 250px, 205px 205px, 265px 305px;
    background-position: 95px 85px, 95% -95px, 90% 30%}
.single .header-page .title h1 {
    color: #fff;
}
.single .header-page .title {
    max-width: 880px;
}
.single .header-page:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
}
blockquote p {
    margin: 0;
    padding: 40px 15px;
    max-width: 840px;
    text-align: center;
    margin: 0 auto;
}
.single-product .main_top_bl_outer, .woocommerce-cart .main_top_bl_outer, .woocommerce-checkout .main_top_bl_outer {
    position: relative;
}
.woocommerce-cart, .woocommerce-checkout {
    background: #fff;
}
.main_top_bl_outer.stickytop {
    position: fixed;
    top: 0;
    padding: 0;
    max-width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 29px 54px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 29px 54px rgba(0, 0, 0, .05);
    box-shadow: 0 29px 54px rgba(0, 0, 0, .05);
}
.main_top_bl_outer.stickytop .breadcrambs {
    display: none;
}
.main_top_bl_outer.stickytop .inner_t_bl {
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 15px;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.main_top_bl_outer.stickytop .inner_t_bl .top-block {
    padding: 8px 30px 0;
}
.main_top_bl_outer.stickytop .inner_t_bl .second-block {
    padding: 8px 30px 7px;
}
.main_top_bl_outer.stickytop .inner_t_bl .second-block .logo img {
    width: 90px;
    height: 35px;
}
.lang ul {
    display: block;
}
.inner_t_bl .second-block .lang ul li, .inner_t_bl .second-block .lang ul li>a {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    padding: 0;
    font-weight: 400;
    margin-left: 0;
    margin-right: 10px;
    text-transform: uppercase;
    text-decoration: none;
}
.inner_t_bl .second-block .lang ul li.active {
    font-weight: 600;
}
.inner_t_bl .second-block .lang ul li:last-child {
    margin-left: 0;
}
.share-block {
    margin-top: 70px;
}
.share-block span {
    display: inline-block;
    vertical-align: middle;
    color: #1a293d;
    margin-right: 15px;
}
.share-block img {
    display: block;
    width: 16px;
    margin: 12px auto;
}
.share-block a {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    background: #dfb1bf;
    margin-right: 15px;
    cursor: pointer;
}
.our-values {
    padding: 0 15px;
}
.show_menu, .mob-but {
    display: none;
}
.m_bm_hidden {
    display: none;
    text-align: center;
    max-height: 500px;
    overflow-x: auto;
}
.mob-but button {
    outline: none;
    background: 0 0;
    border: none;
    border-radius: 0;
}
.show_m_but span {
    width: 22px;
    height: 2px;
    display: block;
    background-color: #e7c5cf;
    margin: 4px 0;
    margin-left: auto;
}
.show_m_but.act>span {
    margin: -2px 0;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}
.show_m_but.act>span:first-child {
    transform: rotate(45deg);
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}
.show_m_but.act>span:nth-child(2) {
    display: none;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}
.show_m_but.act>span:last-child {
    transform: rotate(-45deg);
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
}
.menu-mob ul.menu li {
    display: block;
}
.menu-mob ul.menu li.current-menu-item a {
    color: #dfb1bf;
}
.f_b_go_t {
    position: absolute;
    top: 50%;
    right: 30%;
    font-size: 22px;
    line-height: 1.37;
    text-align: right;
    width: 100%;
    color: #ddac22;
    transform: translate(0, -50%);
}
.menu li.active_m>.f_b_go_t i {
    transform: rotate(270deg);
    padding-left: 6px;
}
.f_b_go_t i {
    transform: rotate(90deg);
}
.menu-mob {
    margin-bottom: 15px;
}
.m_bm_hidden .phone a {
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    color: #212121;
}
.m_bm_hidden .phone i {
    color: #ddac22;
    margin-right: 10px;
}
.m_bm_hidden .lang {
    margin-bottom: 15px;
}
.menu li.active_m>.sub-menu {
    display: block;
    position: relative;
    left: auto;
    background: 0 0;
    box-shadow: none;
}
.menu-mob .menu li.active_m>.sub-menu li a {
    font-weight: 500;
}
.not-found {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    height: 50vh;
    font-size: 40px;
}
.slick-arrow {
    width: 52px;
    height: 52px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 4;
    cursor: pointer;
    background: 0 0;
    border: none;
    padding: 0;
    margin: 0;
}
.slick-arrow.slick-prev-arr {
    left: -60px;
}
.slick-arrow.slick-next-arr {
    right: -60px;
}
#header_first_bl .custom.tparrows {
    background: transparent!important;
    width: initial;
    height: initial;
}
#header_first_bl.custom.tparrows:before {
    line-height: 1;
    font-size: 35px;
    transition-duration: .4s;
}
#header_first_bl .custom.tparrows:hover:before {
    color: #ef9f9f;
}
#header_first_bl .custom.tparrows:before {
    font-family: "revicons";
    font-size: 35px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
    transition-duration: .4s;
}
.mp_slider .custom.tparrows:before {
    line-height: 1;
    font-size: 35px;
    transition-duration: .4s;
}
.custom.tparrows.tp-leftarrow:before {
    content: "\e824"!important;
}
.custom.tparrows.tp-rightarrow:before {
    content: "\e825"!important;
}
.custom.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, .5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 100;
}
.page-id-152 .header-page .title h1, .page-id-455 .header-page .title h1, .page-id-81 .header-page .title h1, .page-id-437 .header-page .title h1 {
    max-width: 510px;
    text-align: left;
    margin-left: auto;
}
.page-id-81 .header-page .title h1, .page-id-437 .header-page .title h1 {
    font-weight: 500;
}
.products-archive {
    margin-top: 90px;
    margin-bottom: 160px;
    padding: 0 15px;
}
.product-cats {
    display: flex;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
}
.product-cats .cat-item {
    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.product-cats .cat-item .cat-item-in {
    background: #fff;
    -webkit-box-shadow: 0 0 54px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 54px rgba(0, 0, 0, .05);
    box-shadow: 0 0 54px rgba(0, 0, 0, .05);
}
.product-cats .cat-item .cont {
    padding: 30px 30px 35px;
}
.product-cats .cat-item .thumb a {
    display: block;
}
.product-cats .cat-item .title a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #0a1a2f;
    margin-bottom: 20px;
}
.product-cats .cat-item img {
    display: block;
}
.product-cats .cat-item .descr {
    font-size: 14px;
    color: #424d5b;
}
.prod-w-s .products-in .product-row {
    display: flex;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.product-item {
    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 30px!important;
}
.product-item .short-descr, .pull-right .short-descr {
    color: #5d6672;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    padding-bottom: 25px;
}
.product-item .inner_prod_list {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 54px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 54px rgba(0, 0, 0, .05);
    box-shadow: 0 0 54px rgba(0, 0, 0, .05);
    height: 100%}
.woocommerce .products-in .woocommerce-ordering {
    float: none;
    display: flex;
    margin: 0;
    flex-direction: row;
    justify-content: flex-end;
}
.prod-w-s .products-in {
    display: flex;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
}
.prod-w-s .products-in .content-area {
    width: 80.1%;
    max-width: 1275px;
}
.prod-w-s .sidebar {
    width: 16.98%;
    max-width: 270px;
    margin-right: 36px;
}
.product-item .product_img_w img {
    display: block;
    border: 1px solid #fff;
    margin: 0 auto;
}
.product-item .plashki, .p_big_images .plashki {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
}
.product-item .content {
    text-align: center;
    padding: 0 15px;
}
.product-item .li_pr_title a {
    display: block;
    margin-top: 25px;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    color: #0a1a2f;
    padding-bottom: 40px;
}
.product-item .pr_pr {
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 45px;
    color: #0a1a2f;
}
.product-item .lab_new, .product-item .lab_hit, .p_big_images .lab_new, .p_big_images .lab_hit, .product-item .lab_sale, .p_big_images .lab_sale, .product-item .lab_acc, .p_big_images .lab_acc {
    display: block;
    text-align: center;
    background: #f4a703;
    padding: 10px 18px;
    font-weight: 600;
    font-size: 12px;
    line-height: 9px;
    color: #fff;
    text-transform: uppercase;
}
.product-item .lab_sale, .p_big_images .lab_sale {
    background: #f83f14;
}
.product-item .lab_acc, .p_big_images .lab_acc {
    background-color: #ea5b0c;
}
.product-item .lab_new, .p_big_images .lab_new {
    background: #59981a;
}
.product-item .pr_pr.sl .pr_price {
    color: #dfb1bf;
}
.product-item .pr_pr.sl .pr_old_price {
    display: inline-block;
    margin-left: 20px;
    font-weight: 200;
    text-decoration: line-through;
}
.popup_window {
    margin: 0 auto;
    width: 98%;
    max-width: 570px;
    background-color: #fff;
    position: relative;
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, 100% 100%}
#cart_popup.popup_window {
    max-width: 1020px;
}
#cart_popup .popup_inner_b {
    padding: 70px 65px 50px;
}
.widget-title {
    font-size: 16px;
    line-height: 12px;
    font-weight: 500;
    color: #1a293d;
    margin-bottom: 30px;
}
div .popup_title {
    text-align: center;
    color: #0a1a2f;
    line-height: 1.4;
    font-size: 24px;
    margin-bottom: 50px;
    font-weight: 500;
}
.popup_inner_b .top-info {
    display: flex;
    align-items: center;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 20px;
    font-size: 14px;
    line-height: 9px;
    color: #494d58;
    margin-bottom: 30px;
}
.popup_inner_b .top-info .prod {
    width: 55%}
.popup_inner_b .top-info .quan {
    width: 28%}
.popup_inner_b .top-info .all-pr {
    width: 20%}
.pop_cust_buts {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.mfp-close-btn-in .mfp-close {
    color: #091930;
}
.pop_cust_buts .btn_cust {
    color: #0a192e;
    font-weight: 500;
    font-size: 14px;
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
}
.pop_cust_buts .full_but {
    text-decoration: none;
    width: 100%;
    max-width: 360px;
    color: #fff;
    background: #0a1a2f;
    padding: 22px 15px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    border-color: #0a1a2f;
}
.pop_cart_it {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 20px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
}
#cart_popup .all-price {
    text-align: right;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    padding: 0 0 20px;
    border-bottom: 1px solid #f1f1f1;
}
#cart_popup .all-price .price {
    font-weight: 500;
}
#cart_popup .all-price .text {
    margin-right: 15px;
}
.c_pop_img {
    width: 17.5%}
.c_pop_other {
    width: 82.5%;
    display: flex;
    align-items: center;
}
.c_pop_tit {
    width: 40%;
    padding-left: 15px;
}
.c_pop_quant {
    width: 25%;
    text-align: center;
}
.c_pop_quant .pr_quant, .product-quantity-cart .pr_quant {
    display: flex;
    justify-content: center;
}
.c_pop_quant .pr_quant button, .product-quantity-cart .pr_quant button {
    width: 30px;
    cursor: pointer;
}
.p_price {
    font-weight: 500;
    font-size: 20px;
    color: #0a1a2f;
}
.c_pop_quant .pr_quant button, .c_pop_quant .pr_quant input, .product-quantity-cart .pr_quant button, .product-quantity-cart .pr_quant input {
    background: 0 0;
    border: none;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #0a1b2f;
    font-size: 14px;
    line-height: 14px;
}
.c_pop_tit .p_tit {
    margin-bottom: 20px;
}
.c_pop_tit .p_tit a {
    color: #0a1a2f;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}
.c_pop_img a, .c_pop_img img {
    display: block;
}
.c_pop_img img {
    margin: 0 auto;
}
.c_pop_total {
    width: 30%;
    font-size: 18px;
    color: #242424;
    font-weight: 600;
    text-align: center;
}
.c_pop_remove {
    width: 32px;
    display: flex;
    height: 32px;
    align-items: center;
    justify-content: center;
}
.c_pop_remove button {
    position: relative;
    background: 0 0;
    border: none;
    padding: 0;
    margin: 0;
    height: 15px;
    width: 32px;
}
.widget_product_categories ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget_product_categories ul li {
    position: relative;
    margin-bottom: 15px;
}
.widget_product_categories ul li:last-child {
    margin-bottom: 0;
}
.widget_product_categories ul li a {
    color: #2b394b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
}
.widget_product_categories ul li.current-cat a {
    color: #dc0048;
    font-weight: 600;
}
.tmp-single-product {
    margin-top: 50px;
    padding: 0 15px;
}
.product-top-halph {
    display: flex;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-top-halph-outer .inner {
    max-width: 1080px;
}
.product-top-halph .pull-left {
    display: block;
    width: 43.5%;
    margin-right: 40px;
}
.product-top-halph .pull-right {
    width: 52.7%;
    padding: 75px 30px 0;
}
.p_big_images {
    position: relative;
    border: 1px solid #f1f1f1;
    margin-bottom: 10px;
}
.lp_lit_im img {
    border: 1px solid #f1f1f1;
}
.p_lit_images_inner {
    text-align: center;
}
.desc-block {
    margin-top: 85px;
}
.desc-block .inner {
    max-width: 975px;
}
.desc-block .desc-prod {
    max-width: 780px;
    margin: 0 auto;
}
.desc-block .desc-text {
    margin-bottom: 65px;
}
.desc-block .desc-text .title {
    font-size: 30px;
    line-height: 30px;
    color: #0a1a2f;
    margin-bottom: 50px;
    border-bottom: 1px solid #f1f1f1;
}
.desc-block .desc-text .title span {
    display: inline-block;
    padding-bottom: 25px;
    border-bottom: 1px solid #0a1a2f;
    margin-bottom: -1px;
}
.desc-block .desc-text strong, b {
    color: #0a1a2f;
}
.share-links span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    color: #0a1a2f;
    margin-right: 15px;
}
.share-links a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: #dfb1bf;
}
.share-links a:last-child {
    margin-right: 0;
}
.related-products-inner .pr_desc_title, .viewer-products-inner .title {
    text-align: center;
    margin-top: 150px;
    font-size: 36px;
    font-weight: 200;
    line-height: 36px;
    color: #0a1a2f;
    margin-bottom: 70px;
}
.related-products-inner .pr_desc_title span, .viewer-products-inner .title span {
    font-weight: 500;
}
.product-top-halph .pull-right .product_name {
    margin: 0;
    padding: 0;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 30px;
}
.p_price_block {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: #0a1a2f;
    margin-bottom: 40px;
}
.p_price_block.sl .pr_price {
    color: #dfb1bf;
}
.p_price_block.sl .pr_old_price {
    display: inline-block;
    margin-left: 20px;
    font-weight: 200;
    text-decoration: line-through;
}
.properties {
    margin-bottom: 30px;
}
.properties .item {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #0a1a2f;
    border-bottom: 1px solid #f1f1f1;
}
.properties .item:first-child {
    border-top: 1px solid #f1f1f1;
}
.properties .item .title {
    font-weight: 500;
    width: 25%;
    margin-right: 30px;
}
.properties .item .val {
    width: 65%;
    color: #5d6672;
}
.count-w-buy {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.count-w-buy .prod_count {
    font-size: 18px;
    line-height: 20px;
    width: 140px;
    border: 1px solid #f1f1f1;
    color: #0a1a2f;
    padding: 13px 5px;
    display: flex;
    align-content: center;
    align-items: center;
    margin-right: 30px;
}
.count-w-buy .prod_count button, .count-w-buy .prod_count input {
    background: 0 0;
    border: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.prod_buttons {
    width: 66.6%}
.prod_buttons button {
    width: 100%;
    color: #fff;
    background: #0a1a2f;
    padding: 22px 15px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    border-color: #0a1a2f;
    cursor: pointer;
}
.prod_buttons button i {
    display: inline-block;
    margin-right: 8px;
}
.count-w-buy .prod_count button {
    width: 30px;
    cursor: pointer;
}
.count-w-buy .prod_count button:focus {
    border: none;
}
.count-w-buy .prod_count input {
    width: 58px;
}
.related-products .inner, .viewer-products .inner {
    max-width: 1320px;
}
.breadcrambs {
    margin-top: 25px;
    font-size: 12px;
    font-weight: 500;
}
.breadcrambs a {
    color: #69737f;
    text-decoration: none;
}
.breadcrambs a:focus, .breadcrambs a:hover, .breadcrambs a:active, .kb_title {
    color: #0a1a2f;
}
.single-product, .woocommerce {
    background: #fff;
}
.woocommerce nav.woocommerce-pagination {
    margin-top: 30px;
}
.top-count-order {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.bl_cat_sort, .result-count {
    display: flex;
    align-items: center;
}
.bl_cat_sort span, .result-count .title {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    color: #0a1a2f;
    font-weight: 500;
}
.result-count .title {
    font-weight: 300;
}
.result-count .total {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
}
.orderby {
    border: 1px solid #ebebeb;
    outline: none;
    cursor: pointer;
    color: #666;
    font-size: 14px;
    padding: 11px 5px 13px 11px;
}
.same_products_filter label {
    display: block;
    font-size: 14px;
    color: #2b394b;
    font-weight: 300;
    cursor: pointer;
    margin-bottom: 20px;
}
.same_products_filter label:last-child {
    margin-bottom: 0;
}
.same_products_filter label:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #ebebeb;
    vertical-align: middle;
    margin-right: 12px;
    position: relative;
    top: -2px;
}
.same_products_filter label.checked_f:before {
    content: '\f00c';
    font-family: "FontAwesome";
    border: 1px solid #dfb1bf;
    color: #dfb1bf;
    font-size: 13px;
    text-align: center;
}
.same_products_filter label input {
    display: none;
}
.same_products_filter label span {
    vertical-align: middle;
}
.pre_steps_cart .title {
    text-align: center;
    font-size: 48px;
    margin-top: 80px;
    margin-bottom: 80px;
    color: #0a1a2f;
}
.pre_steps_cart .title span {
    font-weight: 500;
}
.pre_steps_cart .title h1 {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: 200;
}
.cart-in .inner {
    max-width: 1320px;
}
.woocommerce table.shop_table {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-color: #f1f1f1;
}
.woocommerce a.remove {
    color: #0a1a2f!important;
}
.woocommerce table.shop_table th {
    font-weight: 400;
    padding: 20px 12px;
    line-height: 1.5em;
    font-size: 14px;
    line-height: 9px;
}
.woocommerce table.shop_table td {
    padding: 20px 12px;
}
.product-subtotal {
    font-size: 18px;
    color: #242424;
    text-align: center;
}
.woocommerce table.shop_table .product-price {
    text-align: center;
    font-weight: 400;
}
.product-name a {
    color: #0a1a2f;
    text-decoration: none;
}
.woocommerce table.shop_table .product-price .woocommerce-Price-amount {
    display: flex;
}
.cart_total {
    display: flex;
    justify-content: flex-end;
    font-weight: 300;
    font-size: 21px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f1f1f1;
}
.cart_total .cart_total_fd {
    display: inline-block;
    margin-right: 15px;
}
.cart_total .cart_total_sd {
    font-weight: 700;
}
.cart_buttons {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.woocommerce-cart .btn_cust {
    color: #0a192e;
    font-weight: 500;
    font-size: 14px;
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.woocommerce-cart .full_but {
    text-decoration: none;
    width: 100%;
    max-width: 360px;
    color: #fff;
    background: #0a1a2f;
    padding: 22px 15px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    border-color: #0a1a2f;
}
.cart-in {
    margin-bottom: 160px;
}
.woocommerce-cart table.cart .cart_item a {
    display: block;
}
.woocommerce-cart table.cart img {
    width: 100px;
    display: block;
    margin: 0 auto;
}
.form-check-outer {
    padding: 0 15px;
}
.form-check-outer .inner {
    max-width: 1320px;
}
.two-bl {
    display: flex;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 160px;
}
.two-bl .left-bl {
    max-width: 645px;
    margin-right: 30px;
}
.two-bl .right-bl {
    max-width: 510px;
}
.zak_title {
    font-size: 24px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #0a1a2f;
}
.woocommerce-billing-fields, .woocommerce-additional-fields, .woocommerce-shipping-methods {
    margin-bottom: 65px!important;
}
.payment_methods {
    padding: 0!important;
    padding-bottom: 30px!important;
    border-bottom: 1px solid #f1f1f1;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    background: #f6f6f6;
    border-radius: 0;
    font-size: 14px;
    padding: 20px;
    line-height: 14px;
    color: #35404f;
    border-color: #f6f6f6;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    text-decoration: none;
    width: 100%;
    max-width: 360px;
    color: #fff;
    background: #0a1a2f;
    padding: 22px 15px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    border-color: #0a1a2f;
}
.checkout_ord_buts {
    margin-top: 30px;
}
.woocommerce form .form-row textarea {
    height: 100px;
}
.checkout_products {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}
.checkout_products .checkout_product_it {
    display: flex;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #f1f1f1;
}
.checkout_products .checkout_product_it:last-child {
    border-bottom: none;
}
.checkout_products .checkout_product_it .pr-in {
    display: flex;
    width: 85%}
.checkout_products .checkout_product_it .pr-in .ch_it_thumb {
    margin-right: 15px;
}
.checkout_products .checkout_product_it .check_pr_total {
    text-align: center;
    width: 15%;
    font-weight: 500;
}
.ch_it_meta a {
    display: block;
    color: #0a1a2f;
    text-decoration: none;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}
.check_quant span {
    display: inline-block;
    font-weight: 500;
}
.check_total {
    display: flex;
    justify-content: flex-end;
    padding: 25px 0;
    border-bottom: 1px solid #f1f1f1;
    font-weight: 300;
    font-size: 21px;
}
.check_total .check_total_text {
    display: inline-block;
    margin-right: 15px;
}
.check_total .check_total_total {
    font-weight: 700;
}
.woocommerce-checkout #payment {
    background: 0 0;
}
.woocommerce-checkout #payment div.form-row {
    padding: 0;
}
.woocommerce-order-ty {
    padding: 0 15px;
    margin-bottom: 160px;
}
.woocommerce-order-ty .inner {
    max-width: 1320px;
}
.hide {
    display: none;
}
.ord_info {
    font-size: 20px;
    margin-bottom: 15px;
}
.ord_sub_info {
    font-size: 18px;
    margin-bottom: 30px;
}
.ord_info span {
    font-weight: 600;
}
.ord_but a, .return-to-shop a.button {
    display: block;
    text-decoration: none;
    width: 100%;
    max-width: 360px;
    color: #fff;
    background: #0a1a2f;
    padding: 22px 15px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    border-color: #0a1a2f;
}
.show_hide_cats {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0;
    top: 4px;
    outline: none;
    display: flex;
    background: 0 0;
    border: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.show_hide_cats:after {
    color: #4c4c4c;
    font-family: FontAwesome;
}
.down_t:after {
    content: '\f107'}
.up_t:after {
    content: '\f106'}
.product-categories .children {
    padding-left: 17px;
    margin: 0;
    padding-bottom: 7px;
    padding-top: 18px;
    display: none;
}
.other-el {
    display: flex;
    align-items: center;
}
.top_cart_block {
    position: relative;
    margin-right: 0;
    margin: 0 10px;
}
.hover_cart_pre_outer {
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    z-index: 10;
    min-width: 450px;
}
.hover_cart_outer {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 12px 2px rgba(160, 160, 160, .46);
    -moz-box-shadow: 0px 0px 12px 2px rgba(160, 160, 160, .46);
    box-shadow: 0px 0px 12px 2px rgba(160, 160, 160, .46);
    margin-top: 20px;
}
.hover_cart_inner {
    position: relative;
}
.hover_cart {
    padding-left: 25px;
    padding-right: 25px;
}
.hc_gocart {
    border-top: 1px solid #f1f1f1;
    text-align: center;
}
.hc_gocart a {
    display: block;
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #404040;
    text-decoration: none;
    outline: none;
    padding: 26px 15px;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}
.hc_item:not(:last-child) {
    border-bottom: 1px solid #f1f1f1;
}
.hc_item {
    display: flex;
    padding: 30px 0;
}
.hc_thumb {
    width: 80px;
}
.hc_thumb img {
    display: block;
}
.hc_info {
    width: 305px;
    padding-left: 22px;
    padding-right: 20px;
}
.hc_remove {
    position: relative;
    width: 30px;
}
.hc_remove button {
    position: relative;
    background: 0 0;
    border: none;
}
.hc_name a, .hc_name {
    font-weight: 500;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 1.35;
    text-decoration: none;
    outline: none;
}
.item_c_price {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 400;
}
.item_c_price span {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 300;
}
.top_cart_block:hover .hover_cart_pre_outer {
    display: block;
}
.hc_gocart {
    border-top: 1px solid #f1f1f1;
    text-align: center;
}
.hc_quant_tot {
    display: flex;
    align-items: center;
    padding-top: 15px;
}
.hc_quant {
    width: 120px;
}
.count_pr_add {
    border: 1px solid #f1f1f1;
    padding: 7px 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    border-radius: 0;
}
.but_quant {
    color: #7a7a7a;
    line-height: 1;
    font-size: 21px;
    width: 14px;
    border: none;
    cursor: pointer;
    height: 14px;
    background: 0 0;
    padding: 0;
    outline: none;
    border-radius: 0!important;
}
.minus_quant_add {
    border-right: 1px solid #f1f1f1;
}
.plus_quant_add {
    border-left: 1px solid #f1f1f1;
}
.hc_ptot {
    color: #404040;
    font-weight: 400;
    font-size: 20px;
}
.quant_add, .woocommerce .quantity .qty {
    width: 44px;
    border: none!important;
    text-align: center;
    outline: none;
    font-weight: 500;
    font-size: 14px;
    color: #1f1f1f;
    height: 26px;
}
.top_cart_block .cart a {
    position: relative;
    text-decoration: none;
}
.top_cart_block .cart {
    position: relative;
}
.top_cart_block .cart i {
    font-size: 16px;
    line-height: 14px;
    color: #2d3a47;
}
.top_cart_block .cart .sum {
    position: absolute;
    top: -5px;
    right: -9px;
    background: #0a1a2f;
    color: #fff;
    border-radius: 50px;
    font-size: 9px;
    padding: 0;
    width: 12px;
    line-height: 12px;
    text-align: center;
    height: 12px;
}
.close {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    opacity: .3;
    cursor: pointer;
}
.close:hover {
    opacity: 1;
}
.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 14px;
    width: 2px;
    background-color: #0a1a2f;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}
.no-prod .inner {
    max-width: 1320px;
}
.mob_sidebar {
    display: none;
}
.slide-status-numbers {
    color: rgba(255, 255, 255, .5)!important;
    font-family: 'Gotham Pro'!important;
    font-weight: 300!important;
    font-size: 18px!important;
    font-style: normal!important;
}
.active_sl {
    color: #fff;
    font-size: 48px;
    margin-right: 7px;
    position: relative;
    top: 10px;
}
.count_sl {
    margin-left: 7px;
}
.mp_slider .custom.tparrows {
    background: transparent!important;
    width: initial;
    height: initial;
}
.mp_slider .custom.tparrows:before {
    line-height: 1;
    font-size: 35px;
    transition-duration: .4s;
}
.mp_slider .custom.tparrows:hover:before {
    color: #ef9f9f;
}
.block-cab {
    position: relative;
    margin-right: 0;
    margin: 0 10px;
}
.block-cab a {
    color: #2d3a47;
    text-decoration: none;
}
.woocommerce-account .inner {
    max-width: 1170px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 0;
    padding: 0;
}
.lost_password a {
    text-decoration: none;
    color: #0a1a2f;
}
.woocommerce button.button {
    display: inline-block;
    margin: 0;
    margin-right: 30px;
}
.lost_password a:hover {
    font-weight: 500;
}
.woocommerce form .form-row input.input-text {
    width: 100%;
    background: #f6f6f6;
    font-size: 14px;
    line-height: 24px;
    padding: 17px 28px;
    border-radius: 0;
    border-color: #f6f6f6;
    color: #35404f;
}
.lost_reset_password {
    padding: 40px 0;
}
.woocommerce-account .woocommerce {
    padding: 40px 0;
}
.empty_min_cart {
    padding: 15px 0;
}
.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li a {
    display: inline-block;
    text-decoration: none;
    color: #0a1a2f;
    padding: 10px 15px;
    font-weight: 600;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #0a1a2f;
    color: #fff;
}
.woocommerce a.button {
    background: #0a1a2f;
    color: #fff;
    border: 0;
    font-weight: 400;
    border-radius: 0;
}
.woocommerce a.button:hover {
    background: #dfb1bf;
    color: #fff;
}
.woocommerce-info {
    border-top-color: #0a1a2f;
}
.woocommerce-info:before {
    color: #0a1a2f;
}
.woocommerce fieldset {
    margin-bottom: 25px;
}
.price_label {
    font-size: 16px;
}
body.woocommerce-cart {
    display: flex;
    flex-direction: column;
}
body.woocommerce-cart footer {
    flex-shrink: 0;
}
html, body {
    height: 100%}
body.woocommerce-cart div#page {
    height: 100%;
    display: flex;
    flex-direction: column;
}
body.woocommerce-cart div#content {
    flex: 1 0 auto;
}
.products-archive .descr {
    width: 100%;
    min-height: 21px;
}
.product-cats .cat-item.high_level_cat img {
    margin: 0 auto;
}
.product-cats .cat-item.high_level_cat {
    width: 100%;
    text-align: center;
}
.product-cats .cat-item.high_level_cat .cat-item-in {
    border: 1px solid #5b6670;
    width: 50%;
    max-width: 612px;
    min-width: 250px;
    margin: 0 auto;
}
.inner_t_bl ul.social-links-header>li {
    margin: 0 10px;
}
.inner_t_bl ul.social-links-header>li a {
    font-size: 14px;
    padding: 0;
}
.inner_t_bl ul.social-links-header {
    margin-right: 0;
}
#go_top.showUp {
    opacity: 1;
    visibility: visible;
    transition-property: opacity;
    transition-duration: .5s;
}
#go_top:hover {
    opacity: .8;
}
#go_top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 1000;
    border-radius: 50%;
    display: flex;
    opacity: 0;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #0e2a2e;
    color: #fff;
    outline: none;
    font-size: 16px;
    border: 1px solid #0e2a2e;
    line-height: 1;
    padding-bottom: 12px;
    transition-property: opacity;
    transition-duration: .5s;
}
div.grecaptcha-badge {
    opacity: 0;
    visibility: hidden;
}
.load_more_outer {
    text-align: center;
    padding-top: 10px;
}
.load_more:hover {
    background: #fff;
    color: #0a1a2f;
}
.load_more {
    background: #0a1a2f;
    border: 2px solid #0a1a2f;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    padding: 12px 17px;
    transition-duration: .5s;
}
@media only screen and (max-width:1919px) {
    .slick-arrow.slick-prev-arr {
    left: 0;
}
.slick-arrow.slick-next-arr {
    right: 0;
}
}@media only screen and (max-width:1680px) {
    .gal .inner {
    max-width: 1480px;
}
.gal .slick-arrow.slick-prev-arr {
    left: -60px;
}
.gal .slick-arrow.slick-next-arr {
    right: -60px;
}
}@media only screen and (max-width:1600px) {
    .gal .inner {
    max-width: 1370px;
}
.breadcrambs {
    padding: 0 15px;
}
}@media only screen and (max-width:1440px) {
    .gal .inner {
    max-width: 1260px;
}
#text-with-image-block_5cbf237a9a71a {
    background-position: 0 85px, 100% -75px;
}
#title-block_5cbf23c79a71b {
    background-position: 100% 0;
}
#title-block_5cc03f1a4cf6d {
    background-position: 0 90px;
}
#tabs-block_5cc05051bea7e {
    background-position: 100% 95%}
#text-with-image-block_5cbf23eb9a71c {
    background-position: 0 95%}
.content-area-single {
    background-position: 0 85px, 100% -95px, 100% 80%}
.contacts-page-block {
    background-position: 0 65px, 100% 100%}
#text-with-image-block_5cbed57cfd206 {
    background-position: 0 70px, 100% 25px;
}
#title-block_5cbef8e98ff58 {
    background-position: 0 25px;
}
.gal {
    background-position: 100% 0, 0px 100%}
#text-with-image-block_5cbeda4ac04b0 {
    background-position: 100% 95%}
#text-with-image-block_5cbedb9cc04b1 {
    background-position: 0 95%}
.our-production {
    background-position: 100% 100%, 100% -95px;
}
.home .text-with-image {
    background-position: 0 0, 100% 100%}
.news-block {
    background-position: 100% 95%, 0% 50%}
.production-in .item .content {
    padding: 0 15px 30px;
}
}@media only screen and (max-width:1366px) {
    .gal .inner {
    max-width: 1150px;
}
}@media only screen and (max-width:1280px) {
    .gal .inner {
    max-width: 1040px;
}
}@media only screen and (max-width:1279px) {
    #text-with-image-block_5cbf237a9a71a {
    background: 0 0;
}
.prod-w-s .products-in .content-area {
    width: 75.1%}
.product-categories .children {
    padding-left: 10px;
}
.product-item .li_pr_title a {
    margin-top: 15px;
    font-size: 16px;
    padding-bottom: 15px;
}
.product-item .pr_pr {
    font-size: 18px;
    padding-bottom: 25px;
}
.prod_buttons {
    width: 58.6%}
.gal .inner {
    max-width: 880px;
}
#title-block_5cbf23c79a71b {
    background: 0 0;
}
#title-block_5cc03f1a4cf6d {
    background: 0 0;
}
#tabs-block_5cc05051bea7e {
    background: 0 0;
}
#text-with-image-block_5cbf23eb9a71c {
    background: 0 0;
}
.content-area-single {
    background: 0 0;
}
.contacts-page-block {
    background: 0 0;
}
#text-with-image-block_5cbed57cfd206 {
    background: 0 0;
}
#title-block_5cbef8e98ff58 {
    background: 0 0;
}
.gal {
    background: 0 0;
}
#text-with-image-block_5cbeda4ac04b0 {
    background: 0 0;
}
#text-with-image-block_5cbedb9cc04b1 {
    background: 0 0;
}
.our-production {
    background: 0 0;
}
.home .text-with-image {
    background: 0 0;
}
.news-block {
    background: 0 0;
}
#img-after-text-block_5cc03d5d4cf6c {
    background: 0 0;
}
.top-block .phones, .top-block .email, .top-block .phones a, .top-block .email a {
    font-size: 10px;
}
.second-block {
    padding: 14px 15px 13px;
}
.top-block {
    padding: 15px 15px 0;
}
.top-block .item, .top-block span.sep, .top-block i {
    margin-right: 5px;
}
.main_top_bl_outer.stickytop .inner_t_bl .top-block {
    padding: 8px 15px 0;
}
.main_top_bl_outer.stickytop .inner_t_bl .second-block {
    padding: 8px 15px 7px;
}
.block-title .title {
    font-size: 28px;
}
.text-with-image .text-with-image-inn .image img {
    width: 90%}
.header-page .title h1 {
    padding-top: 240px;
    padding-bottom: 85px;
}
.header-page {
    min-height: 440px;
}
}@media only screen and (max-width:1013px) {

    .right{
        text-align: center;
    }
    .block-cab, .top_cart_block {
    margin-right: 0;
}
.search_field_inner_mob input {
    width: 100%;
    padding: 8px 5px 8px 40px;
    width: 100%}
.search_field_inner_mob .search_go {
    width: 40px;
    height: 39px;
    background: 0 0;
    font-size: 16px;
    padding: 0;
    border: none;
}
.search_field_inner_mob {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 5px auto;
}
.inner_t_bl ul>li>a {
    display: inline-block;
    width: initial;
}
.show_menu, .mob-but {
    outline: none;
    display: block;
}
.top-block {
    display: none;
}
.second-block .second-menu {
    display: none;
}
.second-block .other-el .search_block, .second-block .other-el .block-cab, .second-block .other-el .top_cart_block, .second-block .other-el .lang {
    display: none;
}
.inner_t_bl .menu-mob ul {
    display: block;
}
.inner_t_bl .menu-mob ul li {
    position: relative;
    margin-bottom: 15px;
}
.m_bm_hidden .phones, .m_bm_hidden .email, .inner_t_bl .m_bm_hidden .phones .item {
    margin-bottom: 15px;
}
.inner_t_bl .menu-mob ul>li>a {
    font-size: 16px;
}
.inner_t_bl .m_bm_hidden .lang ul li.active {
    font-weight: 600;
}
.inner_t_bl .m_bm_hidden .lang ul li, .inner_t_bl .m_bm_hidden .lang ul li>a {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    padding: 0;
    font-weight: 400;
    margin-left: 0;
    margin-right: 10px;
    text-transform: uppercase;
    text-decoration: none;
}
.inner_t_bl .m_bm_hidden .lang ul li:last-child {
    margin-right: 0;
}
.inner_t_bl .m_bm_hidden .phones i, .inner_t_bl .m_bm_hidden .email i {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    margin-right: 5px;
}
.inner_t_bl .m_bm_hidden .phones a, .inner_t_bl .m_bm_hidden .email a {
    display: inline-block;
    font-size: 12px;
    color: #0a1a2f;
    text-decoration: none;
}
.gal .slick-arrow.slick-prev-arr {
    left: 0;
}
.gal .slick-arrow.slick-next-arr {
    right: 0;
}
}@media only screen and (max-width:990px) {
    .text-with-image.block-in-page{
        padding-top:0;
    }
    .text-with-image .text-with-image-inn{
        padding-top:30px;
    }
    .production-in .item {
    width: 50%}
.product-cats .cat-item {
    width: 50%}
.product-item {
    width: 50%}
.adress-block .cont-page .item {
    width: 100%}
.adress-block .cont-page {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 70px;
}
.contacts-page-block .cont-in {
    display: block;
}
.contacts-page-block .cont-in .contact-f-outer {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 70px;
}
.contacts-page-block .cont-in .map-outer {
    width: 100%}
.contacts-page-block {
    padding-top: 70px;
    padding-bottom: 70px;
}
.news-item {
    display: block;
    margin-bottom: 0;
    padding-bottom: 70px;
}
.news-item .image {
    width: 100%}
.news-item .content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.news-item .content .date {
    right: auto;
}
.news-item .content .title {
    margin-top: 50px;
}
.news-block .block-title {
    padding-bottom: 0;
}
.news-item .content .title a {
    margin-bottom: 15px;
}
.news_outer_pagination {
    padding: 70px 15px;
}
.top_cart_block {
    margin-right: 0;
    padding-bottom: 25px;
}
.top_cart_block .cart a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.block-cab {
    margin-right: 0;
    margin-bottom: 15px;
}
}@media only screen and (max-width:800px) {
    .ben-items .item-outer {
    width: 50%;
    margin-bottom: 70px;
}
.woocommerce-account .woocommerce {
    padding: 40px 15px;
}
.woocommerce-MyAccount-navigation ul li a {
    display: block;
}
.ben-items .item-outer:last-child {
    margin-bottom: 0;
}
.contacts-page-block .inner {
    max-width: 590px;
}
.prod_buttons {
    width: 50.6%}
.count-w-buy .prod_count {
    margin-right: 15px;
}
}@media only screen and (max-width:767px) {
    .cart_buttons {
    justify-content: center;
}
.page-id-81 .header-page .title h1 {
    text-align: right;
}
.woocommerce-cart .btn_cust {
    margin-bottom: 20px;
}
.mob_sidebar {
    display: block;
    position: fixed;
    left: 0;
    top: 50vh;
    z-index: 30;
}
.mob_sidebar.sh_v {
    top: 0;
    right: 0;
    left: initial;
    z-index: 101;
}
.mob_sidebar button {
    width: 40px;
    height: 40px;
    border: 1px solid #f1f1f1;
    padding: 0;
    border-radius: 0;
    background-color: #fff;
    color: #e7c5cf;
    outline: none;
    cursor: pointer;
    font-size: 20px;
}
.mob_sidebar button .fa-arrow-right:before {
    content: "\f03a"}
.mob_sidebar button .fa-arrow-left:before {
    content: "\f060"}
.prod-w-s .sidebar {
    display: none;
}
.prod-w-s .sidebar {
    background-color: #fff;
    z-index: 70;
    width: 100vw;
    position: fixed;
    border: 1px solid #f1f1f1;
    top: 0;
    padding: 50px 15px;
    height: 100vh;
    overflow-y: scroll;
    max-width: 100%;
    margin-right: 0;
}
.production-in .item {
    width: 100%}
.prod-w-s .products-in .content-area {
    width: 100%}
.bl_cat_sort span {
    display: none;
}
.header-page .title h1 {
    font-size: 25px;
}
.text-with-image .block-title .title {
    line-height: 32px;
}
.block-title .title {
    font-size: 25px;
}
.text-with-image .theme-button {
    margin: 0 auto;
    margin-top: 60px;
}
.text-with-image .inner, .way-to-success .inner, .our-values .inner, .tabs-block-h .inner, .img-after-text .inner, .news-block .inner, .contacts-page-block .inner {
    max-width: 590px;
}
.contacts-page-block .cont-in .contact-f-outer .title {
    padding-top: 0;
}
.text-with-image .text-with-image-inn {
    display: block;
    padding-top: 0;
}
.block-title .title {
    margin-bottom: 10px;
}
.text-with-image .block-title {
    padding-bottom: 35px;
}
.text-with-image .block-title {
    text-align: center;
}
.text-with-image .text-with-image-inn>* {
    width: 100%;
    max-width: 100%}
.text-with-image .text-with-image-inn .text {
    margin-right: 0;
}
.text-with-image .text-with-image-inn .image .first {
    top: -70px;
}
.text-with-image .text-with-image-inn .image img {
    width: 80%}
.text-with-image .text-with-image-inn .image {
    margin-top: 140px;
}
.copyright-block .item {
    width: 100%;
    margin-bottom: 20px;
}
.copyright-block .item:last-child {
    margin-bottom: 0;
}
footer .site-info .text-descr {
    margin-bottom: 20px;
}
.copyright-block {
    padding-top: 0;
    margin-bottom: 0;
    border: none;
}
.copyright-block .creator {
    text-align: center;
}
.text-with-image.block-in-page {
    padding-top: 70px;
}
.header-page .title h1 {
    padding-top: 120px;
    padding-bottom: 70px;
}
.header-page {
    min-height: 140px;
}
.our-production {
    padding-bottom: 0;
}
.home .text-with-image .text-with-image-inn {
    padding-top: 0;
}
.block-title {
    padding-top: 70px;
}
.our-production .block-title {
    padding-bottom: 30px;
}
.home .text-with-image {
    padding-top: 40px;
    padding-bottom: 70px;
}
.news-block {
    padding-bottom: 70px;
}
.our-values-in .item {
    display: block;
    margin-bottom: 70px;
}
.our-values-in .item .image {
    display: none;
}
.our-values-in .item .content {
    width: 100%;
    padding-left: 0;
}
.way-to-success {
    padding-bottom: 70px;
}
.tabs-block-h .tabs-el {
    display: block;
    text-align: center;
}
.tabs-ct .tab-cont-in .image {
    width: 100%;
    display: none;
}
.tabs-ct .tab-cont-in .content {
    width: 100%;
    margin-left: 0;
}
.tabs-ct .tab-cont-in .content .year {
    margin-bottom: 25px;
}
.tabs-block-h {
    padding-bottom: 70px;
}
.img-after-text {
    padding-bottom: 70px;
}
.text-with-image .text-with-image-inn.rev .text {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
}
.text-with-image .text-with-image-inn.rev .image .first {
    right: 0;
}
.text-with-image .text-with-image-inn.rev .image .second {
    margin-left: 0;
}
.gal {
    padding: 70px 0;
}
.text-with-image.block-in-page {
    padding-bottom: 70px;
}
.main_top_bl_outer {
    padding: 0;
    top: 0;
}
.main_top_bl_outer.stickytop .inner_t_bl .second-block .logo img {
    width: 90px;
    height: 35px;
}
}@media only screen and (max-width:700px) {
    .ben-items .item-outer {
    width: 100%}
.ben-items {
    display: block;
}
}.product-top-halph .mob-product-photo .pull-left {
    display: none;
}
@media only screen and (max-width:480px) {
    .text-with-image .inner, .way-to-success .inner, .our-values .inner, .tabs-block-h .inner, .img-after-text .inner, .news-block .inner, .contacts-page-block .inner {
    max-width: 400px;
}
.result-count {
    margin-bottom: 15px;
}
.product-cats .cat-item.high_level_cat .cat-item-in {
    width: 100%;
    min-width: initial;
}
.product-cats .cat-item {
    width: 100%}
.product-item {
    width: 100%}
.product-top-halph .pull-right {
    width: 100%;
    padding: 75px 0 0;
}
.product-top-halph .mob-product-photo .pull-left {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-top: 35px;
}
.product-top-halph .pull-left {
    display: none;
}
}@media only screen and (max-width:375px) {
    .text-with-image .inner, .way-to-success .inner, .our-values .inner, .tabs-block-h .inner, .img-after-text .inner, .news-block .inner, .contacts-page-block .inner {
    max-width: 325px;
}
.tabs-block-h .tabs-el .tab {
    padding: 0 5px;
}
}@media only screen and (max-width:320px) {
    .ben-items .item-outer .item {
    display: block;
    text-align: center;
}
.ben-items .item-outer .item .icon {
    margin: 0 auto;
    margin-bottom: 15px;
}
.ben-items .item-outer .item .content {
    width: 100%}
.header-page .title h1 {
    font-size: 30px;
}
.main_top_bl_outer.stickytop .inner_t_bl .second-block {
    padding: 5px 0;
}
.text-with-image .inner, .way-to-success .inner, .our-values .inner, .tabs-block-h .inner, .img-after-text .inner, .news-block .inner, .contacts-page-block .inner {
    max-width: 290px;
}
}.old_price {
    display: inline-block;
    margin-rigth: 10px;
    text-decoration: line-through;
    font-weight: 300;
}
.only_pro {
    margin: 5px 0 20px;
    font-weight: 400;
    color: #dc0048;
}
.footer_menus {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e6e6e6;
    padding: 20px 0;
}
.footer_menu ul a {
    text-decoration: none;
}
.footer_menu ul li {
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    margin: 0 15px;
}
.footer_menu ul {
    display: block;
    list-style-type: none;
    margin: 0 -15px;
    padding: 0;
}
.footer_contects {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #e6e6e6;
    padding: 20px 0;
}
.footer_cont_item {
    margin: 0 15px;
    display: flex;
    align-items: center;
}
.footer_cont_item i {
    font-size: 18px!important;
    margin-right: 7px;
}
.footer_cont_item a {
    text-decoration: none;
    outline: none;
}
.tabs_heading {
    display: flex;
    border-bottom: 1px solid #ababab;
}
.tabs_heading>div:nth-child(n+1) {
    margin-left: -1px;
}
.tabs_heading>div {
    cursor: pointer;
    padding: 15px 10px;
    border: 1px solid #ababab;
    margin-bottom: -1px;
    font-weight: 700;
    opacity: .6;
}
div.active_heading {
    border-bottom: 1px solid #fff;
    opacity: 1;
}
.tabs_body>div.active_body {
    display: block;
}
.tabs_body>div {
    display: none;
}
.tabs_body>div {
    width: 100%!important;
}
.search_block {
    margin-right: 0;
    margin: 0 10px;
    position: relative;
}
.search_block button {
    height: 100%;
    border: 0;
    outline: none;
    width: 52px;
    background-color: transparent;
}
.search_field_inner {
    position: relative;
}
.search_field {
    display: none;
    position: absolute;
    right: 0;
    top: -12px;
    width: 500px;
    max-width: 50vw;
    background: #f6f6f6;
    height: 45px;
}
.search_go, .search_close {
    position: absolute;
    z-index: 5;
}
.search_field_inner input {
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    border: none;
    padding: 13px 50px;
}
.search_block .search_go {
    width: 52px;
    height: 100%;
    left: 0;
    top: 0;
}
.search_block .search_close {
    width: 52px;
    height: 100%;
    right: 0;
    top: 0;
}
.search_wraper .wp-pagenavi {
    padding-top: 30px;
}
.search_wraper {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 15px;
    padding-bottom: 150px;
}
.search_wraper h1 {
    text-align: center;
    color: #0a1a2f;
    font-size: 48px;
    font-weight: 400;
}
.ssearch_field input {
    width: 100%;
    padding: 13px 50px;
}
.ssearch_field {
    position: relative;
}
.ssearch_field_inner .search_go {
    width: 49px;
    height: 49px;
    border: none;
    background: 0 0;
    font-size: 19px;
}
.search_count {
    color: #35404f;
    font-size: 14px;
    font-weight: 400;
    padding: 25px 0;
}
.search_count span {
    color: #0a1a2f;
    font-weight: 500;
    display: inline-block;
    margin-left: 10px;
}
.search_result_item>a span {
    padding: 30px;
}
.search_result_item>a {
    display: flex;
    width: 100%;
    align-items: center;
    color: #0a1a2f;
    font-size: 18px;
    text-decoration: none;
}
.search_result_item {
    display: flex;
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid #d8d8d8;
}
.custom_contact_form {
    max-width: 1320px;
    margin: 0 auto;
    padding: 60px 15px;
}
.position_right .custom_contact_form_inner {
    flex-direction: row-reverse;
}
.custom_contact_form_inner {
    display: flex;
    align-items: center;
}
.position_right .custom_contact_form_form {
    padding-left: 30px;
    padding-right: 0;
}
.custom_contact_form_form {
    width: 52%;
    padding-right: 30px;
}
.custom_contact_form_text {
    width: 48%}
.custom_contact_form_inner input:not([type=checkbox]), .custom_contact_form_inner textarea {
    width: 100%;
    background: #f6f6f6;
    font-size: 14px;
    line-height: 24px;
    padding: 17px 28px;
    border-radius: 0;
    border: 1px solid #0a1a2f80;
    color: #35404f;
}
.custom_contact_form_inner input[type=submit] {
    background: #0a1a2f;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 19px 28px;
    cursor: pointer;
}
.custom_contact_form_inner textarea {
    height: 130px;
}
.custom_contact_form_text .image .first {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    max-width: 61%}
.custom_contact_form_text .image .second {
    max-width: 82%;
    position: relative;
    z-index: 1;
    margin-top: 140px;
}
.custom_contact_form_text .image img {
    display: block;
}
.custom_contact_form_text .image {
    position: relative;
    display: flex;
}
.position_right .custom_contact_form_text .image {
    justify-content: flex-end;
}
.position_right .custom_contact_form_text .image .first {
    left: 0;
    right: initial;
}
.subtitle_form {
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
}
.title_form {
    padding-bottom: 15px;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}
@media screen and (max-width:991px) {
    .footer_menu {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}
.footer_menus {
    padding: 20px 0 10px;
}
}@media only screen and (max-width:768px) {
    .custom_contact_form_text .image {
    max-width: 700px;
    margin: 0 auto;
}
.custom_contact_form_text {
    width: 100%}
.custom_contact_form_form {
    width: 100%;
    padding-left: 0!important;
    padding-right: 0!important;
    margin-bottom: 20px;
}
.custom_contact_form_inner {
    flex-wrap: wrap;
}
.search_wraper {
    padding-bottom: 80px;
}
.search_wraper h1 {
    font-size: 30px;
}
.search_result_item>a img {
    display: block;
    margin: 0 auto;
}
.search_result_item>a {
    flex-wrap: wrap;
    padding: 0 15px;
}
.search_result_item>a span {
    padding: 15px 0;
    width: 100%}
.footer_menu ul {
    margin: 0;
}
.footer_menu ul li {
    display: block;
    width: 100%;
    margin: 0 0 5px;
}
.footer_menu {
    padding-bottom: 0;
}
.footer_menus {
    padding: 15px 0 15px;
}
.footer_cont_item {
    margin: 0 15px;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    justify-content: center;
}
}button:disabled {
    color: #fff!important;
}
div .noUi-horizontal {
    height: 10px;
}
div .noUi-connect {
    background: #0a1a2f;
}
div .noUi-handle:after, div .noUi-handle:before {
    display: none;
}
div .noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    outline: none;
    top: -5px;
}
html:not([dir=rtl]) div .noUi-horizontal .noUi-handle {
    right: -9px;
}
.price_filt_vals {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: ''}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.lazyload, .lazyloading {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
    transition: opacity .3s;
}*/




.block_about_us {
    max-width: 1300px;
    margin: 0 auto;
}

.container_about_us {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.container_about_us p {

}

.container_left_bl, .container_center_bl, .container_right_bl {
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 0 15px;
    position: relative;
}
.container_left_bl {
    width: 24%;
    display: none;
}
.container_center_bl {
    width: 75%;
}
.container_right_bl {
    width: 25%;
}

.container_left_bl {
    text-align: center;
}

.container_about_us img {
    width: 100%;
}

.container_about_us h1 {
    background-color: #EBCCD0;
    color: #ffffff;
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
    padding: 15px 15px 15px 25px;    
}
.container_center_bl_r-1 h2 {
    font-size: 16px;
    color: #63656a;
}
.container_about_us p {
    color: #63656a;
    margin: 0;
    margin-top: 8px;
}

.container_left_bl div {
    position: relative;
}

.container_left_bl_r-1 p,
.container_left_bl_r-2 p {
    min-width: 239px;
    max-width: 239px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 22px 13px 18px;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-bottom: 22px;
}

.container_left_bl_r-3 {
    background-color: #d9e0e2;
    border-color: rgba(0, 0, 0, 0.5);
    line-height: 19px;
    min-height: 246px;
}

.container_left_bl_r-1,
.container_left_bl_r-2,
.container_left_bl_r-3 {
    margin-bottom: 20px;
}

.container_left_bl_r-1 span, 
.container_left_bl_r-2 span {
    display: block;
    font-weight: bold;
    font-size: 20px;
}


.container_left_bl_r-1 a,
.container_left_bl_r-2 a,
.container_left_bl_r-3 a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.container_left_bl_r-3 p{
    font-size: 26px;
    line-height: 48px;
}
.container_left_bl_r-3 span {
    display: block;
    line-height: 48px;
    font-size: 25px;
}
.container_left_bl_r-3 span:nth-child(1) {
    letter-spacing: 8px;
}


.container_center_bl_r-2 {
    border-top: 1px solid #e4e4e4;
/*    border-bottom: 1px solid #e4e4e4;*/
    padding-top: 10px;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.container_center_bl_r-2 h3 {
    color: #63656a !important;
    font-size: 16px;
    text-transform: uppercase;
}
.container_center_bl_r-2 p {
    margin: 10px 0;
}

.container_center_bl_r-2 p span {
    display: block;
    text-transform: uppercase;
}

.container_right_bl_r-2 {
    margin: 20px 0;
    background-color: #e4e4e4;
    padding: 26px 20px 26px 20px;
    text-align: center;
}

.container_right_bl_r-2 span {
    display: block;
    color: #63656a;
    font-size: 16px;
    text-transform: uppercase;   
    font-weight: bold;
    margin-top: 40px;
}

.container_right_bl_r-3 h3 {
    color: #63656a;
    font-size: 16px;
    text-transform: uppercase;
}

.container_right_bl_r-3 span {
    display: block;
    font-weight: bold;
    color: #63656a;
}