﻿/*********General*********/
*{
    box-sizing: border-box;
    outline: none;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}
body{
    font: 16px 'GothaProReg';
    background: #fff;
    color: #000;
    min-width: 380px;
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
}
img{
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
a{
    cursor: pointer;
    text-decoration: none;
    color: #000;
}
textarea{
    resize: none;
}
a:hover{
    text-decoration: none;
}
.modal{
    display: none;
}
.wrapper{
    width: 100%;
    max-width: 1210px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
}
@font-face {
    font-family: 'GothaProReg';
    src: url('../fonts/GothaProReg.otf') format('opentype');
}
@font-face {
    font-family: 'GothaProMed';
    src: url('../fonts/GothaProMed.otf') format('opentype');
}
@font-face {
    font-family: 'GothaProLigIta';
    src: url('../fonts/GothaProLigIta.otf') format('opentype');
}
@font-face {
    font-family: 'GothaProBol';
    src: url('../fonts/GothaProBol.otf') format('opentype');
}
.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

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

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

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

.justify-content-around {
    justify-content: space-around;
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
header{
    padding: 40px 0;
}
.page_wp{
    width: 100%;
    background: #fbf9f3 url("../images/bg1.jpg") no-repeat center 0;
}
.rb_link{
   font-size: 14px;
    text-transform: uppercase;
    color: #B13D00;
    margin-right: 40px;
}
.h_right_block{
    margin-left: auto;
}
.rb_select{
    width: 80px;
    height: 40px;
    background: #EBDEC9;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 40px;
    color: #B13D00;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}
.rb_select span{
    width: 10px;
    height: 7px;
    background: url("../images/ico1.png") no-repeat;
    position: absolute;
    right: 10px;
    top: 18px;
}
.rb_select img{
    margin-right: 10px;
}
.rbs_w1{
    width: 132px;
    margin-left: 20px;
}
.main_filters_wp{
    background: rgba(255,255,255,0.2);
    padding-top: 20px;
}
.mf_btn{
    cursor: pointer;
    position: relative;
    height: 50px;
    margin: 0 auto;
    width: 100%;
    background: rgba(255,255,255,0.5) url("../images/line1.png") no-repeat center center;
    text-align: center;
    line-height: 54px;
    font-size: 11px;
    text-transform: uppercase;
    color: #B13D00;
}
.mf_btn .mf_btn_text{
    width: 180px;
    display: inline-block;
    position: relative;
}
.mf_z_left{
    width: 10px;
    height: 7px;
    background: url("../images/ico1.png") no-repeat;
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -4px;
}
.mf_z_right{
    width: 10px;
    height: 7px;
    background: url("../images/ico1.png") no-repeat;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -4px;
}
.mf_btn.active .mf_z_left{
    transform: rotate(-180deg);
}
.mf_btn.active .mf_z_right{
    transform: rotate(-180deg);
}
.mfi_title{
    color: #B13D00;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.mfbi_select{
    width: 245px;
    height: 40px;
    position: relative;
    line-height: 40px;

    color: #675532;
    font-size: 11px;
    text-transform: uppercase;
    padding-left: 15px;
    cursor: pointer;
}
.mfb_item {
    position: relative;
    box-sizing: border-box;
    height: 40px;
}
.mfb_inner {
    position: relative;
    border: 1px solid rgba(255,255,255,0);
    z-index: 99;
    background: #EBDEC9;
}
.mfb_item.active .mfb_inner {
    border: 1px solid #B13D00;
    box-sizing: border-box;
}
.mfb_item.active .mfbi_select span {
    transform: rotate(180deg);
}
.mfb_item.active .z_b {
    display: none;
}
.mfb_item.req .z_b {
    display: none;
}
.mfb_item.active {
    position: relative;
    z-index: 999;
}
.mfb_item.hidden {
    display: none;
}
.polz_wp {
    width: 540px;
}
.mfb_item input[type='text']{
    width: 245px;
    height: 40px;
    position: relative;
    background: #EBDEC9;
    color: #675532;
    font-size: 11px;
    text-transform: uppercase;
    padding-left: 15px;
    cursor: pointer;
    border: none;
}
.mfbi_select span{
    width: 10px;
    height: 7px;
    background: url("../images/ico1.png") no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
}
.mf_chouce{
    display: block;
    padding: 0 25px;
    height: 40px;
    position: relative;
    background: #EBDEC9;
    color: #675532;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    margin-left: 10px;
    border: 1px solid rgba(255,255,255,0);
}
.mf_chouce img{
    margin-right: 10px;
}
.mf_chouce.active{
    border: 1px solid #B13D00;
}
.mfid_m1{
    margin-left: 20px;
}
.mfid_m1 .mfi_title{
    padding-left: 10px;
}
.nfc_img{
    padding-left: 10px;
}
.mf_item{
    margin-bottom: 40px;
}
.main_filters_block{
    display: none;
}
.mf_polz{
    width: 50%;
}
.search_block{
    width: 500px;
    margin: 35px auto 40px auto;
    position: relative;
}
.search_block input[type='search']{
    width: 100%;
    height: 40px;
    padding-left: 25px;
    border: none;
}
.search_btn{
    width: 16px;
    height: 16px;
    background: url("../images/ico3.png") no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    z-index: 1000;
}
.catalog_block{
    width: 20%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.catalog_wp{
    margin-left: -10px;
    margin-right: -10px;
}
.cb_wp{
    height: 280px;
    background: #fff;
    position: relative;
    padding: 15px 20px;
}
.cb_img{
    position: absolute;
    bottom: 0;
    right: 0;
}
.cb_btn{
    width: 100%;
    height: 40px;
    background: rgba(235,222,201,0.9);
    padding: 0 25px;
    font-size: 11px;
    text-transform: uppercase;
    color: #B13D00;
    line-height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1000;
}
.cbb_toggle{
    width: 70px;
    position: absolute;
    right: 0;
    top: 40px;
    display: none;
}
.cbb_toggle p{
    height: 40px;
    background: #EBDEC9;
    color: #B13D00;
    font: 11px 'GothaProMed';
    line-height: 40px;
    padding-left: 17px;
    border-bottom: 1px solid #675532;
}
.cbb_toggle p:first-child {
    display: none;
}
.cbb_toggle p:hover{
    color: #EBDEC9;
    background: #B13D00;
}
.cbb_text2{
    margin-left: auto;
    margin-right: 15px;
}
.cbb_arrow{
    width: 10px;
    height: 7px;
    background: url("../images/ico1.png") no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
}
.cb_title{
    color: #B13D00;
    font: 22px Hoefler;
    margin-bottom: 5px;
}
.cb_text{
   font: 12px 'GothaProLigIta';
}
.cb_text span{
    display: block;
    margin-bottom: 3px;
}
.cb_price{
    font: 12px 'GothaProLigIta';
    position: absolute;
    left: 20px;
    bottom: 60px;
}
.cb_price>span{
    display: block;
    font: 19px 'GothaProReg';
    margin-bottom: 3px;
}
.cb_price>span span{
    font-size: 14px;
}
.old_price{
    color: #8B8B8B;
    font: 14px 'GothaProReg';
    text-decoration: line-through;
    font-style: normal;
}
.old_price span{
    font-size: 12px;
}
footer{
    width: 100%;
    height: 184px;
    background: #EBDEC9 url("../images/bg3.png") no-repeat center 0;
}
.f_social a{
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #B13D00;
}
.soc1{
    background: url("../images/soc1-2.png") no-repeat;
}
.soc2{
    background: url("../images/soc2-2.png") no-repeat;
}
.soc3{
    background: url("../images/soc3-2.png") no-repeat;
}
.f_social a:hover{
    background-color: #B13D00;
    background-position: 0 -40px;
}
footer .wrapper{
    height: 100%;
}
.f_center{
    text-align: center;
    padding-left: 150px;
}
.copyright{
    font-size: 11px;
    color: #675532;
    margin-bottom: 30px;
}
.f_logo img{
    width: 269px;
    margin-bottom: 15px;
}
.f_subd input[type='text']{
    width: 191px;
    height: 40px;
    border: 1px solid #675532;
    background: none;
    border-right: none;
    font: 12px 'GothaProReg';
    padding-left: 15px;
    outline: none;
}
.f_subd{
    position: relative;
}
.fs_attention{
    width: 220px;
    height: 30px;
    background: #D04800;
    color: #EBDEC9;
    font: 10px 'GothaProMed';
    position: absolute;
    top: -29px;
    left: 0;
    padding-left: 10px;
}
.fs_attention img{
    margin-right: 10px;
}
.fs_attention:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #D04800 transparent transparent transparent;
    position: absolute;
    left: 20px;
    bottom: -5px;
}
.fs_btn{
    width: 79px;
    height: 40px;
    font-size: 11px;
    text-transform: uppercase;
    color: #B13D00;
    line-height: 40px;
    background: rgba(255,255,255,0.5);
    border: 1px solid #675532;
    border-left: none;
    text-align: center;
}
.main_content{
    padding-bottom: 30px;
}
.mf_btn1{
    opacity: 0.5;
    margin-bottom: 10px;
}
.mf_btn1.active{
    opacity: 1;
}
.mf_btn1 a{
    width: 154px;
    height: 40px;
    background: #EBDEC9;
    font-size: 11px;
    color: #B13D00;
    line-height: 40px;
    padding-left: 30px;
    position: relative;
}
.mf_btn1 a.no-btn {
    background: none;
}
.mf_btn1 a:not(.no-btn):before{
    content: '';
    width: 7px;
    height: 10px;
    background: url("../images/ico4.png") no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 20px;
}
.mfc_vdel{
    position: relative;
    padding-right: 47px;
}
.mfc_vdel span{
    width: 9px;
    height: 9px;
    background: url("../images/close.png") no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 20px;
}
.mf_active .mf_chouce.active{
    border: 1px solid rgba(255,255,255,0);
}
.mf_active{
    margin-bottom: 20px;
}
.mf_active .mf_chouce{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.15);
}
.card_left{
    width: 50%;
    background: rgba(255,255,255,0.7);
}
.card_right{
    width: 50%;
}
.map_block{
    width: 100%;
    height: 315px;
    background: url("../images/map.png") no-repeat;
}
.cl_info{
    position: relative;
}
.cl_img{
    width: 30%;
}
.cl_info{
    width: 70%;
    padding: 20px;
}
.cl_info .cb_title{
    font-size: 26px;
}
.cl_info .cb_text span{
    display: inline-block;
}
.card_bot .cb_price{
    position: static;
    margin-bottom: 20px;
}
.card_bot .cb_btn{
    position: relative;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 180px;
    font-size: 11px;
    padding-left: 15px;
}
.card_bot{
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.card_bot .cbb_arrow{
    right: 15px;
}
.card_bot .cbb_text2{
    margin-right: 10px;
}
.mc_title{
    font: 14px  'GothaProBol';
    text-align: center;
    color: #B13D00;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.mc_title span{
    position: relative;
}
.mc_title span:before{
    content: '';
    width: 73px;
    height: 1px;
    background: #675532;
    position: absolute;
    top: 50%;
    left: -90px;
}
.mc_title span:after{
    content: '';
    width: 73px;
    height: 1px;
    background: #675532;
    position: absolute;
    top: 50%;
    right: -90px;
}
.card_wp{
    margin-bottom: 40px;
}
.f_db{
    display: block;
}
.select_list {
    left: 0;
    width: 100%;
    z-index: 9;
    display: none;
}

.select_list li {
    padding-left: 15px;
    height: 40px;
    background: #EBDEC9;
    color: #675532;
    font-size: 11px;
    line-height: 40px;
    list-style: none;
    cursor: pointer;
    border-bottom: 1px solid  #B13D00;
}
.select_list li:hover {
    padding-left: 15px;
    height: 40px;
    background: #e8e4de;
    color: #675532;
    font-size: 11px;
    line-height: 40px;
    list-style: none;
    cursor: pointer;
}
.ui-slider-handle i {
    font: 11px 'GothaProReg';
    color: #675532;
    font-style: normal;
    width: 40px;
    text-align: center;
    display: block;
    position: absolute;
    top: -18px;
    left: -9px;
}
.mm_link{
    width: 40px;
    height: 40px;
    background: #EBDEC9 url("../images/burger.png") no-repeat center center;
    display: none;
    margin-left: auto;
}
.toggle_menu{
    display: none;
    width: 181px;
    height: 100vh;
    background: #fff;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.2);
    z-index: 8900;
    padding: 100px 20px 20px 20px;
}
.mm_close{
    width: 40px;
    height: 40px;
    background: #EBDEC9 url("../images/close2.png") no-repeat center center;
    margin-left: auto;
    position: absolute;
    right: 20px;
    top: 20px;
}
.click_more .mf_chouce{
    color: #B13D00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 10px;
}
.click_more .mf_chouce img{
    margin-left: 20px;
}
.mf_btn i {
    font-style: normal;
}
.mfb_p1{
    position: relative;
    z-index: 8000;
}
.cart_block{
    width: 40px;
    height: 40px;
    background: #EBDEC9 url("../images/ico6.png") no-repeat center center;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}
.cart_block span{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    background: #B13D00;
    font: 10px 'GothaProMed';
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: -10px;
    right: -10px;
}
.rbs_toggle a{
    width: 132px;
    height: 40px;
    background: #EBDEC9;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 40px;
    color: #B13D00;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    border-bottom: 1px solid #675532;
}
.rbs_toggle{
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 8900;
    display: none;
}
.rb_select.active{
    border-bottom: 1px solid #675532;
}
.ctbi_price{
    margin-left: auto;
    font: 14px 'GothaProMed';
}
.ctbi_price span{
    font-size: 11px;
}
.ctb_item{
    color: #B13D00;
    background: #EBDEC9;
    height: 40px;
    padding: 0 10px;
    border-bottom: 1px solid #B13D00;
}
.ctbi_num{
    font: 11px 'GothaProMed';
    margin-right: 10px;
}
.ctbi_title{
    font: 14px 'GothaProMed';
    text-transform: uppercase;
}
.cart_toggle_block{
    width: 300px;
    position: absolute;
    right: 20px;
    top: 40px;
    z-index: 8900;
    display: none;
}
.cb_wp1{
    position: relative;
}
.ctb_btn{
    display: block;
    width: 100%;
    height: 40px;
    background: #B13D00;
    text-align: center;
    font: 11px 'GothaProMed';
    line-height: 40px;
    color: #EBDEC9;
    text-transform: uppercase;
}
.ctb_btn:hover{
    background: #D04800;
}
.f_menu li{
    list-style: none;
}
.f_menu li a{
    color: #B13D00;
    font: 11px 'GothaProMed';
    text-transform: uppercase;
    height: 24px;
    line-height: 24px;
    border-right: 1px solid #B13D00;
    padding: 0 30px;
}
.f_menu li:last-child a{
    border: none;
}
.p_prev{
    width: 7px;
    height: 10px;
    background: url("../images/prev1.png") no-repeat;
    position: relative;
    top: 2px;
    margin-right: 10px;
}
.p_next{
    width: 7px;
    height: 10px;
    background: url("../images/next1.png") no-repeat;
    position: relative;
    top: 2px;
    margin-left: 10px;
}
.pagination_wp ul li{
    list-style: none;
    margin: 0 10px;
}
.pagination_wp ul li a{
    color: #B13D00;
    font: 11px 'GothaProMed';
    opacity: 0.5;
}
.pagination_wp ul li a:hover{
    opacity: 1;
}
.pagination_wp ul li a.active{
    opacity: 1;
}
.more_btn{
    color: #B13D00;
    font: 11px 'GothaProMed';
    position: relative;
}
.more_btn:before{
    content: '';
    width: 10px;
    height: 7px;
    background: url("../images/ico1.png") no-repeat;
    position: absolute;
    top: 4px;
    left: -30px;
}
.more_btn:after{
    content: '';
    width: 10px;
    height: 7px;
    background: url("../images/ico1.png") no-repeat;
    position: absolute;
    top: 4px;
    right: -30px;
}
.num_select {
    margin-left: auto;
}
.cart_left{
    width: 860px;
}
.cart_right{
    width: 300px;
    margin-left: auto;
}
.order_final{
    background: rgba(255,255,255,0.8);
}
.cart_title{
    font: 14px  'GothaProBol';
    text-align: center;
    color: #B13D00;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.cart_title span{
    position: relative;
}
.cart_title span:before{
    content: '';
    width: 73px;
    height: 1px;
    background: #675532;
    position: absolute;
    top: 50%;
    left: -90px;
}
.cart_title span:after{
    content: '';
    width: 73px;
    height: 1px;
    background: #675532;
    position: absolute;
    top: 50%;
    right: -90px;
}
.ctb_img img{
    width: 52px;
}

.ctbi_title1{
    color: #B13D00;
    font: 22px Hoefler;
    margin-bottom: 7px;
}
.ctbi_text{
    font: 12px 'GothaProLigIta';
    margin-bottom: 10px;
}
.np_left{
    display: block;
    font: 16px 'GothaProMed';
    color: #675532;
}
.np_left span{
    font-size: 14px;
}
.ctbi_old_price{
    color: #8B8B8B;
    font: 14px 'GothaProReg';
    text-decoration: line-through;
    font-style: normal;
    margin-bottom: 7px;
}
.ctbi_old_price span{
    font-size: 12px;
}
.np_right{
    display: block;
    font: 14px 'GothaProMed';
    color: #675532;
    margin-left: 30px;
}
.ctb_right{
    margin-left: auto;
}
.ctbr_price{

}
.ctb_right .num_select{
    width: 62px;
    height: 40px;
    background: #EBDEC9;
    position: relative;
    font-size: 11px;
    margin-left: 30px;
    cursor: pointer;
}
.ctb_right .cbb_text2{
    line-height: 40px;
    padding-left: 15px;
}
.ctb_right .cbb_arrow{
    right: 15px;
}
.del_btn{
    position: relative;
    width: 94px;
    height: 40px;
    font: 11px 'GothaProMed';
    text-transform: uppercase;
    line-height: 40px;
    background: #EBDEC9;
    margin-left: 30px;
    padding-left: 15px;
    color: #B13D00;
}
.del_btn span{
    width: 9px;
    height: 9px;
    background: url("../images/close.png") no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 10px;
}
.del_btn:hover{
    background: #B13D00;
    color: #EBDEC9;
}
.del_btn:hover span{
    background: url("../images/close-h.png") no-repeat;
}
.ctb_info{
    padding-left: 20px;
}
.order_block{
    background: rgba(255,255,255,0.8);
    padding: 20px 30px 0 20px;
    margin-bottom: 20px;
}
.of_top{
    padding: 30px 20px;
}
.of_text{
    font: 14px 'GothaProMed';
    color: #675532;
    margin-bottom: 3px;
}
.of_text span:last-child{
    margin-left: auto;
}
.of_bot{
    border-top: 1px solid #675532;
    padding: 20px;
}
.order_btn{
    display: block;
    width: 100%;
    height: 40px;
    background: #B13D00;
    text-align: center;
    font: 11px 'GothaProMed';
    line-height: 40px;
    color: #EBDEC9;
    text-transform: uppercase;
    margin-top: 20px;
}
.order_btn:hover{
    background: #D04800;
}
.ri_wp input[type='text']{
    width: 380px;
    height: 40px;
    padding-left: 15px;
    background: #EBDEC9;
    border: 1px rgba(255,255,255,0) solid;
    outline: none;
    margin-right: 20px;
    font: 10px 'GothaProMed';
    color: #675532;
}
.ri_wp input[type='text']:hover{
    border: 1px solid #B13D00;
}
.ri_wp input[type='text']:focus{
    border: 1px solid #B13D00;
}
.reg_btn{
    display: block;
    width: 134px;
    height: 40px;
    background: #B13D00;
    text-align: center;
    font: 11px 'GothaProMed';
    line-height: 40px;
    color: #EBDEC9;
    text-transform: uppercase;
    margin-right: 20px;
}
.reg_btn:hover{
    background: #D04800;
}
.pass_link{
    font: 11px 'GothaProMed';
    color: #B13D00;
    text-transform: uppercase;
}
.reg_block{
    background: rgba(255,255,255,0.8);
    padding: 25px 20px;
}
.reg_wp{
    margin-bottom: 30px;
}
.ri_wp label {
    color: #FF0000;
    position: absolute;
    width: 10%;
    margin-left: 90%;
    height: 40px;
    top: 0;
    left: 0;
    text-align: right;
    line-height: 40px;
    cursor: text;
    padding-right: 10px;
}
.ri_label1 label{
    width: 100%;
    padding-right: 10px;
}
.ri_label2 label{
    width: 100%;
    padding-right: 10px;
}
.ri_label2 .z_b{
    width: 100%;
    padding-right: 10px;
}
.ri_label3 .z_b{
    width: 100%;
    padding-right: 10px;
}
.ri_label4 .z_b{
    width: 100%;
    padding-right: 10px;
}
.ri_label5 .z_b{
    width: 100%;
    padding-right: 10px;
}
.ri_label6 .z_b{
    width: 100%;
    padding-right: 10px;
}
.ri_wp{
    position: relative;
}
.oii_btn{
    margin-left: auto;
    width: 66px;
    height: 40px;
    background: #EBDEC9;
    font: 11px 'GothaProMed';
    text-transform: uppercase;
    color: #B13D00;
    line-height: 40px;
    text-align: center;
}
.oii_btn:hover{
    background: #B13D00;
    color: #EBDEC9;
}
.oi_item{
    background: rgba(255,255,255,0.8);
    padding: 25px;
}
.oii_left p {
    color: #675532;
    font: 14px 'GothaProMed';
    margin-bottom: 5px;
}
.oii_left p *:last-child {
    color: green;
}
.oii_left p:last-child{
    margin-bottom: 0;
}
.oi_column{
    width: 50%;
    padding: 0 10px;
}
.oic_wp{
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 30px;
}
.oic_block{
    background: rgba(255,255,255,0.8);
    padding: 20px;
}
.oic_block .ri_wp{
    margin-bottom: 10px;
}
.oi_block{
    margin-bottom: 60px;
}
.z_b{
    color: #FF0000;
    position: absolute;
    width: 130px;
    height: 40px;
    top: 0;
    left: 0;
    text-align: right;
    line-height: 40px;
    font-size: 16px;
    font-style: normal;
}
.cart_left .mfbi_select{
    width: 380px;
    font: 11px 'GothaProMed';
    line-height: 40px;
    color: #675532;
}
.oi_check input[type='checkbox']{
    display: none;
}
.oi_check input[type='checkbox'] + label:before{
    content: '';
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    background: url("../images/check4.png") no-repeat;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    top: -3px;
}
.oi_check input[type='checkbox']:checked + label:before{
    background-position: 0 -50px;
}
.oi_check label{
    font: 14px 'GothaProMed';
    color: #675532;
}
.oiic_m1{
    margin-left: 40px;
}
.oii_attention{
    font: 14px 'GothaProMed';
    color: #675532;
    margin-bottom: 20px;
}
.pay_c_wp{
    margin-left: -15px;
    margin-right: -15px;
}
.pay_c_wp .oii_column{
    width: 50%;
    padding: 0 15px;
}
.oii_column .mfb_item{
    margin-bottom: 10px;
}
.pay_block a{
    margin: 0 5px;
}
.ps_column .mfbi_select{
    width: 180px;
}
.psc_m1{
    margin-left: auto;
}
.pay_block{
    padding-top: 4px;
    margin-bottom: 14px;
}
.oi_check label span{
    margin-left: 35px;
}
.oic_v1 input[type='checkbox'] + label:before{
    top: 10px;
}
.oic_v1{
    margin-top: 10px;
}
.pb_attention{
    color: #675532;
    font: 14px 'GothaProMed';
}
.oic_m1{
    margin-top: 20px;
}
.login_block{
    width: 40px;
    height: 40px;
    background: #EBDEC9 url("../images/ico9.png") no-repeat center center;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}
.login_block:hover{
    background: #B13D00 url("../images/ico8.png") no-repeat center center;
}
.login_toggle_block{
    position: absolute;
    right: 0;
    top: 40px;
    width: 208px;
    background: #EBDEC9;
    z-index: 8900;
    display: none;
}
.login_toggle_block a{
    border-bottom: 1px solid #B13D00;
    height: 40px;
    width: 100%;
    color: #B13D00;
    font: 14px 'GothaProMed';
    padding: 0 15px;
}
.login_toggle_block a span{
    margin-left: 10px;
}
.login_img{
    width: 17px;
    text-align: center;
}
.ofb_title{
    text-align: center;
    margin-top: 18px;
}
.ofb_title span{
    position: relative;
    color: #675532;
    font: 14px 'GothaProMed';
}
.ofb_title span:before{
    content: '';
    width: 73px;
    height: 1px;
    background: #675532;
    position: absolute;
    top: 50%;
    left: -90px;
}
.ofb_title span:after{
    content: '';
    width: 73px;
    height: 1px;
    background: #675532;
    position: absolute;
    top: 50%;
    right: -90px;
}
.cart_wp{
    margin-bottom: 20px;
}
.reg_wp1{
    width: 860px;
    margin: 0 auto;
}
.reg_wp1 .oi_block{
    background: rgba(255,255,255,0.5);
    padding: 20px 20px 10px 20px;
}
.reg_wp1 .oic_block{
    background: none;
    padding: 0;
}
.reg_wp1 .mfbi_select {
    width: 400px;
    font: 11px 'GothaProMed';
    line-height: 40px;
    color: #675532;
}
.reg_wp1 .oi_column{
    padding: 0;
}
.reg_wp1 .ri_wp input[type='text']{
    width: 100%;
}
.reg_wp1 .oic_m11{
    padding-right: 10px;
}
.reg_wp1 .oic_m2{
    padding-left: 10px;
}
.ri_m1{
    margin-top: 60px;
}
.p_a{
    color: #411600;
    font: 11px 'GothaProMed';
    margin-top: 5px;
}
.oib_dop{
    width: 100%;
    margin-bottom: 10px;
}
.oib_p1{
    padding-top: 20px;
}
.reg_wp1 .oic_p2{
    padding-top: 0;
}
.reg_wp1 .oib_dop .mfbi_select{
    width: 100%;
}
.p_c_link{
    color: #675532;
    border-bottom: 1px solid #675532;
}
.rb_w1{
    display: block;
    width: 380px;
    margin: 20px auto 0 auto;
}
.oib_p2{
    padding-bottom: 20px;
}
.oib_p3{
    padding: 20px 20px 12px 20px;
}
.oi_check input[type='radio']{
    display: none;
}
.oi_check input[type='radio'] + label:before{
    content: '';
    width: 26px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    background: url("../images/check7.png") no-repeat;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    top: -3px;
}
.oi_check input[type='radio']:checked + label:before{
    background-position: 0 -25px;
}
.type_text{
    color: #675532;
    font: 12px 'GothaProMed';
    margin-right: 40px;
    position: relative;
    top: 3px;
}
.oi_c1{
    margin-right: 40px;
}
.reg_attention{
    width: 820px;
    background: rgba(255,255,255,0.8);
    margin: 0 auto;
    padding: 40px 0 60px 0;
    margin-bottom: 200px;
}
.reg_attention p{
    color: #675532;
    font: 14px 'GothaProMed';
    text-align: center;
}
.add_address_btn{
    width: 164px;
    height: 40px;
    background: rgba(235,222,201,0.9);
    font-size: 11px;
    text-transform: uppercase;
    color: #B13D00;
    line-height: 40px;
    display: block;
    padding-left: 15px;
    margin-bottom: 20px;
    position: relative;
}
.add_address_btn:before{
    content: '';
    width: 10px;
    height: 10px;
    background: url("../images/ico5.png") no-repeat;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
}
.oib_m1{
    margin-bottom: 20px;
}
.acount_item_wp .del_btn{
    width: 140px;
}
.acount_item_wp .mfb_inner{
    width: 245px;
}
.reg_wp1 .acount_item_wp .mfbi_select{
    width: 100%;
}
.acount_item_wp .mfb_item{
    margin-bottom: 20px;
}
.about_img{
    width: 27%;
}
.about_info{
    width: 73%;
    padding-left: 20px;
}
.about_info p{
    color: #675532;
    font: 14px 'GothaProMed';
    margin-bottom: 30px;
    line-height: 26px;
}
.pp_text{
    color: #675532;
    font: 11px 'GothaProMed';
    margin-bottom: 20px;
}
#modal1{
    width: 1180px;
    padding: 30px 20px;
    overflow: visible;
}
.fancybox-close-small:after{
    display: none;
}
.fancybox-close-small{
    width: 40px;
    height: 40px;
    background: #EBDEC9 url("../images/close.png") no-repeat center center !important;
    position: absolute;
    right: 0 !important;
    top: -40px !important;
}
.thank_wp{
    width: 820px;
    background: rgba(255,255,255,0.8);
    margin: 0 auto;
    padding: 30px 0;
    margin-bottom: 60px;
}
.t_ico1{
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border: 2px solid #00BC57;
    background: url("../images/ico15.png") no-repeat center center;
    margin-bottom: 20px;
    border-radius: 50%;
}
.t_ico2{
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border: 2px solid #B13D00;
    background: url("../images/ico16.png") no-repeat center center;
    margin-bottom: 20px;
    border-radius: 50%;
}
.thank_text{
    text-align: center;
    color: #675532;
    font: 11px 'GothaProMed';
    line-height: 20px;
}
.thank_text span{
    display: block;
}
.thank_btn{
    display: block;
    width: 208px;
    height: 40px;
    background: #B13D00;
    text-align: center;
    font: 11px 'GothaProMed';
    line-height: 40px;
    color: #EBDEC9;
    text-transform: uppercase;
    margin: 20px auto 0 auto;
}
.thank_btn:hover{
    background: #D04800;
}
.ri_w1 label{
    width: 190px;
}
.select2 {
    width:100%;
    height:40px;
    border-radius: 0;
}
.ui-widget.ui-widget-content {
    border: none;
    box-sizing: border-box;
    z-index: 9999;
}
.search_block input {
    font: 13px 'GothaProReg';
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 10px 24px 10px 24px;
    font: 13px 'GothaProReg';
    line-height: normal;
    min-height: 40px;
    line-height: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #B13D00;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: none;
    background: #e8e4de;
    font-weight: normal;
    color: #fff;
    box-sizing: border-box;
    border-bottom: 1px solid #B13D00;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: 0;
}