.buttonRow{display:flex;gap:10px;justify-content:center}.button{display:inline-flex;text-align:center;text-decoration:none;font-weight:700;font-size:16px;line-height:1.25;border-radius:6px;border:0;cursor:pointer;padding:15px 40px}@media screen and (max-width:940px){.button{display:block}}@media screen and (max-width:640px){.button{padding:15px 30px;font-size:15px}}@media screen and (max-width:480px){.button{padding:10px 20px;font-size:13px}}.button--blue{color:#fff;background-color:#0f66dc}.button--blue:hover{background-color:#0277ff}.button--white{background-color:#fff;color:#0277ff}.button--link{display:flex;background-color:transparent;justify-content:flex-start;align-items:center;font-weight:700;color:#3c3c3b;text-decoration:none;padding:0}.button--link:after{content:"";display:flex;width:27px;height:15px;margin-left:15px;background-image:url(../../images/ui/arrow-blue.svg);background-size:contain;background-repeat:no-repeat}.button--link:hover:after{margin-left:20px}.form .form__group{display:flex;justify-content:space-between;width:100%;margin-bottom:2rem}@media screen and (max-width:480px){.form .form__group{flex-direction:column;margin-bottom:0}}.form .form__group--1c{justify-content:space-between}.form .form__group--1c .form__control{width:calc(100% / 1 - 2rem)}.form .form__group--2c{justify-content:space-between}.form .form__group--2c .form__control{width:calc(100% / 2 - 2rem)}.form .form__group--3c{justify-content:space-between}.form .form__group--3c .form__control{width:calc(100% / 3 - 2rem)}.form .form__group--4c{justify-content:space-between}.form .form__group--4c .form__control{width:calc(100% / 4 - 2rem)}.form .form__group--5c{justify-content:space-between}.form .form__group--5c .form__control{width:calc(100% / 5 - 2rem)}.form .form__group--6c{justify-content:space-between}.form .form__group--6c .form__control{width:calc(100% / 6 - 2rem)}.form .form__group--7c{justify-content:space-between}.form .form__group--7c .form__control{width:calc(100% / 7 - 2rem)}.form .form__group--8c{justify-content:space-between}.form .form__group--8c .form__control{width:calc(100% / 8 - 2rem)}.form .form__group--9c{justify-content:space-between}.form .form__group--9c .form__control{width:calc(100% / 9 - 2rem)}.form .form__group--10c{justify-content:space-between}.form .form__group--10c .form__control{width:calc(100% / 10 - 2rem)}.form .form__group--1c .form__control{width:100%}.form .form__control{display:flex;flex-direction:column;position:relative;width:45%}@media screen and (max-width:480px){.form .form__control{width:100%;margin-bottom:3rem}}.form .form__control--city{position:absolute;left:-9999px;display:none}.form .form__input,.form .form__select,.form .form__textarea{width:100%;box-sizing:border-box;padding:.5rem 1rem;border:0;font-size:15px;line-height:1.5;color:#000;background-color:transparent}.form .form__input:focus,.form .form__select:focus,.form .form__textarea:focus{outline:0}.form .form__input{width:100%;border-bottom:2px solid #bfbfbf;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;padding:10px;background-color:transparent;color:#232323}.form .form__textarea{min-height:calc(15px * 1.5 * 4 + .5rem * 2)}.form .form__button{width:100%}.form .form__label{color:#232323;font-size:10px;font-weight:400;position:absolute;pointer-events:none;left:10px;top:-17px;transition:.2s ease all;-moz-transition:.2s ease all;-webkit-transition:.2s ease all;text-transform:uppercase}.form .form__label.form__label--insert-code{display:block;position:relative;font-size:12px;top:0;left:0;margin-bottom:10px;color:#0277ff;font-weight:600}.form .form__label--select{position:relative;display:block;top:auto;bottom:auto;text-transform:none;font-size:1rem;margin-bottom:.5rem}.form .form__input:focus~.form__label,.form .form__input:valid~.form__label{top:-17px;font-size:10px;color:#232323}.form .form__input:focus{outline:0;background-color:transparent}.form .form__bar{display:block;position:relative;width:100%}.form .form__bar:after,.form .form__bar:before{content:"";position:absolute;height:2px;width:0;bottom:1px;transition:.2s ease all;-moz-transition:.2s ease all;-webkit-transition:.2s ease all}.form .form__bar:before{left:50%}.form .form__bar:after{right:50%}.form .form__input:focus~.form__bar:after,.form .form__input:focus~.form__bar:before{width:50%}.form .form__highlight{position:absolute;width:100px;height:60%;top:25%;left:0;pointer-events:none;opacity:.5}.form .form__input:focus~.form__highlight{-webkit-animation:inputHighlighter .3s ease;-moz-animation:inputHighlighter .3s ease;animation:inputHighlighter .3s ease}.form--hp{padding:60px 0;color:#929292;margin-bottom:0}.form--hp .form__inner{max-width:700px;width:100%;margin:90px auto 0}.form--hp .form__group--button{margin-top:60px;justify-content:center}@media screen and (max-width:640px){.form--hp .form__group--button{margin-top:0}}.flex{display:flex}.inline-flex{display:inline-flex}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.table{display:table}.hidden{display:none}.relative{position:relative}.absolute{position:absolute}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-uppercase{text-transform:uppercase}.button,.button--link:after,.footer .footer__link span,.footer .footer__link--email rect,.footer .footer__link--facebook path,.footer .footer__nav a,.navigation .navigation__item--has-submenu,.navigation .navigation__link,.submenu .submenu__link,.trans{transition:all .3s ease-in-out}.text-large{font-size:125%}.text-small{font-size:75%}.mt-0{margin-top:0}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mt-4{margin-top:4rem}.mt-5{margin-top:5rem}.mt-6{margin-top:6rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mb-4{margin-bottom:4rem}.mb-5{margin-bottom:5rem}.blue{color:#0f66dc}.cookies{position:fixed;right:2rem;bottom:2rem;max-width:450px;width:100%;background-color:rgba(255,255,255,.85);z-index:999;border-radius:12px;box-shadow:0 25px 50px 0 rgba(55,58,64,.1)}@media screen and (max-width:940px){.cookies{width:100%;left:0;right:0;bottom:0;border-radius:0;box-shadow:none;max-width:100%}}.cookies:hover{background-color:#fff}.cookies .cookies__row{flex-direction:column;align-items:center;padding:1.5rem}.cookies .cookies__col--message{margin-bottom:1rem}.cookies .cookies__message{margin:0;color:#000;font-weight:400;text-align:center;font-size:.8rem}.cookies .button{padding:.5rem 1rem;font-size:.8rem}.header{position:absolute;top:0;left:0;right:0;z-index:100;background-color:rgba(36,36,36,.2705882353);backdrop-filter:blur(3px)}@media screen and (max-width:1090px){.header{padding:40px 20px 20px}}@media screen and (max-width:480px){.header{padding:20px}}@media screen and (max-width:480px){.header .header__wrapper{padding:0}}.header .header__row{display:flex}.header .header__row--logo{justify-content:space-between;margin-bottom:30px}@media screen and (max-width:480px){.header .header__row--logo{margin-bottom:20px}}.header .header__row--nav{justify-content:space-between}.header .button{text-transform:uppercase}.headerLogo{display:flex;align-items:center}.headerLogo .headerLogo__image{max-width:130px;width:100%}@media screen and (max-width:480px){.headerLogo .headerLogo__image{max-width:130px}}.headerSearch .headerSearch__input{margin-right:30px}@media screen and (max-width:1090px){.headerNavigation .navigation{display:none}}.footer{background-color:#232323;padding:55px 0}.footer p{text-align:center;color:#fff;margin-bottom:0}.footer .footer__row{flex-flow:row wrap}.footer .footer__col{margin-bottom:1.5rem}.footer .footer__row--info{display:flex;justify-content:space-between;color:#9b9b9b;font-size:14px;margin-bottom:3rem}.footer .footer__navIn{display:flex;gap:3rem}.footer .footer__nav{list-style:none;padding-left:0;margin-bottom:0}.footer .footer__nav li{margin-bottom:10px}.footer .footer__nav a{text-decoration:none;border-bottom:1px solid transparent}.footer .footer__nav a:hover{border-color:#fff}.footer .footer__links{display:flex;flex-direction:column}.footer .footer__headline{display:block;margin-bottom:1.5rem;font-size:17px;font-weight:500;color:#fff}.footer .footer__link{display:flex;align-items:center;text-decoration:none;margin-bottom:10px}.footer .footer__link span{border-bottom:1px solid transparent}.footer .footer__link:hover span{border-bottom:1px solid #fff}.footer .footer__link svg{display:inline-flex;width:30px;height:30px;margin-right:10px}.footer .footer__logo{max-width:200px;width:100%}.footer .footer__link--email:hover rect{fill:#fff}.footer .footer__link--facebook:hover path{fill:#fff}.footer .footer__address{font-style:normal;line-height:2}.navigation{display:flex;align-items:center}.navigation .navigation__list{display:flex;justify-content:space-between;list-style:none;margin:0;padding:0}.navigation .navigation__item{margin:0 1.5rem;padding:30px 0 25px;color:#fff;font-weight:700}.navigation .navigation__item:hover .navigation__link{color:#fff}.navigation .navigation__item--active .navigation__link{font-weight:700;text-decoration:none}.navigation .navigation__item--has-submenu{background-image:url(../../images/ui/small-arrow-down.svg);background-position:50% 77.5%;background-repeat:no-repeat}.navigation .navigation__item--has-submenu.show .submenu{display:flex;z-index:100}.navigation .navigation__item--has-submenu:hover .submenu{display:flex;z-index:100}.navigation .navigation__link{font-size:13px;font-weight:600;text-decoration:none}.navigation .navigation__link img+span{display:none}.submenu{display:none;z-index:-1000;position:absolute;left:50%;top:85px;transform:translateX(-50%);padding:2.25rem 1rem;background-color:rgba(2,119,255,.9);box-sizing:border-box;width:100%}@media screen and (max-width:1024px){.submenu{position:relative;display:flex;justify-content:center;background-color:transparent;left:auto;transform:none;top:0}}.submenu .submenu__wrapper{margin:0 auto}.submenu .submenu__row{display:flex;margin:0 0 -1rem 305px}@media screen and (max-width:1024px){.submenu .submenu__row{justify-content:center;margin-left:0}}.submenu .submenu__list{display:flex;list-style:none;flex-flow:row wrap;padding-left:0}@media screen and (max-width:1024px){.submenu .submenu__list{justify-content:center}}.submenu .submenu__item{margin-right:.75rem;margin:0 .75rem 1rem 0;width:375px}.submenu .submenu__item:hover .submenu__link{border-color:#fff}.submenu .submenu__item:hover:after{right:0}.submenu .submenu__link{display:inline-block;color:#fff;font-size:12px;text-transform:uppercase;text-decoration:none;font-weight:700;border-bottom:1px solid transparent}@media screen and (max-width:1024px){.submenu .submenu__link{text-transform:none}}@media screen and (max-width:768px){.submenu .submenu__link{margin:.5rem 0}}.tiles{position:relative;z-index:100;margin-bottom:0}@media screen and (max-width:1120px){.tiles{margin-top:60px}}.tiles .tiles__wrapper{padding-bottom:120px;border-bottom:1px solid #c7c6c6}.tiles .tiles__row{gap:60px;justify-content:center}@media screen and (max-width:640px){.tiles .tiles__row{gap:30px}}.tiles .tile{max-width:280px}.tiles--category{margin-top:4rem}.tiles--category .tiles__row{gap:30px}.tiles--category .tile{max-width:390px}.tiles--category .tile .tile__copy{min-height:70px}.tiles--hp{margin-top:60px}.tiles--hp h2{font-size:50px;margin-bottom:2rem}.tiles--hp .tiles__row{display:flex;align-items:center;justify-content:space-between;gap:0}.tiles--hp .tiles__col{width:50%}.tiles--hp .tiles__col--copy{padding-left:40px;box-sizing:border-box}.tiles--hp .tiles__col--copy p{max-width:450px;width:100%;font-size:20px;font-weight:300;margin-bottom:2rem}.tiles--hp .tiles__col--tiles{display:flex;flex-flow:row wrap;justify-content:center;gap:30px}.tiles--hp .tile{max-width:280px}.tiles--partners .tile .tile__icon{max-width:230px}.tile{display:flex;flex-direction:column;width:100%;padding:40px;border-radius:10px;box-sizing:border-box;text-align:left;background-color:#f0f8ff;text-decoration:none}.tile:hover .button--link:after{margin-left:20px}.tile .tile__icon{display:block;max-width:45px;margin-bottom:20px}.tile .tile__icon.tile__smallicon{padding:20px 0}.tile .tile__headline{display:block;font-size:1.5rem;margin-bottom:.5rem;font-weight:700;color:#3c3c3b}.tile .tile__headline+.tile__link{margin-top:10px}.tile .tile__copy{min-height:102px;line-height:1.7;color:#3c3c3b}.articles{padding-top:120px}@media screen and (max-width:640px){.articles{padding-top:60px}}.articles .articles__row{flex-flow:unset;margin-bottom:20px}@media screen and (max-width:940px){.articles .articles__row{flex-direction:column}}.articles .articles__row--signature .articles__col{padding:0}.articles .articles__row--inline{align-items:flex-start;gap:50px}.articles .articles__row--center{justify-content:center;text-align:center}.articles h1{font-size:1.5rem;line-height:1.5;margin-bottom:1.25rem;text-align:left}.articles p{color:#353535;margin-bottom:1.25rem}.articles .articles__col{width:50%}@media screen and (max-width:940px){.articles .articles__col{width:100%}}.articles .articles__block{margin-bottom:90px}@media screen and (max-width:640px){.articles .articles__block{margin-bottom:30px}}.articles .articles__block .articles__col--copy{padding:45px 70px}@media screen and (max-width:940px){.articles .articles__block .articles__col--copy{padding:30px}}@media screen and (max-width:640px){.articles .articles__block .articles__col--copy{padding:15px}}.articles .articles__row--signature .articles__col--copy{padding:0 90px}.articles .articles__block--blue{padding:0;margin-bottom:0}.articles .articles__block--blue .articles__row{align-items:center;margin:15px 0 30px}@media screen and (max-width:940px){.articles .articles__block--blue .articles__row{flex-direction:column}}@media screen and (max-width:940px){.articles .articles__block--blue .articles__col{max-width:650px;width:100%}}.articles .articles__block--blue .articles__col--copy{background-color:#f0f8ff}@media screen and (max-width:1024px){.articles .articles__block--blue .articles__col--copy{padding:30px;order:-1;border-radius:10px 10px 0 0}}@media screen and (max-width:1024px){.articles .articles__block--blue .articles__image{border-radius:0 0 10px 10px}}.articles .articles__block--blue h2{color:#0277ff;font-size:30px}@media screen and (max-width:640px){.articles .articles__block--blue h2{font-size:24px}}.articles .articles__block--blue h3{margin-top:0}@media screen and (max-width:640px){.articles .articles__block--blue h3{font-size:18px}}.articles .articles__block--box .articles__row{margin-top:60px;background-color:#f0f8ff}.articles .articles__block--center{text-align:center}.articles .articles__col--copy{display:flex;justify-content:flex-start;flex-direction:column;box-sizing:border-box}.articles .articles__icon{margin-bottom:1.25rem;max-width:50px;width:100%}.articles .articles__icon img{display:block;width:100%}.articles .articles__image{display:block;width:100%}.articles .article__table table{font-size:.9rem}.articles .article__table table th{text-align:left}.articles .article__table table td,.articles .article__table table th{padding:.75rem .5rem;border-bottom:1px solid #dcdcdc}.articles .article__table table tr:last-child td{border-bottom:0}.articles .article__table--overlaping{overflow-x:auto}.articles .article__table--overlaping table{width:600px}.articles--hp .articles__wrapper{max-width:1150px}.articles--hp .articles__row{border-radius:10px;box-shadow:0 0 8px 0 rgba(0,0,0,.1490196078)}@media screen and (max-width:890px){.articles--hp .articles__row{flex-direction:column}}@media screen and (max-width:890px){.articles--hp .articles__block .articles__col{max-width:580px;width:100%;margin:0 auto}}.articles--hp .articles__block .articles__col--image{border-radius:0 10px 10px 0}@media screen and (max-width:890px){.articles--hp .articles__block .articles__col--image{order:-1}}@media screen and (max-width:890px){.articles--hp .articles__block .articles__col--copy{padding:45px 60px}}@media screen and (max-width:480px){.articles--hp .articles__block .articles__col--copy{padding:30px}}.articles--content{position:relative;margin-top:-30px;padding-top:0}@media screen and (max-width:1024px){.articles--content{margin-top:60px}}.articles--content .articles__row{margin:50px 0}@media screen and (max-width:640px){.articles--content .articles__row{margin:30px 0}}.articles--content h1{font-size:35px}.articles--content h2{font-size:24px}.articles--content .perex{font-weight:700}.articles--partners{margin-top:30px}.articles--partners .articles__image{max-width:350px;margin:0 auto}.articles--news .articles__col{width:100%}.articles--news .articles__col--copy{padding:45px 90px;max-width:660px}.articles--legal h1{font-size:2.25rem}.articles--legal h2{font-size:1.5rem;margin:2rem 0 1rem}.articles--legal .signature{margin:2rem 0}.news .news__row{justify-content:center;gap:2rem}.news .news__item{max-width:350px;width:100%}.news .news__image{display:block;border-top-left-radius:10px;border-top-right-radius:10px;width:100%}.news .news__content{display:block;background-color:#eff7ff;padding:2rem;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.news .news__content .news__date{display:flex;color:#929292;margin-bottom:1rem;align-items:center}.news .news__content .news__date:before{content:"";background-image:url(../../images/ui/icons/icon-date.svg);background-repeat:no-repeat;width:20px;height:20px;margin-right:1rem}.news .news__content h1{margin-bottom:1.5rem;font-size:1.5rem;color:#232c33;text-align:left;min-height:56px}.news .news__content p{min-height:130px}.blueBox{padding:50px;box-sizing:border-box;max-width:440px;width:100%;margin:0 auto;background-color:#0277ff;border-radius:10px;text-align:center;margin-bottom:20px}@media screen and (max-width:640px){.blueBox{padding:30px}}.blueBox:last-child{margin-bottom:0}.blueBox h3{font-size:20px;margin:0 0 15px;color:#fff;text-align:left}.blueBox ul{margin-bottom:0}.blueBox ul li{text-align:left;color:#fff}.blueBox p{font-size:20px;color:#fff}@media screen and (max-width:640px){.blueBox p{font-size:18px}}.blueBox p:last-child{margin-bottom:0}.blueBox--light{background-color:#f0f8ff}.blueBox--light p{color:#000}.blueBox--news{background-color:#f0f8ff;margin-left:0;margin-top:3rem}.blueBox--news h3{color:#000;font-size:20px}.blueBox--news p{color:#6d6d6d;font-size:1rem;text-align:left}.contact .contact__block{display:block;margin-bottom:30px}.contact .contact__address{font-style:normal}.contact .contact__address strong{font-size:17px}.contact .contact__map iframe{width:100%;height:450px}.flash{height:60px;padding:0 20px;line-height:60px;text-align:center;background-color:#7ee897}.flash .wrapper{padding:0;position:relative}.flash .info,.flash .success{background-color:#7ee897}.flash .warning{background-color:#c72d36}.cover{position:relative;margin-bottom:0}.cover .cover__slide{position:relative}.cover .cover__image{display:block;max-width:1920px;width:100%;margin:0 auto}.cover .cover__image img{display:block;width:100%}.cover .cover__wrapper{display:flex;align-items:center;flex-direction:column;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cover h1{font-size:40px;color:#fff;margin-bottom:25px;text-align:center;font-weight:300}@media screen and (max-width:1270px){.cover h1{font-size:45px}}@media screen and (max-width:940px){.cover h1{margin-bottom:30px}}@media screen and (max-width:640px){.cover h1{font-size:37.5px;margin-bottom:30px}}@media screen and (max-width:480px){.cover h1{font-size:26px;margin-bottom:20px}}.cover h1 .bold{font-weight:700}.cover .cover__subheadline{color:#fff;font-size:24px}.cover .cover__copy{margin-bottom:2rem}.cover--video{position:relative;height:650px;overflow:hidden}.cover--video:before{position:absolute;content:"";width:100%;height:100px;top:50%;background-image:url(../../images/ui/oblouk.png);background-repeat:no-repeat;background-position:center center;background-size:contain;z-index:100}.cover--video .cover__image--video video{position:absolute;top:0;left:0}.steps{display:flex;justify-content:space-between;gap:2rem}@media screen and (max-width:940px){.steps{justify-content:center;flex-flow:row wrap;gap:4rem}}.steps .steps__item{position:relative;display:flex;flex-direction:column;width:calc(25% - 2rem);align-items:center}@media screen and (max-width:940px){.steps .steps__item{width:calc(50% - 4rem)}}@media screen and (max-width:640px){.steps .steps__item{width:calc(100% - 4rem)}}.steps .steps__item--1 .steps__numberIn{animation:circle 2s ease-in-out}.steps .steps__item--1 .steps__headline{animation:showText .75s ease-in-out forwards}.steps .steps__item--1 .steps__info{animation:showText .75s ease-in-out 1s forwards}.steps .steps__item--2 .steps__numberIn{animation:circle 2s ease-in-out 2s}.steps .steps__item--2 .steps__headline{animation:showText .75s ease-in-out 2s forwards}.steps .steps__item--2 .steps__info{animation:showText .75s ease-in-out 2.75s forwards}.steps .steps__item--3 .steps__numberIn{animation:circle 2s ease-in-out 4s}.steps .steps__item--3 .steps__headline{animation:showText .75s ease-in-out 4s forwards}.steps .steps__item--3 .steps__info{animation:showText .75s ease-in-out 4.75s forwards}.steps .steps__item--4 .steps__numberIn{animation:circle 2s ease-in-out 6s}.steps .steps__item--4 .steps__headline{animation:showText .75s ease-in-out 6s forwards}.steps .steps__item--4 .steps__info{animation:showText .75s ease-in-out 6.75s forwards}@media screen and (max-width:940px){.steps .steps__desc{width:100%}}.steps .steps__number{position:relative;display:flex;justify-content:center;align-items:center;width:150px;height:150px;font-size:65px;font-weight:700;background-color:#0277ff;color:#fff;margin-bottom:3rem;border-radius:50%;white-space:nowrap}@media screen and (max-width:640px){.steps .steps__number{width:100px;height:100px;font-size:45px}}.steps .steps__number .steps__numberIn{position:absolute;left:-5px;right:-5px;top:-5px;bottom:-5px;transform:rotate(45deg);opacity:0}.steps .steps__number .steps__numberIn:before{content:"";position:absolute;width:20px;height:20px;background-color:#0277ff;z-index:100;overflow:hidden;border-radius:50%}.steps .steps__headline{display:block;padding:1rem 1.5rem;box-sizing:border-box;text-align:center;text-transform:uppercase;color:#fff;background-color:#0277ff;font-size:1.15rem;font-weight:700;margin-bottom:1rem;border-radius:15px;opacity:0}.steps .steps__info{display:block;text-align:center;font-size:1.15rem;padding:1rem 1.5rem;background-color:#f0f8ff;color:#8a8a8a;border-radius:15px;opacity:0}@keyframes circle{0%{transform:rotate(45deg);opacity:0}1%{opacity:1}100%{transform:rotate(405deg);opacity:1}}@keyframes showText{0%{opacity:0}100%{opacity:1}}
/*# sourceMappingURL=4-components.min.css.map */
