﻿/* Fonts
------------------------------------------------------------- */

@font-face {
    font-family: 'acquest_scriptregular';
    src: url('../fonts/acquestscript-webfont.eot');
    src: url('../fonts/acquestscript-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/acquestscript-webfont.woff2') format('woff2'), url('../fonts/acquestscript-webfont.woff') format('woff'), url('../fonts/acquestscript-webfont.ttf') format('truetype'), url('../fonts/acquestscript-webfont.svg#acquest_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helioscondbold';
    src: url('../fonts/he_cn_-webfont.eot');
    src: url('../fonts/he_cn_-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/he_cn_-webfont.woff') format('woff'), url('../fonts/he_cn_-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helioscondregular';
    src: url('../fonts/helioscond-webfont.eot');
    src: url('../fonts/helioscond-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helioscond-webfont.woff') format('woff'), url('../fonts/helioscond-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* Reset
------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
    min-width: 970px;
    font-family: 'helioscondregular';
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Style
------------------------------------------------------------- */

.clearfix:after {
    clear: both;
}
.clearfix:after,
.clearfix:before {
    display: table;
    line-height: 0;
    content: "";
}
.w-970 {
    width: 970px;
    margin: 0 auto;
}
.underline a {
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.underline a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
}
.underline a:hover:before {
    display: none;
}
.wrap {} .wrap_top {
    background: url("../images/home_top.jpg") 50% 0px no-repeat;
    height: 768px;
}
.wrap_top .top {} .wrap_top header {
    position: relative;
}
header .row {
    height: 90px;
    position: relative;
}
a.logo {
    position: absolute;
    left: 22px;
    top: 17px;
    display: block;
    width: 395px;
    height: 75px;
}
a.logo:before {
    content: '';
    position: absolute;
    width: 65px;
    height: 30px;
    background: url("../images/logo.png") -90px -75px no-repeat;
    left: 90px;
    bottom: -30px;
}
a.logo:after {
    content: '';
    position: absolute;
    width: 395px;
    height: 75px;
    background: url("../images/logo.png") 0px 0px no-repeat;
    left: 0;
    top: 0;
    z-index: 10;
}
.dev {
    position: absolute;
    left: 182px;
    top: 2px;
    font-family: 'helioscondregular';
    color: #5E6726;
    font-size: 18px;
    font-weight: lighter;
    text-shadow: 1px 1px 1px #FFF;
}
.header_search {
    width: 270px;
    position: absolute;
    left: 410px;
    top: 31px;
}
.header_search input[type="text"] {
    width: 152px;
    height: 34px;
    padding: 0 7px 0 15px;
    background-color: rgba(170, 181, 170, 0.47);
    border: 1px solid #fff;
    border-radius: 0px 8px 8px 0px;
    box-shadow: 0 0 15px 0px #F7F7F7;
    position: relative;
    top: -1px;
}
.header_search input[type="text"]:focus {
    outline: 0;
    background-color: rgba(246, 109, 0, 0.39);
}
#s_f {
    margin-left: 4px;
    border: 1px solid #fff;
    border-radius: 8px;
    box-shadow: 0 0 15px 0px #F7F7F7;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #FD8302;
    color: #fff;
    font-family: 'helioscondbold';
    width: 71px;
    text-align: center;
    padding: 8px 0;
    position: relative;
    top: 1px;
    cursor: pointer;
}
#s_f:hover {
    background-color: #FFA602;
}
.header_contact {
    float: right;
    width: 250px;
    margin-right: 33px;
}
.telephone {
    font-family: 'acquest_scriptregular';
    font-size: 50px;
    color: #5A6611;
    text-shadow: 1px 1px 1px #fff;
    margin-top: 23px;
    line-height: 22px;
}
.header_contact ul {
    margin-top: 2px;
}
.header_contact ul li {
    display: inline-block;
}
.header_contact ul li:first-child {
    padding-right: 12px;
    position: relative;
    margin-right: 4px;
    margin-left: 4px;
}
.header_contact ul li:first-child:before {
    content: '';
    display: block;
    width: 2px;
    height: 25px;
    background: url("../images/border.png") 0px 0px no-repeat;
    position: absolute;
    right: 0px;
    top: -2px;
}
.header_contact ul li a {
    font-size: 20px;
    text-shadow: 1px 1px 1px #fff;
    color: #3B500D;
    text-decoration: none;
}
.header_contact ul li a:before {
    border-top: 1px solid #6A7C3B;
    background-color: #E6EDC2;
}
.header_contact ul li a:hover {} .header_menu {
    height: 60px;
}
.header_menu > div {
    width: 682px;
    float: right;
    position: relative;
    margin-right: 10px;
}
.header_menu > div:before {
    content: '';
    display: block;
    width: 39px;
    height: 52px;
    background: url("../images/sheet.png") 0px 0px no-repeat;
    position: absolute;
    top: -13px;
    left: -38px;
    z-index: 100;
}
.header_menu ul {
    position: relative;
    height: 43px;
    background-color: rgba(255, 199, 68, 0.87);
    border: 1px solid #FFD795;
    border-radius: 10px;
    box-shadow: 0 0 10px 0px #F7F7F7;
    margin-top: 10px;
}
.header_menu ul li:first-child {
    margin-left: 18px;
}
.header_menu ul li:first-child:before {
    display: none;
}
.header_menu ul li {
    float: left;
    position: relative;
    margin-left: 23px;
    margin-top: 13px;
}
.header_menu ul li:before {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background: url("../images/border_2.png") 0px 0px no-repeat;
    position: absolute;
    top: 4px;
    left: -17px;
}
.header_menu ul li a {
    font-family: 'helioscondbold';
    color: #4F7009;
    text-decoration: none;
    font-size: 19px;
    text-shadow: 1px 1px 1px #fff;
}
.header_menu ul li.active a,
.header_menu ul li a:hover {
    color: #D33B02;
}
.header_menu ul li a:hover {} .wrap_authentication {
    position: absolute;
    z-index: 100;
    left: 25px;
    bottom: -59px;
}
.wrap_authentication table {} .wrap_authentication table td {
    padding-bottom: 2px;
}
.wrap_authentication input {
    width: 100px;
    height: 27px;
    border: 1px solid #95A646;
    padding-left: 8px;
    font-size: 16px;
    color: #426D37;
    opacity: 0.7;
    margin-right: 10px;
    border-radius: 5px;
}
strong {
    font-weight: bold;
}
.wrap_authentication table td > a {
    color: #425D0B;
}
.wrap_authentication table td a {
    color: #425D0B;
    margin-left: 3px;
}
.wrap_authentication table td a:hover {
    text-decoration: none;
}
.wrap_slider_top {
    height: 507px;
    position: relative;
}
.emblem_shares {
    display: block;
    width: 188px;
    height: 119px;
    background: url("../images/emblem_shares.png") 0px 0px no-repeat;
    position: absolute;
    left: 172px;
    top: 67px;
    z-index: 100;
}
.slider_top {
    width: 535px;
    height: 390px;
    float: right;
    background-color: rgba(255, 255, 255, 0.75);
    margin-right: 90px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 10px;
    margin-top: 17px;
    position: relative;
}
.social_icons {
    position: absolute;
    bottom: 28px;
    left: 567px;
}
.social_icons li {
    margin-right: 1px;
    display: inline-block;
}
.social_icons li a {
    display: inline-block;
    width: 52px;
    height: 52px;
}
.social_icons li a:hover {} .fb {
    background: url("../images/youtobe.png") 0px 0px no-repeat;
}
.you {
    background: url("../images/you.png") 0px 0px no-repeat;
}
.vk {
    background: url("../images/vk.png") 0px 0px no-repeat;
}
.mushrooms_img {
    width: 223px;
    height: 96px;
    background: url("../images/mushrooms_img.png") 0px 0px no-repeat;
    position: absolute;
    left: 326px;
    bottom: 61px;
    z-index: 1000;
}
.chest_img {
    width: 156px;
    height: 145px;
    background: url("../images/chest_img.png") 0px 0px no-repeat;
    position: absolute;
    right: 52px;
    bottom: -1px;
    z-index: 1000;
}
.wrap_nav_basket {
    position: relative;
}
.wrap_nav_basket .wrap_nav {
    width: 610px;
    overflow: hidden;
}
.wrap_nav_basket nav {
    margin-left: -20px;
}
.wrap_nav_basket nav span {
    margin-left: 4px;
    line-height: 24px;
    background: url("../images/border_3.png") 0px 9px no-repeat;
    padding-left: 18px;
    margin-bottom: 4px;
    display: inline-block;
}
.gray a {
    color: #B29406 !important;
}
.gray a:before {
    border-top: 1px solid #E1E2B9 !important;
    background-color: #B29406 !important;
}
.red a {
    color: #F65A1F !important;
}
.red a:before {
    border-top: 1px solid #EFD7B7 !important;
    background-color: #F65A1F !important;
}
.wrap_nav_basket nav span a {
    font-size: 22px;
    text-decoration: none;
    color: #475C11;
    font-family: 'helioscondbold';
}
nav a:before:hover {
    display: none;
}
nav a:before {
    border-top: 1px solid #475C11;
    background-color: #E6EDC2;
}
.wrap_nav_basket nav span a:hover {} .wrap_nav_basket nav span a.gray {} .wrap_nav_basket nav span a.red {} .basket {
    position: absolute;
    right: 20px;
    width: 198px;
    top: 6px;
}
.basket p {
    text-align: center;
    line-height: 22px;
    color: #AE311A;
    text-shadow: 1px 1px 1px #F5D0C9;
    font-size: 18px;
}
.basket p a {
    font-family: 'helioscondbold';
    color: #6BA702;
    text-shadow: 1px 1px 1px #F6FCEB;
}
.basket p a:hover {
    text-decoration: none;
}
.wrap_content {} .content {} .bg_top {
    background: url("../images/bg_top.jpg") 0px 0px repeat-x;
}
.bg_center {
    background: url("../images/bg_center.jpg");
    margin-top: 15px;
}
.bg_bottom {
    background: url("../images/bg_bottom.jpg") 0px 100% repeat-x;
}
.block {
    margin-top: 0px;
}
.block__title.green {} .block__title.green a {
    color: #6A8C13;
}
.block__title.green a:before {} .block__title a {
    font-size: 27px;
    font-family: 'helioscondbold';
    text-decoration: none;
    color: #F55A22;
}
.block__title a:before {
    border-top: 1px solid #B3B9A6;
    background-color: #7EA321;
}
.actions .block__title a:before {
    border-top: 1px solid #FBB9A9;
    background-color: #F3CCC3;
}
.news .block__title a:before {
    border-top: 1px solid #D2C7A4;
    background-color: #D2C7A4;
}
.block__title a:before:hover {
    display: none;
}
.block__body {
    margin-top: 13px;
    width: 994px;
    margin-left: -18px;
}
.block__body > div:first-child {} .block__body > div {
    float: left;
    height: 425px;
    position: relative;
    margin-left: 17px;
    margin-bottom: 28px;
}
.block__body > div p {
    font-size: 18px;
    color: #464646;
    line-height: 22px;
    overflow: hidden;
    padding-left: 5px;
}
.block__body > div p span.green {
    color: #548701;
}
.block__body > div p span.orange {
    color: #F79435;
}
.block__body > div p span.red {
    color: #C50404;
}
.block__body > div p span.fiola {
    color: #0D6DAB;
    font-size: 17px;
}
a.goods__img {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 309px;
    height: 308px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 9px;
}
h3.goods__title {
    margin-top: 4px;
    margin-bottom: 2px;
    padding-left: 4px;
}
h3.goods__title a {
    font-family: 'helioscondbold';
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    color: #AC3217;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
h3.goods__title a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #C4796F;
}
h3.goods__title a:hover:before {
    display: none;
}
.goods.actions h3.goods__title a:before {
    border-top: 1px solid #C4796F;
}
.goods.news h3.goods__title a:before {
    border-top: 1px solid #9E8304;
}
.goods__price {
    border-radius: 10px;
    height: 31px;
    position: absolute;
    background-color: #6A8C13;
    text-align: right;
    width: 307px;
    bottom: 8px;
}
.goods__price:before,
.goods__price:after {
    content: '';
    position: absolute;
    top: 8px;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
}
.goods__price:before {
    left: 7px;
}
.goods__price:after {
    right: 7px;
}
.goods__price span {
    position: absolute;
    left: 35px;
    top: 3px;
    font-size: 24px;
    font-family: 'helioscondbold';
    color: #fff;
}
.goods__price div {
    position: relative;
    padding-right: 65px;
    /* margin-right: 21px; */
    
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    text-decoration: underline;
    cursor: pointer;
    left: 145px;
    width: 80px;
}
.goods__price div:before {
    content: '';
    position: absolute;
    display: block;
    right: 10px;
    top: -5px;
    width: 48px;
    height: 44px;
    background: url("../images/chest_min.png") 0px 0px no-repeat;
}
.goods__price div:hover {
    text-decoration: none;
}
.block_footer {
    text-align: right;
    margin-top: 6px;
    margin-right: 3px;
}
.block_footer a {
    font-family: 'helioscondbold';
    font-size: 18px;
}
.block_footer a:hover {
    text-decoration: none;
}
.goods.actions .block__title a {
    color: #F65A1F;
}
.goods.actions h3.goods__title {} .goods.actions h3.goods__title a {
    color: #AE311A;
}
.goods.news h3.goods__title a {
    color: #AC9642;
}
.goods.actions .goods__price {
    background-color: #F65A1F;
    border: 1px solid #F65A1F;
}
.goods.actions .block_footer a {
    color: #D13D05;
}
.goods.news .block__title a {
    color: #9E8304;
}
.goods.news h3.goods__title {} .goods.news .goods__price {
    background-color: #AC9642;
}
.goods.news .block_footer a {
    color: #9E8304;
}
.wrap_content.bg {} .layer.bg_bottom {} .catalog {
    padding: 20px 0;
}
.catalog__title {
    margin-bottom: 12px;
}
.catalog__title a {
    color: #4F524A;
    font-family: 'helioscondbold';
    font-size: 27px;
    text-decoration: none;
}
.catalog__title a:before {
    border-top: 1px solid #9A9E9D;
    background-color: #9A9E9D;
}
.catalog__body {} .catalog__body a {
    display: block;
    width: 307px;
    height: 306px;
    float: left;
    margin-left: 21px;
    position: relative;
    margin-bottom: 21px;
    border: 1px solid #ccc;
    overflow: hidden;
    border-radius: 8px;
    background-color: rgba(45, 45, 45, 1);
    position: relative;
    z-index: 100;
}
.catalog__body a:hover span {
    color: #fff;
}
.catalog__body a img {
    max-width: none;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.catalog__body a span {
    position: absolute;
    display: block;
    bottom: 15px;
    height: 37px;
    background-color: rgba(0, 0, 0, 0.46);
    width: 100%;
    color: #D0D8A2;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'helioscondbold';
    padding-left: 17px;
    line-height: 37px;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -ms-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
}
.catalog__body a:hover img {
    opacity: 0.4;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.catalog__body a.every-third {
    margin-left: 0;
}
.wrap_bottom {
    padding-top: 25px;
    background: url("../images/bottom.jpg") 50% 100% no-repeat;
    position: relative;
}
.inner .wrap_bottom {
    padding-top: 9px;
}
.wrap_bottom .bottom {} .wrap_bottom .bottom ul,
.wrap_bottom .bottom ol {
    margin-top: 0px;
    /* margin-bottom: 5px; */
}
.wrap_bottom .bottom li {
    font-size: 18px;
    line-height: 22px;
}
.wrap_bottom .bottom ul {
    list-style-type: disc;
}
.wrap_bottom .bottom ol {
    list-style-type: decimal;
}
.wrap_bottom .bottom ul ul ol,
.wrap_bottom .bottom ol ol ol,
.wrap_bottom .bottom ol ul ol,
.wrap_bottom .bottom ul ol ol {
    margin-left: 50px;
}
.wrap_bottom .bottom ul ul ul,
.wrap_bottom .bottom ul ol ul,
.wrap_bottom .bottom ol ol ul,
.wrap_bottom .bottom ol ul ul {
    margin-left: 30px;
}
.wrap_bottom .bottom ul ul,
.wrap_bottom .bottom ol ul {
    list-style-position: inside;
    margin-left: 15px;
}
.wrap_bottom .bottom ol ol,
.wrap_bottom .bottom ul ol {
    margin-left: 15px;
}
.txt {
    padding-bottom: 27px;
}
p {
    font-size: 18px;
    line-height: 22px;
}
.txt p {
    margin-top: 7px;
    text-align: justify;
    text-indent: 20px;
}
p a {
    /* color: #000; */
    /* font-weight: bold; */
}
p a:hover {
    text-decoration: none;
}
h2 {
    color: #F65A1F;
    font-size: 25px;
    font-family: 'helioscondbold';
    margin-bottom: 2px;
}
.txt h2 {
    color: #F65A1F;
    font-size: 25px;
    font-family: 'helioscondbold';
}
.txt img {
    float: left;
    margin-right: 18px;
    margin-bottom: 10px;
    border: 1px solid #DEDEDE;
}
.wrap_bottom footer {
    position: absolute;
    bottom: 1px;
    left: 0px;
    height: 133px;
}
.wrap_bottom footer > div {
    position: relative;
}
.footer_menu {
    margin-left: 35px;
}
.footer_menu li {
    float: left;
    position: relative;
    margin-right: 23px;
}
.footer_menu li:before {
    content: '';
    position: absolute;
    display: block;
    width: 11px;
    height: 11px;
    background: url("../images/border_4.png") 0px 0px no-repeat;
    left: -16px;
    top: 3px;
}
.footer_menu li:first-child:before {
    display: none;
}
.footer_menu li.active a,
.footer_menu li a:hover {
    color: #B03A01;
}
.footer_menu li a {
    text-decoration: none;
    font-family: 'helioscondbold';
    color: #345A0F;
    text-decoration: none;
    font-size: 19px;
    text-shadow: 1px 1px 1px #fff;
}
.footer_menu li a:hover {} .lfb {
    float: left;
    position: relative;
    width: 500px;
}
.logo_footer {
    display: block;
    position: absolute;
    right: -184px;
    top: 11px;
}
.made_in_crcxlab {
    font-family: 'helioscondbold';
    color: rgb(176, 58, 1);
    margin-top: 13px;
    margin-left: 4px;
}
.made_in_crcxlab a {
    position: relative;
    top: 8px;
}
.made_in_crcxlab a img {} .copy {
    font-weight: bold;
    color: #1D1D1D;
    margin-top: 4px;
    margin-left: 2px;
}
.copy + p {
    font-size: 16px;
    margin-top: 0px;
    line-height: 20px;
}
ul.footer_inf {
    position: absolute;
    right: 271px;
    bottom: -115px;
}
ul.footer_inf li {
    background: url("../images/border_5.png") 0px 50% no-repeat;
    padding-left: 7px;
    margin-bottom: 6px;
}
ul.footer_inf li a {
    color: #2D2D2D;
    font-size: 18px;
}
ul.footer_inf li a:hover {
    text-decoration: none;
}
.layer.f {
    position: relative;
    min-height: 868px;
    padding-bottom: 190px;
}
.inner .wrap_top {
    background: url("../images/inner_top.jpg") 50% 0px no-repeat;
    height: 426px;
}
.center_header {
    height: 162px;
    position: relative;
}
.inner .emblem_shares {
    left: 14px;
    top: 6px;
}
.inner .wrap_authentication {
    left: 282px;
    bottom: 80px;
}
.inner .wrap_authentication table {} .inner .wrap_authentication table tr td {
    padding-bottom: 5px;
}
.inner .wrap_authentication table tr td:first-child {} .inner .wrap_authentication table tr td input {
    width: 140px;
    margin-right: 21px;
}
.inner .wrap_authentication table tr td a {
    font-size: 18px;
}
.inner .wrap_authentication table tr td strong a {} .inner .social_icons {
    bottom: 4px;
}
.inner .chest_img {
    bottom: -5px;
}
.inner .basket {
    top: 10px;
}
#filters {
    position: relative;
    margin-bottom: 14px;
}
#filters .param {} .param div {
    width: 50%;
    font-size: 20px;
    color: #707070;
    line-height: 21px;
}
.param span {
    font-size: 20px;
    color: #707070;
    font-family: 'helioscondbold';
    margin-right: 8px;
}
.param input {
    width: 56px;
    height: 27px;
    padding-left: 5px;
    border: 1px solid #A2A2A2;
    border-radius: 5px;
    margin-left: 1px;
    margin-right: 1px;
    position: relative;
    top: -2px;
}
.param input:focus {
    outline: 0;
}
.param input[type="button"] {
    background-color: #94B445;
    border: 1px solid #94B445;
    width: 63px;
    height: 31px;
    color: #fff;
    font-family: 'helioscondbold';
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}
.param input[type="button"]:hover {
    background-color: #BFDC75;
    border: 1px solid #94B445;
}
.param .price {
    float: left;
    background: url("../images/border_3.png") 99% 12px no-repeat;
}
.param .size {
    float: right;
    text-align: right;
}
#filters .sort {
    position: absolute;
    right: 0px;
    bottom: -45px;
}
.sort span {
    font-size: 20px;
    color: #707070;
    font-family: 'helioscondbold';
    margin-right: 8px;
}
.sort a span {
    font-family: 'helioscondregular';
    margin: 0;
}
.sort a {
    font-size: 20px;
    color: #707070;
    cursor: pointer;
}
.sort a:focus {
    outline: 0;
}
.sort a:hover {} .sort a:before {
    border-top: 1px solid #9B9B9B;
    background-color: #C0C0C0;
}
.sort a:before:hover {} .catalog_0 {
    overflow: hidden;
    margin-bottom: 23px;
    list-style: none !important;
}
.catalog_0 li {
    float: left;
    position: relative;
    line-height: 21px;
    margin-bottom: 7px;
    margin-right: 26px;
}
.catalog_0 li:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background: url("../images/border_3.png") 0 0 no-repeat;
    position: absolute;
    left: -17px;
    top: 7px;
}
.catalog_0 li a {
    display: inline-block;
    font-size: 22px;
    text-decoration: none;
    color: #475C11;
    position: relative;
}
.catalog_0 li a:before {
    border-top: 1px solid #D0D9BF;
    background-color: #475C11;
}
.catalog_0 li a:hover {} .pagination {} .pagination ul {
    float: left;
    padding-right: 20px;
    /* background: url("../images/border_3.png") 100% 10px no-repeat; */
    
    margin-right: 14px;
    list-style: none !important;
}
.pagination ul li {
    float: left;
    margin-right: 3px;
}
.pagination ul li.active span {
    color: white;
}
.pagination ul li span {
    display: block;
    width: 29px;
    height: 29px;
    text-align: center;
    border: 1px solid #9EB17D;
    line-height: 29px;
    background-color: #9EB17D;
    text-decoration: none;
    font-family: 'helioscondbold';
    color: #fff;
    border-radius: 17px;
    font-size: 20px;
    cursor: pointer;
}
.pagination ul li.active span,
.pagination ul li span:hover {
    background: #EE620E;
    border: 1px solid #EE620E;
}
.pagination ul li.active a {
    cursor: text;
}
.pagination ul li.more {
    margin-right: 2px;
    margin-left: -1px;
}
.pagination ul li.more i {
    display: block;
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    background-color: #9EB17D;
    text-decoration: none;
    font-family: 'helioscondbold';
    border-radius: 17px;
    background: none;
    border: none;
    color: #EE620E;
    font-size: 29px;
}
.wrap_number_goods {
    font-family: 'helioscondbold';
    font-size: 20px;
    color: #707070;
    padding-top: 0px;
    margin-bottom: 30px;
}
.wrap_number_goods select {} .wrap_number_goods select option {} #expensive {
    margin-right: 25px;
    display: inline-block;
    position: relative;
}
#expensive:after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background: url("../images/border_3.png") 0px 0px no-repeat;
    position: absolute;
    right: -20px;
    top: 8px;
}
img.fl {
    float: left;
    margin-right: 15px;
    margin-bottom: 3px;
}
.contents {} .contents p {
    text-align: justify;
}
h1 {
    font-size: 27px;
    font-family: 'helioscondbold';
    text-decoration: none;
    color: #F55A22;
    margin-bottom: 10px;
}
.contents h1 {
    margin-bottom: 10px;
}
.contents img {
    border: 1px solid #ccc;
    border-radius: 12px;
}
.contents.tovar {} .contents.tovar h1 {
    color: #475C11;
    margin-bottom: 17px;
}
.in_category {
    margin-bottom: 7px;
}
.in_category a {
    font-size: 20px;
    text-decoration: none;
    color: #475C11;
    margin-right: 20px;
}
.in_category a:before {
    border-top: 1px solid #475C11;
    background-color: #E6EDC2;
}
.in_category a:hover {} .tovar_cont {
    position: relative;
}
.max_img_tovar {
    width: 508px;
    float: left;
}
.max_img_tovar a {
    /* cursor: -webkit-zoom-in; */
}
.max_img_tovar a:hover {
    opacity: 0.94;
}
.max_img_tovar img {} .discount {
    width: 104px;
    height: 104px;
    position: absolute;
    right: 39px;
    top: -12px;
    background: url("../images/discount.png");
    background-repeat: no-repeat;
}
.discount span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 33px;
    position: relative;
    top: 35px;
    font-family: 'helioscondbold';
    color: #fff;
}
.article {
    font-family: 'helioscondbold';
    font-size: 22px;
    color: #464646;
    margin-top: 2px;
    margin-bottom: 6px;
}
.availability {
    font-size: 22px;
    color: #464646;
    margin-bottom: 4px;
}
.availability span {
    color: #F68B19;
}
.size {
    font-size: 22px;
    color: #464646;
    margin-bottom: 4px;
}
.weight {
    font-size: 22px;
    color: #464646;
}
.goods__price.tovar {
    position: relative;
    width: 440px;
    float: right;
    bottom: 0;
    margin-right: 20px;
    text-align: right;
    height: 43px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.special-hits {} .special-hits span {
    font-size: 22px;
    background-position-y: 3px;
    padding-left: 28px;
}
.special {
    width: 20px;
    height: 20px;
    background: url("../images/special.png");
    background-repeat: no-repeat;
    color: #F65A1F;
    margin-right: 20px;
}
.hits {
    width: 20px;
    height: 20px;
    background: url("../images/hits.png");
    background-repeat: no-repeat;
    color: #B29406;
}
.contents.tovar h2 {} .contents.tovar p {
    font-size: 22px;
    color: #494949;
}
.contents.tovar h3 {
    color: #517E02;
    font-family: 'helioscondbold';
    font-size: 22px;
    margin-top: 23px;
    margin-bottom: 10px;
}
.tovar_gal {
    margin-top: 30px;
    margin-bottom: 20px;
}
.gal_title {
    color: #517E02;
    font-family: 'helioscondbold';
    font-size: 22px;
    margin-bottom: 10px;
}
.gal_title span {
    font-size: 18px;
    font-family: 'helioscondregular';
}
.gal_cont {} .gal_cont div {
    width: 990px;
    margin-left: -15px;
}
.gal_cont a {
    display: block;
    float: left;
    width: 315px;
    height: 315px;
    margin-left: 12px;
    margin-bottom: 12px;
}
.gal_cont a:hover {} .gal_cont a img {} .goods__price.tovar:before,
.goods__price.tovar:after {
    content: '';
    position: absolute;
    top: 15px;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
}
.goods__price.tovar:before {
    left: 10px;
}
.goods__price.tovar:after {
    right: 10px;
}
.goods__price.tovar span {
    position: absolute;
    left: 35px;
    top: 4px;
    font-size: 35px;
    font-family: 'helioscondbold';
    color: #fff;
}
.goods__price.tovar div {
    position: relative;
    padding-right: 98px;
    margin-right: 21px;
    line-height: 30px;
    color: #fff;
    font-size: 25px;
    top: 6px;
    left: 200px;
    width: 120px;
    margin-right: 0;
}
.goods__price.tovar div:before {
    content: '';
    position: absolute;
    display: block;
    right: 13px;
    top: -24px;
    width: 77px;
    height: 73px;
    background: url("../images/chest_min2.png") 0px 0px no-repeat;
}
.goods__price.tovar div:hover {
    /* text-decoration: none; */
}
.inner.page_basket .wrap_top {
    background: url("../images/basket_top.jpg") 50% 0px no-repeat;
    height: 307px;
}
.inner.page_basket .chest_img {
    background: url("../images/chest_basket.png") 0 0px no-repeat;
    height: 204px;
    width: 196px;
    bottom: -50px;
    right: 16px;
}
.inner.page_basket .wrap_nav_basket {
    display: none;
}
.users_block {
    position: absolute;
    left: 281px;
    top: 34px;
}
.fio {
    font-family: 'helioscondbold';
    color: #364C0A;
    text-decoration: none;
    font-size: 18px;
    text-shadow: 1px 1px 1px #fff;
}
.fio span {} .user_link {
    margin-top: 10px;
}
.user_link li {
    float: left;
    margin-right: 11px;
    background: url(../images/border_3.png) 100% 6px no-repeat;
    padding-right: 19px;
}
.user_link li a {
    font-family: 'helioscondbold';
    color: #364C0A;
    text-decoration: none;
    font-size: 18px;
    text-shadow: 1px 1px 1px #fff;
}
.user_link li a:hover {} .user_link li.logout {
    background: none;
}
.user_link li.logout a {
    font-family: 'helioscondregular';
}
.user_link li a:before {
    border-top: 1px solid #8D9968;
    background-color: #D9E1C5;
}
.basket_txt {} .basket_txt h1 {
    color: #475C11;
    margin-top: -12px;
}
.basket_txt p {
    font-size: 22px;
    color: #464646;
    line-height: 26px;
}
#basket {
    width: 886px;
    background-color: #F1F6E6;
    border: 8px solid #C8CDBE;
    border-radius: 18px;
    padding: 7px 25px;
    position: relative;
    margin-bottom: 55px;
    margin-top: 17px;
    margin-left: 6px;
    padding-bottom: 2px;
}
#basket table {
    width: 100%;
}
#basket table th {
    font-size: 18px;
    color: #464646;
    padding-bottom: 5px;
    text-align: center;
    padding-top: 10px;
}
#basket table tr:first-child + tr td {
    background: none;
}
#basket table td {
    vertical-align: middle;
    background: url("../images/basket_row_fon.png");
    background-repeat: repeat-x;
    background-position: 0 -1px;
    padding: 10px 0;
}
#basket table td.img {
    width: 57px;
    text-align: left;
}
#basket table td.img img {
    border-radius: 6px;
}
#basket td.inf {} #basket .name {} #basket .name a {
    font-size: 22px;
    color: #464646;
    font-family: 'helioscondbold';
}
#basket .name a:hover {} #basket .art_weight {
    color: #464646;
}
#basket .art_weight span {} #basket .art_weight .art {} #basket .art_weight .weight_ {} #basket td.numb {
    width: 139px;
    text-align: center;
}
#basket td.numb .input_controller {
    position: relative;
    display: inline-block;
}
.input_controller .less {
    background: url("../images/basket_elements.png");
    background-position: -10px -15px;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    left: -22px;
    top: 6px;
    cursor: pointer;
}
.input_controller .better {
    background: url("../images/basket_elements.png");
    background-position: -43px -15px;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -21px;
    top: 7px;
    cursor: pointer;
}
.input_controller input {
    width: 50px;
    height: 27px;
    border: 1px solid #A6AA9F;
    border-radius: 6px;
    text-align: center;
    font-size: 19px;
    line-height: 24px;
}
#basket td.price {
    width: 92px;
    text-align: center;
}
#basket td.price div {
    font-size: 22px;
    position: relative;
    font-family: 'helioscondbold';
    color: #464646;
}
#basket td.price div:before {
    content: '-';
    display: block;
    position: absolute;
    right: 9px;
    top: -2px;
}
#basket td.close {
    width: 50px;
    text-align: right;
}
#basket td.close div {
    background: url("../images/basket_elements.png");
    background-position: -76px -11px;
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    display: inline-block;
    cursor: pointer;
}
#basket .weight {
    position: absolute;
    bottom: -34px;
    left: 75px;
    width: 230px;
    font-size: 18px;
}
#basket .weight span {} #basket .sum {
    position: absolute;
    bottom: -40px;
    right: 89px;
    font-size: 25px;
    color: #6A8C12;
    font-family: 'helioscondbold';
    text-transform: uppercase;
}
#basket .sum span {} #get_up {} #get_up .left {
    float: left;
    padding: 12px;
    width: 461px;
}
.bl {} .bl_title {
    font-size: 22px;
    color: #6A8C12;
    font-family: 'helioscondbold';
    text-transform: uppercase;
    margin-bottom: 19px;
}
.bl.order {} #order {} .bl .req {
    position: relative;
}
.bl .req:before {
    content: '*';
    display: block;
    position: absolute;
    color: #EF6818;
    font-size: 22px;
    right: -10px;
    top: 0px;
}
.bl table {} .bl td {
    vertical-align: top;
}
.bl label {
    color: #707070;
    font-size: 20px;
    font-family: 'helioscondbold';
    margin-bottom: 3px;
    display: inline-block;
}
.bl input {
    width: 447px;
    height: 29px;
    padding: 0 5px;
    border: 1px solid #B0B0B0;
    border-radius: 5px;
    margin-bottom: 16px;
    margin-top: 3px;
}
.bl input[type="submit"] {
    background-color: #6A8C12;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    border: 1px solid #6A8C12;
    text-transform: uppercase;
    font-family: 'helioscondbold';
    height: 31px;
}
.bl input[type="submit"]:hover {
    background-color: #85AB22;
    border: 1px solid #85AB22;
}
.bl span {
    color: #949494;
    font-size: 20px;
}
.bl span.question {
    background-color: #EF6818;
    color: #fff;
    font-size: 18px;
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    border: 1px solid #EF6818;
    border-radius: 17px;
    margin-left: 5px;
    font-family: 'helioscondregular';
    position: relative;
    top: -2px;
}
.bl span a {
    font-size: 20px;
    color: #9B9B9B;
}
.bl span a:hover {
    text-decoration: none;
}
#order .fiz_yur {} #order .fiz_yur > div {
    width: 459px;
    background: url("../images/basket_row_fon.png");
    background-repeat: repeat-x;
    background-position: 0 39px;
    padding-bottom: 2px;
    margin-bottom: 17px;
    margin-top: 4px;
}
#order .fiz_yur .fiz {
    float: left;
}
#order .fiz_yur .yur {
    float: right;
}
.fiz_yur div span {
    width: 220px;
    text-align: center;
    border: 1px solid #C8CDBE;
    border-bottom: 0;
    padding: 8px 0;
    border-radius: 6px 6px 0 0;
    font-size: 20px;
    color: #707070;
    cursor: pointer;
    margin: 0;
}
.fiz_yur div span.active {
    background-color: #707070;
    color: #fff;
    border: 1px solid #707070;
}
#order .email_phone {} .email_phone .email {
    float: left;
    margin-right: 15px;
}
.email_phone .email p {} #order #email {
    width: 210px;
}
.email_phone .phone {
    float: left;
}
.email_phone .phone p {} #order #phone {
    width: 210px;
}
#order #email_ {
    width: 210px;
}
#order .nameyur_inn {} #order .nameyur_inn > div {} .nameyur_inn .nameyur {
    float: left;
    margin-right: 15px;
}
.nameyur_inn .nameyur p {} .nameyur_inn .inn {
    float: left;
}
.nameyur_inn .inn p {} #order #nameyur {
    width: 271px;
}
#order #inn {
    width: 149px;
}
#order select {
    width: 461px;
    height: 26px;
}
#order select option {} #order .inf_km {
    padding-top: 10px;
    padding-bottom: 10px;
}
#order .info_pole {
    padding-top: 20px;
}
#order .inf_km > div {
    position: relative;
}
#order .inf_km > div p {
    color: #707070;
    line-height: 21px;
}
#order .inf_km > div input {
    width: 54px;
    position: absolute;
    right: 2px;
    top: 6px;
}
#order .info_pole p {
    color: #707070;
    padding: 0;
    text-align: left;
    float: left;
    position: relative;
    text-indent: 42px;
    top: 5px;
    height: 63px;
    padding-top: 8px;
}
#order .info_pole > div {
    background-color: #F1F6E6;
    width: 445px;
    border: 8px solid #C8CDBE;
    border-radius: 15px;
    height: 79px;
    margin-bottom: 24px;
    position: relative;
}
#order .info_pole > div .left {
    background: url("../images/border-vertical.png") 100% 0 repeat-y;
    width: 142px;
    position: relative;
}
#order .info_pole > div .center {
    background: url("../images/border-vertical.png") 100% 0 repeat-y;
    width: 157px;
}
#order .info_pole > div .right {
    width: 145px;
}
#order .info_pole > div .right b {
    font-family: 'helioscondbold';
}
#order .info_pole > div span {
    display: block;
    color: #6A8C12;
    margin-top: 5px;
}
.wrap_sub a {
    color: #707070;
    font-size: 19px;
    float: left;
}
.wrap_sub a:hover {
    text-decoration: none;
}
#get_up .right {
    float: right;
    padding: 12px;
    width: 461px;
}
.authentications {
    margin-bottom: 25px;
}
.bonuses .bl_title {
    margin-bottom: 16px;
}
.informations .bl_title {
    margin-bottom: 13px;
}
.wrap_sub {
    text-align: right;
}
.wrap_sub div {
    margin-top: 20px;
}
.bonuses {} .informations {
    margin-top: 26px;
}
#informations {
    list-style: none !important;
}
#informations li {
    background: url("../images/maeker_li.png");
    background-repeat: no-repeat;
    background-position: 4px 50%;
    padding-left: 19px;
    margin-bottom: 13px;
}
#informations li a {
    font-size: 20px;
    text-decoration: none;
    color: #707070;
}
#informations li a:before {
    border-top: 1px solid #9A9B99;
    background-color: #BEC0BC;
}
#informations li a:hover {} .tal {
    text-align: left !important;
}
textarea#comments {
    width: 450px;
    padding-left: 5px;
    height: 72px;
    border: 1px solid #A3AA95;
    border-radius: 5px;
}
#order_sub {
    float: right;
    width: 202px;
    margin-right: 2px;
}
#auth_sub {
    width: 180px;
    margin-top: 10px;
}
input:focus {
    outline: 0;
}
.page_basket .selectBox {
    width: 457px;
    background-color: #fff;
    margin-bottom: 15px;
}
.page_basket .selectBox-arrow {
    overflow: visible;
}
.page_basket .selectBox-label {
    font-size: 20px;
    color: #707070;
}
.page_basket .selectBox-dropdown-menu {
    width: 440px !important;
    border-radius: 0px;
    border-bottom: 0;
    background-color: #fff;
    margin-left: 8px;
}
.page_basket .selectBox-dropdown-menu li {} .page_basket .selectBox-dropdown-menu li a {
    color: #707070;
    padding: 9px;
    height: 20px;
    border-bottom: 1px solid #ccc;
}
.page_basket .selectBox-dropdown-menu li a:hover {
    color: #717171;
    background-color: #E9EEDE;
}
.page_basket .selectBox-arrow:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 27px;
    background: url("../images/select_border_vertical.png");
    background-repeat: repeat-y;
    left: -6px;
    top: -9px;
}
textarea:focus {
    outline: 0;
}
span.ml10 {
    margin-left: 7px !important;
}
.wrap_sub_auth {
    display: none;
}
.home_cat {
    width: 990px;
    margin-left: -20px;
}
.page_catalog .pagination,
.page_catalog .wrap_number_goods {
    display: none;
}
.page_catalog #filters {
    display: none;
}
#wrap_articles {
    overflow: hidden;
}
.art_tit {
    font-size: 27px;
    font-family: 'helioscondbold';
    text-decoration: none;
    color: #F55A22;
    margin-bottom: 5px;
}
#art_menu {
    margin-left: -20px;
    margin-bottom: 10px;
    list-style: none !important;
}
#art_menu li {
    float: left;
    padding-left: 20px;
    line-height: 24px;
    background: url("../images/border_3.png") 2px 8px no-repeat;
    margin-right: 5px;
    margin-bottom: 8px;
}
#art_menu li a {
    font-size: 20px;
    text-decoration: none;
    color: #707070;
}
#art_menu li.active a,
#art_menu li a:hover {} #articles_block {} #articles_block h1 {
    color: #658A0B;
    margin-bottom: 10px;
}
#art_menu li a:before {
    border-top: 1px solid #ABABAB;
    background-color: #ADADAD;
}
#art_menu li.active a:before,
#art_menu li a:hover:before {
    display: none;
}
#articles_block a {} #articles_block a.fl {
    display: inline-block;
    float: left;
    margin-right: 15px;
}
#articles_block a.fr {
    display: inline-block;
    float: right;
    margin-left: 15px;
}
#articles_block img {
    border: 1px solid #ccc;
    border-radius: 10px;
}
#articles_block p {
    text-align: justify;
}
#order_sum b,
#delivery b,
#itog_sum b {
    position: relative;
}
#order_sum b {} #delivery b {} #itog_sum b {} #order_sum b:before,
#delivery b:before,
#itog_sum b:before {
    content: 'p';
    display: block;
    position: absolute;
    right: -13px;
    top: 1px;
}
.back_in_basket {
    margin-top: 30px;
    text-align: center;
}
.back_in_basket a {
    font-size: 22px;
    color: #1074B0;
    text-decoration: none;
    margin-left: -60px;
}
.back_in_basket a:hover {
    color: #35A7EF;
}
.jb_input .adress {
    display: none;
}
#fancybox-content:before {
    content: '';
    position: absolute;
    background: url("../images/figurkino.png");
    width: 100%;
    height: 100%;
}
#blueimp-gallery .slide:before {
    content: '';
    position: absolute;
    background: url("../images/figurkino.png");
    width: 100%;
    height: 100%;
}
.wrap_modal_registration,
.wrap_modal.close,
.wrap_modal.password,
.wrap_modal.password_suc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.68);
    background-repeat: no-repeat;
    background-position: -635px -30px;
    z-index: 1000000;
}
.modal_registration {
    width: 700px;
    margin: 0 auto;
    /* height: 675px; */
    /* background-color: rgba(255, 255, 255, 0.69); */
    /* margin-top: 100px; */
    /* border: 1px solid #56819A; */
    /* border-radius: 10px; */
}
.modal_registration__title {
    font-size: 30px;
    font-family: 'helioscondbold';
    color: #1E658E;
    position: relative;
    padding-top: 20px;
    padding-left: 27px;
}
.modal_registration .close {
    position: absolute;
    width: 47px;
    height: 47px;
    /*background:url("../images/close.png");*/
    /*background-repeat: no-repeat;*/
    
    right: -13px !important;
    top: 9px;
    cursor: pointer;
}
.modal_registration__body {
    /* width: 794px; */
    
    margin-top: 55px;
    margin-left: 50px;
}
#close_modal {
    cursor: pointer;
    width: 160px;
    height: 25px;
    border: 1px solid #CECECE;
    border-radius: 3px;
    padding: 0 5px;
    background-color: #fff;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}
#close_modal:hover {
    background-color: #F2F2F2;
}
.delete_user__title {
    text-align: center;
}
#sub_auth {
    width: 60px;
    height: 31px;
    background-color: #F5FCD3;
}
#sub_auth:hover {
    cursor: pointer;
    background-color: #ECF2D0;
}
.users_block.index {
    left: 15px;
    top: 155px;
    z-index: 10000;
}
#customer_profile {
    min-height: 810px;
    /* border: 1px solid #A0C462; */
    
    padding: 4px 10px;
    border-radius: 5px;
}
#customer_profile .left_block {
    float: left;
    width: 210px;
}
#customer_profile .left_block ul {
    list-style: none;
    border: 1px solid #A0C462;
    padding: 10px 10px 0 10px;
    border-radius: 5px;
    background-color: #DBF0B8;
}
#customer_profile .left_block ul li {
    text-align: center;
    margin-bottom: 10px;
}
#customer_profile .left_block ul li a {
    text-decoration: none;
    color: #6D4C25;
    font-family: 'helioscondbold';
}
#customer_profile .left_block ul li a:hover,
#customer_profile .left_block ul li a.active {
    color: #F65A1F;
}
#customer_profile .right_block {
    float: right;
    width: 710px;
}
#customer_profile .right_block h2 {
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
}
#history_orders {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    border: 1px solid #ccc;
}
#history_orders tr td {
    padding: 8px;
    text-align: left;
    font-size: 18px;
    border: 1px solid #ccc;
}
#history_orders tr:nth-child(odd) {
    background: #F3F3F3;
}
#history_orders tr th {
    text-align: left;
    font-size: 19px;
    font-family: 'helioscondbold';
    color: #4A4A48;
    background-color: #E2E2E2;
    padding: 7px;
}
.inf_dos_tit {
    display: inline-block;
    position: relative;
}
.inf_dos_tit:hover div {
    display: block !important;
    position: absolute;
    z-index: 100;
    left: 150px;
    top: 10px;
    width: 300px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    line-height: 24px;
    border-radius: 5px;
}
.inf_dos_block2 {
    color: #9B9B9B;
    left: 18px !important;
    text-align: left;
}
.inf_dos_block3 {
    color: #9B9B9B;
    left: 18px !important;
    text-align: left;
}
.inf_dos_block4 {
    color: #9B9B9B;
    left: -322px !important;
    text-align: left;
    top: -40px !important;
}
.write_to_us {
    width: 420px;
    margin: 0 auto;
    position: relative;
    padding: 30px;
    border: 5px solid #CAE089;
    border-radius: 10px;
    margin-top: 100px;
    background-color: #fff;
}
.write_to_us h2 {
    position: absolute;
    top: -50px;
    left: 12px;
}
.field {
    margin-bottom: 20px;
}
.field p {} .field p label {
    color: #878E95;
    font-size: 19px;
    font-family: 'helioscondbold';
    display: inline-block;
    margin-bottom: 6px;
}
.field p input[type="text"] {
    width: 96%;
    height: 41px;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    background: #fff;
    padding: 0 2%;
}
.field p input[type="text"]:focus {
    outline: 0;
    border: 1px solid #8DB51A;
}
.field p textarea {
    width: 96%;
    height: 136px;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    background: #fff;
    padding: 6px 2%;
    max-width: 96%;
    max-height: 300px;
}
.field p textarea:focus {
    outline: 0;
    border: 1px solid #8DB51A;
}
.field.sub {
    text-align: right;
    margin-bottom: 0px;
    margin-top: 25px;
}
.field.sub input {} .subber {
    background: #8DB51A;
    border: 1px solid #91BF39;
    border-radius: 10px;
    width: 200px;
    height: 44px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'helioscondbold';
    font-size: 20px;
    cursor: pointer;
}
.subber:hover {
    background: #84A91B;
    border: 1px solid #97C120;
}
.field.sub input:hover {} .subbb {
    position: relative;
    padding-bottom: 50px;
}
.subbb #sub {
    position: absolute;
    bottom: -20px;
    right: 0px;
}
.delete_user__title {
    margin-bottom: 30px;
    font-size: 22px;
}
#emailreg {
    float: left;
    margin-right: 30px;
    margin-left: 70px;
    width: 207px;
    height: 29px;
    padding: 0 5px;
    border: 1px solid #B0B0B0;
    border-radius: 5px;
    margin-bottom: 16px;
    margin-top: 3px;
}
#sub_new_pass {
    margin-right: 30px;
    margin-left: 0px;
    width: 220px;
    height: 31px;
    padding: 0 5px;
    border: 1px solid #B0B0B0;
    border-radius: 5px;
    margin-bottom: 16px;
    margin-top: 3px;
    position: relative;
    top: -1px;
    cursor: pointer;
    background-color: #fff;
}
#sub_new_pass:hover {
    background-color: #F2F2F2;
}
#pass_suc {
    text-align: center;
}
.txt .tod img {
    border-radius: 10px;
}
#discount_form {} #bonus {
    width: 250px;
}
#discount_form input[type="submit"] {
    width: 180px;
    position: relative;
    top: 1px;
    left: 10px;
    font-size: 18px;
}
#discount_form input[type="submit"]:hover {} .discount_percenr {
    position: absolute;
    left: 100%;
    top: 1px;
    background-color: red;
    color: #fff;
    display: block;
    padding: 2px 8px;
    font-size: 20px;
    border-radius: 5px;
    margin-left: 10px;
}
.arrow_box {
    background: red;
    border: red;
}
.arrow_box:after,
.arrow_box:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: red;
    border-width: 5px;
    margin-top: -5px;
}
.arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: red;
    border-width: 5px;
    margin-top: -5px;
}
.info_pole .discount_percenr {
    top: 25px;
    margin-left: 20px;
    z-index: 100;
}
.not-find-serch {} .tit_search {
    margin-bottom: 20px;
    font-size: 22px;
}
.tit_search i {
    font-style: italic;
    color: red;
}
ul.search_f {
    list-style: none !important;
}
ul.search_f li {
    margin-bottom: 3px;
}
ul.search_f li span {
    font-size: 12px;
    position: relative;
    top: -1px;
    color: #FD8302;
}
ul.search_f li a {
    margin-left: 8px;
    color: #00173A;
}
ul.search_f li a:hover {
    text-decoration: none;
    color: #F65A1F;
}
.txt a {
    color: #FD8302;
} .txt a:hover {}