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

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}



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



[hidden] {
    display: none;
}


html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}



html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}


body {
    color: #333;
    font-family: roboto;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
}
a:focus {
    outline: thin dotted;
}


a:active,
a:hover {
    outline: 0;
}



h1 {
    margin: 0;
}

h2 {
    margin: 0;
}

h3 {
    margin: 0;
}

h4 {
    margin: 0;
}

h5 {
    margin: 0;
}

h6 {
    margin: 0;
}



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

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}


dfn {
    font-style: italic;
}


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


mark {
    background: #ff0;
    color: #000;
}




pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}



q {
    quotes: none;
}


q:before,
q:after {
    content: '';
    content: none;
}


small {
    font-size: 80%;
}



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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


dl,
menu,
ol,
ul {
    margin: 0;
}

dd {
    margin: 0;
}

menu,
ol,
ul {
    padding: 0;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}



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


figure {
    margin: 0;
}



form {
    margin: 0;
}


fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}


button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}


button,
input {
    line-height: normal;
}



button,
select {
    text-transform: none;
}


button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

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



input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}



input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}


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


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


textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}



audio,
canvas,
img,
video {
    vertical-align: middle;
}


fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}


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

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


.clearfix {
    *zoom: 1;
}

.btn {
    color: #000;
    text-align: center;
    cursor: pointer;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ff6963;
    -webkit-box-shadow: 0 2px 3px #553809, inset 0 1px rgba(255,255,255,.75);
    -moz-box-shadow: 0 2px 3px #553809, inset 0 1px rgba(255,255,255,.75);
    box-shadow: 0 2px 3px #553809, 0 1px rgba(255, 255, 255, 0.5) inset;
    border: solid 1px #ff9205;
    background: -moz-linear-gradient(top, #ffd83e 0%, #ff9205 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9205), color-stop(100%,#ff9205));
    background: -webkit-linear-gradient(top, #ffd83e 0%,#ff9205 100%);
    background: -ms-linear-gradient(top, #ffd83e 0%,#ff9205 100%);
    background: linear-gradient(to bottom, #ffd83e 0%,#ff9205 100%);
    background-repeat: repeat;
    background-size: 100% 100%;
    transition: all 0.4s linear 0s;
    text-decoration: none;
    background-repeat: repeat;
    display: inline-block;
    outline: medium none;
}






.btn:hover {
    background-position: 0 -200%;
    background-size: 100% 200%;
}
#out {
    display: table;
    left: 278px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 43px;
    transition: all 0.4s ease-out 0s;
}
#in{
    display:table-cell;
}
#in a:hover, #in .active a {
    border-bottom: 2px solid #14a501;
    padding: 0 0 4px;
}
#out ul{
    float:left;
    margin:0;
    padding:0;
}
#out li {
    float: left;
    list-style: outside none none;
    margin: 0 10px;
}
.width100 {
    width: 100%;
    min-width: 1235px;
    margin: 0 auto;
}
.width980 {
    width: 980px;
    margin: 0 auto;
}
.header {
    height: 110px;
    position: relative;
    transition: all 0.8s ease 0s;
}
.number {
    position: relative;
    text-align: center;
    top: 10px;
}
.header .ph_number {
    background: none repeat scroll 0 0 #fff;
    color: #14a501;
    display: block;
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    right: 0;
    transition: all 0.4s ease 0s;
}
.ph_number {
    color: #14a501;
    display: block;
    font-size: 25px;
    font-weight: bold;
}

.free_calls {
    display: block;
    font-size: 12px;
    margin: 0 auto;
    opacity: 1;
    position: absolute;
    right: 16px;
    top: 24px;
}
.number .btn.small_btn {
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 22px;
    top: 50px;
    transition: all 0.4s ease 0s;
    width: 156px;
}
#in a {
    color: #333;
    font-size: 14px;
    outline: medium none;
    text-decoration: none;
}
.logo {
    left: 0;
    margin: -13px auto 0;
    position: absolute;
    top: 50%;
    transition: all 0.9s ease-out 0s;
    width: 223px;
}
.logo > img {
    width: 100%;
}
.h-animated .logo {
    width: 165px !important;
}
.width100.head_bg {
    background: rgba(0, 0, 0, 0) url("../img/header_bgg.jpg") no-repeat scroll center -250px / cover ;
    margin: 60px auto 0;
    position: relative;
}
.center {
    text-align: center;
}

h1#text-big {
    color: #fff;
    font-family: PT Sans Caption;
    font-size: 80px;
    line-height: 80px;
    margin: -10px auto 20px;
    text-transform: uppercase;
}
h2#text-container {
    color: #fff;
    font-family: PT Sans Caption;
    font-size: 40px;
    font-weight: normal;
    line-height: 40px;
}


.head_bg_inner {
    display: table-cell;
    height: 500px;
    text-align: center;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
    vertical-align: middle;
    width: 980px;
}
.polt1 {
    height: 320px;
}
.pattern {
    background: rgba(0, 0, 0, 0) url("../img/pattern.jpg") repeat scroll 0 0;
}
.width980.pattern_inner {
    height: 320px;
    position: relative;
}

.img1 {
    bottom: 0;
    left: -26px;
    position: absolute;
}
.sep {
    background: url("../img/sep.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 83px;
    margin: auto;
    text-align: center;
    width: 980px;
}
.form_ri {
    background: url("../img/form_bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 40px;
    float: right;
    height: 415px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 343px;
}
.form_title {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    height: 70px;
    line-height: 70px;
}

.contactform input {
    display: block;
}
.name_inp {
    background: url("../img/name_inp.png") no-repeat scroll 10px center #fff;
    border: 1px solid #9b9b9b;
    border-radius: 5px;
    height: 43px;
    margin: 0 auto;
    padding: 0;
    width: 193px;
    padding: 0 10px 0 45px;
}
.phone_inp {
    background: url("../img/phone_inp.png") no-repeat scroll 10px center #fff;
    border: 1px solid #9b9b9b;
    border-radius: 5px;
    height: 43px;
    margin: 15px auto;
    padding: 0 10px 0 45px;
    width: 193px;
}
.btn.submit_polt {
    font-size: 18px;
    height: 44px;
    margin: auto;
    width: 248px;
}
.small_form_title {
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    margin: 30px auto;
}
.mid_bl {
    height: 360px;
    left: 300px;
    padding: 40px 0 0;
    position: absolute;
    width: 300px;
}
.sm_pat {
    font-size: 30px;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.big_pat {
    color: #14a501;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
}
.timer_inner {
    background: url("../img/timer1.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 126px;
    position: relative;
    width: 300px;
}
.timer_inner.timer2 {
    background: url("../img/timer2.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 126px;
    position: relative;
    width: 300px;
}
.timer > span {
    color: #333333;
    display: inline-block;
    font-size: 42px;
    font-weight: 900;
    height: 60px;
    line-height: 60px;
    margin: 0 3px 0 0;
    text-align: right;
    width: 57px;
    padding: 0 5px 0 0;
}
.timer {
    left: 21px;
    position: absolute;
    top: 37px;
}

.wood_texture .timer {
    left: 21px;
    position: absolute;
    top: 38px;
}
.seconds_tim {
    color: #ff1717 !important;
}

.timer_title {
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto -11px;
    text-align: center;
}
.timer_wrapper {
    bottom: 40px;
    position: absolute;
}
.pre_form {
    margin: 33px auto 0;
}
.why {
    float: left;
    font-size: 16px;
    line-height: 22px;
    padding: 20px;
    text-align: center;
    width: 285px;
}
.why2, .why5 {
    margin: 0 auto !important;
    padding: 20px 0;
    width: 330px;
}

.why1, .why2, .why3 {
    background: url("../img/why_board.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    height: 260px;
    margin: 0 auto 10px;
}
.why2 .why_inner, .why5 .why_inner {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    height: 245px;
    padding: 0 20px;
}
.why_title {
    font-size: 25px;
    font-weight: bold;
    margin: 20px auto;
}
.title {
    color: #14a501;
    font-family: pt sans caption;
    font-size: 45px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 auto 30px;
    text-align: center;
    text-transform: uppercase;
}
.pod_title {
    font-family: pt sans caption;
    font-size: 25px;
    line-height: 30px;
    margin: 0 auto 40px;
    text-align: center;
}

.zamer_wrapper .btn {
    font-size: 25px;
    height: 59px;
    line-height: 58px;
    padding: 0 0 0 80px;
    width: 408px;
}

.zamer_wrapper {
    height: 62px;
    margin: 50px auto;
    position: relative;
    width: 490px;
}
.zamer_img {
    left: -31px;
    position: absolute;
    top: -10px;
}

.width100.numbers {
    background: rgba(0, 0, 0, 0) url("../img/numbers.jpg") no-repeat fixed center center / cover ;
    height: 340px;
    margin: 0 auto 80px;
}
.circle {
    background: none repeat scroll 0 0 #fff;
    border: 5px solid #14a501;
    border-radius: 210px;
    float: left;
    height: 210px;
    text-align: center;
    width: 210px;
}
.circle.circle4 {
    float: right;
    margin: 0;
}
.circle.circle3 {
    margin: 0;
}
.circle.circle2 {
    margin: 0 33px;
}

.number_we {
    color: #14a501;
    display: inline-block;
    font-family: pt sans caption;
    font-size: 40px;
    font-weight: bold;
    margin: 22px auto 13px;
    position: relative;
}
.sqrm2 {
    font-size: 15px;
    position: absolute;
    right: -9px;
    top: -7px;
}

.circle > img {
    margin: 27px auto 0;
}
.circle_text {
    font-size: 18px;
}

.width980.numbers_inner {
   padding: 60px 0 0;
    position: relative;
}



/* @group Base Flipster Styles */
.flipster {
    display: block;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: visible;
    position: relative;
    width: 980px;
}
.flip-items,
.flip-item {
  display: block;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
.flip-items {
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.flip-item {
  position: absolute;
  opacity: 0.99;
  /* Fix for strange clipping behavior on rotated elements in Chrome. */

}
.flip-past,
.flip-future,
.flip-next,
.flip-prev {
  cursor: pointer;
}
.flip-item img {
    border-radius: 5px;
    display: block;
    max-width: 400px;
    width: 100%;
}
/* @end */
/* @group Coverflow Style */
.flipster-coverflow .flip-items {
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  position: relative;
  padding-top: 2%;
  padding-bottom: 5%;
}
.flipster-coverflow .flip-item {
  display: block;
  -webkit-transition: all 175ms ease-in-out;
  -moz-transition: all 175ms ease-in-out;
  -o-transition: all 175ms ease-in-out;
  -ms-transition: all 175ms ease-in-out;
  transition: all 175ms ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
  position: absolute;
  width: 30%;
}
.flipster-coverflow .flip-content {
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  -webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
}
.flipster-coverflow .flip-past .flip-content {
  -webkit-transform: rotateY(55deg) scale(0.75);
  -moz-transform: rotateY(55deg) scale(0.75);
  -o-transform: rotateY(55deg) scale(0.75);
  -ms-transform: rotateY(55deg) scale(0.75);
  transform: rotateY(55deg) scale(0.75);
}
.flipster-coverflow .flip-future .flip-content {
  -webkit-transform: rotateY(-55deg) scale(0.75);
  -moz-transform: rotateY(-55deg) scale(0.75);
  -o-transform: rotateY(-55deg) scale(0.75);
  -ms-transform: rotateY(-55deg) scale(0.75);
  transform: rotateY(-55deg) scale(0.75);
}

.flipster-coverflow.no-rotate .flip-past .flip-content {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -o-transform:scale(0.75);
  -ms-transform:scale(0.75);
  transform: scale(0.75);
}
.flipster-coverflow.no-rotate .flip-future .flip-content {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}


.flipster-coverflow .flip-current .flip-content {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.flipster-coverflow .flip-hidden {
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
/* @end */
/* @group Flip Items */
.flipster-carousel .flip-items {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px;
}
.flipster-carousel .flip-item {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  -ms-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.no-csstransforms .flipster-carousel .flip-item {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.flipster-carousel .flip-items img {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.flipster-carousel .flip-past {
  -webkit-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
  -moz-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
  -o-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
  -ms-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
  transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
}
.flipster-carousel.no-rotate .flip-past {
  -webkit-transform: translateX(-80%) translateZ(0)  scale(0.65);
  -moz-transform: translateX(-80%) translateZ(0)  scale(0.65);
  -o-transform: translateX(-80%) translateZ(0)  scale(0.65);
  -ms-transform: translateX(-80%) translateZ(0) scale(0.65);
  transform: translateX(-80%) translateZ(0) scale(0.65);
}
.no-csstransforms3d .flipster-carousel .flip-past {
  -webkit-transform: translateX(-56%) scale(0.5);
  -moz-transform: translateX(-56%) scale(0.5);
  -o-transform: translateX(-56%) scale(0.5);
  -ms-transform: translateX(-56%) scale(0.5);
  transform: translateX(-56%) scale(0.5);
}
.no-csstransforms .flipster-carousel .flip-past {
  left: -20%;
  top: 40%;
  width: 50%;
  height: 50%;
}
.flipster-carousel .flip-future {
  -webkit-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
  -moz-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
  -o-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
  -ms-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
  transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
}

.flipster-carousel.no-rotate .flip-future {
  -webkit-transform: translateX(80%) translateZ(0) scale(0.65);
  -moz-transform: translateX(80%) translateZ(0) scale(0.65);
  -o-transform: translateX(80%) translateZ(0) scale(0.65);
  -ms-transform: translateX(80%) translateZ(0) scale(0.65);
  transform: translateX(80%) translateZ(0) scale(0.65);
}

.no-csstransforms3d .flipster-carousel .flip-future {
  -webkit-transform: translateX(56%) scale(0.5);
  -moz-transform: translateX(56%) scale(0.5);
  -o-transform: translateX(56%) scale(0.5);
  -ms-transform: translateX(56%) scale(0.5);
  transform: translateX(56%) scale(0.5);
}
.no-csstransforms .flipster-carousel .flip-future {
  left: 88%;
  top: 40%;
  width: 50%;
  height: 50%;
}
.flipster-carousel .flip-prev {
  -webkit-transform: translateX(-60%) translateZ(0) rotateY(80deg) scale(0.8);
  -moz-transform: translateX(-60%) translateZ(0) rotateY(80deg) scale(0.8);
  -o-transform: translateX(-60%) translateZ(0) rotateY(80deg) scale(0.8);
  -ms-transform: translateX(-60%) translateZ(0) rotateY(80deg) scale(0.8);
  transform: translateX(-60%) translateZ(0) rotateY(80deg) scale(0.8);
}
.flipster-carousel.no-rotate .flip-prev {
  -webkit-transform: translateX(-60%) translateZ(0) scale(0.8);
  -moz-transform: translateX(-60%) translateZ(0) scale(0.8);
  -o-transform: translateX(-60%) translateZ(0) scale(0.8);
  -ms-transform: translateX(-60%) translateZ(0) scale(0.8);
  transform: translateX(-60%) translateZ(0) scale(0.8);
}
.no-csstransforms3d .flipster-carousel .flip-prev {
  -webkit-transform: translateX(-24%) scale(0.75);
  -moz-transform: translateX(-24%) scale(0.75);
  -o-transform: translateX(-24%) scale(0.75);
  -ms-transform: translateX(-24%) scale(0.75);
  transform: translateX(-24%) scale(0.75);
}
.no-csstransforms .flipster-carousel .flip-prev {
  left: -9%;
  top: 20%;
  width: 75%;
  height: 75%;
}
.flipster-carousel .flip-next {
  -webkit-transform: translateX(60%) translateZ(0) rotateY(-80deg) scale(0.8);
  -moz-transform: translateX(60%) translateZ(0) rotateY(-80deg) scale(0.8);
  -o-transform: translateX(60%) translateZ(0) rotateY(-80deg) scale(0.8);
  -ms-transform: translateX(60%) translateZ(0) rotateY(-80deg) scale(0.8);
  transform: translateX(60%) translateZ(0) rotateY(-80deg) scale(0.8);
}
.flipster-carousel.no-rotate .flip-next {
  -webkit-transform: translateX(60%) translateZ(0)  scale(0.8);
  -moz-transform: translateX(60%) translateZ(0) scale(0.8);
  -o-transform: translateX(60%) translateZ(0) scale(0.8);
  -ms-transform: translateX(60%) translateZ(0) scale(0.8);
  transform: translateX(60%) translateZ(0) scale(0.8);
}

.no-csstransforms3d .flipster-carousel .flip-next {
  -webkit-transform: translateX(24%) scale(0.75);
  -moz-transform: translateX(24%) scale(0.75);
  -o-transform: translateX(24%) scale(0.75);
  -ms-transform: translateX(24%) scale(0.75);
  transform: translateX(24%) scale(0.75);
}
.no-csstransforms .flipster-carousel .flip-next {
  left: 39%;
  top: 20%;
  width: 75%;
  height: 75%;
}
.flipster-carousel .flip-past,
.flipster-carousel .flip-future {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  z-index: 1;
  -webkit-transition-delay: 87.5ms;
  -moz-transition-delay: 87.5ms;
  -o-transition-delay: 87.5ms;
  transition-delay: 87.5ms;
}
.flipster-carousel .flip-prev,
.flipster-carousel .flip-next {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  z-index: 2;
  -webkit-transition-delay: 58.333333333333336ms;
  -moz-transition-delay: 58.333333333333336ms;
  -o-transition-delay: 58.333333333333336ms;
  transition-delay: 58.333333333333336ms;
}
.flipster-carousel .flip-current {
  z-index: 999;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition-delay: 58.333333333333336ms;
  -moz-transition-delay: 58.333333333333336ms;
  -o-transition-delay: 58.333333333333336ms;
  transition-delay: 58.333333333333336ms;
}
.flipster-carousel .flip-hidden {
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: rotateY(0deg) translateX(0) scale(0.5);
  -moz-transform: rotateY(0deg) translateX(0) scale(0.5);
  -o-transform: rotateY(0deg) translateX(0) scale(0.5);
  -ms-transform: rotateY(0deg) translateX(0) scale(0.5);
  transform: rotateY(0deg) translateX(0) scale(0.5);
  -webkit-transition-delay: 116.66666666666667ms;
  -moz-transition-delay: 116.66666666666667ms;
  -o-transition-delay: 116.66666666666667ms;
  transition-delay: 116.66666666666667ms;
}
/* @end */
.no-transition {
  -webkit-transition-duration: 0ms !important;
  -moz-transition-duration: 0ms !important;
  -o-transition-duration: 0ms !important;
  transition-duration: 0ms !important;
}
/* @end */






.flip-content > div.stop_href {
    height: 100%;
    position: absolute;
    width: 100%;
}

.flip-current .flip-content > div.stop_href {
    display: none;
}

.flipto-prev {
    background: url("../img/flipto-prev.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: transparent;
    display: block;
    font: 0px/0 a;
    height: 42px;
    left: 0;
    margin: -21px 0 0;
    position: absolute;
    top: 50%;
    width: 42px;
}
.flipto-next {
    background: url("../img/flipto-next.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: transparent;
    display: block;
    font: 0px/0 a;
    height: 42px;
    right: 0;
    margin: -21px 0 0;
    position: absolute;
    top: 50%;
    width: 42px;
}

.flipto-prev:hover, .flipto-next:hover {
    background-position: 0 -42px;

}

.title.mar_tit {
    margin: 0 auto 60px;
}
.width100.wood_texture {
    background: url("../img/wood_texture.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
}
.wood_texture .mid_bl {
    color: #fff;
    height: 360px;
    left: 305px;
    padding: 75px 0 0;
    position: absolute;
    width: 300px;
}
.wood_texture .big_pat {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}
.wood_texture .big_pat > img {
    margin: 0 0 -3px 3px;
    vertical-align: bottom;
}
.wood_texture .sm_pat {
    font-size: 30px;
    margin: 0 0 5px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}
.wood_texture .timer .seconds_tim {
    color: #333333;
}
.galo > li {
    background: url("../img/galo.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    list-style: outside none none;
    margin: 0 0 5px;
    padding: 0 0 0 30px;
}
.wood_texture .galo > li {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.galo {
    margin: 26px 0 0;
}
.width980.gal_rabot {
    margin: 0 auto 140px;
}
.title.marg_all {
    margin: 0 auto 60px;
    padding: 0;
}
.width100.srub {
    background: url("../img/srub.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    min-height: 757px;
    padding: 75px 0 45px;
}
.catalog {
    height: 300px;
    margin: 0 auto 30px;
    overflow: hidden;
    width: 980px;
}
.catalog.cat1 {
    background: url("../img/cat1.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.catalog.cat2 {
    background: url("../img/cat2.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.catalog.cat3 {
    background: url("../img/cat3.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.width100.patt {
    background: url("../img/pattern.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.cat_desc {
    background: none repeat scroll 0 0 rgba(19, 164, 1, 0.9);
    color: #fff;
    height: 340px;
    padding: 60px 50px 0;
    width: 350px;
}
.right_desc {
    float: right;
}
.left_desc {
    float: left;
}

.cat_title {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    text-shadow: 1px 1px 0 rgba(15, 133, 0, 0.8);
    text-transform: uppercase;
}
.cat_bord {
    background: none repeat scroll 0 0 #fff;
    height: 3px;
    margin: 3px 0 0;
    width: 25px;
}

.cat_ul > li {
    background: url("../img/cat_ul.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    font-size: 16px;
    list-style: outside none none;
    margin: 0 0 8px;
    padding: 0 0 0 10px;
    text-shadow: 1px 1px 0 rgba(15, 133, 0, 0.8);
}
.btn.cat_btn {
    font-size: 18px;
    height: 64px;
    line-height: 64px;
    width: 293px;
}

.cat_ul {
    margin: 35px auto;
}

.sertif {
    float: left;
    font-size: 14px;
    line-height: 21px;
    width: 220px;
}
.sertif.sertif4 {
    float: right;
}

.sertif.sertif2 {
    margin: 0 33px;
}
.gallery_sertif {
    display: block;
    text-align: center;
}

.sertib_bord {
    background: none repeat scroll 0 0 #14a501;
    height: 3px;
    margin: 0 0 2px;
    width: 25px;
}
.sertif_text {
    margin: 0 0 15px;
}
.img_ot {
    float: left;
}
.ot_text {
    float: right;
    width: 727px;
}

.ot_name {
    float: left;
    font-size: 14px;
    line-height: 21px;
}
.ot_title {
    color: #14a501;
    font-size: 22px;
    font-weight: bold;
}
.ot_text_self {
    font-size: 16px;
    line-height: 24px;
    margin: 25px auto;
}
.ot_wrapper {
    border-top: 2px solid #d9d9d9;
    margin: 50px auto;
    padding: 50px 0 0;
}

.sm_pat_di {
    font-size: 21px;
    text-transform: uppercase;
}
.big_pat_di {
    color: #14a501;
    font-size: 28px;
    font-weight: 900;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.mid_bl_di {
    height: 360px;
    left: 294px;
    padding: 40px 0 0;
    position: absolute;
    width: 300px;
}
.img2 {
    bottom: 0;
    left: 0;
    position: absolute;
}
.width980.sertificat_wrapper {
    margin: 0 auto 140px;
}
.title_sm {
    font-family: pt sans caption;
    font-size: 45px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
}
.title_sm_big {
    color: #14a501;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    margin: 18px auto 25px;
    text-align: center;
    text-transform: uppercase;
}
.title_bord {
    background: none repeat scroll 0 0 #14a501;
    height: 3px;
    margin: auto;
    text-align: center;
    width: 60px;
}
.manager_list {
    margin: 60px auto;
    width: 900px;
}
.ma_list {
    font-size: 16px;
    line-height: 24px;
    list-style: outside none none;
    margin: 0 0 30px;
}
.ma_lists.ma_list1 {
    background: url("../img/ma_list1.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding: 10px 0 10px 65px;
}
.ma_lists.ma_list2 {
    background: url("../img/ma_list2.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    margin: 20px auto;
    padding: 10px 0 10px 65px;
}
.ma_lists.ma_list3 {
    background: url("../img/ma_list3.png") no-repeat scroll left center rgba(0, 0, 0, 0);
padding: 10px 0 10px 65px;
}
.manager_item {
    float: left;
    text-align: center;
    width: 260px;
}

.manager_item.manager_item3 {
    float: right;
}
.manager_item.manager_item2 {
    margin: 0 0 0 100px;
}
.man_name {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.man_desc {
    font-size: 15px;
    margin: 4px auto 10px;
}
.btn.mana_btn {
    display: block;
    font-size: 22px;
    height: 65px;
    line-height: 65px;
    margin: auto;
    width: 570px;
}

.manager_wrapper {
    margin: 0 auto 50px;
}
.width100.steps_bg {
    background: rgba(0, 0, 0, 0) url("../img/steps_bg.jpg") no-repeat scroll center center / cover ;
    height: 450px;
    margin: 0 auto;
    padding: 75px 0;
}
.title_white {
    color: #fff;
    font-family: pt sans caption;
    font-size: 45px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    text-shadow: 1px 1px 0 #0e7600;
    text-transform: uppercase;
    margin: 0 auto 55px;
}
.title_white > span {
    font-size: 55px;
}

.step_num {
    font-family: pt sans caption;
    font-size: 30px;
}
.step_item {
    color: #fff;
    height: 100px;
    overflow: hidden;
    text-shadow: 1px 1px 0 rgba(13, 118, 0, 0.5);
    width: 290px;
}
.step_title {
    font-size: 25px;
    font-weight: bold;
}
.step_text {
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0 0 10px;
}
.step_item_right {
    float: right;
    width: 230px;
}
.step_num {
    float: left;
    margin: 3px 0 0;
    width: 50px;
}
.steps_wrapper {
    height: 295px;
    position: relative;
    width: 980px;
}
.steps_arr {
    margin: -14px 0 0;
    position: absolute;
    top: 50%;
}

.step1 {
    left: 50px;
    margin: -10px 0 0;
    position: absolute;
    top: 50%;
}
.step2 {
    left: 217px;
    margin: -11px 0 0;
    position: absolute;
    top: 50%;
}
.step3 {
    left: 396px;
    margin: -13px 0 0;
    position: absolute;
    top: 50%;
}
.step4 {
    left: 578px;
    margin: -16px 0 0;
    position: absolute;
    top: 50%;
}
.step5 {
    left: 765px;
    margin: -17px 0 0;
    position: absolute;
    top: 50%;
}
.step_item.step_item1 {
    left: 0;
    position: absolute;
    top: 190px;
}
.step_item.step_item2 {
    left: 159px;
    position: absolute;
    top: 10px;
}
.step_item.step_item3 {
    left: 343px;
    position: absolute;
    top: 190px;
}

.step_item.step_item4 {
    left: 520px;
    position: absolute;
    top: 10px;
}
.step_item5 .step_item_right {
    width: 200px;
}
.step_item.step_item5 {
    position: absolute;
    right: 0;
    top: 190px;
    width: 260px;
}
.btn.steps_btn {
    display: inline-block;
    font-size: 18px;
    margin: 5px 0 0 71px;
    padding: 10px 20px;
}

.img4 {
    bottom: 0;
    left: -41px;
    position: absolute;
}

.mid_bl4 {
    height: 365px;
    left: 315px;
    padding: 0;
    position: absolute;
    top: 92px;
    width: 300px;
}
.width100.pattern4 {
    background: url("../img/pattern.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 460px;
}
.width980.pattern_inner4 {
    height: 460px;
    position: relative;
}
.pattern4 .form_ri {
    bottom: 30px;
}
.pattern4 .timer_wrapper {
    bottom: 0;
    position: absolute;
}
.pattern4 .big_pat_di {
    color: #14a501;
    font-size: 30px;
    font-weight: 900;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.akc_mont_title {
    font-family: pt sans caption;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
}
.akc_mont_title > span {
    color: #14a501;
    text-transform: uppercase;
}
.btn.akc_mont_btn {
    display: block;
    font-size: 22px;
    height: 65px;
    line-height: 65px;
    margin: 50px auto 75px;
    width: 550px;
}

.con_title {
    font-size: 25px;
    font-weight: bold;
    margin: 0 auto 10px;
}
.con_text {
    font-size: 18px;
    line-height: 24px;
}

.con_item.con_item1 {
    background: url("../img/con_item1.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    margin: 0 0 40px 0;
    min-height: 80px;
    padding: 0 0 0 110px;
}
.con_item.con_item2 {
    background: url("../img/con_item2.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    min-height: 80px;
    padding: 0 0 0 110px;
}
.con_item.con_item3 {
    background: url("../img/con_item3.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    margin: 0 0 40px 0;
    min-height: 80px;
    padding: 0 0 0 110px;
}
.con_item.con_item4 {
    background: url("../img/con_item4.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    min-height: 80px;
    padding: 0 0 0 110px;
}
.con_left {
    float: left;
}
.con_right {
    float: right;
}
.width980.con_wrapper {
    position: relative;
}
.con_wrapper_img {
    bottom: 0;
    left: 0;
    margin: auto;
    padding-right: 60px;
    position: absolute;
    right: 0;
    z-index: 0;
}
.con_le_ri {
    margin: 110px auto 115px;
}
#map-canvas {
    height: 400px;
    margin: 0 auto;
    min-width: 980px;
    position: relative;
    width: 100%;
    z-index: 99;
}
.map_top {
    background: url("../img/map_top.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 5px;
    min-width: 1000px;
    width: 100%;
}

.map_bot {
    background: url("../img/map_bot.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 5px;
    min-width: 1000px;
    width: 100%;
}
.quest_title {
    font-family: pt sans caption;
    font-size: 50px;
    line-height: 50px;
    margin: 0 auto 30px;
    text-align: center;
    text-transform: uppercase;
}
.quest_title > span {
    color: #14a501;
    font-weight: bold;
}
.btn.quest_href {
    display: block;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    width: 330px;
}
.width980.have_quest {
    margin: 42px auto 55px;
}
.relative {
    position: relative;
}

.number_foot {
    left: 0;
    position: absolute;
    text-align: center;
    top: 24px;
}
footer.width100.patt {
    background: url("../img/pattern.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 90px;
}
.bord_patt {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.copyr > a {
    color: #14a501;
}
.copyr {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 38px;
}
.zakaz_zvonka .modal-dialog, #zakaz .modal-dialog {
    margin: auto;
    width: 600px;
}.zakaz_zvonka .modal-content {
    border-radius: 5px;
}.close_wrapper {
    background: none repeat scroll 0 0 #fff;
    border-radius: 25px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.1);
    height: 26px;
    line-height: 26px;
    position: absolute;
    right: -13px;
    top: -13px;
    width: 26px;
    z-index: 99;
}.close_wrapper .close {
    border-radius: 25px !important;
    display: block;
    float: none;
    height: 100%;
    line-height: 25px !important;
    margin: 0 auto !important;
    opacity: 0.5;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.zakaz_zvonka .modal-header {
    background: url("../img/steps_bg.jpg") no-repeat scroll center center / cover rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    height: 100px;
    line-height: 100px;
    padding: 0;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
.zv_title {
    height: 100px;
    overflow: hidden;
}.modal_text_polt {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    margin: 15px auto 5px;
    text-align: center;
}.zakaz_zvonka .modal-body {
    padding: 20px 20px 40px;
    position: relative;
}.contactform_form .name_inp {
    background: url("../img/name_inp.png") no-repeat scroll 10px center #fff;
    border-color: #b4b4b4;
    border-image: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px 1px 2px;
    display: block;
    font-size: 16px;
    font-weight: normal !important;
    height: 60px;
    margin: auto;
    padding: 0 0 0 50px;
    width: 348px;
}.contactform_form .phone_inp {
    background: url("../img/phone_inp.png") no-repeat scroll 10px center #fff;
    border-color: #b4b4b4;
    border-image: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px 1px 2px;
    display: block;
    font-size: 16px;
    font-weight: normal !important;
    height: 60px;
    margin: 10px auto;
    padding: 0 0 0 50px;
    width: 348px;
}
.modal-dialog-center {
    left: 50%;
    margin: 0;
    position: absolute !important;
    top: 50%;
}.close_wrapper .close:hover, .close_wrapper .close:focus {
    color: #000000;
    cursor: pointer;
    opacity: 1;
    text-decoration: none;
}

.btn.modal_btn {
    display: block;
    font-size: 22px;
    height: 60px;
    line-height: 60px;
    margin: auto;
    width: 400px;
}
.width100.header_wrapper {
    background: none repeat scroll 0 0 #fff;
    position: fixed;
    top: 0;
    z-index: 90;
}
.h-animated .header {
    height: 60px;
}
.h-animated #out {
    display: table;
    left: 180px;
    margin: 0 auto;
    position: absolute;
    right: auto;
    text-align: center;
    top: 17px;
}
.h-animated .logo > img {
    width: 165px;
}
.h-animated .free_calls {
    display: none;
    opacity: 0;
}
.h-animated .btn.small_btn {
    position: absolute;
    right: 0;
    top: 10px;
}
.h-animated .number {
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
}
.h-animated .ph_number {
    background: none repeat scroll 0 0 #fff;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    color: #14a501;
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px;
    position: absolute;
    right: 180px;
    top: 18px;
}
.width100.header_wrapper.h-animated {
    border-bottom: 1px solid #e6e6e6;
}
.comp .animated {
    opacity: 1 !important;
    transition: opacity 1s ease 0s;
}

.comp {
    overflow-x: hidden;
}
.map_wrapper {
    position:relative;
    z-index:2;
}
.modal-body.otprav_text {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}

.single-product .main {
}
.cat_dosk_center {
    margin: 0 auto;
    width: 1235px;
}
.cat_dosk_title {
    display: inline-block;
    margin-top: 39px;
    text-align: center;
    width: 100%;
}
.cat_dosk_title h1 {
    color: white;
    font-family: Impact;
    font-size: 36px;
    text-transform: uppercase;
}
.product_item {
    background-color: white;
    float: left;
    height: 283px;
    margin-bottom: 11px;
    margin-right: 11px;
    overflow: hidden;
    position: relative;
    width: 297px;
}
.price_tovar {
    background-color: #14a501;
    border-radius: 50%;
    color: white;
    height: 80px;
    left: 15px;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 80px;
}
.tovar_h {
    left: 0;
}
.price_tovar span {
    color: white;
    display: inline-block;
    font-family: pt sans caption;
    font-size: 24px;
    font-weight: 900;
    margin-top: 20px;
}
.price_tovar p {
    color: white;
    font-size: 16px;
    margin: 0;
}
.brand_tovar {
bottom: 20px;
position: absolute;
right: 15px;
width: 100%;
text-align: right;
}
.brand_tovar img {
    float: right;
}
.cat_dosk_block {
    display: inline-block;
    margin-top: 30px;
}
.cat_dosk_tovar img {
    float: right;
}
.cat_dosk_tovar:nth-child(4n) {
    margin-right: 0;
}
.cat_dosk2_title {
    display: inline-block;
    margin-top: 29px;
    text-align: center;
    width: 100%;
}
.cat_dosk2_title h1 {
    color: white;
    font-family: Impact;
    font-size: 36px;
    text-transform: uppercase;
}
.cat_dosk_block_2 {
    display: inline-block;
    margin-top: 30px;
}
.cat_dosk_block_2 .cat_dosk_tovar img {
    float: left;
}
.cat_dosk_block_2 .brand_tovar img {
    float: right;
}

.cat_dosk_bg_wr {
    background: url("../img/cat_bg.jpg") repeat-y scroll center top rgba(0, 0, 0, 0);
    height: 1142px;
    width: 100%;
}
.catalog_dosc_wrapper {
    background: url("../img/cat_bg.jpg") repeat-y scroll center top rgba(0, 0, 0, 0);
    margin: 0 auto 70px;
    padding: 60px 0;
}
.catalog_dosc_wrapper .title {
    color: #fff !important;
}
.title.title_mar {
    margin: 30px auto 30px;
}
span.white_bg {
    background: #fff none repeat scroll 0 0;
    color: #333;
    font-size: 20px;
    line-height: 1.5;
    padding: 5px 10px;
}
.con_le_ri .con_right, .con_le_ri .con_left {
    position: relative;
    z-index: 9;
}
.flip-items {
    min-width: 400px;
    min-height: 234px;
}
.cat_dosk_tovar > img {
    float: right;
    width: 100%;
}
.black_opa {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.patte {
    background: rgba(0, 0, 0, 0) url("../img/patt.png") repeat scroll 0 0 / 3px 3px;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.polt1 .mid_bl {
    height: 360px;
    left: 311px;
    padding: 95px 0 0;
    position: absolute;
    width: 300px;
}
.width33 {
    float: left;
    width: 33%;
    padding: 0 15px;
    box-sizing: border-box;
}
.open_form, .open_form * {
    box-sizing: border-box;
}
.open_form {
    margin: 0 -15px 50px;
}
.open_form input, .open_form button {
    margin: 0 !important;
    width: 100% !important;
}
.opfo {
    padding: 50px 0 0;
}
.skol {
    color: #14a501;
    font-size: 40px;
    font-weight: bold;
    margin: 0 auto 30px;
    text-align: center;
}
.width20 {
    width: 20%;
    float: left;
}
.he_auto {
    height: 140px;
    overflow: hidden;
}
.he_auto img {
    width: 100%;
}
.gal_rabot {
    margin: 0 auto 60px;
}
.mt-15 {
    margin-top: 15px !important;
}
.wood_texture .form_ri, .myforu {
    bottom: 25px !important;
}
.mtyto {
    padding-top: 90px;
}
.white {
    color: #fff !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mail_inp {
    background: #fff url("../img/mail_inp.png") no-repeat scroll 10px center;
    border: 1px solid #9b9b9b;
    border-radius: 5px;
    height: 43px;
    margin: 15px auto;
    padding: 0 10px 0 45px;
}
select.custom-select {
    opacity: 0;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
    width: 100%;
}

.custom-select.opened .custom-select-trigger::after {
    margin-top: 3px;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
}

.custom-select-trigger::after {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-bottom: 1px solid #071c35;
    border-right: 1px solid #071c35;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.custom-options {
    position: absolute;
    display: block;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    min-width: 100%;
    margin: -1px 0;
    border: 1px solid #d9d9d9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    z-index: 10;
    padding: 10px 20px;
    background-color: white;
    max-height: 250px;
    overflow-y: auto;
    /* display: flex;
	flex-wrap: wrap;
	justify-content: center; */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.custom-select-trigger {
    display: block;
    width: 100%;
    height: 48px;
    border: 1px solid #d9d9d9;
    padding: 0 16px 0 42px;
    font-family: "Montserrat";
    border-radius: 4px;
    font-size: 16px;
    /* line-height: 24px; */
    color: #707071;
    line-height: 1.2;
    display: flex;
    align-items: center;
}

.custom-option {
    /* width: 20%; */
    display: block;
    padding: 5px 10px;
    border: 1px solid transparent;
    text-align: center;
    white-space: nowrap;
}

.custom-option:first-child.selection {
    border: none;
}

.custom-option.selection {
    font-weight: 500;
    border: 1px solid #d9d9d9;
}

.custom-option:first-child {
    font-size: 0 !important;
    height: 0 !important;
    width: 0 !important;
    display: none;
}