#feedback-form {
  max-width: 1100px;
  padding: 5%;
  border-radius: 3px;
  background: #f1f1f1;
}
#feedback-form [required] {
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0 10px 0px;
    padding: 10px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    box-shadow: 0 1px 2px -1px rgba(0,0,0,.2) inset, 0 0 transparent;
	
}
#feedback-form [required]:hover {
  border-color: #7eb4ea;
  box-shadow: 0 1px 2px -1px rgba(0,0,0,.2) inset, 0 0 transparent;
}
#feedback-form [required]:focus {
  outline: none;
  border-color: #7eb4ea;
  box-shadow: 0 1px 2px -1px rgba(0,0,0,.2) inset, 0 0 4px rgba(35,146,243,.5);
  transition: .2s linear;
}
#feedback-form [type="submit"] {
  padding: 4%;
  border: none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset;
  background: #523337;
  color: #fff;
  width: 50%;
}
#feedback-form [type="submit"]:hover {
  background: #ce7777;
}
#feedback-form [type="submit"]:focus {
  box-shadow: 0 1px 1px #fff, inset 0 1px 2px rgba(0,0,0,.8), inset 0 -1px 0 rgba(0,0,0,.05);
}
p.dline {
    line-height: 0.9em;
   }
.contentbutton-12 .appeared .appeared-1 {
    color: #FFF !important;
    display: block;
    font-family: "Arial", "Tahoma";
    font-size: 9px !important;
    font-weight: bold !important;
    line-height: 12px !important;
    padding: 10px 10px 7px !important;
    position: relative !important;
    text-transform: uppercase !important;
    text-align: center !important;
    text-shadow: 0 -1px 0 #b14665 !important;
    z-index: 2 !important;
}
@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

body,
html {
    height: 100%;
}

img,
fieldset,
a img {
    border: none;
}

input[type="submit"],
button {
    cursor: pointer;
}

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

textarea {
    overflow: auto;
}

input,
button {
    margin: 0;
    padding: 0;
    border: 0;
}

div,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
    outline: none;
}

ul,
ol {
    list-style-type: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}



@font-face {
    font-family: "RobotoBold";
    src: url("http://kostromanerud.com/wp-content/themes/index/fonts/roboto-bold.eot");
    src: url("http://kostromanerud.com/wp-content/themes/index/fonts/roboto-bold.eot?#iefix") format("embedded-opentype"), url("http://kostromanerud.com/wp-content/themes/index/fonts/roboto-bold.woff") format("woff"), url("http://kostromanerud.com/wp-content/themes/index/fonts/roboto-bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "RobotoMedium";
    src: url("http://kostromanerud.com/wp-content/themes/index/fonts/roboto-medium.eot");
    src: url("http://kostromanerud.com/wp-content/themes/index/fonts/roboto-medium.eot?#iefix") format("embedded-opentype"), url("http://kostromanerud.com/wp-content/themes/index/fonts/roboto-medium.woff") format("woff"), url("http://kostromanerud.com/wp-content/themes/index/fonts/roboto-medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "icomoon";
    src: url("http://kostromanerud.com/wp-content/themes/index/fonts/icomoon.eot?k1lucb");
    src: url("http://kostromanerud.com/wp-content/themes/index/fonts/icomoon.eot?#iefixk1lucb") format("embedded-opentype"), url("http://kostromanerud.com/wp-content/themes/index/fonts/icomoon.woff?k1lucb") format("woff"), url("http://kostromanerud.com/wp-content/themes/index/fonts/icomoon.ttf?k1lucb") format("truetype"), url("http://kostromanerud.com/wp-content/themes/index/fonts/icomoon.svg?k1lucb#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
    content: "";
}

html {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Roboto", sans-serif;
    line-height: 1;
    background: url("http://kostromanerud.com/img/backgrb.jpg") repeat;
}

@media only screen and (max-width: 480px) {
    body {
        background: #f0f0f0;
    }
}

a {
    text-decoration: none;
    transition: color 0.2s ease-in;
}

.wrapper {
    max-width: 976px;
    min-width: 320px;
    margin: 0 auto;
}

.block-liders {
    margin-bottom: 40px;
    padding: 43px 30px 20px;
    background: #fff;
}

.block {
    margin-bottom: 40px;
    padding: 43px 30px 20px;
    /* background: #fff; */
    
    background: transparent;
}

.block .title a,
.block .open a,
.block a {
    color: black!important;
}

.block p a {
    text-decoration: underline;
}

.title {
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    margin-bottom: 45px;
    text-align: center;
    color: #2f2f2f;
}

.title h1 {
    font-size: 34px;
    margin-bottom: 30px;
    color: #2f2f2f;
}

.title h2 {
    font-size: 32px;
    margin: 30px 0 25px;
    color: #2f2f2f;
}

.title h3 {
    font-size: 32px;
    margin: 30px 0 25px;
    color: #2f2f2f;
}

.title h4 {
    font-family: "RobotoBold", sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 30px 0 20px;
    color: #2f2f2f;
}

.inner-page .title {
    text-align: left;
    margin-bottom: 0;
}

@media only screen and (max-width: 960px) {
    .inner-page .title {
        padding-left: 10px;
    }
}

.content-list {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    margin: 15px 0 15px 15px;
    color: #2f2f2f;
}

.content-list li {
    list-style: disc;
    margin-bottom: 10px;
    line-height: 1.2em;
}

.button {
    font-family: "RobotoMedium", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
	border-radius: 5px;
    background: #ED8235;
    transition: background 0.2s ease-out;
}
.button2 {
    font-size: 14px;
    background: none;
   
}

.button:hover {
    background: #4BA087;
}

.button:active {
    background: #108f43;
}

.city-input {
    color: #d14a00!important;
}

.link {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    position: relative;
    display: inline-block;
    height: 44px;
    padding: 0 20px 0 64px;
    line-height: 44px;
    color: #fff;
    background: #ED8235;
    transition: background 0.2s ease-out;
}

.link:hover {
    background: #4BA087;
}

.link:hover:before {
    background: #129147 url("http://kostromanerud.com/wp-content/themes/index/img/arr.png") center center no-repeat;
}

.link:active {
    background: #108f43;
}

.link:active:before {
    background: #127d3f url("http://kostromanerud.com/wp-content/themes/index/img/arr.png") center center no-repeat;
}

.link:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 44px;
    height: 44px;
    color: #fff;
    background: #bc4200 url("http://kostromanerud.com/wp-content/themes/index/img/arr.png") center center no-repeat;
}

.breadcrumbs {
	margin-top: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 960px) {
    .breadcrumbs {
        text-align: center;
    }
}

.breadcrumbs li {
    font-size: 12px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 2px;
    padding-right: 5px;
    padding-left: 4px;
    line-height: 1.2em;
}

.breadcrumbs li:after {
    content: "/";
    position: absolute;
    right: -3px;
    color: #7d7d7d;
}

.breadcrumbs li:last-child:after {
    content: "";
}

.breadcrumbs li a {
    color: #d34900;
    border-bottom: solid 1px #e4b9a5;
}

.breadcrumbs li a:hover {
    color: #fb5700;
    border-bottom: solid 1px #f6967b;
}

.breadcrumbs span {
    font-size: 12px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 2px;
    padding-right: 5px;
    line-height: 1.2em;
}

.breadcrumbs span:after {
    content: "/";
    position: absolute;
    right: -3px;
    color: #7d7d7d;
}

.breadcrumbs span:last-child:after {
    content: "";
}

.breadcrumbs span a {
    color: #d34900;
    border-bottom: solid 1px #e4b9a5;
}

.breadcrumbs span a:hover {
    color: #fb5700;
    border-bottom: solid 1px #f6967b;
}

.text-block {
    margin: 20px 0 0;
    padding-bottom: 20px;
}

@media only screen and (max-width: 960px) {
    .text-block {
        padding: 0 10px 20px;
    }
}

.text-block p,
.blok-tovar.right p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 28px;
    color: #2f2f2f;
    text-align: justify;
}

.text-block a {
    color: #d34900;
    border-bottom: solid 1px #e4b9a5;
}

.text-block a:hover {
    color: #fb5700;
    border-bottom: solid 1px #f6967b;
}

.inner {
    margin-bottom: 55px;
    box-shadow: 0 0 300px -10px rgba(190, 190, 190, 0.2);
}

@media only screen and (max-width: 480px) {
    .inner {
        background: #f0f0f0;
    }
}

@media only screen and (max-width: 960px) {
    .inner .wrapper {
        max-width: 956px;
        min-width: 300px;
        padding: 0 10px;
    }
}

.inner-i {
    padding: 60px 0 50px;
    box-shadow: 0 0 45px -20px rgba(0, 0, 0, 0.9);
}

@media only screen and (max-width: 640px) {
    .inner-i {
        padding: 30px 0 30px;
    }
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal {
    visibility: hidden;
    top: 100px;
    left: 50%;
    width: 400px;
    margin-left: -240px;
    padding: 40px 0 0 0;
    position: absolute;
    z-index: 101;
    background: url("http://kostromanerud.com/img/backgrb.jpg") repeat;
}

@media only screen and (max-width: 640px) {
    .reveal-modal {
        margin-left: -200px;
    }
}

@media only screen and (max-width: 480px) {
    .reveal-modal {
        width: 300px;
        margin-left: -150px;
    }
}

.reveal-modal.small {
    width: 200px;
    margin-left: -140px;
}

.reveal-modal.medium {
    width: 400px;
    margin-left: -240px;
}

.reveal-modal.large {
    width: 600px;
    margin-left: -340px;
}

.reveal-modal.xlarge {
    width: 800px;
    margin-left: -440px;
}

.reveal-modal .close-reveal-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url("http://kostromanerud.com/wp-content/themes/index/img/close.png") no-repeat;
}

.modal-form {
    width: 300px;
    margin: 0 auto;
}

@media only screen and (max-width: 480px) {
    .modal-form {
        width: 260px;
    }
}

.form-input {
    font-family: "RobotoMedium", sans-serif;
    font-size: 13px;
    width: 268px;
    height: 48px;
    margin-bottom: 10px;
    padding: 0 15px;
    color: #bbb;
    border: solid 1px #cacaca;
    background: #fff;
}

@media only screen and (max-width: 480px) {
    .form-input {
        width: 230px;
    }
}

.form-btn {
    font-family: "RobotoMedium", sans-serif;
    font-size: 13px;
    width: 100%;
    height: 50px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #fff;
    background: #d14a00;
    transition: background 0.2s ease-out;
}

.form-btn:hover {
    background: #4BA087;
}

.form-btn:active {
    background: #108f43;
}

.modal-title {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center;
    color: #2f2f2f;
}

@media only screen and (max-width: 640px) {
    .top-bl {
        position: relative;
        height: 210px;
    }
}

.top {
    padding: 11px 0;
    background: #fff;
}

.top .wrapper {
    padding: 0 10px;
}

.top .wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

@media only screen and (max-width: 640px) {
    .top {
      position: absolute;
        top: 150px;
        width: 100%;
        height: 60px;
        padding: 0 0;
    }
    .top .wrapper {
        padding: 0 0;
    }
}

.navico {
    display: none;
	width: 20%;
	height: 43px;
	padding-top: 17px;
	text-align: center;
	color: #fff;
	background: #ffb200;
}

.navico .icon-menu {
    font-size: 25px;
}

@media only screen and (max-width: 640px) {
    .navico {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
    }
	footer .navico {
		width: 33.33%;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
	}
}

.nav {
    float: left;
    margin-top: 12px;
    margin-left: -20px;
}

.nav:after {
    content: " ";
    display: table;
    clear: both;
}

.nav li {
    font-family: "RobotoMedium", sans-serif;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    text-transform: uppercase;
    position: relative;
}

.nav li a {
    color: #1f1e1e;
}

.nav li a:hover {
    color: #d14a00;
}

@media only screen and (max-width: 960px) {
    .nav {
        float: none;
        text-align: center;
    }
}

@media only screen and (max-width: 800px) {
    .nav {
        margin-left: -10px;
    }
    .nav li {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .nav {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        float: none;
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        padding: 5px 0;
        text-align: left;
        z-index: 1000;
        background: #fff;
    }
    .nav li {
        display: block;
        padding: 10px 0;
        margin-left: 0;
        border-bottom: solid 1px #ddd;
    }
    .nav li:last-child {
        border-bottom: 0;
    }
    .nav li a {
        display: block;
        padding-left: 10px;
    }
}



.header {
    padding: 35px 0px 20px 0;
}

.header:after {
    content: " ";
    display: table;
    clear: both;
}

@media only screen and (max-width: 960px) {
    .header {
        padding: 30px 10px;
    }
}

.logo {
    float: left;
    width: 215px;
    height: 56px;
    margin-top: -10px;
}

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

    .info {
   
    margin-right: 20px;
    
}
}

@media only screen and (max-width: 640px){
.logo {
    position: absolute;
    top: 11px;
    left: 0;
    right: 79px;
    float: none;
    margin: 0 auto;
}
}
.header-r {
    float: right;
}

.header-contacts {
    float: right;
}

.header-contacts .tel {
    margin-bottom: 10px;
}

.header-contacts .tel a {
    font-family: "RobotoMedium", sans-serif;
    font-size: 18px;
    display: block;
    margin-bottom: 4px;
    color: #2f2f2f;
}

.header-contacts .tel a span,
.phone-snip span {
    color: #4BA087;
}

.header-contacts .tel a.tel_1 {
    line-height: 24px;
    padding-left: 35px;
    background: url("http://kostromanerud.com/wp-content/themes/index/img/tel.png") top left no-repeat;
}

@media only screen and (max-width:640px) {
	.header-contacts .tel a.tel_1 {
		background: none;
		padding: 0;
		white-space: nowrap;
	}
}

.header-contacts .tel a.tel_2 {
	padding-left: 35px;
}

@media only screen and (max-width:480px) {
	.header-contacts .tel a.tel_2 {
		display: none;
	}
}

.header-contacts .tel a.tel_3 {
	padding-left: 35px;
}

@media only screen and (max-width:480px) {
	.header-contacts .tel a.tel_3 {
		display: none;
	}
}

@media only screen and (max-width:640px) {
	.header-contacts .tel {
		top: 80px;
		position: absolute;
		left: 50%;
		margin-left: -75px;
	}
}

.phone-snip {
    color: black!important;
    font-family: "RobotoBold", sans-serif;
}

.header-contacts .mail {
    font-family: "RobotoMedium", sans-serif;
    font-size: 12px;
    display: block;
    padding-left: 36px;
    line-height: 25px;
    color: #d34900;
    background: url("http://kostromanerud.com/wp-content/themes/index/img/mail.png") left no-repeat;
}

.header-contacts .mail:hover {
    color: #fb5700;
}

@media only screen and (max-width: 640px) {
    .header-contacts .mail {
        display: block;
        top: 109px;
        position: absolute;
        left: 50%;
        margin-left: -103px;
        background: none;
    }
}

.info {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    float: left;
    margin-right: 50px;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
}

@media only screen and (max-width: 800px) {
    .info {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .info {
        display: none;
    }
}

.info li {
    margin-bottom: 10px;
    padding-left: 30px;
}

.info__callback {
    background: url("http://kostromanerud.com/wp-content/themes/index/img/callback.png") left no-repeat;
}

.info__price {
    background: url("http://kostromanerud.com/wp-content/themes/index/img/download.png") left no-repeat;
}

.info__calc {
    background: url("http://kostromanerud.com/wp-content/themes/index/img/calc.png") left no-repeat;
}

.info a,
.info span {
    cursor: pointer;
    line-height: 17px;
    color: #d34900;
    border-bottom: solid 1px #e4b9a5;
}

.info a:hover,
.info span:hover {
    color: #fb5700;
    border-bottom: solid 1px #f6967b;
}

.bottom {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 11px 0;
    background: #fff;
}

.bottom:after {
    content: " ";
    display: table;
    clear: both;
}

.bottom .wrapper {
    position: relative;
}

@media only screen and (max-width: 640px) {
    .bottom {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 60px;
        padding: 0 0;
    }
    .bottom .wrapper {
        padding: 0 0;
    }
}

.footer {
    position: relative;
    margin-top: 60px;
    padding: 105px 0 15px;
    background: url("http://kostromanerud.com/img/backgr.jpg") repeat;
}

.footer-wrapper {
    position: relative;
    max-width: 976px;
    min-width: 320px;
    margin: 0 auto;
}

@media only screen and (max-width: 960px) {
    .footer-wrapper {
        max-width: 956px;
        min-width: 300px;
        padding: 50px 10px;
    }
}

.f-nav {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    margin-right: 40px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 960px) {
    .f-nav {
        margin: 0;
        width: 148px;
    }
}

.f-nav__title {
    font-family: "RobotoMedium", sans-serif;
    font-size: 11px;
    margin-bottom: 14px;
    text-transform: uppercase;
    color: #fff;
}

.f-nav__title a {
    color: #fff;
}

.f-nav__list li {
    margin-bottom: 6px;
}

.f-nav__list li a {
    font-size: 11px;
    color: #c6b5a8;
}

.f-nav__list li a:hover {
    color: #fff;
}

.copy {
       position: relative;
    text-align: center;
}

.copy .copy-i {
    font-size: 10px;
    margin-bottom: 20px;
    color: #fff;
}

@media only screen and (max-width: 960px) {
    .copy {
            position: relative;
    text-align: center;
    }
}

.s-counter {
    display: inline-block;
    vertical-align: bottom;
}

.dev {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 45px;
}

@media only screen and (max-width: 960px) {
    .dev {
        margin-left: 25px;
    }
}

.tel_b{display:none;font-size:0;line-height:24px;height:60px;background:url(http://kostromanerud.com/wp-content/themes/index/img/tel.png) center center no-repeat}

@media only screen and (max-width:640px){
	.tel_b{display:block;position:absolute;left:30.33%;width:33.33%;top:0}}

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}
/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(http://kostromanerud.com/wp-content/themes/index/img/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: 0.85em;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(http://kostromanerud.com/wp-content/themes/index/img/slider.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(http://kostromanerud.com/wp-content/themes/index/img/slider.png) no-repeat -17px 0;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.bx-prev,
.bx-next {
    position: absolute;
    font-size: 0;
    width: 16px;
    height: 24px;
    text-align: center;
}

.bx-prev {
    left: -45px;
    background: url(http://kostromanerud.com/wp-content/themes/index/img/slider.png) no-repeat 0 0;
}

.bx-prev:hover {
    background: url(http://kostromanerud.com/wp-content/themes/index/img/slider.png) no-repeat 0 -25px;
}

@media only screen and (max-width: 1065px) {
    .bx-prev {
        left: 10px;
    }
}

.bx-next {
    right: -45px;
    background: url(http://kostromanerud.com/wp-content/themes/index/img/slider.png) no-repeat -17px 0;
}

.bx-next:hover {
    background: url(http://kostromanerud.com/wp-content/themes/index/img/slider.png) no-repeat -17px -25px;
}

@media only screen and (max-width: 1065px) {
    .bx-next {
        right: 10px;
    }
}

.slider-nav {
    position: absolute;
    top: 47%;
    width: 100%;
}

@media only screen and (max-width: 480px) {
    .slider-nav {
        top: 45%;
    }
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(http://kostromanerud.com/wp-content/themes/index/img/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(http://kostromanerud.com/wp-content/themes/index/img/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 \9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: 0.85em;
    padding: 10px;
}

.slider-bl {
    position: relative;
}

.slider li a {
    position: relative;
    display: block;
}

.slider li img {
    max-height: 295px;
    float: right;
}

.slider__info {
    position: absolute;
    top: 100px;
    left: 70px;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    color: #fff;
}

.slider__info span {
    font-size: 40px;
    display: block;
}
.slider-bl .slider__info {
    top: 0;
    left: 0;
}
.slider-bl .banner-i {
    padding-left: 38px;
}

@media only screen and (max-width: 800px) {
    .slider__info {
        top: 40px;
        left: 0;
        right: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 640px) {
    .slider__info {
        font-size: 30px;
    }
    .slider__info span {
        font-size: 35px;
    }
}

@media only screen and (max-width: 480px) {
    .slider__info {
        font-size: 28px;
        top: 25px;
    }
    .slider__info span {
        font-size: 30px;
    }
}

@media only screen and (max-width: 375px) {
    .slider__info {
        font-size: 23px;
        top: 20px;
    }
    .slider__info span {
        font-size: 28px;
    }
}

.sections-bl {
    margin-bottom: 40px;
    border-top: solid 5px #4BA087;
    background: #fff;
}

@media only screen and (max-width:480px) {
	.sections-bl {
		display: none;
	}

	.sections-bl.fixed {
		display: block;
		position: absolute;
		top: -20px;
		z-index: 9;
		left: 0;
		border-color: #fff;
		-webkit-box-shadow: 0 11px 12px 2px rgba(165,165,165,.63);
		box-shadow: 0 11px 12px 2px rgba(165,165,165,.63);
	}

	.sections-bl.fixed>.sections {
		background-color: #fff;
	}
}

.sections {
    margin-left: -12px;
    text-align: center;
}

.sections > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 105px;
    min-height: 130px;
    margin-left: 12px;
}

.sections > li:hover {
    cursor: pointer;
}

.sections > li:hover .sub-sections {
    display: block;
}

.sections > li > a {
    font-family: "RobotoBold", sans-serif;
    font-size: 12px;
    display: block;
    padding-top: 10px;
    padding-bottom: 15px;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #1f1e1e;
}

.sections > li > a:hover {
    color: #f85800;
}

.sections > li > a img {
    display: block;
    margin-bottom: 5px;
}

.sub-sections {
    display: none;
    position: absolute;
    top: 130px;
    left: -50px;
    width: 210px;
    z-index: 100;
    background: #fff;
}

.sub-sections:hover {
    display: block;
}

.sub-sections:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(243, 243, 243, 0);
    border-bottom-color: #f3f3f3;
    border-width: 10px;
    margin-left: -10px;
}

.sub-sections li {
    display: block;
    border-bottom: solid 1px #e3e3e3;
}

.sub-sections li:last-child {
    border-bottom: 0;
}

.sub-sections li a {
    font-family: "RobotoBold", sans-serif;
    font-size: 12px;
    display: block;
    padding: 12px 0 13px;
    text-transform: uppercase;
    color: #1f1e1e;
}

.sub-sections li a:hover {
    color: #f85800;
}

.catalog {
    margin-left: -15px;
    text-align: center;
}

.catalog li {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    margin-bottom: 25px;
}

.catalog li a {
    display: block;
}

.catalog li a:hover .catalog__title {
    color: #fb5700;
    border-bottom: solid 1px #f6967b;
}

.catalog__img {
    display: block;
    max-width: 214px;
    max-height: 214px;
    margin-bottom: 18px;
    margin: 10px auto;
}

.catalog__title {
    font-family: "RobotoMedium", sans-serif;
    font-size: 15px;
    transition: color 0.2s ease-in;
    color: #d34900;
    border-bottom: solid 1px #e4b9a5;
    margin-bottom: 10px;
}

.catalog__price {
    font-family: "RobotoBold", sans-serif;
    font-size: 20px;
    margin-top: 8px;
    color: #2f2f2f;
}

.catalog .title {
    margin-bottom: 10px;
}

.catalog .title h3 {
    text-align: left;
    font-size: 22px;
    border-bottom: solid 1px #e4b9a5;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.map-bl {
    margin-bottom: 40px;
}

.map {
    width: 100%;
    height: 470px;
}

/*@media only screen and (max-width: 480px) {
    .map {
        height: 200px;
    }
}*/

.action {
    position: relative;
    width: 100%;
    min-height: 300px;
    margin-bottom: 60px;
    box-shadow: 0 17px 10px -10px rgba(150, 150, 150, 0.5);
}

.action-l {
    width: 573px;
    min-height: 300px;
    background: url("http://kostromanerud.com/wp-content/themes/index/img/abg-tr.png") no-repeat;
}

@media only screen and (max-width: 700px) {
    .action-l {
        width: 100%;
        background: url("http://kostromanerud.com/wp-content/themes/index/img/abg.png") repeat;
    }
}

.action-in {
    padding-left: 38px;
    padding-top: 34px;
    width: 370px;
}

@media only screen and (max-width: 480px) {
    .action-in {
        width: 300px;
        padding-top: 24px;
        padding-left: 10px;
    }
}

.action__title {
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    margin-bottom: 15px;
    color: #fff;
}

.action__title span {
    font-size: 36px;
    display: block;
}

@media only screen and (max-width: 375px) {
    .action__title {
        font-size: 28px;
    }
    .action__title span {
        font-size: 34px;
    }
}

.action__info {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 20px;
    color: #d9d9d9;
}

.link--action {
    font-family: "RobotoMedium", sans-serif;
}

.action-r {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    z-index: -1;
}

.action-r img {
    max-height: 300px;
}

@media only screen and (max-width: 700px) {
    .action-r {
        display: none;
    }
}

.benefits {
    margin-left: -115px;
    text-align: center;
}

.benefits li {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    margin-bottom: 65px;
    margin-left: 115px;
}

.benefits__title {
    font-family: "RobotoBold", sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
    color: #2f2f2f;
}

.benefits__info {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 20px;
    color: #2f2f2f;
}

.benefits__link {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    color: #7d7d7d;
}

.benefits__link:hover {
    color: #fb5700;
}

.about:after {
    content: " ";
    display: table;
    clear: both;
}

.about p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 20px;
    color: #2f2f2f;
}

.about a {
    color: #d34900;
    border-bottom: solid 1px #e4b9a5;
}

.about a:hover {
    color: #fb5700;
    border-bottom: solid 1px #f6967b;
}

.about__img {
    width: 46%;
    float: left;
}

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

@media only screen and (max-width: 640px) {
    .about__img {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
}

.about__except {
    float: right;
    width: 46%;
}

@media only screen and (max-width: 640px) {
    .about__except {
        float: none;
        width: 100%;
    }
}

.about .subtitle {
    font-family: "RobotoBold", sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
    color: #2f2f2f;
}

.reviews {
    margin-left: -4%;
    text-align: center;
}

.reviews li {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-left: 4%;
    margin-bottom: 50px;
    padding-top: 55px;
    text-align: left;
    background: url("http://kostromanerud.com/wp-content/themes/index/img/quotes.png") top left no-repeat;
}

@media only screen and (max-width: 480px) {
    .reviews li {
        display: block;
        width: 260px;
        margin: 0 auto 30px;
    }
}

.reviews__text {
    font-size: 14px;
    line-height: 20px;
    color: #2f2f2f;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    /*background: rgb(224, 226, 228);*/
    
    background: rgba(225, 225, 230, 0.23);
    padding: 30px;
}

@media only screen and (max-width: 480px) {
    .reviews__text {
        font-size: 11px;
        line-height: 16px;
        padding: 15px;
        height: 100%;
    }
    .reviews__text img {
        width: 70px;
    }
}

.reviews__author {
    font-family: "RobotoBold", sans-serif;
    font-size: 14px;
    margin-top: 20px;
    line-height: 20px;
    color: #2f2f2f;
}

.reviews__author span {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    display: block;
    color: #7d7d7d;
}

.link--reviews {
    display: block;
    width: 80px;
    margin: 0 auto;
    box-shadow: 0 9px 8px -6px rgba(150, 150, 150, 0.5);
}

.price {
    width: 100%;
    margin: 40px 0;
}

.price tr th {
    font-family: "RobotoMedium", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    padding: 20px 20px;
    text-align: left;
    color: #fff;
    background: #4BA087;
}

.price th.th_l {
    text-align: center;

}

@media only screen and (max-width: 640px) {
    .price tr th {
        padding: 20px 10px;
    }
}

body.page-template-inner .price tr td {
    font-family: "RobotoMedium", sans-serif;
    font-size: 14px;
    /* padding: 4px 20px;*/
    
    padding: 20px;
    color: #2f2f2f;
    border-bottom: solid 1px #ced8db;
}

body.page-template-default .price tr td {
    font-family: "RobotoMedium", sans-serif;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    color: #2f2f2f;
    border-bottom: solid 1px #ced8db;
}

.price tr td.td-title {
    padding: 25px 20px;
    text-align: center;
}

@media only screen and (max-width: 640px) {
    .price tr td {
        width: 65%;
    }
}

@media only screen and (max-width: 375px) {
    .price tr td {
        width: 60%;
    }
}

.price tr td span {
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    color: #d34900;
    border-bottom: dashed 1px #e4b9a5;
}

.price tr td span:hover {
    color: #fb5700;
    border-bottom: dashed 1px #f6967b;
}

@media only screen and (max-width: 640px) {
    .th_l {
        display: none;
    }
}

.tdesk {
    font-style: normal;
}

@media only screen and (max-width: 640px) {
    .tdesk {
        display: none;
    }
}

.tmob {
    font-style: normal;
    display: none;
}

@media only screen and (max-width: 640px) {
    .tmob {
        display: block;
    }
}

.banner {
    width: 100%;
    height: 300px;
    margin: 30px 0;
}

.banner-i {
    width: 100%;
    height: 300px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 50px;
}

@media only screen and (max-width: 480px) {
    .banner-i {
        padding-left: 20px;
    }
}

.calc-price {
    font-size: 14px;
    display: block;
    width: 428px;
    height: 66px;
    margin: 0 auto;
    padding: 0 10px;
    line-height: 18px;
    text-transform: none;
    box-shadow: 0 9px 8px -6px rgba(150, 150, 150, 0.5);
}

@media only screen and (max-width: 480px) {
    .calc-price {
        width: 260px!important;
    }
}

.error-404 {
    margin: 70px 0 80px;
}
.action-block {
    background: black;
}

.action-block-in {
    padding-left: 38px;
    padding-top: 34px;
    float: left;
    width: 60%;
}

.action-block-out {
    float: left;
    padding-left: 38px;
    padding-top: 34px;
}

.action-new {
    position: relative;
    width: 100%;
    min-height: 125px;
    margin-bottom: 60px;
    background: black;
}

@media only screen and (max-width: 960px) {
    .error-404 {
        padding: 0 10px;
    }
    .action-block {
      padding: 10px;
    }
    .action-block-in {
    padding-left: 0;
    float: none; 
    width: 100%;
    text-align: center;
    }
    .action-block-out {
      float: none;
      text-align: center;
      padding: 0 0 24px 0; 
    }

}

@media only screen and (max-width: 640px) {
    .error-404 {
        margin: 60px 0;
    }

}

.error-404 .error_img {
    display: inline-block;
    vertical-align: top;
}

.error-404 .error_img img {
    max-width: 100%;
}

@media only screen and (max-width: 640px) {
    .error-404 .error_img {
        display: block;
        margin-bottom: 15px;
        text-align: center;
    }
}

.error-404 .error_txt {
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    display: inline-block;
    vertical-align: top;
    width: 275px;
    margin-left: 30px;
    color: #2f2f2f;
}

@media only screen and (max-width: 640px) {
    .error-404 .error_txt {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
}

.mat {
    color: #d14a00;
}

.clear {
    clear: both;
}
/*.blok-tovar {
  display: inline-block;
}*/
/*.blok-tovar.right {
  width: 690px;
}*/

.blok-tovar.left {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.open {
    text-decoration: underline;
    cursor: pointer;
}

strong {
    color: black;
    font-family: "RobotoBold", sans-serif;
}

td.th_l {
    text-align: center;
}

.block-liders .catalog li {
    display: inline-block;
}

.thumb_review {
    float: right;
    margin-left: 20px;
}

.action a.link.link--action {
    border-bottom: none;
    color: #FFFFFF;
}

@media only screen and (max-width: 480px) {
    .sections > li {
        width: 60%;
        min-height: 40px;
        margin-bottom: 10px;
        text-align: left;
    }
    .sections > li:first-child {
        margin-top: 15px;
    }
    .sections > li > a img {
        display: none;
    }
    .sub-sections {
        position: relative;
        top: 5px;
        left: -7px;
    }
    .sections > li > a {
        font-size: 14px;
    }
    .sub-sections li a {
        padding-left: 20px;
    }
}

.t_al {
    text-align: center !important;
    padding: 20px;
}

p.oplata-big {
    font-size: 25px;
    line-height: 25px;
}

p.oplata-small {
    font-size: 20px;
}

.oplata-action {
    text-align: center;
    font-size: 25px;
    line-height: 25px;
}

#gorod-zayavka .modal-title {
    margin-bottom: 20px;
}

.geo-text-block {
    width: 50%;
    float: left;
    padding-top: 30px;
}

.geo-img-block {
    width: 50%;
    float: left;
}

.geo-city-block {
    width: 33%;
    float: left;
}

.geo-city-block ul {
    margin-left: 37%;
    margin-top: 5%;
}

@media only screen and (max-width: 768px) {
    .geo-img-block {
        display: none;
    }
    .geo-city-block {
        width: 50%;
        padding-top: 0px;
    }
    .geo-text-block {
        width: 100%;
    }
}

@media only screen and (max-width: 460) {
    .geo-city-block {
        width: 50%;
    }
    .geo-city-block ul {
        margin-left: 0;
        margin-top: 0;
    }
}

.obiem-info p {
    font-size: 21px;
}

.obiem-info span {
    font-size: 27px;
}

span.material-obiem-oran {
    color: #d34900;
}

.tooltip {
    position: absolute;
    z-index: 999;
    padding: 5px;
    width: 250px;
}

.tooltip p {
    margin: 0;
    margin-right: 100px;
    padding: 0;
    color: #fff;
    background-color: #4BA087;
    padding: 9px 1px;
    text-align: center;
}

.basket {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    background: #4BA087;
    transition: background 0.2s ease-out;
    vertical-align: middle;
}

.basket:hover {
    background: #bc4200;
}

.basket:hover:before {
    background: #bc4200 url("http://kostromanerud.com/wp-content/themes/index/img/shopping232.png") center center no-repeat;
}

.basket:active {
    background: #bc4200;
}

.basket:active:before {
    background: #bc4200 url("http://kostromanerud.com/wp-content/themes/index/img/shopping232.png") center center no-repeat;
}

.basket:before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    display: block;
    width: 44px;
    height: 44px;
    color: #fff;
    background: #4BA087 url("http://kostromanerud.com/wp-content/themes/index/img/shopping232.png") center center no-repeat;
}



li.catalog-tovar:hover {
    color: #fb5700;
    cursor: pointer;
}
body {
    overflow-x: hidden;
    }
sup {
    vertical-align: super;
    font-size: smaller;
}

.photos {
    padding: 27px;
}
.tel-2 {
    font-size: 36px!important;
}

.obiem-info-decor {
    width: 80%;
    margin: 0 auto;
        border: 3px solid #4BA087;
    padding: 15px;
    text-align: center!important;
}
.obiem-info-decor p {
    text-align: center;
}
/*.tovar-img-hidden img {

}
.tovar-img-hidden {
    display: none;
}*/

div#images img {
    width: 200px;
    height: auto;
    display: none;
}
div#images img.active {
    width: auto;
    height: auto;
    position: fixed;
    top: 50px;
    left: 50%;
    z-index: 2;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 3px 20px rgba(0,0,0,0.5);
}

div#links a {
    display: inline-block;
    margin-right: 1em;
}

div#overlay {
    position: fixed;
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 1;
}
div#images {
    margin: 10px 0 -40px 0;
}
.text-block>ul {
  margin: 0 0 20px 45px;
  font-size: 14px;
  line-height: 20px;
}
.text-block li {
  line-height: 20px;
  list-style: disc;
}
.text-block ul, ol {
    padding: 0;
    margin: 0 0 10px 25px;
}
.text-block ul ul, ul ol, ol ol, ol ul {
    margin-bottom: 0;
}
.text-block ul ul, ol ul {
    list-style-type: circle;
}
.text-block h2 {
    font-size: 32px;
    margin: 30px 0 25px;
    color: #2f2f2f;
    font-family: "Roboto", sans-serif;
}

.text-block .alignleft {
    float: left;
    margin-right: 30px
}
.text-block .alignright {
    float: right;
    margin-left: 30px
}

@media only screen and (max-width: 480px) {
   .text-block .alignleft, .text-block .alignright {
    float: none;
    margin: 0 auto;
    display: block;
    }
}
.nav .sub-menu {
     display: none;
    top: 35px;
    position: absolute;
    z-index: 7;
    border-radius: 0 0 10px 10px;
    background: #f3f3f3;
        left: -58px;
    width: 170px;
}
ul.nav li:hover .sub-menu {
    display: block;
}
ul.nav  {
    position: relative;
}

ul.nav .sub-menu li a {
        font-family: "RobotoBold", sans-serif;
    font-size: 12px;
    display: block;
    padding: 12px 0 13px;
    text-transform: uppercase;
    color: #1f1e1e;
    display: block;
}
ul.nav .sub-menu li {
    display: block;
    border-bottom: solid 1px #e3e3e3;
        margin-left: 0;
    text-align: center;
}
.sub-menu:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(243, 243, 243, 0);
    border-bottom-color: #f3f3f3;
    border-width: 10px;
    margin-left: -10px;
}
@media only screen and (max-width: 480px) {
   .nav .sub-menu {
    display: block;
    top: 0;
    position: relative;
    z-index: 7;
    border-radius: 0 0 10px 10px;
     background: #fff; 
    left: 10px;
    width: auto;
}
ul.nav .sub-menu li {
    text-align: left;
    padding-left: 20px;
}
ul.nav .sub-menu li a {
    padding: 0;
}
.sub-menu:before {
        border-bottom-color: #ffffff;
}
}
ul.nav {
    margin-top: 0px;
}
.nav li a {
    line-height: 35px;
}
ul.nav .sub-menu li a {
    line-height: 13px;
}
#secondary {
    float: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    border-top: solid 5px #4BA087;
    background: #fff;
}
.table-anchors-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
}
.table-anchors-wrap span {
    margin-top: 10px;
}
#secondary + .text-block {
    float: left;
    width: 74%;
    padding-left: 15px;
    padding-right: 15px;
}
.anchors-wrap {
    margin: 6px 0;
}
.price-anchors ul li {
    padding: 5px;
}
.price-anchors ul li a {
    font-family: "RobotoMedium", sans-serif;
    font-size: 13px;
    transition: color 0.2s ease-in;
    color: #d34900;
    border-bottom: solid 1px #e4b9a5;
    margin-bottom: 10px;
}
.gallery-caption {
  text-align: center;
  margin-top: 14px;
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
}

.gallery:after {
    display: table;
    content: "";
    clear: both;
}

.gallery-item {
    margin: 0;
    float: left;
    padding: 0.5em;
}
.gallery-item img {
    width: 100%;
}
.raboti a img,
.entry-content a img,
.gallery figure img {
  opacity: 1;
  transition: .3s ease-in-out;
}
.raboti a:hover,
.entry-content a:hover,
.gallery figure:hover {
  opacity: 0.5;
  transition: .3s ease-in-out;
}
.gallery-columns-1 .gallery-item {
    width: 20%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 20%
}
.gallery-columns-3 .gallery-item {
    width: 20%
}
.gallery-columns-4 .gallery-item {
    width: 20%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 12%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 23%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}
small.sheldure-header {
    float: left;
    margin-right: 23px;
    line-height: 1.3;
}
@media only screen and (max-width: 960px) {
    small.sheldure-header {
        display: none;
    }
}
.page-template-price .tooltip {
    display: none;
}
.tooltip p {
    font-size: 15px;
    margin-top: 2px;
}
@font-face{font-weight:400;font-style:normal}.tablepress-table-description{clear:both;display:block}.tablepress{border-collapse:collapse;border-spacing:0;width:100%;margin-bottom:1em;border:none}.tablepress td,.tablepress th{padding:8px;border:none;background:0 0;text-align:left;float:none!important}.tablepress tbody td{vertical-align:top}.tablepress tbody td,.tablepress tfoot th{border-top:1px solid #ddd}.tablepress tbody tr:first-child td{border-top:0}.tablepress thead th{border-bottom:1px solid #ddd}.tablepress tfoot th,.tablepress thead th{background-color:#d9edf7;font-weight:700;vertical-align:middle}.tablepress .odd td{background-color:#f9f9f9}.tablepress .even td{background-color:#fff}.tablepress .row-hover tr:hover td{background-color:#f3f3f3}.tablepress img{margin:0;padding:0;border:none;max-width:none}.dataTables_wrapper{clear:both;margin-bottom:1em}.dataTables_wrapper .tablepress{clear:both;margin:0!important}.dataTables_length{float:left;white-space:nowrap}.dataTables_filter{float:right;white-space:nowrap}.dataTables_info{clear:both;float:left;margin:4px 0 0}.dataTables_paginate{float:right;margin:4px 0 0}.dataTables_paginate a{color:#111!important;display:inline-block;outline:0;position:relative;text-decoration:underline;text-decoration:none\0/IE;margin:0 5px}.dataTables_paginate a:first-child{margin-left:0}.dataTables_paginate a:last-child{margin-right:0}.paginate_button:hover{cursor:pointer;text-decoration:none}.paginate_button.disabled{color:#999!important;text-decoration:none;cursor:default}.paginate_button.current{font-weight:700;text-decoration:none;cursor:default}.dataTables_paginate.paging_simple{padding:0 15px}.paging_simple .paginate_button.next:after,.paging_simple .paginate_button.previous:before{text-align:left;font-family:TablePress;font-size:14px;font-weight:700;-webkit-font-smoothing:antialiased;content:"\f053";text-shadow:.1em .1em #666;position:absolute;top:0;right:auto;bottom:0;left:-14px;margin:auto;height:14px;width:14px;line-height:1}.paging_simple .paginate_button.next:after{text-align:right;content:"\f054";left:auto}.paginate_button:after,.paginate_button:before{color:#d9edf7}.paginate_button:hover:after,.paginate_button:hover:before{color:#049cdb}.paginate_button.disabled:after,.paginate_button.disabled:before{color:#f9f9f9}.dataTables_processing{display:none}.dataTables_scroll{clear:both}.dataTables_scrollBody{-webkit-overflow-scrolling:touch}.tablepress .sorting,.tablepress .sorting_asc,.tablepress .sorting_desc{position:relative;padding-right:20px;cursor:pointer;outline:0}.tablepress .sorting:after,.tablepress .sorting_asc:after,.tablepress .sorting_desc:after{font-family:TablePress;font-weight:400;font-size:14px;-webkit-font-smoothing:antialiased;position:absolute;top:0;bottom:0;left:auto;right:6px;margin:auto;height:14px;line-height:1}.tablepress .sorting:after{content:"\f0dc"}.tablepress .sorting_asc:after{content:"\f0d8";padding:0 0 2px}.tablepress .sorting_desc:after{content:"\f0d7"}.dataTables_scrollBody .tablepress thead th:after,.dataTables_wrapper:after{content:""}.tablepress .sorting:hover,.tablepress .sorting_asc,.tablepress .sorting_desc{background-color:#049cdb}.dataTables_wrapper:after{display:block;clear:both;visibility:hidden;line-height:0;height:0}.dataTables_wrapper label input,.dataTables_wrapper label select{display:inline;margin:2px;width:auto}
.tablepress tr th{font-family:"RobotoMedium",sans-serif;font-size:16px;font-style:normal;font-weight:400;padding:15px 10px;text-align:left;color:#fff;background:#4BA087}.tablepress tr td{font-family:"Roboto",sans-serif;cursor:pointer;color:#d34900;border-bottom:1px solid #ddd;font-size:14px;padding:12px}.tablepress tr td,.tablepress tr th{text-align:center}.tablepress tr td:first-child{color:#000}.tablepress tr td:first-child,.tablepress tr th:first-child{text-align:left;cursor:auto}h2.tablepress-table-name{margin:46px 0 15px!important;font-size:26px!important}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.tablepress-scroll-wrapper{overflow-x:auto;overflow-y:hidden}table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child{position:relative;padding-left:30px;cursor:pointer}table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before{top:8px;left:4px;height:16px;width:16px;display:block;position:absolute;color:#fff;border:2px solid #fff;-webkit-border-radius:16px;border-radius:16px;text-align:center;line-height:16px;-webkit-box-shadow:0 0 3px #444;box-shadow:0 0 3px #444;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;content:'+';background-color:#31b131}table.dataTable.dtr-inline.collapsed>tbody>tr.child td:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child.dataTables_empty:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child.dataTables_empty:before{display:none}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before{content:'-';background-color:#d33333}table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>th.control{position:relative;cursor:pointer}table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>th.control:before{top:50%;left:50%;height:16px;width:16px;margin-top:-10px;margin-left:-10px;display:block;position:absolute;color:#fff;border:2px solid #fff;-webkit-border-radius:16px;border-radius:16px;text-align:center;line-height:16px;-webkit-box-shadow:0 0 3px #444;box-shadow:0 0 3px #444;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;content:'+';background-color:#31b131}table.dataTable.dtr-column>tbody>tr.parent td.control:before,table.dataTable.dtr-column>tbody>tr.parent th.control:before{content:'-';background-color:#d33333}table.dataTable>tbody>tr.child{padding:.5em 1em}table.dataTable>tbody>tr.child:hover{background:0 0!important}table.dataTable>tbody>tr.child ul{display:inline-block;list-style-type:none;margin:0;padding:0}table.dataTable>tbody>tr.child ul li{border-bottom:1px solid #efefef;padding:.5em 0}table.dataTable>tbody>tr.child ul li:first-child{padding-top:0}table.dataTable>tbody>tr.child ul li:last-child{border-bottom:none}table.dataTable>tbody>tr.child span.dtr-title{display:inline-block;min-width:75px;font-weight:700}

@media (max-width:767px){.tablepress-responsive-phone{display:block}.tablepress-responsive-phone thead{display:block;float:left}.tablepress-rtl.tablepress-responsive-phone thead{float:right}.tablepress-responsive-phone tfoot{display:none}.tablepress-responsive-phone tbody{display:block;width:auto;position:relative;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.tablepress-responsive-phone tbody td,.tablepress-responsive-phone thead th,.tablepress-responsive-phone thead tr{display:block;border:none}.tablepress-responsive-phone tbody td:empty:before{content:"\00a0"}.tablepress-responsive-phone tbody tr{display:inline-block;vertical-align:top}.tablepress-responsive-phone thead th{width:auto!important}.tablepress-responsive-phone thead tr th:not(:last-child){border-bottom:1px solid transparent}.tablepress-responsive-phone tbody tr td:not(:last-child){border-bottom:1px solid #ddd}.dataTables_wrapper .tablepress-responsive-phone .sorting:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);padding:0}.dataTables_wrapper .tablepress-responsive-phone .sorting_asc:after{content:"\f0d9";padding:0 2px 0 0}.dataTables_wrapper .tablepress-responsive-phone .sorting_desc:after{content:"\f0dA";padding:0 1px 0 0}}@media (max-width:979px){.tablepress-responsive-tablet{display:block}.tablepress-responsive-tablet thead{display:block;float:left}.tablepress-rtl.tablepress-responsive-tablet thead{float:right}.tablepress-responsive-tablet tfoot{display:none}.tablepress-responsive-tablet tbody{display:block;width:auto;position:relative;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.tablepress-responsive-tablet tbody td,.tablepress-responsive-tablet thead th,.tablepress-responsive-tablet thead tr{display:block;border:none}.tablepress-responsive-tablet tbody tr{display:inline-block;vertical-align:top}.tablepress-responsive-tablet thead th{width:auto!important}.tablepress-responsive-tablet tbody td:empty:before{content:"\00a0"}.tablepress-responsive-tablet thead tr th:not(:last-child){border-bottom:1px solid transparent}.tablepress-responsive-tablet tbody tr td:not(:last-child){border-bottom:1px solid #ddd}.dataTables_wrapper .tablepress-responsive-tablet .sorting:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);padding:0}.dataTables_wrapper .tablepress-responsive-tablet .sorting_asc:after{content:"\f0d9";padding:0 2px 0 0}.dataTables_wrapper .tablepress-responsive-tablet .sorting_desc:after{content:"\f0dA";padding:0 1px 0 0}}@media (max-width:1199px){.tablepress-responsive-desktop{display:block}.tablepress-responsive-desktop thead{display:block;float:left}.tablepress-rtl.tablepress-responsive-desktop thead{float:right}.tablepress-responsive-desktop tfoot{display:none}.tablepress-responsive-desktop tbody{display:block;width:auto;position:relative;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.tablepress-responsive-desktop tbody td,.tablepress-responsive-desktop thead th,.tablepress-responsive-desktop thead tr{display:block;border:none}.tablepress-responsive-desktop tbody td:empty:before{content:"\00a0"}.tablepress-responsive-desktop tbody tr{display:inline-block;vertical-align:top}.tablepress-responsive-desktop thead th{width:auto!important}.tablepress-responsive-desktop thead tr th:not(:last-child){border-bottom:1px solid transparent}.tablepress-responsive-desktop tbody tr td:not(:last-child){border-bottom:1px solid #ddd}.dataTables_wrapper .tablepress-responsive-desktop .sorting:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);padding:0}.dataTables_wrapper .tablepress-responsive-desktop .sorting_asc:after{content:"\f0d9";padding:0 2px 0 0}.dataTables_wrapper .tablepress-responsive-desktop .sorting_desc:after{content:"\f0dA";padding:0 1px 0 0}}.tablepress-responsive-all{display:block}.tablepress-responsive-all thead{display:block;float:left}.tablepress-rtl.tablepress-responsive-all thead{float:right}.tablepress-responsive-all tfoot{display:none}.tablepress-responsive-all tbody{display:block;width:auto;position:relative;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.tablepress-responsive-all tbody td,.tablepress-responsive-all thead th,.tablepress-responsive-all thead tr{display:block;border:none}.tablepress-responsive-all tbody td:empty:before{content:"\00a0"}.tablepress-responsive-all tbody tr{display:inline-block;vertical-align:top}.tablepress-responsive-all thead th{width:auto!important}.tablepress-responsive-all thead tr th:not(:last-child){border-bottom:1px solid transparent}.tablepress-responsive-all tbody tr td:not(:last-child){border-bottom:1px solid #ddd}.dataTables_wrapper .tablepress-responsive-all .sorting:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);padding:0}.dataTables_wrapper .tablepress-responsive-all .sorting_asc:after{content:"\f0d9";padding:0 2px 0 0}.dataTables_wrapper .tablepress-responsive-all .sorting_desc:after{content:"\f0dA";padding:0 1px 0 0}


.btn_production {
	position: absolute;
	top: 0;
	left: 60%;
	width: 40%;
	height: 60px;
	margin: 0;
	color: #fff;
	background: #1ec37c;
	font-size: 13px;
	text-align: center;
	line-height: 60px;
	display: none;
	text-transform: uppercase;
}

.btn_production.active {
	font-size: 0;
	cursor: pointer;
	    background: #fff url(http://kostromanerud.com/wp-content/themes/index/css/close.png) center center no-repeat;

}

@media only screen and (max-width:640px) {
	.btn_production {
		display: block;
	}
}
.button_order {
    float: right;
    width: 131px;
    height: 38px;
}

@media only screen and (max-width: 960px) {
    .button_order {
        float: none;
        display: block;
        margin: 10px auto 0;
    }
}

@media only screen and (max-width: 640px) {
    .button_order {
		position: absolute;
		top: 0;
		left: 20%;
		width: 40%;
		height: 60px;
		margin: 0;
	}

	footer .button_order {
		position: absolute;
		top: 0;
		left: 66.66%;
		width: 33.3%;
		height: 60px;
		margin: 0;
		font-size: 11px;
	}
}