:root{--cookie-green:#2ba82f;--cookie-green-dark:#027706;--cookie-white:#fff;--cookie-black:#000;--cookies-gray-lighter:#e4e4e4;--cookies-gray-light:#d2d2d2;--cookies-gray:#c8c8c8;--cookies-gray-dark:#8d8d8d;--cookies-gray-darker:#646464;--cookies-gray-darkest:#323232;--cookies-primary-color:var(--cookie-green);--cookies-primary-dark-color:var(--cookie-green-dark);--cookies-bg:var(--cookie-white);--cookies-box-shadow:0 0 3rem rgba(0,0,0,.5);--cookies-heading-color:var(--cookie-black);--cookies-text-color:var(--cookies-gray-darkest);--cookies-link-color:var(--cookie-black);--cookies-border-color:var(--cookies-gray);--cookies-state-off-color:var(--cookies-gray-darker);--cookies-state-on-color:var(--cookies-primary-color);--cookies-btn-close-color:var(--cookie-black);--cookies-btn-close-color-hover:var(--cookies-gray);--cookies-btn-primary-backgroundColor:var(--cookies-primary-color);--cookies-btn-primary-color:var(--cookie-white);--cookies-btn-primary-backgroundColor-hover:var(--cookies-primary-dark-color);--cookies-btn-primary-color-hover:var(--cookie-white);--cookies-btn-secondary-backgroundColor:var(--cookies-gray-lighter);--cookies-btn-secondary-color:var(--cookies-gray-darker);--cookies-btn-secondary-backgroundColor-hover:var(--cookies-gray-light);--cookies-btn-secondary-color-hover:var(--cookies-text-color);--cookies-settings-switch-bg:var(--cookies-gray-dark);--cookies-settings-switch-bg-before:var(--cookie-white);--cookies-settings-switch-bg-checkbox:var(--cookie-green);--cookies-policy-text-color:var(--cookies-gray-darker)}.cookies-policy{background-color:var(--cookies-bg);box-shadow:var(--cookies-box-shadow);bottom:0;font-family:Roboto,Arial,sans-serif;left:0;opacity:1;position:fixed;right:0;z-index:9999}.cookies-policy *{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit}.cookies-policy--modal{background-color:transparent;box-shadow:none;display:flex;height:100%;overflow:hidden;padding-left:1rem;padding-right:1rem;top:0;width:100%}.cookies-policy--hidden{transform:translateY(100%);transition:transform .35s linear,visibility .35s linear;visibility:hidden}.cookies-policy--hidden.cookies-policy--modal{transform:none;transition:opacity .35s linear,visibility .35s linear;opacity:0}.cookies-policy__container{margin-left:auto;margin-right:auto;max-width:105rem;padding:3rem;position:relative;width:100%}@media (min-width:768px){.cookies-policy__container{display:flex;gap:3rem;padding-bottom:4rem;padding-top:5rem}}.cookies-policy--modal .cookies-policy__container{align-self:center;background:var(--cookies-bg);box-shadow:var(--cookies-box-shadow);flex-direction:column;max-height:100%;max-width:72rem;overflow-y:auto}@media (min-width:768px){.cookies-policy--modal .cookies-policy__container{padding:5rem 10rem 7.5rem}}.cookies-policy__header,.cookies-policy__main{max-width:100%}.cookies-policy--modal .cookies-policy__header,.cookies-policy--modal .cookies-policy__main{align-self:center}.cookies-policy__header{float:right;margin-top:-7rem;margin-right:-2rem;max-width:13rem;text-align:center;width:100%}@media (min-width:480px){.cookies-policy__header{margin-top:-10rem}}@media (min-width:768px){.cookies-policy__header{align-self:center;max-width:18rem;margin-top:0;margin-right:0;float:none}}.cookies-policy--disable-rwd-img .cookies-policy__header{display:none}@media (min-width:768px){.cookies-policy--disable-rwd-img .cookies-policy__header{display:initial}}.cookies-policy--modal .cookies-policy__header{float:none;margin-top:0;margin-right:0;max-width:none}.cookies-policy__img{height:auto;max-width:100%;vertical-align:middle}.cookies-policy__heading{color:var(--cookies-heading-color);display:block;font-size:2.4rem;font-weight:700;line-height:1.3;margin-bottom:0;margin-top:0;text-align:left;text-transform:none}.cookies-policy--modal .cookies-policy__heading{text-align:center}.cookies-policy__perex{color:var(--cookies-policy-text-color);font-size:1.2rem;line-height:1.7;margin-top:2.1rem;margin-bottom:0}@media (min-width:768px){.cookies-policy__perex{font-size:1.4rem;margin-top:1.7rem}}.cookies-policy--modal .cookies-policy__perex{margin-top:1.1rem}@media (min-width:768px){.cookies-policy--modal .cookies-policy__perex{margin-top:1.7rem}}.cookies-policy__link{color:var(--cookies-link-color);text-decoration:underline}.cookies-policy__link:focus,.cookies-policy__link:hover{color:var(--cookies-link-color);text-decoration:none}.cookies-policy__btn-close{background-color:transparent;border:0;cursor:pointer;display:block;height:2.4rem;margin:0;padding:0;position:absolute;right:.5rem;top:.5rem;width:2.4rem}.cookies-policy__btn-close:after,.cookies-policy__btn-close:before{background-color:var(--cookies-btn-close-color);border-radius:.2rem;content:"";display:block;height:.2rem;position:absolute;transition:background-color .15s linear;width:100%}.cookies-policy__btn-close:before{transform:rotate(45deg)}.cookies-policy__btn-close:after{transform:rotate(-45deg)}.cookies-policy__btn-close:hover:after,.cookies-policy__btn-close:hover:before{background-color:var(--cookies-btn-close-color-hover)}@media (min-width:768px){.cookies-policy__btn-close{right:.5rem;top:1.25rem}}.cookies-policy--modal .cookies-policy__btn-close{right:.5rem;top:.5rem}@media (min-width:768px){.cookies-policy--modal .cookies-policy__btn-close{right:1.5rem;top:1.5rem}}.cookies-policy__btn-close-text{display:none}.cookies-policy__buttons{display:flex;flex-direction:column;flex-wrap:wrap;gap:2rem;margin-top:3rem}@media (min-width:768px){.cookies-policy__buttons{flex-direction:row}}@media (min-width:768px){.cookies-policy--modal .cookies-policy__buttons{justify-content:center;margin-top:5rem}}.cookies-policy__btn{border:none;cursor:pointer;font-size:1.5rem;font-weight:700;line-height:1.7;padding:1.5rem 3.1rem;text-align:center;text-decoration:none;text-transform:none;transition:color .15s linear,background-color .15s linear}.cookies-policy__btn--primary{background-color:var(--cookies-btn-primary-backgroundColor);color:var(--cookies-btn-primary-color);order:1}.cookies-policy__btn--primary:focus,.cookies-policy__btn--primary:hover{background-color:var(--cookies-btn-primary-backgroundColor-hover);color:var(--cookies-btn-primary-color-hover)}@media (min-width:768px){.cookies-policy__btn--primary{order:0}}.cookies-policy__btn--secondary{background-color:var(--cookies-btn-secondary-backgroundColor);color:var(--cookies-btn-secondary-color);order:3}.cookies-policy__btn--secondary:focus,.cookies-policy__btn--secondary:hover{background-color:var(--cookies-btn-secondary-backgroundColor-hover);color:var(--cookies-btn-secondary-color-hover)}@media (min-width:768px){.cookies-policy__btn--secondary{order:0}}.cookies-policy__btn--technical{background-color:var(--cookies-btn-secondary-backgroundColor);color:var(--cookies-btn-secondary-color);order:2}.cookies-policy__btn--technical:focus,.cookies-policy__btn--technical:hover{background-color:var(--cookies-btn-secondary-backgroundColor-hover);color:var(--cookies-btn-secondary-color-hover)}@media (min-width:768px){.cookies-policy__btn--technical{order:0}}.cookies-settings{bottom:0;color:var(--cookies-text-color);display:flex;font-family:Roboto,Arial,sans-serif;font-size:1.4rem;left:0;line-height:1.4;height:100%;opacity:0;overflow:hidden;position:fixed;right:0;top:0;transition:background-color .35s linear,opacity .35s linear,visibility .35s linear;visibility:hidden;width:100%;z-index:99999}.cookies-settings *{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit}.cookies-settings--active{background-color:rgba(0,0,0,.25);opacity:1;visibility:initial}.cookies-settings__container{align-self:center;background-color:var(--cookies-bg);box-shadow:var(--cookies-box-shadow);max-height:100%;max-width:72rem;margin-left:auto;margin-right:auto;overflow-y:auto;position:relative;padding:6rem 3rem 4rem;width:100%}@media (min-width:768px){.cookies-settings__container{padding:5rem 10rem}}.cookies-settings__link{color:var(--cookies-link-color);text-decoration:underline}.cookies-settings__link:focus,.cookies-settings__link:hover{color:var(--cookies-link-color);text-decoration:none}.cookies-settings__heading{color:var(--cookies-heading-color);font-weight:700;font-size:2.4rem;line-height:1.3;margin-bottom:0;margin-top:0;text-align:left;text-transform:none}.cookies-settings__perex{line-height:1.7;margin-bottom:3rem;margin-top:1.2rem}@media (min-width:768px){.cookies-settings__perex{line-height:1.4}}.cookies-settings__btn-close{background-color:transparent;border:0;cursor:pointer;display:block;height:2.4rem;margin:0;padding:0;position:absolute;right:2rem;top:2rem;width:2.4rem}.cookies-settings__btn-close:after,.cookies-settings__btn-close:before{background-color:var(--cookies-btn-close-color);border-radius:.2rem;content:"";display:block;height:.2rem;position:absolute;transition:background-color .15s linear;width:100%}.cookies-settings__btn-close:before{transform:rotate(45deg)}.cookies-settings__btn-close:after{transform:rotate(-45deg)}.cookies-settings__btn-close:hover:after,.cookies-settings__btn-close:hover:before{background-color:var(--cookies-btn-close-color-hover)}.cookies-settings__btn-close-text{display:none}.cookies-settings__footer{border-top:.1rem solid var(--cookies-border-color);display:flex;flex-direction:column;flex-wrap:wrap;gap:1rem;margin-top:1.5rem;padding-top:3rem}@media (min-width:768px){.cookies-settings__footer{border-top:none;flex-direction:row;margin-top:0;padding-top:4rem}}.cookies-settings__buttons{display:flex;flex-direction:column;flex-wrap:wrap;gap:1rem}@media (min-width:768px){.cookies-settings__buttons{flex-direction:row}}.cookies-settings__btn{border:none;cursor:pointer;font-size:1.5rem;font-weight:700;line-height:1.7;padding:1.5rem 3.1rem;text-align:center;text-decoration:none;transition:color .15s linear,background-color .15s linear}.cookies-settings__btn--primary{background-color:var(--cookies-btn-primary-backgroundColor);color:var(--cookies-btn-primary-color)}.cookies-settings__btn--primary:focus,.cookies-settings__btn--primary:hover{background-color:var(--cookies-btn-primary-backgroundColor-hover);color:var(--cookies-btn-primary-color-hover)}.cookies-settings__btn--secondary{background-color:var(--cookies-btn-secondary-backgroundColor);color:var(--cookies-btn-secondary-color)}.cookies-settings__btn--secondary:focus,.cookies-settings__btn--secondary:hover{background-color:var(--cookies-btn-secondary-backgroundColor-hover);color:var(--cookies-btn-secondary-color-hover)}.cookies-settings__btn--technical{background-color:var(--cookies-btn-secondary-backgroundColor);color:var(--cookies-btn-secondary-color)}.cookies-settings__btn--technical:focus,.cookies-settings__btn--technical:hover{background-color:var(--cookies-btn-secondary-backgroundColor-hover);color:var(--cookies-btn-secondary-color-hover)}.cookies-settings__main{margin-top:4.5rem}@media (min-width:768px){.cookies-settings__main{margin-top:5rem}}.cookies-settings__section{border-top:.1rem solid var(--cookies-border-color);margin-top:2.3rem}.cookies-settings__section:first-of-type{margin-top:0}@media (min-width:768px){.cookies-settings__section{border-top:none;margin-top:4rem}}.cookies-settings__section--analytics-marketing{margin-top:2.3rem}@media (min-width:768px){.cookies-settings__section--analytics-marketing{margin-top:4.1rem}}.cookies-settings__section-header{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-top:1.3rem}@media (min-width:768px){.cookies-settings__section-header{border-bottom:.1rem solid var(--cookies-border-color);margin-top:0;padding-bottom:.7rem}}.cookies-settings__section-sub-title,.cookies-settings__section-title{color:var(--cookies-heading-color);display:block;font-weight:700;line-height:1.3;margin-bottom:0;margin-top:0;text-align:left;text-transform:none}.cookies-settings__section-title{font-size:1.6rem}@media (min-width:768px){.cookies-settings__section-title{font-size:1.8rem}}.cookies-settings__section-sub-title{font-size:1.4rem}.cookies-settings__section-state{color:var(--cookies-state-off-color)}.cookies-settings__section-state--on{color:var(--cookies-state-on-color)}.cookies-settings__section-state-text{font-size:1.4rem}.cookies-settings__section-main{margin-top:1.3rem}@media (min-width:768px){.cookies-settings__section-main{margin-top:1.5rem}}.cookies-settings__section--analytics-marketing .cookies-settings__section-main{margin-top:3rem}@media (min-width:768px){.cookies-settings__section--analytics-marketing .cookies-settings__section-main{margin-top:2rem}}.cookies-settings__section-perex{margin-bottom:0;margin-top:0}.cookies-settings__section--analytics-marketing .cookies-settings__section-perex{margin-top:.5rem}.cookies-settings__label{align-items:center;cursor:pointer;display:flex;flex-direction:column;font-weight:400;gap:.4rem;margin:0;min-height:0!important;padding-left:0!important;transition:color .15s linear}@media (min-width:768px){.cookies-settings__label{flex-direction:row;gap:.9rem}}.cookies-settings__label:after,.cookies-settings__label:before{display:none!important}.cookies-settings__checkbox{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.cookies-settings__checkbox:checked+.cookies-settings__label{color:var(--cookies-state-on-color)}.cookies-settings__checkbox:checked+.cookies-settings__label .cookies-settings__switch{background-color:var(--cookies-settings-switch-bg-checkbox)}.cookies-settings__checkbox:checked+.cookies-settings__label .cookies-settings__switch:before{transform:translateX(2rem)}.cookies-settings__checkbox:disabled+.cookies-settings__label{opacity:.5}.cookies-settings__switch{background-color:var(--cookies-settings-switch-bg);border-radius:2rem;cursor:pointer;display:flex;height:2.2rem;position:relative;transition:background-color .15s linear;transform-origin:50% 50%;width:4.2rem}.cookies-settings__switch:before{transition:transform .15s linear;content:"";display:block;position:absolute;width:1.6rem;height:1.6rem;background-color:var(--cookies-settings-switch-bg-before);border-radius:50%;top:.3rem;left:.3rem}.cookies-settings__tab-button-group{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:4rem}.cookies-settings__tab-button{background-color:transparent;border-bottom:.2rem solid transparent;border-left:none;border-right:none;border-top:none;font-size:1.8rem;font-weight:700;padding:0;transition:color .15s linear,border-color .15s linear}.cookies-settings__tab-button:focus,.cookies-settings__tab-button:hover{outline:none}.cookies-settings__tab-button--active{color:var(--cookies-primary-color);border-color:var(--cookies-primary-color)}.cookies-settings__tab-content{display:none}.cookies-settings__tab-content--active{display:block}.cookies__accordion{margin-top:1.3rem}.cookies__accordion-button{align-items:center;background-color:transparent;border:none;color:var(--cookies-primary-color);display:flex;line-height:1;padding:0;position:relative}.cookies__accordion-button:focus,.cookies__accordion-button:hover{outline:none}.cookies__accordion-button:before{background-color:var(--cookies-primary-color);content:"";display:block;height:.1rem;left:0;position:absolute;bottom:-.5rem;width:100%}.cookies__accordion-button:after{content:"";border:solid var(--cookies-primary-color);border-width:0 2px 2px 0;display:block;padding:3px;margin-left:1rem;rotate:45deg;transition:rotate .15s linear}.cookies__accordion--active .cookies__accordion-button:after{rotate:225deg}.cookies__accordion-content{margin-top:2.3rem;max-height:100vh;overflow:auto;background:linear-gradient(90deg,#fff 30%,hsla(0,0%,100%,0)),linear-gradient(90deg,hsla(0,0%,100%,0),#fff 70%) 0 100%,radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.2),transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.2),transparent) 0 100%;background-attachment:local,local,scroll,scroll;background-color:#fff;background-position:0 0,100%,0 0,100%;background-repeat:no-repeat;background-size:4rem 100%,4rem 100%,2.6rem 100%,2.6rem 100%;scrollbar-color:rgba(0,0,0,.3) transparent;scrollbar-width:thin}.cookies__accordion-content:focus{box-shadow:0 0 .8em rgba(0,0,0,.5);outline:.1em solid rgba(0,0,0,.1)}.cookies__accordion-content::-webkit-scrollbar{-webkit-appearance:none;height:.8rem;width:.8rem}.cookies__accordion-content::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:.4rem}.cookies__accordion-content::-webkit-scrollbar-track{background:transparent}.cookies__accordion-table{border-collapse:collapse;border-spacing:0;display:none;width:100%}.cookies__accordion--active .cookies__accordion-table{display:block}.cookies__accordion-table td,.cookies__accordion-table th{padding-top:1.3rem;text-align:start;white-space:nowrap}.cookies__accordion-table td:not(:last-child),.cookies__accordion-table th:not(:last-child){padding-right:3rem}.cookies__accordion-table tbody td:first-of-type{white-space:normal}.glyphicon-f:before{content:"\E003"}@font-face{font-family:glyphicon;src:url("/ver/1755242151588/build/icons/glyphicon/glyphicon.eot");src:url("/ver/1755242151588/build/icons/glyphicon/glyphicon.eot#iefix") format("embedded-opentype"),url("/ver/1755242151588/build/icons/glyphicon/glyphicon.woff") format("woff"),url("/ver/1755242151588/build/icons/glyphicon/glyphicon.ttf") format("truetype"),url("/ver/1755242151588/build/icons/glyphicon/glyphicon.svg#glyphicon") format("svg")}.glyphicon{position:relative;top:1px;display:inline-block;font-family:glyphicon;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon:empty{width:1em}.glyphicon-arrow-thick:before{content:"\EA01"}.glyphicon-arrow:before,.product-list-slider-container .nav-controls .next span:before,.product-list-slider-container .nav-controls .prev span:before,.product-photogallery .gallery-controls .next span:before,.product-photogallery .gallery-controls .prev span:before{content:"\EA02"}.glyphicon-asterisk:before{content:"\EA03"}.glyphicon-bullhorn:before,.product-tools .ico-tool-recommend:before{content:"\EA04"}.glyphicon-calculator:before{content:"\EA05"}.glyphicon-calendar:before{content:"\EA06"}.glyphicon-cart:before{content:"\EA07"}.glyphicon-cash-on-delivery:before,.icon-cash-on-delivery:before{content:"\EA08"}.glyphicon-cash:before,.icon-cash:before{content:"\EA09"}.glyphicon-check:before,.panel-group__item-title .ico.ico--finalised-order:before{content:"\EA0A"}.glyphicon-checkmark:before,.order-wizard-summary .order-wizard-btn-container .btn-next:before,.product-tools .state:before{content:"\EA0B"}.glyphicon-circle-minus:before,.rating-articles-list>li .rating-comment-list.rating-comment-negatives>li:before{content:"\EA0C"}.glyphicon-circle-plus:before,.rating-articles-list>li .rating-comment-list.rating-comment-positives>li:before{content:"\EA0D"}.esp-fixed-close:before,.glyphicon-close-circle:before,.product-detail .product-variant-select .product-variant-select__cancel-filter:before{content:"\EA0E"}.glyphicon-close-thick:before{content:"\EA0F"}.glyphicon-close:before,.product-comparison__table .btn--remove:before,.product-list .ico.ico-remove-from-cart:before,.product-photogallery .model3d-remove:before,.selected-filters .selected-filter-list li a .ico-remove:before{content:"\EA10"}.glyphicon-cog:before,.panel-group__item-title .ico.ico--processing-order:before,.panel-group__item-title .ico.ico--work-order:before{content:"\EA11"}.glyphicon-comparison:before,.product-tools .ico-tool-comparision:before{content:"\EA12"}.glyphicon-credit-card:before,.panel-group__item-title .ico.ico--paid-order:before{content:"\EA13"}.glyphicon-credit-cards:before{content:"\EA14"}.glyphicon-credit:before,.index-list__item.index-list__item--credits .in:before,.widget--credit-balance p:before{content:"\EA15"}.glyphicon-cross:before,.panel-group__item-title .ico.ico--canceled-order:before{content:"\EA16"}.glyphicon-default:before,.panel-group__item-title .ico.ico--default:before{content:"\EA17"}.glyphicon-discount:before{content:"\EA18"}.glyphicon-edee:before{content:"\EA19"}.glyphicon-edeeshop:before{content:"\EA1A"}.glyphicon-email:before,.product-detail .social-network .ico-email:before{content:"\EA1B"}.form-control-password-toggle.visible+.ico-handler:before,.glyphicon-eye-blocked:before{content:"\EA1C"}.form-control-password-toggle+.ico-handler:before,.glyphicon-eye:before,.product-tools .ico-tool-watchdog:before{content:"\EA1D"}.glyphicon-facebook-2:before{content:"\EA1E"}.glyphicon-facebook:before,.product-detail .social-network .ico-facebook:before{content:"\EA1F"}.glyphicon-fg:before{content:"\EA20"}.file-type.file-type--doc:before,.file-type.file-type--docx:before,.glyphicon-file-doc:before{content:"\EA21"}.glyphicon-file-odt:before{content:"\EA22"}.file-type.file-type--pdf:before,.glyphicon-file-pdf:before{content:"\EA23"}.glyphicon-file-ppt:before{content:"\EA24"}.file-type.file-type--xls:before,.file-type.file-type--xlsx:before,.glyphicon-file-xls:before{content:"\EA25"}.file-type.file-type--rar:before,.file-type.file-type--zip:before,.glyphicon-file-zip:before{content:"\EA26"}.file-type:before,.glyphicon-file:before{content:"\EA27"}.glyphicon-google-plus:before{content:"\EA28"}.glyphicon-heart:before,.product-tools .ico-tool-wishlist:before{content:"\EA29"}.glyphicon-home:before{content:"\EA2A"}.glyphicon-id-cards:before,.index-list__item.index-list__item--address .in:before{content:"\EA2B"}.glyphicon-info:before{content:"\EA2C"}.glyphicon-instagram:before{content:"\EA2D"}.glyphicon-invoice:before,.icon-invoice:before{content:"\EA2E"}.glyphicon-link:before,.product-detail .social-network .ico-share-url:before{content:"\EA2F"}.glyphicon-linkedin:before{content:"\EA30"}.glyphicon-list:before,.index-list__item.index-list__item--orders .in:before{content:"\EA31"}.glyphicon-map:before{content:"\EA32"}.glyphicon-menu:before{content:"\EA33"}.glyphicon-minus:before{content:"\EA34"}.glyphicon-model-3d:before,.product-photogallery .thumblist li.model-3d:before{content:"\EA35"}.glyphicon-newsletter:before{content:"\EA36"}.glyphicon-order:before{content:"\EA37"}.category-filter__header-link:before,.glyphicon-parameters:before{content:"\EA38"}.glyphicon-parcel:before,.icon-personal-pickup-branch:before,.icon-personal-purchase:before,.icon-post-office-to-hand:before,.panel-group__item-title .ico.ico--dispatched-order:before{content:"\EA39"}.glyphicon-personal-pickup-branch:before,.panel-group__item-title .ico.ico--ready-to-pickup:before{content:"\EA3A"}.glyphicon-personal-purchase:before{content:"\EA3B"}.glyphicon-pinterest:before,.product-detail .social-network .ico-pinterest:before{content:"\EA3C"}.glyphicon-plus:before{content:"\EA3D"}.glyphicon-price-lock:before{content:"\EA3E"}.glyphicon-price-tag:before{content:"\EA3F"}.glyphicon-proforma-invoice:before,.icon-proforma-invoice:before{content:"\EA40"}.glyphicon-radio-checked:before{content:"\EA41"}.glyphicon-redo:before,.product-photogallery .model3D__controls_arrow.next span:before{content:"\EA42"}.glyphicon-road:before{content:"\EA43"}.glyphicon-search:before{content:"\EA44"}.glyphicon-setting:before,.index-list__item.index-list__item--profile .in:before{content:"\EA45"}.glyphicon-share:before,.product-tools .ico-tool-share:before{content:"\EA46"}.glyphicon-star-empty:before,.panel-group__item-title .ico.ico--new-order:before{content:"\EA47"}.glyphicon-star:before,.rating-stars .star:before{content:"\EA48"}.glyphicon-transfer:before,.icon-transfer:before{content:"\EA49"}.glyphicon-transport-truck:before,.widget-free-shipping:before{content:"\EA4A"}.glyphicon-twitter:before,.product-detail .social-network .ico-twitter:before{content:"\EA4B"}.glyphicon-undo:before,.product-photogallery .model3D__controls_arrow.prev span:before{content:"\EA4C"}.glyphicon-user-credit:before,.icon-user-credit:before{content:"\EA4D"}.glyphicon-user:before{content:"\EA4E"}.glyphicon-warning:before{content:"\EA4F"}.glyphicon-zoom-in:before,.product-photogallery .gallery-controls-zoom.zoom-in:before{content:"\EA50"}.glyphicon-zoom-out:before,.product-photogallery .gallery-controls-zoom.zoom-out:before{content:"\EA51"}.glyphicon-edee:empty{width:2em}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;line-height:1.5;color:#000;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:400}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{text-decoration:none;background-color:transparent}a:not([href]),a:not([href]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.group-detail .motive-and-description-container .motive,.img-fluid,.img-thumbnail,.map-card__motive img,.top-categories-container ul li a img{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}.articles-block__container,.box-list,.boxes-variants__container,.contact-with-citation__container,.contacts-bar__container,.container,.crisis-contacts__container,.download-files__container,.dropdown-text__container,.faq__container,.header.sticky,.keep-in-touch,.layout-container,.materials-download__container,.materials-download__container-head,.materials-download__container-slider,.opening-visual__container,.photogallery__container,.products__container,.slider,.we-cooperate__container,.workplace-contact__container,.wysiwyg-content__container,.zig-zag__container{width:100%;padding-right:16px;padding-left:16px;margin-right:auto;margin-left:auto}@media (min-width:576px){.articles-block__container,.box-list,.boxes-variants__container,.contact-with-citation__container,.contacts-bar__container,.container,.crisis-contacts__container,.download-files__container,.dropdown-text__container,.faq__container,.header.sticky,.keep-in-touch,.layout-container,.materials-download__container,.materials-download__container-head,.materials-download__container-slider,.opening-visual__container,.photogallery__container,.products__container,.slider,.we-cooperate__container,.workplace-contact__container,.wysiwyg-content__container,.zig-zag__container{max-width:540px}}@media (min-width:768px){.articles-block__container,.box-list,.boxes-variants__container,.contact-with-citation__container,.contacts-bar__container,.container,.crisis-contacts__container,.download-files__container,.dropdown-text__container,.faq__container,.header.sticky,.keep-in-touch,.layout-container,.materials-download__container,.materials-download__container-head,.materials-download__container-slider,.opening-visual__container,.photogallery__container,.products__container,.slider,.we-cooperate__container,.workplace-contact__container,.wysiwyg-content__container,.zig-zag__container{max-width:720px}}@media (min-width:992px){.articles-block__container,.box-list,.boxes-variants__container,.contact-with-citation__container,.contacts-bar__container,.container,.crisis-contacts__container,.download-files__container,.dropdown-text__container,.faq__container,.header.sticky,.keep-in-touch,.layout-container,.materials-download__container,.materials-download__container-head,.materials-download__container-slider,.opening-visual__container,.photogallery__container,.products__container,.slider,.we-cooperate__container,.workplace-contact__container,.wysiwyg-content__container,.zig-zag__container{max-width:960px}}@media (min-width:1200px){.articles-block__container,.box-list,.boxes-variants__container,.contact-with-citation__container,.contacts-bar__container,.container,.crisis-contacts__container,.download-files__container,.dropdown-text__container,.faq__container,.header.sticky,.keep-in-touch,.layout-container,.materials-download__container,.materials-download__container-head,.materials-download__container-slider,.opening-visual__container,.photogallery__container,.products__container,.slider,.we-cooperate__container,.workplace-contact__container,.wysiwyg-content__container,.zig-zag__container{max-width:1600px}}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:16px;padding-left:16px;margin-right:auto;margin-left:auto}@media (min-width:576px){.articles-block__container,.box-list,.boxes-variants__container,.contact-with-citation__container,.contacts-bar__container,.container,.container-sm,.crisis-contacts__container,.download-files__container,.dropdown-text__container,.faq__container,.header.sticky,.keep-in-touch,.layout-container,.materials-download__container,.materials-download__container-head,.materials-download__container-slider,.opening-visual__container,.photogallery__container,.products__container,.slider,.we-cooperate__container,.workplace-contact__container,.wysiwyg-content__container,.zig-zag__container{max-width:540px}}@media (min-width:768px){.articles-block__container,.box-list,.boxes-variants__container,.contact-with-citation__container,.contacts-bar__container,.container,.container-md,.container-sm,.crisis-contacts__container,.download-files__container,.dropdown-text__container,.faq__container,.header.sticky,.keep-in-touch,.layout-container,.materials-download__container,.materials-download__container-head,.materials-download__container-slider,.opening-visual__container,.photogallery__container,.products__container,.slider,.we-cooperate__container,.workplace-contact__container,.wysiwyg-content__container,.zig-zag__container{max-width:720px}}@media (min-width:992px){.articles-block__container,.box-list,.boxes-variants__container,.contact-with-citation__container,.contacts-bar__container,.container,.container-lg,.container-md,.container-sm,.crisis-contacts__container,.download-files__container,.dropdown-text__container,.faq__container,.header.sticky,.keep-in-touch,.layout-container,.materials-download__container,.materials-download__container-head,.materials-download__container-slider,.opening-visual__container,.photogallery__container,.products__container,.slider,.we-cooperate__container,.workplace-contact__container,.wysiwyg-content__container,.zig-zag__container{max-width:960px}}@media (min-width:1200px){.articles-block__container,.box-list,.boxes-variants__container,.contact-with-citation__container,.contacts-bar__container,.container,.container-lg,.container-md,.container-sm,.container-xl,.crisis-contacts__container,.download-files__container,.dropdown-text__container,.faq__container,.header.sticky,.keep-in-touch,.layout-container,.materials-download__container,.materials-download__container-head,.materials-download__container-slider,.opening-visual__container,.photogallery__container,.products__container,.slider,.we-cooperate__container,.workplace-contact__container,.wysiwyg-content__container,.zig-zag__container{max-width:1600px}}.row{display:flex;flex-wrap:wrap;margin-right:-16px;margin-left:-16px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{position:relative;width:100%;padding-right:16px;padding-left:16px}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333%;max-width:8.33333%}.col-2{flex:0 0 16.66667%;max-width:16.66667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333%;max-width:33.33333%}.col-5{flex:0 0 41.66667%;max-width:41.66667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333%;max-width:58.33333%}.col-8{flex:0 0 66.66667%;max-width:66.66667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333%;max-width:83.33333%}.col-11{flex:0 0 91.66667%;max-width:91.66667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.category-detail .page-secondary-column,.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}.table{width:100%;margin-bottom:1rem;color:#000}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#000;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8b8b8}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7a7a7a}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#ababab}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#fdfdfd}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#fcfcfc}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#f0f0f0}.table-success,.table-success>td,.table-success>th{background-color:#d1ebd1}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#aadaaa}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#bfe3bf}.table-info,.table-info>td,.table-info>th{background-color:#d1edf6}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#aadeee}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#bce5f2}.table-warning,.table-warning>td,.table-warning>th{background-color:#efcebf}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#e2a389}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#eabeab}.table-danger,.table-danger>td,.table-danger>th{background-color:#f4cfce}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#eba6a3}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#efbbb9}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:hsla(0,0%,100%,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid transparent;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.form-control:focus{color:#495057;background-color:#fff;border-color:#404040;outline:0;box-shadow:0 0 0 .2rem rgba(0,0,0,.25)}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:2rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:1.4rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1.6rem;line-height:1.5;color:#000;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:1.4rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:2rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#5cb85c}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:1.4rem;line-height:1.5;color:#fff;background-color:rgba(92,184,92,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#5cb85c;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#5cb85c;box-shadow:0 0 0 .2rem rgba(92,184,92,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#5cb85c;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#5cb85c;box-shadow:0 0 0 .2rem rgba(92,184,92,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#5cb85c}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#5cb85c}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#5cb85c}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{border-color:#80c780;background-color:#80c780}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(92,184,92,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#5cb85c}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#5cb85c;box-shadow:0 0 0 .2rem rgba(92,184,92,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#d9534f}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:1.4rem;line-height:1.5;color:#fff;background-color:rgba(217,83,79,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#d9534f;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d9534f' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23d9534f' stroke='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#d9534f;box-shadow:0 0 0 .2rem rgba(217,83,79,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#d9534f;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d9534f' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23d9534f' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#d9534f;box-shadow:0 0 0 .2rem rgba(217,83,79,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#d9534f}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#d9534f}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#d9534f}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{border-color:#e27c79;background-color:#e27c79}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(217,83,79,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#d9534f}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#d9534f;box-shadow:0 0 0 .2rem rgba(217,83,79,.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{justify-content:center}.form-inline .form-group,.form-inline label{display:flex;align-items:center;margin-bottom:0}.form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;flex:1 1 0%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1.6rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid transparent;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:2rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:1.4rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:2.4rem;padding-left:1.5rem}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.7rem;opacity:0}.custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#000;background-color:#000}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(0,0,0,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#404040}.custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#595959;border-color:#595959}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label:before,.custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label:before{pointer-events:none;background-color:#fff;border:1px solid #adb5bd}.custom-control-label:after,.custom-control-label:before{position:absolute;top:.7rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}.custom-control-label:after{background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label:before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#000;background-color:#000}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,0,0,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(0,0,0,.5)}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,0,0,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label:after{top:calc(.7rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,0,0,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1.6rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;border:1px solid transparent;border-radius:.25rem;appearance:none}.custom-select:focus{border-color:#404040;outline:0;box-shadow:0 0 0 .2rem rgba(0,0,0,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:1.4rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:2rem}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{position:relative;width:100%;height:calc(1.5em + .75rem + 2px)}.custom-file-input{z-index:2;margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#404040;box-shadow:0 0 0 .2rem rgba(0,0,0,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{left:0;z-index:1;height:calc(1.5em + .75rem + 2px);font-weight:400;background-color:#fff;border:1px solid transparent;border-radius:.25rem}.custom-file-label,.custom-file-label:after{position:absolute;top:0;right:0;padding:.375rem .75rem;line-height:1.5;color:#495057}.custom-file-label:after{bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;appearance:none}.custom-range:focus{outline:none}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,0,0,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,0,0,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,0,0,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#000;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#595959}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#000;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#595959}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#000;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#595959}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label:before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary,a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#000}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,0,0,.5)}.badge-secondary{color:#212529;background-color:#f9f9f9}a.badge-secondary:focus,a.badge-secondary:hover{color:#212529;background-color:#e0e0e0}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem hsla(0,0%,98%,.5)}.badge-success{color:#fff;background-color:#5cb85c}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#449d44}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(92,184,92,.5)}.badge-info{color:#212529;background-color:#5bc0de}a.badge-info:focus,a.badge-info:hover{color:#212529;background-color:#31b0d5}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(91,192,222,.5)}.badge-warning{color:#fff;background-color:#c74f1c}a.badge-warning:focus,a.badge-warning:hover{color:#fff;background-color:#9a3d16}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(199,79,28,.5)}.badge-danger{color:#fff;background-color:#d9534f}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#c9302c}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(217,83,79,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary,a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#000!important}.bg-secondary{background-color:#f9f9f9!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#e0e0e0!important}.bg-success{background-color:#5cb85c!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#449d44!important}.bg-info{background-color:#5bc0de!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#31b0d5!important}.bg-warning{background-color:#c74f1c!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#9a3d16!important}.bg-danger{background-color:#d9534f!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#c9302c!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#000!important}.border-secondary{border-color:#f9f9f9!important}.border-success{border-color:#5cb85c!important}.border-info{border-color:#5bc0de!important}.border-warning{border-color:#c74f1c!important}.border-danger{border-color:#d9534f!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.add-rating-container .content-form-btn-container:after,.add-to-cart-btn-container:after,.clearfix:after,.group-detail .motive-and-description-container:after,.header-container:after,.order-wizard-btn-container:after,.product-list-items .product-list-item .product-info-container:after,.product-list-items .product-list-item:after,.product-list.product-list-simple-table .product-list-price:after,.product-list.product-list-slider:after,.product-tags-container .product-tags-list:after,.recommendation-container .content-form-btn-container:after,.wishlist-btn-container:after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive:before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9:before{padding-top:42.85714%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}@supports (position:sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.cookies-policy__heading,.gallery__header,.order-wizard h1,.product-list.product-list-tiles>li .product-info-container .product-text-info .product-list__variants-container .product-list__variants .product-variant__label,.registration-links__logout-label,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 0 1.2rem .2rem rgba(78,85,94,.15)!important}.shadow{box-shadow:0 0 2.4rem .4rem rgba(78,85,94,.15)!important}.shadow-lg{box-shadow:0 0 3.2rem .8rem rgba(78,85,94,.15)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:400!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary,a.text-primary:focus,a.text-primary:hover{color:#000!important}.text-secondary{color:#f9f9f9!important}a.text-secondary:focus,a.text-secondary:hover{color:#d3d3d3!important}.text-success{color:#5cb85c!important}a.text-success:focus,a.text-success:hover{color:#3d8b3d!important}.text-info{color:#5bc0de!important}a.text-info:focus,a.text-info:hover{color:#28a1c5!important}.text-warning{color:#c74f1c!important}a.text-warning:focus,a.text-warning:hover{color:#843413!important}.text-danger{color:#d9534f!important}a.text-danger:focus,a.text-danger:hover{color:#b52b27!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#000!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;overflow-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.articles-block__container,.box-list,.boxes-variants__container,.contact-with-citation__container,.contacts-bar__container,.container,.crisis-contacts__container,.download-files__container,.dropdown-text__container,.faq__container,.header.sticky,.keep-in-touch,.layout-container,.materials-download__container,.materials-download__container-head,.materials-download__container-slider,.opening-visual__container,.photogallery__container,.products__container,.slider,.we-cooperate__container,.workplace-contact__container,.wysiwyg-content__container,.zig-zag__container,body{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}@font-face{font-family:Comenia-Sans-Regular;src:url("/fonts/comenia-sans/comenia-sans.woff") format("woff"),url("/fonts/comenia-sans/comenia-sans.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:Comenia-Sans-Regular;src:url("/fonts/comenia-sans/comenia-sans.svg#Comenia-Sans-Regular") format("svg")}}@font-face{font-family:Comenia-Sans-Bold;src:url("/fonts/comenia-sans/comenia-sans-bold.woff") format("woff"),url("/fonts/comenia-sans/comenia-sans-bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:Comenia-Sans-Bold;src:url("/fonts/comenia-sans/comenia-sans-bold.svg#Comenia-Sans-Bold") format("svg")}}.color-uhk{color:#000}.color-pdf{color:#ce0058}.color-prf{color:#ffa300}.color-fim{color:#009fdf}.color-ff{color:#84bd00}.profile-detail__contact .color-uhk,.study-fields__table .color-uhk,.wysiwyg-content .color-uhk{color:#fff;background-color:#000}.profile-detail__contact .color-pdf,.study-fields__table .color-pdf,.wysiwyg-content .color-pdf{color:#fff;background-color:#ce0058}.profile-detail__contact .color-prf,.study-fields__table .color-prf,.wysiwyg-content .color-prf{color:#000;background-color:#ffa300}.profile-detail__contact .color-fim,.study-fields__table .color-fim,.wysiwyg-content .color-fim{color:#000;background-color:#009fdf}.profile-detail__contact .color-ff,.study-fields__table .color-ff,.wysiwyg-content .color-ff{color:#000;background-color:#84bd00}.profile-detail__contact .color-has-anchor,.study-fields__table .color-has-anchor,.wysiwyg-content .color-has-anchor{background-color:transparent}.profile-detail__contact .color-ff,.profile-detail__contact .color-fim,.profile-detail__contact .color-pdf,.profile-detail__contact .color-prf,.profile-detail__contact .color-uhk,.study-fields__table .color-ff,.study-fields__table .color-fim,.study-fields__table .color-pdf,.study-fields__table .color-prf,.study-fields__table .color-uhk,.wysiwyg-content .color-ff,.wysiwyg-content .color-fim,.wysiwyg-content .color-pdf,.wysiwyg-content .color-prf,.wysiwyg-content .color-uhk{padding:0 .2rem}.brand-list ul.brand-items-list,.category-subcategories-list,.clean-list,.group-detail .brand-categories-list,.index-list,.list-select__list,.list-unstyled,.product-detail .product-anchors,.product-detail .product-bundle-container .product-bundle-list,.product-list-as-table,.product-list.product-list-slider,.product-list.product-list-tiles,.product-photogallery .gallery-detail,.product-tags-container .product-tags-list,.product-tools,.product-tools>li ul,.promo-box__list,.rating-articles-list,.rating-articles-list>li .rating-comment-list,.rating-overview,.selected-filters .selected-filter-list,.simple-fulltext-list,.simple-index-list,.simple-list,.top-categories-container ul{list-style:none;margin:0;padding:0}.component-margin-bottom{margin-bottom:2.4rem}@media (min-width:576px){.component-margin-bottom{margin-bottom:3.2rem}}@media (min-width:768px){.component-margin-bottom{margin-bottom:4.8rem}}@media (min-width:992px){.component-margin-bottom{margin-bottom:6.4rem}}@media (min-width:1200px){.component-margin-bottom{margin-bottom:8rem}}.visually-hidden{position:absolute;width:1px;height:0;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.overflow-container{overflow-x:auto;padding-bottom:2.4rem}.acs-desc-wrap{display:inline-flex;width:2rem;height:2.4rem;flex-direction:column;position:relative;margin-left:1.2rem;top:.1rem}.acs-desc-wrap .asc,.acs-desc-wrap .desc{width:1.2rem;min-height:.8rem;display:block;background:url("/img/svg/source/dropdown-arrow.svg") 50%/cover no-repeat;opacity:.3;text-decoration:none;margin:.2rem 0;-o-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.acs-desc-wrap .asc.active,.acs-desc-wrap .desc.active{opacity:1}.acs-desc-wrap .asc:hover,.acs-desc-wrap .desc:hover{cursor:pointer;opacity:1;text-decoration:none}.acs-desc-wrap .desc{transform-origin:center center;-webkit-transform:rotate(.5turn);-ms-transform:rotate(.5turn);transform:rotate(.5turn)}.aspect-ratio,.opening-visual__aspect-ratio{height:0;position:relative;width:100%}.aspect-ratio>*,.opening-visual__aspect-ratio>*{border:0;height:100%;left:0;margin-top:0;position:absolute;top:0;width:100%}.aspect-ratio--1-1{padding-bottom:100%}.aspect-ratio--2-1{padding-bottom:50%}.aspect-ratio--3-2{padding-bottom:66.66667%}.aspect-ratio--4-3{padding-bottom:75%}.aspect-ratio--16-9{padding-bottom:56.25%}.aspect-ratio--16-10{padding-bottom:62.5%}.aspect-ratio--21-9{padding-bottom:42.85714%}.img-responsive{display:block;height:auto;max-width:100%;vertical-align:middle;width:auto}.sr-only-ob{position:absolute!important;width:1px;height:1px;padding:0!important;margin:-1px!important;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.main-ob{max-width:152rem}html{font-size:62.5%;height:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);scroll-behavior:smooth}body{font-family:Comenia-Sans-Regular,arial,sans-serif;font-weight:400;font-style:normal;font-display:swap;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden;font-size:1.6rem;scrollbar-color:#848789 #e1e4e7;scrollbar-width:thin}body ::-webkit-scrollbar{width:.8rem;height:.8rem}body ::-webkit-scrollbar-button{width:0;height:0}body ::-webkit-scrollbar-thumb{background:#848789;border:0;border-radius:5rem}body ::-webkit-scrollbar-thumb:hover{background:ligten(#000,5%)}body ::-webkit-scrollbar-thumb:active{background:#000}body ::-webkit-scrollbar-track{background:#e1e4e7;border:0;border-radius:5rem}body ::-webkit-scrollbar-track:active,body ::-webkit-scrollbar-track:hover{background:#e1e4e7}body ::-webkit-scrollbar-corner{background:transparent}.alert-products-empty,.h1,.h2,.h3,.h4,.notice-board__left>a,.notice-board__right>a,.order-wizard-contact-information h1,.order-wizard-shopping-cart h1,.order-wizard-summary h1,.slider__nav-item-header,h1,h2,h3,h4{margin-bottom:0}.faculty-nav__item a,.h1.line-top,.h1.map-card__title,.h2.line-top,.h2.map-card__title,.h3.line-top,.h3.map-card__title,.h4.line-top,.h4.map-card__title,.line-top.alert-products-empty,.line-top.slider__nav-item-header,.map-card__title.alert-products-empty,.notice-board__left>a.line-top,.notice-board__left>a.map-card__title,.notice-board__right>a.line-top,.notice-board__right>a.map-card__title,.order-wizard-contact-information h1.line-top,.order-wizard-contact-information h1.map-card__title,.order-wizard-shopping-cart h1.line-top,.order-wizard-shopping-cart h1.map-card__title,.order-wizard-summary h1.line-top,.order-wizard-summary h1.map-card__title,.slider__nav-item-header.map-card__title,.wysiwyg-content h2,h1.line-top,h1.map-card__title,h2.line-top,h2.map-card__title,h3.line-top,h3.map-card__title,h4.line-top,h4.map-card__title{position:relative}.faculty-nav__item a:before,.h1.line-top:before,.h1.map-card__title:before,.h2.line-top:before,.h2.map-card__title:before,.h3.line-top:before,.h3.map-card__title:before,.h4.line-top:before,.h4.map-card__title:before,.line-top.alert-products-empty:before,.line-top.slider__nav-item-header:before,.map-card__title.alert-products-empty:before,.notice-board__left>a.line-top:before,.notice-board__left>a.map-card__title:before,.notice-board__right>a.line-top:before,.notice-board__right>a.map-card__title:before,.order-wizard-contact-information h1.line-top:before,.order-wizard-contact-information h1.map-card__title:before,.order-wizard-shopping-cart h1.line-top:before,.order-wizard-shopping-cart h1.map-card__title:before,.order-wizard-summary h1.line-top:before,.order-wizard-summary h1.map-card__title:before,.slider__nav-item-header.map-card__title:before,.wysiwyg-content h2:before,h1.line-top:before,h1.map-card__title:before,h2.line-top:before,h2.map-card__title:before,h3.line-top:before,h3.map-card__title:before,h4.line-top:before,h4.map-card__title:before{display:block;position:absolute;top:0;left:0;content:"";width:40px;height:2px;background:#000}.h1,h1{font-family:Comenia-Sans-Regular,arial,sans-serif;font-weight:400;font-style:normal;font-display:swap;font-size:3.4rem;line-height:4.8rem}@media (min-width:768px){.h1,h1{font-size:3.6rem;line-height:5rem}}@media (min-width:992px){.h1,h1{font-size:3.8rem;line-height:5.4rem}}@media (min-width:1200px){.h1,h1{font-size:4rem;line-height:5.6rem}}.h2,.order-wizard-contact-information h1,.order-wizard-shopping-cart h1,.order-wizard-summary h1,.slider__nav-item-header,h2{font-family:Comenia-Sans-Regular,arial,sans-serif;font-weight:400;font-style:normal;font-display:swap;font-size:2.4rem;line-height:3.2rem;padding-top:1.6rem}.h2.line-top,.h2.map-card__title,.line-top.slider__nav-item-header,.order-wizard-contact-information h1.line-top,.order-wizard-contact-information h1.map-card__title,.order-wizard-shopping-cart h1.line-top,.order-wizard-shopping-cart h1.map-card__title,.order-wizard-summary h1.line-top,.order-wizard-summary h1.map-card__title,.slider__nav-item-header.map-card__title,.wysiwyg-content h2,h2.line-top,h2.map-card__title{padding-top:3.2rem}.h2.line-top:before,.h2.map-card__title:before,.line-top.slider__nav-item-header:before,.order-wizard-contact-information h1.line-top:before,.order-wizard-contact-information h1.map-card__title:before,.order-wizard-shopping-cart h1.line-top:before,.order-wizard-shopping-cart h1.map-card__title:before,.order-wizard-summary h1.line-top:before,.order-wizard-summary h1.map-card__title:before,.slider__nav-item-header.map-card__title:before,.wysiwyg-content h2:before,h2.line-top:before,h2.map-card__title:before{top:1.6rem}@media (min-width:768px){.h2,.order-wizard-contact-information h1,.order-wizard-shopping-cart h1,.order-wizard-summary h1,.slider__nav-item-header,h2{font-size:2.6rem;line-height:3.6rem}}@media (min-width:992px){.h2,.order-wizard-contact-information h1,.order-wizard-shopping-cart h1,.order-wizard-summary h1,.slider__nav-item-header,h2{font-size:2.8rem;line-height:4rem}}@media (min-width:1200px){.h2,.order-wizard-contact-information h1,.order-wizard-shopping-cart h1,.order-wizard-summary h1,.slider__nav-item-header,h2{font-size:3rem;line-height:4.2rem}}.order-wizard-contact-information .wysiwyg-content--study-fields h1,.order-wizard-shopping-cart .wysiwyg-content--study-fields h1,.order-wizard-summary .wysiwyg-content--study-fields h1,.wysiwyg-content--study-fields .h2,.wysiwyg-content--study-fields .order-wizard-contact-information h1,.wysiwyg-content--study-fields .order-wizard-shopping-cart h1,.wysiwyg-content--study-fields .order-wizard-summary h1,.wysiwyg-content--study-fields .slider__nav-item-header,.wysiwyg-content--study-fields h2{font-size:1.8rem;line-height:2.5rem}@media (min-width:768px){.order-wizard-contact-information .wysiwyg-content--study-fields h1,.order-wizard-shopping-cart .wysiwyg-content--study-fields h1,.order-wizard-summary .wysiwyg-content--study-fields h1,.wysiwyg-content--study-fields .h2,.wysiwyg-content--study-fields .order-wizard-contact-information h1,.wysiwyg-content--study-fields .order-wizard-shopping-cart h1,.wysiwyg-content--study-fields .order-wizard-summary h1,.wysiwyg-content--study-fields .slider__nav-item-header,.wysiwyg-content--study-fields h2{font-size:1.9rem;line-height:2.6rem}}@media (min-width:992px){.order-wizard-contact-information .wysiwyg-content--study-fields h1,.order-wizard-shopping-cart .wysiwyg-content--study-fields h1,.order-wizard-summary .wysiwyg-content--study-fields h1,.wysiwyg-content--study-fields .h2,.wysiwyg-content--study-fields .order-wizard-contact-information h1,.wysiwyg-content--study-fields .order-wizard-shopping-cart h1,.wysiwyg-content--study-fields .order-wizard-summary h1,.wysiwyg-content--study-fields .slider__nav-item-header,.wysiwyg-content--study-fields h2{font-size:2rem;line-height:2.8rem}}@media (min-width:1200px){.order-wizard-contact-information .wysiwyg-content--study-fields h1,.order-wizard-shopping-cart .wysiwyg-content--study-fields h1,.order-wizard-summary .wysiwyg-content--study-fields h1,.wysiwyg-content--study-fields .h2,.wysiwyg-content--study-fields .order-wizard-contact-information h1,.wysiwyg-content--study-fields .order-wizard-shopping-cart h1,.wysiwyg-content--study-fields .order-wizard-summary h1,.wysiwyg-content--study-fields .slider__nav-item-header,.wysiwyg-content--study-fields h2{font-size:2.3rem;line-height:3rem}}.alert-products-empty,.h3,h3{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;font-size:1.8rem;line-height:2.5rem;padding-top:1.6rem;margin-bottom:0}.h3.line-top,.h3.map-card__title,.line-top.alert-products-empty,.map-card__title.alert-products-empty,h3.line-top,h3.map-card__title{padding-top:3.2rem}.h3.line-top:before,.h3.map-card__title:before,.line-top.alert-products-empty:before,.map-card__title.alert-products-empty:before,h3.line-top:before,h3.map-card__title:before{top:1.6rem}@media (min-width:768px){.alert-products-empty,.h3,h3{font-size:1.9rem;line-height:2.6rem}}@media (min-width:992px){.alert-products-empty,.h3,h3{font-size:2rem;line-height:2.8rem}}@media (min-width:1200px){.alert-products-empty,.h3,h3{font-size:2.3rem;line-height:3rem}}.h4,.notice-board__left>a,.notice-board__right>a,h4{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;font-size:1.7rem;line-height:2.4rem;padding-top:1.6rem}.faculty-nav__item a,.h4.line-top,.h4.map-card__title,.notice-board__left>a.line-top,.notice-board__left>a.map-card__title,.notice-board__right>a.line-top,.notice-board__right>a.map-card__title,h4.line-top,h4.map-card__title{padding-top:3.2rem}.faculty-nav__item a:before,.h4.line-top:before,.h4.map-card__title:before,.notice-board__left>a.line-top:before,.notice-board__left>a.map-card__title:before,.notice-board__right>a.line-top:before,.notice-board__right>a.map-card__title:before,h4.line-top:before,h4.map-card__title:before{top:1.6rem}.p,p{font-size:1.6rem;line-height:2.6rem;margin-bottom:1.2rem}@media (min-width:992px){.p,p{font-size:1.7rem;line-height:2.9rem}}a{position:relative;transition:text-shadow .2s linear}a,a:hover{color:#000;text-decoration:underline}a:hover{text-shadow:.5px 0 0 currentColor}.main__article-perex,.perex{font-size:2.1rem;line-height:3.2rem;margin-bottom:2.4rem}b,strong{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap}abbr[data-tippy-content]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}#tinymce img{max-width:100%;height:auto}@-webkit-keyframes dropdown-content-slide-in{0%{-webkit-transform:translateY(16px);transform:translateY(16px)}to{display:block;visibility:visible;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes dropdown-content-slide-in{0%{-webkit-transform:translateY(16px);transform:translateY(16px)}to{display:block;visibility:visible;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fade-in{0%{opacity:0;-webkit-transform:translate3d(0,-.8rem,0);transform:translate3d(0,-.8rem,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fade-in{0%{opacity:0;-webkit-transform:translate3d(0,-.8rem,0);transform:translate3d(0,-.8rem,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes to-top-arrow-slide{0%{-webkit-transform:translateY(0);transform:translateY(0)}25%{-webkit-transform:translateY(-3rem);transform:translateY(-3rem);opacity:0}50%{-webkit-transform:translateY(3rem);transform:translateY(3rem);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes to-top-arrow-slide{0%{-webkit-transform:translateY(0);transform:translateY(0)}25%{-webkit-transform:translateY(-3rem);transform:translateY(-3rem);opacity:0}50%{-webkit-transform:translateY(3rem);transform:translateY(3rem);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@-webkit-keyframes pulsate-active{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes pulsate-active{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@-webkit-keyframes plain-fade-in{0%{opacity:0}to{opacity:1}}@keyframes plain-fade-in{0%{opacity:0}to{opacity:1}}.svg-sprite-container{position:absolute!important;top:-9999px!important;left:-9999px!important}.svg-icon{fill:#000;width:24px;height:24px;transition:all .3s linear}.svg-icon--uhk{fill:#000}.svg-icon--ff{fill:#84bd00}.svg-icon--pdf{fill:#ce0058}.svg-icon--prf{fill:#ffa300}.svg-icon--fim{fill:#009fdf}.svg-image{max-width:100%;height:auto}.svg-arrow{height:20px;width:20px}.duotone-filter{position:fixed}html.env-development body:after{position:fixed;font-size:.8em;bottom:0;right:0;padding:2px 4px;z-index:9999;background:#333;background:rgba(51,51,51,.5);color:#f2f2f2;content:"[ Mobile First! Up to 576px|| Container max-width = 540px]"}@media (min-width:576px){html.env-development body:after{background:#333;background:rgba(51,51,51,.6);color:#f2f2f2;content:"[ Small = 576px - 768px || Container max-width = 720px]"}}@media (min-width:768px){html.env-development body:after{background:#333;background:rgba(51,51,51,.7);color:#f2f2f2;content:"[ Tablet = 768px - 992px || Container max-width = 960px]"}}@media (min-width:992px){html.env-development body:after{background:#333;background:rgba(51,51,51,.8);color:#f2f2f2;content:"[ Desktop = 992px and more || Container max-width = 1600px ]"}}@media (min-width:1200px){html.env-development body:after{background:#333;background:rgba(51,51,51,.8);color:#f2f2f2;content:"[ Widescreen = 1200px and more || Container max-width = 1600px ]"}}.articles-block__container,.box-list,.boxes-variants__container,.contact-with-citation__container,.contacts-bar__container,.container,.crisis-contacts__container,.download-files__container,.dropdown-text__container,.faq__container,.header.sticky,.keep-in-touch,.layout-container,.materials-download__container,.materials-download__container-head,.materials-download__container-slider,.opening-visual__container,.photogallery__container,.products__container,.slider,.we-cooperate__container,.workplace-contact__container,.wysiwyg-content__container,.zig-zag__container{padding-right:0!important;padding-left:0!important}@media print{.articles-block__container,.box-list,.boxes-variants__container,.contact-with-citation__container,.contacts-bar__container,.container,.crisis-contacts__container,.download-files__container,.dropdown-text__container,.faq__container,.header.sticky,.keep-in-touch,.layout-container,.materials-download__container,.materials-download__container-head,.materials-download__container-slider,.opening-visual__container,.photogallery__container,.products__container,.slider,.we-cooperate__container,.workplace-contact__container,.wysiwyg-content__container,.zig-zag__container{width:100%!important;padding:0!important;margin:0!important;max-width:90%!important}}.articles-block__container,.boxes-variants__container,.contact-with-citation__container,.contacts-bar__container,.crisis-contacts__container,.download-files__container,.dropdown-text__container,.faq__container,.layout-container,.materials-download__container-head,.opening-visual__container,.photogallery__container,.products__container,.we-cooperate__container,.workplace-contact__container,.wysiwyg-content__container,.zig-zag__container{padding-right:0;padding-left:0}@media (min-width:992px){.articles-block__container,.boxes-variants__container,.contact-with-citation__container,.contacts-bar__container,.crisis-contacts__container,.download-files__container,.dropdown-text__container,.faq__container,.layout-container,.materials-download__container-head,.opening-visual__container,.photogallery__container,.products__container,.we-cooperate__container,.workplace-contact__container,.wysiwyg-content__container,.zig-zag__container{padding-right:2rem;padding-left:2rem}}@media (min-width:1200px){.articles-block__container,.boxes-variants__container,.contact-with-citation__container,.contacts-bar__container,.crisis-contacts__container,.download-files__container,.dropdown-text__container,.faq__container,.layout-container,.materials-download__container-head,.opening-visual__container,.photogallery__container,.products__container,.we-cooperate__container,.workplace-contact__container,.wysiwyg-content__container,.zig-zag__container{padding-right:4.4rem;padding-left:4.4rem}}@media print{.articles-block__container,.boxes-variants__container,.contact-with-citation__container,.contacts-bar__container,.crisis-contacts__container,.download-files__container,.dropdown-text__container,.faq__container,.layout-container,.materials-download__container-head,.opening-visual__container,.photogallery__container,.products__container,.we-cooperate__container,.workplace-contact__container,.wysiwyg-content__container,.zig-zag__container{width:100%!important;padding:0!important;margin:0!important;max-width:90%!important}}@media (min-width:768px){.page-main{margin:0 2rem}}@media (min-width:992px){.page-main{padding-top:16rem;box-shadow:0 0 2.4rem .4rem rgba(78,85,94,.15);overflow:hidden}}@media print{.page-main{width:100%!important;padding:0!important;margin:0!important}}.main,.product-detail{position:relative;display:block;padding:0 2rem}@media (min-width:1200px){.main,.product-detail{padding:2rem 0;margin:0 3.2rem 3.2rem}}@media print{.main,.product-detail{padding:0!important}}.main .search-form,.main__content,.main__header,.main h1,.product-detail .search-form,.product-detail h1{padding:0 2.4rem;background:#fff;position:relative;z-index:0}@media (min-width:992px){.main .search-form,.main__content,.main__header,.main h1,.product-detail .search-form,.product-detail h1{padding:0 0 4rem}}@media (min-width:992px){.main--motive .main .search-form,.main--motive .main__content,.main--motive .main__header,.main--motive .main h1,.main--motive .product-detail .search-form,.main--motive .product-detail h1,.main .main--motive .search-form,.main .main--motive h1,.product-detail .main--motive .search-form,.product-detail .main--motive h1{margin:0 8.33333%;padding-left:8rem;padding-right:8rem}}@media print{.main .search-form,.main__content,.main__header,.main h1,.product-detail .search-form,.product-detail h1{width:100%!important;padding:0!important;margin:0 2.4rem!important}}.main__header,.main h1,.product-detail h1{margin-bottom:2.4rem}@media (min-width:992px){.main__header,.main h1,.product-detail h1{margin-bottom:0;padding-top:.8rem}}.main__motive{width:100%;position:relative;z-index:-1;margin:0 0 2.4rem}@media (min-width:992px){.main__motive{margin:-2.4rem 0 -4.8rem}}@media (min-width:992px){.main .main__motive+.search-form,.main__motive+.main__content,.product-detail .main__motive+.search-form{padding-top:4.8rem}}.main--condensed{padding-left:0;padding-right:0}@media (min-width:992px){.main--condensed{margin:0 8.33333% 2.4rem}}@media (min-width:1200px){.main--condensed{margin:0 16.66666% 3.2rem}}.main__article-details{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;position:relative;font-size:1.2rem;padding:0 2.4rem;margin-bottom:1.6rem}.main__article-details a{text-decoration:none;white-space:nowrap}.main__article-details a:not(:first-child){margin-left:.8rem}.main__article-details a:hover{text-decoration:underline;text-shadow:none}.main__article-details span:not(:first-child){margin:0 .8rem}@media (min-width:992px){.main__article-details{padding:0}}.article-details-faculty{align-items:center;margin:0;padding:.1rem .6rem}.theme-uhk .article-details-faculty{background-color:#000}.theme-ff .article-details-faculty{background-color:#84bd00}.theme-pdf .article-details-faculty{background-color:#ce0058}.theme-prf .article-details-faculty{background-color:#ffa300}.theme-fim .article-details-faculty{background-color:#009fdf}.theme-pdf .article-details-faculty,.theme-uhk .article-details-faculty{color:#fff}.error-header{font-size:13rem;display:flex;align-items:center}.error-header span{font-size:10rem;overflow:hidden;width:auto;max-width:40rem}.error-header .svg-icon{fill:#212529;width:7rem;height:14rem}.error-header+.main__header,.main .error-header+h1,.product-detail .error-header+h1{padding-bottom:0}.error-btn-set{position:relative;z-index:1}.error-btn-set .btn{margin-right:1.6rem;margin-bottom:1.6rem}.people-search-contacts{padding-top:3.2rem}.events-content__btn--hp{width:32rem;margin:0 2rem 8rem 0}@media (min-width:992px){.events-content__btn--hp{width:56rem;top:-12rem}}@media (min-width:1200px){.events-content__btn--hp{margin-bottom:5.6rem;width:64rem}}.events-content__btn--hp .btn-arrow{display:flex;margin-right:0}@media (min-width:1200px){.events-content__btn--hp .btn-arrow{max-width:none}}iframe{margin:0}.scramjet-container{padding-left:2.4rem;padding-right:2.4rem;padding-bottom:2.4rem}.scramjet-container h1{background-color:transparent!important;padding-left:0;padding-right:0}.scramjet-container img{max-width:100%;height:auto}@media (min-width:768px){.scramjet-container{padding-left:0;padding-right:0;padding-bottom:0}}.esp-scramjet .scramjet-container{padding-left:0;padding-right:0;padding-bottom:0}.page-main .content-container{padding-left:0;padding-right:0}@media (min-width:1200px){.page-main .content-container{padding-left:6.4rem;padding-right:6.4rem}}.content-container .main .search-form,.content-container .main__content,.content-container .main__header,.content-container .main h1,.content-container .product-detail .search-form,.content-container .product-detail h1,.main .content-container .search-form,.main .content-container h1,.product-detail .content-container .search-form,.product-detail .content-container h1{padding-left:0;padding-right:0}@media (min-width:992px){.content-container .main .search-form,.content-container .main__content,.content-container .main__header,.content-container .main h1,.content-container .product-detail .search-form,.content-container .product-detail h1,.main .content-container .search-form,.main .content-container h1,.product-detail .content-container .search-form,.product-detail .content-container h1{padding-left:8rem;padding-right:8rem}}.content-container .main__article-details{padding-left:0;padding-right:0}@media (min-width:992px){.content-container .main__article-details{padding-left:8rem;padding-right:8rem}}@media (min-width:992px){.content-container .main--motive .main__article-details{padding-left:0;padding-right:0}}.content-container .side-menu__list{padding-left:2rem;padding-right:2rem}@media (min-width:992px){.content-container .side-menu__list{padding-left:0;padding-right:0}}.form-group--recaptcha-invisible .form-group__label,.form-group--recaptcha .form-group__label{display:none}.wysiwyg-content__container .wysiwyg-content{max-width:79rem;margin:0 auto 6.4rem;padding:0 3rem;overflow-x:auto}@media (min-width:576px){.wysiwyg-content__container .wysiwyg-content{margin:0 auto 12.8rem;padding:0}}.wysiwyg-content{margin-bottom:4rem;overflow-x:auto}.wysiwyg-content img{display:block;height:auto;max-width:100%;vertical-align:middle;width:auto;margin-bottom:2rem}.wysiwyg-content img.float-right{margin-left:4rem}.wysiwyg-content img.float-left{margin-right:4rem}.wysiwyg-content h2{margin-bottom:2.4rem}.theme-uhk .wysiwyg-content h2:before{background:#000}.theme-pdf .wysiwyg-content h2:before{background:#ce0058}.theme-prf .wysiwyg-content h2:before{background:#ffa300}.theme-fim .wysiwyg-content h2:before{background:#009fdf}.theme-ff .wysiwyg-content h2:before{background:#84bd00}.wysiwyg-content .ul,.wysiwyg-content ul{list-style:none!important;padding-left:2rem}.wysiwyg-content .ul li,.wysiwyg-content ul li{position:relative;display:table}.wysiwyg-content .ul li:not(:last-of-type),.wysiwyg-content ul li:not(:last-of-type){padding-bottom:.8rem}.wysiwyg-content .ul li:before,.wysiwyg-content ul li:before{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;position:absolute;font-size:1.6rem;left:-2rem;top:0}.wysiwyg-content .ul li .ul,.wysiwyg-content .ul li ul,.wysiwyg-content ul li .ul,.wysiwyg-content ul li ul{padding-top:1rem}.wysiwyg-content .ul li:before,.wysiwyg-content ul li:before{content:"\BB"}.wysiwyg-content .ul .ul li:before,.wysiwyg-content .ul ul li:before,.wysiwyg-content ul .ul li:before,.wysiwyg-content ul ul li:before{content:"\203A"}.wysiwyg-content .ol,.wysiwyg-content ol{padding-left:1.6rem;margin-left:1rem}.wysiwyg-content .ol>li:before,.wysiwyg-content ol>li:before{display:none}.wysiwyg-content .ol>li:not(:last-of-type),.wysiwyg-content ol>li:not(:last-of-type){padding-bottom:.8rem}.wysiwyg-content .ol .ol,.wysiwyg-content .ol ol,.wysiwyg-content ol .ol,.wysiwyg-content ol ol{padding-top:1rem;margin-left:0}.wysiwyg-content span.color-uhk a:not(.btn){text-decoration-color:#000}.wysiwyg-content span.color-ff a:not(.btn){text-decoration-color:#84bd00}.wysiwyg-content span.color-fim a:not(.btn){text-decoration-color:#009fdf}.wysiwyg-content span.color-pdf a:not(.btn){text-decoration-color:#ce0058}.wysiwyg-content span.color-prf a:not(.btn){text-decoration-color:#ffa300}.wysiwyg-content span.color-ff a:hover,.wysiwyg-content span.color-fim a:hover,.wysiwyg-content span.color-pdf a:hover,.wysiwyg-content span.color-prf a:hover,.wysiwyg-content span.color-uhk a:hover{cursor:pointer}.wysiwyg-content a{text-decoration-thickness:.2rem}.theme-uhk .wysiwyg-content a:not(.btn){text-decoration-color:#000}.theme-ff .wysiwyg-content a:not(.btn){text-decoration-color:#84bd00}.theme-pdf .wysiwyg-content a:not(.btn){text-decoration-color:#ce0058}.theme-prf .wysiwyg-content a:not(.btn){text-decoration-color:#ffa300}.theme-fim .wysiwyg-content a:not(.btn){text-decoration-color:#009fdf}.wysiwyg-content a[id]{position:absolute;margin-top:14rem;display:block;scroll-margin-top:12rem;z-index:-1}@media (min-width:992px){.wysiwyg-content a[id]{margin-top:-2rem}}.wysiwyg-content b,.wysiwyg-content strong{position:relative}.wysiwyg-content .btn{max-width:99%}.wysiwyg-content .btn+.btn{margin-bottom:.8rem}@media (min-width:992px){.wysiwyg-content .btn+.btn{margin-left:.8rem}}.wysiwyg-content .image-with-note p{font-size:1.5rem}.wysiwyg-content .image-with-note em{padding:.8rem 2.4rem 0 0}.wysiwyg-content .image-with-note .note{font-style:italic}.wysiwyg-content>p:first-child .responsive-video{margin-top:0}.mce-content-body .color-uhk{color:#fff;background-color:#000}.mce-content-body .color-pdf{color:#fff;background-color:#ce0058}.mce-content-body .color-prf{color:#000;background-color:#ffa300}.mce-content-body .color-fim{color:#000;background-color:#009fdf}.mce-content-body .color-ff{color:#000;background-color:#84bd00}.mce-content-body .color-ff,.mce-content-body .color-fim,.mce-content-body .color-pdf,.mce-content-body .color-prf,.mce-content-body .color-uhk{padding:0 .2rem}.mce-content-body span.color-uhk a{text-decoration-color:#000}.mce-content-body span.color-ff a{text-decoration-color:#84bd00}.mce-content-body span.color-fim a{text-decoration-color:#009fdf}.mce-content-body span.color-pdf a{text-decoration-color:#ce0058}.mce-content-body span.color-prf a{text-decoration-color:#ffa300}.mce-content-body span.color-ff a,.mce-content-body span.color-fim a,.mce-content-body span.color-pdf a,.mce-content-body span.color-prf a,.mce-content-body span.color-uhk a{background-color:#fff;margin-left:-2px;margin-right:-2px;border-left:2px solid transparent}.mce-content-body .image-with-note .note{font-style:italic}.mce-content-body a{text-decoration-thickness:.2rem}.mce-content-body .sign-language__video-trigger,body>.sign-language__video-trigger-content .sign-language__video-trigger{display:inline;cursor:auto}.mce-content-body .sign-language__video-trigger .svg-icon,body>.sign-language__video-trigger-content .sign-language__video-trigger .svg-icon{background-image:url("/img/svg/source/sign-language.svg")}.btn{position:relative;display:inline-block;box-sizing:border-box;text-shadow:.04rem 0 0 currentColor;font-size:1.6rem;line-height:1.6rem;color:#000;padding:15px;cursor:pointer;text-align:left;text-decoration:none;-o-transition:background .3s linear;-webkit-transition:background .3s linear;transition:background .3s linear;white-space:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 0 1.2rem .2rem rgba(78,85,94,.15)}.btn,.btn:after{background:#fff;border:1px solid #000}.btn:after{content:"";position:absolute;box-sizing:content-box;height:100%;width:100%;left:4px;top:4px;pointer-events:none;transition:all .25s ease-in-out;z-index:-1}.btn:hover{text-decoration:none;color:#fff;background:#000;outline:0;text-shadow:none}.btn:hover:after{left:-1px;top:-1px}.btn.disabled,.btn:disabled{color:#999;border-color:#999;pointer-events:none}.btn.disabled:hover,.btn:disabled:hover{cursor:not-allowed;background:#fff}.btn.disabled:hover:after,.btn:disabled:hover:after{left:5px;top:5px}.btn.disabled:after,.btn:disabled:after{border-color:#999}.btn:focus-visible{outline-offset:1px}.btn .button-label{pointer-events:none}.btn-arrow{position:relative;display:inline-flex;justify-content:space-between;align-items:center;box-sizing:border-box;text-shadow:.04rem 0 0 currentColor;font-size:1.6rem;line-height:1.6rem;color:#000;padding:15px;cursor:pointer;text-align:left;text-decoration:none;-o-transition:background .3s linear;-webkit-transition:background .3s linear;transition:background .3s linear;white-space:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 0 1.2rem .2rem rgba(78,85,94,.15)}.btn-arrow,.btn-arrow:after{background:#fff;border:1px solid #000}.btn-arrow:after{content:"";position:absolute;box-sizing:content-box;pointer-events:none;height:100%;width:100%;left:4px;top:4px;transition:all .25s ease-in-out;z-index:-1}.btn-arrow:hover{text-decoration:none;color:#fff;background:#000;outline:0;text-shadow:none}.btn-arrow:hover:after{left:-1px;top:-1px}.btn-arrow:hover .svg-icon{fill:#fff;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.btn-arrow.disabled,.btn-arrow:disabled{color:#999;border-color:#999}.btn-arrow.disabled:hover,.btn-arrow:disabled:hover{cursor:not-allowed;background:#fff}.btn-arrow.disabled:hover:after,.btn-arrow:disabled:hover:after{left:5px;top:5px}.btn-arrow.disabled:hover .svg-icon,.btn-arrow:disabled:hover .svg-icon{fill:#999;-webkit-transform:translateX(-8px);-ms-transform:translateX(-8px);transform:translateX(-8px)}.btn-arrow.disabled:after,.btn-arrow:disabled:after{border-color:#999}.btn-arrow.disabled .svg-icon,.btn-arrow:disabled .svg-icon{fill:#999}.btn-arrow .svg-icon{width:24px;height:16px;padding-left:8px;margin-left:8px;flex:0 0 24px;-webkit-transform:translateX(-8px);-ms-transform:translateX(-8px);transform:translateX(-8px)}.btn--small{font-family:Comenia-Sans-Regular,arial,sans-serif;font-weight:400;font-style:normal;font-display:swap;font-size:1.4rem;padding:12px}.btn--small:after{left:2px;top:2px}@media (min-width:992px){.btn--large{padding:20px}}@media (min-width:992px){.btn--large .svg-icon{width:3.2rem;height:1.8rem}}.btn--block{width:100%}.btn--block+.btn--block{margin-top:16px}.btn-close{background-color:transparent;border:0;margin-left:auto}.btn-close:hover{cursor:pointer}.btn--floating{margin:0 2.4rem}.esp-fixed-container .esp-fixed-target.esp-popup-loading,.esp-floating-target.esp-popup-loading,.esp-loading-common{color:#000}.esp-fixed-container{background:hsla(0,0%,100%,.9);padding:0}.esp-fixed-container .esp-fixed-target{background:#fff;box-shadow:0 0 24px 4px rgba(78,85,94,.15);padding:2.4rem;border-radius:0;max-width:90vw;z-index:0}@media (min-width:768px){.esp-fixed-container .esp-fixed-target{max-width:80vw}}@media (min-width:992px){.esp-fixed-container .esp-fixed-target{max-width:70vw}}@media (min-width:1200px){.esp-fixed-container .esp-fixed-target{max-width:50vw}}.esp-floating-target{background:#fff;padding:2.4rem;border-radius:0;text-align:left;box-shadow:0 0 24px 4px rgba(78,85,94,.15);line-height:1}.esp-fixed-close{cursor:pointer;position:absolute;font-size:2.2rem;line-height:2.2rem;top:.8rem;right:.8rem;color:#000;-o-transition:color .2s linear;-webkit-transition:color .2s linear;transition:color .2s linear}.esp-fixed-close:before{position:relative;top:1px;display:inline-block;font-family:glyphicon;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.esp-fixed-close:before:empty{width:1em}.esp-fixed-close .svg-icon{display:none}.esp-iframe{width:640px;height:480px}.esp-iframe iframe{border:0}.esp-confirm{background:#f9ede8!important}.esp-confirm__title{margin-top:0;margin-bottom:1.6rem}.esp-confirm__text{color:#000;margin-bottom:2.4rem;padding-left:6.5rem;min-height:4.4rem}.esp-confirm__text:before{font-size:5rem;top:0;left:0}.esp-confirm__text strong{color:#000}.esp-confirm__btn-container{margin-bottom:0}.esp-confirm__confirm-btn{position:relative;display:inline-block;box-sizing:border-box;text-shadow:.04rem 0 0 currentColor;font-size:1.6rem;line-height:1.6rem;background:#fff;color:#000;border:1px solid #000;padding:15px;cursor:pointer;text-align:left;text-decoration:none;-o-transition:background .3s linear;-webkit-transition:background .3s linear;transition:background .3s linear;white-space:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 0 1.2rem .2rem rgba(78,85,94,.15);margin-right:2rem}.esp-confirm__confirm-btn:after{content:"";position:absolute;box-sizing:content-box;background:#fff;border:1px solid #000;height:100%;width:100%;left:4px;top:4px;pointer-events:none;transition:all .25s ease-in-out;z-index:-1}.esp-confirm__confirm-btn:hover{text-decoration:none;color:#fff;background:#000;outline:0;text-shadow:none}.esp-confirm__confirm-btn:hover:after{left:-1px;top:-1px}.esp-confirm__confirm-btn.disabled,.esp-confirm__confirm-btn:disabled{color:#999;border-color:#999;pointer-events:none}.esp-confirm__confirm-btn.disabled:hover,.esp-confirm__confirm-btn:disabled:hover{cursor:not-allowed;background:#fff}.esp-confirm__confirm-btn.disabled:hover:after,.esp-confirm__confirm-btn:disabled:hover:after{left:5px;top:5px}.esp-confirm__confirm-btn.disabled:after,.esp-confirm__confirm-btn:disabled:after{border-color:#999}.esp-confirm__confirm-btn:focus-visible{outline-offset:1px}.esp-confirm__decline-btn{color:#ffa300}.esp-confirm__decline-btn:focus,.esp-confirm__decline-btn:hover{color:#996200}.esp-confirm .esp-confirm__ico .svg-icon{position:absolute;left:2rem;width:50px;height:50px}.esp-target-opened form{padding:2rem 0}@media (min-width:992px){.esp-target-opened form{padding:2rem}}@media (min-width:992px){.esp-target-opened .form-group{max-width:32rem}}@media (min-width:992px){.esp-target-opened.esp-scramjet--course .form-group{max-width:inherit}}.esp-add-to-cart .alert,.esp-add-to-cart .product-detail .product-watching-now__content,.product-detail .esp-add-to-cart .product-watching-now__content{margin:4rem auto}.esp-add-to-cart .add-to-cart-btn-container .btn-next{margin-bottom:1.2rem}.esp-target{display:none;position:relative}.esp-target.esp-target-opened{display:block}.esp-fixed-container{display:none;position:fixed;top:0;left:0;height:100%;width:100%;z-index:10000;text-align:center;overflow-y:auto}.esp-fixed-container.visible{display:block}.esp-fixed-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.esp-fixed-container .esp-fixed-target{text-align:left;display:inline-block;vertical-align:middle}.esp-fixed-container .esp-fixed-target.esp-target-opened{display:inline-block}.esp-floating-target{position:absolute;top:100%;right:0;z-index:2}.esp-scramjet--course .btn{margin-top:2rem}.esp__target--branch-picker{max-width:100%!important}.private-link-container{margin-top:4rem}.private-link{position:relative;display:inline-block;padding-right:2rem!important}.private-link>span:first-of-type{position:absolute;top:.2rem;right:-2rem;width:2rem;height:2rem;display:inline-flex}.private-link-container .private-link>span:first-of-type{top:1.2rem}.private-link>span:first-of-type:after,.private-link>span:first-of-type:before{position:absolute;right:0;opacity:0;pointer-events:none;text-align:center}.private-link>span:first-of-type:before{top:-1.6rem;right:-16rem;background-color:#fff;font-size:1.3rem;text-shadow:none;box-shadow:0 0 1.2rem .2rem rgba(78,85,94,.15);border-radius:.8rem;color:#000;content:attr(aria-label);padding:1.2rem;text-transform:none;-o-transition:all .2s ease;-webkit-transition:all .2s ease;transition:all .2s ease;width:16rem;white-space:normal}.private-link>span:first-of-type:after{top:.4rem;right:0;height:0;border-top:.8rem solid transparent;border-bottom:.8rem solid transparent;border-right:.8rem solid #fff;content:"";font-size:0;line-height:0;margin-left:-5px;width:0}.private-link>span:first-of-type.no-tooltip:after,.private-link>span:first-of-type.no-tooltip:before{display:none}.private-link:focus,.private-link:hover{color:#1a1a1a}.private-link:focus>span:first-of-type,.private-link:hover>span:first-of-type{opacity:1}.private-link:focus>span:first-of-type:after,.private-link:focus>span:first-of-type:before,.private-link:hover>span:first-of-type:after,.private-link:hover>span:first-of-type:before{opacity:1;-o-transition:all .2s ease;-webkit-transition:all .2s ease;transition:all .2s ease;z-index:1}.private-link:focus>span:first-of-type:before,.private-link:hover>span:first-of-type:before{right:-17.6rem}.private-link:focus>span:first-of-type:after,.private-link:hover>span:first-of-type:after{right:-1.6rem}.private-link--no-hover:focus,.private-link--no-hover:hover{color:gray}.private-link--locked>span:first-of-type{background:url("/img/svg/source/lock-locked.svg") 100% 0/2rem 2rem no-repeat;opacity:.5}.private-link--unlocked>span:first-of-type{background:url("/img/svg/source/lock-unlocked.svg") 100% 0/2rem 2rem no-repeat;opacity:.5}.header{position:relative;padding-top:1.6rem;margin-bottom:2.4rem;z-index:12}.header.is-active:before{position:absolute;display:block;content:"";width:100%;height:calc(100% - 52px);box-shadow:0 1.2rem 2.4rem .4rem rgba(78,85,94,.15);margin-top:52px}@media (min-width:992px){.header.is-active:before{display:none}}@media (min-width:992px){.header{min-height:auto}}.header ul li{position:static}.header a,.header a:hover{text-decoration:none}.header .svg-icon{max-width:2rem;margin-right:1.6rem}.header .dropdown .dropdown__content{opacity:0;display:flex}.header .dropdown .dropdown__content-body{box-shadow:none}.header .dropdown.opened .dropdown__trigger{background:transparent}.header .dropdown.opened .dropdown__content{opacity:1;visibility:visible;animation:none}.header .dropdown__trigger{box-sizing:border-box;font-weight:400;font-size:inherit;line-height:inherit;background:transparent;color:inherit;border:0;margin:0;padding:0;cursor:pointer;text-align:left;text-decoration:none;box-shadow:none;-o-transition:background .4s ease-in-out;-webkit-transition:background .4s ease-in-out;transition:background .4s ease-in-out;white-space:nowrap;user-select:none}.header .dropdown__trigger:hover{background:transparent;color:#000}.header .dropdown__trigger:after{border:0;background:transparent;display:none}@media (min-width:992px){.sticky-bg:before{display:block;left:2rem;content:"";height:10rem;max-width:calc(100% - 4rem);background:#fff;box-shadow:0 0 2.4rem .4rem rgba(78,85,94,.15)}}@media (min-width:992px){.header.sticky,.sticky-bg:before{position:fixed;top:0;width:100%;z-index:11}.header.sticky{left:auto;padding-top:10rem;margin-bottom:0;-webkit-animation:fade-in .3s 0s ease-in forwards;animation:fade-in .3s 0s ease-in forwards}}@media (min-width:992px){.header.sticky .header__logo{top:1.6rem}}@media (min-width:1200px){.header.sticky .header__logo{top:2.4rem}}@media (min-width:992px){.header.sticky .header__nav-main{top:1.6rem}}@media (min-width:992px){.header.sticky .header__nav-actions,.header.sticky .header__nav-faculty{display:none}}.header__burger{position:absolute;top:1.2rem;right:2rem;width:4.8rem;height:4.8rem;border:none;background:transparent;cursor:pointer;padding-left:.6rem;z-index:1;font-size:0}.header__burger:focus{outline:none}.header__burger:after,.header__burger:before,.header__burger span{display:block;width:72%;height:2px;border-radius:10rem;position:absolute;background:#000;z-index:3}.header__burger:after,.header__burger:before{content:"";transition:width .3s .4s}.header__burger:after{top:1.4rem;left:.6rem;margin-top:0}.header__burger:before{width:56%;bottom:1.4rem;left:.6rem;margin-bottom:0}.header__burger span{top:50%;margin-top:-.1rem;transition:transform .3s}.header__burger span:before{position:absolute;content:"";background:#000;width:100%;height:.2rem;left:0;border-radius:10rem;transition:transform .3s}.header__nav-main.opened .header__burger{box-shadow:0 .2rem 1.2rem 0 rgba(78,85,94,.15)}.header__nav-main.opened .header__burger:after{transition:all .2s;width:0;left:0}.header__nav-main.opened .header__burger:before{transition:all .2s;width:0;right:0}.header__nav-main.opened .header__burger span{transform:rotate(45deg);transition:transform .3s .4s}.header__nav-main.opened .header__burger span:before{transform:rotate(-90deg);transition:transform .3s .4s}.header__logo{position:relative;color:transparent;height:4rem;background-size:contain;background-repeat:no-repeat;margin:0;z-index:1}@media (min-width:992px){.header__logo{position:absolute;width:16rem;top:13rem}}@media (min-width:1200px){.header__logo{width:32rem}}@media print{.header__logo{top:0!important}}.header__logo a{display:block;width:100%}.header__logo img{position:relative;height:4rem;left:2rem}@media (min-width:992px){.header__logo img{height:8rem}}@media (min-width:1200px){.header__logo img{height:4rem;left:6.4rem}}@media (min-width:992px){.header__logo--uhk img{height:4.6rem}}@media (min-width:1200px){.header__logo--uhk img{height:4rem}}.header__nav-actions{visibility:hidden;height:0;max-height:0;overflow:hidden}@media (min-width:992px){.header__nav-actions{position:relative;display:block;visibility:visible;overflow:visible;width:100%;height:auto;max-height:none}}.header__nav-actions.opened{visibility:visible;height:auto;max-height:800px;transition:max-height 1.2s ease-out}.header__nav-actions.opened .header__nav-actions-list{border-top:.1rem solid #e1e4e7;margin:0 3.2rem;padding-bottom:2.4rem}@media (min-width:992px){.header__nav-actions.opened .header__nav-actions-list{border:0;margin:0;padding:0}}.header__nav-actions-list{list-style:none;margin:0;padding:0}@media (min-width:992px){.header__nav-actions-list{display:flex;align-items:center;position:relative;padding-left:35%!important;margin-bottom:.8rem}}.header__nav-actions-list>li{margin-bottom:.8rem}@media (min-width:992px){.header__nav-actions-list>li{margin-bottom:0}}@media (min-width:992px){.header__nav-actions-list>li+li{margin-left:2.4rem}}@media (min-width:1200px){.header__nav-actions-list>li+li{margin-left:4rem}}@media (min-width:992px){.header__nav-actions-list>li>a{display:flex;align-items:center;white-space:nowrap}}.header__nav-actions-list a{font-size:1.6rem;line-height:1;display:flex;align-items:center}.header__nav-actions-list .fulltext-autocomplete__list--category .fulltext-autocomplete__item.active .fulltext-autocomplete__link,.header__nav-actions-list .fulltext-autocomplete__list--category .fulltext-autocomplete__item:hover .fulltext-autocomplete__link{text-decoration:underline}.header__nav-actions-list .fulltext-autocomplete__list--category .fulltext-autocomplete__link{display:block}.header__nav-actions-list .svg-icon{margin-right:1.2rem;max-width:2rem}@media (min-width:1200px){.header__nav-actions-list .svg-icon{margin-right:1.6rem}}.header__nav-actions-list .dropdown{visibility:visible;z-index:12}@media (min-width:992px){.header__nav-actions-list .dropdown{width:auto;color:#000;position:static;top:0;left:0;max-width:none;height:2.4rem}}.header__nav-actions-list .dropdown .svg-icon{transform:rotate(0)}.header__nav-actions-list .dropdown.opened .dropdown__trigger{box-shadow:0 .2rem 1.2rem 0 rgba(78,85,94,.15)}@media (min-width:992px){.header__nav-actions-list .dropdown.opened .dropdown__trigger{color:#000;box-shadow:none}}.header__nav-actions-list .dropdown.opened .dropdown__trigger:before{display:block}@media (min-width:992px){.header__nav-actions-list .dropdown.opened .dropdown__trigger:before{background:transparent;top:3.2rem;left:calc(50% - 10px);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #fff}}.header__nav-actions-list .dropdown.opened .svg-icon{fill:#000}.header__nav-actions-list .dropdown.opened .dropdown__content{visibility:visible;opacity:1;animation:none}.header__nav-actions-list .dropdown:not(.opened) .dropdown__trigger{color:#fff}@media (min-width:992px){.header__nav-actions-list .dropdown:not(.opened) .dropdown__trigger:visited{color:#000}}@media (min-width:992px){.header__nav-actions-list .dropdown:not(.opened) .dropdown__trigger{color:#000;font-weight:400}}.header__nav-actions-list .dropdown .dropdown__trigger{position:absolute;font-size:1.6rem;font-weight:400;width:4.8rem;height:4.8rem;letter-spacing:-.6rem;transition:all .4s linear;z-index:2;top:1.2rem;right:7.8rem;text-shadow:none}@media (min-width:992px){.header__nav-actions-list .dropdown .dropdown__trigger{position:relative;right:auto;top:auto;width:auto;height:auto;letter-spacing:normal}}.header__nav-actions-list .dropdown .dropdown__trigger:before{display:none;position:absolute;width:100%;height:100%;left:0;top:4rem;content:"";background:#fff;z-index:2}.header__nav-actions-list .dropdown .dropdown__trigger:after{display:none}@media (min-width:992px){.header__nav-actions-list .dropdown .dropdown__trigger:hover{text-shadow:.5px 0 0 currentColor}}.header__nav-actions-list .dropdown .dropdown__trigger:hover .svg-icon{fill:#000}.header__nav-actions-list .dropdown .dropdown__trigger .svg-icon{position:absolute;top:1.2rem;left:1.4rem;margin-left:0}@media (min-width:992px){.header__nav-actions-list .dropdown .dropdown__trigger .svg-icon{position:relative;top:auto;left:auto;width:2rem}}.header__nav-actions-list .dropdown .dropdown__content{display:none;visibility:hidden;position:absolute;top:6.8rem;padding:0;left:0;z-index:1;background:#fff;width:100%}@media (min-width:576px){.header__nav-actions-list .dropdown .dropdown__content{max-width:540px}}@media (min-width:768px){.header__nav-actions-list .dropdown .dropdown__content{max-width:720px}}@media (min-width:992px){.header__nav-actions-list .dropdown .dropdown__content{max-width:960px;top:42px}}@media (min-width:1200px){.header__nav-actions-list .dropdown .dropdown__content{max-width:1600px}}.header__nav-actions-list .dropdown .dropdown__content .dropdown__content-body{box-shadow:0 1.2rem 2.4rem .4rem rgba(78,85,94,.15)}@media (min-width:992px){.dropdown--fulltext .dropdown__content-body{padding:2rem 6.4rem}}@media (min-width:1200px){.dropdown--fulltext .dropdown__content-body{padding:2rem 12rem}}.dropdown--fulltext .dropdown__trigger .svg-icon{pointer-events:none}.header-links--eshop .edeeshop-notification-icons{list-style:none;margin:0;padding:0}.header-links--eshop .edeeshop-notification-icons .eshop-header-basket{position:relative}.header-links--eshop .edeeshop-notification-icons .eshop-header-basket a span{display:flex;align-items:center;white-space:nowrap}.header-links--eshop .edeeshop-notification-icons .eshop-header-basket a span .badge{position:relative;display:flex;justify-content:center;align-items:center;background-color:transparent;color:#000;border:1px solid #000;width:1.8rem;height:1.8rem;border-radius:50%;font-size:1rem;line-height:1rem;top:-.8rem;text-align:center}.header-links--eshop .edeeshop-notification-icons .eshop-header-basket .esp-target{border-top:1px solid #000;left:-4rem;top:4rem;min-width:40vw}.header-links--eshop .edeeshop-notification-icons .eshop-header-basket .esp-target:after{top:-2rem;left:10rem;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:transparent;border-bottom-color:#000;border-width:1rem;margin-left:-1rem;z-index:2;-o-transition:all .2s linear;-webkit-transition:all .2s linear;transition:all .2s linear}.header-links--eshop .edeeshop-notification-icons .eshop-header-basket .esp-target .esp-title{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;font-size:1.8rem;margin:0 0 1.6rem;padding:0}.header-links--eshop .edeeshop-notification-icons .eshop-header-basket .esp-target .btn-container .btn-show{position:relative;display:inline-block;box-sizing:border-box;text-shadow:.04rem 0 0 currentColor;font-size:1.6rem;line-height:1.6rem;background:#fff;color:#000;border:1px solid #000;padding:15px;cursor:pointer;text-align:left;text-decoration:none;-o-transition:background .3s linear;-webkit-transition:background .3s linear;transition:background .3s linear;white-space:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 0 1.2rem .2rem rgba(78,85,94,.15);font-family:Comenia-Sans-Regular,arial,sans-serif;font-weight:400;font-style:normal;font-display:swap;font-size:1.4rem;padding:12px}.header-links--eshop .edeeshop-notification-icons .eshop-header-basket .esp-target .btn-container .btn-show:after{content:"";position:absolute;box-sizing:content-box;background:#fff;border:1px solid #000;height:100%;width:100%;left:4px;top:4px;pointer-events:none;transition:all .25s ease-in-out;z-index:-1}.header-links--eshop .edeeshop-notification-icons .eshop-header-basket .esp-target .btn-container .btn-show:hover{text-decoration:none;color:#fff;background:#000;outline:0;text-shadow:none}.header-links--eshop .edeeshop-notification-icons .eshop-header-basket .esp-target .btn-container .btn-show:hover:after{left:-1px;top:-1px}.header-links--eshop .edeeshop-notification-icons .eshop-header-basket .esp-target .btn-container .btn-show.disabled,.header-links--eshop .edeeshop-notification-icons .eshop-header-basket .esp-target .btn-container .btn-show:disabled{color:#999;border-color:#999;pointer-events:none}.header-links--eshop .edeeshop-notification-icons .eshop-header-basket .esp-target .btn-container .btn-show.disabled:hover,.header-links--eshop .edeeshop-notification-icons .eshop-header-basket .esp-target .btn-container .btn-show:disabled:hover{cursor:not-allowed;background:#fff}.header-links--eshop .edeeshop-notification-icons .eshop-header-basket .esp-target .btn-container .btn-show.disabled:hover:after,.header-links--eshop .edeeshop-notification-icons .eshop-header-basket .esp-target .btn-container .btn-show:disabled:hover:after{left:5px;top:5px}.header-links--eshop .edeeshop-notification-icons .eshop-header-basket .esp-target .btn-container .btn-show.disabled:after,.header-links--eshop .edeeshop-notification-icons .eshop-header-basket .esp-target .btn-container .btn-show:disabled:after{border-color:#999}.header-links--eshop .edeeshop-notification-icons .eshop-header-basket .esp-target .btn-container .btn-show:focus-visible{outline-offset:1px}.header-links--eshop .edeeshop-notification-icons .eshop-header-basket .esp-target .btn-container .btn-show:after{left:2px;top:2px}.header-links--eshop .edeeshop-notification-icons .eshop-header-basket .esp-target .btn-container .btn-show:hover{cursor:pointer}.registration-link{position:relative;display:flex;align-items:center}@media (min-width:992px){.registration-link:hover .registration-links__logout-link{opacity:1}}.registration-link__trigger>span{line-height:1;display:flex;align-items:center}.esp-fixed-container .registration-link__popup{padding:4.8rem;min-width:auto}.esp-fixed-container .registration-link__popup .esp-fixed-close{padding:1.6rem}.esp-fixed-container .registration-link__popup .page-container--login{margin:0;padding:0}.esp-fixed-container .registration-link__popup form{margin-bottom:2.4rem;padding:2rem}@media (min-width:576px){.esp-fixed-container .registration-link__popup form{margin-bottom:3.2rem}}@media (min-width:768px){.esp-fixed-container .registration-link__popup form{margin-bottom:4.8rem}}@media (min-width:992px){.esp-fixed-container .registration-link__popup form{margin-bottom:6.4rem}}@media (min-width:1200px){.esp-fixed-container .registration-link__popup form{margin-bottom:8rem}}@media (min-width:768px){.esp-fixed-container .registration-link__popup form{padding-left:0;max-width:48rem}}@media (min-width:768px){.esp-fixed-container .registration-link__popup form .form-control{max-width:32rem}}.registration-links__logout-link{margin-left:auto;-o-transition:opacity .4s ease-out;-webkit-transition:opacity .4s ease-out;transition:opacity .4s ease-out}@media (min-width:992px){.registration-links__logout-link{opacity:0}}.registration-links__logout-link:hover{color:transparent}.registration-links__logout-link .svg-icon{max-width:1.4rem;margin:0 0 0 .8rem;-webkit-transform:rotate(.5turn);-ms-transform:rotate(.5turn);transform:rotate(.5turn)}.header__nav-faculty{visibility:hidden;height:0;max-height:0;overflow:hidden;z-index:2}@media (min-width:992px){.header__nav-faculty{position:absolute;visibility:visible;top:1rem;width:30%;left:2.4rem;color:inherit;letter-spacing:normal;overflow:visible;height:auto;max-height:none}}@media (min-width:1200px){.header__nav-faculty{left:6.4rem}}.header__nav-faculty.opened{visibility:visible;height:auto;max-height:80rem;-o-transition:max-height 1.2s ease-in-out;-webkit-transition:max-height 1.2s ease-in-out;transition:max-height 1.2s ease-in-out}.header__nav-faculty.opened .header__nav-faculty-list{border-top:.1rem solid #e1e4e7;margin:0 3.2rem;padding:2.4rem 0}@media (min-width:992px){.header__nav-faculty.opened .header__nav-faculty-list{border:0;margin:0;padding:0}}.header__nav-faculty-list{list-style:none;margin:0;padding:0}@media (min-width:992px){.header__nav-faculty-list:hover .svg-icon{fill:#000}}@media (min-width:992px){.header__nav-faculty-list{display:flex;align-items:center;max-width:100%}}.header__nav-faculty-list-item.header__nav-faculty-list-item--uhk a:before{color:#000}.header__nav-faculty-list-item.header__nav-faculty-list-item--ff a:before{color:#84bd00}.header__nav-faculty-list-item.header__nav-faculty-list-item--fim a:before{color:#009fdf}.header__nav-faculty-list-item.header__nav-faculty-list-item--pdf a:before{color:#ce0058}.header__nav-faculty-list-item.header__nav-faculty-list-item--prf a:before{color:#ffa300}.header__nav-faculty-list-item:not(:last-child){margin-bottom:.8rem}@media (min-width:992px){.header__nav-faculty-list-item:not(:last-child){margin-right:.8rem;margin-bottom:0}}@media (min-width:1200px){.header__nav-faculty-list-item:not(:last-child){margin-right:1.6rem}}.header__nav-faculty-list-item a{display:inline-flex;align-items:center}@media (min-width:992px){.header__nav-faculty-list-item a{letter-spacing:-.7rem;text-indent:-9999px;white-space:nowrap;color:#fff;padding:.8rem 0;overflow:visible;height:4rem}}@media (min-width:1200px){.header__nav-faculty-list-item a{padding:.8rem .8rem .8rem 0}}@media (min-width:992px){.header__nav-faculty-list-item a:focus,.header__nav-faculty-list-item a:hover{color:#fff;text-shadow:none}.header__nav-faculty-list-item a:focus:before,.header__nav-faculty-list-item a:hover:before{visibility:visible;max-width:8rem;-o-transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}}.header__nav-faculty-list-item a:focus:not(:active) .svg-icon--uhk,.header__nav-faculty-list-item a:hover:not(:active) .svg-icon--uhk{fill:#000}.header__nav-faculty-list-item a:focus:not(:active) .svg-icon--ff,.header__nav-faculty-list-item a:hover:not(:active) .svg-icon--ff{fill:#84bd00}.header__nav-faculty-list-item a:focus:not(:active) .svg-icon--pdf,.header__nav-faculty-list-item a:hover:not(:active) .svg-icon--pdf{fill:#ce0058}.header__nav-faculty-list-item a:focus:not(:active) .svg-icon--prf,.header__nav-faculty-list-item a:hover:not(:active) .svg-icon--prf{fill:#ffa300}.header__nav-faculty-list-item a:focus:not(:active) .svg-icon--fim,.header__nav-faculty-list-item a:hover:not(:active) .svg-icon--fim{fill:#009fdf}@media (min-width:992px){.header__nav-faculty-list-item a:before{position:relative;display:inline-block;visibility:hidden;content:attr(data-title);overflow:hidden;top:0;max-width:0;left:0;color:#000;padding-left:24px;margin-right:2px;letter-spacing:1px;text-shadow:.5px 0 0 currentColor;font-size:1.4rem;text-indent:0;white-space:normal;-o-transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}}.header__nav-faculty-list-item a .svg-icon{width:1.6rem;min-width:1.6rem}@media (min-width:992px){.header__nav-faculty-list-item a .svg-icon{position:absolute;top:.8rem;left:0}}@media (min-width:992px){.header__nav-faculty-list__name{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}.header__nav-main{height:0;max-height:0;overflow:hidden}.header__nav-main.opened{height:auto;max-height:100rem;padding:1.6rem 3.2rem;transition:max-height 1.2s linear}@media (min-width:992px){.header__nav-main.opened{padding:0}}@media (min-width:992px){.header__nav-main{position:absolute;display:block;width:100%;top:11.2rem;left:0;height:auto;max-height:none;overflow:visible}}.header__nav-main-content{visibility:hidden}@media (min-width:992px){.header__nav-main-content{visibility:visible;display:flex;align-items:center;width:100%;min-height:6.4rem;padding-left:32%!important;flex-wrap:wrap}}@media (min-width:1200px){.header__nav-main-content{padding-left:39%!important;padding-right:20px}}@media (min-width:1440px){.header__nav-main-content{padding-left:35%!important}}.header__nav-main-content:before{display:none;position:absolute;width:4.8rem;height:6.8rem;right:-1.2rem;top:-1.4rem;content:"";background:#fff;z-index:2}.header__nav-main.opened .header__nav-main-content{position:relative;visibility:visible;padding:2.4rem 0 0}@media (min-width:992px){.header__nav-main.opened .header__nav-main-content{visibility:visible;padding:0}}.header__nav-main.opened .header__nav-main-content:before{display:block}@media (min-width:992px){.header__nav-main.opened .header__nav-main-content:before{display:none}}.header__nav-main-content>li{margin-bottom:1.6rem}@media (min-width:992px){.header__nav-main-content>li{margin-bottom:.8rem}}@media (min-width:992px){.header__nav-main-content>li:not(:last-child){margin-right:1.6rem}}@media (min-width:1200px){.header__nav-main-content>li:not(:last-child){margin-right:3.2rem}}.header__nav-main-content .dropdown{display:block;position:relative;padding-top:.2rem}@media (min-width:768px){.header__nav-main-content .dropdown{padding-top:0}}.header__nav-main-content .dropdown li{position:relative}@media (min-width:992px){.header__nav-main-content .dropdown.opened{position:static}}.header__nav-main-content .dropdown.opened .dropdown__trigger{color:#000}@media (min-width:992px){.header__nav-main-content .dropdown.opened .dropdown__trigger:before{position:absolute;display:block;content:"";background:transparent;top:6.1rem;left:calc(50% - 10px);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #000;-webkit-animation:dropdown-content-slide-in .4s 0s cubic-bezier(.25,.46,.45,.94);animation:dropdown-content-slide-in .4s 0s cubic-bezier(.25,.46,.45,.94)}.theme-uhk .header__nav-main-content .dropdown.opened .dropdown__trigger:before{border-bottom-color:#000}.theme-ff .header__nav-main-content .dropdown.opened .dropdown__trigger:before{border-bottom-color:#84bd00}.theme-pdf .header__nav-main-content .dropdown.opened .dropdown__trigger:before{border-bottom-color:#ce0058}.theme-prf .header__nav-main-content .dropdown.opened .dropdown__trigger:before{border-bottom-color:#ffa300}.theme-fim .header__nav-main-content .dropdown.opened .dropdown__trigger:before{border-bottom-color:#009fdf}}.header__nav-main-content .dropdown.opened .dropdown__content{visibility:visible;position:relative;width:100%;background:transparent;top:0;opacity:1;z-index:9999}@media (min-width:992px){.header__nav-main-content .dropdown.opened .dropdown__content{position:absolute;top:8.4rem;-webkit-animation:dropdown-content-slide-in .4s 0s cubic-bezier(.25,.46,.45,.94);animation:dropdown-content-slide-in .4s 0s cubic-bezier(.25,.46,.45,.94)}}@media (min-width:1200px){.header__nav-main-content .dropdown.opened .dropdown__content{padding:0 6.4rem}}@media (min-width:992px){.header__nav-main-content .dropdown.opened .dropdown__content-body{background:#fff;box-shadow:0 0 2.4rem .4rem rgba(78,85,94,.15);border-top:1px solid #000;width:100%;padding:1.6rem}.theme-uhk .header__nav-main-content .dropdown.opened .dropdown__content-body{border-top-color:#000}.theme-ff .header__nav-main-content .dropdown.opened .dropdown__content-body{border-top-color:#84bd00}.theme-pdf .header__nav-main-content .dropdown.opened .dropdown__content-body{border-top-color:#ce0058}.theme-prf .header__nav-main-content .dropdown.opened .dropdown__content-body{border-top-color:#ffa300}.theme-fim .header__nav-main-content .dropdown.opened .dropdown__content-body{border-top-color:#009fdf}}.header__nav-main-content .dropdown .dropdown__trigger:hover{text-decoration:underline;text-shadow:.5px 0 0 currentColor;-o-transition:all .3s linear;-webkit-transition:all .3s linear;transition:all .3s linear}.theme-uhk .header__nav-main-content .dropdown .dropdown__trigger:hover{color:#000}.theme-ff .header__nav-main-content .dropdown .dropdown__trigger:hover{color:#84bd00}.theme-pdf .header__nav-main-content .dropdown .dropdown__trigger:hover{color:#ce0058}.theme-prf .header__nav-main-content .dropdown .dropdown__trigger:hover{color:#ffa300}.theme-fim .header__nav-main-content .dropdown .dropdown__trigger:hover{color:#009fdf}@media (min-width:992px){.header__nav-main-content .dropdown .dropdown__trigger{font-size:1.8rem}}.header__nav-main-content .dropdown .svg-icon{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.dropdown-content-nav{overflow:hidden}@media (min-width:992px){.dropdown-content-nav{display:flex;width:100%}}.dropdown-content-nav__promo{position:absolute;top:-2.4rem;right:3rem}@media (min-width:992px){.dropdown-content-nav__promo{position:relative;display:inline-flex;justify-content:center;align-items:center;width:40%;min-height:42rem;height:auto;overflow:hidden}}.dropdown-content-nav__promo .svg-image{display:none}@media (min-width:992px){.dropdown-content-nav__promo .svg-image{display:block;position:absolute;top:0;left:0;z-index:0;min-width:60rem}}.dropdown-content-nav__promo-content{position:relative;background:#fff;z-index:1;overflow:hidden;width:100%}@media (min-width:992px){.dropdown-content-nav__promo-content{width:50%;padding:3.2rem 3.2rem 4rem}}.dropdown-content-nav__promo-content h5{display:none}@media (min-width:992px){.dropdown-content-nav__promo-content h5{display:block;font-size:2.3rem;margin-bottom:1.6rem}}.dropdown-content-nav__promo-content p{display:none}@media (min-width:992px){.dropdown-content-nav__promo-content p{display:block;font-size:1.5rem;line-height:2rem}}.dropdown.opened .dropdown-content-nav__promo-content .btn-arrow{padding:4px 8px;border:0;box-shadow:none}@media (min-width:992px){.dropdown.opened .dropdown-content-nav__promo-content .btn-arrow{border:1px solid #000;padding:1.2rem;box-shadow:0 0 1.2rem .2rem rgba(78,85,94,.15)}}.dropdown.opened .dropdown-content-nav__promo-content .btn-arrow:hover{background-color:transparent;color:#000}@media (min-width:992px){.dropdown.opened .dropdown-content-nav__promo-content .btn-arrow:hover{background:#000;color:#fff}}.dropdown.opened .dropdown-content-nav__promo-content .btn-arrow:hover .svg-icon{fill:#000}@media (min-width:992px){.dropdown.opened .dropdown-content-nav__promo-content .btn-arrow:hover .svg-icon{fill:#fff}}.dropdown.opened .dropdown-content-nav__promo-content .btn-arrow:after{visibility:hidden}@media (min-width:992px){.dropdown.opened .dropdown-content-nav__promo-content .btn-arrow:after{visibility:visible}}.dropdown.opened .dropdown-content-nav__promo-content .btn-arrow .svg-icon{fill:#000}@media (min-width:992px){.dropdown-content-nav__links{position:relative;display:flex;flex-direction:column;width:60%;padding:3.2rem 3.2rem 3.2rem 4.8rem}}.dropdown-content-nav__list,.quick-links__list{list-style:none;margin:0;padding:0}@media (min-width:768px){.dropdown-content-nav__list,.quick-links__list{position:relative;display:flex;flex-wrap:wrap;width:100%}}.dropdown-content-nav__list li,.quick-links__list li{padding-top:.2rem;margin-bottom:1rem}@media (min-width:768px){.dropdown-content-nav__list li,.quick-links__list li{width:43%;max-width:43%;margin-bottom:1.6rem;padding-right:4rem;margin-right:3rem;padding-top:0}}@media (min-width:992px){.dropdown-content-nav__list li a,.quick-links__list li a{font-size:1.8rem}}.quick-links{position:relative;display:flex;flex-direction:column;align-items:flex-start;margin-top:1.6rem}@media (min-width:992px){.quick-links{align-items:center}}.quick-links:before{position:absolute;content:"";width:100%;height:1px;top:1.2rem;left:0;background:gray}.quick-links__header{position:relative;display:inline-block;text-align:center;background:#fff;font-weight:400;font-size:1.4rem;padding:0 1.6rem;align-self:center}.quick-links__list{list-style:none;margin:0;padding:0;padding-top:1.6rem}@media (min-width:768px){.quick-links__list li{display:inline-block;margin-bottom:1rem}}.quick-links__list li a{font-size:1.4rem}.header--eshop-order{position:relative;display:flex;justify-content:space-between;align-items:center;padding:2rem 2rem 0}@media (min-width:992px){.header--eshop-order{top:4rem;margin-bottom:-4rem}}.header--eshop-order .header__logo{position:relative;display:inline-block;top:0}.header--eshop-order .header__logo img{left:0}@media (min-width:992px){.header--eshop-order .header__logo img{height:4rem;left:6.4rem}}.header--eshop-order .registration-link{display:inline-flex}.header--eshop-order .registration-link .registration-link__trigger{position:relative;display:flex;align-items:center}@media (min-width:992px){.header--eshop-order .registration-link .registration-link__trigger{right:6.4rem}}.sub-header{display:block;position:relative;width:100%;margin-bottom:2.4rem}@media (min-width:1200px){.sub-header{display:flex;margin-bottom:4rem}}.sub-header--contact:before{display:block;position:absolute;content:"";top:37%;left:0;width:100%;height:100%;z-index:-1}.sub-header--contact+.wysiwyg-content .contact-row,.sub-header--contact:before{background:#fff url("/img/background/hexagon.png") top/26px 16px repeat}.sub-header__motive{display:block;overflow:hidden;min-height:6.4rem}@media (min-width:1200px){.sub-header__motive{margin-left:auto;max-width:65%;padding-right:6.4rem;min-height:56rem}}.sub-header--motiveless .sub-header__motive{display:none}@media (min-width:1200px){.category-detail .sub-header__motive{min-height:auto}}.sub-header__content{position:relative;list-style:none;background:#fff;box-shadow:0 0 2.4rem .4rem rgba(78,85,94,.15);margin-right:2rem;padding:2.4rem 3.2rem 3.2rem 2.4rem;margin-top:-8rem}@media (min-width:768px){.sub-header__content{width:60%;padding:32px 80px 32px 64px}}@media (min-width:1200px){.sub-header__content{position:absolute;left:0;top:10%;margin:0;width:40%;max-width:40%;padding:48px 80px 48px 64px}}@media print{.sub-header__content{margin-top:0!important;box-shadow:none!important}}.sub-header--motiveless .sub-header__content{margin-top:4rem}@media (min-width:768px){.sub-header--motiveless .sub-header__content{width:auto}}@media (min-width:992px){.sub-header--motiveless .sub-header__content{margin:4rem 10% 2.4rem}}@media (min-width:1200px){.sub-header--motiveless .sub-header__content{position:relative;margin:0 0 0 16.66666%;width:60%;max-width:60%}}.category-detail .sub-header__content{margin-left:0;z-index:1}.sub-header__icon-widget{display:none}@media (min-width:1200px){.sub-header__icon-widget{position:absolute;display:block}}.sub-header__icon-widget--small{top:0;right:8px}.sub-header__icon-widget--small .svg-icon{transform-origin:top right;transform:scale(4)}.sub-header__icon-widget--large{bottom:10%;left:0;transform:rotate(0)}.sub-header__icon-widget--large .svg-icon{transform-origin:center center;transform:scale(20)}.breadcrumb-container,.content-container{position:relative;padding:2.4rem 2rem}@media (min-width:768px){.breadcrumb-container,.content-container{padding:2.4rem 0}}@media (min-width:1200px){.breadcrumb-container,.content-container{padding:2.4rem 6.4rem}}.breadcrumb{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;border-top:1px solid #e1e4e7;border-bottom:1px solid #e1e4e7;padding:.8rem 0}@media (min-width:992px){.breadcrumb{padding:2.4rem}}@media (min-width:1200px){.breadcrumb{padding:2.4rem 0}}.breadcrumb li{font-size:1.3rem;line-height:2.4rem;width:100%}@media (min-width:768px){.breadcrumb li{width:auto}}.breadcrumb li a{text-decoration:none}.breadcrumb li a:after{display:inline-block;content:"\2192";padding:0 16px;font-size:1.4rem}.breadcrumb li a .ico--home{display:none}.slick-slider{box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-slider{background:url("/img/background/loader.gif")}.slick-slider .slick-list{opacity:0;position:absolute}.slick-slider.slick-initialized{background:none}.slick-slider.slick-initialized .slick-list{opacity:1;position:relative;transition:opacity .4s ease-in}.slider{display:block;position:relative;width:100%;margin-bottom:2.4rem}@media (min-width:1200px){.slider{margin-bottom:8rem}}.slider-container{position:relative;overflow:hidden}.hp .slider-container:before{display:block;position:absolute;content:"";bottom:-42.2rem;left:0;width:100%;height:150%;z-index:-1;opacity:.8;background:#fff url("/img/background/hexagon.png") top/26px 16px repeat}@media (min-width:576px){.hp .slider-container:before{bottom:-44rem}}@media (min-width:768px){.hp .slider-container:before{height:125%}}@media (min-width:992px){.hp .slider-container:before{height:75%;bottom:-25.6rem}}@media (min-width:1200px){.hp .slider-container:before{height:100%;bottom:-33.8rem}}.slider__motives{display:block;max-height:55.5rem;overflow:hidden}@media (min-width:1200px){.slider__motives{margin-left:auto;max-width:65%;padding-right:6.4rem}}.slider__motives:hover~.slider__nav a.slider__nav-item-header{text-decoration:underline}.slider__nav{position:relative;list-style:none;background:#fff;box-shadow:0 0 2.4rem .4rem rgba(78,85,94,.15);margin-right:2rem;padding:0 0 0 2rem;display:flex;align-items:stretch;height:100%;min-height:32rem}@media (min-width:992px){.slider__nav{max-width:60%}}@media (min-width:1200px){.slider__nav{position:absolute;left:0;top:10%;margin:0;width:40%;max-width:40%;height:70%;padding:0 0 0 6.4rem}}.slider__nav-item{position:static;display:flex;flex-direction:column;min-height:100%;width:8.4rem}.slider__nav-item,.slider__nav-item:not(.active) .slider__nav-item-button{-o-transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.slider__nav-item:not(.active) .slider__nav-item-button:hover{color:#fff;text-shadow:none}.slider__nav-item:not(.active) .slider__nav-item-button:hover:before{height:100%}.slider__nav-item:last-child .slider__nav-item-button{margin-right:0}.slider__nav-item:only-child .slider__nav-item-button{color:transparent}.slider__nav-item:nth-child(-n+6) .slider__nav-item-button{display:block}.slider__nav-item-button{position:relative;display:none;text-decoration:none;box-sizing:padding-box;color:#000;margin:0 .4rem 0 0;padding:.8rem 3rem .8rem 0;border:0;border-top:2px solid #000;min-width:40px;z-index:0;background:transparent;text-align:left;-o-transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.slider__nav-item-button:focus,.slider__nav-item-button:hover{text-decoration:none;outline:none;cursor:pointer}@media (min-width:576px){.slider__nav-item-button{padding:.8rem 4rem .8rem 0}}@media (min-width:1200px){.slider__nav-item-button{min-width:8rem}}.slider__nav-item-button:before{position:absolute;top:0;left:0;display:block;content:"";width:100%;height:0;background:#000;z-index:-1;-o-transition:height .4s ease-in-out;-webkit-transition:height .4s ease-in-out;transition:height .4s ease-in-out}.slider__nav-item-header{display:block;position:absolute;opacity:0;visibility:hidden;margin:0;left:0;color:#000;text-decoration:none;-webkit-transform:translateX(4rem);-ms-transform:translateX(4rem);transform:translateX(4rem)}.slider__nav-item.active{width:100%}.slider__nav-item.active .slider__nav-item-button{max-width:100%}.slider__nav-item.active .slider__nav-item-button:hover{cursor:default}.slider__nav-item.active .slider__nav-item-button:before{opacity:0}.slider__nav-item.active .slider__nav-item-header{position:absolute;top:4.8rem;left:0;padding:1.6rem 2rem;flex:1;opacity:1;visibility:visible;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-o-transition:opacity .4s ease-in-out;-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}@media (min-width:1200px){.slider__nav-item.active .slider__nav-item-header{padding:2.4rem 8rem 2.4rem 6.4rem}}.slider__icon-widget{display:none}.slider__icon-widget .svg-icon{transition-duration:0s}@media (min-width:1200px){.slider__icon-widget{position:absolute;display:block}}.slider__icon-widget--small{top:0;right:.4rem}.slider__icon-widget--small .svg-icon{transform-origin:top right;-webkit-transform:scale(5);-ms-transform:scale(5);transform:scale(5)}.slider__icon-widget--large{bottom:10%;left:0;transform:rotate(0);z-index:-1}.slider__icon-widget--large .svg-icon{transform-origin:center center;-webkit-transform:scale(20);-ms-transform:scale(20);transform:scale(20)}.slider-controls{position:relative;display:flex;justify-content:center;padding-top:1.6rem}@media (min-width:992px){.slider-controls{justify-content:flex-end;padding-top:0;top:-5.6rem;padding-right:4rem}}@media (min-width:1200px){.slider-controls{padding-right:10rem}}.slider-controls__btn{position:relative;display:inline-block;color:transparent;background:transparent;width:2.8rem;height:2.8rem;border:0;padding:.1rem;overflow:hidden;border-radius:50%;opacity:.6;-o-transition:opacity .2s linear;-webkit-transition:opacity .2s linear;transition:opacity .2s linear}@media (min-width:992px){.slider-controls__btn{width:3.2rem;height:3.2rem;background:#fff}}.slider-controls__btn+button{margin-left:1.6rem}.slider-controls__btn:hover{cursor:pointer;text-shadow:none;opacity:.8}.slider-controls__btn:hover .svg-icon{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.slider-controls__btn.active{opacity:1;outline-color:transparent}.slider-controls__btn .svg-icon{width:2.2rem;height:2.2rem}@media (min-width:992px){.slider-controls__btn .svg-icon{width:2.4rem;height:2.4rem}}.faculty-nav{list-style:none;margin:0;padding:0;padding:2.4rem}@media (min-width:576px){.faculty-nav{display:flex;flex-wrap:wrap;justify-content:space-between}}@media (min-width:1200px){.faculty-nav{padding-left:24rem;margin-bottom:2.4rem}}.faculty-nav__item{display:flex;align-items:center;margin-bottom:1.6rem}@media (min-width:576px){.faculty-nav__item{flex:0 0 50%;margin-bottom:7.2rem}}@media (min-width:768px){.faculty-nav__item{flex:1 0 50%}}@media (min-width:992px){.faculty-nav__item{flex:0 0 25%}}.faculty-nav__item a{display:flex;align-items:center;text-decoration:none;padding:0}@media (min-width:576px){.faculty-nav__item a{display:inline-block;text-decoration:none;height:100%;max-width:13rem;padding-top:1.6rem}}.faculty-nav__item a:before{display:none}@media (min-width:576px){.faculty-nav__item a:before{display:block;top:-1.4rem;-o-transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}}.faculty-nav__item a:hover{text-shadow:none;text-decoration:none}.faculty-nav__item span{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;font-size:1.3rem;line-height:2.8rem;display:inline;width:100%;position:relative;padding:.8rem .8rem .8rem 0;-o-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}@media (min-width:576px){.faculty-nav__item span{font-size:1.6rem;margin-bottom:.8rem;max-width:24rem;white-space:pre-wrap}}@media (min-width:768px){.faculty-nav__item span{max-width:12rem}}@supports (-moz-appearance:none){.faculty-nav__item span:after{position:absolute;bottom:-28px;left:-8px;visibility:hidden;width:8px;height:28px;content:"";-o-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}}@media (min-width:576px){.faculty-nav__item:nth-child(2) a{max-width:16rem}}.faculty-nav__item .svg-icon{position:relative;display:block;left:-.8rem;order:-1;margin-right:2.4rem;padding:.8rem;width:4rem;min-width:4rem;height:4rem}@media (min-width:576px){.faculty-nav__item .svg-icon{top:.5rem}}.faculty-nav__item a:hover:before{left:-.8rem}.faculty-nav__item a:hover span{color:#fff}.faculty-nav__item a:hover span:after{visibility:visible}.faculty-nav__item a:hover .svg-icon{fill:#fff}.faculty-nav__item--ff a:hover span{box-shadow:-.8rem 0 0 #84bd00;background-color:#84bd00}.faculty-nav__item--ff a:hover .svg-icon,.faculty-nav__item--ff a:hover span:after{background-color:#84bd00}.faculty-nav__item--fim a:hover span{box-shadow:-.8rem 0 0 #009fdf;background-color:#009fdf}.faculty-nav__item--fim a:hover .svg-icon,.faculty-nav__item--fim a:hover span:after{background-color:#009fdf}.faculty-nav__item--pdf a:hover span{box-shadow:-.8rem 0 0 #ce0058;background-color:#ce0058}.faculty-nav__item--pdf a:hover .svg-icon,.faculty-nav__item--pdf a:hover span:after{background-color:#ce0058}.faculty-nav__item--prf a:hover span{box-shadow:-.8rem 0 0 #ffa300;background-color:#ffa300}.faculty-nav__item--prf a:hover .svg-icon,.faculty-nav__item--prf a:hover span:after{background-color:#ffa300}.column-links-wrapper{margin-bottom:3.2rem}@media (min-width:992px){.column-links-wrapper{margin-bottom:6.4rem}}@media (min-width:1200px){.column-links-wrapper{margin-bottom:12rem}}.column-links{margin-bottom:2.4rem}@media (min-width:576px){.column-links{margin-bottom:3.2rem}}@media (min-width:768px){.column-links{margin-bottom:4.8rem}}@media (min-width:992px){.column-links{margin-bottom:6.4rem}}@media (min-width:1200px){.column-links{margin-bottom:8rem}}.column-links--single{display:flex;flex-direction:column;justify-content:center;margin-left:3rem}.column-links--single .column-links__list{list-style:none;margin:0;padding:0}.column-links--single .column-links__item{margin-bottom:.4rem}.theme-uhk .column-links--single .column-links__link:hover{text-decoration-color:#000}.theme-ff .column-links--single .column-links__link:hover{text-decoration-color:#84bd00}.theme-pdf .column-links--single .column-links__link:hover{text-decoration-color:#ce0058}.theme-prf .column-links--single .column-links__link:hover{text-decoration-color:#ffa300}.theme-fim .column-links--single .column-links__link:hover{text-decoration-color:#009fdf}.column-links--double{display:flex;width:100%;flex-direction:row;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;padding-left:0!important;padding-right:0!important}@media (min-width:576px){.column-links--double{justify-content:space-evenly}}.column-links--double .column-links__list{list-style:none;margin:0;padding:0;display:flex;justify-content:flex-start;flex-direction:column;margin-left:3rem;padding-top:3rem;position:relative}.column-links--double .column-links__list:after{position:absolute;content:"";left:0;top:0;border-top:2px solid #000;width:3.5rem}.theme-uhk .column-links--double .column-links__list:after{border-color:#000}.theme-ff .column-links--double .column-links__list:after{border-color:#84bd00}.theme-pdf .column-links--double .column-links__list:after{border-color:#ce0058}.theme-prf .column-links--double .column-links__list:after{border-color:#ffa300}.theme-fim .column-links--double .column-links__list:after{border-color:#009fdf}@media (min-width:576px){.column-links--double .column-links__list{margin-left:0}}@media (min-width:768px){.column-links--double .column-links__list{max-width:50%}}.column-links--double .column-links__item{margin-bottom:2.4rem;display:flex;flex-wrap:wrap}.column-links--double .column-links__link{text-decoration:none}.column-links--double .column-links__link:hover{text-decoration:underline}.theme-uhk .column-links--double .column-links__link:hover{text-decoration-color:#000}.theme-ff .column-links--double .column-links__link:hover{text-decoration-color:#84bd00}.theme-pdf .column-links--double .column-links__link:hover{text-decoration-color:#ce0058}.theme-prf .column-links--double .column-links__link:hover{text-decoration-color:#ffa300}.theme-fim .column-links--double .column-links__link:hover{text-decoration-color:#009fdf}.column-links--triple{display:flex;flex-wrap:wrap;margin:0 2rem}@media (min-width:576px){.column-links--triple{flex-direction:row;justify-content:space-around;margin:0}}@media (min-width:1200px){.column-links--triple{justify-content:space-between;margin:0 5.6rem}}.column-links--triple .column-links__list{list-style:none;margin:0;padding:0;position:relative;width:100%;display:flex;flex-direction:column;justify-content:flex-start;padding-top:2rem}.column-links--triple .column-links__list:after{position:absolute;content:"";left:0;top:0;border-top:2px solid #000;width:3.5rem}.theme-uhk .column-links--triple .column-links__list:after{border-color:#000}.theme-ff .column-links--triple .column-links__list:after{border-color:#84bd00}.theme-pdf .column-links--triple .column-links__list:after{border-color:#ce0058}.theme-prf .column-links--triple .column-links__list:after{border-color:#ffa300}.theme-fim .column-links--triple .column-links__list:after{border-color:#009fdf}@media (min-width:576px){.column-links--triple .column-links__list{width:30%;max-width:30%}}@media (min-width:1200px){.column-links--triple .column-links__list:nth-child(2){-webkit-transform:translateX(3.2rem);-ms-transform:translateX(3.2rem);transform:translateX(3.2rem)}}@media (min-width:1200px){.column-links--triple .column-links__list:nth-child(3){-webkit-transform:translateX(5.6rem);-ms-transform:translateX(5.6rem);transform:translateX(5.6rem)}}.column-links--triple .column-links__item{margin-bottom:1.6rem;display:flex;flex-wrap:wrap}.column-links--triple .column-links__link{text-decoration:none}.column-links--triple .column-links__link:hover{text-decoration:underline}.theme-uhk .column-links--triple .column-links__link:hover{text-decoration-color:#000}.theme-ff .column-links--triple .column-links__link:hover{text-decoration-color:#84bd00}.theme-pdf .column-links--triple .column-links__link:hover{text-decoration-color:#ce0058}.theme-prf .column-links--triple .column-links__link:hover{text-decoration-color:#ffa300}.theme-fim .column-links--triple .column-links__link:hover{text-decoration-color:#009fdf}.column-links__header{text-align:center;margin-bottom:3rem}.column-links--single .column-links__header{text-align:left;margin-bottom:1rem;position:relative}.column-links--single .column-links__header:after{position:absolute;content:"";left:0;top:0;border-top:2px solid #000;width:3.5rem}.theme-uhk .column-links--single .column-links__header:after{border-color:#000}.theme-ff .column-links--single .column-links__header:after{border-color:#84bd00}.theme-pdf .column-links--single .column-links__header:after{border-color:#ce0058}.theme-prf .column-links--single .column-links__header:after{border-color:#ffa300}.theme-fim .column-links--single .column-links__header:after{border-color:#009fdf}@media (min-width:768px){.notice-board{display:flex}}.notice-board a{text-decoration:none}.notice-board__left,.notice-board__right{margin-bottom:3.2rem}@media (min-width:768px){.notice-board__left,.notice-board__right{width:50%}}.notice-board__left>a,.notice-board__right>a{display:block;margin-bottom:1.6rem}.notice-board__left>a:hover,.notice-board__right>a:hover{text-shadow:none}.notice-board .notice-board__list{list-style:none;margin:0;padding:0;padding-left:2rem}.notice-board .notice-board__list ul{padding-left:2rem}.notice-board .notice-board__list ul li:before{content:"\2013"!important}.programs-list{padding-left:0;list-style-type:none;margin-left:1rem}.programs-list__item{display:flex;justify-content:flex-start;margin-bottom:1rem}.programs-list__item .faculty-short{min-width:4.8rem;position:relative;margin-right:1.8rem}.dividing-dot{position:absolute;right:0}.study-programs__program{text-align:left}.study-programs__program:first-letter{text-transform:capitalize}.course-program__header{margin:0 auto 3.5rem;padding:0 15px;max-width:1000px}.course-program__header h1{text-align:center}.course-program__wysiwyg{padding:0 15px;max-width:1000px;text-align:center}@media (min-width:992px){.course-program__wysiwyg{margin:0 auto}}.course-program__container{padding:0 1.5rem}@media (min-width:1200px){.course-program__container{margin:0 6.4rem}}.course-program__search-box{box-shadow:0 0 2.4rem .4rem rgba(78,85,94,.15);margin:0 15px 25px;max-width:1000px;position:relative}@media (min-width:992px){.course-program__search-box{margin:0 auto 25px;padding-top:20px}}.course-program__form .control-label{font-size:2rem;min-width:184px;align-self:center;line-height:1}@media (min-width:768px){.course-program__form .control-label{margin-bottom:0;max-width:184px!important}}.course-program__form-section{min-height:10rem;border-bottom:1px solid #e1e4e7}.course-program__form-section:last-of-type{border-bottom:0}.course-program__form .course-program__form-section{padding:20px;margin-bottom:0}@media (min-width:992px){.course-program__form .course-program__form-section{padding:15px 50px}}.course-program__form-section--rwd-toggle{min-height:inherit}.course-program__form .course-program__form-section--rwd-toggle{padding:0}@media (min-width:992px){.course-program__form-section--rwd-toggle{display:none}}.course-program__rwd-toggle{font-size:2.3rem;margin:0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:2rem}.course-program__rwd-toggle .svg-icon{transform:scaleY(-1)}.course-program__pu--rwd-active .course-program__rwd-toggle .svg-icon{transform:scaleY(1)}.course-program__rwd-anchor{text-align:center;padding-bottom:4rem;display:none}.course-program__pu--rwd-active .course-program__rwd-anchor{display:block}@media (min-width:992px){.course-program__pu--rwd-active .course-program__rwd-anchor{display:none}}.course-program__form-section--filters{display:none}.course-program__pu--rwd-active .course-program__form-section--filters{display:block}@media (min-width:992px){.course-program__form-section--filters{display:block}}.course-program__form-section--fulltext{display:none;align-items:flex-start;width:100%}.course-program__pu--rwd-active .course-program__form-section--fulltext{display:flex}@media (min-width:992px){.course-program__form-section--fulltext{display:flex}}.course-program__form-section--fulltext .control-label{align-self:flex-end}.course-program__form-section--fulltext .form-group{width:auto}@media (min-width:768px){.course-program__form-section--fulltext .form-group{display:flex;align-items:center}}.course-program__form-section--fulltext .btn{margin:2rem 0 0 3rem}@media (min-width:992px){.course-program__form-section--fulltext .btn{margin:.7rem 0 0 3rem}}.course-program__form-fulltext-input,.course-program__form-fulltext-input .form-control{width:100%}@media (min-width:992px){.course-program__form-fulltext-input .form-control{width:490px}}.course-program__form-fulltext-input .form-control::placeholder{font-size:1.6rem!important}@media (min-width:768px){.course-program__form-section--checkbox{display:flex;align-items:center}}.course-program__form-checkbox-select-input .checkbox{padding:0;margin:.8rem 1.6rem .8rem 0}.course-program__form-checkbox-select-input .checkbox input[type=checkbox]:checked+label,.course-program__form-checkbox-select-input .checkbox label:hover{background-color:#000;color:#fff}.course-program__form-checkbox-select-input .checkbox label{border:1px solid #000;padding:.2rem 1rem;font-size:1.4rem}.course-program__form-checkbox-select-input .checkbox input[type=checkbox]{width:100%;height:100%}.course-program__form-checkbox-select-faculty-input>div,.course-program__form-checkbox-select-input>div{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center}.course-program__form-checkbox-select-faculty-input label,.course-program__form-checkbox-select-input label{cursor:pointer;margin:0}.course-program__form-checkbox-select-faculty-input label:after,.course-program__form-checkbox-select-faculty-input label:before,.course-program__form-checkbox-select-input label:after,.course-program__form-checkbox-select-input label:before{display:none!important}.course-program__form-checkbox-select-faculty-input .svg-icon,.course-program__form-checkbox-select-input .svg-icon{display:block}.course-program__form-checkbox-select-faculty-input label{font-size:1.5rem;display:flex}@media (min-width:992px){.course-program__form-checkbox-select-faculty-input label{display:inline-block}}.course-program__form-checkbox-select-faculty-input .checkbox{padding:0;margin:1rem 5rem 1rem 0}@media (min-width:992px){.course-program__form-checkbox-select-faculty-input .checkbox{max-width:10.3rem;margin:2rem 5rem 2rem 0}}.course-program__form-checkbox-select-faculty-input .checkbox:last-child{margin-right:0}.course-program__form-checkbox-select-faculty-input .checkbox input[type=checkbox]{width:100%;height:100%}.course-program__form-checkbox-select-faculty-input .svg-icon{margin:.3rem 2rem 0 0;width:1.6rem;height:1.6rem;fill:currentColor;transition:none}@media (min-width:992px){.course-program__form-checkbox-select-faculty-input .svg-icon{margin:0 0 .4rem}}.course-program__form-checkbox-select-faculty-input .course-program__form-checkbox-select-faculty-label br{display:none}@media (min-width:992px){.course-program__form-checkbox-select-faculty-input .course-program__form-checkbox-select-faculty-label br{display:inherit}}.course-program__form-checkbox-select-faculty-input .course-program__form-checkbox-select-faculty-label:hover.course-program__form-checkbox-select-faculty-label--fim,.course-program__form-checkbox-select-faculty-input input[type=checkbox]:checked+.course-program__form-checkbox-select-faculty-label.course-program__form-checkbox-select-faculty-label--fim{color:#009fdf}.course-program__form-checkbox-select-faculty-input .course-program__form-checkbox-select-faculty-label:hover.course-program__form-checkbox-select-faculty-label--ff,.course-program__form-checkbox-select-faculty-input input[type=checkbox]:checked+.course-program__form-checkbox-select-faculty-label.course-program__form-checkbox-select-faculty-label--ff{color:#84bd00}.course-program__form-checkbox-select-faculty-input .course-program__form-checkbox-select-faculty-label:hover.course-program__form-checkbox-select-faculty-label--pdf,.course-program__form-checkbox-select-faculty-input input[type=checkbox]:checked+.course-program__form-checkbox-select-faculty-label.course-program__form-checkbox-select-faculty-label--pdf{color:#ce0058}.course-program__form-checkbox-select-faculty-input .course-program__form-checkbox-select-faculty-label:hover.course-program__form-checkbox-select-faculty-label--prf,.course-program__form-checkbox-select-faculty-input input[type=checkbox]:checked+.course-program__form-checkbox-select-faculty-label.course-program__form-checkbox-select-faculty-label--prf{color:#ffa300}.course-program__form-checkbox-select-faculty-input .course-program__form-checkbox-select-faculty-label:hover.course-program__form-checkbox-select-faculty-label--uhk,.course-program__form-checkbox-select-faculty-input input[type=checkbox]:checked+.course-program__form-checkbox-select-faculty-label.course-program__form-checkbox-select-faculty-label--uhk{font-weight:700}.course-program__view{border-bottom:2px solid #e1e4e7;position:relative;margin:5rem 0 6.2rem}@media (min-width:1200px){.course-program__view{margin:5rem 6.4rem 6.2rem}}.course-program__view .form-group{position:absolute;right:0;top:-1.8rem;display:flex;background-color:#fff;padding:0 2rem}.course-program__view-input>div{display:flex}.course-program__view-input>div label{cursor:pointer;margin:0}.course-program__view-input>div label .svg-icon{width:4rem;height:4rem;fill:#b7b6b6}.course-program__view-input>div label:after,.course-program__view-input>div label:before{display:none!important}.course-program__view-input>div input[type=radio]:checked+label .svg-icon,.course-program__view-input>div label:hover .svg-icon{fill:#000}.course-program__view-input>div .radio{padding:.1rem;margin-left:3rem}.course-program__view-input>div .radio input[type=radio]{width:40px;height:100%}.course-program__view-label{margin:0;align-self:center}.course-program-list{list-style:none}@media (min-width:576px){.course-program-list{padding-left:0}}.course-program-list__item{width:100%;display:flex;margin-bottom:6rem;flex-direction:column}@media (min-width:768px){.course-program-list__item{flex-direction:row}}.course-program-list__item-content{width:100%;margin-bottom:2rem}@media (min-width:768px){.course-program-list__item-content{width:60%}}@media (min-width:1200px){.course-program-list__item-content{width:40%}}.course-program-list__item-motive-link{margin-right:5.8rem;display:none}@media (min-width:992px){.course-program-list__item-motive-link{display:block}}.course-program-list__item-header-container{display:block;margin-bottom:.6rem}.course-program-list__item-header{padding:0;font-size:2rem;font-weight:700;display:inline;line-height:1.5}.course-program-list__item-header-link{text-decoration:none}.course-program-list__item-header-link--ff,.course-program-list__item-header-link--ff:hover{color:#84bd00}.course-program-list__item-header-link--fim,.course-program-list__item-header-link--fim:hover{color:#009fdf}.course-program-list__item-header-link--pdf,.course-program-list__item-header-link--pdf:hover{color:#ce0058}.course-program-list__item-header-link--prf,.course-program-list__item-header-link--prf:hover{color:#ffa300}.course-program-list__item-header-link:hover{text-decoration:underline}.course-list__item-referent{font-size:1.5rem;font-weight:700;line-height:1.2;margin-bottom:1.4rem}.course-program__related-keywords-container{display:flex;flex-wrap:wrap}.course-program__related-keywords{padding-left:0;list-style:none;display:flex;flex-wrap:wrap}.course-program__related-keywords-item{border:1px solid #000;padding:.2rem 1rem;font-size:1.4rem;margin:0 1.6rem 1.6rem 0}.course-program-list__item-perex{margin-bottom:2.2rem}.course-program-list__item-link{display:none}@media (min-width:768px){.course-program-list__item-link{display:inline-block}}.course-program-list__item-link--for-mobile{display:inline-block}@media (min-width:768px){.course-program-list__item-link--for-mobile{display:none}}@media (min-width:768px){.course-program-list__item-info{margin-left:10rem}}.course-program-list__item-info-table{font-size:1.3rem;font-weight:700;margin-bottom:2rem}@media (min-width:992px){.course-program-list__item-info-table{margin-bottom:5rem}}.course-program-list__item-info-table-cell{padding-bottom:1rem;vertical-align:top}.course-program-list__item-info-table-cell--label{font-weight:400;padding-right:3.5rem}.course-program-list__item-info-join{display:none}@media (min-width:768px){.course-program-list__item-info-join{display:inline-block;width:100%}}@media (min-width:1200px){.course-program__info{display:flex}}@media (min-width:1200px){.course-program__info-details{width:50%}}.course-program__info-header{font-size:1.5rem;font-weight:700;padding:0}.course-program__info-table{font-size:1.3rem;font-weight:700}.course-program__info-table-cell{padding:0 3rem 1.4rem 0}.course-program__info-table-cell--label{font-weight:400;min-width:10rem}.course-program__join-container{margin-bottom:3.2rem}.course-program__join-container .main--condensed{margin-bottom:0}@media (min-width:992px){.course-program__join-container--join{box-shadow:0 0 2.4rem .4rem rgba(78,85,94,.15)}}.course-program__join-container--alert{color:#fff;padding:1.5rem 0}.theme-pdf .course-program__join-container--alert{background-color:#ce0058}.theme-prf .course-program__join-container--alert{background-color:#ffa300}.theme-uhk .course-program__join-container--alert{background-color:#000}.theme-fim .course-program__join-container--alert{background-color:#009fdf}.theme-ff .course-program__join-container--alert{background-color:#84bd00}.course-program__join-text-alert-info{font-size:1.5rem;font-weight:700;margin:0}.course-program__join-text-alert-date{font-size:2rem;margin:0}.course-program__join-container-inner{display:flex;flex-wrap:wrap;align-items:center;padding-top:1.5rem}.course-program__join{margin:0 10rem 1.5rem 0}@media (min-width:1200px){.course-program__join{min-width:25rem}}.course-program__join-text-interest{font-size:1.5rem;font-weight:700;margin:0}.course-program__join-text-send{font-size:2rem;margin:0;padding-bottom:1.5rem}.course-program__inner-container{padding-left:4.4rem;padding-right:4.4rem}@media (min-width:992px){.course-program__inner-container{margin:0 8.33333%;padding-left:8rem;padding-right:8rem}}.course-program__description-container{padding-left:2.4rem;padding-right:2.4rem}@media (min-width:992px){.course-program__description-container{margin:0 8.33333%;padding-left:8rem;padding-right:8rem}}.course-program__description-container .gallery__set{margin-left:-1.2rem;margin-right:-1.2rem}@media (min-width:768px){.course-program__description-container .gallery__set{margin-left:-8.7rem;margin-right:-8.7rem}}.course-program__description-container .tree-attachments{margin-bottom:2rem}@media (min-width:992px){.course-program__description-container .tree-attachments{margin-bottom:3.6rem}}.course-program__description-container .tree-attachments .wysiwyg-content{margin-bottom:0}.course-program__description-container .tree-attachments__table{margin-left:-.8rem;margin-right:-.8rem}.course-program__description-container .wysiwyg-content{margin-bottom:2rem;overflow-x:visible}@media (min-width:992px){.course-program__description-container .wysiwyg-content{margin-bottom:5.5rem}}@media (min-width:768px){.course-program__description-container .responsive-video{margin-left:-7.5rem;margin-right:-7.5rem;overflow:visible;padding-top:67%}}@media (min-width:768px){.course-program__description-container .share-bar{margin-left:-7.5rem;margin-right:-7.5rem}}.course-program__detail .main .search-form,.course-program__detail .main__content,.course-program__detail .product-detail .search-form,.main .course-program__detail .search-form,.product-detail .course-program__detail .search-form{margin-bottom:2rem;padding-bottom:0}@media (min-width:992px){.course-program__detail .main .search-form,.course-program__detail .main__content,.course-program__detail .product-detail .search-form,.main .course-program__detail .search-form,.product-detail .course-program__detail .search-form{margin-bottom:0}}.course-program__detail .main__header--no-motive{position:relative;padding-bottom:4.5rem}.course-program__detail .main__header--no-motive:after{content:"";display:block;width:100%;border-bottom:1px solid #e1e4e7;margin-top:2rem}.course-program__detail-layout{position:relative}.course-program__go-back{position:absolute;left:0;top:0;display:none}@media (min-width:1200px){.course-program__go-back{left:6.4rem;display:inline}}.course-program__go-back--bottom{top:auto;bottom:102px}.course-program__list-simple-view.study-fields__table{max-width:1000px;margin-left:auto;margin-right:auto}.course-program__list-simple-view.study-fields__table .table__head-title{width:100%}#tinymce table tr .course-program__list-simple-view.study-fields__table th tr .table__head-title,.course-program__list-simple-view.study-fields__table #tinymce table tr th tr .table__head-title,.course-program__list-simple-view.study-fields__table .table__head tr .table__head-title,.course-program__list-simple-view.study-fields__table .wysiwyg-content table tr th tr .table__head-title,.wysiwyg-content table tr .course-program__list-simple-view.study-fields__table th tr .table__head-title{min-width:25rem}#tinymce table tr .course-program__list-simple-view.study-fields__table th tr .table__head-type,.course-program__list-simple-view.study-fields__table #tinymce table tr th tr .table__head-type,.course-program__list-simple-view.study-fields__table .table__head tr .table__head-type,.course-program__list-simple-view.study-fields__table .wysiwyg-content table tr th tr .table__head-type,.wysiwyg-content table tr .course-program__list-simple-view.study-fields__table th tr .table__head-type{min-width:38rem}.course-program__list-simple-view.study-fields__table .table__body-name,.course-program__list-simple-view.study-fields__table .table__body-type{white-space:inherit}.alert.course-program__warning,.product-detail .course-program__warning.product-watching-now__content{margin:0 auto 8rem}.course__private-link{color:#000;padding-left:4rem!important;padding-right:0!important;line-height:2.2rem}.course__private-link span:first-of-type{left:0;top:0;opacity:1}.course__private-link:hover span:first-of-type:after,.course__private-link:hover span:first-of-type:before{opacity:0}.course-list{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start;padding-left:0;list-style-type:none}.course-list__item{width:100%;display:flex;flex-flow:column wrap;align-items:center;padding:1rem;border-bottom:1px solid rgba(0,0,0,.1)}.course-list__item:first-child{display:none}@media (min-width:768px){.course-list__item{padding:1rem 0;flex-flow:row wrap;justify-content:space-evenly}.course-list__item:first-child{display:flex}}.course-date,.course-header,.email-header,.faculty-header{font-weight:700}.course-faculty-text{display:block;max-width:30rem}@media (min-width:768px){.course-name,.faculty-header{width:16.66666%}}@media (min-width:768px){.course-faculty,.faculty-header{width:8.33333%}}.course-header,.course-name{text-align:center}@media (min-width:768px){.course-header,.course-name{width:41.66665%;text-align:left}}@media (min-width:768px){.course-date,.course-start{width:8.33333%}}@media (min-width:768px){.course-email,.email-header{width:24.99999%}}.course-faculty{font-weight:700}.course-faculty--pdf{color:#ce0058}.course-faculty--fim{color:#009fdf}.course-faculty--ff{color:#84bd00}.course-faculty--prf{color:#ffa300}.course-start{padding-left:0;list-style-type:none;display:flex;flex-flow:column wrap;align-items:center;position:relative}@media (min-width:768px){.course-start{align-items:flex-start}}.description-helper{text-transform:lowercase;text-transform:capitalize;font-weight:700;color:#000;margin-top:.8rem}@media (min-width:768px){.description-helper{display:none}}.course-detail-box{padding:2rem;max-width:72rem;box-shadow:0 0 2.4rem .4rem rgba(78,85,94,.15);margin:3.2rem 0}@media (min-width:992px){.course-detail-box{padding:4rem 5.6rem}}.course-detail-box__header{width:100%;display:flex;align-items:center;margin-bottom:2.4rem}.course-detail-box__header:after,.course-detail-box__header:before{position:relative;display:inline-block;content:"";height:2px;flex:1}.theme-uhk .course-detail-box__header:after,.theme-uhk .course-detail-box__header:before{background-color:#000}.theme-ff .course-detail-box__header:after,.theme-ff .course-detail-box__header:before{background-color:#84bd00}.theme-pdf .course-detail-box__header:after,.theme-pdf .course-detail-box__header:before{background-color:#ce0058}.theme-prf .course-detail-box__header:after,.theme-prf .course-detail-box__header:before{background-color:#ffa300}.theme-fim .course-detail-box__header:after,.theme-fim .course-detail-box__header:before{background-color:#009fdf}.course-detail-box__header:before{margin-right:2.4rem}.course-detail-box__header:after{margin-left:2.4rem}.course-detail-box__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;margin:-1rem}.course-detail-box__item{width:100%;margin-bottom:.8rem;padding:0 1rem}@media (min-width:576px){.course-detail-box__item{width:50%}}@media (min-width:992px){.course-detail-box__item{width:33.33333%;margin-bottom:1.6rem}}.course-detail-box__item a{text-decoration:none}.theme-uhk .course-detail-box__item a:hover{text-decoration-color:#000}.theme-ff .course-detail-box__item a:hover{text-decoration-color:#84bd00}.theme-pdf .course-detail-box__item a:hover{text-decoration-color:#ce0058}.theme-prf .course-detail-box__item a:hover{text-decoration-color:#ffa300}.theme-fim .course-detail-box__item a:hover{text-decoration-color:#009fdf}.department-info{max-width:79.5rem;margin-left:3rem;display:flex;flex-flow:column wrap}@media (min-width:768px){.department-info{flex-flow:row wrap}}.department-info__content{display:flex;justify-content:flex-start;width:100%}@media (min-width:768px){.department-info__content{width:70%}}.department-info__text{text-align:left;max-width:45rem}.department-info__contact{width:100%;display:flex;flex-flow:column;justify-content:flex-start}@media (min-width:768px){.department-info__contact{width:30%}}.department-info__header{margin-bottom:0;font-weight:700}.department-info__header:first-letter{text-transform:uppercase}.theme-uhk .department-info__header{color:#000}.theme-ff .department-info__header{color:#84bd00}.theme-pdf .department-info__header{color:#ce0058}.theme-prf .department-info__header{color:#ffa300}.theme-fim .department-info__header{color:#009fdf}.contact-list{list-style-type:none}.contact-list,.wysiwyg-content .contact-list{padding-left:0}.wysiwyg-content .contact-list__item{padding:0!important}.wysiwyg-content .contact-list__item:before{display:none}.significant-links{margin-left:3rem;display:flex;justify-content:center}.significant-links__list{width:100%;padding-left:0;list-style-type:none;display:flex;flex-flow:column wrap;justify-content:flex-start}@media (min-width:768px){.significant-links__list{justify-content:space-evenly;flex-flow:row wrap}}.significant-links__item{padding-top:1rem;margin-bottom:1rem;position:relative}.significant-links__item:before{position:absolute;content:"";left:0;top:0;border-top:2px solid #000;width:3.5rem}.theme-uhk .significant-links__item:before{border-color:#000}.theme-ff .significant-links__item:before{border-color:#84bd00}.theme-pdf .significant-links__item:before{border-color:#ce0058}.theme-prf .significant-links__item:before{border-color:#ffa300}.theme-fim .significant-links__item:before{border-color:#009fdf}.significant-links__link{font-size:2.1rem;text-decoration:none}.significant-links__link:hover{text-decoration:underline}.theme-uhk .significant-links__link:hover{text-decoration-color:#000}.theme-ff .significant-links__link:hover{text-decoration-color:#84bd00}.theme-pdf .significant-links__link:hover{text-decoration-color:#ce0058}.theme-prf .significant-links__link:hover{text-decoration-color:#ffa300}.theme-fim .significant-links__link:hover{text-decoration-color:#009fdf}.contact-row__description{font-weight:700}.contact-row{display:flex;flex-direction:column;padding-left:2rem}@media (min-width:992px){.contact-row{padding-left:8rem}}.contact-row__columns{display:flex;flex-direction:column}@media (min-width:576px){.contact-row__columns{flex-flow:row wrap;justify-content:flex-start}}.contact-column{padding-left:0;list-style-type:none}.wysiwyg-content .contact-column{padding:0}@media (min-width:576px){.contact-column{width:50%}}@media (min-width:768px){.contact-column{width:33.33333%}}.contact-column__item{margin-bottom:1.8rem}.wysiwyg-content .contact-column__item{padding-bottom:0!important}.wysiwyg-content .contact-column__item:before{display:none}.pagination{list-style:none;margin:0;padding:0;position:relative;display:flex;justify-content:center;align-items:center;padding-top:4rem;margin-bottom:2.4rem}@media (min-width:576px){.pagination{margin-bottom:3.2rem}}@media (min-width:768px){.pagination{margin-bottom:4.8rem}}@media (min-width:992px){.pagination{margin-bottom:6.4rem}}@media (min-width:1200px){.pagination{margin-bottom:8rem}}.pagination .active:focus a,.pagination .active:focus span,.pagination .active:hover a,.pagination .active:hover span,.pagination .active a,.pagination .active span{z-index:1;background-color:transparent}.pagination .disabled{opacity:0}.pagination li a,.pagination li span{border:0;font-size:1.2rem;text-decoration:none;padding:.8rem;-o-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}@media (min-width:768px){.pagination li a,.pagination li span{font-size:1.6rem}}.pagination li:focus a,.pagination li:hover a{text-decoration:underline}.pagination li:focus a,.pagination li:focus span,.pagination li:hover a,.pagination li:hover span{background-color:#e1e4e7}.pagination li:first-child,.pagination li:last-child{position:absolute;top:6.4rem}@media (min-width:768px){.pagination li:first-child,.pagination li:last-child{position:relative;top:0}}.pagination li:first-child a:focus,.pagination li:first-child a:hover,.pagination li:last-child a:focus,.pagination li:last-child a:hover{text-decoration:none}.pagination .next,.pagination .prev{text-indent:-9999px;line-height:0}.faculty-contact{margin-bottom:2.4rem;display:flex;flex-flow:row wrap}@media (min-width:576px){.faculty-contact{margin-bottom:3.2rem}}@media (min-width:768px){.faculty-contact{margin-bottom:4.8rem}}@media (min-width:992px){.faculty-contact{margin-bottom:6.4rem}}@media (min-width:1200px){.faculty-contact{margin-bottom:8rem}}@media (min-width:992px){.faculty-contact{padding-left:2.4rem}}@media (min-width:1200px){.faculty-contact{padding-left:8.33333%}}.faculty-contact__item{flex:0 0 100%}@media (min-width:992px){.faculty-contact__item{flex:0 1 50%;padding:2.4rem 3.2rem 2.4rem 0}}.share-bar{list-style:none;padding:1.2rem 0 0;position:relative;display:flex;clear:both;align-items:center;margin-bottom:2.4rem}@media (min-width:576px){.share-bar{margin-bottom:3.2rem}}@media (min-width:768px){.share-bar{margin-bottom:4.8rem}}@media (min-width:992px){.share-bar{margin-bottom:6.4rem}}@media (min-width:1200px){.share-bar{margin-bottom:8rem}}@media (min-width:992px){.share-bar{margin-bottom:6rem}}@media (min-width:1200px){.share-bar{margin-bottom:6rem}}.share-bar:after,.share-bar:before{display:inline-block;content:"";width:4rem;height:.2rem;background:#000}.share-bar:before{margin:0 2.4rem 0 0}.share-bar:after{flex:1}.share-bar .svg-icon{-o-transition:all .2s ease;-webkit-transition:all .2s ease;transition:all .2s ease}.share-bar .svg-icon:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.share-bar>li{margin:0 2.4rem 0 0}.share-bar>li a{display:flex}.share-bar>li a,.share-bar>li a .svg-icon{width:2.4rem;height:2.4rem}.share-bar .share-bar__title{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap}.share-bar .share-bar__title>span{display:none}@media (min-width:576px){.share-bar .share-bar__title>span{display:inline}}.content-accordion,.mce-content-body .content-accordion{margin-bottom:.8rem}.content-accordion ol,.content-accordion ul,.mce-content-body .content-accordion ol,.mce-content-body .content-accordion ul{padding-left:1.6rem}.content-accordion.active .content-accordion__trigger,.mce-content-body .content-accordion.active .content-accordion__trigger{text-shadow:.5px 0 0 currentColor}.content-accordion.active .content-accordion__trigger:before,.mce-content-body .content-accordion.active .content-accordion__trigger:before{-webkit-transform:rotate(0turn);-ms-transform:rotate(0turn);transform:rotate(0turn)}.content-accordion.active .content-accordion__content,.mce-content-body .content-accordion.active .content-accordion__content{max-height:none}.content-accordion__trigger,.mce-content-body .content-accordion__trigger{position:relative;display:flex;align-items:flex-start;font-size:1.7rem;color:#000;background:transparent;border:0;padding:0;outline:none;text-align:left;-o-transition:all .2s 0s linear;-webkit-transition:all .2s linear 0s;transition:all .2s linear 0s;z-index:1}.content-accordion__trigger>*,.mce-content-body .content-accordion__trigger>*{position:relative;z-index:-1}.content-accordion__trigger h2,.mce-content-body .content-accordion__trigger h2{font-size:inherit;margin:0;padding:inherit;line-height:inherit;font-weight:400}.content-accordion__trigger:hover,.mce-content-body .content-accordion__trigger:hover{text-shadow:.5px 0 0 currentColor}.content-accordion__trigger:active,.content-accordion__trigger:focus,.mce-content-body .content-accordion__trigger:active,.mce-content-body .content-accordion__trigger:focus{outline-color:transparent}.content-accordion__trigger:before,.mce-content-body .content-accordion__trigger:before{position:relative;top:2px;content:"";display:inline-block;width:2.2rem;min-width:2.2rem;height:2.2rem;background:url("/img/svg/source/dropdown-arrow.svg") 4px 3px/12px 12px no-repeat;border-radius:50%;border:1px solid #000;margin-right:1.6rem;-webkit-transform:rotate(.5turn);-ms-transform:rotate(.5turn);transform:rotate(.5turn);-o-transition:all .2s 0s linear;-webkit-transition:all .2s linear 0s;transition:all .2s linear 0s}@media (min-width:992px){.content-accordion__trigger:before,.mce-content-body .content-accordion__trigger:before{margin-right:2.4rem}}.content-accordion__content,.mce-content-body .content-accordion__content{max-height:0;overflow:hidden;-o-transition:all .2s 0s linear;-webkit-transition:all .2s linear 0s;transition:all .2s linear 0s;border-left:1px solid #000;padding:0 2.4rem 0 3rem;margin-left:1rem}@media (min-width:992px){.content-accordion__content,.mce-content-body .content-accordion__content{padding:0 2.4rem 0 3.4rem}}.mce-content-body .content-accordion__content{max-height:none!important}@media (min-width:768px){.content-accordion--internal-regulations .content-accordion__content{max-width:85%;margin-right:0}}@media (min-width:768px){.content-accordion--internal-regulations .content-accordion__content .main-document,.content-accordion--internal-regulations .content-accordion__content .related-documents{display:flex;align-items:flex-start}}@media (min-width:768px){.content-accordion--internal-regulations .content-accordion__content .main-document h3:after,.content-accordion--internal-regulations .content-accordion__content .related-documents h3:after{display:inline-block;content:":"}}@media (min-width:768px){.content-accordion--internal-regulations .content-accordion__content .main-document h3,.content-accordion--internal-regulations .content-accordion__content .related-documents h3{min-width:20rem}}.content-accordion--internal-regulations .content-accordion__content .main-document ul,.content-accordion--internal-regulations .content-accordion__content .related-documents ul{padding-top:0}@media (min-width:768px){.content-accordion--internal-regulations .content-accordion__content h3{font-family:Comenia-Sans-Regular,arial,sans-serif;font-weight:400;font-style:normal;font-display:swap;font-size:1.8rem;display:inline-block;padding:0}}.content-accordion--internal-regulations .content-accordion__content>p{margin-bottom:.4rem}.content-accordion--internal-regulations .content-accordion__content>p span{display:inline-block;min-width:10rem}@media (min-width:768px){.content-accordion--internal-regulations .content-accordion__content>p span{min-width:20rem}}.content-accordion--internal-regulations .content-accordion__content ul{list-style:none;margin:0;padding:0;padding-top:1.6rem}@media (min-width:768px){.content-accordion--internal-regulations .content-accordion__content ul{display:inline-block;width:68%}}.content-accordion--internal-regulations .content-accordion__content ul li:last-child a{display:block;margin-bottom:1.2rem}.content-accordion--internal-regulations .content-accordion__content ul li+li{margin-top:.4rem}.content-accordion--internal-regulations .content-accordion__content ul li a{text-decoration:none}.content-accordion--internal-regulations .content-accordion__content ul li a:before{position:relative;top:2px}.content-accordion--internal-regulations .content-accordion__content ul li a.page:before{-webkit-transform:translateY(.2rem);-ms-transform:translateY(.2rem);transform:translateY(.2rem);background-image:url("/img/svg/source/arrow-right.svg")}@-webkit-keyframes scale-in-top{0%{-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:50% 0;transform-origin:50% 0;opacity:1}to{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 0;transform-origin:50% 0;opacity:1}}@keyframes scale-in-top{0%{-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:50% 0;transform-origin:50% 0;opacity:1}to{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 0;transform-origin:50% 0;opacity:1}}.map-card{display:none;position:relative;background:#fff;margin:-6rem 2rem 4rem;z-index:1;max-width:80%;transition:all .5s linear}.map-card.active{display:inline-block;box-shadow:0 0 2.4rem .4rem rgba(78,85,94,.15)}@media (min-width:768px){.map-card.active{display:flex!important}}@media (min-width:992px){.map-card{max-width:60%;margin:-12rem auto 4rem}}@media (min-width:1200px){.map-card{max-width:50%}}.map-card.active{-webkit-animation:scale-in-top .5s cubic-bezier(.25,.46,.45,.94) both;animation:scale-in-top .5s cubic-bezier(.25,.46,.45,.94) both}.map-card__motive{position:relative;min-width:250px;visibility:hidden;height:0}@media (min-width:768px){.map-card__motive{visibility:visible;height:auto;padding:1.6rem;width:35%;align-self:center}}.map-card__motive img{position:relative;z-index:-1}.map-card__motive .btn{position:absolute;font-weight:400;left:30%;top:43%}.map-card__content{position:relative;padding:2rem 4rem 4rem 2rem}@media (min-width:992px){.map-card__content{width:65%}}@media (min-width:1200px){.map-card__content{padding:4rem 8rem 4rem 4rem}}.map-card__content p{font-size:1.5rem;line-height:2rem;margin-bottom:.8rem}.map-card__content .btn-arrow{position:absolute;bottom:-2rem;max-width:16rem}@media (min-width:768px){.map-card__content .btn-arrow{max-width:24rem}}.map-card__title{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;margin-bottom:1.6rem}.theme-uhk .map-card__title{color:#000}.theme-ff .map-card__title{color:#84bd00}.theme-pdf .map-card__title{color:#ce0058}.theme-prf .map-card__title{color:#ffa300}.theme-fim .map-card__title{color:#009fdf}.table{border-top:none}#tinymce table tr .table th,.table #tinymce table tr th,.table .table__head,.table .wysiwyg-content table tr th,.wysiwyg-content table tr .table th{border-bottom:2px solid #e1e4e7;border-top:none}#tinymce table tr .table th th,.table #tinymce table tr th th,.table .table__head th,.table .wysiwyg-content table tr th th,.wysiwyg-content table tr .table th th{border-top:none;text-align:left}.table .table__body tr{border-bottom:1px solid #e1e4e7;text-align:left}.table caption{caption-side:top}.table-hover tbody tr:hover{background-color:rgba(225,228,231,.2)}#tinymce table,.wysiwyg-content table{border-color:#e1e4e7;border-top:none;border:none}#tinymce .wysiwyg-content table tr th,#tinymce table .table__head,#tinymce table tr th,.wysiwyg-content #tinymce table tr th,.wysiwyg-content table .table__head,.wysiwyg-content table tr th{border-bottom:2px solid #e1e4e7;border-top:none}#tinymce .wysiwyg-content table tr th th,#tinymce table .table__head th,#tinymce table tr th th,.wysiwyg-content #tinymce table tr th th,.wysiwyg-content table .table__head th,.wysiwyg-content table tr th th{border-top:none;text-align:left}#tinymce table .table__body tr,.wysiwyg-content table .table__body tr{border-bottom:1px solid #e1e4e7;text-align:left}#tinymce table tbody tr:hover,.wysiwyg-content table tbody tr:hover{background-color:rgba(225,228,231,.2)}#tinymce table tr:hover th,.wysiwyg-content table tr:hover th{background:#fff}#tinymce table tbody tr td,#tinymce table tbody tr th,#tinymce table thead tr td,#tinymce table thead tr th{border:1px solid #e1e4e7}.form--floating-labels .form-group{position:relative;margin-bottom:4rem}.form--floating-labels .form-group.hidden{display:none!important}.form--floating-labels .form-group--label-hidden .form-group__label,.form--floating-labels .form-group--label-hidden label,.form--floating-labels .form-group--label-visible .form-group__label,.form--floating-labels .form-group--label-visible label{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;position:absolute;font-size:1.2rem;top:-1.2rem;left:0;padding:.2rem 0;background:transparent;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;color:#000;z-index:-1}.form--floating-labels .form-group--label-hidden .form-group__label,.form--floating-labels .form-group--label-hidden label{opacity:0}.form--floating-labels .form-group--label-visible .form-group__label,.form--floating-labels .form-group--label-visible label{opacity:1;transition:all .3s ease;z-index:1}.form--floating-labels .form-group .form-control,.form--floating-labels .form-group .form-group__control,.form--floating-labels .form-group input{height:auto;font-size:1.6rem;padding:1rem}.form--floating-labels .form-group .form-control::-webkit-input-placeholder,.form--floating-labels .form-group .form-group__control::-webkit-input-placeholder,.form--floating-labels .form-group input::-webkit-input-placeholder{font-style:normal;color:#000;font-weight:400;font-size:1.4rem}.form--floating-labels .form-group .form-control:-moz-placeholder,.form--floating-labels .form-group .form-control::-moz-placeholder,.form--floating-labels .form-group .form-group__control:-moz-placeholder,.form--floating-labels .form-group .form-group__control::-moz-placeholder,.form--floating-labels .form-group input:-moz-placeholder,.form--floating-labels .form-group input::-moz-placeholder{font-style:normal;color:#000;font-weight:400;font-size:1.4rem}.form--floating-labels .form-group .form-control:-ms-input-placeholder,.form--floating-labels .form-group .form-group__control:-ms-input-placeholder,.form--floating-labels .form-group input:-ms-input-placeholder{font-style:normal;color:#000;font-weight:400;font-size:1.4rem}.form--floating-labels .form-group .form-control::placeholder,.form--floating-labels .form-group .form-group__control::placeholder,.form--floating-labels .form-group input::placeholder{color:hsla(204,2%,53%,.8)}.form--floating-labels .form-group .form-control:focus,.form--floating-labels .form-group .form-group__control:focus,.form--floating-labels .form-group input:focus{box-shadow:none}.form--uhk fieldset{margin-bottom:4rem;display:block;margin-inline-start:2px;margin-inline-end:2px;padding-block-start:.35em;padding-inline-start:.75em;padding-inline-end:.75em;padding-block-end:.625em;min-inline-size:min-content;border:1px solid #e1e4e7;border-image:initial}.form--uhk fieldset legend{display:block;width:auto;padding-inline-start:.8rem;padding-inline-end:.8rem;border-width:initial;border-style:none;border-color:initial;border-image:initial}.form--uhk fieldset.hide-legend{border:0;margin:0;padding:0}.form--uhk fieldset.hide-legend legend{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.form--uhk .form-control,.form--uhk .form-group__control,.form--uhk input{padding-left:0!important;border-width:0 0 1px;border-color:#000;border-radius:0;background-color:transparent}.form--uhk .form-control:focus,.form--uhk .form-group__control:focus,.form--uhk input:focus{background-color:transparent}.theme-uhk .form--uhk .form-control:focus,.theme-uhk .form--uhk .form-group__control:focus,.theme-uhk .form--uhk input:focus{outline-color:transparent;border-color:#000}.theme-ff .form--uhk .form-control:focus,.theme-ff .form--uhk .form-group__control:focus,.theme-ff .form--uhk input:focus{outline-color:transparent;border-color:#84bd00}.theme-pdf .form--uhk .form-control:focus,.theme-pdf .form--uhk .form-group__control:focus,.theme-pdf .form--uhk input:focus{outline-color:transparent;border-color:#ce0058}.theme-prf .form--uhk .form-control:focus,.theme-prf .form--uhk .form-group__control:focus,.theme-prf .form--uhk input:focus{outline-color:transparent;border-color:#ffa300}.theme-fim .form--uhk .form-control:focus,.theme-fim .form--uhk .form-group__control:focus,.theme-fim .form--uhk input:focus{outline-color:transparent;border-color:#009fdf}.form--uhk select.form-control{border-width:1px;border-top-color:transparent;border-left-color:transparent;border-right-color:transparent}.form--uhk select.form-control:focus{border-top-color:#000;border-left-color:#000;border-right-color:#000}.form--uhk label{max-width:none!important;padding:0}.form--uhk .control-label.always-required>span{display:none}.form--uhk .checkbox,.form--uhk .radio{padding-left:3rem;position:relative;display:block;min-height:2.4rem;margin-bottom:.4rem}.form--uhk .checkbox:focus-within,.form--uhk .radio:focus-within{outline:.2rem solid #000}.form--uhk .checkbox input[type=checkbox],.form--uhk .checkbox input[type=radio],.form--uhk .radio input[type=checkbox],.form--uhk .radio input[type=radio]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.form--uhk .checkbox input[type=checkbox]:focus+label:before,.form--uhk .checkbox input[type=radio]:focus+label:before,.form--uhk .radio input[type=checkbox]:focus+label:before,.form--uhk .radio input[type=radio]:focus+label:before{box-shadow:none}.form--uhk .checkbox input[type=checkbox]:disabled+label,.form--uhk .checkbox input[type=radio]:disabled+label,.form--uhk .radio input[type=checkbox]:disabled+label,.form--uhk .radio input[type=radio]:disabled+label{opacity:.5}.form--uhk .checkbox input[type=checkbox]:disabled+label:hover,.form--uhk .checkbox input[type=radio]:disabled+label:hover,.form--uhk .radio input[type=checkbox]:disabled+label:hover,.form--uhk .radio input[type=radio]:disabled+label:hover{cursor:not-allowed}.form--uhk .checkbox label,.form--uhk .radio label{margin:0}.form--uhk .checkbox label:before,.form--uhk .radio label:before{border:1px solid #848789;position:absolute;top:.1rem;left:0;display:block;width:2rem;height:2rem;pointer-events:none;content:"";user-select:none;background-color:transparent!important}.theme-uhk .form--uhk .checkbox label:before,.theme-uhk .form--uhk .radio label:before{color:#000!important}.theme-ff .form--uhk .checkbox label:before,.theme-ff .form--uhk .radio label:before{color:#84bd00!important}.theme-pdf .form--uhk .checkbox label:before,.theme-pdf .form--uhk .radio label:before{color:#ce0058!important}.theme-prf .form--uhk .checkbox label:before,.theme-prf .form--uhk .radio label:before{color:#ffa300!important}.theme-fim .form--uhk .checkbox label:before,.theme-fim .form--uhk .radio label:before{color:#009fdf!important}.form--uhk .checkbox label:after,.form--uhk .radio label:after{position:absolute;top:.1rem;left:.8rem;display:block;width:2rem;height:2rem;content:"";background-repeat:no-repeat;background-position:50%;background-size:1.4rem}.form--uhk .checkbox+.help-block,.form--uhk .radio+.help-block{display:block;-webkit-animation:fade-in .3s 0s linear;animation:fade-in .3s 0s linear}.theme-uhk .form--uhk .checkbox input[type=checkbox]:checked+label:before{border-color:#000}.theme-ff .form--uhk .checkbox input[type=checkbox]:checked+label:before{border-color:#84bd00}.theme-pdf .form--uhk .checkbox input[type=checkbox]:checked+label:before{border-color:#ce0058}.theme-prf .form--uhk .checkbox input[type=checkbox]:checked+label:before{border-color:#ffa300}.theme-fim .form--uhk .checkbox input[type=checkbox]:checked+label:before{border-color:#009fdf}.form--uhk .checkbox input[type=checkbox]:checked+label:after{content:"";display:block;width:6px!important;height:12px!important;border:solid #000;border-width:0 2px 2px 0;left:.8rem;top:4px!important;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.theme-uhk .form--uhk .checkbox input[type=checkbox]:checked+label:after{border-color:#000}.theme-ff .form--uhk .checkbox input[type=checkbox]:checked+label:after{border-color:#84bd00}.theme-pdf .form--uhk .checkbox input[type=checkbox]:checked+label:after{border-color:#ce0058}.theme-prf .form--uhk .checkbox input[type=checkbox]:checked+label:after{border-color:#ffa300}.theme-fim .form--uhk .checkbox input[type=checkbox]:checked+label:after{border-color:#009fdf}.form--uhk .checkbox.has-error+.help-block{color:#ce0058;padding:0 0 1rem 3rem;font-size:1.3rem}.form--uhk .radio input[type=radio]:checked+label:before{background-color:transparent}.theme-uhk .form--uhk .radio input[type=radio]:checked+label:before{border-color:#000}.theme-ff .form--uhk .radio input[type=radio]:checked+label:before{border-color:#84bd00}.theme-pdf .form--uhk .radio input[type=radio]:checked+label:before{border-color:#ce0058}.theme-prf .form--uhk .radio input[type=radio]:checked+label:before{border-color:#ffa300}.theme-fim .form--uhk .radio input[type=radio]:checked+label:before{border-color:#009fdf}.form--uhk .radio input[type=radio]:checked+label:after{background-image:none;content:"";display:block;width:4px;height:4px;left:.8rem;border-radius:50%;top:.9rem;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.theme-uhk .form--uhk .radio input[type=radio]:checked+label:after{background-color:#000}.theme-ff .form--uhk .radio input[type=radio]:checked+label:after{background-color:#84bd00}.theme-pdf .form--uhk .radio input[type=radio]:checked+label:after{background-color:#ce0058}.theme-prf .form--uhk .radio input[type=radio]:checked+label:after{background-color:#ffa300}.theme-fim .form--uhk .radio input[type=radio]:checked+label:after{background-color:#009fdf}.form--uhk .radio label:before{border-radius:50%}.form--uhk select{-webkit-appearance:none;background:url(/img/svg/source/dropdown-arrow-circle.svg) 98%/2rem 2rem no-repeat}.form--uhk select[multiple=multiple]{background:transparent}.form--uhk .form-group .help-block{font-family:Comenia-Sans-Regular,arial,sans-serif;font-weight:400;font-style:normal;font-display:swap;font-size:1.3rem}.form--uhk .form-group.has-error .help-block{color:#ce0058}.form--uhk .form-group.has-success .help-block{color:#84bd00}.form--uhk .form-group.has-warning .help-block{color:#ffa300}.help-block{position:relative;display:block;top:.8rem;-webkit-animation:fade-in .4s 0s ease;animation:fade-in .4s 0s ease}.help-block strong{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;text-shadow:none}form fieldset{margin-bottom:4rem;display:block;margin-inline-start:2px;margin-inline-end:2px;padding-block-start:.35em;padding-inline-start:.75em;padding-inline-end:.75em;padding-block-end:.625em;min-inline-size:min-content;border:1px solid #e1e4e7;border-image:initial}form fieldset legend{display:block;width:auto;padding-inline-start:.8rem;padding-inline-end:.8rem;border-width:initial;border-style:none;border-color:initial;border-image:initial}form fieldset.hide-legend{border:0;margin:0;padding:0}form fieldset.hide-legend legend{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}form .form-control,form .form-group__control,form input{padding-left:0!important;border-width:0 0 1px;border-color:#000;border-radius:0;background-color:transparent}form .form-control:focus,form .form-group__control:focus,form input:focus{background-color:transparent}.theme-uhk form .form-control:focus,.theme-uhk form .form-group__control:focus,.theme-uhk form input:focus{outline-color:transparent;border-color:#000}.theme-ff form .form-control:focus,.theme-ff form .form-group__control:focus,.theme-ff form input:focus{outline-color:transparent;border-color:#84bd00}.theme-pdf form .form-control:focus,.theme-pdf form .form-group__control:focus,.theme-pdf form input:focus{outline-color:transparent;border-color:#ce0058}.theme-prf form .form-control:focus,.theme-prf form .form-group__control:focus,.theme-prf form input:focus{outline-color:transparent;border-color:#ffa300}.theme-fim form .form-control:focus,.theme-fim form .form-group__control:focus,.theme-fim form input:focus{outline-color:transparent;border-color:#009fdf}form select.form-control{border-width:1px;border-top-color:transparent;border-left-color:transparent;border-right-color:transparent}form select.form-control:focus{border-top-color:#000;border-left-color:#000;border-right-color:#000}form label{max-width:none!important;padding:0}form .control-label.always-required>span{display:none}form .checkbox,form .radio{padding-left:3rem;position:relative;display:block;min-height:2.4rem;margin-bottom:.4rem}form .checkbox:focus-within,form .radio:focus-within{outline:.2rem solid #000}form .checkbox input[type=checkbox],form .checkbox input[type=radio],form .radio input[type=checkbox],form .radio input[type=radio]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}form .checkbox input[type=checkbox]:focus+label:before,form .checkbox input[type=radio]:focus+label:before,form .radio input[type=checkbox]:focus+label:before,form .radio input[type=radio]:focus+label:before{box-shadow:none}form .checkbox input[type=checkbox]:disabled+label,form .checkbox input[type=radio]:disabled+label,form .radio input[type=checkbox]:disabled+label,form .radio input[type=radio]:disabled+label{opacity:.5}form .checkbox input[type=checkbox]:disabled+label:hover,form .checkbox input[type=radio]:disabled+label:hover,form .radio input[type=checkbox]:disabled+label:hover,form .radio input[type=radio]:disabled+label:hover{cursor:not-allowed}form .checkbox label,form .radio label{margin:0}form .checkbox label:before,form .radio label:before{border:1px solid #848789;position:absolute;top:.1rem;left:0;display:block;width:2rem;height:2rem;pointer-events:none;content:"";user-select:none;background-color:transparent!important}.theme-uhk form .checkbox label:before,.theme-uhk form .radio label:before{color:#000!important}.theme-ff form .checkbox label:before,.theme-ff form .radio label:before{color:#84bd00!important}.theme-pdf form .checkbox label:before,.theme-pdf form .radio label:before{color:#ce0058!important}.theme-prf form .checkbox label:before,.theme-prf form .radio label:before{color:#ffa300!important}.theme-fim form .checkbox label:before,.theme-fim form .radio label:before{color:#009fdf!important}form .checkbox label:after,form .radio label:after{position:absolute;top:.1rem;left:.8rem;display:block;width:2rem;height:2rem;content:"";background-repeat:no-repeat;background-position:50%;background-size:1.4rem}form .checkbox+.help-block,form .radio+.help-block{display:block;-webkit-animation:fade-in .3s 0s linear;animation:fade-in .3s 0s linear}.theme-uhk form .checkbox input[type=checkbox]:checked+label:before{border-color:#000}.theme-ff form .checkbox input[type=checkbox]:checked+label:before{border-color:#84bd00}.theme-pdf form .checkbox input[type=checkbox]:checked+label:before{border-color:#ce0058}.theme-prf form .checkbox input[type=checkbox]:checked+label:before{border-color:#ffa300}.theme-fim form .checkbox input[type=checkbox]:checked+label:before{border-color:#009fdf}form .checkbox input[type=checkbox]:checked+label:after{content:"";display:block;width:6px!important;height:12px!important;border:solid #000;border-width:0 2px 2px 0;left:.8rem;top:4px!important;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.theme-uhk form .checkbox input[type=checkbox]:checked+label:after{border-color:#000}.theme-ff form .checkbox input[type=checkbox]:checked+label:after{border-color:#84bd00}.theme-pdf form .checkbox input[type=checkbox]:checked+label:after{border-color:#ce0058}.theme-prf form .checkbox input[type=checkbox]:checked+label:after{border-color:#ffa300}.theme-fim form .checkbox input[type=checkbox]:checked+label:after{border-color:#009fdf}form .checkbox.has-error+.help-block{color:#ce0058;padding:0 0 1rem 3rem;font-size:1.3rem}form .radio input[type=radio]:checked+label:before{background-color:transparent}.theme-uhk form .radio input[type=radio]:checked+label:before{border-color:#000}.theme-ff form .radio input[type=radio]:checked+label:before{border-color:#84bd00}.theme-pdf form .radio input[type=radio]:checked+label:before{border-color:#ce0058}.theme-prf form .radio input[type=radio]:checked+label:before{border-color:#ffa300}.theme-fim form .radio input[type=radio]:checked+label:before{border-color:#009fdf}form .radio input[type=radio]:checked+label:after{background-image:none;content:"";display:block;width:4px;height:4px;left:.8rem;border-radius:50%;top:.9rem;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.theme-uhk form .radio input[type=radio]:checked+label:after{background-color:#000}.theme-ff form .radio input[type=radio]:checked+label:after{background-color:#84bd00}.theme-pdf form .radio input[type=radio]:checked+label:after{background-color:#ce0058}.theme-prf form .radio input[type=radio]:checked+label:after{background-color:#ffa300}.theme-fim form .radio input[type=radio]:checked+label:after{background-color:#009fdf}form .radio label:before{border-radius:50%}form select{-webkit-appearance:none;background:url(/img/svg/source/dropdown-arrow-circle.svg) 98%/2rem 2rem no-repeat}form select[multiple=multiple]{background:transparent}form .form-group .help-block{font-family:Comenia-Sans-Regular,arial,sans-serif;font-weight:400;font-style:normal;font-display:swap;font-size:1.3rem}form .form-group.has-error .help-block{color:#ce0058}form .form-group.has-success .help-block{color:#84bd00}form .form-group.has-warning .help-block{color:#ffa300}form .form-group{position:relative;margin-bottom:4rem}form .form-group.hidden{display:none!important}form .form-group--label-hidden .form-group__label,form .form-group--label-hidden label,form .form-group--label-visible .form-group__label,form .form-group--label-visible label{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;position:absolute;font-size:1.2rem;top:-1.2rem;left:0;padding:.2rem 0;background:transparent;-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;color:#000;z-index:-1}form .form-group--label-hidden .form-group__label,form .form-group--label-hidden label{opacity:0}form .form-group--label-visible .form-group__label,form .form-group--label-visible label{opacity:1;transition:all .3s ease;z-index:1}form .form-group .form-control,form .form-group .form-group__control,form .form-group input{height:auto;font-size:1.6rem;padding:1rem}form .form-group .form-control::-webkit-input-placeholder,form .form-group .form-group__control::-webkit-input-placeholder,form .form-group input::-webkit-input-placeholder{font-style:normal;color:#000;font-weight:400;font-size:1.4rem}form .form-group .form-control:-moz-placeholder,form .form-group .form-control::-moz-placeholder,form .form-group .form-group__control:-moz-placeholder,form .form-group .form-group__control::-moz-placeholder,form .form-group input:-moz-placeholder,form .form-group input::-moz-placeholder{font-style:normal;color:#000;font-weight:400;font-size:1.4rem}form .form-group .form-control:-ms-input-placeholder,form .form-group .form-group__control:-ms-input-placeholder,form .form-group input:-ms-input-placeholder{font-style:normal;color:#000;font-weight:400;font-size:1.4rem}form .form-group .form-control::placeholder,form .form-group .form-group__control::placeholder,form .form-group input::placeholder{color:hsla(204,2%,53%,.8)}form .form-group .form-control:focus,form .form-group .form-group__control:focus,form .form-group input:focus{box-shadow:none}.form-control{font-size:1.6rem}input[type=file]:focus{outline:.2rem solid #000!important}.contact-search{position:relative;margin-bottom:2.4rem}@media (min-width:576px){.contact-search{margin-bottom:3.2rem}}@media (min-width:768px){.contact-search{margin-bottom:4.8rem}}@media (min-width:992px){.contact-search{margin-bottom:6.4rem}}@media (min-width:1200px){.contact-search{margin-bottom:8rem}}@media (min-width:992px){.contact-search{display:flex;align-items:flex-end;justify-content:space-between;padding-left:8rem}}@media (min-width:1200px){.contact-search{padding-left:8.33333%}}.contact-search .col-sm-10{padding:0;width:100%;flex:0 0 100%;max-width:100%}@media (min-width:992px){.contact-search+.fulltext__people-profile-list{padding-left:8rem}}@media (min-width:1200px){.contact-search+.fulltext__people-profile-list{padding-left:8.33333%}}@media (min-width:992px){.contact-search+.fulltext__people-profile-list .people-profile-list__item{width:50%}}@media (min-width:992px){.contact-search__field,.contact-search__filter{flex:0 1 50%;margin-right:8rem}}.contact-search__field{position:relative;border-bottom:1px solid #000;margin-bottom:4rem}@media (min-width:992px){.contact-search__field{margin-bottom:0}}.contact-search__field .form-group{width:100%;padding-left:4rem;margin-bottom:0!important}.contact-search__field .form-group .form-control{padding-left:1.6rem!important;border:0}.contact-search__field .btn-search{position:absolute;left:0;bottom:0;border:0;box-shadow:none;padding:0;background:transparent;color:transparent;width:4.5rem;height:4.5rem;overflow:hidden}.contact-search__field .btn-search:before{display:block;position:absolute;margin:0;top:0;left:0;content:"";width:4rem;height:4rem;background:url("/img/svg/source/magnifier.svg") 50%/3rem 3rem no-repeat}.contact-search__field .btn-search:after{display:none}.contact-search__field .btn-search:hover{background:transparent}.contact-search__filter .form-group{margin:0;padding:0}.contact-search__filter .form-control{background-position:98%}.download{width:100%;max-width:66rem;margin-bottom:2.4rem}@media (min-width:576px){.download{margin-bottom:3.2rem}}@media (min-width:768px){.download{margin-bottom:4.8rem}}@media (min-width:992px){.download{margin-bottom:6.4rem}}@media (min-width:1200px){.download{margin-bottom:8rem}}.download .download__header{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;font-size:2rem;margin:1.2rem 0}.theme-uhk .download .download__header{color:#000}.theme-ff .download .download__header{color:#84bd00}.theme-pdf .download .download__header{color:#ce0058}.theme-prf .download .download__header{color:#ffa300}.theme-fim .download .download__header{color:#009fdf}.download .download-list{padding-left:0;list-style-type:none;display:flex;flex-flow:column nowrap;justify-content:center}.download .download-list__item{line-height:1;border-bottom:1px solid #e1e4e7;display:flex;justify-content:flex-start;align-items:center}.download .download-list__item:first-child{border-top:1px solid #e1e4e7}.download .download-list__item:before{display:none}.download .download-list__item.download-list__item--locked a span[aria-label],.download .download-list__item.download-list__item--unlocked a span[aria-label]{top:0;position:relative}.download .download-list__item--locked a{position:relative;display:inline-block;padding-right:2rem!important}.download .download-list__item--locked a>span:first-of-type{position:absolute;top:.2rem;right:-2rem;width:2rem;height:2rem;display:inline-flex}.private-link-container .download .download-list__item--locked a>span:first-of-type{top:1.2rem}.download .download-list__item--locked a>span:first-of-type:after,.download .download-list__item--locked a>span:first-of-type:before{position:absolute;right:0;opacity:0;pointer-events:none;text-align:center}.download .download-list__item--locked a>span:first-of-type:before{top:-1.6rem;right:-16rem;background-color:#fff;font-size:1.3rem;text-shadow:none;box-shadow:0 0 1.2rem .2rem rgba(78,85,94,.15);border-radius:.8rem;color:#000;content:attr(aria-label);padding:1.2rem;text-transform:none;-o-transition:all .2s ease;-webkit-transition:all .2s ease;transition:all .2s ease;width:16rem;white-space:normal}.download .download-list__item--locked a>span:first-of-type:after{top:.4rem;right:0;height:0;border-top:.8rem solid transparent;border-bottom:.8rem solid transparent;border-right:.8rem solid #fff;content:"";font-size:0;line-height:0;margin-left:-5px;width:0}.download .download-list__item--locked a>span:first-of-type.no-tooltip:after,.download .download-list__item--locked a>span:first-of-type.no-tooltip:before{display:none}.download .download-list__item--locked a:focus,.download .download-list__item--locked a:hover{color:#1a1a1a}.download .download-list__item--locked a:focus>span:first-of-type,.download .download-list__item--locked a:hover>span:first-of-type{opacity:1}.download .download-list__item--locked a:focus>span:first-of-type:after,.download .download-list__item--locked a:focus>span:first-of-type:before,.download .download-list__item--locked a:hover>span:first-of-type:after,.download .download-list__item--locked a:hover>span:first-of-type:before{opacity:1;-o-transition:all .2s ease;-webkit-transition:all .2s ease;transition:all .2s ease;z-index:1}.download .download-list__item--locked a:focus>span:first-of-type:before,.download .download-list__item--locked a:hover>span:first-of-type:before{right:-17.6rem}.download .download-list__item--locked a:focus>span:first-of-type:after,.download .download-list__item--locked a:hover>span:first-of-type:after{right:-1.6rem}.download .download-list__item--locked a>span:first-of-type{background:url("/img/svg/source/lock-locked.svg") 100% 0/2rem 2rem no-repeat;opacity:.5}.download .download-list__item--unlocked a{position:relative;display:inline-block;padding-right:2rem!important}.download .download-list__item--unlocked a>span:first-of-type{position:absolute;top:.2rem;right:-2rem;width:2rem;height:2rem;display:inline-flex}.private-link-container .download .download-list__item--unlocked a>span:first-of-type{top:1.2rem}.download .download-list__item--unlocked a>span:first-of-type:after,.download .download-list__item--unlocked a>span:first-of-type:before{position:absolute;right:0;opacity:0;pointer-events:none;text-align:center}.download .download-list__item--unlocked a>span:first-of-type:before{top:-1.6rem;right:-16rem;background-color:#fff;font-size:1.3rem;text-shadow:none;box-shadow:0 0 1.2rem .2rem rgba(78,85,94,.15);border-radius:.8rem;color:#000;content:attr(aria-label);padding:1.2rem;text-transform:none;-o-transition:all .2s ease;-webkit-transition:all .2s ease;transition:all .2s ease;width:16rem;white-space:normal}.download .download-list__item--unlocked a>span:first-of-type:after{top:.4rem;right:0;height:0;border-top:.8rem solid transparent;border-bottom:.8rem solid transparent;border-right:.8rem solid #fff;content:"";font-size:0;line-height:0;margin-left:-5px;width:0}.download .download-list__item--unlocked a>span:first-of-type.no-tooltip:after,.download .download-list__item--unlocked a>span:first-of-type.no-tooltip:before{display:none}.download .download-list__item--unlocked a:focus,.download .download-list__item--unlocked a:hover{color:#1a1a1a}.download .download-list__item--unlocked a:focus>span:first-of-type,.download .download-list__item--unlocked a:hover>span:first-of-type{opacity:1}.download .download-list__item--unlocked a:focus>span:first-of-type:after,.download .download-list__item--unlocked a:focus>span:first-of-type:before,.download .download-list__item--unlocked a:hover>span:first-of-type:after,.download .download-list__item--unlocked a:hover>span:first-of-type:before{opacity:1;-o-transition:all .2s ease;-webkit-transition:all .2s ease;transition:all .2s ease;z-index:1}.download .download-list__item--unlocked a:focus>span:first-of-type:before,.download .download-list__item--unlocked a:hover>span:first-of-type:before{right:-17.6rem}.download .download-list__item--unlocked a:focus>span:first-of-type:after,.download .download-list__item--unlocked a:hover>span:first-of-type:after{right:-1.6rem}.download .download-list__item--unlocked a>span:first-of-type{background:url("/img/svg/source/lock-unlocked.svg") 100% 0/2rem 2rem no-repeat;opacity:.5}.theme-uhk .download .svg-icon--download{fill:#000}.theme-ff .download .svg-icon--download{fill:#84bd00}.theme-pdf .download .svg-icon--download{fill:#ce0058}.theme-prf .download .svg-icon--download{fill:#ffa300}.theme-fim .download .svg-icon--download{fill:#009fdf}.download .download__file{padding-top:1em;padding-bottom:1em;width:100%;display:flex;align-items:center;justify-content:flex-start;flex-wrap:nowrap;text-decoration:none;font-size:1.7rem}.download .download__file>:first-child{margin-left:2rem}.download .download__file>:last-child{margin-right:0}@media (min-width:768px){.download .download__file>:last-child{margin-right:2rem}}.download .download__file:hover{background-color:#f6f7f8;text-decoration:none}.download .download__file:hover .download__file-name{text-decoration:underline;text-decoration-color:rgba(0,0,0,.5)}.download .download__icon{padding-bottom:5px}.download .download__file-name-wrapper{margin-left:2rem;margin-right:1rem}.download .download__file-name{margin-right:0}.download .download__file-size{justify-self:flex-end;margin-left:auto}.related-folders>a.private-link{display:inline-block;margin-top:4rem}.related-folders__header{font-size:2rem;font-weight:700;margin:1.2rem 0}.theme-uhk .related-folders__header{color:#000}.theme-ff .related-folders__header{color:#84bd00}.theme-pdf .related-folders__header{color:#ce0058}.theme-prf .related-folders__header{color:#ffa300}.theme-fim .related-folders__header{color:#009fdf}.related-folders-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:flex-start}.related-folders-list__item{display:inline-flex}.related-folders-list__item--locked span[aria-label],.related-folders-list__item--unlocked span[aria-label]{top:0;position:relative}.related-folders-list__item--locked{position:relative;display:inline-block;padding-right:2rem!important}.related-folders-list__item--locked>span:first-of-type{position:absolute;top:.2rem;right:-2rem;width:2rem;height:2rem;display:inline-flex}.private-link-container .related-folders-list__item--locked>span:first-of-type{top:1.2rem}.related-folders-list__item--locked>span:first-of-type:after,.related-folders-list__item--locked>span:first-of-type:before{position:absolute;right:0;opacity:0;pointer-events:none;text-align:center}.related-folders-list__item--locked>span:first-of-type:before{top:-1.6rem;right:-16rem;background-color:#fff;font-size:1.3rem;text-shadow:none;box-shadow:0 0 1.2rem .2rem rgba(78,85,94,.15);border-radius:.8rem;color:#000;content:attr(aria-label);padding:1.2rem;text-transform:none;-o-transition:all .2s ease;-webkit-transition:all .2s ease;transition:all .2s ease;width:16rem;white-space:normal}.related-folders-list__item--locked>span:first-of-type:after{top:.4rem;right:0;height:0;border-top:.8rem solid transparent;border-bottom:.8rem solid transparent;border-right:.8rem solid #fff;content:"";font-size:0;line-height:0;margin-left:-5px;width:0}.related-folders-list__item--locked>span:first-of-type.no-tooltip:after,.related-folders-list__item--locked>span:first-of-type.no-tooltip:before{display:none}.related-folders-list__item--locked:focus,.related-folders-list__item--locked:hover{color:#1a1a1a}.related-folders-list__item--locked:focus>span:first-of-type,.related-folders-list__item--locked:hover>span:first-of-type{opacity:1}.related-folders-list__item--locked:focus>span:first-of-type:after,.related-folders-list__item--locked:focus>span:first-of-type:before,.related-folders-list__item--locked:hover>span:first-of-type:after,.related-folders-list__item--locked:hover>span:first-of-type:before{opacity:1;-o-transition:all .2s ease;-webkit-transition:all .2s ease;transition:all .2s ease;z-index:1}.related-folders-list__item--locked:focus>span:first-of-type:before,.related-folders-list__item--locked:hover>span:first-of-type:before{right:-17.6rem}.related-folders-list__item--locked:focus>span:first-of-type:after,.related-folders-list__item--locked:hover>span:first-of-type:after{right:-1.6rem}.related-folders-list__item--locked>span:first-of-type{background:url("/img/svg/source/lock-locked.svg") 100% 0/2rem 2rem no-repeat;opacity:.5}.related-folders-list__item--unlocked{position:relative;display:inline-block;padding-right:2rem!important}.related-folders-list__item--unlocked>span:first-of-type{position:absolute;top:.2rem;right:-2rem;width:2rem;height:2rem;display:inline-flex}.private-link-container .related-folders-list__item--unlocked>span:first-of-type{top:1.2rem}.related-folders-list__item--unlocked>span:first-of-type:after,.related-folders-list__item--unlocked>span:first-of-type:before{position:absolute;right:0;opacity:0;pointer-events:none;text-align:center}.related-folders-list__item--unlocked>span:first-of-type:before{top:-1.6rem;right:-16rem;background-color:#fff;font-size:1.3rem;text-shadow:none;box-shadow:0 0 1.2rem .2rem rgba(78,85,94,.15);border-radius:.8rem;color:#000;content:attr(aria-label);padding:1.2rem;text-transform:none;-o-transition:all .2s ease;-webkit-transition:all .2s ease;transition:all .2s ease;width:16rem;white-space:normal}.related-folders-list__item--unlocked>span:first-of-type:after{top:.4rem;right:0;height:0;border-top:.8rem solid transparent;border-bottom:.8rem solid transparent;border-right:.8rem solid #fff;content:"";font-size:0;line-height:0;margin-left:-5px;width:0}.related-folders-list__item--unlocked>span:first-of-type.no-tooltip:after,.related-folders-list__item--unlocked>span:first-of-type.no-tooltip:before{display:none}.related-folders-list__item--unlocked:focus,.related-folders-list__item--unlocked:hover{color:#1a1a1a}.related-folders-list__item--unlocked:focus>span:first-of-type,.related-folders-list__item--unlocked:hover>span:first-of-type{opacity:1}.related-folders-list__item--unlocked:focus>span:first-of-type:after,.related-folders-list__item--unlocked:focus>span:first-of-type:before,.related-folders-list__item--unlocked:hover>span:first-of-type:after,.related-folders-list__item--unlocked:hover>span:first-of-type:before{opacity:1;-o-transition:all .2s ease;-webkit-transition:all .2s ease;transition:all .2s ease;z-index:1}.related-folders-list__item--unlocked:focus>span:first-of-type:before,.related-folders-list__item--unlocked:hover>span:first-of-type:before{right:-17.6rem}.related-folders-list__item--unlocked:focus>span:first-of-type:after,.related-folders-list__item--unlocked:hover>span:first-of-type:after{right:-1.6rem}.related-folders-list__item--unlocked>span:first-of-type{background:url("/img/svg/source/lock-unlocked.svg") 100% 0/2rem 2rem no-repeat;opacity:.5}.related-pages{margin-bottom:2.4rem}@media (min-width:576px){.related-pages{margin-bottom:3.2rem}}@media (min-width:768px){.related-pages{margin-bottom:4.8rem}}@media (min-width:992px){.related-pages{margin-bottom:6.4rem}}@media (min-width:1200px){.related-pages{margin-bottom:8rem}}.related-pages__header{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;font-size:1.8rem;line-height:2.5rem;padding-top:1.6rem;margin-bottom:0;margin-bottom:3rem}.related-pages__header.line-top,.related-pages__header.map-card__title{padding-top:3.2rem}.related-pages__header.line-top:before,.related-pages__header.map-card__title:before{top:1.6rem}@media (min-width:768px){.related-pages__header{font-size:1.9rem;line-height:2.6rem}}@media (min-width:992px){.related-pages__header{font-size:2rem;line-height:2.8rem}}@media (min-width:1200px){.related-pages__header{font-size:2.3rem;line-height:3rem}}.theme-uhk .related-pages__header{color:#000}.theme-ff .related-pages__header{color:#84bd00}.theme-pdf .related-pages__header{color:#ce0058}.theme-prf .related-pages__header{color:#ffa300}.theme-fim .related-pages__header{color:#009fdf}.related-pages__links-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap}.related-pages__links-list a{line-height:1}.dropdown{position:relative;display:inline-block}.dropdown .svg-icon{transform:rotate(.5turn);margin-left:16px}.dropdown.opened .svg-icon{transform:rotate(0);fill:#fff}.dropdown.opened .dropdown__trigger{text-decoration:none;color:#fff;background:#000;outline:0}.dropdown.opened .dropdown__trigger:after{left:-1px;top:-1px}.dropdown.opened .dropdown__content{display:block;-webkit-animation:dropdown-content-slide-in .4s 0s cubic-bezier(.25,.46,.45,.94);animation:dropdown-content-slide-in .4s 0s cubic-bezier(.25,.46,.45,.94)}.dropdown__trigger{position:relative;display:inline-block;box-sizing:border-box;text-shadow:.04rem 0 0 currentColor;font-size:1.6rem;line-height:1.6rem;background:#fff;color:#000;border:1px solid #000;padding:15px;cursor:pointer;text-align:left;text-decoration:none;-o-transition:background .3s linear;-webkit-transition:background .3s linear;transition:background .3s linear;white-space:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 0 1.2rem .2rem rgba(78,85,94,.15);display:inline-flex;align-items:center}.dropdown__trigger:after{content:"";position:absolute;box-sizing:content-box;background:#fff;border:1px solid #000;height:100%;width:100%;left:4px;top:4px;pointer-events:none;transition:all .25s ease-in-out;z-index:-1}.dropdown__trigger:hover{background:#000;outline:0}.dropdown__trigger:hover:after{left:-1px;top:-1px}.dropdown__trigger.disabled,.dropdown__trigger:disabled{color:#999;border-color:#999;pointer-events:none}.dropdown__trigger.disabled:hover,.dropdown__trigger:disabled:hover{cursor:not-allowed;background:#fff}.dropdown__trigger.disabled:hover:after,.dropdown__trigger:disabled:hover:after{left:5px;top:5px}.dropdown__trigger.disabled:after,.dropdown__trigger:disabled:after{border-color:#999}.dropdown__trigger:focus-visible{outline-offset:1px}.dropdown__trigger:hover{color:#fff;text-decoration:none;text-shadow:none}.dropdown__trigger:hover .svg-icon{fill:#fff}.dropdown__content{position:absolute;display:none;visibility:hidden;top:60px;left:0;padding:0;z-index:1;width:320px;background:#fff}.dropdown__content-body{position:relative;width:100%;box-shadow:0 0 2.4rem .4rem rgba(78,85,94,.15);padding:1.6rem 0 1.6rem 1.6rem}@media (min-width:992px){.dropdown__content-body{padding:1.6rem}}.fulltext-autocomplete:not(.hidden){width:100%;padding:1.6rem;box-shadow:0 0 2.4rem .4rem rgba(78,85,94,.15);-webkit-animation:fade-in .1s 0s ease-in;animation:fade-in .1s 0s ease-in}@media (min-width:992px){.fulltext-autocomplete:not(.hidden){padding-bottom:4rem}}@media (min-width:992px){.fulltext-autocomplete--content,.fulltext-autocomplete--documents{display:flex}}@media (min-width:992px){.fulltext-autocomplete-link-container{position:absolute;bottom:1rem;right:1.6rem;margin:0}}.fulltext-autocomplete-link-container~.fulltext-autocomplete-link-container{display:none}.fulltext-autocomplete-link-container .fulltext-autocomplete-link{font-size:1.4rem}@media (min-width:992px){.fulltext-autocomplete-list-container{width:50%}}.fulltext-autocomplete-list,.fulltext-autocomplete__list{list-style:none;margin:0;padding:0;padding-right:1.6rem}.fulltext-autocomplete__list{width:100%}.fulltext-autocomplete__list--product li{padding:.4rem 0}.fulltext-autocomplete__list--product .fulltext-autocomplete__item-title{flex:1}.fulltext-autocomplete__link:hover{background:#f6f6f6}.fulltext-autocomplete__link .separator{padding:0 .6rem}.fulltext-autocomplete__item-price{padding-right:.8rem}.fulltext-autocomplete__title{padding:0 2rem 0 0;font-size:1.8rem;margin-top:.8rem}.fulltext-autocomplete__item-title,.fulltext-autocomplete__motive{margin-right:1rem}@media (min-width:992px){.fulltext-autocomplete-list--files{width:100%}}.fulltext-autocomplete-list__item{max-width:100%;overflow:hidden}.fulltext-autocomplete-list__item+.fulltext-autocomplete-list__item{margin-top:.4rem}.fulltext-autocomplete-list__item a{font-size:1.4rem;line-height:1.2}.fulltext-autocomplete-list__item a:focus{border:.2rem solid #000}@media (min-width:768px){.fulltext-autocomplete-list__item a{font-size:1.4rem}}@media (min-width:992px){.fulltext__results>div{display:flex;flex-wrap:wrap}}.fulltext__results>div .fulltext__people-profile-list{width:100%;padding-left:2rem;padding-right:2rem}@media (min-width:992px){.fulltext__results>div .fulltext__people-profile-list{width:50%;padding-left:4rem;padding-right:0}}@media (min-width:1200px){.fulltext__results>div .fulltext__people-profile-list{width:40%}.main--condensed .fulltext__results>div .fulltext__people-profile-list{width:50%}}.fulltext__results>div .fulltext-list{margin-bottom:2.4rem;padding-left:2rem;padding-right:2rem}@media (min-width:576px){.fulltext__results>div .fulltext-list{margin-bottom:3.2rem}}@media (min-width:768px){.fulltext__results>div .fulltext-list{margin-bottom:4.8rem}}@media (min-width:992px){.fulltext__results>div .fulltext-list{margin-bottom:6.4rem}}@media (min-width:1200px){.fulltext__results>div .fulltext-list{margin-bottom:8rem}}@media (min-width:992px){.fulltext__results>div .fulltext-list{width:50%;padding-left:0;padding-right:0}}@media (min-width:1200px){.fulltext__results>div .fulltext-list{width:60%}.main--condensed .fulltext__results>div .fulltext-list{width:50%}}@media (min-width:992px){.fulltext__results>div .fulltext-list--files{width:100%}}@media (min-width:1200px){.main--condensed .fulltext__results>div .fulltext-list--files{width:100%}}.fulltext__results-bar,.rector-revenues__title{position:relative;display:flex;align-items:center;width:100%;font-size:1.4rem;text-align:center;color:#848789;margin:2.4rem 0}@media (min-width:1200px){.fulltext__results-bar,.rector-revenues__title{margin:2.4rem 4rem}}.fulltext__results-bar:after,.fulltext__results-bar:before,.rector-revenues__title:after,.rector-revenues__title:before{display:block;content:"";width:100%;height:.1rem;background:#848789}.fulltext__results-bar:before,.rector-revenues__title:before{margin-left:-1.6rem}@media (min-width:992px){.fulltext__results-bar:before,.rector-revenues__title:before{margin-left:-6.4rem}}@media (min-width:1200px){.fulltext__results-bar:before,.rector-revenues__title:before{margin-left:0}}.fulltext__results-bar:after,.rector-revenues__title:after{margin-right:-1.6rem}@media (min-width:992px){.fulltext__results-bar:after,.rector-revenues__title:after{margin-right:-6.4rem}}@media (min-width:1200px){.fulltext__results-bar:after,.rector-revenues__title:after{margin-right:0}}.fulltext__results-bar span,.rector-revenues__title span{margin:0 4rem;min-width:20rem}@media (min-width:992px){.fulltext__results-bar span,.rector-revenues__title span{white-space:nowrap}}.fulltext__entered-query{display:none}.fulltext__results-highlight{background:#e1e4e7}.fulltext__results .people-profile-list__motive{opacity:1}.no-fulltext-results{width:100%;text-align:center;-webkit-animation:fade-in .3s 0s linear;animation:fade-in .3s 0s linear}@media (min-width:992px){.no-fulltext-results{padding:3.2rem}}.no-fulltext-results__title{font-family:Comenia-Sans-Regular,arial,sans-serif;font-weight:400;font-style:normal;font-display:swap;margin-bottom:2.4rem;text-align:center}@media (min-width:576px){.no-fulltext-results__title{padding:0 2.4rem}}@media (min-width:992px){.no-fulltext-results__title{padding:0;display:inline-flex;align-items:center;text-align:left;max-width:80%;margin:2.4rem auto}}.no-fulltext-results__title:before{position:relative;display:block;content:"";width:4rem;height:4rem;margin:0 auto 1.6rem;background:url("/img/svg/source/magnifier.svg") 50%/cover no-repeat}@media (min-width:992px){.no-fulltext-results__title:before{display:inline-block;margin:0 1.6rem 0 0}}.fulltext-list{width:100%;-webkit-animation:fade-in .3s 0s linear;animation:fade-in .3s 0s linear}.dropdown__content-body .fulltext-list .pagination{display:none}.fulltext-list .btn{display:inline-block;margin-bottom:2.4rem;margin-left:auto;margin-right:auto}@media (min-width:576px){.fulltext-list .btn{margin-bottom:3.2rem}}@media (min-width:768px){.fulltext-list .btn{margin-bottom:4.8rem}}@media (min-width:992px){.fulltext-list .btn{margin-bottom:6.4rem}}@media (min-width:1200px){.fulltext-list .btn{margin-bottom:8rem}}.main--condensed .fulltext-list .btn{display:none}.fulltext-list__title{margin-bottom:1.6rem}.fulltext-list__breadcrumbs{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;font-size:1.4rem;line-height:2rem;margin:0}.fulltext-list__breadcrumbs span{margin:0 .8rem}.fulltext-list__item{margin-bottom:2.4rem;width:100%}.fulltext-list--files .fulltext-list__item .h4,.fulltext-list--files .fulltext-list__item .notice-board__left>a,.fulltext-list--files .fulltext-list__item .notice-board__right>a,.fulltext-list--files .fulltext-list__item h4{font-family:Comenia-Sans-Regular,arial,sans-serif;font-weight:400;font-style:normal;font-display:swap}.fulltext-list--files .fulltext-list__item .private-link{padding-right:8rem!important}.fulltext-list--files .fulltext-list__item .private-link span[aria-label]{right:4rem}.fulltext-list--files .fulltext-list__item .private-link span[aria-label]:before{left:-17.6rem}.fulltext-list--files .fulltext-list__item .private-link span[aria-label]:after{left:-1.2rem;border-top:.8rem solid transparent;border-bottom:.8rem solid transparent;border-right:.8rem solid transparent;border-left:.8rem solid #fff}.content-accordion--internal-regulations .content-accordion__content ul li .fulltext-list--files .fulltext-list__item a.private-link,.fulltext-list--files .fulltext-list__item .content-accordion--internal-regulations .content-accordion__content ul li a.private-link,.fulltext-list--files .fulltext-list__item .private-link.file-link,.fulltext-list--files .fulltext-list__item .rector-revenues__container .content-accordion__content ul li a.private-link,.rector-revenues__container .content-accordion__content ul li .fulltext-list--files .fulltext-list__item a.private-link{display:inline}.fulltext-list__item a{display:block}.fulltext-list__not-all-results-note{display:none}.main--condensed .fulltext-list__not-all-results-note{display:block}.fulltext-options{margin:2.4rem 0}.fulltext-options__label{display:block}@media (min-width:768px){.fulltext-options__label{display:inline-block;margin-right:2.4rem}}.fulltext-options__radios{display:inline-flex;flex-direction:column}@media (min-width:576px){.fulltext-options__radios{flex-direction:row}}.fulltext-options__radios .radio{margin-right:1.6rem;padding-left:0}.fulltext-options__radios .radio input{left:1rem;top:1rem}.fulltext-options__radios .radio input:checked+label{text-shadow:.5px 0 0 currentColor}.fulltext-options__radios label{margin:0;padding-left:3rem}.fulltext .btn-close{position:absolute;top:1.6rem;right:1.6rem;display:block;width:4rem;height:4rem;padding:0}.fulltext .btn-close .svg-icon{margin:0}.fulltext__search{max-width:56rem;display:block;margin:0 auto}.fulltext__search form{margin:2.4rem 0}@media (min-width:1200px){.fulltext__search form{display:flex;flex-wrap:wrap}}.fulltext__search form>.form-group{width:100%;display:flex;flex-wrap:wrap;position:relative}.fulltext__search form button{position:absolute;left:0;order:-1;border:0;background:transparent;box-shadow:none;padding:0;text-align:center;width:6rem;overflow:hidden;outline-color:transparent}.fulltext__search form button:hover{background:transparent;color:#000}.fulltext__search form button:hover span{top:1.4rem}.fulltext__search form button:hover .svg-icon{-webkit-transform:translateY(4rem);-ms-transform:translateY(4rem);transform:translateY(4rem)}.fulltext__search form button:after,.fulltext__search form button:before{display:none}.fulltext__search form button .svg-icon{position:relative;margin:.8rem;top:4px;-o-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.fulltext__search form button .svg-icon.active{-webkit-animation:pulsate-active 1.5s ease-in-out both;animation:pulsate-active 1.5s ease-in-out both}.fulltext__search form button span{position:absolute;left:50%;top:-4rem;-o-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.fulltext__search form input.form-control{padding-left:8rem!important}.search-form--header .search-form__filter-group{margin-bottom:0}.search-form--header .search-form__filter-group.active{-webkit-animation:fade-in .3s 0s linear;animation:fade-in .3s 0s linear}.search-form--main .search-form__filter-group{position:relative;margin:2.4rem 0}@media (min-width:992px){.search-form--main .search-form__filter-group{display:inline-block;margin:0 0 4rem 8rem;width:50%;float:right}}@media (min-width:992px){.search-form--main .search-form__filter-group+.fulltext__results{clear:both}}.search-form--main .search-form__filter-group .search-form__filter-label{display:none}.categories-and-articles-container{padding:2rem;display:block;width:100%;border-bottom:1px solid #848789}@media (min-width:992px){.categories-and-articles-container{padding:0}}.categories-and-articles-container .simple-fulltext-list{margin:2.4rem 0}.categories-and-articles-container .simple-fulltext-list .separator{margin:0 1.2rem}.categories-and-articles-container .simple-fulltext-list strong{font-family:Comenia-Sans-Regular,arial,sans-serif;font-weight:400;font-style:normal;font-display:swap}.categories-and-articles-container+div{margin-bottom:2.4rem;display:block;width:100%;margin-top:2.4rem}@media (min-width:576px){.categories-and-articles-container+div{margin-bottom:3.2rem}}@media (min-width:768px){.categories-and-articles-container+div{margin-bottom:4.8rem}}@media (min-width:992px){.categories-and-articles-container+div{margin-bottom:6.4rem}}@media (min-width:1200px){.categories-and-articles-container+div{margin-bottom:8rem}}.categories-and-articles-container+div .product-list__result-count{margin-bottom:2.4rem}.alert-products-empty{-webkit-animation:fade-in .3s 0s linear;animation:fade-in .3s 0s linear;font-family:Comenia-Sans-Regular,arial,sans-serif;font-weight:400;font-style:normal;font-display:swap;width:100%;max-width:80%!important;margin:0 10% 2.4rem;text-align:center}@media (min-width:576px){.alert-products-empty{padding:0 2.4rem}}@media (min-width:992px){.alert-products-empty{padding:3.2rem;display:inline-flex;justify-content:center;align-items:center}}.alert-products-empty:before{position:relative;display:block;content:"";width:4rem;height:4rem;margin:0 auto 1.6rem;background:url("/img/svg/source/magnifier.svg") 50%/cover no-repeat}@media (min-width:992px){.alert-products-empty:before{display:inline-block;margin:0 1.6rem 0 0}}@media (min-width:992px){.side-menu{display:flex;flex-direction:column;height:100%}.theme-ff .side-menu{background:#fff url(/img/background/side-menu-bg-ff.png) left 60%/24rem auto no-repeat}.theme-pdf .side-menu{background:#fff url(/img/background/side-menu-bg-pdf.png) left 60%/24rem auto no-repeat}.theme-prf .side-menu{background:#fff url(/img/background/side-menu-bg-prf.png) left 60%/24rem auto no-repeat}.theme-fim .side-menu{background:#fff url(/img/background/side-menu-bg-fim.png) left 60%/24rem auto no-repeat}}.side-menu>ul{padding:2rem}@media (min-width:768px){.side-menu>ul{padding:2.4rem 2.4rem 3.2rem 0}}@media (min-width:992px){.side-menu>ul{padding:2.4rem 2.4rem 3.2rem 6rem}}.side-menu ul{list-style:none;margin:0;padding:0;background:#fff}.side-menu ul li a{margin:.8rem 0 0;padding:.8rem 0}@media (min-width:768px){.side-menu__list{max-width:30.5rem}}.side-menu__list a{display:inline-block;font-size:1.6rem;line-height:1.6rem}.side-menu__list a,.side-menu__list a:hover{text-decoration:none}.side-menu__list>li.active>a{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;margin-bottom:1.6rem}.side-menu__list>li.active ul{padding-bottom:2.4rem}.side-menu__list>li.active ul>li{position:relative}.side-menu__list>li.active ul>li a{padding-left:2.4rem}@media (min-width:992px){.side-menu__list>li.active ul>li a{margin-bottom:1.6rem}}.side-menu__list>li.active ul>li a:before{position:absolute;content:"";bottom:10px;left:0;width:.8rem;height:3rem;margin-right:1.6rem;border-bottom:1px solid #000;border-left:1px solid #000}.side-menu__list>li.active ul>li.active>a{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap}.side-menu__list>li.active ul>li.active>a:after{display:inline-block;content:"\2192";padding-left:8px;font-size:2.3rem}.theme-uhk .side-menu__list>li.active ul>li.active>a{color:#000}.theme-ff .side-menu__list>li.active ul>li.active>a{color:#84bd00}.theme-pdf .side-menu__list>li.active ul>li.active>a{color:#ce0058}.theme-prf .side-menu__list>li.active ul>li.active>a{color:#ffa300}.theme-fim .side-menu__list>li.active ul>li.active>a{color:#009fdf}.side-menu__list>li:not(.active)>ul{visibility:hidden;opacity:0;width:0;height:0}.side-menu__list li{position:relative;padding-right:5rem}.side-menu__list li.active>a:hover{text-shadow:none}.category-menu{list-style:none;margin:0;padding:0}.side-menu__list--eshop>li.active a{margin-bottom:1.6rem}.side-menu__list--eshop>li a{margin-bottom:0}.side-menu__list--eshop>li a:before{display:none}.alert,.product-detail .product-watching-now__content{max-width:40rem;background:transparent;border-radius:.8em;text-align:center;padding:1.6rem;margin-bottom:.5rem;-webkit-animation:fade-in .5s 0s cubic-bezier(.785,.135,.15,.86) forwards;animation:fade-in .5s 0s cubic-bezier(.785,.135,.15,.86) forwards}.alert--success{border:1px solid #84bd00}.alert--warning{border:1px solid #ffa300}.alert--error{border:1px solid #ce0058}.alert+.alert,.product-detail .alert+.product-watching-now__content,.product-detail .product-watching-now__content+.alert,.product-detail .product-watching-now__content+.product-watching-now__content{margin-top:1.6rem}.alert__header,.alert__text{margin:1.6rem 0;padding:0}.alert__header{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;max-width:100%;font-size:1.7rem;line-height:1}.alert--success .alert__header{color:#84bd00}.alert--warning .alert__header{color:#ffa300}.alert--error .alert__header{color:#ce0058}.alert__text{max-width:100%}.alert__ico{display:none}.alert-group{margin-bottom:4rem;position:relative}.alert-group .alert,.alert-group .product-detail .product-watching-now__content,.product-detail .alert-group .product-watching-now__content{margin:0;padding-bottom:0}.alert-group .alert:last-of-type,.alert-group .product-detail .product-watching-now__content:last-of-type,.product-detail .alert-group .product-watching-now__content:last-of-type{padding-bottom:.75rem}.alert-group__close{cursor:pointer;position:absolute;top:.75rem;right:.75rem}.alert-group__close .svg-icon{width:1rem;height:1rem;fill:#fff}.alert-group__close:focus .svg-icon,.alert-group__close:hover .svg-icon{fill:#e9ecef}.events-calendar{padding-top:2.4rem}.events-calendar .events-calendar__calendar .events-calendar__header{padding:0 2rem;margin-bottom:2.4rem}@media (min-width:576px){.events-calendar .events-calendar__calendar .events-calendar__header{margin-bottom:3.2rem}}@media (min-width:768px){.events-calendar .events-calendar__calendar .events-calendar__header{margin-bottom:4.8rem}}@media (min-width:992px){.events-calendar .events-calendar__calendar .events-calendar__header{margin-bottom:6.4rem}}@media (min-width:1200px){.events-calendar .events-calendar__calendar .events-calendar__header{margin-bottom:8rem;display:none}}.events-calendar .events-calendar__filter .events-calendar__header{display:none}@media (min-width:1200px){.events-calendar .events-calendar__filter .events-calendar__header{display:block;padding:7.2rem 0 2.4rem 4rem}}@media (min-width:992px){.events-calendar .events-calendar__filter .form{justify-content:center}}@media (min-width:1200px){.events-calendar .events-calendar__filter .form{flex-wrap:wrap;justify-content:flex-start;max-width:40rem}}.event-detail-bullets-container{display:flex;justify-content:center;align-items:center}@media (min-width:1200px){.event-detail-bullets-container{position:absolute;flex-wrap:wrap;min-width:16px;max-width:24px;height:16px;top:6px;left:24px}}.event-detail-bullet{visibility:hidden;width:4px;height:4px;background:#000;border-radius:2px;margin:2px}.event-detail-bullet.active{display:inline-block;visibility:visible}.event-detail-bullet--fim{background:#009fdf}.event-detail-bullet--pdf{background:#ce0058}.event-detail-bullet--ff{background:#84bd00}.event-detail-bullet--prf{background:#ffa300}.event-detail-bullet--uhk{background:#000}@media (min-width:1200px){.event-detail-bullet{width:3px;height:3px}}.event-detail-popup{position:absolute;background:#fff;width:100%;z-index:1;bottom:0;left:0;display:none;box-shadow:0 -2px 10px 0 rgba(78,85,94,.15);padding:24px 20px;text-align:left}@media (min-width:1200px){.event-detail-popup{bottom:32px;width:510px}}@media (min-width:1200px){.flatpickr-day.has-events.focus:after,.flatpickr-day.has-events:focus:after,.flatpickr-day.has-events:hover:after{display:block;content:"";width:calc(100% + 2px);height:10px;background:#fff;position:absolute;top:-2px;z-index:1;left:-1px}}@media (min-width:1200px){.flatpickr-day.has-events.focus .event-detail-popup,.flatpickr-day.has-events:focus .event-detail-popup,.flatpickr-day.has-events:hover .event-detail-popup{display:block}}.today .flatpickr-day.has-events:after{background:#e1e4e7}@media (min-width:1200px){.flatpickr-day:nth-child(7n+1) .event-detail-popup{left:-64px}}@media (min-width:1200px){.flatpickr-day:nth-child(7n+2) .event-detail-popup{left:-128px}}@media (min-width:1200px){.flatpickr-day:nth-child(7n+3) .event-detail-popup{left:-192px}}@media (min-width:1200px){.flatpickr-day:nth-child(7n+4) .event-detail-popup{left:-256px}}@media (min-width:1200px){.flatpickr-day:nth-child(7n+5) .event-detail-popup{left:-320px}}@media (min-width:1200px){.flatpickr-day:nth-child(7n+6) .event-detail-popup{left:-384px}}@media (min-width:1200px){.flatpickr-day:nth-child(7n+7) .event-detail-popup{left:-438px}}.event-detail-link{display:flex;margin-bottom:4px;font-size:1.4rem;line-height:1.4}.event-detail-link>span{display:inline-block;min-width:17rem}.event-detail-link>span span:first-child{display:inline-block;min-width:3.2rem}.event-detail-link>span span:nth-child(2){display:inline-block;min-width:1rem}.event-detail-link>span .time-identation{padding-left:4.5rem}.event-detail-link a{text-decoration:none}.event-detail-link a:hover{text-decoration:underline}.event-detail-container{position:relative;display:block;background:#fff;opacity:0;height:0;max-height:0;-o-transition:max-height 2s linear;-webkit-transition:max-height 2s linear;transition:max-height 2s linear;overflow:hidden}.event-detail-container.active{height:auto;padding:2.4rem 2rem;margin:1.6rem 0;box-shadow:0 0 1.6rem 0 rgba(78,85,94,.15);max-height:800px;-o-transition:max-height 1.2s linear;-webkit-transition:max-height 1.2s linear;transition:max-height 1.2s linear;opacity:1}@media (min-width:1200px){.event-detail-container,.event-detail-container.active{display:none}}.event-detail-container-header{position:relative;display:block;padding:0;margin-bottom:2.4rem}.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;animation:none;direction:ltr;border:0;font-size:1.7rem;line-height:2.4rem;border-radius:0;position:absolute;width:100%;box-sizing:border-box;touch-action:manipulation;background:#fff;box-shadow:0 0 2.4rem .4rem rgba(78,85,94,.15);margin-bottom:3.2rem}@media (min-width:768px){.flatpickr-calendar{padding:2.4rem 8rem 4rem;margin-bottom:40px}}@media (min-width:1200px){.flatpickr-calendar{margin-bottom:5.6rem}}.flatpickr-calendar.inline,.flatpickr-calendar.open{opacity:1;max-height:64rem;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fade-in .3s 0s linear;animation:fade-in .3s 0s linear}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){box-shadow:none!important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasTime .dayContainer,.flatpickr-calendar .hasWeeks .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:after,.flatpickr-calendar:before{position:absolute;display:block;pointer-events:none;border:solid transparent;content:"";height:0;width:0;left:22px}.flatpickr-calendar.rightMost:after,.flatpickr-calendar.rightMost:before{left:auto;right:22px}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:after,.flatpickr-calendar.arrowTop:before{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:after,.flatpickr-calendar.arrowBottom:before{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:flex;align-items:center;padding:16px 0;margin-bottom:16px;border-bottom:1px solid #e1e4e7}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,.9);fill:rgba(0,0,0,.9);height:40px;line-height:1;text-align:center;position:relative;user-select:none;flex:1}.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month{text-decoration:none;cursor:pointer;height:40px;padding:8px;z-index:0;color:rgba(0,0,0,.9);fill:rgba(0,0,0,.9)}.flatpickr-months .flatpickr-next-month .svg-icon,.flatpickr-months .flatpickr-prev-month .svg-icon{width:20px}.flatpickr-months .flatpickr-next-month.disabled,.flatpickr-months .flatpickr-prev-month.disabled{display:none}.flatpickr-months .flatpickr-next-month i,.flatpickr-months .flatpickr-prev-month i{position:relative}.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month{/*!
			/*rtl:begin:ignore*/padding-left:32px/*!
			/*rtl:end:ignore*/}.flatpickr-months .flatpickr-next-month.flatpickr-next-month,.flatpickr-months .flatpickr-prev-month.flatpickr-next-month{/*!
			/*rtl:begin:ignore*/padding-right:32px/*!
			/*rtl:end:ignore*/}.flatpickr-months .flatpickr-next-month:hover,.flatpickr-months .flatpickr-prev-month:hover{color:#000}.theme-uhk .flatpickr-months .flatpickr-next-month:hover svg,.theme-uhk .flatpickr-months .flatpickr-prev-month:hover svg{fill:#000}.theme-ff .flatpickr-months .flatpickr-next-month:hover svg,.theme-ff .flatpickr-months .flatpickr-prev-month:hover svg{fill:#84bd00}.theme-pdf .flatpickr-months .flatpickr-next-month:hover svg,.theme-pdf .flatpickr-months .flatpickr-prev-month:hover svg{fill:#ce0058}.theme-prf .flatpickr-months .flatpickr-next-month:hover svg,.theme-prf .flatpickr-months .flatpickr-prev-month:hover svg{fill:#ffa300}.theme-fim .flatpickr-months .flatpickr-next-month:hover svg,.theme-fim .flatpickr-months .flatpickr-prev-month:hover svg{fill:#009fdf}.flatpickr-months .flatpickr-next-month svg,.flatpickr-months .flatpickr-prev-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-next-month svg path,.flatpickr-months .flatpickr-prev-month svg path{-o-transition:fill .1s;-webkit-transition:fill .1s;transition:fill .1s}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%;-moz-appearance:textfield}.numInputWrapper input::-webkit-inner-spin-button,.numInputWrapper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.numInputWrapper input::-webkit-inner-spin-button::-ms-clear,.numInputWrapper input::-webkit-outer-spin-button::-ms-clear{display:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,.15);box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,.1)}.numInputWrapper span:active{background:rgba(0,0,0,.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(0,0,0,.5)}.numInputWrapper:hover{background:rgba(0,0,0,.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:8px 0 0;line-height:1;height:40px;display:inline-block;text-align:center;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.flatpickr-current-month select{position:relative;border:0;line-height:1.4;padding:0 .5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.flatpickr-current-month select:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:400;color:inherit;display:inline-block;padding:0}.flatpickr-current-month span.cur-month:after{display:inline-block;content:",";position:relative;left:-4px;font-size:inherit}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,.9)}.flatpickr-current-month input.cur-year{background:transparent;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,.5);background:transparent;pointer-events:none}.flatpickr-weekdays{background:transparent;text-align:center;width:100%;display:flex;align-items:center}@media (min-width:1200px){.flatpickr-weekdays{text-align:left}}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:flex;flex:1;padding-bottom:16px;border-bottom:1px solid #e1e4e7}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:#000;line-height:1;margin:0;text-align:center;display:block;flex:1;font-weight:bolder}@media (min-width:1200px){span.flatpickr-weekday{text-align:left;margin:8px;padding:4px}}.dayContainer,.flatpickr-weeks{padding:1px 0 0}.flatpickr-days{position:relative;display:flex;align-items:flex-start;width:100%}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:100%;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:flex;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-around;opacity:1;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:plain-fade-in .4s 0s ease-in-out;animation:plain-fade-in .4s 0s ease-in-out}.dayContainer+.dayContainer{box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:0;border-radius:12px;box-sizing:border-box;color:#393939;cursor:pointer;font-size:1.3rem;font-weight:400;flex:0 1 14.28571%;padding:4px 0;margin:2px 0;display:inline-block;position:relative;justify-content:center;text-align:center}@media (min-width:768px){.flatpickr-day{font-size:1.5rem}}@media (min-width:992px){.flatpickr-day{font-size:1.7rem;margin:8px;padding:4px 8px;flex:0 1 calc(14.28571% - 2 * 8px)}}@media (min-width:1200px){.flatpickr-day{text-align:left}}.flatpickr-day.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.today.inRange,.flatpickr-day:focus,.flatpickr-day:hover{cursor:pointer;outline:0;border-color:#e1e4e7;background:#e1e4e7}@media (min-width:1200px){.flatpickr-day.has-events.inRange,.flatpickr-day.has-events.nextMonthDay.inRange,.flatpickr-day.has-events.nextMonthDay.today.inRange,.flatpickr-day.has-events.nextMonthDay:focus,.flatpickr-day.has-events.nextMonthDay:hover,.flatpickr-day.has-events.prevMonthDay.inRange,.flatpickr-day.has-events.prevMonthDay.today.inRange,.flatpickr-day.has-events.prevMonthDay:focus,.flatpickr-day.has-events.prevMonthDay:hover,.flatpickr-day.has-events.today.inRange,.flatpickr-day.has-events:focus,.flatpickr-day.has-events:hover{border-top-left-radius:0;border-top-right-radius:0;border-color:#fff;background:#fff;box-shadow:0 0 1.6rem 0 rgba(78,85,94,.15)}}.flatpickr-day.today{border-color:#e1e4e7;background:#e1e4e7}.flatpickr-day.today:focus,.flatpickr-day.today:hover{border-color:#fff;background:#fff;box-shadow:0 0 1.6rem 0 rgba(78,85,94,.15)}.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover{background:#e1e4e7;border-color:#e1e4e7;box-shadow:none}@media (min-width:1200px){.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover{background:transparent;border-color:transparent}}.flatpickr-day.endRange.startRange,.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.endRange.endRange,.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)){box-shadow:-10px 0 0 #e1e4e7}.flatpickr-day.endRange.startRange.endRange,.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;box-shadow:-5px 0 0 #e1e4e7,5px 0 0 #e1e4e7}.flatpickr-day.disabled,.flatpickr-day.disabled:hover,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.nextMonthDay,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.prevMonthDay{color:rgba(57,57,57,.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.disabled,.flatpickr-day.disabled:hover{cursor:not-allowed;color:rgba(57,57,57,.1)}.flatpickr-day.week.selected{border-radius:0;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{display:inline-block;float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:flex;box-sizing:border-box}.flatpickr-rContainer{display:inline-block;padding:0;box-sizing:border-box;width:100%}.flatpickr-time{text-align:center;outline:0;display:flex;height:0;line-height:40px;max-height:40px;box-sizing:border-box;overflow:hidden}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;box-sizing:border-box}.flatpickr-time input.flatpickr-hour{font-weight:700}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-am-pm,.flatpickr-time .flatpickr-time-separator{height:inherit;display:inline-block;float:left;line-height:inherit;color:#393939;font-weight:700;width:2%;user-select:none;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time .flatpickr-am-pm:focus,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time input:hover{background:#eff1f2}.flatpickr-input[readonly],.flatpickr .input-group-append{cursor:pointer}.in-range--ff .event-detail-bullet--ff,.in-range--fim .event-detail-bullet--fim,.in-range--pdf .event-detail-bullet--pdf,.in-range--prf .event-detail-bullet--prf,.in-range--uhk .event-detail-bullet--uhk,.range-end--ff .event-detail-bullet--ff,.range-end--fim .event-detail-bullet--fim,.range-end--pdf .event-detail-bullet--pdf,.range-end--prf .event-detail-bullet--prf,.range-end--uhk .event-detail-bullet--uhk,.range-start--ff .event-detail-bullet--ff,.range-start--fim .event-detail-bullet--fim,.range-start--pdf .event-detail-bullet--pdf,.range-start--prf .event-detail-bullet--prf,.range-start--uhk .event-detail-bullet--uhk{display:inline-block}.in-range .event-detail-bullet--ff,.in-range .event-detail-bullet--fim,.in-range .event-detail-bullet--pdf,.in-range .event-detail-bullet--prf,.in-range .event-detail-bullet--uhk{opacity:.5}.events-content{padding:1.6rem 2rem 3.2rem}@media (min-width:1200px){.events-content{padding:3.2rem 4.8rem}}.events-content__header{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap}.events-content__list{list-style:none;margin:0;padding:0;padding:2.4rem 0}@media (min-width:992px){.events-content__list{padding-top:4rem}}.events-content__list-item{display:flex;flex-wrap:wrap;align-items:flex-start;line-height:1.8rem;margin-bottom:1.6rem}@media (min-width:576px){.events-content__list-item{flex-wrap:nowrap}}.events-content__list-item--uhk{color:#000}.events-content__list-item--ff{color:#84bd00}.events-content__list-item--pdf{color:#ce0058}.events-content__list-item--prf{color:#ffa300}.events-content__list-item--fim{color:#009fdf}.events-content__list-item>span{font-size:1.3rem;line-height:1.7rem}@media (min-width:992px){.events-content__list-item>span{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;font-size:1.6rem;line-height:1.8rem}}.events-content__list-item>span:first-child{min-width:3.4rem}.events-content__list-item>span:nth-child(2){margin:0 .8rem 0 0;min-width:14rem}@media (min-width:992px){.events-content__list-item>span:nth-child(2){margin:0 1rem 0 0;min-width:19rem}}@media (min-width:576px){.events-content__list-item>span:nth-child(2) .time-identation{display:block;padding-left:1.5rem}}@media (min-width:576px) and (min-width:992px){.events-content__list-item>span:nth-child(2) .time-identation{padding-left:1.8rem}}.events-content__list-item>span:nth-child(2) span{margin:0 1.2rem 0 .8rem}@media (min-width:992px){.events-content__list-item>span:nth-child(2) span{margin-right:1.4rem}}.events-content__list-item a{width:100%;font-size:1.6rem;text-decoration:none;padding-top:.8rem;margin-bottom:1.6rem}@media (min-width:576px){.events-content__list-item a{padding-top:0;margin-bottom:0}}.events-content__btn{list-style:none;padding:0}@media (min-width:1200px){.events-content__btn{position:relative;z-index:1}}.events-content__btn .btn-arrow{width:100%}.events-content__btn .btn-arrow+.btn--block{margin-top:16px}@media (min-width:992px){.events-content__btn .btn-arrow{padding:20px}}@media (min-width:992px){.events-content__btn .btn-arrow .svg-icon{width:3.2rem;height:1.8rem}}@media (min-width:1200px){.events-list{margin-bottom:40px}}.events-list__items{display:flex;flex-wrap:wrap;margin-bottom:24px}.events-list__item{position:relative;text-decoration:none;flex:0 0 100%;padding:24px;transition:all .4s ease-out}.events-list__item:not(:first-child){border-top:1px solid #e1e4e7}@media (min-width:992px){.events-list__item{border:1px solid #e1e4e7}}.events-list__item:focus,.events-list__item:hover{text-decoration:none;text-shadow:none}.events-list__item:focus .events-list__breadcrumbs,.events-list__item:focus .events-list__header,.events-list__item:hover .events-list__breadcrumbs,.events-list__item:hover .events-list__header{color:#fff}@media (min-width:992px){.events-list__item{flex:0 0 25%;max-width:25%;padding:32px 56px 32px 32px}}@media (min-width:1200px){.events-list__item{padding-right:80px}}.events-list__item--uhk:focus,.events-list__item--uhk:hover{background:#000}.events-list__item--uhk .events-list__breadcrumbs{color:#000}.events-list__item--ff:focus,.events-list__item--ff:hover{background:#84bd00}.events-list__item--ff .events-list__breadcrumbs{color:#84bd00}.events-list__item--pdf:focus,.events-list__item--pdf:hover{background:#ce0058}.events-list__item--pdf .events-list__breadcrumbs{color:#ce0058}.events-list__item--prf:focus,.events-list__item--prf:hover{background:#ffa300}.events-list__item--prf .events-list__breadcrumbs{color:#ffa300}.events-list__item--fim:focus,.events-list__item--fim:hover{background:#009fdf}.events-list__item--fim .events-list__breadcrumbs{color:#009fdf}.events-list__motive-bg{position:absolute;top:0;left:0;width:100%;height:calc(100% + 1px);z-index:-1;opacity:.4;background-position:-100% -100%!important}@media (min-width:992px){.events-list__motive-bg{background-position:50%!important;background-size:cover!important}}@media (min-width:992px){.events-list__item--highlight{flex:0 0 50%;max-width:50%}}.events-list__header{font-family:Comenia-Sans-Regular,arial,sans-serif;font-style:normal;font-display:swap;font-weight:400;color:#000;font-size:2rem;padding-top:0}.events-list__breadcrumbs{font-size:1.4rem;line-height:2rem;margin:0}.events-list__breadcrumbs span{margin:0 8px}.events-list__btn{margin-right:4px;text-align:right}@media (min-width:992px){.events-list__btn{transform:translateY(calc(-24px - 50%))}}@media (min-width:992px){.events-list__btn .btn-arrow{margin-right:80px;max-width:560px}}.events-list--dynamic .alert,.events-list--dynamic .news-list,.events-list--dynamic .product-detail .product-watching-now__content,.product-detail .events-list--dynamic .product-watching-now__content{-webkit-animation:fade-in .5s 0s cubic-bezier(.785,.135,.15,.86) forwards;animation:fade-in .5s 0s cubic-bezier(.785,.135,.15,.86) forwards}.events-list--dynamic .alert,.events-list--dynamic .product-detail .product-watching-now__content,.product-detail .events-list--dynamic .product-watching-now__content{display:block;margin-left:auto;margin-right:auto;margin-bottom:2.4rem}@media (min-width:576px){.events-list--dynamic .alert,.events-list--dynamic .product-detail .product-watching-now__content,.product-detail .events-list--dynamic .product-watching-now__content{margin-bottom:3.2rem}}@media (min-width:768px){.events-list--dynamic .alert,.events-list--dynamic .product-detail .product-watching-now__content,.product-detail .events-list--dynamic .product-watching-now__content{margin-bottom:4.8rem}}@media (min-width:992px){.events-list--dynamic .alert,.events-list--dynamic .product-detail .product-watching-now__content,.product-detail .events-list--dynamic .product-watching-now__content{margin-bottom:6.4rem}}@media (min-width:1200px){.events-list--dynamic .alert,.events-list--dynamic .product-detail .product-watching-now__content,.product-detail .events-list--dynamic .product-watching-now__content{margin-bottom:8rem}}.news-list{margin-bottom:2.4rem}@media (min-width:576px){.news-list{margin-bottom:3.2rem}}@media (min-width:768px){.news-list{margin-bottom:4.8rem}}@media (min-width:992px){.news-list{margin-bottom:6.4rem}}@media (min-width:1200px){.news-list{margin-bottom:8rem;background:#fff}}.news-list.\--hp{padding-top:2.4rem}.news-list__items{display:flex;flex-wrap:wrap}.news-list__item{position:relative;text-decoration:none;flex:0 0 100%;padding:2.4rem;-o-transition:all .4s ease-out;-webkit-transition:all .4s ease-out;transition:all .4s ease-out}.news-list__item:not(:first-child){border-top:1px solid #e1e4e7}@media (min-width:992px){.news-list__item{border:1px solid #e1e4e7}.news-list__item:nth-child(n+2){border-left-color:transparent}.news-list__item:nth-child(n+4){border-top-color:transparent}.news-list__item:nth-child(4n+4){border-left-color:#e1e4e7}}@media (min-width:992px){.events-list--dynamic .news-list__item{border:1px solid #e1e4e7}.events-list--dynamic .news-list__item:nth-child(n+2){border-left-color:transparent}.events-list--dynamic .news-list__item:nth-child(4n+5){border-left-color:#e1e4e7}.events-list--dynamic .news-list__item:nth-child(n+5){border-top-color:transparent}}@media (min-width:1200px){.events-list--dynamic .news-list__item:nth-child(4){border-top-color:#e1e4e7}.events-list--dynamic .news-list__item:nth-child(n+5){border-top-color:transparent}.events-list--dynamic .news-list__item:nth-child(4n+4){border-left-color:transparent}.events-list--dynamic .news-list__item:nth-child(5n+5){border-left-color:#e1e4e7}}.col-lg-8 .news-list__item{border:1px solid #e1e4e7}@media (min-width:992px){.col-lg-8 .news-list__item{flex:0 0 50%;max-width:50%;padding:3.2rem 5.6rem 3.2rem 3.2rem}}.col-lg-8 .news-list__item:nth-child(n+2){border-top-color:transparent}.col-lg-8 .news-list__item:nth-child(2n+3){border-left-color:transparent}.news-list__item:focus,.news-list__item:hover{text-decoration:none;text-shadow:none}@media (min-width:992px){.news-list__item:focus .news-list__breadcrumbs,.news-list__item:focus .news-list__header,.news-list__item:hover .news-list__breadcrumbs,.news-list__item:hover .news-list__header{color:#fff}}@media (min-width:992px){.news-list__item{flex:0 0 25%;max-width:25%;padding:3.2rem}}@media (min-width:1200px){.news-list__item{padding-right:8rem}}@media (min-width:992px){.news-list__item--uhk:focus,.news-list__item--uhk:hover{background:#000}}.news-list__item--uhk .news-list__breadcrumbs{color:#000}@media (min-width:992px){.news-list__item--ff:focus,.news-list__item--ff:hover{background:#84bd00}}.news-list__item--ff .news-list__breadcrumbs{color:#84bd00}@media (min-width:992px){.news-list__item--pdf:focus,.news-list__item--pdf:hover{background:#ce0058}}.news-list__item--pdf .news-list__breadcrumbs{color:#ce0058}@media (min-width:992px){.news-list__item--prf:focus,.news-list__item--prf:hover{background:#ffa300}}.news-list__item--prf .news-list__breadcrumbs{color:#ffa300}@media (min-width:992px){.news-list__item--fim:focus,.news-list__item--fim:hover{background:#009fdf}}.news-list__item--fim .news-list__breadcrumbs{color:#009fdf}.news-list__motive-bg{position:absolute;top:0;left:0;width:100%;height:calc(100% + 1px);opacity:.1;background-position:-100% -100%!important;-o-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}@media (min-width:992px){.news-list__motive-bg{background-position:50%!important;background-size:cover!important}}.news-list__item:hover .news-list__motive-bg{opacity:.1}@media (min-width:992px){.news-list__item--highlight{flex:0 0 100%;max-width:100%}.events-list--dynamic .news-list .news-list__item--highlight,.filtered-search+.news-list .news-list__item--highlight,.news-list--hp .news-list__item--highlight{flex:0 0 50%;max-width:50%}.col-lg-8 .news-list__item--highlight{flex:0 0 100%;max-width:100%}}.news-list__header{font-family:Comenia-Sans-Regular,arial,sans-serif;font-weight:400;font-style:normal;font-display:swap;color:#000;font-size:2rem;padding-top:0}@media (min-width:992px){.news-list__item--highlight .news-list__header{font-size:3rem;padding-top:.4rem}}.news-list__breadcrumbs{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;font-size:1.4rem;line-height:2rem;margin:0}.news-list__breadcrumbs span{margin:0 .8rem}.events-content__btn--hp,.news-list__btn{list-style:none;margin-right:.4rem;text-align:right;width:32rem;padding:0 2rem}@media (min-width:768px){.events-content__btn--hp,.news-list__btn{padding:0}}@media (min-width:992px){.events-content__btn--hp,.news-list__btn{-webkit-transform:translateY(-2.4rem);-ms-transform:translateY(-2.4rem);transform:translateY(-2.4rem);width:56rem}}@media (min-width:1200px){.events-content__btn--hp,.news-list__btn{margin-left:calc(50% - 5.6rem)}}.events-content__btn--hp .btn-arrow,.news-list__btn .btn-arrow{display:flex;margin-right:0;max-width:none}.news-list__btn-wrapper{list-style:none;margin:0;padding:0;position:relative;z-index:0;margin-top:2.4rem}.img-wrapper{width:100%;position:relative;display:inline-block}.img-wrapper img{width:100%}.hp .box-list-container{position:relative}.hp .box-list-container:before{position:absolute;bottom:0;left:0;content:"";width:100%;height:43rem}@media (min-width:1200px){.hp .box-list-container:before{background:#fff url("/img/background/dots.jpg") 10px 20px/16px 8px repeat}}.box-list-title{display:block;text-align:center;margin-bottom:3.5rem}.box-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;overflow:hidden;margin:0 auto}@media (min-width:768px){.box-list{justify-content:space-around}}@media (min-width:1200px){.box-list{padding-bottom:4rem;justify-content:space-between}}.box-list__link{display:flex;flex-direction:column;margin-bottom:-2rem}.box-list__link,.box-list__link:hover{text-decoration:none}@media (min-width:768px){.box-list__item{flex:0 0 50%;max-width:calc(50% - 1.6rem);margin-bottom:-5.4rem}}@media (min-width:1200px){.box-list__item{flex:0 0 33%;max-width:calc(33% - 1.6rem)}}@media (min-width:1200px){.box-list--study-fields .box-list__item{flex:0 0 50%;max-width:calc(50% - 1.6rem)}}@media only screen and (min-width:1600px){.box-list--study-fields .box-list__item{flex:0 0 25%;max-width:calc(25% - 1.6rem)}}.box-list__motive{position:relative}.box-list--hp .box-list__motive:before{display:block;position:absolute;content:"";top:0;left:0;width:104%;height:100%;background:#fff}.box-list__content{display:flex;flex-direction:column;margin:0 2.4rem;padding:4rem 4rem 5.6rem;background:#fff;box-shadow:0 0 2.4rem .4rem rgba(78,85,94,.15);flex:1;-webkit-transform:translateY(-4rem);-ms-transform:translateY(-4rem);transform:translateY(-4rem)}.box-list__content .box-list__header{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;color:#000}.box-list__content .box-list__perex{flex:1}@media (min-width:768px){.box-list__content{-webkit-transform:translateY(-10rem);-ms-transform:translateY(-10rem);transform:translateY(-10rem)}}@media (min-width:1200px){.box-list__content{margin:0 5.6rem}}.box-list__btn{margin:0 auto;min-width:20rem;-webkit-transform:translateY(calc(-4rem - 50%));-ms-transform:translateY(calc(-4rem - 50%));transform:translateY(calc(-4rem - 50%))}@media (min-width:768px){.box-list__btn{-webkit-transform:translateY(calc(-10rem - 50%));-ms-transform:translateY(calc(-10rem - 50%));transform:translateY(calc(-10rem - 50%))}}.people-profile-list{list-style:none;margin:0;padding:0;margin-bottom:2.4rem}@media (min-width:576px){.people-profile-list{margin-bottom:3.2rem}}@media (min-width:768px){.people-profile-list{margin-bottom:4.8rem}}@media (min-width:992px){.people-profile-list{margin-bottom:6.4rem}}@media (min-width:1200px){.people-profile-list{margin-bottom:8rem;display:flex;flex-wrap:wrap}}.people-profile-list.people-profile-list--fulltext{width:100%;display:inline-flex;flex-direction:column}@media (min-width:768px){.people-profile-list.people-profile-list--fulltext{flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}}.people-profile-list__item{display:block;margin:4rem auto;padding:3.2rem 2rem 4.8rem;width:100%;box-shadow:0 0 2.4rem .4rem rgba(78,85,94,.15);-o-transition:all .2s linear;-webkit-transition:all .2s linear;transition:all .2s linear;max-width:74.8rem}.people-profile-list__item:first-child .people-profile-list__badge,.people-profile-list__item:first-child .people-profile-list__motive{-webkit-animation:fade-in .3s .25s linear forwards;animation:fade-in .3s .25s linear forwards}.people-profile-list__item:nth-child(2) .people-profile-list__badge,.people-profile-list__item:nth-child(2) .people-profile-list__motive{-webkit-animation:fade-in .3s .5s linear forwards;animation:fade-in .3s .5s linear forwards}.people-profile-list__item:nth-child(3) .people-profile-list__badge,.people-profile-list__item:nth-child(3) .people-profile-list__motive{-webkit-animation:fade-in .3s .75s linear forwards;animation:fade-in .3s .75s linear forwards}.people-profile-list__item:nth-child(4) .people-profile-list__badge,.people-profile-list__item:nth-child(4) .people-profile-list__motive{-webkit-animation:fade-in .3s 1s linear forwards;animation:fade-in .3s 1s linear forwards}.people-profile-list__item:nth-child(5) .people-profile-list__badge,.people-profile-list__item:nth-child(5) .people-profile-list__motive{-webkit-animation:fade-in .3s 1.25s linear forwards;animation:fade-in .3s 1.25s linear forwards}.people-profile-list__item:nth-child(6) .people-profile-list__badge,.people-profile-list__item:nth-child(6) .people-profile-list__motive{-webkit-animation:fade-in .3s 1.5s linear forwards;animation:fade-in .3s 1.5s linear forwards}.people-profile-list__item:nth-child(7) .people-profile-list__badge,.people-profile-list__item:nth-child(7) .people-profile-list__motive{-webkit-animation:fade-in .3s 1.75s linear forwards;animation:fade-in .3s 1.75s linear forwards}.people-profile-list__item:nth-child(8) .people-profile-list__badge,.people-profile-list__item:nth-child(8) .people-profile-list__motive{-webkit-animation:fade-in .3s 2s linear forwards;animation:fade-in .3s 2s linear forwards}.people-profile-list__item:nth-child(9) .people-profile-list__badge,.people-profile-list__item:nth-child(9) .people-profile-list__motive{-webkit-animation:fade-in .3s 2.25s linear forwards;animation:fade-in .3s 2.25s linear forwards}.people-profile-list__item:nth-child(10) .people-profile-list__badge,.people-profile-list__item:nth-child(10) .people-profile-list__motive{-webkit-animation:fade-in .3s 2.5s linear forwards;animation:fade-in .3s 2.5s linear forwards}.people-profile-list__item:nth-child(11) .people-profile-list__badge,.people-profile-list__item:nth-child(11) .people-profile-list__motive{-webkit-animation:fade-in .3s 2.75s linear forwards;animation:fade-in .3s 2.75s linear forwards}.people-profile-list__item:nth-child(12) .people-profile-list__badge,.people-profile-list__item:nth-child(12) .people-profile-list__motive{-webkit-animation:fade-in .3s 3s linear forwards;animation:fade-in .3s 3s linear forwards}.people-profile-list__item:nth-child(13) .people-profile-list__badge,.people-profile-list__item:nth-child(13) .people-profile-list__motive{-webkit-animation:fade-in .3s 3.25s linear forwards;animation:fade-in .3s 3.25s linear forwards}.people-profile-list__item:nth-child(14) .people-profile-list__badge,.people-profile-list__item:nth-child(14) .people-profile-list__motive{-webkit-animation:fade-in .3s 3.5s linear forwards;animation:fade-in .3s 3.5s linear forwards}.people-profile-list__item:nth-child(15) .people-profile-list__badge,.people-profile-list__item:nth-child(15) .people-profile-list__motive{-webkit-animation:fade-in .3s 3.75s linear forwards;animation:fade-in .3s 3.75s linear forwards}.people-profile-list__item:nth-child(16) .people-profile-list__badge,.people-profile-list__item:nth-child(16) .people-profile-list__motive{-webkit-animation:fade-in .3s 4s linear forwards;animation:fade-in .3s 4s linear forwards}.people-profile-list__item:nth-child(17) .people-profile-list__badge,.people-profile-list__item:nth-child(17) .people-profile-list__motive{-webkit-animation:fade-in .3s 4.25s linear forwards;animation:fade-in .3s 4.25s linear forwards}.people-profile-list__item:nth-child(18) .people-profile-list__badge,.people-profile-list__item:nth-child(18) .people-profile-list__motive{-webkit-animation:fade-in .3s 4.5s linear forwards;animation:fade-in .3s 4.5s linear forwards}.people-profile-list__item:nth-child(19) .people-profile-list__badge,.people-profile-list__item:nth-child(19) .people-profile-list__motive{-webkit-animation:fade-in .3s 4.75s linear forwards;animation:fade-in .3s 4.75s linear forwards}.people-profile-list__item:nth-child(20) .people-profile-list__badge,.people-profile-list__item:nth-child(20) .people-profile-list__motive{-webkit-animation:fade-in .3s 5s linear forwards;animation:fade-in .3s 5s linear forwards}.people-profile-list__item:nth-child(21) .people-profile-list__badge,.people-profile-list__item:nth-child(21) .people-profile-list__motive{-webkit-animation:fade-in .3s 5.25s linear forwards;animation:fade-in .3s 5.25s linear forwards}.people-profile-list__item:nth-child(22) .people-profile-list__badge,.people-profile-list__item:nth-child(22) .people-profile-list__motive{-webkit-animation:fade-in .3s 5.5s linear forwards;animation:fade-in .3s 5.5s linear forwards}.people-profile-list__item:nth-child(23) .people-profile-list__badge,.people-profile-list__item:nth-child(23) .people-profile-list__motive{-webkit-animation:fade-in .3s 5.75s linear forwards;animation:fade-in .3s 5.75s linear forwards}.people-profile-list__item:nth-child(24) .people-profile-list__badge,.people-profile-list__item:nth-child(24) .people-profile-list__motive{-webkit-animation:fade-in .3s 6s linear forwards;animation:fade-in .3s 6s linear forwards}.people-profile-list__item:nth-child(25) .people-profile-list__badge,.people-profile-list__item:nth-child(25) .people-profile-list__motive{-webkit-animation:fade-in .3s 6.25s linear forwards;animation:fade-in .3s 6.25s linear forwards}.people-profile-list__item:nth-child(26) .people-profile-list__badge,.people-profile-list__item:nth-child(26) .people-profile-list__motive{-webkit-animation:fade-in .3s 6.5s linear forwards;animation:fade-in .3s 6.5s linear forwards}.people-profile-list__item:nth-child(27) .people-profile-list__badge,.people-profile-list__item:nth-child(27) .people-profile-list__motive{-webkit-animation:fade-in .3s 6.75s linear forwards;animation:fade-in .3s 6.75s linear forwards}.people-profile-list__item:nth-child(28) .people-profile-list__badge,.people-profile-list__item:nth-child(28) .people-profile-list__motive{-webkit-animation:fade-in .3s 7s linear forwards;animation:fade-in .3s 7s linear forwards}.people-profile-list__item:nth-child(29) .people-profile-list__badge,.people-profile-list__item:nth-child(29) .people-profile-list__motive{-webkit-animation:fade-in .3s 7.25s linear forwards;animation:fade-in .3s 7.25s linear forwards}.people-profile-list__item:nth-child(30) .people-profile-list__badge,.people-profile-list__item:nth-child(30) .people-profile-list__motive{-webkit-animation:fade-in .3s 7.5s linear forwards;animation:fade-in .3s 7.5s linear forwards}.people-profile-list__item:nth-child(31) .people-profile-list__badge,.people-profile-list__item:nth-child(31) .people-profile-list__motive{-webkit-animation:fade-in .3s 7.75s linear forwards;animation:fade-in .3s 7.75s linear forwards}.people-profile-list__item:nth-child(32) .people-profile-list__badge,.people-profile-list__item:nth-child(32) .people-profile-list__motive{-webkit-animation:fade-in .3s 8s linear forwards;animation:fade-in .3s 8s linear forwards}.people-profile-list__item:nth-child(33) .people-profile-list__badge,.people-profile-list__item:nth-child(33) .people-profile-list__motive{-webkit-animation:fade-in .3s 8.25s linear forwards;animation:fade-in .3s 8.25s linear forwards}.people-profile-list__item:nth-child(34) .people-profile-list__badge,.people-profile-list__item:nth-child(34) .people-profile-list__motive{-webkit-animation:fade-in .3s 8.5s linear forwards;animation:fade-in .3s 8.5s linear forwards}.people-profile-list__item:nth-child(35) .people-profile-list__badge,.people-profile-list__item:nth-child(35) .people-profile-list__motive{-webkit-animation:fade-in .3s 8.75s linear forwards;animation:fade-in .3s 8.75s linear forwards}.people-profile-list__item:nth-child(36) .people-profile-list__badge,.people-profile-list__item:nth-child(36) .people-profile-list__motive{-webkit-animation:fade-in .3s 9s linear forwards;animation:fade-in .3s 9s linear forwards}.people-profile-list__item:nth-child(37) .people-profile-list__badge,.people-profile-list__item:nth-child(37) .people-profile-list__motive{-webkit-animation:fade-in .3s 9.25s linear forwards;animation:fade-in .3s 9.25s linear forwards}.people-profile-list__item:nth-child(38) .people-profile-list__badge,.people-profile-list__item:nth-child(38) .people-profile-list__motive{-webkit-animation:fade-in .3s 9.5s linear forwards;animation:fade-in .3s 9.5s linear forwards}.people-profile-list__item:nth-child(39) .people-profile-list__badge,.people-profile-list__item:nth-child(39) .people-profile-list__motive{-webkit-animation:fade-in .3s 9.75s linear forwards;animation:fade-in .3s 9.75s linear forwards}.people-profile-list__item:nth-child(40) .people-profile-list__badge,.people-profile-list__item:nth-child(40) .people-profile-list__motive{-webkit-animation:fade-in .3s 10s linear forwards;animation:fade-in .3s 10s linear forwards}.people-profile-list__item:nth-child(41) .people-profile-list__badge,.people-profile-list__item:nth-child(41) .people-profile-list__motive{-webkit-animation:fade-in .3s 10.25s linear forwards;animation:fade-in .3s 10.25s linear forwards}.people-profile-list__item:nth-child(42) .people-profile-list__badge,.people-profile-list__item:nth-child(42) .people-profile-list__motive{-webkit-animation:fade-in .3s 10.5s linear forwards;animation:fade-in .3s 10.5s linear forwards}.people-profile-list__item:nth-child(43) .people-profile-list__badge,.people-profile-list__item:nth-child(43) .people-profile-list__motive{-webkit-animation:fade-in .3s 10.75s linear forwards;animation:fade-in .3s 10.75s linear forwards}.people-profile-list__item:nth-child(44) .people-profile-list__badge,.people-profile-list__item:nth-child(44) .people-profile-list__motive{-webkit-animation:fade-in .3s 11s linear forwards;animation:fade-in .3s 11s linear forwards}.people-profile-list__item:nth-child(45) .people-profile-list__badge,.people-profile-list__item:nth-child(45) .people-profile-list__motive{-webkit-animation:fade-in .3s 11.25s linear forwards;animation:fade-in .3s 11.25s linear forwards}.people-profile-list__item:nth-child(46) .people-profile-list__badge,.people-profile-list__item:nth-child(46) .people-profile-list__motive{-webkit-animation:fade-in .3s 11.5s linear forwards;animation:fade-in .3s 11.5s linear forwards}.people-profile-list__item:nth-child(47) .people-profile-list__badge,.people-profile-list__item:nth-child(47) .people-profile-list__motive{-webkit-animation:fade-in .3s 11.75s linear forwards;animation:fade-in .3s 11.75s linear forwards}.people-profile-list__item:nth-child(48) .people-profile-list__badge,.people-profile-list__item:nth-child(48) .people-profile-list__motive{-webkit-animation:fade-in .3s 12s linear forwards;animation:fade-in .3s 12s linear forwards}.people-profile-list__item:nth-child(49) .people-profile-list__badge,.people-profile-list__item:nth-child(49) .people-profile-list__motive{-webkit-animation:fade-in .3s 12.25s linear forwards;animation:fade-in .3s 12.25s linear forwards}.people-profile-list__item:nth-child(50) .people-profile-list__badge,.people-profile-list__item:nth-child(50) .people-profile-list__motive{-webkit-animation:fade-in .3s 12.5s linear forwards;animation:fade-in .3s 12.5s linear forwards}.people-profile-list__item:nth-child(51) .people-profile-list__badge,.people-profile-list__item:nth-child(51) .people-profile-list__motive{-webkit-animation:fade-in .3s 12.75s linear forwards;animation:fade-in .3s 12.75s linear forwards}.people-profile-list__item:nth-child(52) .people-profile-list__badge,.people-profile-list__item:nth-child(52) .people-profile-list__motive{-webkit-animation:fade-in .3s 13s linear forwards;animation:fade-in .3s 13s linear forwards}.people-profile-list__item:nth-child(53) .people-profile-list__badge,.people-profile-list__item:nth-child(53) .people-profile-list__motive{-webkit-animation:fade-in .3s 13.25s linear forwards;animation:fade-in .3s 13.25s linear forwards}.people-profile-list__item:nth-child(54) .people-profile-list__badge,.people-profile-list__item:nth-child(54) .people-profile-list__motive{-webkit-animation:fade-in .3s 13.5s linear forwards;animation:fade-in .3s 13.5s linear forwards}.people-profile-list__item:nth-child(55) .people-profile-list__badge,.people-profile-list__item:nth-child(55) .people-profile-list__motive{-webkit-animation:fade-in .3s 13.75s linear forwards;animation:fade-in .3s 13.75s linear forwards}.people-profile-list__item:nth-child(56) .people-profile-list__badge,.people-profile-list__item:nth-child(56) .people-profile-list__motive{-webkit-animation:fade-in .3s 14s linear forwards;animation:fade-in .3s 14s linear forwards}.people-profile-list__item:nth-child(57) .people-profile-list__badge,.people-profile-list__item:nth-child(57) .people-profile-list__motive{-webkit-animation:fade-in .3s 14.25s linear forwards;animation:fade-in .3s 14.25s linear forwards}.people-profile-list__item:nth-child(58) .people-profile-list__badge,.people-profile-list__item:nth-child(58) .people-profile-list__motive{-webkit-animation:fade-in .3s 14.5s linear forwards;animation:fade-in .3s 14.5s linear forwards}.people-profile-list__item:nth-child(59) .people-profile-list__badge,.people-profile-list__item:nth-child(59) .people-profile-list__motive{-webkit-animation:fade-in .3s 14.75s linear forwards;animation:fade-in .3s 14.75s linear forwards}.people-profile-list__item:nth-child(60) .people-profile-list__badge,.people-profile-list__item:nth-child(60) .people-profile-list__motive{-webkit-animation:fade-in .3s 15s linear forwards;animation:fade-in .3s 15s linear forwards}.people-profile-list__item:nth-child(61) .people-profile-list__badge,.people-profile-list__item:nth-child(61) .people-profile-list__motive{-webkit-animation:fade-in .3s 15.25s linear forwards;animation:fade-in .3s 15.25s linear forwards}.people-profile-list__item:nth-child(62) .people-profile-list__badge,.people-profile-list__item:nth-child(62) .people-profile-list__motive{-webkit-animation:fade-in .3s 15.5s linear forwards;animation:fade-in .3s 15.5s linear forwards}.people-profile-list__item:nth-child(63) .people-profile-list__badge,.people-profile-list__item:nth-child(63) .people-profile-list__motive{-webkit-animation:fade-in .3s 15.75s linear forwards;animation:fade-in .3s 15.75s linear forwards}.people-profile-list__item:nth-child(64) .people-profile-list__badge,.people-profile-list__item:nth-child(64) .people-profile-list__motive{-webkit-animation:fade-in .3s 16s linear forwards;animation:fade-in .3s 16s linear forwards}.people-profile-list__item:nth-child(65) .people-profile-list__badge,.people-profile-list__item:nth-child(65) .people-profile-list__motive{-webkit-animation:fade-in .3s 16.25s linear forwards;animation:fade-in .3s 16.25s linear forwards}.people-profile-list__item:nth-child(66) .people-profile-list__badge,.people-profile-list__item:nth-child(66) .people-profile-list__motive{-webkit-animation:fade-in .3s 16.5s linear forwards;animation:fade-in .3s 16.5s linear forwards}.people-profile-list__item:nth-child(67) .people-profile-list__badge,.people-profile-list__item:nth-child(67) .people-profile-list__motive{-webkit-animation:fade-in .3s 16.75s linear forwards;animation:fade-in .3s 16.75s linear forwards}.people-profile-list__item:nth-child(68) .people-profile-list__badge,.people-profile-list__item:nth-child(68) .people-profile-list__motive{-webkit-animation:fade-in .3s 17s linear forwards;animation:fade-in .3s 17s linear forwards}.people-profile-list__item:nth-child(69) .people-profile-list__badge,.people-profile-list__item:nth-child(69) .people-profile-list__motive{-webkit-animation:fade-in .3s 17.25s linear forwards;animation:fade-in .3s 17.25s linear forwards}.people-profile-list__item:nth-child(70) .people-profile-list__badge,.people-profile-list__item:nth-child(70) .people-profile-list__motive{-webkit-animation:fade-in .3s 17.5s linear forwards;animation:fade-in .3s 17.5s linear forwards}.people-profile-list__item:nth-child(71) .people-profile-list__badge,.people-profile-list__item:nth-child(71) .people-profile-list__motive{-webkit-animation:fade-in .3s 17.75s linear forwards;animation:fade-in .3s 17.75s linear forwards}.people-profile-list__item:nth-child(72) .people-profile-list__badge,.people-profile-list__item:nth-child(72) .people-profile-list__motive{-webkit-animation:fade-in .3s 18s linear forwards;animation:fade-in .3s 18s linear forwards}.people-profile-list__item:nth-child(73) .people-profile-list__badge,.people-profile-list__item:nth-child(73) .people-profile-list__motive{-webkit-animation:fade-in .3s 18.25s linear forwards;animation:fade-in .3s 18.25s linear forwards}.people-profile-list__item:nth-child(74) .people-profile-list__badge,.people-profile-list__item:nth-child(74) .people-profile-list__motive{-webkit-animation:fade-in .3s 18.5s linear forwards;animation:fade-in .3s 18.5s linear forwards}.people-profile-list__item:nth-child(75) .people-profile-list__badge,.people-profile-list__item:nth-child(75) .people-profile-list__motive{-webkit-animation:fade-in .3s 18.75s linear forwards;animation:fade-in .3s 18.75s linear forwards}.people-profile-list__item:nth-child(76) .people-profile-list__badge,.people-profile-list__item:nth-child(76) .people-profile-list__motive{-webkit-animation:fade-in .3s 19s linear forwards;animation:fade-in .3s 19s linear forwards}.people-profile-list__item:nth-child(77) .people-profile-list__badge,.people-profile-list__item:nth-child(77) .people-profile-list__motive{-webkit-animation:fade-in .3s 19.25s linear forwards;animation:fade-in .3s 19.25s linear forwards}.people-profile-list__item:nth-child(78) .people-profile-list__badge,.people-profile-list__item:nth-child(78) .people-profile-list__motive{-webkit-animation:fade-in .3s 19.5s linear forwards;animation:fade-in .3s 19.5s linear forwards}.people-profile-list__item:nth-child(79) .people-profile-list__badge,.people-profile-list__item:nth-child(79) .people-profile-list__motive{-webkit-animation:fade-in .3s 19.75s linear forwards;animation:fade-in .3s 19.75s linear forwards}.people-profile-list__item:nth-child(80) .people-profile-list__badge,.people-profile-list__item:nth-child(80) .people-profile-list__motive{-webkit-animation:fade-in .3s 20s linear forwards;animation:fade-in .3s 20s linear forwards}.people-profile-list__item:nth-child(81) .people-profile-list__badge,.people-profile-list__item:nth-child(81) .people-profile-list__motive{-webkit-animation:fade-in .3s 20.25s linear forwards;animation:fade-in .3s 20.25s linear forwards}.people-profile-list__item:nth-child(82) .people-profile-list__badge,.people-profile-list__item:nth-child(82) .people-profile-list__motive{-webkit-animation:fade-in .3s 20.5s linear forwards;animation:fade-in .3s 20.5s linear forwards}.people-profile-list__item:nth-child(83) .people-profile-list__badge,.people-profile-list__item:nth-child(83) .people-profile-list__motive{-webkit-animation:fade-in .3s 20.75s linear forwards;animation:fade-in .3s 20.75s linear forwards}.people-profile-list__item:nth-child(84) .people-profile-list__badge,.people-profile-list__item:nth-child(84) .people-profile-list__motive{-webkit-animation:fade-in .3s 21s linear forwards;animation:fade-in .3s 21s linear forwards}.people-profile-list__item:nth-child(85) .people-profile-list__badge,.people-profile-list__item:nth-child(85) .people-profile-list__motive{-webkit-animation:fade-in .3s 21.25s linear forwards;animation:fade-in .3s 21.25s linear forwards}.people-profile-list__item:nth-child(86) .people-profile-list__badge,.people-profile-list__item:nth-child(86) .people-profile-list__motive{-webkit-animation:fade-in .3s 21.5s linear forwards;animation:fade-in .3s 21.5s linear forwards}.people-profile-list__item:nth-child(87) .people-profile-list__badge,.people-profile-list__item:nth-child(87) .people-profile-list__motive{-webkit-animation:fade-in .3s 21.75s linear forwards;animation:fade-in .3s 21.75s linear forwards}.people-profile-list__item:nth-child(88) .people-profile-list__badge,.people-profile-list__item:nth-child(88) .people-profile-list__motive{-webkit-animation:fade-in .3s 22s linear forwards;animation:fade-in .3s 22s linear forwards}.people-profile-list__item:nth-child(89) .people-profile-list__badge,.people-profile-list__item:nth-child(89) .people-profile-list__motive{-webkit-animation:fade-in .3s 22.25s linear forwards;animation:fade-in .3s 22.25s linear forwards}.people-profile-list__item:nth-child(90) .people-profile-list__badge,.people-profile-list__item:nth-child(90) .people-profile-list__motive{-webkit-animation:fade-in .3s 22.5s linear forwards;animation:fade-in .3s 22.5s linear forwards}.people-profile-list__item:nth-child(91) .people-profile-list__badge,.people-profile-list__item:nth-child(91) .people-profile-list__motive{-webkit-animation:fade-in .3s 22.75s linear forwards;animation:fade-in .3s 22.75s linear forwards}.people-profile-list__item:nth-child(92) .people-profile-list__badge,.people-profile-list__item:nth-child(92) .people-profile-list__motive{-webkit-animation:fade-in .3s 23s linear forwards;animation:fade-in .3s 23s linear forwards}.people-profile-list__item:nth-child(93) .people-profile-list__badge,.people-profile-list__item:nth-child(93) .people-profile-list__motive{-webkit-animation:fade-in .3s 23.25s linear forwards;animation:fade-in .3s 23.25s linear forwards}.people-profile-list__item:nth-child(94) .people-profile-list__badge,.people-profile-list__item:nth-child(94) .people-profile-list__motive{-webkit-animation:fade-in .3s 23.5s linear forwards;animation:fade-in .3s 23.5s linear forwards}.people-profile-list__item:nth-child(95) .people-profile-list__badge,.people-profile-list__item:nth-child(95) .people-profile-list__motive{-webkit-animation:fade-in .3s 23.75s linear forwards;animation:fade-in .3s 23.75s linear forwards}.people-profile-list__item:nth-child(96) .people-profile-list__badge,.people-profile-list__item:nth-child(96) .people-profile-list__motive{-webkit-animation:fade-in .3s 24s linear forwards;animation:fade-in .3s 24s linear forwards}.people-profile-list__item:nth-child(97) .people-profile-list__badge,.people-profile-list__item:nth-child(97) .people-profile-list__motive{-webkit-animation:fade-in .3s 24.25s linear forwards;animation:fade-in .3s 24.25s linear forwards}.people-profile-list__item:nth-child(98) .people-profile-list__badge,.people-profile-list__item:nth-child(98) .people-profile-list__motive{-webkit-animation:fade-in .3s 24.5s linear forwards;animation:fade-in .3s 24.5s linear forwards}.people-profile-list__item:nth-child(99) .people-profile-list__badge,.people-profile-list__item:nth-child(99) .people-profile-list__motive{-webkit-animation:fade-in .3s 24.75s linear forwards;animation:fade-in .3s 24.75s linear forwards}.people-profile-list__item:nth-child(100) .people-profile-list__badge,.people-profile-list__item:nth-child(100) .people-profile-list__motive{-webkit-animation:fade-in .3s 25s linear forwards;animation:fade-in .3s 25s linear forwards}.people-profile-list__item:nth-child(101) .people-profile-list__badge,.people-profile-list__item:nth-child(101) .people-profile-list__motive{-webkit-animation:fade-in .3s 25.25s linear forwards;animation:fade-in .3s 25.25s linear forwards}.people-profile-list__item:nth-child(102) .people-profile-list__badge,.people-profile-list__item:nth-child(102) .people-profile-list__motive{-webkit-animation:fade-in .3s 25.5s linear forwards;animation:fade-in .3s 25.5s linear forwards}.people-profile-list__item:nth-child(103) .people-profile-list__badge,.people-profile-list__item:nth-child(103) .people-profile-list__motive{-webkit-animation:fade-in .3s 25.75s linear forwards;animation:fade-in .3s 25.75s linear forwards}.people-profile-list__item:nth-child(104) .people-profile-list__badge,.people-profile-list__item:nth-child(104) .people-profile-list__motive{-webkit-animation:fade-in .3s 26s linear forwards;animation:fade-in .3s 26s linear forwards}.people-profile-list__item:nth-child(105) .people-profile-list__badge,.people-profile-list__item:nth-child(105) .people-profile-list__motive{-webkit-animation:fade-in .3s 26.25s linear forwards;animation:fade-in .3s 26.25s linear forwards}.people-profile-list__item:nth-child(106) .people-profile-list__badge,.people-profile-list__item:nth-child(106) .people-profile-list__motive{-webkit-animation:fade-in .3s 26.5s linear forwards;animation:fade-in .3s 26.5s linear forwards}.people-profile-list__item:nth-child(107) .people-profile-list__badge,.people-profile-list__item:nth-child(107) .people-profile-list__motive{-webkit-animation:fade-in .3s 26.75s linear forwards;animation:fade-in .3s 26.75s linear forwards}.people-profile-list__item:nth-child(108) .people-profile-list__badge,.people-profile-list__item:nth-child(108) .people-profile-list__motive{-webkit-animation:fade-in .3s 27s linear forwards;animation:fade-in .3s 27s linear forwards}.people-profile-list__item:nth-child(109) .people-profile-list__badge,.people-profile-list__item:nth-child(109) .people-profile-list__motive{-webkit-animation:fade-in .3s 27.25s linear forwards;animation:fade-in .3s 27.25s linear forwards}.people-profile-list__item:nth-child(110) .people-profile-list__badge,.people-profile-list__item:nth-child(110) .people-profile-list__motive{-webkit-animation:fade-in .3s 27.5s linear forwards;animation:fade-in .3s 27.5s linear forwards}.people-profile-list__item:nth-child(111) .people-profile-list__badge,.people-profile-list__item:nth-child(111) .people-profile-list__motive{-webkit-animation:fade-in .3s 27.75s linear forwards;animation:fade-in .3s 27.75s linear forwards}.people-profile-list__item:nth-child(112) .people-profile-list__badge,.people-profile-list__item:nth-child(112) .people-profile-list__motive{-webkit-animation:fade-in .3s 28s linear forwards;animation:fade-in .3s 28s linear forwards}.people-profile-list__item:nth-child(113) .people-profile-list__badge,.people-profile-list__item:nth-child(113) .people-profile-list__motive{-webkit-animation:fade-in .3s 28.25s linear forwards;animation:fade-in .3s 28.25s linear forwards}.people-profile-list__item:nth-child(114) .people-profile-list__badge,.people-profile-list__item:nth-child(114) .people-profile-list__motive{-webkit-animation:fade-in .3s 28.5s linear forwards;animation:fade-in .3s 28.5s linear forwards}.people-profile-list__item:nth-child(115) .people-profile-list__badge,.people-profile-list__item:nth-child(115) .people-profile-list__motive{-webkit-animation:fade-in .3s 28.75s linear forwards;animation:fade-in .3s 28.75s linear forwards}.people-profile-list__item:nth-child(116) .people-profile-list__badge,.people-profile-list__item:nth-child(116) .people-profile-list__motive{-webkit-animation:fade-in .3s 29s linear forwards;animation:fade-in .3s 29s linear forwards}.people-profile-list__item:nth-child(117) .people-profile-list__badge,.people-profile-list__item:nth-child(117) .people-profile-list__motive{-webkit-animation:fade-in .3s 29.25s linear forwards;animation:fade-in .3s 29.25s linear forwards}.people-profile-list__item:nth-child(118) .people-profile-list__badge,.people-profile-list__item:nth-child(118) .people-profile-list__motive{-webkit-animation:fade-in .3s 29.5s linear forwards;animation:fade-in .3s 29.5s linear forwards}.people-profile-list__item:nth-child(119) .people-profile-list__badge,.people-profile-list__item:nth-child(119) .people-profile-list__motive{-webkit-animation:fade-in .3s 29.75s linear forwards;animation:fade-in .3s 29.75s linear forwards}.people-profile-list--fulltext .people-profile-list__item{box-shadow:none;padding:0;margin:0 0 2.4rem!important;width:100%}@media (min-width:768px){.people-profile-list--fulltext .people-profile-list__item{width:50%}}@media (min-width:992px){.people-profile-list--fulltext .people-profile-list__item{width:100%;padding:0 4rem 0 0}}.people-profile-list__item:hover{box-shadow:0 0 3.2rem .8rem rgba(78,85,94,.15)}.people-profile-list--fulltext .people-profile-list__item:hover{box-shadow:none}@media (min-width:576px){.people-profile-list__item{padding:3.2rem 3.2rem 4.8rem}}@media (min-width:768px){.people-profile-list__item{display:inline-flex}}.main--condensed .people-profile-list__item{flex-direction:column}@media screen and (min-width:1400px){.people-profile-list__item{width:calc(50% - 2rem)}.people-profile-list__item:nth-child(odd){margin-right:2rem;margin-left:0}.people-profile-list__item:nth-child(2n+2){margin-left:2rem;margin-right:0}}.people-profile-list__badge,.people-profile-list__motive{position:relative;box-sizing:border-box;width:10rem;height:10rem;border-width:1px;border-style:solid;padding:.4rem;border-radius:50%;background:#fff;margin-bottom:3.2rem;opacity:0}@media (min-width:768px){.people-profile-list__badge,.people-profile-list__motive{width:14rem;height:14rem;margin:2.4rem 4rem 0 0}}.people-profile-list--fulltext .people-profile-list__badge,.people-profile-list--fulltext .people-profile-list__motive{width:6rem;height:6rem;margin:.8rem 2.4rem 0 0;box-shadow:0 0 1.2rem .2rem rgba(78,85,94,.15);flex:1 0 6rem;max-width:6rem}.people-profile-list__motive--fim{border-color:#009fdf}.people-profile-list__motive--pdf{border-color:#ce0058}.people-profile-list__motive--ff{border-color:#84bd00}.people-profile-list__motive--prf{border-color:#ffa300}.people-profile-list__motive--uhk{border-color:#000}.theme-fim .people-profile-list__badge{background:#009fdf;border-color:#009fdf}.theme-pdf .people-profile-list__badge{background:#ce0058;border-color:#ce0058}.theme-ff .people-profile-list__badge{background:#84bd00;border-color:#84bd00}.theme-prf .people-profile-list__badge{background:#ffa300;border-color:#ffa300}.theme-uhk .people-profile-list__badge{background:#000;border-color:#000}.people-profile-list__badge{display:inline-flex;align-items:center;justify-content:center;text-align:center;color:#fff;background:#000;border:1px solid #000}.people-profile-list__badge--fim{background:#009fdf!important;border-color:#009fdf!important}.people-profile-list__badge--pdf{background:#ce0058!important;border-color:#ce0058!important}.people-profile-list__badge--ff{background:#84bd00!important;border-color:#84bd00!important}.people-profile-list__badge--prf{background:#ffa300!important;border-color:#ffa300!important}.people-profile-list__badge--uhk{background:#000!important;border-color:#000!important}.people-profile-list__badge span{position:relative;line-height:1;font-size:2.4rem;top:0}@media (min-width:768px){.people-profile-list__badge span{font-size:4rem;top:-.4rem}}.people-profile-list--fulltext .people-profile-list__badge span{font-size:2.4rem;top:0}.people-profile-list__info p{margin-bottom:.4rem}.people-profile-list__info .phone-number{letter-spacing:1px}.people-profile-list__name,.people-profile-list__name a{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;font-size:1.6rem;padding-top:1.6rem}@media (min-width:992px){.people-profile-list__name,.people-profile-list__name a{font-size:1.8rem}}.people-profile-list__email a,.people-profile-list__phone a{display:inline-block}.people-profile-list__item .btn{margin-top:1.6rem}.profile-detail{position:relative;padding:5.6rem 2.4rem;margin-bottom:2.4rem}@media (min-width:1200px){.profile-detail{padding-bottom:8rem}}.profile-detail--large-image{padding-bottom:0}@media (min-width:1200px){.profile-detail--large-image{margin-bottom:4.8rem}}.profile-detail:before{position:absolute;display:flex;content:"";width:200vw;height:calc(100% + 66px);background:#fff url("/img/background/hexagon.png") top/26px 16px repeat;top:-66px;left:-8vw;z-index:-3}@media (min-width:992px){.profile-detail:before{left:-40vw}}@media (min-width:1200px){.profile-detail:before{height:calc(100% + 87px);top:-87px}}.main .profile-detail+.search-form,.product-detail .profile-detail+.search-form,.profile-detail+.main__content{padding:0 2.4rem}.main .profile-detail+.search-form .line-top,.main .profile-detail+.search-form .map-card__title,.product-detail .profile-detail+.search-form .line-top,.product-detail .profile-detail+.search-form .map-card__title,.profile-detail+.main__content .line-top,.profile-detail+.main__content .map-card__title{margin-top:4rem}.main .theme-uhk .profile-detail+.search-form .line-top:before,.main .theme-uhk .profile-detail+.search-form .map-card__title:before,.product-detail .theme-uhk .profile-detail+.search-form .line-top:before,.product-detail .theme-uhk .profile-detail+.search-form .map-card__title:before,.theme-uhk .main .profile-detail+.search-form .line-top:before,.theme-uhk .main .profile-detail+.search-form .map-card__title:before,.theme-uhk .product-detail .profile-detail+.search-form .line-top:before,.theme-uhk .product-detail .profile-detail+.search-form .map-card__title:before,.theme-uhk .profile-detail+.main__content .line-top:before,.theme-uhk .profile-detail+.main__content .map-card__title:before{background-color:#000}.main .theme-ff .profile-detail+.search-form .line-top:before,.main .theme-ff .profile-detail+.search-form .map-card__title:before,.product-detail .theme-ff .profile-detail+.search-form .line-top:before,.product-detail .theme-ff .profile-detail+.search-form .map-card__title:before,.theme-ff .main .profile-detail+.search-form .line-top:before,.theme-ff .main .profile-detail+.search-form .map-card__title:before,.theme-ff .product-detail .profile-detail+.search-form .line-top:before,.theme-ff .product-detail .profile-detail+.search-form .map-card__title:before,.theme-ff .profile-detail+.main__content .line-top:before,.theme-ff .profile-detail+.main__content .map-card__title:before{background-color:#84bd00}.main .theme-pdf .profile-detail+.search-form .line-top:before,.main .theme-pdf .profile-detail+.search-form .map-card__title:before,.product-detail .theme-pdf .profile-detail+.search-form .line-top:before,.product-detail .theme-pdf .profile-detail+.search-form .map-card__title:before,.theme-pdf .main .profile-detail+.search-form .line-top:before,.theme-pdf .main .profile-detail+.search-form .map-card__title:before,.theme-pdf .product-detail .profile-detail+.search-form .line-top:before,.theme-pdf .product-detail .profile-detail+.search-form .map-card__title:before,.theme-pdf .profile-detail+.main__content .line-top:before,.theme-pdf .profile-detail+.main__content .map-card__title:before{background-color:#ce0058}.main .theme-prf .profile-detail+.search-form .line-top:before,.main .theme-prf .profile-detail+.search-form .map-card__title:before,.product-detail .theme-prf .profile-detail+.search-form .line-top:before,.product-detail .theme-prf .profile-detail+.search-form .map-card__title:before,.theme-prf .main .profile-detail+.search-form .line-top:before,.theme-prf .main .profile-detail+.search-form .map-card__title:before,.theme-prf .product-detail .profile-detail+.search-form .line-top:before,.theme-prf .product-detail .profile-detail+.search-form .map-card__title:before,.theme-prf .profile-detail+.main__content .line-top:before,.theme-prf .profile-detail+.main__content .map-card__title:before{background-color:#ffa300}.main .theme-fim .profile-detail+.search-form .line-top:before,.main .theme-fim .profile-detail+.search-form .map-card__title:before,.product-detail .theme-fim .profile-detail+.search-form .line-top:before,.product-detail .theme-fim .profile-detail+.search-form .map-card__title:before,.theme-fim .main .profile-detail+.search-form .line-top:before,.theme-fim .main .profile-detail+.search-form .map-card__title:before,.theme-fim .product-detail .profile-detail+.search-form .line-top:before,.theme-fim .product-detail .profile-detail+.search-form .map-card__title:before,.theme-fim .profile-detail+.main__content .line-top:before,.theme-fim .profile-detail+.main__content .map-card__title:before{background-color:#009fdf}.profile-detail__summary{display:flex;flex-flow:column nowrap}@media (min-width:992px){.profile-detail__summary{flex-direction:row;flex-wrap:wrap}}.profile-detail__name{margin-bottom:1.6rem;background:transparent!important}@media (min-width:992px){.profile-detail__name{margin-bottom:2.4rem;width:100%}}.profile-detail__motive{order:-1;margin-bottom:3.2rem}@media (min-width:992px){.profile-detail__motive{order:0;margin:0 3.2rem 0 0}}.profile-detail__motive img{position:relative;width:14rem;height:14rem;border:1px solid #e1e4e7;padding:.4rem;border-radius:50%;background:#fff;margin:0;box-shadow:0 0 2.4rem .4rem rgba(78,85,94,.15)}@media (min-width:992px){.profile-detail__motive img{width:18rem;height:18rem}}.profile-detail__contact dt{margin-bottom:.8rem}.workplace-role:first-letter{text-transform:capitalize}.arrow-down{margin-right:.5rem}.arrow-down svg.svg-icon{width:calc(1.1rem - 2px);height:1.1rem;transform:rotate(.5turn)}.bio-hr__text{width:100%;position:relative;display:flex;justify-content:center;margin-bottom:0;font-size:1.4rem;line-height:1}.bio-hr__text .content{background:#fff;padding:0 1.4rem}.bio-hr__line{margin-top:-0.7rem;border-top:1px solid #000}.bio-hr-2{position:relative;display:flex;justify-content:center;font-size:1.4rem}.bio-hr-2:before{position:absolute;content:"";top:calc(50% - 1px);left:0;height:1px;width:100%;background:#000;z-index:-1}.bio-hr-2 .svg-icon{margin-right:.8rem;width:1rem;-webkit-transform:rotate(.5turn);-ms-transform:rotate(.5turn);transform:rotate(.5turn)}.bio-hr-2__content{display:block;width:auto;margin:0 auto;background:#fff;padding:0 1.4rem}.eshop-list,.eshop-list__tags{list-style:none;margin:0;padding:0}.eshop-list{padding:2rem}@media (min-width:768px){.eshop-list{display:flex;flex-wrap:wrap;padding:0}}@media (min-width:768px){.eshop-list>li{padding:1.6rem;flex:0 1 33%}}@media (min-width:992px){.eshop-list>li{flex:0 1 25%}}.eshop-list img{width:14rem}.eshop-list__item{display:inline-block;text-decoration:none;margin-bottom:4rem;transition:all .2s ease}@media (min-width:768px){.eshop-list__item{padding:1.6rem;width:100%}}.eshop-list__item:hover{text-decoration:none;text-shadow:none}@media (min-width:768px){.eshop-list__item:hover{box-shadow:0 0 2.4rem .4rem rgba(78,85,94,.15)}}@media (min-width:1200px){.eshop-list__item:hover .eshop-list__tags{left:16rem}}.eshop-list__motive{position:relative;margin-bottom:2.4rem}.eshop-list__tags{position:absolute;top:0;left:16rem;display:block;width:9rem;transition:all .4s ease-in-out}@media (min-width:768px){.eshop-list__tags{left:0}}.eshop-list__tag{margin:.4rem 0;position:relative;font-size:1.2rem;box-shadow:0 0 16px 2px rgba(78,85,94,.15);background:#fff;padding:.4rem;border:1px solid #000;display:inline;line-height:3rem}.eshop-list__tag--success{border-color:#84bd00;color:#84bd00}.eshop-list__tag--warning{border-color:#ffa300;color:#ffa300}.eshop-list__tag--error{border-color:#ce0058;color:#ce0058}.eshop-list__title{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;font-size:1.6rem}.eshop-list__price{font-size:2.3rem}.eshop-item-detail{position:relative;display:block;padding:2rem}@media (min-width:768px){.eshop-item-detail{display:flex;flex-wrap:wrap}}@media (min-width:1200px){.eshop-item-detail{padding:0 6.4rem;margin-bottom:4rem}}.eshop-item-detail__btn-back{margin-bottom:2.4rem}.eshop-item-detail__btn-back a{font-weight:400}@media (min-width:1200px){.eshop-item-detail__btn-back a{padding:1.2rem 1.8rem}}@media (min-width:768px){.eshop-item-detail__btn-back{width:100%;display:inline-block}}@media (min-width:1200px){.eshop-item-detail__btn-back{flex:0 0 10%;max-width:10%}}.eshop-item-detail__info{display:flex;flex-direction:column;align-items:flex-start}@media (min-width:768px){.eshop-item-detail__info{order:2;flex:0 0 50%;max-width:50%;padding:0 24px 0 48px}}@media (min-width:1200px){.eshop-item-detail__info{flex:0 0 45%;max-width:45%}}@media (min-width:768px){.eshop-item-detail__motive{order:1;flex:0 0 50%;max-width:50%}}@media (min-width:1200px){.eshop-item-detail__motive{flex:0 0 45%;max-width:45%}}@media (min-width:768px){.eshop-item-detail__motive img{display:block;margin:0 auto}}.eshop-item-detail__content{margin:2.4rem 0}@media (min-width:1200px){.eshop-item-detail__content{padding:0 4.8rem}}.eshop-item-detail__tags{list-style:none;margin:0;padding:0;order:3;margin-bottom:2.4rem}@media (min-width:768px){.eshop-item-detail__tags{order:-1}}.eshop-item-detail__tags li{display:inline;background:#000;color:#fff;padding:.4rem .8rem}.eshop-item-detail__author{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;font-size:2.4rem;margin-bottom:0;order:1}.eshop-item-detail__title{font-size:4rem;margin:0 0 3.2rem;order:1}@media (min-width:1200px){.eshop-item-detail__title{max-width:48rem}}.eshop-item-detail__specs{list-style:none;margin:0;padding:0;margin-bottom:1.6rem;order:4}.eshop-item-detail__specs li span{display:inline-block;min-width:8rem}.eshop-item-detail__specs+p,.eshop-item-detail__specs+p+p{margin-bottom:0;order:5}.eshop-item-detail__price{order:6;font-size:4rem;margin:4rem 0 3.2rem}.eshop-item-detail__btn-order{order:7;margin-bottom:4rem}@media (min-width:768px){.eshop-item-detail__btn-order{display:inline-block}}.building-detail{padding:4rem 0;margin-bottom:4rem;background:#fff url("/img/background/hexagon.png") top/26px 16px repeat}.building-detail .main--condensed{padding-left:2rem;padding-right:2rem}@media (min-width:1200px){.building-detail .main--condensed{max-width:69.6rem;margin:0 auto;padding-left:0;padding-right:0}}h1.building-detail__header{margin-bottom:2.4rem;background:transparent}@media (min-width:768px){h1.building-detail__header{margin:0 0 4rem 22rem}}.building-detail__motive{margin-bottom:2.4rem;max-width:18rem}@media (min-width:768px){.building-detail__motive{display:inline-block;vertical-align:top}}.building-detail__motive img{width:18rem;border:.2rem solid #fff;box-shadow:0 0 2.4rem .4rem rgba(78,85,94,.15)}.building-detail__info{margin-bottom:2.4rem}@media (min-width:768px){.building-detail__info{display:inline-block;padding-left:4rem;max-width:50rem}}.building-detail__info p{display:flex;align-items:baseline;margin-bottom:.8rem}.building-detail__info span{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;display:block}@media (min-width:768px){.building-detail__info span{display:inline-block;font-family:Comenia-Sans-Regular,arial,sans-serif;font-weight:400;font-style:normal;font-display:swap;min-width:14rem}}.building-detail__content{max-width:65.9rem;margin-bottom:4rem}.building-detail__btn{position:relative;display:block;z-index:1;margin-left:2rem}@media (min-width:768px){.building-detail__btn{text-align:center;margin:0 auto;top:6rem}}.keep-in-touch-container{position:relative;clear:both}.hp .keep-in-touch-container:before{display:none}.keep-in-touch-container:before{display:block;position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:-1;background:#fff url("/img/background/dots.jpg") 0 0/16px 8px repeat}.keep-in-touch{position:relative;z-index:0}@media (min-width:768px){.keep-in-touch{display:flex;flex-wrap:wrap;justify-content:space-between}}@media (min-width:768px) and (min-width:1200px){.keep-in-touch{flex-wrap:nowrap}}@media (min-width:768px){.hp .keep-in-touch{background:none}}@media (min-width:992px){.keep-in-touch{padding:0 2.4rem 4rem!important}}@media (min-width:1200px){.keep-in-touch{container:keep-in-touch/inline-size;padding:0 9.4rem 8rem!important}}.keep-in-touch__header{font-family:Comenia-Sans-Regular,arial,sans-serif;font-weight:400;text-align:center;color:#000;margin-bottom:1.6rem}@media (min-width:768px){.keep-in-touch__header{text-align:left;padding-top:0;margin-bottom:2.4rem}}.keep-in-touch__motive{display:block;margin:0 auto;width:100%}@media (min-width:1200px){.keep-in-touch__motive{width:33cqi;order:2;align-self:flex-start;position:absolute;inset-inline-start:50%;transform:translateX(-16.5cqi)}}.keep-in-touch__motive img{display:block;margin:0 auto;width:75%}@media (min-width:768px){.keep-in-touch__motive img{width:35%}}@media (min-width:1200px){.keep-in-touch__motive img{width:100%}}.keep-in-touch__newsletter{padding:2rem;position:relative}@media (min-width:768px){.keep-in-touch__newsletter{width:50%;padding:2rem 4rem 2rem 0}}@media (min-width:1200px){.keep-in-touch__newsletter{order:1;inline-size:53rem;padding:11.2rem 0 0}.keep-in-touch__newsletter .form-group__address{inline-size:30.4rem;max-inline-size:30.4rem}.keep-in-touch__newsletter .form-group--recaptcha{inline-size:30.4rem;margin-block-start:1.8rem;order:3}.keep-in-touch__newsletter .btn{order:2}.keep-in-touch__newsletter .note-business-terms-agreement{inline-size:18rem;line-height:1.5714;margin-inline-start:2.4rem;order:4}}.keep-in-touch__newsletter .btn{display:flex;margin:2rem auto 0}@media (min-width:768px){.keep-in-touch__newsletter .btn{margin-right:auto;margin-left:0}}@media (min-width:1200px){.keep-in-touch__newsletter .btn{margin-left:2.4rem}}.note-business-terms-agreement{text-align:center}@media (min-width:768px){.note-business-terms-agreement{text-align:left}}.keep-in-touch__header{margin-bottom:2.4rem}.note-business-terms-agreement{margin-top:2.4rem;font-size:1.4rem}@media (min-width:1200px){.note-business-terms-agreement{max-width:48rem}}@media (min-width:1200px){.keep-in-touch__newsletter form{display:flex;flex-wrap:wrap;align-items:flex-start}}.keep-in-touch__newsletter form .form-group{margin-bottom:0}.keep-in-touch__social-media{padding:2rem}@media (min-width:768px){.keep-in-touch__social-media{width:50%;padding:2rem 0 2rem 4rem}}@media (min-width:1200px){.keep-in-touch__social-media{width:33%;order:3;padding:11.2rem 0 0 4rem}}.keep-in-touch__social-media-list{list-style:none;margin:0;padding:0;display:flex;justify-content:center}@media (min-width:768px){.keep-in-touch__social-media-list{text-align:left;justify-content:space-between;margin:0;max-width:24rem}}@media (min-width:1200px){.keep-in-touch__social-media-list{margin-bottom:2rem}}.keep-in-touch__list-item{margin:.8rem 1.6rem}.keep-in-touch__list-item--youtube,.keep-in-touch__list-item--youtube .svg-icon{width:4.8rem}@media (min-width:768px){.keep-in-touch__list-item{margin:1.6rem 0}}.keep-in-touch__list-item:hover .svg-icon{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.theme-uhk .keep-in-touch__list-item:hover .svg-icon{fill:#000}.theme-ff .keep-in-touch__list-item:hover .svg-icon{fill:#84bd00}.theme-pdf .keep-in-touch__list-item:hover .svg-icon{fill:#ce0058}.theme-prf .keep-in-touch__list-item:hover .svg-icon{fill:#ffa300}.theme-fim .keep-in-touch__list-item:hover .svg-icon{fill:#009fdf}.footer-main{margin-top:2.4rem;margin-bottom:17rem}@media (min-width:768px){.footer-main{margin-bottom:12rem}}@media (min-width:1200px){.footer-main{margin:3.2rem 6.4rem 8rem}}@media print{.footer-main{width:100%!important;padding:0!important;margin:0 2.4rem!important}}.frequently-searched{display:none}@media (min-width:768px){.frequently-searched{display:flex;justify-content:flex-start;align-items:center;border-top:1px solid #eaecee;border-bottom:1px solid #eaecee;margin-bottom:2.4rem;padding-bottom:2.4rem;padding-top:2rem}.frequently-searched a{color:#000}}@media (min-width:1200px){.frequently-searched{margin-bottom:3.2rem}}.frequently-searched__label{font-weight:700;font-size:1.6rem;line-height:normal;margin-bottom:0;display:flex;align-items:center}.frequently-searched__content{display:flex;justify-content:space-between;margin-bottom:0;padding-left:0}.frequently-searched__item{color:#000;font-size:1.4rem;text-decoration:none;list-style:none;display:flex;align-items:center;padding-bottom:0!important}.frequently-searched__item a{text-decoration:none}.theme-uhk .frequently-searched__item a:hover{color:#000}.theme-ff .frequently-searched__item a:hover{color:#84bd00}.theme-pdf .frequently-searched__item a:hover{color:#ce0058}.theme-prf .frequently-searched__item a:hover{color:#ffa300}.theme-fim .frequently-searched__item a:hover{color:#009fdf}@media (min-width:768px){.frequently-searched__item{padding-left:1.6rem}}@media (min-width:992px){.frequently-searched__item{padding-left:2rem}}@media (min-width:1200px){.frequently-searched__item{padding-left:3.4rem}}.frequently-searched__item:before{content:none}.footer-middle{margin-bottom:3rem}.footer-middle .col{display:none}@media (min-width:768px){.footer-middle .col{display:block}}.footer-middle .col:last-child{display:block}.footer-column{display:none}@media (min-width:768px){.footer-column{display:block;position:relative}}.footer-column--contact{display:block;text-align:center}@media (min-width:768px){.footer-column--contact{text-align:left}}@media print{.footer-column--contact{font-family:Comenia-Sans-Regular,arial,sans-serif;font-weight:400;font-style:normal;font-display:swap}}.footer-column__header,a.footer-column__header{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;display:block;text-decoration:none;font-size:2rem;color:#000;margin-bottom:1.8rem;text-align:center}@media (min-width:768px){.footer-column__header,a.footer-column__header{text-align:left;padding-right:6rem}}.footer-column__header:hover,a.footer-column__header:hover{text-decoration:none}.theme-uhk .footer-column__header:hover,.theme-uhk a.footer-column__header:hover{color:#000}.theme-ff .footer-column__header:hover,.theme-ff a.footer-column__header:hover{color:#84bd00}.theme-pdf .footer-column__header:hover,.theme-pdf a.footer-column__header:hover{color:#ce0058}.theme-prf .footer-column__header:hover,.theme-prf a.footer-column__header:hover{color:#ffa300}.theme-fim .footer-column__header:hover,.theme-fim a.footer-column__header:hover{color:#009fdf}.column-content{list-style:none;padding-left:0;padding-right:.5rem;text-align:center;margin-bottom:2rem}.column-content a{text-decoration:none}@media (min-width:768px){.column-content{text-align:left}}@media (min-width:992px){.column-content{margin-bottom:0}}.column-content__item{max-width:100%;font-size:1.4rem;margin-bottom:1rem;position:relative;padding-right:4.5rem;padding-left:4.5rem;padding-top:0;padding-bottom:0!important}.column-content__item a{color:#000;text-decoration:none}.column-content__item:before{content:""}@media (min-width:768px){.column-content__item{padding-left:0}}.theme-uhk .column-content__item a:hover{color:#000}.theme-ff .column-content__item a:hover{color:#84bd00}.theme-pdf .column-content__item a:hover{color:#ce0058}.theme-prf .column-content__item a:hover{color:#ffa300}.theme-fim .column-content__item a:hover{color:#009fdf}.column-content__item:hover{color:#000}.column-content__item.private-link-forum--locked{display:none}.column-content__item .private-link>span[aria-label]{top:-.2rem}.footer-main__bottom{list-style:none;margin:0;padding:0}@media (min-width:992px){.footer-main__bottom{display:flex}}.footer-main__bottom .copyright,.footer-main__bottom a{display:block;font-size:1.3rem;line-height:2;text-decoration:none;text-align:center;color:#000}@media (min-width:992px){.footer-main__bottom .copyright,.footer-main__bottom a{line-height:1}}.footer-main__bottom .private-link-forum--locked{display:none}.footer-main__bottom .private-link>span[aria-label]{top:-.4rem}.footer-main__bottom .copyright{margin-top:2.4rem}@media (min-width:992px){.footer-main__bottom .copyright{order:-1;margin:0;padding:0;border:0}}.footer-main__bottom li{display:flex;align-items:center;justify-content:center;height:1.4rem;margin-bottom:2rem}@media (min-width:992px){.footer-main__bottom li{margin-left:1.2rem;padding-left:1.2rem;border-left:1px solid #000}}.structured-list{list-style:none;margin:0;padding:0;padding-left:0!important;margin-bottom:0}.structured-list li{padding:.8rem 0}@media (min-width:768px){.structured-list li{display:flex}}.structured-list li:not(:last-child){border-bottom:1px solid #e1e4e7}.structured-list li:before{display:none}.structured-list li span{display:block;font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap}@media (min-width:768px){.structured-list li span{font-family:Comenia-Sans-Regular,arial,sans-serif;font-weight:400;font-style:normal;font-display:swap;min-width:20rem}}.wysiwyg-content .structured-list li:not(:last-of-type){padding:.8rem 0}.structured-list+.structured-list{border-top:1px solid #e1e4e7}.to-top{position:fixed;background:transparent;border:0;right:1.5rem;bottom:4rem;display:inline-flex;opacity:0;flex-direction:column;align-items:center;transition:opacity .4s ease-out;z-index:999}@media (min-width:992px){.to-top{right:4rem}}.to-top.active{opacity:1}.to-top.active .svg-icon{-webkit-animation:to-top-arrow-slide .8s linear forwards;animation:to-top-arrow-slide .8s linear forwards}.to-top:hover{cursor:pointer}.to-top span{display:flex;justify-content:center;align-items:center;border:1px solid #000;border-radius:50%;width:2.4rem;height:2.4rem;margin-bottom:.4rem;overflow:hidden}.to-top .svg-icon{position:relative;display:block;width:1.4rem}.it-help-desk__nav{display:flex;justify-content:center;width:100%}@media (min-width:992px){.it-help-desk__nav{width:50%}}.it-help-desk__news{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;margin-bottom:5rem;width:100%;position:relative;z-index:1}@media (min-width:992px){.it-help-desk__news{width:50%}}.it-news-box{box-shadow:0 0 30px 1px rgba(0,0,0,.1);padding:6rem 6rem 7.5rem;background:#fff;min-width:85%;position:relative;z-index:-1}.it-news-box__list{padding-left:0;list-style-type:none;display:flex;flex-flow:column nowrap}.it-news-box__item{margin-bottom:2rem}.it-news-box__item:last-child{margin-bottom:0}@media (min-width:576px){.it-news-box__item .time-identation{display:block}}.it-news-box__link{text-decoration:none}@media (min-width:576px){.it-news-box__link{display:flex}}.it-news-box__date{flex-wrap:nowrap;font-weight:700;margin-right:1rem;display:block;min-width:14rem}.it-news-box__text:first-letter{text-transform:capitalize}.btn-arrow--it-help-desk{max-width:24rem;min-height:5.8rem;margin-top:-2.9rem}.it-help-desk{display:flex;flex-flow:column wrap;padding:6rem 0;align-items:center;background:url(/img/background/dots.jpg) 0 0/16px 8px repeat #fff}@media (min-width:992px){.it-help-desk{flex-flow:row wrap;align-items:flex-start}}.simple-news-list__item{display:flex;flex-flow:column wrap;margin-bottom:4rem}.simple-news-list__item .events-list__items{margin-bottom:0}.simple-news-list__item .events-list__items:hover{background-color:transparent;color:transparent}.simple-news-list__header{font-weight:700;font-size:2rem;margin-bottom:.8rem}.simple-news-list__text{margin-bottom:0}.categories-and-articles-container .simple-fulltext-list strong,.fulltext-match{background:#dfe4e7}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license *//*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{position:relative;background:none;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;transition:opacity .2s;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:none;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button{background-image:url(/img/photoswipe/default-skin.svg);background-size:264px 88px;width:44px;height:44px}.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{display:none}.pswp--svg .pswp__button--arrow--left{background:url(/img/photoswipe/gallery-arrow-left.png) 50%/30px 30px no-repeat}.pswp--svg .pswp__button--arrow--right{background:url(/img/photoswipe/gallery-arrow-right.png) 50%/30px 30px no-repeat}.pswp__button--close{background:url(/img/photoswipe/gallery-close-circle.png) 50%/30px 30px no-repeat}.pswp__button--share{background:url(/img/photoswipe/gallery-share.png) 50%/30px 30px no-repeat}.pswp__button--fs{background:url(/img/photoswipe/gallery-fullscreen.png) 50%/30px 30px no-repeat;display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:none;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:"";top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;box-shadow:0 2px 5px rgba(0,0,0,.25);transform:translateY(6px);transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;font-size:14px;line-height:18px}.pswp__share-tooltip a,.pswp__share-tooltip a:hover{color:#000;text-decoration:none}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:"";display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;top:4rem;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;text-align:center;max-width:420px;margin:0 auto;font-size:1.8rem;padding:10px;line-height:20px;background-color:#fff}.theme-uhk .pswp__caption__center{color:#000}.theme-ff .pswp__caption__center{color:#84bd00}.theme-pdf .pswp__caption__center{color:#ce0058}.theme-prf .pswp__caption__center{color:#ffa300}.theme-fim .pswp__caption__center{color:#009fdf}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(/img/photoswipe/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:none;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:none;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@keyframes clockwise{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes donut-rotate{0%{transform:rotate(0)}50%{transform:rotate(-140deg)}to{transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar,.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:transparent}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right,.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:none}.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:none}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;will-change:opacity;transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{background:#fff;opacity:0;transform:translateZ(0);-webkit-backface-visibility:hidden}.pswp__bg,.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%}.pswp__scroll-wrap{overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{right:0;bottom:0;overflow:hidden}.pswp__img,.pswp__item{position:absolute;left:0;top:0}.pswp__img{width:auto;height:auto}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}.gallery{margin:4rem -.8rem 0}@media (min-width:992px){.gallery{margin-right:-8rem;margin-left:-8rem}}.gallery__set{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start}.gallery__set figure{flex:0 0 50%;max-width:50%;margin:0;padding:.8rem}@media (min-width:576px){.gallery__set figure{flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width:1200px){.gallery__set figure{padding:1.2rem}}.language-switch .svg-icon{margin-right:1.2rem}.filtered-search .form,.language-switch>a{display:flex;align-items:center}.filtered-search .form{flex-flow:column nowrap;justify-content:center}@media (min-width:768px){.filtered-search .form{flex-direction:row}}.filtered-search label.control-label{font-family:Comenia-Sans-Regular,arial,sans-serif;font-weight:400;font-style:normal;font-display:swap;position:relative;font-size:1.6rem;top:0;left:0;padding:1rem 1.6rem 1rem 0;margin-bottom:0;background:transparent;color:inherit;border-bottom:1px solid #000;flex:0 0 auto;width:auto;max-width:none;opacity:1}.filtered-search label.control-label:after{display:inline-block;content:":"}.filtered-search .form-group{display:inline-flex;width:100%;padding:0 2rem}@media (min-width:768px){.filtered-search .form-group{width:32rem}}@media (min-width:1200px){.filtered-search .form-group{width:48rem;padding:0 4rem}}.filtered-search .form-control{padding:1rem 3.2rem 1rem 0!important}.filtered-search+.news-list,.filtered-search .table{-webkit-animation:fade-in .5s 0s cubic-bezier(.785,.135,.15,.86) forwards;animation:fade-in .5s 0s cubic-bezier(.785,.135,.15,.86) forwards}.filtered-search+.alert,.filtered-search .alert,.filtered-search .product-detail .product-watching-now__content,.product-detail .filtered-search+.product-watching-now__content,.product-detail .filtered-search .product-watching-now__content{margin-bottom:2.4rem;margin-left:auto;margin-right:auto}@media (min-width:576px){.filtered-search+.alert,.filtered-search .alert,.filtered-search .product-detail .product-watching-now__content,.product-detail .filtered-search+.product-watching-now__content,.product-detail .filtered-search .product-watching-now__content{margin-bottom:3.2rem}}@media (min-width:768px){.filtered-search+.alert,.filtered-search .alert,.filtered-search .product-detail .product-watching-now__content,.product-detail .filtered-search+.product-watching-now__content,.product-detail .filtered-search .product-watching-now__content{margin-bottom:4.8rem}}@media (min-width:992px){.filtered-search+.alert,.filtered-search .alert,.filtered-search .product-detail .product-watching-now__content,.product-detail .filtered-search+.product-watching-now__content,.product-detail .filtered-search .product-watching-now__content{margin-bottom:6.4rem}}@media (min-width:1200px){.filtered-search+.alert,.filtered-search .alert,.filtered-search .product-detail .product-watching-now__content,.product-detail .filtered-search+.product-watching-now__content,.product-detail .filtered-search .product-watching-now__content{margin-bottom:8rem}}@media (min-width:768px){.radio-select-shipping .filtered-search .form-group{width:100%}}@media (min-width:1200px){.radio-select-shipping .filtered-search .form-group{width:100%}}.blockquote,.mce-content-body blockquote,blockquote{position:relative;display:flex;padding:.8rem .8rem .8rem 3.2rem;margin:2.4rem 0!important}.blockquote p,.mce-content-body blockquote p,blockquote p{margin:0}.blockquote:before,.mce-content-body blockquote:before,blockquote:before{position:absolute;display:block;top:0;left:0;content:"";width:.8rem;height:100%;background-color:#000}.theme-uhk .blockquote:before,.theme-uhk .mce-content-body blockquote:before,.theme-uhk blockquote:before{background-color:#000}.theme-ff .blockquote:before,.theme-ff .mce-content-body blockquote:before,.theme-ff blockquote:before{background-color:#84bd00}.theme-pdf .blockquote:before,.theme-pdf .mce-content-body blockquote:before,.theme-pdf blockquote:before{background-color:#ce0058}.theme-prf .blockquote:before,.theme-prf .mce-content-body blockquote:before,.theme-prf blockquote:before{background-color:#ffa300}.theme-fim .blockquote:before,.theme-fim .mce-content-body blockquote:before,.theme-fim blockquote:before{background-color:#009fdf}.blockquote p,.blockquote span,.mce-content-body blockquote p,.mce-content-body blockquote span,blockquote p,blockquote span{font-style:italic}.study-fields{padding:2rem;margin-bottom:2.4rem}@media (min-width:576px){.study-fields{margin-bottom:3.2rem}}@media (min-width:768px){.study-fields{margin-bottom:4.8rem}}@media (min-width:992px){.study-fields{margin-bottom:6.4rem}}@media (min-width:1200px){.study-fields{margin-bottom:8rem}}@media (min-width:992px){.study-fields{overflow:hidden;padding:2.4rem 0 0}}.search-box{display:block;padding:3.2rem 2.4rem;margin-bottom:2.4rem;box-shadow:0 0 2.4rem .4rem rgba(78,85,94,.15)}@media (min-width:576px){.search-box{margin-bottom:3.2rem}}@media (min-width:768px){.search-box{margin-bottom:4.8rem}}@media (min-width:992px){.search-box{margin-bottom:6.4rem}}@media (min-width:1200px){.search-box{margin-bottom:8rem}}@media (min-width:768px){.search-box{padding:4rem}}@media (min-width:1200px){.search-box{max-width:80%;padding:6.4rem 10rem 4.8rem;margin:2rem auto 6.4rem}}.product-detail .search-box+.product-watching-now__content,.search-box+.alert{margin:4rem auto 8rem;max-width:60rem;-webkit-animation:fade-in .3s 0s linear;animation:fade-in .3s 0s linear}.product-detail .search-box+.product-watching-now__content .alert__text,.search-box+.alert .alert__text{padding:2.4rem;margin:0}.search-box__form{display:flex;flex-flow:column nowrap}@media (min-width:1200px){.search-box__form{flex-flow:row wrap}}.search-box__header{padding-top:0;margin-bottom:4rem;text-align:center;line-height:1.5}@media (min-width:1200px){.search-box__header{text-align:left;width:52%}}.search-box__fulltext{margin-bottom:4.8rem}@media (min-width:768px){.search-box__fulltext{display:flex;align-items:flex-start}}@media (min-width:1200px){.search-box__fulltext{width:48%}}.search-box__fulltext .btn{margin-top:3.2rem}@media (min-width:768px){.search-box__fulltext .btn{margin-top:0;margin-left:3.2rem}}.search-box__filters{width:100%}@media (min-width:992px){.search-box__filters{display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:2.4rem}}.search-box__filters .form-group{width:100%;margin-bottom:2.4rem}@media (min-width:992px){.search-box__filters .form-group{width:48%;max-width:52rem}}.search-box__filters .form-group .control-label{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;font-size:1.2rem;padding:0;opacity:1}.study-fields__table{display:block;overflow-x:scroll;padding-bottom:2rem;margin:0;-webkit-animation:plain-fade-in .4s 0s ease-in-out forwards;animation:plain-fade-in .4s 0s ease-in-out forwards}@media (min-width:1200px){.study-fields__table{max-width:80%;margin:4rem auto;overflow:auto}}#tinymce table tr .study-fields__table th tr th,.study-fields__table #tinymce table tr th tr th,.study-fields__table .table__head tr th,.study-fields__table .wysiwyg-content table tr th tr th,.wysiwyg-content table tr .study-fields__table th tr th{position:relative;padding:1.2rem .8rem}#tinymce table tr .study-fields__table th tr th:first-child,.study-fields__table #tinymce table tr th tr th:first-child,.study-fields__table .table__head tr th:first-child,.study-fields__table .wysiwyg-content table tr th tr th:first-child,.wysiwyg-content table tr .study-fields__table th tr th:first-child{min-width:10.5rem}#tinymce table tr .study-fields__table th tr th:nth-child(2),.study-fields__table #tinymce table tr th tr th:nth-child(2),.study-fields__table .table__head tr th:nth-child(2),.study-fields__table .wysiwyg-content table tr th tr th:nth-child(2),.wysiwyg-content table tr .study-fields__table th tr th:nth-child(2){min-width:43rem}#tinymce table tr .study-fields__table th tr th:nth-child(3),.study-fields__table #tinymce table tr th tr th:nth-child(3),.study-fields__table .table__head tr th:nth-child(3),.study-fields__table .wysiwyg-content table tr th tr th:nth-child(3),.wysiwyg-content table tr .study-fields__table th tr th:nth-child(3){min-width:20rem}#tinymce table tr .study-fields__table th tr th:nth-child(4),#tinymce table tr .study-fields__table th tr th:nth-child(5),#tinymce table tr .study-fields__table th tr th:nth-child(6),.study-fields__table #tinymce table tr th tr th:nth-child(4),.study-fields__table #tinymce table tr th tr th:nth-child(5),.study-fields__table #tinymce table tr th tr th:nth-child(6),.study-fields__table .table__head tr th:nth-child(4),.study-fields__table .table__head tr th:nth-child(5),.study-fields__table .table__head tr th:nth-child(6),.study-fields__table .wysiwyg-content table tr th tr th:nth-child(4),.study-fields__table .wysiwyg-content table tr th tr th:nth-child(5),.study-fields__table .wysiwyg-content table tr th tr th:nth-child(6),.wysiwyg-content table tr .study-fields__table th tr th:nth-child(4),.wysiwyg-content table tr .study-fields__table th tr th:nth-child(5),.wysiwyg-content table tr .study-fields__table th tr th:nth-child(6){min-width:18rem}.study-fields__table .table__body tr td{white-space:nowrap}.study-fields__table .acs-desc-wrap{top:-.6rem}.study-fields__table+.pagination{margin-bottom:5rem}.table__body-duration.active,.table__body-faculty.active,.table__body-form.active,.table__body-lang.active,.table__body-name.active,.table__body-type.active{background:rgba(225,228,231,.2)}.table__body-faculty>span{display:inline-block;min-width:3.6rem}.responsive-video{display:block;position:relative;overflow:hidden;padding-top:56.25%;margin:4rem 0}.responsive-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.content-accordion--internal-regulations .content-accordion__content ul li a:before,.rector-revenues__container .content-accordion__content ul li a:before,a.file-link:before,a.folder-link:before{display:inline-block;width:2rem;height:2rem;content:"";margin-right:.8rem;background-position:50%;background-repeat:no-repeat;background-size:contain}.content-accordion--internal-regulations .content-accordion__content ul li a[href$=".pdf"]:before,.rector-revenues__container .content-accordion__content ul li a[href$=".pdf"]:before,a.file-link[href$=".pdf"]:before{background-image:url("/img/svg/source/pdf.svg")}.content-accordion--internal-regulations .content-accordion__content ul li a[href$=".docx"]:before,.rector-revenues__container .content-accordion__content ul li a[href$=".docx"]:before,a.file-link[href$=".docx"]:before{background-image:url("/img/svg/source/docx.svg")}.content-accordion--internal-regulations .content-accordion__content ul li a[href$=".xls"]:before,.rector-revenues__container .content-accordion__content ul li a[href$=".xls"]:before,a.file-link[href$=".xls"]:before{background-image:url("/img/svg/source/xls.svg")}.content-accordion--internal-regulations .content-accordion__content ul li a[href$=".jpeg"]:before,.rector-revenues__container .content-accordion__content ul li a[href$=".jpeg"]:before,a.file-link[href$=".jpeg"]:before{background-image:url("/img/svg/source/jpeg.svg")}.content-accordion--internal-regulations .content-accordion__content ul li a[href$=".doc"]:before,.rector-revenues__container .content-accordion__content ul li a[href$=".doc"]:before,a.file-link[href$=".doc"]:before{background-image:url("/img/svg/source/doc.svg")}.content-accordion--internal-regulations .content-accordion__content ul li a[href$=".jpg"]:before,.rector-revenues__container .content-accordion__content ul li a[href$=".jpg"]:before,a.file-link[href$=".jpg"]:before{background-image:url("/img/svg/source/jpg.svg")}.content-accordion--internal-regulations .content-accordion__content ul li a[href$=".zip"]:before,.rector-revenues__container .content-accordion__content ul li a[href$=".zip"]:before,a.file-link[href$=".zip"]:before{background-image:url("/img/svg/source/zip.svg")}.content-accordion--internal-regulations .content-accordion__content ul li a[href$=".xlsx"]:before,.rector-revenues__container .content-accordion__content ul li a[href$=".xlsx"]:before,a.file-link[href$=".xlsx"]:before{background-image:url("/img/svg/source/xlsx.svg")}.content-accordion--internal-regulations .content-accordion__content ul li a[href$=".rar"]:before,.rector-revenues__container .content-accordion__content ul li a[href$=".rar"]:before,a.file-link[href$=".rar"]:before{background-image:url("/img/svg/source/rar.svg")}.content-accordion--internal-regulations .content-accordion__content ul li a[href$=".png"]:before,.rector-revenues__container .content-accordion__content ul li a[href$=".png"]:before,a.file-link[href$=".png"]:before{background-image:url("/img/svg/source/png.svg")}.content-accordion--internal-regulations .content-accordion__content ul li a[href$=".bmp"]:before,.content-accordion--internal-regulations .content-accordion__content ul li a[href$=".gif"]:before,.content-accordion--internal-regulations .content-accordion__content ul li a[href$=".pptx"]:before,.rector-revenues__container .content-accordion__content ul li a[href$=".bmp"]:before,.rector-revenues__container .content-accordion__content ul li a[href$=".gif"]:before,.rector-revenues__container .content-accordion__content ul li a[href$=".pptx"]:before,a.file-link[href$=".bmp"]:before,a.file-link[href$=".gif"]:before,a.file-link[href$=".pptx"]:before{background-image:url("/img/svg/source/doc-generic.svg")}.content-accordion--internal-regulations .content-accordion__content ul li a[data-extension$=pdf]:before,.rector-revenues__container .content-accordion__content ul li a[data-extension$=pdf]:before,a.file-link[data-extension$=pdf]:before{background-image:url("/img/svg/source/pdf.svg")}.content-accordion--internal-regulations .content-accordion__content ul li a[data-extension$=docx]:before,.rector-revenues__container .content-accordion__content ul li a[data-extension$=docx]:before,a.file-link[data-extension$=docx]:before{background-image:url("/img/svg/source/docx.svg")}.content-accordion--internal-regulations .content-accordion__content ul li a[data-extension$=xls]:before,.rector-revenues__container .content-accordion__content ul li a[data-extension$=xls]:before,a.file-link[data-extension$=xls]:before{background-image:url("/img/svg/source/xls.svg")}.content-accordion--internal-regulations .content-accordion__content ul li a[data-extension$=jpeg]:before,.rector-revenues__container .content-accordion__content ul li a[data-extension$=jpeg]:before,a.file-link[data-extension$=jpeg]:before{background-image:url("/img/svg/source/jpeg.svg")}.content-accordion--internal-regulations .content-accordion__content ul li a[data-extension$=doc]:before,.rector-revenues__container .content-accordion__content ul li a[data-extension$=doc]:before,a.file-link[data-extension$=doc]:before{background-image:url("/img/svg/source/doc.svg")}.content-accordion--internal-regulations .content-accordion__content ul li a[data-extension$=jpg]:before,.rector-revenues__container .content-accordion__content ul li a[data-extension$=jpg]:before,a.file-link[data-extension$=jpg]:before{background-image:url("/img/svg/source/jpg.svg")}.content-accordion--internal-regulations .content-accordion__content ul li a[data-extension$=zip]:before,.rector-revenues__container .content-accordion__content ul li a[data-extension$=zip]:before,a.file-link[data-extension$=zip]:before{background-image:url("/img/svg/source/zip.svg")}.content-accordion--internal-regulations .content-accordion__content ul li a[data-extension$=xlsx]:before,.rector-revenues__container .content-accordion__content ul li a[data-extension$=xlsx]:before,a.file-link[data-extension$=xlsx]:before{background-image:url("/img/svg/source/xlsx.svg")}.content-accordion--internal-regulations .content-accordion__content ul li a[data-extension$=rar]:before,.rector-revenues__container .content-accordion__content ul li a[data-extension$=rar]:before,a.file-link[data-extension$=rar]:before{background-image:url("/img/svg/source/rar.svg")}.content-accordion--internal-regulations .content-accordion__content ul li a[data-extension$=png]:before,.rector-revenues__container .content-accordion__content ul li a[data-extension$=png]:before,a.file-link[data-extension$=png]:before{background-image:url("/img/svg/source/png.svg")}.content-accordion--internal-regulations .content-accordion__content ul li a[data-extension$=bmp]:before,.content-accordion--internal-regulations .content-accordion__content ul li a[data-extension$=gif]:before,.content-accordion--internal-regulations .content-accordion__content ul li a[data-extension$=pptx]:before,.rector-revenues__container .content-accordion__content ul li a[data-extension$=bmp]:before,.rector-revenues__container .content-accordion__content ul li a[data-extension$=gif]:before,.rector-revenues__container .content-accordion__content ul li a[data-extension$=pptx]:before,a.file-link[data-extension$=bmp]:before,a.file-link[data-extension$=gif]:before,a.file-link[data-extension$=pptx]:before{background-image:url("/img/svg/source/doc-generic.svg")}a.folder-link:before{background-image:url("/img/svg/source/folder.svg")}.tree-attachments{margin-bottom:2.4rem}@media (min-width:576px){.tree-attachments{margin-bottom:3.2rem}}@media (min-width:768px){.tree-attachments{margin-bottom:4.8rem}}@media (min-width:992px){.tree-attachments{margin-bottom:6.4rem}}@media (min-width:1200px){.tree-attachments{margin-bottom:8rem}}.tree-attachments a{text-decoration:none}.tree-attachments__header{font-size:2rem;margin:1.2rem 0 2.4rem}.tree-attachments__table{border-top:none;-webkit-animation:plain-fade-in .4s 0s ease-in-out forwards;animation:plain-fade-in .4s 0s ease-in-out forwards}#tinymce table tr .tree-attachments__table th,.tree-attachments__table #tinymce table tr th,.tree-attachments__table .table__head,.tree-attachments__table .wysiwyg-content table tr th,.wysiwyg-content table tr .tree-attachments__table th{border-bottom:2px solid #e1e4e7;border-top:none}#tinymce table tr .tree-attachments__table th th,.tree-attachments__table #tinymce table tr th th,.tree-attachments__table .table__head th,.tree-attachments__table .wysiwyg-content table tr th th,.wysiwyg-content table tr .tree-attachments__table th th{border-top:none;text-align:left}.tree-attachments__table .table__body tr{border-bottom:1px solid #e1e4e7;text-align:left}.tree-attachments__table tbody tr:hover{background-color:rgba(225,228,231,.2)}.tree-attachments__table thead th{position:relative;border:0;padding:1.2rem .8rem}@media (min-width:1200px){.tree-attachments__table thead th{padding:2rem .8rem}}.tree-attachments__table thead th:first-child{min-width:4rem}.tree-attachments__table thead th:nth-child(2){min-width:40rem}.tree-attachments__table thead th:nth-child(3){min-width:10rem}.tree-attachments__table thead th:nth-child(4){min-width:12rem}.tree-attachments__table tr td{padding:1.2rem .8rem}@media (min-width:1200px){.tree-attachments__table tr td{padding:2rem .8rem}}.tree-attachments__table tbody td.active{background:rgba(225,228,231,.2)}.tree-attachments__table tbody td.dir~td{background:transparent}.tree-attachments__table tbody td a{white-space:nowrap;display:block;font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;font-weight:400}.tree-attachments__table tbody td a h2,.tree-attachments__table tbody td a h3{font-size:inherit;font-weight:400;margin:0;padding:0}.tree-attachments__table tbody .private-link{padding-right:3.2rem!important}.tree-attachments__table tbody .private-link>span[aria-label]{right:0}.file-icon,.folder-icon{display:block;width:2.4rem;height:2.4rem;margin-left:.8rem;content:"";background-position:50%;background-repeat:no-repeat;background-size:contain}.file-icon--pdf{background-image:url("/img/svg/source/pdf.svg")}.file-icon--docx{background-image:url("/img/svg/source/docx.svg")}.file-icon--xls{background-image:url("/img/svg/source/xls.svg")}.file-icon--jpeg{background-image:url("/img/svg/source/jpeg.svg")}.file-icon--doc{background-image:url("/img/svg/source/doc.svg")}.file-icon--jpg{background-image:url("/img/svg/source/jpg.svg")}.file-icon--zip{background-image:url("/img/svg/source/zip.svg")}.file-icon--xlsx{background-image:url("/img/svg/source/xlsx.svg")}.file-icon--rar{background-image:url("/img/svg/source/rar.svg")}.file-icon--png{background-image:url("/img/svg/source/png.svg")}.file-icon--bmp,.file-icon--gif,.file-icon--pptx{background-image:url("/img/svg/source/doc-generic.svg")}.folder-icon{background-image:url("/img/svg/source/folder.svg");margin-left:0}.rector-revenues{margin-bottom:2.4rem}@media (min-width:576px){.rector-revenues{margin-bottom:3.2rem}}@media (min-width:768px){.rector-revenues{margin-bottom:4.8rem}}@media (min-width:992px){.rector-revenues{margin-bottom:6.4rem}}@media (min-width:1200px){.rector-revenues{margin-bottom:8rem}}@media (min-width:1200px){.rector-revenues__title{margin:2.4rem 0}}@media (min-width:992px){.rector-revenues__title span{white-space:normal;min-width:24rem}}.rector-revenues__year-list{list-style:none;margin:0;padding:0;margin-bottom:2.4rem;display:flex;flex-wrap:wrap;padding:0 2.4rem}@media (min-width:576px){.rector-revenues__year-list{margin-bottom:3.2rem}}@media (min-width:768px){.rector-revenues__year-list{margin-bottom:4.8rem}}@media (min-width:992px){.rector-revenues__year-list{margin-bottom:6.4rem}}@media (min-width:1200px){.rector-revenues__year-list{margin-bottom:8rem}}.rector-revenues__year-list li{padding:1.6rem 1.2rem}.rector-revenues__year-list li a{display:block}.rector-revenues__year-list li.active{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap}.rector-revenues__year-list li.active a{text-decoration:none}.rector-revenues__year-list li.non-efective a{color:#848789}.rector-revenues__container .content-accordion.active .content-accordion__content{padding-top:1.6rem;padding-bottom:1.6rem}.rector-revenues__container .content-accordion__trigger,.rector-revenues__container .rector-revenues__container-header{display:flex;flex-wrap:wrap}@media (min-width:768px){.rector-revenues__container .content-accordion__trigger,.rector-revenues__container .rector-revenues__container-header{width:100%}}.rector-revenues__container .content-accordion__trigger span,.rector-revenues__container .rector-revenues__container-header span{display:block;width:100%;padding-left:3.2rem}@media (min-width:768px){.rector-revenues__container .content-accordion__trigger span,.rector-revenues__container .rector-revenues__container-header span{display:inline-block;width:auto;padding-left:0}}@media (min-width:768px){.rector-revenues__container .content-accordion__trigger span:first-child,.rector-revenues__container .rector-revenues__container-header span:first-child{min-width:9rem}}@media (min-width:768px){.rector-revenues__container .content-accordion__trigger span:nth-child(2),.rector-revenues__container .rector-revenues__container-header span:nth-child(2){flex:1}}@media (min-width:768px){.rector-revenues__container .content-accordion__trigger--rules span:first-child,.rector-revenues__container .rector-revenues__container-header--rules span:first-child{min-width:inherit;flex:1}}@media (min-width:768px){.rector-revenues__container .content-accordion__trigger--rules span:nth-child(2),.rector-revenues__container .rector-revenues__container-header--rules span:nth-child(2){flex:inherit}}.rector-revenues__container .rector-revenues__container-header{border-bottom:1px solid #e1e4e7}.rector-revenues__container .rector-revenues__container-header span{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap}@media (min-width:768px){.rector-revenues__container .rector-revenues__container-header span{padding-left:3.8rem}}@media (min-width:992px){.rector-revenues__container .rector-revenues__container-header span{padding-left:4.6rem}}@media (min-width:768px){.rector-revenues__container .content-accordion__trigger{flex-wrap:nowrap}}.rector-revenues__container .content-accordion__trigger--non-effective{color:#848789}.rector-revenues__container .content-accordion__trigger h2{flex:1}.rector-revenues__container .content-accordion__trigger span{position:relative;font-size:1.4rem}.rector-revenues__container .content-accordion__trigger span:first-child{top:-1.8rem}@media (min-width:768px){.rector-revenues__container .content-accordion__trigger span:first-child{top:0}}.rector-revenues__container .content-accordion__trigger span:last-child{padding-left:0}@media (min-width:768px){.rector-revenues__container .content-accordion__trigger span:last-child{padding-left:3.2rem}}@media (min-width:768px){.rector-revenues__container .content-accordion__trigger span{font-size:inherit}}@media (min-width:768px){.rector-revenues__container .content-accordion__trigger span:nth-child(3){padding:0 3.5rem}}@media (min-width:768px){.rector-revenues__container .content-accordion__content{max-width:85%;margin-right:0}}@media (min-width:768px){.rector-revenues__container .content-accordion__content .main-document,.rector-revenues__container .content-accordion__content .related-documents{display:flex;align-items:flex-start}}@media (min-width:768px){.rector-revenues__container .content-accordion__content .main-document h3:after,.rector-revenues__container .content-accordion__content .related-documents h3:after{display:inline-block;content:":"}}@media (min-width:768px){.rector-revenues__container .content-accordion__content .main-document h3,.rector-revenues__container .content-accordion__content .related-documents h3{min-width:20rem}}.rector-revenues__container .content-accordion__content .main-document ul,.rector-revenues__container .content-accordion__content .related-documents ul{padding-top:0}@media (min-width:768px){.rector-revenues__container .content-accordion__content h3{font-family:Comenia-Sans-Regular,arial,sans-serif;font-weight:400;font-style:normal;font-display:swap;font-size:1.8rem;display:inline-block;padding:0}}.rector-revenues__container .content-accordion__content>p{margin-bottom:.4rem}.rector-revenues__container .content-accordion__content>p span{display:inline-block;min-width:10rem}@media (min-width:768px){.rector-revenues__container .content-accordion__content>p span{min-width:19.6rem}}.rector-revenues__container .content-accordion__content ul{list-style:none;margin:0;padding:0;padding-top:1.6rem}@media (min-width:768px){.rector-revenues__container .content-accordion__content ul{display:inline-block;width:68%}}.rector-revenues__container .content-accordion__content ul li:last-child a{display:block;margin-bottom:1.2rem}.rector-revenues__container .content-accordion__content ul li+li{margin-top:.4rem}.rector-revenues__container .content-accordion__content ul li a{text-decoration:none}.rector-revenues__container .content-accordion__content ul li a:before{position:relative;top:2px}.twitter-typeahead .tt-dropdown-menu,.twitter-typeahead .tt-menu{cursor:pointer;position:absolute;top:100%;left:0;z-index:1000;display:none;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid transparent;border-radius:0;box-shadow:0 0 1.2rem .2rem rgba(78,85,94,.15);background-clip:padding-box}.twitter-typeahead .tt-suggestion{display:block;padding:.4rem 1.6rem;clear:both;font-weight:400;line-height:1.42857143;color:#000;white-space:nowrap}.twitter-typeahead .tt-suggestion.tt-cursor,.twitter-typeahead .tt-suggestion:focus,.twitter-typeahead .tt-suggestion:hover{color:#000;text-decoration:none;outline:0;background-color:#e1e4e7}.input-group.input-group-lg .twitter-typeahead .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.input-group.input-group-sm .twitter-typeahead .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.twitter-typeahead{width:100%}.input-group .twitter-typeahead{display:block!important;height:34px}.input-group .twitter-typeahead .tt-dropdown-menu,.input-group .twitter-typeahead .tt-menu{top:32px!important}.input-group .twitter-typeahead:not(:first-child):not(:last-child) .form-control{border-radius:0}.input-group .twitter-typeahead:first-child .form-control{border-top-left-radius:4px;border-bottom-left-radius:4px;border-top-right-radius:0;border-bottom-right-radius:0}.input-group .twitter-typeahead:last-child .form-control{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.input-group.input-group-sm .twitter-typeahead{height:30px}.input-group.input-group-sm .twitter-typeahead .tt-dropdown-menu,.input-group.input-group-sm .twitter-typeahead .tt-menu{top:30px!important}.input-group.input-group-lg .twitter-typeahead{height:46px}.input-group.input-group-lg .twitter-typeahead .tt-dropdown-menu,.input-group.input-group-lg .twitter-typeahead .tt-menu{top:46px!important}.twitter-typeahead .tt-suggestion.tt-not-found{color:#c74f1c}.shipping-payment__typeahead{padding:0!important}@media (min-width:992px){.shipping-payment__typeahead{padding-left:64px!important}}.ebsco{background:url(https://support.ebscohost.com/eit/images/buttons/eds150.gif) 0 0 no-repeat;padding-bottom:6rem;padding-top:10rem}@media (min-width:768px){.ebsco{padding-left:20rem;padding-top:0}}.ebsco__search{display:flex;flex-wrap:wrap;justify-content:space-between;margin:2rem 0}@media (min-width:576px){.ebsco__search{flex-wrap:nowrap}}.ebsco__search input{flex:0 0 100%;margin-bottom:2rem}@media (min-width:576px){.ebsco__search input{flex:0 1 100%;margin-bottom:0;margin-right:4rem}}.ebsco__radio{margin-bottom:2rem}.juxtapose-slider{background:#f2f2f2;border:1px solid #9a9a9a;margin:1.2rem 0;padding:1em}.responsive-slider{position:relative;overflow:hidden;padding-top:75%;margin:4rem 0}.responsive-slider iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.sign-language__video-popup{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background:hsla(0,0%,100%,.75);z-index:100}.sign-language__video-popup.active{display:block}.sign-language__video-popup-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.sign-language__video-popup-close{position:absolute;right:0;top:-3.9rem;cursor:pointer;z-index:2}@media (min-width:992px){.sign-language__video-popup-close{top:-1.7rem;right:-1.7rem}}.sign-language__video-popup-close .svg-icon{width:3.4rem;height:3.4rem}.sign-language__video-popup-content-wrapper{border:2.2rem solid #fff;background-color:#fff;display:flex;box-shadow:0 0 2.4rem .4rem rgba(78,85,94,.15);width:100vw;max-width:444px}@media (min-width:768px){.sign-language__video-popup-content-wrapper{max-width:830px}}.sign-language__video-popup-content{position:relative;width:100%;max-width:400px;height:0;padding-bottom:56.25%}@media (min-width:768px){.sign-language__video-popup-content{max-width:786px}}.sign-language__video-popup-content iframe{position:absolute;top:0;left:0;width:100%;height:100%}.sign-language__video-trigger{position:relative;display:none;cursor:pointer}.sign-language__video-trigger.active{display:inline-flex}.sign-language__video-trigger .svg-icon{width:2.8rem;height:2.8rem;pointer-events:none}.side-menu__list .sign-language__video-trigger{position:absolute;right:0;top:0;margin-top:.7rem}.main__header .sign-language__video-trigger,.main h1 .sign-language__video-trigger,.product-detail h1 .sign-language__video-trigger,.sub-header__content h1 .sign-language__video-trigger{width:2.8rem}.main__header .sign-language__video-trigger.active,.main h1 .sign-language__video-trigger.active,.product-detail h1 .sign-language__video-trigger.active,.sub-header__content h1 .sign-language__video-trigger.active{display:flex}.main__header.text-center .sign-language__video-trigger,.main h1.text-center .sign-language__video-trigger,.product-detail h1.text-center .sign-language__video-trigger{margin-left:auto;margin-right:auto}.header__nav-main-content .sign-language__video-trigger{position:absolute;right:0;top:0;z-index:2}@media (min-width:992px){.header__nav-main-content .sign-language__video-trigger{right:auto;top:auto;left:0;bottom:-3rem}}.header__nav-main-content .sign-language__video-trigger .svg-icon{fill:#000;margin:0;padding:0;max-width:2.8rem}@media (min-width:992px){.header__nav-main-content .dropdown li .sign-language__video-trigger{left:auto;bottom:auto;margin-left:2rem}}.header__nav-main-content .quick-links__list li .sign-language__video-trigger{position:relative;top:-.2rem;margin-left:.5rem}.footer-column .sign-language__video-trigger{position:absolute;right:2rem;top:0}.footer-column .column-content__item .sign-language__video-trigger{top:-.3rem;right:1.5rem}.frequently-searched .sign-language__video-trigger{margin-left:.5rem}.quick-links__header .sign-language__video-trigger{position:static;margin-left:.5rem}.footer-main__bottom .sign-language__video-trigger{margin-left:.5rem}.column-links__item .sign-language__video-trigger{margin:-.2rem 0 0 .5rem}.sign-language__video-trigger-content{margin:0}@media (min-width:992px){.megamenu-opened .header__nav-main-content>li>.sign-language__video-trigger{display:none}}.sign-language__switcher{position:relative;padding-left:3rem;cursor:pointer;display:flex}.sign-language__switcher .sign-language__switcher-icon--off{display:block}.sign-language__switcher.active .sign-language__switcher-icon--off,.sign-language__switcher .sign-language__switcher-icon--on{display:none}.sign-language__switcher.active .sign-language__switcher-icon--on{display:block}.sign-language__switcher.active .sign-language__switcher-control:before{background-color:#000;left:auto;right:.2rem}.sign-language__switcher-icon{position:absolute;left:0;top:-.2rem}.sign-language__switcher-icon .svg-icon{position:absolute;top:0;left:0;max-width:2.4rem}.sign-language__switcher-control{position:relative;width:3.9rem;height:2.2rem;background-color:#efefef;border:1px solid #d0d0d0;border-radius:1.2rem;margin-left:.8rem}.sign-language__switcher-control:before{content:"";width:1.6rem;height:1.6rem;border:2px solid #000;border-radius:50%;position:absolute;top:.2rem;left:.2rem}.sign-language__switcher-text{user-select:none}.citation{margin:5rem 0}.citation__text{font-size:2.4rem;font-style:italic;margin-top:0!important;margin-bottom:0!important;display:inline-block}.citation__text:before{display:none}.citation__text-quote{width:1.6rem;height:1rem;position:absolute;transition:none}@media (min-width:992px){.citation__text-quote{width:5.8rem;height:3.8rem}}.citation__text-quote--open{bottom:.5rem;left:0}.citation__text-quote--close{top:.5rem;right:0;transform:rotate(180deg)}.citation__author-description{margin:1.4rem 0}.citation__author{display:flex;align-items:center}.citation__author,.citation__text{padding:0 2.5rem}@media (min-width:992px){.citation__author,.citation__text{padding:0 7rem}}.citation__author-motive{border:.2rem solid #fff;border-radius:50%;box-shadow:0 0 2.4rem .4rem rgba(78,85,94,.15);margin:.8rem 2.2rem 0 0!important}.citation__author-name{margin:0;font-size:1.7rem;line-height:1.5;font-weight:700}.citation__author-position{margin:0;line-height:1.4}.mce-content-body .citation__text:before,body>.citation .citation__text:before{display:none}.mce-content-body .citation__text-quote,body>.citation .citation__text-quote{width:5.8rem;height:3.8rem}.mce-content-body .citation__text-quote.svg-icon--uhk,body>.citation .citation__text-quote.svg-icon--uhk{background-image:url("/img/svg/source/quote-uhk.svg")}.mce-content-body .citation__text-quote.svg-icon--ff,body>.citation .citation__text-quote.svg-icon--ff{background-image:url("/img/svg/source/quote-ff.svg")}.mce-content-body .citation__text-quote.svg-icon--fim,body>.citation .citation__text-quote.svg-icon--fim{background-image:url("/img/svg/source/quote-fim.svg")}.mce-content-body .citation__text-quote.svg-icon--pdf,body>.citation .citation__text-quote.svg-icon--pdf{background-image:url("/img/svg/source/quote-pdf.svg")}.mce-content-body .citation__text-quote.svg-icon--prf,body>.citation .citation__text-quote.svg-icon--prf{background-image:url("/img/svg/source/quote-prf.svg")}.mce-content-body .citation__text,body>.citation .citation__text{margin-bottom:0!important;display:inline-block!important}.mce-content-body .citation__author,.mce-content-body .citation__text,body>.citation .citation__author,body>.citation .citation__text{padding:0 7rem}.cv-box{background-color:#f4f4f4;padding:3rem 1.5rem;margin:4.5rem 0}@media (min-width:992px){.cv-box{padding:3rem 4.5rem}}.cv-box__person{display:flex;align-items:center;margin-bottom:2rem}.cv-box__person-name{font-size:1.7rem;line-height:1.5;margin:1.5rem 0 0}.cv-box__person-motive{border:.2rem solid #fff;border-radius:50%;box-shadow:0 0 2.4rem .4rem rgba(78,85,94,.15);margin:0 2.2rem 0 0!important}.cv-box__person-motive+.cv-box__person-name{margin-top:0}.skip{position:absolute;left:20px;top:80px;overflow:hidden;width:100%;height:3.3rem;z-index:1;max-width:280px;display:none}@media (min-width:992px){.skip{display:inherit}}@media (min-width:1200px){.skip{left:65px}}.sticky .skip{display:none}.skip__list{list-style:none;margin:0;padding:0}.skip__link{position:absolute;left:2px;top:-1000px;padding:1px 2px;font-size:1.8rem}.skip__link:hover{text-decoration:underline!important}.skip__link:focus{top:2px}@media (min-width:1200px){.row--uhk-forum{display:block}}@media (min-width:1200px){.row--uhk-forum .col-lg-8{float:right;clear:both}}.row--uhk-forum .col-lg-4{float:left}.main__header.main__header--forum,.main h1.main__header--forum,.product-detail h1.main__header--forum{padding-top:0;padding-bottom:.6rem}@media (min-width:1200px){.main__header.main__header--forum,.main h1.main__header--forum,.product-detail h1.main__header--forum{padding-left:12.5rem;padding-right:12.5rem}}.forum__search-box{box-shadow:0 0 2.4rem .4rem rgba(78,85,94,.15);margin-bottom:5.5rem}.forum__search-box-list{padding-left:0;list-style-type:none;display:flex;flex-wrap:wrap;padding:4.5rem 4.5rem 2rem;margin-bottom:0}.forum__search-box-list-item{margin:0 2.5rem 2.5rem 0;line-height:2rem}.forum__search-box-list-item:last-of-type{margin-right:0}.forum__search-box-list-link{border:1px solid #000;display:block;text-decoration:none;padding:.4rem 1rem}.forum__search-box-list-link--active,.forum__search-box-list-link:focus,.forum__search-box-list-link:hover{text-decoration:none;text-shadow:none;color:#fff;background-color:#000}@media (min-width:1200px){.forum__main{padding-left:4.5rem;padding-right:4.5rem}}.forum__main .alert,.forum__main .product-detail .product-watching-now__content,.product-detail .forum__main .product-watching-now__content{margin-bottom:2.5rem}.forum__main .contact-search__field{margin-right:0;margin-bottom:0}.forum__main .pagination__container{display:flex;flex-direction:column;align-items:center}.forum__main .pagination__link{display:inherit}.forum__main .pagination__btn{position:relative;display:inline-block;box-sizing:border-box;text-shadow:.04rem 0 0 currentColor;font-size:1.6rem;line-height:1.6rem;background:#fff;color:#000;border:1px solid #000;padding:15px;cursor:pointer;text-align:left;text-decoration:none;-o-transition:background .3s linear;-webkit-transition:background .3s linear;transition:background .3s linear;white-space:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 0 1.2rem .2rem rgba(78,85,94,.15)}.forum__main .pagination__btn:after{content:"";position:absolute;box-sizing:content-box;background:#fff;border:1px solid #000;height:100%;width:100%;left:4px;top:4px;pointer-events:none;transition:all .25s ease-in-out;z-index:-1}.forum__main .pagination__btn:hover{text-decoration:none;color:#fff;background:#000;outline:0;text-shadow:none}.forum__main .pagination__btn:hover:after{left:-1px;top:-1px}.forum__main .pagination__btn.disabled,.forum__main .pagination__btn:disabled{color:#999;border-color:#999;pointer-events:none}.forum__main .pagination__btn.disabled:hover,.forum__main .pagination__btn:disabled:hover{cursor:not-allowed;background:#fff}.forum__main .pagination__btn.disabled:hover:after,.forum__main .pagination__btn:disabled:hover:after{left:5px;top:5px}.forum__main .pagination__btn.disabled:after,.forum__main .pagination__btn:disabled:after{border-color:#999}.forum__main .pagination__btn:focus-visible{outline-offset:1px}.forum__main .pagination li:first-child,.forum__main .pagination li:last-child{position:relative;top:0}.forum__main .btn-reset{display:none;position:absolute;right:0;bottom:1rem;border:0;box-shadow:none;padding:0;background:transparent;color:transparent;width:1.8rem;height:1.8rem;overflow:hidden}.forum__main .btn-reset:before{display:block;position:absolute;margin:0;top:0;left:0;content:"";width:1.5rem;height:1.5rem;background:url("/img/svg/source/close.svg") 50%/3rem 3rem no-repeat}.forum__main .btn-reset:after{display:none}.forum__main .btn-reset:hover{background:transparent}.forum__main .form--active .btn-reset{display:inherit}@media (min-width:1440px){.forum__perex{display:flex;justify-content:space-between}}.forum__perex-col--wysiwyg{margin-bottom:0}@media (min-width:1440px){.forum__perex-col--wysiwyg{margin-left:2rem}}.forum__perex-col--wysiwyg p{font-size:1.4rem;line-height:2.6rem}.forum--article{margin-top:4rem}@media (min-width:992px){.forum--article{margin-top:8rem}}.forum__heading{color:#f9f9f9;margin-top:0}.forum__subject{font-weight:700;font-size:2rem;margin-top:.8rem;margin-bottom:0;line-height:2.9rem;padding-top:0}.forum__perex{margin-bottom:2rem}@media (min-width:992px){.forum__perex{margin-bottom:4.5rem}}.forum__number-of-posts{margin-top:2rem;margin-bottom:0}.forum__react,.forum__remove{margin-top:2rem}.forum__discussion-form{margin-top:2rem;margin-bottom:2rem}@media (min-width:992px){.forum__discussion-form{margin-top:8rem}}.forum__discussion-form .page-content,.forum__discussion-form .page-sidebar{padding-top:4rem}.forum__discussion-heading{font-weight:700;margin-bottom:0;margin-top:0;font-size:2rem}.forum__list{padding-left:0;list-style:none;margin-bottom:0}.forum__list>.forum__item{border-bottom:.1rem solid #e1e4e7;padding-bottom:2.5rem;padding-top:2.5rem}@media (min-width:992px){.forum__list>.forum__item{padding-bottom:4.5rem}}.forum__list>.forum__item:first-of-type{border-top:.1rem solid #e1e4e7}.forum__list>.forum__item .forum__item:first-of-type{border-top:0}.forum__list--hidden{display:none}.forum__list--children{padding-left:2.5rem}@media (min-width:992px){.forum__list--children{padding-left:5rem}}.forum__list--children .forum__item{border-bottom:none;padding-bottom:0;padding-top:3rem;position:relative}.forum__list--children .forum__item:after,.forum__list--children .forum__item:before{content:"";position:absolute;left:-2.5rem}@media (min-width:992px){.forum__list--children .forum__item:after,.forum__list--children .forum__item:before{left:-5rem}}.forum__list--children .forum__item:before{border-top:1px solid #e1e4e7;top:3.9rem;width:1.3rem;height:0}@media (min-width:992px){.forum__list--children .forum__item:before{width:2.5rem}}.forum__list--children .forum__item:after{border-left:.1rem solid #e1e4e7;height:100%;width:0;top:2rem}.forum__list--children .forum__item:last-child:after{height:2rem;top:2rem}.forum__list--children .forum__item:first-of-type{padding-top:3rem}.forum__header--author-info{margin-bottom:.5rem}.forum__discussion-form .forum__header--author-info{margin-bottom:2.2rem}.forum__header__list{padding-left:0;list-style:none;align-items:center;display:flex;flex-wrap:wrap;margin-bottom:0}.forum__header__item{font-size:1.5rem;font-style:italic}.forum__header__item:not(.forum__header__item:last-of-type):after{content:".";padding-left:1.5rem;padding-right:1.5rem}.forum__header__item:first-of-type{font-weight:400}.forum__body__react{font-size:1.6rem;margin-bottom:0}.forum__body__react.wysiwyg-content ul{margin-bottom:1.2rem}.forum__pagination{margin-top:2rem}.forum__button-group{margin-bottom:0;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;width:100%;position:relative;min-height:2.4rem}.forum__button-group-icons{position:absolute;left:0;top:0;display:grid;grid-template-columns:repeat(3,minmax(0,2.4rem));grid-gap:2.4rem;order:1}.forum__loaded-content{order:999;width:100%}.forum__btn-answer{padding-left:2rem;margin-left:14rem;position:relative;flex:1;max-width:calc(100% - 132px);order:2;color:#555858}.forum__btn-answer:focus,.forum__btn-answer:hover{color:#555858}.forum__btn-answer .svg-icon{fill:#555858;height:1.2rem;width:1.2rem;transform:rotate(180deg);position:absolute;left:0;top:.5rem}.forum__btn-answer--active .svg-icon{transform:scaleX(-1)}.forum__btn-reaction{text-decoration:none;display:flex;align-items:center}.forum__btn-reaction .svg-icon{fill:#848789;width:1.8rem;height:1.8rem}.forum__btn-reaction:focus,.forum__btn-reaction:hover{text-decoration:none}.forum__btn-reaction--hidden{display:none}.forum__btn-reaction--active .svg-icon{fill:#000}.forum__gdpr-note{font-size:1.4rem;margin-top:2rem}.forum__reply{font-size:1.5rem;font-weight:700;margin-bottom:.6rem}.forum__no-entry{margin-top:4rem}.opening-visual__container{padding-bottom:0;margin-bottom:2.8rem}@media (min-width:768px){.opening-visual__container{padding-bottom:1.5rem}}.opening-visual{position:relative;display:flex;align-items:center;width:100%;flex-direction:column}@media (min-width:992px){.opening-visual{flex-direction:row}}.opening-visual__media{display:block;width:100%;overflow:hidden}@media (max-width:1199px){.opening-visual__aspect-ratio{padding-bottom:56.25%}}@media (min-width:1200px){.opening-visual__aspect-ratio{padding-bottom:42.85714%}}.opening-visual--no-media{margin-bottom:-4.8rem}@media (min-width:992px){.opening-visual--no-media{margin-bottom:0}}.opening-visual--no-media .opening-visual__content{position:relative;max-width:90%;margin:0 auto;text-align:center;box-shadow:none;padding:4rem 4rem 2.5rem}@media (min-width:992px){.opening-visual--no-media .opening-visual__content{max-width:80%}}@media (min-width:1200px){.opening-visual--no-media .opening-visual__content{max-width:70%}}.opening-visual--no-media .opening-visual__title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;padding:0;display:flex;align-items:center;justify-content:center;gap:1rem}@media (min-width:576px){.opening-visual--no-media .opening-visual__title{font-size:3.5rem}}.opening-visual--no-media .opening-visual__perex{margin-bottom:0}.opening-visual__content{display:block;position:relative;left:0;max-width:47rem;min-width:30rem;padding:2rem 4rem 4rem;background-color:#fff;margin:-25% 1rem 2rem;box-shadow:0 0 2.4rem .4rem rgba(78,85,94,.15)}@media (min-width:576px){.opening-visual__content{min-width:44rem}}@media (min-width:992px){.opening-visual__content{position:absolute;margin:0 0 0 4rem;box-shadow:none}}.opening-visual__title{font-size:2rem;font-weight:700;line-height:3.8rem;margin-bottom:.8rem;display:flex;align-items:center;gap:1rem}@media (min-width:992px){.opening-visual__title{font-size:3.5rem}}.opening-visual__title .sign-language__video-trigger.active{display:inline-flex}.opening-visual__perex{font-size:1.6rem;font-weight:400;line-height:2.6rem;margin-bottom:2.8rem}.opening-visual__btn{position:sticky;margin:0}.opening-visual__email,.opening-visual__phone{display:flex;align-items:center;margin:2.5rem 0 0}.opening-visual__email a,.opening-visual__phone a{text-decoration:none;font-size:2.2rem}.opening-visual__email .svg-icon--openingVisual,.opening-visual__phone .svg-icon--openingVisual{fill:#000;margin-right:2rem}.opening-visual__email .svg-icon--openingVisual{width:3.1rem;height:2.2rem}.opening-visual__phone .svg-icon--openingVisual{width:3.1rem;height:3.2rem}.secondary-navigation{position:relative;display:flex;align-items:center;width:100%;height:5.5rem;border-top:.1rem solid #eaecee;border-bottom:.1rem solid #eaecee;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.secondary-navigation::-webkit-scrollbar{display:none}@media (min-width:768px){.secondary-navigation{overflow-x:auto}}.secondary-navigation__list{position:relative;display:flex;list-style:none;margin:0;padding:0;justify-content:flex-start}.secondary-navigation__list:after{content:"";position:sticky;width:2.5rem;height:auto;top:0;right:0;background:#fff;background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff)}@media (min-width:768px){.secondary-navigation__list{width:100%;flex-wrap:wrap;justify-content:center}.secondary-navigation__list:after{display:none}}.secondary-navigation__item{margin:0 2rem}.secondary-navigation__link{text-decoration:none;font-size:1.4rem;color:#767676;white-space:nowrap}.secondary-navigation__link:hover{color:#000;text-decoration:none}.workplace-contact{display:grid;margin-bottom:6.4rem;margin-top:6rem;grid-template-columns:1fr;grid-gap:2rem}@media (min-width:576px){.workplace-contact{margin-bottom:12.8rem}}@media (min-width:992px){.workplace-contact{grid-template-columns:1fr 1fr;grid-gap:0}}.workplace-contact__block{display:flex;flex-direction:column;width:100%}.workplace-contact__block--one{padding:0}@media (min-width:992px){.workplace-contact__block--one{padding:0 6rem}}@media (min-width:1200px){.workplace-contact__block--one{padding:0 10rem}}.workplace-contact__block--two{align-items:end}.workplace-contact__map{position:relative;width:100%}@media (min-width:576px){.workplace-contact__map:after{content:"";display:block;position:absolute;top:-2rem;right:-2rem;width:100%;height:100%;background-color:#f0f1f1;z-index:0}}.workplace-contact__iframe{position:relative;width:100%;padding-bottom:108.47458%}.workplace-contact__iframe iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5}.workplace-contact__content .wysiwyg-content{margin-bottom:0}.workplace-contact__content .wysiwyg-content .table,.workplace-contact__content .wysiwyg-content table{width:auto;border:none}.workplace-contact__content .wysiwyg-content .table tbody tr:hover,.workplace-contact__content .wysiwyg-content table tbody tr:hover{background-color:transparent!important}.workplace-contact__content .wysiwyg-content .table tr th,.workplace-contact__content .wysiwyg-content table tr th{padding:.8rem 0;border:none}.workplace-contact__content .wysiwyg-content .table td,.workplace-contact__content .wysiwyg-content table td{padding:.8rem .6rem .8rem 0;vertical-align:top;border:none}.workplace-contact__title{font-size:2.4rem;line-height:3rem;font-weight:400;margin-top:1rem;margin-bottom:3.5rem;padding:0 3rem;max-width:79rem}@media (min-width:576px){.workplace-contact__title{padding:0;font-size:4rem;line-height:5rem}}.workplace-contact__address,.workplace-contact__opening-hours{margin-bottom:2rem}.workplace-contact__address-title{font-weight:700}.wysiwyg-content .workplace-contact__address-social-media-list{display:flex;align-items:center;padding:2rem 0;border-top:.1rem solid #eaecee;border-bottom:.1rem solid #eaecee;max-width:32rem;margin-bottom:2rem}.wysiwyg-content .workplace-contact__address-social-media-item{margin-right:2.5rem}.wysiwyg-content .workplace-contact__address-social-media-item:not(:last-of-type){padding-bottom:0}.wysiwyg-content .workplace-contact__address-social-media-item:before{display:none}.wysiwyg-content .workplace-contact__address-social-media-item .svg-icon{width:4rem;height:4rem}.dropdown-text__background{background-color:#eeefef}.dropdown-text{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:7.5rem 3rem 4rem;margin-bottom:6.4rem}@media (min-width:576px){.dropdown-text{margin-bottom:12.8rem}}@media (min-width:992px){.dropdown-text{flex-direction:row;align-items:flex-start}}.dropdown-text__motive{margin:0 0 4rem}@media (min-width:992px){.dropdown-text__motive{margin:8rem 8rem 8rem 0}}.dropdown-text__motive img{border-radius:50%;border:1.2rem solid #fff}.dropdown-text__body{max-width:63rem}.dropdown-text__title{font-size:4rem;font-weight:400;line-height:5rem;margin-bottom:1rem;padding:0}.dropdown-text__button{position:relative;z-index:1;margin-bottom:4rem}.dropdown-text__btn{min-width:16rem}.dropdown-text__btn .dropdown-text__btn--close{display:block}.dropdown-text__btn .dropdown-text__btn--open,.dropdown-text__btn.open .dropdown-text__btn--close{display:none}.dropdown-text__btn.open .dropdown-text__btn--open{display:block}.dropdown-text__content-expandable .wysiwyg-content,.dropdown-text__content .wysiwyg-content{padding:0;margin-bottom:3rem}.dropdown-text__content-expandable{max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease,opacity .9s ease}.dropdown-text__content-expandable.open{max-height:1000rem;opacity:1;transition:max-height .3s ease,opacity .9s ease}.photogallery__background{padding-bottom:4rem;background:url("/img/bg-block/gallery.png") bottom repeat-x transparent;margin-bottom:4rem;min-height:46.5rem}@media (min-width:576px){.photogallery__background{padding-bottom:6rem;margin-bottom:6.8rem}}.photogallery{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column}@media (min-width:576px){.photogallery{padding:0}}.photogallery__slider-track{width:100%}.photogallery__slider__item{border:.1rem solid #fff}.photogallery__arrow{position:absolute;top:-3.6rem;cursor:pointer}.photogallery__arrow--prev{right:5rem}.photogallery__arrow--next{right:1rem}.photogallery__title{font-size:2.4rem;font-weight:400;margin-bottom:.5rem}@media (min-width:576px){.photogallery__title{font-size:4rem;margin-bottom:1.5rem}}.download-files{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;max-width:79rem;margin:0 auto 4rem;padding:0 3rem}@media (min-width:576px){.download-files{margin:6rem auto;padding:0}}.download-files__files-list{display:flex;flex-direction:column;width:100%}.download-files__files-item{position:relative;display:flex;align-items:center;min-height:5rem;border-bottom:.1rem solid #eceef0}.download-files__files-item:first-child{border-top:.1rem solid #eceef0}.download-files__title{font-size:2.4rem;font-weight:400;margin-bottom:2.5rem}@media (min-width:576px){.download-files__title{font-size:4rem}}.download-files__files-link{display:flex;align-items:center;color:#232323;margin-right:.8rem;text-decoration:none}.download-files__files-link .svg-icon{width:1.8rem;height:1.73rem;margin-right:1.8rem}.boxes-variants__background{position:relative}.boxes-variants__background:before{content:"";position:absolute;top:0;left:0;width:100%;height:45rem;background:url("/img/bg-block/top.png") top repeat-x transparent;z-index:0}.boxes-variants{position:relative;display:flex;flex-direction:column;align-items:center;min-height:5rem;padding-top:6rem;margin:0 auto 6.4rem}@media (min-width:576px){.boxes-variants{margin:0 auto 12.8rem}}.boxes-variants__title{font-size:2.4rem;font-weight:400;margin-bottom:2.5rem}@media (min-width:576px){.boxes-variants__title{font-size:4rem}}.boxes-variants__list{max-width:128rem;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(100%,1fr));column-gap:2.5rem;row-gap:3.5rem;justify-items:center}@media (min-width:992px){.boxes-variants__list{grid-template-columns:repeat(auto-fit,minmax(calc((100% - 2.5rem * 2) / 3),1fr));justify-items:start}}.boxes-variants__item{display:block;max-width:41.6rem}.boxes-variants__item-motive{position:relative;z-index:1}.boxes-variants__item-motive picture{position:relative;display:block}.boxes-variants__item-motive picture img{position:relative;object-fit:cover;transition:transform .2s ease;transform:scale(1.001)}.boxes-variants__item-body{display:flex;justify-content:center;position:relative;z-index:5;min-height:12rem}.boxes-variants__item-content{position:absolute;bottom:0;display:flex;flex-direction:column;padding:0;max-width:28rem;min-width:28rem;background-color:#fff;box-shadow:0 0 2.4rem .4rem rgba(78,85,94,.15)}@media (min-width:576px){.boxes-variants__item-content{min-width:34rem}}@media (min-width:992px){.boxes-variants__item-content{min-width:26rem}}@media (min-width:1200px){.boxes-variants__item-content{min-width:32rem;max-width:80%}}.boxes-variants__item-title{display:inline-block;width:100%;text-align:center;font-family:Comenia-Sans-Regular,arial,sans-serif;font-weight:700;font-size:2rem;padding:2.5rem 3rem;border-bottom:.1rem solid #eceef0}.boxes-variants__item-title--noborder{border:none}.boxes-variants__item-wysiwyg{padding:2.5rem 3rem 0}.boxes-variants__item-wysiwyg .wysiwyg-content{margin-bottom:0;padding:0}.boxes-variants__item-wysiwyg .wysiwyg-content p{font-size:1.6rem;line-height:2.6rem}.boxes-variants__item-wysiwyg .wysiwyg-content ul li{padding-left:1rem}.boxes-variants__item-wysiwyg .wysiwyg-content ul li:before{content:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC4wMDUiIGhlaWdodD0iOS4wMTMiIHZpZXdCb3g9IjAgMCAxOC4wMDUgOS4wMTMiPg0KICA8cGF0aCBpZD0iaW5fa29waWVfNCIgZGF0YS1uYW1lPSJpbiBrb3BpZSA0IiBkPSJNMjM3LjI1LDE0ODkuNWEuNzUuNzUsMCwxLDEsLjc1Ljc1QS43NS43NSwwLDAsMSwyMzcuMjUsMTQ4OS41Wm00Ljc0LjVhLjgxNS44MTUsMCwwLDEsMC0xLjE1M2wyLjM0NC0yLjM0N0gyMjkuNzVhLjc1MS43NTEsMCwwLDEtLjc1MS0uNzV2LS4wMjRhLjc1Ljc1LDAsMCwxLC43NTEtLjc1aDE0LjU4NGwtMi4zNDQtMi4zNDdhLjgxNS44MTUsMCwxLDEsMS4xNTItMS4xNTNsMy42MzIsMy42MzZhLjk2OC45NjgsMCwwLDEsMCwxLjI1MkwyNDMuMTQyLDE0OTBhLjgxNC44MTQsMCwwLDEtMS4xNTIsMFptLTQuNzQtOGEuNzUuNzUsMCwxLDEsLjc1Ljc1QS43NS43NSwwLDAsMSwyMzcuMjUsMTQ4MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMjkgLTE0ODEuMjM3KSIvPg0KPC9zdmc+DQo=")}.boxes-variants__item-wysiwyg .wysiwyg-content ul li:not(:last-of-type){padding-bottom:.8rem}.boxes-variants__item-wysiwyg .wysiwyg-content ul li a{text-decoration:none}.boxes-variants__item-button{position:relative;z-index:1;padding:2.5rem 3rem}.boxes-variants__item-button .btn{min-width:16rem}.we-cooperate{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:14rem;border-top:.1rem solid #eaecee;border-bottom:.1rem solid #eaecee;margin:0 auto 6.4rem}@media (min-width:576px){.we-cooperate{margin:0 auto 12.8rem}}@media (min-width:992px){.we-cooperate{flex-direction:row}}.we-cooperate__title{font-size:2rem;font-weight:700;padding:0;margin:2.5rem 0;order:-10}@media (min-width:992px){.we-cooperate__title{margin:0 4.5rem;order:0}}.we-cooperate__item{margin:1.5rem 0}.we-cooperate__item:last-child{margin-bottom:3rem}@media (min-width:992px){.we-cooperate__item{margin:0 1.5rem}.we-cooperate__item:last-child{margin-bottom:0}}.products{display:flex;align-items:center;flex-direction:column;margin-bottom:6.4rem}@media (min-width:576px){.products{margin-bottom:12.8rem}}.products__title{font-size:2.4rem;font-weight:400;margin-bottom:2.5rem;padding:0}@media (min-width:576px){.products__title{font-size:4rem}}.products__list{display:grid;grid-template-columns:1fr;gap:0;background-color:#fff;box-shadow:0 0 2.4rem .4rem rgba(78,85,94,.15)}@media (min-width:768px){.products__list{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.products__list{grid-template-columns:repeat(4,1fr)}}.products__item{position:relative;border:.1rem solid #e9ebeb;margin:-.1rem -.1rem 0 0;padding:1.5rem;display:flex;justify-content:center;align-items:center}.products__item:before{content:"";display:block;padding-top:77%}.products__item-link{display:flex;flex-direction:column;width:100%;height:100%;text-decoration:none;padding:2.5rem;background-color:#fff}.products__item-link:hover{text-shadow:none;text-decoration:none;background-color:#f5f5f5}.products__item-link--grey{background-color:#e9ebeb}.products__item-link--grey:hover{background-color:#f5f5f5}.products__item-title{font-family:Comenia-Sans-Regular,arial,sans-serif;font-size:2rem;line-height:2.4rem;font-weight:700;margin:0 0 1.5rem;padding:0}.products__item-perex{font-size:1.6rem;line-height:2.4rem;margin:0}.articles-block__background{padding-bottom:4rem;background:url("/img/bg-block/bottom.png") bottom repeat-x transparent;margin-bottom:4rem;min-height:53rem}@media (min-width:576px){.articles-block__background{padding-bottom:6rem;margin-bottom:6.8rem}}.articles-block{position:relative;display:flex;flex-direction:column;align-items:center}.articles-block .article-list{position:relative;max-width:none;margin-bottom:0}@media (min-width:768px){.articles-block .article-list{max-width:128rem;grid-template-columns:repeat(auto-fit,minmax(100%,1fr));justify-items:center}}@media (min-width:992px){.articles-block .article-list{grid-template-columns:repeat(auto-fit,minmax(calc((100% - 1.7rem * 2) / 3),1fr))}}.articles-block__title{font-size:2.4rem;font-weight:400;margin-bottom:2.5rem;padding:0}@media (min-width:576px){.articles-block__title{font-size:4rem}}@media (min-width:992px){.articles-block__link{display:block;position:absolute;top:-5.5rem;right:0}}.crisis-contacts__container{position:relative;z-index:1}.crisis-contacts__background{position:relative}.crisis-contacts__background:before{content:"";position:absolute;top:0;left:0;width:100%;height:45rem;background:url("/img/bg-block/top2.png") top repeat-x transparent;z-index:0}.crisis-contacts{display:flex;flex-direction:column;padding-top:8rem;margin:0 auto 6.4rem}@media (min-width:576px){.crisis-contacts{margin:0 auto 12.8rem}}.crisis-contacts__title{padding:0;margin:0 0 .5rem;text-align:center;font-size:2.4rem;font-weight:400}@media (min-width:576px){.crisis-contacts__title{font-size:4rem}}.crisis-contacts__subtitle{font-family:Comenia-Sans-Regular,arial,sans-serif;padding:0;margin:0 0 2.5rem;text-align:center;font-size:2rem;font-weight:700}.crisis-contacts__content{display:flex;flex-direction:column;background-color:#fff;box-shadow:0 0 2.4rem .4rem rgba(78,85,94,.15)}.crisis-contacts__telephone-lines{display:flex;flex-direction:column;align-items:center;flex-wrap:wrap;justify-content:space-evenly;padding:4rem 4rem 0;border-bottom:.1rem solid #eaecee}@media (min-width:768px){.crisis-contacts__telephone-lines{flex-direction:row;justify-content:flex-start}}.crisis-contacts__telephone-lines-item{display:flex;flex-direction:column;padding:0 4rem 4rem;min-width:32rem;width:auto}@media (min-width:992px){.crisis-contacts__telephone-lines-item{padding:0 2rem 4rem;min-width:auto;width:33.3333%}}@media (min-width:1200px){.crisis-contacts__telephone-lines-item{width:25%}}@media (min-width:1460px){.crisis-contacts__telephone-lines-item{width:20%}}.crisis-contacts__telephone-lines-item-title{font-size:3rem;font-weight:500;margin-bottom:.5rem}.crisis-contacts__telephone-lines-item-desc{font-size:2rem;margin-bottom:1.5rem}.crisis-contacts__telephone-lines-item-btn{position:relative;z-index:1;margin-bottom:0}.crisis-contacts__trust-line{display:flex;justify-content:center;padding:4rem 0;flex-direction:column;align-items:center}@media (min-width:768px){.crisis-contacts__trust-line{flex-direction:row;align-items:normal}}.crisis-contacts__trust-line-item{display:flex;flex-direction:column;justify-content:center;padding:0 3rem;min-height:10rem}@media (min-width:992px){.crisis-contacts__trust-line-item{padding:0 4rem}}.crisis-contacts__trust-line-contact-title{font-size:2rem;margin-bottom:1rem}.crisis-contacts__trust-line-contact-line{text-align:center;font-size:3.2rem;font-weight:700;letter-spacing:.2rem;margin-bottom:0;padding:1rem 0;border-top:.1rem solid #000;border-bottom:.1rem solid #000}.crisis-contacts__trust-line-link{position:relative;z-index:1}.crisis-contacts__trust-line-info-list{list-style-type:none;padding-left:2rem;margin-bottom:0}.crisis-contacts__trust-line-info-list-item:before{content:"\2192";margin-right:1.3rem}.crisis-contacts__trust-line-info-list-item:not(:last-of-type){padding-bottom:.8rem}.zig-zag__background{padding-bottom:4rem;background:url("/img/bg-block/gallery.png") bottom repeat-x transparent;margin-bottom:4rem;min-height:60rem}@media (min-width:576px){.zig-zag__background{padding-bottom:6rem;margin-bottom:6.8rem}}.zig-zag__background--top{position:relative}.zig-zag__background--top:before{content:"";position:absolute;top:0;left:0;width:100%;height:45rem;background:url("/img/bg-block/top.png") top repeat-x transparent;z-index:0}.zig-zag{max-width:110.6rem;margin-left:auto;margin-right:auto;padding-top:6.5rem}.zig-zag-item{display:grid;gap:5rem;grid-template-columns:repeat(1,1fr);grid-template-rows:max-content;margin-bottom:7.5rem}@media (min-width:992px){.zig-zag-item{grid-template-columns:repeat(2,1fr);margin-bottom:10rem}}@media (min-width:1200px){.zig-zag-item{gap:7.5rem}}.zig-zag-item:last-child{margin-bottom:5rem}@media (min-width:992px){.zig-zag-item--right .zig-zag-item__motive{grid-column:2;grid-row:1}}@media (min-width:992px){.zig-zag-item--right .zig-zag-item__card{grid-column:1;grid-row:1}}@media (min-width:1200px){.zig-zag-item--right .zig-zag-item__card{margin-right:5rem;margin-left:auto}}.zig-zag-item__motive{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center}@media (min-width:992px){.zig-zag-item__motive{flex-direction:column}}.zig-zag-item__motive picture{position:relative;display:block}@media (min-width:576px){.zig-zag-item__motive picture{margin-right:2rem;margin-bottom:2rem}.zig-zag-item__motive picture:before{content:"";display:block;position:absolute;bottom:-1.2rem;right:-1.5rem;width:100%;height:100%;background-color:#f0f1f1;z-index:0}}.zig-zag-item__motive picture img{position:relative}.zig-zag-item__card{margin:0 3rem}@media (min-width:550px){.zig-zag-item__card{margin:0 auto}}@media (min-width:992px){.zig-zag-item__card{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center}}.zig-zag-item__card-body{max-width:52rem}.zig-zag-item__title{font-size:2.5rem;text-align:left;margin-top:0;margin-bottom:2rem}@media (min-width:576px){.zig-zag-item__title{font-size:3rem}}@media (min-width:1200px){.zig-zag-item__title{font-size:4rem}}.zig-zag-item__text{font-size:1.6rem;line-height:3rem;margin-bottom:2.5rem;padding-top:0}.zig-zag-item__contacts{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:0}.zig-zag-item__email,.zig-zag-item__phone{display:flex;align-items:center;font-size:2rem;margin-right:2.5rem;margin-bottom:1.2rem}.zig-zag-item__email a,.zig-zag-item__phone a{position:relative;text-decoration:none}.zig-zag-item__email .svg-icon,.zig-zag-item__phone .svg-icon{margin-right:1.5rem;width:3.2rem;height:3.2rem}.zig-zag-item__email a:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:#232323;transform:scaleX(1);transition:transform .3s ease-in-out}.zig-zag-item__email a:hover:after{transform:scaleX(0)}.zig-zag-item__phone a{padding:0 .9rem;border-left:.1rem solid #eaecee}.zig-zag-item__phone a:first-of-type{border:none}.zig-zag-item__phone a:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:#232323;transform:scaleX(0);transition:transform .3s ease-in-out}.zig-zag-item__phone a:hover:after{transform:scaleX(1)}.zig-zag-item__phone--special a:after{left:50%;width:80%;margin-left:-40%}.faq{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;max-width:79rem;margin:0 auto 6.4rem;padding:0 3rem}@media (min-width:576px){.faq{margin:0 auto 12.8rem;padding:0}}.faq__title{font-size:2.4rem;font-weight:400;margin-bottom:2.5rem;padding:0}@media (min-width:576px){.faq__title{font-size:4rem}}.materials-download{display:flex;align-items:center;flex-direction:column;padding:0;margin:0 auto 6.4rem}@media (min-width:576px){.materials-download{margin:0 auto 12.8rem}}.materials-download__title{font-size:2.4rem;font-weight:400;margin-bottom:10.5rem;padding:0}@media (min-width:576px){.materials-download__title{font-size:4rem}}@media (min-width:992px){.materials-download__title{margin-bottom:2.5rem}}.materials-download__body{display:flex;align-items:center;width:100%}@media (min-width:992px){.materials-download__body{background-color:#eeefef;height:22rem;margin:2.8rem 0}}.materials-download__container{padding-right:0;padding-left:0;margin:0 auto}@media (min-width:992px){.materials-download__container{padding-right:5rem;padding-left:5rem}}@media (min-width:1200px){.materials-download__container{padding-right:6.5rem;padding-left:6.5rem}}@media print{.materials-download__container{width:100%!important;padding:0!important;margin:0!important;max-width:90%!important}}.materials-download__container-head{position:relative;display:flex;flex-direction:column;align-items:center}.materials-download__content{display:grid;grid-template-columns:repeat(1,1fr);background-color:#fff;min-height:28rem;margin:0 auto;padding:2.5rem;box-shadow:0 0 2.4rem .4rem rgba(78,85,94,.15);max-width:119.6rem;row-gap:4rem}@media (min-width:992px){.materials-download__content{margin:-2.8rem auto;grid-template-columns:repeat(3,1fr);column-gap:2rem;row-gap:0;max-width:128rem}}.materials-download__block{position:relative;display:flex;justify-content:center;align-items:center}.materials-download__block--one{order:3;margin-bottom:4rem}@media (min-width:992px){.materials-download__block--one{order:1;margin-bottom:0}}.materials-download__block--two{order:1;margin-top:-9rem}@media (min-width:992px){.materials-download__block--two{order:2;margin-top:0}}.materials-download__block--three{order:2}@media (min-width:992px){.materials-download__block--three{order:3}}.materials-download__svg-icon{width:22rem;height:22rem}.materials-download__files{list-style:none;width:100%;max-width:28rem;margin:0;padding:0}.materials-download__file{padding:.8rem 0;border-top:.1rem solid #eceef0}.materials-download__file:last-of-type{border-bottom:.1rem solid #eceef0}.materials-download__link{display:flex;align-items:center;text-decoration:none}.materials-download__link:focus,.materials-download__link:hover{text-decoration:none}.materials-download__link .svg-icon{margin-right:1.8rem}.materials-download__info{display:flex;flex-direction:column;width:100%;max-width:28rem}.materials-download__info-title{font-size:2rem;font-family:Comenia-Sans-Regular,arial,sans-serif;padding:0;margin-bottom:1rem}.materials-download__perex{font-size:1.6rem;line-height:2.4rem;margin-bottom:2rem}.materials-download__button{position:relative;z-index:1;padding-bottom:.5rem}.materials-download__button a.btn{display:inline-flex;align-items:center;padding:.7rem 1.2rem}.materials-download__button a.btn:focus,.materials-download__button a.btn:hover{color:#fff;background-color:#000}.materials-download__button a.btn:focus .svg-icon,.materials-download__button a.btn:hover .svg-icon{fill:#fff}.materials-download__button a.btn .svg-icon{margin-right:1.2rem}.materials-download__all-link{display:block;position:relative;text-decoration:underline;margin-top:2rem}@media (min-width:992px){.materials-download__all-link{max-width:128rem;margin-top:-5.5rem;margin-bottom:3.5rem;margin-right:-73.5rem}}@media (min-width:1200px){.materials-download__all-link{width:107rem;margin:0 auto;padding-bottom:5.5rem;text-align:right}}@media (min-width:1460px){.materials-download__all-link{width:128rem}}.materials-download__title-slider{margin-bottom:0}@media (min-width:992px){.materials-download__title-slider{margin-bottom:2.5rem}}@media (min-width:1200px){.materials-download__title-slider{margin-bottom:-2rem}}.materials-download-slider{display:flex;align-items:center;max-width:128rem;margin:0 auto}.materials-download-slider .slick-list{margin:0 -3rem}.materials-download__container-slider{position:relative;padding-right:0;padding-left:0;margin:0 auto}@media print{.materials-download__container-slider{width:100%!important;padding:0!important;margin:0!important;max-width:90%!important}}.materials-download__slider-content{padding:9rem 3rem 2.8rem}@media (min-width:992px){.materials-download__slider-content{padding:2.8rem 5rem}}@media (min-width:1200px){.materials-download__slider-content{padding:2.8rem 0}}@media (min-width:992px){.materials-download__slider-content .materials-download__content{margin:0 auto;grid-template-columns:repeat(2,1fr);column-gap:2rem;row-gap:0;max-width:128rem}}@media (min-width:1200px){.materials-download__slider-content .materials-download__content{width:107rem}}@media (min-width:1460px){.materials-download__slider-content .materials-download__content{width:128rem}}.materials-download__slider-content .materials-download__block--three{margin-bottom:4rem}@media (min-width:992px){.materials-download__slider-content .materials-download__block--three{margin-bottom:0}}@media (min-width:992px){.materials-download__slider-content .materials-download__block picture{display:block;position:absolute;top:-3.5rem}}@media (min-width:1200px){.materials-download__slider-content .materials-download__block picture{top:-5rem}}@media (min-width:992px){.materials-download__slider-content .materials-download__info{max-width:32rem}}@media (min-width:1200px){.materials-download__slider-content .materials-download__info{max-width:36rem}}.materials-download__arrow{position:absolute;top:20%;display:block;z-index:999;cursor:pointer}@media (min-width:992px){.materials-download__arrow{top:auto}}.materials-download__arrow--prev{left:1rem}@media (min-width:576px){.materials-download__arrow--prev{left:5.5rem}}@media (min-width:992px){.materials-download__arrow--prev{left:3%}}@media (min-width:1070px){.materials-download__arrow--prev{left:-2%}}@media (min-width:1200px){.materials-download__arrow--prev{left:1%}}@media (min-width:1460px){.materials-download__arrow--prev{left:-6rem}}.materials-download__arrow--next{right:1rem}@media (min-width:576px){.materials-download__arrow--next{right:5.5rem}}@media (min-width:992px){.materials-download__arrow--next{right:3%}}@media (min-width:1070px){.materials-download__arrow--next{right:-2%}}@media (min-width:1200px){.materials-download__arrow--next{right:1%}}@media (min-width:1460px){.materials-download__arrow--next{right:-6rem}}.contacts-bar{position:relative;display:flex;flex-direction:column;align-items:center;margin-bottom:6.4rem}@media (min-width:576px){.contacts-bar{margin-bottom:12.8rem}}.contacts-bar__title{font-size:2.4rem;font-weight:400;margin-bottom:2.5rem;padding:0}@media (min-width:576px){.contacts-bar__title{font-size:4rem}}.contacts-bar__list{display:grid;margin:6.5rem auto -.1rem;grid-template-columns:repeat(auto-fit,minmax(100%,1fr));justify-items:center;background-color:#fff;box-shadow:0 0 2.4rem .4rem rgba(78,85,94,.15);border:.1rem solid #e9ebeb;width:100%}@media (min-width:768px){.contacts-bar__list{grid-template-columns:repeat(auto-fit,minmax(calc((100% - 1.7rem) / 2),1fr))}}@media (min-width:1440px){.contacts-bar__list{grid-template-columns:repeat(auto-fit,minmax(calc((100% - 1.7rem * 3) / 4),1fr))}}.contacts-bar__item{display:flex;flex-direction:column;width:100%;border-bottom:.1rem solid #e9ebeb;padding:2.5rem 2.5rem 9rem;margin-bottom:-.1rem}.contacts-bar__item:last-of-type{padding-bottom:5.5rem}@media (min-width:768px){.contacts-bar__item{padding:2.5rem 2.5rem 6.5rem;border-right:.1rem solid #e9ebeb}.contacts-bar__item:nth-child(2n){border-right:0}}@media (min-width:992px){.contacts-bar__item:nth-child(2n){border-right:.1rem solid #e9ebeb}.contacts-bar__item:nth-child(4n){border-right:0}}.contacts-bar__badge{display:inline-flex;align-items:center;justify-content:center;text-align:center;color:#fff;background:#000;border:1px solid #000;width:12.2rem;height:12.2rem;border-radius:6rem}.contacts-bar__badge span{position:relative;line-height:1;font-size:2.4rem}@media (min-width:768px){.contacts-bar__badge span{font-size:4rem}}.contacts-bar__foto{margin-top:-9rem;margin-bottom:2rem}.contacts-bar__foto img{border-radius:50%;border:.3rem solid #e9ebeb}.contacts-bar__name{font-size:2rem;margin-bottom:1.5rem;font-weight:700}a.contacts-bar__name{text-decoration:none}a.contacts-bar__name:focus,a.contacts-bar__name:hover{text-decoration:underline}.contacts-bar__card{font-size:1.6rem;line-height:2.8rem;margin-bottom:1rem}.contacts-bar__card>a:focus,.contacts-bar__card>a:hover{text-decoration:none}.contacts-bar__next-items{display:none}.contacts-bar__next-items.open{display:contents}@media (min-width:1440px){.contacts-bar__next-items.open .contacts-bar__item{padding-top:3rem}}.contacts-bar__button{position:relative;z-index:1;margin-top:-2.5rem}.contacts-bar__btn{display:flex;align-items:center;border:.1rem solid #e9ebeb;border-radius:5rem;padding:1.2rem 2.2rem;height:4.5rem;font-size:1.6rem;box-shadow:none;-o-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.contacts-bar__btn .svg-icon{margin-right:1rem}.contacts-bar__btn .contacts-bar__btn--hide{display:block}.contacts-bar__btn .contacts-bar__btn--open{display:none}.contacts-bar__btn.open .svg-icon{rotate:180deg}.contacts-bar__btn.open .contacts-bar__btn--hide{display:none}.contacts-bar__btn.open .contacts-bar__btn--open{display:block}.contacts-bar__btn:hover .svg-icon{fill:#fff}.contacts-bar__btn:focus{outline:none}.contacts-bar__btn:after{display:none}.contact-with-citation{position:relative;display:flex;flex-direction:column;align-items:center;margin-bottom:6.4rem}@media (min-width:576px){.contact-with-citation{margin-bottom:12.8rem}}.contact-with-citation__title{font-size:2.4rem;font-weight:400;margin-bottom:2.5rem;padding:0}@media (min-width:576px){.contact-with-citation__title{font-size:4rem}}.contact-with-citation__list{display:grid;margin:0 auto;grid-template-columns:repeat(auto-fit,minmax(100%,1fr));justify-items:center;background-color:#eeefef;width:100%}@media (min-width:992px){.contact-with-citation__list{grid-template-columns:repeat(auto-fit,minmax(calc((100% - 1.7rem) / 2),1fr))}}.contact-with-citation__item{display:flex;flex-direction:column;width:100%;padding:4rem;border-top:.1rem solid #ccc}.contact-with-citation__item:first-child{border-top:0}@media (min-width:768px){.contact-with-citation__item{padding:4.5rem 8rem}}@media (min-width:992px){.contact-with-citation__item{padding:4rem;border-right:.1rem solid #ccc}.contact-with-citation__item:nth-child(2){border-top:0}.contact-with-citation__item:nth-child(2n){border-right:0}}@media (min-width:1200px){.contact-with-citation__item{padding:6.5rem 10rem}}.contact-with-citation__wrap{display:flex;flex-direction:column;margin-bottom:1rem}@media (min-width:768px){.contact-with-citation__wrap{flex-direction:row}}.contact-with-citation__badge{display:inline-flex;align-items:center;justify-content:center;text-align:center;color:#fff;background:#000;border:1px solid #000;width:12.2rem;height:12.2rem;border-radius:6rem}.contact-with-citation__badge span{position:relative;line-height:1;font-size:2.4rem}@media (min-width:768px){.contact-with-citation__badge span{font-size:4rem}}.contact-with-citation__foto{margin-bottom:2rem}.contact-with-citation__foto img{border-radius:50%;border:.3rem solid #e9ebeb}.contact-with-citation__name{font-size:2rem;margin-bottom:1.5rem;font-weight:700}.contact-with-citation__name:focus,.contact-with-citation__name:hover{text-shadow:none;text-decoration:none}.contact-with-citation__card-wrap{display:flex;flex-direction:column}@media (min-width:768px){.contact-with-citation__card-wrap{padding-left:3rem}}.contact-with-citation__card{font-size:1.6rem;line-height:2.8rem;margin-bottom:1.2rem}.contact-with-citation__card>a:focus,.contact-with-citation__card>a:hover{text-decoration:none}.contact-with-citation__citation{position:relative;padding:2.5rem 0;margin:0 0 2rem;font-size:1.6rem;line-height:3rem;font-style:italic;width:fit-content}.contact-with-citation__citation:before{content:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43MzgiIGhlaWdodD0iMTYuOTQ4IiB2aWV3Qm94PSIwIDAgMjUuNzM4IDE2Ljk0OCI+DQogIDxwYXRoIGlkPSJQYXRoXzk2MyIgZGF0YS1uYW1lPSJQYXRoIDk2MyIgZD0iTS0xLjYzNS0xOC44MTYtOC4wODUtMS44NjhoNC4xMUw1Ljc2NC0xOC44MTZabTExLjg4OSwwTDMuOC0xLjg2OGg0LjExbDkuNzM5LTE2Ljk0OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDguMDg1IDE4LjgxNikiIGZpbGw9IiMyMzIzMjMiLz4NCjwvc3ZnPg0K");position:absolute;top:0;left:0;width:2.6rem;height:1.7rem}.contact-with-citation__citation:after{content:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS42NzQiIGhlaWdodD0iMTYuOTQ4IiB2aWV3Qm94PSIwIDAgMjUuNjc0IDE2Ljk0OCI+DQogIDxwYXRoIGlkPSJQYXRoXzk2MiIgZGF0YS1uYW1lPSJQYXRoIDk2MiIgZD0iTTc3LjA3Ny05My4xNTUsODMuNDY0LTExMC4xaC00LjExTDY5LjY3OC05My4xNTVabTExLjg4OSwwTDk1LjM1Mi0xMTAuMWgtNC4xMUw4MS41NjctOTMuMTU1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY5LjY3OCAxMTAuMTAzKSIgZmlsbD0iIzIzMjMyMyIvPg0KPC9zdmc+DQo=");position:absolute;bottom:.5rem;right:0;width:2.6rem;height:1.7rem}.contact-with-citation__item-button{position:relative;z-index:1;margin-top:-1rem;margin-bottom:.5rem}.contact-with-citation__next-items{display:none}.contact-with-citation__next-items.open{display:contents}.contact-with-citation__next-items .contact-with-citation__item:first-child,.contact-with-citation__next-items .contact-with-citation__item:nth-child(2){border-top:.1rem solid #ccc}@media (min-width:992px){.contact-with-citation__next-items .contact-with-citation__item:first-child,.contact-with-citation__next-items .contact-with-citation__item:nth-child(2){border-top:0}}.form-group--radio-as-tab{position:relative}.form-group--radio-as-tab .control-label{cursor:pointer;position:relative;padding-right:2rem}.form-group--radio-as-tab .control-label:before{content:"";display:inline-block;width:1.6rem;height:1.6rem;background:url("/img/svg/source/dropdown-arrow-circle-small.svg") 0 0 no-repeat;position:absolute;top:.3rem;right:0}@media (min-width:992px){.form-group--radio-as-tab .control-label{display:none}}.form-group--radio-as-tab .help-block{display:none}.form-group--radio-as-tab .form-group__content{display:none;position:absolute;background:#fff;right:16px}@media (min-width:992px){.form-group--radio-as-tab .form-group__content{position:static;display:inline-block;background:transparent;border:none!important;box-shadow:none}}.form-group--radio-as-tab .radio{margin:0;padding:0;display:block;text-align:left}@media (min-width:992px){.form-group--radio-as-tab .radio{display:inline-block;margin-left:1rem;margin-bottom:1rem}}.form-group--radio-as-tab input[type=radio]{display:none}.form-group--radio-as-tab input[type=radio]+label{padding:.3rem 16px;display:block;cursor:pointer;font-size:1.6rem;color:#495057;-o-transition:all .2s 0s linear;-webkit-transition:all .2s linear 0s;transition:all .2s linear 0s}@media (min-width:992px){.form-group--radio-as-tab input[type=radio]+label{padding:0 0 .6rem;border-bottom:2px solid transparent}}.form-group--radio-as-tab input[type=radio]+label:hover{color:#000}.form-group--radio-as-tab input[type=radio]+label:after,.form-group--radio-as-tab input[type=radio]+label:before{display:none!important}.form-group--radio-as-tab input[type=radio]:checked+label{background-color:#000;color:#fff;font-weight:700}@media (min-width:992px){.form-group--radio-as-tab input[type=radio]:checked+label{border-color:#000;color:#000;background-color:transparent}}.form-group--radio-as-tab.active .form-group__content{display:block;border:1px solid #495057;box-shadow:5px 10px 20px 0 rgba(0,0,0,.2);z-index:100}.noscript-warning{font-size:14px;background:#000;color:#fff;padding:5px 15px}.dhtml-number{display:flex;flex-wrap:wrap;max-width:11.6rem}.dhtml-number>span{display:inline-block;position:relative;max-width:11.6rem;padding:0 35px;order:1}.dhtml-number>span input{text-align:center;padding-left:0;padding-right:0;font-size:1.5rem;font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;background:transparent;height:36px}.dhtml-number>span input:disabled{background:transparent;color:#e1e4e7;box-shadow:none}.dhtml-number>span .dhtml-number-controls-group a{display:block;position:absolute;height:100%;width:35px;line-height:36px;font-size:1.5rem;font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;top:0;color:#000;background:#fff;border-top:1px solid transparent;border-bottom:1px solid transparent;text-decoration:none;text-align:center}.dhtml-number>span .dhtml-number-controls-group a:hover{color:#000}.dhtml-number>span .dhtml-number-controls-group a.disabled{color:#e1e4e7;pointer-events:none;cursor:not-allowed}.dhtml-number>span .dhtml-number-controls-group a.disabled:hover{color:#e1e4e7}.dhtml-number>span .dhtml-number-controls-group a.increase{right:0;border-right:1px solid transparent}.dhtml-number>span .dhtml-number-controls-group a.decrease{left:0;border-left:1px solid transparent}.dhtml-number .control-label{display:inline-block;vertical-align:top;text-align:center;font-size:1.1rem;font-weight:400;width:100%;max-width:11.6rem;padding-top:2px;margin-bottom:0;order:2}.dhtml-number .help-block{width:100%;max-width:100%;display:block;font-size:1.2rem;padding:0;margin:0;order:3;color:#d9534f}.dhtml-number input{-moz-appearance:textfield}.dhtml-number input::-webkit-inner-spin-button,.dhtml-number input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.form-control-password-toggle{padding-right:5rem}.form-control-password-toggle+.ico-handler{display:inline-block;vertical-align:top;width:35px;height:35px;text-align:center;padding:6px 0;margin-left:-45px;cursor:pointer}.form-control-password-toggle+.ico-handler:before{position:relative;top:1px;display:inline-block;font-family:glyphicon;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:2rem;color:#000}.form-control-password-toggle+.ico-handler:before:empty{width:1em}.form-control-password-toggle+.ico-handler .svg-icon{display:none}.form-control-password-toggle-wrapper .form-control-password-toggle{display:inline-block;vertical-align:top}.file-type{padding-left:3.5rem;position:relative}.file-type:before{position:relative;top:1px;display:inline-block;font-family:glyphicon;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:2px;transform:translateY(-50%);color:#000;font-size:2.6rem}.file-type:before:empty{width:1em}.file-type.file-type--pdf:before{color:#ef4639}.file-type.file-type--doc:before,.file-type.file-type--docx:before{color:#2672b9}.file-type.file-type--xls:before,.file-type.file-type--xlsx:before{color:#0d743b}.file-type.file-type--rar:before,.file-type.file-type--zip:before{color:#e47d25}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;margin-left:-.6rem;background-color:#333;color:#fff;border-radius:0;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.tippy-box[data-theme~=esp]{background-color:#000;color:#fff;text-align:left;font-size:1.2rem;padding:2rem;box-shadow:15px 0 20px 0 hsla(0,0%,100%,.1)}.tippy-box[data-theme~=esp] a{color:#fff;display:block}.tippy-box{z-index:100000}.tippy-box[data-placement^=top][data-theme~=esp]>.tippy-arrow:before{border-top-color:#000}.tippy-box[data-placement^=bottom][data-theme~=esp]>.tippy-arrow:before{border-bottom-color:#000}.tippy-box[data-placement^=left][data-theme~=esp]>.tippy-arrow:before{border-left-color:#000}.tippy-box[data-placement^=right][data-theme~=esp]>.tippy-arrow:before{border-right-color:#000}.page-newsletter-unsubscription .content .form-group{margin-bottom:1.8rem}.page-newsletter-unsubscription .content .form-group .col-sm-2,.page-newsletter-unsubscription .content .form-group .col-sm-10{width:100%;float:none;padding-left:0;padding-right:0}.header-container{background-color:#000;margin-bottom:20px;padding-bottom:1px}.header-container h1{text-align:center;color:#fff}.header-container--blog{padding:0 2rem;padding-bottom:15rem;margin-bottom:-10rem}@media (min-width:768px){.header-container--blog{padding:0 3rem 15rem}}.header-container--blog .breadcrumb{padding-left:0}.contact-container{margin-bottom:13rem;display:flex;flex-wrap:wrap;justify-content:center}@media (min-width:992px){.contact-container{justify-content:space-around}}.contact-container>div{max-width:445px;position:relative}@media (min-width:992px){.contact-container>div{padding-left:84px}.contact-container>div .h4,.contact-container>div .notice-board__left>a,.contact-container>div .notice-board__right>a{margin-top:0}}.contact-container>div p{font-size:2rem}.contact-container>div .glyphicon{font-size:5rem}@media (min-width:992px){.contact-container>div .glyphicon{position:absolute;left:0;top:0}}.contact-container>div.newsletter{margin-bottom:60px}@media (min-width:992px){.contact-container>div.newsletter{margin-bottom:0}}.contact-container>div.newsletter form{position:relative}.contact-container>div.newsletter form>div:first-of-type{display:none}.contact-container>div.newsletter form label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.contact-container>div.newsletter form input[type=text]{padding-right:100px}.contact-container>div.newsletter form .btn{position:absolute;top:0;right:0}.list-select{display:inline-block;position:relative}.list-select__handler{cursor:pointer;position:relative;padding-right:1.5rem}.list-select__handler:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.list-select__handler:empty:after{margin-left:0}.list-select__handler:after{position:absolute;top:50%;margin-top:-2px;right:0;-o-transition:all .2s 0s linear;-webkit-transition:all .2s linear 0s;transition:all .2s linear 0s}.list-select--open .list-select__handler:after{transform:rotate(180deg)}.list-select__list{display:none;margin:0;padding:1rem;position:absolute;top:100%;right:-5px;background:#000;min-width:50px}.list-select__list li{line-height:1.1;margin-bottom:1rem;padding-right:1rem;white-space:nowrap;text-align:left}.list-select__list li:last-child{margin-bottom:0}.list-select__list li:last-child .list-select__sublist{border-bottom:none;padding-bottom:0}.list-select__list a{color:#fff}.list-select--open .list-select__list{display:block}.list-select__sublist{padding-left:0;list-style:none;margin-left:0;padding-top:.5rem;padding-bottom:1rem;border-bottom:1px dotted #fff}.list-select__sublist>li{display:inline-block;padding-left:.5rem;padding-right:.5rem}.list-select__sublist>li:first-child{padding-left:0}.list-select__sublist>li:last-child{padding-right:0}.list-select__no-link-item span{opacity:.6}.promo-box{background:#fff;padding:2.4rem;margin-bottom:2.4rem}@media (min-width:576px){.promo-box{margin-bottom:3.2rem}}@media (min-width:768px){.promo-box{margin-bottom:4.8rem}}@media (min-width:992px){.promo-box{margin-bottom:6.4rem}}@media (min-width:1200px){.promo-box{margin-bottom:8rem}}@media (min-width:768px){.promo-box{padding:4rem}}@media (min-width:1200px){.promo-box{padding:6.4rem 5.6rem}}.promo-box__heading{text-align:center}@media (min-width:992px){.promo-box__heading{max-width:70%;margin:0 auto}}.promo-box__list{display:flex;flex-wrap:wrap;padding:3.2rem 0}.promo-box__list li{flex:1 1 50%;display:inline-flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;padding:1.6rem}@media (min-width:768px){.promo-box__list li{flex:1 1 33.33333%}}@media (min-width:1200px){.promo-box__list li{flex:1 1 16.66667%}}.promo-box__list li span{font-size:4rem;color:#000;margin-bottom:1.6rem}.promo-box__list+p .btn{text-transform:uppercase}.universal-preloader.visible{position:fixed;top:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:1000}.universal-preloader.visible.snake .animate{position:absolute;margin:-15px 0 0 -15px;top:50%;left:50%;height:30px;width:30px;border:5px solid #fff;border-right-color:transparent;border-radius:50%;animation:rotate .8s infinite linear}.universal-preloader.visible.signal .animate{position:absolute;left:50%;top:50%;margin:-15px 0 0 -15px;opacity:0;border:5px solid #fff;border-radius:30px;height:30px;width:30px;animation:pulsate 1s ease-out;animation-iteration-count:infinite}.universal-preloader.visible.bar .animate{height:4px;width:100%;position:relative;overflow:hidden;background-color:#fff}.universal-preloader.visible.bar .animate:before{display:block;position:absolute;content:"";left:-200px;width:200px;height:4px;background-color:#000;animation:line 2s linear infinite}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}to{transform:scale(1.2);opacity:0}}@-webkit-keyframes pulsate{0%{-webkit-transform:scale(.1);opacity:0}50%{opacity:1}to{-webkit-transform:scale(1.2);opacity:0}}@keyframes line{0%{left:-200px;width:30%}50%{width:30%}70%{width:70%}80%{left:50%}95%{left:120%}to{left:100%}}@-webkit-keyframes line{0%{left:-200px;width:30%}50%{width:30%}70%{width:70%}80%{left:50%}95%{left:120%}to{left:100%}}.highslide-caption,.highslide-wrapper{background-color:#fff}.highslide-loading{display:block;font-size:9px;font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;text-transform:uppercase;padding:3px;border:1px solid #fff;padding-left:22px;background:#fff url("/img/highslide/loader.white.gif") 3px 2px no-repeat}.highslide-loading,.highslide-loading:hover{color:#000;text-decoration:none}.highslide-html-content{display:none;width:400px;padding:0 5px 5px}.closebutton{display:block;position:relative;top:-15px;left:15px;width:30px;height:30px;cursor:pointer;background:url("/img/highslide/close.png");font-size:0;outline:0;opacity:.7}.closebutton:hover{opacity:1}.highslide-dimming{background:#000}.highslide-image{box-sizing:content-box}.controlbar-arrows a{display:block;width:50px;height:50px;color:#fff;opacity:.7;text-align:center;background:rgba(0,0,0,.85);line-height:50px;font-size:26px;outline:0}.controlbar-arrows a:hover{opacity:1}.highslide-footer{height:16px}.highslide-footer .highslide-resize{display:block;float:right;margin-top:5px;height:11px;width:11px;background:url("/img/highslide/resize.gif");position:relative;cursor:nw-resize}.no-footer .highslide-footer,.no-header .highslide-header{display:none}.highslide-viewport-size{height:100%;left:0;position:fixed;top:0;width:100%;z-index:1}.highslide-viewport{z-index:2}a[href="#"]:hover{text-decoration:none;cursor:default}.esTracking{position:absolute;top:-10000px;left:-10000px;opacity:0}.eshop-availability-available{color:#49af63}.eshop-availability-not-available{color:#c95835}.shop-availability-on-demand{color:#8a6d3b}.page-row{display:flex;flex-wrap:wrap;margin-right:-16px;margin-left:-16px}.top-products-container{width:100%;padding-right:16px;padding-left:16px;margin-right:auto;margin-left:auto;margin-bottom:4rem}.top-products-container h2{font-size:3rem}@media (min-width:576px){.top-products-container{max-width:540px}}@media (min-width:768px){.top-products-container{max-width:720px}}@media (min-width:992px){.top-products-container{max-width:960px}}@media (min-width:1200px){.top-products-container{max-width:1600px}}.top-categories-container{width:100%;padding-right:16px;padding-left:16px;margin-right:auto;margin-left:auto;margin-bottom:0}@media (min-width:576px){.top-categories-container{max-width:540px}}@media (min-width:768px){.top-categories-container{max-width:720px}}@media (min-width:992px){.top-categories-container{max-width:960px}}@media (min-width:1200px){.top-categories-container{max-width:1600px}}.top-categories-container h2{font-size:3rem}.top-categories-container h3{color:#000}.top-categories-container ul{display:flex;flex-wrap:wrap;margin-right:-16px;margin-left:-16px;margin-bottom:0}.top-categories-container ul li{margin-bottom:5.6rem;min-height:145px;position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 100%;max-width:100%}@media (min-width:576px){.top-categories-container ul li{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 50%;max-width:50%}}@media (min-width:992px){.top-categories-container ul li{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 33.33333%;max-width:33.33333%}}.top-categories-container ul li a{text-decoration:none}.top-categories-container ul li a h3{font-weight:400;margin:1rem 0 0}.top-categories-container ul li a p{color:#000}.news-and-reviews-container{width:100%;padding-right:16px;padding-left:16px;margin-right:auto;margin-left:auto;margin-bottom:4rem}@media (min-width:576px){.news-and-reviews-container{max-width:540px}}@media (min-width:768px){.news-and-reviews-container{max-width:720px}}@media (min-width:992px){.news-and-reviews-container{max-width:960px}}@media (min-width:1200px){.news-and-reviews-container{max-width:1600px}}.news-and-reviews-container h2{font-size:3rem}.newsletter-container{width:100%;padding-right:16px;padding-left:16px;margin-right:auto;margin-left:auto;text-align:center;background-color:#848789;color:#fff;margin-bottom:5.6rem;background-image:url("/img/u/bg-newsletter.jpg");background-repeat:no-repeat;background-position:50% 50%;background-size:cover}@media (min-width:576px){.newsletter-container{max-width:540px}}@media (min-width:768px){.newsletter-container{max-width:720px}}@media (min-width:992px){.newsletter-container{max-width:960px}}@media (min-width:1200px){.newsletter-container{max-width:1600px}}.newsletter-container h2{font-size:2.5rem;color:#fff}.newsletter-container .control-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.newsletter-container .form-group{display:inline-block;margin-bottom:0}@media (min-width:768px){.newsletter-container .form-group{width:350px;margin-right:.5rem}}.newsletter-container .form-group.cookies-policy__heading,.newsletter-container .form-group.gallery__header,.newsletter-container .form-group.registration-links__logout-label,.newsletter-container .form-group.sr-only,.newsletter-container .order-wizard h1.form-group,.newsletter-container .product-list.product-list-tiles>li .product-info-container .product-text-info .product-list__variants-container .product-list__variants .form-group.product-variant__label,.order-wizard .newsletter-container h1.form-group,.product-list.product-list-tiles>li .product-info-container .product-text-info .product-list__variants-container .product-list__variants .newsletter-container .form-group.product-variant__label{width:auto!important}.newsletter-container .btn{display:inline-block;vertical-align:top}.newsletter-container .note{font-size:1.3rem;font-style:italic}.newsletter-container a{color:#fff}.newsletter-container__content{padding:32px}.product-list-container{margin-top:4rem;margin-bottom:4rem}.product-list-slider-container{overflow:hidden;position:relative;margin-left:-16px;margin-right:-16px;padding-left:32px;padding-right:32px}@media (min-width:768px){.product-list-slider-container{margin-left:-32px;margin-right:-32px}}.product-detail .product-list-slider-container{margin:0;padding-left:40px;padding-right:40px}.product-list-slider-container>div{width:100%;overflow:hidden}.product-list-slider-container .nav-controls{-o-transition:all .2s 0s ease-out;-webkit-transition:all .2s ease-out 0s;transition:all .2s ease-out 0s;margin-bottom:0}.product-list-slider-container .nav-controls .next,.product-list-slider-container .nav-controls .prev{text-align:center;position:absolute;width:50px;height:86px;line-height:86px;font-size:46px;color:#000;top:37px}.product-list-slider-container .nav-controls .next:focus,.product-list-slider-container .nav-controls .next:hover,.product-list-slider-container .nav-controls .prev:focus,.product-list-slider-container .nav-controls .prev:hover{color:#000}.product-list-slider-container .nav-controls .next.disabled,.product-list-slider-container .nav-controls .prev.disabled{color:#e1e4e7;pointer-events:none}.product-list-slider-container .nav-controls .next span,.product-list-slider-container .nav-controls .prev span{position:relative;top:1px;display:inline-block;font-family:glyphicon;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.product-list-slider-container .nav-controls .next span:empty,.product-list-slider-container .nav-controls .prev span:empty{width:1em}.product-list-slider-container .nav-controls .next{right:0}.product-detail .product-list-slider-container .nav-controls .next{right:-15px}.product-list-slider-container .nav-controls .prev{left:0}.product-detail .product-list-slider-container .nav-controls .prev{left:-15px}.product-list-slider-container .nav-controls .prev span{transform:rotate(180deg)}.product-list-wrapper .product-list:first-child{border-top:1px solid #e1e4e7}.product-list-wrapper .product-list+.product-list td,.product-list-wrapper .product-list+.product-list th{padding-top:0!important}.product-list .ico{position:relative;top:1px;display:inline-block;font-family:glyphicon;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:-.1rem}.product-list .ico:empty{width:1em}.product-list .ico.ico-remove-from-cart{color:#848789}.product-list .ico.ico-remove-from-cart:focus,.product-list .ico.ico-remove-from-cart:hover{color:#000}.product-list .ico.ico-remove-from-cart .svg-icon{display:none}.product-list.product-list-tiles{margin-bottom:0}.product-list.product-list-tiles>li{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 100%;max-width:100%}.product-list.product-list-tiles>li>div{display:block;height:100%;position:relative;-o-transition:all .2s 0s linear;-webkit-transition:all .2s linear 0s;transition:all .2s linear 0s;padding:1rem 3.2rem 3.8rem}@media (min-width:576px){.product-list.product-list-tiles>li>div{padding-bottom:5.8rem}}@media (min-width:992px){.product-list.product-list-tiles>li>div{padding-bottom:3.8rem}}.product-list.product-list-tiles>li>div:before{z-index:-1;content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid transparent;-o-transition:all .3s 0s ease-out;-webkit-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}.product-list.product-list-tiles>li>div:focus,.product-list.product-list-tiles>li>div:hover{z-index:10}.product-list.product-list-tiles>li>div:focus:before,.product-list.product-list-tiles>li>div:hover:before{background:#fff;border-color:hsla(0,0%,100%,.9);box-shadow:0 0 2.4rem .4rem rgba(78,85,94,.15)}@media (min-width:768px){.product-list.product-list-tiles>li>div:focus:before,.product-list.product-list-tiles>li>div:hover:before{transform:scale(1.1,1.07)}}.product-list.product-list-tiles>li>div:focus .product-tools,.product-list.product-list-tiles>li>div:hover .product-tools{display:block;border-color:#e1e4e7}.product-list.product-list-tiles>li a{text-decoration:none}.product-list.product-list-tiles>li a.motive-link{max-height:240px;display:flex;align-items:center;margin-bottom:1.8rem;aspect-ratio:1/1}.product-list.product-list-tiles>li a.motive-link img{display:block;margin:0;max-width:100%;height:auto}.product-list.product-list-tiles>li h3{font-size:1.6rem;margin-top:0;margin-bottom:1rem;font-weight:400;-o-transition:all .2s 0s linear;-webkit-transition:all .2s linear 0s;transition:all .2s linear 0s}.product-list.product-list-tiles>li h3 a{color:#000}.product-list.product-list-tiles>li p{color:#000;font-size:1.2rem;margin-bottom:1rem}.product-list.product-list-tiles>li:focus h3 a,.product-list.product-list-tiles>li:hover h3 a{color:#000}.product-list.product-list-tiles>li .product-info-container{position:relative}.product-list.product-list-tiles>li .product-info-container .product-text-info .rating-widget,.product-list.product-list-tiles>li .product-info-container .product-text-info .short-description,.product-list.product-list-tiles>li .product-info-container .product-text-info h3{width:100%}.product-list.product-list-tiles>li .product-info-container .product-text-info .rating-widget{order:1}.product-list.product-list-tiles>li .product-info-container .product-text-info h3{order:2;line-height:1.4}.product-list.product-list-tiles>li .product-info-container .product-text-info .short-description{order:3;line-height:1.4}@media (min-width:768px){.product-list.product-list-tiles>li .product-info-container .product-text-info{min-height:10.2rem}}.product-list.product-list-tiles>li .product-info-container .product-text-info .product-list__variants-container{display:flex;width:100%}.product-list.product-list-tiles>li .product-info-container .product-text-info .product-list__variants-container .product-list__variants{line-height:1;margin:0;font-size:1.6rem;font-weight:400}.product-list.product-list-tiles>li .product-info-container .product-text-info .product-list__variants-container .product-list__variants:first-child{border-right:1px solid #000;margin-right:1.5rem;padding-right:1.5rem}.product-list.product-list-tiles>li .product-info-container .product-buy-info{margin-bottom:1.5rem;display:flex;flex-direction:column;color:#000;min-height:4rem}.product-list.product-list-tiles>li .product-info-container .product-buy-info .price-info,.product-list.product-list-tiles>li .product-info-container .product-buy-info .product-stock-info{display:block;align-self:flex-start;margin-bottom:0}.product-list.product-list-tiles>li .product-info-container .product-buy-info .price-info .stock-info__text,.product-list.product-list-tiles>li .product-info-container .product-buy-info .product-stock-info .stock-info__text{margin-bottom:0;line-height:1.1}.product-list.product-list-tiles>li .product-info-container .product-buy-info .price-info{line-height:1.1}.product-list.product-list-tiles>li .product-info-container .product-buy-info .price-info strong{display:block;font-size:1.8rem;font-weight:400}.product-list.product-list-tiles>li .product-info-container .product-buy-info .product-stock-info{padding-top:1.2rem;line-height:1.1}.product-list.product-list-tiles>li .product-tags-container .product-tags-list li{font-size:1.2rem;font-weight:400}.product-list.product-list-tiles>li .product-links-container .buttons{padding-bottom:2rem;margin-bottom:0}.product-list.product-list-tiles>li .product-links-container .buttons .btn-add-to-cart,.product-list.product-list-tiles>li .product-links-container .buttons .btn-show-detail{position:relative;display:inline-block;box-sizing:border-box;text-shadow:.04rem 0 0 currentColor;font-size:1.6rem;line-height:1.6rem;background:#fff;color:#000;border:1px solid #000;padding:15px;cursor:pointer;text-align:left;text-decoration:none;-o-transition:background .3s linear;-webkit-transition:background .3s linear;transition:background .3s linear;white-space:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 0 1.2rem .2rem rgba(78,85,94,.15);font-size:1.3rem}.product-list.product-list-tiles>li .product-links-container .buttons .btn-add-to-cart:after,.product-list.product-list-tiles>li .product-links-container .buttons .btn-show-detail:after{content:"";position:absolute;box-sizing:content-box;background:#fff;border:1px solid #000;height:100%;width:100%;left:4px;top:4px;pointer-events:none;transition:all .25s ease-in-out;z-index:-1}.product-list.product-list-tiles>li .product-links-container .buttons .btn-add-to-cart:hover,.product-list.product-list-tiles>li .product-links-container .buttons .btn-show-detail:hover{text-decoration:none;color:#fff;background:#000;outline:0;text-shadow:none}.product-list.product-list-tiles>li .product-links-container .buttons .btn-add-to-cart:hover:after,.product-list.product-list-tiles>li .product-links-container .buttons .btn-show-detail:hover:after{left:-1px;top:-1px}.product-list.product-list-tiles>li .product-links-container .buttons .btn-add-to-cart.disabled,.product-list.product-list-tiles>li .product-links-container .buttons .btn-add-to-cart:disabled,.product-list.product-list-tiles>li .product-links-container .buttons .btn-show-detail.disabled,.product-list.product-list-tiles>li .product-links-container .buttons .btn-show-detail:disabled{color:#999;border-color:#999;pointer-events:none}.product-list.product-list-tiles>li .product-links-container .buttons .btn-add-to-cart.disabled:hover,.product-list.product-list-tiles>li .product-links-container .buttons .btn-add-to-cart:disabled:hover,.product-list.product-list-tiles>li .product-links-container .buttons .btn-show-detail.disabled:hover,.product-list.product-list-tiles>li .product-links-container .buttons .btn-show-detail:disabled:hover{cursor:not-allowed;background:#fff}.product-list.product-list-tiles>li .product-links-container .buttons .btn-add-to-cart.disabled:hover:after,.product-list.product-list-tiles>li .product-links-container .buttons .btn-add-to-cart:disabled:hover:after,.product-list.product-list-tiles>li .product-links-container .buttons .btn-show-detail.disabled:hover:after,.product-list.product-list-tiles>li .product-links-container .buttons .btn-show-detail:disabled:hover:after{left:5px;top:5px}.product-list.product-list-tiles>li .product-links-container .buttons .btn-add-to-cart.disabled:after,.product-list.product-list-tiles>li .product-links-container .buttons .btn-add-to-cart:disabled:after,.product-list.product-list-tiles>li .product-links-container .buttons .btn-show-detail.disabled:after,.product-list.product-list-tiles>li .product-links-container .buttons .btn-show-detail:disabled:after{border-color:#999}.product-list.product-list-tiles>li .product-links-container .buttons .btn-add-to-cart:focus-visible,.product-list.product-list-tiles>li .product-links-container .buttons .btn-show-detail:focus-visible{outline-offset:1px}.product-list.product-list-tiles>li .product-links-container .buttons .dhtml-number{margin:0 auto}.product-list.product-list-tiles>li .product-links-container .buttons .dhtml-number>span input{height:3.4rem}.product-list.product-list-tiles>li .product-links-container .buttons .dhtml-number>span .dhtml-number-controls-group a{line-height:3.4rem}.product-list.product-list-tiles>li .product-links-container .product-tools{border-top:1px solid transparent;-o-transition:all .5s 2s linear;-webkit-transition:all .5s linear 2s;transition:all .5s linear 2s;text-align:center;display:none;position:absolute;left:16px;right:16px;bottom:5px}@media (min-width:768px){.product-list.product-list-tiles>li .product-links-container .product-tools{bottom:-10px}}@media (min-width:992px){.product-list.product-list-tiles>li .product-links-container .product-tools{bottom:0}}.product-list.product-list-tiles-category{display:flex;flex-wrap:wrap;margin-right:-16px;margin-left:-16px}@media (min-width:576px){.product-list.product-list-tiles-category>li{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 50%;max-width:50%}}@media (min-width:1200px){.product-list.product-list-tiles-category>li{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 33.33333%;max-width:33.33333%}}.product-list.product-list-tiles-brands{display:flex;flex-wrap:wrap;margin-right:-16px;margin-left:-16px}.product-list.product-list-tiles-brands>li{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 100%;max-width:100%}@media (min-width:576px){.product-list.product-list-tiles-brands>li{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 50%;max-width:50%}}@media (min-width:768px){.product-list.product-list-tiles-brands>li{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width:1200px){.product-list.product-list-tiles-brands>li{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 25%;max-width:25%}}.product-list.product-list-tiles-group{display:flex;flex-wrap:wrap;margin-right:-16px;margin-left:-16px}.product-list.product-list-tiles-group>li{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 100%;max-width:100%}@media (min-width:576px){.product-list.product-list-tiles-group>li{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 50%;max-width:50%}}@media (min-width:768px){.product-list.product-list-tiles-group>li{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width:1200px){.product-list.product-list-tiles-group>li{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 25%;max-width:25%}}.product-list.product-list-tiles-fulltext{display:flex;flex-wrap:wrap;margin-right:-16px;margin-left:-16px}.product-list.product-list-tiles-fulltext>li{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 100%;max-width:100%}@media (min-width:576px){.product-list.product-list-tiles-fulltext>li{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 50%;max-width:50%}}@media (min-width:768px){.product-list.product-list-tiles-fulltext>li{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width:1200px){.product-list.product-list-tiles-fulltext>li{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 25%;max-width:25%}}.product-list.product-list-tiles-hp{display:flex;flex-wrap:wrap;margin-right:-16px;margin-left:-16px}@media (min-width:576px){.product-list.product-list-tiles-hp>li{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 50%;max-width:50%}}@media (min-width:768px){.product-list.product-list-tiles-hp>li{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width:992px){.product-list.product-list-tiles-hp>li{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 25%;max-width:25%}}@media (min-width:992px){.product-list.product-list-tiles-hp>li>div{padding-bottom:5.8rem}}@media (min-width:1200px){.product-list.product-list-tiles-hp>li>div{padding-bottom:3.8rem}}.product-list.product-list-slider{margin-bottom:0}.product-list.product-list-slider:before{display:none}.product-list.product-list-slider>li{width:100%;float:left}@media (min-width:576px){.product-list.product-list-slider>li{width:50%}}@media (min-width:768px){.product-list.product-list-slider>li{width:25%}}@media (min-width:768px){.category-detail .product-list.product-list-slider>li{width:50%}}@media (min-width:992px){.category-detail .product-list.product-list-slider>li{width:33%}}@media (min-width:1200px){.category-detail .product-list.product-list-slider>li{width:25%}}@media (min-width:768px){.product-detail .product-list.product-list-slider>li{width:33%}}@media (min-width:992px){.product-detail .product-list.product-list-slider>li{width:25%}}@media (min-width:1200px){.product-detail .product-list.product-list-slider>li{width:20%}}.product-list.product-list-slider>li>div{padding:1rem 2rem;display:block;height:100%;position:relative;text-align:center}.add-to-cart-container .product-list.product-list-slider>li>div{padding:1rem}.product-list.product-list-slider>li a{text-decoration:none}.product-list.product-list-slider>li a img{display:block;margin:0 auto;max-width:100%}.product-list.product-list-slider>li a:focus h3,.product-list.product-list-slider>li a:hover h3{color:#000}.product-list.product-list-slider>li h3{color:#000;font-size:1.3rem;margin:1rem 0;font-weight:400}.product-list.product-list-slider>li h3 a,.product-list.product-list-slider>li h3 a:focus,.product-list.product-list-slider>li h3 a:hover{color:#000}.product-list.product-list-slider>li p{color:#000;font-size:1.2rem}.product-list.product-list-slider>li .product-text-info{min-height:3.5rem}.product-list.product-list-slider>li .product-buy-info{width:50%;text-align:left}.product-list.product-list-slider>li .product-buy-info .price-info{margin-bottom:0;min-height:4.3rem;height:4.3rem;display:table-cell;vertical-align:bottom;color:#000;padding-right:0}.product-list.product-list-slider>li .product-buy-info .price-info strong{display:block;font-size:1.5rem;font-weight:400}.product-list.product-list-slider>li .product-buy-info .price-info .discount{display:none}.product-list.product-list-slider>li .product-links-container{width:50%;float:right;text-align:right;margin-top:-3.8rem}.product-list.product-list-slider>li .product-links-container .buttons{margin-bottom:0}.product-list.product-list-slider>li .product-links-container .buttons .btn-buy,.product-list.product-list-slider>li .product-links-container .buttons .btn-detail,.product-list.product-list-slider>li .product-links-container .buttons .btn-show-detail{background:#fff;margin-bottom:0!important}.product-list.product-list-table{margin-bottom:4rem}.product-list.product-list-table .table,.product-list.product-list-table table{margin-bottom:1.8rem}.product-list.product-list-table .table td,.product-list.product-list-table .table th,.product-list.product-list-table table td,.product-list.product-list-table table th{vertical-align:middle;padding-left:.3rem;padding-right:.3rem;font-size:1.3rem;color:#848789;border-bottom:none}@media (min-width:768px){.product-list.product-list-table .table td,.product-list.product-list-table .table th,.product-list.product-list-table table td,.product-list.product-list-table table th{padding-left:.75rem;padding-right:.75rem}}.product-list.product-list-table .table thead th,.product-list.product-list-table table thead th{white-space:nowrap;font-weight:400;padding-top:.3rem;padding-bottom:.3rem}.product-list.product-list-table .table tbody tr,.product-list.product-list-table table tbody tr{border-top:1px solid #e1e4e7}.product-list.product-list-table .table tbody tr:first-child,.product-list.product-list-table table tbody tr:first-child{border-top:none}.product-list.product-list-table .table tbody tr:last-child,.product-list.product-list-table table tbody tr:last-child{border-bottom:1px solid #e1e4e7}.product-list.product-list-table .table tbody tr td,.product-list.product-list-table .table tbody tr th,.product-list.product-list-table table tbody tr td,.product-list.product-list-table table tbody tr th{border:none}.product-list.product-list-table .table tbody tr.product-bundle-group,.product-list.product-list-table table tbody tr.product-bundle-group{border-top:none}.product-list.product-list-table .table tbody tr.product-bundle-group td,.product-list.product-list-table table tbody tr.product-bundle-group td{padding-top:0}.product-list.product-list-table .table .cell-product-image img,.product-list.product-list-table table .cell-product-image img{width:60px;height:60px}@media (min-width:576px){.product-list.product-list-table .table .cell-product-image img,.product-list.product-list-table table .cell-product-image img{width:80px;height:80px}}.product-list.product-list-table .table .cell-product-title,.product-list.product-list-table table .cell-product-title{width:100%}.product-list.product-list-table .table .cell-product-title a,.product-list.product-list-table table .cell-product-title a{color:#000;text-decoration:none}.product-list.product-list-table .table .cell-product-title a:hover,.product-list.product-list-table table .cell-product-title a:hover{color:#000}.product-list.product-list-table .table .cell-product-title h3,.product-list.product-list-table table .cell-product-title h3{font-size:1.6rem;margin:0 0 .5rem;font-weight:400;color:#000}@media (min-width:768px){.product-list.product-list-table .table .cell-product-title h3,.product-list.product-list-table table .cell-product-title h3{font-size:2rem}}.product-list.product-list-table .table .cell-product-title h3:hover,.product-list.product-list-table table .cell-product-title h3:hover{color:#000}.product-list.product-list-table .table .cell-product-title p,.product-list.product-list-table table .cell-product-title p{margin-bottom:0;font-size:1.4rem;color:#000}.product-list.product-list-table .table .cell-product-title .product-bundle-name,.product-list.product-list-table table .cell-product-title .product-bundle-name{font-size:1.2rem}.product-list.product-list-table .table .cell-product-title .product-perex,.product-list.product-list-table table .cell-product-title .product-perex{color:#000;font-size:1.4rem}.product-list.product-list-table .table th.cell-product-title,.product-list.product-list-table table th.cell-product-title{opacity:0}.product-list.product-list-table .table .cell-product-stock-info,.product-list.product-list-table table .cell-product-stock-info{white-space:nowrap;text-align:right}.product-list.product-list-table .table td.cell-product-stock-info,.product-list.product-list-table table td.cell-product-stock-info{font-size:1.4rem}.product-list.product-list-table .table .cell-discount,.product-list.product-list-table table .cell-discount{white-space:nowrap}.product-list.product-list-table .table .cell-amount,.product-list.product-list-table table .cell-amount{text-align:center}.product-list.product-list-table .table .cell-amount .dhtml-number,.product-list.product-list-table table .cell-amount .dhtml-number{padding-bottom:2rem;width:13rem;max-width:13rem;display:inline-block;position:relative;margin-bottom:0}@media (min-width:768px){.product-list.product-list-table .table .cell-amount .dhtml-number,.product-list.product-list-table table .cell-amount .dhtml-number{padding-top:2rem}}.product-list.product-list-table .table .cell-amount .dhtml-number .control-label,.product-list.product-list-table table .cell-amount .dhtml-number .control-label{position:absolute;bottom:0;left:0;top:auto;z-index:-1;font-weight:400}.product-list.product-list-table .table .cell-amount .dhtml-number .form-control,.product-list.product-list-table table .cell-amount .dhtml-number .form-control{padding-left:1rem!important}.product-list.product-list-table .table td.cell-amount,.product-list.product-list-table table td.cell-amount{font-size:1.4rem;color:#000}.product-list.product-list-table .table td.cell-price-info,.product-list.product-list-table .table td.cell-price-total-info,.product-list.product-list-table table td.cell-price-info,.product-list.product-list-table table td.cell-price-total-info{text-align:right;white-space:nowrap;font-size:1.6rem;font-weight:400;color:#000}@media (min-width:768px){.product-list.product-list-table .table td.cell-price-info,.product-list.product-list-table .table td.cell-price-total-info,.product-list.product-list-table table td.cell-price-info,.product-list.product-list-table table td.cell-price-total-info{font-size:2rem}}.product-list.product-list-table .table td.cell-price-info del,.product-list.product-list-table .table td.cell-price-total-info del,.product-list.product-list-table table td.cell-price-info del,.product-list.product-list-table table td.cell-price-total-info del{font-size:1.2rem}.product-list.product-list-table .table .cell-action .btn,.product-list.product-list-table table .cell-action .btn{margin-bottom:0}.product-list.product-list-table .table .product-bundle-group .cell-product-title img,.product-list.product-list-table table .product-bundle-group .cell-product-title img{width:44px;height:44px;float:left;margin-right:2rem}.product-list.product-list-table .table .product-bundle-group .cell-product-title h3,.product-list.product-list-table table .product-bundle-group .cell-product-title h3{font-size:1.4rem;margin-bottom:.2rem;color:#000}@media (min-width:768px){.product-list.product-list-table .table .product-bundle-group .cell-product-title h3,.product-list.product-list-table table .product-bundle-group .cell-product-title h3{font-size:1.4rem}}.product-list.product-list-table .table .product-bundle-group .cell-price-total-info strong,.product-list.product-list-table table .product-bundle-group .cell-price-total-info strong{font-size:1.4rem;font-weight:400}.product-list.product-list-table .table .special-line td.cell-product-title h3,.product-list.product-list-table table .special-line td.cell-product-title h3{font-size:1.6rem;font-weight:400}.product-list.product-list-table .table .special-line td.cell-product-title p,.product-list.product-list-table table .special-line td.cell-product-title p{font-size:1.3rem}.product-list.product-list-table .table .special-line td.cell-price-total-info,.product-list.product-list-table table .special-line td.cell-price-total-info{font-size:1.6rem;color:#000;font-weight:400}.product-list.product-list-table div.special-line{padding:.75rem 0;display:flex;align-items:center;flex-wrap:nowrap}.product-list.product-list-table div.special-line:before{display:none}.product-list.product-list-table div.special-line .special-line-action,.product-list.product-list-table div.special-line .special-line-checkbox,.product-list.product-list-table div.special-line .special-line-price-total-info,.product-list.product-list-table div.special-line .special-line-title{height:100%;padding-left:.3rem;padding-right:.3rem}@media (min-width:768px){.product-list.product-list-table div.special-line .special-line-action,.product-list.product-list-table div.special-line .special-line-checkbox,.product-list.product-list-table div.special-line .special-line-price-total-info,.product-list.product-list-table div.special-line .special-line-title{padding-left:.75rem;padding-right:.75rem}}.product-list.product-list-table div.special-line .special-line-checkbox label{font-size:1.4rem;font-weight:400;color:#000}.product-list.product-list-table div.special-line .special-line-checkbox label span{font-weight:400;font-style:italic;font-size:1.3rem;display:block;color:#000}.product-list.product-list-table div.special-line .special-line-title{font-size:1.6rem;font-weight:400;color:#000;flex-basis:60%}.product-list.product-list-table div.special-line .special-line-title span{font-weight:400;font-size:1.3rem;display:block;color:#000}.product-list.product-list-table div.special-line .special-line-price-total-info{text-align:right;flex-basis:35%;flex-grow:2;font-size:1.6rem;font-weight:400;color:#000;white-space:nowrap}.product-list.product-list-table div.special-line .special-line-action{text-align:right;flex-basis:5%;flex-grow:2;padding-left:0}.product-list.product-list-table div.special-line .special-line-action .btn-cancel{margin-bottom:0}.product-list.product-list-table div.special-line.special-line--voucher{margin-top:0;margin-bottom:0;align-items:flex-start}@media (min-width:576px){.product-list.product-list-table div.special-line.special-line--voucher{align-items:baseline}}.product-list.product-list-table div.special-line.special-line--voucher .form-group{margin-bottom:0;padding-left:.3rem;padding-right:.3rem}@media (min-width:768px){.product-list.product-list-table div.special-line.special-line--voucher .form-group{padding-left:.75rem;padding-right:.75rem}}.product-list.product-list-table div.special-line.special-line--voucher label{margin-right:1rem;color:#000;font-weight:400}.product-list.product-list-table div.special-line.special-line--voucher label span{display:none}.product-list.product-list-table div.special-line.special-line--voucher .form-control{display:inline-block}@media (min-width:576px){.product-list.product-list-table div.special-line.special-line--voucher .form-control{width:auto}}.product-list.product-list-table div.special-line.special-line--voucher .btn--cancel-voucher,.product-list.product-list-table div.special-line.special-line--voucher .btn--use-voucher{margin-bottom:0;margin-top:2.3rem}@media (min-width:576px){.product-list.product-list-table div.special-line.special-line--voucher .btn--cancel-voucher,.product-list.product-list-table div.special-line.special-line--voucher .btn--use-voucher{margin-top:0}}.product-list.product-list-table div.special-line.special-line--voucher-checkbox{padding-left:.3rem;padding-right:.3rem}@media (min-width:768px){.product-list.product-list-table div.special-line.special-line--voucher-checkbox{padding-left:.75rem;padding-right:.75rem}}.product-list.product-list-table div.special-line+.special-line{border-top:1px solid #e1e4e7}.product-list.product-list-table.product-list-table-shopping-cart{margin-bottom:1.8rem}.product-list.product-list-table.product-list-table-shopping-cart .table,.product-list.product-list-table.product-list-table-shopping-cart table{margin-bottom:0}.product-list.product-list-table.product-list-table-shopping-cart .table .cell-price-info,.product-list.product-list-table.product-list-table-shopping-cart table .cell-price-info{display:none}@media (min-width:768px){.product-list.product-list-table.product-list-table-shopping-cart .table .cell-price-info,.product-list.product-list-table.product-list-table-shopping-cart table .cell-price-info{display:table-cell}}.product-list.product-list-table.product-list-table-shopping-cart .table .cell-product-stock-info,.product-list.product-list-table.product-list-table-shopping-cart table .cell-product-stock-info{text-align:left}@media (min-width:768px){.product-list.product-list-table.product-list-table-shopping-cart .table .cell-product-stock-info,.product-list.product-list-table.product-list-table-shopping-cart table .cell-product-stock-info{display:none}}@media (min-width:992px){.product-list.product-list-table.product-list-table-shopping-cart .table .cell-product-stock-info,.product-list.product-list-table.product-list-table-shopping-cart table .cell-product-stock-info{display:table-cell;text-align:right}}.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table td.cell-price-total-info,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table td.cell-product-title,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table td.cell-price-total-info,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table td.cell-product-title{min-height:92px}@media (min-width:576px){.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table td.cell-price-total-info,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table td.cell-product-title,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table td.cell-price-total-info,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table td.cell-product-title{min-height:112px}}@media (min-width:768px){.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table td.cell-price-total-info,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table td.cell-product-title,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table td.cell-price-total-info,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table td.cell-product-title{flex-basis:30%}}@media (min-width:992px){.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table td.cell-price-total-info,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table td.cell-product-title,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table td.cell-price-total-info,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table td.cell-product-title{min-height:0}}.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table .special-line td.cell-price-total-info,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table .special-line td.cell-product-title,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table .special-line td.cell-price-total-info,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table .special-line td.cell-product-title{padding-bottom:.75rem;min-height:0}.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table .special-line td.cell-product-title,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table .special-line td.cell-product-title{flex-basis:50%}@media (min-width:768px){.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table .cell-price-info,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table .cell-price-info{display:none}}@media (min-width:992px){.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table .cell-price-info,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table .cell-price-info{display:table-cell}}.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table td.cell-amount,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table td.cell-amount{order:4;flex-basis:30%;padding-top:0;padding-bottom:0;margin-top:-52px}@media (min-width:576px){.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table td.cell-amount,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table td.cell-amount{margin-top:-71px}}@media (min-width:768px){.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table td.cell-amount,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table td.cell-amount{margin-top:-68px;text-align:right}}@media (min-width:992px){.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table td.cell-amount,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table td.cell-amount{margin-top:0;text-align:center;padding-top:.75rem;padding-bottom:.75rem}}.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table .product-bundle-group td.cell-price-total-info,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table .product-bundle-group td.cell-product-title,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table .product-bundle-group td.cell-price-total-info,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table .product-bundle-group td.cell-product-title{min-height:0;padding-bottom:.75rem}.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table .product-bundle-group td.cell-amount,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table .product-bundle-group td.cell-amount{display:none;padding-top:0}@media (min-width:992px){.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table .product-bundle-group td.cell-amount,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table .product-bundle-group td.cell-amount{display:table-cell;padding-bottom:.3rem}}.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table .product-bundle-group td.cell-price-total-info,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table .product-bundle-group td.cell-price-total-info{align-self:flex-start}.product-list.product-list-table.product-list-table-orders .table,.product-list.product-list-table.product-list-table-orders table{margin-bottom:0}.product-list.product-list-table.product-list-table-orders .table td.cell-price-info,.product-list.product-list-table.product-list-table-orders .table td.cell-product-image,.product-list.product-list-table.product-list-table-orders .table td.cell-product-title,.product-list.product-list-table.product-list-table-orders table td.cell-price-info,.product-list.product-list-table.product-list-table-orders table td.cell-product-image,.product-list.product-list-table.product-list-table-orders table td.cell-product-title{padding-bottom:0}@media (min-width:768px){.product-list.product-list-table.product-list-table-orders .table td.cell-price-info,.product-list.product-list-table.product-list-table-orders .table td.cell-product-image,.product-list.product-list-table.product-list-table-orders .table td.cell-product-title,.product-list.product-list-table.product-list-table-orders table td.cell-price-info,.product-list.product-list-table.product-list-table-orders table td.cell-product-image,.product-list.product-list-table.product-list-table-orders table td.cell-product-title{padding-bottom:.75rem}}.product-list.product-list-table.product-list-table-orders .table td.cell-product-image img,.product-list.product-list-table.product-list-table-orders table td.cell-product-image img{width:44px;height:44px}.product-list.product-list-table.product-list-table-orders .table td.cell-product-title h3,.product-list.product-list-table.product-list-table-orders table td.cell-product-title h3{font-size:1.6rem}.product-list.product-list-table.product-list-table-orders .table td.cell-amount,.product-list.product-list-table.product-list-table-orders table td.cell-amount{flex-basis:100%;padding-top:0}@media (min-width:768px){.product-list.product-list-table.product-list-table-orders .table td.cell-amount,.product-list.product-list-table.product-list-table-orders table td.cell-amount{padding-top:.75rem}}.product-list.product-list-table.product-list-table-wishlist,.product-list.product-list-table.product-list-table-wishlist .table,.product-list.product-list-table.product-list-table-wishlist table{margin-bottom:1.8rem}@media (min-width:768px){.product-list.product-list-table.product-list-table-wishlist .table .cell-product-stock-info,.product-list.product-list-table.product-list-table-wishlist table .cell-product-stock-info{display:none}}@media (min-width:992px){.product-list.product-list-table.product-list-table-wishlist .table .cell-product-stock-info,.product-list.product-list-table.product-list-table-wishlist table .cell-product-stock-info{display:table-cell;text-align:center}}.product-list.product-list-table.product-list-table-wishlist .btn-add-to-cart{margin-bottom:0;white-space:nowrap}.product-list .flex-table thead,.product-list.product-list-table.product-list-table-orders .table thead,.product-list.product-list-table.product-list-table-orders table thead,.product-list.product-list-table.product-list-table-shopping-cart .table thead,.product-list.product-list-table.product-list-table-shopping-cart table thead,.product-list.product-list-table.product-list-table-wishlist .table thead,.product-list.product-list-table.product-list-table-wishlist table thead{display:none}@media (min-width:768px){.product-list .flex-table thead,.product-list.product-list-table.product-list-table-orders .table thead,.product-list.product-list-table.product-list-table-orders table thead,.product-list.product-list-table.product-list-table-shopping-cart .table thead,.product-list.product-list-table.product-list-table-shopping-cart table thead,.product-list.product-list-table.product-list-table-wishlist .table thead,.product-list.product-list-table.product-list-table-wishlist table thead{display:table-header-group}}.product-list .flex-table tbody tr,.product-list.product-list-table.product-list-table-orders .table tbody tr,.product-list.product-list-table.product-list-table-orders table tbody tr,.product-list.product-list-table.product-list-table-shopping-cart .table tbody tr,.product-list.product-list-table.product-list-table-shopping-cart table tbody tr,.product-list.product-list-table.product-list-table-wishlist .table tbody tr,.product-list.product-list-table.product-list-table-wishlist table tbody tr{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;width:100%}@media (min-width:768px){.product-list .flex-table tbody tr,.product-list.product-list-table.product-list-table-orders .table tbody tr,.product-list.product-list-table.product-list-table-orders table tbody tr,.product-list.product-list-table.product-list-table-shopping-cart .table tbody tr,.product-list.product-list-table.product-list-table-shopping-cart table tbody tr,.product-list.product-list-table.product-list-table-wishlist .table tbody tr,.product-list.product-list-table.product-list-table-wishlist table tbody tr{display:table-row}}.product-list .flex-table td.cell-product-image,.product-list.product-list-table.product-list-table-orders .table td.cell-product-image,.product-list.product-list-table.product-list-table-orders table td.cell-product-image,.product-list.product-list-table.product-list-table-shopping-cart .table td.cell-product-image,.product-list.product-list-table.product-list-table-shopping-cart table td.cell-product-image,.product-list.product-list-table.product-list-table-wishlist .table td.cell-product-image,.product-list.product-list-table.product-list-table-wishlist table td.cell-product-image{order:1;flex-basis:fit-content}.product-list .flex-table td.cell-product-title,.product-list.product-list-table.product-list-table-orders .table td.cell-product-title,.product-list.product-list-table.product-list-table-orders table td.cell-product-title,.product-list.product-list-table.product-list-table-shopping-cart .table td.cell-product-title,.product-list.product-list-table.product-list-table-shopping-cart table td.cell-product-title,.product-list.product-list-table.product-list-table-wishlist .table td.cell-product-title,.product-list.product-list-table.product-list-table-wishlist table td.cell-product-title{order:2;flex-basis:38%;width:auto;align-self:center}@media (min-width:576px){.product-list .flex-table td.cell-product-title,.product-list.product-list-table.product-list-table-orders .table td.cell-product-title,.product-list.product-list-table.product-list-table-orders table td.cell-product-title,.product-list.product-list-table.product-list-table-shopping-cart .table td.cell-product-title,.product-list.product-list-table.product-list-table-shopping-cart table td.cell-product-title,.product-list.product-list-table.product-list-table-wishlist .table td.cell-product-title,.product-list.product-list-table.product-list-table-wishlist table td.cell-product-title{flex-basis:45%;flex-grow:2}}@media (min-width:768px){.product-list .flex-table td.cell-product-title,.product-list.product-list-table.product-list-table-orders .table td.cell-product-title,.product-list.product-list-table.product-list-table-orders table td.cell-product-title,.product-list.product-list-table.product-list-table-shopping-cart .table td.cell-product-title,.product-list.product-list-table.product-list-table-shopping-cart table td.cell-product-title,.product-list.product-list-table.product-list-table-wishlist .table td.cell-product-title,.product-list.product-list-table.product-list-table-wishlist table td.cell-product-title{width:100%}}.product-list .flex-table td.cell-product-stock-info,.product-list.product-list-table.product-list-table-orders .table td.cell-product-stock-info,.product-list.product-list-table.product-list-table-orders table td.cell-product-stock-info,.product-list.product-list-table.product-list-table-shopping-cart .table td.cell-product-stock-info,.product-list.product-list-table.product-list-table-shopping-cart table td.cell-product-stock-info,.product-list.product-list-table.product-list-table-wishlist .table td.cell-product-stock-info,.product-list.product-list-table.product-list-table-wishlist table td.cell-product-stock-info{order:5;flex-basis:40%;flex-shrink:0.5;padding-top:0}@media (min-width:768px){.product-list .flex-table td.cell-product-stock-info,.product-list.product-list-table.product-list-table-orders .table td.cell-product-stock-info,.product-list.product-list-table.product-list-table-orders table td.cell-product-stock-info,.product-list.product-list-table.product-list-table-shopping-cart .table td.cell-product-stock-info,.product-list.product-list-table.product-list-table-shopping-cart table td.cell-product-stock-info,.product-list.product-list-table.product-list-table-wishlist .table td.cell-product-stock-info,.product-list.product-list-table.product-list-table-wishlist table td.cell-product-stock-info{padding-top:.75rem}}@media (min-width:992px){.product-list .flex-table td.cell-product-stock-info,.product-list.product-list-table.product-list-table-orders .table td.cell-product-stock-info,.product-list.product-list-table.product-list-table-orders table td.cell-product-stock-info,.product-list.product-list-table.product-list-table-shopping-cart .table td.cell-product-stock-info,.product-list.product-list-table.product-list-table-shopping-cart table td.cell-product-stock-info,.product-list.product-list-table.product-list-table-wishlist .table td.cell-product-stock-info,.product-list.product-list-table.product-list-table-wishlist table td.cell-product-stock-info{display:table-cell}}.product-list .flex-table td.cell-action-button,.product-list .flex-table td.cell-amount,.product-list.product-list-table.product-list-table-orders .table td.cell-action-button,.product-list.product-list-table.product-list-table-orders .table td.cell-amount,.product-list.product-list-table.product-list-table-orders table td.cell-action-button,.product-list.product-list-table.product-list-table-orders table td.cell-amount,.product-list.product-list-table.product-list-table-shopping-cart .table td.cell-action-button,.product-list.product-list-table.product-list-table-shopping-cart .table td.cell-amount,.product-list.product-list-table.product-list-table-shopping-cart table td.cell-action-button,.product-list.product-list-table.product-list-table-shopping-cart table td.cell-amount,.product-list.product-list-table.product-list-table-wishlist .table td.cell-action-button,.product-list.product-list-table.product-list-table-wishlist .table td.cell-amount,.product-list.product-list-table.product-list-table-wishlist table td.cell-action-button,.product-list.product-list-table.product-list-table-wishlist table td.cell-amount{order:6;text-align:right;flex-basis:45%;flex-grow:1.5;padding-top:0}@media (min-width:768px){.product-list .flex-table td.cell-action-button,.product-list .flex-table td.cell-amount,.product-list.product-list-table.product-list-table-orders .table td.cell-action-button,.product-list.product-list-table.product-list-table-orders .table td.cell-amount,.product-list.product-list-table.product-list-table-orders table td.cell-action-button,.product-list.product-list-table.product-list-table-orders table td.cell-amount,.product-list.product-list-table.product-list-table-shopping-cart .table td.cell-action-button,.product-list.product-list-table.product-list-table-shopping-cart .table td.cell-amount,.product-list.product-list-table.product-list-table-shopping-cart table td.cell-action-button,.product-list.product-list-table.product-list-table-shopping-cart table td.cell-amount,.product-list.product-list-table.product-list-table-wishlist .table td.cell-action-button,.product-list.product-list-table.product-list-table-wishlist .table td.cell-amount,.product-list.product-list-table.product-list-table-wishlist table td.cell-action-button,.product-list.product-list-table.product-list-table-wishlist table td.cell-amount{text-align:center;padding-top:.75rem}}.product-list .flex-table td.cell-action-button .form-group__control,.product-list .flex-table td.cell-amount .form-group__control,.product-list.product-list-table.product-list-table-orders .table td.cell-action-button .form-group__control,.product-list.product-list-table.product-list-table-orders .table td.cell-amount .form-group__control,.product-list.product-list-table.product-list-table-orders table td.cell-action-button .form-group__control,.product-list.product-list-table.product-list-table-orders table td.cell-amount .form-group__control,.product-list.product-list-table.product-list-table-shopping-cart .table td.cell-action-button .form-group__control,.product-list.product-list-table.product-list-table-shopping-cart .table td.cell-amount .form-group__control,.product-list.product-list-table.product-list-table-shopping-cart table td.cell-action-button .form-group__control,.product-list.product-list-table.product-list-table-shopping-cart table td.cell-amount .form-group__control,.product-list.product-list-table.product-list-table-wishlist .table td.cell-action-button .form-group__control,.product-list.product-list-table.product-list-table-wishlist .table td.cell-amount .form-group__control,.product-list.product-list-table.product-list-table-wishlist table td.cell-action-button .form-group__control,.product-list.product-list-table.product-list-table-wishlist table td.cell-amount .form-group__control{border:0}.product-list .flex-table td.cell-price-info,.product-list .flex-table td.cell-price-total-info,.product-list.product-list-table.product-list-table-orders .table td.cell-price-info,.product-list.product-list-table.product-list-table-orders .table td.cell-price-total-info,.product-list.product-list-table.product-list-table-orders table td.cell-price-info,.product-list.product-list-table.product-list-table-orders table td.cell-price-total-info,.product-list.product-list-table.product-list-table-shopping-cart .table td.cell-price-info,.product-list.product-list-table.product-list-table-shopping-cart .table td.cell-price-total-info,.product-list.product-list-table.product-list-table-shopping-cart table td.cell-price-info,.product-list.product-list-table.product-list-table-shopping-cart table td.cell-price-total-info,.product-list.product-list-table.product-list-table-wishlist .table td.cell-price-info,.product-list.product-list-table.product-list-table-wishlist .table td.cell-price-total-info,.product-list.product-list-table.product-list-table-wishlist table td.cell-price-info,.product-list.product-list-table.product-list-table-wishlist table td.cell-price-total-info{order:3;flex-basis:30%;align-self:center}.product-list .flex-table td.cell-action,.product-list.product-list-table.product-list-table-orders .table td.cell-action,.product-list.product-list-table.product-list-table-orders table td.cell-action,.product-list.product-list-table.product-list-table-shopping-cart .table td.cell-action,.product-list.product-list-table.product-list-table-shopping-cart table td.cell-action,.product-list.product-list-table.product-list-table-wishlist .table td.cell-action,.product-list.product-list-table.product-list-table-wishlist table td.cell-action{order:4;flex-basis:15%;flex-shrink:0.5;padding-top:0;text-align:center}@media (min-width:768px){.product-list .flex-table td.cell-action,.product-list.product-list-table.product-list-table-orders .table td.cell-action,.product-list.product-list-table.product-list-table-orders table td.cell-action,.product-list.product-list-table.product-list-table-shopping-cart .table td.cell-action,.product-list.product-list-table.product-list-table-shopping-cart table td.cell-action,.product-list.product-list-table.product-list-table-wishlist .table td.cell-action,.product-list.product-list-table.product-list-table-wishlist table td.cell-action{padding-top:.75rem}}.product-list .flex-table .product-bundle-group td,.product-list.product-list-table.product-list-table-orders .table .product-bundle-group td,.product-list.product-list-table.product-list-table-orders table .product-bundle-group td,.product-list.product-list-table.product-list-table-shopping-cart .table .product-bundle-group td,.product-list.product-list-table.product-list-table-shopping-cart table .product-bundle-group td,.product-list.product-list-table.product-list-table-wishlist .table .product-bundle-group td,.product-list.product-list-table.product-list-table-wishlist table .product-bundle-group td{padding-top:0}.product-list .flex-table .product-bundle-group td.cell-product-image,.product-list.product-list-table.product-list-table-orders .table .product-bundle-group td.cell-product-image,.product-list.product-list-table.product-list-table-orders table .product-bundle-group td.cell-product-image,.product-list.product-list-table.product-list-table-shopping-cart .table .product-bundle-group td.cell-product-image,.product-list.product-list-table.product-list-table-shopping-cart table .product-bundle-group td.cell-product-image,.product-list.product-list-table.product-list-table-wishlist .table .product-bundle-group td.cell-product-image,.product-list.product-list-table.product-list-table-wishlist table .product-bundle-group td.cell-product-image{display:none}@media (min-width:576px){.product-list .flex-table .product-bundle-group td.cell-product-image,.product-list.product-list-table.product-list-table-orders .table .product-bundle-group td.cell-product-image,.product-list.product-list-table.product-list-table-orders table .product-bundle-group td.cell-product-image,.product-list.product-list-table.product-list-table-shopping-cart .table .product-bundle-group td.cell-product-image,.product-list.product-list-table.product-list-table-shopping-cart table .product-bundle-group td.cell-product-image,.product-list.product-list-table.product-list-table-wishlist .table .product-bundle-group td.cell-product-image,.product-list.product-list-table.product-list-table-wishlist table .product-bundle-group td.cell-product-image{display:table-cell;flex-basis:96px}}.product-list .flex-table .product-bundle-group td.cell-product-title,.product-list.product-list-table.product-list-table-orders .table .product-bundle-group td.cell-product-title,.product-list.product-list-table.product-list-table-orders table .product-bundle-group td.cell-product-title,.product-list.product-list-table.product-list-table-shopping-cart .table .product-bundle-group td.cell-product-title,.product-list.product-list-table.product-list-table-shopping-cart table .product-bundle-group td.cell-product-title,.product-list.product-list-table.product-list-table-wishlist .table .product-bundle-group td.cell-product-title,.product-list.product-list-table.product-list-table-wishlist table .product-bundle-group td.cell-product-title{flex-basis:40%;flex-grow:2}.product-list .flex-table .product-bundle-group td.cell-price-total-info,.product-list.product-list-table.product-list-table-orders .table .product-bundle-group td.cell-price-total-info,.product-list.product-list-table.product-list-table-orders table .product-bundle-group td.cell-price-total-info,.product-list.product-list-table.product-list-table-shopping-cart .table .product-bundle-group td.cell-price-total-info,.product-list.product-list-table.product-list-table-shopping-cart table .product-bundle-group td.cell-price-total-info,.product-list.product-list-table.product-list-table-wishlist .table .product-bundle-group td.cell-price-total-info,.product-list.product-list-table.product-list-table-wishlist table .product-bundle-group td.cell-price-total-info{flex-basis:45%;align-self:flex-start}@media (min-width:576px){.product-list .flex-table .product-bundle-group td.cell-price-total-info,.product-list.product-list-table.product-list-table-orders .table .product-bundle-group td.cell-price-total-info,.product-list.product-list-table.product-list-table-orders table .product-bundle-group td.cell-price-total-info,.product-list.product-list-table.product-list-table-shopping-cart .table .product-bundle-group td.cell-price-total-info,.product-list.product-list-table.product-list-table-shopping-cart table .product-bundle-group td.cell-price-total-info,.product-list.product-list-table.product-list-table-wishlist .table .product-bundle-group td.cell-price-total-info,.product-list.product-list-table.product-list-table-wishlist table .product-bundle-group td.cell-price-total-info{flex-basis:30%}}.product-list .flex-table .product-bundle-group td.cell-action,.product-list .flex-table .product-bundle-group td.cell-amount,.product-list .flex-table .product-bundle-group td.cell-product-stock-info,.product-list.product-list-table.product-list-table-orders .table .product-bundle-group td.cell-action,.product-list.product-list-table.product-list-table-orders .table .product-bundle-group td.cell-amount,.product-list.product-list-table.product-list-table-orders .table .product-bundle-group td.cell-product-stock-info,.product-list.product-list-table.product-list-table-orders table .product-bundle-group td.cell-action,.product-list.product-list-table.product-list-table-orders table .product-bundle-group td.cell-amount,.product-list.product-list-table.product-list-table-orders table .product-bundle-group td.cell-product-stock-info,.product-list.product-list-table.product-list-table-shopping-cart .table .product-bundle-group td.cell-action,.product-list.product-list-table.product-list-table-shopping-cart .table .product-bundle-group td.cell-amount,.product-list.product-list-table.product-list-table-shopping-cart .table .product-bundle-group td.cell-product-stock-info,.product-list.product-list-table.product-list-table-shopping-cart table .product-bundle-group td.cell-action,.product-list.product-list-table.product-list-table-shopping-cart table .product-bundle-group td.cell-amount,.product-list.product-list-table.product-list-table-shopping-cart table .product-bundle-group td.cell-product-stock-info,.product-list.product-list-table.product-list-table-wishlist .table .product-bundle-group td.cell-action,.product-list.product-list-table.product-list-table-wishlist .table .product-bundle-group td.cell-amount,.product-list.product-list-table.product-list-table-wishlist .table .product-bundle-group td.cell-product-stock-info,.product-list.product-list-table.product-list-table-wishlist table .product-bundle-group td.cell-action,.product-list.product-list-table.product-list-table-wishlist table .product-bundle-group td.cell-amount,.product-list.product-list-table.product-list-table-wishlist table .product-bundle-group td.cell-product-stock-info{display:none}@media (min-width:768px){.product-list .flex-table .product-bundle-group td.cell-action,.product-list .flex-table .product-bundle-group td.cell-amount,.product-list.product-list-table.product-list-table-orders .table .product-bundle-group td.cell-action,.product-list.product-list-table.product-list-table-orders .table .product-bundle-group td.cell-amount,.product-list.product-list-table.product-list-table-orders table .product-bundle-group td.cell-action,.product-list.product-list-table.product-list-table-orders table .product-bundle-group td.cell-amount,.product-list.product-list-table.product-list-table-shopping-cart .table .product-bundle-group td.cell-action,.product-list.product-list-table.product-list-table-shopping-cart .table .product-bundle-group td.cell-amount,.product-list.product-list-table.product-list-table-shopping-cart table .product-bundle-group td.cell-action,.product-list.product-list-table.product-list-table-shopping-cart table .product-bundle-group td.cell-amount,.product-list.product-list-table.product-list-table-wishlist .table .product-bundle-group td.cell-action,.product-list.product-list-table.product-list-table-wishlist .table .product-bundle-group td.cell-amount,.product-list.product-list-table.product-list-table-wishlist table .product-bundle-group td.cell-action,.product-list.product-list-table.product-list-table-wishlist table .product-bundle-group td.cell-amount{display:table-cell}}@media (min-width:992px){.product-list .flex-table .product-bundle-group td.cell-product-stock-info,.product-list.product-list-table.product-list-table-orders .table .product-bundle-group td.cell-product-stock-info,.product-list.product-list-table.product-list-table-orders table .product-bundle-group td.cell-product-stock-info,.product-list.product-list-table.product-list-table-shopping-cart .table .product-bundle-group td.cell-product-stock-info,.product-list.product-list-table.product-list-table-shopping-cart table .product-bundle-group td.cell-product-stock-info,.product-list.product-list-table.product-list-table-wishlist .table .product-bundle-group td.cell-product-stock-info,.product-list.product-list-table.product-list-table-wishlist table .product-bundle-group td.cell-product-stock-info{display:table-cell}}.product-list .flex-table td.product-list__links .product-list__link,.product-list.product-list-table.product-list-table-orders .table td.product-list__links .product-list__link,.product-list.product-list-table.product-list-table-orders table td.product-list__links .product-list__link,.product-list.product-list-table.product-list-table-shopping-cart .table td.product-list__links .product-list__link,.product-list.product-list-table.product-list-table-shopping-cart table td.product-list__links .product-list__link,.product-list.product-list-table.product-list-table-wishlist .table td.product-list__links .product-list__link,.product-list.product-list-table.product-list-table-wishlist table td.product-list__links .product-list__link{background:transparent;border:none;box-shadow:none;outline:none}@media (min-width:768px){.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table thead,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table thead,.product-list .flex-table-tablet thead{display:none}}@media (min-width:992px){.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table thead,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table thead,.product-list .flex-table-tablet thead{display:table-header-group}}@media (min-width:768px){.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table tbody tr,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table tbody tr,.product-list .flex-table-tablet tbody tr{display:flex}}@media (min-width:992px){.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table tbody tr,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table tbody tr,.product-list .flex-table-tablet tbody tr{display:table-row}}@media (min-width:768px){.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table td.cell-product-title,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table td.cell-product-title,.product-list .flex-table-tablet td.cell-product-title{width:auto}}@media (min-width:992px){.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table td.cell-product-title,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table td.cell-product-title,.product-list .flex-table-tablet td.cell-product-title{width:100%}}@media (min-width:768px){.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table td.cell-product-stock-info,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table td.cell-product-stock-info,.product-list .flex-table-tablet td.cell-product-stock-info{padding-top:0}}@media (min-width:992px){.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table td.cell-product-stock-info,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table td.cell-product-stock-info,.product-list .flex-table-tablet td.cell-product-stock-info{padding-top:.75rem;display:table-cell}}@media (min-width:768px){.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table td.cell-action,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table td.cell-action-button,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table td.cell-amount,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table td.cell-action,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table td.cell-action-button,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table td.cell-amount,.product-list .flex-table-tablet td.cell-action,.product-list .flex-table-tablet td.cell-action-button,.product-list .flex-table-tablet td.cell-amount{padding-top:0}}@media (min-width:992px){.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table td.cell-action,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table td.cell-action-button,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart .table td.cell-amount,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table td.cell-action,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table td.cell-action-button,.order-wizard-summary .product-list.product-list-table.product-list-table-shopping-cart table td.cell-amount,.product-list .flex-table-tablet td.cell-action,.product-list .flex-table-tablet td.cell-action-button,.product-list .flex-table-tablet td.cell-amount{padding-top:.75rem}}.product-list.product-list-simple-table .table,.product-list.product-list-simple-table table{margin-bottom:1.8rem;border:none}.product-list.product-list-simple-table .table td,.product-list.product-list-simple-table .table th,.product-list.product-list-simple-table table td,.product-list.product-list-simple-table table th{vertical-align:middle;border:none;padding:.3rem;line-height:1}.product-list.product-list-simple-table .table .cell-product-image,.product-list.product-list-simple-table table .cell-product-image{padding-left:0}.product-list.product-list-simple-table .table .cell-product-image img,.product-list.product-list-simple-table table .cell-product-image img{width:44px;height:44px}.product-list.product-list-simple-table .table .cell-product-title,.product-list.product-list-simple-table table .cell-product-title{width:100%;padding-right:0;vertical-align:top}.product-list.product-list-simple-table .table .cell-product-title h3,.product-list.product-list-simple-table table .cell-product-title h3{font-size:1.4rem;font-weight:400;margin:0}.product-list.product-list-simple-table .table .cell-product-title p,.product-list.product-list-simple-table table .cell-product-title p{font-size:1.1rem;color:#848789;margin-bottom:0}.product-list.product-list-simple-table .table .cell-amount,.product-list.product-list-simple-table .table .cell-price,.product-list.product-list-simple-table table .cell-amount,.product-list.product-list-simple-table table .cell-price{padding-right:0;text-align:right;vertical-align:top}.product-list.product-list-simple-table .table .cell-price,.product-list.product-list-simple-table table .cell-price{white-space:nowrap;padding-bottom:0;font-size:1.3rem;color:#000;font-weight:400;vertical-align:middle}.product-list.product-list-simple-table .table .cell-amount,.product-list.product-list-simple-table table .cell-amount{padding-top:0;font-size:1.1rem;font-weight:400;color:#848789}.product-list.product-list-simple-table .table a,.product-list.product-list-simple-table table a{text-decoration:none;color:#000;padding:0}.product-list.product-list-simple-table .table a:hover,.product-list.product-list-simple-table table a:hover{color:#000}.product-list.product-list-simple-table .product-list-more-items{color:#000;font-size:1.3rem}.product-list.product-list-simple-table .product-list-price{font-weight:400;font-size:1.4rem}.product-list.product-list-simple-table .product-list-price .label{float:left}.product-list.product-list-simple-table .product-list-price .value{float:right}.product-list.product-list-simple-table.product-list-simple-table-review .table,.product-list.product-list-simple-table.product-list-simple-table-review table{margin-bottom:.5rem}.product-list.product-list-simple-table.product-list-simple-table-review .table .cell-product-image,.product-list.product-list-simple-table.product-list-simple-table-review table .cell-product-image{padding-top:0}.product-list.product-list-simple-table.product-list-simple-table-review .table .cell-product-image img,.product-list.product-list-simple-table.product-list-simple-table-review table .cell-product-image img{width:60px;height:60px}.product-list.product-list-simple-table.product-list-simple-table-review .table .cell-product-title h3,.product-list.product-list-simple-table.product-list-simple-table-review table .cell-product-title h3{font-size:1.3rem;color:#000;margin-bottom:.3rem}.product-list.product-list-simple-table.product-list-simple-table-review .table .cell-product-title a,.product-list.product-list-simple-table.product-list-simple-table-review table .cell-product-title a{color:#000}.product-list.product-list-simple-table.product-list-simple-table-review .product-list-more-items{text-align:left;color:#404040}.product-list.product-list-simple-table.product-list-simple-table-review-credit .table,.product-list.product-list-simple-table.product-list-simple-table-review-credit table,.product-list.product-list-simple-table.product-list-simple-table-review-payment .table,.product-list.product-list-simple-table.product-list-simple-table-review-payment table,.product-list.product-list-simple-table.product-list-simple-table-review-shipping .table,.product-list.product-list-simple-table.product-list-simple-table-review-shipping table{margin-bottom:0}.product-list.product-list-simple-table.product-list-simple-table-review-credit .table .cell-product-title,.product-list.product-list-simple-table.product-list-simple-table-review-credit table .cell-product-title,.product-list.product-list-simple-table.product-list-simple-table-review-payment .table .cell-product-title,.product-list.product-list-simple-table.product-list-simple-table-review-payment table .cell-product-title,.product-list.product-list-simple-table.product-list-simple-table-review-shipping .table .cell-product-title,.product-list.product-list-simple-table.product-list-simple-table-review-shipping table .cell-product-title{padding-left:0}.product-list.product-list-simple-table.product-list--simple-table-summary .product-list__item{display:grid;grid-template-columns:56px auto auto}.product-list.product-list-simple-table.product-list--simple-table-summary .product-list__info-text,.product-list.product-list-simple-table.product-list--simple-table-summary .product-list__motive-container{grid-row-start:1;grid-row-end:3}.product-list.product-list-simple-table.product-list--simple-table-summary .product-list__motive-container{padding-top:0;grid-row-start:1;grid-row-end:3}.product-list.product-list-simple-table.product-list--simple-table-summary .product-list__info-text{padding-left:1rem}.product-list.product-list-simple-table.product-list--simple-table-summary .product-list__price{order:-1}.product-list.product-list-simple-table.product-list--simple-table-summary .product-list__amount{padding-top:.2rem}.product-list.product-list-simple-table.product-list--simple-table-payment .product-list__item,.product-list.product-list-simple-table.product-list--simple-table-shipping .product-list__item{display:block;grid-template-columns:auto auto}.product-list-as-table>li{margin-bottom:1.8rem}.product-list-as-table>li>div a{text-decoration:none}.product-list-as-table>li>div h3{font-size:1.6rem;margin-top:0;margin-bottom:.3rem;font-weight:400;-o-transition:all .2s 0s linear;-webkit-transition:all .2s linear 0s;transition:all .2s linear 0s}.product-list-as-table>li>div h3 a{color:#000}.product-list-as-table>li>div p{color:#000;font-size:1.2rem;margin-bottom:0}.product-list-as-table>li>div .product-info-container{display:flex;align-items:center;flex-wrap:nowrap}.product-list-as-table>li>div .product-info-container .motive-link,.product-list-as-table>li>div .product-info-container .product-text-info{margin-right:1.5rem}.product-list-as-table>li>div .product-info-container .motive-link .motive{display:block;max-width:100%}.product-list-as-table>li>div .product-info-container .product-text-info{flex-basis:75%}.product-list-as-table>li>div .product-info-container .product-buy-info{flex-basis:25%}.product-list-as-table>li>div .product-info-container .price-info{position:relative;text-align:right;white-space:nowrap}@media (min-width:992px){.product-list-as-table>li>div .product-info-container .price-info{padding-left:60px}}.product-list-as-table>li>div .product-info-container .price-info .discount{display:none}@media (min-width:992px){.product-list-as-table>li>div .product-info-container .price-info .discount{position:absolute;top:0;left:0;display:block}}.product-list-as-table>li>div .product-info-container .price-info del{display:block}.product-list-as-table>li>div .product-info-container .price-info strong{display:block;font-size:1.8rem;font-weight:400}.product-list-items .product-list-item{border-bottom:1px solid #dee3e7;padding-bottom:.75rem;margin-bottom:.75rem}.product-list-items .product-list-item:only-child{padding-bottom:0;border:none}.product-list-items .product-list-item .product-info-container{float:right;width:100%;padding-left:116px;padding-right:0;min-height:100px;display:flex;flex-direction:column;justify-content:center}@media (min-width:576px){.product-list-items .product-list-item .product-info-container{display:block}}@media (min-width:576px){.product-list-items .product-list-item .product-info-container .product-price-amount-container,.product-list-items .product-list-item .product-info-container .product-title-perex-container{min-height:100px;display:flex;flex-direction:column;justify-content:center}}@media (min-width:576px){.product-list-items .product-list-item .product-info-container .product-title-perex-container{float:left;width:60%}}@media (min-width:768px){.product-list-items .product-list-item .product-info-container .product-title-perex-container{width:75%}}.product-list-items .product-list-item .product-info-container .product-price-amount-container{white-space:nowrap}@media (min-width:576px){.product-list-items .product-list-item .product-info-container .product-price-amount-container{float:right;width:40%}}@media (min-width:768px){.product-list-items .product-list-item .product-info-container .product-price-amount-container{width:25%}}.product-list-items .product-list-item .product-info-container .product-title{color:#000;font-size:2rem;font-weight:400;margin-top:0;margin-bottom:.5rem}.product-list-items .product-list-item .product-info-container .product-perex{font-size:1.4rem;font-weight:400;margin-bottom:0;color:#000;display:none}@media (min-width:576px){.product-list-items .product-list-item .product-info-container .product-perex{display:block}}.product-list-items .product-list-item .product-info-container .product-price{font-size:1.6rem;color:#000;font-weight:400;margin-bottom:0;width:100%}@media (min-width:576px){.product-list-items .product-list-item .product-info-container .product-price{text-align:right;font-size:2rem;padding:0 0 0 .75rem}}.product-list-items .product-list-item .product-info-container .product-amount{font-size:1.4rem;font-weight:400;margin-bottom:0;color:#000}@media (min-width:576px){.product-list-items .product-list-item .product-info-container .product-amount{text-align:right;padding:0 0 0 .75rem}}.product-list-items .product-list-item .product-info-container .product-availability{font-weight:400}.product-list-items .product-list-item .product-info-container .product-availability span span{color:#000;font-weight:400}.product-list-items .product-list-item .product-image-container{float:left;margin-right:-116px}.product-list-items .product-list-item .product-image-container img{margin:0 .75rem 0 0}.product-list-items .product-list-more-items{color:#000;font-size:1.4rem;font-weight:400}.product-list-items-tiles{margin-bottom:5.6rem}.product-list-items-tiles .product-info-container{display:flex;flex-wrap:nowrap;align-items:center}.product-list-items-tiles .product-info-container a{text-decoration:none;color:#000}.product-list-items-tiles .product-info-container a:hover{color:#000}.product-list-items-tiles .product-info-container .motive{margin:0}.product-list-items-tiles .product-info-container .motive-link{margin:0 1.6rem 0 0;display:inline-block}.product-list-items-tiles .product-info-container h3{font-size:2rem;font-weight:400;margin:0 0 .5rem}.product-list-items-tiles .product-info-container .short-description{font-size:1.4rem;margin:0}.best-sold-products{background:#f6f6f6;padding:16px;margin-bottom:4rem}.best-sold-products h2{margin-top:0;margin-bottom:1rem;font-size:2rem}.best-sold-products .btn-best-sold-toggle{font-size:1.3rem;color:#000}.best-sold-products .btn-best-sold-toggle:focus,.best-sold-products .btn-best-sold-toggle:hover{color:#000}.product-detail{margin-bottom:5.6rem}@media (min-width:992px){.product-detail{margin:0 8.33333% 2.4rem}}@media (min-width:1200px){.product-detail{margin:0 16.66666% 3.2rem}}.product-detail .control-label{font-family:Comenia-Sans-Regular,arial,sans-serif;font-weight:400;font-style:normal;font-display:swap}.product-detail .page-row{display:block;margin:0}.product-detail .page-row:after{display:block;clear:both;content:""}@media (min-width:768px){.product-detail .page-row{margin-left:-16px;margin-right:-16px}}@media (min-width:768px){.product-detail .page-row .page-column.page-primary-column,.product-detail .page-row h1{float:right;position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 50%;max-width:50%}}@media (min-width:992px){.product-detail .page-row .page-column.page-primary-column,.product-detail .page-row h1{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 41.66667%;max-width:41.66667%}}.product-detail .page-row .page-column.page-primary-column{margin-bottom:4rem}@media (min-width:768px){.product-detail .page-row .page-column.page-primary-column{margin-bottom:0}}@media (min-width:768px){.product-detail .page-row .page-column.page-secondary-column,.product-detail .page-row .product-photogallery{float:left;position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 50%;max-width:50%}}@media (min-width:992px){.product-detail .page-row .page-column.page-secondary-column,.product-detail .page-row .product-photogallery{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 58.33333%;max-width:58.33333%}}@media (min-width:768px){.product-detail .page-row .page-column.page-secondary-column{clear:left}}.product-detail .price-and-order-container{background:transparent;margin-bottom:3.2rem;padding:16px;display:flex;flex-wrap:wrap}@media (min-width:576px){.product-detail .price-and-order-container{padding:32px 0}}.product-detail .short-description{font-size:1.4rem}.product-detail .long-description{margin-bottom:5.6rem}.product-detail .long-description h2{display:none}.product-detail .product-anchors{margin-bottom:4rem}.product-detail .product-anchors>li{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;display:inline-block;font-size:1.6rem;margin-right:2.5rem;border-bottom:2px solid transparent;padding-bottom:.5rem}.product-detail .product-anchors>li.active,.product-detail .product-anchors>li:hover.active{border-color:#000}.product-detail .product-anchors>li:last-child{margin-right:0}.product-detail .product-anchors>li a{text-decoration:none;color:#000}.product-detail .product-anchors>li a:hover{text-shadow:none;color:#000}.product-detail .product-photogallery-and-tags-container{position:relative;z-index:1}.product-detail .product-photogallery-and-tags-container .product-tags-container{left:16px}.product-detail .product-photogallery-and-tags-container:hover .product-tags-container{opacity:0}.product-detail .product-bundle-container{margin-bottom:3.2rem}.product-detail .product-bundle-container .product-bundle{background:#333;padding:16px}@media (min-width:576px){.product-detail .product-bundle-container .product-bundle{padding:32px}}.product-detail .product-bundle-container .product-bundle h3{font-size:1.6rem;font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;color:#000;margin-top:0;margin-bottom:1rem}.product-detail .product-bundle-container .product-bundle p{margin-bottom:0;color:#000}.product-detail .product-bundle-container .product-bundle p strong{color:#000}.product-detail .product-bundle-container .product-bundle-note{padding-top:.5rem;padding-left:16px;padding-right:16px;margin-bottom:0;font-size:1.3rem;font-style:italic;color:#000}@media (min-width:576px){.product-detail .product-bundle-container .product-bundle-note{padding-left:32px;padding-right:32px}}.product-detail .product-bundle-container .product-bundle-list{margin-bottom:0}.product-detail .product-bundle-container .product-bundle-list>li{display:flex;flex-wrap:nowrap;align-items:center;margin-top:1rem}.product-detail .product-bundle-container .product-bundle-list>li .flex-cell{margin:0 1rem 0 0;display:inline-block}.product-detail .product-bundle-container .product-bundle-list>li .flex-cell:last-child{margin-right:0}.product-detail .product-bundle-container .product-bundle-list>li a{text-decoration:none;color:#000}.product-detail .product-bundle-container .product-bundle-list>li a:hover{color:#000}.product-detail .product-bundle-container .product-bundle-list>li .motive{margin:0}.product-detail .product-bundle-container .product-bundle-list>li .price,.product-detail .product-bundle-container .product-bundle-list>li .title{font-size:1.3rem;font-weight:400}.product-detail .product-bundle-container .product-bundle-list>li .price strong,.product-detail .product-bundle-container .product-bundle-list>li .title strong{font-weight:400}.product-detail .product-bundle-container .product-bundle-list>li .price{color:#000}.product-detail .product-bundle-container .product-bundle-list>li .price strong{text-transform:uppercase}.product-detail .product-bundle-container .product-bundle-list>li .amount,.product-detail .product-bundle-container .product-bundle-list>li .price{white-space:nowrap}.product-detail .product-bundle-container .product-bundle-list>li .amount{font-size:1.1rem;font-weight:400;color:#000;display:block}.product-detail .product-bundle-container .product-bundle-list>li .title-link{flex-basis:60%}.product-detail .product-bundle-container .product-bundle-list>li .price-and-amount{flex-basis:40%;text-align:right}.product-detail .product-parameters{margin-bottom:5.6rem}.product-detail .product-parameters table{position:relative;margin-bottom:1rem}.product-detail .product-parameters table tbody tr:first-child th.caption{padding-top:.75rem}.product-detail .product-parameters table tbody tr td,.product-detail .product-parameters table tbody tr th{border-top:none;border-bottom:1px solid #e1e4e7;font-size:1.4rem}.product-detail .product-parameters table tbody tr th{color:#000;font-weight:400}.product-detail .product-parameters table tbody tr th.caption{padding-top:4rem;font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap}.product-detail .product-parameters table tbody tr td{color:#000;font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap}.product-detail .product-parameters table.toggled:after{content:"";width:100%;height:10rem;display:block;position:absolute;bottom:0;left:0;background:linear-gradient(180deg,transparent,#fff)}.product-detail #description,.product-detail #productDetailParams{padding-top:20rem;margin-top:-20rem}.product-detail .product-files{margin-bottom:4rem}.product-detail .product-variant-select{margin-bottom:1.8rem;width:100%}.product-detail .product-variant-select form .form-control:focus{box-shadow:none}.product-detail .product-variant-select .product-variant-group{margin-bottom:1rem}.product-detail .product-variant-select .product-variant-group+.product-variant-group{margin-top:2.4rem}.product-detail .product-variant-select .product-variant-group.radios-as-button .control-label-group{display:block}.product-detail .product-variant-select .product-variant-group.radios-as-button .radio{display:inline-block}.product-detail .product-variant-select .product-variant-group.radios-as-button .radio label,.product-detail .product-variant-select .product-variant-select__cancel-filter{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap}.product-detail .product-variant-select .product-variant-select__cancel-filter{font-size:1.4rem;color:#000}.product-detail .product-variant-select .product-variant-select__cancel-filter:before{position:relative;top:1px;display:inline-block;font-family:glyphicon;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:1rem;vertical-align:-1px;font-size:1.2rem}.product-detail .product-variant-select .product-variant-select__cancel-filter:before:empty{width:1em}.product-detail .price-info{padding-right:16px;display:flex;flex-wrap:wrap;align-self:flex-end;margin-bottom:1.8rem}@media (min-width:576px){.product-detail .price-info{width:40%}}@media (min-width:768px){.product-detail .price-info{width:60%}}.product-detail .price-info .price{font-size:1.6rem;font-weight:400;color:#000;margin-bottom:0}.product-detail .price-info .price strong{display:block;font-size:3.2rem;line-height:1;font-weight:400}@media (min-width:992px){.product-detail .price-info .price strong{font-size:4rem}}.product-detail .price-info .price-full{font-size:1.3rem;font-weight:400;margin-bottom:0;width:100%}.product-detail .price-info .price-full del{color:#ce0058}.product-detail .social-network{margin-bottom:3.2rem}.product-detail .social-network a{text-decoration:none}.product-detail .social-network .ico{z-index:auto}.product-detail .social-network .ico-email,.product-detail .social-network .ico-facebook,.product-detail .social-network .ico-google-plus,.product-detail .social-network .ico-pinterest,.product-detail .social-network .ico-share-url,.product-detail .social-network .ico-twitter{position:relative;top:1px;display:inline-block;font-family:glyphicon;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:3rem;margin-right:1rem}.product-detail .social-network .ico-email:empty,.product-detail .social-network .ico-facebook:empty,.product-detail .social-network .ico-google-plus:empty,.product-detail .social-network .ico-pinterest:empty,.product-detail .social-network .ico-share-url:empty,.product-detail .social-network .ico-twitter:empty{width:1em}.product-detail .social-network .ico-twitter{color:#1da1f2}.product-detail .social-network .ico-facebook{color:#3b5998}.product-detail .social-network .ico-pinterest{color:#bd081c}.product-detail .product-definition-list{border-top:1px solid #dee3e7;padding-top:1.8rem;font-size:1.2rem;display:flex;flex-wrap:wrap}.product-detail .product-definition-list dd,.product-detail .product-definition-list dt{display:block;font-weight:400;margin-bottom:.4rem}.product-detail .product-definition-list dt{width:12%}.product-detail .product-definition-list dd{width:38%;padding:0 16px}.product-detail .eshop-availability{align-self:flex-end;font-weight:400}.product-detail .eshop-availability .stock-info__text{font-size:1.3rem}@media (min-width:576px){.product-detail .eshop-availability{width:60%}}@media (min-width:768px){.product-detail .eshop-availability{width:40%;text-align:right}}.product-detail .installments{margin-bottom:0;margin-top:1.8rem}.product-detail .installments .glyphicon{color:#000}.product-detail .product-watching-now{padding-left:16px;padding-right:16px}@media (min-width:768px){.product-detail .product-watching-now{max-width:50%;padding-right:32px}}@media (min-width:992px){.product-detail .product-watching-now{max-width:58.33%}}.product-detail .product-watching-now__message{font-weight:400;font-size:1.4rem}.esp-eshop-gallery{padding:0!important}.esp-eshop-gallery .esp-fixed-close{z-index:1}.product-photogallery{position:relative;margin-bottom:5.6rem}@media (min-width:992px){.esp-shop-gallery .product-photogallery .esp-title{display:flex;flex-wrap:wrap;margin-right:-16px;margin-left:-16px}}.esp-eshop-gallery .product-photogallery{margin:0;max-width:100%;width:100%;padding:16px 32px}@media (min-width:992px){.esp-eshop-gallery .product-photogallery{padding-right:0;display:flex;flex-wrap:nowrap;justify-content:space-between}}@media (min-width:1200px){.esp-eshop-gallery .product-photogallery{width:90vw}}.product-photogallery .gallery-detail-container{position:relative;width:100%}@media (min-width:992px){.esp-eshop-gallery .product-photogallery .gallery-detail-container{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 66.66667%;max-width:66.66667%}}@media (min-width:1200px){.esp-eshop-gallery .product-photogallery .gallery-detail-container{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 75%;max-width:75%}}.product-photogallery .gallery-detail{display:flex;flex-wrap:nowrap}.product-photogallery .gallery-detail>li{display:flex;justify-content:center;flex-basis:100%;min-width:100%;text-align:center;margin-left:-100%;position:relative;-o-transition:opacity .25s 0s linear;-webkit-transition:opacity .25s linear 0s;transition:opacity .25s linear 0s;opacity:0;z-index:1}.product-photogallery .gallery-detail>li:first-child{margin-left:0}.product-photogallery .gallery-detail>li>a.img-container{display:inline-block!important}.product-photogallery .gallery-detail>li img{max-width:100%;height:auto;margin:0 auto!important;display:block!important}.esp-eshop-gallery .product-photogallery .gallery-detail>li img{max-height:80vh}.product-photogallery .gallery-detail>li .magnify img{display:inline-block!important}.product-photogallery .gallery-detail>li.active{opacity:1;z-index:2}.esp-eshop-gallery .product-photogallery .thumblist-container{background:#f6f6f6;margin:0 -32px -16px;padding:1.8rem 32px 16px}@media (min-width:992px){.esp-eshop-gallery .product-photogallery .thumblist-container{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 33.33333%;max-width:33.33333%;margin:-16px 0;padding:72px 32px 16px}}@media (min-width:1200px){.esp-eshop-gallery .product-photogallery .thumblist-container{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 25%;max-width:25%}}.product-photogallery .thumblist{padding-left:0;list-style:none}.product-photogallery .thumblist>li{display:inline-block;padding-left:.5rem;padding-right:.5rem}.esp-eshop-gallery .product-photogallery .thumblist{margin-bottom:0}@media (min-width:992px){.esp-eshop-gallery .product-photogallery .thumblist{max-width:240px;margin:auto}}.product-photogallery .thumblist a{display:block}.product-photogallery .thumblist a img{margin:0!important;width:44px;height:auto}@media (min-width:768px){.product-photogallery .thumblist a img{width:auto}}.product-photogallery .thumblist li{vertical-align:top;margin-bottom:.4rem;border:1px solid transparent;padding:.5rem;text-align:left}.product-photogallery .thumblist li.active,.product-photogallery .thumblist li:focus{border-color:#e1e4e7}.product-photogallery .thumblist li:hover{border-color:#000}.product-photogallery .thumblist li.model-3d{font-size:0;cursor:pointer;color:#000;text-align:center}.product-photogallery .thumblist li.model-3d:before{position:relative;top:1px;display:inline-block;font-family:glyphicon;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;font-size:4rem;width:44px;height:44px;line-height:44px}.product-photogallery .thumblist li.model-3d:before:empty{width:1em}@media (min-width:768px){.product-photogallery .thumblist li.model-3d:before{font-size:5rem;width:65px;height:65px;line-height:65px}}.product-photogallery .gallery-controls{text-decoration:none;opacity:0;-o-transition:all .2s 0s ease-out;-webkit-transition:all .2s ease-out 0s;transition:all .2s ease-out 0s;margin-bottom:0}.magnify-active .product-photogallery .gallery-controls{display:none}.product-photogallery .gallery-controls .next,.product-photogallery .gallery-controls .prev{text-align:center;transform:translateY(-50%);display:none;position:absolute;top:50%;z-index:10;width:42px;height:70px;line-height:50px;font-size:50px;color:#000;padding:10px;background:hsla(0,0%,100%,.5)}.product-photogallery .gallery-controls .next .svg-icon,.product-photogallery .gallery-controls .prev .svg-icon{display:none}.esp-eshop-gallery .product-photogallery .gallery-controls .next,.esp-eshop-gallery .product-photogallery .gallery-controls .prev{width:48%;height:90%;top:0;transform:translateY(0);padding:0;background:transparent;outline:none}.esp-eshop-gallery .product-photogallery .gallery-controls .next span,.esp-eshop-gallery .product-photogallery .gallery-controls .prev span{position:absolute;top:50%;margin-top:-35px}.product-photogallery .gallery-controls .next span,.product-photogallery .gallery-controls .prev span{position:relative;top:1px;display:inline-block;font-family:glyphicon;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:22px!important}.product-photogallery .gallery-controls .next span:empty,.product-photogallery .gallery-controls .prev span:empty{width:1em}@media (min-width:992px){.product-photogallery .gallery-controls .next,.product-photogallery .gallery-controls .prev{display:block}}.product-photogallery .gallery-controls .next:hover,.product-photogallery .gallery-controls .prev:hover{color:#000}@media (min-width:992px){.product-photogallery .gallery-controls .next{right:1rem}.esp-eshop-gallery .product-photogallery .gallery-controls .next span{right:2.5rem}}.product-photogallery .gallery-controls .prev span{transform:rotate(180deg)}@media (min-width:992px){.product-photogallery .gallery-controls .prev{left:1rem}.esp-eshop-gallery .product-photogallery .gallery-controls .prev span{left:2.5rem}}.product-photogallery .gallery-controls-zoom{position:absolute;bottom:1rem;right:1rem;display:block;width:70px;height:70px;padding:10px;background:hsla(0,0%,100%,.5);line-height:5rem;font-size:5rem;color:#000}.esp-eshop-gallery .product-photogallery .gallery-controls-zoom{bottom:-1rem}.product-photogallery .gallery-controls-zoom:before{position:relative;top:1px;display:inline-block;font-family:glyphicon;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.product-photogallery .gallery-controls-zoom:before:empty{width:1em}@media (min-width:992px){.product-photogallery .gallery-controls-zoom{right:1rem}}.product-photogallery .gallery-controls-zoom:hover{color:#000}.product-photogallery:hover .gallery-controls{opacity:1}.product-photogallery.with-model3d:after{content:"";display:block;position:absolute;top:0;left:-1px;width:101%;height:101%;background:#fff;z-index:10}.esp-eshop-gallery .product-photogallery.with-model3d:after{display:none}.product-photogallery.with-model3d .gallery-detail{opacity:0}.product-photogallery.with-model3d .gallery-controls{display:none}.product-photogallery.with-model3d .edeeshop-model3d-container{position:absolute;top:0;left:0;z-index:15;width:100%}.esp-eshop-gallery .product-photogallery.with-model3d .edeeshop-model3d-container{top:50%;transform:translateY(-50%)}.product-photogallery.with-model3d .edeeshop-model3d-container .edeeshop-model3d{display:block;margin:0 auto}.esp-eshop-gallery .product-photogallery.with-model3d .edeeshop-model3d-container .edeeshop-model3d{max-width:100%}@media (min-width:768px) and (max-width:767px){.esp-eshop-gallery .product-photogallery.with-model3d .edeeshop-model3d-container .edeeshop-model3d{height:450px!important;padding-bottom:0}}.product-photogallery.with-model3d .edeeshop-model3d-container .edeeshop-model3d img{margin:0}@media (max-width:-1){.product-photogallery.with-model3d .edeeshop-model3d-container .edeeshop-model3d{max-width:100%;height:0!important;box-sizing:content-box;padding-bottom:100%}}@media (min-width:768px) and (max-width:767px){.product-photogallery.with-model3d .edeeshop-model3d-container .edeeshop-model3d{max-width:100%;height:0!important;box-sizing:content-box;padding-bottom:100%}}.product-photogallery.with-model3d .edeeshop-model3d-container .edeeshop-model3d img{max-width:100%;height:auto}.product-photogallery .model3D__preloader_container{position:absolute;text-align:center;width:100px;height:100px;left:50%;top:50%;transform:translateX(-50%) translateY(-50%)}.product-photogallery .model3D__preloader{position:relative;width:65px;height:65px;display:inline-block}.product-photogallery .model3D__preloader .model3D__preloader_inner,.product-photogallery .model3D__preloader .model3D__preloader_outer,.product-photogallery .model3D__preloader:after{position:absolute;left:0;top:0;right:0;bottom:0}.product-photogallery .model3D__preloader .model3D__preloader_inner,.product-photogallery .model3D__preloader .model3D__preloader_outer{animation-duration:3.5s;animation-iteration-count:infinite;animation-timing-function:linear}.product-photogallery .model3D__preloader .model3D__preloader_inner:after,.product-photogallery .model3D__preloader .model3D__preloader_inner:before,.product-photogallery .model3D__preloader .model3D__preloader_outer:after,.product-photogallery .model3D__preloader .model3D__preloader_outer:before{position:absolute;top:0;bottom:0;content:" "}.product-photogallery .model3D__preloader .model3D__preloader_outer{animation-name:model3D__preloader_animation__rotate-outer}.product-photogallery .model3D__preloader .model3D__preloader_inner{animation-name:model3D__preloader_animation__rotate-inner}.product-photogallery .model3D__preloader .model3D__preloader_inner:before,.product-photogallery .model3D__preloader .model3D__preloader_outer:before{left:0;right:50%;border-radius:65px 0 0 65px}.product-photogallery .model3D__preloader .model3D__preloader_inner:after,.product-photogallery .model3D__preloader .model3D__preloader_outer:after{left:50%;right:0;border-radius:0 65px 65px 0}.product-photogallery .model3D__preloader .model3D__preloader_outer:before{background-image:linear-gradient(180deg,transparent 0,rgba(26,26,26,.5));background-repeat:repeat-x}.product-photogallery .model3D__preloader .model3D__preloader_inner:before,.product-photogallery .model3D__preloader .model3D__preloader_outer:after{background-image:linear-gradient(180deg,#000 0,rgba(26,26,26,.5));background-repeat:repeat-x}.product-photogallery .model3D__preloader .model3D__preloader_inner:after{background-image:linear-gradient(180deg,transparent 0,rgba(26,26,26,.5));background-repeat:repeat-x}.product-photogallery .model3D__preloader:after{content:" ";margin:3px;border-radius:100%;background:#fff}@keyframes model3D__preloader_animation__rotate-outer{0%{transform:rotate(0deg)}to{transform:rotate(3turn)}}@-webkit-keyframes model3D__preloader_animation__rotate-outer{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(3turn)}}@keyframes model3D__preloader_animation__rotate-inner{0%{transform:rotate(2turn)}to{transform:rotate(0deg)}}@-webkit-keyframes model3D__preloader_animation__rotate-inner{0%{-webkit-transform:rotate(2turn)}to{-webkit-transform:rotate(0deg)}}.product-photogallery .model3D__controls_arrow{display:block;width:40px;height:40px;position:absolute;top:50%;transform:translateY(-50%);cursor:pointer;color:#000}.product-photogallery .model3D__controls_arrow span{position:relative;top:1px;display:inline-block;font-family:glyphicon;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:4rem}.product-photogallery .model3D__controls_arrow span:empty{width:1em}.product-photogallery .model3D__controls_arrow.prev span{transform:rotate(-135deg)}.product-photogallery .model3D__controls_arrow.next span{transform:rotate(135deg)}.product-photogallery .model3D__controls_arrow{display:none}@media (min-width:992px){.product-photogallery .model3D__controls_arrow{display:block}}.product-photogallery .model3D__controls_arrow.prev{left:0}@media (min-width:768px){.product-photogallery .model3D__controls_arrow.prev{left:2rem}}.product-photogallery .model3D__controls_arrow.next{right:0}@media (min-width:768px){.product-photogallery .model3D__controls_arrow.next{right:2rem}}.product-photogallery .model3D__controls_arrow:hover{color:#000}.product-photogallery .model3d-remove{position:absolute;right:16px;top:0;font-size:14px;cursor:pointer;color:#000}.esp-eshop-gallery .product-photogallery .model3d-remove{display:none}.product-photogallery .model3d-remove:before{position:relative;top:1px;display:inline-block;font-family:glyphicon;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.product-photogallery .model3d-remove:before:empty{width:1em}@media (min-width:768px){.product-photogallery .model3d-remove{right:2rem}}.product-photogallery .model3d-remove:hover{color:#000}html.magnifying>body{overflow-x:hidden!important}.magnify{position:relative;display:inline-block;max-width:100%}.magnify .magnify-lens{position:absolute;width:200px;height:200px;border-radius:100%;box-shadow:0 0 0 7px hsla(0,0%,100%,.85),0 0 7px 7px rgba(0,0,0,.25),inset 0 0 40px 2px rgba(0,0,0,.25);cursor:none;display:none;z-index:100}.magnify .magnify-lens.loading{background:#333!important;opacity:.8}.magnify .magnify-lens.loading:after{position:absolute;top:45%;left:0;width:100%;color:#fff;content:"Loading...";font:italic normal 16px/1 Calibri,sans-serif;text-align:center;text-shadow:0 0 2px rgba(51,51,51,.8);text-transform:none}.obsolete-product{padding:2rem 2rem 2rem 0;margin-bottom:4rem}.obsolete-product p:last-child{margin-bottom:0}.obsolete-product__info{font-size:1.8rem;font-weight:700}.obsolete-product__btn{position:relative;display:inline-block;box-sizing:border-box;text-shadow:.04rem 0 0 currentColor;font-size:1.6rem;line-height:1.6rem;background:#fff;color:#000;border:1px solid #000;padding:15px;cursor:pointer;text-align:left;text-decoration:none;-o-transition:background .3s linear;-webkit-transition:background .3s linear;transition:background .3s linear;white-space:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 0 1.2rem .2rem rgba(78,85,94,.15)}.obsolete-product__btn:after{content:"";position:absolute;box-sizing:content-box;background:#fff;border:1px solid #000;height:100%;width:100%;left:4px;top:4px;pointer-events:none;transition:all .25s ease-in-out;z-index:-1}.obsolete-product__btn:hover{text-decoration:none;color:#fff;background:#000;outline:0;text-shadow:none}.obsolete-product__btn:hover:after{left:-1px;top:-1px}.obsolete-product__btn.disabled,.obsolete-product__btn:disabled{color:#999;border-color:#999;pointer-events:none}.obsolete-product__btn.disabled:hover,.obsolete-product__btn:disabled:hover{cursor:not-allowed;background:#fff}.obsolete-product__btn.disabled:hover:after,.obsolete-product__btn:disabled:hover:after{left:5px;top:5px}.obsolete-product__btn.disabled:after,.obsolete-product__btn:disabled:after{border-color:#999}.obsolete-product__btn:focus-visible{outline-offset:1px}.order-form{margin-bottom:0;width:100%}.order-form .btn-add-to-cart{position:relative;display:inline-block;box-sizing:border-box;text-shadow:.04rem 0 0 currentColor;font-size:1.6rem;line-height:1.6rem;background:#fff;color:#000;border:1px solid #000;padding:15px;cursor:pointer;text-align:left;text-decoration:none;-o-transition:background .3s linear;-webkit-transition:background .3s linear;transition:background .3s linear;white-space:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 0 1.2rem .2rem rgba(78,85,94,.15)}.order-form .btn-add-to-cart:after{content:"";position:absolute;box-sizing:content-box;background:#fff;border:1px solid #000;height:100%;width:100%;left:4px;top:4px;pointer-events:none;transition:all .25s ease-in-out;z-index:-1}.order-form .btn-add-to-cart:hover{text-decoration:none;color:#fff;background:#000;outline:0;text-shadow:none}.order-form .btn-add-to-cart:hover:after{left:-1px;top:-1px}.order-form .btn-add-to-cart.disabled,.order-form .btn-add-to-cart:disabled{color:#999;border-color:#999;pointer-events:none}.order-form .btn-add-to-cart.disabled:hover,.order-form .btn-add-to-cart:disabled:hover{cursor:not-allowed;background:#fff}.order-form .btn-add-to-cart.disabled:hover:after,.order-form .btn-add-to-cart:disabled:hover:after{left:5px;top:5px}.order-form .btn-add-to-cart.disabled:after,.order-form .btn-add-to-cart:disabled:after{border-color:#999}.order-form .btn-add-to-cart:focus-visible{outline-offset:1px}.order-form .btn-add-to-cart .ico{display:none}.order-form .btn-add-to-cart:disabled:hover:after{top:4px;left:4px}.order-form .alert,.order-form .product-detail .product-watching-now__content,.product-detail .order-form .product-watching-now__content{margin-bottom:0;padding:0;text-align:right;margin-left:1rem}@media (min-width:768px){.order-form .alert,.order-form .product-detail .product-watching-now__content,.product-detail .order-form .product-watching-now__content{margin:0;width:50%}}.product-detail .order-form form{width:100%;display:flex;flex-wrap:wrap}.product-detail .order-form .product-amount-info{margin-right:.5rem;margin-bottom:.5rem}@media (min-width:768px){.product-detail .order-form .product-amount-info{width:50%;margin:0}}.product-detail .order-form .btn-container{margin-bottom:0}@media (min-width:768px){.product-detail .order-form .btn-container{width:50%;text-align:right}}.category-detail .page-row{margin-left:0;margin-right:0}@media (min-width:1200px){.category-detail{padding-top:2.4rem}}.category-detail .page-primary-column{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 100%;max-width:100%}@media (min-width:768px){.category-detail .page-primary-column{left:-1.6rem;position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 66.66667%;max-width:66.66667%;order:2}}.category-detail .page-secondary-column{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 100%;max-width:100%}@media (min-width:768px){.category-detail .page-secondary-column{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 33.33333%;max-width:33.33333%;order:1}}@media (min-width:1200px){.category-detail .page-secondary-column{padding-left:6.4rem;order:1}}.category-detail .long-description{margin-bottom:5.6rem}.category-subcategories-list{display:flex;flex-wrap:wrap;margin-right:-16px;margin-left:-16px}.category-subcategories-list li{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 100%;max-width:100%;margin-bottom:1rem}@media (min-width:576px){.category-subcategories-list li{margin-bottom:32px;position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 50%;max-width:50%}}@media (min-width:992px){.category-subcategories-list li{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width:1200px){.category-subcategories-list li{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 25%;max-width:25%}}.category-subcategories-list li a{text-decoration:none;color:#000;display:block;width:100%;height:100%;padding:16px;border:1px solid #e1e4e7;background:#edf0f2;-o-transition:all .2s 0s linear;-webkit-transition:all .2s linear 0s;transition:all .2s linear 0s}.category-subcategories-list li a:hover{background:#dee3e7}.registration-page .input-type-fullname,.registration-page .input-type-password{margin-bottom:4rem}.registration-page .input-type-password .help-block .hint,.registration-page .note{font-size:1.3rem;font-style:italic}.registration-page .note{clear:both;color:#848789;margin-bottom:0}.profile-page #fullName__container,.profile-page .btn-change-password{margin-bottom:4rem}.profile-page .btn-change-password{background:transparent;border:none}.profile-page .btn-change-password:focus{box-shadow:none;background:transparent}.content--my-credit h3{font-size:1.8rem;font-weight:400}.category-filter{color:#000;padding:0 0 1.2rem!important}.page-secondary-column .category-filter{margin-top:-2rem}.page-primary-column .category-filter__container{background:#fff}.category-filter__header{position:relative}.category-filter__header:hover .svg-icon{fill:#000}.category-filter__header:focus .category-filter__header-link,.category-filter__header:hover .category-filter__header-link{background:#fff;color:#000}.category-filter__header-ico{position:absolute;top:16px;left:32px;z-index:2}.category-filter__header-ico .svg-icon{width:1.8rem;height:1.8rem;fill:#000;display:none}.category-filter__header-link{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-display:swap;display:flex;align-items:center;padding:1.6rem 2.4rem;font-size:1.8rem;background:#fff;color:#000;text-decoration:none;z-index:1;border:1px solid #000}.category-filter__header-link,.category-filter__header-link:before{font-style:normal;-o-transition:all .2s 0s linear;-webkit-transition:all .2s linear 0s;transition:all .2s linear 0s;position:relative}.category-filter__header-link:before{top:1px;display:inline-block;font-family:glyphicon;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:middle;font-size:1.6rem;top:0;margin-right:1.6rem}.category-filter__header-link:before:empty{width:1em}.category-filter__header-link:hover{background:#fff;color:#000;text-decoration:none;text-shadow:none}.category-filter__header-link:focus{color:#000}.category-filter__header-link.active{background:#fff;color:#000}.category-filter__content{padding:16px 2.4rem;background:#f6f6f6}.category-detail .page-secondary-column .category-filter__content{display:block!important;padding:0}@media (min-width:992px){.category-filter__group{display:inline-block;width:49%;vertical-align:top}}@media (min-width:1200px){.category-filter__group{width:33%}}.filter-group__content{margin-top:.8rem}.category-filter__selected{margin-bottom:3.2rem}.category-filter__row{display:flex;flex-wrap:wrap;margin-right:-16px;margin-left:-16px;margin-bottom:1.8rem}.category-filter__sort{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 50%;max-width:50%;text-align:right}@media (min-width:992px){.category-filter__sort{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 66.66667%;max-width:66.66667%}}.category-filter__text{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 50%;max-width:50%}@media (min-width:992px){.category-filter__text{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 33.33333%;max-width:33.33333%}}.selected-filters{margin-bottom:3.2rem;padding:2rem}.selected-filters .selected-filter-list{padding-left:0;list-style:none;position:relative;display:flex;flex-wrap:wrap;margin-left:0;font-size:1.4rem;padding-top:1.6rem;color:#000}.selected-filters .selected-filter-list>li{display:inline-block;padding-left:.5rem;padding-right:.5rem}.selected-filters .selected-filter-list strong{color:#000;font-weight:400}.selected-filters .selected-filter-list li:first-child{background:#f6f6f6;padding:.2rem .8rem;margin-bottom:.8rem}.selected-filters .selected-filter-list li:first-child+li{margin-left:.8rem}.selected-filters .selected-filter-list li:first-child.cancel-filter{padding-left:0;position:absolute;background:transparent;display:block;font-size:1.3rem;top:0;right:0}.selected-filters .selected-filter-list li:first-child.cancel-filter a,.selected-filters .selected-filter-list li a{color:#000}.selected-filters .selected-filter-list li a .ico-remove{position:relative;top:1px;display:inline-block;font-family:glyphicon;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1rem;margin-left:.8em}.selected-filters .selected-filter-list li a .ico-remove:empty{width:1em}.selected-filters .selected-filter-list li a:focus,.selected-filters .selected-filter-list li a:hover{color:#000}.selected-filters .selected-filter-list .svg-icon{display:none}.filter-group--inactive{opacity:.5}.filter-group--inactive *{opacity:1!important}.panel-group{margin-bottom:3.2rem}.panel-group__item{margin-bottom:1rem;border:1px solid #dee3e7}.panel-group__item--opened .panel-group__item-heading{background-color:#fff}.panel-group__item--opened .panel-group__item-heading:after{transform:rotate(180deg)}.panel-group__item--opened .panel-group__item-body{display:block}.panel-group__item-heading{margin:0;padding:0 16px;background-color:#f6f6f6;position:relative}.panel-group__item-heading:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.panel-group__item-heading:empty:after{margin-left:0}.panel-group--static .panel-group__item-heading{padding:0 16px}.panel-group__item-heading:after{-o-transition:all .2s 0s linear;-webkit-transition:all .2s linear 0s;transition:all .2s linear 0s;position:absolute;right:2rem;top:50%;color:#000}.panel-group--static .panel-group__item-heading:after{display:none}.panel-group__item-title{margin:0;font-size:1.8rem;font-weight:400;display:flex;flex-wrap:wrap;margin-right:-16px;margin-left:-16px}.panel-group__item-title .subtitle,.panel-group__item-title .title{color:#000;-o-transition:all .2s 0s linear;-webkit-transition:all .2s linear 0s;transition:all .2s linear 0s}@media (min-width:768px){.panel-group__item-title .subtitle,.panel-group__item-title .title{padding-top:1.5rem;padding-bottom:1.5rem}}.panel-group__item-title .title{margin-bottom:5px;padding-top:1.5rem;padding-right:55px;display:flex;justify-content:space-between;position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 100%;max-width:100%}@media (min-width:768px){.panel-group__item-title .title{padding-right:0;margin-bottom:0;position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 50%;max-width:50%}}@media (min-width:992px){.panel-group__item-title .title{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 25%;max-width:25%}}.panel-group__item-title .title:last-child{padding-bottom:1.5rem}.panel-group__item-title .title .title__col-1{flex:1;white-space:nowrap}.panel-group__item-title .title .title__col-2{font-size:1.4rem;line-height:20px;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;margin-left:2rem;display:none}@media (min-width:576px){.panel-group__item-title .title .title__col-2{display:inline-block}}.panel-group__item-title .subtitle{padding-bottom:1.5rem;padding-right:55px;position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 100%;max-width:100%}@media (min-width:768px){.panel-group__item-title .subtitle{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 50%;max-width:50%}.panel-group__item-title .subtitle:before{content:"";height:2.4rem;width:1px;display:inline-block;border-left:1px solid #e0e0e0;position:absolute;top:1.5rem;left:-1px}}@media (min-width:992px){.panel-group__item-title .subtitle{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 75%;max-width:75%}}.panel-group__item-title .ico{margin-right:1rem}.panel-group__item-title .ico:before{position:relative;top:1px;display:inline-block;font-family:glyphicon;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:2.4rem;vertical-align:-5px}.panel-group__item-title .ico:before:empty{width:1em}.panel-group__item-title a{display:flex;flex-wrap:wrap;width:100%;height:100%;position:relative;text-decoration:none}.panel-group__item-title:hover .subtitle,.panel-group__item-title:hover .title{color:#000}.panel-group__item-body{display:none;padding:16px}@media (min-width:768px){.panel-group--addresses .panel-group__item-title .title{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 66.66667%;max-width:66.66667%}}@media (min-width:992px){.panel-group--addresses .panel-group__item-title .title{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 50%;max-width:50%}}@media (min-width:768px){.panel-group--addresses .panel-group__item-title .subtitle{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width:992px){.panel-group--addresses .panel-group__item-title .subtitle{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 50%;max-width:50%}}.block-widget--invoice,.common-widget,.widget--credit-balance,.widget-free-shipping,.widget-order-payment-info,.widget-registration-form,.widget-select{padding:.75rem;margin-bottom:1.8rem;position:relative}.block-widget--invoice h2,.block-widget--invoice h3,.common-widget h2,.common-widget h3,.widget--credit-balance h2,.widget--credit-balance h3,.widget-free-shipping h2,.widget-free-shipping h3,.widget-order-payment-info h2,.widget-order-payment-info h3,.widget-registration-form h2,.widget-registration-form h3,.widget-select h2,.widget-select h3{color:#848789;font-weight:400}.block-widget--invoice,.common-widget-brand.widget-registration-form,.common-widget-brand.widget-select,.common-widget.common-widget-brand,.widget--credit-balance,.widget-free-shipping,.widget-order-payment-info{background:#333}.common-widget-gray.block-widget--invoice,.common-widget-gray.widget--credit-balance,.common-widget-gray.widget-free-shipping,.common-widget-gray.widget-order-payment-info,.common-widget-gray.widget-select,.common-widget.common-widget-gray,.widget-registration-form{background:#dee3e7}.widget-free-shipping{padding-right:.3rem;padding-left:80px!important;display:flex;justify-content:flex-end}@media (min-width:768px){.widget-free-shipping{padding-right:.75rem}}.widget-free-shipping:before{position:relative;top:1px;display:inline-block;font-family:glyphicon;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:2.8rem;color:#000;position:absolute;top:50%;transform:translateY(-50%);left:.75rem}.widget-free-shipping:before:empty{width:1em}@media (min-width:576px){.widget-free-shipping.widget-free-shipping-progress{padding-left:150px!important}}.widget-free-shipping.widget-free-shipping-progress .widget-free-shipping-container{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 100%;max-width:100%;text-align:right}@media (min-width:576px){.widget-free-shipping.widget-free-shipping-progress:before{font-size:4.8rem}}.widget-free-shipping p{margin-bottom:0;font-size:1.3rem}.widget-free-shipping .progress{margin-bottom:1.8rem}.esp-header-cart .widget-free-shipping:before{display:none}.esp-header-cart .widget-free-shipping.widget-free-shipping-progress{padding-left:0!important;padding-right:0!important}.esp-header-cart .widget-free-shipping.widget-free-shipping-progress .widget-free-shipping-container{margin-left:0}@media (min-width:992px){.esp-header-cart .widget-free-shipping.widget-free-shipping-progress .widget-free-shipping-container{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 100%;max-width:100%}}.widget-select .help-block,.widget-select label{display:none}.widget-quick-contact{position:relative;padding:2.4rem;display:none}@media (min-width:768px){.widget-quick-contact{display:block}}.widget-quick-contact .quick-contact-photo{display:none}.widget-quick-contact p{margin-bottom:0;font-size:1.3rem;font-weight:400;color:#848789}.widget-quick-contact p strong{font-size:1.4rem;font-family:Comenia-Sans-Regular,arial,sans-serif;font-weight:400;font-style:normal;font-display:swap}.widget-quick-contact p.phone-number{color:#000;font-size:1.6rem;font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap}.order-wizard .order-data__contact,.order-wizard .widget-summary{position:relative;background-color:rgba(225,228,231,.6);padding:.8rem 2.4rem 2.4rem;margin-top:1.2rem}.order-wizard .order-data__contact h2,.order-wizard .order-data__contact h3,.order-wizard .widget-summary h2,.order-wizard .widget-summary h3{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;font-size:1.8rem;margin-top:.5rem;margin-bottom:1.6rem;padding-top:0}.order-wizard .order-data__contact p:last-of-type,.order-wizard .widget-summary p:last-of-type{margin-bottom:.5rem}.order-wizard .order-data__contact p span,.order-wizard .widget-summary p span{font-size:1.3rem;font-style:italic}.order-wizard .order-data__contact .btn-edit,.order-wizard .widget-summary .btn-edit{position:absolute;top:16px;right:16px;font-size:1.3rem;color:#848789}.order-data__contact.widget-summary-note-data h2,.order-data__contact.widget-summary-note-data h3,.widget-summary.widget-summary-note-data h2,.widget-summary.widget-summary-note-data h3{padding-right:0!important}.widget-registration-form ul{font-size:1.3rem}.widget-registration-form .form-content{display:flex;flex-wrap:wrap;margin-right:-16px;margin-left:-16px}.widget-registration-form .form-content .control-label{display:none}.widget-registration-form .form-content .form-group{margin-bottom:.5rem;position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 50%;max-width:50%}@media (min-width:768px){.widget-registration-form .form-content .form-group{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 33.33333%;max-width:33.33333%}}.widget-registration-form .form-content .btn{height:35px}@media (min-width:576px){.widget-registration-form .form-content .btn{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width:768px){.widget-registration-form .form-content .btn{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 16.66667%;max-width:16.66667%}}.widget-registration-form .note{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 100%;max-width:100%;font-size:1.3rem;font-style:italic;color:#848789}.widget-order-payment-info h3{margin-top:0}.widget-order-payment-info .label-value{display:flex;flex-wrap:wrap;margin-right:-16px;margin-left:-16px;margin-bottom:1.8rem}.widget-order-payment-info .label-value:last-child{margin-bottom:0}.widget-order-payment-info .label-value .label{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 50%;max-width:50%}@media (min-width:576px){.widget-order-payment-info .label-value .label{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 41.66667%;max-width:41.66667%}}@media (min-width:768px){.widget-order-payment-info .label-value .label{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 25%;max-width:25%}}@media (min-width:992px){.widget-order-payment-info .label-value .label{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 16.66667%;max-width:16.66667%}}.widget-order-payment-info .label-value .value{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 50%;max-width:50%;font-weight:400}@media (min-width:576px){.widget-order-payment-info .label-value .value{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 58.33333%;max-width:58.33333%}}@media (min-width:768px){.widget-order-payment-info .label-value .value{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 75%;max-width:75%}}@media (min-width:992px){.widget-order-payment-info .label-value .value{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 83.33333%;max-width:83.33333%}}.widget-order-payment-info .label-value .value .bank-account-number,.widget-order-payment-info .label-value .value .bank-iban,.widget-order-payment-info .label-value .value .bank-name,.widget-order-payment-info .label-value .value .bank-transfer__subtitle,.widget-order-payment-info .label-value .value .qr-code{display:block}.widget-order-payment-info .label-value .value .qr-code{margin-top:.5rem}.widget-order-payment-info .label-value .value .qr-code img{width:100%;height:auto;max-width:200px}.widget-order-payment-info .label-value .value .bank-transfer__name{font-size:1.6rem}.widget-order-payment-info .label-value .value .bank-transfer__account,.widget-order-payment-info .label-value .value .bank-transfer__iban,.widget-order-payment-info .label-value .value .bank-transfer__name,.widget-order-payment-info .label-value .value .bank-transfer__swift{margin-bottom:.5rem}.widget-order-payment-info .label-value .value .bank-transfer__subtitle{font-weight:400}.widget-order-payment-info .label-value.multiple-label-value .values,.widget-order-payment-info .label-value.multiple-label-value .values .value{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 100%;max-width:100%}.widget-order-payment-info .label-value.multiple-label-value .values .value{margin-bottom:0}@media (min-width:768px){.widget-order-payment-info .label-value.multiple-label-value .values .value{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 50%;max-width:50%}}@media (min-width:992px){.widget-order-payment-info .label-value.multiple-label-value .values .value{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 33.33333%;max-width:33.33333%}}.widget--credit-balance{margin-bottom:4rem}.widget--credit-balance p{margin-bottom:0;font-size:5.5rem;font-weight:400;color:#000}.widget--credit-balance p:before{position:relative;top:1px;display:inline-block;font-family:glyphicon;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:7rem;margin-right:1rem;vertical-align:-10px}.widget--credit-balance p:before:empty{width:1em}.block-widget--invoice{margin-bottom:4rem}.block-widget--invoice .block-widget__title{margin-top:0;margin-bottom:1.5rem;font-size:1.5rem;color:#404040}.block-widget--invoice .block-widget__text,.block-widget--invoice .block-widget__title{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap}.block-widget--invoice .block-widget__text{color:#000;margin-bottom:0}.widget-order{display:flex;flex-wrap:wrap;margin-right:-16px;margin-left:-16px}.widget-order__id{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 100%;max-width:100%}@media (min-width:768px){.widget-order__id{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 25%;max-width:25%}}.widget-order__id p{color:#222;font-size:1.4rem}.widget-order__contact{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 100%;max-width:100%}@media (min-width:768px){.widget-order__contact{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 75%;max-width:75%}}.widget-order__contact .order-summary-contact{display:flex;flex-wrap:wrap;margin-right:-16px;margin-left:-16px}.widget-order__contact .order-summary-contact>div{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 100%;max-width:100%}@media (min-width:768px){.widget-order__contact .order-summary-contact>div{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 33.33333%;max-width:33.33333%}}.widget-order__contact .order-summary-contact h2,.widget-order__contact .order-summary-contact p{font-size:1.4rem}.widget-order__contact .order-summary-contact h2{margin:0;margin-bottom:.3rem;font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;color:#222}.widget-order__contact .order-summary-contact p{color:#000}.widget-order__note,.widget-order__payment,.widget-order__product-list,.widget-order__tools{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 100%;max-width:100%}.widget-order__note p{color:#000}.widget-order__payment h2{display:none}.widget-order__payment h3{font-size:1.4rem;color:#222;font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap}.widget-order__payment p strong{color:#222}.widget-order__payment dl{display:flex;flex-wrap:wrap;margin-right:-16px;margin-left:-16px;margin-bottom:1.8rem}.widget-order__payment dl dt{font-weight:400;color:#000}@media (min-width:768px){.widget-order__payment dl dt{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 16.66667%;max-width:16.66667%}}.widget-order__payment dl dd{font-weight:400;color:#222}@media (min-width:768px){.widget-order__payment dl dd{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 83.33333%;max-width:83.33333%}}.widget-order__payment .btn-continue,.widget-order__payment .btn-retry{position:relative;display:inline-block;box-sizing:border-box;text-shadow:.04rem 0 0 currentColor;font-size:1.6rem;line-height:1.6rem;background:#fff;color:#000;border:1px solid #000;padding:15px;cursor:pointer;text-align:left;text-decoration:none;-o-transition:background .3s linear;-webkit-transition:background .3s linear;transition:background .3s linear;white-space:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 0 1.2rem .2rem rgba(78,85,94,.15)}.widget-order__payment .btn-continue:after,.widget-order__payment .btn-retry:after{content:"";position:absolute;box-sizing:content-box;background:#fff;border:1px solid #000;height:100%;width:100%;left:4px;top:4px;pointer-events:none;transition:all .25s ease-in-out;z-index:-1}.widget-order__payment .btn-continue:hover,.widget-order__payment .btn-retry:hover{text-decoration:none;color:#fff;background:#000;outline:0;text-shadow:none}.widget-order__payment .btn-continue:hover:after,.widget-order__payment .btn-retry:hover:after{left:-1px;top:-1px}.widget-order__payment .btn-continue.disabled,.widget-order__payment .btn-continue:disabled,.widget-order__payment .btn-retry.disabled,.widget-order__payment .btn-retry:disabled{color:#999;border-color:#999;pointer-events:none}.widget-order__payment .btn-continue.disabled:hover,.widget-order__payment .btn-continue:disabled:hover,.widget-order__payment .btn-retry.disabled:hover,.widget-order__payment .btn-retry:disabled:hover{cursor:not-allowed;background:#fff}.widget-order__payment .btn-continue.disabled:hover:after,.widget-order__payment .btn-continue:disabled:hover:after,.widget-order__payment .btn-retry.disabled:hover:after,.widget-order__payment .btn-retry:disabled:hover:after{left:5px;top:5px}.widget-order__payment .btn-continue.disabled:after,.widget-order__payment .btn-continue:disabled:after,.widget-order__payment .btn-retry.disabled:after,.widget-order__payment .btn-retry:disabled:after{border-color:#999}.widget-order__payment .btn-continue:focus-visible,.widget-order__payment .btn-retry:focus-visible{outline-offset:1px}.widget-order__payment .widget-order-payment-info{background:none;padding:0}.widget-order__product-list{margin-bottom:1.8rem}.widget-order__tools{margin-bottom:1.8rem;text-align:right}.widget-order__tools .btn{margin-right:.6rem}.widget-address{display:flex;flex-wrap:wrap;margin-right:-16px;margin-left:-16px}.widget-address__item{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 100%;max-width:100%;padding:0}.widget-address__item.widget-address__item--suppressed{opacity:.5}.widget-address__item.widget-address__item--suppressed .btn{pointer-events:none}.widget-address__item h4,.widget-address__item p{font-size:1.4rem;color:#000}.widget-address__item h4{margin-top:0;margin-bottom:.3rem;font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap}.widget-address__item h4,.widget-address__item p{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 100%;max-width:100%}@media (min-width:576px){.widget-address__item p{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 50%;max-width:50%}}.widget-address__buttons,.widget-address__editor{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 100%;max-width:100%}.widget-address__buttons .btn{margin-right:.6rem}.widget-address__editor{padding-top:4rem}.widget-address__editor.widget-address__editor--new{padding-top:0;margin-bottom:4rem}.widget-address__editor .btn{margin-top:1.8rem}.index-list{display:flex;flex-wrap:wrap;margin-right:-16px;margin-left:-16px;margin-bottom:0}.index-list__item{margin-bottom:32px;position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 100%;max-width:100%}@media (min-width:768px){.index-list__item{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 50%;max-width:50%}}.index-list__item .in{display:block;height:100%;background:#f6f6f6;padding:4rem 4rem 4rem 8rem;position:relative}@media (min-width:768px){.index-list__item .in{padding-left:12rem}}.index-list__item .in:before{position:relative;top:1px;display:inline-block;font-family:glyphicon;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:3rem;color:#000;position:absolute;top:4rem;left:2.5rem}.index-list__item .in:before:empty{width:1em}@media (min-width:768px){.index-list__item .in:before{font-size:6rem;left:3.5rem;top:3rem}}.index-list__title{color:#000;margin-top:0;margin-bottom:1rem;font-size:2rem;font-weight:400}.index-list__btn-container{margin-bottom:0}.simple-fulltext-list,.simple-index-list{margin-left:0}.simple-fulltext-list,.simple-index-list,.simple-list{margin-bottom:4rem}.simple-fulltext-list>li,.simple-index-list>li,.simple-list>li{font-size:1.4rem;text-transform:none}.simple-fulltext-list a,.simple-index-list a,.simple-list a{text-decoration:none;color:#000}.simple-fulltext-list a:hover,.simple-index-list a:hover,.simple-list a:hover{text-decoration:underline;color:#000}.my-address-buttons-container{margin-bottom:1rem}.my-address-buttons-container .btn--add{display:block;margin-top:1rem}@media (min-width:576px){.my-address-buttons-container .btn--add{margin-left:3rem;margin-top:0;display:inline-block}}.wishlist-btn-container{margin-bottom:4rem;padding-left:.3rem;padding-right:.3rem}@media (min-width:768px){.wishlist-btn-container{padding-left:.75rem;padding-right:3.85rem}}.wishlist-btn-container .btn-add-all-to-cart{float:right}.product-comparison{margin-bottom:4rem}.product-comparison__container{overflow-x:auto}.product-comparison__table{overflow-x:auto;border-spacing:0;overflow:hidden;z-index:1;min-height:.01%;display:table}@media (max-width:767px){.product-comparison__table{width:100%;margin-bottom:4rem;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #e1e4e7}.product-comparison__table>.table{margin-bottom:0}.product-comparison__table>.table>tbody>tr>td,.product-comparison__table>.table>tbody>tr>th,.product-comparison__table>.table>tfoot>tr>td,.product-comparison__table>.table>tfoot>tr>th,.product-comparison__table>.table>thead>tr>td,.product-comparison__table>.table>thead>tr>th{white-space:nowrap}}.product-comparison__table td,.product-comparison__table th{border-top:none!important;border-bottom:1px solid #e1e4e7;position:relative}@media (min-width:768px){.product-comparison__table td:hover:after{-o-transition:all .3s 0s ease-out;-webkit-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;background-color:#f6f6f6;content:"\A0";height:10000px;left:0;position:absolute;top:-5000px;width:100%;z-index:-1}}.product-comparison__table .row-product-info td,.product-comparison__table .row-product-info th,.product-comparison__table tr:last-child td,.product-comparison__table tr:last-child th{border-bottom:none}.product-comparison__table .row-product-info.row-product-info--motive td,.product-comparison__table .row-product-info.row-product-info--motive th{padding-bottom:0}.product-comparison__table .row-product-info.row-product-info--title td,.product-comparison__table .row-product-info.row-product-info--title th{padding-top:0}.product-comparison__table .row-space .cell-parameter-group{padding-top:6rem}.product-comparison__table .cell-product-info{padding:1.8rem .75rem}.product-comparison__table .cell-parameter-group{color:#000;font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;font-size:1.4rem}.product-comparison__table .cell-parameter-name{color:#000;white-space:nowrap;min-width:240px;vertical-align:middle;font-size:1.4rem;font-family:Comenia-Sans-Regular,arial,sans-serif;font-weight:400;font-style:normal;font-display:swap}.product-comparison__table .cell-parameter-value{color:#000;vertical-align:middle;min-width:135px;font-size:1.4rem;font-weight:400}.product-comparison__table .cell-parameter-price{color:#000;font-weight:400}.product-comparison__table .cell-parameter-price.cell-parameter-price-full{font-size:1.8rem}.product-comparison__table .motive{margin:2rem auto 1rem;width:130px;height:130px}.product-comparison__table .title{margin:0;font-weight:400}.product-comparison__table .title a,.product-comparison__table .title a:hover{color:#000}.product-comparison__table .rating-widget{font-size:1.1rem;margin-bottom:.5rem}.product-comparison__table .rating-widget .rating-count{white-space:nowrap}.product-comparison__table .rating-stars .star:before{font-size:1.2rem;width:1.4rem}.product-comparison__table .btn--remove{font-size:0;color:#94afc8;text-decoration:none;position:absolute;top:.75rem;left:14.5rem;z-index:10}.product-comparison__table .btn--remove:before{position:relative;top:1px;display:inline-block;font-family:glyphicon;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.2rem;-o-transition:all .3s 0s ease-out;-webkit-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}.product-comparison__table .btn--remove:before:empty{width:1em}.product-comparison__table .btn--remove:focus,.product-comparison__table .btn--remove:hover{color:#000}.product-comparison__table .btn--remove:focus:before,.product-comparison__table .btn--remove:hover:before{transform:rotate(90deg)}.product-comparison__table .btn--add-to-cart .ico{display:none}.product-comparison__table.show-different-only .row-with-same-values{display:none!important}.add-to-cart-container .product-list-items{margin-bottom:2.4rem}.add-to-cart-btn-container{margin-bottom:1.8rem}@media (min-width:640px){.add-to-cart-btn-container{text-align:left}}.add-to-cart-btn-container .btn-prev{position:relative;display:inline-block;box-sizing:border-box;text-shadow:.04rem 0 0 currentColor;font-size:1.6rem;line-height:1.6rem;background:#fff;color:#000;border:1px solid #000;padding:15px;cursor:pointer;text-align:left;text-decoration:none;-o-transition:background .3s linear;-webkit-transition:background .3s linear;transition:background .3s linear;white-space:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 0 1.2rem .2rem rgba(78,85,94,.15);margin-right:1rem}.add-to-cart-btn-container .btn-prev:after{content:"";position:absolute;box-sizing:content-box;background:#fff;border:1px solid #000;height:100%;width:100%;left:4px;top:4px;pointer-events:none;transition:all .25s ease-in-out;z-index:-1}.add-to-cart-btn-container .btn-prev:hover{text-decoration:none;color:#fff;background:#000;outline:0;text-shadow:none}.add-to-cart-btn-container .btn-prev:hover:after{left:-1px;top:-1px}.add-to-cart-btn-container .btn-prev.disabled,.add-to-cart-btn-container .btn-prev:disabled{color:#999;border-color:#999;pointer-events:none}.add-to-cart-btn-container .btn-prev.disabled:hover,.add-to-cart-btn-container .btn-prev:disabled:hover{cursor:not-allowed;background:#fff}.add-to-cart-btn-container .btn-prev.disabled:hover:after,.add-to-cart-btn-container .btn-prev:disabled:hover:after{left:5px;top:5px}.add-to-cart-btn-container .btn-prev.disabled:after,.add-to-cart-btn-container .btn-prev:disabled:after{border-color:#999}.add-to-cart-btn-container .btn-prev:focus-visible{outline-offset:1px}@media (min-width:640px){.add-to-cart-btn-container .btn-prev{float:left}}.add-to-cart-btn-container .btn-next{position:relative;display:inline-block;box-sizing:border-box;text-shadow:.04rem 0 0 currentColor;font-size:1.6rem;line-height:1.6rem;background:#fff;color:#000;border:1px solid #000;padding:15px;cursor:pointer;text-align:left;text-decoration:none;-o-transition:background .3s linear;-webkit-transition:background .3s linear;transition:background .3s linear;white-space:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 0 1.2rem .2rem rgba(78,85,94,.15)}.add-to-cart-btn-container .btn-next:after{content:"";position:absolute;box-sizing:content-box;background:#fff;border:1px solid #000;height:100%;width:100%;left:4px;top:4px;pointer-events:none;transition:all .25s ease-in-out;z-index:-1}.add-to-cart-btn-container .btn-next:hover{text-decoration:none;color:#fff;background:#000;outline:0;text-shadow:none}.add-to-cart-btn-container .btn-next:hover:after{left:-1px;top:-1px}.add-to-cart-btn-container .btn-next.disabled,.add-to-cart-btn-container .btn-next:disabled{color:#999;border-color:#999;pointer-events:none}.add-to-cart-btn-container .btn-next.disabled:hover,.add-to-cart-btn-container .btn-next:disabled:hover{cursor:not-allowed;background:#fff}.add-to-cart-btn-container .btn-next.disabled:hover:after,.add-to-cart-btn-container .btn-next:disabled:hover:after{left:5px;top:5px}.add-to-cart-btn-container .btn-next.disabled:after,.add-to-cart-btn-container .btn-next:disabled:after{border-color:#999}.add-to-cart-btn-container .btn-next:focus-visible{outline-offset:1px}@media (min-width:640px){.add-to-cart-btn-container .btn-next{float:right}}.brand-list .brand-alphabet-list{margin-bottom:5.6rem;font-size:2.4rem;font-weight:400}.brand-list .brand-alphabet-list a,.brand-list .brand-alphabet-list span{display:inline-block;margin-right:2rem}.brand-list .brand-alphabet-list a{color:#404040;text-decoration:none}.brand-list .brand-alphabet-list span{color:#e1e4e7}.brand-list ul.brand-items-list{display:flex;flex-wrap:wrap;margin-right:-16px;margin-left:-16px;margin-bottom:4rem}.brand-list ul.brand-items-list>li{font-weight:400;position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 100%;max-width:100%}@media (min-width:576px){.brand-list ul.brand-items-list>li{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 50%;max-width:50%}}@media (min-width:768px){.brand-list ul.brand-items-list>li{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width:1200px){.brand-list ul.brand-items-list>li{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 25%;max-width:25%}}.brand-list ul.brand-items-list>li a{text-decoration:none}.brand-list .brand-title{margin-bottom:3.2rem;font-size:1.8rem;font-weight:400}.group-detail .motive-and-description-container .motive{margin-bottom:1.8rem}@media (min-width:576px){.group-detail .motive-and-description-container .motive{float:right;margin-left:1.5rem;margin-bottom:5.6rem}}.group-detail .motive-and-description-container .long-description{margin-bottom:5.6rem}.group-detail .brand-categories-list{margin-bottom:4rem}.group-detail .brand-categories-list>li{font-weight:400}.top-brands-list-container{padding-top:5.6rem;margin-bottom:4rem}.top-brands-list-container .top-brands-list{text-align:center;padding-left:0;list-style:none;margin-bottom:1.8rem}.top-brands-list-container .top-brands-list>li{display:inline-block;padding-left:.5rem;padding-right:.5rem;margin:0 2rem 1rem}.top-brands-list-container .top-brands-list>li .brand-logo,.top-brands-list-container .top-brands-list>li img{width:auto;height:60px}.top-brands-list-container .top-brands-list>li .brand-name{display:none}.top-brands-list-container .top-brands-btn-container{text-align:center}.pagination-wrapper:after{display:block;clear:both;content:""}@media (min-width:768px){.pagination-wrapper .pagination{float:right;margin:0}}.pagination-wrapper .pagination .active a,.pagination-wrapper .pagination .active span{z-index:1}.pagination-wrapper .pagination .next,.pagination-wrapper .pagination .prev{text-indent:-9999px;line-height:0}.pagination-wrapper .pagination .next:after,.pagination-wrapper .pagination .prev:after{text-indent:0;display:block;line-height:1.5}.pagination-wrapper .pagination .prev:after{content:"\AB"}.pagination-wrapper .pagination .next:after{content:"\BB"}@media (min-width:768px){.pagination-wrapper .btn-next-container{float:left}}.product-list-container__content+.pagination-wrapper{display:flex;flex-direction:column}@media (min-width:1200px){.product-list-container__content+.pagination-wrapper{flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:8rem}}.product-list-container__content+.pagination-wrapper .pagination{margin-bottom:8rem}@media (min-width:1200px){.product-list-container__content+.pagination-wrapper .pagination{margin-bottom:4rem}}.product-list-container__content+.pagination-wrapper .pagination li:first-child,.product-list-container__content+.pagination-wrapper .pagination li:last-child{top:8rem;padding:.8rem}@media (min-width:1200px){.product-list-container__content+.pagination-wrapper .pagination li:first-child,.product-list-container__content+.pagination-wrapper .pagination li:last-child{top:0}}.product-list-container__content+.pagination-wrapper .pagination li:first-child a,.product-list-container__content+.pagination-wrapper .pagination li:last-child a{position:relative;padding:.8rem 1.2rem;display:inline-block;text-indent:unset;line-height:inherit;text-decoration:none}.product-list-container__content+.pagination-wrapper .pagination li:first-child a:hover,.product-list-container__content+.pagination-wrapper .pagination li:last-child a:hover{text-decoration:underline}.product-list-container__content+.pagination-wrapper .pagination li:first-child a:after,.product-list-container__content+.pagination-wrapper .pagination li:last-child a:after{position:absolute;top:.7rem}.product-list-container__content+.pagination-wrapper .pagination li:first-child{left:2.4rem}@media (min-width:1200px){.product-list-container__content+.pagination-wrapper .pagination li:first-child{margin-right:3.2rem}}.product-list-container__content+.pagination-wrapper .pagination li:first-child a{padding-left:2.4rem}.product-list-container__content+.pagination-wrapper .pagination li:first-child a:after{left:.8rem}.product-list-container__content+.pagination-wrapper .pagination li:last-child{right:2.4rem}@media (min-width:1200px){.product-list-container__content+.pagination-wrapper .pagination li:last-child{margin-left:3.2rem}}.product-list-container__content+.pagination-wrapper .pagination li:last-child a{padding-right:2.4rem}.product-list-container__content+.pagination-wrapper .pagination li:last-child a:after{right:.8rem}.product-list-container__content+.pagination-wrapper .btn-next-container{order:-1;text-align:center}.product-list-container__content+.pagination-wrapper .btn-next-container .btn-next{position:relative;display:inline-block;box-sizing:border-box;text-shadow:.04rem 0 0 currentColor;font-size:1.6rem;line-height:1.6rem;background:#fff;color:#000;border:1px solid #000;padding:15px;cursor:pointer;text-align:left;text-decoration:none;-o-transition:background .3s linear;-webkit-transition:background .3s linear;transition:background .3s linear;white-space:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 0 1.2rem .2rem rgba(78,85,94,.15)}.product-list-container__content+.pagination-wrapper .btn-next-container .btn-next:after{content:"";position:absolute;box-sizing:content-box;background:#fff;border:1px solid #000;height:100%;width:100%;left:4px;top:4px;pointer-events:none;transition:all .25s ease-in-out;z-index:-1}.product-list-container__content+.pagination-wrapper .btn-next-container .btn-next:hover{text-decoration:none;color:#fff;background:#000;outline:0;text-shadow:none}.product-list-container__content+.pagination-wrapper .btn-next-container .btn-next:hover:after{left:-1px;top:-1px}.product-list-container__content+.pagination-wrapper .btn-next-container .btn-next.disabled,.product-list-container__content+.pagination-wrapper .btn-next-container .btn-next:disabled{color:#999;border-color:#999;pointer-events:none}.product-list-container__content+.pagination-wrapper .btn-next-container .btn-next.disabled:hover,.product-list-container__content+.pagination-wrapper .btn-next-container .btn-next:disabled:hover{cursor:not-allowed;background:#fff}.product-list-container__content+.pagination-wrapper .btn-next-container .btn-next.disabled:hover:after,.product-list-container__content+.pagination-wrapper .btn-next-container .btn-next:disabled:hover:after{left:5px;top:5px}.product-list-container__content+.pagination-wrapper .btn-next-container .btn-next.disabled:after,.product-list-container__content+.pagination-wrapper .btn-next-container .btn-next:disabled:after{border-color:#999}.product-list-container__content+.pagination-wrapper .btn-next-container .btn-next:focus-visible{outline-offset:1px}.product-tools{line-height:3rem;margin-bottom:0}.product-tools>li{display:inline-block;position:relative}.product-tools>li a{display:inline-block;text-decoration:none}.product-tools>li a[data-is=SimpleCollapse].active{position:relative}.product-tools>li a[data-is=SimpleCollapse].active:after{width:0;height:0;border-style:solid;border-width:0 10px 10px;border-color:transparent transparent #fff;content:"";display:block;position:absolute;z-index:51;top:100%;left:50%;margin-left:-5px}.product-tools>li ul{display:none;position:absolute;border:1px solid #dee3e7;box-shadow:2px 2px 20px 0 rgba(0,0,0,.2);background:#fff;padding:2.5rem 0;margin-top:.3rem;z-index:50;min-width:200px}.product-tools>li ul li{padding:0 2.5rem;margin-bottom:1rem}.product-tools>li ul li:last-child{margin-bottom:0}.product-detail .product-tools{display:flex;flex-wrap:wrap}.product-detail .product-tools>li{width:50%}.product-detail .product-tools .ico{font-size:2.2rem;margin-top:.3rem}.product-list .product-tools>li{margin-left:.5rem;margin-right:.5rem;font-size:1.2rem}.product-list .product-tools .ico{margin-right:.5rem}.product-tools .svg-icon{display:none}.product-tools .ico{position:relative;top:1px;display:inline-block;font-family:glyphicon;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.8rem;margin-right:1rem;vertical-align:-.3rem;float:left;margin-top:.6rem;z-index:-1}.product-tools .ico:empty{width:1em}.product-tools .state{content:"";position:relative;top:1px;display:inline-block;font-family:glyphicon;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:.5rem;font-size:1rem;color:#000;opacity:0}.product-tools .state:empty{width:1em}.product-tools .active+.state{opacity:1}.visited-products-container{margin-left:-32px;margin-right:-32px;margin-bottom:4rem}.visited-products-container .visited-products{background:#f6f6f6;padding:32px}.visited-products-container h2{margin-top:0}.product-detail .visited-products-container{width:100%;padding-right:16px;padding-left:16px;margin-right:auto;margin-left:auto;margin-left:0;margin-right:0;clear:both}@media (min-width:576px){.product-detail .visited-products-container{max-width:540px}}@media (min-width:768px){.product-detail .visited-products-container{max-width:720px}}@media (min-width:992px){.product-detail .visited-products-container{max-width:960px}}@media (min-width:1200px){.product-detail .visited-products-container{max-width:1600px}}.related-products-container{margin-left:-32px;margin-right:-32px;margin-bottom:4rem}.related-products-container .related-products{background:#f6f6f6;padding:32px 16px}.add-to-cart-container .related-products-container .related-products{padding:32px}.related-products-container h2{margin-top:0;margin-bottom:1rem}.product-detail .related-products-container{width:100%;padding-right:16px;padding-left:16px;margin-right:auto;margin-left:auto;clear:both;margin-left:0;margin-right:0;padding:0}@media (min-width:576px){.product-detail .related-products-container{max-width:540px}}@media (min-width:768px){.product-detail .related-products-container{max-width:720px}}@media (min-width:992px){.product-detail .related-products-container{max-width:960px}}@media (min-width:1200px){.product-detail .related-products-container{max-width:1600px}}.icon-comgate:before{background-position:0 -26px}.icon-comgate:before,.icon-csob:before{background-image:url("/ver/1755242153187/build/sprites/shipping-payment-default/sprites.png");width:50px;height:24px}.icon-csob:before{background-position:-52px -78px}.icon-gp-web-pay:before{background-position:-52px -26px}.icon-gopay:before,.icon-gp-web-pay:before{background-image:url("/ver/1755242153187/build/sprites/shipping-payment-default/sprites.png");width:50px;height:24px}.icon-gopay:before{background-position:-52px 0}.icon-pay-u:before{background-position:-52px -52px}.icon-dpd:before,.icon-pay-u:before{background-image:url("/ver/1755242153187/build/sprites/shipping-payment-default/sprites.png");width:50px;height:24px}.icon-dpd:before{background-position:0 0}.icon-post-office-to-hand:before{background-position:-104px -78px}.icon-post-office-to-hand:before,.icon-post-office-to-post-office:before{background-image:url("/ver/1755242153187/build/sprites/shipping-payment-default/sprites.png");width:50px;height:24px}.icon-post-office-to-post-office:before{background-position:0 -104px}.icon-post-office-to-balikovna:before{background-image:url("/ver/1755242153187/build/sprites/shipping-payment-default/sprites.png");background-position:-104px -52px;width:50px;height:24px}.icon-ppl-parcel-shop:before,.icon-ppl:before{background-position:-52px -104px}.icon-geis:before,.icon-ppl-parcel-shop:before,.icon-ppl:before{background-image:url("/ver/1755242153187/build/sprites/shipping-payment-default/sprites.png");width:50px;height:24px}.icon-geis:before{background-position:-104px 0}.icon-zasilkovna:before{background-position:-104px -104px}.icon-i-platba:before,.icon-zasilkovna:before{background-image:url("/ver/1755242153187/build/sprites/shipping-payment-default/sprites.png");width:50px;height:24px}.icon-i-platba:before{background-position:0 -52px}.icon-db-schenker:before{background-position:0 -78px}.icon-db-schenker:before,.icon-gls:before{background-image:url("/ver/1755242153187/build/sprites/shipping-payment-default/sprites.png");width:50px;height:24px}.icon-gls:before{background-position:-104px -26px}.icon-comgate:before,.icon-csob:before,.icon-db-schenker:before,.icon-dpd:before,.icon-geis:before,.icon-gls:before,.icon-gopay:before,.icon-gp-web-pay:before,.icon-i-platba:before,.icon-pay-u:before,.icon-post-office-to-balikovna:before,.icon-post-office-to-hand:before,.icon-post-office-to-post-office:before,.icon-ppl-parcel-shop:before,.icon-ppl:before,.icon-zasilkovna:before{content:"";background-image:url("/build/sprites/shipping-payment-default/sprites-2x.png");background-size:154px 128px}.icon-cash-on-delivery:before,.icon-cash:before,.icon-invoice:before,.icon-personal-pickup-branch:before,.icon-personal-purchase:before,.icon-post-office-to-hand:before,.icon-proforma-invoice:before,.icon-transfer:before,.icon-user-credit:before{position:relative;top:1px;display:inline-block;font-family:glyphicon;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:50px;height:24px;line-height:24px;font-size:2.8rem;color:#000;text-align:center}.icon-cash-on-delivery:before:empty,.icon-cash:before:empty,.icon-invoice:before:empty,.icon-personal-pickup-branch:before:empty,.icon-personal-purchase:before:empty,.icon-post-office-to-hand:before:empty,.icon-proforma-invoice:before:empty,.icon-transfer:before:empty,.icon-user-credit:before:empty{width:1em}.product-tags-container{pointer-events:none;position:absolute;top:0;left:0;-o-transition:all .3s 0s ease-out;-webkit-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;z-index:3}.product-tags-container .product-tags-list{margin:0;font-size:0}.product-tags-container .product-tags-list li{display:inline-block;font-size:1.4rem;font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;padding:.4rem 1rem;margin:0 0 .5rem;color:#fff;background:#000;clear:left;float:left}.product-tags-container .product-tags-list li:last-child{margin-bottom:0}.rating-stars{font-size:0;margin-right:1rem;vertical-align:top}.rating-stars,.rating-stars .star{position:relative;display:inline-block}.rating-stars .star{color:#dee3e7}.rating-stars .star:before{position:relative;top:1px;display:inline-block;font-family:glyphicon;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.8rem;width:2.2rem;text-align:left}.rating-stars .star:before:empty{width:1em}.rating-stars .rating-stars-overlay{position:absolute;top:0;left:0;height:100%;width:0;overflow:hidden;white-space:nowrap}.rating-stars .rating-stars-overlay .star{color:#e8992f;white-space:nowrap}.rating-stars .rating-stars-label{display:none}.rating-widget{margin-bottom:1.8rem}.rating-widget .rating-anchor{font-size:1.2rem;line-height:1.8;display:inline-block;vertical-align:top}.rating-summary{font-size:1.4rem;font-weight:400;color:#000}.rating-summary .rating-stars{margin-bottom:.5rem}.rating-summary .rating-stars .star:before{font-size:3.5rem;width:4rem}.rating-summary .label{display:block}.rating-summary .label span{color:#848789}.rating-overview{margin-bottom:5.6rem}.rating-overview>li{font-size:1.2rem;margin-bottom:1rem;color:#000;display:flex;flex-wrap:wrap;margin-right:-16px;margin-left:-16px}.rating-overview>li .label{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 33.33333%;max-width:33.33333%}@media (min-width:576px){.rating-overview>li .label{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 25%;max-width:25%}}@media (min-width:768px){.rating-overview>li .label{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width:992px){.rating-overview>li .label{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 25%;max-width:25%}}.rating-overview>li .value{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 25%;max-width:25%;text-align:right}@media (min-width:576px){.rating-overview>li .value{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 16.66667%;max-width:16.66667%}}@media (min-width:768px){.rating-overview>li .value{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 25%;max-width:25%}}@media (min-width:992px){.rating-overview>li .value{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 16.66667%;max-width:16.66667%}}.rating-overview>li .progress{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 41.66667%;max-width:41.66667%;height:2rem;margin-bottom:0;padding:0}@media (min-width:576px){.rating-overview>li .progress{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 58.33333%;max-width:58.33333%;padding:0}}@media (min-width:768px){.rating-overview>li .progress{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 41.66667%;max-width:41.66667%;padding:0}}@media (min-width:992px){.rating-overview>li .progress{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 58.33333%;max-width:58.33333%;padding:0}}.rating-articles-list{margin-bottom:0}.rating-articles-list>li{margin-bottom:5.6rem}.rating-articles-list>li .rating-comment-list{width:50%;margin-bottom:1.8rem}.rating-articles-list>li .rating-comment-list>li{font-weight:400;padding-left:2.8rem;position:relative;margin-bottom:.5rem}.rating-articles-list>li .rating-comment-list>li:before{position:relative;top:1px;display:inline-block;font-family:glyphicon;font-style:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:0;left:0;font-size:2rem;font-weight:400}.rating-articles-list>li .rating-comment-list>li:before:empty{width:1em}.rating-articles-list>li .rating-comment-list.rating-comment-positives{float:left;padding-right:16px;color:#49af63}.rating-articles-list>li .rating-comment-list.rating-comment-negatives{float:right;padding-left:16px;color:#c84f1c}.rating-articles-list>li .rating-date-and-author{clear:both;margin-bottom:0;font-size:1.2rem}.add-rating-container{max-width:930px!important}.add-rating-container .content-form{display:block;margin:0}.add-rating-container .comment-container{display:flex;flex-wrap:wrap;margin-right:-16px;margin-left:-16px}.add-rating-container .comment-container .form-group{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 100%;max-width:100%}@media (min-width:576px){.add-rating-container .comment-container .form-group{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 50%;max-width:50%}}.add-rating-container .content-form-btn-container .btn{float:right;margin-right:0}.add-rating-container .content-form-btn-container .note{clear:both;font-size:1.3rem;font-style:italic;color:#848789;margin-bottom:0;text-align:right}.product-ratings{margin-bottom:5.6rem}.product-ratings .btn-next-container{margin-bottom:0}.product-ratings .btn-next{margin-right:1rem}@media (min-width:768px){.product-ratings .btn-next{float:none!important}}@media (min-width:992px){.product-ratings .btn-next{float:left!important}}@media (min-width:768px){.product-ratings .pagination{float:none!important}}@media (min-width:992px){.product-ratings .pagination{float:right!important;margin:0}}.recommendation-container{max-width:930px!important}.recommendation-container .content-form{margin-bottom:0}.recommendation-container .content-form-btn-container .btn{float:right;margin-right:0}.table--eshop{margin-bottom:4rem}.table--eshop td,.table--eshop th{vertical-align:middle;padding-left:.3rem;padding-right:.3rem;font-size:1.3rem;color:#000;border:none}@media (min-width:768px){.table--eshop td,.table--eshop th{padding-left:.75rem;padding-right:.75rem}}.table--eshop thead tr th{white-space:nowrap;font-weight:400;padding-top:.3rem;padding-bottom:.3rem;color:#848789;border-bottom-color:transparent}.table--eshop tbody td,.table--eshop tbody th{border-bottom:1px solid #e1e4e7}.table--eshop-credits{margin-bottom:5.6rem}.table--eshop-credits td,.table--eshop-credits th{vertical-align:top}.table--eshop-credits tr td:first-child,.table--eshop-credits tr th:first-child{padding-left:0}.table--eshop-credits tr td:last-child,.table--eshop-credits tr th:last-child{padding-right:0}.table--eshop-credits tbody td,.table--eshop-credits tbody th{font-weight:400;font-size:1.6rem}.table--eshop-credits .cell--amount,.table--eshop-credits .cell--date{width:15%}.table--eshop-credits .cell--balance{width:20%}.table--eshop-credits .cell--balance.cell--balance-plus{color:#49af63}.table--eshop-credits .cell--balance.cell--balance-minus{color:#c84f1c}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table caption{font-size:1.5rem;font-style:italic;padding-left:.75rem}.order-wizard{margin-bottom:2.4rem;padding:0 2rem}@media (min-width:576px){.order-wizard{margin-bottom:3.2rem}}@media (min-width:768px){.order-wizard{margin-bottom:4.8rem}}@media (min-width:992px){.order-wizard{margin-bottom:6.4rem}}@media (min-width:1200px){.order-wizard{margin-bottom:8rem;padding:0 4rem;max-width:80%;margin-left:10%}}.order-wizard .alert-group{width:100%}.order-wizard .page-row{margin-left:0;margin-right:0;display:flex;flex-wrap:wrap;margin-right:-16px;margin-left:-16px}.order-wizard .order-wizard-form{display:flex;flex-wrap:wrap;width:100%}@media (min-width:768px){.order-wizard .order-wizard-form{padding-left:16px;padding-right:16px}}.order-wizard .page-primary-column{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 100%;max-width:100%}@media (min-width:768px){.order-wizard .page-primary-column{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 58.33333%;max-width:58.33333%;padding-right:32px}}@media (min-width:992px){.order-wizard .page-primary-column{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 66.66667%;max-width:66.66667%;padding-right:32px}}.order-wizard .page-secondary-column{display:none}@media (min-width:768px){.order-wizard .page-secondary-column{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 41.66667%;max-width:41.66667%;display:flex!important;flex-direction:column-reverse;justify-content:flex-end;padding-right:0}}@media (min-width:992px){.order-wizard .page-secondary-column{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 33.33333%;max-width:33.33333%;padding-right:0}}@media (min-width:768px){.order-wizard.order-wizard-contact-information .page-primary-column{padding-left:0;padding-right:16px}}.order-wizard.order-wizard-summary .page-row{margin-left:0;margin-right:0}@media (min-width:768px){.order-wizard.order-wizard-summary .page-row{margin-left:-16px;margin-right:-16px}}.order-wizard.order-wizard-summary .page-column{width:100%}.order-wizard.order-wizard-summary .page-primary-column{padding-left:0;margin-bottom:4rem;order:2}@media (min-width:768px){.order-wizard.order-wizard-summary .page-primary-column{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 58.33333%;max-width:58.33333%;order:1;margin-bottom:0;padding-left:0}}@media (min-width:992px){.order-wizard.order-wizard-summary .page-primary-column{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 66.66667%;max-width:66.66667%;padding-left:0}}.order-wizard.order-wizard-summary .page-secondary-column{display:block;order:1}@media (min-width:768px){.order-wizard.order-wizard-summary .page-secondary-column{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 41.66667%;max-width:41.66667%;order:2;padding-right:0}}@media (min-width:992px){.order-wizard.order-wizard-summary .page-secondary-column{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 33.33333%;max-width:33.33333%;padding-right:0}}.page-container--order-result .order-wizard__payment{margin-bottom:4rem}.page-container--order-result .paygate-info{max-width:900px;margin-left:auto;margin-right:auto}.order-wizard__contact{margin:4rem 0}.wizard-steps{margin-bottom:4rem}@media (min-width:576px){.wizard-steps{width:100%;padding-right:16px;padding-left:16px;margin-right:auto;margin-left:auto}}@media (min-width:576px) and (min-width:576px){.wizard-steps{max-width:540px}}@media (min-width:576px) and (min-width:768px){.wizard-steps{max-width:720px}}@media (min-width:576px) and (min-width:992px){.wizard-steps{max-width:960px}}@media (min-width:576px) and (min-width:1200px){.wizard-steps{max-width:1600px}}.wizard-steps ol{padding-left:0;list-style:none;width:100%;padding-right:16px;padding-left:16px;margin-right:auto;margin-left:auto;counter-reset:wizard-steps-item;font-size:1.4rem;margin-bottom:0;background:transparent;font-weight:400;padding:0;display:flex;justify-content:space-between;max-width:800px}.wizard-steps ol>li{display:inline-block;padding-left:.5rem;padding-right:.5rem}@media (min-width:576px){.wizard-steps ol{max-width:540px}}@media (min-width:768px){.wizard-steps ol{max-width:720px}}@media (min-width:992px){.wizard-steps ol{max-width:960px}}@media (min-width:1200px){.wizard-steps ol{max-width:1600px}}.wizard-steps ol:after,.wizard-steps ol:before{display:none}@media (min-width:576px){.wizard-steps ol{font-size:1.8rem;width:auto}}@media (min-width:992px){.wizard-steps ol{margin-left:auto;margin-right:auto;max-width:800px}}.wizard-steps ol li{display:inline-block;counter-increment:wizard-steps-item;margin:0;padding:0;line-height:24px}.wizard-steps ol li>span,.wizard-steps ol li a{padding:6px 0;min-height:40px;display:inline-block;position:relative;color:#000}@media (min-width:576px){.wizard-steps ol li>span,.wizard-steps ol li a{padding-top:16px;padding-bottom:16px;min-height:60px}}@media (min-width:768px){.wizard-steps ol li>span,.wizard-steps ol li a{padding-right:2rem}}@media (min-width:992px){.wizard-steps ol li>span,.wizard-steps ol li a{padding-left:35px;padding-right:20px}}.wizard-steps ol li>a{text-decoration:none}.wizard-steps ol li .step-order{border:1px solid #000;display:inline-block;width:24px;height:24px;border-radius:50%;margin-right:.8rem}@media (min-width:576px){.wizard-steps ol li .step-order{width:28px;height:28px}}.wizard-steps ol li .step-order:before{content:counter(wizard-steps-item);display:inline-block;font-size:1.4rem;width:100%;height:100%;text-align:center}.wizard-steps ol li .step-title{display:none}@media (min-width:768px){.wizard-steps ol li .step-title{display:inline}}.wizard-steps ol li:first-child>a,.wizard-steps ol li:first-child>span{padding-left:10px}@media (min-width:576px){.wizard-steps ol li:first-child>a,.wizard-steps ol li:first-child>span{padding-left:20px}}@media (min-width:992px){.wizard-steps ol li:first-child>a,.wizard-steps ol li:first-child>span{padding-left:35px}}.wizard-steps ol li:first-child>a:before,.wizard-steps ol li:first-child>span:before{display:none}.wizard-steps ol li:first-child.active>span{padding-left:10px}@media (min-width:576px){.wizard-steps ol li:first-child.active>span{padding-left:20px}}@media (min-width:992px){.wizard-steps ol li:first-child.active>span{padding-left:35px}}.wizard-steps ol li:last-child>a,.wizard-steps ol li:last-child>span{padding-right:10px}@media (min-width:576px){.wizard-steps ol li:last-child>a,.wizard-steps ol li:last-child>span{padding-right:35px}}.wizard-steps ol li:last-child>a:after,.wizard-steps ol li:last-child>span:after{display:none}.wizard-steps ol li:last-child.active{margin-right:0}.wizard-steps ol li:last-child.active>span{padding-right:10px}@media (min-width:576px){.wizard-steps ol li:last-child.active>span{padding-right:20px}}.wizard-steps ol li.active{margin-right:18px}@media (min-width:576px){.wizard-steps ol li.active{margin-right:25px}}@media (min-width:992px){.wizard-steps ol li.active{margin-right:0}}.wizard-steps ol li.active>span{background:#848789;color:#fff;width:100%;padding-left:18px;padding-right:5px}@media (min-width:576px){.wizard-steps ol li.active>span{padding-left:35px;padding-right:20px}}.wizard-steps ol li.active>span:before{left:0;top:50%;content:"";height:0;width:0;position:absolute;pointer-events:none;border-style:solid;border-color:transparent;border-width:20px 0 20px 10px;margin-top:-20px}@media (min-width:576px){.wizard-steps ol li.active>span:before{border-width:30px 0 30px 20px;margin-top:-30px}}.wizard-steps ol li.active>span:after{left:100%;top:50%;content:"";height:0;width:0;position:absolute;pointer-events:none;border-style:solid;border-color:transparent transparent transparent #848789;border-width:20px 0 20px 10px;margin-top:-20px}@media (min-width:576px){.wizard-steps ol li.active>span:after{border-width:30px 0 30px 20px;margin-top:-30px}}.wizard-steps ol li.active .step-order{border-color:#fff}.wizard-steps ol li.active .step-title{display:inline}.order-wizard-btn-container{padding-top:3.2rem;margin-bottom:0;clear:both}@media (min-width:576px){.order-wizard-btn-container{text-align:left}}.order-wizard-btn-container .btn-prev{position:relative;display:inline-block;box-sizing:border-box;text-shadow:.04rem 0 0 currentColor;font-size:1.6rem;line-height:1.6rem;background:#fff;color:#000;border:1px solid #000;padding:15px;cursor:pointer;text-align:left;text-decoration:none;-o-transition:background .3s linear;-webkit-transition:background .3s linear;transition:background .3s linear;white-space:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 0 1.2rem .2rem rgba(78,85,94,.15);margin-bottom:1.6rem}.order-wizard-btn-container .btn-prev:after{content:"";position:absolute;box-sizing:content-box;background:#fff;border:1px solid #000;height:100%;width:100%;left:4px;top:4px;pointer-events:none;transition:all .25s ease-in-out;z-index:-1}.order-wizard-btn-container .btn-prev:hover{text-decoration:none;color:#fff;background:#000;outline:0;text-shadow:none}.order-wizard-btn-container .btn-prev:hover:after{left:-1px;top:-1px}.order-wizard-btn-container .btn-prev.disabled,.order-wizard-btn-container .btn-prev:disabled{color:#999;border-color:#999;pointer-events:none}.order-wizard-btn-container .btn-prev.disabled:hover,.order-wizard-btn-container .btn-prev:disabled:hover{cursor:not-allowed;background:#fff}.order-wizard-btn-container .btn-prev.disabled:hover:after,.order-wizard-btn-container .btn-prev:disabled:hover:after{left:5px;top:5px}.order-wizard-btn-container .btn-prev.disabled:after,.order-wizard-btn-container .btn-prev:disabled:after{border-color:#999}.order-wizard-btn-container .btn-prev:focus-visible{outline-offset:1px}@media (min-width:576px){.order-wizard-btn-container .btn-prev{float:left}}.order-wizard-btn-container .btn-next{margin-bottom:1.6rem;margin-right:1.5rem}@media (min-width:576px){.order-wizard-btn-container .btn-next{float:right;margin-right:0}}.order-wizard-summary .order-wizard-btn-container .btn-next:before{position:relative;top:1px;display:inline-block;font-family:glyphicon;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:1rem}.order-wizard-summary .order-wizard-btn-container .btn-next:before:empty{width:1em}.order-wizard-btn-container .note{clear:both;font-size:1.3rem;font-style:italic;color:#848789;margin-bottom:0;text-align:left}.order-wizard-btn-container .note.eet-note{text-align:left;padding-top:1.5rem}@media (min-width:768px){.order-wizard-delivery-and-payment .order-wizard-btn-container{margin-left:-16px;margin-right:-16px}}.order-wizard-btn-container .svg-icon{display:none}.order-price-sum-container{margin-bottom:4rem;padding:0 .75rem}.order-price-sum{display:flex;flex-wrap:wrap;margin-right:-16px;margin-left:-16px;margin-bottom:3px;color:#000;font-size:1.6rem;font-weight:400}@media (min-width:768px){.order-price-sum{margin-left:42%}}@media (min-width:992px){.order-price-sum{margin-left:50%}}@media (min-width:1200px){.order-price-sum{margin-left:58%}}.order-price-sum dt{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 58.33333%;max-width:58.33333%;font-weight:400}@media (min-width:576px){.order-price-sum dt{text-align:right;position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 66.66667%;max-width:66.66667%}}@media (min-width:768px){.order-price-sum dt{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 58.33333%;max-width:58.33333%}}.order-price-sum dd{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 41.66667%;max-width:41.66667%;text-align:right}@media (min-width:576px){.order-price-sum dd{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width:768px){.order-price-sum dd{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 41.66667%;max-width:41.66667%}}.order-price-sum dd strong{font-weight:400}.order-price-sum dd,.order-price-sum dt{padding-left:.3rem;padding-right:.3rem}@media (min-width:768px){.order-price-sum dd,.order-price-sum dt{padding-left:.75rem;padding-right:.75rem}}.order-price-sum .sum{padding-top:.5rem;margin-top:.7rem;border-top:1px solid #e1e4e7;color:#000}@media (min-width:576px){.order-price-sum .sum{font-size:1.33em}}@media (min-width:992px){.order-price-sum .sum{font-size:1.66em}}@media (min-width:768px){.order-wizard-summary .order-price-sum{margin-left:17%}}@media (min-width:992px){.order-wizard-summary .order-price-sum{margin-left:33%}}@media (min-width:1200px){.order-wizard-summary .order-price-sum{margin-left:42%}}.order-wizard-summary .order-price-sum dt{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 66.66667%;max-width:66.66667%}@media (min-width:768px){.order-wizard-summary .order-price-sum dt{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 50%;max-width:50%}}@media (min-width:1200px){.order-wizard-summary .order-price-sum dt{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 58.33333%;max-width:58.33333%}}.order-wizard-summary .order-price-sum dd{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 33.33333%;max-width:33.33333%}@media (min-width:768px){.order-wizard-summary .order-price-sum dd{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 50%;max-width:50%}}@media (min-width:1200px){.order-wizard-summary .order-price-sum dd{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 41.66667%;max-width:41.66667%}}.order-wizard-summary .order-price-sum dd,.order-wizard-summary .order-price-sum dt{padding-left:.3rem;padding-right:.3rem}@media (min-width:768px){.order-wizard-summary .order-price-sum dd,.order-wizard-summary .order-price-sum dt{padding-left:.75rem;padding-right:.75rem}}.order-price-sum-note{font-size:1.3rem;font-style:italic;color:#000;text-align:right}.widget-summary-cart-data .order-price-sum{border-top:1px solid #e1e4e7;padding-top:.8rem;margin:0;font-size:1.3rem;font-weight:400}.widget-summary-cart-data .order-price-sum dt{font-weight:400;color:#000;position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 58.33333%;max-width:58.33333%;padding-left:0;margin-bottom:.8rem;text-align:left}.widget-summary-cart-data .order-price-sum dd{color:#848789;position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 41.66667%;max-width:41.66667%;padding-right:0;margin-bottom:.8rem}.widget-summary-cart-data .order-price-sum .sum{font-size:1.7rem;font-weight:400;color:#000;border-color:#e1e4e7;margin:0}@media (min-width:1200px){.widget-summary-cart-data .order-price-sum .sum{font-size:2rem}}.widget-summary-cart-data .order-price-sum dt.sum{text-align:right}.order-wizard-delivery-and-payment h1{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.order-wizard-result-page h1{margin-top:0}@media (min-width:768px){.order-wizard-form .radio-select{margin-left:-16px;margin-right:-16px}}.order-wizard-form .radio-select .radio{padding:0 1.6rem .8rem 3.2rem;margin:0}.order-wizard-form .radio-select .radio.checked .label{font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap}.order-wizard-form .radio-select .radio.checked .extension,.order-wizard-form .radio-select .radio.checked .label-with-price .description{display:block}.order-wizard-form .radio-select .radio .extension{display:none;padding-left:98px}.order-wizard-form .radio-select .radio .extension.extension-i-platba a{display:block;width:150px;height:37px;background:url("/img/eshop/splatkova-kalkulacka-cofidis.png") 0 0 no-repeat;background-size:cover}.order-wizard-form .radio-select .radio .extension.extension-i-platba a span{display:none}.order-wizard-form .radio-select .label-with-price{width:100%}.order-wizard-form .radio-select .label-with-price .label{float:left;width:80%}.order-wizard-form .radio-select .label-with-price .price{float:right;text-align:right;width:20%}.order-wizard-form .radio-select .label-with-price .description{display:none;clear:both;color:#848789;font-size:1.3rem;font-style:italic;line-height:16px;padding-top:.5rem;margin-bottom:1rem}.order-wizard-form .radio-select .pickup-container{padding-left:99px}.order-wizard-form .radio-select .pickup-container label{display:none}.order-wizard-form .radio-select .pickup-container input{width:100%}@media (min-width:992px){.order-wizard-form .radio-select .pickup-container input{width:70%}}.order-wizard-delivery-and-payment fieldset{padding:2.4rem}@media (min-width:768px){.order-wizard-delivery-and-payment fieldset{margin-left:-16px;margin-right:-16px}.order-wizard-delivery-and-payment fieldset .radio-select{padding-left:16px;padding-right:16px}}.radio-select-payment label .icon:before,.radio-select-payment label .svg-icon,.radio-select-shipping label .icon:before,.radio-select-shipping label .svg-icon{display:none}@media (min-width:768px){.radio-select-payment label .icon,.radio-select-shipping label .icon{padding-left:63px;position:relative}.radio-select-payment label .icon:before,.radio-select-shipping label .icon:before{display:inline-block}}.radio-select-payment label .icon:before,.radio-select-shipping label .icon:before{position:absolute;background-repeat:no-repeat;top:0;left:0}.radio-select-payment .description,.radio-select-shipping .description{display:block;color:#848789;width:100%}.order-wizard-contact-information #billingInformation .input-type-country,.order-wizard-contact-information #billingInformation .input-type-dic{margin-bottom:4rem}.order-wizard-contact-information #billingInformation,.order-wizard-contact-information #customerType__container,.order-wizard-contact-information #differentDeliveryAddress__container{margin-bottom:1.6rem}.order-wizard-contact-information .order-wizard-contact-info-note{margin-top:4rem;margin-bottom:4rem}.order-wizard-contact-information fieldset{padding-top:3.2rem}.order-wizard-contact-information #billingInformation+div{padding-left:1.6rem}.order-wizard-contact-information #deliveryInformationContainer #deliveryAddressRecord{padding:2.4rem 1.2rem;border:1px solid #e1e4e7}.shipping-payment__btn--branch-picker{position:relative;display:inline-block;box-sizing:border-box;text-shadow:.04rem 0 0 currentColor;font-size:1.6rem;line-height:1.6rem;background:#fff;color:#000;border:1px solid #000;padding:15px;cursor:pointer;text-align:left;text-decoration:none;-o-transition:background .3s linear;-webkit-transition:background .3s linear;transition:background .3s linear;white-space:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 0 1.2rem .2rem rgba(78,85,94,.15);margin-bottom:1rem}.shipping-payment__btn--branch-picker:after{content:"";position:absolute;box-sizing:content-box;background:#fff;border:1px solid #000;height:100%;width:100%;left:4px;top:4px;pointer-events:none;transition:all .25s ease-in-out;z-index:-1}.shipping-payment__btn--branch-picker:hover{text-decoration:none;color:#fff;background:#000;outline:0;text-shadow:none}.shipping-payment__btn--branch-picker:hover:after{left:-1px;top:-1px}.shipping-payment__btn--branch-picker.disabled,.shipping-payment__btn--branch-picker:disabled{color:#999;border-color:#999;pointer-events:none}.shipping-payment__btn--branch-picker.disabled:hover,.shipping-payment__btn--branch-picker:disabled:hover{cursor:not-allowed;background:#fff}.shipping-payment__btn--branch-picker.disabled:hover:after,.shipping-payment__btn--branch-picker:disabled:hover:after{left:5px;top:5px}.shipping-payment__btn--branch-picker.disabled:after,.shipping-payment__btn--branch-picker:disabled:after{border-color:#999}.shipping-payment__btn--branch-picker:focus-visible{outline-offset:1px}@media (min-width:992px){.shipping-payment__btn--branch-picker{margin-left:64px}}.shipping-payment__item--osobni-odber-na-pobocce .shipping-payment__typeahead:first-child{display:none}.shipping-payment__item--osobni-odber-na-pobocce .shipping-payment__typeahead select{padding:1rem 3.2rem 1rem 0!important}.order-data--detail{padding-left:2.4rem;padding-right:2.4rem}.order-data--detail .order-data__payment{margin:0;padding:0}.order-data--detail .order-data__actions{margin:3rem 0}.order-data--detail .actions__btn{margin-right:1rem}@media (min-width:992px){.order-data--detail .order-data__contact{position:relative;width:100%;padding-right:16px;padding-left:16px;flex:0 0 33.33333%;max-width:33.33333%}}@media (min-width:992px){.order-data--detail .order-data__container:last-of-type{display:flex;flex-wrap:wrap}}.branch-picker{position:relative;padding:32px;width:calc(100vw - 60px)}@media (min-width:992px){.branch-picker{padding:32px;display:flex;flex-wrap:wrap;flex-direction:row;width:992px;max-height:calc(100vh - 220px)}}@media (min-width:1200px){.branch-picker{width:1200px}}.branch-picker__row{display:flex;flex-wrap:wrap;position:relative;margin-bottom:3.2rem;width:100%;overflow:auto;flex:1 1 100%}@media (min-width:992px){.branch-picker__row{height:calc(100vh - 380px)}}.branch-picker__buttons,.branch-picker__header{width:100%}.branch-picker__column{display:flex;flex-basis:100%;flex-grow:1;align-items:stretch;flex-direction:column;max-width:100%;position:relative;width:100%}@media (min-width:992px){.branch-picker__column{flex-basis:0}}.branch-picker__column--1{height:100%}.map .branch-picker__column--1{height:auto}@media (min-width:992px){.branch-picker__column--1{height:100%!important;padding-right:16px}}.map .branch-picker__column--2{height:70%}@media (min-width:992px){.branch-picker__column--2{height:auto!important;padding-left:16px}}.branch-picker__autocomplete:before{display:block;position:absolute;right:16px;top:1rem;content:"";background:url("/icons/svg/search.svg") 0 0 no-repeat;width:1.7rem;height:1.7rem}.branch-picker__autocomplete-label{display:none}.branch-picker__autocomplete-geolocation{position:relative;display:inline-block;box-sizing:border-box;text-shadow:.04rem 0 0 currentColor;font-size:1.6rem;line-height:1.6rem;background:#fff;color:#000;border:1px solid #000;padding:15px;cursor:pointer;text-align:left;text-decoration:none;-o-transition:background .3s linear;-webkit-transition:background .3s linear;transition:background .3s linear;white-space:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 0 1.2rem .2rem rgba(78,85,94,.15);font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;align-self:flex-start;margin-bottom:1.8rem;margin-left:3px}.branch-picker__autocomplete-geolocation:after{content:"";position:absolute;box-sizing:content-box;background:#fff;border:1px solid #000;height:100%;width:100%;left:4px;top:4px;pointer-events:none;transition:all .25s ease-in-out;z-index:-1}.branch-picker__autocomplete-geolocation:hover{text-decoration:none;color:#fff;background:#000;outline:0;text-shadow:none}.branch-picker__autocomplete-geolocation:hover:after{left:-1px;top:-1px}.branch-picker__autocomplete-geolocation.disabled,.branch-picker__autocomplete-geolocation:disabled{color:#999;border-color:#999;pointer-events:none}.branch-picker__autocomplete-geolocation.disabled:hover,.branch-picker__autocomplete-geolocation:disabled:hover{cursor:not-allowed;background:#fff}.branch-picker__autocomplete-geolocation.disabled:hover:after,.branch-picker__autocomplete-geolocation:disabled:hover:after{left:5px;top:5px}.branch-picker__autocomplete-geolocation.disabled:after,.branch-picker__autocomplete-geolocation:disabled:after{border-color:#999}.branch-picker__autocomplete-geolocation:focus-visible{outline-offset:1px}@media (min-width:992px){.branch-picker__autocomplete-geolocation{display:none!important}}.branch-picker__autocomplete-input{padding-right:4rem}.branch-picker__geolocation{text-align:center}@media (min-width:992px){.branch-picker__geolocation{text-align:left}}@media (min-width:992px){.branch-picker__title-geolocation{display:none}}.branch-picker__btn-geolocation{position:relative;display:inline-block;box-sizing:border-box;text-shadow:.04rem 0 0 currentColor;font-size:1.6rem;line-height:1.6rem;background:#fff;color:#000;border:1px solid #000;padding:15px;cursor:pointer;text-align:left;text-decoration:none;-o-transition:background .3s linear;-webkit-transition:background .3s linear;transition:background .3s linear;white-space:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 0 1.2rem .2rem rgba(78,85,94,.15);font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap}.branch-picker__btn-geolocation:after{content:"";position:absolute;box-sizing:content-box;background:#fff;border:1px solid #000;height:100%;width:100%;left:4px;top:4px;pointer-events:none;transition:all .25s ease-in-out;z-index:-1}.branch-picker__btn-geolocation:hover{text-decoration:none;color:#fff;background:#000;outline:0;text-shadow:none}.branch-picker__btn-geolocation:hover:after{left:-1px;top:-1px}.branch-picker__btn-geolocation.disabled,.branch-picker__btn-geolocation:disabled{color:#999;border-color:#999;pointer-events:none}.branch-picker__btn-geolocation.disabled:hover,.branch-picker__btn-geolocation:disabled:hover{cursor:not-allowed;background:#fff}.branch-picker__btn-geolocation.disabled:hover:after,.branch-picker__btn-geolocation:disabled:hover:after{left:5px;top:5px}.branch-picker__btn-geolocation.disabled:after,.branch-picker__btn-geolocation:disabled:after{border-color:#999}.branch-picker__btn-geolocation:focus-visible{outline-offset:1px}@media (min-width:992px){.branch-picker__btn-geolocation{margin-left:3px}}.branch-picker__nav{width:100%;display:flex;flex-wrap:nowrap;margin-bottom:3.2rem;justify-content:flex-start}@media (min-width:992px){.branch-picker__nav{display:none!important}}.branch-picker__nav-item{font-size:1.5rem;font-weight:400;padding:1.2rem;text-decoration:none;color:#adb5bd;border:none}.branch-picker__nav-item:focus,.branch-picker__nav-item:hover{color:#000}.branch-picker__nav-item.active{color:#000;pointer-events:none;border-bottom:3px solid #000}@media (min-width:992px){.branch-picker__list-container{overflow-y:scroll;display:block}}@media (min-width:992px){.branch-picker__list-container.active{display:block!important}}.branch-picker__list-container:empty{display:none!important}.branch-picker__list{list-style:none;padding:0;margin:0}.branch-picker__item{cursor:pointer;border-bottom:1px solid #dee2e6;padding:1.7rem 2rem;display:flex;flex-wrap:wrap}@media (min-width:992px){.branch-picker__item{margin-right:2rem}}.branch-picker__item .branch-picker__address,.branch-picker__item .branch-picker__less,.branch-picker__item .branch-picker__link-container,.branch-picker__item .branch-picker__more,.branch-picker__item .branch-picker__note,.branch-picker__item .branch-picker__opening-hours,.branch-picker__item .branch-picker__photo{display:none;line-height:2}@media (min-width:992px){.branch-picker__item .branch-picker__address{display:block}}.branch-picker__item:focus,.branch-picker__item:hover{background:#e9ecef}.branch-picker__item:focus .branch-picker__title,.branch-picker__item:hover .branch-picker__title{color:#000}.branch-picker__item--active{background:#e9ecef}.branch-picker__item--active .branch-picker__link-container,.branch-picker__item--active .branch-picker__more{display:block}@media (min-width:992px){.branch-picker__item--active .branch-picker__link-container{position:static}}.branch-picker__item--active .branch-picker__distance{display:none}@media (min-width:992px){.branch-picker__item--active .branch-picker__address,.branch-picker__item--active .branch-picker__distance,.branch-picker__item--active .branch-picker__link-container,.branch-picker__item--active .branch-picker__note,.branch-picker__item--active .branch-picker__opening-hours,.branch-picker__item--active .branch-picker__photo{display:block}.branch-picker__item--active .branch-picker__less,.branch-picker__item--active .branch-picker__more{display:none}}.branch-picker__item--open .branch-picker__address,.branch-picker__item--open .branch-picker__less,.branch-picker__item--open .branch-picker__link-container,.branch-picker__item--open .branch-picker__note,.branch-picker__item--open .branch-picker__opening-hours,.branch-picker__item--open .branch-picker__photo{display:block}.branch-picker__item--open .branch-picker__more{display:none}.branch-picker__item--open .branch-picker__title{margin-bottom:1rem}.branch-picker__item--open .branch-picker__less{order:2}@media (min-width:992px){.branch-picker__item--open .branch-picker__less{order:4}}.branch-picker__item--open .branch-picker__distance{order:4}@media (min-width:992px){.branch-picker__item--open .branch-picker__distance{order:2}}.branch-picker__address,.branch-picker__distance,.branch-picker__note,.branch-picker__opening-hours,.branch-picker__photo,.branch-picker__title{pointer-events:none}.branch-picker__title{font-size:1.4rem;font-weight:700;order:1;flex:70%}.branch-picker__address,.branch-picker__distance,.branch-picker__less,.branch-picker__more{font-size:1.3rem}.branch-picker__address{color:#495057;flex:70%;font-weight:400;font-style:italic;order:3}.branch-picker__distance{flex:30%;text-align:right;color:#212529;font-weight:400;order:2}.branch-picker__note,.branch-picker__opening-hours,.branch-picker__photo{margin-top:2rem;font-size:1.3rem}.branch-picker__opening-hours{flex:2 0 50%;order:4;margin-right:1rem}.branch-picker__opening-hours strong{font-weight:400}.branch-picker__photo{flex:0 0 auto;order:5}.branch-picker__note{flex:100%;order:6;color:#495057;font-style:italic}.branch-picker__note p{margin-bottom:.5rem}.branch-picker__link-container{flex:100%;margin-top:1rem;order:7}@media (min-width:992px){.branch-picker__link-container{position:static;text-align:left}}.branch-picker__link{position:relative;display:inline-block;box-sizing:border-box;text-shadow:.04rem 0 0 currentColor;font-size:1.6rem;line-height:1.6rem;background:#fff;color:#000;border:1px solid #000;padding:15px;cursor:pointer;text-align:left;text-decoration:none;-o-transition:background .3s linear;-webkit-transition:background .3s linear;transition:background .3s linear;white-space:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 0 1.2rem .2rem rgba(78,85,94,.15);font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap}.branch-picker__link:after{content:"";position:absolute;box-sizing:content-box;background:#fff;border:1px solid #000;height:100%;width:100%;left:4px;top:4px;pointer-events:none;transition:all .25s ease-in-out;z-index:-1}.branch-picker__link:hover{text-decoration:none;color:#fff;background:#000;outline:0;text-shadow:none}.branch-picker__link:hover:after{left:-1px;top:-1px}.branch-picker__link.disabled,.branch-picker__link:disabled{color:#999;border-color:#999;pointer-events:none}.branch-picker__link.disabled:hover,.branch-picker__link:disabled:hover{cursor:not-allowed;background:#fff}.branch-picker__link.disabled:hover:after,.branch-picker__link:disabled:hover:after{left:5px;top:5px}.branch-picker__link.disabled:after,.branch-picker__link:disabled:after{border-color:#999}.branch-picker__link:focus-visible{outline-offset:1px}.branch-picker__less,.branch-picker__more{order:2;display:none;text-decoration:underline;color:#000}@media (min-width:992px){.branch-picker__less,.branch-picker__more{display:none!important}}.branch-picker__map{min-height:400px;width:100%;height:100%}@media (min-width:992px){.branch-picker__map{min-height:300px;display:block!important}}.branch-picker__map .gm-style-iw-d{overflow-y:auto!important;overflow-x:hidden!important}.branch-picker__map .branch-picker__bubble-type{padding-top:0!important;padding-bottom:0!important;font-weight:700!important}.branch-picker__info .branch-picker__bubble{background:#e9ecef;padding:2rem}.branch-picker__info .branch-picker__bubble-type{display:none}@media (min-width:992px){.branch-picker__info{display:none}}.gm-style .gm-style-iw-c{padding:0;border-radius:0}.gm-style .gm-style-iw-a{display:none}@media (min-width:992px){.gm-style .gm-style-iw-a{display:block}}.branch-picker__bubble{padding:1.2rem}.branch-picker__bubble-type{border-bottom:1px solid #dee2e6;padding:1.2rem 3rem 1.2rem 1.2rem;margin:-1.2rem -1.2rem 0;font-size:1.4rem;font-weight:400}.branch-picker__bubble-opening-hours,.branch-picker__bubble-title{font-size:1.4rem;line-height:2}.branch-picker__bubble-title{margin:1rem 0;color:#000}.branch-picker__bubble-opening-hours{color:#495057}.branch-picker__bubble-btn{position:relative;display:inline-block;box-sizing:border-box;text-shadow:.04rem 0 0 currentColor;font-size:1.6rem;line-height:1.6rem;background:#fff;color:#000;border:1px solid #000;padding:15px;cursor:pointer;text-align:left;text-decoration:none;-o-transition:background .3s linear;-webkit-transition:background .3s linear;transition:background .3s linear;white-space:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 0 1.2rem .2rem rgba(78,85,94,.15);font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap}.branch-picker__bubble-btn:after{content:"";position:absolute;box-sizing:content-box;background:#fff;border:1px solid #000;height:100%;width:100%;left:4px;top:4px;pointer-events:none;transition:all .25s ease-in-out;z-index:-1}.branch-picker__bubble-btn:hover{text-decoration:none;color:#fff;background:#000;outline:0;text-shadow:none}.branch-picker__bubble-btn:hover:after{left:-1px;top:-1px}.branch-picker__bubble-btn.disabled,.branch-picker__bubble-btn:disabled{color:#999;border-color:#999;pointer-events:none}.branch-picker__bubble-btn.disabled:hover,.branch-picker__bubble-btn:disabled:hover{cursor:not-allowed;background:#fff}.branch-picker__bubble-btn.disabled:hover:after,.branch-picker__bubble-btn:disabled:hover:after{left:5px;top:5px}.branch-picker__bubble-btn.disabled:after,.branch-picker__bubble-btn:disabled:after{border-color:#999}.branch-picker__bubble-btn:focus-visible{outline-offset:1px}@media (min-width:992px){.branch-picker__bubble-btn{display:none}}.branch-picker__buttons{display:none}.branch-picker__btn--cancel{position:relative;display:inline-block;box-sizing:border-box;text-shadow:.04rem 0 0 currentColor;font-size:1.6rem;line-height:1.6rem;background:#fff;border:1px solid #000;padding:15px;cursor:pointer;text-align:left;text-decoration:none;-o-transition:background .3s linear;-webkit-transition:background .3s linear;transition:background .3s linear;white-space:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 0 1.2rem .2rem rgba(78,85,94,.15);text-decoration:underline!important;padding-left:0;padding-right:0;color:#000;order:1}.branch-picker__btn--cancel:after{content:"";position:absolute;box-sizing:content-box;background:#fff;border:1px solid #000;height:100%;width:100%;left:4px;top:4px;pointer-events:none;transition:all .25s ease-in-out;z-index:-1}.branch-picker__btn--cancel:hover{text-decoration:none;color:#fff;background:#000;outline:0;text-shadow:none}.branch-picker__btn--cancel:hover:after{left:-1px;top:-1px}.branch-picker__btn--cancel.disabled,.branch-picker__btn--cancel:disabled{color:#999;border-color:#999;pointer-events:none}.branch-picker__btn--cancel.disabled:hover,.branch-picker__btn--cancel:disabled:hover{cursor:not-allowed;background:#fff}.branch-picker__btn--cancel.disabled:hover:after,.branch-picker__btn--cancel:disabled:hover:after{left:5px;top:5px}.branch-picker__btn--cancel.disabled:after,.branch-picker__btn--cancel:disabled:after{border-color:#999}.branch-picker__btn--cancel:focus-visible{outline-offset:1px}.branch-picker__btn--cancel:active,.branch-picker__btn--cancel:focus,.branch-picker__btn--cancel:hover{text-decoration:none!important;background-color:transparent!important;border-color:transparent!important;box-shadow:none!important}.branch-picker__btn--choose{position:relative;display:inline-block;box-sizing:border-box;text-shadow:.04rem 0 0 currentColor;font-size:1.6rem;line-height:1.6rem;background:#fff;color:#000;border:1px solid #000;padding:15px;cursor:pointer;text-align:left;text-decoration:none;-o-transition:background .3s linear;-webkit-transition:background .3s linear;transition:background .3s linear;white-space:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 0 1.2rem .2rem rgba(78,85,94,.15);font-family:Comenia-Sans-Bold,arial,sans-serif;font-weight:700;font-style:normal;font-display:swap;order:2}.branch-picker__btn--choose:after{content:"";position:absolute;box-sizing:content-box;background:#fff;border:1px solid #000;height:100%;width:100%;left:4px;top:4px;pointer-events:none;transition:all .25s ease-in-out;z-index:-1}.branch-picker__btn--choose:hover{text-decoration:none;color:#fff;background:#000;outline:0;text-shadow:none}.branch-picker__btn--choose:hover:after{left:-1px;top:-1px}.branch-picker__btn--choose.disabled,.branch-picker__btn--choose:disabled{color:#999;border-color:#999;pointer-events:none}.branch-picker__btn--choose.disabled:hover,.branch-picker__btn--choose:disabled:hover{cursor:not-allowed;background:#fff}.branch-picker__btn--choose.disabled:hover:after,.branch-picker__btn--choose:disabled:hover:after{left:5px;top:5px}.branch-picker__btn--choose.disabled:after,.branch-picker__btn--choose:disabled:after{border-color:#999}.branch-picker__btn--choose:focus-visible{outline-offset:1px}.branch-picker__btn--search{margin:0 1rem;background:#fff;color:#000;box-shadow:0 1px 4px -1px rgba(0,0,0,.3);padding:1rem;font-size:1.4rem;font-weight:400;cursor:pointer}.branch-picker__btn--search:focus,.branch-picker__btn--search:hover{background:#ebebeb}.branch-picker__cluster{background:var(--cluster-color);color:#fff;border-radius:100%;font-weight:700;font-size:15px;display:flex;align-items:center}.branch-picker__cluster:after,.branch-picker__cluster:before{content:"";display:block;position:absolute;width:100%;height:100%;transform:translate(-50%,-50%);top:50%;left:50%;background:var(--cluster-color);opacity:.2;border-radius:100%;box-sizing:content-box}.branch-picker__cluster:before{padding:7px}.branch-picker__cluster:after{padding:14px}.branch-picker__cluster--zasilkovna{--cluster-color:#ba1b02}.branch-picker__cluster--post-office-to-post-office{--cluster-color:#fec22e}.branch-picker__cluster--personal-pickup-branch{--cluster-color:#98a0f0}.branch-picker__cluster--post-office-to-balikovna{--cluster-color:#92c849}.branch-picker__cluster--dpd-pickup-point{--cluster-color:#dc0032}.branch-picker__cluster--gls-pickup-point{--cluster-color:#061ab1}.branch-picker__cluster--spost-balikobox,.branch-picker__cluster--spost-pickup-point{--cluster-color:#fdb813}.branch-picker__cluster--ppl-parcel-shop{--cluster-color:#003b82}.pac-container{z-index:10000!important}:root{--cookie-green:#2ba82f;--cookie-green-dark:#027706;--cookie-white:#fff;--cookie-black:#000;--cookies-gray-lighter:#e4e4e4;--cookies-gray-light:#e1e4e7;--cookies-gray:#848789;--cookies-gray-dark:#8d8d8d;--cookies-gray-darker:#646464;--cookies-gray-darkest:#000;--cookies-primary-color:var(--cookie-black);--cookies-primary-dark-color:var(--cookie-black);--cookies-bg:var(--cookie-white);--cookies-box-shadow:0 0 3rem rgba(0,0,0,.5);--cookies-heading-color:var(--cookie-black);--cookies-text-color:var(--cookies-gray-darkest);--cookies-link-color:var(--cookie-black);--cookies-border-color:var(--cookies-gray);--cookies-state-off-color:var(--cookies-gray-darker);--cookies-state-on-color:var(--cookies-primary-color);--cookies-btn-close-color:var(--cookie-black);--cookies-btn-close-color-hover:var(--cookies-gray);--cookies-btn-primary-backgroundColor:var(--cookie-white);--cookies-btn-primary-color:var(--cookie-white);--cookies-btn-primary-backgroundColor-hover:var(--cookies-primary-dark-color);--cookies-btn-primary-color-hover:var(--cookie-white);--cookies-btn-secondary-backgroundColor:var(--cookies-gray-lighter);--cookies-btn-secondary-color:var(--cookies-gray-darker);--cookies-btn-secondary-backgroundColor-hover:var(--cookies-gray-light);--cookies-btn-secondary-color-hover:var(--cookies-text-color);--cookies-settings-switch-bg:var(--cookies-gray-dark);--cookies-settings-switch-bg-before:var(--cookie-white);--cookies-settings-switch-bg-checkbox:var(--cookie-black);--cookies-policy-text-color:var(--cookies-text-color)}.cookies-policy{font-family:Comenia-Sans-Regular,arial,sans-serif;font-weight:400;font-style:normal;font-display:swap;position:fixed;bottom:0;left:0;width:100%;max-width:53rem;background:#fff;border-bottom:1px solid #ced4da;z-index:1000;padding:2.5rem 1.5rem;box-shadow:0 0 2.4rem .4rem rgba(78,85,94,.15)}@media (min-width:992px){.cookies-policy{left:6rem;padding:2.5rem 3.5rem}}.cookies-policy.hidden{display:none}.cookies-policy__container{padding:0}.cookies-policy__perex{margin:0 0 1.8rem;font-size:1.5rem;line-height:1.8}.cookies-policy__btn--primary,.cookies-settings__btn--primary{position:relative;display:inline-block;box-sizing:border-box;text-shadow:.04rem 0 0 currentColor;font-size:1.6rem;line-height:1.6rem;background:#fff;color:#000;border:1px solid #000;padding:15px;cursor:pointer;text-align:left;text-decoration:none;-o-transition:background .3s linear;-webkit-transition:background .3s linear;transition:background .3s linear;white-space:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 0 1.2rem .2rem rgba(78,85,94,.15);font-family:Comenia-Sans-Regular,arial,sans-serif;font-style:normal;font-display:swap;font-size:1.4rem;padding:12px;font-weight:400;order:0}.cookies-policy__btn--primary:after,.cookies-settings__btn--primary:after{content:"";position:absolute;box-sizing:content-box;background:#fff;border:1px solid #000;height:100%;width:100%;left:4px;top:4px;pointer-events:none;transition:all .25s ease-in-out;z-index:-1}.cookies-policy__btn--primary:hover,.cookies-settings__btn--primary:hover{text-decoration:none;color:#fff;background:#000;outline:0;text-shadow:none}.cookies-policy__btn--primary:hover:after,.cookies-settings__btn--primary:hover:after{left:-1px;top:-1px}.cookies-policy__btn--primary.disabled,.cookies-policy__btn--primary:disabled,.cookies-settings__btn--primary.disabled,.cookies-settings__btn--primary:disabled{color:#999;border-color:#999;pointer-events:none}.cookies-policy__btn--primary.disabled:hover,.cookies-policy__btn--primary:disabled:hover,.cookies-settings__btn--primary.disabled:hover,.cookies-settings__btn--primary:disabled:hover{cursor:not-allowed;background:#fff}.cookies-policy__btn--primary.disabled:hover:after,.cookies-policy__btn--primary:disabled:hover:after,.cookies-settings__btn--primary.disabled:hover:after,.cookies-settings__btn--primary:disabled:hover:after{left:5px;top:5px}.cookies-policy__btn--primary.disabled:after,.cookies-policy__btn--primary:disabled:after,.cookies-settings__btn--primary.disabled:after,.cookies-settings__btn--primary:disabled:after{border-color:#999}.cookies-policy__btn--primary:focus-visible,.cookies-settings__btn--primary:focus-visible{outline-offset:1px}.cookies-policy__btn--primary:after,.cookies-settings__btn--primary:after{left:2px;top:2px}@media (min-width:992px){.cookies-policy__btn--primary,.cookies-settings__btn--primary{position:relative;display:inline-block;box-sizing:border-box;text-shadow:.04rem 0 0 currentColor;font-size:1.6rem;line-height:1.6rem;background:#fff;color:#000;border:1px solid #000;padding:15px;cursor:pointer;text-align:left;text-decoration:none;-o-transition:background .3s linear;-webkit-transition:background .3s linear;transition:background .3s linear;white-space:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 0 1.2rem .2rem rgba(78,85,94,.15)}.cookies-policy__btn--primary:after,.cookies-settings__btn--primary:after{content:"";position:absolute;box-sizing:content-box;background:#fff;border:1px solid #000;height:100%;width:100%;left:4px;top:4px;pointer-events:none;transition:all .25s ease-in-out;z-index:-1}.cookies-policy__btn--primary:hover,.cookies-settings__btn--primary:hover{text-decoration:none;color:#fff;background:#000;outline:0;text-shadow:none}.cookies-policy__btn--primary:hover:after,.cookies-settings__btn--primary:hover:after{left:-1px;top:-1px}.cookies-policy__btn--primary.disabled,.cookies-policy__btn--primary:disabled,.cookies-settings__btn--primary.disabled,.cookies-settings__btn--primary:disabled{color:#999;border-color:#999;pointer-events:none}.cookies-policy__btn--primary.disabled:hover,.cookies-policy__btn--primary:disabled:hover,.cookies-settings__btn--primary.disabled:hover,.cookies-settings__btn--primary:disabled:hover{cursor:not-allowed;background:#fff}.cookies-policy__btn--primary.disabled:hover:after,.cookies-policy__btn--primary:disabled:hover:after,.cookies-settings__btn--primary.disabled:hover:after,.cookies-settings__btn--primary:disabled:hover:after{left:5px;top:5px}.cookies-policy__btn--primary.disabled:after,.cookies-policy__btn--primary:disabled:after,.cookies-settings__btn--primary.disabled:after,.cookies-settings__btn--primary:disabled:after{border-color:#999}.cookies-policy__btn--primary:focus-visible,.cookies-settings__btn--primary:focus-visible{outline-offset:1px}}.cookies-policy__btn--secondary,.cookies-policy__btn--technical,.cookies-settings__btn--secondary{text-decoration:underline!important;padding-left:0;padding-right:0;color:#000;font-weight:400;background:transparent;font-size:1.4rem;transition:text-shadow .2s linear;padding:0;order:1}.cookies-policy__btn--secondary:active,.cookies-policy__btn--secondary:focus,.cookies-policy__btn--secondary:hover,.cookies-policy__btn--technical:active,.cookies-policy__btn--technical:focus,.cookies-policy__btn--technical:hover,.cookies-settings__btn--secondary:active,.cookies-settings__btn--secondary:focus,.cookies-settings__btn--secondary:hover{text-decoration:none!important;background-color:transparent!important;border-color:transparent!important;box-shadow:none!important}.cookies-policy__btn--secondary:focus,.cookies-policy__btn--technical:focus,.cookies-settings__btn--secondary:focus{outline:0}.cookies-policy__btn--secondary:focus-visible,.cookies-policy__btn--technical:focus-visible,.cookies-settings__btn--secondary:focus-visible{outline:5px auto -webkit-focus-ring-color}@media (min-width:992px){.cookies-policy__btn--secondary,.cookies-policy__btn--technical,.cookies-settings__btn--secondary{font-size:1.6rem}}.cookies-policy__btn--secondary:focus,.cookies-policy__btn--secondary:hover,.cookies-policy__btn--technical:focus,.cookies-policy__btn--technical:hover,.cookies-settings__btn--secondary:focus,.cookies-settings__btn--secondary:hover{text-shadow:.5px 0 0 currentColor}.cookies-policy__buttons{margin:0;gap:3rem;flex-direction:row}@media (min-width:992px){.cookies-policy__buttons{gap:4.5rem}}.cookies-settings__buttons{position:relative;z-index:1}.cookies-settings__section-header{gap:2rem}.cookies-settings__container{display:flex;flex-direction:column}.cookies-policy-settings{font-family:Comenia-Sans-Regular,arial,sans-serif;font-weight:400;font-style:normal;font-display:swap}@media print{@page{margin:2cm}}
/*# sourceMappingURL=web.css.map*/