@font-face {
    font-family: 'bold';
    src: url('../fonts/pfDin/pfdintextcomppro-bold-webfont.eot');
    src: url('../fonts/pfDin/pfdintextcomppro-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pfDin/pfdintextcomppro-bold-webfont.woff2') format('woff2'),
    url('../fonts/pfDin/pfdintextcomppro-bold-webfont.woff') format('woff'),
    url('../fonts/pfDin/pfdintextcomppro-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'italic';
    src: url('../fonts/pfDin/pfdintextcomppro-italic-webfont.eot');
    src: url('../fonts/pfDin/pfdintextcomppro-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pfDin/pfdintextcomppro-italic-webfont.woff2') format('woff2'),
    url('../fonts/pfDin/pfdintextcomppro-italic-webfont.woff') format('woff'),
    url('../fonts/pfDin/pfdintextcomppro-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'light';
    src: url('../fonts/pfDin/pfdintextcomppro-light-webfont.eot');
    src: url('../fonts/pfDin/pfdintextcomppro-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pfDin/pfdintextcomppro-light-webfont.woff2') format('woff2'),
    url('../fonts/pfDin/pfdintextcomppro-light-webfont.woff') format('woff'),
    url('../fonts/pfDin/pfdintextcomppro-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'medium';
    src: url('../fonts/pfDin/pfdintextcomppro-medium-webfont.eot');
    src: url('../fonts/pfDin/pfdintextcomppro-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pfDin/pfdintextcomppro-medium-webfont.woff2') format('woff2'),
    url('../fonts/pfDin/pfdintextcomppro-medium-webfont.woff') format('woff'),
    url('../fonts/pfDin/pfdintextcomppro-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'regular';
    src: url('../fonts/pfDin/pfdintextcomppro-regular-webfont.eot');
    src: url('../fonts/pfDin/pfdintextcomppro-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pfDin/pfdintextcomppro-regular-webfont.woff2') format('woff2'),
    url('../fonts/pfDin/pfdintextcomppro-regular-webfont.woff') format('woff'),
    url('../fonts/pfDin/pfdintextcomppro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'thin';
    src: url('../fonts/pfDin/pfdintextcomppro-thin-webfont.eot');
    src: url('../fonts/pfDin/pfdintextcomppro-thin-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pfDin/pfdintextcomppro-thin-webfont.woff2') format('woff2'),
    url('../fonts/pfDin/pfdintextcomppro-thin-webfont.woff') format('woff'),
    url('../fonts/pfDin/pfdintextcomppro-thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/* font-family: 'BenderRegular'; */
@font-face {
    font-family: 'BenderRegular';
    src: url('../fonts/BenderRegular/BenderRegular.eot');
    src: url('../fonts/BenderRegular/BenderRegular.eot?#iefix')format('embedded-opentype'),
    url('../fonts/BenderRegular/BenderRegular.woff') format('woff'),
    url('../fonts/BenderRegular/BenderRegular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}
/* font-family: 'BenderBold'; */
@font-face {
    font-family: 'BenderBold';
    src: url('../fonts/BenderBold/BenderBold.eot');
    src: url('../fonts/BenderBold/BenderBold.eot?#iefix')format('embedded-opentype'),
    url('../fonts/BenderBold/BenderBold.woff') format('woff'),
    url('../fonts/BenderBold/BenderBold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}
/* font-family: 'BenderBlack'; */
@font-face {
    font-family: 'BenderBlack';
    src: url('../fonts/BenderBlack/BenderBlack.eot');
    src: url('../fonts/BenderBlack/BenderBlack.eot?#iefix')format('embedded-opentype'),
    url('../fonts/BenderBlack/BenderBlack.woff') format('woff'),
    url('../fonts/BenderBlack/BenderBlack.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}
/* font-family: 'BenderLight'; */
@font-face {
    font-family: 'BenderLight';
    src: url('../fonts/BenderLight/BenderLight.eot');
    src: url('../fonts/BenderLight/BenderLight.eot?#iefix')format('embedded-opentype'),
    url('../fonts/BenderLight/BenderLight.woff') format('woff'),
    url('../fonts/BenderLight/BenderLight.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

body{
    font-family: 'BenderRegular',sans-serif;
    font-size: 16px;
    color: #333333;
    background: #fff;
}
#wrapper{
    position: relative;
    min-width: 1000px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

a{
    text-decoration: none;
    color: inherit;
}

.dotted{
    display: inline-block;
    border-bottom: 1px dotted;
}

h1, h2, h3, h4, h5, h6, strong, b, .medium{
    font-weight: normal;

}
/*.bold{ font-family: 'bold', sans-serif; }*/
/*.regular{ font-family: 'regular', sans-serif; }*/
/*.italic, i{ font-family: 'italic', sans-serif; }*/
.thin{ text-transform: uppercase; }

.white{ color: #fff !important;}
.brown{ color: #79624c !important;}
.green{ color: #89b445 !important;}
.black{ color: #000; }

.button{
    width: 100%;
    display: inline-block;

    text-transform: uppercase;
    line-height: 40px;

    font-size: 16px;
    color: #fff;
    background: #89b445;
    /*padding: 0 20px;*/

    box-sizing: border-box;
    text-align: center;

    border: none;


    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.button:hover, .hover-button:hover .button{
    background: #a7d24a;
}
.button:active{
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.5);
}
.button-green{
    background: #a6c767;
    border-color: #a6c767;
}
.button-green:hover, .hover-button:hover .button-green{
    background: #639209;
    border-color: #639209;
}

.wrapper{
    width: 970px;
    margin: 0 auto;
    position: relative;
}

#header{
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    top: 0;
    background: #323232;
    z-index: 500;
    border-bottom: 3px solid #79624c;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
#header.fixed{
    position: fixed;
    top: -24px;
    background: #323232;
}
.logo{
    display: inline-block;
    background: url("../images/footer-logo.png") no-repeat;
    width: 220px;
    height: 36px;
    position: relative;
    background-size: contain;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.logo:after{
    /*content: "";*/
    position: absolute;
    background: url("../images/logo-after.png");
    width: 58px;
    height: 47px;
    right: -70px;
    top: 50%;
    margin-top: -24px;
}
#header .logo{
    position: absolute;
    left: 0;
    top: 10px;

    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
#header.fixed .logo{
    top: 10px;

    /*background: url("../images/footer-logo.png") no-repeat;*/

    /*-moz-transform: scale(0.8);*/
    /*-webkit-transform: scale(0.8);*/
    /*-o-transform: scale(0.8);*/
    /*-ms-transform: scale(0.8);*/
    /*transform: scale(0.8);*/
}

.header-contact{
    position: absolute;
    right: 0;
    top: 15px;
    white-space: nowrap;
}
.header-contact > *{
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}
.header-icon-link{
    display: block;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;

    font-size: 16px;
    position: relative;
    color: white;
    text-transform: uppercase;
    text-align: center;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.header-icon-link:hover{
    color: #fff;
}

/* Топ ЛИНИЯ*/
#top-line{
    height: 24px;
    background: #61803a;
}
.top-contact{
    float: right;
    /*width: 477px;*/
    font-size: 14px;
    text-transform: uppercase;
    line-height: 24px;
    color: #cccccc;
}
.top-contact *{
    width: 156px;
    display: inline-block;
}
.active{
    text-align: left;
}
.mailto{
    text-align: left;
}
.phone, .call-order{

}
.phone{
    padding-right: 10px;
    box-sizing: border-box;
    text-align: right;
}
/* Топ ЛИНИЯ - END.*/


/*.adress-top{*/
    /*width: 50%;*/
    /*text-align: left;*/
/*}*/
/*.mail{*/
    /*width: 10%;*/
/*}*/


.call-order:hover, .mailto:hover{
    color: #FFFFFF !important;
}

/*.header-icon-link:before{*/
    /*content: "";*/
    /*position: absolute;*/
    /*background-image: url("../images/header-icons.png");*/
    /*width: 18px;*/
    /*height: 18px;*/
    /*left: -25px;*/
    /*top: 50%;*/
    /*margin-top: -9px;*/
/*}*/
/*.header-icon-link:after{*/
    /*content: "";*/
    /*position: absolute;*/
    /*background-image: url("../images/header-icons.png");*/
    /*width: 18px;*/
    /*height: 18px;*/
    /*left: -25px;*/
    /*top: 50%;*/
    /*margin-top: -9px;*/
    /*opacity: 0;*/

    /*-webkit-transition: all 400ms ease;*/
    /*-moz-transition: all 400ms ease;*/
    /*-ms-transition: all 400ms ease;*/
    /*-o-transition: all 400ms ease;*/
    /*transition: all 400ms ease;*/
/*}*/
/*.header-icon-link:hover:after{*/
    /*opacity: 1;*/
/*}*/
/*.header-icon-link[data-link="1"]:before{ background-position: left top; }*/
/*.header-icon-link[data-link="1"]:after{ background-position: left bottom; }*/
/*.header-icon-link[data-link="2"]:before{ background-position: right top; }*/
/*.header-icon-link[data-link="2"]:after{ background-position: right bottom; }*/


/* Топ Меню */
#topmenu{
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 20px;*/

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    font-weight: 600;

    float: right;
    margin-top: 19px;
    margin-right: 10px;
}
#header.fixed #topmenu{
    top: 20px;
}
#topmenu ul{
    font-size: 0;
    white-space: nowrap;
}
#topmenu ul li{
    display: inline-block;
    /*margin-left: 57px;*/
}
#topmenu ul :first-child{
    margin-left: 0;
}
/*#topmenu ul li a{*/
    /*display: block;*/
    /*text-transform: uppercase;*/
    /*font-size: 14px;*/
    /*line-height: 34px;*/
    /*padding: 0 30px;*/
    /*border-radius: 19px;*/
    /*border: 2px solid rgba(0,0,0,0);*/
    /*text-shadow: 0 0 3px rgba(0,0,0,0.8);*/

    /*-webkit-transition: all 400ms ease;*/
    /*-moz-transition: all 400ms ease;*/
    /*-ms-transition: all 400ms ease;*/
    /*-o-transition: all 400ms ease;*/
    /*transition: all 400ms ease;*/
/*}*/
/*#topmenu ul li a:hover{*/
    /*color: #fcb040;*/
/*}*/
/*#topmenu ul li a.active{*/
    /*border-color: #fcb040;*/
    /*color: #fcb040;*/
/*}*/

#topmenu > ul > li > a::after {
    display: block;
    content: "";
    height: 1px;
    width: 0%;
    background-color: #79624c;
    margin-top: 3px;
    transition: width .3s ease-in-out;
}


/**********************************************/

#topmenu > ul > li > a {
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
}
#topmenu > ul > li > a {
    color: #cccccc;
}
#topmenu > ul > li > a {
    display: block;
    /*padding: 0 10px;*/
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;

    width: 115px;
    text-align: center;
}
.contact-link{
    text-align: right !important;
}
#topmenu > ul > li > a:hover::after, #topmenu > ul > li > a:focus::after {
    width: 100%;
}


/* Топ Меню - END. */


.products{
    position: relative;
    background: url("../images/top-img.jpg") center top 0px no-repeat;
    height: 600px;
    padding-top: 135px;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.front-title{
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}
.front-title span{
    position: relative;
}
/*.front-title span:before{*/
    /*content: "";*/
    /*position: absolute;*/
    /*left: -40px;*/
    /*background: url("../images/title-after.png") left top;*/
    /*width: 29px;*/
    /*height: 14px;*/
    /*top: 0;*/
/*}*/
/*.front-title span:after{*/
    /*content: "";*/
    /*position: absolute;*/
    /*right: -40px;*/
    /*background: url("../images/title-after.png") right top;*/
    /*width: 29px;*/
    /*height: 14px;*/
    /*top: 0;*/
/*}*/
.product-items{
    font-size: 0;
}
.product-item{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    /*width: 220px;*/
    /*margin-right: 30px;*/
    position: relative;

    width: 100%;
}
.product-items .product-item:nth-child(4n){
    margin-right: 0;
}
/*.product-item:after{*/
    /*content: "";*/
    /*position: absolute;*/
    /*left: -6px;*/
    /*top: -6px;*/
    /*background: rgba(255,255,255,0.4);*/
    /*padding: 6px;*/
    /*width: 100%;*/
    /*height: 100%;*/

    /*-webkit-transition: all 400ms ease;*/
    /*-moz-transition: all 400ms ease;*/
    /*-ms-transition: all 400ms ease;*/
    /*-o-transition: all 400ms ease;*/
    /*transition: all 400ms ease;*/
/*}*/
/*.product-item:hover:after{*/
    /*opacity: 0;*/

    /*-moz-transform: scale(1.2);*/
    /*-webkit-transform: scale(1.2);*/
    /*-o-transform: scale(1.2);*/
    /*-ms-transform: scale(1.2);*/
    /*transform: scale(1.2);*/
/*}*/
.product-item-in{
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 10;
    height: 235px;
    padding: 20px 18px;
}
.product-img{
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

    width: 40%;
    float: left;
    margin: 15px 20px;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.description{
    float: left;
    width: 33%;
    padding: 55px 30px;
    box-sizing: border-box;
    color: #79624c;
}
/*.product-item:hover .product-img{*/
    /*-moz-transform: scale(1.4);*/
    /*-webkit-transform: scale(1.4);*/
    /*-o-transform: scale(1.4);*/
    /*-ms-transform: scale(1.4);*/
    /*transform: scale(1.4);*/
/*}*/

.block-price{
    float: left;
    width: 20%;
    padding: 62px 0;
    box-sizing: border-box;
}
.product-title, .old-price{
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.old-price{
    display: none;
    /*position: absolute;*/
    bottom: 120px;
    padding-top: 15px;
    line-height: 20px;
    border-top: 1px solid #79624c;
    left: auto;
    width: 184px;
    text-decoration: line-through;
}
.price{
    /*position: absolute;*/
    bottom: 80px;
    left: auto;
    width: 184px;
    font-size: 30px;
    text-align: center;

    margin-bottom: 20px;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;

    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
/*.product-item:hover .price{*/
    /*-moz-transform: scale(1.4);*/
    /*-webkit-transform: scale(1.4);*/
    /*-o-transform: scale(1.4);*/
    /*-ms-transform: scale(1.4);*/
    /*transform: scale(1.4);*/
/*}*/
.product-button-wrapper{
	/*position: absolute;*/
    bottom: 25px;
    left: auto;
    width: 184px;
}
.product-desc{
    margin-top: 10px;
    /*line-height: 120%;*/
    /*padding-left: 10px;*/
}
.products .button-wrapper{
    position: absolute;
    left: 0;
    bottom: 10px;
    text-align: center;
    width: 100%;
}

.front-block{
    padding: 70px 0;
    position: relative;
}

.about{
    padding-bottom: 60px;
}
/*.about:after{*/
    /*content: "";*/
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    /*background: url("../images/pattern-1.png") center repeat-x;*/
    /*height: 164px;*/

    /*-moz-transform: rotate(180deg);*/
    /*-webkit-transform: rotate(180deg);*/
    /*-o-transform: rotate(180deg);*/
    /*-ms-transform: rotate(180deg);*/
    /*transform: rotate(180deg);*/
/*}*/
.post-content, .post-content *{
    line-height: 130%;
}
.post-content p{
    margin-bottom: 20px;
    text-align: justify;
}

.preim{
    background: url("../images/fixed-bg.jpg") center;
    background-size: cover;
    background-attachment: fixed;
}
.preim-items{
    font-size: 0;
}
.preim-item{
    display: inline-block;
    width: 25%;
    vertical-align: top;
    font-size: 18px;
    text-align: center;
}
.preim-top{
    margin-bottom: 20px;
    position: relative;
}
.preim-top:before, .preim-top:after{
    content: "";
    position: absolute;
    left: 50%;
    background-image: url("../images/preim-icon-border.png");
    width: 149px;
    height: 63px;
    margin-left: -75px;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.preim-top:before{
    background-position: left top;
    top: -13px;

    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.preim-top:after{
    background-position: left bottom;
    bottom: -8px;

    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.preim-item:hover .preim-top:before, .preim-item:hover .preim-top:after{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.preim-green{
    display: inline-block;
    background: url("../images/preim-green.png");
    width: 125px;
    height: 146px;
    position: relative;
    opacity: 0.6;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.preim-item:hover .preim-green{
    opacity: 0.9;

    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.preim-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("../images/preim-icons.png");
    width: 125px;
    height: 125px;
    margin-top: -62px;
    margin-left: -65px;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.preim-icon:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: url("../images/preim-icons.png");

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.preim-item:hover .preim-icon:after{
    opacity: 1;
}
.preim-item:hover .preim-icon{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.preim-icon[data-icon="1"]{ background-position: left top; }
.preim-icon[data-icon="1"]:after{ background-position: left bottom; }
.preim-icon[data-icon="2"]{ background-position: -125px top; }
.preim-icon[data-icon="2"]:after{ background-position: -125px bottom; }
.preim-icon[data-icon="3"]{ background-position: -250px top; }
.preim-icon[data-icon="3"]:after{ background-position: -250px bottom; }
.preim-icon[data-icon="4"]{ background-position: -375px top; }
.preim-icon[data-icon="4"]:after{ background-position: -375px bottom; }
.preim-icon[data-icon="5"]{ background-position: -500px top; }
.preim-icon[data-icon="5"]:after{ background-position: -500px bottom; }
.preim-text{
    position: relative;
    top: 0;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.preim-item:hover .preim-text{
    top: 10px;

    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.green-form{
    background: #61803a;
    padding: 30px 0;
}
.form-title{
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.form-desc{
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}
.form p{
    margin-bottom: 16px;
}
.ajax-loader{
    position: absolute;
}
input[type="text"], textarea{
    width: 100%;
    font-family: 'BenderRegular',sans-serif;
    font-size: 18px;
    background: none;
    padding: 10px 20px;
    max-height: 90px;
    border: 2px solid;
    color: inherit;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

input::-webkit-input-placeholder { color: #fff;}
input:-moz-placeholder { color: #fff; opacity: 1;}
input::-moz-placeholder { color: #fff; opacity: 1;}
textarea::-webkit-input-placeholder { color: #fff;}
textarea:-moz-placeholder { color: #fff; opacity: 1;}
textarea::-moz-placeholder { color: #fff; opacity: 1;}

input:focus::-webkit-input-placeholder { color: rgba(0,0,0,0); }
input:focus:-moz-placeholder { color: rgba(0,0,0,0); }
input:focus::-moz-placeholder { color: rgba(0,0,0,0); }
textarea:focus::-webkit-input-placeholder { color: rgba(0,0,0,0); }
textarea:focus:-moz-placeholder { color: rgba(0,0,0,0); }
textarea:focus::-moz-placeholder { color: rgba(0,0,0,0); }

input[type="text"]:focus, textarea:focus{
    /*color: #89b445;*/
    border-color: #89b445;
}
.input-icon{
    position: relative;
}
/*.input-icon input{*/
    /*padding-left: 55px;*/
/*}*/
/*.input-icon:after, .input-icon:before{*/
    /*content: "";*/
    /*position: absolute;*/
    /*left: 20px;*/
    /*top: 8px;*/
    /*background-image: url("../images/form-icons.png");*/
    /*width: 30px;*/
    /*height: 30px;*/
/*}*/
.input-icon:after{
    opacity: 0;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.input-icon.focus:after{
    opacity: 1;
}
.input-icon[data-icon="1"]:before{ background-position: left top; }
.input-icon[data-icon="2"]:before{ background-position: -30px top; }
.input-icon[data-icon="3"]:before{ background-position: -60px top; }
.input-icon[data-icon="1"]:after{ background-position: left bottom; }
.input-icon[data-icon="2"]:after{ background-position: -30px bottom; }
.input-icon[data-icon="3"]:after{ background-position: -60px bottom; }

.blocks{
    position: relative;
    padding-bottom: 60px;
}
/*.blocks:after{*/
    /*content: "";*/
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    /*background: url("../images/pattern-1.png") center repeat-x;*/
    /*height: 164px;*/

    /*-moz-transform: rotate(180deg);*/
    /*-webkit-transform: rotate(180deg);*/
    /*-o-transform: rotate(180deg);*/
    /*-ms-transform: rotate(180deg);*/
    /*transform: rotate(180deg);*/
/*}*/
/*.blocks:before{*/
    /*content: "";*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*background: url("../images/pattern-1.png") center repeat-x;*/
    /*height: 164px;*/
/*}*/

.block-items{
    font-size: 0;
    position: relative;
    white-space: nowrap;
}
.block-item{
    display: inline-block;
    padding-top: 50px;
    margin-right: 35px;
    /*width: 300px;*/

    font-size: 16px;
    position: relative;
    vertical-align: top;
    cursor: pointer;
    overflow: hidden;
    white-space: normal;

    width: 467px;
    box-sizing: border-box;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;

    -webkit-transform-origin: 50% 130px;
    -moz-transform-origin: 50% 130px;
    -o-transform-origin: 50% 130px;
    -ms-transform-origin: 50% 130px;
    transform-origin: 50% 130px;
}
.block-item-in{
    border: 3px solid #ccc;
    padding: 0 0 60px;
    position: relative;
    cursor: pointer;
    overflow: hidden;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.block-item:hover .block-item-in{ border-color: #c1dd8c; }
.block-item.active .block-item-in{ border-color: #a6c767!important; }
.block-items > .block-item:last-child{
    margin-right: 0;
}
.block-item.active{
    width: 100%;
    margin: 0;
}
.block-item.no-active{
    width: 0;
    margin: 0;
    opacity: 0;

    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.block-img{
    /*position: absolute;*/
    /*left: 50%;*/
    /*border: 7px solid #e4eed1;*/
    width: 100%;
    height: 215px;
    /*margin-left: -114px;*/
    /*top: -75px;*/
    /*border-radius: 100%;*/

    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.block-item:hover .block-img{ border-color: #c1dd8c; }
.block-item.active .block-img{ border-color: #a6c767!important; }
.block-item:hover .block-img{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.block-img > div{
    width: 100%;
    height: 100%;
    /*border-radius: 100%;*/
    background-position: center;
    background-size: cover;
}
.block-img:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 185px;
    background: #fff;
    border-radius: 100%;
    width: 146px;
    height: 100px;
    margin-left: -73px;
}
.block-title{
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    margin-bottom: 25px;

    color: #79624c;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.block-item:hover .block-title{

    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.block-content{
    position: relative;
    z-index: 10;
    line-height: 20px;
    height: 210px;
    overflow: hidden;
    padding: 0 20px;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.block-button-wrapper{
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 40px;
    position: absolute;
}
.block-button-wrapper .button{
    white-space: nowrap;
}
.full-height-val{
    width: 896px;
    height: auto;
    position: absolute;
    left: 5000px;
    opacity: 0;
    top: 0;
}
.full-block{
    padding: 0;
    width: 160px;
}



.reviews{
    display: none;
    background: url("../images/reviews-bg.jpg");
    background-position: center;
    background-attachment: fixed;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    padding: 50px 0 0;
}
#review-slider .bx-wrapper .bx-viewport{
    background: none;
    border: none;
    left: 0;
    box-shadow: none;
}
.review-item{
    padding: 40px 60px;
    position: relative;
    text-shadow: 0 0 3px rgba(0,0,0,0.8);
}
.review-left{
    width: 200px;
    float: left;
    text-align: center;
    opacity: 0;

    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.active-slide .review-left{
    opacity: 1;

    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.review-img{
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
}
.review-img > div{
    border-radius: 100%;
    background-position: center;
    background-size: cover;
    width: 150px;
    height: 150px;
    border: 4px solid #fff;
    position: relative;
    z-index: 10;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.review-img:hover > div{
    border-color: #a6c767;
    box-shadow: inset 3px 3px 10px rgba(0,0,0,0.5);
}
.review-img:after{
    content: "";
    position: absolute;
    width: 172px;
    height: 172px;
    background: #fff;
    opacity: 0.4;
    left: 50%;
    top: 50%;
    margin-left: -86px;
    margin-top: -86px;
    border-radius: 100%;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.review-img:hover:after{
    opacity: 0;

    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.review-title span{
    font-size: 26px;
    display: block;
    margin-bottom: 5px;
}
.review-main{
    float: right;
    width: 620px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
    opacity: 0;

    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;

    -moz-transform: scale(0) translateX(-300px);
    -webkit-transform: scale(0) translateX(-300px);
    -o-transform: scale(0) translateX(-300px);
    -ms-transform: scale(0) translateX(-300px);
    transform: scale(0) translateX(-300px);

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.active-slide .review-main{
    opacity: 1;

    -moz-transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
    -o-transform: scale(1) translateX(0px);
    -ms-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);

    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
}
.review-main:before{
    content: "“";

    position: absolute;
    left: 0;
    top: 0;
    font-size: 60px;
}
.review-main:after{
    content: "”";

    position: absolute;
    right: 0;
    bottom: -15px;
    font-size: 60px;
}
#review-slider .bx-wrapper .bx-controls-direction a{
    background-image: url("../images/slider-controls.png");
    width: 38px;
    height: 37px;
    margin-top: 0;
    top: 105px;
    z-index: 50;
}
#review-slider .bx-wrapper .bx-controls-direction a:after{
    background-image: url("../images/slider-controls.png");
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
#review-slider .bx-wrapper .bx-controls-direction a:hover:after{
    opacity: 1;
}
#review-slider .bx-wrapper .bx-prev{
    left: 0;
    background-position: left top;
}
#review-slider .bx-wrapper .bx-prev:after{
    background-position: left bottom;
}
#review-slider .bx-wrapper .bx-next{
    right: 0;
    background-position: right top;
}
#review-slider .bx-wrapper .bx-next:after{
    background-position: right bottom;
}

.map{
    height: 415px;
    position: relative;
}
.map-main{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.contact-content{
    position: absolute;
    display: inline-block;
    white-space: nowrap;

    line-height: 120%;
    left: 0;
    top: 45px;
}
.contact-content-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
/*.contact-content-bg:after{*/
    /*content: "";*/
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: -20px;*/
    /*border-top: 20px solid rgba(255,255,255,0.5);*/
    /*border-left: 140px solid rgba(0,0,0,0);*/
    /*border-right: 140px solid rgba(0,0,0,0);*/
/*}*/
.contact-content-in{
    position: relative;
    background: #ffffff;
    padding: 30px 25px;
    font-size: 18px;
    text-align: center;
    z-index: 10;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.contact-content-in .button{
    background: #79624c;
}
.contact-content-in .button:hover{
    background: #786e64;
}
.contact-content-in img{
    align-content: center;
    margin-bottom: 15px;
}

/*.contact-content-in:after{*/
    /*content: "";*/
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: -20px;*/
    /*border-top: 20px solid #a6c767;*/
    /*border-left: 133px solid rgba(0,0,0,0);*/
    /*border-right: 133px solid rgba(0,0,0,0);*/
    /*z-index: 3;*/

    /*-webkit-transition: all 400ms ease;*/
    /*-moz-transition: all 400ms ease;*/
    /*-ms-transition: all 400ms ease;*/
    /*-o-transition: all 400ms ease;*/
    /*transition: all 400ms ease;*/
/*}*/
/*.contact-content:hover .contact-content-bg{*/
    /*opacity: 0;*/

    /*-moz-transform: scale(1.5);*/
    /*-webkit-transform: scale(1.5);*/
    /*-o-transform: scale(1.5);*/
    /*-ms-transform: scale(1.5);*/
    /*transform: scale(1.5);*/
/*}*/
/*.contact-content:hover .contact-content-in{*/
    /*background: #639209;*/
/*}*/
/*.contact-content:hover .contact-content-in:after{*/
    /*border-top-color: #639209;*/
/*}*/

.contact-phone{
    padding: 20px 0;
    margin-top: 20px;
    border-top: 1px solid #79624c;
    border-bottom: 1px solid #79624c;
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 125%;
    text-align: center;
}
.e-mail{
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

/*.contact-content .button:after, .contact-content .button:before{*/
    /*content: "";*/
    /*position: absolute;*/
    /*background-image: url("../images/title-after-white.png");*/
    /*width: 29px;*/
    /*height: 14px;*/
    /*top: 5px;*/

    /*-webkit-transition: all 400ms ease;*/
    /*-moz-transition: all 400ms ease;*/
    /*-ms-transition: all 400ms ease;*/
    /*-o-transition: all 400ms ease;*/
    /*transition: all 400ms ease;*/
/*}*/
/*.contact-content .button:after{*/
    /*background-position: right top;*/
    /*right: -20px;*/
/*}*/
/*.contact-content .button:before{*/
    /*background-position: left top;*/
    /*left: -20px;*/
/*}*/
/*.contact-content .button:hover:after{ right: -30px; }*/
/*.contact-content .button:hover:before{ left: -30px; }*/
/*.contact-content .button:hover:after, .contact-content .button:hover:before{*/
    /*top: -10px;*/
    /*opacity: 0;*/

    /*-moz-transform: scale(2);*/
    /*-webkit-transform: scale(2);*/
    /*-o-transform: scale(2);*/
    /*-ms-transform: scale(2);*/
    /*transform: scale(2);*/
/*}*/

#footer{
    padding: 20px 0;
    font-size: 14px;
    color: white;
    background: #323232;
}
.footer-table{
    width: 100%;
}
.footer-table td{
    vertical-align: middle;
    height: 60px;
}
#footer .logo{
    background-image: url("../images/footer-logo.png");
    height: 36px;
    margin-left: 25px;
}
.politica{
    display: inline-block;
    width: 168px;
    text-align: right;
}


.open-form{
    display: none;
    background: #61803a;
    padding: 25px;
    border: 2px solid #fff;
    width: 300px;
}
.open-form p{
    margin-bottom: 16px;
}
.open-form-title{
    margin-bottom: 16px;
}
.fancybox-skin{
    border-radius: 15px!important;
}


.en{
	width:53px;
	background:url(../images/en.png)left no-repeat;
	text-align: right;
}

.how{
	text-align:center;
	font-size: 20px;
	width: 1016px;
    margin-left: -32px;
    margin-top: 15px;
}



/* Промо */
.promo{
    width: 690px;
}

.product-desc p{
    margin-bottom: 10px;
    line-height: 130%;
}
.promo-img{
    padding-top: 17px;
    margin-bottom: 15px;
}
.promo-img a{
    /*width: 210px;*/
    /*height:145px;*/
    overflow: hidden;
    float: left;
    margin-right: 20px;
}
.promo-img img{
    /*width: 210px;*/
}
/* Промо - END. */


/* Форма заказа */

div.wpcf7-response-output {
    margin: 0;
}
span.wpcf7-not-valid-tip {
    margin: 5px 20px !important;
}

/* Форма заказа - END. */

#logo-rtw-mini{
    width: 54px;
    height: 54px;
    float: right;
    margin-left: 20px;
    background: url("../images/logo-rtw-mini.png") center;
}
/* reCAPTCHA v3 */.grecaptcha-badge {visibility: hidden !important;}/* reCAPTCHA v3. */