/*
Theme Name: od
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 33px;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}


body {
padding:0;
margin:0;
height: auto;
font-family:Roboto, sans-serif;
width:100%;
}

html, body
{
    width: 100%;
    text-align:center;
}

* {
box-sizing:border-box;
}

.col-12 {
  width:100%;
  height:auto;
  display:inline-block;
  float:left;
}

.col-9 {
  width:75%;
  height:auto;
  display:inline-block;
  float:left;
}

.col-8 {
  width:66.6%;
  height:auto;
  display:inline-block;
  float:left;
}

.col-6 {
  width:50%;
  height:auto;
  display:inline-block;
  float:left;
}

.col-4 {
  width:33.3%;
  height:auto;
  display:inline-block;
  float:left;
}

.col-3 {
  width:25%;
  height:auto;
  display:inline-block;
  float:left;
}

.col-2 {
  width:16.6%;
  height:auto;
  display:inline-block;
  float:left;
}

.wrapper {
display:inline-block;
width:1200px;
height:auto;
overflow: hidden;
margin:0 auto;
text-align:left;
}

.wrapper-bigger {
display:inline-block;
width:1300px;
height:auto;
overflow: hidden;
margin:0 auto;
text-align:left;
}

.header {
 background:#fafafa;
 padding-top:10px;
}

.header-top {
  padding:30px 0px;
  position:relative;
  z-index:10;
}

.hc-worktime {
  font-size:14px;
  font-family:"Roboto", sans-serif;
  padding-top:5px;
}

.hc-worktime b {
  font-size:125%;
}

.orange  {
  color:#EF7F1A; /*orange text*/
}

.hc-phone {
  background:url(img/phones-bg.png) left 8px no-repeat;
  padding-left:93px;
  min-height:55px;
}

.hc-phone h1 {
margin:0;
font-size:40px;
font-family:"Roboto", sans-serif;
font-weight:800;
}

.hc-phone-top {
text-align:right;
font-family:"Roboto", sans-serif;
font-weight:200;
font-size:17px;
text-align: right;
padding-right:0px;
}

.hc-phone-top b {
font-weight:800;
font-size:38px;
color:#075CA5;
letter-spacing:-1px;
line-height:35px;
}

.hc-rezhim {
text-align:left;
font-family:"Roboto", sans-serif;
font-weight:300;
font-size:13px;
text-align: left;
padding-left:20px;
}

.hc-rezhim b {
font-weight:800;
}

.hc-callback {
font-family:"Roboto", sans-serif;
font-weight:300;
font-size:14px;
text-align: center;
}

.hc-callback p {
margin:0;
margin-bottom:6px;
}

a.callback {
display:inline-block;
padding:8px 16px;
border-radius:16px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7c93b+0,f5ab23+100 */
background: rgb(247,201,59); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(247,201,59,1) 0%, rgba(245,171,35,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(247,201,59,1) 0%,rgba(245,171,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(247,201,59,1) 0%,rgba(245,171,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7c93b', endColorstr='#f5ab23',GradientType=0 ); /* IE6-9 */
color:white;
font-weight:800;
text-decoration:none;
box-shadow:0px 3px 0px #fcc900;
}

.hc-basket {
 text-align:right;
 position:relative;
 z-index:20;
}

.top-basket {
width:75%;
height:40px;
color:white;
border-radius:20px;
background:rgba(66,54,53,0.7);
float:right;
text-align:center;
line-height:40px;
transition:0.2s;
}

.top-basket:hover {
cursor:pointer;
background: rgba(99, 144, 0, 0.87);
}

.top-basket p {
  padding:0;
  margin:0;
}

.top-basket p b {
 font-size:120%;
}

#wheat {
  position: absolute;
  right:0;
  width:300px;
  height:auto;
  margin-top:-23px;
  margin-right:-40px;
  z-index:5;
}

.top-menu {
height:55px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4798cc+0,1463ab+100 */
background: rgb(71,152,204); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(71,152,204,1) 0%, rgba(20,99,171,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(71,152,204,1) 0%,rgba(20,99,171,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(71,152,204,1) 0%,rgba(20,99,171,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4798cc', endColorstr='#1463ab',GradientType=0 ); /* IE6-9 */
border-radius:6px;
box-shadow:0px 3px 0px #033f72;
position:relative;
z-index:50;
}

.menu {
  margin-top:-20px;
  position:relative;
  z-index:25;
  height:85px;
}

.menu .wrapper {
  height:85px;
}

.top-menu a {
display:block;
float:left;
width:auto;
height:55px;
line-height:55px;
text-align:center;
padding:0 20px;
border-right:1px solid rgba(255,255,255,.2);
font-family:"Roboto", sans-serif;
font-weight:600;
color:white;
text-decoration:none;
text-shadow:0px 1px 0px rgba(0,0,0,0.4);
text-transform: uppercase;
}

.top-menu li:first-child a {
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}

.top-menu a:hover {
background: #f77318;
    box-shadow: 0px 3px 0px #bf5714;
}

.current {
background: #f77318;
    box-shadow: 0px 3px 0px #bf5714;
    border-right: none;
    color: yellow!important;
}

.menu-block {
    background: url(img/bg-kanat.png) repeat-x 0 0, url(img/bg-wood.png) no-repeat 0 -100px;
    position: relative;
    padding: 0px;
    margin-top:-1px;
}

.sidebar {
padding-right:30px;
}

.menu-wrapper {
  background:#fafafa;
  border:1px solid #d4d4d4;
  border-radius:6px;
  padding-bottom:10px;
}

.main-menu a {
font-family:"Roboto Condensed", sans-serif;
font-size:16px;
color:#3D291C;
display:inline-block;
float:left;
width:100%;
height:auto;
padding:8px 15px;
font-weight:600;
text-decoration:none;
border-bottom:1px solid #d4d4d4;
transition:0.1s;
}

.main-menu a:last-child {
border-bottom:none;
}


.main-menu a:hover {
background:#86b41b;
color:white;
cursor:pointer;
}

.main-menu a span {
float:right;
color:#fafafa;
}

.main-menu-title {
  text-align:center;
  padding-top:10px;
  padding-bottom:20px;
  color:white;
font-family:"Roboto Condensed", sans-serif;
font-size:18px;
text-shadow:0px 2px 0px rgba(0,0,0,0.5);
}

.menu-wrapper:hover .main-menu-title {
  color:yellow;
}

.slider {
  height:400px;
  background:white url(img/ZsjVGEZtvzw.jpg) center center no-repeat;
  background-size:100% 100%;
  border-radius:6px;
}

.slider2 {
  height:400px;
  background:white url(img/2ns0Yymijpo.jpg) center center no-repeat;
  background-size:100% 100%;
  border-radius:6px;
}

.slider3 {
  height:400px;
  background:white url(img/akt.jpg) center center no-repeat;
  background-size:100% 100%;
  border-radius:6px;
}

.slider-text {
  padding:20px 0px;
  text-align:center;
  font-family:"Roboto Condensed", sans-serif;
  font-size:16px;
  color:#3D291C;
}

.slider-text h3 {
  font-family:"Roboto", sans-serif;
  font-size:22px;
  color:#3D291C;
  font-weight:600;
}
.slider-text h2 {
  font-family:"Roboto", sans-serif;
  font-size:22px;
  color:#3D291C;
  font-weight:600;
}
.features {
  padding-left:25px;
}

.feature {
  height: 300px;
  margin-bottom:20px;
  border-radius:16px;
  border:1px solid silver;
  padding:10px 20px;
}
.feature1 {
  height: 600px;
  margin-bottom:20px;
  border-radius:16px;
  border:1px solid silver;
  padding:10px 20px;
}

.f1 {
  background:url(http://reklamagrad.by/wp-content/uploads/2023/06/viveski_pinsk.jpg) center center no-repeat;
  background-size:cover;
  font-size:16px;
  font-family:"Roboto", sans-serif;
}

.f3 {
  background:url(img/seo.jpg) center center no-repeat;
  background-size:cover;
  font-size:16px;
  font-family:"Roboto", sans-serif;
}

.f1 p {
  font-style:italic;
  color:#075CA5;
font-size: 30px;
  display:inline-block;
  float:left;
  clear:left;
}

.f1 a {
  color:#EF7F1A;
  font-weight:800;
  font-size:40px;
  text-decoration:none;
  margin-top:0px;
  display:inline-block;
  float:left;
  clear:left;
}

.f1 a:hover {
    color: #b65600;  
   }

.f2 {
  background:url(http://reklamagrad.by/wp-content/uploads/2023/06/tablichki_pinsk.jpg) center center no-repeat;
  background-size:cover;
  font-size:14px;
  font-family:"Roboto", sans-serif;
}

.f2 p {
 
font-style:italic;
  color:#075CA5;
font-size: 30px;
  display:inline-block;
  float:right;
  clear:right;
text-align:right;
}

.f2 a {
  color:#EF7F1A;
  font-weight:800;
  font-size:40px;
  text-decoration:none;
  margin-top:0px;
  display:inline-block;
  float:right;
  clear:right;
text-align: right;
}

.f2 a:hover {
    color: #b65600;   
   }

.f2 .callback {
  font-size:12px;
}

.f1:hover {
  box-shadow:0px 3px 10px rgba(0,0,0,0.2);
}

.f2:hover {
  box-shadow:0px 3px 10px rgba(0,0,0,0.2);
}

.feature-title {
  color:#08508F;
  font-weight:800;
  font-size:27px;
  text-decoration:none;

}

.full-title-line {
  height:70px;
  line-height:70px;
  font-size:22px;
  font-family:"Roboto", sans-serif;
  text-align:center;
  font-weight:600;
  color:#075CA5;
  margin:10px 0px;
}

.full-title-line h3 {
  margin:0;
}
.full-title-line h2 {
  margin:0;
}

.full-title-line h1 {
  margin:0;
font-size:33px;
}
.news-block .full-title-line {
  background: url(img/news-line.png) center center no-repeat;
}

.products-block .full-title-line {
  background: url(img/product-line.png) center center no-repeat;
}

.outdoor-block .full-title-line {
  background: url(img/outdoor-line.png) center center no-repeat;
}
.progress-block .full-title-line {
  background: url(https://o-d.by/wp-content/uploads/2018/09/progress-line.png) center center no-repeat;
}

.otzyv-block .full-title-line {
  background: url(img/otzyv-line.png) center center no-repeat;
}


.comment-container {
    width: 50%;
    box-sizing: border-box;
    padding: 10px;
    float: left;
}

.comment-container .frame {
    width: 100%;
    box-sizing: border-box;
    padding: 22px;
    background: #ecedf2;
    min-height: 200px;
    height: auto;
    overflow: hidden;
    border-radius: 7px;        
}

 .comment-container .frame .user {
    width: 100px;
    float: left;
}

.comment-container .frame .user .userpic {
    width: 100%;
    padding-bottom: 6px;
}

.comment-container .frame .user .userpic img {
    width: 100%;
    border-radius: 50%;
    display: block;
}

.comment-container .frame .user .username {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.comment-container .frame .user .date {
    font-size: 11px;
    text-align: center;
}

.comment-container .frame .comment {
    float: right;
    background: #fff;
    width: calc(100% - 146px);
    box-shadow: 0 0 4px #d6d8e2;
    margin-left: 36px;
    font-size: 12px;
    padding: 20px 20px;
    line-height: 16pt;
}

.comment-container .frame .comment .order {
    padding-bottom: 10px;
}

.comment-container .frame .comment .order .stars {
    float: right;
    width: 100px;
    height: 20px;
}

.comment-container .frame .comment .order span {
    font-weight: bold;
    padding-right: 8px;
}


.comment-container .frame .link {
    float: right;
    font-size: 12px;
    padding-top: 15px;
}

.news-image img {
  width:100%;
  height:auto;
}

.news-column {
  padding:0px 22px;
}

.news-row {
  margin-top:25px;
}

.news-text {
  font-size:13px;
  line-height:1.4;
}

.news-text p {
  float:left;
  clear:left;
  margin:10px 0px;
  line-height:1.5;
}

.products-row {
  background:white url(img/products-bg.png) bottom center no-repeat;;
  min-height: 500px;
  border:5px solid #075CA5;
  margin:15px 0px;
  padding-bottom:440px;
  position:relative;
  z-index:21;
}

 .box {

}

.right {
    padding-top: 65px;
}

.right p {
    display: inline-block;
    width: 100%;
    height: 130px;
    overflow: hidden;
    /*border: 1px dotted silver;*/
    margin: 0;
    transition: .5s;
    border-bottom: 2px solid transparent;
    color: #f77318;
    font-size: 18px;
    font-weight: 800;
    padding:15px 20px;
    text-transform:uppercase;
    transition:0.3s;
}

.right p:hover {
     background-color: #fff4e7;
     cursor:pointer;
     box-shadow:0px 2px 8px rgba(0,0,0,0.2);
}

.right p a {
    color: #f77318;
    font-size: 14px;
    font-weight: 600;
    text-decoration:none;
    padding-top:25px;
    display:inline-block;
  font-family:"Roboto", sans-serif;

}

.right .header1 {
    background: url(img/16.png) right 35px center no-repeat;
}

.right .header2 {
    background: url(img/15.png) right 35px center no-repeat;
}

.right .header3 {
    background: url(img/14.png) right 35px center no-repeat;
}

.right .header13 {
    background: url(img/13.png) right 35px center no-repeat;
}

.right .header5 {
    background: url(img/12.png) right 35px center no-repeat;
}

.right .header6 {
    background: url(img/11.png) right 35px center no-repeat;
}

.right .header7 {
    background: url(img/10.png) right 35px center no-repeat;
}

.right .header8 {
    background: url(img/9.png) right 35px center no-repeat;
}

.right .header9 {
    background: url(img/8.png) right 35px center no-repeat;
}

.right .header10 {
    background: url(img/7.png) right 35px center no-repeat;
}

.right .header11 {
    background: url(img/6.png) right 35px center no-repeat;
}

.right .header12 {
    background: url(img/5.png) right 35px center no-repeat;
}


.right .header4 {
    background: url(img/4.png) right 35px center no-repeat;
}

.right .header14 {
    background: url(img/3.png) right 35px center no-repeat;
}

.right .header15 {
    background: url(img/2.png) right 35px center no-repeat;
}

.right .header16 {
    background: url(img/1.png) right 35px center no-repeat;
}
.right .header17 {
    background: url(img/station.png) right 35px center no-repeat;
}

.product-menu {
  text-align:center;
}
.button-vak {
  text-align:center;
}

.product-menu a {
  display:inline-block;
  padding:14px 27px;
  color:black;
  font-size:16px;
  font-family:"Roboto", sans-serif;
  text-align:center;
  font-weight:600;
  margin:0px -4px;
  text-decoration:none;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffff+0,d2ebf9+100;Blue+3D+%2312 */
background: rgb(254,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(210,235,249,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9',GradientType=0 ); /* IE6-9 */
margin-top:-24px;
border:1px solid rgba(210,235,249,1);
}

.button-vak a {
  display:inline-block;
  padding:14px 27px;
  color:white;
  font-size:16px;
  font-family:"Roboto", sans-serif;
  text-align:center;
  font-weight:600;
  margin:0px -4px;
  text-decoration:none;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffff+0,d2ebf9+100;Blue+3D+%2312 */
background: rgb(254,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(210,235,249,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(66, 147, 201) 0%,rgb(7, 92, 165) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9',GradientType=0 ); /* IE6-9 */
margin-top:-24px;
border:1px solid rgba(210,235,249,1);
}

.product-menu a:first-child {
 border-top-left-radius:8px;
 border-bottom-left-radius:8px;
}

.button-vak a:first-child {
 border-top-left-radius:8px;
 border-bottom-left-radius:8px;
}

.product-menu a:last-child {
 border-top-right-radius:8px;
 border-bottom-right-radius:8px;
}
.button-vak a:last-child {
 border-top-right-radius:8px;
 border-bottom-right-radius:8px;
border-top-left-radius:8px;
 border-bottom-left-radius:8px;
}

.product-menu a.product-active {
background: #f77318;
color:white;
}
.button-vak a.product-active {
background: #f77318;
color:white;
}

.why-column {
  display:inline-block;
  float:left;
  width:25%;
  padding:10px 20px;
  height:auto;
  overflow:hidden;
}


.whyus {
  padding:30px 0px;
  background:url(img/why-bg.png) center center no-repeat;
  color:white;
  font-size:14px;
  font-family:"Roboto", sans-serif;
  font-weight:400;
  line-height:1.5;
  margin-top:-50px;
  position:relative;
  z-index:20;
  padding-top:50px;
  padding-bottom:60px;
}

.cta-block {
  position:relative;
  z-index:24;
}

.cta-block .wrapper {
  position:relative;
  z-index:25;
  overflow:visible;
  text-align:center;
}

.cta-block .wrapper .teaser {
  position:relative;
  z-index:26;
  margin-top:-50px;
  text-align:center;
}

.cta-block .wrapper .teaser img {
  position:relative;
  z-index:50;
}

.yellow-title {
  color:#F8D43F!important;
}

.mission {
  margin-top:20px;
  margin-bottom:10px;
  border-top:1px dotted #EF7F1A;
  padding:20px 0px;
}

.mission .column {
  padding-right:20px;
  padding-left:20px;
}

.mission .column b {
  font-size:120%;
  color:#F8D43F;
}


.news-text a {
  color:#F08143;
  font-size:110%;
  font-family:"Roboto", sans-serif;
  text-decoration:none;
  display:inline-block;
  float:left;
  width:100%;
  height:auto;
  margin:10px 0px;
}

.news-text a h3 {
  margin:0;
  padding:0;
}
.news-text a h2 {
  margin:0;
  padding:0;
}


.news-text a.podrobnee-btn {
  display:inline;
  border-radius:20px;
  padding:7px 14px;
  color:#F08143;
  border:1px solid #F08143;
  text-decoration:none;
  float:left;
  clear:left;
  font-size:90%;
  transition:0.2s;
  width:auto;
}

.news-text a.podrobnee-btn:hover {
  cursor:pointer;
  background:#F08143;
  color:white;
}

a.btn1 {
display:inline-block;
width:auto;
height:auto;
font-size:16px;
padding: 10px 24px;
background:white;
border-radius:6px;
  color:#3D291C;
  font-weight:400;
  text-decoration:none;
  box-shadow:0px 0px 20px rgba(255,255,255,0.8), inset 0px 0px 10px #ffffff, inset 0px 0px 20px #ffffff;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,f9f3d1+51,ffffff+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(249,243,209,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(249,243,209,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(249,243,209,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
transition:0.2s;
}


a.btn1:hover {
background:yellow;
box-shadow:0px 0px 20px rgba(255,255,255,0.8);
}


.about-block {
 background:url(img/about-block-bg.png) left top no-repeat;
 padding-left:210px;
 margin:25px 0px;
 min-height:330px;
}

.about-text {
  font-family:"Roboto", sans-serif;
  font-size:16px;
  color:#3D291C; /*brown text*/
  font-weight:600;
  line-height:1.4;
}

.about-text a {
  color:#65882A; /*green links*/
  transition:0.2s;
}

.about-text a:hover {
    color: #ef7f1a;
    text-decoration:none;
}

.about-features {
  padding:20px 0px;
}

.text-feature {
  font-family:"Roboto", sans-serif;
  font-size:14px;
  color:#3D291C; /*brown text*/
  font-weight:400;
  line-height:1.4;
  padding-right:25px;
}


.green-block {
  background:#6f9f01;
  color:white;
  padding:20px 20px;
  box-shadow:0px 3px 0px #639000;
  font-family:"Roboto", sans-serif;
  font-size:13px;
  line-height:1.3;
  border-radius:8px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#639000+0,b1dd00+100 */
background: rgb(99,144,0); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(99,144,0,1) 0%, rgba(177,221,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(99,144,0,1) 0%,rgba(177,221,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(99,144,0,1) 0%,rgba(177,221,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#639000', endColorstr='#b1dd00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}

.gb-text:first-child {
  padding-right: 25px;
}

.gb-text h2 {
 margin:0px 0px;
 font-size:50px;
 font-family:"Roboto", sans-serif;
 font-weight:600;
 text-shadow:0px 2px 4px rgba(0,0,0,0.4);
}

.bestsellers {
  background:url(img/village-bg.png) center -30px no-repeat;
  min-height:400px;
}

.similar-block {
  background:url(img/village-bg.png) center -30px no-repeat;
  min-height:400px;
}

.full-title {
  padding: 40px 0px;
  text-align:center;
}

.links{
color:#075CA5;
font-weight:bold;
text-decoration:none;
}

.item-page .full-title {
  padding: 20px 0px;
  padding-top:5px;
}

.full-title span {
  display:inline-block;
  padding:8px 20px;
  color:white;
  background:#EF7F1A;
  border-radius:30px;
  font-family:"Roboto", sans-serif;
  font-size:16px;
  font-weight:600px;
}

.special-item-wrapper {
  padding:10px 10px;
}

.special-item {
  background: #6D5341;
  color:white;
  border-radius:8px;
  text-align:center;
  border:1px solid #d4d4d4;
  min-height:390px;
  transition:0.2s;
}

.special-item:hover {
  background: #614939;
  box-shadow:0px 2px 10px rgba(0,0,0,0.1);
}

.special-item-image {
  max-height:210px;
  overflow:hidden;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  background:white;
}

.special-item-image img {
  width:100%;
  height:auto;
}

.special-item-text {
  padding:15px 25px;
  font-family:"Roboto", sans-serif;
  font-size:16px;
  text-align:center;
}

.special-item-text a {
  display:inline-block;
  float:left;
  width:100%;
  text-align:center;
  font-family:"Roboto", sans-serif;
  font-size:14px;
  color:white;
  font-weight:400;
  text-decoration:none;
  padding-bottom:10px;
}

span.item-price {
  display:inline-block;
  float:left;
  width:100%;
  text-align:center;
  font-family:"Roboto", sans-serif;
  font-size:22px;
  color:white;
  font-weight:600;
  padding-bottom:10px;
}

.item-link {
 min-height:60px;
}

.special-item:hover .item-link {
  color:yellow;
  font-weight:500;
}

a.btn2 {
float:initial;
display:inline-block;
width:auto;
height:auto;
font-size:14px;
padding: 10px 24px;
background:white;
border-radius:6px;
color:#3D291C;
font-weight:600;
text-decoration:none;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e3e3e3+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(227,227,227,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
border:1px solid #7bae02;
text-shadow:0px 1px 0px rgba(255,255,255,.9);
margin-top:5px;
box-shadow:0px 3px 6px rgba(0,0,0,0.2);
transition:0.2s;
}

.header a.btn2 {
font-size:13px;
padding: 8px 16px;
font-weight:400;
box-shadow:none;
}

a.btn2:hover {
background:#7bae02;
color:white;
text-shadow:0px 1px 0px rgba(0,0,0,.5);
cursor:pointer;
}

.filter-link {
  display:inline-block;
  padding:8px 20px;
  color:#EF7F1A;
  background:white;
  border-radius:30px;
  font-family:"Roboto", sans-serif;
  font-size:16px;
  font-weight:600px;
  box-shadow:0px 1px 6px rgba(0,0,0,0.2);
  margin-right:20px;
  float:left;
  transition:0.2s;
}

.filter-link:hover {
  background:#EF7F1A;
  color:white;
  text-decoration:none;
  cursor:pointer;
}

.active-filter-link {
  color:white;
  background:#86c107;
  box-shadow:none;
  text-decoration:none;
  position:relative;
}

.active-filter-link:hover {
  color:white;
  background:#86c107;
  box-shadow:none;
  text-decoration:none;
  position:relative;
}

.active-filter-link:after {
    content: '';
    border-left: 6px solid rgba(255, 255, 255, 0);
    border-top: 6px solid #86c107;
    border-right: 6px solid rgba(255, 255, 255, 0);
    position: absolute;
    bottom: -6px;
    left: 45%;
}

.item-wrapper {
  padding:10px 10px;
}

.item {
  background: #fafafa;
  color:#6D5341;
  border-radius:8px;
  text-align:center;
  border:1px solid #d4d4d4;
  min-height:390px;
  transition:0.2s;
}

.item:hover {
  background: white;
  box-shadow:0px 2px 10px rgba(0,0,0,0.1);
}

.item-image {
  width:90%;
  margin:10px 5%;
  height:auto;
  overflow:hidden;
  background:white;
}

.item-image img {
  width:100%;
  height:auto;
}

.item-text {
  padding:15px 25px;
  font-family:"Roboto", sans-serif;
  font-size:16px;
  text-align:center;
  width:100%;
}

.item-text a {
  display:inline-block;
  text-align:center;
  font-family:"Roboto", sans-serif;
  font-size:14px;
  font-weight:400;
  text-decoration:none;
  padding-bottom:10px;
  color:#6D5341;
}

.item span.item-price {
  color:#6D5341;
}

.item:hover .item-link {
  font-weight:500;
}

.footer-top {
  background: #f1f1f1;
  min-height:200px;
  margin-top:50px;
  position:relative;
}

.footer-top .wrapper {
  position:relative;
  overflow:visible;
}

#cow {
position:absolute;
right:0;
width:350px;
height:auto;
margin-top:-40px;
}

.footer-bottom {
  background:url(img/bg-top-line.jpg) repeat-x center top, url(img/bg-wood.jpg) repeat center top;
  color: #ffffff;
  font-size: 14px;
  padding: 15px 0;
  padding-top: 35px;
  font-family:"Roboto", sans-serif;
}

.footer-column {
  padding:50px 0px;
  padding-right:25px;
  font-family:"Roboto", sans-serif;
  font-size:14px;
  font-weight:400;
  color:#6D5341;
  line-height:1.3;
}

.footer-column b {
  font-size:22px;
  font-weight:800;
  color:#EF7F1A;
  line-height:1.3;
}

.article {
  text-align:center;
  font-family:"Roboto", sans-serif;
  font-size:14px;
  font-weight:400;
  color:white;
  margin-top:30px;
}

.article-top {
  background: #78A22E;
  padding: 10px 0px;
  text-align:center;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
}

.article-top a {
  color:white;
}

.article-top a:hover {
  color:yellow;
  text-decoration:none;
}

.article-body {
  min-height:360px;
  background:url(img/article-bg.png) top center no-repeat;
  padding:20px 20px;
}

.article-body a.title-link {
  color:white;
  text-decoration:none;
  font-size:28px;
  font-weight:500;
  line-height:1.3;
  width:100%;
  height:auto;
  float:left;
  min-height:250px;
  text-shadow:0px 2px 0px rgba(0,0,0,0.4);
  transition:0.2s;
}

.article-body a.title-link:hover {
  color:yellow;
  text-shadow:0px 2px 0px rgba(0,0,0,0.6);
}


.content-block {
  padding:20px 0px;
  font-family:"Roboto", sans-serif;
  font-size:15px;
  font-weight:400;
  color:#484848;
  line-height:1.4;
}

.breadcrumbs {
  font-size:14px;
  font-family:"Roboto", sans-serif;
  padding:13px 15px;
  background:white;
  margin-bottom:0px;
  border-radius:6px;
color: #3d8dc5;
}

.single-post .breadcrumbs {
  border: 1px solid #efefef;
}

.breadcrumbs i {
  margin:0 15px;
}

#breadcrumbs {
  margin:0;
  padding:0;
}

.breadcrumbs a {
  color:#f77318;
}

.breadcrumbs a:hover {
  text-decoration:none;
}

.page-title {
  padding:0px 20px;
  color:#78A22E;
}

.page-title h2 {
  font-size:24px;
  font-weight:600;
  margin:0;
}


.content-block h3 {
  font-size:18px;
  font-weight:800;
}
.content-block h2 {
  font-size:18px;
  font-weight:800;
}

.phone-block {
  background:#FCF2EA;
  padding:20px 20px;
  border-radius:6px;
}

.phone-column span {
  display:inline-block;
  float:left;
  width:100%;
  height:auto;
  padding-top:4px;
  padding-bottom:4px;
  padding-left:50px;
  font-size:20px;
  font-weight:600;
  color:black;
}

.phone-column span.mts {
  background: url(img/mts.png) center left no-repeat;
}

.phone-column span.velcom {
  background: url(img/A1_red_logo20px.png) center left no-repeat;
}

.phone-column span.life {
  background: url(img/life.png) center left no-repeat;
}

.full-description {
  font-size:13px;
  line-height:1.4;
}

.image-big {
  height:auto;
  overflow:hidden;
  border:1px solid #d4d4d4;
  border-radius:6px;
}

.image-big:hover {
  border:1px solid #78A22E;
}

.image-big img {
  width:100%;
  height:auto;
  border:none;
  outline:none;
}

.image-popup-link {
  border:none;
  outline:none;
}

.thumb-wrapper {
  margin-top: 25px;
}

.thumb-wrapper a {
  display:inline-block;
  float:left;
  width:120px;
  height:auto;
  margin-right:15px;
  border:1px solid white;
}

.thumb-wrapper a:hover {
  padding:10px 10px;
  cursor:pointer;
  border:1px solid #78A22E;
  border-radius:6px;
}

.thumb-wrapper a img {
  width:100%;
  height:auto;
}

.short-description {
  font-size:14px;
  line-height:1.4;
  font-weight:500;
}

.short-description .manufacturer {
  color:#916E55;
  font-weight:300;
}


.basket-block {
min-height:100px;
padding:20px 20px;
border-radius:6px;
margin-bottom:20px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbf3ed+0,f7e5d7+100 */
background: rgb(251,243,237); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(251,243,237,1) 0%, rgba(247,229,215,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(251,243,237,1) 0%,rgba(247,229,215,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(251,243,237,1) 0%,rgba(247,229,215,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf3ed', endColorstr='#f7e5d7',GradientType=0 ); /* IE6-9 */
}

.bc-price {
  font-size:28px;
  font-family:"Roboto", sans-serif;
  font-weight:800;
  padding-top:6px;
  line-height:35px;
}


a.green-btn {
padding:8px 10px;
font-size:14px;
color:white;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8bb821+0,6e9e00+100 */
background: #8bb821; /* Old browsers */
background: -moz-linear-gradient(top,  #8bb821 0%, #6e9e00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #8bb821 0%,#6e9e00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #8bb821 0%,#6e9e00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bb821', endColorstr='#6e9e00',GradientType=0 ); /* IE6-9 */
border-radius:6px;
box-shadow:0px 3px 0px #639000;
text-shadow:none;
border:none;
transition:0s;
}

a.green-btn:hover {
background:#ef7f1a;
border:none;
box-shadow:0px 3px 0px #c14e0a;
}

.bc-qnt {
  padding-top:6px;
}

.bc-qnt input {
  width:80%;
  height:35px;
  padding:0px 10px;
  line-height:35px;
  border:none;
  outline:none;
  border-radius: 6px;
}

.bc-denom {
  padding-top:20px;
  font-size:13px;
}

.my-slider ul {
  display:inline-block;
  list-style-type:none;
  width:100%;
  height:auto;
}

.my-slider ul li {
  display:inline-block;
  list-style-type:none;
  width:100%;
  height:auto;
}

.unslider-nav {
  display:inline-block;
  width:100%;
  height:auto;
  padding:10px 0px;
}

   .footer-column a {
display:inline-block;
float:left;
padding:6px 0px;
color:#075CA5;
text-decoration:none;
float:left;
width:100%;
height:auto;
clear:left;
transition:.3s;
}

.footer-column a:hover {
font-weight:bold;
text-decoration:underline;
}

.od-page-title {
    height: auto;
    font-size: 22px;
    font-family: "Roboto", sans-serif;
    text-align: left;
    font-weight: 600;
    color: #075CA5;
    padding:20px 0px;
    border-bottom:5px solid #FEDB46;
}

.od-page-title h1 {
    margin:0;
    padding:0;
font-size: 33px;
}

.page-bg, .page {
  background:#fafafa!important;
}

.od-text {
  padding-top:10px;
  padding-right:15px;
  line-height:1.4;
  font-size:100%;
  padding-right:34px;
}

.od-text img {
 max-width:90%;
 float:right;
}

.od-product {
  background:white;
  font-size:14px;
  line-height:1.4;
  padding:0;
}

.od-product-image {
  min-height: 200px;
}

.od-product-content {
  padding:15px 20px;
  padding-right:40px;
  padding-bottom:40px;
}

.od-product-content a {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #075CA5;
}

.od-product-title h2 {
    font-size: 26px;
    font-family: "Roboto", sans-serif;
    text-align: left;
    font-weight: 600;
    color: #075CA5;
}

.od-product-title {
  padding:0px 20px;
}

.od-products {
  background:white;
  box-shadow:0px 0px 20px rgba(0,0,0,0.2);
  margin:10px 10px;
}

.od-page-content{
  position:relative;
  z-index:20;
}

.wrapper-bigger {
  margin-top:-50px;
  position:relative;
  z-index:19
}

.od-portfolio {
  background:url(img/portfolio-bg.jpg) top center no-repeat;
  padding:30px 30px;
  padding-top:60px;

}

.portfolio-item {
  width:20%;
  height:auto;
  display:inline-block;
  float:left;
  padding-right:5px;
  padding-bottom:5px;
}

.portfolio-item img {
  width:100%;
  height:auto;
  min-height:172px;
}

.portfolio-items {
  padding:20px 20px;
}

.portfolio-title {
  padding:20px 10px;
}

.portfolio-title a {
  display: inline-block;
  float:left;
  color:white;
  text-decoration:none;
  border:2px solid white;
  border-radius:50px;
  padding:7px 12px;
  margin-right:8px;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    letter-spacing:1px;
}

.portfolio-title a.pf-active {
  background:white;
  border:2px solid #F08143;
  color:#F08143;
}

.pf-title h3 {
 width:auto;
 height:70px;
 line-height:70px;
font-size: 25px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-weight: 600;
    color: white;
    background:url(img/pf.png) center center no-repeat;
    display:inline-block;
    margin:0 20px;
}
.pf-title h2 {
 width:auto;
 height:70px;
 line-height:70px;
font-size: 25px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-weight: 600;
    color: white;
    background:url(img/pf.png) center center no-repeat;
    display:inline-block;
    margin:0 20px;
}

.pf-block {
  padding-top:16px;
}

.side-banner {
  margin:15px 0px;
}

.side-banner img {
  width:100%;
  height:auto;
}

.od-sidebar {
  padding-left:40px;
}

.know-price {
  background:#e0e0e0 url(img/calc.png) top right no-repeat;
  background-size:50% auto;
  padding:15px 15px;
  border-radius:8px;
    box-shadow:0px 3px 6px rgba(0,0,0,0.2);
    font-size:12px;
}

.know-price b {
  font-size:140%;
 font-family: "Roboto", sans-serif;
 font-weight: 600;
 color:#08508F;
}

.know-price a.callback {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 6px;
    background: white;
    color:#08508F;
    font-weight: 400;
    text-decoration: none;
    box-shadow: 0px 3px 0px #fcc900;
    font-size:15px;
     font-weight: 800;
    font-family: "Roboto", sans-serif;

}


.top-menu ul, .top-menu li {
  list-style-type: none!important;
  display:inline-block;
  float:left;
  margin:0;
  padding:0;
}

.single .billboard-cat p {
  margin:0;
  padding:0;
}

.single .billboard-cat .row {
  border-bottom:1px solid silver;
  padding:10px 0px;
}

.single .billboard-cat p.b-data {
  font-size:110%;
  font-weight:bold;
}

.comments-area, .post-navigation {
  display:none;
}

.b-title {
font-size: 150%;
    padding: 15px 20px;
    font-weight: bold;
    color: #2e7ebc;
    background: #fafafa;
    border: 1px solid #efefef;
    border-radius: 7px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.billboard-image-full img {
    border-radius: 7px;
}

.billboard-item {
    padding:0px 10px 10px 0px;
}

.billboard-inner {
    background: white;
    padding: 10px 10px;
    border: 1px solid #e8e8e8;
    transition:0.3s;
    min-height:330px;
    font-size:14px;
     font-weight: 800;
    font-family: "Roboto", sans-serif;
}

.billboard-inner a {
    font-family: "Roboto", sans-serif;
    text-decoration:none;
    color: #075CA5;
    font-weight:400;
    display:inline-block;
    float:left;
    width:100%;
    height:auto;
}

.billboard-inner h3 a {
    font-family: "Roboto", sans-serif;
    text-decoration:none;
    color: #075CA5;
    font-weight:600;
    font-size:120%;
    margin:10px 0px;
    transition:0.2s;
}
.billboard-inner h2 a {
    font-family: "Roboto", sans-serif;
    text-decoration:none;
    color: #075CA5;
    font-weight:600;
    font-size:120%;
    margin:10px 0px;
    transition:0.2s;
}

.billboard-inner h3 a:hover {
    color: #3586cc;
}
.billboard-inner h2 a:hover {
    color: #3586cc;
}


.billboard-inner p {
    font-family: "Roboto", sans-serif;
    font-weight:300!important;
    margin:0;

}

.billboard-inner:hover {
   border: 1px solid #fbc89a;
   box-shadow:0px 4px 10px rgba(0,0,0,0.2);
}

.billboard-image {
  width:100%;
  height:auto;
  border-radius:7px;  
  max-height:350px; 
}

.billboard-construction {
  margin-top:15px;
}

.billboard-main-info {
    background: rgb(36, 116, 181);
    color:white;
    padding:20px 20px;
    border-radius:6px;
}

.billboard-main-info .row {
    margin-bottom:10px;
    padding:0!important;
    font-size:120%:
}

.billboard-main-info .row h3 {
    margin:0;
    padding:0!important;
}
.billboard-main-info .row h2 {
    margin:0;
    padding:0!important;
}

.b-data-price {
  font-size: 125%;
  font-weight: bold;
  color: #f77318;
}

.billboard-zayavka {
  background: #fde26f;
    padding: 20px 20px;
    border-radius: 7px;
    margin-top: 20px;
    padding-right:50px;

}

.billboard-zayavka h3 {
color: #f36f20;
margin-top:0px;
    border-bottom: 3px solid #c1ae9b;
    padding-bottom: 10px;
}
.billboard-zayavka h2 {
color: #f36f20;
margin-top:0px;
    border-bottom: 3px solid #c1ae9b;
    padding-bottom: 10px;
}
.wpcf7-form-control-wrap {
    display:inline-block;
    float:left;
    width:100%;
    height:auto;
  margin-bottom:15px;
}

.billboard-zayavka .label {
    display:inline-block;
    float:left;
    width:100%;
    height:auto;
  margin-bottom:7px;
      color: #80766e;
      font-size:12px;
}

.wpcf7-form-control-wrap input {
    padding: 7px 10px;
    border-radius: 6px;
    background: #fffaf5;
    border: 1px solid #ded3c8;
    font-size: 16px;
    box-shadow: inset 0px 2px 0px rgba(0,0,0,0.1);
    width:100%;
}

.wpcf7-form-control-wrap select {
    padding: 7px 10px;
    border-radius: 6px;
    background: #fffaf5;
    border: 1px solid #ded3c8;
    font-size: 16px;
    box-shadow: inset 0px 2px 0px rgba(0,0,0,0.1);
    width:100%;
}



.wpcf7-form-control-wrap  textarea {
    padding: 7px 10px;
    border-radius: 6px;
    background: #fffaf5;
    border: 1px solid #ded3c8;
    font-size: 16px;
    box-shadow: inset 0px 2px 0px rgba(0,0,0,0.1);
    width:100%;
    height:80px;
}

input.wpcf7-submit {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 8px;
    background: rgb(247,201,59);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7c93b', endColorstr='#f5ab23',GradientType=0 );
    color: #564543;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0px 3px 0px #fca700;
    font-size: 16px;
    text-transform: uppercase;
    outline: 0;
    border: none;
    font-family: "Roboto", sans-serif;
}

#wow-modal-window-2 input.wpcf7-submit {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 8px;
    background: rgb(247,201,59);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7c93b', endColorstr='#f5ab23',GradientType=0 );
    color: #564543;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0px 3px 0px #fca700;
    font-size: 16px;
    text-transform: uppercase;
    outline: 0;
    border: none;
    font-family: "Roboto", sans-serif;
}

#wow-modal-window-3 input.wpcf7-submit {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 8px;
    background: rgb(247,201,59);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7c93b', endColorstr='#f5ab23',GradientType=0 );
    color: #564543;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0px 3px 0px #fca700;
    font-size: 16px;
    text-transform: uppercase;
    outline: 0;
    border: none;
    font-family: "Roboto", sans-serif;
}

#wow-modal-window-1 {
    background: #1f5784!important;
    color:white;
}
#wow-modal-window-3 {
    background: #1f5784!important;
    color:white;
}

#wow-modal-window-2 {
    background: #1f5784!important;
    color:white;
}

.callback-column {
padding:10px 25px;
}

#wow-modal-window-2 .callback-column {
  text-align:left;
}

.callback-outer {
    font-family: "Roboto", sans-serif;
}

.callback-outer h3 {
color: yellow;
margin-top:20px;
border-bottom: 3px solid rgba(0,0,0,0.2);
padding-bottom: 10px;
font-family: "Roboto", sans-serif;
}
.callback-outer h2 {
color: yellow;
margin-top:20px;
border-bottom: 3px solid rgba(0,0,0,0.2);
padding-bottom: 10px;
font-family: "Roboto", sans-serif;
}
.callback-column input {
    background: #1a4f79;
    border: 2px solid #2c6ea2;
color:white;
outline:none;
}


.callback-column input:focus {
background:white;
color:#1a4f79;
outline:none;
}

.callback-column .wpcf7-radio input {
  border:none!important;
  outline:none!important;
  background:transparent!important;
  box-shadow:none!important;
}

.callback-column label {
    display:inline-block;
    float:left;
    width:100%;
    height:auto;
  margin-bottom:7px;
      color: white;
      font-size:14px;
}

div.wpcf7-mail-sent-ok {
    border: 1px solid #398f14;
display: block;
    background: #5f9013;
    padding: 10px 20px;
    border-radius: 6px;
    float: left;
}


span.wpcf7-list-item {
    display: inline-block;
    margin:0;
    margin-right:1em;
    text-align:left;
}

.inner-column {
  padding-left:0;
}

.testimonial_rotator.template-longform .slide {
    width: 50%;
    height: auto;
    text-align: center;
    position:relative!important;
    display:inline-block!important;
    float:left!important;
    clear:initial!important;
}


.fb_iframe_widget {
display:none;
}


.skidka30 .callback-column input {
    background: rgba(0, 0, 0, 0.14);
    border: 2px solid #efbb27;
    color: white;
    outline: none;
}


.skidka30 input.wpcf7-submit {
    background: rgb(255, 252, 242);
}

.mobileonly {
    display:none;
}

.mobile-menu {
    display:none;
}






.news-row form .col-6:nth-child(2) {
 padding-right: 20px;
}




@media (max-width: 599px) and (min-width: 200px)  {

.wrapper {
  width:100%;
  }

.mobileonly {
    display:inline-block;
}

.s30text {
    text-align:center;
    padding:20px 20px;
    font-family:roboto;
    color:black;
}

.news-column  {
  width:100%;
  margin-bottom:25px;
}

.right {
  width:100%;
  padding-top:0;
}



.products-row {
    background: white url(img/products-bg.png) bottom center no-repeat;
    background-size: 100% auto;
    z-index: 21;
        padding-bottom: 170px;
}

.whyus {
    padding: 30px 0px;
    background: url(img/why-bg.png) center center no-repeat;
    background-size:cover;
    margin-top: 0px;
}

.why-column {
  width:100%;
  margin-bottom:20px;
}

.mission .column {
  width:100%;
  margin-bottom:20px;
}

.full-title-line {
    height: auto;
    min-height: 70px;
    line-height: 1.3;
    padding-top:17px;
}

.cta-block .wrapper .teaser img {
    position: relative;
    z-index: 50;
    width:100%;
    height:auto;
}

.slider1, .features {
  width:100%;
}

.features {
padding:10px 20px;
}

.my-slider ul li div {
  height: 170px;
}

.comment-container {
  width: 100%;
}

.comment-container .frame .comment {
    float: initial;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 4px #d6d8e2;
    margin-left: 0;
    font-size: 12px;
    padding: 20px 20px;
    line-height: 16pt;
}

.comment-container .frame .user {
    width: 100px;
    float: initial;
    clear: both;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    margin-bottom:10px;
}

.footer-column {
  width:100%;
  padding:20px 20px;
  text-align:left!important;
}

.right p a {
    font-size: 16px;
}

.product-menu a {
    width: 100%;
    display: inline-block;
    padding: 14px 27px;
    color: black;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-weight: 600;
    margin: 0;
    text-decoration: none;
    background: rgb(254,255,255);
    background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(210,235,249,1) 100%);
    background: -webkit-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%);
    background: linear-gradient(to bottom, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9',GradientType=0 );
    margin-top: 0;
    border: 1px solid rgba(210,235,249,1);
    border-radius: 0!important;
}
.button-vak a {
    width: 100%;
    display: inline-block;
    padding: 14px 27px;
    color: white;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-weight: 600;
    margin: 0;
    text-decoration: none;
    background: rgb(254,255,255);
    background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(210,235,249,1) 100%);
    background: -webkit-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%);
    background: linear-gradient(to bottom, rgb(66, 147, 201) 0%,rgb(7, 92, 165) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9',GradientType=0 );
    margin-top: 0;
    border: 1px solid rgba(210,235,249,1);
    border-radius: 0!important;
}

.hc-part {

  width:75%;
  text-align:left;
}

.hc-phone-top {
  width:30%;
font-size: 12px;
  text-align:right;
}

.hc-callback {
display:none;
}

.hc-rezhim {
display:none;
}

.main-logo {

  width:37%;
margin-left: 5px;
}

.hc-phone-top b {
    font-size: 16px;
}


.mobile-hidden {
  display: none;
}

.main-logo img {
  width:100%!important;
  max-width: 200px!important;
  height:auto;
}

.header {
    padding: 10px 10px;
}
.header-top {
    padding: 0px 0px;
}

.top-menu ul, .top-menu li {
    list-style-type: none!important;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height:auto;
    overflow:hidden;
}

.top-menu a {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-bottom:1px solid rgba(0,0,0,0.3);
}

.top-menu {
    height: auto;
    border-radius: 0 0 6px 6px;
    margin-top: 3px;
    display:none;    
}

.menu .wrapper {
    height: auto;
    padding:10px 10px;
}

.menu {
    margin-top: -20px;
    position: relative;
    z-index: 25;
    height: auto;
}

.od-page-text {
  width:100%;
  padding:5px 10px;
}

.od-sidebar {
  width:100%;
    padding:5px 40px;
}

.content-block .col-6 {
  width:100%;
  padding:0px 0px!important;
}

.phone-column {
  width:100%!important;
}

.od-text {
  width:100%;
}

.od-products {
    background: white;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    margin:0;
}

.od-product  {
  width:100%;
}

.wrapper-bigger {
    width:100%;
}

.portfolio-title  {
  display:none;
}

.portfolio-item img {
    width: 100%;
    height: auto;
    min-height: auto;
}

.portfolio-item {
    width: 50%;
    height: auto;
    display: inline-block;
    float: left;
    padding-right: 5px;
    padding-bottom: 5px;
}

.od-portfolio {
    background: url(img/portfolio-bg.jpg) top center no-repeat;
    background-size: cover;
    padding: 10px 10px;
    padding-top: 42px;
}

.wrapper-bigger {
    margin-top: 0;
    position: relative;
    z-index: 40;
}

.content-block img {
  max-width:100%;
  height:auto;
}

.news-content  {
  width:100%;
}

.billboard-item  {
  width:100%;
}

.billboard-zayavka {
  /** display: none; **/
}

.callback-column {
  width:100%;
}

.od-dopinfo img {
  max-width:100%;
}

.outer-dopinfo {
  width:100%;
}

.teaser {
    background:#ffca00;
}

.teaser .col-6 {
  width:100%;
}

.teaser .skidka30 {
  padding:10px 10px!important;
}

.desktoponly {
    display:none!important;
}

.mobile-menu {
    display:inline-block;
    height: auto;
    font-family:roboto;
    color:white;
    text-align:Center;
    background: rgb(66, 147, 201);
    position: relative;
    z-index: 50;
    padding: 12px 0px;
    font-size:120%;
    font-weight: 600;
    text-decoration: none;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 0px #033f72;
}

.reklama-full .col-6 {
 width:100%!important;
height: auto!important;
    padding-bottom: 30px;
}

.reklama-full {
padding:0 10px;
}

.reklama-full .features {
    padding: 0;
    margin: 0;
}

.reklama-full p {
    font-size: 18px;
}

.reklama-full a {
    font-size: 26px;
}

.reklama-full .feature {
    height: auto;
    padding-bottom: 30px;
}
 
.reklama-full .feature1 {
    height: 170px;
    padding-bottom: 30px;
}

.full-title-line h1 {
  margin:0;
font-size:20px;
}

.full-title-line h2 {
  margin:0;
font-size:20px;
}

.wrapper .news-block {
margin-top:30px;
}

}