.container{display:block;box-sizing:border-box;max-width:100%;padding-right:1rem;padding-left:1rem;margin-right:auto;margin-left:auto}@media screen and (min-width:32em){.container,.container--narrow{max-width:100%}}@media screen and (min-width:48em){.container{max-width:40rem}.container--narrow{max-width:30rem}}@media screen and (min-width:60em){.container{max-width:55rem}.container--narrow{max-width:40rem}}@media screen and (min-width:80em){.container{max-width:75rem}.container--narrow{max-width:50rem}}@media screen and (min-width:95em){.container{max-width:90rem}.container--narrow{max-width:60rem}}.grid{display:flex;flex-wrap:wrap;justify-content:space-between;margin-right:-15px;margin-left:-15px}.grid--start{justify-content:flex-start}.grid__item{box-sizing:border-box;width:100%;padding-right:15px;padding-left:15px}@media screen and (min-width:60em){.grid__item,.grid__item--third{width:calc(50% - 45px)}}@media screen and (min-width:80em){.grid__item--third{width:33.33%}}@media screen and (min-width:60em){.grid__item--twothird{width:calc(50% - 45px)}}@media screen and (min-width:80em){.grid__item--twothird{width:66.66%}}.section{box-sizing:border-box;padding:1.5rem 0}@media screen and (min-width:32em){.section{padding:3rem 0}}.section--dense{padding:1.5rem 0}.section--stripped{background-color:#fff}.section--stripped:nth-child(odd){background-color:#eee}.section--red{color:#fff;background-color:#ee3424}.site{display:flex;flex-direction:column;min-height:100%}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.site{height:100%}}.site-footer,.site-header{flex:none}.site-content{position:relative;display:flex;flex:1 0 auto;flex-direction:column;width:100%}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{height:100%;font-size:100%;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none}body{margin:0;font-weight:400;font-size:1rem;line-height:1.4;font-family:Raleway,Arial,sans-serif;color:#000;background-color:#fff;-webkit-overflow-scrolling:touch}.typo-h1,.typo-h2,.typo-h3,h1,h2,h3{margin:0 0 2rem;font-weight:700;line-height:1.4;font-family:Barlow,Arial,sans-serif}.typo-h1,h1{font-size:3rem}@media screen and (min-width:32em){.typo-h1,h1{font-size:3.5rem}}.typo-h2,h2{font-size:2.5rem}@media screen and (min-width:32em){.typo-h2,h2{font-size:2.75rem}}.typo-h3,h3{font-size:1.5rem}@media screen and (min-width:32em){.typo-h3,h3{font-size:2.25rem}}.typo-h4,h4{font-size:1.25rem}@media screen and (min-width:32em){.typo-h4,h4{font-size:1.75rem}}a{color:#ee3424;transition:color 250ms linear}a:focus,a:hover{color:#f26541}p{margin:0 0 1rem}.typo-lead{font-size:1.25rem}.typo-small{font-size:.8rem}.badge,.typo-text-center{text-align:center}.badge{display:inline-block;padding:.2rem .4rem;font-size:75%;line-height:1;white-space:nowrap;vertical-align:baseline;color:#fff;border-radius:.2rem}.badge:empty{display:none}.badge--red{background:#ee3424}.badge--blue{background:#0070af}.badge--green{background:#54b948}.badge--yellow{color:#000;background:#ffd24e}.badge--gray{background:gray}.boxes{display:flex;flex-wrap:wrap;justify-content:space-between;margin:2rem -1rem}.boxes__item{position:relative;box-sizing:border-box;width:calc(100% - 2rem);margin:1rem;text-align:left;text-decoration:none;color:#fff}.boxes__item:focus,.boxes__item:hover{color:#fff}@media screen and (min-width:80em){.boxes__item{width:calc(50% - 2rem)}}.boxes__item--blue{background:#0070af}.boxes__item--red{background:#ee3424}.boxes__item--green{background:#54b948}.boxes__item__image{display:block;width:100%;height:auto}.boxes__item__content{padding:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;padding:1.2rem 2rem;font-weight:400;font-size:1.2rem;font-family:Raleway,Arial,sans-serif;text-decoration:none;text-transform:uppercase;letter-spacing:.1rem;color:#fff;border:0;border-radius:0;background-color:#ee3424;cursor:pointer;transition:background-color 250ms linear;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btn:focus,.btn:hover{background-color:#f26541}.btn--small{padding:.75rem 1rem;font-size:1rem;letter-spacing:.05rem}.btn--large{height:4.5rem;padding:1.5rem 4rem;font-size:1.5rem}.btn--green{color:#fff;background-color:#54b948}.btn--green:focus,.btn--green:hover{color:#fff;background-color:#7bc366}.btn--blue{color:#fff;background-color:#0070af}.btn--blue:focus,.btn--blue:hover{color:#fff;background-color:#0082bb}.btn--white{border:1px solid #fff;background-color:transparent}.btn--white:focus,.btn--white:hover{background-color:rgba(255,255,255,.1)}.btn--transparent{color:#ee3424;background-color:transparent}.btn--transparent:focus,.btn--transparent:hover{background-color:rgba(128,128,128,.25)}.btn--responsive{display:flex;width:100%}@media screen and (min-width:32em){.btn--responsive{display:inline-flex;width:auto}}.footer{position:relative;display:block;background:#000}.footer::after{content:'';position:absolute;right:.5rem;bottom:.5rem;display:block;width:10.5rem;height:2.1rem;background:url(/wp-content/themes/kaminka/assets/images/icons/metro.svg);background-position:center;background-size:100%;-webkit-transform:translateX(-100vw);transform:translateX(-100vw);transition:transform 3000ms cubic-bezier(.23,1,.32,1) 800ms;transition:transform 3000ms cubic-bezier(.23,1,.32,1) 800ms,-webkit-transform 3000ms cubic-bezier(.23,1,.32,1) 800ms}.footer,.footer a{color:#fff}.footer.is-active::after{-webkit-transform:translateX(0);transform:translateX(0)}.footer__content{box-sizing:border-box;height:7rem;padding:1rem 0}@media screen and (min-width:32em){.footer__content{display:flex;align-items:center;height:5rem}}@media screen and (min-width:60em){.footer__connect{display:flex;justify-content:space-between}}.footer__social{margin-top:3rem;white-space:nowrap}.footer__newsletter{margin-top:3rem}.form-wrap{max-width:40rem;margin:0 auto 2rem}.form{display:flex;flex-direction:column}@media screen and (min-width:32em){.form{flex-direction:row}}.form__input{display:block;flex:1;box-sizing:border-box;width:100%;padding:.5rem;font-size:1.5rem;font-family:Raleway,Arial,sans-serif;border:1px solid #000}.form__input,.wpcf7-submit{height:4.5rem}.navigation__list>li,.wpcf7-form{position:relative}.wpcf7-form-control-wrap{flex:1}.wpcf7 .ajax-loader{position:absolute;top:-2rem;right:1rem}.form-wrap--dark .wpcf7-not-valid-tip{color:#f26541}.form-wrap--narrow{max-width:25rem;margin:0 0 2rem}@media screen and (min-width:80em){.form-wrap--narrow{max-width:30rem}}.form-wrap--narrow .form__input,.form-wrap--narrow .wpcf7-submit{height:4rem}.header{z-index:100;background:#fff}.header__content{position:relative;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;height:7rem;padding:1rem 0;background:#fff}.header__slogan{display:none}@media screen and (min-width:48em){.header__slogan{display:block;padding:0 2rem;font-size:1.5rem;color:gray}}.logo,.navigation__list a{display:block;text-decoration:none}.logo>img{width:11.825rem;height:2.9375rem}@media screen and (min-width:32em){.logo>img{width:14.8125rem;height:3.75rem}}.navigation{position:absolute;top:100%;right:0;left:0;z-index:-1;background-color:#c6c6c6;-webkit-transform:translateY(-100%);transform:translateY(-100%);transition:transform 300ms ease-in-out;transition:transform 300ms ease-in-out,-webkit-transform 300ms ease-in-out}@media screen and (min-width:80em){.navigation{position:relative;top:auto;right:auto;left:auto;z-index:1;display:flex;flex:1;justify-content:flex-end;background-color:#fff;-webkit-transform:translateY(0);transform:translateY(0)}}.navigation.is-active{-webkit-transform:translateY(0);transform:translateY(0)}.navigation-toggle{display:block;padding:.5rem 1.5rem .5rem .5rem;font-weight:700;font-family:Barlow,Arial,sans-serif;color:#000;border:0;background-color:#fff;outline:0;cursor:pointer}@media screen and (min-width:80em){.navigation-toggle{display:none}}.navigation-toggle>span{position:absolute;top:calc(50% - .05rem);right:0;display:block;width:1rem;height:.1rem;background-color:#000;transition:background-color 300ms ease-in-out}.navigation-toggle>span::after,.navigation-toggle>span::before{content:'';position:absolute;right:0;left:0;display:block;width:1rem;height:.1rem;background-color:#000;transition:transform 300ms ease-in-out;transition:transform 300ms ease-in-out,-webkit-transform 300ms ease-in-out}.navigation-toggle>span::before{-webkit-transform:translateY(-.25rem);transform:translateY(-.25rem)}.navigation-toggle>span::after{-webkit-transform:translateY(.25rem);transform:translateY(.25rem)}.navigation-toggle.is-active>span{background-color:transparent}.navigation-toggle.is-active>span::before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.navigation-toggle.is-active>span::after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.navigation__list{display:flex;flex-direction:column;padding:0;margin:0;list-style:none}@media screen and (min-width:80em){.navigation__list{flex-direction:row}}.navigation__list a{padding:1rem;font-weight:700;font-size:1.25rem;font-family:Barlow,Arial,sans-serif;color:#000;transition:color 200ms linear}.navigation__list a:focus,.navigation__list a:hover{color:#ee3424}.navigation__list .sub-menu{display:block;max-height:0;padding:0 .5rem;margin:0;overflow:hidden;list-style:none;transition:max-height 300ms ease-in-out}.navigation__list .sub-menu.is-active{max-height:20rem}.navigation__list .sub-menu a{padding:1rem .5rem;font-size:1rem;border-bottom:1px solid #fff}.navigation__list>li.menu-item-has-children>a{position:relative;padding-right:3.75rem;cursor:pointer}.navigation__list>li.menu-item-has-children>a::after,.navigation__list>li.menu-item-has-children>a::before{content:'';position:absolute;top:50%;right:calc(3.75rem/2);display:block;width:1rem;height:.1rem;background-color:#000;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);transition:transform 300ms ease-in-out;transition:transform 300ms ease-in-out,-webkit-transform 300ms ease-in-out}.navigation__list>li.menu-item-has-children>a::before{-webkit-transform:translate(50%,-50%) rotate(90deg);transform:translate(50%,-50%) rotate(90deg)}.navigation__list li.current-menu-item>a{color:#ee3424}.navigation__list .sub-menu>li:last-of-type>a{border-bottom:0}.navigation__list>li.menu-item-has-children>a.is-active::before{-webkit-transform:translate(50%,-50%) rotate(135deg);transform:translate(50%,-50%) rotate(135deg)}.navigation__list>li.menu-item-has-children>a.is-active::after{-webkit-transform:translate(50%,-50%) rotate(45deg);transform:translate(50%,-50%) rotate(45deg)}@media screen and (min-width:80em){.navigation__list>li.menu-item-has-children>a{padding-right:1em}.navigation__list>li.menu-item-has-children>a::after,.navigation__list>li.menu-item-has-children>a::before{display:none}.navigation__list .sub-menu{position:absolute;top:100%;left:0;z-index:1;visibility:hidden;opacity:0;max-height:none;padding:0 .5rem;list-style:none;background-color:#c6c6c6;transition:visibility 200ms linear,opacity 200ms linear}.navigation__list>li:focus .sub-menu,.navigation__list>li:hover .sub-menu{visibility:visible;opacity:1}}.programs{display:block;padding:0;margin:0;list-style:none}.programs__block{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between}.programs__head,.programs__sublist{box-sizing:border-box;width:100%;padding-right:1rem;padding-left:1rem}.programs__head{display:flex;align-items:center;justify-content:center;padding-top:.5rem;padding-bottom:.5rem;text-decoration:none;color:#fff;background-color:#ee3424;transition:background-color 250ms linear}@media screen and (min-width:60em){.programs__head{width:33.33%}}@media screen and (min-width:80em){.programs__head{width:20%}}.programs__head:focus,.programs__head:hover{color:#fff;background-color:#f26541}.programs__sublist{display:flex;flex-direction:column;padding:0;margin:0;list-style:none}@media screen and (min-width:60em){.programs__sublist{width:66.66%}}@media screen and (min-width:80em){.programs__sublist{width:80%}}.programs__sublist__item{display:flex;align-items:center;box-sizing:border-box;padding:0;border-bottom:1px solid #fff}.programs__sublist__item:last-of-type{border-bottom:0}.programs__link{display:flex;align-items:center;width:100%;padding:.5rem 1rem;color:#000;background-color:#eee;transition:background-color 250ms linear}.programs__link:focus,.programs__link:hover{color:#000;background-color:#c6c6c6}.programs__detail{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.signaltron,.signaltron-wrap{position:relative;display:flex}.signaltron-wrap{align-items:center;justify-content:center;height:25vh;min-height:20rem}.signaltron-wrap::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:gray;background-image:url(/wp-content/themes/kaminka/assets/images/cover.jpg);background-size:cover;-webkit-filter:blur(5px);filter:blur(5px)}@media screen and (min-width:32em){.signaltron-wrap::before{-webkit-filter:blur(0);filter:blur(0)}}.signaltron{flex-direction:column;box-sizing:border-box;padding:2rem;font-size:2rem;line-height:1;font-family:Oswald,Arial,sans-serif;color:#fff;background-color:#222;box-shadow:0 1rem .5rem -.5rem rgba(0,0,0,.2)}@media screen and (min-width:48em){.signaltron{flex-direction:row;font-size:5rem}}.signaltron__date{display:flex;align-items:baseline}@media screen and (min-width:48em){.signaltron__date{margin-left:2rem}}.signaltron__item{position:relative;box-sizing:border-box;padding:.5rem;margin:.5rem 0;background-color:#000}.signaltron__item::after{content:'';position:absolute;top:calc(50% - 1px);right:0;left:0;height:2px;background-color:#000}.sticky-header,.sticky-header__section{box-sizing:border-box;color:#fff;background-color:#ee3424}.sticky-header{height:6.8125rem}.sticky-header__section{position:relative;padding:1.5rem 0}.sticky-header__section.is-fixed{position:fixed;top:0;right:0;left:0}.sticky-header__title{margin-bottom:0;font-size:1.75rem}@media screen and (min-width:32em){.sticky-header__title{font-size:2.75rem}}.sticky-header-anchor{position:relative;top:-8.3125rem;display:block;visibility:hidden}.tiles-intro{display:flex;flex-direction:column;align-items:center;box-sizing:border-box;padding:1rem;margin:1rem 0;font-size:1.4rem;text-align:center;background:#ffd24e}@media screen and (min-width:32em){.tiles-intro{margin:1rem}}@media screen and (min-width:95em){.tiles-intro{padding:2rem}}.tiles-intro>div{width:100%}.tiles{display:flex;flex-wrap:wrap;justify-content:space-between}.tiles__item{position:relative;display:flex;flex:1;box-sizing:border-box;min-width:16rem;margin:1rem 0;text-align:center;text-decoration:none;color:#fff}.tiles__item:focus,.tiles__item:hover{color:#fff}@media screen and (min-width:32em){.tiles__item{min-width:18rem;margin:1rem}}@media screen and (min-width:80em){.tiles__item::before{content:'';position:relative;display:block;padding-top:100%}}.tiles__item--blue{background:#0070af}.tiles__item--red{background:#ee3424}.tiles__item--green{background:#54b948}.tiles__item__inner{display:flex;flex-direction:column;align-items:center;box-sizing:border-box;width:100%;height:100%;padding:1rem}@media screen and (min-width:80em){.tiles__item__inner{position:absolute;top:0;left:0}}@media screen and (min-width:95em){.tiles__item__inner{padding:2rem}}.tiles__item__content{display:flex;flex:1;align-items:center;justify-content:center;width:100%;margin-bottom:1rem}.transport-wrap{position:relative;overflow:hidden}.transport-left,.transport-right{position:absolute;top:0;bottom:0}.transport-right{right:0;left:calc(50% + (100%/2) + 1rem)}.transport-left{right:calc(50% + (100%/2) + 1rem);left:0}@media screen and (min-width:32em){.transport-right{left:calc(50% + (100%/2) + 1rem)}.transport-left{right:calc(50% + (100%/2) + 1rem)}.transport-wrap--narrow .transport-right{left:calc(50% + (100%/2) + 2rem)}.transport-wrap--narrow .transport-left{right:calc(50% + (100%/2) + 2rem)}}@media screen and (min-width:48em){.transport-right{left:calc(50% + (40rem/2) + 1rem)}.transport-left{right:calc(50% + (40rem/2) + 1rem)}.transport-wrap--narrow .transport-right{left:calc(50% + (30rem/2) + 2rem)}.transport-wrap--narrow .transport-left{right:calc(50% + (30rem/2) + 2rem)}}@media screen and (min-width:60em){.transport-right{left:calc(50% + (55rem/2) + 1rem)}.transport-left{right:calc(50% + (55rem/2) + 1rem)}.transport-wrap--narrow .transport-right{left:calc(50% + (40rem/2) + 2rem)}.transport-wrap--narrow .transport-left{right:calc(50% + (40rem/2) + 2rem)}}@media screen and (min-width:80em){.transport-right{left:calc(50% + (75rem/2) + 1rem)}.transport-left{right:calc(50% + (75rem/2) + 1rem)}.transport-wrap--narrow .transport-right{left:calc(50% + (50rem/2) + 2rem)}.transport-wrap--narrow .transport-left{right:calc(50% + (50rem/2) + 2rem)}}@media screen and (min-width:95em){.transport-right{left:calc(50% + (90rem/2) + 1rem)}.transport-left{right:calc(50% + (90rem/2) + 1rem)}.transport-wrap--narrow .transport-right{left:calc(50% + (60rem/2) + 2rem)}.transport-wrap--narrow .transport-left{right:calc(50% + (60rem/2) + 2rem)}}.transport,.transport::after{position:absolute;background-position:center right;background-size:auto 100%}.transport{transition:transform 1000ms ease-out 500ms;transition:transform 1000ms ease-out 500ms,-webkit-transform 1000ms ease-out 500ms;background-repeat:no-repeat}.transport::after{content:'';bottom:0;left:0;background-repeat:repeat-x}.transport-left>.transport,.transport-right>.transport{right:0;left:0}.transport-right>.transport{-webkit-transform:scaleX(-1) scaleY(1) translateX(-100%) translateX(1px);transform:scaleX(-1) scaleY(1) translateX(-100%) translateX(1px)}.transport-left>.transport{-webkit-transform:translateX(-100%) translateX(1px);transform:translateX(-100%) translateX(1px)}.transport-right>.transport.is-active{-webkit-transform:scaleX(-1) scaleY(1) translateX(0) translate3d(0,0,0);transform:scaleX(-1) scaleY(1) translateX(0) translate3d(0,0,0)}.transport-left>.transport.is-active{-webkit-transform:translateX(0);transform:translateX(0)}.transport-right>.transport:nth-child(1),.transport-wrap--spacy .transport-right>.transport:nth-child(1){top:2rem}.transport-left>.transport:nth-child(1),.transport-wrap--spacy .transport-left>.transport:nth-child(1){top:1rem}.transport-right>.transport:nth-child(2){top:9.5rem}.transport-left>.transport:nth-child(2){top:9rem}.transport-wrap--spacy .transport-right>.transport:nth-child(2){top:11.5rem}.transport-wrap--spacy .transport-left>.transport:nth-child(2){top:11rem}.transport-left>.transport:nth-child(3),.transport-right>.transport:nth-child(3){top:17rem}.transport-wrap--spacy .transport-left>.transport:nth-child(3),.transport-wrap--spacy .transport-right>.transport:nth-child(3){top:21rem}.transport-right>.transport:nth-child(4){top:24.5rem}.transport-left>.transport:nth-child(4){top:25rem}.transport-wrap--spacy .transport-right>.transport:nth-child(4){top:30.5rem}.transport-wrap--spacy .transport-left>.transport:nth-child(4){top:31rem}.transport-right>.transport:nth-child(5){top:32rem}.transport-left>.transport:nth-child(5){top:33rem}.transport-wrap--spacy .transport-right>.transport:nth-child(5){top:40rem}.transport-right>.transport:nth-child(6){top:39.5rem}.transport-left>.transport:nth-child(6),.transport-wrap--spacy .transport-left>.transport:nth-child(5){top:41rem}.transport-wrap--spacy .transport-right>.transport:nth-child(6){top:49.5rem}.transport-wrap--spacy .transport-left>.transport:nth-child(6){top:51rem}.transport-right>.transport:nth-child(7){top:47rem}.transport-left>.transport:nth-child(7){top:49rem}.transport-wrap--spacy .transport-right>.transport:nth-child(7){top:59rem}.transport-wrap--spacy .transport-left>.transport:nth-child(7){top:61rem}.transport-right>.transport:nth-child(8){top:54.5rem}.transport-left>.transport:nth-child(8){top:57rem}.transport-wrap--spacy .transport-right>.transport:nth-child(8){top:68.5rem}.transport-wrap--spacy .transport-left>.transport:nth-child(8){top:71rem}.transport-right>.transport:nth-child(9){top:62rem}.transport-left>.transport:nth-child(9){top:65rem}.transport-wrap--spacy .transport-right>.transport:nth-child(9){top:78rem}.transport-wrap--spacy .transport-left>.transport:nth-child(9){top:81rem}.transport-right>.transport:nth-child(10){top:69.5rem}.transport-left>.transport:nth-child(10){top:73rem}.transport-wrap--spacy .transport-right>.transport:nth-child(10){top:87.5rem}.transport-wrap--spacy .transport-left>.transport:nth-child(10){top:91rem}.transport-right>.transport:nth-child(11){top:77rem}.transport-left>.transport:nth-child(11){top:81rem}.transport-wrap--spacy .transport-right>.transport:nth-child(11){top:97rem}.transport-wrap--spacy .transport-left>.transport:nth-child(11){top:101rem}.transport-right>.transport:nth-child(12){top:84.5rem}.transport-left>.transport:nth-child(12){top:89rem}.transport-wrap--spacy .transport-right>.transport:nth-child(12){top:106.5rem}.transport-wrap--spacy .transport-left>.transport:nth-child(12){top:111rem}.transport-right>.transport:nth-child(13){top:92rem}.transport-left>.transport:nth-child(13){top:97rem}.transport-wrap--spacy .transport-right>.transport:nth-child(13){top:116rem}.transport-wrap--spacy .transport-left>.transport:nth-child(13){top:121rem}.transport-right>.transport:nth-child(14){top:99.5rem}.transport-left>.transport:nth-child(14){top:105rem}.transport-wrap--spacy .transport-right>.transport:nth-child(14){top:125.5rem}.transport-wrap--spacy .transport-left>.transport:nth-child(14){top:131rem}.transport-right>.transport:nth-child(15){top:107rem}.transport-left>.transport:nth-child(15){top:113rem}.transport-wrap--spacy .transport-right>.transport:nth-child(15){top:135rem}.transport-wrap--spacy .transport-left>.transport:nth-child(15){top:141rem}.transport-right>.transport:nth-child(16){top:114.5rem}.transport-left>.transport:nth-child(16){top:121rem}.transport-wrap--spacy .transport-right>.transport:nth-child(16){top:144.5rem}.transport-wrap--spacy .transport-left>.transport:nth-child(16){top:151rem}.transport-right>.transport:nth-child(17){top:122rem}.transport-left>.transport:nth-child(17){top:129rem}.transport-wrap--spacy .transport-right>.transport:nth-child(17){top:154rem}.transport-wrap--spacy .transport-left>.transport:nth-child(17){top:161rem}.transport-right>.transport:nth-child(18){top:129.5rem}.transport-left>.transport:nth-child(18),.transport-right>.transport:nth-child(19){top:137rem}.transport-wrap--spacy .transport-right>.transport:nth-child(18){top:163.5rem}.transport-wrap--spacy .transport-left>.transport:nth-child(18){top:171rem}.transport-left>.transport:nth-child(19){top:145rem}.transport-wrap--spacy .transport-right>.transport:nth-child(19){top:173rem}.transport-wrap--spacy .transport-left>.transport:nth-child(19){top:181rem}.transport-right>.transport:nth-child(20){top:144.5rem}.transport-left>.transport:nth-child(20){top:153rem}.transport-wrap--spacy .transport-right>.transport:nth-child(20){top:182.5rem}.transport-wrap--spacy .transport-left>.transport:nth-child(20){top:191rem}.transport-right>.transport:nth-child(21){top:152rem}.transport-left>.transport:nth-child(21){top:161rem}.transport-wrap--spacy .transport-right>.transport:nth-child(21){top:192rem}.transport-wrap--spacy .transport-left>.transport:nth-child(21){top:201rem}.transport-right>.transport:nth-child(22){top:159.5rem}.transport-left>.transport:nth-child(22){top:169rem}.transport-wrap--spacy .transport-right>.transport:nth-child(22){top:201.5rem}.transport-wrap--spacy .transport-left>.transport:nth-child(22),.transport-wrap--spacy .transport-right>.transport:nth-child(23){top:211rem}.transport-right>.transport:nth-child(23){top:167rem}.transport-left>.transport:nth-child(23){top:177rem}.transport-wrap--spacy .transport-left>.transport:nth-child(23){top:221rem}.transport-right>.transport:nth-child(24){top:174.5rem}.transport-left>.transport:nth-child(24){top:185rem}.transport-wrap--spacy .transport-right>.transport:nth-child(24){top:220.5rem}.transport-wrap--spacy .transport-left>.transport:nth-child(24){top:231rem}.transport-right>.transport:nth-child(25){top:182rem}.transport-left>.transport:nth-child(25){top:193rem}.transport-wrap--spacy .transport-right>.transport:nth-child(25){top:230rem}.transport-wrap--spacy .transport-left>.transport:nth-child(25){top:241rem}.transport-right>.transport:nth-child(26){top:189.5rem}.transport-left>.transport:nth-child(26){top:201rem}.transport-wrap--spacy .transport-right>.transport:nth-child(26){top:239.5rem}.transport-wrap--spacy .transport-left>.transport:nth-child(26){top:251rem}.transport-right>.transport:nth-child(27){top:197rem}.transport-left>.transport:nth-child(27){top:209rem}.transport-wrap--spacy .transport-right>.transport:nth-child(27){top:249rem}.transport-wrap--spacy .transport-left>.transport:nth-child(27){top:261rem}.transport-right>.transport:nth-child(28){top:204.5rem}.transport-left>.transport:nth-child(28){top:217rem}.transport-wrap--spacy .transport-right>.transport:nth-child(28){top:258.5rem}.transport-wrap--spacy .transport-left>.transport:nth-child(28){top:271rem}.transport-right>.transport:nth-child(29){top:212rem}.transport-left>.transport:nth-child(29){top:225rem}.transport-wrap--spacy .transport-right>.transport:nth-child(29){top:268rem}.transport-wrap--spacy .transport-left>.transport:nth-child(29){top:281rem}.transport-right>.transport:nth-child(30){top:219.5rem}.transport-left>.transport:nth-child(30){top:233rem}.transport-wrap--spacy .transport-right>.transport:nth-child(30){top:277.5rem}.transport-wrap--spacy .transport-left>.transport:nth-child(30){top:291rem}.transport-right>.transport:nth-child(31){top:227rem}.transport-left>.transport:nth-child(31){top:241rem}.transport-wrap--spacy .transport-right>.transport:nth-child(31){top:287rem}.transport-wrap--spacy .transport-left>.transport:nth-child(31){top:301rem}.transport-right>.transport:nth-child(32){top:234.5rem}.transport-left>.transport:nth-child(32){top:249rem}.transport-wrap--spacy .transport-right>.transport:nth-child(32){top:296.5rem}.transport-wrap--spacy .transport-left>.transport:nth-child(32){top:311rem}.transport-right>.transport:nth-child(33){top:242rem}.transport-left>.transport:nth-child(33){top:257rem}.transport-wrap--spacy .transport-right>.transport:nth-child(33){top:306rem}.transport-wrap--spacy .transport-left>.transport:nth-child(33){top:321rem}.transport-right>.transport:nth-child(34){top:249.5rem}.transport-left>.transport:nth-child(34){top:265rem}.transport-wrap--spacy .transport-right>.transport:nth-child(34){top:315.5rem}.transport-wrap--spacy .transport-left>.transport:nth-child(34){top:331rem}.transport-right>.transport:nth-child(35){top:257rem}.transport-left>.transport:nth-child(35){top:273rem}.transport-wrap--spacy .transport-right>.transport:nth-child(35){top:325rem}.transport-wrap--spacy .transport-left>.transport:nth-child(35){top:341rem}.transport-right>.transport:nth-child(36){top:264.5rem}.transport-left>.transport:nth-child(36){top:281rem}.transport-wrap--spacy .transport-right>.transport:nth-child(36){top:334.5rem}.transport-wrap--spacy .transport-left>.transport:nth-child(36){top:351rem}.transport-right>.transport:nth-child(37){top:272rem}.transport-left>.transport:nth-child(37){top:289rem}.transport-wrap--spacy .transport-right>.transport:nth-child(37){top:344rem}.transport-wrap--spacy .transport-left>.transport:nth-child(37){top:361rem}.transport-right>.transport:nth-child(38){top:279.5rem}.transport-left>.transport:nth-child(38){top:297rem}.transport-wrap--spacy .transport-right>.transport:nth-child(38){top:353.5rem}.transport-wrap--spacy .transport-left>.transport:nth-child(38){top:371rem}.transport-right>.transport:nth-child(39){top:287rem}.transport-left>.transport:nth-child(39){top:305rem}.transport-wrap--spacy .transport-right>.transport:nth-child(39){top:363rem}.transport-wrap--spacy .transport-left>.transport:nth-child(39){top:381rem}.transport-right>.transport:nth-child(40){top:294.5rem}.transport-left>.transport:nth-child(40){top:313rem}.transport-wrap--spacy .transport-right>.transport:nth-child(40){top:372.5rem}.transport-wrap--spacy .transport-left>.transport:nth-child(40){top:391rem}.transport-right>.transport:nth-child(41){top:302rem}.transport-left>.transport:nth-child(41){top:321rem}.transport-wrap--spacy .transport-right>.transport:nth-child(41){top:382rem}.transport-wrap--spacy .transport-left>.transport:nth-child(41){top:401rem}.transport-right>.transport:nth-child(42){top:309.5rem}.transport-left>.transport:nth-child(42){top:329rem}.transport-wrap--spacy .transport-right>.transport:nth-child(42){top:391.5rem}.transport-wrap--spacy .transport-left>.transport:nth-child(42){top:411rem}.transport-right>.transport:nth-child(43){top:317rem}.transport-left>.transport:nth-child(43){top:337rem}.transport-wrap--spacy .transport-right>.transport:nth-child(43){top:401rem}.transport-wrap--spacy .transport-left>.transport:nth-child(43){top:421rem}.transport-right>.transport:nth-child(44){top:324.5rem}.transport-left>.transport:nth-child(44){top:345rem}.transport-wrap--spacy .transport-right>.transport:nth-child(44){top:410.5rem}.transport-wrap--spacy .transport-left>.transport:nth-child(44){top:431rem}.transport-right>.transport:nth-child(45){top:332rem}.transport-left>.transport:nth-child(45){top:353rem}.transport-wrap--spacy .transport-right>.transport:nth-child(45){top:420rem}.transport-wrap--spacy .transport-left>.transport:nth-child(45){top:441rem}.transport-right>.transport:nth-child(46){top:339.5rem}.transport-left>.transport:nth-child(46){top:361rem}.transport-wrap--spacy .transport-right>.transport:nth-child(46){top:429.5rem}.transport-wrap--spacy .transport-left>.transport:nth-child(46){top:451rem}.transport-right>.transport:nth-child(47){top:347rem}.transport-left>.transport:nth-child(47){top:369rem}.transport-wrap--spacy .transport-right>.transport:nth-child(47){top:439rem}.transport-wrap--spacy .transport-left>.transport:nth-child(47){top:461rem}.transport-right>.transport:nth-child(48){top:354.5rem}.transport-left>.transport:nth-child(48){top:377rem}.transport-wrap--spacy .transport-right>.transport:nth-child(48){top:448.5rem}.transport-wrap--spacy .transport-left>.transport:nth-child(48){top:471rem}.transport-right>.transport:nth-child(49){top:362rem}.transport-left>.transport:nth-child(49){top:385rem}.transport-wrap--spacy .transport-right>.transport:nth-child(49){top:458rem}.transport-wrap--spacy .transport-left>.transport:nth-child(49){top:481rem}.transport-right>.transport:nth-child(50){top:369.5rem}.transport-left>.transport:nth-child(50){top:393rem}.transport-wrap--spacy .transport-right>.transport:nth-child(50){top:467.5rem}.transport-wrap--spacy .transport-left>.transport:nth-child(50){top:491rem}.transport-right>.transport:nth-child(51){top:377rem}.transport-left>.transport:nth-child(51){top:401rem}.transport-wrap--spacy .transport-right>.transport:nth-child(51){top:477rem}.transport-wrap--spacy .transport-left>.transport:nth-child(51){top:501rem}.transport-right>.transport:nth-child(52){top:384.5rem}.transport-left>.transport:nth-child(52){top:409rem}.transport-wrap--spacy .transport-right>.transport:nth-child(52){top:486.5rem}.transport-wrap--spacy .transport-left>.transport:nth-child(52){top:511rem}.transport-right>.transport:nth-child(53){top:392rem}.transport-left>.transport:nth-child(53){top:417rem}.transport-wrap--spacy .transport-right>.transport:nth-child(53){top:496rem}.transport-wrap--spacy .transport-left>.transport:nth-child(53){top:521rem}.transport-right>.transport:nth-child(54){top:399.5rem}.transport-left>.transport:nth-child(54){top:425rem}.transport-wrap--spacy .transport-right>.transport:nth-child(54){top:505.5rem}.transport-wrap--spacy .transport-left>.transport:nth-child(54){top:531rem}.transport-right>.transport:nth-child(55){top:407rem}.transport-left>.transport:nth-child(55){top:433rem}.transport-wrap--spacy .transport-right>.transport:nth-child(55){top:515rem}.transport-wrap--spacy .transport-left>.transport:nth-child(55){top:541rem}.transport-right>.transport:nth-child(56){top:414.5rem}.transport-left>.transport:nth-child(56){top:441rem}.transport-wrap--spacy .transport-right>.transport:nth-child(56){top:524.5rem}.transport-wrap--spacy .transport-left>.transport:nth-child(56){top:551rem}.transport-right>.transport:nth-child(57){top:422rem}.transport-left>.transport:nth-child(57){top:449rem}.transport-wrap--spacy .transport-right>.transport:nth-child(57){top:534rem}.transport-wrap--spacy .transport-left>.transport:nth-child(57){top:561rem}.transport-right>.transport:nth-child(58){top:429.5rem}.transport-left>.transport:nth-child(58){top:457rem}.transport-wrap--spacy .transport-right>.transport:nth-child(58){top:543.5rem}.transport-wrap--spacy .transport-left>.transport:nth-child(58){top:571rem}.transport-right>.transport:nth-child(59){top:437rem}.transport-left>.transport:nth-child(59){top:465rem}.transport-wrap--spacy .transport-right>.transport:nth-child(59){top:553rem}.transport-wrap--spacy .transport-left>.transport:nth-child(59){top:581rem}.transport-right>.transport:nth-child(60){top:444.5rem}.transport-left>.transport:nth-child(60){top:473rem}.transport-wrap--spacy .transport-right>.transport:nth-child(60){top:562.5rem}.transport-wrap--spacy .transport-left>.transport:nth-child(60){top:591rem}.transport-right>.transport--offset-0{left:0}.transport-left>.transport--offset-0{right:0}.transport-right>.transport--offset-1{left:15%}.transport-left>.transport--offset-1{right:15%}.transport-right>.transport--offset-2{left:30%}.transport-left>.transport--offset-2{right:30%}.transport-right>.transport--offset-3{left:45%}.transport-left>.transport--offset-3{right:45%}.transport-right>.transport--offset-4{left:60%}.transport-left>.transport--offset-4{right:60%}.transport-right>.transport--offset-5{left:75%}.transport-left>.transport--offset-5{right:75%}.transport--submarine{height:2.125rem;background-image:url(/wp-content/themes/kaminka/assets/images/icons/submarine.svg)}.transport--submarine::after{width:calc(100% - 3rem - .125rem);height:1.75rem;background-image:url(/wp-content/themes/kaminka/assets/images/icons/water.svg)}.transport--yacht{height:2.375rem;background-image:url(/wp-content/themes/kaminka/assets/images/icons/yacht.svg)}.transport--canoe::after,.transport--ship::after,.transport--yacht::after{width:calc(100% - 4.5rem - .125rem);height:1.75rem;background-image:url(/wp-content/themes/kaminka/assets/images/icons/water.svg)}.transport--ship{height:2.625rem;background-image:url(/wp-content/themes/kaminka/assets/images/icons/ship.svg)}.transport--canoe::after,.transport--ship::after{width:calc(100% - 2.5rem - .125rem)}.transport--canoe{height:1rem;background-image:url(/wp-content/themes/kaminka/assets/images/icons/canoe.svg)}.transport--canoe::after{width:calc(100% - 2rem - .125rem);height:.875rem}.transport--car{height:2.125rem;background-image:url(/wp-content/themes/kaminka/assets/images/icons/car.svg)}.transport--car::after,.transport--trolleybus::after{width:calc(100% - 3.6rem - .125rem);height:1.1875rem;background-image:url(/wp-content/themes/kaminka/assets/images/icons/road.svg)}.transport--trolleybus{height:2.75rem;background-image:url(/wp-content/themes/kaminka/assets/images/icons/trolleybus.svg)}.transport--trolleybus::after{width:calc(100% - 3.8rem - .125rem)}.transport--walk{height:1.5rem;background-image:url(/wp-content/themes/kaminka/assets/images/icons/walk.svg)}.transport--inline::after,.transport--walk::after{width:calc(100% - .625rem - .125rem);height:.125rem;background-image:url(/wp-content/themes/kaminka/assets/images/icons/grass.svg)}.transport--inline{height:1.5rem;background-image:url(/wp-content/themes/kaminka/assets/images/icons/inline.svg)}.transport--inline::after{width:calc(100% - 1.25rem - .125rem)}.transport--skate{height:1.6rem;background-image:url(/wp-content/themes/kaminka/assets/images/icons/skate.svg)}.transport--bike::after,.transport--scooter::after,.transport--skate::after{width:calc(100% - 1.125rem - .125rem);height:.125rem;background-image:url(/wp-content/themes/kaminka/assets/images/icons/grass.svg)}.transport--scooter{height:1.5rem;background-image:url(/wp-content/themes/kaminka/assets/images/icons/scooter.svg)}.transport--bike::after,.transport--scooter::after{width:calc(100% - 1.25rem - .125rem)}.transport--bike{height:1.75rem;background-image:url(/wp-content/themes/kaminka/assets/images/icons/bike.svg)}.transport--bike::after{width:calc(100% - 1.875rem - .125rem)}.transport--train{height:2.125rem;background-image:url(/wp-content/themes/kaminka/assets/images/icons/train.svg)}.transport--train::after,.transport--tram::after{width:calc(100% - 3.6rem - .125rem);height:1.25rem;background-image:url(/wp-content/themes/kaminka/assets/images/icons/rail.svg)}.transport--tram{height:2.875rem;background-image:url(/wp-content/themes/kaminka/assets/images/icons/tram.svg)}.transport--railjet{height:1.65rem;background-image:url(/wp-content/themes/kaminka/assets/images/icons/railjet.svg)}.transport--pendolino::after,.transport--railjet::after{width:calc(100% - 4.965rem - .125rem);height:1.65rem;background-image:url(/wp-content/themes/kaminka/assets/images/icons/vehicle.svg)}.transport--pendolino{height:1.65rem;background-image:url(/wp-content/themes/kaminka/assets/images/icons/pendolino.svg)}.transport--pendolino::after{width:calc(100% - 5rem - .125rem)}.well{display:block;padding:.5rem;margin-bottom:1em;border:1px solid gray;border-radius:5px;background-color:#eee}.clearfix::after{content:'';display:table;clear:both}.hidden,.hidden-xs{display:none}@media screen and (min-width:32em){.hidden-xs{display:block}}.display-xs-inline{display:inline}@media screen and (min-width:32em){.display-xs-inline{display:none}}.offset-bottom--none{margin-bottom:0}.offset-bottom--small{margin-bottom:.5rem}.offset-bottom{margin-bottom:1rem}.offset-bottom--large{margin-bottom:2rem}.offset-bottom--larger{margin-bottom:4rem}.alignnone,.wp-caption.alignleft,.wp-caption.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto}.alignleft,.alignright,a img.alignleft,a img.alignnone,a img.alignright{margin:5px 0 20px}@media only screen and (min-width:32em){.alignright,a img.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left}.alignleft,a img.alignleft,a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left}}a img.aligncenter{display:block;margin-right:auto;margin-left:auto}.wp-caption{max-width:96%;padding:5px 3px 10px;text-align:center;border:1px solid #f0f0f0;background:#fff}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{width:auto;max-width:98.5%;height:auto;padding:0;margin:0;border:0}.wp-caption p.wp-caption-text{padding:0 4px 5px;margin:0;font-size:11px;line-height:17px}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;width:1px;height:1px;overflow:hidden;white-space:nowrap}.screen-reader-text:focus{top:5px;left:5px;z-index:100000;display:block;width:auto;height:auto;padding:15px 23px 14px;font-weight:700;font-size:14px;font-size:.875rem;line-height:normal;text-decoration:none;color:#21759b;border-radius:3px;background-color:#f1f1f1;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important}.size-full{display:block;max-width:100%;height:auto}hr{margin-top:1rem;margin-bottom:1rem;border-width:0 0 1px;border-style:solid;border-color:gray}a[href^=tel]{white-space:nowrap}.wp-article .typo-h2,.wp-article .typo-h3,.wp-article .typo-h4,.wp-article h2,.wp-article h3,.wp-article h4{margin:2rem 0 1rem}.wp-article ul{padding:0;list-style:none}.wp-article ul li{padding-left:.5em;margin-bottom:.5em}.wp-article ul li::before{content:'';position:relative;top:.1em;display:inline-block;width:1em;height:1em;margin-right:.5em;background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxLjQxNCI+PHBhdGggZD0iTTMuNjkxIDEwSDEwTDcgM2gybDcgN2g1YzEuMzIyLS4wMDcgMyAxLjAwMiAzIDJzLTEuNjkgMS45OTMtMyAyaC01bC03IDdIN2wzLTdIMy42OTFsLTIuMjkyIDJIMGwxLjQ5MS00TDAgOGgxLjM5OWwyLjI5MiAyIiBmaWxsPSIjZmZkMjRlIi8+PC9zdmc+);background-position:center;background-size:100% auto;background-repeat:no-repeat}.wp-article img{box-sizing:border-box;padding:.25rem;border:1px solid #999;background-color:#fff}
/*# sourceMappingURL=main.min.css.map */
