@import "fotorama.css";
* {
    margin: 0;
    padding: 0;
}
html, body {height: 100%}
body {
    background-color: #ffffff;
    min-width: 990px;
    font:1em/1.5em "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
    cursor: default;
    color: #4c4c4c;
    -webkit-text-size-adjust: none
}
.wf-freesetcyrillic-n4-active body {font-family: 'freesetcyrillic', Arial;}
.wf-helioslightregular-n4-active .font-01 {font-family: 'helioslightregular';}
.wf-heliosextregular-n4-active .font-02 {font-family: 'heliosextregular';}
a {
    color: #1e75c3;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
.front-page { background-color: #f6f6f7}
.g-text-c { text-align: center}
.g-text-l { text-align: left}
.g-text-r { text-align: right}
.g-text-j {
    text-align: justify;
    line-height: 0;
    text-justify: newspaper;
    zoom:1;
    text-align-last: justify;
}
.g-text-j:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
    vertical-align: top;
}
.g-left { float: left}
.g-right { float: right}
.g-popup {
    position: relative;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    padding-top: 36px;
    padding-left: 30px;
    padding-right: 80px;
    padding-bottom: 55px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.jivo-iframe-container-bottom{
    position: fixed;
    bottom: 0;
}
.no-margin-b {margin-bottom: 0 !important;}
.g-icons,
.jq-checkbox,
.jq-radio,
.status-item:after{
    background: url("/images/site/sprite.png?v=4") no-repeat 0 0 ;
}
.g-inline-b,
.button,
.cat-block {
    display: inline-block;
    *display: inline ;
    *zoom: 1;
    vertical-align: middle;
}
.g-img-res {
    border: medium none;
    display: block;
    height: auto;
    max-width: 100%;
}
@media 0screen {.g-img-res {width: auto;}}
.button {
    font-family: inherit;
    font-size: 0.8125em;
    line-height: 1.2307692em;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding-top: 0.6923077em;
    padding-bottom: 0.6153846em;
    padding-left: 2em;
    padding-right: 2em;
    position: relative;
    border: none;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZGYwZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGE1MDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffdf0e 0%, #fda503 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdf0e), color-stop(100%,#fda503));
    background: -webkit-linear-gradient(top,  #ffdf0e 0%,#fda503 100%);
    background: -o-linear-gradient(top,  #ffdf0e 0%,#fda503 100%);
    background: -ms-linear-gradient(top,  #ffdf0e 0%,#fda503 100%);
    background: linear-gradient(to bottom,  #ffdf0e 0%,#fda503 100%);
    -pie-background: linear-gradient(to bottom,  #ffdf0e 0%,#fda503 100%);
    background-color: #fec309;
}

.button-disabled {
    background: -moz-linear-gradient(top, #eeeeee 0%, #c6c6c6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#c6c6c6));
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#c6c6c6 100%);
    background: -o-linear-gradient(top, #eeeeee 0%,#c6c6c6 100%);
    background: -ms-linear-gradient(top, #eeeeee 0%,#c6c6c6 100%);
    background: linear-gradient(to bottom,  #eeeeee 0%,#c6c6c6 100%);
    -pie-background: linear-gradient(to bottom,  #eeeeee 0%,#c6c6c6 100%);
    background-color: #c6c6c6;
}

.button:hover {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjYwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmNjMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fff608 0%, #ffcc00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff608), color-stop(100%,#ffcc00));
    background: -webkit-linear-gradient(top,  #fff608 0%,#ffcc00 100%);
    background: -o-linear-gradient(top,  #fff608 0%,#ffcc00 100%);
    background: -ms-linear-gradient(top,  #fff608 0%,#ffcc00 100%);
    background: linear-gradient(to bottom,  #fff608 0%,#ffcc00 100%);
    -pie-background: linear-gradient(to bottom,  #fff608 0%,#ffcc00 100%);
    background-color: #ffe004;
}

.button-disabled:hover {
    background: -moz-linear-gradient(top, #eeeeee 0%, #d0d0d0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#d0d0d0));
    background: -webkit-linear-gradient(top,  #eeeeee 0%#d0d0d0 100%);
    background: -o-linear-gradient(top, #eeeeee 0%,#d0d0d0 100%);
    background: -ms-linear-gradient(top, #eeeeee 0%,#d0d0d0 100%);
    background: linear-gradient(to bottom,  #eeeeee 0%,#d0d0d0 100%);
    -pie-background: linear-gradient(to bottom,  #eeeeee 0%,#d0d0d0 100%);
    background-color: #d0d0d0;
}
.g-input {
    font: 0.8125em/1.3076923em Arial,Helvetica,Garuda,sans-serif;
    height: 16px;
    padding-top: 0.6153846em;
    padding-bottom: 0.5384615em;
    padding-left: 1em;
    padding-right: 1em;
    border: 1px solid #d2d2d2;
    border-top-color: #b6b6b6;
    border-bottom-color: #e8e8e8;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.g-input::-webkit-inner-spin-button,
.g-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.error .g-input {border-color: red;}
.g-input-icon {
    background-position: -113px -257px;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    left: 100%;
    margin-left: 14px;
    display: none;
}
.success .g-input-icon {display: block;}
.g-input--textarea {
    padding-bottom: 1.1538462em;
    resize: none;
    min-height: 85px;
    overflow: hidden;
}
.g-input--big {
    padding-top: 1em;
    padding-bottom: 0.9230769em;

}
.placeholder { color: #535151; }
.stepper {
    position: relative;
    width: 34px;
    margin-left: 25px;
}
.stepper-input {
    padding-top: 0.4615385em;
    padding-bottom: 0.4615385em;
    padding-left: 0.3076923em;
    padding-right: 0.3076923em;
    width: 25px;
    text-align: center;
    cursor: default;
    font-size: 14px;
}
.stepper-arrow {
    font:1.5em/1em  Arial, Helvetica, sans-serif;
    color: #8f8f8f;
    position: absolute;
    height: 20px;
    top: 50%;
    margin: -12px 8px 0px 8px;
    width: 22px;
    text-align: center;
    cursor: pointer;
}
.stepper-arrow.up { left: 100%}
.stepper-arrow.down { right: 100%}
.g-transition {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.g-anim-fix {
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
}
.g-clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.g-clearfix:before,
.g-clearfix:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}
.g-clearfix:after { clear: both; }
.g-clearfix { zoom: 1; }
.g-separator {
    overflow: hidden;
    height: 20px;
    clear: both;
    display: block;
}
.g-separator--h10 { height: 10px}
.g-separator--h12 { height: 12px}
.g-separator--h14 { height: 14px}
.g-separator--h16 { height: 16px}
.g-separator--h18 { height: 18px}
.g-separator--h22 { height: 22px}
.g-separator--h24 { height: 24px}
.g-separator--h25 { height: 25px}
.g-separator--h28 { height: 28px}
.g-separator--h30 { height: 30px}
.g-separator--h32 { height: 32px}
.g-separator--h34 { height: 34px}
.g-separator--h36 { height: 36px}
.g-separator--h38 { height: 38px}
.g-separator--h40 { height: 40px}
.g-separator--h45 { height: 45px}
.g-separator--h50 { height: 50px}
.g-separator--h90 { height: 90px}
.g-hr {
    height: 1px;
    background-color: #d4d5d5;
    display: block;
    overflow: hidden;
    clear: both;
}
.g-relative { position: relative}
/* PLUGINS */
.jq-checkbox {
    width: 18px;
    height: 18px;
    border: 1px solid #bcbcbc;
    background-position: 18px 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.jq-checkbox.checked,
.cat-filter-item.active .jq-checkbox,
.cat-filter-item.active.jq-checkbox{ background-position: -113px -221px}
.jq-checkbox--color,
.cat-filter-item.jq-checkbox--color{
    margin-top: 0;
    border: none;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4) inset;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.4) inset;
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.4) inset;
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.4) inset;
    box-shadow: 0 1px 2px rgba(0,0,0,0.4) inset;
}
.jq-checkbox--color.active.jq-checkbox {
    background-position: -111px -237px
}
.jq-radio {
    width: 18px;
    height: 18px;
    background-position: -131px -221px;
    cursor: pointer;
	z-index: 1;
}
.jq-radio.checked {background-position: -131px -239px;}
.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url('/images/site/loading.gif') no-repeat 50% 50%; }
.arcticmodal-close {
    width: 12px;
    height: 12px;
    top: 18px;
    right: 18px;
    background-position: -137px -283px;
    position: absolute;
    cursor: pointer;
}
/* //PLUGINS */
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -188px; /* the bottom margin is the negative value of the footer's height */
}
.push {
    height: 188px; /* '.push' must be the same height as 'footer' */
}
.site-wrap {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.site-header {
    height: 74px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABKBAMAAADecs5jAAAAG1BMVEX39/f19fXs7O3i4uPy8vLw8PDl5eb5+fno6Op7BwyaAAAE2UlEQVRIxzSSUcocMQyDbWjRqw0LuU73Rg4Ucv1+8k93MrOxLctSZkJxIiOipyNrqiayO7pimh+VCnWUN5PFrTOdIHgqIpWA61wQ3XmGyMhvKAtioJn9JpssEY8IcUM9MQVtueOJ2a8fjZBoojIpwIGuGXZCEMgdmveSeVRexsDSn1VYx7lo5dIHRfBJwRZKOVpTNX3JH+g86FxDRooHxkz3VHmTCC/okSeENDnGPpKaP9B83I6t4CqjkzvwztiND46p9QVmhXbOuu3A4ZkzBMYEza3CLBG1/cO1YcYPxPKZmWrf1J/wdBKtxyAQp96lkZRlV7dkg8RiwQ+9yWoOhlQm3XPa3QqpZY8/d7Wubo3dEMA8kG/lsjJ0UquP+szTqTzrJmdCWWfqwdnqBRV7sz5hJWx/DYQFgHJxBsqUzbA8TdGvijIB/Xsxue3zAhrFW6l1e9I8+P4vE8sgCXigzTLGgcbTdmauy3ynkL6f6R7dM2tHnxJFEI4uYDyzy2nPIK/HMlcFAc3s0obAwddkbyC1cSoDMhY83t0PmzBwqSbZuIW1brcFETf0ARYO4X5Tt6LuSQH0kPNUAP+UBXR/W5b0M7sn8e4mW5skbw99AEJKdm55sqVUyVNuV7Wozxa+AVJjLgrX5wTMCu2tjJ8dhvWbGdrugikbwZg3jc5a6fgLL/nxpAQTJkkwL1BSV6DLMpsK6s0N6w40WIoNUsRnZF+BI/RtHgpS80ov8maDyuwt+pQu2LMvgYzv1IoYWMhlQfVFvF22M88w0/58R+2MLMsNb9Vv657nt80Qt/2zKVpgtL9YFU0bQP8HMddPGgrdAPj9xSj8LiaWZtdP609PWsrvL4y3k9wC1iL+tgWZn+5PK7eLDEIB/aOJXGxjiUEo6ie9ArKSpwEr7iOMoAAj6L+VnJvdYfwB7gev1vlxooPxLgXFhGjK4LKck847HtL/HzKmgpm9HS+bX0b5mpD55xD9m5xGRU0ix2lhjHVHZ1AohPgXGUKNHpNz/OGXngiOzfF5TZtiw/T58ueNCrSG5bspknRSs1FoYcvoQ8kMj3LYM9z9OtPxO+QFcgaEvwmTdcz7Qj0ReLwuC5Mq3MxHTaSEuWJ6xIElYj1tlXNUebU5V3tHz4jwntRQLcRqM/RD2UZzeVdE4diCwbSbRq+CMzDIyO5e0cQB7OrYp6LUYWPPGx0gWeU3ve9I9504VUlQNPlARukUdeUGkvdni3LL80aRY+3cvgls1r3u3Ks3wI5cWbkZgmr3YCsoKkVK1XBT2aZBonP0UmTmWqQ71+b7BKkGCmM00SSIOfkIjs8FTQkMiJSNlEXniSeH+r5+Wx2DVAdiGIb6ONkHfKAfMD5HFsbH/k/pDB0odFUFe2RJNkPwiUE9sffN7K2N6ytKfxiUgg0bm2OvEqfBaC2TCBcZe+CxCPBEebh6fay90/bYvbuJ0yBNAmMoU9w7cUxrsMVGUn1QfYMgrmCVXW8jSWUiRB+GoiCKZXUFNKQ20xkZIisC7S+6kA05KScoNxo7qiL5LIRKvS6LXCEk5hPLIzwcEmfLGOeSIAkcTmnQ94ZNJzkJLIfeSUZuLvSseai5VpEYfML8TL6QZ0zX9omY7ukKc7A7BdZoPHB1t8kvau+ar/YJoz7Mb8H5s+A/lbvxGpb0BScAAAAASUVORK5CYII=') repeat-x 0 0;
}
.no-datauri .site-header{background-image: url("/images/site/header-bg.png");}
.front-page .site-header {
    width: 100%;
    min-width: 990px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}
.site-header__logo {margin-top: 18px}
.site-header__search {
    margin-top: 20px;
    position: relative;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-right: 10px;

    background-color: #fcfcfc;
    border: 1px solid #d4d4d4;
    border-left-color: #dfdfdf;
    border-right-color: #dfdfdf;
    border-bottom-color: #ebebeb;
    width: 72px;
    -webkit-border-radius: 1.3846154em;
    -moz-border-radius: 1.3846154em;
    -ms-border-radius: 1.3846154em;
    -o-border-radius: 1.3846154em;
    border-radius: 1.3846154em;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}
.site-header__search--wide {
    width: 340px;
    margin-top: 0px;
    margin-left: 30px;
}
.site-header__search--short {
    width: 180px;
    margin-top: 0px;
    margin-left: 40px;
}
.site-header__search-text {
    font-family: inherit;
    border: none;
    width: 100%;
    height: 14px;
	outline: none;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
    -webkit-appearance: none;
}
.site-header__search-submit {
    width: 12px;
    height: 12px;
    border: none;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -6px;
    background-position: -113px -283px;
    cursor: pointer;
    -webkit-appearance: none;
}
.site-header__nav {
    font-size: 0.8750000em;
    text-align: center;
    color: #514e4e;
    padding-top: 24px;
}
.site-header__nav-item {
    color: #514e4e;
    text-decoration: none;
    margin-left: 1em;
    margin-right: 1em;
	font-family: 'helioslightregular'!important;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}
.site-header__nav-item:hover { color: #1e75c3}

/* SUB-NAV PRODUCTION */
.site-header__nav-item-production {
    display: inline-block;
}
.site-header__sub-nav {
    position: absolute;
    width: 100%;
    top: 74px;
    left: 0;
    height: 0;
    background-color: #FFFFFF;
    border-bottom: 1px solid #dedede;
    overflow: hidden;
    z-index: 10;
}
.site-header__sub-nav-items {
    margin-top: -280px;
}
.site-header__sub-nav-items li {
    display: inline-block; 
    height: 140px;
    width: 200px;
    margin-right: -120px;
    border-left: 1px solid #ebebeb;
    cursor: pointer;
    opacity: 0;
}
.site-header__sub-nav-items li a span{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all .3s;
}
.site-header__sub-nav-items li:hover a span{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.site-header__sub-nav-items li:first-child {
    border-left: none;
}
.site-header__sub-nav-items li a {
    color: #514e4e;
    text-decoration: none;
}
.site-header__sub-nav-item {
    display: block;
    width: 100%;
    height: 66px;
    background: url("/images/site/sprite-menu-new.png?v=1") 0 0 no-repeat;
    margin-bottom: 12px;
    margin-top: 20px;
}

.site-header__sub-nav-item-instagram {
    background-position: center 0px;
}
.site-header__sub-nav-item-moment {
    background-position: center -66px;
}
.site-header__sub-nav-item-action {
    background-position: center -132px;
}
.site-header__sub-nav-item-photo {
    background-position: center -198px;
}
.site-header__sub-nav-item-sunglasses {
    background-position: center -264px;
}
/* //SUB-NAV */
.site-header__user-nav {
    font:bold 0.6875000em/1.2727273em  Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000;
    float: right;
    margin-top: 6px;
    position: relative;
}
.site-header__user-nav-item {
    text-decoration: none;
    color: #000;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}
.site-header__user-nav-item:hover {color: #1e75c3}

.site-header__user-nav-sep {
    width: 0;
    height: 18px;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #ffffff;
    margin-left: 1.8181818em;
    margin-right: 1.8181818em;
}
.site-header__user-nav-item--cart-icon {
    width: 13px;
    height: 14px;
    background-position: -113px -295px;
    vertical-align: -3px;
    margin-left: 0.5454545em;
}
.site-header__wide-block {
    padding-top: 24px;
    width: 760px;
}
.site-header__phone {
    font: 0.9em heliosextregular !important;
    color: #5d5d5d;
}
.cat-nav {
    font: 13px helioslightregular !important;
    line-height: 1.2307692em;
    background-color: #f7f7f7;
    color: #403d3d;
}
.cat-nav-wrap {
	margin: 0 -10px;
    padding-top: 11px;
    /*overflow: hidden;*/
}
.cat-nav-item {
    text-align: left;
    padding: 13px 5px 18px;
}
.wf-active .cat-nav-item {
	/*margin: 0 10px 0 1px;*/
}
.cat-nav-wrap .cat-nav-item:last-child{
	margin: 0;
}
 
.cat-nav-item__link {
    display: block;
    color: #403d3d;
    text-decoration: none;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}
.cat-nav-item__link:hover {color: #1e75c3}
.cat-nav-item--active,
.wf-active .cat-nav-item--active{
    background-color: #fff;
	border: 2px solid rgba(0, 0, 0, .1);
	border-bottom: none;
    padding: 0;
    position: relative;
    border-radius: 10px 10px 0 0;
}
.cat-nav-item--active .cat-nav-item__link {
    padding-top: 13px;
    padding-bottom: 18px;
    padding-right: 12px;
    padding-left: 12px;
}

.cat-nav-item--active:before,
.cat-nav-item--active:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMBAMAAACkW0HUAAAAJFBMVEUAAAD///////////////////////////////////////////+0CY3pAAAAC3RSTlMAYEDFEOuygP5wMIaUZZsAAABDSURBVAjXY2BgYFJgAAH2AjDlvQVMWW8GkW67d6cwMKyM3r176yQGRevduzcLMTAw7t4tAJKU3ghWyWwAphiBYlDDAGrsDbiGkI2GAAAAAElFTkSuQmCC") no-repeat 0 0;
    left: -6px;
    bottom: 0;
}
.no-datauri .cat-nav-item--active:before,
.no-datauri .cat-nav-item--active:after {background-image: url("/images/site/cat-nav_corner.png")}
.cat-nav-item--active:after {
    left: auto;
    right: -6px;
    background-position: -6px 0;
}
.cat-nav-icons {
    margin-right: 1.2307692em;
    height: 28px;
}
.cat-nav-icons--01 {
    width: 43px;
    background-position: -204px -261px;
}
.cat-nav-icons--02 {
    width: 34px;
    background-position: -113px -108px
}
.cat-nav-icons--03 {
    width: 34px;
    background-position: -162px -264px;
}
.cat-nav-icons--04 {
    width: 32px;
    background-position: -113px -164px
}
.cat-nav-icons--05 {
    width: 44px;
    background-position: -113px -192px
}
.banner-main {

}
.banner-main__nav {

}
.banner-main__nav__title {
    font-size: 2.875em;
    line-height: 1.0869565em;
    color: #000;
    position: fixed;
    top: 16%;
    left: 50%;
}
.banner-main__nav__slide {
    width: 50px;
    height: 90px;
    position: fixed;
    top: 50%;
    border: 1px solid #000000;
    border-radius: 5px;
    cursor: pointer;
}
.banner-main__nav__slide-next {
    right: 7%;
}
.banner-main__nav__slide-next:before {
    content: " ";
    width: 46px;
    height: 46px;
    position: absolute;
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    border-right: 1px solid #000000;
    top: 26px;
    right: 20px;
}
.banner-main__nav__slide-next:after {
    content: " ";
    width: 46px;
    height: 46px;
    position: absolute;
    -webkit-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    border-top: 1px solid #000000;
    top: 15px;
    right: 20px;
}
.banner-main__nav__slide-prev {
    left: 7%;
}
.banner-main__nav__slide-prev:before {
    content: " ";
    width: 46px;
    height: 46px;
    position: absolute;
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    border-left: 1px solid #000000;
    top: 15px;
    left: 20px;
}
.banner-main__nav__slide-prev:after {
    content: " ";
    width: 46px;
    height: 46px;
    position: absolute;
    -webkit-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    border-bottom: 1px solid #000000;
    top: 26px;
    left: 20px;
}
.front-banner {
}
.front-banner-item {
    text-align: center;
    position: relative;
    min-height: 1000px;

}

.front-banner-item__text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 160px;
    z-index: 1;
}
.front-banner-item__title {
    font-size: 2.875em;
    line-height: 1.0869565em;
    color: #000;

}
.front-banner-item__more {
    font-size:1.25em;
    line-height: 1.2em;
    color: #6f6f6f;
    position: fixed;
    top: 23%;
    left: 50%;
    margin-left: -194px;
    padding-top: 10px;
}
.front-banner-item__more-link {
    color: #6f6f6f;
    text-decoration: none;
}
.front-banner-item__more-sep {
    width: 1px;
    background-color: #9d9d9d;
    height: 16px;
    margin-right: 1.2em;
    margin-left: 1.2em;
}
.banner-arrow {
    width: 9px;
    height: 16px;
}
.banner-arrow--left {
    background-position: -113px -267px;
    margin-right: 0.8em;
}
.banner-arrow--right {
    background-position: -122px -267px;
    margin-left: 0.8em;
}
.front-banner-item__img {
    display: block;
    left: 50%;
    margin-left: -900px;
    position: absolute;
    z-index: 0;
}
/* BASE BLOCKS*/
.base-block {
    border: 1px solid #dedede;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.base-block-feedback .base-content p,
.base-block-feedback .base-content table{
	margin-top: 0;
	margin-bottom: 20px;
}
.base-block__h2 {
    font-size: 1.125em;
    line-height: 1.2222222em;
    color: #000;
    /*padding-top: 0.6111111em;
    padding-bottom: 0.7777778em;*/
    padding-top: 0.8888889em;
    padding-bottom: 0.5em;
    background-color: #fafafa;
    min-height: 1.2222222em;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.base-block__h2--big {
    font-size: 1.625em;
    font-weight: normal;
    line-height: 1.1538462em;
    padding-top: 0.6923077em;
    padding-bottom: 0.2307692em;
    padding-left: 1.6923077em;
    padding-right: 1.6923077em;
    border-bottom: 1px solid #d4d5d5;
}

.base-block__h2--big2 {
    font-size: 1.25em;
    font-weight: normal;

    line-height: 1.1em;
    padding-top: 0.9em;
    padding-bottom: 0.25em;
    padding-left: 2.2em;
    padding-right: 2.2em;
    border-bottom: 1px solid #d4d5d5;
}
.base-block__h2--big3 {
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.25em;
    padding-left: 1.8333333em;
    padding-right: 1.8333333em;
    padding-top: 0.75em;
    padding-bottom: 0.3333333em;
    border-bottom: 1px solid #d4d5d5;
}
.base-block__h2--desc {
    padding-left: 44px;
    padding-right: 44px;
    border-bottom: 1px solid #d4d5d5;
}
.base-block__wrap {
    padding-right: 44px;
    padding-left: 44px;
    padding-bottom: 36px;
}
.base-block__wrap2 {
    padding-left: 190px;
    padding-right: 58px;
}
.base-block__cat-row {
    border-top: 1px solid #dcdddd;
}
.base-block__cat-row-item {
    border-left: 1px solid #dcdddd;
    color: #000;
    line-height: 1.625em;
    position: relative;
}
.base-block__cat-row-item:first-child {
    border-left: 0;
    border-right: 1px solid #DCDDDD;
    margin-right: -1px;
}
.base-block__cat-row-item--small {
    padding-left: 64px;
    width: 270px;
    padding-bottom: 27px;
    padding-top: 26px;
    min-height: 276px;
}
.base-block__cat-row-item--big {
    width: 591px;
    padding-left: 62px;
    padding-top: 50px;
    min-height: 279px;
}
.base-block__cat-row-item--revers.base-block__cat-row-item--big {
    padding-left: 400px;
    width: 253px;
}
.base-block__cat-row-item__img { margin-bottom: 10px}
.base-block__cat-row-item--big .base-block__cat-row-item__img {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    z-index: 0;
}
.base-block__cat-row-item--revers .base-block__cat-row-item__img {
    right: auto;
    left: 0;
}
.base-block__cat-row-item--big .g-img-res {
    -webkit-border-radius: 0 0 6px;
    -moz-border-radius: 0 0 6px;
    -ms-border-radius: 0 0 6px;
    -o-border-radius: 0 0 6px;
    border-radius: 0 0 6px;
}
.base-block__cat-row-item--revers .g-img-res {
    -webkit-border-radius: 0 0 0 6px;
    -moz-border-radius: 0 0 0 6px;
    -ms-border-radius: 0 0 0 6px;
    -o-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}
.base-block__cat-row-item__text {
    margin-left: 24px;
    letter-spacing: -0.01875em;
    max-width: 200px;
}
.base-block__cat-row-item--big .base-block__cat-row-item__text {
    font-size: 1.5em;
    line-height: 1.4166667em;
    margin-left: 0;
    max-width: 270px;
    position: relative;
    z-index: 1;
}
.base-block__cat-row-item__text-name {margin-bottom: 8px;}
.base-block__cat-row-item--big .base-block__cat-row-item__text-name {margin-bottom: 30px;}
.base-block__cat-row-item__text-price {
    font-size: 1.125em;
    font-weight: bold;
}
.base-block__cat-row-item--big .base-block__cat-row-item__text-price { font-size: 0.8333333em}
.base-block__cat-row-item__text-buy {
    font-size: 0.6666667em;
    line-height: 2.0625em;
    color: #fff;
    letter-spacing: 0;
    text-decoration: none;
    background-color: #ff8a00;
    margin-bottom: 33px;
    padding-left: 0.8125em;
    padding-right: 0.8125em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -ms-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
}
.base-block__cat-row-item__text-buy:hover {background-color: #ffae00}
.base-block__cat-row-item__text-buy--color01 {background-color: #ed1f24; opacity: .7; transition: all .7s;}
.base-block__cat-row-item__text-buy--color01:hover {background-color: #ed1f24; opacity: 1;}
.base-block--big {
    background-color: #f7f8f8;
	cursor: default !important;
    padding-top: 45px;
    padding-bottom: 35px;
}
.base-block--big__h2 {
    font-size: 1.875em;
    line-height: 1.2em;
    font-weight: normal;
    color: #231f20;
    margin-bottom: 0.5333333em;
}
.base-block--big__more {
    color: #5b5b5b;
    text-decoration: none;
}
.base-block--big__more .banner-arrow--right {background-position: -11px 0;}
.base-block--big__img .g-img-res {
    margin-right: auto;
    margin-left: auto;
}
.base-block--big__button {
    position: relative;
    top: -20px;
}
.base-block--big__social {
    position: absolute;
    left: 50px;
    bottom: 120px;
}
.base-block--big__social-item {margin-left: 6px;}
.base-block--big__social-item:first-child {margin-left: 0;}
.base-block--big__social-title {
    color: #858585;
    font-family: Arial,Helvetica,Garuda,sans-serif;;
    font-size: 0.8125em;
    margin-bottom: 0.3076923em;
}
.base-block--big__price {
    font-size: 2.0625em;
    line-height: 1.0909091em;
    font-weight: bold;
    position: absolute;
    right: 56px;
    bottom: 110px;
    color: #000;
}
/* //BASE BLOCKS*/

/* STATUS */
.status-item {position: relative}
.status-item:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 97px;
    top: -6px;
    right: -7px;
    z-index: 1;
    background-position: 0 -80px;
}
.cat-item-full__gallery-wrap.status-item:after {
    top: -5px;
    right: -6px;
}
.status-item--sale:after {background-position: 0 -177px}
.status-item--offer:after { background-position: 0 -274px}
.status-item--big:after {
    width: 113px;
    height: 110px;
    top: -9px;
    right: -12px;
}
.status-item--big-new:after { background-position: 0 -371px}
.status-item--small:after {
    width: 59px;
    height: 60px;
    top: -3px;
    right: -3px;
}
.status-item--small-new:after {background-position: 0 -481px}
.status-item--small-sale:after {background-position: 0 -541px}
.status-item--small-offer:after {background-position: 0 -601px}
/* //STATUS */
/* SOCIAL-BUTTONS */
.social-icons {
    width: 25px;
    height: 26px;
}
.social-icons--fb { background-position: -1px 0}
.social-icons--vk { background-position: -35px 0}
.social-icons--ok { background-position: -70px 0}
.social-icons--ig { background-position: -104px 0}
.social-icons--color {
    width: 21px;
    height: 21px;
}
.social-icons--color-fb { background-position: 0 -27px}
.social-icons--color-tw { background-position: -22px -27px}
.social-icons--color-vk { background-position: -43px -27px}
.social-icons--color-goo { background-position: -64px -27px}
.social-icons--color-big {
    width: 32px;
    height: 32px;
}
.social-icons--color-big-fb {
    background-position: 0 -48px;
}
.social-icons--color-big-vk {
    background-position: -32px -48px;
}
.social-icons--color-big-tw {
    background-position: -64px -48px;
}
.social-icons--color-big-goo {
    background-position: -96px -48px;
}
.social-icons--footer {
    background: url(/images/site/sprite.png) no-repeat;
    width: 23px;
    height: 23px;
}
.social-icons--footer-fb {
    background-position: -70px -481px;
}
.social-icons--footer-vk {
    background-position: -70px -506px;
}
.social-icons--footer-tw {
    background-position: -70px -531px;
}
.social-icons--footer-od {
    background-position: -70px -556px;
}
.social-icons--footer-ig {
    background-position: -70px -581px;
}
/* //SOCIAL-BUTTONS */
/* CATALOG */
.h1-cat {
    font-size: 1.375em;
    line-height: 1.1818182em;
    font-weight: normal;
    margin-top: 0.1818182em;
    margin-bottom: 0.5454545em;
}

.only-in-stock{
    float: right;
    margin-top: -35px;
}
.only-in-stock a{
    font-size: 0.8125em;
    color: #000;
    position: relative;
    text-decoration: none;
}
.only-in-stock a:before{
    border: 1px solid #bcbcbc;
    border-radius: 3px;
    content: "";
    height: 18px;
    left: -30px;
    position: absolute;
    top: -4px;
    width: 18px;
}
.only-in-stock a:after{
    background: url(/images/site/sprite.png?v=4) no-repeat -113px -221px;
    content: "";
    display: none;
    height: 18px;
    left: -29px;
    position: absolute;
    top: -3px;
    width: 18px;
}
.only-in-stock a.act:after{ 
    display: block;
}

.cat-blocks {
    margin-left: -15px;
    margin-right: -15px;
}
.cat-blocks--small {
    margin-left: -5px;
    margin-right: -5px;
}
.cat-block {
    background-color: #f6f6f6;
    width: 310px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 19px;
    margin-bottom: 19px;
    position: relative;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.cat-block:hover {background-color: #fcfcfc}
/*.js .mixitup .mix{
    opacity: 0;
    display: none;
}*/
.cat-blocks--small .cat-block{
    width: 240px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 30px;
}
.cat-block:before {
    content: '';
    position: absolute;
    top: 100%;
    height: 6px;
    width: 318px;
    left: 50%;
    margin-left: -159px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAT4AAAANCAMAAAAHf/K1AAAAP1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzJYIvAAAAFXRSTlMAMhMpDywXAgsGJR0aITZAPEdROhm1vUjGAAABU0lEQVRYw9XW0ZKDIAwFUEAkSQti6/7/t+5uZVaiaByG6drTx44P98ZJVIAm6Ph4Sh6iuBi5gdFMv9bt6Fc0NzAjExcP0fOcqINBUEDWd3qMGSH72fA3LjB3zudcic/ducDcGHkC8gC2E4ij7u6WQClA68OtWw9+k70yvMnZAqxlC0yuYgDSBJbXJHiLoJQCQmvcG8LTFvyi1+88/gRt4Rsm4IxFAvUDgKqzy+HVfxJGkNQNgP6yXTT8JQjdzKdjihtjbsoMjF7rudIyLS6Znf2uVwZuWvBVv2PSnbcE7dol60KvW3YSSnfla+ZmfLWk/0pbvV3T8+h1H1zb+tCky9ugE8aWSfs7MVwqerfpIDS9XEyTdn67/pz3WSdJRSccHYAZHUCmtmnPm/aubXsKiLBRJwQCdQAEYtGc3YNE0Pa2kNzJpT5NQCDlUW1do5SXD0v2DXMuYSLNpb3aAAAAAElFTkSuQmCC') no-repeat center 0;
}
.cat-blocks--small .cat-block:before {
    width: 246px;
    height: 7px;
    margin-left: -123px;
    background-position: 0 -6px;
}
.no-datauri .cat-block:before { background-image: url("/images/site/cat-block--shadow.png")}
.cat-block__img-link {
    display: block;
    margin: 13px 11px 15px 11px;
}
.cat-block__img {border: 1px solid #d7d7d7;}
.cat-blocks--small .cat-block__img-link {margin: 9px;}
.cat-block__text {
    font-size: 0.875em;
    line-height: 1.2857143em;
    color: #000;
    margin-left: 16px;
    margin-right: 16px;
    min-height: 60px;
    margin-bottom: 5px;
}
.cat-blocks--small .cat-block__text {
    font-size: 0.8125em;
    line-height: 1.3076923em;
    margin-left: 12px;
    margin-right: 12px;
    min-height: 56px;
    margin-bottom: 13px;
}
.cat-block__text-title { margin-bottom: 0.3571429em}
.cat-blocks--small .cat-block__text-title { margin-bottom: 0.3076923em;
    height: 35px;
    overflow:hidden;
}
.cat-block__text-title__link {
    color: #000;
    text-decoration: none;
}
.cat-block__text-title__link:hover {
    color: #1E75C3;
}
.cat-block__text-price {
    font-size: 1.1428571em;
    font-weight: bold;
}
.cat-block__text-price del {
    color: #7d7d7d;
    font-weight: normal;
}
.cat-blocks--small .cat-block__text-price {font-size: 1.0769231em}
.cat-filter {
    border: 1px solid #d3d5d5;
}
.cat-filter__title {
    background-color: #fdfdfd;
    font: 0.75em/1.3333333em Arial,Helvetica,Garuda,sans-serif;
    color: #575757;
    padding-left: 27px;
    padding-right: 23px;
    padding-top: 10px;
    padding-bottom: 9px;
}
.cat-filter__content {
    border-top: 1px solid #d3d5d5;
    padding: 20px 20px 25px 70px;
}
.cat-filter__content--links {
    padding-left: 46px;
}
.cat-filter__trigger {
    color: #575757;
    text-decoration: none;
}
.cat-filter__table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.cat-filter__table-td {position: relative; vertical-align: top}
.cat-filter__trigger-icon{
    width: 9px;
    height: 5px;
    background-position: -132px -257px;
    margin-right: 9px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.active .cat-filter__trigger-icon {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.cat-filter__form-reset {
    color: #575757;
    text-decoration: none;
}
.cat-filter__form-reset-icon {
    width: 9px;
    height: 9px;
    background-position: -123px -257px;
    margin-left: 12px;
}
.cat-filter__table__title {
    font: bold 0.8125em/1.2307692em Arial,Helvetica,Garuda,sans-serif;
    color: #000;
    margin-bottom: 1.5384615em;
}
.cat-filter-items {
    list-style: none outside;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/* .cat-filter__table .cat-filter__table-td:first-child .cat-filter-item:first-child { display: none; } */

.cat-filter-item {margin-top: 11px;}
.cat-filter-item:first-child {margin-top: 0}
.cat-filter-item__checkbox {
    float: left;
    position: relative;
    top: -2px;
    margin-right: 12px;
}
.cat-filter-item__label {
    font-size: 0.8125em;
    line-height: 1.2307692em;
    color: #000;
    display: block;
    overflow: hidden;
}
.cat-block__not-found {
    display: none;
    text-align: center;
    padding-top: 30px;
}
.search-word {
    background: none;
    color: #1e75c3;
}
/* //CATALOG */
/* ERROR-PAGE */
.error-page{ color: #000}
.error-page__h1 {
    font-size: 1.5em;
    line-height: 1.1666667em;
    font-weight: bold;
    margin-bottom: 0.5833333em;
    margin-top: 0.2083333em;
	font-family: 'freesetcyrillic', Arial;
}
.error-page__img {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    top: -16px;
}
.error-page__input {
    margin-right: 16px;
    min-width: 324px;
}
.error-page__input--big {min-width: 390px;}
.error-page__submit {
    padding-top: 0.5384615em;
    padding-bottom: 0.4615385em;
}
.error-page__label {
    font: bold 0.8125em/1.2307692em Arial,Helvetica,Garuda,sans-serif;
    margin-right: 1em;
}
.error-page__table-wrap {
    padding-left: 70px;
    padding-right: 60px;
}
.error-page__table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}
.error-page__links {
    line-height: 1.5em;
    vertical-align: top;
    text-align: left;
    max-width: 210px;
}
.error-page__links-title {
    padding-bottom: 0.125em;
}
.error-page__links-item {
    font-size: 0.875em;
    line-height: 1.2857143em;
    margin-top: 0.8571429em;
}
/* //ERROR-PAGE */
/* CHOOSE-CITY */
.choose-city__label {font: 0.8125em/1.2307692em Arial,Helvetica,Garuda,sans-serif;}
.choose-city__label-text {margin-left: 6px}
.choose-city-address {
    padding-left: 44px;
    padding-right: 44px;
    color: #000;

}
.choose-city-address-item {margin-top: 32px; padding: 10px;}
.choose-city-address-item:first-child {margin-top: 0px;}
.choose-city-address__h3 {
    font-size: 1.5em;
    line-height: 1.1666667em;
    font-weight: normal;
    color: #000;
    margin-bottom: 1.25em;
}
.choose-city-address-item__title {
    font-weight: bold;
    color: #1E75C3;
}
.choose-city-address-item__title__link { text-decoration: none}
.choose-city-address-item__text {
    font-size: 0.875em;
    line-height: 1.5714286em;
}
.choose-city-address__table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.choose-city-address__table__col { vertical-align: top}
/* //CHOOSE-CITY */


/* BASE-CONTENT */
.base-content {

}
.base-content h2 {
    font-size: 1em;
    line-height: 1.25em;
    font-weight: bold;
    color: #000;
    margin-bottom: 1.375em;
}
.base-content h2+p { margin-top: 0}
.base-content p {margin-top: 1.25em;}
.base-content img.g-left {
    margin-right: 40px;
    margin-top: -8px;
}
.base-content img.g-right {
    margin-left: 40px;
    margin-top: -8px;
}
/* //BASE-CONTENT */
/* CAT-ITEM-FULL */
.cat-item-full {
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 24px;
    background-color: #f6f6f6;
    border: 1px solid #d6d6d6;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.cat-item-full__gallery {
    width: 646px;
    position: relative;
    z-index: 0;
}
.cat-item-full__gallery__img {display: none;}
.no-js .cat-item-full__gallery__img{border: 1px solid #d8d8d8;}
.cat-item-full__gallery__img:first-child {display: block;}
.cat-item-full__gallery .fotorama__stage {
    border: 1px solid #d8d8d8;
    background-color: #fff;
    margin-bottom: 18px;
}
.cat-item-full__gallery .fotorama__stage:after,
.cat-item-full__gallery .fotorama__stage:before { display: none}
.cat-item-full__gallery .fotorama__nav-wrap .fotorama__nav--thumbs .fotorama__nav__frame,
.cat-item-full__gallery .fotorama__nav-wrap .fotorama__thumb-border{
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
}
.cat-item-full__gallery .fotorama__nav--thumbs {
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
}
.cat-item-full__gallery .fotorama__thumb-border {
    background: none;
    border: 3px solid #79d663;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}
.cat-item-full__gallery .fotorama__thumb { background: none;
}
.cat-item-full__gallery .fotorama__nav__frame--thumb {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    border-radius: 10px !important;
}
.cat-item-full__gallery .fotorama__thumb .fotorama__img {
    width: 88px !important;
    height: 68px !important;
    margin-left: -45px !important;
    border: 1px solid #cbcbcb !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    border-radius: 10px !important;

}
.cat-item-full__gallery-wrap {
    position: relative;
    margin-right: 40px;
}
.cat-item-full__gallery__3d {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 108px;
    right: 22px;
    background-position: -263px -344px; /*original as  -113px -344px*/
}
.cat-item-full__more-info {
    padding-top: 14px;
    width: 242px;
}
.cat-item-full__title {
    font-size: 1.1875em;
    line-height: 1.4210526em;
    color: #000;
}
.cat-item-full__price {
    font: 1.25em/1.1em Arial,Helvetica,Garuda,sans-serif;
    color: #000;
}
.cat-item-full__delivery {
    font-size: 0.8125em;
    line-height: 1.3076923em;
    color: #0d3184;
    padding-left: 72px;
    padding-top: 13px;
    width: 141px;
    height: 47px;
    margin-right: auto;
    margin-left: auto;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANUAAAA8CAMAAADG1Q/7AAABI1BMVEX+/v6Iqur+//87a6Dni4mFp+jpjoz9/v3////4+Pj//v0taaE2aqL//v8IBgUyYJcvYqA+aqL+/v8yZ6H//PkMSZA4ZJkoYJ4eX54XVZD09P4oXJQoZaE7bKXj6fX/+Pj5+v7//vzo8Pr9/P8aWpbO0Nn+9PT//PxEbZsiU5E0WZc4ZqEuZ5aTpL3m7Pjv8v7r6u97eXtTT044Vo85dab29PbBwb8KUpUZZKS+0OKAhYFBOzWPjJBPbp6qo6KgvNgPQ4Q6SEq+ytn6//pzgJMIFQqHk6gnUYJOeqptaWtpia5CZY/pj4xTPzYVHh3h5eT+7u4yYIq3vc4TQnFEYISGnLxViqs4LiOnrrmbq7qZm7AGLHeyrquUrsicoZy1ysAeLmK7uUndAAAD60lEQVRo3u2aaW/aQBCGF3PM2MaO8RFMgBgK1OVquMKRQCHkbNK0uXsf//9XdDjaSBX+BtLi8hhpNcMH9tFa6xdrmRgKhUQiHA6LALC8ioYVV96TYM99oC+WVk2GFVfekyCrCDLGAoEAIsNIJMKWUk2GVVfekwAWooa/CDCRge+sGBPp8h+TtQowvxFiEPCdVSTEwr6zikys/CZFVsDCzG9EEHy4B6IvrWbPqwjzF4hhJkZ8ZxWgdOs7q8DUym85MBAQ/5/MjgoSWQAmCCgx/IMkSQiSBJLrmibjmIWZXUCBHACANMgA/4HsnJcvGccszOzzuYOC+7Xa7u6LCa+J3Tl7us631cLMjqgoiDncP3u4rbRa2zO25iSTwWEux7PV4syOCpKZXjv5VChcnjdnPiUimUyWksVi4v4OXcYtHpldMs0suDsnbUSsJrRgMBgtR4OxsmGUDc3Q4vH8RY7jjdMjs+tgmpA7+4SCi9XzJlmVy+lgOho1DHlm9WpHYtzindlN/PwZBchiNbkdJGLpWJqkDFk25NTEiuO18sjsIADendRQYYDVSnoiRR9aq6hMaCk7wbWVR2bPOnrvZLf+TUKFrCZSsVg6HZxaEXHu12phZnde7t7ef/lydEZPqcfK9kwrShgykYrH+V4rj8xuwqOV+HVeSVRum1ut7VgsSFfsj1TK5vwO9MjsoA86XXoudbvJpiGXJ2tVjhJyStZoB7TzvFstzOxC5srq2sXRKJEoprSmNlGiHV1OJfL5RN6281aJ553dI7O7MC52bGv7+7g3vCiWSpocNTTNyL8a9nrDmGXbVnNv/TK7a2YGlvVU6F9f1wuXXW2rQveenLws9BuNg8LlqGuV9jheK4/MLrkv0tZW4VBVT9WP4yfbjsdTqeRV7+j0lBqFh5G1xbfVwswuwVNn9Higfvz581CtDzsdy7I699X+6VG7TY3q16/nXFt5ZHbhe+vqrqF+K7Tb6tG41RoMLi4G44b6ZtroXT2c8fxPxCOzC6a0t5M7VPsfPvxQD28yGSeTyeTM63lDzOzkHK6tFmZ2IXtz42BffV8/eK/WGQJITEA8oEadGgiK4jiMWzwyu3TsOuax2FCJ6xroOkDWcaT9aaNRY8fHWRcYt3hkdgRBV0Dff/P27Zt9CZiSA8kFCTPThoIATFAYx4h0vfu3qesC6CSmKIjIJBSYoAsCIgpIMCR4fono5/fs75i/mGb2dxzfTJv37JuzMWvJ5mzM2rA5G7M2bM7GrA+bszHrg58z+9/T02QZWV6F+FzhKirvSZBVCObn3EGcnnNfVgXPFcBKKu9JMPp63gdx2l9+RcNKKu+f/Q1KYIj+dPsuygAAAABJRU5ErkJggg==") no-repeat 0 0;
}
.no-datauri .cat-item-full__delivery {background-image: url("/images/site/delivery.png")}
.cat-item-full__delivery__mark { color: #f50000}
.cat-item-full__more-info__links {
    margin-top: 3px;
    margin-bottom: 4px
}
.cat-item-full__more-info__links:after{
	display: none;
}
.cat-item-full__more-info__links a{
	margin-left: 12px;
}
.cat-item-full__more-info__links a:first-child{
	margin-left: 0;
}
.cat-item-full__more-info__links-item {
    font-size: 0.8125em;
    line-height: 1.0769231em;
    text-decoration: none;
    border-bottom: 1px dotted #1E75C3;
}
.cat-item-full__more-info__social {
    font: 0.75em/1.1666667em Arial,Helvetica,Garuda,sans-serif;
    color: #6d6d6d;
}
.cat-item-full__more-info__social-title { margin-right: 20px}
.cat-item-full__more-info__social-item {
    margin-left: 4px;
    margin-right: 4px;
}
.cat-item-full__video-gallery-block { margin-top: 3px}
.cat-item-full__video-gallery-block__title {
    font: bold 0.75em/1.1666667em Arial,Helvetica,Garuda,sans-serif;
    color: #464646;
}
.cat-item-full__video-gallery__icon {
    width: 35px;
    height: 35px;
    background-position: -113px -309px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -17px;
    margin-top: -17px;
}
.cat-item-full__video-gallery {}
.cat-item-full__video-gallery-wrap {
    width: 170px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #b7b7b7;
    position: relative
}
.cat-item-full__video-gallery-wrap .fotorama__arr {
    height: 100%;
    width: 20px;
    border: 1px solid #c2c2c2;
    top: -1px;
    margin: 0;
    background: #000;
    position: absolute;
}
.cat-item-full__video-gallery-wrap .fotorama__arr.fotorama__arr--prev {
    left: -30px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  #e6e6e6 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e6e6e6), color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(left,  #e6e6e6 0%,#f5f5f5 100%);
    background: -o-linear-gradient(left,  #e6e6e6 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(left,  #e6e6e6 0%,#f5f5f5 100%);
    background: linear-gradient(to right,  #e6e6e6 0%,#f5f5f5 100%);
    background-color: #f2f2f2;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;

}
.cat-item-full__video-gallery-wrap .fotorama__arr.fotorama__arr--next {
    right: -30px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  #f5f5f5 0%, #e6e6e6 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f5f5f5), color-stop(100%,#e6e6e6));
    background: -webkit-linear-gradient(left,  #f5f5f5 0%,#e6e6e6 100%);
    background: -o-linear-gradient(left,  #f5f5f5 0%,#e6e6e6 100%);
    background: -ms-linear-gradient(left,  #f5f5f5 0%,#e6e6e6 100%);
    background: linear-gradient(to right,  #f5f5f5 0%,#e6e6e6 100%);
    background-color: #f2f2f2;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.cat-item-full__video-gallery-wrap .fotorama__arr__icon {
    width: 9px;
    height: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -5px;
    background-position: -131px -267px;
}
.cat-item-full__video-gallery-wrap .fotorama__arr--next .fotorama__arr__icon {
    background-position: -140px -267px;
    margin-left: -5px;
}
.cat-item-full__video-gallery__pop-up {
    background-color: #e9e9e9;
    padding: 40px;
}
.cat-item-full__video-gallery__pop-up-hidden {
    display: none;
}
.video-gallery__pop-up__close {
    position: absolute;
    font: 30px "Courier New";
    cursor: pointer;
    font-weight: bold;
    color: #969696;
    margin: -30px 0 0 810px;
}
.cat-item-full-desc {
    font: 0.9375em/1.5333333em  Arial,Helvetica,Garuda,sans-serif;
    color: #000;
}
.cat-item-full-desc p { margin-top: 1.5333333em}
.cat-item-full-desc p:first-child { margin-top: 0}
.cat-item-full-desc__table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.cat-item-full-desc__table__row td {
    padding-top: 0.4em;
    padding-bottom: 0.5333333em;
    padding-left: 1em;
    padding-right: 1em;
}
.cat-item-full-desc__table__row:nth-child(even) { background-color: #f3f3f3}
.cat-item-full-reviews {
    font: 0.875em/1.5em  Arial,Helvetica,Garuda,sans-serif;
    color: #000;
}
.cat-item-full-reviews-item {
    background-color: #fff;
    margin-top: 20px;
    padding-left: 28px;
    padding-right: 20px;
    padding-top: 11px;
    padding-bottom: 23px;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.cat-item-full-reviews-item:first-child {margin-top: 0}
.cat-item-full-reviews-item__date {
    font-size: 0.9285714em;
    line-height: 1.6153846em;
    color: #868686;
}
.cat-item-full-reviews-item__name {
    color: #1e75c3;
    margin-bottom: 1.2857143em;
}
.cat-item-full-reviews-write { margin-top: 35px}
.cat-item-full-reviews-write__textarea {
    font: inherit;
    display: block;
    padding-left: 2em;
    padding-right: 1.4285714em;
    padding-top: 0.7857143em;
    padding-bottom: 0.7857143em;
    width: 100%;
    min-height: 148px;
    vertical-align: top;
    resize: none;
    overflow: auto;
    border: none;
    position: relative;
    border: 1px solid #ebebeb;
    border-top-color: #e6e6e6;
    border-bottom-color: #f0f0f0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2) inset;
    -ms-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2) inset;
    -o-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition-property: height;
    -moz-transition-property: height;
    -ms-transition-property: height;
    -o-transition-property: height;
    transition-property: height;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.cat-item-full-reviews-write__submit {
    font: inherit;
    font-weight: bold;
    background-color: #efefef;
    border: none;
    padding-bottom: 7px;
    padding-top: 6px;
    padding-left: 24px;
    padding-right: 24px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.cat-item-full-reviews-write__alert {
    margin-left: 50px;
    display: none;
}
.cat-item-full__cart-link {
    text-align: right;
    font-size: 12px;
}

/* //CAT-ITEM-FULL */
/* REG-PAGE */
.reg-page__h2 {
    font-size: 1.25em;
    line-height: 1.1em;
    font-weight: normal;
    color: #000;
    margin-bottom: 1.9em;
}
.reg-page__form {margin-left: -82px;}
.reg-page__label { width: 82px}
.reg-page__col {
    margin-left: 190px;
    width: 314px;
    margin-right: 100px;
}
.reg-page__input {
    padding-top: 1.0769231em;
    padding-bottom: 0.9230769em;
    width: 284px
}
.reg-page__submit {
    margin-left: 82px;
    padding-left: 0.9230769em;
    padding-right: 0.9230769em
}
.reg-page__social {
    padding-top: 5px;
}
.reg-page__social-icon {
    margin-right: 14px
}
/* //REG-PAGE */
/* CART */
.cart-tanks { color: #000}
.cart-tanks__h2 {
    font-size: 1.625em;
    line-height: 1.0769231em;
    font-weight: normal;
    margin-top: 0.2307692em;
    margin-bottom: 0.4615385em;
}
.user-contact-info {

}
.user-contact-info__item {margin-top: 10px;}
.user-contact-info__item:first-child{margin-top: 0}
.user-contact-info__label {
    width: 414px;
    text-align: right;
    margin-right: 28px;
}
.user-contact-info__text-ajax {
    color: #4c4c4c;
}
.user-address__form {overflow: hidden}
.user-address__item {
    max-width: 410px;
    font-size: 0.875em;
    line-height: 1.8571429em;
    margin-top: 2px;
}
.user-address__item:first-child {margin-top: 8px}
.user-address__item-label,
.user-payment__item-label{
    /*overflow: hidden;*/
    padding-left: 30px;
    padding-right: 25px;
    top: -4px;
    position: relative;
}
.user-address__item__link {font-size: 0.9285714em;}
.user-address__item__link--change { margin-left: 24px;}
.user-address__message {
    font-size: 0.8125000em;
    line-height: 1.8461538em;
    max-width: 280px;
    padding-top: 2px;
}
.user-address__message--no-width {
    max-width: none;
    padding-top: 0;
    margin-top: -3px;
}
.user-address__message__color {
    color: #1e75c3;
    font-weight: bold;
}
.user-payment__form__col {
    width: 310px;
    margin-right: 30px;
}
.user-payment__icon-01 {
    width: 32px;
    height: 23px;
    background-position: -126px 0;
    margin-right: 12px;
}
.user-payment__icon-02 {
    width: 24px;
    height: 27px;
    background-position: -126px -23px;
    margin-left: 1px;
    margin-right: 9px;
}
.user-payment__icon-03 {
    width: 26px;
    height: 27px;
    background-position: -126px -50px;
    margin-right: 8px;
}
.user-payment__icon-22{
    width: 29px;
    height: 29px;
    background-position: -243px -99px;
    margin-right: 8px;
}
.user-payment__item-label--color {color: #1e75c3;}
.cart-summ {
    width: 100%;
    border-collapse: collapse;
}
.cart-summ__td {
    border-bottom: 1px solid #d4d5d5;
    padding-top: 0.75em;
    padding-bottom: 0.3125em;
}
.cart-summ__last-row {
    border-top: 1px solid #D4D5D5;
}
.cart-summ__last-row .cart-summ__td,
.cart-summ__last-row .cart-summ__foot-td { border-bottom: none}
.cart-summ--goods .cart-summ__td {padding-bottom: 0.625em}
.cart-summ--goods .cart-summ__th {
    font-size: 12px;
    text-transform: uppercase;
    color: #535151;
    padding-bottom: 0;
}
.cart-summ__th--order-status__old {
    padding-left: 1.6923077em;
    padding-right: 1.6923077em;
}
.cart-summ__td--big {
    font-size: 1.125em;
    font-family: Arial,Helvetica,Garuda,sans-serif;
    color: #000;
}
.cart-summ__td--big-top {
    vertical-align: top;
    padding-top: 21px;
}
.cart-summ__td--big-2 {
    width: 100px;
    padding-left: 50px;
}
.cart-summ__td--big--profile {width: 100px}
.cart-summ__th--price {width: 126px}
.cart-summ__th--price-2 {width: 175px}
.cart-summ__th--price-3 {width: 175px}
.cart-summ__th--count {width: 150px}
.cart-summ__th--count-2 {width: 160px}
.cart-summ__th--count-3 {width: 160px}
.cart-summ__th--status {width: 100px}
.cart-summ__th--summ  {width: 100px}
.cart-summ__td--img { width: 150px;}

.cart-summ__link { text-decoration: none}
.cart-summ__link:hover { text-decoration: underline}
.cart-summ__link-title { display: block; width: 80%; }
.cart-summ__promo-title {
    font-size: 1.25em;
    font-family: Arial,Helvetica,Garuda,sans-serif;
    color: #000;
    margin-right: 1.2em;
}
.cart-summ__promo-input {
    width: 90px;
    color: #535151;
    font-size: 1.125em;
    line-height: 1.1111111em;
    font-family: inherit;
    text-transform: uppercase;
    height: 20px;
    padding-top: 0.6666667em;
    padding-bottom: 0.5000000em;
}
.cart-summ__promo-text {
    margin-left: 25px;
    font-size: 0.8125em;
    line-height: 1.6923077em;
    color: #707070;
    position: absolute;
}
.cart-summ__promo-name {
    color: #1e75c3;
    font: bold 1.125em/ 1.1111111em ;
}
.cart-summ__promo-ok {
    display: none;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 20px;
}
.cart-summ__promo-hint {
    display: block;
    font-size: 14px;
    color: #494949;
    line-height: 36px;
}
.cart-summ__delivery-hint {
    font-size: 13px;
    color: #494949;
    padding: 15px 30px 15px 0;
    font-family: 'freesetcyrillic', Arial;
}
.cart-summ__promo-price {
    display: block;
    line-height: 35px;
}
.cart-summ__hint {
    display: none;
    font-size: 14px;
    color: #494949;
    line-height: 35px;
}
.cart-summ__payment-method-card {
    display: none;
}
.cart-summ__payment-method-yad {
    display: none;
}
.cart-summ__payment-method-wm {
    display: none;
}

.cart-summ__payment-method-AlfaBank {
    display: none;
}

.cart-summ__payment-method-VTB24 {
    display: none;
}

.cart-summ__payment-method-RSB {
    display: none;
}

.cart-summ__payment-method-WebMoney {
    display: none;
}

.cart-summ__payment-method-Contact {
    display: none;
}

.cart-summ__payment-method-EuroSet {
    display: none;
}

.cart-summ__payment-method-PSB {
    display: none;
}

.cart-summ__payment-method-Svyaznoy {
    display: none;
}

.cart-summ__payment-method-BankCard {
    display: none;
}

.cart-summ__payment-method-QBank {
    display: none;
}
.cart-summ__order {
    padding-left: 36px;
    padding-right: 36px;
}
.cart-summ__foot-td {
    border-bottom: 1px solid #D4D5D5;
    padding-top: 20px;
    padding-bottom: 20px;
}
.cart-summ__foot-td--profile {
    padding-top: 2.3em;
    padding-bottom: 2.5em;
    border-bottom: none;
}
.cart-summ__small-text {
    font-size: 12px;
    color: #484546;
    text-transform: uppercase;
}
.cart-summ__small-text--profile {padding-right: 62px}
.cart-summ__small-text2 {
    font-size: 0.8125000em;
    line-height: 1.6923077em;
    color: #000;
}
.cart-summ__old-price {
    position: absolute;
    font-size: 0.9em;
    color: #838383;
    text-decoration: line-through;
}
.cart-summ__summ-price {
    font:bold 1.5em/1.0833333em Arial,Helvetica,Garuda,sans-serif;
    color: #000;
    margin-right: 7.2em;
    margin-left: 2em;
}
.cart-summ__summ-price-final {
    margin-right: 6.8em;
}
.cart-summ__foot-td  .cart-summ__summ-price {margin: 0}
.user-contact-form__col {
    width: 350px;
    padding-left: 50px;
}
.user-contact-form__col--no-width { width: inherit}

.user-contact-form__col:first-child {padding-left: 0}
.user-contact-form__input {
    width: 322px;
}
.user-contact-form__input--small {
    width: 74px;
    margin-left: 22px;
}
.user-contact-form__input--small:first-child {margin-left: 0}
.user-contact-form__label {
    font-size: 0.875em;
    width: 160px;
    margin-right: 5px;
}
.user-contact-form__col--wide {
    width: 500px;
}
.user-contact-form__textarea {
    width: 472px;
}
.cart-summ__del-row {
    color: #8d8d8d;
    font-size: 0.8125em;
}
.cart-summ__del-row-icon {
	float: right;
    width: 9px;
    height: 9px;
    margin: -17px 0 0 20px;
    background-position: -123px -257px;
}
.cart-dont-forget {

}
.cart-dont-forget__add {
    width: 355px;
}
.cart-dont-forget__button {
    margin-left: 175px;
    padding-left: 30px;
    padding-right: 30px;

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZGYwZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGE1MDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e9fc86 0%, #9DDF22 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9fc86), color-stop(100%,#9DDF22));
    background: -webkit-linear-gradient(top,  #e9fc86 0%,#9DDF22 100%);
    background: -o-linear-gradient(top,  #e9fc86 0%,#9DDF22 100%);
    background: -ms-linear-gradient(top,  #e9fc86 0%,#9DDF22 100%);
    background: linear-gradient(to bottom, #e9fc86 0%,#9DDF22 100%);
    -pie-background: linear-gradient(to bottom,  #e9fc86 0%,#9DDF22 100%);
    background-color: #9DDF22;
}
.cart-dont-forget__button:hover {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjYwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmNjMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e9fc86 0%, #aff924 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9fc86), color-stop(100%,#aff924));
    background: -webkit-linear-gradient(top,  #e9fc86 0%,#aff924 100%);
    background: -o-linear-gradient(top,  #e9fc86 0%,#aff924 100%);
    background: -ms-linear-gradient(top,  #e9fc86 0%,#aff924 100%);
    background: linear-gradient(to bottom,  #e9fc86 0%,#aff924 100%);
    -pie-background: linear-gradient(to bottom,  #e9fc86 0%,#aff924 100%);
    background-color: #e9fc86;
}
.cart-dont-forget__h2 {
    font-size: 1.125em;
    font-weight: normal;
    line-height: 1.1111111em;
    padding-bottom: 0.5555556em;
    margin-top: -0.5555556em;
    color: #000;
}
.order-status {
    padding-bottom: 8px;
}
.order-status__num {
    font:bold  1.125em/1.1111111em Arial,Helvetica,Garuda,sans-serif;
    color: #000;
    width: 100px;
    margin-right: 50px;
}
.order-status__date {
    font-size: 0.875em;
    line-height: 1.1428571em;
    color: #333333;
}
.order-status__state {
    font-size: 0.875em;
    line-height: 1.1428571em;
    font-weight: bold;
    color: #fff;
    background-color: #4dc457;
    margin-top: -1px;
    padding-top: 0.2857143em;
    padding-bottom: 0.2142857em;
    padding-left: 0.8571429em;
    padding-right: 0.8571429em;
}
.order-status__old-td {
    background-color: #ebebeb;
    font-size: 14px;
    padding: 10px 10px;
}
.order-status__old-td-order-number {
    font-size: 16px;
    color: #000000;
    width: 100px;
    padding-left: 28px;
}
.order-status__old-td-order-date {
    width: 200px;
}
.order-status__old-td-show {
    width: 80px;
}
.order-status__old-td-status { width: 200px; }
.order-status__old-td-status-add { color: #494949; }
.order-status__old-td-status-prepare { color: #cc9216; }
.order-status__old-td-status-sent { color: #3b922a; }
.order-status__old-td-status-cancel { color: #cd295b; }

.order-status__old-td-status-icon {
    background: url(/images/site/sprite.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    float: left;
}
.order-status__old-td-status-icon-add { background-position: -86px -20px; }
.order-status__old-td-status-icon-prepare { background-position: -106px -20px; }
.order-status__old-td-status-icon-sent { background-position: -86px 0px; }
.order-status__old-td-status-icon-cancel { background-position: -106px 0px; }
.order-status__old-more {
    height: 13px;
    line-height: 13px;
    background-color: #fff
}
.order-status__old-more__wrap {
    line-height: 1.5em;
    display: none;
}
.order-status__old-more__wrap-first {
    display: block;
}
.order-status__old-more__cart-summ__status {
    text-align: center;
    border: 2px solid;
    height: 40px;
    font-size: 14px;
}
.order-status__old-more__cart-summ__status-add { border-color: #79d663 }
.order-status__old-more__cart-summ__status-prepare { border-color: #ffce7a; }
.order-status__old-more__cart-summ__status-sent { border-color: #79d663; }
.order-status__old-more__cart-summ__status-cancel { border-color: #FD7070; }
.order-status__old-more__cart-summ__status-sent__number {
    font-size: 16px;
    font-weight: bold;
}
.order-status__old-show {
    color: #000000;
    font-size: 13px;
}
.user-contact-info--profile {
    font-size: 0.875em;
    line-height: 1.2857143em;
}
.user-contact-info--profile__cols{border-bottom: 1px solid #e2e2e3;}
.user-contact-info--profile__col {
    width: 360px;
    border-right: 1px solid #e2e2e3;
    margin-right: 80px;
}
.user-contact-info--profile__col--no-border { border: none}
.user-contact-info--profile__col--no-border-button { margin-left: 80px }
.user-contact-info__label--profile {
    width: 150px;
    margin-right: 15px;
    text-align: left;
}
.user-contact-info--profile .user-contact-info__text { color: #000}
.user-contact-info__item--profile { margin-top: 16px}
/* //CART */
/* TABS */

.tabs {}
.tabs__nav {
    list-style:  outside none;
}
.tabs__nav-item {
    font-size: 1.125em;
    line-height: 1.1111111em;
    margin-left: 15px;
    text-align: center;
}
.tabs__nav-item:first-child {margin-left: 0}
.tabs__nav-item__link {
    color: #777777;
    text-decoration: none;
    display: block;
    padding-top: 0.3333333em;
    padding-bottom: 0.2777778em;
    padding-left: 0.4444444em;
    padding-right: 0.4444444em;
    min-width: 112px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.active .tabs__nav-item__link {
    color: #000000;
    background-color: #fff;
    border: 1px solid #79d663;
}

/* //TABS */

/* POPUP-FORM */
.popup-form {
    width: 436px;
}
.popup-form__input {
    width: 408px;
}
.popup-form__input-small {
    width: 102px;
}
.popup-form__cancel {
    font-size: 0.8125em;
    line-height: 1.2307692em;
    margin-left: 2.4615385em;
}
/* //POPUP-FORM */

/* SITE-FOOTER */
.site-footer {
    font: 13px Arial,Helvetica,Garuda,sans-serif;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAABlBMVEX39/f5+fn3X2ouAAADJklEQVQ4yxzNsW0TQBQA0HfnC5whxdlK4UgpPgihRKJwQUH5QSCloKCkzAiMcEYRuKAwHWWUCRiAwqJnB0ZB4i3wjO2ZuJnnwSREYHuDpL2eLmgq5IatkjI/EGOobMMVOL+lMXLSj7+Wqe/oLE5Dzqq01yO8aw/2cwyh1Omt0dxBG6gWUNrxjC/LeY1SKJye9n5dkUD/TGn5B0JtNRQJJ9ccpLaAI1WF5Tpke7F7pm1jeLV1Wy7zPbVtIJpV73oRZXJ1cWaKZYsVtdeIrOH7J9x/Isew/kx4EHf7LD9m820O08b0GApyGDJUW2TMp7K8lHdQ1GksukZTbj8aTZto9BilFbZ4qPhd9x5ZTM8pwpq/Zdh0SOQbponQZsXck1Y1h0Y/sPH8pwMERb3aUetwpLbFoh8KoI7ArBOwboVIpjL7QFaA+cToQKK0AE7MdjFWJ63Aosvr893Dvvt6A8vB5XJ3rFOQRa7jmD3V/x1RNkJjsrq8tcc0qv35Kg/34F/JdIzbRBSEcfw/L0+b52DBxCQFEcXYCijlynKRchIsZCGETIMoKFxS5gjjjQsXLrakzBE4wpZBokCcIByBG0Qb/9rRTDH6vhVDSiodGjiAMBNYKYFQIDlCTbAfEgPA6b2gwF7uUpNBTmo4+E6LVQFugAIXY69N6LWB4PSUw2ChKE+cGgn2k6TMzXJhBCDIFtE0O24BusL7amMXGYccA6sGrOjYm6BAsIU1izGcGFQAQ/txCYE3QLV/0vS0BUiSkcRZQ8YwFI5JOECzzqmMlD7lig/uVxXPYJWDXqqO00vWahBd1uD6ysSKYsPT2QMHT3sB8DNb4pUmenfJabi5B9DJQ2RKaNtyh5R3kcjrcT0oUP1ui5LlliIwcmAOrz92V8poQ8V8Hf+K7pS8YefDMYa0QHFw5MMwJKgvYEZframDRxHMFM5XoG/OKNjtkYLxzRPqIH/3PfI208jSP00AFn/6I8V2gFRvM5TOEBSpXLLbV1zmxvPpZ+xQln0GIbGZ50i1X2uBsLyEm0zEpKPFOohC/ALOPUOTvvBfATdq0KPRlp5eAlTA1h4BRuiakVJMvh0AAAAASUVORK5CYII=") repeat;
    padding-top: 23px;
    padding-bottom: 20px;
    float: left;
    width: 100%;
}
.site-footer-responsive-banner {
    position: fixed;
    bottom: -233px;
    width: 100%;
}
.no-datauri .site-footer {background-image: url("/images/site/site-footer-bg.png");}
.site-footer__nav {
    line-height: 1.3333333em;
    list-style: none outside;
    color: #514e4e;
    float: left;
    width: 180px;
    padding-right: 10px;
}
.site-footer__nav--last {margin-left: 20px}
.site-footer__nav-item {margin-bottom: 4px}
.site-footer__nav-item--title {
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    margin-bottom: 8px;
}
.site-footer__nav-item__link {
    text-decoration: none;
    color: #514e4e;
}
.site-footer__nav-item--title .site-footer__nav-item__link  {color: #000000;}
.site-footer__nav-wrap {vertical-align: bottom; float: left;}
.site-footer__nav-wrap-right {height: 130px; }
.site-footer__copyright {
    display: block;
    font-size: 0.8333333em;
    line-height: 1.8em;
    margin-top: 20px;
    float: left;
    width: 100%;
}
.site-footer__copyright-left {
    float: left;
}
.site-footer__copyright-right {
    float: right;
}
.site-footer__social {
    vertical-align: bottom;
    width: 210px;
    float: left;
    text-align: right;
    margin-top: 40px;
}
.site-footer__social-item {
    margin-left: 11px;
}
.site-footer__social-item:first-child{margin-left: 0}

.site-footer__social a{
	background-image: url(/images/site/socials_sprite.png);
}

#vk_like {
    float: right;
    margin-left: 20px;
    margin-right: -18px;
}
.fb-like {
    float: right;
    margin-left: 20px;
}

.site-footer__social2{
	float: right;
	height: 27px;
    margin-top: 40px;
    text-align: right;
	vertical-align: bottom;
	width: 190px;
}

.site-footer__email-subscribe {
    float: left;
    width: 400px;
}
.site-footer__email-subscribe__input {
    width: 192px;
    padding-top: 5px;
    padding-bottom: 4px;
    float: left;
    color: #787878;
}
.site-footer__email-subscribe__submit {
    background-color: #dbdbdb;
    border: none;
    padding: 6px 18px;
    font-size: 11px;
    margin-left: 2px;
    border-radius: 3px;
    cursor: pointer;
    float: right;
}
.site-footer__email-subscribe__submit:hover {
    color: #fff;
    background-color: #000;
}

.imagine-block {
    position: absolute;
    height: 205px;
    width: 100%;
    bottom: -205px;
    z-index: -100;
}

/* //SITE-FOOTER */


/* HELPERS */
.min-content {
    border-collapse: collapse;
    width: 100%;
}
.min-content__wrap {width: 100%;}
.min-content__push{ width: 0}
/* //HELPERS */

/*  BUTTON SCROLL TO TOP */
.scroll-to-top {
    display: none;
    position: fixed;
    bottom: 100px;
    width: 35px;
    height: 35px;
    border: 1px solid #000000;
    cursor: pointer;
    z-index: 100;
}

.scroll-to-top__off {
    width: 35px;
    height: 35px;
    background: url(/images/site/scroll-to-top.png) 0px 0px no-repeat;
}

.scroll-to-top__on {
    width: 35px;
    height: 0px;
    background: url(/images/site/scroll-to-top.png) 0px -35px no-repeat;
    background-color: #000000;
    margin-top: -35px;
    -webkit-transition: 0.5s;
}
/*  //BUTTON SCROLL TO TOP */

/* AUTORISATION POP-UP */


.autorisation-pop-up-hidden {
    display: none;
}
.autorisation-pop-up-link {
    cursor: pointer;
}
.autorisation-pop-up {
    width: 520px;
    height: 350px;
    background-color: #FFF;
    border-radius: 7px;
}
.autorisation-pop-up__title {
    padding: 40px 0px 30px 140px;
    font-size: 20px;
    color: #000000;
}
.autorisation-pop-up__mail {
    padding-left: 60px;
    margin-right: 27px;
    font-size: 14px;
}
.autorisation-pop-up__password {
    padding-left: 60px;
    margin-right: 22px;
    font-size: 14px;
}
.autorisation-pop-up__input {
    width: 270px;
    margin: 0 70px 24px 0;
}
.autorisation-pop-up__submit {
    margin-left: 140px;
    margin-right: 35px;
}
.autorisation-pop-up a {
    color: #6f6f6f;
    font-size: 12px;
}
.autorisation-pop-up__social {
    color: #6f6f6f;
    font-size: 12px;
    padding-left: 140px;
    padding-top: 40px;
}
.autorisation-pop-up__social span {
    margin-right: 16px;
}
.autorisation-pop-up__social a {
    margin-right: 0;
}
.autorisation-pop-up__close {
    float: right;
    margin: 6px 14px 0 0;
    font: 30px "Courier New";
    cursor: pointer;
    font-weight: bold;
    color: #969696;
}

/* //AUTORISATION POP-UP */

/* AUTORISATION HEADER */

#autorisation-header {
    display: none;
    position: absolute;
    top: 54px;
    right: -6px;
    width: 220px;
    background-color: #f8f8f8;
    padding: 15px 0;
    border: 1px solid #dedede;
    box-shadow: 0px 2px 7px 1px #AFAFAF;
    z-index: 100;
    text-transform: none;
}

.autorisation-header__title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 28px;
    margin-left: 15px;
}
.autorisation-header__input {
    margin-bottom: 12px;
    width: 170px;
    font-size: 12px;
    color: #787878;
    margin-left: 15px;
    padding: 6px 8px;
}
.autorisation-header__submit {
    font-size: 12px;
    font-weight: normal;
    padding: 6px 16px;
    margin-right: 26px;
    margin-left: 15px;
}
#autorisation-header a {
    font-size: 11px;
    font-weight: normal;
    color: #828282;
}
.autorisation-header__social {
    font-size: 12px;
    font-weight: normal;
    color: #828282;
    margin-top: 16px;
    border-top: 1px solid #e2e2e2;
    /* padding-top: 14px; */
    padding-bottom: 14px;
    text-align: center;
}
.autorisation-header__social span {
    display: block;
    margin-bottom: 14px;
}
.autorisation-header__social a {
    margin-right: 0;
}
.autorisation-header__close {
    position: absolute;
    top: 0;
    right: 8px;
    font: 30px "Courier New";
    cursor: pointer;
    font-weight: bold;
    color: #969696;
}
.autorisation-header__registration {
    font-size: 12px !important;
    font-weight: normal;
    padding: 6px 16px;
    margin-right: 26px;
    margin-left: 15px;
    color: #000000 !important;
    margin-left: 60px;
}
/* //AUTORISATION HEADER */

/* Fotorama controls */
.fotorama__fullscreen-icon {
    width: 30px;
    height: 30px;
    top: 20px;
    left: 20px;
    background: url(/images/site/sprite.png) -113px -385px no-repeat;
    z-index: 20;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
    background-position: -113px -416px;
    top: 80px;
    left: 80px;
}
.fotorama__arr {
    width: 50px;
    height: 90px;
    position: absolute;
    top: 50%;
    border: 1px solid #000000;
    border-radius: 5px;
    cursor: pointer;
    background: none;
}
.fotorama__arr.fotorama__arr--next {
    right: 80px;
}
div.fotorama__arr.fotorama__arr--next:before {
    content: " ";
    width: 46px;
    height: 46px;
    position: absolute;
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    border-right: 1px solid #000000;
    top: 26px;
    right: 20px;
}
div.fotorama__arr.fotorama__arr--next:after {
    content: " ";
    width: 46px;
    height: 46px;
    position: absolute;
    -webkit-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    border-top: 1px solid #000000;
    top: 15px;
    right: 20px;
}
.fotorama__arr.fotorama__arr--prev {
    left: 80px;
}
div.fotorama__arr.fotorama__arr--prev:before {
    content: " ";
    width: 46px;
    height: 46px;
    position: absolute;
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    border-left: 1px solid #000000;
    top: 15px;
    left: 20px;
}
div.fotorama__arr.fotorama__arr--prev:after {
    content: " ";
    width: 46px;
    height: 46px;
    position: absolute;
    -webkit-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    border-bottom: 1px solid #000000;
    top: 26px;
    left: 20px;
}
.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(-32px, -32px, 0);
    -ms-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0);
}



/* Styles by Razon */

.recover-page-message{
    color: #1e75c3;
    font-size: 18px;
    font-weight: normal;
    margin: -30px 0 50px 189px;
}

.recover-page .reg-page__label{
    font-size: 14px;
    line-height: 1.2;
}

.reg-page__social-info{
    padding-top: 63px;
}

.recover_socials{
    margin-top: 0;
}
.recover_socials.recover_socials_m{
    margin-top: 25px;
}
.recover_socials li{
    display: inline-block;
    list-style: none;
    margin-right: 5px;
}
.recover_socials li a{
    background-image: url(/images/site/icons_social.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 23px;
    width: 23px;
}
.recover_socials li a.soc_fb{
    background-position: 0 -23px;
}
.recover_socials li a.soc_fb:hover,
.recover_socials li.active a.soc_fb{
    background-position: 0 0;
}
.recover_socials li a.soc_vk{
    background-position: -31px -23px;
}
.recover_socials li a.soc_vk:hover,
.recover_socials li.active a.soc_vk{
    background-position: -31px 0;
}
.recover_socials li a.soc_tw{
    background-position: -62px -23px;
}
.recover_socials li a.soc_tw:hover,
.recover_socials li.active a.soc_tw{
    background-position: -62px 0;
}
.recover_socials li a.soc_gp{
    background-position: -93px -23px;
}
.recover_socials li a.soc_gp:hover,
.recover_socials li.active a.soc_gp{
    background-position: -93px 0;
}

.social-icons--color-big{
    background-image: url(/images/site/icons_social.png);
    background-repeat: no-repeat;
}
.social-icons--color-big-vk{
    width: 32px;
}
.social-icons--color-big-tw{
    background-position: -64px -48px;
    width: 32px;
}
.social-icons--color-big-goo{
    background-position: -96px -48px;
}

.user-payment__icon-03{
    background-position: -128px -50px;
}


.feedback{
	background: #F8F8F8;
	border: 1px solid #DEDEDE;
	box-shadow: -3px 0px 15px 0px #CDCDCD;
	float: right;
	margin-right: -10px;
	padding: 20px;
	width: 250px;
}
	.feedback h3{
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 15px;
	}

	.feedback input[type=text],
	.feedback .jq-selectbox,
	.feedback textarea{
		margin-bottom: 13px;
		outline: none;
		width: 223px;
	}

	.feedback .jq-selectbox{
		width: 251px !important;
	}
	.jq-selectbox__select{
		background: #fff !important;
		border: 1px solid #d2d2d2 !important;
		border-top-color: #b6b6b6 !important;
		border-bottom-color: #e8e8e8 !important;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset !important;
		border-radius: 6px !important;
		color: #999 !important;
		height: 31px !important;
	}

	.feedback textarea{
		height: 70px;
		width: 223px;
	}

	.captcha{
		border-top: 1px solid #E2E2E2;
		margin: 0 -20px;
		padding: 20px 20px 0 40px;
	}
    .captcha img{
        border: 1px solid #E9EAEA;
        height: 55px;
        width: 85px;
    }
    .captcha input{
        font-size: 12px;
		margin-bottom: 0;
        padding-left: 5px;
        padding-right: 5px;
		text-align: center;
        vertical-align: top;
        width: 110px !important;
    }
    .captcha a{
        font-size: 14px;
		float: left;
        margin: -30px 0 0 95px;
    }

.feedback input[type=submit]{
    margin: 10px 0 0 70px;
}


.g-input.error {
    border-color: #F5969B;
}

/* UI-autocomplete */
.ui-helper-hidden-accessible {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-autocomplete {
    position: absolute;
    left: 0;
    top: 0;
    width: 320px;
    list-style: none;
    background-color: #fff;
    font: 0.8125em/1.3076923em Arial,Helvetica,Garuda,sans-serif;
    border: 1px solid #d2d2d2;
    border-top-color: #b6b6b6;
    border-bottom-color: #e8e8e8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2) inset;
    -ms-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2) inset;
    -o-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2) inset;
}
.ui-autocomplete li {
    padding: 0.3076923em 1em 0.4615385em;
    cursor: pointer;
}

.ui-autocomplete li:nth-child(2n+2){background-color: #F3F3F3}
.ui-autocomplete li:last-child {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    -o-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
.ui-autocomplete a {
    text-decoration: none;
}
.ui-autocomplete li:hover a { color: #000}
/* GRID */
.grid-wrap {
    width: 100%;
    overflow: hidden;
}
.grid {
    position: relative;
    margin: 0 20px;
}
.grid__block {
    width: 280px;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    z-index: -1;
    position: relative;
    -webkit-opacity: 0 !important;
    -moz-opacity: 0 !important;
    opacity: 0  !important;
    filter: alpha(opacity=0)  !important;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: opacity 0.4s ease ;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.grid__block.showed {
    z-index: 0;
    -webkit-opacity: 1  !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.grid__block img {
    display: block;
    width: 100%;
}
.grid-load_more-btn {
    font-size: 1.125em;
    text-decoration: none;
    color: #000000;
    border: 1px solid #000000;
    padding: 5px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.grid-load_more-btn.disable {
    cursor: default;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.grid-load_more_goods-btn {
    font-size: 1.125em;
    text-decoration: none;
    color: #000000;
    border: 1px solid #000000;
    padding: 5px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.grid-load_more_goods-btn.disable {
    cursor: default;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    filter: alpha(opacity=30);
}
/* instagramm */
.instagram-photo {
    max-width: 780px;
    font-size: 0.875em;
    line-height: 1.5em;
}
.instagram-photo_img {
    margin: 0 160px 30px;
}
.instagram-photo__info {
    margin-right: 160px;
    position: relative;
    z-index: 10050;
}
.instagram-photo__info-user {margin-top: 6px;}
.instagram-photo__info-user-text {padding-left: 18px;}
.instagram-photo__info-user__name {color: #5e5e5e; margin-top: -5px; margin-bottom: 17px}
.instagram-photo__info-user__social {
    font-size: 0.6428571em;
    line-height: 2.1111111em;
    color: #9c9b9b;
    height: 19px;
    padding-left: 24px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAA5CAMAAADjueCuAAAAdVBMVEUAAAAxMTExMTEzMzMxMTEyMjIyMjIxMTEwMDAyMjIxMTE4ODg1NTUwMDAxMTEwMDAxMTExMTE4ODg0NDQ0NDQyMjIwMDAwMDAxMTEwMDAwMDAyMjIyMjIwMDAwMDAwMDA4ODgwMDAwMDAwMDA4ODgwMDA4ODi2nu10AAAAJXRSTlMAe7VUHgtOQ448EtTL/AVol0njpjQr1cBc9vA5Yt/orO6Ib4H4KygYHQAAAVFJREFUOMud0NluqzAURuEFGBwawhDmJE3a9Px9/0c8Rk0kG6pK7bpg+GyBtSE7yW9OwEr17tn7PXpVhma8PuppEHpnqWwuTYqRxvvTPrQUMWtXOYuAWKNNu1gxsNhYVa0qyOGiXTONzpZiMDe30Mr1sD4tQUpfPCOP+53U4Zkp5Qr3tVzctaL2TBP0kMg31T2m1tO8frLrhk40G0sgGQIZJiAfDx4dRgud1uUMG3tF236y02kOLLOR4rKM3FPTPCyHg1IyRZA/bMa9n6kFRg9b1ieDzfHnbGApsGsJmLPD69Pc2S3cZR36Z74OsxTfbr+Y/bdzOW/Mgi2CORcNkBWffkUC9nNdxnFjb/hvcdsuWzw7vgBRaBmkpg2tg727BXaG48r6EtJ0HxgsvQVW9FAXq+9Z+Lf+Rw77v5qBr7F5c7l03fFrLs1mVgkk+0D2E/8BBwx5R+EVXTAAAAAASUVORK5CYII=") no-repeat 0 0;
}
.instagram-photo__info-user__social.vk {
    background-position: 0 -19px;
}
.instagram-photo__info-user__social.fb {
    background-position: 0 -38px;
}
.instagram-photo__info-tags {
    color: #7e7f80;
    margin-left: 160px;
}
/* Fancybox */
.fancybox-skin {
    color: inherit;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 1px 2px 18px rgba(0,0,0,.26);
    -moz-box-shadow: 1px 2px 18px rgba(0,0,0,.26);
    box-shadow: 1px 2px 18px rgba(0,0,0,.26);
}
.fancybox-nav {
    width: 160px;
    margin: 0;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.fancybox-nav:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.fancybox-nav span {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAjCAMAAADL21gSAAAAPFBMVEUAAABFRUVJSUlSUlIAAABgYGBBQUEAAAAAAABhYWEAAABOTk5UVFQAAABTU1NQUFBUVFQAAABbW1tfX18uG9ANAAAAFHRSTlMAPUZkCfEzAQb4CllwCGtedBO2zorbHu0AAACySURBVDjLjdTbDoQgDARQVKBWRbz8/7/ubhMzIUvG+kTMCYEybWg/mceUxlman/9G11VNUROjKWqKSCHqZ2qR76JUU10zaI1iy1h1gGrNZMbUZIoYKGagmIFiBgompx0Gak95FmagHrMt/dItmykYph7DVMjpgOmpI+VwXyeP2Hndrp1cZ3LdzlMnb8VNaf/t1Iw3BTxP/mTyjJOOeumpWoQZdHkIpM/JLCBThSpi2KT7ALteDJzXOrQpAAAAAElFTkSuQmCC") no-repeat 0 0;
    visibility: visible;
    height: 35px;
    width: 18px;
    margin-top: -62px;
}
.no-datauri .fancybox-nav span { background-image: url("/images/site/fancybox-nav.png")}
.fancybox-next span {background-position: -18px 0;}
.fancybox-close {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAYCAMAAACLI47uAAAAk1BMVEUAAAAhISEyMjIwMDAjIyMyMjIxMTEyMjIuLi4nJychISEjIyMpKSkpKSkrKysyMjIsLCwyMjIgICAnJyclJSUpKSktLS0tLS0tLS0yMjIvLy8nJycuLi4zMzMeHh4hISExMTElJSUtLS00NDQyMjI4ODj///+IiIh9fX10dHRlZWXu7u6Tk5N+fn5aWlqbm5uAgIAt2yrhAAAAJHRSTlMANeapP3e+8R4XMFiCcWpYnesqT2AhvK+33pl2pPYKOdRHw/o5ox31AAABdklEQVQ4y32Ui3KDIBBFV0VRjEZtTDQvkxY0MY/2/7+uoQskGOuZcQDnruzdRUBBsjrPaV5vCViEfkA5rwO/tF4Xh68gIWVJkmp3YC9yjxu8EAwbsY30PMrETM8/uMUcFGtxhBeIyHCS8gGJ/n45yBv3mBuhvUchCAxwBHuE8RFk5u4K3tjSxzMWsAZw+F5KVilKFxVIOFEbXDocfy44hrD6VEbiv7qoEi2XPgqu7UkO5/Yb1z64ynosYqlfqALlAUdO7U3qO7UMgDqgIxqm9VDklJuI/m70nAI1DWRCNKZ9Ljf0bds/V0BNjwsh2FjA3QrAlNAvaURsp4R+z710jlBtGv3GOmJB0bTyezMRgS5rIvUyYmOXtWs7dH7VZW2wcZXaKF0OGqeEnWkc5B68ke0AvPGjIavpWGJ8NXH4YCZCWx9NHG9MQBD7cHv//EC+lsxEttfz/Xr6F0Wcw65KWRSxtKJ1M3UJGI5e7T6ovePYNUOf18wvOX5OEjlSjP0AAAAASUVORK5CYII=") no-repeat 0 0 ;
    width: 24px;
    height: 24px;
    top: 11px;
    right: 13px;
}
.no-datauri .fancybox-close { background-image: url("/images/site/fancybox-close.png")}
.fancybox-close:hover { background-position: -24px 0}


.findedCityBlock {
    background-color: #eeeeee;
}



.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
}
.jq-selectbox__select {
    height: 30px;
    padding: 0 45px 0 10px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #F5F5F5 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
    color: #333;
    text-shadow: 1px 1px #FFF;
    font: 14px/30px Arial, sans-serif;
}
.jq-selectbox__select:hover {
    background-color: #E6E6E6;
    background-position: 0 -10px;
}
.jq-selectbox__select:active {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}
.jq-selectbox__select-text {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 5px solid #000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    opacity: 1;
    filter: alpha(opacity=100);
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.jq-selectbox__dropdown {
    top: 33px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 1px solid #CCC;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
    margin: 5px;
}
.jq-selectbox__search input {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    outline: none;
    border: 1px solid #CCC;
    border-radius: 3px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
    box-shadow: inset 1px 1px #F1F1F1;
    color: #333;
    -webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}
.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #F0F0F0;
    font-size: 13px;
}
.jq-selectbox ul {
    margin: 0;
    padding: 0;
}
.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    color: #231F20;
}
.jq-selectbox li.selected {
    background-color: #A3ABB1;
    color: #FFF;
}
.jq-selectbox li:hover {
    background-color: #08C;
    color: #FFF;
}
.jq-selectbox li.disabled {
    color: #AAA;
}
.jq-selectbox li.disabled:hover {
    background: none;
}
.jq-selectbox li.optgroup {
    font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231F20;
    cursor: default;
}
.jq-selectbox li.option {
    padding-left: 25px;
}


.grid_title {
    font-size: 1.625em;
    font-weight: normal;
    line-height: 1.1538462em;
    padding-top: 0.6923077em;
    padding-bottom: 1em;
    padding-left: 1.6923077em;
    color: #000
}


/* Styles by Razon

-------------------------------------------------------------------------

 for _S_index */

.base-block__cat-row-item{
    line-height: 1.5;
}

.base-block__cat-row-item--small .base-block__cat-row-item__text-price{
    display: inline-block;
    line-height: 1.1;
    vertical-align: middle;
}
.base-block__cat-row-item--small .base-block__cat-row-item__text-price span{
    color: #9e9e9e;
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
}
.base-block__cat-row-item__text-buy{
    font-size: 16px;
    margin-top: 0;
}

.little_buy_button{
    border-radius: 3px;
    border: 1px solid;
    display: inline-block;
    font-size: 16px;
    height: 31px;
    line-height: 33px;
    margin-left: 20px;
    opacity: .7;
    padding: 0 10px;
    text-decoration: none;
	transition: all .5s;
    vertical-align: middle;
}
.little_buy_button:hover{
	opacity: 1;
}
.little_buy_button.orange{
    border-color: #F66D00;
    color: #F66D00;

}
.little_buy_button.green{
    border-color: #3F9971;
    color: #3F9971;
}
.little_buy_button.red{
    border-color: #ed1f24;
    background-color: #ed1f24;
    color: #ffffff;
}

.base-block__cat-row-item--small.new_view_prices .base-block__cat-row-item__text-name{
    float: left;
    margin: 10px 0 15px -50px;
    margin-left: -50px;
    margin-bottom: 15px;
    width: 180px;
}
.base-block__cat-row-item--small.new_view_prices .base-block__cat-row-item__text-price{
    float: right;
    margin: 34px -12px 0 0;
}

.base-block__cat-row-item--small.new_view_prices .base-block__cat-row-item__text-price.with_old_price{
    margin-top: 10px;
    text-align: right;
}
.base-block__cat-row-item--small.new_view_prices .base-block__cat-row-item__text-price.with_old_price span{
    line-height: 1.8;
}

.new_view_prices .little_buy_button{
    margin-left: 50px;
}

.where2buy_info{
	margin-bottom: -20px;
	padding-top: 20px;
	text-align: center;
}























/* for _S_index */


/* for instructions */

.instruction_filters h4{
    font-size: 14px;
    margin-bottom: 10px;
}
.instruction_filters.cat-filter__content{
    padding-left: 50px;
}
.instruction_filters .cat-filter-items{
    float: left;
    margin-right: 21px;
}
.instruction_filters .cat-filter-item__label{
    line-height: 1.45;
}


.new_filter_wrap{
    margin-top: 50px;
}
.new_filter_wrap img{
    border: 1px solid #DEDEDE;
    float: left;
}

.new_filter_wrap h3{
    font-size: 19px;
    font-weight: normal;
}
.new_filter_wrap h3 strong{
    font-weight: bold;
}

.new_filter_content{
    float: left;
    margin-left: 20px;
    overflow: hidden;
    width: 590px;
}
.new_filter_list{
    float: left;
    list-style: none;
    margin-top: 20px;
    width: 230px;
}
.new_filter_list_1{
    margin-right: 43px;
}
.new_filter_list_2{
    border-left: 1px solid #DEDEDE;
    margin-top: 110px;
    padding-left: 40px;
    width: 250px;
}
.new_filter_list li{
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
}
.new_filter_list_2 li:first-child{
    margin-top: 0;
}
.new_filter_list li a{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #F1F1F0),color-stop(1, #CBCBCB));
    background-image: -o-linear-gradient(bottom, #F1F1F0 0%, #CBCBCB 100%);
    background-image: -moz-linear-gradient(bottom, #F1F1F0 0%, #CBCBCB 100%);
    background-image: -webkit-linear-gradient(bottom, #F1F1F0 0%, #CBCBCB 100%);
    background-image: -ms-linear-gradient(bottom, #F1F1F0 0%, #CBCBCB 100%);
    background-image: linear-gradient(to bottom, #F1F1F0 0%, #CBCBCB 100%);
    border-radius: 4px;
    color: #000;
    display: inline-block;
    float: right;
    font-size: 13px;
    height: 27px;
    line-height: 28px;
    opacity: 1;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    width: 95px;
}
.new_filter_list li a:hover{
    opacity: .7;
}

/* for instructions */


/* for instructions */

.instruction_filters h4{
    font-size: 14px;
    margin-bottom: 10px;
}
.instruction_filters.cat-filter__content{
    padding-left: 50px;
}
.instruction_filters .cat-filter-items{
    float: left;
    margin-right: 21px;
}
.instruction_filters .cat-filter-item__label{
    line-height: 1.45;
}


.new_filter_wrap{
    margin-top: 50px;
}
.new_filter_wrap img{
    border: 1px solid #DEDEDE;
    float: left;
}

.new_filter_wrap h3{
    font-size: 19px;
    font-weight: normal;
}
.new_filter_wrap h3 strong{
    font-weight: bold;
}

.new_filter_content{
    float: left;
    margin-left: 20px;
    overflow: hidden;
    width: 590px;
}
.new_filter_list{
    float: left;
    list-style: none;
    margin-top: 20px;
    width: 285px;
}
.new_filter_list_1{
    margin-right: 43px;
}
.new_filter_list_2{
    border-left: 1px solid #DEDEDE;
    margin-top: 110px;
    padding-left: 40px;
    width: 250px;
}
.new_filter_list li{
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
}
.new_filter_list_2 li:first-child{
    margin-top: 0;
}
.new_filter_list li a{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #F1F1F0),color-stop(1, #CBCBCB));
    background-image: -o-linear-gradient(bottom, #F1F1F0 0%, #CBCBCB 100%);
    background-image: -moz-linear-gradient(bottom, #F1F1F0 0%, #CBCBCB 100%);
    background-image: -webkit-linear-gradient(bottom, #F1F1F0 0%, #CBCBCB 100%);
    background-image: -ms-linear-gradient(bottom, #F1F1F0 0%, #CBCBCB 100%);
    background-image: linear-gradient(to bottom, #F1F1F0 0%, #CBCBCB 100%);
    border-radius: 4px;
    color: #000;
    display: inline-block;
    float: right;
    font-size: 13px;
    height: 27px;
    line-height: 28px;
    opacity: 1;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    width: 95px;
}
.new_filter_list li a:hover{
    opacity: .7;
}

.instruction_filters .cat-filter-items {
    float: left;
    margin-right: 21px;
}

/* for instructions */


/* popup order */

.site_overflow{
	background: rgba(255, 255, 255, .5);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.popup_order{
	background: #fff;
	border: 1px solid #D0D0D0;
	box-shadow: 0 0 15px #D0D0D0;
	border-radius: 10px;
	bottom: 0;
	display: none;
	height: 400px;
	left: 0;
	margin: auto;
	padding-top: 50px;
	position: absolute;
	text-align: center;
	right: 0;
	top: 0;
	width: 385px;
	z-index: 101;
}
	.popup_order i{
		background: url(/images/site/icon_close.png) no-repeat;
		cursor: pointer;
		height: 12px;
		position: absolute;
		right: 15px;
		top: 15px;
		width: 12px;
	}
	
	.popup_order p{
		line-height: 1;
		margin: -10px 0 10px
	}
	.popup_order input[type=text]{
		height: 30px;
		margin-bottom: 25px;
		width: 270px;
	}


.popup_order div {
    padding-left: 35px;
    width: 320px;
}

    .popup_order input.code{
        float: left;
        height: 30px;
        margin-bottom: 10px;
        width: 195px;
    }
	.popup_order input[type=submit]{
		margin-top: 15px;
	}

	.popup_order #change_captcha{
		line-height: 1;
	}

.magictime {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

.vanishIn {
	-webkit-animation-name: vanishIn;
	-moz-animation-name: vanishIn;
	-ms-animation-name: vanishIn;
	-o-animation-name: vanishIn;
	animation-name: vanishIn;
}
.vanishOut {
	-webkit-animation-name: vanishOut;
	-moz-animation-name: vanishOut;
	-ms-animation-name: vanishOut;
	-o-animation-name: vanishOut;
	animation-name: vanishOut;
}

@-moz-keyframes vanishIn {
  0% {
    opacity: 0;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(2, 2);
    -webkit-filter: blur(90px);
  }

  100% {
    opacity: 1;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }
}
@-webkit-keyframes vanishIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(2, 2);
    -webkit-filter: blur(90px);
  }

  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }
}
@-o-keyframes vanishIn {
  0% {
    opacity: 0;
    -o-transform-origin: 50% 50%;
    -o-transform: scale(2, 2);
    -webkit-filter: blur(90px);
  }

  100% {
    opacity: 1;
    -o-transform-origin: 50% 50%;
    -o-transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }
}
@-ms-keyframes vanishIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-transform-origin: 50% 50%;
    -ms-transform: scale(2, 2);
    -webkit-filter: blur(90px);
  }

  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform-origin: 50% 50%;
    -ms-transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }
}
@keyframes vanishIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2, 2);
    -webkit-filter: blur(90px);
  }

  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }
}
@-moz-keyframes vanishOut {
  0% {
    opacity: 1;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }

  100% {
    opacity: 0;
    -moz-transform-origin: 50% 50%;
    -moz-transform: scale(2, 2);
    -webkit-filter: blur(20px);
  }
}
@-webkit-keyframes vanishOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(2, 2);
    -webkit-filter: blur(20px);
  }
}
@-o-keyframes vanishOut {
  0% {
    opacity: 1;
    -o-transform-origin: 50% 50%;
    -o-transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }

  100% {
    opacity: 0;
    -o-transform-origin: 50% 50%;
    -o-transform: scale(2, 2);
    -webkit-filter: blur(20px);
  }
}
@-ms-keyframes vanishOut {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform-origin: 50% 50%;
    -ms-transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }

  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-transform-origin: 50% 50%;
    -ms-transform: scale(2, 2);
    -webkit-filter: blur(20px);
  }
}
@keyframes vanishOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }

  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2, 2);
    -webkit-filter: blur(20px);
  }
}

/* popup order */


/* for map_site */

ul.sitemap{
    float: left;
    margin: -20px 0 0 150px;
}
ul.sitemap:first-child{
    margin-left: 0;
}

.sitemap,
.sitemap ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.sitemap ul{
    margin: 15px 0 0 20px;
}
.sitemap ul ul{
    margin: 0;
}
.sitemap li{
    margin: 0 0 15px;
}
.sitemap ul ul li{
    margin: 0;
}
.sitemap a{
    color: #000;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.sitemap a:hover{
    text-decoration: underline;
}
.sitemap li a{
    font-size: 16px;
}
.sitemap li li a{
    font-size: 14px;
}
.sitemap li li li a{
    font-weight: normal;
    text-transform: none;
}



/* for map_site */


/*** for Shop ***/

.cat-filter-item{
    position: relative;
}
.filter_tool{
    background: url(/images/site/filter_tool.png);
    font-size: 13px;
    height: 31px;
    line-height: 33px;
    padding-left: 5px;
    position: absolute;
    left: -265px;
    margin-top: 3px;
    transition: all .5s;
    width: 245px;
    z-index: 10;
}
.filter_tool_h{
    opacity: 1;
    
}
.filter_tool button{
    background: #FEDD0A;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FEDD0A), color-stop(1, #FDA502));
    background-image: -o-linear-gradient(bottom, #FEDD0A 0%, #FDA502 100%);
    background-image: -moz-linear-gradient(bottom, #FEDD0A 0%, #FDA502 100%);
    background-image: -webkit-linear-gradient(bottom, #FEDD0A 0%, #FDA502 100%);
    background-image: -ms-linear-gradient(bottom, #FEDD0A 0%, #FDA502 100%);
    background-image: linear-gradient(to bottom, #FEDD0A 0%, #FDA502 100%);
    border: none;
    cursor: pointer;
    float: left;
    height: 21px;
    margin: 5px 15px 0 0;
    outline: none;
	padding: 0 5px;
    transition: all .3s;
    
}
.filter_tool button:hover{
    opacity: .7;
}



.cat-nav-item{
	border: 2px solid transparent;
	border-bottom: none;
	position: relative;
}
.cat-nav-item_act,
.cat-nav-item:hover{
    background: #fff;
	border-color: rgba(0, 0, 0, .1);
    border-radius: 10px 10px 0 0;
    box-shadow: none;
}

.cat-nav-sub{
    background: #fff;
    border: 1px solid #E1E1E1;
    border-top: none;
    border-radius: 0 0 5px 5px;
    display: none;
    list-style: none;
    margin: 0 0 0 -250px;
    overflow: hidden;
    padding: 15px 0;
    position: absolute;
	top: 59px;
    width: 665px;
    z-index: 100;
}
.cat-nav-wrap .cat-nav-item .cat-nav-sub {
    margin-left: -6px !important;
    text-align: left;
    text-align-last: left;
    width: 510px !important;
}
.cat-nav-wrap .cat-nav-item--active .cat-nav-sub {
    margin-left: -1px !important;
}
.cat-nav-wrap .cat-nav-item_act:before {
    background: none !important;
}
.cat-nav-sub li{
    border-left: 1px solid #F0F0F0;
    float: left;
    height: 25px;
    line-height: 1;
    margin-left: -1px;
    padding: 5px 20px;
    text-align: left;
    width: 120px;
}
.cat-nav-sub li a{
    color: #2e2e2e;
    font-size: 12px;
    text-decoration: none !important;
    transition: all .3s;
}
.cat-nav-sub li a:hover{
    color: #1e91d0;
    text-decoration: underline;
}

/*** for Shop ***/



#send_comment img{
	vertical-align: middle;
}
#send_comment input[name=captcha]{
	outline: none;
	vertical-align: middle;
	width: 70px;
}

.block_inform{
	padding: 30px 40px;
}
	.block_inform h1{
		margin:  10px 0 30px;
		text-align: center;
	}
	.block_inform p{
		margin-bottom: 15px;
	}



/* for new payment */

.user-payment__form__col{
    margin-right: 150px;
}
.user-payment__item{
    float: left;
}

.show_payment{
    height: 20px;
    text-align: center;
}
.show_payment a{
    color: #6b6b6b;
    display: inline-block;
    font-size: 14px;
    position: relative;
    text-decoration: none;
}
.show_payment a:before{
    background: url(/images/site/sprite.png) no-repeat -132px -257px;
    content: "";
    display: inline-block;
    height: 5px;
    left: -15px;
    position: absolute;
    top: 9px;
    width: 9px;
}
.show_payment a.arrow_up:before{
    transform: rotate(180deg);
}

.payment_vars{
    height: auto;
    opacity: 0;
    overflow: hidden;
}
.payment_vars h4{
    color: #b4b3b3;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 40px;
}
.payment_vars h4 span{
    background: #fff;
    padding-right: 15px;
    position: absolute;
    z-index: 100;
}
.payment_vars h4:before{
    background: #ECECEC;
    display: block;
    content: "";
    height: 1px;
    margin-top: 13px;
    position: absolute;
    width: 900px;
}

.user-payment__item{
    position: relative;
}
.user-payment__item-label i{
    background: url(/images/site/sprite.png) no-repeat -168px -195px;
    display: inline-block;
    height: 18px;
    margin: 2px 0 -2px 10px;
    position: relative;
    width: 18px;
}
.user-payment__item-label i p{
    background: #fff;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    bottom: 30px;
    box-shadow: 0 0 5px #A3A3A3;
    color: #646262;
    display: none;
    font-size: 11px;
    font-style: normal;
    left: -60px;
    line-height: 1.3;
    margin: 0;
    padding: 7px 10px;
    position: absolute;
    width: 115px;
}
.user-payment__item-label i p:after{
    background: url(/images/site/tooltip_arrow.png) no-repeat;
    bottom: -11px;
    content: "";
    margin-left: -7px;
    position: absolute;
    height: 11px;
    left: 50%;
    width: 15px;
}




.user-payment__icon-04 {
    width: 29px;
    height: 28px;
    background-position: -163px -32px;
    margin-right: 12px;
}
.user-payment__icon-05 {
    width: 51px;
    height: 26px;
    background-position: -197px -2px;
    margin-right: 12px;
}
.user-payment__icon-06 {
    width: 72px;
    height: 20px;
    background-position: -161px -84px;
    margin-right: 12px;
}
.user-payment__icon-07 {
    width: 75px;
    height: 10px;
    background-position: -162px -112px;
    margin-right: 12px;
}
.user-payment__icon-08 {
    width: 33px;
    height: 33px;
    background-position: -227px -31px;
    margin-right: 12px;
}
.user-payment__icon-09 {
    width: 46px;
    height: 13px;
    background-position: -163px -66px;
    margin-right: 12px;
}
.user-payment__icon-10 {
    width: 18px;
    height: 27px;
    background-position: -168px -2px;
    margin-right: 12px;
}
.user-payment__icon-11 {
    width: 28px;
    height: 29px;
    background-position: -197px -32px;
    margin-right: 12px;
}
.user-payment__icon-12 {
    width: 26px;
    height: 25px;
    background-position: -216px -133px;
    margin-right: 12px;
}
.user-payment__icon-13 {
    width: 25px;
    height: 25px;
    background-position: -188px -133px;
    margin-right: 12px;
}
.user-payment__icon-14 {
    width: 27px;
    height: 27px;
    background-position: -164px -164px;
    margin-right: 12px;
}
.user-payment__icon-15 {
    width: 20px;
    height: 30px;
    background-position: -163px -128px;
    margin-right: 12px;
}
.user-payment__icon-16 {
    width: 40px;
    height: 24px;
    background-position: -198px -165px;
    margin-right: 12px;
}
.user-payment__icon-17 {
    width: 26px;
    height: 27px;
    background-position: -244px -133px;
    margin-right: 12px;
}
.user-payment__icon-23 {
    width: 40px;
    height: 22px;
    background-position: -243px -166px;
    margin-right: 12px;
}

/* for new payment */

.cat-nav-wrap .cat-nav-item:nth-child(2) .cat-nav-sub,
.cat-nav-wrap .cat-nav-item:nth-child(3) .cat-nav-sub{
	margin-left: -70px;
	width: 340px;
}

.cat-nav-wrap .cat-nav-item:nth-child(2) .cat-nav-sub li,
.cat-nav-wrap .cat-nav-item:nth-child(3) .cat-nav-sub li{
	padding: 15px 10px 5px 10px;
	width: 150px;
}

.user-payment__item .jq-radio{
	z-index: 1;
}



/*****   for iPad   *****/

.ipad .banner-main__nav__title{
	font-size: 2em;
}

/*****   for iPad   *****/

/* Common, default styles for the notification box */

.ns-box {
	position: fixed;
	background: rgba(42,45,50,0.85);
	padding: 22px;
	line-height: 1.4;
	z-index: 1000;
	pointer-events: none;
	color: rgba(250,251,255,0.95);
	font-size: 90%;
	font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
}

.ns-box.ns-show {
	pointer-events: auto;
}

.ns-box a {
	color: #1E75C3;
	opacity: 0.7;
	font-weight: 500;
	text-decoration: none;
	transition: all .5s;
}

.ns-box a:hover,
.ns-box a:focus {
	opacity: 1;
}

.ns-box p {
	margin: 0;
}

.ns-box.ns-show,
.ns-box.ns-visible {
	pointer-events: auto;
}

.ns-close {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 4px;
	top: 4px;
	overflow: hidden;
	text-indent: 100%;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ns-close:hover, 
.ns-close:focus {
	outline: none;
}

.ns-close::before,
.ns-close::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 60%;
	top: 50%;
	left: 50%;
	background: #6e6e6e;
}

.ns-close:hover::before,
.ns-close:hover::after {
	background: #fff;
}

.ns-close::before {
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
}

.ns-close::after {
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}

/* Growl-style notifications */
.ns-attached {
    right: 30px;
    max-width: 300px;
}

[class^="ns-effect-"].ns-attached.ns-hide,
[class*=" ns-effect-"].ns-attached.ns-hide {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

/* Individual effects */

/* Flip */
.ns-effect-flip {
    background: #9bd1a2;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    bottom: 0px;
    font-size: 1.15em;
    padding: 1.5em;
    max-width: 280px;
    backface-visibility: hidden;
}

.ns-effect-flip .ns-close::before,
.ns-effect-flip .ns-close::after {
    background: #5a9862;
}

.ns-effect-flip .ns-close:hover::before,
.ns-effect-flip .ns-close:hover::after {
    background: #4e8455;
}

.ns-effect-flip.ns-show,
.ns-effect-flip.ns-hide {
    -webkit-animation-name: animFlipFront;
    animation-name: animFlipFront;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.ns-effect-flip.ns-hide {
    -webkit-animation-name: animFlipBack;
    animation-name: animFlipBack;
}

@-webkit-keyframes animFlipFront {
    0% { -webkit-transform: perspective(1000px) rotate3d(1,0,0,-90deg); }
    100% { -webkit-transform: perspective(1000px); }
}

@keyframes animFlipFront {
    0% { -webkit-transform: perspective(1000px) rotate3d(1,0,0,-90deg); transform: perspective(1000px) rotate3d(1,0,0,-90deg); }
    100% { -webkit-transform: perspective(1000px); transform: perspective(1000px); }
}

@-webkit-keyframes animFlipBack {
    0% { -webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg); }
    100% { -webkit-transform: perspective(1000px); }
}

@keyframes animFlipBack {
    0% { -webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg); transform: perspective(1000px) rotate3d(1,0,0,90deg); }
    100% { -webkit-transform: perspective(1000px); transform: perspective(1000px); }
}

/* Bouncy Flip adapted from animate.css by Dan Eden: http://daneden.github.io/animate.css/ */
.ns-effect-bouncyflip {
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    background: #fff;
	border-radius: 0 0 7px 7px;
    color: #484860;
    top: 0;
    box-shadow: 0 13px 10px -5px rgba(0,0,0,0.2);
}

.ns-effect-bouncyflip .icon {
    position: absolute;
    display: block;
    top: 2em;
    left: 2em;
}

.ns-effect-bouncyflip p {
    padding: 0.5em 0.8em 0.5em 3.5em;
}

.ns-effect-bouncyflip .ns-close::after,
.ns-effect-bouncyflip .ns-close::before {
    background: #484860;
}

.ns-effect-bouncyflip .ns-close:hover::after,
.ns-effect-bouncyflip .ns-close:hover::before {
    background: #545484;
}

.ns-effect-bouncyflip.ns-show,
.ns-effect-bouncyflip.ns-hide {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-90deg);
        -webkit-transition-timing-function: ease-in;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,20deg);
        -webkit-transition-timing-function: ease-out;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-10deg);
        -webkit-transition-timing-function: ease-in;
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,5deg);
        -webkit-transition-timing-function: ease-out;
    }

    100% {
        -webkit-transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-90deg);
        transform: perspective(400px) rotate3d(1,0,0,-90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,20deg);
        transform: perspective(400px) rotate3d(1,0,0,20deg);
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-10deg);
        transform: perspective(400px) rotate3d(1,0,0,-10deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,5deg);
        transform: perspective(400px) rotate3d(1,0,0,5deg);
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.ns-effect-bouncyflip.ns-hide {
    -webkit-animation-name: flipInXSimple;
    animation-name: flipInXSimple;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

@-webkit-keyframes flipInXSimple {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-transition-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
  }
}

@keyframes flipInXSimple {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg); 
    transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.icon.icon-success{
	background: url(/images/site/sprite.png) no-repeat -164px -222px;
	height: 33px;
	margin: -7px 0 0 -5px;
	position: absolute;
	width: 33px;
}
.header-pre-cart{
    text-decoration: none;
    font-size: 1.075em;
    font-weight: normal;
    color: #969696;
    text-decoration: none;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    margin-right:20px;
    font-family: 'freesetcyrillic', Arial;
    margin-top: 0.281818em;
}
.header-pre-cart:hover{
    color: #1e75c3;
}