.nav{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding-left:0;
    margin-bottom:0;
    list-style:none
}
.nav-link{
    display:block;
    padding:.5rem 1rem
}
.nav-link:focus,.nav-link:hover{
    text-decoration:none
}
.nav-link.disabled{
    color:#6c757d;
    pointer-events:none;
    cursor:default
}
.nav-tabs{
    border-bottom:1px solid #dee2e6
}
.nav-tabs .nav-item{
    margin-bottom:-1px
}
.nav-tabs .nav-link{
    border:1px solid transparent;
    border-top-left-radius:.25rem;
    border-top-right-radius:.25rem
}
.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{
    border-color:#e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled{
    color:#6c757d;
    background-color:transparent;
    border-color:transparent
}
.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{
    color:#495057;
    background-color:#fff;
    border-color:#dee2e6 #dee2e6 #fff
}
.nav-tabs .dropdown-menu{
    margin-top:-1px;
    border-top-left-radius:0;
    border-top-right-radius:0
}
.nav-pills .nav-link{
    border-radius:.25rem
}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link{
    color:#fff;
    background-color:#007bff
}
.nav-fill .nav-item{
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    text-align:center
}
.nav-justified .nav-item{
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -ms-flex-positive:1;
    flex-grow:1;
    text-align:center
}
.tab-content>.tab-pane{
    display:none
}
.tab-content>.active{
    display:block
}
.container{
    width:100%;
    padding-right:20px;
    padding-left:20px;
    margin-right:auto;
    margin-left:auto
}
.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xs,.container-xxl{
    width:100%;
    padding-right:20px;
    padding-left:20px;
    margin-right:auto;
    margin-left:auto
}
.row{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-20px;
    margin-left:-20px
}
.no-gutters{
    margin-right:0;
    margin-left:0
}
.no-gutters>.col,.no-gutters>[class*=col-]{
    padding-right:0;
    padding-left:0
}
.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto,.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-auto,.col-xxl,.col-xxl-1,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-auto{
    position:relative;
    width:100%;
    padding-right:20px;
    padding-left:20px
}
.clearfix::after{
    display:block;
    clear:both;
    content:""
}
.fade{
    transition:opacity .15s linear
}
.fade:not(.show){
    opacity:0
}
.collapse:not(.show){
    display:none
}
.collapsing{
    position:relative;
    height:0;
    overflow:hidden;
    transition:height .35s ease
}
.modal-open{
    overflow:hidden
}
.modal-open .modal{
    overflow-x:hidden;
    overflow-y:auto
}
.modal{
    position:fixed;
    top:0;
    left:0;
    z-index:1050;
    display:none;
    width:100%;
    height:100%;
    overflow:hidden;
    outline:0
}
.modal-dialog{
    position:relative;
    width:auto;
    margin:.5rem;
    pointer-events:none
}
.modal.fade .modal-dialog{
    transition:transform .3s ease-out;
    transform:translate(0,-50px)
}
.modal.show .modal-dialog{
    transform:none
}
.modal.modal-static .modal-dialog{
    transform:scale(1.02)
}
.modal-dialog-scrollable{
    display:-ms-flexbox;
    display:flex;
    max-height:calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content{
    max-height:calc(100vh - 1rem);
    overflow:hidden
}
.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{
    -ms-flex-negative:0;
    flex-shrink:0
}
.modal-dialog-scrollable .modal-body{
    overflow-y:auto
}
.modal-dialog-centered{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    min-height:calc(100% - 1rem)
}
.modal-dialog-centered::before{
    display:block;
    height:calc(100vh - 1rem);
    content:""
}
.modal-dialog-centered.modal-dialog-scrollable{
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:center;
    justify-content:center;
    height:100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content{
    max-height:none
}
.modal-dialog-centered.modal-dialog-scrollable::before{
    content:none
}
.modal-content{
    position:relative;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    width:100%;
    pointer-events:auto;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid rgba(0,0,0,.2);
    border-radius:.3rem;
    outline:0
}
.modal-backdrop{
    position:fixed;
    top:0;
    left:0;
    z-index:1040;
    width:100vw;
    height:100vh;
    background-color:#000
}
.modal-backdrop.fade{
    opacity:0
}
.modal-backdrop.show{
    opacity:.5
}
.modal-header{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:start;
    align-items:flex-start;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:1rem 1rem;
    border-bottom:1px solid #dee2e6;
    border-top-left-radius:calc(.3rem - 1px);
    border-top-right-radius:calc(.3rem - 1px)
}
.modal-header .close{
    padding:1rem 1rem;
    margin:-1rem -1rem -1rem auto
}
.modal-title{
    margin-bottom:0;
    line-height:1.5
}
.modal-body{
    position:relative;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    padding:1rem
}
.modal-footer{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:end;
    justify-content:flex-end;
    padding:.75rem;
    border-top:1px solid #dee2e6;
    border-bottom-right-radius:calc(.3rem - 1px);
    border-bottom-left-radius:calc(.3rem - 1px)
}
.modal-footer>*{
    margin:.25rem
}
.modal-scrollbar-measure{
    position:absolute;
    top:-9999px;
    width:50px;
    height:50px;
    overflow:scroll
}
@font-face{
    font-family:Sohne-Buch;
    font-style:normal;
    font-weight:400;
    src:url(../fonts/Sohne-Buch.woff) format("woff"),url(../fonts/Sohne-Buch.woff2) format("woff2")
}
.ff-s-buch{
    font-family:Sohne-Buch,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}
@font-face{
    font-family:Sohne-Kraftig;
    font-style:normal;
    font-weight:400;
    src:url(../fonts/Sohne-Kraftig.woff) format("woff"),url(../fonts/Sohne-Kraftig.woff2) format("woff2")
}
.ff-s-kraftig{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}
@font-face{
    font-family:Sohne-Leicht;
    font-style:normal;
    font-weight:400;
    src:url(../fonts/Sohne-Leicht.woff) format("woff"),url(../fonts/Sohne-Leicht.woff2) format("woff2")
}
.ff-s-leicht{
    font-family:Sohne-Leicht,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}
@font-face{
    font-family:SohneBreit-Kraftig;
    font-style:normal;
    font-weight:400;
    src:url(../fonts/SohneBreit-Kraftig.woff) format("woff"),url(../fonts/SohneBreit-Kraftig.woff2) format("woff2")
}
.ff-sb-kraftig{
    font-family:SohneBreit-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}
@font-face{
    font-family:SohneSchmal-Halbfett;
    font-style:normal;
    font-weight:400;
    src:url(../fonts/SohneSchmal-Halbfett.woff) format("woff"),url(../fonts/SohneSchmal-Halbfett.woff2) format("woff2")
}
.ff-ss-halbfett{
    font-family:SohneSchmal-Halbfett,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}
@font-face{
    font-family:SohneSchmal-Kraftig;
    font-style:normal;
    font-weight:400;
    src:url(../fonts/SohneSchmal-Kraftig.woff) format("woff"),url(../fonts/SohneSchmal-Kraftig.woff2) format("woff2")
}
.ff-ss-kraftig{
    font-family:SohneSchmal-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}
[class*=sp-]{
    display:inline-block
}
[class*=sp-]:before{
    content:'';
    display:inline-block;
    background-image:url(../images/sprite.png)
}
.sp-dislike-dark:before{
    background-position:0 0;
    width:23px;
    height:23px
}
.sp-like-dark:before{
    background-position:-25px 0;
    width:23px;
    height:23px
}
.sp-soc-fb-dark:before{
    background-position:-13px -47px;
    width:10px;
    height:20px
}
.sp-soc-fb:before{
    background-position:0 -47px;
    width:11px;
    height:20px
}
.sp-soc-inst:before{
    background-position:-27px -25px;
    width:16px;
    height:16px
}
.sp-soc-mail-dark:before{
    background-position:-50px 0;
    width:24px;
    height:16px
}
.sp-soc-tw-dark:before{
    background-position:0 -25px;
    width:25px;
    height:20px
}
.sp-soc-yt:before{
    background-position:-50px -18px;
    width:21px;
    height:13px
}
@font-face{
    font-family:sprite;
    src:url(../fonts/sprite.woff2) format("woff2"),url(../fonts/sprite.woff) format("woff")
}
.form-checkbox .box-view:before,.ic-check:before,.ic-facebook:before,.ic-instagram:before,.ic-linkedin:before,.ic-twitter:before,.ic-web:before,.ic-youtube:before{
    font-family:sprite;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-style:normal;
    font-variant:normal;
    font-weight:400;
    text-decoration:none;
    text-transform:none
}
.ic-check:before{
    content:""
}
.ic-facebook:before{
    content:""
}
.ic-instagram:before{
    content:""
}
.ic-linkedin:before{
    content:""
}
.ic-twitter:before{
    content:""
}
.ic-web:before{
    content:""
}
.ic-youtube:before{
    content:""
}
[class*=ic2-]{
    display:inline-block
}
[class*=ic2-]:before{
    content:' ';
    display:inline-block;
    font-size:10px;
    background-image:url(../images/sprite_svg.svg);
    background-repeat:no-repeat;
    background-size:7.6812em 141.6em
}
.no-svg [class*=ic2-]:before{
    background-image:url(../images/sprite_svg.png)
}
.ic2-all:before{
    background-position:-.2em -.2em;
    width:1.8em;
    height:1.8em
}
.ic2-all-black:before{
    background-position:-.2em -2.4000000000000004em;
    width:1.8em;
    height:1.8em
}
.ic2-all-white:before{
    background-position:-.2em -4.6000000000000005em;
    width:1.8em;
    height:1.8em
}
.ic2-arrow-down-border-orange:before{
    background-position:-.2em -6.8em;
    width:1.8em;
    height:1.8em
}
.ic2-arrow-left-gray:before{
    background-position:-.2em -9em;
    width:1.7em;
    height:1.1414em
}
.ic2-arrow-left-orange:before{
    background-position:-.2em -10.6em;
    width:1.7em;
    height:1.1414em
}
.ic2-arrow-left-white:before{
    background-position:-.2em -12.2em;
    width:1.7em;
    height:1.1414em
}
.ic2-arrow-right-big-orange:before{
    background-position:-.2em -13.799999999999999em;
    width:3.0477000000000003em;
    height:2.0601em
}
.ic2-arrow-right-big-white:before{
    background-position:-.2em -16.3em;
    width:3.0477000000000003em;
    height:2.0601em
}
.ic2-arrow-right-border-orange:before{
    background-position:-.2em -18.8em;
    width:1.8em;
    height:1.8em
}
.ic2-arrow-right-border-white:before{
    background-position:-.2em -21em;
    width:1.8em;
    height:1.8em
}
.ic2-arrow-right-gray:before{
    background-position:-.2em -23.2em;
    width:1.7em;
    height:1.1414em
}
.ic2-arrow-right-orange:before{
    background-position:-.2em -24.8em;
    width:1.7em;
    height:1.1414em
}
.ic2-arrow-right-orange-light:before{
    background-position:-.2em -26.4em;
    width:1.7em;
    height:1.1414em
}
.ic2-arrow-right-white:before{
    background-position:-.2em -28em;
    width:1.7em;
    height:1.1414em
}
.ic2-audio-back:before{
    background-position:-.2em -29.599999999999998em;
    width:1.3395em;
    height:.7150000000000001em
}
.ic2-audio-close:before{
    background-position:-.2em -30.8em;
    width:1.3707em;
    height:1.3707em
}
.ic2-audio-forward:before{
    background-position:-.2em -32.6em;
    width:1.3395em;
    height:.7151em
}
.ic2-audio-time:before{
    background-position:-.2em -33.800000000000004em;
    width:4em;
    height:4em
}
.ic2-calendar:before{
    background-position:-.2em -38.2em;
    width:1.8em;
    height:2em
}
.ic2-calendar-black:before{
    background-position:-.2em -40.6em;
    width:1.8em;
    height:2em
}
.ic2-calendar-white:before{
    background-position:-.2em -43em;
    width:1.8em;
    height:2em
}
.ic2-chevron-left-gray:before{
    background-position:-.2em -45.400000000000006em;
    width:1.0812em;
    height:1.7408000000000001em
}
.ic2-chevron-right-gray:before{
    background-position:-.2em -47.6em;
    width:1.0812em;
    height:1.7408000000000001em
}
.ic2-dc:before{
    background-position:-.2em -49.800000000000004em;
    width:1.8em;
    height:1.8em
}
.ic2-email-white:before{
    background-position:-.2em -52em;
    width:1.8em;
    height:1.4em
}
.ic2-file-download:before{
    background-position:-.2em -53.800000000000004em;
    width:2.7794em;
    height:3.4243em
}
.ic2-file-download-big:before{
    background-position:-.2em -57.7em;
    width:6.1364em;
    height:7.6205em
}
.ic2-gallery-orange:before{
    background-position:-.2em -65.8em;
    width:1.8em;
    height:1.8em
}
.ic2-info-orange:before{
    background-position:-.2em -68em;
    width:2em;
    height:2em
}
.ic2-like:before{
    background-position:-.2em -70.4em;
    width:2em;
    height:1.8em
}
.ic2-like-black:before{
    background-position:-.2em -72.60000000000001em;
    width:2em;
    height:1.8em
}
.ic2-like-empty-black:before{
    background-position:-.2em -74.8em;
    width:2em;
    height:1.8em
}
.ic2-like-white:before{
    background-position:-.2em -77em;
    width:2em;
    height:1.8em
}
.ic2-mic:before{
    background-position:-.2em -79.2em;
    width:1.6em;
    height:2.2em
}
.ic2-mic-black:before{
    background-position:-.2em -81.8em;
    width:1.6em;
    height:2.2em
}
.ic2-mic-light:before{
    background-position:-.2em -84.4em;
    width:1.6em;
    height:2.2em
}
.ic2-notification:before{
    background-position:-.2em -87em;
    width:2em;
    height:2em
}
.ic2-notification-black:before{
    background-position:-.2em -89.4em;
    width:2em;
    height:2em
}
.ic2-notification-white:before{
    background-position:-.2em -91.8em;
    width:2em;
    height:2em
}
.ic2-play:before{
    background-position:-.2em -94.2em;
    width:7.2812em;
    height:7.2812em
}
.ic2-search:before{
    background-position:-.2em -101.9em;
    width:2.2811em;
    height:2.3508em
}
.ic2-search-light:before{
    background-position:-.2em -104.7em;
    width:2.2811em;
    height:2.3508em
}
.ic2-search-small:before{
    background-position:-.2em -107.5em;
    width:2.0895em;
    height:2.1509em
}
.ic2-share:before{
    background-position:-.2em -110.10000000000001em;
    width:1.8em;
    height:2.2em
}
.ic2-share-black:before{
    background-position:-.2em -112.7em;
    width:1.8em;
    height:2.2em
}
.ic2-share-white:before{
    background-position:-.2em -115.3em;
    width:1.8em;
    height:2.2em
}
.ic2-store-email:before{
    background-position:-.2em -117.9em;
    width:1.7em;
    height:1.3em
}
.ic2-store-location:before{
    background-position:-.2em -119.60000000000001em;
    width:1.2582em;
    height:1.6994em
}
.ic2-store-phone:before{
    background-position:-.2em -121.7em;
    width:1.1em;
    height:2em
}
.ic2-store-time:before{
    background-position:-.2em -124.10000000000001em;
    width:1.8em;
    height:1.8em
}
.ic2-sub-brands:before{
    background-position:-.2em -126.3em;
    width:1.2em;
    height:1.2em
}
.ic2-sub-brands-dark:before{
    background-position:-.2em -127.9em;
    width:1.2em;
    height:1.2em
}
.ic2-sub-careers:before{
    background-position:-.2em -129.5em;
    width:1.1em;
    height:1.5712em
}
.ic2-sub-stores:before{
    background-position:-.2em -131.5em;
    width:1.0669em;
    height:1.4733em
}
.ic2-sub-stores-dark:before{
    background-position:-.2em -133.39999999999998em;
    width:1.0669em;
    height:1.4733em
}
.ic2-sub-stores-light:before{
    background-position:-.2em -135.29999999999998em;
    width:1.0669em;
    height:1.4733em
}
.ic2-subscribe:before{
    background-position:-.2em -137.2em;
    width:1.8em;
    height:1.8207em
}
.ic2-subscribe-white:before{
    background-position:-.2em -139.5em;
    width:1.8em;
    height:1.8207em
}
.hidden{
    display:none!important
}
.visible{
    display:block!important
}
.spacer{
    margin-left:auto;
    margin-right:auto
}
.pt-0{
    padding-top:0!important
}
.pb-0{
    padding-bottom:0!important
}
*,::after,::before{
    box-sizing:border-box;
    outline:0!important
}
html{
    font-family:sans-serif;
    line-height:1.15;
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:transparent;
    font-size:16px
}
article,aside,figcaption,figure,footer,form,header,hgroup,main,nav,section{
    display:block;
    margin:0
}
body{
    margin:0;
    font-family:Sohne-Buch,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:20px;
    line-height:30px;
    font-weight:400;
    color:#595B60;
    text-align:left;
    background-color:#fff;
    letter-spacing:normal;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
[tabindex="-1"]:focus{
    outline:0!important
}
hr{
    box-sizing:content-box;
    height:0;
    overflow:visible
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
    margin-top:0;
    margin-bottom:30px
}
.p,p{
    margin-top:0;
    margin-bottom:22px
}
abbr[data-original-title],abbr[title]{
    text-decoration:underline;
    text-decoration:underline dotted;
    cursor:help;
    border-bottom:0;
    text-decoration-skip-ink:none
}
address{
    margin-bottom:1rem;
    font-style:normal;
    line-height:inherit
}
dl,ol,ul{
    margin-top:0;
    margin-bottom:1rem
}
ol ol,ol ul,ul ol,ul ul{
    margin-bottom:0
}
dt{
    font-weight:700
}
dd{
    margin-bottom:.5rem;
    margin-left:0
}
blockquote{
    margin:0 0 1rem
}
b,strong{
    font-weight:bolder
}
small{
    font-size:80%
}
sub,sup{
    position:relative;
    font-size:75%;
    line-height:0;
    vertical-align:baseline
}
sub{
    bottom:-.25em
}
sup{
    top:-.5em
}
a{
    color:#B67965;
    text-decoration:none;
    background-color:transparent
}
a:hover{
    color:#B67965;
    text-decoration:underline
}
a:not([href]):not([tabindex]){
    color:inherit;
    text-decoration:none
}
a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{
    color:inherit;
    text-decoration:none
}
a:not([href]):not([tabindex]):focus{
    outline:0
}
code,kbd,pre,samp{
    font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size:1em
}
pre{
    margin-top:0;
    margin-bottom:1rem;
    overflow:auto
}
figure{
    margin:0 0 1rem
}
img{
    vertical-align:middle;
    border-style:none
}
svg{
    overflow:hidden;
    vertical-align:middle
}
table{
    border-collapse:collapse
}
caption{
    padding-top:.75rem;
    padding-bottom:.75rem;
    color:#6c757d;
    text-align:left;
    caption-side:bottom
}
th{
    text-align:inherit
}
label{
    display:inline-block;
    margin-bottom:.5rem
}
button{
    border-radius:0
}
button,input,optgroup,select,textarea{
    margin:0;
    font-family:inherit;
    font-size:inherit;
    line-height:inherit
}
button,input{
    overflow:visible
}
button,select{
    text-transform:none
}
select{
    word-wrap:normal
}
[type=button],[type=reset],[type=submit],button{
    -webkit-appearance:button
}
[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){
    cursor:pointer
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
    padding:0;
    border-style:none
}
input[type=radio],input[type=checkbox]{
    box-sizing:border-box;
    padding:0
}
input[type=date],input[type=time],input[type=datetime-local],input[type=month]{
    -webkit-appearance:listbox
}
textarea{
    overflow:auto;
    resize:vertical
}
fieldset{
    min-width:0;
    padding:0;
    margin:0;
    border:0
}
legend{
    display:block;
    width:100%;
    max-width:100%;
    padding:0;
    margin-bottom:.5rem;
    font-size:1.5rem;
    line-height:inherit;
    color:inherit;
    white-space:normal
}
progress{
    vertical-align:baseline
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
    height:auto
}
[type=search]{
    -webkit-appearance:none
}
[type=search]::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-file-upload-button{
    font:inherit;
    -webkit-appearance:button
}
output{
    display:inline-block
}
summary{
    display:list-item;
    cursor:pointer
}
template{
    display:none
}
[hidden]{
    display:none!important
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight:400;
    text-transform:none;
    color:#000;
    letter-spacing:normal;
    margin-bottom:30px
}
.h1,h1{
    font-size:100px;
    line-height:120px
}
.h2,h2{
    font-size:60px;
    line-height:70px
}
.h3,h3{
    font-size:40px;
    line-height:50px
}
.h4,h4{
    font-size:22px;
    line-height:30px
}
.h5,h5{
    font-size:22px;
    line-height:30px
}
.h6,h6{
    font-size:20px;
    line-height:30px
}
.p,p{
    color:inherit
}
.lead{
    color:#000;
    font-size:40px;
    line-height:50px
}
.lead .lead__color{
    color:#B67965
}
.small,small{
    font-size:12px;
    line-height:18px
}
.mark,mark{
    padding:.2em;
    background-color:#fcf8e3
}
hr{
    margin-top:40px;
    margin-bottom:40px;
    border:none;
    border-top:1px solid #DAB8AD
}
b,strong{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight:400
}
a{
    transition:color .2s ease
}
ol:not(.list-reset):not(.list-unstyled),ul:not(.list-reset):not(.list-unstyled){
    list-style:none;
    margin:0;
    padding:0
}
ol:not(.list-reset):not(.list-unstyled) li,ul:not(.list-reset):not(.list-unstyled) li{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap
}
ol:not(.list-reset):not(.list-unstyled) li:before,ul:not(.list-reset):not(.list-unstyled) li:before{
    content:'–';
    margin-right:20px
}
ol.list-unstyled,ul.list-unstyled{
    list-style:none;
    padding:0;
    margin:0
}
html{
    height:100%
}
body{
    min-height:100%;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column
}
.g-wrap{
    -ms-flex:1;
    flex:1;
    position:relative;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.g-wrap.g-wrap--overlay:after{
    visibility:visible;
    opacity:1
}
.g-wrap:after{
    content:'';
    display:block;
    position:absolute;
    z-index:998;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.8);
    visibility:hidden;
    opacity:0;
    transition:opacity .3s ease,visibility .3s ease
}
.g-main{
    padding-top:120px;
    margin-bottom:auto
}
.g-pre-footer{
    margin-top:auto
}
.g-hero{
    height:calc(200vh - 240px)
}
.g-hero .g-hero__sticky{
    position:-webkit-sticky;
    position:sticky;
    top:120px
}
.g-hero+.g-content{
    background:#fff;
    position:relative;
    margin-top:calc(120px - 100vh)
}
.page-section.about-history .carousel .carousel-slider .swiper-slide{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.page-section.about-history .card-timeline{
    position:relative;
    padding-top:10px
}
.page-section.about-history .card-timeline:before{
    content:'';
    display:block;
    position:absolute;
    left:-20px;
    top:0;
    width:1px;
    height:100%;
    background:#DAB8AD
}
.page-section.about-history .card-timeline .c-year{
    font-family:SohneSchmal-Halbfett,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:40px;
    line-height:50px;
    color:#B67965;
    margin-bottom:5px
}
.page-section.about-history .card-timeline .c-text{
    font-size:15px;
    line-height:25px;
    color:#707070;
    margin-bottom:60px
}
.page-section.about-history .card-timeline .c-text span{
    display:block;
    color:#B67965;
    margin-bottom:2px
}
.page-section.about-history .card-timeline .c-image img{
    display:block;
    width:100%
}
.bg-article.page-section.bg{
    background:#F5F5F5
}
.article-part-aside{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-flow:column;
    flex-flow:column;
    height:100%;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.article-photo-slider .s-row{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.article-photo-slider__count{
    font-family:SohneSchmal-Halbfett,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight:400;
    font-size:150px;
    line-height:110px;
    text-align:left;
    color:#fff;
    margin-top:auto
}
.article-photo-slider__count .swiper-pagination-current{
    color:#000
}
.article-photo-slider img{
    display:inline-block;
    max-width:100%
}
.article-photo-slider.article-photo-slider--half{
    position:relative;
    margin-top:40px;
    margin-bottom:40px
}
.article-photo-slider.article-photo-slider--half:before{
    content:'';
    display:block;
    position:absolute;
    width:calc(100% + 80px);
    height:calc(100% + 80px);
    margin-left:-40px;
    margin-top:-40px;
    background:#F5F5F5
}
.article-photo-slider.article-photo-slider--half>*{
    position:relative
}
.article-photo-slider.article-photo-slider--half .s-part-aside{
    -ms-flex:0 0 30%;
    flex:0 0 30%;
    max-width:30%
}
.article-photo-slider.article-photo-slider--half .s-part-slider{
    -ms-flex:0 0 70%;
    flex:0 0 70%;
    max-width:70%
}
.article-photo-slider.article-photo-slider--half .article-photo-slider__count{
    font-size:60px;
    line-height:50px
}
.article-photo-slider.article-photo-slider--half .swiper-slide img{
    width:100%
}
.article-blockquote p{
    font-family:SohneSchmal-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:60px;
    line-height:1;
    text-align:left;
    color:#000
}
.article-blockquote p+p{
    margin-top:10px
}
.article-blockquote__fotter{
    display:block;
    max-width:240px;
    margin-top:30p;
    padding-top:30px;
    border-top:1px solid #707070
}
.article-blockquote__name{
    font-family:Sohne-Buch,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight:400;
    font-size:20px;
    line-height:calc(30/20);
    text-align:left;
    color:#707070
}
.article-blockquote__title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight:400;
    font-size:10px;
    letter-spacing:.1em;
    text-align:left;
    color:#B67965
}
.article-part-aside .article-blockquote{
    margin-bottom:20px
}
.content-figure{
    display:inline-block;
    max-width:100%;
    margin:0
}
.content-figure img{
    display:inline-block;
    max-width:100%
}
.content-figure figcaption{
    font-family:Sohne-Buch,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight:400;
    font-size:12px;
    line-height:20px;
    text-align:left;
    color:#595B60;
    margin-top:20px
}
.article-full-slider{
    position:relative
}
.article-full-slider__nav{
    position:absolute;
    left:-20px;
    right:-20px;
    top:50%;
    transform:translateY(-50%);
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:justify;
    justify-content:space-between;
    pointer-events:none;
    z-index:2
}
.article-full-slider__bttn{
    width:30px;
    height:30px;
    display:-ms-flexbox;
    display:flex;
    pointer-events:all;
    cursor:pointer;
    opacity:1;
    transition:opacity .25s
}
.article-full-slider__bttn::after{
    content:'';
    display:block;
    width:0;
    height:0;
    border-style:solid;
    border-width:9.5px 0 9.5px 19px;
    border-color:transparent transparent transparent #D8D8DA;
    margin:auto
}
.article-full-slider__bttn.prev{
    transform:scaleX(-1)
}
.article-full-slider__bttn.swiper-button-disabled{
    opacity:0
}
.article-full-slider img{
    display:inline-block;
    width:100%;
    max-width:100%
}
.article-full-slider .swiper-slide{
    height:unset;
    background:#F8F1EE
}
.article-full-slider-info{
    width:100%;
    background:#F8F1EE;
    padding:10px 20px 20px
}
.article-full-slider-info__count{
    font-family:SohneSchmal-Halbfett,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:40px;
    line-height:calc(80/40);
    text-align:left;
    color:#000
}
.article-full-slider-info__caption{
    font-family:Sohne-Buch,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:15px;
    line-height:calc(25/15);
    text-align:left;
    color:#7b7b7b
}
.overflow-slider{
    overflow:hidden
}
.overflow-slider .swiper-container{
    overflow:visible;
    width:100%
}
.overflow-slider .swiper-slide{
    width:auto!important
}
.article-social{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;
    color:#595B60
}
.article-social li:not(:last-child){
    margin-right:30px
}
.article-social a{
    display:block;
    line-height:1;
    padding:5px;
    color:inherit;
    text-decoration:none
}
.article-social a:hover{
    color:#B67965
}
.article-footer{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-bottom:100px
}
.article-footer .lnk-group{
    margin-right:20px;
    margin-top:10px;
    margin-bottom:10px;
    margin-left:10px
}
.article-footer .article-social{
    padding-top:20px
}
.extra-block{
    border-top:1px solid #DAB8AD;
    padding-top:20px;
    padding-bottom:180px
}
.extra-block .products-other .other-col{
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
}
.extra-block .tags-list{
    -ms-flex:auto;
    flex:auto;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align:start;
    align-items:flex-start;
    color:#595B60
}
.extra-block .list-item{
    margin-right:10px;
    margin-bottom:10px
}
.extra-block .list-item a{
    display:block;
    text-decoration:none;
    background:#F8F1EE;
    color:inherit;
    font-size:12px;
    line-height:20px;
    padding:10px;
    text-align:center;
    min-width:100px
}
.page-section.brands-catalog .catalog-filter{
    margin-bottom:80px
}
.page-section.brands-catalog .catalog-filter .filter-title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:none;
    font-size:22px;
    line-height:30px;
    color:#B67965;
    letter-spacing:normal;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.page-section.brands-catalog .catalog-filter .filter-title .title-text{
    line-height:28px;
    padding-bottom:2px
}
.page-section.brands-catalog .catalog-filter .filter-title .title-link{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px;
    text-decoration:none;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center
}
.page-section.brands-catalog .catalog-filter .filter-title .title-link span+span{
    margin-left:10px
}
.page-section.brands-catalog .catalog-filter .filter-title .title-link:not(.collapsed) .filter-icon:after,.page-section.brands-catalog .catalog-filter .filter-title .title-link:not(.collapsed) .filter-icon:before{
    transform:translate(-50%,-50%) rotate(45deg)
}
.page-section.brands-catalog .catalog-filter .filter-icon{
    display:block;
    position:relative;
    width:18px;
    height:18px;
    border:2px solid #DAB8AD;
    border-radius:3px
}
.page-section.brands-catalog .catalog-filter .filter-icon:after,.page-section.brands-catalog .catalog-filter .filter-icon:before{
    content:'';
    display:block;
    background:#DAB8AD;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    transition:transform .3s ease
}
.page-section.brands-catalog .catalog-filter .filter-icon:before{
    width:2px;
    height:10px
}
.page-section.brands-catalog .catalog-filter .filter-icon:after{
    width:10px;
    height:2px
}
.page-section.brands-catalog .catalog-filter .list-item{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px
}
.page-section.brands-catalog .catalog-filter .list-item:not(.active){
    color:#9A9B9F
}
.page-section.brands-catalog .catalog-filter .list-item a{
    display:inline-block;
    vertical-align:top;
    color:inherit;
    text-decoration:none;
    padding-top:4px;
    padding-bottom:4px
}
.page-section.brands-catalog .catalog-list{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-left:-20px;
    margin-right:-20px
}
.page-section.brands-catalog .catalog-list .list-item{
    -ms-flex:0 0 33.33%;
    flex:0 0 33.33%;
    max-width:33.33%;
    padding-left:20px;
    padding-right:20px;
    display:-ms-flexbox;
    display:flex
}
.btn-group{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align:center;
    align-items:center
}
.btn-group-item{
    margin-top:20px;
    line-height:1
}
.btn-group-item:not(:last-child){
    margin-right:20px
}
.btn{
    position:relative;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:center;
    justify-content:center;
    vertical-align:middle;
    margin:0;
    font-family:Sohne-Buch,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight:400;
    text-align:center;
    text-decoration:none;
    text-transform:none;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;
    border:2px solid #EBECEC;
    border-radius:3px;
    max-width:100%;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
    box-shadow:none;
    text-shadow:none;
    background-image:none;
    background-color:#EBECEC;
    color:#595B60;
    letter-spacing:normal;
    font-size:15px;
    line-height:20px;
    padding:8px 15px 8px;
    transition:color .2s ease,background-color .2s ease,border-color .2s ease,opacity .2s ease;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap
}
.btn:hover{
    text-decoration:none
}
.btn:focus{
    outline:0;
    box-shadow:none
}
.btn:not(:disabled):not(.disabled):active,.btn:not(:disabled):not(.disabled):focus,.btn:not(:disabled):not(.disabled):hover{
    background-color:#9A9B9F;
    color:#fff;
    border-color:#9A9B9F
}
.btn.disabled,.btn[disabled]{
    cursor:default;
    pointer-events:none;
    opacity:.4
}
.btn>span{
    display:block
}
.btn>span+span{
    margin-left:15px
}
.btn>span[class^=ic]{
    position:relative;
    height:2px;
    line-height:1
}
.btn>span[class^=ic]:before{
    display:block;
    position:relative;
    top:50%;
    transform:translateY(-50%)
}
.btn-default{
    min-width:180px;
    border-color:#FF8450;
    background-color:#FF8450;
    color:#fff
}
.btn-default:not(:disabled):not(.disabled):active,.btn-default:not(:disabled):not(.disabled):focus,.btn-default:not(:disabled):not(.disabled):hover{
    border-color:#e76a34;
    background-color:#e76a34;
    color:#fff
}
.btn-default.btn--light,.btn-default.btn--light:not(:disabled):not(.disabled):active,.btn-default.btn--light:not(:disabled):not(.disabled):focus,.btn-default.btn--light:not(:disabled):not(.disabled):hover{
    border-color:#fff;
    background-color:#fff;
    color:#0C0C62
}
.btn-default.btn--dark,.btn-default.btn--dark:not(:disabled):not(.disabled):active,.btn-default.btn--dark:not(:disabled):not(.disabled):focus,.btn-default.btn--dark:not(:disabled):not(.disabled):hover{
    border-color:#000;
    background-color:#000;
    color:#fff
}
.btn-index{
    min-width:180px;
    background-color:transparent;
    color:#B67965;
    border-color:#F0E3DE
}
.btn-index:not(:disabled):not(.disabled):active,.btn-index:not(:disabled):not(.disabled):focus,.btn-index:not(:disabled):not(.disabled):hover{
    background-color:#F0E3DE;
    color:#B67965;
    border-color:#F0E3DE
}
.btn-index.btn--light{
    background-color:transparent;
    border-color:#fff;
    color:#fff
}
.btn-index.btn--light:not(:disabled):not(.disabled):active,.btn-index.btn--light:not(:disabled):not(.disabled):focus,.btn-index.btn--light:not(:disabled):not(.disabled):hover{
    background-color:rgba(255,255,255,.3);
    border-color:#fff;
    color:#fff
}
.btn-index.btn--dark,.btn-index.btn--dark:not(:disabled):not(.disabled):active,.btn-index.btn--dark:not(:disabled):not(.disabled):focus,.btn-index.btn--dark:not(:disabled):not(.disabled):hover{
    background-color:transparent;
    border-color:#000;
    color:#000
}
.btn-link{
    padding:0;
    background-color:transparent;
    border:none;
    border-radius:0;
    color:#B67965;
    text-decoration:none;
    font-size:20px;
    line-height:30px
}
.btn-link:not(:disabled):not(.disabled):active,.btn-link:not(:disabled):not(.disabled):focus,.btn-link:not(:disabled):not(.disabled):hover{
    background-color:transparent;
    color:#B67965;
    text-decoration:underline
}
.btn--block{
    display:-ms-flexbox;
    display:flex;
    width:100%
}
.btn--lg{
    padding-top:13px;
    padding-bottom:13px;
    min-width:280px
}
.btn--lg>span+span{
    margin-left:20px
}
.btn--lg>span[class^=ic]{
    font-size:20px
}
.lnk-group{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align:center;
    align-items:center
}
.lnk-group-item{
    margin-top:20px;
    line-height:1
}
.lnk-group-item:not(:last-child){
    margin-right:40px
}
.lnk{
    display:-ms-inline-flexbox;
    display:inline-flex;
    vertical-align:top;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center;
    text-decoration:none;
    color:#595B60;
    font-size:12px;
    line-height:20px;
    transition:none
}
.lnk.dark{
    color:#000
}
.lnk.light{
    color:#fff
}
.lnk span{
    display:block
}
.lnk span+span{
    margin-left:15px
}
.lnk span:not(.icon){
    transition:transform .2s ease,color .2s ease
}
.lnk span.icon{
    position:relative;
    top:-1px;
    min-width:20px
}
.lnk span.icon:before{
    content:' ';
    display:inline-block;
    font-size:10px;
    background-image:url(../images/sprite_svg.svg);
    background-repeat:no-repeat;
    background-size:7.6812em 141.6em;
    display:block
}
.no-svg .lnk span.icon:before{
    background-image:url(../images/sprite_svg.png)
}
.lnk.calendar .icon:before{
    background-position:-.2em -38.2em;
    width:1.8em;
    height:2em
}
.lnk.calendar.dark .icon:before{
    background-position:-.2em -40.6em;
    width:1.8em;
    height:2em
}
.lnk.calendar.light .icon:before{
    background-position:-.2em -43em;
    width:1.8em;
    height:2em
}
.lnk.notification .icon:before{
    background-position:-.2em -87em;
    width:2em;
    height:2em
}
.lnk.notification.dark .icon:before{
    background-position:-.2em -89.4em;
    width:2em;
    height:2em
}
.lnk.notification.light .icon:before{
    background-position:-.2em -91.8em;
    width:2em;
    height:2em
}
.lnk.share .icon{
    top:-2px
}
.lnk.share .icon:before{
    background-position:-.2em -110.10000000000001em;
    width:1.8em;
    height:2.2em
}
.lnk.share.dark .icon:before{
    background-position:-.2em -112.7em;
    width:1.8em;
    height:2.2em
}
.lnk.share.light .icon:before{
    background-position:-.2em -115.3em;
    width:1.8em;
    height:2.2em
}
.lnk.like .icon:before{
    background-position:-.2em -70.4em;
    width:2em;
    height:1.8em
}
.lnk.like.dark .icon:before{
    background-position:-.2em -74.8em;
    width:2em;
    height:1.8em
}
.lnk.like.like-active .icon:before{
    background-position:-.2em -72.60000000000001em;
    width:2em;
    height:1.8em
}
.lnk.like.light .icon:before{
    background-position:-.2em -77em;
    width:2em;
    height:1.8em
}
.lnk.info .icon:before{
    background-position:-.2em -79.2em;
    width:1.6em;
    height:2.2em
}
.lnk.info.dark .icon:before{
    background-position:-.2em -81.8em;
    width:1.6em;
    height:2.2em
}
.lnk.info.light .icon:before{
    background-position:-.2em -84.4em;
    width:1.6em;
    height:2.2em
}
.lnk.all .icon:before{
    background-position:-.2em -.2em;
    width:1.8em;
    height:1.8em
}
.lnk.all.dark .icon:before{
    background-position:-.2em -2.4000000000000004em;
    width:1.8em;
    height:1.8em
}
.lnk.all.light .icon:before{
    background-position:-.2em -4.6000000000000005em;
    width:1.8em;
    height:1.8em
}
a.lnk:hover{
    text-decoration:none
}
a.lnk:hover span:not(.icon){
    transform:translateX(5px)
}
a.lnk:hover:not(.dark):not(.light){
    color:#000
}
a.lnk:hover:not(.dark):not(.light).calendar .icon:before{
    background-position:-.2em -40.6em;
    width:1.8em;
    height:2em
}
a.lnk:hover:not(.dark):not(.light).notification .icon:before{
    background-position:-.2em -89.4em;
    width:2em;
    height:2em
}
a.lnk:hover:not(.dark):not(.light).share .icon:before{
    background-position:-.2em -112.7em;
    width:1.8em;
    height:2.2em
}
a.lnk:hover:not(.dark):not(.light).like .icon:before{
    background-position:-.2em -72.60000000000001em;
    width:2em;
    height:1.8em
}
a.lnk:hover:not(.dark):not(.light).info .icon:before{
    background-position:-.2em -81.8em;
    width:1.6em;
    height:2.2em
}
a.lnk:hover:not(.dark):not(.light).all .icon:before{
    background-position:-.2em -2.4000000000000004em;
    width:1.8em;
    height:1.8em
}
.form-group+.form-group{
    margin-top:20px
}
.form-checkbox+.form-checkbox,.form-checkbox+.form-radiobox,.form-checkbox+.form-text,.form-group+.form-checkbox,.form-group+.form-radiobox,.form-group+.form-text,.form-radiobox+.form-checkbox,.form-radiobox+.form-radiobox,.form-radiobox+.form-text,.form-text+.form-checkbox,.form-text+.form-radiobox,.form-text+.form-text{
    margin-top:40px
}
.form-text{
    font-size:12px;
    line-height:20px
}
.form-control+.form-control{
    margin-top:20px
}
.form-control-row{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    margin-left:-10px;
    margin-right:-10px
}
.form-control-col{
    -ms-flex:auto;
    flex:auto;
    max-width:50%;
    padding-left:10px;
    padding-right:10px
}
.form-control-col.col-5{
    max-width:5%
}
.form-control-col.col-10{
    max-width:10%
}
.form-control-col.col-15{
    max-width:15%
}
.form-control-col.col-20{
    max-width:20%
}
.form-control-col.col-25{
    max-width:25%
}
.form-control-col.col-30{
    max-width:30%
}
.form-control-col.col-35{
    max-width:35%
}
.form-control-col.col-40{
    max-width:40%
}
.form-control-col.col-45{
    max-width:45%
}
.form-control-col.col-50{
    max-width:50%
}
.form-control-col.col-55{
    max-width:55%
}
.form-control-col.col-60{
    max-width:60%
}
.form-control-col.col-65{
    max-width:65%
}
.form-control-col.col-70{
    max-width:70%
}
.form-control-col.col-75{
    max-width:75%
}
.form-control-col.col-80{
    max-width:80%
}
.form-control-col.col-85{
    max-width:85%
}
.form-control-col.col-90{
    max-width:90%
}
.form-control-col.col-95{
    max-width:95%
}
.form-control-col.col-100{
    max-width:100%
}
.form-select{
    position:relative
}
.form-select:before{
    content:'';
    display:block;
    position:absolute;
    right:15px;
    top:50%;
    transform:translateY(-50%);
    margin-top:1px;
    border:6px solid transparent;
    border-top:8px solid #9A9B9F;
    border-bottom:none
}
.form-select .inp{
    padding-right:40px
}
.inp{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    display:block;
    width:100%;
    height:40px;
    border:1px solid #D8D8DA;
    border-radius:3px;
    background:#fff;
    color:#595B60;
    font-family:Sohne-Buch,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:20px;
    line-height:30px;
    font-weight:400;
    letter-spacing:normal;
    padding:4px 20px 4px;
    text-transform:none;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap
}
.inp:-moz-placeholder{
    color:#707070;
    opacity:1
}
.inp::-moz-placeholder{
    color:#707070;
    opacity:1
}
.inp:-ms-input-placeholder{
    color:#707070
}
.inp::-webkit-input-placeholder{
    color:#707070
}
.inp.disabled,.inp[disabled]{
    background:#f6f6f6
}
select.inp.placeholder{
    color:#707070
}
textarea.inp{
    resize:vertical;
    min-height:180px
}
.form-part+.form-part{
    margin-top:80px
}
.form-checkbox,.form-radiobox{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:start;
    align-items:flex-start
}
.form-checkbox .box-label,.form-radiobox .box-label{
    position:relative;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:start;
    align-items:flex-start;
    margin:0;
    cursor:pointer;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.form-checkbox .box-label+.box-text,.form-radiobox .box-label+.box-text{
    margin-left:20px
}
.form-checkbox input[type=checkbox],.form-checkbox input[type=radio],.form-radiobox input[type=checkbox],.form-radiobox input[type=radio]{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    position:absolute;
    top:0;
    left:0;
    width:0;
    height:0;
    opacity:0;
    z-index:-1
}
.form-checkbox input[type=checkbox]:checked~.box-view:before,.form-checkbox input[type=radio]:checked~.box-view:before,.form-radiobox input[type=checkbox]:checked~.box-view:before,.form-radiobox input[type=radio]:checked~.box-view:before{
    opacity:1
}
.form-checkbox .box-view,.form-radiobox .box-view{
    position:relative;
    width:20px;
    min-width:20px;
    height:20px;
    border:1px solid #D8D8DA;
    font-size:10px;
    line-height:1;
    color:#000
}
.form-checkbox .box-view:before,.form-radiobox .box-view:before{
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    opacity:0;
    transition:opacity .2s ease
}
.form-checkbox .box-view+.box-text,.form-radiobox .box-view+.box-text{
    margin-left:20px
}
.form-checkbox .box-text,.form-radiobox .box-text{
    color:#707070;
    font-size:15px;
    line-height:20px
}
.form-checkbox .box-view:before{
    content:""
}
.form-radiobox .box-view{
    border-radius:50%
}
.form-radiobox .box-view:before{
    content:'';
    width:10px;
    height:10px;
    background:#000;
    border-radius:50%
}
.page-section.home-spotlight .s-title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:none;
    font-size:22px;
    line-height:30px;
    color:#B67965;
    letter-spacing:normal;
    margin-bottom:50px
}
.page-section.home-products .s-col:first-child .s-subtitle{
    display:block
}
.page-section.home-products .s-col:first-child .s-subtitle+.s-title{
    margin-top:-18px
}
.page-section.home-products .prod-list{
    margin-top:60px
}
.page-section.home-products .prod-list .list-item{
    border-bottom:1px solid #DAB8AD;
    font-size:40px;
    line-height:50px;
    color:#000
}
.page-section.home-products .prod-list .list-item.hover a:before{
    transform:translate(0,-50%);
    opacity:1
}
.page-section.home-products .prod-list .list-item a{
    position:relative;
    display:block;
    color:inherit;
    text-decoration:none;
    padding:10px 40px 10px 0
}
.page-section.home-products .prod-list .list-item a:before{
    content:' ';
    display:inline-block;
    font-size:10px;
    background-image:url(../images/sprite_svg.svg);
    background-repeat:no-repeat;
    background-size:7.6812em 141.6em;
    background-position:-.2em -13.799999999999999em;
    width:3.0477000000000003em;
    height:2.0601em;
    display:block;
    position:absolute;
    right:0;
    top:50%;
    transform:translate(-20px,-50%);
    opacity:0;
    transition:opacity .3s ease,transform .3s ease
}
.no-svg .page-section.home-products .prod-list .list-item a:before{
    background-image:url(../images/sprite_svg.png)
}
.page-section.home-products .prod-carousel{
    position:relative;
    overflow:hidden
}
.page-section.home-products .prod-carousel.initialized .nav-next:not(.swiper-button-disabled),.page-section.home-products .prod-carousel.initialized .nav-prev:not(.swiper-button-disabled){
    opacity:1
}
.page-section.home-products .carousel-slider{
    position:relative
}
.page-section.home-products .carousel-slider:before{
    content:'';
    display:none;
    padding-bottom:121.21%
}
.page-section.home-products .slide-image{
    position:relative;
    display:block;
    text-decoration:none
}
.page-section.home-products .slide-image:before{
    content:'';
    display:none;
    padding-bottom:121.21%
}
.page-section.home-products .slide-image img{
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit:cover
}
.page-section.home-products .slide-title{
    color:#000;
    font-size:25px;
    line-height:30px;
    margin-top:20px
}
.page-section.home-products .slide-title a{
    color:inherit;
    text-decoration:none
}
.page-section.home-products .carousel-controls{
    position:relative;
    z-index:2;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.page-section.home-products .carousel-controls .controls-wrap{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:end;
    align-items:flex-end
}
.page-section.home-products .carousel-link{
    margin-bottom:50px
}
.page-section.home-products .carousel-link a{
    font-family:Sohne-Leicht,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    display:block;
    padding-top:2px;
    font-size:22px;
    line-height:28px
}
.page-section.home-products .carousel-nav{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    margin-left:20px;
    margin-bottom:50px
}
.touch-enabled .page-section.home-products .carousel-nav{
    display:none
}
.page-section.home-products .nav-next,.page-section.home-products .nav-prev{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:center;
    justify-content:center;
    width:20px;
    height:30px;
    padding:0;
    text-decoration:none;
    border:none;
    background:0 0;
    opacity:.4;
    transition:opacity .4s ease
}
.page-section.home-products .nav-next:before,.page-section.home-products .nav-prev:before{
    content:' ';
    display:inline-block;
    font-size:10px;
    background-image:url(../images/sprite_svg.svg);
    background-repeat:no-repeat;
    background-size:7.6812em 141.6em
}
.no-svg .page-section.home-products .nav-next:before,.no-svg .page-section.home-products .nav-prev:before{
    background-image:url(../images/sprite_svg.png)
}
.page-section.home-products .nav-next.swiper-button-disabled,.page-section.home-products .nav-prev.swiper-button-disabled{
    cursor:default
}
.page-section.home-products .nav-next.swiper-button-lock,.page-section.home-products .nav-prev.swiper-button-lock{
    display:none
}
.page-section.home-products .nav-prev:before{
    background-position:-.2em -45.400000000000006em;
    width:1.0812em;
    height:1.7408000000000001em
}
.page-section.home-products .nav-next{
    margin-left:10px
}
.page-section.home-products .nav-next:before{
    background-position:-.2em -47.6em;
    width:1.0812em;
    height:1.7408000000000001em
}
.page-section.home-products .carousel-pagination{
    padding:40px 0 0;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.page-section.home-products .carousel-pagination .swiper-pagination-bullet{
    width:6px;
    height:6px;
    border-radius:50%;
    background:rgba(216,216,218,.5);
    transition:background-color .3s ease;
    margin-top:3px;
    margin-bottom:3px;
    margin-right:15px;
    opacity:1
}
.page-section.home-products .carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:#9A9B9F
}
.g-audio{
    position:-webkit-sticky;
    position:sticky;
    z-index:997;
    bottom:0;
    background:#EBECEC;
    color:#707070;
    font-size:15px;
    line-height:25px;
    width:100%;
    height:0;
    overflow:hidden;
    transition:height .4s ease;
    box-shadow:0 -2px 20px 0 rgba(51,51,51,.05)
}
.g-audio .a-track{
    position:absolute;
    z-index:-1;
    left:0;
    top:0;
    width:0;
    height:0;
    overflow:hidden;
    opacity:0
}
.g-audio .a-close{
    position:absolute;
    left:20px;
    top:50%;
    transform:translateY(-50%)
}
.g-audio .a-close .close-btn{
    position:relative;
    display:block;
    text-decoration:none;
    border:0;
    padding:0;
    background:0 0
}
.g-audio .a-close .close-btn:before{
    content:' ';
    display:inline-block;
    font-size:10px;
    background-image:url(../images/sprite_svg.svg);
    background-repeat:no-repeat;
    background-size:7.6812em 141.6em;
    background-position:-.2em -30.8em;
    width:1.3707em;
    height:1.3707em;
    display:block
}
.no-svg .g-audio .a-close .close-btn:before{
    background-image:url(../images/sprite_svg.png)
}
.g-audio .a-wrap{
    position:relative;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-pack:justify;
    justify-content:space-between;
    height:80px;
    padding-left:100px
}
.g-audio .a-controls{
    height:100%;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center
}
.g-audio .a-controls .back-btn,.g-audio .a-controls .forward-btn,.g-audio .a-controls .play-btn{
    display:block;
    text-decoration:none;
    border:none;
    background:0 0;
    padding:0;
    color:#9A9B9F
}
.g-audio .a-controls .back-btn,.g-audio .a-controls .forward-btn{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center
}
.g-audio .a-controls .back-btn span,.g-audio .a-controls .forward-btn span{
    display:block
}
.g-audio .a-controls .back-btn span+span,.g-audio .a-controls .forward-btn span+span{
    margin-left:10px
}
.g-audio .a-controls .back-btn span:before,.g-audio .a-controls .forward-btn span:before{
    display:block
}
.g-audio .a-controls .play-btn{
    position:relative;
    width:40px;
    height:40px;
    border-radius:50%;
    padding:0;
    margin:0 15px
}
.g-audio .a-controls .play-btn:after,.g-audio .a-controls .play-btn:before{
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%)
}
.g-audio .a-controls .play-btn:before{
    display:block;
    border:15px solid transparent;
    border-left:28px solid currentColor;
    border-right:none;
    margin-left:2px
}
.g-audio .a-controls .play-btn:after{
    display:none
}
.audio-played .g-audio .a-controls .play-btn:after,.audio-played .g-audio .a-controls .play-btn:before{
    display:block;
    width:5px;
    height:30px;
    background:currentColor;
    border:none
}
.audio-played .g-audio .a-controls .play-btn:before{
    margin-left:-6px
}
.audio-played .g-audio .a-controls .play-btn:after{
    margin-left:6px
}
.g-audio .a-timeline{
    height:100%;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex:auto;
    flex:auto;
    max-width:800px;
    padding:0 60px
}
.g-audio .a-timeline .timeline-bar{
    position:relative;
    -ms-flex:1;
    flex:1;
    height:2px;
    background:rgba(112,112,112,.5);
    margin:0 40px;
    cursor:pointer
}
.g-audio .a-timeline .timeline-bar span{
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:0;
    height:100%;
    background:#000;
    pointer-events:none
}
.g-audio .a-timeline .timeline-current,.g-audio .a-timeline .timeline-time{
    min-width:44px;
    text-align:center
}
.g-audio .a-info{
    height:100%;
    -ms-flex:0 0 400px;
    flex:0 0 400px;
    max-width:400px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center
}
.g-audio .a-info .info-preview{
    position:relative;
    -ms-flex:0 0 80px;
    flex:0 0 80px;
    max-width:80px;
    height:100%
}
.g-audio .a-info .info-preview img{
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    left:0;
    top:0;
    object-fit:cover
}
.g-audio .a-info .info-description{
    -ms-flex:0 0 calc(100% - 80px);
    flex:0 0 calc(100% - 80px);
    max-width:calc(100% - 80px);
    padding-left:40px
}
.g-audio .a-info .info-title{
    color:#000;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap
}
.g-audio .a-info .info-text{
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap
}
.js-audio-button{
    position:absolute;
    z-index:1;
    left:0;
    top:0;
    width:50px;
    height:50px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:center;
    justify-content:center;
    background:#3B185C;
    cursor:pointer
}
.js-audio-button span{
    position:relative;
    display:block;
    width:32px;
    height:32px;
    background:#fff;
    border-radius:50%
}
.js-audio-button span:after,.js-audio-button span:before{
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%)
}
.js-audio-button span:before{
    display:block;
    border:8px solid transparent;
    border-left:14px solid #3B185C;
    border-right:none;
    margin-left:2px
}
.js-audio-button span:after{
    display:none
}
.js-audio-button.played span:after,.js-audio-button.played span:before{
    display:block;
    width:3px;
    height:14px;
    background:#3B185C;
    border:none
}
.js-audio-button.played span:before{
    margin-left:-3px
}
.js-audio-button.played span:after{
    margin-left:3px
}
.products-other .other-line+.other-line{
    margin-top:40px
}
.products-other .other-row{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-left:-20px;
    margin-right:-20px
}
.products-other .other-col{
    -ms-flex:0 0 33.33%;
    flex:0 0 33.33%;
    max-width:33.33%;
    padding-left:20px;
    padding-right:20px;
    display:-ms-flexbox;
    display:flex
}
.thumbnail{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#000;
    overflow:hidden;
    pointer-events:none
}
.thumbnail.initialized.hover .thumb-video__item{
    opacity:1;
    transition:opacity .3s linear
}
.thumbnail.hover .thumb-image img{
    transform:scale(1.1)
}
.thumbnail.hover .thumb-preview{
    opacity:1
}
.thumbnail .thumb-image{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%
}
.thumbnail .thumb-image img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .3s linear
}
.thumbnail .thumb-preview{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:0;
    transition:opacity .3s linear
}
.thumbnail .thumb-preview img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover
}
.thumbnail .thumb-video{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%
}
.thumbnail .thumb-video:before{
    content:' ';
    display:inline-block;
    font-size:10px;
    background-image:url(../images/sprite_svg.svg);
    background-repeat:no-repeat;
    background-size:7.6812em 141.6em;
    background-position:-.2em -94.2em;
    width:7.2812em;
    height:7.2812em;
    position:absolute;
    z-index:2;
    left:20px;
    top:20px;
    font-size:8.25px
}
.no-svg .thumbnail .thumb-video:before{
    background-image:url(../images/sprite_svg.png)
}
.thumbnail .thumb-video:after{
    content:'';
    display:block;
    position:absolute;
    z-index:3;
    left:0;
    top:0;
    width:100%;
    height:100%
}
.thumbnail .thumb-video__item{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:0
}
.thumbnail .thumb-video__item video{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover
}
.thumbnail .video-vimeo,.thumbnail .video-youtube{
    position:relative;
    width:100%;
    height:100%
}
.thumbnail .video-vimeo iframe,.thumbnail .video-youtube iframe{
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
    height:100%
}
.pagination{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin-left:-10px;
    margin-right:-10px
}
.pagination .pagination-item{
    font-size:15px;
    line-height:20px;
    color:#707070;
    padding:0 10px;
    min-width:40px
}
.pagination .pagination-item.active{
    color:#B67965
}
.pagination .pagination-item.active>a,.pagination .pagination-item.active>span{
    border-color:#B67965
}
.pagination .pagination-item.prev{
    padding-right:20px
}
.pagination .pagination-item.next{
    padding-left:20px
}
.pagination .pagination-item>a,.pagination .pagination-item>span{
    display:block;
    text-decoration:none;
    text-align:center;
    padding:5px 0;
    color:inherit;
    border-bottom:1px solid transparent
}
.pagination .pagination-item>a:hover{
    color:#B67965
}
.mark-date{
    position:absolute;
    right:20px;
    top:20px;
    border:1px solid #D8D8DA;
    border-radius:3px;
    background:#fff;
    width:80px;
    text-align:center;
    text-transform:uppercase
}
.mark-date .date-month{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px;
    padding-top:14px;
    padding-bottom:14px
}
.mark-date .date-month+.date-number{
    border-top:1px solid #D8D8DA
}
.mark-date .date-number{
    font-family:SohneSchmal-Halbfett,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:30px;
    line-height:30px;
    letter-spacing:.25px;
    padding-top:14px;
    padding-bottom:15px;
    color:#000
}
.card-article{
    display:block;
    text-decoration:none;
    position:relative;
    background:#F5F5F5;
    width:100%;
    padding-bottom:142.11%;
    overflow:hidden;
    color:inherit;
    transition:background-color .3s ease
}
.card-article:hover{
    color:inherit
}
.touch-disabled .card-article:hover .c-text,.touch-disabled .card-article:hover .c-title{
    transform:translateY(-5px)
}
.touch-disabled .card-article:hover.preview-full .c-subtitle,.touch-disabled .card-article:hover.preview-full .c-text,.touch-disabled .card-article:hover.preview-full .c-title{
    transform:translateY(-8px)
}
.card-article .c-wrap{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column
}
.card-article .c-preview{
    -ms-flex:auto;
    flex:auto;
    position:relative;
    display:block;
    text-decoration:none
}
.card-article .c-description{
    position:relative;
    padding:40px 20px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:justify;
    justify-content:space-between;
    min-height:320px
}
.card-article .c-part+.c-part{
    margin-top:30px
}
.card-article .c-subtitle{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px;
    margin-bottom:20px;
    transition:transform .3s ease
}
.card-article .c-title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:22px;
    line-height:30px;
    letter-spacing:normal;
    color:#000;
    margin-bottom:10px;
    transition:transform .3s ease
}
.card-article .c-text{
    font-size:15px;
    line-height:25px;
    color:#707070;
    overflow:hidden;
    max-height:75px;
    transition:transform .3s ease
}
.card-article .c-info{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    font-size:12px;
    line-height:20px
}
.card-article .c-info .icon-mic{
    margin-right:15px
}
.card-article .c-info .icon-mic:before{
    content:' ';
    display:inline-block;
    font-size:10px;
    background-image:url(../images/sprite_svg.svg);
    background-repeat:no-repeat;
    background-size:7.6812em 141.6em;
    background-position:-.2em -79.2em;
    width:1.6em;
    height:2.2em;
    display:block
}
.no-svg .card-article .c-info .icon-mic:before{
    background-image:url(../images/sprite_svg.png)
}
.card-article.type-1{
    background:#DBBCA9
}
.card-article.type-1 .mark-date .date-number{
    color:#FF8450
}
.card-article.type-2{
    background:rgba(255,132,80,.3)
}
.card-article.type-2:hover{
    background:#F0E3DE
}
.card-article.size-md{
    padding-bottom:200%
}
.card-article.size-lg{
    padding-bottom:135%
}
.card-article.preview-full{
    color:#fff
}
.card-article.preview-full .c-preview{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%
}
.card-article.preview-full .c-description{
    margin-top:auto
}
.card-article.preview-full .c-subtitle,.card-article.preview-full .c-text,.card-article.preview-full .c-title{
    color:inherit
}
.card-article.preview-full .c-title{
    font-family:SohneSchmal-Halbfett,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:60px;
    line-height:1;
    letter-spacing:.1px
}
.card-article.preview-full .c-info .icon-mic:before{
    background-position:-.2em -84.4em;
    width:1.6em;
    height:2.2em
}
.card-film{
    -ms-flex:1;
    flex:1;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:justify;
    justify-content:space-between;
    text-decoration:none
}
.card-film .c-part+.c-part{
    margin-top:30px
}
.card-film .c-preview{
    position:relative;
    display:block;
    text-decoration:none;
    margin-bottom:40px
}
.card-film .c-preview:before{
    content:'';
    display:block;
    padding-bottom:56.25%
}
.card-film .c-subtitle{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px;
    margin-bottom:10px
}
.card-film .c-title{
    display:block;
    text-decoration:none;
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:22px;
    line-height:30px;
    letter-spacing:normal;
    color:#000;
    margin-bottom:10px
}
.card-film .c-text{
    font-size:15px;
    line-height:25px;
    color:#707070
}
.card-film .c-share{
    border-top:1px solid #DAB8AD
}
.card-event{
    -ms-flex:1;
    flex:1;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column;
    background:#F5F5F5
}
.touch-disabled .card-event:hover .c-text,.touch-disabled .card-event:hover .c-title{
    transform:translateY(-5px)
}
.card-event.type-1{
    background:rgba(255,132,80,.3)
}
.card-event.type-1 .mark-date .date-number{
    color:#FF8450
}
.card-event.type-2{
    background:#F0E3DE
}
.card-event .c-preview{
    position:relative;
    display:block;
    text-decoration:none
}
.card-event .c-preview:before{
    content:'';
    display:block;
    padding-bottom:56.25%
}
.card-event .c-description{
    -ms-flex:auto;
    flex:auto;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:20px 60px 40px
}
.card-event .c-part{
    padding:20px 0
}
.card-event .c-part+.c-part{
    border-top:1px solid #DAB8AD;
    margin-top:20px
}
.card-event .c-subtitle{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px;
    margin-bottom:20px
}
.card-event .c-title{
    display:block;
    text-decoration:none;
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:22px;
    line-height:30px;
    letter-spacing:normal;
    color:#000;
    margin-bottom:12px;
    transition:transform .3s ease
}
.card-event .c-text{
    font-size:18px;
    line-height:25px;
    transition:transform .3s ease;
    color:#595B60
}
.card-event .c-info{
    margin-top:40px
}
.card-event .c-info .info-item{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    font-size:15px;
    line-height:25px
}
.card-event .c-info .item-ttl{
    color:#000;
    -ms-flex:0 0 100px;
    flex:0 0 100px;
    max-width:100px
}
.card-event .c-info .item-txt{
    color:#707070
}
.card-event .c-controls{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align:center;
    align-items:center
}
.card-event .c-controls .control-buttons{
    margin-right:40px
}
.card-event.in-carousel{
    background:#fff
}
.card-event.in-carousel .c-preview:before{
    padding-bottom:61.6%
}
.card-event.in-carousel .c-info .info-item{
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.card-event.in-carousel .c-info .item-ttl,.card-event.in-carousel .c-info .item-txt{
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
}
.carousel{
    overflow:hidden;
    opacity:0;
    transition:opacity .4s ease
}
.carousel.initialized{
    opacity:1
}
.carousel.initialized .carousel-title .swiper-slide{
    transition:all .4s ease
}
.carousel.initialized .nav-next:not(.swiper-button-disabled),.carousel.initialized .nav-prev:not(.swiper-button-disabled){
    opacity:1
}
.carousel.locked .nav-next,.carousel.locked .nav-prev{
    pointer-events:none
}
.carousel.resizable .carousel-title{
    opacity:0;
    transition:none
}
.carousel .carousel-heading{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:none;
    font-size:22px;
    line-height:30px;
    color:#B67965;
    letter-spacing:normal;
    margin-bottom:50px
}
.carousel .carousel-title{
    margin-left:-20px;
    margin-right:-20px;
    margin-bottom:50px;
    transition:opacity .4s ease
}
.carousel .carousel-title:not(.swiper-container-initialized) .swiper-slide{
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
}
.carousel .carousel-title .swiper-slide{
    padding-left:20px;
    padding-right:20px;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%;
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:none;
    font-size:22px;
    line-height:30px;
    color:#B67965;
    letter-spacing:normal
}
.carousel .carousel-title .swiper-slide.x-1{
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%
}
.carousel .carousel-title .swiper-slide.x-2{
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
}
.carousel .carousel-title .swiper-slide.x-3{
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%
}
.carousel .carousel-title .swiper-slide.x-4{
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
}
.carousel .carousel-title .swiper-slide.x-5{
    -ms-flex:0 0 125%;
    flex:0 0 125%;
    max-width:125%
}
.carousel .carousel-title .swiper-slide.x-6{
    -ms-flex:0 0 150%;
    flex:0 0 150%;
    max-width:150%
}
.carousel .carousel-title .swiper-slide.x-7{
    -ms-flex:0 0 175%;
    flex:0 0 175%;
    max-width:175%
}
.carousel .carousel-title .swiper-slide.x-8{
    -ms-flex:0 0 200%;
    flex:0 0 200%;
    max-width:200%
}
.carousel .carousel-title .swiper-slide.x-9{
    -ms-flex:0 0 225%;
    flex:0 0 225%;
    max-width:225%
}
.carousel .carousel-title .swiper-slide.x-10{
    -ms-flex:0 0 250%;
    flex:0 0 250%;
    max-width:250%
}
.carousel .carousel-title .swiper-slide.x-11{
    -ms-flex:0 0 275%;
    flex:0 0 275%;
    max-width:275%
}
.carousel .carousel-title .swiper-slide.x-12{
    -ms-flex:0 0 300%;
    flex:0 0 300%;
    max-width:300%
}
.carousel .carousel-title .swiper-slide.x-13{
    -ms-flex:0 0 325%;
    flex:0 0 325%;
    max-width:325%
}
.carousel .carousel-title .swiper-slide.x-14{
    -ms-flex:0 0 350%;
    flex:0 0 350%;
    max-width:350%
}
.carousel .carousel-title .swiper-slide.x-15{
    -ms-flex:0 0 375%;
    flex:0 0 375%;
    max-width:375%
}
.carousel .carousel-title .swiper-slide.x-16{
    -ms-flex:0 0 400%;
    flex:0 0 400%;
    max-width:400%
}
.carousel .carousel-title .swiper-slide.x-17{
    -ms-flex:0 0 425%;
    flex:0 0 425%;
    max-width:425%
}
.carousel .carousel-title .swiper-slide.x-18{
    -ms-flex:0 0 450%;
    flex:0 0 450%;
    max-width:450%
}
.carousel .carousel-title .swiper-slide.x-19{
    -ms-flex:0 0 475%;
    flex:0 0 475%;
    max-width:475%
}
.carousel .carousel-title .swiper-slide.x-20{
    -ms-flex:0 0 500%;
    flex:0 0 500%;
    max-width:500%
}
.carousel .carousel-title .swiper-slide.type-1{
    color:#FF8450
}
.carousel .carousel-slider{
    margin-left:-20px;
    margin-right:-20px
}
.carousel .carousel-slider .swiper-slide{
    height:unset;
    display:-ms-flexbox;
    display:flex;
    padding-left:20px;
    padding-right:20px;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%
}
.carousel .carousel-controls{
    position:relative;
    z-index:2;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.carousel .carousel-controls .controls-wrap{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:end;
    align-items:flex-end
}
.carousel .carousel-controls+.carousel-heading,.carousel .carousel-controls+.carousel-title{
    margin-top:-80px
}
.carousel .carousel-link{
    margin-bottom:50px
}
.carousel .carousel-link a{
    font-family:Sohne-Leicht,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    display:block;
    padding-top:2px;
    font-size:22px;
    line-height:28px
}
.touch-enabled .carousel .carousel-link+.carousel-nav{
    display:none
}
.carousel .carousel-link+.carousel-nav .nav-next.swiper-button-lock,.carousel .carousel-link+.carousel-nav .nav-prev.swiper-button-lock{
    display:none
}
.carousel .carousel-nav{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    margin-bottom:50px
}
.touch-enabled .carousel .carousel-nav{
    visibility:hidden
}
.carousel .nav-next,.carousel .nav-prev{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:center;
    justify-content:center;
    width:20px;
    height:30px;
    padding:0;
    text-decoration:none;
    border:none;
    background:0 0;
    opacity:.4;
    transition:opacity .4s ease
}
.carousel .nav-next:before,.carousel .nav-prev:before{
    content:' ';
    display:inline-block;
    font-size:10px;
    background-image:url(../images/sprite_svg.svg);
    background-repeat:no-repeat;
    background-size:7.6812em 141.6em
}
.no-svg .carousel .nav-next:before,.no-svg .carousel .nav-prev:before{
    background-image:url(../images/sprite_svg.png)
}
.carousel .nav-next.swiper-button-disabled,.carousel .nav-prev.swiper-button-disabled{
    cursor:default
}
.carousel .nav-next.swiper-button-lock,.carousel .nav-prev.swiper-button-lock{
    visibility:hidden
}
.carousel .nav-prev{
    margin-left:20px
}
.carousel .nav-prev:before{
    background-position:-.2em -45.400000000000006em;
    width:1.0812em;
    height:1.7408000000000001em
}
.carousel .nav-next{
    margin-left:10px
}
.carousel .nav-next:before{
    background-position:-.2em -47.6em;
    width:1.0812em;
    height:1.7408000000000001em
}
.carousel-brands{
    overflow:hidden
}
.carousel-brands+.carousel-brands .carousel-title{
    border:none
}
.carousel-brands.initialized .carousel-pagination .swiper-pagination-bullet{
    display:block
}
.carousel-brands:last-child .carousel-pagination{
    border:none;
    padding-bottom:0
}
.carousel-brands .carousel-title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px;
    border-top:1px solid #DAB8AD;
    padding:40px 0
}
.carousel-brands .swiper-slide{
    -ms-flex:0 0 16.66%;
    flex:0 0 16.66%;
    max-width:16.66%;
    height:120px;
    padding:20px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:center;
    justify-content:center
}
.carousel-brands .brand-logo{
    display:block;
    text-decoration:none
}
.carousel-brands .brand-logo img{
    display:block;
    max-width:100%;
    max-height:100%
}
.carousel-brands .carousel-pagination{
    padding:40px 0;
    border-bottom:1px solid #DAB8AD;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.carousel-brands .carousel-pagination:before{
    content:'';
    display:block;
    height:12px;
    width:0
}
.carousel-brands .carousel-pagination .swiper-pagination-bullet{
    display:none;
    width:6px;
    height:6px;
    border-radius:50%;
    background:rgba(216,216,218,.5);
    transition:background-color .4s ease;
    margin-top:3px;
    margin-bottom:3px;
    margin-right:15px;
    opacity:1
}
.carousel-brands .carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:#9A9B9F
}
.lead-text{
    padding:140px 0
}
.lead-text .lead{
    max-width:1260px
}
.section-promo{
    position:relative;
    background:#000;
    color:#fff
}
.section-promo.align-top .s-wrap{
    -ms-flex-pack:start;
    justify-content:flex-start
}
.section-promo.align-bottom .s-wrap{
    -ms-flex-pack:end;
    justify-content:flex-end
}
.section-promo .s-bg{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:.7;
    overflow:hidden;
    clip:rect(0,auto,auto,0)
}
.section-promo .s-bg .bg-image{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    background-attachment:fixed
}
.section-promo .s-wrap{
    overflow:hidden;
    position:relative;
    left:0;
    top:0;
    width:100%;
    height:100%;
    padding:100px 0;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:center;
    justify-content:center;
    min-height:680px
}
.section-promo .s-brick{
    width:40px;
    height:15px;
    background:currentColor;
    margin-bottom:30px
}
.section-promo .s-subtitle{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px;
    color:inherit;
    margin-bottom:20px
}
.section-promo .s-title-custom{
    font-family:SohneSchmal-Halbfett,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:60px;
    line-height:1;
    margin-bottom:20px
}
.section-promo .s-title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:35px;
    line-height:40px;
    margin-bottom:20px;
    max-width:480px
}
.section-promo .s-text{
    max-width:460px
}
.section-promo .s-button{
    margin-top:40px
}
.section-promo .s-quote__text{
    position:relative;
    font-size:25px;
    line-height:30px
}
.section-promo .s-quote__text:before{
    content:'“';
    position:absolute;
    right:100%;
    top:0;
    margin-right:3px
}
.section-promo .s-quote__author{
    display:inline-block;
    margin-top:30px;
    border-top:1px solid currentColor;
    padding-top:30px;
    padding-right:40px
}
.section-promo .s-quote__author .author-name{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}
.section-promo .s-quote__author .author-title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px;
    color:inherit;
    margin-top:12px
}
.section-contact{
    padding:100px 0;
    background:#F0E3DE
}
.section-contact .s-list{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-left:-20px;
    margin-right:-20px
}
.section-contact .list-item{
    -ms-flex:0 0 33.33%;
    flex:0 0 33.33%;
    max-width:33.33%;
    padding-left:20px;
    padding-right:20px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.section-contact .item-image{
    width:50px;
    height:50px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:start;
    justify-content:flex-start;
    margin-bottom:30px
}
.section-contact .item-image img{
    display:block;
    max-width:100%;
    max-height:100%
}
.section-contact .item-title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px;
    margin-bottom:10px
}
.section-contact .item-text{
    color:#707070;
    max-width:280px
}
.section-contact .item-button{
    margin-top:20px
}
.section-contact .item-button .btn-index{
    border-color:#fff
}
.section-contact .item-button .btn-index:not(:disabled):not(.disabled):active,.section-contact .item-button .btn-index:not(:disabled):not(.disabled):focus,.section-contact .item-button .btn-index:not(:disabled):not(.disabled):hover{
    border-color:#fff;
    background-color:#fff
}
.page-section{
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover
}
.page-section:not(.bg):not(.bg-2):not(.bg-3):not(.dark):not(.dark-2):not(.dark-3)+.page-section:not(.bg):not(.bg-2):not(.bg-3):not(.dark):not(.dark-2):not(.dark-3):not(.no-border) .s-wrap{
    border-top:1px solid #DAB8AD
}
.page-section:not(.bg):not(.bg-2):not(.bg-3):not(.dark):not(.dark-2):not(.dark-3)+.page-section.no-border:not(.bg):not(.bg-2):not(.bg-3):not(.dark):not(.dark-2):not(.dark-3) .s-wrap{
    padding-top:0
}
.page-section.bg{
    background-color:#F8F1EE
}
.page-section.bg-2{
    background-color:#F0E3DE
}
.page-section.bg-3{
    background-color:#EBECEC
}
.page-section.bg .s-wrap,.page-section.bg-2 .s-wrap,.page-section.bg-3 .s-wrap{
    padding:100px 0
}
.page-section.bg .s-brands a.item-logo:hover,.page-section.bg-2 .s-brands a.item-logo:hover,.page-section.bg-3 .s-brands a.item-logo:hover{
    background-color:#fff
}
.page-section.dark{
    background-color:#000
}
.page-section.dark-2{
    background-color:#292929
}
.page-section.dark-3{
    background-color:#595B60
}
.page-section.dark,.page-section.dark-2,.page-section.dark-3{
    color:#fff
}
.page-section.dark .s-tile,.page-section.dark-2 .s-tile,.page-section.dark-3 .s-tile{
    color:inherit
}
.page-section.dark .s-tile .item-lead,.page-section.dark .s-tile .item-lead span,.page-section.dark .s-tile .item-lead sup,.page-section.dark .s-tile .item-text,.page-section.dark .s-tile .item-text span,.page-section.dark .s-tile .item-text sup,.page-section.dark-2 .s-tile .item-lead,.page-section.dark-2 .s-tile .item-lead span,.page-section.dark-2 .s-tile .item-lead sup,.page-section.dark-2 .s-tile .item-text,.page-section.dark-2 .s-tile .item-text span,.page-section.dark-2 .s-tile .item-text sup,.page-section.dark-3 .s-tile .item-lead,.page-section.dark-3 .s-tile .item-lead span,.page-section.dark-3 .s-tile .item-lead sup,.page-section.dark-3 .s-tile .item-text,.page-section.dark-3 .s-tile .item-text span,.page-section.dark-3 .s-tile .item-text sup{
    color:inherit
}
.page-section.dark .s-title,.page-section.dark-2 .s-title,.page-section.dark-3 .s-title{
    color:inherit
}
.page-section.dark .s-text,.page-section.dark-2 .s-text,.page-section.dark-3 .s-text{
    color:#EBECEC
}
.page-section.horizontal .s-preview{
    max-width:unset
}
.page-section.horizontal .s-preview:before{
    padding-bottom:62.5%
}
.page-section.outside{
    padding-bottom:200px
}
.page-section.outside.bg{
    padding-bottom:100px
}
.page-section.outside .s-wrap{
    padding-bottom:100px
}
.page-section.outside>.s-wrap:last-child{
    padding-bottom:0
}
.page-section.outside>.container:last-child .s-wrap{
    padding-bottom:0
}
.page-section .s-wrap{
    padding:200px 0
}
.page-section .s-part.s-part-full{
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:none
}
.page-section .s-preview{
    display:block;
    text-decoration:none;
    position:relative;
    width:100%;
    max-width:660px
}
.page-section .s-preview:before{
    content:'';
    display:block;
    padding-bottom:121.21%
}
.page-section .s-preview>img{
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit:cover
}
.page-section .s-subtitle{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:none;
    font-size:22px;
    line-height:30px;
    color:#B67965;
    letter-spacing:normal;
    margin-bottom:30px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.page-section .s-subtitle span{
    margin-right:30px;
    margin-top:5px;
    margin-bottom:10px
}
.page-section .s-subtitle+.s-title{
    margin-top:-18px
}
.page-section .s-title{
    color:#000;
    font-size:25px;
    line-height:30px;
    margin-bottom:30px
}
.page-section .s-text{
    color:#707070
}
.page-section .s-text ol:not([class])>li,.page-section .s-text ul:not([class])>li{
    display:block
}
.page-section .s-text ol:not([class])>li::before,.page-section .s-text ul:not([class])>li::before{
    display:inline-block
}
.page-section .s-text>:last-child{
    margin-bottom:0
}
.page-section .s-buttons{
    margin-top:30px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.page-section .s-buttons .btn{
    margin-top:20px
}
.page-section .s-buttons .btn:not(:last-child){
    margin-right:20px
}
.page-section .s-list{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-left:-20px;
    margin-right:-20px
}
.page-section .s-list:not(:first-child){
    margin-top:60px
}
.page-section .s-list .list-item{
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%;
    padding-left:20px;
    padding-right:20px
}
.page-section .s-tile{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    color:#B67965;
    margin-left:-20px;
    margin-right:-20px
}
.page-section .s-tile:not(:first-child){
    margin-top:80px
}
.page-section .s-tile.color-green{
    color:#7E8960
}
.page-section .s-tile .tile-item{
    -ms-flex:0 0 33.33%;
    flex:0 0 33.33%;
    max-width:33.33%;
    padding:0 20px;
    display:-ms-flexbox;
    display:flex
}
.page-section .s-tile .item-inner{
    padding:20px 0;
    -ms-flex:1;
    flex:1;
    min-height:240px
}
.page-section .s-tile .item-lead{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:100px;
    line-height:110px;
    margin-bottom:20px
}
.page-section .s-tile .item-lead sup{
    font-size:64px
}
.page-section .s-tile .item-text{
    color:#000
}
.page-section .s-tile .item-text span{
    color:#9A9B9F
}
.page-section .s-performance{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-left:-20px;
    margin-right:-20px
}
.page-section .s-performance:not(:first-child){
    margin-top:80px
}
.page-section .s-performance .list-item{
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%;
    padding:0 20px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.page-section .s-performance .item-part+.item-part{
    margin-top:30px
}
.page-section .s-performance .item-title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color:#B67965;
    font-size:40px;
    line-height:50px;
    margin-bottom:10px
}
.page-section .s-performance .item-text{
    color:#000;
    max-width:240px
}
.page-section .s-performance .item-text span{
    display:block;
    color:#9A9B9F
}
.page-section .s-performance .item-link{
    font-size:15px;
    line-height:25px;
    color:#B67965
}
.page-section .s-performance .item-link a{
    color:inherit
}
.page-section .s-reports:not(:first-child){
    margin-top:60px
}
.page-section .s-reports .reports-title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:none;
    font-size:22px;
    line-height:30px;
    color:#B67965;
    letter-spacing:normal;
    margin-bottom:30px
}
.page-section .s-reports .reports-list{
    border-top:2px solid #B67965
}
.page-section .s-reports .list-item{
    position:relative;
    padding:20px 50px 20px 0;
    border-bottom:1px solid #DAB8AD
}
.page-section .s-reports .item-title{
    color:#000;
    font-size:22px;
    line-height:30px
}
.page-section .s-reports .item-title a{
    color:inherit;
    text-decoration:none
}
.page-section .s-reports .item-date{
    color:#B67965;
    font-size:15px;
    line-height:25px
}
.page-section .s-reports .item-icon{
    display:block;
    text-decoration:none;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%)
}
.page-section .s-reports .item-icon:before{
    content:' ';
    display:inline-block;
    font-size:10px;
    background-image:url(../images/sprite_svg.svg);
    background-repeat:no-repeat;
    background-size:7.6812em 141.6em;
    background-position:-.2em -53.800000000000004em;
    width:2.7794em;
    height:3.4243em;
    display:block
}
.no-svg .page-section .s-reports .item-icon:before{
    background-image:url(../images/sprite_svg.png)
}
.page-section .s-links:not(:first-child){
    margin-top:60px
}
.page-section .s-links.type-menu{
    margin-top:0
}
.page-section .s-links.type-menu .links-list{
    border:none
}
.page-section .s-links.type-menu .list-item{
    color:#B67965
}
.page-section .s-links.type-menu .list-item.active{
    color:#000
}
.page-section .s-links .links-title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:none;
    font-size:22px;
    line-height:30px;
    color:#B67965;
    letter-spacing:normal;
    margin-bottom:30px
}
.page-section .s-links .links-list{
    border-top:2px solid #B67965
}
.page-section .s-links .list-item{
    position:relative;
    padding:20px 50px 20px 0;
    border-bottom:1px solid #DAB8AD;
    color:#000
}
.page-section .s-links .item-title{
    font-size:22px;
    line-height:30px
}
.page-section .s-links .item-title a{
    color:inherit;
    text-decoration:none
}
.page-section .s-links .item-title sup{
    font-size:15px;
    margin-left:5px
}
.page-section .s-links .item-icon{
    display:block;
    text-decoration:none;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%)
}
.page-section .s-links .item-icon:before{
    content:' ';
    display:inline-block;
    font-size:10px;
    background-image:url(../images/sprite_svg.svg);
    background-repeat:no-repeat;
    background-size:7.6812em 141.6em;
    background-position:-.2em -18.8em;
    width:1.8em;
    height:1.8em;
    display:block
}
.no-svg .page-section .s-links .item-icon:before{
    background-image:url(../images/sprite_svg.png)
}
.page-section .s-links .list-item-wrap .list-item{
    padding-right:0
}
.page-section .s-links .list-item-wrap .item-title a{
    display:block;
    padding-right:50px;
    position:relative
}
.page-section .s-links .list-item-wrap .item-icon{
    transform:translateY(-50%) rotate(-90deg);
    transition:transform .35s
}
.page-section .s-links .list-item-wrap .collapsed .item-icon{
    transform:translateY(-50%) rotate(90deg)
}
.page-section .s-links .list-item-wrap .list-collapse-text{
    margin-top:30px
}
.page-section .s-price:not(:first-child){
    margin-top:60px
}
.page-section .s-price .price-title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:none;
    font-size:22px;
    line-height:30px;
    color:#B67965;
    letter-spacing:normal;
    margin-bottom:30px
}
.page-section .s-price .price-list{
    border-top:2px solid #B67965
}
.page-section .s-price .list-item{
    border-bottom:1px solid #DAB8AD;
    padding:20px 0
}
.page-section .s-price .item-title{
    color:#000;
    font-size:40px;
    line-height:50px
}
.page-section .s-price .item-data{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color:#B67965;
    font-size:40px;
    line-height:50px
}
.page-section .s-price .data-text.opacity{
    color:#DAB8AD
}
.page-section .s-price .data-text.opacity *{
    color:inherit!important
}
.page-section .s-price .data-text [data-yourir=changeSignCSS].yourir-positive:before{
    content:'↑'
}
.page-section .s-price .data-text [data-yourir=changeSignCSS].yourir-negative:before{
    content:'↓'
}
.page-section .s-price .item-help,.page-section .s-price .price-text{
    font-size:15px;
    line-height:20px;
    color:#707070;
    margin-top:40px
}
.page-section .s-advance{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-left:-20px;
    margin-right:-20px
}
.page-section .s-advance:not(:first-child){
    margin-top:80px
}
.page-section .s-advance .list-item{
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%;
    padding-left:20px;
    padding-right:20px
}
.page-section .s-advance .item-image{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:end;
    align-items:flex-end;
    -ms-flex-pack:start;
    justify-content:flex-start;
    width:40px;
    height:40px;
    margin-bottom:40px
}
.page-section .s-advance .item-image img{
    display:block;
    max-width:100%;
    max-height:100%
}
.page-section .s-advance .item-title{
    color:#000;
    font-size:22px;
    line-height:30px;
    padding-bottom:30px;
    border-bottom:1px solid #DAB8AD;
    margin-bottom:20px
}
.page-section .s-advance .item-text{
    color:#707070;
    max-width:360px;
    font-size:15px;
    line-height:25px
}
.page-section .s-brands:not(:first-child){
    margin-top:80px
}
.page-section .s-brands .brands-title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px
}
.page-section .s-brands .brands-list{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-left:-20px;
    margin-right:-20px
}
.page-section .s-brands .list-item{
    position:relative;
    -ms-flex:0 0 16.66%;
    flex:0 0 16.66%;
    max-width:16.66%;
    padding:20px
}
.page-section .s-brands .list-item:after,.page-section .s-brands .list-item:before{
    content:'';
    display:block;
    width:1px;
    height:60px;
    background:#DAB8AD;
    position:absolute;
    top:50%;
    transform:translateY(-50%)
}
.page-section .s-brands .list-item:before{
    left:0
}
.page-section .s-brands .list-item:after{
    right:0
}
.page-section .s-brands .item-logo{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:center;
    justify-content:center;
    text-decoration:none;
    height:90px;
    padding:10px;
    transition:background-color .3s ease
}
.page-section .s-brands .item-logo img{
    display:block;
    max-width:100%;
    max-height:100%
}
.page-section .s-brands a.item-logo:hover{
    background-color:#F8F1EE
}
.page-section .s-table .t-body{
    border-top:3px solid #707070
}
.page-section .s-table .t-body .tr{
    border-bottom:1px solid #DAB8AD
}
.page-section .s-table .tr{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.page-section .s-table .th{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px;
    padding-top:20px;
    padding-bottom:20px
}
.page-section .s-table .td{
    padding-top:15px;
    padding-bottom:15px
}
.page-section .s-table .td,.page-section .s-table .th{
    -ms-flex:1;
    flex:1;
    padding-left:15px;
    padding-right:15px
}
.page-section .s-table .td:first-child,.page-section .s-table .th:first-child{
    padding-left:0
}
.page-section .s-table .td:last-child,.page-section .s-table .th:last-child{
    padding-right:0
}
.page-section .s-table .td:last-child:not(:first-child),.page-section .s-table .th:last-child:not(:first-child){
    text-align:right
}
.page-section .s-table .td.number,.page-section .s-table .th.number{
    max-width:120px
}
.page-section .s-table-results .th{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px;
    padding-top:20px;
    padding-bottom:20px
}
.page-section .s-table-results .td{
    padding-top:15px;
    padding-bottom:15px
}
.page-section .s-table-results .td a{
    display:inline-block;
    vertical-align:top;
    text-decoration:none
}
.page-section .s-table-results .td a:before{
    display:block
}
.page-section .s-downloads .downloads-list{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.page-section .s-downloads .list-item{
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%;
    border-left:1px solid #DAB8AD;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:100px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.page-section .s-downloads .item-title{
    color:#000
}
.page-section .s-downloads .item-title a{
    text-decoration:none;
    color:inherit
}
.page-section .s-downloads .item-icon{
    display:inline-block;
    vertical-align:top;
    text-decoration:none
}
.page-section .s-downloads .item-icon:before{
    content:' ';
    display:inline-block;
    font-size:10px;
    background-image:url(../images/sprite_svg.svg);
    background-repeat:no-repeat;
    background-size:7.6812em 141.6em;
    background-position:-.2em -57.7em;
    width:6.1364em;
    height:7.6205em;
    display:block
}
.no-svg .page-section .s-downloads .item-icon:before{
    background-image:url(../images/sprite_svg.png)
}
.page-section .s-layout{
    color:#707070
}
.page-section .s-layout+.s-layout{
    margin-top:200px
}
.page-section .s-layout img{
    display:block;
    width:100%
}
.page-section .s-layout .l-section+.l-section{
    margin-top:100px
}
.page-section .s-layout .s-text{
    max-width:800px
}
.hero-page{
    position:relative;
    min-height:calc(100vh - 120px);
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column;
    background:#000;
    color:#fff
}
.hero-page.type-small{
    min-height:300px
}
.hero-page.type-small .s-content-wrap{
    padding:60px 0;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.hero-page.type-small .s-content{
    text-align:left
}
.hero-page.type-small .s-title{
    font-size:60px;
    line-height:70px
}
.hero-page .s-bg{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:hidden
}
.hero-page .s-bg-image{
    position:relative;
    width:100%;
    height:120%;
    top:-10%;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    opacity:.8
}
.hero-page .s-breadcrumbs-wrap{
    position:relative;
    padding-top:20px
}
.hero-page .s-breadcrumbs{
    position:relative;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:start;
    align-items:flex-start
}
.hero-page .s-breadcrumbs .breadcrumbs-icon{
    height:20px;
    margin-right:10px
}
.hero-page .s-breadcrumbs .breadcrumbs-icon:before{
    content:' ';
    display:inline-block;
    font-size:10px;
    background-image:url(../images/sprite_svg.svg);
    background-repeat:no-repeat;
    background-size:7.6812em 141.6em;
    background-position:-.2em -28em;
    width:1.7em;
    height:1.1414em;
    font-size:9px;
    display:block;
    position:relative;
    top:50%;
    transform:translateY(-50%)
}
.no-svg .hero-page .s-breadcrumbs .breadcrumbs-icon:before{
    background-image:url(../images/sprite_svg.png)
}
.hero-page .s-breadcrumbs .breadcrumbs-list{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-left:-5px
}
.hero-page .s-breadcrumbs .list-item{
    margin-left:5px;
    font-size:15px;
    line-height:20px
}
.hero-page .s-breadcrumbs .list-item:not(:last-child):after{
    content:'/';
    padding-left:5px
}
.hero-page .s-breadcrumbs .list-item a{
    color:inherit
}
.hero-page .s-content-wrap{
    position:relative;
    -ms-flex:auto;
    flex:auto;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:center;
    justify-content:center;
    padding:80px 0
}
.hero-page .s-content{
    text-align:center
}
.hero-page .s-title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:100px;
    line-height:120px;
    color:inherit
}
.hero-page .s-title+.s-text{
    margin-top:50px
}
.hero-page .s-text{
    color:inherit
}
.hero-page .s-subscribe-wrap{
    position:absolute;
    z-index:2;
    left:0;
    bottom:0;
    width:100%;
    background:rgba(46,46,46,.9)
}
.hero-page .s-subscribe-wrap~.s-content-wrap{
    padding-bottom:200px
}
.hero-page .s-subscribe .subscribe-text{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}
.hero-page .s-subscribe .subscribe-form{
    position:relative;
    border-bottom:1px solid #9A9B9F
}
.hero-page .s-subscribe .subscribe-form input{
    display:block;
    width:100%;
    color:inherit;
    font-weight:400;
    letter-spacing:normal;
    font-size:20px;
    line-height:30px;
    padding:10px 30px 10px 0;
    height:50px;
    border:none;
    background:0 0;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap
}
.hero-page .s-subscribe .subscribe-form input:-moz-placeholder{
    color:#9A9B9F;
    opacity:1
}
.hero-page .s-subscribe .subscribe-form input::-moz-placeholder{
    color:#9A9B9F;
    opacity:1
}
.hero-page .s-subscribe .subscribe-form input:-ms-input-placeholder{
    color:#9A9B9F
}
.hero-page .s-subscribe .subscribe-form input::-webkit-input-placeholder{
    color:#9A9B9F
}
.hero-page .s-subscribe .subscribe-form button{
    display:block;
    padding:0;
    border:none;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:30px;
    height:30px;
    background:0 0
}
.hero-page .s-subscribe .subscribe-form button:before{
    content:' ';
    display:inline-block;
    font-size:10px;
    background-image:url(../images/sprite_svg.svg);
    background-repeat:no-repeat;
    background-size:7.6812em 141.6em;
    background-position:-.2em -26.4em;
    width:1.7em;
    height:1.1414em;
    display:block;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%)
}
.no-svg .hero-page .s-subscribe .subscribe-form button:before{
    background-image:url(../images/sprite_svg.png)
}
.hero-events.dark .s-footer{
    background:#2E2E2E
}
.hero-events .s-body{
    position:relative;
    min-height:calc(100vh - 120px);
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column;
    background:#000;
    color:#fff
}
.hero-events .s-bg{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:hidden
}
.hero-events .s-bg-image{
    position:relative;
    width:100%;
    height:120%;
    top:-10%;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    opacity:.8
}
.hero-events .s-breadcrumbs-wrap{
    position:relative;
    padding-top:20px
}
.hero-events .s-breadcrumbs{
    position:relative;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:start;
    align-items:flex-start
}
.hero-events .s-breadcrumbs .breadcrumbs-icon{
    height:20px;
    margin-right:10px
}
.hero-events .s-breadcrumbs .breadcrumbs-icon:before{
    content:' ';
    display:inline-block;
    font-size:10px;
    background-image:url(../images/sprite_svg.svg);
    background-repeat:no-repeat;
    background-size:7.6812em 141.6em;
    background-position:-.2em -28em;
    width:1.7em;
    height:1.1414em;
    font-size:9px;
    display:block;
    position:relative;
    top:50%;
    transform:translateY(-50%)
}
.no-svg .hero-events .s-breadcrumbs .breadcrumbs-icon:before{
    background-image:url(../images/sprite_svg.png)
}
.hero-events .s-breadcrumbs .breadcrumbs-list{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-left:-5px
}
.hero-events .s-breadcrumbs .list-item{
    margin-left:5px;
    font-size:15px;
    line-height:20px
}
.hero-events .s-breadcrumbs .list-item:not(:last-child):after{
    content:'/';
    padding-left:5px
}
.hero-events .s-breadcrumbs .list-item a{
    color:inherit
}
.hero-events .s-content-wrap{
    position:relative;
    -ms-flex:auto;
    flex:auto;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:end;
    justify-content:flex-end;
    padding:100px 0
}
.hero-events .s-content{
    max-width:800px
}
.hero-events .s-mark{
    margin-bottom:60px
}
.hero-events .s-mark .mark-date{
    position:relative;
    right:unset;
    top:unset
}
.hero-events .s-title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color:inherit;
    font-size:60px;
    line-height:70px;
    margin-bottom:30px
}
.hero-events .s-text{
    max-width:440px
}
.hero-events .s-buttons{
    margin-top:40px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align:center;
    align-items:center
}
.hero-events .s-buttons .btn{
    margin-top:20px
}
.hero-events .s-buttons .btn:not(:last-child){
    margin-right:20px
}
.hero-events .s-footer{
    background:#595B60;
    padding:30px 0
}
.hero-events .s-region{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align:center;
    align-items:center;
    margin-left:-20px;
    margin-right:-20px
}
.hero-events .s-region .region-item{
    -ms-flex:0 0 33.33%;
    flex:0 0 33.33%;
    max-width:33.33%;
    padding-left:20px;
    padding-right:20px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center;
    margin:20px 0
}
.hero-events .s-region .item-label{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color:#D8D8DA;
    font-size:22px;
    line-height:26px;
    margin-top:4px;
    margin-bottom:10px;
    padding-right:40px
}
.hero-events .s-region .item-control{
    -ms-flex:0 0 200px;
    flex:0 0 200px;
    max-width:200px
}
.hero-events .s-region .inp{
    font-size:15px;
    color:#fff;
    background-color:transparent;
    border-color:#9A9B9F
}
.hero-events .s-region .inp.placeholder{
    color:#D8D8DA
}
.hero-events .s-region .inp option{
    background:#595B60;
    color:#fff
}
.hero-event{
    position:relative;
    min-height:calc(100vh - 120px);
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column;
    background:#000;
    color:#fff
}
.hero-event .menu-dropdown{
    z-index:10
}
.hero-event .s-wrap{
    -ms-flex:auto;
    flex:auto;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column
}
.hero-event .s-bg{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:hidden
}
html.Firefox .hero-event .s-bg.blur .s-bg-image{
    filter:blur(20px);
    width:calc(100% + 40px);
    left:-20px
}
html:not(.Firefox) .hero-event .s-bg.blur .s-bg-image:after{
    content:'';
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    pointer-events:none;
    -webkit-backdrop-filter:blur(30px);
    backdrop-filter:blur(30px)
}
.hero-event .s-bg-image{
    position:relative;
    width:100%;
    height:120%;
    top:-10%;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    opacity:.8
}
.hero-event .s-breadcrumbs-wrap{
    position:relative;
    padding-top:20px
}
.hero-event .s-breadcrumbs{
    position:relative;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:start;
    align-items:flex-start
}
.hero-event .s-breadcrumbs .breadcrumbs-icon{
    height:20px;
    margin-right:10px
}
.hero-event .s-breadcrumbs .breadcrumbs-icon:before{
    content:' ';
    display:inline-block;
    font-size:10px;
    background-image:url(../images/sprite_svg.svg);
    background-repeat:no-repeat;
    background-size:7.6812em 141.6em;
    background-position:-.2em -28em;
    width:1.7em;
    height:1.1414em;
    font-size:9px;
    display:block;
    position:relative;
    top:50%;
    transform:translateY(-50%)
}
.no-svg .hero-event .s-breadcrumbs .breadcrumbs-icon:before{
    background-image:url(../images/sprite_svg.png)
}
.hero-event .s-breadcrumbs .breadcrumbs-list{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-left:-5px
}
.hero-event .s-breadcrumbs .list-item{
    margin-left:5px;
    font-size:15px;
    line-height:20px
}
.hero-event .s-breadcrumbs .list-item:not(:last-child):after{
    content:'/';
    padding-left:5px
}
.hero-event .s-breadcrumbs .list-item a{
    color:inherit
}
.hero-event .s-heading-wrap{
    position:relative;
    margin-top:auto
}
.hero-event .s-heading{
    padding-top:100px
}
.hero-event .s-title{
    -ms-flex:auto;
    flex:auto;
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:60px;
    line-height:70px;
    padding:0 40px 40px 0
}
.hero-event .s-title span{
    font-family:Sohne-Buch,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    display:block
}
.hero-event .s-preview{
    position:relative;
    z-index:2
}
.hero-event .s-preview:before{
    content:'';
    display:block;
    padding-bottom:58%
}
.hero-event .s-preview>img{
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit:cover
}
.hero-event .s-preview .s-preview__inner{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:center;
    justify-content:center
}
.hero-event .s-preview .s-preview__inner>img{
    display:block;
    max-width:100%;
    max-height:100%;
    box-shadow:20px 20px 50px rgba(0,0,0,.3)
}
.hero-event .s-content-wrap{
    position:relative
}
.hero-event .s-controls{
    padding:20px 20px 0 0;
    width:50%;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align:center;
    align-items:center
}
.hero-event .s-controls .control-buttons{
    margin-right:40px
}
.hero-event .s-text{
    padding:100px 0
}
.hero-event .s-text span{
    display:block;
    color:#B67965
}
.hero-event .s-text-part{
    padding:60px 0;
    color:#000
}
.hero-event .s-text-part+.s-text-part{
    padding-top:0
}
.hero-event .s-subtitle{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px;
    margin-bottom:30px
}
.hero-event .s-episode{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center
}
.hero-event .s-episode .episode-icon{
    position:relative;
    display:block;
    text-decoration:none;
    -ms-flex:0 0 42px;
    flex:0 0 42px;
    height:42px;
    color:inherit;
    background:#595B60;
    border-radius:50%;
    margin-right:20px
}
.hero-event .s-episode .episode-icon:after,.hero-event .s-episode .episode-icon:before{
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%)
}
.hero-event .s-episode .episode-icon:before{
    border:10px solid transparent;
    border-left:18px solid #fff;
    border-right:none;
    margin-left:3px
}
.hero-event .s-episode .episode-icon:after{
    display:none
}
.hero-event .s-episode .episode-icon.played:after,.hero-event .s-episode .episode-icon.played:before{
    display:block;
    width:3px;
    height:18px;
    background:#fff;
    border:none
}
.hero-event .s-episode .episode-icon.played:before{
    margin-left:-4px
}
.hero-event .s-episode .episode-icon.played:after{
    margin-left:4px
}
.hero-event .s-episode .episode-number{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:30px;
    line-height:50px;
    margin-right:40px
}
.hero-event .s-episode .episode-text{
    font-size:20px
}
.hero-carousel{
    position:relative;
    min-height:calc(100vh - 120px);
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column;
    background:#000;
    color:#fff
}
.hero-carousel .menu-dropdown{
    z-index:10
}
.hero-carousel.carousel-off .s-content{
    padding-bottom:100px
}
.hero-carousel.carousel-off .content-slider .swiper-slide:not(:first-child){
    display:none
}
.hero-carousel.carousel-off .content-slider .slide-buttons,.hero-carousel.carousel-off .content-slider .slide-subtitle,.hero-carousel.carousel-off .content-slider .slide-text,.hero-carousel.carousel-off .content-slider .slide-title{
    opacity:1;
    transform:none;
    transition:none
}
.hero-carousel.carousel-off .s-timeline{
    display:none
}
.hero-carousel.carousel-on .s-timeline{
    opacity:1
}
.hero-carousel .s-bg{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:hidden
}
.hero-carousel .s-bg:after{
    content:'';
    display:block;
    position:absolute;
    z-index:3;
    left:0;
    bottom:0;
    width:100%;
    height:50%;
    background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.8))
}
.hero-carousel .s-bg .bg-item{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:0;
    visibility:hidden;
    transition:none
}
.hero-carousel .s-bg .bg-item.active{
    z-index:1;
    opacity:.8;
    visibility:visible
}
.hero-carousel .s-bg .bg-item.active .thumbnail .thumb-image img{
    transition:transform 10s ease
}
.hero-carousel .s-bg .bg-item.active.leave{
    z-index:2;
    opacity:0;
    visibility:hidden;
    transition:opacity .5s ease,visibility .5s ease
}
.hero-carousel .s-bg .bg-item.active.leave .thumbnail .thumb-image img{
    transform:scale(1.4);
    transition:transform 1s ease
}
.hero-carousel .s-bg .thumbnail .thumb-image img{
    transition:none
}
.hero-carousel .s-bg .thumbnail .thumb-video:before{
    display:none
}
.hero-carousel .s-content{
    position:relative;
    z-index:4;
    overflow:hidden;
    -ms-flex:auto;
    flex:auto;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:end;
    justify-content:flex-end;
    padding:100px 0 60px
}
.hero-carousel .content-slider .swiper-wrapper{
    -ms-flex-align:end;
    align-items:flex-end
}
.hero-carousel .content-slider .swiper-slide.active .slide-buttons,.hero-carousel .content-slider .swiper-slide.active .slide-mark,.hero-carousel .content-slider .swiper-slide.active .slide-subtitle,.hero-carousel .content-slider .swiper-slide.active .slide-text,.hero-carousel .content-slider .swiper-slide.active .slide-title{
    opacity:1;
    transform:translateX(0)
}
.hero-carousel .content-slider .swiper-slide.active.leave .slide-buttons,.hero-carousel .content-slider .swiper-slide.active.leave .slide-mark,.hero-carousel .content-slider .swiper-slide.active.leave .slide-subtitle,.hero-carousel .content-slider .swiper-slide.active.leave .slide-text,.hero-carousel .content-slider .swiper-slide.active.leave .slide-title{
    opacity:0;
    transform:translateX(-200px)
}
.hero-carousel .content-slider .slide-wrap{
    max-width:700px
}
.hero-carousel .content-slider .slide-buttons,.hero-carousel .content-slider .slide-mark,.hero-carousel .content-slider .slide-subtitle,.hero-carousel .content-slider .slide-text,.hero-carousel .content-slider .slide-title{
    transform:translateX(200px);
    opacity:0;
    transition:opacity .5s ease,transform .5s ease
}
.hero-carousel .content-slider .slide-mark{
    margin-bottom:40px;
    transition-delay:.15s
}
.hero-carousel .content-slider .slide-mark .mark-date{
    position:relative;
    right:unset;
    top:unset
}
.hero-carousel .content-slider .slide-subtitle{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px;
    color:inherit;
    margin-bottom:30px;
    transition-delay:.1s
}
.hero-carousel .content-slider .slide-title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:60px;
    line-height:70px;
    transition-delay:50ms
}
.hero-carousel .content-slider .slide-title .live-mark{
    text-transform:uppercase;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center;
    margin-bottom:5px
}
.hero-carousel .content-slider .slide-title .live-mark:before{
    content:' ';
    display:inline-block;
    font-size:10px;
    background-image:url(../images/sprite_svg.svg);
    background-repeat:no-repeat;
    background-size:7.6812em 141.6em;
    background-position:-.2em -94.2em;
    width:7.2812em;
    height:7.2812em;
    display:block;
    font-size:6.9px;
    margin-right:10px
}
.no-svg .hero-carousel .content-slider .slide-title .live-mark:before{
    background-image:url(../images/sprite_svg.png)
}
.hero-carousel .content-slider .slide-title .podcast-mark{
    position:relative;
    display:-ms-inline-flexbox;
    display:inline-flex;
    vertical-align:top;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center;
    margin-right:10px;
    height:70px
}
.hero-carousel .content-slider .slide-title .podcast-mark:before{
    content:'';
    display:block;
    width:60px;
    height:60px;
    border-radius:50%;
    background:#fff
}
.hero-carousel .content-slider .slide-title .podcast-mark:after{
    content:'';
    display:block;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    border:16px solid transparent;
    border-left:28px solid #595B60;
    border-right:none;
    margin-left:3px
}
.hero-carousel .content-slider .slide-text{
    max-width:420px;
    margin-top:30px
}
.hero-carousel .content-slider .slide-buttons{
    margin-top:25px
}
.hero-carousel .s-pagination{
    position:relative;
    z-index:10;
    padding-bottom:40px
}
.hero-carousel .s-pagination .pagination-list{
    position:relative;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align:start;
    align-items:flex-start;
    -ms-flex-pack:center;
    justify-content:center
}
.hero-carousel .s-pagination .pagination-item{
    position:relative;
    width:26px;
    height:26px;
    cursor:pointer
}
.hero-carousel .s-pagination .pagination-item:hover:before{
    background:#fff
}
.hero-carousel .s-pagination .pagination-item.active:before{
    background:#fff
}
.hero-carousel .s-pagination .pagination-item.active svg{
    opacity:1
}
.hero-carousel .s-pagination .pagination-item:before{
    content:'';
    display:block;
    position:absolute;
    left:50%;
    top:50%;
    width:6px;
    height:6px;
    transform:translate(-50%,-50%);
    border-radius:50%;
    background:#9A9B9F;
    transition:background-color .3s ease
}
.hero-carousel .s-pagination .pagination-item svg{
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    transform:rotate(-90deg);
    opacity:0;
    transition:opacity .3s ease
}
.hero-carousel .s-pagination .pagination-item .pagination-item__progress{
    fill:transparent;
    stroke:#fff;
    stroke-width:2px
}
.hero-carousel .s-pagination .pagination-item .pagination-item__bar{
    fill:transparent;
    stroke:#FF8450;
    stroke-width:2px;
    stroke-dasharray:75.36;
    stroke-dashoffset:75.36
}
.hero-carousel .s-timeline{
    position:relative;
    z-index:5;
    overflow:hidden;
    padding:0 0 60px;
    opacity:0;
    transition:opacity .3s ease
}
.hero-carousel .timeline-slider{
    margin-left:-20px;
    margin-right:-20px
}
.hero-carousel .timeline-slider .swiper-slide{
    -ms-flex:0 0 16.66%;
    flex:0 0 16.66%;
    max-width:16.66%;
    color:rgba(245,245,245,.5);
    padding-left:20px;
    padding-right:20px;
    transition:color .3s ease
}
.hero-carousel .timeline-slider .swiper-slide.active{
    color:inherit
}
.hero-carousel .timeline-slider .swiper-slide.active .slide-progress .progress-bar{
    display:block
}
.hero-carousel .timeline-slider .slide-wrap{
    cursor:pointer;
    transition:color .2s ease
}
.hero-carousel .timeline-slider .slide-wrap:hover{
    color:#fff
}
.touch-disabled .hero-carousel .timeline-slider .slide-wrap:hover .slide-title{
    transform:translateY(-5px)
}
.hero-carousel .timeline-slider .slide-progress{
    position:relative;
    width:100%;
    height:3px;
    background:currentColor;
    overflow:hidden
}
.hero-carousel .timeline-slider .slide-progress .progress-bar{
    display:none;
    position:absolute;
    left:0;
    top:0;
    width:0;
    height:100%;
    background:#FF8450
}
.hero-carousel .timeline-slider .slide-title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:15px;
    line-height:20px;
    margin-top:20px;
    transition:transform .2s ease
}
.hero-carousel .s-video{
    position:absolute;
    z-index:10;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:hidden;
    background:#000;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .5s ease,visibility .5s ease
}
.hero-carousel .s-video.opened{
    opacity:1;
    visibility:visible;
    pointer-events:all
}
.hero-carousel .s-video .video-vimeo{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%
}
.hero-carousel .s-video .video-vimeo iframe{
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%
}
.hero-carousel .s-subscribe-wrap{
    position:relative;
    z-index:10;
    background:rgba(46,46,46,.9)
}
.hero-carousel .s-subscribe .subscribe-text{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}
.hero-carousel .s-subscribe .subscribe-form{
    position:relative;
    border-bottom:1px solid #9A9B9F
}
.hero-carousel .s-subscribe .subscribe-form input{
    display:block;
    width:100%;
    color:inherit;
    font-weight:400;
    letter-spacing:normal;
    font-size:20px;
    line-height:30px;
    padding:10px 30px 10px 0;
    height:50px;
    border:none;
    background:0 0;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap
}
.hero-carousel .s-subscribe .subscribe-form input:-moz-placeholder{
    color:#9A9B9F;
    opacity:1
}
.hero-carousel .s-subscribe .subscribe-form input::-moz-placeholder{
    color:#9A9B9F;
    opacity:1
}
.hero-carousel .s-subscribe .subscribe-form input:-ms-input-placeholder{
    color:#9A9B9F
}
.hero-carousel .s-subscribe .subscribe-form input::-webkit-input-placeholder{
    color:#9A9B9F
}
.hero-carousel .s-subscribe .subscribe-form button{
    display:block;
    padding:0;
    border:none;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:30px;
    height:30px;
    background:0 0
}
.hero-carousel .s-subscribe .subscribe-form button:before{
    content:' ';
    display:inline-block;
    font-size:10px;
    background-image:url(../images/sprite_svg.svg);
    background-repeat:no-repeat;
    background-size:7.6812em 141.6em;
    background-position:-.2em -26.4em;
    width:1.7em;
    height:1.1414em;
    display:block;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%)
}
.no-svg .hero-carousel .s-subscribe .subscribe-form button:before{
    background-image:url(../images/sprite_svg.png)
}
.lead-anchor{
    background:#B67965;
    color:#fff;
    padding:200px 0
}
.lead-anchor.bg-green{
    background:#7E8960
}
.lead-anchor.bg-gray{
    background:#595B60
}
.lead-anchor .s-content{
    text-align:center
}
.lead-anchor .s-text{
    max-width:1080px;
    margin:0 auto;
    color:inherit
}
.lead-anchor .s-text+.s-menu{
    margin-top:140px
}
.lead-anchor .s-menu{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-pack:center;
    justify-content:center
}
.lead-anchor .s-menu .menu-item{
    position:relative;
    padding:5px 15px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:center;
    justify-content:center
}
.lead-anchor .s-menu .menu-item:after,.lead-anchor .s-menu .menu-item:before{
    content:'';
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:40px;
    background:#D8D8DA
}
.lead-anchor .s-menu .menu-item:before{
    left:0
}
.lead-anchor .s-menu .menu-item:after{
    right:0
}
.lead-anchor .s-menu .menu-item a{
    -ms-flex:1;
    flex:1;
    text-decoration:none;
    color:#D8D8DA
}
.lead-anchor .s-menu .menu-item a:hover{
    color:#fff
}
.card-project{
    -ms-flex:1;
    flex:1;
    position:relative;
    min-height:500px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding-bottom:10px
}
.card-project:before{
    content:'';
    display:block;
    position:absolute;
    left:-20px;
    top:0;
    width:1px;
    height:100%;
    background:#DAB8AD
}
.card-project .c-part+.c-part{
    margin-top:20px
}
.card-project .c-preview{
    position:relative;
    display:block;
    text-decoration:none;
    margin-bottom:20px
}
.card-project .c-preview:before{
    content:'';
    display:block;
    padding-bottom:68.5%
}
.card-project .c-title{
    color:#000;
    font-size:22px;
    line-height:30px;
    margin-bottom:10px
}
.card-project .c-text{
    color:#707070;
    font-size:15px;
    line-height:25px
}
.card-project .c-link{
    color:#B67965;
    font-size:15px;
    line-height:20px
}
.card-project .c-link+.c-link{
    margin-top:10px
}
.card-project .c-link a{
    display:-ms-inline-flexbox;
    display:inline-flex;
    vertical-align:top;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center;
    color:inherit;
    text-decoration:none
}
.card-project .c-link a span{
    display:block
}
.card-project .c-link a span+span{
    margin-left:20px
}
.card-project .c-link a [class^=ic2]{
    position:relative;
    top:-1px
}
.card-project .c-link a [class^=ic2]:before{
    display:block
}
.card-story{
    -ms-flex:1;
    flex:1;
    position:relative;
    min-height:360px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.card-story:before{
    content:'';
    display:block;
    position:absolute;
    left:-20px;
    top:0;
    width:1px;
    height:100%;
    background:#DAB8AD
}
.card-story .c-part+.c-part{
    margin-top:50px
}
.card-story .c-title{
    color:#000;
    font-size:22px;
    line-height:30px;
    margin-bottom:5px
}
.card-story .c-text{
    font-size:15px;
    line-height:25px;
    color:#707070
}
.card-story .c-text span{
    display:block;
    color:#B67965;
    margin-bottom:2px
}
.card-story .c-subtitle{
    color:#B67965;
    font-size:20px;
    line-height:30px;
    margin-bottom:10px
}
.card-story .c-preview{
    position:relative;
    display:block;
    text-decoration:none
}
.card-story .c-preview:before{
    content:'';
    display:block;
    padding-bottom:68.5%
}
.carousel-product{
    position:relative;
    overflow:hidden;
    opacity:0;
    transition:opacity .4s ease
}
.carousel-product.initialized{
    opacity:1
}
.carousel-product.initialized .carousel-pagination .swiper-pagination-bullet{
    display:block
}
.carousel-product .carousel-wrap{
    position:relative
}
.carousel-product .carousel-wrap:before{
    content:'';
    display:block;
    padding-bottom:62.5%
}
.carousel-product .carousel-slider{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%
}
.carousel-product .swiper-slide{
    position:relative;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.carousel-product .p-image{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%
}
.carousel-product .p-image:after{
    content:'';
    display:block;
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:50%;
    background:linear-gradient(to bottom,rgba(0,0,0,0),#595B60);
    opacity:.7
}
.carousel-product .p-image img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover
}
.carousel-product .p-title{
    position:relative;
    padding:20px;
    color:#fff;
    font-size:15px;
    line-height:20px
}
.carousel-product .carousel-pagination{
    position:relative;
    z-index:2;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding-top:20px
}
.carousel-product .carousel-pagination:before{
    content:'';
    display:block;
    height:20px;
    width:0
}
.carousel-product .carousel-pagination .swiper-pagination-bullet{
    display:none;
    width:6px;
    height:6px;
    border-radius:50%;
    background:rgba(245,245,245,.5);
    transition:background-color .4s ease;
    margin-top:7px;
    margin-bottom:7px;
    opacity:1
}
.carousel-product .carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:#F5F5F5
}
.section-consultation{
    background:#EBECEC
}
.section-consultation .c-part{
    position:relative
}
.section-consultation .c-part__inner{
    width:100%
}
.section-consultation .c-image{
    position:relative;
    overflow:hidden
}
.section-consultation .c-image img{
    position:absolute;
    display:block;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit:cover
}
.section-consultation .c-subtitle{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px;
    margin-bottom:10px
}
.section-consultation .c-title{
    color:#000;
    font-size:40px;
    line-height:50px;
    margin-bottom:25px
}
.section-consultation .c-text{
    color:#707070
}
.section-consultation .c-button{
    margin-top:40px
}
.section-consultation .c-button .btn,.section-consultation .c-button .btn:not(:disabled):not(.disabled):active,.section-consultation .c-button .btn:not(:disabled):not(.disabled):focus,.section-consultation .c-button .btn:not(:disabled):not(.disabled):hover{
    border-color:#D8D8DA
}
.card-promo{
    -ms-flex:1;
    flex:1;
    background:#9A9B9F;
    color:#fff;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.card-promo.bg-2{
    background:#DAB8AD
}
.card-promo.bg-3{
    background:#B67965
}
.card-promo.type-email .c-link .c-link__icon:before{
    background-position:-.2em -52em;
    width:1.8em;
    height:1.4em
}
.card-promo.type-book .c-link .c-link__icon:before{
    background-position:-.2em -43em;
    width:1.8em;
    height:2em
}
.card-promo .c-part{
    padding:20px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:end;
    align-items:flex-end
}
.card-promo .c-text{
    -ms-flex:auto;
    flex:auto
}
.card-promo .c-link{
    -ms-flex:0 0 41.5%;
    flex:0 0 41.5%;
    max-width:41.5%;
    font-size:15px;
    line-height:20px;
    color:#F5F5F5
}
.card-promo .c-link a{
    display:-ms-inline-flexbox;
    display:inline-flex;
    vertical-align:top;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center;
    color:inherit;
    text-decoration:none
}
.card-promo .c-link a span{
    display:block
}
.card-promo .c-link a span+span{
    margin-left:10px
}
.card-promo .c-link .c-link__icon{
    position:relative;
    top:-1px
}
.card-promo .c-link .c-link__icon:before{
    content:' ';
    display:inline-block;
    font-size:10px;
    background-image:url(../images/sprite_svg.svg);
    background-repeat:no-repeat;
    background-size:7.6812em 141.6em;
    background-position:-.2em -21em;
    width:1.8em;
    height:1.8em;
    display:block
}
.no-svg .card-promo .c-link .c-link__icon:before{
    background-image:url(../images/sprite_svg.png)
}
.card-promo .c-image{
    position:relative;
    -ms-flex:0 0 58.5%;
    flex:0 0 58.5%;
    max-width:58.5%
}
.card-promo .c-image:before{
    content:'';
    display:block;
    padding-bottom:50%
}
.card-promo .c-image img{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit:cover
}
.section-subscribe{
    background:#F8F1EE
}
.section-subscribe.bg-2{
    background:#EBECEC
}
.section-subscribe.bg-2 .c-title{
    color:#595B60
}
.section-subscribe .c-part{
    position:relative
}
.section-subscribe .c-part__inner{
    width:100%
}
.section-subscribe .c-image{
    position:relative;
    overflow:hidden
}
.section-subscribe .c-image img{
    position:absolute;
    display:block;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit:cover
}
.section-subscribe .c-subtitle{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px;
    margin-bottom:10px
}
.section-subscribe .c-title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:none;
    font-size:22px;
    line-height:30px;
    color:#B67965;
    letter-spacing:normal;
    margin-bottom:20px
}
.section-subscribe .c-text{
    color:#707070
}
.section-subscribe .c-form{
    margin-top:40px
}
.section-subscribe .c-form .c-form__field{
    position:relative;
    border-bottom:1px solid #DAB8AD;
    padding-right:40px
}
.section-subscribe .c-form .c-form__field:before{
    content:' ';
    display:inline-block;
    font-size:10px;
    background-image:url(../images/sprite_svg.svg);
    background-repeat:no-repeat;
    background-size:7.6812em 141.6em;
    background-position:-.2em -13.799999999999999em;
    width:3.0477000000000003em;
    height:2.0601em;
    display:block;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%)
}
.no-svg .section-subscribe .c-form .c-form__field:before{
    background-image:url(../images/sprite_svg.png)
}
.section-subscribe .c-form .c-form__field input{
    display:block;
    width:100%;
    color:#000;
    font-size:40px;
    line-height:50px;
    padding:5px 0;
    border:0;
    background:0 0;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap
}
.section-subscribe .c-form .c-form__field input:-moz-placeholder{
    color:#595B60;
    opacity:1
}
.section-subscribe .c-form .c-form__field input::-moz-placeholder{
    color:#595B60;
    opacity:1
}
.section-subscribe .c-form .c-form__field input:-ms-input-placeholder{
    color:#595B60
}
.section-subscribe .c-form .c-form__field input::-webkit-input-placeholder{
    color:#595B60
}
.section-subscribe .c-form .c-form__button{
    margin-top:40px
}
.card-brand{
    -ms-flex:1;
    flex:1;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.card-brand .c-part+.c-part{
    margin-top:20px
}
.card-brand .c-preview{
    position:relative
}
.card-brand .c-preview:before{
    content:'';
    display:block;
    padding-bottom:56.25%
}
.card-brand .c-preview img{
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit:cover
}
.card-brand .c-logo{
    height:200px;
    padding:20px 0;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.card-brand .c-logo img{
    display:block;
    max-width:100%;
    max-height:100%
}
.card-brand .c-title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:22px;
    line-height:30px;
    color:#000;
    margin-bottom:4px
}
.card-brand .c-subtitle{
    color:#B67965;
    font-size:20px;
    line-height:30px
}
.card-brand .c-text{
    border-top:1px solid #DAB8AD;
    margin-top:20px;
    padding-top:20px;
    color:#707070;
    font-size:15px;
    line-height:25px
}
.card-brand .c-text>:last-child{
    margin-bottom:0
}
.card-brand .c-text .p,.card-brand .c-text p{
    max-width:380px
}
.card-brand .c-links{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align:center;
    align-items:center
}
.card-brand .c-links a{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center;
    color:#B67965;
    text-decoration:none;
    font-size:15px;
    line-height:20px;
    margin-top:20px
}
.card-brand .c-links a:not(:last-child){
    margin-right:40px
}
.card-brand .c-links a span{
    display:block
}
.card-brand .c-links a span+span{
    margin-left:15px
}
.card-brand .c-links a [class^=ic2]{
    position:relative;
    top:-1px
}
.card-brand .c-links a [class^=ic2]:before{
    display:block
}
.page-section.section-form .s-row{
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap
}
.page-section.section-form .s-part:first-child{
    -ms-flex:auto;
    flex:auto;
    max-width:none
}
.page-section.section-form .s-part:last-child{
    display:-ms-flexbox;
    display:flex
}
.page-section.section-form .s-preview{
    -ms-flex:1;
    flex:1;
    margin-left:auto
}
.page-section.section-form .s-preview:before{
    display:none
}
.page-section.section-form .inp{
    background-color:#F8F1EE;
    border-color:#F8F1EE
}
.page-section.section-form .wpcf7 .wpcf7-checkbox .wpcf7-list-item{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:self-start;
    align-items:self-start;
    border:1px solid #F8F1EE;
    border-radius:3px;
    background-color:#F8F1EE;
    color:#595B60;
    font-family:Sohne-Buch,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:20px;
    line-height:30px;
    font-weight:400;
    letter-spacing:normal;
    padding:4px 20px 4px;
    text-transform:none
}
.page-section.section-form .wpcf7 .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]{
    display:block;
    width:20px;
    height:20px;
    border-radius:0;
    margin-right:20px;
    margin-top:5px
}
.page-section.section-form .wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label{
    display:block;
    max-width:calc(100% - 40px)
}
.filter{
    margin-bottom:50px
}
.filter .filter-title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:none;
    font-size:22px;
    line-height:30px;
    color:#B67965;
    letter-spacing:normal;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.filter .filter-title .title-text{
    line-height:28px;
    padding-bottom:2px
}
.filter .filter-title .title-link{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px;
    text-decoration:none;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center
}
.filter .filter-title .title-link span+span{
    margin-left:10px
}
.filter .filter-title .title-link:not(.collapsed) .filter-icon:after,.filter .filter-title .title-link:not(.collapsed) .filter-icon:before{
    transform:translate(-50%,-50%) rotate(45deg)
}
.filter .filter-icon{
    display:block;
    position:relative;
    width:18px;
    height:18px;
    border:2px solid #DAB8AD;
    border-radius:3px
}
.filter .filter-icon:after,.filter .filter-icon:before{
    content:'';
    display:block;
    background:#DAB8AD;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    transition:transform .3s ease
}
.filter .filter-icon:before{
    width:2px;
    height:10px
}
.filter .filter-icon:after{
    width:10px;
    height:2px
}
.filter .list-item{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px
}
.filter .list-item:not(.active){
    color:#9A9B9F
}
.filter .list-item a{
    display:inline-block;
    vertical-align:top;
    color:inherit;
    text-decoration:none;
    padding-top:4px;
    padding-bottom:4px
}
.page-section.section-catalog .s-wrap{
    padding-bottom:100px
}
.page-section.section-catalog .catalog-list{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-left:-20px;
    margin-right:-20px
}
.page-section.section-catalog .catalog-list .list-item{
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%;
    padding-left:20px;
    padding-right:20px;
    margin-bottom:100px
}
.page-section.section-catalog .catalog-pagination{
    margin-bottom:100px
}
.layout-event{
    background:#F5F5F5;
    color:#707070
}
.layout-event.layout-event--article{
    background:0 0
}
.layout-event.layout-event--article .l-aside{
    padding:0;
    -ms-flex:0 0 240px;
    flex:0 0 240px;
    max-width:240px
}
.layout-event.layout-event--article .aside-item{
    border-color:#D8D8DA
}
.layout-event.layout-event--article .l-controls{
    padding-bottom:20px;
    border-bottom:1px solid #D8D8DA
}
.layout-event .l-wrap{
    padding:100px 0 200px
}
.layout-event .l-row{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-left:-20px;
    margin-right:-20px
}
.layout-event .l-aside{
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
    padding-left:20px;
    padding-right:20px
}
.layout-event .aside-item{
    border-top:1px solid #DAB8AD;
    color:#000;
    padding:20px 0 30px
}
.layout-event .aside-item .item-title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px;
    margin-bottom:10px
}
.layout-event .aside-item .item-text span{
    display:block
}
.layout-event .aside-item .item-text a{
    color:inherit
}
.layout-event .aside-item .item-text+.item-title{
    margin-top:30px
}
.layout-event .aside-item .item-caption{
    font-family:Sohne-Buch,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:15px;
    line-height:calc(25/15);
    text-align:left;
    color:#7b7b7b
}
.layout-event .l-controls .control-buttons .btn-group-item{
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
}
.layout-event .l-controls .control-links .lnk-group-item{
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
}
.layout-event .l-main{
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
    padding-left:20px;
    padding-right:20px
}
.layout-event .l-section+.l-section{
    margin-top:100px
}
.layout-event .l-title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:none;
    font-size:22px;
    line-height:30px;
    color:#B67965;
    letter-spacing:normal;
    margin-bottom:40px
}
.layout-event .l-text{
    max-width:760px
}
.layout-event .l-text>:last-child{
    margin-bottom:0
}
.layout-event .speakers-list{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-left:-20px;
    margin-right:-20px
}
.layout-event .speakers-list .list-item{
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
    padding-left:20px;
    padding-right:20px
}
.layout-event .speakers-list .list-item:nth-child(n+3){
    margin-top:100px
}
.layout-event .speakers-list .item-image{
    position:relative
}
.layout-event .speakers-list .item-image img{
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit:cover;
    filter:grayscale(100%)
}
.layout-event .speakers-list .item-info{
    padding-top:20px
}
.layout-event .speakers-list .item-info .info-name{
    color:#000;
    font-size:18px;
    line-height:25px
}
.layout-event .speakers-list .item-info .info-name span{
    display:block;
    color:#B67965
}
.layout-event .speakers-list .item-info .info-link{
    margin-top:10px;
    line-height:1
}
.layout-event .speakers-list .item-info .info-link a{
    display:inline-block;
    vertical-align:top;
    text-decoration:none;
    color:#9A9B9F
}
.layout-event .speakers-list .item-info .info-link a:hover{
    color:#B67965
}
.layout-event .speakers-list .item-info .info-link a:before{
    display:block
}
.layout-event .speakers-list .item-info .info-link a+a{
    margin-left:10px
}
.layout-event .speakers-list .item-text{
    margin-top:20px;
    border-top:1px solid #DAB8AD;
    padding-top:20px;
    line-height:1
}
.layout-event .speakers-list .item-text .text-link{
    position:relative;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center;
    vertical-align:top;
    font-size:12px;
    line-height:20px;
    text-decoration:none
}
.layout-event .speakers-list .item-text .text-link:not(.collapsed) .icon{
    transform:rotate(45deg)
}
.layout-event .speakers-list .item-text .text-link span{
    display:block
}
.layout-event .speakers-list .item-text .text-link .icon{
    position:relative;
    width:20px;
    height:20px;
    transition:transform .3s ease
}
.layout-event .speakers-list .item-text .text-link .icon:after,.layout-event .speakers-list .item-text .text-link .icon:before{
    content:'';
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    background:#DAB8AD;
    transform:translate(-50%,-50%)
}
.layout-event .speakers-list .item-text .text-link .icon:before{
    width:10px;
    height:2px
}
.layout-event .speakers-list .item-text .text-link .icon:after{
    width:2px;
    height:10px
}
.layout-event .speakers-list .item-text .text-wrap{
    font-size:15px;
    line-height:25px
}
.card-person .c-photo{
    position:relative;
    width:160px;
    height:200px;
    margin-bottom:40px
}
.card-person .c-photo img{
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit:cover;
    filter:grayscale(100%)
}
.card-person .c-name{
    color:#000;
    font-size:18px;
    line-height:25px
}
.card-person .c-name span{
    display:block;
    color:#B67965
}
.card-person .c-info{
    font-size:15px;
    line-height:25px;
    margin-top:20px
}
.card-person .c-text{
    margin-top:20px;
    border-top:1px solid #DAB8AD;
    padding-top:20px;
    line-height:1;
    color:#707070
}
.card-person .c-text .text-link{
    position:relative;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center;
    vertical-align:top;
    font-size:12px;
    line-height:20px;
    text-decoration:none
}
.card-person .c-text .text-link:not(.collapsed) .icon{
    transform:rotate(45deg)
}
.card-person .c-text .text-link span{
    display:block
}
.card-person .c-text .text-link .icon{
    position:relative;
    width:20px;
    height:20px;
    transition:transform .3s ease
}
.card-person .c-text .text-link .icon:after,.card-person .c-text .text-link .icon:before{
    content:'';
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    background:#DAB8AD;
    transform:translate(-50%,-50%)
}
.card-person .c-text .text-link .icon:before{
    width:10px;
    height:2px
}
.card-person .c-text .text-link .icon:after{
    width:2px;
    height:10px
}
.card-person .c-text .text-wrap{
    font-size:15px;
    line-height:25px
}
.card-person .c-social{
    line-height:1;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align:center;
    align-items:center
}
.card-person .c-social a{
    display:inline-block;
    vertical-align:top;
    text-decoration:none;
    color:#9A9B9F;
    margin-top:20px
}
.card-person .c-social a:hover{
    color:#B67965
}
.card-person .c-social a:before{
    display:block
}
.card-person .c-social a:not(:last-child){
    margin-right:20px
}
.card-popular .c-preview{
    display:block;
    text-decoration:none;
    position:relative;
    padding-bottom:146%
}
.card-popular .c-description{
    text-align:center;
    padding-top:40px
}
.card-popular .c-subtitle{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px;
    margin-bottom:30px
}
.card-popular .c-title{
    color:#000;
    font-size:22px;
    line-height:30px;
    margin-bottom:10px
}
.card-popular .c-text{
    color:#707070
}
.card-popular .c-info{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:center;
    justify-content:center;
    font-size:12px;
    line-height:20px;
    margin-top:40px
}
.card-popular .c-info .icon-mic{
    margin-right:15px
}
.card-popular .c-info .icon-mic:before{
    content:' ';
    display:inline-block;
    font-size:10px;
    background-image:url(../images/sprite_svg.svg);
    background-repeat:no-repeat;
    background-size:7.6812em 141.6em;
    background-position:-.2em -79.2em;
    width:1.6em;
    height:2.2em;
    display:block
}
.no-svg .card-popular .c-info .icon-mic:before{
    background-image:url(../images/sprite_svg.png)
}
.section-article{
    position:relative;
    background:#BFC4B0;
    color:#000
}
.section-article.bg-1{
    background:#DAB8AD
}
.section-article.bg-2{
    background:#B67965
}
.section-article .s-content{
    pointer-events:none
}
.section-article .s-subtitle{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px;
    color:inherit;
    margin-bottom:25px
}
.section-article .s-title{
    font-family:SohneSchmal-Halbfett,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:60px;
    line-height:1;
    margin-bottom:25px
}
.section-article .btn{
    pointer-events:all
}
.section-article .s-bg{
    pointer-events:none
}
.section-article .s-image{
    overflow:hidden;
    mix-blend-mode:multiply
}
.section-article .s-image img{
    pointer-events:all;
    display:block;
    filter:grayscale(100%);
    transform:scale(1);
    transition:transform .35s ease;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    pointer-events:all
}
.section-article .s-image img:hover{
    transform:scale(1.1)
}
.section-article .s-info{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    font-size:15px;
    line-height:20px;
    color:#fff
}
.section-article .s-info .icon-mic{
    margin-right:15px
}
.section-article .s-info .icon-mic:before{
    content:' ';
    display:inline-block;
    font-size:10px;
    background-image:url(../images/sprite_svg.svg);
    background-repeat:no-repeat;
    background-size:7.6812em 141.6em;
    background-position:-.2em -84.4em;
    width:1.6em;
    height:2.2em;
    display:block
}
.no-svg .section-article .s-info .icon-mic:before{
    background-image:url(../images/sprite_svg.png)
}
.menu-dropdown{
    position:relative;
    background:0 0;
    color:#fff
}
.menu-dropdown.type--sticky{
    position:-webkit-sticky;
    position:sticky;
    z-index:900;
    top:120px;
    background:#fff;
    color:#595B60;
    border-bottom:1px solid #EBECEC
}
.menu-dropdown.type--sticky .m-header__inner{
    border:none
}
.menu-dropdown.type--sticky .m-subscribe .subscribe-btn .icon:before{
    background-position:-.2em -137.2em;
    width:1.8em;
    height:1.8207em
}
.drawer-opened .menu-dropdown.type--sticky{
    visibility:hidden
}
.menu-dropdown.hover,.menu-dropdown.opened{
    background:#F5F5F5;
    color:#595B60
}
.menu-dropdown.hover .m-header__inner,.menu-dropdown.opened .m-header__inner{
    border-color:transparent
}
.menu-dropdown.hover .m-subscribe .subscribe-btn .icon:before,.menu-dropdown.opened .m-subscribe .subscribe-btn .icon:before{
    background-position:-.2em -137.2em;
    width:1.8em;
    height:1.8207em
}
.menu-dropdown.opened .js-menu-opener:not(.opened){
    visibility:hidden
}
.menu-dropdown.opened .m-close .close-btn{
    visibility:visible
}
.menu-dropdown.opened .m-footer__inner{
    display:block
}
.menu-dropdown .m-header__inner{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:start;
    align-items:flex-start;
    line-height:1;
    border-bottom:1px solid rgba(255,255,255,.25)
}
.menu-dropdown .m-tags{
    padding:20px 0
}
.menu-dropdown .m-tags .tags-link{
    position:relative;
    display:block;
    text-decoration:none;
    color:inherit;
    text-transform:uppercase;
    font-size:12px;
    line-height:20px;
    letter-spacing:1px;
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    cursor:pointer;
    padding-right:20px;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.menu-dropdown .m-tags .tags-link:after{
    content:'';
    display:block;
    position:absolute;
    right:0;
    top:50%;
    margin-top:-4px;
    border:4px solid transparent;
    border-left:6px solid currentColor;
    border-right:none;
    transition:transform .2s ease
}
.menu-dropdown .m-tags .tags-link.hover,.menu-dropdown .m-tags .tags-link.opened{
    color:#000
}
.menu-dropdown .m-tags .tags-link.hover:after,.menu-dropdown .m-tags .tags-link.opened:after{
    transform:rotate(90deg)
}
.menu-dropdown .m-tags .tags-link.hover~.tags-drop{
    display:block
}
.menu-dropdown .m-tags .tags-drop{
    display:none;
    position:absolute;
    z-index:100;
    left:0;
    top:100%;
    width:100%;
    line-height:30px;
    background:#F5F5F5;
    min-height:320px
}
.menu-dropdown .m-tags .drop-wrap{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:start;
    align-items:flex-start;
    border-top:1px solid #D8D8DA;
    padding:40px 0
}
.menu-dropdown .m-tags .drop-title{
    -ms-flex:0 0 260px;
    flex:0 0 260px;
    max-width:260px;
    color:#B67965;
    margin:0;
    padding-right:40px
}
.menu-dropdown .m-tags .tags-list{
    -ms-flex:auto;
    flex:auto;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align:start;
    align-items:flex-start
}
.menu-dropdown .m-tags .list-item{
    margin-right:20px;
    margin-bottom:20px
}
.menu-dropdown .m-tags .list-item a{
    display:block;
    text-decoration:none;
    background:#fff;
    color:inherit;
    font-size:12px;
    line-height:20px;
    padding:10px;
    text-align:center
}
.menu-dropdown .m-categories{
    padding:10px 0
}
.menu-dropdown .m-categories .categories-link{
    position:relative;
    display:block;
    text-decoration:none;
    color:inherit;
    text-transform:uppercase;
    font-size:12px;
    line-height:20px;
    letter-spacing:1px;
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    cursor:pointer;
    padding-right:20px;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.menu-dropdown .m-categories .categories-link:after{
    content:'';
    display:block;
    position:absolute;
    right:0;
    top:50%;
    margin-top:-4px;
    border:4px solid transparent;
    border-left:6px solid currentColor;
    border-right:none;
    transition:transform .2s ease
}
.menu-dropdown .m-categories .categories-link.opened{
    color:#000
}
.menu-dropdown .m-categories .categories-link.opened:after{
    transform:rotate(90deg)
}
.menu-dropdown .m-categories .list-item{
    line-height:1;
    padding:10px 20px
}
.menu-dropdown .m-categories .category-link{
    position:relative;
    display:inline-block;
    vertical-align:top;
    text-decoration:none;
    color:inherit;
    text-transform:uppercase;
    font-size:12px;
    line-height:20px;
    letter-spacing:1px;
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    cursor:pointer
}
.menu-dropdown .m-categories .category-link:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    top:100%;
    width:0;
    height:2px;
    background:currentColor;
    transition:width .2s ease
}
.menu-dropdown .m-categories .category-link.hover{
    color:#000
}
.menu-dropdown .m-categories .category-link.hover:before{
    width:100%
}
.menu-dropdown .m-categories .category-link.hover~.category-drop{
    display:block
}
.menu-dropdown .m-categories .category-drop{
    display:none;
    position:absolute;
    z-index:100;
    left:0;
    top:100%;
    width:100%;
    line-height:30px;
    background:#F5F5F5;
    min-height:320px
}
.menu-dropdown .m-categories .drop-wrap{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:start;
    align-items:flex-start;
    border-top:1px solid #D8D8DA;
    padding:40px 0
}
.menu-dropdown .m-categories .drop-title{
    -ms-flex:0 0 260px;
    flex:0 0 260px;
    max-width:260px;
    color:#B67965;
    margin:0;
    padding-right:40px
}
.menu-dropdown .m-categories .drop-filter{
    -ms-flex:0 0 560px;
    flex:0 0 560px;
    max-width:560px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    color:#707070
}
.menu-dropdown .m-categories .drop-filter ul{
    padding-right:40px;
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
}
.menu-dropdown .m-categories .drop-filter li:before{
    color:#DAB8AD
}
.menu-dropdown .m-categories .drop-filter a{
    text-decoration:none;
    color:inherit
}
.menu-dropdown .m-categories .drop-filter span{
    color:#D8D8DA
}
.menu-dropdown .m-categories .drop-articles{
    -ms-flex:auto;
    flex:auto;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    margin-right:-20px
}
.menu-dropdown .m-categories .article-card{
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
    padding-left:20px;
    padding-right:20px;
    border-left:1px solid #DAB8AD
}
.menu-dropdown .m-categories .article-card .c-image{
    position:relative;
    display:block;
    text-decoration:none;
    padding-bottom:53%;
    margin-bottom:20px
}
.menu-dropdown .m-categories .article-card .c-image img{
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit:cover
}
.menu-dropdown .m-categories .article-card .c-title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:15px;
    line-height:25px;
    color:#000;
    max-width:300px
}
.menu-dropdown .m-categories .article-card .c-text{
    font-size:15px;
    line-height:25px;
    color:#707070;
    max-width:300px
}
.menu-dropdown .m-subscribe{
    padding:20px 0
}
.menu-dropdown .m-subscribe .subscribe-btn{
    display:-ms-inline-flexbox;
    display:inline-flex;
    vertical-align:top;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center;
    border:none;
    background:0 0;
    padding:0;
    color:inherit;
    text-decoration:none;
    text-transform:uppercase;
    font-size:12px;
    line-height:20px;
    letter-spacing:1px;
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}
.menu-dropdown .m-subscribe .subscribe-btn span+span{
    margin-left:10px
}
.menu-dropdown .m-subscribe .subscribe-btn .icon:before{
    content:' ';
    display:inline-block;
    font-size:10px;
    background-image:url(../images/sprite_svg.svg);
    background-repeat:no-repeat;
    background-size:7.6812em 141.6em;
    background-position:-.2em -139.5em;
    width:1.8em;
    height:1.8207em;
    display:block
}
.no-svg .menu-dropdown .m-subscribe .subscribe-btn .icon:before{
    background-image:url(../images/sprite_svg.png)
}
.menu-dropdown .m-close{
    width:54px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:end;
    justify-content:flex-end;
    padding:20px 0
}
.menu-dropdown .m-close .close-btn{
    visibility:hidden;
    display:block;
    position:relative;
    width:30px;
    height:20px;
    border:none;
    background:0 0;
    color:currentColor;
    padding:0
}
.menu-dropdown .m-close .close-btn:after,.menu-dropdown .m-close .close-btn:before{
    content:'';
    display:block;
    position:absolute;
    left:50%;
    top:50%;
    width:100%;
    height:2px;
    background:currentColor
}
.menu-dropdown .m-close .close-btn:before{
    transform:translate(-50%,-50%) rotate(-45deg)
}
.menu-dropdown .m-close .close-btn:after{
    transform:translate(-50%,-50%) rotate(45deg)
}
.menu-dropdown .m-drop{
    position:absolute;
    z-index:100;
    left:0;
    top:100%;
    width:100%
}
.menu-dropdown .m-body{
    background:#F5F5F5
}
.menu-dropdown .m-body__inner{
    border-top:1px solid #D8D8DA;
    min-height:200px;
    display:none
}
.menu-dropdown .m-body__inner.opened{
    display:block
}
.menu-dropdown .m-footer{
    background:#F5F5F5
}
.menu-dropdown .m-footer__inner{
    border-top:1px solid #D8D8DA;
    line-height:1;
    display:none
}
.hero-channel{
    background:#94BFC8;
    color:#000;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column;
    min-height:calc(100vh - 120px)
}
.hero-channel .s-wrap{
    -ms-flex:auto;
    flex:auto;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:120px 0 100px
}
.hero-channel .s-wrap__heading+.s-wrap__content{
    margin-top:60px
}
.hero-channel .s-heading{
    color:#fff;
    margin:0
}
.hero-channel .s-heading sup{
    font-family:SohneSchmal-Halbfett,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:60px
}
.hero-channel .s-heading.type-2{
    font-family:SohneSchmal-Halbfett,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase
}
.hero-channel .s-image{
    display:block;
    text-decoration:none;
    overflow:hidden
}
.hero-channel .s-image:hover img{
    transform:scale(1.1)
}
.hero-channel .s-image img{
    display:block;
    width:100%;
    transform:scale(1);
    transition:transform .35s ease;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}
.hero-channel .s-subtitle{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px;
    color:inherit;
    margin-bottom:20px
}
.hero-channel .s-title{
    font-family:SohneSchmal-Halbfett,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:80px;
    line-height:1;
    margin-bottom:30px
}
.hero-channel .s-text{
    margin-top:30px;
    max-width:600px
}
.hero-channel .s-controls{
    margin-top:30px
}
.card-series{
    -ms-flex:1;
    flex:1;
    padding-right:40px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.card-series .c-part+.c-part{
    margin-top:40px
}
.card-series .c-preview{
    width:240px;
    height:240px;
    text-decoration:none;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:end;
    align-items:flex-end;
    -ms-flex-pack:start;
    justify-content:flex-start;
    margin-bottom:60px
}
.card-series .c-preview img{
    display:block;
    max-width:100%;
    max-height:100%
}
.card-series .c-title{
    color:#000;
    font-size:22px;
    line-height:30px;
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}
.card-series .c-subtitle{
    color:#B67965
}
.card-series .c-text{
    color:#707070;
    margin-top:20px
}
.card-series .c-button .btn{
    min-width:120px
}
.page-section.section-series{
    position:relative
}
.page-section.section-series:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:420px;
    background:#EBECEC
}
.page-section.section-series .s-wrap{
    position:relative;
    padding-top:100px!important
}
.hero-podcast{
    position:relative;
    background:#0C0C62;
    color:#fff;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column;
    min-height:calc(100vh - 120px)
}
.hero-podcast.bg-2{
    background-color:#471D6F
}
.hero-podcast.bg-2:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:transparent linear-gradient(0deg,#9A9B9F 0,#54545400 100%) 0 0 no-repeat padding-box;
    mix-blend-mode:multiply
}
.hero-podcast.bg-2 .s-preview .preview-controls{
    background:#471D6F
}
.hero-podcast.bg-2 .s-preview .control-item:last-child{
    background:#3B185C
}
.hero-podcast .s-wrap{
    position:relative;
    -ms-flex:auto;
    flex:auto;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column;
    padding:120px 0 100px
}
.hero-podcast .s-wrap>.container{
    -ms-flex:1;
    flex:1;
    display:-ms-flexbox;
    display:flex
}
.hero-podcast .s-row{
    -ms-flex:1;
    flex:1;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap
}
.hero-podcast .s-preview{
    position:relative
}
.hero-podcast .s-preview .preview-controls{
    position:absolute;
    left:0;
    top:0;
    width:300px;
    height:100px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    background:#0C0C62
}
.hero-podcast .s-preview .control-item{
    position:relative;
    -ms-flex:0 0 33.33%;
    flex:0 0 33.33%;
    max-width:33.33%;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:center;
    justify-content:center;
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:30px;
    line-height:50px
}
.hero-podcast .s-preview .control-item img{
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit:cover
}
.hero-podcast .s-preview .play-btn{
    position:relative;
    display:block;
    width:60px;
    height:60px;
    border-radius:50%;
    padding:0;
    border:none;
    color:inherit;
    background:currentColor
}
.hero-podcast .s-preview .play-btn[disabled]{
    opacity:.3
}
.hero-podcast .s-preview .play-btn:after,.hero-podcast .s-preview .play-btn:before{
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%)
}
.hero-podcast .s-preview .play-btn:before{
    display:block;
    border:18px solid transparent;
    border-left:30px solid #0C0C62;
    border-right:none;
    margin-left:4px
}
.hero-podcast .s-preview .play-btn:after{
    display:none
}
.hero-podcast .s-preview .play-btn.played:after,.hero-podcast .s-preview .play-btn.played:before{
    display:block;
    width:5px;
    height:30px;
    background:#0C0C62;
    border:none
}
.hero-podcast .s-preview .play-btn.played:before{
    margin-left:-6px
}
.hero-podcast .s-preview .play-btn.played:after{
    margin-left:6px
}
.hero-podcast .s-preview .preview-image img{
    display:block;
    width:100%
}
.hero-podcast .s-image{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:end;
    align-items:flex-end
}
.hero-podcast .s-image a{
    display:inline-block;
    vertical-align:top;
    text-decoration:none
}
.hero-podcast .s-image img{
    display:block;
    max-width:100%
}
.hero-podcast .s-content+.s-content{
    margin-top:40px
}
.hero-podcast .s-subtitle{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px;
    color:inherit;
    margin-bottom:30px
}
.hero-podcast .s-pretitle{
    font-size:22px;
    line-height:30px;
    opacity:.7;
    margin-bottom:10px
}
.hero-podcast .s-title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:40px;
    line-height:50px;
    margin-bottom:40px
}
.hero-podcast .s-lead{
    font-size:25px;
    line-height:30px;
    opacity:.7;
    max-width:600px
}
.hero-podcast .s-info{
    font-size:15px;
    line-height:20px;
    padding:10px 0;
    border-top:1px solid rgba(255,255,255,.3);
    border-bottom:1px solid rgba(255,255,255,.3)
}
.hero-podcast .s-info span{
    opacity:.7
}
.hero-podcast .s-info span:not(:last-child){
    margin-right:40px
}
.hero-podcast .s-info span:last-child{
    margin-left:auto
}
.hero-podcast .s-text{
    margin-top:30px
}
.hero-podcast .s-episode{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center
}
.hero-podcast .s-episode .episode-icon{
    position:relative;
    display:block;
    text-decoration:none;
    -ms-flex:0 0 42px;
    flex:0 0 42px;
    height:42px;
    color:inherit;
    background:currentColor;
    border-radius:50%;
    margin-right:20px
}
.hero-podcast .s-episode .episode-icon:before{
    content:'';
    display:block;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    border:10px solid transparent;
    border-left:18px solid #0C0C62;
    border-right:none;
    margin-left:3px
}
.hero-podcast .s-episode .episode-number{
    font-family:SohneSchmal-Halbfett,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:45px;
    line-height:50px;
    margin-right:40px
}
.hero-podcast .s-controls{
    border-top:1px solid rgba(255,255,255,.3);
    border-bottom:1px solid rgba(255,255,255,.3);
    padding-bottom:10px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-top:40px
}
.hero-podcast .s-controls .btn-group{
    margin-right:40px
}
.hero-podcast .s-controls .btn-group .btn{
    min-width:140px
}
.hero-podcast .s-controls .btn-group-item,.hero-podcast .s-controls .lnk-group-item{
    margin-top:10px
}
.page-section.episodes-latest{
    background:#F5F5F5
}
.page-section.episodes-latest .episodes-list .list-item{
    padding:30px 0;
    border-bottom:1px solid #D8D8DA
}
.page-section.episodes-latest .episodes-list .item-part:nth-child(1){
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center
}
.page-section.episodes-latest .episodes-list .item-part:nth-child(3){
    line-height:1
}
.page-section.episodes-latest .episodes-list .item-preview{
    position:relative;
    display:block;
    text-decoration:none;
    -ms-flex:0 0 240px;
    flex:0 0 240px;
    max-width:240px
}
.page-section.episodes-latest .episodes-list .item-preview:before{
    content:'';
    display:block;
    padding-bottom:58%
}
.page-section.episodes-latest .episodes-list .item-preview .item-preview__link{
    display:block;
    text-decoration:none;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%
}
.page-section.episodes-latest .episodes-list .item-preview .thumbnail .thumb-video:before{
    font-size:5.5px;
    left:10px;
    top:10px
}
.page-section.episodes-latest .episodes-list .item-info{
    -ms-flex:auto;
    flex:auto;
    padding-left:40px;
    color:#000
}
.page-section.episodes-latest .episodes-list .item-info .info-title{
    font-family:SohneSchmal-Halbfett,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:40px;
    line-height:1;
    margin-bottom:10px
}
.page-section.episodes-latest .episodes-list .item-info .info-text{
    font-size:15px;
    line-height:25px
}
.page-section.episodes-latest .episodes-list .item-title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:22px;
    line-height:30px;
    color:#000;
    margin-bottom:10px
}
.page-section.episodes-latest .episodes-list .item-text{
    color:#707070
}
.page-section.episodes-latest .s-pagination{
    margin-top:100px
}
.page-section.episodes-other .episode-card{
    -ms-flex:1;
    flex:1;
    border-bottom:1px solid #DAB8AD;
    padding:50px 0
}
.page-section.episodes-other .episode-card .c-preview{
    display:block;
    position:relative;
    text-decoration:none;
    max-width:240px
}
.page-section.episodes-other .episode-card .c-preview:before{
    content:'';
    display:block;
    padding-bottom:58%
}
.page-section.episodes-other .episode-card .c-preview .item-preview__link{
    display:block;
    text-decoration:none;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%
}
.page-section.episodes-other .episode-card .c-desription{
    max-width:400px
}
.page-section.episodes-other .episode-card .c-subtitle{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px;
    margin-bottom:20px
}
.page-section.episodes-other .episode-card .c-title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:22px;
    line-height:30px;
    color:#000;
    margin-bottom:10px
}
.page-section.episodes-other .episode-card .c-text{
    font-size:15px;
    line-height:25px;
    color:#707070
}
.page-section.episodes-other .episode-card .c-info{
    font-size:12px;
    line-height:20px;
    margin-top:30px
}
.page-section.episodes-other .s-pagination{
    margin-top:100px
}
.hero-article{
    background:#94BFC8;
    color:#000;
    min-height:calc(100vh - 120px);
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column
}
.hero-article .s-wrap{
    margin-top:auto;
    padding-top:90px;
    padding-bottom:0;
    color:#fff
}
.hero-article .s-heading{
    color:inherit;
    font-family:SohneSchmal-Halbfett,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    margin-bottom:0
}
.hero-article .s-subtitle{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px;
    color:inherit;
    margin-bottom:20px
}
.hero-article .lnk-group .lnk{
    color:#fff
}
.hero-channel-picture{
    position:relative
}
.hero-channel-picture__head{
    position:absolute;
    left:0;
    bottom:0;
    padding:90px 40px;
    width:100%;
    z-index:1
}
.hero-channel-picture__head::before{
    content:'';
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:-1;
    background:linear-gradient(transparent 0,#595b60 100%)
}
.hero-channel-picture img{
    display:inline-block;
    width:100%
}
.commercial-small{
    display:inline-block;
    margin:40px 0
}
.commercial-small img{
    display:inline-block;
    max-width:100%
}
.card-snapshot{
    width:100%;
    max-width:380px
}
.card-snapshot__img{
    font-size:0;
    margin-bottom:20px
}
.card-snapshot__category{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:10px;
    letter-spacing:.1em;
    text-align:left;
    color:#B67965
}
.card-snapshot__name{
    font-family:Sohne-Buch,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:22px;
    line-height:30px;
    text-align:left;
    color:#000
}
.card-snapshot__list{
    overflow:hidden
}
.card-snapshot__list li{
    transition:height .25s ease;
    font-family:Sohne-Buch,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:15px;
    line-height:25px;
    text-align:left;
    color:#7b7b7b;
    box-sizing:content-box
}
.card-snapshot__text{
    padding:10px 0 5px;
    display:block;
    border-bottom:1px solid #DAB8AD;
    margin-bottom:1px
}
.card-snapshot__link{
    font-family:Sohne-Buch,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    display:block;
    color:#B67965;
    text-decoration:none;
    font-size:15px;
    line-height:25px;
    margin-top:25px;
    text-decoration:none;
    position:relative
}
.card-snapshot__link-icon{
    display:inline-block;
    transition:margin .2s;
    margin-right:5px;
    vertical-align:middle
}
.card-snapshot__link:hover{
    text-decoration:none
}
.card-snapshot__link:hover .card-snapshot__link-icon{
    margin-right:10px
}
.card-snapshot__link .card-snapshot__link-open{
    display:-ms-inline-flexbox;
    display:inline-flex;
    -ms-flex-align:center;
    align-items:center;
    opacity:1;
    transform:translateY(0);
    transition:opacity,transform;
    transition:opacity .3s .6s,transform .2s .6s
}
.active .card-snapshot__link .card-snapshot__link-open{
    opacity:0;
    transform:translateY(-30%);
    transition:opacity .3s .3s,transform .2s .3s
}
.card-snapshot__link .card-snapshot__link-close{
    display:-ms-inline-flexbox;
    display:inline-flex;
    -ms-flex-align:center;
    align-items:center;
    position:absolute;
    left:0;
    top:0;
    opacity:0;
    transform:translateY(-30%);
    transition:opacity .3s .3s,transform .2s .3s
}
.active .card-snapshot__link .card-snapshot__link-close{
    opacity:1;
    transform:translateY(0);
    transition:opacity .3s .6s,transform .2s .6s
}
.hero-video{
    background:#94BFC8;
    color:#000;
    min-height:calc(100vh - 120px);
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column
}
.hero-video .s-wrap{
    margin-top:auto;
    padding-top:140px;
    padding-bottom:90px;
    color:#fff;
    display:-ms-flexbox;
    display:flex;
    -ms-flex:1 0 100%;
    flex:1 0 100%
}
.hero-video .s-wrap .container{
    display:-ms-flexbox;
    display:flex;
    -ms-flex:1 0 100%;
    flex:1 0 100%
}
.hero-video .s-row{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.hero-video .s-description{
    color:#fff;
    display:-ms-flexbox;
    display:flex;
    height:100%;
    -ms-flex-flow:column;
    flex-flow:column
}
.hero-video .s-subtitle{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px;
    color:inherit;
    margin-bottom:20px
}
.hero-video .s-title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:40px;
    line-height:50px;
    margin-bottom:40px
}
.hero-video .s-text{
    font-family:Sohne-Buch,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:25px;
    line-height:30px;
    text-align:left;
    color:#fff;
    opacity:.8;
    margin-top:auto;
    margin-bottom:20px
}
.hero-video .s-controls{
    margin-top:20px;
    border-top:1px solid rgba(255,255,255,.3);
    border-bottom:1px solid rgba(255,255,255,.3);
    padding-bottom:20px
}
.hero-video .lnk{
    color:#fff
}
.video{
    width:100%;
    position:relative;
    margin:0;
    line-height:0
}
.video video{
    max-width:100%
}
.video__button{
    display:-ms-flexbox;
    display:flex;
    width:100px;
    height:100px;
    background-color:#606F72;
    overflow:hidden;
    position:absolute;
    top:0;
    left:0;
    box-sizing:border-box;
    padding:0;
    border:0
}
.video__icon{
    display:-ms-flexbox;
    display:flex;
    font-size:0;
    width:65%;
    height:65%;
    margin:auto;
    background:#fff;
    border-radius:50%
}
.video__icon svg{
    display:inline-block;
    max-width:50%;
    max-height:50%;
    margin:auto;
    transform:translateX(10%)
}
.section-instagram{
    background:#DAB8AD;
    color:#000
}
.section-instagram .s-wrap{
    padding:100px 0
}
.section-instagram .s-title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:none;
    font-size:22px;
    line-height:30px;
    color:#B67965;
    letter-spacing:normal;
    color:#fff;
    margin-bottom:10px
}
.section-instagram .s-text{
    max-width:400px
}
.section-instagram .s-button .btn:not(:disabled):not(.disabled):active,.section-instagram .s-button .btn:not(:disabled):not(.disabled):focus,.section-instagram .s-button .btn:not(:disabled):not(.disabled):hover{
    background-color:#fff;
    border-color:#fff;
    color:#000
}
.section-instagram .s-slider .fs-wrapper{
    line-height:1
}
.section-instagram .s-slider .fs-entry-container{
    vertical-align:top
}
.card-search{
    display:-ms-flexbox;
    display:flex;
    padding-bottom:50px;
    border-bottom:2px solid #595B60
}
.card-search+.card-search{
    margin-top:60px
}
.card-search__img{
    margin-right:40px;
    max-width:240px;
    width:33%;
    margin-right:40px;
    -ms-flex-negative:0;
    flex-shrink:0
}
.card-search__img img{
    display:inline-block;
    max-width:100%
}
.card-search__main{
    -ms-flex-positive:1;
    flex-grow:1
}
.card-search__category{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:10px;
    letter-spacing:.1em;
    text-align:left;
    color:#B67965;
    line-height:1;
    margin-bottom:12px
}
.card-search__title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:22px;
    line-height:30px;
    text-align:left;
    color:#fff;
    margin-bottom:10px
}
.card-search__subtitle{
    font-family:Sohne-Buch,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight:400;
    font-size:15px;
    line-height:25px;
    text-align:left;
    color:#fff
}
.card-search__short{
    font-family:Sohne-Buch,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight:400;
    font-size:15px;
    line-height:25px;
    text-align:left;
    color:#9A9B9F;
    margin-bottom:25px
}
.card-search__list{
    font-family:Sohne-Buch,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight:400;
    font-size:15px;
    line-height:25px;
    text-align:left;
    color:#9A9B9F;
    margin-top:25px
}
.card-search__list li{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center
}
.card-search__list li+li{
    margin-top:5px
}
.card-search__list li .lnk{
    margin-right:20px
}
.section-filter{
    padding-bottom:60px
}
.section-filter.pt{
    padding-top:200px
}
.section-filter.pt-half{
    padding-top:100px
}
.section-filter+.page-section .s-wrap{
    padding-top:0
}
.section-filter .s-header{
    padding-bottom:10px
}
.section-filter .s-title{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.section-filter .title-text{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:none;
    font-size:22px;
    line-height:30px;
    color:#B67965;
    letter-spacing:normal;
    line-height:28px;
    padding-bottom:2px
}
.section-filter .title-list{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center
}
.section-filter .title-list__label{
    position:relative;
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px;
    padding-right:10px
}
.section-filter .title-list__label:after{
    content:'';
    display:block;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%) rotate(45deg);
    width:6px;
    height:6px;
    border-top:1px solid #B67965;
    border-right:1px solid #B67965
}
.section-filter .title-list__item{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px;
    cursor:pointer;
    color:#9A9B9F;
    transition:color .2s ease;
    margin-left:60px
}
.section-filter .title-list__item.active,.section-filter .title-list__item:hover{
    color:#595B60
}
.section-filter .title-link{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px;
    text-decoration:none;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center
}
.section-filter .title-link span+span{
    margin-left:10px
}
.section-filter .title-link:not(.collapsed) .title-link__icon:after,.section-filter .title-link:not(.collapsed) .title-link__icon:before{
    transform:translate(-50%,-50%) rotate(45deg)
}
.section-filter .title-link__icon{
    display:block;
    position:relative;
    width:18px;
    height:18px;
    border:2px solid #DAB8AD;
    border-radius:3px
}
.section-filter .title-link__icon:after,.section-filter .title-link__icon:before{
    content:'';
    display:block;
    background:#DAB8AD;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    transition:transform .3s ease
}
.section-filter .title-link__icon:before{
    width:2px;
    height:10px
}
.section-filter .title-link__icon:after{
    width:10px;
    height:2px
}
.section-filter .s-body{
    background:#D8D8DA
}
.section-filter .s-pane{
    padding:30px 0
}
.section-filter .s-pane.active{
    display:block
}
.section-filter .s-pane__title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px;
    margin-bottom:20px
}
.section-filter .s-pane__controls{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:start;
    align-items:flex-start
}
.section-filter .s-pane__part{
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
}
.section-filter .s-pane__list{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-left:-10px;
    margin-right:-10px
}
.section-filter .s-pane__list a{
    display:block;
    text-decoration:none;
    color:#595B60;
    font-size:12px;
    line-height:20px;
    text-transform:uppercase;
    text-align:center;
    min-width:100px;
    padding:10px 20px;
    background:#fff;
    margin:10px
}
.section-filter .s-pane__list a:hover{
    color:#B67965
}
.section-filter .s-pane__list a.active{
    color:#FF8450
}
.hero-text{
    padding:80px 0
}
.hero-text+.page-section .s-wrap{
    padding-top:0
}
.hero-text .s-title{
    color:#000;
    font-family:SohneSchmal-Halbfett,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:200px;
    line-height:1;
    text-align:center
}
.section-performance{
    background:#2E2E2E;
    color:#9A9B9F;
    padding:40px 0
}
.section-performance .item-title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:40px;
    line-height:50px;
    margin-bottom:10px
}
.g-header{
    position:fixed;
    z-index:1000;
    left:0;
    top:0;
    width:100%
}
.menu-opened .g-header .h-main{
    background:#2E2E2E
}
.menu-opened .g-header .h-main:before{
    display:none
}
.menu-opened .g-header .h-logo a{
    color:#fff
}
.menu-opened .g-header .h-logo .logo-dark{
    display:none
}
.menu-opened .g-header .h-logo .logo-light{
    display:block
}
.brands-opened .g-header .h-main{
    background:#F8F1EE
}
.brands-opened .g-header .h-main:before{
    display:none
}
.stores-opened .g-header .h-main{
    background:#F0E3DE
}
.stores-opened .g-header .h-main:before{
    display:none
}
.search-opened .g-header .h-main{
    background:#2E2E2E
}
.search-opened .g-header .h-main:before{
    display:none
}
.search-opened .g-header .h-logo a{
    color:#fff
}
.search-opened .g-header .h-logo .logo-dark{
    display:none
}
.search-opened .g-header .h-logo .logo-light{
    display:block
}
.g-header.g-header--dark .h-main{
    background:#2E2E2E;
    color:#fff
}
.g-header.g-header--dark .h-main:before{
    display:none
}
.g-header.g-header--dark .h-logo .logo-dark{
    display:none
}
.g-header.g-header--dark .h-logo .logo-light{
    display:block
}
.g-header.g-header--dark .h-menu .menu-item a:before{
    background:#fff
}
.g-header.g-header--dark .h-submenu .menu-item a:before{
    background:#fff
}
.g-header.g-header--dark .h-search .search-button .b-icon:before{
    background-position:-.2em -104.7em;
    width:2.2811em;
    height:2.3508em
}
.g-header .h-sub{
    background:#3F4146;
    color:#fff
}
.g-header .h-sub .h-wrap{
    height:40px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center
}
.g-header .sub-item+.sub-item{
    margin-left:40px
}
.g-header .sub-item a{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center;
    text-decoration:none;
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:10px;
    line-height:12px;
    color:inherit;
    text-transform:uppercase;
    letter-spacing:1px
}
.g-header .sub-item a span{
    display:inline-block
}
.g-header .sub-item a span+span{
    margin-left:8px
}
.g-header .sub-item a span:before{
    content:' ';
    display:inline-block;
    font-size:10px;
    background-image:url(../images/sprite_svg.svg);
    background-repeat:no-repeat;
    background-size:7.6812em 141.6em;
    display:block
}
.no-svg .g-header .sub-item a span:before{
    background-image:url(../images/sprite_svg.png)
}
.brands-opened .g-header .sub-item a.link-brands{
    color:#FF8450
}
.g-header .sub-item a.link-brands .icon:before{
    background-position:-.2em -126.3em;
    width:1.2em;
    height:1.2em
}
.stores-opened .g-header .sub-item a.link-stores{
    color:#FF8450
}
.g-header .sub-item a.link-stores .icon:before{
    background-position:-.2em -131.5em;
    width:1.0669em;
    height:1.4733em
}
.g-header .sub-item.bordered{
    position:relative
}
.g-header .sub-item.bordered:before{
    content:'';
    display:none;
    position:absolute;
    left:0;
    top:50%;
    width:1px;
    height:24px;
    background:#707070;
    transform:translateY(-50%)
}
.g-header .sub-item.bordered+.sub-item.bordered{
    margin-left:20px;
    padding-left:20px
}
.g-header .sub-item.bordered+.sub-item.bordered:before{
    display:block
}
.g-header .sub-item.bordered .sub-item__logo img{
    width:75px;
    height:14px
}
.g-header .sub-item.bordered .sub-item__txt{
    text-transform:none;
    letter-spacing:normal;
    color:#FF8450;
    font-size:12px
}
.g-header .h-main{
    position:relative;
    background:#fff
}
.g-header .h-main:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:1px;
    background:#EBECEC
}
.g-header .h-main .container{
    position:relative
}
.g-header .h-main .h-wrap{
    height:80px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.g-header .h-logo a{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:end;
    align-items:flex-end;
    text-decoration:none;
    color:inherit;
    transition:none
}
.g-header .h-logo .logo-dark{
    display:block
}
.g-header .h-logo .logo-light{
    display:none
}
.g-header .h-logo img{
    display:block;
    max-width:100%;
    width:172px;
    height:30px
}
.g-header .h-logo .h-logo__text{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:22px;
    line-height:1;
    margin-left:10px
}
.g-header .h-menu{
    height:100%
}
.drawer-opened .g-header .h-menu{
    display:none
}
.g-header .h-menu .menu-list{
    height:100%;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    margin-left:-20px;
    margin-right:-20px
}
.g-header .h-menu .menu-item{
    display:-ms-flexbox;
    display:flex;
    padding-left:20px;
    padding-right:20px;
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:16px;
    line-height:20px
}
.g-header .h-menu .menu-item.active a:before{
    transform:scaleX(1)
}
.g-header .h-menu .menu-item a{
    -ms-flex:1;
    flex:1;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center;
    position:relative;
    color:inherit;
    text-decoration:none
}
.g-header .h-menu .menu-item a:hover:before{
    transform:scaleX(1)
}
.g-header .h-menu .menu-item a:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:3px;
    background:#000;
    transform:scaleX(0);
    transform-origin:0 0;
    transition:transform .3s ease
}
.drawer-opened .g-header .h-search{
    display:none
}
.g-header .h-search .search-button{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    border:none;
    background:0 0;
    padding:0;
    font-size:15px;
    line-height:20px;
    font-weight:400;
    color:inherit;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.g-header .h-search .search-button .b-icon{
    line-height:1
}
.g-header .h-search .search-button .b-icon:before{
    content:' ';
    display:inline-block;
    font-size:10px;
    background-image:url(../images/sprite_svg.svg);
    background-repeat:no-repeat;
    background-size:7.6812em 141.6em;
    background-position:-.2em -101.9em;
    width:2.2811em;
    height:2.3508em;
    display:block
}
.no-svg .g-header .h-search .search-button .b-icon:before{
    background-image:url(../images/sprite_svg.png)
}
.g-header .h-search .search-button span+span{
    margin-left:10px
}
.g-header .h-submenu{
    height:100%;
    margin-left:40px
}
.drawer-opened .g-header .h-submenu{
    display:none
}
.g-header .h-submenu .menu-list{
    height:100%;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    margin-left:-20px;
    margin-right:-20px
}
.g-header .h-submenu .menu-item{
    display:-ms-flexbox;
    display:flex;
    padding-left:20px;
    padding-right:20px;
    font-size:15px;
    line-height:20px
}
.g-header .h-submenu .menu-item.active a:before{
    transform:scaleX(1)
}
.g-header .h-submenu .menu-item a{
    -ms-flex:1;
    flex:1;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center;
    position:relative;
    color:inherit;
    text-decoration:none
}
.g-header .h-submenu .menu-item a:hover:before{
    transform:scaleX(1)
}
.g-header .h-submenu .menu-item a:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:3px;
    background:#000;
    transform:scaleX(0);
    transform-origin:0 0;
    transition:transform .3s ease
}
.g-header .h-burger{
    margin-left:40px
}
.drawer-opened .g-header .h-burger{
    display:block;
    color:#9A9B9F
}
.g-header .h-burger .burger-button{
    position:relative;
    display:block;
    text-decoration:none;
    border:none;
    background:0 0;
    padding:0;
    font-weight:400;
    color:inherit;
    width:30px;
    height:20px;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.g-header .h-burger .burger-button .b-icon{
    transition:background .3s ease;
    transition-delay:.1s
}
.g-header .h-burger .burger-button .b-icon,.g-header .h-burger .burger-button .b-icon:after,.g-header .h-burger .burger-button .b-icon:before{
    display:block;
    position:absolute;
    width:100%;
    height:2px;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    background:currentColor
}
.g-header .h-burger .burger-button .b-icon:after,.g-header .h-burger .burger-button .b-icon:before{
    content:'';
    transform-origin:center;
    transition:transform .3s ease,margin .3s ease
}
.g-header .h-burger .burger-button .b-icon:before{
    margin-top:-8px
}
.g-header .h-burger .burger-button .b-icon:after{
    margin-top:8px
}
.drawer-opened .g-header .h-burger .burger-button .b-icon{
    background:0 0;
    transition:none
}
.drawer-opened .g-header .h-burger .burger-button .b-icon:before{
    margin:0;
    transform:translate(-50%,-50%) rotate3d(0,0,1,135deg) scale(1)
}
.drawer-opened .g-header .h-burger .burger-button .b-icon:after{
    margin:0;
    transform:translate(-50%,-50%) rotate3d(0,0,1,-135deg) scale(1)
}
.g-header .h-search-form{
    display:none
}
.search-opened .g-header .h-search-form{
    display:block;
    -ms-flex-positive:1;
    flex-grow:1;
    max-width:800px;
    margin:0 100px 0 0
}
.g-header .h-search-form .search-form{
    position:relative
}
.g-header .h-search-form .inp{
    height:60px;
    padding-right:60px;
    padding-top:14px;
    padding-bottom:14px;
    color:#fff;
    background:0 0;
    border-color:#707070
}
.g-header .h-search-form .inp:-moz-placeholder{
    color:#D8D8DA;
    opacity:1
}
.g-header .h-search-form .inp::-moz-placeholder{
    color:#D8D8DA;
    opacity:1
}
.g-header .h-search-form .inp:-ms-input-placeholder{
    color:#D8D8DA
}
.g-header .h-search-form .inp::-webkit-input-placeholder{
    color:#D8D8DA
}
.g-header .h-search-form .btn{
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    border:none;
    padding:0
}
.g-header .h-search-form .btn,.g-header .h-search-form .btn:not(:disabled):not(.disabled):active,.g-header .h-search-form .btn:not(:disabled):not(.disabled):focus,.g-header .h-search-form .btn:not(:disabled):not(.disabled):hover{
    color:currentColor;
    background:0 0
}
.g-header .h-search-form .btn:before{
    content:' ';
    display:inline-block;
    font-size:10px;
    background-image:url(../images/sprite_svg.svg);
    background-repeat:no-repeat;
    background-size:7.6812em 141.6em;
    background-position:-.2em -107.5em;
    width:2.0895em;
    height:2.1509em;
    display:block
}
.no-svg .g-header .h-search-form .btn:before{
    background-image:url(../images/sprite_svg.png)
}
.g-footer .f-main{
    background:#3F4146;
    color:#fff
}
.g-footer .f-breadcrumbs{
    position:relative;
    padding:20px 0;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:start;
    align-items:flex-start
}
.g-footer .f-breadcrumbs .breadcrumbs-icon{
    height:20px;
    margin-right:10px
}
.g-footer .f-breadcrumbs .breadcrumbs-icon:before{
    content:' ';
    display:inline-block;
    font-size:10px;
    background-image:url(../images/sprite_svg.svg);
    background-repeat:no-repeat;
    background-size:7.6812em 141.6em;
    background-position:-.2em -23.2em;
    width:1.7em;
    height:1.1414em;
    font-size:9px;
    display:block;
    position:relative;
    top:50%;
    transform:translateY(-50%)
}
.no-svg .g-footer .f-breadcrumbs .breadcrumbs-icon:before{
    background-image:url(../images/sprite_svg.png)
}
.g-footer .f-breadcrumbs .breadcrumbs-list{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-left:-5px
}
.g-footer .f-breadcrumbs .list-item{
    margin-left:5px;
    font-size:15px;
    line-height:20px;
    color:#9A9B9F
}
.g-footer .f-breadcrumbs .list-item:not(:last-child):after{
    content:'/';
    padding-left:5px
}
.g-footer .f-breadcrumbs .list-item a{
    color:inherit
}
.g-footer .f-logos{
    padding:60px 0 100px
}
.g-footer .f-logos .item-link{
    display:inline-block;
    vertical-align:top;
    text-decoration:none;
    color:inherit
}
.g-footer .f-logos .item-title{
    font-size:15px;
    line-height:20px;
    margin-bottom:20px
}
.g-footer .f-logos .item-logo{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:end;
    align-items:flex-end
}
.g-footer .f-logos .item-logo img{
    display:block;
    max-width:100%;
    width:172px;
    height:30px
}
.g-footer .f-logos .item-logo span{
    display:block;
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color:#FF8450;
    font-size:20px;
    line-height:1;
    margin-left:10px
}
.g-footer .f-menu{
    border-top:1px solid #707070;
    padding:60px 0
}
.g-footer .f-menu .f-menu__title{
    display:block;
    text-decoration:none;
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:22px;
    line-height:26px;
    color:#9A9B9F;
    margin-bottom:24px
}
.g-footer .f-menu .f-menu__item+.f-menu__item{
    margin-top:14px
}
.g-footer .f-menu .f-menu__item a{
    color:inherit;
    text-decoration:none
}
.g-footer .f-menu .f-menu__item a:hover{
    color:#FF8450
}
.g-footer .f-social{
    padding:80px 0
}
.g-footer .f-social .f-social__inner{
    border-top:1px solid #707070;
    border-bottom:1px solid #707070
}
.g-footer .f-social .f-social__part{
    min-height:70px;
    padding:20px 0;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:center;
    justify-content:center
}
.g-footer .f-social .f-social__subscribe{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center
}
.g-footer .f-social .f-social__subscribe .subscribe-label{
    margin-right:20px;
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:22px;
    line-height:26px;
    padding-bottom:4px;
    white-space:nowrap
}
.g-footer .f-social .f-social__subscribe .subscribe-form{
    -ms-flex:1;
    flex:1;
    position:relative
}
.g-footer .f-social .f-social__subscribe .subscribe-form input{
    display:block;
    width:100%;
    color:#fff;
    font-weight:400;
    letter-spacing:normal;
    font-family:Sohne-Buch,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:20px;
    line-height:30px;
    padding:0 40px 0 0;
    height:30px;
    border:none;
    background:0 0;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap
}
.g-footer .f-social .f-social__subscribe .subscribe-form input:-moz-placeholder{
    color:rgba(255,255,255,.7);
    opacity:1
}
.g-footer .f-social .f-social__subscribe .subscribe-form input::-moz-placeholder{
    color:rgba(255,255,255,.7);
    opacity:1
}
.g-footer .f-social .f-social__subscribe .subscribe-form input:-ms-input-placeholder{
    color:rgba(255,255,255,.7)
}
.g-footer .f-social .f-social__subscribe .subscribe-form input::-webkit-input-placeholder{
    color:rgba(255,255,255,.7)
}
.g-footer .f-social .f-social__subscribe .subscribe-form button{
    display:block;
    padding:0;
    border:none;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:32px;
    height:30px;
    background:0 0
}
.g-footer .f-social .f-social__subscribe .subscribe-form button:before{
    content:' ';
    display:inline-block;
    font-size:10px;
    background-image:url(../images/sprite_svg.svg);
    background-repeat:no-repeat;
    background-size:7.6812em 141.6em;
    background-position:-.2em -16.3em;
    width:3.0477000000000003em;
    height:2.0601em;
    display:block;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%)
}
.no-svg .g-footer .f-social .f-social__subscribe .subscribe-form button:before{
    background-image:url(../images/sprite_svg.png)
}
.g-footer .f-social .f-social__subscribe [role=form]{
    display:block;
    -ms-flex:auto;
    flex:auto;
    position:relative
}
.g-footer .f-social .f-social__subscribe [role=form]:before{
    content:' ';
    display:inline-block;
    font-size:10px;
    background-image:url(../images/sprite_svg.svg);
    background-repeat:no-repeat;
    background-size:7.6812em 141.6em;
    background-position:-.2em -16.3em;
    width:3.0477000000000003em;
    height:2.0601em;
    display:block;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%)
}
.no-svg .g-footer .f-social .f-social__subscribe [role=form]:before{
    background-image:url(../images/sprite_svg.png)
}
.g-footer .f-social .f-social__subscribe p{
    margin:0
}
.g-footer .f-social .f-social__subscribe br{
    display:none
}
.g-footer .f-social .f-social__subscribe .ajax-loader{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    margin:0
}
.g-footer .f-social .f-social__subscribe input[type=submit]{
    opacity:0;
    top:0;
    transform:none
}
.g-footer .f-social .f-social__list{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align:center;
    align-items:center;
    margin-left:-20px;
    margin-right:-20px
}
.g-footer .f-social .f-social__list .list-item{
    font-size:20px;
    line-height:1;
    padding-left:20px;
    padding-right:20px;
    margin:5px 0
}
.g-footer .f-social .f-social__list .list-item a{
    display:block;
    text-decoration:none;
    color:inherit
}
.g-footer .f-social .f-social__list .list-item a:hover{
    color:#FF8450
}
.g-footer .f-social .f-social__list .list-item a:before{
    display:block
}
.g-footer .f-sub{
    background:#000;
    color:#9A9B9F;
    font-size:12px;
    line-height:14px;
    padding-top:13px;
    padding-bottom:13px
}
.g-footer .f-sub .f-wrap{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.g-footer .f-sub .f-submenu{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:center;
    align-items:center;
    margin-left:-20px
}
.g-footer .f-sub .f-submenu .menu-item{
    padding-left:20px
}
.g-footer .f-sub .f-submenu .menu-item a{
    display:block;
    color:inherit
}
.g-footer .f-sub .f-copyright{
    margin-left:20px
}
.g-subscribe{
    position:fixed;
    z-index:1010;
    background:rgba(0,0,0,.8);
    left:0;
    top:0;
    width:100%;
    height:100%;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:center;
    justify-content:center;
    visibility:hidden;
    pointer-events:none;
    opacity:0;
    transition:opacity .3s ease,visibility .3s ease
}
.subscribe-opened .g-subscribe{
    visibility:visible;
    pointer-events:all;
    opacity:1
}
.g-subscribe .s-wrap{
    position:relative;
    padding:40px;
    width:100%;
    max-width:880px
}
.g-subscribe .s-form{
    position:relative
}
.g-subscribe .s-form .inp{
    color:#000
}
.g-subscribe .s-form .btn{
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%)
}
.g-subscribe .s-close{
    position:absolute;
    left:100%;
    top:50%;
    transform:translateY(-50%)
}
.g-subscribe .s-close .close-btn{
    position:relative;
    display:block;
    text-decoration:none;
    width:50px;
    height:50px;
    border:none;
    padding:0;
    background:0 0
}
.g-subscribe .s-close .close-btn:after,.g-subscribe .s-close .close-btn:before{
    content:'';
    display:block;
    width:100%;
    height:2px;
    background:#fff;
    position:absolute;
    top:50%;
    left:50%
}
.g-subscribe .s-close .close-btn:before{
    transform:translate(-50%,-50%) rotate(-45deg)
}
.g-subscribe .s-close .close-btn:after{
    transform:translate(-50%,-50%) rotate(45deg)
}
.modal.book-modal{
    padding:0!important
}
.modal.book-modal .modal-dialog{
    margin:20px;
    max-width:unset;
    -ms-flex-align:stretch;
    align-items:stretch;
    min-height:unset;
    height:calc(100% - 40px)
}
.modal.book-modal .modal-content{
    border:none;
    border-radius:5px
}
.modal.book-modal .modal-close{
    position:absolute;
    z-index:10;
    right:10px;
    top:10px;
    border:none;
    background:0 0;
    padding:0;
    font-size:40px;
    line-height:1;
    width:26px;
    height:26px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:center;
    justify-content:center;
    overflow:hidden;
    color:#595B60
}
.modal.book-modal .modal-body{
    padding:46px 15px;
    display:-ms-flexbox;
    display:flex
}
.modal.book-modal .frame-wrap{
    position:relative;
    -ms-flex:1;
    flex:1
}
.modal.book-modal .frame-wrap iframe{
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    border:none
}
.drawer-menu{
    position:fixed;
    z-index:999;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#404145;
    color:#EBECEC;
    will-change:transform;
    overflow:hidden;
    transform:translateX(-100%);
    visibility:hidden;
    pointer-events:none;
    opacity:0;
    transition:opacity .3s ease,visibility .3s ease,transform .3s ease;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column;
    padding-top:120px
}
.menu-opened .drawer-menu{
    visibility:visible;
    pointer-events:all;
    opacity:1;
    transform:translateX(0)
}
.drawer-menu .d-wrap{
    -ms-flex:1;
    flex:1;
    overflow-y:auto;
    max-height:100%;
    padding:20px
}
.drawer-menu .d-wrap>:not(:last-child){
    margin-bottom:40px
}
.drawer-menu .d-search .search-form{
    position:relative
}
.drawer-menu .d-search .inp{
    height:60px;
    padding-right:60px;
    padding-top:14px;
    padding-bottom:14px;
    color:#fff;
    background:0 0;
    border-color:#707070
}
.drawer-menu .d-search .inp:-moz-placeholder{
    color:#D8D8DA;
    opacity:1
}
.drawer-menu .d-search .inp::-moz-placeholder{
    color:#D8D8DA;
    opacity:1
}
.drawer-menu .d-search .inp:-ms-input-placeholder{
    color:#D8D8DA
}
.drawer-menu .d-search .inp::-webkit-input-placeholder{
    color:#D8D8DA
}
.drawer-menu .d-search .btn{
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    border:none;
    padding:0
}
.drawer-menu .d-search .btn,.drawer-menu .d-search .btn:not(:disabled):not(.disabled):active,.drawer-menu .d-search .btn:not(:disabled):not(.disabled):focus,.drawer-menu .d-search .btn:not(:disabled):not(.disabled):hover{
    color:currentColor;
    background:0 0
}
.drawer-menu .d-search .btn:before{
    content:' ';
    display:inline-block;
    font-size:10px;
    background-image:url(../images/sprite_svg.svg);
    background-repeat:no-repeat;
    background-size:7.6812em 141.6em;
    background-position:-.2em -107.5em;
    width:2.0895em;
    height:2.1509em;
    display:block
}
.no-svg .drawer-menu .d-search .btn:before{
    background-image:url(../images/sprite_svg.png)
}
.drawer-menu .d-menu .list-item{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:30px;
    line-height:40px;
    color:#F5F5F5
}
.drawer-menu .d-menu .list-item+.list-item{
    margin-top:15px
}
.drawer-menu .d-menu .list-item a{
    display:inline-block;
    vertical-align:top;
    text-decoration:none;
    color:inherit
}
.drawer-menu .d-menu .list-item a:hover{
    color:#B67965
}
.drawer-menu .d-social{
    padding-bottom:20px
}
.drawer-menu .d-social .social-list{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align:center;
    align-items:center
}
.drawer-menu .d-social .list-item{
    margin-top:20px;
    color:#9A9B9F;
    line-height:1
}
.drawer-menu .d-social .list-item:not(:last-child){
    margin-right:40px
}
.drawer-menu .d-social .list-item a{
    display:block;
    text-decoration:none;
    color:inherit
}
.drawer-menu .d-social .list-item a:hover{
    color:#B67965
}
.drawer-menu .d-social .list-item a:before{
    display:block
}
.drawer-menu .d-submenu .submenu-title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px;
    margin-bottom:30px
}
.drawer-menu .d-submenu .list-item{
    font-size:18px;
    line-height:25px
}
.drawer-menu .d-submenu .list-item+.list-item{
    margin-top:15px
}
.drawer-menu .d-submenu .list-item a{
    display:inline-block;
    vertical-align:top;
    color:inherit;
    text-decoration:none
}
.drawer-menu .d-submenu .list-item a:hover{
    color:#B67965
}
.drawer-menu .d-contact{
    margin-top:40px;
    border-top:2px solid #595B60;
    padding-top:40px;
    padding-bottom:40px
}
.drawer-menu .d-contact .contact-list{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-left:-20px;
    margin-right:-20px
}
.drawer-menu .d-contact .list-item{
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
    padding-left:20px;
    padding-right:20px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.drawer-menu .d-contact .list-item:nth-child(n+3){
    margin-top:40px
}
.drawer-menu .d-contact .item-image{
    width:50px;
    height:50px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:start;
    justify-content:flex-start;
    margin-bottom:20px
}
.drawer-menu .d-contact .item-image img{
    display:block;
    max-width:100%;
    max-height:100%
}
.drawer-menu .d-contact .item-title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:uppercase;
    font-size:10px;
    line-height:12px;
    color:#B67965;
    letter-spacing:1px;
    margin-bottom:10px
}
.drawer-menu .d-contact .item-text{
    font-size:18px;
    line-height:25px;
    max-width:280px
}
.drawer-menu .d-contact .item-button{
    margin-top:20px
}
.drawer-menu .d-contact .item-button .btn{
    display:-ms-flexbox;
    display:flex;
    width:100%;
    min-width:unset
}
.drawer-brands{
    position:fixed;
    z-index:999;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#F8F1EE;
    overflow:hidden;
    visibility:hidden;
    pointer-events:none;
    opacity:0;
    transition:opacity .3s ease,visibility .3s ease;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column;
    padding-top:120px
}
.brands-opened .drawer-brands{
    visibility:visible;
    pointer-events:all;
    opacity:1
}
.brands-opened .drawer-brands .d-wrap{
    overflow-y:scroll
}
.drawer-brands .d-wrap{
    -ms-flex:1;
    flex:1;
    overflow-y:hidden;
    max-height:100%;
    padding-top:20px;
    padding-bottom:80px
}
.drawer-opened .drawer-brands .d-wrap{
    overflow-y:scroll
}
.drawer-stores{
    position:fixed;
    z-index:999;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#F8F1EE;
    overflow:hidden;
    visibility:hidden;
    pointer-events:none;
    opacity:0;
    transition:opacity .3s ease,visibility .3s ease;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column;
    padding-top:120px
}
.stores-opened .drawer-stores{
    visibility:visible;
    pointer-events:all;
    opacity:1
}
.stores-opened .drawer-stores .d-wrap{
    overflow-y:scroll
}
.drawer-stores .d-wrap{
    -ms-flex:1;
    flex:1;
    overflow-y:hidden;
    max-height:100%;
    padding-top:80px;
    padding-bottom:100px
}
.drawer-opened .drawer-stores .d-wrap{
    overflow-y:scroll
}
.drawer-stores .d-title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-transform:none;
    font-size:22px;
    line-height:30px;
    color:#B67965;
    letter-spacing:normal;
    margin-bottom:30px
}
.drawer-stores .d-form .inp{
    border-color:transparent
}
.drawer-stores .d-list{
    margin-top:40px;
    border-top:1px solid #DAB8AD;
    border-bottom:1px solid #DAB8AD
}
.drawer-stores .d-list .list-item{
    padding:20px 0;
    font-size:15px;
    line-height:25px
}
.drawer-stores .d-list .list-item+.list-item{
    border-top:1px solid #DAB8AD
}
.drawer-stores .d-list .item-title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color:#000;
    padding-left:40px
}
.drawer-stores .d-list .item-info{
    position:relative;
    color:#707070
}
.drawer-stores .d-list .info-item{
    position:relative;
    padding-left:40px
}
.drawer-stores .d-list .info-item .icon{
    position:absolute;
    left:0;
    top:0;
    width:20px;
    height:24px
}
.drawer-stores .d-list .info-item .icon:before{
    display:block;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%) scale(.8)
}
.drawer-stores .d-list .info-item .info-item__line{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-align:start;
    align-items:flex-start
}
.drawer-stores .d-list .info-item .info-item__line span:first-child{
    width:80px;
    margin-right:20px
}
.drawer-stores .d-map{
    position:-webkit-sticky;
    position:sticky;
    top:0
}
.drawer-stores .d-map:before{
    content:'';
    display:block;
    padding-bottom:64%
}
.drawer-stores .d-map img{
    position:absolute;
    left:0;
    top:0;
    display:block;
    width:100%;
    height:100%;
    object-fit:cover
}
.drawer-stores .d-map iframe{
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%
}
.drawer-stores .d-footer{
    margin-top:100px;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-left:-20px;
    margin-right:-20px
}
.drawer-stores .d-footer .footer-item{
    -ms-flex:0 0 33.33%;
    flex:0 0 33.33%;
    max-width:33.33%;
    padding-left:20px;
    padding-right:20px;
    display:-ms-flexbox;
    display:flex
}
.drawer-search{
    position:fixed;
    z-index:999;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#404145;
    overflow:hidden;
    visibility:hidden;
    pointer-events:none;
    opacity:0;
    transition:opacity .3s ease,visibility .3s ease;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column;
    padding-top:120px
}
.search-opened .drawer-search{
    visibility:visible;
    pointer-events:all;
    opacity:1
}
.drawer-search .d-wrap{
    -ms-flex:1;
    flex:1;
    overflow-y:hidden;
    max-height:100%;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -ms-flex-direction:column;
    flex-direction:column
}
.search-result-wrap{
    -ms-flex:1;
    flex:1;
    max-height:100%
}
.search-result-wrap__head{
    background:#2E2E2E;
    padding-top:50px
}
.search-result-wrap__head .search-form-out{
    display:none;
    padding:10px 20px
}
.search-result-wrap__head .search-form{
    position:relative
}
.search-result-wrap__head .inp{
    height:60px;
    padding-right:60px;
    padding-top:14px;
    padding-bottom:14px;
    color:#fff;
    background:0 0;
    border-color:#707070
}
.search-result-wrap__head .inp:-moz-placeholder{
    color:#D8D8DA;
    opacity:1
}
.search-result-wrap__head .inp::-moz-placeholder{
    color:#D8D8DA;
    opacity:1
}
.search-result-wrap__head .inp:-ms-input-placeholder{
    color:#D8D8DA
}
.search-result-wrap__head .inp::-webkit-input-placeholder{
    color:#D8D8DA
}
.search-result-wrap__head .btn{
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    border:none;
    padding:0
}
.search-result-wrap__head .btn,.search-result-wrap__head .btn:not(:disabled):not(.disabled):active,.search-result-wrap__head .btn:not(:disabled):not(.disabled):focus,.search-result-wrap__head .btn:not(:disabled):not(.disabled):hover{
    color:currentColor;
    background:0 0
}
.search-result-wrap__head .btn:before{
    content:' ';
    display:inline-block;
    font-size:10px;
    background-image:url(../images/sprite_svg.svg);
    background-repeat:no-repeat;
    background-size:7.6812em 141.6em;
    background-position:-.2em -107.5em;
    width:2.0895em;
    height:2.1509em;
    display:block
}
.no-svg .search-result-wrap__head .btn:before{
    background-image:url(../images/sprite_svg.png)
}
.search-result-wrap__body{
    -ms-flex:1;
    flex:1;
    overflow-y:auto;
    max-height:95%
}
.search-conainer{
    max-width:840px;
    margin:0 auto
}
.search-nav{
    display:-ms-flexbox;
    display:flex
}
.search-nav__item:not(:last-child){
    margin-right:60px
}
.search-nav__link{
    font-family:Sohne-Buch,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight:400;
    font-size:15px;
    line-height:25px;
    text-align:left;
    color:#7b7b7b;
    text-decoration:none;
    display:inline-block;
    padding-bottom:15px;
    padding-right:30px;
    min-width:80px;
    white-space:nowrap
}
.search-nav__link.active{
    border-bottom:3px solid #FF8450
}
.search-nav-out{
    overflow-x:auto;
    margin:0 20px
}
.search-result{
    padding:40px 20px 10px
}
.search-result__title{
    font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:22px;
    line-height:calc(35/22);
    text-align:left;
    color:#B67965
}
.search-result__body{
    display:-ms-flexbox;
    display:flex;
    -ms-flex:1;
    flex:1;
    padding:70px 0 20px;
    overflow:hidden
}
.search-result__list{
    padding-bottom:100px;
    -ms-flex:0 0 100%;
    flex:0 0 100%
}
.search-result__popular{
    padding:30px 0 20px
}
.search-result .tags-list{
    -ms-flex:auto;
    flex:auto;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align:start;
    align-items:flex-start;
    color:#fff
}
.search-result .list-item{
    margin-right:10px;
    margin-bottom:10px
}
.search-result .list-item a{
    display:block;
    text-decoration:none;
    background:#595B60;
    color:inherit;
    font-size:12px;
    line-height:20px;
    padding:10px 20px;
    text-align:center;
    min-width:100px;
    transition:background .2s
}
.search-result .list-item a:hover{
    background:#B67965
}
.cursor .caroufredsel_wrapper,.cursor .slick-list.draggable,.cursor.swiper-container:not(.no-pagination){
    cursor:url(data:application/octet-stream;
    base64,AAACAAEAICACAAcABQAwAQAAFgAAACgAAAAgAAAAQAAAAAEAAQAAAAAAAAEAAAAAAAAAAAAAAgAAAAAAAAAAAAAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8AAAA/AAAAfwAAAP+AAAH/gAAB/8AAA//AAAd/wAAGf+AAAH9gAADbYAAA2yAAAZsAAAGbAAAAGAAAAAAAAA//////////////////////////////////////////////////////////////////////////////////////gH///4B///8Af//+AD///AA///wAH//4AB//8AAf//AAD//5AA///gAP//4AD//8AF///AB///5A////5///8=),move!important
}
.cursor .caroufredsel_wrapper:active,.cursor .slick-list.draggable:active,.cursor.swiper-container:not(.no-pagination):active{
    cursor:url(data:application/octet-stream;
    base64,AAACAAEAICACAAcABQAwAQAAFgAAACgAAAAgAAAAQAAAAAEAAQAAAAAAAAEAAAAAAAAAAAAAAgAAAAAAAAAAAAAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8AAAA/AAAAfwAAAP+AAAH/gAAB/8AAAH/AAAB/wAAA/0AAANsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//////////////////////////////////////////////////////////////////////////////////////gH///4B///8Af//+AD///AA///wAH//+AB///wAf//4AH//+AD///yT/////////////////////////////8=),move!important
}
.drawer-opened{
    overflow:hidden
}
@media (prefers-reduced-motion:reduce){
    .fade{
        transition:none
    }
    .collapsing{
        transition:none
    }
    .modal.fade .modal-dialog{
        transition:none
    }
}
@media (min-width:540px){
    .container{
        max-width:540px
    }
    .container-xs{
        max-width:540px
    }
    .col-xs{
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%
    }
    .row-cols-xs-1>*{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .row-cols-xs-2>*{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .row-cols-xs-3>*{
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .row-cols-xs-4>*{
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .row-cols-xs-5>*{
        -ms-flex:0 0 20%;
        flex:0 0 20%;
        max-width:20%
    }
    .row-cols-xs-6>*{
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-xs-auto{
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto;
        max-width:100%
    }
    .col-xs-1{
        -ms-flex:0 0 8.33333%;
        flex:0 0 8.33333%;
        max-width:8.33333%
    }
    .col-xs-2{
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-xs-3{
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .col-xs-4{
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .col-xs-5{
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .col-xs-6{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .col-xs-7{
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-xs-8{
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-xs-9{
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .col-xs-10{
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .col-xs-11{
        -ms-flex:0 0 91.66667%;
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
    .col-xs-12{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .order-xs-first{
        -ms-flex-order:-1;
        order:-1
    }
    .order-xs-last{
        -ms-flex-order:13;
        order:13
    }
    .order-xs-0{
        -ms-flex-order:0;
        order:0
    }
    .order-xs-1{
        -ms-flex-order:1;
        order:1
    }
    .order-xs-2{
        -ms-flex-order:2;
        order:2
    }
    .order-xs-3{
        -ms-flex-order:3;
        order:3
    }
    .order-xs-4{
        -ms-flex-order:4;
        order:4
    }
    .order-xs-5{
        -ms-flex-order:5;
        order:5
    }
    .order-xs-6{
        -ms-flex-order:6;
        order:6
    }
    .order-xs-7{
        -ms-flex-order:7;
        order:7
    }
    .order-xs-8{
        -ms-flex-order:8;
        order:8
    }
    .order-xs-9{
        -ms-flex-order:9;
        order:9
    }
    .order-xs-10{
        -ms-flex-order:10;
        order:10
    }
    .order-xs-11{
        -ms-flex-order:11;
        order:11
    }
    .order-xs-12{
        -ms-flex-order:12;
        order:12
    }
    .offset-xs-0{
        margin-left:0
    }
    .offset-xs-1{
        margin-left:8.33333%
    }
    .offset-xs-2{
        margin-left:16.66667%
    }
    .offset-xs-3{
        margin-left:25%
    }
    .offset-xs-4{
        margin-left:33.33333%
    }
    .offset-xs-5{
        margin-left:41.66667%
    }
    .offset-xs-6{
        margin-left:50%
    }
    .offset-xs-7{
        margin-left:58.33333%
    }
    .offset-xs-8{
        margin-left:66.66667%
    }
    .offset-xs-9{
        margin-left:75%
    }
    .offset-xs-10{
        margin-left:83.33333%
    }
    .offset-xs-11{
        margin-left:91.66667%
    }
    .d-xs-none{
        display:none!important
    }
    .d-xs-inline{
        display:inline!important
    }
    .d-xs-inline-block{
        display:inline-block!important
    }
    .d-xs-block{
        display:block!important
    }
    .d-xs-table{
        display:table!important
    }
    .d-xs-table-row{
        display:table-row!important
    }
    .d-xs-table-cell{
        display:table-cell!important
    }
    .d-xs-flex{
        display:-ms-flexbox!important;
        display:flex!important
    }
    .d-xs-inline-flex{
        display:-ms-inline-flexbox!important;
        display:inline-flex!important
    }
    .flex-xs-row{
        -ms-flex-direction:row!important;
        flex-direction:row!important
    }
    .flex-xs-column{
        -ms-flex-direction:column!important;
        flex-direction:column!important
    }
    .flex-xs-row-reverse{
        -ms-flex-direction:row-reverse!important;
        flex-direction:row-reverse!important
    }
    .flex-xs-column-reverse{
        -ms-flex-direction:column-reverse!important;
        flex-direction:column-reverse!important
    }
    .flex-xs-wrap{
        -ms-flex-wrap:wrap!important;
        flex-wrap:wrap!important
    }
    .flex-xs-nowrap{
        -ms-flex-wrap:nowrap!important;
        flex-wrap:nowrap!important
    }
    .flex-xs-wrap-reverse{
        -ms-flex-wrap:wrap-reverse!important;
        flex-wrap:wrap-reverse!important
    }
    .flex-xs-fill{
        -ms-flex:1 1 auto!important;
        flex:1 1 auto!important
    }
    .flex-xs-grow-0{
        -ms-flex-positive:0!important;
        flex-grow:0!important
    }
    .flex-xs-grow-1{
        -ms-flex-positive:1!important;
        flex-grow:1!important
    }
    .flex-xs-shrink-0{
        -ms-flex-negative:0!important;
        flex-shrink:0!important
    }
    .flex-xs-shrink-1{
        -ms-flex-negative:1!important;
        flex-shrink:1!important
    }
    .justify-content-xs-start{
        -ms-flex-pack:start!important;
        justify-content:flex-start!important
    }
    .justify-content-xs-end{
        -ms-flex-pack:end!important;
        justify-content:flex-end!important
    }
    .justify-content-xs-center{
        -ms-flex-pack:center!important;
        justify-content:center!important
    }
    .justify-content-xs-between{
        -ms-flex-pack:justify!important;
        justify-content:space-between!important
    }
    .justify-content-xs-around{
        -ms-flex-pack:distribute!important;
        justify-content:space-around!important
    }
    .align-items-xs-start{
        -ms-flex-align:start!important;
        align-items:flex-start!important
    }
    .align-items-xs-end{
        -ms-flex-align:end!important;
        align-items:flex-end!important
    }
    .align-items-xs-center{
        -ms-flex-align:center!important;
        align-items:center!important
    }
    .align-items-xs-baseline{
        -ms-flex-align:baseline!important;
        align-items:baseline!important
    }
    .align-items-xs-stretch{
        -ms-flex-align:stretch!important;
        align-items:stretch!important
    }
    .align-content-xs-start{
        -ms-flex-line-pack:start!important;
        align-content:flex-start!important
    }
    .align-content-xs-end{
        -ms-flex-line-pack:end!important;
        align-content:flex-end!important
    }
    .align-content-xs-center{
        -ms-flex-line-pack:center!important;
        align-content:center!important
    }
    .align-content-xs-between{
        -ms-flex-line-pack:justify!important;
        align-content:space-between!important
    }
    .align-content-xs-around{
        -ms-flex-line-pack:distribute!important;
        align-content:space-around!important
    }
    .align-content-xs-stretch{
        -ms-flex-line-pack:stretch!important;
        align-content:stretch!important
    }
    .align-self-xs-auto{
        -ms-flex-item-align:auto!important;
        -ms-grid-row-align:auto!important;
        align-self:auto!important
    }
    .align-self-xs-start{
        -ms-flex-item-align:start!important;
        align-self:flex-start!important
    }
    .align-self-xs-end{
        -ms-flex-item-align:end!important;
        align-self:flex-end!important
    }
    .align-self-xs-center{
        -ms-flex-item-align:center!important;
        -ms-grid-row-align:center!important;
        align-self:center!important
    }
    .align-self-xs-baseline{
        -ms-flex-item-align:baseline!important;
        align-self:baseline!important
    }
    .align-self-xs-stretch{
        -ms-flex-item-align:stretch!important;
        -ms-grid-row-align:stretch!important;
        align-self:stretch!important
    }
    .hidden-xs-min{
        display:none!important
    }
}
@media (min-width:540px) and (max-width:1019px){
    .page-section .s-list .list-item:nth-child(n+3){
        margin-top:60px
    }
    .page-section .s-performance .list-item:nth-child(n+3){
        margin-top:50px
    }
    .layout-event .speakers-list .list-item:nth-child(n+3){
        margin-top:60px
    }
}
@media (min-width:768px) and (max-width:1019px){
    .page-section.brands-catalog .catalog-list .list-item:nth-child(n+3){
        margin-top:80px
    }
    .products-other .other-col:nth-child(n+3){
        margin-top:20px
    }
    .page-section .s-advance .list-item:nth-child(n+3){
        margin-top:50px
    }
    .g-footer .f-menu .f-menu__part:nth-child(n+3){
        margin-top:40px
    }
    .drawer-stores .d-footer .footer-item:nth-child(n+3){
        margin-top:20px
    }
}
@media (min-width:768px){
    .container{
        max-width:768px
    }
    .container-sm,.container-xs{
        max-width:768px
    }
    .col-sm{
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%
    }
    .row-cols-sm-1>*{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .row-cols-sm-2>*{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .row-cols-sm-3>*{
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .row-cols-sm-4>*{
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .row-cols-sm-5>*{
        -ms-flex:0 0 20%;
        flex:0 0 20%;
        max-width:20%
    }
    .row-cols-sm-6>*{
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-sm-auto{
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto;
        max-width:100%
    }
    .col-sm-1{
        -ms-flex:0 0 8.33333%;
        flex:0 0 8.33333%;
        max-width:8.33333%
    }
    .col-sm-2{
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-sm-3{
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .col-sm-4{
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .col-sm-5{
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .col-sm-6{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .col-sm-7{
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-sm-8{
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-sm-9{
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .col-sm-10{
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .col-sm-11{
        -ms-flex:0 0 91.66667%;
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
    .col-sm-12{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .order-sm-first{
        -ms-flex-order:-1;
        order:-1
    }
    .order-sm-last{
        -ms-flex-order:13;
        order:13
    }
    .order-sm-0{
        -ms-flex-order:0;
        order:0
    }
    .order-sm-1{
        -ms-flex-order:1;
        order:1
    }
    .order-sm-2{
        -ms-flex-order:2;
        order:2
    }
    .order-sm-3{
        -ms-flex-order:3;
        order:3
    }
    .order-sm-4{
        -ms-flex-order:4;
        order:4
    }
    .order-sm-5{
        -ms-flex-order:5;
        order:5
    }
    .order-sm-6{
        -ms-flex-order:6;
        order:6
    }
    .order-sm-7{
        -ms-flex-order:7;
        order:7
    }
    .order-sm-8{
        -ms-flex-order:8;
        order:8
    }
    .order-sm-9{
        -ms-flex-order:9;
        order:9
    }
    .order-sm-10{
        -ms-flex-order:10;
        order:10
    }
    .order-sm-11{
        -ms-flex-order:11;
        order:11
    }
    .order-sm-12{
        -ms-flex-order:12;
        order:12
    }
    .offset-sm-0{
        margin-left:0
    }
    .offset-sm-1{
        margin-left:8.33333%
    }
    .offset-sm-2{
        margin-left:16.66667%
    }
    .offset-sm-3{
        margin-left:25%
    }
    .offset-sm-4{
        margin-left:33.33333%
    }
    .offset-sm-5{
        margin-left:41.66667%
    }
    .offset-sm-6{
        margin-left:50%
    }
    .offset-sm-7{
        margin-left:58.33333%
    }
    .offset-sm-8{
        margin-left:66.66667%
    }
    .offset-sm-9{
        margin-left:75%
    }
    .offset-sm-10{
        margin-left:83.33333%
    }
    .offset-sm-11{
        margin-left:91.66667%
    }
    .d-sm-none{
        display:none!important
    }
    .d-sm-inline{
        display:inline!important
    }
    .d-sm-inline-block{
        display:inline-block!important
    }
    .d-sm-block{
        display:block!important
    }
    .d-sm-table{
        display:table!important
    }
    .d-sm-table-row{
        display:table-row!important
    }
    .d-sm-table-cell{
        display:table-cell!important
    }
    .d-sm-flex{
        display:-ms-flexbox!important;
        display:flex!important
    }
    .d-sm-inline-flex{
        display:-ms-inline-flexbox!important;
        display:inline-flex!important
    }
    .flex-sm-row{
        -ms-flex-direction:row!important;
        flex-direction:row!important
    }
    .flex-sm-column{
        -ms-flex-direction:column!important;
        flex-direction:column!important
    }
    .flex-sm-row-reverse{
        -ms-flex-direction:row-reverse!important;
        flex-direction:row-reverse!important
    }
    .flex-sm-column-reverse{
        -ms-flex-direction:column-reverse!important;
        flex-direction:column-reverse!important
    }
    .flex-sm-wrap{
        -ms-flex-wrap:wrap!important;
        flex-wrap:wrap!important
    }
    .flex-sm-nowrap{
        -ms-flex-wrap:nowrap!important;
        flex-wrap:nowrap!important
    }
    .flex-sm-wrap-reverse{
        -ms-flex-wrap:wrap-reverse!important;
        flex-wrap:wrap-reverse!important
    }
    .flex-sm-fill{
        -ms-flex:1 1 auto!important;
        flex:1 1 auto!important
    }
    .flex-sm-grow-0{
        -ms-flex-positive:0!important;
        flex-grow:0!important
    }
    .flex-sm-grow-1{
        -ms-flex-positive:1!important;
        flex-grow:1!important
    }
    .flex-sm-shrink-0{
        -ms-flex-negative:0!important;
        flex-shrink:0!important
    }
    .flex-sm-shrink-1{
        -ms-flex-negative:1!important;
        flex-shrink:1!important
    }
    .justify-content-sm-start{
        -ms-flex-pack:start!important;
        justify-content:flex-start!important
    }
    .justify-content-sm-end{
        -ms-flex-pack:end!important;
        justify-content:flex-end!important
    }
    .justify-content-sm-center{
        -ms-flex-pack:center!important;
        justify-content:center!important
    }
    .justify-content-sm-between{
        -ms-flex-pack:justify!important;
        justify-content:space-between!important
    }
    .justify-content-sm-around{
        -ms-flex-pack:distribute!important;
        justify-content:space-around!important
    }
    .align-items-sm-start{
        -ms-flex-align:start!important;
        align-items:flex-start!important
    }
    .align-items-sm-end{
        -ms-flex-align:end!important;
        align-items:flex-end!important
    }
    .align-items-sm-center{
        -ms-flex-align:center!important;
        align-items:center!important
    }
    .align-items-sm-baseline{
        -ms-flex-align:baseline!important;
        align-items:baseline!important
    }
    .align-items-sm-stretch{
        -ms-flex-align:stretch!important;
        align-items:stretch!important
    }
    .align-content-sm-start{
        -ms-flex-line-pack:start!important;
        align-content:flex-start!important
    }
    .align-content-sm-end{
        -ms-flex-line-pack:end!important;
        align-content:flex-end!important
    }
    .align-content-sm-center{
        -ms-flex-line-pack:center!important;
        align-content:center!important
    }
    .align-content-sm-between{
        -ms-flex-line-pack:justify!important;
        align-content:space-between!important
    }
    .align-content-sm-around{
        -ms-flex-line-pack:distribute!important;
        align-content:space-around!important
    }
    .align-content-sm-stretch{
        -ms-flex-line-pack:stretch!important;
        align-content:stretch!important
    }
    .align-self-sm-auto{
        -ms-flex-item-align:auto!important;
        -ms-grid-row-align:auto!important;
        align-self:auto!important
    }
    .align-self-sm-start{
        -ms-flex-item-align:start!important;
        align-self:flex-start!important
    }
    .align-self-sm-end{
        -ms-flex-item-align:end!important;
        align-self:flex-end!important
    }
    .align-self-sm-center{
        -ms-flex-item-align:center!important;
        -ms-grid-row-align:center!important;
        align-self:center!important
    }
    .align-self-sm-baseline{
        -ms-flex-item-align:baseline!important;
        align-self:baseline!important
    }
    .align-self-sm-stretch{
        -ms-flex-item-align:stretch!important;
        -ms-grid-row-align:stretch!important;
        align-self:stretch!important
    }
    .modal-dialog{
        max-width:500px;
        margin:1.75rem auto
    }
    .modal-dialog-scrollable{
        max-height:calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content{
        max-height:calc(100vh - 3.5rem)
    }
    .modal-dialog-centered{
        min-height:calc(100% - 3.5rem)
    }
    .modal-dialog-centered::before{
        height:calc(100vh - 3.5rem)
    }
    .modal-sm{
        max-width:300px
    }
    .hidden-sm-min{
        display:none!important
    }
    .form-row{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        margin-left:-20px;
        margin-right:-20px
    }
    .form-col{
        -ms-flex:1;
        flex:1;
        max-width:50%;
        padding-left:20px;
        padding-right:20px
    }
    .section-promo .s-content{
        max-width:500px
    }
    .page-section .s-tile .tile-item:nth-child(3n+2),.page-section .s-tile .tile-item:nth-child(3n+3){
        border-left:1px solid #DAB8AD
    }
    .page-section .s-tile .tile-item:nth-child(n+4) .item-inner{
        border-top:1px solid #DAB8AD
    }
    .hero-page .s-subscribe{
        height:120px;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -ms-flex-align:center;
        align-items:center;
        -ms-flex-pack:center;
        justify-content:center
    }
    .hero-page .s-subscribe .subscribe-text{
        margin-right:40px;
        -ms-flex:1;
        flex:1;
        max-width:380px
    }
    .hero-page .s-subscribe .subscribe-form{
        -ms-flex:1;
        flex:1;
        max-width:380px
    }
    .hero-carousel .s-subscribe{
        height:120px;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -ms-flex-align:center;
        align-items:center;
        -ms-flex-pack:start;
        justify-content:flex-start
    }
    .hero-carousel .s-subscribe .subscribe-text{
        margin-right:40px;
        -ms-flex:1;
        flex:1;
        max-width:380px
    }
    .hero-carousel .s-subscribe .subscribe-form{
        -ms-flex:1;
        flex:1;
        max-width:380px
    }
    .page-section.section-form .wpcf7 .wpcf7-checkbox{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        margin-left:-20px;
        margin-right:-20px
    }
    .page-section.section-form .wpcf7 .wpcf7-checkbox .wpcf7-list-item{
        -ms-flex:0 0 calc(50% - 40px);
        flex:0 0 calc(50% - 40px);
        max-width:calc(50% - 40px);
        margin-left:20px;
        margin-right:20px
    }
    .page-section.section-form .wpcf7 .wpcf7-checkbox .wpcf7-list-item:nth-child(n+3){
        margin-top:20px
    }
    .hero-podcast .s-info{
        display:-ms-flexbox;
        display:flex
    }
    .page-section.episodes-other .s-row{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        margin-left:-20px;
        margin-right:-20px
    }
    .page-section.episodes-other .episode-card__wrap{
        padding-left:20px;
        padding-right:20px;
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%;
        display:-ms-flexbox;
        display:flex
    }
    .section-performance .s-list{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        margin-left:-20px;
        margin-right:-20px
    }
    .section-performance .list-item{
        -ms-flex:0 0 33.33%;
        flex:0 0 33.33%;
        max-width:33.33%;
        padding:20px;
        border-left:1px solid #595B60
    }
    .g-header .sub-item.bordered a{
        -ms-flex-align:end;
        align-items:flex-end
    }
    .g-footer .f-logos .f-logos__list{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        -ms-flex-align:end;
        align-items:flex-end;
        margin-left:-20px;
        margin-right:-20px
    }
    .g-footer .f-logos .f-logos__part{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%;
        padding-left:20px;
        padding-right:20px
    }
    .g-footer .f-logos .f-logos__item{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%;
        padding-left:20px;
        padding-right:20px
    }
    .g-footer .f-menu .f-menu__list{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        margin-left:-20px;
        margin-right:-20px
    }
    .g-footer .f-menu .f-menu__part{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%;
        padding-left:20px;
        padding-right:20px
    }
    .drawer-menu{
        max-width:500px
    }
    .drawer-stores .d-form .form-row{
        margin-left:-10px;
        margin-right:-10px
    }
    .drawer-stores .d-form .form-col{
        padding-left:10px;
        padding-right:10px
    }
}
@media (min-width:1020px) and (max-width:1539px){
    .page-section .s-list .list-item:nth-child(n+4){
        margin-top:100px
    }
}
@media (min-width:1020px){
    .container{
        max-width:980px
    }
    .container-md,.container-sm,.container-xs{
        max-width:980px
    }
    .col-md{
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%
    }
    .row-cols-md-1>*{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .row-cols-md-2>*{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .row-cols-md-3>*{
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .row-cols-md-4>*{
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .row-cols-md-5>*{
        -ms-flex:0 0 20%;
        flex:0 0 20%;
        max-width:20%
    }
    .row-cols-md-6>*{
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-md-auto{
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto;
        max-width:100%
    }
    .col-md-1{
        -ms-flex:0 0 8.33333%;
        flex:0 0 8.33333%;
        max-width:8.33333%
    }
    .col-md-2{
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-md-3{
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .col-md-4{
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .col-md-5{
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .col-md-6{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .col-md-7{
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-md-8{
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-md-9{
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .col-md-10{
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .col-md-11{
        -ms-flex:0 0 91.66667%;
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
    .col-md-12{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .order-md-first{
        -ms-flex-order:-1;
        order:-1
    }
    .order-md-last{
        -ms-flex-order:13;
        order:13
    }
    .order-md-0{
        -ms-flex-order:0;
        order:0
    }
    .order-md-1{
        -ms-flex-order:1;
        order:1
    }
    .order-md-2{
        -ms-flex-order:2;
        order:2
    }
    .order-md-3{
        -ms-flex-order:3;
        order:3
    }
    .order-md-4{
        -ms-flex-order:4;
        order:4
    }
    .order-md-5{
        -ms-flex-order:5;
        order:5
    }
    .order-md-6{
        -ms-flex-order:6;
        order:6
    }
    .order-md-7{
        -ms-flex-order:7;
        order:7
    }
    .order-md-8{
        -ms-flex-order:8;
        order:8
    }
    .order-md-9{
        -ms-flex-order:9;
        order:9
    }
    .order-md-10{
        -ms-flex-order:10;
        order:10
    }
    .order-md-11{
        -ms-flex-order:11;
        order:11
    }
    .order-md-12{
        -ms-flex-order:12;
        order:12
    }
    .offset-md-0{
        margin-left:0
    }
    .offset-md-1{
        margin-left:8.33333%
    }
    .offset-md-2{
        margin-left:16.66667%
    }
    .offset-md-3{
        margin-left:25%
    }
    .offset-md-4{
        margin-left:33.33333%
    }
    .offset-md-5{
        margin-left:41.66667%
    }
    .offset-md-6{
        margin-left:50%
    }
    .offset-md-7{
        margin-left:58.33333%
    }
    .offset-md-8{
        margin-left:66.66667%
    }
    .offset-md-9{
        margin-left:75%
    }
    .offset-md-10{
        margin-left:83.33333%
    }
    .offset-md-11{
        margin-left:91.66667%
    }
    .d-md-none{
        display:none!important
    }
    .d-md-inline{
        display:inline!important
    }
    .d-md-inline-block{
        display:inline-block!important
    }
    .d-md-block{
        display:block!important
    }
    .d-md-table{
        display:table!important
    }
    .d-md-table-row{
        display:table-row!important
    }
    .d-md-table-cell{
        display:table-cell!important
    }
    .d-md-flex{
        display:-ms-flexbox!important;
        display:flex!important
    }
    .d-md-inline-flex{
        display:-ms-inline-flexbox!important;
        display:inline-flex!important
    }
    .flex-md-row{
        -ms-flex-direction:row!important;
        flex-direction:row!important
    }
    .flex-md-column{
        -ms-flex-direction:column!important;
        flex-direction:column!important
    }
    .flex-md-row-reverse{
        -ms-flex-direction:row-reverse!important;
        flex-direction:row-reverse!important
    }
    .flex-md-column-reverse{
        -ms-flex-direction:column-reverse!important;
        flex-direction:column-reverse!important
    }
    .flex-md-wrap{
        -ms-flex-wrap:wrap!important;
        flex-wrap:wrap!important
    }
    .flex-md-nowrap{
        -ms-flex-wrap:nowrap!important;
        flex-wrap:nowrap!important
    }
    .flex-md-wrap-reverse{
        -ms-flex-wrap:wrap-reverse!important;
        flex-wrap:wrap-reverse!important
    }
    .flex-md-fill{
        -ms-flex:1 1 auto!important;
        flex:1 1 auto!important
    }
    .flex-md-grow-0{
        -ms-flex-positive:0!important;
        flex-grow:0!important
    }
    .flex-md-grow-1{
        -ms-flex-positive:1!important;
        flex-grow:1!important
    }
    .flex-md-shrink-0{
        -ms-flex-negative:0!important;
        flex-shrink:0!important
    }
    .flex-md-shrink-1{
        -ms-flex-negative:1!important;
        flex-shrink:1!important
    }
    .justify-content-md-start{
        -ms-flex-pack:start!important;
        justify-content:flex-start!important
    }
    .justify-content-md-end{
        -ms-flex-pack:end!important;
        justify-content:flex-end!important
    }
    .justify-content-md-center{
        -ms-flex-pack:center!important;
        justify-content:center!important
    }
    .justify-content-md-between{
        -ms-flex-pack:justify!important;
        justify-content:space-between!important
    }
    .justify-content-md-around{
        -ms-flex-pack:distribute!important;
        justify-content:space-around!important
    }
    .align-items-md-start{
        -ms-flex-align:start!important;
        align-items:flex-start!important
    }
    .align-items-md-end{
        -ms-flex-align:end!important;
        align-items:flex-end!important
    }
    .align-items-md-center{
        -ms-flex-align:center!important;
        align-items:center!important
    }
    .align-items-md-baseline{
        -ms-flex-align:baseline!important;
        align-items:baseline!important
    }
    .align-items-md-stretch{
        -ms-flex-align:stretch!important;
        align-items:stretch!important
    }
    .align-content-md-start{
        -ms-flex-line-pack:start!important;
        align-content:flex-start!important
    }
    .align-content-md-end{
        -ms-flex-line-pack:end!important;
        align-content:flex-end!important
    }
    .align-content-md-center{
        -ms-flex-line-pack:center!important;
        align-content:center!important
    }
    .align-content-md-between{
        -ms-flex-line-pack:justify!important;
        align-content:space-between!important
    }
    .align-content-md-around{
        -ms-flex-line-pack:distribute!important;
        align-content:space-around!important
    }
    .align-content-md-stretch{
        -ms-flex-line-pack:stretch!important;
        align-content:stretch!important
    }
    .align-self-md-auto{
        -ms-flex-item-align:auto!important;
        -ms-grid-row-align:auto!important;
        align-self:auto!important
    }
    .align-self-md-start{
        -ms-flex-item-align:start!important;
        align-self:flex-start!important
    }
    .align-self-md-end{
        -ms-flex-item-align:end!important;
        align-self:flex-end!important
    }
    .align-self-md-center{
        -ms-flex-item-align:center!important;
        -ms-grid-row-align:center!important;
        align-self:center!important
    }
    .align-self-md-baseline{
        -ms-flex-item-align:baseline!important;
        align-self:baseline!important
    }
    .align-self-md-stretch{
        -ms-flex-item-align:stretch!important;
        -ms-grid-row-align:stretch!important;
        align-self:stretch!important
    }
    .hidden-md-min{
        display:none!important
    }
    .container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xs,.container-xxl{
        width:calc(100% - 40px)
    }
    .article-photo-slider .s-row{
        -ms-flex-pack:justify;
        justify-content:space-between;
        margin-left:-20px;
        margin-right:-20px
    }
    .article-photo-slider .s-part-aside{
        display:-ms-flexbox;
        display:flex;
        padding-left:20px;
        padding-right:20px;
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .article-photo-slider .s-part-slider{
        padding-left:20px;
        padding-right:20px;
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .article-full-slider{
        margin-left:-20px;
        margin-right:-20px;
        padding:0 20px
    }
    .article-full-slider-info{
        position:absolute;
        left:40px;
        bottom:40px;
        max-width:340px
    }
    .page-section.brands-catalog .s-wrap{
        padding-top:100px
    }
    .page-section.brands-catalog .catalog-filter .filter-title{
        margin-bottom:60px
    }
    .page-section.brands-catalog .catalog-filter .filter-title .title-link{
        display:none
    }
    .page-section.brands-catalog .catalog-filter .filter-wrap{
        display:block;
        height:auto!important;
        overflow:hidden
    }
    .page-section.brands-catalog .catalog-filter .filter-list{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        margin-left:-20px;
        margin-right:-20px
    }
    .page-section.brands-catalog .catalog-filter .list-item{
        padding-left:20px;
        padding-right:20px;
        border-left:1px solid #DAB8AD;
        margin-top:10px
    }
    .page-section.home-spotlight .spotlight-list{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        margin-left:-20px;
        margin-right:-20px
    }
    .page-section.home-spotlight .spotlight-list .list-item{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%;
        padding-left:20px;
        padding-right:20px;
        display:-ms-flexbox;
        display:flex
    }
    .page-section.home-spotlight .spotlight-list .list-item:nth-child(n+3){
        margin-top:100px
    }
    .touch-disabled .card-article:hover .c-text,.touch-disabled .card-article:hover .c-title{
        transform:translateY(-8px)
    }
    .touch-disabled .card-article:hover.preview-full .c-subtitle,.touch-disabled .card-article:hover.preview-full .c-text,.touch-disabled .card-article:hover.preview-full .c-title{
        transform:translateY(-16px)
    }
    .touch-disabled .card-event:hover .c-text,.touch-disabled .card-event:hover .c-title{
        transform:translateY(-8px)
    }
    .carousel-brands:last-child .carousel-pagination{
        display:none
    }
    .carousel-brands .swiper-wrapper{
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .page-section.inverse .s-col:first-child{
        -ms-flex-order:2;
        order:2
    }
    .page-section.inverse .s-col:first-child .s-preview{
        margin-left:auto
    }
    .page-section.inverse .s-col:last-child{
        -ms-flex-order:1;
        order:1
    }
    .page-section.equal .s-col:first-child,.page-section.equal .s-col:last-child{
        -ms-flex:0 0 700px;
        flex:0 0 700px;
        max-width:50%
    }
    .page-section.pt-half:not(.bg):not(.bg-2):not(.bg-3) .s-wrap{
        padding-top:100px
    }
    .page-section.pb-half:not(.bg):not(.bg-2):not(.bg-3) .s-wrap{
        padding-bottom:100px
    }
    .page-section .s-row{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        -ms-flex-pack:justify;
        justify-content:space-between;
        margin-left:-20px;
        margin-right:-20px
    }
    .page-section .s-row--reverse{
        -ms-flex-direction:row-reverse;
        flex-direction:row-reverse
    }
    .page-section .s-col{
        padding-left:20px;
        padding-right:20px
    }
    .page-section .s-col:first-child{
        -ms-flex:auto;
        flex:auto;
        max-width:50%
    }
    .page-section .s-col:first-child .s-subtitle{
        display:none
    }
    .page-section .s-col:first-child .s-subtitle+.s-title{
        margin-top:0
    }
    .page-section .s-col:last-child{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .page-section .s-part{
        padding-left:20px;
        padding-right:20px;
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .page-section .s-title{
        font-size:40px;
        line-height:50px;
        margin-bottom:60px
    }
    .page-section .s-performance .list-item:nth-child(n+5){
        margin-top:80px
    }
    .page-section .s-price .item-data{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .page-section .s-price .data-text{
        -ms-flex:1;
        flex:1
    }
    .page-section .s-brands .list-item{
        margin-left:-1px
    }
    .page-section .s-table-results .t-body{
        border-top:3px solid #707070
    }
    .page-section .s-table-results .t-body .tr{
        border-bottom:1px solid #DAB8AD;
        -ms-flex-align:center;
        align-items:center
    }
    .page-section .s-table-results .tr{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap
    }
    .page-section .s-table-results .td span{
        display:none
    }
    .page-section .s-table-results .td,.page-section .s-table-results .th{
        -ms-flex:1;
        flex:1;
        padding-left:15px;
        padding-right:15px
    }
    .page-section .s-table-results .td:first-child,.page-section .s-table-results .th:first-child{
        padding-left:0
    }
    .page-section .s-table-results .td:last-child,.page-section .s-table-results .th:last-child{
        padding-right:0
    }
    .page-section .s-table-results .td.title,.page-section .s-table-results .th.title{
        min-width:200px
    }
    .page-section .s-downloads .downloads-list{
        margin-left:-20px;
        margin-right:-20px
    }
    .page-section .s-downloads .item-title{
        font-size:22px;
        line-height:30px;
        margin-bottom:30px
    }
    .hero-event .s-text-part{
        max-width:600px
    }
    .hero-event .s-episode .episode-text{
        font-size:22px
    }
    .hero-carousel .s-pagination{
        top:-60px
    }
    .hero-carousel .s-pagination .pagination-wrap{
        height:0;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -ms-flex-align:end;
        align-items:flex-end;
        -ms-flex-pack:end;
        justify-content:flex-end
    }
    .hero-carousel .s-pagination .pagination-list{
        -ms-flex-pack:end;
        justify-content:flex-end;
        padding-bottom:7px
    }
    .lead-anchor .s-menu .menu-item{
        min-width:200px;
        max-width:200px;
        margin-left:-1px;
        min-height:70px
    }
    .carousel-product .p-title{
        max-width:50%
    }
    .carousel-product .carousel-pagination{
        position:absolute;
        right:0;
        bottom:0;
        width:50%;
        padding:20px;
        -ms-flex-pack:end;
        justify-content:flex-end
    }
    .carousel-product .carousel-pagination .swiper-pagination-bullet{
        margin-left:15px
    }
    .section-consultation .c-wrap{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        min-height:540px
    }
    .section-consultation .c-part{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .section-consultation .c-part:first-child{
        -ms-flex-order:2;
        order:2
    }
    .section-consultation .c-part:last-child{
        -ms-flex-order:1;
        order:1;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -ms-flex-direction:column;
        flex-direction:column;
        -ms-flex-pack:center;
        justify-content:center;
        padding:60px
    }
    .section-consultation .c-part__inner{
        max-width:560px;
        margin-left:auto;
        margin-right:auto
    }
    .section-consultation .c-image{
        position:absolute;
        left:0;
        top:0;
        width:100%;
        height:100%
    }
    .section-subscribe .c-wrap{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        min-height:540px
    }
    .section-subscribe .c-part{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .section-subscribe .c-part:first-child{
        -ms-flex-order:2;
        order:2
    }
    .section-subscribe .c-part:last-child{
        -ms-flex-order:1;
        order:1;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -ms-flex-direction:column;
        flex-direction:column;
        -ms-flex-pack:center;
        justify-content:center;
        padding:60px
    }
    .section-subscribe .c-part__inner{
        max-width:560px;
        margin-left:auto;
        margin-right:auto
    }
    .section-subscribe .c-image{
        position:absolute;
        left:0;
        top:0;
        width:100%;
        height:100%
    }
    .filter{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -ms-flex-align:center;
        align-items:center;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
    .filter .filter-title .title-link{
        display:none
    }
    .filter .filter-wrap{
        display:block;
        height:auto!important;
        overflow:hidden
    }
    .filter .filter-list{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        margin-left:-20px;
        margin-right:-20px
    }
    .filter .list-item{
        padding-left:20px;
        padding-right:20px;
        border-left:1px solid #DAB8AD
    }
    .layout-event .l-aside{
        -ms-flex:0 0 280px;
        flex:0 0 280px;
        max-width:280px
    }
    .layout-event .l-aside+.l-main{
        -ms-flex:0 0 calc(100% - 280px);
        flex:0 0 calc(100% - 280px);
        max-width:940px
    }
    .layout-event .speakers-list .item-image{
        width:160px;
        min-width:160px;
        height:200px
    }
    .card-person .c-text .text-link{
        display:none
    }
    .card-person .c-text .text-wrap{
        display:block;
        height:auto!important
    }
    .section-article.inverse .s-content__inner{
        margin-left:auto;
        text-align:right
    }
    .section-article.inverse .s-title{
        margin-left:auto
    }
    .section-article.inverse .s-text{
        margin-left:auto
    }
    .section-article.inverse .s-buttons{
        -ms-flex-pack:end;
        justify-content:flex-end
    }
    .section-article.inverse .s-buttons .btn-group-item{
        margin-right:0
    }
    .section-article.inverse .s-buttons .btn-group-item:not(:first-child){
        margin-left:20px
    }
    .section-article.inverse .s-image{
        -ms-flex-order:1;
        order:1
    }
    .section-article.inverse .s-image img{
        margin-left:auto
    }
    .section-article.inverse .s-info{
        -ms-flex-order:2;
        order:2;
        -ms-flex-pack:end;
        justify-content:flex-end
    }
    .section-article.align-top .s-content{
        -ms-flex-pack:start;
        justify-content:flex-start
    }
    .section-article .s-content{
        position:relative;
        z-index:2;
        min-height:800px;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -ms-flex-direction:column;
        flex-direction:column;
        -ms-flex-pack:center;
        justify-content:center;
        padding:80px 0
    }
    .section-article .s-content__inner{
        max-width:50%
    }
    .section-article .s-buttons{
        margin-top:20px
    }
    .section-article .s-bg{
        position:absolute;
        left:0;
        top:0;
        width:100%;
        height:100%;
        display:-ms-flexbox;
        display:flex;
        padding:80px 0
    }
    .section-article .s-bg__inner{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -ms-flex-align:end;
        align-items:flex-end;
        height:100%
    }
    .section-article .s-image{
        -ms-flex-order:2;
        order:2;
        -ms-flex:auto;
        flex:auto;
        height:100%;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-align:end;
        align-items:flex-end
    }
    .section-article .s-image img{
        max-width:100%;
        max-height:100%
    }
    .section-article .s-info{
        -ms-flex-order:1;
        order:1;
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .menu-dropdown .m-tags .list-item a{
        min-width:100px
    }
    .menu-dropdown .m-categories{
        margin-left:40px;
        margin-right:40px
    }
    .menu-dropdown .m-categories .categories-link{
        display:none
    }
    .menu-dropdown .m-categories .categories-list{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        -ms-flex-align:start;
        align-items:flex-start
    }
    .menu-dropdown .m-close{
        display:none
    }
    .page-section.episodes-latest .episodes-list .item-part:nth-child(2){
        max-width:720px
    }
    .hero-article .s-row{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        -ms-flex-pack:justify;
        justify-content:space-between;
        margin-left:-20px;
        margin-right:-20px
    }
    .hero-article .s-part-info{
        padding-left:20px;
        padding-right:20px;
        -ms-flex:0 0 80%;
        flex:0 0 80%;
        max-width:80%
    }
    .hero-article .s-part-like{
        display:-ms-flexbox;
        display:flex;
        padding-left:20px;
        padding-right:20px;
        -ms-flex:0 0 20%;
        flex:0 0 20%;
        max-width:20%
    }
    .hero-article .lnk-group{
        margin-left:auto;
        -ms-flex-item-align:end;
        align-self:flex-end;
        margin-bottom:25px
    }
    .section-instagram .s-content{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
    .section-filter .title-link{
        display:none
    }
    .section-filter .s-pane{
        display:none
    }
    .section-filter .s-pane__title{
        display:none
    }
    .g-footer .f-menu .f-menu__part{
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .g-footer .f-social .f-social__wrap{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        margin-left:-20px;
        margin-right:-20px
    }
    .g-footer .f-social .f-social__part{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%;
        padding-left:20px;
        padding-right:20px
    }
    .g-footer .f-social .f-social__part:first-child{
        -ms-flex-order:2;
        order:2
    }
    .g-footer .f-social .f-social__part:last-child{
        -ms-flex-order:1;
        order:1
    }
    .g-subscribe .s-form .inp{
        height:80px;
        padding:14px 220px 14px 20px;
        font-size:40px;
        line-height:50px
    }
    .modal.book-modal .modal-dialog{
        -ms-flex-align:center;
        align-items:center;
        max-width:60%;
        margin-left:auto;
        margin-right:auto
    }
    .modal.book-modal .modal-content{
        min-height:700px
    }
    .drawer-stores .d-row{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap
    }
    .drawer-stores .d-part:first-child{
        -ms-flex:0 0 calc(50% + 20px);
        flex:0 0 calc(50% + 20px);
        max-width:calc(50% + 20px);
        padding-right:40px;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -ms-flex-direction:column;
        flex-direction:column
    }
    .drawer-stores .d-part:last-child{
        -ms-flex:auto;
        flex:auto
    }
    .drawer-stores .d-list{
        -ms-flex:auto;
        flex:auto
    }
}
@media (min-width:1020px) and (max-width:1299px){
    .page-section.brands-catalog .catalog-list .list-item:nth-child(n+3){
        margin-top:140px
    }
    .products-other .other-col:nth-child(n+3){
        margin-top:40px
    }
    .card-event .c-description{
        padding:20px
    }
    .page-section.horizontal .s-col:first-child{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%;
        -ms-flex-order:1;
        order:1
    }
    .page-section.horizontal .s-col:last-child{
        -ms-flex-order:2;
        order:2;
        -ms-flex:0 0 700px;
        flex:0 0 700px;
        max-width:700px
    }
    .page-section .s-advance .list-item:nth-child(n+3){
        margin-top:80px
    }
    .drawer-stores .d-footer .footer-item:nth-child(n+3){
        margin-top:40px
    }
}
@media (min-width:1300px){
    .container{
        max-width:1260px
    }
    .container-lg,.container-md,.container-sm,.container-xs{
        max-width:1260px
    }
    .col-lg{
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%
    }
    .row-cols-lg-1>*{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .row-cols-lg-2>*{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .row-cols-lg-3>*{
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .row-cols-lg-4>*{
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .row-cols-lg-5>*{
        -ms-flex:0 0 20%;
        flex:0 0 20%;
        max-width:20%
    }
    .row-cols-lg-6>*{
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-lg-auto{
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto;
        max-width:100%
    }
    .col-lg-1{
        -ms-flex:0 0 8.33333%;
        flex:0 0 8.33333%;
        max-width:8.33333%
    }
    .col-lg-2{
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-lg-3{
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .col-lg-4{
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .col-lg-5{
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .col-lg-6{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .col-lg-7{
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-lg-8{
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-lg-9{
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .col-lg-10{
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .col-lg-11{
        -ms-flex:0 0 91.66667%;
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
    .col-lg-12{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .order-lg-first{
        -ms-flex-order:-1;
        order:-1
    }
    .order-lg-last{
        -ms-flex-order:13;
        order:13
    }
    .order-lg-0{
        -ms-flex-order:0;
        order:0
    }
    .order-lg-1{
        -ms-flex-order:1;
        order:1
    }
    .order-lg-2{
        -ms-flex-order:2;
        order:2
    }
    .order-lg-3{
        -ms-flex-order:3;
        order:3
    }
    .order-lg-4{
        -ms-flex-order:4;
        order:4
    }
    .order-lg-5{
        -ms-flex-order:5;
        order:5
    }
    .order-lg-6{
        -ms-flex-order:6;
        order:6
    }
    .order-lg-7{
        -ms-flex-order:7;
        order:7
    }
    .order-lg-8{
        -ms-flex-order:8;
        order:8
    }
    .order-lg-9{
        -ms-flex-order:9;
        order:9
    }
    .order-lg-10{
        -ms-flex-order:10;
        order:10
    }
    .order-lg-11{
        -ms-flex-order:11;
        order:11
    }
    .order-lg-12{
        -ms-flex-order:12;
        order:12
    }
    .offset-lg-0{
        margin-left:0
    }
    .offset-lg-1{
        margin-left:8.33333%
    }
    .offset-lg-2{
        margin-left:16.66667%
    }
    .offset-lg-3{
        margin-left:25%
    }
    .offset-lg-4{
        margin-left:33.33333%
    }
    .offset-lg-5{
        margin-left:41.66667%
    }
    .offset-lg-6{
        margin-left:50%
    }
    .offset-lg-7{
        margin-left:58.33333%
    }
    .offset-lg-8{
        margin-left:66.66667%
    }
    .offset-lg-9{
        margin-left:75%
    }
    .offset-lg-10{
        margin-left:83.33333%
    }
    .offset-lg-11{
        margin-left:91.66667%
    }
    .d-lg-none{
        display:none!important
    }
    .d-lg-inline{
        display:inline!important
    }
    .d-lg-inline-block{
        display:inline-block!important
    }
    .d-lg-block{
        display:block!important
    }
    .d-lg-table{
        display:table!important
    }
    .d-lg-table-row{
        display:table-row!important
    }
    .d-lg-table-cell{
        display:table-cell!important
    }
    .d-lg-flex{
        display:-ms-flexbox!important;
        display:flex!important
    }
    .d-lg-inline-flex{
        display:-ms-inline-flexbox!important;
        display:inline-flex!important
    }
    .flex-lg-row{
        -ms-flex-direction:row!important;
        flex-direction:row!important
    }
    .flex-lg-column{
        -ms-flex-direction:column!important;
        flex-direction:column!important
    }
    .flex-lg-row-reverse{
        -ms-flex-direction:row-reverse!important;
        flex-direction:row-reverse!important
    }
    .flex-lg-column-reverse{
        -ms-flex-direction:column-reverse!important;
        flex-direction:column-reverse!important
    }
    .flex-lg-wrap{
        -ms-flex-wrap:wrap!important;
        flex-wrap:wrap!important
    }
    .flex-lg-nowrap{
        -ms-flex-wrap:nowrap!important;
        flex-wrap:nowrap!important
    }
    .flex-lg-wrap-reverse{
        -ms-flex-wrap:wrap-reverse!important;
        flex-wrap:wrap-reverse!important
    }
    .flex-lg-fill{
        -ms-flex:1 1 auto!important;
        flex:1 1 auto!important
    }
    .flex-lg-grow-0{
        -ms-flex-positive:0!important;
        flex-grow:0!important
    }
    .flex-lg-grow-1{
        -ms-flex-positive:1!important;
        flex-grow:1!important
    }
    .flex-lg-shrink-0{
        -ms-flex-negative:0!important;
        flex-shrink:0!important
    }
    .flex-lg-shrink-1{
        -ms-flex-negative:1!important;
        flex-shrink:1!important
    }
    .justify-content-lg-start{
        -ms-flex-pack:start!important;
        justify-content:flex-start!important
    }
    .justify-content-lg-end{
        -ms-flex-pack:end!important;
        justify-content:flex-end!important
    }
    .justify-content-lg-center{
        -ms-flex-pack:center!important;
        justify-content:center!important
    }
    .justify-content-lg-between{
        -ms-flex-pack:justify!important;
        justify-content:space-between!important
    }
    .justify-content-lg-around{
        -ms-flex-pack:distribute!important;
        justify-content:space-around!important
    }
    .align-items-lg-start{
        -ms-flex-align:start!important;
        align-items:flex-start!important
    }
    .align-items-lg-end{
        -ms-flex-align:end!important;
        align-items:flex-end!important
    }
    .align-items-lg-center{
        -ms-flex-align:center!important;
        align-items:center!important
    }
    .align-items-lg-baseline{
        -ms-flex-align:baseline!important;
        align-items:baseline!important
    }
    .align-items-lg-stretch{
        -ms-flex-align:stretch!important;
        align-items:stretch!important
    }
    .align-content-lg-start{
        -ms-flex-line-pack:start!important;
        align-content:flex-start!important
    }
    .align-content-lg-end{
        -ms-flex-line-pack:end!important;
        align-content:flex-end!important
    }
    .align-content-lg-center{
        -ms-flex-line-pack:center!important;
        align-content:center!important
    }
    .align-content-lg-between{
        -ms-flex-line-pack:justify!important;
        align-content:space-between!important
    }
    .align-content-lg-around{
        -ms-flex-line-pack:distribute!important;
        align-content:space-around!important
    }
    .align-content-lg-stretch{
        -ms-flex-line-pack:stretch!important;
        align-content:stretch!important
    }
    .align-self-lg-auto{
        -ms-flex-item-align:auto!important;
        -ms-grid-row-align:auto!important;
        align-self:auto!important
    }
    .align-self-lg-start{
        -ms-flex-item-align:start!important;
        align-self:flex-start!important
    }
    .align-self-lg-end{
        -ms-flex-item-align:end!important;
        align-self:flex-end!important
    }
    .align-self-lg-center{
        -ms-flex-item-align:center!important;
        -ms-grid-row-align:center!important;
        align-self:center!important
    }
    .align-self-lg-baseline{
        -ms-flex-item-align:baseline!important;
        align-self:baseline!important
    }
    .align-self-lg-stretch{
        -ms-flex-item-align:stretch!important;
        -ms-grid-row-align:stretch!important;
        align-self:stretch!important
    }
    .modal-lg,.modal-xl{
        max-width:800px
    }
    .hidden-lg-min{
        display:none!important
    }
    .page-section.brands-catalog .catalog-list .list-item:nth-child(n+4){
        margin-top:140px
    }
    .page-section.home-products .s-col>.container{
        width:unset;
        max-width:unset;
        padding:unset
    }
    .page-section.home-products .prod-carousel>.container{
        width:unset;
        max-width:unset;
        padding:unset
    }
    .page-section.home-products .carousel-slider:before{
        display:block
    }
    .page-section.home-products .swiper-wrapper{
        position:absolute;
        left:0;
        top:0
    }
    .page-section.home-products .swiper-slide{
        position:absolute;
        left:0;
        top:0;
        opacity:0;
        visibility:hidden;
        transition:opacity .2s ease,visibility .2s ease;
        pointer-events:none
    }
    .page-section.home-products .swiper-slide.active{
        opacity:1;
        visibility:visible;
        pointer-events:all
    }
    .page-section.home-products .slide-image{
        width:100%;
        height:100%
    }
    .page-section.home-products .slide-title{
        display:none
    }
    .page-section.home-products .carousel-controls{
        display:none
    }
    .page-section.home-products .carousel-pagination{
        display:none
    }
    .products-other .other-col:nth-child(n+4){
        margin-top:40px
    }
    .card-film .c-text{
        max-width:380px
    }
    .card-film .c-share{
        max-width:380px
    }
    .carousel.qty-2 .carousel-title .swiper-slide.x-1{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .carousel.qty-2 .carousel-title .swiper-slide.x-2{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .carousel.qty-2 .carousel-title .swiper-slide.x-3{
        -ms-flex:0 0 150%;
        flex:0 0 150%;
        max-width:150%
    }
    .carousel.qty-2 .carousel-title .swiper-slide.x-4{
        -ms-flex:0 0 200%;
        flex:0 0 200%;
        max-width:200%
    }
    .carousel.qty-2 .carousel-title .swiper-slide.x-5{
        -ms-flex:0 0 250%;
        flex:0 0 250%;
        max-width:250%
    }
    .carousel.qty-2 .carousel-title .swiper-slide.x-6{
        -ms-flex:0 0 300%;
        flex:0 0 300%;
        max-width:300%
    }
    .carousel.qty-2 .carousel-title .swiper-slide.x-7{
        -ms-flex:0 0 350%;
        flex:0 0 350%;
        max-width:350%
    }
    .carousel.qty-2 .carousel-title .swiper-slide.x-8{
        -ms-flex:0 0 400%;
        flex:0 0 400%;
        max-width:400%
    }
    .carousel.qty-2 .carousel-title .swiper-slide.x-9{
        -ms-flex:0 0 450%;
        flex:0 0 450%;
        max-width:450%
    }
    .carousel.qty-2 .carousel-title .swiper-slide.x-10{
        -ms-flex:0 0 500%;
        flex:0 0 500%;
        max-width:500%
    }
    .carousel.qty-2 .carousel-title .swiper-slide.x-11{
        -ms-flex:0 0 550%;
        flex:0 0 550%;
        max-width:550%
    }
    .carousel.qty-2 .carousel-title .swiper-slide.x-12{
        -ms-flex:0 0 600%;
        flex:0 0 600%;
        max-width:600%
    }
    .carousel.qty-2 .carousel-title .swiper-slide.x-13{
        -ms-flex:0 0 650%;
        flex:0 0 650%;
        max-width:650%
    }
    .carousel.qty-2 .carousel-title .swiper-slide.x-14{
        -ms-flex:0 0 700%;
        flex:0 0 700%;
        max-width:700%
    }
    .carousel.qty-2 .carousel-title .swiper-slide.x-15{
        -ms-flex:0 0 750%;
        flex:0 0 750%;
        max-width:750%
    }
    .carousel.qty-2 .carousel-title .swiper-slide.x-16{
        -ms-flex:0 0 800%;
        flex:0 0 800%;
        max-width:800%
    }
    .carousel.qty-2 .carousel-title .swiper-slide.x-17{
        -ms-flex:0 0 850%;
        flex:0 0 850%;
        max-width:850%
    }
    .carousel.qty-2 .carousel-title .swiper-slide.x-18{
        -ms-flex:0 0 900%;
        flex:0 0 900%;
        max-width:900%
    }
    .carousel.qty-2 .carousel-title .swiper-slide.x-19{
        -ms-flex:0 0 950%;
        flex:0 0 950%;
        max-width:950%
    }
    .carousel.qty-2 .carousel-title .swiper-slide.x-20{
        -ms-flex:0 0 1000%;
        flex:0 0 1000%;
        max-width:1000%
    }
    .carousel.qty-2 .carousel-slider .swiper-slide{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .page-section .s-col:last-child{
        -ms-flex:0 0 700px;
        flex:0 0 700px;
        max-width:700px
    }
    .page-section .s-tile .item-text{
        font-size:40px;
        line-height:50px
    }
    .page-section .s-performance .item-text{
        font-size:22px;
        line-height:30px
    }
    .page-section .s-layout .l-row{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        margin-left:-20px;
        margin-right:-20px
    }
    .page-section .s-layout .l-aside{
        -ms-flex:0 0 420px;
        flex:0 0 420px;
        max-width:420px;
        padding-left:20px;
        padding-right:40px
    }
    .page-section .s-layout .l-aside+.l-main{
        -ms-flex:0 0 calc(100% - 420px);
        flex:0 0 calc(100% - 420px);
        max-width:calc(100% - 420px);
        padding-left:20px;
        padding-right:20px
    }
    .page-section .s-layout .l-main{
        -ms-flex:0 0 calc(100% - 400px);
        flex:0 0 calc(100% - 400px);
        max-width:calc(100% - 400px);
        padding-left:20px;
        padding-right:40px
    }
    .page-section .s-layout .l-main+.l-aside{
        -ms-flex:0 0 400px;
        flex:0 0 400px;
        max-width:400px;
        padding-left:20px;
        padding-right:20px
    }
    .hero-event .s-heading{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -ms-flex-align:end;
        align-items:flex-end
    }
    .hero-event .s-preview{
        -ms-flex:0 0 760px;
        flex:0 0 760px;
        max-width:50%;
        top:80px
    }
    .hero-event .s-description{
        margin-left:-40px;
        margin-right:-40px;
        padding:0 40px;
        background:#F5F5F5
    }
    .page-section.section-form .s-part:first-child{
        -ms-flex:0 0 840px;
        flex:0 0 840px;
        max-width:840px
    }
    .page-section.section-form .s-part:last-child{
        -ms-flex:0 0 calc(100% - 840px);
        flex:0 0 calc(100% - 840px);
        max-width:700px
    }
    .layout-event .speakers-list .item-head{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        padding-right:20px
    }
    .layout-event .speakers-list .item-image{
        -ms-flex-order:2;
        order:2
    }
    .layout-event .speakers-list .item-info{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -ms-flex-direction:column;
        flex-direction:column;
        -ms-flex-pack:justify;
        justify-content:space-between;
        -ms-flex:auto;
        flex:auto;
        padding-right:20px;
        -ms-flex-order:1;
        order:1
    }
    .layout-event .speakers-list .item-info .info-name{
        font-size:22px;
        line-height:30px
    }
    .layout-event .speakers-list .item-text .text-link{
        display:none
    }
    .layout-event .speakers-list .item-text .text-wrap{
        display:block;
        height:auto!important
    }
    .card-person .c-name{
        font-size:22px;
        line-height:30px
    }
    .section-article .s-content{
        min-height:1000px
    }
    .section-article .s-title{
        font-size:80px;
        max-width:720px
    }
    .section-article .s-text{
        font-size:25px;
        line-height:30px;
        max-width:600px
    }
    .hero-channel .s-heading.type-2{
        font-size:130px
    }
    .hero-channel .s-heading.type-2 sup{
        top:-.9em
    }
    .hero-channel .s-content{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -ms-flex-align:end;
        align-items:flex-end;
        margin-left:-20px;
        margin-right:-20px
    }
    .hero-channel .s-content__part{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%;
        padding-left:20px;
        padding-right:20px
    }
    .hero-channel .s-content__part:first-child .s-image{
        display:none
    }
    .hero-podcast .s-row{
        margin-left:-20px;
        margin-right:-20px
    }
    .hero-podcast .s-part{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -ms-flex-direction:column;
        flex-direction:column;
        padding-left:20px;
        padding-right:20px
    }
    .hero-podcast .s-part:first-child{
        -ms-flex-order:2;
        order:2;
        -ms-flex-pack:end;
        justify-content:flex-end
    }
    .hero-podcast .s-part:last-child{
        -ms-flex-order:1;
        order:1;
        -ms-flex-pack:justify;
        justify-content:space-between;
        padding-right:80px
    }
    .hero-podcast .s-image{
        -ms-flex-pack:center;
        justify-content:center
    }
    .hero-podcast .s-content{
        max-width:660px
    }
    .page-section.episodes-latest .episodes-list .list-item{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -ms-flex-align:center;
        align-items:center
    }
    .page-section.episodes-latest .episodes-list .item-part:nth-child(1){
        -ms-flex:0 0 560px;
        flex:0 0 560px;
        max-width:560px;
        padding-right:40px
    }
    .page-section.episodes-latest .episodes-list .item-part:nth-child(2){
        -ms-flex:auto;
        flex:auto
    }
    .page-section.episodes-latest .episodes-list .item-part:nth-child(3){
        -ms-flex:0 0 200px;
        flex:0 0 200px;
        max-width:200px;
        text-align:right;
        padding-left:40px;
        padding-right:20px;
        margin-left:auto
    }
    .page-section.episodes-other .episode-card{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -ms-flex-align:start;
        align-items:flex-start
    }
    .page-section.episodes-other .episode-card .c-preview{
        -ms-flex:0 0 240px;
        flex:0 0 240px
    }
    .page-section.episodes-other .episode-card .c-desription{
        -ms-flex:auto;
        flex:auto;
        padding-left:40px
    }
    .hero-video .s-row{
        -ms-flex:1 0 100%;
        flex:1 0 100%;
        margin-left:-20px;
        margin-right:-20px
    }
    .hero-video .s-part-info{
        padding-left:20px;
        padding-right:20px;
        -ms-flex:0 0 31%;
        flex:0 0 31%;
        max-width:520px
    }
    .hero-video .s-part-video{
        display:-ms-flexbox;
        display:flex;
        padding-left:20px;
        padding-right:20px;
        -ms-flex:0 0 69%;
        flex:0 0 69%;
        max-width:1080px;
        margin-top:auto
    }
    .hero-video .s-subtitle{
        margin-top:-40px
    }
    .section-filter .s-pane__part{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .section-filter .s-pane__part:last-child .s-pane__list{
        -ms-flex-pack:end;
        justify-content:flex-end
    }
    .section-performance .item-text{
        font-size:22px;
        line-height:30px
    }
    .g-header .h-burger{
        display:none
    }
    .g-footer .f-logos .f-logos__part{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .drawer-stores .d-part:first-child{
        -ms-flex:0 0 580px;
        flex:0 0 580px;
        max-width:580px;
        padding-right:60px
    }
    .drawer-stores .d-footer .footer-item:nth-child(n+4){
        margin-top:40px
    }
}
@media (min-width:1300px) and (max-width:1539px){
    .page-section .s-advance .list-item:nth-child(n+4){
        margin-top:80px
    }
}
@media (min-width:1540px) and (max-width:1799px){
    .card-article .c-description{
        min-height:260px;
        padding-top:20px;
        padding-bottom:20px
    }
    .card-article.size-lg .c-description{
        min-height:278px
    }
    .card-article.preview-full .c-description{
        min-height:320px
    }
}
@media (min-width:1540px){
    .container{
        max-width:1440px
    }
    .container-lg,.container-md,.container-sm,.container-xl,.container-xs{
        max-width:1440px
    }
    .col-xl{
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%
    }
    .row-cols-xl-1>*{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .row-cols-xl-2>*{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .row-cols-xl-3>*{
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .row-cols-xl-4>*{
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .row-cols-xl-5>*{
        -ms-flex:0 0 20%;
        flex:0 0 20%;
        max-width:20%
    }
    .row-cols-xl-6>*{
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-xl-auto{
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto;
        max-width:100%
    }
    .col-xl-1{
        -ms-flex:0 0 8.33333%;
        flex:0 0 8.33333%;
        max-width:8.33333%
    }
    .col-xl-2{
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-xl-3{
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .col-xl-4{
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .col-xl-5{
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .col-xl-6{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .col-xl-7{
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-xl-8{
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-xl-9{
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .col-xl-10{
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .col-xl-11{
        -ms-flex:0 0 91.66667%;
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
    .col-xl-12{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .order-xl-first{
        -ms-flex-order:-1;
        order:-1
    }
    .order-xl-last{
        -ms-flex-order:13;
        order:13
    }
    .order-xl-0{
        -ms-flex-order:0;
        order:0
    }
    .order-xl-1{
        -ms-flex-order:1;
        order:1
    }
    .order-xl-2{
        -ms-flex-order:2;
        order:2
    }
    .order-xl-3{
        -ms-flex-order:3;
        order:3
    }
    .order-xl-4{
        -ms-flex-order:4;
        order:4
    }
    .order-xl-5{
        -ms-flex-order:5;
        order:5
    }
    .order-xl-6{
        -ms-flex-order:6;
        order:6
    }
    .order-xl-7{
        -ms-flex-order:7;
        order:7
    }
    .order-xl-8{
        -ms-flex-order:8;
        order:8
    }
    .order-xl-9{
        -ms-flex-order:9;
        order:9
    }
    .order-xl-10{
        -ms-flex-order:10;
        order:10
    }
    .order-xl-11{
        -ms-flex-order:11;
        order:11
    }
    .order-xl-12{
        -ms-flex-order:12;
        order:12
    }
    .offset-xl-0{
        margin-left:0
    }
    .offset-xl-1{
        margin-left:8.33333%
    }
    .offset-xl-2{
        margin-left:16.66667%
    }
    .offset-xl-3{
        margin-left:25%
    }
    .offset-xl-4{
        margin-left:33.33333%
    }
    .offset-xl-5{
        margin-left:41.66667%
    }
    .offset-xl-6{
        margin-left:50%
    }
    .offset-xl-7{
        margin-left:58.33333%
    }
    .offset-xl-8{
        margin-left:66.66667%
    }
    .offset-xl-9{
        margin-left:75%
    }
    .offset-xl-10{
        margin-left:83.33333%
    }
    .offset-xl-11{
        margin-left:91.66667%
    }
    .d-xl-none{
        display:none!important
    }
    .d-xl-inline{
        display:inline!important
    }
    .d-xl-inline-block{
        display:inline-block!important
    }
    .d-xl-block{
        display:block!important
    }
    .d-xl-table{
        display:table!important
    }
    .d-xl-table-row{
        display:table-row!important
    }
    .d-xl-table-cell{
        display:table-cell!important
    }
    .d-xl-flex{
        display:-ms-flexbox!important;
        display:flex!important
    }
    .d-xl-inline-flex{
        display:-ms-inline-flexbox!important;
        display:inline-flex!important
    }
    .flex-xl-row{
        -ms-flex-direction:row!important;
        flex-direction:row!important
    }
    .flex-xl-column{
        -ms-flex-direction:column!important;
        flex-direction:column!important
    }
    .flex-xl-row-reverse{
        -ms-flex-direction:row-reverse!important;
        flex-direction:row-reverse!important
    }
    .flex-xl-column-reverse{
        -ms-flex-direction:column-reverse!important;
        flex-direction:column-reverse!important
    }
    .flex-xl-wrap{
        -ms-flex-wrap:wrap!important;
        flex-wrap:wrap!important
    }
    .flex-xl-nowrap{
        -ms-flex-wrap:nowrap!important;
        flex-wrap:nowrap!important
    }
    .flex-xl-wrap-reverse{
        -ms-flex-wrap:wrap-reverse!important;
        flex-wrap:wrap-reverse!important
    }
    .flex-xl-fill{
        -ms-flex:1 1 auto!important;
        flex:1 1 auto!important
    }
    .flex-xl-grow-0{
        -ms-flex-positive:0!important;
        flex-grow:0!important
    }
    .flex-xl-grow-1{
        -ms-flex-positive:1!important;
        flex-grow:1!important
    }
    .flex-xl-shrink-0{
        -ms-flex-negative:0!important;
        flex-shrink:0!important
    }
    .flex-xl-shrink-1{
        -ms-flex-negative:1!important;
        flex-shrink:1!important
    }
    .justify-content-xl-start{
        -ms-flex-pack:start!important;
        justify-content:flex-start!important
    }
    .justify-content-xl-end{
        -ms-flex-pack:end!important;
        justify-content:flex-end!important
    }
    .justify-content-xl-center{
        -ms-flex-pack:center!important;
        justify-content:center!important
    }
    .justify-content-xl-between{
        -ms-flex-pack:justify!important;
        justify-content:space-between!important
    }
    .justify-content-xl-around{
        -ms-flex-pack:distribute!important;
        justify-content:space-around!important
    }
    .align-items-xl-start{
        -ms-flex-align:start!important;
        align-items:flex-start!important
    }
    .align-items-xl-end{
        -ms-flex-align:end!important;
        align-items:flex-end!important
    }
    .align-items-xl-center{
        -ms-flex-align:center!important;
        align-items:center!important
    }
    .align-items-xl-baseline{
        -ms-flex-align:baseline!important;
        align-items:baseline!important
    }
    .align-items-xl-stretch{
        -ms-flex-align:stretch!important;
        align-items:stretch!important
    }
    .align-content-xl-start{
        -ms-flex-line-pack:start!important;
        align-content:flex-start!important
    }
    .align-content-xl-end{
        -ms-flex-line-pack:end!important;
        align-content:flex-end!important
    }
    .align-content-xl-center{
        -ms-flex-line-pack:center!important;
        align-content:center!important
    }
    .align-content-xl-between{
        -ms-flex-line-pack:justify!important;
        align-content:space-between!important
    }
    .align-content-xl-around{
        -ms-flex-line-pack:distribute!important;
        align-content:space-around!important
    }
    .align-content-xl-stretch{
        -ms-flex-line-pack:stretch!important;
        align-content:stretch!important
    }
    .align-self-xl-auto{
        -ms-flex-item-align:auto!important;
        -ms-grid-row-align:auto!important;
        align-self:auto!important
    }
    .align-self-xl-start{
        -ms-flex-item-align:start!important;
        align-self:flex-start!important
    }
    .align-self-xl-end{
        -ms-flex-item-align:end!important;
        align-self:flex-end!important
    }
    .align-self-xl-center{
        -ms-flex-item-align:center!important;
        -ms-grid-row-align:center!important;
        align-self:center!important
    }
    .align-self-xl-baseline{
        -ms-flex-item-align:baseline!important;
        align-self:baseline!important
    }
    .align-self-xl-stretch{
        -ms-flex-item-align:stretch!important;
        -ms-grid-row-align:stretch!important;
        align-self:stretch!important
    }
    .modal-xl{
        max-width:1140px
    }
    .hidden-xl-min{
        display:none!important
    }
    .card-article.size-lg .thumbnail .thumb-video:before{
        left:40px;
        top:40px
    }
    .card-article.size-lg .mark-date{
        right:40px;
        top:40px
    }
    .card-article.size-lg .c-title{
        font-size:40px;
        line-height:50px
    }
    .card-article.size-lg .c-text{
        font-size:20px;
        line-height:30px;
        max-height:90px;
        max-width:600px
    }
    .card-article.preview-full .c-title{
        font-size:80px;
        line-height:1
    }
    .card-film .thumbnail .thumb-video:before{
        left:40px;
        top:40px
    }
    .card-film .mark-date{
        right:40px;
        top:40px
    }
    .card-film .c-title{
        font-size:40px;
        line-height:50px
    }
    .card-event .thumbnail .thumb-video:before{
        left:40px;
        top:40px
    }
    .card-event .mark-date{
        right:40px;
        top:40px
    }
    .card-event .c-title{
        font-size:40px;
        line-height:50px
    }
    .card-event .c-text{
        font-size:22px;
        line-height:30px
    }
    .card-event.in-carousel .c-title{
        font-size:30px;
        line-height:40px
    }
    .carousel.qty-3 .carousel-title .swiper-slide.x-1{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .carousel.qty-3 .carousel-title .swiper-slide.x-2{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .carousel.qty-3 .carousel-title .swiper-slide.x-3{
        -ms-flex:0 0 150%;
        flex:0 0 150%;
        max-width:150%
    }
    .carousel.qty-3 .carousel-title .swiper-slide.x-4{
        -ms-flex:0 0 200%;
        flex:0 0 200%;
        max-width:200%
    }
    .carousel.qty-3 .carousel-title .swiper-slide.x-5{
        -ms-flex:0 0 250%;
        flex:0 0 250%;
        max-width:250%
    }
    .carousel.qty-3 .carousel-title .swiper-slide.x-6{
        -ms-flex:0 0 300%;
        flex:0 0 300%;
        max-width:300%
    }
    .carousel.qty-3 .carousel-title .swiper-slide.x-7{
        -ms-flex:0 0 350%;
        flex:0 0 350%;
        max-width:350%
    }
    .carousel.qty-3 .carousel-title .swiper-slide.x-8{
        -ms-flex:0 0 400%;
        flex:0 0 400%;
        max-width:400%
    }
    .carousel.qty-3 .carousel-title .swiper-slide.x-9{
        -ms-flex:0 0 450%;
        flex:0 0 450%;
        max-width:450%
    }
    .carousel.qty-3 .carousel-title .swiper-slide.x-10{
        -ms-flex:0 0 500%;
        flex:0 0 500%;
        max-width:500%
    }
    .carousel.qty-3 .carousel-title .swiper-slide.x-11{
        -ms-flex:0 0 550%;
        flex:0 0 550%;
        max-width:550%
    }
    .carousel.qty-3 .carousel-title .swiper-slide.x-12{
        -ms-flex:0 0 600%;
        flex:0 0 600%;
        max-width:600%
    }
    .carousel.qty-3 .carousel-title .swiper-slide.x-13{
        -ms-flex:0 0 650%;
        flex:0 0 650%;
        max-width:650%
    }
    .carousel.qty-3 .carousel-title .swiper-slide.x-14{
        -ms-flex:0 0 700%;
        flex:0 0 700%;
        max-width:700%
    }
    .carousel.qty-3 .carousel-title .swiper-slide.x-15{
        -ms-flex:0 0 750%;
        flex:0 0 750%;
        max-width:750%
    }
    .carousel.qty-3 .carousel-title .swiper-slide.x-16{
        -ms-flex:0 0 800%;
        flex:0 0 800%;
        max-width:800%
    }
    .carousel.qty-3 .carousel-title .swiper-slide.x-17{
        -ms-flex:0 0 850%;
        flex:0 0 850%;
        max-width:850%
    }
    .carousel.qty-3 .carousel-title .swiper-slide.x-18{
        -ms-flex:0 0 900%;
        flex:0 0 900%;
        max-width:900%
    }
    .carousel.qty-3 .carousel-title .swiper-slide.x-19{
        -ms-flex:0 0 950%;
        flex:0 0 950%;
        max-width:950%
    }
    .carousel.qty-3 .carousel-title .swiper-slide.x-20{
        -ms-flex:0 0 1000%;
        flex:0 0 1000%;
        max-width:1000%
    }
    .carousel.qty-3 .carousel-slider .swiper-slide{
        -ms-flex:0 0 33.33%;
        flex:0 0 33.33%;
        max-width:33.33%
    }
    .section-promo .s-wrap{
        min-height:1000px
    }
    .section-promo .s-content{
        max-width:720px
    }
    .section-promo .s-title-custom{
        font-size:80px;
        margin-bottom:30px
    }
    .section-promo .s-title{
        font-size:60px;
        line-height:70px;
        margin-bottom:30px
    }
    .section-promo .s-quote__text{
        font-size:40px;
        line-height:50px
    }
    .page-section .s-preview .thumbnail .thumb-video:before{
        left:40px;
        top:40px
    }
    .page-section .s-list.type-2 .list-item{
        -ms-flex:0 0 33.33%;
        flex:0 0 33.33%;
        max-width:33.33%
    }
    .page-section .s-list.type-2 .list-item:nth-child(n+4){
        margin-top:100px
    }
    .page-section .s-list .list-item:nth-child(n+5){
        margin-top:100px
    }
    .page-section .s-advance.type-2 .list-item{
        -ms-flex:0 0 33.33%;
        flex:0 0 33.33%;
        max-width:33.33%
    }
    .page-section .s-advance.type-2 .list-item:nth-child(n+4){
        margin-top:80px
    }
    .page-section .s-advance.type-2 .item-text{
        max-width:500px
    }
    .page-section .s-advance .list-item:nth-child(n+5){
        margin-top:80px
    }
    .page-section .s-layout .l-aside{
        -ms-flex:0 0 500px;
        flex:0 0 500px;
        max-width:500px;
        padding-right:80px
    }
    .page-section .s-layout .l-aside+.l-main{
        -ms-flex:0 0 calc(100% - 500px);
        flex:0 0 calc(100% - 500px);
        max-width:calc(100% - 500px)
    }
    .page-section .s-layout .l-main{
        -ms-flex:0 0 calc(100% - 440px);
        flex:0 0 calc(100% - 440px);
        max-width:calc(100% - 440px);
        padding-right:80px
    }
    .page-section .s-layout .l-main+.l-aside{
        -ms-flex:0 0 440px;
        flex:0 0 440px;
        max-width:440px
    }
    .page-section .s-layout .section-row{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        margin-left:-20px;
        margin-right:-20px
    }
    .page-section .s-layout .section-col{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%;
        padding-left:20px;
        padding-right:20px
    }
    .hero-event .mark-date{
        right:40px;
        top:40px
    }
    .card-promo .c-text{
        padding-left:20px;
        padding-right:20px;
        padding-top:20px
    }
    .card-promo .c-link{
        padding-left:20px;
        padding-bottom:15px
    }
    .page-section.section-catalog .catalog-list .list-item.type-double{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .layout-event .l-aside+.l-main{
        -ms-flex:0 0 calc(100% - 280px);
        flex:0 0 calc(100% - 280px);
        max-width:1040px
    }
    .card-popular{
        padding:0 20px
    }
    .hero-article .s-heading{
        font-size:125px;
        line-height:1.1
    }
    .drawer-stores .d-part:first-child{
        -ms-flex:0 0 600px;
        flex:0 0 600px;
        max-width:600px;
        padding-right:80px
    }
}
@media (min-width:1800px){
    .container{
        max-width:1680px
    }
    .container-lg,.container-md,.container-sm,.container-xl,.container-xs,.container-xxl{
        max-width:1680px
    }
    .col-xxl{
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%
    }
    .row-cols-xxl-1>*{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .row-cols-xxl-2>*{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .row-cols-xxl-3>*{
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .row-cols-xxl-4>*{
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .row-cols-xxl-5>*{
        -ms-flex:0 0 20%;
        flex:0 0 20%;
        max-width:20%
    }
    .row-cols-xxl-6>*{
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-xxl-auto{
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto;
        max-width:100%
    }
    .col-xxl-1{
        -ms-flex:0 0 8.33333%;
        flex:0 0 8.33333%;
        max-width:8.33333%
    }
    .col-xxl-2{
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-xxl-3{
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .col-xxl-4{
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .col-xxl-5{
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .col-xxl-6{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .col-xxl-7{
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-xxl-8{
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-xxl-9{
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .col-xxl-10{
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .col-xxl-11{
        -ms-flex:0 0 91.66667%;
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
    .col-xxl-12{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .order-xxl-first{
        -ms-flex-order:-1;
        order:-1
    }
    .order-xxl-last{
        -ms-flex-order:13;
        order:13
    }
    .order-xxl-0{
        -ms-flex-order:0;
        order:0
    }
    .order-xxl-1{
        -ms-flex-order:1;
        order:1
    }
    .order-xxl-2{
        -ms-flex-order:2;
        order:2
    }
    .order-xxl-3{
        -ms-flex-order:3;
        order:3
    }
    .order-xxl-4{
        -ms-flex-order:4;
        order:4
    }
    .order-xxl-5{
        -ms-flex-order:5;
        order:5
    }
    .order-xxl-6{
        -ms-flex-order:6;
        order:6
    }
    .order-xxl-7{
        -ms-flex-order:7;
        order:7
    }
    .order-xxl-8{
        -ms-flex-order:8;
        order:8
    }
    .order-xxl-9{
        -ms-flex-order:9;
        order:9
    }
    .order-xxl-10{
        -ms-flex-order:10;
        order:10
    }
    .order-xxl-11{
        -ms-flex-order:11;
        order:11
    }
    .order-xxl-12{
        -ms-flex-order:12;
        order:12
    }
    .offset-xxl-0{
        margin-left:0
    }
    .offset-xxl-1{
        margin-left:8.33333%
    }
    .offset-xxl-2{
        margin-left:16.66667%
    }
    .offset-xxl-3{
        margin-left:25%
    }
    .offset-xxl-4{
        margin-left:33.33333%
    }
    .offset-xxl-5{
        margin-left:41.66667%
    }
    .offset-xxl-6{
        margin-left:50%
    }
    .offset-xxl-7{
        margin-left:58.33333%
    }
    .offset-xxl-8{
        margin-left:66.66667%
    }
    .offset-xxl-9{
        margin-left:75%
    }
    .offset-xxl-10{
        margin-left:83.33333%
    }
    .offset-xxl-11{
        margin-left:91.66667%
    }
    .d-xxl-none{
        display:none!important
    }
    .d-xxl-inline{
        display:inline!important
    }
    .d-xxl-inline-block{
        display:inline-block!important
    }
    .d-xxl-block{
        display:block!important
    }
    .d-xxl-table{
        display:table!important
    }
    .d-xxl-table-row{
        display:table-row!important
    }
    .d-xxl-table-cell{
        display:table-cell!important
    }
    .d-xxl-flex{
        display:-ms-flexbox!important;
        display:flex!important
    }
    .d-xxl-inline-flex{
        display:-ms-inline-flexbox!important;
        display:inline-flex!important
    }
    .flex-xxl-row{
        -ms-flex-direction:row!important;
        flex-direction:row!important
    }
    .flex-xxl-column{
        -ms-flex-direction:column!important;
        flex-direction:column!important
    }
    .flex-xxl-row-reverse{
        -ms-flex-direction:row-reverse!important;
        flex-direction:row-reverse!important
    }
    .flex-xxl-column-reverse{
        -ms-flex-direction:column-reverse!important;
        flex-direction:column-reverse!important
    }
    .flex-xxl-wrap{
        -ms-flex-wrap:wrap!important;
        flex-wrap:wrap!important
    }
    .flex-xxl-nowrap{
        -ms-flex-wrap:nowrap!important;
        flex-wrap:nowrap!important
    }
    .flex-xxl-wrap-reverse{
        -ms-flex-wrap:wrap-reverse!important;
        flex-wrap:wrap-reverse!important
    }
    .flex-xxl-fill{
        -ms-flex:1 1 auto!important;
        flex:1 1 auto!important
    }
    .flex-xxl-grow-0{
        -ms-flex-positive:0!important;
        flex-grow:0!important
    }
    .flex-xxl-grow-1{
        -ms-flex-positive:1!important;
        flex-grow:1!important
    }
    .flex-xxl-shrink-0{
        -ms-flex-negative:0!important;
        flex-shrink:0!important
    }
    .flex-xxl-shrink-1{
        -ms-flex-negative:1!important;
        flex-shrink:1!important
    }
    .justify-content-xxl-start{
        -ms-flex-pack:start!important;
        justify-content:flex-start!important
    }
    .justify-content-xxl-end{
        -ms-flex-pack:end!important;
        justify-content:flex-end!important
    }
    .justify-content-xxl-center{
        -ms-flex-pack:center!important;
        justify-content:center!important
    }
    .justify-content-xxl-between{
        -ms-flex-pack:justify!important;
        justify-content:space-between!important
    }
    .justify-content-xxl-around{
        -ms-flex-pack:distribute!important;
        justify-content:space-around!important
    }
    .align-items-xxl-start{
        -ms-flex-align:start!important;
        align-items:flex-start!important
    }
    .align-items-xxl-end{
        -ms-flex-align:end!important;
        align-items:flex-end!important
    }
    .align-items-xxl-center{
        -ms-flex-align:center!important;
        align-items:center!important
    }
    .align-items-xxl-baseline{
        -ms-flex-align:baseline!important;
        align-items:baseline!important
    }
    .align-items-xxl-stretch{
        -ms-flex-align:stretch!important;
        align-items:stretch!important
    }
    .align-content-xxl-start{
        -ms-flex-line-pack:start!important;
        align-content:flex-start!important
    }
    .align-content-xxl-end{
        -ms-flex-line-pack:end!important;
        align-content:flex-end!important
    }
    .align-content-xxl-center{
        -ms-flex-line-pack:center!important;
        align-content:center!important
    }
    .align-content-xxl-between{
        -ms-flex-line-pack:justify!important;
        align-content:space-between!important
    }
    .align-content-xxl-around{
        -ms-flex-line-pack:distribute!important;
        align-content:space-around!important
    }
    .align-content-xxl-stretch{
        -ms-flex-line-pack:stretch!important;
        align-content:stretch!important
    }
    .align-self-xxl-auto{
        -ms-flex-item-align:auto!important;
        -ms-grid-row-align:auto!important;
        align-self:auto!important
    }
    .align-self-xxl-start{
        -ms-flex-item-align:start!important;
        align-self:flex-start!important
    }
    .align-self-xxl-end{
        -ms-flex-item-align:end!important;
        align-self:flex-end!important
    }
    .align-self-xxl-center{
        -ms-flex-item-align:center!important;
        -ms-grid-row-align:center!important;
        align-self:center!important
    }
    .align-self-xxl-baseline{
        -ms-flex-item-align:baseline!important;
        align-self:baseline!important
    }
    .align-self-xxl-stretch{
        -ms-flex-item-align:stretch!important;
        -ms-grid-row-align:stretch!important;
        align-self:stretch!important
    }
    .hidden-xxl-min{
        display:none!important
    }
    .card-article.preview-full .c-description{
        min-height:360px
    }
    .page-section .s-layout .l-aside{
        -ms-flex:0 0 560px;
        flex:0 0 560px;
        max-width:560px;
        padding-right:120px
    }
    .page-section .s-layout .l-aside+.l-main{
        -ms-flex:0 0 calc(100% - 560px);
        flex:0 0 calc(100% - 560px);
        max-width:calc(100% - 560px)
    }
    .page-section .s-layout .l-main{
        -ms-flex:0 0 calc(100% - 460px);
        flex:0 0 calc(100% - 460px);
        max-width:calc(100% - 460px);
        padding-right:120px
    }
    .page-section .s-layout .l-main+.l-aside{
        -ms-flex:0 0 460px;
        flex:0 0 460px;
        max-width:460px
    }
    .layout-event .l-aside+.l-main{
        -ms-flex:0 0 calc(100% - 280px);
        flex:0 0 calc(100% - 280px);
        max-width:1140px
    }
    .drawer-stores .d-part:first-child{
        -ms-flex:0 0 700px;
        flex:0 0 700px;
        max-width:700px;
        padding-right:180px
    }
}
@media (max-width:1799px){
    .hidden-xl-max{
        display:none!important
    }
    .card-event.in-carousel .c-description{
        padding-left:40px;
        padding-right:40px;
        padding-bottom:20px
    }
    .menu-dropdown .m-categories .drop-filter{
        -ms-flex:0 0 520px;
        flex:0 0 520px;
        max-width:520px
    }
}
@media (max-width:1539px){
    .hidden-lg-max{
        display:none!important
    }
    .article-photo-slider.article-photo-slider--half .s-part-aside{
        -ms-flex-order:1;
        order:1;
        width:100%;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .article-photo-slider.article-photo-slider--half .s-part-slider{
        -ms-flex-order:0;
        order:0;
        width:100%;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .article-photo-slider.article-photo-slider--half .article-part-aside{
        -ms-flex-flow:row;
        flex-flow:row;
        padding-top:20px
    }
    .article-photo-slider.article-photo-slider--half .article-part-aside .l-aside{
        max-width:none!important;
        width:100%
    }
    .article-photo-slider.article-photo-slider--half .article-part-aside .layout-event{
        margin-bottom:0;
        -ms-flex-order:1;
        order:1;
        -ms-flex-positive:1;
        flex-grow:1
    }
    .article-photo-slider.article-photo-slider--half .article-photo-slider__count{
        color:#000;
        margin:0;
        -ms-flex-order:0;
        order:0;
        -ms-flex:0 0 140px;
        flex:0 0 140px;
        max-width:140px
    }
    .card-article.size-lg{
        padding-bottom:200%
    }
    .carousel .carousel-title .swiper-slide.x-1{
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .carousel .carousel-title .swiper-slide.x-2{
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .carousel .carousel-title .swiper-slide.x-3{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .carousel .carousel-title .swiper-slide.x-4{
        -ms-flex:0 0 133.33333%;
        flex:0 0 133.33333%;
        max-width:133.33333%
    }
    .carousel .carousel-title .swiper-slide.x-5{
        -ms-flex:0 0 166.66667%;
        flex:0 0 166.66667%;
        max-width:166.66667%
    }
    .carousel .carousel-title .swiper-slide.x-6{
        -ms-flex:0 0 200%;
        flex:0 0 200%;
        max-width:200%
    }
    .carousel .carousel-title .swiper-slide.x-7{
        -ms-flex:0 0 233.33333%;
        flex:0 0 233.33333%;
        max-width:233.33333%
    }
    .carousel .carousel-title .swiper-slide.x-8{
        -ms-flex:0 0 266.66667%;
        flex:0 0 266.66667%;
        max-width:266.66667%
    }
    .carousel .carousel-title .swiper-slide.x-9{
        -ms-flex:0 0 300%;
        flex:0 0 300%;
        max-width:300%
    }
    .carousel .carousel-title .swiper-slide.x-10{
        -ms-flex:0 0 333.33333%;
        flex:0 0 333.33333%;
        max-width:333.33333%
    }
    .carousel .carousel-title .swiper-slide.x-11{
        -ms-flex:0 0 366.66667%;
        flex:0 0 366.66667%;
        max-width:366.66667%
    }
    .carousel .carousel-title .swiper-slide.x-12{
        -ms-flex:0 0 400%;
        flex:0 0 400%;
        max-width:400%
    }
    .carousel .carousel-title .swiper-slide.x-13{
        -ms-flex:0 0 433.33333%;
        flex:0 0 433.33333%;
        max-width:433.33333%
    }
    .carousel .carousel-title .swiper-slide.x-14{
        -ms-flex:0 0 466.66667%;
        flex:0 0 466.66667%;
        max-width:466.66667%
    }
    .carousel .carousel-title .swiper-slide.x-15{
        -ms-flex:0 0 500%;
        flex:0 0 500%;
        max-width:500%
    }
    .carousel .carousel-title .swiper-slide.x-16{
        -ms-flex:0 0 533.33333%;
        flex:0 0 533.33333%;
        max-width:533.33333%
    }
    .carousel .carousel-title .swiper-slide.x-17{
        -ms-flex:0 0 566.66667%;
        flex:0 0 566.66667%;
        max-width:566.66667%
    }
    .carousel .carousel-title .swiper-slide.x-18{
        -ms-flex:0 0 600%;
        flex:0 0 600%;
        max-width:600%
    }
    .carousel .carousel-title .swiper-slide.x-19{
        -ms-flex:0 0 633.33333%;
        flex:0 0 633.33333%;
        max-width:633.33333%
    }
    .carousel .carousel-title .swiper-slide.x-20{
        -ms-flex:0 0 666.66667%;
        flex:0 0 666.66667%;
        max-width:666.66667%
    }
    .carousel .carousel-slider .swiper-slide{
        -ms-flex:0 0 33.33%;
        flex:0 0 33.33%;
        max-width:33.33%
    }
    .carousel-brands .swiper-slide{
        -ms-flex:0 0 20%;
        flex:0 0 20%;
        max-width:20%
    }
    .page-section .s-list .list-item{
        -ms-flex:0 0 33.33%;
        flex:0 0 33.33%;
        max-width:33.33%
    }
    .page-section .s-advance .list-item{
        -ms-flex:0 0 33.33%;
        flex:0 0 33.33%;
        max-width:33.33%
    }
    .page-section .s-brands .list-item{
        -ms-flex:0 0 20%;
        flex:0 0 20%;
        max-width:20%
    }
    .page-section .s-table .td.number,.page-section .s-table .th.number{
        max-width:100px
    }
    .page-section .s-layout .section-col+.section-col{
        margin-top:100px
    }
    .hero-events .s-region{
        -ms-flex-align:end;
        align-items:flex-end
    }
    .hero-events .s-region .region-item{
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .hero-events .s-region .item-label{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .hero-event .s-title{
        font-size:50px;
        line-height:60px
    }
    .hero-carousel .content-slider .slide-title{
        font-size:50px;
        line-height:60px
    }
    .hero-carousel .content-slider .slide-title .podcast-mark{
        height:60px
    }
    .card-promo .c-link{
        -ms-flex:0 0 46%;
        flex:0 0 46%;
        max-width:46%
    }
    .card-promo .c-image{
        -ms-flex:0 0 54%;
        flex:0 0 54%;
        max-width:54%
    }
    .page-section.section-catalog .catalog-list .list-item{
        -ms-flex:0 0 33.33%;
        flex:0 0 33.33%;
        max-width:33.33%
    }
    .menu-dropdown .m-categories .drop-filter{
        -ms-flex:0 0 260px;
        flex:0 0 260px;
        max-width:260px
    }
    .menu-dropdown .m-categories .drop-filter ul{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
}
@media (max-width:1299px){
    .hidden-md-max{
        display:none!important
    }
    .extra-block .products-other .other-col{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .extra-block .products-other .other-col+.other-col{
        margin-top:20px
    }
    .page-section.brands-catalog .catalog-list .list-item{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .page-section.home-products>.container{
        width:unset;
        max-width:unset;
        padding:unset
    }
    .page-section.home-products .s-row{
        display:block;
        margin-left:unset;
        margin-right:unset
    }
    .page-section.home-products .s-col:first-child,.page-section.home-products .s-col:last-child{
        -ms-flex:unset;
        flex:unset;
        max-width:unset;
        padding:unset
    }
    .page-section.home-products .s-col+.s-col{
        margin-top:60px
    }
    .page-section.home-products .prod-list{
        display:none
    }
    .page-section.home-products .carousel-slider{
        margin-left:-20px;
        margin-right:-20px
    }
    .page-section.home-products .swiper-slide{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%;
        padding-left:20px;
        padding-right:20px
    }
    .page-section.home-products .slide-image:before{
        display:block
    }
    .g-audio .a-info{
        -ms-flex:0 0 80px;
        flex:0 0 80px;
        max-width:80px
    }
    .g-audio .a-info .info-description{
        display:none
    }
    .products-other .other-col{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .carousel .carousel-title .swiper-slide.x-1{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .carousel .carousel-title .swiper-slide.x-2{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .carousel .carousel-title .swiper-slide.x-3{
        -ms-flex:0 0 150%;
        flex:0 0 150%;
        max-width:150%
    }
    .carousel .carousel-title .swiper-slide.x-4{
        -ms-flex:0 0 200%;
        flex:0 0 200%;
        max-width:200%
    }
    .carousel .carousel-title .swiper-slide.x-5{
        -ms-flex:0 0 250%;
        flex:0 0 250%;
        max-width:250%
    }
    .carousel .carousel-title .swiper-slide.x-6{
        -ms-flex:0 0 300%;
        flex:0 0 300%;
        max-width:300%
    }
    .carousel .carousel-title .swiper-slide.x-7{
        -ms-flex:0 0 350%;
        flex:0 0 350%;
        max-width:350%
    }
    .carousel .carousel-title .swiper-slide.x-8{
        -ms-flex:0 0 400%;
        flex:0 0 400%;
        max-width:400%
    }
    .carousel .carousel-title .swiper-slide.x-9{
        -ms-flex:0 0 450%;
        flex:0 0 450%;
        max-width:450%
    }
    .carousel .carousel-title .swiper-slide.x-10{
        -ms-flex:0 0 500%;
        flex:0 0 500%;
        max-width:500%
    }
    .carousel .carousel-title .swiper-slide.x-11{
        -ms-flex:0 0 550%;
        flex:0 0 550%;
        max-width:550%
    }
    .carousel .carousel-title .swiper-slide.x-12{
        -ms-flex:0 0 600%;
        flex:0 0 600%;
        max-width:600%
    }
    .carousel .carousel-title .swiper-slide.x-13{
        -ms-flex:0 0 650%;
        flex:0 0 650%;
        max-width:650%
    }
    .carousel .carousel-title .swiper-slide.x-14{
        -ms-flex:0 0 700%;
        flex:0 0 700%;
        max-width:700%
    }
    .carousel .carousel-title .swiper-slide.x-15{
        -ms-flex:0 0 750%;
        flex:0 0 750%;
        max-width:750%
    }
    .carousel .carousel-title .swiper-slide.x-16{
        -ms-flex:0 0 800%;
        flex:0 0 800%;
        max-width:800%
    }
    .carousel .carousel-title .swiper-slide.x-17{
        -ms-flex:0 0 850%;
        flex:0 0 850%;
        max-width:850%
    }
    .carousel .carousel-title .swiper-slide.x-18{
        -ms-flex:0 0 900%;
        flex:0 0 900%;
        max-width:900%
    }
    .carousel .carousel-title .swiper-slide.x-19{
        -ms-flex:0 0 950%;
        flex:0 0 950%;
        max-width:950%
    }
    .carousel .carousel-title .swiper-slide.x-20{
        -ms-flex:0 0 1000%;
        flex:0 0 1000%;
        max-width:1000%
    }
    .carousel .carousel-slider .swiper-slide{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .carousel-brands .swiper-slide{
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .page-section.horizontal .s-col:first-child .s-subtitle{
        display:block
    }
    .page-section.horizontal .s-col:first-child .s-subtitle+.s-title{
        margin-top:-18px
    }
    .page-section.horizontal .s-col:last-child .s-subtitle{
        display:none
    }
    .page-section.horizontal .s-col:last-child .s-subtitle+.s-title{
        margin-top:0
    }
    .page-section.horizontal .s-col:not([class*=hidden])+.s-col{
        margin-top:30px
    }
    .page-section .s-tile .item-inner{
        min-height:160px
    }
    .page-section .s-tile .item-lead{
        font-size:60px;
        line-height:70px
    }
    .page-section .s-tile .item-lead sup{
        font-size:38px
    }
    .page-section .s-performance .item-title{
        font-size:30px;
        line-height:40px
    }
    .page-section .s-advance .list-item{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .page-section .s-brands .list-item{
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .page-section .s-layout .l-aside+.l-main{
        margin-top:100px
    }
    .page-section .s-layout .l-main+.l-aside{
        margin-top:100px
    }
    .hero-page .s-breadcrumbs-wrap .container{
        max-width:none
    }
    .hero-events .s-breadcrumbs-wrap .container{
        max-width:none
    }
    .hero-event .s-breadcrumbs-wrap .container{
        max-width:none
    }
    .hero-event .s-preview{
        margin-bottom:-40px
    }
    .hero-event .s-content-wrap{
        background:#fff
    }
    .hero-event .s-controls{
        padding:60px 0 0;
        width:unset
    }
    .page-section.section-form .s-part:last-child{
        display:none
    }
    .page-section.section-catalog .catalog-list .list-item{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .layout-event .speakers-list .item-text .text-inner{
        padding-top:10px
    }
    .section-article .s-text{
        max-width:500px
    }
    .menu-dropdown .container{
        max-width:none
    }
    .menu-dropdown .m-tags .drop-title{
        -ms-flex:0 0 200px;
        flex:0 0 200px;
        max-width:200px
    }
    .menu-dropdown .m-categories .drop-title{
        -ms-flex:0 0 200px;
        flex:0 0 200px;
        max-width:200px
    }
    .hero-channel .s-content__part:last-child{
        display:none
    }
    .hero-channel .s-controls .lnk-group-item:first-child{
        margin-right:auto
    }
    .hero-podcast .s-row{
        -ms-flex-direction:column;
        flex-direction:column;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
    .hero-podcast .s-part+.s-part{
        margin-top:60px
    }
    .page-section.episodes-latest .episodes-list .item-part+.item-part{
        margin-top:30px
    }
    .page-section.episodes-other .episode-card .c-preview{
        margin-bottom:30px
    }
    .hero-channel-picture__head{
        padding:20px
    }
    .hero-video .s-wrap{
        padding-top:40px;
        padding-bottom:40px
    }
    .hero-video .s-part-info{
        -ms-flex-order:1;
        order:1
    }
    .hero-video .s-part-video{
        -ms-flex-order:0;
        order:0;
        margin-bottom:60px
    }
    .section-filter .s-pane__controls{
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .hero-text .s-title{
        font-size:140px
    }
    .section-performance .item-title{
        font-size:30px;
        line-height:40px
    }
    .g-header .h-sub .container{
        max-width:none
    }
    .g-header .h-main .container{
        max-width:none
    }
    .g-header .h-menu{
        display:none
    }
    .g-header .h-submenu{
        display:none
    }
    .search-opened .g-header .h-search-form{
        margin:0 0 0 40px
    }
    .g-footer .f-logos .f-logos__part+.f-logos__part{
        margin-top:40px
    }
    .g-footer .f-social .f-social__subscribe .subscribe-label{
        display:none
    }
    .g-footer .f-sub .container{
        max-width:none
    }
    .drawer-brands .container{
        max-width:none
    }
    .drawer-stores .container{
        max-width:none
    }
    .drawer-stores .d-footer .footer-item{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
}
@media (max-width:1019px){
    .hidden-sm-max{
        display:none!important
    }
    body{
        font-size:18px;
        line-height:25px
    }
    .h1,h1{
        font-size:50px;
        line-height:60px
    }
    .h2,h2{
        font-size:35px;
        line-height:40px
    }
    .h3,h3{
        font-size:25px;
        line-height:30px
    }
    .lead{
        font-size:25px;
        line-height:30px
    }
    .g-main{
        padding-top:100px
    }
    .g-hero{
        height:calc(200vh - 200px)
    }
    .g-hero .g-hero__sticky{
        top:100px
    }
    .g-hero+.g-content{
        margin-top:calc(100px - 100vh)
    }
    .page-section.about-history .card-timeline .c-text{
        margin-bottom:30px
    }
    .article-photo-slider .article-part-aside{
        -ms-flex-flow:row;
        flex-flow:row;
        padding-top:20px
    }
    .article-photo-slider .article-part-aside .l-aside{
        max-width:none!important;
        width:100%
    }
    .article-photo-slider .article-part-aside .layout-event{
        margin-bottom:0;
        -ms-flex-order:1;
        order:1;
        -ms-flex-positive:1;
        flex-grow:1
    }
    .article-photo-slider__count{
        font-size:60px;
        line-height:50px;
        color:#000;
        margin:0;
        -ms-flex-order:0;
        order:0;
        -ms-flex:0 0 140px;
        flex:0 0 140px;
        max-width:140px
    }
    .article-photo-slider .s-part-aside{
        -ms-flex-order:1;
        order:1;
        width:100%
    }
    .article-photo-slider .s-part-slider{
        -ms-flex-order:0;
        order:0;
        width:100%
    }
    .article-blockquote p{
        font-size:50px
    }
    .article-blockquote__name{
        font-size:15px
    }
    .article-full-slider__nav{
        display:none
    }
    .article-footer{
        margin-bottom:20px
    }
    .extra-block{
        padding-bottom:70px
    }
    .page-section.brands-catalog .catalog-filter{
        margin-bottom:40px
    }
    .page-section.brands-catalog .catalog-filter .filter-list{
        padding-top:20px
    }
    .page-section.brands-catalog .catalog-filter .list-item+.list-item{
        margin-top:10px
    }
    .inp{
        font-size:18px
    }
    .form-part+.form-part{
        margin-top:60px
    }
    .page-section.home-spotlight .s-title{
        margin-bottom:30px
    }
    .page-section.home-spotlight .spotlight-list .list-item+.list-item{
        margin-top:60px
    }
    .page-section.home-products .carousel-link{
        margin-bottom:30px
    }
    .page-section.home-products .carousel-nav{
        margin-bottom:30px
    }
    .page-section.home-products .carousel-pagination{
        padding-top:20px
    }
    .g-audio .a-wrap{
        padding-left:60px;
        padding-top:5px
    }
    .g-audio .a-controls{
        margin-left:auto;
        margin-right:auto
    }
    .g-audio .a-timeline{
        position:absolute;
        left:0;
        top:0;
        width:100%;
        height:5px;
        padding:0;
        max-width:unset
    }
    .g-audio .a-timeline .timeline-bar{
        margin:0;
        height:100%
    }
    .g-audio .a-timeline .timeline-bar span{
        background:#FF8450
    }
    .g-audio .a-timeline .timeline-current,.g-audio .a-timeline .timeline-time{
        display:none
    }
    .products-other .other-line+.other-line{
        margin-top:20px
    }
    .products-other .other-row{
        margin-left:-10px;
        margin-right:-10px
    }
    .products-other .other-col{
        padding-left:10px;
        padding-right:10px
    }
    .thumbnail .thumb-video:before{
        font-size:5.5px
    }
    .mark-date{
        width:60px
    }
    .mark-date .date-month{
        padding-top:9px;
        padding-bottom:9px
    }
    .mark-date .date-number{
        padding-top:9px;
        padding-bottom:10px
    }
    .card-article{
        padding-bottom:128.34%
    }
    .card-article .c-description{
        min-height:260px;
        padding-top:20px;
        padding-bottom:20px
    }
    .card-article .c-subtitle{
        margin-bottom:10px
    }
    .card-article.size-md{
        padding-bottom:176.47%
    }
    .card-article.size-lg{
        padding-bottom:176.47%
    }
    .card-article.preview-full .c-title{
        font-size:50px
    }
    .card-event.in-carousel .c-description{
        padding-left:20px;
        padding-right:20px
    }
    .carousel .carousel-heading{
        margin-bottom:30px
    }
    .carousel .carousel-title{
        margin-bottom:30px
    }
    .carousel .carousel-controls+.carousel-heading,.carousel .carousel-controls+.carousel-title{
        margin-top:-60px
    }
    .carousel .carousel-link{
        margin-bottom:30px
    }
    .carousel .carousel-nav{
        margin-bottom:30px
    }
    .carousel-brands .carousel-title{
        padding-top:20px;
        padding-bottom:20px
    }
    .carousel-brands .swiper-slide{
        height:100px;
        -ms-flex:0 0 220px;
        flex:0 0 220px;
        max-width:220px
    }
    .carousel-brands .carousel-pagination{
        padding-top:20px;
        padding-bottom:20px
    }
    .lead-text{
        padding-top:80px;
        padding-bottom:80px
    }
    .section-promo .s-wrap{
        padding-top:80px;
        padding-bottom:80px
    }
    .section-promo .s-title-custom{
        font-size:50px
    }
    .section-promo .s-quote__author .author-name{
        font-size:18px;
        line-height:25px
    }
    .section-contact{
        padding-top:80px;
        padding-bottom:80px
    }
    .section-contact .list-item{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .section-contact .list-item:nth-child(n+3){
        margin-top:40px
    }
    .section-contact .item-image{
        margin-bottom:20px
    }
    .page-section.bg .s-wrap,.page-section.bg-2 .s-wrap,.page-section.bg-3 .s-wrap{
        padding-top:80px;
        padding-bottom:80px
    }
    .page-section.equal .s-col:not([class*=hidden])+.s-col{
        margin-top:60px
    }
    .page-section.outside{
        padding-bottom:100px
    }
    .page-section.outside.bg{
        padding-bottom:80px
    }
    .page-section.outside .s-wrap{
        padding-bottom:80px
    }
    .page-section .s-wrap{
        padding-top:100px;
        padding-bottom:100px
    }
    .page-section .s-col:last-child .s-subtitle{
        display:none
    }
    .page-section .s-col:last-child .s-subtitle+.s-title{
        margin-top:0
    }
    .page-section .s-col:not([class*=hidden])+.s-col{
        margin-top:30px
    }
    .page-section .s-part:not([class*=hidden])+.s-part{
        margin-top:30px
    }
    .page-section .s-preview{
        max-width:50%
    }
    .page-section .s-buttons{
        margin-top:20px
    }
    .page-section .s-list .list-item{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .page-section .s-tile:not(:first-child){
        margin-top:60px
    }
    .page-section .s-tile .item-lead{
        font-size:50px;
        line-height:60px
    }
    .page-section .s-tile .item-lead sup{
        font-size:32px
    }
    .page-section .s-performance:not(:first-child){
        margin-top:60px
    }
    .page-section .s-performance .list-item{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .page-section .s-performance .item-part+.item-part{
        margin-top:20px
    }
    .page-section .s-performance .item-title{
        font-size:25px;
        line-height:30px
    }
    .page-section .s-performance .item-link{
        font-size:12px;
        line-height:20px
    }
    .page-section .s-price .item-title{
        font-size:25px;
        line-height:30px
    }
    .page-section .s-price .item-help,.page-section .s-price .price-text{
        margin-top:20px
    }
    .page-section .s-advance:not(:first-child){
        margin-top:60px
    }
    .page-section .s-advance .item-image{
        margin-bottom:20px
    }
    .page-section .s-advance .item-title{
        padding-bottom:20px
    }
    .page-section .s-brands:not(:first-child){
        margin-top:60px
    }
    .page-section .s-brands .brands-list{
        margin-left:-10px;
        margin-right:-10px
    }
    .page-section .s-brands .list-item{
        padding:10px
    }
    .page-section .s-brands .list-item:after,.page-section .s-brands .list-item:before{
        display:none
    }
    .page-section .s-brands .item-logo{
        height:60px
    }
    .page-section .s-table-results .t-head{
        display:none
    }
    .page-section .s-table-results .t-body .tr{
        border-top:3px solid #707070
    }
    .page-section .s-table-results .t-body .tr+.tr{
        margin-top:40px
    }
    .page-section .s-table-results .td{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -ms-flex-align:center;
        align-items:center;
        -ms-flex-pack:justify;
        justify-content:space-between;
        border-bottom:1px solid #DAB8AD
    }
    .page-section .s-table-results .td:first-child,.page-section .s-table-results .td:last-child{
        border-bottom:none
    }
    .page-section .s-table-results .td.title{
        display:block;
        color:#000;
        padding-top:20px;
        font-size:18px;
        line-height:25px
    }
    .page-section .s-table-results .td.title span{
        font-family:Sohne-Kraftig,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        text-transform:uppercase;
        font-size:10px;
        line-height:12px;
        color:#B67965;
        letter-spacing:1px;
        display:block;
        margin-bottom:10px
    }
    .page-section .s-downloads .list-item{
        padding-bottom:60px
    }
    .page-section .s-downloads .item-title{
        margin-bottom:20px
    }
    .page-section .s-downloads .item-icon:before{
        background-position:-.2em -53.800000000000004em;
        width:2.7794em;
        height:3.4243em
    }
    .page-section .s-layout+.s-layout{
        margin-top:100px
    }
    .page-section .s-layout .l-aside+.l-main{
        margin-top:60px
    }
    .page-section .s-layout .l-main+.l-aside{
        margin-top:60px
    }
    .page-section .s-layout .l-section+.l-section{
        margin-top:60px
    }
    .page-section .s-layout .section-col+.section-col{
        margin-top:60px
    }
    .hero-page{
        min-height:calc(100vh - 100px)
    }
    .hero-page.type-small{
        min-height:180px
    }
    .hero-page.type-small .s-content-wrap{
        padding-top:40px;
        padding-bottom:40px
    }
    .hero-page.type-small .s-title{
        font-size:35px;
        line-height:40px
    }
    .hero-page .s-title{
        font-size:50px;
        line-height:60px
    }
    .hero-events .s-body{
        min-height:calc(100vh - 100px)
    }
    .hero-events .s-content-wrap{
        padding-top:80px;
        padding-bottom:80px
    }
    .hero-events .s-mark{
        margin-bottom:30px
    }
    .hero-events .s-title{
        font-size:35px;
        line-height:40px;
        margin-bottom:20px
    }
    .hero-events .s-buttons{
        margin-top:20px
    }
    .hero-events .s-region .region-item{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .hero-event{
        min-height:calc(100vh - 100px)
    }
    .hero-event .s-wrap{
        position:relative
    }
    .hero-event .s-heading{
        padding-top:80px
    }
    .hero-event .s-title{
        font-size:35px;
        line-height:40px
    }
    .hero-event .s-text{
        padding-top:80px;
        padding-bottom:80px
    }
    .hero-event .s-subtitle{
        margin-bottom:20px
    }
    .hero-carousel{
        min-height:calc(100vh - 100px)
    }
    .hero-carousel.carousel-off .s-content{
        padding-bottom:80px
    }
    .hero-carousel .s-content{
        padding-top:80px;
        padding-bottom:40px
    }
    .hero-carousel .content-slider .slide-mark{
        margin-bottom:20px
    }
    .hero-carousel .content-slider .slide-subtitle{
        margin-bottom:20px
    }
    .hero-carousel .content-slider .slide-title{
        font-size:35px;
        line-height:40px
    }
    .hero-carousel .content-slider .slide-title .live-mark:before{
        font-size:5.5px
    }
    .hero-carousel .content-slider .slide-title .podcast-mark{
        height:40px
    }
    .hero-carousel .content-slider .slide-title .podcast-mark:before{
        width:40px;
        height:40px
    }
    .hero-carousel .content-slider .slide-title .podcast-mark:after{
        border-width:10px;
        border-left-width:18px
    }
    .hero-carousel .content-slider .slide-text{
        margin-top:20px
    }
    .hero-carousel .content-slider .slide-buttons{
        margin-top:15px
    }
    .hero-carousel .timeline-slider{
        margin-left:-5px;
        margin-right:-5px
    }
    .hero-carousel .timeline-slider .swiper-slide{
        -ms-flex:1;
        flex:1;
        max-width:unset;
        padding-left:5px;
        padding-right:5px
    }
    .hero-carousel .timeline-slider .slide-progress{
        height:2px
    }
    .hero-carousel .timeline-slider .slide-title{
        display:none
    }
    .lead-anchor{
        padding-top:80px;
        padding-bottom:80px
    }
    .lead-anchor .s-text+.s-menu{
        margin-top:70px
    }
    .lead-anchor .s-menu{
        -ms-flex-pack:start;
        justify-content:flex-start
    }
    .lead-anchor .s-menu .menu-item{
        font-size:15px;
        line-height:20px;
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%;
        padding-top:10px;
        padding-bottom:10px
    }
    .lead-anchor .s-menu .menu-item:nth-child(2n+1){
        border-right:1px solid #D8D8DA
    }
    .lead-anchor .s-menu .menu-item:after,.lead-anchor .s-menu .menu-item:before{
        display:none
    }
    .card-project{
        min-height:420px
    }
    .card-story{
        min-height:unset
    }
    .card-story .c-part+.c-part{
        margin-top:30px
    }
    .carousel-product .carousel-pagination{
        -ms-flex-pack:start;
        justify-content:flex-start
    }
    .carousel-product .carousel-pagination .swiper-pagination-bullet{
        background:rgba(216,216,218,.5);
        margin-right:15px
    }
    .carousel-product .carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background:#9A9B9F
    }
    .section-consultation .c-part:first-child{
        padding:20px
    }
    .section-consultation .c-part:last-child{
        padding:20px 40px 40px
    }
    .section-consultation .c-image{
        padding-bottom:53%
    }
    .section-consultation .c-title{
        font-size:25px;
        line-height:30px;
        margin-bottom:15px
    }
    .section-consultation .c-button{
        margin-top:20px
    }
    .section-subscribe .c-part:first-child{
        padding:20px
    }
    .section-subscribe .c-part:last-child{
        padding:20px 40px 40px
    }
    .section-subscribe .c-image{
        padding-bottom:53%
    }
    .card-brand .c-logo{
        height:120px
    }
    .card-brand .c-links a{
        margin-top:10px
    }
    .page-section.section-form .wpcf7 .wpcf7-checkbox .wpcf7-list-item{
        font-size:18px
    }
    .filter{
        margin-bottom:40px
    }
    .filter .filter-list{
        padding-top:20px
    }
    .filter .list-item+.list-item{
        margin-top:10px
    }
    .page-section.section-catalog .s-wrap{
        padding-bottom:40px
    }
    .page-section.section-catalog .catalog-list .list-item{
        margin-bottom:60px
    }
    .page-section.section-catalog .catalog-pagination{
        margin-bottom:60px
    }
    .layout-event.layout-event--article .l-aside{
        max-width:none
    }
    .layout-event .l-wrap{
        padding-top:80px;
        padding-bottom:80px
    }
    .layout-event .l-aside+.l-main{
        margin-top:80px
    }
    .layout-event .l-section+.l-section{
        margin-top:80px
    }
    .layout-event .l-title{
        margin-bottom:30px
    }
    .layout-event .speakers-list{
        margin-left:-10px;
        margin-right:-10px
    }
    .layout-event .speakers-list .list-item{
        padding-left:10px;
        padding-right:10px
    }
    .layout-event .speakers-list .item-image{
        width:100px;
        height:120px
    }
    .card-person .c-photo{
        width:100px;
        height:120px;
        margin-bottom:20px
    }
    .card-person .c-text .text-inner{
        padding-top:10px
    }
    .card-popular .c-preview{
        padding-bottom:130%
    }
    .card-popular .c-description{
        padding-top:30px
    }
    .card-popular .c-subtitle{
        margin-bottom:20px
    }
    .card-popular .c-info{
        margin-top:30px
    }
    .section-article{
        padding:60px 0
    }
    .section-article .s-content+.s-bg{
        margin-top:60px
    }
    .section-article .s-subtitle{
        margin-bottom:15px
    }
    .section-article .s-title{
        font-size:50px;
        margin-bottom:20px
    }
    .section-article .s-image img{
        width:100%
    }
    .section-article .s-info{
        margin-top:20px
    }
    .menu-dropdown.type--sticky{
        top:100px
    }
    .menu-dropdown .m-header .m-categories .categories-list{
        display:none
    }
    .menu-dropdown .m-header .m-subscribe{
        display:none
    }
    .menu-dropdown .m-tags .tags-link{
        font-size:14px
    }
    .menu-dropdown .m-tags .list-item{
        margin-right:10px;
        margin-bottom:10px
    }
    .menu-dropdown .m-categories{
        padding:20px 0
    }
    .menu-dropdown .m-categories .categories-link{
        font-size:14px
    }
    .menu-dropdown .m-categories .list-item{
        text-align:center;
        padding:0
    }
    .menu-dropdown .m-categories .list-item+.list-item{
        margin-top:20px
    }
    .menu-dropdown .m-categories .category-link{
        font-size:14px;
        color:#9A9B9F
    }
    .menu-dropdown .m-subscribe{
        text-align:center
    }
    .menu-dropdown .m-subscribe .subscribe-btn{
        font-size:14px
    }
    .hero-channel{
        min-height:calc(100vh - 100px)
    }
    .hero-channel .s-wrap{
        padding-top:100px;
        padding-bottom:80px
    }
    .hero-channel .s-heading sup{
        font-size:30px
    }
    .hero-channel .s-title{
        font-size:60px
    }
    .hero-channel .s-controls{
        margin-top:20px
    }
    .hero-channel .s-controls .lnk.like span+span,.hero-channel .s-controls .lnk.share span+span{
        display:none
    }
    .card-series{
        padding-right:20px
    }
    .card-series .c-part+.c-part{
        margin-top:20px
    }
    .card-series .c-preview{
        width:180px;
        height:180px;
        margin-bottom:20px
    }
    .card-series .c-subtitle{
        font-size:15px;
        margin-top:5px
    }
    .page-section.section-series:before{
        height:340px
    }
    .hero-podcast{
        min-height:calc(100vh - 100px)
    }
    .hero-podcast .s-wrap{
        padding-top:100px;
        padding-bottom:80px
    }
    .hero-podcast .s-subtitle{
        margin-bottom:20px
    }
    .hero-podcast .s-title{
        font-size:30px;
        line-height:40px
    }
    .page-section.episodes-latest .s-pagination{
        margin-top:60px
    }
    .page-section.episodes-other .episode-card{
        padding-top:30px;
        padding-bottom:30px
    }
    .page-section.episodes-other .s-pagination{
        margin-top:60px
    }
    .hero-article{
        min-height:calc(100vh - 100px)
    }
    .card-snapshot{
        max-width:300px
    }
    .hero-video{
        min-height:calc(100vh - 100px)
    }
    .hero-video .s-title{
        font-size:30px;
        line-height:40px
    }
    .section-instagram .s-wrap{
        padding-top:80px;
        padding-bottom:80px
    }
    .section-instagram .s-button{
        margin-top:30px
    }
    .card-search{
        padding-bottom:35px
    }
    .card-search+.card-search{
        margin-top:25px
    }
    .card-search__img{
        margin-right:15px
    }
    .card-search__subtitle{
        display:none
    }
    .card-search__short{
        display:none
    }
    .section-filter{
        padding-bottom:40px
    }
    .section-filter.pt{
        padding-top:100px
    }
    .section-filter.pt-half{
        padding-top:80px
    }
    .section-filter .title-list{
        display:none
    }
    .section-filter .s-pane+.s-pane{
        border-top:1px solid #DAB8AD
    }
    .section-filter .s-pane__list{
        margin-left:-5px;
        margin-right:-5px
    }
    .section-filter .s-pane__list a{
        font-size:10px;
        padding:5px 10px;
        min-width:60px;
        margin:5px
    }
    .hero-text{
        padding-top:60px;
        padding-bottom:60px
    }
    .hero-text .s-title{
        font-size:80px
    }
    .section-performance .item-title{
        font-size:25px;
        line-height:30px
    }
    .g-header .h-main .h-wrap{
        height:60px
    }
    .g-header .h-logo img{
        width:143px;
        height:24px
    }
    .g-header .h-logo .h-logo__text{
        font-size:16px
    }
    .g-header .h-search .search-button span:not(.b-icon){
        display:none
    }
    .search-opened .g-header .h-search-form{
        margin:0 0 0 40px
    }
    .g-header .h-search-form{
        display:none
    }
    .g-footer .f-logos{
        padding-top:40px;
        padding-bottom:60px
    }
    .g-footer .f-logos .item-logo img{
        width:143px;
        height:24px
    }
    .g-footer .f-logos .item-logo span{
        font-size:16px
    }
    .g-footer .f-social{
        padding-top:0;
        padding-bottom:70px
    }
    .g-footer .f-social .f-social__part+.f-social__part{
        border-top:1px solid #707070
    }
    .g-footer .f-social .f-social__list{
        -ms-flex-pack:center;
        justify-content:center
    }
    .g-subscribe .s-wrap{
        padding:20px;
        max-width:640px
    }
    .g-subscribe .s-form .inp{
        height:60px;
        padding:14px 120px 14px 15px;
        font-size:20px;
        line-height:30px
    }
    .g-subscribe .s-form .btn{
        right:10px;
        min-width:100px
    }
    .g-subscribe .s-close{
        left:unset;
        top:unset;
        transform:none;
        right:20px;
        bottom:100%
    }
    .g-subscribe .s-close .close-btn{
        width:30px;
        height:30px
    }
    .drawer-menu{
        padding-top:100px
    }
    .drawer-brands{
        padding-top:100px
    }
    .drawer-brands .d-wrap{
        padding-bottom:60px
    }
    .drawer-stores{
        padding-top:100px
    }
    .drawer-stores .d-wrap{
        padding-top:60px;
        padding-bottom:60px
    }
    .drawer-stores .d-part:last-child{
        display:none
    }
    .drawer-stores .d-footer{
        margin-top:60px;
        margin-left:-10px;
        margin-right:-10px
    }
    .drawer-stores .d-footer .footer-item{
        padding-left:10px;
        padding-right:10px
    }
    .drawer-search{
        padding-top:100px
    }
    .search-result-wrap__head{
        padding-top:0
    }
    .search-result-wrap__head .search-form-out{
        display:block
    }
    .search-nav__item:not(:last-child){
        margin-right:40px
    }
    .search-nav__link{
        min-width:auto;
        padding-right:0
    }
    .search-result__body{
        padding-top:30px
    }
}
@media (max-width:767px){
    .hidden-xs-max{
        display:none!important
    }
    .page-section.about-history .card-timeline{
        padding-left:10px;
        padding-right:10px
    }
    .page-section.about-history .card-timeline:before{
        left:-10px
    }
    .page-section.brands-catalog .catalog-list .list-item{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .page-section.brands-catalog .catalog-list .list-item+.list-item{
        margin-top:80px
    }
    .form-col+.form-col{
        margin-top:20px
    }
    .form-button .btn{
        display:-ms-flexbox;
        display:flex;
        width:100%
    }
    .page-section.home-products .carousel-slider{
        margin-left:-10px;
        margin-right:-10px
    }
    .page-section.home-products .swiper-slide{
        -ms-flex:0 0 320px;
        flex:0 0 320px;
        max-width:320px;
        padding-left:10px;
        padding-right:10px
    }
    .page-section.home-products .carousel-link{
        padding-top:6px
    }
    .page-section.home-products .carousel-link a{
        font-family:Sohne-Buch,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        font-size:15px;
        line-height:22px
    }
    .g-audio .a-wrap{
        padding-left:40px
    }
    .products-other .other-col{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .products-other .other-col+.other-col{
        margin-top:20px
    }
    .card-event .c-description{
        padding:20px
    }
    .card-event .c-info{
        margin-top:30px
    }
    .card-event .c-info .info-item{
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        font-size:12px;
        line-height:20px
    }
    .card-event .c-info .item-ttl{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .carousel .carousel-title{
        margin-left:-10px;
        margin-right:-10px
    }
    .carousel .carousel-title .swiper-slide{
        padding-left:10px;
        padding-right:10px
    }
    .carousel .carousel-title .swiper-slide.x-1{
        -ms-flex:0 0 320px;
        flex:0 0 320px;
        max-width:320px
    }
    .carousel .carousel-title .swiper-slide.x-2{
        -ms-flex:0 0 640px;
        flex:0 0 640px;
        max-width:640px
    }
    .carousel .carousel-title .swiper-slide.x-3{
        -ms-flex:0 0 960px;
        flex:0 0 960px;
        max-width:960px
    }
    .carousel .carousel-title .swiper-slide.x-4{
        -ms-flex:0 0 1280px;
        flex:0 0 1280px;
        max-width:1280px
    }
    .carousel .carousel-title .swiper-slide.x-5{
        -ms-flex:0 0 1600px;
        flex:0 0 1600px;
        max-width:1600px
    }
    .carousel .carousel-title .swiper-slide.x-6{
        -ms-flex:0 0 1920px;
        flex:0 0 1920px;
        max-width:1920px
    }
    .carousel .carousel-title .swiper-slide.x-7{
        -ms-flex:0 0 2240px;
        flex:0 0 2240px;
        max-width:2240px
    }
    .carousel .carousel-title .swiper-slide.x-8{
        -ms-flex:0 0 2560px;
        flex:0 0 2560px;
        max-width:2560px
    }
    .carousel .carousel-title .swiper-slide.x-9{
        -ms-flex:0 0 2880px;
        flex:0 0 2880px;
        max-width:2880px
    }
    .carousel .carousel-title .swiper-slide.x-10{
        -ms-flex:0 0 3200px;
        flex:0 0 3200px;
        max-width:3200px
    }
    .carousel .carousel-title .swiper-slide.x-11{
        -ms-flex:0 0 3520px;
        flex:0 0 3520px;
        max-width:3520px
    }
    .carousel .carousel-title .swiper-slide.x-12{
        -ms-flex:0 0 3840px;
        flex:0 0 3840px;
        max-width:3840px
    }
    .carousel .carousel-title .swiper-slide.x-13{
        -ms-flex:0 0 4160px;
        flex:0 0 4160px;
        max-width:4160px
    }
    .carousel .carousel-title .swiper-slide.x-14{
        -ms-flex:0 0 4480px;
        flex:0 0 4480px;
        max-width:4480px
    }
    .carousel .carousel-title .swiper-slide.x-15{
        -ms-flex:0 0 4800px;
        flex:0 0 4800px;
        max-width:4800px
    }
    .carousel .carousel-title .swiper-slide.x-16{
        -ms-flex:0 0 5120px;
        flex:0 0 5120px;
        max-width:5120px
    }
    .carousel .carousel-title .swiper-slide.x-17{
        -ms-flex:0 0 5440px;
        flex:0 0 5440px;
        max-width:5440px
    }
    .carousel .carousel-title .swiper-slide.x-18{
        -ms-flex:0 0 5760px;
        flex:0 0 5760px;
        max-width:5760px
    }
    .carousel .carousel-title .swiper-slide.x-19{
        -ms-flex:0 0 6080px;
        flex:0 0 6080px;
        max-width:6080px
    }
    .carousel .carousel-title .swiper-slide.x-20{
        -ms-flex:0 0 6400px;
        flex:0 0 6400px;
        max-width:6400px
    }
    .carousel .carousel-title .swiper-slide:not(.swiper-slide-active){
        opacity:0
    }
    .carousel .carousel-slider{
        margin-left:-10px;
        margin-right:-10px
    }
    .carousel .carousel-slider .swiper-slide{
        padding-left:10px;
        padding-right:10px;
        -ms-flex:0 0 320px;
        flex:0 0 320px;
        max-width:320px
    }
    .carousel .carousel-link{
        padding-top:6px
    }
    .carousel .carousel-link a{
        font-family:Sohne-Buch,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        font-size:15px;
        line-height:22px
    }
    .section-contact .s-list{
        margin-left:-10px;
        margin-right:-10px
    }
    .section-contact .list-item{
        padding-left:10px;
        padding-right:10px
    }
    .section-contact .item-button .btn{
        display:-ms-flexbox;
        display:flex;
        width:100%;
        min-width:unset
    }
    .page-section .s-preview{
        max-width:300px
    }
    .page-section .s-list{
        margin-left:-10px;
        margin-right:-10px
    }
    .page-section .s-list .list-item{
        padding-left:10px;
        padding-right:10px
    }
    .page-section .s-tile{
        margin-left:-10px;
        margin-right:-10px
    }
    .page-section .s-tile .tile-item{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%;
        padding-left:10px;
        padding-right:10px
    }
    .page-section .s-tile .tile-item:nth-child(2n+2){
        border-left:1px solid #DAB8AD
    }
    .page-section .s-tile .tile-item:nth-child(n+3) .item-inner{
        border-top:1px solid #DAB8AD
    }
    .page-section .s-tile .item-lead{
        font-size:40px;
        line-height:50px
    }
    .page-section .s-tile .item-lead sup{
        font-size:26px
    }
    .page-section .s-advance .list-item{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .page-section .s-advance .list-item+.list-item{
        margin-top:50px
    }
    .page-section .s-brands .list-item{
        -ms-flex:0 0 33.33%;
        flex:0 0 33.33%;
        max-width:33.33%
    }
    .page-section .s-table .td{
        font-size:12px;
        line-height:20px;
        padding-top:10px;
        padding-bottom:10px
    }
    .page-section .s-table .td,.page-section .s-table .th{
        padding-left:5px;
        padding-right:5px
    }
    .page-section .s-table .td.number,.page-section .s-table .th.number{
        max-width:55px
    }
    .page-section .s-table-results .td{
        font-size:15px;
        line-height:20px;
        padding-top:10px;
        padding-bottom:10px
    }
    .page-section .s-table-results .td a{
        transform:scale(.7)
    }
    .page-section .s-downloads .list-item{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .hero-page .s-breadcrumbs .list-item{
        font-size:12px
    }
    .hero-page .s-subscribe{
        padding:20px 0
    }
    .hero-page .s-subscribe .subscribe-text{
        margin-bottom:10px
    }
    .hero-page .s-subscribe .subscribe-form input{
        padding-top:5px;
        padding-bottom:5px;
        height:40px
    }
    .hero-events .s-breadcrumbs .list-item{
        font-size:12px
    }
    .hero-events .s-content-wrap{
        padding-top:40px;
        padding-bottom:40px
    }
    .hero-events .s-region .region-item{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .hero-event .s-breadcrumbs .list-item{
        font-size:12px
    }
    .hero-event .s-title{
        padding:0 0 20px
    }
    .hero-event .s-controls{
        display:block;
        padding-top:40px
    }
    .hero-event .s-controls .control-buttons .btn-group-item{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .hero-event .s-controls .control-links .lnk-group-item{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .hero-event .s-episode .episode-number{
        font-size:24px;
        line-height:30px;
        margin-right:20px
    }
    .hero-carousel .s-subscribe{
        padding:20px 0
    }
    .hero-carousel .s-subscribe .subscribe-text{
        margin-bottom:10px
    }
    .hero-carousel .s-subscribe .subscribe-form input{
        padding-top:5px;
        padding-bottom:5px;
        height:40px
    }
    .card-project{
        padding-left:10px;
        padding-right:10px
    }
    .card-project:before{
        left:-10px
    }
    .card-story{
        padding-left:10px;
        padding-right:10px
    }
    .card-story:before{
        left:-10px
    }
    .section-consultation .c-part:last-child{
        padding:20px 20px 30px
    }
    .section-subscribe .c-part:last-child{
        padding:20px 20px 30px
    }
    .section-subscribe .c-form{
        margin-top:20px
    }
    .section-subscribe .c-form .c-form__field:before{
        background-position:-.2em -18.8em;
        width:1.8em;
        height:1.8em
    }
    .section-subscribe .c-form .c-form__field input{
        font-size:22px;
        line-height:30px;
        padding-top:10px;
        padding-bottom:10px
    }
    .section-subscribe .c-form .c-form__button{
        margin-top:20px
    }
    .page-section.section-form .wpcf7 .wpcf7-checkbox .wpcf7-list-item+.wpcf7-list-item{
        margin-top:20px
    }
    .page-section.section-catalog .catalog-list .list-item{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .hero-channel .s-wrap{
        padding-top:40px;
        padding-bottom:40px
    }
    .hero-podcast .s-wrap{
        padding-top:40px;
        padding-bottom:40px
    }
    .hero-podcast .s-preview .preview-controls{
        width:150px;
        height:50px
    }
    .hero-podcast .s-preview .control-item{
        font-size:14px;
        line-height:30px
    }
    .hero-podcast .s-preview .play-btn{
        width:32px;
        height:32px
    }
    .hero-podcast .s-preview .play-btn:before{
        border-width:8px;
        border-left-width:14px;
        margin-left:2px
    }
    .hero-podcast .s-preview .play-btn.played:after,.hero-podcast .s-preview .play-btn.played:before{
        width:3px;
        height:14px
    }
    .hero-podcast .s-preview .play-btn.played:before{
        margin-left:-3px
    }
    .hero-podcast .s-preview .play-btn.played:after{
        margin-left:3px
    }
    .hero-podcast .s-info span{
        display:block
    }
    .hero-podcast .s-info span+span{
        margin-top:10px
    }
    .hero-podcast .s-episode .episode-number{
        font-size:30px;
        line-height:1;
        margin-right:20px
    }
    .page-section.episodes-latest .episodes-list .item-info{
        padding-left:20px
    }
    .video__button{
        width:50px;
        height:50px
    }
    .section-performance .list-item+.list-item{
        margin-top:20px;
        border-top:1px solid #595B60;
        padding-top:20px
    }
    .g-header .sub-item+.sub-item{
        margin-left:20px
    }
    .g-header .sub-item a{
        letter-spacing:.5px
    }
    .g-header .sub-item a span+span{
        margin-left:4px
    }
    .g-header .sub-item.bordered+.sub-item.bordered{
        margin-left:10px;
        padding-left:10px
    }
    .g-header .sub-item.bordered .sub-item__logo:not(.logo--single){
        display:none
    }
    .g-header .sub-item.bordered .sub-item__txt{
        margin:0
    }
    .g-header .h-burger{
        margin-left:20px
    }
    .g-footer .f-breadcrumbs .list-item{
        font-size:12px
    }
    .g-footer .f-logos .f-logos__item+.f-logos__item{
        margin-top:40px
    }
    .g-footer .f-menu .f-menu__part+.f-menu__part{
        margin-top:40px
    }
    .drawer-menu .d-contact .contact-list{
        margin-left:-10px;
        margin-right:-10px
    }
    .drawer-menu .d-contact .list-item{
        padding-left:10px;
        padding-right:10px
    }
    .drawer-brands .d-wrap{
        padding-bottom:40px
    }
    .drawer-stores .d-footer .footer-item{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .drawer-stores .d-footer .footer-item+.footer-item{
        margin-top:20px
    }
}
@media (max-width:539px){
    .hidden-mob-max{
        display:none!important
    }
    .page-section .s-list .list-item{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .page-section .s-list .list-item+.list-item{
        margin-top:60px
    }
    .page-section .s-performance .list-item{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .page-section .s-performance .list-item+.list-item{
        margin-top:50px
    }
    .page-section .s-brands .list-item{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .layout-event .speakers-list .list-item{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .layout-event .speakers-list .list-item+.list-item{
        margin-top:60px
    }
    .page-section.episodes-latest .episodes-list .item-preview{
        -ms-flex:0 0 170px;
        flex:0 0 170px;
        max-width:170px
    }
    .g-header .sub-item+.sub-item{
        margin-left:15px
    }
    .g-header .sub-item a{
        font-size:9px
    }
    .g-header .sub-item.bordered .sub-item__logo.logo--single img{
        width:50px
    }
    .g-header .sub-item.bordered .sub-item__txt{
        font-size:11px
    }
    .g-footer .f-sub .f-submenu{
        margin-left:-10px
    }
    .g-footer .f-sub .f-submenu .menu-item{
        padding-left:10px
    }
    .g-footer .f-sub .f-copyright{
        margin-left:10px
    }
}
@media (max-width:350px){
    .card-search{
        -ms-flex-flow:row wrap;
        flex-flow:row wrap
    }
    .card-search__img{
        width:100%;
        max-width:none;
        margin-right:0;
        margin-bottom:20px
    }
}
@media print{
    .d-print-none{
        display:none!important
    }
    .d-print-inline{
        display:inline!important
    }
    .d-print-inline-block{
        display:inline-block!important
    }
    .d-print-block{
        display:block!important
    }
    .d-print-table{
        display:table!important
    }
    .d-print-table-row{
        display:table-row!important
    }
    .d-print-table-cell{
        display:table-cell!important
    }
    .d-print-flex{
        display:-ms-flexbox!important;
        display:flex!important
    }
    .d-print-inline-flex{
        display:-ms-inline-flexbox!important;
        display:inline-flex!important
    }
}
