@font-face {
    font-family: 'GothaProBol';
    src: url('/fonts/GothaProBol.otf')
}

@font-face {
    font-family: 'GothaProLig';
    src: url('/fonts/GothaProLig.otf')
}

@font-face {
    font-family: 'GothaProMed';
    src: url('/fonts/GothaProMed.otf')
}

@font-face {
    font-family: 'GothaProReg';
    src: url('/fonts/GothaProReg.otf')
}

@font-face {
    font-family: 'Merriweather-Black';
    src: url('/fonts/Merriweather-Black.ttf')
}

@font-face {
    font-family: 'Merriweather-BlackItalic';
    src: url('/fonts/Merriweather-BlackItalic.ttf')
}

@font-face {
    font-family: 'Merriweather-Bold';
    src: url('/fonts/Merriweather-Bold.ttf')
}

@font-face {
    font-family: 'Merriweather-BoldItalic';
    src: url('/fonts/Merriweather-BoldItalic.ttf')
}

@font-face {
    font-family: 'Merriweather-Italic';
    src: url('/fonts/Merriweather-Italic.ttf')
}

@font-face {
    font-family: 'Merriweather-Light';
    src: url('/fonts/Merriweather-Light.ttf')
}

@font-face {
    font-family: 'Merriweather-LightItalic';
    src: url('/fonts/Merriweather-LightItalic.ttf')
}

@font-face {
    font-family: 'Merriweather-Regular';
    src: url('/fonts/Merriweather-Regular.ttf')
}

@font-face {
    font-family: 'Pacifico-Regular';
    src: url('/fonts/Pacifico-Regular.ttf')
}

.clearfix:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
    height: 0
}

.i-b {
    display: inline-block;
    margin-left: -0.36em;
    vertical-align: top
}

.i-b:first-child {
    margin-left: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.ib {
    display: inline-block;
    vertical-align: middle
}

html, body {
    height: 100%
}

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%
}

.content {
    flex: 1 0 auto
}

footer {
    flex: 0 0 auto
}

.anim_all_05 {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

body {
    font-family: 'GothaProLig', sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: #1a1a1a
}

.ul {
    list-style: none
}

a {
    text-decoration: none;
    /* color: #fff; */
    color: black;
}

form ::-webkit-input-placeholder {
    color: #fff;
    opacity: 1 !important
}

form ::-moz-placeholder {
    color: #fff;
    opacity: 1 !important
}

form :-moz-placeholder {
    color: #fff;
    opacity: 1 !important
}

form :-ms-input-placeholder {
    color: #fff;
    opacity: 1 !important
}

.container {
    width: 1170px;
    margin: 0 auto
}

.tc {
    text-align: center
}

.tu {
    text-transform: uppercase
}

.bi {
    font-family: 'Merriweather-BoldItalic'
}

.li {
    font-family: 'Merriweather-LightItalic'
}

.b {
    font-family: 'Merriweather-Bold'
}

.pf {
    font-family: 'Pacifico-Regular'
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.bef {
    content: "";
    display: block;
    position: absolute
}

body {
    line-height: 1.2;
    font-size: 15px;
    color: #1a1a1a;
    font-family: 'GothaProLig', sans-serif
}

body h1 {
    font-size: 60px;
    color: #af967d;
    padding-bottom: 30px;
    font-family: 'Merriweather-BoldItalic';
    position: relative;
    display: none;
}

body h1:before {
    content: "";
    display: block;
    background: url("../img/h1_before.png") center no-repeat;
    width: 67px;
    height: 12px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;

}

@-webkit-keyframes hover {
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@keyframes hover {
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@-webkit-keyframes hover-shadow {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        opacity: .4
    }
    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        opacity: .4
    }
}

@keyframes hover-shadow {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        opacity: .4
    }
    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        opacity: .4
    }
}

.hover-shadow {
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.hover-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity
}

.hover-shadow:hover, .hover-shadow:focus, .hover-shadow:active {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-name: hover;
    animation-name: hover;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.hover-shadow:hover:before, .hover-shadow:focus:before, .hover-shadow:active:before {
    opacity: .4;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-name: hover-shadow;
    animation-name: hover-shadow;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

body h2 {
    font-size: 19px;
    font-family: "GothaProMed";
    color: #2a2a2a
}

header {
    background: url("../img/banner-min.png") center no-repeat;
    background-size: cover;
    padding: 20px 0 230px 0;
    color: #fff
}

header .flex {
    justify-content: center;
    align-items: center
}

header .info {
    width: 49%;
    text-align: center
}

header .info p,
header .info h1 {
    color: #fff;
    font-family: 'Pacifico-Regular';
    font-size: 26px
}

header .btn {
    background: transparent;
    border: 1px solid #af967d;
    font-family: 'Merriweather-LightItalic';
    font-size: 14px;
    margin-right: 50px
}

header .top_header .flex {
    justify-content: space-between
}

header .top_header .login.flex {
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    min-height: 90px;
}
/*
header.pages div.login.flex.success div.user {
    color: #af967d !important;
}
*/

header .top_header .login.flex .enter {
    position: relative;
    margin: 0 10px 0 25px
}

header .top_header .login.flex .enter:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/exit-min.png) left no-repeat;
    left: -30px;
    top: -6px;
    width: 22px;
    height: 21px
}

header .top_header .login.flex .enter a {
    color: #ceb092;
    text-decoration: underline;
    border-right: 1px solid #af967d;
    display: inline-block;
    padding: 0 10px 2px 0;
    cursor: pointer
}

header .top_header .login.flex .enter a:hover {
    color: #fff;
}
header.pages .top_header .login.flex .enter a:hover {
    color: #af967d;
    text-decoration: none;
}
header .top_header .login.flex .registration a {
    cursor: pointer;
    color: wheat;
}

header .top_header .login.flex .registration:hover {
    color: #af967d;
    text-decoration: underline
}

.filter {
    padding: 50px 0 20px 0;
    position: relative;
    text-align: center;
}

.filter .container {
    border-top: 2px solid #9e9e9e
}

.filter .title {
    text-align: center;
    color: #9e9e9e;
    font-size: 17px;
    box-sizing: border-box;
    margin: auto;
    background: url(/img/bg-min.png) center repeat-y;
    padding: 3px 20px;
    position: relative;
    top: -15px;
    display: inline-block;
}
.filter .title h3:before {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: 10px;
    background-color: #9e9e9e;
    width: 5px;
    height: 2px
}

.filter .title h3:after {
    content: "";
    display: block;
    position: absolute;
    right: -10px;
    top: 10px;
    background-color: #9e9e9e;
    width: 5px;
    height: 2px
}

.filter form {
    width: 83%;
    margin: 20px auto
}

.filter form .flex {
    justify-content: space-between;
    align-items: center
}

.filter form .flex .top {
    width: 79%;
    position: relative
}

.filter form .flex .top input {
    padding: 12px 0 12px 15px;
    box-sizing: border-box;
    width: 100%;
    font-size: 15px;
    font-family: 'Merriweather-LightItalic'
}

.filter form .flex .btn {
    width: 100%
}

.check {
    display: flex;
    align-items: center
}

.check label {
    font-size: 13px;
    padding-right: 5px
}

input[type="checkbox"] {
    width: 45px;
    height: 23px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #c6c6c6;
    outline: 0;
    border-radius: 50px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    transition: .5s;
    position: relative;
    cursor: pointer
}

input:checked[type="checkbox"] {
    background: #c1de97
}

input[type="checkbox"]::before {
    content: '';
    position: absolute;
    width: 17px;
    height: 16px;
    border-radius: 50%;
    top: 3px;
    left: 0;
    background: #fff;
    transform: scale(1.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: .5s
}

input:checked[type="checkbox"]::before {
    left: 20px
}

.hidden_block {
    border-top: 2px solid #9e9e9e;
    padding: 25px 0 0 0;
    display: none
}

.hidden_block .bottom {
    align-items: center;
    width: 340px;
    margin: 0 3px 10px 3px
}

.hidden_block .bottom .btn {
    background: transparent;
    color: #1e1e1e;
    font-size: 14px;
    border: 1px solid #af967d;
    padding: 11px 15px
}

.hidden_block .bottom .btn:hover {
    background: #af967d;
    color: #fff
}

.hidden_block .bottom .close {
    font-size: 12px;
    color: #a3a3a3;
    font-family: 'Merriweather-Light';
    cursor: pointer
}

.hidden_block .container,
.single_product .container {
    border-top: 0
}

.hidden_block .container .tabs.flex,
.single_product .container .tabs.flex {
    align-items: center;
    justify-content: center
}

.hidden_block .container .tabs.flex li,
.single_product .container .tabs.flex li {
    font-size: 14px;
    cursor: pointer;
    font-family: 'Merriweather-LightItalic';
    padding: 7px 10px;
    margin: 3px;
    border-radius: 8px;
    border: 1px solid #b9b9b9;
    transition: .5s
}

.hidden_block .container .tabs.flex li:hover,
.single_product .container .tabs.flex li:hover {
    background: #af967d;
    color: #fff;
    border: 1px solid #fff
}
.hidden_block .container .tabs.flex li:hover a,
.single_product .container .tabs.flex li:hover a {
    color: #fff;
}


.radio_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px 0 0 0
}

.radio_box div {
    width: 41%;
    padding: 10px
}

.radio_box div label {
    font-size: 12px;
    font-family: 'Merriweather-Light'
}

.radio_box div input[type="radio"], .radio_box div input[type="checkbox"] {
    display: none
}

.radio_box div input[type="radio"] + label, .radio_box div input[type="checkbox"] + label {
    font-size: 12px;
    color: #1a1a1a;
    margin-left: 7px
}

.radio_box div input[type="radio"] + label span, .radio_box div input[type="checkbox"] + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 11px 0 0;
    vertical-align: middle;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    cursor: pointer
}

.radio_box div input[type="radio"]:checked + label span, .radio_box div input[type="checkbox"]:checked + label span {
    background: url(../img/check_active.png) left top no-repeat
}

.modal .radio_box input[type="checkbox"] + label {
    font-size: 17px;
    color: #fff;
    margin-left: 7px;
    font-family: "GothaProLig";
    cursor: pointer
}

.catalog {
    padding: 20px 0;
    background: #e6e3e3
}

.catalog .title {
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 15px
}

.catalog ul.tabs li.active {
    background-color: #fff;
    color: #333;
    border-bottom: 1px solid #fff;
    display: block
}

.catalog .tab_container {
    padding: 30px 0
}

.catalog .tab_container .tab_content.flex {
    justify-content: center
}
.tab_content.flex{
    display: flex !important;
}



.years{
    display: flex;
    flex-direction: row;
}

.chosen-container {
    position: relative;
    display: block;
}


.catalog .back .holder, .cabinet .back .holder {
    line-height: 1.4;
    font-size: 12px
}

.catalog .back .holder .info, .cabinet .back .holder .info {
    border-top: 1px solid #bebebe;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
    padding: 5px 10px;
    box-sizing: border-box
}

.catalog .back .holder .info ul, .cabinet .back .holder .info ul {
    display: flex;
    justify-content: space-between
}

.catalog .back .holder .info ul li, .cabinet .back .holder .info ul li {
    color: #bebebe;
    font-size: 12px
}

.catalog .back .holder .info ul li span, .cabinet .back .holder .info ul li span {
    font-family: 'Merriweather-Bold';
    display: block
}

.catalog .back .component, .cabinet .back .component {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}

.catalog .back .component li, .cabinet .back .component li {
    padding: 5px;
    font-size: 10px;
    cursor: default;
    transition: .5s;
    font-family: 'Merriweather-LightItalic';
    border-radius: 5px;
    border: 1px solid #b9b9b9;
    white-space: nowrap;
    overflow-x: hidden;
}

.catalog .back .recipe,
.cabinet .back .recipe{
    
}

.catalog .back .recipe li {
    
}
.catalog .back .recipe li:nth-child(1),
.catalog .back .recipe li:nth-child(2),
.catalog .back .recipe li:nth-child(3) {
    width: calc(100% - 50px);
}

.catalog .back .recipe li:before {
    content: "";
    display: block;
    position: absolute;
    background: #af967d;
    left: 0;
    top: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%
}

.IE main .catalog .flip-container {
    perspective: 1000px;
    transform-style: preserve-3d
}

.IE main .catalog .flip-container:hover .back {
    transform: rotateY(0deg)
}

.IE main .catalog .flip-container:hover .front {
    transform: rotateY(180deg);
    opacity: 1
}

.IE main .catalog .flipper {
    transition: .6s;
    transform-style: preserve-3d;
    position: relative
}

.IE main .catalog .front, .IE main .catalog .back {
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0
}

.IE main .catalog .front {
    z-index: 2;
    transform: rotateY(0deg)
}

.IE main .catalog .back {
    transform: rotateX(-180deg);
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    filter: FlipH;
    -ms-filter: "FlipH";
    position: relative
}

.IE main .catalog .back .title, .IE main .catalog .back .img_circle, .IE main .catalog .back .holder {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

.IE main .catalog .back .holder {
    line-height: 1.4
}

.IE main .catalog .back .holder .info {
    border-top: 1px solid #bebebe;
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    margin: auto;
    padding: 5px 10px;
    box-sizing: border-box
}

.IE main .catalog .back .holder .info ul {
    display: flex;
    justify-content: space-between
}

.IE main .catalog .back .holder .info ul li {
    color: #bebebe;
    font-size: 12px
}

.IE main .catalog .back .holder .info ul li span {
    font-family: 'Merriweather-Bold';
    display: block
}

.pagenavi {
    padding: 20px 0 35px 0;
    justify-content: center;
    align-items: center
}

.pagenavi li {
    margin: 0 10px;
    border-radius: 50%;
    border: 1px solid #af967d;
    transition: .5s;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pagenavi li:hover {
    background: #af967d
}

.pagenavi li:hover a {
    color: #fff
}

.pagenavi li a {
    font-size: 21px;
    color: #af967d;
    font-family: 'Merriweather-Bold'
}

.pagenavi .current {
    background: #af967d
}

.pagenavi .current a {
    color: #fff
}

.news .border_top {
    padding-top: 20px;
}

.news .title {
    text-align: center;
    box-sizing: border-box;
    margin: auto;
    padding: 10px 0;
    position: relative;
    z-index: 11;
    font-size: 12px;
}
.cabinet .tc_chosen .tc_chosen_box .owl_wrapper img{
    height: 150px;
    object-fit: cover;
    padding-bottom: 10px;
    border-radius: 10px;
}

.news .title h3 {
    position: relative;
    font-family: 'Merriweather-Bold';
    font-size: 21px;
    color: #1e1e1e
}

.news .title h3:before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 10px;
    background-color: #1e1e1e;
    width: 5px;
    height: 2px
}

.news .title h3:after {
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    top: 10px;
    background-color: #1e1e1e;
    width: 5px;
    height: 2px
}

.news .flex {
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center
}

.news .flex li {
    width: 23%;
    border: 1px solid #bebebe;
    border-radius: 15px;
    cursor: pointer
}

.news .flex li:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2)
}

.news .flex li img {
    width: 100%;
    max-height: 130px;
    object-fit: cover
}

.news .flex li .box {
    padding: 10px
}

.news .flex li .box h4 {
    font-family: 'Merriweather-Bold'
}

.news .flex li .box p {
    padding: 10px 0;
    font-size: 12px;
    line-height: 18px
}

.news .flex li .box .more {
    color: #af967d;
    font-family: 'Merriweather-BoldItalic';
    font-size: 12px
}

.news .btn {
    margin: 25px auto;
    display: block;
    width: 170px;
    box-sizing: border-box;
    padding: 11px 25px
}

.mail_box {
    padding: 40px 0 250px 0;
    background: url("../img/banner_bottom-min.png") center bottom no-repeat
}

.mail_box h2 {
    text-align: center;
    font-size: 29px;
    font-family: 'Merriweather-Bold';
    padding-bottom: 25px
}

.mail_box form {
    width: 67%;
    margin: 20px auto
}

.mail_box form .flex {
    justify-content: space-between;
    align-items: center
}

.mail_box form .flex .top {
    width: 74%
}

.mail_box form .flex .top input {
    padding: 12px 0 12px 15px;
    box-sizing: border-box;
    width: 100%;
    font-size: 15px;
    background: #f7f7f7;
    border: 0;
    font-family: 'Merriweather-LightItalic'
}

.mail_box form .flex .btn {
    width: 100%
}

.mail_box form p {
    font-size: 10px;
    padding-top: 10px;
    color: #1e1e1e;
    width: 74%
}

.btn {
    display: inline-block;
    color: #fff;
    text-align: center;
    font-family: 'Merriweather-BoldItalic';
    border: 0;
    padding: 11px 40px;
    border-radius: 8px;
    font-size: 16px;
    background: #af967d;
    transition: 1s;
    cursor: pointer;
    margin: 25px 0
}

.btn:hover {
    background-color: #ba936d
}

footer {
    padding: 25px 0
}

footer a {
    color: #151515
}

footer .nav li {
    padding-bottom: 20px
}

footer .social {
    display: flex;
    padding-top: 25px
}

footer .social li {
    width: 50px;
    height: 50px;
    margin: 0 5px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s
}

footer .social li .fa {
    font-size: 20px
}

footer .social .vk {
    border: 2px solid #5a7fa6
}

footer .social .vk .fa {
    color: #5a7fa6
}

footer .social .vk:hover {
    background-color: #5a7fa6
}

footer .social .vk:hover .fa {
    color: #fff
}

footer .social .facebook {
    border: 2px solid #3e5b98
}

footer .social .facebook .fa {
    color: #3e5b98
}

footer .social .facebook:hover {
    background-color: #3e5b98
}

footer .social .facebook:hover .fa {
    color: #fff
}

footer .social .yotube {
    border: 2px solid #e02a20
}

footer .social .yotube .fa {
    color: #e02a20
}

footer .social .yotube:hover {
    background-color: #e02a20
}

footer .social .yotube:hover .fa {
    color: #fff
}

footer .social .insta {
    border: 2px solid #000
}

footer .social .insta .fa {
    color: #000
}

footer .social .insta:hover {
    background-color: #000
}

footer .social .insta:hover .fa {
    color: #fff
}

footer .social .odnoklassniki {
    border: 2px solid #f48420
}

footer .social .odnoklassniki .fa {
    color: #f48420
}

footer .social .odnoklassniki:hover {
    background-color: #f48420
}

footer .social .odnoklassniki:hover .fa {
    color: #fff
}

footer #to-top-button {
    font-family: 'Merriweather-Bold';
    font-size: 27px;
    position: fixed;
    display: none;
    right: 5px;
    cursor: pointer;
    bottom: 100px;
    color: #fff;
    padding: 7px 15px;
    z-index: 99;
    background-color: #ba936d
}

.copy {
    padding: 5px 0;
    background: #1b1b1b;
    color: #fff
}

.tab_last {
    border-right: 1px solid #333
}

.tab_drawer_heading {
    display: none
}

body input:focus, body button:focus, body input:visited, body button:visited, body input:active {
    outline: -webkit-focus-ring-color auto 0;
    color: #fff !important
}

