﻿@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%;
    width: 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: "RobotoRegular";
    src: url("../fonts/roboto-regular.eot");
    src: url("../fonts/roboto-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-regular.woff") format("woff"), url("../fonts/roboto-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

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

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

@font-face {
    font-family: "helioscondbold";
    src: url("../fonts/helios_cond_bold.eot");
    src: url("../fonts/helios_cond_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/helios_cond_bold.woff") format("woff"), url("../fonts/helios_cond_bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?k1lucb");
    src: url("../fonts/icomoon.eot?#iefixk1lucb") format("embedded-opentype"), url("../fonts/icomoon.woff?k1lucb") format("woff"), url("../fonts/icomoon.ttf?k1lucb") format("truetype"), url("../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: "RobotoRegular", sans-serif;
    line-height: 1;
    background: url("../img/bg.jpg") repeat;
}

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

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

.wrapper {
    max-width: 1200px;
    min-width: 300px;    /*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: "helioscondbold", sans-serif;
    /*font-size: 36px;*/
    margin-bottom: 45px;
    text-align: center;
    color: #2f2f2f;
}
.text-block img{
    max-width: 100%;
}

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

.hit-point {
/* 	background: url("../img/hit-point.png") no-repeat;
	display: inline-block;
    position: absolute;
	content:' ';
	width:93px;
	height:16px;
	margin-left:10px; */
	
    font-size: 11px;
	line-height:16px;
    display: inline-block;
    background: #069f46;
    padding: 3px 1px 3px 1px;
    position: relative;
    font-family: "helioscondbold",sans-serif;
    color: #fff;
	margin: 0 10px;
}
.hit-point:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    border: 11px solid #069f46;
    right: -21px;
    border-left-width: 10px;
    border-right-color: transparent;
}
.hit-point:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: -22px;
    border: 11px solid #069f46;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

@media (min-width: 576px) {
  .title h1 {
      font-size: 40px;
  }
}

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

.title h3 {
    font-size: 36px;
    margin: 30px 0 25px;
    color: #2f2f2f;
}
/*.title h3 {
    font-family: "RobotoBold", sans-serif;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 30px 0 20px; }*/

.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: "RobotoRegular", 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;
    background: #d14a00;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}

.button:hover {
    background: #129e4a;
}

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

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

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

.link:hover {
    background: #129e4a;
}

.link:hover:before {
    background: #129147 url("../img/arr.png") center center no-repeat;
}

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

.link:active:before {
    background: #127d3f url("../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("../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;*/
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 20px;
    color: #2f2f2f;
    text-align: justify;
}



@media only screen and (max-width: 960px) {
    .text-block {
    padding: 0 10px 20px;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 20px;
    color: #2f2f2f;
    text-align: justify;
    }
}

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

.options p{
    text-align: center;
}

.product-detail .options__icon-desc{
    text-align: center;
}
.table-articles {
    margin-top:30px;
}
.table-articles tr {
background:#fff;
}
.table-articles tr td {
font-family: "RobotoRegular",sans-serif;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    padding: 12px; 
}
.table-articles th {
    font-family: "RobotoMedium",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 15px;
    text-align: left;
    color: #fff;
    background: #129e4a;
}




.text-block a,
.tablepress tr td.column-1 a {
    color: #d34900;
    border-bottom: solid 1px #e4b9a5;
}


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

.inner {
    margin-bottom: 55px;
    -webkit-box-shadow: 0 0 300px -10px rgba(190, 190, 190, 0.2);
            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;
    -webkit-box-shadow: 0 0 45px -20px rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 45px -20px rgba(0, 0, 0, 0.9);
}
.block_shadow {
    padding: 10px 0 10px;
    margin-top: 50px;
    -webkit-box-shadow: 0 0 45px -20px rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 45px -20px rgba(0, 0, 0, 0.9);
}
.ship_items {
    display: inline-block;
    width: 30%;
    padding-top: 30px;
    text-align: center;
}
@media only screen and (max-width: 1023px) {    
    .ship_items {
        width: 100%;
    }
}
.ship_items__link,.ship_items__link:hover{
    text-decoration: none!important;
    border: 0!important;
}
.ship_items h2 {
    margin: 15px 0px 30px 0!important;
}
.ship_items img {
    height: 220px;
    z-index: 1;
    position: relative;
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center;
}

@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;
    position: absolute;
    z-index: 101;
    background: url("../img/bg.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("../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: #000;
    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;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}

.form-btn:hover {
    background: #129e4a;
}

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

.modal-title {
    font-family: "helioscondbold", 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: 130px;
    }
    .header {
    	padding: 0!important;
    }
}

.top {
    padding: 0;
    background: #0d9248;
}
@media only screen and (min-width: 641px) {
	.top .nav li a {
		font-size: 12px;
		color: #FFF;
	}
}

.top .wrapper {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}

@media (min-width: 768px) and (max-width: 1200px) {    
	.header,
	.top {
		padding: 10px;
	}
	.top .nav li a {
		font-size: 10px;
	}
}

@media only screen and (max-width: 640px) {
    .top {
        position: absolute;
        top: 90px;
        width: 100%;
        height: 40px;
        padding: 0 0;
    }
    .top .wrapper {
        padding: 0 0;
    }
}
#primary-menu > li {
    padding: 8px 0;
}
.navico {
    display: none;
    width: 15%;
    height: 60px;
    text-align: center;
    color: #fff;
    background: #999;
}
.top .navico {
    height: 40px;
}

.navico .icon-menu {
    display: block;
    font-size: 20px;
    margin-top: 17px;
}
.top .navico .icon-menu {
    margin-top: 10px;
}

@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;
    }
}


.btn_production {
  position: absolute;
  top: 0;
  left: 60%;
  width: 40%;
  height: 40px;
  margin: 0;
  color: #fff;
  background: #11bf74;
  font-size: 13px;
  text-align: center;
  line-height: 40px;
  display: none;
  text-transform: uppercase;
}
.btn_production.active{
  font-size: 0;
  cursor: pointer;
  background: #faf2fc url(../img/close.png) center center no-repeat;
}
@media only screen and (max-width: 640px) {
    .btn_production {
        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: 40px;
        left: 0;
        float: none;
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        padding: 5px 0;
        text-align: left;
        z-index: 900;
        background: #fff;
        height: 100%;
        min-height: 350px;
        overflow-y: auto;
        overflow-x: hidden!important;
        -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
    }
    .bottom .nav {
        top: 60px;
    }
    .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;
    }
    .topWindow .product-nav {
        top: 40px;
        z-index: 900;
    }

}

.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) {
    .top .button_order {
        position: absolute;
        top: 0;
        left: 15%;
        width: 45%;
        height: 40px;
        margin: 0;
        height: 40px;
        margin: 0;
        color: #fff;
        font-size: 13px;
        text-align: center;
        line-height: 40px;
    }
    .top .button_order a {
        color: #fff;
        font-size: 15px;
    }
    footer .button_order {
        position: absolute;
        top: 0;
        left: 66.66%;
        width: 33.3%;
        height: 60px;
        margin: 0;
        font-size: 11px;
    }
}

.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #FFF;
	padding: 15px 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (min-width: 800px) {
    .header .info {
        position: relative;
    }
    /*.header .info:after {*/
        /*content: '';*/
        /*position: absolute;*/
        /*top: -17px;*/
        /*right: -90px;*/
        /*width: 80px;*/
        /*height: 102px;*/
        /*background: url("../img/Christmas-Tree.png");*/
    /*}*/
}

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

@media only screen and (min-width: 641px) and (max-width: 1200px) {
    .header {
		padding: 10px!important;
    }
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    font-family: "RobotoBold",sans-serif;
    text-transform: uppercase;
    color: #363636;
    width: unset;
    height: auto;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}
.logo img {
    margin-right: 10px;
}

/*@media only screen and (max-width: 640px) {
    .logo {
        position: absolute;
        top: 25px;
        left: 0;
        right: 0;
        float: none;
        margin: 0 auto;
    }
} Убрала перед нг*/
@media only screen and (max-width: 860px){

    .info {

    margin-right: 20px;

}
}

@media only screen and (max-width: 640px){
	.logo {
	  position: absolute;
	  top: 15px;
	  left: 50%;
	  margin-left: -108px;
	  float: none;
	}
}

.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: #129e4a;
}

.header-contacts .tel a.tel_1 {
    line-height: 24px;
    padding-left: 35px;
    background: url("../img/tel.png") top left no-repeat;
}
.tel_1 {
    padding: 5px 0;
}

@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 {
        position: absolute;
        right: 190px;
    }
}*/

@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("../img/mail.png") left no-repeat;
}

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

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

.info {
    font-family: "RobotoRegular", sans-serif;
    font-size: 14px;
    float: left;
    margin-right: 100px;
    -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("../img/callback.png") left no-repeat;
}

.info__price {
    background: url("../img/download.png") left no-repeat;
}

.info__calc {
    background: url("../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 .wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

@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("../img/fbg.jpg") repeat;
}

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

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

.f-nav {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    margin-right: 15px;
    margin-bottom: 30px;
}
.f-nav_info{
    width: 240px;
    margin-right: 0px;
	
}
.f-nav__txt{
  font-size: 11px;
  font-family: "Roboto";
  color: #fff;
  line-height: 1.636;
}
.f-nav__txt a{
  color: #c1ab9e;
  text-decoration:underline;
}
.f-nav__txt a:hover{
  color: #fff;
  text-decoration:underline;
}
.f-nav__logo{
	margin-bottom:35px;
}
.f-nav__item{
	margin-top:15px;
	margin-bottom:15px;
	display:flex;
}
.f-nav__img{
	margin-right:15px;
}
.f-nav__item .buttons-section a {
    border: 2px solid #e5493a;
	color:#e5493a;
	padding: 10px 40px;
}
.f-nav__txt .tel{
  font-size: 18px;
  font-family: "Roboto";
  color: #fff;
  line-height: 1;
text-decoration:none;

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

.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: absolute;
    bottom: 20px;
    left: 0;
    text-align: left;
}

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

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

.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("../img/tel.png") center center no-repeat;
}

@media only screen and (max-width: 640px) {
    .tel_b {
      display: block;
      position: absolute;
      left: 33.33%;
      width: 33.33%;
      top: 0;
    }
    .top .tel_b {      
      width: 15%;
      height: 40px;
      top: 0;      
      left: 15%;
      background-color: #333;
    }
}

.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: -22px;
    width: 100%;
}
/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../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(../img/slider.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../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(../img/slider.png) no-repeat 0 0;
}

.bx-prev:hover {
    background: url(../img/slider.png) no-repeat 0 -25px;
}

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

.bx-next {
    right: -45px;
    background: url(../img/slider.png) no-repeat -17px 0;
}

.bx-next:hover {
    background: url(../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(../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(../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;
}

.section-slider {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		-ms-flex-direction:row;
		flex-direction:row;
		margin-bottom: 30px;
}

.slider-bl {
	max-width: 830px;
    border-left: 3px solid #00c155;
    position: relative;
}

@media only screen and (max-width: 767px) {
	.slider-bl .bx-viewport {		
		min-height: 400px;
	}
	.action-in,
	.action-in p {
		text-align: center;
	}
}

.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: "helioscondbold", 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;
}
@media only screen and (max-width: 576px) {
    .slider-bl .slider__info {
        top: 150px;
        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 {
	border: none;
	margin-bottom: 0;
  	background: #fff;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
@media only screen and (max-width: 1199px) {
	.sections-bl {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}
@media only screen and (max-width: 767px) {
  .sections-bl{display: none;}
  .sections-bl.fixed {
    display: block;
    position: fixed;
    top: 170px;
    z-index: 9;
    right: 0;    
    width: 100%;
    border-color: #faf2fc;
    -webkit-box-shadow: 0px 11px 12px 2px rgba(165, 165, 165, 0.63);
            box-shadow: 0px 11px 12px 2px rgba(165, 165, 165, 0.63);
    height: 100%;
    min-height: 380px;
    overflow-y: auto;
    overflow-x: hidden!important;
  }
  .sections-bl.fixed>.sections{
    background-color: #faf2fc;
  }
  .section-header.topWindow .sections-bl.fixed {
    top: -1px;    
  }
}
.advantages-list {
		max-width: 290px;
		padding-left: 10px;
		border-radius: 5px;
		position: relative;
		z-index: 5;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		color: #000;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
}
.advantages-list li .item-icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 15px;
}
.advantages-list li .item-content {
    font-size: 14px;
   	font-family: "RobotoBold",sans-serif;
}
.advantages-list li {
    position: relative;
    width: 100%;
    min-height: 50px;
    padding: 18px 15px 18px 30px;
    background: #fff;
    border-left: 3px solid #f15c2c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3;
}
.advantages-list li:after {
    content: '';
    display: block;
    height: 100%;
    width: 65px;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    -webkit-clip-path: polygon(0 0,30% 0,0 100%);
    clip-path: polygon(0 0,30% 0,0 100%);
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.slider-bl {
        max-width: 100%;
    }
	.section-slider {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
  }
	.advantages-list {
		width: 100%;
		max-width: 100%;
    padding-left: 0;
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		-ms-flex-direction:row;
		flex-direction:row;
	}
	.advantages-list li {
    	width: 100%;
	}
	.advantages-list li:after {
		display: none;
	}
}

@media only screen and (max-width:767px) {
	.section-slider {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
  }
	.advantages-list {
		max-width: 200px;
		padding-left: 10px;
		border-radius: 5px;
		position: relative;
		z-index: 5;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		color: #000;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background-color: #FFF;
	}
	.advantages-list li .item-icon {
	    -webkit-box-flex: 0;
	    -ms-flex: none;
	    flex: none;
	    margin-right: 15px;
	}
	.advantages-list li .item-content {
	    font-size: 14px;
	   	font-family: "RobotoBold",sans-serif;
	}
	.advantages-list li {
	    position: relative;
	    max-width: 200px;
	    width: 100%;
	    min-height: 50px;
	    padding: 10px;
	    background: #fff;
	    border-left: 3px solid #f15c2c;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    z-index: 3;
	}
	.advantages-list {
		width: 100%;
		max-width: 100%;
	    padding-left: 0;
	}
	.advantages-list li {
  	width: 100%;
	}
	.advantages-list li:after {
		display: none;
	}
}

.sections {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    text-align: center;
}

@media only screen and (max-width: 767px) {
  .sections {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
        padding-bottom: 100px;
	}
}
.sections > li {
    position: relative;
    vertical-align: top;    
    padding: 10px 15px;
}

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

@media only screen and (min-width: 768px) {
    .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: #f3f3f3;
}

.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;
    position: relative;
}

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

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

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

.sub-sections>li>.sub-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 100;
    width: 210px;
    z-index: 100;
    background: #f3f3f3;
    border-left: solid 1px #e3e3e3;
}
.sub-sections>li>.sub-menu:before {
    display: none;
}
.sub-sections>li.menu-item-has-children:hover>.sub-menu {
    display: block;
}

.catalog {
    margin-left: -15px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.catalog li {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-bottom: 25px;
    max-width: 24%;
}

@media screen and (max-width:768px) {
	.catalog li {
		max-width: 100%;
		margin: 0;
	}
}

.catalog li a {
    display: block;
    border-bottom: none;
}

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

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

.catalog__title {
    font-family: "RobotoMedium", sans-serif;
    font-size: 15px;
    -webkit-transition: color 0.2s ease-in;
    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;
    max-width: 976px;
    margin: 0 auto 60px;
    -webkit-box-shadow: 0 17px 10px -10px rgba(150, 150, 150, 0.5);
            box-shadow: 0 17px 10px -10px rgba(150, 150, 150, 0.5);
}
@media screen and (max-width: 576px){
    .action {
        margin-top: 70px;
    }
    .slider-bl .action {
        margin-top: 0;
    }
}

.action-l {
	position: relative;
    width: 100%;
    max-width: 460px;
	min-height: 300px;
    background: #054f23;
    padding-right: 30px
}



.action-l:after {
    background: #054f23;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100px;
    left: 100%;
    -webkit-clip-path: polygon(0 0,30% 0,0 100%);
    clip-path: polygon(0 0,50% 0,0 100%);
}

.slider-bl .action-l:after {
    margin-left: -1px;
}

.action-in {
	padding: 30px 0 30px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.action-l {
    min-width: 450px;
	}
	/*.action-l:after {
		display: none;
	}*/
}

@media only screen and (max-width:767px) {
    .action-l {
        background: #054f23;
		padding-right: 0;
    }
    .action-l:after {
        background: #054f23;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        top: -65px;
        width: 100%;
        left: 0;
        -webkit-clip-path: polygon(0% 0%,100% 22%,0 22%);
        clip-path: polygon(0% 0%,100% 22%,0 22%);
        
    }
}

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

.action__title {
	line-height: 1.2;
    font-family: "helioscondbold", sans-serif;
    font-size: 30px;
    margin-bottom: 25px;
    color: #fff;
	max-width: 100%;
	text-align: left;
}

.action__title a {
    color: #fff;
    text-decoration: none;
    border: none;
}

.action__title a:hover {
    text-decoration: none;
    border: none;
}

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

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

.action__info {
    font-family: "RobotoRegular", 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;
    bottom: 0;
    text-align: right;
    z-index: -1;
}

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

@media only screen and (max-width: 700px) {
    .action-r {
        display: none;
    }
	.action__title {
		text-align: center;
	}
}
.why-block{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.front-home-video .home-video{
    height: 450px;
}
.front-why-block{
    width: 70%;
    margin: 0 auto;
}
.front-why-block .benefits{
    padding-right: 0;
}

.benefits {
    text-align: center;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 40px;
}

.benefits li {
    display: inline-block;
    vertical-align: top;
    width: 140px;
}

.benefits li.center{
    margin-left: calc((100% - 460px) / 2);
    margin-right: calc((100% - 460px) / 2);
}

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

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

.benefits__link {
    font-family: "RobotoRegular", 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;
    }
    .benefits, .why-video-block{
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    }
    .benefits{
        padding-right: 0;
    }
    .benefits li{
        width: 50%;
    }
    .benefits li.center{
        margin-left: 0;
        margin-right: 0;
    }
    .why-block{
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .front-why-block{
        width: 100%;
    }
}

.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("../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: "RobotoRegular", sans-serif;
    font-size: 12px;
    display: block;
    color: #7d7d7d;
}

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

.reviews-inner {
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
    padding-bottom: 50px;
    margin-bottom: 70px;
}

.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: #129e4a;
}

.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: "RobotoRegular", 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;
	background-size: cover!important;
}

.banner-i {
    /* width: 100%; */
    height: 300px;
    padding-left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

@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;
    -webkit-box-shadow: 0 9px 8px -6px rgba(150, 150, 150, 0.5);
            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: "helioscondbold", 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: 640px) {
    .sections > li {
        text-align: center;
        padding: 0;
    }
    .sections > li:first-child {
        margin-top: 15px;
    }
    .sections > li > a img {
        display: none;
    }
    .sub-sections {
        position: relative;
        top: 5px;
        left: 0;
        width: 100%;
    	padding-bottom: 5px;
        display: block;
    }
    .sections > li > a {
        font-size: 14px;
	    line-height: 1.2em;
	    display: block;
	    text-align: left;
	    padding: 10px;
	    margin: 0;
	    border-bottom: solid 1px #ddd;
    }
    .sub-sections li a {
        padding: 5px 0 5px 30px;
    	text-align: left;
    }    
	.sub-sections li:last-child {
	    border-bottom: solid 1px #ddd;
	}
	.sub-sections:before {
		display: none;
	}
}

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

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

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

.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-text-block-full-width {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.geo-img-block {
    width: 50%;
    float: left;
}
.geo-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-bottom: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.geo-block li.dostavka p{
    color: #d34900;
    border-bottom: solid 1px #e4b9a5;
    cursor: pointer;
    margin-bottom: 0px;
    display: inline;
}
.geo-block li.dostavka p:hover{
    color: #fb5700;
    border-bottom: solid 1px #f6967b;
}
.geo-desc{
    text-align: center !important;
}
/*.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: 570px) {
    .geo-block{
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}

@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;
}
.obiem-info .tel-2 {
    font-size: 36px;
}
.obiem-info .buttons-section {
	margin: 30px auto 0;
}
.obiem-info .buttons-section a {
	margin: 0;
}
.obiem-info .buttons-section a:hover {
	border-bottom-color: #000;
}
@media only screen and (max-width: 350px) {
    .obiem-info .tel-2 {
    	font-size: 26px!important;
	}
}
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: #129e4a;
    padding: 9px 1px;
    text-align: center;
}

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

.basket:hover {
    background: #bc4200;
}

.basket:hover:before {
    background: #bc4200 url("../img/shopping232.png") center center no-repeat;
}

.basket:active {
    background: #bc4200;
}

.basket:active:before {
    background: #bc4200 url("../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: #129e4a url("../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;
}

.obiem-info-decor {
    width: 80%;
    margin: 0 auto;
        border: 3px solid #129E4A;
    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;
    -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.5);
            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 ul li {
  line-height: 20px;
  list-style: disc;
}
.text-block ol li {
  line-height: 20px;
  list-style: decimal;
}
.text-block ul, ol {
    padding: 0;
    margin: 25px 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: 30px;
    line-height: 30px;
    margin: 30px 0 25px;
    color: #2f2f2f;
    font-family: "helioscondbold", 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;
}
@media only screen and (min-width: 768px) {
    ul.nav  {
        position: relative;
    } 
    ul.product-nav  {
        display: none!important;
    }
}
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;
}
ul.nav .sub-menu li:last-child {
    border-bottom: none;
}
.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: 18%;
    padding-left: 20px;
    padding-right: 20px;
    border-top: solid 5px #129e4a;
    background: #fff;
}
.table-anchors-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            flex-flow: column;
}
.table-anchors-wrap span {
    margin-top: 10px;
    padding-bottom: 10px;
}
#secondary + .text-block {
    float: right;
    width: 74%;
    padding-left: 15px;
    padding-right: 15px;
}
.anchors-wrap {
    margin: 6px 0;
    padding: 0 0 20px;
}
.price-anchors ul li {
    padding: 5px;
    padding-left: 24px;
}
.price-anchors ul li a {
    font-family: "RobotoMedium", sans-serif;
    font-size: 13px;
    transition: none;
    color: #000;
    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: 10px;
    padding: 5px;
    background: #fff;
    -webkit-box-shadow: 1.5px 1.5px 7px rgba(9, 38, 111, 0.1);
    box-shadow: 1.5px 1.5px 7px rgba(0, 0, 0, 0.1);
    display: inline-block;
}
.gallery-item img {
    width: 100%;
}
.raboti a img,
.entry-content a img,
.gallery figure img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.raboti a:hover,
.entry-content a:hover,
.gallery figure:hover {
  opacity: 0.5;
  -webkit-transition: .3s ease-in-out;
  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: 20%
}
.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;
}
/*@media screen and (max-width: 640px) {
    .gallery-item {
        width: auto!important;
        max-width: 100%;
    }
}*/
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;
}
.header-contacts .tel a span, .phone-snip {
    color: #129e4a!important;
    
}
.phone-snip{
    display: block;
}
.benefits li {
    margin-bottom: 30px;
}
.inner-i {
    padding: 0 0 50px;
}
.page-id-44 .inner-i, .page-id-387 .inner-i, .page-id-445 .inner-i, .page-id-48 .inner-i {
    padding: 60px 0 50px;
}
.block {
    padding: 10px 30px 20px;
}
.page-id-44 .block, .page-id-387 .block, .page-id-445 .block, .page-id-20 .block, .page-id-116 .block, .page-id-48 .block {
    padding: 43px 30px 20px;
}
.benefits-bl {
    padding-top: 20px;
}
figcaption.wp-caption-text {
  font-size: 13px;
  line-height: 1.4;
  font-style: italic;
  margin-top: 10px;
}
.wrapper > .wp-pagenavi {
  text-align: center;
}


.recommend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
}
.recommend .recommend-item {
    position: relative;
    display: block;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 10px;
    font-size: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
@media (min-width:480px) {
  .recommend .recommend-item{
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%;
  }
}
@media (min-width:768px) {
  .recommend .recommend-item{
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
}


.recommend .recommend-item .recommend-item-link a, .recommend .recommend-item .recommend-item-link span  {
    font-family: "RobotoMedium", sans-serif;
    font-size: 15px;
    -webkit-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
    color: #d34900!important;
    border: none;
    margin-bottom: 10px;
    display: block;
    margin: 10px auto;
    text-align: center;
}
.recommend .recommend-item img {max-width: 100%; max-height: 215px}
.recommend .recommend-item .recommend-item-price span {
    font-family: "RobotoBold", sans-serif;
    font-size: 20px;
    margin-top: 8px;
    color: #2f2f2f;
    text-align: center!important;
}
.recommend .recommend-item .recommend-item-price p {
    text-align: center!important;
}
.recommend .recommend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
}
.recommend-item-price {
    height: 50px;
}
.recommend-item-link {
    height: 50px;
}
.recommend .recommend-item a {
    border: none!important;
}
.video-block {
    margin: 10px auto;
    width: 640px;
}
@media screen and (max-width:768px) {
	.video-block,
	.video-block *	{
		width: 100%;
		margin: 0;
	}
}
.oplata-action {
    line-height: 30px;
}


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

ul li {
    font-size: 14px;
    line-height: 20px;
    color: #2f2f2f;
}

h1, h2{
  margin-bottom: 15px;
}





/*стили для чекбокса - согласие с обработкой в формах*/
.label-confidentiality {display: block;text-align: left;font-size: 12px;}
.label-confidentiality .wpcf7-list-item {display: inline; margin: 0;}
.label-confidentiality span{margin: 0!important;}
.label-confidentiality .wpcf7-list-item input {position: relative; bottom: -2px;cursor: pointer!important;}
.label-confidentiality .wpcf7-list-item-label{color: #000;}
.label-confidentiality a {color: #000; text-decoration: underline;}
.label-confidentiality .wpcf7-not-valid-tip {display: none;}
.label-confidentiality .wpcf7-not-valid .wpcf7-list-item-label:before {content: "*"; color: red; font-weight: 700; font-size: 15px;}
.wpcf7-form .wpcf7-not-valid {border: 1px solid red;}
.label-confidentiality .wpcf7-not-valid{border: none}
.wpcf7-form .wpcf7-not-valid-tip{display: none;}
.wpcf7-form.sent .label-confidentiality{display: none;}
div.wpcf7-validation-errors{}
span.wpcf7-not-valid-tip{text-align: left;font-size: 12px;margin-top: 3px;}
div.wpcf7-response-output{margin-bottom: 0;    font-size: 14px; text-align: left;}
/*конец*/

.dataTables_wrapper{
  overflow-x: auto;
  overflow-y: auto;
}

/*Стили для колонки с якорями к таблицам в прайсе для адаптива*/
.view-price-anchors {
  display: none;
}

@media (max-width: 768px) {
  .table-anchors-wrap {
    position: relative;
  }
  .view-price-anchors {
    position: absolute;
    bottom: 0;
    width: 150px;
  }
  #secondary {
    float: none;
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.21);
            box-shadow: 0 5px 12px rgba(0, 0, 0, 0.21);
  }
  #secondary+.text-block {
    width: inherit;
    float: none;
  }
  .price-anchors {
    /*overflow-y: hidden;*/
    overflow-y: scroll;
    position: relative;
  }
  .table-anchors-wrap:after {
    content: '';
    height: 50px;
    background: rgba(244, 244, 244, 0.5);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
  }
  .view-price-anchors {
    content: "";
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100px;
    height: 30px;
  }
}
/*конец */

#menu-yakorya-v-prayse a{text-decoration: none;border-bottom: 0}
#menu-yakorya-v-prayse>li>a{font-size: 15px;}
#menu-yakorya-v-prayse>li>.sub-menu a{color: #000;font-size: 12px;}
#menu-yakorya-v-prayse>li>.sub-menu{display: none;}
#menu-yakorya-v-prayse .sub-menu{margin: 10px 0 10px 10px;}



/*.dataTables_wrapper::-webkit-scrollbar{width:3px;height:3px}
.dataTables_wrapper::-webkit-scrollbar-track{background-color:#e3e3e3}
.dataTables_wrapper::-webkit-scrollbar-thumb{background-color:#bdbdbd}*/




.banner-new {
    margin: 2rem 0;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 576px) {
    .banner-new {
        -webkit-box-pack:justify;
            -ms-flex-pack:justify;
                justify-content:space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

.banner-new .banner-i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 190px;
}
@media (min-width: 576px) {
  .banner-new .banner-i{
    max-width: 50%;
    height: 300px;
  }
}

.banner-new .banner-advv {
    color: #fff;
    padding: 0 15px;
    margin: 1rem 0;
}
@media (min-width: 576px){
  .banner-new .banner-advv{
    padding-right: 30px;
  }
}

.banner-new .banner-advv .banner-adv-single {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 15px 0;
    font-size: 20px;
}

.banner-adv-single>img {
    max-width: 50px;
    margin-right: 15px
}

@media only screen and (max-width: 480px) {
    .banner-new .banner-advv {
    }
}

.text-center{
  text-align: center;
}

.h3{font-size: 20px;}
.mt-10{margin-top: 10px}
.mt-20{margin-top: 20px}
.mb-20{margin-bottom: 20px}
.green-color{color: #009f46;}

.services__block{
  background: #fff;
      padding: 20px;
}
.services__list{
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px -15px;
}

.h2{
  font-family: "helioscondbold", sans-serif;
font-size: 25px;
color: #2f2f2f;
}

@media (min-width: 576px) {
  .h2{
    font-size: 36px;
  }
}

.services__item{
  padding: 15px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 480px) {
  .services__item{
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
}

.services__link{
  display: block;
  overflow: hidden;
}

.services__title{
  color: #000;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-top: 1rem;
}

.services__item:hover .services__title{
  color: #d14a00;
}
.services__item:hover img{
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 0.9;
}

.line-through{
  text-decoration: line-through;
  font-style: normal;
      font-size: inherit!important;
      display: inline-block!important;
}



.red-text{
  color: red;
  font-weight: 700;
}

.text-block.dostavki .action_tittle.oplata-action {
    margin: 10px auto;
}


.inner .title.obiem-info {
	padding-top: 40px;
	font-size: 26px;
	line-height: normal;
}

.galleryid-1676.gallery-columns-3 .gallery-item {
	width: 30%;
}
.galleryid-1676.gallery-columns-3 .gallery-item img {
	min-height: 200px;
    max-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
}

.galleryid-14.gallery-columns-3 .gallery-item {
	width: 29.2%;
}
.galleryid-14.gallery-columns-3 .gallery-item img {
	min-height: 200px;
    max-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
}


.title.sert {
    margin-top: 60px;
}


.action-oldprice {
	font-family: "helioscondbold",sans-serif;
    font-size: 17px!important;
    color: #fff;
    text-decoration: line-through;
    margin-bottom: 10px;
}

.action-newprice {
	font-size: 30px!important;
    font-family: "helioscondbold",sans-serif;
    color: #07a046;
}

.action__title .action-newprice {
	font-size: 22px!important;
}




.action__logo {
    font-size: 16px;
    display: inline-block;
    background: #069f46;
    padding: 3px 10px 3px 1px;
	margin-bottom: 20px;
	position: relative;
    margin-left: 21px;
	    font-family: "helioscondbold",sans-serif;
    color: #fff;
}

.slider__info .action__logo {
	top: -15px;
	margin-bottom: 0;
}

.action__logo:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    border: 13px solid #069f46;
    left: -23px;
    border-right-width: 10px;
    border-left-color: transparent;
}

.action__logo:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0px;
    border: 13px solid #069f46;
    right: -26px;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.slider__info .action__duration{
    font-size: 16px;
    color: #fff;
}
.newpritbl{
    margin-top: 6px;  
    display: inline-block; 
    color: #129e4a; 
    font-weight: bold;
}
.action__info span {
	display: block;
}

.inner .action-bl .title h2 {
    margin-top: 60px;
}

.slider li[aria-hidden="true"] {
	display: none;
}
.tablepress tr td.column-1[colspan="2"] {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    background-color: #fff;
    padding: 14px;
}

@media only screen and (max-width: 576px) {
    .tablepress .tooltip {
        display: none!important;
    }
    .tablepress:after {
        content: 'Нажмите на цену в таблице, чтобы рассчитать стоимость';
        margin-top: 10px;
        width: 300px;
        color: #7d7d7d;
        white-space: normal;
        font-size: 12px;
        position: absolute;
    	display: block;
    }
    .inner .title.obiem-info{
    	line-height: 30px !important;
    }
	.title.obiem-info .phone-snip{
		padding-top: 12px;
    }
}

@media only screen and (min-width: 640px) {
	.section-header {
		background-color: #FFF;
		margin-bottom: 30px;
	}
	.sections > li > a {
		font-size: 14px;
	}
	.sections > li .sub-sections,
	.nav .sub-menu {
		top: 51px;
	}
	.sub-sections {
		left: -60px;
	}
	.header .info {
		margin-right: 60px;
	}
	.callback-link {
		color: #d14a00;
		font-family: "RobotoMedium", sans-serif;
		background-color: #FFF;
		font-size: 12px;
		text-decoration: underline;
	}
	.section-phone {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-item-align: start;
		align-self: flex-start;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.ya-phone {
		padding: 5px 0;
	}
	.phone-link {
		font-family: "RobotoBold", sans-serif;
		font-size: 18px;
		color: #363636;
		white-space: nowrap;
	}
	.phone-link:hover,
	.phone-link span {
		color: #129e4a;
	}
	.price-link,
	.delivery {
		color: #FFF;
		font-family: "RobotoMedium", sans-serif;
		font-size: 13px;
	}
	.delivery span {
		/*color: #024521;*/
		color: #fff;
        margin-left: 5px;
	}
	.item-icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}
	.icon-price {
		width: 16px;
		height: 16px;
		margin-right: 10px;
		background: url(/wp-content/themes/index/img/icon-price.png) no-repeat center center;
	}
	.icon-delivery {
		width: 24px;
		height: 24px;
		margin-right: 10px;
		background: url(/wp-content/themes/index/img/24.png) no-repeat center center;
	}
	.top .button_order {
		float: unset;
		width: unset;
		height: unset;
		padding: 10px;
		display: none;
	}
	.top .wrapper:after,
	.header:after {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.section-phone {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
		.section-header {
			margin-bottom: 0;
		}
		.sections > li {
			padding: 10px;
		}
		.price-link,
		.delivery {
			display: none;
		}
		.button_order {
			margin: 0;
		}
}
@media only screen and (max-width: 767px) {
	.nav-bl {
		width: 100%;
	}
	.section-phone {
		margin: auto 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.phone-link {
		font-family: "RobotoBold", sans-serif;
		font-size: 18px;
		color: #363636;
		white-space: nowrap;
	}
	.phone-link:hover,
	.phone-link span {
		color: #129e4a;
	}
	.price-link,
	.delivery,
	.callback-link {
		display: none;
	}
}
.left-container .options p{
    text-align:left;
}
@media only screen and (max-width: 467px) {
    fieldset label span{
        padding: 5px 5px;
        font-size: 12px;
    }   
    .options .range-box {
        width: 95%;
    }
}
@media only screen and (max-width: 639px) {
	.topWindow {
	    position: fixed;
	    top: 0;
	    z-index:9999;
	    width: 100%;
	}
    .section-phone .ya-phone {
        display: none;
    }
}
@media only screen and (min-width: 640px) {
    .fixedHeader {
        position: fixed;
        top: 0;
        z-index:99;
        width: 100%;
        -webkit-box-shadow: 0 0 45px -20px rgba(0,0,0,.9);
                box-shadow: 0 0 45px -20px rgba(0,0,0,.9);
    }
}
.page-id-439 #gallery-1 .gallery-item{
    margin: 0 auto;
    display: block;
}


.nobody-scroll {
    overflow: hidden;
    position: relative;
    height: 100%;
}


.contacts-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;    
    padding: 30px 0 10px;
}
.contacts-list .item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0 15px 0 40px;
    border-right: 1px solid #e0e0e0;
}
.contacts-list .item:last-child {
    border-right: none;
}
.contacts-list .item .item-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
    font-family: "RobotoBold", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #303030;
}
.contacts-list .item .item-text {
    font-size: 16px;
    color: #363636;
}
.contacts-list .item-text a,
.contacts-list .item-text a span {
    font-size: 20px;
    color: #363636!important;
    font-family: "RobotoRegular", sans-serif;
    border: none;
}
.contacts-list .item .item-caption span {
    display: block;
    margin-right: 20px;
}
span[class*=" contacts-icon-"], span[class^=contacts-icon-] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.contacts-icon-phone {
    width: 30px; height: 30px;
    background: url(../img/contacts_icons.png) -10px -62px;
}
.contacts-icon-time {
    width: 32px; height: 32px;
    background: url(../img/contacts_icons.png) -10px -10px;
}
.contacts-icon-mail {
    width: 32px; height: 26px;
    background: url(../img/contacts_icons.png) -60px -62px;
}
.contacts-icon-location {
    width: 32px; height: 32px;
    background: url(../img/contacts_icons.png) -62px -10px;
}
@media screen and (max-width: 1024px) {
    .contacts-list .item {        
        padding: 0 15px;
    }
    .contacts-list .item .item-caption {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contacts-list .item .item-caption span {
        display: block;
        margin: 15px auto 0px;
        text-align: center;
    }
    .contacts-list .item-text p {
        text-align: left!important;
    }
    .contacts-list .item-text a {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .contacts-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }
    .contacts-list .item {
        margin-bottom: 20px;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
    }
    .contacts-list .item-text {
        margin-bottom: 15px;
    }
    .contacts-list .item:last-child {
        border-bottom: none;
    }
    .contacts-list .item-text,
    .contacts-list .item-text p {
        text-align: center!important;
    }
}


.cf7-agree{position:absolute;left:-9999px}
.title.obiem-info .ya-phone, .title.obiem-info .ya-phone1{
        display: block;
    padding: 20px 0px 0px 0px;
}
.mrg-bottom-content{
    margin-bottom: 121px;
}    
.action-duration-span{
    font-size: 12px !important;
    color: #fff;
    position: absolute;
    top: 23px;
    left: 150px;
}
.t33{
    top: 33px;
}
@media only screen and (max-width: 767px){
.t33{
    top: 54px;
    left: 0px;
    width: 100%;
    text-align: center;    
}

.action-duration-span{
    top: 38px;
    left: 0px;
    width: 100%;
    text-align: center;
    }
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
}
@media screen and (max-width:768px) {
  .flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-column-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-detail {
    padding-bottom: 60px;
}
@media screen and (max-width:768px) {
  .product-detail {
    padding: 0 15px 30px;
  }
}

.product-order {
  position: relative;
  margin-bottom: 60px;
}

.product-order h1 {
  font-size: 40px;
}

.product-order .h1 {
  font-size: 40px;
}

.mobile{
display: none !important;
}
.desk{
display: block !important;
}

@media screen and (max-width:576px) {
  .product-order h1 {
    text-align: center;
    font-size: 30px;
    display: block;
    width: 100%;
  }
  .product-order .h1 {
    text-align: center;
    font-size: 30px;
    display: block;
    width: 100%;
  }
  .mobile{
    display: block !important;
  }
  .desk{
    display: none !important;
  }
 .product-detail .img-wrap{
    margin-top: 20px;
    margin-bottom: 30px;
  }
 .options__arrow div:first-child{
    padding: 0px 20px 0px 0px;
 }
 .options__arrow div:last-child{
    padding: 0px 0px 0px 20px;
 }
 .options__arrow > div {
    padding: 0 25px;
}
 .options__arrow{
  background: transparent !important;
 }
 .product-detail .flex-column-auto {
  width: 100%;
 }
 .options__description{
  padding: 0px 0px 0px 0px !important;
 }
  .gallery-item{
    background-color: transparent;
    margin: 10px auto 10px auto;
    display: block;
    text-align: center;
  }
  .gallery-item img{
    width: auto;
        height: 100%;
    display: inline-block;
  }
  
}

.img-wrap {
  position: relative;
  display: block;
  height: 300px;
  width: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.img-wrap img{
    width: 100%;
}

.img-tile {
  position: absolute;
  display: none;
  right: -4px;
  top: -6px;
  width: 85px;
  height: 80px;
  background-image: url(/wp-content/themes/index/img/new_block/tile.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.img-tile:after {
  content: attr(data-sale);
  color: #fff;
  position: relative;
  -webkit-transform: translate(30px, 35px) rotate(45deg);
          transform: translate(30px, 35px) rotate(45deg);
  display: none;
}

.img-wrap:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .7);
}

.product-features {
  margin-left: 60px;
}

.options__arrow {
  position: relative;
  background-color: #f3f3f3;
  padding: 25px 0px 25px 20px;
}

@media screen and (max-width:767px) {
  .options__arrow {
    position: relative;
    background-color: #f3f3f3;
    padding: 10px 0px;
  }
}

@media screen and (max-width:768px) {
  .product-features {
    margin: 0;
  }
  .img-wrap {
    width: 100%;
    margin-top: 90px;
  }
  .product-features h1 {
    position: absolute;
    top: 0;
  }
  .options__arrow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    padding: 0;
  }
}

.product-features .options:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width:576px) {
  .product-features .options:not(:last-child) {
    width: 100%;
  }
}

/* types */
fieldset {}

fieldset label:not(:last-child) {
  margin-right: 10px;
}

fieldset label span {
  text-align: center;
  position: relative;
  padding: 5px 15px;
  outline: 1px solid rgba(0, 0, 0, .1);
  cursor: pointer;
  display: inline-block;
  margin-bottom: 10px;
}

.page-id-412 fieldset label span {
  padding: 5px 12px;
}

fieldset input[type="radio"]:checked~span {
  background-color: #363636;
  color: #fff;
}
fieldset label span:hover {
  background-color: #d5d5d5;
}

.range-box {
  position: relative;
  display: block;
}

input[type="range"] {
  position: relative;
  -webkit-appearance: none;
  background: none;
  width: 100%;
  z-index: 1;
}

input[type="range"]::-moz-range-progress {
  -webkit-appearance: none;
  background-color: #e5493a;
}

input[type="range"]::-ms-track {
  border: none;
  background-color: #e5493a;
}

input[type="range"]::-moz-range-track {
  background: transparent;
}

input[type=range]::-ms-fill-lower {
  background: transparent;
}

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  position: relative;
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #e5493a;
  border: 8px solid #fff;
  z-index: 9990;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .3);
  cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  position: relative;
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #e5493a;
  border: 8px solid #fff;
  z-index: 9990;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .3);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .3);
  cursor: pointer;
}

input[type="range"]::-ms-thumb {
  position: relative;
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #e5493a;
  border: 8px solid #fff;
  z-index: 9990;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .3);
  cursor: pointer;
}
.range-box .percent {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 15px;
  width: 1px;
  background-color: rgba(0, 0, 0, .2);
  z-index: 0;
}

.range-box .percent:nth-child(0) {
  left: 0;
}

.range-box .percent:nth-child(1) {
  left: 25%;
}

.range-box .percent:nth-child(2) {
  left: 50%;
}

.range-box .percent:nth-child(3) {
  left: 75%;
}

.range-box .percent:nth-child(4) {
  left: 100%;
}
.range-value {
    text-align: center;
}
.options__price {
  font-size: 40px;
  line-height: 2;
  font-weight: bold;
  color: #d14a00;
  width: 110px;
  display: inline-block;
}

.options__currency {
  position: relative;
  margin-left: 10px;
  font-size: 24px;
  font-weight: bold;
}

.options__button {
  position: relative;
  display: block;
  border: none;
  background: #e5493a;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  padding: 10px 0;
}

.options__button:hover {
  background: #d34900;
}

.product-catalog .options__button {
  position: absolute;
    bottom: 0;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.options__arrow:after {
  content: '';
  position: absolute;
  display: block;
  right: -45px;
  top: 0;
  bottom: 0;
  width: 45px;
  background-image: url(/wp-content/themes/index/img/new_block/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width:768px) {
  .options__arrow:after {
    display: none;
  }
}

.options__arrow > div {
  padding: 0 15px;
}
.options__arrow > div:not(:last-child) {
  border-right: 1px solid rgba(0,0,0,.1);
}
@media screen and (max-width:768px) {
  .options__arrow > div:not(:last-child) {
    border: none;
  }
}

.options__arrow p {
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 15px;
  font-weight: bold;
}

.options__icon {
  position: relative;
  display: block;
  width: 55px;
  height: 55px;
  background-image: url('/wp-content/themes/index/img/new_block/product__icons.png');
  background-repeat: no-repeat;
}

.icon--delivery {
  background-position: 0 0;
}

.icon--autopark {
  background-position: -71px 0;
}

.icon--24x7 {
  background-position: -140px 0;
}

.options__icon-desc {
    font-size: 14px;
}

.options__description {
  padding-left: 60px;
}
@media screen and (max-width:768px) {
  .options__description {
    padding: 15px;
    margin-top: 15px;
  }
}

.shipping-section {
    padding: 30px 0;
    margin: 70px 0 90px;
    -webkit-box-shadow: 0 0 45px -20px rgba(0,0,0,.7);
            box-shadow: 0 0 45px -20px rgba(0,0,0,.7);
}
.shipping-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: 3px solid #19b65e;
    max-width: 1200px;
    min-width: 300px;
    margin: 0 auto;
}
.shipping-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.shipping-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.shipping-title {
    font-family: "helioscondbold", sans-serif;
    font-size: 25px;
    color: #2f2f2f;
    line-height: 28px;
}
.shipping-phone .phone-snip {
    font-size: 40px;
    color: #19b65e!important;
    margin-bottom: 20px;
}
.shipping-content .price-link {
    color: #303030;
    text-decoration: underline;
    font-family: "RobotoMedium", sans-serif;
    font-size: 13px;
}
.shipping-subcontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.shipping-button-order {
    padding: 8px 20px;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    background: #e5493a;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}   
.item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.icon-shipping {
    position: relative;
    width: 138px;
    height: 138px;
    margin-right: 30px;
    background: url(../img/icon-shipping-car.png) no-repeat center center;
}
.icon-shipping:after {
    content: '';
    -webkit-box-shadow: 0 0 45px 5px #000;
            box-shadow: 0 0 45px 5px #000;
    z-index: -1;
    width: 35px;
    background: transparent;
    height: 35px;
    position: absolute;
    left: 51px;
    bottom: 8px;
}
.icon-contact {
    width: 59px;
    height: 78px;
    margin-right: 30px;
    background: url(../img/icon-contact.png) no-repeat center center;
}
.icon-price-red {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url(../img/icon-price-red.png) no-repeat center center;
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .shipping-title {
        font-size: 20px;
    }
    .shipping-phone .phone-snip {
        font-size: 35px;
    }
    .shipping-subcontent {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
@media screen and (max-width:991px) {
    .shipping-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .shipping-left .shipping-content {
        text-align: center;
        margin-top: 30px;
    }
    .shipping-title {
        text-align: center;
    }
    .shipping-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border-right: none;
    }
    .icon-shipping {
        margin-right: 0;
    }
    .shipping-subcontent {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
@media screen and (max-width:575px) {
    .shipping-title {
        font-size: 20px;
    }
    .shipping-phone .phone-snip {
        font-size: 25px;
        white-space: nowrap;
    }
    .shipping-title br,
    .shipping .price-link {
        display: none;
    }
}

.buttons-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.buttons-section a {
    border: 1px solid #000;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "RobotoBold", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}
.buttons-section a:hover {
    color: #FFF!important;
    background-color: #129e4a!important;
    text-decoration: none!important;
}
.phone-button {
    color: #FFF!important;
    border: none!important;
    background-color: #e5493a!important;
}
.icon-price-black {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url(../img/icon-price-black.png) no-repeat center center;
}
.icon-phone-white {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url(../img/icon-phone-white.png) no-repeat center center;
}
@media screen and (max-width:767px) {
    .buttons-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .buttons-section a {
        margin: 10px;
    }
}
.gallery{
    margin-bottom: 80px;
}

.inner .btns-wrap{
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.inner .btns-wrap a{
    margin: 5px 20px;
    width: 140px;
}

.why-video-block{
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}

.home-video {
    width: 100%;
    max-width: 800px;
    height: 325px;
    margin: 0 auto 32px;
    position: relative;
}
.home-video-area {
    width: 100%;
    max-height: 450px;
}
@media screen and (max-width: 575px){
    .home-video-area {
        max-height: 200px;
    }
}
@media screen and (max-width: 767px){
    .home-video-area {
        max-height: 300px;
    }
	.page-id-14 .home-video {
		margin-bottom: 30px;
	}
}
.home-video-preview {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 9;
    cursor: pointer;
}
.home-video .play {
    position: absolute;
    width: 64px;
    height: 46px;
    background: url(../img/play.png) no-repeat;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    cursor: pointer;
}
.benefits__ico{
    position: relative;
    height: 118px;
    margin-bottom: 20px;
}
.benefits__ico img{
    display: block;
    /* margin: 0 auto; */
    position: absolute;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}
@media only screen and (max-width: 574px) {
    .benefits__ico{
        text-align: center;
    }
    .benefits__ico img{
        display: inline-block;
    }
    .doc-button{
        width: 179.52px;
        text-align: center;
        display: inline-block !important;
    }
    .phone-button{
        width: 179.52px;
        text-align: center;
        display: inline-block !important;
    }
    .reagents-wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .reagents-wrap .reagents-item{
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
        max-width: 100% !important;
    }
}
.reagents-wrap{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.reagents-wrap .reagents-item{
    padding: 15px;
}
.reagents-wrap .reagents-item img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.reagents-wrap .reagents-item .reagent-text{
    text-align: center;
}
.reagents-wrap .reagents-item{
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.single-geo .geo-map {
		display: none;
	}
}


.product-catalog {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
}

.product-catalog li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: calc(20% - 30px);
    -ms-flex-preferred-size: calc(25% - 30px);
    flex-basis: calc(20% - 30px);
    margin: 0 8px 15px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 29px 0 rgba(0,0,0,.06);
            box-shadow: 0 4px 29px 0 rgba(0,0,0,.06);
    padding: 7px;
    padding-bottom: 110px;
    position: relative;
}

.product-catalog li button {
    width: 175px;
    margin: 10px auto 0;
}

@media screen and (max-width:768px) {
    .product-catalog li {
        max-width: 270px;
        -ms-flex-preferred-size: 270px;
        flex-basis: 270px;
        margin: 0 auto 30px;
    }
	.hide_on_mob{
		display:none;
	}
}

.product-catalog li a {
    display: block;
    border-bottom: none;
}

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

.product-catalog__img {
    display: block;
    margin-bottom: 18px;
    margin: 0 auto;
    margin-bottom: 18px;
    max-width: 100%;}
	
img.product-catalog__img:hover {
    opacity: 0.8;
    transform: scale(1.05);
	transition: opacity 124ms linear, transform 124ms linear; 
}

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

.product-catalog__price {
    font-family: "RobotoBold", sans-serif;
    font-size: 20px;
    color: #2f2f2f;
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

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

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

.totop {
    background-color: #129e4a;
    position: fixed;
    bottom: 20px;
    right: 30px;
    padding: 8px;
    cursor: pointer;
    color: #fff;
    width: 28px;
    height: 28px;
    fill: #fff;
    border-radius: 40px;
    -webkit-transition: all ease-in-out 180ms;
    transition: all ease-in-out 180ms;
    z-index: 999;
    opacity: 0;
    overflow: hidden;
}
.totop svg {
    width: 26.66667px;
    height: 26.66667px;
    margin-right: 4px;
}
.totop:hover {
    opacity: 1!important;
}
.totop span {
    position: relative;
    vertical-align: super;
}

.im-sticky {
    position: fixed;
    bottom: 20px;
    left: 30px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 999;
    overflow: hidden;
}
.wa-icon,
.vb-icon {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.wa-icon {
    background-image: url(../img/whatsapp.svg);
}
.vb-icon {
    background-image: url(../img/viber.svg);
}
.im-sticky:hover .wa-icon,
.im-sticky:hover .vb-icon {    
    -webkit-transform: scale(1.2);    
            transform: scale(1.2);
}
@media screen and (max-width:767px) {
    .im-sticky {
        bottom: 10px;
        left: 10px;
    }
    .block-usl {
    	-ms-flex-wrap:wrap;
    	    flex-wrap:wrap;
    }
    .block-usl .left, .block-usl .right {
    	width:100%!important;
    }
    .block-usl .right img {
    	margin-top:15px;
    }
}
.block-usl {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.block-usl .left {
	width:80%;
}
.block-usl .right {
	width:15%; 
}
.block-usl .right img {
	width:100%;
	height:auto;
}
#menu-yakorya-v-prajse>li>a{
    color: #d34900;
}
#menu-yakorya-v-prajse li a.active,
#menu-yakorya-v-prajse li a:hover{
    border-bottom: solid 1px #e4b9a5;
    color: #d34900;
}
ul#menu-yakorya-v-prajse li.menu-item-has-children{
    position: relative;
}
ul#menu-yakorya-v-prajse>li.menu-item-has-children>.arrow-drop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
ul#menu-yakorya-v-prajse>li.menu-item-has-children>.arrow-drop:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-right: 2px solid #303030;
    border-bottom: 2px solid #303030;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
ul#menu-yakorya-v-prajse>li.menu-item-has-children>.arrow-drop.open:before {
    content: '';
    position: absolute;
    height: 4px;
    width: 9px;
    border-right: 2px solid transparent;
    border-bottom: 2px solid #f2472f;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
ul#menu-yakorya-v-prajse .sub-menu {
    display: none;
}
#menu-yakorya-v-prajse{
    text-align: left;
}
#secondary.fixed {
    position: fixed;
    width: 220px;
    overflow: auto;
    max-height: 80vh;
}
@media screen and (max-width: 1200px){
    #secondary{
        margin-top: 30px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px){
    #secondary.fixed {
        width: 190px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    #secondary.fixed {
        width: 130px;
    }
}
.product-catalog.nohover a:hover {
    text-decoration:none;
    border-bottom:none!important;
}
.light-hover .reagents-item img, .light-hover .recommend-item img {
	transition:all 0.5s;
}
.light-hover .reagents-item:hover img, .light-hover .recommend-item:hover img {
	transition:all 0.5s;
	transform:scale(1.05);
}
.colororange {
	color:#d34900;
}

.slider__info .action-whitetext {
	font-size: 20px!important;
	color: #fff;
	display: block;
	float: left;
	margin-right: 20px;
	margin-top: 4px;
}

.action__logo .ok {
	position: relative;
	display: inline;
	padding: 0px 0 0 30px;
    text-transform: uppercase;
}

.action__logo .ok:before {
	content: url('../img/icon-ok.png');
	left: 0;
	top: -4px;
	position: absolute;
}

.action__logo.first-slide:before {
    border: 17px solid #069f46;
	border-right-width: 10px;
    border-left-color: transparent;
}

.action__logo.first-slide:after {
    border: 17px solid #069f46;
    right: -34px;
	border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.action__logo.first-slide {
    padding: 7px 10px 7px 1px;
}

.ul-list {
	list-style: disc; padding: 0 0 10px 20px; box-sizing: border-box;
}

.ul-list li {
	font-size: 14px; line-height: 20px; color: #2f2f2f; text-align: justify;
}

.ol-list {
	list-style: auto; padding: 0 0 10px 20px; box-sizing: border-box;
}

.ol-list li {
	font-size: 14px; margin-bottom: 10px; line-height: 20px; color: #2f2f2f; text-align: justify;
}
.h3-head {
    margin-bottom:10px;
}
.btncont {
    color: #d34900;
    border-bottom: solid 1px #e4b9a5;   
    background: transparent;
    font-size: 14px;
    font-family:"RobotoRegular", sans-serif;
    text-decoration:none;
}



.page-id-48 .tablepress.shcheben tr td, .tablepress.shcheben tr th{
        /*min-width: 230px;*/
        min-width: 150px;
        line-height: 18px;
    }
    @media screen and (max-width: 576px) {
        .page-id-48 .tablepress.shcheben tr td, .tablepress.shcheben tr th{
            min-width: 140px;
        }
    }
    .page-id-48 fieldset{
        margin-top: 30px;
    }
    .page-id-48 fieldset .label-wrap{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
.page-id-48 iframe {
    width:100%;
    height:360px;
}
.page-id-48 .product-detail{
        margin-top: 40px;
    }
    .title span {
        font-size: 36px;
    margin: 30px 0 25px;
    color: #2f2f2f;
    }
.title-t {
    margin:30px 0 25px 0;
    text-align:center;
}
    .title-t span {
    font-size: 36px;
    color: #2f2f2f;
    font-family: "helioscondbold", sans-serif;
    }

.table-over {
    width:100%;
    overflow-x:auto;
}

.item-icon.delivery sup{
    margin-bottom: 6px;
    font-size: 10px;
}