/*
* Theme Name: NPO Theme URI: http: //www.sevasargsyan.ru
* Description:  Author: Seva Author URI: http: //www.sevasargsyan.ru
* Version: 1.1 
*/ 
@font-face {
    font-family: 'Conv_Raleway-Regular';
    src: url('fonts/Raleway-Regular/Raleway-Regular.eot');
    src: url('fonts/Raleway-Regular/Raleway-Regular.woff') format('woff'), url('fonts/Raleway-Regular/Raleway-Regular.ttf') format('truetype'), url('fonts/Raleway-Regular/Raleway-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Raleway-SemiBold';
    src: url('fonts/Raleway-SemiBold/Raleway-SemiBold.eot');
    src: url('fonts/Raleway-SemiBold/Raleway-SemiBold.woff') format('woff'), url('fonts/Raleway-SemiBold/Raleway-SemiBold.ttf') format('truetype'), url('fonts/Raleway-SemiBold/Raleway-SemiBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Raleway-Bold';
    src: url('fonts/Raleway-Bold/Raleway-Bold.eot');
    src: url('fonts/Raleway-Bold/Raleway-Bold.woff') format('woff'), url('fonts/Raleway-Bold/Raleway-Bold.ttf') format('truetype'), url('fonts/Raleway-Bold/Raleway-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Raleway-Medium';
    src: url('fonts/Raleway-Medium/Raleway-Medium.eot');
    src: url('fonts/Raleway-Medium/Raleway-Medium.woff') format('woff'), url('fonts/Raleway-Medium/Raleway-Medium.ttf') format('truetype'), url('fonts/Raleway-Medium/Raleway-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Reset.css */

body,
mark {
    color: #000
}

hr,
img,
legend {
    border: 0
}

legend,
td,
th {
    padding: 0
}

body,
figure {
    margin: 0
}

.clear_mob,
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both
}

html {
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    background: #fff;
    font-family: Arial, sans-serif;
    font-size: 18px
}

h1,
h2 {
    font-size: 30px
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h2,
h3,
h4,
h5,
h6 {
    font-family: Conv_Raleway-SemiBold
}

h1 {
    font-family: Conv_Raleway-Medium
}

mark {
    background: #ff0
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

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

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

pre,
textarea {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

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

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

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

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

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

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
button:hover,
input[type=submit],
input[type=submit]:hover {
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    outline: 0
}

a:focus,
a:hover {
    color: #ff8a00;
    outline: 0;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

[role=button] {
    cursor: pointer
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1200px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.clear_mob {
    display: none
}


/* owl.carousel.css */

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel,
.owl-carousel .owl-wrapper {
    display: none;
    position: relative
}

.owl-carousel {
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    /* float:left; */
    display: table-cell;
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(../img/grabbing.png) 8 8, move
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
    display: block;
    zoom: 1;
    filter: Alpha(Opacity=50);
    opacity: 1
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(../img/AjaxLoader.gif) center center no-repeat
}


/* magnific-popup.css */

.mfp-bg,
.mfp-wrap {
    position: fixed;
    left: 0;
    top: 0
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
    height: 100%;
    width: 100%
}

.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after {
    content: ''
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .5
}

.mfp-wrap {
    z-index: 1043;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-close,
.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

.mfp-figure:after,
.mfp-iframe-scaler iframe {
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    position: absolute;
    left: 0
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    /* max-width:900px; */
}

.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000
}

.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure:after {
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

#small-dialog {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .5
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: .5
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}


/*flexslider.css*/

.flex-direction-nav a,
.flex-direction-nav a:before {
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3)
}

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

.flex-container a:hover,
.flex-slider a:hover {
    outline: 0
}

.flex-control-nav,
.flex-direction-nav,
.slides,
.slides>li {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    padding: 0;
    margin: 0 0 10px;
    background: #fff;
    position: relative;
    zoom: 1
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides>li:first-child {
    display: block
}

.flexslider .slides {
    zoom: 1
}

.flexslider .slides img {
    max-width: 100%;
    display: block;
    height: auto;
    -moz-user-select: none;
    margin: 0 auto;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.flex-direction-nav a:before {
    font-family: flexslider-icon;
    font-size: 16px;
    display: inline-block;
    content: '\f001';
    line-height: 40px
}

.flex-direction-nav a.flex-next:before {
    content: '\f002'
}

.flex-direction-nav .flex-prev {
    left: -15px;
    opacity: 1
}

.flex-direction-nav .flex-next {
    right: -15px;
    text-align: right;
    opacity: 1
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: .7
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: .7
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, .7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, .9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

.head_main {
    font-size: 20px;
    position: relative;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 20px 0;
}

.head_main p {
    color: #000000;
    margin: 0;
    font-weight: 500;
}

.header_email a {
    color: #000000;
    margin: 0;
    font-weight: 500;
    display: block;
}

.header_logo {
    width: 100%;
}

@media (min-width: 1200px) {
    .header_logo {
        width: auto;
    }
}

.header_email,
.header_phone {
    padding: 5px 20px;
    text-align: left;
    max-width: 300px;
    overflow: visible;
    white-space: nowrap;
    margin: 0 auto;
    line-height: 1.3;
}

.header_item {}

.header_email_txt i,
.header_email i {
    background: url(img/sprite.png) 0 0 no-repeat;
}

.header_phone i {
    background: url(img/sprite.png) -85px -2px no-repeat;
}

.header_email_txt i,
.header_email i,
.header_phone i {
    display: inline-block;
    width: 22px;
    height: 21px;
    vertical-align: middle;
    margin-right: 13px;
}

.btn {
    background: #ff8a00;
    color: #ffffff;
    border: 1px solid #ff8a00;
    padding: 0px 36px 1px 36px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    line-height: 42px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none !important;
}

.btn:focus,
.btn:hover {
    background: none;
    color: #ff8a00;
}

.call_me {
    padding: 20px;
}

.call_me .btn {
    padding: 0 10px;
}

@media (min-width: 1200px) {
    .call_me .btn {
        padding: 0 35px;
    }
}

.container_menu {
    background: #008ed1;
    text-align: center;
}

.main_menu {
    padding: 0;
    margin: 0;
    line-height: 52px;
    height: 52px;
}

@media (min-width: 992px) {
    .main_menu {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }
}

.main_menu li {
    display: inline-block;
    padding: 0 9px;
    position: relative;
}

.main_menu li:first-child {
    padding-left: 0;
}

.main_menu li:last-child {}

.main_menu .tech {
    background: url(img/active_menu.png) 0 0 no-repeat;
    background-position: 100%;
}

.main_menu .tech a {
    border: 1px solid transparent;
}

.main_menu li a {
    font-size: 18px;
    border: 1px solid #008ed1;
    padding: 5px;
    line-height: 1;
    display: inline-block;
    border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.main_menu li ul {
    width: 217px;
    background: #0073a9;
    position: absolute;
    top: 52px;
    opacity: 0;
    display: none;
    padding: 0;
    text-align: left;
    z-index: 10;
}

.main_menu li:hover ul {
    opacity: 1;
    display: block;
}

.main_menu li ul a {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 0;
    line-height: 14px;
    padding: 13px 10px;
    border: 0;
    border-bottom: 1px solid #01557c;
}

.main_menu li ul li {
    padding: 0;
    height: auto;
    display: block;
}

.main_menu li ul a:active,
.main_menu li ul a:focus,
.main_menu li ul a:hover {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #01557c;
    color: #ff8a00;
}

.main_menu li ul .current-menu-item a:hover {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #01557c;
}

.main_menu .current-menu-item a,
.main_menu li a:active,
.main_menu li a:focus,
.main_menu li a:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.cat_title a,
.cat_title a:hover,
.catalog_item:hover figure a span,
.catalog_item figure a span,
.inmut_container textarea,
.inmut_container input,
.inmut_container input:focus,
.form_contact textarea,
.form_contact textarea:focus,
.form_contact input[type=text],
.form_contact input[type=email],
.form_contact input[type=tel],
.form_contact input[type=text]:focus,
.form_contact input[type=email]:focus,
.form_contact input[type=tel]:focus,
.active_video,
.hide_video,
.content .multimedia,
.content .multimedia:hover .active_video,
.content .multimedia:hover .hide_video,
.content .news:hover figure a span,
.content .news figure a span,
.home_multimedia:hover i,
.home_multimedia i,
.suppliers .owl-buttons div,
.suppliers .owl-buttons div:hover,
.main_menu li ul,
.main_menu li:hover ul {
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}

.clear {
    clear: both;
}

.call_meform h2 {
    text-align: center;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.inmut_container {
    text-align: center;
    margin-bottom: 10px;
}

.inmut_container i {
    display: block;
    font-style: normal;
    text-align: left;
    margin-bottom: 3px;
    font-size: 15px;
    display: none;
}

.inmut_container input {
    width: 100%;
    line-height: 33px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #d0d0d0;
    padding: 0 10px;
    font-weight: 300;
    color: #000000;
    height: 33px;
    font-size: 14px;
}

.inmut_container textarea:focus,
.inmut_container input:focus {
    outline: none;
    border: 1px solid #ff8a00;
}

.inmut_container textarea {
    width: 100%;
    height: 90px;
    border: 1px solid #d0d0d0;
    padding: 5px 10px;
    font-size: 14px;
}

::-webkit-input-placeholder {
    color: #000000;
}

::-moz-placeholder {
    color: #000000;
}


/* Firefox 19+ */

:-moz-placeholder {
    color: #000000;
}


/* Firefox 18- */

:-ms-input-placeholder {
    color: #000000;
}

.home_about {}

.about_img_home {}

@media (min-width: 992px) {
    .about_text_home {
        overflow: hidden;
    }
    .about_img_home {
        float: right;
        padding-left: 1em;
        padding-bottom: 1em;
    }
}

.title_home {
    text-align: center;
    text-transform: uppercase;
}

.title_pages hr,
.title_home hr {
    border-top: 1px solid #ff8a00;
    width: 65px;
}

.title_pages {
    text-align: center;
    margin-bottom: 35px;
}

.title_pages h1 {
    margin: 30px 0 0 0;
    font-family: 'Conv_Raleway-SemiBold';
}

.title_pages .h2,
.title_pages h2 {
    font-size: 24px;
    font-family: 'Conv_Raleway-SemiBold';
    margin: 10px 0;
}

.sidebar .title_pages {
    margin-bottom: 20px;
}

.title_home h2 {
    margin: 40px 0 0 0;
}

.news_home {
    overflow: hidden;
}

.catalog_home {
    display: inline-block;
}

.cat_main {
    position: relative;
    float: left;
    width: 250px;
    text-align: center;
    margin-right: 45px;
}

.cat_main:nth-child(4n + 4) {
    margin-right: 0;
}

.body_cat {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.body_cat img {
    width: 100%;
    transition: transform 1s 0s;
}

.body_cat a {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 4;
    display: inline-block;
    margin: 0 auto;
    line-height: 282px;
    font-weight: 500;
    padding: 8px;
}

.body_cat a span {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(36, 119, 189, .8);
}

.cat_main:hover .body_cat img {
    transform: scale(1.2);
}

.body_cat a:hover {
    color: #ffffff;
}

.cat_main .title_cat {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    text-align: center;
    border-bottom: 5px solid #008ed1;
    margin-bottom: 20px;
    padding-bottom: 15px;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.small_catimg {
    display: inline-block;
    position: absolute;
    z-index: 2;
    left: -55px;
    bottom: -40px;
}

.small_cat2 {
    left: -20px;
}

.small_cat3 {
    left: -25px;
}

.offer_main {
    background: url(img/offer.jpg) 50% 0 no-repeat;
    padding: 125px 0;
    margin-top: 140px;
}

.offer_body {
    overflow: hidden;
}

.offer {
    width: 49%;
}

.offer_body article:first-child {
    float: left;
}

.offer_body article:last-child {
    float: right;
}

.offer {
    padding: 18px;
    background: #ffffff;
    min-height: 516px;
}

.offer_img img {
    width: 100%;
    height: auto;
    transition: transform 1s 0s;
}

.offer_img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.offer_img a {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 9px;
    text-align: center;
    line-height: 350px;
    z-index: 2;
    font-weight: 500;
}

.offer_img a span {
    display: none;
    background: rgba(36, 119, 189, .8);
    width: 100%;
    height: 100%;
}

.offer:hover .offer_img img {
    transform: scale(1.2);
}

.offer_img a:hover {
    color: #ffffff;
}

.offer_h a {
    display: block;
    text-align: center;
    color: #000000;
    font-family: 'Conv_Raleway-SemiBold';
    padding: 20px 0;
}

.offer_h hr {
    width: 65px;
    border-top: 1px solid #ff8a00;
    margin-top: 0;
}

.offer_h p {
    margin: 0;
}

.suppliers .owl-buttons div {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    height: 14px;
    font-size: 24px;
    width: 10px;
    border-radius: 0;
    line-height: 24px;
    font-weight: 500;
}

.suppliers .owl-buttons .owl-next {
    right: 0;
}

.suppliers .owl-buttons div:hover {
    color: #ff8a00;
}

.suppliers .owl-buttons .owl-prev {
    left: 0;
}

.suppliers .owl-item {
    text-align: center;
}

.suppliers .owl-item .item {
    text-align: center;
    display: inline-block;
    margin: 15px 0;
    padding: 5px;
    line-height: 100px;
}

.suppliers__img {
    width: 200px;
    height: 150px;
    background: url() center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.suppliers .owl-item .item:hover {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
}

.suppliers_main {
    margin: 50px 0 20px;
}

.multimedia_main {
    background: url(img/multimedia_main.jpg) 50% 0 no-repeat;
    color: #ffffff;
    text-align: center;
    padding: 50px 0;
}

.multimedia_main h2 {
    margin: 0 0 40px 0;
    line-height: 30px;
}

.home_multimedia {
    position: relative;
    text-align: center;
    display: block;
    width: 100%;
    overflow: hidden;
}

.home_multimedia img {
    max-width: 100%;
    width: 100%;
}

.home_multimedia i {
    display: block;
    width: 55px;
    height: 55px;
    margin-top: -27px;
    position: absolute;
    top: 50%;
    background: url(img/sprite.png) -78px -28px no-repeat;
    left: 50%;
    margin-left: -27px;
}

.home_multimedia:hover i {
    background: url(img/sprite.png) -140px -28px no-repeat;
}

.news_index {
    position: relative;
}

@media (min-width: 1200px) {
    .news_index {
        float: left;
        width: 33.33%;
        padding-right: 1em;
    }
    .news_index:last-child {
        padding-right: 0;
    }
}

@media (min-width: 600px) {
    .news_index figure {
        float: left;
        padding-top: 20px;
        padding-right: 1em;
    }
}

.news_index figure img {
    transition: transform 1s 0s;
}

.news_index figure a {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    padding: 8px;
    z-index: 1;
}

.news_index:hover figure img {
    transform: scale(1.2);
}

.news_index figure a:hover {
    color: #ffffff;
}

.news_index figure a span {
    background: rgba(36, 119, 189, .8);
    height: 100%;
    width: 100%;
    display: none;
    z-index: 2;
    position: relative;
    text-align: center;
    font-size: 14px;
    padding: 85px 0;
}

.news_index .text_news {
    font-size: 14px;
    line-height: 1.2;
    position: relative;
    padding: 20px 0 10px;
    margin-bottom: 20px;
}

.text_news a:first-child {
    color: #000000;
    font-weight: 500;
    font-size: 18px;
}

.text_news a:hover {
    color: #ff8a00;
}

.text_news .read_news {
    color: #ff8a00;
    font-weight: 500;
    position: absolute;
    right: 0;
    bottom: 0;
}

.text_news .read_news:hover {
    text-decoration: underline;
}

.sub_button {
    text-align: center;
}

.footer {
    background: #008ed1;
}

.footer .head_main a,
.footer .head_main p {
    color: #ffffff !important;
}

.footer .main_menu .tech {
    background: #0073a9;
    border-radius: 2px;
}

.copy_main {
    background: #0179b1;
    overflow: hidden;
    font-size: 14px;
    color: #ffffff;
    margin-top: 20px;
    padding: 20px 0;
}

.copy_inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.copy_main .copy p {
    margin: 0;
}

.socials_footer {
    text-align: right;
}

.socials_footer ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    display: none;
}

.soc_footers li {
    display: inline-block;
}

.soc_footers li a {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.soc_footers li a:hover {
    opacity: .750;
}

.soc_footers li:first-child a {
    background: url(img/sprite.png) 1px -27px no-repeat;
}

.soc_footers li:nth-child(2) a {
    background: url(img/sprite.png) -25px -27px no-repeat;
}

.soc_footers li:nth-child(3) a {
    background: url(img/sprite.png) -50px -27px no-repeat;
}

.menu-mobile {
    background: #008ed1;
    margin-bottom: 20px;
    color: #ffffff;
    display: none;
}

.menu-mobile ul {
    display: none;
}

.slidetoggle {
    height: 56px;
    cursor: pointer;
    padding: 0 20px;
}

.slidetoggle p {
    font-size: 15px;
    line-height: 56px;
    margin: 0;
}

.menu-mobile ul {
    padding: 0;
    margin: 0;
}

.menu-mobile ul li {
    list-style: none;
}

.menu-mobile ul li a {
    color: #ffffff;
    padding: 0 20px;
    display: block;
    width: 100%;
    line-height: 1.6;
    background: #0071a7;
    border-bottom: 1px solid #01628f;
}

.menu-mobile ul li ul li a {
    padding: 0 20px 0 40px;
}

.texnov a {
    background: #014d70 !important;
}

.menu-mobile ul .current-menu-item a,
.menu-mobile ul li a:hover {
    background: #ff8a00;
    text-decoration: none;
    color: #ffffff;
}

.ico_menu {
    display: block;
    background: url(img/mob_menu.png) center no-repeat;
    width: 20px;
    height: 100%;
}

@media(max-width: 992px) {
    .menu-mobile {
        display: block;
    }
    .container_menu {
        display: none;
    }
}

.f3d_slide {
    background-color: rgba(0, 0, 0, 0) !important;
}

.breadcrumbs {
    font-size: 14px;
    color: #828282;
    font-weight: lighter;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 20px 0;
}

.breadcrumbs a {
    color: #828282;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs p {
    margin: 0;
}

.content {
    overflow: hidden;
    margin-bottom: 30px;
}

.content .news {
    width: 25%;
    float: left;
    padding-right: 25px;
    margin-bottom: 30px;
}

.news__date {
    text-align: center;
    font-size: 80%;
    margin: 10px 0;
}

.news__date_single {
    text-align: left;
    display: none;
}

.single-tech .news__date_single {
    display: block;
}

.content .news figure {
    position: relative;
    overflow: hidden;
    min-height: 178px;
    line-height: 178px;
    text-align: center;
}

.content .news__img {
    background: url() center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 270px;
    height: 180px;
}

.content .news figure a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 14px;
    padding: 8px;
}

.content .news figure a span {
    background: rgba(36, 119, 189, .8);
    display: none;
    height: 100%;
    width: 45%;
    opacity: 0;
    margin: 0 auto;
    line-height: 160px;
}

.content .news .news__img,
.content .news figure img {
    transition: transform 1s 0s;
}

.content .news:hover .news__img,
.content .news:hover figure img {
    transform: scale(1.2);
}

.content .news .newstitle {
    color: #ff8a00;
    font-family: 'Conv_Raleway-Medium';
    font-size: 18px;
    line-height: 24px;
    display: block;
    text-align: center;
    margin: 10px 0;
}

.content .news .newstitle:hover {
    /* text-decoration: underline; */
}

.content .news p {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}

.content .multimedia {
    float: left;
    width: 33%;
    padding-right: 25px;
    margin-bottom: 30px;
}

.content .multimedia figure {
    overflow: hidden;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.content .multimedia figure img {
    max-width: 100%;
}

.content .multimedia figure a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hide_video {
    opacity: 0;
    background: url(img/sprite.png) -140px -28px no-repeat;
}

.active_video {
    background: url(img/sprite.png) -78px -28px no-repeat;
    opacity: 1;
}

.content .multimedia:hover .active_video {
    opacity: 0;
}

.content .multimedia:hover .hide_video {
    opacity: 1;
}

.content .multimedia figure a span {
    display: block;
    width: 55px;
    height: 55px;
    margin-top: -27px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -27px;
}

.content .multimedia p {
    text-align: center;
    font-size: 14px;
    padding: 0 30px;
    margin: 0;
}

.content .map_contact,
.content .contacts {
    width: 50%;
    float: left;
}

#mapcontact {
    width: 100%;
    height: 430px;
}

.contact_text {
    margin-bottom: 27px;
}

.contact_text a,
.contact_text span {
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
    color: #000000;
}

.contact_text i {
    display: inline-block;
    width: 22px;
    height: 21px;
    vertical-align: middle;
    margin-right: 13px;
}

.contact_text .phoneico {
    background: url(img/sprite.png) -85px -2px no-repeat;
}

.contact_text .mailico {
    background: url(img/sprite.png) 0 0 no-repeat;
}

.contact_text .mapico {
    background: url(img/sprite.png) -61px -2px no-repeat;
}

.contact_text .faxico {
    background: url(img/sprite.png) -29px 0 no-repeat;
    height: 25px;
    width: 25px;
}

.contact_text p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    padding-left: 41px;
}

.form_contact {
    border: 2px solid #008ed1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    margin-bottom: 60px;
    padding: 0 150px;
}

.form_contact h2 {
    font-size: 24px;
    font-family: 'Conv_Raleway-Medium';
    font-weight: 300;
    color: #222222;
    text-transform: uppercase;
    margin: 40px 0 30px 0;
}

.form_contact input[type=text],
.form_contact input[type=email],
.form_contact input[type=tel] {
    background: #d0d0d0;
    border: 1px solid #d0d0d0;
    height: 34px;
    line-height: 34px;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 0 15px;
}

.form_contact textarea {
    height: 160px;
    width: 100%;
    display: block;
    background: #d0d0d0;
    border: 1px solid #d0d0d0;
    font-size: 14px;
    font-weight: 300;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 15px;
    display: block;
}

.cont_textarea {
    padding: 0 19px;
}

.form_contact textarea:focus,
.form_contact input[type=text]:focus,
.form_contact input[type=email]:focus,
.form_contact input[type=tel]:focus {
    background: #ffffff;
    outline: none;
}

.feedback div {
    margin-bottom: 30px;
}

.feedback div label {
    width: 49%;
    display: inline-block;
    padding: 0 13px;
}

.placeholdersjs {
    color: #000000 !important;
}

.single h1 {
    font-family: 'Conv_Raleway-SemiBold';
    margin: 15px 0;
    color: #000000;
}

.single {
    color: #8d8d8d;
}

.single #carousel_single {
    display: none;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}

.content .single_slid {}

@media (min-width: 550px) {
    .content .single_slid {
        float: left;
        width: 40%;
    }
}

.call_mesingle_manuf {}

.single_slid .qtranxs-available-languages-message {
    display: none;
}

.content .content_single {
    float: right;
    text-align: left;
    width: 56%;
}

.content_single .btn {
    display: block;
    max-width: 70%;
    padding: 0 10px;
    margin: 30px auto;
}

@media (min-width: 550px) {
    .content_single .btn {
        margin-top: 0;
        display: inline-block;
    }
}

.content_single .blocks_bg {
    background: #d7d7d7;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 20px;
    padding: 10px 15px;
}

.content_single .blocks_bg:last-child {
    margin-bottom: 0;
}

.content_single .blocks_bg p {
    margin: 0;
    font-size: 16px;
}

.title_sing h2 {
    text-align: center;
    margin: 35px 0 0 0;
    font-size: 24px;
}

.title_sing hr {
    border-top: 1px solid #ff8a00;
    width: 65px;
}

.content div div a {
    background-color: transparent;
    color: #000;
    text-decoration: none;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease 84s
}

.content div div a:hover {
    background-color: transparent;
    color: #ff8a00;
    text-decoration: none;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease 84s
}

.sidebar {
    float: left;
    width: 29%;
    padding-right: 30px;
}

.content_catalog {
    width: 71%;
    float: right;
}

.content_catalog .catalog_item {
    width: 33%;
    float: left;
    padding: 0 30px 0 0;
    text-align: center;
    margin-bottom: 10px;
    min-height: 300px;
}


/* .catalog_item:nth-child(3n+3) {
    padding-left: 0;
}*/

.content_catalog .catalog_item figure img {
    max-width: 100%;
}

.content_catalog .catalog_item p {
    margin: 20px 0;
}

.cat_title {
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 32px;
    height: 32px;
    padding-left: 15px;
    margin: 15px 0 20px 0;
    overflow: hidden;
}

.cat_title a {
    display: inline-block;
    padding: 0 10px;
    color: #000;
    border-left: 1px solid #d0d0d0;
    cursor: pointer;
    vertical-align: top;
    margin: 0 -1px 0 15px;
}

.cat_title a:hover {
    background: #0071A7;
    color: #ffffff;
}

.menu_sidebar ul {
    background: #008ed1;
    padding: 0;
    margin: 0;
}

.menu_sidebar ul li {
    display: block;
}

.menu_sidebar ul li ul {
    background: #0071a7;
    display: none;
    padding-left: 20px;
}

.menu_sidebar .current-menu-ancestor > .sub-menu,
.menu_sidebar .current-menu-item > .sub-menu {
    display: block;
}

.menu_sidebar .menu-item>a span {
    display: none;
}

.menu_sidebar .menu-item-has-children>a span {
    display: block;
}

.menu_sidebar .menu-item-has-children>a {
    padding-right: 50px;
    color: aliceblue;
}


/*
    .menu_sidebar .menu-item-has-children{
        position: relative;
    }
    .menu_sidebar .menu-item-has-children a{
        position: relative;
        overflow: visible;
        padding-right: 50px !important;
    }
    .menu_sidebar .menu-item-has-children>a:after{
        content: '';
        display: block;
        position: absolute;
        width: 26px;
        right: 15px;
        height: 26px;
        top: 10px;
        cursor: pointer;
        background: url(img/sprite.png) -108px 0px no-repeat;
    }
    .menu_sidebar .menu-item-has-children:after{
        content: '';
        display: block;
        position: absolute;
        width: 50px;
        right: 0;
        min-height: 46px;
        top: 0;
        cursor: pointer;
    } */

.menu_sidebar ul a {
    min-height: 46px;
    display: block;
    font-size: 16px;
    padding: 12px 15px;
    border-bottom: 1px solid #016290;
    overflow: hidden;
    position: relative;
}

.menu_sidebar ul a:hover {
    background: #ff8a00;
    color: #ffffff;
}

.menu_sidebar ul a span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
}

.menu_sidebar ul a span:after {
    content: '';
    display: absolute;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
    background: url(img/sprite.png) -114px -3px no-repeat;
    transition: all .5s;
}

.menu_sidebar ul .active span {
    background: url(img/sprite.png) -141px -4px no-repeat;
}

.menu_sidebar .current-menu-item > a {
    background: #ff8a00;
    color: #ffffff;
}

.manufacturers a {
    overflow: hidden;
    display: block;
    color: #000000;
    margin-bottom: 10px;
    padding: 15px;
}

.manufacturers a figure {
    float: left;
    width: 70px;
}

.manufacturers a figure img {
    width: 100%;
    height: auto;
}

.manufacturers a p {
    display: block;
    text-align: left;
    font-size: 16px;
    /*height: 36px;*/
    padding: 10px 0;
    margin: 0;
    width: 64%;
    float: right;
    text-align: left;
}

.manufacturers a:hover {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
    color: #000000;
}

.manufacturers {
    padding: 0 8px;
}

.switch_langs {
    position: absolute;
    top: 0;
    right: 0;
}

.switch_langs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.switch_langs ul li {
    float: left;
    display: block;
    margin-left: 10px;
}

.successfulform {
    display: none;
    background: green;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 6px;
    padding: 10px 15px;
    position: fixed;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    top: 0;
    right: 0;
    z-index: 1000000;
}

.successclose {
    margin-left: 10px;
    cursor: pointer;
    display: inline-block;
}

.successclose:hover {
    color: #000000;
}

.pagination {
    text-align: center;
    color: #ffffff;
}

.pagination a {
    display: inline-block;
    line-height: 30px;
    width: 30px;
    background: #008ED1;
    border-radius: 2px;
}

.pagination a:hover {
    background: #FF8A00;
    color: #ffffff;
}

.pagination span {
    display: inline-block;
    line-height: 30px;
    width: 30px;
    background: #0179B1;
    border-radius: 2px;
}

.catalog_item figure {
    position: relative;
    height: 150px;
    vertical-align: middle;
    overflow: hidden;
}

.catalog_item figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 8px;
    overflow: hidden;
}

.catalog_item figure a span {
    display: none;
    background: #000;
    width: 100%;
    height: 100%;
    background: rgba(36, 119, 189, .8);
    line-height: 147px;
    font-size: 14px;
    color: #ffffff;
    /*opacity: 0;*/
    position: absolute;
    bottom: -1000px;
    left: -500px;
}

.catalog_item figure img {
    transition: transform 1s 0s;
}

.catalog_item:hover figure img {
    transform: scale(1.2);
}

.link_catalog {
    display: block;
    padding: 15px 0;
    color: #000000;
    height: 130px;
    overflow: hidden;
    position: relative;
}

.link_catalog:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
}


/*
====== Move-horizontal effect ======

*/

.mfp-move-horizontal {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}

.call_mesingle span a {
    color: #000000;
}

.manu_singl {
    width: 150px;
    display: inline-block;
    margin-right: 15px;
}

.manu_singl img {
    width: 100%;
    height: auto;
}

.sitemap a {
    color: #000000;
    font-size: .8em;
}

.sitemap {
    list-style: none;
    padding: 0;
}

.suppliers img {
    max-width: 100%;
}

.wsp-container {
    font-size: 14px;
}

.wsp-category-title {
    font-size: 16px;
}

.content a:hover {
    text-decoration: none;
    color: black;
}

.content a {
    text-decoration: underline;
    color: black;
}

.header_phone a {
    color: inherit;
    display: inline-block;
}

.content_catalog h1 {
    margin-top: 5px;
}

.seo-block {
    margin: 20px 0;
}

.f3d_slide a {
    color: inherit;
}

#n2-ss-2-align {
    background: url(/wp-content/uploads/2017/01/main-slider.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

@media (max-width: 991px) {
    .home > .container_slide {
        display: none;
    }
}

div#n2-ss-2 .nextend-arrow {
    width: 60px !important;
    height: 60px !important;
}

div#n2-ss-2 .nextend-arrow img {
    width: 100% !important;
    height: 100% !important;
}

.content_services {
    text-align: center;
    font-size: 0;
}

.content_services .serv-item {
    font-size: 18px;
    margin: 0 auto 30px;
    width: 300px;
    display: inline-block;
    vertical-align: top;
}

@media (min-width: 1200px) {
    .content_services .serv-item {
        width: 25%;
    }
}

@media (max-width: 767px) {}

.hidden-xs {
    display: none !important;
}

@media (min-width: 768px) {
    .hidden-xs {
        display: block !important;
    }
    .visible-xs {
        display: none !important;
    }
}

@media (max-width:1200px) {
    .content .content_single {
        width: 47%
    }
    .main_menu li {
        padding: 0 2px
    }
    .main_menu li a {
        padding: 0 6px
    }
    .cat_main {
        width: 220px;
        margin-right: 20px
    }
    .text_news a:first-child {
        font-size: 16px
    }
    .offer_img a {
        line-height: 266px
    }
    .content .news figure img {
        max-width: 100%;
        height: auto
    }
    .content .news .newstitle {
        line-height: 21px
    }
    .contact_text i {
        margin-right: 0
    }
    .form_contact {
        padding: 0 60px
    }
    .title_pages h2 {
        font-size: 23px
    }
}

@media (max-width:992px) {
    .about_img_home,
    .call_mesingle {
        text-align: center
    }
    .news_index figure img {
        max-width: 100%
    }
    .content .slider_single {
        float: none;
        text-align: center;
        margin-bottom: 30px
    }
    .content .content_single {
        width: 100%;
        float: none
    }
    .content_catalog .catalog_item {
        width: 50%
    }
    .sidebar {
        width: 40%
    }
    .content_catalog {
        width: 60%
    }
    .content .contacts,
    .content .map_contact {
        float: none;
        width: 100%
    }
    .content .news {
        width: 49%
    }
    .cat_main {
        width: 300px;
        margin-right: 20px;
        margin-bottom: 50px
    }
    .offer_img a {
        line-height: 190px
    }
    .clear_mob {
        display: block
    }
}

@media (max-width:768px) {
    .cat_main,
    .copy_main div,
    .manufacturers {
        text-align: center
    }
    .manufacturers a img,
    .manufacturers a p {
        display: inline-block;
        float: none
    }
    .manufacturers a img {
        margin-right: 20px
    }
    .cat_title {
        margin: 10px auto
    }
    .cat_main,
    .cat_main:nth-child(4n+4) {
        margin: 0 auto 40px
    }
    .content_catalog .catalog_item {
        width: 50%
    }
    .content_catalog,
    .sidebar {
        width: 100%;
        float: none
    }
    .sidebar {
        padding-right: 0
    }
    .cat_main,
    .content .multimedia {
        width: 50%
    }
    .alignleft,
    .alignright,
    img.alignleft,
    img.alignright {
        float: none
    }
    .form_contact h2 {
        font-size: 20px
    }
    .form_contact {
        padding: 0 20px
    }
    .content .multimedia p {
        padding: 0
    }
    .content .news .newstitle {
        font-size: 15px;
        line-height: 19px
    }
    .cat_main {
        float: none
    }
    .catalog_home {
        width: 100%
    }
    .offer_main {
        margin-top: 50px
    }
    .suppliers_main {
        margin: 50px 0
    }
}

@media (max-width:580px) {
    .feedback div label {
        display: block;
        width: 100%;
        margin-bottom: 15px
    }
    .form_contact .btn,
    .form_contact textarea {
        margin-bottom: 15px
    }
    .feedback div {
        margin-bottom: 0
    }
    .content .news .newstitle {
        font-size: 15px;
        line-height: 19px
    }
    .content .news {
        width: 50%
    }
    .offer_body article:first-child {
        float: none
    }
    .offer {
        width: 100%;
        margin-bottom: 20px
    }
    .offer_main {
        -webkit-background-size: cover;
        background-size: cover;
        padding: 30px 0
    }
    .news_index .text_news,
    .news_index figure {
        float: none;
        width: 100%
    }
    .news_index .text_news {
        height: 125px
    }
    .news_index figure {
        text-align: center;
        margin-bottom: 10px
    }
    .footer {
        margin-top: 50px
    }
    .title_home h2 {
        margin: 20px 0 0;
        font-size: 24px
    }
}

@media (max-width:480px) {
    .manufacturers a img,
    .manufacturers a p {
        margin: 0 auto;
        display: block;
        max-width: 100%;
        text-align: center
    }
    .content_catalog .catalog_item {
        width: 90%;
        float: none;
        padding-right: 0;
        margin: 5px auto
    }
    .content .multimedia,
    .content .news {
        width: 100%;
        text-align: center;
        padding-right: 0
    }
    .cat_main {
        width: 90%
    }
    .logo img {
        max-width: 100%
    }
    .news_index .text_news {
        height: auto
    }
    .text_news .read_news {
        position: relative
    }
}

@media (min-width:1800px) {
    .offer_main {
        background: url(../img/bg_home_1.jpg) 50% 50% no-repeat;
        background-size: cover
    }
    .multimedia_main {
        background: url(../img/multimedia_main_full.jpg) 50% 50% no-repeat
    }
    .main_menu li a {
        padding: 0 12px
    }
}

.content_services {font-size: 0; text-align: center;}
.content_services .catalog_item { font-size: 18px;
    max-width: 260px;
    margin: 15px;
    display: inline-block;
    vertical-align: top;
    box-shadow: 1px 1px 4px grey;}
.content_services .link_catalog{ height: auto; }
.content_services {}
