a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline
}
body{
    line-height:1
}
ol,ul{
    list-style:none
}
blockquote,q{
    quotes:none
}
:focus{
    outline:0
}
ins{
    text-decoration:none
}
del{
    text-decoration:line-through
}
table{
    border-collapse:collapse;
    border-spacing:0
}
li,ul{
    float:left;
    display:inline
}
h1,h2,h3,h4,h5{
    font-weight:400
}
em,i{
    font-style:normal
}
button,select{
    border:none;
    margin:0;
    padding:0;
    background:0 0
}
*{
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box
}
html::-webkit-scrollbar{
    width:10px
}
html::-webkit-scrollbar-track{
    background:#666
}
html::-webkit-scrollbar-thumb{
    background-color:#fff;
    border:3px solid #666
}
html{
    scrollbar-color:#fff #666;
    scrollbar-width:thin
}
body{
    margin:0;
    color:#222;
    font-size:15px;
    font-family:GT Eesti Pro Display,Arial;
    line-height:20px;
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
    -webkit-text-size-adjust:100%
}
::-moz-selection{
    background:rgba(0,0,0,.1)
}
::selection{
    background:rgba(0,0,0,.1)
}
a{
    color:#000;
    text-decoration:none
}
a:hover{
    color:#148399;
    text-decoration:none
}
:root{
    --input-background-color:#FFF;
    --input-border-color:#bfbfbf;
    --input-border-color-inline:#FFF;
    --input-border-color-checked:#00A678;
    --input-background-color-checked:#148399;
    --input-border-color-inline-checked:#148399;
    --input-border-color-disabled:#bfbfbf;
    --input-background-color-disabled:#efefef;
    --input-border-color-inline-disabled:#bfbfbf;
    --input-border-color-hover:#148399;
    --input-background-color-hover:#FFF;
    --input-border-color-inline-hover:#bfbfbf;
    --input-border-color-focus:#00A678
}
input,input[type=checkbox],input[type=radio],select,textarea{
    border:none;
    position:relative;
    -webkit-appearance:none;
    margin:0;
    padding:0
}
input:focus,input[type=checkbox]:focus,input[type=radio]:focus,select:focus,textarea:focus{
    outline:0
}
button,input[type=submit]{
    border:none;
    position:relative;
    -webkit-appearance:none;
    margin:0;
    padding:0;
    outline:0
}
input[type=checkbox],input[type=radio]{
    width:18px;
    height:18px;
    line-height:18px;
    min-width:1px!important;
    margin:1px 10px -1px 0;
    padding:0
}
input[type=checkbox]::before,input[type=radio]::before{
    display:block;
    position:absolute;
    content:"";
    width:calc(100% - 2px);
    height:calc(100% - 2px);
    background-color:var(--input-background-color);
    transition:background-color .5s,border-color .5s
}
input[type=checkbox]::after,input[type=radio]::after{
    display:block;
    position:absolute;
    content:"";
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    transition:background-color .5s,border-color 250ms
}
input[type=checkbox]::before{
    border-radius:4px;
    border:solid 1px;
    border-color:var(--input-border-color)
}
input[type=checkbox]::after{
    border:solid;
    border-color:var(--input-border-color-inline);
    border-width:0 2px 2px 0;
    width:5px;
    height:10px;
    left:7px;
    bottom:5px
}
input[type=checkbox]:not(:checked)::before{
    border-color:var(--input-border-color)
}
input[type=checkbox]:not(:checked)::after{
    border-color:var(--input-border-color-inline)
}
input[type=checkbox]:checked:not(:disabled)::before{
    border-color:var(--input-border-color-checked);
    background-color:var(--input-background-color-checked)
}
input[type=checkbox]:-moz-read-only::before,input[type=checkbox]:read-only::before{
    border-color:var(--input-border-color-inline-checked)
}
input[type=checkbox]:disabled::before{
    border-color:var(--input-border-color-disabled);
    background-color:var(--input-background-color-disabled)
}
input[type=checkbox]:disabled::after{
    border-color:var(--input-border-color-inline-disabled)
}
input[type=checkbox]:checked:not(:disabled):focus::before,input[type=checkbox]:not(:checked):not(:disabled):focus::before{
    border-color:var(--input-border-color-hover)
}
input[type=checkbox]:not(:checked):not(:disabled):hover::before{
    border-color:var(--input-border-color-hover);
    background-color:var(--input-background-color-hover)
}
input[type=checkbox]:not(:checked):not(:disabled):hover:not(:checked)::after{
    border-color:var(--input-border-color-inline-hover)
}
input[type=radio]::before{
    border-radius:50%;
    border:solid 1px
}
input[type=radio]::after{
    border:solid;
    border-color:var(--input-border-color-inline-checked);
    border-width:5px;
    border-radius:50%;
    width:0;
    height:0;
    left:4px;
    bottom:4px
}
input[type=radio]:not(:checked)::before{
    border-color:var(--input-border-color)
}
input[type=radio]:not(:checked)::after{
    border-color:var(--input-border-color-inline)
}
input[type=radio]:checked:not(:disabled)::before{
    border-color:var(--input-border-color-checked);
    background-color:var(--input-background-color)
}
input[type=checkbox]:-moz-read-only::before,input[type=radio]:read-only::before{
    border-color:var(--input-border-color-inline-checked)
}
input[type=radio]:disabled::after{
    border-color:var(--input-border-color-inline-disabled)
}
input[type=radio]:checked:not(:disabled):focus::before,input[type=radio]:not(:checked):not(:disabled):focus::before{
    border-color:var(--input-border-color-hover)
}
input[type=radio]:not(:checked):not(:disabled):hover::before{
    border-color:var(--input-border-color-hover);
    background-color:var(--input-background-color)
}
input[type=radio]:not(:checked):not(:disabled):hover:not(:checked)::after{
    border-color:var(--input-border-color-inline-hover)
}
input,select,textarea{
    float:left;
    font-size:15px;
    font-family:GT Eesti Pro Display,Arial;
    border-radius:0
}
button{
    border:none;
    padding:0;
    margin:0;
    cursor:pointer;
    border-radius:0;
    font-family:GT Eesti Pro Display,Arial;
    font-size:17px;
    font-weight:500;
    letter-spacing:1px
}
.input{
    width:100%;
    height:50px;
    padding:0 16px;
    border:1px solid #999;
    transition:ease .3s;
    background-color:#fff;
    border-radius:3px;
    box-shadow:5px 5px 0 rgba(0,0,0,.03)
}
.input:focus{
    border-color:#148399;
    box-shadow:5px 5px 0 rgba(0,0,0,.06)
}
.select{
    background:#fff url(../images/arrow-select.png) no-repeat right center;
    background-size:auto 5px;
    box-shadow:5px 5px 0 rgba(0,0,0,.03);
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
textarea.input{
    padding-top:10px!important;
    padding-bottom:10px!important
}
.button{
    float:none;
    height:50px;
    display:inline-block;
    padding:0 50px 0 25px;
    cursor:pointer;
    position:relative;
    color:#fff;
    background-color:#148399;
    transition:all .25s;
    border-radius:3px;
    overflow:hidden
}
.button:hover{
    background-color:#09353e;
    letter-spacing:2px
}
.button::before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    right:-40%;
    left:50%;
    background-image:linear-gradient(0deg,rgba(255,255,255,0),#fff);
    transform:skew(-40deg);
    opacity:.1;
    transition:all .25s
}
.button:hover::before{
    left:30%;
    opacity:.15
}
.button::after{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    right:15px;
    width:24px;
    background:url(../images/arrow-white-right.png) no-repeat right center/auto 16px;
    transition:all .25s
}
.button:hover::after{
    right:12px
}
a.button{
    color:#fff;
    font-weight:600;
    font-size:14px;
    line-height:50px
}
.sansiro{
    float:left;
    width:100%;
    position:relative
}
.sansiro-inner{
    float:left;
    width:100%;
    position:relative;
    background-color:#fff
}
.outer{
    margin:0 auto;
    width:100%;
    max-width:1720px;
    min-height:10px;
    position:relative;
	height: 300px;
}
.wrap,.wrap-slim{
    margin:0 auto;
    width:1440px;
    min-height:10px;
    position:relative
}
.wrap-slim{
    width:100%;
    max-width:960px
}
.tac{
    text-align:center
}
.fl{
    float:left!important
}
.fr{
    float:right!important
}
.fn{
    float:none!important
}
.w100{
    float:left;
    width:100%!important
}
.w50{
    float:left;
    width:50%
}
.w25{
    float:left;
    width:25%
}
.mt30{
    margin-top:30px
}
.mt20{
    margin-top:20px
}
.header{
    position:fixed;
    top:0;
    left:0;
    right:0;
    padding:45px 0;
    z-index:8000;
    transition:all .7s
}
.nav-down,.nav-up{
    padding:20px 0;
    background-color:rgba(9,53,62,.92);
    backdrop-filter:blur(13px)
}
.header .outer{
    height:100%
}
#logo{
    position:absolute;
    top:-15px;
    left:50%;
    width:200px;
    margin-left:-100px;
    z-index:100;
    transition:all .7s;
    text-align:center
}
.nav-opened #logo,.scroll #logo{
    top:0
}
#logo a{
    display:inline-block;
    position:relative
}
#logo img{
    float:left;
    height:80px;
    transition:all .7s
}
#logo img:hover{
    opacity:.8
}
.nav-opened #logo img,.scroll #logo img{
    height:50px
}
.mobile-nav{
    display:none
}
.nav-icon{
    float:left;
    width:100px;
    height:50px;
    position:relative;
    cursor:pointer;
    z-index:300
}
.nav-icon::after{
    content:"MENU";
    position:absolute;
    top:0;
    left:50px;
    font-weight:500;
    font-size:13px;
    color:#fff;
    letter-spacing:2px;
    line-height:50px
}
.nav-icon span{
    position:absolute;
    top:50%;
    left:0;
    width:20px;
    height:2px;
    margin-top:-1px;
    background-color:#fff;
    transition:all .5s;
    z-index:10
}
.nav-icon span::before{
    content:"";
    position:absolute;
    top:-8px;
    left:0;
    right:-10px;
    height:2px;
    background-color:#fff;
    transition:all .5s
}
.nav-icon span::after{
    content:"";
    position:absolute;
    bottom:-8px;
    left:0;
    right:-10px;
    height:2px;
    background-color:#fff;
    transition:all .5s
}
.nav-icon-close span{
    background-color:transparent
}
.nav-icon-close span::before{
    -webkit-transform:rotate(-135deg);
    -moz-transform:rotate(-135deg);
    -o-transform:rotate(-135deg);
    -ms-transform:rotate(-135deg);
    transform:rotate(-135deg);
    top:0
}
.nav-icon-close span::after{
    -webkit-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
    -o-transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    transform:rotate(135deg);
    bottom:0
}
.header-lang,.header-store{
    float:right;
    position:relative;
    z-index:100;
    text-align:center
}
.header-store a{
    float:left;
    padding:0 24px;
    position:relative;
    font-weight:500;
    font-size:13px;
    color:#fff;
    letter-spacing:2px;
    line-height:48px;
    border:1px solid rgba(255,255,255,.2);
    transition:all .4s
}
.scroll .header-store a{
    background-color:rgba(0,0,0,.25)
}
.header-store a:hover{
    border-color:#fff;
    background-color:#000
}
.header-store a section{
    display:inline-block;
    padding-left:28px;
    background:url(../images/icon-pin.png) no-repeat 0 center/20px 24px;
    line-height:60px
}
.header-lang-wrap{
    float:right;
    margin-right:30px;
    position:relative;
    color:#fff;
    text-align:center
}
.header-lang-icon{
    float:left;
    width:50px;
    color:#fff;
    font-size:13px;
    letter-spacing:2px;
    line-height:50px;
    transition:all .25s;
    cursor:pointer;
    box-shadow:inset 0 -2px 0 rgba(255,255,255,.2)
}
.header-lang-icon:hover{
    box-shadow:inset 0 -2px 0 #fff
}
.header-lang{
    position:absolute;
    top:48px;
    right:0;
    width:50px;
    display:none;
    z-index:300
}
.header-lang::after{
    content:"";
    border-bottom:3px solid transparent;
    border-left:7px solid transparent;
    border-right:7px solid transparent;
    height:0;
    position:absolute;
    width:0;
    left:50%;
    top:-3px;
    margin-left:-7px;
    border-bottom-color:#1892ac
}
.header-lang ul{
    width:100%;
    background-color:#1892ac;
    text-align:center
}
.header-lang li{
    width:100%
}
.header-lang li a{
    float:left;
    width:100%;
    color:#fff;
    font-weight:500;
    font-size:13px;
    line-height:40px;
    box-shadow:inset 0 -1px 0 rgba(255,255,255,.1)
}
.header-lang li:last-child a{
    box-shadow:none
}
.header-lang li a:hover{
    opacity:.7
}
.header-slogan{
    float:left;
    width:100%;
    margin-top:40px;
    position:relative;
    text-align:center;
    font-size:17px;
    font-weight:300;
    letter-spacing:1px;
    color:#1893ac;
    transition:all .3s
}
.nav-opened .header-slogan,.scroll .header-slogan{
    height:0;
    margin-top:0;
    opacity:0
}
.header-slogan section{
    display:inline-block;
    padding:0 30px;
    position:relative
}
.header-slogan::after,.header-slogan::before{
    content:"";
    position:absolute;
    top:calc(50% - 1px);
    left:-50px;
    width:calc(50vw - 150px);
    height:2px;
    background-color:#fff;
    opacity:.1
}
.header-slogan::after{
    left:auto;
    right:-50px
}
#nav-wrap{
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:7999;
    display:none;
    background-color:#000
}
.nav-cover{
    position:fixed;
    top:90px;
    bottom:0;
    left:0;
    right:50%;
    z-index:90;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat
}
.nav-inner{
    position:fixed;
    top:90px;
    bottom:0;
    left:50%;
    right:0;
    z-index:100;
    padding:50px 120px;
    overflow:hidden;
    overflow-y:auto;
    background-color:#171717
}
#nav ul{
    width:100%;
    position:relative;
    z-index:100
}
#nav li{
    width:100%;
    position:relative
}
#nav li:hover{
    z-index:10
}
#nav li.nav-multi::after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:20px;
    height:50px;
    background:url(../images/arrow-white-down.png) no-repeat right 50%/14px 6px
}
#nav li>a{
    float:left;
    width:100%;
    height:50px;
    position:relative;
    color:#636672;
    font-size:23px;
    font-weight:500;
    letter-spacing:2px;
    color:#fff;
    text-transform:uppercase;
    line-height:50px;
    position:relative;
    transition:all .3s;
    z-index:10;
    overflow:hidden
}
#nav li>a.active,#nav li>a:hover{
    color:#1892ac
}
#nav li>a i{
    display:block;
    transition:all .4s
}
#nav li>a:hover i{
    margin-top:-50px;
    opacity:0
}
#nav li>a section{
    display:block;
    opacity:0;
    transition:all .4s
}
#nav li>a:hover section{
    opacity:1
}
#nav>ul li span{
    display:none;
    float:left;
    width:100%;
    padding:20px 30px;
    margin:5px 0 20px 0;
    position:relative;
    background-color:#f7f7f8
}
#nav>ul li span::before{
    content:"";
    border-bottom:4px solid transparent;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    height:0;
    position:absolute;
    width:0;
    left:30px;
    top:-4px;
    border-bottom-color:#f7f7f8
}
#nav>ul li span a{
    float:left;
    width:50%;
    padding:5px 0 5px 5px;
    position:relative;
    font-size:17px;
    letter-spacing:1px
}
#nav>ul li span a::before{
    content:"";
    position:absolute;
    top:50%;
    left:-3px;
    width:4px;
    height:4px;
    margin-top:-2px;
    background-color:#1892ac;
    border-radius:50%;
    opacity:0;
    transition:all .2s
}
#nav>ul li span a:hover::before{
    left:-9px;
    opacity:1
}
.nav-social{
    float:left;
    width:100%;
    padding-top:41px;
    margin-top:30px;
    position:relative;
    border-top:1px solid rgba(255,255,255,.06)
}
.nav-social h5{
    float:left;
    width:100%;
    padding-bottom:24px;
    position:relative;
    color:#999;
    font-size:13px;
    letter-spacing:2px
}
.nav-social ul{
    width:100%
}
.nav-social li{
    padding-right:20px
}
.nav-social li:last-child{
    padding-right:0
}
.nav-social li a{
    float:left;
    background-color:#fff;
    border-radius:50%;
    transition:all .25s
}
.nav-social li a:hover{
    background-color:#1892ac
}
.nav-social li a img{
    float:left;
    height:50px
}
.nav-opened{
    overflow:hidden
}
.nav-opened .header{
    padding:20px 0;
    background-color:#000
}
.franchising-btn{
    position:fixed;
    top:calc(50% - 100px);
    right:0;
    z-index:9999;
    text-align:center
}
.franchising-btn a{
    float:left;
    width:50px;
    height:200px;
    padding-top:30px;
    position:relative;
    background:#158399 url(../images/icon-store.png) no-repeat center 20px/20px;
    color:#fff;
    writing-mode:tb-rl;
    font-size:17px;
    font-weight:500;
    letter-spacing:1px;
    line-height:50px;
    transition:all .3s
}
.franchising-btn a:hover{
    background-color:#000
}
.controls{
    height:100%
}
.slick-next,.slick-prev{
    position:absolute;
    top:50%;
    width:50px;
    height:50px;
    margin-top:-25px;
    text-indent:-9999px;
    cursor:pointer;
    z-index:1000;
    transition:all .2s ease;
    background:#fff url(../images/arrow-left.png) no-repeat center/auto 20px
}
.slick-prev{
    left:0
}
.slick-next{
    right:0;
    background-image:url(../images/arrow-right.png)
}
.slick-next:hover,.slick-prev:hover{
    background-color:#148399
}
.slick-prev:hover{
    background-image:url(../images/arrow-white-left.png)
}
.slick-next:hover{
    background-image:url(../images/arrow-white-right.png)
}
ul.slick-dots{
    position:absolute;
    text-align:center;
    left:0;
    right:0;
    bottom:0;
    padding-top:28px;
    padding-bottom:28px;
    z-index:1000;
    background-image:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.2))
}
ul.slick-dots li{
    float:none;
    display:inline-block;
    width:20px;
    height:4px;
    margin:0 5px;
    transition:all .3s
}
ul.slick-dots li button{
    float:left;
    width:100%;
    height:100%;
    cursor:pointer;
    transition:all .3s;
    position:relative;
    text-indent:-9999px;
    opacity:.4
}
ul.slick-dots li button:hover{
    opacity:.6
}
ul.slick-dots li button::after{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:#fff
}
ul.slick-dots li.slick-active button{
    opacity:1
}
.slider-hero-out{
    float:left;
    width:100%;
    position:relative;
    z-index:700
}
.slider-hero-wrap{
    float:left;
    width:100%;
    position:relative;
    background-color:#09353e;
    z-index:700
}
.slider-hero{
    float:left;
    width:100%;
    position:relative;
    z-index:700
}
.slider-hero .slick-list{
    overflow:hidden
}
.slider-hero-item{
    float:left;
    width:100%;
    height:100vh;
    min-height:520px;
    position:relative;
    text-align:center;
    overflow:hidden
}
.item-zoom{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    transition:all 3s;
    transform-origin:center;
    transform:scale(1.5)
}
.slider-hero-video{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:100%;
    z-index:1;
    object-fit:cover;
    transition:all 3s;
    transform-origin:center;
    transform:scale(1.5)
}
.hero-video-mask,.item-zoom::before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-image:linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,.4))
}
.hero-video-mask{
    background:rgba(0,0,0,.4);
    z-index:20
}
.hero-video-mask::after,.item-zoom::after{
    content:"";
    position:absolute;
    top:0;
    bottom:50%;
    left:0;
    right:0;
    background-image:linear-gradient(180deg,#000,rgba(0,0,0,0));
    opacity:.5
}
.slick-current .item-zoom,.slick-current .slider-hero-video{
    transform:scale(1)
}
.slider-hero-title{
    position:absolute;
    top:120px;
    bottom:0;
    left:0;
    right:0;
    z-index:40;
    color:#fff
}
.slider-hero-title-in{
    float:right;
    width:50%
}
.slider-hero-title article{
    float:left;
    width:100%;
    margin-bottom:36px;
    font-size:39px;
    font-weight:200;
    line-height:40px;
    letter-spacing:1px
}
.slider-hero-title section{
    float:left;
    width:100%;
    position:relative;
    overflow:hidden
}
.slider-hero-title section strong{
    display:inline-block;
    position:relative;
    font-family:Ivy Mode;
    font-size:70px;
    font-weight:400;
    line-height:80px;
    letter-spacing:1px
}
.slider-hero-title section strong::after,.slider-hero-title section strong::before{
    content:"";
    position:absolute;
    top:calc(50% - 1px);
    left:-1040px;
    width:10px;
    height:2px;
    background-color:#fff
}
.slider-hero-title section strong::after{
    left:auto;
    right:-1040px
}
.slick-active .slider-hero-title section strong::after,.slick-active .slider-hero-title section strong::before{
    width:1000px
}
.slider-hero-title small{
    float:left;
    width:100%;
    padding-top:26px;
    position:relative
}
.slider-hero-title small a{
    display:inline-block;
    padding:0 10px;
    font-size:13px;
    font-weight:700;
    color:#fff;
    letter-spacing:2px;
    line-height:50px;
    box-shadow:inset 0 -2px 0 #fff;
    opacity:.6;
    transition:all .3s
}
.slider-hero-title small a:hover{
    letter-spacing:3px;
    opacity:1
}
.slider-hero-item picture{
    position:absolute;
    bottom:0;
    top:25%;
    left:0;
    width:50%;
    z-index:30;
    text-align:left
}
.slider-hero-item picture img{
    height:100%
}
.slider-hero ul.slick-dots{
    bottom:60px;
    background:0 0
}
.vertical-out{
    width:100%;
    height:100%;
    display:table
}
.vertical-in{
    width:100%;
    display:table-cell;
    vertical-align:middle
}
.showcase-out{
    float:left;
    width:100%;
    margin-top:20px;
    position:relative;
    overflow:hidden
}
.showcase-wrap{
    float:left;
    width:100%;
    position:relative
}
.slider-showcase{
    float:left;
    width:160%;
    position:relative;
    overflow:hidden
}
.slider-showcase .slick-list{
    overflow:hidden
}
.slider-showcase-item{
    float:left;
    width:100%;
    padding-right:20px;
    position:relative
}
.slider-showcase-item section{
    float:left;
    width:100%;
    position:relative;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat
}
.slider-showcase-item img{
    float:left;
    width:100%
}
.slider-showcase .slick-next,.slider-showcase .slick-prev{
    top:auto;
    bottom:0
}
.slider-showcase .slick-next{
    left:52px
}
.slider-wide{
    float:left;
    width:100%;
    position:relative;
    overflow:hidden
}
.slider-wide div{
    float:left;
    width:100%;
    position:relative
}
.slider-full div img,.slider-wide div a{
    float:left;
    width:100%
}
.slider-wide div a{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat
}
.hero-bar{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.1);
    z-index:800
}
.hero-bar .outer{
    height:100%
}
.hero-social{
    float:left;
    background-color:#fff;
    z-index:1010
}
.hero-social li a{
    float:left;
    transition:all .25s
}
.hero-social li a:hover{
    background-color:#1893ac
}
.hero-social li a img{
    float:left;
    height:60px;
    padding:5px
}
.scroll-down{
    position:absolute;
    right:0;
    bottom:0;
    width:50%;
    height:60px;
    z-index:10;
    color:#fff;
    background-color:#000;
    cursor:pointer
}
.scroll-down::before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:40px;
    width:2px;
    background-color:#eee;
    transition:all .3s
}
.scroll-down:hover::before{
    background-color:#1893ac
}
.scroll-down section{
    float:left;
    padding-left:40px;
    margin-top:10px;
    position:relative;
    background-color:#000;
    font-size:10px;
    font-weight:500;
    letter-spacing:2px;
    line-height:40px;
    transition:all .3s;
    z-index:100
}
.scroll-down:hover section{
    letter-spacing:4px
}
.mask,.mask-top{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    z-index:700
}
.mask-top{
    top:0;
    bottom:auto
}
.mask-top>img,.mask>img{
    float:left;
    width:100%
}
.footer-join-wrap{
    float:left;
    width:100%;
    position:relative
}
.footer-join-wrap::before{
    content:"";
    position:absolute;
    top:50%;
    bottom:0;
    left:0;
    right:0;
    background-image:linear-gradient(180deg,#f7f8f8,#fff)
}
.footer-join-wrap .wrap-slim{
    width:100%;
    max-width:720px
}
.footer-join-wrap .parallax-wide-content{
    padding:20px 0
}
.footer-join-wrap .parallax-outer::before{
    opacity:.7
}
.footer-join{
    float:left;
    width:100%;
    padding-right:120px;
    position:relative
}
.footer-join input{
    float:left;
    width:100%;
    height:50px;
    border-bottom:1px solid #fff;
    background-color:transparent;
    color:#fff;
    font-size:16px;
    letter-spacing:1px;
    line-height:50px;
    transition:all .3s
}
.footer-join input:focus{
    padding:0 20px;
    background-color:rgba(0,0,0,.15);
    color:#fff;
    font-size:16px;
    letter-spacing:1px;
    line-height:50px;
    transition:all .3s
}
.footer-join button{
    position:absolute;
    top:0;
    right:0;
    width:100px;
    height:50px;
    border:1px solid #fff;
    color:#fff;
    font-size:13px;
    line-height:50px;
    transition:all .3s
}
.footer-join button:hover{
    background-color:#000
}
.footer-connect{
    float:left;
    width:100%;
    padding:60px 0;
    position:relative;
    z-index:10;
    text-align:center;
    box-shadow:inset 0 -1px 0 rgba(0,0,0,.06)
}
.footer-connect ul{
    width:100%
}
.footer-connect li{
    width:50%;
    padding:26px 15px 27px 15px;
    position:relative;
    letter-spacing:1px
}
.footer-connect li::after{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    right:-1px;
    width:2px;
    background-color:#f4f4f4
}
.footer-connect li:last-child::after{
    display:none
}
.footer-connect li span{
    display:block;
    margin-bottom:57px;
    position:relative;
    font-size:13px;
    color:#1893ac;
    letter-spacing:2px
}
.footer-connect li span::after{
    content:"";
    position:absolute;
    bottom:-28px;
    left:calc(50% - 60px);
    width:120px;
    height:1px;
    background-color:#16839a
}
.footer-connect li strong{
    display:block;
    font-size:21px;
    font-weight:400
}
.footer-wrap{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:-1;
    color:#666
}
.footer{
    float:left;
    width:100%;
    padding:60px 0;
    position:relative;
    z-index:10;
    text-align:center
}
.copyright a:hover,.footer a:hover{
    text-decoration:underline
}
.footer-logo{
    float:left;
    width:100%
}
.footer-logo img{
    height:80px
}
.footer-social{
    float:left;
    width:100%;
    margin-top:30px;
    position:relative;
    text-align:center
}
.footer-social::before{
    content:"";
    position:absolute;
    top:calc(50% - 1px);
    left:0;
    right:0;
    height:2px;
    background-color:rgba(0,0,0,.06)
}
.footer-social-in{
    display:inline-block;
    position:relative
}
.footer-social ul{
    width:100%;
    padding:0 10px;
    position:relative;
    background-color:#fff
}
.footer-social li{
    padding:0 10px
}
.footer-social li a{
    float:left;
    transition:all .25s
}
.footer-social li a:hover{
    background-color:#1893ac
}
.footer-social li a img{
    float:left;
    height:50px
}
.copyright{
    float:left;
    width:100%;
    padding-top:45px;
    letter-spacing:1px
}
.copyright-section{
    float:left;
    width:100%;
    margin-bottom:10px
}
.copyright-section:last-child{
    margin-bottom:0;
    margin-top:10px
}
.copyright-section section{
    font-size:13px;
    font-weight:300;
    color:#999
}
.copyright-section a{
    display:inline-block
}
.copyright-section a img{
    float:right;
    height:20px;
    margin-left:7px
}
.copyright-section i{
    display:inline-block;
    margin:0 10px;
    font-weight:300;
    opacity:.4
}
.stats{
    float:left;
    width:100%;
    position:relative;
    z-index:100;
    text-align:center
}
.stats ul{
    width:100%;
    margin-bottom:-30px;
    overflow:hidden;
    display:flex;
    flex-flow:row wrap
}
.stats li{
    position:relative;
    padding:0 10px;
    margin-bottom:30px;
    flex:1;
    flex-basis:25%
}
.stats li strong{
    display:block;
    margin-bottom:28px;
    font-size:80px;
    font-family:Ivy Mode;
    font-weight:300;
    line-height:80px;
    color:#1892ac;
    letter-spacing:-1px;
    position:relative
}
.stats li span{
    display:block;
    font-size:23px;
    font-weight:300;
    letter-spacing:1px;
    line-height:30px
}
.master-title{
    float:left;
    width:100%;
    margin:14px 0 16px 0;
    position:relative;
    font-family:Ivy Mode;
    font-size:70px;
    font-weight:300;
    letter-spacing:1px;
    line-height:90px;
    color:#000
}
.color-green{
    color:#148399!important
}
.page-title-wrap{
    float:left;
    width:100%;
    position:relative;
    text-align:center;
    z-index:30
}
.page-title-space{
    float:left;
    width:100%;
    position:relative
}
.page-title-space::after{
    content:"";
    display:inline-block;
    width:2px;
    height:90px;
    background-color:#16839a
}
.page-title{
    float:left;
    width:100%;
    padding:30px 0 25px 0;
    position:relative;
    font-family:Ivy Mode;
    font-size:41px;
    letter-spacing:1px;
    line-height:50px;
    color:#000
}
.page-title-left{
    text-align:left!important
}
.page-title-line{
    float:left;
    width:100%;
    height:20px;
    margin:5px 0 35px 0;
    position:relative;
    background:url(../images/logo-icon.png) no-repeat center/auto 100%;
    opacity:.4
}
.page-title-line::after,.page-title-line::before{
    content:"";
    position:absolute;
    top:calc(50% - 1px);
    left:0;
    width:calc(50% - 60px);
    height:2px;
    background-color:#000;
    opacity:.15
}
.page-title-line::after{
    left:auto;
    right:0
}
.page-title-summary{
    float:left;
    width:100%;
    padding:0 4%;
    margin:14px 0 31px 0;
    position:relative;
    font-family:Ivy Mode;
    font-size:30px;
    letter-spacing:1px;
    line-height:40px
}
.page-title-white,.page-title-white .page-title{
    color:#fff
}
.page-title-white .page-title-space::after{
    background-color:#fff
}
.page-title-white .page-title-line{
    background-image:url(../images/logo-icon-white.png);
    opacity:1
}
.page-title-white .page-title-line::after,.page-title-white .page-title-line::before{
    background-color:#fff
}
.color-white{
    color:#fff!important
}
.title-medium{
    float:left;
    width:100%;
    margin:44px 0 31px 0;
    position:relative;
    font-family:Ivy Mode;
    font-weight:500;
    font-size:37px;
    line-height:40px;
    color:#148399;
    text-align:center;
    z-index:30
}
.page-summary{
    float:left;
    width:100%;
    padding-left:8%;
    padding-right:8%;
    position:relative;
    font-family:Ivy Mode;
    font-size:50px;
    font-weight:300;
    letter-spacing:1px;
    line-height:80px;
    text-align:center;
    z-index:30
}
.page-about{
    float:left;
    width:100%;
    padding:0 7%;
    margin:-11px 0 36px 0;
    position:relative;
    font-size:19px;
    font-weight:300;
    color:#333;
    letter-spacing:.5px;
    line-height:40px;
    z-index:20;
    text-align:center
}
.page-about-white{
    color:#fff
}
.page-about-left{
    padding:0!important;
    text-align:left
}
.page-about a,.page-about b,.page-about strong{
    font-weight:500;
    color:#000
}
.page-about a:hover{
    color:#148399;
    text-decoration:none
}
.color-white a,.color-white b,.color-white strong{
    color:#fff
}
.page-hero-text{
    float:left;
    width:100%;
    position:relative;
    font-family:Ivy Mode;
    font-size:32px;
    color:#3e573a;
    letter-spacing:1px;
    line-height:60px;
    z-index:20
}
.page-photo{
    float:right;
    width:50%;
    max-width:500px;
    padding:0 0 20px 30px
}
.page-photo-wide{
    float:left;
    width:100%;
    padding-bottom:50px
}
.page-photo img,.page-photo-wide img{
    float:left;
    width:100%
}
.welcome{
    float:left;
    width:100%;
    position:relative
}
.welcome::before{
    content:"";
    float:right;
    width:50%;
    height:60px;
    background-color:#000
}
.welcome::after{
    content:"";
    position:absolute;
    top:0;
    left:calc(50% + 40px);
    width:2px;
    height:60px;
    background-image:linear-gradient(180deg,#fff,#000)
}
.welcome-picture{
    position:absolute;
    top:60px;
    bottom:0;
    right:0;
    width:33.33334%;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center
}
.welcome-text{
    float:left;
    width:calc(66.66666% - 80px)
}
.slider-cat-wrap{
    float:left;
    width:100%;
    position:relative;
    z-index:700;
    overflow:hidden
}
.slider-cat-wrap::before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:20%;
    background-color:#09353e
}
.slider-cat{
    float:left;
    width:100%;
    position:relative;
    z-index:700
}
.slider-cat .slick-list{
    width:calc(100% + 160px)
}
.slider-cat-item{
    float:left;
    width:100%;
    padding-right:80px;
    position:relative
}
.slider-cat-item a{
    float:left;
    width:100%;
    padding-right:80px;
    position:relative
}
.slider-cat-item a picture{
    float:left;
    width:100%;
    position:relative;
    overflow:hidden
}
.slider-cat-item a picture img{
    float:left;
    width:100%;
    transform-origin:center;
    transition:all 1s
}
.slider-cat-item a:hover picture img{
    transform:scale(1.2,1.2)
}
.slider-cat-item a strong{
    position:absolute;
    top:0;
    right:30px;
    padding:15px 0 75px 0;
    writing-mode:tb-rl;
    font-size:19px;
    font-weight:400;
    letter-spacing:1px;
    transition:all .3s
}
.slider-cat-item a:hover strong{
    letter-spacing:2px
}
.slider-cat-item a strong::before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:calc(50% - 1px);
    width:1px;
    background-color:#16839a
}
.slider-cat-item a strong span{
    display:inline-block;
    position:relative;
    padding:20px 0;
    background-color:#fff
}
.slider-gallery-wrap{
    float:left;
    width:100%;
    position:relative;
    z-index:700;
    overflow:hidden
}
.slider-gallery{
    float:left;
    width:100%;
    position:relative;
    z-index:700
}
.slider-gallery-item{
    float:left;
    width:auto!important;
    position:relative
}
.slider-gallery-item a,.slider-gallery-item section{
    float:left;
    width:100%;
    padding:0 30px;
    position:relative;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center
}
.slider-gallery-item img{
    float:left;
    height:50vh;
    max-height:400px;
    transition:all .5s
}
.slider-gallery-item::after{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    width:60px;
    height:60px;
    margin:-30px 0 0 -30px;
    background:#000 url(../images/icon-zoom.png) no-repeat center/24px;
    border-radius:50%;
    transition:all .5s;
    transform-origin:center;
    transform:scale(.2);
    opacity:0
}
.slider-gallery-item:hover::after{
    transform:scale(1);
    opacity:1
}
.slider-gallery-item small{
    position:absolute;
    left:30px;
    right:30px;
    bottom:0;
    padding:15px 20px;
    z-index:100;
    text-align:center;
    color:#fff;
    background-image:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.3));
    opacity:0;
    transition:all .5s
}
.slider-gallery-item.slick-center small{
    opacity:1
}
.news-list{
    float:left;
    width:100%;
    margin-bottom:40px;
    position:relative
}
.news-list ul{
    width:100%;
    border-top:1px solid #f0f0f0
}
.news-list li{
    width:100%;
    border-bottom:1px solid #f0f0f0
}
.news-list li a{
    float:left;
    width:100%;
    padding:40px 0;
    position:relative
}
.news-list li a::before{
    content:"";
    position:absolute;
    top:calc(50% - 15px);
    right:0;
    width:30px;
    height:40px;
    background:url(../images/arrow-right.png) no-repeat center/auto 20px;
    transform:rotate(-45deg);
    transition:all .2s;
    opacity:.2
}
.news-list li a:hover::before{
    right:10px;
    transform:rotate(0);
    opacity:1
}
.news-list li a section{
    float:left;
    width:100%;
    min-height:120px;
    padding:0 20%;
    position:relative;
    display:flex;
    align-items:center
}
.news-list li a article,.news-list li a picture{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:160px
}
.news-list li a picture{
    background-color:#f1f8f9;
    overflow:hidden;
    transition:all .5s
}
.news-list li:hover a picture{
    width:200px
}
.news-list li a picture::after{
    content:"";
    position:absolute;
    bottom:0;
    left:-8px;
    width:16px;
    height:16px;
    background-color:#fff;
    transform:skewX(45deg)
}
.news-list li a picture i{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:0;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    transition:all .4s
}
.news-list li a:hover picture i{
    width:100%
}
.news-list li a article{
    z-index:10;
    display:flex;
    align-items:center;
    text-align:center;
    color:#08343e;
    font-size:19px;
    opacity:.75;
    transition:all .5s
}
.news-list li a:hover article{
    opacity:0
}
.news-list li a article span{
    width:100%
}
.news-list li a article small{
    display:block;
    font-size:30px;
    line-height:30px
}
.news-list li a strong{
    float:left;
    width:100%;
    font-size:35px;
    font-weight:300;
    line-height:50px
}
.blog-list{
    float:left;
    width:100%;
    position:relative
}
.blog-list ul{
    width:100%;
    display:flex;
    flex-flow:row wrap
}
.blog-list li{
    width:33.33334%;
    padding:0 30px;
    margin-bottom:54px
}
.blog-item{
    float:left;
    width:100%;
    position:relative
}
.blog-item picture{
    float:left;
    width:100%;
    position:relative;
    z-index:5;
    overflow:hidden
}
.blog-item img{
    float:left;
    width:100%;
    transform-origin:center;
    transition:all 1s
}
.blog-item:hover picture img{
    transform:scale(1.4,1.4)
}
.blog-item span{
    float:left;
    width:100%;
    margin:21px 0 7px 0;
    color:#999;
    font-size:13px;
    font-weight:500;
    letter-spacing:2px
}
.blog-item strong{
    float:left;
    width:100%;
    font-family:Ivy Mode;
    font-size:20px;
    font-weight:400;
    letter-spacing:1px;
    line-height:30px;
    position:relative
}
.blog-item em{
    float:left;
    padding-right:25px;
    margin-top:13px;
    background:url(../images/arrow-right.png) no-repeat right center/auto 16px;
    font-size:13px;
    font-weight:500;
    letter-spacing:1px;
    opacity:.5;
    transition:all .3s
}
.blog-item:hover em{
    padding-right:30px;
    opacity:1;
    letter-spacing:2px
}
.available-services .blog-item strong{
    padding:11px 0 9px 0;
    font-size:30px
}
.inner-80{
    margin:0 -80px
}
.inner-40{
    margin:0 -40px
}
.inner-30{
    margin:0 -30px
}
.inner-20{
    margin:0 -20px
}
.inner-15{
    margin:0 -15px
}
.inner-10{
    margin:0 -10px
}
.inner-6{
    margin:0 -6px
}
.inner-5{
    margin:0 -5px
}
.inner-2{
    margin:0 -2px
}
.top-150{
    padding-top:150px
}
.top-100{
    padding-top:100px
}
.top-50{
    padding-top:50px
}
.bottom-150{
    padding-bottom:150px
}
.bottom-100{
    padding-bottom:100px
}
.bottom-50{
    padding-bottom:50px
}
.left-80{
    padding-left:80px
}
.right-80{
    padding-right:80px
}
.block-gradient{
    float:left;
    width:100%;
    position:relative;
    background-image:linear-gradient(180deg,#f8f9f9,#fff)
}
.block-grey{
    float:left;
    width:100%;
    position:relative;
    background-color:#fbfbf3
}
.block-dark{
    background-color:#09353e
}
.block-border-bottom{
    background:url(../images/dot-line.png) repeat-x 0 bottom
}
.link-all{
    float:left;
    width:100%;
    position:relative;
    text-align:center;
    z-index:100
}
.link-all a{
    display:inline-block;
    height:50px;
    position:relative;
    letter-spacing:2px;
    font-size:14px;
    font-weight:400;
    color:#148399;
    line-height:50px;
    border-radius:3px;
    transition:all .3s
}
.link-all a::after,.link-all a::before{
    content:"";
    float:left;
    width:20px;
    height:2px;
    margin-top:23px;
    background-color:#16839a;
    transition:all .3s
}
.link-all a::before{
    margin-right:20px
}
.link-all a::after{
    width:40px;
    margin-left:20px;
    opacity:.2
}
.link-all a:hover::before{
    width:40px
}
.link-all a:hover::after{
    width:20px
}
.link-all a span{
    float:left;
    position:relative;
    z-index:10
}
.link-all-white a{
    color:#fff
}
.link-all-white a::after,.link-all-white a::before{
    background-color:#fff
}
.link-all-dark a{
    color:#fff;
    background-color:#000;
    font-size:15px
}
.link-all-dark a:hover{
    background-color:#148399
}
.link-all-dark a::after,.link-all-dark a::before{
    background-color:#fff
}
.grayscale{
    filter:grayscale(100%);
    -webkit-filter:grayscale(100%)
}
.grayscale:hover{
    filter:none;
    -webkit-filter:none
}
.news-wrap{
    float:left;
    width:100%;
    position:relative
}
.left-100{
    padding-left:100px
}
.news-content{
    float:left;
    width:100%
}
.news-photo{
    float:left;
    width:100%;
    margin-bottom:30px
}
.news-photo img{
    width:100%
}
.date{
    float:left;
    width:100%;
    padding-left:40px;
    margin:11px 0 29px 0;
    font-size:13px;
    font-weight:400;
    color:#999;
    position:relative;
    letter-spacing:1px
}
.date::before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    width:20px;
    height:2px;
    margin-top:-1px;
    background-color:#ccc
}
.page-share{
    position:absolute;
    top:0;
    left:0
}
.page-share ul{
    width:50px
}
.page-share li{
    margin-bottom:15px
}
.page-share li a{
    float:left;
    border:1px solid #e5e5e5;
    transition:all .25s;
    border-radius:10%
}
.page-share li a:hover{
    border-color:#000
}
.page-share li a img{
    float:left;
    height:50px;
    margin:-1px
}
.video-block{
    float:left;
    width:100%;
    position:relative;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    text-align:center
}
.video-block img{
    float:left;
    width:100%;
    /*max-height:480px*/
}
.video-block iframe{
    position:absolute;
    top:0;
    left:0
}
.video-block a{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:10;
    color:#fff;
    background-color:rgba(0,0,0,.5);
    transition:all .4s
}
.video-block a:hover{
    background-color:rgba(0,0,0,0)
}
.video-block a section{
    display:inline-block;
    font-weight:500;
    font-size:13px;
    letter-spacing:1px;
    transition:all .4s
}
.video-block a:hover section{
    letter-spacing:2px
}
.video-block a section::before{
    content:"";
    display:inline-block;
    width:64px;
    height:64px;
    background:#148399 url(../images/icon-play.png) no-repeat center/32px;
    border-radius:20%;
    transition:all .4s
}
.video-block a:hover section::before{
    background-color:#148399
}
.video-block a section small{
    display:block;
    margin:10px 0 -10px 0
}
.fancybox-slide--iframe .fancybox-content{
    width:800px;
    min-height:300px;
    max-width:80%;
    max-height:80%;
    margin:0
}
.my-fancy{
    display:none;
    padding:30px!important;
    border-radius:8px
}
.my-fancy-wrap{
    width:100%;
    max-width:800px;
    max-height:600px;
    overflow:hidden;
    overflow-y:auto
}
.my-fancy-wrap::-webkit-scrollbar{
    width:5px
}
.my-fancy-wrap::-webkit-scrollbar-track{
    background:#eee
}
.my-fancy-wrap::-webkit-scrollbar-thumb{
    background-color:#555
}
.my-fancy-wrap{
    scrollbar-color:#fff #eee;
    scrollbar-width:thin
}
.fancy-title{
    float:left;
    width:100%;
    padding:0 20px;
    margin-bottom:15px;
    position:relative;
    font-size:16px;
    color:#000
}
.fancy-title::before{
    content:"";
    position:absolute;
    top:50%;
    left:0;
    width:50px;
    height:2px;
    margin-top:-1px;
    background-color:#cec9c8
}
.fancy-title strong{
    float:left;
    padding:0 15px;
    position:relative;
    font-weight:500;
    letter-spacing:1px;
    background-color:#fff
}
.fancy-form{
    float:left;
    width:100%
}
.fancy-form .item{
    float:left;
    width:50%;
    padding:0 10px;
    margin-bottom:20px
}
.fancy-form .item:last-child{
    margin-bottom:0
}
.fancy-form .item-2{
    width:calc(50% - 10px)
}
.fancy-form .item-2 label{
    float:left;
    width:100%;
    padding:9px;
    border:1px solid #999;
    border-radius:4px;
    font-weight:600
}
.fancy-form .item a{
    font-weight:600;
    text-decoration:underline
}
.sub-hero{
    float:left;
    width:100%;
    position:relative;
    text-align:center;
    z-index:100;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat
}
.sub-hero-stores{
    height:220px
}
.sub-hero::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#000;
    opacity:.6
}
.sub-hero::after{
    content:"";
    position:absolute;
    bottom:-20px;
    left:calc(50% - 1px);
    width:2px;
    height:80px;
    background-image:linear-gradient(180deg,#fff,#1893ac)
}
.sub-hero-stores::after{
    display:none
}
.sub-hero-title{
    float:left;
    width:100%;
    padding:262px 0 88px 0;
    position:relative;
    font-size:41px;
    line-height:50px;
    color:#fff
}
.sub-hero-stores .sub-hero-title{
    float:left;
    width:100%;
    padding:262px 0 88px 0;
    position:relative;
    font-size:41px;
    line-height:50px;
    color:#fff
}
.breadcrumb-wrap{
    float:left;
    width:100%;
    padding:0 75px
}
.breadcrumb{
    float:left;
    width:100%;
    padding:5px 0;
    font-size:12px;
    letter-spacing:1px;
    line-height:40px;
    background-color:rgba(206,201,200,.15);
    text-align:center
}
.breadcrumb section{
    display:inline-block
}
.breadcrumb a{
    float:left;
    color:#777
}
.breadcrumb a:hover{
    color:#353535;
    text-decoration:underline
}
.breadcrumb i{
    float:left;
    margin:0 15px;
    opacity:.4
}
.breadcrumb strong{
    float:left;
    font-weight:600;
    color:#2f3c46
}
.mega-photo{
    float:left;
    width:100%;
    position:relative
}
.mega-photo img{
    float:left;
    width:100%
}
.parallax-outer{
    float:left;
    width:100%;
    padding:80px 0;
    position:relative
}
.parallax-outer::before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-image:linear-gradient(145deg,rgba(0,0,0,.7),#0a424d,#148399);
    opacity:.9;
    z-index:1
}
.parallax-outer-right::before{
    right:auto;
    left:0;
    background-image:linear-gradient(90deg,#fff,#f5f4e1)
}
.parallax-mirror{
    z-index:1!important
}
.parallax-wrap{
    float:left;
    width:100%;
    position:relative
}
.parallax-photo-wrap{
    position:absolute;
    left:0;
    right:calc(50% + 40px);
    bottom:0;
    top:0
}
.parallax-photo{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    background:0 0
}
.parallax-wide-wrap{
    float:left;
    width:100%;
    position:relative
}
.parallax-wide{
    float:left;
    width:100%;
    position:relative;
    background:0 0;
    background-size:100% auto
}
.parallax-wide::before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-image:linear-gradient(145deg,#148399,rgba(0,70,128,.5))
}
.parallax-wide-content{
    float:left;
    width:100%;
    position:relative;
    z-index:10;
    color:#fff
}
.parallax-just-photo img{
    float:left;
    width:100%;
    max-height:600px
}
.parallax-just-photo::after,.parallax-just-photo::before{
    display:none
}
.parallax-text{
    float:right;
    width:calc(50% - 80px);
    position:relative
}
.parallax-text .page-title{
    margin-top:-30px
}
.parallax-right .parallax-photo-wrap{
    right:0;
    left:calc(50% + 80px)
}
.parallax-right .parallax-text{
    float:left
}
.simple-list{
    float:left;
    width:100%;
    margin-top:10px;
    font-size:17px;
    line-height:25px
}
.simple-list ul{
    width:100%;
    display:flex;
    flex-flow:row wrap
}
.simple-list li{
    width:100%;
    padding:0 20px 20px 30px;
    position:relative;
    display:inline-block;
    vertical-align:top;
    background:url(../images/icon-ok.png) no-repeat 0 4px/17px auto
}
.block-two{
    width:48%
}
.catalog{
    float:left;
    width:100%;
    position:relative
}
.catalog ul{
    width:100%
}
.catalog li{
    width:50%;
    padding:0 20px;
    margin-bottom:40px
}
.catalog li article{
    float:left;
    width:100%;
    position:relative;
    background-color:#f7f7f7;
    display:flex;
    align-items:center
}
.catalog li article picture{
    float:left;
    width:200px;
    overflow:hidden
}
.catalog li article picture img{
    float:left;
    width:100%;
    transform-origin:center;
    transition:all 1s
}
.catalog li article:hover picture img{
    transform:scale(1.2,1.2)
}
.catalog li article section{
    float:left;
    width:calc(100% - 200px);
    padding:40px
}
.catalog li article section strong{
    float:left;
    width:100%;
    font-size:21px;
    font-weight:400;
    letter-spacing:.5px;
    line-height:30px
}
.catalog li article section span{
    float:left;
    width:100%;
    padding:15px 0;
    font-size:13px;
    letter-spacing:2px;
    color:#888
}
.catalog li article section a{
    float:left;
    padding-left:30px;
    margin-right:20px;
    background:url(../images/icon-down.svg) no-repeat 0 center/20px;
    font-weight:500;
    font-size:13px;
    letter-spacing:2px;
    transition:all .4s
}
.catalog li article section a:last-child{
    margin-right:0
}
.catalog li article section a:hover{
    background-position:0 5px
}
.stores-out{
    float:left;
    width:100%;
    position:relative
}
.stores-map{
    float:left;
    width:100%;
    height:780px
}
.store-list-wrap{
    position:absolute;
    top:30px;
    bottom:30px;
    left:30px;
    width:480px;
    background-color:#fff;
    box-shadow:0 5px 40px rgba(0,0,0,.1);
    z-index:500;
    border-radius:3px;
    overflow:hidden
}
.store-list-filter{
    float:left;
    width:100%;
    padding:20px 20px 10px 20px;
    box-shadow:0 1px 0 #e8e8e8
}
.store-list-filter section{
    float:left;
    width:50%;
    padding:0 5px;
    margin-bottom:10px
}
.store-list-filter section .input{
    height:32px;
    padding:0 10px;
    font-size:13px;
    line-height:32px;
    box-shadow:none
}
.store-list-filter section .button{
    height:32px;
    padding:0;
    font-size:13px;
    line-height:32px
}
.store-list-filter section .button::after{
    display:none
}
.store-list{
    float:left;
    width:100%;
    position:absolute;
    top:114px;
    bottom:0;
    left:0;
    overflow:hidden;
    overflow-y:auto
}
.store-list::-webkit-scrollbar{
    width:7px
}
.store-list::-webkit-scrollbar-track{
    background:#eee
}
.store-list::-webkit-scrollbar-thumb{
    border:2px solid #148399;
    background-color:#148399
}
.store-list{
    scrollbar-color:#fff #eee;
    scrollbar-width:thin
}
.store-list ul{
    width:100%
}
.store-list li{
    width:100%;
    padding:15px 20px;
    position:relative;
    border-top:1px solid #e8e8e8;
    transition:all .3s
}
.store-list li:hover{
    background-color:#fafafa
}
.store-list-title{
    float:left;
    width:100%;
    margin-bottom:7px
}
.store-list-title h4{
    float:left;
    font-weight:500;
    color:#000
}
.store-list-title i{
    display:inline-block;
    height:20px;
    padding:0 7px;
    margin-left:7px;
    font-size:10px;
    font-weight:500;
    color:#fff;
    line-height:22px;
    border-radius:3px
}
.sansiro-shop{
    background-color:#fe5a69
}
.sansiro-kiosk{
    background-color:#2dd5ff
}
.sansiro-corner{
    background-color:#fea15a
}
.store-list li section{
    float:left;
    width:100%;
    padding-left:25px;
    margin-bottom:9px;
    color:#444;
    font-size:13px;
    line-height:16px;
    background-size:auto 14px;
    background-repeat:no-repeat;
    background-position:0 1px
}
.store-address{
    background-image:url(../images/icon-pin.png)
}
.store-phone{
    background-image:url(../images/icon-phone.png)
}
.store-list li a{
    float:left;
    height:25px;
    padding:0 15px;
    margin-top:2px;
    border-radius:13px;
    color:#158399;
    font-weight:500;
    font-size:11px;
    letter-spacing:1px;
    line-height:23px;
    border:1px solid #158399
}
.store-list li a:hover{
    background-color:#158399;
    color:#fff
}
.store-list li.store-selected{
    background-color:#f8f8f8
}
.store-list li.store-selected::before{
    content:"";
    position:absolute;
    top:10px;
    bottom:10px;
    left:0;
    width:3px;
    background-color:#158399;
    border-radius:0 3px 3px 0
}
.map-store-wrap{
    position:absolute;
    top:50%;
    left:50%;
    z-index:1000
}
.map-store-content{
    position:absolute;
    left:50%;
    bottom:43px;
    width:280px;
    padding:15px 20px;
    margin-left:-140px;
    background-color:#1893ac;
    color:#fff;
    border-radius:3px
}
.map-store-content::after{
    content:"";
    border-top:7px solid transparent;
    border-left:15px solid transparent;
    border-right:15px solid transparent;
    height:0;
    position:absolute;
    width:0;
    left:50%;
    bottom:-7px;
    margin-left:-15px;
    border-top-color:#1893ac
}
.map-store-content .store-list-title h4{
    color:#fff
}
.map-store-content section{
    float:left;
    width:100%;
    padding-left:25px;
    margin-bottom:9px;
    font-size:13px;
    line-height:16px;
    background-size:auto 14px;
    background-repeat:no-repeat;
    background-position:0 0
}
.map-store-content .store-address{
    background-image:url(../images/icon-pin-2.png)
}
.map-store-content .store-phone{
    background-image:url(../images/icon-phone-2.png)
}
.accordion{
    float:left;
    width:100%;
    position:relative
}
.accordion-section-title{
    float:left;
    width:100%;
    padding:17px 15px 17px 45px;
    margin-bottom:20px;
    border:1px solid #f0f2f4;
    border-radius:6px;
    position:relative;
    font-size:20px;
    font-weight:500;
    line-height:24px
}
.accordion-section-title:hover{
    color:#666
}
.accordion-section-title::after,.accordion-section-title::before{
    content:"";
    position:absolute;
    top:50%;
    left:15px;
    width:12px;
    height:2px;
    margin-top:-1px;
    background-color:#ccc;
    transition:all .25s
}
.accordion-section-title::after{
    background-color:#ccc;
    transform:rotate(90deg);
    opacity:1
}
.accordion-section-title.active{
    color:#148399;
    border-color:#148399
}
.accordion-section-title.active::before{
    background-color:#148399
}
.accordion-section-title.active::after{
    left:15px;
    opacity:0
}
.accordion-section-content{
    float:left;
    width:100%;
    padding:10px 20px 20px 45px;
    margin:-5px 0 15px 0;
    display:none;
    position:relative;
    font-size:18px;
    line-height:30px
}
.accordion-section-content::before{
    content:"";
    position:absolute;
    top:10px;
    bottom:20px;
    left:20px;
    width:2px;
    background-color:rgba(0,0,0,.08)
}
.accordion-section-content b,.accordion-section-content strong{
    color:#151515;
    font-weight:600
}
.accordion-section-content a{
    font-weight:600
}
.contact-wrap{
    float:left;
    width:100%;
    position:relative
}
.contact-info-wrap{
    position:absolute;
    top:30px;
    bottom:30px;
    left:30px;
    width:480px;
    z-index:500
}
.contact-info{
    float:left;
    width:100%;
    padding:20px;
    position:relative;
    background-color:#fff;
    box-shadow:0 5px 40px rgba(0,0,0,.1);
    border-radius:3px
}
.contact-info section{
    float:left;
    width:100%;
    padding-left:40px;
    margin:5px 0;
    position:relative;
    font-size:15px;
    line-height:25px
}
.contact-info section:last-child{
    margin-bottom:0;
    font-weight:400
}
.contact-info section img{
    position:absolute;
    top:0;
    left:0;
    height:24px;
    padding:2px 0
}
.contact-info section i{
    display:block;
    margin:-5px 0;
    font-size:13px;
    font-weight:600;
    letter-spacing:2px;
    color:#148399
}
.contact-info section article{
    display:block;
    margin-bottom:10px
}
.contact-form{
    float:left;
    width:100%;
    position:relative
}
.franchising-form{
    width:100%
}
.form-item{
    float:left;
    width:50%;
    padding:0 15px 30px 15px;
    position:relative
}
.form-item-text{
    margin-top:-10px;
    color:#666
}
.form-item:last-child{
    padding-bottom:0
}
.form-item label{
    float:left;
    width:100%
}
.form-item section{
    float:left;
    width:100%;
    font-size:17px;
    font-weight:600;
    margin-bottom:-10px
}
.form-item a{
    text-decoration:underline;
    font-weight:600
}
.security-code img{
    float:left;
    width:120px;
    height:50px;
    margin-right:10px;
    padding:3px;
    border:1px solid #999;
    background-color:#fff;
    border-radius:3px;
    box-shadow:5px 5px 0 rgba(0,0,0,.03)
}
.security-code a.refresh{
    float:left;
    width:50px;
    height:50px;
    text-indent:-9999px;
    background:#fff url(../images/refresh.png) no-repeat center center/24px;
    border:1px solid #999;
    border-radius:3px;
    box-shadow:5px 5px 0 rgba(0,0,0,.03)
}
.security-code a:hover.refresh{
    background-color:#eee
}
.contact-map{
    float:left;
    width:100%;
    height:600px;
    padding:9px;
    position:relative;
    border:1px solid #ddd
}
.upload{
    float:left;
    width:100%;
    height:50px;
    position:relative;
    text-align:center
}
.upload section{
    float:left;
    width:100%;
    height:100%;
    position:relative;
    border:1px solid #999;
    font-weight:400;
    font-size:15px;
    line-height:48px;
    letter-spacing:1px;
    z-index:2;
    background-color:#f6f6f6;
    border-radius:3px;
    box-shadow:5px 5px 0 rgba(0,0,0,.03)
}
.upload:hover section{
    background-color:#eee
}
.upload section::after{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    width:50px;
    background:url(../images/icon-clip.png) no-repeat center/auto 16px
}
.upload input{
    display:block!important;
    width:100%!important;
    height:100%!important;
    opacity:0!important;
    overflow:hidden!important;
    position:absolute;
    left:0;
    top:0;
    z-index:3;
    cursor:pointer
}
.item{
    float:left;
    width:25%;
    padding:0 20px 40px 20px
}
.photo-item{
    float:left;
    width:100%;
    transition:all .25s
}
.photo-item a{
    float:left;
    width:100%;
    position:relative
}
.photo-item a section{
    float:left;
    width:100%;
    position:relative;
    border-radius:8px;
    overflow:hidden
}
.photo-item a section img{
    float:left;
    width:100%;
    box-shadow:0 5px 20px rgba(0,0,0,.07);
    transform-origin:center bottom;
    transition:all 1s
}
.photo-item a:hover section img{
    transform:scale(1.1,1.1)
}
.photo-item a section::after{
    content:"";
    position:absolute;
    top:15px;
    right:15px;
    width:32px;
    height:32px;
    background:rgba(255,255,255,.7) url(../images/icon-expand.png) no-repeat center/12px;
    border-radius:50%;
    opacity:0
}
.photo-item a:hover section::after{
    opacity:1
}
.photo-item a span{
    float:left;
    width:100%;
    margin:11px 0 -1px 0;
    color:#999;
    font-size:13px;
    letter-spacing:2px
}
.pages{
    float:left;
    width:100%;
    margin-top:20px;
    position:relative;
    font-size:17px;
    line-height:48px;
    text-align:center
}
.pages ul{
    width:100%;
    margin-bottom:-15px
}
.pages li{
    float:none;
    display:inline-block;
    padding:0 5px
}
.pages li a{
    float:left;
    width:50px;
    height:50px;
    border:1px solid #eee;
    color:#999;
    transition:all .3s;
    border-radius:50%
}
.pages li a:hover{
    border-color:#148399
}
.pages li a.current{
    color:#148399;
    border-color:#148399
}
.cookies-wrap{
    position:fixed;
    right:20px;
    bottom:20px;
    left:20px;
    z-index:7950;
    text-align:center;
    display:none
}
.cookies{
    float:left;
    width:100%;
    padding:25px 30px 20px 30px;
    position:relative;
    background-color:rgba(0,0,0,.8);
    font-size:12px;
    color:rgba(255,255,255,.8);
    border-radius:5px
}
.cookies::before{
    content:"";
    position:absolute;
    right:15px;
    top:15px;
    left:15px;
    bottom:0;
    background:url(../images/icon-cookies.png) no-repeat 0 top/60px auto;
    opacity:.3
}
.cookies section{
    float:left;
    width:100%;
    position:relative
}
.cookies-close{
    position:absolute;
    top:-16px;
    right:20px;
    width:32px;
    height:32px
}
.cookies-close span{
    float:left;
    width:100%;
    height:100%;
    position:relative;
    border-radius:50%;
    text-indent:-9999px;
    background:#c09c61 url(../images/icon-close.png) no-repeat center/20px;
    cursor:pointer;
    border:2px solid #fff
}
.cookies-close span:hover{
    background-size:18px;
    background-color:#000
}
@media only screen and (max-width:1760px){
    .header{
        padding-left:30px!important;
        padding-right:30px!important
    }
}
@media only screen and (max-width:1540px){
    .wrap{
        width:1320px
    }
    .header{
        padding-top:30px;
        padding-bottom:30px
    }
    .header-slogan{
        margin-top:30px
    }
    .header-slogan::after,.header-slogan::before{
        width:calc(50vw - 120px)
    }
    .slider-cat .slick-list{
        width:calc(100% + 120px)
    }
    .slider-cat-item{
        padding-right:40px
    }
    .news-list li a strong{
        font-size:30px;
        line-height:40px
    }
}
@media only screen and (max-width:1440px){
    .wrap{
        width:1200px
    }
    .top-150{
        padding-top:100px
    }
    .top-100{
        padding-top:75px
    }
    .top-50{
        padding-top:35px
    }
    .bottom-150{
        padding-bottom:100px
    }
    .bottom-100{
        padding-bottom:75px
    }
    .bottom-50{
        padding-bottom:35px
    }
    .slider-hero-title article{
        margin-bottom:25px;
        font-size:28px;
        line-height:30px
    }
    .slider-hero-title section strong{
        font-size:50px;
        line-height:60px
    }
    .slider-hero-title small{
        padding-top:10px
    }
    .footer{
        padding:40px 0
    }
    .footer-logo img{
        height:60px
    }
    .footer-social{
        margin-top:20px
    }
    .copyright{
        padding-top:30px
    }
    .master-title{
        font-size:53px;
        line-height:70px
    }
    .page-title-space::after{
        height:60px
    }
    .page-summary{
        padding-left:4%;
        padding-right:4%;
        font-size:40px;
        line-height:60px
    }
}
@media only screen and (max-width:1280px){
    .wrap{
        width:980px
    }
    .nav-inner{
        padding:40px 80px
    }
    .slider-hero-item picture{
        left:-100px;
        top:35%
    }
    .slider-cat .slick-list{
        width:130%
    }
    .parallax-outer{
        padding:40px 0
    }
    .stats li strong{
        margin-bottom:8px;
        font-size:60px;
        font-weight:400;
        line-height:60px
    }
    .catalog li a section{
        padding:30px
    }
}
@media only screen and (max-width:1023px){
    .wrap,.wrap-slim{
        float:left;
        width:100%;
        padding:0 30px
    }
    .header{
        padding:0 15px!important
    }
    .nav-down,.nav-up{
        background-color:#000
    }
    .nav-icon{
        width:70px;
        height:70px;
        margin-left:-15px
    }
    .nav-icon span{
        left:calc(50% - 15px)
    }
    #logo{
        top:10px!important;
        width:120px;
        margin-left:-60px
    }
    #logo img{
        height:50px
    }
    .header-store{
        margin:15px 0
    }
    .header-store a{
        padding:0 15px;
        font-size:10px;
        letter-spacing:1px;
        line-height:38px
    }
    .header-lang-wrap{
        margin-right:20px;
        margin-top:15px
    }
    .header-lang-icon{
        width:44px;
        line-height:40px
    }
    .header-lang{
        top:38px;
        width:44px
    }
    .nav-inner{
        top:70px;
        left:0;
        padding:25px 40px
    }
    #nav li>a i{
        margin-top:0!important;
        opacity:1!important
    }
    #nav li>a section{
        display:none
    }
    .header-slogan,.hero-bar,.nav-cover,.nav-icon::after,.news-list li a picture,.welcome::after,.welcome::before{
        display:none
    }
    .slider-hero-title{
        top:80px
    }
    .slider-hero-item{
        max-height:560px;
        min-height:360px
    }
    .slider-hero ul.slick-dots{
        bottom:0
    }
    .slider-hero-item picture{
        left:-15%
    }
    ul.slick-dots{
        padding-bottom:15px
    }
    .franchising-btn{
        top:auto;
        bottom:10px;
        right:10px
    }
    .franchising-btn a{
        width:44px;
        height:44px;
        padding-top:0;
        background-position:center;
        text-indent:-9999px;
        border-radius:50%
    }
    .top-150{
        padding-top:75px
    }
    .top-100{
        padding-top:50px
    }
    .top-50{
        padding-top:25px
    }
    .bottom-150{
        padding-bottom:75px
    }
    .bottom-100{
        padding-bottom:50px
    }
    .bottom-50{
        padding-bottom:25px
    }
    .footer-wrap{
        float:left;
        width:100%;
        position:relative;
        left:auto;
        right:auto;
        bottom:auto;
        z-index:0
    }
    .footer-connect{
        padding:40px 0
    }
    .footer-connect li{
        width:50%;
        padding:15px 0
    }
    .stats li strong{
        font-size:40px;
        line-height:40px
    }
    .news-list li a section{
        padding:0 50px 0 200px
    }
    .news-list li a strong{
        font-size:25px;
        line-height:30px
    }
    .welcome-picture{
        top:0
    }
    .welcome-text{
        width:calc(66.66666% - 40px);
        padding-top:20px
    }
    .master-title{
        font-size:38px;
        font-weight:400;
        line-height:50px
    }
    .page-title-space::after{
        height:30px
    }
    .page-title{
        padding:25px 0 20px 0;
        font-size:33px;
        line-height:40px
    }
    .page-title-line{
        height:14px;
        margin:0 0 30px 0
    }
    .page-about,.page-summary{
        padding-left:0;
        padding-right:0
    }
    .page-about{
        margin-bottom:26px;
        font-size:17px;
        line-height:30px
    }
    .news-list li a{
        padding:25px 0
    }
    .news-list li a article{
        background-color:#f1f8f9;
        opacity:1!important
    }
    .sub-hero-title{
        padding:133px 0 32px 0;
        font-size:30px;
        line-height:35px
    }
    .sub-hero::after{
        bottom:-10px;
        height:30px
    }
    .left-100{
        padding-left:80px
    }
    .contact-wrap{
        margin-top:15px
    }
    .contact-map{
        height:480px;
        padding:4px
    }
    .sub-hero-stores{
        height:70px
    }
    .contact-info-wrap,.store-list-wrap{
        float:left;
        width:100%;
        height:480px;
        position:relative;
        top:auto;
        bottom:auto;
        left:auto;
        border-radius:0
    }
    .contact-info-wrap{
        height:auto
    }
    .contact-info{
        border-radius:0;
        box-shadow:none;
        background-color:transparent
    }
    .stores-map{
        height:480px
    }
    .catalog li{
        width:100%;
        margin-bottom:30px
    }
}
@media only screen and (max-width:767px){
    .wrap,.wrap-slim{
        padding:0 20px
    }
    .cookies-wrap{
        right:5px;
        bottom:5px;
        left:5px
    }
    .header-store a{
        width:40px;
        padding:0;
        text-indent:-9999px;
        border-color:rgba(255,255,255,.5);
        background:url(../images/icon-cart.png) no-repeat center/20px
    }
    .slider-hero-item{
        height:70vh
    }
    .slider-hero-title .wrap{
        position:static
    }
    .nav-social,.slider-hero-title article,.welcome-picture{
        display:none
    }
    .slider-hero-title section strong{
        font-size:31px;
        line-height:40px
    }
    .slider-hero-title small{
        position:absolute;
        top:0;
        bottom:0;
        left:0;
        right:0;
        padding-top:0;
        opacity:0
    }
    .slider-hero-title small a{
        width:100%;
        height:100%;
        background-color:red;
        text-indent:-9999px
    }
    .welcome-text{
        width:100%;
        padding-bottom:0
    }
    .page-title-summary{
        padding:0;
        margin:-4px 0 24px 0;
        font-size:24px;
        line-height:30px
    }
    .page-summary{
        font-size:31px;
        line-height:45px
    }
    .slider-cat-item a strong::before{
        bottom:auto;
        height:15px
    }
    .slider-cat-item a strong span{
        padding:10px 0;
        background-color:transparent;
        font-size:17px;
        font-weight:500;
        letter-spacing:.5px
    }
    .video-block a section::before{
        width:40px;
        height:40px;
        background-size:20px
    }
    .left-100{
        padding-left:0
    }
    .page-share{
        float:left;
        width:100%;
        position:static
    }
    .page-share ul{
        width:100%
    }
    .page-share li{
        margin-right:15px
    }
    .page-share li:last-child{
        margin-right:0
    }
    .slider-gallery-item a,.slider-gallery-item section{
        padding:0 5px
    }
}
@media only screen and (max-width:640px){
    #nav li>a{
        font-size:17px
    }
    #nav>ul li span{
        display:none;
        padding:10px 20px
    }
    #nav>ul li span a{
        width:100%;
        padding:15px 10px;
        border-bottom:1px solid #eee
    }
    #nav>ul li span a:last-child{
        border-bottom:0
    }
    .slick-next,.slick-prev{
        width:40px;
        height:40px;
        margin-top:-20px;
        background-size:auto 16px
    }
    .slider-hero-title{
        top:auto;
        padding:150px 0 35px 0;
        background-image:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.5))
    }
    .slider-hero-title-in{
        width:100%
    }
    .slick-active .slider-hero-title section strong::after,.slick-active .slider-hero-title section strong::before{
        display:none
    }
    .slider-cat .slick-list{
        width:calc(100% - 40px)
    }
    .slider-cat-item a{
        padding-right:40px
    }
    .slider-cat-item a strong{
        right:0;
        padding-bottom:0
    }
    .stats li{
        flex-basis:50%
    }
    .stats li span{
        font-size:17px;
        font-weight:400;
        line-height:20px
    }
    .news-list li a strong{
        font-size:21px;
        line-height:24px
    }
    .footer-connect li span{
        margin-bottom:37px;
        letter-spacing:1px
    }
    .footer-connect li span::after{
        bottom:-18px
    }
    .copyright-section i{
        margin:0 5px
    }
    .catalog li{
        margin-bottom:20px
    }
    .catalog li a picture{
        width:120px
    }
    .catalog li a section{
        width:calc(100% - 120px);
        padding:20px
    }
    .catalog li a section strong{
        font-size:17px;
        line-height:24px
    }
    .catalog li a section span{
        padding:5px 0
    }
}
@media only screen and (max-width:540px){
    #logo{
        top:10px!important;
        left:60px;
        margin-left:0
    }
    .header-lang-wrap{
        margin-right:15px
    }
    .footer-connect ul{
        margin:-30px 0
    }
    .footer-connect li{
        width:100%;
        padding:30px 0
    }
    .footer-connect li::after{
        top:auto;
        bottom:-1px;
        left:0;
        right:0;
        width:auto;
        height:2px
    }
    .contact-map{
        height:400px
    }
    .form-item{
        width:100%;
        padding-bottom:20px
    }
    .form-item .button{
        width:100%
    }
}
@media only screen and (max-width:440px){
    .slider-hero-item picture{
        left:-15%;
        right:0;
        width:auto
    }
    .news-list{
        margin-bottom:20px
    }
    .news-list li a::before{
        display:none
    }
    .news-list li a section{
        min-height:initial;
        padding:10px 0 10px 100px
    }
    .news-list li a article{
        width:80px;
        font-size:15px
    }
    .news-list li a article small{
        font-size:20px;
        line-height:30px
    }
    .news-list li a strong{
        font-size:19px;
        font-weight:400
    }
}
@font-face{
    font-family:'GT Eesti Pro Display';
    src:url(../css/font/GTEestiProDisplay-Bold.eot);
    src:local('GT Eesti Pro Display Bold'),local('GTEestiProDisplay-Bold'),url(../css/font/GTEestiProDisplay-Bold.eot?#iefix) format('embedded-opentype'),url(../css/font/GTEestiProDisplay-Bold.woff2) format('woff2'),url(../css/font/GTEestiProDisplay-Bold.woff) format('woff'),url(../css/font/GTEestiProDisplay-Bold.ttf) format('truetype');
    font-weight:700;
    font-style:normal
}
@font-face{
    font-family:'GT Eesti Pro Display';
    src:url(../css/font/GTEestiProDisplay-Light.eot);
    src:local('GT Eesti Pro Display Light'),local('GTEestiProDisplay-Light'),url(../css/font/GTEestiProDisplay-Light.eot?#iefix) format('embedded-opentype'),url(../css/font/GTEestiProDisplay-Light.woff2) format('woff2'),url(../css/font/GTEestiProDisplay-Light.woff) format('woff'),url(../css/font/GTEestiProDisplay-Light.ttf) format('truetype');
    font-weight:300;
    font-style:normal
}
@font-face{
    font-family:'GT Eesti Pro Display';
    src:url(../css/font/GTEestiProDisplay-Medium.eot);
    src:local('GT Eesti Pro Display Medium'),local('GTEestiProDisplay-Medium'),url(../css/font/GTEestiProDisplay-Medium.eot?#iefix) format('embedded-opentype'),url(../css/font/GTEestiProDisplay-Medium.woff2) format('woff2'),url(../css/font/GTEestiProDisplay-Medium.woff) format('woff'),url(../css/font/GTEestiProDisplay-Medium.ttf) format('truetype');
    font-weight:500;
    font-style:normal
}
@font-face{
    font-family:'GT Eesti Pro Display';
    src:url(../css/font/GTEestiProDisplay-UltraLight.eot);
    src:local('GT Eesti Pro Display UltraLight'),local('GTEestiProDisplay-UltraLight'),url(../css/font/GTEestiProDisplay-UltraLight.eot?#iefix) format('embedded-opentype'),url(../css/font/GTEestiProDisplay-UltraLight.woff2) format('woff2'),url(../css/font/GTEestiProDisplay-UltraLight.woff) format('woff'),url(../css/font/GTEestiProDisplay-UltraLight.ttf) format('truetype');
    font-weight:200;
    font-style:normal
}
@font-face{
    font-family:'GT Eesti Pro Display';
    src:url(../css/font/GTEestiProDisplay-Regular.eot);
    src:local('GT Eesti Pro Display Regular'),local('GTEestiProDisplay-Regular'),url(../css/font/GTEestiProDisplay-Regular.eot?#iefix) format('embedded-opentype'),url(../css/font/GTEestiProDisplay-Regular.woff2) format('woff2'),url(../css/font/GTEestiProDisplay-Regular.woff) format('woff'),url(../css/font/GTEestiProDisplay-Regular.ttf) format('truetype');
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:'Ivy Mode';
    src:url(../css/font/IvyMode-Regular.eot);
    src:local('Ivy Mode Regular'),local('IvyMode-Regular'),url(../css/font/IvyMode-Regular.eot?#iefix) format('embedded-opentype'),url(../css/font/IvyMode-Regular.woff2) format('woff2'),url(../css/font/IvyMode-Regular.woff) format('woff'),url(../css/font/IvyMode-Regular.ttf) format('truetype');
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:'Ivy Mode';
    src:url(../css/font/IvyMode-Bold.eot);
    src:local('Ivy Mode Bold'),local('IvyMode-Bold'),url(../css/font/IvyMode-Bold.eot?#iefix) format('embedded-opentype'),url(../css/font/IvyMode-Bold.woff2) format('woff2'),url(../css/font/IvyMode-Bold.woff) format('woff'),url(../css/font/IvyMode-Bold.ttf) format('truetype');
    font-weight:700;
    font-style:normal
}
@font-face{
    font-family:'Ivy Mode';
    src:url(../css/font/IvyMode-SemiBold.eot);
    src:local('Ivy Mode SemiBold'),local('IvyMode-SemiBold'),url(../css/font/IvyMode-SemiBold.eot?#iefix) format('embedded-opentype'),url(../css/font/IvyMode-SemiBold.woff2) format('woff2'),url(../css/font/IvyMode-SemiBold.woff) format('woff'),url(../css/font/IvyMode-SemiBold.ttf) format('truetype');
    font-weight:600;
    font-style:normal
}
@font-face{
    font-family:'Ivy Mode';
    src:url(../css/font/IvyMode-Light.eot);
    src:local('Ivy Mode Light'),local('IvyMode-Light'),url(../css/font/IvyMode-Light.eot?#iefix) format('embedded-opentype'),url(../css/font/IvyMode-Light.woff2) format('woff2'),url(../css/font/IvyMode-Light.woff) format('woff'),url(../css/font/IvyMode-Light.ttf) format('truetype');
    font-weight:300;
    font-style:normal
}
body.compensate-for-scrollbar{
    overflow:hidden
}
.fancybox-active{
    height:auto
}
.fancybox-is-hidden{
    left:-9999px;
    margin:0;
    position:absolute!important;
    top:-9999px;
    visibility:hidden
}
.fancybox-container{
    -webkit-backface-visibility:hidden;
    height:100%;
    left:0;
    outline:0;
    position:fixed;
    -webkit-tap-highlight-color:transparent;
    top:0;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    transform:translateZ(0);
    width:100%;
    z-index:99992
}
.fancybox-container *{
    box-sizing:border-box
}
.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{
    bottom:0;
    left:0;
    position:absolute;
    right:0;
    top:0
}
.fancybox-outer{
    -webkit-overflow-scrolling:touch;
    overflow-y:auto
}
.fancybox-bg{
    background:#1e1e1e;
    opacity:0;
    transition-duration:inherit;
    transition-property:opacity;
    transition-timing-function:cubic-bezier(.47,0,.74,.71)
}
.fancybox-is-open .fancybox-bg{
    opacity:.9;
    transition-timing-function:cubic-bezier(.22,.61,.36,1)
}
.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{
    direction:ltr;
    opacity:0;
    position:absolute;
    transition:opacity .25s ease,visibility 0s ease .25s;
    visibility:hidden;
    z-index:99997
}
.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{
    opacity:1;
    transition:opacity .25s ease 0s,visibility 0s ease 0s;
    visibility:visible
}
.fancybox-infobar{
    color:#ccc;
    font-size:13px;
    -webkit-font-smoothing:subpixel-antialiased;
    height:44px;
    left:0;
    line-height:44px;
    min-width:44px;
    mix-blend-mode:difference;
    padding:0 10px;
    pointer-events:none;
    top:0;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.fancybox-toolbar{
    right:0;
    top:0
}
.fancybox-stage{
    direction:ltr;
    overflow:visible;
    transform:translateZ(0);
    z-index:99994
}
.fancybox-is-open .fancybox-stage{
    overflow:hidden
}
.fancybox-slide{
    -webkit-backface-visibility:hidden;
    display:none;
    height:100%;
    left:0;
    outline:0;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    padding:44px;
    position:absolute;
    text-align:center;
    top:0;
    transition-property:transform,opacity;
    white-space:normal;
    width:100%;
    z-index:99994
}
.fancybox-slide::before{
    content:'';
    display:inline-block;
    font-size:0;
    height:100%;
    vertical-align:middle;
    width:0
}
.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{
    display:block
}
.fancybox-slide--image{
    overflow:hidden;
    padding:44px 0
}
.fancybox-slide--image::before{
    display:none
}
.fancybox-slide--html{
    padding:6px
}
.fancybox-content{
    background:#fff;
    display:inline-block;
    margin:0;
    max-width:100%;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    padding:44px;
    position:relative;
    text-align:left;
    vertical-align:middle
}
.fancybox-slide--image .fancybox-content{
    animation-timing-function:cubic-bezier(.5,0,.14,1);
    -webkit-backface-visibility:hidden;
    background:0 0;
    background-repeat:no-repeat;
    background-size:100% 100%;
    left:0;
    max-width:none;
    overflow:visible;
    padding:0;
    position:absolute;
    top:0;
    -ms-transform-origin:top left;
    transform-origin:top left;
    transition-property:transform,opacity;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    z-index:99995
}
.fancybox-can-zoomOut .fancybox-content{
    cursor:zoom-out
}
.fancybox-can-zoomIn .fancybox-content{
    cursor:zoom-in
}
.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{
    cursor:-webkit-grab;
    cursor:grab
}
.fancybox-is-grabbing .fancybox-content{
    cursor:-webkit-grabbing;
    cursor:grabbing
}
.fancybox-container [data-selectable=true]{
    cursor:text
}
.fancybox-image,.fancybox-spaceball{
    background:0 0;
    border:0;
    height:100%;
    left:0;
    margin:0;
    max-height:none;
    max-width:none;
    padding:0;
    position:absolute;
    top:0;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    width:100%
}
.fancybox-spaceball{
    z-index:1
}
.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{
    height:100%;
    overflow:visible;
    padding:0;
    width:100%
}
.fancybox-slide--video .fancybox-content{
    background:#000
}
.fancybox-slide--map .fancybox-content{
    background:#e5e3df
}
.fancybox-slide--iframe .fancybox-content{
    background:#fff
}
.fancybox-iframe,.fancybox-video{
    background:0 0;
    border:0;
    display:block;
    height:100%;
    margin:0;
    overflow:hidden;
    padding:0;
    width:100%
}
.fancybox-iframe{
    left:0;
    position:absolute;
    top:0
}
.fancybox-error{
    background:#fff;
    cursor:default;
    max-width:400px;
    padding:40px;
    width:100%
}
.fancybox-error p{
    color:#444;
    font-size:16px;
    line-height:20px;
    margin:0;
    padding:0
}
.fancybox-button{
    background:rgba(30,30,30,.6);
    border:0;
    border-radius:0;
    box-shadow:none;
    cursor:pointer;
    display:inline-block;
    height:44px;
    margin:0;
    padding:10px;
    position:relative;
    transition:color .2s;
    vertical-align:top;
    visibility:inherit;
    width:44px
}
.fancybox-button,.fancybox-button:link,.fancybox-button:visited{
    color:#ccc
}
.fancybox-button:hover{
    color:#fff
}
.fancybox-button:focus{
    outline:0
}
.fancybox-button.fancybox-focus{
    outline:1px dotted
}
.fancybox-button[disabled],.fancybox-button[disabled]:hover{
    color:#888;
    cursor:default;
    outline:0
}
.fancybox-button div{
    height:100%
}
.fancybox-button svg{
    display:block;
    height:100%;
    overflow:visible;
    position:relative;
    width:100%
}
.fancybox-button svg path{
    fill:currentColor;
    stroke-width:0
}
.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--play svg:nth-child(2){
    display:none
}
.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1){
    display:none
}
.fancybox-progress{
    background:#c09c62;
    height:2px;
    left:0;
    position:absolute;
    right:0;
    top:0;
    -ms-transform:scaleX(0);
    transform:scaleX(0);
    -ms-transform-origin:0;
    transform-origin:0;
    transition-property:transform;
    transition-timing-function:linear;
    z-index:99998
}
.fancybox-close-small{
    background:0 0;
    border:0;
    border-radius:0;
    color:#ccc;
    cursor:pointer;
    opacity:.8;
    padding:8px;
    position:absolute;
    right:-12px;
    top:-44px;
    z-index:401
}
.fancybox-close-small:hover{
    color:#fff;
    opacity:1
}
.fancybox-slide--html .fancybox-close-small{
    color:currentColor;
    padding:10px;
    right:0;
    top:0
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content{
    overflow:hidden
}
.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{
    display:none
}
.fancybox-navigation .fancybox-button{
    background-clip:content-box;
    height:100px;
    opacity:0;
    position:absolute;
    top:calc(50% - 50px);
    width:70px
}
.fancybox-navigation .fancybox-button div{
    padding:7px
}
.fancybox-navigation .fancybox-button--arrow_left{
    left:0;
    left:env(safe-area-inset-left);
    padding:31px 26px 31px 6px
}
.fancybox-navigation .fancybox-button--arrow_right{
    padding:31px 6px 31px 26px;
    right:0;
    right:env(safe-area-inset-right)
}
.fancybox-caption{
    background:linear-gradient(to top,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,rgba(0,0,0,0) 100%);
    bottom:0;
    color:#eee;
    font-size:14px;
    font-weight:400;
    left:0;
    line-height:1.5;
    padding:75px 44px 25px 44px;
    pointer-events:none;
    right:0;
    text-align:center;
    z-index:99996
}
@supports (padding:max(0px)){
    .fancybox-caption{
        padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))
    }
}
.fancybox-caption--separate{
    margin-top:-50px
}
.fancybox-caption__body{
    max-height:50vh;
    overflow:auto;
    pointer-events:all
}
.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{
    color:#ccc;
    text-decoration:none
}
.fancybox-caption a:hover{
    color:#fff;
    text-decoration:underline
}
.fancybox-loading{
    animation:fancybox-rotate 1s linear infinite;
    background:0 0;
    border:4px solid #888;
    border-bottom-color:#fff;
    border-radius:50%;
    height:50px;
    left:50%;
    margin:-25px 0 0 -25px;
    opacity:.7;
    padding:0;
    position:absolute;
    top:50%;
    width:50px;
    z-index:99999
}
@keyframes fancybox-rotate{
    100%{
        transform:rotate(360deg)
    }
}
.fancybox-animated{
    transition-timing-function:cubic-bezier(0,0,.25,1)
}
.fancybox-fx-slide.fancybox-slide--previous{
    opacity:0;
    transform:translate3d(-100%,0,0)
}
.fancybox-fx-slide.fancybox-slide--next{
    opacity:0;
    transform:translate3d(100%,0,0)
}
.fancybox-fx-slide.fancybox-slide--current{
    opacity:1;
    transform:translate3d(0,0,0)
}
.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{
    opacity:0;
    transition-timing-function:cubic-bezier(.19,1,.22,1)
}
.fancybox-fx-fade.fancybox-slide--current{
    opacity:1
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous{
    opacity:0;
    transform:scale3d(1.5,1.5,1.5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--next{
    opacity:0;
    transform:scale3d(.5,.5,.5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--current{
    opacity:1;
    transform:scale3d(1,1,1)
}
.fancybox-fx-rotate.fancybox-slide--previous{
    opacity:0;
    -ms-transform:rotate(-360deg);
    transform:rotate(-360deg)
}
.fancybox-fx-rotate.fancybox-slide--next{
    opacity:0;
    -ms-transform:rotate(360deg);
    transform:rotate(360deg)
}
.fancybox-fx-rotate.fancybox-slide--current{
    opacity:1;
    -ms-transform:rotate(0);
    transform:rotate(0)
}
.fancybox-fx-circular.fancybox-slide--previous{
    opacity:0;
    transform:scale3d(0,0,0) translate3d(-100%,0,0)
}
.fancybox-fx-circular.fancybox-slide--next{
    opacity:0;
    transform:scale3d(0,0,0) translate3d(100%,0,0)
}
.fancybox-fx-circular.fancybox-slide--current{
    opacity:1;
    transform:scale3d(1,1,1) translate3d(0,0,0)
}
.fancybox-fx-tube.fancybox-slide--previous{
    transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--next{
    transform:translate3d(100%,0,0) scale(.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current{
    transform:translate3d(0,0,0) scale(1)
}
@media all and (max-height:576px){
    .fancybox-slide{
        padding-left:6px;
        padding-right:6px
    }
    .fancybox-slide--image{
        padding:6px 0
    }
    .fancybox-close-small{
        right:-6px
    }
    .fancybox-slide--image .fancybox-close-small{
        background:#4e4e4e;
        color:#f2f4f6;
        height:36px;
        opacity:1;
        padding:6px;
        right:0;
        top:0;
        width:36px
    }
    .fancybox-caption{
        padding-left:12px;
        padding-right:12px
    }
    @supports (padding:max(0px)){
        .fancybox-caption{
            padding-left:max(12px,env(safe-area-inset-left));
            padding-right:max(12px,env(safe-area-inset-right))
        }
    }
}
.fancybox-share{
    background:#f4f4f4;
    border-radius:3px;
    max-width:90%;
    padding:30px;
    text-align:center
}
.fancybox-share h1{
    color:#222;
    font-size:35px;
    font-weight:700;
    margin:0 0 20px 0
}
.fancybox-share p{
    margin:0;
    padding:0
}
.fancybox-share__button{
    border:0;
    border-radius:3px;
    display:inline-block;
    font-size:14px;
    font-weight:700;
    line-height:40px;
    margin:0 5px 10px 5px;
    min-width:130px;
    padding:0 15px;
    text-decoration:none;
    transition:all .2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    white-space:nowrap
}
.fancybox-share__button:link,.fancybox-share__button:visited{
    color:#fff
}
.fancybox-share__button:hover{
    text-decoration:none
}
.fancybox-share__button--fb{
    background:#3b5998
}
.fancybox-share__button--fb:hover{
    background:#344e86
}
.fancybox-share__button--pt{
    background:#bd081d
}
.fancybox-share__button--pt:hover{
    background:#aa0719
}
.fancybox-share__button--tw{
    background:#1da1f2
}
.fancybox-share__button--tw:hover{
    background:#0d95e8
}
.fancybox-share__button svg{
    height:25px;
    margin-right:7px;
    position:relative;
    top:-1px;
    vertical-align:middle;
    width:25px
}
.fancybox-share__button svg path{
    fill:#fff
}
.fancybox-share__input{
    background:0 0;
    border:0;
    border-bottom:1px solid #d7d7d7;
    border-radius:0;
    color:#5d5b5b;
    font-size:14px;
    margin:10px 0 0 0;
    outline:0;
    padding:10px 15px;
    width:100%
}
.fancybox-thumbs{
    background:#ddd;
    bottom:0;
    display:none;
    margin:0;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style:-ms-autohiding-scrollbar;
    padding:2px 2px 4px 2px;
    position:absolute;
    right:0;
    -webkit-tap-highlight-color:transparent;
    top:0;
    width:212px;
    z-index:99995
}
.fancybox-thumbs-x{
    overflow-x:auto;
    overflow-y:hidden
}
.fancybox-show-thumbs .fancybox-thumbs{
    display:block
}
.fancybox-show-thumbs .fancybox-inner{
    right:212px
}
.fancybox-thumbs__list{
    font-size:0;
    height:100%;
    list-style:none;
    margin:0;
    overflow-x:hidden;
    overflow-y:auto;
    padding:0;
    position:absolute;
    position:relative;
    white-space:nowrap;
    width:100%
}
.fancybox-thumbs-x .fancybox-thumbs__list{
    overflow:hidden
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{
    width:7px
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{
    background:#fff;
    border-radius:10px;
    box-shadow:inset 0 0 6px rgba(0,0,0,.3)
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{
    background:#2a2a2a;
    border-radius:10px
}
.fancybox-thumbs__list a{
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    background-color:rgba(0,0,0,.1);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    cursor:pointer;
    float:left;
    height:75px;
    margin:2px;
    max-height:calc(100% - 8px);
    max-width:calc(50% - 4px);
    outline:0;
    overflow:hidden;
    padding:0;
    position:relative;
    -webkit-tap-highlight-color:transparent;
    width:100px
}
.fancybox-thumbs__list a::before{
    border:6px solid #c09c62;
    bottom:0;
    content:'';
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    transition:all .2s cubic-bezier(.25,.46,.45,.94);
    z-index:99991
}
.fancybox-thumbs__list a:focus::before{
    opacity:.5
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before{
    opacity:1
}
@media all and (max-width:576px){
    .fancybox-thumbs{
        width:110px
    }
    .fancybox-show-thumbs .fancybox-inner{
        right:110px
    }
    .fancybox-thumbs__list a{
        max-width:calc(100% - 10px)
    }
}
.fancybox-button--thumbs{
    display:none!important
}
#noty_layout__bottom,#noty_layout__bottomCenter,#noty_layout__bottomLeft,#noty_layout__bottomRight,#noty_layout__center,#noty_layout__centerLeft,#noty_layout__centerRight,#noty_layout__top,#noty_layout__topCenter,#noty_layout__topLeft,#noty_layout__topRight,.noty_layout_mixin{
    position:fixed;
    margin:0;
    padding:0;
    z-index:9999999;
    -webkit-transform:translateZ(0) scale(1,1);
    transform:translateZ(0) scale(1,1);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-font-smoothing:subpixel-antialiased;
    filter:blur(0);
    -webkit-filter:blur(0);
    max-width:90%
}
#noty_layout__top{
    top:0;
    left:5%;
    width:90%
}
#noty_layout__topLeft{
    top:20px;
    left:20px;
    width:325px
}
#noty_layout__topCenter{
    top:5%;
    left:50%;
    width:325px;
    -webkit-transform:translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);
    transform:translate(calc(-50% - .5px)) translateZ(0) scale(1,1)
}
#noty_layout__topRight{
    top:20px;
    right:20px;
    width:325px
}
#noty_layout__bottom{
    bottom:0;
    left:5%;
    width:90%
}
#noty_layout__bottomLeft{
    bottom:20px;
    left:20px;
    width:325px
}
#noty_layout__bottomCenter{
    bottom:5%;
    left:50%;
    width:325px;
    -webkit-transform:translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);
    transform:translate(calc(-50% - .5px)) translateZ(0) scale(1,1)
}
#noty_layout__bottomRight{
    bottom:20px;
    right:20px;
    width:325px
}
#noty_layout__center{
    top:50%;
    left:50%;
    width:325px;
    -webkit-transform:translate(-webkit-calc(-50% - .5px),-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);
    transform:translate(calc(-50% - .5px),calc(-50% - .5px)) translateZ(0) scale(1,1)
}
#noty_layout__centerLeft{
    top:50%;
    left:20px;
    width:325px;
    -webkit-transform:translate(0,-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);
    transform:translate(0,calc(-50% - .5px)) translateZ(0) scale(1,1)
}
#noty_layout__centerRight{
    top:50%;
    right:20px;
    width:325px;
    -webkit-transform:translate(0,-webkit-calc(-50% - .5px)) translateZ(0) scale(1,1);
    transform:translate(0,calc(-50% - .5px)) translateZ(0) scale(1,1)
}
.noty_progressbar{
    display:none
}
.noty_has_timeout .noty_progressbar{
    display:block;
    position:absolute;
    left:0;
    bottom:0;
    height:3px;
    width:100%;
    background-color:#646464;
    opacity:.2
}
.noty_bar{
    -webkit-backface-visibility:hidden;
    -webkit-transform:translate(0,0) translateZ(0) scale(1,1);
    -ms-transform:translate(0,0) scale(1,1);
    transform:translate(0,0) scale(1,1);
    -webkit-font-smoothing:subpixel-antialiased;
    overflow:hidden
}
.noty_effects_open{
    opacity:0;
    -webkit-transform:translate(50%);
    -ms-transform:translate(50%);
    transform:translate(50%);
    -webkit-animation:noty_anim_in .5s cubic-bezier(.68,-.55,.265,1.55);
    animation:noty_anim_in .5s cubic-bezier(.68,-.55,.265,1.55);
    -webkit-animation-fill-mode:forwards;
    animation-fill-mode:forwards
}
.noty_effects_close{
    -webkit-animation:noty_anim_out .5s cubic-bezier(.68,-.55,.265,1.55);
    animation:noty_anim_out .5s cubic-bezier(.68,-.55,.265,1.55);
    -webkit-animation-fill-mode:forwards;
    animation-fill-mode:forwards
}
.noty_fix_effects_height{
    -webkit-animation:noty_anim_height 75ms ease-out;
    animation:noty_anim_height 75ms ease-out
}
.noty_close_with_click{
    cursor:pointer
}
.noty_close_button{
    position:absolute;
    top:2px;
    right:2px;
    font-weight:700;
    width:20px;
    height:20px;
    text-align:center;
    line-height:20px;
    background-color:rgba(0,0,0,.05);
    border-radius:2px;
    cursor:pointer;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out
}
.noty_close_button:hover{
    background-color:rgba(0,0,0,.1)
}
.noty_modal{
    position:fixed;
    width:100%;
    height:100%;
    background-color:#000;
    z-index:10000;
    opacity:.3;
    left:0;
    top:0
}
.noty_modal.noty_modal_open{
    opacity:0;
    -webkit-animation:noty_modal_in .3s ease-out;
    animation:noty_modal_in .3s ease-out
}
.noty_modal.noty_modal_close{
    -webkit-animation:noty_modal_out .3s ease-out;
    animation:noty_modal_out .3s ease-out;
    -webkit-animation-fill-mode:forwards;
    animation-fill-mode:forwards
}
@-webkit-keyframes noty_modal_in{
    100%{
        opacity:.3
    }
}
@keyframes noty_modal_in{
    100%{
        opacity:.3
    }
}
@-webkit-keyframes noty_modal_out{
    100%{
        opacity:0
    }
}
@keyframes noty_modal_out{
    100%{
        opacity:0
    }
}
@keyframes noty_modal_out{
    100%{
        opacity:0
    }
}
@-webkit-keyframes noty_anim_in{
    100%{
        -webkit-transform:translate(0);
        transform:translate(0);
        opacity:1
    }
}
@keyframes noty_anim_in{
    100%{
        -webkit-transform:translate(0);
        transform:translate(0);
        opacity:1
    }
}
@-webkit-keyframes noty_anim_out{
    100%{
        -webkit-transform:translate(50%);
        transform:translate(50%);
        opacity:0
    }
}
@keyframes noty_anim_out{
    100%{
        -webkit-transform:translate(50%);
        transform:translate(50%);
        opacity:0
    }
}
@-webkit-keyframes noty_anim_height{
    100%{
        height:0
    }
}
@keyframes noty_anim_height{
    100%{
        height:0
    }
}
.noty_theme__relax.noty_bar{
    margin:4px 0;
    overflow:hidden;
    border-radius:2px;
    position:relative
}
.noty_theme__relax.noty_bar .noty_body{
    padding:10px
}
.noty_theme__relax.noty_bar .noty_buttons{
    border-top:1px solid #e7e7e7;
    padding:5px 10px
}
.noty_theme__relax.noty_type__alert,.noty_theme__relax.noty_type__notification{
    background-color:#fff;
    border:1px solid #dedede;
    color:#444
}
.noty_theme__relax.noty_type__warning{
    background-color:#ffeaa8;
    border:1px solid #ffc237;
    color:#826200
}
.noty_theme__relax.noty_type__warning .noty_buttons{
    border-color:#dfaa30
}
.noty_theme__relax.noty_type__error{
    background-color:#ff8181;
    border:1px solid #e25353;
    color:#fff
}
.noty_theme__relax.noty_type__error .noty_buttons{
    border-color:#8b0000
}
.noty_theme__relax.noty_type__info,.noty_theme__relax.noty_type__information{
    background-color:#78c5e7;
    border:1px solid #3badd6;
    color:#fff
}
.noty_theme__relax.noty_type__info .noty_buttons,.noty_theme__relax.noty_type__information .noty_buttons{
    border-color:#0b90c4
}
.noty_theme__relax.noty_type__success{
    background-color:#bcf5bc;
    border:1px solid #7cdd77;
    color:#006400
}
.noty_theme__relax.noty_type__success .noty_buttons{
    border-color:#50c24e
}
.noty_theme__metroui.noty_bar{
    margin:4px 0;
    overflow:hidden;
    position:relative;
    box-shadow:rgba(0,0,0,.298039) 0 0 5px 0
}
.noty_theme__metroui.noty_bar .noty_progressbar{
    position:absolute;
    left:0;
    bottom:0;
    height:3px;
    width:100%;
    background-color:#000;
    opacity:.2
}
.noty_theme__metroui.noty_bar .noty_body{
    padding:1.25em;
    font-size:14px
}
.noty_theme__metroui.noty_bar .noty_buttons{
    padding:0 10px .5em 10px
}
.noty_theme__metroui.noty_type__alert,.noty_theme__metroui.noty_type__notification{
    background-color:#fff;
    color:#1d1d1d
}
.noty_theme__metroui.noty_type__warning{
    background-color:#fa6800;
    color:#fff
}
.noty_theme__metroui.noty_type__error{
    background-color:#ce352c;
    color:#fff
}
.noty_theme__metroui.noty_type__info,.noty_theme__metroui.noty_type__information{
    background-color:#1ba1e2;
    color:#fff
}
.noty_theme__metroui.noty_type__success{
    background-color:#60a917;
    color:#fff
}
.noty_theme__mint.noty_bar{
    margin:4px 0;
    overflow:hidden;
    border-radius:2px;
    position:relative
}
.noty_theme__mint.noty_bar .noty_body{
    padding:10px;
    font-size:14px
}
.noty_theme__mint.noty_bar .noty_buttons{
    padding:10px
}
.noty_theme__mint.noty_type__alert,.noty_theme__mint.noty_type__notification{
    background-color:#fff;
    border-bottom:1px solid #d1d1d1;
    color:#2f2f2f
}
.noty_theme__mint.noty_type__warning{
    background-color:#ffae42;
    border-bottom:1px solid #e89f3c;
    color:#fff
}
.noty_theme__mint.noty_type__error{
    background-color:#de636f;
    border-bottom:1px solid #ca5a65;
    color:#fff
}
.noty_theme__mint.noty_type__info,.noty_theme__mint.noty_type__information{
    background-color:#7f7eff;
    border-bottom:1px solid #7473e8;
    color:#fff
}
.noty_theme__mint.noty_type__success{
    background-color:#afc765;
    border-bottom:1px solid #a0b55c;
    color:#fff
}
.noty_theme__sunset.noty_bar{
    margin:4px 0;
    overflow:hidden;
    border-radius:2px;
    position:relative
}
.noty_theme__sunset.noty_bar .noty_body{
    padding:10px;
    font-size:14px;
    text-shadow:1px 1px 1px rgba(0,0,0,.1)
}
.noty_theme__sunset.noty_bar .noty_buttons{
    padding:10px
}
.noty_theme__sunset.noty_type__alert,.noty_theme__sunset.noty_type__notification{
    background-color:#073b4c;
    color:#fff
}
.noty_theme__sunset.noty_type__alert .noty_progressbar,.noty_theme__sunset.noty_type__notification .noty_progressbar{
    background-color:#fff
}
.noty_theme__sunset.noty_type__warning{
    background-color:#ffd166;
    color:#fff
}
.noty_theme__sunset.noty_type__error{
    background-color:#ef476f;
    color:#fff
}
.noty_theme__sunset.noty_type__error .noty_progressbar{
    opacity:.4
}
.noty_theme__sunset.noty_type__info,.noty_theme__sunset.noty_type__information{
    background-color:#118ab2;
    color:#fff
}
.noty_theme__sunset.noty_type__info .noty_progressbar,.noty_theme__sunset.noty_type__information .noty_progressbar{
    opacity:.6
}
.noty_theme__sunset.noty_type__success{
    background-color:#06d6a0;
    color:#fff
}
.noty_theme__bootstrap-v3.noty_bar{
    margin:4px 0;
    overflow:hidden;
    position:relative;
    border:1px solid transparent;
    border-radius:4px
}
.noty_theme__bootstrap-v3.noty_bar .noty_body{
    padding:15px
}
.noty_theme__bootstrap-v3.noty_bar .noty_buttons{
    padding:10px
}
.noty_theme__bootstrap-v3.noty_bar .noty_close_button{
    font-size:21px;
    font-weight:700;
    line-height:1;
    color:#000;
    text-shadow:0 1px 0 #fff;
    opacity:.2;
    background:0 0
}
.noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover{
    background:0 0;
    text-decoration:none;
    cursor:pointer;
    opacity:.5
}
.noty_theme__bootstrap-v3.noty_type__alert,.noty_theme__bootstrap-v3.noty_type__notification{
    background-color:#fff;
    color:inherit
}
.noty_theme__bootstrap-v3.noty_type__warning{
    background-color:#fcf8e3;
    color:#8a6d3b;
    border-color:#faebcc
}
.noty_theme__bootstrap-v3.noty_type__error{
    background-color:#f2dede;
    color:#a94442;
    border-color:#ebccd1
}
.noty_theme__bootstrap-v3.noty_type__info,.noty_theme__bootstrap-v3.noty_type__information{
    background-color:#d9edf7;
    color:#31708f;
    border-color:#bce8f1
}
.noty_theme__bootstrap-v3.noty_type__success{
    background-color:#dff0d8;
    color:#3c763d;
    border-color:#d6e9c6
}
.noty_theme__bootstrap-v4.noty_bar{
    margin:4px 0;
    overflow:hidden;
    position:relative;
    border:1px solid transparent;
    border-radius:.25rem
}
.noty_theme__bootstrap-v4.noty_bar .noty_body{
    padding:.75rem 1.25rem
}
.noty_theme__bootstrap-v4.noty_bar .noty_buttons{
    padding:10px
}
.noty_theme__bootstrap-v4.noty_bar .noty_close_button{
    font-size:1.5rem;
    font-weight:700;
    line-height:1;
    color:#000;
    text-shadow:0 1px 0 #fff;
    opacity:.5;
    background:0 0
}
.noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover{
    background:0 0;
    text-decoration:none;
    cursor:pointer;
    opacity:.75
}
.noty_theme__bootstrap-v4.noty_type__alert,.noty_theme__bootstrap-v4.noty_type__notification{
    background-color:#fff;
    color:inherit
}
.noty_theme__bootstrap-v4.noty_type__warning{
    background-color:#fcf8e3;
    color:#8a6d3b;
    border-color:#faebcc
}
.noty_theme__bootstrap-v4.noty_type__error{
    background-color:#f2dede;
    color:#a94442;
    border-color:#ebccd1
}
.noty_theme__bootstrap-v4.noty_type__info,.noty_theme__bootstrap-v4.noty_type__information{
    background-color:#d9edf7;
    color:#31708f;
    border-color:#bce8f1
}
.noty_theme__bootstrap-v4.noty_type__success{
    background-color:#dff0d8;
    color:#3c763d;
    border-color:#d6e9c6
}
.noty_theme__semanticui.noty_bar{
    margin:4px 0;
    overflow:hidden;
    position:relative;
    border:1px solid transparent;
    font-size:1em;
    border-radius:.28571429rem;
    box-shadow:0 0 0 1px rgba(34,36,38,.22) inset,0 0 0 0 transparent
}
.noty_theme__semanticui.noty_bar .noty_body{
    padding:1em 1.5em;
    line-height:1.4285em
}
.noty_theme__semanticui.noty_bar .noty_buttons{
    padding:10px
}
.noty_theme__semanticui.noty_type__alert,.noty_theme__semanticui.noty_type__notification{
    background-color:#f8f8f9;
    color:rgba(0,0,0,.87)
}
.noty_theme__semanticui.noty_type__warning{
    background-color:#fffaf3;
    color:#573a08;
    box-shadow:0 0 0 1px #c9ba9b inset,0 0 0 0 transparent
}
.noty_theme__semanticui.noty_type__error{
    background-color:#fff6f6;
    color:#9f3a38;
    box-shadow:0 0 0 1px #e0b4b4 inset,0 0 0 0 transparent
}
.noty_theme__semanticui.noty_type__info,.noty_theme__semanticui.noty_type__information{
    background-color:#f8ffff;
    color:#276f86;
    box-shadow:0 0 0 1px #a9d5de inset,0 0 0 0 transparent
}
.noty_theme__semanticui.noty_type__success{
    background-color:#fcfff5;
    color:#2c662d;
    box-shadow:0 0 0 1px #a3c293 inset,0 0 0 0 transparent
}
.noty_theme__nest.noty_bar{
    margin:0 0 15px 0;
    overflow:hidden;
    border-radius:2px;
    position:relative;
    box-shadow:rgba(0,0,0,.098039) 5px 4px 10px 0
}
.noty_theme__nest.noty_bar .noty_body{
    padding:10px;
    font-size:14px;
    text-shadow:1px 1px 1px rgba(0,0,0,.1)
}
.noty_theme__nest.noty_bar .noty_buttons{
    padding:10px
}
.noty_layout .noty_theme__nest.noty_bar{
    z-index:5
}
.noty_layout .noty_theme__nest.noty_bar:nth-child(2){
    position:absolute;
    top:0;
    margin-top:4px;
    margin-right:-4px;
    margin-left:4px;
    z-index:4;
    width:100%
}
.noty_layout .noty_theme__nest.noty_bar:nth-child(3){
    position:absolute;
    top:0;
    margin-top:8px;
    margin-right:-8px;
    margin-left:8px;
    z-index:3;
    width:100%
}
.noty_layout .noty_theme__nest.noty_bar:nth-child(4){
    position:absolute;
    top:0;
    margin-top:12px;
    margin-right:-12px;
    margin-left:12px;
    z-index:2;
    width:100%
}
.noty_layout .noty_theme__nest.noty_bar:nth-child(5){
    position:absolute;
    top:0;
    margin-top:16px;
    margin-right:-16px;
    margin-left:16px;
    z-index:1;
    width:100%
}
.noty_layout .noty_theme__nest.noty_bar:nth-child(n+6){
    position:absolute;
    top:0;
    margin-top:20px;
    margin-right:-20px;
    margin-left:20px;
    z-index:-1;
    width:100%
}
#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2){
    margin-top:4px;
    margin-left:-4px;
    margin-right:4px
}
#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3){
    margin-top:8px;
    margin-left:-8px;
    margin-right:8px
}
#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4){
    margin-top:12px;
    margin-left:-12px;
    margin-right:12px
}
#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5){
    margin-top:16px;
    margin-left:-16px;
    margin-right:16px
}
#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6),#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6){
    margin-top:20px;
    margin-left:-20px;
    margin-right:20px
}
.noty_theme__nest.noty_type__alert,.noty_theme__nest.noty_type__notification{
    background-color:#073b4c;
    color:#fff
}
.noty_theme__nest.noty_type__alert .noty_progressbar,.noty_theme__nest.noty_type__notification .noty_progressbar{
    background-color:#fff
}
.noty_theme__nest.noty_type__warning{
    background-color:#ffd166;
    color:#fff
}
.noty_theme__nest.noty_type__error{
    background-color:#ef476f;
    color:#fff
}
.noty_theme__nest.noty_type__error .noty_progressbar{
    opacity:.4
}
.noty_theme__nest.noty_type__info,.noty_theme__nest.noty_type__information{
    background-color:#118ab2;
    color:#fff
}
.noty_theme__nest.noty_type__info .noty_progressbar,.noty_theme__nest.noty_type__information .noty_progressbar{
    opacity:.6
}
.noty_theme__nest.noty_type__success{
    background-color:#06d6a0;
    color:#fff
}
.map-store-content .store-list-title h4{
    color:#fff;
    font-size:15px;
    font-family:GT Eesti Pro Display,Arial
}
.map-store-content .map-store-close{
    position:relative;
    width:6px;
    height:8px;
    float:right;
    right:0;
    top:0;
    z-index:1;
    color:#fff;
    font-size:medium;
    font-weight:700
}
.map-store-content{
    bottom:0!important
}
.store-list{
    top:198px
}
.mt-100{
    margin-top:100px
}
.mt-50{
    margin-top:50px
}
.store-list-filter a{
    height:32px;
    padding:0;
    font-size:13px;
    line-height:32px;
    text-align:center;
    line-height:2.5
}
.sansiro-stats{
    float:left;
    width:100%;
    padding:30px;
    margin-top:-60px;
    position:relative;
    background-color:#fff;
    border-radius:8px;
    box-shadow:0 0 33px rgba(0,0,0,.07);
    text-align:center;
    z-index:1000
}
.sansiro-stats h4{
    float:left;
    width:100%;
    padding:14px 0 36px 0;
    font-size:18px;
    font-weight:500
}
.sansiro-stats ul{
    width:100%;
    display:flex;
    flex-flow:row wrap
}
.sansiro-stats li{
    width:33.333%;
    margin-bottom:4px
}
.sansiro-stats li img{
    display:inline-block;
    height:60px
}
.sansiro-stats li strong{
    float:left;
    width:100%;
    padding-top:17px;
    margin-top:19px;
    position:relative;
    font-size:31px;
    color:#158399;
    line-height:40px;
    font-family:GT Eesti Pro Display,Arial;
    font-weight:400
}
.sansiro-stats li strong::before{
    content:"";
    position:absolute;
    top:0;
    left:50%;
    width:30px;
    height:2px;
    margin-left:-15px;
    background-color:#728093;
    opacity:.5
}
.sansiro-stats li span{
    float:left;
    width:100%;
    padding:0 20%;
    margin-top:10px;
    font-weight:300;
    color:#666;
    font-size:17px;
    line-height:30px;
    font-family:GT Eesti Pro Display,Arial
}
.franchising-welcome{
    float:left;
    width:100%;
    position:relative
}
.franchising-welcome::before{
    float:right;
    width:50%;
    height:60px;
    background-color:#000
}
.franchising-welcome::after{
    position:absolute;
    top:0;
    left:calc(50% + 40px);
    width:2px;
    height:60px;
    background-image:linear-gradient(180deg,#fff,#000)
}
.franchising-welcome-picture{
    position:absolute;
    top:60px;
    bottom:0;
    right:0;
    width:33.33334%;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center
}
.franchising-welcome-text{
    float:left;
    width:calc(66.66666% - 80px)
}
.gallery{
    float:left;
    width:100%;
    margin-bottom:20px;
    position:relative;
    overflow:hidden
}
.gallery ul{
    width:100%
}
.gallery li{
    width:33.33334%;
    position:relative;
    padding:0 15px;
    margin-bottom:30px
}
.gallery li a{
    float:left;
    width:100%;
    position:relative;
    overflow:hidden;
    color:#fff;
    padding:10px;
    border:1px solid #ccc;
    border-radius:5px
}
.gallery li a span{
    float:left;
    width:100%;
    background-size:cover;
    background-position:center top;
    transform-origin:center bottom;
    transition:all 1s
}
.gallery li a section{
    float:left;
    width:100%;
    position:relative;
    border-radius:5px;
    overflow:hidden
}
.gallery li a img{
    float:left;
    width:100%
}
@media only screen and (max-width:1280px){
    .sansiro-stats{
        padding:20px;
        margin-top:-40px
    }
    .sansiro-stats li span{
        padding:0 5%
    }
}
@media only screen and (max-width:1023px){
    .sansiro-stats{
        margin-top:-30px
    }
    .sansiro-stats h4{
        float:left;
        width:100%;
        padding:4px 0 21px 0
    }
    .sansiro-stats li img{
        height:40px
    }
    .sansiro-stats li strong{
        font-size:30px;
        line-height:30px
    }
}
@media only screen and (max-width:767px){
    .franchising-welcome-picture{
        display:none
    }
    .franchising-welcome-text{
        width:100%;
        padding-bottom:0
    }
    .sansiro-stats ul{
        margin-bottom:-30px
    }
    .sansiro-stats li{
        width:100%;
        margin-bottom:34px
    }
    .gallery li{
        width:100%
    }
}
 